optimized-react-component-library-xyz123 0.5.1 → 0.6.1

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
@@ -2021,7 +2021,15 @@ var CookieBanner = ({
2021
2021
  ]
2022
2022
  }
2023
2023
  ),
2024
- /* @__PURE__ */ jsx15("a", { href: "www.pts.se", target: "_blank", rel: "noopener noreferrer", children: "Kakor (cookies) p\xE5 pts.se (\xF6ppnas i nytt f\xF6nster)" })
2024
+ /* @__PURE__ */ jsx15(
2025
+ "a",
2026
+ {
2027
+ href: "https://pts.se/om-oss/om-pts.se/kakor-pa-webbplatsen/kakor-pa-pts-e-tjanster/",
2028
+ target: "_blank",
2029
+ rel: "noopener noreferrer",
2030
+ children: "Kakor (cookies) p\xE5 pts.se (\xF6ppnas i nytt f\xF6nster)"
2031
+ }
2032
+ )
2025
2033
  ] }),
2026
2034
  /* @__PURE__ */ jsxs13("div", { className: "pts-cookieBanner-Buttons", children: [
2027
2035
  /* @__PURE__ */ jsx15("button", { onClick: () => handleCookieChoice(true), children: "Ja, jag samtycker" }),