optimized-react-component-library-xyz123 0.19.20 → 0.19.21
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 +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/css/styles.css +2 -6
package/dist/index.mjs
CHANGED
|
@@ -2117,7 +2117,7 @@ var Footer = ({ activatedLanguage = "sv", appUsesCookies = false, openCookieBann
|
|
|
2117
2117
|
"button",
|
|
2118
2118
|
{
|
|
2119
2119
|
type: "button",
|
|
2120
|
-
"aria-controls":
|
|
2120
|
+
"aria-controls": "cookie-banner",
|
|
2121
2121
|
onClick: openCookieBanner,
|
|
2122
2122
|
className: "pts-footer-button",
|
|
2123
2123
|
children: [
|