@deepnoid/ui 1.0.13 → 1.0.15
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/README.md +4 -4
- package/dist/{chunk-FNES52QP.mjs → chunk-JTHMSDOS.mjs} +1 -1
- package/dist/components/breadcrumb/breadcrumb.mjs +2 -2
- package/dist/components/breadcrumb/index.mjs +2 -2
- package/dist/components/button/button.mjs +1 -1
- package/dist/components/button/icon-button.mjs +1 -1
- package/dist/components/button/index.mjs +4 -4
- package/dist/components/charts/index.mjs +3 -3
- package/dist/components/chip/chip.mjs +1 -1
- package/dist/components/chip/index.mjs +1 -1
- package/dist/components/fileUpload/fileUpload.mjs +5 -5
- package/dist/components/fileUpload/index.mjs +5 -5
- package/dist/components/input/index.mjs +1 -1
- package/dist/components/input/input.mjs +1 -1
- package/dist/components/list/index.mjs +2 -2
- package/dist/components/list/listItem.mjs +2 -2
- package/dist/components/modal/GlobalModalProvider.mjs +2 -2
- package/dist/components/modal/index.mjs +2 -2
- package/dist/components/modal/modal.mjs +2 -2
- package/dist/components/modal/useGlobalModal.mjs +2 -2
- package/dist/components/pagination/index.mjs +1 -1
- package/dist/components/pagination/pagination.mjs +1 -1
- package/dist/components/picker/datePicker.mjs +3 -3
- package/dist/components/picker/index.mjs +3 -3
- package/dist/components/picker/timePicker/Panel.mjs +2 -2
- package/dist/components/picker/timePicker/index.mjs +2 -2
- package/dist/components/progress/index.mjs +2 -2
- package/dist/components/progress/progress.mjs +2 -2
- package/dist/components/select/index.mjs +2 -2
- package/dist/components/select/select.mjs +2 -2
- package/dist/components/starRating/index.mjs +1 -1
- package/dist/components/starRating/starRating.mjs +1 -1
- package/dist/components/table/index.mjs +8 -8
- package/dist/components/table/table-body.mjs +5 -5
- package/dist/components/table/table-head.mjs +5 -5
- package/dist/components/table/table.mjs +5 -5
- package/dist/components/timePicker/calendar.mjs +1 -1
- package/dist/components/toast/index.mjs +1 -1
- package/dist/components/toast/toast.mjs +1 -1
- package/dist/components/toast/use-toast.mjs +1 -1
- package/dist/components/tree/index.mjs +1 -1
- package/dist/components/tree/tree.mjs +1 -1
- package/dist/index.mjs +65 -65
- package/dist/style.css +4 -371
- package/package.json +13 -6
- package/.eslintrc.cjs +0 -4
- package/.turbo/turbo-build.log +0 -533
- package/babel.config.js +0 -8
- package/tsup.config.ts +0 -8
- package/types/images.d.ts +0 -14
- package/dist/{chunk-X7SYBDST.mjs → chunk-5OYSVLA7.mjs} +3 -3
- package/dist/{chunk-XTMOAGLY.mjs → chunk-J4QVGC54.mjs} +3 -3
- package/dist/{chunk-KE26ONWZ.mjs → chunk-S7UE2MJZ.mjs} +3 -3
|
@@ -2,12 +2,12 @@
|
|
|
2
2
|
import {
|
|
3
3
|
Icon_default
|
|
4
4
|
} from "./chunk-A6UUVHC6.mjs";
|
|
5
|
-
import {
|
|
6
|
-
avatar_default
|
|
7
|
-
} from "./chunk-D3DKXTTY.mjs";
|
|
8
5
|
import {
|
|
9
6
|
mapPropsVariants
|
|
10
7
|
} from "./chunk-E3G5QXSH.mjs";
|
|
8
|
+
import {
|
|
9
|
+
avatar_default
|
|
10
|
+
} from "./chunk-D3DKXTTY.mjs";
|
|
11
11
|
import {
|
|
12
12
|
tv
|
|
13
13
|
} from "./chunk-UP6RPQDX.mjs";
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
import {
|
|
3
|
-
useIsMounted
|
|
4
|
-
} from "./chunk-3V4HT2K5.mjs";
|
|
5
2
|
import {
|
|
6
3
|
mapPropsVariants
|
|
7
4
|
} from "./chunk-E3G5QXSH.mjs";
|
|
8
5
|
import {
|
|
9
6
|
tv
|
|
10
7
|
} from "./chunk-UP6RPQDX.mjs";
|
|
8
|
+
import {
|
|
9
|
+
useIsMounted
|
|
10
|
+
} from "./chunk-3V4HT2K5.mjs";
|
|
11
11
|
|
|
12
12
|
// src/components/progress/progress.tsx
|
|
13
13
|
import { useMemo } from "react";
|