@asdp/ferryui 0.1.22-dev.8833 → 0.1.22-dev.8882
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 +5 -8
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +5 -8
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -11330,14 +11330,11 @@ var CardPaymentInfo = ({
|
|
|
11330
11330
|
{
|
|
11331
11331
|
size: "large",
|
|
11332
11332
|
label: /* @__PURE__ */ jsxRuntime.jsx(reactComponents.Subtitle2, { style: { color: reactComponents.tokens.colorNeutralForeground1 }, children: mergedLabels.totalPayment }),
|
|
11333
|
-
children: /* @__PURE__ */ jsxRuntime.
|
|
11334
|
-
|
|
11335
|
-
|
|
11336
|
-
|
|
11337
|
-
|
|
11338
|
-
className: styles.input
|
|
11339
|
-
}
|
|
11340
|
-
)
|
|
11333
|
+
children: /* @__PURE__ */ jsxRuntime.jsxs(reactComponents.Title2, { children: [
|
|
11334
|
+
mergedLabels.currencySymbol,
|
|
11335
|
+
" ",
|
|
11336
|
+
totalAmount.toLocaleString(language === "id" ? "id-ID" : "en-US")
|
|
11337
|
+
] })
|
|
11341
11338
|
}
|
|
11342
11339
|
)
|
|
11343
11340
|
] }),
|