accessify-widget 0.3.107 → 0.3.108

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.
@@ -1,4 +1,4 @@
1
- import { d, i } from "./index-BOb-i_jC.js";
1
+ import { d, i } from "./index-BQtERLDi.js";
2
2
  export {
3
3
  d as destroy,
4
4
  i as init
@@ -6661,14 +6661,14 @@ function FeatureGrid($$anchor, $$props) {
6661
6661
  const FEATURE_LOADERS = {
6662
6662
  contrast: () => import("./contrast-CqsOs6Uo.js"),
6663
6663
  "text-size": () => import("./text-size-BNrbtlkH.js"),
6664
- "keyboard-nav": () => import("./keyboard-nav-CdiNwZRf.js"),
6664
+ "keyboard-nav": () => import("./keyboard-nav-2YPVF4Gz.js"),
6665
6665
  "link-highlight": () => import("./link-highlight-DBGm067Y.js"),
6666
6666
  "reading-guide": () => import("./reading-guide-VT8NciIL.js"),
6667
6667
  "reading-mask": () => import("./reading-mask-CImlx88t.js"),
6668
6668
  "animation-stop": () => import("./animation-stop-C2Ced0LV.js"),
6669
6669
  "hide-images": () => import("./hide-images-DdZdru63.js"),
6670
6670
  "big-cursor": () => import("./big-cursor-B2UKu9dQ.js"),
6671
- "page-structure": () => import("./page-structure-B1e-ikr6.js"),
6671
+ "page-structure": () => import("./page-structure-CPlUQGEU.js"),
6672
6672
  tts: () => import("./tts-BytU4gzP.js"),
6673
6673
  "text-simplify": () => import("./text-simplify-PzKJiCer.js"),
6674
6674
  "alt-text": () => Promise.resolve().then(() => altText)
@@ -9140,6 +9140,7 @@ async function init(userConfig = {}) {
9140
9140
  const u = new URL(origin);
9141
9141
  if (u.hostname.endsWith(".accessify.dev")) return true;
9142
9142
  if (u.hostname.endsWith(".accessify-dashboard.pages.dev")) return true;
9143
+ if (u.hostname === "localhost" || u.hostname === "127.0.0.1") return true;
9143
9144
  } catch {
9144
9145
  }
9145
9146
  return false;
@@ -9202,4 +9203,4 @@ export {
9202
9203
  init as i,
9203
9204
  t
9204
9205
  };
9205
- //# sourceMappingURL=index-BOb-i_jC.js.map
9206
+ //# sourceMappingURL=index-BQtERLDi.js.map