ba-js-common-header 0.0.8 → 0.0.11

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.
@@ -24605,7 +24605,9 @@ function Extranet() {
24605
24605
  return transitions((styles, item) => item && /* @__PURE__ */ jsx(animated.div, {
24606
24606
  className: "col-12 pt-lg-2 order-lg-1",
24607
24607
  id: "hd-extranet",
24608
- style: isMobileOrTablet ? styles : {},
24608
+ style: isMobileOrTablet ? __spreadProps(__spreadValues({}, styles), {
24609
+ display: "block"
24610
+ }) : {},
24609
24611
  children: /* @__PURE__ */ jsxs("a", {
24610
24612
  ref,
24611
24613
  className: "d-block ",
@@ -25963,6 +25965,9 @@ function HotelFinder(props) {
25963
25965
  className: cn("col-12", "col-lg", "py-3", "px-lg-0", "py-lg-0", "list-unstyled", "hd-nav-second-level", {
25964
25966
  "hd-submenu-opened": subMenuOpen
25965
25967
  }),
25968
+ style: {
25969
+ height: 50
25970
+ },
25966
25971
  children: /* @__PURE__ */ jsx("li", {
25967
25972
  children: /* @__PURE__ */ jsxs("div", {
25968
25973
  id: "hd-property-search",
@@ -26073,7 +26078,9 @@ function PropertySelector(props) {
26073
26078
  return transitions((styles, item) => item && /* @__PURE__ */ jsx(animated.div, {
26074
26079
  className: "col-12 col-lg me-lg-auto px-0 order-lg-3",
26075
26080
  id: "hd-property",
26076
- style: isMobileOrTablet ? styles : {},
26081
+ style: isMobileOrTablet ? __spreadProps(__spreadValues({}, styles), {
26082
+ display: "block"
26083
+ }) : {},
26077
26084
  children: /* @__PURE__ */ jsx("ul", {
26078
26085
  ref,
26079
26086
  className: "row list-unstyled mx-0 mb-0 hd-nav-first-level",
@@ -26213,6 +26220,9 @@ function UserManager() {
26213
26220
  className: cn("py-3", "list-unstyled", "hd-nav-second-level", {
26214
26221
  "hd-submenu-opened": subMenuOpen
26215
26222
  }),
26223
+ style: {
26224
+ height: 50
26225
+ },
26216
26226
  children: children.map(({
26217
26227
  href,
26218
26228
  label: label2
@@ -26320,6 +26330,9 @@ function UserLanguage(props) {
26320
26330
  className: cn("py-3", "list-unstyled", "hd-nav-second-level", {
26321
26331
  "hd-submenu-opened": subMenuOpen
26322
26332
  }),
26333
+ style: {
26334
+ height: 50
26335
+ },
26323
26336
  children: languageObjs.map(({
26324
26337
  code,
26325
26338
  name
@@ -26438,7 +26451,9 @@ function TitleBar(props) {
26438
26451
  }), transitions((styles, item) => item && /* @__PURE__ */ jsx(animated.div, {
26439
26452
  className: "col-12 col-lg-auto ps-lg-0 align-middle order-lg-5",
26440
26453
  id: "hd-nav-container-top",
26441
- style: isMobileOrTablet ? styles : {},
26454
+ style: isMobileOrTablet ? __spreadProps(__spreadValues({}, styles), {
26455
+ display: "block"
26456
+ }) : {},
26442
26457
  children: /* @__PURE__ */ jsx("nav", {
26443
26458
  ref,
26444
26459
  id: "hd-top-nav",
@@ -26575,6 +26590,9 @@ function Row(props) {
26575
26590
  className: cn("py-3", "list-unstyled", "hd-nav-second-level", {
26576
26591
  "hd-submenu-opened": subMenuOpen
26577
26592
  }),
26593
+ style: {
26594
+ height: 50
26595
+ },
26578
26596
  children
26579
26597
  })]
26580
26598
  });
@@ -26735,7 +26753,9 @@ function MenuBar() {
26735
26753
  return transitions((styles, item) => item && /* @__PURE__ */ jsx(animated.div, {
26736
26754
  className: "container-xxl",
26737
26755
  id: "hd-nav-container",
26738
- style: isMobileOrTablet ? styles : {},
26756
+ style: isMobileOrTablet ? __spreadProps(__spreadValues({}, styles), {
26757
+ display: "block"
26758
+ }) : {},
26739
26759
  children: /* @__PURE__ */ jsx("nav", {
26740
26760
  className: "hd-nav",
26741
26761
  ref,