@nextui-org/theme 0.0.0-dev-v2-20230529224901 → 0.0.0-dev-v2-20230530022806
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-FPQXJXRL.mjs → chunk-6QXUR7SY.mjs} +3 -3
- package/dist/{chunk-NU4XY237.mjs → chunk-7PRU5S35.mjs} +2 -2
- package/dist/{chunk-PAR74N2D.mjs → chunk-BUXUPMHE.mjs} +15 -15
- package/dist/{chunk-FE6D6PKC.mjs → chunk-QGXXHT3T.mjs} +9 -9
- package/dist/colors/common.mjs +2 -2
- package/dist/colors/index.mjs +5 -5
- package/dist/colors/semantic.mjs +4 -4
- package/dist/colors.mjs +5 -5
- package/dist/components/index.js +15 -15
- package/dist/components/index.mjs +25 -25
- package/dist/components/input.js +15 -15
- package/dist/components/input.mjs +1 -1
- package/dist/index.js +15 -15
- package/dist/index.mjs +41 -41
- package/dist/plugin.mjs +9 -9
- package/package.json +1 -1
- package/dist/{chunk-TPAK7DPZ.mjs → chunk-CRCBVLUP.mjs} +3 -3
|
@@ -36,7 +36,7 @@ var input = tv({
|
|
|
36
36
|
inputWrapper: [
|
|
37
37
|
"bg-default-100",
|
|
38
38
|
"data-[hover=true]:bg-default-200",
|
|
39
|
-
"group-data-[
|
|
39
|
+
"group-data-[focus=true]:bg-default-100"
|
|
40
40
|
]
|
|
41
41
|
},
|
|
42
42
|
faded: {
|
|
@@ -52,7 +52,7 @@ var input = tv({
|
|
|
52
52
|
"border-2",
|
|
53
53
|
"border-default-200",
|
|
54
54
|
"data-[hover=true]:border-default-400",
|
|
55
|
-
"group-data-[
|
|
55
|
+
"group-data-[focus=true]:border-foreground"
|
|
56
56
|
]
|
|
57
57
|
},
|
|
58
58
|
underlined: {
|
|
@@ -76,7 +76,7 @@ var input = tv({
|
|
|
76
76
|
"after:-translate-x-1/2",
|
|
77
77
|
"after:-bottom-[2px]",
|
|
78
78
|
"after:h-[2px]",
|
|
79
|
-
"group-data-[
|
|
79
|
+
"group-data-[focus=true]:after:w-full"
|
|
80
80
|
]
|
|
81
81
|
}
|
|
82
82
|
},
|
|
@@ -240,7 +240,7 @@ var input = tv({
|
|
|
240
240
|
"bg-primary-50",
|
|
241
241
|
"data-[hover=true]:bg-primary-100",
|
|
242
242
|
"text-primary",
|
|
243
|
-
"group-data-[
|
|
243
|
+
"group-data-[focus=true]:bg-primary-50",
|
|
244
244
|
"placeholder:text-primary"
|
|
245
245
|
],
|
|
246
246
|
input: "placeholder:text-primary"
|
|
@@ -254,7 +254,7 @@ var input = tv({
|
|
|
254
254
|
"bg-secondary-50",
|
|
255
255
|
"text-secondary",
|
|
256
256
|
"data-[hover=true]:bg-secondary-100",
|
|
257
|
-
"group-data-[
|
|
257
|
+
"group-data-[focus=true]:bg-secondary-50",
|
|
258
258
|
"placeholder:text-secondary"
|
|
259
259
|
],
|
|
260
260
|
input: "placeholder:text-secondary"
|
|
@@ -268,7 +268,7 @@ var input = tv({
|
|
|
268
268
|
"bg-success-50",
|
|
269
269
|
"data-[hover=true]:bg-success-100",
|
|
270
270
|
"text-success",
|
|
271
|
-
"group-data-[
|
|
271
|
+
"group-data-[focus=true]:bg-success-50",
|
|
272
272
|
"placeholder:text-success"
|
|
273
273
|
],
|
|
274
274
|
input: "placeholder:text-success"
|
|
@@ -282,7 +282,7 @@ var input = tv({
|
|
|
282
282
|
"bg-warning-50",
|
|
283
283
|
"data-[hover=true]:bg-warning-100",
|
|
284
284
|
"text-warning",
|
|
285
|
-
"group-data-[
|
|
285
|
+
"group-data-[focus=true]:bg-warning-50",
|
|
286
286
|
"placeholder:text-warning"
|
|
287
287
|
],
|
|
288
288
|
input: "placeholder:text-warning"
|
|
@@ -296,7 +296,7 @@ var input = tv({
|
|
|
296
296
|
"bg-danger-50",
|
|
297
297
|
"data-[hover=true]:bg-danger-100",
|
|
298
298
|
"text-danger",
|
|
299
|
-
"group-data-[
|
|
299
|
+
"group-data-[focus=true]:bg-danger-50",
|
|
300
300
|
"placeholder:text-danger"
|
|
301
301
|
],
|
|
302
302
|
input: "placeholder:text-danger"
|
|
@@ -381,35 +381,35 @@ var input = tv({
|
|
|
381
381
|
variant: "bordered",
|
|
382
382
|
color: "primary",
|
|
383
383
|
class: {
|
|
384
|
-
inputWrapper: "group-data-[
|
|
384
|
+
inputWrapper: "group-data-[focus=true]:border-primary"
|
|
385
385
|
}
|
|
386
386
|
},
|
|
387
387
|
{
|
|
388
388
|
variant: "bordered",
|
|
389
389
|
color: "secondary",
|
|
390
390
|
class: {
|
|
391
|
-
inputWrapper: "group-data-[
|
|
391
|
+
inputWrapper: "group-data-[focus=true]:border-secondary"
|
|
392
392
|
}
|
|
393
393
|
},
|
|
394
394
|
{
|
|
395
395
|
variant: "bordered",
|
|
396
396
|
color: "success",
|
|
397
397
|
class: {
|
|
398
|
-
inputWrapper: "group-data-[
|
|
398
|
+
inputWrapper: "group-data-[focus=true]:border-success"
|
|
399
399
|
}
|
|
400
400
|
},
|
|
401
401
|
{
|
|
402
402
|
variant: "bordered",
|
|
403
403
|
color: "warning",
|
|
404
404
|
class: {
|
|
405
|
-
inputWrapper: "group-data-[
|
|
405
|
+
inputWrapper: "group-data-[focus=true]:border-warning"
|
|
406
406
|
}
|
|
407
407
|
},
|
|
408
408
|
{
|
|
409
409
|
variant: "bordered",
|
|
410
410
|
color: "danger",
|
|
411
411
|
class: {
|
|
412
|
-
inputWrapper: "group-data-[
|
|
412
|
+
inputWrapper: "group-data-[focus=true]:border-danger"
|
|
413
413
|
}
|
|
414
414
|
},
|
|
415
415
|
{
|
|
@@ -474,7 +474,7 @@ var input = tv({
|
|
|
474
474
|
inputWrapper: [
|
|
475
475
|
"bg-danger-50",
|
|
476
476
|
"data-[hover=true]:bg-danger-100",
|
|
477
|
-
"group-data-[
|
|
477
|
+
"group-data-[focus=true]:bg-danger-50"
|
|
478
478
|
]
|
|
479
479
|
}
|
|
480
480
|
},
|
|
@@ -482,7 +482,7 @@ var input = tv({
|
|
|
482
482
|
isInvalid: true,
|
|
483
483
|
variant: "bordered",
|
|
484
484
|
class: {
|
|
485
|
-
inputWrapper: "!border-danger group-data-[
|
|
485
|
+
inputWrapper: "!border-danger group-data-[focus=true]:border-danger"
|
|
486
486
|
}
|
|
487
487
|
},
|
|
488
488
|
{
|
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
import {
|
|
2
|
-
semanticColors
|
|
3
|
-
} from "./chunk-FPQXJXRL.mjs";
|
|
4
|
-
import {
|
|
5
|
-
commonColors
|
|
6
|
-
} from "./chunk-TPAK7DPZ.mjs";
|
|
7
|
-
import {
|
|
8
|
-
animations
|
|
9
|
-
} from "./chunk-DMASP6FA.mjs";
|
|
10
1
|
import {
|
|
11
2
|
utilities
|
|
12
3
|
} from "./chunk-XLATS5QU.mjs";
|
|
13
4
|
import {
|
|
14
5
|
baseStyles
|
|
15
6
|
} from "./chunk-INZK6TTL.mjs";
|
|
7
|
+
import {
|
|
8
|
+
semanticColors
|
|
9
|
+
} from "./chunk-6QXUR7SY.mjs";
|
|
16
10
|
import {
|
|
17
11
|
removeDefaultKeys
|
|
18
12
|
} from "./chunk-37PIXVP4.mjs";
|
|
13
|
+
import {
|
|
14
|
+
animations
|
|
15
|
+
} from "./chunk-DMASP6FA.mjs";
|
|
16
|
+
import {
|
|
17
|
+
commonColors
|
|
18
|
+
} from "./chunk-CRCBVLUP.mjs";
|
|
19
19
|
|
|
20
20
|
// src/plugin.ts
|
|
21
21
|
import Color from "color";
|
package/dist/colors/common.mjs
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import {
|
|
2
2
|
commonColors
|
|
3
|
-
} from "../chunk-
|
|
3
|
+
} from "../chunk-CRCBVLUP.mjs";
|
|
4
|
+
import "../chunk-DCEG5LGX.mjs";
|
|
4
5
|
import "../chunk-L2OL7R23.mjs";
|
|
5
6
|
import "../chunk-YZYGFPNK.mjs";
|
|
6
7
|
import "../chunk-Y4YW5MKL.mjs";
|
|
7
8
|
import "../chunk-KZJBCC2H.mjs";
|
|
8
9
|
import "../chunk-T3GWIVAM.mjs";
|
|
9
10
|
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-7PRU5S35.mjs";
|
|
4
4
|
import {
|
|
5
5
|
semanticColors
|
|
6
|
-
} from "../chunk-
|
|
6
|
+
} from "../chunk-6QXUR7SY.mjs";
|
|
7
|
+
import "../chunk-37PIXVP4.mjs";
|
|
7
8
|
import "../chunk-M63AFAHO.mjs";
|
|
8
9
|
import {
|
|
9
10
|
commonColors
|
|
10
|
-
} from "../chunk-
|
|
11
|
+
} from "../chunk-CRCBVLUP.mjs";
|
|
12
|
+
import "../chunk-DCEG5LGX.mjs";
|
|
11
13
|
import "../chunk-L2OL7R23.mjs";
|
|
12
14
|
import "../chunk-YZYGFPNK.mjs";
|
|
13
15
|
import "../chunk-Y4YW5MKL.mjs";
|
|
14
16
|
import "../chunk-KZJBCC2H.mjs";
|
|
15
17
|
import "../chunk-T3GWIVAM.mjs";
|
|
16
18
|
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-
|
|
5
|
+
} from "../chunk-6QXUR7SY.mjs";
|
|
6
|
+
import "../chunk-37PIXVP4.mjs";
|
|
7
|
+
import "../chunk-CRCBVLUP.mjs";
|
|
8
|
+
import "../chunk-DCEG5LGX.mjs";
|
|
7
9
|
import "../chunk-L2OL7R23.mjs";
|
|
8
10
|
import "../chunk-YZYGFPNK.mjs";
|
|
9
11
|
import "../chunk-Y4YW5MKL.mjs";
|
|
10
12
|
import "../chunk-KZJBCC2H.mjs";
|
|
11
13
|
import "../chunk-T3GWIVAM.mjs";
|
|
12
14
|
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-7PRU5S35.mjs";
|
|
5
5
|
import {
|
|
6
6
|
semanticColors
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-6QXUR7SY.mjs";
|
|
8
|
+
import "./chunk-37PIXVP4.mjs";
|
|
8
9
|
import "./chunk-M63AFAHO.mjs";
|
|
9
10
|
import {
|
|
10
11
|
commonColors
|
|
11
|
-
} from "./chunk-
|
|
12
|
+
} from "./chunk-CRCBVLUP.mjs";
|
|
13
|
+
import "./chunk-DCEG5LGX.mjs";
|
|
12
14
|
import "./chunk-L2OL7R23.mjs";
|
|
13
15
|
import "./chunk-YZYGFPNK.mjs";
|
|
14
16
|
import "./chunk-Y4YW5MKL.mjs";
|
|
15
17
|
import "./chunk-KZJBCC2H.mjs";
|
|
16
18
|
import "./chunk-T3GWIVAM.mjs";
|
|
17
19
|
import "./chunk-OR5PUD24.mjs";
|
|
18
|
-
import "./chunk-DCEG5LGX.mjs";
|
|
19
|
-
import "./chunk-37PIXVP4.mjs";
|
|
20
20
|
export {
|
|
21
21
|
colors,
|
|
22
22
|
commonColors,
|
package/dist/components/index.js
CHANGED
|
@@ -3886,7 +3886,7 @@ var input = (0, import_tailwind_variants20.tv)({
|
|
|
3886
3886
|
inputWrapper: [
|
|
3887
3887
|
"bg-default-100",
|
|
3888
3888
|
"data-[hover=true]:bg-default-200",
|
|
3889
|
-
"group-data-[
|
|
3889
|
+
"group-data-[focus=true]:bg-default-100"
|
|
3890
3890
|
]
|
|
3891
3891
|
},
|
|
3892
3892
|
faded: {
|
|
@@ -3902,7 +3902,7 @@ var input = (0, import_tailwind_variants20.tv)({
|
|
|
3902
3902
|
"border-2",
|
|
3903
3903
|
"border-default-200",
|
|
3904
3904
|
"data-[hover=true]:border-default-400",
|
|
3905
|
-
"group-data-[
|
|
3905
|
+
"group-data-[focus=true]:border-foreground"
|
|
3906
3906
|
]
|
|
3907
3907
|
},
|
|
3908
3908
|
underlined: {
|
|
@@ -3926,7 +3926,7 @@ var input = (0, import_tailwind_variants20.tv)({
|
|
|
3926
3926
|
"after:-translate-x-1/2",
|
|
3927
3927
|
"after:-bottom-[2px]",
|
|
3928
3928
|
"after:h-[2px]",
|
|
3929
|
-
"group-data-[
|
|
3929
|
+
"group-data-[focus=true]:after:w-full"
|
|
3930
3930
|
]
|
|
3931
3931
|
}
|
|
3932
3932
|
},
|
|
@@ -4090,7 +4090,7 @@ var input = (0, import_tailwind_variants20.tv)({
|
|
|
4090
4090
|
"bg-primary-50",
|
|
4091
4091
|
"data-[hover=true]:bg-primary-100",
|
|
4092
4092
|
"text-primary",
|
|
4093
|
-
"group-data-[
|
|
4093
|
+
"group-data-[focus=true]:bg-primary-50",
|
|
4094
4094
|
"placeholder:text-primary"
|
|
4095
4095
|
],
|
|
4096
4096
|
input: "placeholder:text-primary"
|
|
@@ -4104,7 +4104,7 @@ var input = (0, import_tailwind_variants20.tv)({
|
|
|
4104
4104
|
"bg-secondary-50",
|
|
4105
4105
|
"text-secondary",
|
|
4106
4106
|
"data-[hover=true]:bg-secondary-100",
|
|
4107
|
-
"group-data-[
|
|
4107
|
+
"group-data-[focus=true]:bg-secondary-50",
|
|
4108
4108
|
"placeholder:text-secondary"
|
|
4109
4109
|
],
|
|
4110
4110
|
input: "placeholder:text-secondary"
|
|
@@ -4118,7 +4118,7 @@ var input = (0, import_tailwind_variants20.tv)({
|
|
|
4118
4118
|
"bg-success-50",
|
|
4119
4119
|
"data-[hover=true]:bg-success-100",
|
|
4120
4120
|
"text-success",
|
|
4121
|
-
"group-data-[
|
|
4121
|
+
"group-data-[focus=true]:bg-success-50",
|
|
4122
4122
|
"placeholder:text-success"
|
|
4123
4123
|
],
|
|
4124
4124
|
input: "placeholder:text-success"
|
|
@@ -4132,7 +4132,7 @@ var input = (0, import_tailwind_variants20.tv)({
|
|
|
4132
4132
|
"bg-warning-50",
|
|
4133
4133
|
"data-[hover=true]:bg-warning-100",
|
|
4134
4134
|
"text-warning",
|
|
4135
|
-
"group-data-[
|
|
4135
|
+
"group-data-[focus=true]:bg-warning-50",
|
|
4136
4136
|
"placeholder:text-warning"
|
|
4137
4137
|
],
|
|
4138
4138
|
input: "placeholder:text-warning"
|
|
@@ -4146,7 +4146,7 @@ var input = (0, import_tailwind_variants20.tv)({
|
|
|
4146
4146
|
"bg-danger-50",
|
|
4147
4147
|
"data-[hover=true]:bg-danger-100",
|
|
4148
4148
|
"text-danger",
|
|
4149
|
-
"group-data-[
|
|
4149
|
+
"group-data-[focus=true]:bg-danger-50",
|
|
4150
4150
|
"placeholder:text-danger"
|
|
4151
4151
|
],
|
|
4152
4152
|
input: "placeholder:text-danger"
|
|
@@ -4231,35 +4231,35 @@ var input = (0, import_tailwind_variants20.tv)({
|
|
|
4231
4231
|
variant: "bordered",
|
|
4232
4232
|
color: "primary",
|
|
4233
4233
|
class: {
|
|
4234
|
-
inputWrapper: "group-data-[
|
|
4234
|
+
inputWrapper: "group-data-[focus=true]:border-primary"
|
|
4235
4235
|
}
|
|
4236
4236
|
},
|
|
4237
4237
|
{
|
|
4238
4238
|
variant: "bordered",
|
|
4239
4239
|
color: "secondary",
|
|
4240
4240
|
class: {
|
|
4241
|
-
inputWrapper: "group-data-[
|
|
4241
|
+
inputWrapper: "group-data-[focus=true]:border-secondary"
|
|
4242
4242
|
}
|
|
4243
4243
|
},
|
|
4244
4244
|
{
|
|
4245
4245
|
variant: "bordered",
|
|
4246
4246
|
color: "success",
|
|
4247
4247
|
class: {
|
|
4248
|
-
inputWrapper: "group-data-[
|
|
4248
|
+
inputWrapper: "group-data-[focus=true]:border-success"
|
|
4249
4249
|
}
|
|
4250
4250
|
},
|
|
4251
4251
|
{
|
|
4252
4252
|
variant: "bordered",
|
|
4253
4253
|
color: "warning",
|
|
4254
4254
|
class: {
|
|
4255
|
-
inputWrapper: "group-data-[
|
|
4255
|
+
inputWrapper: "group-data-[focus=true]:border-warning"
|
|
4256
4256
|
}
|
|
4257
4257
|
},
|
|
4258
4258
|
{
|
|
4259
4259
|
variant: "bordered",
|
|
4260
4260
|
color: "danger",
|
|
4261
4261
|
class: {
|
|
4262
|
-
inputWrapper: "group-data-[
|
|
4262
|
+
inputWrapper: "group-data-[focus=true]:border-danger"
|
|
4263
4263
|
}
|
|
4264
4264
|
},
|
|
4265
4265
|
{
|
|
@@ -4324,7 +4324,7 @@ var input = (0, import_tailwind_variants20.tv)({
|
|
|
4324
4324
|
inputWrapper: [
|
|
4325
4325
|
"bg-danger-50",
|
|
4326
4326
|
"data-[hover=true]:bg-danger-100",
|
|
4327
|
-
"group-data-[
|
|
4327
|
+
"group-data-[focus=true]:bg-danger-50"
|
|
4328
4328
|
]
|
|
4329
4329
|
}
|
|
4330
4330
|
},
|
|
@@ -4332,7 +4332,7 @@ var input = (0, import_tailwind_variants20.tv)({
|
|
|
4332
4332
|
isInvalid: true,
|
|
4333
4333
|
variant: "bordered",
|
|
4334
4334
|
class: {
|
|
4335
|
-
inputWrapper: "!border-danger group-data-[
|
|
4335
|
+
inputWrapper: "!border-danger group-data-[focus=true]:border-danger"
|
|
4336
4336
|
}
|
|
4337
4337
|
},
|
|
4338
4338
|
{
|
|
@@ -1,4 +1,10 @@
|
|
|
1
1
|
import "../chunk-PRWEADY4.mjs";
|
|
2
|
+
import {
|
|
3
|
+
spacer
|
|
4
|
+
} from "../chunk-3B4SYPW2.mjs";
|
|
5
|
+
import {
|
|
6
|
+
spinner
|
|
7
|
+
} from "../chunk-EQNNT2LH.mjs";
|
|
2
8
|
import {
|
|
3
9
|
table
|
|
4
10
|
} from "../chunk-U54UQOTS.mjs";
|
|
@@ -11,6 +17,12 @@ import {
|
|
|
11
17
|
import {
|
|
12
18
|
user
|
|
13
19
|
} from "../chunk-ZFYINWFR.mjs";
|
|
20
|
+
import {
|
|
21
|
+
modal
|
|
22
|
+
} from "../chunk-QYXL3KZR.mjs";
|
|
23
|
+
import {
|
|
24
|
+
navbar
|
|
25
|
+
} from "../chunk-6LITGDC7.mjs";
|
|
14
26
|
import {
|
|
15
27
|
pagination
|
|
16
28
|
} from "../chunk-4MSPP245.mjs";
|
|
@@ -31,11 +43,11 @@ import {
|
|
|
31
43
|
snippet
|
|
32
44
|
} from "../chunk-ADHGFNBD.mjs";
|
|
33
45
|
import {
|
|
34
|
-
|
|
35
|
-
} from "../chunk-
|
|
46
|
+
divider
|
|
47
|
+
} from "../chunk-5HKM2D3Z.mjs";
|
|
36
48
|
import {
|
|
37
|
-
|
|
38
|
-
} from "../chunk-
|
|
49
|
+
drip
|
|
50
|
+
} from "../chunk-OIVGIOVG.mjs";
|
|
39
51
|
import {
|
|
40
52
|
dropdown,
|
|
41
53
|
dropdownItem,
|
|
@@ -47,7 +59,7 @@ import {
|
|
|
47
59
|
} from "../chunk-X4S56RGZ.mjs";
|
|
48
60
|
import {
|
|
49
61
|
input
|
|
50
|
-
} from "../chunk-
|
|
62
|
+
} from "../chunk-BUXUPMHE.mjs";
|
|
51
63
|
import {
|
|
52
64
|
kbd
|
|
53
65
|
} from "../chunk-GYSMGV7B.mjs";
|
|
@@ -56,11 +68,12 @@ import {
|
|
|
56
68
|
linkAnchorClasses
|
|
57
69
|
} from "../chunk-YQXYRWJP.mjs";
|
|
58
70
|
import {
|
|
59
|
-
|
|
60
|
-
|
|
71
|
+
avatar,
|
|
72
|
+
avatarGroup
|
|
73
|
+
} from "../chunk-ZL6WUYLC.mjs";
|
|
61
74
|
import {
|
|
62
|
-
|
|
63
|
-
} from "../chunk-
|
|
75
|
+
badge
|
|
76
|
+
} from "../chunk-BUDAC6TR.mjs";
|
|
64
77
|
import {
|
|
65
78
|
button,
|
|
66
79
|
buttonGroup
|
|
@@ -81,26 +94,13 @@ import {
|
|
|
81
94
|
import {
|
|
82
95
|
code
|
|
83
96
|
} from "../chunk-E3HXNSRG.mjs";
|
|
84
|
-
import
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
import {
|
|
88
|
-
drip
|
|
89
|
-
} from "../chunk-OIVGIOVG.mjs";
|
|
97
|
+
import "../chunk-CMYR6AOY.mjs";
|
|
98
|
+
import "../chunk-K7LK7NCE.mjs";
|
|
99
|
+
import "../chunk-IQPW7V4N.mjs";
|
|
90
100
|
import {
|
|
91
101
|
accordion,
|
|
92
102
|
accordionItem
|
|
93
103
|
} from "../chunk-76WBK7WN.mjs";
|
|
94
|
-
import {
|
|
95
|
-
avatar,
|
|
96
|
-
avatarGroup
|
|
97
|
-
} from "../chunk-ZL6WUYLC.mjs";
|
|
98
|
-
import {
|
|
99
|
-
badge
|
|
100
|
-
} from "../chunk-BUDAC6TR.mjs";
|
|
101
|
-
import "../chunk-CMYR6AOY.mjs";
|
|
102
|
-
import "../chunk-K7LK7NCE.mjs";
|
|
103
|
-
import "../chunk-IQPW7V4N.mjs";
|
|
104
104
|
import "../chunk-INZK6TTL.mjs";
|
|
105
105
|
export {
|
|
106
106
|
accordion,
|
package/dist/components/input.js
CHANGED
|
@@ -60,7 +60,7 @@ var input = (0, import_tailwind_variants.tv)({
|
|
|
60
60
|
inputWrapper: [
|
|
61
61
|
"bg-default-100",
|
|
62
62
|
"data-[hover=true]:bg-default-200",
|
|
63
|
-
"group-data-[
|
|
63
|
+
"group-data-[focus=true]:bg-default-100"
|
|
64
64
|
]
|
|
65
65
|
},
|
|
66
66
|
faded: {
|
|
@@ -76,7 +76,7 @@ var input = (0, import_tailwind_variants.tv)({
|
|
|
76
76
|
"border-2",
|
|
77
77
|
"border-default-200",
|
|
78
78
|
"data-[hover=true]:border-default-400",
|
|
79
|
-
"group-data-[
|
|
79
|
+
"group-data-[focus=true]:border-foreground"
|
|
80
80
|
]
|
|
81
81
|
},
|
|
82
82
|
underlined: {
|
|
@@ -100,7 +100,7 @@ var input = (0, import_tailwind_variants.tv)({
|
|
|
100
100
|
"after:-translate-x-1/2",
|
|
101
101
|
"after:-bottom-[2px]",
|
|
102
102
|
"after:h-[2px]",
|
|
103
|
-
"group-data-[
|
|
103
|
+
"group-data-[focus=true]:after:w-full"
|
|
104
104
|
]
|
|
105
105
|
}
|
|
106
106
|
},
|
|
@@ -264,7 +264,7 @@ var input = (0, import_tailwind_variants.tv)({
|
|
|
264
264
|
"bg-primary-50",
|
|
265
265
|
"data-[hover=true]:bg-primary-100",
|
|
266
266
|
"text-primary",
|
|
267
|
-
"group-data-[
|
|
267
|
+
"group-data-[focus=true]:bg-primary-50",
|
|
268
268
|
"placeholder:text-primary"
|
|
269
269
|
],
|
|
270
270
|
input: "placeholder:text-primary"
|
|
@@ -278,7 +278,7 @@ var input = (0, import_tailwind_variants.tv)({
|
|
|
278
278
|
"bg-secondary-50",
|
|
279
279
|
"text-secondary",
|
|
280
280
|
"data-[hover=true]:bg-secondary-100",
|
|
281
|
-
"group-data-[
|
|
281
|
+
"group-data-[focus=true]:bg-secondary-50",
|
|
282
282
|
"placeholder:text-secondary"
|
|
283
283
|
],
|
|
284
284
|
input: "placeholder:text-secondary"
|
|
@@ -292,7 +292,7 @@ var input = (0, import_tailwind_variants.tv)({
|
|
|
292
292
|
"bg-success-50",
|
|
293
293
|
"data-[hover=true]:bg-success-100",
|
|
294
294
|
"text-success",
|
|
295
|
-
"group-data-[
|
|
295
|
+
"group-data-[focus=true]:bg-success-50",
|
|
296
296
|
"placeholder:text-success"
|
|
297
297
|
],
|
|
298
298
|
input: "placeholder:text-success"
|
|
@@ -306,7 +306,7 @@ var input = (0, import_tailwind_variants.tv)({
|
|
|
306
306
|
"bg-warning-50",
|
|
307
307
|
"data-[hover=true]:bg-warning-100",
|
|
308
308
|
"text-warning",
|
|
309
|
-
"group-data-[
|
|
309
|
+
"group-data-[focus=true]:bg-warning-50",
|
|
310
310
|
"placeholder:text-warning"
|
|
311
311
|
],
|
|
312
312
|
input: "placeholder:text-warning"
|
|
@@ -320,7 +320,7 @@ var input = (0, import_tailwind_variants.tv)({
|
|
|
320
320
|
"bg-danger-50",
|
|
321
321
|
"data-[hover=true]:bg-danger-100",
|
|
322
322
|
"text-danger",
|
|
323
|
-
"group-data-[
|
|
323
|
+
"group-data-[focus=true]:bg-danger-50",
|
|
324
324
|
"placeholder:text-danger"
|
|
325
325
|
],
|
|
326
326
|
input: "placeholder:text-danger"
|
|
@@ -405,35 +405,35 @@ var input = (0, import_tailwind_variants.tv)({
|
|
|
405
405
|
variant: "bordered",
|
|
406
406
|
color: "primary",
|
|
407
407
|
class: {
|
|
408
|
-
inputWrapper: "group-data-[
|
|
408
|
+
inputWrapper: "group-data-[focus=true]:border-primary"
|
|
409
409
|
}
|
|
410
410
|
},
|
|
411
411
|
{
|
|
412
412
|
variant: "bordered",
|
|
413
413
|
color: "secondary",
|
|
414
414
|
class: {
|
|
415
|
-
inputWrapper: "group-data-[
|
|
415
|
+
inputWrapper: "group-data-[focus=true]:border-secondary"
|
|
416
416
|
}
|
|
417
417
|
},
|
|
418
418
|
{
|
|
419
419
|
variant: "bordered",
|
|
420
420
|
color: "success",
|
|
421
421
|
class: {
|
|
422
|
-
inputWrapper: "group-data-[
|
|
422
|
+
inputWrapper: "group-data-[focus=true]:border-success"
|
|
423
423
|
}
|
|
424
424
|
},
|
|
425
425
|
{
|
|
426
426
|
variant: "bordered",
|
|
427
427
|
color: "warning",
|
|
428
428
|
class: {
|
|
429
|
-
inputWrapper: "group-data-[
|
|
429
|
+
inputWrapper: "group-data-[focus=true]:border-warning"
|
|
430
430
|
}
|
|
431
431
|
},
|
|
432
432
|
{
|
|
433
433
|
variant: "bordered",
|
|
434
434
|
color: "danger",
|
|
435
435
|
class: {
|
|
436
|
-
inputWrapper: "group-data-[
|
|
436
|
+
inputWrapper: "group-data-[focus=true]:border-danger"
|
|
437
437
|
}
|
|
438
438
|
},
|
|
439
439
|
{
|
|
@@ -498,7 +498,7 @@ var input = (0, import_tailwind_variants.tv)({
|
|
|
498
498
|
inputWrapper: [
|
|
499
499
|
"bg-danger-50",
|
|
500
500
|
"data-[hover=true]:bg-danger-100",
|
|
501
|
-
"group-data-[
|
|
501
|
+
"group-data-[focus=true]:bg-danger-50"
|
|
502
502
|
]
|
|
503
503
|
}
|
|
504
504
|
},
|
|
@@ -506,7 +506,7 @@ var input = (0, import_tailwind_variants.tv)({
|
|
|
506
506
|
isInvalid: true,
|
|
507
507
|
variant: "bordered",
|
|
508
508
|
class: {
|
|
509
|
-
inputWrapper: "!border-danger group-data-[
|
|
509
|
+
inputWrapper: "!border-danger group-data-[focus=true]:border-danger"
|
|
510
510
|
}
|
|
511
511
|
},
|
|
512
512
|
{
|
package/dist/index.js
CHANGED
|
@@ -3918,7 +3918,7 @@ var input = (0, import_tailwind_variants20.tv)({
|
|
|
3918
3918
|
inputWrapper: [
|
|
3919
3919
|
"bg-default-100",
|
|
3920
3920
|
"data-[hover=true]:bg-default-200",
|
|
3921
|
-
"group-data-[
|
|
3921
|
+
"group-data-[focus=true]:bg-default-100"
|
|
3922
3922
|
]
|
|
3923
3923
|
},
|
|
3924
3924
|
faded: {
|
|
@@ -3934,7 +3934,7 @@ var input = (0, import_tailwind_variants20.tv)({
|
|
|
3934
3934
|
"border-2",
|
|
3935
3935
|
"border-default-200",
|
|
3936
3936
|
"data-[hover=true]:border-default-400",
|
|
3937
|
-
"group-data-[
|
|
3937
|
+
"group-data-[focus=true]:border-foreground"
|
|
3938
3938
|
]
|
|
3939
3939
|
},
|
|
3940
3940
|
underlined: {
|
|
@@ -3958,7 +3958,7 @@ var input = (0, import_tailwind_variants20.tv)({
|
|
|
3958
3958
|
"after:-translate-x-1/2",
|
|
3959
3959
|
"after:-bottom-[2px]",
|
|
3960
3960
|
"after:h-[2px]",
|
|
3961
|
-
"group-data-[
|
|
3961
|
+
"group-data-[focus=true]:after:w-full"
|
|
3962
3962
|
]
|
|
3963
3963
|
}
|
|
3964
3964
|
},
|
|
@@ -4122,7 +4122,7 @@ var input = (0, import_tailwind_variants20.tv)({
|
|
|
4122
4122
|
"bg-primary-50",
|
|
4123
4123
|
"data-[hover=true]:bg-primary-100",
|
|
4124
4124
|
"text-primary",
|
|
4125
|
-
"group-data-[
|
|
4125
|
+
"group-data-[focus=true]:bg-primary-50",
|
|
4126
4126
|
"placeholder:text-primary"
|
|
4127
4127
|
],
|
|
4128
4128
|
input: "placeholder:text-primary"
|
|
@@ -4136,7 +4136,7 @@ var input = (0, import_tailwind_variants20.tv)({
|
|
|
4136
4136
|
"bg-secondary-50",
|
|
4137
4137
|
"text-secondary",
|
|
4138
4138
|
"data-[hover=true]:bg-secondary-100",
|
|
4139
|
-
"group-data-[
|
|
4139
|
+
"group-data-[focus=true]:bg-secondary-50",
|
|
4140
4140
|
"placeholder:text-secondary"
|
|
4141
4141
|
],
|
|
4142
4142
|
input: "placeholder:text-secondary"
|
|
@@ -4150,7 +4150,7 @@ var input = (0, import_tailwind_variants20.tv)({
|
|
|
4150
4150
|
"bg-success-50",
|
|
4151
4151
|
"data-[hover=true]:bg-success-100",
|
|
4152
4152
|
"text-success",
|
|
4153
|
-
"group-data-[
|
|
4153
|
+
"group-data-[focus=true]:bg-success-50",
|
|
4154
4154
|
"placeholder:text-success"
|
|
4155
4155
|
],
|
|
4156
4156
|
input: "placeholder:text-success"
|
|
@@ -4164,7 +4164,7 @@ var input = (0, import_tailwind_variants20.tv)({
|
|
|
4164
4164
|
"bg-warning-50",
|
|
4165
4165
|
"data-[hover=true]:bg-warning-100",
|
|
4166
4166
|
"text-warning",
|
|
4167
|
-
"group-data-[
|
|
4167
|
+
"group-data-[focus=true]:bg-warning-50",
|
|
4168
4168
|
"placeholder:text-warning"
|
|
4169
4169
|
],
|
|
4170
4170
|
input: "placeholder:text-warning"
|
|
@@ -4178,7 +4178,7 @@ var input = (0, import_tailwind_variants20.tv)({
|
|
|
4178
4178
|
"bg-danger-50",
|
|
4179
4179
|
"data-[hover=true]:bg-danger-100",
|
|
4180
4180
|
"text-danger",
|
|
4181
|
-
"group-data-[
|
|
4181
|
+
"group-data-[focus=true]:bg-danger-50",
|
|
4182
4182
|
"placeholder:text-danger"
|
|
4183
4183
|
],
|
|
4184
4184
|
input: "placeholder:text-danger"
|
|
@@ -4263,35 +4263,35 @@ var input = (0, import_tailwind_variants20.tv)({
|
|
|
4263
4263
|
variant: "bordered",
|
|
4264
4264
|
color: "primary",
|
|
4265
4265
|
class: {
|
|
4266
|
-
inputWrapper: "group-data-[
|
|
4266
|
+
inputWrapper: "group-data-[focus=true]:border-primary"
|
|
4267
4267
|
}
|
|
4268
4268
|
},
|
|
4269
4269
|
{
|
|
4270
4270
|
variant: "bordered",
|
|
4271
4271
|
color: "secondary",
|
|
4272
4272
|
class: {
|
|
4273
|
-
inputWrapper: "group-data-[
|
|
4273
|
+
inputWrapper: "group-data-[focus=true]:border-secondary"
|
|
4274
4274
|
}
|
|
4275
4275
|
},
|
|
4276
4276
|
{
|
|
4277
4277
|
variant: "bordered",
|
|
4278
4278
|
color: "success",
|
|
4279
4279
|
class: {
|
|
4280
|
-
inputWrapper: "group-data-[
|
|
4280
|
+
inputWrapper: "group-data-[focus=true]:border-success"
|
|
4281
4281
|
}
|
|
4282
4282
|
},
|
|
4283
4283
|
{
|
|
4284
4284
|
variant: "bordered",
|
|
4285
4285
|
color: "warning",
|
|
4286
4286
|
class: {
|
|
4287
|
-
inputWrapper: "group-data-[
|
|
4287
|
+
inputWrapper: "group-data-[focus=true]:border-warning"
|
|
4288
4288
|
}
|
|
4289
4289
|
},
|
|
4290
4290
|
{
|
|
4291
4291
|
variant: "bordered",
|
|
4292
4292
|
color: "danger",
|
|
4293
4293
|
class: {
|
|
4294
|
-
inputWrapper: "group-data-[
|
|
4294
|
+
inputWrapper: "group-data-[focus=true]:border-danger"
|
|
4295
4295
|
}
|
|
4296
4296
|
},
|
|
4297
4297
|
{
|
|
@@ -4356,7 +4356,7 @@ var input = (0, import_tailwind_variants20.tv)({
|
|
|
4356
4356
|
inputWrapper: [
|
|
4357
4357
|
"bg-danger-50",
|
|
4358
4358
|
"data-[hover=true]:bg-danger-100",
|
|
4359
|
-
"group-data-[
|
|
4359
|
+
"group-data-[focus=true]:bg-danger-50"
|
|
4360
4360
|
]
|
|
4361
4361
|
}
|
|
4362
4362
|
},
|
|
@@ -4364,7 +4364,7 @@ var input = (0, import_tailwind_variants20.tv)({
|
|
|
4364
4364
|
isInvalid: true,
|
|
4365
4365
|
variant: "bordered",
|
|
4366
4366
|
class: {
|
|
4367
|
-
inputWrapper: "!border-danger group-data-[
|
|
4367
|
+
inputWrapper: "!border-danger group-data-[focus=true]:border-danger"
|
|
4368
4368
|
}
|
|
4369
4369
|
},
|
|
4370
4370
|
{
|
package/dist/index.mjs
CHANGED
|
@@ -1,4 +1,10 @@
|
|
|
1
1
|
import "./chunk-PRWEADY4.mjs";
|
|
2
|
+
import {
|
|
3
|
+
spacer
|
|
4
|
+
} from "./chunk-3B4SYPW2.mjs";
|
|
5
|
+
import {
|
|
6
|
+
spinner
|
|
7
|
+
} from "./chunk-EQNNT2LH.mjs";
|
|
2
8
|
import {
|
|
3
9
|
table
|
|
4
10
|
} from "./chunk-U54UQOTS.mjs";
|
|
@@ -11,6 +17,12 @@ import {
|
|
|
11
17
|
import {
|
|
12
18
|
user
|
|
13
19
|
} from "./chunk-ZFYINWFR.mjs";
|
|
20
|
+
import {
|
|
21
|
+
modal
|
|
22
|
+
} from "./chunk-QYXL3KZR.mjs";
|
|
23
|
+
import {
|
|
24
|
+
navbar
|
|
25
|
+
} from "./chunk-6LITGDC7.mjs";
|
|
14
26
|
import {
|
|
15
27
|
pagination
|
|
16
28
|
} from "./chunk-4MSPP245.mjs";
|
|
@@ -31,11 +43,11 @@ import {
|
|
|
31
43
|
snippet
|
|
32
44
|
} from "./chunk-ADHGFNBD.mjs";
|
|
33
45
|
import {
|
|
34
|
-
|
|
35
|
-
} from "./chunk-
|
|
46
|
+
divider
|
|
47
|
+
} from "./chunk-5HKM2D3Z.mjs";
|
|
36
48
|
import {
|
|
37
|
-
|
|
38
|
-
} from "./chunk-
|
|
49
|
+
drip
|
|
50
|
+
} from "./chunk-OIVGIOVG.mjs";
|
|
39
51
|
import {
|
|
40
52
|
dropdown,
|
|
41
53
|
dropdownItem,
|
|
@@ -47,7 +59,7 @@ import {
|
|
|
47
59
|
} from "./chunk-X4S56RGZ.mjs";
|
|
48
60
|
import {
|
|
49
61
|
input
|
|
50
|
-
} from "./chunk-
|
|
62
|
+
} from "./chunk-BUXUPMHE.mjs";
|
|
51
63
|
import {
|
|
52
64
|
kbd
|
|
53
65
|
} from "./chunk-GYSMGV7B.mjs";
|
|
@@ -56,11 +68,12 @@ import {
|
|
|
56
68
|
linkAnchorClasses
|
|
57
69
|
} from "./chunk-YQXYRWJP.mjs";
|
|
58
70
|
import {
|
|
59
|
-
|
|
60
|
-
|
|
71
|
+
avatar,
|
|
72
|
+
avatarGroup
|
|
73
|
+
} from "./chunk-ZL6WUYLC.mjs";
|
|
61
74
|
import {
|
|
62
|
-
|
|
63
|
-
} from "./chunk-
|
|
75
|
+
badge
|
|
76
|
+
} from "./chunk-BUDAC6TR.mjs";
|
|
64
77
|
import {
|
|
65
78
|
button,
|
|
66
79
|
buttonGroup
|
|
@@ -81,59 +94,46 @@ import {
|
|
|
81
94
|
import {
|
|
82
95
|
code
|
|
83
96
|
} from "./chunk-E3HXNSRG.mjs";
|
|
97
|
+
import "./chunk-CMYR6AOY.mjs";
|
|
98
|
+
import "./chunk-K7LK7NCE.mjs";
|
|
84
99
|
import {
|
|
85
|
-
|
|
86
|
-
} from "./chunk-
|
|
87
|
-
import {
|
|
88
|
-
drip
|
|
89
|
-
} from "./chunk-OIVGIOVG.mjs";
|
|
100
|
+
colorVariants
|
|
101
|
+
} from "./chunk-IQPW7V4N.mjs";
|
|
90
102
|
import {
|
|
91
103
|
accordion,
|
|
92
104
|
accordionItem
|
|
93
105
|
} from "./chunk-76WBK7WN.mjs";
|
|
94
|
-
import {
|
|
95
|
-
avatar,
|
|
96
|
-
avatarGroup
|
|
97
|
-
} from "./chunk-ZL6WUYLC.mjs";
|
|
98
|
-
import {
|
|
99
|
-
badge
|
|
100
|
-
} from "./chunk-BUDAC6TR.mjs";
|
|
101
106
|
import {
|
|
102
107
|
nextui
|
|
103
|
-
} from "./chunk-
|
|
108
|
+
} from "./chunk-QGXXHT3T.mjs";
|
|
109
|
+
import "./chunk-XLATS5QU.mjs";
|
|
110
|
+
import {
|
|
111
|
+
absoluteFullClasses,
|
|
112
|
+
baseStyles,
|
|
113
|
+
focusVisibleClasses,
|
|
114
|
+
ringClasses,
|
|
115
|
+
translateCenterClasses
|
|
116
|
+
} from "./chunk-INZK6TTL.mjs";
|
|
104
117
|
import "./chunk-WQEDQHKX.mjs";
|
|
105
118
|
import {
|
|
106
119
|
colors
|
|
107
|
-
} from "./chunk-
|
|
120
|
+
} from "./chunk-7PRU5S35.mjs";
|
|
108
121
|
import {
|
|
109
122
|
semanticColors
|
|
110
|
-
} from "./chunk-
|
|
123
|
+
} from "./chunk-6QXUR7SY.mjs";
|
|
124
|
+
import "./chunk-37PIXVP4.mjs";
|
|
111
125
|
import "./chunk-M63AFAHO.mjs";
|
|
126
|
+
import "./chunk-DMASP6FA.mjs";
|
|
112
127
|
import {
|
|
113
128
|
commonColors
|
|
114
|
-
} from "./chunk-
|
|
129
|
+
} from "./chunk-CRCBVLUP.mjs";
|
|
130
|
+
import "./chunk-DCEG5LGX.mjs";
|
|
115
131
|
import "./chunk-L2OL7R23.mjs";
|
|
116
132
|
import "./chunk-YZYGFPNK.mjs";
|
|
117
133
|
import "./chunk-Y4YW5MKL.mjs";
|
|
118
134
|
import "./chunk-KZJBCC2H.mjs";
|
|
119
135
|
import "./chunk-T3GWIVAM.mjs";
|
|
120
136
|
import "./chunk-OR5PUD24.mjs";
|
|
121
|
-
import "./chunk-DCEG5LGX.mjs";
|
|
122
|
-
import "./chunk-DMASP6FA.mjs";
|
|
123
|
-
import "./chunk-XLATS5QU.mjs";
|
|
124
|
-
import "./chunk-CMYR6AOY.mjs";
|
|
125
|
-
import "./chunk-K7LK7NCE.mjs";
|
|
126
|
-
import {
|
|
127
|
-
colorVariants
|
|
128
|
-
} from "./chunk-IQPW7V4N.mjs";
|
|
129
|
-
import {
|
|
130
|
-
absoluteFullClasses,
|
|
131
|
-
baseStyles,
|
|
132
|
-
focusVisibleClasses,
|
|
133
|
-
ringClasses,
|
|
134
|
-
translateCenterClasses
|
|
135
|
-
} from "./chunk-INZK6TTL.mjs";
|
|
136
|
-
import "./chunk-37PIXVP4.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-
|
|
3
|
+
} from "./chunk-QGXXHT3T.mjs";
|
|
4
|
+
import "./chunk-XLATS5QU.mjs";
|
|
5
|
+
import "./chunk-INZK6TTL.mjs";
|
|
4
6
|
import "./chunk-WQEDQHKX.mjs";
|
|
5
|
-
import "./chunk-
|
|
6
|
-
import "./chunk-
|
|
7
|
+
import "./chunk-7PRU5S35.mjs";
|
|
8
|
+
import "./chunk-6QXUR7SY.mjs";
|
|
9
|
+
import "./chunk-37PIXVP4.mjs";
|
|
7
10
|
import "./chunk-M63AFAHO.mjs";
|
|
8
|
-
import "./chunk-
|
|
11
|
+
import "./chunk-DMASP6FA.mjs";
|
|
12
|
+
import "./chunk-CRCBVLUP.mjs";
|
|
13
|
+
import "./chunk-DCEG5LGX.mjs";
|
|
9
14
|
import "./chunk-L2OL7R23.mjs";
|
|
10
15
|
import "./chunk-YZYGFPNK.mjs";
|
|
11
16
|
import "./chunk-Y4YW5MKL.mjs";
|
|
12
17
|
import "./chunk-KZJBCC2H.mjs";
|
|
13
18
|
import "./chunk-T3GWIVAM.mjs";
|
|
14
19
|
import "./chunk-OR5PUD24.mjs";
|
|
15
|
-
import "./chunk-DCEG5LGX.mjs";
|
|
16
|
-
import "./chunk-DMASP6FA.mjs";
|
|
17
|
-
import "./chunk-XLATS5QU.mjs";
|
|
18
|
-
import "./chunk-INZK6TTL.mjs";
|
|
19
|
-
import "./chunk-37PIXVP4.mjs";
|
|
20
20
|
export {
|
|
21
21
|
nextui
|
|
22
22
|
};
|
package/package.json
CHANGED
|
@@ -1,3 +1,6 @@
|
|
|
1
|
+
import {
|
|
2
|
+
pink
|
|
3
|
+
} from "./chunk-DCEG5LGX.mjs";
|
|
1
4
|
import {
|
|
2
5
|
purple
|
|
3
6
|
} from "./chunk-L2OL7R23.mjs";
|
|
@@ -16,9 +19,6 @@ import {
|
|
|
16
19
|
import {
|
|
17
20
|
green
|
|
18
21
|
} 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 = {
|