@nextui-org/react 2.5.0-beta.23 → 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.
@@ -2,7 +2,7 @@
2
2
  {
3
3
  "name": "accordion",
4
4
  "package": "@nextui-org/accordion",
5
- "version": "2.1.0-beta.11",
5
+ "version": "2.1.0-beta.12",
6
6
  "docs": "https://nextui.org/docs/components/accordion",
7
7
  "description": "Collapse display a list of high-level options that can expand/collapse to reveal more information.",
8
8
  "status": "stable",
@@ -10,7 +10,7 @@
10
10
  "peerDependencies": {
11
11
  "react": ">=18 || >=19.0.0-rc.0",
12
12
  "react-dom": ">=18 || >=19.0.0-rc.0",
13
- "framer-motion": ">=11.5.6",
13
+ "framer-motion": ">=11.5.6 || >=12.0.0-alpha.1",
14
14
  "@nextui-org/theme": ">=2.3.0-beta.0",
15
15
  "@nextui-org/system": ">=2.3.0-beta.0",
16
16
  "tailwindcss": ">=3.4.0"
@@ -19,7 +19,7 @@
19
19
  {
20
20
  "name": "alert",
21
21
  "package": "@nextui-org/alert",
22
- "version": "2.1.0-beta.12",
22
+ "version": "2.1.0-beta.13",
23
23
  "docs": "https://nextui.org/docs/components/alert",
24
24
  "description": "Alerts are temporary notifications that provide concise feedback about an action or event.",
25
25
  "status": "new",
@@ -35,7 +35,7 @@
35
35
  {
36
36
  "name": "autocomplete",
37
37
  "package": "@nextui-org/autocomplete",
38
- "version": "2.2.0-beta.15",
38
+ "version": "2.2.0-beta.16",
39
39
  "docs": "https://nextui.org/docs/components/autocomplete",
40
40
  "description": "An autocomplete combines a text input with a listbox, allowing users to filter a list of options to items matching a query.",
41
41
  "status": "updated",
@@ -100,7 +100,7 @@
100
100
  {
101
101
  "name": "button",
102
102
  "package": "@nextui-org/button",
103
- "version": "2.1.0-beta.9",
103
+ "version": "2.1.0-beta.10",
104
104
  "docs": "https://nextui.org/docs/components/button",
105
105
  "description": "Buttons allow users to perform actions and choose with a single tap.",
106
106
  "status": "updated",
@@ -117,7 +117,7 @@
117
117
  {
118
118
  "name": "calendar",
119
119
  "package": "@nextui-org/calendar",
120
- "version": "2.1.0-beta.12",
120
+ "version": "2.1.0-beta.13",
121
121
  "docs": "https://nextui.org/docs/components/calendar",
122
122
  "description": "A calendar displays one or more date grids and allows users to select a single date.",
123
123
  "status": "stable",
@@ -134,7 +134,7 @@
134
134
  {
135
135
  "name": "card",
136
136
  "package": "@nextui-org/card",
137
- "version": "2.1.0-beta.9",
137
+ "version": "2.1.0-beta.10",
138
138
  "docs": "https://nextui.org/docs/components/card",
139
139
  "description": "Card is a container for text, photos, and actions in the context of a single subject.",
140
140
  "status": "stable",
@@ -214,7 +214,7 @@
214
214
  {
215
215
  "name": "date-picker",
216
216
  "package": "@nextui-org/date-picker",
217
- "version": "2.2.0-beta.13",
217
+ "version": "2.2.0-beta.14",
218
218
  "docs": "https://nextui.org/docs/components/date-picker",
219
219
  "description": "A date picker combines a DateInput and a Calendar popover to allow users to enter or select a date and time value.",
220
220
  "status": "stable",
@@ -222,6 +222,7 @@
222
222
  "peerDependencies": {
223
223
  "@nextui-org/system": ">=2.3.0-beta.0",
224
224
  "@nextui-org/theme": ">=2.3.0-beta.0",
225
+ "framer-motion": ">=11.5.6 || >=12.0.0-alpha.1",
225
226
  "react": ">=18 || >=19.0.0-rc.0",
226
227
  "react-dom": ">=18 || >=19.0.0-rc.0",
227
228
  "tailwindcss": ">=3.4.0"
@@ -245,7 +246,7 @@
245
246
  {
246
247
  "name": "drawer",
247
248
  "package": "@nextui-org/drawer",
248
- "version": "2.1.0-beta.12",
249
+ "version": "2.1.0-beta.13",
249
250
  "docs": "https://nextui.org/docs/components/drawer",
250
251
  "description": "Used to render a content that slides in from the side of the screen.",
251
252
  "status": "new",
@@ -261,7 +262,7 @@
261
262
  {
262
263
  "name": "dropdown",
263
264
  "package": "@nextui-org/dropdown",
264
- "version": "2.2.0-beta.12",
265
+ "version": "2.2.0-beta.13",
265
266
  "docs": "https://nextui.org/docs/components/dropdown",
266
267
  "description": "A dropdown displays a list of actions or options that a user can choose.",
267
268
  "status": "stable",
@@ -323,6 +324,22 @@
323
324
  "tailwindcss": ">=3.4.0"
324
325
  }
325
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
+ },
326
343
  {
327
344
  "name": "kbd",
328
345
  "package": "@nextui-org/kbd",
@@ -357,7 +374,7 @@
357
374
  {
358
375
  "name": "listbox",
359
376
  "package": "@nextui-org/listbox",
360
- "version": "2.2.0-beta.12",
377
+ "version": "2.2.0-beta.13",
361
378
  "docs": "https://nextui.org/docs/components/listbox",
362
379
  "description": "A listbox displays a list of options and allows a user to select one or more of them.",
363
380
  "status": "stable",
@@ -373,7 +390,7 @@
373
390
  {
374
391
  "name": "menu",
375
392
  "package": "@nextui-org/menu",
376
- "version": "2.1.0-beta.11",
393
+ "version": "2.1.0-beta.12",
377
394
  "docs": "https://nextui.org/docs/components/menu",
378
395
  "description": "A menu displays a list of options and allows a user to select one or more of them.",
379
396
  "status": "stable",
@@ -389,7 +406,7 @@
389
406
  {
390
407
  "name": "modal",
391
408
  "package": "@nextui-org/modal",
392
- "version": "2.1.0-beta.12",
409
+ "version": "2.1.0-beta.13",
393
410
  "docs": "https://nextui.org/docs/components/modal",
394
411
  "description": "Displays a dialog with a custom content that requires attention or provides additional information.",
395
412
  "status": "updated",
@@ -406,7 +423,7 @@
406
423
  {
407
424
  "name": "navbar",
408
425
  "package": "@nextui-org/navbar",
409
- "version": "2.1.0-beta.10",
426
+ "version": "2.1.0-beta.11",
410
427
  "docs": "https://nextui.org/docs/components/navbar",
411
428
  "description": "A responsive navigation header positioned on top side of your page that includes support for branding, links, navigation, collapse and more.",
412
429
  "status": "stable",
@@ -439,7 +456,7 @@
439
456
  {
440
457
  "name": "popover",
441
458
  "package": "@nextui-org/popover",
442
- "version": "2.2.0-beta.11",
459
+ "version": "2.2.0-beta.12",
443
460
  "docs": "https://nextui.org/docs/components/popover",
444
461
  "description": "A popover is an overlay element positioned relative to a trigger.",
445
462
  "status": "stable",
@@ -521,7 +538,7 @@
521
538
  {
522
539
  "name": "select",
523
540
  "package": "@nextui-org/select",
524
- "version": "2.3.0-beta.17",
541
+ "version": "2.3.0-beta.18",
525
542
  "docs": "https://nextui.org/docs/components/select",
526
543
  "description": "A select displays a collapsible list of options and allows a user to select one of them.",
527
544
  "status": "updated",
@@ -554,7 +571,7 @@
554
571
  {
555
572
  "name": "slider",
556
573
  "package": "@nextui-org/slider",
557
- "version": "2.3.0-beta.10",
574
+ "version": "2.3.0-beta.11",
558
575
  "docs": "https://nextui.org/docs/components/slider",
559
576
  "description": "A slider allows a user to select one or more values within a range.",
560
577
  "status": "stable",
@@ -570,7 +587,7 @@
570
587
  {
571
588
  "name": "snippet",
572
589
  "package": "@nextui-org/snippet",
573
- "version": "2.1.0-beta.11",
590
+ "version": "2.1.0-beta.12",
574
591
  "docs": "https://nextui.org/docs/components/snippet",
575
592
  "description": "Display a snippet of copyable code for the command line.",
576
593
  "status": "stable",
@@ -649,7 +666,7 @@
649
666
  {
650
667
  "name": "tabs",
651
668
  "package": "@nextui-org/tabs",
652
- "version": "2.1.0-beta.10",
669
+ "version": "2.1.0-beta.11",
653
670
  "docs": "https://nextui.org/docs/components/tabs",
654
671
  "description": "Tabs organize content into multiple sections and allow users to navigate between them.",
655
672
  "status": "stable",
@@ -666,7 +683,7 @@
666
683
  {
667
684
  "name": "tooltip",
668
685
  "package": "@nextui-org/tooltip",
669
- "version": "2.1.0-beta.10",
686
+ "version": "2.1.0-beta.11",
670
687
  "docs": "https://nextui.org/docs/components/tooltip",
671
688
  "description": "A React Component for rendering dynamically positioned Tooltips",
672
689
  "status": "stable",
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.23",
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",
@@ -31,52 +31,53 @@
31
31
  },
32
32
  "dependencies": {
33
33
  "@react-aria/visually-hidden": "3.8.17",
34
- "@nextui-org/system": "2.3.0-beta.10",
35
- "@nextui-org/theme": "2.3.0-beta.15",
36
- "@nextui-org/accordion": "2.1.0-beta.11",
37
- "@nextui-org/autocomplete": "2.2.0-beta.15",
38
- "@nextui-org/badge": "2.1.0-beta.8",
34
+ "@nextui-org/system": "2.3.0-beta.11",
35
+ "@nextui-org/theme": "2.3.0-beta.17",
36
+ "@nextui-org/accordion": "2.1.0-beta.12",
37
+ "@nextui-org/autocomplete": "2.2.0-beta.16",
39
38
  "@nextui-org/avatar": "2.1.0-beta.12",
40
- "@nextui-org/button": "2.1.0-beta.9",
41
- "@nextui-org/card": "2.1.0-beta.9",
39
+ "@nextui-org/badge": "2.1.0-beta.8",
40
+ "@nextui-org/button": "2.1.0-beta.10",
41
+ "@nextui-org/card": "2.1.0-beta.10",
42
42
  "@nextui-org/chip": "2.1.0-beta.10",
43
43
  "@nextui-org/checkbox": "2.2.0-beta.9",
44
44
  "@nextui-org/code": "2.1.0-beta.9",
45
45
  "@nextui-org/link": "2.1.0-beta.10",
46
46
  "@nextui-org/pagination": "2.1.0-beta.10",
47
47
  "@nextui-org/radio": "2.2.0-beta.9",
48
- "@nextui-org/snippet": "2.1.0-beta.11",
48
+ "@nextui-org/snippet": "2.1.0-beta.12",
49
49
  "@nextui-org/spinner": "2.1.0-beta.9",
50
50
  "@nextui-org/switch": "2.1.0-beta.9",
51
- "@nextui-org/tooltip": "2.1.0-beta.10",
51
+ "@nextui-org/tooltip": "2.1.0-beta.11",
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/popover": "2.2.0-beta.11",
55
+ "@nextui-org/input-otp": "2.0.1-beta.0",
56
+ "@nextui-org/popover": "2.2.0-beta.12",
57
+ "@nextui-org/dropdown": "2.2.0-beta.13",
56
58
  "@nextui-org/image": "2.1.0-beta.11",
57
- "@nextui-org/dropdown": "2.2.0-beta.12",
58
- "@nextui-org/navbar": "2.1.0-beta.10",
59
- "@nextui-org/modal": "2.1.0-beta.12",
59
+ "@nextui-org/modal": "2.1.0-beta.13",
60
+ "@nextui-org/navbar": "2.1.0-beta.11",
60
61
  "@nextui-org/table": "2.1.0-beta.11",
61
62
  "@nextui-org/spacer": "2.1.0-beta.9",
62
63
  "@nextui-org/divider": "2.1.0-beta.9",
63
64
  "@nextui-org/kbd": "2.1.0-beta.9",
64
- "@nextui-org/tabs": "2.1.0-beta.10",
65
+ "@nextui-org/tabs": "2.1.0-beta.11",
65
66
  "@nextui-org/skeleton": "2.1.0-beta.8",
66
67
  "@nextui-org/scroll-shadow": "2.2.0-beta.8",
67
- "@nextui-org/select": "2.3.0-beta.17",
68
- "@nextui-org/listbox": "2.2.0-beta.12",
68
+ "@nextui-org/select": "2.3.0-beta.18",
69
+ "@nextui-org/listbox": "2.2.0-beta.13",
70
+ "@nextui-org/menu": "2.1.0-beta.12",
69
71
  "@nextui-org/ripple": "2.1.0-beta.8",
70
- "@nextui-org/menu": "2.1.0-beta.11",
71
- "@nextui-org/slider": "2.3.0-beta.10",
72
+ "@nextui-org/slider": "2.3.0-beta.11",
72
73
  "@nextui-org/breadcrumbs": "2.1.0-beta.10",
73
- "@nextui-org/calendar": "2.1.0-beta.12",
74
+ "@nextui-org/calendar": "2.1.0-beta.13",
74
75
  "@nextui-org/date-input": "2.2.0-beta.9",
75
- "@nextui-org/framer-utils": "2.0.26-beta.10",
76
- "@nextui-org/date-picker": "2.2.0-beta.13",
77
- "@nextui-org/drawer": "2.1.0-beta.12",
76
+ "@nextui-org/date-picker": "2.2.0-beta.14",
77
+ "@nextui-org/framer-utils": "2.0.26-beta.11",
78
+ "@nextui-org/drawer": "2.1.0-beta.13",
78
79
  "@nextui-org/form": "2.0.1-beta.1",
79
- "@nextui-org/alert": "2.1.0-beta.12"
80
+ "@nextui-org/alert": "2.1.0-beta.13"
80
81
  },
81
82
  "peerDependencies": {
82
83
  "react": ">=18 || >=19.0.0-rc.0",
@@ -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",