uikit-react-public 0.49.2 → 0.49.3
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/components/common/formatConfidentialValue.d.ts +4 -1
- package/dist/index.js +456 -451
- package/lib/components/ConfidentialDisplayField/ConfidentialDisplayField.tsx +5 -1
- package/lib/components/ConfidentialDisplayField/__tests__/ConfidentialDisplayField.test.tsx +1 -1
- package/lib/components/ConfidentialInput/ConfidentialInput.tsx +2 -1
- package/lib/components/ConfidentialInput/__tests__/ConfidentialInput.test.tsx +1 -1
- package/lib/components/common/formatConfidentialValue.ts +16 -4
- 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 Re } from "react/jsx-runtime";
|
|
2
2
|
import * as Me from "react";
|
|
3
|
-
import
|
|
3
|
+
import Nt, { memo as Q, forwardRef as De, useContext as et, createContext as ct, useState as ae, use as ft, useId as je, useRef as he, useCallback as ge, useEffect as ie, Children as Oe, isValidElement as ze, cloneElement as $e, useLayoutEffect as Kn, useImperativeHandle as pc, useMemo as dt } from "react";
|
|
4
4
|
function fc(e) {
|
|
5
5
|
if (e.sheet)
|
|
6
6
|
return e.sheet;
|
|
@@ -75,7 +75,7 @@ function Co(e, t) {
|
|
|
75
75
|
function Sc(e, t) {
|
|
76
76
|
return e.map(t).join("");
|
|
77
77
|
}
|
|
78
|
-
var Ko = 1, Jt = 1, Za = 0, _e = 0,
|
|
78
|
+
var Ko = 1, Jt = 1, Za = 0, _e = 0, Te = 0, Kt = "";
|
|
79
79
|
function Xo(e, t, o, r, i, l, a) {
|
|
80
80
|
return { value: e, root: t, parent: o, type: r, props: i, children: l, line: Ko, column: Jt, length: a, return: "" };
|
|
81
81
|
}
|
|
@@ -83,13 +83,13 @@ function to(e, t) {
|
|
|
83
83
|
return wc(Xo("", null, null, "", null, null, 0), e, { length: -e.length }, t);
|
|
84
84
|
}
|
|
85
85
|
function Ac() {
|
|
86
|
-
return
|
|
86
|
+
return Te;
|
|
87
87
|
}
|
|
88
88
|
function Cc() {
|
|
89
|
-
return
|
|
89
|
+
return Te = _e > 0 ? Ue(Kt, --_e) : 0, Jt--, Te === 10 && (Jt = 1, Ko--), Te;
|
|
90
90
|
}
|
|
91
91
|
function nt() {
|
|
92
|
-
return
|
|
92
|
+
return Te = _e < Za ? Ue(Kt, _e++) : 0, Jt++, Te === 10 && (Jt = 1, Ko++), Te;
|
|
93
93
|
}
|
|
94
94
|
function bt() {
|
|
95
95
|
return Ue(Kt, _e);
|
|
@@ -148,25 +148,25 @@ function Do(e) {
|
|
|
148
148
|
return qa(uo(_e - 1, Vn(e === 91 ? e + 2 : e === 40 ? e + 1 : e)));
|
|
149
149
|
}
|
|
150
150
|
function Mc(e) {
|
|
151
|
-
for (; (
|
|
151
|
+
for (; (Te = bt()) && Te < 33; )
|
|
152
152
|
nt();
|
|
153
|
-
return ao(e) > 2 || ao(
|
|
153
|
+
return ao(e) > 2 || ao(Te) > 3 ? "" : " ";
|
|
154
154
|
}
|
|
155
155
|
function Fc(e, t) {
|
|
156
|
-
for (; --t && nt() && !(
|
|
156
|
+
for (; --t && nt() && !(Te < 48 || Te > 102 || Te > 57 && Te < 65 || Te > 70 && Te < 97); )
|
|
157
157
|
;
|
|
158
158
|
return uo(e, Bo() + (t < 6 && bt() == 32 && nt() == 32));
|
|
159
159
|
}
|
|
160
160
|
function Vn(e) {
|
|
161
161
|
for (; nt(); )
|
|
162
|
-
switch (
|
|
162
|
+
switch (Te) {
|
|
163
163
|
// ] ) " '
|
|
164
164
|
case e:
|
|
165
165
|
return _e;
|
|
166
166
|
// " '
|
|
167
167
|
case 34:
|
|
168
168
|
case 39:
|
|
169
|
-
e !== 34 && e !== 39 && Vn(
|
|
169
|
+
e !== 34 && e !== 39 && Vn(Te);
|
|
170
170
|
break;
|
|
171
171
|
// (
|
|
172
172
|
case 40:
|
|
@@ -180,8 +180,8 @@ function Vn(e) {
|
|
|
180
180
|
return _e;
|
|
181
181
|
}
|
|
182
182
|
function Ec(e, t) {
|
|
183
|
-
for (; nt() && e +
|
|
184
|
-
if (e +
|
|
183
|
+
for (; nt() && e + Te !== 57; )
|
|
184
|
+
if (e + Te === 84 && bt() === 47)
|
|
185
185
|
break;
|
|
186
186
|
return "/*" + uo(t, _e - 1) + "*" + Go(e === 47 ? e : nt());
|
|
187
187
|
}
|
|
@@ -351,16 +351,16 @@ function zc(e) {
|
|
|
351
351
|
return t[o] === void 0 && (t[o] = e(o)), t[o];
|
|
352
352
|
};
|
|
353
353
|
}
|
|
354
|
-
var
|
|
354
|
+
var Tc = function(t, o, r) {
|
|
355
355
|
for (var i = 0, l = 0; i = l, l = bt(), i === 38 && l === 12 && (o[r] = 1), !ao(l); )
|
|
356
356
|
nt();
|
|
357
357
|
return uo(t, _e);
|
|
358
|
-
},
|
|
358
|
+
}, Nc = function(t, o) {
|
|
359
359
|
var r = -1, i = 44;
|
|
360
360
|
do
|
|
361
361
|
switch (ao(i)) {
|
|
362
362
|
case 0:
|
|
363
|
-
i === 38 && bt() === 12 && (o[r] = 1), t[r] +=
|
|
363
|
+
i === 38 && bt() === 12 && (o[r] = 1), t[r] += Tc(_e - 1, o, r);
|
|
364
364
|
break;
|
|
365
365
|
case 2:
|
|
366
366
|
t[r] += Do(i);
|
|
@@ -377,7 +377,7 @@ var Nc = function(t, o, r) {
|
|
|
377
377
|
while (i = nt());
|
|
378
378
|
return t;
|
|
379
379
|
}, Rc = function(t, o) {
|
|
380
|
-
return Ua(
|
|
380
|
+
return Ua(Nc(Pa(t), o));
|
|
381
381
|
}, Mr = /* @__PURE__ */ new WeakMap(), Vc = function(t) {
|
|
382
382
|
if (!(t.type !== "rule" || !t.parent || // positive .length indicates that this rule contains pseudo
|
|
383
383
|
// negative .length indicates that this rule has been already prefixed
|
|
@@ -8281,7 +8281,7 @@ const Wr = "ucl-uikit-icon", $c = ({
|
|
|
8281
8281
|
/* @__PURE__ */ n("path", { d: "M5 18H3a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h3.19M15 6h2a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-3.19M23 13v-2M11 6l-4 6h6l-4 6" })
|
|
8282
8282
|
]
|
|
8283
8283
|
}
|
|
8284
|
-
),
|
|
8284
|
+
), Td = ({
|
|
8285
8285
|
title: e,
|
|
8286
8286
|
titleId: t,
|
|
8287
8287
|
...o
|
|
@@ -8303,7 +8303,7 @@ const Wr = "ucl-uikit-icon", $c = ({
|
|
|
8303
8303
|
/* @__PURE__ */ n("path", { d: "M18 8A6 6 0 0 0 6 8c0 7-3 9-3 9h18s-3-2-3-9m-4.27 13a2 2 0 0 1-3.46 0" })
|
|
8304
8304
|
]
|
|
8305
8305
|
}
|
|
8306
|
-
),
|
|
8306
|
+
), Nd = ({
|
|
8307
8307
|
title: e,
|
|
8308
8308
|
titleId: t,
|
|
8309
8309
|
...o
|
|
@@ -9498,7 +9498,7 @@ const Wr = "ucl-uikit-icon", $c = ({
|
|
|
9498
9498
|
/* @__PURE__ */ n("path", { d: "M22 12h-4M6 12H2m10-6V2m0 20v-4" })
|
|
9499
9499
|
]
|
|
9500
9500
|
}
|
|
9501
|
-
),
|
|
9501
|
+
), Tu = ({
|
|
9502
9502
|
title: e,
|
|
9503
9503
|
titleId: t,
|
|
9504
9504
|
...o
|
|
@@ -9522,7 +9522,7 @@ const Wr = "ucl-uikit-icon", $c = ({
|
|
|
9522
9522
|
/* @__PURE__ */ n("path", { d: "M3 5v14c0 1.66 4 3 9 3s9-1.34 9-3V5" })
|
|
9523
9523
|
]
|
|
9524
9524
|
}
|
|
9525
|
-
),
|
|
9525
|
+
), Nu = ({
|
|
9526
9526
|
title: e,
|
|
9527
9527
|
titleId: t,
|
|
9528
9528
|
...o
|
|
@@ -10721,7 +10721,7 @@ const Wr = "ucl-uikit-icon", $c = ({
|
|
|
10721
10721
|
/* @__PURE__ */ n("path", { d: "M19 4h-9m4 16H5M15 4 9 20" })
|
|
10722
10722
|
]
|
|
10723
10723
|
}
|
|
10724
|
-
),
|
|
10724
|
+
), T0 = ({
|
|
10725
10725
|
title: e,
|
|
10726
10726
|
titleId: t,
|
|
10727
10727
|
...o
|
|
@@ -10743,7 +10743,7 @@ const Wr = "ucl-uikit-icon", $c = ({
|
|
|
10743
10743
|
/* @__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" })
|
|
10744
10744
|
]
|
|
10745
10745
|
}
|
|
10746
|
-
),
|
|
10746
|
+
), N0 = ({
|
|
10747
10747
|
title: e,
|
|
10748
10748
|
titleId: t,
|
|
10749
10749
|
...o
|
|
@@ -11932,7 +11932,7 @@ const Wr = "ucl-uikit-icon", $c = ({
|
|
|
11932
11932
|
/* @__PURE__ */ n("path", { d: "m5 3 14 9-14 9z" })
|
|
11933
11933
|
]
|
|
11934
11934
|
}
|
|
11935
|
-
),
|
|
11935
|
+
), Th = ({
|
|
11936
11936
|
title: e,
|
|
11937
11937
|
titleId: t,
|
|
11938
11938
|
...o
|
|
@@ -11955,7 +11955,7 @@ const Wr = "ucl-uikit-icon", $c = ({
|
|
|
11955
11955
|
/* @__PURE__ */ n("path", { d: "m10 8 6 4-6 4z" })
|
|
11956
11956
|
]
|
|
11957
11957
|
}
|
|
11958
|
-
),
|
|
11958
|
+
), Nh = ({
|
|
11959
11959
|
title: e,
|
|
11960
11960
|
titleId: t,
|
|
11961
11961
|
...o
|
|
@@ -13158,7 +13158,7 @@ const Wr = "ucl-uikit-icon", $c = ({
|
|
|
13158
13158
|
/* @__PURE__ */ n("path", { d: "M14.7 6.3a1 1 0 0 0 0 1.4l1.6 1.6a1 1 0 0 0 1.4 0l3.77-3.77a6 6 0 0 1-7.94 7.94l-6.91 6.91a2.12 2.12 0 0 1-3-3l6.91-6.91a6 6 0 0 1 7.94-7.94l-3.76 3.76z" })
|
|
13159
13159
|
]
|
|
13160
13160
|
}
|
|
13161
|
-
),
|
|
13161
|
+
), Tp = ({
|
|
13162
13162
|
title: e,
|
|
13163
13163
|
titleId: t,
|
|
13164
13164
|
...o
|
|
@@ -13180,7 +13180,7 @@ const Wr = "ucl-uikit-icon", $c = ({
|
|
|
13180
13180
|
/* @__PURE__ */ n("path", { d: "M3 6h18m-2 0v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6m3 0V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2" })
|
|
13181
13181
|
]
|
|
13182
13182
|
}
|
|
13183
|
-
),
|
|
13183
|
+
), Np = ({
|
|
13184
13184
|
title: e,
|
|
13185
13185
|
titleId: t,
|
|
13186
13186
|
...o
|
|
@@ -14142,8 +14142,8 @@ const Wr = "ucl-uikit-icon", $c = ({
|
|
|
14142
14142
|
BarChart2: Bd,
|
|
14143
14143
|
Battery: Dd,
|
|
14144
14144
|
BatteryCharging: zd,
|
|
14145
|
-
Bell:
|
|
14146
|
-
BellOff:
|
|
14145
|
+
Bell: Td,
|
|
14146
|
+
BellOff: Nd,
|
|
14147
14147
|
Bluetooth: Rd,
|
|
14148
14148
|
Bold: Vd,
|
|
14149
14149
|
Book: Od,
|
|
@@ -14196,8 +14196,8 @@ const Wr = "ucl-uikit-icon", $c = ({
|
|
|
14196
14196
|
CreditCard: Bu,
|
|
14197
14197
|
Crop: Du,
|
|
14198
14198
|
Crosshair: zu,
|
|
14199
|
-
Database:
|
|
14200
|
-
Delete:
|
|
14199
|
+
Database: Tu,
|
|
14200
|
+
Delete: Nu,
|
|
14201
14201
|
Disc: Ru,
|
|
14202
14202
|
Divide: Vu,
|
|
14203
14203
|
DivideCircle: Ou,
|
|
@@ -14250,8 +14250,8 @@ const Wr = "ucl-uikit-icon", $c = ({
|
|
|
14250
14250
|
Info: B0,
|
|
14251
14251
|
Instagram: D0,
|
|
14252
14252
|
Italic: z0,
|
|
14253
|
-
Key:
|
|
14254
|
-
Layers:
|
|
14253
|
+
Key: T0,
|
|
14254
|
+
Layers: N0,
|
|
14255
14255
|
Layout: R0,
|
|
14256
14256
|
LifeBuoy: V0,
|
|
14257
14257
|
Link: O0,
|
|
@@ -14304,8 +14304,8 @@ const Wr = "ucl-uikit-icon", $c = ({
|
|
|
14304
14304
|
PhoneOutgoing: Bh,
|
|
14305
14305
|
PieChart: Dh,
|
|
14306
14306
|
Play: zh,
|
|
14307
|
-
PlayCircle:
|
|
14308
|
-
Plus:
|
|
14307
|
+
PlayCircle: Th,
|
|
14308
|
+
Plus: Nh,
|
|
14309
14309
|
PlusCircle: Rh,
|
|
14310
14310
|
PlusSquare: Vh,
|
|
14311
14311
|
Pocket: Oh,
|
|
@@ -14358,8 +14358,8 @@ const Wr = "ucl-uikit-icon", $c = ({
|
|
|
14358
14358
|
ToggleLeft: Bp,
|
|
14359
14359
|
ToggleRight: Dp,
|
|
14360
14360
|
Tool: zp,
|
|
14361
|
-
Trash:
|
|
14362
|
-
Trash2:
|
|
14361
|
+
Trash: Tp,
|
|
14362
|
+
Trash2: Np,
|
|
14363
14363
|
Trello: Rp,
|
|
14364
14364
|
TrendingDown: Vp,
|
|
14365
14365
|
TrendingUp: Op,
|
|
@@ -14608,7 +14608,7 @@ const Wr = "ucl-uikit-icon", $c = ({
|
|
|
14608
14608
|
)
|
|
14609
14609
|
]
|
|
14610
14610
|
}
|
|
14611
|
-
),
|
|
14611
|
+
), Tf = ({
|
|
14612
14612
|
title: e,
|
|
14613
14613
|
titleId: t,
|
|
14614
14614
|
...o
|
|
@@ -14627,7 +14627,7 @@ const Wr = "ucl-uikit-icon", $c = ({
|
|
|
14627
14627
|
/* @__PURE__ */ n("path", { d: "M19.057 11.508a7.2 7.2 0 0 0-1.259-.76c-.452-3.38-2.714-4.445-3.743-4.757-2.236-.678-4.807.135-5.976 1.888a.905.905 0 1 0 1.506 1.005c.72-1.081 2.488-1.602 3.946-1.162 1.125.34 1.902 1.165 2.278 2.375a9 9 0 0 0-1.729-.162c-1.574 0-3.047.406-4.146 1.142-1.294.874-2.006 2.167-2.006 3.637 0 2.327 1.793 4.016 4.264 4.016a5.43 5.43 0 0 0 3.884-1.674c.728-.758 1.583-2.076 1.765-4.195q.064.044.125.09c1.143.864 1.722 2.066 1.722 3.572 0 2.19-2.3 5.428-7.237 5.428-3.023 0-5.143-.978-6.484-2.99-1.1-1.646-1.658-3.992-1.658-6.961s.558-5.315 1.658-6.961c1.341-2.012 3.461-2.99 6.484-2.99 3.723 0 6.106 1.499 7.297 4.582a.905.905 0 1 0 1.688-.65C19.99 2.226 16.883.24 12.45.24c-3.618 0-6.31 1.277-7.99 3.795C3.159 5.988 2.5 8.666 2.5 12s.66 6.012 1.96 7.965c1.68 2.518 4.372 3.795 7.99 3.795 3.401 0 5.53-1.298 6.718-2.386 1.458-1.336 2.329-3.155 2.329-4.85 0-2.075-.844-3.81-2.44-5.016m-4.285 4.297a3.6 3.6 0 0 1-2.58 1.12c-1.223 0-2.455-.679-2.455-2.208 0-1.428 1.357-2.964 4.343-2.964a7.2 7.2 0 0 1 1.99.274c0 1.592-.453 2.897-1.298 3.775Z" })
|
|
14628
14628
|
]
|
|
14629
14629
|
}
|
|
14630
|
-
),
|
|
14630
|
+
), Nf = ({
|
|
14631
14631
|
title: e,
|
|
14632
14632
|
titleId: t,
|
|
14633
14633
|
...o
|
|
@@ -14689,8 +14689,8 @@ const Wr = "ucl-uikit-icon", $c = ({
|
|
|
14689
14689
|
Instagram: Bf,
|
|
14690
14690
|
Linkedin: Df,
|
|
14691
14691
|
Soundcloud: zf,
|
|
14692
|
-
Threads:
|
|
14693
|
-
Tiktok:
|
|
14692
|
+
Threads: Tf,
|
|
14693
|
+
Tiktok: Nf,
|
|
14694
14694
|
X: Rf,
|
|
14695
14695
|
Youtube: Vf
|
|
14696
14696
|
}, Symbol.toStringTag, { value: "Module" })), qf = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
@@ -14966,8 +14966,8 @@ const Wr = "ucl-uikit-icon", $c = ({
|
|
|
14966
14966
|
Bluetooth: B1,
|
|
14967
14967
|
Bold: D1,
|
|
14968
14968
|
BookOpen: z1,
|
|
14969
|
-
Book:
|
|
14970
|
-
Bookmark:
|
|
14969
|
+
Book: T1,
|
|
14970
|
+
Bookmark: N1,
|
|
14971
14971
|
Box: R1,
|
|
14972
14972
|
Briefcase: V1,
|
|
14973
14973
|
Calendar: O1,
|
|
@@ -15020,8 +15020,8 @@ const Wr = "ucl-uikit-icon", $c = ({
|
|
|
15020
15020
|
Disc: B2,
|
|
15021
15021
|
DivideCircle: D2,
|
|
15022
15022
|
DivideSquare: z2,
|
|
15023
|
-
Divide:
|
|
15024
|
-
DollarSign:
|
|
15023
|
+
Divide: T2,
|
|
15024
|
+
DollarSign: N2,
|
|
15025
15025
|
DownloadCloud: R2,
|
|
15026
15026
|
Download: V2,
|
|
15027
15027
|
Dribbble: O2,
|
|
@@ -15074,8 +15074,8 @@ const Wr = "ucl-uikit-icon", $c = ({
|
|
|
15074
15074
|
Link2: Bg,
|
|
15075
15075
|
Link: Dg,
|
|
15076
15076
|
List: zg,
|
|
15077
|
-
Loader:
|
|
15078
|
-
Lock:
|
|
15077
|
+
Loader: Tg,
|
|
15078
|
+
Lock: Ng,
|
|
15079
15079
|
LogIn: Rg,
|
|
15080
15080
|
LogOut: Vg,
|
|
15081
15081
|
Mail: Og,
|
|
@@ -15128,8 +15128,8 @@ const Wr = "ucl-uikit-icon", $c = ({
|
|
|
15128
15128
|
Power: Bm,
|
|
15129
15129
|
Printer: Dm,
|
|
15130
15130
|
Radio: zm,
|
|
15131
|
-
RefreshCcw:
|
|
15132
|
-
RefreshCw:
|
|
15131
|
+
RefreshCcw: Tm,
|
|
15132
|
+
RefreshCw: Nm,
|
|
15133
15133
|
Repeat: Rm,
|
|
15134
15134
|
Rewind: Vm,
|
|
15135
15135
|
RotateCcw: Om,
|
|
@@ -15182,8 +15182,8 @@ const Wr = "ucl-uikit-icon", $c = ({
|
|
|
15182
15182
|
Triangle: By,
|
|
15183
15183
|
Truck: Dy,
|
|
15184
15184
|
Tv: zy,
|
|
15185
|
-
Twitch:
|
|
15186
|
-
Twitter:
|
|
15185
|
+
Twitch: Ty,
|
|
15186
|
+
Twitter: Ny,
|
|
15187
15187
|
Type: Ry,
|
|
15188
15188
|
Umbrella: Vy,
|
|
15189
15189
|
Underline: Oy,
|
|
@@ -15267,8 +15267,8 @@ const Wr = "ucl-uikit-icon", $c = ({
|
|
|
15267
15267
|
Bluesky: gb,
|
|
15268
15268
|
Bold: D1,
|
|
15269
15269
|
BookOpen: z1,
|
|
15270
|
-
Book:
|
|
15271
|
-
Bookmark:
|
|
15270
|
+
Book: T1,
|
|
15271
|
+
Bookmark: N1,
|
|
15272
15272
|
Box: R1,
|
|
15273
15273
|
Briefcase: V1,
|
|
15274
15274
|
Calendar: O1,
|
|
@@ -15321,8 +15321,8 @@ const Wr = "ucl-uikit-icon", $c = ({
|
|
|
15321
15321
|
Disc: B2,
|
|
15322
15322
|
DivideCircle: D2,
|
|
15323
15323
|
DivideSquare: z2,
|
|
15324
|
-
Divide:
|
|
15325
|
-
DollarSign:
|
|
15324
|
+
Divide: T2,
|
|
15325
|
+
DollarSign: N2,
|
|
15326
15326
|
DownloadCloud: R2,
|
|
15327
15327
|
Download: V2,
|
|
15328
15328
|
Dribbble: O2,
|
|
@@ -15380,8 +15380,8 @@ const Wr = "ucl-uikit-icon", $c = ({
|
|
|
15380
15380
|
Link: Dg,
|
|
15381
15381
|
Linkedin: vb,
|
|
15382
15382
|
List: zg,
|
|
15383
|
-
Loader:
|
|
15384
|
-
Lock:
|
|
15383
|
+
Loader: Tg,
|
|
15384
|
+
Lock: Ng,
|
|
15385
15385
|
LogIn: Rg,
|
|
15386
15386
|
LogOut: Vg,
|
|
15387
15387
|
Mail: Og,
|
|
@@ -15434,8 +15434,8 @@ const Wr = "ucl-uikit-icon", $c = ({
|
|
|
15434
15434
|
Power: Bm,
|
|
15435
15435
|
Printer: Dm,
|
|
15436
15436
|
Radio: zm,
|
|
15437
|
-
RefreshCcw:
|
|
15438
|
-
RefreshCw:
|
|
15437
|
+
RefreshCcw: Tm,
|
|
15438
|
+
RefreshCw: Nm,
|
|
15439
15439
|
Repeat: Rm,
|
|
15440
15440
|
Rewind: Vm,
|
|
15441
15441
|
RotateCcw: Om,
|
|
@@ -15491,8 +15491,8 @@ const Wr = "ucl-uikit-icon", $c = ({
|
|
|
15491
15491
|
Triangle: By,
|
|
15492
15492
|
Truck: Dy,
|
|
15493
15493
|
Tv: zy,
|
|
15494
|
-
Twitch:
|
|
15495
|
-
Twitter:
|
|
15494
|
+
Twitch: Ty,
|
|
15495
|
+
Twitter: Ny,
|
|
15496
15496
|
Type: Ry,
|
|
15497
15497
|
Umbrella: Vy,
|
|
15498
15498
|
Underline: Oy,
|
|
@@ -15667,7 +15667,7 @@ function Fb() {
|
|
|
15667
15667
|
}
|
|
15668
15668
|
}
|
|
15669
15669
|
}
|
|
15670
|
-
var v = u, F = s, E = c, W = a, H = t, B = f, O = r,
|
|
15670
|
+
var v = u, F = s, E = c, W = a, H = t, B = f, O = r, T = y, j = g, Z = o, $ = l, U = i, J = h, z = !1;
|
|
15671
15671
|
function L(Y) {
|
|
15672
15672
|
return z || (z = !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.")), V(Y) || M(Y) === u;
|
|
15673
15673
|
}
|
|
@@ -15707,17 +15707,17 @@ function Fb() {
|
|
|
15707
15707
|
function ue(Y) {
|
|
15708
15708
|
return M(Y) === h;
|
|
15709
15709
|
}
|
|
15710
|
-
Ce.AsyncMode = v, Ce.ConcurrentMode = F, Ce.ContextConsumer = E, Ce.ContextProvider = W, Ce.Element = H, Ce.ForwardRef = B, Ce.Fragment = O, Ce.Lazy =
|
|
15710
|
+
Ce.AsyncMode = v, Ce.ConcurrentMode = F, Ce.ContextConsumer = E, Ce.ContextProvider = W, Ce.Element = H, Ce.ForwardRef = B, Ce.Fragment = O, Ce.Lazy = T, Ce.Memo = j, Ce.Portal = Z, Ce.Profiler = $, Ce.StrictMode = U, Ce.Suspense = J, Ce.isAsyncMode = L, Ce.isConcurrentMode = V, Ce.isContextConsumer = _, Ce.isContextProvider = pe, Ce.isElement = ye, Ce.isForwardRef = K, Ce.isFragment = ne, Ce.isLazy = re, Ce.isMemo = fe, Ce.isPortal = me, Ce.isProfiler = q, Ce.isStrictMode = oe, Ce.isSuspense = ue, Ce.isValidElementType = S, Ce.typeOf = M;
|
|
15711
15711
|
})()), Ce;
|
|
15712
15712
|
}
|
|
15713
|
-
var
|
|
15713
|
+
var Tr;
|
|
15714
15714
|
function Eb() {
|
|
15715
|
-
return
|
|
15715
|
+
return Tr || (Tr = 1, process.env.NODE_ENV === "production" ? Mo.exports = Mb() : Mo.exports = Fb()), Mo.exports;
|
|
15716
15716
|
}
|
|
15717
|
-
var An,
|
|
15717
|
+
var An, Nr;
|
|
15718
15718
|
function Lb() {
|
|
15719
|
-
if (
|
|
15720
|
-
|
|
15719
|
+
if (Nr) return An;
|
|
15720
|
+
Nr = 1;
|
|
15721
15721
|
var e = Eb(), t = {
|
|
15722
15722
|
childContextTypes: !0,
|
|
15723
15723
|
contextType: !0,
|
|
@@ -15839,7 +15839,7 @@ var es = function(t) {
|
|
|
15839
15839
|
var t;
|
|
15840
15840
|
t || (t = e.JSX || (e.JSX = {}));
|
|
15841
15841
|
})(Vr || (Vr = {}));
|
|
15842
|
-
var
|
|
15842
|
+
var Tb = /* @__PURE__ */ es(function(e, t) {
|
|
15843
15843
|
var o = e.styles, r = Ut([o], void 0, Me.useContext(ts)), i = Me.useRef();
|
|
15844
15844
|
return Rr(function() {
|
|
15845
15845
|
var l = t.key + "-global", a = new t.sheet.constructor({
|
|
@@ -15870,11 +15870,11 @@ function os() {
|
|
|
15870
15870
|
return Ut(t);
|
|
15871
15871
|
}
|
|
15872
15872
|
const {
|
|
15873
|
-
light:
|
|
15873
|
+
light: Nb,
|
|
15874
15874
|
// dark: darkThemeTokens,
|
|
15875
15875
|
primitives: ns,
|
|
15876
15876
|
darkPrimitives: Rb
|
|
15877
|
-
} = ho, D =
|
|
15877
|
+
} = ho, D = Nb, Vb = ns, Et = ns.colour, Lt = Rb.colour, { sans: rs, mono: Ob } = Vb.font.family, Or = {
|
|
15878
15878
|
"#/font/family/sans": rs.$value.family,
|
|
15879
15879
|
"#/font/family/mono": Ob.$value.family
|
|
15880
15880
|
}, qr = {
|
|
@@ -16223,7 +16223,7 @@ const {
|
|
|
16223
16223
|
lineHeight: D.typography.body["xs-medium"].$value.lineHeight
|
|
16224
16224
|
}
|
|
16225
16225
|
}
|
|
16226
|
-
}, Zb = "#2C0442", Pb = "#500778", Ub = "#6345A5", jb = "#BBAACC", Yb = "#006B0F", Jb = "#008613", Qb = "#80C289", Gb = "#E6F3E8", Kb = "#113B3A", Xb = "#52C152", $b = "#C9D1A8", _b = "#004089", e4 = "#004EA8", t4 = "#0D68CF", o4 = "#7FB7F7", n4 = "#E5F0FD", r4 = "#F2F8FE", i4 = "#002248", l4 = "#34C6C6", a4 = "#B6DCE5", s4 = "#D4E6FC", c4 = "#C3DDFB", d4 = "#B2D3FA", u4 = "#504D48", h4 = "#FFCA36", p4 = "#DAD6CA", f4 = "#CC7100", g4 = "#FF8D00", m4 = "#FFC680", y4 = "#FFF4E6", b4 = "#811712", v4 = "#CA0007", w4 = "#E48083", x4 = "#E48083", k4 = "#FAE6E7", S4 = "#B1070A", A4 = "#990F0E", C4 = "#4B0A32", M4 = "#AC145A", F4 = "#DEB8C3", E4 = "#000000", L4 = "#1A1A1A", I4 = "#333333", H4 = "#4D4D4D", W4 = "#666666", B4 = "#999999", D4 = "#CCCCCC", z4 = "#D9D9D9",
|
|
16226
|
+
}, Zb = "#2C0442", Pb = "#500778", Ub = "#6345A5", jb = "#BBAACC", Yb = "#006B0F", Jb = "#008613", Qb = "#80C289", Gb = "#E6F3E8", Kb = "#113B3A", Xb = "#52C152", $b = "#C9D1A8", _b = "#004089", e4 = "#004EA8", t4 = "#0D68CF", o4 = "#7FB7F7", n4 = "#E5F0FD", r4 = "#F2F8FE", i4 = "#002248", l4 = "#34C6C6", a4 = "#B6DCE5", s4 = "#D4E6FC", c4 = "#C3DDFB", d4 = "#B2D3FA", u4 = "#504D48", h4 = "#FFCA36", p4 = "#DAD6CA", f4 = "#CC7100", g4 = "#FF8D00", m4 = "#FFC680", y4 = "#FFF4E6", b4 = "#811712", v4 = "#CA0007", w4 = "#E48083", x4 = "#E48083", k4 = "#FAE6E7", S4 = "#B1070A", A4 = "#990F0E", C4 = "#4B0A32", M4 = "#AC145A", F4 = "#DEB8C3", E4 = "#000000", L4 = "#1A1A1A", I4 = "#333333", H4 = "#4D4D4D", W4 = "#666666", B4 = "#999999", D4 = "#CCCCCC", z4 = "#D9D9D9", T4 = "#E6E6E6", N4 = "#F2F2F2", R4 = "#ffffff", ee = {
|
|
16227
16227
|
purple200: Zb,
|
|
16228
16228
|
purple50: Pb,
|
|
16229
16229
|
purple40: Ub,
|
|
@@ -16273,8 +16273,8 @@ const {
|
|
|
16273
16273
|
black40: B4,
|
|
16274
16274
|
black20: D4,
|
|
16275
16275
|
black15: z4,
|
|
16276
|
-
black10:
|
|
16277
|
-
black5:
|
|
16276
|
+
black10: T4,
|
|
16277
|
+
black5: N4,
|
|
16278
16278
|
white: R4
|
|
16279
16279
|
}, V4 = {
|
|
16280
16280
|
primary: ee.black90,
|
|
@@ -16807,288 +16807,288 @@ const {
|
|
|
16807
16807
|
// Usage: margin-top: ${theme.m16};
|
|
16808
16808
|
...Pr,
|
|
16809
16809
|
...Ur
|
|
16810
|
-
}, { light:
|
|
16811
|
-
default: x(
|
|
16812
|
-
brand: x(
|
|
16813
|
-
inverse: x(
|
|
16810
|
+
}, { light: N, primitives: iv } = ho, lv = {
|
|
16811
|
+
default: x(N.colour.bg.default.$value),
|
|
16812
|
+
brand: x(N.colour.bg.brand.$value),
|
|
16813
|
+
inverse: x(N.colour.bg.inverse.$value),
|
|
16814
16814
|
inversePrimary: x(
|
|
16815
|
-
|
|
16815
|
+
N.colour.bg["inverse-primary"].$value
|
|
16816
16816
|
)
|
|
16817
16817
|
}, av = {
|
|
16818
|
-
default: x(
|
|
16819
|
-
brand: x(
|
|
16818
|
+
default: x(N.colour.border.default.$value),
|
|
16819
|
+
brand: x(N.colour.border.brand.$value),
|
|
16820
16820
|
brandPrimary: x(
|
|
16821
|
-
|
|
16821
|
+
N.colour.border["brand-primary"].$value
|
|
16822
16822
|
),
|
|
16823
16823
|
// added - commit a6fc429 - 14 Jul 2026
|
|
16824
|
-
brandHover: x(
|
|
16824
|
+
brandHover: x(N.colour.border["brand-hover"].$value),
|
|
16825
16825
|
brandSubtle: x(
|
|
16826
|
-
|
|
16826
|
+
N.colour.border["brand-subtle"].$value
|
|
16827
16827
|
),
|
|
16828
|
-
primary: x(
|
|
16829
|
-
secondary: x(
|
|
16830
|
-
tertiary: x(
|
|
16831
|
-
subtle: x(
|
|
16832
|
-
disabled: x(
|
|
16833
|
-
inverse: x(
|
|
16828
|
+
primary: x(N.colour.border.primary.$value),
|
|
16829
|
+
secondary: x(N.colour.border.secondary.$value),
|
|
16830
|
+
tertiary: x(N.colour.border.tertiary.$value),
|
|
16831
|
+
subtle: x(N.colour.border.subtle.$value),
|
|
16832
|
+
disabled: x(N.colour.border.disabled.$value),
|
|
16833
|
+
inverse: x(N.colour.border.inverse.$value),
|
|
16834
16834
|
brandInverse: x(
|
|
16835
|
-
|
|
16835
|
+
N.colour.border["brand-inverse"].$value
|
|
16836
16836
|
),
|
|
16837
16837
|
brandInverseSecondary: x(
|
|
16838
|
-
|
|
16838
|
+
N.colour.border["brand-inverse-secondary"].$value
|
|
16839
16839
|
),
|
|
16840
16840
|
brandInverseSecondaryHover: x(
|
|
16841
|
-
|
|
16841
|
+
N.colour.border["brand-inverse-secondary-hover"].$value
|
|
16842
16842
|
// added - commit a6fc429 - 14 Jul 2026
|
|
16843
16843
|
),
|
|
16844
16844
|
brandInverseSecondarySelected: x(
|
|
16845
|
-
|
|
16845
|
+
N.colour.border["brand-inverse-secondary-selected"].$value
|
|
16846
16846
|
// added - commit a6fc429 - 14 Jul 2026
|
|
16847
16847
|
),
|
|
16848
|
-
focus: x(
|
|
16849
|
-
success: x(
|
|
16850
|
-
critical: x(
|
|
16851
|
-
warning: x(
|
|
16848
|
+
focus: x(N.colour.border.focus.$value),
|
|
16849
|
+
success: x(N.colour.border.success.$value),
|
|
16850
|
+
critical: x(N.colour.border.critical.$value),
|
|
16851
|
+
warning: x(N.colour.border.warning.$value)
|
|
16852
16852
|
}, sv = {
|
|
16853
|
-
default: x(
|
|
16854
|
-
primary: x(
|
|
16853
|
+
default: x(N.colour.fill.default.$value),
|
|
16854
|
+
primary: x(N.colour.fill.primary.$value),
|
|
16855
16855
|
// replace hover (with colour change) - commit 1504e2b - 14 Jul 2026
|
|
16856
|
-
subtle: x(
|
|
16856
|
+
subtle: x(N.colour.fill.subtle.$value),
|
|
16857
16857
|
// added - commit 1504e2b - 14 Jul 2026
|
|
16858
|
-
brand: x(
|
|
16859
|
-
brandSubtle: x(
|
|
16858
|
+
brand: x(N.colour.fill.brand.$value),
|
|
16859
|
+
brandSubtle: x(N.colour.fill["brand-subtle"].$value),
|
|
16860
16860
|
// replace brandSubtleSelected - commit 1504e2b - 14 Jul 2026
|
|
16861
|
-
brandHover: x(
|
|
16861
|
+
brandHover: x(N.colour.fill["brand-hover"].$value),
|
|
16862
16862
|
brandPressed: x(
|
|
16863
|
-
|
|
16863
|
+
N.colour.fill["brand-pressed"].$value
|
|
16864
16864
|
),
|
|
16865
16865
|
brandSubtleSelected: x(
|
|
16866
|
-
|
|
16866
|
+
N.colour.fill["brand-subtle-selected"].$value
|
|
16867
16867
|
),
|
|
16868
16868
|
brandSubtleHover: x(
|
|
16869
|
-
|
|
16869
|
+
N.colour.fill["brand-subtle-hover"].$value
|
|
16870
16870
|
),
|
|
16871
16871
|
brandPrimary: x(
|
|
16872
|
-
|
|
16872
|
+
N.colour.fill["brand-primary"].$value
|
|
16873
16873
|
),
|
|
16874
|
-
disabled: x(
|
|
16875
|
-
inverse: x(
|
|
16874
|
+
disabled: x(N.colour.fill.disabled.$value),
|
|
16875
|
+
inverse: x(N.colour.fill.inverse.$value),
|
|
16876
16876
|
brandInverseSecondary: x(
|
|
16877
|
-
|
|
16877
|
+
N.colour.fill["brand-inverse-secondary"].$value
|
|
16878
16878
|
),
|
|
16879
16879
|
inverseHover: x(
|
|
16880
|
-
|
|
16880
|
+
N.colour.fill["inverse-hover"].$value
|
|
16881
16881
|
),
|
|
16882
|
-
critical: x(
|
|
16882
|
+
critical: x(N.colour.fill.critical.$value),
|
|
16883
16883
|
criticalHover: x(
|
|
16884
|
-
|
|
16884
|
+
N.colour.fill["critical-hover"].$value
|
|
16885
16885
|
),
|
|
16886
16886
|
criticalSelected: x(
|
|
16887
|
-
|
|
16887
|
+
N.colour.fill["critical-selected"].$value
|
|
16888
16888
|
),
|
|
16889
16889
|
criticalPressed: x(
|
|
16890
|
-
|
|
16890
|
+
N.colour.fill["critical-pressed"].$value
|
|
16891
16891
|
),
|
|
16892
16892
|
criticalSubtle: x(
|
|
16893
|
-
|
|
16893
|
+
N.colour.fill["critical-subtle"].$value
|
|
16894
16894
|
),
|
|
16895
16895
|
// replace warning - commit 1504e2b - 14 Jul 2026
|
|
16896
|
-
caution: x(
|
|
16896
|
+
caution: x(N.colour.fill.caution.$value),
|
|
16897
16897
|
// added - commit 1504e2b - 14 Jul 2026
|
|
16898
16898
|
cautionHover: x(
|
|
16899
|
-
|
|
16899
|
+
N.colour.fill["caution-hover"].$value
|
|
16900
16900
|
// replace cautionHover - commit 1504e2b - 14 Jul 2026
|
|
16901
16901
|
),
|
|
16902
16902
|
cautionSelected: x(
|
|
16903
|
-
|
|
16903
|
+
N.colour.fill["caution-selected"].$value
|
|
16904
16904
|
// replace warningSelected - commit 1504e2b - 14 Jul 2026
|
|
16905
16905
|
),
|
|
16906
16906
|
cautionPressed: x(
|
|
16907
|
-
|
|
16907
|
+
N.colour.fill["caution-pressed"].$value
|
|
16908
16908
|
// replace warningPressed - commit 1504e2b - 14 Jul 2026
|
|
16909
16909
|
),
|
|
16910
16910
|
cautionSubtle: x(
|
|
16911
|
-
|
|
16911
|
+
N.colour.fill["caution-subtle"].$value
|
|
16912
16912
|
),
|
|
16913
16913
|
warningSubtle: x(
|
|
16914
|
-
|
|
16914
|
+
N.colour.fill["warning-subtle"].$value
|
|
16915
16915
|
),
|
|
16916
16916
|
warning: x(iv.colour.orange[11].$value),
|
|
16917
|
-
success: x(
|
|
16917
|
+
success: x(N.colour.fill.success.$value),
|
|
16918
16918
|
successSubtle: x(
|
|
16919
|
-
|
|
16919
|
+
N.colour.fill["success-subtle"].$value
|
|
16920
16920
|
)
|
|
16921
16921
|
}, cv = {
|
|
16922
|
-
default: x(
|
|
16923
|
-
hover: x(
|
|
16924
|
-
secondary: x(
|
|
16925
|
-
tertiary: x(
|
|
16926
|
-
disabled: x(
|
|
16922
|
+
default: x(N.colour.icon.default.$value),
|
|
16923
|
+
hover: x(N.colour.icon.hover.$value),
|
|
16924
|
+
secondary: x(N.colour.icon.secondary.$value),
|
|
16925
|
+
tertiary: x(N.colour.icon.tertiary.$value),
|
|
16926
|
+
disabled: x(N.colour.icon.disabled.$value),
|
|
16927
16927
|
disabledOnBgFill: x(
|
|
16928
|
-
|
|
16928
|
+
N.colour.icon["disabled-on-bg-fill"].$value
|
|
16929
16929
|
),
|
|
16930
|
-
brand: x(
|
|
16931
|
-
brandHover: x(
|
|
16930
|
+
brand: x(N.colour.icon.brand.$value),
|
|
16931
|
+
brandHover: x(N.colour.icon["brand-hover"].$value),
|
|
16932
16932
|
brandPressed: x(
|
|
16933
|
-
|
|
16933
|
+
N.colour.icon["brand-pressed"].$value
|
|
16934
16934
|
),
|
|
16935
16935
|
// added - commit 8458667 - 14 Jul 2026
|
|
16936
16936
|
brandSelectedOnBgFill: x(
|
|
16937
|
-
|
|
16937
|
+
N.colour.icon["brand-selected-on-bg-fill"].$value
|
|
16938
16938
|
),
|
|
16939
|
-
visited: x(
|
|
16939
|
+
visited: x(N.colour.icon.visited.$value),
|
|
16940
16940
|
brandPrimary: x(
|
|
16941
|
-
|
|
16941
|
+
N.colour.icon["brand-primary"].$value
|
|
16942
16942
|
),
|
|
16943
16943
|
brandInverse: x(
|
|
16944
|
-
|
|
16944
|
+
N.colour.icon["brand-inverse"].$value
|
|
16945
16945
|
// renamed from brandInverted - commit 8458667 - 14 Jul 2026
|
|
16946
16946
|
),
|
|
16947
|
-
inverse: x(
|
|
16947
|
+
inverse: x(N.colour.icon.inverse.$value),
|
|
16948
16948
|
// inverseHover: tokenToHex(
|
|
16949
16949
|
// lightThemeTokens.colour.icon['inverse-hover'].$value // deleted - commit 8458667 - 14 Jul 2026
|
|
16950
16950
|
// ),
|
|
16951
16951
|
brandInverseSecondary: x(
|
|
16952
|
-
|
|
16952
|
+
N.colour.icon["brand-inverse-secondary"].$value
|
|
16953
16953
|
),
|
|
16954
16954
|
brandInverseSecondaryHover: x(
|
|
16955
|
-
|
|
16955
|
+
N.colour.icon["brand-inverse-secondary-hover"].$value
|
|
16956
16956
|
// added - commit 8458667 - 14 Jul 2026
|
|
16957
16957
|
),
|
|
16958
16958
|
brandInverseSecondarySelected: x(
|
|
16959
|
-
|
|
16959
|
+
N.colour.icon["brand-inverse-secondary-selected"].$value
|
|
16960
16960
|
// added - commit 8458667 - 14 Jul 2026
|
|
16961
16961
|
),
|
|
16962
16962
|
inverseTertiary: x(
|
|
16963
|
-
|
|
16963
|
+
N.colour.icon["inverse-tertiary"].$value
|
|
16964
16964
|
),
|
|
16965
16965
|
inverseDisabled: x(
|
|
16966
|
-
|
|
16966
|
+
N.colour.icon["inverse-disabled"].$value
|
|
16967
16967
|
),
|
|
16968
|
-
critical: x(
|
|
16968
|
+
critical: x(N.colour.icon.critical.$value),
|
|
16969
16969
|
criticalOnBgFill: x(
|
|
16970
|
-
|
|
16970
|
+
N.colour.icon["critical-on-bg-fill"].$value
|
|
16971
16971
|
),
|
|
16972
|
-
success: x(
|
|
16972
|
+
success: x(N.colour.icon.success.$value),
|
|
16973
16973
|
successOnBgFill: x(
|
|
16974
|
-
|
|
16974
|
+
N.colour.icon["success-on-bg-fill"].$value
|
|
16975
16975
|
),
|
|
16976
|
-
caution: x(
|
|
16976
|
+
caution: x(N.colour.icon.caution.$value),
|
|
16977
16977
|
// added - commit 8458667 - 14 Jul 2026
|
|
16978
16978
|
cautionSubtle: x(
|
|
16979
|
-
|
|
16979
|
+
N.colour.icon["caution-subtle"].$value
|
|
16980
16980
|
),
|
|
16981
16981
|
// added - commit 8458667 - 14 Jul 2026
|
|
16982
|
-
warning: x(
|
|
16982
|
+
warning: x(N.colour.icon.warning.$value),
|
|
16983
16983
|
warningOnBgFill: x(
|
|
16984
|
-
|
|
16984
|
+
N.colour.icon["warning-on-bg-fill"].$value
|
|
16985
16985
|
)
|
|
16986
16986
|
}, dv = {
|
|
16987
|
-
default: x(
|
|
16988
|
-
primary: x(
|
|
16989
|
-
secondary: x(
|
|
16990
|
-
brand: x(
|
|
16991
|
-
brandHover: x(
|
|
16987
|
+
default: x(N.colour.surface.default.$value),
|
|
16988
|
+
primary: x(N.colour.surface.primary.$value),
|
|
16989
|
+
secondary: x(N.colour.surface.secondary.$value),
|
|
16990
|
+
brand: x(N.colour.surface.brand.$value),
|
|
16991
|
+
brandHover: x(N.colour.surface["brand-hover"].$value),
|
|
16992
16992
|
brandSelected: x(
|
|
16993
|
-
|
|
16993
|
+
N.colour.surface["brand-selected"].$value
|
|
16994
16994
|
),
|
|
16995
16995
|
brandSecondary: x(
|
|
16996
|
-
|
|
16996
|
+
N.colour.surface["brand-secondary"].$value
|
|
16997
16997
|
),
|
|
16998
16998
|
// added - commit c830d07 - 14 Jul 2026
|
|
16999
16999
|
brandTertiary: x(
|
|
17000
|
-
|
|
17000
|
+
N.colour.surface["brand-tertiary"].$value
|
|
17001
17001
|
),
|
|
17002
17002
|
// added - commit c830d07 - 14 Jul 2026
|
|
17003
|
-
warning: x(
|
|
17004
|
-
success: x(
|
|
17005
|
-
critical: x(
|
|
17003
|
+
warning: x(N.colour.surface.warning.$value),
|
|
17004
|
+
success: x(N.colour.surface.success.$value),
|
|
17005
|
+
critical: x(N.colour.surface.critical.$value),
|
|
17006
17006
|
// hover: tokenToHex(lightThemeTokens.colour.surface.hover.$value), // deleted - commit c830d07 - 14 Jul 2026
|
|
17007
17007
|
// selected: tokenToHex(lightThemeTokens.colour.surface.selected.$value), // deleted - commit c830d07 - 14 Jul 2026
|
|
17008
17008
|
// disabled: tokenToHex(lightThemeTokens.colour.surface.disabled.$value), // deleted - commit c830d07 - 14 Jul 2026
|
|
17009
17009
|
// tertiary: tokenToHex(lightThemeTokens.colour.surface.tertiary.$value), // deleted - commit c830d07 - 14 Jul 2026
|
|
17010
17010
|
inverseBrand: x(
|
|
17011
|
-
|
|
17011
|
+
N.colour.surface["inverse-brand"].$value
|
|
17012
17012
|
),
|
|
17013
17013
|
inverseBrandPrimary: x(
|
|
17014
|
-
|
|
17014
|
+
N.colour.surface["inverse-brand-primary"].$value
|
|
17015
17015
|
),
|
|
17016
|
-
backdrop: x(
|
|
17016
|
+
backdrop: x(N.colour.surface.backdrop.$value)
|
|
17017
17017
|
}, uv = {
|
|
17018
|
-
default: x(
|
|
17019
|
-
secondary: x(
|
|
17020
|
-
tertiary: x(
|
|
17021
|
-
disabled: x(
|
|
17022
|
-
inverse: x(
|
|
17018
|
+
default: x(N.colour.text.default.$value),
|
|
17019
|
+
secondary: x(N.colour.text.secondary.$value),
|
|
17020
|
+
tertiary: x(N.colour.text.tertiary.$value),
|
|
17021
|
+
disabled: x(N.colour.text.disabled.$value),
|
|
17022
|
+
inverse: x(N.colour.text.inverse.$value),
|
|
17023
17023
|
onBgFillDisabled: x(
|
|
17024
|
-
|
|
17024
|
+
N.colour.text["on-bg-fill-disabled"].$value
|
|
17025
17025
|
),
|
|
17026
|
-
brand: x(
|
|
17026
|
+
brand: x(N.colour.text.brand.$value),
|
|
17027
17027
|
brandOnLight: x(
|
|
17028
|
-
|
|
17028
|
+
N.colour.text["brand-on-light"].$value
|
|
17029
17029
|
),
|
|
17030
17030
|
// added - commit 331e537 - 14 Jul 2026
|
|
17031
|
-
brandAccent: x(
|
|
17032
|
-
brandHover: x(
|
|
17031
|
+
brandAccent: x(N.colour.text["brand-accent"].$value),
|
|
17032
|
+
brandHover: x(N.colour.text["brand-hover"].$value),
|
|
17033
17033
|
brandPressed: x(
|
|
17034
|
-
|
|
17034
|
+
N.colour.text["brand-pressed"].$value
|
|
17035
17035
|
),
|
|
17036
17036
|
// added - commit 331e537 - 14 Jul 2026
|
|
17037
17037
|
brandInverse: x(
|
|
17038
|
-
|
|
17038
|
+
N.colour.text["brand-inverse"].$value
|
|
17039
17039
|
),
|
|
17040
17040
|
brandInverseSecondary: x(
|
|
17041
|
-
|
|
17041
|
+
N.colour.text["brand-inverse-secondary"].$value
|
|
17042
17042
|
),
|
|
17043
17043
|
brandInverseSecondaryHover: x(
|
|
17044
|
-
|
|
17044
|
+
N.colour.text["brand-inverse-secondary-hover"].$value
|
|
17045
17045
|
// added - commit 331e537 - 14 Jul 2026
|
|
17046
17046
|
),
|
|
17047
17047
|
brandInverseSecondarySelected: x(
|
|
17048
|
-
|
|
17048
|
+
N.colour.text["brand-inverse-secondary-selected"].$value
|
|
17049
17049
|
// added - commit 331e537 - 14 Jul 2026
|
|
17050
17050
|
),
|
|
17051
17051
|
brandPrimary: x(
|
|
17052
|
-
|
|
17052
|
+
N.colour.text["brand-primary"].$value
|
|
17053
17053
|
),
|
|
17054
|
-
critical: x(
|
|
17054
|
+
critical: x(N.colour.text.critical.$value),
|
|
17055
17055
|
cautionSubtle: x(
|
|
17056
|
-
|
|
17056
|
+
N.colour.text["caution-subtle"].$value
|
|
17057
17057
|
),
|
|
17058
17058
|
// added - commit 331e537 - 14 Jul 2026
|
|
17059
|
-
caution: x(
|
|
17059
|
+
caution: x(N.colour.text.caution.$value),
|
|
17060
17060
|
// added - commit 331e537 - 14 Jul 2026§
|
|
17061
|
-
success: x(
|
|
17061
|
+
success: x(N.colour.text.success.$value),
|
|
17062
17062
|
// added - commit 331e537 - 14 Jul 2026
|
|
17063
17063
|
warningOnBgFill: x(
|
|
17064
|
-
|
|
17064
|
+
N.colour.text["warning-on-bg-fill"].$value
|
|
17065
17065
|
)
|
|
17066
17066
|
}, hv = {
|
|
17067
|
-
default: x(
|
|
17068
|
-
brand: x(
|
|
17069
|
-
brandHover: x(
|
|
17070
|
-
visited: x(
|
|
17071
|
-
primary: x(
|
|
17067
|
+
default: x(N.colour.link.default.$value),
|
|
17068
|
+
brand: x(N.colour.link.brand.$value),
|
|
17069
|
+
brandHover: x(N.colour.link["brand-hover"].$value),
|
|
17070
|
+
visited: x(N.colour.link.visited.$value),
|
|
17071
|
+
primary: x(N.colour.link.primary.$value),
|
|
17072
17072
|
primaryHover: x(
|
|
17073
|
-
|
|
17073
|
+
N.colour.link["primary-hover"].$value
|
|
17074
17074
|
),
|
|
17075
|
-
disabled: x(
|
|
17076
|
-
inverse: x(
|
|
17075
|
+
disabled: x(N.colour.link.disabled.$value),
|
|
17076
|
+
inverse: x(N.colour.link.inverse.$value),
|
|
17077
17077
|
inverseVisited: x(
|
|
17078
|
-
|
|
17078
|
+
N.colour.link["inverse-visited"].$value
|
|
17079
17079
|
),
|
|
17080
17080
|
inverseDisabled: x(
|
|
17081
|
-
|
|
17081
|
+
N.colour.link["inverse-disabled"].$value
|
|
17082
17082
|
),
|
|
17083
17083
|
inverseSecondary: x(
|
|
17084
|
-
|
|
17084
|
+
N.colour.link["inverse-secondary"].$value
|
|
17085
17085
|
),
|
|
17086
17086
|
inverseTertiary: x(
|
|
17087
|
-
|
|
17087
|
+
N.colour.link["inverse-tertiary"].$value
|
|
17088
17088
|
)
|
|
17089
17089
|
}, pv = {
|
|
17090
17090
|
inputDefault: x(
|
|
17091
|
-
|
|
17091
|
+
N.colour.speciality["input-default"].$value
|
|
17092
17092
|
)
|
|
17093
17093
|
}, Cn = {
|
|
17094
17094
|
bg: lv,
|
|
@@ -17468,9 +17468,9 @@ const {
|
|
|
17468
17468
|
default: ve,
|
|
17469
17469
|
light: fv,
|
|
17470
17470
|
dark: Av
|
|
17471
|
-
}, zv = (e) => e ? typeof e == "string" ? rt[e] ?? rt.default : e : rt.default,
|
|
17471
|
+
}, zv = (e) => e ? typeof e == "string" ? rt[e] ?? rt.default : e : rt.default, Tv = (e = rt.default) => ae(e), ls = ct(
|
|
17472
17472
|
null
|
|
17473
|
-
),
|
|
17473
|
+
), Nv = os`
|
|
17474
17474
|
@font-face {
|
|
17475
17475
|
font-family: 'DM Sans';
|
|
17476
17476
|
src: url(${Ke.dmSansNormal}) format('woff2');
|
|
@@ -17535,9 +17535,9 @@ const {
|
|
|
17535
17535
|
color: ${e.colour.text.default};
|
|
17536
17536
|
}
|
|
17537
17537
|
`, Dk = ({ children: e, theme: t, initialTheme: o }) => {
|
|
17538
|
-
const r =
|
|
17538
|
+
const r = Tv(o ?? zv(t)), [i] = r;
|
|
17539
17539
|
return /* @__PURE__ */ m(ls.Provider, { value: r, children: [
|
|
17540
|
-
/* @__PURE__ */ n(
|
|
17540
|
+
/* @__PURE__ */ n(Tb, { styles: [Nv, Rv(i)] }),
|
|
17541
17541
|
e
|
|
17542
17542
|
] });
|
|
17543
17543
|
}, I = () => {
|
|
@@ -17545,7 +17545,7 @@ const {
|
|
|
17545
17545
|
if (e === null)
|
|
17546
17546
|
throw new Error("Please add ThemeContextProvider");
|
|
17547
17547
|
return e;
|
|
17548
|
-
}, zk = ({ children: e }) => /* @__PURE__ */ n(Re, { children: e(I()) }),
|
|
17548
|
+
}, zk = ({ children: e }) => /* @__PURE__ */ n(Re, { children: e(I()) }), Tk = ({ children: e }) => {
|
|
17549
17549
|
const [t, o] = I();
|
|
17550
17550
|
return /* @__PURE__ */ n(Re, { children: e({ theme: t, setTheme: o }) });
|
|
17551
17551
|
}, Fe = (e, t) => {
|
|
@@ -17636,7 +17636,7 @@ const {
|
|
|
17636
17636
|
font-size: ${p.fontSize}px;
|
|
17637
17637
|
font-weight: ${p.fontWeight};
|
|
17638
17638
|
line-height: ${p.lineHeight}%;
|
|
17639
|
-
`,
|
|
17639
|
+
`, T = d`
|
|
17640
17640
|
font-family: ${g.fontFamily};
|
|
17641
17641
|
font-feature-settings: ${g.fontSettings};
|
|
17642
17642
|
font-size: ${g.fontSize}px;
|
|
@@ -17678,7 +17678,7 @@ const {
|
|
|
17678
17678
|
e === "md" && H,
|
|
17679
17679
|
e === "md-medium" && B,
|
|
17680
17680
|
e === "md-semibold" && O,
|
|
17681
|
-
e === "md-numeric" &&
|
|
17681
|
+
e === "md-numeric" && T,
|
|
17682
17682
|
e === "md-medium-numeric" && j,
|
|
17683
17683
|
e === "sm" && Z,
|
|
17684
17684
|
e === "sm-medium" && $,
|
|
@@ -17755,7 +17755,7 @@ const {
|
|
|
17755
17755
|
font-size: ${h.fontSize}px;
|
|
17756
17756
|
font-weight: ${h.fontWeight};
|
|
17757
17757
|
line-height: ${h.lineHeight}%;
|
|
17758
|
-
`,
|
|
17758
|
+
`, T = d`
|
|
17759
17759
|
font-size: ${p.fontSize}px;
|
|
17760
17760
|
font-weight: ${p.fontWeight};
|
|
17761
17761
|
line-height: ${p.lineHeight}%;
|
|
@@ -17815,7 +17815,7 @@ const {
|
|
|
17815
17815
|
Qr,
|
|
17816
17816
|
B,
|
|
17817
17817
|
H === "lg" && O,
|
|
17818
|
-
H === "lg-medium" &&
|
|
17818
|
+
H === "lg-medium" && T,
|
|
17819
17819
|
H === "lg-semibold" && j,
|
|
17820
17820
|
H === "lg-bold" && Z,
|
|
17821
17821
|
H === "md" && $,
|
|
@@ -18008,7 +18008,7 @@ const jv = (e, t) => {
|
|
|
18008
18008
|
onBlur: h,
|
|
18009
18009
|
...p
|
|
18010
18010
|
}, g) => {
|
|
18011
|
-
const [y] = I(), { md: b } = y.typography.body, w = he(null), [A, k] = ae(!1), [S, M] = ae(() => u == null ? "" : Array.isArray(u) ? u.join(",") : String(u)), { disabled: v, id: F } = ft(At), E = p.disabled ?? v, W = p.id ?? F, H = c === void 0 ? S : Array.isArray(c) ? c.join(",") : String(c), B = lr(H, l), O = !!l && !A && H.length > 0,
|
|
18011
|
+
const [y] = I(), { md: b } = y.typography.body, w = he(null), [A, k] = ae(!1), [S, M] = ae(() => u == null ? "" : Array.isArray(u) ? u.join(",") : String(u)), { disabled: v, id: F } = ft(At), E = p.disabled ?? v, W = p.id ?? F, H = c === void 0 ? S : Array.isArray(c) ? c.join(",") : String(c), B = lr(H, l), O = !!l && !A && H.length > 0, T = ge(
|
|
18012
18012
|
(te) => {
|
|
18013
18013
|
w.current = te, typeof g == "function" ? g(te) : g && (g.current = te);
|
|
18014
18014
|
},
|
|
@@ -18119,7 +18119,7 @@ const jv = (e, t) => {
|
|
|
18119
18119
|
/* @__PURE__ */ n(
|
|
18120
18120
|
"input",
|
|
18121
18121
|
{
|
|
18122
|
-
ref:
|
|
18122
|
+
ref: T,
|
|
18123
18123
|
id: W,
|
|
18124
18124
|
className: _,
|
|
18125
18125
|
"data-testid": e,
|
|
@@ -18192,15 +18192,15 @@ const jv = (e, t) => {
|
|
|
18192
18192
|
}
|
|
18193
18193
|
);
|
|
18194
18194
|
}
|
|
18195
|
-
), Ve = Q(Qv), Gv = (e, t) => {
|
|
18196
|
-
const
|
|
18197
|
-
let
|
|
18198
|
-
for (const
|
|
18199
|
-
if (
|
|
18200
|
-
|
|
18195
|
+
), Ve = Q(Qv), Gv = (e, t, o) => {
|
|
18196
|
+
const r = Array.from(e);
|
|
18197
|
+
let i = 0, l = "";
|
|
18198
|
+
for (const a of Array.from(t)) {
|
|
18199
|
+
if (i >= r.length) break;
|
|
18200
|
+
a === "#" ? (l += r[i], i += 1) : a === "*" ? (l += "*", i += 1) : o && (l += a);
|
|
18201
18201
|
}
|
|
18202
|
-
return
|
|
18203
|
-
}, as = (e, t) => (typeof t == "function" ? t(e) : Gv(e, t)).split("*").join("•"), ei = "ucl-uikit-confidential-input", ti = (e) => e == null ? "" : Array.isArray(e) ? e.join(",") : String(e), Kv = De(
|
|
18202
|
+
return l + "*".repeat(Math.max(0, r.length - i));
|
|
18203
|
+
}, as = (e, t, { includeTemplateLiterals: o = !0 } = {}) => (typeof t == "function" ? t(e) : Gv(e, t, o)).split("*").join("•"), ei = "ucl-uikit-confidential-input", ti = (e) => e == null ? "" : Array.isArray(e) ? e.join(",") : String(e), Kv = De(
|
|
18204
18204
|
({
|
|
18205
18205
|
maskFormat: e,
|
|
18206
18206
|
showable: t = !1,
|
|
@@ -18227,9 +18227,9 @@ const jv = (e, t) => {
|
|
|
18227
18227
|
noMargins: F,
|
|
18228
18228
|
...E
|
|
18229
18229
|
}, W) => {
|
|
18230
|
-
const [H] = I(), { disabled: B } = ft(At), O = he(null), [
|
|
18230
|
+
const [H] = I(), { disabled: B } = ft(At), O = he(null), [T, j] = ae(!1), [Z, $] = ae(!1), [U, J] = ae(
|
|
18231
18231
|
() => ti(l)
|
|
18232
|
-
), z = a ?? B, L = t &&
|
|
18232
|
+
), z = a ?? B, L = t && T, V = o && Z || L, _ = ge(
|
|
18233
18233
|
(te) => {
|
|
18234
18234
|
O.current = te, typeof W == "function" ? W(te) : W && (W.current = te);
|
|
18235
18235
|
},
|
|
@@ -18252,7 +18252,8 @@ const jv = (e, t) => {
|
|
|
18252
18252
|
}, [i]);
|
|
18253
18253
|
const pe = i === void 0 ? U : ti(i), ye = as(
|
|
18254
18254
|
pe,
|
|
18255
|
-
e
|
|
18255
|
+
e,
|
|
18256
|
+
{ includeTemplateLiterals: !r }
|
|
18256
18257
|
), K = !Z && pe.length > 0 && (!L || !!r), ne = lr(
|
|
18257
18258
|
L ? pe : ye,
|
|
18258
18259
|
r
|
|
@@ -18349,7 +18350,7 @@ const jv = (e, t) => {
|
|
|
18349
18350
|
)
|
|
18350
18351
|
] });
|
|
18351
18352
|
}
|
|
18352
|
-
),
|
|
18353
|
+
), Nk = Q(Kv), oi = "ucl-uikit-display-field", Xv = De(
|
|
18353
18354
|
({ value: e, numeric: t = !1, format: o, testId: r = oi, className: i, ...l }, a) => {
|
|
18354
18355
|
const [c] = I(), { id: u } = ft(At), s = l.id ?? u, h = typeof e == "number" || t ? c.typography.body.mdNumeric : c.typography.body.md, p = lr(String(e), o), g = d`
|
|
18355
18356
|
display: block;
|
|
@@ -18379,64 +18380,68 @@ const jv = (e, t) => {
|
|
|
18379
18380
|
value: e,
|
|
18380
18381
|
numeric: t,
|
|
18381
18382
|
maskFormat: o,
|
|
18382
|
-
|
|
18383
|
-
|
|
18384
|
-
|
|
18385
|
-
|
|
18386
|
-
|
|
18387
|
-
|
|
18388
|
-
|
|
18389
|
-
|
|
18390
|
-
|
|
18391
|
-
|
|
18392
|
-
|
|
18393
|
-
|
|
18394
|
-
|
|
18395
|
-
|
|
18383
|
+
format: r,
|
|
18384
|
+
showable: i = !1,
|
|
18385
|
+
testId: l = ni,
|
|
18386
|
+
className: a,
|
|
18387
|
+
m: c,
|
|
18388
|
+
mv: u,
|
|
18389
|
+
mh: s,
|
|
18390
|
+
mt: f,
|
|
18391
|
+
mb: h,
|
|
18392
|
+
ml: p,
|
|
18393
|
+
mr: g,
|
|
18394
|
+
noMargins: y,
|
|
18395
|
+
...b
|
|
18396
|
+
}, w) => {
|
|
18397
|
+
const [A] = I(), [k, S] = ae(!1), M = String(e), v = i && k, F = v ? M : as(M, o, {
|
|
18398
|
+
includeTemplateLiterals: !r
|
|
18399
|
+
});
|
|
18396
18400
|
ie(() => {
|
|
18397
|
-
|
|
18398
|
-
}, [
|
|
18399
|
-
const
|
|
18401
|
+
i || S(!1);
|
|
18402
|
+
}, [i]);
|
|
18403
|
+
const E = C(
|
|
18400
18404
|
ni,
|
|
18401
18405
|
d`
|
|
18402
18406
|
display: inline-flex;
|
|
18403
18407
|
align-items: center;
|
|
18404
|
-
gap: ${
|
|
18408
|
+
gap: ${A.padding.p8};
|
|
18405
18409
|
`,
|
|
18406
|
-
Fe({ m:
|
|
18407
|
-
|
|
18410
|
+
Fe({ m: c, mv: u, mh: s, mt: f, mb: h, ml: p, mr: g, noMargins: y }, A),
|
|
18411
|
+
a
|
|
18408
18412
|
);
|
|
18409
|
-
return /* @__PURE__ */ m("span", { className:
|
|
18413
|
+
return /* @__PURE__ */ m("span", { className: E, children: [
|
|
18410
18414
|
/* @__PURE__ */ n(
|
|
18411
18415
|
$v,
|
|
18412
18416
|
{
|
|
18413
|
-
...
|
|
18414
|
-
ref:
|
|
18415
|
-
value:
|
|
18417
|
+
...b,
|
|
18418
|
+
ref: w,
|
|
18419
|
+
value: F,
|
|
18420
|
+
format: r,
|
|
18416
18421
|
numeric: t ?? typeof e == "number",
|
|
18417
|
-
testId:
|
|
18422
|
+
testId: l,
|
|
18418
18423
|
noMargins: !0
|
|
18419
18424
|
}
|
|
18420
18425
|
),
|
|
18421
|
-
|
|
18426
|
+
i && /* @__PURE__ */ n(
|
|
18422
18427
|
Ve,
|
|
18423
18428
|
{
|
|
18424
18429
|
type: "button",
|
|
18425
|
-
"aria-label":
|
|
18426
|
-
"aria-pressed":
|
|
18427
|
-
testId: `${
|
|
18428
|
-
onClick: () =>
|
|
18429
|
-
children:
|
|
18430
|
+
"aria-label": v ? "Hide confidential value" : "Show confidential value",
|
|
18431
|
+
"aria-pressed": v,
|
|
18432
|
+
testId: `${l}-visibility-toggle`,
|
|
18433
|
+
onClick: () => S((W) => !W),
|
|
18434
|
+
children: v ? /* @__PURE__ */ n(
|
|
18430
18435
|
P.EyeOff,
|
|
18431
18436
|
{
|
|
18432
18437
|
"aria-hidden": "true",
|
|
18433
|
-
testId: `${
|
|
18438
|
+
testId: `${l}-hide-icon`
|
|
18434
18439
|
}
|
|
18435
18440
|
) : /* @__PURE__ */ n(
|
|
18436
18441
|
P.Eye,
|
|
18437
18442
|
{
|
|
18438
18443
|
"aria-hidden": "true",
|
|
18439
|
-
testId: `${
|
|
18444
|
+
testId: `${l}-show-icon`
|
|
18440
18445
|
}
|
|
18441
18446
|
)
|
|
18442
18447
|
}
|
|
@@ -18669,7 +18674,7 @@ const ri = "ucl-uikit-base-link", sr = De(function({
|
|
|
18669
18674
|
&:active {
|
|
18670
18675
|
color: ${y.colour.link.primaryHover};
|
|
18671
18676
|
}
|
|
18672
|
-
`,
|
|
18677
|
+
`, T = d`
|
|
18673
18678
|
&:hover {
|
|
18674
18679
|
text-decoration: underline;
|
|
18675
18680
|
text-decoration-skip-ink: none;
|
|
@@ -18695,7 +18700,7 @@ const ri = "ucl-uikit-base-link", sr = De(function({
|
|
|
18695
18700
|
) : t === "tertiary" && (j = C(
|
|
18696
18701
|
v,
|
|
18697
18702
|
!l && H,
|
|
18698
|
-
!l &&
|
|
18703
|
+
!l && T
|
|
18699
18704
|
));
|
|
18700
18705
|
const Z = d`
|
|
18701
18706
|
cursor: not-allowed;
|
|
@@ -19090,7 +19095,7 @@ const p3 = 50, f3 = async (e, t, o) => {
|
|
|
19090
19095
|
placement: i,
|
|
19091
19096
|
overflows: H
|
|
19092
19097
|
}], !H.every((Z) => Z <= 0)) {
|
|
19093
|
-
var O,
|
|
19098
|
+
var O, T;
|
|
19094
19099
|
const Z = (((O = l.flip) == null ? void 0 : O.index) || 0) + 1, $ = E[Z];
|
|
19095
19100
|
if ($ && (!(h === "alignment" ? k !== St($) : !1) || // We leave the current main axis only if every placement on that axis
|
|
19096
19101
|
// overflows the main axis.
|
|
@@ -19104,7 +19109,7 @@ const p3 = 50, f3 = async (e, t, o) => {
|
|
|
19104
19109
|
placement: $
|
|
19105
19110
|
}
|
|
19106
19111
|
};
|
|
19107
|
-
let U = (
|
|
19112
|
+
let U = (T = B.filter((J) => J.overflows[0] <= 0).sort((J, z) => J.overflows[1] - z.overflows[1])[0]) == null ? void 0 : T.placement;
|
|
19108
19113
|
if (!U)
|
|
19109
19114
|
switch (g) {
|
|
19110
19115
|
case "bestFit": {
|
|
@@ -19266,8 +19271,8 @@ const b3 = function(e) {
|
|
|
19266
19271
|
const k = b - f.top - f.bottom, S = y - f.left - f.right, M = Qt(b - f[w], k), v = Qt(y - f[A], S), F = !t.middlewareData.shift;
|
|
19267
19272
|
let E = M, W = v;
|
|
19268
19273
|
if ((o = t.middlewareData.shift) != null && o.enabled.x && (W = S), (r = t.middlewareData.shift) != null && r.enabled.y && (E = k), F && !p) {
|
|
19269
|
-
const B = ot(f.left, 0), O = ot(f.right, 0),
|
|
19270
|
-
g ? W = y - 2 * (B !== 0 || O !== 0 ? B + O : ot(f.left, f.right)) : E = b - 2 * (
|
|
19274
|
+
const B = ot(f.left, 0), O = ot(f.right, 0), T = ot(f.top, 0), j = ot(f.bottom, 0);
|
|
19275
|
+
g ? W = y - 2 * (B !== 0 || O !== 0 ? B + O : ot(f.left, f.right)) : E = b - 2 * (T !== 0 || j !== 0 ? T + j : ot(f.top, f.bottom));
|
|
19271
19276
|
}
|
|
19272
19277
|
await u({
|
|
19273
19278
|
...t,
|
|
@@ -19659,7 +19664,7 @@ function bs(e, t) {
|
|
|
19659
19664
|
r = gi(r, t);
|
|
19660
19665
|
return r && Gt(r) && En(r) && !cr(r) ? o : r || A3(e) || o;
|
|
19661
19666
|
}
|
|
19662
|
-
const
|
|
19667
|
+
const T3 = async function(e) {
|
|
19663
19668
|
const t = this.getOffsetParent || bs, o = this.getDimensions, r = await o(e.floating);
|
|
19664
19669
|
return {
|
|
19665
19670
|
reference: z3(e.reference, await t(e.floating), e.strategy),
|
|
@@ -19671,7 +19676,7 @@ const N3 = async function(e) {
|
|
|
19671
19676
|
}
|
|
19672
19677
|
};
|
|
19673
19678
|
};
|
|
19674
|
-
function
|
|
19679
|
+
function N3(e) {
|
|
19675
19680
|
return pt(e).direction === "rtl";
|
|
19676
19681
|
}
|
|
19677
19682
|
const R3 = {
|
|
@@ -19679,12 +19684,12 @@ const R3 = {
|
|
|
19679
19684
|
getDocumentElement: xt,
|
|
19680
19685
|
getClippingRect: B3,
|
|
19681
19686
|
getOffsetParent: bs,
|
|
19682
|
-
getElementRects:
|
|
19687
|
+
getElementRects: T3,
|
|
19683
19688
|
getClientRects: E3,
|
|
19684
19689
|
getDimensions: D3,
|
|
19685
19690
|
getScale: jt,
|
|
19686
19691
|
isElement: ht,
|
|
19687
|
-
isRTL:
|
|
19692
|
+
isRTL: N3
|
|
19688
19693
|
};
|
|
19689
19694
|
function vs(e, t) {
|
|
19690
19695
|
return e.x === t.x && e.y === t.y && e.width === t.width && e.height === t.height;
|
|
@@ -19798,7 +19803,7 @@ var mi;
|
|
|
19798
19803
|
function Y3() {
|
|
19799
19804
|
if (mi) return Je;
|
|
19800
19805
|
mi = 1;
|
|
19801
|
-
var e =
|
|
19806
|
+
var e = Nt;
|
|
19802
19807
|
function t(u) {
|
|
19803
19808
|
var s = "https://react.dev/errors/" + u;
|
|
19804
19809
|
if (1 < arguments.length) {
|
|
@@ -19986,7 +19991,7 @@ See https://react.dev/link/invalid-hook-call for tips about how to debug and fix
|
|
|
19986
19991
|
), h;
|
|
19987
19992
|
}
|
|
19988
19993
|
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ < "u" && typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart == "function" && __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart(Error());
|
|
19989
|
-
var c =
|
|
19994
|
+
var c = Nt, u = {
|
|
19990
19995
|
d: {
|
|
19991
19996
|
f: e,
|
|
19992
19997
|
r: function() {
|
|
@@ -20168,7 +20173,7 @@ function Q3() {
|
|
|
20168
20173
|
return process.env.NODE_ENV === "production" ? (e(), Eo.exports = Y3()) : Eo.exports = J3(), Eo.exports;
|
|
20169
20174
|
}
|
|
20170
20175
|
var on = Q3(), G3 = typeof document < "u", K3 = function() {
|
|
20171
|
-
},
|
|
20176
|
+
}, To = G3 ? Kn : K3;
|
|
20172
20177
|
function Yo(e, t) {
|
|
20173
20178
|
if (e === t)
|
|
20174
20179
|
return !0;
|
|
@@ -20208,7 +20213,7 @@ function vi(e, t) {
|
|
|
20208
20213
|
}
|
|
20209
20214
|
function Ln(e) {
|
|
20210
20215
|
const t = Me.useRef(e);
|
|
20211
|
-
return
|
|
20216
|
+
return To(() => {
|
|
20212
20217
|
t.current = e;
|
|
20213
20218
|
}), t;
|
|
20214
20219
|
}
|
|
@@ -20239,7 +20244,7 @@ function X3(e) {
|
|
|
20239
20244
|
z !== F.current && (F.current = z, b(z));
|
|
20240
20245
|
}, []), S = Me.useCallback((z) => {
|
|
20241
20246
|
z !== E.current && (E.current = z, A(z));
|
|
20242
|
-
}, []), M = l || y, v = a || w, F = Me.useRef(null), E = Me.useRef(null), W = Me.useRef(f), H = u != null, B = Ln(u), O = Ln(i),
|
|
20247
|
+
}, []), M = l || y, v = a || w, F = Me.useRef(null), E = Me.useRef(null), W = Me.useRef(f), H = u != null, B = Ln(u), O = Ln(i), T = Ln(s), j = Me.useCallback(() => {
|
|
20243
20248
|
if (!F.current || !E.current)
|
|
20244
20249
|
return;
|
|
20245
20250
|
const z = {
|
|
@@ -20254,23 +20259,23 @@ function X3(e) {
|
|
|
20254
20259
|
// but still mounted (such as when transitioning out). To ensure
|
|
20255
20260
|
// `isPositioned` will be `false` initially on the next open, avoid
|
|
20256
20261
|
// setting it to `true` when `open === false` (must be specified).
|
|
20257
|
-
isPositioned:
|
|
20262
|
+
isPositioned: T.current !== !1
|
|
20258
20263
|
};
|
|
20259
20264
|
Z.current && !Yo(W.current, V) && (W.current = V, on.flushSync(() => {
|
|
20260
20265
|
h(V);
|
|
20261
20266
|
}));
|
|
20262
20267
|
});
|
|
20263
|
-
}, [p, t, o, O,
|
|
20264
|
-
|
|
20268
|
+
}, [p, t, o, O, T]);
|
|
20269
|
+
To(() => {
|
|
20265
20270
|
s === !1 && W.current.isPositioned && (W.current.isPositioned = !1, h((z) => ({
|
|
20266
20271
|
...z,
|
|
20267
20272
|
isPositioned: !1
|
|
20268
20273
|
})));
|
|
20269
20274
|
}, [s]);
|
|
20270
20275
|
const Z = Me.useRef(!1);
|
|
20271
|
-
|
|
20276
|
+
To(() => (Z.current = !0, () => {
|
|
20272
20277
|
Z.current = !1;
|
|
20273
|
-
}), []),
|
|
20278
|
+
}), []), To(() => {
|
|
20274
20279
|
if (M && (F.current = M), v && (E.current = v), M && v) {
|
|
20275
20280
|
if (B.current)
|
|
20276
20281
|
return B.current(M, v, j);
|
|
@@ -20450,7 +20455,7 @@ const $3 = (e, t) => {
|
|
|
20450
20455
|
height: 0
|
|
20451
20456
|
}, O = d`
|
|
20452
20457
|
z-index: 1000;
|
|
20453
|
-
`,
|
|
20458
|
+
`, T = C(nw, O, s), j = C(
|
|
20454
20459
|
d`
|
|
20455
20460
|
position: absolute;
|
|
20456
20461
|
`,
|
|
@@ -20506,7 +20511,7 @@ const $3 = (e, t) => {
|
|
|
20506
20511
|
ref: (z) => {
|
|
20507
20512
|
A.current = z, F.setFloating(z);
|
|
20508
20513
|
},
|
|
20509
|
-
className:
|
|
20514
|
+
className: T,
|
|
20510
20515
|
style: {
|
|
20511
20516
|
...f,
|
|
20512
20517
|
position: o,
|
|
@@ -20945,7 +20950,7 @@ const $3 = (e, t) => {
|
|
|
20945
20950
|
&:focus-visible {
|
|
20946
20951
|
box-shadow: ${v.boxShadow.focus};
|
|
20947
20952
|
}
|
|
20948
|
-
`, B = E === "xsmall" ? 20 : 24, O = E === "xsmall" ? 8 : 16,
|
|
20953
|
+
`, B = E === "xsmall" ? 20 : 24, O = E === "xsmall" ? 8 : 16, T = d`
|
|
20949
20954
|
width: 48px;
|
|
20950
20955
|
padding: 0;
|
|
20951
20956
|
justify-content: center;
|
|
@@ -21035,7 +21040,7 @@ const $3 = (e, t) => {
|
|
|
21035
21040
|
z,
|
|
21036
21041
|
l && L,
|
|
21037
21042
|
s && V,
|
|
21038
|
-
!g &&
|
|
21043
|
+
!g && T,
|
|
21039
21044
|
y
|
|
21040
21045
|
);
|
|
21041
21046
|
return /* @__PURE__ */ m(Re, { children: [
|
|
@@ -21077,7 +21082,7 @@ const $3 = (e, t) => {
|
|
|
21077
21082
|
}
|
|
21078
21083
|
)
|
|
21079
21084
|
] });
|
|
21080
|
-
},
|
|
21085
|
+
}, Ne = Q(xw), Si = "ucl-uikit-heading", wt = Q(
|
|
21081
21086
|
({
|
|
21082
21087
|
level: e = 1,
|
|
21083
21088
|
as: t,
|
|
@@ -21621,7 +21626,7 @@ const $3 = (e, t) => {
|
|
|
21621
21626
|
);
|
|
21622
21627
|
};
|
|
21623
21628
|
}, []);
|
|
21624
|
-
const O = l.startsWith("bottom"),
|
|
21629
|
+
const O = l.startsWith("bottom"), T = l.endsWith("right"), j = O ? [...k].reverse() : k, Z = Xc`
|
|
21625
21630
|
from {
|
|
21626
21631
|
opacity: 0;
|
|
21627
21632
|
transform: translateY(
|
|
@@ -21645,7 +21650,7 @@ const $3 = (e, t) => {
|
|
|
21645
21650
|
left: ${s.margin.m16};
|
|
21646
21651
|
|
|
21647
21652
|
@media (min-width: ${s.breakpoints.tablet}px) {
|
|
21648
|
-
${
|
|
21653
|
+
${T ? `right: ${s.margin.m24}; left: auto;` : `right: auto; left: ${s.margin.m24};`}
|
|
21649
21654
|
}
|
|
21650
21655
|
`, U = d`
|
|
21651
21656
|
position: static;
|
|
@@ -22063,7 +22068,7 @@ const $3 = (e, t) => {
|
|
|
22063
22068
|
gap: ${y.padding.p16};
|
|
22064
22069
|
`, O = d`
|
|
22065
22070
|
color: ${y.colour.text.default};
|
|
22066
|
-
`,
|
|
22071
|
+
`, T = d`
|
|
22067
22072
|
color: ${y.colour.text.secondary};
|
|
22068
22073
|
white-space: nowrap;
|
|
22069
22074
|
`, j = d`
|
|
@@ -22133,7 +22138,7 @@ const $3 = (e, t) => {
|
|
|
22133
22138
|
Be,
|
|
22134
22139
|
{
|
|
22135
22140
|
level: "xs",
|
|
22136
|
-
className:
|
|
22141
|
+
className: T,
|
|
22137
22142
|
children: a
|
|
22138
22143
|
}
|
|
22139
22144
|
)
|
|
@@ -22170,7 +22175,7 @@ const $3 = (e, t) => {
|
|
|
22170
22175
|
]
|
|
22171
22176
|
}
|
|
22172
22177
|
);
|
|
22173
|
-
}, Zk = Q(zw),
|
|
22178
|
+
}, Zk = Q(zw), Tw = ({ size: e = 72, ...t }) => /* @__PURE__ */ n(
|
|
22174
22179
|
mo,
|
|
22175
22180
|
{
|
|
22176
22181
|
variant: "circle",
|
|
@@ -22178,7 +22183,7 @@ const $3 = (e, t) => {
|
|
|
22178
22183
|
height: e,
|
|
22179
22184
|
...t
|
|
22180
22185
|
}
|
|
22181
|
-
),
|
|
22186
|
+
), Nw = ({ height: e = 48, ...t }) => /* @__PURE__ */ n(
|
|
22182
22187
|
mo,
|
|
22183
22188
|
{
|
|
22184
22189
|
variant: "rect",
|
|
@@ -22309,8 +22314,8 @@ const $3 = (e, t) => {
|
|
|
22309
22314
|
);
|
|
22310
22315
|
}, rn = mo;
|
|
22311
22316
|
rn.Text = Vw;
|
|
22312
|
-
rn.Avatar =
|
|
22313
|
-
rn.Input =
|
|
22317
|
+
rn.Avatar = Tw;
|
|
22318
|
+
rn.Input = Nw;
|
|
22314
22319
|
rn.TableRow = Rw;
|
|
22315
22320
|
const zi = "ucl-uikit-textarea", qw = De(
|
|
22316
22321
|
({ value: e, resize: t = "vertical", testId: o = zi, className: r, ...i }, l) => {
|
|
@@ -22381,12 +22386,12 @@ const zi = "ucl-uikit-textarea", qw = De(
|
|
|
22381
22386
|
}
|
|
22382
22387
|
);
|
|
22383
22388
|
}
|
|
22384
|
-
), Pk = Q(qw),
|
|
22389
|
+
), Pk = Q(qw), Ti = "ucl-modal", Zw = De(
|
|
22385
22390
|
({
|
|
22386
22391
|
centered: e = !1,
|
|
22387
22392
|
closeOnClickOutside: t = !0,
|
|
22388
22393
|
onClose: o,
|
|
22389
|
-
testId: r =
|
|
22394
|
+
testId: r = Ti,
|
|
22390
22395
|
className: i,
|
|
22391
22396
|
children: l,
|
|
22392
22397
|
...a
|
|
@@ -22404,7 +22409,7 @@ const zi = "ucl-uikit-textarea", qw = De(
|
|
|
22404
22409
|
flex-direction: column;
|
|
22405
22410
|
justify-content: center;
|
|
22406
22411
|
`, h = C(
|
|
22407
|
-
|
|
22412
|
+
Ti,
|
|
22408
22413
|
s,
|
|
22409
22414
|
e && f,
|
|
22410
22415
|
i
|
|
@@ -22516,10 +22521,10 @@ const zi = "ucl-uikit-textarea", qw = De(
|
|
|
22516
22521
|
...o
|
|
22517
22522
|
}
|
|
22518
22523
|
);
|
|
22519
|
-
}, Jo = Q(Gw),
|
|
22524
|
+
}, Jo = Q(Gw), Ni = "ucl-uikit-app-header__top", hr = 56, Kw = ({
|
|
22520
22525
|
uclLogo: e = !0,
|
|
22521
22526
|
logoClassName: t,
|
|
22522
|
-
testId: o =
|
|
22527
|
+
testId: o = Ni,
|
|
22523
22528
|
className: r,
|
|
22524
22529
|
children: i,
|
|
22525
22530
|
...l
|
|
@@ -22528,7 +22533,7 @@ const zi = "ucl-uikit-textarea", qw = De(
|
|
|
22528
22533
|
height: ${hr}px;
|
|
22529
22534
|
padding: 0 ${a.padding.p64} 0 ${a.padding.p16};
|
|
22530
22535
|
display: flex;
|
|
22531
|
-
`, u = C(
|
|
22536
|
+
`, u = C(Ni, c, r), s = d`
|
|
22532
22537
|
display: block;
|
|
22533
22538
|
margin-left: auto;
|
|
22534
22539
|
margin-top: 20px;
|
|
@@ -22805,7 +22810,7 @@ const qi = "ucl-uikit-breadcrumbs__item", fr = ({
|
|
|
22805
22810
|
]
|
|
22806
22811
|
}
|
|
22807
22812
|
);
|
|
22808
|
-
},
|
|
22813
|
+
}, Tt = Object.assign(Q(sx), {
|
|
22809
22814
|
BaseItem: fr,
|
|
22810
22815
|
Link: ax,
|
|
22811
22816
|
Current: ix
|
|
@@ -22878,7 +22883,7 @@ const qi = "ucl-uikit-breadcrumbs__item", fr = ({
|
|
|
22878
22883
|
color: inherit;
|
|
22879
22884
|
`, l = d`
|
|
22880
22885
|
margin: 0 8px;
|
|
22881
|
-
`, a = C(Un, t), c =
|
|
22886
|
+
`, a = C(Un, t), c = Nt.Children.toArray(o).map(
|
|
22882
22887
|
(u, s, f) => /* @__PURE__ */ m(
|
|
22883
22888
|
"span",
|
|
22884
22889
|
{
|
|
@@ -22925,7 +22930,7 @@ const qi = "ucl-uikit-breadcrumbs__item", fr = ({
|
|
|
22925
22930
|
children: r
|
|
22926
22931
|
}
|
|
22927
22932
|
) : /* @__PURE__ */ n(
|
|
22928
|
-
|
|
22933
|
+
Tt,
|
|
22929
22934
|
{
|
|
22930
22935
|
size: e,
|
|
22931
22936
|
testId: t,
|
|
@@ -22959,7 +22964,7 @@ const qi = "ucl-uikit-breadcrumbs__item", fr = ({
|
|
|
22959
22964
|
children: u
|
|
22960
22965
|
}
|
|
22961
22966
|
) : t ?? (typeof window < "u" && window.location.pathname === e) ? /* @__PURE__ */ n(
|
|
22962
|
-
|
|
22967
|
+
Tt.Current,
|
|
22963
22968
|
{
|
|
22964
22969
|
separator: r,
|
|
22965
22970
|
size: l,
|
|
@@ -22969,7 +22974,7 @@ const qi = "ucl-uikit-breadcrumbs__item", fr = ({
|
|
|
22969
22974
|
children: u
|
|
22970
22975
|
}
|
|
22971
22976
|
) : o ? /* @__PURE__ */ n(
|
|
22972
|
-
|
|
22977
|
+
Tt.Link,
|
|
22973
22978
|
{
|
|
22974
22979
|
separator: r,
|
|
22975
22980
|
back: i,
|
|
@@ -22982,7 +22987,7 @@ const qi = "ucl-uikit-breadcrumbs__item", fr = ({
|
|
|
22982
22987
|
children: u
|
|
22983
22988
|
}
|
|
22984
22989
|
) : /* @__PURE__ */ n(
|
|
22985
|
-
|
|
22990
|
+
Tt.Link,
|
|
22986
22991
|
{
|
|
22987
22992
|
separator: r,
|
|
22988
22993
|
back: i,
|
|
@@ -22996,9 +23001,9 @@ const qi = "ucl-uikit-breadcrumbs__item", fr = ({
|
|
|
22996
23001
|
);
|
|
22997
23002
|
}, mx = Q(fx), Jk = Object.assign(mx, {
|
|
22998
23003
|
Breadcrumb: gx,
|
|
22999
|
-
BaseItem:
|
|
23000
|
-
Link:
|
|
23001
|
-
Current:
|
|
23004
|
+
BaseItem: Tt.BaseItem,
|
|
23005
|
+
Link: Tt.Link,
|
|
23006
|
+
Current: Tt.Current
|
|
23002
23007
|
}), Ui = "ucl-uikit-checkbox", yx = De(
|
|
23003
23008
|
({
|
|
23004
23009
|
indeterminate: e,
|
|
@@ -23555,7 +23560,7 @@ const qi = "ucl-uikit-breadcrumbs__item", fr = ({
|
|
|
23555
23560
|
f && A,
|
|
23556
23561
|
r
|
|
23557
23562
|
), v = /* @__PURE__ */ m(Re, { children: [
|
|
23558
|
-
|
|
23563
|
+
Nt.isValidElement(t) && /* @__PURE__ */ n("span", { className: S, children: t }),
|
|
23559
23564
|
o
|
|
23560
23565
|
] });
|
|
23561
23566
|
return i ? /* @__PURE__ */ n(
|
|
@@ -23954,7 +23959,7 @@ const yo = ({
|
|
|
23954
23959
|
]
|
|
23955
23960
|
}
|
|
23956
23961
|
);
|
|
23957
|
-
}, tl = "ucl-uikit-menu__heading",
|
|
23962
|
+
}, tl = "ucl-uikit-menu__heading", Tx = ({
|
|
23958
23963
|
testId: e = tl,
|
|
23959
23964
|
className: t,
|
|
23960
23965
|
children: o,
|
|
@@ -23995,7 +24000,7 @@ const yo = ({
|
|
|
23995
24000
|
)
|
|
23996
24001
|
}
|
|
23997
24002
|
);
|
|
23998
|
-
}, ol = "ucl-uikit-menu__section",
|
|
24003
|
+
}, ol = "ucl-uikit-menu__section", Nx = ({
|
|
23999
24004
|
testId: e = ol,
|
|
24000
24005
|
className: t,
|
|
24001
24006
|
children: o,
|
|
@@ -24221,7 +24226,7 @@ const yo = ({
|
|
|
24221
24226
|
background-color: ${r.colour.surface.primary};
|
|
24222
24227
|
`, l = C(Px, i, e);
|
|
24223
24228
|
return /* @__PURE__ */ n(
|
|
24224
|
-
|
|
24229
|
+
Ne,
|
|
24225
24230
|
{
|
|
24226
24231
|
className: l,
|
|
24227
24232
|
variant: "secondary",
|
|
@@ -24412,9 +24417,9 @@ const yo = ({
|
|
|
24412
24417
|
}
|
|
24413
24418
|
) });
|
|
24414
24419
|
}, at = Object.assign(Q(Kx), {
|
|
24415
|
-
Section:
|
|
24420
|
+
Section: Nx,
|
|
24416
24421
|
Head: zx,
|
|
24417
|
-
Heading:
|
|
24422
|
+
Heading: Tx,
|
|
24418
24423
|
Accordion: Zx,
|
|
24419
24424
|
Divider: Wx,
|
|
24420
24425
|
BaseItem: yo,
|
|
@@ -24626,7 +24631,7 @@ const yo = ({
|
|
|
24626
24631
|
u && y,
|
|
24627
24632
|
r
|
|
24628
24633
|
), A = /* @__PURE__ */ m(Re, { children: [
|
|
24629
|
-
|
|
24634
|
+
Nt.isValidElement(t) && /* @__PURE__ */ n("span", { className: b, children: t }),
|
|
24630
24635
|
o
|
|
24631
24636
|
] });
|
|
24632
24637
|
return /* @__PURE__ */ m(
|
|
@@ -24696,19 +24701,19 @@ const yo = ({
|
|
|
24696
24701
|
children: /* @__PURE__ */ n(P.Menu, {})
|
|
24697
24702
|
}
|
|
24698
24703
|
);
|
|
24699
|
-
}, i6 = Q(r6),
|
|
24704
|
+
}, i6 = Q(r6), No = "ucl-uikit-menu", l6 = ({
|
|
24700
24705
|
defaultOpen: e = !1,
|
|
24701
24706
|
title: t,
|
|
24702
24707
|
position: o = "right",
|
|
24703
|
-
menuId: r =
|
|
24704
|
-
testId: i =
|
|
24708
|
+
menuId: r = No,
|
|
24709
|
+
testId: i = No,
|
|
24705
24710
|
children: l,
|
|
24706
24711
|
className: a,
|
|
24707
24712
|
...c
|
|
24708
24713
|
}) => {
|
|
24709
24714
|
const u = d`
|
|
24710
24715
|
position: relative;
|
|
24711
|
-
`, s = C(
|
|
24716
|
+
`, s = C(No, u, a);
|
|
24712
24717
|
return /* @__PURE__ */ n(
|
|
24713
24718
|
"nav",
|
|
24714
24719
|
{
|
|
@@ -24737,7 +24742,7 @@ const yo = ({
|
|
|
24737
24742
|
title: t,
|
|
24738
24743
|
position: o,
|
|
24739
24744
|
menuId: r,
|
|
24740
|
-
testId: i =
|
|
24745
|
+
testId: i = No,
|
|
24741
24746
|
className: l,
|
|
24742
24747
|
children: a,
|
|
24743
24748
|
border: c,
|
|
@@ -24872,7 +24877,7 @@ const yo = ({
|
|
|
24872
24877
|
}, [v]);
|
|
24873
24878
|
const F = he(null), E = F, W = he(!1), H = he(!1), B = (X) => {
|
|
24874
24879
|
F.current = X, typeof k == "function" ? k(X) : k && "current" in k && (k.current = X);
|
|
24875
|
-
}, [O] = I(), [
|
|
24880
|
+
}, [O] = I(), [T, j] = ae(!1), [Z, $] = ae(""), [U, J] = ae(
|
|
24876
24881
|
null
|
|
24877
24882
|
), z = he(null), [L, V] = ae(
|
|
24878
24883
|
null
|
|
@@ -24890,10 +24895,10 @@ const yo = ({
|
|
|
24890
24895
|
[we, o]
|
|
24891
24896
|
);
|
|
24892
24897
|
ie(() => {
|
|
24893
|
-
!
|
|
24894
|
-
}, [
|
|
24895
|
-
|
|
24896
|
-
}, [
|
|
24898
|
+
!T && Z && $("");
|
|
24899
|
+
}, [T, Z]), ie(() => {
|
|
24900
|
+
T && fe && me("");
|
|
24901
|
+
}, [T, fe]), ie(() => {
|
|
24897
24902
|
const X = o.reduce(
|
|
24898
24903
|
(Se, He, We) => (He.value === t && Se.push(We), Se),
|
|
24899
24904
|
[]
|
|
@@ -24953,11 +24958,11 @@ const yo = ({
|
|
|
24953
24958
|
pn(X.shiftKey) && X.preventDefault();
|
|
24954
24959
|
};
|
|
24955
24960
|
ie(() => {
|
|
24956
|
-
i &&
|
|
24957
|
-
}, [i,
|
|
24958
|
-
A &&
|
|
24959
|
-
}, [A,
|
|
24960
|
-
if (!
|
|
24961
|
+
i && T && j(!1);
|
|
24962
|
+
}, [i, T]), ie(() => {
|
|
24963
|
+
A && T && q.current && q.current.focus();
|
|
24964
|
+
}, [A, T]), Kn(() => {
|
|
24965
|
+
if (!T) {
|
|
24961
24966
|
pe(null), K(null), re(null);
|
|
24962
24967
|
return;
|
|
24963
24968
|
}
|
|
@@ -24968,7 +24973,7 @@ const yo = ({
|
|
|
24968
24973
|
);
|
|
24969
24974
|
};
|
|
24970
24975
|
return X(), window.addEventListener("resize", X), () => window.removeEventListener("resize", X);
|
|
24971
|
-
}, [E,
|
|
24976
|
+
}, [E, T]);
|
|
24972
24977
|
const gn = () => {
|
|
24973
24978
|
i || j((X) => !X);
|
|
24974
24979
|
}, Ft = () => {
|
|
@@ -24983,7 +24988,7 @@ const yo = ({
|
|
|
24983
24988
|
W.current = !1;
|
|
24984
24989
|
return;
|
|
24985
24990
|
}
|
|
24986
|
-
if (!
|
|
24991
|
+
if (!T) {
|
|
24987
24992
|
Ft(), A && q.current && q.current.focus();
|
|
24988
24993
|
return;
|
|
24989
24994
|
}
|
|
@@ -24994,7 +24999,7 @@ const yo = ({
|
|
|
24994
24999
|
i || (X.stopPropagation(), V(null), J(null), $(""), kt(), (le = E.current) == null || le.focus(), r == null || r(null, X));
|
|
24995
25000
|
}, vn = (X, le, Se) => {
|
|
24996
25001
|
typeof Se == "number" && V(Se), r == null || r(le, X), $(""), kt();
|
|
24997
|
-
}, Vt = L !== null ? o[L] : void 0, _t = L !== null ? we.indexOf(L) : -1, Ot = U !== null && U >= 0 && U < Ee.length ? U : null, qt = Ot !== null ? Ot : _t >= 0 ? _t : null, Pe = qt !== null ? we[qt] : null, tt =
|
|
25002
|
+
}, Vt = L !== null ? o[L] : void 0, _t = L !== null ? we.indexOf(L) : -1, Ot = U !== null && U >= 0 && U < Ee.length ? U : null, qt = Ot !== null ? Ot : _t >= 0 ? _t : null, Pe = qt !== null ? we[qt] : null, tt = T && Ot !== null && Pe !== null ? `${Y}-option-${Pe}` : void 0, wn = (X) => {
|
|
24998
25003
|
var Se;
|
|
24999
25004
|
(X.key === "ArrowUp" || X.key === "ArrowDown" || X.key === "ArrowLeft" || X.key === "ArrowRight") && X.preventDefault();
|
|
25000
25005
|
const le = () => {
|
|
@@ -25012,7 +25017,7 @@ const yo = ({
|
|
|
25012
25017
|
};
|
|
25013
25018
|
if (!i) {
|
|
25014
25019
|
if (X.key === "Enter") {
|
|
25015
|
-
if (!
|
|
25020
|
+
if (!T) {
|
|
25016
25021
|
Ft();
|
|
25017
25022
|
return;
|
|
25018
25023
|
}
|
|
@@ -25028,16 +25033,16 @@ const yo = ({
|
|
|
25028
25033
|
gn();
|
|
25029
25034
|
return;
|
|
25030
25035
|
}
|
|
25031
|
-
if (!
|
|
25036
|
+
if (!T && X.code === "Space") {
|
|
25032
25037
|
Ft();
|
|
25033
25038
|
return;
|
|
25034
25039
|
}
|
|
25035
|
-
if (
|
|
25040
|
+
if (T && X.key === "Escape") {
|
|
25036
25041
|
kt(), H.current = !0, X.currentTarget.focus();
|
|
25037
25042
|
return;
|
|
25038
25043
|
}
|
|
25039
25044
|
if (X.key === "ArrowUp" || X.key === "ArrowLeft") {
|
|
25040
|
-
if (!
|
|
25045
|
+
if (!T) {
|
|
25041
25046
|
Ft();
|
|
25042
25047
|
return;
|
|
25043
25048
|
}
|
|
@@ -25048,7 +25053,7 @@ const yo = ({
|
|
|
25048
25053
|
return;
|
|
25049
25054
|
}
|
|
25050
25055
|
if (X.key === "ArrowDown" || X.key === "ArrowRight") {
|
|
25051
|
-
if (!
|
|
25056
|
+
if (!T) {
|
|
25052
25057
|
Ft();
|
|
25053
25058
|
return;
|
|
25054
25059
|
}
|
|
@@ -25130,21 +25135,21 @@ const yo = ({
|
|
|
25130
25135
|
onKeyDown: wn,
|
|
25131
25136
|
onFocus: ac,
|
|
25132
25137
|
onBlur: Ao,
|
|
25133
|
-
tabIndex: i || A &&
|
|
25138
|
+
tabIndex: i || A && T ? -1 : 0,
|
|
25134
25139
|
className: uc,
|
|
25135
25140
|
"data-testid": h,
|
|
25136
25141
|
ref: B,
|
|
25137
25142
|
role: "combobox",
|
|
25138
25143
|
"aria-haspopup": "listbox",
|
|
25139
|
-
"aria-expanded":
|
|
25140
|
-
"aria-controls":
|
|
25144
|
+
"aria-expanded": T,
|
|
25145
|
+
"aria-controls": T ? se : void 0,
|
|
25141
25146
|
"aria-activedescendant": tt,
|
|
25142
25147
|
...S,
|
|
25143
25148
|
children: [
|
|
25144
25149
|
/* @__PURE__ */ n(
|
|
25145
25150
|
w6,
|
|
25146
25151
|
{
|
|
25147
|
-
isOpen:
|
|
25152
|
+
isOpen: T,
|
|
25148
25153
|
selectedOption: Vt,
|
|
25149
25154
|
placeholder: a,
|
|
25150
25155
|
disabled: i,
|
|
@@ -25165,7 +25170,7 @@ const yo = ({
|
|
|
25165
25170
|
onBlur: Ao,
|
|
25166
25171
|
onTabOut: fn,
|
|
25167
25172
|
ariaControls: se,
|
|
25168
|
-
ariaExpanded:
|
|
25173
|
+
ariaExpanded: T,
|
|
25169
25174
|
ariaActiveDescendant: tt,
|
|
25170
25175
|
...hc,
|
|
25171
25176
|
...s
|
|
@@ -25190,7 +25195,7 @@ const yo = ({
|
|
|
25190
25195
|
children: fe
|
|
25191
25196
|
}
|
|
25192
25197
|
),
|
|
25193
|
-
|
|
25198
|
+
T && /* @__PURE__ */ n(
|
|
25194
25199
|
nn,
|
|
25195
25200
|
{
|
|
25196
25201
|
reference: E,
|
|
@@ -26292,16 +26297,16 @@ const g6 = "data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F200
|
|
|
26292
26297
|
]
|
|
26293
26298
|
}
|
|
26294
26299
|
);
|
|
26295
|
-
},
|
|
26300
|
+
}, T6 = () => {
|
|
26296
26301
|
window == null || window.scrollTo({ top: 0, behavior: "smooth" });
|
|
26297
|
-
}, xl = "ucl-uikit-footer__back-to-top",
|
|
26302
|
+
}, xl = "ucl-uikit-footer__back-to-top", N6 = ({
|
|
26298
26303
|
compact: e,
|
|
26299
26304
|
testId: t = xl,
|
|
26300
26305
|
className: o,
|
|
26301
26306
|
...r
|
|
26302
26307
|
}) => {
|
|
26303
26308
|
const [i] = I(), l = i.typography.body.sm, a = i.typography.body.md, c = () => {
|
|
26304
|
-
|
|
26309
|
+
T6();
|
|
26305
26310
|
}, u = d`
|
|
26306
26311
|
margin-top: ${i.margin.m56};
|
|
26307
26312
|
text-align: right;
|
|
@@ -26438,7 +26443,7 @@ const g6 = "data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F200
|
|
|
26438
26443
|
}
|
|
26439
26444
|
)
|
|
26440
26445
|
] }),
|
|
26441
|
-
/* @__PURE__ */ n(
|
|
26446
|
+
/* @__PURE__ */ n(N6, { compact: y }),
|
|
26442
26447
|
/* @__PURE__ */ n(
|
|
26443
26448
|
z6,
|
|
26444
26449
|
{
|
|
@@ -26953,7 +26958,7 @@ const Al = "ucl-uikit-header__menu", Y6 = ({
|
|
|
26953
26958
|
children: /* @__PURE__ */ n("div", { className: a })
|
|
26954
26959
|
}
|
|
26955
26960
|
);
|
|
26956
|
-
}, zs = 78,
|
|
26961
|
+
}, zs = 78, Ts = 64, $6 = 3, Il = "ucl-uikit-header", _6 = ({
|
|
26957
26962
|
title: e,
|
|
26958
26963
|
showBorder: t = !0,
|
|
26959
26964
|
titleAs: o = "div",
|
|
@@ -26976,7 +26981,7 @@ const Al = "ucl-uikit-header__menu", Y6 = ({
|
|
|
26976
26981
|
color: ${h.colour.text.brandPrimary};
|
|
26977
26982
|
display: flex;
|
|
26978
26983
|
align-items: center;
|
|
26979
|
-
height: ${
|
|
26984
|
+
height: ${Ts}px;
|
|
26980
26985
|
box-sizing: border-box;
|
|
26981
26986
|
padding: 0 ${h.padding.p16} 0 ${h.padding.p40};
|
|
26982
26987
|
|
|
@@ -27578,7 +27583,7 @@ const Hl = "ucl-uikit-navigation-bar__item", a5 = De(function({
|
|
|
27578
27583
|
]
|
|
27579
27584
|
}
|
|
27580
27585
|
);
|
|
27581
|
-
}, g5 = Q(f5), m5 = "ucl-uikit-header__menu",
|
|
27586
|
+
}, g5 = Q(f5), m5 = "ucl-uikit-header__menu", Ns = ({
|
|
27582
27587
|
testId: e = m5,
|
|
27583
27588
|
children: t,
|
|
27584
27589
|
...o
|
|
@@ -27589,7 +27594,7 @@ const Hl = "ucl-uikit-navigation-bar__item", a5 = De(function({
|
|
|
27589
27594
|
...o,
|
|
27590
27595
|
children: t
|
|
27591
27596
|
}
|
|
27592
|
-
),
|
|
27597
|
+
), Tl = "ucl-uikit-header", Nl = 72, y5 = 3, b5 = ({
|
|
27593
27598
|
variant: e,
|
|
27594
27599
|
title: t,
|
|
27595
27600
|
heading: o,
|
|
@@ -27600,14 +27605,14 @@ const Hl = "ucl-uikit-navigation-bar__item", a5 = De(function({
|
|
|
27600
27605
|
menu: c = !1,
|
|
27601
27606
|
fixed: u = !1,
|
|
27602
27607
|
sticky: s = !1,
|
|
27603
|
-
testId: f =
|
|
27608
|
+
testId: f = Tl,
|
|
27604
27609
|
className: h,
|
|
27605
27610
|
children: p,
|
|
27606
27611
|
...g
|
|
27607
27612
|
}) => {
|
|
27608
27613
|
const [y] = I(), { mdSemibold: b, lgBold: w } = y.typography.body, A = [], k = [];
|
|
27609
|
-
|
|
27610
|
-
|
|
27614
|
+
Nt.Children.forEach(p, (O) => {
|
|
27615
|
+
Nt.isValidElement(O) && O.type === Ns ? A.push(O) : k.push(O);
|
|
27611
27616
|
});
|
|
27612
27617
|
const S = d`
|
|
27613
27618
|
background-color: ${y.color.neutral.white};
|
|
@@ -27628,16 +27633,16 @@ const Hl = "ucl-uikit-navigation-bar__item", a5 = De(function({
|
|
|
27628
27633
|
z-index: ${y5};
|
|
27629
27634
|
`, v = d`
|
|
27630
27635
|
position: sticky;
|
|
27631
|
-
top: -${
|
|
27636
|
+
top: -${Nl}px;
|
|
27632
27637
|
`, F = C(
|
|
27633
|
-
|
|
27638
|
+
Tl,
|
|
27634
27639
|
S,
|
|
27635
27640
|
u && M,
|
|
27636
27641
|
s && v,
|
|
27637
27642
|
h
|
|
27638
27643
|
), E = d`
|
|
27639
27644
|
position: relative;
|
|
27640
|
-
height: ${
|
|
27645
|
+
height: ${Nl}px;
|
|
27641
27646
|
background-color: ${y.color.neutral.grey90};
|
|
27642
27647
|
color: ${y.color.text.inverted};
|
|
27643
27648
|
display: flex;
|
|
@@ -27710,7 +27715,7 @@ const Hl = "ucl-uikit-navigation-bar__item", a5 = De(function({
|
|
|
27710
27715
|
);
|
|
27711
27716
|
}, v5 = Q(b5), Rs = v5;
|
|
27712
27717
|
Rs.Breadcrumb = g5;
|
|
27713
|
-
Rs.Menu =
|
|
27718
|
+
Rs.Menu = Ns;
|
|
27714
27719
|
const Vs = ct({
|
|
27715
27720
|
columns: [],
|
|
27716
27721
|
disableMobileView: !1
|
|
@@ -28019,14 +28024,14 @@ const Vs = ct({
|
|
|
28019
28024
|
background-color: ${h.colour.surface.brandSecondary};
|
|
28020
28025
|
}
|
|
28021
28026
|
}
|
|
28022
|
-
`,
|
|
28027
|
+
`, T = d`
|
|
28023
28028
|
@media screen and (max-width: ${y}px) {
|
|
28024
28029
|
grid-template-columns: auto minmax(0, 1fr) auto auto;
|
|
28025
28030
|
}
|
|
28026
28031
|
`, j = C(
|
|
28027
28032
|
B,
|
|
28028
28033
|
e && O,
|
|
28029
|
-
v &&
|
|
28034
|
+
v && T,
|
|
28030
28035
|
u,
|
|
28031
28036
|
ql
|
|
28032
28037
|
), Z = d`
|
|
@@ -28204,7 +28209,7 @@ const Vs = ct({
|
|
|
28204
28209
|
}
|
|
28205
28210
|
),
|
|
28206
28211
|
e === "button" && /* @__PURE__ */ n(
|
|
28207
|
-
|
|
28212
|
+
Ne,
|
|
28208
28213
|
{
|
|
28209
28214
|
variant: "tertiary",
|
|
28210
28215
|
onClick: c,
|
|
@@ -28281,7 +28286,7 @@ const Vs = ct({
|
|
|
28281
28286
|
@media screen and (max-width: ${k}px) {
|
|
28282
28287
|
grid-column: 2;
|
|
28283
28288
|
}
|
|
28284
|
-
`,
|
|
28289
|
+
`, T = d`
|
|
28285
28290
|
@media screen and (max-width: ${k}px) {
|
|
28286
28291
|
grid-column: 1 / 3;
|
|
28287
28292
|
}
|
|
@@ -28362,7 +28367,7 @@ const Vs = ct({
|
|
|
28362
28367
|
[H]: M === "selection",
|
|
28363
28368
|
[B]: M === "primary",
|
|
28364
28369
|
[O]: M === "primary" && h,
|
|
28365
|
-
[
|
|
28370
|
+
[T]: M === "primary" && !h,
|
|
28366
28371
|
[j]: M === "primary" && p,
|
|
28367
28372
|
[Z]: M === "primary" && !p,
|
|
28368
28373
|
[$]: M === "primaryMeta",
|
|
@@ -28594,7 +28599,7 @@ const qs = ct(void 0), Zs = (e, t) => `${e}-tab-${t}`.replace(/[^a-zA-Z0-9_-]/g,
|
|
|
28594
28599
|
return e;
|
|
28595
28600
|
}, Ql = "ucl-uikit-tabs__tab", z5 = (e, t) => (o) => {
|
|
28596
28601
|
e == null || e(o), t == null || t(o);
|
|
28597
|
-
},
|
|
28602
|
+
}, T5 = ({
|
|
28598
28603
|
testId: e = Ql,
|
|
28599
28604
|
className: t,
|
|
28600
28605
|
children: o,
|
|
@@ -28675,7 +28680,7 @@ const qs = ct(void 0), Zs = (e, t) => `${e}-tab-${t}`.replace(/[^a-zA-Z0-9_-]/g,
|
|
|
28675
28680
|
overflow: hidden;
|
|
28676
28681
|
visibility: hidden;
|
|
28677
28682
|
pointer-events: none;
|
|
28678
|
-
`,
|
|
28683
|
+
`, T = C(
|
|
28679
28684
|
Ql,
|
|
28680
28685
|
v,
|
|
28681
28686
|
w ? F : E,
|
|
@@ -28687,7 +28692,7 @@ const qs = ct(void 0), Zs = (e, t) => `${e}-tab-${t}`.replace(/[^a-zA-Z0-9_-]/g,
|
|
|
28687
28692
|
}, Z = {
|
|
28688
28693
|
...h,
|
|
28689
28694
|
ref: f,
|
|
28690
|
-
className:
|
|
28695
|
+
className: T,
|
|
28691
28696
|
role: "tab",
|
|
28692
28697
|
id: Zs(b, i),
|
|
28693
28698
|
...A.has(i) ? { "aria-controls": Ps(b, i) } : {},
|
|
@@ -28704,7 +28709,7 @@ const qs = ct(void 0), Zs = (e, t) => `${e}-tab-${t}`.replace(/[^a-zA-Z0-9_-]/g,
|
|
|
28704
28709
|
if (ze(J))
|
|
28705
28710
|
return $e(J, {
|
|
28706
28711
|
...Z,
|
|
28707
|
-
className: C(
|
|
28712
|
+
className: C(T, J.props.className),
|
|
28708
28713
|
tabIndex: c ? -1 : h.tabIndex ?? Z.tabIndex,
|
|
28709
28714
|
onClick: c ? (z) => {
|
|
28710
28715
|
z.preventDefault(), z.stopPropagation();
|
|
@@ -28771,7 +28776,7 @@ const qs = ct(void 0), Zs = (e, t) => `${e}-tab-${t}`.replace(/[^a-zA-Z0-9_-]/g,
|
|
|
28771
28776
|
]
|
|
28772
28777
|
}
|
|
28773
28778
|
);
|
|
28774
|
-
}, Gl = Q(
|
|
28779
|
+
}, Gl = Q(T5), Kl = "ucl-uikit-tabs__list", N5 = (e) => Array.from(
|
|
28775
28780
|
e.querySelectorAll(
|
|
28776
28781
|
'[role="tab"]:not([aria-disabled="true"])'
|
|
28777
28782
|
)
|
|
@@ -28800,7 +28805,7 @@ const qs = ct(void 0), Zs = (e, t) => `${e}-tab-${t}`.replace(/[^a-zA-Z0-9_-]/g,
|
|
|
28800
28805
|
"End"
|
|
28801
28806
|
].includes(k.key))
|
|
28802
28807
|
return;
|
|
28803
|
-
const v =
|
|
28808
|
+
const v = N5(k.currentTarget), F = v.indexOf(document.activeElement);
|
|
28804
28809
|
if (F === -1)
|
|
28805
28810
|
return;
|
|
28806
28811
|
k.preventDefault();
|
|
@@ -29196,11 +29201,11 @@ const U5 = 100, j5 = 1e3, Y5 = (e) => {
|
|
|
29196
29201
|
W(y + 1);
|
|
29197
29202
|
}, O = (_) => {
|
|
29198
29203
|
c(_.target.value), s("");
|
|
29199
|
-
},
|
|
29204
|
+
}, T = () => {
|
|
29200
29205
|
c(String(y)), s("");
|
|
29201
29206
|
}, j = (_) => {
|
|
29202
29207
|
if (_.key === "Escape") {
|
|
29203
|
-
|
|
29208
|
+
T(), _.currentTarget.blur();
|
|
29204
29209
|
return;
|
|
29205
29210
|
}
|
|
29206
29211
|
if (_.key !== "Enter")
|
|
@@ -29267,7 +29272,7 @@ const U5 = 100, j5 = 1e3, Y5 = (e) => {
|
|
|
29267
29272
|
"data-testid": t,
|
|
29268
29273
|
children: /* @__PURE__ */ m("ul", { className: Z, children: [
|
|
29269
29274
|
/* @__PURE__ */ n("li", { children: /* @__PURE__ */ n(
|
|
29270
|
-
|
|
29275
|
+
Ne,
|
|
29271
29276
|
{
|
|
29272
29277
|
className: $,
|
|
29273
29278
|
variant: "tertiary",
|
|
@@ -29293,7 +29298,7 @@ const U5 = 100, j5 = 1e3, Y5 = (e) => {
|
|
|
29293
29298
|
"aria-invalid": u ? !0 : void 0,
|
|
29294
29299
|
disabled: v === 0,
|
|
29295
29300
|
onChange: O,
|
|
29296
|
-
onBlur:
|
|
29301
|
+
onBlur: T,
|
|
29297
29302
|
onKeyDown: j
|
|
29298
29303
|
}
|
|
29299
29304
|
),
|
|
@@ -29311,7 +29316,7 @@ const U5 = 100, j5 = 1e3, Y5 = (e) => {
|
|
|
29311
29316
|
v
|
|
29312
29317
|
] }) }),
|
|
29313
29318
|
/* @__PURE__ */ n("li", { children: /* @__PURE__ */ n(
|
|
29314
|
-
|
|
29319
|
+
Ne,
|
|
29315
29320
|
{
|
|
29316
29321
|
className: $,
|
|
29317
29322
|
variant: "tertiary",
|
|
@@ -29467,27 +29472,27 @@ const Qo = /* @__PURE__ */ new Set(), zt = () => kr, t9 = (e) => {
|
|
|
29467
29472
|
E();
|
|
29468
29473
|
return;
|
|
29469
29474
|
}
|
|
29470
|
-
const
|
|
29471
|
-
h(
|
|
29475
|
+
const T = [O.type], j = Vo(T, F) !== null;
|
|
29476
|
+
h(T), g(!0), b(j), A(!j);
|
|
29472
29477
|
};
|
|
29473
29478
|
return B(), Xs(B);
|
|
29474
29479
|
}, [o, i, F, E]);
|
|
29475
29480
|
const W = ge(
|
|
29476
29481
|
(B, O) => {
|
|
29477
29482
|
if (!B) {
|
|
29478
|
-
const
|
|
29483
|
+
const T = {
|
|
29479
29484
|
drop: B,
|
|
29480
29485
|
reason: "invalid-type"
|
|
29481
29486
|
};
|
|
29482
|
-
S(null), v(
|
|
29487
|
+
S(null), v(T), a == null || a(T, O);
|
|
29483
29488
|
return;
|
|
29484
29489
|
}
|
|
29485
29490
|
if (t && !t(B)) {
|
|
29486
|
-
const
|
|
29491
|
+
const T = {
|
|
29487
29492
|
drop: B,
|
|
29488
29493
|
reason: "cannot-drop"
|
|
29489
29494
|
};
|
|
29490
|
-
S(null), v(
|
|
29495
|
+
S(null), v(T), a == null || a(T, O);
|
|
29491
29496
|
return;
|
|
29492
29497
|
}
|
|
29493
29498
|
S(B), v(null), l == null || l(B, O);
|
|
@@ -29497,7 +29502,7 @@ const Qo = /* @__PURE__ */ new Set(), zt = () => kr, t9 = (e) => {
|
|
|
29497
29502
|
({
|
|
29498
29503
|
onDragEnter: B,
|
|
29499
29504
|
onDragLeave: O,
|
|
29500
|
-
onDragOver:
|
|
29505
|
+
onDragOver: T,
|
|
29501
29506
|
onDrop: j,
|
|
29502
29507
|
onKeyDown: Z,
|
|
29503
29508
|
ref: $,
|
|
@@ -29525,7 +29530,7 @@ const Qo = /* @__PURE__ */ new Set(), zt = () => kr, t9 = (e) => {
|
|
|
29525
29530
|
), s.current.length === 0 && E());
|
|
29526
29531
|
},
|
|
29527
29532
|
onDragOver: (K) => {
|
|
29528
|
-
|
|
29533
|
+
T == null || T(K), !(o || K.defaultPrevented) && (K.preventDefault(), K.dataTransfer.dropEffect = r);
|
|
29529
29534
|
},
|
|
29530
29535
|
onDrop: (K) => {
|
|
29531
29536
|
j == null || j(K), !(o || K.defaultPrevented) && (K.preventDefault(), E(), W(
|
|
@@ -29640,40 +29645,40 @@ const Qo = /* @__PURE__ */ new Set(), zt = () => kr, t9 = (e) => {
|
|
|
29640
29645
|
...E
|
|
29641
29646
|
} = {}) => ({
|
|
29642
29647
|
...E,
|
|
29643
|
-
ref: (
|
|
29644
|
-
g.current =
|
|
29648
|
+
ref: (T) => {
|
|
29649
|
+
g.current = T, i9(v, T);
|
|
29645
29650
|
},
|
|
29646
29651
|
draggable: !t,
|
|
29647
29652
|
tabIndex: t ? -1 : l ? F ?? 0 : F,
|
|
29648
|
-
onDragEnd: (
|
|
29649
|
-
k == null || k(
|
|
29653
|
+
onDragEnd: (T) => {
|
|
29654
|
+
k == null || k(T), b(!1), a == null || a(T);
|
|
29650
29655
|
},
|
|
29651
|
-
onDragStart: (
|
|
29652
|
-
if (S == null || S(
|
|
29656
|
+
onDragStart: (T) => {
|
|
29657
|
+
if (S == null || S(T), t || T.defaultPrevented) return;
|
|
29653
29658
|
const j = w();
|
|
29654
|
-
|
|
29659
|
+
T.dataTransfer.effectAllowed = i, T.dataTransfer.setData(h, j.rawData ?? ""), T.dataTransfer.setData(
|
|
29655
29660
|
X5,
|
|
29656
29661
|
JSON.stringify({
|
|
29657
29662
|
data: j.rawData,
|
|
29658
29663
|
type: h
|
|
29659
29664
|
})
|
|
29660
|
-
), o &&
|
|
29665
|
+
), o && T.dataTransfer.setDragImage(
|
|
29661
29666
|
o,
|
|
29662
29667
|
r.x,
|
|
29663
29668
|
r.y
|
|
29664
|
-
), b(!0), u == null || u(j,
|
|
29669
|
+
), b(!0), u == null || u(j, T);
|
|
29665
29670
|
},
|
|
29666
|
-
onKeyDown: (
|
|
29667
|
-
if (M == null || M(
|
|
29668
|
-
if (
|
|
29669
|
-
|
|
29671
|
+
onKeyDown: (T) => {
|
|
29672
|
+
if (M == null || M(T), t || !l || T.defaultPrevented || T.target !== T.currentTarget) return;
|
|
29673
|
+
if (T.key === "Escape" && y) {
|
|
29674
|
+
T.preventDefault();
|
|
29670
29675
|
const Z = w();
|
|
29671
29676
|
Oo(), b(!1), c == null || c(Z);
|
|
29672
29677
|
return;
|
|
29673
29678
|
}
|
|
29674
|
-
if (
|
|
29679
|
+
if (T.key !== "Enter" && T.key !== " " || zt())
|
|
29675
29680
|
return;
|
|
29676
|
-
|
|
29681
|
+
T.preventDefault();
|
|
29677
29682
|
const j = w();
|
|
29678
29683
|
t9({
|
|
29679
29684
|
...j,
|
|
@@ -29791,7 +29796,7 @@ const Qo = /* @__PURE__ */ new Set(), zt = () => kr, t9 = (e) => {
|
|
|
29791
29796
|
border: none;
|
|
29792
29797
|
color: ${l.colour.text.secondary};
|
|
29793
29798
|
`
|
|
29794
|
-
),
|
|
29799
|
+
), T = C(
|
|
29795
29800
|
B,
|
|
29796
29801
|
d`
|
|
29797
29802
|
color: ${l.colour.text.brand};
|
|
@@ -29809,7 +29814,7 @@ const Qo = /* @__PURE__ */ new Set(), zt = () => kr, t9 = (e) => {
|
|
|
29809
29814
|
"data-testid": o,
|
|
29810
29815
|
children: /* @__PURE__ */ m("ul", { className: F, children: [
|
|
29811
29816
|
/* @__PURE__ */ n("li", { children: /* @__PURE__ */ n(
|
|
29812
|
-
|
|
29817
|
+
Ne,
|
|
29813
29818
|
{
|
|
29814
29819
|
className: W,
|
|
29815
29820
|
variant: "tertiary",
|
|
@@ -29828,7 +29833,7 @@ const Qo = /* @__PURE__ */ new Set(), zt = () => kr, t9 = (e) => {
|
|
|
29828
29833
|
) }),
|
|
29829
29834
|
M.map((Z) => /* @__PURE__ */ n("li", { children: Z === "...1" || Z === "...2" ? /* @__PURE__ */ n(Be, { "aria-hidden": !0, children: "..." }) : /* @__PURE__ */ m(Re, { children: [
|
|
29830
29835
|
Z !== h && /* @__PURE__ */ n(
|
|
29831
|
-
|
|
29836
|
+
Ne,
|
|
29832
29837
|
{
|
|
29833
29838
|
className: O,
|
|
29834
29839
|
variant: "secondary",
|
|
@@ -29839,9 +29844,9 @@ const Qo = /* @__PURE__ */ new Set(), zt = () => kr, t9 = (e) => {
|
|
|
29839
29844
|
}
|
|
29840
29845
|
),
|
|
29841
29846
|
Z === h && /* @__PURE__ */ n(
|
|
29842
|
-
|
|
29847
|
+
Ne,
|
|
29843
29848
|
{
|
|
29844
|
-
className:
|
|
29849
|
+
className: T,
|
|
29845
29850
|
variant: "secondary",
|
|
29846
29851
|
size: a ? "default" : "small",
|
|
29847
29852
|
"aria-label": `Page ${Z}, current page`,
|
|
@@ -29853,7 +29858,7 @@ const Qo = /* @__PURE__ */ new Set(), zt = () => kr, t9 = (e) => {
|
|
|
29853
29858
|
)
|
|
29854
29859
|
] }) }, Z)),
|
|
29855
29860
|
/* @__PURE__ */ n("li", { children: /* @__PURE__ */ n(
|
|
29856
|
-
|
|
29861
|
+
Ne,
|
|
29857
29862
|
{
|
|
29858
29863
|
className: H,
|
|
29859
29864
|
variant: "tertiary",
|
|
@@ -30077,7 +30082,7 @@ const ra = "ucl-uikit-dialog__header", g9 = ({
|
|
|
30077
30082
|
...a,
|
|
30078
30083
|
children: [
|
|
30079
30084
|
t && /* @__PURE__ */ n(
|
|
30080
|
-
|
|
30085
|
+
Ne,
|
|
30081
30086
|
{
|
|
30082
30087
|
onClick: h,
|
|
30083
30088
|
variant: "secondary",
|
|
@@ -30086,7 +30091,7 @@ const ra = "ucl-uikit-dialog__header", g9 = ({
|
|
|
30086
30091
|
}
|
|
30087
30092
|
),
|
|
30088
30093
|
e && /* @__PURE__ */ n(
|
|
30089
|
-
|
|
30094
|
+
Ne,
|
|
30090
30095
|
{
|
|
30091
30096
|
variant: "primary",
|
|
30092
30097
|
onClick: f,
|
|
@@ -30169,12 +30174,12 @@ const aa = "ucl-uikit-base-dialog", x9 = 495, k9 = 495, S9 = 740, A9 = De(
|
|
|
30169
30174
|
restoreFocus: y,
|
|
30170
30175
|
skipFirstFocusable: b
|
|
30171
30176
|
});
|
|
30172
|
-
const
|
|
30177
|
+
const T = d`
|
|
30173
30178
|
overflow: hidden;
|
|
30174
30179
|
`;
|
|
30175
|
-
ie(() => (t && i ? document.body.classList.add(
|
|
30176
|
-
document.body.classList.remove(
|
|
30177
|
-
}), [t, i,
|
|
30180
|
+
ie(() => (t && i ? document.body.classList.add(T) : document.body.classList.remove(T), () => {
|
|
30181
|
+
document.body.classList.remove(T);
|
|
30182
|
+
}), [t, i, T]), ie(() => {
|
|
30178
30183
|
var L;
|
|
30179
30184
|
const z = F.current;
|
|
30180
30185
|
z && (t && !z.hasAttribute("open") ? (E.current = document.activeElement, i ? z.showModal() : z.show()) : !t && z.hasAttribute("open") && (z.close(), (!i || g) && y && ((L = E.current) == null || L.focus())));
|
|
@@ -30255,7 +30260,7 @@ const aa = "ucl-uikit-base-dialog", x9 = 495, k9 = 495, S9 = 740, A9 = De(
|
|
|
30255
30260
|
}
|
|
30256
30261
|
) : null;
|
|
30257
30262
|
}
|
|
30258
|
-
), un = Q(A9), sa = "ucl-uikit-dialog--feedback",
|
|
30263
|
+
), un = Q(A9), sa = "ucl-uikit-dialog--feedback", Tn = 72, t7 = ({
|
|
30259
30264
|
type: e,
|
|
30260
30265
|
heading: t,
|
|
30261
30266
|
buttonLabel: o,
|
|
@@ -30289,21 +30294,21 @@ const aa = "ucl-uikit-base-dialog", x9 = 495, k9 = 495, S9 = 740, A9 = De(
|
|
|
30289
30294
|
success: /* @__PURE__ */ n(
|
|
30290
30295
|
P.CheckCircle,
|
|
30291
30296
|
{
|
|
30292
|
-
size:
|
|
30297
|
+
size: Tn,
|
|
30293
30298
|
className: g
|
|
30294
30299
|
}
|
|
30295
30300
|
),
|
|
30296
30301
|
error: /* @__PURE__ */ n(
|
|
30297
30302
|
P.XCircle,
|
|
30298
30303
|
{
|
|
30299
|
-
size:
|
|
30304
|
+
size: Tn,
|
|
30300
30305
|
className: g
|
|
30301
30306
|
}
|
|
30302
30307
|
),
|
|
30303
30308
|
warning: /* @__PURE__ */ n(
|
|
30304
30309
|
P.AlertTriangle,
|
|
30305
30310
|
{
|
|
30306
|
-
size:
|
|
30311
|
+
size: Tn,
|
|
30307
30312
|
className: g
|
|
30308
30313
|
}
|
|
30309
30314
|
)
|
|
@@ -30372,7 +30377,7 @@ const aa = "ucl-uikit-base-dialog", x9 = 495, k9 = 495, S9 = 740, A9 = De(
|
|
|
30372
30377
|
children: S,
|
|
30373
30378
|
...M
|
|
30374
30379
|
}) => {
|
|
30375
|
-
const [v] = I(), F = je(), E = je(), W = S != null, H = t != null, B = o != null, O = H || B,
|
|
30380
|
+
const [v] = I(), F = je(), E = je(), W = S != null, H = t != null, B = o != null, O = H || B, T = r.length > 0, j = i != null, Z = l != null, $ = j || Z, U = ge(
|
|
30376
30381
|
(Pe) => {
|
|
30377
30382
|
var tt;
|
|
30378
30383
|
(tt = u == null ? void 0 : u.onClick) == null || tt.call(u, Pe), Pe.defaultPrevented || g == null || g(Pe);
|
|
@@ -30581,7 +30586,7 @@ const aa = "ucl-uikit-base-dialog", x9 = 495, k9 = 495, S9 = 740, A9 = De(
|
|
|
30581
30586
|
children: S
|
|
30582
30587
|
}
|
|
30583
30588
|
),
|
|
30584
|
-
|
|
30589
|
+
T && /* @__PURE__ */ n("div", { className: te, children: r.map(({ label: Pe, value: tt }, wn) => /* @__PURE__ */ m(
|
|
30585
30590
|
ro,
|
|
30586
30591
|
{
|
|
30587
30592
|
className: we,
|
|
@@ -30627,7 +30632,7 @@ const aa = "ucl-uikit-base-dialog", x9 = 495, k9 = 495, S9 = 740, A9 = De(
|
|
|
30627
30632
|
] }),
|
|
30628
30633
|
$ && /* @__PURE__ */ m("div", { className: Vt, children: [
|
|
30629
30634
|
Z && /* @__PURE__ */ n(
|
|
30630
|
-
|
|
30635
|
+
Ne,
|
|
30631
30636
|
{
|
|
30632
30637
|
variant: "secondary-destructive",
|
|
30633
30638
|
...c,
|
|
@@ -30637,7 +30642,7 @@ const aa = "ucl-uikit-base-dialog", x9 = 495, k9 = 495, S9 = 740, A9 = De(
|
|
|
30637
30642
|
}
|
|
30638
30643
|
),
|
|
30639
30644
|
j && /* @__PURE__ */ n(
|
|
30640
|
-
|
|
30645
|
+
Ne,
|
|
30641
30646
|
{
|
|
30642
30647
|
variant: "primary-destructive",
|
|
30643
30648
|
...a,
|
|
@@ -30861,7 +30866,7 @@ const aa = "ucl-uikit-base-dialog", x9 = 495, k9 = 495, S9 = 740, A9 = De(
|
|
|
30861
30866
|
}) => {
|
|
30862
30867
|
var me;
|
|
30863
30868
|
e && isNaN(e.getTime()) && (console.warn("CustomDatepicker: value is invalid, defaulting to null"), e = null);
|
|
30864
|
-
const S = he(null), M = b || S, v = he(null), F = w || v, E = he(!1), [W] = I(), [H, B] = ae(!1), O = parseFloat(W.margin.m32),
|
|
30869
|
+
const S = he(null), M = b || S, v = he(null), F = w || v, E = he(!1), [W] = I(), [H, B] = ae(!1), O = parseFloat(W.margin.m32), T = (e == null ? void 0 : e.getDate().toString().padStart(2, "0")) ?? "", j = e ? (e.getMonth() + 1).toString().padStart(2, "0") : "", Z = (e == null ? void 0 : e.getFullYear().toString()) ?? "", $ = e ? `${T}/${j}/${Z}` : "", [U, J] = ae($), z = ge(() => {
|
|
30865
30870
|
J($);
|
|
30866
30871
|
}, [J, $]);
|
|
30867
30872
|
ie(() => {
|
|
@@ -31365,7 +31370,7 @@ const aa = "ucl-uikit-base-dialog", x9 = 495, k9 = 495, S9 = 740, A9 = De(
|
|
|
31365
31370
|
)
|
|
31366
31371
|
);
|
|
31367
31372
|
return r.unshift(...l), r.push(...f), r;
|
|
31368
|
-
},
|
|
31373
|
+
}, T9 = [
|
|
31369
31374
|
"January",
|
|
31370
31375
|
"February",
|
|
31371
31376
|
"March",
|
|
@@ -31378,7 +31383,7 @@ const aa = "ucl-uikit-base-dialog", x9 = 495, k9 = 495, S9 = 740, A9 = De(
|
|
|
31378
31383
|
"October",
|
|
31379
31384
|
"November",
|
|
31380
31385
|
"December"
|
|
31381
|
-
],
|
|
31386
|
+
], N9 = () => T9.map((e, t) => ({
|
|
31382
31387
|
name: e,
|
|
31383
31388
|
index: t
|
|
31384
31389
|
})), ya = "ucl-uikit-calendar__controls", R9 = ({
|
|
@@ -31389,7 +31394,7 @@ const aa = "ucl-uikit-base-dialog", x9 = 495, k9 = 495, S9 = 740, A9 = De(
|
|
|
31389
31394
|
minYear: i,
|
|
31390
31395
|
maxYear: l
|
|
31391
31396
|
}) => {
|
|
31392
|
-
const [a] = I(), c = e ?? /* @__PURE__ */ new Date(), u = c.getMonth(), s = c.getFullYear(), f =
|
|
31397
|
+
const [a] = I(), c = e ?? /* @__PURE__ */ new Date(), u = c.getMonth(), s = c.getFullYear(), f = N9().map(({ name: k, index: S }) => ({
|
|
31393
31398
|
label: k,
|
|
31394
31399
|
value: S
|
|
31395
31400
|
})), h = i, g = Array.from(
|
|
@@ -31887,9 +31892,9 @@ const P9 = ({
|
|
|
31887
31892
|
const be = new Date(te);
|
|
31888
31893
|
return be.setDate(te.getDate() + 6), { start: te, end: be };
|
|
31889
31894
|
}
|
|
31890
|
-
const A = he(null), k = p || A, S = he(null), M = g || S, [v] = I(), [F, E] = ae(!1), W = parseFloat(v.margin.m32), H = (e == null ? void 0 : e.getDate().toString().padStart(2, "0")) ?? "", B = e ? (e.getMonth() + 1).toString().padStart(2, "0") : "", O = (e == null ? void 0 : e.getFullYear().toString()) ?? "",
|
|
31891
|
-
Z(
|
|
31892
|
-
}, [Z,
|
|
31895
|
+
const A = he(null), k = p || A, S = he(null), M = g || S, [v] = I(), [F, E] = ae(!1), W = parseFloat(v.margin.m32), H = (e == null ? void 0 : e.getDate().toString().padStart(2, "0")) ?? "", B = e ? (e.getMonth() + 1).toString().padStart(2, "0") : "", O = (e == null ? void 0 : e.getFullYear().toString()) ?? "", T = e ? `${H}/${B}/${O}` : "", [j, Z] = ae(T), $ = ge(() => {
|
|
31896
|
+
Z(T);
|
|
31897
|
+
}, [Z, T]);
|
|
31893
31898
|
ie(() => {
|
|
31894
31899
|
$();
|
|
31895
31900
|
}, [e, $]);
|
|
@@ -32274,7 +32279,7 @@ const P9 = ({
|
|
|
32274
32279
|
`, O = d`
|
|
32275
32280
|
background-color: ${w.colour.surface.critical};
|
|
32276
32281
|
border-color: ${w.colour.border.critical};
|
|
32277
|
-
`,
|
|
32282
|
+
`, T = d`
|
|
32278
32283
|
color: ${w.colour.text.disabled};
|
|
32279
32284
|
background-color: ${w.colour.fill.disabled};
|
|
32280
32285
|
border-color: ${w.colour.border.disabled};
|
|
@@ -32288,7 +32293,7 @@ const P9 = ({
|
|
|
32288
32293
|
M && H,
|
|
32289
32294
|
S && B,
|
|
32290
32295
|
v && O,
|
|
32291
|
-
a &&
|
|
32296
|
+
a && T,
|
|
32292
32297
|
l
|
|
32293
32298
|
), $ = {
|
|
32294
32299
|
activeTypes: A,
|
|
@@ -32494,7 +32499,7 @@ const P9 = ({
|
|
|
32494
32499
|
/* @__PURE__ */ n(Ze, { noMargins: !0, children: t }),
|
|
32495
32500
|
/* @__PURE__ */ m("div", { className: p, children: [
|
|
32496
32501
|
/* @__PURE__ */ n(
|
|
32497
|
-
|
|
32502
|
+
Ne,
|
|
32498
32503
|
{
|
|
32499
32504
|
size: "small",
|
|
32500
32505
|
onClick: o,
|
|
@@ -32502,7 +32507,7 @@ const P9 = ({
|
|
|
32502
32507
|
}
|
|
32503
32508
|
),
|
|
32504
32509
|
/* @__PURE__ */ n(
|
|
32505
|
-
|
|
32510
|
+
Ne,
|
|
32506
32511
|
{
|
|
32507
32512
|
size: "small",
|
|
32508
32513
|
onClick: r,
|
|
@@ -32613,7 +32618,7 @@ const P9 = ({
|
|
|
32613
32618
|
justify-content: space-between;
|
|
32614
32619
|
align-items: flex-start;
|
|
32615
32620
|
gap: ${g.padding.p16};
|
|
32616
|
-
`,
|
|
32621
|
+
`, T = d`
|
|
32617
32622
|
display: flex;
|
|
32618
32623
|
flex-direction: column;
|
|
32619
32624
|
gap: ${g.padding.p16};
|
|
@@ -32720,7 +32725,7 @@ const P9 = ({
|
|
|
32720
32725
|
{
|
|
32721
32726
|
className: C(`${Xe}__cookie-header`, O),
|
|
32722
32727
|
children: [
|
|
32723
|
-
/* @__PURE__ */ m("div", { className: C(`${Xe}__cookie-text`,
|
|
32728
|
+
/* @__PURE__ */ m("div", { className: C(`${Xe}__cookie-text`, T), children: [
|
|
32724
32729
|
/* @__PURE__ */ n(
|
|
32725
32730
|
wt,
|
|
32726
32731
|
{
|
|
@@ -32770,7 +32775,7 @@ const P9 = ({
|
|
|
32770
32775
|
)) })
|
|
32771
32776
|
] }) }),
|
|
32772
32777
|
/* @__PURE__ */ n("footer", { className: C(`${Xe}__footer`, $), children: /* @__PURE__ */ n(
|
|
32773
|
-
|
|
32778
|
+
Ne,
|
|
32774
32779
|
{
|
|
32775
32780
|
variant: "accent",
|
|
32776
32781
|
size: "medium",
|
|
@@ -32814,7 +32819,7 @@ const P9 = ({
|
|
|
32814
32819
|
ie(() => {
|
|
32815
32820
|
H(E), O(E);
|
|
32816
32821
|
}, [E]);
|
|
32817
|
-
const
|
|
32822
|
+
const T = ge(
|
|
32818
32823
|
(q) => {
|
|
32819
32824
|
if (q.required) return;
|
|
32820
32825
|
const oe = {
|
|
@@ -32971,7 +32976,7 @@ const P9 = ({
|
|
|
32971
32976
|
] }),
|
|
32972
32977
|
/* @__PURE__ */ m("div", { className: C(`${gt}__actions`, pe), children: [
|
|
32973
32978
|
/* @__PURE__ */ n(
|
|
32974
|
-
|
|
32979
|
+
Ne,
|
|
32975
32980
|
{
|
|
32976
32981
|
variant: "secondary",
|
|
32977
32982
|
fullWidth: !0,
|
|
@@ -32982,7 +32987,7 @@ const P9 = ({
|
|
|
32982
32987
|
),
|
|
32983
32988
|
/* @__PURE__ */ m("div", { className: C(`${gt}__accept-actions`, ye), children: [
|
|
32984
32989
|
/* @__PURE__ */ n(
|
|
32985
|
-
|
|
32990
|
+
Ne,
|
|
32986
32991
|
{
|
|
32987
32992
|
variant: "accent",
|
|
32988
32993
|
fullWidth: !0,
|
|
@@ -32995,7 +33000,7 @@ const P9 = ({
|
|
|
32995
33000
|
}
|
|
32996
33001
|
),
|
|
32997
33002
|
/* @__PURE__ */ n(
|
|
32998
|
-
|
|
33003
|
+
Ne,
|
|
32999
33004
|
{
|
|
33000
33005
|
variant: "accent",
|
|
33001
33006
|
fullWidth: !0,
|
|
@@ -33031,7 +33036,7 @@ const P9 = ({
|
|
|
33031
33036
|
policyHref: o,
|
|
33032
33037
|
policyLabel: "UCL privacy policy.",
|
|
33033
33038
|
onClose: U,
|
|
33034
|
-
onPreferenceToggle:
|
|
33039
|
+
onPreferenceToggle: T,
|
|
33035
33040
|
onSavePreferences: J
|
|
33036
33041
|
}
|
|
33037
33042
|
)
|
|
@@ -33070,7 +33075,7 @@ const P9 = ({
|
|
|
33070
33075
|
}, O = d`
|
|
33071
33076
|
position: relative;
|
|
33072
33077
|
height: 48px;
|
|
33073
|
-
`,
|
|
33078
|
+
`, T = C(
|
|
33074
33079
|
Wa,
|
|
33075
33080
|
O,
|
|
33076
33081
|
Fe(
|
|
@@ -33118,7 +33123,7 @@ const P9 = ({
|
|
|
33118
33123
|
return /* @__PURE__ */ m(
|
|
33119
33124
|
"div",
|
|
33120
33125
|
{
|
|
33121
|
-
className:
|
|
33126
|
+
className: T,
|
|
33122
33127
|
...A,
|
|
33123
33128
|
children: [
|
|
33124
33129
|
/* @__PURE__ */ n(
|
|
@@ -33199,7 +33204,7 @@ const P9 = ({
|
|
|
33199
33204
|
}
|
|
33200
33205
|
`, u = C(Ba, o);
|
|
33201
33206
|
return /* @__PURE__ */ n("div", { className: c, children: /* @__PURE__ */ n(
|
|
33202
|
-
|
|
33207
|
+
Ne,
|
|
33203
33208
|
{
|
|
33204
33209
|
as: "a",
|
|
33205
33210
|
variant: "secondary",
|
|
@@ -33230,7 +33235,7 @@ const P9 = ({
|
|
|
33230
33235
|
"aria-expanded": t,
|
|
33231
33236
|
"aria-controls": l["aria-controls"] ?? i
|
|
33232
33237
|
});
|
|
33233
|
-
}, fk = Q(pk), Da = "ucl-uikit-dropdown__content", gk = 32, Wo = 300, mk = 'header,[role="banner"],[data-drawer-menu-boundary]', za = 'a[href], button:not([disabled]), textarea:not([disabled]), input:not([disabled]), select:not([disabled]), [tabindex]:not([tabindex="-1"])',
|
|
33238
|
+
}, fk = Q(pk), Da = "ucl-uikit-dropdown__content", gk = 32, Wo = 300, mk = 'header,[role="banner"],[data-drawer-menu-boundary]', za = 'a[href], button:not([disabled]), textarea:not([disabled]), input:not([disabled]), select:not([disabled]), [tabindex]:not([tabindex="-1"])', Nn = (e) => typeof e == "number" ? `${e}px` : e, yk = ({
|
|
33234
33239
|
testId: e = Da,
|
|
33235
33240
|
topPx: t,
|
|
33236
33241
|
bottomPx: o = 0,
|
|
@@ -33391,7 +33396,7 @@ const P9 = ({
|
|
|
33391
33396
|
t,
|
|
33392
33397
|
w
|
|
33393
33398
|
]);
|
|
33394
|
-
const W = t === void 0 ? `${S}px` :
|
|
33399
|
+
const W = t === void 0 ? `${S}px` : Nn(t), H = Nn(o), B = r === void 0 ? `calc(100dvh - ${W} - ${H})` : Nn(r), O = d`
|
|
33395
33400
|
display: none;
|
|
33396
33401
|
z-index: 9999;
|
|
33397
33402
|
position: fixed;
|
|
@@ -33419,7 +33424,7 @@ const P9 = ({
|
|
|
33419
33424
|
background-color: ${p.colour.surface.default};
|
|
33420
33425
|
color: ${p.colour.text.default};
|
|
33421
33426
|
}
|
|
33422
|
-
`,
|
|
33427
|
+
`, T = d`
|
|
33423
33428
|
display: block;
|
|
33424
33429
|
position: fixed;
|
|
33425
33430
|
inset: auto;
|
|
@@ -33481,7 +33486,7 @@ const P9 = ({
|
|
|
33481
33486
|
`, L = C(
|
|
33482
33487
|
Da,
|
|
33483
33488
|
O,
|
|
33484
|
-
F &&
|
|
33489
|
+
F && T,
|
|
33485
33490
|
!F && t !== void 0 && j,
|
|
33486
33491
|
i === "left" && (F ? $ : Z),
|
|
33487
33492
|
i === "right" && U,
|
|
@@ -33529,8 +33534,8 @@ const P9 = ({
|
|
|
33529
33534
|
}
|
|
33530
33535
|
);
|
|
33531
33536
|
return v ? K : on.createPortal(K, document.body);
|
|
33532
|
-
}, bk = Q(yk),
|
|
33533
|
-
testId: e =
|
|
33537
|
+
}, bk = Q(yk), Ta = "ucl-uikit-dropdown", vk = ({
|
|
33538
|
+
testId: e = Ta,
|
|
33534
33539
|
className: t,
|
|
33535
33540
|
children: o,
|
|
33536
33541
|
...r
|
|
@@ -33555,7 +33560,7 @@ const P9 = ({
|
|
|
33555
33560
|
position: relative;
|
|
33556
33561
|
display: inline-flex;
|
|
33557
33562
|
font-family: ${i.font.family.primary};
|
|
33558
|
-
`, h = C(
|
|
33563
|
+
`, h = C(Ta, f, t);
|
|
33559
33564
|
return /* @__PURE__ */ n(
|
|
33560
33565
|
"div",
|
|
33561
33566
|
{
|
|
@@ -33590,7 +33595,7 @@ const lc = ({
|
|
|
33590
33595
|
}
|
|
33591
33596
|
);
|
|
33592
33597
|
return e ? /* @__PURE__ */ n(
|
|
33593
|
-
|
|
33598
|
+
Ne,
|
|
33594
33599
|
{
|
|
33595
33600
|
variant: "tertiary-no-padding",
|
|
33596
33601
|
size: "small",
|
|
@@ -33751,11 +33756,11 @@ const lc = ({
|
|
|
33751
33756
|
]
|
|
33752
33757
|
}
|
|
33753
33758
|
);
|
|
33754
|
-
},
|
|
33759
|
+
}, Na = "ucl-uikit-sidebar", Mk = ({
|
|
33755
33760
|
collapsed: e,
|
|
33756
33761
|
defaultCollapsed: t = !1,
|
|
33757
33762
|
onCollapsedChange: o,
|
|
33758
|
-
testId: r =
|
|
33763
|
+
testId: r = Na,
|
|
33759
33764
|
collapseButtonAriaLabel: i = "Collapse sidebar",
|
|
33760
33765
|
expandButtonAriaLabel: l = "Expand sidebar",
|
|
33761
33766
|
className: a,
|
|
@@ -33767,7 +33772,7 @@ const lc = ({
|
|
|
33767
33772
|
e === void 0 && p(B), o == null || o(B);
|
|
33768
33773
|
}, b = d`
|
|
33769
33774
|
position: fixed;
|
|
33770
|
-
inset: ${
|
|
33775
|
+
inset: ${Ts}px auto 0 0;
|
|
33771
33776
|
z-index: ${$6 - 1};
|
|
33772
33777
|
box-sizing: border-box;
|
|
33773
33778
|
width: min(254px, 100vw);
|
|
@@ -33835,7 +33840,7 @@ const lc = ({
|
|
|
33835
33840
|
background-color: ${s.colour.fill.brandSubtleHover};
|
|
33836
33841
|
color: ${s.colour.icon.brandHover};
|
|
33837
33842
|
}
|
|
33838
|
-
`, F = C(
|
|
33843
|
+
`, F = C(Na, b, g && w, a), E = C(A, g && k), W = C(S, g && M), H = Fk(
|
|
33839
33844
|
Oe.only(c),
|
|
33840
33845
|
{
|
|
33841
33846
|
collapsed: g,
|
|
@@ -34056,14 +34061,14 @@ export {
|
|
|
34056
34061
|
xs as Blanket,
|
|
34057
34062
|
Jk as Breadcrumbs,
|
|
34058
34063
|
px as BreadcrumbsLegacy,
|
|
34059
|
-
|
|
34060
|
-
|
|
34064
|
+
Tt as BreadcrumbsNew,
|
|
34065
|
+
Ne as Button,
|
|
34061
34066
|
oc as Calendar,
|
|
34062
34067
|
Vk as Callout,
|
|
34063
34068
|
gr as Checkbox,
|
|
34064
34069
|
Gk as Chip,
|
|
34065
34070
|
Rk as ConfidentialDisplayField,
|
|
34066
|
-
|
|
34071
|
+
Nk as ConfidentialInput,
|
|
34067
34072
|
d7 as CookieNotice,
|
|
34068
34073
|
u7 as CookiesNotice,
|
|
34069
34074
|
r7 as Datepicker,
|
|
@@ -34120,7 +34125,7 @@ export {
|
|
|
34120
34125
|
_k as Tabs,
|
|
34121
34126
|
Be as Text,
|
|
34122
34127
|
Pk as Textarea,
|
|
34123
|
-
|
|
34128
|
+
Tk as ThemeConsumer,
|
|
34124
34129
|
zk as ThemeContextConsumer,
|
|
34125
34130
|
Dk as ThemeContextProvider,
|
|
34126
34131
|
c7 as Timepicker,
|