@nextui-org/react 0.0.0-dev-v2-20230329200753 → 0.0.0-dev-v2-20230329203647

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