accessify-widget 0.3.34 → 0.3.35
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-BG6LNf5h.js → index-f80f4-e4.js} +4 -4
- package/dist/{index-BG6LNf5h.js.map → index-f80f4-e4.js.map} +1 -1
- package/dist/{keyboard-nav-BjMDStEd.js → keyboard-nav-CSajPv9n.js} +2 -2
- package/dist/{keyboard-nav-BjMDStEd.js.map → keyboard-nav-CSajPv9n.js.map} +1 -1
- package/dist/loader.min.js +1 -1
- package/dist/{page-structure-BfDi-GEx.js → page-structure-BRj8VMOY.js} +2 -2
- package/dist/{page-structure-BfDi-GEx.js.map → page-structure-BRj8VMOY.js.map} +1 -1
- package/dist/{text-simplify-Cfykj7Ak.js → text-simplify-CK2GFhq2.js} +3 -46
- package/dist/text-simplify-CK2GFhq2.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-Cfykj7Ak.js.map +0 -1
package/dist/accessify.mjs
CHANGED
|
@@ -6641,16 +6641,16 @@ function FeatureGrid($$anchor, $$props) {
|
|
|
6641
6641
|
const FEATURE_LOADERS = {
|
|
6642
6642
|
contrast: () => import("./contrast-CqsICAkU.js"),
|
|
6643
6643
|
"text-size": () => import("./text-size-m_mHNPWo.js"),
|
|
6644
|
-
"keyboard-nav": () => import("./keyboard-nav-
|
|
6644
|
+
"keyboard-nav": () => import("./keyboard-nav-CSajPv9n.js"),
|
|
6645
6645
|
"link-highlight": () => import("./link-highlight-DBGm067Y.js"),
|
|
6646
6646
|
"reading-guide": () => import("./reading-guide-VT8NciIL.js"),
|
|
6647
6647
|
"reading-mask": () => import("./reading-mask-BABChuCz.js"),
|
|
6648
6648
|
"animation-stop": () => import("./animation-stop-_chC8bg1.js"),
|
|
6649
6649
|
"hide-images": () => import("./hide-images-B_LeCBcd.js"),
|
|
6650
6650
|
"big-cursor": () => import("./big-cursor-B2UKu9dQ.js"),
|
|
6651
|
-
"page-structure": () => import("./page-structure-
|
|
6651
|
+
"page-structure": () => import("./page-structure-BRj8VMOY.js"),
|
|
6652
6652
|
tts: () => import("./tts-CjszLRnb.js"),
|
|
6653
|
-
"text-simplify": () => import("./text-simplify-
|
|
6653
|
+
"text-simplify": () => import("./text-simplify-CK2GFhq2.js"),
|
|
6654
6654
|
"alt-text": () => Promise.resolve().then(() => altText)
|
|
6655
6655
|
};
|
|
6656
6656
|
let contrastMode = /* @__PURE__ */ state(proxy(readStoredContrastMode()));
|
|
@@ -8971,4 +8971,4 @@ export {
|
|
|
8971
8971
|
init as i,
|
|
8972
8972
|
t
|
|
8973
8973
|
};
|
|
8974
|
-
//# sourceMappingURL=index-
|
|
8974
|
+
//# sourceMappingURL=index-f80f4-e4.js.map
|