@nextui-org/react 0.0.0-dev-v2-20230405205125 → 0.0.0-dev-v2-20230407131834

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
@@ -19,3 +19,4 @@ export * from '@nextui-org/tooltip';
19
19
  export * from '@nextui-org/user';
20
20
  export * from '@nextui-org/progress';
21
21
  export * from '@nextui-org/input';
22
+ export * from '@nextui-org/popover';
package/dist/index.js CHANGED
@@ -38,3 +38,4 @@ __reExport(src_exports, require("@nextui-org/tooltip"), module.exports);
38
38
  __reExport(src_exports, require("@nextui-org/user"), module.exports);
39
39
  __reExport(src_exports, require("@nextui-org/progress"), module.exports);
40
40
  __reExport(src_exports, require("@nextui-org/input"), module.exports);
41
+ __reExport(src_exports, require("@nextui-org/popover"), module.exports);
package/dist/index.mjs CHANGED
@@ -20,3 +20,4 @@ export * from "@nextui-org/tooltip";
20
20
  export * from "@nextui-org/user";
21
21
  export * from "@nextui-org/progress";
22
22
  export * from "@nextui-org/input";
23
+ export * from "@nextui-org/popover";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nextui-org/react",
3
- "version": "0.0.0-dev-v2-20230405205125",
3
+ "version": "0.0.0-dev-v2-20230407131834",
4
4
  "description": "🚀 Beautiful and modern React UI library.",
5
5
  "author": "Junior Garcia <jrgarciadev@gmail.com>",
6
6
  "homepage": "https://nextui.org",
@@ -30,27 +30,28 @@
30
30
  "url": "https://github.com/nextui-org/nextui/issues"
31
31
  },
32
32
  "dependencies": {
33
- "@nextui-org/theme": "0.0.0-dev-v2-20230405205125",
34
- "@nextui-org/system": "0.0.0-dev-v2-20230405205125",
35
- "@nextui-org/accordion": "0.0.0-dev-v2-20230405205125",
36
- "@nextui-org/avatar": "0.0.0-dev-v2-20230405205125",
37
- "@nextui-org/button": "0.0.0-dev-v2-20230405205125",
38
- "@nextui-org/card": "0.0.0-dev-v2-20230405205125",
39
- "@nextui-org/badge": "0.0.0-dev-v2-20230405205125",
40
- "@nextui-org/chip": "0.0.0-dev-v2-20230405205125",
41
- "@nextui-org/checkbox": "0.0.0-dev-v2-20230405205125",
42
- "@nextui-org/code": "0.0.0-dev-v2-20230405205125",
43
- "@nextui-org/drip": "0.0.0-dev-v2-20230405205125",
44
- "@nextui-org/link": "0.0.0-dev-v2-20230405205125",
45
- "@nextui-org/radio": "0.0.0-dev-v2-20230405205125",
46
- "@nextui-org/pagination": "0.0.0-dev-v2-20230405205125",
47
- "@nextui-org/snippet": "0.0.0-dev-v2-20230405205125",
48
- "@nextui-org/switch": "0.0.0-dev-v2-20230405205125",
49
- "@nextui-org/spinner": "0.0.0-dev-v2-20230405205125",
50
- "@nextui-org/tooltip": "0.0.0-dev-v2-20230405205125",
51
- "@nextui-org/user": "0.0.0-dev-v2-20230405205125",
52
- "@nextui-org/input": "0.0.0-dev-v2-20230405205125",
53
- "@nextui-org/progress": "0.0.0-dev-v2-20230405205125"
33
+ "@nextui-org/theme": "0.0.0-dev-v2-20230407131834",
34
+ "@nextui-org/system": "0.0.0-dev-v2-20230407131834",
35
+ "@nextui-org/accordion": "0.0.0-dev-v2-20230407131834",
36
+ "@nextui-org/badge": "0.0.0-dev-v2-20230407131834",
37
+ "@nextui-org/avatar": "0.0.0-dev-v2-20230407131834",
38
+ "@nextui-org/button": "0.0.0-dev-v2-20230407131834",
39
+ "@nextui-org/chip": "0.0.0-dev-v2-20230407131834",
40
+ "@nextui-org/checkbox": "0.0.0-dev-v2-20230407131834",
41
+ "@nextui-org/card": "0.0.0-dev-v2-20230407131834",
42
+ "@nextui-org/code": "0.0.0-dev-v2-20230407131834",
43
+ "@nextui-org/drip": "0.0.0-dev-v2-20230407131834",
44
+ "@nextui-org/link": "0.0.0-dev-v2-20230407131834",
45
+ "@nextui-org/radio": "0.0.0-dev-v2-20230407131834",
46
+ "@nextui-org/pagination": "0.0.0-dev-v2-20230407131834",
47
+ "@nextui-org/snippet": "0.0.0-dev-v2-20230407131834",
48
+ "@nextui-org/tooltip": "0.0.0-dev-v2-20230407131834",
49
+ "@nextui-org/spinner": "0.0.0-dev-v2-20230407131834",
50
+ "@nextui-org/user": "0.0.0-dev-v2-20230407131834",
51
+ "@nextui-org/switch": "0.0.0-dev-v2-20230407131834",
52
+ "@nextui-org/progress": "0.0.0-dev-v2-20230407131834",
53
+ "@nextui-org/input": "0.0.0-dev-v2-20230407131834",
54
+ "@nextui-org/popover": "0.0.0-dev-v2-20230407131834"
54
55
  },
55
56
  "peerDependencies": {
56
57
  "react": ">=18"