accessify-widget 0.3.71 → 0.3.73
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/LICENSE +21 -0
- package/dist/accessify.min.js +1 -1
- package/dist/accessify.min.js.map +1 -1
- package/dist/accessify.mjs +1 -1
- package/dist/{index-DLo9u9kS.js → index-CJB-hRuq.js} +7 -7
- package/dist/{index-DLo9u9kS.js.map → index-CJB-hRuq.js.map} +1 -1
- package/dist/{keyboard-nav-C9qVZ3e8.js → keyboard-nav-Bxe4jywQ.js} +2 -2
- package/dist/{keyboard-nav-C9qVZ3e8.js.map → keyboard-nav-Bxe4jywQ.js.map} +1 -1
- package/dist/{page-structure-DL3Xdzlm.js → page-structure-BOFg6Zbt.js} +2 -2
- package/dist/{page-structure-DL3Xdzlm.js.map → page-structure-BOFg6Zbt.js.map} +1 -1
- package/dist/widget.js +1 -1
- package/dist/widget.js.map +1 -1
- package/package.json +10 -10
package/dist/accessify.mjs
CHANGED
|
@@ -4749,7 +4749,7 @@ const deJson = {
|
|
|
4749
4749
|
"profile.cognitive": "Kognitive Unterstützung",
|
|
4750
4750
|
"profile.cognitive.desc": "Lesehilfen, Abstände und einfachere Schrift",
|
|
4751
4751
|
"profile.seizureSafe": "Anfallssicher",
|
|
4752
|
-
"profile.seizureSafe.desc": "Animationen
|
|
4752
|
+
"profile.seizureSafe.desc": "Animationen pausieren und Reize reduzieren",
|
|
4753
4753
|
"profile.adhdFriendly": "ADHS-freundlich",
|
|
4754
4754
|
"profile.adhdFriendly.desc": "Ablenkungen reduzieren und Fokus verbessern",
|
|
4755
4755
|
"feature.contrast": "Kontrast",
|
|
@@ -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",
|
|
@@ -4840,7 +4840,7 @@ const enJson = {
|
|
|
4840
4840
|
"profile.cognitive": "Cognitive Support",
|
|
4841
4841
|
"profile.cognitive.desc": "Reading aids, spacing, and simpler fonts",
|
|
4842
4842
|
"profile.seizureSafe": "Seizure Safe",
|
|
4843
|
-
"profile.seizureSafe.desc": "
|
|
4843
|
+
"profile.seizureSafe.desc": "Pause animations and reduce stimuli",
|
|
4844
4844
|
"profile.adhdFriendly": "ADHD Friendly",
|
|
4845
4845
|
"profile.adhdFriendly.desc": "Reduce distractions and improve focus",
|
|
4846
4846
|
"feature.contrast": "Contrast",
|
|
@@ -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,14 +6642,14 @@ 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-Bxe4jywQ.js"),
|
|
6646
6646
|
"link-highlight": () => import("./link-highlight-D9gxFmiG.js"),
|
|
6647
6647
|
"reading-guide": () => import("./reading-guide-C_jxzorm.js"),
|
|
6648
6648
|
"reading-mask": () => import("./reading-mask-B_NxbhTN.js"),
|
|
6649
6649
|
"animation-stop": () => import("./animation-stop-DrDe9Q9n.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-BOFg6Zbt.js"),
|
|
6653
6653
|
tts: () => import("./tts-CjszLRnb.js"),
|
|
6654
6654
|
"text-simplify": () => import("./text-simplify-BIFpqadq.js"),
|
|
6655
6655
|
"alt-text": () => Promise.resolve().then(() => altText)
|
|
@@ -9099,4 +9099,4 @@ export {
|
|
|
9099
9099
|
init as i,
|
|
9100
9100
|
t
|
|
9101
9101
|
};
|
|
9102
|
-
//# sourceMappingURL=index-
|
|
9102
|
+
//# sourceMappingURL=index-CJB-hRuq.js.map
|