accessify-widget 0.3.95 → 0.3.97
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-DYkpRTjy.js → index-DR0ZtVVk.js} +4 -6
- package/dist/{index-DYkpRTjy.js.map → index-DR0ZtVVk.js.map} +1 -1
- package/dist/{keyboard-nav-C5z8cU6u.js → keyboard-nav-BpS7T_xC.js} +2 -2
- package/dist/{keyboard-nav-C5z8cU6u.js.map → keyboard-nav-BpS7T_xC.js.map} +1 -1
- package/dist/{page-structure-CwiOhsWl.js → page-structure-LQFWwYsE.js} +2 -2
- package/dist/{page-structure-CwiOhsWl.js.map → page-structure-LQFWwYsE.js.map} +1 -1
- package/dist/{text-simplify-BxIySphr.js → text-simplify-W0rPYWpv.js} +2 -2
- package/dist/text-simplify-W0rPYWpv.js.map +1 -0
- package/dist/widget.js +1 -1
- package/dist/widget.js.map +1 -1
- package/package.json +1 -1
- package/dist/text-simplify-BxIySphr.js.map +0 -1
package/dist/accessify.mjs
CHANGED
|
@@ -6642,16 +6642,16 @@ function FeatureGrid($$anchor, $$props) {
|
|
|
6642
6642
|
const FEATURE_LOADERS = {
|
|
6643
6643
|
contrast: () => import("./contrast-CqsOs6Uo.js"),
|
|
6644
6644
|
"text-size": () => import("./text-size-m_mHNPWo.js"),
|
|
6645
|
-
"keyboard-nav": () => import("./keyboard-nav-
|
|
6645
|
+
"keyboard-nav": () => import("./keyboard-nav-BpS7T_xC.js"),
|
|
6646
6646
|
"link-highlight": () => import("./link-highlight-DBGm067Y.js"),
|
|
6647
6647
|
"reading-guide": () => import("./reading-guide-VT8NciIL.js"),
|
|
6648
6648
|
"reading-mask": () => import("./reading-mask-BABChuCz.js"),
|
|
6649
6649
|
"animation-stop": () => import("./animation-stop-C2Ced0LV.js"),
|
|
6650
6650
|
"hide-images": () => import("./hide-images-DdZdru63.js"),
|
|
6651
6651
|
"big-cursor": () => import("./big-cursor-B2UKu9dQ.js"),
|
|
6652
|
-
"page-structure": () => import("./page-structure-
|
|
6652
|
+
"page-structure": () => import("./page-structure-LQFWwYsE.js"),
|
|
6653
6653
|
tts: () => import("./tts-CjszLRnb.js"),
|
|
6654
|
-
"text-simplify": () => import("./text-simplify-
|
|
6654
|
+
"text-simplify": () => import("./text-simplify-W0rPYWpv.js"),
|
|
6655
6655
|
"alt-text": () => Promise.resolve().then(() => altText)
|
|
6656
6656
|
};
|
|
6657
6657
|
let contrastMode = /* @__PURE__ */ state(proxy(readStoredContrastMode()));
|
|
@@ -8913,8 +8913,6 @@ async function fetchSiteConfig(siteKey, proxyUrl) {
|
|
|
8913
8913
|
}
|
|
8914
8914
|
async function init(userConfig = {}) {
|
|
8915
8915
|
if (widgetInstance) return;
|
|
8916
|
-
const isMobile = navigator.maxTouchPoints > 0 && matchMedia("(pointer:coarse)").matches && !matchMedia("(pointer:fine)").matches;
|
|
8917
|
-
if (isMobile) return;
|
|
8918
8916
|
const dataConfig = window.__accessify_dataConfig || {};
|
|
8919
8917
|
config = { ...DEFAULT_CONFIG, ...dataConfig, ...userConfig };
|
|
8920
8918
|
const siteKey = config.siteKey || config.siteKey;
|
|
@@ -9063,4 +9061,4 @@ export {
|
|
|
9063
9061
|
init as i,
|
|
9064
9062
|
t
|
|
9065
9063
|
};
|
|
9066
|
-
//# sourceMappingURL=index-
|
|
9064
|
+
//# sourceMappingURL=index-DR0ZtVVk.js.map
|