@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.
@@ -12065,7 +12065,7 @@ var RemainingCreditsCaption = function RemainingCreditsCaption(_ref) {
12065
12065
  minimumFractionDigits: 2
12066
12066
  });
12067
12067
  return React__default.createElement(Typography, {
12068
- variant: "caption",
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: "caption",
12095
+ variant: "body1",
12096
12096
  style: {
12097
12097
  marginTop: 14
12098
12098
  }