@deepnoid/ui 0.1.55 → 0.1.56

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.
Files changed (98) hide show
  1. package/.turbo/turbo-build.log +162 -162
  2. package/dist/{chunk-ZVGVLD3T.mjs → chunk-3I7QA57V.mjs} +23 -0
  3. package/dist/{chunk-X3A2QD6L.mjs → chunk-3ONHMYAP.mjs} +1 -1
  4. package/dist/{chunk-7XFHA2U5.mjs → chunk-4T7R3PEH.mjs} +1 -1
  5. package/dist/{chunk-PVFDO2WN.mjs → chunk-73RWXO3Y.mjs} +1 -1
  6. package/dist/{chunk-T43IV3GD.mjs → chunk-BWTDELPC.mjs} +2 -2
  7. package/dist/{chunk-5SNPCI6I.mjs → chunk-C4AGYO7C.mjs} +1 -1
  8. package/dist/{chunk-FKKDEWW3.mjs → chunk-D47SHPFE.mjs} +1 -1
  9. package/dist/{chunk-LF4SL2LJ.mjs → chunk-DLFXCMUU.mjs} +1 -1
  10. package/dist/{chunk-YUMQWCQ3.mjs → chunk-DLQGQUCD.mjs} +1 -1
  11. package/dist/{chunk-LTNDSCRA.mjs → chunk-DZ6QJCDZ.mjs} +1 -1
  12. package/dist/{chunk-RQ6ADHCR.mjs → chunk-GL5J2BKI.mjs} +1 -1
  13. package/dist/{chunk-GMNQDNPW.mjs → chunk-HHRKPSO6.mjs} +1 -1
  14. package/dist/{chunk-RBQEUS4K.mjs → chunk-IC3O54EM.mjs} +3 -3
  15. package/dist/{chunk-GC3GYCKY.mjs → chunk-JDWX2LKJ.mjs} +1 -1
  16. package/dist/{chunk-Y3FMWQ7R.mjs → chunk-L3RCWZTV.mjs} +1 -1
  17. package/dist/{chunk-OTEWHVER.mjs → chunk-LQEA2HU5.mjs} +2 -2
  18. package/dist/{chunk-NWV5ELFP.mjs → chunk-PMZH6GPQ.mjs} +3 -3
  19. package/dist/{chunk-FDBWNO2X.mjs → chunk-UETBYMGS.mjs} +1 -1
  20. package/dist/{chunk-MXLJ3B4K.mjs → chunk-YZDZYMBP.mjs} +2 -2
  21. package/dist/{chunk-YQ2ULGET.mjs → chunk-ZI37UH3A.mjs} +1 -1
  22. package/dist/components/avatar/avatar.js +23 -0
  23. package/dist/components/avatar/avatar.mjs +2 -2
  24. package/dist/components/avatar/index.js +23 -0
  25. package/dist/components/avatar/index.mjs +2 -2
  26. package/dist/components/breadcrumb/breadcrumb.js +23 -0
  27. package/dist/components/breadcrumb/breadcrumb.mjs +5 -5
  28. package/dist/components/breadcrumb/index.js +23 -0
  29. package/dist/components/breadcrumb/index.mjs +5 -5
  30. package/dist/components/button/button.js +23 -0
  31. package/dist/components/button/button.mjs +3 -3
  32. package/dist/components/button/icon-button.js +23 -0
  33. package/dist/components/button/icon-button.mjs +3 -3
  34. package/dist/components/button/index.js +23 -0
  35. package/dist/components/button/index.mjs +4 -4
  36. package/dist/components/chip/chip.js +23 -0
  37. package/dist/components/chip/chip.mjs +3 -3
  38. package/dist/components/chip/index.js +23 -0
  39. package/dist/components/chip/index.mjs +3 -3
  40. package/dist/components/dateTimePicker/calendar.js +23 -0
  41. package/dist/components/dateTimePicker/calendar.mjs +3 -3
  42. package/dist/components/dateTimePicker/dateTimePicker.js +23 -0
  43. package/dist/components/dateTimePicker/dateTimePicker.mjs +7 -7
  44. package/dist/components/dateTimePicker/index.js +23 -0
  45. package/dist/components/dateTimePicker/index.mjs +7 -7
  46. package/dist/components/dateTimePicker/timePicker.js +23 -0
  47. package/dist/components/dateTimePicker/timePicker.mjs +5 -5
  48. package/dist/components/fileUpload/fileUpload.js +23 -0
  49. package/dist/components/fileUpload/fileUpload.mjs +6 -6
  50. package/dist/components/fileUpload/index.js +23 -0
  51. package/dist/components/fileUpload/index.mjs +6 -6
  52. package/dist/components/icon/Icon.d.mts +4 -0
  53. package/dist/components/icon/Icon.d.ts +4 -0
  54. package/dist/components/icon/Icon.js +23 -0
  55. package/dist/components/icon/Icon.mjs +2 -2
  56. package/dist/components/icon/index.js +23 -0
  57. package/dist/components/icon/index.mjs +2 -2
  58. package/dist/components/icon/template.d.mts +1 -0
  59. package/dist/components/icon/template.d.ts +1 -0
  60. package/dist/components/icon/template.js +23 -0
  61. package/dist/components/icon/template.mjs +1 -1
  62. package/dist/components/input/index.js +23 -0
  63. package/dist/components/input/index.mjs +3 -3
  64. package/dist/components/input/input.js +23 -0
  65. package/dist/components/input/input.mjs +3 -3
  66. package/dist/components/list/index.js +23 -0
  67. package/dist/components/list/index.mjs +4 -4
  68. package/dist/components/list/listItem.js +23 -0
  69. package/dist/components/list/listItem.mjs +4 -4
  70. package/dist/components/modal/index.js +23 -0
  71. package/dist/components/modal/index.mjs +5 -5
  72. package/dist/components/modal/modal.js +23 -0
  73. package/dist/components/modal/modal.mjs +5 -5
  74. package/dist/components/pagination/index.js +23 -0
  75. package/dist/components/pagination/index.mjs +4 -4
  76. package/dist/components/pagination/pagination.js +23 -0
  77. package/dist/components/pagination/pagination.mjs +4 -4
  78. package/dist/components/select/index.js +23 -0
  79. package/dist/components/select/index.mjs +3 -3
  80. package/dist/components/select/select.js +23 -0
  81. package/dist/components/select/select.mjs +3 -3
  82. package/dist/components/table/index.js +23 -0
  83. package/dist/components/table/index.mjs +5 -5
  84. package/dist/components/table/table.js +23 -0
  85. package/dist/components/table/table.mjs +5 -5
  86. package/dist/components/toast/index.js +23 -0
  87. package/dist/components/toast/index.mjs +4 -4
  88. package/dist/components/toast/toast.js +23 -0
  89. package/dist/components/toast/toast.mjs +3 -3
  90. package/dist/components/toast/use-toast.js +23 -0
  91. package/dist/components/toast/use-toast.mjs +4 -4
  92. package/dist/components/tree/index.js +23 -0
  93. package/dist/components/tree/index.mjs +3 -3
  94. package/dist/components/tree/tree.js +23 -0
  95. package/dist/components/tree/tree.mjs +3 -3
  96. package/dist/index.js +23 -0
  97. package/dist/index.mjs +27 -27
  98. 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-GMNQDNPW.mjs";
