rupoui 1.3.2 → 1.3.3

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 (172) hide show
  1. package/README.md +13 -13
  2. package/dist/components/button/Button.d.ts +6 -3
  3. package/dist/components/button/button.styles.d.ts +176 -162
  4. package/dist/components/button/button.types.d.ts +14 -14
  5. package/dist/components/button/index.d.ts +2 -2
  6. package/dist/components/calendar/Calendar.d.ts +3 -2
  7. package/dist/components/calendar/calendar.grid.d.ts +5 -2
  8. package/dist/components/calendar/calendar.navigation.d.ts +1 -1
  9. package/dist/components/calendar/calendar.selection.d.ts +6 -2
  10. package/dist/components/calendar/calendar.state.d.ts +1 -1
  11. package/dist/components/calendar/calendar.styles.d.ts +106 -83
  12. package/dist/components/calendar/calendar.types.d.ts +39 -39
  13. package/dist/components/calendar/index.d.ts +3 -3
  14. package/dist/components/checkbox/Checkbox.d.ts +4 -2
  15. package/dist/components/checkbox/CheckboxGroup.d.ts +4 -2
  16. package/dist/components/checkbox/checkbox-group-context.d.ts +12 -12
  17. package/dist/components/checkbox/checkbox.styles.d.ts +313 -285
  18. package/dist/components/checkbox/checkbox.types.d.ts +161 -154
  19. package/dist/components/checkbox/index.d.ts +3 -3
  20. package/dist/components/checkbox/useCheckbox.d.ts +389 -311
  21. package/dist/components/checkbox/useCheckboxGroup.d.ts +353 -280
  22. package/dist/components/chip/Chip.d.ts +4 -2
  23. package/dist/components/chip/ChipGroup.d.ts +4 -2
  24. package/dist/components/chip/chip-group-context.d.ts +9 -6
  25. package/dist/components/chip/chip.styles.d.ts +206 -192
  26. package/dist/components/chip/chip.types.d.ts +155 -149
  27. package/dist/components/chip/index.d.ts +5 -5
  28. package/dist/components/chip/useChip.d.ts +22 -20
  29. package/dist/components/chip/useChipGroup.d.ts +350 -277
  30. package/dist/components/datepicker/DatePart.d.ts +16 -14
  31. package/dist/components/datepicker/DatePicker.d.ts +17 -16
  32. package/dist/components/datepicker/DatePickerCalendar.d.ts +8 -7
  33. package/dist/components/datepicker/DatePickerDay.d.ts +11 -9
  34. package/dist/components/datepicker/DatePickerInput.d.ts +16 -15
  35. package/dist/components/datepicker/DatePickerPopover.d.ts +7 -6
  36. package/dist/components/datepicker/SegmentedDatePickerInput.d.ts +9 -8
  37. package/dist/components/datepicker/datepicker.controller.d.ts +6 -2
  38. package/dist/components/datepicker/datepicker.input.logic.d.ts +16 -6
  39. package/dist/components/datepicker/datepicker.input.state.d.ts +1 -1
  40. package/dist/components/datepicker/datepicker.input.types.d.ts +20 -20
  41. package/dist/components/datepicker/datepicker.keyboard.d.ts +6 -2
  42. package/dist/components/datepicker/datepicker.state.d.ts +1 -1
  43. package/dist/components/datepicker/datepicker.styles.d.ts +118 -95
  44. package/dist/components/datepicker/datepicker.types.d.ts +52 -52
  45. package/dist/components/datepicker/index.d.ts +5 -5
  46. package/dist/components/dropdown/Dropdown.d.ts +3 -2
  47. package/dist/components/dropdown/DropdownContent.d.ts +3 -2
  48. package/dist/components/dropdown/DropdownItem.d.ts +3 -2
  49. package/dist/components/dropdown/DropdownSection.d.ts +3 -2
  50. package/dist/components/dropdown/DropdownSeparator.d.ts +3 -2
  51. package/dist/components/dropdown/DropdownTrigger.d.ts +3 -2
  52. package/dist/components/dropdown/context.d.ts +22 -21
  53. package/dist/components/dropdown/dropdown.styles.d.ts +180 -166
  54. package/dist/components/dropdown/dropdown.types.d.ts +97 -85
  55. package/dist/components/dropdown/index.d.ts +9 -9
  56. package/dist/components/dropdown/useDropdown.d.ts +15 -15
  57. package/dist/components/input/Input.d.ts +9 -4
  58. package/dist/components/input/index.d.ts +2 -2
  59. package/dist/components/input/input.styles.d.ts +239 -225
  60. package/dist/components/input/input.types.d.ts +60 -58
  61. package/dist/components/input-number/InputNumber.d.ts +24 -5
  62. package/dist/components/input-number/index.d.ts +2 -2
  63. package/dist/components/input-number/input-number.styles.d.ts +331 -317
  64. package/dist/components/input-number/input-number.types.d.ts +132 -116
  65. package/dist/components/input-number/utils.d.ts +11 -3
  66. package/dist/components/modal/Modal.d.ts +4 -3
  67. package/dist/components/modal/ModalContent.d.ts +7 -3
  68. package/dist/components/modal/ModalLayout.d.ts +16 -4
  69. package/dist/components/modal/ModalTrigger.d.ts +5 -3
  70. package/dist/components/modal/context.d.ts +8 -8
  71. package/dist/components/modal/index.d.ts +6 -6
  72. package/dist/components/modal/modal.styles.d.ts +233 -219
  73. package/dist/components/modal/modal.types.d.ts +35 -34
  74. package/dist/components/modal/useModal.d.ts +7 -7
  75. package/dist/components/pagination/Pagination.d.ts +6 -3
  76. package/dist/components/pagination/PaginationContent.d.ts +6 -3
  77. package/dist/components/pagination/PaginationContext.d.ts +54 -54
  78. package/dist/components/pagination/PaginationEllipsis.d.ts +6 -3
  79. package/dist/components/pagination/PaginationItem.d.ts +6 -3
  80. package/dist/components/pagination/PaginationItems.d.ts +2 -2
  81. package/dist/components/pagination/PaginationNext.d.ts +6 -3
  82. package/dist/components/pagination/PaginationPrevious.d.ts +6 -3
  83. package/dist/components/pagination/index.d.ts +18 -9
  84. package/dist/components/pagination/pagination.styles.d.ts +147 -133
  85. package/dist/components/pagination/pagination.types.d.ts +125 -121
  86. package/dist/components/pagination/usePagination.d.ts +25 -20
  87. package/dist/components/popover/Popover.d.ts +3 -2
  88. package/dist/components/popover/PopoverContent.d.ts +3 -2
  89. package/dist/components/popover/PopoverContext.d.ts +103 -83
  90. package/dist/components/popover/PopoverTrigger.d.ts +3 -2
  91. package/dist/components/popover/index.d.ts +6 -6
  92. package/dist/components/popover/popover.styles.d.ts +122 -108
  93. package/dist/components/popover/popover.types.d.ts +96 -95
  94. package/dist/components/popover/usePopover.d.ts +52 -42
  95. package/dist/components/radio/Radio.d.ts +4 -2
  96. package/dist/components/radio/RadioGroup.d.ts +4 -2
  97. package/dist/components/radio/index.d.ts +3 -3
  98. package/dist/components/radio/radio-group-context.d.ts +12 -12
  99. package/dist/components/radio/radio.styles.d.ts +306 -278
  100. package/dist/components/radio/radio.types.d.ts +145 -138
  101. package/dist/components/radio/useRadio.d.ts +391 -311
  102. package/dist/components/radio/useRadioGroup.d.ts +354 -281
  103. package/dist/components/ripple/Ripple.d.ts +9 -9
  104. package/dist/components/select/Select.d.ts +6 -3
  105. package/dist/components/select/SelectItem.d.ts +15 -4
  106. package/dist/components/select/index.d.ts +5 -5
  107. package/dist/components/select/select.styles.d.ts +224 -210
  108. package/dist/components/select/select.types.d.ts +51 -50
  109. package/dist/components/select/useSelect.d.ts +16 -16
  110. package/dist/components/spinner/Spinner.d.ts +9 -3
  111. package/dist/components/spinner/index.d.ts +2 -2
  112. package/dist/components/spinner/spinner.styles.d.ts +91 -77
  113. package/dist/components/spinner/spinner.types.d.ts +4 -4
  114. package/dist/components/switch/Switch.d.ts +4 -2
  115. package/dist/components/switch/index.d.ts +2 -2
  116. package/dist/components/switch/switch.styles.d.ts +147 -133
  117. package/dist/components/switch/switch.types.d.ts +84 -80
  118. package/dist/components/switch/useSwitch.d.ts +389 -311
  119. package/dist/components/tabs/Tab.d.ts +1 -1
  120. package/dist/components/tabs/Tabs.d.ts +1 -1
  121. package/dist/components/tabs/index.d.ts +4 -4
  122. package/dist/components/tabs/tabs.styles.d.ts +341 -327
  123. package/dist/components/tabs/tabs.types.d.ts +67 -66
  124. package/dist/components/tabs/useTabs.d.ts +4 -4
  125. package/dist/components/textarea/Textarea.d.ts +9 -4
  126. package/dist/components/textarea/index.d.ts +2 -2
  127. package/dist/components/textarea/textarea.styles.d.ts +276 -262
  128. package/dist/components/textarea/textarea.types.d.ts +57 -55
  129. package/dist/components/toast/Toast.d.ts +8 -4
  130. package/dist/components/toast/ToastProvider.d.ts +8 -4
  131. package/dist/components/toast/ToastViewport.d.ts +14 -4
  132. package/dist/components/toast/Toaster.d.ts +4 -2
  133. package/dist/components/toast/index.d.ts +7 -7
  134. package/dist/components/toast/toast-store.d.ts +10 -10
  135. package/dist/components/toast/toast-subcomponents.d.ts +10 -4
  136. package/dist/components/toast/toast.types.d.ts +18 -18
  137. package/dist/components/toast/use-toast-internal.d.ts +1 -1
  138. package/dist/components/toast/utils.d.ts +1 -1
  139. package/dist/components/tooltip/Tooltip.d.ts +1 -1
  140. package/dist/components/tooltip/index.d.ts +3 -3
  141. package/dist/components/tooltip/tooltip.styles.d.ts +187 -173
  142. package/dist/components/tooltip/tooltip.types.d.ts +85 -72
  143. package/dist/components/tooltip/useTooltip.d.ts +25 -25
  144. package/dist/components/tooltip/utils.d.ts +24 -13
  145. package/dist/hooks/index.d.ts +3 -3
  146. package/dist/hooks/useDisclosure.d.ts +10 -10
  147. package/dist/hooks/useFocusTrap.d.ts +1 -1
  148. package/dist/index.cjs +2 -2
  149. package/dist/index.d.ts +24 -25
  150. package/dist/index.js +1697 -1632
  151. package/dist/motion/focus.d.ts +6 -6
  152. package/dist/motion/hover.d.ts +8 -8
  153. package/dist/motion/index.d.ts +5 -5
  154. package/dist/motion/press.d.ts +7 -7
  155. package/dist/motion/reveal.d.ts +16 -16
  156. package/dist/motion/tokens.d.ts +9 -9
  157. package/dist/provider/RupoUIContext.d.ts +2 -2
  158. package/dist/provider/RupoUIProvider.d.ts +9 -5
  159. package/dist/provider/types.d.ts +46 -25
  160. package/dist/provider/useRupoUI.d.ts +1 -1
  161. package/dist/style.css +1 -1
  162. package/dist/styles/tokens/colors.d.ts +24 -24
  163. package/dist/styles/tokens/index.d.ts +5 -5
  164. package/dist/styles/tokens/motion.d.ts +9 -9
  165. package/dist/styles/tokens/radius.d.ts +6 -6
  166. package/dist/styles/tokens/spacing.d.ts +11 -11
  167. package/dist/styles/tokens/typography.d.ts +64 -32
  168. package/dist/tailwind/index.d.ts +7 -7
  169. package/dist/tailwind/plugin-utils.d.ts +1 -1
  170. package/dist/tailwind/theme.d.ts +1 -1
  171. package/package.json +11 -2
  172. package/dist/components/toast/ToastDemo.d.ts +0 -1
