@nextui-org/theme 0.0.0-dev-v2-20230624033637 → 0.0.0-dev-v2-20230625035223

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.
@@ -9,18 +9,16 @@ import {
9
9
  import { tv } from "tailwind-variants";
10
10
  var pagination = tv({
11
11
  slots: {
12
- base: [
12
+ base: ["p-2.5", "-m-2.5", "overflow-x-scroll", "scrollbar-hide"],
13
+ wrapper: [
13
14
  "flex",
14
15
  "flex-nowrap",
15
16
  "h-fit",
16
17
  "max-w-fit",
17
- "p-2.5",
18
- "-m-2.5",
19
18
  "relative",
20
19
  "gap-1",
21
20
  "items-center",
22
- "overflow-x-scroll",
23
- "scrollbar-hide"
21
+ "overflow-visible"
24
22
  ],
25
23
  item: ["tap-highlight-transparent", "select-none", "touch-none"],
26
24
  prev: "",
@@ -92,8 +90,9 @@ var pagination = tv({
92
90
  },
93
91
  isCompact: {
94
92
  true: {
95
- base: "gap-0",
93
+ wrapper: "gap-0 shadow-sm",
96
94
  item: [
95
+ "shadow-none",
97
96
  "first-of-type:rounded-r-none",
98
97
  "last-of-type:rounded-l-none",
99
98
  "[&:not(:first-of-type):not(:last-of-type)]:rounded-none"
@@ -310,6 +309,7 @@ var pagination = tv({
310
309
  "flex-wrap",
311
310
  "truncate",
312
311
  "box-border",
312
+ "shadow-sm",
313
313
  "outline-none",
314
314
  "items-center",
315
315
  "justify-center",
@@ -360,37 +360,37 @@ var pagination = tv({
360
360
  class: "min-w-11 w-11 h-11 text-base"
361
361
  },
362
362
  {
363
- slots: ["item", "cursor", "prev", "next"],
363
+ slots: ["wrapper", "item", "cursor", "prev", "next"],
364
364
  radius: "none",
365
365
  class: "rounded-none"
366
366
  },
367
367
  {
368
- slots: ["item", "cursor", "prev", "next"],
368
+ slots: ["wrapper", "item", "cursor", "prev", "next"],
369
369
  radius: "base",
370
370
  class: "rounded-base"
371
371
  },
372
372
  {
373
- slots: ["item", "cursor", "prev", "next"],
373
+ slots: ["wrapper", "item", "cursor", "prev", "next"],
374
374
  radius: "sm",
375
375
  class: "rounded-sm"
376
376
  },
377
377
  {
378
- slots: ["item", "cursor", "prev", "next"],
378
+ slots: ["wrapper", "item", "cursor", "prev", "next"],
379
379
  radius: "md",
380
380
  class: "rounded"
381
381
  },
382
382
  {
383
- slots: ["item", "cursor", "prev", "next"],
383
+ slots: ["wrapper", "item", "cursor", "prev", "next"],
384
384
  radius: "lg",
385
385
  class: "rounded-lg"
386
386
  },
387
387
  {
388
- slots: ["item", "cursor", "prev", "next"],
388
+ slots: ["wrapper", "item", "cursor", "prev", "next"],
389
389
  radius: "xl",
390
390
  class: "rounded-xl"
391
391
  },
392
392
  {
393
- slots: ["item", "cursor", "prev", "next"],
393
+ slots: ["wrapper", "item", "cursor", "prev", "next"],
394
394
  radius: "full",
395
395
  class: "rounded-full"
396
396
  }
@@ -1,12 +1,12 @@
1
1
  import {
2
2
  utilities
3
- } from "./chunk-UNQJ7BRW.mjs";
3
+ } from "./chunk-OQGOVMIP.mjs";
4
4
  import {
5
5
  baseStyles
6
6
  } from "./chunk-G2ZSNGR5.mjs";
7
7
  import {
8
8
  semanticColors
9
- } from "./chunk-BWO5RTQF.mjs";
9
+ } from "./chunk-N6M7XBU3.mjs";
10
10
  import {
11
11
  removeDefaultKeys
12
12
  } from "./chunk-37PIXVP4.mjs";
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  semanticColors
3
- } from "./chunk-BWO5RTQF.mjs";
3
+ } from "./chunk-N6M7XBU3.mjs";
4
4
  import {
5
5
  commonColors
6
6
  } from "./chunk-5LKRUH3Q.mjs";
@@ -33,23 +33,28 @@ var dropdownItem = tv({
33
33
  "rounded-lg",
34
34
  "outline-none",
35
35
  "cursor-pointer",
36
+ "tap-highlight-transparent",
36
37
  ...dataFocusVisibleClasses,
37
38
  "data-[focus-visible=true]:dark:ring-offset-background-content1"
38
39
  ],
39
40
  wrapper: "w-full flex flex-col items-start justify-center",
40
- title: "flex-1 text-sm font-normal truncate",
41
- description: ["text-xs", "w-full", "text-foreground-500", "group-hover:text-current"],
41
+ title: "flex-1 text-base lg:text-sm font-normal truncate",
42
+ description: [
43
+ "text-sm lg:text-xs",
44
+ "w-full",
45
+ "text-foreground-500",
46
+ "group-hover:text-current"
47
+ ],
42
48
  selectedIcon: ["text-inherit", "w-3", "h-3", "flex-shrink-0"],
43
49
  shortcut: [
44
50
  "px-1",
45
51
  "py-0.5",
46
52
  "rounded",
47
53
  "font-sans",
48
- "opacity-60",
49
- "text-inherit",
54
+ "text-foreground-500",
50
55
  "text-xs",
51
56
  "border",
52
- "border-default-200",
57
+ "border-boundary",
53
58
  "group-hover:border-current"
54
59
  ]
55
60
  },
@@ -82,20 +87,6 @@ var dropdownItem = tv({
82
87
  warning: {},
83
88
  danger: {}
84
89
  },
85
- showDivider: {
86
- true: {
87
- base: [
88
- "mt-2",
89
- "before-content-['']",
90
- "before:absolute",
91
- "before:-top-1.5",
92
- "before:left-0",
93
- "before:right-0",
94
- "before:h-px",
95
- "before:bg-divider"
96
- ]
97
- }
98
- },
99
90
  isDisabled: {
100
91
  true: {
101
92
  base: "opacity-50 pointer-events-none"
@@ -370,23 +361,8 @@ var dropdownSection = tv({
370
361
  slots: {
371
362
  base: "relative mb-2",
372
363
  heading: "pl-1 text-xs text-foreground-500",
373
- group: "pt-1"
374
- },
375
- variants: {
376
- showDivider: {
377
- true: {
378
- heading: [
379
- "mt-2",
380
- "before-content-['']",
381
- "before:absolute",
382
- "before:-top-1",
383
- "before:left-0",
384
- "before:right-0",
385
- "before:h-px",
386
- "before:bg-divider"
387
- ]
388
- }
389
- }
364
+ group: "data-[has-title=true]:pt-1",
365
+ divider: "mt-2"
390
366
  }
391
367
  });
392
368
  var dropdownMenu = tv({
@@ -11,7 +11,7 @@ import { readableColor } from "color2k";
11
11
  var base = {
12
12
  light: {
13
13
  background: {
14
- DEFAULT: "#ffffff"
14
+ DEFAULT: "#FFFFFF"
15
15
  },
16
16
  foreground: {
17
17
  ...twColors.zinc,
@@ -21,13 +21,13 @@ var base = {
21
21
  DEFAULT: "rgba(17, 17, 17, 0.15)"
22
22
  },
23
23
  boundary: {
24
- DEFAULT: twColors.zinc[100]
24
+ DEFAULT: twColors.zinc[300]
25
25
  },
26
26
  focus: {
27
27
  DEFAULT: commonColors.blue[500]
28
28
  },
29
29
  content1: {
30
- DEFAULT: "#ffffff",
30
+ DEFAULT: "#FFFFFF",
31
31
  foreground: "#11181C"
32
32
  },
33
33
  content2: {
@@ -19,7 +19,7 @@ var tabs = tv({
19
19
  "flex-nowrap",
20
20
  "overflow-x-scroll",
21
21
  "scrollbar-hide",
22
- "bg-default-100"
22
+ "bg-content2"
23
23
  ],
24
24
  tab: [
25
25
  "z-0",
@@ -22,6 +22,7 @@ var popover = tv({
22
22
  "text-base",
23
23
  "outline-none",
24
24
  "box-border",
25
+ "overflow-hidden",
25
26
  ...dataFocusVisibleClasses
26
27
  ],
27
28
  trigger: ["z-10"],
@@ -169,7 +169,7 @@ function swapColorValues(colors2) {
169
169
  var base = {
170
170
  light: {
171
171
  background: {
172
- DEFAULT: "#ffffff"
172
+ DEFAULT: "#FFFFFF"
173
173
  },
174
174
  foreground: {
175
175
  ...import_colors.default.zinc,
@@ -179,13 +179,13 @@ var base = {
179
179
  DEFAULT: "rgba(17, 17, 17, 0.15)"
180
180
  },
181
181
  boundary: {
182
- DEFAULT: import_colors.default.zinc[100]
182
+ DEFAULT: import_colors.default.zinc[300]
183
183
  },
184
184
  focus: {
185
185
  DEFAULT: commonColors.blue[500]
186
186
  },
187
187
  content1: {
188
- DEFAULT: "#ffffff",
188
+ DEFAULT: "#FFFFFF",
189
189
  foreground: "#11181C"
190
190
  },
191
191
  content2: {
@@ -1,9 +1,9 @@
1
1
  import {
2
2
  colors
3
- } from "../chunk-TFIDBELY.mjs";
3
+ } from "../chunk-GVNDH7OI.mjs";
4
4
  import {
5
5
  semanticColors
6
- } from "../chunk-BWO5RTQF.mjs";
6
+ } from "../chunk-N6M7XBU3.mjs";
7
7
  import "../chunk-37PIXVP4.mjs";
8
8
  import "../chunk-M63AFAHO.mjs";
9
9
  import {
@@ -167,7 +167,7 @@ var commonColors = {
167
167
  var base = {
168
168
  light: {
169
169
  background: {
170
- DEFAULT: "#ffffff"
170
+ DEFAULT: "#FFFFFF"
171
171
  },
172
172
  foreground: {
173
173
  ...import_colors.default.zinc,
@@ -177,13 +177,13 @@ var base = {
177
177
  DEFAULT: "rgba(17, 17, 17, 0.15)"
178
178
  },
179
179
  boundary: {
180
- DEFAULT: import_colors.default.zinc[100]
180
+ DEFAULT: import_colors.default.zinc[300]
181
181
  },
182
182
  focus: {
183
183
  DEFAULT: commonColors.blue[500]
184
184
  },
185
185
  content1: {
186
- DEFAULT: "#ffffff",
186
+ DEFAULT: "#FFFFFF",
187
187
  foreground: "#11181C"
188
188
  },
189
189
  content2: {
@@ -2,7 +2,7 @@ import {
2
2
  brandColorsDark,
3
3
  brandColorsLight,
4
4
  semanticColors
5
- } from "../chunk-BWO5RTQF.mjs";
5
+ } from "../chunk-N6M7XBU3.mjs";
6
6
  import "../chunk-37PIXVP4.mjs";
7
7
  import "../chunk-5LKRUH3Q.mjs";
8
8
  import "../chunk-DCEG5LGX.mjs";
package/dist/colors.js CHANGED
@@ -169,7 +169,7 @@ function swapColorValues(colors2) {
169
169
  var base = {
170
170
  light: {
171
171
  background: {
172
- DEFAULT: "#ffffff"
172
+ DEFAULT: "#FFFFFF"
173
173
  },
174
174
  foreground: {
175
175
  ...import_colors.default.zinc,
@@ -179,13 +179,13 @@ var base = {
179
179
  DEFAULT: "rgba(17, 17, 17, 0.15)"
180
180
  },
181
181
  boundary: {
182
- DEFAULT: import_colors.default.zinc[100]
182
+ DEFAULT: import_colors.default.zinc[300]
183
183
  },
184
184
  focus: {
185
185
  DEFAULT: commonColors.blue[500]
186
186
  },
187
187
  content1: {
188
- DEFAULT: "#ffffff",
188
+ DEFAULT: "#FFFFFF",
189
189
  foreground: "#11181C"
190
190
  },
191
191
  content2: {
package/dist/colors.mjs CHANGED
@@ -1,10 +1,10 @@
1
1
  import "./chunk-WQEDQHKX.mjs";
2
2
  import {
3
3
  colors
4
- } from "./chunk-TFIDBELY.mjs";
4
+ } from "./chunk-GVNDH7OI.mjs";
5
5
  import {
6
6
  semanticColors
7
- } from "./chunk-BWO5RTQF.mjs";
7
+ } from "./chunk-N6M7XBU3.mjs";
8
8
  import "./chunk-37PIXVP4.mjs";
9
9
  import "./chunk-M63AFAHO.mjs";
10
10
  import {
@@ -72,11 +72,6 @@ declare const dropdownItem: tailwind_variants.TVReturnType<{
72
72
  warning: {};
73
73
  danger: {};
74
74
  };
75
- showDivider: {
76
- true: {
77
- base: string[];
78
- };
79
- };
80
75
  isDisabled: {
81
76
  true: {
82
77
  base: string;
@@ -122,11 +117,6 @@ declare const dropdownItem: tailwind_variants.TVReturnType<{
122
117
  warning: {};
123
118
  danger: {};
124
119
  };
125
- showDivider: {
126
- true: {
127
- base: string[];
128
- };
129
- };
130
120
  isDisabled: {
131
121
  true: {
132
122
  base: string;
@@ -165,11 +155,6 @@ declare const dropdownItem: tailwind_variants.TVReturnType<{
165
155
  warning: {};
166
156
  danger: {};
167
157
  };
168
- showDivider: {
169
- true: {
170
- base: string[];
171
- };
172
- };
173
158
  isDisabled: {
174
159
  true: {
175
160
  base: string;
@@ -208,11 +193,6 @@ declare const dropdownItem: tailwind_variants.TVReturnType<{
208
193
  warning: {};
209
194
  danger: {};
210
195
  };
211
- showDivider: {
212
- true: {
213
- base: string[];
214
- };
215
- };
216
196
  isDisabled: {
217
197
  true: {
218
198
  base: string;
@@ -233,10 +213,10 @@ declare const dropdownItem: tailwind_variants.TVReturnType<{
233
213
  /**
234
214
  * Dropdown wrapper **Tailwind Variants** component
235
215
  *
236
- * const { section, heading } = dropdownSection({...})
216
+ * const { base, section, heading } = dropdownSection({...})
237
217
  *
238
218
  * @example
239
- * <div>
219
+ * <div className={base()}>
240
220
  * <button className={trigger()} aria-expanded="true/false">your trigger</button>
241
221
  * <div className={section()}>
242
222
  * // dropdown content
@@ -244,38 +224,40 @@ declare const dropdownItem: tailwind_variants.TVReturnType<{
244
224
  * </div>
245
225
  * </div>
246
226
  */
247
- declare const dropdownSection: tailwind_variants.TVReturnType<{
248
- showDivider: {
249
- true: {
250
- heading: string[];
251
- };
252
- };
253
- }, {
227
+ declare const dropdownSection: tailwind_variants.TVReturnType<tailwind_variants.TVVariantsDefault<{
254
228
  base: string;
255
229
  heading: string;
256
230
  group: string;
257
- }, undefined, tailwind_variants_dist_config.TVConfig<{
258
- showDivider: {
259
- true: {
260
- heading: string[];
261
- };
262
- };
263
- }, {
264
- showDivider: {
265
- true: {
266
- heading: string[];
267
- };
268
- };
269
- }>, {
270
- showDivider: {
271
- true: {
272
- heading: string[];
273
- };
274
- };
275
- }, {
231
+ divider: string;
232
+ }, undefined> | {
233
+ [x: string]: {
234
+ [x: string]: tailwind_variants.ClassValue | tailwind_variants.SlotsClassValue<{
235
+ base: string;
236
+ heading: string;
237
+ group: string;
238
+ divider: string;
239
+ }, undefined>;
240
+ } | undefined;
241
+ } | {}, {
242
+ base: string;
243
+ heading: string;
244
+ group: string;
245
+ divider: string;
246
+ }, undefined, tailwind_variants_dist_config.TVConfig<unknown, tailwind_variants.TVVariantsDefault<{
247
+ base: string;
248
+ heading: string;
249
+ group: string;
250
+ divider: string;
251
+ }, undefined> | {}>, tailwind_variants.TVVariantsDefault<{
252
+ base: string;
253
+ heading: string;
254
+ group: string;
255
+ divider: string;
256
+ }, undefined> | {}, {
276
257
  base: string;
277
258
  heading: string;
278
259
  group: string;
260
+ divider: string;
279
261
  }>;
280
262
  /**
281
263
  * Dropdown Menu wrapper **Tailwind Variants** component
@@ -69,23 +69,28 @@ var dropdownItem = (0, import_tailwind_variants.tv)({
69
69
  "rounded-lg",
70
70
  "outline-none",
71
71
  "cursor-pointer",
72
+ "tap-highlight-transparent",
72
73
  ...dataFocusVisibleClasses,
73
74
  "data-[focus-visible=true]:dark:ring-offset-background-content1"
74
75
  ],
75
76
  wrapper: "w-full flex flex-col items-start justify-center",
76
- title: "flex-1 text-sm font-normal truncate",
77
- description: ["text-xs", "w-full", "text-foreground-500", "group-hover:text-current"],
77
+ title: "flex-1 text-base lg:text-sm font-normal truncate",
78
+ description: [
79
+ "text-sm lg:text-xs",
80
+ "w-full",
81
+ "text-foreground-500",
82
+ "group-hover:text-current"
83
+ ],
78
84
  selectedIcon: ["text-inherit", "w-3", "h-3", "flex-shrink-0"],
79
85
  shortcut: [
80
86
  "px-1",
81
87
  "py-0.5",
82
88
  "rounded",
83
89
  "font-sans",
84
- "opacity-60",
85
- "text-inherit",
90
+ "text-foreground-500",
86
91
  "text-xs",
87
92
  "border",
88
- "border-default-200",
93
+ "border-boundary",
89
94
  "group-hover:border-current"
90
95
  ]
91
96
  },
@@ -118,20 +123,6 @@ var dropdownItem = (0, import_tailwind_variants.tv)({
118
123
  warning: {},
119
124
  danger: {}
120
125
  },
121
- showDivider: {
122
- true: {
123
- base: [
124
- "mt-2",
125
- "before-content-['']",
126
- "before:absolute",
127
- "before:-top-1.5",
128
- "before:left-0",
129
- "before:right-0",
130
- "before:h-px",
131
- "before:bg-divider"
132
- ]
133
- }
134
- },
135
126
  isDisabled: {
136
127
  true: {
137
128
  base: "opacity-50 pointer-events-none"
@@ -406,23 +397,8 @@ var dropdownSection = (0, import_tailwind_variants.tv)({
406
397
  slots: {
407
398
  base: "relative mb-2",
408
399
  heading: "pl-1 text-xs text-foreground-500",
409
- group: "pt-1"
410
- },
411
- variants: {
412
- showDivider: {
413
- true: {
414
- heading: [
415
- "mt-2",
416
- "before-content-['']",
417
- "before:absolute",
418
- "before:-top-1",
419
- "before:left-0",
420
- "before:right-0",
421
- "before:h-px",
422
- "before:bg-divider"
423
- ]
424
- }
425
- }
400
+ group: "data-[has-title=true]:pt-1",
401
+ divider: "mt-2"
426
402
  }
427
403
  });
428
404
  var dropdownMenu = (0, import_tailwind_variants.tv)({
@@ -3,7 +3,7 @@ import {
3
3
  dropdownItem,
4
4
  dropdownMenu,
5
5
  dropdownSection
6
- } from "../chunk-SFF5YUZA.mjs";
6
+ } from "../chunk-LGTXL2ML.mjs";
7
7
  import "../chunk-CMYR6AOY.mjs";
8
8
  import "../chunk-K7LK7NCE.mjs";
9
9
  import "../chunk-CEW7YOHH.mjs";
@@ -1236,6 +1236,7 @@ var popover = (0, import_tailwind_variants9.tv)({
1236
1236
  "text-base",
1237
1237
  "outline-none",
1238
1238
  "box-border",
1239
+ "overflow-hidden",
1239
1240
  ...dataFocusVisibleClasses
1240
1241
  ],
1241
1242
  trigger: ["z-10"],
@@ -2846,18 +2847,16 @@ var radioGroup = (0, import_tailwind_variants14.tv)({
2846
2847
  var import_tailwind_variants15 = require("tailwind-variants");
2847
2848
  var pagination = (0, import_tailwind_variants15.tv)({
2848
2849
  slots: {
2849
- base: [
2850
+ base: ["p-2.5", "-m-2.5", "overflow-x-scroll", "scrollbar-hide"],
2851
+ wrapper: [
2850
2852
  "flex",
2851
2853
  "flex-nowrap",
2852
2854
  "h-fit",
2853
2855
  "max-w-fit",
2854
- "p-2.5",
2855
- "-m-2.5",
2856
2856
  "relative",
2857
2857
  "gap-1",
2858
2858
  "items-center",
2859
- "overflow-x-scroll",
2860
- "scrollbar-hide"
2859
+ "overflow-visible"
2861
2860
  ],
2862
2861
  item: ["tap-highlight-transparent", "select-none", "touch-none"],
2863
2862
  prev: "",
@@ -2929,8 +2928,9 @@ var pagination = (0, import_tailwind_variants15.tv)({
2929
2928
  },
2930
2929
  isCompact: {
2931
2930
  true: {
2932
- base: "gap-0",
2931
+ wrapper: "gap-0 shadow-sm",
2933
2932
  item: [
2933
+ "shadow-none",
2934
2934
  "first-of-type:rounded-r-none",
2935
2935
  "last-of-type:rounded-l-none",
2936
2936
  "[&:not(:first-of-type):not(:last-of-type)]:rounded-none"
@@ -3147,6 +3147,7 @@ var pagination = (0, import_tailwind_variants15.tv)({
3147
3147
  "flex-wrap",
3148
3148
  "truncate",
3149
3149
  "box-border",
3150
+ "shadow-sm",
3150
3151
  "outline-none",
3151
3152
  "items-center",
3152
3153
  "justify-center",
@@ -3197,37 +3198,37 @@ var pagination = (0, import_tailwind_variants15.tv)({
3197
3198
  class: "min-w-11 w-11 h-11 text-base"
3198
3199
  },
3199
3200
  {
3200
- slots: ["item", "cursor", "prev", "next"],
3201
+ slots: ["wrapper", "item", "cursor", "prev", "next"],
3201
3202
  radius: "none",
3202
3203
  class: "rounded-none"
3203
3204
  },
3204
3205
  {
3205
- slots: ["item", "cursor", "prev", "next"],
3206
+ slots: ["wrapper", "item", "cursor", "prev", "next"],
3206
3207
  radius: "base",
3207
3208
  class: "rounded-base"
3208
3209
  },
3209
3210
  {
3210
- slots: ["item", "cursor", "prev", "next"],
3211
+ slots: ["wrapper", "item", "cursor", "prev", "next"],
3211
3212
  radius: "sm",
3212
3213
  class: "rounded-sm"
3213
3214
  },
3214
3215
  {
3215
- slots: ["item", "cursor", "prev", "next"],
3216
+ slots: ["wrapper", "item", "cursor", "prev", "next"],
3216
3217
  radius: "md",
3217
3218
  class: "rounded"
3218
3219
  },
3219
3220
  {
3220
- slots: ["item", "cursor", "prev", "next"],
3221
+ slots: ["wrapper", "item", "cursor", "prev", "next"],
3221
3222
  radius: "lg",
3222
3223
  class: "rounded-lg"
3223
3224
  },
3224
3225
  {
3225
- slots: ["item", "cursor", "prev", "next"],
3226
+ slots: ["wrapper", "item", "cursor", "prev", "next"],
3226
3227
  radius: "xl",
3227
3228
  class: "rounded-xl"
3228
3229
  },
3229
3230
  {
3230
- slots: ["item", "cursor", "prev", "next"],
3231
+ slots: ["wrapper", "item", "cursor", "prev", "next"],
3231
3232
  radius: "full",
3232
3233
  class: "rounded-full"
3233
3234
  }
@@ -4556,23 +4557,28 @@ var dropdownItem = (0, import_tailwind_variants21.tv)({
4556
4557
  "rounded-lg",
4557
4558
  "outline-none",
4558
4559
  "cursor-pointer",
4560
+ "tap-highlight-transparent",
4559
4561
  ...dataFocusVisibleClasses,
4560
4562
  "data-[focus-visible=true]:dark:ring-offset-background-content1"
4561
4563
  ],
4562
4564
  wrapper: "w-full flex flex-col items-start justify-center",
4563
- title: "flex-1 text-sm font-normal truncate",
4564
- description: ["text-xs", "w-full", "text-foreground-500", "group-hover:text-current"],
4565
+ title: "flex-1 text-base lg:text-sm font-normal truncate",
4566
+ description: [
4567
+ "text-sm lg:text-xs",
4568
+ "w-full",
4569
+ "text-foreground-500",
4570
+ "group-hover:text-current"
4571
+ ],
4565
4572
  selectedIcon: ["text-inherit", "w-3", "h-3", "flex-shrink-0"],
4566
4573
  shortcut: [
4567
4574
  "px-1",
4568
4575
  "py-0.5",
4569
4576
  "rounded",
4570
4577
  "font-sans",
4571
- "opacity-60",
4572
- "text-inherit",
4578
+ "text-foreground-500",
4573
4579
  "text-xs",
4574
4580
  "border",
4575
- "border-default-200",
4581
+ "border-boundary",
4576
4582
  "group-hover:border-current"
4577
4583
  ]
4578
4584
  },
@@ -4605,20 +4611,6 @@ var dropdownItem = (0, import_tailwind_variants21.tv)({
4605
4611
  warning: {},
4606
4612
  danger: {}
4607
4613
  },
4608
- showDivider: {
4609
- true: {
4610
- base: [
4611
- "mt-2",
4612
- "before-content-['']",
4613
- "before:absolute",
4614
- "before:-top-1.5",
4615
- "before:left-0",
4616
- "before:right-0",
4617
- "before:h-px",
4618
- "before:bg-divider"
4619
- ]
4620
- }
4621
- },
4622
4614
  isDisabled: {
4623
4615
  true: {
4624
4616
  base: "opacity-50 pointer-events-none"
@@ -4893,23 +4885,8 @@ var dropdownSection = (0, import_tailwind_variants21.tv)({
4893
4885
  slots: {
4894
4886
  base: "relative mb-2",
4895
4887
  heading: "pl-1 text-xs text-foreground-500",
4896
- group: "pt-1"
4897
- },
4898
- variants: {
4899
- showDivider: {
4900
- true: {
4901
- heading: [
4902
- "mt-2",
4903
- "before-content-['']",
4904
- "before:absolute",
4905
- "before:-top-1",
4906
- "before:left-0",
4907
- "before:right-0",
4908
- "before:h-px",
4909
- "before:bg-divider"
4910
- ]
4911
- }
4912
- }
4888
+ group: "data-[has-title=true]:pt-1",
4889
+ divider: "mt-2"
4913
4890
  }
4914
4891
  });
4915
4892
  var dropdownMenu = (0, import_tailwind_variants21.tv)({
@@ -5698,7 +5675,7 @@ var tabs = (0, import_tailwind_variants29.tv)({
5698
5675
  "flex-nowrap",
5699
5676
  "overflow-x-scroll",
5700
5677
  "scrollbar-hide",
5701
- "bg-default-100"
5678
+ "bg-content2"
5702
5679
  ],
5703
5680
  tab: [
5704
5681
  "z-0",
@@ -10,7 +10,7 @@ import {
10
10
  } from "../chunk-ACERSXMK.mjs";
11
11
  import {
12
12
  tabs
13
- } from "../chunk-DN3YP75Q.mjs";
13
+ } from "../chunk-UADWWNEI.mjs";
14
14
  import {
15
15
  toggle
16
16
  } from "../chunk-C3VRXEKA.mjs";
@@ -25,10 +25,10 @@ import {
25
25
  } from "../chunk-AOWZVYD6.mjs";
26
26
  import {
27
27
  pagination
28
- } from "../chunk-NIPJ5ETA.mjs";
28
+ } from "../chunk-7CDOS5YK.mjs";
29
29
  import {
30
30
  popover
31
- } from "../chunk-QJZSBDVH.mjs";
31
+ } from "../chunk-W2ASLLZX.mjs";
32
32
  import {
33
33
  progress
34
34
  } from "../chunk-BHHIVMOY.mjs";
@@ -53,7 +53,7 @@ import {
53
53
  dropdownItem,
54
54
  dropdownMenu,
55
55
  dropdownSection
56
- } from "../chunk-SFF5YUZA.mjs";
56
+ } from "../chunk-LGTXL2ML.mjs";
57
57
  import {
58
58
  image
59
59
  } from "../chunk-46ZSXBCH.mjs";
@@ -69,7 +69,7 @@ declare const pagination: tailwind_variants.TVReturnType<{
69
69
  };
70
70
  isCompact: {
71
71
  true: {
72
- base: string;
72
+ wrapper: string;
73
73
  item: string[];
74
74
  prev: string;
75
75
  next: string;
@@ -100,6 +100,7 @@ declare const pagination: tailwind_variants.TVReturnType<{
100
100
  };
101
101
  }, {
102
102
  base: string[];
103
+ wrapper: string[];
103
104
  item: string[];
104
105
  prev: string;
105
106
  next: string;
@@ -158,7 +159,7 @@ declare const pagination: tailwind_variants.TVReturnType<{
158
159
  };
159
160
  isCompact: {
160
161
  true: {
161
- base: string;
162
+ wrapper: string;
162
163
  item: string[];
163
164
  prev: string;
164
165
  next: string;
@@ -238,7 +239,7 @@ declare const pagination: tailwind_variants.TVReturnType<{
238
239
  };
239
240
  isCompact: {
240
241
  true: {
241
- base: string;
242
+ wrapper: string;
242
243
  item: string[];
243
244
  prev: string;
244
245
  next: string;
@@ -318,7 +319,7 @@ declare const pagination: tailwind_variants.TVReturnType<{
318
319
  };
319
320
  isCompact: {
320
321
  true: {
321
- base: string;
322
+ wrapper: string;
322
323
  item: string[];
323
324
  prev: string;
324
325
  next: string;
@@ -349,6 +350,7 @@ declare const pagination: tailwind_variants.TVReturnType<{
349
350
  };
350
351
  }, {
351
352
  base: string[];
353
+ wrapper: string[];
352
354
  item: string[];
353
355
  prev: string;
354
356
  next: string;
@@ -113,18 +113,16 @@ var colorVariants = {
113
113
  // src/components/pagination.ts
114
114
  var pagination = (0, import_tailwind_variants.tv)({
115
115
  slots: {
116
- base: [
116
+ base: ["p-2.5", "-m-2.5", "overflow-x-scroll", "scrollbar-hide"],
117
+ wrapper: [
117
118
  "flex",
118
119
  "flex-nowrap",
119
120
  "h-fit",
120
121
  "max-w-fit",
121
- "p-2.5",
122
- "-m-2.5",
123
122
  "relative",
124
123
  "gap-1",
125
124
  "items-center",
126
- "overflow-x-scroll",
127
- "scrollbar-hide"
125
+ "overflow-visible"
128
126
  ],
129
127
  item: ["tap-highlight-transparent", "select-none", "touch-none"],
130
128
  prev: "",
@@ -196,8 +194,9 @@ var pagination = (0, import_tailwind_variants.tv)({
196
194
  },
197
195
  isCompact: {
198
196
  true: {
199
- base: "gap-0",
197
+ wrapper: "gap-0 shadow-sm",
200
198
  item: [
199
+ "shadow-none",
201
200
  "first-of-type:rounded-r-none",
202
201
  "last-of-type:rounded-l-none",
203
202
  "[&:not(:first-of-type):not(:last-of-type)]:rounded-none"
@@ -414,6 +413,7 @@ var pagination = (0, import_tailwind_variants.tv)({
414
413
  "flex-wrap",
415
414
  "truncate",
416
415
  "box-border",
416
+ "shadow-sm",
417
417
  "outline-none",
418
418
  "items-center",
419
419
  "justify-center",
@@ -464,37 +464,37 @@ var pagination = (0, import_tailwind_variants.tv)({
464
464
  class: "min-w-11 w-11 h-11 text-base"
465
465
  },
466
466
  {
467
- slots: ["item", "cursor", "prev", "next"],
467
+ slots: ["wrapper", "item", "cursor", "prev", "next"],
468
468
  radius: "none",
469
469
  class: "rounded-none"
470
470
  },
471
471
  {
472
- slots: ["item", "cursor", "prev", "next"],
472
+ slots: ["wrapper", "item", "cursor", "prev", "next"],
473
473
  radius: "base",
474
474
  class: "rounded-base"
475
475
  },
476
476
  {
477
- slots: ["item", "cursor", "prev", "next"],
477
+ slots: ["wrapper", "item", "cursor", "prev", "next"],
478
478
  radius: "sm",
479
479
  class: "rounded-sm"
480
480
  },
481
481
  {
482
- slots: ["item", "cursor", "prev", "next"],
482
+ slots: ["wrapper", "item", "cursor", "prev", "next"],
483
483
  radius: "md",
484
484
  class: "rounded"
485
485
  },
486
486
  {
487
- slots: ["item", "cursor", "prev", "next"],
487
+ slots: ["wrapper", "item", "cursor", "prev", "next"],
488
488
  radius: "lg",
489
489
  class: "rounded-lg"
490
490
  },
491
491
  {
492
- slots: ["item", "cursor", "prev", "next"],
492
+ slots: ["wrapper", "item", "cursor", "prev", "next"],
493
493
  radius: "xl",
494
494
  class: "rounded-xl"
495
495
  },
496
496
  {
497
- slots: ["item", "cursor", "prev", "next"],
497
+ slots: ["wrapper", "item", "cursor", "prev", "next"],
498
498
  radius: "full",
499
499
  class: "rounded-full"
500
500
  }
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  pagination
3
- } from "../chunk-NIPJ5ETA.mjs";
3
+ } from "../chunk-7CDOS5YK.mjs";
4
4
  import "../chunk-CMYR6AOY.mjs";
5
5
  import "../chunk-K7LK7NCE.mjs";
6
6
  import "../chunk-CEW7YOHH.mjs";
@@ -126,6 +126,7 @@ var popover = (0, import_tailwind_variants.tv)({
126
126
  "text-base",
127
127
  "outline-none",
128
128
  "box-border",
129
+ "overflow-hidden",
129
130
  ...dataFocusVisibleClasses
130
131
  ],
131
132
  trigger: ["z-10"],
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  popover
3
- } from "../chunk-QJZSBDVH.mjs";
3
+ } from "../chunk-W2ASLLZX.mjs";
4
4
  import "../chunk-CMYR6AOY.mjs";
5
5
  import "../chunk-K7LK7NCE.mjs";
6
6
  import "../chunk-CEW7YOHH.mjs";
@@ -123,7 +123,7 @@ var tabs = (0, import_tailwind_variants.tv)({
123
123
  "flex-nowrap",
124
124
  "overflow-x-scroll",
125
125
  "scrollbar-hide",
126
- "bg-default-100"
126
+ "bg-content2"
127
127
  ],
128
128
  tab: [
129
129
  "z-0",
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  tabs
3
- } from "../chunk-DN3YP75Q.mjs";
3
+ } from "../chunk-UADWWNEI.mjs";
4
4
  import "../chunk-CMYR6AOY.mjs";
5
5
  import "../chunk-K7LK7NCE.mjs";
6
6
  import "../chunk-CEW7YOHH.mjs";
package/dist/index.js CHANGED
@@ -1269,6 +1269,7 @@ var popover = (0, import_tailwind_variants9.tv)({
1269
1269
  "text-base",
1270
1270
  "outline-none",
1271
1271
  "box-border",
1272
+ "overflow-hidden",
1272
1273
  ...dataFocusVisibleClasses
1273
1274
  ],
1274
1275
  trigger: ["z-10"],
@@ -2879,18 +2880,16 @@ var radioGroup = (0, import_tailwind_variants14.tv)({
2879
2880
  var import_tailwind_variants15 = require("tailwind-variants");
2880
2881
  var pagination = (0, import_tailwind_variants15.tv)({
2881
2882
  slots: {
2882
- base: [
2883
+ base: ["p-2.5", "-m-2.5", "overflow-x-scroll", "scrollbar-hide"],
2884
+ wrapper: [
2883
2885
  "flex",
2884
2886
  "flex-nowrap",
2885
2887
  "h-fit",
2886
2888
  "max-w-fit",
2887
- "p-2.5",
2888
- "-m-2.5",
2889
2889
  "relative",
2890
2890
  "gap-1",
2891
2891
  "items-center",
2892
- "overflow-x-scroll",
2893
- "scrollbar-hide"
2892
+ "overflow-visible"
2894
2893
  ],
2895
2894
  item: ["tap-highlight-transparent", "select-none", "touch-none"],
2896
2895
  prev: "",
@@ -2962,8 +2961,9 @@ var pagination = (0, import_tailwind_variants15.tv)({
2962
2961
  },
2963
2962
  isCompact: {
2964
2963
  true: {
2965
- base: "gap-0",
2964
+ wrapper: "gap-0 shadow-sm",
2966
2965
  item: [
2966
+ "shadow-none",
2967
2967
  "first-of-type:rounded-r-none",
2968
2968
  "last-of-type:rounded-l-none",
2969
2969
  "[&:not(:first-of-type):not(:last-of-type)]:rounded-none"
@@ -3180,6 +3180,7 @@ var pagination = (0, import_tailwind_variants15.tv)({
3180
3180
  "flex-wrap",
3181
3181
  "truncate",
3182
3182
  "box-border",
3183
+ "shadow-sm",
3183
3184
  "outline-none",
3184
3185
  "items-center",
3185
3186
  "justify-center",
@@ -3230,37 +3231,37 @@ var pagination = (0, import_tailwind_variants15.tv)({
3230
3231
  class: "min-w-11 w-11 h-11 text-base"
3231
3232
  },
3232
3233
  {
3233
- slots: ["item", "cursor", "prev", "next"],
3234
+ slots: ["wrapper", "item", "cursor", "prev", "next"],
3234
3235
  radius: "none",
3235
3236
  class: "rounded-none"
3236
3237
  },
3237
3238
  {
3238
- slots: ["item", "cursor", "prev", "next"],
3239
+ slots: ["wrapper", "item", "cursor", "prev", "next"],
3239
3240
  radius: "base",
3240
3241
  class: "rounded-base"
3241
3242
  },
3242
3243
  {
3243
- slots: ["item", "cursor", "prev", "next"],
3244
+ slots: ["wrapper", "item", "cursor", "prev", "next"],
3244
3245
  radius: "sm",
3245
3246
  class: "rounded-sm"
3246
3247
  },
3247
3248
  {
3248
- slots: ["item", "cursor", "prev", "next"],
3249
+ slots: ["wrapper", "item", "cursor", "prev", "next"],
3249
3250
  radius: "md",
3250
3251
  class: "rounded"
3251
3252
  },
3252
3253
  {
3253
- slots: ["item", "cursor", "prev", "next"],
3254
+ slots: ["wrapper", "item", "cursor", "prev", "next"],
3254
3255
  radius: "lg",
3255
3256
  class: "rounded-lg"
3256
3257
  },
3257
3258
  {
3258
- slots: ["item", "cursor", "prev", "next"],
3259
+ slots: ["wrapper", "item", "cursor", "prev", "next"],
3259
3260
  radius: "xl",
3260
3261
  class: "rounded-xl"
3261
3262
  },
3262
3263
  {
3263
- slots: ["item", "cursor", "prev", "next"],
3264
+ slots: ["wrapper", "item", "cursor", "prev", "next"],
3264
3265
  radius: "full",
3265
3266
  class: "rounded-full"
3266
3267
  }
@@ -4589,23 +4590,28 @@ var dropdownItem = (0, import_tailwind_variants21.tv)({
4589
4590
  "rounded-lg",
4590
4591
  "outline-none",
4591
4592
  "cursor-pointer",
4593
+ "tap-highlight-transparent",
4592
4594
  ...dataFocusVisibleClasses,
4593
4595
  "data-[focus-visible=true]:dark:ring-offset-background-content1"
4594
4596
  ],
4595
4597
  wrapper: "w-full flex flex-col items-start justify-center",
4596
- title: "flex-1 text-sm font-normal truncate",
4597
- description: ["text-xs", "w-full", "text-foreground-500", "group-hover:text-current"],
4598
+ title: "flex-1 text-base lg:text-sm font-normal truncate",
4599
+ description: [
4600
+ "text-sm lg:text-xs",
4601
+ "w-full",
4602
+ "text-foreground-500",
4603
+ "group-hover:text-current"
4604
+ ],
4598
4605
  selectedIcon: ["text-inherit", "w-3", "h-3", "flex-shrink-0"],
4599
4606
  shortcut: [
4600
4607
  "px-1",
4601
4608
  "py-0.5",
4602
4609
  "rounded",
4603
4610
  "font-sans",
4604
- "opacity-60",
4605
- "text-inherit",
4611
+ "text-foreground-500",
4606
4612
  "text-xs",
4607
4613
  "border",
4608
- "border-default-200",
4614
+ "border-boundary",
4609
4615
  "group-hover:border-current"
4610
4616
  ]
4611
4617
  },
@@ -4638,20 +4644,6 @@ var dropdownItem = (0, import_tailwind_variants21.tv)({
4638
4644
  warning: {},
4639
4645
  danger: {}
4640
4646
  },
4641
- showDivider: {
4642
- true: {
4643
- base: [
4644
- "mt-2",
4645
- "before-content-['']",
4646
- "before:absolute",
4647
- "before:-top-1.5",
4648
- "before:left-0",
4649
- "before:right-0",
4650
- "before:h-px",
4651
- "before:bg-divider"
4652
- ]
4653
- }
4654
- },
4655
4647
  isDisabled: {
4656
4648
  true: {
4657
4649
  base: "opacity-50 pointer-events-none"
@@ -4926,23 +4918,8 @@ var dropdownSection = (0, import_tailwind_variants21.tv)({
4926
4918
  slots: {
4927
4919
  base: "relative mb-2",
4928
4920
  heading: "pl-1 text-xs text-foreground-500",
4929
- group: "pt-1"
4930
- },
4931
- variants: {
4932
- showDivider: {
4933
- true: {
4934
- heading: [
4935
- "mt-2",
4936
- "before-content-['']",
4937
- "before:absolute",
4938
- "before:-top-1",
4939
- "before:left-0",
4940
- "before:right-0",
4941
- "before:h-px",
4942
- "before:bg-divider"
4943
- ]
4944
- }
4945
- }
4921
+ group: "data-[has-title=true]:pt-1",
4922
+ divider: "mt-2"
4946
4923
  }
4947
4924
  });
4948
4925
  var dropdownMenu = (0, import_tailwind_variants21.tv)({
@@ -5731,7 +5708,7 @@ var tabs = (0, import_tailwind_variants29.tv)({
5731
5708
  "flex-nowrap",
5732
5709
  "overflow-x-scroll",
5733
5710
  "scrollbar-hide",
5734
- "bg-default-100"
5711
+ "bg-content2"
5735
5712
  ],
5736
5713
  tab: [
5737
5714
  "z-0",
@@ -6315,7 +6292,7 @@ function removeDefaultKeys(obj) {
6315
6292
  var base = {
6316
6293
  light: {
6317
6294
  background: {
6318
- DEFAULT: "#ffffff"
6295
+ DEFAULT: "#FFFFFF"
6319
6296
  },
6320
6297
  foreground: {
6321
6298
  ...import_colors.default.zinc,
@@ -6325,13 +6302,13 @@ var base = {
6325
6302
  DEFAULT: "rgba(17, 17, 17, 0.15)"
6326
6303
  },
6327
6304
  boundary: {
6328
- DEFAULT: import_colors.default.zinc[100]
6305
+ DEFAULT: import_colors.default.zinc[300]
6329
6306
  },
6330
6307
  focus: {
6331
6308
  DEFAULT: commonColors.blue[500]
6332
6309
  },
6333
6310
  content1: {
6334
- DEFAULT: "#ffffff",
6311
+ DEFAULT: "#FFFFFF",
6335
6312
  foreground: "#11181C"
6336
6313
  },
6337
6314
  content2: {
package/dist/index.mjs CHANGED
@@ -10,7 +10,7 @@ import {
10
10
  } from "./chunk-ACERSXMK.mjs";
11
11
  import {
12
12
  tabs
13
- } from "./chunk-DN3YP75Q.mjs";
13
+ } from "./chunk-UADWWNEI.mjs";
14
14
  import {
15
15
  toggle
16
16
  } from "./chunk-C3VRXEKA.mjs";
@@ -25,10 +25,10 @@ import {
25
25
  } from "./chunk-AOWZVYD6.mjs";
26
26
  import {
27
27
  pagination
28
- } from "./chunk-NIPJ5ETA.mjs";
28
+ } from "./chunk-7CDOS5YK.mjs";
29
29
  import {
30
30
  popover
31
- } from "./chunk-QJZSBDVH.mjs";
31
+ } from "./chunk-W2ASLLZX.mjs";
32
32
  import {
33
33
  progress
34
34
  } from "./chunk-BHHIVMOY.mjs";
@@ -53,7 +53,7 @@ import {
53
53
  dropdownItem,
54
54
  dropdownMenu,
55
55
  dropdownSection
56
- } from "./chunk-SFF5YUZA.mjs";
56
+ } from "./chunk-LGTXL2ML.mjs";
57
57
  import {
58
58
  image
59
59
  } from "./chunk-46ZSXBCH.mjs";
@@ -105,11 +105,11 @@ import {
105
105
  } from "./chunk-CEW7YOHH.mjs";
106
106
  import {
107
107
  nextui
108
- } from "./chunk-53FU66TE.mjs";
109
- import "./chunk-UNQJ7BRW.mjs";
110
- import "./chunk-DI2L75XK.mjs";
108
+ } from "./chunk-B7YAOHJP.mjs";
109
+ import "./chunk-OQGOVMIP.mjs";
111
110
  import "./chunk-4Z22WXZX.mjs";
112
111
  import "./chunk-HJLDXSH7.mjs";
112
+ import "./chunk-DI2L75XK.mjs";
113
113
  import {
114
114
  absoluteFullClasses,
115
115
  baseStyles,
@@ -122,10 +122,10 @@ import {
122
122
  import "./chunk-WQEDQHKX.mjs";
123
123
  import {
124
124
  colors
125
- } from "./chunk-TFIDBELY.mjs";
125
+ } from "./chunk-GVNDH7OI.mjs";
126
126
  import {
127
127
  semanticColors
128
- } from "./chunk-BWO5RTQF.mjs";
128
+ } from "./chunk-N6M7XBU3.mjs";
129
129
  import "./chunk-37PIXVP4.mjs";
130
130
  import "./chunk-M63AFAHO.mjs";
131
131
  import "./chunk-DMASP6FA.mjs";
package/dist/plugin.js CHANGED
@@ -185,7 +185,7 @@ function removeDefaultKeys(obj) {
185
185
  var base = {
186
186
  light: {
187
187
  background: {
188
- DEFAULT: "#ffffff"
188
+ DEFAULT: "#FFFFFF"
189
189
  },
190
190
  foreground: {
191
191
  ...import_colors.default.zinc,
@@ -195,13 +195,13 @@ var base = {
195
195
  DEFAULT: "rgba(17, 17, 17, 0.15)"
196
196
  },
197
197
  boundary: {
198
- DEFAULT: import_colors.default.zinc[100]
198
+ DEFAULT: import_colors.default.zinc[300]
199
199
  },
200
200
  focus: {
201
201
  DEFAULT: commonColors.blue[500]
202
202
  },
203
203
  content1: {
204
- DEFAULT: "#ffffff",
204
+ DEFAULT: "#FFFFFF",
205
205
  foreground: "#11181C"
206
206
  },
207
207
  content2: {
package/dist/plugin.mjs CHANGED
@@ -1,14 +1,14 @@
1
1
  import {
2
2
  nextui
3
- } from "./chunk-53FU66TE.mjs";
4
- import "./chunk-UNQJ7BRW.mjs";
5
- import "./chunk-DI2L75XK.mjs";
3
+ } from "./chunk-B7YAOHJP.mjs";
4
+ import "./chunk-OQGOVMIP.mjs";
6
5
  import "./chunk-4Z22WXZX.mjs";
7
6
  import "./chunk-HJLDXSH7.mjs";
7
+ import "./chunk-DI2L75XK.mjs";
8
8
  import "./chunk-G2ZSNGR5.mjs";
9
9
  import "./chunk-WQEDQHKX.mjs";
10
- import "./chunk-TFIDBELY.mjs";
11
- import "./chunk-BWO5RTQF.mjs";
10
+ import "./chunk-GVNDH7OI.mjs";
11
+ import "./chunk-N6M7XBU3.mjs";
12
12
  import "./chunk-37PIXVP4.mjs";
13
13
  import "./chunk-M63AFAHO.mjs";
14
14
  import "./chunk-DMASP6FA.mjs";
@@ -1,9 +1,9 @@
1
1
  import {
2
2
  utilities
3
- } from "../chunk-UNQJ7BRW.mjs";
4
- import "../chunk-DI2L75XK.mjs";
3
+ } from "../chunk-OQGOVMIP.mjs";
5
4
  import "../chunk-4Z22WXZX.mjs";
6
5
  import "../chunk-HJLDXSH7.mjs";
6
+ import "../chunk-DI2L75XK.mjs";
7
7
  export {
8
8
  utilities
9
9
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nextui-org/theme",
3
- "version": "0.0.0-dev-v2-20230624033637",
3
+ "version": "0.0.0-dev-v2-20230625035223",
4
4
  "description": "The default theme for NextUI components",
5
5
  "keywords": [
6
6
  "theme",
@@ -1,12 +1,12 @@
1
- import {
2
- custom_default
3
- } from "./chunk-DI2L75XK.mjs";
4
1
  import {
5
2
  scrollbar_hide_default
6
3
  } from "./chunk-4Z22WXZX.mjs";
7
4
  import {
8
5
  transition_default
9
6
  } from "./chunk-HJLDXSH7.mjs";
7
+ import {
8
+ custom_default
9
+ } from "./chunk-DI2L75XK.mjs";
10
10
 
11
11
  // src/utilities/index.ts
12
12
  var utilities = {