optimized-react-component-library-xyz123 2.14.2 → 3.0.0
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 +9 -9
package/dist/index.mjs
CHANGED
|
@@ -3474,7 +3474,7 @@ var Footer = ({
|
|
|
3474
3474
|
className: "pts-footer-button pts-secondary-button",
|
|
3475
3475
|
children: [
|
|
3476
3476
|
/* @__PURE__ */ jsx27("span", { className: "sr-only", children: activatedLanguage === "en" ? "PTS Cookies (opens cookie banner)" : "PTS Kakor (\xF6ppnar kakbanner)" }),
|
|
3477
|
-
/* @__PURE__ */ jsx27("span", { "aria-hidden": "true", className: "
|
|
3477
|
+
/* @__PURE__ */ jsx27("span", { "aria-hidden": "true", className: "cookie_icon", children: /* @__PURE__ */ jsx27(Cookie_icon, {}) }),
|
|
3478
3478
|
/* @__PURE__ */ jsx27("span", { "aria-hidden": "true", children: activatedLanguage === "en" ? "Cookies" : "Kakor" })
|
|
3479
3479
|
]
|
|
3480
3480
|
}
|