@planetaexo/design-system 0.89.0 → 0.91.0

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/index.cjs CHANGED
@@ -14440,7 +14440,8 @@ function TripCardEditorial(props) {
14440
14440
  {
14441
14441
  href,
14442
14442
  "aria-label": title,
14443
- className: "absolute inset-0 z-[1] rounded-2xl focus:outline-none focus-visible:ring-2 focus-visible:ring-ring"
14443
+ className: "absolute inset-0 z-[1] rounded-2xl focus:outline-none focus-visible:ring-2 focus-visible:ring-ring",
14444
+ children: /* @__PURE__ */ jsxRuntime.jsx("span", { className: "sr-only", children: title })
14444
14445
  }
14445
14446
  )
14446
14447
  ] });
@@ -18746,7 +18747,8 @@ function HomeHeader({
18746
18747
  target: "_blank",
18747
18748
  rel: "noopener noreferrer",
18748
18749
  "aria-label": "Read our reviews on Trustpilot",
18749
- className: "absolute inset-0 z-10"
18750
+ className: "absolute inset-0 z-10",
18751
+ children: /* @__PURE__ */ jsxRuntime.jsx("span", { className: "sr-only", children: "Read our reviews on Trustpilot" })
18750
18752
  }
18751
18753
  )
18752
18754
  ]