@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.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
|
]
|
|
@@ -19450,14 +19452,14 @@ var SIZES = {
|
|
|
19450
19452
|
md: {
|
|
19451
19453
|
pad: "py-20 sm:py-28",
|
|
19452
19454
|
heading: "text-2xl sm:text-3xl lg:text-4xl",
|
|
19453
|
-
chip: "px-
|
|
19454
|
-
gap: "gap-
|
|
19455
|
+
chip: "px-4 py-2 text-[13px] sm:px-5 sm:py-2.5 sm:text-sm",
|
|
19456
|
+
gap: "gap-2 sm:gap-2.5",
|
|
19455
19457
|
chipsMt: "mt-6 sm:mt-9"
|
|
19456
19458
|
},
|
|
19457
19459
|
sm: {
|
|
19458
19460
|
pad: "py-16 sm:py-24",
|
|
19459
19461
|
heading: "text-xl sm:text-2xl lg:text-3xl",
|
|
19460
|
-
chip: "px-
|
|
19462
|
+
chip: "px-3.5 py-1.5 text-xs sm:px-3.5 sm:py-1.5 sm:text-[13px]",
|
|
19461
19463
|
gap: "gap-1.5 sm:gap-2",
|
|
19462
19464
|
chipsMt: "mt-5 sm:mt-7"
|
|
19463
19465
|
}
|