@open-pioneer/geolocation 1.3.0-dev.20260207195315 → 1.3.0-dev.20260211111005

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 +10 -3
  2. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -1,14 +1,21 @@
1
1
  # @open-pioneer/geolocation
2
2
 
3
- ## 1.3.0-dev.20260207195315
3
+ ## 1.3.0-dev.20260211111005
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
 
12
+ - Updated dependencies [9b5d5f3]
7
13
  - Updated dependencies [2ceb1ca]
14
+ - Updated dependencies [d54ccfd]
8
15
  - Updated dependencies [4bcc8ce]
9
16
  - Updated dependencies [2ceb1ca]
10
- - @open-pioneer/map@1.3.0-dev.20260207195315
11
- - @open-pioneer/map-ui-components@1.3.0-dev.20260207195315
17
+ - @open-pioneer/map-ui-components@1.3.0-dev.20260211111005
18
+ - @open-pioneer/map@1.3.0-dev.20260211111005
12
19
 
13
20
  ## 1.2.0
14
21
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "type": "module",
3
3
  "name": "@open-pioneer/geolocation",
4
- "version": "1.3.0-dev.20260207195315",
4
+ "version": "1.3.0-dev.20260211111005",
5
5
  "description": "This package provides a component to locate a user's position.",
6
6
  "keywords": [
7
7
  "open-pioneer-trails"
@@ -15,17 +15,17 @@
15
15
  },
16
16
  "dependencies": {
17
17
  "@conterra/reactivity-core": "^0.8.1",
18
- "@chakra-ui/react": "^3.31.0",
19
- "@open-pioneer/core": "^4.4.0",
20
- "@open-pioneer/notifier": "^4.4.0",
21
- "@open-pioneer/react-utils": "^4.4.0",
22
- "@open-pioneer/reactivity": "^4.4.0",
23
- "@open-pioneer/runtime": "^4.4.0",
18
+ "@chakra-ui/react": "^3.32.0",
19
+ "@open-pioneer/core": "4.5.0-dev.20260211105402",
20
+ "@open-pioneer/notifier": "4.5.0-dev.20260211105402",
21
+ "@open-pioneer/react-utils": "4.5.0-dev.20260211105402",
22
+ "@open-pioneer/reactivity": "4.5.0-dev.20260211105402",
23
+ "@open-pioneer/runtime": "4.5.0-dev.20260211105402",
24
24
  "ol": "^10.7.0",
25
- "react": "^19.2.3",
25
+ "react": "^19.2.4",
26
26
  "react-icons": "^5.5.0",
27
- "@open-pioneer/map": "1.3.0-dev.20260207195315",
28
- "@open-pioneer/map-ui-components": "1.3.0-dev.20260207195315"
27
+ "@open-pioneer/map-ui-components": "1.3.0-dev.20260211111005",
28
+ "@open-pioneer/map": "1.3.0-dev.20260211111005"
29
29
  },
30
30
  "exports": {
31
31
  "./package.json": "./package.json",