optimized-react-component-library-xyz123 0.19.7 → 0.19.8

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
@@ -2116,12 +2116,11 @@ var Footer = ({ activatedLanguage = "sv", appUsesCookies = false, openCookieBann
2116
2116
  /* @__PURE__ */ jsx16("li", { children: appUsesCookies ? /* @__PURE__ */ jsxs14(
2117
2117
  "button",
2118
2118
  {
2119
- "aria-expanded": "false",
2120
- "aria-controls": "cookie-banner",
2119
+ "aria-controls": activatedLanguage === "en" ? "Kakbanner" : '"cookie-banner"',
2121
2120
  "aria-haspopup": "dialog",
2122
2121
  onClick: openCookieBanner,
2123
2122
  children: [
2124
- /* @__PURE__ */ jsx16("span", { className: "sr-only", children: activatedLanguage === "en" ? "PTS Cookies (opens)" : "PTS Kakor (\xF6ppnas)" }),
2123
+ /* @__PURE__ */ jsx16("span", { className: "sr-only", children: activatedLanguage === "en" ? "PTS Cookies (opens cookie banner)" : "PTS Kakor (\xF6ppnar kakbanner)" }),
2125
2124
  /* @__PURE__ */ jsx16("span", { "aria-hidden": "true", children: activatedLanguage === "en" ? "Cookies" : "Kakor" })
2126
2125
  ]
2127
2126
  }