@nextui-org/theme 0.0.0-dev-v2-20230423211529 → 0.0.0-dev-v2-20230424125106
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-TILCNEZM.mjs → chunk-KWWWVBJL.mjs} +1 -1
- package/dist/{chunk-R47OQZR5.mjs → chunk-W2RCO7SN.mjs} +0 -1
- package/dist/components/button.js +0 -1
- package/dist/components/button.mjs +1 -1
- package/dist/components/index.js +1 -2
- package/dist/components/index.mjs +13 -13
- package/dist/components/table.js +1 -1
- package/dist/components/table.mjs +1 -1
- package/dist/index.js +1 -2
- package/dist/index.mjs +15 -15
- package/dist/plugin.mjs +2 -2
- package/package.json +1 -1
- package/dist/{chunk-FDBBFTXB.mjs → chunk-6U5W7RS7.mjs} +3 -3
package/dist/components/index.js
CHANGED
|
@@ -646,7 +646,6 @@ var button = (0, import_tailwind_variants6.tv)({
|
|
|
646
646
|
"inline-flex",
|
|
647
647
|
"items-center",
|
|
648
648
|
"justify-center",
|
|
649
|
-
"max-w-fit",
|
|
650
649
|
"box-border",
|
|
651
650
|
"appearance-none",
|
|
652
651
|
"outline-none",
|
|
@@ -5519,7 +5518,7 @@ var table = (0, import_tailwind_variants33.tv)({
|
|
|
5519
5518
|
"relative",
|
|
5520
5519
|
"align-middle",
|
|
5521
5520
|
"whitespace-normal",
|
|
5522
|
-
"text-
|
|
5521
|
+
"text-sm",
|
|
5523
5522
|
"font-normal",
|
|
5524
5523
|
"outline-none",
|
|
5525
5524
|
...focusRing,
|
|
@@ -1,16 +1,10 @@
|
|
|
1
1
|
import "../chunk-RH7YHIQY.mjs";
|
|
2
|
-
import {
|
|
3
|
-
table
|
|
4
|
-
} from "../chunk-TILCNEZM.mjs";
|
|
5
2
|
import {
|
|
6
3
|
toggle
|
|
7
4
|
} from "../chunk-NCFXYR7C.mjs";
|
|
8
5
|
import {
|
|
9
6
|
user
|
|
10
7
|
} from "../chunk-MW7UVOSP.mjs";
|
|
11
|
-
import {
|
|
12
|
-
pagination
|
|
13
|
-
} from "../chunk-TYA6TT57.mjs";
|
|
14
8
|
import {
|
|
15
9
|
popover
|
|
16
10
|
} from "../chunk-JWVJZEAT.mjs";
|
|
@@ -33,8 +27,8 @@ import {
|
|
|
33
27
|
spinner
|
|
34
28
|
} from "../chunk-XUL76UJD.mjs";
|
|
35
29
|
import {
|
|
36
|
-
|
|
37
|
-
} from "../chunk-
|
|
30
|
+
table
|
|
31
|
+
} from "../chunk-KWWWVBJL.mjs";
|
|
38
32
|
import {
|
|
39
33
|
dropdown
|
|
40
34
|
} from "../chunk-UNMHV7HH.mjs";
|
|
@@ -54,8 +48,8 @@ import {
|
|
|
54
48
|
navbar
|
|
55
49
|
} from "../chunk-VS5PMCQU.mjs";
|
|
56
50
|
import {
|
|
57
|
-
|
|
58
|
-
} from "../chunk-
|
|
51
|
+
pagination
|
|
52
|
+
} from "../chunk-TYA6TT57.mjs";
|
|
59
53
|
import {
|
|
60
54
|
checkbox
|
|
61
55
|
} from "../chunk-7EKGN7JP.mjs";
|
|
@@ -78,8 +72,8 @@ import {
|
|
|
78
72
|
dropdownMenu
|
|
79
73
|
} from "../chunk-FCYNUVAR.mjs";
|
|
80
74
|
import {
|
|
81
|
-
|
|
82
|
-
} from "../chunk-
|
|
75
|
+
dropdownSection
|
|
76
|
+
} from "../chunk-AVGEHFT4.mjs";
|
|
83
77
|
import {
|
|
84
78
|
accordion
|
|
85
79
|
} from "../chunk-YYBLBQIV.mjs";
|
|
@@ -97,13 +91,19 @@ import {
|
|
|
97
91
|
} from "../chunk-VKFQ7EZN.mjs";
|
|
98
92
|
import {
|
|
99
93
|
button
|
|
100
|
-
} from "../chunk-
|
|
94
|
+
} from "../chunk-W2RCO7SN.mjs";
|
|
101
95
|
import "../chunk-CMYR6AOY.mjs";
|
|
102
96
|
import "../chunk-K7LK7NCE.mjs";
|
|
103
97
|
import "../chunk-RO3WUCFF.mjs";
|
|
104
98
|
import {
|
|
105
99
|
card
|
|
106
100
|
} from "../chunk-TDD767J7.mjs";
|
|
101
|
+
import {
|
|
102
|
+
checkboxGroup
|
|
103
|
+
} from "../chunk-U77YMEWM.mjs";
|
|
104
|
+
import {
|
|
105
|
+
accordionItem
|
|
106
|
+
} from "../chunk-XSFH4S4Y.mjs";
|
|
107
107
|
import "../chunk-INZK6TTL.mjs";
|
|
108
108
|
export {
|
|
109
109
|
accordion,
|
package/dist/components/table.js
CHANGED
package/dist/index.js
CHANGED
|
@@ -669,7 +669,6 @@ var button = (0, import_tailwind_variants6.tv)({
|
|
|
669
669
|
"inline-flex",
|
|
670
670
|
"items-center",
|
|
671
671
|
"justify-center",
|
|
672
|
-
"max-w-fit",
|
|
673
672
|
"box-border",
|
|
674
673
|
"appearance-none",
|
|
675
674
|
"outline-none",
|
|
@@ -5542,7 +5541,7 @@ var table = (0, import_tailwind_variants33.tv)({
|
|
|
5542
5541
|
"relative",
|
|
5543
5542
|
"align-middle",
|
|
5544
5543
|
"whitespace-normal",
|
|
5545
|
-
"text-
|
|
5544
|
+
"text-sm",
|
|
5546
5545
|
"font-normal",
|
|
5547
5546
|
"outline-none",
|
|
5548
5547
|
...focusRing,
|
package/dist/index.mjs
CHANGED
|
@@ -1,16 +1,10 @@
|
|
|
1
1
|
import "./chunk-RH7YHIQY.mjs";
|
|
2
|
-
import {
|
|
3
|
-
table
|
|
4
|
-
} from "./chunk-TILCNEZM.mjs";
|
|
5
2
|
import {
|
|
6
3
|
toggle
|
|
7
4
|
} from "./chunk-NCFXYR7C.mjs";
|
|
8
5
|
import {
|
|
9
6
|
user
|
|
10
7
|
} from "./chunk-MW7UVOSP.mjs";
|
|
11
|
-
import {
|
|
12
|
-
pagination
|
|
13
|
-
} from "./chunk-TYA6TT57.mjs";
|
|
14
8
|
import {
|
|
15
9
|
popover
|
|
16
10
|
} from "./chunk-JWVJZEAT.mjs";
|
|
@@ -33,8 +27,8 @@ import {
|
|
|
33
27
|
spinner
|
|
34
28
|
} from "./chunk-XUL76UJD.mjs";
|
|
35
29
|
import {
|
|
36
|
-
|
|
37
|
-
} from "./chunk-
|
|
30
|
+
table
|
|
31
|
+
} from "./chunk-KWWWVBJL.mjs";
|
|
38
32
|
import {
|
|
39
33
|
dropdown
|
|
40
34
|
} from "./chunk-UNMHV7HH.mjs";
|
|
@@ -54,8 +48,8 @@ import {
|
|
|
54
48
|
navbar
|
|
55
49
|
} from "./chunk-VS5PMCQU.mjs";
|
|
56
50
|
import {
|
|
57
|
-
|
|
58
|
-
} from "./chunk-
|
|
51
|
+
pagination
|
|
52
|
+
} from "./chunk-TYA6TT57.mjs";
|
|
59
53
|
import {
|
|
60
54
|
checkbox
|
|
61
55
|
} from "./chunk-7EKGN7JP.mjs";
|
|
@@ -78,8 +72,8 @@ import {
|
|
|
78
72
|
dropdownMenu
|
|
79
73
|
} from "./chunk-FCYNUVAR.mjs";
|
|
80
74
|
import {
|
|
81
|
-
|
|
82
|
-
} from "./chunk-
|
|
75
|
+
dropdownSection
|
|
76
|
+
} from "./chunk-AVGEHFT4.mjs";
|
|
83
77
|
import {
|
|
84
78
|
accordion
|
|
85
79
|
} from "./chunk-YYBLBQIV.mjs";
|
|
@@ -97,7 +91,7 @@ import {
|
|
|
97
91
|
} from "./chunk-VKFQ7EZN.mjs";
|
|
98
92
|
import {
|
|
99
93
|
button
|
|
100
|
-
} from "./chunk-
|
|
94
|
+
} from "./chunk-W2RCO7SN.mjs";
|
|
101
95
|
import "./chunk-CMYR6AOY.mjs";
|
|
102
96
|
import "./chunk-K7LK7NCE.mjs";
|
|
103
97
|
import {
|
|
@@ -106,9 +100,16 @@ import {
|
|
|
106
100
|
import {
|
|
107
101
|
card
|
|
108
102
|
} from "./chunk-TDD767J7.mjs";
|
|
103
|
+
import {
|
|
104
|
+
checkboxGroup
|
|
105
|
+
} from "./chunk-U77YMEWM.mjs";
|
|
106
|
+
import {
|
|
107
|
+
accordionItem
|
|
108
|
+
} from "./chunk-XSFH4S4Y.mjs";
|
|
109
109
|
import {
|
|
110
110
|
nextui
|
|
111
|
-
} from "./chunk-
|
|
111
|
+
} from "./chunk-6U5W7RS7.mjs";
|
|
112
|
+
import "./chunk-XLATS5QU.mjs";
|
|
112
113
|
import {
|
|
113
114
|
absoluteFullClasses,
|
|
114
115
|
baseStyles,
|
|
@@ -116,7 +117,6 @@ import {
|
|
|
116
117
|
ringClasses,
|
|
117
118
|
translateCenterClasses
|
|
118
119
|
} from "./chunk-INZK6TTL.mjs";
|
|
119
|
-
import "./chunk-XLATS5QU.mjs";
|
|
120
120
|
import "./chunk-WQEDQHKX.mjs";
|
|
121
121
|
import {
|
|
122
122
|
colors
|
package/dist/plugin.mjs
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import {
|
|
2
2
|
nextui
|
|
3
|
-
} from "./chunk-
|
|
4
|
-
import "./chunk-INZK6TTL.mjs";
|
|
3
|
+
} from "./chunk-6U5W7RS7.mjs";
|
|
5
4
|
import "./chunk-XLATS5QU.mjs";
|
|
5
|
+
import "./chunk-INZK6TTL.mjs";
|
|
6
6
|
import "./chunk-WQEDQHKX.mjs";
|
|
7
7
|
import "./chunk-BLEVU2FW.mjs";
|
|
8
8
|
import "./chunk-FJNSTLAL.mjs";
|
package/package.json
CHANGED