@loafmarkets/ui 0.1.256 → 0.1.257
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 +2 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -14889,7 +14889,8 @@ function PropertyBuy({
|
|
|
14889
14889
|
{
|
|
14890
14890
|
title: propertyName,
|
|
14891
14891
|
src: "/properties/Musgrave/musgrave.mp4",
|
|
14892
|
-
className: "h-full !max-w-none"
|
|
14892
|
+
className: "h-full !max-w-none",
|
|
14893
|
+
style: { maxWidth: "none", width: "100%", height: "100%" }
|
|
14893
14894
|
}
|
|
14894
14895
|
)
|
|
14895
14896
|
] }),
|