@nextui-org/theme 0.0.0-dev-v2-20230708002747 → 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 +40 -40
- 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 +47 -47
- 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,7 +1,25 @@
|
|
|
1
1
|
import "../chunk-PRWEADY4.mjs";
|
|
2
|
+
import {
|
|
3
|
+
table
|
|
4
|
+
} from "../chunk-K7DMXP26.mjs";
|
|
5
|
+
import {
|
|
6
|
+
tabs
|
|
7
|
+
} from "../chunk-46DIPTGL.mjs";
|
|
8
|
+
import {
|
|
9
|
+
toggle
|
|
10
|
+
} from "../chunk-GQA532YJ.mjs";
|
|
2
11
|
import {
|
|
3
12
|
user
|
|
4
13
|
} from "../chunk-YHUCLCWM.mjs";
|
|
14
|
+
import {
|
|
15
|
+
pagination
|
|
16
|
+
} from "../chunk-HZY5QWRY.mjs";
|
|
17
|
+
import {
|
|
18
|
+
popover
|
|
19
|
+
} from "../chunk-UNSWKQ6D.mjs";
|
|
20
|
+
import {
|
|
21
|
+
progress
|
|
22
|
+
} from "../chunk-KYJT42RN.mjs";
|
|
5
23
|
import {
|
|
6
24
|
radio,
|
|
7
25
|
radioGroup
|
|
@@ -11,7 +29,7 @@ import {
|
|
|
11
29
|
} from "../chunk-UHGUD5JU.mjs";
|
|
12
30
|
import {
|
|
13
31
|
snippet
|
|
14
|
-
} from "../chunk-
|
|
32
|
+
} from "../chunk-RHMUTT3C.mjs";
|
|
15
33
|
import {
|
|
16
34
|
spacer
|
|
17
35
|
} from "../chunk-2F6XVFNG.mjs";
|
|
@@ -19,14 +37,14 @@ import {
|
|
|
19
37
|
spinner
|
|
20
38
|
} from "../chunk-3FPSND7Y.mjs";
|
|
21
39
|
import {
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
} from "../chunk-
|
|
40
|
+
dropdown,
|
|
41
|
+
dropdownItem,
|
|
42
|
+
dropdownMenu,
|
|
43
|
+
dropdownSection
|
|
44
|
+
} from "../chunk-OOFFFIO2.mjs";
|
|
27
45
|
import {
|
|
28
|
-
|
|
29
|
-
} from "../chunk-
|
|
46
|
+
image
|
|
47
|
+
} from "../chunk-5KVXZCV5.mjs";
|
|
30
48
|
import {
|
|
31
49
|
input
|
|
32
50
|
} from "../chunk-CNRS36CD.mjs";
|
|
@@ -39,43 +57,36 @@ import {
|
|
|
39
57
|
} from "../chunk-HI7JD7LI.mjs";
|
|
40
58
|
import {
|
|
41
59
|
modal
|
|
42
|
-
} from "../chunk-
|
|
60
|
+
} from "../chunk-6OCRSXHB.mjs";
|
|
43
61
|
import {
|
|
44
62
|
navbar
|
|
45
63
|
} from "../chunk-HGVBLDTB.mjs";
|
|
46
64
|
import {
|
|
47
|
-
|
|
48
|
-
|
|
65
|
+
button,
|
|
66
|
+
buttonGroup
|
|
67
|
+
} from "../chunk-AHRYP44E.mjs";
|
|
49
68
|
import {
|
|
50
|
-
|
|
51
|
-
} from "../chunk-
|
|
69
|
+
card
|
|
70
|
+
} from "../chunk-CLQQQIUB.mjs";
|
|
52
71
|
import {
|
|
53
|
-
|
|
54
|
-
|
|
72
|
+
checkbox,
|
|
73
|
+
checkboxGroup
|
|
74
|
+
} from "../chunk-BF7L7DAN.mjs";
|
|
55
75
|
import {
|
|
56
76
|
chip
|
|
57
|
-
} from "../chunk-
|
|
77
|
+
} from "../chunk-GKFQSH77.mjs";
|
|
58
78
|
import {
|
|
59
79
|
circularProgress
|
|
60
80
|
} from "../chunk-4KW5BSMS.mjs";
|
|
61
81
|
import {
|
|
62
82
|
code
|
|
63
|
-
} from "../chunk-
|
|
83
|
+
} from "../chunk-6VRNW5CF.mjs";
|
|
64
84
|
import {
|
|
65
85
|
divider
|
|
66
86
|
} from "../chunk-5KZVRSWU.mjs";
|
|
67
87
|
import {
|
|
68
88
|
drip
|
|
69
89
|
} from "../chunk-AUEC3MBX.mjs";
|
|
70
|
-
import {
|
|
71
|
-
dropdown,
|
|
72
|
-
dropdownItem,
|
|
73
|
-
dropdownMenu,
|
|
74
|
-
dropdownSection
|
|
75
|
-
} from "../chunk-OOFFFIO2.mjs";
|
|
76
|
-
import {
|
|
77
|
-
image
|
|
78
|
-
} from "../chunk-5KVXZCV5.mjs";
|
|
79
90
|
import {
|
|
80
91
|
accordion,
|
|
81
92
|
accordionItem
|
|
@@ -83,25 +94,14 @@ import {
|
|
|
83
94
|
import {
|
|
84
95
|
avatar,
|
|
85
96
|
avatarGroup
|
|
86
|
-
} from "../chunk-
|
|
97
|
+
} from "../chunk-XAZEZ7N2.mjs";
|
|
87
98
|
import {
|
|
88
99
|
badge
|
|
89
|
-
} from "../chunk-
|
|
90
|
-
import
|
|
91
|
-
button,
|
|
92
|
-
buttonGroup
|
|
93
|
-
} from "../chunk-TRZLWKEX.mjs";
|
|
94
|
-
import {
|
|
95
|
-
card
|
|
96
|
-
} from "../chunk-CLQQQIUB.mjs";
|
|
97
|
-
import {
|
|
98
|
-
checkbox,
|
|
99
|
-
checkboxGroup
|
|
100
|
-
} from "../chunk-BF7L7DAN.mjs";
|
|
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;
|