Skip to content
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
Binary file not shown.
Binary file not shown.
3 changes: 3 additions & 0 deletions packages/dev/s2-docs/src/ComponentCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,8 @@ import InlineAlertDark from 'url:../assets/component-illustrations/dark/InlineAl
import InlineAlertLight from 'url:../assets/component-illustrations/light/InlineAlert.avif';
import KeyboardDark from 'url:../assets/component-illustrations/dark/Keyboard.avif';
import KeyboardLight from 'url:../assets/component-illustrations/light/Keyboard.avif';
import LabeledValueDark from 'url:../assets/component-illustrations/dark/LabeledValue.avif';
import LabeledValueLight from 'url:../assets/component-illustrations/light/LabeledValue.avif';
import LinkButtonDark from 'url:../assets/component-illustrations/dark/LinkButton.avif';
import LinkButtonLight from 'url:../assets/component-illustrations/light/LinkButton.avif';
import LinkDark from 'url:../assets/component-illustrations/dark/Link.avif';
Expand Down Expand Up @@ -250,6 +252,7 @@ const componentIllustrations: Record<string, [string, string] | undefined> = {
Illustrations: [IllustrationsLight, IllustrationsDark],
Image: [ImageLight, ImageDark],
InlineAlert: [InlineAlertLight, InlineAlertDark],
LabeledValue: [LabeledValueLight, LabeledValueDark],
Link: [LinkLight, LinkDark],
LinkButton: [LinkButtonLight, LinkButtonDark],
ListBox: [SelectionLight, SelectionDark],
Expand Down