@nextui-org/theme 0.0.0-dev-v2-20230329200753 → 0.0.0-dev-v2-20230329210344
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-BHKK632M.mjs → chunk-U7DGA3S5.mjs} +1 -1
- package/dist/components/index.js +1 -1
- package/dist/components/index.mjs +17 -17
- package/dist/components/progress.js +1 -1
- package/dist/components/progress.mjs +1 -1
- package/dist/index.js +1 -1
- package/dist/index.mjs +19 -19
- package/dist/plugin.mjs +2 -2
- package/package.json +1 -1
- package/dist/{chunk-SQ55TCV4.mjs → chunk-QIIQBTQR.mjs} +3 -3
package/dist/components/index.js
CHANGED
|
@@ -3444,7 +3444,7 @@ var import_tailwind_variants23 = require("tailwind-variants");
|
|
|
3444
3444
|
var progress = (0, import_tailwind_variants23.tv)(
|
|
3445
3445
|
{
|
|
3446
3446
|
slots: {
|
|
3447
|
-
base: "flex flex-col gap-2",
|
|
3447
|
+
base: "flex flex-col gap-2 w-full",
|
|
3448
3448
|
label: "",
|
|
3449
3449
|
labelWrapper: "flex justify-between",
|
|
3450
3450
|
value: "",
|
|
@@ -1,10 +1,4 @@
|
|
|
1
1
|
import "../chunk-FWB233VZ.mjs";
|
|
2
|
-
import {
|
|
3
|
-
radioGroup
|
|
4
|
-
} from "../chunk-HHWXPWYN.mjs";
|
|
5
|
-
import {
|
|
6
|
-
radio
|
|
7
|
-
} from "../chunk-Y37XC5QN.mjs";
|
|
8
2
|
import {
|
|
9
3
|
snippet
|
|
10
4
|
} from "../chunk-QMP2FDFR.mjs";
|
|
@@ -20,12 +14,6 @@ import {
|
|
|
20
14
|
import {
|
|
21
15
|
user
|
|
22
16
|
} from "../chunk-FS36US4S.mjs";
|
|
23
|
-
import {
|
|
24
|
-
checkbox
|
|
25
|
-
} from "../chunk-NJQP2VWT.mjs";
|
|
26
|
-
import {
|
|
27
|
-
chip
|
|
28
|
-
} from "../chunk-TV7EJNXI.mjs";
|
|
29
17
|
import {
|
|
30
18
|
code
|
|
31
19
|
} from "../chunk-B5S7HT6N.mjs";
|
|
@@ -40,13 +28,13 @@ import {
|
|
|
40
28
|
} from "../chunk-7BYRB2YS.mjs";
|
|
41
29
|
import {
|
|
42
30
|
progress
|
|
43
|
-
} from "../chunk-
|
|
31
|
+
} from "../chunk-U7DGA3S5.mjs";
|
|
44
32
|
import {
|
|
45
|
-
|
|
46
|
-
} from "../chunk-
|
|
33
|
+
radioGroup
|
|
34
|
+
} from "../chunk-HHWXPWYN.mjs";
|
|
47
35
|
import {
|
|
48
|
-
|
|
49
|
-
} from "../chunk-
|
|
36
|
+
radio
|
|
37
|
+
} from "../chunk-Y37XC5QN.mjs";
|
|
50
38
|
import {
|
|
51
39
|
avatar
|
|
52
40
|
} from "../chunk-D4TJV7NY.mjs";
|
|
@@ -65,12 +53,24 @@ import {
|
|
|
65
53
|
import {
|
|
66
54
|
checkboxGroup
|
|
67
55
|
} from "../chunk-U77YMEWM.mjs";
|
|
56
|
+
import {
|
|
57
|
+
checkbox
|
|
58
|
+
} from "../chunk-NJQP2VWT.mjs";
|
|
59
|
+
import {
|
|
60
|
+
chip
|
|
61
|
+
} from "../chunk-TV7EJNXI.mjs";
|
|
68
62
|
import {
|
|
69
63
|
accordionItem
|
|
70
64
|
} from "../chunk-RD42SVXB.mjs";
|
|
71
65
|
import "../chunk-CMYR6AOY.mjs";
|
|
72
66
|
import "../chunk-K7LK7NCE.mjs";
|
|
73
67
|
import "../chunk-LGGZKBOO.mjs";
|
|
68
|
+
import {
|
|
69
|
+
accordion
|
|
70
|
+
} from "../chunk-YYBLBQIV.mjs";
|
|
71
|
+
import {
|
|
72
|
+
avatarGroup
|
|
73
|
+
} from "../chunk-MLH3XSY7.mjs";
|
|
74
74
|
import "../chunk-IJCHUO4J.mjs";
|
|
75
75
|
export {
|
|
76
76
|
accordion,
|
|
@@ -27,7 +27,7 @@ var import_tailwind_variants = require("tailwind-variants");
|
|
|
27
27
|
var progress = (0, import_tailwind_variants.tv)(
|
|
28
28
|
{
|
|
29
29
|
slots: {
|
|
30
|
-
base: "flex flex-col gap-2",
|
|
30
|
+
base: "flex flex-col gap-2 w-full",
|
|
31
31
|
label: "",
|
|
32
32
|
labelWrapper: "flex justify-between",
|
|
33
33
|
value: "",
|
package/dist/index.js
CHANGED
|
@@ -3467,7 +3467,7 @@ var import_tailwind_variants23 = require("tailwind-variants");
|
|
|
3467
3467
|
var progress = (0, import_tailwind_variants23.tv)(
|
|
3468
3468
|
{
|
|
3469
3469
|
slots: {
|
|
3470
|
-
base: "flex flex-col gap-2",
|
|
3470
|
+
base: "flex flex-col gap-2 w-full",
|
|
3471
3471
|
label: "",
|
|
3472
3472
|
labelWrapper: "flex justify-between",
|
|
3473
3473
|
value: "",
|
package/dist/index.mjs
CHANGED
|
@@ -1,10 +1,4 @@
|
|
|
1
1
|
import "./chunk-FWB233VZ.mjs";
|
|
2
|
-
import {
|
|
3
|
-
radioGroup
|
|
4
|
-
} from "./chunk-HHWXPWYN.mjs";
|
|
5
|
-
import {
|
|
6
|
-
radio
|
|
7
|
-
} from "./chunk-Y37XC5QN.mjs";
|
|
8
2
|
import {
|
|
9
3
|
snippet
|
|
10
4
|
} from "./chunk-QMP2FDFR.mjs";
|
|
@@ -20,12 +14,6 @@ import {
|
|
|
20
14
|
import {
|
|
21
15
|
user
|
|
22
16
|
} from "./chunk-FS36US4S.mjs";
|
|
23
|
-
import {
|
|
24
|
-
checkbox
|
|
25
|
-
} from "./chunk-NJQP2VWT.mjs";
|
|
26
|
-
import {
|
|
27
|
-
chip
|
|
28
|
-
} from "./chunk-TV7EJNXI.mjs";
|
|
29
17
|
import {
|
|
30
18
|
code
|
|
31
19
|
} from "./chunk-B5S7HT6N.mjs";
|
|
@@ -40,13 +28,13 @@ import {
|
|
|
40
28
|
} from "./chunk-7BYRB2YS.mjs";
|
|
41
29
|
import {
|
|
42
30
|
progress
|
|
43
|
-
} from "./chunk-
|
|
31
|
+
} from "./chunk-U7DGA3S5.mjs";
|
|
44
32
|
import {
|
|
45
|
-
|
|
46
|
-
} from "./chunk-
|
|
33
|
+
radioGroup
|
|
34
|
+
} from "./chunk-HHWXPWYN.mjs";
|
|
47
35
|
import {
|
|
48
|
-
|
|
49
|
-
} from "./chunk-
|
|
36
|
+
radio
|
|
37
|
+
} from "./chunk-Y37XC5QN.mjs";
|
|
50
38
|
import {
|
|
51
39
|
avatar
|
|
52
40
|
} from "./chunk-D4TJV7NY.mjs";
|
|
@@ -65,6 +53,12 @@ import {
|
|
|
65
53
|
import {
|
|
66
54
|
checkboxGroup
|
|
67
55
|
} from "./chunk-U77YMEWM.mjs";
|
|
56
|
+
import {
|
|
57
|
+
checkbox
|
|
58
|
+
} from "./chunk-NJQP2VWT.mjs";
|
|
59
|
+
import {
|
|
60
|
+
chip
|
|
61
|
+
} from "./chunk-TV7EJNXI.mjs";
|
|
68
62
|
import {
|
|
69
63
|
accordionItem
|
|
70
64
|
} from "./chunk-RD42SVXB.mjs";
|
|
@@ -73,10 +67,15 @@ import "./chunk-K7LK7NCE.mjs";
|
|
|
73
67
|
import {
|
|
74
68
|
colorVariants
|
|
75
69
|
} from "./chunk-LGGZKBOO.mjs";
|
|
70
|
+
import {
|
|
71
|
+
accordion
|
|
72
|
+
} from "./chunk-YYBLBQIV.mjs";
|
|
73
|
+
import {
|
|
74
|
+
avatarGroup
|
|
75
|
+
} from "./chunk-MLH3XSY7.mjs";
|
|
76
76
|
import {
|
|
77
77
|
nextui
|
|
78
|
-
} from "./chunk-
|
|
79
|
-
import "./chunk-XLATS5QU.mjs";
|
|
78
|
+
} from "./chunk-QIIQBTQR.mjs";
|
|
80
79
|
import {
|
|
81
80
|
absoluteFullClasses,
|
|
82
81
|
baseStyles,
|
|
@@ -84,6 +83,7 @@ import {
|
|
|
84
83
|
ringClasses,
|
|
85
84
|
translateCenterClasses
|
|
86
85
|
} from "./chunk-IJCHUO4J.mjs";
|
|
86
|
+
import "./chunk-XLATS5QU.mjs";
|
|
87
87
|
import "./chunk-WQEDQHKX.mjs";
|
|
88
88
|
import {
|
|
89
89
|
colors
|
package/dist/plugin.mjs
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import {
|
|
2
2
|
nextui
|
|
3
|
-
} from "./chunk-
|
|
4
|
-
import "./chunk-XLATS5QU.mjs";
|
|
3
|
+
} from "./chunk-QIIQBTQR.mjs";
|
|
5
4
|
import "./chunk-IJCHUO4J.mjs";
|
|
5
|
+
import "./chunk-XLATS5QU.mjs";
|
|
6
6
|
import "./chunk-WQEDQHKX.mjs";
|
|
7
7
|
import "./chunk-7MQD7UA2.mjs";
|
|
8
8
|
import "./chunk-Y52EXP4A.mjs";
|
package/package.json
CHANGED