accessify-widget 0.3.86 → 0.3.88
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-Cyw7C65x.js → index-Dz7xjzMF.js} +7 -7
- package/dist/{index-Cyw7C65x.js.map → index-Dz7xjzMF.js.map} +1 -1
- package/dist/{keyboard-nav-B31LW-g-.js → keyboard-nav-B3NluwBk.js} +2 -2
- package/dist/{keyboard-nav-B31LW-g-.js.map → keyboard-nav-B3NluwBk.js.map} +1 -1
- package/dist/{page-structure-BvXY-FTc.js → page-structure-DASHbcEm.js} +2 -2
- package/dist/{page-structure-BvXY-FTc.js.map → page-structure-DASHbcEm.js.map} +1 -1
- package/dist/{text-simplify-BIFpqadq.js → text-simplify-BxIySphr.js} +2 -2
- package/dist/text-simplify-BxIySphr.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-BIFpqadq.js.map +0 -1
package/dist/accessify.mjs
CHANGED
|
@@ -4764,7 +4764,7 @@ const deJson = {
|
|
|
4764
4764
|
"feature.readingGuide.desc": "Horizontales Lineal zum zeilenweisen Lesen",
|
|
4765
4765
|
"feature.focusHighlight": "Fokus-Hervorhebung",
|
|
4766
4766
|
"feature.focusHighlight.desc": "Sichtbare Umrandung fokussierter Elemente",
|
|
4767
|
-
"feature.animationStop": "Animationen
|
|
4767
|
+
"feature.animationStop": "Animationen pausieren",
|
|
4768
4768
|
"feature.animationStop.desc": "Alle Animationen und Videos pausieren",
|
|
4769
4769
|
"feature.bigCursor": "Großer Mauszeiger",
|
|
4770
4770
|
"feature.bigCursor.desc": "Vergrößerter Mauszeiger für bessere Sichtbarkeit",
|
|
@@ -4855,7 +4855,7 @@ const enJson = {
|
|
|
4855
4855
|
"feature.readingGuide.desc": "Horizontal ruler for line-by-line reading",
|
|
4856
4856
|
"feature.focusHighlight": "Focus Highlight",
|
|
4857
4857
|
"feature.focusHighlight.desc": "Visible outline on focused elements",
|
|
4858
|
-
"feature.animationStop": "
|
|
4858
|
+
"feature.animationStop": "Pause Animations",
|
|
4859
4859
|
"feature.animationStop.desc": "Pause all animations and videos",
|
|
4860
4860
|
"feature.bigCursor": "Big Cursor",
|
|
4861
4861
|
"feature.bigCursor.desc": "Enlarged cursor for better visibility",
|
|
@@ -6642,16 +6642,16 @@ function FeatureGrid($$anchor, $$props) {
|
|
|
6642
6642
|
const FEATURE_LOADERS = {
|
|
6643
6643
|
contrast: () => import("./contrast-CqsOs6Uo.js"),
|
|
6644
6644
|
"text-size": () => import("./text-size-m_mHNPWo.js"),
|
|
6645
|
-
"keyboard-nav": () => import("./keyboard-nav-
|
|
6645
|
+
"keyboard-nav": () => import("./keyboard-nav-B3NluwBk.js"),
|
|
6646
6646
|
"link-highlight": () => import("./link-highlight-DBGm067Y.js"),
|
|
6647
6647
|
"reading-guide": () => import("./reading-guide-VT8NciIL.js"),
|
|
6648
6648
|
"reading-mask": () => import("./reading-mask-BABChuCz.js"),
|
|
6649
6649
|
"animation-stop": () => import("./animation-stop-C2Ced0LV.js"),
|
|
6650
6650
|
"hide-images": () => import("./hide-images-B_LeCBcd.js"),
|
|
6651
6651
|
"big-cursor": () => import("./big-cursor-B2UKu9dQ.js"),
|
|
6652
|
-
"page-structure": () => import("./page-structure-
|
|
6652
|
+
"page-structure": () => import("./page-structure-DASHbcEm.js"),
|
|
6653
6653
|
tts: () => import("./tts-CjszLRnb.js"),
|
|
6654
|
-
"text-simplify": () => import("./text-simplify-
|
|
6654
|
+
"text-simplify": () => import("./text-simplify-BxIySphr.js"),
|
|
6655
6655
|
"alt-text": () => Promise.resolve().then(() => altText)
|
|
6656
6656
|
};
|
|
6657
6657
|
let contrastMode = /* @__PURE__ */ state(proxy(readStoredContrastMode()));
|
|
@@ -7800,7 +7800,7 @@ function createWidgetStyles(config2) {
|
|
|
7800
7800
|
}
|
|
7801
7801
|
.accessify-trigger:hover { transform: translateY(-2px); box-shadow: 0 8px 28px rgba(50,60,100,0.6); }
|
|
7802
7802
|
.accessify-trigger:active { transform: scale(0.96); }
|
|
7803
|
-
.accessify-trigger--hidden {
|
|
7803
|
+
.accessify-trigger--hidden { display:none; }
|
|
7804
7804
|
.accessify-trigger svg { width: 26px; height: 26px; }
|
|
7805
7805
|
.accessify-trigger--dragging { cursor: grabbing !important; opacity: 0.85; }
|
|
7806
7806
|
|
|
@@ -9063,4 +9063,4 @@ export {
|
|
|
9063
9063
|
init as i,
|
|
9064
9064
|
t
|
|
9065
9065
|
};
|
|
9066
|
-
//# sourceMappingURL=index-
|
|
9066
|
+
//# sourceMappingURL=index-Dz7xjzMF.js.map
|