@nextui-org/react 2.1.12 → 2.2.0

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