@deepnoid/ui 0.0.83 → 0.0.84

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 (207) hide show
  1. package/dist/{chunk-KWOLWE6I.mjs → chunk-463XE4SI.mjs} +4 -4
  2. package/dist/chunk-5T5F5WVS.mjs +32 -0
  3. package/dist/{chunk-S4DTK5GI.mjs → chunk-ADDUBJ4I.mjs} +1 -1
  4. package/dist/{chunk-GJKNTX2T.mjs → chunk-AHORH5PH.mjs} +6 -4
  5. package/dist/{chunk-7LYJAJIS.mjs → chunk-EWKYBS7I.mjs} +13 -6
  6. package/dist/{chunk-H7BLXC5M.mjs → chunk-ILMIS63S.mjs} +14 -14
  7. package/dist/{chunk-H737LHAY.mjs → chunk-KA4L5SCT.mjs} +8 -8
  8. package/dist/{chunk-BHSCW5D6.mjs → chunk-LGELMZCN.mjs} +1 -1
  9. package/dist/chunk-LXPWTJ3F.mjs +58 -0
  10. package/dist/{chunk-FNPWLOGV.mjs → chunk-NTTHTGDK.mjs} +39 -37
  11. package/dist/{chunk-WIKB37T7.mjs → chunk-QCOPD2HG.mjs} +1 -1
  12. package/dist/{chunk-TLYAFXE2.mjs → chunk-QURXBWKK.mjs} +1902 -746
  13. package/dist/{chunk-6U736HAX.mjs → chunk-RTH3FPAS.mjs} +3 -3
  14. package/dist/chunk-SDNTEP5C.mjs +61 -0
  15. package/dist/{chunk-FLJ4ZZXV.mjs → chunk-SQLRQTFC.mjs} +1 -1
  16. package/dist/chunk-W7ABNK3K.mjs +1 -0
  17. package/dist/chunk-XTJL67KM.mjs +127 -0
  18. package/dist/chunk-ZYIIXWVY.mjs +1 -0
  19. package/dist/components/accordion/accordion.test.js +39 -37
  20. package/dist/components/accordion/accordion.test.mjs +1 -1
  21. package/dist/components/accordion/accordionItem.js +1905 -749
  22. package/dist/components/accordion/accordionItem.mjs +4 -4
  23. package/dist/components/accordion/index.js +1905 -749
  24. package/dist/components/accordion/index.mjs +4 -4
  25. package/dist/components/button/button-group.test.js +39 -37
  26. package/dist/components/button/button-group.test.mjs +2 -2
  27. package/dist/components/button/button.test.js +52 -50
  28. package/dist/components/button/button.test.mjs +2 -2
  29. package/dist/components/card/card.test.js +39 -37
  30. package/dist/components/card/card.test.mjs +1 -1
  31. package/dist/components/checkbox/checkbox.test.js +39 -37
  32. package/dist/components/checkbox/checkbox.test.mjs +2 -2
  33. package/dist/components/{list/list.d.mts → dropdown/dropdown.d.ts} +9 -9
  34. package/dist/components/dropdown/dropdown.js +122 -0
  35. package/dist/components/dropdown/dropdown.mjs +10 -0
  36. package/dist/components/dropdown/dropdown.test.js +12997 -0
  37. package/dist/components/dropdown/dropdown.test.mjs +25 -0
  38. package/dist/components/dropdown/index.js +128 -0
  39. package/dist/components/dropdown/index.mjs +11 -0
  40. package/dist/components/icon/Icon.d.ts +499 -1
  41. package/dist/components/icon/Icon.js +1940 -778
  42. package/dist/components/icon/Icon.mjs +6 -4
  43. package/dist/components/icon/index.js +1910 -751
  44. package/dist/components/icon/index.mjs +7 -5
  45. package/dist/components/icon/template.d.ts +98 -61
  46. package/dist/components/icon/template.js +1902 -746
  47. package/dist/components/icon/template.mjs +1 -1
  48. package/dist/components/input/index.js +1912 -756
  49. package/dist/components/input/index.mjs +4 -4
  50. package/dist/components/input/input.js +1912 -756
  51. package/dist/components/input/input.mjs +4 -4
  52. package/dist/components/input/input.test.js +1983 -825
  53. package/dist/components/input/input.test.mjs +6 -6
  54. package/dist/components/list/index.mjs +3 -3
  55. package/dist/components/list/list.test.js +39 -37
  56. package/dist/components/list/list.test.mjs +1 -1
  57. package/dist/components/modal/index.js +1942 -779
  58. package/dist/components/modal/index.mjs +3 -3
  59. package/dist/components/modal/modal.js +1942 -779
  60. package/dist/components/modal/modal.mjs +3 -3
  61. package/dist/components/modal/modal.test.js +1981 -816
  62. package/dist/components/modal/modal.test.mjs +4 -4
  63. package/dist/components/pagination/pagination.test.js +39 -37
  64. package/dist/components/pagination/pagination.test.mjs +1 -1
  65. package/dist/components/progress/progress.test.d.ts +0 -2
  66. package/dist/components/progress/progress.test.js +39 -37
  67. package/dist/components/progress/progress.test.mjs +1 -1
  68. package/dist/components/radio/radio.test.js +39 -37
  69. package/dist/components/radio/radio.test.mjs +1 -1
  70. package/dist/components/select/index.js +1905 -749
  71. package/dist/components/select/index.mjs +5 -5
  72. package/dist/components/select/option.js +1905 -749
  73. package/dist/components/select/option.mjs +4 -4
  74. package/dist/components/select/select.js +1905 -749
  75. package/dist/components/select/select.mjs +5 -5
  76. package/dist/components/select/select.test.js +1951 -793
  77. package/dist/components/select/select.test.mjs +7 -7
  78. package/dist/components/slider/slider.test.d.ts +0 -2
  79. package/dist/components/slider/slider.test.js +39 -37
  80. package/dist/components/slider/slider.test.mjs +1 -1
  81. package/dist/components/switch/switch.test.d.ts +0 -2
  82. package/dist/components/switch/switch.test.js +39 -37
  83. package/dist/components/switch/switch.test.mjs +1 -1
  84. package/dist/components/table/index.js +1905 -749
  85. package/dist/components/table/index.mjs +5 -5
  86. package/dist/components/table/table-body.js +1905 -749
  87. package/dist/components/table/table-body.mjs +4 -4
  88. package/dist/components/table/table.js +1905 -749
  89. package/dist/components/table/table.mjs +5 -5
  90. package/dist/components/table/table.test.d.ts +0 -2
  91. package/dist/components/table/table.test.js +1951 -793
  92. package/dist/components/table/table.test.mjs +6 -6
  93. package/dist/components/tabs/tabs.test.d.ts +0 -2
  94. package/dist/components/tabs/tabs.test.js +39 -37
  95. package/dist/components/tabs/tabs.test.mjs +2 -2
  96. package/dist/components/textarea/textarea.test.d.ts +0 -2
  97. package/dist/components/textarea/textarea.test.js +52 -50
  98. package/dist/components/textarea/textarea.test.mjs +2 -2
  99. package/dist/components/toast/index.js +3810 -0
  100. package/dist/components/toast/index.mjs +16 -0
  101. package/dist/components/toast/toast-utils.js +84 -0
  102. package/dist/components/toast/toast-utils.mjs +8 -0
  103. package/dist/components/toast/toast.d.ts +204 -0
  104. package/dist/components/toast/toast.js +3804 -0
  105. package/dist/components/toast/toast.mjs +15 -0
  106. package/dist/components/toast/toast.test.d.ts +0 -0
  107. package/dist/components/toast/toast.test.js +16689 -0
  108. package/dist/components/toast/toast.test.mjs +30 -0
  109. package/dist/components/toast/useToast.d.ts +0 -0
  110. package/dist/components/toast/useToast.js +110 -0
  111. package/dist/components/toast/useToast.mjs +9 -0
  112. package/dist/components/tooltip/tooltip-utils.d.ts +0 -2
  113. package/dist/components/tooltip/tooltip.test.d.ts +0 -2
  114. package/dist/components/tooltip/tooltip.test.js +39 -37
  115. package/dist/components/tooltip/tooltip.test.mjs +1 -1
  116. package/dist/components/tooltip/useTooltip.d.ts +0 -2
  117. package/dist/index.d.ts +4 -1
  118. package/dist/index.js +2172 -761
  119. package/dist/index.mjs +44 -30
  120. package/package.json +4 -3
  121. package/dist/components/accordion/accordion.d.mts +0 -154
  122. package/dist/components/accordion/accordionItem.d.mts +0 -282
  123. package/dist/components/accordion/index.d.mts +0 -6
  124. package/dist/components/button/button-group.d.mts +0 -14
  125. package/dist/components/button/button-group.test.d.mts +0 -2
  126. package/dist/components/button/button.d.mts +0 -18
  127. package/dist/components/button/button.test.d.mts +0 -2
  128. package/dist/components/button/index.d.mts +0 -3
  129. package/dist/components/card/card.d.mts +0 -124
  130. package/dist/components/card/card.test.d.mts +0 -2
  131. package/dist/components/card/index.d.mts +0 -5
  132. package/dist/components/card/index.d.ts +0 -5
  133. package/dist/components/checkbox/checkbox.d.mts +0 -349
  134. package/dist/components/checkbox/checkbox.test.d.mts +0 -2
  135. package/dist/components/checkbox/index.d.mts +0 -5
  136. package/dist/components/checkbox/index.d.ts +0 -5
  137. package/dist/components/icon/Icon.d.mts +0 -15
  138. package/dist/components/icon/index.d.mts +0 -4
  139. package/dist/components/icon/index.d.ts +0 -4
  140. package/dist/components/icon/template.d.mts +0 -97
  141. package/dist/components/input/index.d.mts +0 -5
  142. package/dist/components/input/index.d.ts +0 -5
  143. package/dist/components/input/input.d.mts +0 -437
  144. package/dist/components/input/input.test.d.mts +0 -2
  145. package/dist/components/list/index.d.mts +0 -6
  146. package/dist/components/list/list.test.d.mts +0 -2
  147. package/dist/components/list/listItem.d.mts +0 -183
  148. package/dist/components/modal/index.d.mts +0 -8
  149. package/dist/components/modal/index.d.ts +0 -8
  150. package/dist/components/modal/modal.d.mts +0 -214
  151. package/dist/components/modal/modal.test.d.mts +0 -2
  152. package/dist/components/pagination/index.d.mts +0 -4
  153. package/dist/components/pagination/index.d.ts +0 -4
  154. package/dist/components/pagination/pagination.d.mts +0 -186
  155. package/dist/components/pagination/pagination.test.d.mts +0 -2
  156. package/dist/components/pagination/usePagination.d.mts +0 -16
  157. package/dist/components/progress/index.d.mts +0 -5
  158. package/dist/components/progress/index.d.ts +0 -5
  159. package/dist/components/progress/progress.d.mts +0 -281
  160. package/dist/components/progress/progress.test.d.mts +0 -2
  161. package/dist/components/radio/index.d.mts +0 -5
  162. package/dist/components/radio/index.d.ts +0 -5
  163. package/dist/components/radio/radio.d.mts +0 -278
  164. package/dist/components/radio/radio.test.d.mts +0 -2
  165. package/dist/components/select/index.d.mts +0 -5
  166. package/dist/components/select/index.d.ts +0 -5
  167. package/dist/components/select/option.d.mts +0 -18
  168. package/dist/components/select/select.d.mts +0 -449
  169. package/dist/components/select/select.test.d.mts +0 -2
  170. package/dist/components/select/useSelect.d.mts +0 -32
  171. package/dist/components/slider/index.d.mts +0 -5
  172. package/dist/components/slider/index.d.ts +0 -5
  173. package/dist/components/slider/slider.d.mts +0 -333
  174. package/dist/components/slider/slider.test.d.mts +0 -2
  175. package/dist/components/switch/index.d.mts +0 -5
  176. package/dist/components/switch/index.d.ts +0 -5
  177. package/dist/components/switch/switch.d.mts +0 -304
  178. package/dist/components/switch/switch.test.d.mts +0 -2
  179. package/dist/components/table/index.d.mts +0 -5
  180. package/dist/components/table/index.d.ts +0 -5
  181. package/dist/components/table/table-body.d.mts +0 -26
  182. package/dist/components/table/table-head.d.mts +0 -21
  183. package/dist/components/table/table.d.mts +0 -583
  184. package/dist/components/table/table.test.d.mts +0 -2
  185. package/dist/components/tabs/index.d.mts +0 -5
  186. package/dist/components/tabs/index.d.ts +0 -5
  187. package/dist/components/tabs/tabs.d.mts +0 -241
  188. package/dist/components/tabs/tabs.test.d.mts +0 -2
  189. package/dist/components/textarea/index.d.mts +0 -2
  190. package/dist/components/textarea/index.d.ts +0 -2
  191. package/dist/components/textarea/textarea.d.mts +0 -17
  192. package/dist/components/textarea/textarea.test.d.mts +0 -2
  193. package/dist/components/tooltip/index.d.mts +0 -6
  194. package/dist/components/tooltip/index.d.ts +0 -6
  195. package/dist/components/tooltip/tooltip-utils.d.mts +0 -2
  196. package/dist/components/tooltip/tooltip.d.mts +0 -143
  197. package/dist/components/tooltip/tooltip.test.d.mts +0 -2
  198. package/dist/components/tooltip/useTooltip.d.mts +0 -2
  199. package/dist/index.d.mts +0 -30
  200. package/dist/tooltip-utils-DCKA5gnI.d.mts +0 -30
  201. package/dist/tooltip-utils-DCKA5gnI.d.ts +0 -30
  202. package/dist/utils/clsx.d.mts +0 -3
  203. package/dist/utils/props.d.mts +0 -3
  204. package/dist/utils/tailwind-variants.d.mts +0 -26
  205. package/dist/utils/types.d.mts +0 -10
  206. /package/dist/{chunk-M5PMA3CT.mjs → chunk-RDEWIZV3.mjs} +0 -0
  207. /package/dist/components/{accordion/accordion.test.d.mts → dropdown/dropdown.test.d.ts} +0 -0
