@asdp/ferryui 0.1.22-dev.9803 → 0.1.22-dev.9812
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 +10 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +10 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -15370,6 +15370,15 @@ var useStyles38 = reactComponents.makeStyles({
|
|
|
15370
15370
|
backgroundColor: reactComponents.tokens.colorNeutralBackground1,
|
|
15371
15371
|
boxShadow: reactComponents.tokens.shadow4,
|
|
15372
15372
|
zIndex: 3
|
|
15373
|
+
},
|
|
15374
|
+
totalAmount: {
|
|
15375
|
+
backgroundColor: reactComponents.tokens.colorNeutralBackground3,
|
|
15376
|
+
borderRadius: reactComponents.tokens.borderRadius2XLarge,
|
|
15377
|
+
...reactComponents.shorthands.padding(
|
|
15378
|
+
reactComponents.tokens.spacingHorizontalM,
|
|
15379
|
+
reactComponents.tokens.spacingHorizontalM
|
|
15380
|
+
),
|
|
15381
|
+
color: reactComponents.tokens.colorNeutralForeground4
|
|
15373
15382
|
}
|
|
15374
15383
|
});
|
|
15375
15384
|
var CardPaymentInfo = ({
|
|
@@ -15427,7 +15436,7 @@ var CardPaymentInfo = ({
|
|
|
15427
15436
|
{
|
|
15428
15437
|
size: "large",
|
|
15429
15438
|
label: /* @__PURE__ */ jsxRuntime.jsx(reactComponents.Subtitle2, { style: { color: reactComponents.tokens.colorNeutralForeground1 }, children: mergedLabels.totalPayment }),
|
|
15430
|
-
children: /* @__PURE__ */ jsxRuntime.jsxs(reactComponents.
|
|
15439
|
+
children: /* @__PURE__ */ jsxRuntime.jsxs(reactComponents.Body2, { className: styles.totalAmount, children: [
|
|
15431
15440
|
mergedLabels.currencySymbol,
|
|
15432
15441
|
" ",
|
|
15433
15442
|
totalAmount.toLocaleString(
|