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

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.
@@ -35,7 +35,7 @@
35
35
  {
36
36
  "name": "autocomplete",
37
37
  "package": "@nextui-org/autocomplete",
38
- "version": "2.2.0-beta.2",
38
+ "version": "2.2.0-beta.3",
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",
@@ -52,7 +52,7 @@
52
52
  {
53
53
  "name": "avatar",
54
54
  "package": "@nextui-org/avatar",
55
- "version": "2.1.0-beta.3",
55
+ "version": "2.1.0-beta.4",
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",
@@ -213,7 +213,7 @@
213
213
  {
214
214
  "name": "date-picker",
215
215
  "package": "@nextui-org/date-picker",
216
- "version": "2.2.0-beta.1",
216
+ "version": "2.2.0-beta.2",
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",
@@ -260,7 +260,7 @@
260
260
  {
261
261
  "name": "dropdown",
262
262
  "package": "@nextui-org/dropdown",
263
- "version": "2.2.0-beta.1",
263
+ "version": "2.2.0-beta.2",
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",
@@ -277,7 +277,7 @@
277
277
  {
278
278
  "name": "image",
279
279
  "package": "@nextui-org/image",
280
- "version": "2.1.0-beta.3",
280
+ "version": "2.1.0-beta.4",
281
281
  "docs": "https://nextui.org/docs/components/image",
282
282
  "description": "A simple image component",
283
283
  "status": "stable",
@@ -422,7 +422,7 @@
422
422
  {
423
423
  "name": "popover",
424
424
  "package": "@nextui-org/popover",
425
- "version": "2.2.0-beta.1",
425
+ "version": "2.2.0-beta.2",
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",
@@ -504,7 +504,7 @@
504
504
  {
505
505
  "name": "select",
506
506
  "package": "@nextui-org/select",
507
- "version": "2.3.0-beta.2",
507
+ "version": "2.3.0-beta.3",
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",
@@ -666,7 +666,7 @@
666
666
  {
667
667
  "name": "user",
668
668
  "package": "@nextui-org/user",
669
- "version": "2.1.0-beta.3",
669
+ "version": "2.1.0-beta.4",
670
670
  "docs": "https://nextui.org/docs/components/user",
671
671
  "description": "Flexible User Profile Component.",
672
672
  "status": "stable",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nextui-org/react",
3
- "version": "2.5.0-beta.3",
3
+ "version": "2.5.0-beta.5",
4
4
  "description": "🚀 Beautiful and modern React UI library.",
5
5
  "author": "Junior Garcia <jrgarciadev@gmail.com>",
6
6
  "homepage": "https://nextui.org",
@@ -32,10 +32,10 @@
32
32
  "dependencies": {
33
33
  "@react-aria/visually-hidden": "3.8.15",
34
34
  "@nextui-org/system": "2.3.0-beta.1",
35
- "@nextui-org/theme": "2.3.0-beta.1",
36
35
  "@nextui-org/accordion": "2.1.0-beta.1",
37
- "@nextui-org/autocomplete": "2.2.0-beta.2",
38
- "@nextui-org/avatar": "2.1.0-beta.3",
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
39
  "@nextui-org/badge": "2.1.0-beta.1",
40
40
  "@nextui-org/button": "2.1.0-beta.1",
41
41
  "@nextui-org/card": "2.1.0-beta.1",
@@ -47,14 +47,14 @@
47
47
  "@nextui-org/radio": "2.2.0-beta.1",
48
48
  "@nextui-org/snippet": "2.1.0-beta.1",
49
49
  "@nextui-org/spinner": "2.1.0-beta.1",
50
- "@nextui-org/switch": "2.1.0-beta.1",
51
50
  "@nextui-org/tooltip": "2.1.0-beta.1",
52
- "@nextui-org/user": "2.1.0-beta.3",
51
+ "@nextui-org/switch": "2.1.0-beta.1",
52
+ "@nextui-org/user": "2.1.0-beta.4",
53
53
  "@nextui-org/progress": "2.1.0-beta.1",
54
54
  "@nextui-org/input": "2.3.0-beta.2",
55
- "@nextui-org/popover": "2.2.0-beta.1",
56
- "@nextui-org/dropdown": "2.2.0-beta.1",
57
- "@nextui-org/image": "2.1.0-beta.3",
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
58
  "@nextui-org/modal": "2.1.0-beta.1",
59
59
  "@nextui-org/navbar": "2.1.0-beta.1",
60
60
  "@nextui-org/table": "2.1.0-beta.1",
@@ -64,7 +64,7 @@
64
64
  "@nextui-org/tabs": "2.1.0-beta.1",
65
65
  "@nextui-org/skeleton": "2.1.0-beta.1",
66
66
  "@nextui-org/scroll-shadow": "2.2.0-beta.1",
67
- "@nextui-org/select": "2.3.0-beta.2",
67
+ "@nextui-org/select": "2.3.0-beta.3",
68
68
  "@nextui-org/listbox": "2.2.0-beta.1",
69
69
  "@nextui-org/menu": "2.1.0-beta.1",
70
70
  "@nextui-org/ripple": "2.1.0-beta.1",
@@ -72,7 +72,7 @@
72
72
  "@nextui-org/breadcrumbs": "2.1.0-beta.1",
73
73
  "@nextui-org/calendar": "2.1.0-beta.1",
74
74
  "@nextui-org/date-input": "2.2.0-beta.1",
75
- "@nextui-org/date-picker": "2.2.0-beta.1",
75
+ "@nextui-org/date-picker": "2.2.0-beta.2",
76
76
  "@nextui-org/alert": "2.1.0-beta.1",
77
77
  "@nextui-org/framer-utils": "2.0.26-beta.1",
78
78
  "@nextui-org/drawer": "2.1.0-beta.1"