accessify-widget 0.3.22 → 0.3.24

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.
@@ -1,4 +1,4 @@
1
- import { d, i } from "./index-BmRIdckG.js";
1
+ import { d, i } from "./index-DXnKqnZL.js";
2
2
  export {
3
3
  d as destroy,
4
4
  i as init
@@ -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-DAvSVcs1.js"),
6644
+ "keyboard-nav": () => import("./keyboard-nav-CYtlKZe7.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-PgMFtIEj.js"),
6651
+ "page-structure": () => import("./page-structure-C22kMA_o.js"),
6648
6652
  tts: () => import("./tts-CjszLRnb.js"),
6649
- "text-simplify": () => import("./text-simplify-DPTSSdUB.js"),
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()));
@@ -7783,7 +7787,7 @@ function createWidgetStyles(config2) {
7783
7787
  position: fixed; top: 0; bottom: 0;
7784
7788
  ${isRight ? "right: 0" : "left: 0"};
7785
7789
  z-index: ${z - 1};
7786
- width: min(${panelW}, 100vw); height: 100vh;
7790
+ width: min(${panelW}, 100vw); height: 100vh; height: 100dvh;
7787
7791
  display: flex; flex-direction: column;
7788
7792
  border-radius: ${panelRadius};
7789
7793
  background: var(--surface);
@@ -7926,6 +7930,7 @@ function createWidgetStyles(config2) {
7926
7930
  /* ─── Scrollable Body ─── */
7927
7931
  .accessify-body {
7928
7932
  flex: 1 1 auto;
7933
+ min-height: 0;
7929
7934
  display: flex; flex-direction: column; gap: var(--gap);
7930
7935
  padding: var(--gap) var(--pad);
7931
7936
  overflow-y: auto; overscroll-behavior: contain;
@@ -8953,4 +8958,4 @@ export {
8953
8958
  init as i,
8954
8959
  t
8955
8960
  };
8956
- //# sourceMappingURL=index-BmRIdckG.js.map
8961
+ //# sourceMappingURL=index-DXnKqnZL.js.map