From 329c2100f1b71f22ea0a1bd07cc57bca5fcc8ee2 Mon Sep 17 00:00:00 2001 From: Lea Date: Mon, 30 Dec 2024 16:33:16 +0100 Subject: [PATCH] fix(documentation): remove remaining sizing classes usage (#4357) --- .changeset/bright-coins-repeat.md | 6 +++++ .../.storybook/blocks/footer.tsx | 6 ++--- .../stories/components/avatar/avatar.docs.mdx | 8 +++---- .../avatar/avatar.snapshot.stories.ts | 2 +- .../components/button/button.stories.ts | 2 +- .../dialog/dialog.snapshot.stories.ts | 2 +- .../components/dialog/dialog.stories.ts | 2 +- .../typography/link/link.snapshot.stories.ts | 2 +- .../accessibility/accessibility.docs.mdx | 4 ++-- .../disabled-state/disabled-state.docs.mdx | 24 +++++++++---------- packages/nextjs-integration/src/app/page.tsx | 10 ++++---- 11 files changed, 37 insertions(+), 31 deletions(-) create mode 100644 .changeset/bright-coins-repeat.md diff --git a/.changeset/bright-coins-repeat.md b/.changeset/bright-coins-repeat.md new file mode 100644 index 0000000000..8a4e206729 --- /dev/null +++ b/.changeset/bright-coins-repeat.md @@ -0,0 +1,6 @@ +--- +'@swisspost/design-system-nextjs-integration': patch +'@swisspost/design-system-documentation': patch +--- + +Removed remaining sizing classes usage. diff --git a/packages/documentation/.storybook/blocks/footer.tsx b/packages/documentation/.storybook/blocks/footer.tsx index c705f1bc2a..640512e18c 100644 --- a/packages/documentation/.storybook/blocks/footer.tsx +++ b/packages/documentation/.storybook/blocks/footer.tsx @@ -94,7 +94,7 @@ export default (params: { pathToStoryFile?: String }) => (