@gradeui/ui 2.0.0 → 2.1.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": "@gradeui/ui",
3
- "version": "2.0.0",
3
+ "version": "2.1.0",
4
4
  "description": "Grade Design System — React components, theme engine, and design tokens",
5
5
  "license": "MIT",
6
6
  "author": {
@@ -96,12 +96,16 @@
96
96
  ],
97
97
  "peerDependencies": {
98
98
  "@googlemaps/js-api-loader": "^1.16.0",
99
+ "leaflet": "^1.9.0",
99
100
  "mapbox-gl": "^3.0.0",
100
101
  "maplibre-gl": "^4.0.0 || ^5.0.0",
101
102
  "react": "^18.0.0 || ^19.0.0",
102
103
  "react-dom": "^18.0.0 || ^19.0.0"
103
104
  },
104
105
  "peerDependenciesMeta": {
106
+ "leaflet": {
107
+ "optional": true
108
+ },
105
109
  "maplibre-gl": {
106
110
  "optional": true
107
111
  },
@@ -166,7 +170,8 @@
166
170
  "sonner": "^2.0.7",
167
171
  "tailwind-merge": "^3.4.0",
168
172
  "three": "^0.170.0",
169
- "zod": "^3.23.0"
173
+ "zod": "^3.23.0",
174
+ "@gradeui/core": "1.1.0"
170
175
  },
171
176
  "optionalDependencies": {
172
177
  "@rive-app/react-canvas": "^4.21.4"