@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.mjs
CHANGED
|
@@ -15361,6 +15361,15 @@ var useStyles38 = makeStyles({
|
|
|
15361
15361
|
backgroundColor: tokens.colorNeutralBackground1,
|
|
15362
15362
|
boxShadow: tokens.shadow4,
|
|
15363
15363
|
zIndex: 3
|
|
15364
|
+
},
|
|
15365
|
+
totalAmount: {
|
|
15366
|
+
backgroundColor: tokens.colorNeutralBackground3,
|
|
15367
|
+
borderRadius: tokens.borderRadius2XLarge,
|
|
15368
|
+
...shorthands.padding(
|
|
15369
|
+
tokens.spacingHorizontalM,
|
|
15370
|
+
tokens.spacingHorizontalM
|
|
15371
|
+
),
|
|
15372
|
+
color: tokens.colorNeutralForeground4
|
|
15364
15373
|
}
|
|
15365
15374
|
});
|
|
15366
15375
|
var CardPaymentInfo = ({
|
|
@@ -15418,7 +15427,7 @@ var CardPaymentInfo = ({
|
|
|
15418
15427
|
{
|
|
15419
15428
|
size: "large",
|
|
15420
15429
|
label: /* @__PURE__ */ jsx(Subtitle2, { style: { color: tokens.colorNeutralForeground1 }, children: mergedLabels.totalPayment }),
|
|
15421
|
-
children: /* @__PURE__ */ jsxs(
|
|
15430
|
+
children: /* @__PURE__ */ jsxs(Body2, { className: styles.totalAmount, children: [
|
|
15422
15431
|
mergedLabels.currencySymbol,
|
|
15423
15432
|
" ",
|
|
15424
15433
|
totalAmount.toLocaleString(
|