optimized-react-component-library-xyz123 0.8.1 → 0.8.2

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
@@ -2544,7 +2544,7 @@ var Header = ({
2544
2544
  onClick: handleLanguageClick,
2545
2545
  children: [
2546
2546
  /* @__PURE__ */ jsx18("div", { className: "languageIcon", children: /* @__PURE__ */ jsx18("span", { "aria-hidden": "true", children: /* @__PURE__ */ jsx18(LanguageIcon, {}) }) }),
2547
- /* @__PURE__ */ jsx18("span", { "aria-hidden": "true", className: "pts-languageButton", children: getLanguageLabel() }),
2547
+ /* @__PURE__ */ jsx18("span", { "aria-hidden": "true", className: "pts-languageButton-text", children: getLanguageLabel() }),
2548
2548
  activatedLanguage === "en" && /* @__PURE__ */ jsx18("span", { className: "sr-only", children: "\xC4ndra spr\xE5k till svenska" }),
2549
2549
  activatedLanguage === "sv" && /* @__PURE__ */ jsx18("span", { className: "sr-only", children: "Change language to English" })
2550
2550
  ]