@nextui-org/theme 2.1.0 → 2.1.2

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.
@@ -14,7 +14,6 @@ var popover = tv({
14
14
  base: [
15
15
  "z-10",
16
16
  "relative",
17
- "overflow-hidden",
18
17
  "inline-flex",
19
18
  "flex-col",
20
19
  "items-center",
@@ -30,7 +29,7 @@ var popover = tv({
30
29
  trigger: ["z-10"],
31
30
  backdrop: ["hidden"],
32
31
  arrow: [
33
- "-z-10",
32
+ "z-[-1]",
34
33
  "absolute",
35
34
  "rotate-45",
36
35
  "bg-inherit",
@@ -9,7 +9,7 @@ import {
9
9
  var select = tv({
10
10
  slots: {
11
11
  base: "group inline-flex flex-col relative w-full",
12
- label: "block text-small font-medium text-foreground-500",
12
+ label: "block text-small font-medium text-foreground-500 pointer-events-none",
13
13
  trigger: "relative px-3 gap-3 w-full inline-flex flex-row items-center shadow-sm outline-none tap-highlight-transparent",
14
14
  innerWrapper: "inline-flex h-full w-[calc(100%_-_theme(spacing.unit-6))] items-center gap-1.5 box-border",
15
15
  selectorIcon: "absolute right-3 w-unit-4 h-unit-4",
@@ -139,14 +139,13 @@ var select = tv({
139
139
  },
140
140
  isLabelPlaceholder: {
141
141
  true: {
142
- label: "absolute z-10 pointer-events-none"
142
+ label: "absolute z-10"
143
143
  }
144
144
  },
145
145
  isDisabled: {
146
146
  true: {
147
147
  base: "opacity-disabled pointer-events-none",
148
- trigger: "pointer-events-none",
149
- label: "pointer-events-none"
148
+ trigger: "pointer-events-none"
150
149
  }
151
150
  },
152
151
  isInvalid: {
@@ -1195,7 +1195,6 @@ var popover = tv({
1195
1195
  base: [
1196
1196
  "z-10",
1197
1197
  "relative",
1198
- "overflow-hidden",
1199
1198
  "inline-flex",
1200
1199
  "flex-col",
1201
1200
  "items-center",
@@ -1211,7 +1210,7 @@ var popover = tv({
1211
1210
  trigger: ["z-10"],
1212
1211
  backdrop: ["hidden"],
1213
1212
  arrow: [
1214
- "-z-10",
1213
+ "z-[-1]",
1215
1214
  "absolute",
1216
1215
  "rotate-45",
1217
1216
  "bg-inherit",
@@ -5693,7 +5692,7 @@ var skeleton = tv({
5693
5692
  var select = tv({
5694
5693
  slots: {
5695
5694
  base: "group inline-flex flex-col relative w-full",
5696
- label: "block text-small font-medium text-foreground-500",
5695
+ label: "block text-small font-medium text-foreground-500 pointer-events-none",
5697
5696
  trigger: "relative px-3 gap-3 w-full inline-flex flex-row items-center shadow-sm outline-none tap-highlight-transparent",
5698
5697
  innerWrapper: "inline-flex h-full w-[calc(100%_-_theme(spacing.unit-6))] items-center gap-1.5 box-border",
5699
5698
  selectorIcon: "absolute right-3 w-unit-4 h-unit-4",
@@ -5823,14 +5822,13 @@ var select = tv({
5823
5822
  },
5824
5823
  isLabelPlaceholder: {
5825
5824
  true: {
5826
- label: "absolute z-10 pointer-events-none"
5825
+ label: "absolute z-10"
5827
5826
  }
5828
5827
  },
5829
5828
  isDisabled: {
5830
5829
  true: {
5831
5830
  base: "opacity-disabled pointer-events-none",
5832
- trigger: "pointer-events-none",
5833
- label: "pointer-events-none"
5831
+ trigger: "pointer-events-none"
5834
5832
  }
5835
5833
  },
5836
5834
  isInvalid: {
@@ -16,7 +16,7 @@ import {
16
16
  } from "../chunk-O24TFHPZ.mjs";
17
17
  import {
18
18
  popover
19
- } from "../chunk-FTF3KQBD.mjs";
19
+ } from "../chunk-GF5XUX5Z.mjs";
20
20
  import {
21
21
  progress
22
22
  } from "../chunk-LQGOKGQV.mjs";
@@ -29,7 +29,7 @@ import {
29
29
  } from "../chunk-4JBYJQSP.mjs";
30
30
  import {
31
31
  select
32
- } from "../chunk-AYWH7THQ.mjs";
32
+ } from "../chunk-NVPBHMUQ.mjs";
33
33
  import {
34
34
  skeleton
35
35
  } from "../chunk-EUS2SEYI.mjs";
@@ -205,7 +205,6 @@ var popover = tv({
205
205
  base: [
206
206
  "z-10",
207
207
  "relative",
208
- "overflow-hidden",
209
208
  "inline-flex",
210
209
  "flex-col",
211
210
  "items-center",
@@ -221,7 +220,7 @@ var popover = tv({
221
220
  trigger: ["z-10"],
222
221
  backdrop: ["hidden"],
223
222
  arrow: [
224
- "-z-10",
223
+ "z-[-1]",
225
224
  "absolute",
226
225
  "rotate-45",
227
226
  "bg-inherit",
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  popover
3
- } from "../chunk-FTF3KQBD.mjs";
3
+ } from "../chunk-GF5XUX5Z.mjs";
4
4
  import "../chunk-CMYR6AOY.mjs";
5
5
  import "../chunk-K7LK7NCE.mjs";
6
6
  import "../chunk-2PIR7DFM.mjs";
@@ -89,7 +89,6 @@ declare const select: tailwind_variants.TVReturnType<{
89
89
  true: {
90
90
  base: string;
91
91
  trigger: string;
92
- label: string;
93
92
  };
94
93
  };
95
94
  isInvalid: {
@@ -232,7 +231,6 @@ declare const select: tailwind_variants.TVReturnType<{
232
231
  true: {
233
232
  base: string;
234
233
  trigger: string;
235
- label: string;
236
234
  };
237
235
  };
238
236
  isInvalid: {
@@ -361,7 +359,6 @@ declare const select: tailwind_variants.TVReturnType<{
361
359
  true: {
362
360
  base: string;
363
361
  trigger: string;
364
- label: string;
365
362
  };
366
363
  };
367
364
  isInvalid: {
@@ -490,7 +487,6 @@ declare const select: tailwind_variants.TVReturnType<{
490
487
  true: {
491
488
  base: string;
492
489
  trigger: string;
493
- label: string;
494
490
  };
495
491
  };
496
492
  isInvalid: {
@@ -129,7 +129,7 @@ var tv = (options, config) => {
129
129
  var select = tv({
130
130
  slots: {
131
131
  base: "group inline-flex flex-col relative w-full",
132
- label: "block text-small font-medium text-foreground-500",
132
+ label: "block text-small font-medium text-foreground-500 pointer-events-none",
133
133
  trigger: "relative px-3 gap-3 w-full inline-flex flex-row items-center shadow-sm outline-none tap-highlight-transparent",
134
134
  innerWrapper: "inline-flex h-full w-[calc(100%_-_theme(spacing.unit-6))] items-center gap-1.5 box-border",
135
135
  selectorIcon: "absolute right-3 w-unit-4 h-unit-4",
@@ -259,14 +259,13 @@ var select = tv({
259
259
  },
260
260
  isLabelPlaceholder: {
261
261
  true: {
262
- label: "absolute z-10 pointer-events-none"
262
+ label: "absolute z-10"
263
263
  }
264
264
  },
265
265
  isDisabled: {
266
266
  true: {
267
267
  base: "opacity-disabled pointer-events-none",
268
- trigger: "pointer-events-none",
269
- label: "pointer-events-none"
268
+ trigger: "pointer-events-none"
270
269
  }
271
270
  },
272
271
  isInvalid: {
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  select
3
- } from "../chunk-AYWH7THQ.mjs";
3
+ } from "../chunk-NVPBHMUQ.mjs";
4
4
  import "../chunk-CMYR6AOY.mjs";
5
5
  import "../chunk-K7LK7NCE.mjs";
6
6
  import "../chunk-2PIR7DFM.mjs";
package/dist/index.js CHANGED
@@ -1227,7 +1227,6 @@ var popover = tv({
1227
1227
  base: [
1228
1228
  "z-10",
1229
1229
  "relative",
1230
- "overflow-hidden",
1231
1230
  "inline-flex",
1232
1231
  "flex-col",
1233
1232
  "items-center",
@@ -1243,7 +1242,7 @@ var popover = tv({
1243
1242
  trigger: ["z-10"],
1244
1243
  backdrop: ["hidden"],
1245
1244
  arrow: [
1246
- "-z-10",
1245
+ "z-[-1]",
1247
1246
  "absolute",
1248
1247
  "rotate-45",
1249
1248
  "bg-inherit",
@@ -5725,7 +5724,7 @@ var skeleton = tv({
5725
5724
  var select = tv({
5726
5725
  slots: {
5727
5726
  base: "group inline-flex flex-col relative w-full",
5728
- label: "block text-small font-medium text-foreground-500",
5727
+ label: "block text-small font-medium text-foreground-500 pointer-events-none",
5729
5728
  trigger: "relative px-3 gap-3 w-full inline-flex flex-row items-center shadow-sm outline-none tap-highlight-transparent",
5730
5729
  innerWrapper: "inline-flex h-full w-[calc(100%_-_theme(spacing.unit-6))] items-center gap-1.5 box-border",
5731
5730
  selectorIcon: "absolute right-3 w-unit-4 h-unit-4",
@@ -5855,14 +5854,13 @@ var select = tv({
5855
5854
  },
5856
5855
  isLabelPlaceholder: {
5857
5856
  true: {
5858
- label: "absolute z-10 pointer-events-none"
5857
+ label: "absolute z-10"
5859
5858
  }
5860
5859
  },
5861
5860
  isDisabled: {
5862
5861
  true: {
5863
5862
  base: "opacity-disabled pointer-events-none",
5864
- trigger: "pointer-events-none",
5865
- label: "pointer-events-none"
5863
+ trigger: "pointer-events-none"
5866
5864
  }
5867
5865
  },
5868
5866
  isInvalid: {
package/dist/index.mjs CHANGED
@@ -16,7 +16,7 @@ import {
16
16
  } from "./chunk-O24TFHPZ.mjs";
17
17
  import {
18
18
  popover
19
- } from "./chunk-FTF3KQBD.mjs";
19
+ } from "./chunk-GF5XUX5Z.mjs";
20
20
  import {
21
21
  progress
22
22
  } from "./chunk-LQGOKGQV.mjs";
@@ -29,7 +29,7 @@ import {
29
29
  } from "./chunk-4JBYJQSP.mjs";
30
30
  import {
31
31
  select
32
- } from "./chunk-AYWH7THQ.mjs";
32
+ } from "./chunk-NVPBHMUQ.mjs";
33
33
  import {
34
34
  skeleton
35
35
  } from "./chunk-EUS2SEYI.mjs";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nextui-org/theme",
3
- "version": "2.1.0",
3
+ "version": "2.1.2",
4
4
  "description": "The default theme for NextUI components",
5
5
  "keywords": [
6
6
  "theme",