@loafmarkets/ui 0.1.238 → 0.1.240
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.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +3 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -8813,8 +8813,8 @@ function PropertyOverview({
|
|
|
8813
8813
|
/* @__PURE__ */ jsx(StatValue, { style: { color: "#4ade80" }, children: "+90%" })
|
|
8814
8814
|
] }),
|
|
8815
8815
|
/* @__PURE__ */ jsxs(StatRow, { children: [
|
|
8816
|
-
/* @__PURE__ */ jsx(StatLabel, { children: "
|
|
8817
|
-
/* @__PURE__ */ jsx(StatValue, { style: { color: "#4ade80" }, children: "$0.042 /
|
|
8816
|
+
/* @__PURE__ */ jsx(StatLabel, { children: "Current Dividend" }),
|
|
8817
|
+
/* @__PURE__ */ jsx(StatValue, { style: { color: "#4ade80" }, children: "$0.042 / share / mo" })
|
|
8818
8818
|
] }),
|
|
8819
8819
|
/* @__PURE__ */ jsx(StatsColumnHeader, { style: { marginTop: "1.25rem" }, children: "Capital History" }),
|
|
8820
8820
|
/* @__PURE__ */ jsxs(TimelineWrap, { children: [
|
|
@@ -12580,6 +12580,7 @@ var progressShrink = keyframes`
|
|
|
12580
12580
|
var VARIANT_COLORS = {
|
|
12581
12581
|
success: { accent: "#0ecb81", icon: "\u2713" },
|
|
12582
12582
|
error: { accent: "#f6465d", icon: "\u2715" },
|
|
12583
|
+
sell: { accent: "#f6465d", icon: "\u2713" },
|
|
12583
12584
|
info: { accent: "#E6C656", icon: "\u2139" },
|
|
12584
12585
|
pending: { accent: "#7EB3E6", icon: "\u25CC" }
|
|
12585
12586
|
};
|