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.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.jsx)("header", { className: "pts-header-container", children: /* @__PURE__ */ (0, import_jsx_runtime18.jsxs)("div", { className: "pts-header-content", children: [
2607
+ return /* @__PURE__ */ (0, import_jsx_runtime18.jsxs)("header", { className: "pts-header-container", 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
  {
@@ -2629,7 +2629,7 @@ var Header = ({
2629
2629
  ]
2630
2630
  }
2631
2631
  )
2632
- ] }) });
2632
+ ] });
2633
2633
  };
2634
2634
  var HeaderStandard_default = Header;
2635
2635