@deepnoid/ui 0.1.115 → 0.1.116

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 (112) hide show
  1. package/.turbo/turbo-build.log +199 -194
  2. package/dist/chunk-2Q25LXZT.mjs +316 -0
  3. package/dist/{chunk-UNYKQTEP.mjs → chunk-3ZH6PWFC.mjs} +2 -2
  4. package/dist/chunk-4DESGO3D.mjs +54 -0
  5. package/dist/{chunk-BKYNB52Z.mjs → chunk-676Y7NKV.mjs} +1 -1
  6. package/dist/{chunk-AHBBUMPX.mjs → chunk-6VNOOJDQ.mjs} +2 -2
  7. package/dist/{chunk-NEBMBSKV.mjs → chunk-CUCLHYCE.mjs} +3 -3
  8. package/dist/{chunk-L3WKBOWY.mjs → chunk-ER3SUAE2.mjs} +1 -1
  9. package/dist/{chunk-AX3FVJMY.mjs → chunk-F7PC2JAF.mjs} +1 -1
  10. package/dist/{chunk-CEMBGO4V.mjs → chunk-HD2PTCE6.mjs} +2 -2
  11. package/dist/{chunk-FU4CDBVG.mjs → chunk-HLYTCS7L.mjs} +1 -1
  12. package/dist/{chunk-DDJ2EU3P.mjs → chunk-LCWEO4U6.mjs} +40 -14
  13. package/dist/{chunk-WKMBRUGX.mjs → chunk-LZRBMVT7.mjs} +1 -1
  14. package/dist/{chunk-MTQGHQ7Z.mjs → chunk-MG5E5YZ7.mjs} +1 -1
  15. package/dist/{chunk-BFZ6OTVA.mjs → chunk-PHWTRXOL.mjs} +2 -2
  16. package/dist/{chunk-5AEN7QTL.mjs → chunk-PMSUPDDW.mjs} +1 -1
  17. package/dist/{chunk-QREBEXKF.mjs → chunk-RSD67ORA.mjs} +1 -1
  18. package/dist/{chunk-TMHYS2DC.mjs → chunk-TO6OPRBH.mjs} +1 -1
  19. package/dist/{chunk-EDAREIAN.mjs → chunk-TRNL3IXF.mjs} +1 -1
  20. package/dist/{chunk-MLD6EZAE.mjs → chunk-UPPNTDNG.mjs} +1 -1
  21. package/dist/{chunk-7YCUFFKZ.mjs → chunk-VPGJ4HZ7.mjs} +1 -1
  22. package/dist/components/avatar/avatar.js +40 -14
  23. package/dist/components/avatar/avatar.mjs +2 -2
  24. package/dist/components/avatar/index.js +40 -14
  25. package/dist/components/avatar/index.mjs +2 -2
  26. package/dist/components/breadcrumb/breadcrumb.js +40 -14
  27. package/dist/components/breadcrumb/breadcrumb.mjs +5 -5
  28. package/dist/components/breadcrumb/index.js +40 -14
  29. package/dist/components/breadcrumb/index.mjs +5 -5
  30. package/dist/components/button/button.js +40 -14
  31. package/dist/components/button/button.mjs +3 -3
  32. package/dist/components/button/icon-button.js +40 -14
  33. package/dist/components/button/icon-button.mjs +3 -3
  34. package/dist/components/button/index.js +40 -14
  35. package/dist/components/button/index.mjs +4 -4
  36. package/dist/components/chip/chip.js +40 -14
  37. package/dist/components/chip/chip.mjs +3 -3
  38. package/dist/components/chip/index.js +40 -14
  39. package/dist/components/chip/index.mjs +3 -3
  40. package/dist/components/fileUpload/fileUpload.js +40 -14
  41. package/dist/components/fileUpload/fileUpload.mjs +6 -6
  42. package/dist/components/fileUpload/index.js +40 -14
  43. package/dist/components/fileUpload/index.mjs +6 -6
  44. package/dist/components/icon/Icon.d.mts +8 -4
  45. package/dist/components/icon/Icon.d.ts +8 -4
  46. package/dist/components/icon/Icon.js +40 -14
  47. package/dist/components/icon/Icon.mjs +2 -2
  48. package/dist/components/icon/index.js +40 -14
  49. package/dist/components/icon/index.mjs +2 -2
  50. package/dist/components/icon/template.d.mts +2 -1
  51. package/dist/components/icon/template.d.ts +2 -1
  52. package/dist/components/icon/template.js +40 -14
  53. package/dist/components/icon/template.mjs +1 -1
  54. package/dist/components/input/index.js +40 -14
  55. package/dist/components/input/index.mjs +3 -3
  56. package/dist/components/input/input.js +40 -14
  57. package/dist/components/input/input.mjs +3 -3
  58. package/dist/components/list/index.js +40 -14
  59. package/dist/components/list/index.mjs +4 -4
  60. package/dist/components/list/listItem.js +40 -14
  61. package/dist/components/list/listItem.mjs +4 -4
  62. package/dist/components/modal/index.js +40 -14
  63. package/dist/components/modal/index.mjs +5 -5
  64. package/dist/components/modal/modal.js +40 -14
  65. package/dist/components/modal/modal.mjs +5 -5
  66. package/dist/components/pagination/index.js +40 -14
  67. package/dist/components/pagination/index.mjs +4 -4
  68. package/dist/components/pagination/pagination.js +40 -14
  69. package/dist/components/pagination/pagination.mjs +4 -4
  70. package/dist/components/picker/datePicker.d.mts +54 -171
  71. package/dist/components/picker/datePicker.d.ts +54 -171
  72. package/dist/components/picker/datePicker.js +1753 -399
  73. package/dist/components/picker/datePicker.mjs +14 -3
  74. package/dist/components/picker/day.d.mts +94 -0
  75. package/dist/components/picker/day.d.ts +94 -0
  76. package/dist/components/picker/day.js +414 -0
  77. package/dist/components/picker/day.mjs +12 -0
  78. package/dist/components/picker/index.d.mts +1 -0
  79. package/dist/components/picker/index.d.ts +1 -0
  80. package/dist/components/picker/index.js +2341 -983
  81. package/dist/components/picker/index.mjs +20 -6
  82. package/dist/components/picker/timePicker.js +40 -14
  83. package/dist/components/picker/timePicker.mjs +4 -4
  84. package/dist/components/select/index.js +40 -14
  85. package/dist/components/select/index.mjs +3 -3
  86. package/dist/components/select/select.js +40 -14
  87. package/dist/components/select/select.mjs +3 -3
  88. package/dist/components/table/index.js +40 -14
  89. package/dist/components/table/index.mjs +8 -8
  90. package/dist/components/table/table-body.js +40 -14
  91. package/dist/components/table/table-body.mjs +5 -5
  92. package/dist/components/table/table-head.js +40 -14
  93. package/dist/components/table/table-head.mjs +5 -5
  94. package/dist/components/table/table.js +40 -14
  95. package/dist/components/table/table.mjs +5 -5
  96. package/dist/components/toast/index.js +40 -14
  97. package/dist/components/toast/index.mjs +4 -4
  98. package/dist/components/toast/toast.js +40 -14
  99. package/dist/components/toast/toast.mjs +3 -3
  100. package/dist/components/toast/use-toast.js +40 -14
  101. package/dist/components/toast/use-toast.mjs +4 -4
  102. package/dist/components/tree/index.js +40 -14
  103. package/dist/components/tree/index.mjs +3 -3
  104. package/dist/components/tree/tree.js +40 -14
  105. package/dist/components/tree/tree.mjs +3 -3
  106. package/dist/index.d.mts +1 -0
  107. package/dist/index.d.ts +1 -0
  108. package/dist/index.js +412 -454
  109. package/dist/index.mjs +42 -38
  110. package/package.json +1 -1
  111. package/dist/chunk-2VQM2ZBF.mjs +0 -408
  112. /package/dist/{chunk-ZG4WRZOU.mjs → chunk-4VWG4726.mjs} +0 -0
