accessify-widget 0.3.105 → 0.3.106
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-De-vZj27.js → index-DKUNpue7.js} +5 -5
- package/dist/{index-De-vZj27.js.map → index-DKUNpue7.js.map} +1 -1
- package/dist/{keyboard-nav-CC3-Xa0Q.js → keyboard-nav-D01VJIpz.js} +2 -2
- package/dist/{keyboard-nav-CC3-Xa0Q.js.map → keyboard-nav-D01VJIpz.js.map} +1 -1
- package/dist/{page-structure-Buh7vuTK.js → page-structure-GXASB0yA.js} +2 -2
- package/dist/{page-structure-Buh7vuTK.js.map → page-structure-GXASB0yA.js.map} +1 -1
- package/dist/style-pass-guard-5_y4Txvz.js +16 -0
- package/dist/style-pass-guard-5_y4Txvz.js.map +1 -0
- package/dist/{text-simplify-YuRRlyGQ.js → text-simplify-PzKJiCer.js} +47 -2
- package/dist/text-simplify-PzKJiCer.js.map +1 -0
- package/dist/{text-size-m_mHNPWo.js → text-size-BNrbtlkH.js} +28 -18
- package/dist/text-size-BNrbtlkH.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-YuRRlyGQ.js.map +0 -1
- package/dist/text-size-m_mHNPWo.js.map +0 -1
package/dist/accessify.mjs
CHANGED
|
@@ -6662,17 +6662,17 @@ function FeatureGrid($$anchor, $$props) {
|
|
|
6662
6662
|
const loadedModules = /* @__PURE__ */ new Map();
|
|
6663
6663
|
const FEATURE_LOADERS = {
|
|
6664
6664
|
contrast: () => import("./contrast-CqsOs6Uo.js"),
|
|
6665
|
-
"text-size": () => import("./text-size-
|
|
6666
|
-
"keyboard-nav": () => import("./keyboard-nav-
|
|
6665
|
+
"text-size": () => import("./text-size-BNrbtlkH.js"),
|
|
6666
|
+
"keyboard-nav": () => import("./keyboard-nav-D01VJIpz.js"),
|
|
6667
6667
|
"link-highlight": () => import("./link-highlight-DBGm067Y.js"),
|
|
6668
6668
|
"reading-guide": () => import("./reading-guide-VT8NciIL.js"),
|
|
6669
6669
|
"reading-mask": () => import("./reading-mask-CImlx88t.js"),
|
|
6670
6670
|
"animation-stop": () => import("./animation-stop-C2Ced0LV.js"),
|
|
6671
6671
|
"hide-images": () => import("./hide-images-DdZdru63.js"),
|
|
6672
6672
|
"big-cursor": () => import("./big-cursor-B2UKu9dQ.js"),
|
|
6673
|
-
"page-structure": () => import("./page-structure-
|
|
6673
|
+
"page-structure": () => import("./page-structure-GXASB0yA.js"),
|
|
6674
6674
|
tts: () => import("./tts-BytU4gzP.js"),
|
|
6675
|
-
"text-simplify": () => import("./text-simplify-
|
|
6675
|
+
"text-simplify": () => import("./text-simplify-PzKJiCer.js"),
|
|
6676
6676
|
"alt-text": () => Promise.resolve().then(() => altText)
|
|
6677
6677
|
};
|
|
6678
6678
|
let contrastMode = /* @__PURE__ */ state(proxy(readStoredContrastMode()));
|
|
@@ -9197,4 +9197,4 @@ export {
|
|
|
9197
9197
|
init as i,
|
|
9198
9198
|
t
|
|
9199
9199
|
};
|
|
9200
|
-
//# sourceMappingURL=index-
|
|
9200
|
+
//# sourceMappingURL=index-DKUNpue7.js.map
|