@1d1s/design-system 0.2.8 → 0.2.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/BannerCarousel/BannerCarousel.stories.d.ts +1 -0
- package/dist/components/ChallengeCard/ChallengeCard.stories.d.ts +1 -0
- package/dist/components/ChallengeListItem/ChallengeListItem.stories.d.ts +2 -0
- package/dist/components/DiaryCard/DiaryCard.stories.d.ts +1 -0
- package/dist/components/DiaryListItem/DiaryListItem.stories.d.ts +2 -0
- package/dist/components/InfoButton/InfoButton.stories.d.ts +3 -0
- package/dist/components/RightSidebar/RightSidebar.stories.d.ts +1 -0
- package/dist/components/ScheduleCalendar/ScheduleCalendar.stories.d.ts +2 -0
- package/dist/index.es.js +795 -796
- package/dist/index.umd.js +2 -2
- package/package.json +1 -1
|
@@ -5,5 +5,6 @@ export default meta;
|
|
|
5
5
|
type Story = StoryObj<typeof BannerCarousel>;
|
|
6
6
|
export declare const Default: Story;
|
|
7
7
|
export declare const ImageBackground: Story;
|
|
8
|
+
export declare const Mobile: Story;
|
|
8
9
|
export declare const NoAutoSlide: Story;
|
|
9
10
|
export declare const NoIndicators: Story;
|
|
@@ -4,6 +4,7 @@ declare const meta: Meta<typeof ChallengeCard>;
|
|
|
4
4
|
export default meta;
|
|
5
5
|
type Story = StoryObj<typeof ChallengeCard>;
|
|
6
6
|
export declare const Default: Story;
|
|
7
|
+
export declare const Mobile: Story;
|
|
7
8
|
export declare const Recruiting: Story;
|
|
8
9
|
export declare const IndividualParticipant: Story;
|
|
9
10
|
export declare const GroupParticipantCount: Story;
|
|
@@ -8,4 +8,6 @@ export declare const Recruiting: Story;
|
|
|
8
8
|
export declare const Ended: Story;
|
|
9
9
|
export declare const Individual: Story;
|
|
10
10
|
export declare const WithImage: Story;
|
|
11
|
+
export declare const Mobile: Story;
|
|
12
|
+
export declare const MobileList: Story;
|
|
11
13
|
export declare const List: Story;
|
|
@@ -6,4 +6,6 @@ type Story = StoryObj<typeof DiaryListItem>;
|
|
|
6
6
|
export declare const Default: Story;
|
|
7
7
|
export declare const NoImage: Story;
|
|
8
8
|
export declare const ControlledLike: Story;
|
|
9
|
+
export declare const Mobile: Story;
|
|
10
|
+
export declare const MobileList: Story;
|
|
9
11
|
export declare const List: Story;
|
|
@@ -4,3 +4,6 @@ declare const meta: Meta<typeof InfoButton>;
|
|
|
4
4
|
export default meta;
|
|
5
5
|
type Story = StoryObj<typeof InfoButton>;
|
|
6
6
|
export declare const Default: Story;
|
|
7
|
+
export declare const MobileGrid: Story;
|
|
8
|
+
export declare const TabletGrid: Story;
|
|
9
|
+
export declare const DesktopGrid: Story;
|