@stigg/react-sdk 5.15.0 → 5.15.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.
@@ -3098,7 +3098,7 @@ var LoggerService = /*#__PURE__*/function () {
3098
3098
 
3099
3099
  var logger = /*#__PURE__*/new LoggerService();
3100
3100
 
3101
- var version = "5.15.0";
3101
+ var version = "5.15.1";
3102
3102
  var name = "@stigg/react-sdk";
3103
3103
 
3104
3104
  var StiggContext = /*#__PURE__*/React__default.createContext(null);
@@ -3427,6 +3427,7 @@ function mapAlignment(alignment) {
3427
3427
 
3428
3428
  function mapCustomerPortalConfiguration(configuration) {
3429
3429
  var palette = configuration.palette,
3430
+ customCss = configuration.customCss,
3430
3431
  typography = configuration.typography;
3431
3432
  return {
3432
3433
  palette: {
@@ -3438,7 +3439,8 @@ function mapCustomerPortalConfiguration(configuration) {
3438
3439
  primary: (palette == null ? void 0 : palette.textColor) || undefined
3439
3440
  }
3440
3441
  },
3441
- typography: mapTypography(typography)
3442
+ typography: mapTypography(typography),
3443
+ customCss: customCss || undefined
3442
3444
  };
3443
3445
  }
3444
3446
  function mapPaywallConfiguration(paywallConfiguration) {