@@ -1,437 +0,0 @@
1
- import * as tailwind_variants from 'tailwind-variants';
2
- import { VariantProps } from 'tailwind-variants';
3
- import * as tailwind_variants_dist_config from 'tailwind-variants/dist/config';
4
- import react__default, { ComponentProps, ReactElement } from 'react';
5
- import { SlotsToClasses } from '../../utils/types.mjs';
6
-
7
- interface Props extends Omit<ComponentProps<"input">, "size"> {
8
- label?: string;
9
- errorMessage?: string;
10
- startContent?: ReactElement<{
11
- className?: string;
12
- size?: "sm" | "md" | "lg";
13
- }> | string;
14
- endContent?: ReactElement<{
15
- className?: string;
16
- size?: "sm" | "md" | "lg";
17
- }> | string;
18
- classNames?: SlotsToClasses<InputSlots>;
19
- }
20
- type InputProps = Props & InputVariantProps;
21
- declare const Input: react__default.ForwardRefExoticComponent<Omit<InputProps, "ref"> & react__default.RefAttributes<HTMLInputElement>>;
22
-
23
- declare const inputStyle: tailwind_variants.TVReturnType<{
24
- variant: {
25
- solid: {
26
- inputWrapper: string[];
27
- };
28
- normal: {
29
- inputWrapper: string[];
30
- };
31
- line: {
32
- inputWrapper: string[];
33
- };
34
- };
35
- color: {
36
- primary: {
37
- inputWrapper: string[];
38
- content: string[];
39
- };
40
- secondary: {
41
- inputWrapper: string[];
42
- content: string[];
43
- };
44
- };
45
- size: {
46
- sm: {
47
- base: string[];
48
- innerWrapper: string[];
49
- inputWrapper: string[];
50
- errorMessage: string[];
51
- };
52
- md: {
53
- base: string[];
54
- innerWrapper: string[];
55
- inputWrapper: string[];
56
- errorMessage: string[];
57
- };
58
- lg: {
59
- base: string[];
60
- innerWrapper: string[];
61
- inputWrapper: string[];
62
- errorMessage: string[];
63
- };
64
- };
65
- radius: {
66
- default: string;
67
- none: {
68
- inputWrapper: string[];
69
- };
70
- full: {
71
- inputWrapper: string[];
72
- };
73
- };
74
- fullWidth: {
75
- true: {
76
- base: string[];
77
- innerWrapper: string[];
78
- inputWrapper: string[];
79
- };
80
- };
81
- isDisabled: {
82
- true: {
83
- label: string[];
84
- inputWrapper: string[];
85
- input: string[];
86
- content: string[];
87
- };
88
- };
89
- isRequired: {
90
- true: {
91
- label: string[];
92
- };
93
- };
94
- }, {
95
- base: string[];
96
- label: string[];
97
- innerWrapper: string[];
98
- inputWrapper: string[];
99
- input: string[];
100
- content: string[];
101
- errorMessage: string[];
102
- }, undefined, {
103
- responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
104
- size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
105
- color?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
106
- variant?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
107
- radius?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
108
- fullWidth?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
109
- isDisabled?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
110
- isRequired?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
111
- } | undefined;
112
- } & tailwind_variants_dist_config.TWMConfig & {
113
- twMergeConfig: {
114
- classGroups: {
115
- fontSize: {
116
- text: string[];
117
- }[];
118
- borderRadius: {
119
- rounded: string[];
120
- }[];
121
- boxShadow: {
122
- shadow: string[];
123
- }[];
124
- padding: {
125
- p: string[];
126
- }[];
127
- gap: {
128
- gap: string[];
129
- }[];
130
- };
131
- };
132
- }, {
133
- variant: {
134
- solid: {
135
- inputWrapper: string[];
136
- };
137
- normal: {
138
- inputWrapper: string[];
139
- };
140
- line: {
141
- inputWrapper: string[];
142
- };
143
- };
144
- color: {
145
- primary: {
146
- inputWrapper: string[];
147
- content: string[];
148
- };
149
- secondary: {
150
- inputWrapper: string[];
151
- content: string[];
152
- };
153
- };
154
- size: {
155
- sm: {
156
- base: string[];
157
- innerWrapper: string[];
158
- inputWrapper: string[];
159
- errorMessage: string[];
160
- };
161
- md: {
162
- base: string[];
163
- innerWrapper: string[];
164
- inputWrapper: string[];
165
- errorMessage: string[];
166
- };
167
- lg: {
168
- base: string[];
169
- innerWrapper: string[];
170
- inputWrapper: string[];
171
- errorMessage: string[];
172
- };
173
- };
174
- radius: {
175
- default: string;
176
- none: {
177
- inputWrapper: string[];
178
- };
179
- full: {
180
- inputWrapper: string[];
181
- };
182
- };
183
- fullWidth: {
184
- true: {
185
- base: string[];
186
- innerWrapper: string[];
187
- inputWrapper: string[];
188
- };
189
- };
190
- isDisabled: {
191
- true: {
192
- label: string[];
193
- inputWrapper: string[];
194
- input: string[];
195
- content: string[];
196
- };
197
- };
198
- isRequired: {
199
- true: {
200
- label: string[];
201
- };
202
- };
203
- }, {
204
- base: string[];
205
- label: string[];
206
- innerWrapper: string[];
207
- inputWrapper: string[];
208
- input: string[];
209
- content: string[];
210
- errorMessage: string[];
211
- }, tailwind_variants.TVReturnType<{
212
- variant: {
213
- solid: {
214
- inputWrapper: string[];
215
- };
216
- normal: {
217
- inputWrapper: string[];
218
- };
219
- line: {
220
- inputWrapper: string[];
221
- };
222
- };
223
- color: {
224
- primary: {
225
- inputWrapper: string[];
226
- content: string[];
227
- };
228
- secondary: {
229
- inputWrapper: string[];
230
- content: string[];
231
- };
232
- };
233
- size: {
234
- sm: {
235
- base: string[];
236
- innerWrapper: string[];
237
- inputWrapper: string[];
238
- errorMessage: string[];
239
- };
240
- md: {
241
- base: string[];
242
- innerWrapper: string[];
243
- inputWrapper: string[];
244
- errorMessage: string[];
245
- };
246
- lg: {
247
- base: string[];
248
- innerWrapper: string[];
249
- inputWrapper: string[];
250
- errorMessage: string[];
251
- };
252
- };
253
- radius: {
254
- default: string;
255
- none: {
256
- inputWrapper: string[];
257
- };
258
- full: {
259
- inputWrapper: string[];
260
- };
261
- };
262
- fullWidth: {
263
- true: {
264
- base: string[];
265
- innerWrapper: string[];
266
- inputWrapper: string[];
267
- };
268
- };
269
- isDisabled: {
270
- true: {
271
- label: string[];
272
- inputWrapper: string[];
273
- input: string[];
274
- content: string[];
275
- };
276
- };
277
- isRequired: {
278
- true: {
279
- label: string[];
280
- };
281
- };
282
- }, {
283
- base: string[];
284
- label: string[];
285
- innerWrapper: string[];
286
- inputWrapper: string[];
287
- input: string[];
288
- content: string[];
289
- errorMessage: string[];
290
- }, undefined, tailwind_variants_dist_config.TVConfig<{
291
- variant: {
292
- solid: {
293
- inputWrapper: string[];
294
- };
295
- normal: {
296
- inputWrapper: string[];
297
- };
298
- line: {
299
- inputWrapper: string[];
300
- };
301
- };
302
- color: {
303
- primary: {
304
- inputWrapper: string[];
305
- content: string[];
306
- };
307
- secondary: {
308
- inputWrapper: string[];
309
- content: string[];
310
- };
311
- };
312
- size: {
313
- sm: {
314
- base: string[];
315
- innerWrapper: string[];
316
- inputWrapper: string[];
317
- errorMessage: string[];
318
- };
319
- md: {
320
- base: string[];
321
- innerWrapper: string[];
322
- inputWrapper: string[];
323
- errorMessage: string[];
324
- };
325
- lg: {
326
- base: string[];
327
- innerWrapper: string[];
328
- inputWrapper: string[];
329
- errorMessage: string[];
330
- };
331
- };
332
- radius: {
333
- default: string;
334
- none: {
335
- inputWrapper: string[];
336
- };
337
- full: {
338
- inputWrapper: string[];
339
- };
340
- };
341
- fullWidth: {
342
- true: {
343
- base: string[];
344
- innerWrapper: string[];
345
- inputWrapper: string[];
346
- };
347
- };
348
- isDisabled: {
349
- true: {
350
- label: string[];
351
- inputWrapper: string[];
352
- input: string[];
353
- content: string[];
354
- };
355
- };
356
- isRequired: {
357
- true: {
358
- label: string[];
359
- };
360
- };
361
- }, {
362
- variant: {
363
- solid: {
364
- inputWrapper: string[];
365
- };
366
- normal: {
367
- inputWrapper: string[];
368
- };
369
- line: {
370
- inputWrapper: string[];
371
- };
372
- };
373
- color: {
374
- primary: {
375
- inputWrapper: string[];
376
- content: string[];
377
- };
378
- secondary: {
379
- inputWrapper: string[];
380
- content: string[];
381
- };
382
- };
383
- size: {
384
- sm: {
385
- base: string[];
386
- innerWrapper: string[];
387
- inputWrapper: string[];
388
- errorMessage: string[];
389
- };
390
- md: {
391
- base: string[];
392
- innerWrapper: string[];
393
- inputWrapper: string[];
394
- errorMessage: string[];
395
- };
396
- lg: {
397
- base: string[];
398
- innerWrapper: string[];
399
- inputWrapper: string[];
400
- errorMessage: string[];
401
- };
402
- };
403
- radius: {
404
- default: string;
405
- none: {
406
- inputWrapper: string[];
407
- };
408
- full: {
409
- inputWrapper: string[];
410
- };
411
- };
412
- fullWidth: {
413
- true: {
414
- base: string[];
415
- innerWrapper: string[];
416
- inputWrapper: string[];
417
- };
418
- };
419
- isDisabled: {
420
- true: {
421
- label: string[];
422
- inputWrapper: string[];
423
- input: string[];
424
- content: string[];
425
- };
426
- };
427
- isRequired: {
428
- true: {
429
- label: string[];
430
- };
431
- };
432
- }>, unknown, unknown, undefined>>;
433
- type InputVariantProps = VariantProps<typeof inputStyle>;
434
- type InputSlots = keyof ReturnType<typeof inputStyle>;
435
- type InputReturnType = ReturnType<typeof inputStyle>;
436
-
437
- export { type InputProps, type InputReturnType, type InputSlots, type InputVariantProps, type Props, Input as default, inputStyle };
@@ -1,2 +0,0 @@
1
-
2
- export { }
@@ -1,6 +0,0 @@
1
- export { default as List, ListProps } from './list.mjs';
2
- export { default as ListItem, ListItemProps } from './listItem.mjs';
3
- import 'tailwind-variants';
4
- import 'tailwind-variants/dist/config';
5
- import 'react';
6
- import '../../utils/types.mjs';
@@ -1,2 +0,0 @@
1
-
2
- export { }
@@ -1,183 +0,0 @@
1
- import * as tailwind_variants from 'tailwind-variants';
2
- import { VariantProps } from 'tailwind-variants';
3
- import * as tailwind_variants_dist_config from 'tailwind-variants/dist/config';
4
- import react__default, { ReactElement } from 'react';
5
- import { SlotsToClasses } from '../../utils/types.mjs';
6
-
7
- interface Props {
8
- title: string;
9
- selected?: boolean;
10
- startContent?: ReactElement<{
11
- className?: string;
12
- size?: "sm" | "md" | "lg";
13
- }>;
14
- endContent?: ReactElement<{
15
- className?: string;
16
- size?: "sm" | "md" | "lg";
17
- }>;
18
- classNames?: SlotsToClasses<ListItemSlots>;
19
- onClick?: (e: react__default.MouseEvent) => void;
20
- }
21
- type ListItemProps = Props & ListItemVariantProps;
22
- declare const ListItem: react__default.ForwardRefExoticComponent<Props & ListItemVariantProps & react__default.RefAttributes<HTMLDivElement>>;
23
-
24
- declare const listItem: tailwind_variants.TVReturnType<{
25
- variant: {
26
- solid: {};
27
- line: {};
28
- };
29
- size: {
30
- sm: {
31
- base: string;
32
- };
33
- md: {
34
- base: string;
35
- };
36
- lg: {
37
- base: string;
38
- };
39
- };
40
- color: {
41
- primary: {};
42
- secondary: {};
43
- };
44
- isInGroup: {
45
- true: string;
46
- };
47
- }, {
48
- base: string[];
49
- titleWrapper: string[];
50
- title: string;
51
- }, undefined, {
52
- responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
53
- size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
54
- color?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
55
- variant?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
56
- isInGroup?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
57
- } | undefined;
58
- } & tailwind_variants_dist_config.TWMConfig & {
59
- twMergeConfig: {
60
- classGroups: {
61
- fontSize: {
62
- text: string[];
63
- }[];
64
- borderRadius: {
65
- rounded: string[];
66
- }[];
67
- boxShadow: {
68
- shadow: string[];
69
- }[];
70
- padding: {
71
- p: string[];
72
- }[];
73
- gap: {
74
- gap: string[];
75
- }[];
76
- };
77
- };
78
- }, {
79
- variant: {
80
- solid: {};
81
- line: {};
82
- };
83
- size: {
84
- sm: {
85
- base: string;
86
- };
87
- md: {
88
- base: string;
89
- };
90
- lg: {
91
- base: string;
92
- };
93
- };
94
- color: {
95
- primary: {};
96
- secondary: {};
97
- };
98
- isInGroup: {
99
- true: string;
100
- };
101
- }, {
102
- base: string[];
103
- titleWrapper: string[];
104
- title: string;
105
- }, tailwind_variants.TVReturnType<{
106
- variant: {
107
- solid: {};
108
- line: {};
109
- };
110
- size: {
111
- sm: {
112
- base: string;
113
- };
114
- md: {
115
- base: string;
116
- };
117
- lg: {
118
- base: string;
119
- };
120
- };
121
- color: {
122
- primary: {};
123
- secondary: {};
124
- };
125
- isInGroup: {
126
- true: string;
127
- };
128
- }, {
129
- base: string[];
130
- titleWrapper: string[];
131
- title: string;
132
- }, undefined, tailwind_variants_dist_config.TVConfig<{
133
- variant: {
134
- solid: {};
135
- line: {};
136
- };
137
- size: {
138
- sm: {
139
- base: string;
140
- };
141
- md: {
142
- base: string;
143
- };
144
- lg: {
145
- base: string;
146
- };
147
- };
148
- color: {
149
- primary: {};
150
- secondary: {};
151
- };
152
- isInGroup: {
153
- true: string;
154
- };
155
- }, {
156
- variant: {
157
- solid: {};
158
- line: {};
159
- };
160
- size: {
161
- sm: {
162
- base: string;
163
- };
164
- md: {
165
- base: string;
166
- };
167
- lg: {
168
- base: string;
169
- };
170
- };
171
- color: {
172
- primary: {};
173
- secondary: {};
174
- };
175
- isInGroup: {
176
- true: string;
177
- };
178
- }>, unknown, unknown, undefined>>;
179
- type ListItemVariantProps = VariantProps<typeof listItem>;
180
- type ListItemSlots = keyof ReturnType<typeof listItem>;
181
- type ListItemReturnType = ReturnType<typeof listItem>;
182
-
183
- export { type ListItemProps, type ListItemReturnType, type ListItemSlots, type ListItemVariantProps, type Props, ListItem as default };
@@ -1,8 +0,0 @@
1
- export { default as Modal, ModalProps } from './modal.mjs';
2
- import 'tailwind-variants';
3
- import 'tailwind-variants/dist/config';
4
- import 'react';
5
- import '../../utils/types.mjs';
6
- import '../icon/Icon.mjs';
7
- import 'react/jsx-runtime';
8
- import '../icon/template.mjs';
@@ -1,8 +0,0 @@
1
- export { default as Modal, ModalProps } from './modal.js';
2
- import 'tailwind-variants';
3
- import 'tailwind-variants/dist/config';
4
- import 'react';
5
- import '../../utils/types.js';
6
- import '../icon/Icon.js';
7
- import 'react/jsx-runtime';
8
- import '../icon/template.js';