@nextui-org/theme 0.0.0-dev-v2-20230606020717 → 0.0.0-dev-v2-20230607013542

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 (58) hide show
  1. package/dist/{chunk-FPQXJXRL.mjs → chunk-6QXUR7SY.mjs} +3 -3
  2. package/dist/{chunk-NU4XY237.mjs → chunk-7PRU5S35.mjs} +2 -2
  3. package/dist/{chunk-XLATS5QU.mjs → chunk-GKMFQDRM.mjs} +5 -0
  4. package/dist/{chunk-WIVW4YCJ.mjs → chunk-KO33WCU2.mjs} +1 -6
  5. package/dist/{chunk-FE6D6PKC.mjs → chunk-QU2TIGOD.mjs} +9 -9
  6. package/dist/{chunk-LNV5ZITR.mjs → chunk-R4PNBVFX.mjs} +10 -10
  7. package/dist/{chunk-GT4IHIJM.mjs → chunk-RJW6H3W2.mjs} +3 -3
  8. package/dist/colors/common.mjs +2 -2
  9. package/dist/colors/index.mjs +5 -5
  10. package/dist/colors/semantic.mjs +4 -4
  11. package/dist/colors.mjs +5 -5
  12. package/dist/components/accordion.d.ts +5 -5
  13. package/dist/components/avatar.d.ts +5 -5
  14. package/dist/components/badge.d.ts +3 -3
  15. package/dist/components/button.d.ts +4 -4
  16. package/dist/components/button.js +1 -6
  17. package/dist/components/button.mjs +1 -1
  18. package/dist/components/card.d.ts +3 -3
  19. package/dist/components/checkbox.d.ts +6 -6
  20. package/dist/components/chip.d.ts +3 -3
  21. package/dist/components/circular-progress.d.ts +3 -3
  22. package/dist/components/code.d.ts +2 -2
  23. package/dist/components/divider.d.ts +2 -2
  24. package/dist/components/drip.d.ts +1 -1
  25. package/dist/components/dropdown.d.ts +8 -8
  26. package/dist/components/image.d.ts +6 -6
  27. package/dist/components/image.js +10 -10
  28. package/dist/components/image.mjs +1 -1
  29. package/dist/components/index.js +14 -19
  30. package/dist/components/index.mjs +27 -27
  31. package/dist/components/input.d.ts +3 -3
  32. package/dist/components/kbd.d.ts +2 -2
  33. package/dist/components/link.d.ts +2 -2
  34. package/dist/components/modal.d.ts +3 -3
  35. package/dist/components/navbar.d.ts +3 -3
  36. package/dist/components/pagination.d.ts +3 -3
  37. package/dist/components/popover.d.ts +5 -4
  38. package/dist/components/popover.js +3 -3
  39. package/dist/components/popover.mjs +1 -1
  40. package/dist/components/progress.d.ts +3 -3
  41. package/dist/components/radio.d.ts +6 -6
  42. package/dist/components/skeleton.d.ts +3 -3
  43. package/dist/components/snippet.d.ts +3 -3
  44. package/dist/components/spacer.d.ts +2 -2
  45. package/dist/components/spinner.d.ts +3 -3
  46. package/dist/components/table.d.ts +3 -3
  47. package/dist/components/tabs.d.ts +3 -3
  48. package/dist/components/toggle.d.ts +3 -3
  49. package/dist/components/user.d.ts +3 -3
  50. package/dist/index.js +19 -19
  51. package/dist/index.mjs +43 -43
  52. package/dist/plugin.js +5 -0
  53. package/dist/plugin.mjs +9 -9
  54. package/dist/utilities/index.d.ts +5 -0
  55. package/dist/utilities/index.js +5 -0
  56. package/dist/utilities/index.mjs +1 -1
  57. package/package.json +2 -2
  58. package/dist/{chunk-TPAK7DPZ.mjs → chunk-CRCBVLUP.mjs} +3 -3
@@ -1,9 +1,9 @@
1
- import {
2
- commonColors
3
- } from "./chunk-TPAK7DPZ.mjs";
4
1
  import {
5
2
  swapColorValues
6
3
  } from "./chunk-37PIXVP4.mjs";
4
+ import {
5
+ commonColors
6
+ } from "./chunk-CRCBVLUP.mjs";
7
7
 
8
8
  // src/colors/semantic.ts
9
9
  import twColors from "tailwindcss/colors.js";
