@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.mjs CHANGED
@@ -8004,7 +8004,7 @@ function GalleryMapSection({
8004
8004
  setCarouselIndex(actualIndex);
8005
8005
  }, children: /* @__PURE__ */ jsx("img", { src: img.src, alt: img.title }) }, actualIndex);
8006
8006
  }) }),
8007
- (floorplanIndex !== -1 || videoUrl) && /* @__PURE__ */ jsx(ThumbDivider, {}),
8007
+ /* @__PURE__ */ jsx(ThumbDivider, {}),
8008
8008
  /* @__PURE__ */ jsxs(FixedButtons, { children: [
8009
8009
  floorplanIndex !== -1 && /* @__PURE__ */ jsxs(FixedBtn, { $active: isFloorplan, onClick: () => {
8010
8010
  stopAutoPlay();
@@ -8021,6 +8021,10 @@ function GalleryMapSection({
8021
8021
  videoUrl && /* @__PURE__ */ jsxs(FixedBtn, { $active: showVideo, onClick: () => setShowVideo((p) => !p), children: [
8022
8022
  /* @__PURE__ */ jsx(BiVideo, { size: 16 }),
8023
8023
  " Video"
8024
+ ] }),
8025
+ /* @__PURE__ */ jsxs(FixedBtn, { $active: false, onClick: () => setShowFullMap(true), children: [
8026
+ /* @__PURE__ */ jsx(BiMap, { size: 16 }),
8027
+ " Map View"
8024
8028
  ] })
8025
8029
  ] })
8026
8030
  ] }),