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.js
CHANGED
|
@@ -2196,7 +2196,7 @@ var Footer = ({ activatedLanguage = "sv", appUsesCookies = false, openCookieBann
|
|
|
2196
2196
|
"button",
|
|
2197
2197
|
{
|
|
2198
2198
|
type: "button",
|
|
2199
|
-
"aria-controls":
|
|
2199
|
+
"aria-controls": "cookie-banner",
|
|
2200
2200
|
onClick: openCookieBanner,
|
|
2201
2201
|
className: "pts-footer-button",
|
|
2202
2202
|
children: [
|