@nextui-org/react 2.5.0-beta.5 → 2.5.0-beta.6

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 +126 -126
  2. package/package.json +48 -48
@@ -2,14 +2,14 @@
2
2
  {
3
3
  "name": "accordion",
4
4
  "package": "@nextui-org/accordion",
5
- "version": "2.1.0-beta.1",
5
+ "version": "2.1.0-beta.2",
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",
9
9
  "style": "",
10
10
  "peerDependencies": {
11
- "react": ">=18",
12
- "react-dom": ">=18",
11
+ "react": ">=18 || ^19.0.0-rc.0",
12
+ "react-dom": ">=18 || ^19.0.0-rc.0",
13
13
  "framer-motion": ">=11.5.6",
14
14
  "@nextui-org/theme": ">=2.3.0-beta.0",
15
15
  "@nextui-org/system": ">=2.3.0-beta.0",
@@ -19,14 +19,14 @@
19
19
  {
20
20
  "name": "alert",
21
21
  "package": "@nextui-org/alert",
22
- "version": "2.1.0-beta.1",
22
+ "version": "2.1.0-beta.2",
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": "stable",
26
26
  "style": "",
27
27
  "peerDependencies": {
28
- "react": ">=18",
29
- "react-dom": ">=18",
28
+ "react": ">=18 || ^19.0.0-rc.0",
29
+ "react-dom": ">=18 || ^19.0.0-rc.0",
30
30
  "@nextui-org/theme": ">=2.3.0-beta.0",
31
31
  "@nextui-org/system": ">=2.3.0-beta.0",
32
32
  "tailwindcss": ">=3.4.0"
@@ -35,7 +35,7 @@
35
35
  {
36
36
  "name": "autocomplete",
37
37
  "package": "@nextui-org/autocomplete",
38
- "version": "2.2.0-beta.3",
38
+ "version": "2.2.0-beta.4",
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": "stable",
@@ -44,22 +44,22 @@
44
44
  "@nextui-org/system": ">=2.3.0-beta.0",
45
45
  "@nextui-org/theme": ">=2.3.0-beta.0",
46
46
  "framer-motion": ">=11.5.6",
47
- "react": ">=18",
48
- "react-dom": ">=18",
47
+ "react": ">=18 || ^19.0.0-rc.0",
48
+ "react-dom": ">=18 || ^19.0.0-rc.0",
49
49
  "tailwindcss": ">=3.4.0"
50
50
  }
51
51
  },
52
52
  {
53
53
  "name": "avatar",
54
54
  "package": "@nextui-org/avatar",
55
- "version": "2.1.0-beta.4",
55
+ "version": "2.1.0-beta.5",
56
56
  "docs": "https://nextui.org/docs/components/avatar",
57
57
  "description": "The Avatar component is used to represent a user, and displays the profile picture, initials or fallback icon.",
58
58
  "status": "stable",
59
59
  "style": "",
60
60
  "peerDependencies": {
61
- "react": ">=18",
62
- "react-dom": ">=18",
61
+ "react": ">=18 || ^19.0.0-rc.0",
62
+ "react-dom": ">=18 || ^19.0.0-rc.0",
63
63
  "@nextui-org/theme": ">=2.3.0-beta.0",
64
64
  "@nextui-org/system": ">=2.3.0-beta.0",
65
65
  "tailwindcss": ">=3.4.0"
@@ -68,14 +68,14 @@
68
68
  {
69
69
  "name": "badge",
70
70
  "package": "@nextui-org/badge",
71
- "version": "2.1.0-beta.1",
71
+ "version": "2.1.0-beta.2",
72
72
  "docs": "https://nextui.org/docs/components/badge",
73
73
  "description": "Badges are used as a small numerical value or status descriptor for UI elements.",
74
74
  "status": "updated",
75
75
  "style": "",
76
76
  "peerDependencies": {
77
- "react": ">=18",
78
- "react-dom": ">=18",
77
+ "react": ">=18 || ^19.0.0-rc.0",
78
+ "react-dom": ">=18 || ^19.0.0-rc.0",
79
79
  "@nextui-org/theme": ">=2.3.0-beta.0",
80
80
  "@nextui-org/system": ">=2.3.0-beta.0",
81
81
  "tailwindcss": ">=3.4.0"
@@ -84,14 +84,14 @@
84
84
  {
85
85
  "name": "breadcrumbs",
86
86
  "package": "@nextui-org/breadcrumbs",
87
- "version": "2.1.0-beta.1",
87
+ "version": "2.1.0-beta.2",
88
88
  "docs": "https://nextui.org/docs/components/breadcrumbs",
89
89
  "description": "Breadcrumbs display a hierarchy of links to the current page or resource in an application.",
90
90
  "status": "stable",
91
91
  "style": "",
92
92
  "peerDependencies": {
93
- "react": ">=18",
94
- "react-dom": ">=18",
93
+ "react": ">=18 || ^19.0.0-rc.0",
94
+ "react-dom": ">=18 || ^19.0.0-rc.0",
95
95
  "@nextui-org/theme": ">=2.3.0-beta.0",
96
96
  "@nextui-org/system": ">=2.3.0-beta.0",
97
97
  "tailwindcss": ">=3.4.0"
@@ -100,14 +100,14 @@
100
100
  {
101
101
  "name": "button",
102
102
  "package": "@nextui-org/button",
103
- "version": "2.1.0-beta.1",
103
+ "version": "2.1.0-beta.2",
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": "stable",
107
107
  "style": "",
108
108
  "peerDependencies": {
109
- "react": ">=18",
110
- "react-dom": ">=18",
109
+ "react": ">=18 || ^19.0.0-rc.0",
110
+ "react-dom": ">=18 || ^19.0.0-rc.0",
111
111
  "framer-motion": ">=11.5.6",
112
112
  "@nextui-org/theme": ">=2.3.0-beta.0",
113
113
  "@nextui-org/system": ">=2.3.0-beta.0",
@@ -117,7 +117,7 @@
117
117
  {
118
118
  "name": "calendar",
119
119
  "package": "@nextui-org/calendar",
120
- "version": "2.1.0-beta.1",
120
+ "version": "2.1.0-beta.2",
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": "new",
@@ -125,22 +125,22 @@
125
125
  "peerDependencies": {
126
126
  "@nextui-org/system": ">=2.3.0-beta.0",
127
127
  "@nextui-org/theme": ">=2.3.0-beta.0",
128
- "react": ">=18",
129
- "react-dom": ">=18",
128
+ "react": ">=18 || ^19.0.0-rc.0",
129
+ "react-dom": ">=18 || ^19.0.0-rc.0",
130
130
  "tailwindcss": ">=3.4.0"
131
131
  }
132
132
  },
133
133
  {
134
134
  "name": "card",
135
135
  "package": "@nextui-org/card",
136
- "version": "2.1.0-beta.1",
136
+ "version": "2.1.0-beta.2",
137
137
  "docs": "https://nextui.org/docs/components/card",
138
138
  "description": "Card is a container for text, photos, and actions in the context of a single subject.",
139
139
  "status": "stable",
140
140
  "style": "",
141
141
  "peerDependencies": {
142
- "react": ">=18",
143
- "react-dom": ">=18",
142
+ "react": ">=18 || ^19.0.0-rc.0",
143
+ "react-dom": ">=18 || ^19.0.0-rc.0",
144
144
  "framer-motion": ">=11.5.6",
145
145
  "@nextui-org/theme": ">=2.3.0-beta.0",
146
146
  "@nextui-org/system": ">=2.3.0-beta.0",
@@ -150,7 +150,7 @@
150
150
  {
151
151
  "name": "checkbox",
152
152
  "package": "@nextui-org/checkbox",
153
- "version": "2.2.0-beta.1",
153
+ "version": "2.2.0-beta.2",
154
154
  "docs": "https://nextui.org/docs/components/checkbox",
155
155
  "description": "Checkboxes allow users to select multiple items from a list of individual items, or to mark one individual item as selected.",
156
156
  "status": "updated",
@@ -158,22 +158,22 @@
158
158
  "peerDependencies": {
159
159
  "@nextui-org/system": ">=2.3.0-beta.0",
160
160
  "@nextui-org/theme": ">=2.3.0-beta.0",
161
- "react": ">=18",
162
- "react-dom": ">=18",
161
+ "react": ">=18 || ^19.0.0-rc.0",
162
+ "react-dom": ">=18 || ^19.0.0-rc.0",
163
163
  "tailwindcss": ">=3.4.0"
164
164
  }
165
165
  },
166
166
  {
167
167
  "name": "chip",
168
168
  "package": "@nextui-org/chip",
169
- "version": "2.1.0-beta.1",
169
+ "version": "2.1.0-beta.2",
170
170
  "docs": "https://nextui.org/docs/components/chip",
171
171
  "description": "Chips help people enter information, make selections, filter content, or trigger actions.",
172
172
  "status": "stable",
173
173
  "style": "",
174
174
  "peerDependencies": {
175
- "react": ">=18",
176
- "react-dom": ">=18",
175
+ "react": ">=18 || ^19.0.0-rc.0",
176
+ "react-dom": ">=18 || ^19.0.0-rc.0",
177
177
  "@nextui-org/theme": ">=2.3.0-beta.0",
178
178
  "@nextui-org/system": ">=2.3.0-beta.0",
179
179
  "tailwindcss": ">=3.4.0"
@@ -182,14 +182,14 @@
182
182
  {
183
183
  "name": "code",
184
184
  "package": "@nextui-org/code",
185
- "version": "2.1.0-beta.1",
185
+ "version": "2.1.0-beta.2",
186
186
  "docs": "https://nextui.org/docs/components/code",
187
187
  "description": "Code is a component used to display inline code.",
188
188
  "status": "stable",
189
189
  "style": "",
190
190
  "peerDependencies": {
191
- "react": ">=18",
192
- "react-dom": ">=18",
191
+ "react": ">=18 || ^19.0.0-rc.0",
192
+ "react-dom": ">=18 || ^19.0.0-rc.0",
193
193
  "@nextui-org/theme": ">=2.3.0-beta.0",
194
194
  "tailwindcss": ">=3.4.0"
195
195
  }
@@ -197,7 +197,7 @@
197
197
  {
198
198
  "name": "date-input",
199
199
  "package": "@nextui-org/date-input",
200
- "version": "2.2.0-beta.1",
200
+ "version": "2.2.0-beta.2",
201
201
  "docs": "https://nextui.org/docs/components/date-input",
202
202
  "description": "A date input allows users to enter and edit date and time values using a keyboard.",
203
203
  "status": "new",
@@ -205,15 +205,15 @@
205
205
  "peerDependencies": {
206
206
  "@nextui-org/system": ">=2.3.0-beta.0",
207
207
  "@nextui-org/theme": ">=2.3.0-beta.0",
208
- "react": ">=18",
209
- "react-dom": ">=18",
208
+ "react": ">=18 || ^19.0.0-rc.0",
209
+ "react-dom": ">=18 || ^19.0.0-rc.0",
210
210
  "tailwindcss": ">=3.4.0"
211
211
  }
212
212
  },
213
213
  {
214
214
  "name": "date-picker",
215
215
  "package": "@nextui-org/date-picker",
216
- "version": "2.2.0-beta.2",
216
+ "version": "2.2.0-beta.3",
217
217
  "docs": "https://nextui.org/docs/components/date-picker",
218
218
  "description": "A date picker combines a DateInput and a Calendar popover to allow users to enter or select a date and time value.",
219
219
  "status": "new",
@@ -221,22 +221,22 @@
221
221
  "peerDependencies": {
222
222
  "@nextui-org/system": ">=2.3.0-beta.0",
223
223
  "@nextui-org/theme": ">=2.3.0-beta.0",
224
- "react": ">=18",
225
- "react-dom": ">=18",
224
+ "react": ">=18 || ^19.0.0-rc.0",
225
+ "react-dom": ">=18 || ^19.0.0-rc.0",
226
226
  "tailwindcss": ">=3.4.0"
227
227
  }
228
228
  },
229
229
  {
230
230
  "name": "divider",
231
231
  "package": "@nextui-org/divider",
232
- "version": "2.1.0-beta.1",
232
+ "version": "2.1.0-beta.2",
233
233
  "docs": "https://nextui.org/docs/components/divider",
234
234
  "description": ". A separator is a visual divider between two groups of content",
235
235
  "status": "stable",
236
236
  "style": "",
237
237
  "peerDependencies": {
238
- "react": ">=18",
239
- "react-dom": ">=18",
238
+ "react": ">=18 || ^19.0.0-rc.0",
239
+ "react-dom": ">=18 || ^19.0.0-rc.0",
240
240
  "@nextui-org/theme": ">=2.3.0-beta.0",
241
241
  "tailwindcss": ">=3.4.0"
242
242
  }
@@ -244,14 +244,14 @@
244
244
  {
245
245
  "name": "drawer",
246
246
  "package": "@nextui-org/drawer",
247
- "version": "2.1.0-beta.1",
247
+ "version": "2.1.0-beta.2",
248
248
  "docs": "https://nextui.org/docs/components/drawer",
249
249
  "description": "Used to render a content that slides in from the side of the screen.",
250
250
  "status": "new",
251
251
  "style": "",
252
252
  "peerDependencies": {
253
- "react": ">=18",
254
- "react-dom": ">=18",
253
+ "react": ">=18 || ^19.0.0-rc.0",
254
+ "react-dom": ">=18 || ^19.0.0-rc.0",
255
255
  "@nextui-org/theme": ">=2.3.0-beta.0",
256
256
  "@nextui-org/system": ">=2.3.0-beta.0",
257
257
  "tailwindcss": ">=3.4.0"
@@ -260,7 +260,7 @@
260
260
  {
261
261
  "name": "dropdown",
262
262
  "package": "@nextui-org/dropdown",
263
- "version": "2.2.0-beta.2",
263
+ "version": "2.2.0-beta.3",
264
264
  "docs": "https://nextui.org/docs/components/dropdown",
265
265
  "description": "A dropdown displays a list of actions or options that a user can choose.",
266
266
  "status": "stable",
@@ -269,22 +269,22 @@
269
269
  "@nextui-org/system": ">=2.3.0-beta.0",
270
270
  "@nextui-org/theme": ">=2.3.0-beta.0",
271
271
  "framer-motion": ">=11.5.6",
272
- "react": ">=18",
273
- "react-dom": ">=18",
272
+ "react": ">=18 || ^19.0.0-rc.0",
273
+ "react-dom": ">=18 || ^19.0.0-rc.0",
274
274
  "tailwindcss": ">=3.4.0"
275
275
  }
276
276
  },
277
277
  {
278
278
  "name": "image",
279
279
  "package": "@nextui-org/image",
280
- "version": "2.1.0-beta.4",
280
+ "version": "2.1.0-beta.5",
281
281
  "docs": "https://nextui.org/docs/components/image",
282
282
  "description": "A simple image component",
283
283
  "status": "stable",
284
284
  "style": "",
285
285
  "peerDependencies": {
286
- "react": ">=18",
287
- "react-dom": ">=18",
286
+ "react": ">=18 || ^19.0.0-rc.0",
287
+ "react-dom": ">=18 || ^19.0.0-rc.0",
288
288
  "@nextui-org/theme": ">=2.3.0-beta.0",
289
289
  "@nextui-org/system": ">=2.3.0-beta.0",
290
290
  "tailwindcss": ">=3.4.0"
@@ -293,14 +293,14 @@
293
293
  {
294
294
  "name": "input",
295
295
  "package": "@nextui-org/input",
296
- "version": "2.3.0-beta.2",
296
+ "version": "2.3.0-beta.3",
297
297
  "docs": "https://nextui.org/docs/components/input",
298
298
  "description": "The input component is designed for capturing user input within a text field.",
299
299
  "status": "stable",
300
300
  "style": "",
301
301
  "peerDependencies": {
302
- "react": ">=18",
303
- "react-dom": ">=18",
302
+ "react": ">=18 || ^19.0.0-rc.0",
303
+ "react-dom": ">=18 || ^19.0.0-rc.0",
304
304
  "@nextui-org/theme": ">=2.3.0-beta.0",
305
305
  "@nextui-org/system": ">=2.3.0-beta.0",
306
306
  "tailwindcss": ">=3.4.0"
@@ -309,14 +309,14 @@
309
309
  {
310
310
  "name": "kbd",
311
311
  "package": "@nextui-org/kbd",
312
- "version": "2.1.0-beta.1",
312
+ "version": "2.1.0-beta.2",
313
313
  "docs": "https://nextui.org/docs/components/kbd",
314
314
  "description": "The keyboard key components indicates which key or set of keys used to execute a specificv action",
315
315
  "status": "stable",
316
316
  "style": "",
317
317
  "peerDependencies": {
318
- "react": ">=18",
319
- "react-dom": ">=18",
318
+ "react": ">=18 || ^19.0.0-rc.0",
319
+ "react-dom": ">=18 || ^19.0.0-rc.0",
320
320
  "@nextui-org/theme": ">=2.3.0-beta.0",
321
321
  "tailwindcss": ">=3.4.0"
322
322
  }
@@ -324,14 +324,14 @@
324
324
  {
325
325
  "name": "link",
326
326
  "package": "@nextui-org/link",
327
- "version": "2.1.0-beta.1",
327
+ "version": "2.1.0-beta.2",
328
328
  "docs": "https://nextui.org/docs/components/link",
329
329
  "description": "Links allow users to click their way from page to page. This component is styled to resemble a hyperlink and semantically renders an <a>",
330
330
  "status": "stable",
331
331
  "style": "",
332
332
  "peerDependencies": {
333
- "react": ">=18",
334
- "react-dom": ">=18",
333
+ "react": ">=18 || ^19.0.0-rc.0",
334
+ "react-dom": ">=18 || ^19.0.0-rc.0",
335
335
  "@nextui-org/theme": ">=2.3.0-beta.0",
336
336
  "@nextui-org/system": ">=2.3.0-beta.0",
337
337
  "tailwindcss": ">=3.4.0"
@@ -340,14 +340,14 @@
340
340
  {
341
341
  "name": "listbox",
342
342
  "package": "@nextui-org/listbox",
343
- "version": "2.2.0-beta.1",
343
+ "version": "2.2.0-beta.2",
344
344
  "docs": "https://nextui.org/docs/components/listbox",
345
345
  "description": "A listbox displays a list of options and allows a user to select one or more of them.",
346
346
  "status": "stable",
347
347
  "style": "",
348
348
  "peerDependencies": {
349
- "react": ">=18",
350
- "react-dom": ">=18",
349
+ "react": ">=18 || ^19.0.0-rc.0",
350
+ "react-dom": ">=18 || ^19.0.0-rc.0",
351
351
  "@nextui-org/theme": ">=2.3.0-beta.0",
352
352
  "@nextui-org/system": ">=2.3.0-beta.0",
353
353
  "tailwindcss": ">=3.4.0"
@@ -356,14 +356,14 @@
356
356
  {
357
357
  "name": "menu",
358
358
  "package": "@nextui-org/menu",
359
- "version": "2.1.0-beta.1",
359
+ "version": "2.1.0-beta.2",
360
360
  "docs": "https://nextui.org/docs/components/menu",
361
361
  "description": "A menu displays a list of options and allows a user to select one or more of them.",
362
362
  "status": "stable",
363
363
  "style": "",
364
364
  "peerDependencies": {
365
- "react": ">=18",
366
- "react-dom": ">=18",
365
+ "react": ">=18 || ^19.0.0-rc.0",
366
+ "react-dom": ">=18 || ^19.0.0-rc.0",
367
367
  "@nextui-org/theme": ">=2.3.0-beta.0",
368
368
  "@nextui-org/system": ">=2.3.0-beta.0",
369
369
  "tailwindcss": ">=3.4.0"
@@ -372,14 +372,14 @@
372
372
  {
373
373
  "name": "modal",
374
374
  "package": "@nextui-org/modal",
375
- "version": "2.1.0-beta.1",
375
+ "version": "2.1.0-beta.2",
376
376
  "docs": "https://nextui.org/docs/components/modal",
377
377
  "description": "Displays a dialog with a custom content that requires attention or provides additional information.",
378
378
  "status": "updated",
379
379
  "style": "",
380
380
  "peerDependencies": {
381
- "react": ">=18",
382
- "react-dom": ">=18",
381
+ "react": ">=18 || ^19.0.0-rc.0",
382
+ "react-dom": ">=18 || ^19.0.0-rc.0",
383
383
  "framer-motion": ">=11.5.6",
384
384
  "@nextui-org/theme": ">=2.3.0-beta.0",
385
385
  "@nextui-org/system": ">=2.3.0-beta.0",
@@ -389,14 +389,14 @@
389
389
  {
390
390
  "name": "navbar",
391
391
  "package": "@nextui-org/navbar",
392
- "version": "2.1.0-beta.1",
392
+ "version": "2.1.0-beta.2",
393
393
  "docs": "https://nextui.org/docs/components/navbar",
394
394
  "description": "A responsive navigation header positioned on top side of your page that includes support for branding, links, navigation, collapse and more.",
395
395
  "status": "stable",
396
396
  "style": "",
397
397
  "peerDependencies": {
398
- "react": ">=18",
399
- "react-dom": ">=18",
398
+ "react": ">=18 || ^19.0.0-rc.0",
399
+ "react-dom": ">=18 || ^19.0.0-rc.0",
400
400
  "framer-motion": ">=11.5.6",
401
401
  "@nextui-org/theme": ">=2.3.0-beta.0",
402
402
  "@nextui-org/system": ">=2.3.0-beta.0",
@@ -406,14 +406,14 @@
406
406
  {
407
407
  "name": "pagination",
408
408
  "package": "@nextui-org/pagination",
409
- "version": "2.1.0-beta.1",
409
+ "version": "2.1.0-beta.2",
410
410
  "docs": "https://nextui.org/docs/components/pagination",
411
411
  "description": "The Pagination component allows you to display active page and navigate between multiple pages.",
412
412
  "status": "stable",
413
413
  "style": "",
414
414
  "peerDependencies": {
415
- "react": ">=18",
416
- "react-dom": ">=18",
415
+ "react": ">=18 || ^19.0.0-rc.0",
416
+ "react-dom": ">=18 || ^19.0.0-rc.0",
417
417
  "@nextui-org/theme": ">=2.3.0-beta.0",
418
418
  "@nextui-org/system": ">=2.3.0-beta.0",
419
419
  "tailwindcss": ">=3.4.0"
@@ -422,7 +422,7 @@
422
422
  {
423
423
  "name": "popover",
424
424
  "package": "@nextui-org/popover",
425
- "version": "2.2.0-beta.2",
425
+ "version": "2.2.0-beta.3",
426
426
  "docs": "https://nextui.org/docs/components/popover",
427
427
  "description": "A popover is an overlay element positioned relative to a trigger.",
428
428
  "status": "stable",
@@ -431,22 +431,22 @@
431
431
  "@nextui-org/system": ">=2.3.0-beta.0",
432
432
  "@nextui-org/theme": ">=2.3.0-beta.0",
433
433
  "framer-motion": ">=11.5.6",
434
- "react": ">=18",
435
- "react-dom": ">=18",
434
+ "react": ">=18 || ^19.0.0-rc.0",
435
+ "react-dom": ">=18 || ^19.0.0-rc.0",
436
436
  "tailwindcss": ">=3.4.0"
437
437
  }
438
438
  },
439
439
  {
440
440
  "name": "progress",
441
441
  "package": "@nextui-org/progress",
442
- "version": "2.1.0-beta.1",
442
+ "version": "2.1.0-beta.2",
443
443
  "docs": "https://nextui.org/docs/components/progress",
444
444
  "description": "Progress bars show either determinate or indeterminate progress of an operation over time.",
445
445
  "status": "stable",
446
446
  "style": "",
447
447
  "peerDependencies": {
448
- "react": ">=18",
449
- "react-dom": ">=18",
448
+ "react": ">=18 || ^19.0.0-rc.0",
449
+ "react-dom": ">=18 || ^19.0.0-rc.0",
450
450
  "@nextui-org/theme": ">=2.3.0-beta.0",
451
451
  "@nextui-org/system": ">=2.3.0-beta.0",
452
452
  "tailwindcss": ">=3.4.0"
@@ -455,14 +455,14 @@
455
455
  {
456
456
  "name": "radio",
457
457
  "package": "@nextui-org/radio",
458
- "version": "2.2.0-beta.1",
458
+ "version": "2.2.0-beta.2",
459
459
  "docs": "https://nextui.org/docs/components/radio",
460
460
  "description": "Radios allow users to select a single option from a list of mutually exclusive options.",
461
461
  "status": "stable",
462
462
  "style": "",
463
463
  "peerDependencies": {
464
- "react": ">=18",
465
- "react-dom": ">=18",
464
+ "react": ">=18 || ^19.0.0-rc.0",
465
+ "react-dom": ">=18 || ^19.0.0-rc.0",
466
466
  "@nextui-org/theme": ">=2.3.0-beta.0",
467
467
  "@nextui-org/system": ">=2.3.0-beta.0",
468
468
  "tailwindcss": ">=3.4.0"
@@ -471,14 +471,14 @@
471
471
  {
472
472
  "name": "ripple",
473
473
  "package": "@nextui-org/ripple",
474
- "version": "2.1.0-beta.1",
474
+ "version": "2.1.0-beta.2",
475
475
  "docs": "https://nextui.org/docs/components/ripple",
476
476
  "description": "A simple implementation to display a ripple animation when the source component is clicked",
477
477
  "status": "stable",
478
478
  "style": "",
479
479
  "peerDependencies": {
480
- "react": ">=18",
481
- "react-dom": ">=18",
480
+ "react": ">=18 || ^19.0.0-rc.0",
481
+ "react-dom": ">=18 || ^19.0.0-rc.0",
482
482
  "framer-motion": ">=11.5.6",
483
483
  "@nextui-org/theme": ">=2.3.0-beta.0",
484
484
  "@nextui-org/system": ">=2.3.0-beta.0",
@@ -488,14 +488,14 @@
488
488
  {
489
489
  "name": "scroll-shadow",
490
490
  "package": "@nextui-org/scroll-shadow",
491
- "version": "2.2.0-beta.1",
491
+ "version": "2.2.0-beta.2",
492
492
  "docs": "https://nextui.org/docs/components/scroll-shadow",
493
493
  "description": "A component that applies top and bottom shadows when content overflows on scroll.",
494
494
  "status": "stable",
495
495
  "style": "",
496
496
  "peerDependencies": {
497
- "react": ">=18",
498
- "react-dom": ">=18",
497
+ "react": ">=18 || ^19.0.0-rc.0",
498
+ "react-dom": ">=18 || ^19.0.0-rc.0",
499
499
  "@nextui-org/theme": ">=2.3.0-beta.0",
500
500
  "@nextui-org/system": ">=2.3.0-beta.0",
501
501
  "tailwindcss": ">=3.4.0"
@@ -504,7 +504,7 @@
504
504
  {
505
505
  "name": "select",
506
506
  "package": "@nextui-org/select",
507
- "version": "2.3.0-beta.3",
507
+ "version": "2.3.0-beta.4",
508
508
  "docs": "https://nextui.org/docs/components/select",
509
509
  "description": "A select displays a collapsible list of options and allows a user to select one of them.",
510
510
  "status": "stable",
@@ -513,22 +513,22 @@
513
513
  "@nextui-org/system": ">=2.3.0-beta.0",
514
514
  "@nextui-org/theme": ">=2.3.0-beta.0",
515
515
  "framer-motion": ">=11.5.6",
516
- "react": ">=18",
517
- "react-dom": ">=18",
516
+ "react": ">=18 || ^19.0.0-rc.0",
517
+ "react-dom": ">=18 || ^19.0.0-rc.0",
518
518
  "tailwindcss": ">=3.4.0"
519
519
  }
520
520
  },
521
521
  {
522
522
  "name": "skeleton",
523
523
  "package": "@nextui-org/skeleton",
524
- "version": "2.1.0-beta.1",
524
+ "version": "2.1.0-beta.2",
525
525
  "docs": "https://nextui.org/docs/components/skeleton",
526
526
  "description": "Skeleton is used to display the loading state of some component.",
527
527
  "status": "updated",
528
528
  "style": "",
529
529
  "peerDependencies": {
530
- "react": ">=18",
531
- "react-dom": ">=18",
530
+ "react": ">=18 || ^19.0.0-rc.0",
531
+ "react-dom": ">=18 || ^19.0.0-rc.0",
532
532
  "@nextui-org/theme": ">=2.3.0-beta.0",
533
533
  "@nextui-org/system": ">=2.3.0-beta.0",
534
534
  "tailwindcss": ">=3.4.0"
@@ -537,14 +537,14 @@
537
537
  {
538
538
  "name": "slider",
539
539
  "package": "@nextui-org/slider",
540
- "version": "2.3.0-beta.1",
540
+ "version": "2.3.0-beta.2",
541
541
  "docs": "https://nextui.org/docs/components/slider",
542
542
  "description": "A slider allows a user to select one or more values within a range.",
543
543
  "status": "stable",
544
544
  "style": "",
545
545
  "peerDependencies": {
546
- "react": ">=18",
547
- "react-dom": ">=18",
546
+ "react": ">=18 || ^19.0.0-rc.0",
547
+ "react-dom": ">=18 || ^19.0.0-rc.0",
548
548
  "@nextui-org/theme": ">=2.3.0-beta.0",
549
549
  "@nextui-org/system": ">=2.3.0-beta.0",
550
550
  "tailwindcss": ">=3.4.0"
@@ -553,14 +553,14 @@
553
553
  {
554
554
  "name": "snippet",
555
555
  "package": "@nextui-org/snippet",
556
- "version": "2.1.0-beta.1",
556
+ "version": "2.1.0-beta.2",
557
557
  "docs": "https://nextui.org/docs/components/snippet",
558
558
  "description": "Display a snippet of copyable code for the command line.",
559
559
  "status": "stable",
560
560
  "style": "",
561
561
  "peerDependencies": {
562
- "react": ">=18",
563
- "react-dom": ">=18",
562
+ "react": ">=18 || ^19.0.0-rc.0",
563
+ "react-dom": ">=18 || ^19.0.0-rc.0",
564
564
  "framer-motion": ">=11.5.6",
565
565
  "@nextui-org/theme": ">=2.3.0-beta.0",
566
566
  "@nextui-org/system": ">=2.3.0-beta.0",
@@ -570,14 +570,14 @@
570
570
  {
571
571
  "name": "spacer",
572
572
  "package": "@nextui-org/spacer",
573
- "version": "2.1.0-beta.1",
573
+ "version": "2.1.0-beta.2",
574
574
  "docs": "https://nextui.org/docs/components/spacer",
575
575
  "description": "A flexible spacer component designed to create consistent spacing and maintain alignment in your layout.",
576
576
  "status": "stable",
577
577
  "style": "",
578
578
  "peerDependencies": {
579
- "react": ">=18",
580
- "react-dom": ">=18",
579
+ "react": ">=18 || ^19.0.0-rc.0",
580
+ "react-dom": ">=18 || ^19.0.0-rc.0",
581
581
  "@nextui-org/theme": ">=2.3.0-beta.0",
582
582
  "tailwindcss": ">=3.4.0"
583
583
  }
@@ -585,14 +585,14 @@
585
585
  {
586
586
  "name": "spinner",
587
587
  "package": "@nextui-org/spinner",
588
- "version": "2.1.0-beta.1",
588
+ "version": "2.1.0-beta.2",
589
589
  "docs": "https://nextui.org/docs/components/spinner",
590
590
  "description": "Loaders express an unspecified wait time or display the length of a process.",
591
591
  "status": "stable",
592
592
  "style": "",
593
593
  "peerDependencies": {
594
- "react": ">=18",
595
- "react-dom": ">=18",
594
+ "react": ">=18 || ^19.0.0-rc.0",
595
+ "react-dom": ">=18 || ^19.0.0-rc.0",
596
596
  "@nextui-org/theme": ">=2.3.0-beta.0",
597
597
  "tailwindcss": ">=3.4.0"
598
598
  }
@@ -600,14 +600,14 @@
600
600
  {
601
601
  "name": "switch",
602
602
  "package": "@nextui-org/switch",
603
- "version": "2.1.0-beta.1",
603
+ "version": "2.1.0-beta.2",
604
604
  "docs": "https://nextui.org/docs/components/switch",
605
605
  "description": "A switch is similar to a checkbox, but represents on/off values as opposed to selection.",
606
606
  "status": "stable",
607
607
  "style": "toggle",
608
608
  "peerDependencies": {
609
- "react": ">=18",
610
- "react-dom": ">=18",
609
+ "react": ">=18 || ^19.0.0-rc.0",
610
+ "react-dom": ">=18 || ^19.0.0-rc.0",
611
611
  "@nextui-org/theme": ">=2.3.0-beta.0",
612
612
  "@nextui-org/system": ">=2.3.0-beta.0",
613
613
  "tailwindcss": ">=3.4.0"
@@ -616,14 +616,14 @@
616
616
  {
617
617
  "name": "table",
618
618
  "package": "@nextui-org/table",
619
- "version": "2.1.0-beta.1",
619
+ "version": "2.1.0-beta.2",
620
620
  "docs": "https://nextui.org/docs/components/table",
621
621
  "description": "Tables are used to display tabular data using rows and columns. ",
622
622
  "status": "stable",
623
623
  "style": "",
624
624
  "peerDependencies": {
625
- "react": ">=18",
626
- "react-dom": ">=18",
625
+ "react": ">=18 || ^19.0.0-rc.0",
626
+ "react-dom": ">=18 || ^19.0.0-rc.0",
627
627
  "@nextui-org/theme": ">=2.3.0-beta.0",
628
628
  "@nextui-org/system": ">=2.3.0-beta.0",
629
629
  "tailwindcss": ">=3.4.0"
@@ -632,14 +632,14 @@
632
632
  {
633
633
  "name": "tabs",
634
634
  "package": "@nextui-org/tabs",
635
- "version": "2.1.0-beta.1",
635
+ "version": "2.1.0-beta.2",
636
636
  "docs": "https://nextui.org/docs/components/tabs",
637
637
  "description": "Tabs organize content into multiple sections and allow users to navigate between them.",
638
638
  "status": "updated",
639
639
  "style": "",
640
640
  "peerDependencies": {
641
- "react": ">=18",
642
- "react-dom": ">=18",
641
+ "react": ">=18 || ^19.0.0-rc.0",
642
+ "react-dom": ">=18 || ^19.0.0-rc.0",
643
643
  "framer-motion": ">=11.5.6",
644
644
  "@nextui-org/theme": ">=2.3.0-beta.0",
645
645
  "@nextui-org/system": ">=2.3.0-beta.0",
@@ -649,14 +649,14 @@
649
649
  {
650
650
  "name": "tooltip",
651
651
  "package": "@nextui-org/tooltip",
652
- "version": "2.1.0-beta.1",
652
+ "version": "2.1.0-beta.2",
653
653
  "docs": "https://nextui.org/docs/components/tooltip",
654
654
  "description": "A React Component for rendering dynamically positioned Tooltips",
655
655
  "status": "updated",
656
656
  "style": "popover",
657
657
  "peerDependencies": {
658
- "react": ">=18",
659
- "react-dom": ">=18",
658
+ "react": ">=18 || ^19.0.0-rc.0",
659
+ "react-dom": ">=18 || ^19.0.0-rc.0",
660
660
  "framer-motion": ">=11.5.6",
661
661
  "@nextui-org/theme": ">=2.3.0-beta.0",
662
662
  "@nextui-org/system": ">=2.3.0-beta.0",
@@ -666,14 +666,14 @@
666
666
  {
667
667
  "name": "user",
668
668
  "package": "@nextui-org/user",
669
- "version": "2.1.0-beta.4",
669
+ "version": "2.1.0-beta.5",
670
670
  "docs": "https://nextui.org/docs/components/user",
671
671
  "description": "Flexible User Profile Component.",
672
672
  "status": "stable",
673
673
  "style": "",
674
674
  "peerDependencies": {
675
- "react": ">=18",
676
- "react-dom": ">=18",
675
+ "react": ">=18 || ^19.0.0-rc.0",
676
+ "react-dom": ">=18 || ^19.0.0-rc.0",
677
677
  "@nextui-org/theme": ">=2.3.0-beta.0",
678
678
  "@nextui-org/system": ">=2.3.0-beta.0",
679
679
  "tailwindcss": ">=3.4.0"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nextui-org/react",
3
- "version": "2.5.0-beta.5",
3
+ "version": "2.5.0-beta.6",
4
4
  "description": "🚀 Beautiful and modern React UI library.",
5
5
  "author": "Junior Garcia <jrgarciadev@gmail.com>",
6
6
  "homepage": "https://nextui.org",
@@ -31,55 +31,55 @@
31
31
  },
32
32
  "dependencies": {
33
33
  "@react-aria/visually-hidden": "3.8.15",
34
- "@nextui-org/system": "2.3.0-beta.1",
35
- "@nextui-org/accordion": "2.1.0-beta.1",
36
- "@nextui-org/theme": "2.3.0-beta.1",
37
- "@nextui-org/autocomplete": "2.2.0-beta.3",
38
- "@nextui-org/avatar": "2.1.0-beta.4",
39
- "@nextui-org/badge": "2.1.0-beta.1",
40
- "@nextui-org/button": "2.1.0-beta.1",
41
- "@nextui-org/card": "2.1.0-beta.1",
42
- "@nextui-org/chip": "2.1.0-beta.1",
43
- "@nextui-org/checkbox": "2.2.0-beta.1",
44
- "@nextui-org/code": "2.1.0-beta.1",
45
- "@nextui-org/link": "2.1.0-beta.1",
46
- "@nextui-org/pagination": "2.1.0-beta.1",
47
- "@nextui-org/radio": "2.2.0-beta.1",
48
- "@nextui-org/snippet": "2.1.0-beta.1",
49
- "@nextui-org/spinner": "2.1.0-beta.1",
50
- "@nextui-org/tooltip": "2.1.0-beta.1",
51
- "@nextui-org/switch": "2.1.0-beta.1",
52
- "@nextui-org/user": "2.1.0-beta.4",
53
- "@nextui-org/progress": "2.1.0-beta.1",
54
- "@nextui-org/input": "2.3.0-beta.2",
55
- "@nextui-org/popover": "2.2.0-beta.2",
56
- "@nextui-org/dropdown": "2.2.0-beta.2",
57
- "@nextui-org/image": "2.1.0-beta.4",
58
- "@nextui-org/modal": "2.1.0-beta.1",
59
- "@nextui-org/navbar": "2.1.0-beta.1",
60
- "@nextui-org/table": "2.1.0-beta.1",
61
- "@nextui-org/spacer": "2.1.0-beta.1",
62
- "@nextui-org/divider": "2.1.0-beta.1",
63
- "@nextui-org/kbd": "2.1.0-beta.1",
64
- "@nextui-org/tabs": "2.1.0-beta.1",
65
- "@nextui-org/skeleton": "2.1.0-beta.1",
66
- "@nextui-org/scroll-shadow": "2.2.0-beta.1",
67
- "@nextui-org/select": "2.3.0-beta.3",
68
- "@nextui-org/listbox": "2.2.0-beta.1",
69
- "@nextui-org/menu": "2.1.0-beta.1",
70
- "@nextui-org/ripple": "2.1.0-beta.1",
71
- "@nextui-org/slider": "2.3.0-beta.1",
72
- "@nextui-org/breadcrumbs": "2.1.0-beta.1",
73
- "@nextui-org/calendar": "2.1.0-beta.1",
74
- "@nextui-org/date-input": "2.2.0-beta.1",
75
- "@nextui-org/date-picker": "2.2.0-beta.2",
76
- "@nextui-org/alert": "2.1.0-beta.1",
77
- "@nextui-org/framer-utils": "2.0.26-beta.1",
78
- "@nextui-org/drawer": "2.1.0-beta.1"
34
+ "@nextui-org/system": "2.3.0-beta.2",
35
+ "@nextui-org/theme": "2.3.0-beta.2",
36
+ "@nextui-org/accordion": "2.1.0-beta.2",
37
+ "@nextui-org/autocomplete": "2.2.0-beta.4",
38
+ "@nextui-org/avatar": "2.1.0-beta.5",
39
+ "@nextui-org/badge": "2.1.0-beta.2",
40
+ "@nextui-org/button": "2.1.0-beta.2",
41
+ "@nextui-org/card": "2.1.0-beta.2",
42
+ "@nextui-org/chip": "2.1.0-beta.2",
43
+ "@nextui-org/checkbox": "2.2.0-beta.2",
44
+ "@nextui-org/code": "2.1.0-beta.2",
45
+ "@nextui-org/link": "2.1.0-beta.2",
46
+ "@nextui-org/pagination": "2.1.0-beta.2",
47
+ "@nextui-org/radio": "2.2.0-beta.2",
48
+ "@nextui-org/snippet": "2.1.0-beta.2",
49
+ "@nextui-org/spinner": "2.1.0-beta.2",
50
+ "@nextui-org/switch": "2.1.0-beta.2",
51
+ "@nextui-org/tooltip": "2.1.0-beta.2",
52
+ "@nextui-org/user": "2.1.0-beta.5",
53
+ "@nextui-org/progress": "2.1.0-beta.2",
54
+ "@nextui-org/input": "2.3.0-beta.3",
55
+ "@nextui-org/popover": "2.2.0-beta.3",
56
+ "@nextui-org/dropdown": "2.2.0-beta.3",
57
+ "@nextui-org/image": "2.1.0-beta.5",
58
+ "@nextui-org/modal": "2.1.0-beta.2",
59
+ "@nextui-org/navbar": "2.1.0-beta.2",
60
+ "@nextui-org/table": "2.1.0-beta.2",
61
+ "@nextui-org/spacer": "2.1.0-beta.2",
62
+ "@nextui-org/divider": "2.1.0-beta.2",
63
+ "@nextui-org/kbd": "2.1.0-beta.2",
64
+ "@nextui-org/tabs": "2.1.0-beta.2",
65
+ "@nextui-org/skeleton": "2.1.0-beta.2",
66
+ "@nextui-org/scroll-shadow": "2.2.0-beta.2",
67
+ "@nextui-org/select": "2.3.0-beta.4",
68
+ "@nextui-org/listbox": "2.2.0-beta.2",
69
+ "@nextui-org/menu": "2.1.0-beta.2",
70
+ "@nextui-org/ripple": "2.1.0-beta.2",
71
+ "@nextui-org/slider": "2.3.0-beta.2",
72
+ "@nextui-org/breadcrumbs": "2.1.0-beta.2",
73
+ "@nextui-org/calendar": "2.1.0-beta.2",
74
+ "@nextui-org/date-input": "2.2.0-beta.2",
75
+ "@nextui-org/date-picker": "2.2.0-beta.3",
76
+ "@nextui-org/alert": "2.1.0-beta.2",
77
+ "@nextui-org/framer-utils": "2.0.26-beta.2",
78
+ "@nextui-org/drawer": "2.1.0-beta.2"
79
79
  },
80
80
  "peerDependencies": {
81
- "react": ">=18",
82
- "react-dom": ">=18",
81
+ "react": ">=18 || ^19.0.0-rc.0",
82
+ "react-dom": ">=18 || ^19.0.0-rc.0",
83
83
  "framer-motion": ">=11.5.6"
84
84
  },
85
85
  "clean-package": "../../../clean-package.config.json",