@nextui-org/theme 0.0.0-dev-v2-20230620142942 → 0.0.0-dev-v2-20230620194547

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 (89) hide show
  1. package/dist/{chunk-DWC7GT4K.mjs → chunk-3D7G7PZH.mjs} +1 -1
  2. package/dist/chunk-4Z22WXZX.mjs +21 -0
  3. package/dist/{chunk-M7M7HWPI.mjs → chunk-52QYM3YD.mjs} +5 -5
  4. package/dist/{chunk-BH4BMASL.mjs → chunk-576B55VI.mjs} +1 -1
  5. package/dist/{chunk-QU6QFAKV.mjs → chunk-7VYHIENL.mjs} +3 -2
  6. package/dist/{chunk-LWJT5D6G.mjs → chunk-A4SRDPJZ.mjs} +1 -0
  7. package/dist/{chunk-UHOIXUPW.mjs → chunk-AUOEYXLQ.mjs} +1 -0
  8. package/dist/{chunk-G34JOIZ3.mjs → chunk-C6TGDK6D.mjs} +1 -1
  9. package/dist/{chunk-FPFQCKUP.mjs → chunk-CEW7YOHH.mjs} +1 -1
  10. package/dist/chunk-DI2L75XK.mjs +22 -0
  11. package/dist/{chunk-2RQFBKZ4.mjs → chunk-E7FRZBCH.mjs} +1 -1
  12. package/dist/{chunk-NVCWXYAR.mjs → chunk-HI3IKEJ5.mjs} +13 -3
  13. package/dist/{chunk-JH2TR6BI.mjs → chunk-HJLDXSH7.mjs} +7 -19
  14. package/dist/{chunk-YQXYRWJP.mjs → chunk-I36TDMJB.mjs} +2 -2
  15. package/dist/{chunk-4G25OMVV.mjs → chunk-I75M4OOG.mjs} +1 -1
  16. package/dist/{chunk-QW2ZGOKD.mjs → chunk-IN5LCODJ.mjs} +1 -1
  17. package/dist/{chunk-OPENJYHK.mjs → chunk-IUW423TP.mjs} +39 -28
  18. package/dist/{chunk-N5YBIJN7.mjs → chunk-LBMDDCFV.mjs} +2 -2
  19. package/dist/chunk-OQGOVMIP.mjs +20 -0
  20. package/dist/{chunk-UNAW63FS.mjs → chunk-RB7R7Z3Y.mjs} +1 -1
  21. package/dist/{chunk-O32L4YWJ.mjs → chunk-SEWAA5ZW.mjs} +1 -1
  22. package/dist/{chunk-42RVICJN.mjs → chunk-UKSPZOXY.mjs} +1 -1
  23. package/dist/{chunk-HNRHIJNK.mjs → chunk-YNGJCDQN.mjs} +2 -2
  24. package/dist/{chunk-D4S5JGOT.mjs → chunk-ZQF2KGKX.mjs} +1 -1
  25. package/dist/{chunk-GRAPREJD.mjs → chunk-ZSOCX2PK.mjs} +3 -2
  26. package/dist/colors/common.mjs +2 -2
  27. package/dist/colors/index.mjs +4 -4
  28. package/dist/colors/semantic.mjs +3 -3
  29. package/dist/colors.mjs +4 -4
  30. package/dist/components/accordion.js +2 -2
  31. package/dist/components/accordion.mjs +1 -1
  32. package/dist/components/avatar.js +1 -1
  33. package/dist/components/avatar.mjs +2 -2
  34. package/dist/components/badge.js +1 -1
  35. package/dist/components/badge.mjs +2 -2
  36. package/dist/components/button.js +3 -2
  37. package/dist/components/button.mjs +2 -2
  38. package/dist/components/card.js +1 -1
  39. package/dist/components/card.mjs +1 -1
  40. package/dist/components/checkbox.js +1 -1
  41. package/dist/components/checkbox.mjs +1 -1
  42. package/dist/components/chip.js +3 -2
  43. package/dist/components/chip.mjs +2 -2
  44. package/dist/components/code.js +1 -1
  45. package/dist/components/code.mjs +2 -2
  46. package/dist/components/index.js +65 -40
  47. package/dist/components/index.mjs +37 -37
  48. package/dist/components/link.d.ts +4 -4
  49. package/dist/components/link.js +2 -2
  50. package/dist/components/link.mjs +1 -1
  51. package/dist/components/modal.js +1 -0
  52. package/dist/components/modal.mjs +1 -1
  53. package/dist/components/navbar.js +1 -0
  54. package/dist/components/navbar.mjs +1 -1
  55. package/dist/components/pagination.d.ts +6 -6
  56. package/dist/components/pagination.js +39 -28
  57. package/dist/components/pagination.mjs +2 -2
  58. package/dist/components/popover.js +1 -1
  59. package/dist/components/popover.mjs +2 -2
  60. package/dist/components/radio.js +1 -1
  61. package/dist/components/radio.mjs +1 -1
  62. package/dist/components/snippet.js +1 -1
  63. package/dist/components/snippet.mjs +2 -2
  64. package/dist/components/tabs.js +13 -3
  65. package/dist/components/tabs.mjs +2 -2
  66. package/dist/components/toggle.js +1 -1
  67. package/dist/components/toggle.mjs +1 -1
  68. package/dist/index.js +115 -58
  69. package/dist/index.mjs +47 -44
  70. package/dist/plugin.js +50 -18
  71. package/dist/plugin.mjs +9 -6
  72. package/dist/utilities/custom.d.ts +22 -0
  73. package/dist/utilities/custom.js +44 -0
  74. package/dist/utilities/custom.mjs +6 -0
  75. package/dist/utilities/index.d.ts +30 -19
  76. package/dist/utilities/index.js +51 -17
  77. package/dist/utilities/index.mjs +4 -1
  78. package/dist/utilities/scrollbar-hide.d.ts +24 -0
  79. package/dist/utilities/scrollbar-hide.js +43 -0
  80. package/dist/utilities/scrollbar-hide.mjs +6 -0
  81. package/dist/utilities/transition.d.ts +72 -0
  82. package/dist/utilities/transition.js +95 -0
  83. package/dist/utilities/transition.mjs +6 -0
  84. package/dist/utils/index.js +1 -1
  85. package/dist/utils/index.mjs +1 -1
  86. package/dist/utils/variants.js +1 -1
  87. package/dist/utils/variants.mjs +1 -1
  88. package/package.json +1 -1
  89. package/dist/{chunk-YGFZPBLQ.mjs → chunk-5LKRUH3Q.mjs} +3 -3
