@mappedin/viewer 0.11.0 → 0.11.1-9ef6dd3.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 CHANGED
@@ -69422,7 +69422,15 @@ const wet = (t, e = "white") => {
69422
69422
  return "";
69423
69423
  const n = ni.cloneElement(i, {
69424
69424
  xmlns: "http://www.w3.org/2000/svg",
69425
- fill: e
69425
+ fill: e,
69426
+ /**
69427
+ * Not sure why these need to be typed as AnimatedLengths, but strings are apparently
69428
+ * not valid lengths according to the type. The actual height and width don't matter
69429
+ * here, since the icon will be scaled to fit the container. We just need to make sure
69430
+ * the icon is a valid SVG element so that it can be rendered in FireFox.
69431
+ */
69432
+ height: "1000",
69433
+ width: "1000"
69426
69434
  });
69427
69435
  return Oet(n);
69428
69436
  }, _se = 1e4;
@@ -107084,7 +107092,7 @@ const S2t = cr.div`
107084
107092
  ] })
107085
107093
  ] });
107086
107094
  }), Gve = (t) => {
107087
- const e = "phc_sRrjUwz9zicl4GeXtSnwcuKMr50SB76ma6NVi6zlPou", i = "https://ph-api.mappedin.com";
107095
+ const e = "phc_vZrwt3z6JmdPnErvTgZoazTAGlCRMiz6c2NqWtBt8qz", i = "https://ph-api.mappedin.com";
107088
107096
  {
107089
107097
  rg.init(e, {
107090
107098
  api_host: i,
@@ -0,0 +1 @@
1
+ export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mappedin/viewer",
3
- "version": "0.11.0",
3
+ "version": "0.11.1-9ef6dd3.0",
4
4
  "type": "module",
5
5
  "browser": "./dist/index.js",
6
6
  "license": "UNLICENSED",