uikit-react-public 0.40.0 → 0.40.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +927 -929
- package/lib/components/AppHeader/AppHeader.stories.tsx +3 -3
- package/lib/components/AppHeader/AppHeader.tsx +3 -2
- package/lib/components/AppHeader/AppHeaderBottom.tsx +4 -2
- package/lib/components/AppHeader/AppHeaderTop.tsx +1 -1
- package/lib/components/AppHeader/__tests__/__snapshots__/AppHeader.test.tsx.snap +1 -1
- package/lib/components/AppMenu/AppMenuContent.tsx +3 -3
- package/lib/components/AppMenu/AppMenuDivider.tsx +1 -1
- package/lib/components/AppMenu/AppMenuItem.tsx +6 -6
- package/lib/components/AppMenu/__tests__/__snapshots__/AppMenu.test.tsx.snap +1 -1
- package/lib/components/Footer/Footer.tsx +5 -5
- package/lib/components/Footer/FooterNavLink.tsx +3 -3
- package/lib/components/Footer/SocialLink.tsx +3 -3
- package/lib/components/Footer/__tests__/__snapshots__/Footer.test.tsx.snap +52 -52
- package/lib/components/Header/Header.tsx +3 -3
- package/lib/components/Header/__tests__/__snapshots__/Header.test.tsx.snap +2 -2
- package/lib/components/HeaderDraft/HeaderBottomBreadcrumbs.tsx +2 -2
- package/lib/components/HeaderDraft/HeaderBottomHeadingAndAvatar.tsx +7 -7
- package/lib/components/HeaderDraft/HeaderBreadcrumb.tsx +4 -4
- package/lib/components/HeaderDraft/HeaderDraft.tsx +7 -7
- package/lib/components/HeaderDraft/__tests__/__snapshots__/Header.test.tsx.snap +5 -5
- package/lib/components/Menu/MenuContent.tsx +3 -3
- package/lib/components/Menu/MenuItem.tsx +3 -7
- package/lib/components/Menu/MenuSection.tsx +1 -1
- package/lib/components/UclLogo/UclLogoNegativeSpace.tsx +3 -7
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as n, jsxs as m, Fragment as Je } from "react/jsx-runtime";
|
|
2
2
|
import * as Se from "react";
|
|
3
|
-
import Et, { memo as K, forwardRef as
|
|
3
|
+
import Et, { memo as K, forwardRef as He, useContext as Xe, createContext as lt, useState as he, use as bt, useId as rt, useCallback as Ie, Children as Oe, isValidElement as Te, cloneElement as nt, useLayoutEffect as Wn, useRef as de, useImperativeHandle as Ms, useEffect as le, useMemo as yt } from "react";
|
|
4
4
|
function Fs(e) {
|
|
5
5
|
if (e.sheet)
|
|
6
6
|
return e.sheet;
|
|
@@ -41,7 +41,7 @@ var Es = /* @__PURE__ */ (function() {
|
|
|
41
41
|
return (l = r.parentNode) == null ? void 0 : l.removeChild(r);
|
|
42
42
|
}), this.tags = [], this.ctr = 0;
|
|
43
43
|
}, e;
|
|
44
|
-
})(), je = "-ms-", Mo = "-moz-", ye = "-webkit-", ta = "comm",
|
|
44
|
+
})(), je = "-ms-", Mo = "-moz-", ye = "-webkit-", ta = "comm", Hn = "rule", Bn = "decl", Is = "@import", oa = "@keyframes", Ws = "@layer", Hs = Math.abs, Bo = String.fromCharCode, Bs = Object.assign;
|
|
45
45
|
function Ds(e, t) {
|
|
46
46
|
return Ve(e, 0) ^ 45 ? (((t << 2 ^ Ve(e, 0)) << 2 ^ Ve(e, 1)) << 2 ^ Ve(e, 2)) << 2 ^ Ve(e, 3) : 0;
|
|
47
47
|
}
|
|
@@ -301,9 +301,9 @@ function ko(e, t, o, r, l, i, a, c, u) {
|
|
|
301
301
|
}
|
|
302
302
|
function er(e, t, o, r, l, i, a, c, u, s, f) {
|
|
303
303
|
for (var h = l - 1, p = l === 0 ? i : [""], g = Dn(p), b = 0, y = 0, S = 0; b < r; ++b)
|
|
304
|
-
for (var k = 0, x = Xt(e, h + 1, h =
|
|
304
|
+
for (var k = 0, x = Xt(e, h + 1, h = Hs(y = a[b])), C = e; k < g; ++k)
|
|
305
305
|
(C = na(y > 0 ? p[k] + " " + x : be(x, /&\f/g, p[k]))) && (u[S++] = C);
|
|
306
|
-
return zo(e, t, o, l === 0 ?
|
|
306
|
+
return zo(e, t, o, l === 0 ? Hn : c, u, s, f);
|
|
307
307
|
}
|
|
308
308
|
function Us(e, t, o) {
|
|
309
309
|
return zo(e, t, o, ta, Bo(Ns()), Xt(e, 2, -2), 0);
|
|
@@ -318,7 +318,7 @@ function Tt(e, t) {
|
|
|
318
318
|
}
|
|
319
319
|
function js(e, t, o, r) {
|
|
320
320
|
switch (e.type) {
|
|
321
|
-
case
|
|
321
|
+
case Ws:
|
|
322
322
|
if (e.children.length) break;
|
|
323
323
|
case Is:
|
|
324
324
|
case Bn:
|
|
@@ -327,7 +327,7 @@ function js(e, t, o, r) {
|
|
|
327
327
|
return "";
|
|
328
328
|
case oa:
|
|
329
329
|
return e.return = e.value + "{" + Tt(e.children, r) + "}";
|
|
330
|
-
case
|
|
330
|
+
case Hn:
|
|
331
331
|
e.value = e.props.join(",");
|
|
332
332
|
}
|
|
333
333
|
return ct(o = Tt(e.children, r)) ? e.return = e.value + "{" + o + "}" : "";
|
|
@@ -550,7 +550,7 @@ var ec = function(t, o, r, l) {
|
|
|
550
550
|
return Tt([Jt(t, {
|
|
551
551
|
value: be(t.value, "@", "@" + ye)
|
|
552
552
|
})], l);
|
|
553
|
-
case
|
|
553
|
+
case Hn:
|
|
554
554
|
if (t.length) return Ts(t.props, function(i) {
|
|
555
555
|
switch (zs(i, /(::plac\w+|:read-\w+)/)) {
|
|
556
556
|
// :read-(only|write)
|
|
@@ -7861,7 +7861,7 @@ const sr = "ucl-uikit-icon", uc = ({
|
|
|
7861
7861
|
/* @__PURE__ */ n("path", { d: "M21 8v13H3V8M1 3h22v5H1zm9 9h4" })
|
|
7862
7862
|
]
|
|
7863
7863
|
}
|
|
7864
|
-
),
|
|
7864
|
+
), Wc = ({
|
|
7865
7865
|
title: e,
|
|
7866
7866
|
titleId: t,
|
|
7867
7867
|
...o
|
|
@@ -7883,7 +7883,7 @@ const sr = "ucl-uikit-icon", uc = ({
|
|
|
7883
7883
|
/* @__PURE__ */ n("path", { d: "M12 5v14m7-7-7 7-7-7" })
|
|
7884
7884
|
]
|
|
7885
7885
|
}
|
|
7886
|
-
),
|
|
7886
|
+
), Hc = ({
|
|
7887
7887
|
title: e,
|
|
7888
7888
|
titleId: t,
|
|
7889
7889
|
...o
|
|
@@ -9070,7 +9070,7 @@ const sr = "ucl-uikit-icon", uc = ({
|
|
|
9070
9070
|
/* @__PURE__ */ n("path", { d: "m2 15.5 10-7 10 7" })
|
|
9071
9071
|
]
|
|
9072
9072
|
}
|
|
9073
|
-
),
|
|
9073
|
+
), Wd = ({
|
|
9074
9074
|
title: e,
|
|
9075
9075
|
titleId: t,
|
|
9076
9076
|
...o
|
|
@@ -9093,7 +9093,7 @@ const sr = "ucl-uikit-icon", uc = ({
|
|
|
9093
9093
|
/* @__PURE__ */ n("path", { d: "m7.5 4.21 4.5 2.6 4.5-2.6m-9 15.58V14.6L3 12m18 0-4.5 2.6v5.19M3.27 6.96 12 12.01l8.73-5.05M12 22.08V12" })
|
|
9094
9094
|
]
|
|
9095
9095
|
}
|
|
9096
|
-
),
|
|
9096
|
+
), Hd = ({
|
|
9097
9097
|
title: e,
|
|
9098
9098
|
titleId: t,
|
|
9099
9099
|
...o
|
|
@@ -9597,7 +9597,7 @@ const sr = "ucl-uikit-icon", uc = ({
|
|
|
9597
9597
|
/* @__PURE__ */ n("circle", { cx: 12, cy: 12, r: 10 })
|
|
9598
9598
|
]
|
|
9599
9599
|
}
|
|
9600
|
-
),
|
|
9600
|
+
), e0 = ({
|
|
9601
9601
|
title: e,
|
|
9602
9602
|
titleId: t,
|
|
9603
9603
|
...o
|
|
@@ -9620,7 +9620,7 @@ const sr = "ucl-uikit-icon", uc = ({
|
|
|
9620
9620
|
/* @__PURE__ */ n("path", { d: "M8 12h8m-4-4" })
|
|
9621
9621
|
]
|
|
9622
9622
|
}
|
|
9623
|
-
),
|
|
9623
|
+
), t0 = ({
|
|
9624
9624
|
title: e,
|
|
9625
9625
|
titleId: t,
|
|
9626
9626
|
...o
|
|
@@ -9642,7 +9642,7 @@ const sr = "ucl-uikit-icon", uc = ({
|
|
|
9642
9642
|
/* @__PURE__ */ n("path", { d: "M12 1v22m5-18H9.5a3.5 3.5 0 0 0 0 7h5a3.5 3.5 0 0 1 0 7H6" })
|
|
9643
9643
|
]
|
|
9644
9644
|
}
|
|
9645
|
-
),
|
|
9645
|
+
), o0 = ({
|
|
9646
9646
|
title: e,
|
|
9647
9647
|
titleId: t,
|
|
9648
9648
|
...o
|
|
@@ -9664,7 +9664,7 @@ const sr = "ucl-uikit-icon", uc = ({
|
|
|
9664
9664
|
/* @__PURE__ */ n("path", { d: "M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4m4-5 5 5 5-5m-5 5V3" })
|
|
9665
9665
|
]
|
|
9666
9666
|
}
|
|
9667
|
-
),
|
|
9667
|
+
), n0 = ({
|
|
9668
9668
|
title: e,
|
|
9669
9669
|
titleId: t,
|
|
9670
9670
|
...o
|
|
@@ -9687,7 +9687,7 @@ const sr = "ucl-uikit-icon", uc = ({
|
|
|
9687
9687
|
/* @__PURE__ */ n("path", { d: "M20.88 18.09A5 5 0 0 0 18 9h-1.26A8 8 0 1 0 3 16.29" })
|
|
9688
9688
|
]
|
|
9689
9689
|
}
|
|
9690
|
-
),
|
|
9690
|
+
), r0 = ({
|
|
9691
9691
|
title: e,
|
|
9692
9692
|
titleId: t,
|
|
9693
9693
|
...o
|
|
@@ -9710,7 +9710,7 @@ const sr = "ucl-uikit-icon", uc = ({
|
|
|
9710
9710
|
/* @__PURE__ */ n("path", { d: "M8.56 2.75c4.37 6.03 6.02 9.42 8.03 17.72m2.54-15.38c-3.72 4.35-8.94 5.66-16.88 5.85m19.5 1.9c-3.5-.93-6.63-.82-8.94 0-2.58.92-5.01 2.86-7.44 6.32" })
|
|
9711
9711
|
]
|
|
9712
9712
|
}
|
|
9713
|
-
),
|
|
9713
|
+
), l0 = ({
|
|
9714
9714
|
title: e,
|
|
9715
9715
|
titleId: t,
|
|
9716
9716
|
...o
|
|
@@ -9732,7 +9732,7 @@ const sr = "ucl-uikit-icon", uc = ({
|
|
|
9732
9732
|
/* @__PURE__ */ n("path", { d: "m12 2.69 5.66 5.66a8 8 0 1 1-11.31 0z" })
|
|
9733
9733
|
]
|
|
9734
9734
|
}
|
|
9735
|
-
),
|
|
9735
|
+
), i0 = ({
|
|
9736
9736
|
title: e,
|
|
9737
9737
|
titleId: t,
|
|
9738
9738
|
...o
|
|
@@ -9755,7 +9755,7 @@ const sr = "ucl-uikit-icon", uc = ({
|
|
|
9755
9755
|
/* @__PURE__ */ n("path", { d: "M18.5 2.5a2.121 2.121 0 0 1 3 3L12 15l-4 1 1-4z" })
|
|
9756
9756
|
]
|
|
9757
9757
|
}
|
|
9758
|
-
),
|
|
9758
|
+
), a0 = ({
|
|
9759
9759
|
title: e,
|
|
9760
9760
|
titleId: t,
|
|
9761
9761
|
...o
|
|
@@ -9777,7 +9777,7 @@ const sr = "ucl-uikit-icon", uc = ({
|
|
|
9777
9777
|
/* @__PURE__ */ n("path", { d: "M17 3a2.828 2.828 0 1 1 4 4L7.5 20.5 2 22l1.5-5.5z" })
|
|
9778
9778
|
]
|
|
9779
9779
|
}
|
|
9780
|
-
),
|
|
9780
|
+
), s0 = ({
|
|
9781
9781
|
title: e,
|
|
9782
9782
|
titleId: t,
|
|
9783
9783
|
...o
|
|
@@ -9799,7 +9799,7 @@ const sr = "ucl-uikit-icon", uc = ({
|
|
|
9799
9799
|
/* @__PURE__ */ n("path", { d: "M12 20h9M16.5 3.5a2.121 2.121 0 0 1 3 3L7 19l-4 1 1-4z" })
|
|
9800
9800
|
]
|
|
9801
9801
|
}
|
|
9802
|
-
),
|
|
9802
|
+
), c0 = ({
|
|
9803
9803
|
title: e,
|
|
9804
9804
|
titleId: t,
|
|
9805
9805
|
...o
|
|
@@ -9821,7 +9821,7 @@ const sr = "ucl-uikit-icon", uc = ({
|
|
|
9821
9821
|
/* @__PURE__ */ n("path", { d: "M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6m4-3h6v6m-11 5L21 3" })
|
|
9822
9822
|
]
|
|
9823
9823
|
}
|
|
9824
|
-
),
|
|
9824
|
+
), d0 = ({
|
|
9825
9825
|
title: e,
|
|
9826
9826
|
titleId: t,
|
|
9827
9827
|
...o
|
|
@@ -9844,7 +9844,7 @@ const sr = "ucl-uikit-icon", uc = ({
|
|
|
9844
9844
|
/* @__PURE__ */ n("circle", { cx: 12, cy: 12, r: 3 })
|
|
9845
9845
|
]
|
|
9846
9846
|
}
|
|
9847
|
-
),
|
|
9847
|
+
), u0 = ({
|
|
9848
9848
|
title: e,
|
|
9849
9849
|
titleId: t,
|
|
9850
9850
|
...o
|
|
@@ -9866,7 +9866,7 @@ const sr = "ucl-uikit-icon", uc = ({
|
|
|
9866
9866
|
/* @__PURE__ */ n("path", { d: "M17.94 17.94A10.07 10.07 0 0 1 12 20c-7 0-11-8-11-8a18.45 18.45 0 0 1 5.06-5.94M9.9 4.24A9 9 0 0 1 12 4c7 0 11 8 11 8a18.5 18.5 0 0 1-2.16 3.19m-6.72-1.07a3 3 0 1 1-4.24-4.24M1 1l22 22" })
|
|
9867
9867
|
]
|
|
9868
9868
|
}
|
|
9869
|
-
),
|
|
9869
|
+
), h0 = ({
|
|
9870
9870
|
title: e,
|
|
9871
9871
|
titleId: t,
|
|
9872
9872
|
...o
|
|
@@ -9888,7 +9888,7 @@ const sr = "ucl-uikit-icon", uc = ({
|
|
|
9888
9888
|
/* @__PURE__ */ n("path", { d: "M18 2h-3a5 5 0 0 0-5 5v3H7v4h3v8h4v-8h3l1-4h-4V7a1 1 0 0 1 1-1h3z" })
|
|
9889
9889
|
]
|
|
9890
9890
|
}
|
|
9891
|
-
),
|
|
9891
|
+
), p0 = ({
|
|
9892
9892
|
title: e,
|
|
9893
9893
|
titleId: t,
|
|
9894
9894
|
...o
|
|
@@ -9910,7 +9910,7 @@ const sr = "ucl-uikit-icon", uc = ({
|
|
|
9910
9910
|
/* @__PURE__ */ n("path", { d: "m13 19 9-7-9-7zM2 19l9-7-9-7z" })
|
|
9911
9911
|
]
|
|
9912
9912
|
}
|
|
9913
|
-
),
|
|
9913
|
+
), f0 = ({
|
|
9914
9914
|
title: e,
|
|
9915
9915
|
titleId: t,
|
|
9916
9916
|
...o
|
|
@@ -9932,7 +9932,7 @@ const sr = "ucl-uikit-icon", uc = ({
|
|
|
9932
9932
|
/* @__PURE__ */ n("path", { d: "M20.24 12.24a6 6 0 0 0-8.49-8.49L5 10.5V19h8.5zM16 8 2 22m15.5-7H9" })
|
|
9933
9933
|
]
|
|
9934
9934
|
}
|
|
9935
|
-
),
|
|
9935
|
+
), m0 = ({
|
|
9936
9936
|
title: e,
|
|
9937
9937
|
titleId: t,
|
|
9938
9938
|
...o
|
|
@@ -9955,7 +9955,7 @@ const sr = "ucl-uikit-icon", uc = ({
|
|
|
9955
9955
|
/* @__PURE__ */ n("path", { d: "M12 12.5a3.5 3.5 0 1 1 7 0 3.5 3.5 0 1 1-7 0m-7 7A3.5 3.5 0 0 1 8.5 16H12v3.5a3.5 3.5 0 1 1-7 0m0-7A3.5 3.5 0 0 1 8.5 9H12v7H8.5A3.5 3.5 0 0 1 5 12.5" })
|
|
9956
9956
|
]
|
|
9957
9957
|
}
|
|
9958
|
-
),
|
|
9958
|
+
), g0 = ({
|
|
9959
9959
|
title: e,
|
|
9960
9960
|
titleId: t,
|
|
9961
9961
|
...o
|
|
@@ -9978,7 +9978,7 @@ const sr = "ucl-uikit-icon", uc = ({
|
|
|
9978
9978
|
/* @__PURE__ */ n("path", { d: "M13 2v7h7" })
|
|
9979
9979
|
]
|
|
9980
9980
|
}
|
|
9981
|
-
),
|
|
9981
|
+
), y0 = ({
|
|
9982
9982
|
title: e,
|
|
9983
9983
|
titleId: t,
|
|
9984
9984
|
...o
|
|
@@ -10001,7 +10001,7 @@ const sr = "ucl-uikit-icon", uc = ({
|
|
|
10001
10001
|
/* @__PURE__ */ n("path", { d: "M14 2v6h6M9 15h6" })
|
|
10002
10002
|
]
|
|
10003
10003
|
}
|
|
10004
|
-
),
|
|
10004
|
+
), b0 = ({
|
|
10005
10005
|
title: e,
|
|
10006
10006
|
titleId: t,
|
|
10007
10007
|
...o
|
|
@@ -10024,7 +10024,7 @@ const sr = "ucl-uikit-icon", uc = ({
|
|
|
10024
10024
|
/* @__PURE__ */ n("path", { d: "M14 2v6h6m-8 10v-6m-3 3h6" })
|
|
10025
10025
|
]
|
|
10026
10026
|
}
|
|
10027
|
-
),
|
|
10027
|
+
), v0 = ({
|
|
10028
10028
|
title: e,
|
|
10029
10029
|
titleId: t,
|
|
10030
10030
|
...o
|
|
@@ -10047,7 +10047,7 @@ const sr = "ucl-uikit-icon", uc = ({
|
|
|
10047
10047
|
/* @__PURE__ */ n("path", { d: "M14 2v6h6M10 9H8m8 4H8m8 4H8" })
|
|
10048
10048
|
]
|
|
10049
10049
|
}
|
|
10050
|
-
),
|
|
10050
|
+
), w0 = ({
|
|
10051
10051
|
title: e,
|
|
10052
10052
|
titleId: t,
|
|
10053
10053
|
...o
|
|
@@ -10070,7 +10070,7 @@ const sr = "ucl-uikit-icon", uc = ({
|
|
|
10070
10070
|
/* @__PURE__ */ n("path", { d: "M7 2v20M17 2v20M2 12h20M2 7h5M2 17h5m10 0h5M17 7h5" })
|
|
10071
10071
|
]
|
|
10072
10072
|
}
|
|
10073
|
-
),
|
|
10073
|
+
), x0 = ({
|
|
10074
10074
|
title: e,
|
|
10075
10075
|
titleId: t,
|
|
10076
10076
|
...o
|
|
@@ -10092,7 +10092,7 @@ const sr = "ucl-uikit-icon", uc = ({
|
|
|
10092
10092
|
/* @__PURE__ */ n("path", { d: "M22 3H2l8 9.46V19l4 2v-8.54z" })
|
|
10093
10093
|
]
|
|
10094
10094
|
}
|
|
10095
|
-
),
|
|
10095
|
+
), k0 = ({
|
|
10096
10096
|
title: e,
|
|
10097
10097
|
titleId: t,
|
|
10098
10098
|
...o
|
|
@@ -10114,7 +10114,7 @@ const sr = "ucl-uikit-icon", uc = ({
|
|
|
10114
10114
|
/* @__PURE__ */ n("path", { d: "M4 15s1-1 4-1 5 2 8 2 4-1 4-1V3s-1 1-4 1-5-2-8-2-4 1-4 1zm0 7v-7" })
|
|
10115
10115
|
]
|
|
10116
10116
|
}
|
|
10117
|
-
),
|
|
10117
|
+
), S0 = ({
|
|
10118
10118
|
title: e,
|
|
10119
10119
|
titleId: t,
|
|
10120
10120
|
...o
|
|
@@ -10136,7 +10136,7 @@ const sr = "ucl-uikit-icon", uc = ({
|
|
|
10136
10136
|
/* @__PURE__ */ n("path", { d: "M22 19a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h5l2 3h9a2 2 0 0 1 2 2z" })
|
|
10137
10137
|
]
|
|
10138
10138
|
}
|
|
10139
|
-
),
|
|
10139
|
+
), A0 = ({
|
|
10140
10140
|
title: e,
|
|
10141
10141
|
titleId: t,
|
|
10142
10142
|
...o
|
|
@@ -10158,7 +10158,7 @@ const sr = "ucl-uikit-icon", uc = ({
|
|
|
10158
10158
|
/* @__PURE__ */ n("path", { d: "M22 19a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h5l2 3h9a2 2 0 0 1 2 2zM9 14h6" })
|
|
10159
10159
|
]
|
|
10160
10160
|
}
|
|
10161
|
-
),
|
|
10161
|
+
), C0 = ({
|
|
10162
10162
|
title: e,
|
|
10163
10163
|
titleId: t,
|
|
10164
10164
|
...o
|
|
@@ -10180,7 +10180,7 @@ const sr = "ucl-uikit-icon", uc = ({
|
|
|
10180
10180
|
/* @__PURE__ */ n("path", { d: "M22 19a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h5l2 3h9a2 2 0 0 1 2 2zm-10-8v6m-3-3h6" })
|
|
10181
10181
|
]
|
|
10182
10182
|
}
|
|
10183
|
-
),
|
|
10183
|
+
), M0 = ({
|
|
10184
10184
|
title: e,
|
|
10185
10185
|
titleId: t,
|
|
10186
10186
|
...o
|
|
@@ -10202,7 +10202,7 @@ const sr = "ucl-uikit-icon", uc = ({
|
|
|
10202
10202
|
/* @__PURE__ */ n("path", { d: "M5 16V9h14V2H5l14 14h-7m-7 0 7 7v-7m-7 0h7" })
|
|
10203
10203
|
]
|
|
10204
10204
|
}
|
|
10205
|
-
),
|
|
10205
|
+
), F0 = ({
|
|
10206
10206
|
title: e,
|
|
10207
10207
|
titleId: t,
|
|
10208
10208
|
...o
|
|
@@ -10225,7 +10225,7 @@ const sr = "ucl-uikit-icon", uc = ({
|
|
|
10225
10225
|
/* @__PURE__ */ n("path", { d: "M16 16s-1.5-2-4-2-4 2-4 2m1-7h.01M15 9h.01" })
|
|
10226
10226
|
]
|
|
10227
10227
|
}
|
|
10228
|
-
),
|
|
10228
|
+
), L0 = ({
|
|
10229
10229
|
title: e,
|
|
10230
10230
|
titleId: t,
|
|
10231
10231
|
...o
|
|
@@ -10247,7 +10247,7 @@ const sr = "ucl-uikit-icon", uc = ({
|
|
|
10247
10247
|
/* @__PURE__ */ n("path", { d: "M20 12v10H4V12M2 7h20v5H2zm10 15V7m0 0H7.5a2.5 2.5 0 0 1 0-5C11 2 12 7 12 7m0 0h4.5a2.5 2.5 0 0 0 0-5C13 2 12 7 12 7" })
|
|
10248
10248
|
]
|
|
10249
10249
|
}
|
|
10250
|
-
),
|
|
10250
|
+
), E0 = ({
|
|
10251
10251
|
title: e,
|
|
10252
10252
|
titleId: t,
|
|
10253
10253
|
...o
|
|
@@ -10272,7 +10272,7 @@ const sr = "ucl-uikit-icon", uc = ({
|
|
|
10272
10272
|
/* @__PURE__ */ n("path", { d: "M18 9a9 9 0 0 1-9 9" })
|
|
10273
10273
|
]
|
|
10274
10274
|
}
|
|
10275
|
-
),
|
|
10275
|
+
), I0 = ({
|
|
10276
10276
|
title: e,
|
|
10277
10277
|
titleId: t,
|
|
10278
10278
|
...o
|
|
@@ -10295,7 +10295,7 @@ const sr = "ucl-uikit-icon", uc = ({
|
|
|
10295
10295
|
/* @__PURE__ */ n("path", { d: "M1.05 12H7m10.01 0h5.95" })
|
|
10296
10296
|
]
|
|
10297
10297
|
}
|
|
10298
|
-
),
|
|
10298
|
+
), W0 = ({
|
|
10299
10299
|
title: e,
|
|
10300
10300
|
titleId: t,
|
|
10301
10301
|
...o
|
|
@@ -10319,7 +10319,7 @@ const sr = "ucl-uikit-icon", uc = ({
|
|
|
10319
10319
|
/* @__PURE__ */ n("path", { d: "M6 21V9a9 9 0 0 0 9 9" })
|
|
10320
10320
|
]
|
|
10321
10321
|
}
|
|
10322
|
-
),
|
|
10322
|
+
), H0 = ({
|
|
10323
10323
|
title: e,
|
|
10324
10324
|
titleId: t,
|
|
10325
10325
|
...o
|
|
@@ -10343,7 +10343,7 @@ const sr = "ucl-uikit-icon", uc = ({
|
|
|
10343
10343
|
/* @__PURE__ */ n("path", { d: "M13 6h3a2 2 0 0 1 2 2v7M6 9v12" })
|
|
10344
10344
|
]
|
|
10345
10345
|
}
|
|
10346
|
-
),
|
|
10346
|
+
), B0 = ({
|
|
10347
10347
|
title: e,
|
|
10348
10348
|
titleId: t,
|
|
10349
10349
|
...o
|
|
@@ -10365,7 +10365,7 @@ const sr = "ucl-uikit-icon", uc = ({
|
|
|
10365
10365
|
/* @__PURE__ */ n("path", { d: "M9 19c-5 1.5-5-2.5-7-3m14 6v-3.87a3.37 3.37 0 0 0-.94-2.61c3.14-.35 6.44-1.54 6.44-7A5.44 5.44 0 0 0 20 4.77 5.07 5.07 0 0 0 19.91 1S18.73.65 16 2.48a13.4 13.4 0 0 0-7 0C6.27.65 5.09 1 5.09 1A5.07 5.07 0 0 0 5 4.77a5.44 5.44 0 0 0-1.5 3.78c0 5.42 3.3 6.61 6.44 7A3.37 3.37 0 0 0 9 18.13V22" })
|
|
10366
10366
|
]
|
|
10367
10367
|
}
|
|
10368
|
-
),
|
|
10368
|
+
), D0 = ({
|
|
10369
10369
|
title: e,
|
|
10370
10370
|
titleId: t,
|
|
10371
10371
|
...o
|
|
@@ -10387,7 +10387,7 @@ const sr = "ucl-uikit-icon", uc = ({
|
|
|
10387
10387
|
/* @__PURE__ */ n("path", { d: "M22.65 14.39 12 22.13 1.35 14.39a.84.84 0 0 1-.3-.94l1.22-3.78 2.44-7.51A.4.4 0 0 1 4.82 2a.43.43 0 0 1 .58 0 .4.4 0 0 1 .11.18l2.44 7.49h8.1l2.44-7.51A.4.4 0 0 1 18.6 2a.43.43 0 0 1 .58 0 .4.4 0 0 1 .11.18l2.44 7.51L23 13.45a.84.84 0 0 1-.35.94" })
|
|
10388
10388
|
]
|
|
10389
10389
|
}
|
|
10390
|
-
),
|
|
10390
|
+
), z0 = ({
|
|
10391
10391
|
title: e,
|
|
10392
10392
|
titleId: t,
|
|
10393
10393
|
...o
|
|
@@ -10410,7 +10410,7 @@ const sr = "ucl-uikit-icon", uc = ({
|
|
|
10410
10410
|
/* @__PURE__ */ n("path", { d: "M2 12h20M12 2a15.3 15.3 0 0 1 4 10 15.3 15.3 0 0 1-4 10 15.3 15.3 0 0 1-4-10 15.3 15.3 0 0 1 4-10" })
|
|
10411
10411
|
]
|
|
10412
10412
|
}
|
|
10413
|
-
),
|
|
10413
|
+
), T0 = ({
|
|
10414
10414
|
title: e,
|
|
10415
10415
|
titleId: t,
|
|
10416
10416
|
...o
|
|
@@ -10432,7 +10432,7 @@ const sr = "ucl-uikit-icon", uc = ({
|
|
|
10432
10432
|
/* @__PURE__ */ n("path", { d: "M3 3h7v7H3zm11 0h7v7h-7zm0 11h7v7h-7zM3 14h7v7H3z" })
|
|
10433
10433
|
]
|
|
10434
10434
|
}
|
|
10435
|
-
),
|
|
10435
|
+
), N0 = ({
|
|
10436
10436
|
title: e,
|
|
10437
10437
|
titleId: t,
|
|
10438
10438
|
...o
|
|
@@ -10454,7 +10454,7 @@ const sr = "ucl-uikit-icon", uc = ({
|
|
|
10454
10454
|
/* @__PURE__ */ n("path", { d: "M22 12H2m4 4h.01M10 16h.01M5.45 5.11 2 12v6a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-6l-3.45-6.89A2 2 0 0 0 16.76 4H7.24a2 2 0 0 0-1.79 1.11" })
|
|
10455
10455
|
]
|
|
10456
10456
|
}
|
|
10457
|
-
),
|
|
10457
|
+
), R0 = ({
|
|
10458
10458
|
title: e,
|
|
10459
10459
|
titleId: t,
|
|
10460
10460
|
...o
|
|
@@ -10476,7 +10476,7 @@ const sr = "ucl-uikit-icon", uc = ({
|
|
|
10476
10476
|
/* @__PURE__ */ n("path", { d: "M4 9h16M4 15h16M10 3 8 21m8-18-2 18" })
|
|
10477
10477
|
]
|
|
10478
10478
|
}
|
|
10479
|
-
),
|
|
10479
|
+
), V0 = ({
|
|
10480
10480
|
title: e,
|
|
10481
10481
|
titleId: t,
|
|
10482
10482
|
...o
|
|
@@ -10499,7 +10499,7 @@ const sr = "ucl-uikit-icon", uc = ({
|
|
|
10499
10499
|
/* @__PURE__ */ n("path", { d: "M21 19a2 2 0 0 1-2 2h-1a2 2 0 0 1-2-2v-3a2 2 0 0 1 2-2h3zM3 19a2 2 0 0 0 2 2h1a2 2 0 0 0 2-2v-3a2 2 0 0 0-2-2H3z" })
|
|
10500
10500
|
]
|
|
10501
10501
|
}
|
|
10502
|
-
),
|
|
10502
|
+
), O0 = ({
|
|
10503
10503
|
title: e,
|
|
10504
10504
|
titleId: t,
|
|
10505
10505
|
...o
|
|
@@ -10521,7 +10521,7 @@ const sr = "ucl-uikit-icon", uc = ({
|
|
|
10521
10521
|
/* @__PURE__ */ n("path", { d: "M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78" })
|
|
10522
10522
|
]
|
|
10523
10523
|
}
|
|
10524
|
-
),
|
|
10524
|
+
), q0 = ({
|
|
10525
10525
|
title: e,
|
|
10526
10526
|
titleId: t,
|
|
10527
10527
|
...o
|
|
@@ -10544,7 +10544,7 @@ const sr = "ucl-uikit-icon", uc = ({
|
|
|
10544
10544
|
/* @__PURE__ */ n("path", { d: "M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3m.08 4h.01" })
|
|
10545
10545
|
]
|
|
10546
10546
|
}
|
|
10547
|
-
),
|
|
10547
|
+
), Z0 = ({
|
|
10548
10548
|
title: e,
|
|
10549
10549
|
titleId: t,
|
|
10550
10550
|
...o
|
|
@@ -10566,7 +10566,7 @@ const sr = "ucl-uikit-icon", uc = ({
|
|
|
10566
10566
|
/* @__PURE__ */ n("path", { d: "M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16" })
|
|
10567
10567
|
]
|
|
10568
10568
|
}
|
|
10569
|
-
),
|
|
10569
|
+
), P0 = ({
|
|
10570
10570
|
title: e,
|
|
10571
10571
|
titleId: t,
|
|
10572
10572
|
...o
|
|
@@ -10589,7 +10589,7 @@ const sr = "ucl-uikit-icon", uc = ({
|
|
|
10589
10589
|
/* @__PURE__ */ n("path", { d: "M9 22V12h6v10" })
|
|
10590
10590
|
]
|
|
10591
10591
|
}
|
|
10592
|
-
),
|
|
10592
|
+
), U0 = ({
|
|
10593
10593
|
title: e,
|
|
10594
10594
|
titleId: t,
|
|
10595
10595
|
...o
|
|
@@ -10613,7 +10613,7 @@ const sr = "ucl-uikit-icon", uc = ({
|
|
|
10613
10613
|
/* @__PURE__ */ n("path", { d: "m21 15-5-5L5 21" })
|
|
10614
10614
|
]
|
|
10615
10615
|
}
|
|
10616
|
-
),
|
|
10616
|
+
), j0 = ({
|
|
10617
10617
|
title: e,
|
|
10618
10618
|
titleId: t,
|
|
10619
10619
|
...o
|
|
@@ -10636,7 +10636,7 @@ const sr = "ucl-uikit-icon", uc = ({
|
|
|
10636
10636
|
/* @__PURE__ */ n("path", { d: "M5.45 5.11 2 12v6a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-6l-3.45-6.89A2 2 0 0 0 16.76 4H7.24a2 2 0 0 0-1.79 1.11" })
|
|
10637
10637
|
]
|
|
10638
10638
|
}
|
|
10639
|
-
),
|
|
10639
|
+
), Y0 = ({
|
|
10640
10640
|
title: e,
|
|
10641
10641
|
titleId: t,
|
|
10642
10642
|
...o
|
|
@@ -10659,7 +10659,7 @@ const sr = "ucl-uikit-icon", uc = ({
|
|
|
10659
10659
|
/* @__PURE__ */ n("path", { d: "M12 16v-4m0-4h.01" })
|
|
10660
10660
|
]
|
|
10661
10661
|
}
|
|
10662
|
-
),
|
|
10662
|
+
), J0 = ({
|
|
10663
10663
|
title: e,
|
|
10664
10664
|
titleId: t,
|
|
10665
10665
|
...o
|
|
@@ -10682,7 +10682,7 @@ const sr = "ucl-uikit-icon", uc = ({
|
|
|
10682
10682
|
/* @__PURE__ */ n("path", { d: "M16 11.37A4 4 0 1 1 12.63 8 4 4 0 0 1 16 11.37m1.5-4.87h.01" })
|
|
10683
10683
|
]
|
|
10684
10684
|
}
|
|
10685
|
-
),
|
|
10685
|
+
), Q0 = ({
|
|
10686
10686
|
title: e,
|
|
10687
10687
|
titleId: t,
|
|
10688
10688
|
...o
|
|
@@ -10704,7 +10704,7 @@ const sr = "ucl-uikit-icon", uc = ({
|
|
|
10704
10704
|
/* @__PURE__ */ n("path", { d: "M19 4h-9m4 16H5M15 4 9 20" })
|
|
10705
10705
|
]
|
|
10706
10706
|
}
|
|
10707
|
-
),
|
|
10707
|
+
), G0 = ({
|
|
10708
10708
|
title: e,
|
|
10709
10709
|
titleId: t,
|
|
10710
10710
|
...o
|
|
@@ -10726,7 +10726,7 @@ const sr = "ucl-uikit-icon", uc = ({
|
|
|
10726
10726
|
/* @__PURE__ */ n("path", { d: "m21 2-2 2m-7.61 7.61a5.5 5.5 0 1 1-7.778 7.778 5.5 5.5 0 0 1 7.777-7.777zm0 0L15.5 7.5m0 0 3 3L22 7l-3-3m-3.5 3.5L19 4" })
|
|
10727
10727
|
]
|
|
10728
10728
|
}
|
|
10729
|
-
),
|
|
10729
|
+
), K0 = ({
|
|
10730
10730
|
title: e,
|
|
10731
10731
|
titleId: t,
|
|
10732
10732
|
...o
|
|
@@ -10748,7 +10748,7 @@ const sr = "ucl-uikit-icon", uc = ({
|
|
|
10748
10748
|
/* @__PURE__ */ n("path", { d: "M12 2 2 7l10 5 10-5zM2 17l10 5 10-5M2 12l10 5 10-5" })
|
|
10749
10749
|
]
|
|
10750
10750
|
}
|
|
10751
|
-
),
|
|
10751
|
+
), X0 = ({
|
|
10752
10752
|
title: e,
|
|
10753
10753
|
titleId: t,
|
|
10754
10754
|
...o
|
|
@@ -10771,7 +10771,7 @@ const sr = "ucl-uikit-icon", uc = ({
|
|
|
10771
10771
|
/* @__PURE__ */ n("path", { d: "M3 9h18M9 21V9" })
|
|
10772
10772
|
]
|
|
10773
10773
|
}
|
|
10774
|
-
), $
|
|
10774
|
+
), $0 = ({
|
|
10775
10775
|
title: e,
|
|
10776
10776
|
titleId: t,
|
|
10777
10777
|
...o
|
|
@@ -10795,7 +10795,7 @@ const sr = "ucl-uikit-icon", uc = ({
|
|
|
10795
10795
|
/* @__PURE__ */ n("path", { d: "m4.93 4.93 4.24 4.24m5.66 5.66 4.24 4.24m-4.24-9.9 4.24-4.24m-4.24 4.24 3.53-3.53M4.93 19.07l4.24-4.24" })
|
|
10796
10796
|
]
|
|
10797
10797
|
}
|
|
10798
|
-
),
|
|
10798
|
+
), _0 = ({
|
|
10799
10799
|
title: e,
|
|
10800
10800
|
titleId: t,
|
|
10801
10801
|
...o
|
|
@@ -10818,7 +10818,7 @@ const sr = "ucl-uikit-icon", uc = ({
|
|
|
10818
10818
|
/* @__PURE__ */ n("path", { d: "M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71" })
|
|
10819
10819
|
]
|
|
10820
10820
|
}
|
|
10821
|
-
),
|
|
10821
|
+
), eu = ({
|
|
10822
10822
|
title: e,
|
|
10823
10823
|
titleId: t,
|
|
10824
10824
|
...o
|
|
@@ -10840,7 +10840,7 @@ const sr = "ucl-uikit-icon", uc = ({
|
|
|
10840
10840
|
/* @__PURE__ */ n("path", { d: "M15 7h3a5 5 0 0 1 5 5 5 5 0 0 1-5 5h-3m-6 0H6a5 5 0 0 1-5-5 5 5 0 0 1 5-5h3m-1 5h8" })
|
|
10841
10841
|
]
|
|
10842
10842
|
}
|
|
10843
|
-
),
|
|
10843
|
+
), tu = ({
|
|
10844
10844
|
title: e,
|
|
10845
10845
|
titleId: t,
|
|
10846
10846
|
...o
|
|
@@ -10863,7 +10863,7 @@ const sr = "ucl-uikit-icon", uc = ({
|
|
|
10863
10863
|
/* @__PURE__ */ n("circle", { cx: 4, cy: 4, r: 2 })
|
|
10864
10864
|
]
|
|
10865
10865
|
}
|
|
10866
|
-
),
|
|
10866
|
+
), ou = ({
|
|
10867
10867
|
title: e,
|
|
10868
10868
|
titleId: t,
|
|
10869
10869
|
...o
|
|
@@ -10885,7 +10885,7 @@ const sr = "ucl-uikit-icon", uc = ({
|
|
|
10885
10885
|
/* @__PURE__ */ n("path", { d: "M8 6h13M8 12h13M8 18h13M3 6h.01M3 12h.01M3 18h.01" })
|
|
10886
10886
|
]
|
|
10887
10887
|
}
|
|
10888
|
-
),
|
|
10888
|
+
), nu = ({
|
|
10889
10889
|
title: e,
|
|
10890
10890
|
titleId: t,
|
|
10891
10891
|
...o
|
|
@@ -10907,7 +10907,7 @@ const sr = "ucl-uikit-icon", uc = ({
|
|
|
10907
10907
|
/* @__PURE__ */ n("path", { d: "M12 2v4m0 12v4M4.93 4.93l2.83 2.83m8.48 8.48 2.83 2.83M2 12h4m12 0h4M4.93 19.07l2.83-2.83m8.48-8.48 2.83-2.83" })
|
|
10908
10908
|
]
|
|
10909
10909
|
}
|
|
10910
|
-
),
|
|
10910
|
+
), ru = ({
|
|
10911
10911
|
title: e,
|
|
10912
10912
|
titleId: t,
|
|
10913
10913
|
...o
|
|
@@ -10930,7 +10930,7 @@ const sr = "ucl-uikit-icon", uc = ({
|
|
|
10930
10930
|
/* @__PURE__ */ n("path", { d: "M7 11V7a5 5 0 0 1 10 0v4" })
|
|
10931
10931
|
]
|
|
10932
10932
|
}
|
|
10933
|
-
),
|
|
10933
|
+
), lu = ({
|
|
10934
10934
|
title: e,
|
|
10935
10935
|
titleId: t,
|
|
10936
10936
|
...o
|
|
@@ -10952,7 +10952,7 @@ const sr = "ucl-uikit-icon", uc = ({
|
|
|
10952
10952
|
/* @__PURE__ */ n("path", { d: "M15 3h4a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-4m-5-4 5-5-5-5m5 5H3" })
|
|
10953
10953
|
]
|
|
10954
10954
|
}
|
|
10955
|
-
),
|
|
10955
|
+
), iu = ({
|
|
10956
10956
|
title: e,
|
|
10957
10957
|
titleId: t,
|
|
10958
10958
|
...o
|
|
@@ -10974,7 +10974,7 @@ const sr = "ucl-uikit-icon", uc = ({
|
|
|
10974
10974
|
/* @__PURE__ */ n("path", { d: "M9 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h4m7 14 5-5-5-5m5 5H9" })
|
|
10975
10975
|
]
|
|
10976
10976
|
}
|
|
10977
|
-
),
|
|
10977
|
+
), au = ({
|
|
10978
10978
|
title: e,
|
|
10979
10979
|
titleId: t,
|
|
10980
10980
|
...o
|
|
@@ -10997,7 +10997,7 @@ const sr = "ucl-uikit-icon", uc = ({
|
|
|
10997
10997
|
/* @__PURE__ */ n("path", { d: "m22 6-10 7L2 6" })
|
|
10998
10998
|
]
|
|
10999
10999
|
}
|
|
11000
|
-
),
|
|
11000
|
+
), su = ({
|
|
11001
11001
|
title: e,
|
|
11002
11002
|
titleId: t,
|
|
11003
11003
|
...o
|
|
@@ -11019,7 +11019,7 @@ const sr = "ucl-uikit-icon", uc = ({
|
|
|
11019
11019
|
/* @__PURE__ */ n("path", { d: "M1 6v16l7-4 8 4 7-4V2l-7 4-8-4zm7-4v16m8-12v16" })
|
|
11020
11020
|
]
|
|
11021
11021
|
}
|
|
11022
|
-
),
|
|
11022
|
+
), cu = ({
|
|
11023
11023
|
title: e,
|
|
11024
11024
|
titleId: t,
|
|
11025
11025
|
...o
|
|
@@ -11042,7 +11042,7 @@ const sr = "ucl-uikit-icon", uc = ({
|
|
|
11042
11042
|
/* @__PURE__ */ n("circle", { cx: 12, cy: 10, r: 3 })
|
|
11043
11043
|
]
|
|
11044
11044
|
}
|
|
11045
|
-
),
|
|
11045
|
+
), du = ({
|
|
11046
11046
|
title: e,
|
|
11047
11047
|
titleId: t,
|
|
11048
11048
|
...o
|
|
@@ -11064,7 +11064,7 @@ const sr = "ucl-uikit-icon", uc = ({
|
|
|
11064
11064
|
/* @__PURE__ */ n("path", { d: "M8 3H5a2 2 0 0 0-2 2v3m18 0V5a2 2 0 0 0-2-2h-3m0 18h3a2 2 0 0 0 2-2v-3M3 16v3a2 2 0 0 0 2 2h3" })
|
|
11065
11065
|
]
|
|
11066
11066
|
}
|
|
11067
|
-
),
|
|
11067
|
+
), uu = ({
|
|
11068
11068
|
title: e,
|
|
11069
11069
|
titleId: t,
|
|
11070
11070
|
...o
|
|
@@ -11086,7 +11086,7 @@ const sr = "ucl-uikit-icon", uc = ({
|
|
|
11086
11086
|
/* @__PURE__ */ n("path", { d: "M15 3h6v6M9 21H3v-6M21 3l-7 7M3 21l7-7" })
|
|
11087
11087
|
]
|
|
11088
11088
|
}
|
|
11089
|
-
),
|
|
11089
|
+
), hu = ({
|
|
11090
11090
|
title: e,
|
|
11091
11091
|
titleId: t,
|
|
11092
11092
|
...o
|
|
@@ -11109,7 +11109,7 @@ const sr = "ucl-uikit-icon", uc = ({
|
|
|
11109
11109
|
/* @__PURE__ */ n("path", { d: "M8 15h8M9 9h.01M15 9h.01" })
|
|
11110
11110
|
]
|
|
11111
11111
|
}
|
|
11112
|
-
),
|
|
11112
|
+
), pu = ({
|
|
11113
11113
|
title: e,
|
|
11114
11114
|
titleId: t,
|
|
11115
11115
|
...o
|
|
@@ -11131,7 +11131,7 @@ const sr = "ucl-uikit-icon", uc = ({
|
|
|
11131
11131
|
/* @__PURE__ */ n("path", { d: "M3 12h18M3 6h18M3 18h18" })
|
|
11132
11132
|
]
|
|
11133
11133
|
}
|
|
11134
|
-
),
|
|
11134
|
+
), fu = ({
|
|
11135
11135
|
title: e,
|
|
11136
11136
|
titleId: t,
|
|
11137
11137
|
...o
|
|
@@ -11149,7 +11149,7 @@ const sr = "ucl-uikit-icon", uc = ({
|
|
|
11149
11149
|
/* @__PURE__ */ n("path", { d: "M22 8H2V4.5h20zm0 2.54H2v2.5h20zm0 6H2v2h20z" })
|
|
11150
11150
|
]
|
|
11151
11151
|
}
|
|
11152
|
-
),
|
|
11152
|
+
), mu = ({
|
|
11153
11153
|
title: e,
|
|
11154
11154
|
titleId: t,
|
|
11155
11155
|
...o
|
|
@@ -11171,7 +11171,7 @@ const sr = "ucl-uikit-icon", uc = ({
|
|
|
11171
11171
|
/* @__PURE__ */ n("path", { d: "M21 11.5a8.4 8.4 0 0 1-.9 3.8 8.5 8.5 0 0 1-7.6 4.7 8.4 8.4 0 0 1-3.8-.9L3 21l1.9-5.7a8.4 8.4 0 0 1-.9-3.8 8.5 8.5 0 0 1 4.7-7.6 8.4 8.4 0 0 1 3.8-.9h.5a8.48 8.48 0 0 1 8 8z" })
|
|
11172
11172
|
]
|
|
11173
11173
|
}
|
|
11174
|
-
),
|
|
11174
|
+
), gu = ({
|
|
11175
11175
|
title: e,
|
|
11176
11176
|
titleId: t,
|
|
11177
11177
|
...o
|
|
@@ -11193,7 +11193,7 @@ const sr = "ucl-uikit-icon", uc = ({
|
|
|
11193
11193
|
/* @__PURE__ */ n("path", { d: "M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z" })
|
|
11194
11194
|
]
|
|
11195
11195
|
}
|
|
11196
|
-
),
|
|
11196
|
+
), yu = ({
|
|
11197
11197
|
title: e,
|
|
11198
11198
|
titleId: t,
|
|
11199
11199
|
...o
|
|
@@ -11216,7 +11216,7 @@ const sr = "ucl-uikit-icon", uc = ({
|
|
|
11216
11216
|
/* @__PURE__ */ n("path", { d: "M19 10v2a7 7 0 0 1-14 0v-2m7 9v4m-4 0h8" })
|
|
11217
11217
|
]
|
|
11218
11218
|
}
|
|
11219
|
-
),
|
|
11219
|
+
), bu = ({
|
|
11220
11220
|
title: e,
|
|
11221
11221
|
titleId: t,
|
|
11222
11222
|
...o
|
|
@@ -11239,7 +11239,7 @@ const sr = "ucl-uikit-icon", uc = ({
|
|
|
11239
11239
|
/* @__PURE__ */ n("path", { d: "M17 16.95A7 7 0 0 1 5 12v-2m14 0v2a7 7 0 0 1-.11 1.23" })
|
|
11240
11240
|
]
|
|
11241
11241
|
}
|
|
11242
|
-
),
|
|
11242
|
+
), vu = ({
|
|
11243
11243
|
title: e,
|
|
11244
11244
|
titleId: t,
|
|
11245
11245
|
...o
|
|
@@ -11261,7 +11261,7 @@ const sr = "ucl-uikit-icon", uc = ({
|
|
|
11261
11261
|
/* @__PURE__ */ n("path", { d: "M8 3v3a2 2 0 0 1-2 2H3m18 0h-3a2 2 0 0 1-2-2V3m0 18v-3a2 2 0 0 1 2-2h3M3 16h3a2 2 0 0 1 2 2v3" })
|
|
11262
11262
|
]
|
|
11263
11263
|
}
|
|
11264
|
-
),
|
|
11264
|
+
), wu = ({
|
|
11265
11265
|
title: e,
|
|
11266
11266
|
titleId: t,
|
|
11267
11267
|
...o
|
|
@@ -11283,7 +11283,7 @@ const sr = "ucl-uikit-icon", uc = ({
|
|
|
11283
11283
|
/* @__PURE__ */ n("path", { d: "M4 14h6v6m10-10h-6V4m0 6 7-7M3 21l7-7" })
|
|
11284
11284
|
]
|
|
11285
11285
|
}
|
|
11286
|
-
),
|
|
11286
|
+
), xu = ({
|
|
11287
11287
|
title: e,
|
|
11288
11288
|
titleId: t,
|
|
11289
11289
|
...o
|
|
@@ -11305,7 +11305,7 @@ const sr = "ucl-uikit-icon", uc = ({
|
|
|
11305
11305
|
/* @__PURE__ */ n("path", { d: "M5 12h14" })
|
|
11306
11306
|
]
|
|
11307
11307
|
}
|
|
11308
|
-
),
|
|
11308
|
+
), ku = ({
|
|
11309
11309
|
title: e,
|
|
11310
11310
|
titleId: t,
|
|
11311
11311
|
...o
|
|
@@ -11328,7 +11328,7 @@ const sr = "ucl-uikit-icon", uc = ({
|
|
|
11328
11328
|
/* @__PURE__ */ n("path", { d: "M8 12h8" })
|
|
11329
11329
|
]
|
|
11330
11330
|
}
|
|
11331
|
-
),
|
|
11331
|
+
), Su = ({
|
|
11332
11332
|
title: e,
|
|
11333
11333
|
titleId: t,
|
|
11334
11334
|
...o
|
|
@@ -11351,7 +11351,7 @@ const sr = "ucl-uikit-icon", uc = ({
|
|
|
11351
11351
|
/* @__PURE__ */ n("path", { d: "M8 12h8" })
|
|
11352
11352
|
]
|
|
11353
11353
|
}
|
|
11354
|
-
),
|
|
11354
|
+
), Au = ({
|
|
11355
11355
|
title: e,
|
|
11356
11356
|
titleId: t,
|
|
11357
11357
|
...o
|
|
@@ -11374,7 +11374,7 @@ const sr = "ucl-uikit-icon", uc = ({
|
|
|
11374
11374
|
/* @__PURE__ */ n("path", { d: "M8 21h8m-4-4v4" })
|
|
11375
11375
|
]
|
|
11376
11376
|
}
|
|
11377
|
-
),
|
|
11377
|
+
), Cu = ({
|
|
11378
11378
|
title: e,
|
|
11379
11379
|
titleId: t,
|
|
11380
11380
|
...o
|
|
@@ -11396,7 +11396,7 @@ const sr = "ucl-uikit-icon", uc = ({
|
|
|
11396
11396
|
/* @__PURE__ */ n("path", { d: "M21 12.79A9 9 0 1 1 11.21 3 7 7 0 0 0 21 12.79" })
|
|
11397
11397
|
]
|
|
11398
11398
|
}
|
|
11399
|
-
),
|
|
11399
|
+
), Mu = ({
|
|
11400
11400
|
title: e,
|
|
11401
11401
|
titleId: t,
|
|
11402
11402
|
...o
|
|
@@ -11420,7 +11420,7 @@ const sr = "ucl-uikit-icon", uc = ({
|
|
|
11420
11420
|
/* @__PURE__ */ n("circle", { cx: 5, cy: 12, r: 1 })
|
|
11421
11421
|
]
|
|
11422
11422
|
}
|
|
11423
|
-
),
|
|
11423
|
+
), Fu = ({
|
|
11424
11424
|
title: e,
|
|
11425
11425
|
titleId: t,
|
|
11426
11426
|
...o
|
|
@@ -11444,7 +11444,7 @@ const sr = "ucl-uikit-icon", uc = ({
|
|
|
11444
11444
|
/* @__PURE__ */ n("circle", { cx: 12, cy: 19, r: 1 })
|
|
11445
11445
|
]
|
|
11446
11446
|
}
|
|
11447
|
-
),
|
|
11447
|
+
), Lu = ({
|
|
11448
11448
|
title: e,
|
|
11449
11449
|
titleId: t,
|
|
11450
11450
|
...o
|
|
@@ -11466,7 +11466,7 @@ const sr = "ucl-uikit-icon", uc = ({
|
|
|
11466
11466
|
/* @__PURE__ */ n("path", { d: "m3 3 7.07 16.97 2.51-7.39 7.39-2.51zm10 10 6 6" })
|
|
11467
11467
|
]
|
|
11468
11468
|
}
|
|
11469
|
-
),
|
|
11469
|
+
), Eu = ({
|
|
11470
11470
|
title: e,
|
|
11471
11471
|
titleId: t,
|
|
11472
11472
|
...o
|
|
@@ -11488,7 +11488,7 @@ const sr = "ucl-uikit-icon", uc = ({
|
|
|
11488
11488
|
/* @__PURE__ */ n("path", { d: "m5 9-3 3 3 3M9 5l3-3 3 3m0 14-3 3-3-3M19 9l3 3-3 3M2 12h20M12 2v20" })
|
|
11489
11489
|
]
|
|
11490
11490
|
}
|
|
11491
|
-
),
|
|
11491
|
+
), Iu = ({
|
|
11492
11492
|
title: e,
|
|
11493
11493
|
titleId: t,
|
|
11494
11494
|
...o
|
|
@@ -11512,7 +11512,7 @@ const sr = "ucl-uikit-icon", uc = ({
|
|
|
11512
11512
|
/* @__PURE__ */ n("circle", { cx: 18, cy: 16, r: 3 })
|
|
11513
11513
|
]
|
|
11514
11514
|
}
|
|
11515
|
-
),
|
|
11515
|
+
), Wu = ({
|
|
11516
11516
|
title: e,
|
|
11517
11517
|
titleId: t,
|
|
11518
11518
|
...o
|
|
@@ -11534,7 +11534,7 @@ const sr = "ucl-uikit-icon", uc = ({
|
|
|
11534
11534
|
/* @__PURE__ */ n("path", { d: "m3 11 19-9-9 19-2-8z" })
|
|
11535
11535
|
]
|
|
11536
11536
|
}
|
|
11537
|
-
),
|
|
11537
|
+
), Hu = ({
|
|
11538
11538
|
title: e,
|
|
11539
11539
|
titleId: t,
|
|
11540
11540
|
...o
|
|
@@ -11556,7 +11556,7 @@ const sr = "ucl-uikit-icon", uc = ({
|
|
|
11556
11556
|
/* @__PURE__ */ n("path", { d: "m12 2 7 19-7-4-7 4z" })
|
|
11557
11557
|
]
|
|
11558
11558
|
}
|
|
11559
|
-
),
|
|
11559
|
+
), Bu = ({
|
|
11560
11560
|
title: e,
|
|
11561
11561
|
titleId: t,
|
|
11562
11562
|
...o
|
|
@@ -11578,7 +11578,7 @@ const sr = "ucl-uikit-icon", uc = ({
|
|
|
11578
11578
|
/* @__PURE__ */ n("path", { d: "M7.86 2h8.28L22 7.86v8.28L16.14 22H7.86L2 16.14V7.86z" })
|
|
11579
11579
|
]
|
|
11580
11580
|
}
|
|
11581
|
-
),
|
|
11581
|
+
), Du = ({
|
|
11582
11582
|
title: e,
|
|
11583
11583
|
titleId: t,
|
|
11584
11584
|
...o
|
|
@@ -11601,7 +11601,7 @@ const sr = "ucl-uikit-icon", uc = ({
|
|
|
11601
11601
|
/* @__PURE__ */ n("path", { d: "M3.27 6.96 12 12.01l8.73-5.05" })
|
|
11602
11602
|
]
|
|
11603
11603
|
}
|
|
11604
|
-
),
|
|
11604
|
+
), zu = ({
|
|
11605
11605
|
title: e,
|
|
11606
11606
|
titleId: t,
|
|
11607
11607
|
...o
|
|
@@ -11623,7 +11623,7 @@ const sr = "ucl-uikit-icon", uc = ({
|
|
|
11623
11623
|
/* @__PURE__ */ n("path", { d: "m21.44 11.05-9.19 9.19a6 6 0 0 1-8.49-8.49l9.19-9.19a4 4 0 0 1 5.66 5.66l-9.2 9.19a2 2 0 0 1-2.83-2.83l8.49-8.48" })
|
|
11624
11624
|
]
|
|
11625
11625
|
}
|
|
11626
|
-
),
|
|
11626
|
+
), Tu = ({
|
|
11627
11627
|
title: e,
|
|
11628
11628
|
titleId: t,
|
|
11629
11629
|
...o
|
|
@@ -11645,7 +11645,7 @@ const sr = "ucl-uikit-icon", uc = ({
|
|
|
11645
11645
|
/* @__PURE__ */ n("path", { d: "M6 4h4v16H6zm8 0h4v16h-4z" })
|
|
11646
11646
|
]
|
|
11647
11647
|
}
|
|
11648
|
-
),
|
|
11648
|
+
), Nu = ({
|
|
11649
11649
|
title: e,
|
|
11650
11650
|
titleId: t,
|
|
11651
11651
|
...o
|
|
@@ -11668,7 +11668,7 @@ const sr = "ucl-uikit-icon", uc = ({
|
|
|
11668
11668
|
/* @__PURE__ */ n("path", { d: "M10 15V9m4 6V9" })
|
|
11669
11669
|
]
|
|
11670
11670
|
}
|
|
11671
|
-
),
|
|
11671
|
+
), Ru = ({
|
|
11672
11672
|
title: e,
|
|
11673
11673
|
titleId: t,
|
|
11674
11674
|
...o
|
|
@@ -11692,7 +11692,7 @@ const sr = "ucl-uikit-icon", uc = ({
|
|
|
11692
11692
|
/* @__PURE__ */ n("circle", { cx: 11, cy: 11, r: 2 })
|
|
11693
11693
|
]
|
|
11694
11694
|
}
|
|
11695
|
-
),
|
|
11695
|
+
), Vu = ({
|
|
11696
11696
|
title: e,
|
|
11697
11697
|
titleId: t,
|
|
11698
11698
|
...o
|
|
@@ -11716,7 +11716,7 @@ const sr = "ucl-uikit-icon", uc = ({
|
|
|
11716
11716
|
/* @__PURE__ */ n("circle", { cx: 17.5, cy: 17.5, r: 2.5 })
|
|
11717
11717
|
]
|
|
11718
11718
|
}
|
|
11719
|
-
),
|
|
11719
|
+
), Ou = ({
|
|
11720
11720
|
title: e,
|
|
11721
11721
|
titleId: t,
|
|
11722
11722
|
...o
|
|
@@ -11738,7 +11738,7 @@ const sr = "ucl-uikit-icon", uc = ({
|
|
|
11738
11738
|
/* @__PURE__ */ n("path", { d: "M22 16.92v3a2 2 0 0 1-2.18 2 19.8 19.8 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.8 19.8 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.8 12.8 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.8 12.8 0 0 0 2.81.7A2 2 0 0 1 22 16.92" })
|
|
11739
11739
|
]
|
|
11740
11740
|
}
|
|
11741
|
-
),
|
|
11741
|
+
), qu = ({
|
|
11742
11742
|
title: e,
|
|
11743
11743
|
titleId: t,
|
|
11744
11744
|
...o
|
|
@@ -11760,7 +11760,7 @@ const sr = "ucl-uikit-icon", uc = ({
|
|
|
11760
11760
|
/* @__PURE__ */ n("path", { d: "M15.05 5A5 5 0 0 1 19 8.95M15.05 1A9 9 0 0 1 23 8.94m-1 7.98v3a2 2 0 0 1-2.18 2 19.8 19.8 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.8 19.8 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.8 12.8 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.8 12.8 0 0 0 2.81.7A2 2 0 0 1 22 16.92" })
|
|
11761
11761
|
]
|
|
11762
11762
|
}
|
|
11763
|
-
),
|
|
11763
|
+
), Zu = ({
|
|
11764
11764
|
title: e,
|
|
11765
11765
|
titleId: t,
|
|
11766
11766
|
...o
|
|
@@ -11782,7 +11782,7 @@ const sr = "ucl-uikit-icon", uc = ({
|
|
|
11782
11782
|
/* @__PURE__ */ n("path", { d: "m19 1 4 4-4 4m-4-4h8m-1 11.92v3a2 2 0 0 1-2.18 2 19.8 19.8 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.8 19.8 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.8 12.8 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.8 12.8 0 0 0 2.81.7A2 2 0 0 1 22 16.92" })
|
|
11783
11783
|
]
|
|
11784
11784
|
}
|
|
11785
|
-
),
|
|
11785
|
+
), Pu = ({
|
|
11786
11786
|
title: e,
|
|
11787
11787
|
titleId: t,
|
|
11788
11788
|
...o
|
|
@@ -11804,7 +11804,7 @@ const sr = "ucl-uikit-icon", uc = ({
|
|
|
11804
11804
|
/* @__PURE__ */ n("path", { d: "M16 2v6h6m1-7-7 7m6 8.92v3a2 2 0 0 1-2.18 2 19.8 19.8 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.8 19.8 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.8 12.8 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.8 12.8 0 0 0 2.81.7A2 2 0 0 1 22 16.92" })
|
|
11805
11805
|
]
|
|
11806
11806
|
}
|
|
11807
|
-
),
|
|
11807
|
+
), Uu = ({
|
|
11808
11808
|
title: e,
|
|
11809
11809
|
titleId: t,
|
|
11810
11810
|
...o
|
|
@@ -11826,7 +11826,7 @@ const sr = "ucl-uikit-icon", uc = ({
|
|
|
11826
11826
|
/* @__PURE__ */ n("path", { d: "m23 1-6 6m0-6 6 6m-1 9.92v3a2 2 0 0 1-2.18 2 19.8 19.8 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.8 19.8 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.8 12.8 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.8 12.8 0 0 0 2.81.7A2 2 0 0 1 22 16.92" })
|
|
11827
11827
|
]
|
|
11828
11828
|
}
|
|
11829
|
-
),
|
|
11829
|
+
), ju = ({
|
|
11830
11830
|
title: e,
|
|
11831
11831
|
titleId: t,
|
|
11832
11832
|
...o
|
|
@@ -11848,7 +11848,7 @@ const sr = "ucl-uikit-icon", uc = ({
|
|
|
11848
11848
|
/* @__PURE__ */ n("path", { d: "M10.68 13.31a16 16 0 0 0 3.41 2.6l1.27-1.27a2 2 0 0 1 2.11-.45 12.8 12.8 0 0 0 2.81.7 2 2 0 0 1 1.72 2v3a2 2 0 0 1-2.18 2 19.8 19.8 0 0 1-8.63-3.07 19.4 19.4 0 0 1-3.33-2.67m-2.67-3.34a19.8 19.8 0 0 1-3.07-8.63A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.8 12.8 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91M23 1 1 23" })
|
|
11849
11849
|
]
|
|
11850
11850
|
}
|
|
11851
|
-
),
|
|
11851
|
+
), Yu = ({
|
|
11852
11852
|
title: e,
|
|
11853
11853
|
titleId: t,
|
|
11854
11854
|
...o
|
|
@@ -11870,7 +11870,7 @@ const sr = "ucl-uikit-icon", uc = ({
|
|
|
11870
11870
|
/* @__PURE__ */ n("path", { d: "M23 7V1h-6m-1 7 7-7m-1 15.92v3a2 2 0 0 1-2.18 2 19.8 19.8 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.8 19.8 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.8 12.8 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.8 12.8 0 0 0 2.81.7A2 2 0 0 1 22 16.92" })
|
|
11871
11871
|
]
|
|
11872
11872
|
}
|
|
11873
|
-
),
|
|
11873
|
+
), Ju = ({
|
|
11874
11874
|
title: e,
|
|
11875
11875
|
titleId: t,
|
|
11876
11876
|
...o
|
|
@@ -11893,7 +11893,7 @@ const sr = "ucl-uikit-icon", uc = ({
|
|
|
11893
11893
|
/* @__PURE__ */ n("path", { d: "M22 12A10 10 0 0 0 12 2v10z" })
|
|
11894
11894
|
]
|
|
11895
11895
|
}
|
|
11896
|
-
),
|
|
11896
|
+
), Qu = ({
|
|
11897
11897
|
title: e,
|
|
11898
11898
|
titleId: t,
|
|
11899
11899
|
...o
|
|
@@ -11915,7 +11915,7 @@ const sr = "ucl-uikit-icon", uc = ({
|
|
|
11915
11915
|
/* @__PURE__ */ n("path", { d: "m5 3 14 9-14 9z" })
|
|
11916
11916
|
]
|
|
11917
11917
|
}
|
|
11918
|
-
),
|
|
11918
|
+
), Gu = ({
|
|
11919
11919
|
title: e,
|
|
11920
11920
|
titleId: t,
|
|
11921
11921
|
...o
|
|
@@ -11938,7 +11938,7 @@ const sr = "ucl-uikit-icon", uc = ({
|
|
|
11938
11938
|
/* @__PURE__ */ n("path", { d: "m10 8 6 4-6 4z" })
|
|
11939
11939
|
]
|
|
11940
11940
|
}
|
|
11941
|
-
),
|
|
11941
|
+
), Ku = ({
|
|
11942
11942
|
title: e,
|
|
11943
11943
|
titleId: t,
|
|
11944
11944
|
...o
|
|
@@ -11960,7 +11960,7 @@ const sr = "ucl-uikit-icon", uc = ({
|
|
|
11960
11960
|
/* @__PURE__ */ n("path", { d: "M12 5v14m-7-7h14" })
|
|
11961
11961
|
]
|
|
11962
11962
|
}
|
|
11963
|
-
),
|
|
11963
|
+
), Xu = ({
|
|
11964
11964
|
title: e,
|
|
11965
11965
|
titleId: t,
|
|
11966
11966
|
...o
|
|
@@ -11983,7 +11983,7 @@ const sr = "ucl-uikit-icon", uc = ({
|
|
|
11983
11983
|
/* @__PURE__ */ n("path", { d: "M12 8v8m-4-4h8" })
|
|
11984
11984
|
]
|
|
11985
11985
|
}
|
|
11986
|
-
), $
|
|
11986
|
+
), $u = ({
|
|
11987
11987
|
title: e,
|
|
11988
11988
|
titleId: t,
|
|
11989
11989
|
...o
|
|
@@ -12006,7 +12006,7 @@ const sr = "ucl-uikit-icon", uc = ({
|
|
|
12006
12006
|
/* @__PURE__ */ n("path", { d: "M12 8v8m-4-4h8" })
|
|
12007
12007
|
]
|
|
12008
12008
|
}
|
|
12009
|
-
),
|
|
12009
|
+
), _u = ({
|
|
12010
12010
|
title: e,
|
|
12011
12011
|
titleId: t,
|
|
12012
12012
|
...o
|
|
@@ -12736,7 +12736,7 @@ const sr = "ucl-uikit-icon", uc = ({
|
|
|
12736
12736
|
/* @__PURE__ */ n("path", { d: "M8 14s1.5 2 4 2 4-2 4-2M9 9h.01M15 9h.01" })
|
|
12737
12737
|
]
|
|
12738
12738
|
}
|
|
12739
|
-
),
|
|
12739
|
+
), Wh = ({
|
|
12740
12740
|
title: e,
|
|
12741
12741
|
titleId: t,
|
|
12742
12742
|
...o
|
|
@@ -12760,7 +12760,7 @@ const sr = "ucl-uikit-icon", uc = ({
|
|
|
12760
12760
|
/* @__PURE__ */ n("path", { d: "M12 6h.01" })
|
|
12761
12761
|
]
|
|
12762
12762
|
}
|
|
12763
|
-
),
|
|
12763
|
+
), Hh = ({
|
|
12764
12764
|
title: e,
|
|
12765
12765
|
titleId: t,
|
|
12766
12766
|
...o
|
|
@@ -13957,7 +13957,7 @@ const sr = "ucl-uikit-icon", uc = ({
|
|
|
13957
13957
|
/* @__PURE__ */ n("path", { d: "M7.86 2h8.28L22 7.86v8.28L16.14 22H7.86L2 16.14V7.86zM15 9l-6 6m0-6 6 6" })
|
|
13958
13958
|
]
|
|
13959
13959
|
}
|
|
13960
|
-
),
|
|
13960
|
+
), W1 = ({
|
|
13961
13961
|
title: e,
|
|
13962
13962
|
titleId: t,
|
|
13963
13963
|
...o
|
|
@@ -13980,7 +13980,7 @@ const sr = "ucl-uikit-icon", uc = ({
|
|
|
13980
13980
|
/* @__PURE__ */ n("path", { d: "m9 9 6 6m0-6-6 6" })
|
|
13981
13981
|
]
|
|
13982
13982
|
}
|
|
13983
|
-
),
|
|
13983
|
+
), H1 = ({
|
|
13984
13984
|
title: e,
|
|
13985
13985
|
titleId: t,
|
|
13986
13986
|
...o
|
|
@@ -14107,8 +14107,8 @@ const sr = "ucl-uikit-icon", uc = ({
|
|
|
14107
14107
|
Anchor: Lc,
|
|
14108
14108
|
Aperture: Ec,
|
|
14109
14109
|
Archive: Ic,
|
|
14110
|
-
ArrowDown:
|
|
14111
|
-
ArrowDownCircle:
|
|
14110
|
+
ArrowDown: Wc,
|
|
14111
|
+
ArrowDownCircle: Hc,
|
|
14112
14112
|
ArrowDownLeft: Bc,
|
|
14113
14113
|
ArrowDownRight: Dc,
|
|
14114
14114
|
ArrowLeft: zc,
|
|
@@ -14161,8 +14161,8 @@ const sr = "ucl-uikit-icon", uc = ({
|
|
|
14161
14161
|
CloudSnow: Ld,
|
|
14162
14162
|
Code: Ed,
|
|
14163
14163
|
Codepen: Id,
|
|
14164
|
-
Codesandbox:
|
|
14165
|
-
Coffee:
|
|
14164
|
+
Codesandbox: Wd,
|
|
14165
|
+
Coffee: Hd,
|
|
14166
14166
|
Columns: Bd,
|
|
14167
14167
|
Command: Dd,
|
|
14168
14168
|
Compass: zd,
|
|
@@ -14184,114 +14184,114 @@ const sr = "ucl-uikit-icon", uc = ({
|
|
|
14184
14184
|
Disc: Xd,
|
|
14185
14185
|
Divide: $d,
|
|
14186
14186
|
DivideCircle: _d,
|
|
14187
|
-
DivideSquare:
|
|
14188
|
-
DollarSign:
|
|
14189
|
-
Download:
|
|
14190
|
-
DownloadCloud:
|
|
14191
|
-
Dribbble:
|
|
14192
|
-
Droplet:
|
|
14193
|
-
Edit:
|
|
14194
|
-
Edit2:
|
|
14195
|
-
Edit3:
|
|
14196
|
-
ExternalLink:
|
|
14197
|
-
Eye:
|
|
14198
|
-
EyeOff:
|
|
14199
|
-
Facebook:
|
|
14200
|
-
FastForward:
|
|
14201
|
-
Feather:
|
|
14202
|
-
Figma:
|
|
14203
|
-
File:
|
|
14204
|
-
FileMinus:
|
|
14205
|
-
FilePlus:
|
|
14206
|
-
FileText:
|
|
14207
|
-
Film:
|
|
14208
|
-
Filter:
|
|
14209
|
-
Flag:
|
|
14210
|
-
Folder:
|
|
14211
|
-
FolderMinus:
|
|
14212
|
-
FolderPlus:
|
|
14213
|
-
Framer:
|
|
14214
|
-
Frown:
|
|
14215
|
-
Gift:
|
|
14216
|
-
GitBranch:
|
|
14217
|
-
GitCommit:
|
|
14218
|
-
GitMerge:
|
|
14219
|
-
GitPullRequest:
|
|
14220
|
-
Github:
|
|
14221
|
-
Gitlab:
|
|
14222
|
-
Globe:
|
|
14223
|
-
Grid:
|
|
14224
|
-
HardDrive:
|
|
14225
|
-
Hash:
|
|
14226
|
-
Headphones:
|
|
14227
|
-
Heart:
|
|
14228
|
-
HelpCircle:
|
|
14229
|
-
Hexagon:
|
|
14230
|
-
Home:
|
|
14231
|
-
Image:
|
|
14232
|
-
Inbox:
|
|
14233
|
-
Info:
|
|
14234
|
-
Instagram:
|
|
14235
|
-
Italic:
|
|
14236
|
-
Key:
|
|
14237
|
-
Layers:
|
|
14238
|
-
Layout:
|
|
14239
|
-
LifeBuoy: $
|
|
14240
|
-
Link:
|
|
14241
|
-
Link2:
|
|
14242
|
-
Linkedin:
|
|
14243
|
-
List:
|
|
14244
|
-
Loader:
|
|
14245
|
-
Lock:
|
|
14246
|
-
LogIn:
|
|
14247
|
-
LogOut:
|
|
14248
|
-
Mail:
|
|
14249
|
-
Map:
|
|
14250
|
-
MapPin:
|
|
14251
|
-
Maximize:
|
|
14252
|
-
Maximize2:
|
|
14253
|
-
Meh:
|
|
14254
|
-
Menu:
|
|
14255
|
-
Menu2:
|
|
14256
|
-
MessageCircle:
|
|
14257
|
-
MessageSquare:
|
|
14258
|
-
Mic:
|
|
14259
|
-
MicOff:
|
|
14260
|
-
Minimize:
|
|
14261
|
-
Minimize2:
|
|
14262
|
-
Minus:
|
|
14263
|
-
MinusCircle:
|
|
14264
|
-
MinusSquare:
|
|
14265
|
-
Monitor:
|
|
14266
|
-
Moon:
|
|
14267
|
-
MoreHorizontal:
|
|
14268
|
-
MoreVertical:
|
|
14269
|
-
MousePointer:
|
|
14270
|
-
Move:
|
|
14271
|
-
Music:
|
|
14272
|
-
Navigation:
|
|
14273
|
-
Navigation2:
|
|
14274
|
-
Octagon:
|
|
14275
|
-
Package:
|
|
14276
|
-
Paperclip:
|
|
14277
|
-
Pause:
|
|
14278
|
-
PauseCircle:
|
|
14279
|
-
PenTool:
|
|
14280
|
-
Percent:
|
|
14281
|
-
Phone:
|
|
14282
|
-
PhoneCall:
|
|
14283
|
-
PhoneForwarded:
|
|
14284
|
-
PhoneIncoming:
|
|
14285
|
-
PhoneMissed:
|
|
14286
|
-
PhoneOff:
|
|
14287
|
-
PhoneOutgoing:
|
|
14288
|
-
PieChart:
|
|
14289
|
-
Play:
|
|
14290
|
-
PlayCircle:
|
|
14291
|
-
Plus:
|
|
14292
|
-
PlusCircle:
|
|
14293
|
-
PlusSquare: $
|
|
14294
|
-
Pocket:
|
|
14187
|
+
DivideSquare: e0,
|
|
14188
|
+
DollarSign: t0,
|
|
14189
|
+
Download: o0,
|
|
14190
|
+
DownloadCloud: n0,
|
|
14191
|
+
Dribbble: r0,
|
|
14192
|
+
Droplet: l0,
|
|
14193
|
+
Edit: i0,
|
|
14194
|
+
Edit2: a0,
|
|
14195
|
+
Edit3: s0,
|
|
14196
|
+
ExternalLink: c0,
|
|
14197
|
+
Eye: d0,
|
|
14198
|
+
EyeOff: u0,
|
|
14199
|
+
Facebook: h0,
|
|
14200
|
+
FastForward: p0,
|
|
14201
|
+
Feather: f0,
|
|
14202
|
+
Figma: m0,
|
|
14203
|
+
File: g0,
|
|
14204
|
+
FileMinus: y0,
|
|
14205
|
+
FilePlus: b0,
|
|
14206
|
+
FileText: v0,
|
|
14207
|
+
Film: w0,
|
|
14208
|
+
Filter: x0,
|
|
14209
|
+
Flag: k0,
|
|
14210
|
+
Folder: S0,
|
|
14211
|
+
FolderMinus: A0,
|
|
14212
|
+
FolderPlus: C0,
|
|
14213
|
+
Framer: M0,
|
|
14214
|
+
Frown: F0,
|
|
14215
|
+
Gift: L0,
|
|
14216
|
+
GitBranch: E0,
|
|
14217
|
+
GitCommit: I0,
|
|
14218
|
+
GitMerge: W0,
|
|
14219
|
+
GitPullRequest: H0,
|
|
14220
|
+
Github: B0,
|
|
14221
|
+
Gitlab: D0,
|
|
14222
|
+
Globe: z0,
|
|
14223
|
+
Grid: T0,
|
|
14224
|
+
HardDrive: N0,
|
|
14225
|
+
Hash: R0,
|
|
14226
|
+
Headphones: V0,
|
|
14227
|
+
Heart: O0,
|
|
14228
|
+
HelpCircle: q0,
|
|
14229
|
+
Hexagon: Z0,
|
|
14230
|
+
Home: P0,
|
|
14231
|
+
Image: U0,
|
|
14232
|
+
Inbox: j0,
|
|
14233
|
+
Info: Y0,
|
|
14234
|
+
Instagram: J0,
|
|
14235
|
+
Italic: Q0,
|
|
14236
|
+
Key: G0,
|
|
14237
|
+
Layers: K0,
|
|
14238
|
+
Layout: X0,
|
|
14239
|
+
LifeBuoy: $0,
|
|
14240
|
+
Link: _0,
|
|
14241
|
+
Link2: eu,
|
|
14242
|
+
Linkedin: tu,
|
|
14243
|
+
List: ou,
|
|
14244
|
+
Loader: nu,
|
|
14245
|
+
Lock: ru,
|
|
14246
|
+
LogIn: lu,
|
|
14247
|
+
LogOut: iu,
|
|
14248
|
+
Mail: au,
|
|
14249
|
+
Map: su,
|
|
14250
|
+
MapPin: cu,
|
|
14251
|
+
Maximize: du,
|
|
14252
|
+
Maximize2: uu,
|
|
14253
|
+
Meh: hu,
|
|
14254
|
+
Menu: pu,
|
|
14255
|
+
Menu2: fu,
|
|
14256
|
+
MessageCircle: mu,
|
|
14257
|
+
MessageSquare: gu,
|
|
14258
|
+
Mic: yu,
|
|
14259
|
+
MicOff: bu,
|
|
14260
|
+
Minimize: vu,
|
|
14261
|
+
Minimize2: wu,
|
|
14262
|
+
Minus: xu,
|
|
14263
|
+
MinusCircle: ku,
|
|
14264
|
+
MinusSquare: Su,
|
|
14265
|
+
Monitor: Au,
|
|
14266
|
+
Moon: Cu,
|
|
14267
|
+
MoreHorizontal: Mu,
|
|
14268
|
+
MoreVertical: Fu,
|
|
14269
|
+
MousePointer: Lu,
|
|
14270
|
+
Move: Eu,
|
|
14271
|
+
Music: Iu,
|
|
14272
|
+
Navigation: Wu,
|
|
14273
|
+
Navigation2: Hu,
|
|
14274
|
+
Octagon: Bu,
|
|
14275
|
+
Package: Du,
|
|
14276
|
+
Paperclip: zu,
|
|
14277
|
+
Pause: Tu,
|
|
14278
|
+
PauseCircle: Nu,
|
|
14279
|
+
PenTool: Ru,
|
|
14280
|
+
Percent: Vu,
|
|
14281
|
+
Phone: Ou,
|
|
14282
|
+
PhoneCall: qu,
|
|
14283
|
+
PhoneForwarded: Zu,
|
|
14284
|
+
PhoneIncoming: Pu,
|
|
14285
|
+
PhoneMissed: Uu,
|
|
14286
|
+
PhoneOff: ju,
|
|
14287
|
+
PhoneOutgoing: Yu,
|
|
14288
|
+
PieChart: Ju,
|
|
14289
|
+
Play: Qu,
|
|
14290
|
+
PlayCircle: Gu,
|
|
14291
|
+
Plus: Ku,
|
|
14292
|
+
PlusCircle: Xu,
|
|
14293
|
+
PlusSquare: $u,
|
|
14294
|
+
Pocket: _u,
|
|
14295
14295
|
Power: eh,
|
|
14296
14296
|
Printer: th,
|
|
14297
14297
|
Radio: oh,
|
|
@@ -14323,8 +14323,8 @@ const sr = "ucl-uikit-icon", uc = ({
|
|
|
14323
14323
|
Sliders: Lh,
|
|
14324
14324
|
Smartphone: Eh,
|
|
14325
14325
|
Smile: Ih,
|
|
14326
|
-
Speaker:
|
|
14327
|
-
Square:
|
|
14326
|
+
Speaker: Wh,
|
|
14327
|
+
Square: Hh,
|
|
14328
14328
|
Star: Bh,
|
|
14329
14329
|
StopCircle: Dh,
|
|
14330
14330
|
Sun: zh,
|
|
@@ -14377,8 +14377,8 @@ const sr = "ucl-uikit-icon", uc = ({
|
|
|
14377
14377
|
X: L1,
|
|
14378
14378
|
XCircle: E1,
|
|
14379
14379
|
XOctagon: I1,
|
|
14380
|
-
XSquare:
|
|
14381
|
-
Youtube:
|
|
14380
|
+
XSquare: W1,
|
|
14381
|
+
Youtube: H1,
|
|
14382
14382
|
Zap: B1,
|
|
14383
14383
|
ZapOff: D1,
|
|
14384
14384
|
ZoomIn: z1,
|
|
@@ -14681,7 +14681,7 @@ const sr = "ucl-uikit-icon", uc = ({
|
|
|
14681
14681
|
feature: q1,
|
|
14682
14682
|
social: $1,
|
|
14683
14683
|
system: N1
|
|
14684
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
14684
|
+
}, Symbol.toStringTag, { value: "Module" })), ep = ({
|
|
14685
14685
|
title: e,
|
|
14686
14686
|
titleId: t,
|
|
14687
14687
|
...o
|
|
@@ -14699,7 +14699,7 @@ const sr = "ucl-uikit-icon", uc = ({
|
|
|
14699
14699
|
/* @__PURE__ */ n("path", { d: "M866.86 257.16V10.54H734.29v125.09h-.03C714.7 63.47 648.56 0 553.74 0S381.7 64.9 361.67 146.92h-.03V10.54H229.91v195.87c0 19.3-2.52 31.04-12.59 41.95s-23.49 15.1-36.08 15.1-26.01-4.2-36.08-15.1c-10.07-10.91-12.59-22.65-12.59-41.95V10.54H0v196.71c0 52.86 10.91 95.65 46.15 130.89C73.84 365.83 118.31 391 178.72 391c52.86 0 99.01-18.46 132.57-54.54 28.44-30.11 43.48-67.53 48.36-100.98h.03C377.14 322.25 454.72 391 553.73 391c87.28 0 158.17-56.74 180.55-135.7v124.49h246.68V257.15H866.85zm-254.59-31.44c-8.39 22.65-31.67 37.76-58.52 37.76-37.76 0-65.66-29.37-65.66-67.96s27.9-67.96 65.66-67.96c26.85 0 50.13 15.1 58.52 37.76h122.02v60.41H612.27z" })
|
|
14700
14700
|
]
|
|
14701
14701
|
}
|
|
14702
|
-
),
|
|
14702
|
+
), tp = ({
|
|
14703
14703
|
title: e,
|
|
14704
14704
|
titleId: t,
|
|
14705
14705
|
...o
|
|
@@ -14717,7 +14717,7 @@ const sr = "ucl-uikit-icon", uc = ({
|
|
|
14717
14717
|
/* @__PURE__ */ n("path", { d: "M369.25 246.61h-42.93v122.64h42.93zm-68.7 0h-39.49v122.64h39.49zm-68.7 0h-36.06v122.64h36.06zm-68.7 0h-32.62v122.64h32.62zm-68.7 0H65.26v122.64h29.19zm-68.69 0H0v122.64h25.76zM171.11 67.32c-22.41 5.81-39.12 25.73-40.12 49.72h-.06v14.45h-9.92v23.27L0 194.08V0h369.25v194.08l-121.01-39.32v-23.27h-9.92v-14.45h-.06c-1-23.98-17.71-43.9-40.12-49.72l-9.3-34.7h-8.45l-9.3 34.7z" })
|
|
14718
14718
|
]
|
|
14719
14719
|
}
|
|
14720
|
-
),
|
|
14720
|
+
), op = ({
|
|
14721
14721
|
title: e,
|
|
14722
14722
|
titleId: t,
|
|
14723
14723
|
...o
|
|
@@ -14748,7 +14748,7 @@ const sr = "ucl-uikit-icon", uc = ({
|
|
|
14748
14748
|
)
|
|
14749
14749
|
]
|
|
14750
14750
|
}
|
|
14751
|
-
),
|
|
14751
|
+
), np = ({
|
|
14752
14752
|
title: e,
|
|
14753
14753
|
titleId: t,
|
|
14754
14754
|
...o
|
|
@@ -14779,7 +14779,7 @@ const sr = "ucl-uikit-icon", uc = ({
|
|
|
14779
14779
|
)
|
|
14780
14780
|
]
|
|
14781
14781
|
}
|
|
14782
|
-
),
|
|
14782
|
+
), rp = ({
|
|
14783
14783
|
title: e,
|
|
14784
14784
|
titleId: t,
|
|
14785
14785
|
...o
|
|
@@ -14803,7 +14803,7 @@ const sr = "ucl-uikit-icon", uc = ({
|
|
|
14803
14803
|
)
|
|
14804
14804
|
]
|
|
14805
14805
|
}
|
|
14806
|
-
),
|
|
14806
|
+
), lp = ({
|
|
14807
14807
|
title: e,
|
|
14808
14808
|
titleId: t,
|
|
14809
14809
|
...o
|
|
@@ -14827,7 +14827,7 @@ const sr = "ucl-uikit-icon", uc = ({
|
|
|
14827
14827
|
)
|
|
14828
14828
|
]
|
|
14829
14829
|
}
|
|
14830
|
-
),
|
|
14830
|
+
), ip = ({
|
|
14831
14831
|
title: e,
|
|
14832
14832
|
titleId: t,
|
|
14833
14833
|
...o
|
|
@@ -14845,23 +14845,23 @@ const sr = "ucl-uikit-icon", uc = ({
|
|
|
14845
14845
|
/* @__PURE__ */ n("path", { d: "M866.86 257.16V10.54H734.29v125.09h-.03C714.7 63.47 648.56 0 553.74 0S381.7 64.9 361.67 146.92h-.03V10.54H229.91v195.87c0 19.3-2.52 31.04-12.59 41.95s-23.49 15.1-36.08 15.1-26.01-4.2-36.08-15.1c-10.07-10.91-12.59-22.65-12.59-41.95V10.54H0v196.71c0 52.86 10.91 95.65 46.15 130.89C73.84 365.83 118.31 391 178.72 391c52.86 0 99.01-18.46 132.57-54.54 28.44-30.11 43.48-67.53 48.36-100.98h.03C377.14 322.25 454.72 391 553.73 391c87.28 0 158.17-56.74 180.55-135.7v124.49h246.68V257.15H866.85zm-254.59-31.44c-8.39 22.65-31.67 37.76-58.52 37.76-37.76 0-65.66-29.37-65.66-67.96s27.9-67.96 65.66-67.96c26.85 0 50.13 15.1 58.52 37.76h122.02v60.41H612.27zm780.98 31.39h-42.93v122.64h42.93zm-68.7 0h-39.49v122.64h39.49zm-68.7 0h-36.06v122.64h36.06zm-68.7 0h-32.62v122.64h32.62zm-68.7 0h-29.19v122.64h29.19zm-68.69 0H1024v122.64h25.76zm145.35-179.29c-22.41 5.81-39.12 25.73-40.12 49.72h-.06v14.45h-9.92v23.27L1024 204.58V10.5h369.25v194.08l-121.01-39.32v-23.27h-9.92v-14.45h-.06c-1-23.98-17.71-43.9-40.12-49.72l-9.3-34.7h-8.45l-9.3 34.7z" })
|
|
14846
14846
|
]
|
|
14847
14847
|
}
|
|
14848
|
-
),
|
|
14848
|
+
), ap = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
14849
14849
|
__proto__: null,
|
|
14850
|
-
Letters:
|
|
14851
|
-
Pillars:
|
|
14852
|
-
Primary:
|
|
14853
|
-
PrimaryInverse:
|
|
14854
|
-
Secondary:
|
|
14855
|
-
SecondaryInverse:
|
|
14856
|
-
Uncoloured:
|
|
14857
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
14850
|
+
Letters: ep,
|
|
14851
|
+
Pillars: tp,
|
|
14852
|
+
Primary: op,
|
|
14853
|
+
PrimaryInverse: np,
|
|
14854
|
+
Secondary: rp,
|
|
14855
|
+
SecondaryInverse: lp,
|
|
14856
|
+
Uncoloured: ip
|
|
14857
|
+
}, Symbol.toStringTag, { value: "Module" })), sp = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
14858
14858
|
__proto__: null,
|
|
14859
|
-
ucl:
|
|
14859
|
+
ucl: ap
|
|
14860
14860
|
}, Symbol.toStringTag, { value: "Module" })), ua = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
14861
14861
|
__proto__: null,
|
|
14862
14862
|
icons: _1,
|
|
14863
|
-
logos:
|
|
14864
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
14863
|
+
logos: sp
|
|
14864
|
+
}, Symbol.toStringTag, { value: "Module" })), cp = ({ ...e }) => {
|
|
14865
14865
|
const { title: t, ...o } = e;
|
|
14866
14866
|
return /* @__PURE__ */ m(
|
|
14867
14867
|
"svg",
|
|
@@ -14892,7 +14892,7 @@ const sr = "ucl-uikit-icon", uc = ({
|
|
|
14892
14892
|
]
|
|
14893
14893
|
}
|
|
14894
14894
|
);
|
|
14895
|
-
},
|
|
14895
|
+
}, dp = K(cp), up = ({ ...e }) => {
|
|
14896
14896
|
const { title: t, children: o, ...r } = e;
|
|
14897
14897
|
return /* @__PURE__ */ m(
|
|
14898
14898
|
"svg",
|
|
@@ -14911,104 +14911,104 @@ const sr = "ucl-uikit-icon", uc = ({
|
|
|
14911
14911
|
]
|
|
14912
14912
|
}
|
|
14913
14913
|
);
|
|
14914
|
-
},
|
|
14914
|
+
}, hp = K(up), {
|
|
14915
14915
|
icons: {
|
|
14916
14916
|
system: {
|
|
14917
|
-
Activity:
|
|
14918
|
-
Airplay:
|
|
14919
|
-
AlertCircle:
|
|
14920
|
-
AlertOctagon:
|
|
14921
|
-
AlertTriangle:
|
|
14922
|
-
AlignCenter:
|
|
14923
|
-
AlignJustify:
|
|
14924
|
-
AlignLeft:
|
|
14925
|
-
AlignRight:
|
|
14926
|
-
Anchor:
|
|
14927
|
-
Aperture:
|
|
14928
|
-
Archive:
|
|
14929
|
-
ArrowDownCircle:
|
|
14930
|
-
ArrowDownLeft:
|
|
14931
|
-
ArrowDownRight:
|
|
14932
|
-
ArrowDown:
|
|
14933
|
-
ArrowLeftCircle:
|
|
14934
|
-
ArrowLeft:
|
|
14935
|
-
ArrowRightCircle:
|
|
14936
|
-
ArrowRight:
|
|
14937
|
-
ArrowUpCircle:
|
|
14938
|
-
ArrowUpLeft:
|
|
14939
|
-
ArrowUpRight:
|
|
14940
|
-
ArrowUp:
|
|
14941
|
-
AtSign:
|
|
14942
|
-
Award:
|
|
14943
|
-
BarChart2:
|
|
14944
|
-
BarChart:
|
|
14945
|
-
BatteryCharging:
|
|
14946
|
-
Battery:
|
|
14947
|
-
BellOff:
|
|
14948
|
-
Bell:
|
|
14949
|
-
Bluetooth:
|
|
14950
|
-
Bold:
|
|
14951
|
-
BookOpen:
|
|
14952
|
-
Book:
|
|
14953
|
-
Bookmark:
|
|
14954
|
-
Box:
|
|
14955
|
-
Briefcase:
|
|
14956
|
-
Calendar: $
|
|
14957
|
-
CameraOff:
|
|
14958
|
-
Camera:
|
|
14959
|
-
Cast:
|
|
14960
|
-
CheckCircle:
|
|
14961
|
-
CheckSquare:
|
|
14962
|
-
Check:
|
|
14963
|
-
ChevronDown:
|
|
14964
|
-
ChevronLeft:
|
|
14965
|
-
ChevronRight:
|
|
14966
|
-
ChevronUp:
|
|
14967
|
-
ChevronsDown:
|
|
14968
|
-
ChevronsLeft:
|
|
14969
|
-
ChevronsRight:
|
|
14970
|
-
ChevronsUp:
|
|
14971
|
-
Chrome:
|
|
14972
|
-
Circle:
|
|
14973
|
-
Clipboard:
|
|
14974
|
-
Clock:
|
|
14975
|
-
CloudDrizzle:
|
|
14976
|
-
CloudLightning:
|
|
14977
|
-
CloudOff:
|
|
14978
|
-
CloudRain:
|
|
14979
|
-
CloudSnow:
|
|
14980
|
-
Cloud:
|
|
14981
|
-
Code:
|
|
14982
|
-
Codepen:
|
|
14983
|
-
Codesandbox:
|
|
14984
|
-
Coffee:
|
|
14985
|
-
Columns:
|
|
14986
|
-
Command:
|
|
14987
|
-
Compass:
|
|
14988
|
-
Copy:
|
|
14989
|
-
CornerDownLeft:
|
|
14990
|
-
CornerDownRight:
|
|
14991
|
-
CornerLeftDown:
|
|
14992
|
-
CornerLeftUp:
|
|
14993
|
-
CornerRightDown:
|
|
14994
|
-
CornerRightUp:
|
|
14995
|
-
CornerUpLeft:
|
|
14996
|
-
CornerUpRight:
|
|
14997
|
-
Cpu:
|
|
14998
|
-
CreditCard:
|
|
14999
|
-
Crop:
|
|
15000
|
-
Crosshair:
|
|
15001
|
-
Database:
|
|
15002
|
-
Delete:
|
|
15003
|
-
Disc:
|
|
15004
|
-
DivideCircle:
|
|
15005
|
-
DivideSquare:
|
|
15006
|
-
Divide:
|
|
15007
|
-
DollarSign:
|
|
15008
|
-
DownloadCloud:
|
|
15009
|
-
Download:
|
|
15010
|
-
Dribbble: $
|
|
15011
|
-
Droplet:
|
|
14917
|
+
Activity: pp,
|
|
14918
|
+
Airplay: fp,
|
|
14919
|
+
AlertCircle: mp,
|
|
14920
|
+
AlertOctagon: gp,
|
|
14921
|
+
AlertTriangle: yp,
|
|
14922
|
+
AlignCenter: bp,
|
|
14923
|
+
AlignJustify: vp,
|
|
14924
|
+
AlignLeft: wp,
|
|
14925
|
+
AlignRight: xp,
|
|
14926
|
+
Anchor: kp,
|
|
14927
|
+
Aperture: Sp,
|
|
14928
|
+
Archive: Ap,
|
|
14929
|
+
ArrowDownCircle: Cp,
|
|
14930
|
+
ArrowDownLeft: Mp,
|
|
14931
|
+
ArrowDownRight: Fp,
|
|
14932
|
+
ArrowDown: Lp,
|
|
14933
|
+
ArrowLeftCircle: Ep,
|
|
14934
|
+
ArrowLeft: Ip,
|
|
14935
|
+
ArrowRightCircle: Wp,
|
|
14936
|
+
ArrowRight: Hp,
|
|
14937
|
+
ArrowUpCircle: Bp,
|
|
14938
|
+
ArrowUpLeft: Dp,
|
|
14939
|
+
ArrowUpRight: zp,
|
|
14940
|
+
ArrowUp: Tp,
|
|
14941
|
+
AtSign: Np,
|
|
14942
|
+
Award: Rp,
|
|
14943
|
+
BarChart2: Vp,
|
|
14944
|
+
BarChart: Op,
|
|
14945
|
+
BatteryCharging: qp,
|
|
14946
|
+
Battery: Zp,
|
|
14947
|
+
BellOff: Pp,
|
|
14948
|
+
Bell: Up,
|
|
14949
|
+
Bluetooth: jp,
|
|
14950
|
+
Bold: Yp,
|
|
14951
|
+
BookOpen: Jp,
|
|
14952
|
+
Book: Qp,
|
|
14953
|
+
Bookmark: Gp,
|
|
14954
|
+
Box: Kp,
|
|
14955
|
+
Briefcase: Xp,
|
|
14956
|
+
Calendar: $p,
|
|
14957
|
+
CameraOff: _p,
|
|
14958
|
+
Camera: e2,
|
|
14959
|
+
Cast: t2,
|
|
14960
|
+
CheckCircle: o2,
|
|
14961
|
+
CheckSquare: n2,
|
|
14962
|
+
Check: r2,
|
|
14963
|
+
ChevronDown: l2,
|
|
14964
|
+
ChevronLeft: i2,
|
|
14965
|
+
ChevronRight: a2,
|
|
14966
|
+
ChevronUp: s2,
|
|
14967
|
+
ChevronsDown: c2,
|
|
14968
|
+
ChevronsLeft: d2,
|
|
14969
|
+
ChevronsRight: u2,
|
|
14970
|
+
ChevronsUp: h2,
|
|
14971
|
+
Chrome: p2,
|
|
14972
|
+
Circle: f2,
|
|
14973
|
+
Clipboard: m2,
|
|
14974
|
+
Clock: g2,
|
|
14975
|
+
CloudDrizzle: y2,
|
|
14976
|
+
CloudLightning: b2,
|
|
14977
|
+
CloudOff: v2,
|
|
14978
|
+
CloudRain: w2,
|
|
14979
|
+
CloudSnow: x2,
|
|
14980
|
+
Cloud: k2,
|
|
14981
|
+
Code: S2,
|
|
14982
|
+
Codepen: A2,
|
|
14983
|
+
Codesandbox: C2,
|
|
14984
|
+
Coffee: M2,
|
|
14985
|
+
Columns: F2,
|
|
14986
|
+
Command: L2,
|
|
14987
|
+
Compass: E2,
|
|
14988
|
+
Copy: I2,
|
|
14989
|
+
CornerDownLeft: W2,
|
|
14990
|
+
CornerDownRight: H2,
|
|
14991
|
+
CornerLeftDown: B2,
|
|
14992
|
+
CornerLeftUp: D2,
|
|
14993
|
+
CornerRightDown: z2,
|
|
14994
|
+
CornerRightUp: T2,
|
|
14995
|
+
CornerUpLeft: N2,
|
|
14996
|
+
CornerUpRight: R2,
|
|
14997
|
+
Cpu: V2,
|
|
14998
|
+
CreditCard: O2,
|
|
14999
|
+
Crop: q2,
|
|
15000
|
+
Crosshair: Z2,
|
|
15001
|
+
Database: P2,
|
|
15002
|
+
Delete: U2,
|
|
15003
|
+
Disc: j2,
|
|
15004
|
+
DivideCircle: Y2,
|
|
15005
|
+
DivideSquare: J2,
|
|
15006
|
+
Divide: Q2,
|
|
15007
|
+
DollarSign: G2,
|
|
15008
|
+
DownloadCloud: K2,
|
|
15009
|
+
Download: X2,
|
|
15010
|
+
Dribbble: $2,
|
|
15011
|
+
Droplet: _2,
|
|
15012
15012
|
Edit2: ef,
|
|
15013
15013
|
Edit3: tf,
|
|
15014
15014
|
Edit: of,
|
|
@@ -15039,8 +15039,8 @@ const sr = "ucl-uikit-icon", uc = ({
|
|
|
15039
15039
|
Gitlab: Lf,
|
|
15040
15040
|
Globe: Ef,
|
|
15041
15041
|
Grid: If,
|
|
15042
|
-
HardDrive:
|
|
15043
|
-
Hash:
|
|
15042
|
+
HardDrive: Wf,
|
|
15043
|
+
Hash: Hf,
|
|
15044
15044
|
Headphones: Bf,
|
|
15045
15045
|
Heart: Df,
|
|
15046
15046
|
HelpCircle: zf,
|
|
@@ -15093,8 +15093,8 @@ const sr = "ucl-uikit-icon", uc = ({
|
|
|
15093
15093
|
PauseCircle: Lm,
|
|
15094
15094
|
Pause: Em,
|
|
15095
15095
|
PenTool: Im,
|
|
15096
|
-
Percent:
|
|
15097
|
-
PhoneCall:
|
|
15096
|
+
Percent: Wm,
|
|
15097
|
+
PhoneCall: Hm,
|
|
15098
15098
|
PhoneForwarded: Bm,
|
|
15099
15099
|
PhoneIncoming: Dm,
|
|
15100
15100
|
PhoneMissed: zm,
|
|
@@ -15147,8 +15147,8 @@ const sr = "ucl-uikit-icon", uc = ({
|
|
|
15147
15147
|
Sunrise: Lg,
|
|
15148
15148
|
Sunset: Eg,
|
|
15149
15149
|
Table: Ig,
|
|
15150
|
-
Tablet:
|
|
15151
|
-
Tag:
|
|
15150
|
+
Tablet: Wg,
|
|
15151
|
+
Tag: Hg,
|
|
15152
15152
|
Target: Bg,
|
|
15153
15153
|
Terminal: Dg,
|
|
15154
15154
|
Thermometer: zg,
|
|
@@ -15203,8 +15203,8 @@ const sr = "ucl-uikit-icon", uc = ({
|
|
|
15203
15203
|
Bluesky: Ly,
|
|
15204
15204
|
Facebook: Ey,
|
|
15205
15205
|
Flickr: Iy,
|
|
15206
|
-
Instagram:
|
|
15207
|
-
Linkedin:
|
|
15206
|
+
Instagram: Wy,
|
|
15207
|
+
Linkedin: Hy,
|
|
15208
15208
|
Soundcloud: By,
|
|
15209
15209
|
Tiktok: Dy,
|
|
15210
15210
|
Threads: zy,
|
|
@@ -15213,107 +15213,107 @@ const sr = "ucl-uikit-icon", uc = ({
|
|
|
15213
15213
|
}
|
|
15214
15214
|
}
|
|
15215
15215
|
} = ua, cr = {
|
|
15216
|
-
Activity:
|
|
15217
|
-
Airplay:
|
|
15218
|
-
AlertCircle:
|
|
15219
|
-
AlertOctagon:
|
|
15220
|
-
AlertTriangle:
|
|
15221
|
-
AlignCenter:
|
|
15222
|
-
AlignJustify:
|
|
15223
|
-
AlignLeft:
|
|
15224
|
-
AlignRight:
|
|
15225
|
-
Anchor:
|
|
15226
|
-
Aperture:
|
|
15227
|
-
Archive:
|
|
15228
|
-
ArrowDownCircle:
|
|
15229
|
-
ArrowDownLeft:
|
|
15230
|
-
ArrowDownRight:
|
|
15231
|
-
ArrowDown:
|
|
15232
|
-
ArrowLeftCircle:
|
|
15233
|
-
ArrowLeft:
|
|
15234
|
-
ArrowRightCircle:
|
|
15235
|
-
ArrowRight:
|
|
15236
|
-
ArrowUpCircle:
|
|
15237
|
-
ArrowUpLeft:
|
|
15238
|
-
ArrowUpRight:
|
|
15239
|
-
ArrowUp:
|
|
15240
|
-
AtSign:
|
|
15241
|
-
Award:
|
|
15242
|
-
Avatar:
|
|
15243
|
-
BarChart2:
|
|
15244
|
-
BarChart:
|
|
15245
|
-
BatteryCharging:
|
|
15246
|
-
Battery:
|
|
15247
|
-
BellOff:
|
|
15248
|
-
Bell:
|
|
15249
|
-
Bluetooth:
|
|
15216
|
+
Activity: pp,
|
|
15217
|
+
Airplay: fp,
|
|
15218
|
+
AlertCircle: mp,
|
|
15219
|
+
AlertOctagon: gp,
|
|
15220
|
+
AlertTriangle: yp,
|
|
15221
|
+
AlignCenter: bp,
|
|
15222
|
+
AlignJustify: vp,
|
|
15223
|
+
AlignLeft: wp,
|
|
15224
|
+
AlignRight: xp,
|
|
15225
|
+
Anchor: kp,
|
|
15226
|
+
Aperture: Sp,
|
|
15227
|
+
Archive: Ap,
|
|
15228
|
+
ArrowDownCircle: Cp,
|
|
15229
|
+
ArrowDownLeft: Mp,
|
|
15230
|
+
ArrowDownRight: Fp,
|
|
15231
|
+
ArrowDown: Lp,
|
|
15232
|
+
ArrowLeftCircle: Ep,
|
|
15233
|
+
ArrowLeft: Ip,
|
|
15234
|
+
ArrowRightCircle: Wp,
|
|
15235
|
+
ArrowRight: Hp,
|
|
15236
|
+
ArrowUpCircle: Bp,
|
|
15237
|
+
ArrowUpLeft: Dp,
|
|
15238
|
+
ArrowUpRight: zp,
|
|
15239
|
+
ArrowUp: Tp,
|
|
15240
|
+
AtSign: Np,
|
|
15241
|
+
Award: Rp,
|
|
15242
|
+
Avatar: dp,
|
|
15243
|
+
BarChart2: Vp,
|
|
15244
|
+
BarChart: Op,
|
|
15245
|
+
BatteryCharging: qp,
|
|
15246
|
+
Battery: Zp,
|
|
15247
|
+
BellOff: Pp,
|
|
15248
|
+
Bell: Up,
|
|
15249
|
+
Bluetooth: jp,
|
|
15250
15250
|
Bluesky: Ly,
|
|
15251
|
-
Bold:
|
|
15252
|
-
BookOpen:
|
|
15253
|
-
Book:
|
|
15254
|
-
Bookmark:
|
|
15255
|
-
Box:
|
|
15256
|
-
Briefcase:
|
|
15257
|
-
Calendar: $
|
|
15258
|
-
CameraOff:
|
|
15259
|
-
Camera:
|
|
15260
|
-
Cast:
|
|
15261
|
-
CheckCircle:
|
|
15262
|
-
CheckSquare:
|
|
15263
|
-
Check:
|
|
15264
|
-
ChevronDown:
|
|
15265
|
-
ChevronLeft:
|
|
15266
|
-
ChevronRight:
|
|
15267
|
-
ChevronUp:
|
|
15268
|
-
ChevronsDown:
|
|
15269
|
-
ChevronsLeft:
|
|
15270
|
-
ChevronsRight:
|
|
15271
|
-
ChevronsUp:
|
|
15272
|
-
Chrome:
|
|
15273
|
-
Circle:
|
|
15274
|
-
Clipboard:
|
|
15275
|
-
Clock:
|
|
15276
|
-
CloudDrizzle:
|
|
15277
|
-
CloudLightning:
|
|
15278
|
-
CloudOff:
|
|
15279
|
-
CloudRain:
|
|
15280
|
-
CloudSnow:
|
|
15281
|
-
Cloud:
|
|
15282
|
-
Code:
|
|
15283
|
-
Codepen:
|
|
15284
|
-
Codesandbox:
|
|
15285
|
-
Coffee:
|
|
15286
|
-
Columns:
|
|
15287
|
-
Command:
|
|
15288
|
-
Compass:
|
|
15289
|
-
Copy:
|
|
15290
|
-
CornerDownLeft:
|
|
15291
|
-
CornerDownRight:
|
|
15292
|
-
CornerLeftDown:
|
|
15293
|
-
CornerLeftUp:
|
|
15294
|
-
CornerRightDown:
|
|
15295
|
-
CornerRightUp:
|
|
15296
|
-
CornerUpLeft:
|
|
15297
|
-
CornerUpRight:
|
|
15298
|
-
Cpu:
|
|
15299
|
-
CreditCard:
|
|
15300
|
-
Crop:
|
|
15301
|
-
Crosshair:
|
|
15302
|
-
Database:
|
|
15303
|
-
Delete:
|
|
15304
|
-
Disc:
|
|
15305
|
-
DivideCircle:
|
|
15306
|
-
DivideSquare:
|
|
15307
|
-
Divide:
|
|
15308
|
-
DollarSign:
|
|
15309
|
-
DownloadCloud:
|
|
15310
|
-
Download:
|
|
15311
|
-
Dribbble: $
|
|
15312
|
-
Droplet:
|
|
15251
|
+
Bold: Yp,
|
|
15252
|
+
BookOpen: Jp,
|
|
15253
|
+
Book: Qp,
|
|
15254
|
+
Bookmark: Gp,
|
|
15255
|
+
Box: Kp,
|
|
15256
|
+
Briefcase: Xp,
|
|
15257
|
+
Calendar: $p,
|
|
15258
|
+
CameraOff: _p,
|
|
15259
|
+
Camera: e2,
|
|
15260
|
+
Cast: t2,
|
|
15261
|
+
CheckCircle: o2,
|
|
15262
|
+
CheckSquare: n2,
|
|
15263
|
+
Check: r2,
|
|
15264
|
+
ChevronDown: l2,
|
|
15265
|
+
ChevronLeft: i2,
|
|
15266
|
+
ChevronRight: a2,
|
|
15267
|
+
ChevronUp: s2,
|
|
15268
|
+
ChevronsDown: c2,
|
|
15269
|
+
ChevronsLeft: d2,
|
|
15270
|
+
ChevronsRight: u2,
|
|
15271
|
+
ChevronsUp: h2,
|
|
15272
|
+
Chrome: p2,
|
|
15273
|
+
Circle: f2,
|
|
15274
|
+
Clipboard: m2,
|
|
15275
|
+
Clock: g2,
|
|
15276
|
+
CloudDrizzle: y2,
|
|
15277
|
+
CloudLightning: b2,
|
|
15278
|
+
CloudOff: v2,
|
|
15279
|
+
CloudRain: w2,
|
|
15280
|
+
CloudSnow: x2,
|
|
15281
|
+
Cloud: k2,
|
|
15282
|
+
Code: S2,
|
|
15283
|
+
Codepen: A2,
|
|
15284
|
+
Codesandbox: C2,
|
|
15285
|
+
Coffee: M2,
|
|
15286
|
+
Columns: F2,
|
|
15287
|
+
Command: L2,
|
|
15288
|
+
Compass: E2,
|
|
15289
|
+
Copy: I2,
|
|
15290
|
+
CornerDownLeft: W2,
|
|
15291
|
+
CornerDownRight: H2,
|
|
15292
|
+
CornerLeftDown: B2,
|
|
15293
|
+
CornerLeftUp: D2,
|
|
15294
|
+
CornerRightDown: z2,
|
|
15295
|
+
CornerRightUp: T2,
|
|
15296
|
+
CornerUpLeft: N2,
|
|
15297
|
+
CornerUpRight: R2,
|
|
15298
|
+
Cpu: V2,
|
|
15299
|
+
CreditCard: O2,
|
|
15300
|
+
Crop: q2,
|
|
15301
|
+
Crosshair: Z2,
|
|
15302
|
+
Database: P2,
|
|
15303
|
+
Delete: U2,
|
|
15304
|
+
Disc: j2,
|
|
15305
|
+
DivideCircle: Y2,
|
|
15306
|
+
DivideSquare: J2,
|
|
15307
|
+
Divide: Q2,
|
|
15308
|
+
DollarSign: G2,
|
|
15309
|
+
DownloadCloud: K2,
|
|
15310
|
+
Download: X2,
|
|
15311
|
+
Dribbble: $2,
|
|
15312
|
+
Droplet: _2,
|
|
15313
15313
|
Edit2: ef,
|
|
15314
15314
|
Edit3: tf,
|
|
15315
15315
|
Edit: of,
|
|
15316
|
-
Empty:
|
|
15316
|
+
Empty: hp,
|
|
15317
15317
|
ExternalLink: nf,
|
|
15318
15318
|
EyeOff: rf,
|
|
15319
15319
|
Eye: lf,
|
|
@@ -15343,8 +15343,8 @@ const sr = "ucl-uikit-icon", uc = ({
|
|
|
15343
15343
|
Gitlab: Lf,
|
|
15344
15344
|
Globe: Ef,
|
|
15345
15345
|
Grid: If,
|
|
15346
|
-
HardDrive:
|
|
15347
|
-
Hash:
|
|
15346
|
+
HardDrive: Wf,
|
|
15347
|
+
Hash: Hf,
|
|
15348
15348
|
Headphones: Bf,
|
|
15349
15349
|
Heart: Df,
|
|
15350
15350
|
HelpCircle: zf,
|
|
@@ -15353,7 +15353,7 @@ const sr = "ucl-uikit-icon", uc = ({
|
|
|
15353
15353
|
Image: Rf,
|
|
15354
15354
|
Inbox: Vf,
|
|
15355
15355
|
Info: Of,
|
|
15356
|
-
Instagram:
|
|
15356
|
+
Instagram: Wy,
|
|
15357
15357
|
Italic: qf,
|
|
15358
15358
|
Key: Zf,
|
|
15359
15359
|
Layers: Pf,
|
|
@@ -15361,7 +15361,7 @@ const sr = "ucl-uikit-icon", uc = ({
|
|
|
15361
15361
|
LifeBuoy: jf,
|
|
15362
15362
|
Link2: Yf,
|
|
15363
15363
|
Link: Jf,
|
|
15364
|
-
Linkedin:
|
|
15364
|
+
Linkedin: Hy,
|
|
15365
15365
|
List: Qf,
|
|
15366
15366
|
Loader: Gf,
|
|
15367
15367
|
Lock: Kf,
|
|
@@ -15399,8 +15399,8 @@ const sr = "ucl-uikit-icon", uc = ({
|
|
|
15399
15399
|
PauseCircle: Lm,
|
|
15400
15400
|
Pause: Em,
|
|
15401
15401
|
PenTool: Im,
|
|
15402
|
-
Percent:
|
|
15403
|
-
PhoneCall:
|
|
15402
|
+
Percent: Wm,
|
|
15403
|
+
PhoneCall: Hm,
|
|
15404
15404
|
PhoneForwarded: Bm,
|
|
15405
15405
|
PhoneIncoming: Dm,
|
|
15406
15406
|
PhoneMissed: zm,
|
|
@@ -15454,8 +15454,8 @@ const sr = "ucl-uikit-icon", uc = ({
|
|
|
15454
15454
|
Sunrise: Lg,
|
|
15455
15455
|
Sunset: Eg,
|
|
15456
15456
|
Table: Ig,
|
|
15457
|
-
Tablet:
|
|
15458
|
-
Tag:
|
|
15457
|
+
Tablet: Wg,
|
|
15458
|
+
Tag: Hg,
|
|
15459
15459
|
Target: Bg,
|
|
15460
15460
|
Terminal: Dg,
|
|
15461
15461
|
Thermometer: zg,
|
|
@@ -15650,7 +15650,7 @@ function Oy() {
|
|
|
15650
15650
|
}
|
|
15651
15651
|
}
|
|
15652
15652
|
}
|
|
15653
|
-
var w = u, F = s, L = c,
|
|
15653
|
+
var w = u, F = s, L = c, W = a, T = t, R = f, Q = r, J = b, j = g, N = o, $ = i, V = l, O = h, q = !1;
|
|
15654
15654
|
function I(Z) {
|
|
15655
15655
|
return q || (q = !0, console.warn("The ReactIs.isAsyncMode() alias has been deprecated, and will be removed in React 17+. Update your code to use ReactIs.isConcurrentMode() instead. It has the exact same API.")), z(Z) || M(Z) === u;
|
|
15656
15656
|
}
|
|
@@ -15690,7 +15690,7 @@ function Oy() {
|
|
|
15690
15690
|
function ae(Z) {
|
|
15691
15691
|
return M(Z) === h;
|
|
15692
15692
|
}
|
|
15693
|
-
ke.AsyncMode = w, ke.ConcurrentMode = F, ke.ContextConsumer = L, ke.ContextProvider =
|
|
15693
|
+
ke.AsyncMode = w, ke.ConcurrentMode = F, ke.ContextConsumer = L, ke.ContextProvider = W, ke.Element = T, ke.ForwardRef = R, ke.Fragment = Q, ke.Lazy = J, ke.Memo = j, ke.Portal = N, ke.Profiler = $, ke.StrictMode = V, ke.Suspense = O, ke.isAsyncMode = I, ke.isConcurrentMode = z, ke.isContextConsumer = ee, ke.isContextProvider = me, ke.isElement = ve, ke.isForwardRef = se, ke.isFragment = ue, ke.isLazy = ce, ke.isMemo = _, ke.isPortal = pe, ke.isProfiler = X, ke.isStrictMode = ie, ke.isSuspense = ae, ke.isValidElementType = C, ke.typeOf = M;
|
|
15694
15694
|
})()), ke;
|
|
15695
15695
|
}
|
|
15696
15696
|
var hr;
|
|
@@ -15779,7 +15779,7 @@ var Py = function(t) {
|
|
|
15779
15779
|
);
|
|
15780
15780
|
ma.Provider;
|
|
15781
15781
|
var ga = function(t) {
|
|
15782
|
-
return /* @__PURE__ */
|
|
15782
|
+
return /* @__PURE__ */ He(function(o, r) {
|
|
15783
15783
|
var l = Xe(ma);
|
|
15784
15784
|
return t(o, l, r);
|
|
15785
15785
|
});
|
|
@@ -15857,7 +15857,7 @@ const {
|
|
|
15857
15857
|
// dark: darkThemeTokens,
|
|
15858
15858
|
primitives: va,
|
|
15859
15859
|
darkPrimitives: Xy
|
|
15860
|
-
} = oo,
|
|
15860
|
+
} = oo, H = Ky, $y = va, kt = va.colour, St = Xy.colour, { sans: wa, mono: _y } = $y.font.family, Ae = {
|
|
15861
15861
|
"#/font/family/sans": wa.$value.family,
|
|
15862
15862
|
"#/font/family/mono": _y.$value.family
|
|
15863
15863
|
}, Ce = {
|
|
@@ -15885,254 +15885,254 @@ const {
|
|
|
15885
15885
|
heading: {
|
|
15886
15886
|
xxl: {
|
|
15887
15887
|
md: {
|
|
15888
|
-
fontFamily: Ae[
|
|
15888
|
+
fontFamily: Ae[H.typography["functional-heading"].xxl.$value.md.fontFamily.$ref],
|
|
15889
15889
|
fontSettings: Me(
|
|
15890
|
-
Ce[
|
|
15890
|
+
Ce[H.typography["functional-heading"].xxl.$value.md.fontFamily.$ref]
|
|
15891
15891
|
),
|
|
15892
|
-
fontSize:
|
|
15893
|
-
fontWeight:
|
|
15894
|
-
lineHeight:
|
|
15892
|
+
fontSize: H.typography["functional-heading"].xxl.$value.md.fontSize,
|
|
15893
|
+
fontWeight: H.typography["functional-heading"].xxl.$value.md.fontWeight,
|
|
15894
|
+
lineHeight: H.typography["functional-heading"].xxl.$value.md.lineHeight
|
|
15895
15895
|
},
|
|
15896
15896
|
sm: {
|
|
15897
|
-
fontFamily: Ae[
|
|
15897
|
+
fontFamily: Ae[H.typography["functional-heading"].xxl.$value.sm.fontFamily.$ref],
|
|
15898
15898
|
fontSettings: Me(
|
|
15899
|
-
Ce[
|
|
15899
|
+
Ce[H.typography["functional-heading"].xxl.$value.sm.fontFamily.$ref]
|
|
15900
15900
|
),
|
|
15901
|
-
fontSize:
|
|
15902
|
-
fontWeight:
|
|
15903
|
-
lineHeight:
|
|
15901
|
+
fontSize: H.typography["functional-heading"].xxl.$value.sm.fontSize,
|
|
15902
|
+
fontWeight: H.typography["functional-heading"].xxl.$value.sm.fontWeight,
|
|
15903
|
+
lineHeight: H.typography["functional-heading"].xxl.$value.sm.lineHeight
|
|
15904
15904
|
}
|
|
15905
15905
|
},
|
|
15906
15906
|
xl: {
|
|
15907
15907
|
md: {
|
|
15908
|
-
fontFamily: Ae[
|
|
15908
|
+
fontFamily: Ae[H.typography["functional-heading"].xl.$value.md.fontFamily.$ref],
|
|
15909
15909
|
fontSettings: Me(
|
|
15910
|
-
Ce[
|
|
15910
|
+
Ce[H.typography["functional-heading"].xl.$value.md.fontFamily.$ref]
|
|
15911
15911
|
),
|
|
15912
|
-
fontSize:
|
|
15913
|
-
fontWeight:
|
|
15914
|
-
lineHeight:
|
|
15912
|
+
fontSize: H.typography["functional-heading"].xl.$value.md.fontSize,
|
|
15913
|
+
fontWeight: H.typography["functional-heading"].xl.$value.md.fontWeight,
|
|
15914
|
+
lineHeight: H.typography["functional-heading"].xl.$value.md.lineHeight
|
|
15915
15915
|
},
|
|
15916
15916
|
sm: {
|
|
15917
|
-
fontFamily: Ae[
|
|
15917
|
+
fontFamily: Ae[H.typography["functional-heading"].xl.$value.sm.fontFamily.$ref],
|
|
15918
15918
|
fontSettings: Me(
|
|
15919
|
-
Ce[
|
|
15919
|
+
Ce[H.typography["functional-heading"].xl.$value.sm.fontFamily.$ref]
|
|
15920
15920
|
),
|
|
15921
|
-
fontSize:
|
|
15922
|
-
fontWeight:
|
|
15923
|
-
lineHeight:
|
|
15921
|
+
fontSize: H.typography["functional-heading"].xl.$value.sm.fontSize,
|
|
15922
|
+
fontWeight: H.typography["functional-heading"].xl.$value.sm.fontWeight,
|
|
15923
|
+
lineHeight: H.typography["functional-heading"].xl.$value.sm.lineHeight
|
|
15924
15924
|
}
|
|
15925
15925
|
},
|
|
15926
15926
|
lg: {
|
|
15927
15927
|
md: {
|
|
15928
|
-
fontFamily: Ae[
|
|
15928
|
+
fontFamily: Ae[H.typography["functional-heading"].lg.$value.md.fontFamily.$ref],
|
|
15929
15929
|
fontSettings: Me(
|
|
15930
|
-
Ce[
|
|
15930
|
+
Ce[H.typography["functional-heading"].lg.$value.md.fontFamily.$ref]
|
|
15931
15931
|
),
|
|
15932
|
-
fontSize:
|
|
15933
|
-
fontWeight:
|
|
15934
|
-
lineHeight:
|
|
15932
|
+
fontSize: H.typography["functional-heading"].lg.$value.md.fontSize,
|
|
15933
|
+
fontWeight: H.typography["functional-heading"].lg.$value.md.fontWeight,
|
|
15934
|
+
lineHeight: H.typography["functional-heading"].lg.$value.md.lineHeight
|
|
15935
15935
|
},
|
|
15936
15936
|
sm: {
|
|
15937
|
-
fontFamily: Ae[
|
|
15937
|
+
fontFamily: Ae[H.typography["functional-heading"].lg.$value.sm.fontFamily.$ref],
|
|
15938
15938
|
fontSettings: Me(
|
|
15939
|
-
Ce[
|
|
15939
|
+
Ce[H.typography["functional-heading"].lg.$value.sm.fontFamily.$ref]
|
|
15940
15940
|
),
|
|
15941
|
-
fontSize:
|
|
15942
|
-
fontWeight:
|
|
15943
|
-
lineHeight:
|
|
15941
|
+
fontSize: H.typography["functional-heading"].lg.$value.sm.fontSize,
|
|
15942
|
+
fontWeight: H.typography["functional-heading"].lg.$value.sm.fontWeight,
|
|
15943
|
+
lineHeight: H.typography["functional-heading"].lg.$value.sm.lineHeight
|
|
15944
15944
|
}
|
|
15945
15945
|
},
|
|
15946
15946
|
md: {
|
|
15947
15947
|
md: {
|
|
15948
|
-
fontFamily: Ae[
|
|
15948
|
+
fontFamily: Ae[H.typography["functional-heading"].md.$value.md.fontFamily.$ref],
|
|
15949
15949
|
fontSettings: Me(
|
|
15950
|
-
Ce[
|
|
15950
|
+
Ce[H.typography["functional-heading"].md.$value.md.fontFamily.$ref]
|
|
15951
15951
|
),
|
|
15952
|
-
fontSize:
|
|
15953
|
-
fontWeight:
|
|
15954
|
-
lineHeight:
|
|
15952
|
+
fontSize: H.typography["functional-heading"].md.$value.md.fontSize,
|
|
15953
|
+
fontWeight: H.typography["functional-heading"].md.$value.md.fontWeight,
|
|
15954
|
+
lineHeight: H.typography["functional-heading"].md.$value.md.lineHeight
|
|
15955
15955
|
},
|
|
15956
15956
|
sm: {
|
|
15957
|
-
fontFamily: Ae[
|
|
15957
|
+
fontFamily: Ae[H.typography["functional-heading"].md.$value.sm.fontFamily.$ref],
|
|
15958
15958
|
fontSettings: Me(
|
|
15959
|
-
Ce[
|
|
15959
|
+
Ce[H.typography["functional-heading"].md.$value.sm.fontFamily.$ref]
|
|
15960
15960
|
),
|
|
15961
|
-
fontSize:
|
|
15962
|
-
fontWeight:
|
|
15963
|
-
lineHeight:
|
|
15961
|
+
fontSize: H.typography["functional-heading"].md.$value.sm.fontSize,
|
|
15962
|
+
fontWeight: H.typography["functional-heading"].md.$value.sm.fontWeight,
|
|
15963
|
+
lineHeight: H.typography["functional-heading"].md.$value.sm.lineHeight
|
|
15964
15964
|
}
|
|
15965
15965
|
},
|
|
15966
15966
|
sm: {
|
|
15967
15967
|
md: {
|
|
15968
|
-
fontFamily: Ae[
|
|
15968
|
+
fontFamily: Ae[H.typography["functional-heading"].sm.$value.md.fontFamily.$ref],
|
|
15969
15969
|
fontSettings: Me(
|
|
15970
|
-
Ce[
|
|
15970
|
+
Ce[H.typography["functional-heading"].sm.$value.md.fontFamily.$ref]
|
|
15971
15971
|
),
|
|
15972
|
-
fontSize:
|
|
15973
|
-
fontWeight:
|
|
15974
|
-
lineHeight:
|
|
15972
|
+
fontSize: H.typography["functional-heading"].sm.$value.md.fontSize,
|
|
15973
|
+
fontWeight: H.typography["functional-heading"].sm.$value.md.fontWeight,
|
|
15974
|
+
lineHeight: H.typography["functional-heading"].sm.$value.md.lineHeight
|
|
15975
15975
|
},
|
|
15976
15976
|
sm: {
|
|
15977
|
-
fontFamily: Ae[
|
|
15977
|
+
fontFamily: Ae[H.typography["functional-heading"].sm.$value.sm.fontFamily.$ref],
|
|
15978
15978
|
fontSettings: Me(
|
|
15979
|
-
Ce[
|
|
15979
|
+
Ce[H.typography["functional-heading"].sm.$value.sm.fontFamily.$ref]
|
|
15980
15980
|
),
|
|
15981
|
-
fontSize:
|
|
15982
|
-
fontWeight:
|
|
15983
|
-
lineHeight:
|
|
15981
|
+
fontSize: H.typography["functional-heading"].sm.$value.sm.fontSize,
|
|
15982
|
+
fontWeight: H.typography["functional-heading"].sm.$value.sm.fontWeight,
|
|
15983
|
+
lineHeight: H.typography["functional-heading"].sm.$value.sm.lineHeight
|
|
15984
15984
|
}
|
|
15985
15985
|
},
|
|
15986
15986
|
xs: {
|
|
15987
15987
|
md: {
|
|
15988
|
-
fontFamily: Ae[
|
|
15988
|
+
fontFamily: Ae[H.typography["functional-heading"].xs.$value.md.fontFamily.$ref],
|
|
15989
15989
|
fontSettings: Me(
|
|
15990
|
-
Ce[
|
|
15990
|
+
Ce[H.typography["functional-heading"].xs.$value.md.fontFamily.$ref]
|
|
15991
15991
|
),
|
|
15992
|
-
fontSize:
|
|
15993
|
-
fontWeight:
|
|
15994
|
-
lineHeight:
|
|
15992
|
+
fontSize: H.typography["functional-heading"].xs.$value.md.fontSize,
|
|
15993
|
+
fontWeight: H.typography["functional-heading"].xs.$value.md.fontWeight,
|
|
15994
|
+
lineHeight: H.typography["functional-heading"].xs.$value.md.lineHeight
|
|
15995
15995
|
},
|
|
15996
15996
|
sm: {
|
|
15997
|
-
fontFamily: Ae[
|
|
15997
|
+
fontFamily: Ae[H.typography["functional-heading"].xs.$value.sm.fontFamily.$ref],
|
|
15998
15998
|
fontSettings: Me(
|
|
15999
|
-
Ce[
|
|
15999
|
+
Ce[H.typography["functional-heading"].xs.$value.sm.fontFamily.$ref]
|
|
16000
16000
|
),
|
|
16001
|
-
fontSize:
|
|
16002
|
-
fontWeight:
|
|
16003
|
-
lineHeight:
|
|
16001
|
+
fontSize: H.typography["functional-heading"].xs.$value.sm.fontSize,
|
|
16002
|
+
fontWeight: H.typography["functional-heading"].xs.$value.sm.fontWeight,
|
|
16003
|
+
lineHeight: H.typography["functional-heading"].xs.$value.sm.lineHeight
|
|
16004
16004
|
}
|
|
16005
16005
|
}
|
|
16006
16006
|
},
|
|
16007
16007
|
body: {
|
|
16008
16008
|
lg: {
|
|
16009
|
-
fontFamily: Ae[
|
|
16009
|
+
fontFamily: Ae[H.typography.body.lg.$value.fontFamily.$ref],
|
|
16010
16010
|
fontSettings: Me(
|
|
16011
|
-
Ce[
|
|
16011
|
+
Ce[H.typography.body.lg.$value.fontFamily.$ref]
|
|
16012
16012
|
),
|
|
16013
|
-
fontSize:
|
|
16014
|
-
fontWeight:
|
|
16015
|
-
lineHeight:
|
|
16013
|
+
fontSize: H.typography.body.lg.$value.fontSize,
|
|
16014
|
+
fontWeight: H.typography.body.lg.$value.fontWeight,
|
|
16015
|
+
lineHeight: H.typography.body.lg.$value.lineHeight
|
|
16016
16016
|
},
|
|
16017
16017
|
lgMedium: {
|
|
16018
|
-
fontFamily: Ae[
|
|
16018
|
+
fontFamily: Ae[H.typography.body["lg-medium"].$value.fontFamily.$ref],
|
|
16019
16019
|
fontSettings: Me(
|
|
16020
|
-
Ce[
|
|
16020
|
+
Ce[H.typography.body["lg-medium"].$value.fontFamily.$ref]
|
|
16021
16021
|
),
|
|
16022
|
-
fontSize:
|
|
16023
|
-
fontWeight:
|
|
16024
|
-
lineHeight:
|
|
16022
|
+
fontSize: H.typography.body["lg-medium"].$value.fontSize,
|
|
16023
|
+
fontWeight: H.typography.body["lg-medium"].$value.fontWeight,
|
|
16024
|
+
lineHeight: H.typography.body["lg-medium"].$value.lineHeight
|
|
16025
16025
|
},
|
|
16026
16026
|
lgSemibold: {
|
|
16027
|
-
fontFamily: Ae[
|
|
16027
|
+
fontFamily: Ae[H.typography.body["lg-semibold"].$value.fontFamily.$ref],
|
|
16028
16028
|
fontSettings: Me(
|
|
16029
|
-
Ce[
|
|
16029
|
+
Ce[H.typography.body["lg-semibold"].$value.fontFamily.$ref]
|
|
16030
16030
|
),
|
|
16031
|
-
fontSize:
|
|
16032
|
-
fontWeight:
|
|
16033
|
-
lineHeight:
|
|
16031
|
+
fontSize: H.typography.body["lg-semibold"].$value.fontSize,
|
|
16032
|
+
fontWeight: H.typography.body["lg-semibold"].$value.fontWeight,
|
|
16033
|
+
lineHeight: H.typography.body["lg-semibold"].$value.lineHeight
|
|
16034
16034
|
},
|
|
16035
16035
|
lgBold: {
|
|
16036
|
-
fontFamily: Ae[
|
|
16036
|
+
fontFamily: Ae[H.typography.body["lg-bold"].$value.fontFamily.$ref],
|
|
16037
16037
|
fontSettings: Me(
|
|
16038
|
-
Ce[
|
|
16038
|
+
Ce[H.typography.body["lg-bold"].$value.fontFamily.$ref]
|
|
16039
16039
|
),
|
|
16040
|
-
fontSize:
|
|
16041
|
-
fontWeight:
|
|
16042
|
-
lineHeight:
|
|
16040
|
+
fontSize: H.typography.body["lg-bold"].$value.fontSize,
|
|
16041
|
+
fontWeight: H.typography.body["lg-bold"].$value.fontWeight,
|
|
16042
|
+
lineHeight: H.typography.body["lg-bold"].$value.lineHeight
|
|
16043
16043
|
},
|
|
16044
16044
|
md: {
|
|
16045
|
-
fontFamily: Ae[
|
|
16045
|
+
fontFamily: Ae[H.typography.body.md.$value.fontFamily.$ref],
|
|
16046
16046
|
fontSettings: Me(
|
|
16047
|
-
Ce[
|
|
16047
|
+
Ce[H.typography.body.md.$value.fontFamily.$ref]
|
|
16048
16048
|
),
|
|
16049
|
-
fontSize:
|
|
16050
|
-
fontWeight:
|
|
16051
|
-
lineHeight:
|
|
16049
|
+
fontSize: H.typography.body.md.$value.fontSize,
|
|
16050
|
+
fontWeight: H.typography.body.md.$value.fontWeight,
|
|
16051
|
+
lineHeight: H.typography.body.md.$value.lineHeight
|
|
16052
16052
|
},
|
|
16053
16053
|
mdMedium: {
|
|
16054
|
-
fontFamily: Ae[
|
|
16054
|
+
fontFamily: Ae[H.typography.body["md-medium"].$value.fontFamily.$ref],
|
|
16055
16055
|
fontSettings: Me(
|
|
16056
|
-
Ce[
|
|
16056
|
+
Ce[H.typography.body["md-medium"].$value.fontFamily.$ref]
|
|
16057
16057
|
),
|
|
16058
|
-
fontSize:
|
|
16059
|
-
fontWeight:
|
|
16060
|
-
lineHeight:
|
|
16058
|
+
fontSize: H.typography.body["md-medium"].$value.fontSize,
|
|
16059
|
+
fontWeight: H.typography.body["md-medium"].$value.fontWeight,
|
|
16060
|
+
lineHeight: H.typography.body["md-medium"].$value.lineHeight
|
|
16061
16061
|
},
|
|
16062
16062
|
mdSemibold: {
|
|
16063
|
-
fontFamily: Ae[
|
|
16063
|
+
fontFamily: Ae[H.typography.body["md-semibold"].$value.fontFamily.$ref],
|
|
16064
16064
|
fontSettings: Me(
|
|
16065
|
-
Ce[
|
|
16065
|
+
Ce[H.typography.body["md-semibold"].$value.fontFamily.$ref]
|
|
16066
16066
|
),
|
|
16067
|
-
fontSize:
|
|
16068
|
-
fontWeight:
|
|
16069
|
-
lineHeight:
|
|
16067
|
+
fontSize: H.typography.body["md-semibold"].$value.fontSize,
|
|
16068
|
+
fontWeight: H.typography.body["md-semibold"].$value.fontWeight,
|
|
16069
|
+
lineHeight: H.typography.body["md-semibold"].$value.lineHeight
|
|
16070
16070
|
},
|
|
16071
16071
|
mdNumeric: {
|
|
16072
|
-
fontFamily: Ae[
|
|
16072
|
+
fontFamily: Ae[H.typography.body["md-numeric"].$value.fontFamily.$ref],
|
|
16073
16073
|
fontSettings: Me(
|
|
16074
|
-
Ce[
|
|
16074
|
+
Ce[H.typography.body["md-numeric"].$value.fontFamily.$ref]
|
|
16075
16075
|
),
|
|
16076
|
-
fontSize:
|
|
16077
|
-
fontWeight:
|
|
16078
|
-
lineHeight:
|
|
16076
|
+
fontSize: H.typography.body["md-numeric"].$value.fontSize,
|
|
16077
|
+
fontWeight: H.typography.body["md-numeric"].$value.fontWeight,
|
|
16078
|
+
lineHeight: H.typography.body["md-numeric"].$value.lineHeight
|
|
16079
16079
|
},
|
|
16080
16080
|
mdMediumNumeric: {
|
|
16081
|
-
fontFamily: Ae[
|
|
16081
|
+
fontFamily: Ae[H.typography.body["md-medium-numeric"].$value.fontFamily.$ref],
|
|
16082
16082
|
fontSettings: Me(
|
|
16083
|
-
Ce[
|
|
16083
|
+
Ce[H.typography.body["md-medium-numeric"].$value.fontFamily.$ref]
|
|
16084
16084
|
),
|
|
16085
|
-
fontSize:
|
|
16086
|
-
fontWeight:
|
|
16087
|
-
lineHeight:
|
|
16085
|
+
fontSize: H.typography.body["md-medium-numeric"].$value.fontSize,
|
|
16086
|
+
fontWeight: H.typography.body["md-medium-numeric"].$value.fontWeight,
|
|
16087
|
+
lineHeight: H.typography.body["md-medium-numeric"].$value.lineHeight
|
|
16088
16088
|
},
|
|
16089
16089
|
sm: {
|
|
16090
|
-
fontFamily: Ae[
|
|
16090
|
+
fontFamily: Ae[H.typography.body.sm.$value.fontFamily.$ref],
|
|
16091
16091
|
fontSettings: Me(
|
|
16092
|
-
Ce[
|
|
16092
|
+
Ce[H.typography.body.sm.$value.fontFamily.$ref]
|
|
16093
16093
|
),
|
|
16094
|
-
fontSize:
|
|
16095
|
-
fontWeight:
|
|
16096
|
-
lineHeight:
|
|
16094
|
+
fontSize: H.typography.body.sm.$value.fontSize,
|
|
16095
|
+
fontWeight: H.typography.body.sm.$value.fontWeight,
|
|
16096
|
+
lineHeight: H.typography.body.sm.$value.lineHeight
|
|
16097
16097
|
},
|
|
16098
16098
|
smMedium: {
|
|
16099
|
-
fontFamily: Ae[
|
|
16099
|
+
fontFamily: Ae[H.typography.body["sm-medium"].$value.fontFamily.$ref],
|
|
16100
16100
|
fontSettings: Me(
|
|
16101
|
-
Ce[
|
|
16101
|
+
Ce[H.typography.body["sm-medium"].$value.fontFamily.$ref]
|
|
16102
16102
|
),
|
|
16103
|
-
fontSize:
|
|
16104
|
-
fontWeight:
|
|
16105
|
-
lineHeight:
|
|
16103
|
+
fontSize: H.typography.body["sm-medium"].$value.fontSize,
|
|
16104
|
+
fontWeight: H.typography.body["sm-medium"].$value.fontWeight,
|
|
16105
|
+
lineHeight: H.typography.body["sm-medium"].$value.lineHeight
|
|
16106
16106
|
},
|
|
16107
16107
|
smSemibold: {
|
|
16108
|
-
fontFamily: Ae[
|
|
16108
|
+
fontFamily: Ae[H.typography.body["sm-semibold"].$value.fontFamily.$ref],
|
|
16109
16109
|
fontSettings: Me(
|
|
16110
|
-
Ce[
|
|
16110
|
+
Ce[H.typography.body["sm-semibold"].$value.fontFamily.$ref]
|
|
16111
16111
|
),
|
|
16112
|
-
fontSize:
|
|
16113
|
-
fontWeight:
|
|
16114
|
-
lineHeight:
|
|
16112
|
+
fontSize: H.typography.body["sm-semibold"].$value.fontSize,
|
|
16113
|
+
fontWeight: H.typography.body["sm-semibold"].$value.fontWeight,
|
|
16114
|
+
lineHeight: H.typography.body["sm-semibold"].$value.lineHeight
|
|
16115
16115
|
},
|
|
16116
16116
|
xs: {
|
|
16117
|
-
fontFamily: Ae[
|
|
16117
|
+
fontFamily: Ae[H.typography.body.xs.$value.fontFamily.$ref],
|
|
16118
16118
|
fontSettings: Me(
|
|
16119
|
-
Ce[
|
|
16119
|
+
Ce[H.typography.body.xs.$value.fontFamily.$ref]
|
|
16120
16120
|
),
|
|
16121
|
-
fontSize:
|
|
16122
|
-
fontWeight:
|
|
16123
|
-
lineHeight:
|
|
16121
|
+
fontSize: H.typography.body.xs.$value.fontSize,
|
|
16122
|
+
fontWeight: H.typography.body.xs.$value.fontWeight,
|
|
16123
|
+
lineHeight: H.typography.body.xs.$value.lineHeight
|
|
16124
16124
|
},
|
|
16125
16125
|
xsMedium: {
|
|
16126
|
-
fontFamily: Ae[
|
|
16126
|
+
fontFamily: Ae[H.typography.body["xs-medium"].$value.fontFamily.$ref],
|
|
16127
16127
|
fontSettings: Me(
|
|
16128
|
-
Ce[
|
|
16128
|
+
Ce[H.typography.body["xs-medium"].$value.fontFamily.$ref]
|
|
16129
16129
|
),
|
|
16130
|
-
fontSize:
|
|
16131
|
-
fontWeight:
|
|
16132
|
-
lineHeight:
|
|
16130
|
+
fontSize: H.typography.body["xs-medium"].$value.fontSize,
|
|
16131
|
+
fontWeight: H.typography.body["xs-medium"].$value.fontWeight,
|
|
16132
|
+
lineHeight: H.typography.body["xs-medium"].$value.lineHeight
|
|
16133
16133
|
}
|
|
16134
16134
|
}
|
|
16135
|
-
}, tb = "#2C0442", ob = "#500778", nb = "#6345A5", rb = "#BBAACC", lb = "#006B0F", ib = "#008613", ab = "#80C289", sb = "#E6F3E8", cb = "#113B3A", db = "#52C152", ub = "#C9D1A8", hb = "#004089", pb = "#004EA8", fb = "#0D68CF", mb = "#7FB7F7", gb = "#E5F0FD", yb = "#F2F8FE", bb = "#002248", vb = "#34C6C6", wb = "#B6DCE5", xb = "#D4E6FC", kb = "#C3DDFB", Sb = "#B2D3FA", Ab = "#504D48", Cb = "#FFCA36", Mb = "#DAD6CA", Fb = "#CC7100", Lb = "#FF8D00", Eb = "#FFC680", Ib = "#FFF4E6",
|
|
16135
|
+
}, tb = "#2C0442", ob = "#500778", nb = "#6345A5", rb = "#BBAACC", lb = "#006B0F", ib = "#008613", ab = "#80C289", sb = "#E6F3E8", cb = "#113B3A", db = "#52C152", ub = "#C9D1A8", hb = "#004089", pb = "#004EA8", fb = "#0D68CF", mb = "#7FB7F7", gb = "#E5F0FD", yb = "#F2F8FE", bb = "#002248", vb = "#34C6C6", wb = "#B6DCE5", xb = "#D4E6FC", kb = "#C3DDFB", Sb = "#B2D3FA", Ab = "#504D48", Cb = "#FFCA36", Mb = "#DAD6CA", Fb = "#CC7100", Lb = "#FF8D00", Eb = "#FFC680", Ib = "#FFF4E6", Wb = "#811712", Hb = "#CA0007", Bb = "#E48083", Db = "#E48083", zb = "#FAE6E7", Tb = "#B1070A", Nb = "#990F0E", Rb = "#4B0A32", Vb = "#AC145A", Ob = "#DEB8C3", qb = "#000000", Zb = "#1A1A1A", Pb = "#333333", Ub = "#4D4D4D", jb = "#666666", Yb = "#999999", Jb = "#CCCCCC", Qb = "#D9D9D9", Gb = "#E6E6E6", Kb = "#F2F2F2", Xb = "#ffffff", G = {
|
|
16136
16136
|
purple200: tb,
|
|
16137
16137
|
purple50: ob,
|
|
16138
16138
|
purple40: nb,
|
|
@@ -16164,8 +16164,8 @@ const {
|
|
|
16164
16164
|
orange40: Eb,
|
|
16165
16165
|
orange10: Ib,
|
|
16166
16166
|
// missing orange50?
|
|
16167
|
-
red100:
|
|
16168
|
-
red70:
|
|
16167
|
+
red100: Wb,
|
|
16168
|
+
red70: Hb,
|
|
16169
16169
|
red50: Bb,
|
|
16170
16170
|
red40: Db,
|
|
16171
16171
|
red10: zb,
|
|
@@ -17078,7 +17078,7 @@ const {
|
|
|
17078
17078
|
success: v(D.colour.border.success.$value),
|
|
17079
17079
|
critical: v(D.colour.border.critical.$value),
|
|
17080
17080
|
warning: v(D.colour.border.warning.$value)
|
|
17081
|
-
},
|
|
17081
|
+
}, W4 = {
|
|
17082
17082
|
default: v(D.colour.fill.default.$value),
|
|
17083
17083
|
primary: v(D.colour.fill.primary.$value),
|
|
17084
17084
|
subtle: v(D.colour.fill.subtle.$value),
|
|
@@ -17131,7 +17131,7 @@ const {
|
|
|
17131
17131
|
successSubtle: v(
|
|
17132
17132
|
D.colour.fill["success-subtle"].$value
|
|
17133
17133
|
)
|
|
17134
|
-
},
|
|
17134
|
+
}, H4 = {
|
|
17135
17135
|
default: v(D.colour.icon.default.$value),
|
|
17136
17136
|
hover: v(D.colour.icon.hover.$value),
|
|
17137
17137
|
secondary: v(D.colour.icon.secondary.$value),
|
|
@@ -17270,8 +17270,8 @@ const {
|
|
|
17270
17270
|
}, cn = {
|
|
17271
17271
|
bg: E4,
|
|
17272
17272
|
border: I4,
|
|
17273
|
-
fill:
|
|
17274
|
-
icon:
|
|
17273
|
+
fill: W4,
|
|
17274
|
+
icon: H4,
|
|
17275
17275
|
surface: B4,
|
|
17276
17276
|
text: D4,
|
|
17277
17277
|
link: z4,
|
|
@@ -17532,7 +17532,7 @@ const {
|
|
|
17532
17532
|
font-size: ${s.fontSize}px;
|
|
17533
17533
|
font-weight: ${s.fontWeight};
|
|
17534
17534
|
line-height: ${s.lineHeight}%;
|
|
17535
|
-
`,
|
|
17535
|
+
`, W = d`
|
|
17536
17536
|
font-size: ${f.fontSize}px;
|
|
17537
17537
|
font-weight: ${f.fontWeight};
|
|
17538
17538
|
line-height: ${f.lineHeight}%;
|
|
@@ -17575,7 +17575,7 @@ const {
|
|
|
17575
17575
|
e === "lg-medium" && w,
|
|
17576
17576
|
e === "lg-semibold" && F,
|
|
17577
17577
|
e === "lg-bold" && L,
|
|
17578
|
-
e === "md" &&
|
|
17578
|
+
e === "md" && W,
|
|
17579
17579
|
e === "md-medium" && T,
|
|
17580
17580
|
e === "md-semibold" && R,
|
|
17581
17581
|
e === "md-medium-numeric" && Q,
|
|
@@ -17601,7 +17601,7 @@ const {
|
|
|
17601
17601
|
children: o,
|
|
17602
17602
|
...r
|
|
17603
17603
|
}) => {
|
|
17604
|
-
const [l] = E(), { disabled: i } = bt(
|
|
17604
|
+
const [l] = E(), { disabled: i } = bt(Wt), a = d`
|
|
17605
17605
|
color: ${i ? l.colour.text.disabled : l.colour.text.secondary};
|
|
17606
17606
|
`, c = A(wr, a, t);
|
|
17607
17607
|
return /* @__PURE__ */ n(
|
|
@@ -17620,7 +17620,7 @@ const {
|
|
|
17620
17620
|
testId: o = xr,
|
|
17621
17621
|
...r
|
|
17622
17622
|
}) => {
|
|
17623
|
-
const [l] = E(), { error: i, disabled: a } = bt(
|
|
17623
|
+
const [l] = E(), { error: i, disabled: a } = bt(Wt);
|
|
17624
17624
|
if (!i || a) return null;
|
|
17625
17625
|
const c = d`
|
|
17626
17626
|
display: flex;
|
|
@@ -17654,7 +17654,7 @@ const {
|
|
|
17654
17654
|
className: o,
|
|
17655
17655
|
...r
|
|
17656
17656
|
}) => {
|
|
17657
|
-
const [l] = E(), { disabled: i, charCount: a } = bt(
|
|
17657
|
+
const [l] = E(), { disabled: i, charCount: a } = bt(Wt), c = d`
|
|
17658
17658
|
color: ${l.colour.text.secondary};
|
|
17659
17659
|
font-size: ${l.font.size.f14};
|
|
17660
17660
|
font-family: ${l.font.family.primary};
|
|
@@ -17676,7 +17676,7 @@ const {
|
|
|
17676
17676
|
]
|
|
17677
17677
|
}
|
|
17678
17678
|
);
|
|
17679
|
-
}, Sr = "ucl-uikit-field",
|
|
17679
|
+
}, Sr = "ucl-uikit-field", Wt = lt({
|
|
17680
17680
|
error: !1,
|
|
17681
17681
|
disabled: !1,
|
|
17682
17682
|
optional: !1,
|
|
@@ -17716,7 +17716,7 @@ const {
|
|
|
17716
17716
|
"data-testid": r,
|
|
17717
17717
|
...a,
|
|
17718
17718
|
children: /* @__PURE__ */ n(
|
|
17719
|
-
|
|
17719
|
+
Wt.Provider,
|
|
17720
17720
|
{
|
|
17721
17721
|
value: {
|
|
17722
17722
|
error: e,
|
|
@@ -17735,7 +17735,7 @@ const {
|
|
|
17735
17735
|
On.HelperText = _4;
|
|
17736
17736
|
On.ErrorText = ev;
|
|
17737
17737
|
On.CharacterCount = tv;
|
|
17738
|
-
const Ar = "ucl-uikit-input", nv = "ucl-uikit-input__input", rv =
|
|
17738
|
+
const Ar = "ucl-uikit-input", nv = "ucl-uikit-input__input", rv = He(
|
|
17739
17739
|
({
|
|
17740
17740
|
testId: e = Ar,
|
|
17741
17741
|
icon: t,
|
|
@@ -17745,7 +17745,7 @@ const Ar = "ucl-uikit-input", nv = "ucl-uikit-input__input", rv = We(
|
|
|
17745
17745
|
className: i,
|
|
17746
17746
|
...a
|
|
17747
17747
|
}, c) => {
|
|
17748
|
-
const [u] = E(), { md: s } = u.typography.body, { disabled: f, id: h } = bt(
|
|
17748
|
+
const [u] = E(), { md: s } = u.typography.body, { disabled: f, id: h } = bt(Wt), p = a.disabled ?? f, g = a.id ?? h, b = d`
|
|
17749
17749
|
height: 48px;
|
|
17750
17750
|
width: 100%;
|
|
17751
17751
|
padding: 0 ${u.padding.p16};
|
|
@@ -17799,13 +17799,13 @@ const Ar = "ucl-uikit-input", nv = "ucl-uikit-input__input", rv = We(
|
|
|
17799
17799
|
justify-content: center;
|
|
17800
17800
|
`, L = d`
|
|
17801
17801
|
left: ${u.padding.p16};
|
|
17802
|
-
`,
|
|
17802
|
+
`, W = d`
|
|
17803
17803
|
right: ${u.padding.p16};
|
|
17804
17804
|
`, T = A(
|
|
17805
17805
|
F,
|
|
17806
17806
|
o === "left" && L,
|
|
17807
|
-
o === "right" &&
|
|
17808
|
-
), R = A(F,
|
|
17807
|
+
o === "right" && W
|
|
17808
|
+
), R = A(F, W);
|
|
17809
17809
|
return /* @__PURE__ */ m("span", { className: w, children: [
|
|
17810
17810
|
/* @__PURE__ */ n(
|
|
17811
17811
|
"input",
|
|
@@ -17826,7 +17826,7 @@ const Ar = "ucl-uikit-input", nv = "ucl-uikit-input__input", rv = We(
|
|
|
17826
17826
|
function lv(e) {
|
|
17827
17827
|
return typeof e.href == "string" || "onClick" in e;
|
|
17828
17828
|
}
|
|
17829
|
-
const Cr = "ucl-uikit-base-link", Aa =
|
|
17829
|
+
const Cr = "ucl-uikit-base-link", Aa = He(function({
|
|
17830
17830
|
testId: t = Cr,
|
|
17831
17831
|
className: o,
|
|
17832
17832
|
children: r,
|
|
@@ -17859,14 +17859,14 @@ const Cr = "ucl-uikit-base-link", Aa = We(function({
|
|
|
17859
17859
|
&:hover {
|
|
17860
17860
|
color: ${h.colour.link.disabled};
|
|
17861
17861
|
}
|
|
17862
|
-
`,
|
|
17862
|
+
`, W = A(Cr, F, i && L, o);
|
|
17863
17863
|
if (u) {
|
|
17864
17864
|
const T = Oe.only(r);
|
|
17865
17865
|
if (Te(T))
|
|
17866
17866
|
return nt(T, {
|
|
17867
17867
|
...s,
|
|
17868
17868
|
ref: f,
|
|
17869
|
-
className: A(
|
|
17869
|
+
className: A(W, T.props.className),
|
|
17870
17870
|
"data-testid": t,
|
|
17871
17871
|
"aria-disabled": i || void 0,
|
|
17872
17872
|
tabIndex: i ? -1 : s.tabIndex ?? T.props.tabIndex,
|
|
@@ -17878,7 +17878,7 @@ const Cr = "ucl-uikit-base-link", Aa = We(function({
|
|
|
17878
17878
|
y,
|
|
17879
17879
|
{
|
|
17880
17880
|
ref: f,
|
|
17881
|
-
className:
|
|
17881
|
+
className: W,
|
|
17882
17882
|
"data-testid": t,
|
|
17883
17883
|
"aria-disabled": i || void 0,
|
|
17884
17884
|
tabIndex: i ? -1 : s.tabIndex,
|
|
@@ -17888,7 +17888,7 @@ const Cr = "ucl-uikit-base-link", Aa = We(function({
|
|
|
17888
17888
|
children: r
|
|
17889
17889
|
}
|
|
17890
17890
|
);
|
|
17891
|
-
}), Mr = "ucl-uikit-link", pt =
|
|
17891
|
+
}), Mr = "ucl-uikit-link", pt = He(function({
|
|
17892
17892
|
noVisited: t = !1,
|
|
17893
17893
|
variant: o = "primary",
|
|
17894
17894
|
disabled: r = !1,
|
|
@@ -17970,7 +17970,7 @@ const Cr = "ucl-uikit-base-link", Aa = We(function({
|
|
|
17970
17970
|
children: a
|
|
17971
17971
|
}
|
|
17972
17972
|
);
|
|
17973
|
-
}), Fr = "ucl-uikit-standalone-link", iv =
|
|
17973
|
+
}), Fr = "ucl-uikit-standalone-link", iv = He(function({
|
|
17974
17974
|
variant: t = "primary",
|
|
17975
17975
|
icon: o,
|
|
17976
17976
|
iconPosition: r = "left",
|
|
@@ -18016,7 +18016,7 @@ const Cr = "ucl-uikit-base-link", Aa = We(function({
|
|
|
18016
18016
|
&:visited {
|
|
18017
18017
|
color: ${b.colour.link.brand};
|
|
18018
18018
|
}
|
|
18019
|
-
`,
|
|
18019
|
+
`, W = d`
|
|
18020
18020
|
&:visited {
|
|
18021
18021
|
color: ${b.colour.link.primary};
|
|
18022
18022
|
}
|
|
@@ -18068,7 +18068,7 @@ const Cr = "ucl-uikit-base-link", Aa = We(function({
|
|
|
18068
18068
|
!l && !i && F
|
|
18069
18069
|
) : t === "secondary" ? j = A(
|
|
18070
18070
|
M,
|
|
18071
|
-
l && !i &&
|
|
18071
|
+
l && !i && W,
|
|
18072
18072
|
!i && Q,
|
|
18073
18073
|
!l && !i && F
|
|
18074
18074
|
) : t === "tertiary" && (j = A(
|
|
@@ -18219,12 +18219,12 @@ function uv(e) {
|
|
|
18219
18219
|
function Mn(e) {
|
|
18220
18220
|
return e.includes("start") ? e.replace("start", "end") : e.replace("end", "start");
|
|
18221
18221
|
}
|
|
18222
|
-
const Ir = ["left", "right"],
|
|
18222
|
+
const Ir = ["left", "right"], Wr = ["right", "left"], hv = ["top", "bottom"], pv = ["bottom", "top"];
|
|
18223
18223
|
function fv(e, t, o) {
|
|
18224
18224
|
switch (e) {
|
|
18225
18225
|
case "top":
|
|
18226
18226
|
case "bottom":
|
|
18227
|
-
return o ? t ?
|
|
18227
|
+
return o ? t ? Wr : Ir : t ? Ir : Wr;
|
|
18228
18228
|
case "left":
|
|
18229
18229
|
case "right":
|
|
18230
18230
|
return t ? hv : pv;
|
|
@@ -18276,7 +18276,7 @@ function Io(e) {
|
|
|
18276
18276
|
y: o
|
|
18277
18277
|
};
|
|
18278
18278
|
}
|
|
18279
|
-
function
|
|
18279
|
+
function Hr(e, t, o) {
|
|
18280
18280
|
let {
|
|
18281
18281
|
reference: r,
|
|
18282
18282
|
floating: l
|
|
@@ -18386,7 +18386,7 @@ const vv = 50, wv = async (e, t, o) => {
|
|
|
18386
18386
|
}), {
|
|
18387
18387
|
x: f,
|
|
18388
18388
|
y: h
|
|
18389
|
-
} =
|
|
18389
|
+
} = Hr(s, r, u), p = r, g = 0;
|
|
18390
18390
|
const b = {};
|
|
18391
18391
|
for (let y = 0; y < i.length; y++) {
|
|
18392
18392
|
const S = i[y];
|
|
@@ -18424,7 +18424,7 @@ const vv = 50, wv = async (e, t, o) => {
|
|
|
18424
18424
|
}) : F.rects), {
|
|
18425
18425
|
x: f,
|
|
18426
18426
|
y: h
|
|
18427
|
-
} =
|
|
18427
|
+
} = Hr(s, p, u)), y = -1);
|
|
18428
18428
|
}
|
|
18429
18429
|
return {
|
|
18430
18430
|
x: f,
|
|
@@ -18459,11 +18459,11 @@ const vv = 50, wv = async (e, t, o) => {
|
|
|
18459
18459
|
return {};
|
|
18460
18460
|
const k = Ct(l), x = gt(c), C = Ct(c) === c, M = await (u.isRTL == null ? void 0 : u.isRTL(s.floating)), w = p || (C || !y ? [Eo(c)] : uv(c)), F = b !== "none";
|
|
18461
18461
|
!p && F && w.push(...mv(c, y, b, M));
|
|
18462
|
-
const L = [c, ...w],
|
|
18462
|
+
const L = [c, ...w], W = await u.detectOverflow(t, S), T = [];
|
|
18463
18463
|
let R = ((r = i.flip) == null ? void 0 : r.overflows) || [];
|
|
18464
|
-
if (f && T.push(
|
|
18464
|
+
if (f && T.push(W[k]), h) {
|
|
18465
18465
|
const N = dv(l, a, M);
|
|
18466
|
-
T.push(
|
|
18466
|
+
T.push(W[N[0]], W[N[1]]);
|
|
18467
18467
|
}
|
|
18468
18468
|
if (R = [...R, {
|
|
18469
18469
|
placement: l,
|
|
@@ -18643,14 +18643,14 @@ const Av = function(e) {
|
|
|
18643
18643
|
let S, k;
|
|
18644
18644
|
h === "top" || h === "bottom" ? (S = h, k = p === (await (a.isRTL == null ? void 0 : a.isRTL(c.floating)) ? "start" : "end") ? "left" : "right") : (k = h, S = p === "end" ? "top" : "bottom");
|
|
18645
18645
|
const x = y - f.top - f.bottom, C = b - f.left - f.right, M = qt(y - f[S], x), w = qt(b - f[k], C), F = !t.middlewareData.shift;
|
|
18646
|
-
let L = M,
|
|
18647
|
-
if ((o = t.middlewareData.shift) != null && o.enabled.x && (
|
|
18646
|
+
let L = M, W = w;
|
|
18647
|
+
if ((o = t.middlewareData.shift) != null && o.enabled.x && (W = C), (r = t.middlewareData.shift) != null && r.enabled.y && (L = x), F && !p) {
|
|
18648
18648
|
const R = _e(f.left, 0), Q = _e(f.right, 0), J = _e(f.top, 0), j = _e(f.bottom, 0);
|
|
18649
|
-
g ?
|
|
18649
|
+
g ? W = b - 2 * (R !== 0 || Q !== 0 ? R + Q : _e(f.left, f.right)) : L = y - 2 * (J !== 0 || j !== 0 ? J + j : _e(f.top, f.bottom));
|
|
18650
18650
|
}
|
|
18651
18651
|
await u({
|
|
18652
18652
|
...t,
|
|
18653
|
-
availableWidth:
|
|
18653
|
+
availableWidth: W,
|
|
18654
18654
|
availableHeight: L
|
|
18655
18655
|
});
|
|
18656
18656
|
const T = await a.getDimensions(c.floating);
|
|
@@ -18804,15 +18804,15 @@ function Rt(e) {
|
|
|
18804
18804
|
y: c
|
|
18805
18805
|
};
|
|
18806
18806
|
}
|
|
18807
|
-
const
|
|
18808
|
-
function
|
|
18807
|
+
const Wv = /* @__PURE__ */ ht(0);
|
|
18808
|
+
function Wa(e) {
|
|
18809
18809
|
const t = tt(e);
|
|
18810
|
-
return !Zn() || !t.visualViewport ?
|
|
18810
|
+
return !Zn() || !t.visualViewport ? Wv : {
|
|
18811
18811
|
x: t.visualViewport.offsetLeft,
|
|
18812
18812
|
y: t.visualViewport.offsetTop
|
|
18813
18813
|
};
|
|
18814
18814
|
}
|
|
18815
|
-
function
|
|
18815
|
+
function Hv(e, t, o) {
|
|
18816
18816
|
return t === void 0 && (t = !1), !o || t && o !== tt(e) ? !1 : t;
|
|
18817
18817
|
}
|
|
18818
18818
|
function It(e, t, o, r) {
|
|
@@ -18820,7 +18820,7 @@ function It(e, t, o, r) {
|
|
|
18820
18820
|
const l = e.getBoundingClientRect(), i = Pn(e);
|
|
18821
18821
|
let a = ht(1);
|
|
18822
18822
|
t && (r ? at(r) && (a = Rt(r)) : a = Rt(e));
|
|
18823
|
-
const c =
|
|
18823
|
+
const c = Hv(i, o, r) ? Wa(i) : ht(0);
|
|
18824
18824
|
let u = (l.left + c.x) / a.x, s = (l.top + c.y) / a.y, f = l.width / a.x, h = l.height / a.y;
|
|
18825
18825
|
if (i) {
|
|
18826
18826
|
const p = tt(i), g = r && at(r) ? tt(r) : r;
|
|
@@ -18841,7 +18841,7 @@ function Vo(e, t) {
|
|
|
18841
18841
|
const o = Ro(e).scrollLeft;
|
|
18842
18842
|
return t ? t.left + o : It(ft(e)).left + o;
|
|
18843
18843
|
}
|
|
18844
|
-
function
|
|
18844
|
+
function Ha(e, t) {
|
|
18845
18845
|
const o = e.getBoundingClientRect(), r = o.left + t.scrollLeft - Vo(e, o), l = o.top + t.scrollTop;
|
|
18846
18846
|
return {
|
|
18847
18847
|
x: r,
|
|
@@ -18867,7 +18867,7 @@ function Bv(e) {
|
|
|
18867
18867
|
const g = It(r);
|
|
18868
18868
|
s = Rt(r), f.x = g.x + r.clientLeft, f.y = g.y + r.clientTop;
|
|
18869
18869
|
}
|
|
18870
|
-
const p = a && !h && !i ?
|
|
18870
|
+
const p = a && !h && !i ? Ha(a, u) : ht(0);
|
|
18871
18871
|
return {
|
|
18872
18872
|
width: o.width * s.x,
|
|
18873
18873
|
height: o.height * s.y,
|
|
@@ -18928,7 +18928,7 @@ function zr(e, t, o) {
|
|
|
18928
18928
|
else if (at(t))
|
|
18929
18929
|
r = Nv(t, o);
|
|
18930
18930
|
else {
|
|
18931
|
-
const l =
|
|
18931
|
+
const l = Wa(e);
|
|
18932
18932
|
r = {
|
|
18933
18933
|
x: t.x - l.x,
|
|
18934
18934
|
y: t.y - l.y,
|
|
@@ -19001,7 +19001,7 @@ function qv(e, t, o) {
|
|
|
19001
19001
|
u.x = g.x + t.clientLeft, u.y = g.y + t.clientTop;
|
|
19002
19002
|
} else l && s();
|
|
19003
19003
|
i && !r && l && s();
|
|
19004
|
-
const f = l && !r && !i ?
|
|
19004
|
+
const f = l && !r && !i ? Ha(l, c) : ht(0), h = a.left + c.scrollLeft - u.x - f.x, p = a.top + c.scrollTop - u.y - f.y;
|
|
19005
19005
|
return {
|
|
19006
19006
|
x: h,
|
|
19007
19007
|
y: p,
|
|
@@ -19547,8 +19547,8 @@ function e3() {
|
|
|
19547
19547
|
return process.env.NODE_ENV === "production" ? (e(), go.exports = $v()) : go.exports = _v(), go.exports;
|
|
19548
19548
|
}
|
|
19549
19549
|
var Oo = e3(), t3 = typeof document < "u", o3 = function() {
|
|
19550
|
-
}, Ao = t3 ?
|
|
19551
|
-
function
|
|
19550
|
+
}, Ao = t3 ? Wn : o3;
|
|
19551
|
+
function Wo(e, t) {
|
|
19552
19552
|
if (e === t)
|
|
19553
19553
|
return !0;
|
|
19554
19554
|
if (typeof e != typeof t)
|
|
@@ -19560,7 +19560,7 @@ function Ho(e, t) {
|
|
|
19560
19560
|
if (Array.isArray(e)) {
|
|
19561
19561
|
if (o = e.length, o !== t.length) return !1;
|
|
19562
19562
|
for (r = o; r-- !== 0; )
|
|
19563
|
-
if (!
|
|
19563
|
+
if (!Wo(e[r], t[r]))
|
|
19564
19564
|
return !1;
|
|
19565
19565
|
return !0;
|
|
19566
19566
|
}
|
|
@@ -19571,7 +19571,7 @@ function Ho(e, t) {
|
|
|
19571
19571
|
return !1;
|
|
19572
19572
|
for (r = o; r-- !== 0; ) {
|
|
19573
19573
|
const i = l[r];
|
|
19574
|
-
if (!(i === "_owner" && e.$$typeof) && !
|
|
19574
|
+
if (!(i === "_owner" && e.$$typeof) && !Wo(e[i], t[i]))
|
|
19575
19575
|
return !1;
|
|
19576
19576
|
}
|
|
19577
19577
|
return !0;
|
|
@@ -19613,12 +19613,12 @@ function n3(e) {
|
|
|
19613
19613
|
middlewareData: {},
|
|
19614
19614
|
isPositioned: !1
|
|
19615
19615
|
}), [p, g] = Se.useState(r);
|
|
19616
|
-
|
|
19616
|
+
Wo(p, r) || g(r);
|
|
19617
19617
|
const [b, y] = Se.useState(null), [S, k] = Se.useState(null), x = Se.useCallback((q) => {
|
|
19618
19618
|
q !== F.current && (F.current = q, y(q));
|
|
19619
19619
|
}, []), C = Se.useCallback((q) => {
|
|
19620
19620
|
q !== L.current && (L.current = q, k(q));
|
|
19621
|
-
}, []), M = i || b, w = a || S, F = Se.useRef(null), L = Se.useRef(null),
|
|
19621
|
+
}, []), M = i || b, w = a || S, F = Se.useRef(null), L = Se.useRef(null), W = Se.useRef(f), T = u != null, R = hn(u), Q = hn(l), J = hn(s), j = Se.useCallback(() => {
|
|
19622
19622
|
if (!F.current || !L.current)
|
|
19623
19623
|
return;
|
|
19624
19624
|
const q = {
|
|
@@ -19635,13 +19635,13 @@ function n3(e) {
|
|
|
19635
19635
|
// setting it to `true` when `open === false` (must be specified).
|
|
19636
19636
|
isPositioned: J.current !== !1
|
|
19637
19637
|
};
|
|
19638
|
-
N.current && !
|
|
19638
|
+
N.current && !Wo(W.current, z) && (W.current = z, Oo.flushSync(() => {
|
|
19639
19639
|
h(z);
|
|
19640
19640
|
}));
|
|
19641
19641
|
});
|
|
19642
19642
|
}, [p, t, o, Q, J]);
|
|
19643
19643
|
Ao(() => {
|
|
19644
|
-
s === !1 &&
|
|
19644
|
+
s === !1 && W.current.isPositioned && (W.current.isPositioned = !1, h((q) => ({
|
|
19645
19645
|
...q,
|
|
19646
19646
|
isPositioned: !1
|
|
19647
19647
|
})));
|
|
@@ -19721,7 +19721,7 @@ const r3 = (e, t) => {
|
|
|
19721
19721
|
fn: o.fn,
|
|
19722
19722
|
options: [e, t]
|
|
19723
19723
|
};
|
|
19724
|
-
}, qr = "ucl-blanket", s3 =
|
|
19724
|
+
}, qr = "ucl-blanket", s3 = He(
|
|
19725
19725
|
({
|
|
19726
19726
|
testId: e = qr,
|
|
19727
19727
|
onClick: t,
|
|
@@ -19760,7 +19760,7 @@ const r3 = (e, t) => {
|
|
|
19760
19760
|
}
|
|
19761
19761
|
);
|
|
19762
19762
|
}
|
|
19763
|
-
), Na = K(s3), c3 = "ucl-overlay", d3 =
|
|
19763
|
+
), Na = K(s3), c3 = "ucl-overlay", d3 = He(
|
|
19764
19764
|
({
|
|
19765
19765
|
reference: e,
|
|
19766
19766
|
placement: t = "bottom",
|
|
@@ -19820,8 +19820,8 @@ const r3 = (e, t) => {
|
|
|
19820
19820
|
placement: t,
|
|
19821
19821
|
strategy: o,
|
|
19822
19822
|
whileElementsMounted: Yv
|
|
19823
|
-
}),
|
|
19824
|
-
|
|
19823
|
+
}), W = L.split("-")[0];
|
|
19824
|
+
Wn(() => {
|
|
19825
19825
|
F.setReference(e.current);
|
|
19826
19826
|
}, [e, F]);
|
|
19827
19827
|
const { width: T, height: R } = ((O = (V = x == null ? void 0 : x.current) == null ? void 0 : V.getBoundingClientRect) == null ? void 0 : O.call(V)) || {
|
|
@@ -19833,16 +19833,16 @@ const r3 = (e, t) => {
|
|
|
19833
19833
|
d`
|
|
19834
19834
|
position: absolute;
|
|
19835
19835
|
`,
|
|
19836
|
-
|
|
19836
|
+
W === "left" && d`
|
|
19837
19837
|
top: 50%;
|
|
19838
19838
|
`,
|
|
19839
|
-
|
|
19839
|
+
W === "right" && d`
|
|
19840
19840
|
top: 50%;
|
|
19841
19841
|
`,
|
|
19842
|
-
|
|
19842
|
+
W === "top" && d`
|
|
19843
19843
|
left: 50%;
|
|
19844
19844
|
`,
|
|
19845
|
-
|
|
19845
|
+
W === "bottom" && d`
|
|
19846
19846
|
left: 50%;
|
|
19847
19847
|
`,
|
|
19848
19848
|
h
|
|
@@ -19852,21 +19852,21 @@ const r3 = (e, t) => {
|
|
|
19852
19852
|
const q = u;
|
|
19853
19853
|
N = A(
|
|
19854
19854
|
j,
|
|
19855
|
-
|
|
19855
|
+
W === "left" && d`
|
|
19856
19856
|
right: -${T}px;
|
|
19857
19857
|
margin-top: -${R / 2}px;
|
|
19858
19858
|
`,
|
|
19859
|
-
|
|
19859
|
+
W === "right" && d`
|
|
19860
19860
|
left: -${T}px;
|
|
19861
19861
|
margin-top: -${R / 2}px;
|
|
19862
19862
|
transform: rotate(180deg);
|
|
19863
19863
|
`,
|
|
19864
|
-
|
|
19864
|
+
W === "top" && d`
|
|
19865
19865
|
bottom: -${R}px;
|
|
19866
19866
|
margin-left: -${T / 2}px;
|
|
19867
19867
|
transform: rotate(180deg);
|
|
19868
19868
|
`,
|
|
19869
|
-
|
|
19869
|
+
W === "bottom" && d`
|
|
19870
19870
|
top: -${R}px;
|
|
19871
19871
|
margin-left: -${T / 2}px;
|
|
19872
19872
|
`,
|
|
@@ -19902,7 +19902,7 @@ const r3 = (e, t) => {
|
|
|
19902
19902
|
)
|
|
19903
19903
|
] });
|
|
19904
19904
|
}
|
|
19905
|
-
), qo = K(d3), Zr = "ucl-uikit-tooltip", u3 =
|
|
19905
|
+
), qo = K(d3), Zr = "ucl-uikit-tooltip", u3 = He(
|
|
19906
19906
|
({ testId: e = Zr, className: t, children: o, ...r }, l) => {
|
|
19907
19907
|
const [i] = E(), a = d`
|
|
19908
19908
|
background-color: ${i.colour.fill.brandPrimary};
|
|
@@ -20299,7 +20299,7 @@ const r3 = (e, t) => {
|
|
|
20299
20299
|
className: b,
|
|
20300
20300
|
...y
|
|
20301
20301
|
}) => {
|
|
20302
|
-
const S = e || "button", k = de(null), x = p || k, [C, M] = he(!1), [w] = E(), F = M3(t, o), L = C3(r),
|
|
20302
|
+
const S = e || "button", k = de(null), x = p || k, [C, M] = he(!1), [w] = E(), F = M3(t, o), L = C3(r), W = d`
|
|
20303
20303
|
all: unset;
|
|
20304
20304
|
border: 2px solid transparent;
|
|
20305
20305
|
display: inline-flex;
|
|
@@ -20405,7 +20405,7 @@ const r3 = (e, t) => {
|
|
|
20405
20405
|
cursor: wait;
|
|
20406
20406
|
`, z = A(
|
|
20407
20407
|
Pr,
|
|
20408
|
-
|
|
20408
|
+
W,
|
|
20409
20409
|
Be(y, w),
|
|
20410
20410
|
L === "xsmall" && J,
|
|
20411
20411
|
L === "small" && j,
|
|
@@ -20457,7 +20457,7 @@ const r3 = (e, t) => {
|
|
|
20457
20457
|
}
|
|
20458
20458
|
)
|
|
20459
20459
|
] });
|
|
20460
|
-
}, Ge = K(F3), Ur = "ucl-uikit-label", L3 =
|
|
20460
|
+
}, Ge = K(F3), Ur = "ucl-uikit-label", L3 = He(
|
|
20461
20461
|
({
|
|
20462
20462
|
type: e = "block",
|
|
20463
20463
|
disabled: t,
|
|
@@ -20471,7 +20471,7 @@ const r3 = (e, t) => {
|
|
|
20471
20471
|
disabled: s,
|
|
20472
20472
|
optional: f,
|
|
20473
20473
|
id: h
|
|
20474
|
-
} = bt(
|
|
20474
|
+
} = bt(Wt);
|
|
20475
20475
|
t = t ?? s, o = o ?? f;
|
|
20476
20476
|
const p = a.htmlFor ?? h, { md: g, mdSemibold: b } = u.typography.body, y = d`
|
|
20477
20477
|
width: 100%;
|
|
@@ -20517,7 +20517,7 @@ const r3 = (e, t) => {
|
|
|
20517
20517
|
}
|
|
20518
20518
|
);
|
|
20519
20519
|
}
|
|
20520
|
-
), Ra = K(L3), jr = "ucl-uikit-icon-button", E3 =
|
|
20520
|
+
), Ra = K(L3), jr = "ucl-uikit-icon-button", E3 = He(
|
|
20521
20521
|
({ testId: e = jr, className: t, children: o, ...r }, l) => {
|
|
20522
20522
|
const [i] = E(), a = d`
|
|
20523
20523
|
background-color: transparent;
|
|
@@ -20603,7 +20603,7 @@ const r3 = (e, t) => {
|
|
|
20603
20603
|
min-width: 0;
|
|
20604
20604
|
color: inherit;
|
|
20605
20605
|
overflow-wrap: anywhere;
|
|
20606
|
-
`,
|
|
20606
|
+
`, W = d`
|
|
20607
20607
|
margin-left: auto;
|
|
20608
20608
|
flex-shrink: 0;
|
|
20609
20609
|
`, T = d`
|
|
@@ -20653,7 +20653,7 @@ const r3 = (e, t) => {
|
|
|
20653
20653
|
children: i
|
|
20654
20654
|
}
|
|
20655
20655
|
),
|
|
20656
|
-
/* @__PURE__ */ m("span", { className:
|
|
20656
|
+
/* @__PURE__ */ m("span", { className: W, children: [
|
|
20657
20657
|
e === "close" && /* @__PURE__ */ n(
|
|
20658
20658
|
qe,
|
|
20659
20659
|
{
|
|
@@ -20694,7 +20694,7 @@ const r3 = (e, t) => {
|
|
|
20694
20694
|
]
|
|
20695
20695
|
}
|
|
20696
20696
|
);
|
|
20697
|
-
},
|
|
20697
|
+
}, W3 = K(I3), Jr = "ucl-uikit-snackbars", Qr = 5e3, H3 = ({
|
|
20698
20698
|
items: e,
|
|
20699
20699
|
onDismiss: t,
|
|
20700
20700
|
duration: o = Qr,
|
|
@@ -20738,7 +20738,7 @@ const r3 = (e, t) => {
|
|
|
20738
20738
|
}, z);
|
|
20739
20739
|
},
|
|
20740
20740
|
[F]
|
|
20741
|
-
),
|
|
20741
|
+
), W = Ie(
|
|
20742
20742
|
(I) => {
|
|
20743
20743
|
if (p.current[I] === void 0) return;
|
|
20744
20744
|
const z = g.current[I], ee = b.current[I];
|
|
@@ -20859,7 +20859,7 @@ const r3 = (e, t) => {
|
|
|
20859
20859
|
children: j.map(({ id: I, ...z }) => {
|
|
20860
20860
|
const ee = f.has(I);
|
|
20861
20861
|
return delete z.duration, /* @__PURE__ */ n(
|
|
20862
|
-
|
|
20862
|
+
W3,
|
|
20863
20863
|
{
|
|
20864
20864
|
action: z.action ?? "close",
|
|
20865
20865
|
...z,
|
|
@@ -20879,7 +20879,7 @@ const r3 = (e, t) => {
|
|
|
20879
20879
|
},
|
|
20880
20880
|
onFocus: (me) => {
|
|
20881
20881
|
var ve;
|
|
20882
|
-
(ve = z.onFocus) == null || ve.call(z, me), k.current.add(I),
|
|
20882
|
+
(ve = z.onFocus) == null || ve.call(z, me), k.current.add(I), W(I);
|
|
20883
20883
|
},
|
|
20884
20884
|
onBlur: (me) => {
|
|
20885
20885
|
var se;
|
|
@@ -20897,12 +20897,12 @@ const r3 = (e, t) => {
|
|
|
20897
20897
|
})
|
|
20898
20898
|
}
|
|
20899
20899
|
);
|
|
20900
|
-
}, i9 = K(
|
|
20900
|
+
}, i9 = K(H3), B3 = (e) => {
|
|
20901
20901
|
if (typeof e != "string" || e === "" || e === null || e === void 0)
|
|
20902
20902
|
return "";
|
|
20903
20903
|
const t = e.trim().split(" ");
|
|
20904
20904
|
return t.length === 1 ? t[0].charAt(0).toUpperCase() : t.length >= 2 ? t[0].charAt(0).toUpperCase() + t[t.length - 1].charAt(0).toUpperCase() : "";
|
|
20905
|
-
}, Gr = "ucl-uikit-avatar", D3 =
|
|
20905
|
+
}, Gr = "ucl-uikit-avatar", D3 = He(
|
|
20906
20906
|
({
|
|
20907
20907
|
variant: e = "image",
|
|
20908
20908
|
imageUrl: t,
|
|
@@ -21214,13 +21214,13 @@ const r3 = (e, t) => {
|
|
|
21214
21214
|
]
|
|
21215
21215
|
}
|
|
21216
21216
|
);
|
|
21217
|
-
}, Va = K(R3), $r = "ucl-uikit-textarea", V3 =
|
|
21217
|
+
}, Va = K(R3), $r = "ucl-uikit-textarea", V3 = He(
|
|
21218
21218
|
({ value: e, resize: t = "vertical", testId: o = $r, className: r, ...l }, i) => {
|
|
21219
21219
|
const [a] = E(), { md: c } = a.typography.body, {
|
|
21220
21220
|
disabled: u,
|
|
21221
21221
|
id: s,
|
|
21222
21222
|
setCharCount: f
|
|
21223
|
-
} = bt(
|
|
21223
|
+
} = bt(Wt), h = l.disabled ?? u, p = l.id ?? s;
|
|
21224
21224
|
le(() => {
|
|
21225
21225
|
f(
|
|
21226
21226
|
e !== void 0 && typeof e == "string" ? e.length : 0
|
|
@@ -21358,7 +21358,7 @@ const r3 = (e, t) => {
|
|
|
21358
21358
|
font-weight: ${b.md.fontWeight};
|
|
21359
21359
|
line-height: ${b.md.lineHeight}%;
|
|
21360
21360
|
}
|
|
21361
|
-
`,
|
|
21361
|
+
`, W = A(
|
|
21362
21362
|
_r,
|
|
21363
21363
|
k,
|
|
21364
21364
|
y === "xxl" && x,
|
|
@@ -21378,7 +21378,7 @@ const r3 = (e, t) => {
|
|
|
21378
21378
|
"h1",
|
|
21379
21379
|
{
|
|
21380
21380
|
ref: i,
|
|
21381
|
-
className:
|
|
21381
|
+
className: W,
|
|
21382
21382
|
"data-testid": r,
|
|
21383
21383
|
...c
|
|
21384
21384
|
}
|
|
@@ -21387,7 +21387,7 @@ const r3 = (e, t) => {
|
|
|
21387
21387
|
"h2",
|
|
21388
21388
|
{
|
|
21389
21389
|
ref: i,
|
|
21390
|
-
className:
|
|
21390
|
+
className: W,
|
|
21391
21391
|
"data-testid": r,
|
|
21392
21392
|
...c
|
|
21393
21393
|
}
|
|
@@ -21396,7 +21396,7 @@ const r3 = (e, t) => {
|
|
|
21396
21396
|
"h3",
|
|
21397
21397
|
{
|
|
21398
21398
|
ref: i,
|
|
21399
|
-
className:
|
|
21399
|
+
className: W,
|
|
21400
21400
|
"data-testid": r,
|
|
21401
21401
|
...c
|
|
21402
21402
|
}
|
|
@@ -21405,7 +21405,7 @@ const r3 = (e, t) => {
|
|
|
21405
21405
|
"h4",
|
|
21406
21406
|
{
|
|
21407
21407
|
ref: i,
|
|
21408
|
-
className:
|
|
21408
|
+
className: W,
|
|
21409
21409
|
"data-testid": r,
|
|
21410
21410
|
...c
|
|
21411
21411
|
}
|
|
@@ -21414,7 +21414,7 @@ const r3 = (e, t) => {
|
|
|
21414
21414
|
"h5",
|
|
21415
21415
|
{
|
|
21416
21416
|
ref: i,
|
|
21417
|
-
className:
|
|
21417
|
+
className: W,
|
|
21418
21418
|
"data-testid": r,
|
|
21419
21419
|
...c
|
|
21420
21420
|
}
|
|
@@ -21423,7 +21423,7 @@ const r3 = (e, t) => {
|
|
|
21423
21423
|
"h6",
|
|
21424
21424
|
{
|
|
21425
21425
|
ref: i,
|
|
21426
|
-
className:
|
|
21426
|
+
className: W,
|
|
21427
21427
|
"data-testid": r,
|
|
21428
21428
|
...c
|
|
21429
21429
|
}
|
|
@@ -21432,7 +21432,7 @@ const r3 = (e, t) => {
|
|
|
21432
21432
|
"span",
|
|
21433
21433
|
{
|
|
21434
21434
|
ref: i,
|
|
21435
|
-
className:
|
|
21435
|
+
className: W,
|
|
21436
21436
|
"data-testid": r,
|
|
21437
21437
|
...c
|
|
21438
21438
|
}
|
|
@@ -21441,7 +21441,7 @@ const r3 = (e, t) => {
|
|
|
21441
21441
|
"div",
|
|
21442
21442
|
{
|
|
21443
21443
|
ref: i,
|
|
21444
|
-
className:
|
|
21444
|
+
className: W,
|
|
21445
21445
|
"data-testid": r,
|
|
21446
21446
|
...c
|
|
21447
21447
|
}
|
|
@@ -21478,7 +21478,7 @@ const r3 = (e, t) => {
|
|
|
21478
21478
|
xsMedium: L
|
|
21479
21479
|
}
|
|
21480
21480
|
}
|
|
21481
|
-
} = f,
|
|
21481
|
+
} = f, W = e || (t === "standfirst" ? o === "medium" ? "lg-medium" : "lg" : t === "small" ? o === "medium" ? "sm-medium" : "sm" : o === "medium" ? "md-medium" : "md"), T = d`
|
|
21482
21482
|
font-family: ${y.fontFamily};
|
|
21483
21483
|
font-feature-settings: ${y.fontSettings};
|
|
21484
21484
|
color: ${o === "medium" ? f.colour.text.secondary : f.colour.text.default};
|
|
@@ -21538,19 +21538,19 @@ const r3 = (e, t) => {
|
|
|
21538
21538
|
`, ve = A(
|
|
21539
21539
|
el,
|
|
21540
21540
|
T,
|
|
21541
|
-
|
|
21542
|
-
|
|
21543
|
-
|
|
21544
|
-
|
|
21545
|
-
|
|
21546
|
-
|
|
21547
|
-
|
|
21548
|
-
|
|
21549
|
-
|
|
21550
|
-
|
|
21551
|
-
|
|
21552
|
-
|
|
21553
|
-
|
|
21541
|
+
W === "lg" && R,
|
|
21542
|
+
W === "lg-medium" && Q,
|
|
21543
|
+
W === "lg-semibold" && J,
|
|
21544
|
+
W === "lg-bold" && j,
|
|
21545
|
+
W === "md" && N,
|
|
21546
|
+
W === "md-medium" && $,
|
|
21547
|
+
W === "md-semibold" && V,
|
|
21548
|
+
W === "md-medium-numeric" && O,
|
|
21549
|
+
W === "sm" && q,
|
|
21550
|
+
W === "sm-medium" && I,
|
|
21551
|
+
W === "sm-semibold" && z,
|
|
21552
|
+
W === "xs" && ee,
|
|
21553
|
+
W === "xs-medium" && me,
|
|
21554
21554
|
Be(
|
|
21555
21555
|
{ ...s, noMargins: u || l === !1 },
|
|
21556
21556
|
f
|
|
@@ -21586,7 +21586,7 @@ const r3 = (e, t) => {
|
|
|
21586
21586
|
}
|
|
21587
21587
|
)
|
|
21588
21588
|
] });
|
|
21589
|
-
}, io = K(O3), tl = "ucl-modal", q3 =
|
|
21589
|
+
}, io = K(O3), tl = "ucl-modal", q3 = He(
|
|
21590
21590
|
({
|
|
21591
21591
|
centered: e = !1,
|
|
21592
21592
|
closeOnClickOutside: t = !0,
|
|
@@ -21668,42 +21668,39 @@ const r3 = (e, t) => {
|
|
|
21668
21668
|
]
|
|
21669
21669
|
}
|
|
21670
21670
|
), Po = K(Z3), P3 = ({
|
|
21671
|
-
buildingFill: e,
|
|
21671
|
+
buildingFill: e = "#FFFFFF",
|
|
21672
21672
|
testId: t,
|
|
21673
21673
|
...o
|
|
21674
|
-
}) =>
|
|
21675
|
-
|
|
21676
|
-
|
|
21677
|
-
"svg",
|
|
21678
|
-
|
|
21679
|
-
|
|
21680
|
-
|
|
21681
|
-
|
|
21682
|
-
|
|
21683
|
-
|
|
21684
|
-
|
|
21685
|
-
|
|
21686
|
-
|
|
21687
|
-
|
|
21688
|
-
|
|
21689
|
-
|
|
21690
|
-
"
|
|
21691
|
-
|
|
21692
|
-
|
|
21693
|
-
|
|
21694
|
-
|
|
21695
|
-
|
|
21696
|
-
|
|
21697
|
-
"
|
|
21698
|
-
|
|
21699
|
-
|
|
21700
|
-
|
|
21701
|
-
|
|
21702
|
-
|
|
21703
|
-
|
|
21704
|
-
}
|
|
21705
|
-
);
|
|
21706
|
-
}, d9 = K(P3), {
|
|
21674
|
+
}) => /* @__PURE__ */ m(
|
|
21675
|
+
"svg",
|
|
21676
|
+
{
|
|
21677
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
21678
|
+
width: "200",
|
|
21679
|
+
height: "57",
|
|
21680
|
+
viewBox: "0 0 200 57",
|
|
21681
|
+
fill: "currentColor",
|
|
21682
|
+
"data-testid": t,
|
|
21683
|
+
...o,
|
|
21684
|
+
children: [
|
|
21685
|
+
/* @__PURE__ */ n("desc", { children: "Logo of University College London" }),
|
|
21686
|
+
/* @__PURE__ */ n("path", { d: "M0 0V57.4776H72.0838C71.5223 57.0837 70.9988 56.6749 70.5284 56.2363C66.3556 52.2895 66.3025 47.6961 66.1811 43.3999V19.0056H79.519V44.6189C79.519 46.3582 79.5797 48.1643 81.0667 49.5543C82.1365 50.6618 83.7449 51.0631 85.2927 51.0631C87.3791 51.0631 88.7447 50.305 89.5186 49.6137C91.0663 48.1643 91.127 46.3582 91.127 44.6189V19.0056H104.526V40.8431C104.526 45.548 104.526 51.6429 99.5789 56.2363C99.1085 56.6674 98.585 57.0837 98.0236 57.4776H118C112.12 53.345 109.359 46.4399 109.359 39.7356C109.359 28.6979 116.923 17.4893 131.156 17.4893C137.529 17.4893 143.599 19.6968 148.007 24.1119C149.797 25.9106 150.624 27.308 151.519 28.9283L140.389 34.332C139.312 31.8866 137.294 27.531 131.695 27.531C128.774 27.531 126.93 28.8689 126.035 29.7385C122.879 32.6968 122.879 37.3422 122.879 38.9774C122.879 45.0723 125.2 50.8253 131.755 50.8253C137.946 50.8253 139.797 45.4811 140.268 44.0912L151.58 49.4353C150.51 51.4125 149.494 53.2706 147.475 55.2403C146.611 56.0728 145.662 56.8161 144.668 57.4702H156.898V18.9461H170.176V49.2347H187.406V57.485H200V0H0Z" }),
|
|
21687
|
+
/* @__PURE__ */ n(
|
|
21688
|
+
"path",
|
|
21689
|
+
{
|
|
21690
|
+
d: "M35.2775 25.5545C35.2775 25.6805 35.3532 25.6879 35.3835 25.6879V26.1477C35.3835 26.2515 35.3002 26.296 35.2548 26.3109C35.2472 26.3109 35.2321 26.3257 35.2321 26.3331V26.8077L38.5172 26.0958H38.5248L41.8099 26.8077V26.3331C41.8099 26.3183 41.7948 26.3109 41.7872 26.3109C41.7343 26.3034 41.651 26.2589 41.651 26.1551V25.6954C41.6813 25.6954 41.757 25.6805 41.757 25.5619C41.757 25.4877 41.8251 25.4581 41.8554 25.4581C41.8705 25.4581 41.8781 25.4506 41.8781 25.4432V25.3172C41.8781 25.2875 41.8478 25.2875 41.8478 25.2875H41.7343C41.704 25.2875 41.704 25.2652 41.704 25.2652V25.1466C41.704 25.1169 41.6737 25.1169 41.6737 25.1169H41.5677C41.5374 25.1169 41.5374 25.0873 41.5374 25.0873V24.976C41.5374 24.976 41.5374 24.9538 41.5072 24.9538H41.439C41.4163 24.9538 41.3936 24.9315 41.3861 24.9019C41.3785 24.7536 41.439 23.7006 40.8713 22.9367C40.4247 22.2842 39.8116 21.9505 39.471 21.7947C39.4634 21.6538 39.259 21.6019 39.1682 21.5648C39.1228 21.55 39.0774 21.5278 39.0774 21.4907C39.0774 21.4907 39.0774 21.4462 39.0774 21.4388C39.0774 21.3943 39.1152 21.3795 39.1833 21.3795C39.1985 21.3795 39.2136 21.3646 39.2136 21.3498V21.2237C39.2136 21.2089 39.1985 21.1866 39.1682 21.1866C39.1228 21.1866 39.0698 21.1866 39.0471 21.1866C39.0168 21.1866 39.0017 21.1644 39.0017 21.1422V21.0754C39.0017 21.0383 38.9714 21.0161 38.9487 21.0087V20.2226C38.9487 20.193 38.9714 20.2004 38.9865 20.2004H38.9941C39.0017 20.2004 39.0168 20.193 39.0168 20.1781V20.104C39.0168 20.0966 39.0092 20.0817 38.9941 20.0817H38.9563C38.9411 20.0743 38.9335 20.0595 38.9335 20.0224C38.9335 19.9853 38.9411 19.9705 38.9563 19.9631H38.9865C38.9941 19.9631 39.0092 19.9557 39.0092 19.9482V19.8741C39.0092 19.8667 39.0017 19.8593 38.9865 19.8593H38.9487C38.9335 19.8593 38.9184 19.8518 38.8957 19.837C38.7594 19.7332 38.6232 19.5775 38.6232 19.5552V19.5255C38.6232 19.5107 38.6081 19.4811 38.5702 19.4811C38.5324 19.4811 38.5399 19.444 38.5626 19.444C38.5778 19.444 38.5778 19.4366 38.5778 19.4217V19.3698C38.5778 19.3476 38.5097 19.2512 38.5097 19.2512H38.5021C38.5021 19.2512 38.434 19.3476 38.434 19.3698V19.4217C38.434 19.4366 38.4415 19.444 38.4491 19.444C38.4718 19.444 38.4718 19.4811 38.4415 19.4811C38.4037 19.4811 38.3885 19.5107 38.3885 19.5255C38.3885 19.5404 38.3885 19.5404 38.3885 19.5552C38.3885 19.5775 38.2523 19.7332 38.116 19.837C38.1009 19.8518 38.0858 19.8593 38.0706 19.8593H38.0328C38.0252 19.8593 38.0101 19.8667 38.0101 19.8741V19.9482C38.0101 19.9557 38.0176 19.9631 38.0328 19.9631H38.0631C38.0782 19.9631 38.0858 19.9853 38.0858 20.0224C38.0858 20.0595 38.0782 20.0743 38.0631 20.0817H38.0252C38.0176 20.0817 38.0025 20.0891 38.0025 20.104V20.1781C38.0025 20.1855 38.0101 20.2004 38.0252 20.2004C38.0328 20.2004 38.0328 20.2004 38.0328 20.2004C38.0479 20.2004 38.0706 20.193 38.0706 20.2226V21.0087C38.0479 21.0235 38.0176 21.0383 38.0176 21.0754V21.1422C38.0176 21.157 38.0025 21.1866 37.9722 21.1866C37.9495 21.1866 37.8965 21.1866 37.8511 21.1866C37.8284 21.1866 37.8057 21.2089 37.8057 21.2237V21.3498C37.8057 21.3646 37.8208 21.3795 37.836 21.3795C37.8965 21.3795 37.9419 21.3943 37.9419 21.4388C37.9419 21.4388 37.9419 21.4833 37.9419 21.4907C37.9419 21.5278 37.8965 21.55 37.8511 21.5648C37.7603 21.5945 37.5559 21.6464 37.5483 21.7947C37.2077 21.9505 36.587 22.2842 36.148 22.9367C35.5803 23.7006 35.6333 24.7536 35.6257 24.9019C35.6257 24.9315 35.603 24.9538 35.5727 24.9538H35.5046C35.4743 24.9538 35.4743 24.976 35.4743 24.976V25.0873C35.4743 25.0873 35.4743 25.1169 35.444 25.1169H35.3305C35.3305 25.1169 35.3002 25.1169 35.3002 25.1466V25.2652C35.3002 25.2652 35.3002 25.2875 35.2699 25.2875H35.1564C35.1564 25.2875 35.1261 25.2875 35.1261 25.3172V25.4432C35.1261 25.4581 35.1337 25.4581 35.1488 25.4581C35.2094 25.4581 35.2775 25.4877 35.2775 25.5545Z",
|
|
21691
|
+
fill: e
|
|
21692
|
+
}
|
|
21693
|
+
),
|
|
21694
|
+
/* @__PURE__ */ n(
|
|
21695
|
+
"path",
|
|
21696
|
+
{
|
|
21697
|
+
d: "M45.4887 35.5656V34.6238H44.9286V34.1121C44.9286 34.1047 44.921 34.0973 44.9134 34.0973H44.8604C44.8529 34.0973 44.8529 34.0973 44.8453 34.0899C44.8453 34.0899 44.8377 34.0824 44.8377 34.075V34.0083C44.8377 34.0009 44.8377 34.0009 44.8302 33.9935C44.8226 33.986 44.7923 33.9564 44.7696 33.9341V29.9964C44.7696 29.9816 44.7772 29.9816 44.7772 29.9816H44.7923C44.8075 29.9816 44.8075 29.9668 44.8075 29.9594V29.8852C44.8075 29.8629 44.815 29.8185 44.8226 29.7962C44.8302 29.7814 44.8302 29.7665 44.7999 29.7665H44.7696C44.7393 29.7665 44.7318 29.7295 44.7469 29.7221C44.8453 29.6405 44.8604 29.4996 44.8604 29.4773C44.8604 29.4551 44.8604 29.4328 44.8832 29.4328H44.9286C44.9361 29.4328 44.9437 29.4254 44.9437 29.418V29.2474H45.2541C45.2919 29.2474 45.2919 29.2178 45.2919 29.2178L45.3979 28.6394C45.4584 28.5281 45.5796 28.543 45.5796 28.543H45.5947L45.7082 28.1796C45.7082 28.1796 45.7234 28.1499 45.6855 28.1425C45.6628 28.1351 38.5172 26.6371 38.5172 26.6371C38.5172 26.6371 31.3641 28.1425 31.3489 28.1425C31.3111 28.1499 31.3187 28.1796 31.3187 28.1796L31.4171 28.5356H31.4322C31.4322 28.5356 31.5457 28.5207 31.6063 28.6245L31.7123 29.203C31.7123 29.203 31.7123 29.24 31.7577 29.24H32.068V29.4106C32.068 29.418 32.0756 29.4254 32.0832 29.4254H32.1286C32.1513 29.4254 32.1513 29.4477 32.1513 29.4699C32.1513 29.4996 32.1664 29.6331 32.2648 29.7221C32.28 29.7369 32.2724 29.7665 32.2421 29.7665H32.2043C32.1816 29.7665 32.1816 29.7814 32.1891 29.7962C32.1967 29.811 32.1967 29.8629 32.1967 29.8852V29.9594C32.1967 29.9742 32.1967 29.9816 32.2119 29.9816H32.227C32.227 29.9816 32.2421 29.9816 32.2421 29.9964V33.9341C32.227 33.949 32.1891 33.986 32.1816 33.9935C32.174 33.9935 32.174 34.0009 32.174 34.0083V34.075C32.174 34.0824 32.174 34.0824 32.174 34.0899C32.1664 34.0899 32.1664 34.0973 32.1589 34.0973H32.1059C32.0983 34.0973 32.0907 34.1047 32.0907 34.1121V34.6238H31.5306V35.5656H30.978V36.5148H46.0489V35.5656H45.4887ZM43.8461 29.4328H43.8916C43.9143 29.4328 43.9143 29.4551 43.9143 29.4773C43.9143 29.507 43.9294 29.6405 44.0278 29.7295C44.0429 29.7443 44.0354 29.774 44.0051 29.774H43.9748C43.9521 29.774 43.9521 29.7888 43.9597 29.8036C43.9673 29.8185 43.9748 29.8704 43.9748 29.8926V29.9668C43.9748 29.9816 43.9748 29.989 43.99 29.989H44.0051C44.0051 29.989 44.0127 29.989 44.0127 30.0038V33.9415C43.9975 33.9564 43.9597 33.9935 43.9521 34.0009C43.9521 34.0009 43.9445 34.0083 43.9445 34.0157V34.0824C43.9445 34.0899 43.9445 34.0899 43.937 34.0973C43.937 34.0973 43.9294 34.1047 43.9218 34.1047H43.8688C43.8613 34.1047 43.8537 34.1121 43.8537 34.1195V34.2233H42.5745V34.1121C42.5745 34.1047 42.5669 34.0973 42.5593 34.0973H42.5063C42.4988 34.0973 42.4912 34.0973 42.4912 34.0899C42.4836 34.0899 42.4836 34.0824 42.4836 34.075V34.0083C42.4836 34.0009 42.4836 34.0009 42.4761 33.9935C42.4685 33.986 42.4382 33.9564 42.4155 33.9341V29.9964C42.4155 29.9816 42.4306 29.9816 42.4306 29.9816H42.4458C42.4609 29.9816 42.4609 29.9668 42.4609 29.9594V29.8852C42.4609 29.8629 42.4685 29.8185 42.4761 29.7962C42.4836 29.7814 42.4836 29.7665 42.4534 29.7665H42.4231C42.3928 29.7665 42.3852 29.7295 42.4004 29.7221C42.4988 29.6405 42.5139 29.4996 42.5139 29.4773C42.5139 29.4551 42.5139 29.4328 42.5366 29.4328H42.582C42.5896 29.4328 42.5972 29.4254 42.5972 29.418V29.2474H43.8234V29.418C43.831 29.4254 43.8386 29.4328 43.8461 29.4328ZM40.2052 34.0973H40.1522C40.1447 34.0973 40.1371 34.0973 40.1371 34.0899C40.1371 34.0899 40.1295 34.0824 40.1295 34.075V34.0083C40.1295 34.0009 40.1295 34.0009 40.122 33.9935C40.1144 33.986 40.0841 33.9564 40.0614 33.9341V29.9964C40.0614 29.9816 40.0765 29.9816 40.0765 29.9816H40.0917C40.1068 29.9816 40.1068 29.9668 40.1068 29.9594V29.8852C40.1068 29.8629 40.1144 29.8185 40.122 29.7962C40.1295 29.7814 40.1295 29.7665 40.1068 29.7665H40.069C40.0387 29.7665 40.0387 29.7295 40.0538 29.7221C40.1522 29.6405 40.1598 29.4996 40.1598 29.4773C40.1598 29.4551 40.1598 29.4328 40.1825 29.4328H40.2279C40.2355 29.4328 40.2431 29.4254 40.2431 29.418V29.2474H41.4693V29.418C41.4693 29.4254 41.4769 29.4328 41.4845 29.4328H41.5299C41.5526 29.4328 41.5526 29.4551 41.5526 29.4773C41.5526 29.507 41.5677 29.6405 41.6661 29.7295C41.6813 29.7443 41.6737 29.774 41.6434 29.774H41.6131C41.5904 29.774 41.5829 29.7888 41.5904 29.8036C41.598 29.8185 41.6056 29.8704 41.6056 29.8926V29.9668C41.6056 29.9816 41.6056 29.989 41.6207 29.989H41.6359C41.6359 29.989 41.651 29.989 41.651 30.0038C41.651 30.0113 41.651 30.0187 41.651 30.0187V33.9415C41.6359 33.9564 41.598 33.9935 41.5904 34.0009C41.5829 34.0009 41.5829 34.0083 41.5829 34.0157V34.0824C41.5829 34.0899 41.5829 34.0899 41.5753 34.0973C41.5753 34.0973 41.5677 34.1047 41.5602 34.1047H41.5072C41.4996 34.1047 41.492 34.1121 41.492 34.1195V34.2233H40.2052V34.1121C40.2204 34.1047 40.2128 34.0973 40.2052 34.0973ZM39.1304 29.2474V29.418C39.1304 29.4254 39.1379 29.4328 39.1455 29.4328H39.1909C39.2136 29.4328 39.2136 29.4551 39.2136 29.4773C39.2136 29.507 39.2288 29.6405 39.3272 29.7295C39.3423 29.7443 39.3347 29.774 39.3045 29.774H39.2742C39.2515 29.774 39.2439 29.7888 39.2515 29.8036C39.259 29.8185 39.2666 29.8704 39.2666 29.8926V29.9668C39.2666 29.9816 39.2666 29.989 39.2817 29.989H39.2969C39.2969 29.989 39.312 29.989 39.312 30.0038V33.9415C39.2969 33.9564 39.259 33.9935 39.2515 34.0009C39.2439 34.0009 39.2439 34.0083 39.2439 34.0157V34.0824C39.2439 34.0899 39.2439 34.0899 39.2363 34.0973C39.2288 34.0973 39.2288 34.1047 39.2212 34.1047H39.1682C39.1606 34.1047 39.1531 34.1121 39.1531 34.1195V34.2233H37.8663V34.1121C37.8663 34.1047 37.8587 34.0973 37.8511 34.0973H37.7981C37.7906 34.0973 37.783 34.0973 37.783 34.0899C37.783 34.0899 37.7754 34.0824 37.7754 34.075V34.0083C37.7754 34.0009 37.7754 34.0009 37.7679 33.9935C37.7603 33.986 37.73 33.9564 37.7073 33.9341V30.0113C37.7073 30.0113 37.7073 30.0038 37.7073 29.9964C37.7073 29.9816 37.7149 29.9816 37.7149 29.9816H37.73C37.7451 29.9816 37.7451 29.9668 37.7451 29.9594V29.8852C37.7451 29.8629 37.7527 29.8185 37.7603 29.7962C37.7678 29.7814 37.7678 29.7665 37.7376 29.7665H37.7073C37.677 29.7665 37.6694 29.7295 37.6846 29.7221C37.783 29.6405 37.7981 29.4996 37.7981 29.4773C37.7981 29.4551 37.7981 29.4328 37.8208 29.4328H37.8663C37.8738 29.4328 37.8814 29.4254 37.8814 29.418V29.2474H39.1304ZM35.5121 34.0973H35.4592C35.4516 34.0973 35.4516 34.0973 35.444 34.0899C35.4365 34.0899 35.4364 34.0824 35.4364 34.075V34.0083C35.4364 34.0009 35.4364 34.0009 35.4289 33.9935C35.4213 33.986 35.391 33.9564 35.3683 33.9341V29.9964C35.3683 29.9816 35.3835 29.9816 35.3835 29.9816H35.3986C35.4137 29.9816 35.4137 29.9668 35.4137 29.9594V29.8852C35.4137 29.8629 35.4213 29.8185 35.4289 29.7962C35.4364 29.7814 35.4365 29.7665 35.4137 29.7665H35.3759C35.3456 29.7665 35.3456 29.7295 35.3532 29.7221C35.4516 29.6405 35.4667 29.4996 35.4667 29.4773C35.4667 29.4551 35.4667 29.4328 35.4894 29.4328H35.5349C35.5424 29.4328 35.55 29.4254 35.55 29.418V29.2474H36.7762V29.418C36.7762 29.4254 36.7838 29.4328 36.7914 29.4328H36.8368C36.8595 29.4328 36.8595 29.4551 36.8595 29.4773C36.8595 29.507 36.8747 29.6405 36.9731 29.7295C36.9882 29.7443 36.9806 29.774 36.9503 29.774H36.9201C36.8974 29.774 36.8898 29.7888 36.8974 29.8036C36.9049 29.8185 36.9125 29.8704 36.9125 29.8926V29.9668C36.9125 29.9816 36.9125 29.989 36.9276 29.989H36.9428C36.9428 29.989 36.9579 29.989 36.9579 30.0038V33.9415C36.9428 33.9564 36.9049 33.9935 36.8974 34.0009C36.8974 34.0009 36.8898 34.0083 36.8898 34.0157V34.0824C36.8898 34.0899 36.8898 34.0899 36.8822 34.0973C36.8746 34.1047 36.8747 34.1047 36.8671 34.1047H36.8141C36.8065 34.1047 36.799 34.1121 36.799 34.1195V34.2233H35.5121V34.1121C35.5197 34.1047 35.5197 34.0973 35.5121 34.0973ZM34.4297 29.2474V29.418C34.4297 29.4254 34.4373 29.4328 34.4448 29.4328H34.4903C34.513 29.4328 34.513 29.4551 34.513 29.4773C34.513 29.507 34.5281 29.6405 34.6265 29.7295C34.6417 29.7443 34.6341 29.774 34.6038 29.774H34.5735C34.5508 29.774 34.5432 29.7888 34.5508 29.8036C34.5584 29.8185 34.566 29.8704 34.566 29.8926V29.9668C34.566 29.9816 34.566 29.989 34.5811 29.989H34.5962C34.5962 29.989 34.6114 29.989 34.6114 30.0038V33.9415C34.5962 33.9564 34.5584 33.9935 34.5508 34.0009C34.5432 34.0009 34.5433 34.0083 34.5433 34.0157V34.0824C34.5433 34.0899 34.5432 34.0899 34.5357 34.0973C34.5357 34.0973 34.5281 34.1047 34.5205 34.1047H34.4676C34.46 34.1047 34.4524 34.1121 34.4524 34.1195V34.2233H33.1656V34.1121C33.1656 34.1047 33.158 34.0973 33.1505 34.0973H33.0975C33.0899 34.0973 33.0823 34.0973 33.0823 34.0899C33.0748 34.0899 33.0748 34.0824 33.0748 34.075V34.0083C33.0748 34.0009 33.0748 34.0009 33.0672 33.9935C33.0596 33.986 33.0218 33.9564 33.0066 33.9341V29.9964C33.0066 29.9816 33.0142 29.9816 33.0142 29.9816H33.0294C33.0445 29.9816 33.0445 29.9668 33.0445 29.9594V29.8852C33.0445 29.8629 33.0445 29.8185 33.0596 29.7962C33.0672 29.7814 33.0672 29.7665 33.0369 29.7665H33.0066C32.9764 29.7665 32.9688 29.7295 32.9839 29.7221C33.0823 29.6405 33.0899 29.4996 33.0899 29.4773C33.0899 29.4551 33.0899 29.4328 33.1126 29.4328H33.158C33.1656 29.4328 33.1732 29.4254 33.1732 29.418V29.2474H34.4297Z",
|
|
21698
|
+
fill: e
|
|
21699
|
+
}
|
|
21700
|
+
)
|
|
21701
|
+
]
|
|
21702
|
+
}
|
|
21703
|
+
), d9 = K(P3), {
|
|
21707
21704
|
logos: {
|
|
21708
21705
|
ucl: { Primary: U3 },
|
|
21709
21706
|
ucl: { Secondary: j3 },
|
|
@@ -21724,7 +21721,7 @@ const r3 = (e, t) => {
|
|
|
21724
21721
|
...o
|
|
21725
21722
|
}
|
|
21726
21723
|
);
|
|
21727
|
-
},
|
|
21724
|
+
}, Ho = K(Q3), ol = "ucl-uikit-app-header__top", Un = 56, G3 = ({
|
|
21728
21725
|
uclLogo: e = !0,
|
|
21729
21726
|
logoClassName: t,
|
|
21730
21727
|
testId: o = ol,
|
|
@@ -21741,7 +21738,7 @@ const r3 = (e, t) => {
|
|
|
21741
21738
|
margin-left: auto;
|
|
21742
21739
|
margin-top: 20px;
|
|
21743
21740
|
height: 36px;
|
|
21744
|
-
color: ${a.
|
|
21741
|
+
color: ${a.color.display.greenDark}; // default header/logo colour
|
|
21745
21742
|
`, f = A(s, t);
|
|
21746
21743
|
return /* @__PURE__ */ m(
|
|
21747
21744
|
"div",
|
|
@@ -21767,8 +21764,8 @@ const r3 = (e, t) => {
|
|
|
21767
21764
|
line-height: 48px;
|
|
21768
21765
|
display: flex;
|
|
21769
21766
|
align-items: center;
|
|
21770
|
-
background-color: ${l.
|
|
21771
|
-
color:
|
|
21767
|
+
background-color: ${l.color.display.greenDark}; // default header/logo colour
|
|
21768
|
+
color: inherit;
|
|
21772
21769
|
`, a = A(nl, i, t);
|
|
21773
21770
|
return /* @__PURE__ */ n(
|
|
21774
21771
|
"div",
|
|
@@ -21809,8 +21806,9 @@ const r3 = (e, t) => {
|
|
|
21809
21806
|
...i
|
|
21810
21807
|
}) => {
|
|
21811
21808
|
const [a] = E(), c = d`
|
|
21812
|
-
background-color: ${a.
|
|
21813
|
-
color: ${a.
|
|
21809
|
+
background-color: ${a.color.neutral.white};
|
|
21810
|
+
color: ${a.color.text.primary};
|
|
21811
|
+
font-family: ${a.font.family.primary};
|
|
21814
21812
|
`, u = d`
|
|
21815
21813
|
position: fixed;
|
|
21816
21814
|
left: 0;
|
|
@@ -22115,7 +22113,7 @@ const al = "ucl-uikit-breadcrumbs__item", Yn = ({
|
|
|
22115
22113
|
BaseItem: Yn,
|
|
22116
22114
|
Link: uw,
|
|
22117
22115
|
Current: cw
|
|
22118
|
-
}), dl = "ucl-uikit-checkbox", pw =
|
|
22116
|
+
}), dl = "ucl-uikit-checkbox", pw = He(
|
|
22119
22117
|
({
|
|
22120
22118
|
indeterminate: e,
|
|
22121
22119
|
// takes precedence over checked
|
|
@@ -22130,8 +22128,8 @@ const al = "ucl-uikit-breadcrumbs__item", Yn = ({
|
|
|
22130
22128
|
}, s) => {
|
|
22131
22129
|
const [f] = E(), h = t !== void 0, [p, g] = he(
|
|
22132
22130
|
o ?? !1
|
|
22133
|
-
), b = h ? t : p, y = (
|
|
22134
|
-
h || g(
|
|
22131
|
+
), b = h ? t : p, y = (W) => {
|
|
22132
|
+
h || g(W.target.checked), c == null || c(W);
|
|
22135
22133
|
}, S = d`
|
|
22136
22134
|
position: relative;
|
|
22137
22135
|
width: 24px;
|
|
@@ -22197,7 +22195,7 @@ const al = "ucl-uikit-breadcrumbs__item", Yn = ({
|
|
|
22197
22195
|
defaultChecked: h ? void 0 : o,
|
|
22198
22196
|
disabled: r,
|
|
22199
22197
|
indeterminate: e,
|
|
22200
|
-
renderVisual: (
|
|
22198
|
+
renderVisual: (W) => W.indeterminate ? /* @__PURE__ */ n(
|
|
22201
22199
|
P.Empty,
|
|
22202
22200
|
{
|
|
22203
22201
|
className: L,
|
|
@@ -22213,7 +22211,7 @@ const al = "ucl-uikit-breadcrumbs__item", Yn = ({
|
|
|
22213
22211
|
}
|
|
22214
22212
|
)
|
|
22215
22213
|
}
|
|
22216
|
-
) :
|
|
22214
|
+
) : W.checked ? /* @__PURE__ */ n(
|
|
22217
22215
|
P.Empty,
|
|
22218
22216
|
{
|
|
22219
22217
|
className: F,
|
|
@@ -22228,7 +22226,7 @@ const al = "ucl-uikit-breadcrumbs__item", Yn = ({
|
|
|
22228
22226
|
}
|
|
22229
22227
|
);
|
|
22230
22228
|
}
|
|
22231
|
-
), Jn = K(pw), ul = "ucl-uikit-labelled-checkbox", fw =
|
|
22229
|
+
), Jn = K(pw), ul = "ucl-uikit-labelled-checkbox", fw = He(
|
|
22232
22230
|
({
|
|
22233
22231
|
id: e,
|
|
22234
22232
|
labelProps: t,
|
|
@@ -22335,7 +22333,7 @@ const al = "ucl-uikit-breadcrumbs__item", Yn = ({
|
|
|
22335
22333
|
className: a
|
|
22336
22334
|
}
|
|
22337
22335
|
);
|
|
22338
|
-
}, gw = K(mw), pl = "ucl-uikit-toggle", yw =
|
|
22336
|
+
}, gw = K(mw), pl = "ucl-uikit-toggle", yw = He(
|
|
22339
22337
|
({
|
|
22340
22338
|
checked: e = !1,
|
|
22341
22339
|
disabled: t = !1,
|
|
@@ -22397,7 +22395,7 @@ const al = "ucl-uikit-breadcrumbs__item", Yn = ({
|
|
|
22397
22395
|
}
|
|
22398
22396
|
);
|
|
22399
22397
|
}
|
|
22400
|
-
), f9 = K(yw), fl = "ucl-uikit-chip", bw =
|
|
22398
|
+
), f9 = K(yw), fl = "ucl-uikit-chip", bw = He(
|
|
22401
22399
|
({
|
|
22402
22400
|
label: e,
|
|
22403
22401
|
checked: t,
|
|
@@ -22632,11 +22630,11 @@ const al = "ucl-uikit-breadcrumbs__item", Yn = ({
|
|
|
22632
22630
|
font-size: ${b.fontSize}px;
|
|
22633
22631
|
font-weight: ${b.fontWeight};
|
|
22634
22632
|
line-height: ${b.lineHeight}%;
|
|
22635
|
-
color: ${h.
|
|
22633
|
+
color: ${h.color.text.secondary};
|
|
22636
22634
|
`, k = d`
|
|
22637
|
-
color: ${h.
|
|
22635
|
+
color: ${h.color.text.primary};
|
|
22638
22636
|
&:hover {
|
|
22639
|
-
background-color: ${h.
|
|
22637
|
+
background-color: ${h.color.interaction.blue5};
|
|
22640
22638
|
}
|
|
22641
22639
|
&:focus-visible {
|
|
22642
22640
|
outline: none;
|
|
@@ -22645,16 +22643,16 @@ const al = "ucl-uikit-breadcrumbs__item", Yn = ({
|
|
|
22645
22643
|
}
|
|
22646
22644
|
`, x = d`
|
|
22647
22645
|
text-decoration: none;
|
|
22648
|
-
color: ${h.
|
|
22646
|
+
color: ${h.color.text.primary};
|
|
22649
22647
|
display: flex;
|
|
22650
22648
|
align-items: center;
|
|
22651
22649
|
width: 100%;
|
|
22652
22650
|
height: 100%;
|
|
22653
22651
|
&:hover {
|
|
22654
|
-
background-color: ${h.
|
|
22652
|
+
background-color: ${h.color.interaction.blue5};
|
|
22655
22653
|
}
|
|
22656
22654
|
&:visited {
|
|
22657
|
-
color: ${h.
|
|
22655
|
+
color: ${h.color.text.primary};
|
|
22658
22656
|
}
|
|
22659
22657
|
&:focus-visible {
|
|
22660
22658
|
outline: none;
|
|
@@ -22744,12 +22742,12 @@ const al = "ucl-uikit-breadcrumbs__item", Yn = ({
|
|
|
22744
22742
|
min-width: 140px;
|
|
22745
22743
|
white-space: nowrap;
|
|
22746
22744
|
cursor: default;
|
|
22747
|
-
background-color:
|
|
22745
|
+
background-color: white;
|
|
22748
22746
|
box-shadow: ${c.boxShadow.y1};
|
|
22749
|
-
border: ${c.border.b1} solid ${c.
|
|
22747
|
+
border: ${c.border.b1} solid ${c.color.neutral.grey20};
|
|
22750
22748
|
padding-left: 0;
|
|
22751
22749
|
padding-right: 0;
|
|
22752
|
-
color: ${c.
|
|
22750
|
+
color: ${c.color.text.primary};
|
|
22753
22751
|
list-style: none;
|
|
22754
22752
|
|
|
22755
22753
|
@media (max-width: ${c.breakpoints.desktop}px) {
|
|
@@ -22817,7 +22815,7 @@ const al = "ucl-uikit-breadcrumbs__item", Yn = ({
|
|
|
22817
22815
|
margin: 0;
|
|
22818
22816
|
height: 1px;
|
|
22819
22817
|
border: none;
|
|
22820
|
-
background-color: ${r.
|
|
22818
|
+
background-color: ${r.color.neutral.grey20};
|
|
22821
22819
|
`, i = A(yl, l, t);
|
|
22822
22820
|
return /* @__PURE__ */ n(
|
|
22823
22821
|
"hr",
|
|
@@ -22951,8 +22949,8 @@ const Ua = lt({}), ja = () => Xe(Ua), Cw = ({
|
|
|
22951
22949
|
z-index: 100;
|
|
22952
22950
|
${o === "left" ? "left: 0;" : "right: 0;"}
|
|
22953
22951
|
white-space: nowrap;
|
|
22954
|
-
background-color: ${s.
|
|
22955
|
-
color: ${s.
|
|
22952
|
+
background-color: ${s.color.neutral.white};
|
|
22953
|
+
color: ${s.color.text.primary};
|
|
22956
22954
|
|
|
22957
22955
|
position: fixed;
|
|
22958
22956
|
height: 100vh;
|
|
@@ -22971,7 +22969,7 @@ const Ua = lt({}), ja = () => Xe(Ua), Cw = ({
|
|
|
22971
22969
|
position: absolute;
|
|
22972
22970
|
height: auto;
|
|
22973
22971
|
min-width: 600px;
|
|
22974
|
-
border: ${s.border.b1} solid ${s.
|
|
22972
|
+
border: ${s.border.b1} solid ${s.color.neutral.grey20};
|
|
22975
22973
|
box-shadow: ${s.boxShadow.y1};
|
|
22976
22974
|
}
|
|
22977
22975
|
`, g = d`
|
|
@@ -23055,12 +23053,12 @@ const Ua = lt({}), ja = () => Xe(Ua), Cw = ({
|
|
|
23055
23053
|
font-size: ${p.fontSize}px;
|
|
23056
23054
|
font-weight: ${p.fontWeight};
|
|
23057
23055
|
line-height: ${p.lineHeight}%;
|
|
23058
|
-
color: ${s.
|
|
23056
|
+
color: ${s.color.text.secondary};
|
|
23059
23057
|
`, b = d`
|
|
23060
|
-
color: ${i ?
|
|
23058
|
+
color: ${i ? s.color.text.secondary : s.color.text.primary};
|
|
23061
23059
|
cursor: pointer;
|
|
23062
23060
|
&:hover {
|
|
23063
|
-
background-color: ${s.
|
|
23061
|
+
background-color: ${s.color.interaction.blue5};
|
|
23064
23062
|
}
|
|
23065
23063
|
&:focus-visible {
|
|
23066
23064
|
outline: none;
|
|
@@ -23104,7 +23102,7 @@ const Ua = lt({}), ja = () => Xe(Ua), Cw = ({
|
|
|
23104
23102
|
]
|
|
23105
23103
|
}
|
|
23106
23104
|
);
|
|
23107
|
-
}, Ew = K(Lw), Iw = "ucl-uikit-menu__section",
|
|
23105
|
+
}, Ew = K(Lw), Iw = "ucl-uikit-menu__section", Ww = ({
|
|
23108
23106
|
className: e,
|
|
23109
23107
|
children: t,
|
|
23110
23108
|
...o
|
|
@@ -23115,7 +23113,7 @@ const Ua = lt({}), ja = () => Xe(Ua), Cw = ({
|
|
|
23115
23113
|
margin-bottom: ${r.margin.m32};
|
|
23116
23114
|
|
|
23117
23115
|
&:not(:last-of-type) {
|
|
23118
|
-
border-bottom: 1px solid ${r.
|
|
23116
|
+
border-bottom: 1px solid ${r.color.neutral.grey10};
|
|
23119
23117
|
}
|
|
23120
23118
|
`, i = A(Iw, l, e), a = d`
|
|
23121
23119
|
list-style: none;
|
|
@@ -23131,8 +23129,8 @@ const Ua = lt({}), ja = () => Xe(Ua), Cw = ({
|
|
|
23131
23129
|
children: /* @__PURE__ */ n("ul", { className: a, children: t })
|
|
23132
23130
|
}
|
|
23133
23131
|
);
|
|
23134
|
-
},
|
|
23135
|
-
const { toggleMenu: o, isOpen: r, triggerRef: l } = ja(), i = A(
|
|
23132
|
+
}, Hw = "ucl-uikit-menu__trigger", Bw = "Menu button", Dw = ({ className: e, ...t }) => {
|
|
23133
|
+
const { toggleMenu: o, isOpen: r, triggerRef: l } = ja(), i = A(Hw, e);
|
|
23136
23134
|
return /* @__PURE__ */ n(
|
|
23137
23135
|
qe,
|
|
23138
23136
|
{
|
|
@@ -23181,7 +23179,7 @@ const Ua = lt({}), ja = () => Xe(Ua), Cw = ({
|
|
|
23181
23179
|
}
|
|
23182
23180
|
);
|
|
23183
23181
|
}, Nw = K(Tw), Ya = Nw;
|
|
23184
|
-
Ya.Section =
|
|
23182
|
+
Ya.Section = Ww;
|
|
23185
23183
|
Ya.Item = Ew;
|
|
23186
23184
|
const ao = ({
|
|
23187
23185
|
icon: e,
|
|
@@ -23351,7 +23349,7 @@ const ao = ({
|
|
|
23351
23349
|
...l,
|
|
23352
23350
|
children: [
|
|
23353
23351
|
/* @__PURE__ */ n(
|
|
23354
|
-
|
|
23352
|
+
Ho,
|
|
23355
23353
|
{
|
|
23356
23354
|
testId: `${e}__logo`,
|
|
23357
23355
|
height: 30
|
|
@@ -23888,7 +23886,7 @@ const ao = ({
|
|
|
23888
23886
|
`Select options contain non-unique values: ${w.map(String).join(", ")}`
|
|
23889
23887
|
);
|
|
23890
23888
|
}, [w]);
|
|
23891
|
-
const F = de(null), L = F,
|
|
23889
|
+
const F = de(null), L = F, W = de(!1), T = de(!1), R = (Y) => {
|
|
23892
23890
|
F.current = Y, typeof x == "function" ? x(Y) : x && "current" in x && (x.current = Y);
|
|
23893
23891
|
}, [Q] = E(), [J, j] = he(!1), [N, $] = he(""), [V, O] = he(
|
|
23894
23892
|
null
|
|
@@ -23903,7 +23901,7 @@ const ao = ({
|
|
|
23903
23901
|
const ze = yt(() => {
|
|
23904
23902
|
const Y = N.toLowerCase();
|
|
23905
23903
|
return k ? o.reduce((te, we, Fe) => (we.label.toLowerCase().includes(Y) && te.push(Fe), te), []) : o.map((te, we) => we);
|
|
23906
|
-
}, [k, o, N]),
|
|
23904
|
+
}, [k, o, N]), We = yt(
|
|
23907
23905
|
() => ze.map((Y) => o[Y]),
|
|
23908
23906
|
[ze, o]
|
|
23909
23907
|
);
|
|
@@ -23974,7 +23972,7 @@ const ao = ({
|
|
|
23974
23972
|
l && J && j(!1);
|
|
23975
23973
|
}, [l, J]), le(() => {
|
|
23976
23974
|
k && J && X.current && X.current.focus();
|
|
23977
|
-
}, [k, J]),
|
|
23975
|
+
}, [k, J]), Wn(() => {
|
|
23978
23976
|
if (!J) {
|
|
23979
23977
|
me(null), se(null), ce(null);
|
|
23980
23978
|
return;
|
|
@@ -23997,8 +23995,8 @@ const ao = ({
|
|
|
23997
23995
|
ce((te) => te && te.referenceWidth === Y.referenceWidth && te.availableWidth === Y.availableWidth && te.availableHeight === Y.availableHeight ? te : Y);
|
|
23998
23996
|
}, _o = (Y) => {
|
|
23999
23997
|
if (!l) {
|
|
24000
|
-
if (
|
|
24001
|
-
|
|
23998
|
+
if (W.current) {
|
|
23999
|
+
W.current = !1;
|
|
24002
24000
|
return;
|
|
24003
24001
|
}
|
|
24004
24002
|
if (!J) {
|
|
@@ -24012,18 +24010,18 @@ const ao = ({
|
|
|
24012
24010
|
l || (Y.stopPropagation(), z(null), O(null), $(""), mt(), (te = L.current) == null || te.focus(), r == null || r(null, Y));
|
|
24013
24011
|
}, tn = (Y, te, we) => {
|
|
24014
24012
|
typeof we == "number" && z(we), r == null || r(te, Y), $(""), mt();
|
|
24015
|
-
},
|
|
24013
|
+
}, Ht = I !== null ? o[I] : void 0, jt = I !== null ? ze.indexOf(I) : -1, Bt = V !== null && V >= 0 && V < We.length ? V : null, Dt = Bt !== null ? Bt : jt >= 0 ? jt : null, Re = Dt !== null ? ze[Dt] : null, $e = J && Bt !== null && Re !== null ? `${Z}-option-${Re}` : void 0, on = (Y) => {
|
|
24016
24014
|
var we;
|
|
24017
24015
|
(Y.key === "ArrowUp" || Y.key === "ArrowDown" || Y.key === "ArrowLeft" || Y.key === "ArrowRight") && Y.preventDefault();
|
|
24018
24016
|
const te = () => {
|
|
24019
|
-
if (V !== null && V >= 0 && V <
|
|
24017
|
+
if (V !== null && V >= 0 && V < We.length)
|
|
24020
24018
|
return V;
|
|
24021
24019
|
if (I !== null) {
|
|
24022
24020
|
const Le = ze.indexOf(I);
|
|
24023
24021
|
if (Le >= 0)
|
|
24024
24022
|
return Le;
|
|
24025
24023
|
}
|
|
24026
|
-
const Fe =
|
|
24024
|
+
const Fe = We.findIndex(
|
|
24027
24025
|
(Le) => Le.value === t
|
|
24028
24026
|
);
|
|
24029
24027
|
return Fe >= 0 ? Fe : null;
|
|
@@ -24034,10 +24032,10 @@ const ao = ({
|
|
|
24034
24032
|
xt();
|
|
24035
24033
|
return;
|
|
24036
24034
|
}
|
|
24037
|
-
if (e === "commit" &&
|
|
24035
|
+
if (e === "commit" && We.length > 0) {
|
|
24038
24036
|
const Fe = te();
|
|
24039
24037
|
if (Fe !== null) {
|
|
24040
|
-
const Le =
|
|
24038
|
+
const Le = We[Fe], Ze = ze[Fe];
|
|
24041
24039
|
z(Ze), r == null || r(Le.value, Y), $(""), pe(`${Le.label} selected`);
|
|
24042
24040
|
}
|
|
24043
24041
|
mt(), T.current = !0, (we = L.current) == null || we.focus();
|
|
@@ -24059,10 +24057,10 @@ const ao = ({
|
|
|
24059
24057
|
xt();
|
|
24060
24058
|
return;
|
|
24061
24059
|
}
|
|
24062
|
-
if (
|
|
24060
|
+
if (We.length === 0)
|
|
24063
24061
|
return;
|
|
24064
|
-
const Fe = te(), Le = Fe === null ?
|
|
24065
|
-
O(Le), e === "focus" && (z(Ze), r == null || r(
|
|
24062
|
+
const Fe = te(), Le = Fe === null ? We.length - 1 : (Fe - 1 + We.length) % We.length, Ze = ze[Le];
|
|
24063
|
+
O(Le), e === "focus" && (z(Ze), r == null || r(We[Le].value, Y));
|
|
24066
24064
|
return;
|
|
24067
24065
|
}
|
|
24068
24066
|
if (Y.key === "ArrowDown" || Y.key === "ArrowRight") {
|
|
@@ -24070,10 +24068,10 @@ const ao = ({
|
|
|
24070
24068
|
xt();
|
|
24071
24069
|
return;
|
|
24072
24070
|
}
|
|
24073
|
-
if (
|
|
24071
|
+
if (We.length === 0)
|
|
24074
24072
|
return;
|
|
24075
|
-
const Fe = te(), Le = Fe === null ? 0 : (Fe + 1) %
|
|
24076
|
-
O(Le), e === "focus" && (z(Ze), r == null || r(
|
|
24073
|
+
const Fe = te(), Le = Fe === null ? 0 : (Fe + 1) % We.length, Ze = ze[Le];
|
|
24074
|
+
O(Le), e === "focus" && (z(Ze), r == null || r(We[Le].value, Y));
|
|
24077
24075
|
return;
|
|
24078
24076
|
}
|
|
24079
24077
|
}
|
|
@@ -24084,7 +24082,7 @@ const ao = ({
|
|
|
24084
24082
|
return;
|
|
24085
24083
|
}
|
|
24086
24084
|
const te = Y.currentTarget.matches(":focus-visible");
|
|
24087
|
-
k && te && (
|
|
24085
|
+
k && te && (W.current = !0, xt(), X.current && X.current.focus());
|
|
24088
24086
|
}, { md: Yt } = Q.typography.body, xs = d`
|
|
24089
24087
|
display: inline-flex;
|
|
24090
24088
|
align-items: center;
|
|
@@ -24138,7 +24136,7 @@ const ao = ({
|
|
|
24138
24136
|
...C["aria-labelledby"] !== void 0 ? { "aria-labelledby": C["aria-labelledby"] } : {},
|
|
24139
24137
|
"aria-describedby": [
|
|
24140
24138
|
C["aria-describedby"],
|
|
24141
|
-
|
|
24139
|
+
Ht ? ge : void 0
|
|
24142
24140
|
].filter(Boolean).join(" ") || void 0
|
|
24143
24141
|
};
|
|
24144
24142
|
return /* @__PURE__ */ m(
|
|
@@ -24163,7 +24161,7 @@ const ao = ({
|
|
|
24163
24161
|
p6,
|
|
24164
24162
|
{
|
|
24165
24163
|
isOpen: J,
|
|
24166
|
-
selectedOption:
|
|
24164
|
+
selectedOption: Ht,
|
|
24167
24165
|
placeholder: a,
|
|
24168
24166
|
disabled: l,
|
|
24169
24167
|
filterable: k,
|
|
@@ -24191,12 +24189,12 @@ const ao = ({
|
|
|
24191
24189
|
)
|
|
24192
24190
|
}
|
|
24193
24191
|
),
|
|
24194
|
-
k &&
|
|
24192
|
+
k && Ht && /* @__PURE__ */ n(
|
|
24195
24193
|
"span",
|
|
24196
24194
|
{
|
|
24197
24195
|
id: ge,
|
|
24198
24196
|
className: _n,
|
|
24199
|
-
children: `${
|
|
24197
|
+
children: `${Ht.label} selected`
|
|
24200
24198
|
}
|
|
24201
24199
|
),
|
|
24202
24200
|
/* @__PURE__ */ n(
|
|
@@ -24235,7 +24233,7 @@ const ao = ({
|
|
|
24235
24233
|
id: re,
|
|
24236
24234
|
role: "listbox",
|
|
24237
24235
|
children: [
|
|
24238
|
-
|
|
24236
|
+
We.map((Y, te) => {
|
|
24239
24237
|
const { className: we, ...Fe } = Y.optionProps ?? {}, Le = typeof we == "string" ? we : void 0;
|
|
24240
24238
|
return /* @__PURE__ */ n(
|
|
24241
24239
|
u6,
|
|
@@ -24249,7 +24247,7 @@ const ao = ({
|
|
|
24249
24247
|
role: "option",
|
|
24250
24248
|
"aria-selected": Bt !== null ? Dt === te : void 0,
|
|
24251
24249
|
"aria-posinset": te + 1,
|
|
24252
|
-
"aria-setsize":
|
|
24250
|
+
"aria-setsize": We.length,
|
|
24253
24251
|
...Fe,
|
|
24254
24252
|
className: A(y, Le),
|
|
24255
24253
|
children: Y.label
|
|
@@ -24257,7 +24255,7 @@ const ao = ({
|
|
|
24257
24255
|
`${String(Y.value)}-${ze[te]}`
|
|
24258
24256
|
);
|
|
24259
24257
|
}),
|
|
24260
|
-
|
|
24258
|
+
We.length === 0 && /* @__PURE__ */ n("div", { className: Ss, children: "No options" })
|
|
24261
24259
|
]
|
|
24262
24260
|
}
|
|
24263
24261
|
)
|
|
@@ -24433,7 +24431,7 @@ const s6 = "data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F200
|
|
|
24433
24431
|
children: c
|
|
24434
24432
|
}
|
|
24435
24433
|
);
|
|
24436
|
-
},
|
|
24434
|
+
}, Wl = "ucl-uikit-select__panel", h6 = ({
|
|
24437
24435
|
className: e,
|
|
24438
24436
|
dropdownWidth: t = "content",
|
|
24439
24437
|
referenceWidth: o,
|
|
@@ -24458,7 +24456,7 @@ const s6 = "data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F200
|
|
|
24458
24456
|
width: ${u};
|
|
24459
24457
|
max-width: ${u};
|
|
24460
24458
|
`, g = A(
|
|
24461
|
-
|
|
24459
|
+
Wl,
|
|
24462
24460
|
h,
|
|
24463
24461
|
t === "match-select" && p,
|
|
24464
24462
|
e
|
|
@@ -24467,7 +24465,7 @@ const s6 = "data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F200
|
|
|
24467
24465
|
"div",
|
|
24468
24466
|
{
|
|
24469
24467
|
className: g,
|
|
24470
|
-
"data-testid":
|
|
24468
|
+
"data-testid": Wl,
|
|
24471
24469
|
onClick: c,
|
|
24472
24470
|
...i
|
|
24473
24471
|
}
|
|
@@ -24668,9 +24666,9 @@ const s6 = "data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F200
|
|
|
24668
24666
|
...h
|
|
24669
24667
|
}
|
|
24670
24668
|
);
|
|
24671
|
-
}),
|
|
24669
|
+
}), Hl = "ucl-uikit-footer__column", g6 = ({
|
|
24672
24670
|
heading: e,
|
|
24673
|
-
testId: t =
|
|
24671
|
+
testId: t = Hl,
|
|
24674
24672
|
className: o,
|
|
24675
24673
|
children: r,
|
|
24676
24674
|
...l
|
|
@@ -24683,7 +24681,7 @@ const s6 = "data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F200
|
|
|
24683
24681
|
flex-direction: column;
|
|
24684
24682
|
justify-content: flex-start;
|
|
24685
24683
|
align-items: start;
|
|
24686
|
-
`, c = A(
|
|
24684
|
+
`, c = A(Hl, a, o), u = d`
|
|
24687
24685
|
margin: 0 0 ${i.margin.m12};
|
|
24688
24686
|
font-family: ${i.font.family.primary};
|
|
24689
24687
|
font-weight: 600;
|
|
@@ -24728,7 +24726,7 @@ const s6 = "data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F200
|
|
|
24728
24726
|
height: ${a.height.h24};
|
|
24729
24727
|
border-radius: ${a.radius.r8};
|
|
24730
24728
|
margin-left: ${a.margin.m12};
|
|
24731
|
-
color: ${a.
|
|
24729
|
+
color: ${a.color.text.inverted};
|
|
24732
24730
|
transition: color 0.2s ease-out;
|
|
24733
24731
|
|
|
24734
24732
|
@media screen and (min-width: ${a.breakpoints.tablet}px) {
|
|
@@ -24737,7 +24735,7 @@ const s6 = "data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F200
|
|
|
24737
24735
|
|
|
24738
24736
|
&:visited,
|
|
24739
24737
|
&:active {
|
|
24740
|
-
color: ${a.
|
|
24738
|
+
color: ${a.color.text.inverted};
|
|
24741
24739
|
}
|
|
24742
24740
|
|
|
24743
24741
|
&:focus-visible {
|
|
@@ -24746,7 +24744,7 @@ const s6 = "data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F200
|
|
|
24746
24744
|
}
|
|
24747
24745
|
|
|
24748
24746
|
&:hover {
|
|
24749
|
-
color: ${a.
|
|
24747
|
+
color: ${a.color.neutral.grey20};
|
|
24750
24748
|
}
|
|
24751
24749
|
`, u = A(Bl, c, o), s = {
|
|
24752
24750
|
facebook: P.Facebook,
|
|
@@ -24786,7 +24784,7 @@ const s6 = "data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F200
|
|
|
24786
24784
|
const [i] = E(), a = d`
|
|
24787
24785
|
margin: ${i.margin.m8} 0;
|
|
24788
24786
|
text-decoration: none;
|
|
24789
|
-
color: ${i.
|
|
24787
|
+
color: ${i.color.text.inverted};
|
|
24790
24788
|
transition: color 0.2s ease-out;
|
|
24791
24789
|
|
|
24792
24790
|
&:focus-visible {
|
|
@@ -24795,12 +24793,12 @@ const s6 = "data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F200
|
|
|
24795
24793
|
}
|
|
24796
24794
|
|
|
24797
24795
|
&:visited {
|
|
24798
|
-
color: ${i.
|
|
24796
|
+
color: ${i.color.text.inverted};
|
|
24799
24797
|
}
|
|
24800
24798
|
|
|
24801
24799
|
&:hover {
|
|
24802
24800
|
text-decoration: underline;
|
|
24803
|
-
color: ${i.
|
|
24801
|
+
color: ${i.color.text.inverted};
|
|
24804
24802
|
}
|
|
24805
24803
|
`, c = A(Dl, a, o);
|
|
24806
24804
|
return /* @__PURE__ */ n(
|
|
@@ -24826,8 +24824,8 @@ const s6 = "data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F200
|
|
|
24826
24824
|
...s
|
|
24827
24825
|
}) => {
|
|
24828
24826
|
const f = (/* @__PURE__ */ new Date()).getFullYear(), [h] = E(), p = d`
|
|
24829
|
-
background-color: ${h.
|
|
24830
|
-
color: ${h.
|
|
24827
|
+
background-color: ${h.color.neutral.grey90};
|
|
24828
|
+
color: ${h.color.text.inverted};
|
|
24831
24829
|
font-family: ${h.font.family.primary};
|
|
24832
24830
|
font-weight: 300;
|
|
24833
24831
|
padding: ${h.padding.p40} 0 ${h.padding.p40};
|
|
@@ -24852,7 +24850,7 @@ const s6 = "data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F200
|
|
|
24852
24850
|
}
|
|
24853
24851
|
`, k = d`
|
|
24854
24852
|
height: 32px;
|
|
24855
|
-
color: ${h.
|
|
24853
|
+
color: ${h.color.neutral.grey90};
|
|
24856
24854
|
|
|
24857
24855
|
@media screen and (min-width: ${h.breakpoints.tablet}px) {
|
|
24858
24856
|
margin-right: auto;
|
|
@@ -24869,7 +24867,7 @@ const s6 = "data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F200
|
|
|
24869
24867
|
}
|
|
24870
24868
|
`, C = d`
|
|
24871
24869
|
padding: ${h.padding.p12} 0;
|
|
24872
|
-
color: ${h.
|
|
24870
|
+
color: ${h.color.neutral.grey20};
|
|
24873
24871
|
display: flex;
|
|
24874
24872
|
flex-direction: column;
|
|
24875
24873
|
font-size: ${h.font.size.f14};
|
|
@@ -24915,11 +24913,11 @@ const s6 = "data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F200
|
|
|
24915
24913
|
flex-direction: row;
|
|
24916
24914
|
align-items: center;
|
|
24917
24915
|
}
|
|
24918
|
-
`,
|
|
24916
|
+
`, W = d`
|
|
24919
24917
|
margin-bottom: ${h.margin.m8};
|
|
24920
24918
|
margin-right: ${h.margin.m32};
|
|
24921
24919
|
text-decoration: none;
|
|
24922
|
-
color: ${h.
|
|
24920
|
+
color: ${h.color.neutral.grey20};
|
|
24923
24921
|
transition: color 0.2s ease-out;
|
|
24924
24922
|
|
|
24925
24923
|
&:focus-visible {
|
|
@@ -24972,7 +24970,7 @@ const s6 = "data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F200
|
|
|
24972
24970
|
/* @__PURE__ */ n(
|
|
24973
24971
|
"a",
|
|
24974
24972
|
{
|
|
24975
|
-
className:
|
|
24973
|
+
className: W,
|
|
24976
24974
|
href: o,
|
|
24977
24975
|
target: "_blank",
|
|
24978
24976
|
rel: "noopener noreferrer",
|
|
@@ -24982,7 +24980,7 @@ const s6 = "data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F200
|
|
|
24982
24980
|
/* @__PURE__ */ n(
|
|
24983
24981
|
"a",
|
|
24984
24982
|
{
|
|
24985
|
-
className:
|
|
24983
|
+
className: W,
|
|
24986
24984
|
href: r,
|
|
24987
24985
|
target: "_blank",
|
|
24988
24986
|
rel: "noopener noreferrer",
|
|
@@ -24992,7 +24990,7 @@ const s6 = "data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F200
|
|
|
24992
24990
|
/* @__PURE__ */ n(
|
|
24993
24991
|
"a",
|
|
24994
24992
|
{
|
|
24995
|
-
className:
|
|
24993
|
+
className: W,
|
|
24996
24994
|
href: l,
|
|
24997
24995
|
target: "_blank",
|
|
24998
24996
|
rel: "noopener noreferrer",
|
|
@@ -25002,7 +25000,7 @@ const s6 = "data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F200
|
|
|
25002
25000
|
/* @__PURE__ */ n(
|
|
25003
25001
|
"a",
|
|
25004
25002
|
{
|
|
25005
|
-
className:
|
|
25003
|
+
className: W,
|
|
25006
25004
|
href: i,
|
|
25007
25005
|
target: "_blank",
|
|
25008
25006
|
rel: "noopener noreferrer",
|
|
@@ -25012,7 +25010,7 @@ const s6 = "data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F200
|
|
|
25012
25010
|
/* @__PURE__ */ n(
|
|
25013
25011
|
"a",
|
|
25014
25012
|
{
|
|
25015
|
-
className:
|
|
25013
|
+
className: W,
|
|
25016
25014
|
href: a,
|
|
25017
25015
|
target: "_blank",
|
|
25018
25016
|
rel: "noopener noreferrer",
|
|
@@ -25022,7 +25020,7 @@ const s6 = "data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F200
|
|
|
25022
25020
|
/* @__PURE__ */ n(
|
|
25023
25021
|
"a",
|
|
25024
25022
|
{
|
|
25025
|
-
className:
|
|
25023
|
+
className: W,
|
|
25026
25024
|
href: c,
|
|
25027
25025
|
target: "_blank",
|
|
25028
25026
|
rel: "noopener noreferrer",
|
|
@@ -25292,7 +25290,7 @@ const Tl = "ucl-uikit-footer__column", S6 = ({
|
|
|
25292
25290
|
...i,
|
|
25293
25291
|
children: [
|
|
25294
25292
|
/* @__PURE__ */ n(
|
|
25295
|
-
|
|
25293
|
+
Ho,
|
|
25296
25294
|
{
|
|
25297
25295
|
className: f,
|
|
25298
25296
|
variant: "secondary-inverse",
|
|
@@ -25479,7 +25477,7 @@ const Tl = "ucl-uikit-footer__column", S6 = ({
|
|
|
25479
25477
|
);
|
|
25480
25478
|
}, I6 = () => {
|
|
25481
25479
|
window == null || window.scrollTo({ top: 0, behavior: "smooth" });
|
|
25482
|
-
}, ql = "ucl-uikit-footer__back-to-top",
|
|
25480
|
+
}, ql = "ucl-uikit-footer__back-to-top", W6 = ({
|
|
25483
25481
|
compact: e,
|
|
25484
25482
|
testId: t = ql,
|
|
25485
25483
|
className: o,
|
|
@@ -25540,7 +25538,7 @@ const Tl = "ucl-uikit-footer__column", S6 = ({
|
|
|
25540
25538
|
)
|
|
25541
25539
|
}
|
|
25542
25540
|
);
|
|
25543
|
-
}, Zl = "ucl-uikit-footer__links",
|
|
25541
|
+
}, Zl = "ucl-uikit-footer__links", H6 = ({
|
|
25544
25542
|
testId: e = Zl,
|
|
25545
25543
|
className: t,
|
|
25546
25544
|
children: o,
|
|
@@ -25607,7 +25605,7 @@ const Tl = "ucl-uikit-footer__column", S6 = ({
|
|
|
25607
25605
|
...p,
|
|
25608
25606
|
children: [
|
|
25609
25607
|
/* @__PURE__ */ m("div", { className: x, children: [
|
|
25610
|
-
g && /* @__PURE__ */ n(
|
|
25608
|
+
g && /* @__PURE__ */ n(H6, { children: h }),
|
|
25611
25609
|
/* @__PURE__ */ n(
|
|
25612
25610
|
L6,
|
|
25613
25611
|
{
|
|
@@ -25617,7 +25615,7 @@ const Tl = "ucl-uikit-footer__column", S6 = ({
|
|
|
25617
25615
|
}
|
|
25618
25616
|
)
|
|
25619
25617
|
] }),
|
|
25620
|
-
/* @__PURE__ */ n(
|
|
25618
|
+
/* @__PURE__ */ n(W6, { compact: b }),
|
|
25621
25619
|
/* @__PURE__ */ n(
|
|
25622
25620
|
E6,
|
|
25623
25621
|
{
|
|
@@ -25690,14 +25688,14 @@ const Ul = "ucl-divider", z6 = ({ testId: e = Ul, className: t, ...o }) => {
|
|
|
25690
25688
|
...h
|
|
25691
25689
|
}) => {
|
|
25692
25690
|
const [p] = E(), g = p.typography.heading.lg.md, b = d`
|
|
25693
|
-
background-color: ${p.
|
|
25691
|
+
background-color: ${p.color.neutral.white};
|
|
25694
25692
|
font-synthesis: none;
|
|
25695
25693
|
text-rendering: optimizeLegibility;
|
|
25696
25694
|
-webkit-font-smoothing: antialiased;
|
|
25697
25695
|
-moz-osx-font-smoothing: grayscale;
|
|
25698
25696
|
position: relative;
|
|
25699
|
-
background-color: ${p.
|
|
25700
|
-
color: ${p.
|
|
25697
|
+
background-color: ${p.color.neutral.grey90};
|
|
25698
|
+
color: ${p.color.text.inverted};
|
|
25701
25699
|
display: flex;
|
|
25702
25700
|
justify-content: center;
|
|
25703
25701
|
align-items: center;
|
|
@@ -25916,7 +25914,7 @@ const Jl = "ucl-uikit-header__menu-container", P6 = ({
|
|
|
25916
25914
|
className: u,
|
|
25917
25915
|
...t,
|
|
25918
25916
|
children: /* @__PURE__ */ n(
|
|
25919
|
-
|
|
25917
|
+
Ho,
|
|
25920
25918
|
{
|
|
25921
25919
|
className: c,
|
|
25922
25920
|
"data-test": o,
|
|
@@ -25925,7 +25923,7 @@ const Jl = "ucl-uikit-header__menu-container", P6 = ({
|
|
|
25925
25923
|
)
|
|
25926
25924
|
}
|
|
25927
25925
|
) : /* @__PURE__ */ n(
|
|
25928
|
-
|
|
25926
|
+
Ho,
|
|
25929
25927
|
{
|
|
25930
25928
|
className: c,
|
|
25931
25929
|
"data-test": o,
|
|
@@ -26038,10 +26036,10 @@ const _l = "ucl-uikit-header__bottom--breadcrumbs", X6 = ({
|
|
|
26038
26036
|
...r
|
|
26039
26037
|
}) => {
|
|
26040
26038
|
const [l] = E(), i = d`
|
|
26041
|
-
color: ${l.
|
|
26039
|
+
color: ${l.color.text.primary};
|
|
26042
26040
|
padding: ${l.padding.p16} 60px;
|
|
26043
26041
|
box-sizing: border-box;
|
|
26044
|
-
border-bottom: 1px solid ${l.
|
|
26042
|
+
border-bottom: 1px solid ${l.color.neutral.grey15};
|
|
26045
26043
|
font-size: ${l.font.size.f14};
|
|
26046
26044
|
`, a = A(_l, i, t), c = d`
|
|
26047
26045
|
margin: 0;
|
|
@@ -26071,10 +26069,10 @@ const _l = "ucl-uikit-header__bottom--breadcrumbs", X6 = ({
|
|
|
26071
26069
|
...c
|
|
26072
26070
|
}) => {
|
|
26073
26071
|
const [u] = E(), s = d`
|
|
26074
|
-
color: ${u.
|
|
26072
|
+
color: ${u.color.text.primary};
|
|
26075
26073
|
padding: ${u.padding.p20} 60px;
|
|
26076
26074
|
box-sizing: border-box;
|
|
26077
|
-
border-bottom: 1px solid ${u.
|
|
26075
|
+
border-bottom: 1px solid ${u.color.neutral.grey15};
|
|
26078
26076
|
display: flex;
|
|
26079
26077
|
justify-content: space-between;
|
|
26080
26078
|
align-items: center;
|
|
@@ -26087,7 +26085,7 @@ const _l = "ucl-uikit-header__bottom--breadcrumbs", X6 = ({
|
|
|
26087
26085
|
line-height: 24px;
|
|
26088
26086
|
`, g = d`
|
|
26089
26087
|
margin: ${u.margin.m8} 0 0 0;
|
|
26090
|
-
color: ${u.
|
|
26088
|
+
color: ${u.color.text.secondary};
|
|
26091
26089
|
font-size: ${u.font.size.f16};
|
|
26092
26090
|
font-weight: 400;
|
|
26093
26091
|
line-height: 16px;
|
|
@@ -26096,7 +26094,7 @@ const _l = "ucl-uikit-header__bottom--breadcrumbs", X6 = ({
|
|
|
26096
26094
|
margin-bottom: -4px;
|
|
26097
26095
|
margin-right: -${u.padding.p8}; // subtract padding-right
|
|
26098
26096
|
padding: ${u.padding.p8} ${u.padding.p8};
|
|
26099
|
-
color: ${u.
|
|
26097
|
+
color: ${u.color.text.primary};
|
|
26100
26098
|
display: flex;
|
|
26101
26099
|
justify-content: space-between;
|
|
26102
26100
|
align-items: center;
|
|
@@ -26104,7 +26102,7 @@ const _l = "ucl-uikit-header__bottom--breadcrumbs", X6 = ({
|
|
|
26104
26102
|
transition: background-color 0.15s ease-out;
|
|
26105
26103
|
|
|
26106
26104
|
&:hover {
|
|
26107
|
-
background-color: ${u.
|
|
26105
|
+
background-color: ${u.color.neutral.grey5};
|
|
26108
26106
|
}
|
|
26109
26107
|
`, y = d`
|
|
26110
26108
|
margin-right: ${u.margin.m16};
|
|
@@ -26117,11 +26115,11 @@ const _l = "ucl-uikit-header__bottom--breadcrumbs", X6 = ({
|
|
|
26117
26115
|
`, k = d`
|
|
26118
26116
|
flex: 1;
|
|
26119
26117
|
font-size: ${u.font.size.f14};
|
|
26120
|
-
color: ${u.
|
|
26118
|
+
color: ${u.color.text.primary};
|
|
26121
26119
|
`, x = d`
|
|
26122
26120
|
font-size: ${u.font.size.f14};
|
|
26123
26121
|
`, C = d`
|
|
26124
|
-
color: ${u.
|
|
26122
|
+
color: ${u.color.text.secondary};
|
|
26125
26123
|
`, M = d`
|
|
26126
26124
|
margin-left: ${u.margin.m8};
|
|
26127
26125
|
`;
|
|
@@ -26168,7 +26166,7 @@ const _l = "ucl-uikit-header__bottom--breadcrumbs", X6 = ({
|
|
|
26168
26166
|
...l
|
|
26169
26167
|
}) => {
|
|
26170
26168
|
const [i] = E(), a = d`
|
|
26171
|
-
color: ${i.
|
|
26169
|
+
color: ${i.color.text.primary};
|
|
26172
26170
|
font-size: ${i.font.size.f14};
|
|
26173
26171
|
`, c = d`
|
|
26174
26172
|
& > a {
|
|
@@ -26179,17 +26177,17 @@ const _l = "ucl-uikit-header__bottom--breadcrumbs", X6 = ({
|
|
|
26179
26177
|
}
|
|
26180
26178
|
|
|
26181
26179
|
&:hover {
|
|
26182
|
-
color: ${i.
|
|
26180
|
+
color: ${i.color.neutral.black};
|
|
26183
26181
|
text-decoration: underline;
|
|
26184
26182
|
}
|
|
26185
26183
|
}
|
|
26186
26184
|
`, u = d`
|
|
26187
|
-
color: ${i.
|
|
26185
|
+
color: ${i.color.text.secondary};
|
|
26188
26186
|
font-weight: 700;
|
|
26189
26187
|
`, s = A(c, !e && u), f = d`
|
|
26190
26188
|
margin-left: ${i.margin.m8};
|
|
26191
26189
|
vertical-align: middle;
|
|
26192
|
-
color: ${i.
|
|
26190
|
+
color: ${i.color.text.secondary};
|
|
26193
26191
|
`, h = A(ti, a, o);
|
|
26194
26192
|
return /* @__PURE__ */ m(
|
|
26195
26193
|
"li",
|
|
@@ -26242,7 +26240,7 @@ const _l = "ucl-uikit-header__bottom--breadcrumbs", X6 = ({
|
|
|
26242
26240
|
Et.isValidElement(T) && T.type === _a ? y.push(T) : S.push(T);
|
|
26243
26241
|
});
|
|
26244
26242
|
const k = d`
|
|
26245
|
-
background-color: ${b.
|
|
26243
|
+
background-color: ${b.color.neutral.white};
|
|
26246
26244
|
font-family: ${b.font.family.primary};
|
|
26247
26245
|
font-synthesis: none;
|
|
26248
26246
|
text-rendering: optimizeLegibility;
|
|
@@ -26266,8 +26264,8 @@ const _l = "ucl-uikit-header__bottom--breadcrumbs", X6 = ({
|
|
|
26266
26264
|
), w = d`
|
|
26267
26265
|
position: relative;
|
|
26268
26266
|
height: ${ni}px;
|
|
26269
|
-
background-color: ${b.
|
|
26270
|
-
color: ${b.
|
|
26267
|
+
background-color: ${b.color.neutral.grey90};
|
|
26268
|
+
color: ${b.color.text.inverted};
|
|
26271
26269
|
display: flex;
|
|
26272
26270
|
justify-content: center;
|
|
26273
26271
|
align-items: center;
|
|
@@ -26282,13 +26280,13 @@ const _l = "ucl-uikit-header__bottom--breadcrumbs", X6 = ({
|
|
|
26282
26280
|
font-size: ${b.font.size.f18};
|
|
26283
26281
|
font-weight: 700;
|
|
26284
26282
|
text-align: center;
|
|
26285
|
-
`,
|
|
26283
|
+
`, W = d`
|
|
26286
26284
|
position: absolute;
|
|
26287
26285
|
right: 60px;
|
|
26288
26286
|
height: 40px;
|
|
26289
26287
|
padding: 0 ${b.padding.p16};
|
|
26290
|
-
background-color: ${b.
|
|
26291
|
-
color: ${b.
|
|
26288
|
+
background-color: ${b.color.neutral.white};
|
|
26289
|
+
color: ${b.color.text.primary};
|
|
26292
26290
|
font-size: ${b.font.size.f16};
|
|
26293
26291
|
font-weight: 700;
|
|
26294
26292
|
border: none;
|
|
@@ -26300,8 +26298,8 @@ const _l = "ucl-uikit-header__bottom--breadcrumbs", X6 = ({
|
|
|
26300
26298
|
color 0.15s ease-out;
|
|
26301
26299
|
|
|
26302
26300
|
&:hover {
|
|
26303
|
-
color: ${b.
|
|
26304
|
-
background-color: ${b.
|
|
26301
|
+
color: ${b.color.text.primary};
|
|
26302
|
+
background-color: ${b.color.neutral.grey5};
|
|
26305
26303
|
}
|
|
26306
26304
|
`;
|
|
26307
26305
|
return /* @__PURE__ */ m(
|
|
@@ -26314,7 +26312,7 @@ const _l = "ucl-uikit-header__bottom--breadcrumbs", X6 = ({
|
|
|
26314
26312
|
/* @__PURE__ */ m("div", { className: w, children: [
|
|
26315
26313
|
/* @__PURE__ */ n(Po, { className: F }),
|
|
26316
26314
|
t && /* @__PURE__ */ n("h1", { className: L, children: t }),
|
|
26317
|
-
c && /* @__PURE__ */ n("div", { className:
|
|
26315
|
+
c && /* @__PURE__ */ n("div", { className: W, children: y })
|
|
26318
26316
|
] }),
|
|
26319
26317
|
e === "breadcrumbs" && /* @__PURE__ */ n($6, { children: S }),
|
|
26320
26318
|
e === "avatar" && /* @__PURE__ */ n(
|
|
@@ -26581,7 +26579,7 @@ const ri = "ucl-uikit-table__head", ts = ({ className: e, children: t, ...o }) =
|
|
|
26581
26579
|
), w = r && S, F = !w || y, L = () => {
|
|
26582
26580
|
const O = !y;
|
|
26583
26581
|
t === void 0 && b(O), c == null || c(O);
|
|
26584
|
-
},
|
|
26582
|
+
}, W = d`
|
|
26585
26583
|
height: 40px;
|
|
26586
26584
|
border-bottom: 1px solid ${h.colour.border.disabled};
|
|
26587
26585
|
|
|
@@ -26634,7 +26632,7 @@ const ri = "ucl-uikit-table__head", ts = ({ className: e, children: t, ...o }) =
|
|
|
26634
26632
|
grid-template-columns: auto minmax(0, 1fr) auto auto;
|
|
26635
26633
|
}
|
|
26636
26634
|
`, Q = A(
|
|
26637
|
-
|
|
26635
|
+
W,
|
|
26638
26636
|
e && T,
|
|
26639
26637
|
C && R,
|
|
26640
26638
|
u,
|
|
@@ -26873,7 +26871,7 @@ const ri = "ucl-uikit-table__head", ts = ({ className: e, children: t, ...o }) =
|
|
|
26873
26871
|
align-self: center;
|
|
26874
26872
|
padding-top: ${y.padding.p2};
|
|
26875
26873
|
}
|
|
26876
|
-
`,
|
|
26874
|
+
`, W = d`
|
|
26877
26875
|
@media screen and (max-width: ${y.breakpoints.tablet - 1}px) {
|
|
26878
26876
|
display: grid;
|
|
26879
26877
|
grid-template-columns: minmax(0, 1fr) auto;
|
|
@@ -26964,7 +26962,7 @@ const ri = "ucl-uikit-table__head", ts = ({ className: e, children: t, ...o }) =
|
|
|
26964
26962
|
}
|
|
26965
26963
|
`, me = A(F, a, bn), ve = A({
|
|
26966
26964
|
[L]: x === "selection",
|
|
26967
|
-
[
|
|
26965
|
+
[W]: x === "primary",
|
|
26968
26966
|
[T]: x === "primary" && h,
|
|
26969
26967
|
[R]: x === "primary" && !h,
|
|
26970
26968
|
[Q]: x === "primary" && p,
|
|
@@ -27237,7 +27235,7 @@ const rs = lt(void 0), ls = (e, t) => `${e}-tab-${t}`.replace(/[^a-zA-Z0-9_-]/g,
|
|
|
27237
27235
|
flex: 1 1 0;
|
|
27238
27236
|
`, L = d`
|
|
27239
27237
|
flex: 0 0 auto;
|
|
27240
|
-
`,
|
|
27238
|
+
`, W = d`
|
|
27241
27239
|
color: ${p.colour.text.default};
|
|
27242
27240
|
border-bottom-color: ${p.colour.border.brand};
|
|
27243
27241
|
|
|
@@ -27265,7 +27263,7 @@ const rs = lt(void 0), ls = (e, t) => `${e}-tab-${t}`.replace(/[^a-zA-Z0-9_-]/g,
|
|
|
27265
27263
|
fi,
|
|
27266
27264
|
w,
|
|
27267
27265
|
S ? F : L,
|
|
27268
|
-
x &&
|
|
27266
|
+
x && W,
|
|
27269
27267
|
c && T,
|
|
27270
27268
|
t
|
|
27271
27269
|
), j = (O) => {
|
|
@@ -27395,9 +27393,9 @@ const rs = lt(void 0), ls = (e, t) => `${e}-tab-${t}`.replace(/[^a-zA-Z0-9_-]/g,
|
|
|
27395
27393
|
[C.previous]: (F - 1 + w.length) % w.length,
|
|
27396
27394
|
Home: 0,
|
|
27397
27395
|
End: w.length - 1
|
|
27398
|
-
}[x.key] ?? F,
|
|
27399
|
-
if (
|
|
27400
|
-
const T =
|
|
27396
|
+
}[x.key] ?? F, W = w[L];
|
|
27397
|
+
if (W.focus(), s === "automatic") {
|
|
27398
|
+
const T = W.dataset.uclTabsValue;
|
|
27401
27399
|
T && h(T);
|
|
27402
27400
|
}
|
|
27403
27401
|
}, b = d`
|
|
@@ -27499,7 +27497,7 @@ const rs = lt(void 0), ls = (e, t) => `${e}-tab-${t}`.replace(/[^a-zA-Z0-9_-]/g,
|
|
|
27499
27497
|
t ?? i
|
|
27500
27498
|
), x = Fx(h), C = ss(h), M = e !== void 0 || i !== void 0, w = e ?? i ?? S, F = c ?? !x, L = (R) => {
|
|
27501
27499
|
M || k(R), o == null || o(R), a == null || a(R);
|
|
27502
|
-
},
|
|
27500
|
+
}, W = A(bi, Be(g, b), f), T = {
|
|
27503
27501
|
value: w,
|
|
27504
27502
|
setValue: L,
|
|
27505
27503
|
baseId: `ucl-uikit-tabs-${y}`,
|
|
@@ -27512,7 +27510,7 @@ const rs = lt(void 0), ls = (e, t) => `${e}-tab-${t}`.replace(/[^a-zA-Z0-9_-]/g,
|
|
|
27512
27510
|
"div",
|
|
27513
27511
|
{
|
|
27514
27512
|
ref: p,
|
|
27515
|
-
className:
|
|
27513
|
+
className: W,
|
|
27516
27514
|
"data-testid": s,
|
|
27517
27515
|
...g,
|
|
27518
27516
|
children: h
|
|
@@ -27521,7 +27519,7 @@ const rs = lt(void 0), ls = (e, t) => `${e}-tab-${t}`.replace(/[^a-zA-Z0-9_-]/g,
|
|
|
27521
27519
|
$n,
|
|
27522
27520
|
{
|
|
27523
27521
|
ref: p,
|
|
27524
|
-
className:
|
|
27522
|
+
className: W,
|
|
27525
27523
|
"data-testid": s,
|
|
27526
27524
|
fullWidth: F,
|
|
27527
27525
|
...g,
|
|
@@ -27710,7 +27708,7 @@ const rs = lt(void 0), ls = (e, t) => `${e}-tab-${t}`.replace(/[^a-zA-Z0-9_-]/g,
|
|
|
27710
27708
|
Kt.Heading = Ex;
|
|
27711
27709
|
Kt.Panel = Ix;
|
|
27712
27710
|
let ot = null, zt = [], Co = !1, En = "";
|
|
27713
|
-
const
|
|
27711
|
+
const Wx = 100, Hx = 1e3, Bx = (e) => {
|
|
27714
27712
|
if (typeof document > "u") return;
|
|
27715
27713
|
ot && !document.contains(ot) && (ot = null);
|
|
27716
27714
|
const t = e || document.body || document.documentElement;
|
|
@@ -27729,8 +27727,8 @@ const Hx = 100, Wx = 1e3, Bx = (e) => {
|
|
|
27729
27727
|
En = e, Co = !0, ot.textContent = "", setTimeout(() => {
|
|
27730
27728
|
ot && (ot.textContent = e), setTimeout(() => {
|
|
27731
27729
|
Co = !1, us();
|
|
27732
|
-
},
|
|
27733
|
-
},
|
|
27730
|
+
}, Hx);
|
|
27731
|
+
}, Wx);
|
|
27734
27732
|
}, In = (e, t = !1, o) => {
|
|
27735
27733
|
typeof document > "u" || (Bx(o), t && (zt.length = 0), !(!t && e === En && zt.length === 0) && (zt.includes(e) || Co && En === e || (zt.push(e), us())));
|
|
27736
27734
|
}, Dx = ({
|
|
@@ -27757,7 +27755,7 @@ const Hx = 100, Wx = 1e3, Bx = (e) => {
|
|
|
27757
27755
|
onPageChange: x,
|
|
27758
27756
|
onNextPage: C,
|
|
27759
27757
|
onPreviousPage: M
|
|
27760
|
-
} = i, w = typeof g == "number" ? Math.ceil(g / p) : void 0, F = w ?? y, L = w === 0 ? 0 : b,
|
|
27758
|
+
} = i, w = typeof g == "number" ? Math.ceil(g / p) : void 0, F = w ?? y, L = w === 0 ? 0 : b, W = (ee) => {
|
|
27761
27759
|
if (h === "tracked") {
|
|
27762
27760
|
if (ee < 1 || ee > y || ee === b)
|
|
27763
27761
|
return;
|
|
@@ -27770,13 +27768,13 @@ const Hx = 100, Wx = 1e3, Bx = (e) => {
|
|
|
27770
27768
|
M();
|
|
27771
27769
|
return;
|
|
27772
27770
|
}
|
|
27773
|
-
|
|
27771
|
+
W(b - 1);
|
|
27774
27772
|
}, R = () => {
|
|
27775
27773
|
if (h === "tracked") {
|
|
27776
27774
|
C == null || C();
|
|
27777
27775
|
return;
|
|
27778
27776
|
}
|
|
27779
|
-
|
|
27777
|
+
W(b + 1);
|
|
27780
27778
|
}, Q = (ee) => {
|
|
27781
27779
|
c(ee.target.value), s("");
|
|
27782
27780
|
}, J = () => {
|
|
@@ -27795,7 +27793,7 @@ const Hx = 100, Wx = 1e3, Bx = (e) => {
|
|
|
27795
27793
|
s(se), In(se, !0);
|
|
27796
27794
|
return;
|
|
27797
27795
|
}
|
|
27798
|
-
s(""),
|
|
27796
|
+
s(""), W(ve), ee.currentTarget.blur();
|
|
27799
27797
|
}, N = d`
|
|
27800
27798
|
margin: 0;
|
|
27801
27799
|
padding: 0;
|
|
@@ -28039,7 +28037,7 @@ const Hx = 100, Wx = 1e3, Bx = (e) => {
|
|
|
28039
28037
|
@media (max-width: ${i.breakpoints.tablet}px) {
|
|
28040
28038
|
gap: ${i.margin.m4};
|
|
28041
28039
|
}
|
|
28042
|
-
`,
|
|
28040
|
+
`, W = A(
|
|
28043
28041
|
L,
|
|
28044
28042
|
d`
|
|
28045
28043
|
margin-right: ${i.margin.m16};
|
|
@@ -28097,7 +28095,7 @@ const Hx = 100, Wx = 1e3, Bx = (e) => {
|
|
|
28097
28095
|
/* @__PURE__ */ n("li", { children: /* @__PURE__ */ n(
|
|
28098
28096
|
Ge,
|
|
28099
28097
|
{
|
|
28100
|
-
className:
|
|
28098
|
+
className: W,
|
|
28101
28099
|
variant: "tertiary",
|
|
28102
28100
|
size: a ? "default" : "small",
|
|
28103
28101
|
"aria-label": "Go to previous page",
|
|
@@ -28382,7 +28380,7 @@ const Si = "ucl-uikit-dialog__header", Qx = ({
|
|
|
28382
28380
|
]
|
|
28383
28381
|
}
|
|
28384
28382
|
);
|
|
28385
|
-
}, Ci = "ucl-uikit-dialog", uo = lt({}), _x =
|
|
28383
|
+
}, Ci = "ucl-uikit-dialog", uo = lt({}), _x = He(function({
|
|
28386
28384
|
onClose: t,
|
|
28387
28385
|
onAction: o,
|
|
28388
28386
|
onSecondaryAction: r,
|
|
@@ -28416,7 +28414,7 @@ const Si = "ucl-uikit-dialog__header", Qx = ({
|
|
|
28416
28414
|
Vt.Header = Qx;
|
|
28417
28415
|
Vt.Body = Kx;
|
|
28418
28416
|
Vt.Footer = $x;
|
|
28419
|
-
const Mi = "ucl-uikit-base-dialog", e5 = 495, t5 = 495, o5 = 740, n5 =
|
|
28417
|
+
const Mi = "ucl-uikit-base-dialog", e5 = 495, t5 = 495, o5 = 740, n5 = He(
|
|
28420
28418
|
function({
|
|
28421
28419
|
open: t = !1,
|
|
28422
28420
|
size: o = "medium",
|
|
@@ -28444,7 +28442,7 @@ const Mi = "ucl-uikit-base-dialog", e5 = 495, t5 = 495, o5 = 740, n5 = We(
|
|
|
28444
28442
|
w.current = V, typeof k == "function" ? k(V) : k && (k.current = V);
|
|
28445
28443
|
},
|
|
28446
28444
|
[k]
|
|
28447
|
-
),
|
|
28445
|
+
), W = Xe(uo), T = W == null ? void 0 : W.dialogHeaderId, R = W == null ? void 0 : W.dialogBodyId;
|
|
28448
28446
|
hs({
|
|
28449
28447
|
isActive: t && r && !p,
|
|
28450
28448
|
containerRef: w,
|
|
@@ -28650,7 +28648,7 @@ const Mi = "ucl-uikit-base-dialog", e5 = 495, t5 = 495, o5 = 740, n5 = We(
|
|
|
28650
28648
|
children: C,
|
|
28651
28649
|
...M
|
|
28652
28650
|
}) => {
|
|
28653
|
-
const [w] = E(), F = rt(), L = rt(),
|
|
28651
|
+
const [w] = E(), F = rt(), L = rt(), W = C != null, T = t != null, R = o != null, Q = T || R, J = r.length > 0, j = l != null, N = i != null, $ = j || N, V = Ie(
|
|
28654
28652
|
(Re) => {
|
|
28655
28653
|
var $e;
|
|
28656
28654
|
($e = u == null ? void 0 : u.onClick) == null || $e.call(u, Re), Re.defaultPrevented || g == null || g(Re);
|
|
@@ -28725,9 +28723,9 @@ const Mi = "ucl-uikit-base-dialog", e5 = 495, t5 = 495, o5 = 740, n5 = We(
|
|
|
28725
28723
|
`, ge = A(`${Ne}__details`, re), Ee = d`
|
|
28726
28724
|
width: 100%;
|
|
28727
28725
|
max-width: none;
|
|
28728
|
-
`, ze = A(`${Ne}__detail`, Ee),
|
|
28726
|
+
`, ze = A(`${Ne}__detail`, Ee), We = d`
|
|
28729
28727
|
white-space: pre-line;
|
|
28730
|
-
`, ho = A(`${Ne}__detail-value`,
|
|
28728
|
+
`, ho = A(`${Ne}__detail-value`, We), Qo = d`
|
|
28731
28729
|
color: ${w.colour.text.default};
|
|
28732
28730
|
opacity: 0.9;
|
|
28733
28731
|
`, Go = A(`${Ne}__error-code`, Qo), Ko = d`
|
|
@@ -28772,7 +28770,7 @@ const Mi = "ucl-uikit-base-dialog", e5 = 495, t5 = 495, o5 = 740, n5 = We(
|
|
|
28772
28770
|
justify-content: flex-end;
|
|
28773
28771
|
align-items: center;
|
|
28774
28772
|
}
|
|
28775
|
-
`,
|
|
28773
|
+
`, Ht = A(
|
|
28776
28774
|
`${Ne}__footer-actions`,
|
|
28777
28775
|
tn
|
|
28778
28776
|
), jt = d`
|
|
@@ -28850,7 +28848,7 @@ const Mi = "ucl-uikit-base-dialog", e5 = 495, t5 = 495, o5 = 740, n5 = We(
|
|
|
28850
28848
|
className: ie,
|
|
28851
28849
|
role: "document",
|
|
28852
28850
|
children: /* @__PURE__ */ m("div", { className: Z, children: [
|
|
28853
|
-
|
|
28851
|
+
W && /* @__PURE__ */ n(
|
|
28854
28852
|
io,
|
|
28855
28853
|
{
|
|
28856
28854
|
as: "div",
|
|
@@ -28903,7 +28901,7 @@ const Mi = "ucl-uikit-base-dialog", e5 = 495, t5 = 495, o5 = 740, n5 = We(
|
|
|
28903
28901
|
}
|
|
28904
28902
|
)
|
|
28905
28903
|
] }),
|
|
28906
|
-
$ && /* @__PURE__ */ m("div", { className:
|
|
28904
|
+
$ && /* @__PURE__ */ m("div", { className: Ht, children: [
|
|
28907
28905
|
N && /* @__PURE__ */ n(
|
|
28908
28906
|
Ge,
|
|
28909
28907
|
{
|
|
@@ -28931,7 +28929,7 @@ const Mi = "ucl-uikit-base-dialog", e5 = 495, t5 = 495, o5 = 740, n5 = We(
|
|
|
28931
28929
|
]
|
|
28932
28930
|
}
|
|
28933
28931
|
);
|
|
28934
|
-
}, Li = "ucl-uikit-radio", r5 =
|
|
28932
|
+
}, Li = "ucl-uikit-radio", r5 = He(
|
|
28935
28933
|
({ checked: e, defaultChecked: t, disabled: o, testId: r = Li, className: l, ...i }, a) => {
|
|
28936
28934
|
const [c] = E(), u = e !== void 0, [s, f] = he(
|
|
28937
28935
|
t ?? !1
|
|
@@ -29023,7 +29021,7 @@ const Mi = "ucl-uikit-base-dialog", e5 = 495, t5 = 495, o5 = 740, n5 = We(
|
|
|
29023
29021
|
h && /* @__PURE__ */ n("div", { className: w })
|
|
29024
29022
|
] });
|
|
29025
29023
|
}
|
|
29026
|
-
), l5 = K(r5), Ei = "ucl-uikit-labelled-radio", i5 =
|
|
29024
|
+
), l5 = K(r5), Ei = "ucl-uikit-labelled-radio", i5 = He(
|
|
29027
29025
|
({
|
|
29028
29026
|
id: e,
|
|
29029
29027
|
labelProps: t,
|
|
@@ -29137,7 +29135,7 @@ const Mi = "ucl-uikit-base-dialog", e5 = 495, t5 = 495, o5 = 740, n5 = We(
|
|
|
29137
29135
|
}) => {
|
|
29138
29136
|
var ce;
|
|
29139
29137
|
e && isNaN(e.getTime()) && (console.warn("CustomDatepicker: value is invalid, defaulting to null"), e = null);
|
|
29140
|
-
const k = de(null), x = g || k, C = de(null), M = b || C, w = de(!1), [F] = E(), [L,
|
|
29138
|
+
const k = de(null), x = g || k, C = de(null), M = b || C, w = de(!1), [F] = E(), [L, W] = he(!1), T = parseFloat(F.margin.m32), R = (e == null ? void 0 : e.getDate().toString().padStart(2, "0")) ?? "", Q = e ? (e.getMonth() + 1).toString().padStart(2, "0") : "", J = (e == null ? void 0 : e.getFullYear().toString()) ?? "", j = e ? `${R}/${Q}/${J}` : "", [N, $] = he(j), V = Ie(() => {
|
|
29141
29139
|
$(j);
|
|
29142
29140
|
}, [$, j]);
|
|
29143
29141
|
le(() => {
|
|
@@ -29160,7 +29158,7 @@ const Mi = "ucl-uikit-base-dialog", e5 = 495, t5 = 495, o5 = 740, n5 = We(
|
|
|
29160
29158
|
), t(pe, _)) : V();
|
|
29161
29159
|
}, I = (_) => {
|
|
29162
29160
|
var pe;
|
|
29163
|
-
_.key === "Enter" ? q(_) : _.key === "Escape" ? (V(), (pe = M.current) == null || pe.blur(),
|
|
29161
|
+
_.key === "Enter" ? q(_) : _.key === "Escape" ? (V(), (pe = M.current) == null || pe.blur(), W(!1)) : _.key === "Tab" && (q(_), W(!1));
|
|
29164
29162
|
};
|
|
29165
29163
|
le(() => {
|
|
29166
29164
|
e && ((pe) => {
|
|
@@ -29170,13 +29168,13 @@ const Mi = "ucl-uikit-base-dialog", e5 = 495, t5 = 495, o5 = 740, n5 = We(
|
|
|
29170
29168
|
})(e) && (console.warn("CustomDatepicker: value is out of range, setting to null"), t(null));
|
|
29171
29169
|
}, [e, o, r, t]), le(() => {
|
|
29172
29170
|
const _ = (pe) => {
|
|
29173
|
-
x.current && !x.current.contains(pe.target) && (
|
|
29171
|
+
x.current && !x.current.contains(pe.target) && (W(!1), V());
|
|
29174
29172
|
};
|
|
29175
29173
|
return document.addEventListener("mousedown", _), () => {
|
|
29176
29174
|
document.removeEventListener("mousedown", _);
|
|
29177
29175
|
};
|
|
29178
|
-
}, [x,
|
|
29179
|
-
a && L &&
|
|
29176
|
+
}, [x, W, V]), le(() => {
|
|
29177
|
+
a && L && W(!1);
|
|
29180
29178
|
}, [a, L]);
|
|
29181
29179
|
const z = (_, pe) => {
|
|
29182
29180
|
t && (In(
|
|
@@ -29186,11 +29184,11 @@ const Mi = "ucl-uikit-base-dialog", e5 = 495, t5 = 495, o5 = 740, n5 = We(
|
|
|
29186
29184
|
month: "long",
|
|
29187
29185
|
year: "numeric"
|
|
29188
29186
|
}))
|
|
29189
|
-
), t(_, pe)),
|
|
29187
|
+
), t(_, pe)), W(!1);
|
|
29190
29188
|
}, ee = () => {
|
|
29191
|
-
a ||
|
|
29189
|
+
a || W(!0);
|
|
29192
29190
|
}, me = () => {
|
|
29193
|
-
a ||
|
|
29191
|
+
a || W((_) => !_);
|
|
29194
29192
|
}, ve = (_) => {
|
|
29195
29193
|
_.stopPropagation(), w.current = !0, t(null, _);
|
|
29196
29194
|
}, se = d`
|
|
@@ -29354,11 +29352,11 @@ const Mi = "ucl-uikit-base-dialog", e5 = 495, t5 = 495, o5 = 740, n5 = We(
|
|
|
29354
29352
|
]
|
|
29355
29353
|
}
|
|
29356
29354
|
);
|
|
29357
|
-
},
|
|
29355
|
+
}, Wi = "ucl-uikit-datepicker__input", c5 = ({
|
|
29358
29356
|
disabled: e,
|
|
29359
29357
|
placeholder: t = "DD/MM/YYYY",
|
|
29360
29358
|
inputMode: o = "numeric",
|
|
29361
|
-
testId: r =
|
|
29359
|
+
testId: r = Wi,
|
|
29362
29360
|
className: l,
|
|
29363
29361
|
...i
|
|
29364
29362
|
}) => {
|
|
@@ -29390,7 +29388,7 @@ const Mi = "ucl-uikit-base-dialog", e5 = 495, t5 = 495, o5 = 740, n5 = We(
|
|
|
29390
29388
|
&::placeholder {
|
|
29391
29389
|
color: ${a.colour.text.disabled};
|
|
29392
29390
|
}
|
|
29393
|
-
`, f = A(
|
|
29391
|
+
`, f = A(Wi, u, e && s, l);
|
|
29394
29392
|
return /* @__PURE__ */ n(
|
|
29395
29393
|
"input",
|
|
29396
29394
|
{
|
|
@@ -29403,11 +29401,11 @@ const Mi = "ucl-uikit-base-dialog", e5 = 495, t5 = 495, o5 = 740, n5 = We(
|
|
|
29403
29401
|
type: "text"
|
|
29404
29402
|
}
|
|
29405
29403
|
);
|
|
29406
|
-
},
|
|
29404
|
+
}, Hi = "ucl-uikit-datepicker__panel", gs = ({ children: e }) => /* @__PURE__ */ n(
|
|
29407
29405
|
"div",
|
|
29408
29406
|
{
|
|
29409
|
-
"data-testid":
|
|
29410
|
-
className:
|
|
29407
|
+
"data-testid": Hi,
|
|
29408
|
+
className: Hi,
|
|
29411
29409
|
children: e
|
|
29412
29410
|
}
|
|
29413
29411
|
), k9 = ({
|
|
@@ -30007,7 +30005,7 @@ const k5 = ({
|
|
|
30007
30005
|
}, L = (j) => {
|
|
30008
30006
|
const N = new Date(M);
|
|
30009
30007
|
N.setMonth(j), w(x(N));
|
|
30010
|
-
},
|
|
30008
|
+
}, W = (j) => {
|
|
30011
30009
|
const N = new Date(M);
|
|
30012
30010
|
N.setFullYear(j), w(x(N));
|
|
30013
30011
|
}, R = d`
|
|
@@ -30039,7 +30037,7 @@ const k5 = ({
|
|
|
30039
30037
|
month: M,
|
|
30040
30038
|
changeMonth: F,
|
|
30041
30039
|
onMonthSelect: L,
|
|
30042
|
-
onYearSelect:
|
|
30040
|
+
onYearSelect: W,
|
|
30043
30041
|
minYear: S,
|
|
30044
30042
|
maxYear: k
|
|
30045
30043
|
}
|
|
@@ -30101,7 +30099,7 @@ const k5 = ({
|
|
|
30101
30099
|
const Ee = new Date(ge);
|
|
30102
30100
|
return Ee.setDate(ge.getDate() + 6), { start: ge, end: Ee };
|
|
30103
30101
|
}
|
|
30104
|
-
const k = de(null), x = p || k, C = de(null), M = g || C, [w] = E(), [F, L] = he(!1),
|
|
30102
|
+
const k = de(null), x = p || k, C = de(null), M = g || C, [w] = E(), [F, L] = he(!1), W = parseFloat(w.margin.m32), T = (e == null ? void 0 : e.getDate().toString().padStart(2, "0")) ?? "", R = e ? (e.getMonth() + 1).toString().padStart(2, "0") : "", Q = (e == null ? void 0 : e.getFullYear().toString()) ?? "", J = e ? `${T}/${R}/${Q}` : "", [j, N] = he(J), $ = Ie(() => {
|
|
30105
30103
|
N(J);
|
|
30106
30104
|
}, [N, J]);
|
|
30107
30105
|
le(() => {
|
|
@@ -30210,9 +30208,9 @@ const k5 = ({
|
|
|
30210
30208
|
{
|
|
30211
30209
|
reference: x,
|
|
30212
30210
|
placement: "bottom-start",
|
|
30213
|
-
flip: { padding:
|
|
30211
|
+
flip: { padding: W },
|
|
30214
30212
|
shift: {
|
|
30215
|
-
padding:
|
|
30213
|
+
padding: W,
|
|
30216
30214
|
mainAxis: !1,
|
|
30217
30215
|
crossAxis: !0
|
|
30218
30216
|
},
|
|
@@ -30304,7 +30302,7 @@ const k5 = ({
|
|
|
30304
30302
|
}
|
|
30305
30303
|
),
|
|
30306
30304
|
/* @__PURE__ */ n(
|
|
30307
|
-
|
|
30305
|
+
W5,
|
|
30308
30306
|
{
|
|
30309
30307
|
value: e,
|
|
30310
30308
|
onChange: t,
|
|
@@ -30332,7 +30330,7 @@ const k5 = ({
|
|
|
30332
30330
|
]
|
|
30333
30331
|
}
|
|
30334
30332
|
);
|
|
30335
|
-
}, ji = "ucl-uikit-weekpicker__input",
|
|
30333
|
+
}, ji = "ucl-uikit-weekpicker__input", W5 = ({
|
|
30336
30334
|
value: e,
|
|
30337
30335
|
onChange: t,
|
|
30338
30336
|
onKeyDown: o,
|
|
@@ -30468,7 +30466,7 @@ const k5 = ({
|
|
|
30468
30466
|
}
|
|
30469
30467
|
)
|
|
30470
30468
|
] });
|
|
30471
|
-
},
|
|
30469
|
+
}, H5 = (e) => {
|
|
30472
30470
|
if (!e)
|
|
30473
30471
|
return "";
|
|
30474
30472
|
const t = e.getHours().toString().padStart(2, "0"), o = e.getMinutes().toString().padStart(2, "0");
|
|
@@ -30516,7 +30514,7 @@ const k5 = ({
|
|
|
30516
30514
|
return /* @__PURE__ */ n(
|
|
30517
30515
|
"input",
|
|
30518
30516
|
{
|
|
30519
|
-
value:
|
|
30517
|
+
value: H5(t ?? null),
|
|
30520
30518
|
onChange: s,
|
|
30521
30519
|
className: u,
|
|
30522
30520
|
"data-testid": e,
|
|
@@ -30632,12 +30630,12 @@ const k5 = ({
|
|
|
30632
30630
|
}, L = () => {
|
|
30633
30631
|
var z;
|
|
30634
30632
|
C(""), (z = M.current) == null || z.focus(), r && r();
|
|
30635
|
-
},
|
|
30633
|
+
}, W = () => {
|
|
30636
30634
|
o && o(x);
|
|
30637
30635
|
}, T = (z) => {
|
|
30638
|
-
z.key === "Enter" &&
|
|
30636
|
+
z.key === "Enter" && W();
|
|
30639
30637
|
}, R = () => {
|
|
30640
|
-
|
|
30638
|
+
W();
|
|
30641
30639
|
}, Q = d`
|
|
30642
30640
|
position: relative;
|
|
30643
30641
|
height: 48px;
|
|
@@ -30827,8 +30825,8 @@ const k5 = ({
|
|
|
30827
30825
|
re.preventDefault(), ue.focus();
|
|
30828
30826
|
return;
|
|
30829
30827
|
}
|
|
30830
|
-
const Ee = ge[0], ze = ge[ge.length - 1],
|
|
30831
|
-
re.shiftKey &&
|
|
30828
|
+
const Ee = ge[0], ze = ge[ge.length - 1], We = document.activeElement;
|
|
30829
|
+
re.shiftKey && We === Ee ? (re.preventDefault(), ze.focus()) : !re.shiftKey && We === ze && (re.preventDefault(), Ee.focus());
|
|
30832
30830
|
};
|
|
30833
30831
|
return document.addEventListener("keydown", Z), () => {
|
|
30834
30832
|
ce.style.overflow = _, X.forEach(({ element: re, ariaHidden: ge, inert: Ee }) => {
|
|
@@ -30916,7 +30914,7 @@ const k5 = ({
|
|
|
30916
30914
|
t,
|
|
30917
30915
|
S
|
|
30918
30916
|
]);
|
|
30919
|
-
const
|
|
30917
|
+
const W = t === void 0 ? `${C}px` : xn(t), T = xn(o), R = r === void 0 ? `calc(100dvh - ${W} - ${T})` : xn(r), Q = d`
|
|
30920
30918
|
display: none;
|
|
30921
30919
|
z-index: 9999;
|
|
30922
30920
|
position: fixed;
|
|
@@ -30967,7 +30965,7 @@ const k5 = ({
|
|
|
30967
30965
|
@media (min-width: ${p.breakpoints.tablet}px) {
|
|
30968
30966
|
z-index: 100;
|
|
30969
30967
|
position: fixed;
|
|
30970
|
-
top: ${
|
|
30968
|
+
top: ${W};
|
|
30971
30969
|
bottom: auto;
|
|
30972
30970
|
height: ${R};
|
|
30973
30971
|
max-height: ${R};
|
|
@@ -31356,7 +31354,7 @@ const vs = ({
|
|
|
31356
31354
|
background-color: ${s.colour.fill.brandSubtleHover};
|
|
31357
31355
|
color: ${s.colour.icon.brandHover};
|
|
31358
31356
|
}
|
|
31359
|
-
`, F = A(_i, y, g && S, a), L = A(k, g && x),
|
|
31357
|
+
`, F = A(_i, y, g && S, a), L = A(k, g && x), W = A(C, g && M), T = K5(
|
|
31360
31358
|
Oe.only(c),
|
|
31361
31359
|
{
|
|
31362
31360
|
collapsed: g,
|
|
@@ -31373,7 +31371,7 @@ const vs = ({
|
|
|
31373
31371
|
...u,
|
|
31374
31372
|
children: [
|
|
31375
31373
|
T,
|
|
31376
|
-
/* @__PURE__ */ n("div", { className:
|
|
31374
|
+
/* @__PURE__ */ n("div", { className: W, children: /* @__PURE__ */ n(
|
|
31377
31375
|
qe,
|
|
31378
31376
|
{
|
|
31379
31377
|
type: "button",
|
|
@@ -31406,7 +31404,7 @@ const vs = ({
|
|
|
31406
31404
|
id: t.id,
|
|
31407
31405
|
collapsed: t.collapsed,
|
|
31408
31406
|
className: A(t.className, e.props.className)
|
|
31409
|
-
}),
|
|
31407
|
+
}), W9 = K(G5), X5 = "ucl-uikit-dropdown-user-menu", H9 = ({
|
|
31410
31408
|
children: e,
|
|
31411
31409
|
userName: t,
|
|
31412
31410
|
imageUrl: o,
|
|
@@ -31584,7 +31582,7 @@ export {
|
|
|
31584
31582
|
I9 as DrawerMenu,
|
|
31585
31583
|
it as Dropdown,
|
|
31586
31584
|
E9 as DropdownMenu,
|
|
31587
|
-
|
|
31585
|
+
H9 as DropdownUserMenu,
|
|
31588
31586
|
w9 as ErrorDialog,
|
|
31589
31587
|
v9 as FeedbackDialog,
|
|
31590
31588
|
On as Field,
|
|
@@ -31616,8 +31614,8 @@ export {
|
|
|
31616
31614
|
l5 as Radio,
|
|
31617
31615
|
L9 as Search,
|
|
31618
31616
|
m6 as Select,
|
|
31619
|
-
|
|
31620
|
-
|
|
31617
|
+
W9 as Sidebar,
|
|
31618
|
+
W3 as Snackbar,
|
|
31621
31619
|
i9 as Snackbars,
|
|
31622
31620
|
sv as Spinner,
|
|
31623
31621
|
iv as StandaloneLink,
|
|
@@ -31633,7 +31631,7 @@ export {
|
|
|
31633
31631
|
h3 as Tooltip,
|
|
31634
31632
|
Po as UclLogo,
|
|
31635
31633
|
d9 as UclLogoNegativeSpace,
|
|
31636
|
-
|
|
31634
|
+
Ho as UclLogoNew,
|
|
31637
31635
|
A9 as WeekPicker,
|
|
31638
31636
|
In as announce,
|
|
31639
31637
|
d as css,
|