@nextui-org/react 0.0.0-dev-v2-20240416003301 → 0.0.0-dev-v2-20240416154249

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2,7 +2,7 @@
2
2
  {
3
3
  "name": "accordion",
4
4
  "package": "@nextui-org/accordion",
5
- "version": "2.0.28",
5
+ "version": "2.0.29",
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",
@@ -19,10 +19,10 @@
19
19
  {
20
20
  "name": "autocomplete",
21
21
  "package": "@nextui-org/autocomplete",
22
- "version": "2.0.10",
22
+ "version": "2.0.11",
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
- "status": "new",
25
+ "status": "stable",
26
26
  "style": "",
27
27
  "peerDependencies": {
28
28
  "react": ">=18",
@@ -36,7 +36,7 @@
36
36
  {
37
37
  "name": "avatar",
38
38
  "package": "@nextui-org/avatar",
39
- "version": "2.0.24",
39
+ "version": "2.0.25",
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,7 +52,7 @@
52
52
  {
53
53
  "name": "badge",
54
54
  "package": "@nextui-org/badge",
55
- "version": "2.0.24",
55
+ "version": "2.0.25",
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
58
  "status": "stable",
@@ -67,10 +67,10 @@
67
67
  {
68
68
  "name": "breadcrumbs",
69
69
  "package": "@nextui-org/breadcrumbs",
70
- "version": "2.0.4",
70
+ "version": "2.0.5",
71
71
  "docs": "https://nextui.org/docs/components/breadcrumbs",
72
72
  "description": "Breadcrumbs display a hierarchy of links to the current page or resource in an application.",
73
- "status": "new",
73
+ "status": "stable",
74
74
  "style": "",
75
75
  "peerDependencies": {
76
76
  "react": ">=18",
@@ -83,7 +83,7 @@
83
83
  {
84
84
  "name": "button",
85
85
  "package": "@nextui-org/button",
86
- "version": "2.0.27",
86
+ "version": "2.0.28",
87
87
  "docs": "https://nextui.org/docs/components/button",
88
88
  "description": "Buttons allow users to perform actions and choose with a single tap.",
89
89
  "status": "stable",
@@ -97,10 +97,26 @@
97
97
  "tailwindcss": ">=3.4.0"
98
98
  }
99
99
  },
100
+ {
101
+ "name": "calendar",
102
+ "package": "@nextui-org/calendar",
103
+ "version": "2.0.1",
104
+ "docs": "https://nextui.org/docs/components/calendar",
105
+ "description": "A calendar displays one or more date grids and allows users to select a single date.",
106
+ "status": "new",
107
+ "style": "",
108
+ "peerDependencies": {
109
+ "@nextui-org/system": ">=2.0.0",
110
+ "@nextui-org/theme": ">=2.0.0",
111
+ "react": ">=18",
112
+ "react-dom": ">=18",
113
+ "tailwindcss": ">=3.4.0"
114
+ }
115
+ },
100
116
  {
101
117
  "name": "card",
102
118
  "package": "@nextui-org/card",
103
- "version": "2.0.24",
119
+ "version": "2.0.25",
104
120
  "docs": "https://nextui.org/docs/components/card",
105
121
  "description": "Card is a container for text, photos, and actions in the context of a single subject.",
106
122
  "status": "stable",
@@ -117,7 +133,7 @@
117
133
  {
118
134
  "name": "checkbox",
119
135
  "package": "@nextui-org/checkbox",
120
- "version": "2.0.25",
136
+ "version": "2.0.26",
121
137
  "docs": "https://nextui.org/docs/components/checkbox",
122
138
  "description": "Checkboxes allow users to select multiple items from a list of individual items, or to mark one individual item as selected.",
123
139
  "status": "stable",
@@ -133,7 +149,7 @@
133
149
  {
134
150
  "name": "chip",
135
151
  "package": "@nextui-org/chip",
136
- "version": "2.0.25",
152
+ "version": "2.0.26",
137
153
  "docs": "https://nextui.org/docs/components/chip",
138
154
  "description": "Chips help people enter information, make selections, filter content, or trigger actions.",
139
155
  "status": "stable",
@@ -149,7 +165,7 @@
149
165
  {
150
166
  "name": "code",
151
167
  "package": "@nextui-org/code",
152
- "version": "2.0.24",
168
+ "version": "2.0.25",
153
169
  "docs": "https://nextui.org/docs/components/code",
154
170
  "description": "Code is a component used to display inline code.",
155
171
  "status": "stable",
@@ -161,10 +177,42 @@
161
177
  "tailwindcss": ">=3.4.0"
162
178
  }
163
179
  },
180
+ {
181
+ "name": "date-input",
182
+ "package": "@nextui-org/date-input",
183
+ "version": "2.0.1",
184
+ "docs": "https://nextui.org/docs/components/date-input",
185
+ "description": "A date input allows users to enter and edit date and time values using a keyboard.",
186
+ "status": "new",
187
+ "style": "",
188
+ "peerDependencies": {
189
+ "@nextui-org/system": ">=2.0.0",
190
+ "@nextui-org/theme": ">=2.0.0",
191
+ "react": ">=18",
192
+ "react-dom": ">=18",
193
+ "tailwindcss": ">=3.4.0"
194
+ }
195
+ },
196
+ {
197
+ "name": "date-picker",
198
+ "package": "@nextui-org/date-picker",
199
+ "version": "2.0.1",
200
+ "docs": "https://nextui.org/docs/components/date-picker",
201
+ "description": "A date picker combines a DateInput and a Calendar popover to allow users to enter or select a date and time value.",
202
+ "status": "new",
203
+ "style": "",
204
+ "peerDependencies": {
205
+ "@nextui-org/system": ">=2.0.0",
206
+ "@nextui-org/theme": ">=2.0.0",
207
+ "react": ">=18",
208
+ "react-dom": ">=18",
209
+ "tailwindcss": ">=3.4.0"
210
+ }
211
+ },
164
212
  {
165
213
  "name": "divider",
166
214
  "package": "@nextui-org/divider",
167
- "version": "2.0.25",
215
+ "version": "2.0.26",
168
216
  "docs": "https://nextui.org/docs/components/divider",
169
217
  "description": ". A separator is a visual divider between two groups of content",
170
218
  "status": "stable",
@@ -179,10 +227,10 @@
179
227
  {
180
228
  "name": "dropdown",
181
229
  "package": "@nextui-org/dropdown",
182
- "version": "2.1.17",
230
+ "version": "2.1.18",
183
231
  "docs": "https://nextui.org/docs/components/dropdown",
184
232
  "description": "A dropdown displays a list of actions or options that a user can choose.",
185
- "status": "updated",
233
+ "status": "stable",
186
234
  "style": "",
187
235
  "peerDependencies": {
188
236
  "react": ">=18",
@@ -196,7 +244,7 @@
196
244
  {
197
245
  "name": "image",
198
246
  "package": "@nextui-org/image",
199
- "version": "2.0.24",
247
+ "version": "2.0.25",
200
248
  "docs": "https://nextui.org/docs/components/image",
201
249
  "description": "A simple image component",
202
250
  "status": "stable",
@@ -212,7 +260,7 @@
212
260
  {
213
261
  "name": "input",
214
262
  "package": "@nextui-org/input",
215
- "version": "2.1.17",
263
+ "version": "2.1.18",
216
264
  "docs": "https://nextui.org/docs/components/input",
217
265
  "description": "The input component is designed for capturing user input within a text field.",
218
266
  "status": "stable",
@@ -228,7 +276,7 @@
228
276
  {
229
277
  "name": "kbd",
230
278
  "package": "@nextui-org/kbd",
231
- "version": "2.0.25",
279
+ "version": "2.0.26",
232
280
  "docs": "https://nextui.org/docs/components/kbd",
233
281
  "description": "The keyboard key components indicates which key or set of keys used to execute a specificv action",
234
282
  "status": "stable",
@@ -243,10 +291,10 @@
243
291
  {
244
292
  "name": "link",
245
293
  "package": "@nextui-org/link",
246
- "version": "2.0.26",
294
+ "version": "2.0.27",
247
295
  "docs": "https://nextui.org/docs/components/link",
248
296
  "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>",
249
- "status": "updated",
297
+ "status": "stable",
250
298
  "style": "",
251
299
  "peerDependencies": {
252
300
  "react": ">=18",
@@ -259,10 +307,10 @@
259
307
  {
260
308
  "name": "listbox",
261
309
  "package": "@nextui-org/listbox",
262
- "version": "2.1.16",
310
+ "version": "2.1.17",
263
311
  "docs": "https://nextui.org/docs/components/listbox",
264
312
  "description": "A listbox displays a list of options and allows a user to select one or more of them.",
265
- "status": "updated",
313
+ "status": "stable",
266
314
  "style": "",
267
315
  "peerDependencies": {
268
316
  "react": ">=18",
@@ -275,7 +323,7 @@
275
323
  {
276
324
  "name": "menu",
277
325
  "package": "@nextui-org/menu",
278
- "version": "2.0.17",
326
+ "version": "2.0.18",
279
327
  "docs": "https://nextui.org/docs/components/menu",
280
328
  "description": "A menu displays a list of options and allows a user to select one or more of them.",
281
329
  "status": "stable",
@@ -291,7 +339,7 @@
291
339
  {
292
340
  "name": "modal",
293
341
  "package": "@nextui-org/modal",
294
- "version": "2.0.29",
342
+ "version": "2.0.30",
295
343
  "docs": "https://nextui.org/docs/components/modal",
296
344
  "description": "Displays a dialog with a custom content that requires attention or provides additional information.",
297
345
  "status": "stable",
@@ -308,7 +356,7 @@
308
356
  {
309
357
  "name": "navbar",
310
358
  "package": "@nextui-org/navbar",
311
- "version": "2.0.27",
359
+ "version": "2.0.28",
312
360
  "docs": "https://nextui.org/docs/components/navbar",
313
361
  "description": "A responsive navigation header positioned on top side of your page that includes support for branding, links, navigation, collapse and more.",
314
362
  "status": "stable",
@@ -325,7 +373,7 @@
325
373
  {
326
374
  "name": "pagination",
327
375
  "package": "@nextui-org/pagination",
328
- "version": "2.0.27",
376
+ "version": "2.0.28",
329
377
  "docs": "https://nextui.org/docs/components/pagination",
330
378
  "description": "The Pagination component allows you to display active page and navigate between multiple pages.",
331
379
  "status": "stable",
@@ -341,7 +389,7 @@
341
389
  {
342
390
  "name": "popover",
343
391
  "package": "@nextui-org/popover",
344
- "version": "2.1.15",
392
+ "version": "2.1.16",
345
393
  "docs": "https://nextui.org/docs/components/popover",
346
394
  "description": "A popover is an overlay element positioned relative to a trigger.",
347
395
  "status": "stable",
@@ -358,7 +406,7 @@
358
406
  {
359
407
  "name": "progress",
360
408
  "package": "@nextui-org/progress",
361
- "version": "2.0.25",
409
+ "version": "2.0.26",
362
410
  "docs": "https://nextui.org/docs/components/progress",
363
411
  "description": "Progress bars show either determinate or indeterminate progress of an operation over time.",
364
412
  "status": "stable",
@@ -374,7 +422,7 @@
374
422
  {
375
423
  "name": "radio",
376
424
  "package": "@nextui-org/radio",
377
- "version": "2.0.25",
425
+ "version": "2.0.26",
378
426
  "docs": "https://nextui.org/docs/components/radio",
379
427
  "description": "Radios allow users to select a single option from a list of mutually exclusive options.",
380
428
  "status": "stable",
@@ -390,7 +438,7 @@
390
438
  {
391
439
  "name": "ripple",
392
440
  "package": "@nextui-org/ripple",
393
- "version": "2.0.24",
441
+ "version": "2.0.25",
394
442
  "docs": "https://nextui.org/docs/components/ripple",
395
443
  "description": "A simple implementation to display a ripple animation when the source component is clicked",
396
444
  "status": "stable",
@@ -407,7 +455,7 @@
407
455
  {
408
456
  "name": "scroll-shadow",
409
457
  "package": "@nextui-org/scroll-shadow",
410
- "version": "2.1.13",
458
+ "version": "2.1.14",
411
459
  "docs": "https://nextui.org/docs/components/scroll-shadow",
412
460
  "description": "A component that applies top and bottom shadows when content overflows on scroll.",
413
461
  "status": "stable",
@@ -423,7 +471,7 @@
423
471
  {
424
472
  "name": "select",
425
473
  "package": "@nextui-org/select",
426
- "version": "2.1.21",
474
+ "version": "2.1.22",
427
475
  "docs": "https://nextui.org/docs/components/select",
428
476
  "description": "A select displays a collapsible list of options and allows a user to select one of them.",
429
477
  "status": "stable",
@@ -440,7 +488,7 @@
440
488
  {
441
489
  "name": "skeleton",
442
490
  "package": "@nextui-org/skeleton",
443
- "version": "2.0.24",
491
+ "version": "2.0.25",
444
492
  "docs": "https://nextui.org/docs/components/skeleton",
445
493
  "description": "Skeleton is used to display the loading state of some component.",
446
494
  "status": "stable",
@@ -455,10 +503,10 @@
455
503
  {
456
504
  "name": "slider",
457
505
  "package": "@nextui-org/slider",
458
- "version": "2.2.6",
506
+ "version": "2.2.7",
459
507
  "docs": "https://nextui.org/docs/components/slider",
460
508
  "description": "A slider allows a user to select one or more values within a range.",
461
- "status": "new",
509
+ "status": "stable",
462
510
  "style": "",
463
511
  "peerDependencies": {
464
512
  "react": ">=18",
@@ -471,7 +519,7 @@
471
519
  {
472
520
  "name": "snippet",
473
521
  "package": "@nextui-org/snippet",
474
- "version": "2.0.31",
522
+ "version": "2.0.32",
475
523
  "docs": "https://nextui.org/docs/components/snippet",
476
524
  "description": "Display a snippet of copyable code for the command line.",
477
525
  "status": "stable",
@@ -488,7 +536,7 @@
488
536
  {
489
537
  "name": "spacer",
490
538
  "package": "@nextui-org/spacer",
491
- "version": "2.0.24",
539
+ "version": "2.0.25",
492
540
  "docs": "https://nextui.org/docs/components/spacer",
493
541
  "description": "A flexible spacer component designed to create consistent spacing and maintain alignment in your layout.",
494
542
  "status": "stable",
@@ -503,7 +551,7 @@
503
551
  {
504
552
  "name": "spinner",
505
553
  "package": "@nextui-org/spinner",
506
- "version": "2.0.25",
554
+ "version": "2.0.26",
507
555
  "docs": "https://nextui.org/docs/components/spinner",
508
556
  "description": "Loaders express an unspecified wait time or display the length of a process.",
509
557
  "status": "stable",
@@ -518,7 +566,7 @@
518
566
  {
519
567
  "name": "switch",
520
568
  "package": "@nextui-org/switch",
521
- "version": "2.0.25",
569
+ "version": "2.0.26",
522
570
  "docs": "https://nextui.org/docs/components/switch",
523
571
  "description": "A switch is similar to a checkbox, but represents on/off values as opposed to selection.",
524
572
  "status": "stable",
@@ -534,7 +582,7 @@
534
582
  {
535
583
  "name": "table",
536
584
  "package": "@nextui-org/table",
537
- "version": "2.0.28",
585
+ "version": "2.0.29",
538
586
  "docs": "https://nextui.org/docs/components/table",
539
587
  "description": "Tables are used to display tabular data using rows and columns. ",
540
588
  "status": "stable",
@@ -550,7 +598,7 @@
550
598
  {
551
599
  "name": "tabs",
552
600
  "package": "@nextui-org/tabs",
553
- "version": "2.0.26",
601
+ "version": "2.0.27",
554
602
  "docs": "https://nextui.org/docs/components/tabs",
555
603
  "description": "Tabs organize content into multiple sections and allow users to navigate between them.",
556
604
  "status": "updated",
@@ -567,7 +615,7 @@
567
615
  {
568
616
  "name": "tooltip",
569
617
  "package": "@nextui-org/tooltip",
570
- "version": "2.0.30",
618
+ "version": "2.0.31",
571
619
  "docs": "https://nextui.org/docs/components/tooltip",
572
620
  "description": "A React Component for rendering dynamically positioned Tooltips",
573
621
  "status": "stable",
@@ -584,7 +632,7 @@
584
632
  {
585
633
  "name": "user",
586
634
  "package": "@nextui-org/user",
587
- "version": "2.0.25",
635
+ "version": "2.0.26",
588
636
  "docs": "https://nextui.org/docs/components/user",
589
637
  "description": "Flexible User Profile Component.",
590
638
  "status": "stable",
package/dist/index.d.ts CHANGED
@@ -37,4 +37,8 @@ export * from '@nextui-org/ripple';
37
37
  export * from '@nextui-org/slider';
38
38
  export * from '@nextui-org/breadcrumbs';
39
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';
40
43
  export { VisuallyHidden } from '@react-aria/visually-hidden';
44
+ export { ResizablePanel } from '@nextui-org/framer-utils';
package/dist/index.js CHANGED
@@ -21,6 +21,7 @@ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: tru
21
21
  // src/index.ts
22
22
  var src_exports = {};
23
23
  __export(src_exports, {
24
+ ResizablePanel: () => import_framer_utils.ResizablePanel,
24
25
  VisuallyHidden: () => import_visually_hidden.VisuallyHidden
25
26
  });
26
27
  module.exports = __toCommonJS(src_exports);
@@ -63,8 +64,13 @@ __reExport(src_exports, require("@nextui-org/ripple"), module.exports);
63
64
  __reExport(src_exports, require("@nextui-org/slider"), module.exports);
64
65
  __reExport(src_exports, require("@nextui-org/breadcrumbs"), module.exports);
65
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);
66
70
  var import_visually_hidden = require("@react-aria/visually-hidden");
71
+ var import_framer_utils = require("@nextui-org/framer-utils");
67
72
  // Annotate the CommonJS export names for ESM import in node:
68
73
  0 && (module.exports = {
74
+ ResizablePanel,
69
75
  VisuallyHidden
70
76
  });
package/dist/index.mjs CHANGED
@@ -38,7 +38,12 @@ export * from "@nextui-org/ripple";
38
38
  export * from "@nextui-org/slider";
39
39
  export * from "@nextui-org/breadcrumbs";
40
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";
41
44
  import { VisuallyHidden } from "@react-aria/visually-hidden";
45
+ import { ResizablePanel } from "@nextui-org/framer-utils";
42
46
  export {
47
+ ResizablePanel,
43
48
  VisuallyHidden
44
49
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nextui-org/react",
3
- "version": "0.0.0-dev-v2-20240416003301",
3
+ "version": "0.0.0-dev-v2-20240416154249",
4
4
  "description": "🚀 Beautiful and modern React UI library.",
5
5
  "author": "Junior Garcia <jrgarciadev@gmail.com>",
6
6
  "homepage": "https://nextui.org",
@@ -30,46 +30,50 @@
30
30
  "url": "https://github.com/nextui-org/nextui/issues"
31
31
  },
32
32
  "dependencies": {
33
- "@react-aria/visually-hidden": "^3.8.6",
34
- "@nextui-org/system": "0.0.0-dev-v2-20240416003301",
35
- "@nextui-org/theme": "0.0.0-dev-v2-20240416003301",
36
- "@nextui-org/accordion": "0.0.0-dev-v2-20240416003301",
37
- "@nextui-org/autocomplete": "0.0.0-dev-v2-20240416003301",
38
- "@nextui-org/avatar": "0.0.0-dev-v2-20240416003301",
39
- "@nextui-org/badge": "0.0.0-dev-v2-20240416003301",
40
- "@nextui-org/button": "0.0.0-dev-v2-20240416003301",
41
- "@nextui-org/card": "0.0.0-dev-v2-20240416003301",
42
- "@nextui-org/chip": "0.0.0-dev-v2-20240416003301",
43
- "@nextui-org/checkbox": "0.0.0-dev-v2-20240416003301",
44
- "@nextui-org/code": "0.0.0-dev-v2-20240416003301",
45
- "@nextui-org/link": "0.0.0-dev-v2-20240416003301",
46
- "@nextui-org/pagination": "0.0.0-dev-v2-20240416003301",
47
- "@nextui-org/radio": "0.0.0-dev-v2-20240416003301",
48
- "@nextui-org/snippet": "0.0.0-dev-v2-20240416003301",
49
- "@nextui-org/spinner": "0.0.0-dev-v2-20240416003301",
50
- "@nextui-org/switch": "0.0.0-dev-v2-20240416003301",
51
- "@nextui-org/tooltip": "0.0.0-dev-v2-20240416003301",
52
- "@nextui-org/user": "0.0.0-dev-v2-20240416003301",
53
- "@nextui-org/progress": "0.0.0-dev-v2-20240416003301",
54
- "@nextui-org/input": "0.0.0-dev-v2-20240416003301",
55
- "@nextui-org/popover": "0.0.0-dev-v2-20240416003301",
56
- "@nextui-org/dropdown": "0.0.0-dev-v2-20240416003301",
57
- "@nextui-org/image": "0.0.0-dev-v2-20240416003301",
58
- "@nextui-org/modal": "0.0.0-dev-v2-20240416003301",
59
- "@nextui-org/navbar": "0.0.0-dev-v2-20240416003301",
60
- "@nextui-org/table": "0.0.0-dev-v2-20240416003301",
61
- "@nextui-org/spacer": "0.0.0-dev-v2-20240416003301",
62
- "@nextui-org/divider": "0.0.0-dev-v2-20240416003301",
63
- "@nextui-org/kbd": "0.0.0-dev-v2-20240416003301",
64
- "@nextui-org/tabs": "0.0.0-dev-v2-20240416003301",
65
- "@nextui-org/skeleton": "0.0.0-dev-v2-20240416003301",
66
- "@nextui-org/scroll-shadow": "0.0.0-dev-v2-20240416003301",
67
- "@nextui-org/select": "0.0.0-dev-v2-20240416003301",
68
- "@nextui-org/listbox": "0.0.0-dev-v2-20240416003301",
69
- "@nextui-org/menu": "0.0.0-dev-v2-20240416003301",
70
- "@nextui-org/ripple": "0.0.0-dev-v2-20240416003301",
71
- "@nextui-org/slider": "0.0.0-dev-v2-20240416003301",
72
- "@nextui-org/breadcrumbs": "0.0.0-dev-v2-20240416003301"
33
+ "@react-aria/visually-hidden": "^3.8.10",
34
+ "@nextui-org/system": "2.1.0",
35
+ "@nextui-org/theme": "2.2.0",
36
+ "@nextui-org/autocomplete": "2.0.11",
37
+ "@nextui-org/avatar": "2.0.25",
38
+ "@nextui-org/badge": "2.0.25",
39
+ "@nextui-org/accordion": "2.0.29",
40
+ "@nextui-org/button": "2.0.28",
41
+ "@nextui-org/chip": "2.0.26",
42
+ "@nextui-org/card": "2.0.25",
43
+ "@nextui-org/checkbox": "2.0.26",
44
+ "@nextui-org/code": "2.0.25",
45
+ "@nextui-org/pagination": "2.0.28",
46
+ "@nextui-org/link": "2.0.27",
47
+ "@nextui-org/radio": "2.0.26",
48
+ "@nextui-org/snippet": "2.0.32",
49
+ "@nextui-org/spinner": "2.0.26",
50
+ "@nextui-org/switch": "2.0.26",
51
+ "@nextui-org/tooltip": "2.0.31",
52
+ "@nextui-org/progress": "2.0.26",
53
+ "@nextui-org/input": "2.1.18",
54
+ "@nextui-org/user": "2.0.26",
55
+ "@nextui-org/popover": "2.1.16",
56
+ "@nextui-org/dropdown": "2.1.18",
57
+ "@nextui-org/image": "2.0.25",
58
+ "@nextui-org/modal": "2.0.30",
59
+ "@nextui-org/navbar": "2.0.28",
60
+ "@nextui-org/table": "2.0.29",
61
+ "@nextui-org/divider": "2.0.26",
62
+ "@nextui-org/spacer": "2.0.25",
63
+ "@nextui-org/kbd": "2.0.26",
64
+ "@nextui-org/tabs": "2.0.27",
65
+ "@nextui-org/scroll-shadow": "2.1.14",
66
+ "@nextui-org/skeleton": "2.0.25",
67
+ "@nextui-org/select": "2.1.22",
68
+ "@nextui-org/listbox": "2.1.17",
69
+ "@nextui-org/menu": "2.0.18",
70
+ "@nextui-org/ripple": "2.0.25",
71
+ "@nextui-org/slider": "2.2.7",
72
+ "@nextui-org/breadcrumbs": "2.0.5",
73
+ "@nextui-org/calendar": "2.0.1",
74
+ "@nextui-org/date-input": "2.0.1",
75
+ "@nextui-org/date-picker": "0.0.0-dev-v2-20240416154249",
76
+ "@nextui-org/framer-utils": "2.0.16"
73
77
  },
74
78
  "peerDependencies": {
75
79
  "react": ">=18",