@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
@@ -1,41 +1,53 @@
1
1
  import "../chunk-PRWEADY4.mjs";
2
+ import {
3
+ spacer
4
+ } from "../chunk-3B4SYPW2.mjs";
5
+ import {
6
+ spinner
7
+ } from "../chunk-HOQUCE4N.mjs";
2
8
  import {
3
9
  table
4
10
  } from "../chunk-U54UQOTS.mjs";
5
11
  import {
6
12
  tabs
7
- } from "../chunk-NVCWXYAR.mjs";
13
+ } from "../chunk-HI3IKEJ5.mjs";
8
14
  import {
9
15
  toggle
10
- } from "../chunk-42RVICJN.mjs";
16
+ } from "../chunk-UKSPZOXY.mjs";
11
17
  import {
12
18
  user
13
19
  } from "../chunk-ZFYINWFR.mjs";
20
+ import {
21
+ modal
22
+ } from "../chunk-AUOEYXLQ.mjs";
23
+ import {
24
+ navbar
25
+ } from "../chunk-A4SRDPJZ.mjs";
14
26
  import {
15
27
  pagination
16
- } from "../chunk-OPENJYHK.mjs";
28
+ } from "../chunk-IUW423TP.mjs";
17
29
  import {
18
30
  popover
19
- } from "../chunk-O32L4YWJ.mjs";
31
+ } from "../chunk-SEWAA5ZW.mjs";
20
32
  import {
21
33
  progress
22
34
  } from "../chunk-BHHIVMOY.mjs";
23
35
  import {
24
36
  radio,
25
37
  radioGroup
26
- } from "../chunk-2RQFBKZ4.mjs";
38
+ } from "../chunk-E7FRZBCH.mjs";
27
39
  import {
28
40
  skeleton
29
41
  } from "../chunk-P5E3PNHW.mjs";
30
42
  import {
31
43
  snippet
32
- } from "../chunk-DWC7GT4K.mjs";
44
+ } from "../chunk-3D7G7PZH.mjs";
33
45
  import {
34
- spacer
35
- } from "../chunk-3B4SYPW2.mjs";
46
+ divider
47
+ } from "../chunk-2ENRZMQI.mjs";
36
48
  import {
37
- spinner
38
- } from "../chunk-HOQUCE4N.mjs";
49
+ drip
50
+ } from "../chunk-OIVGIOVG.mjs";
39
51
  import {
40
52
  dropdown,
41
53
  dropdownItem,
@@ -54,53 +66,41 @@ import {
54
66
  import {
55
67
  link,
56
68
  linkAnchorClasses
57
- } from "../chunk-YQXYRWJP.mjs";
69
+ } from "../chunk-I36TDMJB.mjs";
58
70
  import {
59
- modal
60
- } from "../chunk-UHOIXUPW.mjs";
71
+ avatar,
72
+ avatarGroup
73
+ } from "../chunk-ZQF2KGKX.mjs";
61
74
  import {
62
- navbar
63
- } from "../chunk-LWJT5D6G.mjs";
75
+ badge
76
+ } from "../chunk-I75M4OOG.mjs";
64
77
  import {
65
78
  button,
66
79
  buttonGroup
67
- } from "../chunk-QU6QFAKV.mjs";
80
+ } from "../chunk-7VYHIENL.mjs";
68
81
  import {
69
82
  card
70
- } from "../chunk-QW2ZGOKD.mjs";
83
+ } from "../chunk-IN5LCODJ.mjs";
71
84
  import {
72
85
  checkbox,
73
86
  checkboxGroup
74
- } from "../chunk-G34JOIZ3.mjs";
87
+ } from "../chunk-C6TGDK6D.mjs";
75
88
  import {
76
89
  chip
77
- } from "../chunk-GRAPREJD.mjs";
90
+ } from "../chunk-ZSOCX2PK.mjs";
78
91
  import {
79
92
  circularProgress
80
93
  } from "../chunk-UPBFQDTD.mjs";
