@open-pioneer/overview-map 0.4.2 → 0.4.3
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 +10 -0
- package/OverviewMap.js +1 -1
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# @open-pioneer/overview-map
|
|
2
2
|
|
|
3
|
+
## 0.4.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 28e092a: Update dependencies
|
|
8
|
+
- Updated dependencies [28e092a]
|
|
9
|
+
- Updated dependencies [0d51d2f]
|
|
10
|
+
- Updated dependencies [76f8863]
|
|
11
|
+
- @open-pioneer/map@0.6.0
|
|
12
|
+
|
|
3
13
|
## 0.4.2
|
|
4
14
|
|
|
5
15
|
### Patch Changes
|
package/OverviewMap.js
CHANGED
|
@@ -2,7 +2,7 @@ import { jsx } from 'react/jsx-runtime';
|
|
|
2
2
|
import { useRef, useEffect } from 'react';
|
|
3
3
|
import { useMapModel } from '@open-pioneer/map';
|
|
4
4
|
import { Box } from '@open-pioneer/chakra-integration';
|
|
5
|
-
import { OverviewMap as OverviewMap$1 } from 'ol/control';
|
|
5
|
+
import { OverviewMap as OverviewMap$1 } from 'ol/control.js';
|
|
6
6
|
import { useCommonComponentProps } from '@open-pioneer/react-utils';
|
|
7
7
|
|
|
8
8
|
const DEFAULT_HEIGHT = "200px";
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"type": "module",
|
|
3
3
|
"name": "@open-pioneer/overview-map",
|
|
4
|
-
"version": "0.4.
|
|
4
|
+
"version": "0.4.3",
|
|
5
5
|
"description": "This package offers a UI component with which an overview map can be integrated.",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"open-pioneer-trails"
|
|
@@ -15,11 +15,11 @@
|
|
|
15
15
|
},
|
|
16
16
|
"peerDependencies": {
|
|
17
17
|
"@open-pioneer/chakra-integration": "^1.1.3",
|
|
18
|
-
"@open-pioneer/runtime": "^2.1.
|
|
19
|
-
"
|
|
18
|
+
"@open-pioneer/runtime": "^2.1.6",
|
|
19
|
+
"@open-pioneer/react-utils": "^1.0.0",
|
|
20
|
+
"ol": "^9.2.4",
|
|
20
21
|
"react": "^18.3.1",
|
|
21
|
-
"@open-pioneer/
|
|
22
|
-
"@open-pioneer/map": "^0.5.1"
|
|
22
|
+
"@open-pioneer/map": "^0.6.0"
|
|
23
23
|
},
|
|
24
24
|
"exports": {
|
|
25
25
|
"./package.json": "./package.json",
|