@@ -1,9 +1,9 @@
1
1
  import {
2
2
  semanticColors
3
- } from "./chunk-FPQXJXRL.mjs";
3
+ } from "./chunk-6QXUR7SY.mjs";
4
4
  import {
5
5
  commonColors
6
- } from "./chunk-TPAK7DPZ.mjs";
6
+ } from "./chunk-CRCBVLUP.mjs";
7
7
 
8
8
  // src/colors/index.ts
9
9
  var colors = {
@@ -67,6 +67,11 @@ var utilities = {
67
67
  "transition-property": "transform, background",
68
68
  "transition-timing-function": "ease",
69
69
  "transition-duration": DEFAULT_TRANSITION_DURATION
70
+ },
71
+ ".transition-transform-colors": {
72
+ " transition-property": "transform, color, background, background-color, border-color, text-decoration-color, fill, stroke",
73
+ "transition-timing-function": "ease",
74
+ "transition-duration": DEFAULT_TRANSITION_DURATION
70
75
  }
71
76
  };
72
77
 
@@ -81,7 +81,7 @@ var button = tv({
81
81
  },
82
82
  disableAnimation: {
83
83
  true: "!transition-none",
84
- false: "transition-transform-background motion-reduce:transition-none"
84
+ false: "transition-transform-colors motion-reduce:transition-none"
85
85
  }
86
86
  },
87
87
  defaultVariants: {
@@ -306,11 +306,6 @@ var button = tv({
306
306
  color: "danger",
307
307
  class: colorVariants.ghost.danger
308
308
  },
309
- {
310
- variant: "ghost",
311
- disableAnimation: false,
312
- class: "transition-[transform,background]"
313
- },
314
309
  {
315
310
  isInGroup: true,
316
311
  radius: "base",
@@ -1,21 +1,21 @@
1
1
  import {
2
- semanticColors
3
- } from "./chunk-FPQXJXRL.mjs";
2
+ utilities
3
+ } from "./chunk-GKMFQDRM.mjs";
4
4
  import {
5
- commonColors
6
- } from "./chunk-TPAK7DPZ.mjs";
5
+ baseStyles
6
+ } from "./chunk-INZK6TTL.mjs";
7
7
  import {
8
8
  animations
9
9
  } from "./chunk-DMASP6FA.mjs";
10
10
  import {
11
- utilities
12
- } from "./chunk-XLATS5QU.mjs";
13
- import {
14
- baseStyles
15
- } from "./chunk-INZK6TTL.mjs";
11
+ semanticColors
12
+ } from "./chunk-6QXUR7SY.mjs";
16
13
  import {
17
14
  removeDefaultKeys
18
15
  } from "./chunk-37PIXVP4.mjs";
16
+ import {
17
+ commonColors
18
+ } from "./chunk-CRCBVLUP.mjs";
19
19
 
20
20
  // src/plugin.ts
21
21
  import Color from "color";
@@ -2,7 +2,7 @@
2
2
  import { tv } from "tailwind-variants";
