@mappedin/viewer 0.14.2-a3a0767.0 → 0.14.2
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 +7 -0
- package/dist/index.js +2 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.14.2](https://github.com/MappedIn/viewer/compare/viewer-v0.14.1...viewer-v0.14.2) (2024-01-29)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* **MKR-690:** fix translation of preview directions button hover ([#112](https://github.com/MappedIn/viewer/issues/112)) ([56556eb](https://github.com/MappedIn/viewer/commit/56556eb1323aec65d1eb023ffe4fda7fedb76d44))
|
|
9
|
+
|
|
3
10
|
## [0.14.1](https://github.com/MappedIn/viewer/compare/viewer-v0.14.0...viewer-v0.14.1) (2024-01-15)
|
|
4
11
|
|
|
5
12
|
|
package/dist/index.js
CHANGED
|
@@ -108084,7 +108084,7 @@ const uyt = Sn.div`
|
|
|
108084
108084
|
] })
|
|
108085
108085
|
] });
|
|
108086
108086
|
}), GAe = (t, e = {}) => {
|
|
108087
|
-
const i = "
|
|
108087
|
+
const i = "phc_sRrjUwz9zicl4GeXtSnwcuKMr50SB76ma6NVi6zlPou", n = "https://ph-api.mappedin.com", r = vQ();
|
|
108088
108088
|
if (!r.__loaded && i != null && n != null) {
|
|
108089
108089
|
r.init(i, {
|
|
108090
108090
|
api_host: n,
|
|
@@ -108099,7 +108099,7 @@ const uyt = Sn.div`
|
|
|
108099
108099
|
}
|
|
108100
108100
|
}, WAe = () => {
|
|
108101
108101
|
const t = document.createElement("meta");
|
|
108102
|
-
t.name = "app-version", t.content = "0.14.
|
|
108102
|
+
t.name = "app-version", t.content = "0.14.2", document.head.appendChild(t);
|
|
108103
108103
|
let e = document.querySelector("meta[name=viewport]");
|
|
108104
108104
|
e == null && (e = document.createElement("meta"), e.name = "viewport", document.head.appendChild(e)), e.content = "width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no";
|
|
108105
108105
|
}, ZAe = (t) => {
|