@deepnoid/ui 0.0.86 → 0.0.87
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/{chunk-HH2LF2SU.mjs → chunk-2COCX2VX.mjs} +9 -5
- package/dist/{chunk-KA4L5SCT.mjs → chunk-4DLTBZUQ.mjs} +1 -1
- package/dist/{chunk-PSXPOYLX.mjs → chunk-4SWFYTMR.mjs} +1 -1
- package/dist/{chunk-RVGOARET.mjs → chunk-4VIEZ5FT.mjs} +2 -2
- package/dist/{chunk-QURXBWKK.mjs → chunk-IOV7MEPG.mjs} +323 -331
- package/dist/{chunk-SQLRQTFC.mjs → chunk-LY6LJRUX.mjs} +1 -1
- package/dist/{chunk-EWKYBS7I.mjs → chunk-PHQY5T3E.mjs} +1 -1
- package/dist/{chunk-AHORH5PH.mjs → chunk-PRUAIZTU.mjs} +1 -1
- package/dist/{chunk-LGELMZCN.mjs → chunk-QIZOXBOY.mjs} +1 -1
- package/dist/{chunk-FRIK4CS7.mjs → chunk-QX6VJLEM.mjs} +3 -3
- package/dist/{chunk-QCOPD2HG.mjs → chunk-SFNR4F3J.mjs} +1 -1
- package/dist/components/accordion/accordionItem.js +323 -331
- package/dist/components/accordion/accordionItem.mjs +3 -3
- package/dist/components/accordion/index.js +323 -331
- package/dist/components/accordion/index.mjs +3 -3
- package/dist/components/icon/Icon.js +323 -331
- package/dist/components/icon/Icon.mjs +2 -2
- package/dist/components/icon/index.js +323 -331
- package/dist/components/icon/index.mjs +2 -2
- package/dist/components/icon/template.js +323 -331
- package/dist/components/icon/template.mjs +1 -1
- package/dist/components/input/index.js +323 -331
- package/dist/components/input/index.mjs +3 -3
- package/dist/components/input/input.js +323 -331
- package/dist/components/input/input.mjs +3 -3
- package/dist/components/input/input.test.js +323 -331
- package/dist/components/input/input.test.mjs +3 -3
- package/dist/components/modal/index.js +323 -331
- package/dist/components/modal/index.mjs +3 -3
- package/dist/components/modal/modal.js +323 -331
- package/dist/components/modal/modal.mjs +3 -3
- package/dist/components/modal/modal.test.js +323 -331
- package/dist/components/modal/modal.test.mjs +3 -3
- package/dist/components/select/index.js +323 -331
- package/dist/components/select/index.mjs +4 -4
- package/dist/components/select/option.js +323 -331
- package/dist/components/select/option.mjs +3 -3
- package/dist/components/select/select.js +323 -331
- package/dist/components/select/select.mjs +4 -4
- package/dist/components/select/select.test.js +323 -331
- package/dist/components/select/select.test.mjs +4 -4
- package/dist/components/table/index.js +323 -331
- package/dist/components/table/index.mjs +4 -4
- package/dist/components/table/table-body.js +323 -331
- package/dist/components/table/table-body.mjs +3 -3
- package/dist/components/table/table.js +323 -331
- package/dist/components/table/table.mjs +4 -4
- package/dist/components/table/table.test.js +323 -331
- package/dist/components/table/table.test.mjs +4 -4
- package/dist/components/toast/index.js +333 -337
- package/dist/components/toast/index.mjs +4 -4
- package/dist/components/toast/toast.d.mts +1 -0
- package/dist/components/toast/toast.d.ts +1 -0
- package/dist/components/toast/toast.js +331 -335
- package/dist/components/toast/toast.mjs +3 -3
- package/dist/components/toast/toast.test.js +331 -335
- package/dist/components/toast/toast.test.mjs +3 -3
- package/dist/components/toast/use-toast.js +333 -337
- package/dist/components/toast/use-toast.mjs +4 -4
- package/dist/index.js +333 -337
- package/dist/index.mjs +11 -11
- package/package.json +2 -1
package/dist/index.mjs
CHANGED
|
@@ -3,11 +3,11 @@ import "./chunk-LUWGOKLG.mjs";
|
|
|
3
3
|
import {
|
|
4
4
|
ToastProvider,
|
|
5
5
|
useToast
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-QX6VJLEM.mjs";
|
|
7
7
|
import "./chunk-ZOTHPHXA.mjs";
|
|
8
8
|
import {
|
|
9
9
|
toast_default
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-2COCX2VX.mjs";
|
|
11
11
|
import "./chunk-HIE2YRGA.mjs";
|
|
12
12
|
import {
|
|
13
13
|
tooltip_default
|
|
@@ -33,9 +33,9 @@ import {
|
|
|
33
33
|
import "./chunk-2UUH2MBF.mjs";
|
|
34
34
|
import {
|
|
35
35
|
table_default
|
|
36
|
-
} from "./chunk-
|
|
36
|
+
} from "./chunk-4SWFYTMR.mjs";
|
|
37
37
|
import "./chunk-PUFNT5LS.mjs";
|
|
38
|
-
import "./chunk-
|
|
38
|
+
import "./chunk-QIZOXBOY.mjs";
|
|
39
39
|
import "./chunk-TPFN22HR.mjs";
|
|
40
40
|
import {
|
|
41
41
|
radio_default
|
|
@@ -43,8 +43,8 @@ import {
|
|
|
43
43
|
import "./chunk-QCEKPS7U.mjs";
|
|
44
44
|
import {
|
|
45
45
|
select_default
|
|
46
|
-
} from "./chunk-
|
|
47
|
-
import "./chunk-
|
|
46
|
+
} from "./chunk-4VIEZ5FT.mjs";
|
|
47
|
+
import "./chunk-LY6LJRUX.mjs";
|
|
48
48
|
import "./chunk-S3QS5B7F.mjs";
|
|
49
49
|
import "./chunk-7B7LRG5J.mjs";
|
|
50
50
|
import {
|
|
@@ -65,7 +65,7 @@ import {
|
|
|
65
65
|
import "./chunk-DJOG6Z35.mjs";
|
|
66
66
|
import {
|
|
67
67
|
modal_default
|
|
68
|
-
} from "./chunk-
|
|
68
|
+
} from "./chunk-PHQY5T3E.mjs";
|
|
69
69
|
import "./chunk-HAOK24MK.mjs";
|
|
70
70
|
import "./chunk-QZ3LVYJW.mjs";
|
|
71
71
|
import {
|
|
@@ -74,7 +74,7 @@ import {
|
|
|
74
74
|
import "./chunk-2GCSFWHD.mjs";
|
|
75
75
|
import {
|
|
76
76
|
input_default
|
|
77
|
-
} from "./chunk-
|
|
77
|
+
} from "./chunk-4DLTBZUQ.mjs";
|
|
78
78
|
import "./chunk-NMSDSEBD.mjs";
|
|
79
79
|
import "./chunk-VUYUQGLF.mjs";
|
|
80
80
|
import {
|
|
@@ -92,13 +92,13 @@ import {
|
|
|
92
92
|
} from "./chunk-SWR7E3NU.mjs";
|
|
93
93
|
import {
|
|
94
94
|
accordionItem_default
|
|
95
|
-
} from "./chunk-
|
|
95
|
+
} from "./chunk-SFNR4F3J.mjs";
|
|
96
96
|
import "./chunk-ZYIIXWVY.mjs";
|
|
97
97
|
import {
|
|
98
98
|
Icon_default,
|
|
99
99
|
iconTemplate
|
|
100
|
-
} from "./chunk-
|
|
101
|
-
import "./chunk-
|
|
100
|
+
} from "./chunk-PRUAIZTU.mjs";
|
|
101
|
+
import "./chunk-IOV7MEPG.mjs";
|
|
102
102
|
import "./chunk-E3G5QXSH.mjs";
|
|
103
103
|
import {
|
|
104
104
|
tv
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@deepnoid/ui",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.87",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -12,6 +12,7 @@
|
|
|
12
12
|
"build": "tsup src --dts",
|
|
13
13
|
"build:fast": "tsup src",
|
|
14
14
|
"clean": "rm -rf .turbo",
|
|
15
|
+
"deploy:npm": "npm publish --access=public",
|
|
15
16
|
"lint": "TIMING=1 eslint \"**/*.{ts,tsx,js,jsx}\" --fix",
|
|
16
17
|
"publish:npm": "npm version patch --no-git-tag-version && npm publish --access=public",
|
|
17
18
|
"test": "jest"
|