@datum-cloud/datum-ui 0.2.0-alpha.1 → 0.2.0-alpha.2
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/_shadcn/ui/map-leaflet-imports.d.ts +7 -0
- package/dist/_shadcn/ui/map-leaflet-imports.d.ts.map +1 -0
- package/dist/_shadcn/ui/map.d.ts +1 -6
- package/dist/_shadcn/ui/map.d.ts.map +1 -1
- package/dist/components/base/index.d.ts +3 -0
- package/dist/components/base/index.d.ts.map +1 -1
- package/dist/components/base/typography/index.d.ts +2 -0
- package/dist/components/base/typography/index.d.ts.map +1 -0
- package/dist/components/base/typography/typography.d.ts +1182 -0
- package/dist/components/base/typography/typography.d.ts.map +1 -0
- package/dist/components/index.mjs +2 -2
- package/dist/index.mjs +2 -2
- package/dist/map-leaflet-imports-OKaoesjZ.mjs +8 -0
- package/dist/style.css +151 -0
- package/dist/{theme-script-CS7JSmQs.mjs → theme-script-DHyLk25i.mjs} +1289 -15
- package/package.json +35 -1
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@datum-cloud/datum-ui",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.2.0-alpha.
|
|
4
|
+
"version": "0.2.0-alpha.2",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
7
7
|
"url": "https://github.com/datum-cloud/datum-ui"
|
|
@@ -68,12 +68,18 @@
|
|
|
68
68
|
"cmdk": ">=1",
|
|
69
69
|
"date-fns": ">=4",
|
|
70
70
|
"date-fns-tz": ">=3",
|
|
71
|
+
"leaflet": ">=1.9",
|
|
72
|
+
"leaflet-draw": ">=1",
|
|
73
|
+
"leaflet.fullscreen": ">=5",
|
|
74
|
+
"leaflet.markercluster": ">=1.5",
|
|
71
75
|
"motion": ">=11",
|
|
72
76
|
"nprogress": ">=0.2",
|
|
73
77
|
"react": ">=19",
|
|
74
78
|
"react-day-picker": ">=9",
|
|
75
79
|
"react-dom": ">=19",
|
|
76
80
|
"react-dropzone": ">=14",
|
|
81
|
+
"react-leaflet": ">=5",
|
|
82
|
+
"react-leaflet-markercluster": ">=5.0.0-rc.0",
|
|
77
83
|
"react-number-format": ">=5",
|
|
78
84
|
"recharts": ">=2",
|
|
79
85
|
"sonner": ">=2",
|
|
@@ -149,6 +155,18 @@
|
|
|
149
155
|
"date-fns-tz": {
|
|
150
156
|
"optional": true
|
|
151
157
|
},
|
|
158
|
+
"leaflet": {
|
|
159
|
+
"optional": true
|
|
160
|
+
},
|
|
161
|
+
"leaflet-draw": {
|
|
162
|
+
"optional": true
|
|
163
|
+
},
|
|
164
|
+
"leaflet.fullscreen": {
|
|
165
|
+
"optional": true
|
|
166
|
+
},
|
|
167
|
+
"leaflet.markercluster": {
|
|
168
|
+
"optional": true
|
|
169
|
+
},
|
|
152
170
|
"motion": {
|
|
153
171
|
"optional": true
|
|
154
172
|
},
|
|
@@ -161,6 +179,12 @@
|
|
|
161
179
|
"react-dropzone": {
|
|
162
180
|
"optional": true
|
|
163
181
|
},
|
|
182
|
+
"react-leaflet": {
|
|
183
|
+
"optional": true
|
|
184
|
+
},
|
|
185
|
+
"react-leaflet-markercluster": {
|
|
186
|
+
"optional": true
|
|
187
|
+
},
|
|
164
188
|
"react-number-format": {
|
|
165
189
|
"optional": true
|
|
166
190
|
},
|
|
@@ -198,6 +222,10 @@
|
|
|
198
222
|
"@testing-library/jest-dom": "^6",
|
|
199
223
|
"@testing-library/react": "^16",
|
|
200
224
|
"@testing-library/user-event": "^14",
|
|
225
|
+
"@types/leaflet": "^1.9.21",
|
|
226
|
+
"@types/leaflet-draw": "^1.0.13",
|
|
227
|
+
"@types/leaflet.fullscreen": "^5.2.0",
|
|
228
|
+
"@types/leaflet.markercluster": "^1.5.6",
|
|
201
229
|
"@types/nprogress": "^0.2.3",
|
|
202
230
|
"@types/react": "^19",
|
|
203
231
|
"@types/react-dom": "^19",
|
|
@@ -205,12 +233,18 @@
|
|
|
205
233
|
"date-fns-tz": "^3.2.0",
|
|
206
234
|
"eslint": "^9.39.3",
|
|
207
235
|
"jsdom": "^26",
|
|
236
|
+
"leaflet": "^1.9.4",
|
|
237
|
+
"leaflet-draw": "^1.0.4",
|
|
238
|
+
"leaflet.fullscreen": "^5.3.0",
|
|
239
|
+
"leaflet.markercluster": "^1.5.3",
|
|
208
240
|
"motion": "^12.34.4",
|
|
209
241
|
"nprogress": "^0.2.0",
|
|
210
242
|
"react": "^19",
|
|
211
243
|
"react-day-picker": "^9.14.0",
|
|
212
244
|
"react-dom": "^19",
|
|
213
245
|
"react-dropzone": "^15.0.0",
|
|
246
|
+
"react-leaflet": "^5.0.0",
|
|
247
|
+
"react-leaflet-markercluster": "5.0.0-rc.0",
|
|
214
248
|
"react-number-format": "^5.4.4",
|
|
215
249
|
"sonner": "^2.0.7",
|
|
216
250
|
"tailwindcss": "^4.2.1",
|