@landtrustinc/design-system 1.2.29-beta.0 → 1.2.29-beta.1

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 CHANGED
@@ -9202,6 +9202,7 @@ var PackageCard = ({
9202
9202
  ScrollingCarousel,
9203
9203
  {
9204
9204
  showDots: images.length > 1,
9205
+ showNavigationOnHover: true,
9205
9206
  id: carouselId,
9206
9207
  children: images.filter((image) => !!image).map((image, index) => /* @__PURE__ */ (0, import_jsx_runtime253.jsx)(
9207
9208
  ScrollingCarouselStep,