@nextui-org/react 0.0.0-dev-v2-20230704035053 → 0.0.0-dev-v2-20230706030638
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/index.d.ts +0 -1
- package/dist/index.js +0 -1
- package/dist/index.mjs +0 -1
- package/package.json +32 -33
package/dist/index.d.ts
CHANGED
|
@@ -8,7 +8,6 @@ export * from '@nextui-org/card';
|
|
|
8
8
|
export * from '@nextui-org/chip';
|
|
9
9
|
export * from '@nextui-org/checkbox';
|
|
10
10
|
export * from '@nextui-org/code';
|
|
11
|
-
export * from '@nextui-org/drip';
|
|
12
11
|
export * from '@nextui-org/link';
|
|
13
12
|
export * from '@nextui-org/pagination';
|
|
14
13
|
export * from '@nextui-org/radio';
|
package/dist/index.js
CHANGED
|
@@ -34,7 +34,6 @@ __reExport(src_exports, require("@nextui-org/card"), module.exports);
|
|
|
34
34
|
__reExport(src_exports, require("@nextui-org/chip"), module.exports);
|
|
35
35
|
__reExport(src_exports, require("@nextui-org/checkbox"), module.exports);
|
|
36
36
|
__reExport(src_exports, require("@nextui-org/code"), module.exports);
|
|
37
|
-
__reExport(src_exports, require("@nextui-org/drip"), module.exports);
|
|
38
37
|
__reExport(src_exports, require("@nextui-org/link"), module.exports);
|
|
39
38
|
__reExport(src_exports, require("@nextui-org/pagination"), module.exports);
|
|
40
39
|
__reExport(src_exports, require("@nextui-org/radio"), module.exports);
|
package/dist/index.mjs
CHANGED
|
@@ -9,7 +9,6 @@ export * from "@nextui-org/card";
|
|
|
9
9
|
export * from "@nextui-org/chip";
|
|
10
10
|
export * from "@nextui-org/checkbox";
|
|
11
11
|
export * from "@nextui-org/code";
|
|
12
|
-
export * from "@nextui-org/drip";
|
|
13
12
|
export * from "@nextui-org/link";
|
|
14
13
|
export * from "@nextui-org/pagination";
|
|
15
14
|
export * from "@nextui-org/radio";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nextui-org/react",
|
|
3
|
-
"version": "0.0.0-dev-v2-
|
|
3
|
+
"version": "0.0.0-dev-v2-20230706030638",
|
|
4
4
|
"description": "🚀 Beautiful and modern React UI library.",
|
|
5
5
|
"author": "Junior Garcia <jrgarciadev@gmail.com>",
|
|
6
6
|
"homepage": "https://nextui.org",
|
|
@@ -31,38 +31,37 @@
|
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
33
|
"@react-aria/visually-hidden": "^3.8.2",
|
|
34
|
-
"@nextui-org/system": "0.0.0-dev-v2-
|
|
35
|
-
"@nextui-org/
|
|
36
|
-
"@nextui-org/
|
|
37
|
-
"@nextui-org/
|
|
38
|
-
"@nextui-org/
|
|
39
|
-
"@nextui-org/
|
|
40
|
-
"@nextui-org/
|
|
41
|
-
"@nextui-org/checkbox": "0.0.0-dev-v2-
|
|
42
|
-
"@nextui-org/
|
|
43
|
-
"@nextui-org/code": "0.0.0-dev-v2-
|
|
44
|
-
"@nextui-org/
|
|
45
|
-
"@nextui-org/
|
|
46
|
-
"@nextui-org/
|
|
47
|
-
"@nextui-org/snippet": "0.0.0-dev-v2-
|
|
48
|
-
"@nextui-org/
|
|
49
|
-
"@nextui-org/
|
|
50
|
-
"@nextui-org/
|
|
51
|
-
"@nextui-org/
|
|
52
|
-
"@nextui-org/
|
|
53
|
-
"@nextui-org/progress": "0.0.0-dev-v2-
|
|
54
|
-
"@nextui-org/
|
|
55
|
-
"@nextui-org/
|
|
56
|
-
"@nextui-org/
|
|
57
|
-
"@nextui-org/
|
|
58
|
-
"@nextui-org/
|
|
59
|
-
"@nextui-org/
|
|
60
|
-
"@nextui-org/
|
|
61
|
-
"@nextui-org/table": "0.0.0-dev-v2-
|
|
62
|
-
"@nextui-org/
|
|
63
|
-
"@nextui-org/
|
|
64
|
-
"@nextui-org/
|
|
65
|
-
"@nextui-org/tabs": "0.0.0-dev-v2-20230704035053"
|
|
34
|
+
"@nextui-org/system": "0.0.0-dev-v2-20230706030638",
|
|
35
|
+
"@nextui-org/accordion": "0.0.0-dev-v2-20230706030638",
|
|
36
|
+
"@nextui-org/theme": "0.0.0-dev-v2-20230706030638",
|
|
37
|
+
"@nextui-org/chip": "0.0.0-dev-v2-20230706030638",
|
|
38
|
+
"@nextui-org/card": "0.0.0-dev-v2-20230706030638",
|
|
39
|
+
"@nextui-org/button": "0.0.0-dev-v2-20230706030638",
|
|
40
|
+
"@nextui-org/avatar": "0.0.0-dev-v2-20230706030638",
|
|
41
|
+
"@nextui-org/checkbox": "0.0.0-dev-v2-20230706030638",
|
|
42
|
+
"@nextui-org/badge": "0.0.0-dev-v2-20230706030638",
|
|
43
|
+
"@nextui-org/code": "0.0.0-dev-v2-20230706030638",
|
|
44
|
+
"@nextui-org/link": "0.0.0-dev-v2-20230706030638",
|
|
45
|
+
"@nextui-org/pagination": "0.0.0-dev-v2-20230706030638",
|
|
46
|
+
"@nextui-org/switch": "0.0.0-dev-v2-20230706030638",
|
|
47
|
+
"@nextui-org/snippet": "0.0.0-dev-v2-20230706030638",
|
|
48
|
+
"@nextui-org/spinner": "0.0.0-dev-v2-20230706030638",
|
|
49
|
+
"@nextui-org/user": "0.0.0-dev-v2-20230706030638",
|
|
50
|
+
"@nextui-org/tooltip": "0.0.0-dev-v2-20230706030638",
|
|
51
|
+
"@nextui-org/dropdown": "0.0.0-dev-v2-20230706030638",
|
|
52
|
+
"@nextui-org/input": "0.0.0-dev-v2-20230706030638",
|
|
53
|
+
"@nextui-org/progress": "0.0.0-dev-v2-20230706030638",
|
|
54
|
+
"@nextui-org/popover": "0.0.0-dev-v2-20230706030638",
|
|
55
|
+
"@nextui-org/spacer": "0.0.0-dev-v2-20230706030638",
|
|
56
|
+
"@nextui-org/radio": "0.0.0-dev-v2-20230706030638",
|
|
57
|
+
"@nextui-org/modal": "0.0.0-dev-v2-20230706030638",
|
|
58
|
+
"@nextui-org/kbd": "0.0.0-dev-v2-20230706030638",
|
|
59
|
+
"@nextui-org/divider": "0.0.0-dev-v2-20230706030638",
|
|
60
|
+
"@nextui-org/image": "0.0.0-dev-v2-20230706030638",
|
|
61
|
+
"@nextui-org/table": "0.0.0-dev-v2-20230706030638",
|
|
62
|
+
"@nextui-org/skeleton": "0.0.0-dev-v2-20230706030638",
|
|
63
|
+
"@nextui-org/navbar": "0.0.0-dev-v2-20230706030638",
|
|
64
|
+
"@nextui-org/tabs": "0.0.0-dev-v2-20230706030638"
|
|
66
65
|
},
|
|
67
66
|
"peerDependencies": {
|
|
68
67
|
"react": ">=18",
|