@nextui-org/theme 0.0.0-dev-v2-20230326012034 → 0.0.0-dev-v2-20230326015909
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/components/index.mjs +16 -16
- package/dist/index.mjs +16 -16
- package/package.json +16 -5
|
@@ -1,4 +1,10 @@
|
|
|
1
1
|
import "../chunk-5SJ7B53O.mjs";
|
|
2
|
+
import {
|
|
3
|
+
radio
|
|
4
|
+
} from "../chunk-Y37XC5QN.mjs";
|
|
5
|
+
import {
|
|
6
|
+
snippet
|
|
7
|
+
} from "../chunk-QMP2FDFR.mjs";
|
|
2
8
|
import {
|
|
3
9
|
spinner
|
|
4
10
|
} from "../chunk-CO6ANWRA.mjs";
|
|
@@ -11,6 +17,12 @@ import {
|
|
|
11
17
|
import {
|
|
12
18
|
user
|
|
13
19
|
} from "../chunk-FS36US4S.mjs";
|
|
20
|
+
import {
|
|
21
|
+
checkbox
|
|
22
|
+
} from "../chunk-NJQP2VWT.mjs";
|
|
23
|
+
import {
|
|
24
|
+
chip
|
|
25
|
+
} from "../chunk-TV7EJNXI.mjs";
|
|
14
26
|
import {
|
|
15
27
|
code
|
|
16
28
|
} from "../chunk-B5S7HT6N.mjs";
|
|
@@ -27,11 +39,11 @@ import {
|
|
|
27
39
|
radioGroup
|
|
28
40
|
} from "../chunk-HHWXPWYN.mjs";
|
|
29
41
|
import {
|
|
30
|
-
|
|
31
|
-
} from "../chunk-
|
|
42
|
+
accordion
|
|
43
|
+
} from "../chunk-YYBLBQIV.mjs";
|
|
32
44
|
import {
|
|
33
|
-
|
|
34
|
-
} from "../chunk-
|
|
45
|
+
avatarGroup
|
|
46
|
+
} from "../chunk-MLH3XSY7.mjs";
|
|
35
47
|
import {
|
|
36
48
|
avatar
|
|
37
49
|
} from "../chunk-D4TJV7NY.mjs";
|
|
@@ -50,24 +62,12 @@ import {
|
|
|
50
62
|
import {
|
|
51
63
|
checkboxGroup
|
|
52
64
|
} from "../chunk-U77YMEWM.mjs";
|
|
53
|
-
import {
|
|
54
|
-
checkbox
|
|
55
|
-
} from "../chunk-NJQP2VWT.mjs";
|
|
56
|
-
import {
|
|
57
|
-
chip
|
|
58
|
-
} from "../chunk-TV7EJNXI.mjs";
|
|
59
65
|
import {
|
|
60
66
|
accordionItem
|
|
61
67
|
} from "../chunk-RD42SVXB.mjs";
|
|
62
68
|
import "../chunk-CMYR6AOY.mjs";
|
|
63
69
|
import "../chunk-K7LK7NCE.mjs";
|
|
64
70
|
import "../chunk-LGGZKBOO.mjs";
|
|
65
|
-
import {
|
|
66
|
-
accordion
|
|
67
|
-
} from "../chunk-YYBLBQIV.mjs";
|
|
68
|
-
import {
|
|
69
|
-
avatarGroup
|
|
70
|
-
} from "../chunk-MLH3XSY7.mjs";
|
|
71
71
|
import "../chunk-IJCHUO4J.mjs";
|
|
72
72
|
export {
|
|
73
73
|
accordion,
|
package/dist/index.mjs
CHANGED
|
@@ -1,4 +1,10 @@
|
|
|
1
1
|
import "./chunk-5SJ7B53O.mjs";
|
|
2
|
+
import {
|
|
3
|
+
radio
|
|
4
|
+
} from "./chunk-Y37XC5QN.mjs";
|
|
5
|
+
import {
|
|
6
|
+
snippet
|
|
7
|
+
} from "./chunk-QMP2FDFR.mjs";
|
|
2
8
|
import {
|
|
3
9
|
spinner
|
|
4
10
|
} from "./chunk-CO6ANWRA.mjs";
|
|
@@ -11,6 +17,12 @@ import {
|
|
|
11
17
|
import {
|
|
12
18
|
user
|
|
13
19
|
} from "./chunk-FS36US4S.mjs";
|
|
20
|
+
import {
|
|
21
|
+
checkbox
|
|
22
|
+
} from "./chunk-NJQP2VWT.mjs";
|
|
23
|
+
import {
|
|
24
|
+
chip
|
|
25
|
+
} from "./chunk-TV7EJNXI.mjs";
|
|
14
26
|
import {
|
|
15
27
|
code
|
|
16
28
|
} from "./chunk-B5S7HT6N.mjs";
|
|
@@ -27,11 +39,11 @@ import {
|
|
|
27
39
|
radioGroup
|
|
28
40
|
} from "./chunk-HHWXPWYN.mjs";
|
|
29
41
|
import {
|
|
30
|
-
|
|
31
|
-
} from "./chunk-
|
|
42
|
+
accordion
|
|
43
|
+
} from "./chunk-YYBLBQIV.mjs";
|
|
32
44
|
import {
|
|
33
|
-
|
|
34
|
-
} from "./chunk-
|
|
45
|
+
avatarGroup
|
|
46
|
+
} from "./chunk-MLH3XSY7.mjs";
|
|
35
47
|
import {
|
|
36
48
|
avatar
|
|
37
49
|
} from "./chunk-D4TJV7NY.mjs";
|
|
@@ -50,12 +62,6 @@ import {
|
|
|
50
62
|
import {
|
|
51
63
|
checkboxGroup
|
|
52
64
|
} from "./chunk-U77YMEWM.mjs";
|
|
53
|
-
import {
|
|
54
|
-
checkbox
|
|
55
|
-
} from "./chunk-NJQP2VWT.mjs";
|
|
56
|
-
import {
|
|
57
|
-
chip
|
|
58
|
-
} from "./chunk-TV7EJNXI.mjs";
|
|
59
65
|
import {
|
|
60
66
|
accordionItem
|
|
61
67
|
} from "./chunk-RD42SVXB.mjs";
|
|
@@ -64,12 +70,6 @@ import "./chunk-K7LK7NCE.mjs";
|
|
|
64
70
|
import {
|
|
65
71
|
colorVariants
|
|
66
72
|
} from "./chunk-LGGZKBOO.mjs";
|
|
67
|
-
import {
|
|
68
|
-
accordion
|
|
69
|
-
} from "./chunk-YYBLBQIV.mjs";
|
|
70
|
-
import {
|
|
71
|
-
avatarGroup
|
|
72
|
-
} from "./chunk-MLH3XSY7.mjs";
|
|
73
73
|
import {
|
|
74
74
|
absoluteFullClasses,
|
|
75
75
|
baseStyles,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nextui-org/theme",
|
|
3
|
-
"version": "0.0.0-dev-v2-
|
|
3
|
+
"version": "0.0.0-dev-v2-20230326015909",
|
|
4
4
|
"description": "The default theme for NextUI components",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"theme",
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"author": "Junior Garcia <jrgarciadev@gmail.com>",
|
|
15
15
|
"homepage": "https://nextui.org",
|
|
16
16
|
"license": "MIT",
|
|
17
|
-
"main": "dist/index.
|
|
17
|
+
"main": "dist/index.js",
|
|
18
18
|
"sideEffects": false,
|
|
19
19
|
"files": [
|
|
20
20
|
"dist",
|
|
@@ -66,12 +66,23 @@
|
|
|
66
66
|
"esm"
|
|
67
67
|
]
|
|
68
68
|
},
|
|
69
|
-
"module": "dist/index.
|
|
69
|
+
"module": "dist/index.mjs",
|
|
70
70
|
"types": "dist/index.d.ts",
|
|
71
71
|
"exports": {
|
|
72
72
|
".": {
|
|
73
|
-
"
|
|
74
|
-
"
|
|
73
|
+
"types": "./dist/index.d.ts",
|
|
74
|
+
"import": "./dist/index.mjs",
|
|
75
|
+
"require": "./dist/index.js"
|
|
76
|
+
},
|
|
77
|
+
"./plugin": {
|
|
78
|
+
"types": "./dist/plugin.d.ts",
|
|
79
|
+
"import": "./dist/plugin.mjs",
|
|
80
|
+
"require": "./dist/plugin.js"
|
|
81
|
+
},
|
|
82
|
+
"./colors": {
|
|
83
|
+
"types": "./dist/colors.d.ts",
|
|
84
|
+
"import": "./dist/colors.mjs",
|
|
85
|
+
"require": "./dist/colors.js"
|
|
75
86
|
},
|
|
76
87
|
"./package.json": "./package.json"
|
|
77
88
|
},
|