optimized-react-component-library-xyz123 0.10.2 → 0.10.3

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__ */ jsx18("header", { className: "pts-header-container", children: /* @__PURE__ */ jsxs16("div", { className: "pts-header-content", children: [
2528
+ return /* @__PURE__ */ jsxs16("header", { className: "pts-header-container", children: [
2529
2529
  /* @__PURE__ */ jsx18("div", { className: "pts-header-logo-container", children: /* @__PURE__ */ jsx18(
2530
2530
  "a",
2531
2531
  {
@@ -2550,7 +2550,7 @@ var Header = ({
2550
2550
  ]
2551
2551
  }
2552
2552
  )
2553
- ] }) });
2553
+ ] });
2554
2554
  };
2555
2555
  var HeaderStandard_default = Header;
2556
2556