Design systems as records — the stylesheet Scribe holds, plus two live bug fixes #88

Merged
bvandeusen merged 16 commits from dev into main 2026-07-30 23:35:26 -04:00
Showing only changes of commit 15d2e0c682 - Show all commits
+2
View File
@@ -254,6 +254,8 @@ const showAddToken = ref(false);
const tokenName = ref("");
const tokenGroup = ref("");
const tokenPurpose = ref("");
/** Why the token is this value — a different question from what it is for. */
const tokenRationale = ref("");
/** Mode/value pairs, edited as a list so a token can carry any number of modes. */
const tokenModes = ref<{ mode: string; value: string }[]>([{ mode: "base", value: "" }]);
/** Literals this token should be written instead of, comma-separated in the