@loafmarkets/ui 0.1.215 → 0.1.217

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
@@ -8148,14 +8148,13 @@ function FullMapPopup({ onClose, mapUrl }) {
8148
8148
  }
8149
8149
  var Row = styled9.div`
8150
8150
  display: grid;
8151
- grid-template-columns: 2fr 1fr;
8151
+ grid-template-columns: 1fr;
8152
8152
  gap: 1.5rem;
8153
8153
  margin-top: 1.5rem;
8154
8154
  max-width: 100%;
8155
8155
  overflow: hidden;
8156
8156
  box-sizing: border-box;
8157
8157
  width: 100%;
8158
- @media (max-width: 1024px) { grid-template-columns: 1fr; }
8159
8158
  `;
8160
8159
  var PanelBase = styled9.div`
8161
8160
  background: var(--color-card-darker, #111);
@@ -8259,7 +8258,7 @@ var CategoryRow = styled9.div`
8259
8258
  button[data-active='true'] { background: rgba(212,175,55,0.2); border-color: #D4AF37; color: #D4AF37; }
8260
8259
  `;
8261
8260
  var MapPanel = styled9(PanelBase)`
8262
- min-height: 500px; padding: 1.5rem;
8261
+ min-height: 350px; padding: 1.5rem;
8263
8262
  min-width: 0; overflow: hidden;
8264
8263
  `;
8265
8264
  var MapFrame = styled9.div`
@@ -8688,7 +8687,7 @@ function PropertyOverview({
8688
8687
  /* @__PURE__ */ jsxs(Section, { children: [
8689
8688
  /* @__PURE__ */ jsx(SectionHeader, { children: "The Asset" }),
8690
8689
  galleryImages.length > 0 && /* @__PURE__ */ jsxs(AssetBentoGrid, { children: [
8691
- /* @__PURE__ */ jsx(AssetBentoGallery, { children: /* @__PURE__ */ jsx(
8690
+ /* @__PURE__ */ jsx(
8692
8691
  GalleryMapSection,
8693
8692
  {
8694
8693
  images: galleryImages.map((img) => ({ src: img.imageUrl, title: img.title, subtitle: img.subtitle })),
@@ -8698,7 +8697,7 @@ function PropertyOverview({
8698
8697
  tokenName,
8699
8698
  onPhotoClick: onPhotosClick
8700
8699
  }
8701
- ) }),
8700
+ ),
8702
8701
  /* @__PURE__ */ jsxs(AssetBentoNarratives, { children: [
8703
8702
  /* @__PURE__ */ jsxs(NarrativeCard, { children: [
8704
8703
  /* @__PURE__ */ jsx(NarrativeIcon, { children: /* @__PURE__ */ jsx("svg", { width: "18", height: "18", viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "1.5", children: /* @__PURE__ */ jsx("path", { d: "M22 12h-4l-3 9L9 3l-3 9H2" }) }) }),
@@ -9142,7 +9141,7 @@ var AssetBentoGrid = styled9.div`
9142
9141
  gap: 0.75rem;
9143
9142
  margin-bottom: 1.25rem;
9144
9143
  `;
9145
- var AssetBentoGallery = styled9.div`
9144
+ styled9.div`
9146
9145
  border-radius: 12px;
9147
9146
  overflow: hidden;
9148
9147
  border: 1px solid rgba(255,255,255,0.06);