@open-pioneer/legend 1.3.0-dev.20260519140411 → 1.3.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +3 -3
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,12 +1,12 @@
1
1
  # @open-pioneer/legend
2
2
 
3
- ## 1.3.0-dev.20260519140411
3
+ ## 1.3.0
4
4
 
5
5
  ### Minor Changes
6
6
 
7
7
  - 9b5d5f3: Support for new common container props (role, aria-\*, data-\* and css)
8
- - d54ccfd: Update to Chakra UI 3.34.0
9
- - 206b397: Update to trails core packages 4.5.0
8
+ - d54ccfd: Update to Chakra UI 3.35.0
9
+ - 206b397: Update to trails core packages 4.6.0
10
10
 
11
11
  ### Patch Changes
12
12
 
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.20260519140411",
4
+ "version": "1.3.0",
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,13 +15,13 @@
15
15
  },
16
16
  "dependencies": {
17
17
  "@chakra-ui/react": "^3.35.0",
18
- "@open-pioneer/react-utils": "4.6.0-dev.20260519125519",
19
- "@open-pioneer/runtime": "4.6.0-dev.20260519125519",
18
+ "@open-pioneer/react-utils": "^4.6.0",
19
+ "@open-pioneer/runtime": "^4.6.0",
20
20
  "ol": "^10.9.0",
21
21
  "react": "^19.2.6",
22
- "@open-pioneer/reactivity": "4.6.0-dev.20260519125519",
22
+ "@open-pioneer/reactivity": "^4.6.0",
23
23
  "react-icons": "^5.6.0",
24
- "@open-pioneer/map": "1.3.0-dev.20260519140411"
24
+ "@open-pioneer/map": "1.3.0"
25
25
  },
26
26
  "exports": {
27
27
  "./package.json": "./package.json",