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. 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` + + +
+ + +
+ + + +
+ + + + + + +
+ + + +
+ +
+ +
+ + + + + + + + + + ` +};