@1d1s/design-system 0.2.20 → 0.2.22

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.
Files changed (39) hide show
  1. package/dist/components/Accordion/Accordion.stories.d.ts +1 -1
  2. package/dist/components/AppHeader/AppHeader.stories.d.ts +1 -1
  3. package/dist/components/BannerCarousel/BannerCarousel.stories.d.ts +1 -1
  4. package/dist/components/Button/Button.stories.d.ts +1 -1
  5. package/dist/components/Calendar/Calendar.stories.d.ts +1 -1
  6. package/dist/components/ChallengeCard/ChallengeCard.stories.d.ts +1 -1
  7. package/dist/components/ChallengeListItem/ChallengeListItem.stories.d.ts +1 -1
  8. package/dist/components/CheckContainer/CheckContainer.stories.d.ts +1 -1
  9. package/dist/components/CheckList/CheckList.stories.d.ts +1 -1
  10. package/dist/components/Checkbox/Checkbox.stories.d.ts +1 -1
  11. package/dist/components/CircleAvatar/CircleAvatar.stories.d.ts +1 -1
  12. package/dist/components/CircularProgress/CircularProgress.stories.d.ts +1 -1
  13. package/dist/components/DatePicker/DatePicker.stories.d.ts +1 -1
  14. package/dist/components/Dialog/Dialog.stories.d.ts +1 -1
  15. package/dist/components/DiaryCard/DiaryCard.stories.d.ts +1 -1
  16. package/dist/components/DiaryListItem/DiaryListItem.stories.d.ts +1 -1
  17. package/dist/components/Dropdown/Dropdown.stories.d.ts +1 -1
  18. package/dist/components/GoalAddList/GoalAddList.stories.d.ts +1 -1
  19. package/dist/components/Icons/Icons.stories.d.ts +1 -1
  20. package/dist/components/ImagePicker/ImagePicker.stories.d.ts +1 -1
  21. package/dist/components/InfoButton/InfoButton.stories.d.ts +1 -1
  22. package/dist/components/PageWatermark/PageWatermark.stories.d.ts +1 -1
  23. package/dist/components/Pagination/Pagination.stories.d.ts +1 -1
  24. package/dist/components/ProgressBar/ProgressBar.stories.d.ts +1 -1
  25. package/dist/components/RightSidebar/RightSidebar.stories.d.ts +1 -1
  26. package/dist/components/ScheduleCalendar/ScheduleCalendar.stories.d.ts +1 -1
  27. package/dist/components/StatContainer/StatContainer.stories.d.ts +1 -1
  28. package/dist/components/StepIndicator/StepIndicator.stories.d.ts +1 -1
  29. package/dist/components/Streak/Streak.stories.d.ts +1 -1
  30. package/dist/components/Tag/Tag.stories.d.ts +1 -1
  31. package/dist/components/Text/Text.stories.d.ts +1 -1
  32. package/dist/components/TextField/TextField.stories.d.ts +1 -1
  33. package/dist/components/Toggle/Toggle.stories.d.ts +1 -1
  34. package/dist/components/ToggleGroup/ToggleGroup.stories.d.ts +1 -1
  35. package/dist/components/Tooltip/Tooltip.stories.d.ts +1 -1
  36. package/dist/components/UserListItem/UserListItem.stories.d.ts +1 -1
  37. package/dist/index.es.js +5 -2
  38. package/dist/index.umd.js +2 -2
  39. package/package.json +1 -1
@@ -1,4 +1,4 @@
1
- import { Meta, StoryObj } from '@storybook/react';
1
+ import { Meta, StoryObj } from '@storybook/react-vite';
2
2
  import { Accordion } from './Accordion';
3
3
  declare const meta: Meta<typeof Accordion>;
4
4
  export default meta;
@@ -1,4 +1,4 @@
1
- import { Meta, StoryObj } from '@storybook/react';
1
+ import { Meta, StoryObj } from '@storybook/react-vite';
2
2
  import { AppHeader } from './AppHeader';
3
3
  declare const meta: Meta<typeof AppHeader>;
4
4
  export default meta;
@@ -1,4 +1,4 @@
1
- import { Meta, StoryObj } from '@storybook/react';
1
+ import { Meta, StoryObj } from '@storybook/react-vite';
2
2
  import { BannerCarousel } from './BannerCarousel';
