@deepnoid/ui 0.0.88 → 0.0.89

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 (170) hide show
  1. package/dist/{chunk-4DLTBZUQ.mjs → chunk-3DRIHQOM.mjs} +7 -5
  2. package/dist/{chunk-IXFP2WQ4.mjs → chunk-6YE26GOI.mjs} +10 -8
  3. package/dist/{chunk-K6HPMTN4.mjs → chunk-7HHFRKJU.mjs} +1 -1
  4. package/dist/{chunk-H2HUJ4N2.mjs → chunk-A3RWT3JJ.mjs} +9 -4
  5. package/dist/{chunk-BE2OG6M4.mjs → chunk-ANYPMQH4.mjs} +28 -21
  6. package/dist/{chunk-5HSZ5AYM.mjs → chunk-B4KZBOGT.mjs} +16 -16
  7. package/dist/{chunk-KHWFCTPX.mjs → chunk-DWROPKZW.mjs} +6 -6
  8. package/dist/{chunk-YGTJU3GD.mjs → chunk-HFVZFUC3.mjs} +9 -16
  9. package/dist/{chunk-IOV7MEPG.mjs → chunk-IOCRFIQF.mjs} +30 -0
  10. package/dist/{chunk-4VIEZ5FT.mjs → chunk-JN7EGKJL.mjs} +8 -7
  11. package/dist/{chunk-SFNR4F3J.mjs → chunk-L6BQA6GI.mjs} +2 -2
  12. package/dist/{chunk-PRUAIZTU.mjs → chunk-LCI6RPWE.mjs} +1 -1
  13. package/dist/{chunk-IZOMH2SL.mjs → chunk-MOINJECK.mjs} +16 -15
  14. package/dist/{chunk-QVGXHUYW.mjs → chunk-N2JULHST.mjs} +9 -9
  15. package/dist/chunk-OJ2OEI5B.mjs +202 -0
  16. package/dist/{chunk-QRHT7MSO.mjs → chunk-PXUBPWKU.mjs} +1 -1
  17. package/dist/{chunk-PCIONGEJ.mjs → chunk-QWFOYO3D.mjs} +37 -19
  18. package/dist/{chunk-LY6LJRUX.mjs → chunk-RZZWHI6O.mjs} +1 -1
  19. package/dist/chunk-UR64ZUAU.mjs +671 -0
  20. package/dist/{chunk-PUFNT5LS.mjs → chunk-VG4644BG.mjs} +1 -1
  21. package/dist/components/accordion/accordion.d.mts +1 -1
  22. package/dist/components/accordion/accordion.d.ts +1 -1
  23. package/dist/components/accordion/accordion.test.mjs +1 -1
  24. package/dist/components/accordion/accordionItem.d.mts +1 -1
  25. package/dist/components/accordion/accordionItem.d.ts +1 -1
  26. package/dist/components/accordion/accordionItem.js +31 -1
  27. package/dist/components/accordion/accordionItem.mjs +3 -3
  28. package/dist/components/accordion/index.js +31 -1
  29. package/dist/components/accordion/index.mjs +3 -3
  30. package/dist/components/button/button-group.test.js +4103 -167
  31. package/dist/components/button/button-group.test.mjs +5 -1
  32. package/dist/components/button/button.d.mts +360 -12
  33. package/dist/components/button/button.d.ts +360 -12
  34. package/dist/components/button/button.js +4054 -110
  35. package/dist/components/button/button.mjs +5 -1
  36. package/dist/components/button/button.test.js +4059 -125
  37. package/dist/components/button/button.test.mjs +5 -1
  38. package/dist/components/button/index.d.mts +3 -0
  39. package/dist/components/button/index.d.ts +3 -0
  40. package/dist/components/button/index.js +4046 -112
  41. package/dist/components/button/index.mjs +5 -1
  42. package/dist/components/card/card.d.mts +1 -1
  43. package/dist/components/card/card.d.ts +1 -1
  44. package/dist/components/checkbox/checkbox.d.mts +69 -69
  45. package/dist/components/checkbox/checkbox.d.ts +69 -69
  46. package/dist/components/checkbox/checkbox.js +28 -21
  47. package/dist/components/checkbox/checkbox.mjs +1 -1
  48. package/dist/components/checkbox/checkbox.test.js +28 -21
  49. package/dist/components/checkbox/checkbox.test.mjs +2 -2
  50. package/dist/components/checkbox/index.js +28 -21
  51. package/dist/components/checkbox/index.mjs +1 -1
  52. package/dist/components/icon/Icon.d.mts +4 -0
  53. package/dist/components/icon/Icon.d.ts +4 -0
  54. package/dist/components/icon/Icon.js +30 -0
  55. package/dist/components/icon/Icon.mjs +2 -2
  56. package/dist/components/icon/index.js +30 -0
  57. package/dist/components/icon/index.mjs +2 -2
  58. package/dist/components/icon/template.d.mts +1 -0
  59. package/dist/components/icon/template.d.ts +1 -0
  60. package/dist/components/icon/template.js +30 -0
  61. package/dist/components/icon/template.mjs +1 -1
  62. package/dist/components/input/index.js +36 -4
  63. package/dist/components/input/index.mjs +3 -3
  64. package/dist/components/input/input.d.mts +7 -2
  65. package/dist/components/input/input.d.ts +7 -2
  66. package/dist/components/input/input.js +36 -4
  67. package/dist/components/input/input.mjs +3 -3
  68. package/dist/components/input/input.test.js +36 -4
  69. package/dist/components/input/input.test.mjs +5 -5
  70. package/dist/components/list/list.d.mts +1 -1
  71. package/dist/components/list/list.d.ts +1 -1
  72. package/dist/components/list/list.test.mjs +1 -1
  73. package/dist/components/list/listItem.d.mts +1 -1
  74. package/dist/components/list/listItem.d.ts +1 -1
  75. package/dist/components/modal/index.js +505 -127
  76. package/dist/components/modal/index.mjs +6 -5
  77. package/dist/components/modal/modal.js +505 -127
  78. package/dist/components/modal/modal.mjs +6 -5
  79. package/dist/components/modal/modal.test.js +497 -129
  80. package/dist/components/modal/modal.test.mjs +6 -5
  81. package/dist/components/pagination/index.js +16 -16
  82. package/dist/components/pagination/index.mjs +1 -1
  83. package/dist/components/pagination/pagination.js +16 -16
  84. package/dist/components/pagination/pagination.mjs +1 -1
  85. package/dist/components/pagination/pagination.test.js +16 -16
  86. package/dist/components/pagination/pagination.test.mjs +2 -2
  87. package/dist/components/progress/index.js +9 -9
  88. package/dist/components/progress/index.mjs +1 -1
  89. package/dist/components/progress/progress.d.mts +33 -33
  90. package/dist/components/progress/progress.d.ts +33 -33
  91. package/dist/components/progress/progress.js +9 -9
  92. package/dist/components/progress/progress.mjs +1 -1
  93. package/dist/components/progress/progress.test.js +9 -9
  94. package/dist/components/progress/progress.test.mjs +1 -1
  95. package/dist/components/radio/index.js +37 -19
  96. package/dist/components/radio/index.mjs +1 -1
  97. package/dist/components/radio/radio.d.mts +33 -33
  98. package/dist/components/radio/radio.d.ts +33 -33
  99. package/dist/components/radio/radio.js +37 -19
  100. package/dist/components/radio/radio.mjs +1 -1
  101. package/dist/components/radio/radio.test.js +37 -19
  102. package/dist/components/radio/radio.test.mjs +2 -2
  103. package/dist/components/select/index.js +36 -5
  104. package/dist/components/select/index.mjs +4 -4
  105. package/dist/components/select/option.js +30 -0
  106. package/dist/components/select/option.mjs +3 -3
  107. package/dist/components/select/select.d.mts +2 -2
  108. package/dist/components/select/select.d.ts +2 -2
  109. package/dist/components/select/select.js +36 -5
  110. package/dist/components/select/select.mjs +4 -4
  111. package/dist/components/select/select.test.js +36 -5
  112. package/dist/components/select/select.test.mjs +6 -6
  113. package/dist/components/slider/index.js +9 -4
  114. package/dist/components/slider/index.mjs +1 -1
  115. package/dist/components/slider/slider.d.mts +26 -0
  116. package/dist/components/slider/slider.d.ts +26 -0
  117. package/dist/components/slider/slider.js +9 -4
  118. package/dist/components/slider/slider.mjs +1 -1
  119. package/dist/components/slider/slider.test.js +9 -4
  120. package/dist/components/slider/slider.test.mjs +1 -1
  121. package/dist/components/switch/index.js +16 -15
  122. package/dist/components/switch/index.mjs +1 -1
  123. package/dist/components/switch/switch.d.mts +48 -48
  124. package/dist/components/switch/switch.d.ts +48 -48
  125. package/dist/components/switch/switch.js +16 -15
  126. package/dist/components/switch/switch.mjs +1 -1
  127. package/dist/components/switch/switch.test.js +16 -15
  128. package/dist/components/switch/switch.test.mjs +2 -2
  129. package/dist/components/table/index.js +66 -27
  130. package/dist/components/table/index.mjs +7 -7
  131. package/dist/components/table/table-body.js +60 -23
  132. package/dist/components/table/table-body.mjs +5 -5
  133. package/dist/components/table/table-head.js +28 -21
  134. package/dist/components/table/table-head.mjs +2 -2
  135. package/dist/components/table/table.d.mts +21 -7
  136. package/dist/components/table/table.d.ts +21 -7
  137. package/dist/components/table/table.js +66 -27
  138. package/dist/components/table/table.mjs +7 -7
  139. package/dist/components/table/table.test.js +66 -27
  140. package/dist/components/table/table.test.mjs +8 -8
  141. package/dist/components/tabs/tabs.d.mts +1 -1
  142. package/dist/components/tabs/tabs.d.ts +1 -1
  143. package/dist/components/tabs/tabs.test.mjs +1 -1
  144. package/dist/components/textarea/index.d.mts +3 -0
  145. package/dist/components/textarea/index.d.ts +3 -0
  146. package/dist/components/textarea/index.js +89 -30
  147. package/dist/components/textarea/index.mjs +2 -1
  148. package/dist/components/textarea/textarea.d.mts +510 -9
  149. package/dist/components/textarea/textarea.d.ts +510 -9
  150. package/dist/components/textarea/textarea.js +89 -30
  151. package/dist/components/textarea/textarea.mjs +2 -1
  152. package/dist/components/textarea/textarea.test.js +89 -30
  153. package/dist/components/textarea/textarea.test.mjs +2 -1
  154. package/dist/components/toast/index.js +30 -0
  155. package/dist/components/toast/index.mjs +4 -4
  156. package/dist/components/toast/toast.js +30 -0
  157. package/dist/components/toast/toast.mjs +3 -3
  158. package/dist/components/toast/toast.test.js +30 -0
  159. package/dist/components/toast/toast.test.mjs +5 -5
  160. package/dist/components/toast/use-toast.js +30 -0
  161. package/dist/components/toast/use-toast.mjs +4 -4
  162. package/dist/components/tooltip/tooltip.test.js +4034 -118
  163. package/dist/components/tooltip/tooltip.test.mjs +5 -2
  164. package/dist/index.d.mts +1 -1
  165. package/dist/index.d.ts +1 -1
  166. package/dist/index.js +2771 -2332
  167. package/dist/index.mjs +38 -38
  168. package/package.json +1 -1
  169. package/dist/chunk-66WCZEEU.mjs +0 -320
  170. package/dist/chunk-WOX3SLJB.mjs +0 -162
