design-system-silkhaus 4.1.0-beta.tickets.3 → 4.1.0-beta.tickets.4
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.ts +1 -0
- package/dist/index.js +2 -2
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -5086,7 +5086,7 @@ const e3 = (e) => {
|
|
|
5086
5086
|
ref: n,
|
|
5087
5087
|
children: [
|
|
5088
5088
|
/* @__PURE__ */ u.jsx("div", { children: t.length > 0 && t.map((o, s) => {
|
|
5089
|
-
var l;
|
|
5089
|
+
var l, d;
|
|
5090
5090
|
return /* @__PURE__ */ u.jsx("div", { children: /* @__PURE__ */ u.jsxs(
|
|
5091
5091
|
"div",
|
|
5092
5092
|
{
|
|
@@ -5136,7 +5136,7 @@ const e3 = (e) => {
|
|
|
5136
5136
|
o.key_name === "total_amount" && "ds-text-xSmallSubheadEmphasized ds-tablet:ds-text-smallSubheadEmphasized ds-desktop:ds-text-mediumSubheadEmphasized",
|
|
5137
5137
|
o.type === "SLASHED" && "ds-text-xSmallSubheadEmphasized ds-font-normal ds-text-Text-secondary ds-line-through ds-tablet:ds-text-smallSubheadEmphasized ds-desktop:ds-text-mediumSubheadEmphasized"
|
|
5138
5138
|
),
|
|
5139
|
-
children: o.currency_converted_amount
|
|
5139
|
+
children: (d = o.formatted_currency_converted_amount) != null ? d : o.currency_converted_amount
|
|
5140
5140
|
}
|
|
5141
5141
|
)
|
|
5142
5142
|
]
|
package/package.json
CHANGED