@kakadu/components 5.0.7 → 5.1.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/build/components/button.js +1 -1
- package/build/components/button.mjs +11 -11
- package/build/components/footer.js +1 -1
- package/build/components/footer.mjs +28 -28
- package/build/components/icon-button.js +1 -1
- package/build/components/icon-button.mjs +22 -22
- package/build/components/logos/akt-logo.d.ts +2 -0
- package/build/components/logos/akt-logo.js +1 -0
- package/build/components/logos/akt-logo.mjs +62 -0
- package/build/components/logos/amedia-logo.d.ts +2 -0
- package/build/components/logos/amedia-logo.js +1 -0
- package/build/components/logos/amedia-logo.mjs +36 -0
- package/build/components/logos/bankaxept-logo.d.ts +2 -0
- package/build/components/logos/bankaxept-logo.js +1 -0
- package/build/components/logos/bankaxept-logo.mjs +37 -0
- package/build/components/logos/bankid-logo.js +1 -0
- package/build/components/{bankid-logo.mjs → logos/bankid-logo.mjs} +2 -2
- package/build/components/logos/dnb-logo.js +1 -0
- package/build/components/{dnb-logo.mjs → logos/dnb-logo.mjs} +2 -2
- package/build/components/logos/entur-logo.d.ts +2 -0
- package/build/components/logos/entur-logo.js +1 -0
- package/build/components/logos/entur-logo.mjs +43 -0
- package/build/components/logos/gjensidige-logo.js +1 -0
- package/build/components/{gjensidige-logo.mjs → logos/gjensidige-logo.mjs} +2 -2
- package/build/components/logos/kakadu-academy-logo.js +1 -0
- package/build/components/{kakadu-academy-logo.mjs → logos/kakadu-academy-logo.mjs} +2 -2
- package/build/components/logos/kakadu-guide-icon.js +1 -0
- package/build/components/{kakadu-guide-icon.mjs → logos/kakadu-guide-icon.mjs} +3 -3
- package/build/components/logos/kakadu-guide-logo.js +1 -0
- package/build/components/{kakadu-guide-logo.mjs → logos/kakadu-guide-logo.mjs} +8 -8
- package/build/components/logos/kakadu-index-logo.js +1 -0
- package/build/components/{kakadu-index-logo.mjs → logos/kakadu-index-logo.mjs} +2 -2
- package/build/components/logos/kakadu-logo.js +1 -0
- package/build/components/{kakadu-logo.mjs → logos/kakadu-logo.mjs} +2 -2
- package/build/components/logos/kolumbus-logo.d.ts +2 -0
- package/build/components/logos/kolumbus-logo.js +1 -0
- package/build/components/logos/kolumbus-logo.mjs +46 -0
- package/build/components/logos/nordea-logo.d.ts +2 -0
- package/build/components/logos/nordea-logo.js +1 -0
- package/build/components/logos/nordea-logo.mjs +35 -0
- package/build/components/logos/norsk-tipping-logo.d.ts +2 -0
- package/build/components/logos/norsk-tipping-logo.js +1 -0
- package/build/components/logos/norsk-tipping-logo.mjs +103 -0
- package/build/components/logos/ruter-logo.d.ts +2 -0
- package/build/components/logos/ruter-logo.js +1 -0
- package/build/components/logos/ruter-logo.mjs +34 -0
- package/build/components/logos/senteret-for-et-aldersvennlig-norge-logo.d.ts +2 -0
- package/build/components/logos/senteret-for-et-aldersvennlig-norge-logo.js +1 -0
- package/build/components/logos/senteret-for-et-aldersvennlig-norge-logo.mjs +84 -0
- package/build/components/logos/sparebank1-logo.js +1 -0
- package/build/components/{sparebank1-logo.mjs → logos/sparebank1-logo.mjs} +2 -2
- package/build/components/logos/sparebanken-norge-logo.d.ts +2 -0
- package/build/components/logos/sparebanken-norge-logo.js +1 -0
- package/build/components/logos/sparebanken-norge-logo.mjs +46 -0
- package/build/components/logos/sto-logo.js +1 -0
- package/build/components/{sto-logo.mjs → logos/sto-logo.mjs} +15 -15
- package/build/components/logos/storebrand-logo.js +1 -0
- package/build/components/{storebrand-logo.mjs → logos/storebrand-logo.mjs} +12 -11
- package/build/components/theme-setter.d.ts +2 -2
- package/build/components/theme-setter.js +2 -2
- package/build/components/theme-setter.mjs +2 -2
- package/build/components/veil.js +1 -1
- package/build/components/veil.mjs +7 -7
- package/build/components.css +1 -1
- package/build/hooks/use-is-in-view.d.ts +2 -2
- package/build/icons/trend-up.js +1 -1
- package/build/icons/trend-up.mjs +9 -7
- package/build/images/made-in-norway.png +0 -0
- package/build/index.d.ts +42 -22
- package/build/index.js +1 -1
- package/build/index.mjs +288 -268
- package/build/theme.js +1 -1
- package/build/theme.mjs +1 -1
- package/package.json +1 -1
- package/build/components/bankid-logo.js +0 -1
- package/build/components/dnb-logo.js +0 -1
- package/build/components/gjensidige-logo.js +0 -1
- package/build/components/kakadu-academy-logo.js +0 -1
- package/build/components/kakadu-guide-icon.js +0 -1
- package/build/components/kakadu-guide-logo.js +0 -1
- package/build/components/kakadu-index-logo.js +0 -1
- package/build/components/kakadu-logo.js +0 -1
- package/build/components/sparebank1-logo.js +0 -1
- package/build/components/sto-logo.js +0 -1
- package/build/components/storebrand-logo.js +0 -1
- /package/build/components/{bankid-logo.d.ts → logos/bankid-logo.d.ts} +0 -0
- /package/build/components/{dnb-logo.d.ts → logos/dnb-logo.d.ts} +0 -0
- /package/build/components/{gjensidige-logo.d.ts → logos/gjensidige-logo.d.ts} +0 -0
- /package/build/components/{kakadu-academy-logo.d.ts → logos/kakadu-academy-logo.d.ts} +0 -0
- /package/build/components/{kakadu-guide-icon.d.ts → logos/kakadu-guide-icon.d.ts} +0 -0
- /package/build/components/{kakadu-guide-logo.d.ts → logos/kakadu-guide-logo.d.ts} +0 -0
- /package/build/components/{kakadu-index-logo.d.ts → logos/kakadu-index-logo.d.ts} +0 -0
- /package/build/components/{kakadu-logo.d.ts → logos/kakadu-logo.d.ts} +0 -0
- /package/build/components/{sparebank1-logo.d.ts → logos/sparebank1-logo.d.ts} +0 -0
- /package/build/components/{sto-logo.d.ts → logos/sto-logo.d.ts} +0 -0
- /package/build/components/{storebrand-logo.d.ts → logos/storebrand-logo.d.ts} +0 -0
|
@@ -0,0 +1,84 @@
|
|
|
1
|
+
import { j as c } from "../../jsx-runtime-B4hRZ52C.mjs";
|
|
2
|
+
import m from "../../utilities/scale.mjs";
|
|
3
|
+
function d({
|
|
4
|
+
fill: s,
|
|
5
|
+
...h
|
|
6
|
+
}) {
|
|
7
|
+
const { width: v, height: t } = m({
|
|
8
|
+
originalWidth: 684,
|
|
9
|
+
originalHeight: 228,
|
|
10
|
+
width: h.width,
|
|
11
|
+
height: h.height
|
|
12
|
+
});
|
|
13
|
+
return /* @__PURE__ */ c.jsxs(
|
|
14
|
+
"svg",
|
|
15
|
+
{
|
|
16
|
+
fill: "none",
|
|
17
|
+
viewBox: "0 0 684 228",
|
|
18
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
19
|
+
...h,
|
|
20
|
+
width: v,
|
|
21
|
+
height: t,
|
|
22
|
+
children: [
|
|
23
|
+
/* @__PURE__ */ c.jsx(
|
|
24
|
+
"path",
|
|
25
|
+
{
|
|
26
|
+
d: "m131.062 108.162-41.4805-106.9095c-.65-1.67-3.01-1.67-3.66 0l-41.48 106.9095c-.75 1.93.68 4.011 2.74 4.011h81.1305c2.07 0 3.489-2.081 2.739-4.011z",
|
|
27
|
+
fill: "#ed6e27"
|
|
28
|
+
}
|
|
29
|
+
),
|
|
30
|
+
/* @__PURE__ */ c.jsx(
|
|
31
|
+
"path",
|
|
32
|
+
{
|
|
33
|
+
d: "m131.401 131.553h-91.8898c-2.19 0-4.15 1.34-4.94 3.38l-34.420035 88.9c-.76 1.96 1.469995 4.01 3.909995 2.29l128.52984-90.54c2.53-1.83 1.6-4.03-1.2-4.03z",
|
|
34
|
+
fill: "#397f7d"
|
|
35
|
+
}
|
|
36
|
+
),
|
|
37
|
+
/* @__PURE__ */ c.jsx(
|
|
38
|
+
"path",
|
|
39
|
+
{
|
|
40
|
+
d: "m175.592 223.882-28.36-73.14c-.5-1.29-2.09-1.759-3.21-.949l-39.12 27.559c-1.18.85-1.18 2.601 0 3.441l67.48 45.58c1.71 1.23 3.97-.521 3.21-2.491z",
|
|
41
|
+
fill: "#553c7b"
|
|
42
|
+
}
|
|
43
|
+
),
|
|
44
|
+
/* @__PURE__ */ c.jsxs("g", { fill: s ?? "#1e1e1c", children: [
|
|
45
|
+
/* @__PURE__ */ c.jsx("path", { d: "m238.222 47.9468c-1.88.776-4.014 1.1491-6.417 1.1491-2.194 0-4.208-.3432-6.029-1.0297-1.82-.6865-3.298-1.7311-4.417-3.119s-1.746-3.119-1.895-5.1933h-6.716c.164 3.0742 1.03 5.7604 2.582 8.0287 1.552 2.2684 3.746 4.0443 6.551 5.3128 2.806 1.2685 6.119 1.9102 9.909 1.9102 3.791 0 7.358-.6566 10.178-1.9699 2.821-1.3133 4.984-3.119 6.492-5.4023 1.507-2.2833 2.253-4.8799 2.253-7.7602 0-2.2832-.448-4.2382-1.358-5.8798s-2.104-2.9996-3.567-4.089c-1.462-1.0894-3.059-1.9997-4.79-2.716-1.731-.7164-3.417-1.2835-5.074-1.7013l-5.357-1.4327c-1.538-.4178-3.09-.9551-4.642-1.6117s-2.85-1.5222-3.88-2.6116c-1.029-1.0894-1.552-2.4773-1.552-4.1785 0-1.7013.478-3.119 1.418-4.4024.94-1.28346 2.268-2.29826 3.97-3.04443 1.701-.74617 3.671-1.11925 5.909-1.11925 3.224 0 5.895.74617 8.014 2.23851 2.119 1.49237 3.328 3.59657 3.597 6.29767h6.432c-.09-2.7757-.896-5.253-2.418-7.41693-1.522-2.16389-3.596-3.86516-6.238-5.1038-2.641-1.23864-5.701-1.85051-9.178-1.85051s-6.462.61186-9.163 1.83558-4.835 2.93991-6.402 5.14858c-1.567 2.20868-2.343 4.79038-2.343 7.74528 0 3.4771 1.164 6.3126 3.492 8.5212 2.328 2.2087 5.731 3.91 10.178 5.1188l6.193 1.7162c2 .5372 3.791 1.1491 5.328 1.8505s2.776 1.5818 3.656 2.6414c.881 1.0596 1.328 2.4027 1.328 4.0442 0 1.8356-.537 3.4623-1.626 4.8502-1.09 1.3878-2.567 2.4623-4.448 3.2383z" }),
|
|
46
|
+
/* @__PURE__ */ c.jsx("path", { d: "m275.935 54.9465c2.686 0 5.104-.4328 7.253-1.3133s3.954-2.0893 5.402-3.6562c1.448-1.567 2.462-3.3578 3.044-5.3874l-6.044-1.3282c-.462 1.3282-1.149 2.4475-2.059 3.3578s-2 1.5968-3.268 2.0594c-1.269.4627-2.701.7014-4.283.7014-2.373 0-4.462-.5223-6.238-1.5669-1.776-1.0447-3.164-2.5818-4.134-4.5815-.866-1.8057-1.328-3.9398-1.418-6.4022h28.086v-2.4176c0-3.4323-.463-6.3723-1.403-8.8495-.94-2.4773-2.208-4.492-3.805-6.0739-1.597-1.5818-3.433-2.7309-5.462-3.4622-2.03-.7312-4.134-1.1043-6.328-1.1043-3.477 0-6.521.8506-9.148 2.5519-2.626 1.7012-4.656 4.0741-6.088 7.1035-1.433 3.0295-2.149 6.5216-2.149 10.4613 0 3.9398.716 7.402 2.163 10.3867 1.448 2.9847 3.522 5.3128 6.224 6.9991 2.701 1.6863 5.924 2.5221 9.655 2.5221zm-10.461-28.3396c.88-1.8505 2.164-3.3428 3.835-4.4621 1.671-1.1192 3.656-1.6714 5.969-1.6714 2.314 0 4.298.5522 5.895 1.6565s2.806 2.6414 3.641 4.5964c.612 1.4476.926 3.1041 1.075 4.865h-21.609c.134-1.7759.477-3.4622 1.209-4.9844z" }),
|
|
47
|
+
/* @__PURE__ */ c.jsx("path", { d: "m311.839 21.756c1.477-.7909 3.148-1.1938 5.014-1.1938 2.731 0 4.88.8506 6.432 2.5369 1.552 1.6864 2.343 4.0443 2.343 7.0887v23.9222h6.223v-24.4147c0-3.313-.567-6.0589-1.701-8.2377-1.135-2.1789-2.687-3.8055-4.686-4.8949-2-1.0894-4.298-1.6267-6.91-1.6267-2.955 0-5.537.7611-7.73 2.2982-1.612 1.1342-2.955 2.8206-4.03 5.0441l-.029-6.7752h-5.985v38.6218h6.223v-23.0119c0-2.3131.433-4.2382 1.299-5.8052.865-1.567 2.029-2.7459 3.522-3.5368z" }),
|
|
48
|
+
/* @__PURE__ */ c.jsx("path", { d: "m343.821 44.7387c0 3.104.91 5.5067 2.731 7.208 1.82 1.7012 4.402 2.5519 7.73 2.5519.776 0 1.552-.0448 2.358-.1343.806-.0896 1.537-.2388 2.179-.4179l-1.015-5.253c-.507.0746-1.075.1343-1.701.2089-.627.0746-1.134.1045-1.552.1045-1.627 0-2.791-.3731-3.477-1.1342-.687-.7611-1.03-1.9699-1.03-3.6264v-23.4298h7.939v-5.3127h-7.939v-9.47636h-6.223v9.47636h-6.014v5.3127h6.014z" }),
|
|
49
|
+
/* @__PURE__ */ c.jsx("path", { d: "m371.429 52.4244c2.701 1.6714 5.925 2.5221 9.655 2.5221 2.687 0 5.104-.4328 7.253-1.3133s3.955-2.0893 5.402-3.6562c1.448-1.567 2.463-3.3578 3.045-5.3874l-6.044-1.3282c-.463 1.3282-1.149 2.4475-2.06 3.3578-.91.9103-1.999 1.5968-3.268 2.0594-1.268.4627-2.701.7014-4.283.7014-2.373 0-4.462-.5223-6.238-1.5669-1.776-1.0447-3.164-2.5818-4.134-4.5815-.865-1.8057-1.328-3.9398-1.417-6.4022h28.085v-2.4176c0-3.4323-.462-6.3723-1.402-8.8495-.94-2.4773-2.209-4.492-3.806-6.0739-1.597-1.5818-3.432-2.7309-5.462-3.4622-2.029-.7312-4.134-1.1043-6.327-1.1043-3.477 0-6.522.8506-9.148 2.5519-2.627 1.7012-4.656 4.0741-6.089 7.1035-1.433 3.0295-2.149 6.5216-2.149 10.4613 0 3.9398.716 7.402 2.164 10.3867 1.447 2.9847 3.522 5.3128 6.223 6.9991zm-.806-25.8175c.881-1.8505 2.164-3.3428 3.835-4.4621 1.672-1.1192 3.657-1.6714 5.97-1.6714s4.298.5522 5.894 1.6565c1.597 1.1043 2.806 2.6414 3.642 4.5964.612 1.4476.925 3.1041 1.074 4.865h-21.609c.135-1.7759.478-3.4622 1.209-4.9844z" }),
|
|
50
|
+
/* @__PURE__ */ c.jsx("path", { d: "m416.707 22.0702c1.418-.7462 2.984-1.1193 4.745-1.1193.836 0 1.627.0448 2.358.1343.732.0896 1.194.1642 1.388.209v-6.2679c-.328-.0298-.791-.0447-1.403-.0746-.611-.0298-1.149-.0298-1.641-.0298-2.313 0-4.343.5969-6.119 1.7908s-3.014 2.7608-3.746 4.7158h-.343v-5.9395h-5.984v38.6218h6.223v-24.1014c0-1.8355.403-3.4323 1.209-4.7904.806-1.358 1.91-2.4026 3.328-3.1488z" }),
|
|
51
|
+
/* @__PURE__ */ c.jsx("path", { d: "m437.465 52.4244c2.701 1.6714 5.925 2.5221 9.656 2.5221 2.686 0 5.103-.4328 7.252-1.3133s3.955-2.0893 5.403-3.6562c1.447-1.567 2.462-3.3578 3.044-5.3874l-6.044-1.3282c-.463 1.3282-1.149 2.4475-2.059 3.3578-.911.9103-2 1.5968-3.269 2.0594-1.268.4627-2.701.7014-4.283.7014-2.373 0-4.462-.5223-6.238-1.5669-1.776-1.0447-3.163-2.5818-4.133-4.5815-.866-1.8057-1.329-3.9398-1.418-6.4022h28.086v-2.4176c0-3.4323-.463-6.3723-1.403-8.8495-.94-2.4773-2.209-4.492-3.806-6.0739-1.596-1.5818-3.432-2.7309-5.462-3.4622-2.029-.7312-4.133-1.1043-6.327-1.1043-3.477 0-6.522.8506-9.148 2.5519-2.627 1.7012-4.656 4.0741-6.089 7.1035-1.433 3.0295-2.149 6.5216-2.149 10.4613 0 3.9398.716 7.402 2.164 10.3867s3.522 5.3128 6.223 6.9991zm-.806-25.8175c.881-1.8505 2.164-3.3428 3.836-4.4621 1.671-1.1192 3.656-1.6714 5.969-1.6714s4.298.5522 5.895 1.6565c1.596 1.1043 2.805 2.6414 3.641 4.5964.612 1.4476.925 3.1041 1.074 4.865h-21.609c.135-1.7759.478-3.4622 1.209-4.9844z" }),
|
|
52
|
+
/* @__PURE__ */ c.jsx("path", { d: "m485.683 48.9023c-.612.0746-1.134.1045-1.552.1045-1.627 0-2.791-.3731-3.477-1.1342-.687-.7611-1.03-1.9699-1.03-3.6264v-23.4298h7.939v-5.3127h-7.939v-9.47636h-6.223v9.47636h-6.014v5.3127h6.014v23.9223c0 3.104.91 5.5067 2.731 7.208 1.821 1.7012 4.402 2.5519 7.73 2.5519.776 0 1.552-.0448 2.358-.1343.806-.0896 1.537-.2388 2.179-.4179l-1.015-5.253c-.507.0746-1.074.1343-1.701.2089z" }),
|
|
53
|
+
/* @__PURE__ */ c.jsx("path", { d: "m525.123 7.14639c.821-.92525 2.179-1.38788 4.045-1.38788.776 0 1.432.0597 2.014.16416s1.015.20892 1.313.29846l1.359-5.312725c-.403-.164158-1.06-.343237-2-.522318-.94-.17908-2.06-.283548-3.388-.283548-1.91 0-3.686.373085-5.327 1.119251-1.642.74618-2.97 1.85051-3.97 3.32793s-1.507 3.28315-1.507 5.41719v5.52169h-7.447v5.3127h7.447v33.2941h6.223v-33.2941h8.67v-5.3127h-8.67v-4.2383c0-1.82063.418-3.19358 1.238-4.10391z" }),
|
|
54
|
+
/* @__PURE__ */ c.jsx("path", { d: "m563.58 17.4432c-2.656-1.6715-5.745-2.5072-9.267-2.5072s-6.611.8357-9.253 2.5072c-2.641 1.6714-4.715 4.0144-6.193 7.0289-1.477 3.0145-2.223 6.5364-2.223 10.5508s.746 7.417 2.223 10.4166c1.478 2.9996 3.552 5.3426 6.193 7.014 2.642 1.6714 5.731 2.5071 9.253 2.5071s6.611-.8357 9.267-2.5071c2.657-1.6714 4.731-3.9995 6.208-7.014 1.478-3.0146 2.224-6.4768 2.224-10.4166 0-3.9397-.746-7.5214-2.224-10.5508-1.477-3.0295-3.551-5.3575-6.208-7.0289zm.896 24.7579c-.821 2.1788-2.09 3.9249-3.776 5.2232s-3.82 1.955-6.387 1.955-4.686-.6567-6.343-1.955c-1.656-1.2983-2.925-3.0444-3.76-5.2232-.836-2.1788-1.254-4.5815-1.254-7.1931s.418-5.0889 1.254-7.2826c.835-2.1937 2.104-3.9398 3.775-5.268 1.672-1.3281 3.791-1.9699 6.328-1.9699s4.686.6567 6.387 1.9699c1.701 1.3133 2.955 3.0743 3.776 5.2829.82 2.2087 1.238 4.6263 1.238 7.2528s-.418 5.0143-1.238 7.1931z" }),
|
|
55
|
+
/* @__PURE__ */ c.jsx("path", { d: "m598.549 21.0852c.731.0896 1.193.1642 1.387.209v-6.2679c-.328-.0298-.79-.0447-1.402-.0746-.612-.0298-1.149-.0298-1.642-.0298-2.313 0-4.343.5969-6.119 1.7908-1.775 1.1939-3.014 2.7608-3.745 4.7158h-.344v-5.9395h-5.984v38.6218h6.223v-24.1014c0-1.8355.403-3.4323 1.209-4.7904.806-1.358 1.91-2.4026 3.328-3.1488s2.985-1.1193 4.746-1.1193c.835 0 1.626.0448 2.358.1343z" }),
|
|
56
|
+
/* @__PURE__ */ c.jsx("path", { d: "m653.719 19.5026c-1.611-1.567-3.432-2.731-5.462-3.4622-2.029-.7313-4.134-1.1044-6.327-1.1044-3.477 0-6.522.8507-9.148 2.5519-2.627 1.7013-4.656 4.0741-6.089 7.1036-1.433 3.0294-2.149 6.5215-2.149 10.4613s.716 7.402 2.164 10.3867c1.447 2.9847 3.522 5.3127 6.223 6.9991 2.701 1.6863 5.924 2.522 9.655 2.522 2.687 0 5.104-.4328 7.253-1.3132 2.149-.8805 3.955-2.0893 5.402-3.6563 1.448-1.5669 2.463-3.3577 3.045-5.3873l-6.044-1.3282c-.463 1.3282-1.149 2.4474-2.06 3.3578-.91.9103-1.999 1.5968-3.268 2.0594-1.268.4626-2.701.7014-4.283.7014-2.373 0-4.462-.5223-6.238-1.567-1.776-1.0446-3.164-2.5817-4.134-4.5815-.865-1.8057-1.328-3.9397-1.417-6.4021h28.085v-2.4176c0-3.4324-.462-6.3723-1.402-8.8496s-2.209-4.4919-3.806-6.0738zm-21.579 7.1035c.88-1.8505 2.164-3.3428 3.835-4.4621 1.672-1.1192 3.657-1.6714 5.97-1.6714s4.298.5522 5.894 1.6565c1.597 1.1044 2.806 2.6415 3.642 4.5964.612 1.4476.925 3.1041 1.074 4.8651h-21.609c.134-1.7759.478-3.4623 1.209-4.9845z" }),
|
|
57
|
+
/* @__PURE__ */ c.jsx("path", { d: "m682.852 48.6934c-.507.0746-1.075.1343-1.701.2089-.627.0746-1.135.1045-1.552.1045-1.627 0-2.791-.3731-3.478-1.1342-.686-.7611-1.029-1.9699-1.029-3.6264v-23.4298h7.939v-5.3127h-7.939v-9.47636h-6.223v9.47636h-6.015v5.3127h6.015v23.9223c0 3.104.91 5.5067 2.731 7.208 1.82 1.7012 4.402 2.5519 7.73 2.5519.776 0 1.552-.0448 2.358-.1343.806-.0896 1.537-.2388 2.179-.4179z" }),
|
|
58
|
+
/* @__PURE__ */ c.jsx("path", { d: "m218.553 132.384c2 .91 4.223 1.358 6.7 1.358 2.209 0 4.089-.313 5.627-.955 1.537-.642 2.79-1.433 3.745-2.403s1.657-1.895 2.104-2.805h.344v5.313h6.118v-25.714c0-2.775-.462-5.044-1.402-6.805-.941-1.7606-2.135-3.1186-3.627-4.0737s-3.059-1.6266-4.746-2.0147c-1.686-.388-3.268-.582-4.76-.582-2.209 0-4.373.3283-6.447.9999s-3.94 1.7162-5.537 3.1488c-1.596 1.4327-2.805 3.3277-3.596 5.6857l6.044 1.567c.328-1 .91-1.955 1.731-2.85.821-.896 1.895-1.627 3.223-2.209 1.329-.5819 2.896-.8506 4.746-.8506 1.851 0 3.298.2985 4.507.8956 1.209.597 2.134 1.447 2.746 2.567.612 1.119.925 2.462.925 4.029v.239c0 .955-.343 1.626-1.03 2.014-.686.388-1.746.657-3.178.821-1.433.164-3.328.403-5.686.702-1.821.238-3.626.552-5.402.94s-3.403 1-4.865 1.806c-1.463.805-2.627 1.895-3.492 3.268-.866 1.373-1.314 3.164-1.314 5.387 0 2.537.582 4.701 1.761 6.477s2.761 3.119 4.761 4.029zm.925-13.685c.791-.865 1.836-1.522 3.149-1.97 1.313-.447 2.701-.776 4.193-.955.717-.089 1.597-.209 2.642-.328 1.044-.119 2.089-.283 3.149-.478 1.059-.194 1.999-.402 2.805-.626s1.328-.493 1.597-.776v5.253c0 1.582-.403 3.104-1.224 4.551-.82 1.448-2.014 2.612-3.596 3.522-1.582.911-3.552 1.343-5.91 1.343-1.567 0-2.94-.223-4.134-.686s-2.134-1.134-2.82-2.03c-.687-.895-1.03-1.999-1.03-3.298 0-1.462.403-2.641 1.194-3.492z" }),
|
|
59
|
+
/* @__PURE__ */ c.jsx("path", { d: "m259.98 80.7935h-6.223v52.1125h6.223z" }),
|
|
60
|
+
/* @__PURE__ */ c.jsx("path", { d: "m296.886 100.373h-.388c-.507-.866-1.209-1.8062-2.104-2.8359s-2.074-1.9251-3.567-2.6713c-1.492-.7462-3.402-1.1342-5.73-1.1342-3.224 0-6.074.8208-8.551 2.4475-2.478 1.6266-4.418 3.9399-5.806 6.9249-1.387 2.984-2.074 6.506-2.074 10.565s.687 7.626 2.074 10.611c1.388 2.985 3.313 5.313 5.791 6.954 2.477 1.642 5.327 2.463 8.566 2.463 2.283 0 4.178-.374 5.671-1.135 1.492-.761 2.686-1.656 3.596-2.716.91-1.059 1.627-2.014 2.164-2.91h.567v5.94h6.014v-52.1128h-6.223v19.5798zm-1.119 20.833c-.866 2.178-2.119 3.88-3.761 5.103-1.641 1.224-3.641 1.836-5.999 1.836s-4.358-.627-6.014-1.895c-1.657-1.269-2.91-2.985-3.761-5.179-.85-2.193-1.283-4.671-1.283-7.446 0-2.776.433-5.239 1.283-7.402.851-2.164 2.104-3.851 3.746-5.089 1.642-1.239 3.656-1.8509 6.029-1.8509s4.388.597 6.029 1.8059c1.642 1.209 2.895 2.88 3.746 5.014s1.283 4.656 1.283 7.522c0 2.865-.433 5.387-1.298 7.566z" }),
|
|
61
|
+
/* @__PURE__ */ c.jsx("path", { d: "m342.491 128.772c1.448-1.567 2.463-3.358 3.045-5.387l-6.044-1.329c-.463 1.329-1.149 2.448-2.06 3.358-.91.91-1.999 1.597-3.268 2.06-1.268.462-2.701.701-4.283.701-2.373 0-4.462-.522-6.238-1.567s-3.164-2.582-4.134-4.582c-.865-1.805-1.328-3.939-1.417-6.402h28.085v-2.417c0-3.433-.462-6.373-1.402-8.85-.941-2.477-2.209-4.4918-3.806-6.0737-1.597-1.5818-3.432-2.7309-5.462-3.4622-2.029-.7312-4.134-1.1043-6.327-1.1043-3.477 0-6.522.8506-9.148 2.5519-2.627 1.7013-4.656 4.0743-6.089 7.1033-1.433 3.03-2.149 6.522-2.149 10.462 0 3.939.716 7.402 2.164 10.386 1.447 2.985 3.522 5.313 6.223 6.999 2.701 1.687 5.924 2.522 9.655 2.522 2.687 0 5.104-.432 7.253-1.313 2.149-.88 3.955-2.089 5.402-3.656zm-23.116-23.37c.88-1.851 2.164-3.343 3.835-4.462 1.672-1.1195 3.657-1.6717 5.97-1.6717s4.298.5522 5.894 1.6567c1.597 1.104 2.806 2.641 3.642 4.596.612 1.448.925 3.104 1.074 4.865h-21.609c.134-1.776.478-3.462 1.209-4.984z" }),
|
|
62
|
+
/* @__PURE__ */ c.jsx("path", { d: "m370.906 93.7324c-2.313 0-4.343.597-6.119 1.7908-1.776 1.1939-3.014 2.7609-3.746 4.7158h-.343v-5.9395h-5.984v38.6215h6.223v-24.101c0-1.836.403-3.432 1.209-4.79s1.91-2.403 3.328-3.149c1.417-.746 2.984-1.1195 4.745-1.1195.836 0 1.627.0447 2.358.1343.731.0895 1.194.1642 1.388.2092v-6.2681c-.328-.0299-.791-.0448-1.403-.0746-.612-.0299-1.149-.0299-1.641-.0299z" }),
|
|
63
|
+
/* @__PURE__ */ c.jsx("path", { d: "m387.053 95.164c-2.149.9551-3.835 2.2833-5.059 3.9697-1.224 1.6863-1.835 3.6413-1.835 5.8653 0 2.731.865 4.969 2.581 6.73 1.717 1.761 4.343 3.044 7.865 3.865l6.402 1.537c1.866.418 3.283 1.075 4.253 1.955.97.881 1.448 2 1.448 3.358 0 1.612-.806 2.985-2.403 4.149s-3.731 1.731-6.417 1.731c-2.403 0-4.372-.522-5.895-1.552-1.522-1.03-2.537-2.642-3.029-4.806l-5.94 1.12c.403 2.328 1.269 4.298 2.627 5.88 1.358 1.581 3.074 2.775 5.178 3.581 2.105.806 4.477 1.209 7.134 1.209 2.984 0 5.611-.493 7.894-1.492 2.283-1 4.044-2.358 5.328-4.104 1.283-1.746 1.925-3.761 1.925-6.044 0-2.687-.851-4.895-2.537-6.626s-4.313-3.03-7.85-3.865l-5.909-1.403c-2.164-.508-3.776-1.194-4.821-2.06-1.044-.865-1.567-2.014-1.567-3.462 0-1.627.747-2.985 2.254-4.059 1.507-1.0746 3.417-1.6118 5.76-1.6118 2.478 0 4.358.582 5.656 1.7608 1.299 1.179 2.149 2.522 2.567 4.044l5.701-1.149c-.463-1.955-1.284-3.6858-2.463-5.1781-1.178-1.4924-2.716-2.6564-4.641-3.4921s-4.193-1.2536-6.85-1.2536c-2.656 0-5.193.4776-7.342 1.4327z" }),
|
|
64
|
+
/* @__PURE__ */ c.jsx("path", { d: "m435.016 117.057c-.821 2.268-1.537 4.522-2.149 6.775-.284 1-.567 1.955-.851 2.925-.283-.985-.567-1.925-.85-2.925-.612-2.253-1.329-4.507-2.164-6.775l-8.253-22.7733h-6.79l14.759 38.6213h6.507l14.759-38.6213h-6.745z" }),
|
|
65
|
+
/* @__PURE__ */ c.jsx("path", { d: "m482.861 98.299c-1.612-1.567-3.433-2.731-5.462-3.4622-2.03-.7313-4.134-1.1044-6.328-1.1044-3.477 0-6.521.8507-9.148 2.5519-2.626 1.7013-4.656 4.0737-6.088 7.1037-1.433 3.029-2.149 6.521-2.149 10.461s.716 7.402 2.163 10.387c1.448 2.985 3.522 5.313 6.223 6.999 2.702 1.686 5.925 2.522 9.656 2.522 2.686 0 5.104-.433 7.253-1.313 2.149-.881 3.954-2.09 5.402-3.656 1.448-1.567 2.462-3.358 3.044-5.388l-6.044-1.328c-.462 1.328-1.149 2.447-2.059 3.358-.91.91-2 1.597-3.268 2.059-1.269.463-2.701.702-4.283.702-2.373 0-4.462-.523-6.238-1.567-1.776-1.045-3.164-2.582-4.134-4.582-.866-1.806-1.328-3.94-1.418-6.402h28.086v-2.418c0-3.432-.463-6.372-1.403-8.849s-2.208-4.4921-3.805-6.074zm-21.579 7.104c.88-1.851 2.163-3.343 3.835-4.463 1.671-1.1188 3.656-1.671 5.969-1.671s4.298.5522 5.895 1.657c1.597 1.104 2.806 2.641 3.641 4.596.612 1.447.926 3.104 1.075 4.865h-21.609c.134-1.776.477-3.462 1.208-4.984z" }),
|
|
66
|
+
/* @__PURE__ */ c.jsx("path", { d: "m521.29 95.3591c-2-1.0894-4.298-1.6267-6.91-1.6267-2.955 0-5.536.7611-7.73 2.2982-1.612 1.1342-2.955 2.8206-4.029 5.0444l-.03-6.7755h-5.985v38.6215h6.223v-23.012c0-2.313.433-4.238 1.299-5.805.865-1.567 2.029-2.746 3.522-3.537 1.492-.7906 3.149-1.1935 5.014-1.1935 2.731 0 4.88.8505 6.432 2.5365 1.552 1.687 2.343 4.045 2.343 7.089v23.922h6.223v-24.414c0-3.313-.567-6.059-1.701-8.238-1.134-2.1789-2.686-3.8056-4.686-4.895z" }),
|
|
67
|
+
/* @__PURE__ */ c.jsx("path", { d: "m562.911 95.3591c-2-1.0894-4.298-1.6267-6.91-1.6267-2.955 0-5.536.7611-7.73 2.2982-1.612 1.1342-2.955 2.8206-4.029 5.0444l-.03-6.7755h-5.984v38.6215h6.223v-23.012c0-2.313.432-4.238 1.298-5.805s2.03-2.746 3.522-3.537c1.492-.7906 3.149-1.1935 5.014-1.1935 2.731 0 4.88.8505 6.432 2.5365 1.552 1.687 2.343 4.045 2.343 7.089v23.922h6.223v-24.414c0-3.313-.567-6.059-1.701-8.238-1.134-2.1789-2.686-3.8056-4.686-4.895z" }),
|
|
68
|
+
/* @__PURE__ */ c.jsx("path", { d: "m586.07 80.7935h-6.223v52.1125h6.223z" }),
|
|
69
|
+
/* @__PURE__ */ c.jsx("path", { d: "m599.757 79.4204c-1.164 0-2.179.4029-3.029 1.2088-.851.8059-1.284 1.7759-1.284 2.925s.433 2.1191 1.284 2.9399c.85.8208 1.865 1.2237 3.029 1.2237s2.209-.4029 3.06-1.2237c.85-.8208 1.283-1.7908 1.283-2.9399s-.433-2.1191-1.283-2.925c-.851-.8059-1.866-1.2088-3.06-1.2088z" }),
|
|
70
|
+
/* @__PURE__ */ c.jsx("path", { d: "m602.861 94.2837h-6.223v38.6213h6.223z" }),
|
|
71
|
+
/* @__PURE__ */ c.jsx("path", { d: "m639.974 100.448h-.448c-.537-.8805-1.254-1.8505-2.164-2.9101s-2.104-1.9401-3.596-2.6862c-1.493-.7462-3.388-1.1193-5.701-1.1193-3.239 0-6.104.8208-8.581 2.4475-2.477 1.6266-4.417 3.9251-5.82 6.8801-1.403 2.954-2.104 6.417-2.104 10.401 0 3.985.716 7.447 2.134 10.297 1.417 2.851 3.372 5.044 5.835 6.537 2.462 1.492 5.283 2.253 8.431 2.253 2.314 0 4.209-.343 5.701-1.044 1.492-.702 2.686-1.552 3.567-2.567.88-1.015 1.612-1.97 2.164-2.851h.447v7.343c0 3.193-.985 5.566-2.969 7.103-1.985 1.537-4.552 2.313-7.701 2.313-2.119 0-3.88-.298-5.268-.895s-2.507-1.343-3.343-2.239c-.835-.895-1.522-1.79-2.029-2.671l-5.313 2.552c.701 1.657 1.746 3.149 3.149 4.462s3.164 2.358 5.313 3.119 4.641 1.134 7.491 1.134c3.119 0 5.97-.507 8.521-1.507 2.552-1 4.582-2.582 6.089-4.746 1.507-2.163 2.254-4.939 2.254-8.342v-39.4125h-6.044v6.1485zm-1.284 20.221c-.85 2.06-2.104 3.627-3.745 4.716-1.642 1.089-3.642 1.642-6 1.642s-4.402-.568-6.044-1.702c-1.641-1.134-2.91-2.716-3.775-4.775-.866-2.06-1.299-4.447-1.299-7.208s.433-5.119 1.284-7.223c.85-2.104 2.104-3.776 3.76-4.999 1.657-1.2242 3.687-1.8361 6.089-1.8361 2.403 0 4.388.597 6.029 1.7911 1.642 1.194 2.881 2.835 3.731 4.954.851 2.119 1.254 4.552 1.254 7.328 0 2.775-.433 5.253-1.284 7.312z" }),
|
|
72
|
+
/* @__PURE__ */ c.jsx("path", { d: "m249.638 191.943c0 .984 0 2.238.03 3.76s.075 3.194.164 4.985c.045 1.044.135 2.104.209 3.163-.537-1.059-1.059-2.163-1.612-3.163-.895-1.627-1.731-3.104-2.507-4.418-.776-1.313-1.417-2.387-1.955-3.193l-21.266-33.473h-7.7v52.112h6.581v-29.832c0-.925-.03-2.209-.074-3.805-.045-1.597-.105-3.507-.194-5.686-.06-1.433-.12-3.015-.194-4.641 1.059 1.85 2.029 3.566 2.85 4.999 1.134 1.985 2.134 3.701 3.014 5.149.881 1.447 1.702 2.805 2.508 4.059l18.922 29.772h7.761v-52.113h-6.537v32.354z" }),
|
|
73
|
+
/* @__PURE__ */ c.jsx("path", { d: "m292.559 175.035c-2.657-1.671-5.746-2.507-9.268-2.507s-6.611.836-9.252 2.507c-2.642 1.671-4.716 4.014-6.193 7.029-1.478 3.014-2.224 6.536-2.224 10.551 0 4.014.746 7.417 2.224 10.416 1.477 3 3.551 5.343 6.193 7.014 2.641 1.672 5.73 2.507 9.252 2.507s6.611-.835 9.268-2.507c2.656-1.671 4.731-3.999 6.208-7.014 1.477-3.014 2.224-6.476 2.224-10.416s-.747-7.522-2.224-10.551c-1.477-3.03-3.552-5.358-6.208-7.029zm.88 24.758c-.821 2.179-2.089 3.925-3.775 5.223-1.687 1.298-3.821 1.955-6.388 1.955-2.566 0-4.686-.657-6.342-1.955-1.657-1.298-2.925-3.044-3.761-5.223-.835-2.179-1.253-4.582-1.253-7.193 0-2.612.418-5.089 1.253-7.283.836-2.194 2.105-3.94 3.776-5.268s3.79-1.97 6.327-1.97 4.686.657 6.388 1.97c1.701 1.314 2.954 3.074 3.775 5.283s1.239 4.626 1.239 7.253c0 2.626-.418 5.014-1.239 7.193z" }),
|
|
74
|
+
/* @__PURE__ */ c.jsx("path", { d: "m325.852 172.528c-2.313 0-4.343.597-6.119 1.791-1.775 1.194-3.014 2.76-3.745 4.715h-.344v-5.939h-5.984v38.622h6.223v-24.102c0-1.835.403-3.432 1.209-4.79s1.91-2.403 3.328-3.149 2.985-1.119 4.746-1.119c.835 0 1.626.045 2.357.134.732.09 1.194.164 1.388.209v-6.268c-.328-.03-.791-.044-1.402-.074-.612-.03-1.15-.03-1.642-.03z" }),
|
|
75
|
+
/* @__PURE__ */ c.jsx("path", { d: "m361.205 179.243h-.447c-.538-.88-1.254-1.85-2.164-2.91-.911-1.059-2.105-1.94-3.597-2.686s-3.388-1.119-5.701-1.119c-3.238 0-6.103.821-8.581 2.447-2.477 1.627-4.417 3.925-5.82 6.88s-2.104 6.417-2.104 10.402c0 3.984.716 7.446 2.134 10.297 1.418 2.85 3.373 5.044 5.835 6.536 2.462 1.493 5.283 2.254 8.432 2.254 2.313 0 4.208-.344 5.701-1.045 1.492-.701 2.686-1.552 3.566-2.567.881-1.015 1.612-1.97 2.164-2.85h.448v7.342c0 3.194-.985 5.567-2.97 7.104s-4.551 2.313-7.7 2.313c-2.119 0-3.88-.299-5.268-.896s-2.507-1.343-3.343-2.238c-.836-.896-1.522-1.791-2.03-2.671l-5.312 2.551c.701 1.657 1.746 3.149 3.148 4.463 1.403 1.313 3.164 2.357 5.313 3.119 2.149.761 4.641 1.134 7.492 1.134 3.119 0 5.969-.508 8.521-1.508 2.552-.999 4.581-2.581 6.089-4.745 1.507-2.164 2.253-4.94 2.253-8.342v-39.413h-6.044v6.148zm-1.268 20.222c-.851 2.059-2.104 3.626-3.746 4.715-1.642 1.09-3.641 1.642-5.999 1.642s-4.403-.567-6.044-1.701c-1.642-1.134-2.91-2.716-3.776-4.776-.865-2.059-1.298-4.447-1.298-7.208s.433-5.119 1.283-7.223c.851-2.104 2.104-3.775 3.761-4.999 1.656-1.224 3.686-1.836 6.089-1.836 2.402 0 4.387.597 6.029 1.791 1.641 1.194 2.88 2.836 3.731 4.955.85 2.119 1.253 4.551 1.253 7.327s-.433 5.253-1.283 7.313z" }),
|
|
76
|
+
/* @__PURE__ */ c.jsx("path", { d: "m405.11 177.094c-1.612-1.567-3.433-2.731-5.462-3.462-2.03-.731-4.134-1.104-6.328-1.104-3.477 0-6.521.85-9.148 2.552-2.626 1.701-4.656 4.074-6.088 7.103-1.433 3.03-2.149 6.522-2.149 10.462 0 3.939.716 7.402 2.163 10.386 1.448 2.985 3.522 5.313 6.224 6.999 2.701 1.687 5.924 2.522 9.655 2.522 2.686 0 5.104-.432 7.253-1.313 2.149-.88 3.954-2.089 5.402-3.656s2.462-3.358 3.044-5.387l-6.044-1.329c-.462 1.329-1.149 2.448-2.059 3.358s-2 1.597-3.268 2.06c-1.269.462-2.701.701-4.283.701-2.373 0-4.462-.522-6.238-1.567s-3.164-2.582-4.134-4.581c-.866-1.806-1.328-3.94-1.418-6.403h28.086v-2.417c0-3.433-.463-6.372-1.403-8.85-.94-2.477-2.208-4.492-3.805-6.074zm-21.579 7.104c.88-1.851 2.163-3.343 3.835-4.462 1.671-1.119 3.656-1.672 5.969-1.672s4.298.553 5.895 1.657 2.806 2.641 3.641 4.596c.612 1.448.926 3.104 1.075 4.865h-21.609c.134-1.776.477-3.462 1.209-4.984z" })
|
|
77
|
+
] })
|
|
78
|
+
]
|
|
79
|
+
}
|
|
80
|
+
);
|
|
81
|
+
}
|
|
82
|
+
export {
|
|
83
|
+
d as default
|
|
84
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const c=require("../../jsx-runtime-BB_1_6y_.js"),e=require("../../utilities/scale.js");function h({fill:s,...t}){const{width:x,height:i}=e.default({originalWidth:254,originalHeight:56,width:t.width,height:t.height});return c.jsxRuntimeExports.jsxs("svg",{fill:"none",viewBox:"0 0 254 56",xmlns:"http://www.w3.org/2000/svg",...t,width:x,height:i,children:[c.jsxRuntimeExports.jsxs("g",{fill:s??"#002776",children:[c.jsxRuntimeExports.jsx("path",{d:"m10.851 43.485c-5.129 0-9.193-1.184-9.943001-1.42-.395-.158-.591999-.474-.591999-.828v-.197l.512999-2.605c.079-.394.355001-.513.670001-.513.079 0 .158 0 .276.039.829.158 4.853 1.303 8.641 1.303 3.235 0 6.116-.947 6.116-4.301 0-3.393-2.959-3.748-6.786-4.301-4.261-.632-9.746-1.775-9.746-8.483 0-6.904 5.129-8.72 11.205-8.72 4.617 0 8.444 1.105 9.311 1.342.474.118.711.434.711.829v.197l-.552 2.564c-.04.276-.316.552-.631.552-.04 0-.079-.039-.119-.039-1.894-.395-4.814-1.184-8.286-1.184-2.919 0-5.997.553-5.997 3.867 0 3.275 3.314 3.749 6.826 4.261 4.616.71 9.864 1.381 9.864 8.72 0 6.905-5.602 8.917-11.481 8.917z"}),c.jsxRuntimeExports.jsx("path",{d:"m60.9813 43.0112c-1.381.315-3.275.552-5.484.552-4.261 0-9.509-.434-9.509-6.707 0-5.09 3.196-5.642 6.352-6.155l7.023-1.144v-1.262c0-1.105-.119-1.894-1.105-2.328-.631-.276-1.578-.395-2.998-.395-2.683 0-5.603.789-6.786 1.104-.119 0-.197.04-.276.04-.197 0-.395-.079-.434-.355l-.552-2.446v-.158c0-.355.276-.513.474-.592.947-.355 4.577-1.341 8.601-1.341 2.801 0 4.695.395 5.958 1.105 2.012 1.104 2.407 2.959 2.407 5.089v10.89c-.001 2.959-.988 3.472-3.671 4.103zm-1.617-10.021-4.893.789c-1.618.236-3.117.473-3.117 3.037 0 3.078 2.486 3.314 4.38 3.314 1.539 0 2.801-.275 3.63-.553z"}),c.jsxRuntimeExports.jsx("path",{d:"m78.7289 25.8882c-2.407 0-4.459.237-5.563.513v16.059c0 .355-.237.592-.592.592h-4.024c-.237 0-.671-.236-.671-.592v-17.045c0-1.539.907-2.012 2.801-2.564 1.736-.552 4.538-.947 6.786-.986h.671c.552 0 .552 0 .829.118.158.079.355.237.355.631v2.564c0 .395-.039.71-.592.71z"}),c.jsxRuntimeExports.jsx("path",{d:"m99.3798 34.2142c0 .434-.237.907-.829.907h-13.217c0 1.815.513 2.802 1.578 3.63 1.026.828 2.525 1.184 4.656 1.184 2.446 0 4.3-.592 5.523-.947.079-.039.119-.039.197-.039.237 0 .434.158.553.553l.513 2.012c0 .039.04.119.04.197 0 .316-.197.474-.474.592-1.341.553-4.025 1.263-7.141 1.263-7.733 0-10.771-3.038-10.771-10.771 0-7.418 2.052-10.969 9.746-10.969 3.985 0 6.431 1.026 7.851 2.92 1.341 1.775 1.775 4.3 1.775 7.575zm-5.563-5.879c-.513-2.17-1.697-2.88-4.024-2.88-2.644 0-3.749.789-4.183 2.762-.276 1.105-.276 2.249-.315 3.551l8.838-.04c0-1.262-.04-2.328-.316-3.393z"}),c.jsxRuntimeExports.jsx("path",{d:"m144.263 43.0112c-1.381.315-3.275.552-5.484.552-4.262 0-9.509-.434-9.509-6.707 0-5.09 3.196-5.642 6.353-6.155l7.023-1.144v-1.262c0-1.105-.119-1.894-1.105-2.328-.631-.276-1.578-.395-2.998-.395-2.684 0-5.604.789-6.787 1.104-.118 0-.197.04-.275.04-.197 0-.395-.079-.435-.355l-.552-2.446v-.158c0-.355.275-.513.473-.592.947-.355 4.577-1.341 8.602-1.341 2.801 0 4.695.395 5.958 1.105 2.013 1.104 2.407 2.959 2.407 5.089v10.89c-.001 2.959-.988 3.472-3.671 4.103zm-1.617-10.021-4.893.789c-1.618.236-3.117.473-3.117 3.037 0 3.078 2.485 3.314 4.379 3.314 1.539 0 2.802-.275 3.631-.553z"}),c.jsxRuntimeExports.jsx("path",{d:"m169.033 43.0522h-4.064c-.355 0-.631-.236-.631-.592v-13.928c0-2.289-.868-3.078-2.959-3.078-2.367 0-4.932.671-4.932.671v16.334c0 .355-.237.592-.592.592h-4.025c-.395 0-.67-.236-.67-.592v-17.005c0-1.499.749-2.012 2.959-2.604 2.012-.552 5.326-1.026 7.852-1.026 4.932 0 7.654 1.263 7.654 5.997v14.638c0 .356-.237.593-.592.593z"}),c.jsxRuntimeExports.jsx("path",{d:"m191.912 42.6959c0 .158-.157.355-.395.355h-5.287c-.197 0-.395 0-.592-.236l-6.115-8.326h-1.342v7.971c0 .355-.197.592-.592.592h-4.064c-.354 0-.632-.236-.632-.592v-27.58c0-.473.197-.71.672-.828l3.865-.671h.158c.355 0 .592.237.592.671v16.886h1.342l6.234-8.325c.157-.237.316-.276.513-.276l4.814.118c.276 0 .395.197.395.355 0 .079-.039.119-.079.197l-7.457 9.391 7.892 10.1c.039.041.078.12.078.198z"}),c.jsxRuntimeExports.jsx("path",{d:"m35.7225 21.8242c-2.644 0-5.682.434-8.049 1.263-1.776.552-2.486 1.144-2.486 3.196v24.423c0 .395.309.717.878.615.569-.103 3.738-.688 3.738-.688.474-.079.671-.315.671-.789v-6.879c1.401.341 3.166.6 5.129.6 7.339 0 8.72-4.616 8.72-10.851 0-6.274-.986-10.89-8.601-10.89zm-1.499 18.109c-2.13 0-3.748-.473-3.748-.473v-13.296s2.328-.631 4.143-.631c2.999 0 4.301.67 4.301 7.063-.001 5.996-1.106 7.337-4.696 7.337z"}),c.jsxRuntimeExports.jsx("path",{d:"m116.72 43.0525h-13.139c-.355 0-.671-.276-.671-.631v-27.896c0-.355.315-.631.671-.631h13.178c6.671 0 9.39 2.616 9.39 7.354 0 4.182-2.323 5.679-5.918 6.708 3.991.658 6.905 2.825 6.905 7.48 0 5.287-3.709 7.616-10.416 7.616zm-.514-25.094h-7.615v8.443l7.339-.315c2.999-.118 4.537-1.184 4.537-4.182.001-2.763-1.341-3.946-4.261-3.946zm-.197 12.27-7.417-.236v8.995h7.417c3.985 0 5.287-1.735 5.287-4.143 0-3.234-1.065-4.498-5.287-4.616z"})]}),c.jsxRuntimeExports.jsx("path",{d:"m225.527 0c-2.933 0-5.757.458-8.411 1.301 11.169-2.423 22.239 2.178 26.227 11.601 4.609 10.892-1.989 24.096-14.737 29.491-11.436 4.839-23.931 1.747-29.711-6.802 3.381 11.517 14.021 19.929 26.632 19.929 15.331 0 27.76-12.428 27.76-27.76s-12.429-27.76-27.76-27.76z",fill:"#e60000"}),c.jsxRuntimeExports.jsx("path",{d:"m228.607 42.3928c12.749-5.395 19.347-18.598 14.737-29.491-3.988-9.42395-15.059-14.02395-26.227-11.60095-11.219 3.563-19.349 14.05995-19.349 26.45895 0 2.72.398 5.3471 1.128 7.8311 5.78 8.549 18.275 11.6409 29.711 6.8019z",fill:"#af0000"}),c.jsxRuntimeExports.jsx("path",{d:"m232.642 40.3054v-28.503c0-.566-.462-1.027-1.029-1.027h-6.454c-.461 0-.72.102-1.132.257l-8.328 4.287c-.513.207-.719.514-.719 1.029v4.671c0 .549.445.992.993.992h5.33v22.409c2.433-.338 4.891-1.006 7.302-2.027 1.425-.603 2.773-1.304 4.037-2.088z",fill:"#fff"})]})}exports.default=h;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const h=require("../../jsx-runtime-BB_1_6y_.js"),m=require("../../utilities/scale.js");function e({fill:s,...t}){const{width:c,height:x}=m.default({originalWidth:2e3,originalHeight:420,width:t.width,height:t.height});return h.jsxRuntimeExports.jsx("svg",{viewBox:"0 0 2000 420",xmlns:"http://www.w3.org/2000/svg",...t,width:c,height:x,children:h.jsxRuntimeExports.jsxs("g",{fill:s??"#ff4238",children:[h.jsxRuntimeExports.jsx("path",{d:"m748.6047 122.2146c0 29.3014-25.5681 50.4879-65.4732 50.4879-44.2658 0-70.8692-19.116-75.8574-54.4408l32.836-6.2326c2.9071 18.4885 16.0101 32.836 41.777 32.836 17.6624 0 31.8007-6.0443 31.8007-19.1369 0-11.6285-8.7319-16.2088-24.7315-21.3957l-38.4515-12.0677c-22.4414-7.2574-38.4515-20.1408-38.4515-44.4645 0-31.5915 29.9288-47.8003 61.5204-47.8003 40.1143 0 64.6367 20.5799 71.0784 51.544l-32.836 6.2326c-2.698-21.4061-19.116-29.9184-36.7888-29.9184-15.1736 0-29.0922 4.3712-29.0922 16.1984 0 12.256 10.1854 15.5814 27.4295 20.9983l31.8007 9.3488c24.3133 7.6966 43.4397 21.6048 43.4397 47.8108h-.0003z"}),h.jsxRuntimeExports.jsx("path",{d:"m768.0657 41.9966h31.1733v24.9198h3.1163c4.9881-15.9997 17.6624-27.4295 38.8698-27.4295 25.5577 0 51.5336 20.1512 51.5336 66.7072 0 44.2763-24.5224 66.7177-52.3702 66.7177-19.7434 0-33.2543-9.3488-38.0332-25.3485h-3.1163v61.0142h-31.1733zm91.0309 65.034c0-26.8126-10.8129-41.5574-30.138-41.5574-19.1264 0-29.7197 14.7448-29.7197 41.5574 0 25.7668 10.5933 40.1143 29.7197 40.1143 19.3251 0 30.138-14.3474 30.138-40.1143z"}),h.jsxRuntimeExports.jsx("path",{d:"m903.4984 136.332c0-21.814 12.6743-36.5797 41.777-41.5574l37.4058-7.0691v-7.0691c0-13.72-9.558-18.0912-19.116-18.0912-17.0454 0-23.278 10.6037-25.9864 23.6963l-30.9641-8.7214c7.2783-22.6505 27.4295-38.0332 57.5675-38.0332 30.9746 0 49.6722 15.5919 49.6722 43.6384v87.2977h-24.9302l-5.6156-22.8597h-3.1163c-4.5698 16.418-19.1264 25.3485-35.9627 25.3485-23.278 0-40.7312-14.7448-40.7312-36.5797zm79.1828-20.1617v-7.0691l-21.6153 3.7437c-17.6624 2.9071-23.895 10.1854-23.895 19.7434 0 9.3698 6.2326 14.7657 16.8258 14.7657 15.3827 0 28.6844-9.1397 28.6844-31.1837z"}),h.jsxRuntimeExports.jsx("path",{d:"m1067.4272 100.1706v70.2522h-31.3824v-128.4262h31.3824v25.1289h2.9071c5.4064-18.6977 17.8715-25.9655 36.7888-25.9655h1.8719v30.3367h-11.022c-20.7787 0-30.5458 9.3488-30.5458 28.674h-.0001z"}),h.jsxRuntimeExports.jsx("path",{d:"m1174.8344 149.0063c16.0101 0 23.0688-10.7919 25.5681-22.6505l31.1733 8.1149c-5.8143 23.9054-28.057 38.0228-56.7415 38.0228-41.9757 0-62.3466-28.8831-62.3466-65.6719 0-40.7417 26.8126-67.7529 60.4851-67.7529 38.4412 0 59.6484 25.7773 59.6484 72.5424h-86.4611c1.6627 24.9302 9.7671 37.3954 28.674 37.3954v-.0002zm0-86.6493c-14.9644 0-24.5223 9.9554-27.2205 29.3014h51.1259c-.6274-17.0454-8.7319-29.3014-23.9054-29.3014z"}),h.jsxRuntimeExports.jsx("path",{d:"m1248.5583 2.3006h31.1733v64.6157h3.1163c4.9882-15.9997 17.6624-27.4295 38.8698-27.4295 25.5577 0 51.5336 20.1512 51.5336 66.7072 0 44.2763-24.5118 66.7177-51.5336 66.7177-20.58 0-33.0555-9.3488-38.8698-25.3485h-3.1163v22.8597h-31.1733zm91.0206 104.73c0-26.8126-10.7919-41.5574-30.1274-41.5574-19.1263 0-29.7197 14.7448-29.7197 41.5574 0 25.7668 10.5933 40.1143 29.7197 40.1143 19.3356 0 30.1274-14.3474 30.1274-40.1143z"}),h.jsxRuntimeExports.jsx("path",{d:"m1383.9806 136.332c0-21.814 12.6952-36.5797 41.7874-41.5574l37.4163-7.0691v-7.0691c0-13.72-9.558-18.0912-19.1368-18.0912-17.0245 0-23.278 10.6037-25.976 23.6963l-30.9536-8.7214c7.2574-22.6505 27.4191-38.0332 57.5571-38.0332 30.9746 0 49.6722 15.5919 49.6722 43.6384v87.2977h-24.9302l-5.626-22.8597h-3.1163c-4.5594 16.418-19.116 25.3485-35.9521 25.3485-23.278 0-40.7417-14.7448-40.7417-36.5797h-.0002zm79.2037-20.1617v-7.0691l-21.6257 3.7437c-17.6729 2.9071-23.9054 10.1854-23.9054 19.7434 0 9.3698 6.2325 14.7657 16.8363 14.7657 15.3932 0 28.6949-9.1397 28.6949-31.1837z"}),h.jsxRuntimeExports.jsx("path",{d:"m1546.6755 92.0766v78.3462h-31.1628v-128.4262h31.1628v22.8492h3.1163c4.9987-16.418 19.5343-25.359 35.764-25.359 24.3029 0 38.6501 17.2441 38.6501 43.6384v87.2977h-31.1837v-83.9722c0-14.1383-6.86-21.814-20.58-21.814-15.3723 0-25.7668 9.9763-25.7668 27.44z"}),h.jsxRuntimeExports.jsx("path",{d:"m1645.3298 2.3006h31.1837v89.1486h3.1163l43.858-49.4526h35.1157l-46.1377 48.6161 50.718 79.8102h-37.6254l-35.3248-56.5322-13.72 14.5566v41.9757h-31.1837v-168.1224h-.0002z"}),h.jsxRuntimeExports.jsx("path",{d:"m1818.6284 149.0063c15.9998 0 23.0688-10.7919 25.5577-22.6505l31.1837 8.1149c-5.8352 23.9054-28.0674 38.0228-56.7415 38.0228-41.9966 0-62.3674-28.8831-62.3674-65.6719 0-40.7417 26.8126-67.7529 60.4851-67.7529 38.462 0 59.6484 25.7773 59.6484 72.5424h-86.4611c1.6732 24.9302 9.7671 37.3954 28.6949 37.3954v-.0002zm0-86.6493c-14.9749 0-24.533 9.9554-27.2308 29.3014h51.1154c-.6064-17.0454-8.7214-29.3014-23.8845-29.3014z"}),h.jsxRuntimeExports.jsx("path",{d:"m1922.4695 92.0766v78.3462h-31.1628v-128.4262h31.1628v22.8492h3.1163c4.9987-16.418 19.5343-25.359 35.764-25.359 24.3029 0 38.6501 17.2441 38.6501 43.6384v87.2977h-31.1837v-83.9722c0-14.1383-6.86-21.814-20.58-21.814-15.3723 0-25.7668 9.9763-25.7668 27.44z"}),h.jsxRuntimeExports.jsx("path",{d:"m651.749 267.5504c-2.698-7.0691-5.6051-15.3932-6.86-22.044h-3.5241v131.1556h-32.219v-168.1327h51.5441l40.5325 112.6462c2.698 7.2574 5.1868 15.3723 6.8495 22.0231h3.5346v-134.6693h32.219v168.1327h-49.8814l-42.1953-109.1116z"}),h.jsxRuntimeExports.jsx("path",{d:"m822.0987 245.7155c37.4058 0 61.7295 26.206 61.7295 66.7177 0 40.5325-24.3237 66.7177-61.7295 66.7177-37.2071 0-61.3112-26.1851-61.3112-66.7177 0-40.5116 24.1041-66.7177 61.3112-66.7177zm.2091 24.9511c-18.9173 0-29.3118 14.954-29.3118 41.7665 0 26.3943 10.3946 41.16 29.3118 41.16s29.3014-14.7657 29.3014-41.16c0-26.8126-10.3841-41.7665-29.3014-41.7665z"}),h.jsxRuntimeExports.jsx("path",{d:"m933.2285 306.4097v70.2522h-31.3929v-128.4367h31.3929v25.1394h2.9071c5.4064-18.6977 17.8715-25.976 36.7888-25.976h1.8719v30.3471h-11.022c-20.7787 0-30.5458 9.3488-30.5458 28.674z"}),h.jsxRuntimeExports.jsx("path",{d:"m978.2891 384.5677 31.3824-7.9057c2.9071 13.72 13.72 18.2794 27.4399 18.2794 18.6978 0 30.9641-10.7919 30.9641-30.3262v-21.4166h-3.1163c-4.162 18.3003-19.5447 27.2308-35.9626 27.2308-28.2661 0-50.2892-20.7891-50.2892-62.1374 0-42.624 27.2204-62.5766 51.5441-62.5766 18.4885 0 29.9288 10.6037 34.7078 25.3694h3.1163v-22.8597h31.1733v115.135c0 28.2766-16.8363 55.2774-62.3466 55.2774-33.0451 0-54.6708-14.954-58.6132-34.0699zm89.7865-76.2756c0-24.5329-10.8129-37.2071-27.6387-37.2071-17.4637 0-29.7301 12.6743-29.7301 37.2071 0 24.0937 12.2664 35.9522 29.7301 35.9522 16.8258 0 27.6387-13.72 27.6387-35.9522z"}),h.jsxRuntimeExports.jsx("path",{d:"m1177.1245 355.2454c16.0101 0 23.0793-10.7919 25.5681-22.6505l31.1733 8.1149c-5.8143 23.9054-28.057 38.0228-56.7415 38.0228-41.9757 0-62.3466-28.8831-62.3466-65.6719 0-40.7417 26.8126-67.7425 60.4746-67.7425 38.4515 0 59.6591 25.7668 59.6591 72.5319h-86.4611c1.6627 24.9302 9.7671 37.3954 28.674 37.3954zm0-86.6702c-14.9644 0-24.5225 9.9972-27.2205 29.3223h51.1259c-.6274-17.0454-8.7319-29.3223-23.9054-29.3223z"}),h.jsxRuntimeExports.jsx("path",{d:"m243.195 179.3329c0 108.9792-115.9859 197.3472-243.195 197.3472v-168.1028c124.9463 0 226.6602-99.5942 230.2493-206.1598l12.9457.0905z"}),h.jsxRuntimeExports.jsx("path",{d:"m257.2235 199.7654v176.8244l12.9457.0904c3.5891-106.566 105.3024-206.1598 230.2493-206.1598v-168.1029c-127.2094 0-243.195 88.3672-243.195 197.3478z"})]})})}exports.default=e;
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
import { j as h } from "../../jsx-runtime-B4hRZ52C.mjs";
|
|
2
|
+
import l from "../../utilities/scale.mjs";
|
|
3
|
+
function a({
|
|
4
|
+
fill: v,
|
|
5
|
+
...c
|
|
6
|
+
}) {
|
|
7
|
+
const { width: t, height: m } = l({
|
|
8
|
+
originalWidth: 2e3,
|
|
9
|
+
originalHeight: 420,
|
|
10
|
+
width: c.width,
|
|
11
|
+
height: c.height
|
|
12
|
+
});
|
|
13
|
+
return /* @__PURE__ */ h.jsx(
|
|
14
|
+
"svg",
|
|
15
|
+
{
|
|
16
|
+
viewBox: "0 0 2000 420",
|
|
17
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
18
|
+
...c,
|
|
19
|
+
width: t,
|
|
20
|
+
height: m,
|
|
21
|
+
children: /* @__PURE__ */ h.jsxs("g", { fill: v ?? "#ff4238", children: [
|
|
22
|
+
/* @__PURE__ */ h.jsx("path", { d: "m748.6047 122.2146c0 29.3014-25.5681 50.4879-65.4732 50.4879-44.2658 0-70.8692-19.116-75.8574-54.4408l32.836-6.2326c2.9071 18.4885 16.0101 32.836 41.777 32.836 17.6624 0 31.8007-6.0443 31.8007-19.1369 0-11.6285-8.7319-16.2088-24.7315-21.3957l-38.4515-12.0677c-22.4414-7.2574-38.4515-20.1408-38.4515-44.4645 0-31.5915 29.9288-47.8003 61.5204-47.8003 40.1143 0 64.6367 20.5799 71.0784 51.544l-32.836 6.2326c-2.698-21.4061-19.116-29.9184-36.7888-29.9184-15.1736 0-29.0922 4.3712-29.0922 16.1984 0 12.256 10.1854 15.5814 27.4295 20.9983l31.8007 9.3488c24.3133 7.6966 43.4397 21.6048 43.4397 47.8108h-.0003z" }),
|
|
23
|
+
/* @__PURE__ */ h.jsx("path", { d: "m768.0657 41.9966h31.1733v24.9198h3.1163c4.9881-15.9997 17.6624-27.4295 38.8698-27.4295 25.5577 0 51.5336 20.1512 51.5336 66.7072 0 44.2763-24.5224 66.7177-52.3702 66.7177-19.7434 0-33.2543-9.3488-38.0332-25.3485h-3.1163v61.0142h-31.1733zm91.0309 65.034c0-26.8126-10.8129-41.5574-30.138-41.5574-19.1264 0-29.7197 14.7448-29.7197 41.5574 0 25.7668 10.5933 40.1143 29.7197 40.1143 19.3251 0 30.138-14.3474 30.138-40.1143z" }),
|
|
24
|
+
/* @__PURE__ */ h.jsx("path", { d: "m903.4984 136.332c0-21.814 12.6743-36.5797 41.777-41.5574l37.4058-7.0691v-7.0691c0-13.72-9.558-18.0912-19.116-18.0912-17.0454 0-23.278 10.6037-25.9864 23.6963l-30.9641-8.7214c7.2783-22.6505 27.4295-38.0332 57.5675-38.0332 30.9746 0 49.6722 15.5919 49.6722 43.6384v87.2977h-24.9302l-5.6156-22.8597h-3.1163c-4.5698 16.418-19.1264 25.3485-35.9627 25.3485-23.278 0-40.7312-14.7448-40.7312-36.5797zm79.1828-20.1617v-7.0691l-21.6153 3.7437c-17.6624 2.9071-23.895 10.1854-23.895 19.7434 0 9.3698 6.2326 14.7657 16.8258 14.7657 15.3827 0 28.6844-9.1397 28.6844-31.1837z" }),
|
|
25
|
+
/* @__PURE__ */ h.jsx("path", { d: "m1067.4272 100.1706v70.2522h-31.3824v-128.4262h31.3824v25.1289h2.9071c5.4064-18.6977 17.8715-25.9655 36.7888-25.9655h1.8719v30.3367h-11.022c-20.7787 0-30.5458 9.3488-30.5458 28.674h-.0001z" }),
|
|
26
|
+
/* @__PURE__ */ h.jsx("path", { d: "m1174.8344 149.0063c16.0101 0 23.0688-10.7919 25.5681-22.6505l31.1733 8.1149c-5.8143 23.9054-28.057 38.0228-56.7415 38.0228-41.9757 0-62.3466-28.8831-62.3466-65.6719 0-40.7417 26.8126-67.7529 60.4851-67.7529 38.4412 0 59.6484 25.7773 59.6484 72.5424h-86.4611c1.6627 24.9302 9.7671 37.3954 28.674 37.3954v-.0002zm0-86.6493c-14.9644 0-24.5223 9.9554-27.2205 29.3014h51.1259c-.6274-17.0454-8.7319-29.3014-23.9054-29.3014z" }),
|
|
27
|
+
/* @__PURE__ */ h.jsx("path", { d: "m1248.5583 2.3006h31.1733v64.6157h3.1163c4.9882-15.9997 17.6624-27.4295 38.8698-27.4295 25.5577 0 51.5336 20.1512 51.5336 66.7072 0 44.2763-24.5118 66.7177-51.5336 66.7177-20.58 0-33.0555-9.3488-38.8698-25.3485h-3.1163v22.8597h-31.1733zm91.0206 104.73c0-26.8126-10.7919-41.5574-30.1274-41.5574-19.1263 0-29.7197 14.7448-29.7197 41.5574 0 25.7668 10.5933 40.1143 29.7197 40.1143 19.3356 0 30.1274-14.3474 30.1274-40.1143z" }),
|
|
28
|
+
/* @__PURE__ */ h.jsx("path", { d: "m1383.9806 136.332c0-21.814 12.6952-36.5797 41.7874-41.5574l37.4163-7.0691v-7.0691c0-13.72-9.558-18.0912-19.1368-18.0912-17.0245 0-23.278 10.6037-25.976 23.6963l-30.9536-8.7214c7.2574-22.6505 27.4191-38.0332 57.5571-38.0332 30.9746 0 49.6722 15.5919 49.6722 43.6384v87.2977h-24.9302l-5.626-22.8597h-3.1163c-4.5594 16.418-19.116 25.3485-35.9521 25.3485-23.278 0-40.7417-14.7448-40.7417-36.5797h-.0002zm79.2037-20.1617v-7.0691l-21.6257 3.7437c-17.6729 2.9071-23.9054 10.1854-23.9054 19.7434 0 9.3698 6.2325 14.7657 16.8363 14.7657 15.3932 0 28.6949-9.1397 28.6949-31.1837z" }),
|
|
29
|
+
/* @__PURE__ */ h.jsx("path", { d: "m1546.6755 92.0766v78.3462h-31.1628v-128.4262h31.1628v22.8492h3.1163c4.9987-16.418 19.5343-25.359 35.764-25.359 24.3029 0 38.6501 17.2441 38.6501 43.6384v87.2977h-31.1837v-83.9722c0-14.1383-6.86-21.814-20.58-21.814-15.3723 0-25.7668 9.9763-25.7668 27.44z" }),
|
|
30
|
+
/* @__PURE__ */ h.jsx("path", { d: "m1645.3298 2.3006h31.1837v89.1486h3.1163l43.858-49.4526h35.1157l-46.1377 48.6161 50.718 79.8102h-37.6254l-35.3248-56.5322-13.72 14.5566v41.9757h-31.1837v-168.1224h-.0002z" }),
|
|
31
|
+
/* @__PURE__ */ h.jsx("path", { d: "m1818.6284 149.0063c15.9998 0 23.0688-10.7919 25.5577-22.6505l31.1837 8.1149c-5.8352 23.9054-28.0674 38.0228-56.7415 38.0228-41.9966 0-62.3674-28.8831-62.3674-65.6719 0-40.7417 26.8126-67.7529 60.4851-67.7529 38.462 0 59.6484 25.7773 59.6484 72.5424h-86.4611c1.6732 24.9302 9.7671 37.3954 28.6949 37.3954v-.0002zm0-86.6493c-14.9749 0-24.533 9.9554-27.2308 29.3014h51.1154c-.6064-17.0454-8.7214-29.3014-23.8845-29.3014z" }),
|
|
32
|
+
/* @__PURE__ */ h.jsx("path", { d: "m1922.4695 92.0766v78.3462h-31.1628v-128.4262h31.1628v22.8492h3.1163c4.9987-16.418 19.5343-25.359 35.764-25.359 24.3029 0 38.6501 17.2441 38.6501 43.6384v87.2977h-31.1837v-83.9722c0-14.1383-6.86-21.814-20.58-21.814-15.3723 0-25.7668 9.9763-25.7668 27.44z" }),
|
|
33
|
+
/* @__PURE__ */ h.jsx("path", { d: "m651.749 267.5504c-2.698-7.0691-5.6051-15.3932-6.86-22.044h-3.5241v131.1556h-32.219v-168.1327h51.5441l40.5325 112.6462c2.698 7.2574 5.1868 15.3723 6.8495 22.0231h3.5346v-134.6693h32.219v168.1327h-49.8814l-42.1953-109.1116z" }),
|
|
34
|
+
/* @__PURE__ */ h.jsx("path", { d: "m822.0987 245.7155c37.4058 0 61.7295 26.206 61.7295 66.7177 0 40.5325-24.3237 66.7177-61.7295 66.7177-37.2071 0-61.3112-26.1851-61.3112-66.7177 0-40.5116 24.1041-66.7177 61.3112-66.7177zm.2091 24.9511c-18.9173 0-29.3118 14.954-29.3118 41.7665 0 26.3943 10.3946 41.16 29.3118 41.16s29.3014-14.7657 29.3014-41.16c0-26.8126-10.3841-41.7665-29.3014-41.7665z" }),
|
|
35
|
+
/* @__PURE__ */ h.jsx("path", { d: "m933.2285 306.4097v70.2522h-31.3929v-128.4367h31.3929v25.1394h2.9071c5.4064-18.6977 17.8715-25.976 36.7888-25.976h1.8719v30.3471h-11.022c-20.7787 0-30.5458 9.3488-30.5458 28.674z" }),
|
|
36
|
+
/* @__PURE__ */ h.jsx("path", { d: "m978.2891 384.5677 31.3824-7.9057c2.9071 13.72 13.72 18.2794 27.4399 18.2794 18.6978 0 30.9641-10.7919 30.9641-30.3262v-21.4166h-3.1163c-4.162 18.3003-19.5447 27.2308-35.9626 27.2308-28.2661 0-50.2892-20.7891-50.2892-62.1374 0-42.624 27.2204-62.5766 51.5441-62.5766 18.4885 0 29.9288 10.6037 34.7078 25.3694h3.1163v-22.8597h31.1733v115.135c0 28.2766-16.8363 55.2774-62.3466 55.2774-33.0451 0-54.6708-14.954-58.6132-34.0699zm89.7865-76.2756c0-24.5329-10.8129-37.2071-27.6387-37.2071-17.4637 0-29.7301 12.6743-29.7301 37.2071 0 24.0937 12.2664 35.9522 29.7301 35.9522 16.8258 0 27.6387-13.72 27.6387-35.9522z" }),
|
|
37
|
+
/* @__PURE__ */ h.jsx("path", { d: "m1177.1245 355.2454c16.0101 0 23.0793-10.7919 25.5681-22.6505l31.1733 8.1149c-5.8143 23.9054-28.057 38.0228-56.7415 38.0228-41.9757 0-62.3466-28.8831-62.3466-65.6719 0-40.7417 26.8126-67.7425 60.4746-67.7425 38.4515 0 59.6591 25.7668 59.6591 72.5319h-86.4611c1.6627 24.9302 9.7671 37.3954 28.674 37.3954zm0-86.6702c-14.9644 0-24.5225 9.9972-27.2205 29.3223h51.1259c-.6274-17.0454-8.7319-29.3223-23.9054-29.3223z" }),
|
|
38
|
+
/* @__PURE__ */ h.jsx("path", { d: "m243.195 179.3329c0 108.9792-115.9859 197.3472-243.195 197.3472v-168.1028c124.9463 0 226.6602-99.5942 230.2493-206.1598l12.9457.0905z" }),
|
|
39
|
+
/* @__PURE__ */ h.jsx("path", { d: "m257.2235 199.7654v176.8244l12.9457.0904c3.5891-106.566 105.3024-206.1598 230.2493-206.1598v-168.1029c-127.2094 0-243.195 88.3672-243.195 197.3478z" })
|
|
40
|
+
] })
|
|
41
|
+
}
|
|
42
|
+
);
|
|
43
|
+
}
|
|
44
|
+
export {
|
|
45
|
+
a as default
|
|
46
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const t=require("../../jsx-runtime-BB_1_6y_.js"),x=require("../../utilities/scale.js");function n({fill:i,...e}){const{width:s,height:h}=x.default({originalWidth:56,originalHeight:26,width:e.width,height:e.height});return t.jsxRuntimeExports.jsxs("svg",{viewBox:"0 0 56 26",xmlns:"http://www.w3.org/2000/svg",...e,width:s,height:h,children:[t.jsxRuntimeExports.jsx("path",{d:"m52.4283 11.0499c-1.8326 0-3.3265-1.51945-3.3265-3.39839 0-.65797.1859-1.27525.5046-1.79755-1.3014-.64441-2.7621-1.0107-4.3092-1.0107-5.4513 0-9.8734 4.51761-9.8734 10.08664 0 1.5805.3586 3.0728.9894 4.4023.5112-.3256 1.1154-.5155 1.7595-.5155 1.8326 0 3.3265 1.5194 3.3265 3.3983 0 .658-.1859 1.2753-.5046 1.7976 1.3014.6444 2.7622 1.0107 4.3092 1.0107 5.4513 0 9.8734-4.5176 9.8734-10.0866 0-1.5805-.3585-3.0728-.9893-4.4023-.5113.3188-1.1089.5155-1.7596.5155zm-7.1245 9.0691c-2.8086 0-5.0794-2.3266-5.0794-5.1891 0-2.8693 2.2774-5.18917 5.0794-5.18917 2.8087 0 5.0795 2.32667 5.0795 5.18917 0 2.8693-2.2708 5.1891-5.0795 5.1891z",fill:i??"#093d05"}),t.jsxRuntimeExports.jsx("path",{d:"m36.4186 19.332c-.9363.597-1.567 1.6619-1.567 2.8761 0 1.8722 1.4873 3.3984 3.3265 3.3984 1.1885 0 2.231-.6376 2.8153-1.6008-1.992-.9836-3.6054-2.6387-4.5748-4.6737z",fill:"#67e702"}),t.jsxRuntimeExports.jsx("path",{d:"m54.1881 10.5274c.9362-.59693 1.567-1.6619 1.567-2.87609 0-1.87216-1.4873-3.39838-3.3265-3.39838-1.1886 0-2.231.63762-2.8153 1.60083 1.9919.99035 3.612 2.63867 4.5748 4.67364z",fill:"#67e702"}),t.jsxRuntimeExports.jsxs("g",{fill:i??"#093d05",children:[t.jsxRuntimeExports.jsx("path",{d:"m32.1556 20.397c-.2922.0475-.5843.0746-.8897.0746-.7437 0-1.3014-.2238-1.7131-.6919-.4117-.468-.6175-1.1531-.6175-2.0349v-8.70286h5.0197v-4.36838h-5.0197v-4.273414h-5.1724v4.273414h-3.0344v4.36838h3.0344v9.12336c0 1.4584.2921 2.7201.8698 3.7579.5777 1.0379 1.4076 1.8383 2.4634 2.3809 1.0491.5359 2.2376.8072 3.539.8072.5046 0 .996-.0407 1.4541-.1153.0199-.0068.0465-.0135.0664-.0135z"}),t.jsxRuntimeExports.jsx("path",{d:"m5.56419 18.2195c.19256 1.784 1.70643 3.0118 4.38226 3.0118 2.29075 0 3.68505-.753 3.68505-2.1775 0-1.6618-1.3545-1.7839-4.57478-2.2181-4.65449-.5562-8.259899-1.6211-8.259899-5.8267 0-4.04281 3.452689-6.70183 8.571969-6.66113 5.35171 0 9.03671 2.42161 9.30901 6.57973h-5.2388c-.1594-1.62121-1.6666-2.61156-3.87765-2.61156-2.13138 0-3.53237.79364-3.53237 2.10276 0 1.5398 1.70642 1.7026 4.58142 2.0621 4.5748.4749 8.3794 1.5466 8.3794 6.1456 0 4.0428-3.7249 6.6204-9.07655 6.6204-5.55086-.0136-9.315623-2.6726-9.548016-7.0274z"})]})]})}exports.default=n;
|
|
@@ -1,29 +1,29 @@
|
|
|
1
|
-
import { j as h } from "
|
|
2
|
-
import
|
|
3
|
-
function
|
|
4
|
-
fill:
|
|
5
|
-
...
|
|
1
|
+
import { j as h } from "../../jsx-runtime-B4hRZ52C.mjs";
|
|
2
|
+
import c from "../../utilities/scale.mjs";
|
|
3
|
+
function g({
|
|
4
|
+
fill: i,
|
|
5
|
+
...t
|
|
6
6
|
}) {
|
|
7
|
-
const { width: s, height: d } =
|
|
7
|
+
const { width: s, height: d } = c({
|
|
8
8
|
originalWidth: 56,
|
|
9
9
|
originalHeight: 26,
|
|
10
|
-
width:
|
|
11
|
-
height:
|
|
10
|
+
width: t.width,
|
|
11
|
+
height: t.height
|
|
12
12
|
});
|
|
13
|
-
return /* @__PURE__ */ h.
|
|
13
|
+
return /* @__PURE__ */ h.jsxs(
|
|
14
14
|
"svg",
|
|
15
15
|
{
|
|
16
16
|
viewBox: "0 0 56 26",
|
|
17
17
|
xmlns: "http://www.w3.org/2000/svg",
|
|
18
|
-
...
|
|
18
|
+
...t,
|
|
19
19
|
width: s,
|
|
20
20
|
height: d,
|
|
21
|
-
children:
|
|
21
|
+
children: [
|
|
22
22
|
/* @__PURE__ */ h.jsx(
|
|
23
23
|
"path",
|
|
24
24
|
{
|
|
25
25
|
d: "m52.4283 11.0499c-1.8326 0-3.3265-1.51945-3.3265-3.39839 0-.65797.1859-1.27525.5046-1.79755-1.3014-.64441-2.7621-1.0107-4.3092-1.0107-5.4513 0-9.8734 4.51761-9.8734 10.08664 0 1.5805.3586 3.0728.9894 4.4023.5112-.3256 1.1154-.5155 1.7595-.5155 1.8326 0 3.3265 1.5194 3.3265 3.3983 0 .658-.1859 1.2753-.5046 1.7976 1.3014.6444 2.7622 1.0107 4.3092 1.0107 5.4513 0 9.8734-4.5176 9.8734-10.0866 0-1.5805-.3585-3.0728-.9893-4.4023-.5113.3188-1.1089.5155-1.7596.5155zm-7.1245 9.0691c-2.8086 0-5.0794-2.3266-5.0794-5.1891 0-2.8693 2.2774-5.18917 5.0794-5.18917 2.8087 0 5.0795 2.32667 5.0795 5.18917 0 2.8693-2.2708 5.1891-5.0795 5.1891z",
|
|
26
|
-
fill:
|
|
26
|
+
fill: i ?? "#093d05"
|
|
27
27
|
}
|
|
28
28
|
),
|
|
29
29
|
/* @__PURE__ */ h.jsx(
|
|
@@ -40,14 +40,14 @@ function o({
|
|
|
40
40
|
fill: "#67e702"
|
|
41
41
|
}
|
|
42
42
|
),
|
|
43
|
-
/* @__PURE__ */ h.jsxs("g", { fill:
|
|
43
|
+
/* @__PURE__ */ h.jsxs("g", { fill: i ?? "#093d05", children: [
|
|
44
44
|
/* @__PURE__ */ h.jsx("path", { d: "m32.1556 20.397c-.2922.0475-.5843.0746-.8897.0746-.7437 0-1.3014-.2238-1.7131-.6919-.4117-.468-.6175-1.1531-.6175-2.0349v-8.70286h5.0197v-4.36838h-5.0197v-4.273414h-5.1724v4.273414h-3.0344v4.36838h3.0344v9.12336c0 1.4584.2921 2.7201.8698 3.7579.5777 1.0379 1.4076 1.8383 2.4634 2.3809 1.0491.5359 2.2376.8072 3.539.8072.5046 0 .996-.0407 1.4541-.1153.0199-.0068.0465-.0135.0664-.0135z" }),
|
|
45
45
|
/* @__PURE__ */ h.jsx("path", { d: "m5.56419 18.2195c.19256 1.784 1.70643 3.0118 4.38226 3.0118 2.29075 0 3.68505-.753 3.68505-2.1775 0-1.6618-1.3545-1.7839-4.57478-2.2181-4.65449-.5562-8.259899-1.6211-8.259899-5.8267 0-4.04281 3.452689-6.70183 8.571969-6.66113 5.35171 0 9.03671 2.42161 9.30901 6.57973h-5.2388c-.1594-1.62121-1.6666-2.61156-3.87765-2.61156-2.13138 0-3.53237.79364-3.53237 2.10276 0 1.5398 1.70642 1.7026 4.58142 2.0621 4.5748.4749 8.3794 1.5466 8.3794 6.1456 0 4.0428-3.7249 6.6204-9.07655 6.6204-5.55086-.0136-9.315623-2.6726-9.548016-7.0274z" })
|
|
46
46
|
] })
|
|
47
|
-
]
|
|
47
|
+
]
|
|
48
48
|
}
|
|
49
49
|
);
|
|
50
50
|
}
|
|
51
51
|
export {
|
|
52
|
-
|
|
52
|
+
g as default
|
|
53
53
|
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const c=require("../../jsx-runtime-BB_1_6y_.js"),v=require("react"),l=require("../../utilities/scale.js");function m({fill:h,...t}){const e=v.useId(),{width:s,height:i}=l.default({originalWidth:180,originalHeight:23,width:t.width,height:t.height});return c.jsxRuntimeExports.jsxs("svg",{fill:"none",viewBox:"0 0 180 23",xmlns:"http://www.w3.org/2000/svg",...t,width:s,height:i,children:[c.jsxRuntimeExports.jsx("clipPath",{id:e,children:c.jsxRuntimeExports.jsx("path",{d:"m0 0h180v22.957h-180z"})}),c.jsxRuntimeExports.jsxs("g",{clipPath:`url(#${CSS.escape(e)})`,fill:"none",children:[c.jsxRuntimeExports.jsx("path",{d:"m59.325 15.261 2.421-1.564c.953 1.786 2.96 3.448 5.405 3.448 1.761 0 3.057-.685 3.057-2.225 0-3.986-9.83-1.15-9.83-7.582 0-2.714 2.175-4.792 5.625-4.792 2.738 0 5.184 1.247 6.48 3.496l-2.421 1.54c-.953-1.491-2.397-2.446-4.084-2.446-1.588 0-2.47.855-2.47 2.005 0 3.62 9.855.953 9.855 7.458 0 3.375-2.984 5.21-6.261 5.21s-6.603-1.884-7.777-4.55zm16.801.88v-6.603h-1.564v-2.224h.611c.71 0 .953-.293.953-1.126v-1.81h2.936v2.934h3.082l-.417 2.224h-2.665v6.262c0 1.003.368 1.54 1.296 1.54.563 0 1.174-.171 1.491-.441v2.397c-.44.244-1.125.49-2.03.49-2.397 0-3.693-1.15-3.693-3.645zm6.897-2.739c0-3.912 2.47-6.48 5.992-6.48 3.52 0 5.99 2.568 5.99 6.432s-2.445 6.48-5.99 6.48c-3.546 0-5.992-2.519-5.992-6.432zm5.992 3.962c1.81 0 3.033-1.54 3.033-3.986s-1.223-3.986-3.033-3.986-3.034 1.516-3.034 3.986 1.224 3.986 3.034 3.986zm8.461-10.052h2.836v2.421c.661-1.442 1.713-2.64 3.767-2.714v2.91c-2.641.097-3.669 1.956-3.669 4.548v5.014h-2.936v-12.18h.002zm7.582 6.261c0-4.035 2.398-6.651 5.943-6.651 4.034 0 5.771 3.301 5.477 7.14h-8.511c.196 2.374 1.37 3.548 3.204 3.548 1.589 0 2.715-.98 3.277-1.957l1.908 1.297c-1.004 1.688-2.887 2.86-5.307 2.86-3.815 0-5.991-2.47-5.991-6.237zm8.584-1.516c-.147-2.029-1.272-2.96-2.714-2.96-1.443 0-2.568.978-2.885 2.96h5.601zm8.069 5.648-.219 1.786h-2.519v-16.63h2.911v6.236c.88-1.369 2.324-2.175 3.913-2.175 3.009 0 5.306 2.47 5.306 6.31s-2.446 6.578-5.452 6.578c-1.689 0-3.107-.782-3.938-2.103zm3.277-.146c1.81 0 3.082-1.615 3.082-4.18 0-2.567-1.296-4.158-3.082-4.158s-3.106 1.614-3.106 4.157c0 2.544 1.272 4.181 3.106 4.181zm8.438-10.247h2.836v2.421c.66-1.442 1.712-2.64 3.766-2.714v2.91c-2.641.097-3.669 1.956-3.669 4.548v5.014h-2.936v-12.18h.003zm7.655 9.318c0-2.323 1.564-3.252 5.771-4.621 1.345-.465 1.713-.929 1.713-1.565 0-.83-.807-1.247-1.932-1.247-1.369 0-2.641.831-3.155 1.908l-2.078-1.37c.952-1.688 2.836-2.811 5.355-2.811s4.67 1.003 4.67 3.913v4.94c0 1.345.368 1.713 1.175 1.762v2.102c-2.054.147-3.277-.49-3.718-2.078a4.54 4.54 0 0 1 -3.962 2.276c-1.883 0-3.839-.734-3.839-3.204v-.004zm4.646 1.102c1.613 0 2.86-1.54 2.86-3.399v-1.345c-.367.268-.831.49-1.491.733-2.176.88-3.106 1.492-3.106 2.642 0 1.076.855 1.369 1.737 1.369zm8.975-10.42h2.936v1.54c.636-.88 1.786-1.86 3.694-1.86 2.86 0 4.108 2.03 4.108 5.307v7.19h-2.912v-7.043c0-1.81-.66-3.107-2.373-3.107-1.588 0-2.519 1.223-2.519 3.034v7.116h-2.936v-12.179l.002.003zm13.035 6.164c0-3.67 2.225-6.554 5.477-6.554 1.689 0 2.96.709 3.767 1.883v-5.942h2.909v16.63h-2.909v-1.563c-.807 1.199-2.03 1.908-3.718 1.908-3.204 0-5.528-2.617-5.528-6.36l.002-.001zm6.138 4.059c1.883 0 3.106-1.664 3.106-4.208 0-2.543-1.223-4.108-3.106-4.108-1.884 0-3.107 1.59-3.107 4.108 0 2.52 1.248 4.208 3.107 4.208z",fill:h??"#560000"}),c.jsxRuntimeExports.jsx("path",{d:"m25.513 18.504c5.495 0 13.333-2.277 13.333-7.708 0-1.625-.78-3.09-2.147-4.293-1.138.65-2.017 1.626-2.505 2.863.585.487.878.942.878 1.43 0 2.603-5.658 3.935-9.561 3.935s-9.56-1.332-9.56-3.935c0-.488.292-.943.877-1.43a5.688 5.688 0 0 0 -2.505-2.863c-1.365 1.203-2.148 2.668-2.148 4.293 0 5.43 7.838 7.708 13.334 7.708zm13.983-18.408c-6.277 0-11.935 5.528-11.35 12.52 1.463-.162 2.895-.65 3.74-1.105 0-4.228 3.415-7.643 7.61-7.643 4.196 0 7.578 3.415 7.578 7.61 0 4.196-3.382 7.611-7.578 7.611a7.347 7.347 0 0 1 -3.74-1.04 16.376 16.376 0 0 1 -4.163 1.593c2.05 1.982 4.813 3.22 7.903 3.22 6.278 0 11.383-5.106 11.383-11.383.001-6.279-5.104-11.383-11.383-11.383zm-24.229 17.95a7.347 7.347 0 0 1 -3.74 1.041c-4.195 0-7.578-3.415-7.578-7.61 0-4.196 3.383-7.61 7.578-7.61 4.196 0 7.61 3.414 7.61 7.642.846.455 2.278.943 3.74 1.105.586-6.993-5.072-12.52-11.35-12.52-6.277-0-11.383 5.105-11.383 11.383 0 6.277 5.106 11.383 11.383 11.383 3.09 0 5.853-1.236 7.903-3.22a16.38 16.38 0 0 1 -4.162-1.593zm11.709-11.056a12.61 12.61 0 0 1 1.983-3.61c-1.886-.325-5.008-.325-6.896 0a12.61 12.61 0 0 1 1.983 3.61 21.996 21.996 0 0 1 2.928 0z",fill:"#da291c"})]})]})}exports.default=m;
|
|
@@ -1,10 +1,11 @@
|
|
|
1
|
-
import { j as c } from "
|
|
2
|
-
import
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { j as c } from "../../jsx-runtime-B4hRZ52C.mjs";
|
|
2
|
+
import { useId as s } from "react";
|
|
3
|
+
import t from "../../utilities/scale.mjs";
|
|
4
|
+
function n({
|
|
5
|
+
fill: m,
|
|
5
6
|
...h
|
|
6
7
|
}) {
|
|
7
|
-
const { width:
|
|
8
|
+
const v = s(), { width: i, height: l } = t({
|
|
8
9
|
originalWidth: 180,
|
|
9
10
|
originalHeight: 23,
|
|
10
11
|
width: h.width,
|
|
@@ -17,16 +18,16 @@ function s({
|
|
|
17
18
|
viewBox: "0 0 180 23",
|
|
18
19
|
xmlns: "http://www.w3.org/2000/svg",
|
|
19
20
|
...h,
|
|
20
|
-
width:
|
|
21
|
-
height:
|
|
21
|
+
width: i,
|
|
22
|
+
height: l,
|
|
22
23
|
children: [
|
|
23
|
-
/* @__PURE__ */ c.jsx("clipPath", { id:
|
|
24
|
-
/* @__PURE__ */ c.jsxs("g", { clipPath:
|
|
24
|
+
/* @__PURE__ */ c.jsx("clipPath", { id: v, children: /* @__PURE__ */ c.jsx("path", { d: "m0 0h180v22.957h-180z" }) }),
|
|
25
|
+
/* @__PURE__ */ c.jsxs("g", { clipPath: `url(#${CSS.escape(v)})`, fill: "none", children: [
|
|
25
26
|
/* @__PURE__ */ c.jsx(
|
|
26
27
|
"path",
|
|
27
28
|
{
|
|
28
29
|
d: "m59.325 15.261 2.421-1.564c.953 1.786 2.96 3.448 5.405 3.448 1.761 0 3.057-.685 3.057-2.225 0-3.986-9.83-1.15-9.83-7.582 0-2.714 2.175-4.792 5.625-4.792 2.738 0 5.184 1.247 6.48 3.496l-2.421 1.54c-.953-1.491-2.397-2.446-4.084-2.446-1.588 0-2.47.855-2.47 2.005 0 3.62 9.855.953 9.855 7.458 0 3.375-2.984 5.21-6.261 5.21s-6.603-1.884-7.777-4.55zm16.801.88v-6.603h-1.564v-2.224h.611c.71 0 .953-.293.953-1.126v-1.81h2.936v2.934h3.082l-.417 2.224h-2.665v6.262c0 1.003.368 1.54 1.296 1.54.563 0 1.174-.171 1.491-.441v2.397c-.44.244-1.125.49-2.03.49-2.397 0-3.693-1.15-3.693-3.645zm6.897-2.739c0-3.912 2.47-6.48 5.992-6.48 3.52 0 5.99 2.568 5.99 6.432s-2.445 6.48-5.99 6.48c-3.546 0-5.992-2.519-5.992-6.432zm5.992 3.962c1.81 0 3.033-1.54 3.033-3.986s-1.223-3.986-3.033-3.986-3.034 1.516-3.034 3.986 1.224 3.986 3.034 3.986zm8.461-10.052h2.836v2.421c.661-1.442 1.713-2.64 3.767-2.714v2.91c-2.641.097-3.669 1.956-3.669 4.548v5.014h-2.936v-12.18h.002zm7.582 6.261c0-4.035 2.398-6.651 5.943-6.651 4.034 0 5.771 3.301 5.477 7.14h-8.511c.196 2.374 1.37 3.548 3.204 3.548 1.589 0 2.715-.98 3.277-1.957l1.908 1.297c-1.004 1.688-2.887 2.86-5.307 2.86-3.815 0-5.991-2.47-5.991-6.237zm8.584-1.516c-.147-2.029-1.272-2.96-2.714-2.96-1.443 0-2.568.978-2.885 2.96h5.601zm8.069 5.648-.219 1.786h-2.519v-16.63h2.911v6.236c.88-1.369 2.324-2.175 3.913-2.175 3.009 0 5.306 2.47 5.306 6.31s-2.446 6.578-5.452 6.578c-1.689 0-3.107-.782-3.938-2.103zm3.277-.146c1.81 0 3.082-1.615 3.082-4.18 0-2.567-1.296-4.158-3.082-4.158s-3.106 1.614-3.106 4.157c0 2.544 1.272 4.181 3.106 4.181zm8.438-10.247h2.836v2.421c.66-1.442 1.712-2.64 3.766-2.714v2.91c-2.641.097-3.669 1.956-3.669 4.548v5.014h-2.936v-12.18h.003zm7.655 9.318c0-2.323 1.564-3.252 5.771-4.621 1.345-.465 1.713-.929 1.713-1.565 0-.83-.807-1.247-1.932-1.247-1.369 0-2.641.831-3.155 1.908l-2.078-1.37c.952-1.688 2.836-2.811 5.355-2.811s4.67 1.003 4.67 3.913v4.94c0 1.345.368 1.713 1.175 1.762v2.102c-2.054.147-3.277-.49-3.718-2.078a4.54 4.54 0 0 1 -3.962 2.276c-1.883 0-3.839-.734-3.839-3.204v-.004zm4.646 1.102c1.613 0 2.86-1.54 2.86-3.399v-1.345c-.367.268-.831.49-1.491.733-2.176.88-3.106 1.492-3.106 2.642 0 1.076.855 1.369 1.737 1.369zm8.975-10.42h2.936v1.54c.636-.88 1.786-1.86 3.694-1.86 2.86 0 4.108 2.03 4.108 5.307v7.19h-2.912v-7.043c0-1.81-.66-3.107-2.373-3.107-1.588 0-2.519 1.223-2.519 3.034v7.116h-2.936v-12.179l.002.003zm13.035 6.164c0-3.67 2.225-6.554 5.477-6.554 1.689 0 2.96.709 3.767 1.883v-5.942h2.909v16.63h-2.909v-1.563c-.807 1.199-2.03 1.908-3.718 1.908-3.204 0-5.528-2.617-5.528-6.36l.002-.001zm6.138 4.059c1.883 0 3.106-1.664 3.106-4.208 0-2.543-1.223-4.108-3.106-4.108-1.884 0-3.107 1.59-3.107 4.108 0 2.52 1.248 4.208 3.107 4.208z",
|
|
29
|
-
fill:
|
|
30
|
+
fill: m ?? "#560000"
|
|
30
31
|
}
|
|
31
32
|
),
|
|
32
33
|
/* @__PURE__ */ c.jsx(
|
|
@@ -42,5 +43,5 @@ function s({
|
|
|
42
43
|
);
|
|
43
44
|
}
|
|
44
45
|
export {
|
|
45
|
-
|
|
46
|
+
n as default
|
|
46
47
|
};
|
|
@@ -3,8 +3,8 @@ export declare const themePreferences: string[];
|
|
|
3
3
|
type ThemePreference = (typeof themePreferences)[number];
|
|
4
4
|
type ThemeElement = HTMLElement | RefObject<HTMLElement | null>;
|
|
5
5
|
export declare function useTheme(element?: ThemeElement): ThemePreference;
|
|
6
|
-
export declare function
|
|
7
|
-
export declare function
|
|
6
|
+
export declare function useIsLightTheme(element?: ThemeElement): boolean;
|
|
7
|
+
export declare function useIsDarkTheme(element?: ThemeElement): boolean;
|
|
8
8
|
export declare function getThemePreference(): string;
|
|
9
9
|
export declare function setThemePreference(preference: ThemePreference): void;
|
|
10
10
|
export default function ThemeSetter(): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const f=require("../jsx-runtime-BB_1_6y_.js"),
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const f=require("../jsx-runtime-BB_1_6y_.js"),m=require("react"),o=["system","light","dark"];function u(e){const[t,r]=m.useState("light");return m.useEffect(()=>{const n=e&&"current"in e?e.current:e,s=(n==null?void 0:n.closest("[data-theme]"))??document.documentElement,a=()=>{s.dataset.theme&&r(s.dataset.theme)};if(typeof window<"u"&&"MutationObserver"in window){const c=new window.MutationObserver(i=>{for(const h of i)h.type==="attributes"&&a()});return a(),c.observe(s,{attributes:!0}),c.observe(document.documentElement,{attributes:!0}),()=>{c.disconnect()}}},[e]),t}function l(e){return u(e)==="light"}function g(e){return u(e)==="dark"}const w=`
|
|
2
2
|
try {
|
|
3
3
|
var themePreference = window.localStorage.getItem("theme-preference") || "system";
|
|
4
4
|
|
|
@@ -17,4 +17,4 @@
|
|
|
17
17
|
} catch (error) {
|
|
18
18
|
console.error(error);
|
|
19
19
|
}
|
|
20
|
-
`.trim().replaceAll(/\s+/g," ");function
|
|
20
|
+
`.trim().replaceAll(/\s+/g," ");function d(){const e=window.localStorage.getItem("theme-preference")??"system";return o.includes(e)?e:"system"}function y(e){const t=o.includes(e)?e:"system";if(window.localStorage.setItem("theme-preference",t),document.documentElement.dataset.themePreference=t,t==="system"){const r=window.matchMedia("(prefers-color-scheme: dark)");document.documentElement.dataset.theme=r.matches?"dark":"light"}else document.documentElement.dataset.theme=t}function P(){return m.useEffect(()=>{const e=d();e&&(document.documentElement.dataset.themePreference=e);const t=window.matchMedia("(prefers-color-scheme: dark)");e==="system"?document.documentElement.dataset.theme=t.matches?"dark":"light":document.documentElement.dataset.theme=e;const r=n=>{document.documentElement.dataset.themePreference==="system"&&(document.documentElement.dataset.theme=n.matches?"dark":"light")};return t.addEventListener("change",r),()=>{t.removeEventListener("change",r)}},[]),f.jsxRuntimeExports.jsx("script",{dangerouslySetInnerHTML:{__html:w},id:"theme-setter"})}exports.default=P;exports.getThemePreference=d;exports.setThemePreference=y;exports.themePreferences=o;exports.useIsDarkTheme=g;exports.useIsLightTheme=l;exports.useTheme=u;
|
package/build/components/veil.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("../jsx-runtime-BB_1_6y_.js"),o=require("react"),u=require("@kuma-ui/core"),i=require("./moving-gradients.js"),c=require("./moving-stars.js"),a=require("./theme-setter.js");function
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("../jsx-runtime-BB_1_6y_.js"),o=require("react"),u=require("@kuma-ui/core"),i=require("./moving-gradients.js"),c=require("./moving-stars.js"),a=require("./theme-setter.js");function m({className:r,hasMovingStars:n=!0}){const t=o.useRef(null),s=a.useIsDarkTheme(t);return e.jsxRuntimeExports.jsxs("div",{ref:t,className:u.cx("kakadu-components-560222664",r),children:[e.jsxRuntimeExports.jsx(i.default,{opacity:s?.1:.2,className:"kakadu-components-947991810"}),n?e.jsxRuntimeExports.jsx(c.default,{opacity:s?.1:.2}):null]})}exports.default=m;
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
import { j as o } from "../jsx-runtime-B4hRZ52C.mjs";
|
|
2
|
-
import { useRef as
|
|
3
|
-
import { cx as
|
|
4
|
-
import
|
|
2
|
+
import { useRef as m } from "react";
|
|
3
|
+
import { cx as a } from "@kuma-ui/core";
|
|
4
|
+
import i from "./moving-gradients.mjs";
|
|
5
5
|
import n from "./moving-stars.mjs";
|
|
6
|
-
import {
|
|
6
|
+
import { useIsDarkTheme as c } from "./theme-setter.mjs";
|
|
7
7
|
function k({
|
|
8
8
|
className: s,
|
|
9
9
|
hasMovingStars: t = !0
|
|
10
10
|
}) {
|
|
11
|
-
const r =
|
|
12
|
-
return /* @__PURE__ */ o.jsxs("div", { ref: r, className:
|
|
13
|
-
/* @__PURE__ */ o.jsx(
|
|
11
|
+
const r = m(null), e = c(r);
|
|
12
|
+
return /* @__PURE__ */ o.jsxs("div", { ref: r, className: a("kakadu-components-560222664", s), children: [
|
|
13
|
+
/* @__PURE__ */ o.jsx(i, { opacity: e ? 0.1 : 0.2, className: "kakadu-components-947991810" }),
|
|
14
14
|
t ? /* @__PURE__ */ o.jsx(n, { opacity: e ? 0.1 : 0.2 }) : null
|
|
15
15
|
] });
|
|
16
16
|
}
|