@ogcio/design-system-react 1.30.0 → 1.31.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/dist/atoms/DsButton.js +3 -2
- package/dist/atoms/InsetText.d.ts +14 -0
- package/dist/atoms/InsetText.js +17 -0
- package/dist/atoms/icons/Close.js +9 -8
- package/dist/atoms/icons/KeyboardArrowDown.js +6 -5
- package/dist/atoms/icons/KeyboardArrowUp.js +6 -5
- package/dist/atoms/icons/Visibility.js +15 -14
- package/dist/atoms/icons/VisibilityOff.js +9 -8
- package/dist/atoms/icons/logos/LogoBlack.d.ts +3 -0
- package/dist/atoms/icons/logos/LogoBlack.js +327 -0
- package/dist/atoms/icons/logos/LogoGoldGreen.d.ts +3 -0
- package/dist/atoms/icons/logos/LogoGoldGreen.js +327 -0
- package/dist/atoms/icons/logos/LogoGoldWhite.d.ts +3 -0
- package/dist/atoms/icons/logos/LogoGoldWhite.js +87 -0
- package/dist/atoms/icons/logos/LogoHarpBlack.d.ts +3 -0
- package/dist/atoms/icons/logos/LogoHarpBlack.js +68 -0
- package/dist/atoms/icons/logos/LogoHarpWhite.d.ts +3 -0
- package/dist/{assets/logos/LogoHarpBlack.js → atoms/icons/logos/LogoHarpWhite.js} +33 -31
- package/dist/atoms/icons/logos/LogoWhite.d.ts +3 -0
- package/dist/atoms/icons/logos/LogoWhite.js +327 -0
- package/dist/atoms/icons/logos/index.d.ts +6 -0
- package/dist/atoms/icons/logos/index.js +14 -0
- package/dist/atoms/icons/types.d.ts +5 -5
- package/dist/atoms/index.d.ts +1 -0
- package/dist/atoms/index.js +12 -10
- package/dist/blockquote/blockquote.d.ts +4 -1
- package/dist/blockquote/blockquote.js +18 -4
- package/dist/breadcrumbs/breadcrumbs.js +54 -33
- package/dist/button-group/button-group.js +31 -28
- package/dist/character-count/character-count.js +5 -5
- package/dist/chip/chip.js +41 -19
- package/dist/combo-box/combo-box.js +6 -13
- package/dist/cookie-banner/cookie-banner.js +28 -20
- package/dist/details/details.js +43 -23
- package/dist/drawer/drawer.js +35 -32
- package/dist/footer/footer.js +54 -46
- package/dist/header/header-legacy.js +8 -8
- package/dist/hooks/use-aria-hider.d.ts +1 -1
- package/dist/hooks/use-aria-hider.js +14 -13
- package/dist/hooks/use-focus-trap.d.ts +1 -1
- package/dist/hooks/use-focus-trap.js +179 -179
- package/dist/icons/index.d.ts +1 -0
- package/dist/icons/index.js +12 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +144 -142
- package/dist/input-file/input-file.js +15 -12
- package/dist/logos/index.d.ts +1 -0
- package/dist/logos/index.js +14 -0
- package/dist/modal/modal.js +125 -128
- package/dist/popover/popover.js +67 -64
- package/dist/score-select/score-select.js +20 -20
- package/dist/select/select-next.js +45 -45
- package/dist/styles.css +1 -1
- package/dist/table/table-row.js +14 -7
- package/dist/tabs/tab-panel.js +6 -6
- package/dist/tabs/tabs.js +19 -19
- package/package.json +10 -10
- package/dist/assets/logos/LogoBlack.d.ts +0 -3
- package/dist/assets/logos/LogoBlack.js +0 -322
- package/dist/assets/logos/LogoGoldGreen.d.ts +0 -3
- package/dist/assets/logos/LogoGoldGreen.js +0 -322
- package/dist/assets/logos/LogoGoldWhite.d.ts +0 -3
- package/dist/assets/logos/LogoGoldWhite.js +0 -82
- package/dist/assets/logos/LogoHarpBlack.d.ts +0 -3
- package/dist/assets/logos/LogoHarpWhite.d.ts +0 -3
- package/dist/assets/logos/LogoHarpWhite.js +0 -60
- package/dist/assets/logos/LogoWhite.d.ts +0 -3
- package/dist/assets/logos/LogoWhite.js +0 -322
- package/dist/assets/logos/index.d.ts +0 -6
- package/dist/assets/logos/index.js +0 -14
|
@@ -0,0 +1,327 @@
|
|
|
1
|
+
import { jsxs as V, jsx as C } from "react/jsx-runtime";
|
|
2
|
+
function l(L) {
|
|
3
|
+
return /* @__PURE__ */ V(
|
|
4
|
+
"svg",
|
|
5
|
+
{
|
|
6
|
+
viewBox: "0 0 136 48",
|
|
7
|
+
fill: "none",
|
|
8
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
9
|
+
width: L.size ?? "136",
|
|
10
|
+
className: L.className,
|
|
11
|
+
id: L.id,
|
|
12
|
+
role: L.label ? "img" : void 0,
|
|
13
|
+
"aria-hidden": !L.label,
|
|
14
|
+
"aria-label": L.label,
|
|
15
|
+
"data-testid": L.dataTestId,
|
|
16
|
+
children: [
|
|
17
|
+
/* @__PURE__ */ V("g", { "clip-path": "url(#clip0_175_13118)", children: [
|
|
18
|
+
/* @__PURE__ */ C(
|
|
19
|
+
"path",
|
|
20
|
+
{
|
|
21
|
+
d: "M6.85634 13.2103C7.24105 13.2103 7.55305 12.8983 7.55305 12.5136C7.55305 12.1289 7.24105 11.8169 6.85634 11.8169C6.47162 11.8169 6.15962 12.1289 6.15962 12.5136C6.15998 12.8981 6.47162 13.21 6.85634 13.2103Z",
|
|
22
|
+
fill: "white"
|
|
23
|
+
}
|
|
24
|
+
),
|
|
25
|
+
/* @__PURE__ */ C(
|
|
26
|
+
"path",
|
|
27
|
+
{
|
|
28
|
+
d: "M5.75061 34.8101C5.32058 34.8099 4.97186 35.1586 4.97168 35.5886C4.9715 36.0187 5.32022 36.3674 5.75025 36.3676C6.18028 36.3677 6.529 36.019 6.52918 35.589C6.52864 35.1593 6.18046 34.8108 5.75061 34.8101Z",
|
|
29
|
+
fill: "white"
|
|
30
|
+
}
|
|
31
|
+
),
|
|
32
|
+
/* @__PURE__ */ C(
|
|
33
|
+
"path",
|
|
34
|
+
{
|
|
35
|
+
d: "M1.28617 32.8857C1.27793 32.988 1.2867 33.0908 1.31232 33.1902C1.33542 33.2907 1.36766 33.3888 1.40849 33.4836C2.05435 33.2239 2.73226 32.8748 2.60563 31.4375C2.55817 31.1022 2.49369 30.7696 2.4122 30.4409C1.83673 28.0886 1.59853 25.6662 1.70456 23.2466C1.88366 19.6642 3.65215 16.3642 4.50236 14.7782C4.67932 14.4479 4.81937 14.1873 4.88725 14.0297C5.13961 13.4476 4.08254 12.5449 3.65179 12.2431C3.45316 12.3662 3.31328 12.5652 3.26474 12.7937C3.23125 12.94 3.23841 13.0926 3.2857 13.235C2.01011 15.1455 1.08718 17.269 0.56079 19.5051C0.56079 19.5051 0.536431 19.5956 0.513864 19.7149C0.173922 21.229 0.00323515 22.7763 0.0050262 24.3283C-0.00930222 24.36 0.0107576 25.0302 0.0186382 25.2132C-0.0318694 27.8267 0.397804 30.4273 1.28617 32.8857Z",
|
|
36
|
+
fill: "white"
|
|
37
|
+
}
|
|
38
|
+
),
|
|
39
|
+
/* @__PURE__ */ C(
|
|
40
|
+
"path",
|
|
41
|
+
{
|
|
42
|
+
d: "M21.2352 15.5137C20.8433 15.5135 20.5254 15.8312 20.5254 16.2231C20.5252 16.615 20.8429 16.9329 21.2348 16.9329C21.6267 16.9329 21.9446 16.6153 21.9446 16.2235C21.9441 15.8318 21.6269 15.5142 21.2352 15.5137Z",
|
|
43
|
+
fill: "white"
|
|
44
|
+
}
|
|
45
|
+
),
|
|
46
|
+
/* @__PURE__ */ C(
|
|
47
|
+
"path",
|
|
48
|
+
{
|
|
49
|
+
d: "M16.9092 27.2412C17.2888 27.2412 17.5966 26.9334 17.5966 26.5538C17.5966 26.1741 17.2888 25.8664 16.9092 25.8664C16.5295 25.8664 16.2218 26.1741 16.2218 26.5538C16.2218 26.9334 16.5295 27.2412 16.9092 27.2412Z",
|
|
50
|
+
fill: "white"
|
|
51
|
+
}
|
|
52
|
+
),
|
|
53
|
+
/* @__PURE__ */ C(
|
|
54
|
+
"path",
|
|
55
|
+
{
|
|
56
|
+
d: "M22.885 13.8187C23.2274 12.5865 22.8671 11.7538 22.5039 11.2701C22.2893 10.9812 22.0154 10.7415 21.7006 10.5674C20.327 9.63287 18.6488 10.2601 18.5986 10.2832C17.7866 10.8314 16.7784 11.0052 15.8297 10.7603C13.271 10.1073 11.2571 6.82719 10.879 6.17632L10.6672 5.92074C10.6059 5.85232 10.5237 5.80647 10.4332 5.78999L9.93945 5.4676C9.81694 5.38414 9.65485 5.38826 9.53682 5.47781L9.48667 5.51507C9.48219 5.51507 9.47807 5.51292 9.47288 5.5122C9.15461 5.48265 8.83652 5.57184 8.58004 5.76295C8.25765 5.97537 7.94422 6.31262 7.9795 6.64289L7.33203 7.12791C7.07 7.1494 6.8189 7.24146 6.60504 7.39442C6.34803 7.56152 6.07686 7.82857 6.0165 8.11209L5.59597 8.42786L5.52701 8.48821L5.51913 8.52547C5.49692 8.56039 5.48152 8.59908 5.474 8.63974C5.46361 8.66445 5.45913 8.69132 5.46092 8.718L5.46611 8.82278L5.4962 8.86003C5.54438 8.95621 5.86086 9.58863 6.06916 9.98195C5.40217 10.5891 4.78534 11.2491 4.22474 11.9557C4.76313 12.3809 5.80552 13.3536 5.41382 14.2576C5.33608 14.4367 5.19889 14.6937 5.00814 15.0492C4.17781 16.5981 2.44962 19.8215 2.2775 23.2753C2.17488 25.6435 2.40879 28.0143 2.97243 30.3168C3.06037 30.6695 3.12879 31.0268 3.17715 31.3872C3.33154 33.1367 2.41667 33.6815 1.72998 33.9713C2.25189 35.1514 2.91834 36.2622 3.71357 37.2785C4.31071 37.9603 5.11023 39.2314 4.94743 39.9885C4.75972 39.9201 4.55734 39.9017 4.36032 39.9348C3.98259 40.0201 3.66682 40.2774 3.50724 40.6303C3.27709 41.1327 3.37417 41.7242 3.75279 42.1267C4.08772 42.4519 4.58725 42.5265 5.19441 42.3255C5.19961 42.3379 5.2057 42.3497 5.21232 42.3613C5.2777 42.4801 5.39626 42.5601 5.53095 42.5762C5.62946 42.5872 5.72832 42.5927 5.82755 42.5927C6.91991 42.5927 8.65455 41.9426 10.7483 38.8672C11.4789 38.9992 12.1127 39.0975 12.6246 39.1586L13.4521 39.3036C13.7988 39.417 14.5525 39.3738 14.9392 38.3927L23.2857 16.8035C23.749 15.8163 23.593 14.6494 22.8866 13.8186L22.885 13.8187ZM10.7171 7.64499C10.735 7.67615 12.5465 10.7842 16.0174 11.4949C16.2454 11.5425 16.4775 11.567 16.7103 11.5683C17.4352 11.5683 17.9849 11.3077 18.5168 11.0557C19.0165 10.8189 19.4865 10.5965 20.0553 10.5965C20.2154 10.5968 20.375 10.6144 20.5314 10.6491C22.2431 11.0252 22.3613 12.8131 22.3624 12.831C22.3706 12.9692 22.2653 13.088 22.127 13.0962C22.1268 13.0962 22.1272 13.0962 22.127 13.0962H22.1113C21.9787 13.0959 21.8691 12.9929 21.8605 12.8605C21.8567 12.8021 21.7547 11.4318 20.4234 11.1395C20.3028 11.1126 20.1796 11.099 20.056 11.0989C19.5979 11.0989 19.1965 11.2891 18.7324 11.5092C18.1774 11.7721 17.5493 12.07 16.7078 12.07C16.4419 12.0689 16.1768 12.0409 15.9164 11.9865C12.2125 11.2278 10.298 7.92528 10.2792 7.89215C10.2106 7.77143 10.2527 7.61812 10.3734 7.54934C10.4941 7.48057 10.6475 7.52284 10.7162 7.64355L10.7171 7.64499ZM17.0703 15.4443V14.1225L17.404 14.015C17.516 13.9749 17.6163 13.9364 17.6995 13.9022L17.706 14.3765L17.0703 15.4443ZM17.0788 15.4774V17.6912L16.4234 18.8978V16.585L17.0788 15.4774ZM14.7361 19.3699L13.7338 21.0557V24.7786L13.0786 25.9852V22.1575L13.7309 21.0539V14.3826L13.8635 14.4046C14.0247 14.4273 14.183 14.4404 14.3395 14.4508L14.7382 14.4653H14.7454V19.3538L15.4007 18.2457V14.4422L15.6635 14.4218C15.8087 14.4048 15.9456 14.3824 16.0808 14.3589L16.4152 14.2919V16.5462L15.4004 18.252V21.3301L14.745 22.5367L14.7454 19.3538L14.7361 19.3699ZM10.3912 26.6762V13.2555C10.5054 13.3361 10.6242 13.41 10.747 13.4772L11.1459 13.6742C11.2281 13.71 11.315 13.7473 11.4058 13.7833V24.9546L12.0609 23.8463V14.0118L12.066 14.0136C12.2159 14.0591 12.3704 14.1032 12.5352 14.1454L12.9337 14.2366C12.9798 14.2464 13.0279 14.2556 13.0754 14.2651V22.1618L12.0609 23.8678V28.2353L11.4058 29.4421V24.9702L10.3912 26.6762ZM8.72082 29.484V13.6627L8.98553 13.3977L9.67312 12.7058C9.69103 12.7156 9.71467 12.7292 9.73652 12.7416V27.778L8.95258 29.0964L8.72082 29.484ZM8.75162 29.4905V34.6227L8.09645 35.8293V30.5986L8.75162 29.4905ZM9.73527 27.8253L10.3906 26.717V31.8493L9.73527 33.0561V27.8253ZM6.77609 9.18636L10.1184 6.18617C10.1642 6.14462 10.224 6.12169 10.286 6.12169C10.425 6.12205 10.5373 6.23489 10.5371 6.37388C10.5371 6.37817 10.5369 6.38247 10.5368 6.38677C10.5334 6.4534 10.5034 6.51591 10.4535 6.56032L7.25502 9.43174C7.62863 10.1363 8.17042 10.7378 8.83258 11.1823C8.95043 11.2556 8.98643 11.4107 8.91317 11.5285C8.83992 11.6464 8.68482 11.6824 8.56696 11.6091C7.76905 11.0775 7.12911 10.3409 6.7143 9.47652C6.66952 9.37657 6.6946 9.25926 6.77609 9.18636ZM6.85615 11.2436C7.55753 11.2436 8.12601 11.812 8.12601 12.5134C8.12601 13.2148 7.55753 13.7833 6.85615 13.7833C6.15477 13.7833 5.58629 13.2148 5.58629 12.5134C5.58701 11.8126 6.15513 11.2445 6.85615 11.2436ZM8.06601 14.3555V30.586L8.05848 30.5988L6.60809 33.0373C4.5799 29.2325 4.5045 25.2929 4.50378 25.2449C4.27811 20.1322 6.28391 16.5223 8.06601 14.3555ZM4.39883 35.5885C4.39901 34.8419 5.0042 34.2367 5.75071 34.2369C6.49722 34.2371 7.10242 34.8423 7.10224 35.5888C7.10206 36.3353 6.49705 36.9403 5.75054 36.9403C5.00438 36.9396 4.39954 36.3348 4.39883 35.5885ZM8.45019 37.5144L6.22588 41.9141C6.18325 41.9988 6.09621 42.0522 6.00128 42.052C5.96206 42.052 5.92319 42.0427 5.88809 42.0251C5.76433 41.963 5.71435 41.8124 5.7765 41.6886C5.77668 41.6881 5.77704 41.6877 5.77722 41.6872L8.00153 37.2876C8.04416 37.2029 8.13102 37.1494 8.22595 37.1495C8.3644 37.149 8.47705 37.2608 8.47759 37.3992C8.47777 37.4393 8.46828 37.4787 8.45019 37.5144ZM10.4304 37.7153C10.3947 37.8036 10.3174 37.8685 10.224 37.8883C10.1307 37.908 10.0338 37.8801 9.96524 37.8138C9.9613 37.8101 9.55491 37.42 8.3472 36.4297C8.22469 36.3294 8.20678 36.1489 8.30726 36.0264C8.40756 35.9039 8.5881 35.8859 8.71061 35.9864C9.37688 36.5322 9.80136 36.897 10.0535 37.1196C11.196 34.2935 18.2904 16.7369 18.724 15.4941C19.0958 14.4282 19.6176 13.991 19.9899 13.8121C20.2933 13.6574 20.6467 13.6327 20.9687 13.7435C21.1179 13.7962 21.1962 13.9599 21.1436 14.1091C21.0909 14.2583 20.9272 14.3365 20.778 14.2839C20.5994 14.2253 20.4047 14.2414 20.2384 14.3287C19.8502 14.5153 19.5042 14.996 19.2651 15.6827C18.7908 17.0408 10.7714 36.8725 10.4304 37.7153ZM20.0741 17.8724C20.2801 17.8724 20.4472 18.0394 20.4472 18.2455C20.4472 18.4515 20.2803 18.6186 20.0741 18.6186C19.8681 18.6186 19.701 18.4517 19.701 18.2455C19.7009 18.0395 19.8681 17.8724 20.0741 17.8724C20.0741 17.8723 20.0739 17.8724 20.0741 17.8724ZM19.0847 20.6238C19.0858 20.7625 18.9746 20.8758 18.836 20.8776H18.834C18.6964 20.8769 18.585 20.7662 18.5832 20.6287L18.5569 18.3725C18.5555 18.2337 18.6669 18.1201 18.8057 18.1187C18.9445 18.1173 19.0581 18.2287 19.0595 18.3675L19.0847 20.6238ZM18.1369 20.9693C18.1367 21.1753 17.9698 21.3421 17.7638 21.3421C17.5579 21.3421 17.3911 21.175 17.3911 20.969C17.3913 20.7632 17.558 20.5963 17.764 20.5963C17.97 20.5959 18.1371 20.7625 18.1376 20.9684C18.1376 20.9688 18.1369 20.969 18.1369 20.9693ZM15.8603 28.4542C16.0663 28.454 16.2334 28.6209 16.2336 28.827C16.2337 29.0332 16.0668 29.2001 15.8607 29.2003C15.6547 29.2005 15.4876 29.0336 15.4874 28.8274C15.4874 28.8272 15.4874 28.8276 15.4874 28.8274C15.4872 28.6214 15.6543 28.4543 15.8603 28.4542ZM12.0486 35.4733C11.9623 35.582 11.8039 35.6003 11.6952 35.5138C11.5865 35.4274 11.5682 35.2691 11.6547 35.1604L13.7891 32.4729C13.8368 32.4127 13.9093 32.3776 13.9861 32.3778C14.1246 32.3769 14.2376 32.4883 14.2385 32.6268C14.2389 32.6846 14.2193 32.7407 14.1832 32.7856L12.0486 35.4733ZM13.5527 35.6664C13.5527 35.8723 13.3858 36.0393 13.1798 36.0393C12.9738 36.0393 12.8069 35.8723 12.8069 35.6664C12.8069 35.4604 12.9738 35.2935 13.1798 35.2935C13.3858 35.2935 13.5527 35.4602 13.5527 35.6664ZM13.036 31.6155C13.0358 31.4096 13.2027 31.2425 13.4089 31.2423C13.6149 31.2421 13.782 31.409 13.7822 31.6152C13.7823 31.8212 13.6154 31.9883 13.4093 31.9884C13.4091 31.9884 13.4094 31.9884 13.4093 31.9884C13.2035 31.9883 13.0362 31.8213 13.036 31.6155ZM12.5809 37.8942C12.3749 37.8944 12.2078 37.7275 12.2076 37.5214C12.2075 37.3152 12.3744 37.1483 12.5805 37.1481C12.7865 37.1479 12.9536 37.3148 12.9538 37.521C12.9538 37.727 12.7867 37.8941 12.5809 37.8942ZM14.2007 38.3981C14.1821 38.5132 14.0739 38.5915 13.9587 38.5729C13.8563 38.5564 13.7811 38.4681 13.7813 38.3644C13.7816 38.3413 13.7857 38.3184 13.7934 38.2965C13.9328 37.5799 13.465 36.8862 12.7484 36.7469C12.0386 36.6088 11.3497 37.0668 11.2021 37.7746C11.2 37.7807 11.1975 37.7868 11.1944 37.7925C11.1595 37.9036 11.0413 37.9654 10.9303 37.9304C10.8425 37.9028 10.7827 37.8215 10.7827 37.7297C10.7827 37.7259 10.7827 37.7223 10.7837 37.7185C10.7825 37.7049 10.7832 37.691 10.7859 37.6775C10.9942 36.7363 11.9259 36.1422 12.8671 36.3504C13.7952 36.5558 14.3879 37.466 14.2007 38.3981ZM14.5156 28.6995C14.653 28.7019 14.7644 28.8111 14.7694 28.9485L14.7957 31.2349C14.7975 31.3734 14.6866 31.4871 14.5482 31.4889C14.5478 31.4889 14.5475 31.4889 14.5471 31.4889H14.5444C14.407 31.488 14.2956 31.3775 14.2937 31.2401L14.2673 28.9535C14.2663 28.815 14.377 28.7015 14.5156 28.6995ZM14.2736 32.1197C14.2738 31.9137 14.4407 31.747 14.6467 31.747C14.8527 31.7472 15.0194 31.9141 15.0194 32.1201C15.0192 32.3259 14.8525 32.4928 14.6465 32.4928C14.4407 32.4926 14.2736 32.3257 14.2736 32.1197ZM14.9626 37.0797C14.959 37.216 14.8482 37.3247 14.7119 37.3259H14.709C14.5697 37.3238 14.4583 37.209 14.4604 37.0696L14.5428 32.9964C14.5475 32.8596 14.6594 32.7509 14.7964 32.7502C14.9358 32.752 15.0473 32.8662 15.0456 33.0056C15.0456 33.0059 15.0456 33.0063 15.0456 33.0065L14.9626 37.0797ZM15.8669 32.9665C15.661 32.9665 15.4939 32.7996 15.4939 32.5935C15.4939 32.3875 15.6608 32.2204 15.8669 32.2204C16.0731 32.2204 16.24 32.3873 16.24 32.5933C16.2398 32.7991 16.0727 32.9665 15.8669 32.9665ZM17.9112 29.0337L15.3422 31.67C15.2453 31.7694 15.086 31.7715 14.9866 31.6745C14.8872 31.5776 14.8851 31.4183 14.9822 31.3189L17.5518 28.6825C17.6487 28.5831 17.8077 28.581 17.9073 28.6779C18.0067 28.7747 18.0089 28.9338 17.912 29.0334L17.9112 29.0337ZM16.9086 27.8149C16.2124 27.8149 15.6481 27.2506 15.6481 26.5544C15.6481 25.8582 16.2124 25.2938 16.9086 25.2938C17.6048 25.2938 18.1692 25.8582 18.1692 26.5544C18.1681 27.25 17.6041 27.814 16.9086 27.8149ZM17.8351 24.6546C17.6292 24.6548 17.462 24.4879 17.4619 24.2819C17.4617 24.0759 17.6286 23.9088 17.8348 23.9086C18.0407 23.9085 18.2078 24.0754 18.208 24.2815C18.2078 24.4871 18.0409 24.6544 17.8351 24.6546ZM18.4729 22.1749L16.5719 24.5685C16.4856 24.6772 16.3274 24.6954 16.2185 24.6091C16.1098 24.5228 16.0915 24.3646 16.1779 24.2557L18.0789 21.862C18.1265 21.8018 18.1991 21.7669 18.2759 21.7671C18.4143 21.7662 18.5274 21.8778 18.5281 22.0162C18.5284 22.0739 18.5089 22.1299 18.4729 22.1749ZM18.5356 21.4343C18.5354 21.2283 18.7023 21.0612 18.9085 21.061C19.1146 21.0609 19.2816 21.2278 19.2818 21.4339C19.2819 21.6401 19.115 21.807 18.9089 21.8072C18.9087 21.8072 18.909 21.8072 18.9089 21.8072C18.7029 21.807 18.5354 21.6403 18.5356 21.4343ZM19.2698 26.1681C19.2662 26.3043 19.1553 26.4131 19.019 26.4143H19.016C18.8766 26.412 18.7654 26.2974 18.7674 26.158L18.8421 22.4656C18.8426 22.4464 18.8455 22.4274 18.8503 22.4088V22.3857C18.8524 22.315 18.9065 22.2566 18.9769 22.2489C19.0131 22.2299 19.0534 22.2197 19.0942 22.2195C19.2338 22.2204 19.3459 22.3343 19.345 22.4736C19.345 22.4744 19.345 22.4749 19.345 22.4756L19.2698 26.1681ZM20.0293 22.2555C19.8234 22.2557 19.6563 22.0887 19.6561 21.8826C19.6559 21.6764 19.8228 21.5095 20.029 21.5093C20.235 21.5092 20.4021 21.6761 20.4021 21.8822C20.4017 22.0879 20.235 22.2551 20.0293 22.2555ZM22.2107 18.5032L19.641 21.1395C19.5447 21.2389 19.3858 21.2412 19.2866 21.1447C19.2864 21.1445 19.2861 21.1441 19.2859 21.144C19.2185 21.0798 19.1935 20.9833 19.2209 20.8945C19.2164 20.8531 19.2303 20.8117 19.2592 20.7816L21.8288 18.1454C21.8523 18.1219 21.8833 18.1076 21.9164 18.1049C22.0393 18.041 22.1906 18.0888 22.2545 18.2117C22.3045 18.308 22.2868 18.4257 22.2107 18.5032ZM21.234 17.506C20.5255 17.5062 19.9511 16.9318 19.9511 16.2234C19.9509 15.5149 20.5253 14.9405 21.2336 14.9405C21.9422 14.9403 22.5166 15.5147 22.5166 16.2231C22.5166 16.2229 22.5166 16.2232 22.5166 16.2231C22.5155 16.9309 21.9416 17.5051 21.234 17.506Z",
|
|
57
|
+
fill: "white"
|
|
58
|
+
}
|
|
59
|
+
),
|
|
60
|
+
/* @__PURE__ */ C(
|
|
61
|
+
"path",
|
|
62
|
+
{
|
|
63
|
+
d: "M32.7768 0.00145118C32.6289 7.79837 32.5498 15.8129 32.5498 24C32.5498 32.1871 32.6289 40.2016 32.7768 47.9986C32.8406 47.9986 32.9037 48 32.9676 48C33.0314 48 33.0945 47.9986 33.1583 47.9986C33.3063 40.2016 33.3853 32.1871 33.3853 24C33.3853 15.8129 33.3063 7.79837 33.1583 0.00145118C33.0945 0.00145118 33.0314 0 32.9676 0C32.9037 0 32.8406 0.00145118 32.7768 0.00145118Z",
|
|
64
|
+
fill: "white"
|
|
65
|
+
}
|
|
66
|
+
),
|
|
67
|
+
/* @__PURE__ */ C(
|
|
68
|
+
"path",
|
|
69
|
+
{
|
|
70
|
+
d: "M48.8196 23.3633C48.1813 23.3633 47.3811 23.0388 46.9347 22.6032C46.3265 22.0158 46.1746 21.7621 45.3944 20.0499C45.2426 20.07 45.1308 20.08 45.0599 20.08C44.9889 20.08 44.8972 20.07 44.7561 20.0499V21.4183C44.7561 22.2092 44.908 22.3912 45.6681 22.533V22.7458H42.3848V22.533C43.2359 22.4313 43.4286 22.2192 43.4286 21.4183V17.7094C43.4286 16.9292 43.2559 16.6756 42.5266 16.4227V16.2099L44.4824 16.3217C45.1107 16.2099 45.4145 16.1798 45.7992 16.1798C46.9749 16.1798 47.6741 16.8181 47.6741 17.872C47.6741 18.1657 47.6232 18.4394 47.5115 18.6629C47.3295 19.0376 47.0859 19.2812 46.4368 19.7368C47.4506 21.3681 47.947 22.0673 48.4127 22.5036C48.7473 22.8174 49.132 22.9901 49.6492 23.061V23.2329C49.2251 23.3433 49.0833 23.3633 48.8196 23.3633ZM44.7561 16.6347V19.4617C45.0599 19.5735 45.1917 19.6036 45.3944 19.6036C45.5263 19.6036 45.6172 19.5935 45.8809 19.5326C45.9518 19.4517 46.0127 19.37 46.0636 19.3098C46.2964 18.9961 46.4182 18.6206 46.4182 18.1951C46.4182 17.253 45.8909 16.7558 44.7561 16.6347Z",
|
|
71
|
+
fill: "white"
|
|
72
|
+
}
|
|
73
|
+
),
|
|
74
|
+
/* @__PURE__ */ C(
|
|
75
|
+
"path",
|
|
76
|
+
{
|
|
77
|
+
d: "M49.1771 22.7451V22.5323C49.3089 22.4915 49.41 22.4513 49.4909 22.4005C49.6736 22.2686 49.7137 22.1469 49.7338 21.4885L49.8047 19.5326V19.4617C49.8047 19.2081 49.7639 18.9452 49.7137 18.8033C49.6535 18.6414 49.5518 18.5705 49.3089 18.4788V18.2761L50.7074 17.9924L51.062 18.1342L50.9911 19.3908V21.4885C50.9911 22.2887 51.0412 22.4005 51.4775 22.5323V22.7451H49.1771ZM50.4337 17.0094C49.968 17.0094 49.5926 16.6749 49.5926 16.2493C49.5926 15.8639 49.9673 15.5501 50.4337 15.5501C50.8901 15.5501 51.2648 15.8639 51.2648 16.2493C51.2648 16.6756 50.8901 17.0094 50.4337 17.0094Z",
|
|
78
|
+
fill: "white"
|
|
79
|
+
}
|
|
80
|
+
),
|
|
81
|
+
/* @__PURE__ */ C(
|
|
82
|
+
"path",
|
|
83
|
+
{
|
|
84
|
+
d: "M55.0756 22.8467H55.0555C54.7109 22.8467 54.5282 22.7249 54.3864 22.4004C53.839 22.7858 53.5654 22.8868 53.0997 22.8868C52.4005 22.8868 51.9341 22.4713 51.9341 21.853C51.9341 21.6195 51.995 21.4067 52.1067 21.2348C52.2486 21.022 52.4513 20.9002 52.9879 20.7175L54.3864 20.2311V19.6028L54.3663 19.0454C54.3563 18.6506 54.2854 18.5489 53.9916 18.5489C53.647 18.5489 53.4443 18.7208 53.2315 19.1973L52.9886 19.7346H52.7049C52.3604 19.7346 52.1476 19.5927 52.1476 19.3391C52.1476 19.1163 52.3295 18.8426 52.634 18.6198C53.1713 18.2244 53.8097 18.0223 54.539 18.0223C55.279 18.0223 55.5728 18.296 55.5728 18.9852V19.1063L55.5018 21.315V21.3859C55.5018 21.9433 55.6236 22.126 56.2011 22.3997V22.6733C55.7648 22.7758 55.3901 22.8467 55.0756 22.8467ZM54.3864 20.6881L53.6872 21.0019C53.2817 21.1846 53.1198 21.3666 53.1198 21.6711C53.1198 22.0056 53.3626 22.2184 53.728 22.2184C53.8999 22.2184 54.1235 22.1883 54.3864 22.1167V20.6881Z",
|
|
85
|
+
fill: "white"
|
|
86
|
+
}
|
|
87
|
+
),
|
|
88
|
+
/* @__PURE__ */ C(
|
|
89
|
+
"path",
|
|
90
|
+
{
|
|
91
|
+
d: "M56.5161 22.7451V22.5323C56.9517 22.4413 57.0434 22.2686 57.0735 21.4885L57.1444 19.5326V17.6478C57.1444 16.8267 57.1243 16.634 57.0434 16.3611C56.9925 16.1784 56.9316 16.0974 56.7189 15.9656V15.7528L58.2283 15.4792L58.4712 15.6819C58.3394 16.5531 58.3294 16.7759 58.3294 18.1643V21.4885C58.3294 22.2887 58.4612 22.4614 58.8667 22.5323V22.7451H56.5161Z",
|
|
92
|
+
fill: "white"
|
|
93
|
+
}
|
|
94
|
+
),
|
|
95
|
+
/* @__PURE__ */ C(
|
|
96
|
+
"path",
|
|
97
|
+
{
|
|
98
|
+
d: "M61.0164 22.8877C60.1854 22.8877 59.719 22.4722 59.7397 21.7021L59.8107 19.1079L59.3242 18.4796V18.2059C59.7397 18.0433 59.8916 17.9523 60.1854 17.6586C60.3781 17.4759 60.459 17.3749 60.6517 17.0804L61.1382 17.2932L60.9963 18.2353L61.8374 18.1644C62.091 18.1443 62.2529 18.3062 62.2529 18.519C62.2529 18.7827 62.0301 18.9754 61.6956 18.9754H60.9963V21.3467C60.9963 21.7723 61.0673 21.965 61.26 22.0968C61.4427 22.2186 61.6454 22.2594 62.182 22.2594L62.2529 22.4622C61.7256 22.796 61.4728 22.8877 61.0164 22.8877Z",
|
|
99
|
+
fill: "white"
|
|
100
|
+
}
|
|
101
|
+
),
|
|
102
|
+
/* @__PURE__ */ C(
|
|
103
|
+
"path",
|
|
104
|
+
{
|
|
105
|
+
d: "M65.687 22.8468H65.6669C65.3223 22.8468 65.1396 22.725 64.9978 22.4005C64.4504 22.7859 64.1768 22.8869 63.7111 22.8869C63.0119 22.8869 62.5455 22.4714 62.5455 21.8531C62.5455 21.6196 62.6064 21.4068 62.7181 21.2349C62.86 21.0221 63.0627 20.9003 63.5993 20.7176L64.9978 20.2312V19.6029L64.9777 19.0455C64.9677 18.6507 64.8968 18.549 64.603 18.549C64.2584 18.549 64.0557 18.7209 63.8429 19.1974L63.6 19.7347H63.3163C62.9717 19.7347 62.759 19.5928 62.759 19.3392C62.759 19.1164 62.9409 18.8427 63.2454 18.6199C63.7827 18.2245 64.4211 18.0224 65.1504 18.0224C65.8904 18.0224 66.1842 18.2961 66.1842 18.9853V19.1064L66.1132 21.3151V21.386C66.1132 21.9434 66.235 22.1261 66.8125 22.3998V22.6734C66.3755 22.7759 66.0008 22.8468 65.687 22.8468ZM64.9978 20.6882L64.2986 21.002C63.8931 21.1847 63.7312 21.3667 63.7312 21.6712C63.7312 22.0057 63.974 22.2185 64.3394 22.2185C64.5113 22.2185 64.7348 22.1884 64.9978 22.1168V20.6882Z",
|
|
106
|
+
fill: "white"
|
|
107
|
+
}
|
|
108
|
+
),
|
|
109
|
+
/* @__PURE__ */ C(
|
|
110
|
+
"path",
|
|
111
|
+
{
|
|
112
|
+
d: "M69.1845 22.8468C68.769 22.8468 68.4652 22.8167 67.5024 22.6441L67.3605 21.2764L67.6342 21.2055C68.1206 21.7929 68.3234 22.0057 68.587 22.1984C68.7389 22.3195 68.9825 22.4112 69.1344 22.4112C69.4589 22.4112 69.7118 22.1476 69.7118 21.8238C69.7118 21.7328 69.6917 21.6411 69.6516 21.5701C69.6108 21.4792 69.5399 21.4075 69.4589 21.3574C69.388 21.3165 69.2461 21.2363 69.0334 21.1346L68.476 20.8609C67.655 20.4554 67.3312 20.0499 67.3312 19.4316C67.3312 18.5805 67.9895 18.0232 69.0033 18.0232C69.4589 18.0232 69.7225 18.0733 70.3609 18.2768L70.5027 19.3206L70.219 19.4624C69.8135 18.966 69.6817 18.8241 69.4589 18.6622C69.3171 18.5504 69.0842 18.4695 68.9216 18.4695C68.587 18.4695 68.3341 18.7231 68.3341 19.0369C68.3341 19.3206 68.5161 19.5133 68.9624 19.7361L69.8035 20.1617C70.5228 20.5263 70.7864 20.8509 70.7864 21.4082C70.7857 22.2787 70.1467 22.8468 69.1845 22.8468Z",
|
|
113
|
+
fill: "white"
|
|
114
|
+
}
|
|
115
|
+
),
|
|
116
|
+
/* @__PURE__ */ C(
|
|
117
|
+
"path",
|
|
118
|
+
{
|
|
119
|
+
d: "M76.2996 22.745V22.5322C76.7452 22.4413 76.8369 22.2786 76.867 21.4884L76.9379 19.7354V19.6845C76.9379 19.0662 76.6334 18.7424 76.076 18.7424C75.8432 18.7424 75.6806 18.7933 75.3267 18.9759V21.4891C75.3267 22.2894 75.3868 22.442 75.7422 22.533V22.7457H73.5127V22.533C73.9483 22.442 74.0393 22.2693 74.0701 21.4891L74.141 19.5333V19.4423C74.141 18.8549 74.0299 18.6622 73.5736 18.4795V18.276L75.3267 17.9923V18.6206C75.975 18.1342 76.2895 18.0124 76.9279 18.0124C77.7589 18.0124 78.1236 18.3871 78.1236 19.2489V21.4884C78.1236 22.2185 78.2045 22.4004 78.61 22.5322V22.745H76.2996Z",
|
|
120
|
+
fill: "white"
|
|
121
|
+
}
|
|
122
|
+
),
|
|
123
|
+
/* @__PURE__ */ C(
|
|
124
|
+
"path",
|
|
125
|
+
{
|
|
126
|
+
d: "M82.2103 22.8467H82.1903C81.8457 22.8467 81.663 22.7249 81.5211 22.4004C80.9738 22.7858 80.7001 22.8868 80.2345 22.8868C79.5352 22.8868 79.0688 22.4713 79.0688 21.853C79.0688 21.6195 79.1297 21.4067 79.2415 21.2348C79.3834 21.022 79.5861 20.9002 80.1227 20.7175L81.5211 20.2311V19.6028L81.5011 19.0454C81.491 18.6506 81.4201 18.5489 81.1264 18.5489C80.7818 18.5489 80.579 18.7208 80.3663 19.1973L80.1234 19.7346H79.8397C79.4951 19.7346 79.2823 19.5927 79.2823 19.3391C79.2823 19.1163 79.4643 18.8426 79.7688 18.6198C80.3061 18.2244 80.9444 18.0223 81.6737 18.0223C82.4138 18.0223 82.7075 18.296 82.7075 18.9852V19.1063L82.6366 21.315V21.3859C82.6366 21.9433 82.7584 22.126 83.3358 22.3997V22.6733C82.8995 22.7758 82.5248 22.8467 82.2103 22.8467ZM81.5211 20.6881L80.8219 21.0019C80.4164 21.1846 80.2545 21.3666 80.2545 21.6711C80.2545 22.0056 80.4974 22.2184 80.8628 22.2184C81.0347 22.2184 81.2582 22.1883 81.5211 22.1167V20.6881Z",
|
|
127
|
+
fill: "white"
|
|
128
|
+
}
|
|
129
|
+
),
|
|
130
|
+
/* @__PURE__ */ C(
|
|
131
|
+
"path",
|
|
132
|
+
{
|
|
133
|
+
d: "M88.5454 22.7449V22.5321C88.981 22.3803 89.072 22.2183 89.1028 21.4883L89.1737 19.8062V19.7252C89.1737 19.036 88.9402 18.7623 88.3728 18.7623C88.1299 18.7623 87.9572 18.8132 87.5625 18.9751V21.4883C87.5625 22.2076 87.6435 22.4003 87.978 22.5321V22.7449H85.7485V22.5321C86.225 22.4304 86.2758 22.3294 86.3059 21.4883L86.3768 19.5325V16.9075C86.3768 16.3301 86.2558 16.1374 85.8195 15.9654V15.7527L87.4207 15.479L87.7043 15.7527L87.5625 18.6205C88.2417 18.124 88.5863 17.9822 89.1436 17.9822C89.5083 17.9822 89.8128 18.0832 90.0356 18.2659C90.2684 18.4478 90.3601 18.7215 90.3601 19.2488V21.4883C90.3601 22.2986 90.411 22.4204 90.8466 22.5321V22.7449H88.5454Z",
|
|
134
|
+
fill: "white"
|
|
135
|
+
}
|
|
136
|
+
),
|
|
137
|
+
/* @__PURE__ */ C(
|
|
138
|
+
"path",
|
|
139
|
+
{
|
|
140
|
+
d: "M95.8837 22.7451H91.0601V22.5323C91.9011 22.4205 92.1039 22.2078 92.1039 21.4175V17.7086C92.1039 16.8676 91.9821 16.6548 91.3438 16.4521V16.2493H95.7418L95.8837 17.7796L95.6709 17.8505C95.2246 17.0503 94.8907 16.7966 94.2015 16.7358L93.4314 16.6648V19.178L94.1306 19.1479C94.8499 19.1178 95.0018 18.9961 95.1845 18.3477H95.3972V20.4353H95.1845C94.9817 19.8171 94.789 19.6652 94.1306 19.6351L93.4314 19.605V21.2771C93.4314 22.0165 93.6442 22.2601 94.2925 22.2601C95.0426 22.2601 95.4882 21.9255 96.0965 20.9325L96.2992 21.0643L95.8837 22.7451ZM94.789 15.4089L92.8339 15.7535L92.763 15.6217L94.516 14.5679L95.0025 14.9225L94.789 15.4089Z",
|
|
141
|
+
fill: "white"
|
|
142
|
+
}
|
|
143
|
+
),
|
|
144
|
+
/* @__PURE__ */ C(
|
|
145
|
+
"path",
|
|
146
|
+
{
|
|
147
|
+
d: "M96.8696 22.745V22.5323C97.0014 22.4914 97.1025 22.4513 97.1834 22.4004C97.3661 22.2686 97.4062 22.1468 97.4263 21.4884L97.4972 19.5326V19.4617C97.4972 19.2081 97.4564 18.9452 97.4062 18.8033C97.346 18.6414 97.2443 18.5705 97.0014 18.4788V18.276L98.3999 17.9923L98.7545 18.1342L98.6836 19.3908V21.4884C98.6836 22.2887 98.7337 22.4004 99.17 22.5323V22.745H96.8696ZM98.1262 17.0094C97.6606 17.0094 97.2852 16.6748 97.2852 16.2493C97.2852 15.8638 97.6598 15.55 98.1262 15.55C98.5826 15.55 98.9573 15.8638 98.9573 16.2493C98.9573 16.6755 98.5826 17.0094 98.1262 17.0094Z",
|
|
148
|
+
fill: "white"
|
|
149
|
+
}
|
|
150
|
+
),
|
|
151
|
+
/* @__PURE__ */ C(
|
|
152
|
+
"path",
|
|
153
|
+
{
|
|
154
|
+
d: "M102.808 19.6746C102.494 19.421 102.189 19.2799 101.956 19.2799C101.794 19.2799 101.653 19.3909 101.48 19.6345V21.4886C101.48 22.2079 101.632 22.3805 102.392 22.5324V22.7452H99.666V22.5324C100.122 22.3698 100.203 22.2286 100.223 21.4886L100.294 19.3909V19.34C100.294 18.8536 100.152 18.6516 99.7269 18.4789V18.2762L101.48 17.9824L101.439 19.0363H101.48C101.885 18.2969 102.209 17.9925 102.605 17.9925C102.919 17.9925 103.131 18.2962 103.131 18.7218C103.132 19.0463 103.071 19.239 102.808 19.6746Z",
|
|
155
|
+
fill: "white"
|
|
156
|
+
}
|
|
157
|
+
),
|
|
158
|
+
/* @__PURE__ */ C(
|
|
159
|
+
"path",
|
|
160
|
+
{
|
|
161
|
+
d: "M107.259 20.232H104.604V20.343C104.604 20.7893 104.614 20.8603 104.675 21.1339C104.827 21.7522 105.323 22.1169 106.083 22.1169C106.469 22.1169 106.692 22.066 107.188 21.8432L107.33 21.9141C107.269 22.066 107.228 22.1878 107.188 22.2279C106.692 22.7143 106.053 22.9271 105.343 22.9271C104.218 22.9271 103.417 21.9643 103.417 20.6367C103.417 19.0964 104.34 17.9817 105.637 17.9817C106.671 17.9817 107.35 18.5491 107.35 19.4203C107.35 19.6244 107.32 19.8981 107.259 20.232ZM106.114 18.8034C106.023 18.6007 105.82 18.4789 105.567 18.4789C105.303 18.4789 105.06 18.6007 104.878 18.8335C104.716 19.0463 104.655 19.229 104.605 19.6746H106.074L106.206 19.5327C106.205 19.0972 106.185 18.9761 106.114 18.8034Z",
|
|
162
|
+
fill: "white"
|
|
163
|
+
}
|
|
164
|
+
),
|
|
165
|
+
/* @__PURE__ */ C(
|
|
166
|
+
"path",
|
|
167
|
+
{
|
|
168
|
+
d: "M110.937 22.8467H110.917C110.573 22.8467 110.39 22.7249 110.248 22.4004C109.701 22.7858 109.427 22.8868 108.962 22.8868C108.262 22.8868 107.796 22.4713 107.796 21.853C107.796 21.6195 107.857 21.4067 107.969 21.2348C108.11 21.022 108.313 20.9002 108.85 20.7175L110.248 20.2311V19.6028L110.228 19.0454C110.218 18.6506 110.147 18.5489 109.853 18.5489C109.509 18.5489 109.306 18.7208 109.093 19.1973L108.85 19.7346H108.567C108.222 19.7346 108.009 19.5927 108.009 19.3391C108.009 19.1163 108.191 18.8426 108.496 18.6198C109.033 18.2244 109.671 18.0223 110.401 18.0223C111.141 18.0223 111.435 18.296 111.435 18.9852V19.1063L111.364 21.315V21.3859C111.364 21.9433 111.485 22.126 112.063 22.3997V22.6733C111.627 22.7758 111.252 22.8467 110.937 22.8467ZM110.248 20.6881L109.549 21.0019C109.143 21.1846 108.982 21.3666 108.982 21.6711C108.982 22.0056 109.224 22.2184 109.59 22.2184C109.762 22.2184 109.985 22.1883 110.248 22.1167V20.6881Z",
|
|
169
|
+
fill: "white"
|
|
170
|
+
}
|
|
171
|
+
),
|
|
172
|
+
/* @__PURE__ */ C(
|
|
173
|
+
"path",
|
|
174
|
+
{
|
|
175
|
+
d: "M115.237 22.7451V22.5323C115.682 22.4413 115.774 22.2787 115.804 21.4885L115.875 19.7354V19.6845C115.875 19.0663 115.571 18.7424 115.013 18.7424C114.78 18.7424 114.618 18.7933 114.264 18.976V21.4892C114.264 22.2894 114.324 22.442 114.679 22.533V22.7458H112.45V22.533C112.885 22.442 112.977 22.2694 113.007 21.4892L113.078 19.5334V19.4424C113.078 18.8549 112.967 18.6622 112.511 18.4795V18.2761L114.264 17.9924V18.6206C114.912 18.1342 115.227 18.0124 115.865 18.0124C116.696 18.0124 117.061 18.3871 117.061 19.2489V21.4885C117.061 22.2185 117.142 22.4005 117.547 22.5323V22.7451H115.237Z",
|
|
176
|
+
fill: "white"
|
|
177
|
+
}
|
|
178
|
+
),
|
|
179
|
+
/* @__PURE__ */ C(
|
|
180
|
+
"path",
|
|
181
|
+
{
|
|
182
|
+
d: "M120.832 22.745V22.5322C121.278 22.4413 121.37 22.2786 121.4 21.4884L121.471 19.7354V19.6845C121.471 19.0662 121.167 18.7424 120.609 18.7424C120.377 18.7424 120.214 18.7933 119.86 18.9759V21.4891C119.86 22.2894 119.92 22.442 120.275 22.533V22.7457H118.045V22.533C118.481 22.442 118.573 22.2693 118.603 21.4891L118.674 19.5333V19.4423C118.674 18.8549 118.563 18.6622 118.106 18.4795V18.276L119.86 17.9923V18.6206C120.508 18.1342 120.823 18.0124 121.461 18.0124C122.292 18.0124 122.656 18.3871 122.656 19.2489V21.4884C122.656 22.2185 122.737 22.4004 123.143 22.5322V22.745H120.832Z",
|
|
183
|
+
fill: "white"
|
|
184
|
+
}
|
|
185
|
+
),
|
|
186
|
+
/* @__PURE__ */ C(
|
|
187
|
+
"path",
|
|
188
|
+
{
|
|
189
|
+
d: "M48.4654 31.2632V31.9624L48.6072 32.9353H48.2935C48.1717 32.9353 48.1208 32.9454 47.3514 33.1889C46.9767 33.3007 46.5203 33.3616 46.0138 33.3616C44.98 33.3616 44.3718 33.1488 43.7843 32.5914C43.1052 31.9431 42.7305 31.0411 42.7305 30.0274C42.7305 29.0746 43.065 28.1733 43.6425 27.5543C44.2708 26.8859 45.0509 26.5814 46.1349 26.5814C46.814 26.5814 47.2496 26.6624 48.2533 26.9969L48.3243 28.5372L48.1215 28.6791C47.4832 27.4125 46.9459 26.9969 45.9529 26.9969C44.6555 26.9969 43.7843 28.1826 43.7843 29.9357C43.7843 31.6687 44.7773 32.8744 46.2058 32.8744C47.1479 32.8744 47.6243 32.489 47.6243 31.7497V31.3341C47.6243 30.6149 47.4316 30.4021 46.6514 30.2495V30.0066H49.2355V30.2094C48.6072 30.4121 48.4654 30.6048 48.4654 31.2632Z",
|
|
190
|
+
fill: "white"
|
|
191
|
+
}
|
|
192
|
+
),
|
|
193
|
+
/* @__PURE__ */ C(
|
|
194
|
+
"path",
|
|
195
|
+
{
|
|
196
|
+
d: "M52.0252 33.3617C50.7786 33.3617 50.0693 32.5607 50.0693 31.1522C50.0693 29.4701 51.0114 28.4363 52.5216 28.4363C53.7682 28.4363 54.4775 29.2265 54.4775 30.645C54.4775 32.3279 53.5454 33.3617 52.0252 33.3617ZM52.248 28.8518C51.5079 28.8518 50.9813 29.6628 50.9813 30.8076C50.9813 32.0542 51.5287 32.9461 52.2988 32.9461C53.0389 32.9461 53.5655 32.1151 53.5655 30.9602C53.5655 29.7337 53.0181 28.8518 52.248 28.8518Z",
|
|
197
|
+
fill: "white"
|
|
198
|
+
}
|
|
199
|
+
),
|
|
200
|
+
/* @__PURE__ */ C(
|
|
201
|
+
"path",
|
|
202
|
+
{
|
|
203
|
+
d: "M58.9479 28.8821C58.8369 28.963 58.6943 29.1758 58.604 29.3785L57.0637 32.9356C56.9219 33.2601 56.78 33.432 56.6382 33.432H56.6081L55.3107 29.3785C55.2197 29.0948 55.0771 28.9222 54.8242 28.8212V28.6084H56.6382V28.8212L56.4354 28.8814C56.2026 28.9523 56.1216 29.054 56.1216 29.246C56.1216 29.3477 56.1517 29.5097 56.2234 29.7224L56.9935 32.1038L57.8346 29.8643C57.9256 29.6214 57.9664 29.4187 57.9664 29.2668C57.9664 29.0132 57.7637 28.8713 57.3381 28.8513V28.6084H59.0912V28.8212C59.0188 28.8419 58.9787 28.872 58.9479 28.8821Z",
|
|
204
|
+
fill: "white"
|
|
205
|
+
}
|
|
206
|
+
),
|
|
207
|
+
/* @__PURE__ */ C(
|
|
208
|
+
"path",
|
|
209
|
+
{
|
|
210
|
+
d: "M61.2187 33.3307C60.1649 33.3307 59.4355 32.408 59.4355 31.0712C59.4355 29.48 60.3067 28.4971 61.6951 28.4971C62.6172 28.4971 63.1437 28.9627 63.1437 29.7637C63.1437 29.9664 63.1237 30.2294 63.0728 30.5238H60.205V30.7875C60.205 31.9323 60.7624 32.6115 61.7052 32.6115C62.0798 32.6115 62.3134 32.5506 62.9718 32.3077L63.1745 32.3485C63.0535 32.8543 62.1106 33.3307 61.2187 33.3307ZM62.3743 29.7229C62.3743 29.2973 61.9996 28.9527 61.5124 28.9527C60.945 28.9527 60.5095 29.3582 60.2759 30.1083H62.2317L62.3736 29.9356L62.3743 29.7229Z",
|
|
211
|
+
fill: "white"
|
|
212
|
+
}
|
|
213
|
+
),
|
|
214
|
+
/* @__PURE__ */ C(
|
|
215
|
+
"path",
|
|
216
|
+
{
|
|
217
|
+
d: "M66.8241 29.571L66.7432 29.7028C66.4695 29.561 66.2166 29.4901 66.0131 29.4901C65.7395 29.4901 65.5167 29.6928 65.2731 30.1284V31.8915C65.2731 32.6925 65.4966 32.9052 66.3878 32.9762V33.219H63.8037V32.9762C64.3102 32.8443 64.4119 32.6824 64.442 31.8915L64.5029 30.2094C64.513 30.1485 64.513 30.0883 64.513 30.0274C64.513 29.3382 64.432 29.1863 63.9456 28.9528V28.75L65.2731 28.4663V29.6212C66.0031 28.6791 66.2259 28.5165 66.7525 28.5165C66.9345 28.5165 67.077 28.6583 67.077 28.841C67.0777 29.0545 66.986 29.3074 66.8241 29.571Z",
|
|
218
|
+
fill: "white"
|
|
219
|
+
}
|
|
220
|
+
),
|
|
221
|
+
/* @__PURE__ */ C(
|
|
222
|
+
"path",
|
|
223
|
+
{
|
|
224
|
+
d: "M70.1508 33.2191V32.9762C70.7081 32.8852 70.8192 32.7226 70.85 31.8916L70.9209 30.2094V30.1485C70.9209 29.5202 70.6071 29.1355 70.0899 29.1355C69.7453 29.1355 69.5024 29.2064 68.8942 29.5102V31.8916C68.8942 32.2562 68.9243 32.5098 68.9651 32.6216C69.036 32.8036 69.2287 32.9053 69.5934 32.9762V33.2191H67.4248V32.9762C67.9413 32.8444 68.033 32.6925 68.0631 31.8916L68.124 30.2094C68.1341 30.1686 68.1341 30.1184 68.1341 30.0676C68.1341 29.3984 68.0123 29.1556 67.5667 28.9528V28.7501L68.7932 28.4363L68.8942 28.4972V29.1964C69.7761 28.639 70.1809 28.4671 70.668 28.4671C70.9317 28.4671 71.2555 28.5882 71.4181 28.7508C71.6001 28.9328 71.6918 29.2573 71.6918 29.7237V31.8923C71.6918 32.7133 71.7527 32.8043 72.3201 32.9769V33.2198L70.1508 33.2191Z",
|
|
225
|
+
fill: "white"
|
|
226
|
+
}
|
|
227
|
+
),
|
|
228
|
+
/* @__PURE__ */ C(
|
|
229
|
+
"path",
|
|
230
|
+
{
|
|
231
|
+
d: "M78.4714 33.2191V32.9762C79.0288 32.8852 79.1406 32.7226 79.1707 31.8916L79.2416 30.2094V30.1385C79.2416 29.5202 78.9278 29.1248 78.4406 29.1248C78.1061 29.1248 77.8732 29.2258 77.2149 29.6212V31.8909C77.2149 32.2555 77.2449 32.5091 77.2858 32.6209C77.3567 32.8029 77.5494 32.9046 77.9141 32.9755V33.2184H75.6746V32.9755C76.242 32.8845 76.343 32.7219 76.3738 31.8909L76.4447 30.2087V30.1378C76.4447 29.5195 76.1409 29.124 75.6445 29.124C75.3407 29.124 75.1881 29.1742 74.418 29.5088V31.8901C74.418 32.2548 74.448 32.5084 74.4889 32.6202C74.5598 32.8021 74.7525 32.9039 75.1172 32.9748V33.2177H72.9486V32.9748C73.4651 32.843 73.5568 32.6911 73.5869 31.8901L73.6478 30.208C73.6578 30.1471 73.6578 30.0869 73.6578 30.026C73.6578 29.3368 73.5769 29.1849 73.0904 28.9514V28.7486L74.347 28.4649L74.418 28.5359V29.1943C75.2898 28.6369 75.7154 28.4649 76.242 28.4649C76.7793 28.4649 76.982 28.6469 77.2149 29.306C78.0051 28.6577 78.4206 28.4649 78.998 28.4649C79.3226 28.4649 79.6163 28.6068 79.799 28.8196C79.9408 29.0015 80.0118 29.2752 80.0118 29.7215V31.8901C80.0118 32.7112 80.0726 32.8122 80.64 32.9748V33.2177H78.4714V33.2191Z",
|
|
232
|
+
fill: "white"
|
|
233
|
+
}
|
|
234
|
+
),
|
|
235
|
+
/* @__PURE__ */ C(
|
|
236
|
+
"path",
|
|
237
|
+
{
|
|
238
|
+
d: "M83.1255 33.3307C82.0716 33.3307 81.3423 32.408 81.3423 31.0712C81.3423 29.48 82.2135 28.4971 83.6019 28.4971C84.5239 28.4971 85.0505 28.9627 85.0505 29.7637C85.0505 29.9664 85.0304 30.2294 84.9795 30.5238H82.1117V30.7875C82.1117 31.9323 82.6691 32.6115 83.6119 32.6115C83.9866 32.6115 84.2201 32.5506 84.8785 32.3077L85.0813 32.3485C84.9595 32.8543 84.0167 33.3307 83.1255 33.3307ZM84.2803 29.7229C84.2803 29.2973 83.9056 28.9527 83.4185 28.9527C82.8511 28.9527 82.4155 29.3582 82.1819 30.1083H84.1378L84.2796 29.9356L84.2803 29.7229Z",
|
|
239
|
+
fill: "white"
|
|
240
|
+
}
|
|
241
|
+
),
|
|
242
|
+
/* @__PURE__ */ C(
|
|
243
|
+
"path",
|
|
244
|
+
{
|
|
245
|
+
d: "M88.4379 33.2191V32.9762C88.9953 32.8852 89.1063 32.7226 89.1371 31.8916L89.208 30.2094V30.1485C89.208 29.5202 88.8942 29.1355 88.377 29.1355C88.0324 29.1355 87.7895 29.2064 87.1813 29.5102V31.8916C87.1813 32.2562 87.2114 32.5098 87.2522 32.6216C87.3231 32.8036 87.5158 32.9053 87.8805 32.9762V33.2191H85.7119V32.9762C86.2285 32.8444 86.3202 32.6925 86.3502 31.8916L86.4111 30.2094C86.4212 30.1686 86.4212 30.1184 86.4212 30.0676C86.4212 29.3984 86.2994 29.1556 85.8538 28.9528V28.7501L87.0803 28.4363L87.1813 28.4972V29.1964C88.0632 28.639 88.468 28.4671 88.9551 28.4671C89.2188 28.4671 89.5426 28.5882 89.7052 28.7508C89.8872 28.9328 89.9789 29.2573 89.9789 29.7237V31.8923C89.9789 32.7133 90.0398 32.8043 90.6072 32.9769V33.2198L88.4379 33.2191Z",
|
|
246
|
+
fill: "white"
|
|
247
|
+
}
|
|
248
|
+
),
|
|
249
|
+
/* @__PURE__ */ C(
|
|
250
|
+
"path",
|
|
251
|
+
{
|
|
252
|
+
d: "M92.7856 33.3208C92.0054 33.3208 91.6708 33.007 91.6916 32.186L91.7518 29.4199L91.2754 28.8826L91.3055 28.6089C91.5892 28.457 91.7002 28.376 91.8629 28.2235C92.0556 28.0307 92.1365 27.9097 92.3393 27.5651L92.6129 27.6668L92.532 28.7206L93.7886 28.6397C93.9713 28.6297 94.0723 28.7307 94.0723 28.8933C94.0723 29.1168 93.8695 29.268 93.5858 29.268H92.532V31.7511C92.532 32.4295 92.7648 32.8049 93.1904 32.8049C93.4232 32.8049 93.7277 32.714 94.0716 32.5513L94.1425 32.7641C93.6474 33.2298 93.4139 33.3208 92.7856 33.3208Z",
|
|
253
|
+
fill: "white"
|
|
254
|
+
}
|
|
255
|
+
),
|
|
256
|
+
/* @__PURE__ */ C(
|
|
257
|
+
"path",
|
|
258
|
+
{
|
|
259
|
+
d: "M98.4022 33.3617C97.1556 33.3617 96.4464 32.5607 96.4464 31.1522C96.4464 29.4701 97.3885 28.4363 98.8987 28.4363C100.145 28.4363 100.854 29.2265 100.854 30.645C100.854 32.3279 99.9224 33.3617 98.4022 33.3617ZM98.625 28.8518C97.8849 28.8518 97.3584 29.6628 97.3584 30.8076C97.3584 32.0542 97.9057 32.9461 98.6759 32.9461C99.4159 32.9461 99.9425 32.1151 99.9425 30.9602C99.9425 29.7337 99.3959 28.8518 98.625 28.8518Z",
|
|
260
|
+
fill: "white"
|
|
261
|
+
}
|
|
262
|
+
),
|
|
263
|
+
/* @__PURE__ */ C(
|
|
264
|
+
"path",
|
|
265
|
+
{
|
|
266
|
+
d: "M105.407 26.9568C104.951 26.5213 104.658 26.3694 104.272 26.3694C103.877 26.3694 103.603 26.5621 103.37 26.9977C103.208 27.3115 103.168 27.5751 103.117 28.2743L103.087 28.7099L104.343 28.639C104.525 28.629 104.627 28.7407 104.627 28.9026C104.627 29.1763 104.556 29.2372 104.211 29.2372H103.087L103.157 31.8923C103.168 32.206 103.188 32.4188 103.228 32.5205C103.319 32.7634 103.603 32.906 104.14 32.9769V33.2198H101.617V32.9769C102.175 32.8859 102.316 32.6524 102.316 31.8923V29.5008L101.688 29.0244V28.8826L102.367 28.457C102.427 27.4333 102.58 27.0077 103.056 26.5313C103.431 26.1459 103.978 25.9431 104.638 25.9431C105.469 25.9431 105.955 26.1158 105.955 26.4095C105.954 26.6731 105.782 26.8351 105.407 26.9568Z",
|
|
267
|
+
fill: "white"
|
|
268
|
+
}
|
|
269
|
+
),
|
|
270
|
+
/* @__PURE__ */ C(
|
|
271
|
+
"path",
|
|
272
|
+
{
|
|
273
|
+
d: "M106.807 33.2193V33.0065C107.618 32.8847 107.78 32.6927 107.78 31.8918V28.051C107.78 27.2709 107.628 27.0781 106.878 26.9263V26.7235H109.604V26.9263C108.793 27.0581 108.621 27.2508 108.621 28.051V31.8918C108.621 32.6927 108.793 32.8847 109.604 33.0065V33.2193H106.807Z",
|
|
274
|
+
fill: "white"
|
|
275
|
+
}
|
|
276
|
+
),
|
|
277
|
+
/* @__PURE__ */ C(
|
|
278
|
+
"path",
|
|
279
|
+
{
|
|
280
|
+
d: "M113.172 29.5711L113.091 29.7029C112.817 29.5611 112.564 29.4901 112.361 29.4901C112.087 29.4901 111.864 29.6929 111.621 30.1285V31.8916C111.621 32.6925 111.844 32.9053 112.736 32.9762V33.2191H110.151V32.9762C110.658 32.8444 110.76 32.6825 110.79 31.8916L110.851 30.2094C110.861 30.1485 110.861 30.0884 110.861 30.0275C110.861 29.3383 110.78 29.1864 110.293 28.9528V28.7501L111.621 28.4664V29.6212C112.351 28.6792 112.574 28.5165 113.1 28.5165C113.282 28.5165 113.425 28.6584 113.425 28.8411C113.425 29.0546 113.334 29.3075 113.172 29.5711Z",
|
|
281
|
+
fill: "white"
|
|
282
|
+
}
|
|
283
|
+
),
|
|
284
|
+
/* @__PURE__ */ C(
|
|
285
|
+
"path",
|
|
286
|
+
{
|
|
287
|
+
d: "M115.624 33.3307C114.571 33.3307 113.841 32.408 113.841 31.0712C113.841 29.48 114.712 28.4971 116.101 28.4971C117.023 28.4971 117.549 28.9627 117.549 29.7637C117.549 29.9664 117.529 30.2294 117.479 30.5238H114.611V30.7875C114.611 31.9323 115.168 32.6115 116.111 32.6115C116.486 32.6115 116.719 32.5506 117.378 32.3077L117.58 32.3485C117.459 32.8543 116.516 33.3307 115.624 33.3307ZM116.78 29.7229C116.78 29.2973 116.405 28.9527 115.918 28.9527C115.351 28.9527 114.915 29.3582 114.682 30.1083H116.637L116.779 29.9356L116.78 29.7229Z",
|
|
288
|
+
fill: "white"
|
|
289
|
+
}
|
|
290
|
+
),
|
|
291
|
+
/* @__PURE__ */ C(
|
|
292
|
+
"path",
|
|
293
|
+
{
|
|
294
|
+
d: "M118.11 33.219V32.9762C118.667 32.8852 118.779 32.7125 118.809 31.8915L118.88 29.9357V27.9906C118.88 26.9368 118.799 26.7039 118.394 26.5213V26.2275L119.65 26.0248L119.792 26.1566L119.65 28.7507V31.8922C119.65 32.2569 119.67 32.5105 119.722 32.6223C119.793 32.8042 119.975 32.906 120.35 32.9769V33.2198L118.11 33.219Z",
|
|
295
|
+
fill: "white"
|
|
296
|
+
}
|
|
297
|
+
),
|
|
298
|
+
/* @__PURE__ */ C(
|
|
299
|
+
"path",
|
|
300
|
+
{
|
|
301
|
+
d: "M124.485 33.2599C124.333 33.28 124.181 33.3008 124.059 33.3008C123.644 33.3008 123.512 33.189 123.39 32.7835C122.782 33.2191 122.498 33.3208 121.962 33.3208C121.292 33.3208 120.877 32.9562 120.877 32.358C120.877 31.8507 121.151 31.567 121.921 31.2833L123.46 30.7159V29.8648C123.46 29.2064 123.298 29.0137 122.741 29.0137C122.235 29.0137 122.032 29.1957 121.778 29.8648C121.747 29.9458 121.707 30.0575 121.636 30.2094C121.262 30.1586 121.079 30.0275 121.079 29.8046C121.079 29.4601 121.636 28.9636 122.326 28.6999C122.63 28.5882 123.076 28.4972 123.349 28.4972C123.988 28.4972 124.261 28.7809 124.261 29.4292V29.622L124.16 31.9933V32.0743C124.16 32.5707 124.301 32.7327 124.99 32.9762V33.199L124.485 33.2599ZM122.428 31.4861C121.962 31.6788 121.739 31.9217 121.739 32.2362C121.739 32.5299 122.012 32.8036 122.317 32.8036C122.499 32.8036 122.763 32.7427 123.086 32.6216C123.158 32.6015 123.259 32.5607 123.391 32.5199L123.462 31.0605L122.428 31.4861Z",
|
|
302
|
+
fill: "white"
|
|
303
|
+
}
|
|
304
|
+
),
|
|
305
|
+
/* @__PURE__ */ C(
|
|
306
|
+
"path",
|
|
307
|
+
{
|
|
308
|
+
d: "M128.205 33.2191V32.9762C128.763 32.8852 128.875 32.7226 128.905 31.8916L128.976 30.2094V30.1485C128.976 29.5202 128.663 29.1355 128.145 29.1355C127.801 29.1355 127.558 29.2064 126.95 29.5102V31.8916C126.95 32.2562 126.98 32.5098 127.021 32.6216C127.092 32.8036 127.284 32.9053 127.649 32.9762V33.2191H125.481V32.9762C125.997 32.8444 126.089 32.6925 126.119 31.8916L126.18 30.2094C126.191 30.1686 126.191 30.1184 126.191 30.0676C126.191 29.3984 126.069 29.1556 125.623 28.9528V28.7501L126.849 28.4363L126.951 28.4972V29.1964C127.832 28.639 128.238 28.4671 128.725 28.4671C128.988 28.4671 129.312 28.5882 129.475 28.7508C129.657 28.9328 129.749 29.2573 129.749 29.7237V31.8923C129.749 32.7133 129.81 32.8043 130.377 32.9769V33.2198L128.205 33.2191Z",
|
|
309
|
+
fill: "white"
|
|
310
|
+
}
|
|
311
|
+
),
|
|
312
|
+
/* @__PURE__ */ C(
|
|
313
|
+
"path",
|
|
314
|
+
{
|
|
315
|
+
d: "M134.428 33.3616L134.296 33.2197V32.7333C133.77 33.1789 133.364 33.3616 132.848 33.3616C131.804 33.3616 131.074 32.4389 131.074 31.1113C131.074 29.6018 132.037 28.467 133.324 28.467C133.648 28.467 133.841 28.5079 134.296 28.6798V27.919C134.296 26.8859 134.134 26.5915 133.485 26.4396V26.1967L135.056 26.024L135.197 26.1559L135.056 28.6082V31.8915C135.056 32.5198 135.167 32.6824 135.695 32.8336V33.0765L134.428 33.3616ZM134.297 30.0066C134.297 29.3583 133.932 28.922 133.386 28.922C132.565 28.922 131.916 29.7229 131.916 30.7359C131.916 31.9008 132.534 32.6917 133.446 32.6917C133.76 32.6917 133.922 32.6509 134.297 32.4482V30.0066Z",
|
|
316
|
+
fill: "white"
|
|
317
|
+
}
|
|
318
|
+
)
|
|
319
|
+
] }),
|
|
320
|
+
/* @__PURE__ */ C("defs", { children: /* @__PURE__ */ C("clipPath", { id: "clip0_175_13118", children: /* @__PURE__ */ C("rect", { width: "135.695", height: "48", fill: "white" }) }) })
|
|
321
|
+
]
|
|
322
|
+
}
|
|
323
|
+
);
|
|
324
|
+
}
|
|
325
|
+
export {
|
|
326
|
+
l as default
|
|
327
|
+
};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export { default as LogoBlack } from './LogoBlack';
|
|
2
|
+
export { default as LogoGoldGreen } from './LogoGoldGreen';
|
|
3
|
+
export { default as LogoGoldWhite } from './LogoGoldWhite';
|
|
4
|
+
export { default as LogoHarpBlack } from './LogoHarpBlack';
|
|
5
|
+
export { default as LogoHarpWhite } from './LogoHarpWhite';
|
|
6
|
+
export { default as LogoWhite } from './LogoWhite';
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { default as a } from "./LogoBlack.js";
|
|
2
|
+
import { default as t } from "./LogoGoldGreen.js";
|
|
3
|
+
import { default as l } from "./LogoGoldWhite.js";
|
|
4
|
+
import { default as p } from "./LogoHarpBlack.js";
|
|
5
|
+
import { default as m } from "./LogoHarpWhite.js";
|
|
6
|
+
import { default as u } from "./LogoWhite.js";
|
|
7
|
+
export {
|
|
8
|
+
a as LogoBlack,
|
|
9
|
+
t as LogoGoldGreen,
|
|
10
|
+
l as LogoGoldWhite,
|
|
11
|
+
p as LogoHarpBlack,
|
|
12
|
+
m as LogoHarpWhite,
|
|
13
|
+
u as LogoWhite
|
|
14
|
+
};
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
export type
|
|
1
|
+
export type BaseSVGProps = {
|
|
2
2
|
id?: string;
|
|
3
3
|
className?: string;
|
|
4
|
+
label?: string;
|
|
4
5
|
size?: string | number;
|
|
5
|
-
color?: string;
|
|
6
|
-
role?: string;
|
|
7
|
-
ariaLabel?: string;
|
|
8
|
-
ariaHidden?: boolean;
|
|
9
6
|
dataTestId?: string;
|
|
10
7
|
};
|
|
8
|
+
export type IconProps = BaseSVGProps & {
|
|
9
|
+
color?: string;
|
|
10
|
+
};
|
package/dist/atoms/index.d.ts
CHANGED
package/dist/atoms/index.js
CHANGED
|
@@ -1,14 +1,16 @@
|
|
|
1
1
|
import { default as t } from "./DsButton.js";
|
|
2
|
-
import { default as a } from "./
|
|
3
|
-
import { default as s } from "./icons/
|
|
4
|
-
import { default as d } from "./icons/
|
|
5
|
-
import { default as p } from "./icons/
|
|
6
|
-
import { default as
|
|
2
|
+
import { default as a } from "./InsetText.js";
|
|
3
|
+
import { default as s } from "./icons/KeyboardArrowDown.js";
|
|
4
|
+
import { default as d } from "./icons/KeyboardArrowUp.js";
|
|
5
|
+
import { default as p } from "./icons/Close.js";
|
|
6
|
+
import { default as x } from "./icons/Visibility.js";
|
|
7
|
+
import { default as b } from "./icons/VisibilityOff.js";
|
|
7
8
|
export {
|
|
8
|
-
|
|
9
|
+
p as Close,
|
|
9
10
|
t as DsButton,
|
|
10
|
-
a as
|
|
11
|
-
s as
|
|
12
|
-
|
|
13
|
-
|
|
11
|
+
a as InsetText,
|
|
12
|
+
s as KeyboardArrowDown,
|
|
13
|
+
d as KeyboardArrowUp,
|
|
14
|
+
x as Visibility,
|
|
15
|
+
b as VisibilityOff
|
|
14
16
|
};
|
|
@@ -1,3 +1,6 @@
|
|
|
1
1
|
import { default as React } from 'react';
|
|
2
2
|
export type BlockquoteProps = React.QuoteHTMLAttributes<HTMLQuoteElement>;
|
|
3
|
-
|
|
3
|
+
/**
|
|
4
|
+
* @deprecated Use `InsetText` instead. `Blockquote` is kept as an alias for backward compatibility.
|
|
5
|
+
*/
|
|
6
|
+
export declare function Blockquote(props: BlockquoteProps): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,7 +1,21 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
import { jsx as l } from "react/jsx-runtime";
|
|
2
|
+
import s from "../atoms/InsetText.js";
|
|
3
|
+
const a = ({
|
|
4
|
+
id: e,
|
|
5
|
+
cite: r,
|
|
6
|
+
children: t,
|
|
7
|
+
"aria-describedby": o,
|
|
8
|
+
"aria-labelledby": i
|
|
9
|
+
}) => ({
|
|
10
|
+
id: e,
|
|
11
|
+
cite: r,
|
|
12
|
+
children: t,
|
|
13
|
+
describedBy: o,
|
|
14
|
+
labelledBy: i
|
|
15
|
+
});
|
|
16
|
+
function n(e) {
|
|
17
|
+
return /* @__PURE__ */ l(s, { ...a(e) });
|
|
4
18
|
}
|
|
5
19
|
export {
|
|
6
|
-
|
|
20
|
+
n as Blockquote
|
|
7
21
|
};
|
|
@@ -1,44 +1,65 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import { translate as
|
|
3
|
-
import { Icon as
|
|
4
|
-
import { Link as
|
|
5
|
-
const
|
|
6
|
-
href:
|
|
7
|
-
children:
|
|
8
|
-
asChild:
|
|
9
|
-
...
|
|
10
|
-
}) => /* @__PURE__ */
|
|
11
|
-
|
|
1
|
+
import { jsx as e, jsxs as t } from "react/jsx-runtime";
|
|
2
|
+
import { translate as m } from "../i18n/utility.js";
|
|
3
|
+
import { Icon as n } from "../icon/icon.js";
|
|
4
|
+
import { Link as c } from "../link/link.js";
|
|
5
|
+
const f = () => /* @__PURE__ */ e("div", { "aria-hidden": "true", children: /* @__PURE__ */ e(n, { className: "gi-text-gray-700", icon: "more_horiz" }) }), o = ({
|
|
6
|
+
href: r,
|
|
7
|
+
children: i,
|
|
8
|
+
asChild: a,
|
|
9
|
+
...s
|
|
10
|
+
}) => /* @__PURE__ */ e(
|
|
11
|
+
c,
|
|
12
12
|
{
|
|
13
13
|
noColor: !0,
|
|
14
|
-
asChild:
|
|
15
|
-
href:
|
|
16
|
-
"aria-label": `${
|
|
14
|
+
asChild: a,
|
|
15
|
+
href: r,
|
|
16
|
+
"aria-label": `${i} page`,
|
|
17
17
|
size: "sm",
|
|
18
|
-
className: "gi-
|
|
19
|
-
...
|
|
20
|
-
children:
|
|
18
|
+
className: "gi-text-ellipsis gi-whitespace-nowrap gi-line-clamp-1",
|
|
19
|
+
...s,
|
|
20
|
+
children: i
|
|
21
21
|
}
|
|
22
|
-
),
|
|
23
|
-
const
|
|
24
|
-
return /* @__PURE__ */
|
|
22
|
+
), x = (r) => /* @__PURE__ */ e(o, { ...r, "aria-current": "page" }), g = () => /* @__PURE__ */ e("span", { className: "gi-px-3 gi-text-gray-500", children: "/" }), h = ({ children: r, iconStart: i }) => {
|
|
23
|
+
const a = Array.isArray(r) ? r : [r];
|
|
24
|
+
return /* @__PURE__ */ e(
|
|
25
25
|
"nav",
|
|
26
26
|
{
|
|
27
|
-
"aria-label":
|
|
28
|
-
className: "gi-
|
|
29
|
-
children: /* @__PURE__ */
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
27
|
+
"aria-label": m("breadcrumbs.breadcrumbs", { defaultValue: "Breadcrumbs" }),
|
|
28
|
+
className: "gi-flex gi-items-center gi-gap-1",
|
|
29
|
+
children: /* @__PURE__ */ t(
|
|
30
|
+
"ol",
|
|
31
|
+
{
|
|
32
|
+
role: "list",
|
|
33
|
+
className: `
|
|
34
|
+
gi-flex
|
|
35
|
+
gi-list-none
|
|
36
|
+
gi-flex-wrap
|
|
37
|
+
[&>li]:gi-flex
|
|
38
|
+
[&>li]:gi-items-center
|
|
39
|
+
`,
|
|
40
|
+
children: [
|
|
41
|
+
i && /* @__PURE__ */ e("li", { role: "listitem", className: "gi-pr-1", children: /* @__PURE__ */ e(n, { "aria-label": "chevron-left", icon: "chevron_left", size: "sm" }) }),
|
|
42
|
+
a.map((s, l) => /* @__PURE__ */ t(
|
|
43
|
+
"li",
|
|
44
|
+
{
|
|
45
|
+
className: "gi-mx-0",
|
|
46
|
+
role: "listitem",
|
|
47
|
+
children: [
|
|
48
|
+
s,
|
|
49
|
+
l < a.length - 1 && /* @__PURE__ */ e(g, {})
|
|
50
|
+
]
|
|
51
|
+
},
|
|
52
|
+
`breadcrumb_item_${l}`
|
|
53
|
+
))
|
|
54
|
+
]
|
|
55
|
+
}
|
|
56
|
+
)
|
|
36
57
|
}
|
|
37
58
|
);
|
|
38
59
|
};
|
|
39
60
|
export {
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
61
|
+
x as BreadcrumbCurrentLink,
|
|
62
|
+
f as BreadcrumbEllipsis,
|
|
63
|
+
o as BreadcrumbLink,
|
|
64
|
+
h as Breadcrumbs
|
|
44
65
|
};
|