accessify-widget 0.3.18 → 0.3.19
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-CP5dVP3n.js → index-ZJae2VzU.js} +4 -4
- package/dist/{index-CP5dVP3n.js.map → index-ZJae2VzU.js.map} +1 -1
- package/dist/{keyboard-nav-CkpZSOmO.js → keyboard-nav-BdSCmx4b.js} +2 -2
- package/dist/{keyboard-nav-CkpZSOmO.js.map → keyboard-nav-BdSCmx4b.js.map} +1 -1
- package/dist/loader.min.js +1 -1
- package/dist/{page-structure-BVbtXdbG.js → page-structure-D6bdtWiD.js} +2 -2
- package/dist/{page-structure-BVbtXdbG.js.map → page-structure-D6bdtWiD.js.map} +1 -1
- package/dist/{text-simplify-Cvhpio7g.js → text-simplify-CU8icsDG.js} +55 -10
- package/dist/text-simplify-CU8icsDG.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-Cvhpio7g.js.map +0 -1
package/dist/accessify.mjs
CHANGED
|
@@ -6637,16 +6637,16 @@ function FeatureGrid($$anchor, $$props) {
|
|
|
6637
6637
|
const FEATURE_LOADERS = {
|
|
6638
6638
|
contrast: () => import("./contrast-CqsICAkU.js"),
|
|
6639
6639
|
"text-size": () => import("./text-size-m_mHNPWo.js"),
|
|
6640
|
-
"keyboard-nav": () => import("./keyboard-nav-
|
|
6640
|
+
"keyboard-nav": () => import("./keyboard-nav-BdSCmx4b.js"),
|
|
6641
6641
|
"link-highlight": () => import("./link-highlight-DBGm067Y.js"),
|
|
6642
6642
|
"reading-guide": () => import("./reading-guide-VT8NciIL.js"),
|
|
6643
6643
|
"reading-mask": () => import("./reading-mask-BABChuCz.js"),
|
|
6644
6644
|
"animation-stop": () => import("./animation-stop-C0MwseK0.js"),
|
|
6645
6645
|
"hide-images": () => import("./hide-images-B_LeCBcd.js"),
|
|
6646
6646
|
"big-cursor": () => import("./big-cursor-B2UKu9dQ.js"),
|
|
6647
|
-
"page-structure": () => import("./page-structure-
|
|
6647
|
+
"page-structure": () => import("./page-structure-D6bdtWiD.js"),
|
|
6648
6648
|
tts: () => import("./tts-CjszLRnb.js"),
|
|
6649
|
-
"text-simplify": () => import("./text-simplify-
|
|
6649
|
+
"text-simplify": () => import("./text-simplify-CU8icsDG.js"),
|
|
6650
6650
|
"alt-text": () => Promise.resolve().then(() => altText)
|
|
6651
6651
|
};
|
|
6652
6652
|
let contrastMode = /* @__PURE__ */ state(proxy(readStoredContrastMode()));
|
|
@@ -8938,4 +8938,4 @@ export {
|
|
|
8938
8938
|
init as i,
|
|
8939
8939
|
t
|
|
8940
8940
|
};
|
|
8941
|
-
//# sourceMappingURL=index-
|
|
8941
|
+
//# sourceMappingURL=index-ZJae2VzU.js.map
|