@nextui-org/react 2.3.0 → 2.3.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.
@@ -196,7 +196,7 @@
196
196
  {
197
197
  "name": "date-picker",
198
198
  "package": "@nextui-org/date-picker",
199
- "version": "2.0.1",
199
+ "version": "2.0.2",
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",
@@ -339,7 +339,7 @@
339
339
  {
340
340
  "name": "modal",
341
341
  "package": "@nextui-org/modal",
342
- "version": "2.0.30",
342
+ "version": "2.0.31",
343
343
  "docs": "https://nextui.org/docs/components/modal",
344
344
  "description": "Displays a dialog with a custom content that requires attention or provides additional information.",
345
345
  "status": "stable",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nextui-org/react",
3
- "version": "2.3.0",
3
+ "version": "2.3.1",
4
4
  "description": "🚀 Beautiful and modern React UI library.",
5
5
  "author": "Junior Garcia <jrgarciadev@gmail.com>",
6
6
  "homepage": "https://nextui.org",
@@ -55,7 +55,7 @@
55
55
  "@nextui-org/popover": "2.1.16",
56
56
  "@nextui-org/dropdown": "2.1.18",
57
57
  "@nextui-org/image": "2.0.25",
58
- "@nextui-org/modal": "2.0.30",
58
+ "@nextui-org/modal": "2.0.31",
59
59
  "@nextui-org/navbar": "2.0.28",
60
60
  "@nextui-org/table": "2.0.29",
61
61
  "@nextui-org/spacer": "2.0.25",
@@ -72,7 +72,7 @@
72
72
  "@nextui-org/breadcrumbs": "2.0.5",
73
73
  "@nextui-org/calendar": "2.0.1",
74
74
  "@nextui-org/date-input": "2.0.1",
75
- "@nextui-org/date-picker": "2.0.1",
75
+ "@nextui-org/date-picker": "2.0.2",
76
76
  "@nextui-org/framer-utils": "2.0.16"
77
77
  },
78
78
  "peerDependencies": {