81
94
  import {
82
95
  code
83
- } from "../chunk-BH4BMASL.mjs";
84
- import {
85
- divider
86
- } from "../chunk-2ENRZMQI.mjs";
87
- import {
88
- drip
89
- } from "../chunk-OIVGIOVG.mjs";
96
+ } from "../chunk-576B55VI.mjs";
97
+ import "../chunk-CMYR6AOY.mjs";
98
+ import "../chunk-K7LK7NCE.mjs";
99
+ import "../chunk-CEW7YOHH.mjs";
90
100
  import {
91
101
  accordion,
92
102
  accordionItem
93
- } from "../chunk-HNRHIJNK.mjs";
94
- import {
95
- avatar,
96
- avatarGroup
97
- } from "../chunk-D4S5JGOT.mjs";
98
- import {
99
- badge
100
- } from "../chunk-4G25OMVV.mjs";
101
- import "../chunk-CMYR6AOY.mjs";
102
- import "../chunk-K7LK7NCE.mjs";
103
- import "../chunk-FPFQCKUP.mjs";
103
+ } from "../chunk-YNGJCDQN.mjs";
104
104
  import "../chunk-TSW7CNKY.mjs";
105
105
  export {
106
106
  accordion,
@@ -33,7 +33,7 @@ declare const link: tailwind_variants.TVReturnType<{
33
33
  };
34
34
  isBlock: {
35
35
  true: string[];
36
- false: "hover:opacity-80 transition-opacity";
36
+ false: "hover:opacity-80 active:opacity-50 transition-opacity";
37
37
  };
38
38
  isDisabled: {
39
39
  true: "opacity-50 cursor-default pointer-events-none";
@@ -66,7 +66,7 @@ declare const link: tailwind_variants.TVReturnType<{
66
66
  };
67
67
  isBlock: {
68
68
  true: string[];
69
- false: "hover:opacity-80 transition-opacity";
69
+ false: "hover:opacity-80 active:opacity-50 transition-opacity";
70
70
  };
71
71
  isDisabled: {
72
72
  true: "opacity-50 cursor-default pointer-events-none";
@@ -99,7 +99,7 @@ declare const link: tailwind_variants.TVReturnType<{
99
99
  };
100
100
  isBlock: {
101
101
  true: string[];
102
- false: "hover:opacity-80 transition-opacity";
102
+ false: "hover:opacity-80 active:opacity-50 transition-opacity";
103
103
  };
104
104
  isDisabled: {
105
105
  true: "opacity-50 cursor-default pointer-events-none";
@@ -132,7 +132,7 @@ declare const link: tailwind_variants.TVReturnType<{
132
132
  };
133
133
  isBlock: {
134
134
  true: string[];
135
- false: "hover:opacity-80 transition-opacity";
135
+ false: "hover:opacity-80 active:opacity-50 transition-opacity";
136
136
  };
137
137
  isDisabled: {
138
138
  true: "opacity-50 cursor-default pointer-events-none";
@@ -27,7 +27,7 @@ module.exports = __toCommonJS(link_exports);
27
27
  var import_tailwind_variants = require("tailwind-variants");
28
28
  var link = (0, import_tailwind_variants.tv)({
29
29
  base: [
30
- "relative inline-flex items-center outline-none",
30
+ "relative inline-flex items-center outline-none tap-highlight-transparent",
31
31
  "data-[focus-visible=true]:outline-none",
32
32
  "data-[focus-visible=true]:ring-2",
33
33
  "data-[focus-visible=true]:ring-primary",
@@ -72,7 +72,7 @@ var link = (0, import_tailwind_variants.tv)({
72
72
  "after:transition-background",
73
73
  "after:absolute"
74
74
  ],
75
- false: "hover:opacity-80 transition-opacity"
75
+ false: "hover:opacity-80 active:opacity-50 transition-opacity"
76
76
  },
77
77
  isDisabled: {
78
78
  true: "opacity-50 cursor-default pointer-events-none"
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  link,
3
3
  linkAnchorClasses
4
- } from "../chunk-YQXYRWJP.mjs";
4
+ } from "../chunk-I36TDMJB.mjs";
5
5
  export {
6
6
  link,
7
7
  linkAnchorClasses
@@ -69,6 +69,7 @@ var modal = (0, import_tailwind_variants.tv)({
69
69
  "rounded-full",
70
70
  "hover:bg-default-100",
71
71
  "active:bg-default-200",
72
+ "tap-highlight-transparent",
72
73
  "data-[focus-visible]:outline-none",
73
74
  "data-[focus-visible]:ring-2",
74
75
  "data-[focus-visible]:!ring-primary",
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  modal
3
- } from "../chunk-UHOIXUPW.mjs";
3
+ } from "../chunk-AUOEYXLQ.mjs";
4
4
  export {
5
5
  modal
6
6
  };
@@ -58,6 +58,7 @@ var navbar = (0, import_tailwind_variants.tv)({
58
58
  "h-full",
59
59
  "outline-none",
60
60
  "rounded-sm",
61
+ "tap-highlight-transparent",
61
62
  "data-[focus-visible=true]:outline-none",
62
63
  "data-[focus-visible=true]:ring-2",
63
64
  "data-[focus-visible=true]:ring-primary",
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  navbar
3
- } from "../chunk-LWJT5D6G.mjs";
3
+ } from "../chunk-A4SRDPJZ.mjs";
4
4
  export {
5
5
  navbar
6
6
  };
@@ -83,7 +83,7 @@ declare const pagination: tailwind_variants.TVReturnType<{
83
83
  showShadow: {
84
84
  true: {};
85
85
  };
86
- hideCursor: {
86
+ disableCursorAnimation: {
87
87
  true: {
88
88
  cursor: string;
89
89
  };
@@ -99,7 +99,7 @@ declare const pagination: tailwind_variants.TVReturnType<{
99
99
  };
100
100
  };
101
101
  }, {
102
- base: string;
102
+ base: string[];
103
103
  item: never[];
104
104
  prev: string;
105
105
  next: string;
@@ -172,7 +172,7 @@ declare const pagination: tailwind_variants.TVReturnType<{
172
172
  showShadow: {
173
173
  true: {};
174
174
  };
175
- hideCursor: {
175
+ disableCursorAnimation: {
176
176
  true: {
177
177
  cursor: string;
178
178
  };
@@ -252,7 +252,7 @@ declare const pagination: tailwind_variants.TVReturnType<{
252
252
  showShadow: {
253
253
  true: {};
254
254
  };
255
- hideCursor: {
255
+ disableCursorAnimation: {
256
256
  true: {
257
257
  cursor: string;
258
258
  };
@@ -332,7 +332,7 @@ declare const pagination: tailwind_variants.TVReturnType<{
332
332
  showShadow: {
333
333
  true: {};
334
334
  };
335
- hideCursor: {
335
+ disableCursorAnimation: {
336
336
  true: {
337
337
  cursor: string;
338
338
  };
@@ -348,7 +348,7 @@ declare const pagination: tailwind_variants.TVReturnType<{
348
348
  };
349
349
  };
350
350
  }, {
351
- base: string;
351
+ base: string[];
352
352
  item: never[];
353
353
  prev: string;
354
354
  next: string;
@@ -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",
@@ -102,7 +102,18 @@ var colorVariants = {
102
102
  // src/components/pagination.ts
103
103
  var pagination = (0, import_tailwind_variants.tv)({
104
104
  slots: {
105
- base: "flex flex-nowrap relative overflow-x-auto overflow-y-visible items-center gap-1 max-w-fit h-fit",
105
+ base: [
106
+ "flex",
107
+ "flex-nowrap",
108
+ "h-fit",
109
+ "max-w-fit",
110
+ "py-2.5",
111
+ "relative",
112
+ "gap-1",
113
+ "items-center",
114
+ "overflow-x-scroll",
115
+ "scrollbar-hide"
116
+ ],
106
117
  item: [],
107
118
  prev: "",
108
119
  next: "",
@@ -188,7 +199,7 @@ var pagination = (0, import_tailwind_variants.tv)({
188
199
  showShadow: {
189
200
  true: {}
190
201
  },
191
- hideCursor: {
202
+ disableCursorAnimation: {
192
203
  true: {
193
204
  cursor: "hidden"
194
205
  }
@@ -213,49 +224,49 @@ var pagination = (0, import_tailwind_variants.tv)({
213
224
  isDisabled: false,
214
225
  showShadow: false,
215
226
  disableAnimation: false,
216
- hideCursor: false
227
+ disableCursorAnimation: false
217
228
  },
218
229
  compoundVariants: [
219
230
  {
220
231
  showShadow: true,
221
232
  color: "default",
222
233
  class: {
223
- cursor: colorVariants.shadow.default
234
+ cursor: [colorVariants.shadow.default, "shadow-md"]
224
235
  }
225
236
  },
226
237
  {
227
238
  showShadow: true,
228
239
  color: "primary",
229
240
  class: {
230
- cursor: colorVariants.shadow.primary
241
+ cursor: [colorVariants.shadow.primary, "shadow-md"]
231
242
  }
232
243
  },
233
244
  {
234
245
  showShadow: true,
235
246
  color: "secondary",
236
247
  class: {
237
- cursor: colorVariants.shadow.secondary
248
+ cursor: [colorVariants.shadow.secondary, "shadow-md"]
238
249
  }
239
250
  },
240
251
  {
241
252
  showShadow: true,
242
253
  color: "success",
243
254
  class: {
244
- cursor: colorVariants.shadow.success
255
+ cursor: [colorVariants.shadow.success, "shadow-md"]
245
256
  }
246
257
  },
247
258
  {
248
259
  showShadow: true,
249
260
  color: "warning",
250
261
  class: {
251
- cursor: colorVariants.shadow.warning
262
+ cursor: [colorVariants.shadow.warning, "shadow-md"]
252
263
  }
253
264
  },
254
265
  {
255
266
  showShadow: true,
256
267
  color: "danger",
257
268
  class: {
258
- cursor: colorVariants.shadow.danger
269
+ cursor: [colorVariants.shadow.danger, "shadow-md"]
259
270
  }
260
271
  },
261
272
  {
@@ -266,7 +277,7 @@ var pagination = (0, import_tailwind_variants.tv)({
266
277
  }
267
278
  },
268
279
  {
269
- hideCursor: true,
280
+ disableCursorAnimation: true,
270
281
  color: "default",
271
282
  class: {
272
283
  item: [
@@ -277,7 +288,7 @@ var pagination = (0, import_tailwind_variants.tv)({
277
288
  }
278
289
  },
279
290
  {
280
- hideCursor: true,
291
+ disableCursorAnimation: true,
281
292
  color: "primary",
282
293
  class: {
283
294
  item: [
@@ -288,7 +299,7 @@ var pagination = (0, import_tailwind_variants.tv)({
288
299
  }
289
300
  },
290
301
  {
291
- hideCursor: true,
302
+ disableCursorAnimation: true,
292
303
  color: "secondary",
293
304
  class: {
294
305
  item: [
@@ -299,7 +310,7 @@ var pagination = (0, import_tailwind_variants.tv)({
299
310
  }
300
311
  },
301
312
  {
302
- hideCursor: true,
313
+ disableCursorAnimation: true,
303
314
  color: "success",
304
315
  class: {
305
316
  item: [
@@ -310,7 +321,7 @@ var pagination = (0, import_tailwind_variants.tv)({
310
321
  }
311
322
  },
312
323
  {
313
- hideCursor: true,
324
+ disableCursorAnimation: true,
314
325
  color: "warning",
315
326
  class: {
316
327
  item: [
@@ -321,7 +332,7 @@ var pagination = (0, import_tailwind_variants.tv)({
321
332
  }
322
333
  },
323
334
  {
324
- hideCursor: true,
335
+ disableCursorAnimation: true,
325
336
  color: "danger",
326
337
  class: {
327
338
  item: [
@@ -332,51 +343,51 @@ var pagination = (0, import_tailwind_variants.tv)({
332
343
  }
333
344
  },
334
345
  {
335
- hideCursor: true,
346
+ disableCursorAnimation: true,
336
347
  showShadow: true,
337
348
  color: "default",
338
349
  class: {
339
- item: ["data-[active=true]:shadow-lg", "data-[active=true]:shadow-default/50"]
350
+ item: ["data-[active=true]:shadow-md", "data-[active=true]:shadow-default/50"]
340
351
  }
341
352
  },
342
353
  {
343
- hideCursor: true,
354
+ disableCursorAnimation: true,
344
355
  showShadow: true,
345
356
  color: "primary",
346
357
  class: {
347
- item: ["data-[active=true]:shadow-lg", "data-[active=true]:shadow-primary/40"]
358
+ item: ["data-[active=true]:shadow-md", "data-[active=true]:shadow-primary/40"]
348
359
  }
349
360
  },
350
361
  {
351
- hideCursor: true,
362
+ disableCursorAnimation: true,
352
363
  showShadow: true,
353
364
  color: "secondary",
354
365
  class: {
355
- item: ["data-[active=true]:shadow-lg", "data-[active=true]:shadow-secondary/40"]
366
+ item: ["data-[active=true]:shadow-md", "data-[active=true]:shadow-secondary/40"]
356
367
  }
357
368
  },
358
369
  {
359
- hideCursor: true,
370
+ disableCursorAnimation: true,
360
371
  showShadow: true,
361
372
  color: "success",
362
373
  class: {
363
- item: ["data-[active=true]:shadow-lg", "data-[active=true]:shadow-success/40"]
374
+ item: ["data-[active=true]:shadow-md", "data-[active=true]:shadow-success/40"]
364
375
  }
365
376
  },
366
377
  {
367
- hideCursor: true,
378
+ disableCursorAnimation: true,
368
379
  showShadow: true,
369
380
  color: "warning",
370
381
  class: {
371
- item: ["data-[active=true]:shadow-lg", "data-[active=true]:shadow-warning/40"]
382
+ item: ["data-[active=true]:shadow-md", "data-[active=true]:shadow-warning/40"]
372
383
  }
373
384
  },
374
385
  {
375
- hideCursor: true,
386
+ disableCursorAnimation: true,
376
387
  showShadow: true,
377
388
  color: "danger",
378
389
  class: {
379
- item: ["data-[active=true]:shadow-lg", "data-[active=true]:shadow-danger/40"]
390
+ item: ["data-[active=true]:shadow-md", "data-[active=true]:shadow-danger/40"]
380
391
  }
381
392
  }
382
393
  ],
@@ -1,9 +1,9 @@
1
1
  import {
2
2
  pagination
3
- } from "../chunk-OPENJYHK.mjs";
3
+ } from "../chunk-IUW423TP.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
  pagination
@@ -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
  popover
3
- } from "../chunk-O32L4YWJ.mjs";
3
+ } from "../chunk-SEWAA5ZW.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
  popover
@@ -27,7 +27,7 @@ module.exports = __toCommonJS(radio_exports);
27
27
  var import_tailwind_variants = require("tailwind-variants");
28
28
  var radio = (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
  radio,
3
3
  radioGroup
4
- } from "../chunk-2RQFBKZ4.mjs";
4
+ } from "../chunk-E7FRZBCH.mjs";
5
5
  export {
6
6
  radio,
7
7
  radioGroup
@@ -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
  snippet
3
- } from "../chunk-DWC7GT4K.mjs";
3
+ } from "../chunk-3D7G7PZH.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
  snippet
@@ -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",
@@ -103,7 +103,17 @@ var colorVariants = {
103
103
  var tabs = (0, import_tailwind_variants.tv)({
104
104
  slots: {
105
105
  base: "inline-flex",
106
- tabList: ["flex", "items-center", "gap-2", "bg-default-100", "p-1", "h-fit"],
106
+ tabList: [
107
+ "flex",
108
+ "p-1",
109
+ "h-fit",
110
+ "gap-2",
111
+ "items-center",
112
+ "flex-nowrap",
113
+ "overflow-x-scroll",
114
+ "scrollbar-hide",
115
+ "bg-default-100"
116
+ ],
107
117
  tab: [
108
118
  "z-0",
109
119
  "w-full",
@@ -119,7 +129,7 @@ var tabs = (0, import_tailwind_variants.tv)({
119
129
  "transition-opacity",
120
130
  "data-[disabled=true]:cursor-not-allowed",
121
131
  "data-[disabled=true]:opacity-30",
122
- "data-[hover-unselected=true]:opacity-70",
132
+ "data-[hover-unselected=true]:opacity-50",
123
133
  "data-[focus-visible=true]:outline-none",
124
134
  "data-[focus-visible=true]:ring-2",
125
135
  "data-[focus-visible=true]:ring-primary",
@@ -1,9 +1,9 @@
1
1
  import {
2
2
  tabs
3
- } from "../chunk-NVCWXYAR.mjs";
3
+ } from "../chunk-HI3IKEJ5.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
  tabs
@@ -26,7 +26,7 @@ module.exports = __toCommonJS(toggle_exports);
26
26
  var import_tailwind_variants = require("tailwind-variants");
27
27
  var toggle = (0, import_tailwind_variants.tv)({
28
28
  slots: {
29
- base: "group relative max-w-fit inline-flex items-center justify-start cursor-pointer touch-none",
29
+ base: "group relative max-w-fit inline-flex items-center justify-start cursor-pointer touch-none tap-highlight-transparent",
30
30
  wrapper: [
31
31
  "px-1",
32
32
  "relative",
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  toggle
3
- } from "../chunk-42RVICJN.mjs";
3
+ } from "../chunk-UKSPZOXY.mjs";
4
4
  export {
5
5
  toggle
6
6
  };