accessify-widget 0.3.24 → 0.3.26

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-DXnKqnZL.js";
1
+ import { d, i } from "./index-BS9-WNVn.js";
2
2
  export {
3
3
  d as destroy,
4
4
  i as init
@@ -6641,14 +6641,14 @@ function FeatureGrid($$anchor, $$props) {
6641
6641
  const FEATURE_LOADERS = {
6642
6642
  contrast: () => import("./contrast-CqsICAkU.js"),
6643
6643
  "text-size": () => import("./text-size-m_mHNPWo.js"),
6644
- "keyboard-nav": () => import("./keyboard-nav-CYtlKZe7.js"),
6644
+ "keyboard-nav": () => import("./keyboard-nav-DsNB3hr3.js"),
6645
6645
  "link-highlight": () => import("./link-highlight-DBGm067Y.js"),
6646
6646
  "reading-guide": () => import("./reading-guide-VT8NciIL.js"),
6647
6647
  "reading-mask": () => import("./reading-mask-BABChuCz.js"),
6648
6648
  "animation-stop": () => import("./animation-stop-C0MwseK0.js"),
6649
6649
  "hide-images": () => import("./hide-images-B_LeCBcd.js"),
6650
6650
  "big-cursor": () => import("./big-cursor-B2UKu9dQ.js"),
6651
- "page-structure": () => import("./page-structure-C22kMA_o.js"),
6651
+ "page-structure": () => import("./page-structure-DY1T74U2.js"),
6652
6652
  tts: () => import("./tts-CjszLRnb.js"),
6653
6653
  "text-simplify": () => import("./text-simplify-BH_5q_V4.js"),
6654
6654
  "alt-text": () => Promise.resolve().then(() => altText)
@@ -7791,6 +7791,7 @@ function createWidgetStyles(config2) {
7791
7791
  display: flex; flex-direction: column;
7792
7792
  border-radius: ${panelRadius};
7793
7793
  background: var(--surface);
7794
+ overflow: hidden;
7794
7795
  color: var(--text);
7795
7796
  box-shadow: var(--shadow);
7796
7797
  transition: opacity 200ms ease, transform 200ms ease;
@@ -8057,9 +8058,9 @@ function createWidgetStyles(config2) {
8057
8058
  .accessify-card-info:hover, .accessify-card-info:focus-visible { opacity: 1; color: var(--accent); }
8058
8059
  .accessify-card-tooltip {
8059
8060
  display: none; position: absolute;
8060
- top: calc(100% + 6px); ${isRight ? "right: 0" : "left: 0"};
8061
- width: 180px; padding: 10px 12px;
8062
- border-radius: 10px; background: #2a3158; color: var(--text);
8061
+ bottom: calc(100% + 6px); right: -8px;
8062
+ width: 200px; padding: 10px 12px;
8063
+ border-radius: 10px; background: #2a3158; color: #f1f5f9;
8063
8064
  font-size: 12px; font-weight: 500; line-height: 1.4;
8064
8065
  text-align: left; white-space: normal;
8065
8066
  box-shadow: 0 6px 24px rgba(0,0,0,0.5);
@@ -8070,8 +8071,8 @@ function createWidgetStyles(config2) {
8070
8071
  display: block;
8071
8072
  }
8072
8073
  .accessify-card-tooltip::before {
8073
- content: ''; position: absolute; bottom: 100%; ${isRight ? "right: 4px" : "left: 4px"};
8074
- border: 5px solid transparent; border-bottom-color: #2a3158;
8074
+ content: ''; position: absolute; top: 100%; right: 12px;
8075
+ border: 5px solid transparent; border-top-color: #2a3158;
8075
8076
  }
8076
8077
 
8077
8078
  /* ─── Section Divider ─── */
@@ -8958,4 +8959,4 @@ export {
8958
8959
  init as i,
8959
8960
  t
8960
8961
  };
8961
- //# sourceMappingURL=index-DXnKqnZL.js.map
8962
+ //# sourceMappingURL=index-BS9-WNVn.js.map