@open-pioneer/legend 1.3.0-dev.20260408130821 → 1.3.0-dev.20260512095810

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/CHANGELOG.md +1 -1
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @open-pioneer/legend
2
2
 
3
- ## 1.3.0-dev.20260408130821
3
+ ## 1.3.0-dev.20260512095810
4
4
 
5
5
  ### Minor Changes
6
6
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "type": "module",
3
3
  "name": "@open-pioneer/legend",
4
- "version": "1.3.0-dev.20260408130821",
4
+ "version": "1.3.0-dev.20260512095810",
5
5
  "description": "This package provides a legend UI component that allows a user to see legend information for layers in the map.",
6
6
  "keywords": [
7
7
  "open-pioneer-trails"
@@ -15,14 +15,14 @@
15
15
  },
16
16
  "dependencies": {
17
17
  "@chakra-ui/react": "^3.34.0",
18
- "@open-pioneer/react-utils": "^4.5.0",
19
- "@open-pioneer/runtime": "^4.5.0",
18
+ "@open-pioneer/react-utils": "4.6.0-dev.20260420101935",
19
+ "@open-pioneer/runtime": "4.6.0-dev.20260420101935",
20
20
  "classnames": "^2.5.1",
21
- "ol": "^10.8.0",
22
- "react": "^19.2.4",
23
- "@open-pioneer/reactivity": "^4.5.0",
21
+ "ol": "^10.9.0",
22
+ "react": "^19.2.5",
23
+ "@open-pioneer/reactivity": "4.6.0-dev.20260420101935",
24
24
  "react-icons": "^5.6.0",
25
- "@open-pioneer/map": "1.3.0-dev.20260408130821"
25
+ "@open-pioneer/map": "1.3.0-dev.20260512095810"
26
26
  },
27
27
  "exports": {
28
28
  "./package.json": "./package.json",