@nextui-org/theme 0.0.0-dev-v2-20230702175730 → 0.0.0-dev-v2-20230704035053
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-GHB2MRUU.mjs → chunk-FJYKXAF3.mjs} +3 -2
- 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 +3 -2
- 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.mjs +1 -1
- package/dist/components/navbar.js +3 -2
- package/dist/components/navbar.mjs +2 -2
- 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 +3 -2
- package/dist/index.mjs +40 -40
- package/package.json +1 -1
- package/dist/{chunk-ETX5K2PY.mjs → chunk-5VNI3CVI.mjs} +3 -3
- package/dist/{chunk-K7J53FGN.mjs → chunk-6PEULYVG.mjs} +3 -3
- package/dist/{chunk-GZVAQ5VD.mjs → chunk-BC3PVAWS.mjs} +3 -3
- package/dist/{chunk-QA5I3ZAL.mjs → chunk-C43HNPNG.mjs} +3 -3
- package/dist/{chunk-L7XBTQSM.mjs → chunk-DY5676QC.mjs} +3 -3
- package/dist/{chunk-2OJQTQ24.mjs → chunk-Q7Y2WFSA.mjs} +3 -3
- package/dist/{chunk-5LSACMFO.mjs → chunk-V5ZTBGGO.mjs} +3 -3
- package/dist/{chunk-NHCMORGO.mjs → chunk-XVSYFWXT.mjs} +3 -3
- package/dist/{chunk-JKWIX3WW.mjs → chunk-ZHGJEVPT.mjs} +3 -3
|
@@ -114,13 +114,14 @@ var navbar = tv({
|
|
|
114
114
|
"px-6",
|
|
115
115
|
"pt-2",
|
|
116
116
|
"fixed",
|
|
117
|
+
"flex",
|
|
117
118
|
"max-w-full",
|
|
118
119
|
"top-[var(--navbar-height)]",
|
|
119
120
|
"inset-x-0",
|
|
120
121
|
"bottom-0",
|
|
121
122
|
"w-screen",
|
|
122
123
|
"flex-col",
|
|
123
|
-
"gap-
|
|
124
|
+
"gap-2",
|
|
124
125
|
"overflow-y-auto"
|
|
125
126
|
],
|
|
126
127
|
menuItem: ["text-large"]
|
|
@@ -156,7 +157,7 @@ var navbar = tv({
|
|
|
156
157
|
},
|
|
157
158
|
hideOnScroll: {
|
|
158
159
|
true: {
|
|
159
|
-
base: ["
|
|
160
|
+
base: ["sticky", "top-0", "inset-x-0"]
|
|
160
161
|
}
|
|
161
162
|
},
|
|
162
163
|
isBordered: {
|
|
@@ -2,10 +2,10 @@ import {
|
|
|
2
2
|
accordion,
|
|
3
3
|
accordionItem
|
|
4
4
|
} from "../chunk-UZZPYFGR.mjs";
|
|
5
|
-
import "../chunk-GMMETTYU.mjs";
|
|
6
5
|
import "../chunk-CMYR6AOY.mjs";
|
|
7
6
|
import "../chunk-K7LK7NCE.mjs";
|
|
8
7
|
import "../chunk-2PIR7DFM.mjs";
|
|
8
|
+
import "../chunk-GMMETTYU.mjs";
|
|
9
9
|
import "../chunk-G2ZSNGR5.mjs";
|
|
10
10
|
export {
|
|
11
11
|
accordion,
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import {
|
|
2
2
|
avatar,
|
|
3
3
|
avatarGroup
|
|
4
|
-
} from "../chunk-
|
|
5
|
-
import "../chunk-GMMETTYU.mjs";
|
|
4
|
+
} from "../chunk-6PEULYVG.mjs";
|
|
6
5
|
import "../chunk-CMYR6AOY.mjs";
|
|
7
6
|
import "../chunk-K7LK7NCE.mjs";
|
|
8
7
|
import "../chunk-2PIR7DFM.mjs";
|
|
8
|
+
import "../chunk-GMMETTYU.mjs";
|
|
9
9
|
import "../chunk-G2ZSNGR5.mjs";
|
|
10
10
|
export {
|
|
11
11
|
avatar,
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import {
|
|
2
2
|
badge
|
|
3
|
-
} from "../chunk-
|
|
4
|
-
import "../chunk-GMMETTYU.mjs";
|
|
3
|
+
} from "../chunk-DY5676QC.mjs";
|
|
5
4
|
import "../chunk-CMYR6AOY.mjs";
|
|
6
5
|
import "../chunk-K7LK7NCE.mjs";
|
|
7
6
|
import "../chunk-2PIR7DFM.mjs";
|
|
7
|
+
import "../chunk-GMMETTYU.mjs";
|
|
8
8
|
import "../chunk-G2ZSNGR5.mjs";
|
|
9
9
|
export {
|
|
10
10
|
badge
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import {
|
|
2
2
|
button,
|
|
3
3
|
buttonGroup
|
|
4
|
-
} from "../chunk-
|
|
5
|
-
import "../chunk-GMMETTYU.mjs";
|
|
4
|
+
} from "../chunk-Q7Y2WFSA.mjs";
|
|
6
5
|
import "../chunk-CMYR6AOY.mjs";
|
|
7
6
|
import "../chunk-K7LK7NCE.mjs";
|
|
8
7
|
import "../chunk-2PIR7DFM.mjs";
|
|
8
|
+
import "../chunk-GMMETTYU.mjs";
|
|
9
9
|
import "../chunk-G2ZSNGR5.mjs";
|
|
10
10
|
export {
|
|
11
11
|
button,
|
package/dist/components/card.mjs
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import {
|
|
2
2
|
card
|
|
3
3
|
} from "../chunk-OFWUJFG6.mjs";
|
|
4
|
-
import "../chunk-GMMETTYU.mjs";
|
|
5
4
|
import "../chunk-CMYR6AOY.mjs";
|
|
6
5
|
import "../chunk-K7LK7NCE.mjs";
|
|
7
6
|
import "../chunk-2PIR7DFM.mjs";
|
|
7
|
+
import "../chunk-GMMETTYU.mjs";
|
|
8
8
|
import "../chunk-G2ZSNGR5.mjs";
|
|
9
9
|
export {
|
|
10
10
|
card
|
|
@@ -2,10 +2,10 @@ import {
|
|
|
2
2
|
checkbox,
|
|
3
3
|
checkboxGroup
|
|
4
4
|
} from "../chunk-RVVPQOCN.mjs";
|
|
5
|
-
import "../chunk-GMMETTYU.mjs";
|
|
6
5
|
import "../chunk-CMYR6AOY.mjs";
|
|
7
6
|
import "../chunk-K7LK7NCE.mjs";
|
|
8
7
|
import "../chunk-2PIR7DFM.mjs";
|
|
8
|
+
import "../chunk-GMMETTYU.mjs";
|
|
9
9
|
import "../chunk-G2ZSNGR5.mjs";
|
|
10
10
|
export {
|
|
11
11
|
checkbox,
|
package/dist/components/chip.mjs
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import {
|
|
2
2
|
chip
|
|
3
|
-
} from "../chunk-
|
|
4
|
-
import "../chunk-GMMETTYU.mjs";
|
|
3
|
+
} from "../chunk-5VNI3CVI.mjs";
|
|
5
4
|
import "../chunk-CMYR6AOY.mjs";
|
|
6
5
|
import "../chunk-K7LK7NCE.mjs";
|
|
7
6
|
import "../chunk-2PIR7DFM.mjs";
|
|
7
|
+
import "../chunk-GMMETTYU.mjs";
|
|
8
8
|
import "../chunk-G2ZSNGR5.mjs";
|
|
9
9
|
export {
|
|
10
10
|
chip
|
package/dist/components/code.mjs
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import {
|
|
2
2
|
code
|
|
3
|
-
} from "../chunk-
|
|
4
|
-
import "../chunk-GMMETTYU.mjs";
|
|
3
|
+
} from "../chunk-V5ZTBGGO.mjs";
|
|
5
4
|
import "../chunk-CMYR6AOY.mjs";
|
|
6
5
|
import "../chunk-K7LK7NCE.mjs";
|
|
7
6
|
import "../chunk-2PIR7DFM.mjs";
|
|
7
|
+
import "../chunk-GMMETTYU.mjs";
|
|
8
8
|
import "../chunk-G2ZSNGR5.mjs";
|
|
9
9
|
export {
|
|
10
10
|
code
|
|
@@ -4,10 +4,10 @@ import {
|
|
|
4
4
|
dropdownMenu,
|
|
5
5
|
dropdownSection
|
|
6
6
|
} from "../chunk-Y6DYRIUN.mjs";
|
|
7
|
-
import "../chunk-GMMETTYU.mjs";
|
|
8
7
|
import "../chunk-CMYR6AOY.mjs";
|
|
9
8
|
import "../chunk-K7LK7NCE.mjs";
|
|
10
9
|
import "../chunk-2PIR7DFM.mjs";
|
|
10
|
+
import "../chunk-GMMETTYU.mjs";
|
|
11
11
|
import "../chunk-G2ZSNGR5.mjs";
|
|
12
12
|
export {
|
|
13
13
|
dropdown,
|
package/dist/components/index.js
CHANGED
|
@@ -4825,13 +4825,14 @@ var navbar = tv({
|
|
|
4825
4825
|
"px-6",
|
|
4826
4826
|
"pt-2",
|
|
4827
4827
|
"fixed",
|
|
4828
|
+
"flex",
|
|
4828
4829
|
"max-w-full",
|
|
4829
4830
|
"top-[var(--navbar-height)]",
|
|
4830
4831
|
"inset-x-0",
|
|
4831
4832
|
"bottom-0",
|
|
4832
4833
|
"w-screen",
|
|
4833
4834
|
"flex-col",
|
|
4834
|
-
"gap-
|
|
4835
|
+
"gap-2",
|
|
4835
4836
|
"overflow-y-auto"
|
|
4836
4837
|
],
|
|
4837
4838
|
menuItem: ["text-large"]
|
|
@@ -4867,7 +4868,7 @@ var navbar = tv({
|
|
|
4867
4868
|
},
|
|
4868
4869
|
hideOnScroll: {
|
|
4869
4870
|
true: {
|
|
4870
|
-
base: ["
|
|
4871
|
+
base: ["sticky", "top-0", "inset-x-0"]
|
|
4871
4872
|
}
|
|
4872
4873
|
},
|
|
4873
4874
|
isBordered: {
|
|
@@ -1,25 +1,7 @@
|
|
|
1
1
|
import "../chunk-PRWEADY4.mjs";
|
|
2
|
-
import {
|
|
3
|
-
table
|
|
4
|
-
} from "../chunk-CJRYUKCX.mjs";
|
|
5
|
-
import {
|
|
6
|
-
tabs
|
|
7
|
-
} from "../chunk-NHCMORGO.mjs";
|
|
8
|
-
import {
|
|
9
|
-
toggle
|
|
10
|
-
} from "../chunk-GCKY7FII.mjs";
|
|
11
2
|
import {
|
|
12
3
|
user
|
|
13
4
|
} from "../chunk-TXDV4YYI.mjs";
|
|
14
|
-
import {
|
|
15
|
-
pagination
|
|
16
|
-
} from "../chunk-JKWIX3WW.mjs";
|
|
17
|
-
import {
|
|
18
|
-
popover
|
|
19
|
-
} from "../chunk-QA5I3ZAL.mjs";
|
|
20
|
-
import {
|
|
21
|
-
progress
|
|
22
|
-
} from "../chunk-524WVPFR.mjs";
|
|
23
5
|
import {
|
|
24
6
|
radio,
|
|
25
7
|
radioGroup
|
|
@@ -29,7 +11,7 @@ import {
|
|
|
29
11
|
} from "../chunk-IWEUZYJF.mjs";
|
|
30
12
|
import {
|
|
31
13
|
snippet
|
|
32
|
-
} from "../chunk-
|
|
14
|
+
} from "../chunk-BC3PVAWS.mjs";
|
|
33
15
|
import {
|
|
34
16
|
spacer
|
|
35
17
|
} from "../chunk-W6DVXJB3.mjs";
|
|
@@ -37,14 +19,14 @@ import {
|
|
|
37
19
|
spinner
|
|
38
20
|
} from "../chunk-PSEUPXFL.mjs";
|
|
39
21
|
import {
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
dropdownMenu,
|
|
43
|
-
dropdownSection
|
|
44
|
-
} from "../chunk-Y6DYRIUN.mjs";
|
|
22
|
+
table
|
|
23
|
+
} from "../chunk-CJRYUKCX.mjs";
|
|
45
24
|
import {
|
|
46
|
-
|
|
47
|
-
} from "../chunk-
|
|
25
|
+
tabs
|
|
26
|
+
} from "../chunk-XVSYFWXT.mjs";
|
|
27
|
+
import {
|
|
28
|
+
toggle
|
|
29
|
+
} from "../chunk-GCKY7FII.mjs";
|
|
48
30
|
import {
|
|
49
31
|
input
|
|
50
32
|
} from "../chunk-SQCHLZL7.mjs";
|
|
@@ -60,33 +42,40 @@ import {
|
|
|
60
42
|
} from "../chunk-QMVL7T5G.mjs";
|
|
61
43
|
import {
|
|
62
44
|
navbar
|
|
63
|
-
} from "../chunk-
|
|
45
|
+
} from "../chunk-FJYKXAF3.mjs";
|
|
64
46
|
import {
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
} from "../chunk-2OJQTQ24.mjs";
|
|
47
|
+
pagination
|
|
48
|
+
} from "../chunk-ZHGJEVPT.mjs";
|
|
68
49
|
import {
|
|
69
|
-
|
|
70
|
-
} from "../chunk-
|
|
50
|
+
popover
|
|
51
|
+
} from "../chunk-C43HNPNG.mjs";
|
|
71
52
|
import {
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
} from "../chunk-RVVPQOCN.mjs";
|
|
53
|
+
progress
|
|
54
|
+
} from "../chunk-524WVPFR.mjs";
|
|
75
55
|
import {
|
|
76
56
|
chip
|
|
77
|
-
} from "../chunk-
|
|
57
|
+
} from "../chunk-5VNI3CVI.mjs";
|
|
78
58
|
import {
|
|
79
59
|
circularProgress
|
|
80
60
|
} from "../chunk-WAAJG22Y.mjs";
|
|
81
61
|
import {
|
|
82
62
|
code
|
|
83
|
-
} from "../chunk-
|
|
63
|
+
} from "../chunk-V5ZTBGGO.mjs";
|
|
84
64
|
import {
|
|
85
65
|
divider
|
|
86
66
|
} from "../chunk-UODOTC2G.mjs";
|
|
87
67
|
import {
|
|
88
68
|
drip
|
|
89
69
|
} from "../chunk-AGUZRGXC.mjs";
|
|
70
|
+
import {
|
|
71
|
+
dropdown,
|
|
72
|
+
dropdownItem,
|
|
73
|
+
dropdownMenu,
|
|
74
|
+
dropdownSection
|
|
75
|
+
} from "../chunk-Y6DYRIUN.mjs";
|
|
76
|
+
import {
|
|
77
|
+
image
|
|
78
|
+
} from "../chunk-LDBYFTHC.mjs";
|
|
90
79
|
import {
|
|
91
80
|
accordion,
|
|
92
81
|
accordionItem
|
|
@@ -94,14 +83,25 @@ import {
|
|
|
94
83
|
import {
|
|
95
84
|
avatar,
|
|
96
85
|
avatarGroup
|
|
97
|
-
} from "../chunk-
|
|
86
|
+
} from "../chunk-6PEULYVG.mjs";
|
|
98
87
|
import {
|
|
99
88
|
badge
|
|
100
|
-
} from "../chunk-
|
|
101
|
-
import
|
|
89
|
+
} from "../chunk-DY5676QC.mjs";
|
|
90
|
+
import {
|
|
91
|
+
button,
|
|
92
|
+
buttonGroup
|
|
93
|
+
} from "../chunk-Q7Y2WFSA.mjs";
|
|
94
|
+
import {
|
|
95
|
+
card
|
|
96
|
+
} from "../chunk-OFWUJFG6.mjs";
|
|
97
|
+
import {
|
|
98
|
+
checkbox,
|
|
99
|
+
checkboxGroup
|
|
100
|
+
} from "../chunk-RVVPQOCN.mjs";
|
|
102
101
|
import "../chunk-CMYR6AOY.mjs";
|
|
103
102
|
import "../chunk-K7LK7NCE.mjs";
|
|
104
103
|
import "../chunk-2PIR7DFM.mjs";
|
|
104
|
+
import "../chunk-GMMETTYU.mjs";
|
|
105
105
|
import "../chunk-G2ZSNGR5.mjs";
|
|
106
106
|
export {
|
|
107
107
|
accordion,
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import {
|
|
2
2
|
input
|
|
3
3
|
} from "../chunk-SQCHLZL7.mjs";
|
|
4
|
-
import "../chunk-GMMETTYU.mjs";
|
|
5
4
|
import "../chunk-CMYR6AOY.mjs";
|
|
6
5
|
import "../chunk-K7LK7NCE.mjs";
|
|
7
6
|
import "../chunk-2PIR7DFM.mjs";
|
|
7
|
+
import "../chunk-GMMETTYU.mjs";
|
|
8
8
|
import "../chunk-G2ZSNGR5.mjs";
|
|
9
9
|
export {
|
|
10
10
|
input
|
package/dist/components/link.mjs
CHANGED
|
@@ -2,10 +2,10 @@ import {
|
|
|
2
2
|
link,
|
|
3
3
|
linkAnchorClasses
|
|
4
4
|
} from "../chunk-NXGPICRI.mjs";
|
|
5
|
-
import "../chunk-GMMETTYU.mjs";
|
|
6
5
|
import "../chunk-CMYR6AOY.mjs";
|
|
7
6
|
import "../chunk-K7LK7NCE.mjs";
|
|
8
7
|
import "../chunk-2PIR7DFM.mjs";
|
|
8
|
+
import "../chunk-GMMETTYU.mjs";
|
|
9
9
|
import "../chunk-G2ZSNGR5.mjs";
|
|
10
10
|
export {
|
|
11
11
|
link,
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import {
|
|
2
2
|
modal
|
|
3
3
|
} from "../chunk-QMVL7T5G.mjs";
|
|
4
|
-
import "../chunk-GMMETTYU.mjs";
|
|
5
4
|
import "../chunk-CMYR6AOY.mjs";
|
|
6
5
|
import "../chunk-K7LK7NCE.mjs";
|
|
7
6
|
import "../chunk-2PIR7DFM.mjs";
|
|
7
|
+
import "../chunk-GMMETTYU.mjs";
|
|
8
8
|
import "../chunk-G2ZSNGR5.mjs";
|
|
9
9
|
export {
|
|
10
10
|
modal
|
|
@@ -171,13 +171,14 @@ var navbar = tv({
|
|
|
171
171
|
"px-6",
|
|
172
172
|
"pt-2",
|
|
173
173
|
"fixed",
|
|
174
|
+
"flex",
|
|
174
175
|
"max-w-full",
|
|
175
176
|
"top-[var(--navbar-height)]",
|
|
176
177
|
"inset-x-0",
|
|
177
178
|
"bottom-0",
|
|
178
179
|
"w-screen",
|
|
179
180
|
"flex-col",
|
|
180
|
-
"gap-
|
|
181
|
+
"gap-2",
|
|
181
182
|
"overflow-y-auto"
|
|
182
183
|
],
|
|
183
184
|
menuItem: ["text-large"]
|
|
@@ -213,7 +214,7 @@ var navbar = tv({
|
|
|
213
214
|
},
|
|
214
215
|
hideOnScroll: {
|
|
215
216
|
true: {
|
|
216
|
-
base: ["
|
|
217
|
+
base: ["sticky", "top-0", "inset-x-0"]
|
|
217
218
|
}
|
|
218
219
|
},
|
|
219
220
|
isBordered: {
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import {
|
|
2
2
|
navbar
|
|
3
|
-
} from "../chunk-
|
|
4
|
-
import "../chunk-GMMETTYU.mjs";
|
|
3
|
+
} from "../chunk-FJYKXAF3.mjs";
|
|
5
4
|
import "../chunk-CMYR6AOY.mjs";
|
|
6
5
|
import "../chunk-K7LK7NCE.mjs";
|
|
7
6
|
import "../chunk-2PIR7DFM.mjs";
|
|
7
|
+
import "../chunk-GMMETTYU.mjs";
|
|
8
8
|
import "../chunk-G2ZSNGR5.mjs";
|
|
9
9
|
export {
|
|
10
10
|
navbar
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import {
|
|
2
2
|
pagination
|
|
3
|
-
} from "../chunk-
|
|
4
|
-
import "../chunk-GMMETTYU.mjs";
|
|
3
|
+
} from "../chunk-ZHGJEVPT.mjs";
|
|
5
4
|
import "../chunk-CMYR6AOY.mjs";
|
|
6
5
|
import "../chunk-K7LK7NCE.mjs";
|
|
7
6
|
import "../chunk-2PIR7DFM.mjs";
|
|
7
|
+
import "../chunk-GMMETTYU.mjs";
|
|
8
8
|
import "../chunk-G2ZSNGR5.mjs";
|
|
9
9
|
export {
|
|
10
10
|
pagination
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import {
|
|
2
2
|
popover
|
|
3
|
-
} from "../chunk-
|
|
4
|
-
import "../chunk-GMMETTYU.mjs";
|
|
3
|
+
} from "../chunk-C43HNPNG.mjs";
|
|
5
4
|
import "../chunk-CMYR6AOY.mjs";
|
|
6
5
|
import "../chunk-K7LK7NCE.mjs";
|
|
7
6
|
import "../chunk-2PIR7DFM.mjs";
|
|
7
|
+
import "../chunk-GMMETTYU.mjs";
|
|
8
8
|
import "../chunk-G2ZSNGR5.mjs";
|
|
9
9
|
export {
|
|
10
10
|
popover
|
|
@@ -2,10 +2,10 @@ import {
|
|
|
2
2
|
radio,
|
|
3
3
|
radioGroup
|
|
4
4
|
} from "../chunk-MBMVULBL.mjs";
|
|
5
|
-
import "../chunk-GMMETTYU.mjs";
|
|
6
5
|
import "../chunk-CMYR6AOY.mjs";
|
|
7
6
|
import "../chunk-K7LK7NCE.mjs";
|
|
8
7
|
import "../chunk-2PIR7DFM.mjs";
|
|
8
|
+
import "../chunk-GMMETTYU.mjs";
|
|
9
9
|
import "../chunk-G2ZSNGR5.mjs";
|
|
10
10
|
export {
|
|
11
11
|
radio,
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import {
|
|
2
2
|
snippet
|
|
3
|
-
} from "../chunk-
|
|
4
|
-
import "../chunk-GMMETTYU.mjs";
|
|
3
|
+
} from "../chunk-BC3PVAWS.mjs";
|
|
5
4
|
import "../chunk-CMYR6AOY.mjs";
|
|
6
5
|
import "../chunk-K7LK7NCE.mjs";
|
|
7
6
|
import "../chunk-2PIR7DFM.mjs";
|
|
7
|
+
import "../chunk-GMMETTYU.mjs";
|
|
8
8
|
import "../chunk-G2ZSNGR5.mjs";
|
|
9
9
|
export {
|
|
10
10
|
snippet
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import {
|
|
2
2
|
table
|
|
3
3
|
} from "../chunk-CJRYUKCX.mjs";
|
|
4
|
-
import "../chunk-GMMETTYU.mjs";
|
|
5
4
|
import "../chunk-CMYR6AOY.mjs";
|
|
6
5
|
import "../chunk-K7LK7NCE.mjs";
|
|
7
6
|
import "../chunk-2PIR7DFM.mjs";
|
|
7
|
+
import "../chunk-GMMETTYU.mjs";
|
|
8
8
|
import "../chunk-G2ZSNGR5.mjs";
|
|
9
9
|
export {
|
|
10
10
|
table
|
package/dist/components/tabs.mjs
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import {
|
|
2
2
|
tabs
|
|
3
|
-
} from "../chunk-
|
|
4
|
-
import "../chunk-GMMETTYU.mjs";
|
|
3
|
+
} from "../chunk-XVSYFWXT.mjs";
|
|
5
4
|
import "../chunk-CMYR6AOY.mjs";
|
|
6
5
|
import "../chunk-K7LK7NCE.mjs";
|
|
7
6
|
import "../chunk-2PIR7DFM.mjs";
|
|
7
|
+
import "../chunk-GMMETTYU.mjs";
|
|
8
8
|
import "../chunk-G2ZSNGR5.mjs";
|
|
9
9
|
export {
|
|
10
10
|
tabs
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import {
|
|
2
2
|
toggle
|
|
3
3
|
} from "../chunk-GCKY7FII.mjs";
|
|
4
|
-
import "../chunk-GMMETTYU.mjs";
|
|
5
4
|
import "../chunk-CMYR6AOY.mjs";
|
|
6
5
|
import "../chunk-K7LK7NCE.mjs";
|
|
7
6
|
import "../chunk-2PIR7DFM.mjs";
|
|
7
|
+
import "../chunk-GMMETTYU.mjs";
|
|
8
8
|
import "../chunk-G2ZSNGR5.mjs";
|
|
9
9
|
export {
|
|
10
10
|
toggle
|
package/dist/components/user.mjs
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import {
|
|
2
2
|
user
|
|
3
3
|
} from "../chunk-TXDV4YYI.mjs";
|
|
4
|
-
import "../chunk-GMMETTYU.mjs";
|
|
5
4
|
import "../chunk-CMYR6AOY.mjs";
|
|
6
5
|
import "../chunk-K7LK7NCE.mjs";
|
|
7
6
|
import "../chunk-2PIR7DFM.mjs";
|
|
7
|
+
import "../chunk-GMMETTYU.mjs";
|
|
8
8
|
import "../chunk-G2ZSNGR5.mjs";
|
|
9
9
|
export {
|
|
10
10
|
user
|
package/dist/index.js
CHANGED
|
@@ -4857,13 +4857,14 @@ var navbar = tv({
|
|
|
4857
4857
|
"px-6",
|
|
4858
4858
|
"pt-2",
|
|
4859
4859
|
"fixed",
|
|
4860
|
+
"flex",
|
|
4860
4861
|
"max-w-full",
|
|
4861
4862
|
"top-[var(--navbar-height)]",
|
|
4862
4863
|
"inset-x-0",
|
|
4863
4864
|
"bottom-0",
|
|
4864
4865
|
"w-screen",
|
|
4865
4866
|
"flex-col",
|
|
4866
|
-
"gap-
|
|
4867
|
+
"gap-2",
|
|
4867
4868
|
"overflow-y-auto"
|
|
4868
4869
|
],
|
|
4869
4870
|
menuItem: ["text-large"]
|
|
@@ -4899,7 +4900,7 @@ var navbar = tv({
|
|
|
4899
4900
|
},
|
|
4900
4901
|
hideOnScroll: {
|
|
4901
4902
|
true: {
|
|
4902
|
-
base: ["
|
|
4903
|
+
base: ["sticky", "top-0", "inset-x-0"]
|
|
4903
4904
|
}
|
|
4904
4905
|
},
|
|
4905
4906
|
isBordered: {
|
package/dist/index.mjs
CHANGED
|
@@ -1,25 +1,7 @@
|
|
|
1
1
|
import "./chunk-PRWEADY4.mjs";
|
|
2
|
-
import {
|
|
3
|
-
table
|
|
4
|
-
} from "./chunk-CJRYUKCX.mjs";
|
|
5
|
-
import {
|
|
6
|
-
tabs
|
|
7
|
-
} from "./chunk-NHCMORGO.mjs";
|
|
8
|
-
import {
|
|
9
|
-
toggle
|
|
10
|
-
} from "./chunk-GCKY7FII.mjs";
|
|
11
2
|
import {
|
|
12
3
|
user
|
|
13
4
|
} from "./chunk-TXDV4YYI.mjs";
|
|
14
|
-
import {
|
|
15
|
-
pagination
|
|
16
|
-
} from "./chunk-JKWIX3WW.mjs";
|
|
17
|
-
import {
|
|
18
|
-
popover
|
|
19
|
-
} from "./chunk-QA5I3ZAL.mjs";
|
|
20
|
-
import {
|
|
21
|
-
progress
|
|
22
|
-
} from "./chunk-524WVPFR.mjs";
|
|
23
5
|
import {
|
|
24
6
|
radio,
|
|
25
7
|
radioGroup
|
|
@@ -29,7 +11,7 @@ import {
|
|
|
29
11
|
} from "./chunk-IWEUZYJF.mjs";
|
|
30
12
|
import {
|
|
31
13
|
snippet
|
|
32
|
-
} from "./chunk-
|
|
14
|
+
} from "./chunk-BC3PVAWS.mjs";
|
|
33
15
|
import {
|
|
34
16
|
spacer
|
|
35
17
|
} from "./chunk-W6DVXJB3.mjs";
|
|
@@ -37,14 +19,14 @@ import {
|
|
|
37
19
|
spinner
|
|
38
20
|
} from "./chunk-PSEUPXFL.mjs";
|
|
39
21
|
import {
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
dropdownMenu,
|
|
43
|
-
dropdownSection
|
|
44
|
-
} from "./chunk-Y6DYRIUN.mjs";
|
|
22
|
+
table
|
|
23
|
+
} from "./chunk-CJRYUKCX.mjs";
|
|
45
24
|
import {
|
|
46
|
-
|
|
47
|
-
} from "./chunk-
|
|
25
|
+
tabs
|
|
26
|
+
} from "./chunk-XVSYFWXT.mjs";
|
|
27
|
+
import {
|
|
28
|
+
toggle
|
|
29
|
+
} from "./chunk-GCKY7FII.mjs";
|
|
48
30
|
import {
|
|
49
31
|
input
|
|
50
32
|
} from "./chunk-SQCHLZL7.mjs";
|
|
@@ -60,33 +42,40 @@ import {
|
|
|
60
42
|
} from "./chunk-QMVL7T5G.mjs";
|
|
61
43
|
import {
|
|
62
44
|
navbar
|
|
63
|
-
} from "./chunk-
|
|
45
|
+
} from "./chunk-FJYKXAF3.mjs";
|
|
64
46
|
import {
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
} from "./chunk-2OJQTQ24.mjs";
|
|
47
|
+
pagination
|
|
48
|
+
} from "./chunk-ZHGJEVPT.mjs";
|
|
68
49
|
import {
|
|
69
|
-
|
|
70
|
-
} from "./chunk-
|
|
50
|
+
popover
|
|
51
|
+
} from "./chunk-C43HNPNG.mjs";
|
|
71
52
|
import {
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
} from "./chunk-RVVPQOCN.mjs";
|
|
53
|
+
progress
|
|
54
|
+
} from "./chunk-524WVPFR.mjs";
|
|
75
55
|
import {
|
|
76
56
|
chip
|
|
77
|
-
} from "./chunk-
|
|
57
|
+
} from "./chunk-5VNI3CVI.mjs";
|
|
78
58
|
import {
|
|
79
59
|
circularProgress
|
|
80
60
|
} from "./chunk-WAAJG22Y.mjs";
|
|
81
61
|
import {
|
|
82
62
|
code
|
|
83
|
-
} from "./chunk-
|
|
63
|
+
} from "./chunk-V5ZTBGGO.mjs";
|
|
84
64
|
import {
|
|
85
65
|
divider
|
|
86
66
|
} from "./chunk-UODOTC2G.mjs";
|
|
87
67
|
import {
|
|
88
68
|
drip
|
|
89
69
|
} from "./chunk-AGUZRGXC.mjs";
|
|
70
|
+
import {
|
|
71
|
+
dropdown,
|
|
72
|
+
dropdownItem,
|
|
73
|
+
dropdownMenu,
|
|
74
|
+
dropdownSection
|
|
75
|
+
} from "./chunk-Y6DYRIUN.mjs";
|
|
76
|
+
import {
|
|
77
|
+
image
|
|
78
|
+
} from "./chunk-LDBYFTHC.mjs";
|
|
90
79
|
import {
|
|
91
80
|
accordion,
|
|
92
81
|
accordionItem
|
|
@@ -94,16 +83,27 @@ import {
|
|
|
94
83
|
import {
|
|
95
84
|
avatar,
|
|
96
85
|
avatarGroup
|
|
97
|
-
} from "./chunk-
|
|
86
|
+
} from "./chunk-6PEULYVG.mjs";
|
|
98
87
|
import {
|
|
99
88
|
badge
|
|
100
|
-
} from "./chunk-
|
|
101
|
-
import
|
|
89
|
+
} from "./chunk-DY5676QC.mjs";
|
|
90
|
+
import {
|
|
91
|
+
button,
|
|
92
|
+
buttonGroup
|
|
93
|
+
} from "./chunk-Q7Y2WFSA.mjs";
|
|
94
|
+
import {
|
|
95
|
+
card
|
|
96
|
+
} from "./chunk-OFWUJFG6.mjs";
|
|
97
|
+
import {
|
|
98
|
+
checkbox,
|
|
99
|
+
checkboxGroup
|
|
100
|
+
} from "./chunk-RVVPQOCN.mjs";
|
|
102
101
|
import "./chunk-CMYR6AOY.mjs";
|
|
103
102
|
import "./chunk-K7LK7NCE.mjs";
|
|
104
103
|
import {
|
|
105
104
|
colorVariants
|
|
106
105
|
} from "./chunk-2PIR7DFM.mjs";
|
|
106
|
+
import "./chunk-GMMETTYU.mjs";
|
|
107
107
|
import {
|
|
108
108
|
nextui
|
|
109
109
|
} from "./chunk-2S23U72D.mjs";
|
package/package.json
CHANGED