@loafmarkets/ui 0.1.256 → 0.1.258

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.mjs CHANGED
@@ -14884,14 +14884,14 @@ function PropertyBuy({
14884
14884
  }
14885
14885
  }
14886
14886
  ),
14887
- /* @__PURE__ */ jsx(
14887
+ /* @__PURE__ */ jsx("div", { style: { minWidth: 0, overflow: "hidden" }, children: /* @__PURE__ */ jsx(
14888
14888
  PropertyTour,
14889
14889
  {
14890
14890
  title: propertyName,
14891
14891
  src: "/properties/Musgrave/musgrave.mp4",
14892
- className: "h-full !max-w-none"
14892
+ style: { maxWidth: "none", width: "100%", height: "100%", borderRadius: "8px" }
14893
14893
  }
14894
- )
14894
+ ) })
14895
14895
  ] }),
14896
14896
  /* @__PURE__ */ jsx(
14897
14897
  OrderConfirmationModal,