@nextui-org/theme 0.0.0-dev-v2-20230623234227 → 0.0.0-dev-v2-20230624215649

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
  }
@@ -33,12 +33,18 @@ 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",
@@ -368,7 +374,7 @@ var dropdownItem = tv({
368
374
  });
369
375
  var dropdownSection = tv({
370
376
  slots: {
371
- section: "relative mb-2",
377
+ base: "relative mb-2",
372
378
  heading: "pl-1 text-xs text-foreground-500",
373
379
  group: "pt-1"
374
380
  },
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  semanticColors
3
- } from "./chunk-BWO5RTQF.mjs";
3
+ } from "./chunk-WVACN4IM.mjs";
4
4
  import {
5
5
  commonColors
6
6
  } from "./chunk-5LKRUH3Q.mjs";
@@ -1,18 +1,18 @@
1
1
  import {
2
2
  utilities
3
- } from "./chunk-UNQJ7BRW.mjs";
4
- import {
5
- animations
6
- } from "./chunk-DMASP6FA.mjs";
3
+ } from "./chunk-OQGOVMIP.mjs";
7
4
  import {
8
5
  baseStyles
9
6
  } from "./chunk-G2ZSNGR5.mjs";
10
7
  import {
11
8
  semanticColors
12
- } from "./chunk-BWO5RTQF.mjs";
9
+ } from "./chunk-WVACN4IM.mjs";
13
10
  import {
14
11
  removeDefaultKeys
15
12
  } from "./chunk-37PIXVP4.mjs";
13
+ import {
14
+ animations
15
+ } from "./chunk-DMASP6FA.mjs";
16
16
  import {
17
17
  commonColors
18
18
  } from "./chunk-5LKRUH3Q.mjs";
