Skip to content

Commit

Permalink
chore: fix accordion story name (#33166)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdholt authored Oct 29, 2024
1 parent 2953c5d commit 22ae5df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/web-components/docs/api-report.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ export class Avatar extends BaseAvatar {
appearance?: AvatarAppearance | undefined;
color?: AvatarColor | undefined;
colorId?: AvatarNamedColor | undefined;
static colors: ("anchor" | "dark-red" | "cranberry" | "red" | "pumpkin" | "peach" | "marigold" | "gold" | "brass" | "brown" | "forest" | "seafoam" | "dark-green" | "light-teal" | "teal" | "steel" | "blue" | "royal-blue" | "cornflower" | "navy" | "lavender" | "purple" | "grape" | "lilac" | "pink" | "magenta" | "plum" | "beige" | "mink" | "platinum")[];
static colors: ("anchor" | "beige" | "blue" | "brass" | "brown" | "cornflower" | "cranberry" | "dark-green" | "dark-red" | "forest" | "gold" | "grape" | "lavender" | "light-teal" | "lilac" | "magenta" | "marigold" | "mink" | "navy" | "peach" | "pink" | "platinum" | "plum" | "pumpkin" | "purple" | "red" | "royal-blue" | "seafoam" | "steel" | "teal")[];
// (undocumented)
connectedCallback(): void;
// (undocumented)
Expand Down
2 changes: 1 addition & 1 deletion packages/web-components/src/accordion/accordion.stories.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const storyTemplate = html<StoryArgs<FluentAccordion>>`
`;

export default {
title: 'Components/Accordion',
title: 'Components/Accordion/Accordion',
render: renderComponent(storyTemplate),
argTypes: {
expandmode: {
Expand Down

0 comments on commit 22ae5df

Please sign in to comment.