@nextui-org/theme 0.0.0-dev-v2-20230707235157 → 0.0.0-dev-v2-20230708144335
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-CWKXWCSG.mjs → chunk-6OCRSXHB.mjs} +28 -5
- package/dist/{chunk-G4RCK475.mjs → chunk-7L2ZWDVP.mjs} +1 -1
- package/dist/{chunk-LUKNKAXA.mjs → chunk-I2JD77KP.mjs} +5 -5
- package/dist/{chunk-QZTWGJ72.mjs → chunk-QGHMGO5E.mjs} +2 -2
- package/dist/colors/common.mjs +3 -3
- package/dist/colors/index.mjs +5 -5
- package/dist/colors/semantic.mjs +4 -4
- package/dist/colors.mjs +5 -5
- package/dist/components/accordion.mjs +1 -1
- package/dist/components/avatar.mjs +2 -2
- package/dist/components/badge.mjs +2 -2
- package/dist/components/button.mjs +2 -2
- package/dist/components/card.mjs +1 -1
- package/dist/components/checkbox.mjs +1 -1
- package/dist/components/chip.mjs +2 -2
- package/dist/components/code.mjs +2 -2
- package/dist/components/dropdown.mjs +1 -1
- package/dist/components/index.js +28 -5
- package/dist/components/index.mjs +20 -20
- package/dist/components/input.mjs +1 -1
- package/dist/components/link.mjs +1 -1
- package/dist/components/modal.d.ts +56 -0
- package/dist/components/modal.js +28 -5
- package/dist/components/modal.mjs +2 -2
- package/dist/components/navbar.mjs +1 -1
- package/dist/components/pagination.mjs +2 -2
- package/dist/components/popover.mjs +2 -2
- package/dist/components/radio.mjs +1 -1
- package/dist/components/snippet.mjs +2 -2
- package/dist/components/table.mjs +1 -1
- package/dist/components/tabs.mjs +2 -2
- package/dist/components/toggle.mjs +1 -1
- package/dist/components/user.mjs +1 -1
- package/dist/index.js +28 -5
- package/dist/index.mjs +27 -27
- package/dist/plugin.mjs +7 -7
- package/package.json +1 -1
- package/dist/{chunk-ODPWKAVD.mjs → chunk-46DIPTGL.mjs} +3 -3
- package/dist/{chunk-IAS3SFA4.mjs → chunk-6TOTQSJE.mjs} +6 -6
- package/dist/{chunk-HM7DVYU6.mjs → chunk-6VRNW5CF.mjs} +3 -3
- package/dist/{chunk-TRZLWKEX.mjs → chunk-AHRYP44E.mjs} +3 -3
- package/dist/{chunk-65C2OLPQ.mjs → chunk-GKFQSH77.mjs} +3 -3
- package/dist/{chunk-7IAKEIIF.mjs → chunk-HZY5QWRY.mjs} +3 -3
- package/dist/{chunk-U27H53NM.mjs → chunk-I4QRMFQT.mjs} +3 -3
- package/dist/{chunk-EPRBHGUM.mjs → chunk-RHMUTT3C.mjs} +3 -3
- package/dist/{chunk-IFPTEK2Y.mjs → chunk-UNSWKQ6D.mjs} +3 -3
- package/dist/{chunk-3PXNVHIV.mjs → chunk-XAZEZ7N2.mjs} +3 -3
|
@@ -17,8 +17,14 @@ var modal = tv({
|
|
|
17
17
|
"z-50",
|
|
18
18
|
"overflow-x-auto",
|
|
19
19
|
"justify-center",
|
|
20
|
-
"
|
|
21
|
-
"
|
|
20
|
+
"[--scale-enter:100%]",
|
|
21
|
+
"[--scale-exit:100%]",
|
|
22
|
+
"[--slide-enter:0px]",
|
|
23
|
+
"[--slide-exit:80px]",
|
|
24
|
+
"sm:[--scale-enter:100%]",
|
|
25
|
+
"sm:[--scale-exit:105%]",
|
|
26
|
+
"sm:[--slide-enter:0px]",
|
|
27
|
+
"sm:[--slide-exit:0px]"
|
|
22
28
|
],
|
|
23
29
|
base: [
|
|
24
30
|
"flex",
|
|
@@ -30,8 +36,10 @@ var modal = tv({
|
|
|
30
36
|
"box-border",
|
|
31
37
|
"bg-content1",
|
|
32
38
|
"outline-none",
|
|
33
|
-
"mx-
|
|
34
|
-
"my-
|
|
39
|
+
"mx-2",
|
|
40
|
+
"my-2",
|
|
41
|
+
"sm:mx-6",
|
|
42
|
+
"sm:my-16"
|
|
35
43
|
],
|
|
36
44
|
backdrop: "z-50",
|
|
37
45
|
header: "flex py-4 px-6 flex-initial text-large font-semibold",
|
|
@@ -92,6 +100,20 @@ var modal = tv({
|
|
|
92
100
|
md: { base: "rounded-medium" },
|
|
93
101
|
lg: { base: "rounded-large" }
|
|
94
102
|
},
|
|
103
|
+
position: {
|
|
104
|
+
auto: {
|
|
105
|
+
wrapper: "items-end sm:items-center"
|
|
106
|
+
},
|
|
107
|
+
center: {
|
|
108
|
+
wrapper: "items-center sm:items-center"
|
|
109
|
+
},
|
|
110
|
+
top: {
|
|
111
|
+
wrapper: "items-start sm:items-start"
|
|
112
|
+
},
|
|
113
|
+
bottom: {
|
|
114
|
+
wrapper: "items-end sm:items-end"
|
|
115
|
+
}
|
|
116
|
+
},
|
|
95
117
|
shadow: {
|
|
96
118
|
sm: {
|
|
97
119
|
base: "shadow-small"
|
|
@@ -123,7 +145,7 @@ var modal = tv({
|
|
|
123
145
|
body: "overflow-y-auto"
|
|
124
146
|
},
|
|
125
147
|
outside: {
|
|
126
|
-
wrapper: "
|
|
148
|
+
wrapper: "sm:items-start overflow-y-auto",
|
|
127
149
|
base: "my-16"
|
|
128
150
|
}
|
|
129
151
|
}
|
|
@@ -132,6 +154,7 @@ var modal = tv({
|
|
|
132
154
|
size: "md",
|
|
133
155
|
radius: "lg",
|
|
134
156
|
shadow: "sm",
|
|
157
|
+
position: "auto",
|
|
135
158
|
backdrop: "opaque",
|
|
136
159
|
scrollBehavior: "normal"
|
|
137
160
|
},
|
|
@@ -3,6 +3,9 @@ import {
|
|
|
3
3
|
generateSpacingScale,
|
|
4
4
|
isBaseTheme
|
|
5
5
|
} from "./chunk-XA5ALA4E.mjs";
|
|
6
|
+
import {
|
|
7
|
+
animations
|
|
8
|
+
} from "./chunk-DMASP6FA.mjs";
|
|
6
9
|
import {
|
|
7
10
|
utilities
|
|
8
11
|
} from "./chunk-UNQJ7BRW.mjs";
|
|
@@ -11,7 +14,7 @@ import {
|
|
|
11
14
|
} from "./chunk-G2ZSNGR5.mjs";
|
|
12
15
|
import {
|
|
13
16
|
semanticColors
|
|
14
|
-
} from "./chunk-
|
|
17
|
+
} from "./chunk-7L2ZWDVP.mjs";
|
|
15
18
|
import {
|
|
16
19
|
flattenThemeObject
|
|
17
20
|
} from "./chunk-KUNVFLXJ.mjs";
|
|
@@ -21,12 +24,9 @@ import {
|
|
|
21
24
|
layouts,
|
|
22
25
|
lightLayout
|
|
23
26
|
} from "./chunk-HK6FLMPL.mjs";
|
|
24
|
-
import {
|
|
25
|
-
animations
|
|
26
|
-
} from "./chunk-DMASP6FA.mjs";
|
|
27
27
|
import {
|
|
28
28
|
commonColors
|
|
29
|
-
} from "./chunk-
|
|
29
|
+
} from "./chunk-6TOTQSJE.mjs";
|
|
30
30
|
|
|
31
31
|
// src/plugin.ts
|
|
32
32
|
import Color from "color";
|
package/dist/colors/common.mjs
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import {
|
|
2
2
|
commonColors
|
|
3
|
-
} from "../chunk-
|
|
4
|
-
import "../chunk-JUEOCLA3.mjs";
|
|
3
|
+
} from "../chunk-6TOTQSJE.mjs";
|
|
5
4
|
import "../chunk-3LKKH4AR.mjs";
|
|
6
|
-
import "../chunk-T3GWIVAM.mjs";
|
|
7
5
|
import "../chunk-OR5PUD24.mjs";
|
|
8
6
|
import "../chunk-DCEG5LGX.mjs";
|
|
9
7
|
import "../chunk-L2OL7R23.mjs";
|
|
10
8
|
import "../chunk-YZYGFPNK.mjs";
|
|
9
|
+
import "../chunk-JUEOCLA3.mjs";
|
|
11
10
|
import "../chunk-GHZ36ATJ.mjs";
|
|
11
|
+
import "../chunk-T3GWIVAM.mjs";
|
|
12
12
|
export {
|
|
13
13
|
commonColors
|
|
14
14
|
};
|
package/dist/colors/index.mjs
CHANGED
|
@@ -1,22 +1,22 @@
|
|
|
1
1
|
import {
|
|
2
2
|
colors
|
|
3
|
-
} from "../chunk-
|
|
3
|
+
} from "../chunk-QGHMGO5E.mjs";
|
|
4
4
|
import {
|
|
5
5
|
semanticColors
|
|
6
|
-
} from "../chunk-
|
|
6
|
+
} from "../chunk-7L2ZWDVP.mjs";
|
|
7
7
|
import "../chunk-KUNVFLXJ.mjs";
|
|
8
8
|
import "../chunk-M63AFAHO.mjs";
|
|
9
9
|
import {
|
|
10
10
|
commonColors
|
|
11
|
-
} from "../chunk-
|
|
12
|
-
import "../chunk-JUEOCLA3.mjs";
|
|
11
|
+
} from "../chunk-6TOTQSJE.mjs";
|
|
13
12
|
import "../chunk-3LKKH4AR.mjs";
|
|
14
|
-
import "../chunk-T3GWIVAM.mjs";
|
|
15
13
|
import "../chunk-OR5PUD24.mjs";
|
|
16
14
|
import "../chunk-DCEG5LGX.mjs";
|
|
17
15
|
import "../chunk-L2OL7R23.mjs";
|
|
18
16
|
import "../chunk-YZYGFPNK.mjs";
|
|
17
|
+
import "../chunk-JUEOCLA3.mjs";
|
|
19
18
|
import "../chunk-GHZ36ATJ.mjs";
|
|
19
|
+
import "../chunk-T3GWIVAM.mjs";
|
|
20
20
|
export {
|
|
21
21
|
colors,
|
|
22
22
|
commonColors,
|
package/dist/colors/semantic.mjs
CHANGED
|
@@ -2,17 +2,17 @@ import {
|
|
|
2
2
|
semanticColors,
|
|
3
3
|
themeColorsDark,
|
|
4
4
|
themeColorsLight
|
|
5
|
-
} from "../chunk-
|
|
5
|
+
} from "../chunk-7L2ZWDVP.mjs";
|
|
6
6
|
import "../chunk-KUNVFLXJ.mjs";
|
|
7
|
-
import "../chunk-
|
|
8
|
-
import "../chunk-JUEOCLA3.mjs";
|
|
7
|
+
import "../chunk-6TOTQSJE.mjs";
|
|
9
8
|
import "../chunk-3LKKH4AR.mjs";
|
|
10
|
-
import "../chunk-T3GWIVAM.mjs";
|
|
11
9
|
import "../chunk-OR5PUD24.mjs";
|
|
12
10
|
import "../chunk-DCEG5LGX.mjs";
|
|
13
11
|
import "../chunk-L2OL7R23.mjs";
|
|
14
12
|
import "../chunk-YZYGFPNK.mjs";
|
|
13
|
+
import "../chunk-JUEOCLA3.mjs";
|
|
15
14
|
import "../chunk-GHZ36ATJ.mjs";
|
|
15
|
+
import "../chunk-T3GWIVAM.mjs";
|
|
16
16
|
export {
|
|
17
17
|
semanticColors,
|
|
18
18
|
themeColorsDark,
|
package/dist/colors.mjs
CHANGED
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
import "./chunk-WQEDQHKX.mjs";
|
|
2
2
|
import {
|
|
3
3
|
colors
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-QGHMGO5E.mjs";
|
|
5
5
|
import {
|
|
6
6
|
semanticColors
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-7L2ZWDVP.mjs";
|
|
8
8
|
import "./chunk-KUNVFLXJ.mjs";
|
|
9
9
|
import "./chunk-M63AFAHO.mjs";
|
|
10
10
|
import {
|
|
11
11
|
commonColors
|
|
12
|
-
} from "./chunk-
|
|
13
|
-
import "./chunk-JUEOCLA3.mjs";
|
|
12
|
+
} from "./chunk-6TOTQSJE.mjs";
|
|
14
13
|
import "./chunk-3LKKH4AR.mjs";
|
|
15
|
-
import "./chunk-T3GWIVAM.mjs";
|
|
16
14
|
import "./chunk-OR5PUD24.mjs";
|
|
17
15
|
import "./chunk-DCEG5LGX.mjs";
|
|
18
16
|
import "./chunk-L2OL7R23.mjs";
|
|
19
17
|
import "./chunk-YZYGFPNK.mjs";
|
|
18
|
+
import "./chunk-JUEOCLA3.mjs";
|
|
20
19
|
import "./chunk-GHZ36ATJ.mjs";
|
|
20
|
+
import "./chunk-T3GWIVAM.mjs";
|
|
21
21
|
export {
|
|
22
22
|
colors,
|
|
23
23
|
commonColors,
|
|
@@ -2,10 +2,10 @@ import {
|
|
|
2
2
|
accordion,
|
|
3
3
|
accordionItem
|
|
4
4
|
} from "../chunk-DNEMDRDM.mjs";
|
|
5
|
+
import "../chunk-UX2EEVVM.mjs";
|
|
5
6
|
import "../chunk-CMYR6AOY.mjs";
|
|
6
7
|
import "../chunk-K7LK7NCE.mjs";
|
|
7
8
|
import "../chunk-2PIR7DFM.mjs";
|
|
8
|
-
import "../chunk-UX2EEVVM.mjs";
|
|
9
9
|
import "../chunk-G2ZSNGR5.mjs";
|
|
10
10
|
import "../chunk-WA5F6AED.mjs";
|
|
11
11
|
export {
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import {
|
|
2
2
|
avatar,
|
|
3
3
|
avatarGroup
|
|
4
|
-
} from "../chunk-
|
|
4
|
+
} from "../chunk-XAZEZ7N2.mjs";
|
|
5
|
+
import "../chunk-UX2EEVVM.mjs";
|
|
5
6
|
import "../chunk-CMYR6AOY.mjs";
|
|
6
7
|
import "../chunk-K7LK7NCE.mjs";
|
|
7
8
|
import "../chunk-2PIR7DFM.mjs";
|
|
8
|
-
import "../chunk-UX2EEVVM.mjs";
|
|
9
9
|
import "../chunk-G2ZSNGR5.mjs";
|
|
10
10
|
import "../chunk-WA5F6AED.mjs";
|
|
11
11
|
export {
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import {
|
|
2
2
|
badge
|
|
3
|
-
} from "../chunk-
|
|
3
|
+
} from "../chunk-I4QRMFQT.mjs";
|
|
4
|
+
import "../chunk-UX2EEVVM.mjs";
|
|
4
5
|
import "../chunk-CMYR6AOY.mjs";
|
|
5
6
|
import "../chunk-K7LK7NCE.mjs";
|
|
6
7
|
import "../chunk-2PIR7DFM.mjs";
|
|
7
|
-
import "../chunk-UX2EEVVM.mjs";
|
|
8
8
|
import "../chunk-G2ZSNGR5.mjs";
|
|
9
9
|
import "../chunk-WA5F6AED.mjs";
|
|
10
10
|
export {
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import {
|
|
2
2
|
button,
|
|
3
3
|
buttonGroup
|
|
4
|
-
} from "../chunk-
|
|
4
|
+
} from "../chunk-AHRYP44E.mjs";
|
|
5
|
+
import "../chunk-UX2EEVVM.mjs";
|
|
5
6
|
import "../chunk-CMYR6AOY.mjs";
|
|
6
7
|
import "../chunk-K7LK7NCE.mjs";
|
|
7
8
|
import "../chunk-2PIR7DFM.mjs";
|
|
8
|
-
import "../chunk-UX2EEVVM.mjs";
|
|
9
9
|
import "../chunk-G2ZSNGR5.mjs";
|
|
10
10
|
import "../chunk-WA5F6AED.mjs";
|
|
11
11
|
export {
|
package/dist/components/card.mjs
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import {
|
|
2
2
|
card
|
|
3
3
|
} from "../chunk-CLQQQIUB.mjs";
|
|
4
|
+
import "../chunk-UX2EEVVM.mjs";
|
|
4
5
|
import "../chunk-CMYR6AOY.mjs";
|
|
5
6
|
import "../chunk-K7LK7NCE.mjs";
|
|
6
7
|
import "../chunk-2PIR7DFM.mjs";
|
|
7
|
-
import "../chunk-UX2EEVVM.mjs";
|
|
8
8
|
import "../chunk-G2ZSNGR5.mjs";
|
|
9
9
|
import "../chunk-WA5F6AED.mjs";
|
|
10
10
|
export {
|
|
@@ -2,10 +2,10 @@ import {
|
|
|
2
2
|
checkbox,
|
|
3
3
|
checkboxGroup
|
|
4
4
|
} from "../chunk-BF7L7DAN.mjs";
|
|
5
|
+
import "../chunk-UX2EEVVM.mjs";
|
|
5
6
|
import "../chunk-CMYR6AOY.mjs";
|
|
6
7
|
import "../chunk-K7LK7NCE.mjs";
|
|
7
8
|
import "../chunk-2PIR7DFM.mjs";
|
|
8
|
-
import "../chunk-UX2EEVVM.mjs";
|
|
9
9
|
import "../chunk-G2ZSNGR5.mjs";
|
|
10
10
|
import "../chunk-WA5F6AED.mjs";
|
|
11
11
|
export {
|
package/dist/components/chip.mjs
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import {
|
|
2
2
|
chip
|
|
3
|
-
} from "../chunk-
|
|
3
|
+
} from "../chunk-GKFQSH77.mjs";
|
|
4
|
+
import "../chunk-UX2EEVVM.mjs";
|
|
4
5
|
import "../chunk-CMYR6AOY.mjs";
|
|
5
6
|
import "../chunk-K7LK7NCE.mjs";
|
|
6
7
|
import "../chunk-2PIR7DFM.mjs";
|
|
7
|
-
import "../chunk-UX2EEVVM.mjs";
|
|
8
8
|
import "../chunk-G2ZSNGR5.mjs";
|
|
9
9
|
import "../chunk-WA5F6AED.mjs";
|
|
10
10
|
export {
|
package/dist/components/code.mjs
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import {
|
|
2
2
|
code
|
|
3
|
-
} from "../chunk-
|
|
3
|
+
} from "../chunk-6VRNW5CF.mjs";
|
|
4
|
+
import "../chunk-UX2EEVVM.mjs";
|
|
4
5
|
import "../chunk-CMYR6AOY.mjs";
|
|
5
6
|
import "../chunk-K7LK7NCE.mjs";
|
|
6
7
|
import "../chunk-2PIR7DFM.mjs";
|
|
7
|
-
import "../chunk-UX2EEVVM.mjs";
|
|
8
8
|
import "../chunk-G2ZSNGR5.mjs";
|
|
9
9
|
import "../chunk-WA5F6AED.mjs";
|
|
10
10
|
export {
|
|
@@ -4,10 +4,10 @@ import {
|
|
|
4
4
|
dropdownMenu,
|
|
5
5
|
dropdownSection
|
|
6
6
|
} from "../chunk-OOFFFIO2.mjs";
|
|
7
|
+
import "../chunk-UX2EEVVM.mjs";
|
|
7
8
|
import "../chunk-CMYR6AOY.mjs";
|
|
8
9
|
import "../chunk-K7LK7NCE.mjs";
|
|
9
10
|
import "../chunk-2PIR7DFM.mjs";
|
|
10
|
-
import "../chunk-UX2EEVVM.mjs";
|
|
11
11
|
import "../chunk-G2ZSNGR5.mjs";
|
|
12
12
|
import "../chunk-WA5F6AED.mjs";
|
|
13
13
|
export {
|
package/dist/components/index.js
CHANGED
|
@@ -4642,8 +4642,14 @@ var modal = tv({
|
|
|
4642
4642
|
"z-50",
|
|
4643
4643
|
"overflow-x-auto",
|
|
4644
4644
|
"justify-center",
|
|
4645
|
-
"
|
|
4646
|
-
"
|
|
4645
|
+
"[--scale-enter:100%]",
|
|
4646
|
+
"[--scale-exit:100%]",
|
|
4647
|
+
"[--slide-enter:0px]",
|
|
4648
|
+
"[--slide-exit:80px]",
|
|
4649
|
+
"sm:[--scale-enter:100%]",
|
|
4650
|
+
"sm:[--scale-exit:105%]",
|
|
4651
|
+
"sm:[--slide-enter:0px]",
|
|
4652
|
+
"sm:[--slide-exit:0px]"
|
|
4647
4653
|
],
|
|
4648
4654
|
base: [
|
|
4649
4655
|
"flex",
|
|
@@ -4655,8 +4661,10 @@ var modal = tv({
|
|
|
4655
4661
|
"box-border",
|
|
4656
4662
|
"bg-content1",
|
|
4657
4663
|
"outline-none",
|
|
4658
|
-
"mx-
|
|
4659
|
-
"my-
|
|
4664
|
+
"mx-2",
|
|
4665
|
+
"my-2",
|
|
4666
|
+
"sm:mx-6",
|
|
4667
|
+
"sm:my-16"
|
|
4660
4668
|
],
|
|
4661
4669
|
backdrop: "z-50",
|
|
4662
4670
|
header: "flex py-4 px-6 flex-initial text-large font-semibold",
|
|
@@ -4717,6 +4725,20 @@ var modal = tv({
|
|
|
4717
4725
|
md: { base: "rounded-medium" },
|
|
4718
4726
|
lg: { base: "rounded-large" }
|
|
4719
4727
|
},
|
|
4728
|
+
position: {
|
|
4729
|
+
auto: {
|
|
4730
|
+
wrapper: "items-end sm:items-center"
|
|
4731
|
+
},
|
|
4732
|
+
center: {
|
|
4733
|
+
wrapper: "items-center sm:items-center"
|
|
4734
|
+
},
|
|
4735
|
+
top: {
|
|
4736
|
+
wrapper: "items-start sm:items-start"
|
|
4737
|
+
},
|
|
4738
|
+
bottom: {
|
|
4739
|
+
wrapper: "items-end sm:items-end"
|
|
4740
|
+
}
|
|
4741
|
+
},
|
|
4720
4742
|
shadow: {
|
|
4721
4743
|
sm: {
|
|
4722
4744
|
base: "shadow-small"
|
|
@@ -4748,7 +4770,7 @@ var modal = tv({
|
|
|
4748
4770
|
body: "overflow-y-auto"
|
|
4749
4771
|
},
|
|
4750
4772
|
outside: {
|
|
4751
|
-
wrapper: "
|
|
4773
|
+
wrapper: "sm:items-start overflow-y-auto",
|
|
4752
4774
|
base: "my-16"
|
|
4753
4775
|
}
|
|
4754
4776
|
}
|
|
@@ -4757,6 +4779,7 @@ var modal = tv({
|
|
|
4757
4779
|
size: "md",
|
|
4758
4780
|
radius: "lg",
|
|
4759
4781
|
shadow: "sm",
|
|
4782
|
+
position: "auto",
|
|
4760
4783
|
backdrop: "opaque",
|
|
4761
4784
|
scrollBehavior: "normal"
|
|
4762
4785
|
},
|
|
@@ -1,28 +1,22 @@
|
|
|
1
1
|
import "../chunk-PRWEADY4.mjs";
|
|
2
|
-
import {
|
|
3
|
-
spinner
|
|
4
|
-
} from "../chunk-3FPSND7Y.mjs";
|
|
5
2
|
import {
|
|
6
3
|
table
|
|
7
4
|
} from "../chunk-K7DMXP26.mjs";
|
|
8
5
|
import {
|
|
9
6
|
tabs
|
|
10
|
-
} from "../chunk-
|
|
7
|
+
} from "../chunk-46DIPTGL.mjs";
|
|
11
8
|
import {
|
|
12
9
|
toggle
|
|
13
10
|
} from "../chunk-GQA532YJ.mjs";
|
|
14
11
|
import {
|
|
15
12
|
user
|
|
16
13
|
} from "../chunk-YHUCLCWM.mjs";
|
|
17
|
-
import {
|
|
18
|
-
navbar
|
|
19
|
-
} from "../chunk-HGVBLDTB.mjs";
|
|
20
14
|
import {
|
|
21
15
|
pagination
|
|
22
|
-
} from "../chunk-
|
|
16
|
+
} from "../chunk-HZY5QWRY.mjs";
|
|
23
17
|
import {
|
|
24
18
|
popover
|
|
25
|
-
} from "../chunk-
|
|
19
|
+
} from "../chunk-UNSWKQ6D.mjs";
|
|
26
20
|
import {
|
|
27
21
|
progress
|
|
28
22
|
} from "../chunk-KYJT42RN.mjs";
|
|
@@ -35,13 +29,13 @@ import {
|
|
|
35
29
|
} from "../chunk-UHGUD5JU.mjs";
|
|
36
30
|
import {
|
|
37
31
|
snippet
|
|
38
|
-
} from "../chunk-
|
|
32
|
+
} from "../chunk-RHMUTT3C.mjs";
|
|
39
33
|
import {
|
|
40
34
|
spacer
|
|
41
35
|
} from "../chunk-2F6XVFNG.mjs";
|
|
42
36
|
import {
|
|
43
|
-
|
|
44
|
-
} from "../chunk-
|
|
37
|
+
spinner
|
|
38
|
+
} from "../chunk-3FPSND7Y.mjs";
|
|
45
39
|
import {
|
|
46
40
|
dropdown,
|
|
47
41
|
dropdownItem,
|
|
@@ -63,14 +57,14 @@ import {
|
|
|
63
57
|
} from "../chunk-HI7JD7LI.mjs";
|
|
64
58
|
import {
|
|
65
59
|
modal
|
|
66
|
-
} from "../chunk-
|
|
60
|
+
} from "../chunk-6OCRSXHB.mjs";
|
|
67
61
|
import {
|
|
68
|
-
|
|
69
|
-
} from "../chunk-
|
|
62
|
+
navbar
|
|
63
|
+
} from "../chunk-HGVBLDTB.mjs";
|
|
70
64
|
import {
|
|
71
65
|
button,
|
|
72
66
|
buttonGroup
|
|
73
|
-
} from "../chunk-
|
|
67
|
+
} from "../chunk-AHRYP44E.mjs";
|
|
74
68
|
import {
|
|
75
69
|
card
|
|
76
70
|
} from "../chunk-CLQQQIUB.mjs";
|
|
@@ -80,16 +74,19 @@ import {
|
|
|
80
74
|
} from "../chunk-BF7L7DAN.mjs";
|
|
81
75
|
import {
|
|
82
76
|
chip
|
|
83
|
-
} from "../chunk-
|
|
77
|
+
} from "../chunk-GKFQSH77.mjs";
|
|
84
78
|
import {
|
|
85
79
|
circularProgress
|
|
86
80
|
} from "../chunk-4KW5BSMS.mjs";
|
|
87
81
|
import {
|
|
88
82
|
code
|
|
89
|
-
} from "../chunk-
|
|
83
|
+
} from "../chunk-6VRNW5CF.mjs";
|
|
90
84
|
import {
|
|
91
85
|
divider
|
|
92
86
|
} from "../chunk-5KZVRSWU.mjs";
|
|
87
|
+
import {
|
|
88
|
+
drip
|
|
89
|
+
} from "../chunk-AUEC3MBX.mjs";
|
|
93
90
|
import {
|
|
94
91
|
accordion,
|
|
95
92
|
accordionItem
|
|
@@ -97,11 +94,14 @@ import {
|
|
|
97
94
|
import {
|
|
98
95
|
avatar,
|
|
99
96
|
avatarGroup
|
|
100
|
-
} from "../chunk-
|
|
97
|
+
} from "../chunk-XAZEZ7N2.mjs";
|
|
98
|
+
import {
|
|
99
|
+
badge
|
|
100
|
+
} from "../chunk-I4QRMFQT.mjs";
|
|
101
|
+
import "../chunk-UX2EEVVM.mjs";
|
|
101
102
|
import "../chunk-CMYR6AOY.mjs";
|
|
102
103
|
import "../chunk-K7LK7NCE.mjs";
|
|
103
104
|
import "../chunk-2PIR7DFM.mjs";
|
|
104
|
-
import "../chunk-UX2EEVVM.mjs";
|
|
105
105
|
import "../chunk-G2ZSNGR5.mjs";
|
|
106
106
|
import "../chunk-WA5F6AED.mjs";
|
|
107
107
|
export {
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import {
|
|
2
2
|
input
|
|
3
3
|
} from "../chunk-CNRS36CD.mjs";
|
|
4
|
+
import "../chunk-UX2EEVVM.mjs";
|
|
4
5
|
import "../chunk-CMYR6AOY.mjs";
|
|
5
6
|
import "../chunk-K7LK7NCE.mjs";
|
|
6
7
|
import "../chunk-2PIR7DFM.mjs";
|
|
7
|
-
import "../chunk-UX2EEVVM.mjs";
|
|
8
8
|
import "../chunk-G2ZSNGR5.mjs";
|
|
9
9
|
import "../chunk-WA5F6AED.mjs";
|
|
10
10
|
export {
|
package/dist/components/link.mjs
CHANGED
|
@@ -2,10 +2,10 @@ import {
|
|
|
2
2
|
link,
|
|
3
3
|
linkAnchorClasses
|
|
4
4
|
} from "../chunk-HI7JD7LI.mjs";
|
|
5
|
+
import "../chunk-UX2EEVVM.mjs";
|
|
5
6
|
import "../chunk-CMYR6AOY.mjs";
|
|
6
7
|
import "../chunk-K7LK7NCE.mjs";
|
|
7
8
|
import "../chunk-2PIR7DFM.mjs";
|
|
8
|
-
import "../chunk-UX2EEVVM.mjs";
|
|
9
9
|
import "../chunk-G2ZSNGR5.mjs";
|
|
10
10
|
import "../chunk-WA5F6AED.mjs";
|
|
11
11
|
export {
|
|
@@ -67,6 +67,20 @@ declare const modal: tailwind_variants.TVReturnType<{
|
|
|
67
67
|
base: string;
|
|
68
68
|
};
|
|
69
69
|
};
|
|
70
|
+
position: {
|
|
71
|
+
auto: {
|
|
72
|
+
wrapper: string;
|
|
73
|
+
};
|
|
74
|
+
center: {
|
|
75
|
+
wrapper: string;
|
|
76
|
+
};
|
|
77
|
+
top: {
|
|
78
|
+
wrapper: string;
|
|
79
|
+
};
|
|
80
|
+
bottom: {
|
|
81
|
+
wrapper: string;
|
|
82
|
+
};
|
|
83
|
+
};
|
|
70
84
|
shadow: {
|
|
71
85
|
sm: {
|
|
72
86
|
base: string;
|
|
@@ -157,6 +171,20 @@ declare const modal: tailwind_variants.TVReturnType<{
|
|
|
157
171
|
base: string;
|
|
158
172
|
};
|
|
159
173
|
};
|
|
174
|
+
position: {
|
|
175
|
+
auto: {
|
|
176
|
+
wrapper: string;
|
|
177
|
+
};
|
|
178
|
+
center: {
|
|
179
|
+
wrapper: string;
|
|
180
|
+
};
|
|
181
|
+
top: {
|
|
182
|
+
wrapper: string;
|
|
183
|
+
};
|
|
184
|
+
bottom: {
|
|
185
|
+
wrapper: string;
|
|
186
|
+
};
|
|
187
|
+
};
|
|
160
188
|
shadow: {
|
|
161
189
|
sm: {
|
|
162
190
|
base: string;
|
|
@@ -239,6 +267,20 @@ declare const modal: tailwind_variants.TVReturnType<{
|
|
|
239
267
|
base: string;
|
|
240
268
|
};
|
|
241
269
|
};
|
|
270
|
+
position: {
|
|
271
|
+
auto: {
|
|
272
|
+
wrapper: string;
|
|
273
|
+
};
|
|
274
|
+
center: {
|
|
275
|
+
wrapper: string;
|
|
276
|
+
};
|
|
277
|
+
top: {
|
|
278
|
+
wrapper: string;
|
|
279
|
+
};
|
|
280
|
+
bottom: {
|
|
281
|
+
wrapper: string;
|
|
282
|
+
};
|
|
283
|
+
};
|
|
242
284
|
shadow: {
|
|
243
285
|
sm: {
|
|
244
286
|
base: string;
|
|
@@ -321,6 +363,20 @@ declare const modal: tailwind_variants.TVReturnType<{
|
|
|
321
363
|
base: string;
|
|
322
364
|
};
|
|
323
365
|
};
|
|
366
|
+
position: {
|
|
367
|
+
auto: {
|
|
368
|
+
wrapper: string;
|
|
369
|
+
};
|
|
370
|
+
center: {
|
|
371
|
+
wrapper: string;
|
|
372
|
+
};
|
|
373
|
+
top: {
|
|
374
|
+
wrapper: string;
|
|
375
|
+
};
|
|
376
|
+
bottom: {
|
|
377
|
+
wrapper: string;
|
|
378
|
+
};
|
|
379
|
+
};
|
|
324
380
|
shadow: {
|
|
325
381
|
sm: {
|
|
326
382
|
base: string;
|
package/dist/components/modal.js
CHANGED
|
@@ -129,8 +129,14 @@ var modal = tv({
|
|
|
129
129
|
"z-50",
|
|
130
130
|
"overflow-x-auto",
|
|
131
131
|
"justify-center",
|
|
132
|
-
"
|
|
133
|
-
"
|
|
132
|
+
"[--scale-enter:100%]",
|
|
133
|
+
"[--scale-exit:100%]",
|
|
134
|
+
"[--slide-enter:0px]",
|
|
135
|
+
"[--slide-exit:80px]",
|
|
136
|
+
"sm:[--scale-enter:100%]",
|
|
137
|
+
"sm:[--scale-exit:105%]",
|
|
138
|
+
"sm:[--slide-enter:0px]",
|
|
139
|
+
"sm:[--slide-exit:0px]"
|
|
134
140
|
],
|
|
135
141
|
base: [
|
|
136
142
|
"flex",
|
|
@@ -142,8 +148,10 @@ var modal = tv({
|
|
|
142
148
|
"box-border",
|
|
143
149
|
"bg-content1",
|
|
144
150
|
"outline-none",
|
|
145
|
-
"mx-
|
|
146
|
-
"my-
|
|
151
|
+
"mx-2",
|
|
152
|
+
"my-2",
|
|
153
|
+
"sm:mx-6",
|
|
154
|
+
"sm:my-16"
|
|
147
155
|
],
|
|
148
156
|
backdrop: "z-50",
|
|
149
157
|
header: "flex py-4 px-6 flex-initial text-large font-semibold",
|
|
@@ -204,6 +212,20 @@ var modal = tv({
|
|
|
204
212
|
md: { base: "rounded-medium" },
|
|
205
213
|
lg: { base: "rounded-large" }
|
|
206
214
|
},
|
|
215
|
+
position: {
|
|
216
|
+
auto: {
|
|
217
|
+
wrapper: "items-end sm:items-center"
|
|
218
|
+
},
|
|
219
|
+
center: {
|
|
220
|
+
wrapper: "items-center sm:items-center"
|
|
221
|
+
},
|
|
222
|
+
top: {
|
|
223
|
+
wrapper: "items-start sm:items-start"
|
|
224
|
+
},
|
|
225
|
+
bottom: {
|
|
226
|
+
wrapper: "items-end sm:items-end"
|
|
227
|
+
}
|
|
228
|
+
},
|
|
207
229
|
shadow: {
|
|
208
230
|
sm: {
|
|
209
231
|
base: "shadow-small"
|
|
@@ -235,7 +257,7 @@ var modal = tv({
|
|
|
235
257
|
body: "overflow-y-auto"
|
|
236
258
|
},
|
|
237
259
|
outside: {
|
|
238
|
-
wrapper: "
|
|
260
|
+
wrapper: "sm:items-start overflow-y-auto",
|
|
239
261
|
base: "my-16"
|
|
240
262
|
}
|
|
241
263
|
}
|
|
@@ -244,6 +266,7 @@ var modal = tv({
|
|
|
244
266
|
size: "md",
|
|
245
267
|
radius: "lg",
|
|
246
268
|
shadow: "sm",
|
|
269
|
+
position: "auto",
|
|
247
270
|
backdrop: "opaque",
|
|
248
271
|
scrollBehavior: "normal"
|
|
249
272
|
},
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import {
|
|
2
2
|
modal
|
|
3
|
-
} from "../chunk-
|
|
3
|
+
} from "../chunk-6OCRSXHB.mjs";
|
|
4
|
+
import "../chunk-UX2EEVVM.mjs";
|
|
4
5
|
import "../chunk-CMYR6AOY.mjs";
|
|
5
6
|
import "../chunk-K7LK7NCE.mjs";
|
|
6
7
|
import "../chunk-2PIR7DFM.mjs";
|
|
7
|
-
import "../chunk-UX2EEVVM.mjs";
|
|
8
8
|
import "../chunk-G2ZSNGR5.mjs";
|
|
9
9
|
import "../chunk-WA5F6AED.mjs";
|
|
10
10
|
export {
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import {
|
|
2
2
|
navbar
|
|
3
3
|
} from "../chunk-HGVBLDTB.mjs";
|
|
4
|
+
import "../chunk-UX2EEVVM.mjs";
|
|
4
5
|
import "../chunk-CMYR6AOY.mjs";
|
|
5
6
|
import "../chunk-K7LK7NCE.mjs";
|
|
6
7
|
import "../chunk-2PIR7DFM.mjs";
|
|
7
|
-
import "../chunk-UX2EEVVM.mjs";
|
|
8
8
|
import "../chunk-G2ZSNGR5.mjs";
|
|
9
9
|
import "../chunk-WA5F6AED.mjs";
|
|
10
10
|
export {
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import {
|
|
2
2
|
pagination
|
|
3
|
-
} from "../chunk-
|
|
3
|
+
} from "../chunk-HZY5QWRY.mjs";
|
|
4
|
+
import "../chunk-UX2EEVVM.mjs";
|
|
4
5
|
import "../chunk-CMYR6AOY.mjs";
|
|
5
6
|
import "../chunk-K7LK7NCE.mjs";
|
|
6
7
|
import "../chunk-2PIR7DFM.mjs";
|
|
7
|
-
import "../chunk-UX2EEVVM.mjs";
|
|
8
8
|
import "../chunk-G2ZSNGR5.mjs";
|
|
9
9
|
import "../chunk-WA5F6AED.mjs";
|
|
10
10
|
export {
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import {
|
|
2
2
|
popover
|
|
3
|
-
} from "../chunk-
|
|
3
|
+
} from "../chunk-UNSWKQ6D.mjs";
|
|
4
|
+
import "../chunk-UX2EEVVM.mjs";
|
|
4
5
|
import "../chunk-CMYR6AOY.mjs";
|
|
5
6
|
import "../chunk-K7LK7NCE.mjs";
|
|
6
7
|
import "../chunk-2PIR7DFM.mjs";
|
|
7
|
-
import "../chunk-UX2EEVVM.mjs";
|
|
8
8
|
import "../chunk-G2ZSNGR5.mjs";
|
|
9
9
|
import "../chunk-WA5F6AED.mjs";
|
|
10
10
|
export {
|
|
@@ -2,10 +2,10 @@ import {
|
|
|
2
2
|
radio,
|
|
3
3
|
radioGroup
|
|
4
4
|
} from "../chunk-2743AVRX.mjs";
|
|
5
|
+
import "../chunk-UX2EEVVM.mjs";
|
|
5
6
|
import "../chunk-CMYR6AOY.mjs";
|
|
6
7
|
import "../chunk-K7LK7NCE.mjs";
|
|
7
8
|
import "../chunk-2PIR7DFM.mjs";
|
|
8
|
-
import "../chunk-UX2EEVVM.mjs";
|
|
9
9
|
import "../chunk-G2ZSNGR5.mjs";
|
|
10
10
|
import "../chunk-WA5F6AED.mjs";
|
|
11
11
|
export {
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import {
|
|
2
2
|
snippet
|
|
3
|
-
} from "../chunk-
|
|
3
|
+
} from "../chunk-RHMUTT3C.mjs";
|
|
4
|
+
import "../chunk-UX2EEVVM.mjs";
|
|
4
5
|
import "../chunk-CMYR6AOY.mjs";
|
|
5
6
|
import "../chunk-K7LK7NCE.mjs";
|
|
6
7
|
import "../chunk-2PIR7DFM.mjs";
|
|
7
|
-
import "../chunk-UX2EEVVM.mjs";
|
|
8
8
|
import "../chunk-G2ZSNGR5.mjs";
|
|
9
9
|
import "../chunk-WA5F6AED.mjs";
|
|
10
10
|
export {
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import {
|
|
2
2
|
table
|
|
3
3
|
} from "../chunk-K7DMXP26.mjs";
|
|
4
|
+
import "../chunk-UX2EEVVM.mjs";
|
|
4
5
|
import "../chunk-CMYR6AOY.mjs";
|
|
5
6
|
import "../chunk-K7LK7NCE.mjs";
|
|
6
7
|
import "../chunk-2PIR7DFM.mjs";
|
|
7
|
-
import "../chunk-UX2EEVVM.mjs";
|
|
8
8
|
import "../chunk-G2ZSNGR5.mjs";
|
|
9
9
|
import "../chunk-WA5F6AED.mjs";
|
|
10
10
|
export {
|
package/dist/components/tabs.mjs
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import {
|
|
2
2
|
tabs
|
|
3
|
-
} from "../chunk-
|
|
3
|
+
} from "../chunk-46DIPTGL.mjs";
|
|
4
|
+
import "../chunk-UX2EEVVM.mjs";
|
|
4
5
|
import "../chunk-CMYR6AOY.mjs";
|
|
5
6
|
import "../chunk-K7LK7NCE.mjs";
|
|
6
7
|
import "../chunk-2PIR7DFM.mjs";
|
|
7
|
-
import "../chunk-UX2EEVVM.mjs";
|
|
8
8
|
import "../chunk-G2ZSNGR5.mjs";
|
|
9
9
|
import "../chunk-WA5F6AED.mjs";
|
|
10
10
|
export {
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import {
|
|
2
2
|
toggle
|
|
3
3
|
} from "../chunk-GQA532YJ.mjs";
|
|
4
|
+
import "../chunk-UX2EEVVM.mjs";
|
|
4
5
|
import "../chunk-CMYR6AOY.mjs";
|
|
5
6
|
import "../chunk-K7LK7NCE.mjs";
|
|
6
7
|
import "../chunk-2PIR7DFM.mjs";
|
|
7
|
-
import "../chunk-UX2EEVVM.mjs";
|
|
8
8
|
import "../chunk-G2ZSNGR5.mjs";
|
|
9
9
|
import "../chunk-WA5F6AED.mjs";
|
|
10
10
|
export {
|
package/dist/components/user.mjs
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import {
|
|
2
2
|
user
|
|
3
3
|
} from "../chunk-YHUCLCWM.mjs";
|
|
4
|
+
import "../chunk-UX2EEVVM.mjs";
|
|
4
5
|
import "../chunk-CMYR6AOY.mjs";
|
|
5
6
|
import "../chunk-K7LK7NCE.mjs";
|
|
6
7
|
import "../chunk-2PIR7DFM.mjs";
|
|
7
|
-
import "../chunk-UX2EEVVM.mjs";
|
|
8
8
|
import "../chunk-G2ZSNGR5.mjs";
|
|
9
9
|
import "../chunk-WA5F6AED.mjs";
|
|
10
10
|
export {
|
package/dist/index.js
CHANGED
|
@@ -4676,8 +4676,14 @@ var modal = tv({
|
|
|
4676
4676
|
"z-50",
|
|
4677
4677
|
"overflow-x-auto",
|
|
4678
4678
|
"justify-center",
|
|
4679
|
-
"
|
|
4680
|
-
"
|
|
4679
|
+
"[--scale-enter:100%]",
|
|
4680
|
+
"[--scale-exit:100%]",
|
|
4681
|
+
"[--slide-enter:0px]",
|
|
4682
|
+
"[--slide-exit:80px]",
|
|
4683
|
+
"sm:[--scale-enter:100%]",
|
|
4684
|
+
"sm:[--scale-exit:105%]",
|
|
4685
|
+
"sm:[--slide-enter:0px]",
|
|
4686
|
+
"sm:[--slide-exit:0px]"
|
|
4681
4687
|
],
|
|
4682
4688
|
base: [
|
|
4683
4689
|
"flex",
|
|
@@ -4689,8 +4695,10 @@ var modal = tv({
|
|
|
4689
4695
|
"box-border",
|
|
4690
4696
|
"bg-content1",
|
|
4691
4697
|
"outline-none",
|
|
4692
|
-
"mx-
|
|
4693
|
-
"my-
|
|
4698
|
+
"mx-2",
|
|
4699
|
+
"my-2",
|
|
4700
|
+
"sm:mx-6",
|
|
4701
|
+
"sm:my-16"
|
|
4694
4702
|
],
|
|
4695
4703
|
backdrop: "z-50",
|
|
4696
4704
|
header: "flex py-4 px-6 flex-initial text-large font-semibold",
|
|
@@ -4751,6 +4759,20 @@ var modal = tv({
|
|
|
4751
4759
|
md: { base: "rounded-medium" },
|
|
4752
4760
|
lg: { base: "rounded-large" }
|
|
4753
4761
|
},
|
|
4762
|
+
position: {
|
|
4763
|
+
auto: {
|
|
4764
|
+
wrapper: "items-end sm:items-center"
|
|
4765
|
+
},
|
|
4766
|
+
center: {
|
|
4767
|
+
wrapper: "items-center sm:items-center"
|
|
4768
|
+
},
|
|
4769
|
+
top: {
|
|
4770
|
+
wrapper: "items-start sm:items-start"
|
|
4771
|
+
},
|
|
4772
|
+
bottom: {
|
|
4773
|
+
wrapper: "items-end sm:items-end"
|
|
4774
|
+
}
|
|
4775
|
+
},
|
|
4754
4776
|
shadow: {
|
|
4755
4777
|
sm: {
|
|
4756
4778
|
base: "shadow-small"
|
|
@@ -4782,7 +4804,7 @@ var modal = tv({
|
|
|
4782
4804
|
body: "overflow-y-auto"
|
|
4783
4805
|
},
|
|
4784
4806
|
outside: {
|
|
4785
|
-
wrapper: "
|
|
4807
|
+
wrapper: "sm:items-start overflow-y-auto",
|
|
4786
4808
|
base: "my-16"
|
|
4787
4809
|
}
|
|
4788
4810
|
}
|
|
@@ -4791,6 +4813,7 @@ var modal = tv({
|
|
|
4791
4813
|
size: "md",
|
|
4792
4814
|
radius: "lg",
|
|
4793
4815
|
shadow: "sm",
|
|
4816
|
+
position: "auto",
|
|
4794
4817
|
backdrop: "opaque",
|
|
4795
4818
|
scrollBehavior: "normal"
|
|
4796
4819
|
},
|
package/dist/index.mjs
CHANGED
|
@@ -1,28 +1,22 @@
|
|
|
1
1
|
import "./chunk-PRWEADY4.mjs";
|
|
2
|
-
import {
|
|
3
|
-
spinner
|
|
4
|
-
} from "./chunk-3FPSND7Y.mjs";
|
|
5
2
|
import {
|
|
6
3
|
table
|
|
7
4
|
} from "./chunk-K7DMXP26.mjs";
|
|
8
5
|
import {
|
|
9
6
|
tabs
|
|
10
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-46DIPTGL.mjs";
|
|
11
8
|
import {
|
|
12
9
|
toggle
|
|
13
10
|
} from "./chunk-GQA532YJ.mjs";
|
|
14
11
|
import {
|
|
15
12
|
user
|
|
16
13
|
} from "./chunk-YHUCLCWM.mjs";
|
|
17
|
-
import {
|
|
18
|
-
navbar
|
|
19
|
-
} from "./chunk-HGVBLDTB.mjs";
|
|
20
14
|
import {
|
|
21
15
|
pagination
|
|
22
|
-
} from "./chunk-
|
|
16
|
+
} from "./chunk-HZY5QWRY.mjs";
|
|
23
17
|
import {
|
|
24
18
|
popover
|
|
25
|
-
} from "./chunk-
|
|
19
|
+
} from "./chunk-UNSWKQ6D.mjs";
|
|
26
20
|
import {
|
|
27
21
|
progress
|
|
28
22
|
} from "./chunk-KYJT42RN.mjs";
|
|
@@ -35,13 +29,13 @@ import {
|
|
|
35
29
|
} from "./chunk-UHGUD5JU.mjs";
|
|
36
30
|
import {
|
|
37
31
|
snippet
|
|
38
|
-
} from "./chunk-
|
|
32
|
+
} from "./chunk-RHMUTT3C.mjs";
|
|
39
33
|
import {
|
|
40
34
|
spacer
|
|
41
35
|
} from "./chunk-2F6XVFNG.mjs";
|
|
42
36
|
import {
|
|
43
|
-
|
|
44
|
-
} from "./chunk-
|
|
37
|
+
spinner
|
|
38
|
+
} from "./chunk-3FPSND7Y.mjs";
|
|
45
39
|
import {
|
|
46
40
|
dropdown,
|
|
47
41
|
dropdownItem,
|
|
@@ -63,14 +57,14 @@ import {
|
|
|
63
57
|
} from "./chunk-HI7JD7LI.mjs";
|
|
64
58
|
import {
|
|
65
59
|
modal
|
|
66
|
-
} from "./chunk-
|
|
60
|
+
} from "./chunk-6OCRSXHB.mjs";
|
|
67
61
|
import {
|
|
68
|
-
|
|
69
|
-
} from "./chunk-
|
|
62
|
+
navbar
|
|
63
|
+
} from "./chunk-HGVBLDTB.mjs";
|
|
70
64
|
import {
|
|
71
65
|
button,
|
|
72
66
|
buttonGroup
|
|
73
|
-
} from "./chunk-
|
|
67
|
+
} from "./chunk-AHRYP44E.mjs";
|
|
74
68
|
import {
|
|
75
69
|
card
|
|
76
70
|
} from "./chunk-CLQQQIUB.mjs";
|
|
@@ -80,16 +74,19 @@ import {
|
|
|
80
74
|
} from "./chunk-BF7L7DAN.mjs";
|
|
81
75
|
import {
|
|
82
76
|
chip
|
|
83
|
-
} from "./chunk-
|
|
77
|
+
} from "./chunk-GKFQSH77.mjs";
|
|
84
78
|
import {
|
|
85
79
|
circularProgress
|
|
86
80
|
} from "./chunk-4KW5BSMS.mjs";
|
|
87
81
|
import {
|
|
88
82
|
code
|
|
89
|
-
} from "./chunk-
|
|
83
|
+
} from "./chunk-6VRNW5CF.mjs";
|
|
90
84
|
import {
|
|
91
85
|
divider
|
|
92
86
|
} from "./chunk-5KZVRSWU.mjs";
|
|
87
|
+
import {
|
|
88
|
+
drip
|
|
89
|
+
} from "./chunk-AUEC3MBX.mjs";
|
|
93
90
|
import {
|
|
94
91
|
accordion,
|
|
95
92
|
accordionItem
|
|
@@ -97,17 +94,21 @@ import {
|
|
|
97
94
|
import {
|
|
98
95
|
avatar,
|
|
99
96
|
avatarGroup
|
|
100
|
-
} from "./chunk-
|
|
97
|
+
} from "./chunk-XAZEZ7N2.mjs";
|
|
98
|
+
import {
|
|
99
|
+
badge
|
|
100
|
+
} from "./chunk-I4QRMFQT.mjs";
|
|
101
|
+
import "./chunk-UX2EEVVM.mjs";
|
|
101
102
|
import "./chunk-CMYR6AOY.mjs";
|
|
102
103
|
import "./chunk-K7LK7NCE.mjs";
|
|
103
104
|
import {
|
|
104
105
|
colorVariants
|
|
105
106
|
} from "./chunk-2PIR7DFM.mjs";
|
|
106
|
-
import "./chunk-UX2EEVVM.mjs";
|
|
107
107
|
import {
|
|
108
108
|
nextui
|
|
109
|
-
} from "./chunk-
|
|
109
|
+
} from "./chunk-I2JD77KP.mjs";
|
|
110
110
|
import "./chunk-XA5ALA4E.mjs";
|
|
111
|
+
import "./chunk-DMASP6FA.mjs";
|
|
111
112
|
import "./chunk-UNQJ7BRW.mjs";
|
|
112
113
|
import "./chunk-DI2L75XK.mjs";
|
|
113
114
|
import "./chunk-4Z22WXZX.mjs";
|
|
@@ -124,10 +125,10 @@ import {
|
|
|
124
125
|
import "./chunk-WQEDQHKX.mjs";
|
|
125
126
|
import {
|
|
126
127
|
colors
|
|
127
|
-
} from "./chunk-
|
|
128
|
+
} from "./chunk-QGHMGO5E.mjs";
|
|
128
129
|
import {
|
|
129
130
|
semanticColors
|
|
130
|
-
} from "./chunk-
|
|
131
|
+
} from "./chunk-7L2ZWDVP.mjs";
|
|
131
132
|
import "./chunk-KUNVFLXJ.mjs";
|
|
132
133
|
import "./chunk-M63AFAHO.mjs";
|
|
133
134
|
import "./chunk-HK6FLMPL.mjs";
|
|
@@ -135,18 +136,17 @@ import {
|
|
|
135
136
|
mappedSpacingScaleKeys,
|
|
136
137
|
spacingScaleKeys
|
|
137
138
|
} from "./chunk-WA5F6AED.mjs";
|
|
138
|
-
import "./chunk-DMASP6FA.mjs";
|
|
139
139
|
import {
|
|
140
140
|
commonColors
|
|
141
|
-
} from "./chunk-
|
|
142
|
-
import "./chunk-JUEOCLA3.mjs";
|
|
141
|
+
} from "./chunk-6TOTQSJE.mjs";
|
|
143
142
|
import "./chunk-3LKKH4AR.mjs";
|
|
144
|
-
import "./chunk-T3GWIVAM.mjs";
|
|
145
143
|
import "./chunk-OR5PUD24.mjs";
|
|
146
144
|
import "./chunk-DCEG5LGX.mjs";
|
|
147
145
|
import "./chunk-L2OL7R23.mjs";
|
|
148
146
|
import "./chunk-YZYGFPNK.mjs";
|
|
147
|
+
import "./chunk-JUEOCLA3.mjs";
|
|
149
148
|
import "./chunk-GHZ36ATJ.mjs";
|
|
149
|
+
import "./chunk-T3GWIVAM.mjs";
|
|
150
150
|
|
|
151
151
|
// src/index.ts
|
|
152
152
|
import { tv } from "tailwind-variants";
|
package/dist/plugin.mjs
CHANGED
|
@@ -1,29 +1,29 @@
|
|
|
1
1
|
import {
|
|
2
2
|
nextui
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-I2JD77KP.mjs";
|
|
4
4
|
import "./chunk-XA5ALA4E.mjs";
|
|
5
|
+
import "./chunk-DMASP6FA.mjs";
|
|
5
6
|
import "./chunk-UNQJ7BRW.mjs";
|
|
6
7
|
import "./chunk-DI2L75XK.mjs";
|
|
7
8
|
import "./chunk-4Z22WXZX.mjs";
|
|
8
9
|
import "./chunk-HJLDXSH7.mjs";
|
|
9
10
|
import "./chunk-G2ZSNGR5.mjs";
|
|
10
11
|
import "./chunk-WQEDQHKX.mjs";
|
|
11
|
-
import "./chunk-
|
|
12
|
-
import "./chunk-
|
|
12
|
+
import "./chunk-QGHMGO5E.mjs";
|
|
13
|
+
import "./chunk-7L2ZWDVP.mjs";
|
|
13
14
|
import "./chunk-KUNVFLXJ.mjs";
|
|
14
15
|
import "./chunk-M63AFAHO.mjs";
|
|
15
16
|
import "./chunk-HK6FLMPL.mjs";
|
|
16
17
|
import "./chunk-WA5F6AED.mjs";
|
|
17
|
-
import "./chunk-
|
|
18
|
-
import "./chunk-IAS3SFA4.mjs";
|
|
19
|
-
import "./chunk-JUEOCLA3.mjs";
|
|
18
|
+
import "./chunk-6TOTQSJE.mjs";
|
|
20
19
|
import "./chunk-3LKKH4AR.mjs";
|
|
21
|
-
import "./chunk-T3GWIVAM.mjs";
|
|
22
20
|
import "./chunk-OR5PUD24.mjs";
|
|
23
21
|
import "./chunk-DCEG5LGX.mjs";
|
|
24
22
|
import "./chunk-L2OL7R23.mjs";
|
|
25
23
|
import "./chunk-YZYGFPNK.mjs";
|
|
24
|
+
import "./chunk-JUEOCLA3.mjs";
|
|
26
25
|
import "./chunk-GHZ36ATJ.mjs";
|
|
26
|
+
import "./chunk-T3GWIVAM.mjs";
|
|
27
27
|
export {
|
|
28
28
|
nextui
|
|
29
29
|
};
|
package/package.json
CHANGED
|
@@ -1,12 +1,6 @@
|
|
|
1
|
-
import {
|
|
2
|
-
yellow
|
|
3
|
-
} from "./chunk-JUEOCLA3.mjs";
|
|
4
1
|
import {
|
|
5
2
|
zinc
|
|
6
3
|
} from "./chunk-3LKKH4AR.mjs";
|
|
7
|
-
import {
|
|
8
|
-
cyan
|
|
9
|
-
} from "./chunk-T3GWIVAM.mjs";
|
|
10
4
|
import {
|
|
11
5
|
green
|
|
12
6
|
} from "./chunk-OR5PUD24.mjs";
|
|
@@ -19,9 +13,15 @@ import {
|
|
|
19
13
|
import {
|
|
20
14
|
red
|
|
21
15
|
} from "./chunk-YZYGFPNK.mjs";
|
|
16
|
+
import {
|
|
17
|
+
yellow
|
|
18
|
+
} from "./chunk-JUEOCLA3.mjs";
|
|
22
19
|
import {
|
|
23
20
|
blue
|
|
24
21
|
} from "./chunk-GHZ36ATJ.mjs";
|
|
22
|
+
import {
|
|
23
|
+
cyan
|
|
24
|
+
} from "./chunk-T3GWIVAM.mjs";
|
|
25
25
|
|
|
26
26
|
// src/colors/common.ts
|
|
27
27
|
var commonColors = {
|