diff --git a/packages/calcite-components/src/components/list/list.stories.ts b/packages/calcite-components/src/components/list/list.stories.ts index 3b83164cded..f5d18d577ac 100644 --- a/packages/calcite-components/src/components/list/list.stories.ts +++ b/packages/calcite-components/src/components/list/list.stories.ts @@ -86,7 +86,7 @@ export default { const thumbnailImage = placeholderImage({ width: 44, height: 44 }); -const listHTML = (): string => html` selection-mode="none" selection-appearance="icon" label="My List" `; +const listAttributes = (): string => html` selection-mode="none" selection-appearance="icon" label="My List" `; export const simple = (args: ListStoryArgs): string => html` html` `; export const onlyLabelVersusOnlyDescription_TestOnly = (): string => html` - + @@ -3974,7 +3974,7 @@ export const onlyLabelVersusOnlyDescription_TestOnly = (): string => html` `; export const stretchSlottedContent = (): string => html` - + html` `; export const nestedItems = (): string => html` - + html` - + - html` + html` @@ -4168,7 +4168,7 @@ export const startAndEndContentSlots = (): string => `; export const contentBottomSlots = (): string => - html` + html` Some value or something and a thing. @@ -4184,7 +4184,7 @@ export const contentBottomSlots = (): string => `; export const contentBottomSlotsNested = (): string => - html` + html` Some value or something and a thing. `; export const richContent = (): string => html` - + @@ -4300,7 +4300,8 @@ export const filterEnabledWithHiddenItems = (): string => html` `; export const darkModeRTL_TestOnly = (): string => html` - +

selection-mode="none" + selection-appearance="icon"

+ @@ -4341,6 +4342,18 @@ export const darkModeRTL_TestOnly = (): string => html` + +

selection-mode="none" + selection-appearance="icon"

+ + First + Second + `; darkModeRTL_TestOnly.parameters = { themes: modesDarkDefault };