@stigg/react-sdk 5.4.0 → 5.5.0
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/react-sdk.cjs.development.js +2 -2
- package/dist/react-sdk.cjs.development.js.map +1 -1
- package/dist/react-sdk.cjs.production.min.js +1 -1
- package/dist/react-sdk.cjs.production.min.js.map +1 -1
- package/dist/react-sdk.esm.js +2 -2
- package/dist/react-sdk.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/components/checkout/summary/components/CheckoutCaptions.tsx +2 -2
package/dist/react-sdk.esm.js
CHANGED
|
@@ -12414,7 +12414,7 @@ var RemainingCreditsCaption = function RemainingCreditsCaption(_ref) {
|
|
|
12414
12414
|
minimumFractionDigits: 2
|
|
12415
12415
|
});
|
|
12416
12416
|
return React__default.createElement(Typography, {
|
|
12417
|
-
variant: "
|
|
12417
|
+
variant: "body1",
|
|
12418
12418
|
style: {
|
|
12419
12419
|
marginTop: 14
|
|
12420
12420
|
}
|
|
@@ -12441,7 +12441,7 @@ var ScheduledUpdatesCaption = function ScheduledUpdatesCaption(_ref3) {
|
|
|
12441
12441
|
billingPeriodEnd: currentBillingPeriodEnd
|
|
12442
12442
|
}) : checkoutLocalization.summary.changesWillApplyAtEndOfBillingPeriod;
|
|
12443
12443
|
return React__default.createElement(Typography, {
|
|
12444
|
-
variant: "
|
|
12444
|
+
variant: "body1",
|
|
12445
12445
|
style: {
|
|
12446
12446
|
marginTop: 14
|
|
12447
12447
|
}
|