@nextui-org/react 0.0.0-dev-v2-20230401132309 → 0.0.0-dev-v2-20230405024854

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