@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
|
@@ -12065,7 +12065,7 @@ var RemainingCreditsCaption = function RemainingCreditsCaption(_ref) {
|
|
|
12065
12065
|
minimumFractionDigits: 2
|
|
12066
12066
|
});
|
|
12067
12067
|
return React__default.createElement(Typography, {
|
|
12068
|
-
variant: "
|
|
12068
|
+
variant: "body1",
|
|
12069
12069
|
style: {
|
|
12070
12070
|
marginTop: 14
|
|
12071
12071
|
}
|
|
@@ -12092,7 +12092,7 @@ var ScheduledUpdatesCaption = function ScheduledUpdatesCaption(_ref3) {
|
|
|
12092
12092
|
billingPeriodEnd: currentBillingPeriodEnd
|
|
12093
12093
|
}) : checkoutLocalization.summary.changesWillApplyAtEndOfBillingPeriod;
|
|
12094
12094
|
return React__default.createElement(Typography, {
|
|
12095
|
-
variant: "
|
|
12095
|
+
variant: "body1",
|
|
12096
12096
|
style: {
|
|
12097
12097
|
marginTop: 14
|
|
12098
12098
|
}
|