ba-js-common-header 0.0.20 → 0.0.23

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.
@@ -23720,6 +23720,8 @@ function Notifications() {
23720
23720
  }) => acc + items.length, 0));
23721
23721
  }
23722
23722
  }, [userLanguage, notifications]);
23723
+ if (!notificationsLang)
23724
+ return null;
23723
23725
  return /* @__PURE__ */ jsx(animated.div, {
23724
23726
  className: cn("col-auto", "pe-lg-0", "order-lg-4", {
23725
23727
  "hd-ringing": !notified
@@ -26834,7 +26836,7 @@ function Breadcrumb() {
26834
26836
  if (breadcrumbs.length === 0)
26835
26837
  return null;
26836
26838
  return /* @__PURE__ */ jsx("div", {
26837
- className: "container-xxl mt-3 mt-lg-5",
26839
+ className: "container-xxl mb-3",
26838
26840
  children: /* @__PURE__ */ jsx("nav", {
26839
26841
  "aria-label": "breadcrumb",
26840
26842
  id: "hd-breadcrumb",
@@ -26920,7 +26922,7 @@ function Header(props) {
26920
26922
  headerRef.current.scrollTop = 0;
26921
26923
  }
26922
26924
  }, [subMenus.length]);
26923
- return /* @__PURE__ */ jsxs(Fragment, {
26925
+ return /* @__PURE__ */ jsxs("div", {
26924
26926
  children: [/* @__PURE__ */ jsxs("div", {
26925
26927
  ref: headerRef,
26926
26928
  id: "hd-container",