@nextui-org/react 2.3.2 → 2.3.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.
@@ -19,7 +19,7 @@
19
19
  {
20
20
  "name": "autocomplete",
21
21
  "package": "@nextui-org/autocomplete",
22
- "version": "2.0.12",
22
+ "version": "2.0.13",
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",
@@ -196,7 +196,7 @@
196
196
  {
197
197
  "name": "date-picker",
198
198
  "package": "@nextui-org/date-picker",
199
- "version": "2.0.3",
199
+ "version": "2.0.4",
200
200
  "docs": "https://nextui.org/docs/components/date-picker",
201
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
202
  "status": "new",
@@ -227,7 +227,7 @@
227
227
  {
228
228
  "name": "dropdown",
229
229
  "package": "@nextui-org/dropdown",
230
- "version": "2.1.19",
230
+ "version": "2.1.20",
231
231
  "docs": "https://nextui.org/docs/components/dropdown",
232
232
  "description": "A dropdown displays a list of actions or options that a user can choose.",
233
233
  "status": "stable",
@@ -323,7 +323,7 @@
323
323
  {
324
324
  "name": "menu",
325
325
  "package": "@nextui-org/menu",
326
- "version": "2.0.19",
326
+ "version": "2.0.20",
327
327
  "docs": "https://nextui.org/docs/components/menu",
328
328
  "description": "A menu displays a list of options and allows a user to select one or more of them.",
329
329
  "status": "stable",
@@ -389,7 +389,7 @@
389
389
  {
390
390
  "name": "popover",
391
391
  "package": "@nextui-org/popover",
392
- "version": "2.1.17",
392
+ "version": "2.1.18",
393
393
  "docs": "https://nextui.org/docs/components/popover",
394
394
  "description": "A popover is an overlay element positioned relative to a trigger.",
395
395
  "status": "stable",
@@ -471,7 +471,7 @@
471
471
  {
472
472
  "name": "select",
473
473
  "package": "@nextui-org/select",
474
- "version": "2.1.23",
474
+ "version": "2.1.24",
475
475
  "docs": "https://nextui.org/docs/components/select",
476
476
  "description": "A select displays a collapsible list of options and allows a user to select one of them.",
477
477
  "status": "stable",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nextui-org/react",
3
- "version": "2.3.2",
3
+ "version": "2.3.3",
4
4
  "description": "🚀 Beautiful and modern React UI library.",
5
5
  "author": "Junior Garcia <jrgarciadev@gmail.com>",
6
6
  "homepage": "https://nextui.org",
@@ -34,7 +34,7 @@
34
34
  "@nextui-org/system": "2.1.1",
35
35
  "@nextui-org/theme": "2.2.1",
36
36
  "@nextui-org/accordion": "2.0.30",
37
- "@nextui-org/autocomplete": "2.0.12",
37
+ "@nextui-org/autocomplete": "2.0.13",
38
38
  "@nextui-org/avatar": "2.0.26",
39
39
  "@nextui-org/badge": "2.0.26",
40
40
  "@nextui-org/button": "2.0.29",
@@ -52,8 +52,8 @@
52
52
  "@nextui-org/user": "2.0.27",
53
53
  "@nextui-org/progress": "2.0.27",
54
54
  "@nextui-org/input": "2.1.19",
55
- "@nextui-org/popover": "2.1.17",
56
- "@nextui-org/dropdown": "2.1.19",
55
+ "@nextui-org/popover": "2.1.18",
56
+ "@nextui-org/dropdown": "2.1.20",
57
57
  "@nextui-org/image": "2.0.26",
58
58
  "@nextui-org/modal": "2.0.32",
59
59
  "@nextui-org/navbar": "2.0.29",
@@ -64,15 +64,15 @@
64
64
  "@nextui-org/tabs": "2.0.28",
65
65
  "@nextui-org/skeleton": "2.0.26",
66
66
  "@nextui-org/scroll-shadow": "2.1.15",
67
- "@nextui-org/select": "2.1.23",
67
+ "@nextui-org/select": "2.1.24",
68
68
  "@nextui-org/listbox": "2.1.18",
69
- "@nextui-org/menu": "2.0.19",
69
+ "@nextui-org/menu": "2.0.20",
70
70
  "@nextui-org/ripple": "2.0.26",
71
71
  "@nextui-org/slider": "2.2.8",
72
72
  "@nextui-org/breadcrumbs": "2.0.6",
73
73
  "@nextui-org/calendar": "2.0.2",
74
74
  "@nextui-org/date-input": "2.0.2",
75
- "@nextui-org/date-picker": "2.0.3",
75
+ "@nextui-org/date-picker": "2.0.4",
76
76
  "@nextui-org/framer-utils": "2.0.17"
77
77
  },
78
78
  "peerDependencies": {