5
+ } from "../../chunk-HHRKPSO6.mjs";
6
6
  import "../../chunk-ZYIIXWVY.mjs";
7
- import "../../chunk-LTNDSCRA.mjs";
8
- import "../../chunk-ZVGVLD3T.mjs";
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.js CHANGED
@@ -739,6 +739,29 @@ var template = {
739
739
  }
740
740
  );
741
741
  },
742
+ down: ({ className }) => {
743
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
744
+ "svg",
745
+ {
746
+ xmlns: "http://www.w3.org/2000/svg",
747
+ width: "21",
748
+ height: "21",
749
+ viewBox: "0 0 21 21",
750
+ fill: "none",
751
+ className,
752
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
753
+ "path",
754
+ {
755
+ d: "M15.1667 8.16602L10.5 12.8327L5.83333 8.16602",
756
+ stroke: "currentColor",
757
+ strokeWidth: "1.5",
758
+ strokeLinecap: "round",
759
+ strokeLinejoin: "round"
760
+ }
761
+ )
762
+ }
763
+ );
764
+ },
742
765
  // ----------------------------------- old ---------------------------------
743
766
  // ** Status **
744
767
  check: ({ className, fill }) => {
package/dist/index.mjs CHANGED
@@ -1,17 +1,17 @@
1
1
  "use client";
2
- import "./chunk-MBLZYQCN.mjs";
3
- import {
4
- tree_default
5
- } from "./chunk-GMNQDNPW.mjs";
6
2
  import "./chunk-LUWGOKLG.mjs";
7
3
  import {
8
4
  ToastProvider,
9
5
  useToast
10
- } from "./chunk-YUMQWCQ3.mjs";
6
+ } from "./chunk-DLQGQUCD.mjs";
11
7
  import "./chunk-ZOTHPHXA.mjs";
