@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.
@@ -3235,7 +3235,7 @@ var LoggerService = /*#__PURE__*/function () {
3235
3235
 
3236
3236
  var logger = /*#__PURE__*/new LoggerService();
3237
3237
 
3238
- var version = "5.15.0";
3238
+ var version = "5.15.1";
3239
3239
  var name = "@stigg/react-sdk";
3240
3240
 
3241
3241
  var StiggContext = /*#__PURE__*/React__default.createContext(null);
@@ -3564,6 +3564,7 @@ function mapAlignment(alignment) {
3564
3564
 
3565
3565
  function mapCustomerPortalConfiguration(configuration) {
3566
3566
  var palette = configuration.palette,
3567
+ customCss = configuration.customCss,
3567
3568
  typography = configuration.typography;
3568
3569
  return {
3569
3570
  palette: {
@@ -3575,7 +3576,8 @@ function mapCustomerPortalConfiguration(configuration) {
3575
3576
  primary: (palette == null ? void 0 : palette.textColor) || undefined
3576
3577
  }
3577
3578
  },
3578
- typography: mapTypography(typography)
3579
+ typography: mapTypography(typography),
3580
+ customCss: customCss || undefined
3579
3581
  };
3580
3582
  }
3581
3583
  function mapPaywallConfiguration(paywallConfiguration) {