accessify-widget 0.3.21 → 0.3.23
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-bqpA9Puf.js → index-DtfWwkIc.js} +12 -7
- package/dist/{index-bqpA9Puf.js.map → index-DtfWwkIc.js.map} +1 -1
- package/dist/{keyboard-nav-CPnRSBAa.js → keyboard-nav-BYxQr4yQ.js} +2 -2
- package/dist/{keyboard-nav-CPnRSBAa.js.map → keyboard-nav-BYxQr4yQ.js.map} +1 -1
- package/dist/loader.min.js +1 -1
- package/dist/{page-structure-Bp15mzNy.js → page-structure-qtN1Cycs.js} +2 -2
- package/dist/{page-structure-Bp15mzNy.js.map → page-structure-qtN1Cycs.js.map} +1 -1
- package/dist/{text-simplify-DPTSSdUB.js → text-simplify-BH_5q_V4.js} +40 -1
- package/dist/text-simplify-BH_5q_V4.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-DPTSSdUB.js.map +0 -1
package/dist/accessify.mjs
CHANGED
|
@@ -4827,7 +4827,9 @@ const deJson = {
|
|
|
4827
4827
|
"footer.disclaimer": "Dieses Widget verbessert die Barrierefreiheit, ersetzt aber keine barrierefreie Webentwicklung.",
|
|
4828
4828
|
"footer.docs": "Dokumentation",
|
|
4829
4829
|
"footer.github": "GitHub",
|
|
4830
|
-
"bfsg.notice": "Hinweis: Dieses Overlay-Tool allein erfüllt nicht die Anforderungen des BFSG. Professionelle Barrierefreiheit erfordert strukturelle Änderungen am Quellcode."
|
|
4830
|
+
"bfsg.notice": "Hinweis: Dieses Overlay-Tool allein erfüllt nicht die Anforderungen des BFSG. Professionelle Barrierefreiheit erfordert strukturelle Änderungen am Quellcode.",
|
|
4831
|
+
"disclaimer.ai": "Teile dieser Seite wurden mit KI vereinfacht. Der Originaltext kann über das Barrierefreiheits-Widget wiederhergestellt werden.",
|
|
4832
|
+
"disclaimer.dismiss": "Schließen"
|
|
4831
4833
|
};
|
|
4832
4834
|
const enJson = {
|
|
4833
4835
|
"widget.title": "Accessibility",
|
|
@@ -4916,7 +4918,9 @@ const enJson = {
|
|
|
4916
4918
|
"footer.disclaimer": "This widget enhances accessibility but does not replace accessible web development.",
|
|
4917
4919
|
"footer.docs": "Documentation",
|
|
4918
4920
|
"footer.github": "GitHub",
|
|
4919
|
-
"bfsg.notice": "Note: This overlay tool alone does not meet BFSG requirements. Full accessibility requires structural changes to the source code."
|
|
4921
|
+
"bfsg.notice": "Note: This overlay tool alone does not meet BFSG requirements. Full accessibility requires structural changes to the source code.",
|
|
4922
|
+
"disclaimer.ai": "Parts of this page have been simplified using AI. Original text can be restored via the accessibility widget.",
|
|
4923
|
+
"disclaimer.dismiss": "Dismiss"
|
|
4920
4924
|
};
|
|
4921
4925
|
const EN_BASE = {
|
|
4922
4926
|
...enJson,
|
|
@@ -6637,16 +6641,16 @@ function FeatureGrid($$anchor, $$props) {
|
|
|
6637
6641
|
const FEATURE_LOADERS = {
|
|
6638
6642
|
contrast: () => import("./contrast-CqsICAkU.js"),
|
|
6639
6643
|
"text-size": () => import("./text-size-m_mHNPWo.js"),
|
|
6640
|
-
"keyboard-nav": () => import("./keyboard-nav-
|
|
6644
|
+
"keyboard-nav": () => import("./keyboard-nav-BYxQr4yQ.js"),
|
|
6641
6645
|
"link-highlight": () => import("./link-highlight-DBGm067Y.js"),
|
|
6642
6646
|
"reading-guide": () => import("./reading-guide-VT8NciIL.js"),
|
|
6643
6647
|
"reading-mask": () => import("./reading-mask-BABChuCz.js"),
|
|
6644
6648
|
"animation-stop": () => import("./animation-stop-C0MwseK0.js"),
|
|
6645
6649
|
"hide-images": () => import("./hide-images-B_LeCBcd.js"),
|
|
6646
6650
|
"big-cursor": () => import("./big-cursor-B2UKu9dQ.js"),
|
|
6647
|
-
"page-structure": () => import("./page-structure-
|
|
6651
|
+
"page-structure": () => import("./page-structure-qtN1Cycs.js"),
|
|
6648
6652
|
tts: () => import("./tts-CjszLRnb.js"),
|
|
6649
|
-
"text-simplify": () => import("./text-simplify-
|
|
6653
|
+
"text-simplify": () => import("./text-simplify-BH_5q_V4.js"),
|
|
6650
6654
|
"alt-text": () => Promise.resolve().then(() => altText)
|
|
6651
6655
|
};
|
|
6652
6656
|
let contrastMode = /* @__PURE__ */ state(proxy(readStoredContrastMode()));
|
|
@@ -7738,6 +7742,7 @@ function createWidgetStyles(config2) {
|
|
|
7738
7742
|
--accent: #e8837c;
|
|
7739
7743
|
--accent-soft: rgba(232,131,124,0.15);
|
|
7740
7744
|
--accent-on: #fff;
|
|
7745
|
+
--logo-color: #e8837c;
|
|
7741
7746
|
--shadow: 0 12px 48px rgba(0,0,0,0.35);
|
|
7742
7747
|
--fast: 140ms ease;
|
|
7743
7748
|
${brandOverrides}
|
|
@@ -7804,7 +7809,7 @@ function createWidgetStyles(config2) {
|
|
|
7804
7809
|
.accessify-header-left { display: flex; align-items: center; gap: 10px; }
|
|
7805
7810
|
.accessify-header-actions { display: flex; align-items: center; gap: 6px; }
|
|
7806
7811
|
|
|
7807
|
-
.accessify-logo { display: inline-flex; color: var(--
|
|
7812
|
+
.accessify-logo { display: inline-flex; color: var(--logo-color); }
|
|
7808
7813
|
.accessify-logo svg { height: 24px; width: auto; }
|
|
7809
7814
|
|
|
7810
7815
|
.accessify-header-btn {
|
|
@@ -8952,4 +8957,4 @@ export {
|
|
|
8952
8957
|
init as i,
|
|
8953
8958
|
t
|
|
8954
8959
|
};
|
|
8955
|
-
//# sourceMappingURL=index-
|
|
8960
|
+
//# sourceMappingURL=index-DtfWwkIc.js.map
|