From eb02c2bcd5adc98e06d22455b75d579e2bfc477f Mon Sep 17 00:00:00 2001 From: Masoud Amjadi Date: Fri, 16 Feb 2024 02:35:09 -0500 Subject: [PATCH] feat(styles): update style-dictionary tokens to figma refactor values --- .storybook/manager-head.html | 10 +- .storybook/preview-head.html | 10 +- README.md | 25 +- package.json | 3 +- packages/components/README.md | 25 +- packages/components/docs/eng-how-to.md | 25 +- .../styles-dictionary/css/variables.css | 288 +++++++--- .../styles-dictionary/json/tailwind.json | 291 +++++++--- .../styles-dictionary/scss/_variables.scss | 294 +++++++--- .../styles-dictionary/style-dictionary.json | 503 +++++++++++++----- .../styles-dictionary/tailwindFormat.js | 62 ++- .../index.stories.tsx | 0 packages/components/tsconfig.json | 2 +- packages/data-viz/README.md | 25 +- .../styles-dictionary/css/variables.css | 288 +++++++--- .../styles-dictionary/json/tailwind.json | 291 +++++++--- .../styles-dictionary/scss/_variables.scss | 294 +++++++--- .../styles-dictionary/style-dictionary.json | 503 +++++++++++++----- .../styles-dictionary/tailwindFormat.js | 62 ++- 19 files changed, 2169 insertions(+), 832 deletions(-) rename packages/components/src/core/{DesignTokens => Foundations}/index.stories.tsx (100%) diff --git a/.storybook/manager-head.html b/.storybook/manager-head.html index 00069bc4d..6e71766d3 100644 --- a/.storybook/manager-head.html +++ b/.storybook/manager-head.html @@ -6,11 +6,15 @@ href="https://user-images.githubusercontent.com/927990/204130290-897628ee-e89a-4911-89df-0956c9edf940.png" sizes="48x48" /> - + + + SDS Design System