@loafmarkets/ui 0.1.215 → 0.1.216

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
@@ -8714,7 +8714,7 @@ function PropertyOverview({
8714
8714
  /* @__PURE__ */ jsxRuntime.jsxs(Section, { children: [
8715
8715
  /* @__PURE__ */ jsxRuntime.jsx(SectionHeader, { children: "The Asset" }),
8716
8716
  galleryImages.length > 0 && /* @__PURE__ */ jsxRuntime.jsxs(AssetBentoGrid, { children: [
8717
- /* @__PURE__ */ jsxRuntime.jsx(AssetBentoGallery, { children: /* @__PURE__ */ jsxRuntime.jsx(
8717
+ /* @__PURE__ */ jsxRuntime.jsx(
8718
8718
  GalleryMapSection,
8719
8719
  {
8720
8720
  images: galleryImages.map((img) => ({ src: img.imageUrl, title: img.title, subtitle: img.subtitle })),
@@ -8724,7 +8724,7 @@ function PropertyOverview({
8724
8724
  tokenName,
8725
8725
  onPhotoClick: onPhotosClick
8726
8726
  }
8727
- ) }),
8727
+ ),
8728
8728
  /* @__PURE__ */ jsxRuntime.jsxs(AssetBentoNarratives, { children: [
8729
8729
  /* @__PURE__ */ jsxRuntime.jsxs(NarrativeCard, { children: [
8730
8730
  /* @__PURE__ */ jsxRuntime.jsx(NarrativeIcon, { children: /* @__PURE__ */ jsxRuntime.jsx("svg", { width: "18", height: "18", viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "1.5", children: /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M22 12h-4l-3 9L9 3l-3 9H2" }) }) }),
@@ -9168,7 +9168,7 @@ var AssetBentoGrid = styled9__default.default.div`
9168
9168
  gap: 0.75rem;
9169
9169
  margin-bottom: 1.25rem;
9170
9170
  `;
9171
- var AssetBentoGallery = styled9__default.default.div`
9171
+ styled9__default.default.div`
9172
9172
  border-radius: 12px;
9173
9173
  overflow: hidden;
9174
9174
  border: 1px solid rgba(255,255,255,0.06);