package/dist/colors.mjs CHANGED
@@ -1,22 +1,22 @@
1
1
  import "./chunk-WQEDQHKX.mjs";
2
2
  import {
3
3
  colors
4
- } from "./chunk-N5YBIJN7.mjs";
4
+ } from "./chunk-LBMDDCFV.mjs";
5
5
  import {
6
6
  semanticColors
7
- } from "./chunk-UNAW63FS.mjs";
7
+ } from "./chunk-RB7R7Z3Y.mjs";
8
8
  import "./chunk-37PIXVP4.mjs";
9
9
  import "./chunk-M63AFAHO.mjs";
10
10
  import {
11
11
  commonColors
12
- } from "./chunk-YGFZPBLQ.mjs";
13
- import "./chunk-OR5PUD24.mjs";
12
+ } from "./chunk-5LKRUH3Q.mjs";
14
13
  import "./chunk-DCEG5LGX.mjs";
15
14
  import "./chunk-L2OL7R23.mjs";
16
15
  import "./chunk-YZYGFPNK.mjs";
17
16
  import "./chunk-Y4YW5MKL.mjs";
18
17
  import "./chunk-DYAPDM2A.mjs";
19
18
  import "./chunk-T3GWIVAM.mjs";
19
+ import "./chunk-OR5PUD24.mjs";
20
20
  export {
21
21
  colors,
22
22
  commonColors,
@@ -58,8 +58,8 @@ var accordionItem = (0, import_tailwind_variants.tv)({
58
58
  ],
59
59
  heading: "",
60
60
  trigger: [
61
- "flex py-4 w-full h-full gap-3 outline-none items-center",
62
- "data-[pressed=true]:opacity-80",
61
+ "flex py-4 w-full h-full gap-3 outline-none items-center tap-highlight-transparent",
62
+ "data-[pressed=true]:opacity-50",
63
63
  "data-[focus-visible=true]:outline-none",
64
64
  "data-[focus-visible=true]:ring-2",
65
65
  "data-[focus-visible=true]:ring-primary",
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  accordion,
3
3
  accordionItem
4
- } from "../chunk-HNRHIJNK.mjs";
4
+ } from "../chunk-YNGJCDQN.mjs";
5
5
  export {
6
6
  accordion,
7
7
  accordionItem
@@ -64,7 +64,7 @@ var bordered = {
64
64
  foreground: "bg-transparent border-foreground text-foreground"
65
65
  };
66
66
  var flat = {
67
- default: "bg-default/20 text-default-foreground",
67
+ default: "bg-default/40 text-default-foreground",
68
68
  primary: "bg-primary/20 text-primary",
69
69
  secondary: "bg-secondary/20 text-secondary",
70
70
  success: "bg-success/20 text-success-600 dark:text-success",
@@ -1,10 +1,10 @@
1
1
  import {
2
2
  avatar,
3
3
  avatarGroup
4
- } from "../chunk-D4S5JGOT.mjs";
4
+ } from "../chunk-ZQF2KGKX.mjs";
5
5
  import "../chunk-CMYR6AOY.mjs";
6
6
  import "../chunk-K7LK7NCE.mjs";
7
- import "../chunk-FPFQCKUP.mjs";
7
+ import "../chunk-CEW7YOHH.mjs";
8
8
  import "../chunk-TSW7CNKY.mjs";
9
9
  export {
10
10
  avatar,
@@ -54,7 +54,7 @@ var bordered = {
54
54
  foreground: "bg-transparent border-foreground text-foreground"
55
55
  };
56
56
  var flat = {
57
- default: "bg-default/20 text-default-foreground",
57
+ default: "bg-default/40 text-default-foreground",
58
58
  primary: "bg-primary/20 text-primary",
59
59
  secondary: "bg-secondary/20 text-secondary",
60
60
  success: "bg-success/20 text-success-600 dark:text-success",
@@ -1,9 +1,9 @@
1
1
  import {
2
2
  badge
3
- } from "../chunk-4G25OMVV.mjs";
3
+ } from "../chunk-I75M4OOG.mjs";
4
4
  import "../chunk-CMYR6AOY.mjs";
5
5
  import "../chunk-K7LK7NCE.mjs";
6
- import "../chunk-FPFQCKUP.mjs";
6
+ import "../chunk-CEW7YOHH.mjs";
7
7
  import "../chunk-TSW7CNKY.mjs";
8
8
  export {
9
9
  badge
@@ -55,7 +55,7 @@ var bordered = {
55
55
  foreground: "bg-transparent border-foreground text-foreground"
56
56
  };
57
57
  var flat = {
58
- default: "bg-default/20 text-default-foreground",
58
+ default: "bg-default/40 text-default-foreground",
59
59
  primary: "bg-primary/20 text-primary",
60
60
  secondary: "bg-secondary/20 text-secondary",
61
61
  success: "bg-success/20 text-success-600 dark:text-success",
@@ -117,6 +117,7 @@ var button = (0, import_tailwind_variants.tv)({
117
117
  "subpixel-antialiased",
118
118
  "data-[pressed=true]:scale-95",
119
119
  "overflow-hidden",
120
+ "tap-highlight-transparent",
120
121
  "data-[focus-visible=true]:z-10",
121
122
  "data-[focus-visible=true]:outline-none",
122
123
  "data-[focus-visible=true]:ring-2",
@@ -447,7 +448,7 @@ var button = (0, import_tailwind_variants.tv)({
447
448
  {
448
449
  isInGroup: true,
449
450
  variant: ["bordered", "ghost"],
450
- class: "[&:not(:first-child)]:border-l-0"
451
+ class: "[&:not(:first-child)]:ml-[calc(theme(borderWidth.2)*-1)]"
451
452
  },
452
453
  {
453
454
  isIconOnly: true,
@@ -1,10 +1,10 @@
1
1
  import {
2
2
  button,
3
3
  buttonGroup
4
- } from "../chunk-QU6QFAKV.mjs";
4
+ } from "../chunk-7VYHIENL.mjs";
5
5
  import "../chunk-CMYR6AOY.mjs";
6
6
  import "../chunk-K7LK7NCE.mjs";
7
- import "../chunk-FPFQCKUP.mjs";
7
+ import "../chunk-CEW7YOHH.mjs";
8
8
  import "../chunk-TSW7CNKY.mjs";
9
9
  export {
10
10
  button,
@@ -197,7 +197,7 @@ var card = (0, import_tailwind_variants.tv)({
197
197
  {
198
198
  isPressable: true,
199
199
  disableAnimation: false,
200
- class: "data-[pressed=true]:scale-95"
200
+ class: "data-[pressed=true]:scale-95 tap-highlight-transparent"
201
201
  }
202
202
  ],
203
203
  defaultVariants: {
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  card
3
- } from "../chunk-QW2ZGOKD.mjs";
3
+ } from "../chunk-IN5LCODJ.mjs";
4
4
  export {
5
5
  card
6
6
  };
@@ -27,7 +27,7 @@ module.exports = __toCommonJS(checkbox_exports);
27
27
  var import_tailwind_variants = require("tailwind-variants");
28
28
  var checkbox = (0, import_tailwind_variants.tv)({
29
29
  slots: {
30
- base: "group relative max-w-fit inline-flex items-center justify-start cursor-pointer",
30
+ base: "group relative max-w-fit inline-flex items-center justify-start cursor-pointer tap-highlight-transparent",
31
31
  wrapper: [
32
32
  "relative",
33
33
  "inline-flex",
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  checkbox,
3
3
  checkboxGroup
4
- } from "../chunk-G34JOIZ3.mjs";
4
+ } from "../chunk-C6TGDK6D.mjs";
5
5
  export {
6
6
  checkbox,
7
7
  checkboxGroup
@@ -64,7 +64,7 @@ var bordered = {
64
64
  foreground: "bg-transparent border-foreground text-foreground"
65
65
  };
66
66
  var flat = {
67
- default: "bg-default/20 text-default-foreground",
67
+ default: "bg-default/40 text-default-foreground",
68
68
  primary: "bg-primary/20 text-primary",
69
69
  secondary: "bg-secondary/20 text-secondary",
70
70
  success: "bg-success/20 text-success-600 dark:text-success",
@@ -125,7 +125,8 @@ var chip = (0, import_tailwind_variants.tv)({
125
125
  "opacity-70",
126
126
  "hover:opacity-100",
127
127
  "cursor-pointer",
128
- "active:opacity-70"
128
+ "active:opacity-50",
129
+ "tap-highlight-transparent"
129
130
  ]
130
131
  },
131
132
  variants: {
@@ -1,9 +1,9 @@
1
1
  import {
2
2
  chip
3
- } from "../chunk-GRAPREJD.mjs";
3
+ } from "../chunk-ZSOCX2PK.mjs";
4
4
  import "../chunk-CMYR6AOY.mjs";
5
5
  import "../chunk-K7LK7NCE.mjs";
6
- import "../chunk-FPFQCKUP.mjs";
6
+ import "../chunk-CEW7YOHH.mjs";
7
7
  import "../chunk-TSW7CNKY.mjs";
8
8
  export {
9
9
  chip
@@ -54,7 +54,7 @@ var bordered = {
54
54
  foreground: "bg-transparent border-foreground text-foreground"
55
55
  };
56
56
  var flat = {
57
- default: "bg-default/20 text-default-foreground",
57
+ default: "bg-default/40 text-default-foreground",
58
58
  primary: "bg-primary/20 text-primary",
59
59
  secondary: "bg-secondary/20 text-secondary",
60
60
  success: "bg-success/20 text-success-600 dark:text-success",
@@ -1,9 +1,9 @@
1
1
  import {
2
2
  code
3
- } from "../chunk-BH4BMASL.mjs";
3
+ } from "../chunk-576B55VI.mjs";
4
4
  import "../chunk-CMYR6AOY.mjs";
5
5
  import "../chunk-K7LK7NCE.mjs";
6
- import "../chunk-FPFQCKUP.mjs";
6
+ import "../chunk-CEW7YOHH.mjs";
7
7
  import "../chunk-TSW7CNKY.mjs";
8
8
  export {
9
9
  code
@@ -111,7 +111,7 @@ var bordered = {
111
111
  foreground: "bg-transparent border-foreground text-foreground"
112
112
  };
113
113
  var flat = {
114
- default: "bg-default/20 text-default-foreground",
114
+ default: "bg-default/40 text-default-foreground",
115
115
  primary: "bg-primary/20 text-primary",
116
116
  secondary: "bg-secondary/20 text-secondary",
117
117
  success: "bg-success/20 text-success-600 dark:text-success",
@@ -530,7 +530,7 @@ var card = (0, import_tailwind_variants2.tv)({
530
530
  {
531
531
  isPressable: true,
532
532
  disableAnimation: false,
533
- class: "data-[pressed=true]:scale-95"
533
+ class: "data-[pressed=true]:scale-95 tap-highlight-transparent"
534
534
  }
535
535
  ],
536
536
  defaultVariants: {
@@ -549,7 +549,7 @@ var card = (0, import_tailwind_variants2.tv)({
549
549
  var import_tailwind_variants3 = require("tailwind-variants");
550
550
  var link = (0, import_tailwind_variants3.tv)({
551
551
  base: [
552
- "relative inline-flex items-center outline-none",
552
+ "relative inline-flex items-center outline-none tap-highlight-transparent",
553
553
  "data-[focus-visible=true]:outline-none",
554
554
  "data-[focus-visible=true]:ring-2",
555
555
  "data-[focus-visible=true]:ring-primary",
@@ -594,7 +594,7 @@ var link = (0, import_tailwind_variants3.tv)({
594
594
  "after:transition-background",
595
595
  "after:absolute"
596
596
  ],
597
- false: "hover:opacity-80 transition-opacity"
597
+ false: "hover:opacity-80 active:opacity-50 transition-opacity"
598
598
  },
599
599
  isDisabled: {
600
600
  true: "opacity-50 cursor-default pointer-events-none"
@@ -687,6 +687,7 @@ var button = (0, import_tailwind_variants5.tv)({
687
687
  "subpixel-antialiased",
688
688
  "data-[pressed=true]:scale-95",
689
689
  "overflow-hidden",
690
+ "tap-highlight-transparent",
690
691
  "data-[focus-visible=true]:z-10",
691
692
  "data-[focus-visible=true]:outline-none",
692
693
  "data-[focus-visible=true]:ring-2",
@@ -1017,7 +1018,7 @@ var button = (0, import_tailwind_variants5.tv)({
1017
1018
  {
1018
1019
  isInGroup: true,
1019
1020
  variant: ["bordered", "ghost"],
1020
- class: "[&:not(:first-child)]:border-l-0"
1021
+ class: "[&:not(:first-child)]:ml-[calc(theme(borderWidth.2)*-1)]"
1021
1022
  },
1022
1023
  {
1023
1024
  isIconOnly: true,
@@ -1680,7 +1681,8 @@ var chip = (0, import_tailwind_variants11.tv)({
1680
1681
  "opacity-70",
1681
1682
  "hover:opacity-100",
1682
1683
  "cursor-pointer",
1683
- "active:opacity-70"
1684
+ "active:opacity-50",
1685
+ "tap-highlight-transparent"
1684
1686
  ]
1685
1687
  },
1686
1688
  variants: {
@@ -2530,7 +2532,7 @@ var badge = (0, import_tailwind_variants12.tv)({
2530
2532
  var import_tailwind_variants13 = require("tailwind-variants");
2531
2533
  var checkbox = (0, import_tailwind_variants13.tv)({
2532
2534
  slots: {
2533
- base: "group relative max-w-fit inline-flex items-center justify-start cursor-pointer",
2535
+ base: "group relative max-w-fit inline-flex items-center justify-start cursor-pointer tap-highlight-transparent",
2534
2536
  wrapper: [
2535
2537
  "relative",
2536
2538
  "inline-flex",
@@ -2698,7 +2700,7 @@ var checkboxGroup = (0, import_tailwind_variants13.tv)({
2698
2700
  var import_tailwind_variants14 = require("tailwind-variants");
2699
2701
  var radio = (0, import_tailwind_variants14.tv)({
2700
2702
  slots: {
2701
- base: "group relative max-w-fit inline-flex items-center justify-start cursor-pointer",
2703
+ base: "group relative max-w-fit inline-flex items-center justify-start cursor-pointer tap-highlight-transparent",
2702
2704
  wrapper: [
2703
2705
  "relative",
2704
2706
  "inline-flex",
@@ -2870,7 +2872,18 @@ var radioGroup = (0, import_tailwind_variants14.tv)({
2870
2872
  var import_tailwind_variants15 = require("tailwind-variants");
2871
2873
  var pagination = (0, import_tailwind_variants15.tv)({
2872
2874
  slots: {
2873
- base: "flex flex-nowrap relative overflow-x-auto overflow-y-visible items-center gap-1 max-w-fit h-fit",
2875
+ base: [
2876
+ "flex",
2877
+ "flex-nowrap",
2878
+ "h-fit",
2879
+ "max-w-fit",
2880
+ "py-2.5",
2881
+ "relative",
2882
+ "gap-1",
2883
+ "items-center",
2884
+ "overflow-x-scroll",
2885
+ "scrollbar-hide"
2886
+ ],
2874
2887
  item: [],
2875
2888
  prev: "",
2876
2889
  next: "",
@@ -2956,7 +2969,7 @@ var pagination = (0, import_tailwind_variants15.tv)({
2956
2969
  showShadow: {
2957
2970
  true: {}
2958
2971
  },
2959
- hideCursor: {
2972
+ disableCursorAnimation: {
2960
2973
  true: {
2961
2974
  cursor: "hidden"
2962
2975
  }
@@ -2981,49 +2994,49 @@ var pagination = (0, import_tailwind_variants15.tv)({
2981
2994
  isDisabled: false,
2982
2995
  showShadow: false,
2983
2996
  disableAnimation: false,
2984
- hideCursor: false
2997
+ disableCursorAnimation: false
2985
2998
  },
2986
2999
  compoundVariants: [
2987
3000
  {
2988
3001
  showShadow: true,
2989
3002
  color: "default",
2990
3003
  class: {
2991
- cursor: colorVariants.shadow.default
3004
+ cursor: [colorVariants.shadow.default, "shadow-md"]
2992
3005
  }
2993
3006
  },
2994
3007
  {
2995
3008
  showShadow: true,
2996
3009
  color: "primary",
2997
3010
  class: {
2998
- cursor: colorVariants.shadow.primary
3011
+ cursor: [colorVariants.shadow.primary, "shadow-md"]
2999
3012
  }
3000
3013
  },
3001
3014
  {
3002
3015
  showShadow: true,
3003
3016
  color: "secondary",
3004
3017
  class: {
3005
- cursor: colorVariants.shadow.secondary
3018
+ cursor: [colorVariants.shadow.secondary, "shadow-md"]
3006
3019
  }
3007
3020
  },
3008
3021
  {
3009
3022
  showShadow: true,
3010
3023
  color: "success",
3011
3024
  class: {
3012
- cursor: colorVariants.shadow.success
3025
+ cursor: [colorVariants.shadow.success, "shadow-md"]
3013
3026
  }
3014
3027
  },
3015
3028
  {
3016
3029
  showShadow: true,
3017
3030
  color: "warning",
3018
3031
  class: {
3019
- cursor: colorVariants.shadow.warning
3032
+ cursor: [colorVariants.shadow.warning, "shadow-md"]
3020
3033
  }
3021
3034
  },
3022
3035
  {
3023
3036
  showShadow: true,
3024
3037
  color: "danger",
3025
3038
  class: {
3026
- cursor: colorVariants.shadow.danger
3039
+ cursor: [colorVariants.shadow.danger, "shadow-md"]
3027
3040
  }
3028
3041
  },
3029
3042
  {
@@ -3034,7 +3047,7 @@ var pagination = (0, import_tailwind_variants15.tv)({
3034
3047
  }
3035
3048
  },
3036
3049
  {
3037
- hideCursor: true,
3050
+ disableCursorAnimation: true,
3038
3051
  color: "default",
3039
3052
  class: {
3040
3053
  item: [
@@ -3045,7 +3058,7 @@ var pagination = (0, import_tailwind_variants15.tv)({
3045
3058
  }
3046
3059
  },
3047
3060
  {
3048
- hideCursor: true,
3061
+ disableCursorAnimation: true,
3049
3062
  color: "primary",
3050
3063
  class: {
3051
3064
  item: [
@@ -3056,7 +3069,7 @@ var pagination = (0, import_tailwind_variants15.tv)({
3056
3069
  }
3057
3070
  },
3058
3071
  {
3059
- hideCursor: true,
3072
+ disableCursorAnimation: true,
3060
3073
  color: "secondary",
3061
3074
  class: {
3062
3075
  item: [
@@ -3067,7 +3080,7 @@ var pagination = (0, import_tailwind_variants15.tv)({
3067
3080
  }
3068
3081
  },
3069
3082
  {
3070
- hideCursor: true,
3083
+ disableCursorAnimation: true,
3071
3084
  color: "success",
3072
3085
  class: {
3073
3086
  item: [
@@ -3078,7 +3091,7 @@ var pagination = (0, import_tailwind_variants15.tv)({
3078
3091
  }
3079
3092
  },
3080
3093
  {
3081
- hideCursor: true,
3094
+ disableCursorAnimation: true,
3082
3095
  color: "warning",
3083
3096
  class: {
3084
3097
  item: [
@@ -3089,7 +3102,7 @@ var pagination = (0, import_tailwind_variants15.tv)({
3089
3102
  }
3090
3103
  },
3091
3104
  {
3092
- hideCursor: true,
3105
+ disableCursorAnimation: true,
3093
3106
  color: "danger",
3094
3107
  class: {
3095
3108
  item: [
@@ -3100,51 +3113,51 @@ var pagination = (0, import_tailwind_variants15.tv)({
3100
3113
  }
3101
3114
  },
3102
3115
  {
3103
- hideCursor: true,
3116
+ disableCursorAnimation: true,
3104
3117
  showShadow: true,
3105
3118
  color: "default",
3106
3119
  class: {
3107
- item: ["data-[active=true]:shadow-lg", "data-[active=true]:shadow-default/50"]
3120
+ item: ["data-[active=true]:shadow-md", "data-[active=true]:shadow-default/50"]
3108
3121
  }
3109
3122
  },
3110
3123
  {
3111
- hideCursor: true,
3124
+ disableCursorAnimation: true,
3112
3125
  showShadow: true,
3113
3126
  color: "primary",
3114
3127
  class: {
3115
- item: ["data-[active=true]:shadow-lg", "data-[active=true]:shadow-primary/40"]
3128
+ item: ["data-[active=true]:shadow-md", "data-[active=true]:shadow-primary/40"]
3116
3129
  }
3117
3130
  },
3118
3131
  {
3119
- hideCursor: true,
3132
+ disableCursorAnimation: true,
3120
3133
  showShadow: true,
3121
3134
  color: "secondary",
3122
3135
  class: {
3123
- item: ["data-[active=true]:shadow-lg", "data-[active=true]:shadow-secondary/40"]
3136
+ item: ["data-[active=true]:shadow-md", "data-[active=true]:shadow-secondary/40"]
3124
3137
  }
3125
3138
  },
3126
3139
  {
3127
- hideCursor: true,
3140
+ disableCursorAnimation: true,
3128
3141
  showShadow: true,
3129
3142
  color: "success",
3130
3143
  class: {
3131
- item: ["data-[active=true]:shadow-lg", "data-[active=true]:shadow-success/40"]
3144
+ item: ["data-[active=true]:shadow-md", "data-[active=true]:shadow-success/40"]
3132
3145
  }
3133
3146
  },
3134
3147
  {
3135
- hideCursor: true,
3148
+ disableCursorAnimation: true,
3136
3149
  showShadow: true,
3137
3150
  color: "warning",
3138
3151
  class: {
3139
- item: ["data-[active=true]:shadow-lg", "data-[active=true]:shadow-warning/40"]
3152
+ item: ["data-[active=true]:shadow-md", "data-[active=true]:shadow-warning/40"]
3140
3153
  }
3141
3154
  },
3142
3155
  {
3143
- hideCursor: true,
3156
+ disableCursorAnimation: true,
3144
3157
  showShadow: true,
3145
3158
  color: "danger",
3146
3159
  class: {
3147
- item: ["data-[active=true]:shadow-lg", "data-[active=true]:shadow-danger/40"]
3160
+ item: ["data-[active=true]:shadow-md", "data-[active=true]:shadow-danger/40"]
3148
3161
  }
3149
3162
  }
3150
3163
  ],
@@ -3252,7 +3265,7 @@ var pagination = (0, import_tailwind_variants15.tv)({
3252
3265
  var import_tailwind_variants16 = require("tailwind-variants");
3253
3266
  var toggle = (0, import_tailwind_variants16.tv)({
3254
3267
  slots: {
3255
- base: "group relative max-w-fit inline-flex items-center justify-start cursor-pointer touch-none",
3268
+ base: "group relative max-w-fit inline-flex items-center justify-start cursor-pointer touch-none tap-highlight-transparent",
3256
3269
  wrapper: [
3257
3270
  "px-1",
3258
3271
  "relative",
@@ -3458,8 +3471,8 @@ var accordionItem = (0, import_tailwind_variants17.tv)({
3458
3471
  ],
3459
3472
  heading: "",
3460
3473
  trigger: [
3461
- "flex py-4 w-full h-full gap-3 outline-none items-center",
3462
- "data-[pressed=true]:opacity-80",
3474
+ "flex py-4 w-full h-full gap-3 outline-none items-center tap-highlight-transparent",
3475
+ "data-[pressed=true]:opacity-50",
3463
3476
  "data-[focus-visible=true]:outline-none",
3464
3477
  "data-[focus-visible=true]:ring-2",
3465
3478
  "data-[focus-visible=true]:ring-primary",
@@ -5170,6 +5183,7 @@ var modal = (0, import_tailwind_variants23.tv)({
5170
5183
  "rounded-full",
5171
5184
  "hover:bg-default-100",
5172
5185
  "active:bg-default-200",
5186
+ "tap-highlight-transparent",
5173
5187
  "data-[focus-visible]:outline-none",
5174
5188
  "data-[focus-visible]:ring-2",
5175
5189
  "data-[focus-visible]:!ring-primary",
@@ -5322,6 +5336,7 @@ var navbar = (0, import_tailwind_variants24.tv)({
5322
5336
  "h-full",
5323
5337
  "outline-none",
5324
5338
  "rounded-sm",
5339
+ "tap-highlight-transparent",
5325
5340
  "data-[focus-visible=true]:outline-none",
5326
5341
  "data-[focus-visible=true]:ring-2",
5327
5342
  "data-[focus-visible=true]:ring-primary",
@@ -5745,7 +5760,17 @@ var import_tailwind_variants29 = require("tailwind-variants");
5745
5760
  var tabs = (0, import_tailwind_variants29.tv)({
5746
5761
  slots: {
5747
5762
  base: "inline-flex",
5748
- tabList: ["flex", "items-center", "gap-2", "bg-default-100", "p-1", "h-fit"],
5763
+ tabList: [
5764
+ "flex",
5765
+ "p-1",
5766
+ "h-fit",
5767
+ "gap-2",
5768
+ "items-center",
5769
+ "flex-nowrap",
5770
+ "overflow-x-scroll",
5771
+ "scrollbar-hide",
5772
+ "bg-default-100"
5773
+ ],
5749
5774
  tab: [
5750
5775
  "z-0",
5751
5776
  "w-full",
@@ -5761,7 +5786,7 @@ var tabs = (0, import_tailwind_variants29.tv)({
5761
5786
  "transition-opacity",
5762
5787
  "data-[disabled=true]:cursor-not-allowed",
5763
5788
  "data-[disabled=true]:opacity-30",
5764
- "data-[hover-unselected=true]:opacity-70",
5789
+ "data-[hover-unselected=true]:opacity-50",
5765
5790
  "data-[focus-visible=true]:outline-none",
5766
5791
  "data-[focus-visible=true]:ring-2",
5767
5792
  "data-[focus-visible=true]:ring-primary",