@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.
@@ -12414,7 +12414,7 @@ var RemainingCreditsCaption = function RemainingCreditsCaption(_ref) {
12414
12414
  minimumFractionDigits: 2
12415
12415
  });
12416
12416
  return React__default.createElement(Typography, {
12417
- variant: "caption",
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: "caption",
12444
+ variant: "body1",
12445
12445
  style: {
12446
12446
  marginTop: 14
12447
12447
  }