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