@nextui-org/react 0.0.0-dev-v2-20230423212921 → 0.0.0-dev-v2-20230424192123
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 +1 -0
- package/dist/index.js +1 -0
- package/dist/index.mjs +1 -0
- package/package.json +30 -29
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -45,3 +45,4 @@ __reExport(src_exports, require("@nextui-org/modal"), module.exports);
|
|
|
45
45
|
__reExport(src_exports, require("@nextui-org/navbar"), module.exports);
|
|
46
46
|
__reExport(src_exports, require("@nextui-org/table"), module.exports);
|
|
47
47
|
__reExport(src_exports, require("@nextui-org/spacer"), module.exports);
|
|
48
|
+
__reExport(src_exports, require("@nextui-org/divider"), module.exports);
|
package/dist/index.mjs
CHANGED
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-20230424192123",
|
|
4
4
|
"description": "🚀 Beautiful and modern React UI library.",
|
|
5
5
|
"author": "Junior Garcia <jrgarciadev@gmail.com>",
|
|
6
6
|
"homepage": "https://nextui.org",
|
|
@@ -30,34 +30,35 @@
|
|
|
30
30
|
"url": "https://github.com/nextui-org/nextui/issues"
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"@nextui-org/
|
|
34
|
-
"@nextui-org/
|
|
35
|
-
"@nextui-org/
|
|
36
|
-
"@nextui-org/
|
|
37
|
-
"@nextui-org/
|
|
38
|
-
"@nextui-org/
|
|
39
|
-
"@nextui-org/
|
|
40
|
-
"@nextui-org/
|
|
41
|
-
"@nextui-org/
|
|
42
|
-
"@nextui-org/
|
|
43
|
-
"@nextui-org/
|
|
44
|
-
"@nextui-org/
|
|
45
|
-
"@nextui-org/
|
|
46
|
-
"@nextui-org/
|
|
47
|
-
"@nextui-org/
|
|
48
|
-
"@nextui-org/
|
|
49
|
-
"@nextui-org/
|
|
50
|
-
"@nextui-org/
|
|
51
|
-
"@nextui-org/
|
|
52
|
-
"@nextui-org/
|
|
53
|
-
"@nextui-org/
|
|
54
|
-
"@nextui-org/
|
|
55
|
-
"@nextui-org/
|
|
56
|
-
"@nextui-org/
|
|
57
|
-
"@nextui-org/
|
|
58
|
-
"@nextui-org/
|
|
59
|
-
"@nextui-org/
|
|
60
|
-
"@nextui-org/
|
|
33
|
+
"@nextui-org/system": "0.0.0-dev-v2-20230424192123",
|
|
34
|
+
"@nextui-org/badge": "0.0.0-dev-v2-20230424192123",
|
|
35
|
+
"@nextui-org/accordion": "0.0.0-dev-v2-20230424192123",
|
|
36
|
+
"@nextui-org/button": "0.0.0-dev-v2-20230424192123",
|
|
37
|
+
"@nextui-org/chip": "0.0.0-dev-v2-20230424192123",
|
|
38
|
+
"@nextui-org/checkbox": "0.0.0-dev-v2-20230424192123",
|
|
39
|
+
"@nextui-org/avatar": "0.0.0-dev-v2-20230424192123",
|
|
40
|
+
"@nextui-org/theme": "0.0.0-dev-v2-20230424192123",
|
|
41
|
+
"@nextui-org/card": "0.0.0-dev-v2-20230424192123",
|
|
42
|
+
"@nextui-org/drip": "0.0.0-dev-v2-20230424192123",
|
|
43
|
+
"@nextui-org/radio": "0.0.0-dev-v2-20230424192123",
|
|
44
|
+
"@nextui-org/snippet": "0.0.0-dev-v2-20230424192123",
|
|
45
|
+
"@nextui-org/pagination": "0.0.0-dev-v2-20230424192123",
|
|
46
|
+
"@nextui-org/spinner": "0.0.0-dev-v2-20230424192123",
|
|
47
|
+
"@nextui-org/switch": "0.0.0-dev-v2-20230424192123",
|
|
48
|
+
"@nextui-org/user": "0.0.0-dev-v2-20230424192123",
|
|
49
|
+
"@nextui-org/progress": "0.0.0-dev-v2-20230424192123",
|
|
50
|
+
"@nextui-org/link": "0.0.0-dev-v2-20230424192123",
|
|
51
|
+
"@nextui-org/code": "0.0.0-dev-v2-20230424192123",
|
|
52
|
+
"@nextui-org/input": "0.0.0-dev-v2-20230424192123",
|
|
53
|
+
"@nextui-org/popover": "0.0.0-dev-v2-20230424192123",
|
|
54
|
+
"@nextui-org/dropdown": "0.0.0-dev-v2-20230424192123",
|
|
55
|
+
"@nextui-org/spacer": "0.0.0-dev-v2-20230424192123",
|
|
56
|
+
"@nextui-org/navbar": "0.0.0-dev-v2-20230424192123",
|
|
57
|
+
"@nextui-org/tooltip": "0.0.0-dev-v2-20230424192123",
|
|
58
|
+
"@nextui-org/image": "0.0.0-dev-v2-20230424192123",
|
|
59
|
+
"@nextui-org/table": "0.0.0-dev-v2-20230424192123",
|
|
60
|
+
"@nextui-org/divider": "0.0.0-dev-v2-20230424192123",
|
|
61
|
+
"@nextui-org/modal": "0.0.0-dev-v2-20230424192123"
|
|
61
62
|
},
|
|
62
63
|
"peerDependencies": {
|
|
63
64
|
"react": ">=18",
|