@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.
- package/dist/react-sdk.cjs.development.js +3 -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 +3 -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
- package/src/components/customerPortal/usage/CustomerUsageData.tsx +5 -1
package/dist/react-sdk.esm.js
CHANGED
|
@@ -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: "
|
|
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: "
|
|
12445
|
+
variant: "body1",
|
|
12445
12446
|
style: {
|
|
12446
12447
|
marginTop: 14
|
|
12447
12448
|
}
|