@nextui-org/react 2.6.1 → 2.6.3

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.
@@ -0,0 +1,716 @@
1
+ [
2
+ {
3
+ "name": "accordion",
4
+ "package": "@nextui-org/accordion",
5
+ "version": "2.2.2",
6
+ "docs": "https://nextui.org/docs/components/accordion",
7
+ "description": "Collapse display a list of high-level options that can expand/collapse to reveal more information.",
8
+ "status": "stable",
9
+ "style": "",
10
+ "peerDependencies": {
11
+ "react": ">=18 || >=19.0.0-rc.0",
12
+ "react-dom": ">=18 || >=19.0.0-rc.0",
13
+ "framer-motion": ">=11.5.6 || >=12.0.0-alpha.1",
14
+ "@nextui-org/theme": ">=2.3.0",
15
+ "@nextui-org/system": ">=2.3.0",
16
+ "tailwindcss": ">=3.4.0"
17
+ }
18
+ },
19
+ {
20
+ "name": "alert",
21
+ "package": "@nextui-org/alert",
22
+ "version": "2.2.2",
23
+ "docs": "https://nextui.org/docs/components/alert",
24
+ "description": "Alerts are temporary notifications that provide concise feedback about an action or event.",
25
+ "status": "new",
26
+ "style": "",
27
+ "peerDependencies": {
28
+ "react": ">=18 || >=19.0.0-rc.0",
29
+ "react-dom": ">=18 || >=19.0.0-rc.0",
30
+ "@nextui-org/theme": ">=2.3.0",
31
+ "@nextui-org/system": ">=2.3.0",
32
+ "tailwindcss": ">=3.4.0"
33
+ }
34
+ },
35
+ {
36
+ "name": "autocomplete",
37
+ "package": "@nextui-org/autocomplete",
38
+ "version": "2.3.2",
39
+ "docs": "https://nextui.org/docs/components/autocomplete",
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
+ "status": "updated",
42
+ "style": "",
43
+ "peerDependencies": {
44
+ "@nextui-org/system": ">=2.3.0",
45
+ "@nextui-org/theme": ">=2.3.0",
46
+ "framer-motion": ">=11.5.6 || >=12.0.0-alpha.1",
47
+ "react": ">=18 || >=19.0.0-rc.0",
48
+ "react-dom": ">=18 || >=19.0.0-rc.0",
49
+ "tailwindcss": ">=3.4.0"
50
+ }
51
+ },
52
+ {
53
+ "name": "avatar",
54
+ "package": "@nextui-org/avatar",
55
+ "version": "2.2.2",
56
+ "docs": "https://nextui.org/docs/components/avatar",
57
+ "description": "The Avatar component is used to represent a user, and displays the profile picture, initials or fallback icon.",
58
+ "status": "stable",
59
+ "style": "",
60
+ "peerDependencies": {
61
+ "react": ">=18 || >=19.0.0-rc.0",
62
+ "react-dom": ">=18 || >=19.0.0-rc.0",
63
+ "@nextui-org/theme": ">=2.3.0",
64
+ "@nextui-org/system": ">=2.3.0",
65
+ "tailwindcss": ">=3.4.0"
66
+ }
67
+ },
68
+ {
69
+ "name": "badge",
70
+ "package": "@nextui-org/badge",
71
+ "version": "2.2.2",
72
+ "docs": "https://nextui.org/docs/components/badge",
73
+ "description": "Badges are used as a small numerical value or status descriptor for UI elements.",
74
+ "status": "stable",
75
+ "style": "",
76
+ "peerDependencies": {
77
+ "react": ">=18 || >=19.0.0-rc.0",
78
+ "react-dom": ">=18 || >=19.0.0-rc.0",
79
+ "@nextui-org/theme": ">=2.3.0",
80
+ "@nextui-org/system": ">=2.3.0",
81
+ "tailwindcss": ">=3.4.0"
82
+ }
83
+ },
84
+ {
85
+ "name": "breadcrumbs",
86
+ "package": "@nextui-org/breadcrumbs",
87
+ "version": "2.2.2",
88
+ "docs": "https://nextui.org/docs/components/breadcrumbs",
89
+ "description": "Breadcrumbs display a hierarchy of links to the current page or resource in an application.",
90
+ "status": "stable",
91
+ "style": "",
92
+ "peerDependencies": {
93
+ "react": ">=18 || >=19.0.0-rc.0",
94
+ "react-dom": ">=18 || >=19.0.0-rc.0",
95
+ "@nextui-org/theme": ">=2.3.0",
96
+ "@nextui-org/system": ">=2.3.0",
97
+ "tailwindcss": ">=3.4.0"
98
+ }
99
+ },
100
+ {
101
+ "name": "button",
102
+ "package": "@nextui-org/button",
103
+ "version": "2.2.2",
104
+ "docs": "https://nextui.org/docs/components/button",
105
+ "description": "Buttons allow users to perform actions and choose with a single tap.",
106
+ "status": "updated",
107
+ "style": "",
108
+ "peerDependencies": {
109
+ "react": ">=18 || >=19.0.0-rc.0",
110
+ "react-dom": ">=18 || >=19.0.0-rc.0",
111
+ "framer-motion": ">=11.5.6 || >=12.0.0-alpha.1",
112
+ "@nextui-org/theme": ">=2.3.0",
113
+ "@nextui-org/system": ">=2.3.0",
114
+ "tailwindcss": ">=3.4.0"
115
+ }
116
+ },
117
+ {
118
+ "name": "calendar",
119
+ "package": "@nextui-org/calendar",
120
+ "version": "2.2.2",
121
+ "docs": "https://nextui.org/docs/components/calendar",
122
+ "description": "A calendar displays one or more date grids and allows users to select a single date.",
123
+ "status": "stable",
124
+ "style": "",
125
+ "peerDependencies": {
126
+ "@nextui-org/system": ">=2.3.0",
127
+ "@nextui-org/theme": ">=2.3.0",
128
+ "framer-motion": ">=11.5.6 || >=12.0.0-alpha.1",
129
+ "react": ">=18 || >=19.0.0-rc.0",
130
+ "react-dom": ">=18 || >=19.0.0-rc.0",
131
+ "tailwindcss": ">=3.4.0"
132
+ }
133
+ },
134
+ {
135
+ "name": "card",
136
+ "package": "@nextui-org/card",
137
+ "version": "2.2.2",
138
+ "docs": "https://nextui.org/docs/components/card",
139
+ "description": "Card is a container for text, photos, and actions in the context of a single subject.",
140
+ "status": "stable",
141
+ "style": "",
142
+ "peerDependencies": {
143
+ "react": ">=18 || >=19.0.0-rc.0",
144
+ "react-dom": ">=18 || >=19.0.0-rc.0",
145
+ "framer-motion": ">=11.5.6 || >=12.0.0-alpha.1",
146
+ "@nextui-org/theme": ">=2.3.0",
147
+ "@nextui-org/system": ">=2.3.0",
148
+ "tailwindcss": ">=3.4.0"
149
+ }
150
+ },
151
+ {
152
+ "name": "checkbox",
153
+ "package": "@nextui-org/checkbox",
154
+ "version": "2.3.2",
155
+ "docs": "https://nextui.org/docs/components/checkbox",
156
+ "description": "Checkboxes allow users to select multiple items from a list of individual items, or to mark one individual item as selected.",
157
+ "status": "updated",
158
+ "style": "",
159
+ "peerDependencies": {
160
+ "@nextui-org/system": ">=2.3.0",
161
+ "@nextui-org/theme": ">=2.3.0",
162
+ "react": ">=18 || >=19.0.0-rc.0",
163
+ "react-dom": ">=18 || >=19.0.0-rc.0",
164
+ "tailwindcss": ">=3.4.0"
165
+ }
166
+ },
167
+ {
168
+ "name": "chip",
169
+ "package": "@nextui-org/chip",
170
+ "version": "2.2.2",
171
+ "docs": "https://nextui.org/docs/components/chip",
172
+ "description": "Chips help people enter information, make selections, filter content, or trigger actions.",
173
+ "status": "stable",
174
+ "style": "",
175
+ "peerDependencies": {
176
+ "react": ">=18 || >=19.0.0-rc.0",
177
+ "react-dom": ">=18 || >=19.0.0-rc.0",
178
+ "@nextui-org/theme": ">=2.3.0",
179
+ "@nextui-org/system": ">=2.3.0",
180
+ "tailwindcss": ">=3.4.0"
181
+ }
182
+ },
183
+ {
184
+ "name": "code",
185
+ "package": "@nextui-org/code",
186
+ "version": "2.2.2",
187
+ "docs": "https://nextui.org/docs/components/code",
188
+ "description": "Code is a component used to display inline code.",
189
+ "status": "stable",
190
+ "style": "",
191
+ "peerDependencies": {
192
+ "react": ">=18 || >=19.0.0-rc.0",
193
+ "react-dom": ">=18 || >=19.0.0-rc.0",
194
+ "@nextui-org/theme": ">=2.3.0",
195
+ "tailwindcss": ">=3.4.0"
196
+ }
197
+ },
198
+ {
199
+ "name": "date-input",
200
+ "package": "@nextui-org/date-input",
201
+ "version": "2.3.2",
202
+ "docs": "https://nextui.org/docs/components/date-input",
203
+ "description": "A date input allows users to enter and edit date and time values using a keyboard.",
204
+ "status": "stable",
205
+ "style": "",
206
+ "peerDependencies": {
207
+ "@nextui-org/system": ">=2.3.0",
208
+ "@nextui-org/theme": ">=2.3.0",
209
+ "react": ">=18 || >=19.0.0-rc.0",
210
+ "react-dom": ">=18 || >=19.0.0-rc.0",
211
+ "tailwindcss": ">=3.4.0"
212
+ }
213
+ },
214
+ {
215
+ "name": "date-picker",
216
+ "package": "@nextui-org/date-picker",
217
+ "version": "2.3.2",
218
+ "docs": "https://nextui.org/docs/components/date-picker",
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
+ "status": "stable",
221
+ "style": "",
222
+ "peerDependencies": {
223
+ "@nextui-org/system": ">=2.3.0",
224
+ "@nextui-org/theme": ">=2.3.0",
225
+ "framer-motion": ">=11.5.6 || >=12.0.0-alpha.1",
226
+ "react": ">=18 || >=19.0.0-rc.0",
227
+ "react-dom": ">=18 || >=19.0.0-rc.0",
228
+ "tailwindcss": ">=3.4.0"
229
+ }
230
+ },
231
+ {
232
+ "name": "divider",
233
+ "package": "@nextui-org/divider",
234
+ "version": "2.2.2",
235
+ "docs": "https://nextui.org/docs/components/divider",
236
+ "description": ". A separator is a visual divider between two groups of content",
237
+ "status": "stable",
238
+ "style": "",
239
+ "peerDependencies": {
240
+ "react": ">=18 || >=19.0.0-rc.0",
241
+ "react-dom": ">=18 || >=19.0.0-rc.0",
242
+ "@nextui-org/theme": ">=2.3.0",
243
+ "tailwindcss": ">=3.4.0"
244
+ }
245
+ },
246
+ {
247
+ "name": "drawer",
248
+ "package": "@nextui-org/drawer",
249
+ "version": "2.2.2",
250
+ "docs": "https://nextui.org/docs/components/drawer",
251
+ "description": "Used to render a content that slides in from the side of the screen.",
252
+ "status": "new",
253
+ "style": "",
254
+ "peerDependencies": {
255
+ "react": ">=18 || >=19.0.0-rc.0",
256
+ "react-dom": ">=18 || >=19.0.0-rc.0",
257
+ "@nextui-org/theme": ">=2.3.0",
258
+ "@nextui-org/system": ">=2.3.0",
259
+ "tailwindcss": ">=3.4.0"
260
+ }
261
+ },
262
+ {
263
+ "name": "dropdown",
264
+ "package": "@nextui-org/dropdown",
265
+ "version": "2.3.2",
266
+ "docs": "https://nextui.org/docs/components/dropdown",
267
+ "description": "A dropdown displays a list of actions or options that a user can choose.",
268
+ "status": "stable",
269
+ "style": "",
270
+ "peerDependencies": {
271
+ "@nextui-org/system": ">=2.3.0",
272
+ "@nextui-org/theme": ">=2.3.0",
273
+ "framer-motion": ">=11.5.6 || >=12.0.0-alpha.1",
274
+ "react": ">=18 || >=19.0.0-rc.0",
275
+ "react-dom": ">=18 || >=19.0.0-rc.0",
276
+ "tailwindcss": ">=3.4.0"
277
+ }
278
+ },
279
+ {
280
+ "name": "form",
281
+ "package": "@nextui-org/form",
282
+ "version": "2.1.2",
283
+ "docs": "https://nextui.org/docs/components/form",
284
+ "description": "A form is a group of inputs that allows users submit data to a server and supports field validation errors.",
285
+ "status": "new",
286
+ "style": "",
287
+ "peerDependencies": {
288
+ "@nextui-org/system": ">=2.3.0",
289
+ "@nextui-org/theme": ">=2.3.0",
290
+ "react": ">=18",
291
+ "react-dom": ">=18",
292
+ "tailwindcss": ">=3.4.0"
293
+ }
294
+ },
295
+ {
296
+ "name": "image",
297
+ "package": "@nextui-org/image",
298
+ "version": "2.2.2",
299
+ "docs": "https://nextui.org/docs/components/image",
300
+ "description": "A simple image component",
301
+ "status": "stable",
302
+ "style": "",
303
+ "peerDependencies": {
304
+ "react": ">=18 || >=19.0.0-rc.0",
305
+ "react-dom": ">=18 || >=19.0.0-rc.0",
306
+ "@nextui-org/theme": ">=2.3.0",
307
+ "@nextui-org/system": ">=2.3.0",
308
+ "tailwindcss": ">=3.4.0"
309
+ }
310
+ },
311
+ {
312
+ "name": "input",
313
+ "package": "@nextui-org/input",
314
+ "version": "2.4.2",
315
+ "docs": "https://nextui.org/docs/components/input",
316
+ "description": "The input component is designed for capturing user input within a text field.",
317
+ "status": "updated",
318
+ "style": "",
319
+ "peerDependencies": {
320
+ "react": ">=18 || >=19.0.0-rc.0",
321
+ "react-dom": ">=18 || >=19.0.0-rc.0",
322
+ "@nextui-org/theme": ">=2.3.0",
323
+ "@nextui-org/system": ">=2.3.0",
324
+ "tailwindcss": ">=3.4.0"
325
+ }
326
+ },
327
+ {
328
+ "name": "input-otp",
329
+ "package": "@nextui-org/input-otp",
330
+ "version": "2.1.2",
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",
339
+ "@nextui-org/system": ">=2.3.0",
340
+ "tailwindcss": ">=3.4.0"
341
+ }
342
+ },
343
+ {
344
+ "name": "kbd",
345
+ "package": "@nextui-org/kbd",
346
+ "version": "2.2.2",
347
+ "docs": "https://nextui.org/docs/components/kbd",
348
+ "description": "The keyboard key components indicates which key or set of keys used to execute a specificv action",
349
+ "status": "stable",
350
+ "style": "",
351
+ "peerDependencies": {
352
+ "react": ">=18 || >=19.0.0-rc.0",
353
+ "react-dom": ">=18 || >=19.0.0-rc.0",
354
+ "@nextui-org/theme": ">=2.3.0",
355
+ "tailwindcss": ">=3.4.0"
356
+ }
357
+ },
358
+ {
359
+ "name": "link",
360
+ "package": "@nextui-org/link",
361
+ "version": "2.2.2",
362
+ "docs": "https://nextui.org/docs/components/link",
363
+ "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>",
364
+ "status": "stable",
365
+ "style": "",
366
+ "peerDependencies": {
367
+ "react": ">=18 || >=19.0.0-rc.0",
368
+ "react-dom": ">=18 || >=19.0.0-rc.0",
369
+ "@nextui-org/theme": ">=2.3.0",
370
+ "@nextui-org/system": ">=2.3.0",
371
+ "tailwindcss": ">=3.4.0"
372
+ }
373
+ },
374
+ {
375
+ "name": "listbox",
376
+ "package": "@nextui-org/listbox",
377
+ "version": "2.3.2",
378
+ "docs": "https://nextui.org/docs/components/listbox",
379
+ "description": "A listbox displays a list of options and allows a user to select one or more of them.",
380
+ "status": "updated",
381
+ "style": "",
382
+ "peerDependencies": {
383
+ "react": ">=18 || >=19.0.0-rc.0",
384
+ "react-dom": ">=18 || >=19.0.0-rc.0",
385
+ "@nextui-org/theme": ">=2.3.0",
386
+ "@nextui-org/system": ">=2.3.0",
387
+ "tailwindcss": ">=3.4.0"
388
+ }
389
+ },
390
+ {
391
+ "name": "menu",
392
+ "package": "@nextui-org/menu",
393
+ "version": "2.2.2",
394
+ "docs": "https://nextui.org/docs/components/menu",
395
+ "description": "A menu displays a list of options and allows a user to select one or more of them.",
396
+ "status": "stable",
397
+ "style": "",
398
+ "peerDependencies": {
399
+ "react": ">=18 || >=19.0.0-rc.0",
400
+ "react-dom": ">=18 || >=19.0.0-rc.0",
401
+ "@nextui-org/theme": ">=2.3.0",
402
+ "@nextui-org/system": ">=2.3.0",
403
+ "tailwindcss": ">=3.4.0"
404
+ }
405
+ },
406
+ {
407
+ "name": "modal",
408
+ "package": "@nextui-org/modal",
409
+ "version": "2.2.2",
410
+ "docs": "https://nextui.org/docs/components/modal",
411
+ "description": "Displays a dialog with a custom content that requires attention or provides additional information.",
412
+ "status": "updated",
413
+ "style": "",
414
+ "peerDependencies": {
415
+ "react": ">=18 || >=19.0.0-rc.0",
416
+ "react-dom": ">=18 || >=19.0.0-rc.0",
417
+ "framer-motion": ">=11.5.6 || >=12.0.0-alpha.1",
418
+ "@nextui-org/theme": ">=2.3.0",
419
+ "@nextui-org/system": ">=2.3.0",
420
+ "tailwindcss": ">=3.4.0"
421
+ }
422
+ },
423
+ {
424
+ "name": "navbar",
425
+ "package": "@nextui-org/navbar",
426
+ "version": "2.2.2",
427
+ "docs": "https://nextui.org/docs/components/navbar",
428
+ "description": "A responsive navigation header positioned on top side of your page that includes support for branding, links, navigation, collapse and more.",
429
+ "status": "stable",
430
+ "style": "",
431
+ "peerDependencies": {
432
+ "react": ">=18 || >=19.0.0-rc.0",
433
+ "react-dom": ">=18 || >=19.0.0-rc.0",
434
+ "framer-motion": ">=11.5.6 || >=12.0.0-alpha.1",
435
+ "@nextui-org/theme": ">=2.3.0",
436
+ "@nextui-org/system": ">=2.3.0",
437
+ "tailwindcss": ">=3.4.0"
438
+ }
439
+ },
440
+ {
441
+ "name": "pagination",
442
+ "package": "@nextui-org/pagination",
443
+ "version": "2.2.2",
444
+ "docs": "https://nextui.org/docs/components/pagination",
445
+ "description": "The Pagination component allows you to display active page and navigate between multiple pages.",
446
+ "status": "stable",
447
+ "style": "",
448
+ "peerDependencies": {
449
+ "react": ">=18 || >=19.0.0-rc.0",
450
+ "react-dom": ">=18 || >=19.0.0-rc.0",
451
+ "@nextui-org/theme": ">=2.3.0",
452
+ "@nextui-org/system": ">=2.3.0",
453
+ "tailwindcss": ">=3.4.0"
454
+ }
455
+ },
456
+ {
457
+ "name": "popover",
458
+ "package": "@nextui-org/popover",
459
+ "version": "2.3.2",
460
+ "docs": "https://nextui.org/docs/components/popover",
461
+ "description": "A popover is an overlay element positioned relative to a trigger.",
462
+ "status": "stable",
463
+ "style": "",
464
+ "peerDependencies": {
465
+ "@nextui-org/system": ">=2.3.0",
466
+ "@nextui-org/theme": ">=2.3.0",
467
+ "framer-motion": ">=11.5.6 || >=12.0.0-alpha.1",
468
+ "react": ">=18 || >=19.0.0-rc.0",
469
+ "react-dom": ">=18 || >=19.0.0-rc.0",
470
+ "tailwindcss": ">=3.4.0"
471
+ }
472
+ },
473
+ {
474
+ "name": "progress",
475
+ "package": "@nextui-org/progress",
476
+ "version": "2.2.2",
477
+ "docs": "https://nextui.org/docs/components/progress",
478
+ "description": "Progress bars show either determinate or indeterminate progress of an operation over time.",
479
+ "status": "stable",
480
+ "style": "",
481
+ "peerDependencies": {
482
+ "react": ">=18 || >=19.0.0-rc.0",
483
+ "react-dom": ">=18 || >=19.0.0-rc.0",
484
+ "@nextui-org/theme": ">=2.3.0",
485
+ "@nextui-org/system": ">=2.3.0",
486
+ "tailwindcss": ">=3.4.0"
487
+ }
488
+ },
489
+ {
490
+ "name": "radio",
491
+ "package": "@nextui-org/radio",
492
+ "version": "2.3.2",
493
+ "docs": "https://nextui.org/docs/components/radio",
494
+ "description": "Radios allow users to select a single option from a list of mutually exclusive options.",
495
+ "status": "stable",
496
+ "style": "",
497
+ "peerDependencies": {
498
+ "react": ">=18 || >=19.0.0-rc.0",
499
+ "react-dom": ">=18 || >=19.0.0-rc.0",
500
+ "@nextui-org/theme": ">=2.3.0",
501
+ "@nextui-org/system": ">=2.3.0",
502
+ "tailwindcss": ">=3.4.0"
503
+ }
504
+ },
505
+ {
506
+ "name": "ripple",
507
+ "package": "@nextui-org/ripple",
508
+ "version": "2.2.2",
509
+ "docs": "https://nextui.org/docs/components/ripple",
510
+ "description": "A simple implementation to display a ripple animation when the source component is clicked",
511
+ "status": "stable",
512
+ "style": "",
513
+ "peerDependencies": {
514
+ "react": ">=18 || >=19.0.0-rc.0",
515
+ "react-dom": ">=18 || >=19.0.0-rc.0",
516
+ "framer-motion": ">=11.5.6 || >=12.0.0-alpha.1",
517
+ "@nextui-org/theme": ">=2.3.0",
518
+ "@nextui-org/system": ">=2.3.0",
519
+ "tailwindcss": ">=3.4.0"
520
+ }
521
+ },
522
+ {
523
+ "name": "scroll-shadow",
524
+ "package": "@nextui-org/scroll-shadow",
525
+ "version": "2.3.2",
526
+ "docs": "https://nextui.org/docs/components/scroll-shadow",
527
+ "description": "A component that applies top and bottom shadows when content overflows on scroll.",
528
+ "status": "stable",
529
+ "style": "",
530
+ "peerDependencies": {
531
+ "react": ">=18 || >=19.0.0-rc.0",
532
+ "react-dom": ">=18 || >=19.0.0-rc.0",
533
+ "@nextui-org/theme": ">=2.3.0",
534
+ "@nextui-org/system": ">=2.3.0",
535
+ "tailwindcss": ">=3.4.0"
536
+ }
537
+ },
538
+ {
539
+ "name": "select",
540
+ "package": "@nextui-org/select",
541
+ "version": "2.4.2",
542
+ "docs": "https://nextui.org/docs/components/select",
543
+ "description": "A select displays a collapsible list of options and allows a user to select one of them.",
544
+ "status": "updated",
545
+ "style": "",
546
+ "peerDependencies": {
547
+ "@nextui-org/system": ">=2.3.0",
548
+ "@nextui-org/theme": ">=2.3.0",
549
+ "framer-motion": ">=11.5.6 || >=12.0.0-alpha.1",
550
+ "react": ">=18 || >=19.0.0-rc.0",
551
+ "react-dom": ">=18 || >=19.0.0-rc.0",
552
+ "tailwindcss": ">=3.4.0"
553
+ }
554
+ },
555
+ {
556
+ "name": "skeleton",
557
+ "package": "@nextui-org/skeleton",
558
+ "version": "2.2.2",
559
+ "docs": "https://nextui.org/docs/components/skeleton",
560
+ "description": "Skeleton is used to display the loading state of some component.",
561
+ "status": "stable",
562
+ "style": "",
563
+ "peerDependencies": {
564
+ "react": ">=18 || >=19.0.0-rc.0",
565
+ "react-dom": ">=18 || >=19.0.0-rc.0",
566
+ "@nextui-org/theme": ">=2.3.0",
567
+ "@nextui-org/system": ">=2.3.0",
568
+ "tailwindcss": ">=3.4.0"
569
+ }
570
+ },
571
+ {
572
+ "name": "slider",
573
+ "package": "@nextui-org/slider",
574
+ "version": "2.4.2",
575
+ "docs": "https://nextui.org/docs/components/slider",
576
+ "description": "A slider allows a user to select one or more values within a range.",
577
+ "status": "stable",
578
+ "style": "",
579
+ "peerDependencies": {
580
+ "react": ">=18 || >=19.0.0-rc.0",
581
+ "react-dom": ">=18 || >=19.0.0-rc.0",
582
+ "@nextui-org/theme": ">=2.3.0",
583
+ "@nextui-org/system": ">=2.3.0",
584
+ "tailwindcss": ">=3.4.0"
585
+ }
586
+ },
587
+ {
588
+ "name": "snippet",
589
+ "package": "@nextui-org/snippet",
590
+ "version": "2.2.3",
591
+ "docs": "https://nextui.org/docs/components/snippet",
592
+ "description": "Display a snippet of copyable code for the command line.",
593
+ "status": "stable",
594
+ "style": "",
595
+ "peerDependencies": {
596
+ "react": ">=18 || >=19.0.0-rc.0",
597
+ "react-dom": ">=18 || >=19.0.0-rc.0",
598
+ "framer-motion": ">=11.5.6 || >=12.0.0-alpha.1",
599
+ "@nextui-org/theme": ">=2.3.0",
600
+ "@nextui-org/system": ">=2.3.0",
601
+ "tailwindcss": ">=3.4.0"
602
+ }
603
+ },
604
+ {
605
+ "name": "spacer",
606
+ "package": "@nextui-org/spacer",
607
+ "version": "2.2.2",
608
+ "docs": "https://nextui.org/docs/components/spacer",
609
+ "description": "A flexible spacer component designed to create consistent spacing and maintain alignment in your layout.",
610
+ "status": "stable",
611
+ "style": "",
612
+ "peerDependencies": {
613
+ "react": ">=18 || >=19.0.0-rc.0",
614
+ "react-dom": ">=18 || >=19.0.0-rc.0",
615
+ "@nextui-org/theme": ">=2.3.0",
616
+ "tailwindcss": ">=3.4.0"
617
+ }
618
+ },
619
+ {
620
+ "name": "spinner",
621
+ "package": "@nextui-org/spinner",
622
+ "version": "2.2.2",
623
+ "docs": "https://nextui.org/docs/components/spinner",
624
+ "description": "Loaders express an unspecified wait time or display the length of a process.",
625
+ "status": "stable",
626
+ "style": "",
627
+ "peerDependencies": {
628
+ "react": ">=18 || >=19.0.0-rc.0",
629
+ "react-dom": ">=18 || >=19.0.0-rc.0",
630
+ "@nextui-org/theme": ">=2.3.0",
631
+ "tailwindcss": ">=3.4.0"
632
+ }
633
+ },
634
+ {
635
+ "name": "switch",
636
+ "package": "@nextui-org/switch",
637
+ "version": "2.2.2",
638
+ "docs": "https://nextui.org/docs/components/switch",
639
+ "description": "A switch is similar to a checkbox, but represents on/off values as opposed to selection.",
640
+ "status": "updated",
641
+ "style": "toggle",
642
+ "peerDependencies": {
643
+ "react": ">=18 || >=19.0.0-rc.0",
644
+ "react-dom": ">=18 || >=19.0.0-rc.0",
645
+ "@nextui-org/theme": ">=2.3.0",
646
+ "@nextui-org/system": ">=2.3.0",
647
+ "tailwindcss": ">=3.4.0"
648
+ }
649
+ },
650
+ {
651
+ "name": "table",
652
+ "package": "@nextui-org/table",
653
+ "version": "2.2.2",
654
+ "docs": "https://nextui.org/docs/components/table",
655
+ "description": "Tables are used to display tabular data using rows and columns. ",
656
+ "status": "stable",
657
+ "style": "",
658
+ "peerDependencies": {
659
+ "react": ">=18 || >=19.0.0-rc.0",
660
+ "react-dom": ">=18 || >=19.0.0-rc.0",
661
+ "@nextui-org/theme": ">=2.3.0",
662
+ "@nextui-org/system": ">=2.3.0",
663
+ "tailwindcss": ">=3.4.0"
664
+ }
665
+ },
666
+ {
667
+ "name": "tabs",
668
+ "package": "@nextui-org/tabs",
669
+ "version": "2.2.2",
670
+ "docs": "https://nextui.org/docs/components/tabs",
671
+ "description": "Tabs organize content into multiple sections and allow users to navigate between them.",
672
+ "status": "stable",
673
+ "style": "",
674
+ "peerDependencies": {
675
+ "react": ">=18 || >=19.0.0-rc.0",
676
+ "react-dom": ">=18 || >=19.0.0-rc.0",
677
+ "framer-motion": ">=11.5.6 || >=12.0.0-alpha.1",
678
+ "@nextui-org/theme": ">=2.3.0",
679
+ "@nextui-org/system": ">=2.3.0",
680
+ "tailwindcss": ">=3.4.0"
681
+ }
682
+ },
683
+ {
684
+ "name": "tooltip",
685
+ "package": "@nextui-org/tooltip",
686
+ "version": "2.2.2",
687
+ "docs": "https://nextui.org/docs/components/tooltip",
688
+ "description": "A React Component for rendering dynamically positioned Tooltips",
689
+ "status": "stable",
690
+ "style": "popover",
691
+ "peerDependencies": {
692
+ "react": ">=18 || >=19.0.0-rc.0",
693
+ "react-dom": ">=18 || >=19.0.0-rc.0",
694
+ "framer-motion": ">=11.5.6 || >=12.0.0-alpha.1",
695
+ "@nextui-org/theme": ">=2.3.0",
696
+ "@nextui-org/system": ">=2.3.0",
697
+ "tailwindcss": ">=3.4.0"
698
+ }
699
+ },
700
+ {
701
+ "name": "user",
702
+ "package": "@nextui-org/user",
703
+ "version": "2.2.2",
704
+ "docs": "https://nextui.org/docs/components/user",
705
+ "description": "Flexible User Profile Component.",
706
+ "status": "stable",
707
+ "style": "",
708
+ "peerDependencies": {
709
+ "react": ">=18 || >=19.0.0-rc.0",
710
+ "react-dom": ">=18 || >=19.0.0-rc.0",
711
+ "@nextui-org/theme": ">=2.3.0",
712
+ "@nextui-org/system": ">=2.3.0",
713
+ "tailwindcss": ">=3.4.0"
714
+ }
715
+ }
716
+ ]
@@ -0,0 +1,48 @@
1
+ export * from '@nextui-org/system';
2
+ export * from '@nextui-org/theme';
3
+ export * from '@nextui-org/accordion';
4
+ export * from '@nextui-org/avatar';
5
+ export * from '@nextui-org/badge';
6
+ export * from '@nextui-org/button';
7
+ export * from '@nextui-org/card';
8
+ export * from '@nextui-org/chip';
9
+ export * from '@nextui-org/checkbox';
10
+ export * from '@nextui-org/code';
11
+ export * from '@nextui-org/link';
12
+ export * from '@nextui-org/pagination';
13
+ export * from '@nextui-org/radio';
14
+ export * from '@nextui-org/snippet';
15
+ export * from '@nextui-org/spinner';
16
+ export * from '@nextui-org/switch';
17
+ export * from '@nextui-org/tooltip';
18
+ export * from '@nextui-org/user';
19
+ export * from '@nextui-org/progress';
20
+ export * from '@nextui-org/input';
21
+ export * from '@nextui-org/popover';
22
+ export * from '@nextui-org/dropdown';
23
+ export * from '@nextui-org/image';
24
+ export * from '@nextui-org/modal';
25
+ export * from '@nextui-org/navbar';
26
+ export * from '@nextui-org/table';
27
+ export * from '@nextui-org/spacer';
28
+ export * from '@nextui-org/divider';
29
+ export * from '@nextui-org/kbd';
30
+ export * from '@nextui-org/tabs';
31
+ export * from '@nextui-org/skeleton';
32
+ export * from '@nextui-org/scroll-shadow';
33
+ export * from '@nextui-org/select';
34
+ export * from '@nextui-org/listbox';
35
+ export * from '@nextui-org/menu';
36
+ export * from '@nextui-org/ripple';
37
+ export * from '@nextui-org/slider';
38
+ export * from '@nextui-org/breadcrumbs';
39
+ export * from '@nextui-org/autocomplete';
40
+ export * from '@nextui-org/calendar';
41
+ export * from '@nextui-org/date-input';
42
+ export * from '@nextui-org/date-picker';
43
+ export * from '@nextui-org/form';
44
+ export * from '@nextui-org/alert';
45
+ export * from '@nextui-org/drawer';
46
+ export * from '@nextui-org/input-otp';
47
+ export { VisuallyHidden } from '@react-aria/visually-hidden';
48
+ export { ResizablePanel } from '@nextui-org/framer-utils';
package/dist/index.js ADDED
@@ -0,0 +1,80 @@
1
+ "use strict";
2
+ var __defProp = Object.defineProperty;
3
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
+ var __getOwnPropNames = Object.getOwnPropertyNames;
5
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
6
+ var __export = (target, all) => {
7
+ for (var name in all)
8
+ __defProp(target, name, { get: all[name], enumerable: true });
9
+ };
10
+ var __copyProps = (to, from, except, desc) => {
11
+ if (from && typeof from === "object" || typeof from === "function") {
12
+ for (let key of __getOwnPropNames(from))
13
+ if (!__hasOwnProp.call(to, key) && key !== except)
14
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
15
+ }
16
+ return to;
17
+ };
18
+ var __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default"));
19
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
20
+
21
+ // src/index.ts
22
+ var src_exports = {};
23
+ __export(src_exports, {
24
+ ResizablePanel: () => import_framer_utils.ResizablePanel,
25
+ VisuallyHidden: () => import_visually_hidden.VisuallyHidden
26
+ });
27
+ module.exports = __toCommonJS(src_exports);
28
+ __reExport(src_exports, require("@nextui-org/system"), module.exports);
29
+ __reExport(src_exports, require("@nextui-org/theme"), module.exports);
30
+ __reExport(src_exports, require("@nextui-org/accordion"), module.exports);
31
+ __reExport(src_exports, require("@nextui-org/avatar"), module.exports);
32
+ __reExport(src_exports, require("@nextui-org/badge"), module.exports);
33
+ __reExport(src_exports, require("@nextui-org/button"), module.exports);
34
+ __reExport(src_exports, require("@nextui-org/card"), module.exports);
35
+ __reExport(src_exports, require("@nextui-org/chip"), module.exports);
36
+ __reExport(src_exports, require("@nextui-org/checkbox"), module.exports);
37
+ __reExport(src_exports, require("@nextui-org/code"), module.exports);
38
+ __reExport(src_exports, require("@nextui-org/link"), module.exports);
39
+ __reExport(src_exports, require("@nextui-org/pagination"), module.exports);
40
+ __reExport(src_exports, require("@nextui-org/radio"), module.exports);
41
+ __reExport(src_exports, require("@nextui-org/snippet"), module.exports);
42
+ __reExport(src_exports, require("@nextui-org/spinner"), module.exports);
43
+ __reExport(src_exports, require("@nextui-org/switch"), module.exports);
44
+ __reExport(src_exports, require("@nextui-org/tooltip"), module.exports);
45
+ __reExport(src_exports, require("@nextui-org/user"), module.exports);
46
+ __reExport(src_exports, require("@nextui-org/progress"), module.exports);
47
+ __reExport(src_exports, require("@nextui-org/input"), module.exports);
48
+ __reExport(src_exports, require("@nextui-org/popover"), module.exports);
49
+ __reExport(src_exports, require("@nextui-org/dropdown"), module.exports);
50
+ __reExport(src_exports, require("@nextui-org/image"), module.exports);
51
+ __reExport(src_exports, require("@nextui-org/modal"), module.exports);
52
+ __reExport(src_exports, require("@nextui-org/navbar"), module.exports);
53
+ __reExport(src_exports, require("@nextui-org/table"), module.exports);
54
+ __reExport(src_exports, require("@nextui-org/spacer"), module.exports);
55
+ __reExport(src_exports, require("@nextui-org/divider"), module.exports);
56
+ __reExport(src_exports, require("@nextui-org/kbd"), module.exports);
57
+ __reExport(src_exports, require("@nextui-org/tabs"), module.exports);
58
+ __reExport(src_exports, require("@nextui-org/skeleton"), module.exports);
59
+ __reExport(src_exports, require("@nextui-org/scroll-shadow"), module.exports);
60
+ __reExport(src_exports, require("@nextui-org/select"), module.exports);
61
+ __reExport(src_exports, require("@nextui-org/listbox"), module.exports);
62
+ __reExport(src_exports, require("@nextui-org/menu"), module.exports);
63
+ __reExport(src_exports, require("@nextui-org/ripple"), module.exports);
64
+ __reExport(src_exports, require("@nextui-org/slider"), module.exports);
65
+ __reExport(src_exports, require("@nextui-org/breadcrumbs"), module.exports);
66
+ __reExport(src_exports, require("@nextui-org/autocomplete"), module.exports);
67
+ __reExport(src_exports, require("@nextui-org/calendar"), module.exports);
68
+ __reExport(src_exports, require("@nextui-org/date-input"), module.exports);
69
+ __reExport(src_exports, require("@nextui-org/date-picker"), module.exports);
70
+ __reExport(src_exports, require("@nextui-org/form"), module.exports);
71
+ __reExport(src_exports, require("@nextui-org/alert"), module.exports);
72
+ __reExport(src_exports, require("@nextui-org/drawer"), module.exports);
73
+ __reExport(src_exports, require("@nextui-org/input-otp"), module.exports);
74
+ var import_visually_hidden = require("@react-aria/visually-hidden");
75
+ var import_framer_utils = require("@nextui-org/framer-utils");
76
+ // Annotate the CommonJS export names for ESM import in node:
77
+ 0 && (module.exports = {
78
+ ResizablePanel,
79
+ VisuallyHidden
80
+ });
package/dist/index.mjs ADDED
@@ -0,0 +1,53 @@
1
+ // src/index.ts
2
+ export * from "@nextui-org/system";
3
+ export * from "@nextui-org/theme";
4
+ export * from "@nextui-org/accordion";
5
+ export * from "@nextui-org/avatar";
6
+ export * from "@nextui-org/badge";
7
+ export * from "@nextui-org/button";
8
+ export * from "@nextui-org/card";
9
+ export * from "@nextui-org/chip";
10
+ export * from "@nextui-org/checkbox";
11
+ export * from "@nextui-org/code";
12
+ export * from "@nextui-org/link";
13
+ export * from "@nextui-org/pagination";
14
+ export * from "@nextui-org/radio";
15
+ export * from "@nextui-org/snippet";
16
+ export * from "@nextui-org/spinner";
17
+ export * from "@nextui-org/switch";
18
+ export * from "@nextui-org/tooltip";
19
+ export * from "@nextui-org/user";
20
+ export * from "@nextui-org/progress";
21
+ export * from "@nextui-org/input";
22
+ export * from "@nextui-org/popover";
23
+ export * from "@nextui-org/dropdown";
24
+ export * from "@nextui-org/image";
25
+ export * from "@nextui-org/modal";
26
+ export * from "@nextui-org/navbar";
27
+ export * from "@nextui-org/table";
28
+ export * from "@nextui-org/spacer";
29
+ export * from "@nextui-org/divider";
30
+ export * from "@nextui-org/kbd";
31
+ export * from "@nextui-org/tabs";
32
+ export * from "@nextui-org/skeleton";
33
+ export * from "@nextui-org/scroll-shadow";
34
+ export * from "@nextui-org/select";
35
+ export * from "@nextui-org/listbox";
36
+ export * from "@nextui-org/menu";
37
+ export * from "@nextui-org/ripple";
38
+ export * from "@nextui-org/slider";
39
+ export * from "@nextui-org/breadcrumbs";
40
+ export * from "@nextui-org/autocomplete";
41
+ export * from "@nextui-org/calendar";
42
+ export * from "@nextui-org/date-input";
43
+ export * from "@nextui-org/date-picker";
44
+ export * from "@nextui-org/form";
45
+ export * from "@nextui-org/alert";
46
+ export * from "@nextui-org/drawer";
47
+ export * from "@nextui-org/input-otp";
48
+ import { VisuallyHidden } from "@react-aria/visually-hidden";
49
+ import { ResizablePanel } from "@nextui-org/framer-utils";
50
+ export {
51
+ ResizablePanel,
52
+ VisuallyHidden
53
+ };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nextui-org/react",
3
- "version": "2.6.1",
3
+ "version": "2.6.3",
4
4
  "description": "🚀 Beautiful and modern React UI library.",
