@mappedin/viewer 0.7.1 → 0.7.2-141b720.0
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/dist/index.js +19 -10
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -63264,15 +63264,24 @@ const VF = 50, jF = 12, GF = 5, $F = 0.9, V$e = "#722ED1", j$e = "#D46B08", ppe
|
|
|
63264
63264
|
) })
|
|
63265
63265
|
] }), X$e = (t) => /* @__PURE__ */ He.jsxs(He.Fragment, { children: [
|
|
63266
63266
|
/* @__PURE__ */ He.jsx("div", { className: "pin-shadow", style: { background: t } }),
|
|
63267
|
-
/* @__PURE__ */ He.
|
|
63268
|
-
|
|
63269
|
-
|
|
63270
|
-
|
|
63271
|
-
|
|
63272
|
-
|
|
63273
|
-
|
|
63274
|
-
|
|
63275
|
-
|
|
63267
|
+
/* @__PURE__ */ He.jsxs("svg", { width: "36", height: "42", viewBox: "-2 -2 40 46", children: [
|
|
63268
|
+
/* @__PURE__ */ He.jsx(
|
|
63269
|
+
"path",
|
|
63270
|
+
{
|
|
63271
|
+
d: "M35.8372 5.86776C35.6765 7.92448 34.2625 10.158 32.0612 11.8292C30.0929 13.3235 25.8269 15.6292 19.3114 14.3438C13.6237 13.219 9.78333 15.5569 7.88708 21.2934L13.4303 39.7879C13.6151 40.4267 13.2536 41.0955 12.6189 41.2903C12.5064 41.3225 12.39 41.3385 12.2735 41.3385C11.7412 41.3385 11.2712 40.989 11.1166 40.4789L5.54093 21.88C5.47265 21.7474 5.43047 21.6028 5.41239 21.4542L1.07409 6.97696C0.975678 6.80825 0.921449 6.61744 0.913417 6.42263L0.053779 3.56251C-0.0406172 3.2552 -0.0104927 2.92379 0.142154 2.64058C0.29279 2.35738 0.549874 2.14649 0.857157 2.05411C1.16646 1.96172 1.49786 1.99587 1.77906 2.15052C2.06025 2.30317 2.26912 2.56226 2.35951 2.87155L2.51215 3.39375C3.55453 2.22081 4.87615 1.32902 6.35237 0.798742C10.1685 -0.631292 15.2377 -0.117113 19.5763 2.14846C22.2435 3.53834 29.0241 6.57524 34.2141 4.63904C34.5998 4.49845 35.0316 4.56272 35.361 4.81178C35.6884 5.06083 35.8673 5.45801 35.8372 5.86776Z",
|
|
63272
|
+
fill: "none",
|
|
63273
|
+
stroke: "white",
|
|
63274
|
+
strokeWidth: "4"
|
|
63275
|
+
}
|
|
63276
|
+
),
|
|
63277
|
+
/* @__PURE__ */ He.jsx(
|
|
63278
|
+
"path",
|
|
63279
|
+
{
|
|
63280
|
+
d: "M35.8372 5.86776C35.6765 7.92448 34.2625 10.158 32.0612 11.8292C30.0929 13.3235 25.8269 15.6292 19.3114 14.3438C13.6237 13.219 9.78333 15.5569 7.88708 21.2934L13.4303 39.7879C13.6151 40.4267 13.2536 41.0955 12.6189 41.2903C12.5064 41.3225 12.39 41.3385 12.2735 41.3385C11.7412 41.3385 11.2712 40.989 11.1166 40.4789L5.54093 21.88C5.47265 21.7474 5.43047 21.6028 5.41239 21.4542L1.07409 6.97696C0.975678 6.80825 0.921449 6.61744 0.913417 6.42263L0.053779 3.56251C-0.0406172 3.2552 -0.0104927 2.92379 0.142154 2.64058C0.29279 2.35738 0.549874 2.14649 0.857157 2.05411C1.16646 1.96172 1.49786 1.99587 1.77906 2.15052C2.06025 2.30317 2.26912 2.56226 2.35951 2.87155L2.51215 3.39375C3.55453 2.22081 4.87615 1.32902 6.35237 0.798742C10.1685 -0.631292 15.2377 -0.117113 19.5763 2.14846C22.2435 3.53834 29.0241 6.57524 34.2141 4.63904C34.5998 4.49845 35.0316 4.56272 35.361 4.81178C35.6884 5.06083 35.8673 5.45801 35.8372 5.86776Z",
|
|
63281
|
+
fill: t
|
|
63282
|
+
}
|
|
63283
|
+
)
|
|
63284
|
+
] })
|
|
63276
63285
|
] }), SR = ({ type: t = "departure" }) => {
|
|
63277
63286
|
const e = m1();
|
|
63278
63287
|
return /* @__PURE__ */ He.jsx(H$e, { children: t === "departure" ? W$e(e.colors.accent.navigation) : X$e(V$e) });
|
|
@@ -67283,7 +67292,7 @@ class XWe {
|
|
|
67283
67292
|
this.rootStore = e;
|
|
67284
67293
|
}
|
|
67285
67294
|
init() {
|
|
67286
|
-
const e = "
|
|
67295
|
+
const e = "phc_vZrwt3z6JmdPnErvTgZoazTAGlCRMiz6c2NqWtBt8qz", n = "https://ph-api.mappedin.com";
|
|
67287
67296
|
WWe.init(e, {
|
|
67288
67297
|
api_host: n,
|
|
67289
67298
|
persistence: "memory"
|