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