@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 +3 -3
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -3
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -8688,7 +8688,7 @@ function PropertyOverview({
|
|
|
8688
8688
|
/* @__PURE__ */ jsxs(Section, { children: [
|
|
8689
8689
|
/* @__PURE__ */ jsx(SectionHeader, { children: "The Asset" }),
|
|
8690
8690
|
galleryImages.length > 0 && /* @__PURE__ */ jsxs(AssetBentoGrid, { children: [
|
|
8691
|
-
/* @__PURE__ */ jsx(
|
|
8691
|
+
/* @__PURE__ */ jsx(
|
|
8692
8692
|
GalleryMapSection,
|
|
8693
8693
|
{
|
|
8694
8694
|
images: galleryImages.map((img) => ({ src: img.imageUrl, title: img.title, subtitle: img.subtitle })),
|
|
@@ -8698,7 +8698,7 @@ function PropertyOverview({
|
|
|
8698
8698
|
tokenName,
|
|
8699
8699
|
onPhotoClick: onPhotosClick
|
|
8700
8700
|
}
|
|
8701
|
-
)
|
|
8701
|
+
),
|
|
8702
8702
|
/* @__PURE__ */ jsxs(AssetBentoNarratives, { children: [
|
|
8703
8703
|
/* @__PURE__ */ jsxs(NarrativeCard, { children: [
|
|
8704
8704
|
/* @__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 +9142,7 @@ var AssetBentoGrid = styled9.div`
|
|
|
9142
9142
|
gap: 0.75rem;
|
|
9143
9143
|
margin-bottom: 1.25rem;
|
|
9144
9144
|
`;
|
|
9145
|
-
|
|
9145
|
+
styled9.div`
|
|
9146
9146
|
border-radius: 12px;
|
|
9147
9147
|
overflow: hidden;
|
|
9148
9148
|
border: 1px solid rgba(255,255,255,0.06);
|