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 CHANGED
@@ -203,6 +203,7 @@ export declare interface BookingQuoteLineItemType {
203
203
  key_name: string;
204
204
  display_name: string;
205
205
  currency_converted_amount: string;
206
+ formatted_currency_converted_amount?: string;
206
207
  type: string;
207
208
  description?: string;
208
209
  }
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
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "design-system-silkhaus",
3
3
  "private": false,
4
- "version": "4.1.0-beta.tickets.3",
4
+ "version": "4.1.0-beta.tickets.4",
5
5
  "description": "Design system for Silkhaus built with Typescript, React and Tailwind",
6
6
  "author": "silkhaus",
7
7
  "license": "MIT",