@open-pioneer/map-ui-components 0.11.0 → 0.12.0-dev.20250725080856

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 +7 -2
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,12 +1,18 @@
1
1
  # @open-pioneer/map-ui-components
2
2
 
3
+ ## 0.12.0-dev.20250725080856
4
+
5
+ ### Patch Changes
6
+
7
+ - 10d2fe7: Update dependencies
8
+ - da6a410: Update dependencies
9
+
3
10
  ## 0.11.0
4
11
 
5
12
  ### Minor Changes
6
13
 
7
14
  - 66179bc: Update to core-packages v4.0.0
8
15
  - 738390e: **Breaking:** Rename `<ToolButton />` props for consistency with Chakra naming conventions:
9
-
10
16
  - `isLoading` (old) --> `loading` (new)
11
17
  - `isActive` (old) --> `active` (new)
12
18
  - `isDisabled` (old) --> `disabled` (new)
@@ -47,7 +53,6 @@
47
53
  ### Minor Changes
48
54
 
49
55
  - 2fa8020: Update trails core package dependencies.
50
-
51
56
  - Also updates Chakra UI to the latest 2.x version and Chakra React Select to version 5.
52
57
  - Removes any obsolete references to `@chakra-ui/system`.
53
58
  This dependency seems to be no longer required and may lead to duplicate packages in your dependency tree.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "type": "module",
3
3
  "name": "@open-pioneer/map-ui-components",
4
- "version": "0.11.0",
4
+ "version": "0.12.0-dev.20250725080856",
5
5
  "description": "Contains ui components that can used together with the map",
6
6
  "keywords": [
7
7
  "open-pioneer-trails"
@@ -14,7 +14,7 @@
14
14
  "directory": "src/packages/map-ui-components"
15
15
  },
16
16
  "dependencies": {
17
- "@chakra-ui/react": "^3.19.2",
17
+ "@chakra-ui/react": "^3.21.1",
18
18
  "@open-pioneer/react-utils": "^4.0.0",
19
19
  "classnames": "^2.5.1",
20
20
  "react": "^19.1.0",