@rpcbase/ui 0.132.0 → 0.133.0
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/index.js +2434 -2354
- package/package.json +10 -7
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rpcbase/ui",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.133.0",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"files": [
|
|
@@ -29,6 +29,9 @@
|
|
|
29
29
|
"wireit": {
|
|
30
30
|
"build": {
|
|
31
31
|
"command": "vite build && tsc --project tsconfig.build.json",
|
|
32
|
+
"dependencies": [
|
|
33
|
+
"../client:build"
|
|
34
|
+
],
|
|
32
35
|
"files": [
|
|
33
36
|
"package.json",
|
|
34
37
|
"lib/**/*",
|
|
@@ -91,20 +94,20 @@
|
|
|
91
94
|
"@radix-ui/react-dialog": "1.1.15",
|
|
92
95
|
"@radix-ui/react-dropdown-menu": "2.1.16",
|
|
93
96
|
"blurhash": "2.0.5",
|
|
94
|
-
"libphonenumber-js": "1.12.
|
|
95
|
-
"lucide-react": "0.
|
|
97
|
+
"libphonenumber-js": "1.12.33",
|
|
98
|
+
"lucide-react": "0.562.0",
|
|
96
99
|
"react-select": "5.10.2",
|
|
97
100
|
"sonner": "2.0.7"
|
|
98
101
|
},
|
|
99
102
|
"devDependencies": {
|
|
100
103
|
"@rpcbase/test": "0.0.0",
|
|
101
|
-
"@tailwindcss/vite": "4.1.
|
|
104
|
+
"@tailwindcss/vite": "4.1.18",
|
|
102
105
|
"@types/google.maps": "3.58.1",
|
|
103
106
|
"clsx": "2.1.1",
|
|
104
107
|
"tailwind-merge": "3.4.0",
|
|
105
|
-
"tailwindcss": "4.1.
|
|
108
|
+
"tailwindcss": "4.1.18",
|
|
106
109
|
"tw-animate-css": "1.4.0",
|
|
107
|
-
"vite": "7.
|
|
108
|
-
"vite-bundle-analyzer": "1.3.
|
|
110
|
+
"vite": "7.3.0",
|
|
111
|
+
"vite-bundle-analyzer": "1.3.2"
|
|
109
112
|
}
|
|
110
113
|
}
|