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

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.
Files changed (2) hide show
  1. package/dist/components.json +21 -20
  2. package/package.json +24 -24
@@ -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",
@@ -357,7 +358,7 @@
357
358
  {
358
359
  "name": "listbox",
359
360
  "package": "@nextui-org/listbox",
360
- "version": "2.2.0-beta.12",
361
+ "version": "2.2.0-beta.13",
361
362
  "docs": "https://nextui.org/docs/components/listbox",
362
363
  "description": "A listbox displays a list of options and allows a user to select one or more of them.",
363
364
  "status": "stable",
@@ -373,7 +374,7 @@
373
374
  {
374
375
  "name": "menu",
375
376
  "package": "@nextui-org/menu",
376
- "version": "2.1.0-beta.11",
377
+ "version": "2.1.0-beta.12",
377
378
  "docs": "https://nextui.org/docs/components/menu",
378
379
  "description": "A menu displays a list of options and allows a user to select one or more of them.",
379
380
  "status": "stable",
@@ -389,7 +390,7 @@
389
390
  {
390
391
  "name": "modal",
391
392
  "package": "@nextui-org/modal",
392
- "version": "2.1.0-beta.12",
393
+ "version": "2.1.0-beta.13",
393
394
  "docs": "https://nextui.org/docs/components/modal",
394
395
  "description": "Displays a dialog with a custom content that requires attention or provides additional information.",
395
396
  "status": "updated",
@@ -406,7 +407,7 @@
406
407
  {
407
408
  "name": "navbar",
408
409
  "package": "@nextui-org/navbar",
409
- "version": "2.1.0-beta.10",
410
+ "version": "2.1.0-beta.11",
410
411
  "docs": "https://nextui.org/docs/components/navbar",
411
412
  "description": "A responsive navigation header positioned on top side of your page that includes support for branding, links, navigation, collapse and more.",
412
413
  "status": "stable",
@@ -439,7 +440,7 @@
439
440
  {
440
441
  "name": "popover",
441
442
  "package": "@nextui-org/popover",
442
- "version": "2.2.0-beta.11",
443
+ "version": "2.2.0-beta.12",
443
444
  "docs": "https://nextui.org/docs/components/popover",
444
445
  "description": "A popover is an overlay element positioned relative to a trigger.",
445
446
  "status": "stable",
@@ -521,7 +522,7 @@
521
522
  {
522
523
  "name": "select",
523
524
  "package": "@nextui-org/select",
524
- "version": "2.3.0-beta.17",
525
+ "version": "2.3.0-beta.18",
525
526
  "docs": "https://nextui.org/docs/components/select",
526
527
  "description": "A select displays a collapsible list of options and allows a user to select one of them.",
527
528
  "status": "updated",
@@ -554,7 +555,7 @@
554
555
  {
555
556
  "name": "slider",
556
557
  "package": "@nextui-org/slider",
557
- "version": "2.3.0-beta.10",
558
+ "version": "2.3.0-beta.11",
558
559
  "docs": "https://nextui.org/docs/components/slider",
559
560
  "description": "A slider allows a user to select one or more values within a range.",
560
561
  "status": "stable",
@@ -570,7 +571,7 @@
570
571
  {
571
572
  "name": "snippet",
572
573
  "package": "@nextui-org/snippet",
573
- "version": "2.1.0-beta.11",
574
+ "version": "2.1.0-beta.12",
574
575
  "docs": "https://nextui.org/docs/components/snippet",
575
576
  "description": "Display a snippet of copyable code for the command line.",
576
577
  "status": "stable",
@@ -649,7 +650,7 @@
649
650
  {
650
651
  "name": "tabs",
651
652
  "package": "@nextui-org/tabs",
652
- "version": "2.1.0-beta.10",
653
+ "version": "2.1.0-beta.11",
653
654
  "docs": "https://nextui.org/docs/components/tabs",
654
655
  "description": "Tabs organize content into multiple sections and allow users to navigate between them.",
655
656
  "status": "stable",
@@ -666,7 +667,7 @@
666
667
  {
667
668
  "name": "tooltip",
668
669
  "package": "@nextui-org/tooltip",
669
- "version": "2.1.0-beta.10",
670
+ "version": "2.1.0-beta.11",
670
671
  "docs": "https://nextui.org/docs/components/tooltip",
671
672
  "description": "A React Component for rendering dynamically positioned Tooltips",
672
673
  "status": "stable",
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.24",
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,52 @@
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.16",
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/popover": "2.2.0-beta.12",
56
+ "@nextui-org/dropdown": "2.2.0-beta.13",
56
57
  "@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",
58
+ "@nextui-org/modal": "2.1.0-beta.13",
59
+ "@nextui-org/navbar": "2.1.0-beta.11",
60
60
  "@nextui-org/table": "2.1.0-beta.11",
61
61
  "@nextui-org/spacer": "2.1.0-beta.9",
62
62
  "@nextui-org/divider": "2.1.0-beta.9",
63
63
  "@nextui-org/kbd": "2.1.0-beta.9",
64
- "@nextui-org/tabs": "2.1.0-beta.10",
64
+ "@nextui-org/tabs": "2.1.0-beta.11",
65
65
  "@nextui-org/skeleton": "2.1.0-beta.8",
66
66
  "@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",
67
+ "@nextui-org/select": "2.3.0-beta.18",
68
+ "@nextui-org/listbox": "2.2.0-beta.13",
69
+ "@nextui-org/menu": "2.1.0-beta.12",
69
70
  "@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",
71
+ "@nextui-org/slider": "2.3.0-beta.11",
72
72
  "@nextui-org/breadcrumbs": "2.1.0-beta.10",
73
- "@nextui-org/calendar": "2.1.0-beta.12",
73
+ "@nextui-org/calendar": "2.1.0-beta.13",
74
74
  "@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",
75
+ "@nextui-org/date-picker": "2.2.0-beta.14",
76
+ "@nextui-org/framer-utils": "2.0.26-beta.11",
77
+ "@nextui-org/drawer": "2.1.0-beta.13",
78
78
  "@nextui-org/form": "2.0.1-beta.1",
79
- "@nextui-org/alert": "2.1.0-beta.12"
79
+ "@nextui-org/alert": "2.1.0-beta.13"
80
80
  },
81
81
  "peerDependencies": {
82
82
  "react": ">=18 || >=19.0.0-rc.0",