optimized-react-component-library-xyz123 0.4.1 → 0.4.3
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 +9 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +9 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -2
package/dist/index.js
CHANGED
|
@@ -2095,7 +2095,15 @@ var CookieBanner = ({
|
|
|
2095
2095
|
]
|
|
2096
2096
|
}
|
|
2097
2097
|
),
|
|
2098
|
-
/* @__PURE__ */ (0, import_jsx_runtime15.jsx)(
|
|
2098
|
+
/* @__PURE__ */ (0, import_jsx_runtime15.jsx)(
|
|
2099
|
+
"a",
|
|
2100
|
+
{
|
|
2101
|
+
href: "https://pts.se/om-oss/om-pts.se/kakor-pa-webbplatsen/kakor-pa-pts-e-tjanster/",
|
|
2102
|
+
target: "_blank",
|
|
2103
|
+
rel: "noopener noreferrer",
|
|
2104
|
+
children: "Kakor (cookies) p\xE5 pts.se (\xF6ppnas i nytt f\xF6nster)"
|
|
2105
|
+
}
|
|
2106
|
+
)
|
|
2099
2107
|
] }),
|
|
2100
2108
|
/* @__PURE__ */ (0, import_jsx_runtime15.jsxs)("div", { className: "pts-cookieBanner-Buttons", children: [
|
|
2101
2109
|
/* @__PURE__ */ (0, import_jsx_runtime15.jsx)("button", { onClick: () => handleCookieChoice(true), children: "Ja, jag samtycker" }),
|