@@ -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",
@@ -191,7 +191,7 @@ var tabs = tv({
191
191
  variant: ["solid", "bordered", "light"],
192
192
  color: "default",
193
193
  class: {
194
- cursor: ["bg-content1", "border border-boundary"],
194
+ cursor: ["bg-background", "dark:bg-default", "border border-boundary dark:border-none"],
195
195
  tabContent: "group-data-[selected=true]:text-default-foreground"
196
196
  }
197
197
  },
@@ -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,
@@ -27,7 +27,7 @@ var base = {
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: {
@@ -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,
@@ -185,7 +185,7 @@ var base = {
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-TIB5HDTS.mjs";
4
4
  import {
5
5
  semanticColors
6
- } from "../chunk-BWO5RTQF.mjs";
6
+ } from "../chunk-WVACN4IM.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,
@@ -183,7 +183,7 @@ var base = {
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-WVACN4IM.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,
@@ -185,7 +185,7 @@ var base = {
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-TIB5HDTS.mjs";
5
5
  import {
6
6
  semanticColors
7
- } from "./chunk-BWO5RTQF.mjs";
7
+ } from "./chunk-WVACN4IM.mjs";
8
8
  import "./chunk-37PIXVP4.mjs";
9
9
  import "./chunk-M63AFAHO.mjs";
10
10
  import {
@@ -251,7 +251,7 @@ declare const dropdownSection: tailwind_variants.TVReturnType<{
251
251
  };
252
252
  };
253
253
  }, {
254
- section: string;
254
+ base: string;
255
255
  heading: string;
256
256
  group: string;
257
257
  }, undefined, tailwind_variants_dist_config.TVConfig<{
@@ -273,7 +273,7 @@ declare const dropdownSection: tailwind_variants.TVReturnType<{
273
273
  };
274
274
  };
275
275
  }, {
276
- section: string;
276
+ base: string;
277
277
  heading: string;
278
278
  group: string;
279
279
  }>;
@@ -69,12 +69,18 @@ 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",
@@ -404,7 +410,7 @@ var dropdownItem = (0, import_tailwind_variants.tv)({
404
410
  });
405
411
  var dropdownSection = (0, import_tailwind_variants.tv)({
406
412
  slots: {
407
- section: "relative mb-2",
413
+ base: "relative mb-2",
408
414
  heading: "pl-1 text-xs text-foreground-500",
409
415
  group: "pt-1"
410
416
  },
@@ -3,7 +3,7 @@ import {
3
3
  dropdownItem,
4
4
  dropdownMenu,
5
5
  dropdownSection
6
- } from "../chunk-XEVQEVMG.mjs";
6
+ } from "../chunk-ATPFR6ZL.mjs";
7
7
  import "../chunk-CMYR6AOY.mjs";
8
8
  import "../chunk-K7LK7NCE.mjs";
9
9
  import "../chunk-CEW7YOHH.mjs";
@@ -2846,18 +2846,16 @@ var radioGroup = (0, import_tailwind_variants14.tv)({
2846
2846
  var import_tailwind_variants15 = require("tailwind-variants");
2847
2847
  var pagination = (0, import_tailwind_variants15.tv)({
2848
2848
  slots: {
2849
- base: [
2849
+ base: ["p-2.5", "-m-2.5", "overflow-x-scroll", "scrollbar-hide"],
2850
+ wrapper: [
2850
2851
  "flex",
2851
2852
  "flex-nowrap",
2852
2853
  "h-fit",
2853
2854
  "max-w-fit",
2854
- "p-2.5",
2855
- "-m-2.5",
2856
2855
  "relative",
2857
2856
  "gap-1",
2858
2857
  "items-center",
2859
- "overflow-x-scroll",
2860
- "scrollbar-hide"
2858
+ "overflow-visible"
2861
2859
  ],
2862
2860
  item: ["tap-highlight-transparent", "select-none", "touch-none"],
2863
2861
  prev: "",
@@ -2929,8 +2927,9 @@ var pagination = (0, import_tailwind_variants15.tv)({
2929
2927
  },
2930
2928
  isCompact: {
2931
2929
  true: {
2932
- base: "gap-0",
2930
+ wrapper: "gap-0 shadow-sm",
2933
2931
  item: [
2932
+ "shadow-none",
2934
2933
  "first-of-type:rounded-r-none",
2935
2934
  "last-of-type:rounded-l-none",
2936
2935
  "[&:not(:first-of-type):not(:last-of-type)]:rounded-none"
@@ -3147,6 +3146,7 @@ var pagination = (0, import_tailwind_variants15.tv)({
3147
3146
  "flex-wrap",
3148
3147
  "truncate",
3149
3148
  "box-border",
3149
+ "shadow-sm",
3150
3150
  "outline-none",
3151
3151
  "items-center",
3152
3152
  "justify-center",
@@ -3197,37 +3197,37 @@ var pagination = (0, import_tailwind_variants15.tv)({
3197
3197
  class: "min-w-11 w-11 h-11 text-base"
3198
3198
  },
3199
3199
  {
3200
- slots: ["item", "cursor", "prev", "next"],
3200
+ slots: ["wrapper", "item", "cursor", "prev", "next"],
3201
3201
  radius: "none",
3202
3202
  class: "rounded-none"
3203
3203
  },
3204
3204
  {
3205
- slots: ["item", "cursor", "prev", "next"],
3205
+ slots: ["wrapper", "item", "cursor", "prev", "next"],
3206
3206
  radius: "base",
3207
3207
  class: "rounded-base"
3208
3208
  },
3209
3209
  {
3210
- slots: ["item", "cursor", "prev", "next"],
3210
+ slots: ["wrapper", "item", "cursor", "prev", "next"],
3211
3211
  radius: "sm",
3212
3212
  class: "rounded-sm"
3213
3213
  },
3214
3214
  {
3215
- slots: ["item", "cursor", "prev", "next"],
3215
+ slots: ["wrapper", "item", "cursor", "prev", "next"],
3216
3216
  radius: "md",
3217
3217
  class: "rounded"
3218
3218
  },
3219
3219
  {
3220
- slots: ["item", "cursor", "prev", "next"],
3220
+ slots: ["wrapper", "item", "cursor", "prev", "next"],
3221
3221
  radius: "lg",
3222
3222
  class: "rounded-lg"
3223
3223
  },
3224
3224
  {
3225
- slots: ["item", "cursor", "prev", "next"],
3225
+ slots: ["wrapper", "item", "cursor", "prev", "next"],
3226
3226
  radius: "xl",
3227
3227
  class: "rounded-xl"
3228
3228
  },
3229
3229
  {
3230
- slots: ["item", "cursor", "prev", "next"],
3230
+ slots: ["wrapper", "item", "cursor", "prev", "next"],
3231
3231
  radius: "full",
3232
3232
  class: "rounded-full"
3233
3233
  }
@@ -4556,12 +4556,18 @@ var dropdownItem = (0, import_tailwind_variants21.tv)({
4556
4556
  "rounded-lg",
4557
4557
  "outline-none",
4558
4558
  "cursor-pointer",
4559
+ "tap-highlight-transparent",
4559
4560
  ...dataFocusVisibleClasses,
4560
4561
  "data-[focus-visible=true]:dark:ring-offset-background-content1"
4561
4562
  ],
4562
4563
  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"],
4564
+ title: "flex-1 text-base lg:text-sm font-normal truncate",
4565
+ description: [
4566
+ "text-sm lg:text-xs",
4567
+ "w-full",
4568
+ "text-foreground-500",
4569
+ "group-hover:text-current"
4570
+ ],
4565
4571
  selectedIcon: ["text-inherit", "w-3", "h-3", "flex-shrink-0"],
4566
4572
  shortcut: [
4567
4573
  "px-1",
@@ -4891,7 +4897,7 @@ var dropdownItem = (0, import_tailwind_variants21.tv)({
4891
4897
  });
4892
4898
  var dropdownSection = (0, import_tailwind_variants21.tv)({
4893
4899
  slots: {
4894
- section: "relative mb-2",
4900
+ base: "relative mb-2",
4895
4901
  heading: "pl-1 text-xs text-foreground-500",
4896
4902
  group: "pt-1"
4897
4903
  },
@@ -5698,7 +5704,7 @@ var tabs = (0, import_tailwind_variants29.tv)({
5698
5704
  "flex-nowrap",
5699
5705
  "overflow-x-scroll",
5700
5706
  "scrollbar-hide",
5701
- "bg-default-100"
5707
+ "bg-content2"
5702
5708
  ],
5703
5709
  tab: [
5704
5710
  "z-0",
@@ -5870,7 +5876,7 @@ var tabs = (0, import_tailwind_variants29.tv)({
5870
5876
  variant: ["solid", "bordered", "light"],
5871
5877
  color: "default",
5872
5878
  class: {
5873
- cursor: ["bg-content1", "border border-boundary"],
5879
+ cursor: ["bg-background", "dark:bg-default", "border border-boundary dark:border-none"],
5874
5880
  tabContent: "group-data-[selected=true]:text-default-foreground"
5875
5881
  }
5876
5882
  },
@@ -10,7 +10,7 @@ import {
10
10
  } from "../chunk-ACERSXMK.mjs";
11
11
  import {
12
12
  tabs
13
- } from "../chunk-6DB4E4EI.mjs";
13
+ } from "../chunk-UADWWNEI.mjs";
14
14
  import {
15
15
  toggle
16
16
  } from "../chunk-C3VRXEKA.mjs";
@@ -25,7 +25,7 @@ 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
31
  } from "../chunk-QJZSBDVH.mjs";
@@ -53,7 +53,7 @@ import {
53
53
  dropdownItem,
54
54
  dropdownMenu,
55
55
  dropdownSection
56
- } from "../chunk-XEVQEVMG.mjs";
56
+ } from "../chunk-ATPFR6ZL.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";
@@ -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",
@@ -295,7 +295,7 @@ var tabs = (0, import_tailwind_variants.tv)({
295
295
  variant: ["solid", "bordered", "light"],
296
296
  color: "default",
297
297
  class: {
298
- cursor: ["bg-content1", "border border-boundary"],
298
+ cursor: ["bg-background", "dark:bg-default", "border border-boundary dark:border-none"],
299
299
  tabContent: "group-data-[selected=true]:text-default-foreground"
300
300
  }
301
301
  },
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  tabs
3
- } from "../chunk-6DB4E4EI.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
@@ -2879,18 +2879,16 @@ var radioGroup = (0, import_tailwind_variants14.tv)({
2879
2879
  var import_tailwind_variants15 = require("tailwind-variants");
2880
2880
  var pagination = (0, import_tailwind_variants15.tv)({
2881
2881
  slots: {
2882
- base: [
2882
+ base: ["p-2.5", "-m-2.5", "overflow-x-scroll", "scrollbar-hide"],
2883
+ wrapper: [
2883
2884
  "flex",
2884
2885
  "flex-nowrap",
2885
2886
  "h-fit",
2886
2887
  "max-w-fit",
2887
- "p-2.5",
2888
- "-m-2.5",
2889
2888
  "relative",
2890
2889
  "gap-1",
2891
2890
  "items-center",
2892
- "overflow-x-scroll",
2893
- "scrollbar-hide"
2891
+ "overflow-visible"
2894
2892
  ],
2895
2893
  item: ["tap-highlight-transparent", "select-none", "touch-none"],
2896
2894
  prev: "",
@@ -2962,8 +2960,9 @@ var pagination = (0, import_tailwind_variants15.tv)({
2962
2960
  },
2963
2961
  isCompact: {
2964
2962
  true: {
2965
- base: "gap-0",
2963
+ wrapper: "gap-0 shadow-sm",
2966
2964
  item: [
2965
+ "shadow-none",
2967
2966
  "first-of-type:rounded-r-none",
2968
2967
  "last-of-type:rounded-l-none",
2969
2968
  "[&:not(:first-of-type):not(:last-of-type)]:rounded-none"
@@ -3180,6 +3179,7 @@ var pagination = (0, import_tailwind_variants15.tv)({
3180
3179
  "flex-wrap",
3181
3180
  "truncate",
3182
3181
  "box-border",
3182
+ "shadow-sm",
3183
3183
  "outline-none",
3184
3184
  "items-center",
3185
3185
  "justify-center",
@@ -3230,37 +3230,37 @@ var pagination = (0, import_tailwind_variants15.tv)({
3230
3230
  class: "min-w-11 w-11 h-11 text-base"
3231
3231
  },
3232
3232
  {
3233
- slots: ["item", "cursor", "prev", "next"],
3233
+ slots: ["wrapper", "item", "cursor", "prev", "next"],
3234
3234
  radius: "none",
3235
3235
  class: "rounded-none"
3236
3236
  },
3237
3237
  {
3238
- slots: ["item", "cursor", "prev", "next"],
3238
+ slots: ["wrapper", "item", "cursor", "prev", "next"],
3239
3239
  radius: "base",
3240
3240
  class: "rounded-base"
3241
3241
  },
3242
3242
  {
3243
- slots: ["item", "cursor", "prev", "next"],
3243
+ slots: ["wrapper", "item", "cursor", "prev", "next"],
3244
3244
  radius: "sm",
3245
3245
  class: "rounded-sm"
3246
3246
  },
3247
3247
  {
3248
- slots: ["item", "cursor", "prev", "next"],
3248
+ slots: ["wrapper", "item", "cursor", "prev", "next"],
3249
3249
  radius: "md",
3250
3250
  class: "rounded"
3251
3251
  },
3252
3252
  {
3253
- slots: ["item", "cursor", "prev", "next"],
3253
+ slots: ["wrapper", "item", "cursor", "prev", "next"],
3254
3254
  radius: "lg",
3255
3255
  class: "rounded-lg"
3256
3256
  },
3257
3257
  {
3258
- slots: ["item", "cursor", "prev", "next"],
3258
+ slots: ["wrapper", "item", "cursor", "prev", "next"],
3259
3259
  radius: "xl",
3260
3260
  class: "rounded-xl"
3261
3261
  },
3262
3262
  {
3263
- slots: ["item", "cursor", "prev", "next"],
3263
+ slots: ["wrapper", "item", "cursor", "prev", "next"],
3264
3264
  radius: "full",
3265
3265
  class: "rounded-full"
3266
3266
  }
@@ -4589,12 +4589,18 @@ var dropdownItem = (0, import_tailwind_variants21.tv)({
4589
4589
  "rounded-lg",
4590
4590
  "outline-none",
4591
4591
  "cursor-pointer",
4592
+ "tap-highlight-transparent",
4592
4593
  ...dataFocusVisibleClasses,
4593
4594
  "data-[focus-visible=true]:dark:ring-offset-background-content1"
4594
4595
  ],
4595
4596
  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"],
4597
+ title: "flex-1 text-base lg:text-sm font-normal truncate",
4598
+ description: [
4599
+ "text-sm lg:text-xs",
4600
+ "w-full",
4601
+ "text-foreground-500",
4602
+ "group-hover:text-current"
4603
+ ],
4598
4604
  selectedIcon: ["text-inherit", "w-3", "h-3", "flex-shrink-0"],
4599
4605
  shortcut: [
4600
4606
  "px-1",
@@ -4924,7 +4930,7 @@ var dropdownItem = (0, import_tailwind_variants21.tv)({
4924
4930
  });
4925
4931
  var dropdownSection = (0, import_tailwind_variants21.tv)({
4926
4932
  slots: {
4927
- section: "relative mb-2",
4933
+ base: "relative mb-2",
4928
4934
  heading: "pl-1 text-xs text-foreground-500",
4929
4935
  group: "pt-1"
4930
4936
  },
@@ -5731,7 +5737,7 @@ var tabs = (0, import_tailwind_variants29.tv)({
5731
5737
  "flex-nowrap",
5732
5738
  "overflow-x-scroll",
5733
5739
  "scrollbar-hide",
5734
- "bg-default-100"
5740
+ "bg-content2"
5735
5741
  ],
5736
5742
  tab: [
5737
5743
  "z-0",
@@ -5903,7 +5909,7 @@ var tabs = (0, import_tailwind_variants29.tv)({
5903
5909
  variant: ["solid", "bordered", "light"],
5904
5910
  color: "default",
5905
5911
  class: {
5906
- cursor: ["bg-content1", "border border-boundary"],
5912
+ cursor: ["bg-background", "dark:bg-default", "border border-boundary dark:border-none"],
5907
5913
  tabContent: "group-data-[selected=true]:text-default-foreground"
5908
5914
  }
5909
5915
  },
@@ -6315,7 +6321,7 @@ function removeDefaultKeys(obj) {
6315
6321
  var base = {
6316
6322
  light: {
6317
6323
  background: {
6318
- DEFAULT: "#ffffff"
6324
+ DEFAULT: "#FFFFFF"
6319
6325
  },
6320
6326
  foreground: {
6321
6327
  ...import_colors.default.zinc,
@@ -6331,7 +6337,7 @@ var base = {
6331
6337
  DEFAULT: commonColors.blue[500]
6332
6338
  },
6333
6339
  content1: {
6334
- DEFAULT: "#ffffff",
6340
+ DEFAULT: "#FFFFFF",
6335
6341
  foreground: "#11181C"
6336
6342
  },
6337
6343
  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-6DB4E4EI.mjs";
13
+ } from "./chunk-UADWWNEI.mjs";
14
14
  import {
15
15
  toggle
16
16
  } from "./chunk-C3VRXEKA.mjs";
@@ -25,7 +25,7 @@ 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
31
  } from "./chunk-QJZSBDVH.mjs";
@@ -53,7 +53,7 @@ import {
53
53
  dropdownItem,
54
54
  dropdownMenu,
55
55
  dropdownSection
56
- } from "./chunk-XEVQEVMG.mjs";
56
+ } from "./chunk-ATPFR6ZL.mjs";
57
57
  import {
58
58
  image
59
59
  } from "./chunk-46ZSXBCH.mjs";
@@ -105,12 +105,11 @@ import {
105
105
  } from "./chunk-CEW7YOHH.mjs";
106
106
  import {
107
107
  nextui
108
- } from "./chunk-CM2DL3M6.mjs";
109
- import "./chunk-UNQJ7BRW.mjs";
110
- import "./chunk-DI2L75XK.mjs";
108
+ } from "./chunk-U4SNVVM2.mjs";
109
+ import "./chunk-OQGOVMIP.mjs";
111
110
  import "./chunk-4Z22WXZX.mjs";
112
111
  import "./chunk-HJLDXSH7.mjs";
113
- import "./chunk-DMASP6FA.mjs";
112
+ import "./chunk-DI2L75XK.mjs";
114
113
  import {
115
114
  absoluteFullClasses,
116
115
  baseStyles,
@@ -123,12 +122,13 @@ import {
123
122
  import "./chunk-WQEDQHKX.mjs";
124
123
  import {
125
124
  colors
126
- } from "./chunk-TFIDBELY.mjs";
125
+ } from "./chunk-TIB5HDTS.mjs";
127
126
  import {
128
127
  semanticColors
129
- } from "./chunk-BWO5RTQF.mjs";
128
+ } from "./chunk-WVACN4IM.mjs";
130
129
  import "./chunk-37PIXVP4.mjs";
131
130
  import "./chunk-M63AFAHO.mjs";
131
+ import "./chunk-DMASP6FA.mjs";
132
132
  import {
133
133
  commonColors
134
134
  } from "./chunk-5LKRUH3Q.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,
@@ -201,7 +201,7 @@ var base = {
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,17 +1,17 @@
1
1
  import {
2
2
  nextui
3
- } from "./chunk-CM2DL3M6.mjs";
4
- import "./chunk-UNQJ7BRW.mjs";
5
- import "./chunk-DI2L75XK.mjs";
3
+ } from "./chunk-U4SNVVM2.mjs";
4
+ import "./chunk-OQGOVMIP.mjs";
6
5
  import "./chunk-4Z22WXZX.mjs";
7
6
  import "./chunk-HJLDXSH7.mjs";
8
- import "./chunk-DMASP6FA.mjs";
7
+ import "./chunk-DI2L75XK.mjs";
9
8
  import "./chunk-G2ZSNGR5.mjs";
10
9
  import "./chunk-WQEDQHKX.mjs";
11
- import "./chunk-TFIDBELY.mjs";
12
- import "./chunk-BWO5RTQF.mjs";
10
+ import "./chunk-TIB5HDTS.mjs";
11
+ import "./chunk-WVACN4IM.mjs";
13
12
  import "./chunk-37PIXVP4.mjs";
14
13
  import "./chunk-M63AFAHO.mjs";
14
+ import "./chunk-DMASP6FA.mjs";
15
15
  import "./chunk-5LKRUH3Q.mjs";
16
16
  import "./chunk-DCEG5LGX.mjs";
17
17
  import "./chunk-L2OL7R23.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-20230623234227",
3
+ "version": "0.0.0-dev-v2-20230624215649",
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 = {