@deframe-sdk/components 0.1.65 → 0.1.66
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 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -2198,6 +2198,7 @@ interface EarnDesktopLabels {
|
|
|
2198
2198
|
columnApy?: string;
|
|
2199
2199
|
columnProfit?: string;
|
|
2200
2200
|
columnInvested?: string;
|
|
2201
|
+
columnTotalValue?: string;
|
|
2201
2202
|
totalInvestedLabel?: string;
|
|
2202
2203
|
totalInvestedDescription?: string;
|
|
2203
2204
|
accumulatedEarningsLabel?: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -2198,6 +2198,7 @@ interface EarnDesktopLabels {
|
|
|
2198
2198
|
columnApy?: string;
|
|
2199
2199
|
columnProfit?: string;
|
|
2200
2200
|
columnInvested?: string;
|
|
2201
|
+
columnTotalValue?: string;
|
|
2201
2202
|
totalInvestedLabel?: string;
|
|
2202
2203
|
totalInvestedDescription?: string;
|
|
2203
2204
|
accumulatedEarningsLabel?: string;
|
package/dist/index.js
CHANGED
|
@@ -11585,7 +11585,7 @@ var EarnDesktopViewSimple = ({
|
|
|
11585
11585
|
"px-[var(--deframe-widget-size-padding-x-md)] py-[var(--deframe-widget-size-padding-y-sm)]",
|
|
11586
11586
|
"border-t border-[color:var(--deframe-widget-color-border-secondary)]"
|
|
11587
11587
|
),
|
|
11588
|
-
children: [labels == null ? void 0 : labels.columnStrategy, labels == null ? void 0 : labels.columnApy, labels == null ? void 0 : labels.columnProfit, labels == null ? void 0 : labels.
|
|
11588
|
+
children: [labels == null ? void 0 : labels.columnStrategy, labels == null ? void 0 : labels.columnApy, labels == null ? void 0 : labels.columnProfit, labels == null ? void 0 : labels.columnTotalValue].map((label, i) => /* @__PURE__ */ jsxRuntime.jsx(
|
|
11589
11589
|
"span",
|
|
11590
11590
|
{
|
|
11591
11591
|
className: tailwindMerge.twMerge(
|