@nextui-org/theme 0.0.0-dev-v2-20230620142942 → 0.0.0-dev-v2-20230620154717
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/dist/{chunk-N5YBIJN7.mjs → chunk-FHA5PJK4.mjs} +2 -2
- package/dist/{chunk-UNAW63FS.mjs → chunk-ONXWXFZH.mjs} +3 -3
- package/dist/{chunk-M7M7HWPI.mjs → chunk-PMVP54WC.mjs} +9 -9
- package/dist/{chunk-OPENJYHK.mjs → chunk-RT4IWYYT.mjs} +27 -27
- package/dist/colors/common.mjs +3 -3
- package/dist/colors/index.mjs +6 -6
- package/dist/colors/semantic.mjs +5 -5
- package/dist/colors.mjs +6 -6
- package/dist/components/avatar.mjs +1 -1
- package/dist/components/badge.mjs +1 -1
- package/dist/components/button.mjs +1 -1
- package/dist/components/chip.mjs +1 -1
- package/dist/components/code.mjs +1 -1
- package/dist/components/index.js +27 -27
- package/dist/components/index.mjs +2 -2
- package/dist/components/pagination.d.ts +6 -6
- package/dist/components/pagination.js +27 -27
- package/dist/components/pagination.mjs +2 -2
- package/dist/components/popover.mjs +1 -1
- package/dist/components/snippet.mjs +1 -1
- package/dist/components/tabs.mjs +1 -1
- package/dist/index.js +27 -27
- package/dist/index.mjs +22 -22
- package/dist/plugin.mjs +10 -10
- package/dist/utils/index.mjs +1 -1
- package/package.json +1 -1
- package/dist/{chunk-YGFZPBLQ.mjs → chunk-2G3JZ2MA.mjs} +6 -6
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
import {
|
|
2
|
-
|
|
3
|
-
} from "./chunk-
|
|
2
|
+
utilities
|
|
3
|
+
} from "./chunk-JH2TR6BI.mjs";
|
|
4
4
|
import {
|
|
5
5
|
semanticColors
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-ONXWXFZH.mjs";
|
|
7
7
|
import {
|
|
8
|
-
|
|
9
|
-
} from "./chunk-
|
|
8
|
+
commonColors
|
|
9
|
+
} from "./chunk-2G3JZ2MA.mjs";
|
|
10
10
|
import {
|
|
11
11
|
animations
|
|
12
12
|
} from "./chunk-DMASP6FA.mjs";
|
|
13
13
|
import {
|
|
14
|
-
|
|
15
|
-
} from "./chunk-
|
|
14
|
+
baseStyles
|
|
15
|
+
} from "./chunk-TSW7CNKY.mjs";
|
|
16
16
|
import {
|
|
17
|
-
|
|
18
|
-
} from "./chunk-
|
|
17
|
+
removeDefaultKeys
|
|
18
|
+
} from "./chunk-37PIXVP4.mjs";
|
|
19
19
|
|
|
20
20
|
// src/plugin.ts
|
|
21
21
|
import Color from "color";
|
|
@@ -6,7 +6,7 @@ import {
|
|
|
6
6
|
import { tv } from "tailwind-variants";
|
|
7
7
|
var pagination = tv({
|
|
8
8
|
slots: {
|
|
9
|
-
base: "flex flex-nowrap
|
|
9
|
+
base: ["flex flex-nowrap overflow-x-scroll py-2.5 relative items-center gap-1 max-w-fit h-fit"],
|
|
10
10
|
item: [],
|
|
11
11
|
prev: "",
|
|
12
12
|
next: "",
|
|
@@ -92,7 +92,7 @@ var pagination = tv({
|
|
|
92
92
|
showShadow: {
|
|
93
93
|
true: {}
|
|
94
94
|
},
|
|
95
|
-
|
|
95
|
+
disableCursorAnimation: {
|
|
96
96
|
true: {
|
|
97
97
|
cursor: "hidden"
|
|
98
98
|
}
|
|
@@ -117,49 +117,49 @@ var pagination = tv({
|
|
|
117
117
|
isDisabled: false,
|
|
118
118
|
showShadow: false,
|
|
119
119
|
disableAnimation: false,
|
|
120
|
-
|
|
120
|
+
disableCursorAnimation: false
|
|
121
121
|
},
|
|
122
122
|
compoundVariants: [
|
|
123
123
|
{
|
|
124
124
|
showShadow: true,
|
|
125
125
|
color: "default",
|
|
126
126
|
class: {
|
|
127
|
-
cursor: colorVariants.shadow.default
|
|
127
|
+
cursor: [colorVariants.shadow.default, "shadow-md"]
|
|
128
128
|
}
|
|
129
129
|
},
|
|
130
130
|
{
|
|
131
131
|
showShadow: true,
|
|
132
132
|
color: "primary",
|
|
133
133
|
class: {
|
|
134
|
-
cursor: colorVariants.shadow.primary
|
|
134
|
+
cursor: [colorVariants.shadow.primary, "shadow-md"]
|
|
135
135
|
}
|
|
136
136
|
},
|
|
137
137
|
{
|
|
138
138
|
showShadow: true,
|
|
139
139
|
color: "secondary",
|
|
140
140
|
class: {
|
|
141
|
-
cursor: colorVariants.shadow.secondary
|
|
141
|
+
cursor: [colorVariants.shadow.secondary, "shadow-md"]
|
|
142
142
|
}
|
|
143
143
|
},
|
|
144
144
|
{
|
|
145
145
|
showShadow: true,
|
|
146
146
|
color: "success",
|
|
147
147
|
class: {
|
|
148
|
-
cursor: colorVariants.shadow.success
|
|
148
|
+
cursor: [colorVariants.shadow.success, "shadow-md"]
|
|
149
149
|
}
|
|
150
150
|
},
|
|
151
151
|
{
|
|
152
152
|
showShadow: true,
|
|
153
153
|
color: "warning",
|
|
154
154
|
class: {
|
|
155
|
-
cursor: colorVariants.shadow.warning
|
|
155
|
+
cursor: [colorVariants.shadow.warning, "shadow-md"]
|
|
156
156
|
}
|
|
157
157
|
},
|
|
158
158
|
{
|
|
159
159
|
showShadow: true,
|
|
160
160
|
color: "danger",
|
|
161
161
|
class: {
|
|
162
|
-
cursor: colorVariants.shadow.danger
|
|
162
|
+
cursor: [colorVariants.shadow.danger, "shadow-md"]
|
|
163
163
|
}
|
|
164
164
|
},
|
|
165
165
|
{
|
|
@@ -170,7 +170,7 @@ var pagination = tv({
|
|
|
170
170
|
}
|
|
171
171
|
},
|
|
172
172
|
{
|
|
173
|
-
|
|
173
|
+
disableCursorAnimation: true,
|
|
174
174
|
color: "default",
|
|
175
175
|
class: {
|
|
176
176
|
item: [
|
|
@@ -181,7 +181,7 @@ var pagination = tv({
|
|
|
181
181
|
}
|
|
182
182
|
},
|
|
183
183
|
{
|
|
184
|
-
|
|
184
|
+
disableCursorAnimation: true,
|
|
185
185
|
color: "primary",
|
|
186
186
|
class: {
|
|
187
187
|
item: [
|
|
@@ -192,7 +192,7 @@ var pagination = tv({
|
|
|
192
192
|
}
|
|
193
193
|
},
|
|
194
194
|
{
|
|
195
|
-
|
|
195
|
+
disableCursorAnimation: true,
|
|
196
196
|
color: "secondary",
|
|
197
197
|
class: {
|
|
198
198
|
item: [
|
|
@@ -203,7 +203,7 @@ var pagination = tv({
|
|
|
203
203
|
}
|
|
204
204
|
},
|
|
205
205
|
{
|
|
206
|
-
|
|
206
|
+
disableCursorAnimation: true,
|
|
207
207
|
color: "success",
|
|
208
208
|
class: {
|
|
209
209
|
item: [
|
|
@@ -214,7 +214,7 @@ var pagination = tv({
|
|
|
214
214
|
}
|
|
215
215
|
},
|
|
216
216
|
{
|
|
217
|
-
|
|
217
|
+
disableCursorAnimation: true,
|
|
218
218
|
color: "warning",
|
|
219
219
|
class: {
|
|
220
220
|
item: [
|
|
@@ -225,7 +225,7 @@ var pagination = tv({
|
|
|
225
225
|
}
|
|
226
226
|
},
|
|
227
227
|
{
|
|
228
|
-
|
|
228
|
+
disableCursorAnimation: true,
|
|
229
229
|
color: "danger",
|
|
230
230
|
class: {
|
|
231
231
|
item: [
|
|
@@ -236,51 +236,51 @@ var pagination = tv({
|
|
|
236
236
|
}
|
|
237
237
|
},
|
|
238
238
|
{
|
|
239
|
-
|
|
239
|
+
disableCursorAnimation: true,
|
|
240
240
|
showShadow: true,
|
|
241
241
|
color: "default",
|
|
242
242
|
class: {
|
|
243
|
-
item: ["data-[active=true]:shadow-
|
|
243
|
+
item: ["data-[active=true]:shadow-md", "data-[active=true]:shadow-default/50"]
|
|
244
244
|
}
|
|
245
245
|
},
|
|
246
246
|
{
|
|
247
|
-
|
|
247
|
+
disableCursorAnimation: true,
|
|
248
248
|
showShadow: true,
|
|
249
249
|
color: "primary",
|
|
250
250
|
class: {
|
|
251
|
-
item: ["data-[active=true]:shadow-
|
|
251
|
+
item: ["data-[active=true]:shadow-md", "data-[active=true]:shadow-primary/40"]
|
|
252
252
|
}
|
|
253
253
|
},
|
|
254
254
|
{
|
|
255
|
-
|
|
255
|
+
disableCursorAnimation: true,
|
|
256
256
|
showShadow: true,
|
|
257
257
|
color: "secondary",
|
|
258
258
|
class: {
|
|
259
|
-
item: ["data-[active=true]:shadow-
|
|
259
|
+
item: ["data-[active=true]:shadow-md", "data-[active=true]:shadow-secondary/40"]
|
|
260
260
|
}
|
|
261
261
|
},
|
|
262
262
|
{
|
|
263
|
-
|
|
263
|
+
disableCursorAnimation: true,
|
|
264
264
|
showShadow: true,
|
|
265
265
|
color: "success",
|
|
266
266
|
class: {
|
|
267
|
-
item: ["data-[active=true]:shadow-
|
|
267
|
+
item: ["data-[active=true]:shadow-md", "data-[active=true]:shadow-success/40"]
|
|
268
268
|
}
|
|
269
269
|
},
|
|
270
270
|
{
|
|
271
|
-
|
|
271
|
+
disableCursorAnimation: true,
|
|
272
272
|
showShadow: true,
|
|
273
273
|
color: "warning",
|
|
274
274
|
class: {
|
|
275
|
-
item: ["data-[active=true]:shadow-
|
|
275
|
+
item: ["data-[active=true]:shadow-md", "data-[active=true]:shadow-warning/40"]
|
|
276
276
|
}
|
|
277
277
|
},
|
|
278
278
|
{
|
|
279
|
-
|
|
279
|
+
disableCursorAnimation: true,
|
|
280
280
|
showShadow: true,
|
|
281
281
|
color: "danger",
|
|
282
282
|
class: {
|
|
283
|
-
item: ["data-[active=true]:shadow-
|
|
283
|
+
item: ["data-[active=true]:shadow-md", "data-[active=true]:shadow-danger/40"]
|
|
284
284
|
}
|
|
285
285
|
}
|
|
286
286
|
],
|
package/dist/colors/common.mjs
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import {
|
|
2
2
|
commonColors
|
|
3
|
-
} from "../chunk-
|
|
4
|
-
import "../chunk-OR5PUD24.mjs";
|
|
5
|
-
import "../chunk-DCEG5LGX.mjs";
|
|
3
|
+
} from "../chunk-2G3JZ2MA.mjs";
|
|
6
4
|
import "../chunk-L2OL7R23.mjs";
|
|
7
5
|
import "../chunk-YZYGFPNK.mjs";
|
|
8
6
|
import "../chunk-Y4YW5MKL.mjs";
|
|
9
7
|
import "../chunk-DYAPDM2A.mjs";
|
|
10
8
|
import "../chunk-T3GWIVAM.mjs";
|
|
9
|
+
import "../chunk-OR5PUD24.mjs";
|
|
10
|
+
import "../chunk-DCEG5LGX.mjs";
|
|
11
11
|
export {
|
|
12
12
|
commonColors
|
|
13
13
|
};
|
package/dist/colors/index.mjs
CHANGED
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
import {
|
|
2
2
|
colors
|
|
3
|
-
} from "../chunk-
|
|
3
|
+
} from "../chunk-FHA5PJK4.mjs";
|
|
4
4
|
import {
|
|
5
5
|
semanticColors
|
|
6
|
-
} from "../chunk-
|
|
7
|
-
import "../chunk-37PIXVP4.mjs";
|
|
6
|
+
} from "../chunk-ONXWXFZH.mjs";
|
|
8
7
|
import "../chunk-M63AFAHO.mjs";
|
|
9
8
|
import {
|
|
10
9
|
commonColors
|
|
11
|
-
} from "../chunk-
|
|
12
|
-
import "../chunk-OR5PUD24.mjs";
|
|
13
|
-
import "../chunk-DCEG5LGX.mjs";
|
|
10
|
+
} from "../chunk-2G3JZ2MA.mjs";
|
|
14
11
|
import "../chunk-L2OL7R23.mjs";
|
|
15
12
|
import "../chunk-YZYGFPNK.mjs";
|
|
16
13
|
import "../chunk-Y4YW5MKL.mjs";
|
|
17
14
|
import "../chunk-DYAPDM2A.mjs";
|
|
18
15
|
import "../chunk-T3GWIVAM.mjs";
|
|
16
|
+
import "../chunk-OR5PUD24.mjs";
|
|
17
|
+
import "../chunk-DCEG5LGX.mjs";
|
|
18
|
+
import "../chunk-37PIXVP4.mjs";
|
|
19
19
|
export {
|
|
20
20
|
colors,
|
|
21
21
|
commonColors,
|
package/dist/colors/semantic.mjs
CHANGED
|
@@ -2,16 +2,16 @@ import {
|
|
|
2
2
|
semanticColors,
|
|
3
3
|
semanticColorsDark,
|
|
4
4
|
semanticColorsLight
|
|
5
|
-
} from "../chunk-
|
|
6
|
-
import "../chunk-
|
|
7
|
-
import "../chunk-YGFZPBLQ.mjs";
|
|
8
|
-
import "../chunk-OR5PUD24.mjs";
|
|
9
|
-
import "../chunk-DCEG5LGX.mjs";
|
|
5
|
+
} from "../chunk-ONXWXFZH.mjs";
|
|
6
|
+
import "../chunk-2G3JZ2MA.mjs";
|
|
10
7
|
import "../chunk-L2OL7R23.mjs";
|
|
11
8
|
import "../chunk-YZYGFPNK.mjs";
|
|
12
9
|
import "../chunk-Y4YW5MKL.mjs";
|
|
13
10
|
import "../chunk-DYAPDM2A.mjs";
|
|
14
11
|
import "../chunk-T3GWIVAM.mjs";
|
|
12
|
+
import "../chunk-OR5PUD24.mjs";
|
|
13
|
+
import "../chunk-DCEG5LGX.mjs";
|
|
14
|
+
import "../chunk-37PIXVP4.mjs";
|
|
15
15
|
export {
|
|
16
16
|
semanticColors,
|
|
17
17
|
semanticColorsDark,
|
package/dist/colors.mjs
CHANGED
|
@@ -1,22 +1,22 @@
|
|
|
1
1
|
import "./chunk-WQEDQHKX.mjs";
|
|
2
2
|
import {
|
|
3
3
|
colors
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-FHA5PJK4.mjs";
|
|
5
5
|
import {
|
|
6
6
|
semanticColors
|
|
7
|
-
} from "./chunk-
|
|
8
|
-
import "./chunk-37PIXVP4.mjs";
|
|
7
|
+
} from "./chunk-ONXWXFZH.mjs";
|
|
9
8
|
import "./chunk-M63AFAHO.mjs";
|
|
10
9
|
import {
|
|
11
10
|
commonColors
|
|
12
|
-
} from "./chunk-
|
|
13
|
-
import "./chunk-OR5PUD24.mjs";
|
|
14
|
-
import "./chunk-DCEG5LGX.mjs";
|
|
11
|
+
} from "./chunk-2G3JZ2MA.mjs";
|
|
15
12
|
import "./chunk-L2OL7R23.mjs";
|
|
16
13
|
import "./chunk-YZYGFPNK.mjs";
|
|
17
14
|
import "./chunk-Y4YW5MKL.mjs";
|
|
18
15
|
import "./chunk-DYAPDM2A.mjs";
|
|
19
16
|
import "./chunk-T3GWIVAM.mjs";
|
|
17
|
+
import "./chunk-OR5PUD24.mjs";
|
|
18
|
+
import "./chunk-DCEG5LGX.mjs";
|
|
19
|
+
import "./chunk-37PIXVP4.mjs";
|
|
20
20
|
export {
|
|
21
21
|
colors,
|
|
22
22
|
commonColors,
|
|
@@ -3,9 +3,9 @@ import {
|
|
|
3
3
|
avatarGroup
|
|
4
4
|
} from "../chunk-D4S5JGOT.mjs";
|
|
5
5
|
import "../chunk-CMYR6AOY.mjs";
|
|
6
|
-
import "../chunk-K7LK7NCE.mjs";
|
|
7
6
|
import "../chunk-FPFQCKUP.mjs";
|
|
8
7
|
import "../chunk-TSW7CNKY.mjs";
|
|
8
|
+
import "../chunk-K7LK7NCE.mjs";
|
|
9
9
|
export {
|
|
10
10
|
avatar,
|
|
11
11
|
avatarGroup
|
|
@@ -3,9 +3,9 @@ import {
|
|
|
3
3
|
buttonGroup
|
|
4
4
|
} from "../chunk-QU6QFAKV.mjs";
|
|
5
5
|
import "../chunk-CMYR6AOY.mjs";
|
|
6
|
-
import "../chunk-K7LK7NCE.mjs";
|
|
7
6
|
import "../chunk-FPFQCKUP.mjs";
|
|
8
7
|
import "../chunk-TSW7CNKY.mjs";
|
|
8
|
+
import "../chunk-K7LK7NCE.mjs";
|
|
9
9
|
export {
|
|
10
10
|
button,
|
|
11
11
|
buttonGroup
|
package/dist/components/chip.mjs
CHANGED
package/dist/components/code.mjs
CHANGED
package/dist/components/index.js
CHANGED
|
@@ -2870,7 +2870,7 @@ var radioGroup = (0, import_tailwind_variants14.tv)({
|
|
|
2870
2870
|
var import_tailwind_variants15 = require("tailwind-variants");
|
|
2871
2871
|
var pagination = (0, import_tailwind_variants15.tv)({
|
|
2872
2872
|
slots: {
|
|
2873
|
-
base: "flex flex-nowrap
|
|
2873
|
+
base: ["flex flex-nowrap overflow-x-scroll py-2.5 relative items-center gap-1 max-w-fit h-fit"],
|
|
2874
2874
|
item: [],
|
|
2875
2875
|
prev: "",
|
|
2876
2876
|
next: "",
|
|
@@ -2956,7 +2956,7 @@ var pagination = (0, import_tailwind_variants15.tv)({
|
|
|
2956
2956
|
showShadow: {
|
|
2957
2957
|
true: {}
|
|
2958
2958
|
},
|
|
2959
|
-
|
|
2959
|
+
disableCursorAnimation: {
|
|
2960
2960
|
true: {
|
|
2961
2961
|
cursor: "hidden"
|
|
2962
2962
|
}
|
|
@@ -2981,49 +2981,49 @@ var pagination = (0, import_tailwind_variants15.tv)({
|
|
|
2981
2981
|
isDisabled: false,
|
|
2982
2982
|
showShadow: false,
|
|
2983
2983
|
disableAnimation: false,
|
|
2984
|
-
|
|
2984
|
+
disableCursorAnimation: false
|
|
2985
2985
|
},
|
|
2986
2986
|
compoundVariants: [
|
|
2987
2987
|
{
|
|
2988
2988
|
showShadow: true,
|
|
2989
2989
|
color: "default",
|
|
2990
2990
|
class: {
|
|
2991
|
-
cursor: colorVariants.shadow.default
|
|
2991
|
+
cursor: [colorVariants.shadow.default, "shadow-md"]
|
|
2992
2992
|
}
|
|
2993
2993
|
},
|
|
2994
2994
|
{
|
|
2995
2995
|
showShadow: true,
|
|
2996
2996
|
color: "primary",
|
|
2997
2997
|
class: {
|
|
2998
|
-
cursor: colorVariants.shadow.primary
|
|
2998
|
+
cursor: [colorVariants.shadow.primary, "shadow-md"]
|
|
2999
2999
|
}
|
|
3000
3000
|
},
|
|
3001
3001
|
{
|
|
3002
3002
|
showShadow: true,
|
|
3003
3003
|
color: "secondary",
|
|
3004
3004
|
class: {
|
|
3005
|
-
cursor: colorVariants.shadow.secondary
|
|
3005
|
+
cursor: [colorVariants.shadow.secondary, "shadow-md"]
|
|
3006
3006
|
}
|
|
3007
3007
|
},
|
|
3008
3008
|
{
|
|
3009
3009
|
showShadow: true,
|
|
3010
3010
|
color: "success",
|
|
3011
3011
|
class: {
|
|
3012
|
-
cursor: colorVariants.shadow.success
|
|
3012
|
+
cursor: [colorVariants.shadow.success, "shadow-md"]
|
|
3013
3013
|
}
|
|
3014
3014
|
},
|
|
3015
3015
|
{
|
|
3016
3016
|
showShadow: true,
|
|
3017
3017
|
color: "warning",
|
|
3018
3018
|
class: {
|
|
3019
|
-
cursor: colorVariants.shadow.warning
|
|
3019
|
+
cursor: [colorVariants.shadow.warning, "shadow-md"]
|
|
3020
3020
|
}
|
|
3021
3021
|
},
|
|
3022
3022
|
{
|
|
3023
3023
|
showShadow: true,
|
|
3024
3024
|
color: "danger",
|
|
3025
3025
|
class: {
|
|
3026
|
-
cursor: colorVariants.shadow.danger
|
|
3026
|
+
cursor: [colorVariants.shadow.danger, "shadow-md"]
|
|
3027
3027
|
}
|
|
3028
3028
|
},
|
|
3029
3029
|
{
|
|
@@ -3034,7 +3034,7 @@ var pagination = (0, import_tailwind_variants15.tv)({
|
|
|
3034
3034
|
}
|
|
3035
3035
|
},
|
|
3036
3036
|
{
|
|
3037
|
-
|
|
3037
|
+
disableCursorAnimation: true,
|
|
3038
3038
|
color: "default",
|
|
3039
3039
|
class: {
|
|
3040
3040
|
item: [
|
|
@@ -3045,7 +3045,7 @@ var pagination = (0, import_tailwind_variants15.tv)({
|
|
|
3045
3045
|
}
|
|
3046
3046
|
},
|
|
3047
3047
|
{
|
|
3048
|
-
|
|
3048
|
+
disableCursorAnimation: true,
|
|
3049
3049
|
color: "primary",
|
|
3050
3050
|
class: {
|
|
3051
3051
|
item: [
|
|
@@ -3056,7 +3056,7 @@ var pagination = (0, import_tailwind_variants15.tv)({
|
|
|
3056
3056
|
}
|
|
3057
3057
|
},
|
|
3058
3058
|
{
|
|
3059
|
-
|
|
3059
|
+
disableCursorAnimation: true,
|
|
3060
3060
|
color: "secondary",
|
|
3061
3061
|
class: {
|
|
3062
3062
|
item: [
|
|
@@ -3067,7 +3067,7 @@ var pagination = (0, import_tailwind_variants15.tv)({
|
|
|
3067
3067
|
}
|
|
3068
3068
|
},
|
|
3069
3069
|
{
|
|
3070
|
-
|
|
3070
|
+
disableCursorAnimation: true,
|
|
3071
3071
|
color: "success",
|
|
3072
3072
|
class: {
|
|
3073
3073
|
item: [
|
|
@@ -3078,7 +3078,7 @@ var pagination = (0, import_tailwind_variants15.tv)({
|
|
|
3078
3078
|
}
|
|
3079
3079
|
},
|
|
3080
3080
|
{
|
|
3081
|
-
|
|
3081
|
+
disableCursorAnimation: true,
|
|
3082
3082
|
color: "warning",
|
|
3083
3083
|
class: {
|
|
3084
3084
|
item: [
|
|
@@ -3089,7 +3089,7 @@ var pagination = (0, import_tailwind_variants15.tv)({
|
|
|
3089
3089
|
}
|
|
3090
3090
|
},
|
|
3091
3091
|
{
|
|
3092
|
-
|
|
3092
|
+
disableCursorAnimation: true,
|
|
3093
3093
|
color: "danger",
|
|
3094
3094
|
class: {
|
|
3095
3095
|
item: [
|
|
@@ -3100,51 +3100,51 @@ var pagination = (0, import_tailwind_variants15.tv)({
|
|
|
3100
3100
|
}
|
|
3101
3101
|
},
|
|
3102
3102
|
{
|
|
3103
|
-
|
|
3103
|
+
disableCursorAnimation: true,
|
|
3104
3104
|
showShadow: true,
|
|
3105
3105
|
color: "default",
|
|
3106
3106
|
class: {
|
|
3107
|
-
item: ["data-[active=true]:shadow-
|
|
3107
|
+
item: ["data-[active=true]:shadow-md", "data-[active=true]:shadow-default/50"]
|
|
3108
3108
|
}
|
|
3109
3109
|
},
|
|
3110
3110
|
{
|
|
3111
|
-
|
|
3111
|
+
disableCursorAnimation: true,
|
|
3112
3112
|
showShadow: true,
|
|
3113
3113
|
color: "primary",
|
|
3114
3114
|
class: {
|
|
3115
|
-
item: ["data-[active=true]:shadow-
|
|
3115
|
+
item: ["data-[active=true]:shadow-md", "data-[active=true]:shadow-primary/40"]
|
|
3116
3116
|
}
|
|
3117
3117
|
},
|
|
3118
3118
|
{
|
|
3119
|
-
|
|
3119
|
+
disableCursorAnimation: true,
|
|
3120
3120
|
showShadow: true,
|
|
3121
3121
|
color: "secondary",
|
|
3122
3122
|
class: {
|
|
3123
|
-
item: ["data-[active=true]:shadow-
|
|
3123
|
+
item: ["data-[active=true]:shadow-md", "data-[active=true]:shadow-secondary/40"]
|
|
3124
3124
|
}
|
|
3125
3125
|
},
|
|
3126
3126
|
{
|
|
3127
|
-
|
|
3127
|
+
disableCursorAnimation: true,
|
|
3128
3128
|
showShadow: true,
|
|
3129
3129
|
color: "success",
|
|
3130
3130
|
class: {
|
|
3131
|
-
item: ["data-[active=true]:shadow-
|
|
3131
|
+
item: ["data-[active=true]:shadow-md", "data-[active=true]:shadow-success/40"]
|
|
3132
3132
|
}
|
|
3133
3133
|
},
|
|
3134
3134
|
{
|
|
3135
|
-
|
|
3135
|
+
disableCursorAnimation: true,
|
|
3136
3136
|
showShadow: true,
|
|
3137
3137
|
color: "warning",
|
|
3138
3138
|
class: {
|
|
3139
|
-
item: ["data-[active=true]:shadow-
|
|
3139
|
+
item: ["data-[active=true]:shadow-md", "data-[active=true]:shadow-warning/40"]
|
|
3140
3140
|
}
|
|
3141
3141
|
},
|
|
3142
3142
|
{
|
|
3143
|
-
|
|
3143
|
+
disableCursorAnimation: true,
|
|
3144
3144
|
showShadow: true,
|
|
3145
3145
|
color: "danger",
|
|
3146
3146
|
class: {
|
|
3147
|
-
item: ["data-[active=true]:shadow-
|
|
3147
|
+
item: ["data-[active=true]:shadow-md", "data-[active=true]:shadow-danger/40"]
|
|
3148
3148
|
}
|
|
3149
3149
|
}
|
|
3150
3150
|
],
|
|
@@ -13,7 +13,7 @@ import {
|
|
|
13
13
|
} from "../chunk-ZFYINWFR.mjs";
|
|
14
14
|
import {
|
|
15
15
|
pagination
|
|
16
|
-
} from "../chunk-
|
|
16
|
+
} from "../chunk-RT4IWYYT.mjs";
|
|
17
17
|
import {
|
|
18
18
|
popover
|
|
19
19
|
} from "../chunk-O32L4YWJ.mjs";
|
|
@@ -99,9 +99,9 @@ import {
|
|
|
99
99
|
badge
|
|
100
100
|
} from "../chunk-4G25OMVV.mjs";
|
|
101
101
|
import "../chunk-CMYR6AOY.mjs";
|
|
102
|
-
import "../chunk-K7LK7NCE.mjs";
|
|
103
102
|
import "../chunk-FPFQCKUP.mjs";
|
|
104
103
|
import "../chunk-TSW7CNKY.mjs";
|
|
104
|
+
import "../chunk-K7LK7NCE.mjs";
|
|
105
105
|
export {
|
|
106
106
|
accordion,
|
|
107
107
|
accordionItem,
|
|
@@ -83,7 +83,7 @@ declare const pagination: tailwind_variants.TVReturnType<{
|
|
|
83
83
|
showShadow: {
|
|
84
84
|
true: {};
|
|
85
85
|
};
|
|
86
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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;
|
|
@@ -102,7 +102,7 @@ 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
|
|
105
|
+
base: ["flex flex-nowrap overflow-x-scroll py-2.5 relative items-center gap-1 max-w-fit h-fit"],
|
|
106
106
|
item: [],
|
|
107
107
|
prev: "",
|
|
108
108
|
next: "",
|
|
@@ -188,7 +188,7 @@ var pagination = (0, import_tailwind_variants.tv)({
|
|
|
188
188
|
showShadow: {
|
|
189
189
|
true: {}
|
|
190
190
|
},
|
|
191
|
-
|
|
191
|
+
disableCursorAnimation: {
|
|
192
192
|
true: {
|
|
193
193
|
cursor: "hidden"
|
|
194
194
|
}
|
|
@@ -213,49 +213,49 @@ var pagination = (0, import_tailwind_variants.tv)({
|
|
|
213
213
|
isDisabled: false,
|
|
214
214
|
showShadow: false,
|
|
215
215
|
disableAnimation: false,
|
|
216
|
-
|
|
216
|
+
disableCursorAnimation: false
|
|
217
217
|
},
|
|
218
218
|
compoundVariants: [
|
|
219
219
|
{
|
|
220
220
|
showShadow: true,
|
|
221
221
|
color: "default",
|
|
222
222
|
class: {
|
|
223
|
-
cursor: colorVariants.shadow.default
|
|
223
|
+
cursor: [colorVariants.shadow.default, "shadow-md"]
|
|
224
224
|
}
|
|
225
225
|
},
|
|
226
226
|
{
|
|
227
227
|
showShadow: true,
|
|
228
228
|
color: "primary",
|
|
229
229
|
class: {
|
|
230
|
-
cursor: colorVariants.shadow.primary
|
|
230
|
+
cursor: [colorVariants.shadow.primary, "shadow-md"]
|
|
231
231
|
}
|
|
232
232
|
},
|
|
233
233
|
{
|
|
234
234
|
showShadow: true,
|
|
235
235
|
color: "secondary",
|
|
236
236
|
class: {
|
|
237
|
-
cursor: colorVariants.shadow.secondary
|
|
237
|
+
cursor: [colorVariants.shadow.secondary, "shadow-md"]
|
|
238
238
|
}
|
|
239
239
|
},
|
|
240
240
|
{
|
|
241
241
|
showShadow: true,
|
|
242
242
|
color: "success",
|
|
243
243
|
class: {
|
|
244
|
-
cursor: colorVariants.shadow.success
|
|
244
|
+
cursor: [colorVariants.shadow.success, "shadow-md"]
|
|
245
245
|
}
|
|
246
246
|
},
|
|
247
247
|
{
|
|
248
248
|
showShadow: true,
|
|
249
249
|
color: "warning",
|
|
250
250
|
class: {
|
|
251
|
-
cursor: colorVariants.shadow.warning
|
|
251
|
+
cursor: [colorVariants.shadow.warning, "shadow-md"]
|
|
252
252
|
}
|
|
253
253
|
},
|
|
254
254
|
{
|
|
255
255
|
showShadow: true,
|
|
256
256
|
color: "danger",
|
|
257
257
|
class: {
|
|
258
|
-
cursor: colorVariants.shadow.danger
|
|
258
|
+
cursor: [colorVariants.shadow.danger, "shadow-md"]
|
|
259
259
|
}
|
|
260
260
|
},
|
|
261
261
|
{
|
|
@@ -266,7 +266,7 @@ var pagination = (0, import_tailwind_variants.tv)({
|
|
|
266
266
|
}
|
|
267
267
|
},
|
|
268
268
|
{
|
|
269
|
-
|
|
269
|
+
disableCursorAnimation: true,
|
|
270
270
|
color: "default",
|
|
271
271
|
class: {
|
|
272
272
|
item: [
|
|
@@ -277,7 +277,7 @@ var pagination = (0, import_tailwind_variants.tv)({
|
|
|
277
277
|
}
|
|
278
278
|
},
|
|
279
279
|
{
|
|
280
|
-
|
|
280
|
+
disableCursorAnimation: true,
|
|
281
281
|
color: "primary",
|
|
282
282
|
class: {
|
|
283
283
|
item: [
|
|
@@ -288,7 +288,7 @@ var pagination = (0, import_tailwind_variants.tv)({
|
|
|
288
288
|
}
|
|
289
289
|
},
|
|
290
290
|
{
|
|
291
|
-
|
|
291
|
+
disableCursorAnimation: true,
|
|
292
292
|
color: "secondary",
|
|
293
293
|
class: {
|
|
294
294
|
item: [
|
|
@@ -299,7 +299,7 @@ var pagination = (0, import_tailwind_variants.tv)({
|
|
|
299
299
|
}
|
|
300
300
|
},
|
|
301
301
|
{
|
|
302
|
-
|
|
302
|
+
disableCursorAnimation: true,
|
|
303
303
|
color: "success",
|
|
304
304
|
class: {
|
|
305
305
|
item: [
|
|
@@ -310,7 +310,7 @@ var pagination = (0, import_tailwind_variants.tv)({
|
|
|
310
310
|
}
|
|
311
311
|
},
|
|
312
312
|
{
|
|
313
|
-
|
|
313
|
+
disableCursorAnimation: true,
|
|
314
314
|
color: "warning",
|
|
315
315
|
class: {
|
|
316
316
|
item: [
|
|
@@ -321,7 +321,7 @@ var pagination = (0, import_tailwind_variants.tv)({
|
|
|
321
321
|
}
|
|
322
322
|
},
|
|
323
323
|
{
|
|
324
|
-
|
|
324
|
+
disableCursorAnimation: true,
|
|
325
325
|
color: "danger",
|
|
326
326
|
class: {
|
|
327
327
|
item: [
|
|
@@ -332,51 +332,51 @@ var pagination = (0, import_tailwind_variants.tv)({
|
|
|
332
332
|
}
|
|
333
333
|
},
|
|
334
334
|
{
|
|
335
|
-
|
|
335
|
+
disableCursorAnimation: true,
|
|
336
336
|
showShadow: true,
|
|
337
337
|
color: "default",
|
|
338
338
|
class: {
|
|
339
|
-
item: ["data-[active=true]:shadow-
|
|
339
|
+
item: ["data-[active=true]:shadow-md", "data-[active=true]:shadow-default/50"]
|
|
340
340
|
}
|
|
341
341
|
},
|
|
342
342
|
{
|
|
343
|
-
|
|
343
|
+
disableCursorAnimation: true,
|
|
344
344
|
showShadow: true,
|
|
345
345
|
color: "primary",
|
|
346
346
|
class: {
|
|
347
|
-
item: ["data-[active=true]:shadow-
|
|
347
|
+
item: ["data-[active=true]:shadow-md", "data-[active=true]:shadow-primary/40"]
|
|
348
348
|
}
|
|
349
349
|
},
|
|
350
350
|
{
|
|
351
|
-
|
|
351
|
+
disableCursorAnimation: true,
|
|
352
352
|
showShadow: true,
|
|
353
353
|
color: "secondary",
|
|
354
354
|
class: {
|
|
355
|
-
item: ["data-[active=true]:shadow-
|
|
355
|
+
item: ["data-[active=true]:shadow-md", "data-[active=true]:shadow-secondary/40"]
|
|
356
356
|
}
|
|
357
357
|
},
|
|
358
358
|
{
|
|
359
|
-
|
|
359
|
+
disableCursorAnimation: true,
|
|
360
360
|
showShadow: true,
|
|
361
361
|
color: "success",
|
|
362
362
|
class: {
|
|
363
|
-
item: ["data-[active=true]:shadow-
|
|
363
|
+
item: ["data-[active=true]:shadow-md", "data-[active=true]:shadow-success/40"]
|
|
364
364
|
}
|
|
365
365
|
},
|
|
366
366
|
{
|
|
367
|
-
|
|
367
|
+
disableCursorAnimation: true,
|
|
368
368
|
showShadow: true,
|
|
369
369
|
color: "warning",
|
|
370
370
|
class: {
|
|
371
|
-
item: ["data-[active=true]:shadow-
|
|
371
|
+
item: ["data-[active=true]:shadow-md", "data-[active=true]:shadow-warning/40"]
|
|
372
372
|
}
|
|
373
373
|
},
|
|
374
374
|
{
|
|
375
|
-
|
|
375
|
+
disableCursorAnimation: true,
|
|
376
376
|
showShadow: true,
|
|
377
377
|
color: "danger",
|
|
378
378
|
class: {
|
|
379
|
-
item: ["data-[active=true]:shadow-
|
|
379
|
+
item: ["data-[active=true]:shadow-md", "data-[active=true]:shadow-danger/40"]
|
|
380
380
|
}
|
|
381
381
|
}
|
|
382
382
|
],
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import {
|
|
2
2
|
pagination
|
|
3
|
-
} from "../chunk-
|
|
3
|
+
} from "../chunk-RT4IWYYT.mjs";
|
|
4
4
|
import "../chunk-CMYR6AOY.mjs";
|
|
5
|
-
import "../chunk-K7LK7NCE.mjs";
|
|
6
5
|
import "../chunk-FPFQCKUP.mjs";
|
|
7
6
|
import "../chunk-TSW7CNKY.mjs";
|
|
7
|
+
import "../chunk-K7LK7NCE.mjs";
|
|
8
8
|
export {
|
|
9
9
|
pagination
|
|
10
10
|
};
|
package/dist/components/tabs.mjs
CHANGED
package/dist/index.js
CHANGED
|
@@ -2902,7 +2902,7 @@ var radioGroup = (0, import_tailwind_variants14.tv)({
|
|
|
2902
2902
|
var import_tailwind_variants15 = require("tailwind-variants");
|
|
2903
2903
|
var pagination = (0, import_tailwind_variants15.tv)({
|
|
2904
2904
|
slots: {
|
|
2905
|
-
base: "flex flex-nowrap
|
|
2905
|
+
base: ["flex flex-nowrap overflow-x-scroll py-2.5 relative items-center gap-1 max-w-fit h-fit"],
|
|
2906
2906
|
item: [],
|
|
2907
2907
|
prev: "",
|
|
2908
2908
|
next: "",
|
|
@@ -2988,7 +2988,7 @@ var pagination = (0, import_tailwind_variants15.tv)({
|
|
|
2988
2988
|
showShadow: {
|
|
2989
2989
|
true: {}
|
|
2990
2990
|
},
|
|
2991
|
-
|
|
2991
|
+
disableCursorAnimation: {
|
|
2992
2992
|
true: {
|
|
2993
2993
|
cursor: "hidden"
|
|
2994
2994
|
}
|
|
@@ -3013,49 +3013,49 @@ var pagination = (0, import_tailwind_variants15.tv)({
|
|
|
3013
3013
|
isDisabled: false,
|
|
3014
3014
|
showShadow: false,
|
|
3015
3015
|
disableAnimation: false,
|
|
3016
|
-
|
|
3016
|
+
disableCursorAnimation: false
|
|
3017
3017
|
},
|
|
3018
3018
|
compoundVariants: [
|
|
3019
3019
|
{
|
|
3020
3020
|
showShadow: true,
|
|
3021
3021
|
color: "default",
|
|
3022
3022
|
class: {
|
|
3023
|
-
cursor: colorVariants.shadow.default
|
|
3023
|
+
cursor: [colorVariants.shadow.default, "shadow-md"]
|
|
3024
3024
|
}
|
|
3025
3025
|
},
|
|
3026
3026
|
{
|
|
3027
3027
|
showShadow: true,
|
|
3028
3028
|
color: "primary",
|
|
3029
3029
|
class: {
|
|
3030
|
-
cursor: colorVariants.shadow.primary
|
|
3030
|
+
cursor: [colorVariants.shadow.primary, "shadow-md"]
|
|
3031
3031
|
}
|
|
3032
3032
|
},
|
|
3033
3033
|
{
|
|
3034
3034
|
showShadow: true,
|
|
3035
3035
|
color: "secondary",
|
|
3036
3036
|
class: {
|
|
3037
|
-
cursor: colorVariants.shadow.secondary
|
|
3037
|
+
cursor: [colorVariants.shadow.secondary, "shadow-md"]
|
|
3038
3038
|
}
|
|
3039
3039
|
},
|
|
3040
3040
|
{
|
|
3041
3041
|
showShadow: true,
|
|
3042
3042
|
color: "success",
|
|
3043
3043
|
class: {
|
|
3044
|
-
cursor: colorVariants.shadow.success
|
|
3044
|
+
cursor: [colorVariants.shadow.success, "shadow-md"]
|
|
3045
3045
|
}
|
|
3046
3046
|
},
|
|
3047
3047
|
{
|
|
3048
3048
|
showShadow: true,
|
|
3049
3049
|
color: "warning",
|
|
3050
3050
|
class: {
|
|
3051
|
-
cursor: colorVariants.shadow.warning
|
|
3051
|
+
cursor: [colorVariants.shadow.warning, "shadow-md"]
|
|
3052
3052
|
}
|
|
3053
3053
|
},
|
|
3054
3054
|
{
|
|
3055
3055
|
showShadow: true,
|
|
3056
3056
|
color: "danger",
|
|
3057
3057
|
class: {
|
|
3058
|
-
cursor: colorVariants.shadow.danger
|
|
3058
|
+
cursor: [colorVariants.shadow.danger, "shadow-md"]
|
|
3059
3059
|
}
|
|
3060
3060
|
},
|
|
3061
3061
|
{
|
|
@@ -3066,7 +3066,7 @@ var pagination = (0, import_tailwind_variants15.tv)({
|
|
|
3066
3066
|
}
|
|
3067
3067
|
},
|
|
3068
3068
|
{
|
|
3069
|
-
|
|
3069
|
+
disableCursorAnimation: true,
|
|
3070
3070
|
color: "default",
|
|
3071
3071
|
class: {
|
|
3072
3072
|
item: [
|
|
@@ -3077,7 +3077,7 @@ var pagination = (0, import_tailwind_variants15.tv)({
|
|
|
3077
3077
|
}
|
|
3078
3078
|
},
|
|
3079
3079
|
{
|
|
3080
|
-
|
|
3080
|
+
disableCursorAnimation: true,
|
|
3081
3081
|
color: "primary",
|
|
3082
3082
|
class: {
|
|
3083
3083
|
item: [
|
|
@@ -3088,7 +3088,7 @@ var pagination = (0, import_tailwind_variants15.tv)({
|
|
|
3088
3088
|
}
|
|
3089
3089
|
},
|
|
3090
3090
|
{
|
|
3091
|
-
|
|
3091
|
+
disableCursorAnimation: true,
|
|
3092
3092
|
color: "secondary",
|
|
3093
3093
|
class: {
|
|
3094
3094
|
item: [
|
|
@@ -3099,7 +3099,7 @@ var pagination = (0, import_tailwind_variants15.tv)({
|
|
|
3099
3099
|
}
|
|
3100
3100
|
},
|
|
3101
3101
|
{
|
|
3102
|
-
|
|
3102
|
+
disableCursorAnimation: true,
|
|
3103
3103
|
color: "success",
|
|
3104
3104
|
class: {
|
|
3105
3105
|
item: [
|
|
@@ -3110,7 +3110,7 @@ var pagination = (0, import_tailwind_variants15.tv)({
|
|
|
3110
3110
|
}
|
|
3111
3111
|
},
|
|
3112
3112
|
{
|
|
3113
|
-
|
|
3113
|
+
disableCursorAnimation: true,
|
|
3114
3114
|
color: "warning",
|
|
3115
3115
|
class: {
|
|
3116
3116
|
item: [
|
|
@@ -3121,7 +3121,7 @@ var pagination = (0, import_tailwind_variants15.tv)({
|
|
|
3121
3121
|
}
|
|
3122
3122
|
},
|
|
3123
3123
|
{
|
|
3124
|
-
|
|
3124
|
+
disableCursorAnimation: true,
|
|
3125
3125
|
color: "danger",
|
|
3126
3126
|
class: {
|
|
3127
3127
|
item: [
|
|
@@ -3132,51 +3132,51 @@ var pagination = (0, import_tailwind_variants15.tv)({
|
|
|
3132
3132
|
}
|
|
3133
3133
|
},
|
|
3134
3134
|
{
|
|
3135
|
-
|
|
3135
|
+
disableCursorAnimation: true,
|
|
3136
3136
|
showShadow: true,
|
|
3137
3137
|
color: "default",
|
|
3138
3138
|
class: {
|
|
3139
|
-
item: ["data-[active=true]:shadow-
|
|
3139
|
+
item: ["data-[active=true]:shadow-md", "data-[active=true]:shadow-default/50"]
|
|
3140
3140
|
}
|
|
3141
3141
|
},
|
|
3142
3142
|
{
|
|
3143
|
-
|
|
3143
|
+
disableCursorAnimation: true,
|
|
3144
3144
|
showShadow: true,
|
|
3145
3145
|
color: "primary",
|
|
3146
3146
|
class: {
|
|
3147
|
-
item: ["data-[active=true]:shadow-
|
|
3147
|
+
item: ["data-[active=true]:shadow-md", "data-[active=true]:shadow-primary/40"]
|
|
3148
3148
|
}
|
|
3149
3149
|
},
|
|
3150
3150
|
{
|
|
3151
|
-
|
|
3151
|
+
disableCursorAnimation: true,
|
|
3152
3152
|
showShadow: true,
|
|
3153
3153
|
color: "secondary",
|
|
3154
3154
|
class: {
|
|
3155
|
-
item: ["data-[active=true]:shadow-
|
|
3155
|
+
item: ["data-[active=true]:shadow-md", "data-[active=true]:shadow-secondary/40"]
|
|
3156
3156
|
}
|
|
3157
3157
|
},
|
|
3158
3158
|
{
|
|
3159
|
-
|
|
3159
|
+
disableCursorAnimation: true,
|
|
3160
3160
|
showShadow: true,
|
|
3161
3161
|
color: "success",
|
|
3162
3162
|
class: {
|
|
3163
|
-
item: ["data-[active=true]:shadow-
|
|
3163
|
+
item: ["data-[active=true]:shadow-md", "data-[active=true]:shadow-success/40"]
|
|
3164
3164
|
}
|
|
3165
3165
|
},
|
|
3166
3166
|
{
|
|
3167
|
-
|
|
3167
|
+
disableCursorAnimation: true,
|
|
3168
3168
|
showShadow: true,
|
|
3169
3169
|
color: "warning",
|
|
3170
3170
|
class: {
|
|
3171
|
-
item: ["data-[active=true]:shadow-
|
|
3171
|
+
item: ["data-[active=true]:shadow-md", "data-[active=true]:shadow-warning/40"]
|
|
3172
3172
|
}
|
|
3173
3173
|
},
|
|
3174
3174
|
{
|
|
3175
|
-
|
|
3175
|
+
disableCursorAnimation: true,
|
|
3176
3176
|
showShadow: true,
|
|
3177
3177
|
color: "danger",
|
|
3178
3178
|
class: {
|
|
3179
|
-
item: ["data-[active=true]:shadow-
|
|
3179
|
+
item: ["data-[active=true]:shadow-md", "data-[active=true]:shadow-danger/40"]
|
|
3180
3180
|
}
|
|
3181
3181
|
}
|
|
3182
3182
|
],
|
package/dist/index.mjs
CHANGED
|
@@ -13,7 +13,7 @@ import {
|
|
|
13
13
|
} from "./chunk-ZFYINWFR.mjs";
|
|
14
14
|
import {
|
|
15
15
|
pagination
|
|
16
|
-
} from "./chunk-
|
|
16
|
+
} from "./chunk-RT4IWYYT.mjs";
|
|
17
17
|
import {
|
|
18
18
|
popover
|
|
19
19
|
} from "./chunk-O32L4YWJ.mjs";
|
|
@@ -98,42 +98,42 @@ import {
|
|
|
98
98
|
import {
|
|
99
99
|
badge
|
|
100
100
|
} from "./chunk-4G25OMVV.mjs";
|
|
101
|
-
import "./chunk-CMYR6AOY.mjs";
|
|
102
|
-
import "./chunk-K7LK7NCE.mjs";
|
|
103
|
-
import {
|
|
104
|
-
colorVariants
|
|
105
|
-
} from "./chunk-FPFQCKUP.mjs";
|
|
106
101
|
import {
|
|
107
102
|
nextui
|
|
108
|
-
} from "./chunk-
|
|
109
|
-
import
|
|
110
|
-
absoluteFullClasses,
|
|
111
|
-
baseStyles,
|
|
112
|
-
focusVisibleClasses,
|
|
113
|
-
ringClasses,
|
|
114
|
-
translateCenterClasses
|
|
115
|
-
} from "./chunk-TSW7CNKY.mjs";
|
|
103
|
+
} from "./chunk-PMVP54WC.mjs";
|
|
104
|
+
import "./chunk-JH2TR6BI.mjs";
|
|
116
105
|
import "./chunk-WQEDQHKX.mjs";
|
|
117
106
|
import {
|
|
118
107
|
colors
|
|
119
|
-
} from "./chunk-
|
|
108
|
+
} from "./chunk-FHA5PJK4.mjs";
|
|
120
109
|
import {
|
|
121
110
|
semanticColors
|
|
122
|
-
} from "./chunk-
|
|
123
|
-
import "./chunk-37PIXVP4.mjs";
|
|
111
|
+
} from "./chunk-ONXWXFZH.mjs";
|
|
124
112
|
import "./chunk-M63AFAHO.mjs";
|
|
125
|
-
import "./chunk-DMASP6FA.mjs";
|
|
126
|
-
import "./chunk-JH2TR6BI.mjs";
|
|
127
113
|
import {
|
|
128
114
|
commonColors
|
|
129
|
-
} from "./chunk-
|
|
130
|
-
import "./chunk-OR5PUD24.mjs";
|
|
131
|
-
import "./chunk-DCEG5LGX.mjs";
|
|
115
|
+
} from "./chunk-2G3JZ2MA.mjs";
|
|
132
116
|
import "./chunk-L2OL7R23.mjs";
|
|
133
117
|
import "./chunk-YZYGFPNK.mjs";
|
|
134
118
|
import "./chunk-Y4YW5MKL.mjs";
|
|
135
119
|
import "./chunk-DYAPDM2A.mjs";
|
|
136
120
|
import "./chunk-T3GWIVAM.mjs";
|
|
121
|
+
import "./chunk-OR5PUD24.mjs";
|
|
122
|
+
import "./chunk-DCEG5LGX.mjs";
|
|
123
|
+
import "./chunk-DMASP6FA.mjs";
|
|
124
|
+
import "./chunk-CMYR6AOY.mjs";
|
|
125
|
+
import {
|
|
126
|
+
colorVariants
|
|
127
|
+
} from "./chunk-FPFQCKUP.mjs";
|
|
128
|
+
import {
|
|
129
|
+
absoluteFullClasses,
|
|
130
|
+
baseStyles,
|
|
131
|
+
focusVisibleClasses,
|
|
132
|
+
ringClasses,
|
|
133
|
+
translateCenterClasses
|
|
134
|
+
} from "./chunk-TSW7CNKY.mjs";
|
|
135
|
+
import "./chunk-37PIXVP4.mjs";
|
|
136
|
+
import "./chunk-K7LK7NCE.mjs";
|
|
137
137
|
|
|
138
138
|
// src/index.ts
|
|
139
139
|
import { cn as cnBase } from "tailwind-variants";
|
package/dist/plugin.mjs
CHANGED
|
@@ -1,22 +1,22 @@
|
|
|
1
1
|
import {
|
|
2
2
|
nextui
|
|
3
|
-
} from "./chunk-
|
|
4
|
-
import "./chunk-
|
|
3
|
+
} from "./chunk-PMVP54WC.mjs";
|
|
4
|
+
import "./chunk-JH2TR6BI.mjs";
|
|
5
5
|
import "./chunk-WQEDQHKX.mjs";
|
|
6
|
-
import "./chunk-
|
|
7
|
-
import "./chunk-
|
|
8
|
-
import "./chunk-37PIXVP4.mjs";
|
|
6
|
+
import "./chunk-FHA5PJK4.mjs";
|
|
7
|
+
import "./chunk-ONXWXFZH.mjs";
|
|
9
8
|
import "./chunk-M63AFAHO.mjs";
|
|
10
|
-
import "./chunk-
|
|
11
|
-
import "./chunk-JH2TR6BI.mjs";
|
|
12
|
-
import "./chunk-YGFZPBLQ.mjs";
|
|
13
|
-
import "./chunk-OR5PUD24.mjs";
|
|
14
|
-
import "./chunk-DCEG5LGX.mjs";
|
|
9
|
+
import "./chunk-2G3JZ2MA.mjs";
|
|
15
10
|
import "./chunk-L2OL7R23.mjs";
|
|
16
11
|
import "./chunk-YZYGFPNK.mjs";
|
|
17
12
|
import "./chunk-Y4YW5MKL.mjs";
|
|
18
13
|
import "./chunk-DYAPDM2A.mjs";
|
|
19
14
|
import "./chunk-T3GWIVAM.mjs";
|
|
15
|
+
import "./chunk-OR5PUD24.mjs";
|
|
16
|
+
import "./chunk-DCEG5LGX.mjs";
|
|
17
|
+
import "./chunk-DMASP6FA.mjs";
|
|
18
|
+
import "./chunk-TSW7CNKY.mjs";
|
|
19
|
+
import "./chunk-37PIXVP4.mjs";
|
|
20
20
|
export {
|
|
21
21
|
nextui
|
|
22
22
|
};
|
package/dist/utils/index.mjs
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import "../chunk-CMYR6AOY.mjs";
|
|
2
|
-
import "../chunk-K7LK7NCE.mjs";
|
|
3
2
|
import {
|
|
4
3
|
colorVariants
|
|
5
4
|
} from "../chunk-FPFQCKUP.mjs";
|
|
@@ -10,6 +9,7 @@ import {
|
|
|
10
9
|
ringClasses,
|
|
11
10
|
translateCenterClasses
|
|
12
11
|
} from "../chunk-TSW7CNKY.mjs";
|
|
12
|
+
import "../chunk-K7LK7NCE.mjs";
|
|
13
13
|
export {
|
|
14
14
|
absoluteFullClasses,
|
|
15
15
|
baseStyles,
|
package/package.json
CHANGED
|
@@ -1,9 +1,3 @@
|
|
|
1
|
-
import {
|
|
2
|
-
green
|
|
3
|
-
} from "./chunk-OR5PUD24.mjs";
|
|
4
|
-
import {
|
|
5
|
-
pink
|
|
6
|
-
} from "./chunk-DCEG5LGX.mjs";
|
|
7
1
|
import {
|
|
8
2
|
purple
|
|
9
3
|
} from "./chunk-L2OL7R23.mjs";
|
|
@@ -19,6 +13,12 @@ import {
|
|
|
19
13
|
import {
|
|
20
14
|
cyan
|
|
21
15
|
} from "./chunk-T3GWIVAM.mjs";
|
|
16
|
+
import {
|
|
17
|
+
green
|
|
18
|
+
} from "./chunk-OR5PUD24.mjs";
|
|
19
|
+
import {
|
|
20
|
+
pink
|
|
21
|
+
} from "./chunk-DCEG5LGX.mjs";
|
|
22
22
|
|
|
23
23
|
// src/colors/common.ts
|
|
24
24
|
var commonColors = {
|