@nextui-org/react 0.0.0-dev-v2-20231223154458 → 0.0.0-dev-v2-20240211133842
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/package.json +10 -10
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nextui-org/react",
|
|
3
|
-
"version": "0.0.0-dev-v2-
|
|
3
|
+
"version": "0.0.0-dev-v2-20240211133842",
|
|
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.0.15",
|
|
35
35
|
"@nextui-org/theme": "2.1.17",
|
|
36
36
|
"@nextui-org/accordion": "2.0.28",
|
|
37
|
-
"@nextui-org/autocomplete": "0.0.0-dev-v2-
|
|
37
|
+
"@nextui-org/autocomplete": "0.0.0-dev-v2-20240211133842",
|
|
38
38
|
"@nextui-org/avatar": "2.0.24",
|
|
39
39
|
"@nextui-org/badge": "2.0.24",
|
|
40
40
|
"@nextui-org/button": "2.0.26",
|
|
@@ -45,15 +45,15 @@
|
|
|
45
45
|
"@nextui-org/link": "2.0.26",
|
|
46
46
|
"@nextui-org/pagination": "2.0.26",
|
|
47
47
|
"@nextui-org/radio": "2.0.25",
|
|
48
|
-
"@nextui-org/snippet": "0.0.0-dev-v2-
|
|
48
|
+
"@nextui-org/snippet": "0.0.0-dev-v2-20240211133842",
|
|
49
49
|
"@nextui-org/spinner": "2.0.24",
|
|
50
50
|
"@nextui-org/switch": "2.0.25",
|
|
51
|
-
"@nextui-org/tooltip": "0.0.0-dev-v2-
|
|
51
|
+
"@nextui-org/tooltip": "0.0.0-dev-v2-20240211133842",
|
|
52
52
|
"@nextui-org/user": "2.0.25",
|
|
53
53
|
"@nextui-org/progress": "2.0.24",
|
|
54
|
-
"@nextui-org/input": "0.0.0-dev-v2-
|
|
55
|
-
"@nextui-org/popover": "0.0.0-dev-v2-
|
|
56
|
-
"@nextui-org/dropdown": "0.0.0-dev-v2-
|
|
54
|
+
"@nextui-org/input": "0.0.0-dev-v2-20240211133842",
|
|
55
|
+
"@nextui-org/popover": "0.0.0-dev-v2-20240211133842",
|
|
56
|
+
"@nextui-org/dropdown": "0.0.0-dev-v2-20240211133842",
|
|
57
57
|
"@nextui-org/image": "2.0.24",
|
|
58
58
|
"@nextui-org/modal": "2.0.28",
|
|
59
59
|
"@nextui-org/navbar": "2.0.27",
|
|
@@ -64,11 +64,11 @@
|
|
|
64
64
|
"@nextui-org/tabs": "2.0.26",
|
|
65
65
|
"@nextui-org/skeleton": "2.0.24",
|
|
66
66
|
"@nextui-org/scroll-shadow": "2.1.12",
|
|
67
|
-
"@nextui-org/select": "0.0.0-dev-v2-
|
|
67
|
+
"@nextui-org/select": "0.0.0-dev-v2-20240211133842",
|
|
68
68
|
"@nextui-org/listbox": "2.1.16",
|
|
69
69
|
"@nextui-org/menu": "2.0.17",
|
|
70
70
|
"@nextui-org/ripple": "2.0.24",
|
|
71
|
-
"@nextui-org/slider": "0.0.0-dev-v2-
|
|
71
|
+
"@nextui-org/slider": "0.0.0-dev-v2-20240211133842",
|
|
72
72
|
"@nextui-org/breadcrumbs": "2.0.4"
|
|
73
73
|
},
|
|
74
74
|
"peerDependencies": {
|
|
@@ -91,7 +91,7 @@
|
|
|
91
91
|
"prebuild": "node src/scripts/prebuild.js",
|
|
92
92
|
"build": "tsup --dts",
|
|
93
93
|
"postbuild": "node src/scripts/postbuild.js",
|
|
94
|
-
"dev": "
|
|
94
|
+
"dev": "pnpm build:fast --watch",
|
|
95
95
|
"clean": "rimraf dist .turbo",
|
|
96
96
|
"typecheck": "tsc --noEmit",
|
|
97
97
|
"build:fast": "tsup"
|