We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The Token Lab needs a way to edit “simple tokens,” that is, tokens that are basic inputs. This involves:
number
dimension
duration
fontName
fontWeight
string
boolean
All of these token types can be combined because they don’t need complex feedback loops or tools, and are basically simple form inputs.
Figma Design
This ticket will be satisfied when all token types above may be edited
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
The Token Lab needs a way to edit “simple tokens,” that is, tokens that are basic inputs. This involves:
number
dimension
(which also involve a unit select, but are still numbers at their core)duration
fontName
(which can be a freeform string OR an array of strings)fontWeight
(1-999 number)string
(extension)boolean
(extension)All of these token types can be combined because they don’t need complex feedback loops or tools, and are basically simple form inputs.
Figma Design
Definition of Done
This ticket will be satisfied when all token types above may be edited
The text was updated successfully, but these errors were encountered: