Skip to content

Commit

Permalink
sort story args alphabetically
Browse files Browse the repository at this point in the history
basher committed Jan 27, 2025
1 parent e380f22 commit f1c7cdb
Showing 20 changed files with 60 additions and 60 deletions.
6 changes: 3 additions & 3 deletions ui/src/css/components/button-group.css
Original file line number Diff line number Diff line change
@@ -3,8 +3,8 @@
display: flex;
flex-wrap: wrap;
gap: var(--gutter-s);
}

&--centered {
justify-content: center;
}
.button-group--centered {
justify-content: center;
}
6 changes: 3 additions & 3 deletions ui/stories/2. Design System/Icons/Icons.stories.js
Original file line number Diff line number Diff line change
@@ -3,9 +3,9 @@ import { IconsHtml } from './Icons';
export default {
title: 'Design System/Icons',
parameters: {
status: {
type: 'stable',
},
status: { type: 'stable' },
controls: { sort: 'alpha' },
docs: { controls: { sort: 'alpha' } }
},
argTypes: {
iconSize: {
6 changes: 3 additions & 3 deletions ui/stories/3. Layout/Flex/Flex.stories.js
Original file line number Diff line number Diff line change
@@ -3,9 +3,9 @@ import { FlexHtml } from './Flex';
export default {
title: 'Layout/Flex',
parameters: {
status: {
type: 'stable',
},
status: { type: 'stable' },
controls: { sort: 'alpha' },
docs: { controls: { sort: 'alpha' } }
},
argTypes: {
direction: {
6 changes: 3 additions & 3 deletions ui/stories/3. Layout/Grid/Grid.stories.js
Original file line number Diff line number Diff line change
@@ -9,9 +9,9 @@ import {
export default {
title: 'Layout/Grid',
parameters: {
status: {
type: 'stable',
},
status: { type: 'stable' },
controls: { sort: 'alpha' },
docs: { controls: { sort: 'alpha' } }
},
argTypes: {
gap: {
6 changes: 3 additions & 3 deletions ui/stories/3. Layout/Stack/Stack.stories.js
Original file line number Diff line number Diff line change
@@ -3,9 +3,9 @@ import { StackHtml } from './Stack';
export default {
title: 'Layout/Stack',
parameters: {
status: {
type: 'stable',
},
status: { type: 'stable' },
controls: { sort: 'alpha' },
docs: { controls: { sort: 'alpha' } }
},
argTypes: {
stackGutter: {
6 changes: 3 additions & 3 deletions ui/stories/3. Layout/Wrapper/Wrapper.stories.js
Original file line number Diff line number Diff line change
@@ -3,9 +3,9 @@ import { WrapperHtml } from './Wrapper';
export default {
title: 'Layout/Wrapper',
parameters: {
status: {
type: 'stable',
},
status: { type: 'stable' },
controls: { sort: 'alpha' },
docs: { controls: { sort: 'alpha' } }
},
argTypes: {
turnParentIntoStack: {
6 changes: 3 additions & 3 deletions ui/stories/4. Forms/Form/Form.stories.js
Original file line number Diff line number Diff line change
@@ -3,9 +3,9 @@ import { FormHtml } from './Form';
export default {
title: 'Forms/Form',
parameters: {
status: {
type: 'stable',
},
status: { type: 'stable' },
controls: { sort: 'alpha' },
docs: { controls: { sort: 'alpha' } }
},
argTypes: {
makeFieldsRequired: {
Original file line number Diff line number Diff line change
@@ -3,9 +3,9 @@ import { ButtonsHtml, LinksHtml } from './ButtonGroup';
export default {
title: 'Components/Buttons & Links/Button Group',
parameters: {
status: {
type: 'stable',
},
status: { type: 'stable' },
controls: { sort: 'alpha' },
docs: { controls: { sort: 'alpha' } }
},
argTypes: {
centered: {
Original file line number Diff line number Diff line change
@@ -3,9 +3,9 @@ import { ButtonHtml } from './Button';
export default {
title: 'Components/Buttons & Links/Buttons',
parameters: {
status: {
type: 'stable',
},
status: { type: 'stable' },
controls: { sort: 'alpha' },
docs: { controls: { sort: 'alpha' } }
},
argTypes: {
label: {
Original file line number Diff line number Diff line change
@@ -3,9 +3,9 @@ import { IconButtonHtml } from './Button';
export default {
title: 'Components/Buttons & Links/Buttons',
parameters: {
status: {
type: 'stable',
},
status: { type: 'stable' },
controls: { sort: 'alpha' },
docs: { controls: { sort: 'alpha' } }
},
argTypes: {
iconRef: {
Original file line number Diff line number Diff line change
@@ -3,9 +3,9 @@ import { TextIconButtonHtml } from './Button';
export default {
title: 'Components/Buttons & Links/Buttons',
parameters: {
status: {
type: 'stable',
},
status: { type: 'stable' },
controls: { sort: 'alpha' },
docs: { controls: { sort: 'alpha' } }
},
argTypes: {
label: {
Original file line number Diff line number Diff line change
@@ -3,9 +3,9 @@ import { IconLinkHtml } from './Link';
export default {
title: 'Components/Buttons & Links/Links',
parameters: {
status: {
type: 'stable',
},
status: { type: 'stable' },
controls: { sort: 'alpha' },
docs: { controls: { sort: 'alpha' } }
},
argTypes: {
iconRef: {
Original file line number Diff line number Diff line change
@@ -3,9 +3,9 @@ import { LinkHtml } from './Link';
export default {
title: 'Components/Buttons & Links/Links',
parameters: {
status: {
type: 'stable',
},
status: { type: 'stable' },
controls: { sort: 'alpha' },
docs: { controls: { sort: 'alpha' } }
},
argTypes: {
label: {
Original file line number Diff line number Diff line change
@@ -3,9 +3,9 @@ import { TextIconLinkHtml } from './Link';
export default {
title: 'Components/Buttons & Links/Links',
parameters: {
status: {
type: 'stable',
},
status: { type: 'stable' },
controls: { sort: 'alpha' },
docs: { controls: { sort: 'alpha' } }
},
argTypes: {
label: {
6 changes: 3 additions & 3 deletions ui/stories/5. Components/Cards/Cards.stories.js
Original file line number Diff line number Diff line change
@@ -7,9 +7,9 @@ import {
export default {
title: 'Components/Cards',
parameters: {
status: {
type: 'stable',
},
status: { type: 'stable' },
controls: { sort: 'alpha' },
docs: { controls: { sort: 'alpha' } }
},
argTypes: {
cardOrientation: {
6 changes: 3 additions & 3 deletions ui/stories/5. Components/Skin/Skin.stories.js
Original file line number Diff line number Diff line change
@@ -3,9 +3,9 @@ import { SkinHtml, SkinWrapperHtml } from './Skin';
export default {
title: 'Components/Skin',
parameters: {
status: {
type: 'stable',
},
status: { type: 'stable' },
controls: { sort: 'alpha' },
docs: { controls: { sort: 'alpha' } }
},
argTypes: {
skin: {
Original file line number Diff line number Diff line change
@@ -3,9 +3,9 @@ import { WebUICarouselHtml } from './WebUICarousel';
export default {
title: 'Web Components Or Custom Elements/<webui-carousel>',
parameters: {
status: {
type: 'stable',
},
status: { type: 'stable' },
controls: { sort: 'alpha' },
docs: { controls: { sort: 'alpha' } }
},
argTypes: {
makeSlidesFullwidth: {
Original file line number Diff line number Diff line change
@@ -3,9 +3,9 @@ import { WebUIDisclosureHtml } from './WebUIDisclosure';
export default {
title: 'Web Components Or Custom Elements/<webui-disclosure>',
parameters: {
status: {
type: 'stable',
},
status: { type: 'stable' },
controls: { sort: 'alpha' },
docs: { controls: { sort: 'alpha' } }
},
argTypes: {
bindEscapeKey: {
Original file line number Diff line number Diff line change
@@ -3,9 +3,9 @@ import { WebUINotifyHtml } from './WebUINotify';
export default {
title: 'Web Components Or Custom Elements/<webui-notify>',
parameters: {
status: {
type: 'stable',
},
status: { type: 'stable' },
controls: { sort: 'alpha' },
docs: { controls: { sort: 'alpha' } }
},
argTypes: {
notificationType: {
6 changes: 3 additions & 3 deletions ui/stories/7. Utilities/Utilities.stories.js
Original file line number Diff line number Diff line change
@@ -3,9 +3,9 @@ import { MarginPaddingHtml } from './Utilities';
export default {
title: 'Utilities/Helpers and Utilities',
parameters: {
status: {
type: 'stable',
},
status: { type: 'stable' },
controls: { sort: 'alpha' },
docs: { controls: { sort: 'alpha' } }
},
argTypes: {
marginBlock: {

0 comments on commit f1c7cdb

Please sign in to comment.