@@ -1,6 +1,7 @@
1
1
  import * as tailwind_variants from 'tailwind-variants';
2
2
  import { VariantProps } from 'tailwind-variants';
3
- import react__default, { ComponentProps } from 'react';
3
+ import * as react from 'react';
4
+ import { ComponentProps } from 'react';
4
5
  import { SlotsToClasses } from '../../utils/types.js';
5
6
 
6
7
  interface DatePickerProps extends Omit<ComponentProps<"input">, "size" | "color" | "onChange">, VariantProps<typeof datePickerStyle> {
@@ -12,232 +13,114 @@ interface DatePickerProps extends Omit<ComponentProps<"input">, "size" | "color"
12
13
  placeholder?: string;
13
14
  format?: "YYYY-MM-DD" | "MM/DD/YYYY" | "DD/MM/YYYY";
14
15
  highlightWeekend?: boolean;
15
- calendarColor?: "primary" | "secondary";
16
16
  locale?: string;
17
17
  daysOfWeek?: string[];
18
18
  monthYearFormat?: (year: number, month: number) => string;
19
+ variant?: "solid" | "outline" | "underline";
20
+ color?: "primary" | "secondary";
21
+ full?: boolean;
22
+ disabled?: boolean;
23
+ helperMessage?: string;
24
+ resetTitle: string;
25
+ todayTitle: string;
26
+ cancelTitle: string;
27
+ confirmTitle: string;
19
28
  }
