@nextui-org/react 0.0.0-dev-v2-20230521141624 → 0.0.0-dev-v2-20230525214932

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
@@ -30,3 +30,4 @@ export * from '@nextui-org/divider';
30
30
  export * from '@nextui-org/kbd';
31
31
  export * from '@nextui-org/tabs';
32
32
  export * from '@nextui-org/skeleton';
33
+ export { VisuallyHidden } from '@react-aria/visually-hidden';
package/dist/index.js CHANGED
@@ -3,6 +3,10 @@ var __defProp = Object.defineProperty;
3
3
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
4
  var __getOwnPropNames = Object.getOwnPropertyNames;
5
5
  var __hasOwnProp = Object.prototype.hasOwnProperty;
6
+ var __export = (target, all) => {
7
+ for (var name in all)
8
+ __defProp(target, name, { get: all[name], enumerable: true });
9
+ };
6
10
  var __copyProps = (to, from, except, desc) => {
7
11
  if (from && typeof from === "object" || typeof from === "function") {
8
12
  for (let key of __getOwnPropNames(from))
@@ -16,6 +20,9 @@ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: tru
16
20
 
17
21
  // src/index.ts
18
22
  var src_exports = {};
23
+ __export(src_exports, {
24
+ VisuallyHidden: () => import_visually_hidden.VisuallyHidden
25
+ });
19
26
  module.exports = __toCommonJS(src_exports);
20
27
  __reExport(src_exports, require("@nextui-org/system"), module.exports);
21
28
  __reExport(src_exports, require("@nextui-org/theme"), module.exports);
@@ -49,3 +56,8 @@ __reExport(src_exports, require("@nextui-org/divider"), module.exports);
49
56
  __reExport(src_exports, require("@nextui-org/kbd"), module.exports);
50
57
  __reExport(src_exports, require("@nextui-org/tabs"), module.exports);
51
58
  __reExport(src_exports, require("@nextui-org/skeleton"), module.exports);
59
+ var import_visually_hidden = require("@react-aria/visually-hidden");
60
+ // Annotate the CommonJS export names for ESM import in node:
61
+ 0 && (module.exports = {
62
+ VisuallyHidden
63
+ });
package/dist/index.mjs CHANGED
@@ -31,3 +31,7 @@ export * from "@nextui-org/divider";
31
31
  export * from "@nextui-org/kbd";
32
32
  export * from "@nextui-org/tabs";
33
33
  export * from "@nextui-org/skeleton";
34
+ import { VisuallyHidden } from "@react-aria/visually-hidden";
35
+ export {
36
+ VisuallyHidden
37
+ };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nextui-org/react",
3
- "version": "0.0.0-dev-v2-20230521141624",
3
+ "version": "0.0.0-dev-v2-20230525214932",
4
4
  "description": "🚀 Beautiful and modern React UI library.",
5
5
  "author": "Junior Garcia <jrgarciadev@gmail.com>",
6
6
  "homepage": "https://nextui.org",
@@ -30,38 +30,39 @@
30
30
  "url": "https://github.com/nextui-org/nextui/issues"
31
31
  },
32
32
  "dependencies": {
33
- "@nextui-org/theme": "0.0.0-dev-v2-20230521141624",
34
- "@nextui-org/accordion": "0.0.0-dev-v2-20230521141624",
35
- "@nextui-org/avatar": "0.0.0-dev-v2-20230521141624",
36
- "@nextui-org/system": "0.0.0-dev-v2-20230521141624",
37
- "@nextui-org/badge": "0.0.0-dev-v2-20230521141624",
38
- "@nextui-org/chip": "0.0.0-dev-v2-20230521141624",
39
- "@nextui-org/checkbox": "0.0.0-dev-v2-20230521141624",
40
- "@nextui-org/card": "0.0.0-dev-v2-20230521141624",
41
- "@nextui-org/drip": "0.0.0-dev-v2-20230521141624",
42
- "@nextui-org/link": "0.0.0-dev-v2-20230521141624",
43
- "@nextui-org/pagination": "0.0.0-dev-v2-20230521141624",
44
- "@nextui-org/radio": "0.0.0-dev-v2-20230521141624",
45
- "@nextui-org/snippet": "0.0.0-dev-v2-20230521141624",
46
- "@nextui-org/spinner": "0.0.0-dev-v2-20230521141624",
47
- "@nextui-org/switch": "0.0.0-dev-v2-20230521141624",
48
- "@nextui-org/tooltip": "0.0.0-dev-v2-20230521141624",
49
- "@nextui-org/user": "0.0.0-dev-v2-20230521141624",
50
- "@nextui-org/progress": "0.0.0-dev-v2-20230521141624",
51
- "@nextui-org/input": "0.0.0-dev-v2-20230521141624",
52
- "@nextui-org/popover": "0.0.0-dev-v2-20230521141624",
53
- "@nextui-org/dropdown": "0.0.0-dev-v2-20230521141624",
54
- "@nextui-org/code": "0.0.0-dev-v2-20230521141624",
55
- "@nextui-org/image": "0.0.0-dev-v2-20230521141624",
56
- "@nextui-org/modal": "0.0.0-dev-v2-20230521141624",
57
- "@nextui-org/navbar": "0.0.0-dev-v2-20230521141624",
58
- "@nextui-org/table": "0.0.0-dev-v2-20230521141624",
59
- "@nextui-org/spacer": "0.0.0-dev-v2-20230521141624",
60
- "@nextui-org/divider": "0.0.0-dev-v2-20230521141624",
61
- "@nextui-org/kbd": "0.0.0-dev-v2-20230521141624",
62
- "@nextui-org/tabs": "0.0.0-dev-v2-20230521141624",
63
- "@nextui-org/skeleton": "0.0.0-dev-v2-20230521141624",
64
- "@nextui-org/button": "0.0.0-dev-v2-20230521141624"
33
+ "@react-aria/visually-hidden": "^3.8.0",
34
+ "@nextui-org/accordion": "0.0.0-dev-v2-20230525214932",
35
+ "@nextui-org/system": "0.0.0-dev-v2-20230525214932",
36
+ "@nextui-org/theme": "0.0.0-dev-v2-20230525214932",
37
+ "@nextui-org/checkbox": "0.0.0-dev-v2-20230525214932",
38
+ "@nextui-org/drip": "0.0.0-dev-v2-20230525214932",
39
+ "@nextui-org/chip": "0.0.0-dev-v2-20230525214932",
40
+ "@nextui-org/card": "0.0.0-dev-v2-20230525214932",
41
+ "@nextui-org/pagination": "0.0.0-dev-v2-20230525214932",
42
+ "@nextui-org/code": "0.0.0-dev-v2-20230525214932",
43
+ "@nextui-org/badge": "0.0.0-dev-v2-20230525214932",
44
+ "@nextui-org/spinner": "0.0.0-dev-v2-20230525214932",
45
+ "@nextui-org/user": "0.0.0-dev-v2-20230525214932",
46
+ "@nextui-org/button": "0.0.0-dev-v2-20230525214932",
47
+ "@nextui-org/snippet": "0.0.0-dev-v2-20230525214932",
48
+ "@nextui-org/avatar": "0.0.0-dev-v2-20230525214932",
49
+ "@nextui-org/input": "0.0.0-dev-v2-20230525214932",
50
+ "@nextui-org/tooltip": "0.0.0-dev-v2-20230525214932",
51
+ "@nextui-org/progress": "0.0.0-dev-v2-20230525214932",
52
+ "@nextui-org/popover": "0.0.0-dev-v2-20230525214932",
53
+ "@nextui-org/link": "0.0.0-dev-v2-20230525214932",
54
+ "@nextui-org/radio": "0.0.0-dev-v2-20230525214932",
55
+ "@nextui-org/switch": "0.0.0-dev-v2-20230525214932",
56
+ "@nextui-org/navbar": "0.0.0-dev-v2-20230525214932",
57
+ "@nextui-org/image": "0.0.0-dev-v2-20230525214932",
58
+ "@nextui-org/divider": "0.0.0-dev-v2-20230525214932",
59
+ "@nextui-org/modal": "0.0.0-dev-v2-20230525214932",
60
+ "@nextui-org/dropdown": "0.0.0-dev-v2-20230525214932",
61
+ "@nextui-org/tabs": "0.0.0-dev-v2-20230525214932",
62
+ "@nextui-org/skeleton": "0.0.0-dev-v2-20230525214932",
63
+ "@nextui-org/kbd": "0.0.0-dev-v2-20230525214932",
64
+ "@nextui-org/spacer": "0.0.0-dev-v2-20230525214932",
65
+ "@nextui-org/table": "0.0.0-dev-v2-20230525214932"
65
66
  },
66
67
  "peerDependencies": {
67
68
  "react": ">=18",