3
3
  var image = tv({
4
4
  slots: {
5
- base: "relative shadow-black/5",
5
+ wrapper: "relative shadow-black/5",
6
6
  zoomedWrapper: "relative overflow-hidden rounded-inherit",
7
7
  img: "relative z-10 opacity-0 shadow-black/5 data-[loaded=true]:opacity-100",
8
8
  blurredImg: [
@@ -119,47 +119,47 @@ var image = tv({
119
119
  },
120
120
  compoundSlots: [
121
121
  {
122
- slots: ["base", "img", "blurredImg", "zoomedWrapper"],
122
+ slots: ["wrapper", "img", "blurredImg", "zoomedWrapper"],
123
123
  radius: "none",
124
124
  class: "rounded-none"
125
125
  },
126
126
  {
127
- slots: ["base", "img", "blurredImg", "zoomedWrapper"],
127
+ slots: ["wrapper", "img", "blurredImg", "zoomedWrapper"],
128
128
  radius: "full",
129
129
  class: "rounded-full"
130
130
  },
131
131
  {
132
- slots: ["base", "img", "blurredImg", "zoomedWrapper"],
132
+ slots: ["wrapper", "img", "blurredImg", "zoomedWrapper"],
133
133
  radius: "base",
134
134
  class: "rounded"
135
135
  },
136
136
  {
137
- slots: ["base", "img", "blurredImg", "zoomedWrapper"],
137
+ slots: ["wrapper", "img", "blurredImg", "zoomedWrapper"],
138
138
  radius: "sm",
139
139
  class: "rounded-sm"
140
140
  },
141
141
  {
142
- slots: ["base", "img", "blurredImg", "zoomedWrapper"],
142
+ slots: ["wrapper", "img", "blurredImg", "zoomedWrapper"],
143
143
  radius: "md",
144
144
  class: "rounded-md"
145
145
  },
146
146
  {
147
- slots: ["base", "img", "blurredImg", "zoomedWrapper"],
147
+ slots: ["wrapper", "img", "blurredImg", "zoomedWrapper"],
148
148
  radius: "lg",
149
149
  class: "rounded-lg"
150
150
  },
151
151
  {
152
- slots: ["base", "img", "blurredImg", "zoomedWrapper"],
152
+ slots: ["wrapper", "img", "blurredImg", "zoomedWrapper"],
153
153
  radius: "xl",
154
154
  class: "rounded-xl"
155
155
  },
156
156
  {
157
- slots: ["base", "img", "blurredImg", "zoomedWrapper"],
157
+ slots: ["wrapper", "img", "blurredImg", "zoomedWrapper"],
158
158
  radius: "2xl",
159
159
  class: "rounded-2xl"
160
160
  },
161
161
  {
162
- slots: ["base", "img", "blurredImg", "zoomedWrapper"],
162
+ slots: ["wrapper", "img", "blurredImg", "zoomedWrapper"],
163
163
  radius: "3xl",
164
164
  class: "rounded-3xl"
165
165
  }
@@ -66,9 +66,9 @@ var popover = tv({
66
66
  size: {
67
67
  xs: { base: "text-xs" },
68
68
  sm: { base: "text-sm" },
69
- md: { base: "text-base" },
70
- lg: { base: "text-lg" },
71
- xl: { base: "text-xl" }
69
+ md: { base: "text-sm" },
70
+ lg: { base: "text-base" },
71
+ xl: { base: "text-lg" }
72
72
  },
73
73
  color: {
74
74
  default: {
@@ -1,13 +1,13 @@
1
1
  import {
2
2
  commonColors
3
- } from "../chunk-TPAK7DPZ.mjs";
3
+ } from "../chunk-CRCBVLUP.mjs";
4
+ import "../chunk-DCEG5LGX.mjs";
4
5
  import "../chunk-L2OL7R23.mjs";
5
6
  import "../chunk-YZYGFPNK.mjs";
6
7
  import "../chunk-Y4YW5MKL.mjs";
7
8
  import "../chunk-KZJBCC2H.mjs";
8
9
  import "../chunk-T3GWIVAM.mjs";
9
10
  import "../chunk-OR5PUD24.mjs";
10
- import "../chunk-DCEG5LGX.mjs";
11
11
  export {
12
12
  commonColors
13
13
  };
@@ -1,21 +1,21 @@
1
1
  import {
2
2
  colors
3
- } from "../chunk-NU4XY237.mjs";
3
+ } from "../chunk-7PRU5S35.mjs";
4
4
  import {
5
5
  semanticColors
6
- } from "../chunk-FPQXJXRL.mjs";
6
+ } from "../chunk-6QXUR7SY.mjs";
7
+ import "../chunk-37PIXVP4.mjs";
7
8
  import "../chunk-M63AFAHO.mjs";
8
9
  import {
9
10
  commonColors
10
- } from "../chunk-TPAK7DPZ.mjs";
11
+ } from "../chunk-CRCBVLUP.mjs";
12
+ import "../chunk-DCEG5LGX.mjs";
11
13
  import "../chunk-L2OL7R23.mjs";
12
14
  import "../chunk-YZYGFPNK.mjs";
13
15
  import "../chunk-Y4YW5MKL.mjs";
14
16
  import "../chunk-KZJBCC2H.mjs";
15
17
  import "../chunk-T3GWIVAM.mjs";
16
18
  import "../chunk-OR5PUD24.mjs";
17
- import "../chunk-DCEG5LGX.mjs";
18
- import "../chunk-37PIXVP4.mjs";
19
19
  export {
20
20
  colors,
21
21
  commonColors,
@@ -2,16 +2,16 @@ import {
2
2
  semanticColors,
3
3
  semanticColorsDark,
4
4
  semanticColorsLight
5
- } from "../chunk-FPQXJXRL.mjs";
6
- import "../chunk-TPAK7DPZ.mjs";
5
+ } from "../chunk-6QXUR7SY.mjs";
6
+ import "../chunk-37PIXVP4.mjs";
7
+ import "../chunk-CRCBVLUP.mjs";
8
+ import "../chunk-DCEG5LGX.mjs";
7
9
  import "../chunk-L2OL7R23.mjs";
8
10
  import "../chunk-YZYGFPNK.mjs";
9
11
  import "../chunk-Y4YW5MKL.mjs";
10
12
  import "../chunk-KZJBCC2H.mjs";
11
13
  import "../chunk-T3GWIVAM.mjs";
12
14
  import "../chunk-OR5PUD24.mjs";
13
- import "../chunk-DCEG5LGX.mjs";
14
- import "../chunk-37PIXVP4.mjs";
15
15
  export {
16
16
  semanticColors,
17
17
  semanticColorsDark,
package/dist/colors.mjs CHANGED
@@ -1,22 +1,22 @@
1
1
  import "./chunk-WQEDQHKX.mjs";
2
2
  import {
3
3
  colors
4
- } from "./chunk-NU4XY237.mjs";
4
+ } from "./chunk-7PRU5S35.mjs";
5
5
  import {
6
6
  semanticColors
7
- } from "./chunk-FPQXJXRL.mjs";
7
+ } from "./chunk-6QXUR7SY.mjs";
8
+ import "./chunk-37PIXVP4.mjs";
8
9
  import "./chunk-M63AFAHO.mjs";
9
10
  import {
10
11
  commonColors
11
- } from "./chunk-TPAK7DPZ.mjs";
12
+ } from "./chunk-CRCBVLUP.mjs";
13
+ import "./chunk-DCEG5LGX.mjs";
12
14
  import "./chunk-L2OL7R23.mjs";
13
15
  import "./chunk-YZYGFPNK.mjs";
14
16
  import "./chunk-Y4YW5MKL.mjs";
15
17
  import "./chunk-KZJBCC2H.mjs";
16
18
  import "./chunk-T3GWIVAM.mjs";
17
19
  import "./chunk-OR5PUD24.mjs";
18
- import "./chunk-DCEG5LGX.mjs";
19
- import "./chunk-37PIXVP4.mjs";
20
20
  export {
21
21
  colors,
22
22
  commonColors,
@@ -22,7 +22,7 @@ declare const accordion: tailwind_variants.TVReturnType<{
22
22
  fullWidth: {
23
23
  true: string;
24
24
  };
25
- }, unknown, undefined, undefined, "px-2", tailwind_variants_dist_config.TVConfig<{
25
+ }, undefined, "px-2", tailwind_variants_dist_config.TVConfig<{
26
26
  variant: {
27
27
  light: string;
28
28
  shadow: string;
@@ -32,7 +32,7 @@ declare const accordion: tailwind_variants.TVReturnType<{
32
32
  fullWidth: {
33
33
  true: string;
34
34
  };
35
- }, unknown>>;
35
+ }, unknown>, unknown, undefined>;
36
36
  /**
37
37
  * AccordionItem wrapper **Tailwind Variants** component
38
38
  *
@@ -96,7 +96,7 @@ declare const accordionItem: tailwind_variants.TVReturnType<{
96
96
  indicator: string;
97
97
  };
98
98
  };
99
- }, unknown, {
99
+ }, {
100
100
  base: string[];
101
101
  heading: string;
102
102
  trigger: string[];
@@ -106,7 +106,7 @@ declare const accordionItem: tailwind_variants.TVReturnType<{
106
106
  title: string;
107
107
  subtitle: string;
108
108
  content: string;
109
- }, undefined, undefined, tailwind_variants_dist_config.TVConfig<{
109
+ }, undefined, tailwind_variants_dist_config.TVConfig<{
110
110
  isCompact: {
111
111
  true: {
112
112
  trigger: string;
@@ -147,7 +147,7 @@ declare const accordionItem: tailwind_variants.TVReturnType<{
147
147
  indicator: string;
148
148
  };
149
149
  };
150
- }, unknown>>;
150
+ }, unknown>, unknown, undefined>;
151
151
  type AccordionGroupVariantProps = VariantProps<typeof accordion>;
152
152
  type AccordionItemVariantProps = VariantProps<typeof accordionItem>;
153
153
  type AccordionItemSlots = keyof ReturnType<typeof accordionItem>;
@@ -101,13 +101,13 @@ declare const avatar: tailwind_variants.TVReturnType<{
101
101
  base: string;
102
102
  };
103
103
  };
104
- }, unknown, {
104
+ }, {
105
105
  base: string[];
106
106
  img: string[];
107
107
  fallback: string[];
108
108
  name: string[];
109
109
  icon: string[];
110
- }, undefined, undefined, tailwind_variants_dist_config.TVConfig<{
110
+ }, undefined, tailwind_variants_dist_config.TVConfig<{
111
111
  size: {
112
112
  xs: {
113
113
  base: string;
@@ -194,7 +194,7 @@ declare const avatar: tailwind_variants.TVReturnType<{
194
194
  base: string;
195
195
  };
196
196
  };
197
- }, unknown>>;
197
+ }, unknown>, unknown, undefined>;
198
198
  /**
199
199
  * AvatarGroup wrapper **Tailwind Variants** component
200
200
  *
@@ -209,11 +209,11 @@ declare const avatarGroup: tailwind_variants.TVReturnType<{
209
209
  isGrid: {
210
210
  true: string;
211
211
  };
212
- }, unknown, undefined, undefined, "flex items-center justify-center h-auto w-max-content", tailwind_variants_dist_config.TVConfig<{
212
+ }, undefined, "flex items-center justify-center h-auto w-max-content", tailwind_variants_dist_config.TVConfig<{
213
213
  isGrid: {
214
214
  true: string;
215
215
  };
216
- }, unknown>>;
216
+ }, unknown>, unknown, undefined>;
217
217
  type AvatarGroupVariantProps = VariantProps<typeof avatarGroup>;
218
218
  type AvatarVariantProps = VariantProps<typeof avatar>;
219
219
  type AvatarSlots = keyof ReturnType<typeof avatar>;
@@ -119,10 +119,10 @@ declare const badge: tailwind_variants.TVReturnType<{
119
119
  badge: string;
120
120
  };
121
121
  };
122
- }, unknown, {
122
+ }, {
123
123
  base: string[];
124
124
  badge: string[];
125
- }, undefined, undefined, tailwind_variants_dist_config.TVConfig<{
125
+ }, undefined, tailwind_variants_dist_config.TVConfig<{
126
126
  variant: {
127
127
  solid: {};
128
128
  flat: {};
@@ -228,7 +228,7 @@ declare const badge: tailwind_variants.TVReturnType<{
228
228
  badge: string;
229
229
  };
230
230
  };
231
- }, unknown>>;
231
+ }, unknown>, unknown, undefined>;
232
232
  type BadgeVariantProps = VariantProps<typeof badge>;
233
233
  type BadgeSlots = keyof ReturnType<typeof badge>;
234
234
 
@@ -74,7 +74,7 @@ declare const button: tailwind_variants.TVReturnType<{
74
74
  true: string;
75
75
  false: string;
76
76
  };
77
- }, unknown, undefined, undefined, string[], tailwind_variants_dist_config.TVConfig<{
77
+ }, undefined, string[], tailwind_variants_dist_config.TVConfig<{
78
78
  variant: {
79
79
  solid: string;
80
80
  bordered: string;
@@ -130,7 +130,7 @@ declare const button: tailwind_variants.TVReturnType<{
130
130
  true: string;
131
131
  false: string;
132
132
  };
133
- }, unknown>>;
133
+ }, unknown>, unknown, undefined>;
134
134
  /**
135
135
  * ButtonGroup wrapper **Tailwind Variants** component
136
136
  *
@@ -145,11 +145,11 @@ declare const buttonGroup: tailwind_variants.TVReturnType<{
145
145
  fullWidth: {
146
146
  true: string;
147
147
  };
148
- }, unknown, undefined, undefined, "inline-flex items-center justify-center h-auto", tailwind_variants_dist_config.TVConfig<{
148
+ }, undefined, "inline-flex items-center justify-center h-auto", tailwind_variants_dist_config.TVConfig<{
149
149
  fullWidth: {
150
150
  true: string;
151
151
  };
152
- }, unknown>>;
152
+ }, unknown>, unknown, undefined>;
153
153
  type ButtonGroupVariantProps = VariantProps<typeof buttonGroup>;
154
154
  type ButtonVariantProps = VariantProps<typeof button>;
155
155
 
@@ -178,7 +178,7 @@ var button = (0, import_tailwind_variants.tv)({
178
178
  },
179
179
  disableAnimation: {
180
180
  true: "!transition-none",
181
- false: "transition-transform-background motion-reduce:transition-none"
181
+ false: "transition-transform-colors motion-reduce:transition-none"
182
182
  }
183
183
  },
184
184
  defaultVariants: {
@@ -403,11 +403,6 @@ var button = (0, import_tailwind_variants.tv)({
403
403
  color: "danger",
404
404
  class: colorVariants.ghost.danger
405
405
  },
406
- {
407
- variant: "ghost",
408
- disableAnimation: false,
409
- class: "transition-[transform,background]"
410
- },
411
406
  {
412
407
  isInGroup: true,
413
408
  radius: "base",
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  button,
3
3
  buttonGroup
4
- } from "../chunk-WIVW4YCJ.mjs";
4
+ } from "../chunk-KO33WCU2.mjs";
5
5
  import "../chunk-CMYR6AOY.mjs";
6
6
  import "../chunk-K7LK7NCE.mjs";
7
7
  import "../chunk-IQPW7V4N.mjs";
@@ -123,12 +123,12 @@ declare const card: tailwind_variants.TVReturnType<{
123
123
  base: string;
124
124
  };
125
125
  };
126
- }, unknown, {
126
+ }, {
127
127
  base: string[];
128
128
  header: string[];
129
129
  body: string[];
130
130
  footer: string[];
131
- }, undefined, undefined, tailwind_variants_dist_config.TVConfig<{
131
+ }, undefined, tailwind_variants_dist_config.TVConfig<{
132
132
  shadow: {
133
133
  none: {
134
134
  base: string;
@@ -235,7 +235,7 @@ declare const card: tailwind_variants.TVReturnType<{
235
235
  base: string;
236
236
  };
237
237
  };
238
- }, unknown>>;
238
+ }, unknown>, unknown, undefined>;
239
239
  type CardVariantProps = VariantProps<typeof card>;
240
240
  type CardSlots = keyof ReturnType<typeof card>;
241
241
  type CardReturnType = ReturnType<typeof card>;
@@ -111,12 +111,12 @@ declare const checkbox: tailwind_variants.TVReturnType<{
111
111
  label: string;
112
112
  };
113
113
  };
114
- }, unknown, {
114
+ }, {
115
115
  base: string;
116
116
  wrapper: string[];
117
117
  icon: string;
118
118
  label: string;
119
- }, undefined, undefined, tailwind_variants_dist_config.TVConfig<{
119
+ }, undefined, tailwind_variants_dist_config.TVConfig<{
120
120
  color: {
121
121
  default: {
122
122
  wrapper: string;
@@ -209,7 +209,7 @@ declare const checkbox: tailwind_variants.TVReturnType<{
209
209
  label: string;
210
210
  };
211
211
  };
212
- }, unknown>>;
212
+ }, unknown>, unknown, undefined>;
213
213
  /**
214
214
  * CheckboxGroup wrapper **Tailwind Variants** component
215
215
  *
@@ -229,19 +229,19 @@ declare const checkboxGroup: tailwind_variants.TVReturnType<tailwind_variants.TV
229
229
  wrapper: string;
230
230
  description: string;
231
231
  errorMessage: string;
232
- }, undefined> | {}, unknown, {
232
+ }, undefined> | {}, {
233
233
  base: string;
234
234
  label: string;
235
235
  wrapper: string;
236
236
  description: string;
237
237
  errorMessage: string;
238
- }, undefined, undefined, tailwind_variants_dist_config.TVConfig<tailwind_variants.TVVariantsDefault<{
238
+ }, undefined, tailwind_variants_dist_config.TVConfig<tailwind_variants.TVVariantsDefault<{
239
239
  base: string;
240
240
  label: string;
241
241
  wrapper: string;
242
242
  description: string;
243
243
  errorMessage: string;
244
- }, undefined> | {}, unknown>>;
244
+ }, undefined> | {}, unknown>, unknown, undefined>;
245
245
  type CheckboxGroupSlots = keyof ReturnType<typeof checkboxGroup>;
246
246
  type CheckboxVariantProps = VariantProps<typeof checkbox>;
247
247
  type CheckboxSlots = keyof ReturnType<typeof checkbox>;
@@ -140,13 +140,13 @@ declare const chip: tailwind_variants.TVReturnType<{
140
140
  closeButton: string[];
141
141
  };
142
142
  };
143
- }, unknown, {
143
+ }, {
144
144
  base: string[];
145
145
  content: string;
146
146
  dot: string[];
147
147
  avatar: string;
148
148
  closeButton: string[];
149
- }, undefined, undefined, tailwind_variants_dist_config.TVConfig<{
149
+ }, undefined, tailwind_variants_dist_config.TVConfig<{
150
150
  variant: {
151
151
  solid: {};
152
152
  bordered: {
@@ -267,7 +267,7 @@ declare const chip: tailwind_variants.TVReturnType<{
267
267
  closeButton: string[];
268
268
  };
269
269
  };
270
- }, unknown>>;
270
+ }, unknown>, unknown, undefined>;
271
271
  type ChipVariantProps = VariantProps<typeof chip>;
272
272
  type ChipSlots = keyof ReturnType<typeof chip>;
273
273
 
@@ -85,7 +85,7 @@ declare const circularProgress: tailwind_variants.TVReturnType<{
85
85
  indicator: string;
86
86
  };
87
87
  };
88
- }, unknown, {
88
+ }, {
89
89
  base: string;
90
90
  label: string;
91
91
  svgWrapper: string;
@@ -93,7 +93,7 @@ declare const circularProgress: tailwind_variants.TVReturnType<{
93
93
  track: string;
94
94
  indicator: string;
95
95
  value: string;
96
- }, undefined, undefined, tailwind_variants_dist_config.TVConfig<{
96
+ }, undefined, tailwind_variants_dist_config.TVConfig<{
97
97
  color: {
98
98
  default: {
99
99
  svg: string;
@@ -157,7 +157,7 @@ declare const circularProgress: tailwind_variants.TVReturnType<{
157
157
  indicator: string;
158
158
  };
159
159
  };
160
- }, unknown>>;
160
+ }, unknown>, unknown, undefined>;
161
161
  type CircularProgressVariantProps = VariantProps<typeof circularProgress>;
162
162
  type CircularProgressSlots = keyof ReturnType<typeof circularProgress>;
163
163
 
@@ -37,7 +37,7 @@ declare const code: tailwind_variants.TVReturnType<{
37
37
  xl: string;
38
38
  full: string;
39
39
  };
40
- }, unknown, undefined, undefined, string[], tailwind_variants_dist_config.TVConfig<{
40
+ }, undefined, string[], tailwind_variants_dist_config.TVConfig<{
41
41
  color: {
42
42
  default: string;
43
43
  primary: string;
@@ -62,7 +62,7 @@ declare const code: tailwind_variants.TVReturnType<{
62
62
  xl: string;
63
63
  full: string;
64
64
  };
65
- }, unknown>>;
65
+ }, unknown>, unknown, undefined>;
66
66
  type CodeVariantProps = VariantProps<typeof code>;
67
67
 
68
68
  export { CodeVariantProps, code };
@@ -16,12 +16,12 @@ declare const divider: tailwind_variants.TVReturnType<{
16
16
  horizontal: string;
17
17
  vertical: string;
18
18
  };
19
- }, unknown, undefined, undefined, "shrink-0 bg-border border-none", tailwind_variants_dist_config.TVConfig<{
19
+ }, undefined, "shrink-0 bg-border border-none", tailwind_variants_dist_config.TVConfig<{
20
20
  orientation: {
21
21
  horizontal: string;
22
22
  vertical: string;
23
23
  };
24
- }, unknown>>;
24
+ }, unknown>, unknown, undefined>;
25
25
  type DividerVariantProps = VariantProps<typeof divider>;
26
26
 
27
27
  export { DividerVariantProps, divider };
@@ -9,6 +9,6 @@ import * as tailwind_variants from 'tailwind-variants';
9
9
  * @example
10
10
  * <span ref={dripRef} className={classNames())} />
11
11
  */
12
- declare const drip: tailwind_variants.TVReturnType<tailwind_variants.TVVariantsDefault<undefined, string[]> | {}, unknown, undefined, undefined, string[], tailwind_variants_dist_config.TVConfig<tailwind_variants.TVVariantsDefault<undefined, string[]> | {}, unknown>>;
12
+ declare const drip: tailwind_variants.TVReturnType<tailwind_variants.TVVariantsDefault<undefined, string[]> | {}, undefined, string[], tailwind_variants_dist_config.TVConfig<tailwind_variants.TVVariantsDefault<undefined, string[]> | {}, unknown>, unknown, undefined>;
13
13
 
14
14
  export { drip };