@dito-uai/components 5.0.0-alpha31 → 5.0.0-alpha33

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 (173) hide show
  1. package/dist/global.css +1 -1
  2. package/dist/index.cjs +27 -26
  3. package/dist/index.d.cts +207 -1
  4. package/dist/index.d.ts +24 -2015
  5. package/dist/index.d.ts.map +1 -0
  6. package/dist/index.js +7 -7
  7. package/dist/lib/css-util.d.ts +3 -0
  8. package/dist/lib/css-util.d.ts.map +1 -0
  9. package/dist/ui/alert.d.ts +209 -0
  10. package/dist/ui/alert.d.ts.map +1 -0
  11. package/dist/ui/avatar.d.ts +221 -0
  12. package/dist/ui/avatar.d.ts.map +1 -0
  13. package/dist/ui/badge.d.ts +264 -0
  14. package/dist/ui/badge.d.ts.map +1 -0
  15. package/dist/ui/button.d.ts +765 -0
  16. package/dist/ui/button.d.ts.map +1 -0
  17. package/dist/ui/card.d.ts +122 -0
  18. package/dist/ui/card.d.ts.map +1 -0
  19. package/dist/ui/checkbox.d.ts +4 -0
  20. package/dist/ui/checkbox.d.ts.map +1 -0
  21. package/dist/ui/chips.d.ts +416 -0
  22. package/dist/ui/chips.d.ts.map +1 -0
  23. package/dist/ui/collapsible.d.ts +11 -0
  24. package/dist/ui/collapsible.d.ts.map +1 -0
  25. package/dist/ui/form-item.d.ts +16 -0
  26. package/dist/ui/form-item.d.ts.map +1 -0
  27. package/dist/ui/form.d.ts +1 -0
  28. package/dist/ui/form.d.ts.map +1 -0
  29. package/dist/ui/indicator.d.ts +57 -0
  30. package/dist/ui/indicator.d.ts.map +1 -0
  31. package/dist/ui/input-description.d.ts +66 -0
  32. package/dist/ui/input-description.d.ts.map +1 -0
  33. package/dist/ui/input.d.ts +395 -0
  34. package/dist/ui/input.d.ts.map +1 -0
  35. package/dist/ui/internal/dropdown-content.d.ts +12 -0
  36. package/dist/ui/internal/dropdown-content.d.ts.map +1 -0
  37. package/dist/ui/label.d.ts +43 -0
  38. package/dist/ui/label.d.ts.map +1 -0
  39. package/dist/ui/message.d.ts +24 -0
  40. package/dist/ui/message.d.ts.map +1 -0
  41. package/dist/ui/progress-bar.d.ts +9 -0
  42. package/dist/ui/progress-bar.d.ts.map +1 -0
  43. package/dist/ui/progress.d.ts +57 -0
  44. package/dist/ui/progress.d.ts.map +1 -0
  45. package/dist/ui/radio.d.ts +10 -0
  46. package/dist/ui/radio.d.ts.map +1 -0
  47. package/dist/ui/scope.d.ts +209 -0
  48. package/dist/ui/scope.d.ts.map +1 -0
  49. package/dist/ui/search.d.ts +199 -0
  50. package/dist/ui/search.d.ts.map +1 -0
  51. package/dist/ui/sheets.d.ts +15 -0
  52. package/dist/ui/sheets.d.ts.map +1 -0
  53. package/dist/ui/status.d.ts +76 -0
  54. package/dist/ui/status.d.ts.map +1 -0
  55. package/dist/ui/text.d.ts +115 -0
  56. package/dist/ui/text.d.ts.map +1 -0
  57. package/dist/ui/textarea.d.ts +9 -0
  58. package/dist/ui/textarea.d.ts.map +1 -0
  59. package/dist/ui/toggle.d.ts +13 -0
  60. package/dist/ui/toggle.d.ts.map +1 -0
  61. package/package.json +6 -3
  62. package/dist/Alert/Alert.d.ts +0 -5
  63. package/dist/Alert/index.d.ts +0 -1
  64. package/dist/Avatar/Avatar.d.ts +0 -25
  65. package/dist/Avatar/index.d.ts +0 -1
  66. package/dist/Badge/Badge.d.ts +0 -21
  67. package/dist/Badge/index.d.ts +0 -1
  68. package/dist/Button/Button.d.ts +0 -17
  69. package/dist/Button/index.d.ts +0 -1
  70. package/dist/Card/Card.d.ts +0 -19
  71. package/dist/Card/ProgressCard.d.ts +0 -10
  72. package/dist/Card/RadioCard.d.ts +0 -17
  73. package/dist/Card/SelectCard.d.ts +0 -19
  74. package/dist/Card/StepCard.d.ts +0 -17
  75. package/dist/Card/index.d.ts +0 -5
  76. package/dist/CardsCanva/CardsCanva.d.ts +0 -16
  77. package/dist/CardsCanva/index.d.ts +0 -1
  78. package/dist/Checkbox/Checkbox.d.ts +0 -13
  79. package/dist/Checkbox/index.d.ts +0 -1
  80. package/dist/Chips/Chips.d.ts +0 -39
  81. package/dist/Chips/index.d.ts +0 -1
  82. package/dist/DatePicker/DatePicker.d.ts +0 -14
  83. package/dist/DatePicker/RangePicker.d.ts +0 -21
  84. package/dist/DatePicker/helpers/index.d.ts +0 -2
  85. package/dist/DatePicker/helpers/lang.d.ts +0 -25
  86. package/dist/DatePicker/helpers/ranges.d.ts +0 -20
  87. package/dist/DatePicker/index.d.ts +0 -4
  88. package/dist/DatePicker/language/en_US.d.ts +0 -3
  89. package/dist/DatePicker/language/index.d.ts +0 -2
  90. package/dist/DatePicker/language/pt_BR.d.ts +0 -3
  91. package/dist/Divider/Divider.d.ts +0 -8
  92. package/dist/Divider/index.d.ts +0 -1
  93. package/dist/ExternalLink/ExternalLink.d.ts +0 -9
  94. package/dist/ExternalLink/index.d.ts +0 -1
  95. package/dist/Flex/Flex.d.ts +0 -7
  96. package/dist/Flex/index.d.ts +0 -1
  97. package/dist/Form/Form.d.ts +0 -11
  98. package/dist/Form/index.d.ts +0 -1
  99. package/dist/Indicator/Indicator.d.ts +0 -19
  100. package/dist/Indicator/index.d.ts +0 -1
  101. package/dist/Input/Input.d.ts +0 -15
  102. package/dist/Input/TextArea.d.ts +0 -15
  103. package/dist/Input/index.d.ts +0 -1
  104. package/dist/Internal/ActionCard.d.ts +0 -10
  105. package/dist/Internal/Box.d.ts +0 -6
  106. package/dist/Internal/index.d.ts +0 -1
  107. package/dist/ListItem/ListItem.d.ts +0 -28
  108. package/dist/ListItem/index.d.ts +0 -1
  109. package/dist/Loading/Loading.d.ts +0 -25
  110. package/dist/Loading/index.d.ts +0 -1
  111. package/dist/Menu/Item.d.ts +0 -3
  112. package/dist/Menu/ItemsRadioGroup.d.ts +0 -14
  113. package/dist/Menu/Menu.d.ts +0 -10
  114. package/dist/Menu/SubMenu.d.ts +0 -4
  115. package/dist/Menu/index.d.ts +0 -2
  116. package/dist/Message/Message.d.ts +0 -20
  117. package/dist/Message/index.d.ts +0 -2
  118. package/dist/Pagination/Pagination.d.ts +0 -13
  119. package/dist/Pagination/index.d.ts +0 -1
  120. package/dist/Progress/Progress.d.ts +0 -10
  121. package/dist/Progress/ProgressBar.d.ts +0 -15
  122. package/dist/Progress/ProgressIndicator.d.ts +0 -8
  123. package/dist/Progress/index.d.ts +0 -4
  124. package/dist/Radio/Radio.d.ts +0 -16
  125. package/dist/Radio/index.d.ts +0 -1
  126. package/dist/ScopeButton/ScopeButton.d.ts +0 -22
  127. package/dist/ScopeButton/index.d.ts +0 -1
  128. package/dist/Search/Search.d.ts +0 -14
  129. package/dist/Select/Category.d.ts +0 -15
  130. package/dist/Select/CategoryFreeText.d.ts +0 -13
  131. package/dist/Select/Commons.d.ts +0 -24
  132. package/dist/Select/Multiple.d.ts +0 -13
  133. package/dist/Select/MultipleFreeText.d.ts +0 -11
  134. package/dist/Select/Select.d.ts +0 -24
  135. package/dist/Select/index.d.ts +0 -6
  136. package/dist/Select/types.d.ts +0 -61
  137. package/dist/Select/utils.d.ts +0 -6
  138. package/dist/Sheets/SheetTitleWithDescription.d.ts +0 -7
  139. package/dist/Sheets/Sheets.d.ts +0 -8
  140. package/dist/Sheets/index.d.ts +0 -1
  141. package/dist/Skeleton/Skeleton.d.ts +0 -53
  142. package/dist/Skeleton/index.d.ts +0 -1
  143. package/dist/Status/Status.d.ts +0 -8
  144. package/dist/Status/StatusMenu.d.ts +0 -17
  145. package/dist/Status/StatusSimple.d.ts +0 -19
  146. package/dist/Status/index.d.ts +0 -3
  147. package/dist/Steps/Step.d.ts +0 -12
  148. package/dist/Steps/Steps.d.ts +0 -7
  149. package/dist/Steps/index.d.ts +0 -2
  150. package/dist/Table/MenuHeader.d.ts +0 -16
  151. package/dist/Table/MenuRow.d.ts +0 -8
  152. package/dist/Table/Table.d.ts +0 -4
  153. package/dist/Table/TitleDropdown.d.ts +0 -4
  154. package/dist/Table/TitleHeader.d.ts +0 -11
  155. package/dist/Table/index.d.ts +0 -2
  156. package/dist/Table/types.d.ts +0 -63
  157. package/dist/Table/utils.d.ts +0 -6
  158. package/dist/Tabs/Tabs.d.ts +0 -7
  159. package/dist/Tabs/index.d.ts +0 -1
  160. package/dist/Text/Text.d.ts +0 -66
  161. package/dist/Text/index.d.ts +0 -1
  162. package/dist/TimePicker/NumberCarousel.d.ts +0 -8
  163. package/dist/TimePicker/TimeMenu.d.ts +0 -7
  164. package/dist/TimePicker/TimePicker.d.ts +0 -12
  165. package/dist/TimePicker/index.d.ts +0 -1
  166. package/dist/Toggle/Toggle.d.ts +0 -4
  167. package/dist/Toggle/index.d.ts +0 -1
  168. package/dist/Tooltip/Tooltip.d.ts +0 -11
  169. package/dist/Tooltip/index.d.ts +0 -1
  170. package/dist/index.cjs.js +0 -94996
  171. package/dist/index.cjs.js.map +0 -1
  172. package/dist/index.esm.js +0 -94910
  173. package/dist/index.esm.js.map +0 -1
