@nextui-org/react 2.0.24 → 2.1.1
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 +4 -0
- package/dist/index.js +4 -0
- package/dist/index.mjs +4 -0
- package/package.json +35 -35
package/dist/index.d.ts
CHANGED
|
@@ -29,4 +29,8 @@ export * from '@nextui-org/divider';
|
|
|
29
29
|
export * from '@nextui-org/kbd';
|
|
30
30
|
export * from '@nextui-org/tabs';
|
|
31
31
|
export * from '@nextui-org/skeleton';
|
|
32
|
+
export * from '@nextui-org/scroll-shadow';
|
|
33
|
+
export * from '@nextui-org/select';
|
|
34
|
+
export * from '@nextui-org/listbox';
|
|
35
|
+
export * from '@nextui-org/menu';
|
|
32
36
|
export { VisuallyHidden } from '@react-aria/visually-hidden';
|
package/dist/index.js
CHANGED
|
@@ -55,6 +55,10 @@ __reExport(src_exports, require("@nextui-org/divider"), module.exports);
|
|
|
55
55
|
__reExport(src_exports, require("@nextui-org/kbd"), module.exports);
|
|
56
56
|
__reExport(src_exports, require("@nextui-org/tabs"), module.exports);
|
|
57
57
|
__reExport(src_exports, require("@nextui-org/skeleton"), module.exports);
|
|
58
|
+
__reExport(src_exports, require("@nextui-org/scroll-shadow"), module.exports);
|
|
59
|
+
__reExport(src_exports, require("@nextui-org/select"), module.exports);
|
|
60
|
+
__reExport(src_exports, require("@nextui-org/listbox"), module.exports);
|
|
61
|
+
__reExport(src_exports, require("@nextui-org/menu"), module.exports);
|
|
58
62
|
var import_visually_hidden = require("@react-aria/visually-hidden");
|
|
59
63
|
// Annotate the CommonJS export names for ESM import in node:
|
|
60
64
|
0 && (module.exports = {
|
package/dist/index.mjs
CHANGED
|
@@ -30,6 +30,10 @@ export * from "@nextui-org/divider";
|
|
|
30
30
|
export * from "@nextui-org/kbd";
|
|
31
31
|
export * from "@nextui-org/tabs";
|
|
32
32
|
export * from "@nextui-org/skeleton";
|
|
33
|
+
export * from "@nextui-org/scroll-shadow";
|
|
34
|
+
export * from "@nextui-org/select";
|
|
35
|
+
export * from "@nextui-org/listbox";
|
|
36
|
+
export * from "@nextui-org/menu";
|
|
33
37
|
import { VisuallyHidden } from "@react-aria/visually-hidden";
|
|
34
38
|
export {
|
|
35
39
|
VisuallyHidden
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nextui-org/react",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.1.1",
|
|
4
4
|
"description": "🚀 Beautiful and modern React UI library.",
|
|
5
5
|
"author": "Junior Garcia <jrgarciadev@gmail.com>",
|
|
6
6
|
"homepage": "https://nextui.org",
|
|
@@ -32,45 +32,45 @@
|
|
|
32
32
|
"dependencies": {
|
|
33
33
|
"@react-aria/visually-hidden": "^3.8.3",
|
|
34
34
|
"@nextui-org/system": "2.0.5",
|
|
35
|
-
"@nextui-org/theme": "2.
|
|
36
|
-
"@nextui-org/accordion": "2.0.
|
|
37
|
-
"@nextui-org/avatar": "2.0.
|
|
38
|
-
"@nextui-org/badge": "2.0.
|
|
39
|
-
"@nextui-org/button": "2.0.
|
|
40
|
-
"@nextui-org/card": "2.0.
|
|
41
|
-
"@nextui-org/chip": "2.0.
|
|
42
|
-
"@nextui-org/checkbox": "2.0.
|
|
43
|
-
"@nextui-org/code": "2.0.
|
|
44
|
-
"@nextui-org/link": "2.0.
|
|
45
|
-
"@nextui-org/pagination": "2.0.
|
|
46
|
-
"@nextui-org/radio": "2.0.
|
|
47
|
-
"@nextui-org/snippet": "2.0.
|
|
48
|
-
"@nextui-org/spinner": "2.0.
|
|
49
|
-
"@nextui-org/switch": "2.0.
|
|
50
|
-
"@nextui-org/tooltip": "2.0.
|
|
51
|
-
"@nextui-org/user": "2.0.
|
|
52
|
-
"@nextui-org/progress": "2.0.
|
|
53
|
-
"@nextui-org/input": "2.
|
|
54
|
-
"@nextui-org/popover": "2.
|
|
55
|
-
"@nextui-org/dropdown": "2.
|
|
56
|
-
"@nextui-org/image": "2.0.
|
|
57
|
-
"@nextui-org/modal": "2.0.
|
|
58
|
-
"@nextui-org/navbar": "2.0.
|
|
59
|
-
"@nextui-org/table": "2.0.
|
|
60
|
-
"@nextui-org/spacer": "2.0.
|
|
61
|
-
"@nextui-org/divider": "2.0.
|
|
62
|
-
"@nextui-org/kbd": "2.0.
|
|
63
|
-
"@nextui-org/tabs": "2.0.
|
|
64
|
-
"@nextui-org/skeleton": "2.0.
|
|
35
|
+
"@nextui-org/theme": "2.1.1",
|
|
36
|
+
"@nextui-org/accordion": "2.0.15",
|
|
37
|
+
"@nextui-org/avatar": "2.0.13",
|
|
38
|
+
"@nextui-org/badge": "2.0.11",
|
|
39
|
+
"@nextui-org/button": "2.0.13",
|
|
40
|
+
"@nextui-org/card": "2.0.13",
|
|
41
|
+
"@nextui-org/chip": "2.0.13",
|
|
42
|
+
"@nextui-org/checkbox": "2.0.14",
|
|
43
|
+
"@nextui-org/code": "2.0.11",
|
|
44
|
+
"@nextui-org/link": "2.0.14",
|
|
45
|
+
"@nextui-org/pagination": "2.0.14",
|
|
46
|
+
"@nextui-org/radio": "2.0.14",
|
|
47
|
+
"@nextui-org/snippet": "2.0.16",
|
|
48
|
+
"@nextui-org/spinner": "2.0.11",
|
|
49
|
+
"@nextui-org/switch": "2.0.13",
|
|
50
|
+
"@nextui-org/tooltip": "2.0.15",
|
|
51
|
+
"@nextui-org/user": "2.0.14",
|
|
52
|
+
"@nextui-org/progress": "2.0.13",
|
|
53
|
+
"@nextui-org/input": "2.1.1",
|
|
54
|
+
"@nextui-org/popover": "2.1.1",
|
|
55
|
+
"@nextui-org/dropdown": "2.1.1",
|
|
56
|
+
"@nextui-org/image": "2.0.13",
|
|
57
|
+
"@nextui-org/modal": "2.0.15",
|
|
58
|
+
"@nextui-org/navbar": "2.0.13",
|
|
59
|
+
"@nextui-org/table": "2.0.15",
|
|
60
|
+
"@nextui-org/spacer": "2.0.11",
|
|
61
|
+
"@nextui-org/divider": "2.0.12",
|
|
62
|
+
"@nextui-org/kbd": "2.0.12",
|
|
63
|
+
"@nextui-org/tabs": "2.0.13",
|
|
64
|
+
"@nextui-org/skeleton": "2.0.11",
|
|
65
|
+
"@nextui-org/scroll-shadow": "2.1.1",
|
|
66
|
+
"@nextui-org/select": "2.1.1",
|
|
67
|
+
"@nextui-org/listbox": "2.1.1",
|
|
68
|
+
"@nextui-org/menu": "2.0.2"
|
|
65
69
|
},
|
|
66
70
|
"peerDependencies": {
|
|
67
71
|
"react": ">=18",
|
|
68
72
|
"framer-motion": ">=4.0.0"
|
|
69
73
|
},
|
|
70
|
-
"devDependencies": {
|
|
71
|
-
"react": "^18.0.0",
|
|
72
|
-
"clean-package": "2.2.0"
|
|
73
|
-
},
|
|
74
74
|
"clean-package": "../../../clean-package.config.json",
|
|
75
75
|
"module": "dist/index.mjs",
|
|
76
76
|
"types": "dist/index.d.ts",
|