@nextui-org/react 0.0.0-dev-v2-20230326201634 → 0.0.0-dev-v2-20230326212854

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