@rpcbase/ui 0.131.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rpcbase/ui",
3
- "version": "0.131.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/**/*",
@@ -83,25 +86,28 @@
83
86
  }
84
87
  },
85
88
  "dependencies": {
89
+ "@rpcbase/client": "0.0.0",
86
90
  "@dnd-kit/core": "6.3.1",
87
91
  "@dnd-kit/sortable": "10.0.0",
88
92
  "@dnd-kit/utilities": "3.2.2",
89
93
  "@googlemaps/js-api-loader": "2.0.2",
90
94
  "@radix-ui/react-dialog": "1.1.15",
95
+ "@radix-ui/react-dropdown-menu": "2.1.16",
91
96
  "blurhash": "2.0.5",
92
- "libphonenumber-js": "1.12.31",
93
- "lucide-react": "0.560.0",
94
- "react-select": "5.10.2"
97
+ "libphonenumber-js": "1.12.33",
98
+ "lucide-react": "0.562.0",
99
+ "react-select": "5.10.2",
100
+ "sonner": "2.0.7"
95
101
  },
96
102
  "devDependencies": {
97
103
  "@rpcbase/test": "0.0.0",
98
- "@tailwindcss/vite": "4.1.17",
104
+ "@tailwindcss/vite": "4.1.18",
99
105
  "@types/google.maps": "3.58.1",
100
106
  "clsx": "2.1.1",
101
107
  "tailwind-merge": "3.4.0",
102
- "tailwindcss": "4.1.17",
108
+ "tailwindcss": "4.1.18",
103
109
  "tw-animate-css": "1.4.0",
104
- "vite": "7.2.7",
105
- "vite-bundle-analyzer": "1.3.1"
110
+ "vite": "7.3.0",
111
+ "vite-bundle-analyzer": "1.3.2"
106
112
  }
107
113
  }