@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 +4 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +4 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -14419,7 +14419,8 @@ function TripCardEditorial(props) {
|
|
|
14419
14419
|
{
|
|
14420
14420
|
href,
|
|
14421
14421
|
"aria-label": title,
|
|
14422
|
-
className: "absolute inset-0 z-[1] rounded-2xl focus:outline-none focus-visible:ring-2 focus-visible:ring-ring"
|
|
14422
|
+
className: "absolute inset-0 z-[1] rounded-2xl focus:outline-none focus-visible:ring-2 focus-visible:ring-ring",
|
|
14423
|
+
children: /* @__PURE__ */ jsx("span", { className: "sr-only", children: title })
|
|
14423
14424
|
}
|
|
14424
14425
|
)
|
|
14425
14426
|
] });
|
|
@@ -18725,7 +18726,8 @@ function HomeHeader({
|
|
|
18725
18726
|
target: "_blank",
|
|
18726
18727
|
rel: "noopener noreferrer",
|
|
18727
18728
|
"aria-label": "Read our reviews on Trustpilot",
|
|
18728
|
-
className: "absolute inset-0 z-10"
|
|
18729
|
+
className: "absolute inset-0 z-10",
|
|
18730
|
+
children: /* @__PURE__ */ jsx("span", { className: "sr-only", children: "Read our reviews on Trustpilot" })
|
|
18729
18731
|
}
|
|
18730
18732
|
)
|
|
18731
18733
|
]
|