@loafmarkets/ui 0.1.165 → 0.1.167
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 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +5 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -8030,7 +8030,7 @@ function GalleryMapSection({
|
|
|
8030
8030
|
setCarouselIndex(actualIndex);
|
|
8031
8031
|
}, children: /* @__PURE__ */ jsxRuntime.jsx("img", { src: img.src, alt: img.title }) }, actualIndex);
|
|
8032
8032
|
}) }),
|
|
8033
|
-
|
|
8033
|
+
/* @__PURE__ */ jsxRuntime.jsx(ThumbDivider, {}),
|
|
8034
8034
|
/* @__PURE__ */ jsxRuntime.jsxs(FixedButtons, { children: [
|
|
8035
8035
|
floorplanIndex !== -1 && /* @__PURE__ */ jsxRuntime.jsxs(FixedBtn, { $active: isFloorplan, onClick: () => {
|
|
8036
8036
|
stopAutoPlay();
|
|
@@ -8047,6 +8047,10 @@ function GalleryMapSection({
|
|
|
8047
8047
|
videoUrl && /* @__PURE__ */ jsxRuntime.jsxs(FixedBtn, { $active: showVideo, onClick: () => setShowVideo((p) => !p), children: [
|
|
8048
8048
|
/* @__PURE__ */ jsxRuntime.jsx(bi.BiVideo, { size: 16 }),
|
|
8049
8049
|
" Video"
|
|
8050
|
+
] }),
|
|
8051
|
+
/* @__PURE__ */ jsxRuntime.jsxs(FixedBtn, { $active: false, onClick: () => setShowFullMap(true), children: [
|
|
8052
|
+
/* @__PURE__ */ jsxRuntime.jsx(bi.BiMap, { size: 16 }),
|
|
8053
|
+
" Map View"
|
|
8050
8054
|
] })
|
|
8051
8055
|
] })
|
|
8052
8056
|
] }),
|