@loafmarkets/ui 0.1.429 → 0.1.430

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
@@ -3563,7 +3563,8 @@ function NewsArticleModal({
3563
3563
  },
3564
3564
  children: item.type === "property" ? catStyle.label : "Market News"
3565
3565
  }
3566
- )
3566
+ ),
3567
+ /* @__PURE__ */ jsx(NewsMetaNotes, { item, fontSize: "0.65rem" })
3567
3568
  ] }),
3568
3569
  /* @__PURE__ */ jsx("div", { style: { height: "1px", background: "rgba(255,255,255,0.08)", marginBottom: "1.25rem" } }),
3569
3570
  item.summary ? /* @__PURE__ */ jsx("p", { style: { fontSize: "0.875rem", color: "rgba(255,255,255,0.8)", lineHeight: 1.75, margin: 0 }, children: item.summary }) : /* @__PURE__ */ jsx("p", { style: { fontSize: "0.8rem", color: "rgba(255,255,255,0.35)", fontStyle: "italic", margin: 0 }, children: "Summary not available for this article." }),