Skip to content

Commit

Permalink
rm redundant theme title
Browse files Browse the repository at this point in the history
  • Loading branch information
devgioele committed Sep 11, 2023
1 parent 625e095 commit f802c5e
Show file tree
Hide file tree
Showing 62 changed files with 62 additions and 62 deletions.
2 changes: 1 addition & 1 deletion src/components/action/Actions.stories.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export const Template = ({ children, ...args }) => (

<ArgsTable story="Default" />

### Theme


<Theme component="action" />

Expand Down
2 changes: 1 addition & 1 deletion src/components/alert/Alert.stories.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ export const YesNoCriticalButtons = (

<ArgsTable story="Default" />

### Theme


<Theme component="alert" />

Expand Down
2 changes: 1 addition & 1 deletion src/components/breadcrumbs/Breadcrumbs.stories.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export const TemplateLoadingCustom = () => (
<Story name="Loading Custom">{TemplateLoadingCustom.bind({})}</Story>
</Canvas>

### Theme


<Theme
component="breadcrumbs"
Expand Down
2 changes: 1 addition & 1 deletion src/components/button/ButtonIcon.stories.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ All the other externally defined props are
React.DetailedHTMLProps<React.ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>
```

### Theme


<Theme component="button" items={['buttonIcon']} />

Expand Down
2 changes: 1 addition & 1 deletion src/components/button/ButtonIconLink.stories.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export const Template = ({ ...args }) => <ButtonIconLink {...args} />

<ArgsTable story="Default" />

### Theme


All themes are the same as for the [ButtonIcon](/docs/components-button-buttonicon--default-story#theme).

Expand Down
2 changes: 1 addition & 1 deletion src/components/button/ButtonLink.stories.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ All the other externally defined props are
AnchorHTMLAttributes<HTMLAnchorElement>
```

### Theme


All themes are the same as for the [Button](/docs/components-button-button--default-story#theme).

Expand Down
2 changes: 1 addition & 1 deletion src/components/content/ContentArea/ContentArea.stories.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@ export const Template = ({ children }) => <ContentArea>{children}</ContentArea>

<ArgsTable story="Default" />

### Theme


<Theme component="content" items={['area']} />
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export const Template = (args) => <ContentMessage {...args} />

<ArgsTable story="Default" />

### Theme


<Theme component="content" items={['message']} />

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export const Template = ({ title, content, hideIfEmpty }) => (

<ArgsTable story="Default" />

### Theme


<Theme
component="content"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ export const Template = ({ ...args }) => <LoadingDescriptionItem {...args} />

<ArgsTable story="Default" />

### Theme


<Theme component="content" items={['loadingDescriptionItem']} />
2 changes: 1 addition & 1 deletion src/components/form/FormError.stories.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ export const Template = ({ children, ...args }) => (

<ArgsTable story="Default" />

### Theme


<Theme component="form" items={['formError']} />
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export const Template = ({ ...args }) => <Checkbox {...args} />

<ArgsTable story="Default" />

### Theme


<Theme component="form" items={['checkbox']} />

Expand Down
2 changes: 1 addition & 1 deletion src/components/form/primitive/FieldSet.stories.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ export const Template = ({ ...args }) => <FieldSet {...args} />

<ArgsTable story="Default" />

### Theme


<Theme component="form" items={['fieldset']} />
2 changes: 1 addition & 1 deletion src/components/form/primitive/Input.stories.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export const Template = ({ ...args }) => <Input {...args} />

<ArgsTable story="Default" />

### Theme


<Theme component="form" items={['input']} />

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ export const Template = ({ ...args }) => <InputIcon {...args} />

<ArgsTable story="Default" />

### Theme


<Theme component="form" items={['inputIcon']} />
2 changes: 1 addition & 1 deletion src/components/form/primitive/InputLabel.stories.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ export const Template = ({ ...args }) => <InputLabel {...args} />

<ArgsTable story="Default" />

### Theme


<Theme component="form" items={['inputLabel']} />
2 changes: 1 addition & 1 deletion src/components/form/primitive/InputMessage.stories.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ export const Template = ({ ...args }) => <InputMessage {...args} />

<ArgsTable story="Default" />

### Theme


<Theme component="form" items={['inputMessage']} />
2 changes: 1 addition & 1 deletion src/components/form/primitive/Option.stories.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ export const Template = ({ ...args }) => <Option {...args} />

<ArgsTable story="Default" />

### Theme


<Theme component="form" items={['option']} />
2 changes: 1 addition & 1 deletion src/components/form/primitive/Radio/Radio.stories.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export const Template = ({ ...args }) => (

<ArgsTable story="Default" />

### Theme


<Theme component="form" items={['radio']} />

Expand Down
2 changes: 1 addition & 1 deletion src/components/form/primitive/Select.stories.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export const Template = ({ ...args }) => <Select {...args} />

<ArgsTable story="Default" />

### Theme


<Theme component="form" items={['select']} />

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export const Template = ({ ...args }) => <ToggleSwitch {...args} />

<ArgsTable story="Default" />

### Theme


<Theme component="form" items={['toggleSwitch']} />

Expand Down
2 changes: 1 addition & 1 deletion src/components/header/actions/HeaderButtonIcon.stories.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ export const Template = (args) => <HeaderButtonIcon {...args} />

<ArgsTable story="Default" />

### Theme


<Theme component="header" items={['buttonIcon']} />
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ export const Template = (args) => <HeaderLeftActionIcon {...args} />

<ArgsTable story="Default" />

### Theme


<Theme component="header" items={['leftActionIcon']} />
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ export const Template = (args) => <HeaderRightActionIcon {...args} />

<ArgsTable story="Default" />

### Theme


<Theme component="header" items={['rightActionIcon']} />
2 changes: 1 addition & 1 deletion src/components/header/areas/HeaderArea.stories.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ export const Template = (args) => <HeaderArea {...args} />

<ArgsTable story="Default" />

### Theme


<Theme component="header" items={['area']} />
2 changes: 1 addition & 1 deletion src/components/header/areas/HeaderLeftArea.stories.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@ export const Template = ({ children, ...args }) => (

<ArgsTable story="Default" />

### Theme


<Theme component="header" items={['leftArea']} />
2 changes: 1 addition & 1 deletion src/components/header/areas/HeaderRightArea.stories.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export const Template = ({ children, ...args }) => (

<ArgsTable story="Default" />

### Theme


<Theme component="header" items={['rightArea']} />

Expand Down
2 changes: 1 addition & 1 deletion src/components/header/areas/HeaderTitle.stories.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ export const Template = (args) => <HeaderTitle {...args} />

<ArgsTable story="Default" />

### Theme


<Theme component="header" items={['title']} />
2 changes: 1 addition & 1 deletion src/components/link/TextLink.stories.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export const Template = ({ href, children, ...args }) => (

<ArgsTable story="Default" />

### Theme


<Theme component="link" />

Expand Down
2 changes: 1 addition & 1 deletion src/components/loading/LoadingBar.stories.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ export const Template = (args) => <LoadingBar {...args} />

<ArgsTable story="Default" />

### Theme


<Theme component="loading" items={['bar']} />
2 changes: 1 addition & 1 deletion src/components/loading/LoadingInput.stories.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ export const Template = (args) => <LoadingInput {...args} />

<ArgsTable story="Default" />

### Theme


<Theme component="loading" items={['input']} />
2 changes: 1 addition & 1 deletion src/components/menu/Menu.stories.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@ export const Template = ({ menuLabel, className, ...args }) => {

<ArgsTable story="Default" />

### Theme


<Theme component="menu" items={['menuButton', 'menuList']} />
2 changes: 1 addition & 1 deletion src/components/menu/MenuItem.stories.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ export const Template = () => (

<ArgsTable story="Default" />

### Theme


<Theme component="menu" items={['menuItem']} />
2 changes: 1 addition & 1 deletion src/components/pagination/PaginationContainer.stories.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ export const Template = ({ children, ...args }) => (

<ArgsTable story="Default" />

### Theme


<Theme component="pagination" items={['container']} />
2 changes: 1 addition & 1 deletion src/components/pagination/PaginationInMemory.stories.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export const Template = ({ children, ...args }) => {

<ArgsTable story="Default" />

### Theme


<Theme component="pagination" items={['page']} />

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export const Template = ({ ...args }) => <PaginationNextContent {...args} />
<Story name="Default">{Template.bind({})}</Story>
</Canvas>

### Theme


<Theme component="pagination" items={['prevNext']} />

Expand Down
2 changes: 1 addition & 1 deletion src/components/pagination/PaginationPagesList.stories.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ export const Template = ({ ...args }) => {

<ArgsTable story="Default" />

### Theme


<Theme component="pagination" items={['pagesList']} />
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export const Template = ({ ...args }) => <PaginationPreviousContent {...args} />
<Story name="Default">{Template.bind({})}</Story>
</Canvas>

### Theme


<Theme component="pagination" items={['prevNext']} />

Expand Down
2 changes: 1 addition & 1 deletion src/components/pagination/PaginationRouter.stories.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export const Template = ({ children, ...args }) => {

<ArgsTable story="Default" />

### Theme


<Theme component="pagination" items={['page']} />

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export const Template = ({ children, ...args }) => (

<ArgsTable story="Default" />

### Theme


<Theme component="form" items={['formSubmitFeedback']} />

Expand Down
2 changes: 1 addition & 1 deletion src/components/section/Section/Section.stories.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ export const Template = ({ children, ...args }) => (

<ArgsTable story="Default" />

### Theme


<Theme component="section" items={['section']} />
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ export const Template = ({ children, ...args }) => (

<ArgsTable story="Default" />

### Theme


<Theme component="section" items={['container']} />
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export const Template = ({ children, ...args }) => (

<ArgsTable story="Default" />

### Theme


<Theme component="section" items={['content']} />

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ export const Template = ({ children, ...args }) => (

<ArgsTable story="Default" />

### Theme


<Theme component="section" items={['contentList']} />
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export const Template = (args) => <SectionContentMessage {...args} />

<ArgsTable story="Default" />

### Theme


<Theme component="section" items={['contentMessage']} />

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ export const Template = ({ children, ...args }) => (

<ArgsTable story="Default" />

### Theme


<Theme component="section" items={['contentTitle']} />
2 changes: 1 addition & 1 deletion src/components/section/Section/SubsectionTitle.stories.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ export const Template = ({ children, ...args }) => (

<ArgsTable story="Default" />

### Theme


<Theme component="section" items={['subsectionTitle']} />
Loading

0 comments on commit f802c5e

Please sign in to comment.