Design systems as records — the stylesheet Scribe holds, plus two live bug fixes #88
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user