accessify-widget 0.3.100 → 0.3.101
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-BCnhsRbl.js → index-YBJskM7N.js} +4 -4
- package/dist/{index-BCnhsRbl.js.map → index-YBJskM7N.js.map} +1 -1
- package/dist/{keyboard-nav-yfjbY6i4.js → keyboard-nav-BOaVJbHs.js} +2 -2
- package/dist/{keyboard-nav-yfjbY6i4.js.map → keyboard-nav-BOaVJbHs.js.map} +1 -1
- package/dist/{page-structure-sIAqugcR.js → page-structure-BF8C3ZZC.js} +2 -2
- package/dist/{page-structure-sIAqugcR.js.map → page-structure-BF8C3ZZC.js.map} +1 -1
- package/dist/{text-simplify-QxPVLWca.js → text-simplify-B5WcsHdF.js} +45 -1
- package/dist/text-simplify-B5WcsHdF.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-QxPVLWca.js.map +0 -1
package/dist/accessify.mjs
CHANGED
|
@@ -6643,16 +6643,16 @@ function FeatureGrid($$anchor, $$props) {
|
|
|
6643
6643
|
const FEATURE_LOADERS = {
|
|
6644
6644
|
contrast: () => import("./contrast-CqsOs6Uo.js"),
|
|
6645
6645
|
"text-size": () => import("./text-size-m_mHNPWo.js"),
|
|
6646
|
-
"keyboard-nav": () => import("./keyboard-nav-
|
|
6646
|
+
"keyboard-nav": () => import("./keyboard-nav-BOaVJbHs.js"),
|
|
6647
6647
|
"link-highlight": () => import("./link-highlight-DBGm067Y.js"),
|
|
6648
6648
|
"reading-guide": () => import("./reading-guide-VT8NciIL.js"),
|
|
6649
6649
|
"reading-mask": () => import("./reading-mask-CImlx88t.js"),
|
|
6650
6650
|
"animation-stop": () => import("./animation-stop-C2Ced0LV.js"),
|
|
6651
6651
|
"hide-images": () => import("./hide-images-DdZdru63.js"),
|
|
6652
6652
|
"big-cursor": () => import("./big-cursor-B2UKu9dQ.js"),
|
|
6653
|
-
"page-structure": () => import("./page-structure-
|
|
6653
|
+
"page-structure": () => import("./page-structure-BF8C3ZZC.js"),
|
|
6654
6654
|
tts: () => import("./tts-BytU4gzP.js"),
|
|
6655
|
-
"text-simplify": () => import("./text-simplify-
|
|
6655
|
+
"text-simplify": () => import("./text-simplify-B5WcsHdF.js"),
|
|
6656
6656
|
"alt-text": () => Promise.resolve().then(() => altText)
|
|
6657
6657
|
};
|
|
6658
6658
|
let contrastMode = /* @__PURE__ */ state(proxy(readStoredContrastMode()));
|
|
@@ -9109,4 +9109,4 @@ export {
|
|
|
9109
9109
|
init as i,
|
|
9110
9110
|
t
|
|
9111
9111
|
};
|
|
9112
|
-
//# sourceMappingURL=index-
|
|
9112
|
+
//# sourceMappingURL=index-YBJskM7N.js.map
|