@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,6 +1,6 @@
1
1
  import {
2
2
  colorVariants
3
- } from "./chunk-FPFQCKUP.mjs";
3
+ } from "./chunk-CEW7YOHH.mjs";
4
4
 
5
5
  // src/components/snippet.ts
6
6
  import { tv } from "tailwind-variants";
@@ -0,0 +1,21 @@
1
+ // src/utilities/scrollbar-hide.ts
2
+ var scrollbar_hide_default = {
3
+ ".scrollbar-hide": {
4
+ "-ms-overflow-style": "none",
5
+ "scrollbar-width": "none",
6
+ "&::-webkit-scrollbar": {
7
+ display: "none"
8
+ }
9
+ },
10
+ ".scrollbar-default": {
11
+ "-ms-overflow-style": "auto",
12
+ "scrollbar-width": "auto",
13
+ "&::-webkit-scrollbar": {
14
+ display: "block"
15
+ }
16
+ }
17
+ };
18
+
19
+ export {
20
+ scrollbar_hide_default
21
+ };
@@ -1,21 +1,21 @@
1
+ import {
2
+ utilities
3
+ } from "./chunk-OQGOVMIP.mjs";
1
4
  import {
2
5
  baseStyles
3
6
  } from "./chunk-TSW7CNKY.mjs";
4
7
  import {
5
8
  semanticColors
6
- } from "./chunk-UNAW63FS.mjs";
9
+ } from "./chunk-RB7R7Z3Y.mjs";
7
10
  import {
8
11
  removeDefaultKeys
9
12
  } from "./chunk-37PIXVP4.mjs";
10
13
  import {
11
14
  animations
12
15
  } from "./chunk-DMASP6FA.mjs";
13
- import {
14
- utilities
15
- } from "./chunk-JH2TR6BI.mjs";
16
16
  import {
17
17
  commonColors
18
- } from "./chunk-YGFZPBLQ.mjs";
18
+ } from "./chunk-5LKRUH3Q.mjs";
19
19
 
20
20
  // src/plugin.ts
21
21
  import Color from "color";
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  colorVariants
3
- } from "./chunk-FPFQCKUP.mjs";
3
+ } from "./chunk-CEW7YOHH.mjs";
4
4
 
5
5
  // src/components/code.ts
6
6
  import { tv } from "tailwind-variants";
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  colorVariants
3
- } from "./chunk-FPFQCKUP.mjs";
3
+ } from "./chunk-CEW7YOHH.mjs";
4
4
 
5
5
  // src/components/button.ts
6
6
  import { tv } from "tailwind-variants";
