storybook-design-token icon indicating copy to clipboard operation
storybook-design-token copied to clipboard

Display design token documentation generated from your stylesheets and icon files. Preview design token changes in the browser. Add your design tokens to your Storybook Docs pages using the custom Doc...

Results 72 storybook-design-token issues
Sort by recently updated
recently updated
newest added

It would be super awesome to have the ability to specify a file location for the tokens! We currently have a use case where we want to store the tokens...

enhancement

Position: relative doesn't work with tbody in Safari. Safari: Version 15.6 (16613.3.9.1.7, 16613)

bug

Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) Commits See full diff in compare...

dependencies

Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) Commits See full diff in compare...

dependencies

different designers may export token files with different tools and settings. token's type may not in the [available-presenters](https://github.com/UX-and-I/storybook-design-token#available-presenters) list. Do you have plans to support this capability? Thanks

First off, THANK YOU! I have been dreading setting up a custom story that manually displays brand colors via variables, so this add-on really hit home for me. 👏 Now...

enhancement

Project setup: - i've setup project with **tsdx**; - packages: `"devDependencies": { "@babel/core": "^7.17.10", "@babel/helper-create-class-features-plugin": "^7.17.9", "@size-limit/preset-small-lib": "^7.0.8", "@storybook/addon-docs": "^6.4.22", "@storybook/addon-essentials": "^6.4.22", "@storybook/addon-info": "^5.3.21", "@storybook/addon-links": "^6.4.22", "@storybook/addons": "^6.4.22", "@storybook/node-logger": "^6.4.22",...

Imagine, I have the next css styles (with 2 presenters - `Color` and `FontSize`): ```css :root { /** * @tokens Colors * @presenter Color */ --b100: hsl(240, 100%, 90%); --b200:...

quick win

Seems like rows for `@presenter LineHeight` should have dynamic height to fit all 3 `Lorem ipsum... ` lines with different line-height: ![image](https://user-images.githubusercontent.com/16646570/168423669-bbefac7d-c80e-4ab1-b16b-956ab294acc1.png)

bug
quick win

Consider the case: **_base.css** ```css /** * @tokens Colors * @presenter Color */ :root { --color-primary: black; } ``` **index.css** ```css @import './_base.css'; /** * @tokens Colors * @presenter Color...

bug