design-tokens
Here are 116 public repositories matching this topic...
Hi,
I looked into the CLI part of style-dictonary to construct a similar thing and I found a bug when I run the command style-dictionary test or npx -p style-dictionary style-dictionary test in my case:
npx : 43 installé(s) en 3.911s
/Users/xzalawa/.npm/_npx/19473/lib/node_modules/style-dictionary/bin/style-dictionary:75
console.error('Invalid command: %s\nSee --help for a list o
-
Updated
Oct 12, 2021 - JavaScript
-
Updated
Jan 4, 2022 - HTML
-
Updated
Jan 4, 2022
-
Updated
Mar 6, 2020 - TypeScript
-
Updated
Dec 26, 2021 - TypeScript
Add multiple presets
Currently Load presets loads one default preset. We should change that to allow the user to choose from a variety of presets available, preferrably community-sourced from GitHub and featuring a couple of the most known open source design systems.
-
Updated
Jun 29, 2019
-
Updated
Nov 26, 2021 - TypeScript
-
Updated
Jan 3, 2022 - TypeScript
-
Updated
Dec 13, 2021
-
Updated
Dec 27, 2021 - TypeScript
-
Updated
Jul 26, 2021 - JavaScript
-
Updated
Oct 5, 2021 - HTML
Feature request
Add radio button component.
Documentation: https://www.decathlon.design/726f8c765/p/31e934-radio-button/b/649f9c
Figma: https://www.figma.com/file/zDZIyayUlr1yTWrsi7cFoo/?node-id=359%3A30
Checklist:
- CSS (thanks @MatthiasCartelDkt)
- React (thanks @GaspardMathon)
- Svelte
- Vue (thanks @GaspardMathon)
-
Updated
Jan 5, 2022 - JavaScript
-
Updated
Nov 15, 2021 - TypeScript
-
Updated
May 7, 2021 - JavaScript
-
Updated
Nov 8, 2021 - JavaScript
-
Updated
Sep 29, 2021 - HTML
-
Updated
Dec 21, 2021 - JavaScript
Strict Mode Types
That's a good idea! On that subject, would it be possible to validate strict mode with TypeScript?
I mean, if I don't have a red color in my theme and I'm passing color="red", TS should raise an error.
Originally posted by @Kerumen in system-props/system-props#53 (comment)
-
Updated
Sep 21, 2021 - JavaScript
-
Updated
Sep 2, 2021 - TypeScript
-
Updated
Oct 17, 2021 - Swift
-
Updated
Sep 9, 2021 - TypeScript
-
Updated
Aug 8, 2021 - TypeScript
-
Updated
Sep 1, 2021 - Vue
Improve this page
Add a description, image, and links to the design-tokens topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the design-tokens topic, visit your repo's landing page and select "manage topics."
Is your feature request related to a problem? Please describe.
I don't think Theme UI should be opinionated on which SVGs should be used for the
Radio&CheckBoxcomponentsDescribe the solution you'd like
Probably an additional prop called
customIconmaybe... based on which we could conditionally render the passed SVG icon otherwise we use the default icons?**Describe alter