accessify-widget 0.3.36 → 0.3.38
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-CF6zt6Sk.js → index-Bgb3ILLq.js} +6 -6
- package/dist/{index-CF6zt6Sk.js.map → index-Bgb3ILLq.js.map} +1 -1
- package/dist/{keyboard-nav-D3nz_i_p.js → keyboard-nav-BOWxbDrQ.js} +2 -2
- package/dist/{keyboard-nav-D3nz_i_p.js.map → keyboard-nav-BOWxbDrQ.js.map} +1 -1
- package/dist/loader.min.js +1 -1
- package/dist/{page-structure-BMAMHME7.js → page-structure-BYAhe_xH.js} +2 -2
- package/dist/{page-structure-BMAMHME7.js.map → page-structure-BYAhe_xH.js.map} +1 -1
- package/dist/widget.js +1 -1
- package/dist/widget.js.map +1 -1
- package/package.json +1 -1
package/dist/accessify.mjs
CHANGED
|
@@ -6661,14 +6661,14 @@ function FeatureGrid($$anchor, $$props) {
|
|
|
6661
6661
|
const FEATURE_LOADERS = {
|
|
6662
6662
|
contrast: () => import("./contrast-CqsICAkU.js"),
|
|
6663
6663
|
"text-size": () => import("./text-size-m_mHNPWo.js"),
|
|
6664
|
-
"keyboard-nav": () => import("./keyboard-nav-
|
|
6664
|
+
"keyboard-nav": () => import("./keyboard-nav-BOWxbDrQ.js"),
|
|
6665
6665
|
"link-highlight": () => import("./link-highlight-DBGm067Y.js"),
|
|
6666
6666
|
"reading-guide": () => import("./reading-guide-VT8NciIL.js"),
|
|
6667
6667
|
"reading-mask": () => import("./reading-mask-BABChuCz.js"),
|
|
6668
6668
|
"animation-stop": () => import("./animation-stop-_chC8bg1.js"),
|
|
6669
6669
|
"hide-images": () => import("./hide-images-B_LeCBcd.js"),
|
|
6670
6670
|
"big-cursor": () => import("./big-cursor-B2UKu9dQ.js"),
|
|
6671
|
-
"page-structure": () => import("./page-structure-
|
|
6671
|
+
"page-structure": () => import("./page-structure-BYAhe_xH.js"),
|
|
6672
6672
|
tts: () => import("./tts-CjszLRnb.js"),
|
|
6673
6673
|
"text-simplify": () => import("./text-simplify-CK2GFhq2.js"),
|
|
6674
6674
|
"alt-text": () => Promise.resolve().then(() => altText)
|
|
@@ -6873,9 +6873,9 @@ function FeatureGrid($$anchor, $$props) {
|
|
|
6873
6873
|
div_5,
|
|
6874
6874
|
20,
|
|
6875
6875
|
() => [
|
|
6876
|
-
{ pct:
|
|
6877
|
-
{ pct:
|
|
6878
|
-
{ pct:
|
|
6876
|
+
{ pct: 85, size: "11px" },
|
|
6877
|
+
{ pct: 125, size: "16px" },
|
|
6878
|
+
{ pct: 150, size: "20px" }
|
|
6879
6879
|
],
|
|
6880
6880
|
index,
|
|
6881
6881
|
($$anchor3, step) => {
|
|
@@ -8984,4 +8984,4 @@ export {
|
|
|
8984
8984
|
init as i,
|
|
8985
8985
|
t
|
|
8986
8986
|
};
|
|
8987
|
-
//# sourceMappingURL=index-
|
|
8987
|
+
//# sourceMappingURL=index-Bgb3ILLq.js.map
|