optimized-react-component-library-xyz123 0.10.5 → 0.10.7

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.
package/dist/index.js CHANGED
@@ -2604,7 +2604,7 @@ var Header = ({
2604
2604
  if (activatedLanguage === "sv") return "English";
2605
2605
  else return "Svenska";
2606
2606
  };
2607
- return /* @__PURE__ */ (0, import_jsx_runtime18.jsxs)("header", { className: "pts-header-container", children: [
2607
+ return /* @__PURE__ */ (0, import_jsx_runtime18.jsx)("header", { className: "pts-header-container", children: /* @__PURE__ */ (0, import_jsx_runtime18.jsxs)("div", { className: "pts-header-content", children: [
2608
2608
  /* @__PURE__ */ (0, import_jsx_runtime18.jsx)("div", { className: "pts-header-logo-container", children: /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(
2609
2609
  "a",
2610
2610
  {
@@ -2615,7 +2615,7 @@ var Header = ({
2615
2615
  children: activatedLanguage === "en" ? /* @__PURE__ */ (0, import_jsx_runtime18.jsx)("span", { "aria-hidden": "true", children: /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(Logo_en, {}) }) : /* @__PURE__ */ (0, import_jsx_runtime18.jsx)("span", { "aria-hidden": "true", children: /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(Logo_sv, {}) })
2616
2616
  }
2617
2617
  ) }),
2618
- useLanguage && /* @__PURE__ */ (0, import_jsx_runtime18.jsxs)(
2618
+ /* @__PURE__ */ (0, import_jsx_runtime18.jsx)("div", { className: "pts-header-navigation-container", children: useLanguage && /* @__PURE__ */ (0, import_jsx_runtime18.jsxs)(
2619
2619
  "button",
2620
2620
  {
2621
2621
  lang: activatedLanguage === "en" ? "en" : "sv",
@@ -2628,8 +2628,8 @@ var Header = ({
2628
2628
  activatedLanguage === "sv" && /* @__PURE__ */ (0, import_jsx_runtime18.jsx)("span", { className: "sr-only", children: "Change language to English" })
2629
2629
  ]
2630
2630
  }
2631
- )
2632
- ] });
2631
+ ) })
2632
+ ] }) });
2633
2633
  };
2634
2634
  var HeaderStandard_default = Header;
2635
2635