@srcroot/ui 0.0.58 → 0.0.60

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -837,7 +837,7 @@ var REGISTRY = {
837
837
  description: "Interactive map with Leaflet/Google",
838
838
  category: "Data Display",
839
839
  dependencies: [],
840
- registryDependencies: ["leaflet", "react-leaflet"]
840
+ registryDependencies: ["leaflet", "react-leaflet", "@types/leaflet"]
841
841
  },
842
842
  "empty-state": {
843
843
  file: "ui/empty-state.tsx",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@srcroot/ui",
3
- "version": "0.0.58",
3
+ "version": "0.0.60",
4
4
  "description": "A UI library with polymorphic, accessible React components",
5
5
  "author": "Shifaul Islam",
6
6
  "license": "MIT",
@@ -61,7 +61,7 @@
61
61
  "react": "^18.0.0 || ^19.0.0",
62
62
  "react-dom": "^18.0.0 || ^19.0.0",
63
63
  "react-icons": "^5.5.0",
64
- "react-leaflet": "^4.2.1",
64
+ "react-leaflet": "^5.0.0",
65
65
  "tailwind-merge": "^3.4.0",
66
66
  "tailwindcss": "^3.0.0 || ^4.0.0",
67
67
  "tailwindcss-animate": "^1.0.7"