@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.
- package/dist/components/Accordion/Accordion.stories.d.ts +1 -1
- package/dist/components/AppHeader/AppHeader.stories.d.ts +1 -1
- package/dist/components/BannerCarousel/BannerCarousel.stories.d.ts +1 -1
- package/dist/components/Button/Button.stories.d.ts +1 -1
- package/dist/components/Calendar/Calendar.stories.d.ts +1 -1
- package/dist/components/ChallengeCard/ChallengeCard.stories.d.ts +1 -1
- package/dist/components/ChallengeListItem/ChallengeListItem.stories.d.ts +1 -1
- package/dist/components/CheckContainer/CheckContainer.stories.d.ts +1 -1
- package/dist/components/CheckList/CheckList.stories.d.ts +1 -1
- package/dist/components/Checkbox/Checkbox.stories.d.ts +1 -1
- package/dist/components/CircleAvatar/CircleAvatar.stories.d.ts +1 -1
- package/dist/components/CircularProgress/CircularProgress.stories.d.ts +1 -1
- package/dist/components/DatePicker/DatePicker.stories.d.ts +1 -1
- package/dist/components/Dialog/Dialog.stories.d.ts +1 -1
- package/dist/components/DiaryCard/DiaryCard.stories.d.ts +1 -1
- package/dist/components/DiaryListItem/DiaryListItem.stories.d.ts +1 -1
- package/dist/components/Dropdown/Dropdown.stories.d.ts +1 -1
- package/dist/components/GoalAddList/GoalAddList.stories.d.ts +1 -1
- package/dist/components/Icons/Icons.stories.d.ts +1 -1
- package/dist/components/ImagePicker/ImagePicker.stories.d.ts +1 -1
- package/dist/components/InfoButton/InfoButton.stories.d.ts +1 -1
- package/dist/components/PageWatermark/PageWatermark.stories.d.ts +1 -1
- package/dist/components/Pagination/Pagination.stories.d.ts +1 -1
- package/dist/components/ProgressBar/ProgressBar.stories.d.ts +1 -1
- package/dist/components/RightSidebar/RightSidebar.stories.d.ts +1 -1
- package/dist/components/ScheduleCalendar/ScheduleCalendar.stories.d.ts +1 -1
- package/dist/components/StatContainer/StatContainer.stories.d.ts +1 -1
- package/dist/components/StepIndicator/StepIndicator.stories.d.ts +1 -1
- package/dist/components/Streak/Streak.stories.d.ts +1 -1
- package/dist/components/Tag/Tag.stories.d.ts +1 -1
- package/dist/components/Text/Text.stories.d.ts +1 -1
- package/dist/components/TextField/TextField.stories.d.ts +1 -1
- package/dist/components/Toggle/Toggle.stories.d.ts +1 -1
- package/dist/components/ToggleGroup/ToggleGroup.stories.d.ts +1 -1
- package/dist/components/Tooltip/Tooltip.stories.d.ts +1 -1
- package/dist/components/UserListItem/UserListItem.stories.d.ts +1 -1
- package/dist/index.es.js +5 -2
- package/dist/index.umd.js +2 -2
- package/package.json +1 -1
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__ */
|
|
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
|
)
|