@deepnoid/ui 0.0.84 → 0.0.87

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