@@ -20,6 +20,7 @@ var button = tv({
20
20
  "subpixel-antialiased",
21
21
  "data-[pressed=true]:scale-95",
22
22
  "overflow-hidden",
23
+ "tap-highlight-transparent",
23
24
  "data-[focus-visible=true]:z-10",
24
25
  "data-[focus-visible=true]:outline-none",
25
26
  "data-[focus-visible=true]:ring-2",
@@ -350,7 +351,7 @@ var button = tv({
350
351
  {
351
352
  isInGroup: true,
352
353
  variant: ["bordered", "ghost"],
353
- class: "[&:not(:first-child)]:border-l-0"
354
+ class: "[&:not(:first-child)]:ml-[calc(theme(borderWidth.2)*-1)]"
354
355
  },
355
356
  {
356
357
  isIconOnly: true,
@@ -34,6 +34,7 @@ var navbar = tv({
34
34
  "h-full",
35
35
  "outline-none",
36
36
  "rounded-sm",
37
+ "tap-highlight-transparent",
37
38
  "data-[focus-visible=true]:outline-none",
38
39
  "data-[focus-visible=true]:ring-2",
39
40
  "data-[focus-visible=true]:ring-primary",
@@ -45,6 +45,7 @@ var modal = tv({
45
45
  "rounded-full",
46
46
  "hover:bg-default-100",
47
47
  "active:bg-default-200",
48
+ "tap-highlight-transparent",
48
49
  "data-[focus-visible]:outline-none",
49
50
  "data-[focus-visible]:ring-2",
50
51
  "data-[focus-visible]:!ring-primary",
@@ -2,7 +2,7 @@
2
2
  import { tv } from "tailwind-variants";
3
3
  var checkbox = tv({
4
4
  slots: {
5
- base: "group relative max-w-fit inline-flex items-center justify-start cursor-pointer",
5
+ base: "group relative max-w-fit inline-flex items-center justify-start cursor-pointer tap-highlight-transparent",
6
6
  wrapper: [
7
7
  "relative",
8
8
  "inline-flex",
@@ -27,7 +27,7 @@ var bordered = {
27
27
  foreground: "bg-transparent border-foreground text-foreground"
28
28
  };
29
29
  var flat = {
30
- default: "bg-default/20 text-default-foreground",
30
+ default: "bg-default/40 text-default-foreground",
31
31
  primary: "bg-primary/20 text-primary",
32
32
  secondary: "bg-secondary/20 text-secondary",
33
33
  success: "bg-success/20 text-success-600 dark:text-success",
@@ -0,0 +1,22 @@
1
+ // src/utilities/custom.ts
2
+ var custom_default = {
3
+ ".leading-inherit": {
4
+ "line-height": "inherit"
5
+ },
6
+ ".bg-img-inherit": {
7
+ "background-image": "inherit"
8
+ },
9
+ ".bg-clip-inherit": {
10
+ "background-clip": "inherit"
11
+ },
12
+ ".text-fill-inherit": {
13
+ "-webkit-text-fill-color": "inherit"
14
+ },
15
+ ".tap-highlight-transparent": {
16
+ "-webkit-tap-highlight-color": "transparent"
17
+ }
18
+ };
19
+
20
+ export {
21
+ custom_default
22
+ };
@@ -2,7 +2,7 @@
2
2
  import { tv } from "tailwind-variants";
3
3
  var radio = tv({
4
4
  slots: {
5
- base: "group relative max-w-fit inline-flex items-center justify-start cursor-pointer",
5
+ base: "group relative max-w-fit inline-flex items-center justify-start cursor-pointer tap-highlight-transparent",
6
6
  wrapper: [
7
7
  "relative",
8
8
  "inline-flex",
@@ -1,13 +1,23 @@
1
1
  import {
2
2
  colorVariants
3
- } from "./chunk-FPFQCKUP.mjs";
3
+ } from "./chunk-CEW7YOHH.mjs";
4
4
 
5
5
  // src/components/tabs.ts
6
6
  import { tv } from "tailwind-variants";
7
7
  var tabs = tv({
8
8
  slots: {
9
9
  base: "inline-flex",
10
- tabList: ["flex", "items-center", "gap-2", "bg-default-100", "p-1", "h-fit"],
10
+ tabList: [
11
+ "flex",
12
+ "p-1",
13
+ "h-fit",
14
+ "gap-2",
15
+ "items-center",
16
+ "flex-nowrap",
17
+ "overflow-x-scroll",
18
+ "scrollbar-hide",
19
+ "bg-default-100"
20
+ ],
11
21
  tab: [
12
22
  "z-0",
13
23
  "w-full",
@@ -23,7 +33,7 @@ var tabs = tv({
23
33
  "transition-opacity",
24
34
  "data-[disabled=true]:cursor-not-allowed",
25
35
  "data-[disabled=true]:opacity-30",
26
- "data-[hover-unselected=true]:opacity-70",
36
+ "data-[hover-unselected=true]:opacity-50",
27
37
  "data-[focus-visible=true]:outline-none",
28
38
  "data-[focus-visible=true]:ring-2",
29
39
  "data-[focus-visible=true]:ring-primary",
@@ -1,25 +1,13 @@
1
- // src/utilities/index.ts
1
+ // src/utilities/transition.ts
2
2
  var DEFAULT_TRANSITION_DURATION = "250ms";
3
- var utilities = {
4
- ".leading-inherit": {
5
- "line-height": "inherit"
6
- },
7
- ".bg-img-inherit": {
8
- "background-image": "inherit"
9
- },
10
- ".bg-clip-inherit": {
11
- "background-clip": "inherit"
12
- },
13
- ".text-fill-inherit": {
14
- "-webkit-text-fill-color": "inherit"
15
- },
16
- ".transition-background": {
17
- "transition-property": "background",
3
+ var transition_default = {
4
+ ".transition-all": {
5
+ "transition-property": "all",
18
6
  "transition-timing-function": "ease",
19
7
  "transition-duration": DEFAULT_TRANSITION_DURATION
20
8
  },
21
- ".transition-all": {
22
- "transition-property": "all",
9
+ ".transition-background": {
10
+ "transition-property": "background",
23
11
  "transition-timing-function": "ease",
24
12
  "transition-duration": DEFAULT_TRANSITION_DURATION
25
13
  },
@@ -81,5 +69,5 @@ var utilities = {
81
69
  };
82
70
 
83
71
  export {
84
- utilities
72
+ transition_default
85
73
  };
@@ -2,7 +2,7 @@
2
2
  import { tv } from "tailwind-variants";
3
3
  var link = tv({
4
4
  base: [
5
- "relative inline-flex items-center outline-none",
5
+ "relative inline-flex items-center outline-none tap-highlight-transparent",
6
6
  "data-[focus-visible=true]:outline-none",
7
7
  "data-[focus-visible=true]:ring-2",
8
8
  "data-[focus-visible=true]:ring-primary",
@@ -47,7 +47,7 @@ var link = tv({
47
47
  "after:transition-background",
48
48
  "after:absolute"
49
49
  ],
50
- false: "hover:opacity-80 transition-opacity"
50
+ false: "hover:opacity-80 active:opacity-50 transition-opacity"
51
51
  },
52
52
  isDisabled: {
53
53
  true: "opacity-50 cursor-default pointer-events-none"
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  colorVariants
3
- } from "./chunk-FPFQCKUP.mjs";
3
+ } from "./chunk-CEW7YOHH.mjs";
4
4
 
5
5
  // src/components/badge.ts
6
6
  import { tv } from "tailwind-variants";
@@ -173,7 +173,7 @@ var card = tv({
173
173
  {
174
174
  isPressable: true,
175
175
  disableAnimation: false,
176
- class: "data-[pressed=true]:scale-95"
176
+ class: "data-[pressed=true]:scale-95 tap-highlight-transparent"
177
177
  }
178
178
  ],
179
179
  defaultVariants: {
@@ -1,12 +1,23 @@
1
1
  import {
2
2
  colorVariants
3
- } from "./chunk-FPFQCKUP.mjs";
3
+ } from "./chunk-CEW7YOHH.mjs";
4
4
 
5
5
  // src/components/pagination.ts
6
6
  import { tv } from "tailwind-variants";
7
7
  var pagination = tv({
8
8
  slots: {
9
- base: "flex flex-nowrap relative overflow-x-auto overflow-y-visible items-center gap-1 max-w-fit h-fit",
9
+ base: [
10
+ "flex",
11
+ "flex-nowrap",
12
+ "h-fit",
13
+ "max-w-fit",
14
+ "py-2.5",
15
+ "relative",
16
+ "gap-1",
17
+ "items-center",
18
+ "overflow-x-scroll",
19
+ "scrollbar-hide"
20
+ ],
10
21
  item: [],
11
22
  prev: "",
12
23
  next: "",
@@ -92,7 +103,7 @@ var pagination = tv({
92
103
  showShadow: {
93
104
  true: {}
94
105
  },
95
- hideCursor: {
106
+ disableCursorAnimation: {
96
107
  true: {
97
108
  cursor: "hidden"
98
109
  }
@@ -117,49 +128,49 @@ var pagination = tv({
117
128
  isDisabled: false,
118
129
  showShadow: false,
119
130
  disableAnimation: false,
120
- hideCursor: false
131
+ disableCursorAnimation: false
121
132
  },
122
133
  compoundVariants: [
123
134
  {
124
135
  showShadow: true,
125
136
  color: "default",
126
137
  class: {
127
- cursor: colorVariants.shadow.default
138
+ cursor: [colorVariants.shadow.default, "shadow-md"]
128
139
  }
129
140
  },
130
141
  {
131
142
  showShadow: true,
132
143
  color: "primary",
133
144
  class: {
134
- cursor: colorVariants.shadow.primary
145
+ cursor: [colorVariants.shadow.primary, "shadow-md"]
135
146
  }
136
147
  },
137
148
  {
138
149
  showShadow: true,
139
150
  color: "secondary",
140
151
  class: {
141
- cursor: colorVariants.shadow.secondary
152
+ cursor: [colorVariants.shadow.secondary, "shadow-md"]
142
153
  }
143
154
  },
144
155
  {
145
156
  showShadow: true,
146
157
  color: "success",
147
158
  class: {
148
- cursor: colorVariants.shadow.success
159
+ cursor: [colorVariants.shadow.success, "shadow-md"]
149
160
  }
150
161
  },
151
162
  {
152
163
  showShadow: true,
153
164
  color: "warning",
154
165
  class: {
155
- cursor: colorVariants.shadow.warning
166
+ cursor: [colorVariants.shadow.warning, "shadow-md"]
156
167
  }
157
168
  },
158
169
  {
159
170
  showShadow: true,
160
171
  color: "danger",
161
172
  class: {
162
- cursor: colorVariants.shadow.danger
173
+ cursor: [colorVariants.shadow.danger, "shadow-md"]
163
174
  }
164
175
  },
165
176
  {
@@ -170,7 +181,7 @@ var pagination = tv({
170
181
  }
171
182
  },
172
183
  {
173
- hideCursor: true,
184
+ disableCursorAnimation: true,
174
185
  color: "default",
175
186
  class: {
176
187
  item: [
@@ -181,7 +192,7 @@ var pagination = tv({
181
192
  }
182
193
  },
183
194
  {
184
- hideCursor: true,
195
+ disableCursorAnimation: true,
185
196
  color: "primary",
186
197
  class: {
187
198
  item: [
@@ -192,7 +203,7 @@ var pagination = tv({
192
203
  }
193
204
  },
194
205
  {
195
- hideCursor: true,
206
+ disableCursorAnimation: true,
196
207
  color: "secondary",
197
208
  class: {
198
209
  item: [
@@ -203,7 +214,7 @@ var pagination = tv({
203
214
  }
204
215
  },
205
216
  {
206
- hideCursor: true,
217
+ disableCursorAnimation: true,
207
218
  color: "success",
208
219
  class: {
209
220
  item: [
@@ -214,7 +225,7 @@ var pagination = tv({
214
225
  }
215
226
  },
216
227
  {
217
- hideCursor: true,
228
+ disableCursorAnimation: true,
218
229
  color: "warning",
219
230
  class: {
220
231
  item: [
@@ -225,7 +236,7 @@ var pagination = tv({
225
236
  }
226
237
  },
227
238
  {
228
- hideCursor: true,
239
+ disableCursorAnimation: true,
229
240
  color: "danger",
230
241
  class: {
231
242
  item: [
@@ -236,51 +247,51 @@ var pagination = tv({
236
247
  }
237
248
  },
238
249
  {
239
- hideCursor: true,
250
+ disableCursorAnimation: true,
240
251
  showShadow: true,
241
252
  color: "default",
242
253
  class: {
243
- item: ["data-[active=true]:shadow-lg", "data-[active=true]:shadow-default/50"]
254
+ item: ["data-[active=true]:shadow-md", "data-[active=true]:shadow-default/50"]
244
255
  }
245
256
  },
246
257
  {
247
- hideCursor: true,
258
+ disableCursorAnimation: true,
248
259
  showShadow: true,
249
260
  color: "primary",
250
261
  class: {
251
- item: ["data-[active=true]:shadow-lg", "data-[active=true]:shadow-primary/40"]
262
+ item: ["data-[active=true]:shadow-md", "data-[active=true]:shadow-primary/40"]
252
263
  }
253
264
  },
254
265
  {
255
- hideCursor: true,
266
+ disableCursorAnimation: true,
256
267
  showShadow: true,
257
268
  color: "secondary",
258
269
  class: {
259
- item: ["data-[active=true]:shadow-lg", "data-[active=true]:shadow-secondary/40"]
270
+ item: ["data-[active=true]:shadow-md", "data-[active=true]:shadow-secondary/40"]
260
271
  }
261
272
  },
262
273
  {
263
- hideCursor: true,
274
+ disableCursorAnimation: true,
264
275
  showShadow: true,
265
276
  color: "success",
266
277
  class: {
267
- item: ["data-[active=true]:shadow-lg", "data-[active=true]:shadow-success/40"]
278
+ item: ["data-[active=true]:shadow-md", "data-[active=true]:shadow-success/40"]
268
279
  }
269
280
  },
270
281
  {
271
- hideCursor: true,
282
+ disableCursorAnimation: true,
272
283
  showShadow: true,
273
284
  color: "warning",
274
285
  class: {
275
- item: ["data-[active=true]:shadow-lg", "data-[active=true]:shadow-warning/40"]
286
+ item: ["data-[active=true]:shadow-md", "data-[active=true]:shadow-warning/40"]
276
287
  }
277
288
  },
278
289
  {
279
- hideCursor: true,
290
+ disableCursorAnimation: true,
280
291
  showShadow: true,
281
292
  color: "danger",
282
293
  class: {
283
- item: ["data-[active=true]:shadow-lg", "data-[active=true]:shadow-danger/40"]
294
+ item: ["data-[active=true]:shadow-md", "data-[active=true]:shadow-danger/40"]
284
295
  }
285
296
  }
286
297
  ],
@@ -1,9 +1,9 @@
1
1
  import {
2
2
  semanticColors
3
- } from "./chunk-UNAW63FS.mjs";
3
+ } from "./chunk-RB7R7Z3Y.mjs";
4
4
  import {
5
5
  commonColors
6
- } from "./chunk-YGFZPBLQ.mjs";
6
+ } from "./chunk-5LKRUH3Q.mjs";
7
7
 
8
8
  // src/colors/index.ts
9
9
  var colors = {
@@ -0,0 +1,20 @@
1
+ import {
2
+ scrollbar_hide_default
3
+ } from "./chunk-4Z22WXZX.mjs";
4
+ import {
5
+ transition_default
6
+ } from "./chunk-HJLDXSH7.mjs";
7
+ import {
8
+ custom_default
9
+ } from "./chunk-DI2L75XK.mjs";
10
+
11
+ // src/utilities/index.ts
12
+ var utilities = {
13
+ ...custom_default,
14
+ ...transition_default,
15
+ ...scrollbar_hide_default
16
+ };
17
+
18
+ export {
19
+ utilities
20
+ };
@@ -3,7 +3,7 @@ import {
3
3
  } from "./chunk-37PIXVP4.mjs";
4
4
  import {
5
5
  commonColors
6
- } from "./chunk-YGFZPBLQ.mjs";
6
+ } from "./chunk-5LKRUH3Q.mjs";
7
7
 
8
8
  // src/colors/semantic.ts
9
9
  import twColors from "tailwindcss/colors.js";
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  colorVariants
3
- } from "./chunk-FPFQCKUP.mjs";
3
+ } from "./chunk-CEW7YOHH.mjs";
4
4
 
5
5
  // src/components/popover.ts
6
6
  import { tv } from "tailwind-variants";
@@ -2,7 +2,7 @@
2
2
  import { tv } from "tailwind-variants";
3
3
  var toggle = tv({
4
4
  slots: {
5
- base: "group relative max-w-fit inline-flex items-center justify-start cursor-pointer touch-none",
5
+ base: "group relative max-w-fit inline-flex items-center justify-start cursor-pointer touch-none tap-highlight-transparent",
6
6
  wrapper: [
7
7
  "px-1",
8
8
  "relative",
@@ -33,8 +33,8 @@ var accordionItem = tv({
33
33
  ],
34
34
  heading: "",
35
35
  trigger: [
36
- "flex py-4 w-full h-full gap-3 outline-none items-center",
37
- "data-[pressed=true]:opacity-80",
36
+ "flex py-4 w-full h-full gap-3 outline-none items-center tap-highlight-transparent",
37
+ "data-[pressed=true]:opacity-50",
38
38
  "data-[focus-visible=true]:outline-none",
39
39
  "data-[focus-visible=true]:ring-2",
40
40
  "data-[focus-visible=true]:ring-primary",
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  colorVariants
3
- } from "./chunk-FPFQCKUP.mjs";
3
+ } from "./chunk-CEW7YOHH.mjs";
4
4
  import {
5
5
  translateCenterClasses
6
6
  } from "./chunk-TSW7CNKY.mjs";
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  colorVariants
3
- } from "./chunk-FPFQCKUP.mjs";
3
+ } from "./chunk-CEW7YOHH.mjs";
4
4
  import {
5
5
  ringClasses
6
6
  } from "./chunk-TSW7CNKY.mjs";
@@ -22,7 +22,8 @@ var chip = tv({
22
22
  "opacity-70",
23
23
  "hover:opacity-100",
24
24
  "cursor-pointer",
25
- "active:opacity-70"
25
+ "active:opacity-50",
26
+ "tap-highlight-transparent"
26
27
  ]
27
28
  },
28
29
  variants: {
@@ -1,13 +1,13 @@
1
1
  import {
2
2
  commonColors
3
- } from "../chunk-YGFZPBLQ.mjs";
4
- import "../chunk-OR5PUD24.mjs";
3
+ } from "../chunk-5LKRUH3Q.mjs";
5
4
  import "../chunk-DCEG5LGX.mjs";
6
5
  import "../chunk-L2OL7R23.mjs";
7
6
  import "../chunk-YZYGFPNK.mjs";
8
7
  import "../chunk-Y4YW5MKL.mjs";
9
8
  import "../chunk-DYAPDM2A.mjs";
10
9
  import "../chunk-T3GWIVAM.mjs";
10
+ import "../chunk-OR5PUD24.mjs";
11
11
  export {
12
12
  commonColors
13
13
  };
@@ -1,21 +1,21 @@
1
1
  import {
2
2
  colors
3
- } from "../chunk-N5YBIJN7.mjs";
3
+ } from "../chunk-LBMDDCFV.mjs";
4
4
  import {
5
5
  semanticColors
6
- } from "../chunk-UNAW63FS.mjs";
6
+ } from "../chunk-RB7R7Z3Y.mjs";
7
7
  import "../chunk-37PIXVP4.mjs";
8
8
  import "../chunk-M63AFAHO.mjs";
9
9
  import {
10
10
  commonColors
11
- } from "../chunk-YGFZPBLQ.mjs";
12
- import "../chunk-OR5PUD24.mjs";
11
+ } from "../chunk-5LKRUH3Q.mjs";
13
12
  import "../chunk-DCEG5LGX.mjs";
14
13
  import "../chunk-L2OL7R23.mjs";
15
14
  import "../chunk-YZYGFPNK.mjs";
16
15
  import "../chunk-Y4YW5MKL.mjs";
17
16
  import "../chunk-DYAPDM2A.mjs";
18
17
  import "../chunk-T3GWIVAM.mjs";
18
+ import "../chunk-OR5PUD24.mjs";
19
19
  export {
20
20
  colors,
21
21
  commonColors,
@@ -2,16 +2,16 @@ import {
2
2
  semanticColors,
3
3
  semanticColorsDark,
4
4
  semanticColorsLight
5
- } from "../chunk-UNAW63FS.mjs";
5
+ } from "../chunk-RB7R7Z3Y.mjs";
6
6
  import "../chunk-37PIXVP4.mjs";
7
- import "../chunk-YGFZPBLQ.mjs";
8
- import "../chunk-OR5PUD24.mjs";
7
+ import "../chunk-5LKRUH3Q.mjs";
9
8
  import "../chunk-DCEG5LGX.mjs";
10
9
  import "../chunk-L2OL7R23.mjs";
11
10
  import "../chunk-YZYGFPNK.mjs";
12
11
  import "../chunk-Y4YW5MKL.mjs";
13
12
  import "../chunk-DYAPDM2A.mjs";
14
13
  import "../chunk-T3GWIVAM.mjs";
14
+ import "../chunk-OR5PUD24.mjs";
15
15
  export {
16
16
  semanticColors,
17
17
  semanticColorsDark,