@landtrustinc/design-system 1.2.28 → 1.2.29-beta.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.js +4 -3
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -8486,6 +8486,8 @@ var button = (position2) => import_react52.css`
|
|
|
8486
8486
|
position: absolute;
|
|
8487
8487
|
opacity: 0.9;
|
|
8488
8488
|
transition: transform 0.3s ease, opacity 0.3s ease;
|
|
8489
|
+
padding: 0;
|
|
8490
|
+
border-width: 0;
|
|
8489
8491
|
|
|
8490
8492
|
${position2 === "left-right" && `
|
|
8491
8493
|
top: calc(50% - (var(--spacing-12) / 2));
|
|
@@ -8511,7 +8513,7 @@ var buttonLeft = (position2) => import_react52.css`
|
|
|
8511
8513
|
${button(position2)}
|
|
8512
8514
|
|
|
8513
8515
|
${position2 === "left-right" && `
|
|
8514
|
-
left:
|
|
8516
|
+
left: var(--spacing-2);
|
|
8515
8517
|
`}
|
|
8516
8518
|
|
|
8517
8519
|
${position2 === "bottom" && `
|
|
@@ -8551,7 +8553,7 @@ var buttonRight = (position2) => import_react52.css`
|
|
|
8551
8553
|
${button(position2)}
|
|
8552
8554
|
|
|
8553
8555
|
${position2 === "left-right" && `
|
|
8554
|
-
right:
|
|
8556
|
+
right: var(--spacing-2);
|
|
8555
8557
|
`}
|
|
8556
8558
|
|
|
8557
8559
|
${position2 === "bottom" && `
|
|
@@ -9200,7 +9202,6 @@ var PackageCard = ({
|
|
|
9200
9202
|
ScrollingCarousel,
|
|
9201
9203
|
{
|
|
9202
9204
|
showDots: images.length > 1,
|
|
9203
|
-
showNavigationOnHover: true,
|
|
9204
9205
|
id: carouselId,
|
|
9205
9206
|
children: images.filter((image) => !!image).map((image, index) => /* @__PURE__ */ (0, import_jsx_runtime253.jsx)(
|
|
9206
9207
|
ScrollingCarouselStep,
|