3
3
  declare const meta: Meta<typeof BannerCarousel>;
4
4
  export default meta;
@@ -1,4 +1,4 @@
1
- import { Meta, StoryObj } from '@storybook/react';
1
+ import { Meta, StoryObj } from '@storybook/react-vite';
2
2
  import { Button } from './Button';
3
3
  declare const meta: Meta<typeof Button>;
4
4
  export default meta;
@@ -1,4 +1,4 @@
1
- import { Meta, StoryObj } from '@storybook/react';
1
+ import { Meta, StoryObj } from '@storybook/react-vite';
2
2
  import { Calendar } from './Calendar';
3
3
  declare const meta: Meta<typeof Calendar>;
4
4
  export default meta;
@@ -1,4 +1,4 @@
1
- import { Meta, StoryObj } from '@storybook/react';
1
+ import { Meta, StoryObj } from '@storybook/react-vite';
2
2
  import { ChallengeCard } from './ChallengeCard';
3
3
  declare const meta: Meta<typeof ChallengeCard>;
4
4
  export default meta;
@@ -1,4 +1,4 @@
1
- import { Meta, StoryObj } from '@storybook/react';
1
+ import { Meta, StoryObj } from '@storybook/react-vite';
2
2
  import { ChallengeListItem } from './ChallengeListItem';
3
3
  declare const meta: Meta<typeof ChallengeListItem>;
4
4
  export default meta;
@@ -1,4 +1,4 @@
1
- import { Meta, StoryObj } from '@storybook/react';
1
+ import { Meta, StoryObj } from '@storybook/react-vite';
2
2
  import { CheckContainer } from './CheckContainer';
3
3
  declare const meta: Meta<typeof CheckContainer>;
4
4
  export default meta;
@@ -1,4 +1,4 @@
1
- import { Meta, StoryObj } from '@storybook/react';
1
+ import { Meta, StoryObj } from '@storybook/react-vite';
2
2
  import { CheckList } from './CheckList';
3
3
  declare const meta: Meta<typeof CheckList>;
4
4
  export default meta;
@@ -1,4 +1,4 @@
1
- import { Meta, StoryObj } from '@storybook/react';
1
+ import { Meta, StoryObj } from '@storybook/react-vite';
2
2
  import { Checkbox } from './Checkbox';
3
3
  declare const meta: Meta<typeof Checkbox>;
4
4
  export default meta;
@@ -1,4 +1,4 @@
1
- import { Meta, StoryObj } from '@storybook/react';
1
+ import { Meta, StoryObj } from '@storybook/react-vite';
2
2
  import { CircleAvatar } from './CircleAvatar';
3
3
  declare const meta: Meta<typeof CircleAvatar>;
4
4
  export default meta;
@@ -1,4 +1,4 @@
1
- import { Meta, StoryObj } from '@storybook/react';
1
+ import { Meta, StoryObj } from '@storybook/react-vite';
2
2
  import { CircularProgress } from './CircularProgress';
3
3
  declare const meta: Meta<typeof CircularProgress>;
4
4
  export default meta;
@@ -1,4 +1,4 @@
1
- import { Meta, StoryObj } from '@storybook/react';
1
+ import { Meta, StoryObj } from '@storybook/react-vite';
2
2
  import { DatePicker } from './DatePicker';
3
3
  declare const meta: Meta<typeof DatePicker>;
4
4
  export default meta;
@@ -1,4 +1,4 @@
1
- import { Meta, StoryObj } from '@storybook/react';
1
+ import { Meta, StoryObj } from '@storybook/react-vite';
2
2
  import { Dialog } from './Dialog';
3
3
  declare const meta: Meta<typeof Dialog>;
4
4
  export default meta;
@@ -1,4 +1,4 @@
1
- import { Meta, StoryObj } from '@storybook/react';
1
+ import { Meta, StoryObj } from '@storybook/react-vite';
2
2
  import { DiaryCard } from './DiaryCard';
3
3
  declare const meta: Meta<typeof DiaryCard>;
4
4
  export default meta;
