@nextui-org/theme 0.0.0-dev-v2-20230702033431 → 0.0.0-dev-v2-20230702153650
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-5NYMZUEK.mjs → chunk-XVSYFWXT.mjs} +4 -3
- package/dist/{chunk-D25D4ZPI.mjs → chunk-Y6DYRIUN.mjs} +3 -3
- 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.js +3 -3
- package/dist/components/dropdown.mjs +2 -2
- package/dist/components/index.js +4 -3
- package/dist/components/index.mjs +39 -39
- 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.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.js +1 -0
- 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 +4 -3
- package/dist/index.mjs +39 -39
- 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-JKWIX3WW.mjs → chunk-ZHGJEVPT.mjs} +3 -3
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import {
|
|
2
|
-
tv
|
|
3
|
-
} from "./chunk-GMMETTYU.mjs";
|
|
4
1
|
import {
|
|
5
2
|
colorVariants
|
|
6
3
|
} from "./chunk-2PIR7DFM.mjs";
|
|
4
|
+
import {
|
|
5
|
+
tv
|
|
6
|
+
} from "./chunk-GMMETTYU.mjs";
|
|
7
7
|
import {
|
|
8
8
|
dataFocusVisibleClasses
|
|
9
9
|
} from "./chunk-G2ZSNGR5.mjs";
|
|
@@ -36,6 +36,7 @@ var tabs = tv({
|
|
|
36
36
|
"outline-none",
|
|
37
37
|
"cursor-pointer",
|
|
38
38
|
"transition-opacity",
|
|
39
|
+
"tap-highlight-transparent",
|
|
39
40
|
"data-[disabled=true]:cursor-not-allowed",
|
|
40
41
|
"data-[disabled=true]:opacity-30",
|
|
41
42
|
"data-[hover-unselected=true]:opacity-disabled",
|
|
@@ -32,8 +32,8 @@ var dropdownItem = tv({
|
|
|
32
32
|
"data-[focus-visible=true]:dark:ring-offset-background-content1"
|
|
33
33
|
],
|
|
34
34
|
wrapper: "w-full flex flex-col items-start justify-center",
|
|
35
|
-
title: "flex-1 text-
|
|
36
|
-
description: ["w-full", "text-
|
|
35
|
+
title: "flex-1 text-small font-normal truncate",
|
|
36
|
+
description: ["w-full", "text-tiny", "text-foreground-500", "group-hover:text-current"],
|
|
37
37
|
selectedIcon: ["text-inherit", "w-3", "h-3", "flex-shrink-0"],
|
|
38
38
|
shortcut: [
|
|
39
39
|
"px-1",
|
|
@@ -41,7 +41,7 @@ var dropdownItem = tv({
|
|
|
41
41
|
"rounded",
|
|
42
42
|
"font-sans",
|
|
43
43
|
"text-foreground-500",
|
|
44
|
-
"text-
|
|
44
|
+
"text-tiny",
|
|
45
45
|
"border-small",
|
|
46
46
|
"border-default-300",
|
|
47
47
|
"group-hover:border-current"
|
|
@@ -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
|
|
@@ -92,8 +92,8 @@ var dropdownItem = tv({
|
|
|
92
92
|
"data-[focus-visible=true]:dark:ring-offset-background-content1"
|
|
93
93
|
],
|
|
94
94
|
wrapper: "w-full flex flex-col items-start justify-center",
|
|
95
|
-
title: "flex-1 text-
|
|
96
|
-
description: ["w-full", "text-
|
|
95
|
+
title: "flex-1 text-small font-normal truncate",
|
|
96
|
+
description: ["w-full", "text-tiny", "text-foreground-500", "group-hover:text-current"],
|
|
97
97
|
selectedIcon: ["text-inherit", "w-3", "h-3", "flex-shrink-0"],
|
|
98
98
|
shortcut: [
|
|
99
99
|
"px-1",
|
|
@@ -101,7 +101,7 @@ var dropdownItem = tv({
|
|
|
101
101
|
"rounded",
|
|
102
102
|
"font-sans",
|
|
103
103
|
"text-foreground-500",
|
|
104
|
-
"text-
|
|
104
|
+
"text-tiny",
|
|
105
105
|
"border-small",
|
|
106
106
|
"border-default-300",
|
|
107
107
|
"group-hover:border-current"
|
|
@@ -3,11 +3,11 @@ import {
|
|
|
3
3
|
dropdownItem,
|
|
4
4
|
dropdownMenu,
|
|
5
5
|
dropdownSection
|
|
6
|
-
} from "../chunk-
|
|
7
|
-
import "../chunk-GMMETTYU.mjs";
|
|
6
|
+
} from "../chunk-Y6DYRIUN.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
|
@@ -4123,8 +4123,8 @@ var dropdownItem = tv({
|
|
|
4123
4123
|
"data-[focus-visible=true]:dark:ring-offset-background-content1"
|
|
4124
4124
|
],
|
|
4125
4125
|
wrapper: "w-full flex flex-col items-start justify-center",
|
|
4126
|
-
title: "flex-1 text-
|
|
4127
|
-
description: ["w-full", "text-
|
|
4126
|
+
title: "flex-1 text-small font-normal truncate",
|
|
4127
|
+
description: ["w-full", "text-tiny", "text-foreground-500", "group-hover:text-current"],
|
|
4128
4128
|
selectedIcon: ["text-inherit", "w-3", "h-3", "flex-shrink-0"],
|
|
4129
4129
|
shortcut: [
|
|
4130
4130
|
"px-1",
|
|
@@ -4132,7 +4132,7 @@ var dropdownItem = tv({
|
|
|
4132
4132
|
"rounded",
|
|
4133
4133
|
"font-sans",
|
|
4134
4134
|
"text-foreground-500",
|
|
4135
|
-
"text-
|
|
4135
|
+
"text-tiny",
|
|
4136
4136
|
"border-small",
|
|
4137
4137
|
"border-default-300",
|
|
4138
4138
|
"group-hover:border-current"
|
|
@@ -5166,6 +5166,7 @@ var tabs = tv({
|
|
|
5166
5166
|
"outline-none",
|
|
5167
5167
|
"cursor-pointer",
|
|
5168
5168
|
"transition-opacity",
|
|
5169
|
+
"tap-highlight-transparent",
|
|
5169
5170
|
"data-[disabled=true]:cursor-not-allowed",
|
|
5170
5171
|
"data-[disabled=true]:opacity-30",
|
|
5171
5172
|
"data-[hover-unselected=true]:opacity-disabled",
|
|
@@ -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-5NYMZUEK.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-D25D4ZPI.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";
|
|
@@ -62,31 +44,38 @@ import {
|
|
|
62
44
|
navbar
|
|
63
45
|
} from "../chunk-GHB2MRUU.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
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import {
|
|
2
2
|
navbar
|
|
3
3
|
} from "../chunk-GHB2MRUU.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
|
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.js
CHANGED
|
@@ -164,6 +164,7 @@ var tabs = tv({
|
|
|
164
164
|
"outline-none",
|
|
165
165
|
"cursor-pointer",
|
|
166
166
|
"transition-opacity",
|
|
167
|
+
"tap-highlight-transparent",
|
|
167
168
|
"data-[disabled=true]:cursor-not-allowed",
|
|
168
169
|
"data-[disabled=true]:opacity-30",
|
|
169
170
|
"data-[hover-unselected=true]:opacity-disabled",
|
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
|
@@ -4155,8 +4155,8 @@ var dropdownItem = tv({
|
|
|
4155
4155
|
"data-[focus-visible=true]:dark:ring-offset-background-content1"
|
|
4156
4156
|
],
|
|
4157
4157
|
wrapper: "w-full flex flex-col items-start justify-center",
|
|
4158
|
-
title: "flex-1 text-
|
|
4159
|
-
description: ["w-full", "text-
|
|
4158
|
+
title: "flex-1 text-small font-normal truncate",
|
|
4159
|
+
description: ["w-full", "text-tiny", "text-foreground-500", "group-hover:text-current"],
|
|
4160
4160
|
selectedIcon: ["text-inherit", "w-3", "h-3", "flex-shrink-0"],
|
|
4161
4161
|
shortcut: [
|
|
4162
4162
|
"px-1",
|
|
@@ -4164,7 +4164,7 @@ var dropdownItem = tv({
|
|
|
4164
4164
|
"rounded",
|
|
4165
4165
|
"font-sans",
|
|
4166
4166
|
"text-foreground-500",
|
|
4167
|
-
"text-
|
|
4167
|
+
"text-tiny",
|
|
4168
4168
|
"border-small",
|
|
4169
4169
|
"border-default-300",
|
|
4170
4170
|
"group-hover:border-current"
|
|
@@ -5198,6 +5198,7 @@ var tabs = tv({
|
|
|
5198
5198
|
"outline-none",
|
|
5199
5199
|
"cursor-pointer",
|
|
5200
5200
|
"transition-opacity",
|
|
5201
|
+
"tap-highlight-transparent",
|
|
5201
5202
|
"data-[disabled=true]:cursor-not-allowed",
|
|
5202
5203
|
"data-[disabled=true]:opacity-30",
|
|
5203
5204
|
"data-[hover-unselected=true]:opacity-disabled",
|
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-5NYMZUEK.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-D25D4ZPI.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";
|
|
@@ -62,31 +44,38 @@ import {
|
|
|
62
44
|
navbar
|
|
63
45
|
} from "./chunk-GHB2MRUU.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-H7GKXBYI.mjs";
|
package/package.json
CHANGED