@loafmarkets/ui 0.1.257 → 0.1.259

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
@@ -14910,15 +14910,14 @@ function PropertyBuy({
14910
14910
  }
14911
14911
  }
14912
14912
  ),
14913
- /* @__PURE__ */ jsxRuntime.jsx(
14913
+ /* @__PURE__ */ jsxRuntime.jsx("div", { style: { minWidth: 0, overflow: "hidden" }, children: /* @__PURE__ */ jsxRuntime.jsx(
14914
14914
  PropertyTour,
14915
14915
  {
14916
14916
  title: propertyName,
14917
14917
  src: "/properties/Musgrave/musgrave.mp4",
14918
- className: "h-full !max-w-none",
14919
- style: { maxWidth: "none", width: "100%", height: "100%" }
14918
+ style: { maxWidth: "none", width: "100%", height: "100%", borderRadius: "8px" }
14920
14919
  }
14921
- )
14920
+ ) })
14922
14921
  ] }),
14923
14922
  /* @__PURE__ */ jsxRuntime.jsx(
14924
14923
  OrderConfirmationModal,
@@ -15025,24 +15024,42 @@ var ActivityWrapper = styled9__default.default.div`
15025
15024
  }
15026
15025
  `;
15027
15026
  var NewsVideoRow = styled9__default.default.div`
15028
- display: grid;
15029
- grid-template-columns: minmax(380px, 520px) minmax(0, 1fr);
15027
+ display: flex;
15030
15028
  gap: 1.5rem;
15031
15029
  margin-top: 1.5rem;
15032
15030
  max-width: 1800px;
15033
15031
  margin-left: auto;
15034
15032
  margin-right: auto;
15035
15033
  height: 700px;
15036
- overflow: hidden;
15037
- @media (max-width: 1024px) {
15038
- grid-template-columns: 1fr;
15039
- height: auto;
15040
- gap: 1rem;
15034
+
15035
+ & > *:first-child {
15036
+ flex: 0 0 420px;
15037
+ min-width: 0;
15038
+ overflow: hidden;
15041
15039
  }
15042
- & > * {
15040
+
15041
+ & > *:last-child {
15042
+ flex: 1 1 0;
15043
15043
  min-width: 0;
15044
15044
  overflow: hidden;
15045
15045
  }
15046
+
15047
+ @media (max-width: 1024px) {
15048
+ flex-direction: column;
15049
+ height: auto;
15050
+ gap: 1rem;
15051
+
15052
+ & > *:first-child {
15053
+ flex: none;
15054
+ width: 100%;
15055
+ }
15056
+
15057
+ & > *:last-child {
15058
+ flex: none;
15059
+ width: 100%;
15060
+ min-height: 400px;
15061
+ }
15062
+ }
15046
15063
  `;
15047
15064
  var PaymentOption = styled9__default.default.div`
15048
15065
  display: flex;