@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.
@@ -6792,6 +6792,7 @@ function CustomerUsageData(_ref) {
6792
6792
  spacing: 4
6793
6793
  }, entitlementsToShow.map(function (entitlement) {
6794
6794
  return React__default.createElement(Grid, {
6795
+ className: "stigg-entitlement-usage-" + entitlement.feature.refId,
6795
6796
  key: entitlement.feature.refId,
6796
6797
  item: true,
6797
6798
  xs: xs
@@ -12414,7 +12415,7 @@ var RemainingCreditsCaption = function RemainingCreditsCaption(_ref) {
12414
12415
  minimumFractionDigits: 2
12415
12416
  });
12416
12417
  return React__default.createElement(Typography, {
12417
- variant: "caption",
12418
+ variant: "body1",
12418
12419
  style: {
12419
12420
  marginTop: 14
12420
12421
  }
@@ -12441,7 +12442,7 @@ var ScheduledUpdatesCaption = function ScheduledUpdatesCaption(_ref3) {
12441
12442
  billingPeriodEnd: currentBillingPeriodEnd
12442
12443
  }) : checkoutLocalization.summary.changesWillApplyAtEndOfBillingPeriod;
12443
12444
  return React__default.createElement(Typography, {
12444
- variant: "caption",
12445
+ variant: "body1",
12445
12446
  style: {
12446
12447
  marginTop: 14
12447
12448
  }