bonprix-design-system 0.57.0 → 0.57.2
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.js +3 -2
- package/dist/index.js.map +1 -1
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -13346,7 +13346,7 @@ const zE = ({ children: e, theme: t, className: n, inline: r = !1 }) => /* @__PU
|
|
|
13346
13346
|
l.isIntersecting ? l.target.removeAttribute("inert") : l.target.setAttribute("inert", "");
|
|
13347
13347
|
});
|
|
13348
13348
|
},
|
|
13349
|
-
{ root: t.current, threshold:
|
|
13349
|
+
{ root: t.current, threshold: 0 }
|
|
13350
13350
|
);
|
|
13351
13351
|
return a(o), () => {
|
|
13352
13352
|
o.disconnect(), a(null);
|
|
@@ -19514,7 +19514,8 @@ const HS = (e) => /* @__PURE__ */ i.createElement("svg", { xmlns: "http://www.w3
|
|
|
19514
19514
|
startPriceLabel: "text-[9px]/[11px]",
|
|
19515
19515
|
startPrice: "col-start-2 min-w-[50px]",
|
|
19516
19516
|
discountPrice: "col-start-2 text-clr-voucher min-w-[50px]",
|
|
19517
|
-
finalPriceRow: "flex gap-2 justify-end col-span-full items-baseline mt-1 only:mt-0",
|
|
19517
|
+
finalPriceRow: "flex gap-2 justify-end col-span-full items-baseline mt-1 only:mt-0 relative",
|
|
19518
|
+
// relative is needed to make sure sr-only text doesn't overflow and cause bugs in scroll areas!
|
|
19518
19519
|
finalPrice: "text-[14px]/[14px] min-w-[50px]",
|
|
19519
19520
|
finalPriceLabel: "sr-only"
|
|
19520
19521
|
},
|