@1d1s/design-system 1.2.5 → 1.2.7
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/CheckList/CheckList.d.ts +4 -1
- package/dist/components/CircleAvatar/CircleAvatar.d.ts +2 -2
- package/dist/components/Stripe/Stripe.d.ts +1 -1
- package/dist/components/Tag/ChallengeTag.d.ts +1 -1
- package/dist/components/TextField/TextArea.d.ts +3 -0
- package/dist/index.es.js +333 -15496
- package/package.json +8 -4
- package/dist/components/Accordion/Accordion.stories.d.ts +0 -8
- package/dist/components/AchievementBadge/AchievementBadge.stories.d.ts +0 -9
- package/dist/components/AvatarImagePicker/AvatarImagePicker.stories.d.ts +0 -7
- package/dist/components/Banner/Banner.stories.d.ts +0 -9
- package/dist/components/BannerCarousel/BannerCarousel.stories.d.ts +0 -10
- package/dist/components/BottomNav/BottomNav.stories.d.ts +0 -7
- package/dist/components/BottomSheet/BottomSheet.stories.d.ts +0 -7
- package/dist/components/Button/Button.stories.d.ts +0 -13
- package/dist/components/Calendar/Calendar.stories.d.ts +0 -15
- package/dist/components/Card/Card.stories.d.ts +0 -8
- package/dist/components/CheckContainer/CheckContainer.stories.d.ts +0 -9
- package/dist/components/CheckList/CheckList.stories.d.ts +0 -9
- package/dist/components/Checkbox/Checkbox.stories.d.ts +0 -11
- package/dist/components/CircleAvatar/CircleAvatar.stories.d.ts +0 -12
- package/dist/components/CircularProgress/CircularProgress.stories.d.ts +0 -11
- package/dist/components/CommentRow/CommentRow.stories.d.ts +0 -8
- package/dist/components/CommentThread/CommentThread.stories.d.ts +0 -10
- package/dist/components/DatePicker/DatePicker.stories.d.ts +0 -7
- package/dist/components/Dialog/Dialog.stories.d.ts +0 -11
- package/dist/components/Dropdown/Dropdown.stories.d.ts +0 -11
- package/dist/components/GoalAddList/GoalAddList.stories.d.ts +0 -7
- package/dist/components/Heatmap/Heatmap.stories.d.ts +0 -10
- package/dist/components/Icons/Icons.stories.d.ts +0 -9
- package/dist/components/ImagePicker/ImagePicker.stories.d.ts +0 -8
- package/dist/components/PageWatermark/PageWatermark.stories.d.ts +0 -6
- package/dist/components/ProgressBar/ProgressBar.stories.d.ts +0 -12
- package/dist/components/Radio/Radio.stories.d.ts +0 -9
- package/dist/components/ScheduleCalendar/ScheduleCalendar.stories.d.ts +0 -10
- package/dist/components/SectionHeader/SectionHeader.stories.d.ts +0 -9
- package/dist/components/Snackbar/Snackbar.stories.d.ts +0 -8
- package/dist/components/StatCard/StatCard.stories.d.ts +0 -9
- package/dist/components/StatusBadge/StatusBadge.stories.d.ts +0 -8
- package/dist/components/StepIndicator/StepIndicator.stories.d.ts +0 -10
- package/dist/components/Streak/StreakChip.stories.d.ts +0 -8
- package/dist/components/Streak/StreakHero.stories.d.ts +0 -8
- package/dist/components/Stripe/Stripe.stories.d.ts +0 -9
- package/dist/components/Tabs/Tabs.stories.d.ts +0 -9
- package/dist/components/Tag/ChallengeTag.stories.d.ts +0 -8
- package/dist/components/Tag/Tag.stories.d.ts +0 -13
- package/dist/components/Text/Text.stories.d.ts +0 -9
- package/dist/components/TextField/TextArea.stories.d.ts +0 -10
- package/dist/components/TextField/TextField.stories.d.ts +0 -12
- package/dist/components/Toast/Toast.stories.d.ts +0 -10
- package/dist/components/Toggle/Toggle.stories.d.ts +0 -10
- package/dist/components/ToggleGroup/ToggleGroup.stories.d.ts +0 -8
- package/dist/components/Tooltip/Tooltip.stories.d.ts +0 -7
- package/dist/components/TopNav/TopNav.stories.d.ts +0 -8
- package/dist/index.umd.js +0 -45
package/package.json
CHANGED
|
@@ -1,9 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@1d1s/design-system",
|
|
3
|
-
"version": "1.2.
|
|
4
|
-
"
|
|
3
|
+
"version": "1.2.7",
|
|
4
|
+
"type": "module",
|
|
5
|
+
"main": "dist/index.es.js",
|
|
5
6
|
"module": "dist/index.es.js",
|
|
6
7
|
"types": "dist/index.d.ts",
|
|
8
|
+
"sideEffects": [
|
|
9
|
+
"**/*.css"
|
|
10
|
+
],
|
|
7
11
|
"files": [
|
|
8
12
|
"dist",
|
|
9
13
|
"src/styles"
|
|
@@ -15,8 +19,7 @@
|
|
|
15
19
|
"exports": {
|
|
16
20
|
".": {
|
|
17
21
|
"types": "./dist/index.d.ts",
|
|
18
|
-
"import": "./dist/index.es.js"
|
|
19
|
-
"require": "./dist/index.umd.js"
|
|
22
|
+
"import": "./dist/index.es.js"
|
|
20
23
|
},
|
|
21
24
|
"./styles/globals.css": "./src/styles/globals.css"
|
|
22
25
|
},
|
|
@@ -83,6 +86,7 @@
|
|
|
83
86
|
"standard-version": "^9.5.0",
|
|
84
87
|
"storybook": "^10.1.11",
|
|
85
88
|
"tailwindcss": "^4.0.17",
|
|
89
|
+
"terser": "^5.48.0",
|
|
86
90
|
"typescript": "^5.8.2",
|
|
87
91
|
"typescript-eslint": "^8.56.0",
|
|
88
92
|
"vite": "^7.3.1",
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { Meta, StoryObj } from '@storybook/react-vite';
|
|
2
|
-
import { Accordion } from './Accordion';
|
|
3
|
-
declare const meta: Meta<typeof Accordion>;
|
|
4
|
-
export default meta;
|
|
5
|
-
type Story = StoryObj<typeof Accordion>;
|
|
6
|
-
export declare const Single: Story;
|
|
7
|
-
export declare const Multiple: Story;
|
|
8
|
-
export declare const DefaultOpen: Story;
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { Meta, StoryObj } from '@storybook/react-vite';
|
|
2
|
-
import { AchievementBadge } from './AchievementBadge';
|
|
3
|
-
declare const meta: Meta<typeof AchievementBadge>;
|
|
4
|
-
export default meta;
|
|
5
|
-
type Story = StoryObj<typeof AchievementBadge>;
|
|
6
|
-
export declare const Default: Story;
|
|
7
|
-
export declare const Tones: Story;
|
|
8
|
-
export declare const Horizontal: Story;
|
|
9
|
-
export declare const Sizes: Story;
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { Meta, StoryObj } from '@storybook/react-vite';
|
|
2
|
-
import { AvatarImagePicker } from './AvatarImagePicker';
|
|
3
|
-
declare const meta: Meta<typeof AvatarImagePicker>;
|
|
4
|
-
export default meta;
|
|
5
|
-
type Story = StoryObj<typeof AvatarImagePicker>;
|
|
6
|
-
export declare const Default: Story;
|
|
7
|
-
export declare const WithImage: Story;
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { Meta, StoryObj } from '@storybook/react-vite';
|
|
2
|
-
import { Banner } from './Banner';
|
|
3
|
-
declare const meta: Meta<typeof Banner>;
|
|
4
|
-
export default meta;
|
|
5
|
-
type Story = StoryObj<typeof Banner>;
|
|
6
|
-
export declare const Default: Story;
|
|
7
|
-
export declare const Tones: Story;
|
|
8
|
-
export declare const WithAction: Story;
|
|
9
|
-
export declare const CustomBg: Story;
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { Meta, StoryObj } from '@storybook/react-vite';
|
|
2
|
-
import { BannerCarousel } from './BannerCarousel';
|
|
3
|
-
declare const meta: Meta<typeof BannerCarousel>;
|
|
4
|
-
export default meta;
|
|
5
|
-
type Story = StoryObj<typeof BannerCarousel>;
|
|
6
|
-
export declare const Default: Story;
|
|
7
|
-
export declare const ImageBackground: Story;
|
|
8
|
-
export declare const Mobile: Story;
|
|
9
|
-
export declare const NoAutoSlide: Story;
|
|
10
|
-
export declare const NoIndicators: Story;
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { Meta, StoryObj } from '@storybook/react-vite';
|
|
2
|
-
import { BottomNav } from './BottomNav';
|
|
3
|
-
declare const meta: Meta<typeof BottomNav>;
|
|
4
|
-
export default meta;
|
|
5
|
-
type Story = StoryObj<typeof BottomNav>;
|
|
6
|
-
export declare const Default: Story;
|
|
7
|
-
export declare const ActiveStrokeBoost: Story;
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { Meta, StoryObj } from '@storybook/react-vite';
|
|
2
|
-
import { BottomSheet } from './BottomSheet';
|
|
3
|
-
declare const meta: Meta<typeof BottomSheet>;
|
|
4
|
-
export default meta;
|
|
5
|
-
type Story = StoryObj<typeof BottomSheet>;
|
|
6
|
-
export declare const MoodPicker: Story;
|
|
7
|
-
export declare const Options: Story;
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { Meta, StoryObj } from '@storybook/react-vite';
|
|
2
|
-
import { Button } from './Button';
|
|
3
|
-
declare const meta: Meta<typeof Button>;
|
|
4
|
-
export default meta;
|
|
5
|
-
type Story = StoryObj<typeof Button>;
|
|
6
|
-
export declare const Primary: Story;
|
|
7
|
-
export declare const Sizes: Story;
|
|
8
|
-
export declare const Variants: Story;
|
|
9
|
-
export declare const WithIcons: Story;
|
|
10
|
-
export declare const Pill: Story;
|
|
11
|
-
export declare const FullWidth: Story;
|
|
12
|
-
export declare const IconOnly: Story;
|
|
13
|
-
export declare const Disabled: Story;
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { Meta, StoryObj } from '@storybook/react-vite';
|
|
2
|
-
import { Calendar } from './Calendar';
|
|
3
|
-
declare const meta: Meta<typeof Calendar>;
|
|
4
|
-
export default meta;
|
|
5
|
-
type Story = StoryObj<typeof Calendar>;
|
|
6
|
-
export declare const Default: Story;
|
|
7
|
-
export declare const Range: Story;
|
|
8
|
-
/** 오늘로부터 N일 이전/이후만 클릭 가능 */
|
|
9
|
-
export declare const DisabledOutsideRange: Story;
|
|
10
|
-
/** 오늘 이후 날짜만 클릭 가능 (과거 비활성화) */
|
|
11
|
-
export declare const DisabledPastDays: Story;
|
|
12
|
-
/** 오늘 이전 날짜만 클릭 가능 (미래 비활성화) */
|
|
13
|
-
export declare const DisabledFutureDays: Story;
|
|
14
|
-
/** 특정 날짜 범위만 클릭 가능 */
|
|
15
|
-
export declare const DisabledWithCustomMatcher: Story;
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { Meta, StoryObj } from '@storybook/react-vite';
|
|
2
|
-
import { Card } from './Card';
|
|
3
|
-
declare const meta: Meta<typeof Card>;
|
|
4
|
-
export default meta;
|
|
5
|
-
type Story = StoryObj<typeof Card>;
|
|
6
|
-
export declare const Empty: Story;
|
|
7
|
-
export declare const ChallengeCard: Story;
|
|
8
|
-
export declare const DiaryCard: Story;
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { Meta, StoryObj } from '@storybook/react-vite';
|
|
2
|
-
import { CheckContainer } from './CheckContainer';
|
|
3
|
-
declare const meta: Meta<typeof CheckContainer>;
|
|
4
|
-
export default meta;
|
|
5
|
-
type Story = StoryObj<typeof CheckContainer>;
|
|
6
|
-
export declare const WithIndicator: Story;
|
|
7
|
-
export declare const WithoutIndicator: Story;
|
|
8
|
-
export declare const CustomSize: Story;
|
|
9
|
-
export declare const WithCustomContent: Story;
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { Meta, StoryObj } from '@storybook/react-vite';
|
|
2
|
-
import { CheckList } from './CheckList';
|
|
3
|
-
declare const meta: Meta<typeof CheckList>;
|
|
4
|
-
export default meta;
|
|
5
|
-
type Story = StoryObj<typeof CheckList>;
|
|
6
|
-
export declare const Default: Story;
|
|
7
|
-
export declare const Empty: Story;
|
|
8
|
-
export declare const Disabled: Story;
|
|
9
|
-
export declare const ReadOnly: Story;
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { Meta, StoryObj } from '@storybook/react-vite';
|
|
2
|
-
import { Checkbox } from './Checkbox';
|
|
3
|
-
declare const meta: Meta<typeof Checkbox>;
|
|
4
|
-
export default meta;
|
|
5
|
-
type Story = StoryObj<typeof Checkbox>;
|
|
6
|
-
export declare const Default: Story;
|
|
7
|
-
export declare const Checked: Story;
|
|
8
|
-
export declare const WithoutLabel: Story;
|
|
9
|
-
export declare const Disabled: Story;
|
|
10
|
-
export declare const ReadOnly: Story;
|
|
11
|
-
export declare const TodoList: Story;
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { Meta, StoryObj } from '@storybook/react-vite';
|
|
2
|
-
import { CircleAvatar } from './CircleAvatar';
|
|
3
|
-
declare const meta: Meta<typeof CircleAvatar>;
|
|
4
|
-
export default meta;
|
|
5
|
-
type Story = StoryObj<typeof CircleAvatar>;
|
|
6
|
-
export declare const Default: Story;
|
|
7
|
-
export declare const Sizes: Story;
|
|
8
|
-
export declare const Tones: Story;
|
|
9
|
-
export declare const CustomTone: Story;
|
|
10
|
-
export declare const NumericSize: Story;
|
|
11
|
-
export declare const WithImage: Story;
|
|
12
|
-
export declare const WithFallbackNode: Story;
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { Meta, StoryObj } from '@storybook/react-vite';
|
|
2
|
-
import { CircularProgress } from './CircularProgress';
|
|
3
|
-
declare const meta: Meta<typeof CircularProgress>;
|
|
4
|
-
export default meta;
|
|
5
|
-
type Story = StoryObj<typeof CircularProgress>;
|
|
6
|
-
export declare const Default: Story;
|
|
7
|
-
export declare const Sizes: Story;
|
|
8
|
-
export declare const CustomSize: Story;
|
|
9
|
-
export declare const CustomColor: Story;
|
|
10
|
-
export declare const NoLabel: Story;
|
|
11
|
-
export declare const CustomCenter: Story;
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { Meta, StoryObj } from '@storybook/react-vite';
|
|
2
|
-
import { CommentRow } from './CommentRow';
|
|
3
|
-
declare const meta: Meta<typeof CommentRow>;
|
|
4
|
-
export default meta;
|
|
5
|
-
type Story = StoryObj<typeof CommentRow>;
|
|
6
|
-
export declare const Default: Story;
|
|
7
|
-
export declare const Thread: Story;
|
|
8
|
-
export declare const NoDivider: Story;
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { Meta, StoryObj } from '@storybook/react-vite';
|
|
2
|
-
import { CommentThread } from './CommentThread';
|
|
3
|
-
declare const meta: Meta<typeof CommentThread>;
|
|
4
|
-
export default meta;
|
|
5
|
-
type Story = StoryObj<typeof CommentThread>;
|
|
6
|
-
export declare const Default: Story;
|
|
7
|
-
export declare const SingleComment: Story;
|
|
8
|
-
export declare const Empty: Story;
|
|
9
|
-
export declare const LongContent: Story;
|
|
10
|
-
export declare const ManyReplies: Story;
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { Meta, StoryObj } from '@storybook/react-vite';
|
|
2
|
-
import { DatePicker } from './DatePicker';
|
|
3
|
-
declare const meta: Meta<typeof DatePicker>;
|
|
4
|
-
export default meta;
|
|
5
|
-
type Story = StoryObj<typeof DatePicker>;
|
|
6
|
-
export declare const Single: Story;
|
|
7
|
-
export declare const Range: Story;
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { Meta, StoryObj } from '@storybook/react-vite';
|
|
2
|
-
import { Dialog } from './Dialog';
|
|
3
|
-
declare const meta: Meta<typeof Dialog>;
|
|
4
|
-
export default meta;
|
|
5
|
-
type Story = StoryObj<typeof Dialog>;
|
|
6
|
-
export declare const SizeSm: Story;
|
|
7
|
-
export declare const SizeMd: Story;
|
|
8
|
-
export declare const SizeLg: Story;
|
|
9
|
-
export declare const ConfirmBrand: Story;
|
|
10
|
-
export declare const ConfirmDanger: Story;
|
|
11
|
-
export declare const ConfirmMint: Story;
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { Meta, StoryObj } from '@storybook/react-vite';
|
|
2
|
-
import { Dropdown } from './Dropdown';
|
|
3
|
-
declare const meta: Meta<typeof Dropdown>;
|
|
4
|
-
export default meta;
|
|
5
|
-
type Story = StoryObj<typeof Dropdown>;
|
|
6
|
-
export declare const Default: Story;
|
|
7
|
-
export declare const Sizes: Story;
|
|
8
|
-
export declare const States: Story;
|
|
9
|
-
export declare const Interactive: Story;
|
|
10
|
-
export declare const MenuOnly: Story;
|
|
11
|
-
export declare const Multi: Story;
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { Meta, StoryObj } from '@storybook/react-vite';
|
|
2
|
-
import { GoalAddList } from './GoalAddList';
|
|
3
|
-
declare const meta: Meta<typeof GoalAddList>;
|
|
4
|
-
export default meta;
|
|
5
|
-
type Story = StoryObj<typeof GoalAddList>;
|
|
6
|
-
export declare const Default: Story;
|
|
7
|
-
export declare const Controlled: Story;
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { Meta, StoryObj } from '@storybook/react-vite';
|
|
2
|
-
import { Heatmap } from './Heatmap';
|
|
3
|
-
declare const meta: Meta<typeof Heatmap>;
|
|
4
|
-
export default meta;
|
|
5
|
-
type Story = StoryObj<typeof Heatmap>;
|
|
6
|
-
export declare const Empty: Story;
|
|
7
|
-
export declare const WithData: Story;
|
|
8
|
-
export declare const Tones: Story;
|
|
9
|
-
export declare const Interactive: Story;
|
|
10
|
-
export declare const InteractiveWithActions: Story;
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { Meta, StoryObj } from '@storybook/react-vite';
|
|
2
|
-
declare const IconGallery: ({ size, color }: {
|
|
3
|
-
size: number;
|
|
4
|
-
color: string;
|
|
5
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
6
|
-
declare const meta: Meta<typeof IconGallery>;
|
|
7
|
-
export default meta;
|
|
8
|
-
type Story = StoryObj<typeof IconGallery>;
|
|
9
|
-
export declare const Gallery: Story;
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { Meta, StoryObj } from '@storybook/react-vite';
|
|
2
|
-
import { ImagePicker } from './ImagePicker';
|
|
3
|
-
declare const meta: Meta<typeof ImagePicker>;
|
|
4
|
-
export default meta;
|
|
5
|
-
type Story = StoryObj<typeof ImagePicker>;
|
|
6
|
-
export declare const Default: Story;
|
|
7
|
-
export declare const WithImage: Story;
|
|
8
|
-
export declare const WithoutClear: Story;
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { Meta, StoryObj } from '@storybook/react-vite';
|
|
2
|
-
import { ProgressBar } from './ProgressBar';
|
|
3
|
-
declare const meta: Meta<typeof ProgressBar>;
|
|
4
|
-
export default meta;
|
|
5
|
-
type Story = StoryObj<typeof ProgressBar>;
|
|
6
|
-
export declare const Default: Story;
|
|
7
|
-
export declare const Sizes: Story;
|
|
8
|
-
export declare const WithoutLabel: Story;
|
|
9
|
-
export declare const WithoutValueText: Story;
|
|
10
|
-
export declare const CustomThickness: Story;
|
|
11
|
-
export declare const CustomColor: Story;
|
|
12
|
-
export declare const Infinite: Story;
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { Meta, StoryObj } from '@storybook/react-vite';
|
|
2
|
-
import { Radio } from './Radio';
|
|
3
|
-
declare const meta: Meta<typeof Radio>;
|
|
4
|
-
export default meta;
|
|
5
|
-
type Story = StoryObj<typeof Radio>;
|
|
6
|
-
export declare const Default: Story;
|
|
7
|
-
export declare const Disabled: Story;
|
|
8
|
-
export declare const Group: Story;
|
|
9
|
-
export declare const HorizontalGroup: Story;
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { Meta, StoryObj } from '@storybook/react-vite';
|
|
2
|
-
import { ScheduleCalendar } from './ScheduleCalendar';
|
|
3
|
-
declare const meta: Meta<typeof ScheduleCalendar>;
|
|
4
|
-
export default meta;
|
|
5
|
-
type Story = StoryObj<typeof ScheduleCalendar>;
|
|
6
|
-
export declare const OneMonth: Story;
|
|
7
|
-
export declare const TwoWeeks: Story;
|
|
8
|
-
export declare const ThreeWeeks: Story;
|
|
9
|
-
export declare const MobileOneMonth: Story;
|
|
10
|
-
export declare const MobileTwoWeeks: Story;
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { Meta, StoryObj } from '@storybook/react-vite';
|
|
2
|
-
import { SectionHeader } from './SectionHeader';
|
|
3
|
-
declare const meta: Meta<typeof SectionHeader>;
|
|
4
|
-
export default meta;
|
|
5
|
-
type Story = StoryObj<typeof SectionHeader>;
|
|
6
|
-
export declare const Default: Story;
|
|
7
|
-
export declare const NoAction: Story;
|
|
8
|
-
export declare const NoSubtitle: Story;
|
|
9
|
-
export declare const Sizes: Story;
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { Meta, StoryObj } from '@storybook/react-vite';
|
|
2
|
-
import { Snackbar } from './Snackbar';
|
|
3
|
-
declare const meta: Meta<typeof Snackbar>;
|
|
4
|
-
export default meta;
|
|
5
|
-
type Story = StoryObj<typeof Snackbar>;
|
|
6
|
-
export declare const WithAction: Story;
|
|
7
|
-
export declare const TextOnly: Story;
|
|
8
|
-
export declare const WithProvider: Story;
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { Meta, StoryObj } from '@storybook/react-vite';
|
|
2
|
-
import { StatCard } from './StatCard';
|
|
3
|
-
declare const meta: Meta<typeof StatCard>;
|
|
4
|
-
export default meta;
|
|
5
|
-
type Story = StoryObj<typeof StatCard>;
|
|
6
|
-
export declare const Default: Story;
|
|
7
|
-
export declare const Grid: Story;
|
|
8
|
-
export declare const WithHelper: Story;
|
|
9
|
-
export declare const Sizes: Story;
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { Meta, StoryObj } from '@storybook/react-vite';
|
|
2
|
-
import { StatusBadge } from './StatusBadge';
|
|
3
|
-
declare const meta: Meta<typeof StatusBadge>;
|
|
4
|
-
export default meta;
|
|
5
|
-
type Story = StoryObj<typeof StatusBadge>;
|
|
6
|
-
export declare const Kinds: Story;
|
|
7
|
-
export declare const CustomLabel: Story;
|
|
8
|
-
export declare const InlineOnBanner: Story;
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { Meta, StoryObj } from '@storybook/react-vite';
|
|
2
|
-
import { StepIndicator } from './StepIndicator';
|
|
3
|
-
declare const meta: Meta<typeof StepIndicator>;
|
|
4
|
-
export default meta;
|
|
5
|
-
type Story = StoryObj<typeof StepIndicator>;
|
|
6
|
-
export declare const Default: Story;
|
|
7
|
-
export declare const Completed: Story;
|
|
8
|
-
export declare const FirstStep: Story;
|
|
9
|
-
export declare const Small: Story;
|
|
10
|
-
export declare const Large: Story;
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { Meta, StoryObj } from '@storybook/react-vite';
|
|
2
|
-
import { StreakChip } from './StreakChip';
|
|
3
|
-
declare const meta: Meta<typeof StreakChip>;
|
|
4
|
-
export default meta;
|
|
5
|
-
type Story = StoryObj<typeof StreakChip>;
|
|
6
|
-
export declare const Default: Story;
|
|
7
|
-
export declare const WithUnit: Story;
|
|
8
|
-
export declare const Variants: Story;
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { Meta, StoryObj } from '@storybook/react-vite';
|
|
2
|
-
import { StreakHero } from './StreakHero';
|
|
3
|
-
declare const meta: Meta<typeof StreakHero>;
|
|
4
|
-
export default meta;
|
|
5
|
-
type Story = StoryObj<typeof StreakHero>;
|
|
6
|
-
export declare const Default: Story;
|
|
7
|
-
export declare const Bare: Story;
|
|
8
|
-
export declare const Custom: Story;
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { Meta, StoryObj } from '@storybook/react-vite';
|
|
2
|
-
import { Stripe } from './Stripe';
|
|
3
|
-
declare const meta: Meta<typeof Stripe>;
|
|
4
|
-
export default meta;
|
|
5
|
-
type Story = StoryObj<typeof Stripe>;
|
|
6
|
-
export declare const Default: Story;
|
|
7
|
-
export declare const Tones: Story;
|
|
8
|
-
export declare const NoLabel: Story;
|
|
9
|
-
export declare const CustomColor: Story;
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { Meta, StoryObj } from '@storybook/react-vite';
|
|
2
|
-
import { Tabs } from './Tabs';
|
|
3
|
-
declare const meta: Meta<typeof Tabs>;
|
|
4
|
-
export default meta;
|
|
5
|
-
type Story = StoryObj<typeof Tabs>;
|
|
6
|
-
export declare const Default: Story;
|
|
7
|
-
export declare const FullWidth: Story;
|
|
8
|
-
export declare const WithBadges: Story;
|
|
9
|
-
export declare const Sizes: Story;
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { Meta, StoryObj } from '@storybook/react-vite';
|
|
2
|
-
import { ChallengeTag } from './ChallengeTag';
|
|
3
|
-
declare const meta: Meta<typeof ChallengeTag>;
|
|
4
|
-
export default meta;
|
|
5
|
-
type Story = StoryObj<typeof ChallengeTag>;
|
|
6
|
-
export declare const Default: Story;
|
|
7
|
-
export declare const Multiple: Story;
|
|
8
|
-
export declare const Sizes: Story;
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { Meta, StoryObj } from '@storybook/react-vite';
|
|
2
|
-
import { Tag } from './Tag';
|
|
3
|
-
import { FilterChip } from './FilterChip';
|
|
4
|
-
declare const meta: Meta<typeof Tag>;
|
|
5
|
-
export default meta;
|
|
6
|
-
type Story = StoryObj<typeof Tag>;
|
|
7
|
-
export declare const Default: Story;
|
|
8
|
-
export declare const Tones: Story;
|
|
9
|
-
export declare const Sizes: Story;
|
|
10
|
-
export declare const WithIcon: Story;
|
|
11
|
-
export declare const Square: Story;
|
|
12
|
-
export declare const FilterChips: StoryObj<typeof FilterChip>;
|
|
13
|
-
export declare const FilterChipSizes: StoryObj<typeof FilterChip>;
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { Meta, StoryObj } from '@storybook/react-vite';
|
|
2
|
-
import { Text } from './Text';
|
|
3
|
-
declare const meta: Meta<typeof Text>;
|
|
4
|
-
export default meta;
|
|
5
|
-
type Story = StoryObj<typeof Text>;
|
|
6
|
-
export declare const Default: Story;
|
|
7
|
-
export declare const Headings: Story;
|
|
8
|
-
export declare const Body: Story;
|
|
9
|
-
export declare const Captions: Story;
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { Meta, StoryObj } from '@storybook/react-vite';
|
|
2
|
-
import { TextArea } from './TextArea';
|
|
3
|
-
declare const meta: Meta<typeof TextArea>;
|
|
4
|
-
export default meta;
|
|
5
|
-
type Story = StoryObj<typeof TextArea>;
|
|
6
|
-
export declare const Default: Story;
|
|
7
|
-
export declare const WithCount: Story;
|
|
8
|
-
export declare const WithLabelHelper: Story;
|
|
9
|
-
export declare const ShortReply: Story;
|
|
10
|
-
export declare const Error: Story;
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { Meta, StoryObj } from '@storybook/react-vite';
|
|
2
|
-
import { TextField } from './TextField';
|
|
3
|
-
declare const meta: Meta<typeof TextField>;
|
|
4
|
-
export default meta;
|
|
5
|
-
type Story = StoryObj<typeof TextField>;
|
|
6
|
-
export declare const Default: Story;
|
|
7
|
-
export declare const Sizes: Story;
|
|
8
|
-
export declare const States: Story;
|
|
9
|
-
export declare const WithIconLeft: Story;
|
|
10
|
-
export declare const WithSuffix: Story;
|
|
11
|
-
export declare const WithLabel: Story;
|
|
12
|
-
export declare const WithError: Story;
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { Meta, StoryObj } from '@storybook/react-vite';
|
|
2
|
-
import { Toast } from './Toast';
|
|
3
|
-
declare const meta: Meta<typeof Toast>;
|
|
4
|
-
export default meta;
|
|
5
|
-
type Story = StoryObj<typeof Toast>;
|
|
6
|
-
export declare const Brand: Story;
|
|
7
|
-
export declare const Success: Story;
|
|
8
|
-
export declare const Info: Story;
|
|
9
|
-
export declare const Danger: Story;
|
|
10
|
-
export declare const WithProvider: Story;
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { Meta, StoryObj } from '@storybook/react-vite';
|
|
2
|
-
import { Toggle } from './Toggle';
|
|
3
|
-
declare const meta: Meta<typeof Toggle>;
|
|
4
|
-
export default meta;
|
|
5
|
-
type Story = StoryObj<typeof Toggle>;
|
|
6
|
-
export declare const Default: Story;
|
|
7
|
-
export declare const Off: Story;
|
|
8
|
-
export declare const NoLabel: Story;
|
|
9
|
-
export declare const Disabled: Story;
|
|
10
|
-
export declare const LabelPosition: Story;
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { Meta, StoryObj } from '@storybook/react-vite';
|
|
2
|
-
import { ToggleGroup } from './ToggleGroup';
|
|
3
|
-
declare const meta: Meta<typeof ToggleGroup>;
|
|
4
|
-
export default meta;
|
|
5
|
-
type Story = StoryObj<typeof ToggleGroup>;
|
|
6
|
-
export declare const SquareSingle: Story;
|
|
7
|
-
export declare const RoundedSingle: Story;
|
|
8
|
-
export declare const RoundedMultiple: Story;
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { Meta, StoryObj } from '@storybook/react-vite';
|
|
2
|
-
import { Tooltip } from './Tooltip';
|
|
3
|
-
declare const meta: Meta<typeof Tooltip>;
|
|
4
|
-
export default meta;
|
|
5
|
-
type Story = StoryObj<typeof Tooltip>;
|
|
6
|
-
export declare const Default: Story;
|
|
7
|
-
export declare const CustomSide: Story;
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { Meta, StoryObj } from '@storybook/react-vite';
|
|
2
|
-
import { TopNav } from './TopNav';
|
|
3
|
-
declare const meta: Meta<typeof TopNav>;
|
|
4
|
-
export default meta;
|
|
5
|
-
type Story = StoryObj<typeof TopNav>;
|
|
6
|
-
export declare const Default: Story;
|
|
7
|
-
export declare const Compact: Story;
|
|
8
|
-
export declare const WithoutEnd: Story;
|