optimized-react-component-library-xyz123 0.6.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 +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/css/darkMode.css +69 -52
package/dist/index.mjs
CHANGED
|
@@ -2280,7 +2280,7 @@ var Logo_sv = () => /* @__PURE__ */ jsxs15("svg", { width: "168.8", height: "46.
|
|
|
2280
2280
|
fill: "#F0AA1E"
|
|
2281
2281
|
}
|
|
2282
2282
|
),
|
|
2283
|
-
/* @__PURE__ */ jsx17("path", { d: "M82.2223 18.3335V37.2224", stroke: "
|
|
2283
|
+
/* @__PURE__ */ jsx17("path", { d: "M82.2223 18.3335V37.2224", stroke: "currentColor", strokeWidth: "0.8", strokeMiterlimit: "10" })
|
|
2284
2284
|
] });
|
|
2285
2285
|
var Logo_en = () => /* @__PURE__ */ jsxs15("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: [
|
|
2286
2286
|
/* @__PURE__ */ jsx17(
|
|
@@ -2297,7 +2297,7 @@ var Logo_en = () => /* @__PURE__ */ jsxs15("svg", { width: "189.0", height: "46.
|
|
|
2297
2297
|
fill: "#F0AA1E"
|
|
2298
2298
|
}
|
|
2299
2299
|
),
|
|
2300
|
-
/* @__PURE__ */ jsx17("path", { d: "M82.2223 18.3335V37.2224", stroke: "
|
|
2300
|
+
/* @__PURE__ */ jsx17("path", { d: "M82.2223 18.3335V37.2224", stroke: "currentColor", strokeWidth: "0.8", strokeMiterlimit: "10" }),
|
|
2301
2301
|
/* @__PURE__ */ jsx17(
|
|
2302
2302
|
"path",
|
|
2303
2303
|
{
|