@deframe-sdk/components 0.1.46 → 0.1.47
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 +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.mjs
CHANGED
|
@@ -8744,7 +8744,7 @@ function historyResolveAmounts(item) {
|
|
|
8744
8744
|
if (!displayAsset) return { primary: "\u2014", secondary: "" };
|
|
8745
8745
|
if (isAssetAmount(displayAsset)) {
|
|
8746
8746
|
const primary = `${displayAsset.amountHumanized} ${displayAsset.symbol}`;
|
|
8747
|
-
const secondary = displayAsset.
|
|
8747
|
+
const secondary = displayAsset.amountInFiat ? `~${displayAsset.amountInFiat}` : "";
|
|
8748
8748
|
return { primary, secondary };
|
|
8749
8749
|
}
|
|
8750
8750
|
if (isFiatAmount(displayAsset)) {
|
|
@@ -18179,7 +18179,7 @@ var DashboardPortfolioViewSimple = ({
|
|
|
18179
18179
|
},
|
|
18180
18180
|
"value"
|
|
18181
18181
|
) }),
|
|
18182
|
-
/* @__PURE__ */ jsx("p", { "data-test-id": "stat-card-description", className: descriptionClasses, children: "Soma do saldo por token (em
|
|
18182
|
+
/* @__PURE__ */ jsx("p", { "data-test-id": "stat-card-description", className: descriptionClasses, children: "Soma do saldo por token (em BRL)." })
|
|
18183
18183
|
] }),
|
|
18184
18184
|
assetCount != null && /* @__PURE__ */ jsxs("article", { className: twMerge(cardClasses2, "self-stretch min-w-[160px]"), children: [
|
|
18185
18185
|
/* @__PURE__ */ jsx("p", { "data-test-id": "stat-card-label", className: labelClasses, children: "Ativos" }),
|