@deepnoid/ui 0.1.213 → 0.1.215
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/.turbo/turbo-build.log +266 -256
- package/dist/{chunk-5XPKK7JV.mjs → chunk-3HANNN76.mjs} +4 -4
- package/dist/{chunk-GZ7A7CWU.mjs → chunk-4MTXDUV3.mjs} +1 -1
- package/dist/{chunk-IDAHJ4G4.mjs → chunk-5UCNLY2A.mjs} +1 -1
- package/dist/{chunk-WZOVARNL.mjs → chunk-74MC7B4K.mjs} +3 -3
- package/dist/{chunk-GMVZJPB5.mjs → chunk-APQE3TRN.mjs} +5 -5
- package/dist/{chunk-2GF7FJBM.mjs → chunk-AXWICOKO.mjs} +1 -1
- package/dist/{chunk-HGHQHZVM.mjs → chunk-AZYWRRZY.mjs} +1 -1
- package/dist/chunk-CJM47P6P.mjs +43 -0
- package/dist/{chunk-HYLTIUH3.mjs → chunk-FZYZSMSS.mjs} +1 -1
- package/dist/{chunk-UMCWKBW6.mjs → chunk-G4G6YXZH.mjs} +4 -4
- package/dist/{chunk-PQ2A52BQ.mjs → chunk-JI3WAAZV.mjs} +4 -4
- package/dist/{chunk-Q6H3TAWM.mjs → chunk-JYW3GEH6.mjs} +7 -5
- package/dist/{chunk-P2M2CTIU.mjs → chunk-LUJC5WLE.mjs} +4 -4
- package/dist/chunk-OS7SROYP.mjs +18 -0
- package/dist/{chunk-L24D3ZSW.mjs → chunk-PLR4DZBN.mjs} +1 -1
- package/dist/{chunk-S5C55OPB.mjs → chunk-QAXRJ3EH.mjs} +1 -1
- package/dist/{chunk-SFQCENX3.mjs → chunk-QECR6VMW.mjs} +3 -3
- package/dist/{chunk-ZS7ILCNA.mjs → chunk-RO44KYXO.mjs} +7 -7
- package/dist/{chunk-7EOGSS7L.mjs → chunk-SC2YK6GR.mjs} +5 -5
- package/dist/{chunk-YZMOQORK.mjs → chunk-US5NY7UP.mjs} +4 -4
- package/dist/{chunk-MTZQZQD6.mjs → chunk-UT4SXNWB.mjs} +5 -5
- package/dist/{chunk-X6XRYX46.mjs → chunk-VSVBYQF4.mjs} +5 -5
- package/dist/{chunk-LUJSGNQI.mjs → chunk-Z2O4QVZO.mjs} +1 -1
- package/dist/components/avatar/avatar.js +7 -5
- package/dist/components/avatar/avatar.mjs +2 -2
- package/dist/components/avatar/index.js +7 -5
- package/dist/components/avatar/index.mjs +2 -2
- package/dist/components/backdrop/backdrop.mjs +2 -2
- package/dist/components/backdrop/index.mjs +2 -2
- package/dist/components/breadcrumb/breadcrumb.js +7 -5
- package/dist/components/breadcrumb/breadcrumb.mjs +7 -7
- package/dist/components/breadcrumb/index.js +7 -5
- package/dist/components/breadcrumb/index.mjs +7 -7
- package/dist/components/button/button.js +7 -5
- package/dist/components/button/button.mjs +3 -3
- package/dist/components/button/icon-button.js +7 -5
- package/dist/components/button/icon-button.mjs +3 -3
- package/dist/components/button/index.js +7 -5
- package/dist/components/button/index.mjs +8 -8
- package/dist/components/button/text-button.mjs +2 -2
- package/dist/components/charts/areaChart.mjs +1 -1
- package/dist/components/charts/index.mjs +7 -7
- package/dist/components/checkbox/checkbox.mjs +2 -2
- package/dist/components/checkbox/index.mjs +2 -2
- package/dist/components/chip/chip.js +7 -5
- package/dist/components/chip/chip.mjs +3 -3
- package/dist/components/chip/index.js +7 -5
- package/dist/components/chip/index.mjs +3 -3
- package/dist/components/drawer/drawer.mjs +2 -2
- package/dist/components/drawer/index.mjs +2 -2
- package/dist/components/fileUpload/fileUpload.js +7 -5
- package/dist/components/fileUpload/fileUpload.mjs +10 -10
- package/dist/components/fileUpload/index.js +7 -5
- package/dist/components/fileUpload/index.mjs +10 -10
- package/dist/components/icon/Icon.js +7 -5
- package/dist/components/icon/Icon.mjs +2 -2
- package/dist/components/icon/index.js +7 -5
- package/dist/components/icon/index.mjs +2 -2
- package/dist/components/icon/template.js +7 -5
- package/dist/components/icon/template.mjs +1 -1
- package/dist/components/input/index.js +7 -5
- package/dist/components/input/index.mjs +4 -4
- package/dist/components/input/input.js +7 -5
- package/dist/components/input/input.mjs +4 -4
- package/dist/components/list/index.js +7 -5
- package/dist/components/list/index.mjs +4 -4
- package/dist/components/list/listItem.js +7 -5
- package/dist/components/list/listItem.mjs +4 -4
- package/dist/components/modal/GlobalModalProvider.d.mts +17 -0
- package/dist/components/modal/GlobalModalProvider.d.ts +17 -0
- package/dist/components/modal/GlobalModalProvider.js +5962 -0
- package/dist/components/modal/GlobalModalProvider.mjs +28 -0
- package/dist/components/modal/index.d.mts +3 -0
- package/dist/components/modal/index.d.ts +3 -0
- package/dist/components/modal/index.js +59 -7
- package/dist/components/modal/index.mjs +21 -11
- package/dist/components/modal/modal.js +7 -5
- package/dist/components/modal/modal.mjs +9 -9
- package/dist/components/modal/useGlobalModal.d.mts +10 -0
- package/dist/components/modal/useGlobalModal.d.ts +10 -0
- package/dist/components/modal/useGlobalModal.js +46 -0
- package/dist/components/modal/useGlobalModal.mjs +27 -0
- package/dist/components/pagination/index.js +7 -5
- package/dist/components/pagination/index.mjs +5 -5
- package/dist/components/pagination/pagination.js +7 -5
- package/dist/components/pagination/pagination.mjs +5 -5
- package/dist/components/picker/datePicker.js +7 -5
- package/dist/components/picker/datePicker.mjs +8 -8
- package/dist/components/picker/index.js +7 -5
- package/dist/components/picker/index.mjs +10 -10
- package/dist/components/picker/timePicker/Panel.mjs +7 -7
- package/dist/components/picker/timePicker/index.js +7 -5
- package/dist/components/picker/timePicker/index.mjs +9 -9
- package/dist/components/progress/index.mjs +2 -2
- package/dist/components/progress/progress.mjs +2 -2
- package/dist/components/radio/index.mjs +2 -2
- package/dist/components/radio/radio.mjs +2 -2
- package/dist/components/select/index.js +7 -5
- package/dist/components/select/index.mjs +7 -7
- package/dist/components/select/select.js +7 -5
- package/dist/components/select/select.mjs +7 -7
- package/dist/components/starRating/index.js +7 -5
- package/dist/components/starRating/index.mjs +3 -3
- package/dist/components/starRating/starRating.js +7 -5
- package/dist/components/starRating/starRating.mjs +3 -3
- package/dist/components/table/definition-table.mjs +2 -2
- package/dist/components/table/index.js +7 -5
- package/dist/components/table/index.mjs +11 -11
- package/dist/components/table/table-body.js +7 -5
- package/dist/components/table/table-body.mjs +8 -8
- package/dist/components/table/table-head.js +7 -5
- package/dist/components/table/table-head.mjs +8 -8
- package/dist/components/table/table.js +7 -5
- package/dist/components/table/table.mjs +8 -8
- package/dist/components/textarea/index.mjs +2 -2
- package/dist/components/textarea/textarea.mjs +2 -2
- package/dist/components/timePicker/calendar.js +7 -5
- package/dist/components/timePicker/calendar.mjs +2 -2
- package/dist/components/toast/index.js +7 -5
- package/dist/components/toast/index.mjs +5 -5
- package/dist/components/toast/toast.js +7 -5
- package/dist/components/toast/toast.mjs +4 -4
- package/dist/components/toast/use-toast.js +7 -5
- package/dist/components/toast/use-toast.mjs +5 -5
- package/dist/components/tree/index.js +7 -5
- package/dist/components/tree/index.mjs +4 -4
- package/dist/components/tree/tree.js +7 -5
- package/dist/components/tree/tree.mjs +4 -4
- package/dist/index.d.mts +3 -1
- package/dist/index.d.ts +3 -1
- package/dist/index.js +411 -361
- package/dist/index.mjs +83 -75
- package/package.json +1 -1
- package/dist/{chunk-OEIEALIP.mjs → chunk-3DCUMRYP.mjs} +3 -3
- package/dist/{chunk-IH3BJRTV.mjs → chunk-4X35QQTI.mjs} +3 -3
- package/dist/{chunk-KH63CD55.mjs → chunk-ACZ3DQVT.mjs} +3 -3
- package/dist/{chunk-DS5CGU2X.mjs → chunk-BH3I4LIZ.mjs} +3 -3
- package/dist/{chunk-RNMD44IQ.mjs → chunk-H6ZQDMYU.mjs} +3 -3
- package/dist/{chunk-4LUASWAN.mjs → chunk-NDNIAALB.mjs} +3 -3
- package/dist/{chunk-DJOG6Z35.mjs → chunk-NNVGYR5T.mjs} +0 -0
- package/dist/{chunk-Q22PRT24.mjs → chunk-XXEOR6JD.mjs} +3 -3
- package/dist/{chunk-45Y7ANPK.mjs → chunk-ZFC5O2V3.mjs} +3 -3
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
textarea_default
|
|
4
|
-
} from "../../chunk-
|
|
5
|
-
import "../../chunk-E3G5QXSH.mjs";
|
|
4
|
+
} from "../../chunk-XXEOR6JD.mjs";
|
|
6
5
|
import "../../chunk-27Y6K5NK.mjs";
|
|
6
|
+
import "../../chunk-E3G5QXSH.mjs";
|
|
7
7
|
import "../../chunk-AC6TWLRT.mjs";
|
|
8
8
|
export {
|
|
9
9
|
textarea_default as default
|
|
@@ -1836,16 +1836,18 @@ var template = {
|
|
|
1836
1836
|
"svg",
|
|
1837
1837
|
{
|
|
1838
1838
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1839
|
-
width: "
|
|
1840
|
-
height: "
|
|
1841
|
-
viewBox: "0 0
|
|
1839
|
+
width: "21",
|
|
1840
|
+
height: "21",
|
|
1841
|
+
viewBox: "0 0 21 21",
|
|
1842
1842
|
fill: "none",
|
|
1843
1843
|
className,
|
|
1844
1844
|
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
1845
1845
|
"path",
|
|
1846
1846
|
{
|
|
1847
|
-
d: "
|
|
1848
|
-
|
|
1847
|
+
d: "M3.5 11.1485L9.1 16.3337L17.5 4.66699",
|
|
1848
|
+
stroke: "currentColor",
|
|
1849
|
+
strokeLinecap: "round",
|
|
1850
|
+
strokeLinejoin: "round"
|
|
1849
1851
|
}
|
|
1850
1852
|
)
|
|
1851
1853
|
}
|
|
@@ -6,11 +6,11 @@ import {
|
|
|
6
6
|
import "../../chunk-ZYIIXWVY.mjs";
|
|
7
7
|
import {
|
|
8
8
|
Icon_default
|
|
9
|
-
} from "../../chunk-
|
|
9
|
+
} from "../../chunk-AXWICOKO.mjs";
|
|
10
|
+
import "../../chunk-JYW3GEH6.mjs";
|
|
10
11
|
import {
|
|
11
12
|
mapPropsVariants
|
|
12
13
|
} from "../../chunk-E3G5QXSH.mjs";
|
|
13
|
-
import "../../chunk-Q6H3TAWM.mjs";
|
|
14
14
|
import {
|
|
15
15
|
tv
|
|
16
16
|
} from "../../chunk-U4DJHAM5.mjs";
|
|
@@ -1839,16 +1839,18 @@ var template = {
|
|
|
1839
1839
|
"svg",
|
|
1840
1840
|
{
|
|
1841
1841
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1842
|
-
width: "
|
|
1843
|
-
height: "
|
|
1844
|
-
viewBox: "0 0
|
|
1842
|
+
width: "21",
|
|
1843
|
+
height: "21",
|
|
1844
|
+
viewBox: "0 0 21 21",
|
|
1845
1845
|
fill: "none",
|
|
1846
1846
|
className,
|
|
1847
1847
|
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
1848
1848
|
"path",
|
|
1849
1849
|
{
|
|
1850
|
-
d: "
|
|
1851
|
-
|
|
1850
|
+
d: "M3.5 11.1485L9.1 16.3337L17.5 4.66699",
|
|
1851
|
+
stroke: "currentColor",
|
|
1852
|
+
strokeLinecap: "round",
|
|
1853
|
+
strokeLinejoin: "round"
|
|
1852
1854
|
}
|
|
1853
1855
|
)
|
|
1854
1856
|
}
|
|
@@ -3,17 +3,17 @@ import "../../chunk-LUWGOKLG.mjs";
|
|
|
3
3
|
import {
|
|
4
4
|
ToastProvider,
|
|
5
5
|
useToast
|
|
6
|
-
} from "../../chunk-
|
|
6
|
+
} from "../../chunk-5UCNLY2A.mjs";
|
|
7
7
|
import "../../chunk-ZOTHPHXA.mjs";
|
|
8
8
|
import {
|
|
9
9
|
toast_default
|
|
10
|
-
} from "../../chunk-
|
|
10
|
+
} from "../../chunk-3HANNN76.mjs";
|
|
11
11
|
import "../../chunk-ZYIIXWVY.mjs";
|
|
12
|
-
import "../../chunk-
|
|
12
|
+
import "../../chunk-AXWICOKO.mjs";
|
|
13
|
+
import "../../chunk-JYW3GEH6.mjs";
|
|
14
|
+
import "../../chunk-27Y6K5NK.mjs";
|
|
13
15
|
import "../../chunk-E3G5QXSH.mjs";
|
|
14
|
-
import "../../chunk-Q6H3TAWM.mjs";
|
|
15
16
|
import "../../chunk-U4DJHAM5.mjs";
|
|
16
|
-
import "../../chunk-27Y6K5NK.mjs";
|
|
17
17
|
import "../../chunk-AC6TWLRT.mjs";
|
|
18
18
|
export {
|
|
19
19
|
toast_default as Toast,
|
|
@@ -1835,16 +1835,18 @@ var template = {
|
|
|
1835
1835
|
"svg",
|
|
1836
1836
|
{
|
|
1837
1837
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1838
|
-
width: "
|
|
1839
|
-
height: "
|
|
1840
|
-
viewBox: "0 0
|
|
1838
|
+
width: "21",
|
|
1839
|
+
height: "21",
|
|
1840
|
+
viewBox: "0 0 21 21",
|
|
1841
1841
|
fill: "none",
|
|
1842
1842
|
className,
|
|
1843
1843
|
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
1844
1844
|
"path",
|
|
1845
1845
|
{
|
|
1846
|
-
d: "
|
|
1847
|
-
|
|
1846
|
+
d: "M3.5 11.1485L9.1 16.3337L17.5 4.66699",
|
|
1847
|
+
stroke: "currentColor",
|
|
1848
|
+
strokeLinecap: "round",
|
|
1849
|
+
strokeLinejoin: "round"
|
|
1848
1850
|
}
|
|
1849
1851
|
)
|
|
1850
1852
|
}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
toast_default
|
|
4
|
-
} from "../../chunk-
|
|
4
|
+
} from "../../chunk-3HANNN76.mjs";
|
|
5
5
|
import "../../chunk-ZYIIXWVY.mjs";
|
|
6
|
-
import "../../chunk-
|
|
6
|
+
import "../../chunk-AXWICOKO.mjs";
|
|
7
|
+
import "../../chunk-JYW3GEH6.mjs";
|
|
8
|
+
import "../../chunk-27Y6K5NK.mjs";
|
|
7
9
|
import "../../chunk-E3G5QXSH.mjs";
|
|
8
|
-
import "../../chunk-Q6H3TAWM.mjs";
|
|
9
10
|
import "../../chunk-U4DJHAM5.mjs";
|
|
10
|
-
import "../../chunk-27Y6K5NK.mjs";
|
|
11
11
|
import "../../chunk-AC6TWLRT.mjs";
|
|
12
12
|
export {
|
|
13
13
|
toast_default as default
|
|
@@ -1875,16 +1875,18 @@ var template = {
|
|
|
1875
1875
|
"svg",
|
|
1876
1876
|
{
|
|
1877
1877
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1878
|
-
width: "
|
|
1879
|
-
height: "
|
|
1880
|
-
viewBox: "0 0
|
|
1878
|
+
width: "21",
|
|
1879
|
+
height: "21",
|
|
1880
|
+
viewBox: "0 0 21 21",
|
|
1881
1881
|
fill: "none",
|
|
1882
1882
|
className,
|
|
1883
1883
|
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
1884
1884
|
"path",
|
|
1885
1885
|
{
|
|
1886
|
-
d: "
|
|
1887
|
-
|
|
1886
|
+
d: "M3.5 11.1485L9.1 16.3337L17.5 4.66699",
|
|
1887
|
+
stroke: "currentColor",
|
|
1888
|
+
strokeLinecap: "round",
|
|
1889
|
+
strokeLinejoin: "round"
|
|
1888
1890
|
}
|
|
1889
1891
|
)
|
|
1890
1892
|
}
|
|
@@ -2,15 +2,15 @@
|
|
|
2
2
|
import {
|
|
3
3
|
ToastProvider,
|
|
4
4
|
useToast
|
|
5
|
-
} from "../../chunk-
|
|
5
|
+
} from "../../chunk-5UCNLY2A.mjs";
|
|
6
6
|
import "../../chunk-ZOTHPHXA.mjs";
|
|
7
|
-
import "../../chunk-
|
|
7
|
+
import "../../chunk-3HANNN76.mjs";
|
|
8
8
|
import "../../chunk-ZYIIXWVY.mjs";
|
|
9
|
-
import "../../chunk-
|
|
9
|
+
import "../../chunk-AXWICOKO.mjs";
|
|
10
|
+
import "../../chunk-JYW3GEH6.mjs";
|
|
11
|
+
import "../../chunk-27Y6K5NK.mjs";
|
|
10
12
|
import "../../chunk-E3G5QXSH.mjs";
|
|
11
|
-
import "../../chunk-Q6H3TAWM.mjs";
|
|
12
13
|
import "../../chunk-U4DJHAM5.mjs";
|
|
13
|
-
import "../../chunk-27Y6K5NK.mjs";
|
|
14
14
|
import "../../chunk-AC6TWLRT.mjs";
|
|
15
15
|
export {
|
|
16
16
|
ToastProvider,
|
|
@@ -1817,16 +1817,18 @@ var template = {
|
|
|
1817
1817
|
"svg",
|
|
1818
1818
|
{
|
|
1819
1819
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1820
|
-
width: "
|
|
1821
|
-
height: "
|
|
1822
|
-
viewBox: "0 0
|
|
1820
|
+
width: "21",
|
|
1821
|
+
height: "21",
|
|
1822
|
+
viewBox: "0 0 21 21",
|
|
1823
1823
|
fill: "none",
|
|
1824
1824
|
className,
|
|
1825
1825
|
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
1826
1826
|
"path",
|
|
1827
1827
|
{
|
|
1828
|
-
d: "
|
|
1829
|
-
|
|
1828
|
+
d: "M3.5 11.1485L9.1 16.3337L17.5 4.66699",
|
|
1829
|
+
stroke: "currentColor",
|
|
1830
|
+
strokeLinecap: "round",
|
|
1831
|
+
strokeLinejoin: "round"
|
|
1830
1832
|
}
|
|
1831
1833
|
)
|
|
1832
1834
|
}
|
|
@@ -2,12 +2,12 @@
|
|
|
2
2
|
import "../../chunk-MBLZYQCN.mjs";
|
|
3
3
|
import {
|
|
4
4
|
tree_default
|
|
5
|
-
} from "../../chunk-
|
|
5
|
+
} from "../../chunk-G4G6YXZH.mjs";
|
|
6
6
|
import "../../chunk-ZYIIXWVY.mjs";
|
|
7
|
-
import "../../chunk-
|
|
8
|
-
import "../../chunk-
|
|
9
|
-
import "../../chunk-U4DJHAM5.mjs";
|
|
7
|
+
import "../../chunk-AXWICOKO.mjs";
|
|
8
|
+
import "../../chunk-JYW3GEH6.mjs";
|
|
10
9
|
import "../../chunk-27Y6K5NK.mjs";
|
|
10
|
+
import "../../chunk-U4DJHAM5.mjs";
|
|
11
11
|
import "../../chunk-AC6TWLRT.mjs";
|
|
12
12
|
export {
|
|
13
13
|
tree_default as Tree
|
|
@@ -1817,16 +1817,18 @@ var template = {
|
|
|
1817
1817
|
"svg",
|
|
1818
1818
|
{
|
|
1819
1819
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1820
|
-
width: "
|
|
1821
|
-
height: "
|
|
1822
|
-
viewBox: "0 0
|
|
1820
|
+
width: "21",
|
|
1821
|
+
height: "21",
|
|
1822
|
+
viewBox: "0 0 21 21",
|
|
1823
1823
|
fill: "none",
|
|
1824
1824
|
className,
|
|
1825
1825
|
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
1826
1826
|
"path",
|
|
1827
1827
|
{
|
|
1828
|
-
d: "
|
|
1829
|
-
|
|
1828
|
+
d: "M3.5 11.1485L9.1 16.3337L17.5 4.66699",
|
|
1829
|
+
stroke: "currentColor",
|
|
1830
|
+
strokeLinecap: "round",
|
|
1831
|
+
strokeLinejoin: "round"
|
|
1830
1832
|
}
|
|
1831
1833
|
)
|
|
1832
1834
|
}
|
|
@@ -3,12 +3,12 @@ import {
|
|
|
3
3
|
Tree,
|
|
4
4
|
TreeNodeItem,
|
|
5
5
|
tree_default
|
|
6
|
-
} from "../../chunk-
|
|
6
|
+
} from "../../chunk-G4G6YXZH.mjs";
|
|
7
7
|
import "../../chunk-ZYIIXWVY.mjs";
|
|
8
|
-
import "../../chunk-
|
|
9
|
-
import "../../chunk-
|
|
10
|
-
import "../../chunk-U4DJHAM5.mjs";
|
|
8
|
+
import "../../chunk-AXWICOKO.mjs";
|
|
9
|
+
import "../../chunk-JYW3GEH6.mjs";
|
|
11
10
|
import "../../chunk-27Y6K5NK.mjs";
|
|
11
|
+
import "../../chunk-U4DJHAM5.mjs";
|
|
12
12
|
import "../../chunk-AC6TWLRT.mjs";
|
|
13
13
|
export {
|
|
14
14
|
Tree,
|
package/dist/index.d.mts
CHANGED
|
@@ -20,7 +20,9 @@ export { default as Icon, IconName, iconTemplate } from './components/icon/Icon.
|
|
|
20
20
|
export { default as Switch } from './components/switch/switch.mjs';
|
|
21
21
|
export { default as Pagination } from './components/pagination/pagination.mjs';
|
|
22
22
|
export { default as Tooltip } from './components/tooltip/tooltip.mjs';
|
|
23
|
-
export { default as Modal } from './components/modal/modal.mjs';
|
|
23
|
+
export { default as Modal, ModalProps } from './components/modal/modal.mjs';
|
|
24
|
+
export { GlobalModalProvider } from './components/modal/GlobalModalProvider.mjs';
|
|
25
|
+
export { useGlobalModal } from './components/modal/useGlobalModal.mjs';
|
|
24
26
|
export { default as Drawer } from './components/drawer/drawer.mjs';
|
|
25
27
|
export { default as List } from './components/list/list.mjs';
|
|
26
28
|
export { default as ListItem, ListItemProps } from './components/list/listItem.mjs';
|
package/dist/index.d.ts
CHANGED
|
@@ -20,7 +20,9 @@ export { default as Icon, IconName, iconTemplate } from './components/icon/Icon.
|
|
|
20
20
|
export { default as Switch } from './components/switch/switch.js';
|
|
21
21
|
export { default as Pagination } from './components/pagination/pagination.js';
|
|
22
22
|
export { default as Tooltip } from './components/tooltip/tooltip.js';
|
|
23
|
-
export { default as Modal } from './components/modal/modal.js';
|
|
23
|
+
export { default as Modal, ModalProps } from './components/modal/modal.js';
|
|
24
|
+
export { GlobalModalProvider } from './components/modal/GlobalModalProvider.js';
|
|
25
|
+
export { useGlobalModal } from './components/modal/useGlobalModal.js';
|
|
24
26
|
export { default as Drawer } from './components/drawer/drawer.js';
|
|
25
27
|
export { default as List } from './components/list/list.js';
|
|
26
28
|
export { default as ListItem, ListItemProps } from './components/list/listItem.js';
|