@stigg/react-sdk 5.4.0 → 5.5.1

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.
@@ -6498,6 +6498,7 @@ function CustomerUsageData(_ref) {
6498
6498
  spacing: 4
6499
6499
  }, entitlementsToShow.map(function (entitlement) {
6500
6500
  return React__default.createElement(Grid, {
6501
+ className: "stigg-entitlement-usage-" + entitlement.feature.refId,
6501
6502
  key: entitlement.feature.refId,
6502
6503
  item: true,
6503
6504
  xs: xs
@@ -12065,7 +12066,7 @@ var RemainingCreditsCaption = function RemainingCreditsCaption(_ref) {
12065
12066
  minimumFractionDigits: 2
12066
12067
  });
12067
12068
  return React__default.createElement(Typography, {
12068
- variant: "caption",
12069
+ variant: "body1",
12069
12070
  style: {
12070
12071
  marginTop: 14
12071
12072
  }
@@ -12092,7 +12093,7 @@ var ScheduledUpdatesCaption = function ScheduledUpdatesCaption(_ref3) {
12092
12093
  billingPeriodEnd: currentBillingPeriodEnd
12093
12094
  }) : checkoutLocalization.summary.changesWillApplyAtEndOfBillingPeriod;
12094
12095
  return React__default.createElement(Typography, {
12095
- variant: "caption",
12096
+ variant: "body1",
12096
12097
  style: {
12097
12098
  marginTop: 14
12098
12099
  }