@open-pioneer/map-navigation 1.3.0-dev-map-loading.20260202144650 → 1.3.0-dev-attributions.20260212134347

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 +15 -5
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,13 +1,23 @@
1
1
  # @open-pioneer/map-navigation
2
2
 
3
- ## 1.3.0-dev-map-loading.20260202144650
3
+ ## 1.3.0-dev-attributions.20260212134347
4
+
5
+ ### Minor Changes
6
+
7
+ - 9b5d5f3: Support for new common container props (role, aria-_, data-_ and css)
8
+ - d54ccfd: Update to Chakra UI 3.32.0
4
9
 
5
10
  ### Patch Changes
6
11
 
7
- - Updated dependencies [f5030cc]
8
- - Updated dependencies [f5030cc]
9
- - @open-pioneer/map@1.3.0-dev-map-loading.20260202144650
10
- - @open-pioneer/map-ui-components@1.3.0-dev-map-loading.20260202144650
12
+ - Updated dependencies [9b5d5f3]
13
+ - Updated dependencies [6b1e2a3]
14
+ - Updated dependencies [2ceb1ca]
15
+ - Updated dependencies [99a08e6]
16
+ - Updated dependencies [d54ccfd]
17
+ - Updated dependencies [4bcc8ce]
18
+ - Updated dependencies [2ceb1ca]
19
+ - @open-pioneer/map-ui-components@1.3.0-dev-attributions.20260212134347
20
+ - @open-pioneer/map@1.3.0-dev-attributions.20260212134347
11
21
 
12
22
  ## 1.2.0
13
23
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "type": "module",
3
3
  "name": "@open-pioneer/map-navigation",
4
- "version": "1.3.0-dev-map-loading.20260202144650",
4
+ "version": "1.3.0-dev-attributions.20260212134347",
5
5
  "description": "This package provides a collection of map navigation controls.",
6
6
  "keywords": [
7
7
  "open-pioneer-trails"
@@ -15,16 +15,16 @@
15
15
  },
16
16
  "dependencies": {
17
17
  "@conterra/reactivity-core": "^0.8.1",
18
- "@chakra-ui/react": "^3.31.0",
19
- "@open-pioneer/react-utils": "^4.4.0",
20
- "@open-pioneer/reactivity": "^4.4.0",
21
- "@open-pioneer/runtime": "^4.4.0",
18
+ "@chakra-ui/react": "^3.32.0",
19
+ "@open-pioneer/react-utils": "4.5.0-dev.20260211105402",
20
+ "@open-pioneer/reactivity": "4.5.0-dev.20260211105402",
21
+ "@open-pioneer/runtime": "4.5.0-dev.20260211105402",
22
22
  "classnames": "^2.5.1",
23
23
  "ol": "^10.7.0",
24
- "react": "^19.2.3",
24
+ "react": "^19.2.4",
25
25
  "react-icons": "^5.5.0",
26
- "@open-pioneer/map": "1.3.0-dev-map-loading.20260202144650",
27
- "@open-pioneer/map-ui-components": "1.3.0-dev-map-loading.20260202144650"
26
+ "@open-pioneer/map-ui-components": "1.3.0-dev-attributions.20260212134347",
27
+ "@open-pioneer/map": "1.3.0-dev-attributions.20260212134347"
28
28
  },
29
29
  "exports": {
30
30
  "./package.json": "./package.json",