5
5
  "author": "Junior Garcia <jrgarciadev@gmail.com>",
6
6
  "homepage": "https://nextui.org",
@@ -31,53 +31,53 @@
31
31
  },
32
32
  "dependencies": {
33
33
  "@react-aria/visually-hidden": "3.8.17",
34
- "@nextui-org/system": "2.4.0",
35
- "@nextui-org/accordion": "2.2.0",
36
- "@nextui-org/theme": "2.4.0",
37
- "@nextui-org/autocomplete": "2.3.0",
38
- "@nextui-org/avatar": "2.2.0",
39
- "@nextui-org/button": "2.2.0",
40
- "@nextui-org/badge": "2.2.0",
41
- "@nextui-org/card": "2.2.0",
42
- "@nextui-org/chip": "2.2.0",
43
- "@nextui-org/checkbox": "2.3.0",
44
- "@nextui-org/code": "2.2.0",
45
- "@nextui-org/link": "2.2.0",
46
- "@nextui-org/pagination": "2.2.0",
47
- "@nextui-org/radio": "2.3.0",
48
- "@nextui-org/snippet": "2.2.1",
49
- "@nextui-org/spinner": "2.2.0",
50
- "@nextui-org/switch": "2.2.0",
51
- "@nextui-org/tooltip": "2.2.0",
52
- "@nextui-org/user": "2.2.0",
53
- "@nextui-org/progress": "2.2.0",
54
- "@nextui-org/input": "2.4.0",
55
- "@nextui-org/input-otp": "2.1.0",
56
- "@nextui-org/popover": "2.3.0",
57
- "@nextui-org/image": "2.2.0",
58
- "@nextui-org/dropdown": "2.3.0",
59
- "@nextui-org/modal": "2.2.0",
60
- "@nextui-org/navbar": "2.2.0",
61
- "@nextui-org/table": "2.2.0",
62
- "@nextui-org/spacer": "2.2.0",
63
- "@nextui-org/divider": "2.2.0",
64
- "@nextui-org/kbd": "2.2.0",
65
- "@nextui-org/tabs": "2.2.0",
66
- "@nextui-org/skeleton": "2.2.0",
67
- "@nextui-org/scroll-shadow": "2.3.0",
68
- "@nextui-org/select": "2.4.0",
69
- "@nextui-org/listbox": "2.3.0",
70
- "@nextui-org/menu": "2.2.0",
71
- "@nextui-org/ripple": "2.2.0",
72
- "@nextui-org/slider": "2.4.0",
73
- "@nextui-org/calendar": "2.2.0",
74
- "@nextui-org/date-input": "2.3.0",
75
- "@nextui-org/breadcrumbs": "2.2.0",
76
- "@nextui-org/date-picker": "2.3.0",
77
- "@nextui-org/framer-utils": "2.1.0",
78
- "@nextui-org/drawer": "2.2.0",
79
- "@nextui-org/form": "2.1.0",
80
- "@nextui-org/alert": "2.2.0"
34
+ "@nextui-org/system": "2.4.2",
35
+ "@nextui-org/theme": "2.4.1",
36
+ "@nextui-org/accordion": "2.2.2",
37
+ "@nextui-org/autocomplete": "2.3.2",
38
+ "@nextui-org/avatar": "2.2.2",
39
+ "@nextui-org/button": "2.2.2",
40
+ "@nextui-org/badge": "2.2.2",
41
+ "@nextui-org/card": "2.2.2",
42
+ "@nextui-org/chip": "2.2.2",
43
+ "@nextui-org/checkbox": "2.3.2",
44
+ "@nextui-org/code": "2.2.2",
45
+ "@nextui-org/link": "2.2.2",
46
+ "@nextui-org/pagination": "2.2.2",
47
+ "@nextui-org/radio": "2.3.2",
48
+ "@nextui-org/snippet": "2.2.3",
49
+ "@nextui-org/tooltip": "2.2.2",
50
+ "@nextui-org/switch": "2.2.2",
51
+ "@nextui-org/user": "2.2.2",
52
+ "@nextui-org/spinner": "2.2.2",
53
+ "@nextui-org/progress": "2.2.2",
54
+ "@nextui-org/input": "2.4.2",
55
+ "@nextui-org/input-otp": "2.1.2",
56
+ "@nextui-org/popover": "2.3.2",
57
+ "@nextui-org/dropdown": "2.3.2",
58
+ "@nextui-org/image": "2.2.2",
59
+ "@nextui-org/modal": "2.2.2",
60
+ "@nextui-org/navbar": "2.2.2",
61
+ "@nextui-org/table": "2.2.2",
62
+ "@nextui-org/spacer": "2.2.2",
63
+ "@nextui-org/divider": "2.2.2",
64
+ "@nextui-org/kbd": "2.2.2",
65
+ "@nextui-org/tabs": "2.2.2",
66
+ "@nextui-org/skeleton": "2.2.2",
67
+ "@nextui-org/scroll-shadow": "2.3.2",
68
+ "@nextui-org/select": "2.4.2",
69
+ "@nextui-org/listbox": "2.3.2",
70
+ "@nextui-org/ripple": "2.2.2",
71
+ "@nextui-org/slider": "2.4.2",
72
+ "@nextui-org/menu": "2.2.2",
73
+ "@nextui-org/breadcrumbs": "2.2.2",
74
+ "@nextui-org/calendar": "2.2.2",
75
+ "@nextui-org/date-input": "2.3.2",
76
+ "@nextui-org/date-picker": "2.3.2",
77
+ "@nextui-org/framer-utils": "2.1.2",
78
+ "@nextui-org/drawer": "2.2.2",
79
+ "@nextui-org/form": "2.1.2",
80
+ "@nextui-org/alert": "2.2.2"
81
81
  },
82
82
  "peerDependencies": {
83
83
  "react": ">=18 || >=19.0.0-rc.0",