package/dist/index.d.ts CHANGED
@@ -1,2015 +1,24 @@
1
- import * as tailwind_variants from 'tailwind-variants';
2
- import { VariantProps } from 'tailwind-variants';
3
- import * as tailwind_variants_dist_config_js from 'tailwind-variants/dist/config.js';
4
- import * as React from 'react';
5
- import React__default, { HTMLAttributes, PropsWithChildren } from 'react';
6
- import * as react_jsx_runtime from 'react/jsx-runtime';
7
- import * as ToggleGroupPrimitive from '@radix-ui/react-toggle-group';
8
- import { VariantProps as VariantProps$1 } from 'class-variance-authority';
9
- import * as CollapsiblePrimitive from '@radix-ui/react-collapsible';
10
- import * as _radix_ui_react_checkbox from '@radix-ui/react-checkbox';
11
- import * as RadioGroupPrimitive from '@radix-ui/react-radio-group';
12
-
13
- declare const Avatar: React__default.ForwardRefExoticComponent<Omit<React__default.DetailedHTMLProps<React__default.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & VariantProps<tailwind_variants.TVReturnType<{
14
- color: {
15
- default: string;
16
- indigo: string;
17
- };
18
- type: {
19
- icon: string;
20
- capitals: string;
21
- image: string;
22
- };
23
- size: {
24
- small: string;
25
- medium: string;
26
- large: string;
27
- };
28
- }, undefined, "flex items-center justify-center rounded-full", tailwind_variants_dist_config_js.TVConfig<{
29
- color: {
30
- default: string;
31
- indigo: string;
32
- };
33
- type: {
34
- icon: string;
35
- capitals: string;
36
- image: string;
37
- };
38
- size: {
39
- small: string;
40
- medium: string;
41
- large: string;
42
- };
43
- }, {
44
- color: {
45
- default: string;
46
- indigo: string;
47
- };
48
- type: {
49
- icon: string;
50
- capitals: string;
51
- image: string;
52
- };
53
- size: {
54
- small: string;
55
- medium: string;
56
- large: string;
57
- };
58
- }>, {
59
- color: {
60
- default: string;
61
- indigo: string;
62
- };
63
- type: {
64
- icon: string;
65
- capitals: string;
66
- image: string;
67
- };
68
- size: {
69
- small: string;
70
- medium: string;
71
- large: string;
72
- };
73
- }, undefined, tailwind_variants.TVReturnType<{
74
- color: {
75
- default: string;
76
- indigo: string;
77
- };
78
- type: {
79
- icon: string;
80
- capitals: string;
81
- image: string;
82
- };
83
- size: {
84
- small: string;
85
- medium: string;
86
- large: string;
87
- };
88
- }, undefined, "flex items-center justify-center rounded-full", tailwind_variants_dist_config_js.TVConfig<{
89
- color: {
90
- default: string;
91
- indigo: string;
92
- };
93
- type: {
94
- icon: string;
95
- capitals: string;
96
- image: string;
97
- };
98
- size: {
99
- small: string;
100
- medium: string;
101
- large: string;
102
- };
103
- }, {
104
- color: {
105
- default: string;
106
- indigo: string;
107
- };
108
- type: {
109
- icon: string;
110
- capitals: string;
111
- image: string;
112
- };
113
- size: {
114
- small: string;
115
- medium: string;
116
- large: string;
117
- };
118
- }>, unknown, unknown, undefined>>> & {
119
- asChild?: boolean;
120
- } & React__default.RefAttributes<HTMLDivElement>>;
121
-
122
- declare const Badge: React__default.ForwardRefExoticComponent<HTMLAttributes<HTMLSpanElement> & VariantProps<tailwind_variants.TVReturnType<{
123
- contrast: {
124
- true: string;
125
- false: string;
126
- };
127
- status: {
128
- info: string;
129
- attention: string;
130
- white: string;
131
- };
132
- size: {
133
- small: string;
134
- normal: string;
135
- };
136
- type: {
137
- pill: string;
138
- dot: string;
139
- };
140
- }, undefined, "flex items-center justify-center rounded-full", tailwind_variants_dist_config_js.TVConfig<{
141
- contrast: {
142
- true: string;
143
- false: string;
144
- };
145
- status: {
146
- info: string;
147
- attention: string;
148
- white: string;
149
- };
150
- size: {
151
- small: string;
152
- normal: string;
153
- };
154
- type: {
155
- pill: string;
156
- dot: string;
157
- };
158
- }, {
159
- contrast: {
160
- true: string;
161
- false: string;
162
- };
163
- status: {
164
- info: string;
165
- attention: string;
166
- white: string;
167
- };
168
- size: {
169
- small: string;
170
- normal: string;
171
- };
172
- type: {
173
- pill: string;
174
- dot: string;
175
- };
176
- }>, {
177
- contrast: {
178
- true: string;
179
- false: string;
180
- };
181
- status: {
182
- info: string;
183
- attention: string;
184
- white: string;
185
- };
186
- size: {
187
- small: string;
188
- normal: string;
189
- };
190
- type: {
191
- pill: string;
192
- dot: string;
193
- };
194
- }, undefined, tailwind_variants.TVReturnType<{
195
- contrast: {
196
- true: string;
197
- false: string;
198
- };
199
- status: {
200
- info: string;
201
- attention: string;
202
- white: string;
203
- };
204
- size: {
205
- small: string;
206
- normal: string;
207
- };
208
- type: {
209
- pill: string;
210
- dot: string;
211
- };
212
- }, undefined, "flex items-center justify-center rounded-full", tailwind_variants_dist_config_js.TVConfig<{
213
- contrast: {
214
- true: string;
215
- false: string;
216
- };
217
- status: {
218
- info: string;
219
- attention: string;
220
- white: string;
221
- };
222
- size: {
223
- small: string;
224
- normal: string;
225
- };
226
- type: {
227
- pill: string;
228
- dot: string;
229
- };
230
- }, {
231
- contrast: {
232
- true: string;
233
- false: string;
234
- };
235
- status: {
236
- info: string;
237
- attention: string;
238
- white: string;
239
- };
240
- size: {
241
- small: string;
242
- normal: string;
243
- };
244
- type: {
245
- pill: string;
246
- dot: string;
247
- };
248
- }>, unknown, unknown, undefined>>> & {
249
- asChild?: boolean;
250
- } & React__default.RefAttributes<HTMLSpanElement>>;
251
-
252
- declare const Button: React__default.ForwardRefExoticComponent<React__default.ButtonHTMLAttributes<HTMLButtonElement> & VariantProps<tailwind_variants.TVReturnType<{
253
- appearance: {
254
- primary: {
255
- container: string;
256
- text: string;
257
- icon: string;
258
- };
259
- secondary: {
260
- container: string;
261
- text: string;
262
- icon: string;
263
- };
264
- tertiary: {
265
- container: string;
266
- text: string;
267
- icon: string;
268
- };
269
- danger: {
270
- container: string;
271
- text: string;
272
- icon: string;
273
- };
274
- link: {
275
- container: string;
276
- text: string;
277
- icon: string;
278
- };
279
- table: {
280
- container: string;
281
- text: string;
282
- icon: string;
283
- };
284
- };
285
- size: {
286
- medium: {
287
- container: string;
288
- icon: string;
289
- };
290
- small: {
291
- container: string;
292
- text: string;
293
- icon: string;
294
- };
295
- };
296
- disabled: {
297
- true: {
298
- container: string;
299
- text: string;
300
- icon: string;
301
- };
302
- false: string;
303
- };
304
- }, {
305
- container: string;
306
- icon: string;
307
- text: string;
308
- }, undefined, tailwind_variants_dist_config_js.TVConfig<{
309
- appearance: {
310
- primary: {
311
- container: string;
312
- text: string;
313
- icon: string;
314
- };
315
- secondary: {
316
- container: string;
317
- text: string;
318
- icon: string;
319
- };
320
- tertiary: {
321
- container: string;
322
- text: string;
323
- icon: string;
324
- };
325
- danger: {
326
- container: string;
327
- text: string;
328
- icon: string;
329
- };
330
- link: {
331
- container: string;
332
- text: string;
333
- icon: string;
334
- };
335
- table: {
336
- container: string;
337
- text: string;
338
- icon: string;
339
- };
340
- };
341
- size: {
342
- medium: {
343
- container: string;
344
- icon: string;
345
- };
346
- small: {
347
- container: string;
348
- text: string;
349
- icon: string;
350
- };
351
- };
352
- disabled: {
353
- true: {
354
- container: string;
355
- text: string;
356
- icon: string;
357
- };
358
- false: string;
359
- };
360
- }, {
361
- appearance: {
362
- primary: {
363
- container: string;
364
- text: string;
365
- icon: string;
366
- };
367
- secondary: {
368
- container: string;
369
- text: string;
370
- icon: string;
371
- };
372
- tertiary: {
373
- container: string;
374
- text: string;
375
- icon: string;
376
- };
377
- danger: {
378
- container: string;
379
- text: string;
380
- icon: string;
381
- };
382
- link: {
383
- container: string;
384
- text: string;
385
- icon: string;
386
- };
387
- table: {
388
- container: string;
389
- text: string;
390
- icon: string;
391
- };
392
- };
393
- size: {
394
- medium: {
395
- container: string;
396
- icon: string;
397
- };
398
- small: {
399
- container: string;
400
- text: string;
401
- icon: string;
402
- };
403
- };
404
- disabled: {
405
- true: {
406
- container: string;
407
- text: string;
408
- icon: string;
409
- };
410
- false: string;
411
- };
412
- }>, {
413
- appearance: {
414
- primary: {
415
- container: string;
416
- text: string;
417
- icon: string;
418
- };
419
- secondary: {
420
- container: string;
421
- text: string;
422
- icon: string;
423
- };
424
- tertiary: {
425
- container: string;
426
- text: string;
427
- icon: string;
428
- };
429
- danger: {
430
- container: string;
431
- text: string;
432
- icon: string;
433
- };
434
- link: {
435
- container: string;
436
- text: string;
437
- icon: string;
438
- };
439
- table: {
440
- container: string;
441
- text: string;
442
- icon: string;
443
- };
444
- };
445
- size: {
446
- medium: {
447
- container: string;
448
- icon: string;
449
- };
450
- small: {
451
- container: string;
452
- text: string;
453
- icon: string;
454
- };
455
- };
456
- disabled: {
457
- true: {
458
- container: string;
459
- text: string;
460
- icon: string;
461
- };
462
- false: string;
463
- };
464
- }, {
465
- container: string;
466
- icon: string;
467
- text: string;
468
- }, tailwind_variants.TVReturnType<{
469
- appearance: {
470
- primary: {
471
- container: string;
472
- text: string;
473
- icon: string;
474
- };
475
- secondary: {
476
- container: string;
477
- text: string;
478
- icon: string;
479
- };
480
- tertiary: {
481
- container: string;
482
- text: string;
483
- icon: string;
484
- };
485
- danger: {
486
- container: string;
487
- text: string;
488
- icon: string;
489
- };
490
- link: {
491
- container: string;
492
- text: string;
493
- icon: string;
494
- };
495
- table: {
496
- container: string;
497
- text: string;
498
- icon: string;
499
- };
500
- };
501
- size: {
502
- medium: {
503
- container: string;
504
- icon: string;
505
- };
506
- small: {
507
- container: string;
508
- text: string;
509
- icon: string;
510
- };
511
- };
512
- disabled: {
513
- true: {
514
- container: string;
515
- text: string;
516
- icon: string;
517
- };
518
- false: string;
519
- };
520
- }, {
521
- container: string;
522
- icon: string;
523
- text: string;
524
- }, undefined, tailwind_variants_dist_config_js.TVConfig<{
525
- appearance: {
526
- primary: {
527
- container: string;
528
- text: string;
529
- icon: string;
530
- };
531
- secondary: {
532
- container: string;
533
- text: string;
534
- icon: string;
535
- };
536
- tertiary: {
537
- container: string;
538
- text: string;
539
- icon: string;
540
- };
541
- danger: {
542
- container: string;
543
- text: string;
544
- icon: string;
545
- };
546
- link: {
547
- container: string;
548
- text: string;
549
- icon: string;
550
- };
551
- table: {
552
- container: string;
553
- text: string;
554
- icon: string;
555
- };
556
- };
557
- size: {
558
- medium: {
559
- container: string;
560
- icon: string;
561
- };
562
- small: {
563
- container: string;
564
- text: string;
565
- icon: string;
566
- };
567
- };
568
- disabled: {
569
- true: {
570
- container: string;
571
- text: string;
572
- icon: string;
573
- };
574
- false: string;
575
- };
576
- }, {
577
- appearance: {
578
- primary: {
579
- container: string;
580
- text: string;
581
- icon: string;
582
- };
583
- secondary: {
584
- container: string;
585
- text: string;
586
- icon: string;
587
- };
588
- tertiary: {
589
- container: string;
590
- text: string;
591
- icon: string;
592
- };
593
- danger: {
594
- container: string;
595
- text: string;
596
- icon: string;
597
- };
598
- link: {
599
- container: string;
600
- text: string;
601
- icon: string;
602
- };
603
- table: {
604
- container: string;
605
- text: string;
606
- icon: string;
607
- };
608
- };
609
- size: {
610
- medium: {
611
- container: string;
612
- icon: string;
613
- };
614
- small: {
615
- container: string;
616
- text: string;
617
- icon: string;
618
- };
619
- };
620
- disabled: {
621
- true: {
622
- container: string;
623
- text: string;
624
- icon: string;
625
- };
626
- false: string;
627
- };
628
- }>, unknown, unknown, undefined>>> & {
629
- asChild?: boolean;
630
- icon?: React__default.ElementType;
631
- } & React__default.RefAttributes<HTMLButtonElement>>;
632
-
633
- declare const cardVariants: tailwind_variants.TVReturnType<{
634
- variant: {
635
- default: string;
636
- big: string;
637
- small: string;
638
- };
639
- direction: {
640
- col: string;
641
- row: string;
642
- };
643
- padding: {
644
- none: string;
645
- small: string;
646
- medium: string;
647
- big: string;
648
- };
649
- }, undefined, "flex w-full border border-gray-200 bg-white p-2", tailwind_variants_dist_config_js.TVConfig<{
650
- variant: {
651
- default: string;
652
- big: string;
653
- small: string;
654
- };
655
- direction: {
656
- col: string;
657
- row: string;
658
- };
659
- padding: {
660
- none: string;
661
- small: string;
662
- medium: string;
663
- big: string;
664
- };
665
- }, {
666
- variant: {
667
- default: string;
668
- big: string;
669
- small: string;
670
- };
671
- direction: {
672
- col: string;
673
- row: string;
674
- };
675
- padding: {
676
- none: string;
677
- small: string;
678
- medium: string;
679
- big: string;
680
- };
681
- }>, {
682
- variant: {
683
- default: string;
684
- big: string;
685
- small: string;
686
- };
687
- direction: {
688
- col: string;
689
- row: string;
690
- };
691
- padding: {
692
- none: string;
693
- small: string;
694
- medium: string;
695
- big: string;
696
- };
697
- }, undefined, tailwind_variants.TVReturnType<{
698
- variant: {
699
- default: string;
700
- big: string;
701
- small: string;
702
- };
703
- direction: {
704
- col: string;
705
- row: string;
706
- };
707
- padding: {
708
- none: string;
709
- small: string;
710
- medium: string;
711
- big: string;
712
- };
713
- }, undefined, "flex w-full border border-gray-200 bg-white p-2", tailwind_variants_dist_config_js.TVConfig<{
714
- variant: {
715
- default: string;
716
- big: string;
717
- small: string;
718
- };
719
- direction: {
720
- col: string;
721
- row: string;
722
- };
723
- padding: {
724
- none: string;
725
- small: string;
726
- medium: string;
727
- big: string;
728
- };
729
- }, {
730
- variant: {
731
- default: string;
732
- big: string;
733
- small: string;
734
- };
735
- direction: {
736
- col: string;
737
- row: string;
738
- };
739
- padding: {
740
- none: string;
741
- small: string;
742
- medium: string;
743
- big: string;
744
- };
745
- }>, unknown, unknown, undefined>>;
746
- type CardProps = HTMLAttributes<HTMLDivElement> & PropsWithChildren & VariantProps<typeof cardVariants>;
747
- declare const Card: {
748
- ({ className, variant, direction, padding, children, ...props }: CardProps): react_jsx_runtime.JSX.Element;
749
- displayName: string;
750
- };
751
-
752
- declare const scopeVariants: tailwind_variants.TVReturnType<{
753
- variant: {
754
- default: string;
755
- light: string;
756
- green: string;
757
- red: string;
758
- };
759
- size: {
760
- default: {
761
- container: string;
762
- };
763
- small: {
764
- container: string;
765
- text: string;
766
- };
767
- };
768
- disabled: {
769
- true: {
770
- container: string;
771
- icon: string;
772
- };
773
- false: {
774
- container: string;
775
- icon: string;
776
- };
777
- };
778
- }, {
779
- container: string;
780
- icon: string;
781
- text: string;
782
- }, undefined, tailwind_variants_dist_config_js.TVConfig<{
783
- variant: {
784
- default: string;
785
- light: string;
786
- green: string;
787
- red: string;
788
- };
789
- size: {
790
- default: {
791
- container: string;
792
- };
793
- small: {
794
- container: string;
795
- text: string;
796
- };
797
- };
798
- disabled: {
799
- true: {
800
- container: string;
801
- icon: string;
802
- };
803
- false: {
804
- container: string;
805
- icon: string;
806
- };
807
- };
808
- }, {
809
- variant: {
810
- default: string;
811
- light: string;
812
- green: string;
813
- red: string;
814
- };
815
- size: {
816
- default: {
817
- container: string;
818
- };
819
- small: {
820
- container: string;
821
- text: string;
822
- };
823
- };
824
- disabled: {
825
- true: {
826
- container: string;
827
- icon: string;
828
- };
829
- false: {
830
- container: string;
831
- icon: string;
832
- };
833
- };
834
- }>, {
835
- variant: {
836
- default: string;
837
- light: string;
838
- green: string;
839
- red: string;
840
- };
841
- size: {
842
- default: {
843
- container: string;
844
- };
845
- small: {
846
- container: string;
847
- text: string;
848
- };
849
- };
850
- disabled: {
851
- true: {
852
- container: string;
853
- icon: string;
854
- };
855
- false: {
856
- container: string;
857
- icon: string;
858
- };
859
- };
860
- }, {
861
- container: string;
862
- icon: string;
863
- text: string;
864
- }, tailwind_variants.TVReturnType<{
865
- variant: {
866
- default: string;
867
- light: string;
868
- green: string;
869
- red: string;
870
- };
871
- size: {
872
- default: {
873
- container: string;
874
- };
875
- small: {
876
- container: string;
877
- text: string;
878
- };
879
- };
880
- disabled: {
881
- true: {
882
- container: string;
883
- icon: string;
884
- };
885
- false: {
886
- container: string;
887
- icon: string;
888
- };
889
- };
890
- }, {
891
- container: string;
892
- icon: string;
893
- text: string;
894
- }, undefined, tailwind_variants_dist_config_js.TVConfig<{
895
- variant: {
896
- default: string;
897
- light: string;
898
- green: string;
899
- red: string;
900
- };
901
- size: {
902
- default: {
903
- container: string;
904
- };
905
- small: {
906
- container: string;
907
- text: string;
908
- };
909
- };
910
- disabled: {
911
- true: {
912
- container: string;
913
- icon: string;
914
- };
915
- false: {
916
- container: string;
917
- icon: string;
918
- };
919
- };
920
- }, {
921
- variant: {
922
- default: string;
923
- light: string;
924
- green: string;
925
- red: string;
926
- };
927
- size: {
928
- default: {
929
- container: string;
930
- };
931
- small: {
932
- container: string;
933
- text: string;
934
- };
935
- };
936
- disabled: {
937
- true: {
938
- container: string;
939
- icon: string;
940
- };
941
- false: {
942
- container: string;
943
- icon: string;
944
- };
945
- };
946
- }>, unknown, unknown, undefined>>;
947
- type ScopeGroupProps = Omit<React__default.ComponentPropsWithoutRef<typeof ToggleGroupPrimitive.Root>, 'type'> & VariantProps$1<typeof scopeVariants>;
948
- type ScopeItemProps = React__default.ComponentPropsWithoutRef<typeof ToggleGroupPrimitive.Item> & VariantProps$1<typeof scopeVariants> & {
949
- text: string;
950
- icon?: React__default.ElementType;
951
- };
952
- declare const Scope: {
953
- Group: React__default.ForwardRefExoticComponent<ScopeGroupProps>;
954
- Item: React__default.ForwardRefExoticComponent<ScopeItemProps>;
955
- };
956
-
957
- type ProgressBarProps = React__default.HTMLAttributes<HTMLDivElement> & {
958
- value: number;
959
- barBg: string;
960
- progressBg: string;
961
- };
962
- declare const ProgressBar: React__default.FC<ProgressBarProps>;
963
-
964
- declare const Textarea: React.ForwardRefExoticComponent<React.TextareaHTMLAttributes<HTMLTextAreaElement> & {
965
- invalid?: boolean;
966
- } & React.RefAttributes<HTMLTextAreaElement>>;
967
-
968
- type Props = {
969
- title: string;
970
- children?: React__default.ReactNode;
971
- isVisible?: boolean;
972
- CloseIcon?: React__default.ElementType;
973
- maxWidth?: string;
974
- onClose?: (confirm: boolean) => void;
975
- };
976
- declare const Sheet: {
977
- ({ title, children, isVisible, CloseIcon, maxWidth, onClose, }: Props): react_jsx_runtime.JSX.Element;
978
- displayName: string;
979
- };
980
-
981
- declare const TextVariants: tailwind_variants.TVReturnType<{
982
- size: {
983
- H1: string;
984
- H2: string;
985
- H3: string;
986
- large: string;
987
- base: string;
988
- small: string;
989
- overline: string;
990
- };
991
- weight: {
992
- normal: string;
993
- medium: string;
994
- semibold: string;
995
- };
996
- }, undefined, "", tailwind_variants_dist_config_js.TVConfig<{
997
- size: {
998
- H1: string;
999
- H2: string;
1000
- H3: string;
1001
- large: string;
1002
- base: string;
1003
- small: string;
1004
- overline: string;
1005
- };
1006
- weight: {
1007
- normal: string;
1008
- medium: string;
1009
- semibold: string;
1010
- };
1011
- }, {
1012
- size: {
1013
- H1: string;
1014
- H2: string;
1015
- H3: string;
1016
- large: string;
1017
- base: string;
1018
- small: string;
1019
- overline: string;
1020
- };
1021
- weight: {
1022
- normal: string;
1023
- medium: string;
1024
- semibold: string;
1025
- };
1026
- }>, {
1027
- size: {
1028
- H1: string;
1029
- H2: string;
1030
- H3: string;
1031
- large: string;
1032
- base: string;
1033
- small: string;
1034
- overline: string;
1035
- };
1036
- weight: {
1037
- normal: string;
1038
- medium: string;
1039
- semibold: string;
1040
- };
1041
- }, undefined, tailwind_variants.TVReturnType<{
1042
- size: {
1043
- H1: string;
1044
- H2: string;
1045
- H3: string;
1046
- large: string;
1047
- base: string;
1048
- small: string;
1049
- overline: string;
1050
- };
1051
- weight: {
1052
- normal: string;
1053
- medium: string;
1054
- semibold: string;
1055
- };
1056
- }, undefined, "", tailwind_variants_dist_config_js.TVConfig<{
1057
- size: {
1058
- H1: string;
1059
- H2: string;
1060
- H3: string;
1061
- large: string;
1062
- base: string;
1063
- small: string;
1064
- overline: string;
1065
- };
1066
- weight: {
1067
- normal: string;
1068
- medium: string;
1069
- semibold: string;
1070
- };
1071
- }, {
1072
- size: {
1073
- H1: string;
1074
- H2: string;
1075
- H3: string;
1076
- large: string;
1077
- base: string;
1078
- small: string;
1079
- overline: string;
1080
- };
1081
- weight: {
1082
- normal: string;
1083
- medium: string;
1084
- semibold: string;
1085
- };
1086
- }>, unknown, unknown, undefined>>;
1087
- type TextProps = HTMLAttributes<HTMLSpanElement> & PropsWithChildren & VariantProps<typeof TextVariants>;
1088
- declare const Text: {
1089
- ({ className, size, weight, children, ...props }: TextProps): react_jsx_runtime.JSX.Element;
1090
- displayName: string;
1091
- };
1092
-
1093
- declare const Toggle: React.ForwardRefExoticComponent<HTMLAttributes<HTMLInputElement> & {
1094
- name: string;
1095
- disabled?: boolean;
1096
- } & {
1097
- children?: React.ReactNode | undefined;
1098
- } & React.RefAttributes<HTMLInputElement>>;
1099
-
1100
- declare const Collapsible: {
1101
- Item: React__default.ForwardRefExoticComponent<Omit<CollapsiblePrimitive.CollapsibleProps & React__default.RefAttributes<HTMLDivElement>, "ref"> & React__default.RefAttributes<HTMLDivElement>>;
1102
- Trigger: React__default.ForwardRefExoticComponent<Omit<CollapsiblePrimitive.CollapsibleTriggerProps & React__default.RefAttributes<HTMLButtonElement>, "ref"> & {
1103
- triggerClassName?: string;
1104
- } & React__default.RefAttributes<HTMLButtonElement>>;
1105
- Content: React__default.ForwardRefExoticComponent<Omit<CollapsiblePrimitive.CollapsibleContentProps & React__default.RefAttributes<HTMLDivElement>, "ref"> & React__default.RefAttributes<HTMLDivElement>>;
1106
- };
1107
-
1108
- declare const Indicator: React__default.ForwardRefExoticComponent<React__default.HTMLAttributes<HTMLDivElement> & VariantProps<tailwind_variants.TVReturnType<{
1109
- status: {
1110
- positive: string;
1111
- negative: string;
1112
- neutral: string;
1113
- info: string;
1114
- };
1115
- }, undefined, "text-medium flex h-3 items-center justify-center rounded-sm border border-neutral-200 px-1 py-0.5 [&_svg]:-ml-0.5 [&_svg]:w-2", tailwind_variants_dist_config_js.TVConfig<{
1116
- status: {
1117
- positive: string;
1118
- negative: string;
1119
- neutral: string;
1120
- info: string;
1121
- };
1122
- }, {
1123
- status: {
1124
- positive: string;
1125
- negative: string;
1126
- neutral: string;
1127
- info: string;
1128
- };
1129
- }>, {
1130
- status: {
1131
- positive: string;
1132
- negative: string;
1133
- neutral: string;
1134
- info: string;
1135
- };
1136
- }, undefined, tailwind_variants.TVReturnType<{
1137
- status: {
1138
- positive: string;
1139
- negative: string;
1140
- neutral: string;
1141
- info: string;
1142
- };
1143
- }, undefined, "text-medium flex h-3 items-center justify-center rounded-sm border border-neutral-200 px-1 py-0.5 [&_svg]:-ml-0.5 [&_svg]:w-2", tailwind_variants_dist_config_js.TVConfig<{
1144
- status: {
1145
- positive: string;
1146
- negative: string;
1147
- neutral: string;
1148
- info: string;
1149
- };
1150
- }, {
1151
- status: {
1152
- positive: string;
1153
- negative: string;
1154
- neutral: string;
1155
- info: string;
1156
- };
1157
- }>, unknown, unknown, undefined>>> & {
1158
- value: string;
1159
- icon?: "positive" | "neutral" | "negative";
1160
- } & React__default.RefAttributes<HTMLDivElement>>;
1161
-
1162
- declare const statusVariants: tailwind_variants.TVReturnType<{
1163
- status: {
1164
- success: string[];
1165
- attention: string[];
1166
- info: string[];
1167
- error: string[];
1168
- disabled: string[];
1169
- };
1170
- }, undefined, "text-medium flex items-center justify-center rounded-sm px-1 py-0.5", tailwind_variants_dist_config_js.TVConfig<{
1171
- status: {
1172
- success: string[];
1173
- attention: string[];
1174
- info: string[];
1175
- error: string[];
1176
- disabled: string[];
1177
- };
1178
- }, {
1179
- status: {
1180
- success: string[];
1181
- attention: string[];
1182
- info: string[];
1183
- error: string[];
1184
- disabled: string[];
1185
- };
1186
- }>, {
1187
- status: {
1188
- success: string[];
1189
- attention: string[];
1190
- info: string[];
1191
- error: string[];
1192
- disabled: string[];
1193
- };
1194
- }, undefined, tailwind_variants.TVReturnType<{
1195
- status: {
1196
- success: string[];
1197
- attention: string[];
1198
- info: string[];
1199
- error: string[];
1200
- disabled: string[];
1201
- };
1202
- }, undefined, "text-medium flex items-center justify-center rounded-sm px-1 py-0.5", tailwind_variants_dist_config_js.TVConfig<{
1203
- status: {
1204
- success: string[];
1205
- attention: string[];
1206
- info: string[];
1207
- error: string[];
1208
- disabled: string[];
1209
- };
1210
- }, {
1211
- status: {
1212
- success: string[];
1213
- attention: string[];
1214
- info: string[];
1215
- error: string[];
1216
- disabled: string[];
1217
- };
1218
- }>, unknown, unknown, undefined>>;
1219
- type StatusSimpleProps = React__default.HTMLAttributes<HTMLDivElement> & VariantProps<typeof statusVariants> & {
1220
- text: string;
1221
- };
1222
- type StatusOption = VariantProps<typeof statusVariants> & {
1223
- text: string;
1224
- value: string;
1225
- };
1226
- type StatusMenuProps = React__default.HTMLAttributes<HTMLDivElement> & VariantProps<typeof statusVariants> & {
1227
- options: StatusOption[];
1228
- value: string;
1229
- onChange?: (value: string) => void;
1230
- };
1231
- declare const Status: Partial<StatusSimpleProps> & {
1232
- Menu: React__default.ForwardRefExoticComponent<StatusMenuProps>;
1233
- };
1234
-
1235
- declare const progressVariants: tailwind_variants.TVReturnType<{
1236
- bg: {
1237
- indigo: string;
1238
- white: string;
1239
- };
1240
- }, undefined, "text-midnight-blue-600", tailwind_variants_dist_config_js.TVConfig<{
1241
- bg: {
1242
- indigo: string;
1243
- white: string;
1244
- };
1245
- }, {
1246
- bg: {
1247
- indigo: string;
1248
- white: string;
1249
- };
1250
- }>, {
1251
- bg: {
1252
- indigo: string;
1253
- white: string;
1254
- };
1255
- }, undefined, tailwind_variants.TVReturnType<{
1256
- bg: {
1257
- indigo: string;
1258
- white: string;
1259
- };
1260
- }, undefined, "text-midnight-blue-600", tailwind_variants_dist_config_js.TVConfig<{
1261
- bg: {
1262
- indigo: string;
1263
- white: string;
1264
- };
1265
- }, {
1266
- bg: {
1267
- indigo: string;
1268
- white: string;
1269
- };
1270
- }>, unknown, unknown, undefined>>;
1271
- type CommonProps = {
1272
- value: number;
1273
- };
1274
- type IndicatorProps = React__default.HTMLAttributes<HTMLDivElement> & VariantProps<typeof progressVariants> & CommonProps & {
1275
- withBar?: boolean;
1276
- };
1277
- type CircleProps = React__default.HTMLAttributes<HTMLDivElement> & VariantProps<typeof progressVariants> & CommonProps & {
1278
- Icon?: React__default.ElementType;
1279
- };
1280
- type ExpandedProps = React__default.HTMLAttributes<HTMLDivElement> & VariantProps<typeof progressVariants> & CommonProps & {
1281
- text: React__default.ReactNode | string;
1282
- };
1283
- declare const Progress: {
1284
- Indicator: React__default.ForwardRefExoticComponent<IndicatorProps>;
1285
- Circle: React__default.ForwardRefExoticComponent<CircleProps>;
1286
- Expanded: React__default.ForwardRefExoticComponent<ExpandedProps>;
1287
- };
1288
-
1289
- declare const Chips: React__default.ForwardRefExoticComponent<HTMLAttributes<HTMLDivElement> & VariantProps<tailwind_variants.TVReturnType<{
1290
- size: {
1291
- small: {
1292
- container: string;
1293
- icon: string;
1294
- };
1295
- medium: {
1296
- container: string;
1297
- icon: string;
1298
- };
1299
- };
1300
- border: {
1301
- true: {
1302
- container: string;
1303
- icon: string;
1304
- };
1305
- false: {
1306
- container: string;
1307
- icon: string;
1308
- };
1309
- };
1310
- active: {
1311
- true: {
1312
- container: string;
1313
- icon: string;
1314
- };
1315
- };
1316
- }, {
1317
- container: string;
1318
- icon: string;
1319
- }, undefined, tailwind_variants_dist_config_js.TVConfig<{
1320
- size: {
1321
- small: {
1322
- container: string;
1323
- icon: string;
1324
- };
1325
- medium: {
1326
- container: string;
1327
- icon: string;
1328
- };
1329
- };
1330
- border: {
1331
- true: {
1332
- container: string;
1333
- icon: string;
1334
- };
1335
- false: {
1336
- container: string;
1337
- icon: string;
1338
- };
1339
- };
1340
- active: {
1341
- true: {
1342
- container: string;
1343
- icon: string;
1344
- };
1345
- };
1346
- }, {
1347
- size: {
1348
- small: {
1349
- container: string;
1350
- icon: string;
1351
- };
1352
- medium: {
1353
- container: string;
1354
- icon: string;
1355
- };
1356
- };
1357
- border: {
1358
- true: {
1359
- container: string;
1360
- icon: string;
1361
- };
1362
- false: {
1363
- container: string;
1364
- icon: string;
1365
- };
1366
- };
1367
- active: {
1368
- true: {
1369
- container: string;
1370
- icon: string;
1371
- };
1372
- };
1373
- }>, {
1374
- size: {
1375
- small: {
1376
- container: string;
1377
- icon: string;
1378
- };
1379
- medium: {
1380
- container: string;
1381
- icon: string;
1382
- };
1383
- };
1384
- border: {
1385
- true: {
1386
- container: string;
1387
- icon: string;
1388
- };
1389
- false: {
1390
- container: string;
1391
- icon: string;
1392
- };
1393
- };
1394
- active: {
1395
- true: {
1396
- container: string;
1397
- icon: string;
1398
- };
1399
- };
1400
- }, {
1401
- container: string;
1402
- icon: string;
1403
- }, tailwind_variants.TVReturnType<{
1404
- size: {
1405
- small: {
1406
- container: string;
1407
- icon: string;
1408
- };
1409
- medium: {
1410
- container: string;
1411
- icon: string;
1412
- };
1413
- };
1414
- border: {
1415
- true: {
1416
- container: string;
1417
- icon: string;
1418
- };
1419
- false: {
1420
- container: string;
1421
- icon: string;
1422
- };
1423
- };
1424
- active: {
1425
- true: {
1426
- container: string;
1427
- icon: string;
1428
- };
1429
- };
1430
- }, {
1431
- container: string;
1432
- icon: string;
1433
- }, undefined, tailwind_variants_dist_config_js.TVConfig<{
1434
- size: {
1435
- small: {
1436
- container: string;
1437
- icon: string;
1438
- };
1439
- medium: {
1440
- container: string;
1441
- icon: string;
1442
- };
1443
- };
1444
- border: {
1445
- true: {
1446
- container: string;
1447
- icon: string;
1448
- };
1449
- false: {
1450
- container: string;
1451
- icon: string;
1452
- };
1453
- };
1454
- active: {
1455
- true: {
1456
- container: string;
1457
- icon: string;
1458
- };
1459
- };
1460
- }, {
1461
- size: {
1462
- small: {
1463
- container: string;
1464
- icon: string;
1465
- };
1466
- medium: {
1467
- container: string;
1468
- icon: string;
1469
- };
1470
- };
1471
- border: {
1472
- true: {
1473
- container: string;
1474
- icon: string;
1475
- };
1476
- false: {
1477
- container: string;
1478
- icon: string;
1479
- };
1480
- };
1481
- active: {
1482
- true: {
1483
- container: string;
1484
- icon: string;
1485
- };
1486
- };
1487
- }>, unknown, unknown, undefined>>> & {
1488
- asChild?: boolean;
1489
- icon?: React__default.ElementType;
1490
- text: string;
1491
- value?: string;
1492
- onClose?: (value?: string) => void;
1493
- } & React__default.RefAttributes<HTMLDivElement>>;
1494
-
1495
- declare const labelVariants: tailwind_variants.TVReturnType<{
1496
- invalid: {
1497
- true: string;
1498
- };
1499
- }, undefined, "text-navy-600 text-base font-medium", tailwind_variants_dist_config_js.TVConfig<{
1500
- invalid: {
1501
- true: string;
1502
- };
1503
- }, {
1504
- invalid: {
1505
- true: string;
1506
- };
1507
- }>, {
1508
- invalid: {
1509
- true: string;
1510
- };
1511
- }, undefined, tailwind_variants.TVReturnType<{
1512
- invalid: {
1513
- true: string;
1514
- };
1515
- }, undefined, "text-navy-600 text-base font-medium", tailwind_variants_dist_config_js.TVConfig<{
1516
- invalid: {
1517
- true: string;
1518
- };
1519
- }, {
1520
- invalid: {
1521
- true: string;
1522
- };
1523
- }>, unknown, unknown, undefined>>;
1524
- type LabelProps = HTMLAttributes<HTMLSpanElement> & VariantProps<typeof labelVariants> & {
1525
- text?: string;
1526
- suffix?: React__default.ElementType;
1527
- htmlFor?: string;
1528
- };
1529
- declare const Label: {
1530
- ({ className, text, suffix: Suffix, invalid, htmlFor, ...props }: LabelProps): react_jsx_runtime.JSX.Element;
1531
- displayName: string;
1532
- };
1533
-
1534
- declare const inputDescriptionVariants: tailwind_variants.TVReturnType<{
1535
- invalid: {
1536
- true: {
1537
- text: string;
1538
- };
1539
- };
1540
- }, {
1541
- text: string;
1542
- counter: string;
1543
- }, undefined, tailwind_variants_dist_config_js.TVConfig<{
1544
- invalid: {
1545
- true: {
1546
- text: string;
1547
- };
1548
- };
1549
- }, {
1550
- invalid: {
1551
- true: {
1552
- text: string;
1553
- };
1554
- };
1555
- }>, {
1556
- invalid: {
1557
- true: {
1558
- text: string;
1559
- };
1560
- };
1561
- }, {
1562
- text: string;
1563
- counter: string;
1564
- }, tailwind_variants.TVReturnType<{
1565
- invalid: {
1566
- true: {
1567
- text: string;
1568
- };
1569
- };
1570
- }, {
1571
- text: string;
1572
- counter: string;
1573
- }, undefined, tailwind_variants_dist_config_js.TVConfig<{
1574
- invalid: {
1575
- true: {
1576
- text: string;
1577
- };
1578
- };
1579
- }, {
1580
- invalid: {
1581
- true: {
1582
- text: string;
1583
- };
1584
- };
1585
- }>, unknown, unknown, undefined>>;
1586
- type InputDescriptionProps = React__default.InputHTMLAttributes<HTMLInputElement> & VariantProps<typeof inputDescriptionVariants> & {
1587
- text?: string;
1588
- counter?: boolean;
1589
- invalid?: boolean;
1590
- valueLength?: number;
1591
- };
1592
- declare const InputDescription: {
1593
- ({ className, text, counter, maxLength, invalid, valueLength, ...props }: InputDescriptionProps): react_jsx_runtime.JSX.Element;
1594
- displayName: string;
1595
- };
1596
-
1597
- type FormItem = HTMLAttributes<HTMLDivElement> & {
1598
- label: LabelProps;
1599
- description: InputDescriptionProps;
1600
- invalid?: boolean;
1601
- errorMessage?: string;
1602
- disabled?: boolean;
1603
- value?: string;
1604
- maxLength?: number;
1605
- id: string;
1606
- };
1607
- declare const FormItem: ({ id, className, label, description, errorMessage, invalid, children, disabled, value, maxLength, ...props }: FormItem) => react_jsx_runtime.JSX.Element;
1608
-
1609
- declare const Input: React__default.ForwardRefExoticComponent<React__default.InputHTMLAttributes<HTMLInputElement> & VariantProps<tailwind_variants.TVReturnType<{
1610
- disabled: {
1611
- true: {
1612
- input: string;
1613
- prefixIcon: string;
1614
- suffixIcon: string;
1615
- };
1616
- };
1617
- invalid: {
1618
- true: {
1619
- input: string;
1620
- };
1621
- };
1622
- size: {
1623
- medium: {
1624
- prefixIcon: string;
1625
- suffixIcon: string;
1626
- input: string;
1627
- };
1628
- small: {
1629
- prefixIcon: string;
1630
- suffixIcon: string;
1631
- input: string;
1632
- };
1633
- };
1634
- }, {
1635
- prefixIcon: string;
1636
- input: string;
1637
- suffixIcon: string;
1638
- }, undefined, tailwind_variants_dist_config_js.TVConfig<{
1639
- disabled: {
1640
- true: {
1641
- input: string;
1642
- prefixIcon: string;
1643
- suffixIcon: string;
1644
- };
1645
- };
1646
- invalid: {
1647
- true: {
1648
- input: string;
1649
- };
1650
- };
1651
- size: {
1652
- medium: {
1653
- prefixIcon: string;
1654
- suffixIcon: string;
1655
- input: string;
1656
- };
1657
- small: {
1658
- prefixIcon: string;
1659
- suffixIcon: string;
1660
- input: string;
1661
- };
1662
- };
1663
- }, {
1664
- disabled: {
1665
- true: {
1666
- input: string;
1667
- prefixIcon: string;
1668
- suffixIcon: string;
1669
- };
1670
- };
1671
- invalid: {
1672
- true: {
1673
- input: string;
1674
- };
1675
- };
1676
- size: {
1677
- medium: {
1678
- prefixIcon: string;
1679
- suffixIcon: string;
1680
- input: string;
1681
- };
1682
- small: {
1683
- prefixIcon: string;
1684
- suffixIcon: string;
1685
- input: string;
1686
- };
1687
- };
1688
- }>, {
1689
- disabled: {
1690
- true: {
1691
- input: string;
1692
- prefixIcon: string;
1693
- suffixIcon: string;
1694
- };
1695
- };
1696
- invalid: {
1697
- true: {
1698
- input: string;
1699
- };
1700
- };
1701
- size: {
1702
- medium: {
1703
- prefixIcon: string;
1704
- suffixIcon: string;
1705
- input: string;
1706
- };
1707
- small: {
1708
- prefixIcon: string;
1709
- suffixIcon: string;
1710
- input: string;
1711
- };
1712
- };
1713
- }, {
1714
- prefixIcon: string;
1715
- input: string;
1716
- suffixIcon: string;
1717
- }, tailwind_variants.TVReturnType<{
1718
- disabled: {
1719
- true: {
1720
- input: string;
1721
- prefixIcon: string;
1722
- suffixIcon: string;
1723
- };
1724
- };
1725
- invalid: {
1726
- true: {
1727
- input: string;
1728
- };
1729
- };
1730
- size: {
1731
- medium: {
1732
- prefixIcon: string;
1733
- suffixIcon: string;
1734
- input: string;
1735
- };
1736
- small: {
1737
- prefixIcon: string;
1738
- suffixIcon: string;
1739
- input: string;
1740
- };
1741
- };
1742
- }, {
1743
- prefixIcon: string;
1744
- input: string;
1745
- suffixIcon: string;
1746
- }, undefined, tailwind_variants_dist_config_js.TVConfig<{
1747
- disabled: {
1748
- true: {
1749
- input: string;
1750
- prefixIcon: string;
1751
- suffixIcon: string;
1752
- };
1753
- };
1754
- invalid: {
1755
- true: {
1756
- input: string;
1757
- };
1758
- };
1759
- size: {
1760
- medium: {
1761
- prefixIcon: string;
1762
- suffixIcon: string;
1763
- input: string;
1764
- };
1765
- small: {
1766
- prefixIcon: string;
1767
- suffixIcon: string;
1768
- input: string;
1769
- };
1770
- };
1771
- }, {
1772
- disabled: {
1773
- true: {
1774
- input: string;
1775
- prefixIcon: string;
1776
- suffixIcon: string;
1777
- };
1778
- };
1779
- invalid: {
1780
- true: {
1781
- input: string;
1782
- };
1783
- };
1784
- size: {
1785
- medium: {
1786
- prefixIcon: string;
1787
- suffixIcon: string;
1788
- input: string;
1789
- };
1790
- small: {
1791
- prefixIcon: string;
1792
- suffixIcon: string;
1793
- input: string;
1794
- };
1795
- };
1796
- }>, unknown, unknown, undefined>>> & {
1797
- id?: string;
1798
- value?: string;
1799
- defaultValue?: string;
1800
- prefixIcon?: React__default.ReactNode;
1801
- suffixIcon?: React__default.ReactNode;
1802
- invalid?: boolean;
1803
- } & React__default.RefAttributes<HTMLInputElement>>;
1804
-
1805
- declare const Checkbox: React__default.ForwardRefExoticComponent<Omit<_radix_ui_react_checkbox.CheckboxProps & React__default.RefAttributes<HTMLButtonElement>, "ref"> & React__default.RefAttributes<HTMLButtonElement>>;
1806
-
1807
- type GroupProps = React__default.ComponentPropsWithoutRef<typeof RadioGroupPrimitive.Root>;
1808
- type ItemProps = React__default.ComponentPropsWithoutRef<typeof RadioGroupPrimitive.Item>;
1809
- declare const Radio: {
1810
- Group: React__default.ForwardRefExoticComponent<GroupProps>;
1811
- Item: React__default.ForwardRefExoticComponent<ItemProps>;
1812
- };
1813
-
1814
- type DropdownProps = {
1815
- options: {
1816
- text: string;
1817
- value: string;
1818
- }[];
1819
- selected?: string;
1820
- onChange?: (value: string) => void;
1821
- className?: string;
1822
- };
1823
-
1824
- declare const Search: React.ForwardRefExoticComponent<React.InputHTMLAttributes<HTMLInputElement> & VariantProps<tailwind_variants.TVReturnType<{
1825
- disabled: {
1826
- true: {
1827
- input: string;
1828
- prefixIcon: string;
1829
- suffixIcon: string;
1830
- };
1831
- };
1832
- invalid: {
1833
- true: {
1834
- input: string;
1835
- };
1836
- };
1837
- size: {
1838
- medium: {
1839
- prefixIcon: string;
1840
- suffixIcon: string;
1841
- input: string;
1842
- };
1843
- small: {
1844
- prefixIcon: string;
1845
- suffixIcon: string;
1846
- input: string;
1847
- };
1848
- };
1849
- }, {
1850
- prefixIcon: string;
1851
- input: string;
1852
- suffixIcon: string;
1853
- }, undefined, tailwind_variants_dist_config_js.TVConfig<{
1854
- disabled: {
1855
- true: {
1856
- input: string;
1857
- prefixIcon: string;
1858
- suffixIcon: string;
1859
- };
1860
- };
1861
- invalid: {
1862
- true: {
1863
- input: string;
1864
- };
1865
- };
1866
- size: {
1867
- medium: {
1868
- prefixIcon: string;
1869
- suffixIcon: string;
1870
- input: string;
1871
- };
1872
- small: {
1873
- prefixIcon: string;
1874
- suffixIcon: string;
1875
- input: string;
1876
- };
1877
- };
1878
- }, {
1879
- disabled: {
1880
- true: {
1881
- input: string;
1882
- prefixIcon: string;
1883
- suffixIcon: string;
1884
- };
1885
- };
1886
- invalid: {
1887
- true: {
1888
- input: string;
1889
- };
1890
- };
1891
- size: {
1892
- medium: {
1893
- prefixIcon: string;
1894
- suffixIcon: string;
1895
- input: string;
1896
- };
1897
- small: {
1898
- prefixIcon: string;
1899
- suffixIcon: string;
1900
- input: string;
1901
- };
1902
- };
1903
- }>, {
1904
- disabled: {
1905
- true: {
1906
- input: string;
1907
- prefixIcon: string;
1908
- suffixIcon: string;
1909
- };
1910
- };
1911
- invalid: {
1912
- true: {
1913
- input: string;
1914
- };
1915
- };
1916
- size: {
1917
- medium: {
1918
- prefixIcon: string;
1919
- suffixIcon: string;
1920
- input: string;
1921
- };
1922
- small: {
1923
- prefixIcon: string;
1924
- suffixIcon: string;
1925
- input: string;
1926
- };
1927
- };
1928
- }, {
1929
- prefixIcon: string;
1930
- input: string;
1931
- suffixIcon: string;
1932
- }, tailwind_variants.TVReturnType<{
1933
- disabled: {
1934
- true: {
1935
- input: string;
1936
- prefixIcon: string;
1937
- suffixIcon: string;
1938
- };
1939
- };
1940
- invalid: {
1941
- true: {
1942
- input: string;
1943
- };
1944
- };
1945
- size: {
1946
- medium: {
1947
- prefixIcon: string;
1948
- suffixIcon: string;
1949
- input: string;
1950
- };
1951
- small: {
1952
- prefixIcon: string;
1953
- suffixIcon: string;
1954
- input: string;
1955
- };
1956
- };
1957
- }, {
1958
- prefixIcon: string;
1959
- input: string;
1960
- suffixIcon: string;
1961
- }, undefined, tailwind_variants_dist_config_js.TVConfig<{
1962
- disabled: {
1963
- true: {
1964
- input: string;
1965
- prefixIcon: string;
1966
- suffixIcon: string;
1967
- };
1968
- };
1969
- invalid: {
1970
- true: {
1971
- input: string;
1972
- };
1973
- };
1974
- size: {
1975
- medium: {
1976
- prefixIcon: string;
1977
- suffixIcon: string;
1978
- input: string;
1979
- };
1980
- small: {
1981
- prefixIcon: string;
1982
- suffixIcon: string;
1983
- input: string;
1984
- };
1985
- };
1986
- }, {
1987
- disabled: {
1988
- true: {
1989
- input: string;
1990
- prefixIcon: string;
1991
- suffixIcon: string;
1992
- };
1993
- };
1994
- invalid: {
1995
- true: {
1996
- input: string;
1997
- };
1998
- };
1999
- size: {
2000
- medium: {
2001
- prefixIcon: string;
2002
- suffixIcon: string;
2003
- input: string;
2004
- };
2005
- small: {
2006
- prefixIcon: string;
2007
- suffixIcon: string;
2008
- input: string;
2009
- };
2010
- };
2011
- }>, unknown, unknown, undefined>>> & {
2012
- scope?: DropdownProps;
2013
- } & React.RefAttributes<HTMLInputElement>>;
2014
-
2015
- export { Avatar, Badge, Button, Card, Checkbox, Chips, Collapsible, FormItem, Indicator, Input, InputDescription, Label, Progress, ProgressBar, Radio, Scope, Search, Sheet, Status, Text, Textarea, Toggle };
1
+ export { default as Avatar } from './ui/avatar';
2
+ export { default as Badge } from './ui/badge';
3
+ export { default as Button } from './ui/button';
4
+ export { default as Card } from './ui/card';
5
+ export { default as Scope } from './ui/scope';
6
+ export { default as ProgressBar } from './ui/progress-bar';
7
+ export { default as Textarea } from './ui/textarea';
8
+ export { default as Sheet } from './ui/sheets';
9
+ export { default as Text } from './ui/text';
10
+ export { default as Toggle } from './ui/toggle';
11
+ export { default as Collapsible } from './ui/collapsible';
12
+ export { default as Alert } from './ui/alert';
13
+ export { default as Indicator } from './ui/indicator';
14
+ export { default as Status } from './ui/status';
15
+ export { default as Progress } from './ui/progress';
16
+ export { default as Chips } from './ui/chips';
17
+ export { default as FormItem } from './ui/form-item';
18
+ export { default as Input } from './ui/input';
19
+ export { default as Checkbox } from './ui/checkbox';
20
+ export { default as Radio } from './ui/radio';
21
+ export { default as Label } from './ui/label';
22
+ export { default as InputDescription } from './ui/input-description';
23
+ export { default as Search } from './ui/search';
24
+ //# sourceMappingURL=index.d.ts.map