@loafmarkets/ui 0.1.237 → 0.1.238
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 +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -8839,8 +8839,8 @@ function PropertyOverview({
|
|
|
8839
8839
|
/* @__PURE__ */ jsxRuntime.jsx(StatValue, { style: { color: "#4ade80" }, children: "+90%" })
|
|
8840
8840
|
] }),
|
|
8841
8841
|
/* @__PURE__ */ jsxRuntime.jsxs(StatRow, { children: [
|
|
8842
|
-
/* @__PURE__ */ jsxRuntime.jsx(StatLabel, { children: "Dividend
|
|
8843
|
-
/* @__PURE__ */ jsxRuntime.jsx(StatValue, { style: { color: "#4ade80" }, children: "
|
|
8842
|
+
/* @__PURE__ */ jsxRuntime.jsx(StatLabel, { children: "Last Dividend" }),
|
|
8843
|
+
/* @__PURE__ */ jsxRuntime.jsx(StatValue, { style: { color: "#4ade80" }, children: "$0.042 / token" })
|
|
8844
8844
|
] }),
|
|
8845
8845
|
/* @__PURE__ */ jsxRuntime.jsx(StatsColumnHeader, { style: { marginTop: "1.25rem" }, children: "Capital History" }),
|
|
8846
8846
|
/* @__PURE__ */ jsxRuntime.jsxs(TimelineWrap, { children: [
|