@nextui-org/react 2.5.0-beta.3 → 2.5.0-beta.4
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/dist/components.json +3 -3
- package/package.json +4 -4
package/dist/components.json
CHANGED
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
{
|
|
53
53
|
"name": "avatar",
|
|
54
54
|
"package": "@nextui-org/avatar",
|
|
55
|
-
"version": "2.1.0-beta.
|
|
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",
|
|
@@ -277,7 +277,7 @@
|
|
|
277
277
|
{
|
|
278
278
|
"name": "image",
|
|
279
279
|
"package": "@nextui-org/image",
|
|
280
|
-
"version": "2.1.0-beta.
|
|
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",
|
|
@@ -666,7 +666,7 @@
|
|
|
666
666
|
{
|
|
667
667
|
"name": "user",
|
|
668
668
|
"package": "@nextui-org/user",
|
|
669
|
-
"version": "2.1.0-beta.
|
|
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
|
+
"version": "2.5.0-beta.4",
|
|
4
4
|
"description": "🚀 Beautiful and modern React UI library.",
|
|
5
5
|
"author": "Junior Garcia <jrgarciadev@gmail.com>",
|
|
6
6
|
"homepage": "https://nextui.org",
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"@nextui-org/theme": "2.3.0-beta.1",
|
|
36
36
|
"@nextui-org/accordion": "2.1.0-beta.1",
|
|
37
37
|
"@nextui-org/autocomplete": "2.2.0-beta.2",
|
|
38
|
-
"@nextui-org/avatar": "2.1.0-beta.
|
|
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",
|
|
@@ -49,12 +49,12 @@
|
|
|
49
49
|
"@nextui-org/spinner": "2.1.0-beta.1",
|
|
50
50
|
"@nextui-org/switch": "2.1.0-beta.1",
|
|
51
51
|
"@nextui-org/tooltip": "2.1.0-beta.1",
|
|
52
|
-
"@nextui-org/user": "2.1.0-beta.
|
|
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
55
|
"@nextui-org/popover": "2.2.0-beta.1",
|
|
56
56
|
"@nextui-org/dropdown": "2.2.0-beta.1",
|
|
57
|
-
"@nextui-org/image": "2.1.0-beta.
|
|
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",
|