@luscii-healthtech/web-ui 2.67.0 → 2.67.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.
@@ -29,7 +29,7 @@ export declare type NotificationBannerProps = (NotificationBannerPropsWithChildr
29
29
  * When stretching the banner, you can also decide if the content should be centered or not.
30
30
  */
31
31
  centerContent?: boolean;
32
- noBorder?: boolean;
32
+ noBorder?: null | boolean;
33
33
  };
34
34
  export declare const NotificationBanner: {
35
35
  (props: NotificationBannerProps): JSX.Element;
@@ -6787,7 +6787,7 @@ var PageHeader = function PageHeader(_ref) {
6787
6787
  }), /*#__PURE__*/React__default.createElement("div", {
6788
6788
  className: "mb-4 border-b border-slate-100"
6789
6789
  })), banner && /*#__PURE__*/React__default.createElement(NotificationBanner, {
6790
- noBorder: true,
6790
+ noBorder: banner.noBorder,
6791
6791
  color: banner.color,
6792
6792
  "data-test-id": "page-header-banner-" + title
6793
6793
  }, /*#__PURE__*/React__default.createElement("div", {