optimized-react-component-library-xyz123 0.10.4 → 0.10.6

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.mjs CHANGED
@@ -2525,7 +2525,7 @@ var Header = ({
2525
2525
  if (activatedLanguage === "sv") return "English";
2526
2526
  else return "Svenska";
2527
2527
  };
2528
- return /* @__PURE__ */ jsxs16("header", { className: "pts-header-container", children: [
2528
+ return /* @__PURE__ */ jsx18("header", { className: "pts-header-container", children: /* @__PURE__ */ jsxs16("div", { className: "pts-header-content", children: [
2529
2529
  /* @__PURE__ */ jsx18("div", { className: "pts-header-logo-container", children: /* @__PURE__ */ jsx18(
2530
2530
  "a",
2531
2531
  {
@@ -2536,7 +2536,7 @@ var Header = ({
2536
2536
  children: activatedLanguage === "en" ? /* @__PURE__ */ jsx18("span", { "aria-hidden": "true", children: /* @__PURE__ */ jsx18(Logo_en, {}) }) : /* @__PURE__ */ jsx18("span", { "aria-hidden": "true", children: /* @__PURE__ */ jsx18(Logo_sv, {}) })
2537
2537
  }
2538
2538
  ) }),
2539
- useLanguage && /* @__PURE__ */ jsxs16(
2539
+ /* @__PURE__ */ jsx18("div", { className: "pts-header-navigation-container", children: useLanguage && /* @__PURE__ */ jsxs16(
2540
2540
  "button",
2541
2541
  {
2542
2542
  lang: activatedLanguage === "en" ? "en" : "sv",
@@ -2549,8 +2549,8 @@ var Header = ({
2549
2549
  activatedLanguage === "sv" && /* @__PURE__ */ jsx18("span", { className: "sr-only", children: "Change language to English" })
2550
2550
  ]
2551
2551
  }
2552
- )
2553
- ] });
2552
+ ) })
2553
+ ] }) });
2554
2554
  };
2555
2555
  var HeaderStandard_default = Header;
2556
2556