@planetaexo/design-system 0.88.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 +7 -5
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +7 -5
- 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
|
]
|
|
@@ -19429,14 +19431,14 @@ var SIZES = {
|
|
|
19429
19431
|
md: {
|
|
19430
19432
|
pad: "py-20 sm:py-28",
|
|
19431
19433
|
heading: "text-2xl sm:text-3xl lg:text-4xl",
|
|
19432
|
-
chip: "px-
|
|
19433
|
-
gap: "gap-
|
|
19434
|
+
chip: "px-4 py-2 text-[13px] sm:px-5 sm:py-2.5 sm:text-sm",
|
|
19435
|
+
gap: "gap-2 sm:gap-2.5",
|
|
19434
19436
|
chipsMt: "mt-6 sm:mt-9"
|
|
19435
19437
|
},
|
|
19436
19438
|
sm: {
|
|
19437
19439
|
pad: "py-16 sm:py-24",
|
|
19438
19440
|
heading: "text-xl sm:text-2xl lg:text-3xl",
|
|
19439
|
-
chip: "px-
|
|
19441
|
+
chip: "px-3.5 py-1.5 text-xs sm:px-3.5 sm:py-1.5 sm:text-[13px]",
|
|
19440
19442
|
gap: "gap-1.5 sm:gap-2",
|
|
19441
19443
|
chipsMt: "mt-5 sm:mt-7"
|
|
19442
19444
|
}
|