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.
- package/dist/accessify.min.js +1 -1
- package/dist/accessify.min.js.map +1 -1
- package/dist/accessify.mjs +1 -1
- package/dist/{index-BOb-i_jC.js → index-BQtERLDi.js} +4 -3
- package/dist/{index-BOb-i_jC.js.map → index-BQtERLDi.js.map} +1 -1
- package/dist/{keyboard-nav-CdiNwZRf.js → keyboard-nav-2YPVF4Gz.js} +2 -2
- package/dist/{keyboard-nav-CdiNwZRf.js.map → keyboard-nav-2YPVF4Gz.js.map} +1 -1
- package/dist/{page-structure-B1e-ikr6.js → page-structure-CPlUQGEU.js} +2 -2
- package/dist/{page-structure-B1e-ikr6.js.map → page-structure-CPlUQGEU.js.map} +1 -1
- package/dist/widget.js +1 -1
- package/dist/widget.js.map +1 -1
- package/package.json +1 -1
package/dist/accessify.mjs
CHANGED
|
@@ -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-
|
|
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-
|
|
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-
|
|
9206
|
+
//# sourceMappingURL=index-BQtERLDi.js.map
|