@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
|
@@ -1484,16 +1484,18 @@ var template = {
|
|
|
1484
1484
|
"svg",
|
|
1485
1485
|
{
|
|
1486
1486
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1487
|
-
width: "
|
|
1488
|
-
height: "
|
|
1489
|
-
viewBox: "0 0
|
|
1487
|
+
width: "21",
|
|
1488
|
+
height: "21",
|
|
1489
|
+
viewBox: "0 0 21 21",
|
|
1490
1490
|
fill: "none",
|
|
1491
1491
|
className,
|
|
1492
1492
|
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
1493
1493
|
"path",
|
|
1494
1494
|
{
|
|
1495
|
-
d: "
|
|
1496
|
-
|
|
1495
|
+
d: "M3.5 11.1485L9.1 16.3337L17.5 4.66699",
|
|
1496
|
+
stroke: "currentColor",
|
|
1497
|
+
strokeLinecap: "round",
|
|
1498
|
+
strokeLinejoin: "round"
|
|
1497
1499
|
}
|
|
1498
1500
|
)
|
|
1499
1501
|
}
|
|
@@ -1570,16 +1570,18 @@ var template = {
|
|
|
1570
1570
|
"svg",
|
|
1571
1571
|
{
|
|
1572
1572
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1573
|
-
width: "
|
|
1574
|
-
height: "
|
|
1575
|
-
viewBox: "0 0
|
|
1573
|
+
width: "21",
|
|
1574
|
+
height: "21",
|
|
1575
|
+
viewBox: "0 0 21 21",
|
|
1576
1576
|
fill: "none",
|
|
1577
1577
|
className,
|
|
1578
1578
|
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
1579
1579
|
"path",
|
|
1580
1580
|
{
|
|
1581
|
-
d: "
|
|
1582
|
-
|
|
1581
|
+
d: "M3.5 11.1485L9.1 16.3337L17.5 4.66699",
|
|
1582
|
+
stroke: "currentColor",
|
|
1583
|
+
strokeLinecap: "round",
|
|
1584
|
+
strokeLinejoin: "round"
|
|
1583
1585
|
}
|
|
1584
1586
|
)
|
|
1585
1587
|
}
|
|
@@ -2,13 +2,13 @@
|
|
|
2
2
|
import "../../chunk-2GCSFWHD.mjs";
|
|
3
3
|
import {
|
|
4
4
|
input_default
|
|
5
|
-
} from "../../chunk-
|
|
5
|
+
} from "../../chunk-JI3WAAZV.mjs";
|
|
6
6
|
import "../../chunk-ZYIIXWVY.mjs";
|
|
7
|
-
import "../../chunk-
|
|
7
|
+
import "../../chunk-AXWICOKO.mjs";
|
|
8
|
+
import "../../chunk-JYW3GEH6.mjs";
|
|
9
|
+
import "../../chunk-27Y6K5NK.mjs";
|
|
8
10
|
import "../../chunk-E3G5QXSH.mjs";
|
|
9
|
-
import "../../chunk-Q6H3TAWM.mjs";
|
|
10
11
|
import "../../chunk-U4DJHAM5.mjs";
|
|
11
|
-
import "../../chunk-27Y6K5NK.mjs";
|
|
12
12
|
import "../../chunk-AC6TWLRT.mjs";
|
|
13
13
|
export {
|
|
14
14
|
input_default as Input
|
|
@@ -1569,16 +1569,18 @@ var template = {
|
|
|
1569
1569
|
"svg",
|
|
1570
1570
|
{
|
|
1571
1571
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1572
|
-
width: "
|
|
1573
|
-
height: "
|
|
1574
|
-
viewBox: "0 0
|
|
1572
|
+
width: "21",
|
|
1573
|
+
height: "21",
|
|
1574
|
+
viewBox: "0 0 21 21",
|
|
1575
1575
|
fill: "none",
|
|
1576
1576
|
className,
|
|
1577
1577
|
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
1578
1578
|
"path",
|
|
1579
1579
|
{
|
|
1580
|
-
d: "
|
|
1581
|
-
|
|
1580
|
+
d: "M3.5 11.1485L9.1 16.3337L17.5 4.66699",
|
|
1581
|
+
stroke: "currentColor",
|
|
1582
|
+
strokeLinecap: "round",
|
|
1583
|
+
strokeLinejoin: "round"
|
|
1582
1584
|
}
|
|
1583
1585
|
)
|
|
1584
1586
|
}
|
|
@@ -2,13 +2,13 @@
|
|
|
2
2
|
import {
|
|
3
3
|
inputStyle,
|
|
4
4
|
input_default
|
|
5
|
-
} from "../../chunk-
|
|
5
|
+
} from "../../chunk-JI3WAAZV.mjs";
|
|
6
6
|
import "../../chunk-ZYIIXWVY.mjs";
|
|
7
|
-
import "../../chunk-
|
|
7
|
+
import "../../chunk-AXWICOKO.mjs";
|
|
8
|
+
import "../../chunk-JYW3GEH6.mjs";
|
|
9
|
+
import "../../chunk-27Y6K5NK.mjs";
|
|
8
10
|
import "../../chunk-E3G5QXSH.mjs";
|
|
9
|
-
import "../../chunk-Q6H3TAWM.mjs";
|
|
10
11
|
import "../../chunk-U4DJHAM5.mjs";
|
|
11
|
-
import "../../chunk-27Y6K5NK.mjs";
|
|
12
12
|
import "../../chunk-AC6TWLRT.mjs";
|
|
13
13
|
export {
|
|
14
14
|
input_default as default,
|
|
@@ -1888,16 +1888,18 @@ var template = {
|
|
|
1888
1888
|
"svg",
|
|
1889
1889
|
{
|
|
1890
1890
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1891
|
-
width: "
|
|
1892
|
-
height: "
|
|
1893
|
-
viewBox: "0 0
|
|
1891
|
+
width: "21",
|
|
1892
|
+
height: "21",
|
|
1893
|
+
viewBox: "0 0 21 21",
|
|
1894
1894
|
fill: "none",
|
|
1895
1895
|
className,
|
|
1896
1896
|
children: /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(
|
|
1897
1897
|
"path",
|
|
1898
1898
|
{
|
|
1899
|
-
d: "
|
|
1900
|
-
|
|
1899
|
+
d: "M3.5 11.1485L9.1 16.3337L17.5 4.66699",
|
|
1900
|
+
stroke: "currentColor",
|
|
1901
|
+
strokeLinecap: "round",
|
|
1902
|
+
strokeLinejoin: "round"
|
|
1901
1903
|
}
|
|
1902
1904
|
)
|
|
1903
1905
|
}
|
|
@@ -5,12 +5,12 @@ import {
|
|
|
5
5
|
} from "../../chunk-NGRGAY42.mjs";
|
|
6
6
|
import {
|
|
7
7
|
listItem_default
|
|
8
|
-
} from "../../chunk-
|
|
8
|
+
} from "../../chunk-US5NY7UP.mjs";
|
|
9
9
|
import "../../chunk-ZYIIXWVY.mjs";
|
|
10
|
-
import "../../chunk-
|
|
10
|
+
import "../../chunk-AXWICOKO.mjs";
|
|
11
|
+
import "../../chunk-QAXRJ3EH.mjs";
|
|
12
|
+
import "../../chunk-JYW3GEH6.mjs";
|
|
11
13
|
import "../../chunk-E3G5QXSH.mjs";
|
|
12
|
-
import "../../chunk-S5C55OPB.mjs";
|
|
13
|
-
import "../../chunk-Q6H3TAWM.mjs";
|
|
14
14
|
import "../../chunk-U4DJHAM5.mjs";
|
|
15
15
|
import "../../chunk-AC6TWLRT.mjs";
|
|
16
16
|
export {
|
|
@@ -1838,16 +1838,18 @@ var template = {
|
|
|
1838
1838
|
"svg",
|
|
1839
1839
|
{
|
|
1840
1840
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1841
|
-
width: "
|
|
1842
|
-
height: "
|
|
1843
|
-
viewBox: "0 0
|
|
1841
|
+
width: "21",
|
|
1842
|
+
height: "21",
|
|
1843
|
+
viewBox: "0 0 21 21",
|
|
1844
1844
|
fill: "none",
|
|
1845
1845
|
className,
|
|
1846
1846
|
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
1847
1847
|
"path",
|
|
1848
1848
|
{
|
|
1849
|
-
d: "
|
|
1850
|
-
|
|
1849
|
+
d: "M3.5 11.1485L9.1 16.3337L17.5 4.66699",
|
|
1850
|
+
stroke: "currentColor",
|
|
1851
|
+
strokeLinecap: "round",
|
|
1852
|
+
strokeLinejoin: "round"
|
|
1851
1853
|
}
|
|
1852
1854
|
)
|
|
1853
1855
|
}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
listItem_default
|
|
4
|
-
} from "../../chunk-
|
|
4
|
+
} from "../../chunk-US5NY7UP.mjs";
|
|
5
5
|
import "../../chunk-ZYIIXWVY.mjs";
|
|
6
|
-
import "../../chunk-
|
|
6
|
+
import "../../chunk-AXWICOKO.mjs";
|
|
7
|
+
import "../../chunk-QAXRJ3EH.mjs";
|
|
8
|
+
import "../../chunk-JYW3GEH6.mjs";
|
|
7
9
|
import "../../chunk-E3G5QXSH.mjs";
|
|
8
|
-
import "../../chunk-S5C55OPB.mjs";
|
|
9
|
-
import "../../chunk-Q6H3TAWM.mjs";
|
|
10
10
|
import "../../chunk-U4DJHAM5.mjs";
|
|
11
11
|
import "../../chunk-AC6TWLRT.mjs";
|
|
12
12
|
export {
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
|
+
import * as react from 'react';
|
|
3
|
+
import { ReactNode } from 'react';
|
|
4
|
+
import { ModalProps } from './modal.mjs';
|
|
5
|
+
import 'tailwind-variants';
|
|
6
|
+
import '../../utils/types.mjs';
|
|
7
|
+
|
|
8
|
+
interface GlobalModalContextType {
|
|
9
|
+
open: (config: ModalProps) => void;
|
|
10
|
+
close: () => void;
|
|
11
|
+
}
|
|
12
|
+
declare const GlobalModalContext: react.Context<GlobalModalContextType | undefined>;
|
|
13
|
+
declare function GlobalModalProvider({ children }: {
|
|
14
|
+
children: ReactNode;
|
|
15
|
+
}): react_jsx_runtime.JSX.Element;
|
|
16
|
+
|
|
17
|
+
export { GlobalModalContext, type GlobalModalContextType, GlobalModalProvider };
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
|
+
import * as react from 'react';
|
|
3
|
+
import { ReactNode } from 'react';
|
|
4
|
+
import { ModalProps } from './modal.js';
|
|
5
|
+
import 'tailwind-variants';
|
|
6
|
+
import '../../utils/types.js';
|
|
7
|
+
|
|
8
|
+
interface GlobalModalContextType {
|
|
9
|
+
open: (config: ModalProps) => void;
|
|
10
|
+
close: () => void;
|
|
11
|
+
}
|
|
12
|
+
declare const GlobalModalContext: react.Context<GlobalModalContextType | undefined>;
|
|
13
|
+
declare function GlobalModalProvider({ children }: {
|
|
14
|
+
children: ReactNode;
|
|
15
|
+
}): react_jsx_runtime.JSX.Element;
|
|
16
|
+
|
|
17
|
+
export { GlobalModalContext, type GlobalModalContextType, GlobalModalProvider };
|