@loafmarkets/ui 0.1.138 → 0.1.139
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 +5 -5
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +5 -5
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -8048,7 +8048,7 @@ function GalleryMapSection({
|
|
|
8048
8048
|
src: resolvedMapUrl,
|
|
8049
8049
|
width: "100%",
|
|
8050
8050
|
height: "100%",
|
|
8051
|
-
style: { border: 0, minHeight:
|
|
8051
|
+
style: { border: 0, minHeight: 500, pointerEvents: "auto" },
|
|
8052
8052
|
allow: "autoplay; fullscreen; web-share; xr-spatial-tracking;",
|
|
8053
8053
|
title: "Property Location",
|
|
8054
8054
|
referrerPolicy: "unsafe-url",
|
|
@@ -8107,8 +8107,8 @@ var Track = styled19.div`
|
|
|
8107
8107
|
`;
|
|
8108
8108
|
var Slide = styled19.div`
|
|
8109
8109
|
min-width: 100%; position: relative; cursor: pointer;
|
|
8110
|
-
img { width: 100%; height:
|
|
8111
|
-
@media (max-width: 768px) { img { height:
|
|
8110
|
+
img { width: 100%; height: 500px; object-fit: cover; border-radius: 8px; }
|
|
8111
|
+
@media (max-width: 768px) { img { height: 280px; } }
|
|
8112
8112
|
`;
|
|
8113
8113
|
var SlideCaption = styled19.div`
|
|
8114
8114
|
position: absolute; bottom: 0; left: 0; right: 0; padding: 1rem;
|
|
@@ -8173,11 +8173,11 @@ var CategoryRow = styled19.div`
|
|
|
8173
8173
|
button[data-active='true'] { background: rgba(212,175,55,0.2); border-color: #D4AF37; color: #D4AF37; }
|
|
8174
8174
|
`;
|
|
8175
8175
|
var MapPanel = styled19(PanelBase)`
|
|
8176
|
-
min-height:
|
|
8176
|
+
min-height: 500px; padding: 1.5rem;
|
|
8177
8177
|
min-width: 0; overflow: hidden;
|
|
8178
8178
|
`;
|
|
8179
8179
|
var MapFrame = styled19.div`
|
|
8180
|
-
flex: 1; border-radius: 6px; overflow: hidden; min-height:
|
|
8180
|
+
flex: 1; border-radius: 6px; overflow: hidden; min-height: 500px; position: relative;
|
|
8181
8181
|
`;
|
|
8182
8182
|
var IframeShield = styled19.div`
|
|
8183
8183
|
position: absolute; inset: 0; z-index: 1; cursor: pointer;
|