@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 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.13",
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.4",
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"
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",