Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(documentation): move internet-header, footer and breadcrumbs to raw-components and new header to modules #4258

Merged
merged 5 commits into from
Dec 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions packages/documentation/.storybook/manager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ addons.setConfig({
'layout',
'raw-components',
'components',
'modules',
'utilities',
'templates',
'guidelines',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { MetaComponent } from '@root/types';

const meta: MetaComponent<HTMLPostLanguageSwitchElement> = {
id: 'decbb10c-2b39-4f47-b67d-337d8111a3ae',
title: 'Components/Header/Language Switch',
title: 'Components/Language Switch',
tags: ['package:WebComponents'],
component: 'post-language-switch',
render: renderLanguageSwitch,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import HeaderMarkup from './components/header.markup';

const meta: MetaComponent = {
id: 'header',
title: 'Raw Components/Header',
title: 'Modules/Header',
tags: ['package:HTML'],
parameters: {
layout: 'fullscreen',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { MetaComponent } from '@root/types';

const meta: MetaComponent<HTMLSwisspostInternetBreadcrumbsElement> = {
id: '4347e5bf-8bf2-4f44-9075-9faaa53591ed',
title: 'Raw Components/Breadcrumbs',
title: 'Raw Components/Internet Header/Breadcrumbs',
component: 'swisspost-internet-breadcrumbs',
tags: ['package:InternetHeader'],
render: renderInternetBreadcrumbs,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { MetaComponent } from '@root/types';

const meta: MetaComponent = {
id: '27fc009d-3eec-43a9-b3a2-55531e721817',
title: 'Raw Components/Footer',
title: 'Raw Components/Internet Header/Footer',
component: 'swisspost-internet-footer',
tags: ['package:InternetHeader'],
render: renderInternetFooter,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { MetaComponent } from '@root/types';

const meta: MetaComponent = {
id: 'ebb11274-091b-4cb7-9a3f-3e0451c9a865',
title: 'Components/Internet Header',
title: 'Raw Components/Internet Header',
tags: ['package:InternetHeader'],
component: 'swisspost-internet-header',
parameters: {
Expand Down
Loading