-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
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
[OCTO-576] implement design token storybook panel in pluto ds #988
[OCTO-576] implement design token storybook panel in pluto ds #988
Conversation
|
fd21bcb
to
4e55462
Compare
Size Change: 0 B Total Size: 29.9 kB ℹ️ View Unchanged
|
4e55462
to
c1081a3
Compare
packages/components/src/design-token-preview-tables/ColorTokensTable.test.tsx
Outdated
Show resolved
Hide resolved
packages/design-tokens/design-token-previews/types/TokenTable.ts
Outdated
Show resolved
Hide resolved
This comment was marked as resolved.
This comment was marked as resolved.
packages/design-tokens/design-token-previews/types/TokenColumn.ts
Outdated
Show resolved
Hide resolved
packages/design-tokens/design-token-previews/utils/createFontSizePreview.tsx
Outdated
Show resolved
Hide resolved
packages/design-tokens/design-token-previews/utils/getTokenKey.ts
Outdated
Show resolved
Hide resolved
packages/design-tokens/design-token-previews/utils/constants.tsx
Outdated
Show resolved
Hide resolved
packages/design-tokens/design-token-previews/components/createBox.tsx
Outdated
Show resolved
Hide resolved
packages/design-tokens/design-token-previews/components/TokenName.tsx
Outdated
Show resolved
Hide resolved
packages/design-tokens/design-token-previews/components/formatTokenName.tsx
Outdated
Show resolved
Hide resolved
packages/design-tokens/design-token-previews/components/IconSizePreview.tsx
Outdated
Show resolved
Hide resolved
packages/design-tokens/design-token-previews/components/TokensTable.tsx
Outdated
Show resolved
Hide resolved
packages/design-tokens/design-token-previews/utils/constants.tsx
Outdated
Show resolved
Hide resolved
packages/design-tokens/design-token-previews/utils/constants.tsx
Outdated
Show resolved
Hide resolved
This comment was marked as resolved.
This comment was marked as resolved.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great! Thanks a lot! 🎉
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Amazing work! 🚀
Description of the change
Here we are adding a preview of all of our design system tokens
Testing the change
Type of change
Development
Code review