@loafmarkets/ui 0.1.257 → 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,15 +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",
14893
- style: { maxWidth: "none", width: "100%", height: "100%" }
14892
+ style: { maxWidth: "none", width: "100%", height: "100%", borderRadius: "8px" }
14894
14893
  }
14895
- )
14894
+ ) })
14896
14895
  ] }),
14897
14896
  /* @__PURE__ */ jsx(
14898
14897
  OrderConfirmationModal,