@@ -47,6 +47,11 @@ declare const slider: tailwind_variants.TVReturnType<{
47
47
  thumb: string;
48
48
  };
49
49
  };
50
+ gradient: {
51
+ true: {
52
+ filter: string[];
53
+ };
54
+ };
50
55
  fullWidth: {
51
56
  true: {
52
57
  base: string;
@@ -83,6 +88,7 @@ declare const slider: tailwind_variants.TVReturnType<{
83
88
  fullWidth?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
84
89
  isDisabled?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
85
90
  hideThumb?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
91
+ gradient?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
86
92
  } | undefined;
87
93
  } & tailwind_variants_dist_config.TWMConfig & {
88
94
  twMergeConfig: {
@@ -135,6 +141,11 @@ declare const slider: tailwind_variants.TVReturnType<{
135
141
  thumb: string;
136
142
  };
137
143
  };
144
+ gradient: {
145
+ true: {
146
+ filter: string[];
147
+ };
148
+ };
138
149
  fullWidth: {
139
150
  true: {
140
151
  base: string;
@@ -195,6 +206,11 @@ declare const slider: tailwind_variants.TVReturnType<{
195
206
  thumb: string;
196
207
  };
197
208
  };
209
+ gradient: {
210
+ true: {
211
+ filter: string[];
212
+ };
213
+ };
198
214
  fullWidth: {
199
215
  true: {
200
216
  base: string;
@@ -255,6 +271,11 @@ declare const slider: tailwind_variants.TVReturnType<{
255
271
  thumb: string;
256
272
  };
257
273
  };
274
+ gradient: {
275
+ true: {
276
+ filter: string[];
277
+ };
278
+ };
258
279
  fullWidth: {
259
280
  true: {
260
281
  base: string;
@@ -306,6 +327,11 @@ declare const slider: tailwind_variants.TVReturnType<{
306
327
  thumb: string;
307
328
  };
308
329
  };
330
+ gradient: {
331
+ true: {
332
+ filter: string[];
333
+ };
334
+ };
309
335
  fullWidth: {
310
336
  true: {
311
337
  base: string;
@@ -155,18 +155,18 @@ var slider = tv({
155
155
  size: {
156
156
  sm: {
157
157
  track: "h-[2px]",
158
- thumb: ["w-[8px] h-[8px]", "hover:shadow-[0px_0px_0px_2px]"],
158
+ thumb: ["w-[6px] h-[6px]", "hover:shadow-[0px_0px_0px_2px]"],
159
159
  label: "text-sm",
160
160
  value: "text-sm"
161
161
  },
162
162
  md: {
163
163
  track: "h-[4px]",
164
- thumb: ["w-[10px] h-[10px]", "hover:shadow-[0px_0px_0px_3px]"],
164
+ thumb: ["w-[8px] h-[8px]", "hover:shadow-[0px_0px_0px_3px]"],
165
165
  label: "text-md",
166
166
  value: "text-md"
167
167
  },
168
168
  lg: {
169
- track: "h-[4px]",
169
+ track: "h-[6px]",
170
170
  thumb: ["w-[12px] h-[12px]", "hover:shadow-[0px_0px_0px_4px]"],
171
171
  label: "text-lg",
172
172
  value: "text-lg"
@@ -182,6 +182,11 @@ var slider = tv({
182
182
  thumb: "bg-secondary-main"
183
183
  }
184
184
  },
185
+ gradient: {
186
+ true: {
187
+ filter: ["bg-gradient-to-r", "from-primary-main", "to-secondary-main"]
188
+ }
189
+ },
185
190
  fullWidth: {
186
191
  true: {
187
192
  base: "w-full"
@@ -199,7 +204,7 @@ var slider = tv({
199
204
  },
200
205
  true: {
201
206
  thumb: ["bg-neutral-light", "hover:shadow-none", "cursor-default"],
202
- filter: ["bg-neutral-light", "cursor-default"]
207
+ filter: ["bg-neutral-light", "from-none", "to-none", "cursor-default"]
203
208
  }
204
209
  }
205
210
  },
@@ -2,7 +2,7 @@
2
2
  import {
3
3
  slider,
4
4
  slider_default
5
- } from "../../chunk-H2HUJ4N2.mjs";
5
+ } from "../../chunk-A3RWT3JJ.mjs";
6
6
  import "../../chunk-J725QONZ.mjs";
7
7
  import "../../chunk-IZ6II3QA.mjs";
8
8
  export {
@@ -13001,18 +13001,18 @@ var slider = tv({
13001
13001
  size: {
13002
13002
  sm: {
13003
13003
  track: "h-[2px]",
13004
- thumb: ["w-[8px] h-[8px]", "hover:shadow-[0px_0px_0px_2px]"],
13004
+ thumb: ["w-[6px] h-[6px]", "hover:shadow-[0px_0px_0px_2px]"],
13005
13005
  label: "text-sm",
13006
13006
  value: "text-sm"
13007
13007
  },
13008
13008
  md: {
13009
13009
  track: "h-[4px]",
13010
- thumb: ["w-[10px] h-[10px]", "hover:shadow-[0px_0px_0px_3px]"],
13010
+ thumb: ["w-[8px] h-[8px]", "hover:shadow-[0px_0px_0px_3px]"],
13011
13011
  label: "text-md",
13012
13012
  value: "text-md"
13013
13013
  },
13014
13014
  lg: {
13015
- track: "h-[4px]",
13015
+ track: "h-[6px]",
13016
13016
  thumb: ["w-[12px] h-[12px]", "hover:shadow-[0px_0px_0px_4px]"],
13017
13017
  label: "text-lg",
13018
13018
  value: "text-lg"
@@ -13028,6 +13028,11 @@ var slider = tv({
13028
13028
  thumb: "bg-secondary-main"
13029
13029
  }
13030
13030
  },
13031
+ gradient: {
13032
+ true: {
13033
+ filter: ["bg-gradient-to-r", "from-primary-main", "to-secondary-main"]
13034
+ }
13035
+ },
13031
13036
  fullWidth: {
13032
13037
  true: {
13033
13038
  base: "w-full"
@@ -13045,7 +13050,7 @@ var slider = tv({
13045
13050
  },
13046
13051
  true: {
13047
13052
  thumb: ["bg-neutral-light", "hover:shadow-none", "cursor-default"],
13048
- filter: ["bg-neutral-light", "cursor-default"]
13053
+ filter: ["bg-neutral-light", "from-none", "to-none", "cursor-default"]
13049
13054
  }
13050
13055
  }
13051
13056
  },
@@ -1,7 +1,7 @@
1
1
  "use client";
2
2
  import {
3
3
  slider_default
4
- } from "../../chunk-H2HUJ4N2.mjs";
4
+ } from "../../chunk-A3RWT3JJ.mjs";
5
5
  import {
6
6
  render
7
7
  } from "../../chunk-FNPWLOGV.mjs";
@@ -107,17 +107,18 @@ Switch.displayName = "Switch";
107
107
  var switch_default = Switch;
108
108
  var toggle = (0, import_tailwind_variants.tv)({
109
109
  slots: {
110
- base: "group relative max-w-fit inline-flex items-center justify-start cursor-pointer",
110
+ base: ["group/switch", "relative", "max-w-fit", "inline-flex", "items-center", "justify-start", "cursor-pointer"],
111
111
  outerWrapper: [
112
112
  "relative",
113
113
  "inline-flex",
114
114
  "items-center",
115
115
  "justify-start",
116
116
  "flex-shrink-0",
117
- "overflow-hidden",
118
117
  "bg-neutral-soft",
118
+ "overflow-hidden",
119
119
  "rounded-full",
120
- "px-[2px]"
120
+ "px-[2px]",
121
+ "hover:bg-primary-main/20"
121
122
  ],
122
123
  wrapper: [
123
124
  "relative",
@@ -128,7 +129,7 @@ var toggle = (0, import_tailwind_variants.tv)({
128
129
  "overflow-hidden",
129
130
  "bg-neutral-light",
130
131
  "rounded-full",
131
- "group-has-[:checked]:bg-primary-main"
132
+ "group-has-[:checked]/switch:bg-primary-main"
132
133
  ],
133
134
  thumb: [
134
135
  "z-10",
@@ -140,33 +141,33 @@ var toggle = (0, import_tailwind_variants.tv)({
140
141
  "rounded-full",
141
142
  "origin-right"
142
143
  ],
143
- label: "relative text-foreground select-none"
144
+ label: ["relative", "text-foreground", "select-none"]
144
145
  },
145
146
  variants: {
146
147
  size: {
147
148
  sm: {
148
- outerWrapper: "w-[48px] h-[24px] px-[3px]",
149
- wrapper: "w-[42px] h-[18px] px-[3px]",
150
- thumb: ["w-[12px] h-[12px]", "group-has-[:checked]:ml-[24px]"],
149
+ outerWrapper: ["w-[48px]", "h-[24px]", "px-[3px]"],
150
+ wrapper: ["w-[42px]", "h-[18px]", "px-[3px]"],
151
+ thumb: ["w-[12px]", "h-[12px]", "group-has-[:checked]/switch:ml-[24px]"],
151
152
  label: "text-sm"
152
153
  },
153
154
  md: {
154
- outerWrapper: "w-[60px] h-[30px] px-[3px]",
155
- wrapper: "w-[54px] h-[24px] px-[3px]",
156
- thumb: ["w-[18px] h-[18px]", "group-has-[:checked]:ml-[30px]"],
155
+ outerWrapper: ["w-[60px]", "h-[30px]", "px-[3px]"],
156
+ wrapper: ["w-[54px]", "h-[24px]", "px-[3px]"],
157
+ thumb: ["w-[18px]", "h-[18px]", "group-has-[:checked]/switch:ml-[30px]"],
157
158
  label: "text-md"
158
159
  },
159
160
  lg: {
160
- outerWrapper: "w-[72px] h-[36px] px-[3px]",
161
- wrapper: "w-[66px] h-[30px] px-[3px]",
162
- thumb: ["w-[24px] h-[24px]", "group-has-[:checked]:ml-[36px]"],
161
+ outerWrapper: ["w-[72px]", "h-[36px]", "px-[3px]"],
162
+ wrapper: ["w-[66px]", "h-[30px]", "px-[3px]"],
163
+ thumb: ["w-[24px]", "h-[24px]", "group-has-[:checked]/switch:ml-[36px]"],
163
164
  label: "text-lg"
164
165
  }
165
166
  },
166
167
  isDisabled: {
167
168
  true: {
168
169
  base: "pointer-events-none",
169
- wrapper: "bg-neutral-light group-has-[:checked]:bg-neutral-light",
170
+ wrapper: "bg-neutral-light group-has-[:checked]/switch:bg-neutral-light",
170
171
  thumb: "bg-trans-soft"
171
172
  }
172
173
  },
@@ -2,7 +2,7 @@
2
2
  import "../../chunk-LVFI2NOH.mjs";
3
3
  import {
4
4
  switch_default
5
- } from "../../chunk-IZOMH2SL.mjs";
5
+ } from "../../chunk-MOINJECK.mjs";
6
6
  import "../../chunk-E3G5QXSH.mjs";
7
7
  import "../../chunk-IZ6II3QA.mjs";
8
8
  export {
@@ -16,20 +16,20 @@ declare const Switch: react.ForwardRefExoticComponent<Props & ToggleVariantProps
16
16
  declare const toggle: tailwind_variants.TVReturnType<{
17
17
  size: {
18
18
  sm: {
19
- outerWrapper: string;
20
- wrapper: string;
19
+ outerWrapper: string[];
20
+ wrapper: string[];
21
21
  thumb: string[];
22
22
  label: string;
23
23
  };
24
24
  md: {
25
- outerWrapper: string;
26
- wrapper: string;
25
+ outerWrapper: string[];
26
+ wrapper: string[];
27
27
  thumb: string[];
28
28
  label: string;
29
29
  };
30
30
  lg: {
31
- outerWrapper: string;
32
- wrapper: string;
31
+ outerWrapper: string[];
32
+ wrapper: string[];
33
33
  thumb: string[];
34
34
  label: string;
35
35
  };
@@ -52,28 +52,28 @@ declare const toggle: tailwind_variants.TVReturnType<{
52
52
  };
53
53
  };
54
54
  }, {
55
- base: string;
55
+ base: string[];
56
56
  outerWrapper: string[];
57
57
  wrapper: string[];
58
58
  thumb: string[];
59
- label: string;
59
+ label: string[];
60
60
  }, undefined, tailwind_variants_dist_config.TVConfig<{
61
61
  size: {
62
62
  sm: {
63
- outerWrapper: string;
64
- wrapper: string;
63
+ outerWrapper: string[];
64
+ wrapper: string[];
65
65
  thumb: string[];
66
66
  label: string;
67
67
  };
68
68
  md: {
69
- outerWrapper: string;
70
- wrapper: string;
69
+ outerWrapper: string[];
70
+ wrapper: string[];
71
71
  thumb: string[];
72
72
  label: string;
73
73
  };
74
74
  lg: {
75
- outerWrapper: string;
76
- wrapper: string;
75
+ outerWrapper: string[];
76
+ wrapper: string[];
77
77
  thumb: string[];
78
78
  label: string;
79
79
  };
@@ -98,20 +98,20 @@ declare const toggle: tailwind_variants.TVReturnType<{
98
98
  }, {
99
99
  size: {
100
100
  sm: {
101
- outerWrapper: string;
102
- wrapper: string;
101
+ outerWrapper: string[];
102
+ wrapper: string[];
103
103
  thumb: string[];
104
104
  label: string;
105
105
  };
106
106
  md: {
107
- outerWrapper: string;
108
- wrapper: string;
107
+ outerWrapper: string[];
108
+ wrapper: string[];
109
109
  thumb: string[];
110
110
  label: string;
111
111
  };
112
112
  lg: {
113
- outerWrapper: string;
114
- wrapper: string;
113
+ outerWrapper: string[];
114
+ wrapper: string[];
115
115
  thumb: string[];
116
116
  label: string;
117
117
  };
@@ -136,20 +136,20 @@ declare const toggle: tailwind_variants.TVReturnType<{
136
136
  }>, {
137
137
  size: {
138
138
  sm: {
139
- outerWrapper: string;
140
- wrapper: string;
139
+ outerWrapper: string[];
140
+ wrapper: string[];
141
141
  thumb: string[];
142
142
  label: string;
143
143
  };
144
144
  md: {
145
- outerWrapper: string;
146
- wrapper: string;
145
+ outerWrapper: string[];
146
+ wrapper: string[];
147
147
  thumb: string[];
148
148
  label: string;
149
149
  };
150
150
  lg: {
151
- outerWrapper: string;
152
- wrapper: string;
151
+ outerWrapper: string[];
152
+ wrapper: string[];
153
153
  thumb: string[];
154
154
  label: string;
155
155
  };
@@ -172,28 +172,28 @@ declare const toggle: tailwind_variants.TVReturnType<{
172
172
  };
173
173
  };
174
174
  }, {
175
- base: string;
175
+ base: string[];
176
176
  outerWrapper: string[];
177
177
  wrapper: string[];
178
178
  thumb: string[];
179
- label: string;
179
+ label: string[];
180
180
  }, tailwind_variants.TVReturnType<{
181
181
  size: {
182
182
  sm: {
183
- outerWrapper: string;
184
- wrapper: string;
183
+ outerWrapper: string[];
184
+ wrapper: string[];
185
185
  thumb: string[];
186
186
  label: string;
187
187
  };
188
188
  md: {
189
- outerWrapper: string;
190
- wrapper: string;
189
+ outerWrapper: string[];
190
+ wrapper: string[];
191
191
  thumb: string[];
192
192
  label: string;
193
193
  };
194
194
  lg: {
195
- outerWrapper: string;
196
- wrapper: string;
195
+ outerWrapper: string[];
196
+ wrapper: string[];
197
197
  thumb: string[];
198
198
  label: string;
199
199
  };
@@ -216,28 +216,28 @@ declare const toggle: tailwind_variants.TVReturnType<{
216
216
  };
217
217
  };
218
218
  }, {
219
- base: string;
219
+ base: string[];
220
220
  outerWrapper: string[];
221
221
  wrapper: string[];
222
222
  thumb: string[];
223
- label: string;
223
+ label: string[];
224
224
  }, undefined, tailwind_variants_dist_config.TVConfig<{
225
225
  size: {
226
226
  sm: {
227
- outerWrapper: string;
228
- wrapper: string;
227
+ outerWrapper: string[];
228
+ wrapper: string[];
229
229
  thumb: string[];
230
230
  label: string;
231
231
  };
232
232
  md: {
233
- outerWrapper: string;
234
- wrapper: string;
233
+ outerWrapper: string[];
234
+ wrapper: string[];
235
235
  thumb: string[];
236
236
  label: string;
237
237
  };
238
238
  lg: {
239
- outerWrapper: string;
240
- wrapper: string;
239
+ outerWrapper: string[];
240
+ wrapper: string[];
241
241
  thumb: string[];
242
242
  label: string;
243
243
  };
@@ -262,20 +262,20 @@ declare const toggle: tailwind_variants.TVReturnType<{
262
262
  }, {
263
263
  size: {
264
264
  sm: {
265
- outerWrapper: string;
266
- wrapper: string;
265
+ outerWrapper: string[];
266
+ wrapper: string[];
267
267
  thumb: string[];
268
268
  label: string;
269
269
  };
270
270
  md: {
271
- outerWrapper: string;
272
- wrapper: string;
271
+ outerWrapper: string[];
272
+ wrapper: string[];
273
273
  thumb: string[];
274
274
  label: string;
275
275
  };
276
276
  lg: {
277
- outerWrapper: string;
278
- wrapper: string;
277
+ outerWrapper: string[];
278
+ wrapper: string[];
279
279
  thumb: string[];
280
280
  label: string;
281
281
  };