From 33c5866c28df224cd0696d78f29ee8fc52cb6dff Mon Sep 17 00:00:00 2001 From: Nathan Vasse Date: Tue, 23 Sep 2025 15:19:58 +0200 Subject: [PATCH] =?UTF-8?q?=E2=99=BB=EF=B8=8F(docs)=20various=20update=20f?= =?UTF-8?q?or=20storybook?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Color fixes due to new tokens architecture and few rewords. --- packages/react/.storybook/preview-head.html | 39 ++++--- packages/react/.storybook/themes.ts | 98 ++++++++-------- .../Examples/EdgeCases/index.stories.tsx | 6 +- .../Examples/ReactHookForm/Login.stories.tsx | 7 +- .../Examples/ReactHookForm/Sports.stories.tsx | 6 +- .../Forms/Examples/index.stories.tsx | 33 ++++-- .../Forms/LabelledBox/index.stories.tsx | 8 +- packages/react/src/docs/colors.stories.tsx | 4 +- .../docs/migrating/2_migrating_v3_to_v4.mdx | 109 ++++++++++-------- packages/react/src/docs/spacings.stories.tsx | 12 +- packages/react/src/docs/typo.mdx | 24 ++-- packages/react/src/docs/typo.stories.tsx | 15 ++- 12 files changed, 201 insertions(+), 160 deletions(-) diff --git a/packages/react/.storybook/preview-head.html b/packages/react/.storybook/preview-head.html index d1bf856..2965e7c 100644 --- a/packages/react/.storybook/preview-head.html +++ b/packages/react/.storybook/preview-head.html @@ -1,25 +1,26 @@