@nextui-org/react 2.5.0-beta.24 → 2.5.0-beta.25

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.
@@ -324,6 +324,22 @@
324
324
  "tailwindcss": ">=3.4.0"
325
325
  }
326
326
  },
327
+ {
328
+ "name": "input-otp",
329
+ "package": "@nextui-org/input-otp",
330
+ "version": "2.0.1-beta.0",
331
+ "docs": "https://nextui.org/docs/components/input-otp",
332
+ "description": "",
333
+ "status": "new",
334
+ "style": "",
335
+ "peerDependencies": {
336
+ "react": ">=18",
337
+ "react-dom": ">=18",
338
+ "@nextui-org/theme": ">=2.3.0-beta.17",
339
+ "@nextui-org/system": ">=2.0.0",
340
+ "tailwindcss": ">=3.4.0"
341
+ }
342
+ },
327
343
  {
328
344
  "name": "kbd",
329
345
  "package": "@nextui-org/kbd",
package/dist/index.d.ts CHANGED
@@ -43,5 +43,6 @@ export * from '@nextui-org/date-picker';
43
43
  export * from '@nextui-org/form';
44
44
  export * from '@nextui-org/alert';
45
45
  export * from '@nextui-org/drawer';
46
+ export * from '@nextui-org/input-otp';
46
47
  export { VisuallyHidden } from '@react-aria/visually-hidden';
47
48
  export { ResizablePanel } from '@nextui-org/framer-utils';
package/dist/index.js CHANGED
@@ -1,3 +1,4 @@
1
+ "use client";
1
2
  "use strict";
2
3
  var __defProp = Object.defineProperty;
3
4
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
@@ -70,8 +71,10 @@ __reExport(src_exports, require("@nextui-org/date-picker"), module.exports);
70
71
  __reExport(src_exports, require("@nextui-org/form"), module.exports);
71
72
  __reExport(src_exports, require("@nextui-org/alert"), module.exports);
72
73
  __reExport(src_exports, require("@nextui-org/drawer"), module.exports);
74
+ __reExport(src_exports, require("@nextui-org/input-otp"), module.exports);
73
75
  var import_visually_hidden = require("@react-aria/visually-hidden");
74
76
  var import_framer_utils = require("@nextui-org/framer-utils");
77
+ "use client";
75
78
  // Annotate the CommonJS export names for ESM import in node:
76
79
  0 && (module.exports = {
77
80
  ResizablePanel,
package/dist/index.mjs CHANGED
@@ -1,3 +1,5 @@
1
+ "use client";
2
+
1
3
  // src/index.ts
2
4
  export * from "@nextui-org/system";
3
5
  export * from "@nextui-org/theme";
@@ -44,8 +46,10 @@ export * from "@nextui-org/date-picker";
44
46
  export * from "@nextui-org/form";
45
47
  export * from "@nextui-org/alert";
46
48
  export * from "@nextui-org/drawer";
49
+ export * from "@nextui-org/input-otp";
47
50
  import { VisuallyHidden } from "@react-aria/visually-hidden";
48
51
  import { ResizablePanel } from "@nextui-org/framer-utils";
52
+ "use client";
49
53
  export {
50
54
  ResizablePanel,
51
55
  VisuallyHidden
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nextui-org/react",
3
- "version": "2.5.0-beta.24",
3
+ "version": "2.5.0-beta.25",
4
4
  "description": "🚀 Beautiful and modern React UI library.",
5
5
  "author": "Junior Garcia <jrgarciadev@gmail.com>",
6
6
  "homepage": "https://nextui.org",
@@ -32,7 +32,7 @@
32
32
  "dependencies": {
33
33
  "@react-aria/visually-hidden": "3.8.17",
34
34
  "@nextui-org/system": "2.3.0-beta.11",
35
- "@nextui-org/theme": "2.3.0-beta.16",
35
+ "@nextui-org/theme": "2.3.0-beta.17",
36
36
  "@nextui-org/accordion": "2.1.0-beta.12",
37
37
  "@nextui-org/autocomplete": "2.2.0-beta.16",
38
38
  "@nextui-org/avatar": "2.1.0-beta.12",
@@ -52,6 +52,7 @@
52
52
  "@nextui-org/user": "2.1.0-beta.12",
53
53
  "@nextui-org/progress": "2.1.0-beta.9",
54
54
  "@nextui-org/input": "2.3.0-beta.11",
55
+ "@nextui-org/input-otp": "2.0.1-beta.0",
55
56
  "@nextui-org/popover": "2.2.0-beta.12",
56
57
  "@nextui-org/dropdown": "2.2.0-beta.13",
57
58
  "@nextui-org/image": "2.1.0-beta.11",
@@ -95,7 +96,6 @@
95
96
  "./package.json": "./package.json"
96
97
  },
97
98
  "scripts": {
98
- "prebuild": "node src/scripts/prebuild.js",
99
99
  "build": "tsup --dts",
100
100
  "postbuild": "node src/scripts/postbuild.js",
101
101
  "dev": "pnpm build:fast --watch",