@nextui-org/react 2.1.12 → 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 CHANGED
@@ -33,4 +33,5 @@ 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';
36
37
  export { VisuallyHidden } from '@react-aria/visually-hidden';
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.12",
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.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"
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",