@nnc-digital/nnc-design-system 1.0.0-alpha10 → 1.0.0-alpha11

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.
@@ -22878,7 +22878,7 @@ const InnerContainer$2 = styled.div`
22878
22878
  */
22879
22879
  var AlertBannerService = function (_a) {
22880
22880
  var title = _a.title, _b = _a.hasTopSpacing, hasTopSpacing = _b === void 0 ? false : _b, _c = _a.alertType, alertType = _c === void 0 ? 'alert' : _c, children = _a.children;
22881
- return (React.createElement(Container$L, { "$alertType": alertType, "data-testid": "AlertBannerService", hasTopSpacing: hasTopSpacing },
22881
+ return (React.createElement(Container$L, { "$alertType": alertType, "data-testid": "AlertBannerService", "$hasTopSpacing": hasTopSpacing },
22882
22882
  React.createElement(InnerContainer$2, { "data-testid": "AlertBannerServiceInner" },
22883
22883
  (title === null || title === void 0 ? void 0 : title.trim()) && React.createElement(Heading, { text: title }),
22884
22884
  children)));