@@ -1,412 +1,426 @@
1
- export declare const tabs: import('tailwind-variants').TVReturnType<{
1
+ export declare const tabs: import("tailwind-variants").TVReturnType<
2
+ {
2
3
  variant: {
3
- solid: {
4
- tabList: string;
5
- cursor: string;
6
- tab: string;
7
- tabContent: string;
8
- };
9
- underlined: {
10
- tabList: string;
11
- cursor: string;
12
- tab: string;
13
- tabContent: string;
14
- };
15
- bordered: {
16
- tabList: string;
17
- cursor: string;
18
- tab: string;
19
- };
20
- light: {
21
- tabList: string;
22
- cursor: string;
23
- tab: string;
24
- tabContent: string;
25
- };
4
+ solid: {
5
+ tabList: string;
6
+ cursor: string;
7
+ tab: string;
8
+ tabContent: string;
9
+ };
10
+ underlined: {
11
+ tabList: string;
12
+ cursor: string;
13
+ tab: string;
14
+ tabContent: string;
15
+ };
16
+ bordered: {
17
+ tabList: string;
18
+ cursor: string;
19
+ tab: string;
20
+ };
21
+ light: {
22
+ tabList: string;
23
+ cursor: string;
24
+ tab: string;
25
+ tabContent: string;
26
+ };
26
27
  };
27
28
  color: {
28
- default: {
29
- cursor: string;
30
- tabContent: string;
31
- tab: string;
32
- };
33
- primary: {
34
- cursor: string;
35
- tabContent: string;
36
- tab: string;
37
- };
38
- secondary: {
39
- cursor: string;
40
- tabContent: string;
41
- tab: string;
42
- };
43
- success: {
44
- cursor: string;
45
- tabContent: string;
46
- tab: string;
47
- };
48
- warning: {
49
- cursor: string;
50
- tabContent: string;
51
- tab: string;
52
- };
53
- danger: {
54
- cursor: string;
55
- tabContent: string;
56
- tab: string;
57
- };
29
+ default: {
30
+ cursor: string;
31
+ tabContent: string;
32
+ tab: string;
33
+ };
34
+ primary: {
35
+ cursor: string;
36
+ tabContent: string;
37
+ tab: string;
38
+ };
39
+ secondary: {
40
+ cursor: string;
41
+ tabContent: string;
42
+ tab: string;
43
+ };
44
+ success: {
45
+ cursor: string;
46
+ tabContent: string;
47
+ tab: string;
48
+ };
49
+ warning: {
50
+ cursor: string;
51
+ tabContent: string;
52
+ tab: string;
53
+ };
54
+ danger: {
55
+ cursor: string;
56
+ tabContent: string;
57
+ tab: string;
58
+ };
58
59
  };
59
60
  size: {
60
- sm: {
61
- tabList: string;
62
- tab: string;
63
- tabContent: string;
64
- };
65
- md: {
66
- tabList: string;
67
- tab: string;
68
- tabContent: string;
69
- };
70
- lg: {
71
- tabList: string;
72
- tab: string;
73
- tabContent: string;
74
- };
61
+ sm: {
62
+ tabList: string;
63
+ tab: string;
64
+ tabContent: string;
65
+ };
66
+ md: {
67
+ tabList: string;
68
+ tab: string;
69
+ tabContent: string;
70
+ };
71
+ lg: {
72
+ tabList: string;
73
+ tab: string;
74
+ tabContent: string;
75
+ };
75
76
  };
76
77
  radius: {
77
- none: {
78
- tabList: string;
79
- tab: string;
80
- cursor: string;
81
- };
82
- sm: {
83
- tabList: string;
84
- tab: string;
85
- cursor: string;
86
- };
87
- md: {
88
- tabList: string;
89
- tab: string;
90
- cursor: string;
91
- };
92
- lg: {
93
- tabList: string;
94
- tab: string;
95
- cursor: string;
96
- };
97
- xl: {
98
- tabList: string;
99
- tab: string;
100
- cursor: string;
101
- };
102
- full: {
103
- tabList: string;
104
- tab: string;
105
- cursor: string;
106
- };
78
+ none: {
79
+ tabList: string;
80
+ tab: string;
81
+ cursor: string;
82
+ };
83
+ sm: {
84
+ tabList: string;
85
+ tab: string;
86
+ cursor: string;
87
+ };
88
+ md: {
89
+ tabList: string;
90
+ tab: string;
91
+ cursor: string;
92
+ };
93
+ lg: {
94
+ tabList: string;
95
+ tab: string;
96
+ cursor: string;
97
+ };
98
+ xl: {
99
+ tabList: string;
100
+ tab: string;
101
+ cursor: string;
102
+ };
103
+ full: {
104
+ tabList: string;
105
+ tab: string;
106
+ cursor: string;
107
+ };
107
108
  };
108
109
  fullWidth: {
109
- true: {
110
- base: string;
111
- tabList: string;
112
- tab: string;
113
- };
110
+ true: {
111
+ base: string;
112
+ tabList: string;
113
+ tab: string;
114
+ };
114
115
  };
115
116
  isDisabled: {
116
- true: {
117
- base: string;
118
- };
117
+ true: {
118
+ base: string;
119
+ };
119
120
  };
120
121
  isVertical: {
121
- true: {
122
- base: string;
123
- tabList: string;
124
- tab: string;
125
- };
126
- false: {
127
- base: string;
128
- tabList: string;
129
- };
122
+ true: {
123
+ base: string;
124
+ tabList: string;
125
+ tab: string;
126
+ };
127
+ false: {
128
+ base: string;
129
+ tabList: string;
130
+ };
130
131
  };
131
- }, {
132
+ },
133
+ {
132
134
  base: string;
133
135
  tabList: string[];
134
136
  tab: string[];
135
137
  tabContent: string[];
136
138
  cursor: string[];
137
139
  panel: string[];
138
- }, undefined, {
140
+ },
141
+ undefined,
142
+ {
139
143
  variant: {
140
- solid: {
141
- tabList: string;
142
- cursor: string;
143
- tab: string;
144
- tabContent: string;
145
- };
146
- underlined: {
147
- tabList: string;
148
- cursor: string;
149
- tab: string;
150
- tabContent: string;
151
- };
152
- bordered: {
153
- tabList: string;
154
- cursor: string;
155
- tab: string;
156
- };
157
- light: {
158
- tabList: string;
159
- cursor: string;
160
- tab: string;
161
- tabContent: string;
162
- };
144
+ solid: {
145
+ tabList: string;
146
+ cursor: string;
147
+ tab: string;
148
+ tabContent: string;
149
+ };
150
+ underlined: {
151
+ tabList: string;
152
+ cursor: string;
153
+ tab: string;
154
+ tabContent: string;
155
+ };
156
+ bordered: {
157
+ tabList: string;
158
+ cursor: string;
159
+ tab: string;
160
+ };
161
+ light: {
162
+ tabList: string;
163
+ cursor: string;
164
+ tab: string;
165
+ tabContent: string;
166
+ };
163
167
  };
164
168
  color: {
165
- default: {
166
- cursor: string;
167
- tabContent: string;
168
- tab: string;
169
- };
170
- primary: {
171
- cursor: string;
172
- tabContent: string;
173
- tab: string;
174
- };
175
- secondary: {
176
- cursor: string;
177
- tabContent: string;
178
- tab: string;
179
- };
180
- success: {
181
- cursor: string;
182
- tabContent: string;
183
- tab: string;
184
- };
185
- warning: {
186
- cursor: string;
187
- tabContent: string;
188
- tab: string;
189
- };
190
- danger: {
191
- cursor: string;
192
- tabContent: string;
193
- tab: string;
194
- };
169
+ default: {
170
+ cursor: string;
171
+ tabContent: string;
172
+ tab: string;
173
+ };
174
+ primary: {
175
+ cursor: string;
176
+ tabContent: string;
177
+ tab: string;
178
+ };
179
+ secondary: {
180
+ cursor: string;
181
+ tabContent: string;
182
+ tab: string;
183
+ };
184
+ success: {
185
+ cursor: string;
186
+ tabContent: string;
187
+ tab: string;
188
+ };
189
+ warning: {
190
+ cursor: string;
191
+ tabContent: string;
192
+ tab: string;
193
+ };
194
+ danger: {
195
+ cursor: string;
196
+ tabContent: string;
197
+ tab: string;
198
+ };
195
199
  };
196
200
  size: {
197
- sm: {
198
- tabList: string;
199
- tab: string;
200
- tabContent: string;
201
- };
202
- md: {
203
- tabList: string;
204
- tab: string;
205
- tabContent: string;
206
- };
207
- lg: {
208
- tabList: string;
209
- tab: string;
210
- tabContent: string;
211
- };
201
+ sm: {
202
+ tabList: string;
203
+ tab: string;
204
+ tabContent: string;
205
+ };
206
+ md: {
207
+ tabList: string;
208
+ tab: string;
209
+ tabContent: string;
210
+ };
211
+ lg: {
212
+ tabList: string;
213
+ tab: string;
214
+ tabContent: string;
215
+ };
212
216
  };
213
217
  radius: {
214
- none: {
215
- tabList: string;
216
- tab: string;
217
- cursor: string;
218
- };
219
- sm: {
220
- tabList: string;
221
- tab: string;
222
- cursor: string;
223
- };
224
- md: {
225
- tabList: string;
226
- tab: string;
227
- cursor: string;
228
- };
229
- lg: {
230
- tabList: string;
231
- tab: string;
232
- cursor: string;
233
- };
234
- xl: {
235
- tabList: string;
236
- tab: string;
237
- cursor: string;
238
- };
239
- full: {
240
- tabList: string;
241
- tab: string;
242
- cursor: string;
243
- };
218
+ none: {
219
+ tabList: string;
220
+ tab: string;
221
+ cursor: string;
222
+ };
223
+ sm: {
224
+ tabList: string;
225
+ tab: string;
226
+ cursor: string;
227
+ };
228
+ md: {
229
+ tabList: string;
230
+ tab: string;
231
+ cursor: string;
232
+ };
233
+ lg: {
234
+ tabList: string;
235
+ tab: string;
236
+ cursor: string;
237
+ };
238
+ xl: {
239
+ tabList: string;
240
+ tab: string;
241
+ cursor: string;
242
+ };
243
+ full: {
244
+ tabList: string;
245
+ tab: string;
246
+ cursor: string;
247
+ };
244
248
  };
245
249
  fullWidth: {
246
- true: {
247
- base: string;
248
- tabList: string;
249
- tab: string;
250
- };
250
+ true: {
251
+ base: string;
252
+ tabList: string;
253
+ tab: string;
254
+ };
251
255
  };
252
256
  isDisabled: {
253
- true: {
254
- base: string;
255
- };
257
+ true: {
258
+ base: string;
259
+ };
256
260
  };
257
261
  isVertical: {
258
- true: {
259
- base: string;
260
- tabList: string;
261
- tab: string;
262
- };
263
- false: {
264
- base: string;
265
- tabList: string;
266
- };
262
+ true: {
263
+ base: string;
264
+ tabList: string;
265
+ tab: string;
266
+ };
267
+ false: {
268
+ base: string;
269
+ tabList: string;
270
+ };
267
271
  };
268
- }, {
272
+ },
273
+ {
269
274
  base: string;
270
275
  tabList: string[];
271
276
  tab: string[];
272
277
  tabContent: string[];
273
278
  cursor: string[];
274
279
  panel: string[];
275
- }, import('tailwind-variants').TVReturnType<{
276
- variant: {
280
+ },
281
+ import("tailwind-variants").TVReturnType<
282
+ {
283
+ variant: {
277
284
  solid: {
278
- tabList: string;
279
- cursor: string;
280
- tab: string;
281
- tabContent: string;
285
+ tabList: string;
286
+ cursor: string;
287
+ tab: string;
288
+ tabContent: string;
282
289
  };
283
290
  underlined: {
284
- tabList: string;
285
- cursor: string;
286
- tab: string;
287
- tabContent: string;
291
+ tabList: string;
292
+ cursor: string;
293
+ tab: string;
294
+ tabContent: string;
288
295
  };
289
296
  bordered: {
290
- tabList: string;
291
- cursor: string;
292
- tab: string;
297
+ tabList: string;
298
+ cursor: string;
299
+ tab: string;
293
300
  };
294
301
  light: {
295
- tabList: string;
296
- cursor: string;
297
- tab: string;
298
- tabContent: string;
302
+ tabList: string;
303
+ cursor: string;
304
+ tab: string;
305
+ tabContent: string;
299
306
  };
300
- };
301
- color: {
307
+ };
308
+ color: {
302
309
  default: {
303
- cursor: string;
304
- tabContent: string;
305
- tab: string;
310
+ cursor: string;
311
+ tabContent: string;
312
+ tab: string;
306
313
  };
307
314
  primary: {
308
- cursor: string;
309
- tabContent: string;
310
- tab: string;
315
+ cursor: string;
316
+ tabContent: string;
317
+ tab: string;
311
318
  };
312
319
  secondary: {
313
- cursor: string;
314
- tabContent: string;
315
- tab: string;
320
+ cursor: string;
321
+ tabContent: string;
322
+ tab: string;
316
323
  };
317
324
  success: {
318
- cursor: string;
319
- tabContent: string;
320
- tab: string;
325
+ cursor: string;
326
+ tabContent: string;
327
+ tab: string;
321
328
  };
322
329
  warning: {
323
- cursor: string;
324
- tabContent: string;
325
- tab: string;
330
+ cursor: string;
331
+ tabContent: string;
332
+ tab: string;
326
333
  };
327
334
  danger: {
328
- cursor: string;
329
- tabContent: string;
330
- tab: string;
335
+ cursor: string;
336
+ tabContent: string;
337
+ tab: string;
331
338
  };
332
- };
333
- size: {
339
+ };
340
+ size: {
334
341
  sm: {
335
- tabList: string;
336
- tab: string;
337
- tabContent: string;
342
+ tabList: string;
343
+ tab: string;
344
+ tabContent: string;
338
345
  };
339
346
  md: {
340
- tabList: string;
341
- tab: string;
342
- tabContent: string;
347
+ tabList: string;
348
+ tab: string;
349
+ tabContent: string;
343
350
  };
344
351
  lg: {
345
- tabList: string;
346
- tab: string;
347
- tabContent: string;
352
+ tabList: string;
353
+ tab: string;
354
+ tabContent: string;
348
355
  };
349
- };
350
- radius: {
356
+ };
357
+ radius: {
351
358
  none: {
352
- tabList: string;
353
- tab: string;
354
- cursor: string;
359
+ tabList: string;
360
+ tab: string;
361
+ cursor: string;
355
362
  };
356
363
  sm: {
357
- tabList: string;
358
- tab: string;
359
- cursor: string;
364
+ tabList: string;
365
+ tab: string;
366
+ cursor: string;
360
367
  };
361
368
  md: {
362
- tabList: string;
363
- tab: string;
364
- cursor: string;
369
+ tabList: string;
370
+ tab: string;
371
+ cursor: string;
365
372
  };
366
373
  lg: {
367
- tabList: string;
368
- tab: string;
369
- cursor: string;
374
+ tabList: string;
375
+ tab: string;
376
+ cursor: string;
370
377
  };
371
378
  xl: {
372
- tabList: string;
373
- tab: string;
374
- cursor: string;
379
+ tabList: string;
380
+ tab: string;
381
+ cursor: string;
375
382
  };
376
383
  full: {
377
- tabList: string;
378
- tab: string;
379
- cursor: string;
384
+ tabList: string;
385
+ tab: string;
386
+ cursor: string;
380
387
  };
381
- };
382
- fullWidth: {
388
+ };
389
+ fullWidth: {
383
390
  true: {
384
- base: string;
385
- tabList: string;
386
- tab: string;
391
+ base: string;
392
+ tabList: string;
393
+ tab: string;
387
394
  };
388
- };
389
- isDisabled: {
395
+ };
396
+ isDisabled: {
390
397
  true: {
391
- base: string;
398
+ base: string;
392
399
  };
393
- };
394
- isVertical: {
400
+ };
401
+ isVertical: {
395
402
  true: {
396
- base: string;
397
- tabList: string;
398
- tab: string;
403
+ base: string;
404
+ tabList: string;
405
+ tab: string;
399
406
  };
400
407
  false: {
401
- base: string;
402
- tabList: string;
403
- };
404
- };
405
- }, {
406
- base: string;
407
- tabList: string[];
408
- tab: string[];
409
- tabContent: string[];
410
- cursor: string[];
411
- panel: string[];
412
- }, undefined, unknown, unknown, undefined>>;
408
+ base: string;
409
+ tabList: string;
410
+ };
411
+ };
412
+ },
413
+ {
414
+ base: string;
415
+ tabList: string[];
416
+ tab: string[];
417
+ tabContent: string[];
418
+ cursor: string[];
419
+ panel: string[];
420
+ },
421
+ undefined,
422
+ unknown,
423
+ unknown,
424
+ undefined
425
+ >
426
+ >;