12
8
  import {
13
9
  toast_default
14
- } from "./chunk-PVFDO2WN.mjs";
10
+ } from "./chunk-73RWXO3Y.mjs";
11
+ import "./chunk-MBLZYQCN.mjs";
12
+ import {
13
+ tree_default
14
+ } from "./chunk-HHRKPSO6.mjs";
15
15
  import "./chunk-HIE2YRGA.mjs";
16
16
  import {
17
17
  tooltip_default
@@ -21,21 +21,21 @@ import "./chunk-WSIADHVC.mjs";
21
21
  import "./chunk-DX3KXNP6.mjs";
22
22
  import {
23
23
  table_default
24
- } from "./chunk-7XFHA2U5.mjs";
24
+ } from "./chunk-4T7R3PEH.mjs";
25
25
  import "./chunk-BPEMHZH3.mjs";
26
26
  import "./chunk-P7YYNA6L.mjs";
27
- import "./chunk-3MY6LO7N.mjs";
28
- import {
29
- tabs_default
30
- } from "./chunk-2YMAKIZ6.mjs";
31
27
  import "./chunk-RRAZM5D3.mjs";
32
28
  import {
33
29
  textarea_default
34
30
  } from "./chunk-4EIGHKUO.mjs";
31
+ import "./chunk-3MY6LO7N.mjs";
32
+ import {
33
+ tabs_default
34
+ } from "./chunk-2YMAKIZ6.mjs";
35
35
  import "./chunk-QCEKPS7U.mjs";
36
36
  import {
37
37
  select_default
38
- } from "./chunk-5SNPCI6I.mjs";
38
+ } from "./chunk-C4AGYO7C.mjs";
39
39
  import "./chunk-MZ76AA76.mjs";
40
40
  import {
41
41
  skeleton_default
@@ -58,20 +58,20 @@ import {
58
58
  import "./chunk-DJOG6Z35.mjs";
59
59
  import {
60
60
  modal_default
61
- } from "./chunk-T43IV3GD.mjs";
61
+ } from "./chunk-BWTDELPC.mjs";
62
62
  import "./chunk-7B7LRG5J.mjs";
63
63
  import {
64
64
  pagination_default
65
- } from "./chunk-OTEWHVER.mjs";
65
+ } from "./chunk-LQEA2HU5.mjs";
66
66
  import "./chunk-F3HENRVM.mjs";
67
67
  import "./chunk-RLXOHILK.mjs";
68
68
  import {
69
69
  fileUpload_default
70
- } from "./chunk-RBQEUS4K.mjs";
70
+ } from "./chunk-IC3O54EM.mjs";
71
71
  import "./chunk-2GCSFWHD.mjs";
