From 61c25ff050d7634e9ea8860f7742f6690c1f4ac9 Mon Sep 17 00:00:00 2001 From: Rahul Suvarna Date: Thu, 30 Apr 2026 11:50:00 +0200 Subject: [PATCH 1/2] feat: added the variant C based on figma --- .../templates/header-navigation.stories.ts | 159 ++++++++++++++++++ 1 file changed, 159 insertions(+) diff --git a/packages/docs/src/stories/templates/header-navigation.stories.ts b/packages/docs/src/stories/templates/header-navigation.stories.ts index 0fa0dc4fa7..0515c7c81f 100644 --- a/packages/docs/src/stories/templates/header-navigation.stories.ts +++ b/packages/docs/src/stories/templates/header-navigation.stories.ts @@ -1500,3 +1500,162 @@ export const SampleB = { ` }; + +export const SampleC = { + name: 'Header Sample C', + render: () => html` + + +
+ + +
+ + + +
+ + + + + + +
+ + + +
+ +
+ +
+ + + + + + + + + + ` +}; From 6c3fa15bb7a116f1a8fbc933ed459490e82e8690 Mon Sep 17 00:00:00 2001 From: Rahul Suvarna Date: Thu, 30 Apr 2026 16:31:20 +0200 Subject: [PATCH 2/2] chore: changeset added --- .changeset/soft-pigs-pull.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .changeset/soft-pigs-pull.md diff --git a/.changeset/soft-pigs-pull.md b/.changeset/soft-pigs-pull.md new file mode 100644 index 0000000000..fbca6f1073 --- /dev/null +++ b/.changeset/soft-pigs-pull.md @@ -0,0 +1,11 @@ +--- +'@solid-design-system/components': patch +'@solid-design-system/eslint-plugin': patch +'@solid-design-system/placeholders': patch +'@solid-design-system/styles': patch +'@solid-design-system/theming': patch +'@solid-design-system/tokens': patch +'@solid-design-system/versioning': patch +--- + +Update `header-navigation` mobile header by adding a back arrow.