@open-pioneer/map-ui-components 1.2.0-dev.20260121105545 → 1.3.0-dev-map-loading.20260202141334
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 +4 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,9 +1,12 @@
|
|
|
1
1
|
# @open-pioneer/map-ui-components
|
|
2
2
|
|
|
3
|
-
## 1.
|
|
3
|
+
## 1.3.0-dev-map-loading.20260202141334
|
|
4
|
+
|
|
5
|
+
## 1.2.0
|
|
4
6
|
|
|
5
7
|
### Patch Changes
|
|
6
8
|
|
|
9
|
+
- 9c29256: Update to core packages 4.4.0
|
|
7
10
|
- 9580bb4: Update various dependencies.
|
|
8
11
|
- 9580bb4: Update to Chakra 3.31.0
|
|
9
12
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"type": "module",
|
|
3
3
|
"name": "@open-pioneer/map-ui-components",
|
|
4
|
-
"version": "1.
|
|
4
|
+
"version": "1.3.0-dev-map-loading.20260202141334",
|
|
5
5
|
"description": "Contains ui components that can used together with the map",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"open-pioneer-trails"
|
|
@@ -15,10 +15,10 @@
|
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
17
|
"@chakra-ui/react": "^3.31.0",
|
|
18
|
-
"@open-pioneer/react-utils": "4.4.0
|
|
18
|
+
"@open-pioneer/react-utils": "^4.4.0",
|
|
19
19
|
"classnames": "^2.5.1",
|
|
20
20
|
"react": "^19.2.3",
|
|
21
|
-
"@open-pioneer/chakra-snippets": "4.4.0
|
|
21
|
+
"@open-pioneer/chakra-snippets": "^4.4.0"
|
|
22
22
|
},
|
|
23
23
|
"exports": {
|
|
24
24
|
"./package.json": "./package.json",
|