@nextui-org/theme 0.0.0-dev-v2-20230617142344 → 0.0.0-dev-v2-20230619132750
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-NASOHMPB.mjs → chunk-4G25OMVV.mjs} +1 -1
- package/dist/{chunk-MWWMIOTS.mjs → chunk-6PIJZSOY.mjs} +1 -1
- package/dist/{chunk-TO7LQPC3.mjs → chunk-AJLEZSRF.mjs} +1 -1
- package/dist/{chunk-27PQQNKZ.mjs → chunk-BH4BMASL.mjs} +1 -1
- package/dist/{chunk-HKMIRUA2.mjs → chunk-DWC7GT4K.mjs} +2 -3
- package/dist/{chunk-I4OYRSA7.mjs → chunk-FPFQCKUP.mjs} +6 -6
- package/dist/{chunk-K55AW2NU.mjs → chunk-ITXIAXJ5.mjs} +1 -1
- package/dist/{chunk-RWQ57OVD.mjs → chunk-NVCWXYAR.mjs} +1 -1
- package/dist/{chunk-YOSP6YO6.mjs → chunk-O32L4YWJ.mjs} +1 -1
- package/dist/{chunk-WUX2XFG4.mjs → chunk-QU6QFAKV.mjs} +13 -13
- package/dist/{chunk-EQVBIZB3.mjs → chunk-UHOIXUPW.mjs} +2 -1
- package/dist/components/avatar.js +6 -6
- package/dist/components/avatar.mjs +2 -2
- package/dist/components/badge.js +6 -6
- package/dist/components/badge.mjs +2 -2
- package/dist/components/button.d.ts +4 -4
- package/dist/components/button.js +18 -18
- package/dist/components/button.mjs +2 -2
- package/dist/components/chip.js +6 -6
- package/dist/components/chip.mjs +2 -2
- package/dist/components/code.js +6 -6
- package/dist/components/code.mjs +2 -2
- package/dist/components/index.js +21 -21
- package/dist/components/index.mjs +11 -11
- package/dist/components/modal.js +2 -1
- package/dist/components/modal.mjs +1 -1
- package/dist/components/pagination.js +6 -6
- package/dist/components/pagination.mjs +2 -2
- package/dist/components/popover.js +6 -6
- package/dist/components/popover.mjs +2 -2
- package/dist/components/snippet.js +7 -8
- package/dist/components/snippet.mjs +2 -2
- package/dist/components/tabs.js +6 -6
- package/dist/components/tabs.mjs +2 -2
- package/dist/index.js +21 -21
- package/dist/index.mjs +11 -11
- package/dist/utils/index.js +6 -6
- package/dist/utils/index.mjs +1 -1
- package/dist/utils/variants.js +6 -6
- package/dist/utils/variants.mjs +1 -1
- package/package.json +1 -1
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import {
|
|
2
2
|
colorVariants
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-FPFQCKUP.mjs";
|
|
4
4
|
|
|
5
5
|
// src/components/snippet.ts
|
|
6
6
|
import { tv } from "tailwind-variants";
|
|
7
7
|
var snippet = tv({
|
|
8
8
|
slots: {
|
|
9
|
-
base: "inline-flex items-center justify-between h-fit rounded-md",
|
|
9
|
+
base: "inline-flex items-center justify-between h-fit rounded-md gap-2",
|
|
10
10
|
pre: "bg-transparent text-inherit font-mono font-normal inline-block whitespace-nowrap",
|
|
11
11
|
content: "flex flex-col",
|
|
12
12
|
symbol: "select-none",
|
|
@@ -14,7 +14,6 @@ var snippet = tv({
|
|
|
14
14
|
"group",
|
|
15
15
|
"relative",
|
|
16
16
|
"z-10",
|
|
17
|
-
"ml-2",
|
|
18
17
|
"text-lg",
|
|
19
18
|
"text-inherit",
|
|
20
19
|
"data-[hover=true]:bg-transparent"
|
|
@@ -27,12 +27,12 @@ var bordered = {
|
|
|
27
27
|
foreground: "bg-transparent border-foreground text-foreground"
|
|
28
28
|
};
|
|
29
29
|
var flat = {
|
|
30
|
-
default: "bg-default
|
|
31
|
-
primary: "bg-primary
|
|
32
|
-
secondary: "bg-secondary
|
|
33
|
-
success: "bg-success
|
|
34
|
-
warning: "bg-warning
|
|
35
|
-
danger: "bg-danger
|
|
30
|
+
default: "bg-default/20 text-default-foreground",
|
|
31
|
+
primary: "bg-primary/20 text-primary",
|
|
32
|
+
secondary: "bg-secondary/20 text-secondary",
|
|
33
|
+
success: "bg-success/20 text-success-600 dark:text-success",
|
|
34
|
+
warning: "bg-warning/20 text-warning-600 dark:text-warning",
|
|
35
|
+
danger: "bg-danger/20 text-danger",
|
|
36
36
|
foreground: "bg-foreground/10 text-foreground"
|
|
37
37
|
};
|
|
38
38
|
var faded = {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
colorVariants
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-FPFQCKUP.mjs";
|
|
4
4
|
|
|
5
5
|
// src/components/button.ts
|
|
6
6
|
import { tv } from "tailwind-variants";
|
|
@@ -77,7 +77,7 @@ var button = tv({
|
|
|
77
77
|
true: "[&:not(:first-child):not(:last-child)]:rounded-none"
|
|
78
78
|
},
|
|
79
79
|
isIconOnly: {
|
|
80
|
-
true: "p-0 gap-0
|
|
80
|
+
true: "p-0 gap-0",
|
|
81
81
|
false: "[&>svg]:max-w-[2em]"
|
|
82
82
|
},
|
|
83
83
|
disableAnimation: {
|
|
@@ -250,32 +250,32 @@ var button = tv({
|
|
|
250
250
|
{
|
|
251
251
|
variant: "light",
|
|
252
252
|
color: "default",
|
|
253
|
-
class: [colorVariants.light.default, "data-[hover=true]:bg-default
|
|
253
|
+
class: [colorVariants.light.default, "data-[hover=true]:bg-default/20"]
|
|
254
254
|
},
|
|
255
255
|
{
|
|
256
256
|
variant: "light",
|
|
257
257
|
color: "primary",
|
|
258
|
-
class: [colorVariants.light.primary, "data-[hover=true]:bg-primary
|
|
258
|
+
class: [colorVariants.light.primary, "data-[hover=true]:bg-primary/20"]
|
|
259
259
|
},
|
|
260
260
|
{
|
|
261
261
|
variant: "light",
|
|
262
262
|
color: "secondary",
|
|
263
|
-
class: [colorVariants.light.secondary, "data-[hover=true]:bg-secondary
|
|
263
|
+
class: [colorVariants.light.secondary, "data-[hover=true]:bg-secondary/20"]
|
|
264
264
|
},
|
|
265
265
|
{
|
|
266
266
|
variant: "light",
|
|
267
267
|
color: "success",
|
|
268
|
-
class: [colorVariants.light.success, "data-[hover=true]:bg-success
|
|
268
|
+
class: [colorVariants.light.success, "data-[hover=true]:bg-success/20"]
|
|
269
269
|
},
|
|
270
270
|
{
|
|
271
271
|
variant: "light",
|
|
272
272
|
color: "warning",
|
|
273
|
-
class: [colorVariants.light.warning, "data-[hover=true]:bg-warning
|
|
273
|
+
class: [colorVariants.light.warning, "data-[hover=true]:bg-warning/20"]
|
|
274
274
|
},
|
|
275
275
|
{
|
|
276
276
|
variant: "light",
|
|
277
277
|
color: "danger",
|
|
278
|
-
class: [colorVariants.light.danger, "data-[hover=true]:bg-danger
|
|
278
|
+
class: [colorVariants.light.danger, "data-[hover=true]:bg-danger/20"]
|
|
279
279
|
},
|
|
280
280
|
{
|
|
281
281
|
variant: "ghost",
|
|
@@ -355,27 +355,27 @@ var button = tv({
|
|
|
355
355
|
{
|
|
356
356
|
isIconOnly: true,
|
|
357
357
|
size: "xs",
|
|
358
|
-
class: "w-6 h-6"
|
|
358
|
+
class: "min-w-[1.5rem] w-6 h-6"
|
|
359
359
|
},
|
|
360
360
|
{
|
|
361
361
|
isIconOnly: true,
|
|
362
362
|
size: "sm",
|
|
363
|
-
class: "w-8 h-8"
|
|
363
|
+
class: "min-w-[2rem] w-8 h-8"
|
|
364
364
|
},
|
|
365
365
|
{
|
|
366
366
|
isIconOnly: true,
|
|
367
367
|
size: "md",
|
|
368
|
-
class: "w-10 h-10"
|
|
368
|
+
class: "min-w-[2.5rem] w-10 h-10"
|
|
369
369
|
},
|
|
370
370
|
{
|
|
371
371
|
isIconOnly: true,
|
|
372
372
|
size: "lg",
|
|
373
|
-
class: "w-12 h-12"
|
|
373
|
+
class: "min-w-[3rem] w-12 h-12"
|
|
374
374
|
},
|
|
375
375
|
{
|
|
376
376
|
isIconOnly: true,
|
|
377
377
|
size: "xl",
|
|
378
|
-
class: "w-14 h-14"
|
|
378
|
+
class: "min-w-[3.5rem] w-14 h-14"
|
|
379
379
|
}
|
|
380
380
|
]
|
|
381
381
|
});
|
|
@@ -26,6 +26,7 @@ var modal = tv({
|
|
|
26
26
|
"dark:bg-content1",
|
|
27
27
|
"border border-default-100",
|
|
28
28
|
"outline-none",
|
|
29
|
+
"mx-6",
|
|
29
30
|
"my-16"
|
|
30
31
|
],
|
|
31
32
|
backdrop: "z-50",
|
|
@@ -82,7 +83,7 @@ var modal = tv({
|
|
|
82
83
|
base: "max-w-5xl"
|
|
83
84
|
},
|
|
84
85
|
full: {
|
|
85
|
-
base: "my-0 max-w-full h-[100dvh] !rounded-none"
|
|
86
|
+
base: "my-0 mx-0 max-w-full h-[100dvh] !rounded-none"
|
|
86
87
|
}
|
|
87
88
|
},
|
|
88
89
|
radius: {
|
|
@@ -64,12 +64,12 @@ var bordered = {
|
|
|
64
64
|
foreground: "bg-transparent border-foreground text-foreground"
|
|
65
65
|
};
|
|
66
66
|
var flat = {
|
|
67
|
-
default: "bg-default
|
|
68
|
-
primary: "bg-primary
|
|
69
|
-
secondary: "bg-secondary
|
|
70
|
-
success: "bg-success
|
|
71
|
-
warning: "bg-warning
|
|
72
|
-
danger: "bg-danger
|
|
67
|
+
default: "bg-default/20 text-default-foreground",
|
|
68
|
+
primary: "bg-primary/20 text-primary",
|
|
69
|
+
secondary: "bg-secondary/20 text-secondary",
|
|
70
|
+
success: "bg-success/20 text-success-600 dark:text-success",
|
|
71
|
+
warning: "bg-warning/20 text-warning-600 dark:text-warning",
|
|
72
|
+
danger: "bg-danger/20 text-danger",
|
|
73
73
|
foreground: "bg-foreground/10 text-foreground"
|
|
74
74
|
};
|
|
75
75
|
var faded = {
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import {
|
|
2
2
|
avatar,
|
|
3
3
|
avatarGroup
|
|
4
|
-
} from "../chunk-
|
|
4
|
+
} from "../chunk-6PIJZSOY.mjs";
|
|
5
5
|
import "../chunk-CMYR6AOY.mjs";
|
|
6
6
|
import "../chunk-K7LK7NCE.mjs";
|
|
7
|
-
import "../chunk-
|
|
7
|
+
import "../chunk-FPFQCKUP.mjs";
|
|
8
8
|
import "../chunk-INZK6TTL.mjs";
|
|
9
9
|
export {
|
|
10
10
|
avatar,
|
package/dist/components/badge.js
CHANGED
|
@@ -54,12 +54,12 @@ var bordered = {
|
|
|
54
54
|
foreground: "bg-transparent border-foreground text-foreground"
|
|
55
55
|
};
|
|
56
56
|
var flat = {
|
|
57
|
-
default: "bg-default
|
|
58
|
-
primary: "bg-primary
|
|
59
|
-
secondary: "bg-secondary
|
|
60
|
-
success: "bg-success
|
|
61
|
-
warning: "bg-warning
|
|
62
|
-
danger: "bg-danger
|
|
57
|
+
default: "bg-default/20 text-default-foreground",
|
|
58
|
+
primary: "bg-primary/20 text-primary",
|
|
59
|
+
secondary: "bg-secondary/20 text-secondary",
|
|
60
|
+
success: "bg-success/20 text-success-600 dark:text-success",
|
|
61
|
+
warning: "bg-warning/20 text-warning-600 dark:text-warning",
|
|
62
|
+
danger: "bg-danger/20 text-danger",
|
|
63
63
|
foreground: "bg-foreground/10 text-foreground"
|
|
64
64
|
};
|
|
65
65
|
var faded = {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import {
|
|
2
2
|
badge
|
|
3
|
-
} from "../chunk-
|
|
3
|
+
} from "../chunk-4G25OMVV.mjs";
|
|
4
4
|
import "../chunk-CMYR6AOY.mjs";
|
|
5
5
|
import "../chunk-K7LK7NCE.mjs";
|
|
6
|
-
import "../chunk-
|
|
6
|
+
import "../chunk-FPFQCKUP.mjs";
|
|
7
7
|
import "../chunk-INZK6TTL.mjs";
|
|
8
8
|
export {
|
|
9
9
|
badge
|
|
@@ -67,7 +67,7 @@ declare const button: tailwind_variants.TVReturnType<{
|
|
|
67
67
|
true: "[&:not(:first-child):not(:last-child)]:rounded-none";
|
|
68
68
|
};
|
|
69
69
|
isIconOnly: {
|
|
70
|
-
true: "p-0 gap-0
|
|
70
|
+
true: "p-0 gap-0";
|
|
71
71
|
false: "[&>svg]:max-w-[2em]";
|
|
72
72
|
};
|
|
73
73
|
disableAnimation: {
|
|
@@ -123,7 +123,7 @@ declare const button: tailwind_variants.TVReturnType<{
|
|
|
123
123
|
true: "[&:not(:first-child):not(:last-child)]:rounded-none";
|
|
124
124
|
};
|
|
125
125
|
isIconOnly: {
|
|
126
|
-
true: "p-0 gap-0
|
|
126
|
+
true: "p-0 gap-0";
|
|
127
127
|
false: "[&>svg]:max-w-[2em]";
|
|
128
128
|
};
|
|
129
129
|
disableAnimation: {
|
|
@@ -179,7 +179,7 @@ declare const button: tailwind_variants.TVReturnType<{
|
|
|
179
179
|
true: "[&:not(:first-child):not(:last-child)]:rounded-none";
|
|
180
180
|
};
|
|
181
181
|
isIconOnly: {
|
|
182
|
-
true: "p-0 gap-0
|
|
182
|
+
true: "p-0 gap-0";
|
|
183
183
|
false: "[&>svg]:max-w-[2em]";
|
|
184
184
|
};
|
|
185
185
|
disableAnimation: {
|
|
@@ -235,7 +235,7 @@ declare const button: tailwind_variants.TVReturnType<{
|
|
|
235
235
|
true: "[&:not(:first-child):not(:last-child)]:rounded-none";
|
|
236
236
|
};
|
|
237
237
|
isIconOnly: {
|
|
238
|
-
true: "p-0 gap-0
|
|
238
|
+
true: "p-0 gap-0";
|
|
239
239
|
false: "[&>svg]:max-w-[2em]";
|
|
240
240
|
};
|
|
241
241
|
disableAnimation: {
|
|
@@ -55,12 +55,12 @@ var bordered = {
|
|
|
55
55
|
foreground: "bg-transparent border-foreground text-foreground"
|
|
56
56
|
};
|
|
57
57
|
var flat = {
|
|
58
|
-
default: "bg-default
|
|
59
|
-
primary: "bg-primary
|
|
60
|
-
secondary: "bg-secondary
|
|
61
|
-
success: "bg-success
|
|
62
|
-
warning: "bg-warning
|
|
63
|
-
danger: "bg-danger
|
|
58
|
+
default: "bg-default/20 text-default-foreground",
|
|
59
|
+
primary: "bg-primary/20 text-primary",
|
|
60
|
+
secondary: "bg-secondary/20 text-secondary",
|
|
61
|
+
success: "bg-success/20 text-success-600 dark:text-success",
|
|
62
|
+
warning: "bg-warning/20 text-warning-600 dark:text-warning",
|
|
63
|
+
danger: "bg-danger/20 text-danger",
|
|
64
64
|
foreground: "bg-foreground/10 text-foreground"
|
|
65
65
|
};
|
|
66
66
|
var faded = {
|
|
@@ -174,7 +174,7 @@ var button = (0, import_tailwind_variants.tv)({
|
|
|
174
174
|
true: "[&:not(:first-child):not(:last-child)]:rounded-none"
|
|
175
175
|
},
|
|
176
176
|
isIconOnly: {
|
|
177
|
-
true: "p-0 gap-0
|
|
177
|
+
true: "p-0 gap-0",
|
|
178
178
|
false: "[&>svg]:max-w-[2em]"
|
|
179
179
|
},
|
|
180
180
|
disableAnimation: {
|
|
@@ -347,32 +347,32 @@ var button = (0, import_tailwind_variants.tv)({
|
|
|
347
347
|
{
|
|
348
348
|
variant: "light",
|
|
349
349
|
color: "default",
|
|
350
|
-
class: [colorVariants.light.default, "data-[hover=true]:bg-default
|
|
350
|
+
class: [colorVariants.light.default, "data-[hover=true]:bg-default/20"]
|
|
351
351
|
},
|
|
352
352
|
{
|
|
353
353
|
variant: "light",
|
|
354
354
|
color: "primary",
|
|
355
|
-
class: [colorVariants.light.primary, "data-[hover=true]:bg-primary
|
|
355
|
+
class: [colorVariants.light.primary, "data-[hover=true]:bg-primary/20"]
|
|
356
356
|
},
|
|
357
357
|
{
|
|
358
358
|
variant: "light",
|
|
359
359
|
color: "secondary",
|
|
360
|
-
class: [colorVariants.light.secondary, "data-[hover=true]:bg-secondary
|
|
360
|
+
class: [colorVariants.light.secondary, "data-[hover=true]:bg-secondary/20"]
|
|
361
361
|
},
|
|
362
362
|
{
|
|
363
363
|
variant: "light",
|
|
364
364
|
color: "success",
|
|
365
|
-
class: [colorVariants.light.success, "data-[hover=true]:bg-success
|
|
365
|
+
class: [colorVariants.light.success, "data-[hover=true]:bg-success/20"]
|
|
366
366
|
},
|
|
367
367
|
{
|
|
368
368
|
variant: "light",
|
|
369
369
|
color: "warning",
|
|
370
|
-
class: [colorVariants.light.warning, "data-[hover=true]:bg-warning
|
|
370
|
+
class: [colorVariants.light.warning, "data-[hover=true]:bg-warning/20"]
|
|
371
371
|
},
|
|
372
372
|
{
|
|
373
373
|
variant: "light",
|
|
374
374
|
color: "danger",
|
|
375
|
-
class: [colorVariants.light.danger, "data-[hover=true]:bg-danger
|
|
375
|
+
class: [colorVariants.light.danger, "data-[hover=true]:bg-danger/20"]
|
|
376
376
|
},
|
|
377
377
|
{
|
|
378
378
|
variant: "ghost",
|
|
@@ -452,27 +452,27 @@ var button = (0, import_tailwind_variants.tv)({
|
|
|
452
452
|
{
|
|
453
453
|
isIconOnly: true,
|
|
454
454
|
size: "xs",
|
|
455
|
-
class: "w-6 h-6"
|
|
455
|
+
class: "min-w-[1.5rem] w-6 h-6"
|
|
456
456
|
},
|
|
457
457
|
{
|
|
458
458
|
isIconOnly: true,
|
|
459
459
|
size: "sm",
|
|
460
|
-
class: "w-8 h-8"
|
|
460
|
+
class: "min-w-[2rem] w-8 h-8"
|
|
461
461
|
},
|
|
462
462
|
{
|
|
463
463
|
isIconOnly: true,
|
|
464
464
|
size: "md",
|
|
465
|
-
class: "w-10 h-10"
|
|
465
|
+
class: "min-w-[2.5rem] w-10 h-10"
|
|
466
466
|
},
|
|
467
467
|
{
|
|
468
468
|
isIconOnly: true,
|
|
469
469
|
size: "lg",
|
|
470
|
-
class: "w-12 h-12"
|
|
470
|
+
class: "min-w-[3rem] w-12 h-12"
|
|
471
471
|
},
|
|
472
472
|
{
|
|
473
473
|
isIconOnly: true,
|
|
474
474
|
size: "xl",
|
|
475
|
-
class: "w-14 h-14"
|
|
475
|
+
class: "min-w-[3.5rem] w-14 h-14"
|
|
476
476
|
}
|
|
477
477
|
]
|
|
478
478
|
});
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import {
|
|
2
2
|
button,
|
|
3
3
|
buttonGroup
|
|
4
|
-
} from "../chunk-
|
|
4
|
+
} from "../chunk-QU6QFAKV.mjs";
|
|
5
5
|
import "../chunk-CMYR6AOY.mjs";
|
|
6
6
|
import "../chunk-K7LK7NCE.mjs";
|
|
7
|
-
import "../chunk-
|
|
7
|
+
import "../chunk-FPFQCKUP.mjs";
|
|
8
8
|
import "../chunk-INZK6TTL.mjs";
|
|
9
9
|
export {
|
|
10
10
|
button,
|
package/dist/components/chip.js
CHANGED
|
@@ -64,12 +64,12 @@ var bordered = {
|
|
|
64
64
|
foreground: "bg-transparent border-foreground text-foreground"
|
|
65
65
|
};
|
|
66
66
|
var flat = {
|
|
67
|
-
default: "bg-default
|
|
68
|
-
primary: "bg-primary
|
|
69
|
-
secondary: "bg-secondary
|
|
70
|
-
success: "bg-success
|
|
71
|
-
warning: "bg-warning
|
|
72
|
-
danger: "bg-danger
|
|
67
|
+
default: "bg-default/20 text-default-foreground",
|
|
68
|
+
primary: "bg-primary/20 text-primary",
|
|
69
|
+
secondary: "bg-secondary/20 text-secondary",
|
|
70
|
+
success: "bg-success/20 text-success-600 dark:text-success",
|
|
71
|
+
warning: "bg-warning/20 text-warning-600 dark:text-warning",
|
|
72
|
+
danger: "bg-danger/20 text-danger",
|
|
73
73
|
foreground: "bg-foreground/10 text-foreground"
|
|
74
74
|
};
|
|
75
75
|
var faded = {
|
package/dist/components/chip.mjs
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import {
|
|
2
2
|
chip
|
|
3
|
-
} from "../chunk-
|
|
3
|
+
} from "../chunk-AJLEZSRF.mjs";
|
|
4
4
|
import "../chunk-CMYR6AOY.mjs";
|
|
5
5
|
import "../chunk-K7LK7NCE.mjs";
|
|
6
|
-
import "../chunk-
|
|
6
|
+
import "../chunk-FPFQCKUP.mjs";
|
|
7
7
|
import "../chunk-INZK6TTL.mjs";
|
|
8
8
|
export {
|
|
9
9
|
chip
|
package/dist/components/code.js
CHANGED
|
@@ -54,12 +54,12 @@ var bordered = {
|
|
|
54
54
|
foreground: "bg-transparent border-foreground text-foreground"
|
|
55
55
|
};
|
|
56
56
|
var flat = {
|
|
57
|
-
default: "bg-default
|
|
58
|
-
primary: "bg-primary
|
|
59
|
-
secondary: "bg-secondary
|
|
60
|
-
success: "bg-success
|
|
61
|
-
warning: "bg-warning
|
|
62
|
-
danger: "bg-danger
|
|
57
|
+
default: "bg-default/20 text-default-foreground",
|
|
58
|
+
primary: "bg-primary/20 text-primary",
|
|
59
|
+
secondary: "bg-secondary/20 text-secondary",
|
|
60
|
+
success: "bg-success/20 text-success-600 dark:text-success",
|
|
61
|
+
warning: "bg-warning/20 text-warning-600 dark:text-warning",
|
|
62
|
+
danger: "bg-danger/20 text-danger",
|
|
63
63
|
foreground: "bg-foreground/10 text-foreground"
|
|
64
64
|
};
|
|
65
65
|
var faded = {
|
package/dist/components/code.mjs
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import {
|
|
2
2
|
code
|
|
3
|
-
} from "../chunk-
|
|
3
|
+
} from "../chunk-BH4BMASL.mjs";
|
|
4
4
|
import "../chunk-CMYR6AOY.mjs";
|
|
5
5
|
import "../chunk-K7LK7NCE.mjs";
|
|
6
|
-
import "../chunk-
|
|
6
|
+
import "../chunk-FPFQCKUP.mjs";
|
|
7
7
|
import "../chunk-INZK6TTL.mjs";
|
|
8
8
|
export {
|
|
9
9
|
code
|
package/dist/components/index.js
CHANGED
|
@@ -111,12 +111,12 @@ var bordered = {
|
|
|
111
111
|
foreground: "bg-transparent border-foreground text-foreground"
|
|
112
112
|
};
|
|
113
113
|
var flat = {
|
|
114
|
-
default: "bg-default
|
|
115
|
-
primary: "bg-primary
|
|
116
|
-
secondary: "bg-secondary
|
|
117
|
-
success: "bg-success
|
|
118
|
-
warning: "bg-warning
|
|
119
|
-
danger: "bg-danger
|
|
114
|
+
default: "bg-default/20 text-default-foreground",
|
|
115
|
+
primary: "bg-primary/20 text-primary",
|
|
116
|
+
secondary: "bg-secondary/20 text-secondary",
|
|
117
|
+
success: "bg-success/20 text-success-600 dark:text-success",
|
|
118
|
+
warning: "bg-warning/20 text-warning-600 dark:text-warning",
|
|
119
|
+
danger: "bg-danger/20 text-danger",
|
|
120
120
|
foreground: "bg-foreground/10 text-foreground"
|
|
121
121
|
};
|
|
122
122
|
var faded = {
|
|
@@ -744,7 +744,7 @@ var button = (0, import_tailwind_variants5.tv)({
|
|
|
744
744
|
true: "[&:not(:first-child):not(:last-child)]:rounded-none"
|
|
745
745
|
},
|
|
746
746
|
isIconOnly: {
|
|
747
|
-
true: "p-0 gap-0
|
|
747
|
+
true: "p-0 gap-0",
|
|
748
748
|
false: "[&>svg]:max-w-[2em]"
|
|
749
749
|
},
|
|
750
750
|
disableAnimation: {
|
|
@@ -917,32 +917,32 @@ var button = (0, import_tailwind_variants5.tv)({
|
|
|
917
917
|
{
|
|
918
918
|
variant: "light",
|
|
919
919
|
color: "default",
|
|
920
|
-
class: [colorVariants.light.default, "data-[hover=true]:bg-default
|
|
920
|
+
class: [colorVariants.light.default, "data-[hover=true]:bg-default/20"]
|
|
921
921
|
},
|
|
922
922
|
{
|
|
923
923
|
variant: "light",
|
|
924
924
|
color: "primary",
|
|
925
|
-
class: [colorVariants.light.primary, "data-[hover=true]:bg-primary
|
|
925
|
+
class: [colorVariants.light.primary, "data-[hover=true]:bg-primary/20"]
|
|
926
926
|
},
|
|
927
927
|
{
|
|
928
928
|
variant: "light",
|
|
929
929
|
color: "secondary",
|
|
930
|
-
class: [colorVariants.light.secondary, "data-[hover=true]:bg-secondary
|
|
930
|
+
class: [colorVariants.light.secondary, "data-[hover=true]:bg-secondary/20"]
|
|
931
931
|
},
|
|
932
932
|
{
|
|
933
933
|
variant: "light",
|
|
934
934
|
color: "success",
|
|
935
|
-
class: [colorVariants.light.success, "data-[hover=true]:bg-success
|
|
935
|
+
class: [colorVariants.light.success, "data-[hover=true]:bg-success/20"]
|
|
936
936
|
},
|
|
937
937
|
{
|
|
938
938
|
variant: "light",
|
|
939
939
|
color: "warning",
|
|
940
|
-
class: [colorVariants.light.warning, "data-[hover=true]:bg-warning
|
|
940
|
+
class: [colorVariants.light.warning, "data-[hover=true]:bg-warning/20"]
|
|
941
941
|
},
|
|
942
942
|
{
|
|
943
943
|
variant: "light",
|
|
944
944
|
color: "danger",
|
|
945
|
-
class: [colorVariants.light.danger, "data-[hover=true]:bg-danger
|
|
945
|
+
class: [colorVariants.light.danger, "data-[hover=true]:bg-danger/20"]
|
|
946
946
|
},
|
|
947
947
|
{
|
|
948
948
|
variant: "ghost",
|
|
@@ -1022,27 +1022,27 @@ var button = (0, import_tailwind_variants5.tv)({
|
|
|
1022
1022
|
{
|
|
1023
1023
|
isIconOnly: true,
|
|
1024
1024
|
size: "xs",
|
|
1025
|
-
class: "w-6 h-6"
|
|
1025
|
+
class: "min-w-[1.5rem] w-6 h-6"
|
|
1026
1026
|
},
|
|
1027
1027
|
{
|
|
1028
1028
|
isIconOnly: true,
|
|
1029
1029
|
size: "sm",
|
|
1030
|
-
class: "w-8 h-8"
|
|
1030
|
+
class: "min-w-[2rem] w-8 h-8"
|
|
1031
1031
|
},
|
|
1032
1032
|
{
|
|
1033
1033
|
isIconOnly: true,
|
|
1034
1034
|
size: "md",
|
|
1035
|
-
class: "w-10 h-10"
|
|
1035
|
+
class: "min-w-[2.5rem] w-10 h-10"
|
|
1036
1036
|
},
|
|
1037
1037
|
{
|
|
1038
1038
|
isIconOnly: true,
|
|
1039
1039
|
size: "lg",
|
|
1040
|
-
class: "w-12 h-12"
|
|
1040
|
+
class: "min-w-[3rem] w-12 h-12"
|
|
1041
1041
|
},
|
|
1042
1042
|
{
|
|
1043
1043
|
isIconOnly: true,
|
|
1044
1044
|
size: "xl",
|
|
1045
|
-
class: "w-14 h-14"
|
|
1045
|
+
class: "min-w-[3.5rem] w-14 h-14"
|
|
1046
1046
|
}
|
|
1047
1047
|
]
|
|
1048
1048
|
});
|
|
@@ -1396,7 +1396,7 @@ var popover = (0, import_tailwind_variants9.tv)({
|
|
|
1396
1396
|
var import_tailwind_variants10 = require("tailwind-variants");
|
|
1397
1397
|
var snippet = (0, import_tailwind_variants10.tv)({
|
|
1398
1398
|
slots: {
|
|
1399
|
-
base: "inline-flex items-center justify-between h-fit rounded-md",
|
|
1399
|
+
base: "inline-flex items-center justify-between h-fit rounded-md gap-2",
|
|
1400
1400
|
pre: "bg-transparent text-inherit font-mono font-normal inline-block whitespace-nowrap",
|
|
1401
1401
|
content: "flex flex-col",
|
|
1402
1402
|
symbol: "select-none",
|
|
@@ -1404,7 +1404,6 @@ var snippet = (0, import_tailwind_variants10.tv)({
|
|
|
1404
1404
|
"group",
|
|
1405
1405
|
"relative",
|
|
1406
1406
|
"z-10",
|
|
1407
|
-
"ml-2",
|
|
1408
1407
|
"text-lg",
|
|
1409
1408
|
"text-inherit",
|
|
1410
1409
|
"data-[hover=true]:bg-transparent"
|
|
@@ -5152,6 +5151,7 @@ var modal = (0, import_tailwind_variants23.tv)({
|
|
|
5152
5151
|
"dark:bg-content1",
|
|
5153
5152
|
"border border-default-100",
|
|
5154
5153
|
"outline-none",
|
|
5154
|
+
"mx-6",
|
|
5155
5155
|
"my-16"
|
|
5156
5156
|
],
|
|
5157
5157
|
backdrop: "z-50",
|
|
@@ -5208,7 +5208,7 @@ var modal = (0, import_tailwind_variants23.tv)({
|
|
|
5208
5208
|
base: "max-w-5xl"
|
|
5209
5209
|
},
|
|
5210
5210
|
full: {
|
|
5211
|
-
base: "my-0 max-w-full h-[100dvh] !rounded-none"
|
|
5211
|
+
base: "my-0 mx-0 max-w-full h-[100dvh] !rounded-none"
|
|
5212
5212
|
}
|
|
5213
5213
|
},
|
|
5214
5214
|
radius: {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import "../chunk-PRWEADY4.mjs";
|
|
2
2
|
import {
|
|
3
3
|
snippet
|
|
4
|
-
} from "../chunk-
|
|
4
|
+
} from "../chunk-DWC7GT4K.mjs";
|
|
5
5
|
import {
|
|
6
6
|
spacer
|
|
7
7
|
} from "../chunk-3B4SYPW2.mjs";
|
|
@@ -13,7 +13,7 @@ import {
|
|
|
13
13
|
} from "../chunk-U54UQOTS.mjs";
|
|
14
14
|
import {
|
|
15
15
|
tabs
|
|
16
|
-
} from "../chunk-
|
|
16
|
+
} from "../chunk-NVCWXYAR.mjs";
|
|
17
17
|
import {
|
|
18
18
|
toggle
|
|
19
19
|
} from "../chunk-42RVICJN.mjs";
|
|
@@ -26,16 +26,16 @@ import {
|
|
|
26
26
|
} from "../chunk-YQXYRWJP.mjs";
|
|
27
27
|
import {
|
|
28
28
|
modal
|
|
29
|
-
} from "../chunk-
|
|
29
|
+
} from "../chunk-UHOIXUPW.mjs";
|
|
30
30
|
import {
|
|
31
31
|
navbar
|
|
32
32
|
} from "../chunk-LWJT5D6G.mjs";
|
|
33
33
|
import {
|
|
34
34
|
pagination
|
|
35
|
-
} from "../chunk-
|
|
35
|
+
} from "../chunk-ITXIAXJ5.mjs";
|
|
36
36
|
import {
|
|
37
37
|
popover
|
|
38
|
-
} from "../chunk-
|
|
38
|
+
} from "../chunk-O32L4YWJ.mjs";
|
|
39
39
|
import {
|
|
40
40
|
progress
|
|
41
41
|
} from "../chunk-BHHIVMOY.mjs";
|
|
@@ -48,7 +48,7 @@ import {
|
|
|
48
48
|
} from "../chunk-P5E3PNHW.mjs";
|
|
49
49
|
import {
|
|
50
50
|
code
|
|
51
|
-
} from "../chunk-
|
|
51
|
+
} from "../chunk-BH4BMASL.mjs";
|
|
52
52
|
import {
|
|
53
53
|
divider
|
|
54
54
|
} from "../chunk-2ENRZMQI.mjs";
|
|
@@ -77,14 +77,14 @@ import {
|
|
|
77
77
|
import {
|
|
78
78
|
avatar,
|
|
79
79
|
avatarGroup
|
|
80
|
-
} from "../chunk-
|
|
80
|
+
} from "../chunk-6PIJZSOY.mjs";
|
|
81
81
|
import {
|
|
82
82
|
badge
|
|
83
|
-
} from "../chunk-
|
|
83
|
+
} from "../chunk-4G25OMVV.mjs";
|
|
84
84
|
import {
|
|
85
85
|
button,
|
|
86
86
|
buttonGroup
|
|
87
|
-
} from "../chunk-
|
|
87
|
+
} from "../chunk-QU6QFAKV.mjs";
|
|
88
88
|
import {
|
|
89
89
|
card
|
|
90
90
|
} from "../chunk-QW2ZGOKD.mjs";
|
|
@@ -94,10 +94,10 @@ import {
|
|
|
94
94
|
} from "../chunk-G34JOIZ3.mjs";
|
|
95
95
|
import {
|
|
96
96
|
chip
|
|
97
|
-
} from "../chunk-
|
|
97
|
+
} from "../chunk-AJLEZSRF.mjs";
|
|
98
98
|
import "../chunk-CMYR6AOY.mjs";
|
|
99
99
|
import "../chunk-K7LK7NCE.mjs";
|
|
100
|
-
import "../chunk-
|
|
100
|
+
import "../chunk-FPFQCKUP.mjs";
|
|
101
101
|
import {
|
|
102
102
|
circularProgress
|
|
103
103
|
} from "../chunk-UPBFQDTD.mjs";
|
package/dist/components/modal.js
CHANGED
|
@@ -50,6 +50,7 @@ var modal = (0, import_tailwind_variants.tv)({
|
|
|
50
50
|
"dark:bg-content1",
|
|
51
51
|
"border border-default-100",
|
|
52
52
|
"outline-none",
|
|
53
|
+
"mx-6",
|
|
53
54
|
"my-16"
|
|
54
55
|
],
|
|
55
56
|
backdrop: "z-50",
|
|
@@ -106,7 +107,7 @@ var modal = (0, import_tailwind_variants.tv)({
|
|
|
106
107
|
base: "max-w-5xl"
|
|
107
108
|
},
|
|
108
109
|
full: {
|
|
109
|
-
base: "my-0 max-w-full h-[100dvh] !rounded-none"
|
|
110
|
+
base: "my-0 mx-0 max-w-full h-[100dvh] !rounded-none"
|
|
110
111
|
}
|
|
111
112
|
},
|
|
112
113
|
radius: {
|
|
@@ -54,12 +54,12 @@ var bordered = {
|
|
|
54
54
|
foreground: "bg-transparent border-foreground text-foreground"
|
|
55
55
|
};
|
|
56
56
|
var flat = {
|
|
57
|
-
default: "bg-default
|
|
58
|
-
primary: "bg-primary
|
|
59
|
-
secondary: "bg-secondary
|
|
60
|
-
success: "bg-success
|
|
61
|
-
warning: "bg-warning
|
|
62
|
-
danger: "bg-danger
|
|
57
|
+
default: "bg-default/20 text-default-foreground",
|
|
58
|
+
primary: "bg-primary/20 text-primary",
|
|
59
|
+
secondary: "bg-secondary/20 text-secondary",
|
|
60
|
+
success: "bg-success/20 text-success-600 dark:text-success",
|
|
61
|
+
warning: "bg-warning/20 text-warning-600 dark:text-warning",
|
|
62
|
+
danger: "bg-danger/20 text-danger",
|
|
63
63
|
foreground: "bg-foreground/10 text-foreground"
|
|
64
64
|
};
|
|
65
65
|
var faded = {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import {
|
|
2
2
|
pagination
|
|
3
|
-
} from "../chunk-
|
|
3
|
+
} from "../chunk-ITXIAXJ5.mjs";
|
|
4
4
|
import "../chunk-CMYR6AOY.mjs";
|
|
5
5
|
import "../chunk-K7LK7NCE.mjs";
|
|
6
|
-
import "../chunk-
|
|
6
|
+
import "../chunk-FPFQCKUP.mjs";
|
|
7
7
|
import "../chunk-INZK6TTL.mjs";
|
|
8
8
|
export {
|
|
9
9
|
pagination
|
|
@@ -54,12 +54,12 @@ var bordered = {
|
|
|
54
54
|
foreground: "bg-transparent border-foreground text-foreground"
|
|
55
55
|
};
|
|
56
56
|
var flat = {
|
|
57
|
-
default: "bg-default
|
|
58
|
-
primary: "bg-primary
|
|
59
|
-
secondary: "bg-secondary
|
|
60
|
-
success: "bg-success
|
|
61
|
-
warning: "bg-warning
|
|
62
|
-
danger: "bg-danger
|
|
57
|
+
default: "bg-default/20 text-default-foreground",
|
|
58
|
+
primary: "bg-primary/20 text-primary",
|
|
59
|
+
secondary: "bg-secondary/20 text-secondary",
|
|
60
|
+
success: "bg-success/20 text-success-600 dark:text-success",
|
|
61
|
+
warning: "bg-warning/20 text-warning-600 dark:text-warning",
|
|
62
|
+
danger: "bg-danger/20 text-danger",
|
|
63
63
|
foreground: "bg-foreground/10 text-foreground"
|
|
64
64
|
};
|
|
65
65
|
var faded = {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import {
|
|
2
2
|
popover
|
|
3
|
-
} from "../chunk-
|
|
3
|
+
} from "../chunk-O32L4YWJ.mjs";
|
|
4
4
|
import "../chunk-CMYR6AOY.mjs";
|
|
5
5
|
import "../chunk-K7LK7NCE.mjs";
|
|
6
|
-
import "../chunk-
|
|
6
|
+
import "../chunk-FPFQCKUP.mjs";
|
|
7
7
|
import "../chunk-INZK6TTL.mjs";
|
|
8
8
|
export {
|
|
9
9
|
popover
|
|
@@ -54,12 +54,12 @@ var bordered = {
|
|
|
54
54
|
foreground: "bg-transparent border-foreground text-foreground"
|
|
55
55
|
};
|
|
56
56
|
var flat = {
|
|
57
|
-
default: "bg-default
|
|
58
|
-
primary: "bg-primary
|
|
59
|
-
secondary: "bg-secondary
|
|
60
|
-
success: "bg-success
|
|
61
|
-
warning: "bg-warning
|
|
62
|
-
danger: "bg-danger
|
|
57
|
+
default: "bg-default/20 text-default-foreground",
|
|
58
|
+
primary: "bg-primary/20 text-primary",
|
|
59
|
+
secondary: "bg-secondary/20 text-secondary",
|
|
60
|
+
success: "bg-success/20 text-success-600 dark:text-success",
|
|
61
|
+
warning: "bg-warning/20 text-warning-600 dark:text-warning",
|
|
62
|
+
danger: "bg-danger/20 text-danger",
|
|
63
63
|
foreground: "bg-foreground/10 text-foreground"
|
|
64
64
|
};
|
|
65
65
|
var faded = {
|
|
@@ -102,7 +102,7 @@ var colorVariants = {
|
|
|
102
102
|
// src/components/snippet.ts
|
|
103
103
|
var snippet = (0, import_tailwind_variants.tv)({
|
|
104
104
|
slots: {
|
|
105
|
-
base: "inline-flex items-center justify-between h-fit rounded-md",
|
|
105
|
+
base: "inline-flex items-center justify-between h-fit rounded-md gap-2",
|
|
106
106
|
pre: "bg-transparent text-inherit font-mono font-normal inline-block whitespace-nowrap",
|
|
107
107
|
content: "flex flex-col",
|
|
108
108
|
symbol: "select-none",
|
|
@@ -110,7 +110,6 @@ var snippet = (0, import_tailwind_variants.tv)({
|
|
|
110
110
|
"group",
|
|
111
111
|
"relative",
|
|
112
112
|
"z-10",
|
|
113
|
-
"ml-2",
|
|
114
113
|
"text-lg",
|
|
115
114
|
"text-inherit",
|
|
116
115
|
"data-[hover=true]:bg-transparent"
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import {
|
|
2
2
|
snippet
|
|
3
|
-
} from "../chunk-
|
|
3
|
+
} from "../chunk-DWC7GT4K.mjs";
|
|
4
4
|
import "../chunk-CMYR6AOY.mjs";
|
|
5
5
|
import "../chunk-K7LK7NCE.mjs";
|
|
6
|
-
import "../chunk-
|
|
6
|
+
import "../chunk-FPFQCKUP.mjs";
|
|
7
7
|
import "../chunk-INZK6TTL.mjs";
|
|
8
8
|
export {
|
|
9
9
|
snippet
|
package/dist/components/tabs.js
CHANGED
|
@@ -54,12 +54,12 @@ var bordered = {
|
|
|
54
54
|
foreground: "bg-transparent border-foreground text-foreground"
|
|
55
55
|
};
|
|
56
56
|
var flat = {
|
|
57
|
-
default: "bg-default
|
|
58
|
-
primary: "bg-primary
|
|
59
|
-
secondary: "bg-secondary
|
|
60
|
-
success: "bg-success
|
|
61
|
-
warning: "bg-warning
|
|
62
|
-
danger: "bg-danger
|
|
57
|
+
default: "bg-default/20 text-default-foreground",
|
|
58
|
+
primary: "bg-primary/20 text-primary",
|
|
59
|
+
secondary: "bg-secondary/20 text-secondary",
|
|
60
|
+
success: "bg-success/20 text-success-600 dark:text-success",
|
|
61
|
+
warning: "bg-warning/20 text-warning-600 dark:text-warning",
|
|
62
|
+
danger: "bg-danger/20 text-danger",
|
|
63
63
|
foreground: "bg-foreground/10 text-foreground"
|
|
64
64
|
};
|
|
65
65
|
var faded = {
|
package/dist/components/tabs.mjs
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import {
|
|
2
2
|
tabs
|
|
3
|
-
} from "../chunk-
|
|
3
|
+
} from "../chunk-NVCWXYAR.mjs";
|
|
4
4
|
import "../chunk-CMYR6AOY.mjs";
|
|
5
5
|
import "../chunk-K7LK7NCE.mjs";
|
|
6
|
-
import "../chunk-
|
|
6
|
+
import "../chunk-FPFQCKUP.mjs";
|
|
7
7
|
import "../chunk-INZK6TTL.mjs";
|
|
8
8
|
export {
|
|
9
9
|
tabs
|
package/dist/index.js
CHANGED
|
@@ -143,12 +143,12 @@ var bordered = {
|
|
|
143
143
|
foreground: "bg-transparent border-foreground text-foreground"
|
|
144
144
|
};
|
|
145
145
|
var flat = {
|
|
146
|
-
default: "bg-default
|
|
147
|
-
primary: "bg-primary
|
|
148
|
-
secondary: "bg-secondary
|
|
149
|
-
success: "bg-success
|
|
150
|
-
warning: "bg-warning
|
|
151
|
-
danger: "bg-danger
|
|
146
|
+
default: "bg-default/20 text-default-foreground",
|
|
147
|
+
primary: "bg-primary/20 text-primary",
|
|
148
|
+
secondary: "bg-secondary/20 text-secondary",
|
|
149
|
+
success: "bg-success/20 text-success-600 dark:text-success",
|
|
150
|
+
warning: "bg-warning/20 text-warning-600 dark:text-warning",
|
|
151
|
+
danger: "bg-danger/20 text-danger",
|
|
152
152
|
foreground: "bg-foreground/10 text-foreground"
|
|
153
153
|
};
|
|
154
154
|
var faded = {
|
|
@@ -776,7 +776,7 @@ var button = (0, import_tailwind_variants5.tv)({
|
|
|
776
776
|
true: "[&:not(:first-child):not(:last-child)]:rounded-none"
|
|
777
777
|
},
|
|
778
778
|
isIconOnly: {
|
|
779
|
-
true: "p-0 gap-0
|
|
779
|
+
true: "p-0 gap-0",
|
|
780
780
|
false: "[&>svg]:max-w-[2em]"
|
|
781
781
|
},
|
|
782
782
|
disableAnimation: {
|
|
@@ -949,32 +949,32 @@ var button = (0, import_tailwind_variants5.tv)({
|
|
|
949
949
|
{
|
|
950
950
|
variant: "light",
|
|
951
951
|
color: "default",
|
|
952
|
-
class: [colorVariants.light.default, "data-[hover=true]:bg-default
|
|
952
|
+
class: [colorVariants.light.default, "data-[hover=true]:bg-default/20"]
|
|
953
953
|
},
|
|
954
954
|
{
|
|
955
955
|
variant: "light",
|
|
956
956
|
color: "primary",
|
|
957
|
-
class: [colorVariants.light.primary, "data-[hover=true]:bg-primary
|
|
957
|
+
class: [colorVariants.light.primary, "data-[hover=true]:bg-primary/20"]
|
|
958
958
|
},
|
|
959
959
|
{
|
|
960
960
|
variant: "light",
|
|
961
961
|
color: "secondary",
|
|
962
|
-
class: [colorVariants.light.secondary, "data-[hover=true]:bg-secondary
|
|
962
|
+
class: [colorVariants.light.secondary, "data-[hover=true]:bg-secondary/20"]
|
|
963
963
|
},
|
|
964
964
|
{
|
|
965
965
|
variant: "light",
|
|
966
966
|
color: "success",
|
|
967
|
-
class: [colorVariants.light.success, "data-[hover=true]:bg-success
|
|
967
|
+
class: [colorVariants.light.success, "data-[hover=true]:bg-success/20"]
|
|
968
968
|
},
|
|
969
969
|
{
|
|
970
970
|
variant: "light",
|
|
971
971
|
color: "warning",
|
|
972
|
-
class: [colorVariants.light.warning, "data-[hover=true]:bg-warning
|
|
972
|
+
class: [colorVariants.light.warning, "data-[hover=true]:bg-warning/20"]
|
|
973
973
|
},
|
|
974
974
|
{
|
|
975
975
|
variant: "light",
|
|
976
976
|
color: "danger",
|
|
977
|
-
class: [colorVariants.light.danger, "data-[hover=true]:bg-danger
|
|
977
|
+
class: [colorVariants.light.danger, "data-[hover=true]:bg-danger/20"]
|
|
978
978
|
},
|
|
979
979
|
{
|
|
980
980
|
variant: "ghost",
|
|
@@ -1054,27 +1054,27 @@ var button = (0, import_tailwind_variants5.tv)({
|
|
|
1054
1054
|
{
|
|
1055
1055
|
isIconOnly: true,
|
|
1056
1056
|
size: "xs",
|
|
1057
|
-
class: "w-6 h-6"
|
|
1057
|
+
class: "min-w-[1.5rem] w-6 h-6"
|
|
1058
1058
|
},
|
|
1059
1059
|
{
|
|
1060
1060
|
isIconOnly: true,
|
|
1061
1061
|
size: "sm",
|
|
1062
|
-
class: "w-8 h-8"
|
|
1062
|
+
class: "min-w-[2rem] w-8 h-8"
|
|
1063
1063
|
},
|
|
1064
1064
|
{
|
|
1065
1065
|
isIconOnly: true,
|
|
1066
1066
|
size: "md",
|
|
1067
|
-
class: "w-10 h-10"
|
|
1067
|
+
class: "min-w-[2.5rem] w-10 h-10"
|
|
1068
1068
|
},
|
|
1069
1069
|
{
|
|
1070
1070
|
isIconOnly: true,
|
|
1071
1071
|
size: "lg",
|
|
1072
|
-
class: "w-12 h-12"
|
|
1072
|
+
class: "min-w-[3rem] w-12 h-12"
|
|
1073
1073
|
},
|
|
1074
1074
|
{
|
|
1075
1075
|
isIconOnly: true,
|
|
1076
1076
|
size: "xl",
|
|
1077
|
-
class: "w-14 h-14"
|
|
1077
|
+
class: "min-w-[3.5rem] w-14 h-14"
|
|
1078
1078
|
}
|
|
1079
1079
|
]
|
|
1080
1080
|
});
|
|
@@ -1428,7 +1428,7 @@ var popover = (0, import_tailwind_variants9.tv)({
|
|
|
1428
1428
|
var import_tailwind_variants10 = require("tailwind-variants");
|
|
1429
1429
|
var snippet = (0, import_tailwind_variants10.tv)({
|
|
1430
1430
|
slots: {
|
|
1431
|
-
base: "inline-flex items-center justify-between h-fit rounded-md",
|
|
1431
|
+
base: "inline-flex items-center justify-between h-fit rounded-md gap-2",
|
|
1432
1432
|
pre: "bg-transparent text-inherit font-mono font-normal inline-block whitespace-nowrap",
|
|
1433
1433
|
content: "flex flex-col",
|
|
1434
1434
|
symbol: "select-none",
|
|
@@ -1436,7 +1436,6 @@ var snippet = (0, import_tailwind_variants10.tv)({
|
|
|
1436
1436
|
"group",
|
|
1437
1437
|
"relative",
|
|
1438
1438
|
"z-10",
|
|
1439
|
-
"ml-2",
|
|
1440
1439
|
"text-lg",
|
|
1441
1440
|
"text-inherit",
|
|
1442
1441
|
"data-[hover=true]:bg-transparent"
|
|
@@ -5184,6 +5183,7 @@ var modal = (0, import_tailwind_variants23.tv)({
|
|
|
5184
5183
|
"dark:bg-content1",
|
|
5185
5184
|
"border border-default-100",
|
|
5186
5185
|
"outline-none",
|
|
5186
|
+
"mx-6",
|
|
5187
5187
|
"my-16"
|
|
5188
5188
|
],
|
|
5189
5189
|
backdrop: "z-50",
|
|
@@ -5240,7 +5240,7 @@ var modal = (0, import_tailwind_variants23.tv)({
|
|
|
5240
5240
|
base: "max-w-5xl"
|
|
5241
5241
|
},
|
|
5242
5242
|
full: {
|
|
5243
|
-
base: "my-0 max-w-full h-[100dvh] !rounded-none"
|
|
5243
|
+
base: "my-0 mx-0 max-w-full h-[100dvh] !rounded-none"
|
|
5244
5244
|
}
|
|
5245
5245
|
},
|
|
5246
5246
|
radius: {
|
package/dist/index.mjs
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import "./chunk-PRWEADY4.mjs";
|
|
2
2
|
import {
|
|
3
3
|
snippet
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-DWC7GT4K.mjs";
|
|
5
5
|
import {
|
|
6
6
|
spacer
|
|
7
7
|
} from "./chunk-3B4SYPW2.mjs";
|
|
@@ -13,7 +13,7 @@ import {
|
|
|
13
13
|
} from "./chunk-U54UQOTS.mjs";
|
|
14
14
|
import {
|
|
15
15
|
tabs
|
|
16
|
-
} from "./chunk-
|
|
16
|
+
} from "./chunk-NVCWXYAR.mjs";
|
|
17
17
|
import {
|
|
18
18
|
toggle
|
|
19
19
|
} from "./chunk-42RVICJN.mjs";
|
|
@@ -26,16 +26,16 @@ import {
|
|
|
26
26
|
} from "./chunk-YQXYRWJP.mjs";
|
|
27
27
|
import {
|
|
28
28
|
modal
|
|
29
|
-
} from "./chunk-
|
|
29
|
+
} from "./chunk-UHOIXUPW.mjs";
|
|
30
30
|
import {
|
|
31
31
|
navbar
|
|
32
32
|
} from "./chunk-LWJT5D6G.mjs";
|
|
33
33
|
import {
|
|
34
34
|
pagination
|
|
35
|
-
} from "./chunk-
|
|
35
|
+
} from "./chunk-ITXIAXJ5.mjs";
|
|
36
36
|
import {
|
|
37
37
|
popover
|
|
38
|
-
} from "./chunk-
|
|
38
|
+
} from "./chunk-O32L4YWJ.mjs";
|
|
39
39
|
import {
|
|
40
40
|
progress
|
|
41
41
|
} from "./chunk-BHHIVMOY.mjs";
|
|
@@ -48,7 +48,7 @@ import {
|
|
|
48
48
|
} from "./chunk-P5E3PNHW.mjs";
|
|
49
49
|
import {
|
|
50
50
|
code
|
|
51
|
-
} from "./chunk-
|
|
51
|
+
} from "./chunk-BH4BMASL.mjs";
|
|
52
52
|
import {
|
|
53
53
|
divider
|
|
54
54
|
} from "./chunk-2ENRZMQI.mjs";
|
|
@@ -77,14 +77,14 @@ import {
|
|
|
77
77
|
import {
|
|
78
78
|
avatar,
|
|
79
79
|
avatarGroup
|
|
80
|
-
} from "./chunk-
|
|
80
|
+
} from "./chunk-6PIJZSOY.mjs";
|
|
81
81
|
import {
|
|
82
82
|
badge
|
|
83
|
-
} from "./chunk-
|
|
83
|
+
} from "./chunk-4G25OMVV.mjs";
|
|
84
84
|
import {
|
|
85
85
|
button,
|
|
86
86
|
buttonGroup
|
|
87
|
-
} from "./chunk-
|
|
87
|
+
} from "./chunk-QU6QFAKV.mjs";
|
|
88
88
|
import {
|
|
89
89
|
card
|
|
90
90
|
} from "./chunk-QW2ZGOKD.mjs";
|
|
@@ -94,12 +94,12 @@ import {
|
|
|
94
94
|
} from "./chunk-G34JOIZ3.mjs";
|
|
95
95
|
import {
|
|
96
96
|
chip
|
|
97
|
-
} from "./chunk-
|
|
97
|
+
} from "./chunk-AJLEZSRF.mjs";
|
|
98
98
|
import "./chunk-CMYR6AOY.mjs";
|
|
99
99
|
import "./chunk-K7LK7NCE.mjs";
|
|
100
100
|
import {
|
|
101
101
|
colorVariants
|
|
102
|
-
} from "./chunk-
|
|
102
|
+
} from "./chunk-FPFQCKUP.mjs";
|
|
103
103
|
import {
|
|
104
104
|
circularProgress
|
|
105
105
|
} from "./chunk-UPBFQDTD.mjs";
|
package/dist/utils/index.js
CHANGED
|
@@ -89,12 +89,12 @@ var bordered = {
|
|
|
89
89
|
foreground: "bg-transparent border-foreground text-foreground"
|
|
90
90
|
};
|
|
91
91
|
var flat = {
|
|
92
|
-
default: "bg-default
|
|
93
|
-
primary: "bg-primary
|
|
94
|
-
secondary: "bg-secondary
|
|
95
|
-
success: "bg-success
|
|
96
|
-
warning: "bg-warning
|
|
97
|
-
danger: "bg-danger
|
|
92
|
+
default: "bg-default/20 text-default-foreground",
|
|
93
|
+
primary: "bg-primary/20 text-primary",
|
|
94
|
+
secondary: "bg-secondary/20 text-secondary",
|
|
95
|
+
success: "bg-success/20 text-success-600 dark:text-success",
|
|
96
|
+
warning: "bg-warning/20 text-warning-600 dark:text-warning",
|
|
97
|
+
danger: "bg-danger/20 text-danger",
|
|
98
98
|
foreground: "bg-foreground/10 text-foreground"
|
|
99
99
|
};
|
|
100
100
|
var faded = {
|
package/dist/utils/index.mjs
CHANGED
package/dist/utils/variants.js
CHANGED
|
@@ -51,12 +51,12 @@ var bordered = {
|
|
|
51
51
|
foreground: "bg-transparent border-foreground text-foreground"
|
|
52
52
|
};
|
|
53
53
|
var flat = {
|
|
54
|
-
default: "bg-default
|
|
55
|
-
primary: "bg-primary
|
|
56
|
-
secondary: "bg-secondary
|
|
57
|
-
success: "bg-success
|
|
58
|
-
warning: "bg-warning
|
|
59
|
-
danger: "bg-danger
|
|
54
|
+
default: "bg-default/20 text-default-foreground",
|
|
55
|
+
primary: "bg-primary/20 text-primary",
|
|
56
|
+
secondary: "bg-secondary/20 text-secondary",
|
|
57
|
+
success: "bg-success/20 text-success-600 dark:text-success",
|
|
58
|
+
warning: "bg-warning/20 text-warning-600 dark:text-warning",
|
|
59
|
+
danger: "bg-danger/20 text-danger",
|
|
60
60
|
foreground: "bg-foreground/10 text-foreground"
|
|
61
61
|
};
|
|
62
62
|
var faded = {
|
package/dist/utils/variants.mjs
CHANGED