@nextui-org/theme 0.0.0-dev-v2-20230617005419 → 0.0.0-dev-v2-20230617142344
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-Z5FFO6RH.mjs → chunk-3YM7ZXUG.mjs} +3 -3
- package/dist/{chunk-PFNGC6IG.mjs → chunk-CNGIMNA5.mjs} +2 -2
- package/dist/{chunk-2FCKB2MY.mjs → chunk-EQVBIZB3.mjs} +25 -2
- package/dist/{chunk-XMV4AU26.mjs → chunk-JR6TMRUJ.mjs} +6 -6
- 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 +25 -2
- package/dist/components/index.mjs +39 -39
- package/dist/components/modal.d.ts +94 -4
- package/dist/components/modal.js +25 -2
- package/dist/components/modal.mjs +1 -1
- package/dist/components/pagination.mjs +1 -1
- 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 +25 -2
- package/dist/index.mjs +60 -60
- package/dist/plugin.mjs +9 -9
- package/dist/utils/index.mjs +1 -1
- package/package.json +1 -1
- package/dist/{chunk-W4HTBNGS.mjs → chunk-CRCBVLUP.mjs} +6 -6
|
@@ -21,14 +21,13 @@ var modal = tv({
|
|
|
21
21
|
"bg-white",
|
|
22
22
|
"z-50",
|
|
23
23
|
"w-full",
|
|
24
|
-
"shadow-lg",
|
|
25
24
|
"box-border",
|
|
25
|
+
"bg-background",
|
|
26
26
|
"dark:bg-content1",
|
|
27
27
|
"border border-default-100",
|
|
28
28
|
"outline-none",
|
|
29
29
|
"my-16"
|
|
30
30
|
],
|
|
31
|
-
trigger: [],
|
|
32
31
|
backdrop: "z-50",
|
|
33
32
|
header: "flex py-4 px-6 flex-initial text-lg font-semibold",
|
|
34
33
|
body: "flex flex-1 flex-col gap-3 px-6 py-2",
|
|
@@ -96,6 +95,29 @@ var modal = tv({
|
|
|
96
95
|
"2xl": { base: "rounded-2xl" },
|
|
97
96
|
"3xl": { base: "rounded-3xl" }
|
|
98
97
|
},
|
|
98
|
+
shadow: {
|
|
99
|
+
none: {
|
|
100
|
+
base: "shadow-none"
|
|
101
|
+
},
|
|
102
|
+
sm: {
|
|
103
|
+
base: "shadow-sm"
|
|
104
|
+
},
|
|
105
|
+
md: {
|
|
106
|
+
base: "shadow-md"
|
|
107
|
+
},
|
|
108
|
+
lg: {
|
|
109
|
+
base: "shadow-lg"
|
|
110
|
+
},
|
|
111
|
+
xl: {
|
|
112
|
+
base: "shadow-xl"
|
|
113
|
+
},
|
|
114
|
+
"2xl": {
|
|
115
|
+
base: "shadow-2xl"
|
|
116
|
+
},
|
|
117
|
+
inner: {
|
|
118
|
+
base: "shadow-inner"
|
|
119
|
+
}
|
|
120
|
+
},
|
|
99
121
|
backdrop: {
|
|
100
122
|
transparent: {
|
|
101
123
|
backdrop: "hidden"
|
|
@@ -124,6 +146,7 @@ var modal = tv({
|
|
|
124
146
|
defaultVariants: {
|
|
125
147
|
size: "md",
|
|
126
148
|
radius: "lg",
|
|
149
|
+
shadow: "lg",
|
|
127
150
|
backdrop: "opaque",
|
|
128
151
|
scrollBehavior: "normal"
|
|
129
152
|
},
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
+
import {
|
|
2
|
+
baseStyles
|
|
3
|
+
} from "./chunk-INZK6TTL.mjs";
|
|
1
4
|
import {
|
|
2
5
|
utilities
|
|
3
6
|
} from "./chunk-JH2TR6BI.mjs";
|
|
4
7
|
import {
|
|
5
8
|
semanticColors
|
|
6
|
-
} from "./chunk-
|
|
7
|
-
import {
|
|
8
|
-
commonColors
|
|
9
|
-
} from "./chunk-W4HTBNGS.mjs";
|
|
9
|
+
} from "./chunk-3YM7ZXUG.mjs";
|
|
10
10
|
import {
|
|
11
11
|
removeDefaultKeys
|
|
12
12
|
} from "./chunk-37PIXVP4.mjs";
|
|
@@ -14,8 +14,8 @@ import {
|
|
|
14
14
|
animations
|
|
15
15
|
} from "./chunk-DMASP6FA.mjs";
|
|
16
16
|
import {
|
|
17
|
-
|
|
18
|
-
} from "./chunk-
|
|
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";
|
|
5
|
+
import "../chunk-L2OL7R23.mjs";
|
|
4
6
|
import "../chunk-YZYGFPNK.mjs";
|
|
5
7
|
import "../chunk-Y4YW5MKL.mjs";
|
|
6
8
|
import "../chunk-KZJBCC2H.mjs";
|
|
7
9
|
import "../chunk-T3GWIVAM.mjs";
|
|
8
10
|
import "../chunk-OR5PUD24.mjs";
|
|
9
|
-
import "../chunk-DCEG5LGX.mjs";
|
|
10
|
-
import "../chunk-L2OL7R23.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-CNGIMNA5.mjs";
|
|
4
4
|
import {
|
|
5
5
|
semanticColors
|
|
6
|
-
} from "../chunk-
|
|
6
|
+
} from "../chunk-3YM7ZXUG.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";
|
|
13
|
+
import "../chunk-L2OL7R23.mjs";
|
|
11
14
|
import "../chunk-YZYGFPNK.mjs";
|
|
12
15
|
import "../chunk-Y4YW5MKL.mjs";
|
|
13
16
|
import "../chunk-KZJBCC2H.mjs";
|
|
14
17
|
import "../chunk-T3GWIVAM.mjs";
|
|
15
18
|
import "../chunk-OR5PUD24.mjs";
|
|
16
|
-
import "../chunk-DCEG5LGX.mjs";
|
|
17
|
-
import "../chunk-L2OL7R23.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-3YM7ZXUG.mjs";
|
|
6
|
+
import "../chunk-37PIXVP4.mjs";
|
|
7
|
+
import "../chunk-CRCBVLUP.mjs";
|
|
8
|
+
import "../chunk-DCEG5LGX.mjs";
|
|
9
|
+
import "../chunk-L2OL7R23.mjs";
|
|
7
10
|
import "../chunk-YZYGFPNK.mjs";
|
|
8
11
|
import "../chunk-Y4YW5MKL.mjs";
|
|
9
12
|
import "../chunk-KZJBCC2H.mjs";
|
|
10
13
|
import "../chunk-T3GWIVAM.mjs";
|
|
11
14
|
import "../chunk-OR5PUD24.mjs";
|
|
12
|
-
import "../chunk-DCEG5LGX.mjs";
|
|
13
|
-
import "../chunk-L2OL7R23.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-CNGIMNA5.mjs";
|
|
5
5
|
import {
|
|
6
6
|
semanticColors
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-3YM7ZXUG.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";
|
|
14
|
+
import "./chunk-L2OL7R23.mjs";
|
|
12
15
|
import "./chunk-YZYGFPNK.mjs";
|
|
13
16
|
import "./chunk-Y4YW5MKL.mjs";
|
|
14
17
|
import "./chunk-KZJBCC2H.mjs";
|
|
15
18
|
import "./chunk-T3GWIVAM.mjs";
|
|
16
19
|
import "./chunk-OR5PUD24.mjs";
|
|
17
|
-
import "./chunk-DCEG5LGX.mjs";
|
|
18
|
-
import "./chunk-L2OL7R23.mjs";
|
|
19
|
-
import "./chunk-37PIXVP4.mjs";
|
|
20
20
|
export {
|
|
21
21
|
colors,
|
|
22
22
|
commonColors,
|
package/dist/components/chip.mjs
CHANGED
package/dist/components/code.mjs
CHANGED
package/dist/components/index.js
CHANGED
|
@@ -5147,14 +5147,13 @@ var modal = (0, import_tailwind_variants23.tv)({
|
|
|
5147
5147
|
"bg-white",
|
|
5148
5148
|
"z-50",
|
|
5149
5149
|
"w-full",
|
|
5150
|
-
"shadow-lg",
|
|
5151
5150
|
"box-border",
|
|
5151
|
+
"bg-background",
|
|
5152
5152
|
"dark:bg-content1",
|
|
5153
5153
|
"border border-default-100",
|
|
5154
5154
|
"outline-none",
|
|
5155
5155
|
"my-16"
|
|
5156
5156
|
],
|
|
5157
|
-
trigger: [],
|
|
5158
5157
|
backdrop: "z-50",
|
|
5159
5158
|
header: "flex py-4 px-6 flex-initial text-lg font-semibold",
|
|
5160
5159
|
body: "flex flex-1 flex-col gap-3 px-6 py-2",
|
|
@@ -5222,6 +5221,29 @@ var modal = (0, import_tailwind_variants23.tv)({
|
|
|
5222
5221
|
"2xl": { base: "rounded-2xl" },
|
|
5223
5222
|
"3xl": { base: "rounded-3xl" }
|
|
5224
5223
|
},
|
|
5224
|
+
shadow: {
|
|
5225
|
+
none: {
|
|
5226
|
+
base: "shadow-none"
|
|
5227
|
+
},
|
|
5228
|
+
sm: {
|
|
5229
|
+
base: "shadow-sm"
|
|
5230
|
+
},
|
|
5231
|
+
md: {
|
|
5232
|
+
base: "shadow-md"
|
|
5233
|
+
},
|
|
5234
|
+
lg: {
|
|
5235
|
+
base: "shadow-lg"
|
|
5236
|
+
},
|
|
5237
|
+
xl: {
|
|
5238
|
+
base: "shadow-xl"
|
|
5239
|
+
},
|
|
5240
|
+
"2xl": {
|
|
5241
|
+
base: "shadow-2xl"
|
|
5242
|
+
},
|
|
5243
|
+
inner: {
|
|
5244
|
+
base: "shadow-inner"
|
|
5245
|
+
}
|
|
5246
|
+
},
|
|
5225
5247
|
backdrop: {
|
|
5226
5248
|
transparent: {
|
|
5227
5249
|
backdrop: "hidden"
|
|
@@ -5250,6 +5272,7 @@ var modal = (0, import_tailwind_variants23.tv)({
|
|
|
5250
5272
|
defaultVariants: {
|
|
5251
5273
|
size: "md",
|
|
5252
5274
|
radius: "lg",
|
|
5275
|
+
shadow: "lg",
|
|
5253
5276
|
backdrop: "opaque",
|
|
5254
5277
|
scrollBehavior: "normal"
|
|
5255
5278
|
},
|
|
@@ -1,26 +1,4 @@
|
|
|
1
1
|
import "../chunk-PRWEADY4.mjs";
|
|
2
|
-
import {
|
|
3
|
-
tabs
|
|
4
|
-
} from "../chunk-RWQ57OVD.mjs";
|
|
5
|
-
import {
|
|
6
|
-
toggle
|
|
7
|
-
} from "../chunk-42RVICJN.mjs";
|
|
8
|
-
import {
|
|
9
|
-
user
|
|
10
|
-
} from "../chunk-ZFYINWFR.mjs";
|
|
11
|
-
import {
|
|
12
|
-
popover
|
|
13
|
-
} from "../chunk-YOSP6YO6.mjs";
|
|
14
|
-
import {
|
|
15
|
-
progress
|
|
16
|
-
} from "../chunk-BHHIVMOY.mjs";
|
|
17
|
-
import {
|
|
18
|
-
radio,
|
|
19
|
-
radioGroup
|
|
20
|
-
} from "../chunk-2RQFBKZ4.mjs";
|
|
21
|
-
import {
|
|
22
|
-
skeleton
|
|
23
|
-
} from "../chunk-P5E3PNHW.mjs";
|
|
24
2
|
import {
|
|
25
3
|
snippet
|
|
26
4
|
} from "../chunk-HKMIRUA2.mjs";
|
|
@@ -34,21 +12,21 @@ import {
|
|
|
34
12
|
table
|
|
35
13
|
} from "../chunk-U54UQOTS.mjs";
|
|
36
14
|
import {
|
|
37
|
-
|
|
38
|
-
} from "../chunk-
|
|
15
|
+
tabs
|
|
16
|
+
} from "../chunk-RWQ57OVD.mjs";
|
|
39
17
|
import {
|
|
40
|
-
|
|
41
|
-
} from "../chunk-
|
|
18
|
+
toggle
|
|
19
|
+
} from "../chunk-42RVICJN.mjs";
|
|
42
20
|
import {
|
|
43
|
-
|
|
44
|
-
} from "../chunk-
|
|
21
|
+
user
|
|
22
|
+
} from "../chunk-ZFYINWFR.mjs";
|
|
45
23
|
import {
|
|
46
24
|
link,
|
|
47
25
|
linkAnchorClasses
|
|
48
26
|
} from "../chunk-YQXYRWJP.mjs";
|
|
49
27
|
import {
|
|
50
28
|
modal
|
|
51
|
-
} from "../chunk-
|
|
29
|
+
} from "../chunk-EQVBIZB3.mjs";
|
|
52
30
|
import {
|
|
53
31
|
navbar
|
|
54
32
|
} from "../chunk-LWJT5D6G.mjs";
|
|
@@ -56,18 +34,18 @@ import {
|
|
|
56
34
|
pagination
|
|
57
35
|
} from "../chunk-K55AW2NU.mjs";
|
|
58
36
|
import {
|
|
59
|
-
|
|
60
|
-
} from "../chunk-
|
|
37
|
+
popover
|
|
38
|
+
} from "../chunk-YOSP6YO6.mjs";
|
|
61
39
|
import {
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
} from "../chunk-G34JOIZ3.mjs";
|
|
40
|
+
progress
|
|
41
|
+
} from "../chunk-BHHIVMOY.mjs";
|
|
65
42
|
import {
|
|
66
|
-
|
|
67
|
-
|
|
43
|
+
radio,
|
|
44
|
+
radioGroup
|
|
45
|
+
} from "../chunk-2RQFBKZ4.mjs";
|
|
68
46
|
import {
|
|
69
|
-
|
|
70
|
-
} from "../chunk-
|
|
47
|
+
skeleton
|
|
48
|
+
} from "../chunk-P5E3PNHW.mjs";
|
|
71
49
|
import {
|
|
72
50
|
code
|
|
73
51
|
} from "../chunk-27PQQNKZ.mjs";
|
|
@@ -83,6 +61,15 @@ import {
|
|
|
83
61
|
dropdownMenu,
|
|
84
62
|
dropdownSection
|
|
85
63
|
} from "../chunk-4K3TOAY2.mjs";
|
|
64
|
+
import {
|
|
65
|
+
image
|
|
66
|
+
} from "../chunk-R4PNBVFX.mjs";
|
|
67
|
+
import {
|
|
68
|
+
input
|
|
69
|
+
} from "../chunk-YEHFHLHQ.mjs";
|
|
70
|
+
import {
|
|
71
|
+
kbd
|
|
72
|
+
} from "../chunk-GBPOVFEX.mjs";
|
|
86
73
|
import {
|
|
87
74
|
accordion,
|
|
88
75
|
accordionItem
|
|
@@ -98,9 +85,22 @@ import {
|
|
|
98
85
|
button,
|
|
99
86
|
buttonGroup
|
|
100
87
|
} from "../chunk-WUX2XFG4.mjs";
|
|
88
|
+
import {
|
|
89
|
+
card
|
|
90
|
+
} from "../chunk-QW2ZGOKD.mjs";
|
|
91
|
+
import {
|
|
92
|
+
checkbox,
|
|
93
|
+
checkboxGroup
|
|
94
|
+
} from "../chunk-G34JOIZ3.mjs";
|
|
95
|
+
import {
|
|
96
|
+
chip
|
|
97
|
+
} from "../chunk-TO7LQPC3.mjs";
|
|
101
98
|
import "../chunk-CMYR6AOY.mjs";
|
|
102
|
-
import "../chunk-I4OYRSA7.mjs";
|
|
103
99
|
import "../chunk-K7LK7NCE.mjs";
|
|
100
|
+
import "../chunk-I4OYRSA7.mjs";
|
|
101
|
+
import {
|
|
102
|
+
circularProgress
|
|
103
|
+
} from "../chunk-UPBFQDTD.mjs";
|
|
104
104
|
import "../chunk-INZK6TTL.mjs";
|
|
105
105
|
export {
|
|
106
106
|
accordion,
|
|
@@ -7,10 +7,10 @@ import * as tailwind_variants_dist_config from 'tailwind-variants/dist/config';
|
|
|
7
7
|
*
|
|
8
8
|
* @example
|
|
9
9
|
* ```js
|
|
10
|
-
* const {base,
|
|
10
|
+
* const {base, backdrop, header, body, footer} = modal({...})
|
|
11
11
|
*
|
|
12
12
|
* <div>
|
|
13
|
-
* <button
|
|
13
|
+
* <button>Open Modal</button>
|
|
14
14
|
* <div className={backdrop()}/>
|
|
15
15
|
* <div className={base()}>
|
|
16
16
|
* <div className={header()}>Header</div>
|
|
@@ -79,6 +79,29 @@ declare const modal: tailwind_variants.TVReturnType<{
|
|
|
79
79
|
base: string;
|
|
80
80
|
};
|
|
81
81
|
};
|
|
82
|
+
shadow: {
|
|
83
|
+
none: {
|
|
84
|
+
base: string;
|
|
85
|
+
};
|
|
86
|
+
sm: {
|
|
87
|
+
base: string;
|
|
88
|
+
};
|
|
89
|
+
md: {
|
|
90
|
+
base: string;
|
|
91
|
+
};
|
|
92
|
+
lg: {
|
|
93
|
+
base: string;
|
|
94
|
+
};
|
|
95
|
+
xl: {
|
|
96
|
+
base: string;
|
|
97
|
+
};
|
|
98
|
+
"2xl": {
|
|
99
|
+
base: string;
|
|
100
|
+
};
|
|
101
|
+
inner: {
|
|
102
|
+
base: string;
|
|
103
|
+
};
|
|
104
|
+
};
|
|
82
105
|
backdrop: {
|
|
83
106
|
transparent: {
|
|
84
107
|
backdrop: string;
|
|
@@ -106,7 +129,6 @@ declare const modal: tailwind_variants.TVReturnType<{
|
|
|
106
129
|
}, {
|
|
107
130
|
wrapper: string[];
|
|
108
131
|
base: string[];
|
|
109
|
-
trigger: never[];
|
|
110
132
|
backdrop: string;
|
|
111
133
|
header: string;
|
|
112
134
|
body: string;
|
|
@@ -171,6 +193,29 @@ declare const modal: tailwind_variants.TVReturnType<{
|
|
|
171
193
|
base: string;
|
|
172
194
|
};
|
|
173
195
|
};
|
|
196
|
+
shadow: {
|
|
197
|
+
none: {
|
|
198
|
+
base: string;
|
|
199
|
+
};
|
|
200
|
+
sm: {
|
|
201
|
+
base: string;
|
|
202
|
+
};
|
|
203
|
+
md: {
|
|
204
|
+
base: string;
|
|
205
|
+
};
|
|
206
|
+
lg: {
|
|
207
|
+
base: string;
|
|
208
|
+
};
|
|
209
|
+
xl: {
|
|
210
|
+
base: string;
|
|
211
|
+
};
|
|
212
|
+
"2xl": {
|
|
213
|
+
base: string;
|
|
214
|
+
};
|
|
215
|
+
inner: {
|
|
216
|
+
base: string;
|
|
217
|
+
};
|
|
218
|
+
};
|
|
174
219
|
backdrop: {
|
|
175
220
|
transparent: {
|
|
176
221
|
backdrop: string;
|
|
@@ -254,6 +299,29 @@ declare const modal: tailwind_variants.TVReturnType<{
|
|
|
254
299
|
base: string;
|
|
255
300
|
};
|
|
256
301
|
};
|
|
302
|
+
shadow: {
|
|
303
|
+
none: {
|
|
304
|
+
base: string;
|
|
305
|
+
};
|
|
306
|
+
sm: {
|
|
307
|
+
base: string;
|
|
308
|
+
};
|
|
309
|
+
md: {
|
|
310
|
+
base: string;
|
|
311
|
+
};
|
|
312
|
+
lg: {
|
|
313
|
+
base: string;
|
|
314
|
+
};
|
|
315
|
+
xl: {
|
|
316
|
+
base: string;
|
|
317
|
+
};
|
|
318
|
+
"2xl": {
|
|
319
|
+
base: string;
|
|
320
|
+
};
|
|
321
|
+
inner: {
|
|
322
|
+
base: string;
|
|
323
|
+
};
|
|
324
|
+
};
|
|
257
325
|
backdrop: {
|
|
258
326
|
transparent: {
|
|
259
327
|
backdrop: string;
|
|
@@ -337,6 +405,29 @@ declare const modal: tailwind_variants.TVReturnType<{
|
|
|
337
405
|
base: string;
|
|
338
406
|
};
|
|
339
407
|
};
|
|
408
|
+
shadow: {
|
|
409
|
+
none: {
|
|
410
|
+
base: string;
|
|
411
|
+
};
|
|
412
|
+
sm: {
|
|
413
|
+
base: string;
|
|
414
|
+
};
|
|
415
|
+
md: {
|
|
416
|
+
base: string;
|
|
417
|
+
};
|
|
418
|
+
lg: {
|
|
419
|
+
base: string;
|
|
420
|
+
};
|
|
421
|
+
xl: {
|
|
422
|
+
base: string;
|
|
423
|
+
};
|
|
424
|
+
"2xl": {
|
|
425
|
+
base: string;
|
|
426
|
+
};
|
|
427
|
+
inner: {
|
|
428
|
+
base: string;
|
|
429
|
+
};
|
|
430
|
+
};
|
|
340
431
|
backdrop: {
|
|
341
432
|
transparent: {
|
|
342
433
|
backdrop: string;
|
|
@@ -364,7 +455,6 @@ declare const modal: tailwind_variants.TVReturnType<{
|
|
|
364
455
|
}, {
|
|
365
456
|
wrapper: string[];
|
|
366
457
|
base: string[];
|
|
367
|
-
trigger: never[];
|
|
368
458
|
backdrop: string;
|
|
369
459
|
header: string;
|
|
370
460
|
body: string;
|
package/dist/components/modal.js
CHANGED
|
@@ -45,14 +45,13 @@ var modal = (0, import_tailwind_variants.tv)({
|
|
|
45
45
|
"bg-white",
|
|
46
46
|
"z-50",
|
|
47
47
|
"w-full",
|
|
48
|
-
"shadow-lg",
|
|
49
48
|
"box-border",
|
|
49
|
+
"bg-background",
|
|
50
50
|
"dark:bg-content1",
|
|
51
51
|
"border border-default-100",
|
|
52
52
|
"outline-none",
|
|
53
53
|
"my-16"
|
|
54
54
|
],
|
|
55
|
-
trigger: [],
|
|
56
55
|
backdrop: "z-50",
|
|
57
56
|
header: "flex py-4 px-6 flex-initial text-lg font-semibold",
|
|
58
57
|
body: "flex flex-1 flex-col gap-3 px-6 py-2",
|
|
@@ -120,6 +119,29 @@ var modal = (0, import_tailwind_variants.tv)({
|
|
|
120
119
|
"2xl": { base: "rounded-2xl" },
|
|
121
120
|
"3xl": { base: "rounded-3xl" }
|
|
122
121
|
},
|
|
122
|
+
shadow: {
|
|
123
|
+
none: {
|
|
124
|
+
base: "shadow-none"
|
|
125
|
+
},
|
|
126
|
+
sm: {
|
|
127
|
+
base: "shadow-sm"
|
|
128
|
+
},
|
|
129
|
+
md: {
|
|
130
|
+
base: "shadow-md"
|
|
131
|
+
},
|
|
132
|
+
lg: {
|
|
133
|
+
base: "shadow-lg"
|
|
134
|
+
},
|
|
135
|
+
xl: {
|
|
136
|
+
base: "shadow-xl"
|
|
137
|
+
},
|
|
138
|
+
"2xl": {
|
|
139
|
+
base: "shadow-2xl"
|
|
140
|
+
},
|
|
141
|
+
inner: {
|
|
142
|
+
base: "shadow-inner"
|
|
143
|
+
}
|
|
144
|
+
},
|
|
123
145
|
backdrop: {
|
|
124
146
|
transparent: {
|
|
125
147
|
backdrop: "hidden"
|
|
@@ -148,6 +170,7 @@ var modal = (0, import_tailwind_variants.tv)({
|
|
|
148
170
|
defaultVariants: {
|
|
149
171
|
size: "md",
|
|
150
172
|
radius: "lg",
|
|
173
|
+
shadow: "lg",
|
|
151
174
|
backdrop: "opaque",
|
|
152
175
|
scrollBehavior: "normal"
|
|
153
176
|
},
|
package/dist/components/tabs.mjs
CHANGED
package/dist/index.js
CHANGED
|
@@ -5179,14 +5179,13 @@ var modal = (0, import_tailwind_variants23.tv)({
|
|
|
5179
5179
|
"bg-white",
|
|
5180
5180
|
"z-50",
|
|
5181
5181
|
"w-full",
|
|
5182
|
-
"shadow-lg",
|
|
5183
5182
|
"box-border",
|
|
5183
|
+
"bg-background",
|
|
5184
5184
|
"dark:bg-content1",
|
|
5185
5185
|
"border border-default-100",
|
|
5186
5186
|
"outline-none",
|
|
5187
5187
|
"my-16"
|
|
5188
5188
|
],
|
|
5189
|
-
trigger: [],
|
|
5190
5189
|
backdrop: "z-50",
|
|
5191
5190
|
header: "flex py-4 px-6 flex-initial text-lg font-semibold",
|
|
5192
5191
|
body: "flex flex-1 flex-col gap-3 px-6 py-2",
|
|
@@ -5254,6 +5253,29 @@ var modal = (0, import_tailwind_variants23.tv)({
|
|
|
5254
5253
|
"2xl": { base: "rounded-2xl" },
|
|
5255
5254
|
"3xl": { base: "rounded-3xl" }
|
|
5256
5255
|
},
|
|
5256
|
+
shadow: {
|
|
5257
|
+
none: {
|
|
5258
|
+
base: "shadow-none"
|
|
5259
|
+
},
|
|
5260
|
+
sm: {
|
|
5261
|
+
base: "shadow-sm"
|
|
5262
|
+
},
|
|
5263
|
+
md: {
|
|
5264
|
+
base: "shadow-md"
|
|
5265
|
+
},
|
|
5266
|
+
lg: {
|
|
5267
|
+
base: "shadow-lg"
|
|
5268
|
+
},
|
|
5269
|
+
xl: {
|
|
5270
|
+
base: "shadow-xl"
|
|
5271
|
+
},
|
|
5272
|
+
"2xl": {
|
|
5273
|
+
base: "shadow-2xl"
|
|
5274
|
+
},
|
|
5275
|
+
inner: {
|
|
5276
|
+
base: "shadow-inner"
|
|
5277
|
+
}
|
|
5278
|
+
},
|
|
5257
5279
|
backdrop: {
|
|
5258
5280
|
transparent: {
|
|
5259
5281
|
backdrop: "hidden"
|
|
@@ -5282,6 +5304,7 @@ var modal = (0, import_tailwind_variants23.tv)({
|
|
|
5282
5304
|
defaultVariants: {
|
|
5283
5305
|
size: "md",
|
|
5284
5306
|
radius: "lg",
|
|
5307
|
+
shadow: "lg",
|
|
5285
5308
|
backdrop: "opaque",
|
|
5286
5309
|
scrollBehavior: "normal"
|
|
5287
5310
|
},
|
package/dist/index.mjs
CHANGED
|
@@ -1,26 +1,4 @@
|
|
|
1
1
|
import "./chunk-PRWEADY4.mjs";
|
|
2
|
-
import {
|
|
3
|
-
tabs
|
|
4
|
-
} from "./chunk-RWQ57OVD.mjs";
|
|
5
|
-
import {
|
|
6
|
-
toggle
|
|
7
|
-
} from "./chunk-42RVICJN.mjs";
|
|
8
|
-
import {
|
|
9
|
-
user
|
|
10
|
-
} from "./chunk-ZFYINWFR.mjs";
|
|
11
|
-
import {
|
|
12
|
-
popover
|
|
13
|
-
} from "./chunk-YOSP6YO6.mjs";
|
|
14
|
-
import {
|
|
15
|
-
progress
|
|
16
|
-
} from "./chunk-BHHIVMOY.mjs";
|
|
17
|
-
import {
|
|
18
|
-
radio,
|
|
19
|
-
radioGroup
|
|
20
|
-
} from "./chunk-2RQFBKZ4.mjs";
|
|
21
|
-
import {
|
|
22
|
-
skeleton
|
|
23
|
-
} from "./chunk-P5E3PNHW.mjs";
|
|
24
2
|
import {
|
|
25
3
|
snippet
|
|
26
4
|
} from "./chunk-HKMIRUA2.mjs";
|
|
@@ -34,21 +12,21 @@ import {
|
|
|
34
12
|
table
|
|
35
13
|
} from "./chunk-U54UQOTS.mjs";
|
|
36
14
|
import {
|
|
37
|
-
|
|
38
|
-
} from "./chunk-
|
|
15
|
+
tabs
|
|
16
|
+
} from "./chunk-RWQ57OVD.mjs";
|
|
39
17
|
import {
|
|
40
|
-
|
|
41
|
-
} from "./chunk-
|
|
18
|
+
toggle
|
|
19
|
+
} from "./chunk-42RVICJN.mjs";
|
|
42
20
|
import {
|
|
43
|
-
|
|
44
|
-
} from "./chunk-
|
|
21
|
+
user
|
|
22
|
+
} from "./chunk-ZFYINWFR.mjs";
|
|
45
23
|
import {
|
|
46
24
|
link,
|
|
47
25
|
linkAnchorClasses
|
|
48
26
|
} from "./chunk-YQXYRWJP.mjs";
|
|
49
27
|
import {
|
|
50
28
|
modal
|
|
51
|
-
} from "./chunk-
|
|
29
|
+
} from "./chunk-EQVBIZB3.mjs";
|
|
52
30
|
import {
|
|
53
31
|
navbar
|
|
54
32
|
} from "./chunk-LWJT5D6G.mjs";
|
|
@@ -56,18 +34,18 @@ import {
|
|
|
56
34
|
pagination
|
|
57
35
|
} from "./chunk-K55AW2NU.mjs";
|
|
58
36
|
import {
|
|
59
|
-
|
|
60
|
-
} from "./chunk-
|
|
37
|
+
popover
|
|
38
|
+
} from "./chunk-YOSP6YO6.mjs";
|
|
61
39
|
import {
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
} from "./chunk-G34JOIZ3.mjs";
|
|
40
|
+
progress
|
|
41
|
+
} from "./chunk-BHHIVMOY.mjs";
|
|
65
42
|
import {
|
|
66
|
-
|
|
67
|
-
|
|
43
|
+
radio,
|
|
44
|
+
radioGroup
|
|
45
|
+
} from "./chunk-2RQFBKZ4.mjs";
|
|
68
46
|
import {
|
|
69
|
-
|
|
70
|
-
} from "./chunk-
|
|
47
|
+
skeleton
|
|
48
|
+
} from "./chunk-P5E3PNHW.mjs";
|
|
71
49
|
import {
|
|
72
50
|
code
|
|
73
51
|
} from "./chunk-27PQQNKZ.mjs";
|
|
@@ -84,29 +62,14 @@ import {
|
|
|
84
62
|
dropdownSection
|
|
85
63
|
} from "./chunk-4K3TOAY2.mjs";
|
|
86
64
|
import {
|
|
87
|
-
|
|
88
|
-
} from "./chunk-
|
|
89
|
-
import "./chunk-JH2TR6BI.mjs";
|
|
90
|
-
import "./chunk-WQEDQHKX.mjs";
|
|
91
|
-
import {
|
|
92
|
-
colors
|
|
93
|
-
} from "./chunk-PFNGC6IG.mjs";
|
|
65
|
+
image
|
|
66
|
+
} from "./chunk-R4PNBVFX.mjs";
|
|
94
67
|
import {
|
|
95
|
-
|
|
96
|
-
} from "./chunk-
|
|
97
|
-
import "./chunk-M63AFAHO.mjs";
|
|
68
|
+
input
|
|
69
|
+
} from "./chunk-YEHFHLHQ.mjs";
|
|
98
70
|
import {
|
|
99
|
-
|
|
100
|
-
} from "./chunk-
|
|
101
|
-
import "./chunk-YZYGFPNK.mjs";
|
|
102
|
-
import "./chunk-Y4YW5MKL.mjs";
|
|
103
|
-
import "./chunk-KZJBCC2H.mjs";
|
|
104
|
-
import "./chunk-T3GWIVAM.mjs";
|
|
105
|
-
import "./chunk-OR5PUD24.mjs";
|
|
106
|
-
import "./chunk-DCEG5LGX.mjs";
|
|
107
|
-
import "./chunk-L2OL7R23.mjs";
|
|
108
|
-
import "./chunk-37PIXVP4.mjs";
|
|
109
|
-
import "./chunk-DMASP6FA.mjs";
|
|
71
|
+
kbd
|
|
72
|
+
} from "./chunk-GBPOVFEX.mjs";
|
|
110
73
|
import {
|
|
111
74
|
accordion,
|
|
112
75
|
accordionItem
|
|
@@ -122,11 +85,27 @@ import {
|
|
|
122
85
|
button,
|
|
123
86
|
buttonGroup
|
|
124
87
|
} from "./chunk-WUX2XFG4.mjs";
|
|
88
|
+
import {
|
|
89
|
+
card
|
|
90
|
+
} from "./chunk-QW2ZGOKD.mjs";
|
|
91
|
+
import {
|
|
92
|
+
checkbox,
|
|
93
|
+
checkboxGroup
|
|
94
|
+
} from "./chunk-G34JOIZ3.mjs";
|
|
95
|
+
import {
|
|
96
|
+
chip
|
|
97
|
+
} from "./chunk-TO7LQPC3.mjs";
|
|
125
98
|
import "./chunk-CMYR6AOY.mjs";
|
|
99
|
+
import "./chunk-K7LK7NCE.mjs";
|
|
126
100
|
import {
|
|
127
101
|
colorVariants
|
|
128
102
|
} from "./chunk-I4OYRSA7.mjs";
|
|
129
|
-
import
|
|
103
|
+
import {
|
|
104
|
+
circularProgress
|
|
105
|
+
} from "./chunk-UPBFQDTD.mjs";
|
|
106
|
+
import {
|
|
107
|
+
nextui
|
|
108
|
+
} from "./chunk-JR6TMRUJ.mjs";
|
|
130
109
|
import {
|
|
131
110
|
absoluteFullClasses,
|
|
132
111
|
baseStyles,
|
|
@@ -134,6 +113,27 @@ import {
|
|
|
134
113
|
ringClasses,
|
|
135
114
|
translateCenterClasses
|
|
136
115
|
} from "./chunk-INZK6TTL.mjs";
|
|
116
|
+
import "./chunk-JH2TR6BI.mjs";
|
|
117
|
+
import "./chunk-WQEDQHKX.mjs";
|
|
118
|
+
import {
|
|
119
|
+
colors
|
|
120
|
+
} from "./chunk-CNGIMNA5.mjs";
|
|
121
|
+
import {
|
|
122
|
+
semanticColors
|
|
123
|
+
} from "./chunk-3YM7ZXUG.mjs";
|
|
124
|
+
import "./chunk-37PIXVP4.mjs";
|
|
125
|
+
import "./chunk-M63AFAHO.mjs";
|
|
126
|
+
import "./chunk-DMASP6FA.mjs";
|
|
127
|
+
import {
|
|
128
|
+
commonColors
|
|
129
|
+
} from "./chunk-CRCBVLUP.mjs";
|
|
130
|
+
import "./chunk-DCEG5LGX.mjs";
|
|
131
|
+
import "./chunk-L2OL7R23.mjs";
|
|
132
|
+
import "./chunk-YZYGFPNK.mjs";
|
|
133
|
+
import "./chunk-Y4YW5MKL.mjs";
|
|
134
|
+
import "./chunk-KZJBCC2H.mjs";
|
|
135
|
+
import "./chunk-T3GWIVAM.mjs";
|
|
136
|
+
import "./chunk-OR5PUD24.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-JR6TMRUJ.mjs";
|
|
4
|
+
import "./chunk-INZK6TTL.mjs";
|
|
4
5
|
import "./chunk-JH2TR6BI.mjs";
|
|
5
6
|
import "./chunk-WQEDQHKX.mjs";
|
|
6
|
-
import "./chunk-
|
|
7
|
-
import "./chunk-
|
|
7
|
+
import "./chunk-CNGIMNA5.mjs";
|
|
8
|
+
import "./chunk-3YM7ZXUG.mjs";
|
|
9
|
+
import "./chunk-37PIXVP4.mjs";
|
|
8
10
|
import "./chunk-M63AFAHO.mjs";
|
|
9
|
-
import "./chunk-
|
|
11
|
+
import "./chunk-DMASP6FA.mjs";
|
|
12
|
+
import "./chunk-CRCBVLUP.mjs";
|
|
13
|
+
import "./chunk-DCEG5LGX.mjs";
|
|
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-L2OL7R23.mjs";
|
|
17
|
-
import "./chunk-37PIXVP4.mjs";
|
|
18
|
-
import "./chunk-DMASP6FA.mjs";
|
|
19
|
-
import "./chunk-INZK6TTL.mjs";
|
|
20
20
|
export {
|
|
21
21
|
nextui
|
|
22
22
|
};
|
package/dist/utils/index.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
import {
|
|
2
|
+
pink
|
|
3
|
+
} from "./chunk-DCEG5LGX.mjs";
|
|
4
|
+
import {
|
|
5
|
+
purple
|
|
6
|
+
} from "./chunk-L2OL7R23.mjs";
|
|
1
7
|
import {
|
|
2
8
|
red
|
|
3
9
|
} from "./chunk-YZYGFPNK.mjs";
|
|
@@ -13,12 +19,6 @@ import {
|
|
|
13
19
|
import {
|
|
14
20
|
green
|
|
15
21
|
} from "./chunk-OR5PUD24.mjs";
|
|
16
|
-
import {
|
|
17
|
-
pink
|
|
18
|
-
} from "./chunk-DCEG5LGX.mjs";
|
|
19
|
-
import {
|
|
20
|
-
purple
|
|
21
|
-
} from "./chunk-L2OL7R23.mjs";
|
|
22
22
|
|
|
23
23
|
// src/colors/common.ts
|
|
24
24
|
var commonColors = {
|