@open-pioneer/map-navigation 1.1.0 → 1.2.0-dev.20260121105545

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # @open-pioneer/map-navigation
2
2
 
3
+ ## 1.2.0-dev.20260121105545
4
+
5
+ ### Patch Changes
6
+
7
+ - 279ca67: Use `workspace:*` instead of `workspace:^` for local package references as default. This ensures that trails packages from this repository are always referenced with their exact version to avoid potential issues with version mismatches. If a project specifically wants to use other versions for some trails packages, a pnpm override can be used to force other versions.
8
+ - 9580bb4: Update various dependencies.
9
+ - 9580bb4: Update to Chakra 3.31.0
10
+ - Updated dependencies [279ca67]
11
+ - Updated dependencies [9580bb4]
12
+ - Updated dependencies [9580bb4]
13
+ - @open-pioneer/map@1.2.0-dev.20260121105545
14
+ - @open-pioneer/map-ui-components@1.2.0-dev.20260121105545
15
+
3
16
  ## 1.1.0
4
17
 
5
18
  ### Minor Changes
package/History.js CHANGED
@@ -4,7 +4,7 @@ import { ToolButton } from '@open-pioneer/map-ui-components';
4
4
  import { useCommonComponentProps } from '@open-pioneer/react-utils';
5
5
  import { useReactiveSnapshot } from '@open-pioneer/reactivity';
6
6
  import classNames from 'classnames';
7
- import { useIntl } from './_virtual/_virtual-pioneer-module_react-hooks.js';
7
+ import { useIntl } from './_virtual/hooks.js';
8
8
  import { LuCornerUpLeft, LuCornerUpRight } from 'react-icons/lu';
9
9
  import { useHistoryViewModel } from './ViewHistoryModel.js';
10
10
 
package/InitialExtent.js CHANGED
@@ -2,7 +2,7 @@ import { jsx } from 'react/jsx-runtime';
2
2
  import { useMapModelValue } from '@open-pioneer/map';
3
3
  import { ToolButton } from '@open-pioneer/map-ui-components';
4
4
  import { useCommonComponentProps } from '@open-pioneer/react-utils';
5
- import { useIntl } from './_virtual/_virtual-pioneer-module_react-hooks.js';
5
+ import { useIntl } from './_virtual/hooks.js';
6
6
  import { LuHouse } from 'react-icons/lu';
7
7
 
8
8
  const InitialExtent = function InitialExtent2(props) {
@@ -121,5 +121,5 @@ function useHistoryViewModel(map) {
121
121
  return vm;
122
122
  }
123
123
 
124
- export { ViewHistoryModel, useHistoryViewModel };
124
+ export { useHistoryViewModel };
125
125
  //# sourceMappingURL=ViewHistoryModel.js.map
package/Zoom.js CHANGED
@@ -3,7 +3,7 @@ import { useMapModelValue } from '@open-pioneer/map';
3
3
  import { ToolButton } from '@open-pioneer/map-ui-components';
4
4
  import { useCommonComponentProps } from '@open-pioneer/react-utils';
5
5
  import classNames from 'classnames';
6
- import { useIntl } from './_virtual/_virtual-pioneer-module_react-hooks.js';
6
+ import { useIntl } from './_virtual/hooks.js';
7
7
  import { useState } from 'react';
8
8
  import { LuMinus, LuPlus } from 'react-icons/lu';
9
9
 
@@ -4,4 +4,4 @@ const PACKAGE_NAME = "@open-pioneer/map-navigation";
4
4
  const useIntl = /*@__PURE__*/ useIntlInternal.bind(undefined, PACKAGE_NAME);
5
5
 
6
6
  export { useIntl };
7
- //# sourceMappingURL=_virtual-pioneer-module_react-hooks.js.map
7
+ //# sourceMappingURL=hooks.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"hooks.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;"}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "type": "module",
3
3
  "name": "@open-pioneer/map-navigation",
4
- "version": "1.1.0",
4
+ "version": "1.2.0-dev.20260121105545",
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.29.0",
19
- "@open-pioneer/react-utils": "^4.3.0",
20
- "@open-pioneer/reactivity": "^4.3.0",
21
- "@open-pioneer/runtime": "^4.3.0",
18
+ "@chakra-ui/react": "^3.31.0",
19
+ "@open-pioneer/react-utils": "4.4.0-dev.20260121102820",
20
+ "@open-pioneer/reactivity": "4.4.0-dev.20260121102820",
21
+ "@open-pioneer/runtime": "4.4.0-dev.20260121102820",
22
22
  "classnames": "^2.5.1",
23
23
  "ol": "^10.7.0",
24
- "react": "^19.2.0",
24
+ "react": "^19.2.3",
25
25
  "react-icons": "^5.5.0",
26
- "@open-pioneer/map": "^1.1.0",
27
- "@open-pioneer/map-ui-components": "^1.1.0"
26
+ "@open-pioneer/map": "1.2.0-dev.20260121105545",
27
+ "@open-pioneer/map-ui-components": "1.2.0-dev.20260121105545"
28
28
  },
29
29
  "exports": {
30
30
  "./package.json": "./package.json",
@@ -1 +0,0 @@
1
- {"version":3,"file":"_virtual-pioneer-module_react-hooks.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;"}