@open-pioneer/legend 1.4.0-dev.20260624132304 → 1.4.0-dev.20260727093741

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 +2 -2
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,10 +1,10 @@
1
1
  # @open-pioneer/legend
2
2
 
3
- ## 1.4.0-dev.20260624132304
3
+ ## 1.4.0-dev.20260727093741
4
4
 
5
5
  ### Minor Changes
6
6
 
7
- - c30396d: Update Chakra to 3.36.0
7
+ - c30396d: Update Chakra to 3.36.1
8
8
 
9
9
  ### Patch Changes
10
10
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "type": "module",
3
3
  "name": "@open-pioneer/legend",
4
- "version": "1.4.0-dev.20260624132304",
4
+ "version": "1.4.0-dev.20260727093741",
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"
@@ -14,14 +14,14 @@
14
14
  "directory": "src/packages/legend"
15
15
  },
16
16
  "dependencies": {
17
- "@chakra-ui/react": "^3.36.0",
18
- "@open-pioneer/react-utils": "4.7.0-dev.20260623135435",
19
- "@open-pioneer/runtime": "4.7.0-dev.20260623135435",
17
+ "@chakra-ui/react": "^3.36.1",
18
+ "@open-pioneer/react-utils": "4.7.0-dev.20260727091735",
19
+ "@open-pioneer/runtime": "4.7.0-dev.20260727091735",
20
20
  "ol": "^10.9.0",
21
- "react": "^19.2.7",
22
- "@open-pioneer/reactivity": "4.7.0-dev.20260623135435",
23
- "react-icons": "^5.6.0",
24
- "@open-pioneer/map": "1.4.0-dev.20260624132304"
21
+ "react": "^19.2.8",
22
+ "@open-pioneer/reactivity": "4.7.0-dev.20260727091735",
23
+ "react-icons": "^5.7.0",
24
+ "@open-pioneer/map": "1.4.0-dev.20260727093741"
25
25
  },
26
26
  "exports": {
27
27
  "./package.json": "./package.json",