optimized-react-component-library-xyz123 0.5.1 → 0.7.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.js +11 -3
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +11 -3
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -2
- package/src/css/darkMode.css +69 -52
package/dist/index.js
CHANGED
|
@@ -2100,7 +2100,15 @@ var CookieBanner = ({
|
|
|
2100
2100
|
]
|
|
2101
2101
|
}
|
|
2102
2102
|
),
|
|
2103
|
-
/* @__PURE__ */ (0, import_jsx_runtime15.jsx)(
|
|
2103
|
+
/* @__PURE__ */ (0, import_jsx_runtime15.jsx)(
|
|
2104
|
+
"a",
|
|
2105
|
+
{
|
|
2106
|
+
href: "https://pts.se/om-oss/om-pts.se/kakor-pa-webbplatsen/kakor-pa-pts-e-tjanster/",
|
|
2107
|
+
target: "_blank",
|
|
2108
|
+
rel: "noopener noreferrer",
|
|
2109
|
+
children: "Kakor (cookies) p\xE5 pts.se (\xF6ppnas i nytt f\xF6nster)"
|
|
2110
|
+
}
|
|
2111
|
+
)
|
|
2104
2112
|
] }),
|
|
2105
2113
|
/* @__PURE__ */ (0, import_jsx_runtime15.jsxs)("div", { className: "pts-cookieBanner-Buttons", children: [
|
|
2106
2114
|
/* @__PURE__ */ (0, import_jsx_runtime15.jsx)("button", { onClick: () => handleCookieChoice(true), children: "Ja, jag samtycker" }),
|
|
@@ -2351,7 +2359,7 @@ var Logo_sv = () => /* @__PURE__ */ (0, import_jsx_runtime17.jsxs)("svg", { widt
|
|
|
2351
2359
|
fill: "#F0AA1E"
|
|
2352
2360
|
}
|
|
2353
2361
|
),
|
|
2354
|
-
/* @__PURE__ */ (0, import_jsx_runtime17.jsx)("path", { d: "M82.2223 18.3335V37.2224", stroke: "
|
|
2362
|
+
/* @__PURE__ */ (0, import_jsx_runtime17.jsx)("path", { d: "M82.2223 18.3335V37.2224", stroke: "currentColor", strokeWidth: "0.8", strokeMiterlimit: "10" })
|
|
2355
2363
|
] });
|
|
2356
2364
|
var Logo_en = () => /* @__PURE__ */ (0, import_jsx_runtime17.jsxs)("svg", { width: "189.0", height: "46.67", viewBox: "0 0 189 46.67", fill: "none", xmlns: "http://www.w3.org/2000/svg", role: "img", children: [
|
|
2357
2365
|
/* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
|
|
@@ -2368,7 +2376,7 @@ var Logo_en = () => /* @__PURE__ */ (0, import_jsx_runtime17.jsxs)("svg", { widt
|
|
|
2368
2376
|
fill: "#F0AA1E"
|
|
2369
2377
|
}
|
|
2370
2378
|
),
|
|
2371
|
-
/* @__PURE__ */ (0, import_jsx_runtime17.jsx)("path", { d: "M82.2223 18.3335V37.2224", stroke: "
|
|
2379
|
+
/* @__PURE__ */ (0, import_jsx_runtime17.jsx)("path", { d: "M82.2223 18.3335V37.2224", stroke: "currentColor", strokeWidth: "0.8", strokeMiterlimit: "10" }),
|
|
2372
2380
|
/* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
|
|
2373
2381
|
"path",
|
|
2374
2382
|
{
|