@asdp/ferryui 0.1.22-dev.10827 → 0.1.22-dev.10832

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.js CHANGED
@@ -1242,7 +1242,7 @@ var useStyles5 = reactComponents.makeStyles({
1242
1242
  position: "relative",
1243
1243
  overflow: "visible",
1244
1244
  background: "linear-gradient(75deg, #58C91B 0%, #1949E0 103.3%)",
1245
- padding: "5em",
1245
+ padding: "5em 6em 5em 4em",
1246
1246
  display: "flex",
1247
1247
  flexDirection: "column",
1248
1248
  justifyContent: "space-between",
@@ -1848,7 +1848,7 @@ var CardTicket = ({
1848
1848
  },
1849
1849
  children: [
1850
1850
  /* @__PURE__ */ jsxRuntime.jsx(reactComponents.Subtitle2, { children: mergedLabels.totalPriceLabel }),
1851
- loadType === 6 ? /* @__PURE__ */ jsxRuntime.jsx(reactComponents.Body1Strong, { style: { wordBreak: "break-word" }, children: mergedLabels.totalPriceMissing }) : /* @__PURE__ */ jsxRuntime.jsx(reactComponents.Title3, { children: departureItem?.billingDetail?.total?.formatted })
1851
+ loadType === 6 ? /* @__PURE__ */ jsxRuntime.jsx(reactComponents.Body1Strong, { style: { wordBreak: "break-word" }, children: mergedLabels.totalPriceMissing }) : /* @__PURE__ */ jsxRuntime.jsx(reactComponents.Title2, { children: departureItem?.billingDetail?.total?.formatted })
1852
1852
  ]
1853
1853
  }
1854
1854
  ),