72
72
  import {
73
73
  input_default
74
- } from "./chunk-FDBWNO2X.mjs";
74
+ } from "./chunk-UETBYMGS.mjs";
75
75
  import "./chunk-XOH6GWRD.mjs";
76
76
  import "./chunk-QZ3LVYJW.mjs";
77
77
  import {
@@ -80,21 +80,21 @@ import {
80
80
  import "./chunk-MGEWSREV.mjs";
81
81
  import {
82
82
  chip_default
83
- } from "./chunk-RQ6ADHCR.mjs";
83
+ } from "./chunk-GL5J2BKI.mjs";
84
84
  import "./chunk-75HLCORR.mjs";
85
85
  import {
86
86
  dateTimePicker_default
87
- } from "./chunk-NWV5ELFP.mjs";
88
- import "./chunk-LF4SL2LJ.mjs";
87
+ } from "./chunk-PMZH6GPQ.mjs";
88
+ import "./chunk-DLFXCMUU.mjs";
89
89
  import "./chunk-7MVEAQ7Z.mjs";
90
90
  import {
91
91
  list_default
92
92
  } from "./chunk-HIVPDIEP.mjs";
93
93
  import {
94
94
  listItem_default
95
- } from "./chunk-MXLJ3B4K.mjs";
95
+ } from "./chunk-YZDZYMBP.mjs";
96
96
  import "./chunk-FWJ2ZKH6.mjs";
97
- import "./chunk-Y3FMWQ7R.mjs";
97
+ import "./chunk-L3RCWZTV.mjs";
98
98
  import "./chunk-P732YGHO.mjs";
99
99
  import {
100
100
  areaChart_default
@@ -108,7 +108,7 @@ import {
108
108
  import "./chunk-7DLOYKVC.mjs";
109
109
  import {
110
110
  avatar_default
111
- } from "./chunk-GC3GYCKY.mjs";
111
+ } from "./chunk-JDWX2LKJ.mjs";
112
112
  import "./chunk-SE5TU755.mjs";
113
113
  import {
114
114
  backdrop_default
@@ -116,17 +116,17 @@ import {
116
116
  import "./chunk-KYIODWXL.mjs";
117
117
  import {
118
118
  breadcrumb_default
119
- } from "./chunk-X3A2QD6L.mjs";
119
+ } from "./chunk-3ONHMYAP.mjs";
120
120
  import "./chunk-MY5U63QO.mjs";
121
121
  import {
122
122
  button_group_default
123
123
  } from "./chunk-LPZOH3RP.mjs";
124
124
  import {
125
125
  button_default
126
- } from "./chunk-YQ2ULGET.mjs";
126
+ } from "./chunk-ZI37UH3A.mjs";
127
127
  import {
128
128
  icon_button_default
129
- } from "./chunk-FKKDEWW3.mjs";
129
+ } from "./chunk-D47SHPFE.mjs";
130
130
  import "./chunk-6WSACUIB.mjs";
131
131
  import "./chunk-LXHUO6VM.mjs";
132
132
  import "./chunk-6PNKRBUT.mjs";
@@ -134,11 +134,11 @@ import "./chunk-ZYIIXWVY.mjs";
134
134
  import {
135
135
  Icon_default,
136
136
  iconTemplate
137
- } from "./chunk-LTNDSCRA.mjs";
137
+ } from "./chunk-DZ6QJCDZ.mjs";
138
138
  import {
139
139
  text_button_default
140
140
  } from "./chunk-WFMFC7R6.mjs";
141
- import "./chunk-ZVGVLD3T.mjs";
141
+ import "./chunk-3I7QA57V.mjs";
142
142
  import {
143
143
  deepnoidUi,
144
144
  tv
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@deepnoid/ui",
3
- "version": "0.1.55",
3
+ "version": "0.1.56",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "exports": {