@nextui-org/react 2.3.6 → 2.4.1

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.
package/README.md CHANGED
@@ -36,7 +36,18 @@ Visit <a aria-label="nextui learn" href="https://nextui.org/learn">https://nextu
36
36
 
37
37
  Visit [https://nextui.org/docs](https://nextui.org/docs) to view the full documentation.
38
38
 
39
- ### Community
39
+ ## Storybook
40
+
41
+ Visit [https://storybook.nextui.org](https://storybook.nextui.org/) to view the storybook for all components.
42
+
43
+ ## Canary Release
44
+
45
+ Canary versions are available after every merge into `canary` branch. You can install the packages with the tag `canary` in npm to use the latest changes before the next production release.
46
+
47
+ - [Documentation](https://canary.nextui.org/docs)
48
+ - [Storybook](https://canary-storybook.nextui.org)
49
+
50
+ ## Community
40
51
 
41
52
  We're excited to see the community adopt NextUI, raise issues, and provide feedback.
42
53
  Whether it's a feature request, bug report, or a project to showcase, please get involved!
@@ -2,7 +2,7 @@
2
2
  {
3
3
  "name": "accordion",
4
4
  "package": "@nextui-org/accordion",
5
- "version": "2.0.32",
5
+ "version": "2.0.34",
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",
12
12
  "react-dom": ">=18",
13
- "framer-motion": ">=4.0.0",
13
+ "framer-motion": ">=10.17.0",
14
14
  "@nextui-org/theme": ">=2.1.0",
15
15
  "@nextui-org/system": ">=2.0.0",
16
16
  "tailwindcss": ">=3.4.0"
@@ -19,7 +19,7 @@
19
19
  {
20
20
  "name": "autocomplete",
21
21
  "package": "@nextui-org/autocomplete",
22
- "version": "2.0.16",
22
+ "version": "2.1.1",
23
23
  "docs": "https://nextui.org/docs/components/autocomplete",
24
24
  "description": "An autocomplete combines a text input with a listbox, allowing users to filter a list of options to items matching a query.",
25
25
  "status": "stable",
@@ -27,7 +27,7 @@
27
27
  "peerDependencies": {
28
28
  "react": ">=18",
29
29
  "react-dom": ">=18",
30
- "framer-motion": ">=4.0.0",
30
+ "framer-motion": ">=10.17.0",
31
31
  "@nextui-org/theme": ">=2.1.0",
32
32
  "@nextui-org/system": ">=2.0.0",
33
33
  "tailwindcss": ">=3.4.0"
@@ -36,7 +36,7 @@
36
36
  {
37
37
  "name": "avatar",
38
38
  "package": "@nextui-org/avatar",
39
- "version": "2.0.27",
39
+ "version": "2.0.29",
40
40
  "docs": "https://nextui.org/docs/components/avatar",
41
41
  "description": "The Avatar component is used to represent a user, and displays the profile picture, initials or fallback icon.",
42
42
  "status": "stable",
@@ -52,22 +52,23 @@
52
52
  {
53
53
  "name": "badge",
54
54
  "package": "@nextui-org/badge",
55
- "version": "2.0.27",
55
+ "version": "2.0.28",
56
56
  "docs": "https://nextui.org/docs/components/badge",
57
57
  "description": "Badges are used as a small numerical value or status descriptor for UI elements.",
58
- "status": "stable",
58
+ "status": "updated",
59
59
  "style": "",
60
60
  "peerDependencies": {
61
61
  "react": ">=18",
62
62
  "react-dom": ">=18",
63
63
  "@nextui-org/theme": ">=2.1.0",
64
+ "@nextui-org/system": ">=2.0.0",
64
65
  "tailwindcss": ">=3.4.0"
65
66
  }
66
67
  },
67
68
  {
68
69
  "name": "breadcrumbs",
69
70
  "package": "@nextui-org/breadcrumbs",
70
- "version": "2.0.7",
71
+ "version": "2.0.9",
71
72
  "docs": "https://nextui.org/docs/components/breadcrumbs",
72
73
  "description": "Breadcrumbs display a hierarchy of links to the current page or resource in an application.",
73
74
  "status": "stable",
@@ -83,7 +84,7 @@
83
84
  {
84
85
  "name": "button",
85
86
  "package": "@nextui-org/button",
86
- "version": "2.0.31",
87
+ "version": "2.0.33",
87
88
  "docs": "https://nextui.org/docs/components/button",
88
89
  "description": "Buttons allow users to perform actions and choose with a single tap.",
89
90
  "status": "stable",
@@ -91,7 +92,7 @@
91
92
  "peerDependencies": {
92
93
  "react": ">=18",
93
94
  "react-dom": ">=18",
94
- "framer-motion": ">=4.0.0",
95
+ "framer-motion": ">=10.17.0",
95
96
  "@nextui-org/theme": ">=2.1.0",
96
97
  "@nextui-org/system": ">=2.0.0",
97
98
  "tailwindcss": ">=3.4.0"
@@ -100,14 +101,14 @@
100
101
  {
101
102
  "name": "calendar",
102
103
  "package": "@nextui-org/calendar",
103
- "version": "2.0.4",
104
+ "version": "2.0.6",
104
105
  "docs": "https://nextui.org/docs/components/calendar",
105
106
  "description": "A calendar displays one or more date grids and allows users to select a single date.",
106
107
  "status": "new",
107
108
  "style": "",
108
109
  "peerDependencies": {
109
- "@nextui-org/system": ">=2.0.0",
110
- "@nextui-org/theme": ">=2.0.0",
110
+ "@nextui-org/system": ">=2.1.0",
111
+ "@nextui-org/theme": ">=2.2.0",
111
112
  "react": ">=18",
112
113
  "react-dom": ">=18",
113
114
  "tailwindcss": ">=3.4.0"
@@ -116,7 +117,7 @@
116
117
  {
117
118
  "name": "card",
118
119
  "package": "@nextui-org/card",
119
- "version": "2.0.28",
120
+ "version": "2.0.30",
120
121
  "docs": "https://nextui.org/docs/components/card",
121
122
  "description": "Card is a container for text, photos, and actions in the context of a single subject.",
122
123
  "status": "stable",
@@ -124,7 +125,7 @@
124
125
  "peerDependencies": {
125
126
  "react": ">=18",
126
127
  "react-dom": ">=18",
127
- "framer-motion": ">=4.0.0",
128
+ "framer-motion": ">=10.17.0",
128
129
  "@nextui-org/theme": ">=2.1.0",
129
130
  "@nextui-org/system": ">=2.0.0",
130
131
  "tailwindcss": ">=3.4.0"
@@ -133,7 +134,7 @@
133
134
  {
134
135
  "name": "checkbox",
135
136
  "package": "@nextui-org/checkbox",
136
- "version": "2.0.29",
137
+ "version": "2.1.1",
137
138
  "docs": "https://nextui.org/docs/components/checkbox",
138
139
  "description": "Checkboxes allow users to select multiple items from a list of individual items, or to mark one individual item as selected.",
139
140
  "status": "stable",
@@ -149,7 +150,7 @@
149
150
  {
150
151
  "name": "chip",
151
152
  "package": "@nextui-org/chip",
152
- "version": "2.0.28",
153
+ "version": "2.0.29",
153
154
  "docs": "https://nextui.org/docs/components/chip",
154
155
  "description": "Chips help people enter information, make selections, filter content, or trigger actions.",
155
156
  "status": "stable",
@@ -165,7 +166,7 @@
165
166
  {
166
167
  "name": "code",
167
168
  "package": "@nextui-org/code",
168
- "version": "2.0.27",
169
+ "version": "2.0.28",
169
170
  "docs": "https://nextui.org/docs/components/code",
170
171
  "description": "Code is a component used to display inline code.",
171
172
  "status": "stable",
@@ -180,14 +181,14 @@
180
181
  {
181
182
  "name": "date-input",
182
183
  "package": "@nextui-org/date-input",
183
- "version": "2.0.3",
184
+ "version": "2.1.0",
184
185
  "docs": "https://nextui.org/docs/components/date-input",
185
186
  "description": "A date input allows users to enter and edit date and time values using a keyboard.",
186
187
  "status": "new",
187
188
  "style": "",
188
189
  "peerDependencies": {
189
- "@nextui-org/system": ">=2.0.0",
190
- "@nextui-org/theme": ">=2.0.0",
190
+ "@nextui-org/system": ">=2.1.0",
191
+ "@nextui-org/theme": ">=2.2.0",
191
192
  "react": ">=18",
192
193
  "react-dom": ">=18",
193
194
  "tailwindcss": ">=3.4.0"
@@ -196,14 +197,14 @@
196
197
  {
197
198
  "name": "date-picker",
198
199
  "package": "@nextui-org/date-picker",
199
- "version": "2.0.7",
200
+ "version": "2.1.1",
200
201
  "docs": "https://nextui.org/docs/components/date-picker",
201
202
  "description": "A date picker combines a DateInput and a Calendar popover to allow users to enter or select a date and time value.",
202
203
  "status": "new",
203
204
  "style": "",
204
205
  "peerDependencies": {
205
- "@nextui-org/system": ">=2.0.0",
206
- "@nextui-org/theme": ">=2.0.0",
206
+ "@nextui-org/system": ">=2.1.0",
207
+ "@nextui-org/theme": ">=2.2.0",
207
208
  "react": ">=18",
208
209
  "react-dom": ">=18",
209
210
  "tailwindcss": ">=3.4.0"
@@ -212,7 +213,7 @@
212
213
  {
213
214
  "name": "divider",
214
215
  "package": "@nextui-org/divider",
215
- "version": "2.0.27",
216
+ "version": "2.0.28",
216
217
  "docs": "https://nextui.org/docs/components/divider",
217
218
  "description": ". A separator is a visual divider between two groups of content",
218
219
  "status": "stable",
@@ -227,7 +228,7 @@
227
228
  {
228
229
  "name": "dropdown",
229
230
  "package": "@nextui-org/dropdown",
230
- "version": "2.1.23",
231
+ "version": "2.1.25",
231
232
  "docs": "https://nextui.org/docs/components/dropdown",
232
233
  "description": "A dropdown displays a list of actions or options that a user can choose.",
233
234
  "status": "stable",
@@ -235,7 +236,7 @@
235
236
  "peerDependencies": {
236
237
  "react": ">=18",
237
238
  "react-dom": ">=18",
238
- "framer-motion": ">=4.0.0",
239
+ "framer-motion": ">=10.17.0",
239
240
  "@nextui-org/theme": ">=2.1.0",
240
241
  "@nextui-org/system": ">=2.0.0",
241
242
  "tailwindcss": ">=3.4.0"
@@ -244,7 +245,7 @@
244
245
  {
245
246
  "name": "image",
246
247
  "package": "@nextui-org/image",
247
- "version": "2.0.27",
248
+ "version": "2.0.28",
248
249
  "docs": "https://nextui.org/docs/components/image",
249
250
  "description": "A simple image component",
250
251
  "status": "stable",
@@ -260,7 +261,7 @@
260
261
  {
261
262
  "name": "input",
262
263
  "package": "@nextui-org/input",
263
- "version": "2.1.21",
264
+ "version": "2.2.1",
264
265
  "docs": "https://nextui.org/docs/components/input",
265
266
  "description": "The input component is designed for capturing user input within a text field.",
266
267
  "status": "stable",
@@ -276,7 +277,7 @@
276
277
  {
277
278
  "name": "kbd",
278
279
  "package": "@nextui-org/kbd",
279
- "version": "2.0.28",
280
+ "version": "2.0.29",
280
281
  "docs": "https://nextui.org/docs/components/kbd",
281
282
  "description": "The keyboard key components indicates which key or set of keys used to execute a specificv action",
282
283
  "status": "stable",
@@ -291,7 +292,7 @@
291
292
  {
292
293
  "name": "link",
293
294
  "package": "@nextui-org/link",
294
- "version": "2.0.29",
295
+ "version": "2.0.31",
295
296
  "docs": "https://nextui.org/docs/components/link",
296
297
  "description": "Links allow users to click their way from page to page. This component is styled to resemble a hyperlink and semantically renders an &lt;a&gt;",
297
298
  "status": "stable",
@@ -307,7 +308,7 @@
307
308
  {
308
309
  "name": "listbox",
309
310
  "package": "@nextui-org/listbox",
310
- "version": "2.1.19",
311
+ "version": "2.1.21",
311
312
  "docs": "https://nextui.org/docs/components/listbox",
312
313
  "description": "A listbox displays a list of options and allows a user to select one or more of them.",
313
314
  "status": "stable",
@@ -323,7 +324,7 @@
323
324
  {
324
325
  "name": "menu",
325
326
  "package": "@nextui-org/menu",
326
- "version": "2.0.22",
327
+ "version": "2.0.24",
327
328
  "docs": "https://nextui.org/docs/components/menu",
328
329
  "description": "A menu displays a list of options and allows a user to select one or more of them.",
329
330
  "status": "stable",
@@ -339,7 +340,7 @@
339
340
  {
340
341
  "name": "modal",
341
342
  "package": "@nextui-org/modal",
342
- "version": "2.0.33",
343
+ "version": "2.0.35",
343
344
  "docs": "https://nextui.org/docs/components/modal",
344
345
  "description": "Displays a dialog with a custom content that requires attention or provides additional information.",
345
346
  "status": "stable",
@@ -347,7 +348,7 @@
347
348
  "peerDependencies": {
348
349
  "react": ">=18",
349
350
  "react-dom": ">=18",
350
- "framer-motion": ">=4.0.0",
351
+ "framer-motion": ">=10.17.0",
351
352
  "@nextui-org/theme": ">=2.1.0",
352
353
  "@nextui-org/system": ">=2.0.0",
353
354
  "tailwindcss": ">=3.4.0"
@@ -356,7 +357,7 @@
356
357
  {
357
358
  "name": "navbar",
358
359
  "package": "@nextui-org/navbar",
359
- "version": "2.0.30",
360
+ "version": "2.0.32",
360
361
  "docs": "https://nextui.org/docs/components/navbar",
361
362
  "description": "A responsive navigation header positioned on top side of your page that includes support for branding, links, navigation, collapse and more.",
362
363
  "status": "stable",
@@ -364,7 +365,7 @@
364
365
  "peerDependencies": {
365
366
  "react": ">=18",
366
367
  "react-dom": ">=18",
367
- "framer-motion": ">=4.0.0",
368
+ "framer-motion": ">=10.17.0",
368
369
  "@nextui-org/theme": ">=2.1.0",
369
370
  "@nextui-org/system": ">=2.0.0",
370
371
  "tailwindcss": ">=3.4.0"
@@ -373,7 +374,7 @@
373
374
  {
374
375
  "name": "pagination",
375
376
  "package": "@nextui-org/pagination",
376
- "version": "2.0.30",
377
+ "version": "2.0.32",
377
378
  "docs": "https://nextui.org/docs/components/pagination",
378
379
  "description": "The Pagination component allows you to display active page and navigate between multiple pages.",
379
380
  "status": "stable",
@@ -389,7 +390,7 @@
389
390
  {
390
391
  "name": "popover",
391
392
  "package": "@nextui-org/popover",
392
- "version": "2.1.21",
393
+ "version": "2.1.23",
393
394
  "docs": "https://nextui.org/docs/components/popover",
394
395
  "description": "A popover is an overlay element positioned relative to a trigger.",
395
396
  "status": "stable",
@@ -397,7 +398,7 @@
397
398
  "peerDependencies": {
398
399
  "react": ">=18",
399
400
  "react-dom": ">=18",
400
- "framer-motion": ">=4.0.0",
401
+ "framer-motion": ">=10.17.0",
401
402
  "@nextui-org/theme": ">=2.1.0",
402
403
  "@nextui-org/system": ">=2.0.0",
403
404
  "tailwindcss": ">=3.4.0"
@@ -406,7 +407,7 @@
406
407
  {
407
408
  "name": "progress",
408
409
  "package": "@nextui-org/progress",
409
- "version": "2.0.28",
410
+ "version": "2.0.30",
410
411
  "docs": "https://nextui.org/docs/components/progress",
411
412
  "description": "Progress bars show either determinate or indeterminate progress of an operation over time.",
412
413
  "status": "stable",
@@ -422,7 +423,7 @@
422
423
  {
423
424
  "name": "radio",
424
425
  "package": "@nextui-org/radio",
425
- "version": "2.0.28",
426
+ "version": "2.1.1",
426
427
  "docs": "https://nextui.org/docs/components/radio",
427
428
  "description": "Radios allow users to select a single option from a list of mutually exclusive options.",
428
429
  "status": "stable",
@@ -438,7 +439,7 @@
438
439
  {
439
440
  "name": "ripple",
440
441
  "package": "@nextui-org/ripple",
441
- "version": "2.0.28",
442
+ "version": "2.0.29",
442
443
  "docs": "https://nextui.org/docs/components/ripple",
443
444
  "description": "A simple implementation to display a ripple animation when the source component is clicked",
444
445
  "status": "stable",
@@ -446,7 +447,7 @@
446
447
  "peerDependencies": {
447
448
  "react": ">=18",
448
449
  "react-dom": ">=18",
449
- "framer-motion": ">=4.0.0",
450
+ "framer-motion": ">=10.17.0",
450
451
  "@nextui-org/theme": ">=2.1.0",
451
452
  "@nextui-org/system": ">=2.0.0",
452
453
  "tailwindcss": ">=3.4.0"
@@ -471,7 +472,7 @@
471
472
  {
472
473
  "name": "select",
473
474
  "package": "@nextui-org/select",
474
- "version": "2.1.27",
475
+ "version": "2.2.1",
475
476
  "docs": "https://nextui.org/docs/components/select",
476
477
  "description": "A select displays a collapsible list of options and allows a user to select one of them.",
477
478
  "status": "stable",
@@ -479,7 +480,7 @@
479
480
  "peerDependencies": {
480
481
  "react": ">=18",
481
482
  "react-dom": ">=18",
482
- "framer-motion": ">=4.0.0",
483
+ "framer-motion": ">=10.17.0",
483
484
  "@nextui-org/theme": ">=2.1.0",
484
485
  "@nextui-org/system": ">=2.0.0",
485
486
  "tailwindcss": ">=3.4.0"
@@ -488,22 +489,23 @@
488
489
  {
489
490
  "name": "skeleton",
490
491
  "package": "@nextui-org/skeleton",
491
- "version": "2.0.27",
492
+ "version": "2.0.28",
492
493
  "docs": "https://nextui.org/docs/components/skeleton",
493
494
  "description": "Skeleton is used to display the loading state of some component.",
494
- "status": "stable",
495
+ "status": "updated",
495
496
  "style": "",
496
497
  "peerDependencies": {
497
498
  "react": ">=18",
498
499
  "react-dom": ">=18",
499
500
  "@nextui-org/theme": ">=2.1.0",
501
+ "@nextui-org/system": ">=2.0.0",
500
502
  "tailwindcss": ">=3.4.0"
501
503
  }
502
504
  },
503
505
  {
504
506
  "name": "slider",
505
507
  "package": "@nextui-org/slider",
506
- "version": "2.2.9",
508
+ "version": "2.2.11",
507
509
  "docs": "https://nextui.org/docs/components/slider",
508
510
  "description": "A slider allows a user to select one or more values within a range.",
509
511
  "status": "stable",
@@ -519,7 +521,7 @@
519
521
  {
520
522
  "name": "snippet",
521
523
  "package": "@nextui-org/snippet",
522
- "version": "2.0.35",
524
+ "version": "2.0.37",
523
525
  "docs": "https://nextui.org/docs/components/snippet",
524
526
  "description": "Display a snippet of copyable code for the command line.",
525
527
  "status": "stable",
@@ -527,7 +529,7 @@
527
529
  "peerDependencies": {
528
530
  "react": ">=18",
529
531
  "react-dom": ">=18",
530
- "framer-motion": ">=4.0.0",
532
+ "framer-motion": ">=10.17.0",
531
533
  "@nextui-org/theme": ">=2.1.0",
532
534
  "@nextui-org/system": ">=2.0.0",
533
535
  "tailwindcss": ">=3.4.0"
@@ -536,7 +538,7 @@
536
538
  {
537
539
  "name": "spacer",
538
540
  "package": "@nextui-org/spacer",
539
- "version": "2.0.27",
541
+ "version": "2.0.28",
540
542
  "docs": "https://nextui.org/docs/components/spacer",
541
543
  "description": "A flexible spacer component designed to create consistent spacing and maintain alignment in your layout.",
542
544
  "status": "stable",
@@ -551,7 +553,7 @@
551
553
  {
552
554
  "name": "spinner",
553
555
  "package": "@nextui-org/spinner",
554
- "version": "2.0.28",
556
+ "version": "2.0.29",
555
557
  "docs": "https://nextui.org/docs/components/spinner",
556
558
  "description": "Loaders express an unspecified wait time or display the length of a process.",
557
559
  "status": "stable",
@@ -566,7 +568,7 @@
566
568
  {
567
569
  "name": "switch",
568
570
  "package": "@nextui-org/switch",
569
- "version": "2.0.28",
571
+ "version": "2.0.30",
570
572
  "docs": "https://nextui.org/docs/components/switch",
571
573
  "description": "A switch is similar to a checkbox, but represents on/off values as opposed to selection.",
572
574
  "status": "stable",
@@ -582,7 +584,7 @@
582
584
  {
583
585
  "name": "table",
584
586
  "package": "@nextui-org/table",
585
- "version": "2.0.33",
587
+ "version": "2.0.35",
586
588
  "docs": "https://nextui.org/docs/components/table",
587
589
  "description": "Tables are used to display tabular data using rows and columns. ",
588
590
  "status": "stable",
@@ -598,7 +600,7 @@
598
600
  {
599
601
  "name": "tabs",
600
602
  "package": "@nextui-org/tabs",
601
- "version": "2.0.29",
603
+ "version": "2.0.31",
602
604
  "docs": "https://nextui.org/docs/components/tabs",
603
605
  "description": "Tabs organize content into multiple sections and allow users to navigate between them.",
604
606
  "status": "updated",
@@ -606,7 +608,7 @@
606
608
  "peerDependencies": {
607
609
  "react": ">=18",
608
610
  "react-dom": ">=18",
609
- "framer-motion": ">=4.0.0",
611
+ "framer-motion": ">=10.17.0",
610
612
  "@nextui-org/theme": ">=2.1.0",
611
613
  "@nextui-org/system": ">=2.0.0",
612
614
  "tailwindcss": ">=3.4.0"
@@ -615,7 +617,7 @@
615
617
  {
616
618
  "name": "tooltip",
617
619
  "package": "@nextui-org/tooltip",
618
- "version": "2.0.33",
620
+ "version": "2.0.35",
619
621
  "docs": "https://nextui.org/docs/components/tooltip",
620
622
  "description": "A React Component for rendering dynamically positioned Tooltips",
621
623
  "status": "stable",
@@ -623,7 +625,7 @@
623
625
  "peerDependencies": {
624
626
  "react": ">=18",
625
627
  "react-dom": ">=18",
626
- "framer-motion": ">=4.0.0",
628
+ "framer-motion": ">=10.17.0",
627
629
  "@nextui-org/theme": ">=2.1.0",
628
630
  "@nextui-org/system": ">=2.0.0",
629
631
  "tailwindcss": ">=3.4.0"
@@ -632,7 +634,7 @@
632
634
  {
633
635
  "name": "user",
634
636
  "package": "@nextui-org/user",
635
- "version": "2.0.28",
637
+ "version": "2.0.30",
636
638
  "docs": "https://nextui.org/docs/components/user",
637
639
  "description": "Flexible User Profile Component.",
638
640
  "status": "stable",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nextui-org/react",
3
- "version": "2.3.6",
3
+ "version": "2.4.1",
4
4
  "description": "🚀 Beautiful and modern React UI library.",
5
5
  "author": "Junior Garcia <jrgarciadev@gmail.com>",
6
6
  "homepage": "https://nextui.org",
@@ -30,55 +30,55 @@
30
30
  "url": "https://github.com/nextui-org/nextui/issues"
31
31
  },
32
32
  "dependencies": {
33
- "@react-aria/visually-hidden": "^3.8.10",
34
- "@nextui-org/system": "2.1.2",
35
- "@nextui-org/theme": "2.2.3",
36
- "@nextui-org/accordion": "2.0.32",
37
- "@nextui-org/autocomplete": "2.0.16",
38
- "@nextui-org/avatar": "2.0.27",
39
- "@nextui-org/badge": "2.0.27",
40
- "@nextui-org/button": "2.0.31",
41
- "@nextui-org/card": "2.0.28",
42
- "@nextui-org/chip": "2.0.28",
43
- "@nextui-org/checkbox": "2.0.29",
44
- "@nextui-org/code": "2.0.27",
45
- "@nextui-org/link": "2.0.29",
46
- "@nextui-org/pagination": "2.0.30",
47
- "@nextui-org/radio": "2.0.28",
48
- "@nextui-org/snippet": "2.0.35",
49
- "@nextui-org/spinner": "2.0.28",
50
- "@nextui-org/switch": "2.0.28",
51
- "@nextui-org/tooltip": "2.0.33",
52
- "@nextui-org/user": "2.0.28",
53
- "@nextui-org/progress": "2.0.28",
54
- "@nextui-org/input": "2.1.21",
55
- "@nextui-org/popover": "2.1.21",
56
- "@nextui-org/dropdown": "2.1.23",
57
- "@nextui-org/image": "2.0.27",
58
- "@nextui-org/modal": "2.0.33",
59
- "@nextui-org/navbar": "2.0.30",
60
- "@nextui-org/table": "2.0.33",
61
- "@nextui-org/spacer": "2.0.27",
62
- "@nextui-org/divider": "2.0.27",
63
- "@nextui-org/kbd": "2.0.28",
64
- "@nextui-org/tabs": "2.0.29",
65
- "@nextui-org/skeleton": "2.0.27",
33
+ "@react-aria/visually-hidden": "3.8.10",
34
+ "@nextui-org/system": "2.2.1",
35
+ "@nextui-org/theme": "2.2.5",
36
+ "@nextui-org/accordion": "2.0.34",
37
+ "@nextui-org/autocomplete": "2.1.1",
38
+ "@nextui-org/avatar": "2.0.29",
39
+ "@nextui-org/badge": "2.0.28",
40
+ "@nextui-org/button": "2.0.33",
41
+ "@nextui-org/card": "2.0.30",
42
+ "@nextui-org/chip": "2.0.29",
43
+ "@nextui-org/checkbox": "2.1.1",
44
+ "@nextui-org/code": "2.0.28",
45
+ "@nextui-org/link": "2.0.31",
46
+ "@nextui-org/pagination": "2.0.32",
47
+ "@nextui-org/radio": "2.1.1",
48
+ "@nextui-org/snippet": "2.0.37",
49
+ "@nextui-org/spinner": "2.0.29",
50
+ "@nextui-org/switch": "2.0.30",
51
+ "@nextui-org/tooltip": "2.0.35",
52
+ "@nextui-org/user": "2.0.30",
53
+ "@nextui-org/progress": "2.0.30",
54
+ "@nextui-org/input": "2.2.1",
55
+ "@nextui-org/popover": "2.1.23",
56
+ "@nextui-org/dropdown": "2.1.25",
57
+ "@nextui-org/image": "2.0.28",
58
+ "@nextui-org/modal": "2.0.35",
59
+ "@nextui-org/navbar": "2.0.32",
60
+ "@nextui-org/table": "2.0.35",
61
+ "@nextui-org/spacer": "2.0.28",
62
+ "@nextui-org/divider": "2.0.28",
63
+ "@nextui-org/kbd": "2.0.29",
64
+ "@nextui-org/tabs": "2.0.31",
65
+ "@nextui-org/skeleton": "2.0.28",
66
66
  "@nextui-org/scroll-shadow": "2.1.16",
67
- "@nextui-org/select": "2.1.27",
68
- "@nextui-org/listbox": "2.1.19",
69
- "@nextui-org/menu": "2.0.22",
70
- "@nextui-org/ripple": "2.0.28",
71
- "@nextui-org/slider": "2.2.9",
72
- "@nextui-org/breadcrumbs": "2.0.7",
73
- "@nextui-org/calendar": "2.0.4",
74
- "@nextui-org/date-input": "2.0.3",
75
- "@nextui-org/date-picker": "2.0.7",
76
- "@nextui-org/framer-utils": "2.0.18"
67
+ "@nextui-org/select": "2.2.1",
68
+ "@nextui-org/listbox": "2.1.21",
69
+ "@nextui-org/menu": "2.0.24",
70
+ "@nextui-org/ripple": "2.0.29",
71
+ "@nextui-org/slider": "2.2.11",
72
+ "@nextui-org/breadcrumbs": "2.0.9",
73
+ "@nextui-org/calendar": "2.0.6",
74
+ "@nextui-org/date-input": "2.1.0",
75
+ "@nextui-org/date-picker": "2.1.1",
76
+ "@nextui-org/framer-utils": "2.0.20"
77
77
  },
78
78
  "peerDependencies": {
79
79
  "react": ">=18",
80
80
  "react-dom": ">=18",
81
- "framer-motion": ">=4.0.0"
81
+ "framer-motion": ">=10.17.0"
82
82
  },
83
83
  "clean-package": "../../../clean-package.config.json",
84
84
  "module": "dist/index.mjs",