@nextui-org/theme 0.0.0-dev-v2-20240401175453 → 0.0.0-dev-v2-20240402013814

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.
package/README.md CHANGED
@@ -18,7 +18,7 @@ Yes please! See the
18
18
  [contributing guidelines](https://github.com/nextui-org/nextui/blob/master/CONTRIBUTING.md)
19
19
  for details.
20
20
 
21
- ## Licence
21
+ ## License
22
22
 
23
23
  This project is licensed under the terms of the
24
24
  [MIT license](https://github.com/nextui-org/nextui/blob/master/LICENSE).
@@ -145,6 +145,12 @@ var popover = tv({
145
145
  true: {
146
146
  base: "animate-none"
147
147
  }
148
+ },
149
+ isDropdownDisabled: {
150
+ true: {
151
+ trigger: "opacity-disabled pointer-events-none"
152
+ },
153
+ false: {}
148
154
  }
149
155
  },
150
156
  defaultVariants: {
@@ -1402,6 +1402,12 @@ var popover = tv({
1402
1402
  true: {
1403
1403
  base: "animate-none"
1404
1404
  }
1405
+ },
1406
+ isDropdownDisabled: {
1407
+ true: {
1408
+ trigger: "opacity-disabled pointer-events-none"
1409
+ },
1410
+ false: {}
1405
1411
  }
1406
1412
  },
1407
1413
  defaultVariants: {
@@ -31,7 +31,7 @@ import {
31
31
  } from "../chunk-SPRRISBY.mjs";
32
32
  import {
33
33
  popover
34
- } from "../chunk-FHNC7F3W.mjs";
34
+ } from "../chunk-TGLAWCNS.mjs";
35
35
  import {
36
36
  progress
37
37
  } from "../chunk-LQGOKGQV.mjs";
@@ -108,6 +108,12 @@ declare const popover: tailwind_variants.TVReturnType<{
108
108
  base: string;
109
109
  };
110
110
  };
111
+ isDropdownDisabled: {
112
+ true: {
113
+ trigger: string;
114
+ };
115
+ false: {};
116
+ };
111
117
  }, {
112
118
  base: string[];
113
119
  content: string[];
@@ -204,6 +210,12 @@ declare const popover: tailwind_variants.TVReturnType<{
204
210
  base: string;
205
211
  };
206
212
  };
213
+ isDropdownDisabled: {
214
+ true: {
215
+ trigger: string;
216
+ };
217
+ false: {};
218
+ };
207
219
  }, {
208
220
  size: {
209
221
  sm: {
@@ -294,6 +306,12 @@ declare const popover: tailwind_variants.TVReturnType<{
294
306
  base: string;
295
307
  };
296
308
  };
309
+ isDropdownDisabled: {
310
+ true: {
311
+ trigger: string;
312
+ };
313
+ false: {};
314
+ };
297
315
  }>, {
298
316
  size: {
299
317
  sm: {
@@ -384,6 +402,12 @@ declare const popover: tailwind_variants.TVReturnType<{
384
402
  base: string;
385
403
  };
386
404
  };
405
+ isDropdownDisabled: {
406
+ true: {
407
+ trigger: string;
408
+ };
409
+ false: {};
410
+ };
387
411
  }, {
388
412
  base: string[];
389
413
  content: string[];
@@ -480,6 +504,12 @@ declare const popover: tailwind_variants.TVReturnType<{
480
504
  base: string;
481
505
  };
482
506
  };
507
+ isDropdownDisabled: {
508
+ true: {
509
+ trigger: string;
510
+ };
511
+ false: {};
512
+ };
483
513
  }, {
484
514
  base: string[];
485
515
  content: string[];
@@ -576,6 +606,12 @@ declare const popover: tailwind_variants.TVReturnType<{
576
606
  base: string;
577
607
  };
578
608
  };
609
+ isDropdownDisabled: {
610
+ true: {
611
+ trigger: string;
612
+ };
613
+ false: {};
614
+ };
579
615
  }, {
580
616
  size: {
581
617
  sm: {
@@ -666,6 +702,12 @@ declare const popover: tailwind_variants.TVReturnType<{
666
702
  base: string;
667
703
  };
668
704
  };
705
+ isDropdownDisabled: {
706
+ true: {
707
+ trigger: string;
708
+ };
709
+ false: {};
710
+ };
669
711
  }>, unknown, unknown, undefined>>;
670
712
  type PopoverVariantProps = VariantProps<typeof popover>;
671
713
  type PopoverSlots = keyof ReturnType<typeof popover>;
@@ -336,6 +336,12 @@ var popover = tv({
336
336
  true: {
337
337
  base: "animate-none"
338
338
  }
339
+ },
340
+ isDropdownDisabled: {
341
+ true: {
342
+ trigger: "opacity-disabled pointer-events-none"
343
+ },
344
+ false: {}
339
345
  }
340
346
  },
341
347
  defaultVariants: {
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  popover
3
- } from "../chunk-FHNC7F3W.mjs";
3
+ } from "../chunk-TGLAWCNS.mjs";
4
4
  import "../chunk-CMYR6AOY.mjs";
5
5
  import "../chunk-K7LK7NCE.mjs";
6
6
  import "../chunk-2PIR7DFM.mjs";
package/dist/index.js CHANGED
@@ -1435,6 +1435,12 @@ var popover = tv({
1435
1435
  true: {
1436
1436
  base: "animate-none"
1437
1437
  }
1438
+ },
1439
+ isDropdownDisabled: {
1440
+ true: {
1441
+ trigger: "opacity-disabled pointer-events-none"
1442
+ },
1443
+ false: {}
1438
1444
  }
1439
1445
  },
1440
1446
  defaultVariants: {
package/dist/index.mjs CHANGED
@@ -31,7 +31,7 @@ import {
31
31
  } from "./chunk-SPRRISBY.mjs";
32
32
  import {
33
33
  popover
34
- } from "./chunk-FHNC7F3W.mjs";
34
+ } from "./chunk-TGLAWCNS.mjs";
35
35
  import {
36
36
  progress
37
37
  } from "./chunk-LQGOKGQV.mjs";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nextui-org/theme",
3
- "version": "0.0.0-dev-v2-20240401175453",
3
+ "version": "0.0.0-dev-v2-20240402013814",
4
4
  "description": "The default theme for NextUI components",
5
5
  "keywords": [
6
6
  "theme",