20
- declare const DatePicker: react__default.ForwardRefExoticComponent<Omit<DatePickerProps, "ref"> & react__default.RefAttributes<HTMLInputElement>>;
29
+ declare const DatePicker: react.ForwardRefExoticComponent<Omit<DatePickerProps, "ref"> & react.RefAttributes<HTMLInputElement>>;
21
30
 
22
31
  declare const datePickerStyle: tailwind_variants.TVReturnType<{
23
32
  color: {
24
- primary: {
25
- icon: string[];
26
- };
27
- secondary: {
28
- icon: string[];
29
- };
33
+ primary: {};
34
+ secondary: {};
30
35
  };
31
36
  size: {
32
- sm: {
33
- base: string[];
34
- label: string[];
35
- wrapper: string[];
36
- inputWrapper: string[];
37
- input: string[];
38
- icon: string[];
39
- errorMessage: string[];
40
- };
41
- md: {
42
- base: string[];
43
- label: string[];
44
- wrapper: string[];
45
- inputWrapper: string[];
46
- input: string[];
47
- icon: string[];
48
- errorMessage: string[];
49
- };
50
- lg: {
51
- base: string[];
52
- label: string[];
53
- wrapper: string[];
54
- inputWrapper: string[];
55
- input: string[];
56
- icon: string[];
57
- errorMessage: string[];
58
- };
59
- xl: {
60
- base: string[];
61
- label: string[];
62
- wrapper: string[];
63
- inputWrapper: string[];
64
- input: string[];
65
- icon: string[];
66
- errorMessage: string[];
67
- };
37
+ sm: {};
38
+ md: {};
39
+ lg: {};
40
+ xl: {};
68
41
  };
69
42
  full: {
70
43
  true: {
71
44
  base: string[];
72
- wrapper: string[];
73
- inputWrapper: string[];
74
45
  };
75
46
  };
76
47
  disabled: {
77
48
  true: {
78
49
  base: string[];
79
- label: string[];
80
- inputWrapper: string[];
81
- input: string[];
82
- icon: string[];
83
- errorMessage: string[];
84
50
  };
85
51
  };
86
52
  }, {
87
53
  base: string[];
88
- label: string[];
89
- wrapper: string[];
90
- inputWrapper: string[];
91
- input: string[];
92
- icon: string[];
93
- optionsWrapper: string[];
94
- errorMessage: string[];
54
+ calendarWrapper: string[];
55
+ calendarHead: string[];
56
+ inputBase: never[];
57
+ inputWrapper: never[];
58
+ input: never[];
59
+ label: never[];
60
+ errorMessage: never[];
61
+ helperMessage: never[];
95
62
  }, undefined, {
96
63
  color: {
97
- primary: {
98
- icon: string[];
99
- };
100
- secondary: {
101
- icon: string[];
102
- };
64
+ primary: {};
65
+ secondary: {};
103
66
  };
104
67
  size: {
105
- sm: {
106
- base: string[];
107
- label: string[];
108
- wrapper: string[];
109
- inputWrapper: string[];
110
- input: string[];
111
- icon: string[];
112
- errorMessage: string[];
113
- };
114
- md: {
115
- base: string[];
116
- label: string[];
117
- wrapper: string[];
118
- inputWrapper: string[];
119
- input: string[];
120
- icon: string[];
121
- errorMessage: string[];
122
- };
123
- lg: {
124
- base: string[];
125
- label: string[];
126
- wrapper: string[];
127
- inputWrapper: string[];
128
- input: string[];
129
- icon: string[];
130
- errorMessage: string[];
131
- };
132
- xl: {
133
- base: string[];
134
- label: string[];
135
- wrapper: string[];
136
- inputWrapper: string[];
137
- input: string[];
138
- icon: string[];
139
- errorMessage: string[];
140
- };
68
+ sm: {};
69
+ md: {};
70
+ lg: {};
71
+ xl: {};
141
72
  };
142
73
  full: {
143
74
  true: {
144
75
  base: string[];
145
- wrapper: string[];
146
- inputWrapper: string[];
147
76
  };
148
77
  };
149
78
  disabled: {
150
79
  true: {
151
80
  base: string[];
152
- label: string[];
153
- inputWrapper: string[];
154
- input: string[];
155
- icon: string[];
156
- errorMessage: string[];
157
81
  };
158
82
  };
159
83
  }, {
160
84
  base: string[];
161
- label: string[];
162
- wrapper: string[];
163
- inputWrapper: string[];
164
- input: string[];
165
- icon: string[];
166
- optionsWrapper: string[];
167
- errorMessage: string[];
85
+ calendarWrapper: string[];
86
+ calendarHead: string[];
87
+ inputBase: never[];
88
+ inputWrapper: never[];
89
+ input: never[];
90
+ label: never[];
91
+ errorMessage: never[];
92
+ helperMessage: never[];
168
93
  }, tailwind_variants.TVReturnType<{
169
94
  color: {
170
- primary: {
171
- icon: string[];
172
- };
173
- secondary: {
174
- icon: string[];
175
- };
95
+ primary: {};
96
+ secondary: {};
176
97
  };
177
98
  size: {
178
- sm: {
179
- base: string[];
180
- label: string[];
181
- wrapper: string[];
182
- inputWrapper: string[];
183
- input: string[];
184
- icon: string[];
185
- errorMessage: string[];
186
- };
187
- md: {
188
- base: string[];
189
- label: string[];
190
- wrapper: string[];
191
- inputWrapper: string[];
192
- input: string[];
193
- icon: string[];
194
- errorMessage: string[];
195
- };
196
- lg: {
197
- base: string[];
198
- label: string[];
199
- wrapper: string[];
200
- inputWrapper: string[];
201
- input: string[];
202
- icon: string[];
203
- errorMessage: string[];
204
- };
205
- xl: {
206
- base: string[];
207
- label: string[];
208
- wrapper: string[];
209
- inputWrapper: string[];
210
- input: string[];
211
- icon: string[];
212
- errorMessage: string[];
213
- };
99
+ sm: {};
100
+ md: {};
101
+ lg: {};
102
+ xl: {};
214
103
  };
215
104
  full: {
216
105
  true: {
217
106
  base: string[];
218
- wrapper: string[];
219
- inputWrapper: string[];
220
107
  };
221
108
  };
222
109
  disabled: {
223
110
  true: {
224
111
  base: string[];
225
- label: string[];
226
- inputWrapper: string[];
227
- input: string[];
228
- icon: string[];
229
- errorMessage: string[];
230
112
  };
231
113
  };
232
114
  }, {
233
115
  base: string[];
234
- label: string[];
235
- wrapper: string[];
236
- inputWrapper: string[];
237
- input: string[];
238
- icon: string[];
239
- optionsWrapper: string[];
240
- errorMessage: string[];
116
+ calendarWrapper: string[];
117
+ calendarHead: string[];
118
+ inputBase: never[];
119
+ inputWrapper: never[];
120
+ input: never[];
121
+ label: never[];
122
+ errorMessage: never[];
123
+ helperMessage: never[];
241
124
  }, undefined, unknown, unknown, undefined>>;
242
125
  type DatePickerSlots = keyof ReturnType<typeof datePickerStyle>;
243
126