@@ -1,4 +1,4 @@
1
- import { Meta, StoryObj } from '@storybook/react';
1
+ import { Meta, StoryObj } from '@storybook/react-vite';
2
2
  import { DiaryListItem } from './DiaryListItem';
3
3
  declare const meta: Meta<typeof DiaryListItem>;
4
4
  export default meta;
@@ -1,4 +1,4 @@
1
- import { Meta, StoryObj } from '@storybook/react';
1
+ import { Meta, StoryObj } from '@storybook/react-vite';
2
2
  import { Select } from './Dropdown';
3
3
  declare const meta: Meta<typeof Select>;
4
4
  export default meta;
@@ -1,4 +1,4 @@
1
- import { Meta, StoryObj } from '@storybook/react';
1
+ import { Meta, StoryObj } from '@storybook/react-vite';
2
2
  import { GoalAddList } from './GoalAddList';
3
3
  declare const meta: Meta<typeof GoalAddList>;
4
4
  export default meta;
@@ -1,4 +1,4 @@
1
- import { Meta, StoryObj } from '@storybook/react';
1
+ import { Meta, StoryObj } from '@storybook/react-vite';
2
2
  declare const IconGallery: ({ size, color }: {
3
3
  size: number;
4
4
  color: string;
@@ -1,4 +1,4 @@
1
- import { Meta, StoryObj } from '@storybook/react';
1
+ import { Meta, StoryObj } from '@storybook/react-vite';
2
2
  import { ImagePicker } from './ImagePicker';
3
3
  declare const meta: Meta<typeof ImagePicker>;
4
4
  export default meta;
@@ -1,4 +1,4 @@
1
- import { Meta, StoryObj } from '@storybook/react';
1
+ import { Meta, StoryObj } from '@storybook/react-vite';
2
2
  import { InfoButton } from './InfoButton';
3
3
  declare const meta: Meta<typeof InfoButton>;
4
4
  export default meta;
@@ -1,4 +1,4 @@
1
- import { Meta, StoryObj } from '@storybook/react';
1
+ import { Meta, StoryObj } from '@storybook/react-vite';
2
2
  import { PageWatermark } from './PageWatermark';
3
3
  declare const meta: Meta<typeof PageWatermark>;
4
4
  export default meta;
@@ -1,4 +1,4 @@
1
- import { Meta, StoryObj } from '@storybook/react';
1
+ import { Meta, StoryObj } from '@storybook/react-vite';
2
2
  import { Pagination } from './Pagination';
3
3
  declare const meta: Meta<typeof Pagination>;
4
4
  export default meta;
@@ -1,4 +1,4 @@
1
- import { Meta, StoryObj } from '@storybook/react';
1
+ import { Meta, StoryObj } from '@storybook/react-vite';
2
2
  import { ProgressBar } from './ProgressBar';
3
3
  declare const meta: Meta<typeof ProgressBar>;
4
4
  export default meta;
@@ -1,4 +1,4 @@
1
- import { Meta, StoryObj } from '@storybook/react';
1
+ import { Meta, StoryObj } from '@storybook/react-vite';
2
2
  import { RightSidebar } from './RightSidebar';
3
3
  declare const meta: Meta<typeof RightSidebar>;
4
4
  export default meta;
@@ -1,4 +1,4 @@
1
- import { Meta, StoryObj } from '@storybook/react';
1
+ import { Meta, StoryObj } from '@storybook/react-vite';
2
2
  import { ScheduleCalendar } from './ScheduleCalendar';
3
3
  declare const meta: Meta<typeof ScheduleCalendar>;
4
4
  export default meta;
@@ -1,4 +1,4 @@
1
- import { Meta, StoryObj } from '@storybook/react';
1
+ import { Meta, StoryObj } from '@storybook/react-vite';
2
2
  import { StatContainer } from './StatContainer';
3
3
  declare const meta: Meta<typeof StatContainer>;
4
4
  export default meta;
@@ -1,4 +1,4 @@
1
- import { Meta, StoryObj } from '@storybook/react';
1
+ import { Meta, StoryObj } from '@storybook/react-vite';
2
2
  import { StepIndicator } from './StepIndicator';
3
3
  declare const meta: Meta<typeof StepIndicator>;
4
4
  export default meta;
@@ -1,4 +1,4 @@
1
- import { Meta, StoryObj } from '@storybook/react';
1
+ import { Meta, StoryObj } from '@storybook/react-vite';
2
2
  import { Streak } from './Streak';
3
3
  declare const meta: Meta<typeof Streak>;
4
4
  export default meta;
@@ -1,4 +1,4 @@
1
- import { Meta, StoryObj } from '@storybook/react';
1
+ import { Meta, StoryObj } from '@storybook/react-vite';
2
2
  import { Tag } from './Tag';
3
3
  declare const meta: Meta<typeof Tag>;
4
4
  export default meta;
@@ -1,4 +1,4 @@
1
- import { Meta, StoryObj } from '@storybook/react';
1
+ import { Meta, StoryObj } from '@storybook/react-vite';
2
2
  import { Text } from './Text';
3
3
  declare const meta: Meta<typeof Text>;
4
4
  export default meta;
@@ -1,4 +1,4 @@
1
- import { Meta, StoryObj } from '@storybook/react';
1
+ import { Meta, StoryObj } from '@storybook/react-vite';
2
2
  import { TextField } from './TextField';
3
3
  declare const meta: Meta<typeof TextField>;
4
4
  export default meta;
@@ -1,4 +1,4 @@
1
- import { Meta, StoryObj } from '@storybook/react';
1
+ import { Meta, StoryObj } from '@storybook/react-vite';
2
2
  import { Toggle } from './Toggle';
3
3
  declare const meta: Meta<typeof Toggle>;
4
4
  export default meta;
@@ -1,4 +1,4 @@
1
- import { Meta, StoryObj } from '@storybook/react';
1
+ import { Meta, StoryObj } from '@storybook/react-vite';
2
2
  import { ToggleGroup } from './ToggleGroup';
3
3
  declare const meta: Meta<typeof ToggleGroup>;
4
4
  export default meta;
@@ -1,4 +1,4 @@
1
- import { Meta, StoryObj } from '@storybook/react';
1
+ import { Meta, StoryObj } from '@storybook/react-vite';
2
2
  import { Tooltip } from './Tooltip';
3
3
  declare const meta: Meta<typeof Tooltip>;
4
4
  export default meta;
@@ -1,4 +1,4 @@
1
- import { Meta, StoryObj } from '@storybook/react';
1
+ import { Meta, StoryObj } from '@storybook/react-vite';
2
2
  import { UserListItem } from './UserListItem';
3
3
  declare const meta: Meta<typeof UserListItem>;
4
4
  export default meta;
package/dist/index.es.js CHANGED
@@ -7401,7 +7401,10 @@ function Zb({
7401
7401
  ] }),
7402
7402
  /* @__PURE__ */ N("div", { className: "flex items-center gap-1.5", children: [
7403
7403
  h ? /* @__PURE__ */ s(Rt, { className: "h-3.5 w-3.5 text-gray-400" }) : /* @__PURE__ */ s(so, { className: "h-3.5 w-3.5 text-gray-400" }),
7404
- /* @__PURE__ */ s(O, { size: "caption3", weight: "medium", className: "text-gray-500", children: h ? "개인 목표" : `고정 목표 · ${o} / ${a}` })
7404
+ /* @__PURE__ */ N(O, { size: "caption3", weight: "medium", className: "text-gray-500", children: [
7405
+ `${t}`,
7406
+ h ? "" : ` · ${o} / ${a}`
7407
+ ] })
7405
7408
  ] }),
7406
7409
  /* @__PURE__ */ s(O, { size: "caption3", weight: "regular", className: "hidden text-gray-400 sm:block", children: x })
7407
7410
  ] })
@@ -12315,7 +12318,7 @@ function Ny({
12315
12318
  ),
12316
12319
  children: [
12317
12320
  /* @__PURE__ */ s(En, { className: "h-3.5 w-3.5 text-gray-700" }),
12318
- /* @__PURE__ */ s(O, { size: "caption1", weight: "medium", className: "text-gray-700", children: r })
12321
+ /* @__PURE__ */ s(O, { size: "caption1", weight: "medium", className: "text-gray-700 whitespace-nowrap", children: r })
12319
12322
  ]
12320
12323
  }
12321
12324
  )