@deepnoid/ui 0.1.55 → 0.1.57
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 +178 -168
- package/dist/chunk-32GA3YW4.mjs +1 -0
- package/dist/{chunk-ZVGVLD3T.mjs → chunk-3I7QA57V.mjs} +23 -0
- package/dist/{chunk-X3A2QD6L.mjs → chunk-3ONHMYAP.mjs} +1 -1
- package/dist/{chunk-7XFHA2U5.mjs → chunk-4T7R3PEH.mjs} +1 -1
- package/dist/{chunk-PVFDO2WN.mjs → chunk-73RWXO3Y.mjs} +1 -1
- package/dist/{chunk-5SNPCI6I.mjs → chunk-C4AGYO7C.mjs} +1 -1
- package/dist/{chunk-FKKDEWW3.mjs → chunk-DFBPLQMN.mjs} +4 -4
- package/dist/{chunk-LF4SL2LJ.mjs → chunk-DLFXCMUU.mjs} +1 -1
- package/dist/{chunk-YUMQWCQ3.mjs → chunk-DLQGQUCD.mjs} +1 -1
- package/dist/{chunk-YQ2ULGET.mjs → chunk-DN6AW7DN.mjs} +12 -14
- package/dist/{chunk-LTNDSCRA.mjs → chunk-DZ6QJCDZ.mjs} +1 -1
- package/dist/{chunk-RQ6ADHCR.mjs → chunk-GL5J2BKI.mjs} +1 -1
- package/dist/{chunk-GMNQDNPW.mjs → chunk-HHRKPSO6.mjs} +1 -1
- package/dist/{chunk-GC3GYCKY.mjs → chunk-JDWX2LKJ.mjs} +1 -1
- package/dist/{chunk-Y3FMWQ7R.mjs → chunk-L3RCWZTV.mjs} +1 -1
- package/dist/{chunk-RBQEUS4K.mjs → chunk-LDRIZFBK.mjs} +3 -3
- package/dist/{chunk-OTEWHVER.mjs → chunk-LQEA2HU5.mjs} +2 -2
- package/dist/chunk-LSO5QZIT.mjs +174 -0
- package/dist/{chunk-T43IV3GD.mjs → chunk-N4TTHIUT.mjs} +2 -2
- package/dist/{chunk-NWV5ELFP.mjs → chunk-PMZH6GPQ.mjs} +3 -3
- package/dist/{chunk-FDBWNO2X.mjs → chunk-UETBYMGS.mjs} +1 -1
- package/dist/{chunk-MXLJ3B4K.mjs → chunk-YZDZYMBP.mjs} +2 -2
- package/dist/components/avatar/avatar.js +23 -0
- package/dist/components/avatar/avatar.mjs +2 -2
- package/dist/components/avatar/index.js +23 -0
- package/dist/components/avatar/index.mjs +2 -2
- package/dist/components/breadcrumb/breadcrumb.js +23 -0
- package/dist/components/breadcrumb/breadcrumb.mjs +6 -6
- package/dist/components/breadcrumb/index.js +23 -0
- package/dist/components/breadcrumb/index.mjs +6 -6
- package/dist/components/button/button.d.mts +3 -9
- package/dist/components/button/button.d.ts +3 -9
- package/dist/components/button/button.js +31 -10
- package/dist/components/button/button.mjs +4 -4
- package/dist/components/button/icon-button.js +23 -0
- package/dist/components/button/icon-button.mjs +4 -4
- package/dist/components/button/index.js +31 -10
- package/dist/components/button/index.mjs +5 -5
- package/dist/components/chip/chip.js +23 -0
- package/dist/components/chip/chip.mjs +3 -3
- package/dist/components/chip/index.js +23 -0
- package/dist/components/chip/index.mjs +3 -3
- package/dist/components/dateTimePicker/calendar.js +23 -0
- package/dist/components/dateTimePicker/calendar.mjs +3 -3
- package/dist/components/dateTimePicker/dateTimePicker.js +23 -0
- package/dist/components/dateTimePicker/dateTimePicker.mjs +7 -7
- package/dist/components/dateTimePicker/index.js +23 -0
- package/dist/components/dateTimePicker/index.mjs +7 -7
- package/dist/components/dateTimePicker/timePicker.js +23 -0
- package/dist/components/dateTimePicker/timePicker.mjs +5 -5
- package/dist/components/drawer/drawer.d.mts +89 -0
- package/dist/components/drawer/drawer.d.ts +89 -0
- package/dist/components/drawer/drawer.js +544 -0
- package/dist/components/drawer/drawer.mjs +11 -0
- package/dist/components/drawer/index.d.mts +4 -0
- package/dist/components/drawer/index.d.ts +4 -0
- package/dist/components/drawer/index.js +550 -0
- package/dist/components/drawer/index.mjs +12 -0
- package/dist/components/fileUpload/fileUpload.js +31 -10
- package/dist/components/fileUpload/fileUpload.mjs +7 -7
- package/dist/components/fileUpload/index.js +31 -10
- package/dist/components/fileUpload/index.mjs +7 -7
- package/dist/components/icon/Icon.d.mts +4 -0
- package/dist/components/icon/Icon.d.ts +4 -0
- package/dist/components/icon/Icon.js +23 -0
- package/dist/components/icon/Icon.mjs +2 -2
- package/dist/components/icon/index.js +23 -0
- package/dist/components/icon/index.mjs +2 -2
- package/dist/components/icon/template.d.mts +1 -0
- package/dist/components/icon/template.d.ts +1 -0
- package/dist/components/icon/template.js +23 -0
- package/dist/components/icon/template.mjs +1 -1
- package/dist/components/input/index.js +23 -0
- package/dist/components/input/index.mjs +3 -3
- package/dist/components/input/input.js +23 -0
- package/dist/components/input/input.mjs +3 -3
- package/dist/components/list/index.js +23 -0
- package/dist/components/list/index.mjs +4 -4
- package/dist/components/list/listItem.js +23 -0
- package/dist/components/list/listItem.mjs +4 -4
- package/dist/components/modal/index.js +31 -10
- package/dist/components/modal/index.mjs +6 -6
- package/dist/components/modal/modal.js +31 -10
- package/dist/components/modal/modal.mjs +6 -6
- package/dist/components/pagination/index.js +23 -0
- package/dist/components/pagination/index.mjs +4 -4
- package/dist/components/pagination/pagination.js +23 -0
- package/dist/components/pagination/pagination.mjs +4 -4
- package/dist/components/ripple/index.mjs +3 -3
- package/dist/components/select/index.js +23 -0
- package/dist/components/select/index.mjs +3 -3
- package/dist/components/select/select.js +23 -0
- package/dist/components/select/select.mjs +3 -3
- package/dist/components/table/index.js +23 -0
- package/dist/components/table/index.mjs +10 -10
- package/dist/components/table/table.js +23 -0
- package/dist/components/table/table.mjs +7 -7
- package/dist/components/toast/index.js +23 -0
- package/dist/components/toast/index.mjs +4 -4
- package/dist/components/toast/toast.js +23 -0
- package/dist/components/toast/toast.mjs +3 -3
- package/dist/components/toast/use-toast.js +23 -0
- package/dist/components/toast/use-toast.mjs +4 -4
- package/dist/components/tree/index.js +23 -0
- package/dist/components/tree/index.mjs +3 -3
- package/dist/components/tree/tree.js +23 -0
- package/dist/components/tree/tree.mjs +3 -3
- package/dist/index.d.mts +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +408 -225
- package/dist/index.mjs +38 -33
- package/package.json +1 -1
|
@@ -919,6 +919,29 @@ var template = {
|
|
|
919
919
|
}
|
|
920
920
|
);
|
|
921
921
|
},
|
|
922
|
+
down: ({ className }) => {
|
|
923
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
924
|
+
"svg",
|
|
925
|
+
{
|
|
926
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
927
|
+
width: "21",
|
|
928
|
+
height: "21",
|
|
929
|
+
viewBox: "0 0 21 21",
|
|
930
|
+
fill: "none",
|
|
931
|
+
className,
|
|
932
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
933
|
+
"path",
|
|
934
|
+
{
|
|
935
|
+
d: "M15.1667 8.16602L10.5 12.8327L5.83333 8.16602",
|
|
936
|
+
stroke: "currentColor",
|
|
937
|
+
strokeWidth: "1.5",
|
|
938
|
+
strokeLinecap: "round",
|
|
939
|
+
strokeLinejoin: "round"
|
|
940
|
+
}
|
|
941
|
+
)
|
|
942
|
+
}
|
|
943
|
+
);
|
|
944
|
+
},
|
|
922
945
|
// ----------------------------------- old ---------------------------------
|
|
923
946
|
// ** Status **
|
|
924
947
|
check: ({ className, fill }) => {
|
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
import {
|
|
3
3
|
Tree,
|
|
4
4
|
tree_default
|
|
5
|
-
} from "../../chunk-
|
|
5
|
+
} from "../../chunk-HHRKPSO6.mjs";
|
|
6
6
|
import "../../chunk-ZYIIXWVY.mjs";
|
|
7
|
-
import "../../chunk-
|
|
8
|
-
import "../../chunk-
|
|
7
|
+
import "../../chunk-DZ6QJCDZ.mjs";
|
|
8
|
+
import "../../chunk-3I7QA57V.mjs";
|
|
9
9
|
import "../../chunk-4ZJFD3L3.mjs";
|
|
10
10
|
import "../../chunk-27Y6K5NK.mjs";
|
|
11
11
|
import "../../chunk-AC6TWLRT.mjs";
|
package/dist/index.d.mts
CHANGED
|
@@ -19,6 +19,7 @@ export { default as Switch } from './components/switch/switch.mjs';
|
|
|
19
19
|
export { default as Pagination } from './components/pagination/pagination.mjs';
|
|
20
20
|
export { default as Tooltip } from './components/tooltip/tooltip.mjs';
|
|
21
21
|
export { default as Modal } from './components/modal/modal.mjs';
|
|
22
|
+
export { default as Drawer } from './components/drawer/drawer.mjs';
|
|
22
23
|
export { default as List } from './components/list/list.mjs';
|
|
23
24
|
export { default as ListItem, ListItemProps } from './components/list/listItem.mjs';
|
|
24
25
|
export { default as Toast } from './components/toast/toast.mjs';
|
package/dist/index.d.ts
CHANGED
|
@@ -19,6 +19,7 @@ export { default as Switch } from './components/switch/switch.js';
|
|
|
19
19
|
export { default as Pagination } from './components/pagination/pagination.js';
|
|
20
20
|
export { default as Tooltip } from './components/tooltip/tooltip.js';
|
|
21
21
|
export { default as Modal } from './components/modal/modal.js';
|
|
22
|
+
export { default as Drawer } from './components/drawer/drawer.js';
|
|
22
23
|
export { default as List } from './components/list/list.js';
|
|
23
24
|
export { default as ListItem, ListItemProps } from './components/list/listItem.js';
|
|
24
25
|
export { default as Toast } from './components/toast/toast.js';
|