@equinor/fusion-framework-dev-portal 10.0.0 → 10.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +7 -0
- package/dist/main.js +1014 -847
- package/package.json +15 -15
- package/src/version.ts +1 -1
- package/tsconfig.tsbuildinfo +1 -1
package/dist/main.js
CHANGED
|
@@ -67,10 +67,12 @@ var e = Object.create, t = Object.defineProperty, n = Object.getOwnPropertyDescr
|
|
|
67
67
|
}
|
|
68
68
|
}
|
|
69
69
|
function x(e) {
|
|
70
|
-
if (h = !1, b(e), !m)
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
70
|
+
if (h = !1, b(e), !m) {
|
|
71
|
+
if (n(c) !== null) m = !0, S || (S = !0, O());
|
|
72
|
+
else {
|
|
73
|
+
var t = n(l);
|
|
74
|
+
t !== null && te(x, t.startTime - e);
|
|
75
|
+
}
|
|
74
76
|
}
|
|
75
77
|
}
|
|
76
78
|
var S = !1, C = -1, w = 5, T = -1;
|
|
@@ -292,10 +294,12 @@ var e = Object.create, t = Object.defineProperty, n = Object.getOwnPropertyDescr
|
|
|
292
294
|
}
|
|
293
295
|
}
|
|
294
296
|
function s(e) {
|
|
295
|
-
if (b = !1, o(e), !y)
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
297
|
+
if (b = !1, o(e), !y) {
|
|
298
|
+
if (r(p) !== null) y = !0, T || (T = !0, ee());
|
|
299
|
+
else {
|
|
300
|
+
var t = r(m);
|
|
301
|
+
t !== null && l(s, t.startTime - e);
|
|
302
|
+
}
|
|
299
303
|
}
|
|
300
304
|
}
|
|
301
305
|
function c() {
|
|
@@ -967,15 +971,17 @@ var e = Object.create, t = Object.defineProperty, n = Object.getOwnPropertyDescr
|
|
|
967
971
|
}
|
|
968
972
|
function re(e, t, n) {
|
|
969
973
|
var r = Te.actQueue;
|
|
970
|
-
if (r !== null)
|
|
971
|
-
|
|
972
|
-
|
|
973
|
-
|
|
974
|
-
|
|
975
|
-
|
|
976
|
-
|
|
974
|
+
if (r !== null) {
|
|
975
|
+
if (r.length !== 0) try {
|
|
976
|
+
ie(r), k(function() {
|
|
977
|
+
return re(e, t, n);
|
|
978
|
+
});
|
|
979
|
+
return;
|
|
980
|
+
} catch (e) {
|
|
981
|
+
Te.thrownErrors.push(e);
|
|
982
|
+
}
|
|
983
|
+
else Te.actQueue = null;
|
|
977
984
|
}
|
|
978
|
-
else Te.actQueue = null;
|
|
979
985
|
0 < Te.thrownErrors.length ? (r = te(Te.thrownErrors), Te.thrownErrors.length = 0, n(r)) : t(e);
|
|
980
986
|
}
|
|
981
987
|
function ie(e) {
|
|
@@ -1385,16 +1391,18 @@ var e = Object.create, t = Object.defineProperty, n = Object.getOwnPropertyDescr
|
|
|
1385
1391
|
});
|
|
1386
1392
|
}
|
|
1387
1393
|
}, e.preinitModule = function(e, t) {
|
|
1388
|
-
if (typeof e == "string")
|
|
1389
|
-
if (t
|
|
1390
|
-
|
|
1391
|
-
|
|
1392
|
-
|
|
1393
|
-
|
|
1394
|
-
|
|
1395
|
-
|
|
1396
|
-
|
|
1397
|
-
|
|
1394
|
+
if (typeof e == "string") {
|
|
1395
|
+
if (typeof t == "object" && t) {
|
|
1396
|
+
if (t.as == null || t.as === "script") {
|
|
1397
|
+
var n = c(t.as, t.crossOrigin);
|
|
1398
|
+
i.d.M(e, {
|
|
1399
|
+
crossOrigin: n,
|
|
1400
|
+
integrity: typeof t.integrity == "string" ? t.integrity : void 0,
|
|
1401
|
+
nonce: typeof t.nonce == "string" ? t.nonce : void 0
|
|
1402
|
+
});
|
|
1403
|
+
}
|
|
1404
|
+
} else t ?? i.d.M(e);
|
|
1405
|
+
}
|
|
1398
1406
|
}, e.preload = function(e, t) {
|
|
1399
1407
|
if (typeof e == "string" && typeof t == "object" && t && typeof t.as == "string") {
|
|
1400
1408
|
var n = t.as, r = c(n, t.crossOrigin);
|
|
@@ -1411,14 +1419,16 @@ var e = Object.create, t = Object.defineProperty, n = Object.getOwnPropertyDescr
|
|
|
1411
1419
|
});
|
|
1412
1420
|
}
|
|
1413
1421
|
}, e.preloadModule = function(e, t) {
|
|
1414
|
-
if (typeof e == "string")
|
|
1415
|
-
|
|
1416
|
-
|
|
1417
|
-
|
|
1418
|
-
|
|
1419
|
-
|
|
1420
|
-
|
|
1421
|
-
|
|
1422
|
+
if (typeof e == "string") {
|
|
1423
|
+
if (t) {
|
|
1424
|
+
var n = c(t.as, t.crossOrigin);
|
|
1425
|
+
i.d.m(e, {
|
|
1426
|
+
as: typeof t.as == "string" && t.as !== "script" ? t.as : void 0,
|
|
1427
|
+
crossOrigin: n,
|
|
1428
|
+
integrity: typeof t.integrity == "string" ? t.integrity : void 0
|
|
1429
|
+
});
|
|
1430
|
+
} else i.d.m(e);
|
|
1431
|
+
}
|
|
1422
1432
|
}, e.requestFormReset = function(e) {
|
|
1423
1433
|
i.d.r(e);
|
|
1424
1434
|
}, e.unstable_batchedUpdates = function(e, t) {
|
|
@@ -2110,22 +2120,24 @@ var e = Object.create, t = Object.defineProperty, n = Object.getOwnPropertyDescr
|
|
|
2110
2120
|
return Oe.call(jt, e) ? !0 : Oe.call(At, e) ? !1 : kt.test(e) ? jt[e] = !0 : (At[e] = !0, !1);
|
|
2111
2121
|
}
|
|
2112
2122
|
function Nt(e, t, n) {
|
|
2113
|
-
if (Mt(t))
|
|
2114
|
-
|
|
2115
|
-
|
|
2116
|
-
|
|
2117
|
-
|
|
2118
|
-
|
|
2119
|
-
|
|
2120
|
-
return;
|
|
2121
|
-
case "boolean":
|
|
2122
|
-
var r = t.toLowerCase().slice(0, 5);
|
|
2123
|
-
if (r !== "data-" && r !== "aria-") {
|
|
2123
|
+
if (Mt(t)) {
|
|
2124
|
+
if (n === null) e.removeAttribute(t);
|
|
2125
|
+
else {
|
|
2126
|
+
switch (typeof n) {
|
|
2127
|
+
case "undefined":
|
|
2128
|
+
case "function":
|
|
2129
|
+
case "symbol":
|
|
2124
2130
|
e.removeAttribute(t);
|
|
2125
2131
|
return;
|
|
2126
|
-
|
|
2132
|
+
case "boolean":
|
|
2133
|
+
var r = t.toLowerCase().slice(0, 5);
|
|
2134
|
+
if (r !== "data-" && r !== "aria-") {
|
|
2135
|
+
e.removeAttribute(t);
|
|
2136
|
+
return;
|
|
2137
|
+
}
|
|
2138
|
+
}
|
|
2139
|
+
e.setAttribute(t, "" + n);
|
|
2127
2140
|
}
|
|
2128
|
-
e.setAttribute(t, "" + n);
|
|
2129
2141
|
}
|
|
2130
2142
|
}
|
|
2131
2143
|
function Pt(e, t, n) {
|
|
@@ -3547,10 +3559,11 @@ var e = Object.create, t = Object.defineProperty, n = Object.getOwnPropertyDescr
|
|
|
3547
3559
|
case _:
|
|
3548
3560
|
a: {
|
|
3549
3561
|
for (l = o.key; r !== null;) {
|
|
3550
|
-
if (r.key === l)
|
|
3551
|
-
|
|
3552
|
-
|
|
3553
|
-
|
|
3562
|
+
if (r.key === l) {
|
|
3563
|
+
if (r.tag === 4 && r.stateNode.containerInfo === o.containerInfo && r.stateNode.implementation === o.implementation) {
|
|
3564
|
+
n(e, r.sibling), c = a(r, o.children || []), c.return = e, e = c;
|
|
3565
|
+
break a;
|
|
3566
|
+
}
|
|
3554
3567
|
n(e, r);
|
|
3555
3568
|
break;
|
|
3556
3569
|
}
|
|
@@ -4797,8 +4810,10 @@ var e = Object.create, t = Object.defineProperty, n = Object.getOwnPropertyDescr
|
|
|
4797
4810
|
function dc(e, t, n, r, i) {
|
|
4798
4811
|
if (e !== null) {
|
|
4799
4812
|
var a = e.memoizedProps;
|
|
4800
|
-
if (Er(a, r) && e.ref === t.ref)
|
|
4801
|
-
|
|
4813
|
+
if (Er(a, r) && e.ref === t.ref) {
|
|
4814
|
+
if (sc = !1, t.pendingProps = r = a, Pc(e, i)) e.flags & 131072 && (sc = !0);
|
|
4815
|
+
else return t.lanes = e.lanes, Nc(e, t, i);
|
|
4816
|
+
}
|
|
4802
4817
|
}
|
|
4803
4818
|
return yc(e, t, n, r, i);
|
|
4804
4819
|
}
|
|
@@ -4873,10 +4888,11 @@ var e = Object.create, t = Object.defineProperty, n = Object.getOwnPropertyDescr
|
|
|
4873
4888
|
var o = e.memoizedState;
|
|
4874
4889
|
if (o !== null) {
|
|
4875
4890
|
var s = o.dehydrated;
|
|
4876
|
-
if (oo(t), a)
|
|
4877
|
-
|
|
4878
|
-
|
|
4879
|
-
|
|
4891
|
+
if (oo(t), a) {
|
|
4892
|
+
if (t.flags & 256) t.flags &= -257, t = gc(e, t, n);
|
|
4893
|
+
else if (t.memoizedState !== null) t.child = e.child, t.flags |= 128, t = null;
|
|
4894
|
+
else throw Error(i(558));
|
|
4895
|
+
} else if (sc || ea(e, t, n, !1), a = (n & e.childLanes) !== 0, sc || a) {
|
|
4880
4896
|
if (r = Kl, r !== null && (s = at(r, n), s !== 0 && s !== o.retryLane)) throw o.retryLane = s, oi(e, s), Eu(r, e, s), oc;
|
|
4881
4897
|
Ru(), t = gc(e, t, n);
|
|
4882
4898
|
} else e = o.treeContext, Ii = Sf(s.nextSibling), I = t, Li = !0, Ri = null, zi = !1, e !== null && Fi(t, e), t = hc(t, r), t.flags |= 4096;
|
|
@@ -5065,9 +5081,11 @@ var e = Object.create, t = Object.defineProperty, n = Object.getOwnPropertyDescr
|
|
|
5065
5081
|
return t.child;
|
|
5066
5082
|
}
|
|
5067
5083
|
function Nc(e, t, n) {
|
|
5068
|
-
if (e !== null && (t.dependencies = e.dependencies), nu |= t.lanes, (n & t.childLanes) === 0)
|
|
5069
|
-
if (
|
|
5070
|
-
|
|
5084
|
+
if (e !== null && (t.dependencies = e.dependencies), nu |= t.lanes, (n & t.childLanes) === 0) {
|
|
5085
|
+
if (e !== null) {
|
|
5086
|
+
if (ea(e, t, n, !1), (n & t.childLanes) === 0) return null;
|
|
5087
|
+
} else return null;
|
|
5088
|
+
}
|
|
5071
5089
|
if (e !== null && t.child !== e.child) throw Error(i(153));
|
|
5072
5090
|
if (t.child !== null) {
|
|
5073
5091
|
for (e = t.child, n = pi(e, e.pendingProps), t.child = n, n.return = t; e.sibling !== null;) e = e.sibling, n = n.sibling = pi(e, e.pendingProps), n.return = t;
|
|
@@ -5115,12 +5133,13 @@ var e = Object.create, t = Object.defineProperty, n = Object.getOwnPropertyDescr
|
|
|
5115
5133
|
return Nc(e, t, n);
|
|
5116
5134
|
}
|
|
5117
5135
|
function Ic(e, t, n) {
|
|
5118
|
-
if (e !== null)
|
|
5119
|
-
|
|
5120
|
-
|
|
5121
|
-
|
|
5122
|
-
|
|
5123
|
-
|
|
5136
|
+
if (e !== null) {
|
|
5137
|
+
if (e.memoizedProps !== t.pendingProps) sc = !0;
|
|
5138
|
+
else {
|
|
5139
|
+
if (!Pc(e, n) && !(t.flags & 128)) return sc = !1, Fc(e, t, n);
|
|
5140
|
+
sc = !!(e.flags & 131072);
|
|
5141
|
+
}
|
|
5142
|
+
} else sc = !1, Li && t.flags & 1048576 && Mi(t, Ti, t.index);
|
|
5124
5143
|
switch (t.lanes = 0, t.tag) {
|
|
5125
5144
|
case 16:
|
|
5126
5145
|
a: {
|
|
@@ -5151,17 +5170,19 @@ var e = Object.create, t = Object.defineProperty, n = Object.getOwnPropertyDescr
|
|
|
5151
5170
|
var o = t.memoizedState;
|
|
5152
5171
|
a = o.element, Ha(e, t), Ya(t, r, null, n);
|
|
5153
5172
|
var s = t.memoizedState;
|
|
5154
|
-
if (r = s.cache, Xi(t, la, r), r !== o.cache && $i(t, [la], n, !0), Ja(), r = s.element, o.isDehydrated)
|
|
5155
|
-
|
|
5156
|
-
|
|
5157
|
-
|
|
5158
|
-
|
|
5159
|
-
t =
|
|
5160
|
-
|
|
5161
|
-
|
|
5162
|
-
|
|
5163
|
-
|
|
5164
|
-
|
|
5173
|
+
if (r = s.cache, Xi(t, la, r), r !== o.cache && $i(t, [la], n, !0), Ja(), r = s.element, o.isDehydrated) {
|
|
5174
|
+
if (o = {
|
|
5175
|
+
element: r,
|
|
5176
|
+
isDehydrated: !1,
|
|
5177
|
+
cache: s.cache
|
|
5178
|
+
}, t.updateQueue.baseState = o, t.memoizedState = o, t.flags & 256) {
|
|
5179
|
+
t = Sc(e, t, r, n);
|
|
5180
|
+
break a;
|
|
5181
|
+
}
|
|
5182
|
+
if (r !== a) {
|
|
5183
|
+
a = xi(Error(i(424)), t), qi(a), t = Sc(e, t, r, n);
|
|
5184
|
+
break a;
|
|
5185
|
+
}
|
|
5165
5186
|
switch (e = t.stateNode.containerInfo, e.nodeType) {
|
|
5166
5187
|
case 9:
|
|
5167
5188
|
e = e.body;
|
|
@@ -5169,8 +5190,7 @@ var e = Object.create, t = Object.defineProperty, n = Object.getOwnPropertyDescr
|
|
|
5169
5190
|
default: e = e.nodeName === "HTML" ? e.ownerDocument.body : e;
|
|
5170
5191
|
}
|
|
5171
5192
|
for (Ii = Sf(e.firstChild), I = t, Li = !0, Ri = null, zi = !0, n = za(t, null, r, n), t.child = n; n;) n.flags = n.flags & -3 | 4096, n = n.sibling;
|
|
5172
|
-
}
|
|
5173
|
-
else {
|
|
5193
|
+
} else {
|
|
5174
5194
|
if (Gi(), r === a) {
|
|
5175
5195
|
t = Nc(e, t, n);
|
|
5176
5196
|
break a;
|
|
@@ -5213,15 +5233,19 @@ var e = Object.create, t = Object.defineProperty, n = Object.getOwnPropertyDescr
|
|
|
5213
5233
|
}
|
|
5214
5234
|
function Rc(e, t, n, r, i) {
|
|
5215
5235
|
if ((t = !!(e.mode & 32)) && (t = !1), t) {
|
|
5216
|
-
if (e.flags |= 16777216, (i & 335544128) === i)
|
|
5217
|
-
|
|
5218
|
-
|
|
5236
|
+
if (e.flags |= 16777216, (i & 335544128) === i) {
|
|
5237
|
+
if (e.stateNode.complete) e.flags |= 8192;
|
|
5238
|
+
else if (Fu()) e.flags |= 8192;
|
|
5239
|
+
else throw ka = Ta, Ca;
|
|
5240
|
+
}
|
|
5219
5241
|
} else e.flags &= -16777217;
|
|
5220
5242
|
}
|
|
5221
5243
|
function zc(e, t) {
|
|
5222
5244
|
if (t.type !== "stylesheet" || t.state.loading & 4) e.flags &= -16777217;
|
|
5223
|
-
else if (e.flags |= 16777216, !rp(t))
|
|
5224
|
-
|
|
5245
|
+
else if (e.flags |= 16777216, !rp(t)) {
|
|
5246
|
+
if (Fu()) e.flags |= 8192;
|
|
5247
|
+
else throw ka = Ta, Ca;
|
|
5248
|
+
}
|
|
5225
5249
|
}
|
|
5226
5250
|
function Bc(e, t) {
|
|
5227
5251
|
t !== null && (e.flags |= 4), e.flags & 16384 && (t = e.tag === 22 ? 536870912 : $e(), e.lanes |= t, ou |= t);
|
|
@@ -5380,21 +5404,24 @@ var e = Object.create, t = Object.defineProperty, n = Object.getOwnPropertyDescr
|
|
|
5380
5404
|
case 10: return Zi(t.type), Hc(t), null;
|
|
5381
5405
|
case 19:
|
|
5382
5406
|
if (fe(uo), r = t.memoizedState, r === null) return Hc(t), null;
|
|
5383
|
-
if (a = !!(t.flags & 128), o = r.rendering, o === null)
|
|
5384
|
-
|
|
5385
|
-
|
|
5386
|
-
if (
|
|
5387
|
-
|
|
5388
|
-
|
|
5407
|
+
if (a = !!(t.flags & 128), o = r.rendering, o === null) {
|
|
5408
|
+
if (a) Vc(r, !1);
|
|
5409
|
+
else {
|
|
5410
|
+
if (tu !== 0 || e !== null && e.flags & 128) for (e = t.child; e !== null;) {
|
|
5411
|
+
if (o = fo(e), o !== null) {
|
|
5412
|
+
for (t.flags |= 128, Vc(r, !1), e = o.updateQueue, t.updateQueue = e, Bc(t, e), t.subtreeFlags = 0, e = n, n = t.child; n !== null;) mi(n, e), n = n.sibling;
|
|
5413
|
+
return pe(uo, uo.current & 1 | 2), Li && ji(t, r.treeForkCount), t.child;
|
|
5414
|
+
}
|
|
5415
|
+
e = e.sibling;
|
|
5389
5416
|
}
|
|
5390
|
-
|
|
5417
|
+
r.tail !== null && Ne() > fu && (t.flags |= 128, a = !0, Vc(r, !1), t.lanes = 4194304);
|
|
5418
|
+
}
|
|
5419
|
+
} else {
|
|
5420
|
+
if (!a) {
|
|
5421
|
+
if (e = fo(o), e !== null) {
|
|
5422
|
+
if (t.flags |= 128, a = !0, e = e.updateQueue, t.updateQueue = e, Bc(t, e), Vc(r, !0), r.tail === null && r.tailMode === "hidden" && !o.alternate && !Li) return Hc(t), null;
|
|
5423
|
+
} else 2 * Ne() - r.renderingStartTime > fu && n !== 536870912 && (t.flags |= 128, a = !0, Vc(r, !1), t.lanes = 4194304);
|
|
5391
5424
|
}
|
|
5392
|
-
r.tail !== null && Ne() > fu && (t.flags |= 128, a = !0, Vc(r, !1), t.lanes = 4194304);
|
|
5393
|
-
}
|
|
5394
|
-
else {
|
|
5395
|
-
if (!a) if (e = fo(o), e !== null) {
|
|
5396
|
-
if (t.flags |= 128, a = !0, e = e.updateQueue, t.updateQueue = e, Bc(t, e), Vc(r, !0), r.tail === null && r.tailMode === "hidden" && !o.alternate && !Li) return Hc(t), null;
|
|
5397
|
-
} else 2 * Ne() - r.renderingStartTime > fu && n !== 536870912 && (t.flags |= 128, a = !0, Vc(r, !1), t.lanes = 4194304);
|
|
5398
5425
|
r.isBackwards ? (o.sibling = t.child, t.child = o) : (e = r.last, e === null ? t.child = o : e.sibling = o, r.last = o);
|
|
5399
5426
|
}
|
|
5400
5427
|
return r.tail === null ? (Hc(t), null) : (e = r.tail, r.rendering = e, r.tail = e.sibling, r.renderingStartTime = Ne(), e.sibling = null, n = uo.current, pe(uo, a ? n & 1 | 2 : n & 1), Li && ji(t, r.treeForkCount), e);
|
|
@@ -5554,19 +5581,21 @@ var e = Object.create, t = Object.defineProperty, n = Object.getOwnPropertyDescr
|
|
|
5554
5581
|
}
|
|
5555
5582
|
function Zc(e, t) {
|
|
5556
5583
|
var n = e.ref, r = e.refCleanup;
|
|
5557
|
-
if (n !== null)
|
|
5558
|
-
r
|
|
5559
|
-
|
|
5560
|
-
|
|
5561
|
-
|
|
5562
|
-
|
|
5563
|
-
|
|
5564
|
-
|
|
5565
|
-
n
|
|
5566
|
-
|
|
5567
|
-
|
|
5584
|
+
if (n !== null) {
|
|
5585
|
+
if (typeof r == "function") try {
|
|
5586
|
+
r();
|
|
5587
|
+
} catch (n) {
|
|
5588
|
+
nd(e, t, n);
|
|
5589
|
+
} finally {
|
|
5590
|
+
e.refCleanup = null, e = e.alternate, e != null && (e.refCleanup = null);
|
|
5591
|
+
}
|
|
5592
|
+
else if (typeof n == "function") try {
|
|
5593
|
+
n(null);
|
|
5594
|
+
} catch (n) {
|
|
5595
|
+
nd(e, t, n);
|
|
5596
|
+
}
|
|
5597
|
+
else n.current = null;
|
|
5568
5598
|
}
|
|
5569
|
-
else n.current = null;
|
|
5570
5599
|
}
|
|
5571
5600
|
function Qc(e) {
|
|
5572
5601
|
var t = e.type, n = e.memoizedProps, r = e.stateNode;
|
|
@@ -5727,19 +5756,21 @@ var e = Object.create, t = Object.defineProperty, n = Object.getOwnPropertyDescr
|
|
|
5727
5756
|
El(e, n), r & 4 && Kc(5, n);
|
|
5728
5757
|
break;
|
|
5729
5758
|
case 1:
|
|
5730
|
-
if (El(e, n), r & 4)
|
|
5731
|
-
e.
|
|
5732
|
-
|
|
5733
|
-
nd(n, n.return, e);
|
|
5734
|
-
}
|
|
5735
|
-
else {
|
|
5736
|
-
var i = Xs(n.type, t.memoizedProps);
|
|
5737
|
-
t = t.memoizedState;
|
|
5738
|
-
try {
|
|
5739
|
-
e.componentDidUpdate(i, t, e.__reactInternalSnapshotBeforeUpdate);
|
|
5759
|
+
if (El(e, n), r & 4) {
|
|
5760
|
+
if (e = n.stateNode, t === null) try {
|
|
5761
|
+
e.componentDidMount();
|
|
5740
5762
|
} catch (e) {
|
|
5741
5763
|
nd(n, n.return, e);
|
|
5742
5764
|
}
|
|
5765
|
+
else {
|
|
5766
|
+
var i = Xs(n.type, t.memoizedProps);
|
|
5767
|
+
t = t.memoizedState;
|
|
5768
|
+
try {
|
|
5769
|
+
e.componentDidUpdate(i, t, e.__reactInternalSnapshotBeforeUpdate);
|
|
5770
|
+
} catch (e) {
|
|
5771
|
+
nd(n, n.return, e);
|
|
5772
|
+
}
|
|
5773
|
+
}
|
|
5743
5774
|
}
|
|
5744
5775
|
r & 64 && Jc(n), r & 512 && Xc(n, n.return);
|
|
5745
5776
|
break;
|
|
@@ -5807,15 +5838,17 @@ var e = Object.create, t = Object.defineProperty, n = Object.getOwnPropertyDescr
|
|
|
5807
5838
|
break;
|
|
5808
5839
|
case 5: ol || Zc(n, t);
|
|
5809
5840
|
case 6:
|
|
5810
|
-
if (r = pl, i = ml, pl = null, hl(e, t, n), pl = r, ml = i, pl !== null)
|
|
5811
|
-
(
|
|
5812
|
-
|
|
5813
|
-
|
|
5814
|
-
|
|
5815
|
-
|
|
5816
|
-
|
|
5817
|
-
|
|
5818
|
-
|
|
5841
|
+
if (r = pl, i = ml, pl = null, hl(e, t, n), pl = r, ml = i, pl !== null) {
|
|
5842
|
+
if (ml) try {
|
|
5843
|
+
(pl.nodeType === 9 ? pl.body : pl.nodeName === "HTML" ? pl.ownerDocument.body : pl).removeChild(n.stateNode);
|
|
5844
|
+
} catch (e) {
|
|
5845
|
+
nd(n, t, e);
|
|
5846
|
+
}
|
|
5847
|
+
else try {
|
|
5848
|
+
pl.removeChild(n.stateNode);
|
|
5849
|
+
} catch (e) {
|
|
5850
|
+
nd(n, t, e);
|
|
5851
|
+
}
|
|
5819
5852
|
}
|
|
5820
5853
|
break;
|
|
5821
5854
|
case 18:
|
|
@@ -5924,40 +5957,42 @@ var e = Object.create, t = Object.defineProperty, n = Object.getOwnPropertyDescr
|
|
|
5924
5957
|
var a = Sl;
|
|
5925
5958
|
if (xl(t, e), wl(e), r & 512 && (ol || n === null || Zc(n, n.return)), r & 4) {
|
|
5926
5959
|
var o = n === null ? null : n.memoizedState;
|
|
5927
|
-
if (r = e.memoizedState, n === null)
|
|
5928
|
-
|
|
5929
|
-
|
|
5930
|
-
|
|
5931
|
-
|
|
5932
|
-
|
|
5933
|
-
|
|
5934
|
-
|
|
5935
|
-
|
|
5936
|
-
|
|
5937
|
-
|
|
5938
|
-
s
|
|
5939
|
-
|
|
5940
|
-
|
|
5941
|
-
|
|
5942
|
-
|
|
5943
|
-
|
|
5944
|
-
|
|
5945
|
-
|
|
5946
|
-
|
|
5947
|
-
s
|
|
5948
|
-
|
|
5949
|
-
|
|
5960
|
+
if (r = e.memoizedState, n === null) {
|
|
5961
|
+
if (r === null) {
|
|
5962
|
+
if (e.stateNode === null) {
|
|
5963
|
+
a: {
|
|
5964
|
+
r = e.type, n = e.memoizedProps, a = a.ownerDocument || a;
|
|
5965
|
+
b: switch (r) {
|
|
5966
|
+
case "title":
|
|
5967
|
+
o = a.getElementsByTagName("title")[0], (!o || o[vt] || o[dt] || o.namespaceURI === "http://www.w3.org/2000/svg" || o.hasAttribute("itemprop")) && (o = a.createElement(r), a.head.insertBefore(o, a.querySelector("head > title"))), Jd(o, r, n), o[dt] = e, wt(o), r = o;
|
|
5968
|
+
break a;
|
|
5969
|
+
case "link":
|
|
5970
|
+
var s = ep("link", "href", a).get(r + (n.href || ""));
|
|
5971
|
+
if (s) {
|
|
5972
|
+
for (var c = 0; c < s.length; c++) if (o = s[c], o.getAttribute("href") === (n.href == null || n.href === "" ? null : n.href) && o.getAttribute("rel") === (n.rel == null ? null : n.rel) && o.getAttribute("title") === (n.title == null ? null : n.title) && o.getAttribute("crossorigin") === (n.crossOrigin == null ? null : n.crossOrigin)) {
|
|
5973
|
+
s.splice(c, 1);
|
|
5974
|
+
break b;
|
|
5975
|
+
}
|
|
5976
|
+
}
|
|
5977
|
+
o = a.createElement(r), Jd(o, r, n), a.head.appendChild(o);
|
|
5978
|
+
break;
|
|
5979
|
+
case "meta":
|
|
5980
|
+
if (s = ep("meta", "content", a).get(r + (n.content || ""))) {
|
|
5981
|
+
for (c = 0; c < s.length; c++) if (o = s[c], o.getAttribute("content") === (n.content == null ? null : "" + n.content) && o.getAttribute("name") === (n.name == null ? null : n.name) && o.getAttribute("property") === (n.property == null ? null : n.property) && o.getAttribute("http-equiv") === (n.httpEquiv == null ? null : n.httpEquiv) && o.getAttribute("charset") === (n.charSet == null ? null : n.charSet)) {
|
|
5982
|
+
s.splice(c, 1);
|
|
5983
|
+
break b;
|
|
5984
|
+
}
|
|
5985
|
+
}
|
|
5986
|
+
o = a.createElement(r), Jd(o, r, n), a.head.appendChild(o);
|
|
5987
|
+
break;
|
|
5988
|
+
default: throw Error(i(468, r));
|
|
5950
5989
|
}
|
|
5951
|
-
o =
|
|
5952
|
-
|
|
5953
|
-
|
|
5954
|
-
}
|
|
5955
|
-
|
|
5956
|
-
|
|
5957
|
-
e.stateNode = r;
|
|
5958
|
-
} else tp(a, e.type, e.stateNode);
|
|
5959
|
-
else e.stateNode = Yf(a, r, e.memoizedProps);
|
|
5960
|
-
else o === r ? r === null && e.stateNode !== null && $c(e, e.memoizedProps, n.memoizedProps) : (o === null ? n.stateNode !== null && (n = n.stateNode, n.parentNode.removeChild(n)) : o.count--, r === null ? tp(a, e.type, e.stateNode) : Yf(a, r, e.memoizedProps));
|
|
5990
|
+
o[dt] = e, wt(o), r = o;
|
|
5991
|
+
}
|
|
5992
|
+
e.stateNode = r;
|
|
5993
|
+
} else tp(a, e.type, e.stateNode);
|
|
5994
|
+
} else e.stateNode = Yf(a, r, e.memoizedProps);
|
|
5995
|
+
} else o === r ? r === null && e.stateNode !== null && $c(e, e.memoizedProps, n.memoizedProps) : (o === null ? n.stateNode !== null && (n = n.stateNode, n.parentNode.removeChild(n)) : o.count--, r === null ? tp(a, e.type, e.stateNode) : Yf(a, r, e.memoizedProps));
|
|
5961
5996
|
}
|
|
5962
5997
|
break;
|
|
5963
5998
|
case 27:
|
|
@@ -6409,10 +6444,12 @@ var e = Object.create, t = Object.defineProperty, n = Object.getOwnPropertyDescr
|
|
|
6409
6444
|
return Gl & 2 && Jl !== 0 ? Jl & -Jl : oe.T === null ? ct() : Cd();
|
|
6410
6445
|
}
|
|
6411
6446
|
function Tu() {
|
|
6412
|
-
if (au === 0)
|
|
6413
|
-
|
|
6414
|
-
|
|
6415
|
-
|
|
6447
|
+
if (au === 0) {
|
|
6448
|
+
if (!(Jl & 536870912) || Li) {
|
|
6449
|
+
var e = Je;
|
|
6450
|
+
Je <<= 1, !(Je & 3932160) && (Je = 262144), au = e;
|
|
6451
|
+
} else au = 536870912;
|
|
6452
|
+
}
|
|
6416
6453
|
return e = ro.current, e !== null && (e.flags |= 32), au;
|
|
6417
6454
|
}
|
|
6418
6455
|
function Eu(e, t, n) {
|
|
@@ -6959,15 +6996,17 @@ var e = Object.create, t = Object.defineProperty, n = Object.getOwnPropertyDescr
|
|
|
6959
6996
|
pd = !0;
|
|
6960
6997
|
do
|
|
6961
6998
|
for (var n = !1, r = ld; r !== null;) {
|
|
6962
|
-
if (!t)
|
|
6963
|
-
|
|
6964
|
-
|
|
6965
|
-
|
|
6966
|
-
|
|
6967
|
-
|
|
6968
|
-
|
|
6969
|
-
|
|
6970
|
-
|
|
6999
|
+
if (!t) {
|
|
7000
|
+
if (e !== 0) {
|
|
7001
|
+
var i = r.pendingLanes;
|
|
7002
|
+
if (i === 0) var a = 0;
|
|
7003
|
+
else {
|
|
7004
|
+
var o = r.suspendedLanes, s = r.pingedLanes;
|
|
7005
|
+
a = (1 << 31 - M(42 | e) + 1) - 1, a &= i & ~(o & ~s), a = a & 201326741 ? a & 201326741 | 1 : a ? a | 2 : 0;
|
|
7006
|
+
}
|
|
7007
|
+
a !== 0 && (n = !0, xd(r, a));
|
|
7008
|
+
} else a = Jl, a = Ze(r, r === Kl ? a : 0, r.cancelPendingCommit !== null || r.timeoutHandle !== -1), !(a & 3) || N(r, a) || (n = !0, xd(r, a));
|
|
7009
|
+
}
|
|
6971
7010
|
r = r.next;
|
|
6972
7011
|
}
|
|
6973
7012
|
while (n);
|
|
@@ -7295,12 +7334,13 @@ var e = Object.create, t = Object.defineProperty, n = Object.getOwnPropertyDescr
|
|
|
7295
7334
|
}
|
|
7296
7335
|
a: {
|
|
7297
7336
|
if (c = r ? St(r) : window, l = c.nodeName && c.nodeName.toLowerCase(), l === "select" || l === "input" && c.type === "file") var v = mr;
|
|
7298
|
-
else if (cr(c))
|
|
7299
|
-
|
|
7300
|
-
|
|
7301
|
-
|
|
7302
|
-
|
|
7303
|
-
|
|
7337
|
+
else if (cr(c)) {
|
|
7338
|
+
if (hr) v = Cr;
|
|
7339
|
+
else {
|
|
7340
|
+
v = F;
|
|
7341
|
+
var y = xr;
|
|
7342
|
+
}
|
|
7343
|
+
} else l = c.nodeName, !l || l.toLowerCase() !== "input" || c.type !== "checkbox" && c.type !== "radio" ? r && en(r.elementType) && (v = mr) : v = Sr;
|
|
7304
7344
|
if (v &&= v(e, r)) {
|
|
7305
7345
|
lr(s, v, n, i);
|
|
7306
7346
|
break a;
|
|
@@ -7962,21 +8002,23 @@ var e = Object.create, t = Object.defineProperty, n = Object.getOwnPropertyDescr
|
|
|
7962
8002
|
var n = t, r = 0;
|
|
7963
8003
|
do {
|
|
7964
8004
|
var i = n.nextSibling;
|
|
7965
|
-
if (e.removeChild(n), i && i.nodeType === 8)
|
|
7966
|
-
if (
|
|
7967
|
-
|
|
7968
|
-
|
|
7969
|
-
|
|
7970
|
-
|
|
7971
|
-
|
|
7972
|
-
|
|
7973
|
-
|
|
7974
|
-
n
|
|
7975
|
-
|
|
7976
|
-
var
|
|
7977
|
-
|
|
7978
|
-
|
|
7979
|
-
|
|
8005
|
+
if (e.removeChild(n), i && i.nodeType === 8) {
|
|
8006
|
+
if (n = i.data, n === "/$" || n === "/&") {
|
|
8007
|
+
if (r === 0) {
|
|
8008
|
+
e.removeChild(i), Kp(t);
|
|
8009
|
+
return;
|
|
8010
|
+
}
|
|
8011
|
+
r--;
|
|
8012
|
+
} else if (n === "$" || n === "$?" || n === "$~" || n === "$!" || n === "&") r++;
|
|
8013
|
+
else if (n === "html") Df(e.ownerDocument.documentElement);
|
|
8014
|
+
else if (n === "head") {
|
|
8015
|
+
n = e.ownerDocument.head, Df(n);
|
|
8016
|
+
for (var a = n.firstChild; a;) {
|
|
8017
|
+
var o = a.nextSibling, s = a.nodeName;
|
|
8018
|
+
a[vt] || s === "SCRIPT" || s === "STYLE" || s === "LINK" && a.rel.toLowerCase() === "stylesheet" || n.removeChild(a), a = o;
|
|
8019
|
+
}
|
|
8020
|
+
} else n === "body" && Df(e.ownerDocument.body);
|
|
8021
|
+
}
|
|
7980
8022
|
n = i;
|
|
7981
8023
|
} while (n);
|
|
7982
8024
|
Kp(t);
|
|
@@ -7986,10 +8028,12 @@ var e = Object.create, t = Object.defineProperty, n = Object.getOwnPropertyDescr
|
|
|
7986
8028
|
e = 0;
|
|
7987
8029
|
do {
|
|
7988
8030
|
var r = n.nextSibling;
|
|
7989
|
-
if (n.nodeType === 1 ? t ? (n._stashedDisplay = n.style.display, n.style.display = "none") : (n.style.display = n._stashedDisplay || "", n.getAttribute("style") === "" && n.removeAttribute("style")) : n.nodeType === 3 && (t ? (n._stashedText = n.nodeValue, n.nodeValue = "") : n.nodeValue = n._stashedText || ""), r && r.nodeType === 8)
|
|
7990
|
-
if (
|
|
7991
|
-
|
|
7992
|
-
|
|
8031
|
+
if (n.nodeType === 1 ? t ? (n._stashedDisplay = n.style.display, n.style.display = "none") : (n.style.display = n._stashedDisplay || "", n.getAttribute("style") === "" && n.removeAttribute("style")) : n.nodeType === 3 && (t ? (n._stashedText = n.nodeValue, n.nodeValue = "") : n.nodeValue = n._stashedText || ""), r && r.nodeType === 8) {
|
|
8032
|
+
if (n = r.data, n === "/$") {
|
|
8033
|
+
if (e === 0) break;
|
|
8034
|
+
e--;
|
|
8035
|
+
} else n !== "$" && n !== "$?" && n !== "$~" && n !== "$!" || e++;
|
|
8036
|
+
}
|
|
7993
8037
|
n = r;
|
|
7994
8038
|
} while (n);
|
|
7995
8039
|
}
|
|
@@ -8015,11 +8059,12 @@ var e = Object.create, t = Object.defineProperty, n = Object.getOwnPropertyDescr
|
|
|
8015
8059
|
var i = n;
|
|
8016
8060
|
if (e.nodeName.toLowerCase() !== t.toLowerCase()) {
|
|
8017
8061
|
if (!r && (e.nodeName !== "INPUT" || e.type !== "hidden")) break;
|
|
8018
|
-
} else if (!r)
|
|
8019
|
-
|
|
8020
|
-
|
|
8021
|
-
|
|
8022
|
-
|
|
8062
|
+
} else if (!r) {
|
|
8063
|
+
if (t === "input" && e.type === "hidden") {
|
|
8064
|
+
var a = i.name == null ? null : "" + i.name;
|
|
8065
|
+
if (i.type === "hidden" && e.getAttribute("name") === a) return e;
|
|
8066
|
+
} else return e;
|
|
8067
|
+
} else if (!e[vt]) switch (t) {
|
|
8023
8068
|
case "meta":
|
|
8024
8069
|
if (!e.hasAttribute("itemprop")) break;
|
|
8025
8070
|
return e;
|
|
@@ -9785,22 +9830,24 @@ var e = Object.create, t = Object.defineProperty, n = Object.getOwnPropertyDescr
|
|
|
9785
9830
|
}
|
|
9786
9831
|
}
|
|
9787
9832
|
function nt(e, t, n) {
|
|
9788
|
-
if (et(t))
|
|
9789
|
-
|
|
9790
|
-
|
|
9791
|
-
|
|
9792
|
-
|
|
9793
|
-
|
|
9794
|
-
|
|
9795
|
-
return;
|
|
9796
|
-
case "boolean":
|
|
9797
|
-
var r = t.toLowerCase().slice(0, 5);
|
|
9798
|
-
if (r !== "data-" && r !== "aria-") {
|
|
9833
|
+
if (et(t)) {
|
|
9834
|
+
if (n === null) e.removeAttribute(t);
|
|
9835
|
+
else {
|
|
9836
|
+
switch (typeof n) {
|
|
9837
|
+
case "undefined":
|
|
9838
|
+
case "function":
|
|
9839
|
+
case "symbol":
|
|
9799
9840
|
e.removeAttribute(t);
|
|
9800
9841
|
return;
|
|
9801
|
-
|
|
9842
|
+
case "boolean":
|
|
9843
|
+
var r = t.toLowerCase().slice(0, 5);
|
|
9844
|
+
if (r !== "data-" && r !== "aria-") {
|
|
9845
|
+
e.removeAttribute(t);
|
|
9846
|
+
return;
|
|
9847
|
+
}
|
|
9848
|
+
}
|
|
9849
|
+
Te(n, t), e.setAttribute(t, "" + n);
|
|
9802
9850
|
}
|
|
9803
|
-
Te(n, t), e.setAttribute(t, "" + n);
|
|
9804
9851
|
}
|
|
9805
9852
|
}
|
|
9806
9853
|
function rt(e, t, n) {
|
|
@@ -10107,19 +10154,21 @@ var e = Object.create, t = Object.defineProperty, n = Object.getOwnPropertyDescr
|
|
|
10107
10154
|
typeof a == "string" && (n += wt(t) + "<" + a + ">\n", t++);
|
|
10108
10155
|
}
|
|
10109
10156
|
if (r = "", i = e.fiber.pendingProps, e.fiber.tag === 6) r = kt(i, e.serverProps, t), t++;
|
|
10110
|
-
else if (a = Dt(e.fiber), a !== null)
|
|
10111
|
-
|
|
10112
|
-
|
|
10113
|
-
|
|
10114
|
-
|
|
10115
|
-
|
|
10116
|
-
|
|
10117
|
-
|
|
10157
|
+
else if (a = Dt(e.fiber), a !== null) {
|
|
10158
|
+
if (e.serverProps === void 0) {
|
|
10159
|
+
r = t;
|
|
10160
|
+
var o = 120 - 2 * r - a.length - 2, s = "";
|
|
10161
|
+
for (l in i) if (i.hasOwnProperty(l) && l !== "children") {
|
|
10162
|
+
var c = Mt(i[l], 15);
|
|
10163
|
+
if (o -= l.length + c.length + 2, 0 > o) {
|
|
10164
|
+
s += " ...";
|
|
10165
|
+
break;
|
|
10166
|
+
}
|
|
10167
|
+
s += " " + l + "=" + c;
|
|
10118
10168
|
}
|
|
10119
|
-
|
|
10120
|
-
}
|
|
10121
|
-
|
|
10122
|
-
} else e.serverProps === null ? (r = Nt(a, i, Tt(t)), t++) : typeof e.serverProps == "string" ? console.error("Should not have matched a non HostText fiber to a Text node. This is a bug in React.") : (r = Ft(a, i, e.serverProps, t), t++);
|
|
10169
|
+
r = wt(r) + "<" + a + s + ">\n", t++;
|
|
10170
|
+
} else e.serverProps === null ? (r = Nt(a, i, Tt(t)), t++) : typeof e.serverProps == "string" ? console.error("Should not have matched a non HostText fiber to a Text node. This is a bug in React.") : (r = Ft(a, i, e.serverProps, t), t++);
|
|
10171
|
+
}
|
|
10123
10172
|
var l = "";
|
|
10124
10173
|
for (i = e.fiber.child, a = 0; i && a < e.children.length;) o = e.children[a], o.fiber === i ? (l += Lt(o, t), a++) : l += It(i, t), i = i.sibling;
|
|
10125
10174
|
for (i && 0 < e.children.length && (l += wt(t) + "...\n"), i = e.serverTail, e.serverProps === null && t--, e = 0; e < i.length; e++) a = i[e], l = typeof a == "string" ? l + (Et(t) + Ot(a, 120 - 2 * t) + "\n") : l + Nt(a.type, a.props, Et(t));
|
|
@@ -10748,11 +10797,12 @@ var e = Object.create, t = Object.defineProperty, n = Object.getOwnPropertyDescr
|
|
|
10748
10797
|
function P(e) {
|
|
10749
10798
|
for (var t = mg, n = 0; n < e.length; n++) {
|
|
10750
10799
|
var r = e[n];
|
|
10751
|
-
if (typeof r == "object" && r)
|
|
10752
|
-
if (
|
|
10753
|
-
|
|
10754
|
-
|
|
10755
|
-
|
|
10800
|
+
if (typeof r == "object" && r) {
|
|
10801
|
+
if (Jf(r) && r.length === 2 && typeof r[0] == "string") {
|
|
10802
|
+
if (t !== mg && t !== _g) return hg;
|
|
10803
|
+
t = _g;
|
|
10804
|
+
} else return hg;
|
|
10805
|
+
} else {
|
|
10756
10806
|
if (typeof r == "function" || typeof r == "string" && 50 < r.length || t !== mg && t !== gg) return hg;
|
|
10757
10807
|
t = gg;
|
|
10758
10808
|
}
|
|
@@ -10835,19 +10885,20 @@ var e = Object.create, t = Object.defineProperty, n = Object.getOwnPropertyDescr
|
|
|
10835
10885
|
if (r === 0 && a === "children") i = "\xA0\xA0".repeat(r) + a, n.push([vg + i, "…"], [yg + i, "…"]);
|
|
10836
10886
|
else {
|
|
10837
10887
|
if (!(3 <= r)) {
|
|
10838
|
-
if (typeof o == "object" && typeof s == "object" && o !== null && s !== null && o.$$typeof === s.$$typeof)
|
|
10839
|
-
if (
|
|
10840
|
-
|
|
10841
|
-
|
|
10842
|
-
|
|
10843
|
-
|
|
10844
|
-
|
|
10845
|
-
|
|
10846
|
-
c
|
|
10847
|
-
|
|
10888
|
+
if (typeof o == "object" && typeof s == "object" && o !== null && s !== null && o.$$typeof === s.$$typeof) {
|
|
10889
|
+
if (s.$$typeof === Mf) {
|
|
10890
|
+
if (o.type === s.type && o.key === s.key) {
|
|
10891
|
+
o = O(s.type) || "…", i = "\xA0\xA0".repeat(r) + a, o = "<" + o + " … />", n.push([vg + i, o], [yg + i, o]), i = !1;
|
|
10892
|
+
continue;
|
|
10893
|
+
}
|
|
10894
|
+
} else {
|
|
10895
|
+
var c = Object.prototype.toString.call(o), l = Object.prototype.toString.call(s);
|
|
10896
|
+
if (c === l && (l === "[object Object]" || l === "[object Array]")) {
|
|
10897
|
+
c = [bg + "\xA0\xA0".repeat(r) + a, l === "[object Array]" ? "Array" : ""], n.push(c), l = n.length, Gn(o, s, n, r + 1) ? l === n.length && (c[1] = "Referentially unequal but deeply equal objects. Consider memoization.") : i = !1;
|
|
10898
|
+
continue;
|
|
10899
|
+
}
|
|
10848
10900
|
}
|
|
10849
|
-
}
|
|
10850
|
-
else if (typeof o == "function" && typeof s == "function" && o.name === s.name && o.length === s.length && (c = Function.prototype.toString.call(o), l = Function.prototype.toString.call(s), c === l)) {
|
|
10901
|
+
} else if (typeof o == "function" && typeof s == "function" && o.name === s.name && o.length === s.length && (c = Function.prototype.toString.call(o), l = Function.prototype.toString.call(s), c === l)) {
|
|
10851
10902
|
o = s.name === "" ? "() => {}" : s.name + "() {}", n.push([bg + "\xA0\xA0".repeat(r) + a, o + " Referentially unequal function closure. Consider memoization."]);
|
|
10852
10903
|
continue;
|
|
10853
10904
|
}
|
|
@@ -11899,10 +11950,11 @@ var e = Object.create, t = Object.defineProperty, n = Object.getOwnPropertyDescr
|
|
|
11899
11950
|
case Nf:
|
|
11900
11951
|
a: {
|
|
11901
11952
|
for (c = a, a = c.key; r !== null;) {
|
|
11902
|
-
if (r.key === a)
|
|
11903
|
-
|
|
11904
|
-
|
|
11905
|
-
|
|
11953
|
+
if (r.key === a) {
|
|
11954
|
+
if (r.tag === 4 && r.stateNode.containerInfo === c.containerInfo && r.stateNode.implementation === c.implementation) {
|
|
11955
|
+
n(e, r.sibling), s = i(r, c.children || []), s.return = e, e = s;
|
|
11956
|
+
break a;
|
|
11957
|
+
}
|
|
11906
11958
|
n(e, r);
|
|
11907
11959
|
break;
|
|
11908
11960
|
}
|
|
@@ -13162,8 +13214,10 @@ var e = Object.create, t = Object.defineProperty, n = Object.getOwnPropertyDescr
|
|
|
13162
13214
|
function us(e, t, n, r, i) {
|
|
13163
13215
|
if (e !== null) {
|
|
13164
13216
|
var a = e.memoizedProps;
|
|
13165
|
-
if (Nn(a, r) && e.ref === t.ref && t.type === e.type)
|
|
13166
|
-
|
|
13217
|
+
if (Nn(a, r) && e.ref === t.ref && t.type === e.type) {
|
|
13218
|
+
if (hb = !1, t.pendingProps = r = a, Ns(e, i)) e.flags & 131072 && (hb = !0);
|
|
13219
|
+
else return t.lanes = e.lanes, Ms(e, t, i);
|
|
13220
|
+
}
|
|
13167
13221
|
}
|
|
13168
13222
|
return vs(e, t, n, r, i);
|
|
13169
13223
|
}
|
|
@@ -13236,10 +13290,11 @@ var e = Object.create, t = Object.defineProperty, n = Object.getOwnPropertyDescr
|
|
|
13236
13290
|
var a = e.memoizedState;
|
|
13237
13291
|
if (a !== null) {
|
|
13238
13292
|
var o = a.dehydrated;
|
|
13239
|
-
if (ca(t), i)
|
|
13240
|
-
|
|
13241
|
-
|
|
13242
|
-
|
|
13293
|
+
if (ca(t), i) {
|
|
13294
|
+
if (t.flags & 256) t.flags &= -257, t = hs(e, t, n);
|
|
13295
|
+
else if (t.memoizedState !== null) t.child = e.child, t.flags |= 128, t = null;
|
|
13296
|
+
else throw Error("Client rendering an Activity suspended it again. This is a bug in React.");
|
|
13297
|
+
} else if (Fr(), n & 536870912 && fl(t), hb || Xr(e, t, n, !1), i = (n & e.childLanes) !== 0, hb || i) {
|
|
13243
13298
|
if (r = $b, r !== null && (o = Be(r, n), o !== 0 && o !== a.retryLane)) throw a.retryLane = o, lr(e, o), $c(r, e, o), mb;
|
|
13244
13299
|
pl(), t = hs(e, t, n);
|
|
13245
13300
|
} else e = a.treeContext, r_ = _d(o.nextSibling), n_ = t, i_ = !0, s_ = null, a_ = !1, o_ = null, c_ = !1, e !== null && Mr(t, e), t = ms(t, r), t.flags |= 4096;
|
|
@@ -13437,31 +13492,35 @@ var e = Object.create, t = Object.defineProperty, n = Object.getOwnPropertyDescr
|
|
|
13437
13492
|
}
|
|
13438
13493
|
function js(e, t, n) {
|
|
13439
13494
|
var r = t.pendingProps, i = r.revealOrder, a = r.tail, o = r.children, s = by.current;
|
|
13440
|
-
if ((r = (s & yy) !== 0) ? (s = s & vy | yy, t.flags |= 128) : s &= vy, re(by, s, t), s = i ?? "null", i !== "forwards" && i !== "unstable_legacy-backwards" && i !== "together" && i !== "independent" && !xb[s])
|
|
13441
|
-
|
|
13442
|
-
|
|
13443
|
-
|
|
13444
|
-
|
|
13445
|
-
|
|
13446
|
-
|
|
13447
|
-
|
|
13448
|
-
|
|
13449
|
-
|
|
13450
|
-
|
|
13451
|
-
|
|
13452
|
-
|
|
13453
|
-
|
|
13495
|
+
if ((r = (s & yy) !== 0) ? (s = s & vy | yy, t.flags |= 128) : s &= vy, re(by, s, t), s = i ?? "null", i !== "forwards" && i !== "unstable_legacy-backwards" && i !== "together" && i !== "independent" && !xb[s]) {
|
|
13496
|
+
if (xb[s] = !0, i == null) console.error("The default for the <SuspenseList revealOrder=\"...\"> prop is changing. To be future compatible you must explictly specify either \"independent\" (the current default), \"together\", \"forwards\" or \"legacy_unstable-backwards\".");
|
|
13497
|
+
else if (i === "backwards") console.error("The rendering order of <SuspenseList revealOrder=\"backwards\"> is changing. To be future compatible you must specify revealOrder=\"legacy_unstable-backwards\" instead.");
|
|
13498
|
+
else if (typeof i == "string") switch (i.toLowerCase()) {
|
|
13499
|
+
case "together":
|
|
13500
|
+
case "forwards":
|
|
13501
|
+
case "backwards":
|
|
13502
|
+
case "independent":
|
|
13503
|
+
console.error("\"%s\" is not a valid value for revealOrder on <SuspenseList />. Use lowercase \"%s\" instead.", i, i.toLowerCase());
|
|
13504
|
+
break;
|
|
13505
|
+
case "forward":
|
|
13506
|
+
case "backward":
|
|
13507
|
+
console.error("\"%s\" is not a valid value for revealOrder on <SuspenseList />. React uses the -s suffix in the spelling. Use \"%ss\" instead.", i, i.toLowerCase());
|
|
13508
|
+
break;
|
|
13509
|
+
default: console.error("\"%s\" is not a supported revealOrder on <SuspenseList />. Did you mean \"independent\", \"together\", \"forwards\" or \"backwards\"?", i);
|
|
13510
|
+
}
|
|
13511
|
+
else console.error("%s is not a supported value for revealOrder on <SuspenseList />. Did you mean \"independent\", \"together\", \"forwards\" or \"backwards\"?", i);
|
|
13454
13512
|
}
|
|
13455
|
-
else console.error("%s is not a supported value for revealOrder on <SuspenseList />. Did you mean \"independent\", \"together\", \"forwards\" or \"backwards\"?", i);
|
|
13456
13513
|
s = a ?? "null", Sb[s] || (a == null ? (i === "forwards" || i === "backwards" || i === "unstable_legacy-backwards") && (Sb[s] = !0, console.error("The default for the <SuspenseList tail=\"...\"> prop is changing. To be future compatible you must explictly specify either \"visible\" (the current default), \"collapsed\" or \"hidden\".")) : a !== "visible" && a !== "collapsed" && a !== "hidden" ? (Sb[s] = !0, console.error("\"%s\" is not a supported value for tail on <SuspenseList />. Did you mean \"visible\", \"collapsed\" or \"hidden\"?", a)) : i !== "forwards" && i !== "backwards" && i !== "unstable_legacy-backwards" && (Sb[s] = !0, console.error("<SuspenseList tail=\"%s\" /> is only valid if revealOrder is \"forwards\" or \"backwards\". Did you mean to specify revealOrder=\"forwards\"?", a)));
|
|
13457
|
-
a: if ((i === "forwards" || i === "backwards" || i === "unstable_legacy-backwards") && o != null && !1 !== o)
|
|
13458
|
-
|
|
13459
|
-
|
|
13460
|
-
if (s =
|
|
13461
|
-
if (
|
|
13462
|
-
|
|
13463
|
-
|
|
13464
|
-
|
|
13514
|
+
a: if ((i === "forwards" || i === "backwards" || i === "unstable_legacy-backwards") && o != null && !1 !== o) {
|
|
13515
|
+
if (Jf(o)) {
|
|
13516
|
+
for (s = 0; s < o.length; s++) if (!qi(o[s], s)) break a;
|
|
13517
|
+
} else if (s = D(o), typeof s == "function") {
|
|
13518
|
+
if (s = s.call(o)) for (var c = s.next(), l = 0; !c.done; c = s.next()) {
|
|
13519
|
+
if (!qi(c.value, l)) break a;
|
|
13520
|
+
l++;
|
|
13521
|
+
}
|
|
13522
|
+
} else console.error("A single row was passed to a <SuspenseList revealOrder=\"%s\" />. This is not useful since it needs multiple rows. Did you mean to pass multiple children or an array?", i);
|
|
13523
|
+
}
|
|
13465
13524
|
if (ss(e, t, o, n), i_ ? (Nr(), o = Xg) : o = 0, !r && e !== null && e.flags & 128) a: for (e = t.child; e !== null;) {
|
|
13466
13525
|
if (e.tag === 13) e.memoizedState !== null && ks(e, n, t);
|
|
13467
13526
|
else if (e.tag === 19) ks(e, n, t);
|
|
@@ -13500,9 +13559,11 @@ var e = Object.create, t = Object.defineProperty, n = Object.getOwnPropertyDescr
|
|
|
13500
13559
|
return t.child;
|
|
13501
13560
|
}
|
|
13502
13561
|
function Ms(e, t, n) {
|
|
13503
|
-
if (e !== null && (t.dependencies = e.dependencies), O_ = -1, yx |= t.lanes, (n & t.childLanes) === 0)
|
|
13504
|
-
if (
|
|
13505
|
-
|
|
13562
|
+
if (e !== null && (t.dependencies = e.dependencies), O_ = -1, yx |= t.lanes, (n & t.childLanes) === 0) {
|
|
13563
|
+
if (e !== null) {
|
|
13564
|
+
if (Xr(e, t, n, !1), (n & t.childLanes) === 0) return null;
|
|
13565
|
+
} else return null;
|
|
13566
|
+
}
|
|
13506
13567
|
if (e !== null && t.child !== e.child) throw Error("Resuming work not yet implemented.");
|
|
13507
13568
|
if (t.child !== null) {
|
|
13508
13569
|
for (e = t.child, n = yr(e, e.pendingProps), t.child = n, n.return = t; e.sibling !== null;) e = e.sibling, n = n.sibling = yr(e, e.pendingProps), n.return = t;
|
|
@@ -13567,12 +13628,13 @@ var e = Object.create, t = Object.defineProperty, n = Object.getOwnPropertyDescr
|
|
|
13567
13628
|
}
|
|
13568
13629
|
return t = r.deletions, t === null ? (r.deletions = [e], r.flags |= 16) : t.push(e), n.flags |= 2, n;
|
|
13569
13630
|
}
|
|
13570
|
-
if (e !== null)
|
|
13571
|
-
|
|
13572
|
-
|
|
13573
|
-
|
|
13574
|
-
|
|
13575
|
-
|
|
13631
|
+
if (e !== null) {
|
|
13632
|
+
if (e.memoizedProps !== t.pendingProps || t.type !== e.type) hb = !0;
|
|
13633
|
+
else {
|
|
13634
|
+
if (!Ns(e, n) && !(t.flags & 128)) return hb = !1, Ps(e, t, n);
|
|
13635
|
+
hb = !!(e.flags & 131072);
|
|
13636
|
+
}
|
|
13637
|
+
} else hb = !1, (r = i_) && (Nr(), r = !!(t.flags & 1048576)), r && (r = t.index, Nr(), Or(t, Xg, r));
|
|
13576
13638
|
switch (t.lanes = 0, t.tag) {
|
|
13577
13639
|
case 16:
|
|
13578
13640
|
a: if (r = t.pendingProps, e = Ni(t.elementType), t.type = e, typeof e == "function") vr(e) ? (r = Zo(e, r), t.tag = 1, t.type = e = fr(e), t = bs(null, t, e, r, n)) : (t.tag = 0, Ss(t, e), t.type = e = fr(e), t = vs(null, t, e, r, n));
|
|
@@ -13599,17 +13661,19 @@ var e = Object.create, t = Object.defineProperty, n = Object.getOwnPropertyDescr
|
|
|
13599
13661
|
var a = t.memoizedState;
|
|
13600
13662
|
i = a.element, Ji(e, t), ea(t, r, null, n);
|
|
13601
13663
|
var o = t.memoizedState;
|
|
13602
|
-
if (r = o.cache, Kr(t, y_, r), r !== a.cache && Yr(t, [y_], n, !0), $i(), r = o.element, a.isDehydrated)
|
|
13603
|
-
|
|
13604
|
-
|
|
13605
|
-
|
|
13606
|
-
|
|
13607
|
-
t =
|
|
13608
|
-
|
|
13609
|
-
|
|
13610
|
-
|
|
13611
|
-
|
|
13612
|
-
|
|
13664
|
+
if (r = o.cache, Kr(t, y_, r), r !== a.cache && Yr(t, [y_], n, !0), $i(), r = o.element, a.isDehydrated) {
|
|
13665
|
+
if (a = {
|
|
13666
|
+
element: r,
|
|
13667
|
+
isDehydrated: !1,
|
|
13668
|
+
cache: o.cache
|
|
13669
|
+
}, t.updateQueue.baseState = a, t.memoizedState = a, t.flags & 256) {
|
|
13670
|
+
t = xs(e, t, r, n);
|
|
13671
|
+
break a;
|
|
13672
|
+
}
|
|
13673
|
+
if (r !== i) {
|
|
13674
|
+
i = Er(Error("This root received an early update, before anything was able hydrate. Switched the entire root to client rendering."), t), Ur(i), t = xs(e, t, r, n);
|
|
13675
|
+
break a;
|
|
13676
|
+
}
|
|
13613
13677
|
switch (e = t.stateNode.containerInfo, e.nodeType) {
|
|
13614
13678
|
case 9:
|
|
13615
13679
|
e = e.body;
|
|
@@ -13617,8 +13681,7 @@ var e = Object.create, t = Object.defineProperty, n = Object.getOwnPropertyDescr
|
|
|
13617
13681
|
default: e = e.nodeName === "HTML" ? e.ownerDocument.body : e;
|
|
13618
13682
|
}
|
|
13619
13683
|
for (r_ = _d(e.firstChild), n_ = t, i_ = !0, s_ = null, a_ = !1, o_ = null, c_ = !0, n = ay(t, null, r, n), t.child = n; n;) n.flags = n.flags & -3 | 4096, n = n.sibling;
|
|
13620
|
-
}
|
|
13621
|
-
else {
|
|
13684
|
+
} else {
|
|
13622
13685
|
if (Vr(), r === i) {
|
|
13623
13686
|
t = Ms(e, t, n);
|
|
13624
13687
|
break a;
|
|
@@ -13661,15 +13724,19 @@ var e = Object.create, t = Object.defineProperty, n = Object.getOwnPropertyDescr
|
|
|
13661
13724
|
}
|
|
13662
13725
|
function Ls(e, t, n, r, i) {
|
|
13663
13726
|
if ((t = (e.mode & Wg) !== zg) && (t = !1), t) {
|
|
13664
|
-
if (e.flags |= 16777216, (i & 335544128) === i)
|
|
13665
|
-
|
|
13666
|
-
|
|
13727
|
+
if (e.flags |= 16777216, (i & 335544128) === i) {
|
|
13728
|
+
if (e.stateNode.complete) e.flags |= 8192;
|
|
13729
|
+
else if (ll()) e.flags |= 8192;
|
|
13730
|
+
else throw Jv = qv, Gv;
|
|
13731
|
+
}
|
|
13667
13732
|
} else e.flags &= -16777217;
|
|
13668
13733
|
}
|
|
13669
13734
|
function Rs(e, t) {
|
|
13670
13735
|
if (t.type !== "stylesheet" || (t.state.loading & vC) !== mC) e.flags &= -16777217;
|
|
13671
|
-
else if (e.flags |= 16777216, !Gd(t))
|
|
13672
|
-
|
|
13736
|
+
else if (e.flags |= 16777216, !Gd(t)) {
|
|
13737
|
+
if (ll()) e.flags |= 8192;
|
|
13738
|
+
else throw Jv = qv, Gv;
|
|
13739
|
+
}
|
|
13673
13740
|
}
|
|
13674
13741
|
function zs(e, t) {
|
|
13675
13742
|
t !== null && (e.flags |= 4), e.flags & 16384 && (t = e.tag === 22 ? 536870912 : Fe(), e.lanes |= t, Cx |= t);
|
|
@@ -13689,11 +13756,12 @@ var e = Object.create, t = Object.defineProperty, n = Object.getOwnPropertyDescr
|
|
|
13689
13756
|
}
|
|
13690
13757
|
function Vs(e) {
|
|
13691
13758
|
var t = e.alternate !== null && e.alternate.child === e.child, n = 0, r = 0;
|
|
13692
|
-
if (t)
|
|
13693
|
-
|
|
13694
|
-
|
|
13695
|
-
|
|
13696
|
-
|
|
13759
|
+
if (t) {
|
|
13760
|
+
if ((e.mode & Vg) !== zg) {
|
|
13761
|
+
for (var i = e.selfBaseDuration, a = e.child; a !== null;) n |= a.lanes | a.childLanes, r |= a.subtreeFlags & 65011712, r |= a.flags & 65011712, i += a.treeBaseDuration, a = a.sibling;
|
|
13762
|
+
e.treeBaseDuration = i;
|
|
13763
|
+
} else for (i = e.child; i !== null;) n |= i.lanes | i.childLanes, r |= i.subtreeFlags & 65011712, r |= i.flags & 65011712, i.return = e, i = i.sibling;
|
|
13764
|
+
} else if ((e.mode & Vg) !== zg) {
|
|
13697
13765
|
i = e.actualDuration, a = e.selfBaseDuration;
|
|
13698
13766
|
for (var o = e.child; o !== null;) n |= o.lanes | o.childLanes, r |= o.subtreeFlags, r |= o.flags, i += o.actualDuration, a += o.treeBaseDuration, o = o.sibling;
|
|
13699
13767
|
e.actualDuration = i, e.treeBaseDuration = a;
|
|
@@ -13838,21 +13906,24 @@ var e = Object.create, t = Object.defineProperty, n = Object.getOwnPropertyDescr
|
|
|
13838
13906
|
case 10: return qr(t.type, t), Vs(t), null;
|
|
13839
13907
|
case 19:
|
|
13840
13908
|
if (ne(by, t), r = t.memoizedState, r === null) return Vs(t), null;
|
|
13841
|
-
if (i = !!(t.flags & 128), a = r.rendering, a === null)
|
|
13842
|
-
|
|
13843
|
-
|
|
13844
|
-
if (
|
|
13845
|
-
|
|
13846
|
-
|
|
13909
|
+
if (i = !!(t.flags & 128), a = r.rendering, a === null) {
|
|
13910
|
+
if (i) Bs(r, !1);
|
|
13911
|
+
else {
|
|
13912
|
+
if (vx !== Gb || e !== null && e.flags & 128) for (e = t.child; e !== null;) {
|
|
13913
|
+
if (a = fa(e), a !== null) {
|
|
13914
|
+
for (t.flags |= 128, Bs(r, !1), e = a.updateQueue, t.updateQueue = e, zs(t, e), t.subtreeFlags = 0, e = n, n = t.child; n !== null;) br(n, e), n = n.sibling;
|
|
13915
|
+
return re(by, by.current & vy | yy, t), i_ && Dr(t, r.treeForkCount), t.child;
|
|
13916
|
+
}
|
|
13917
|
+
e = e.sibling;
|
|
13847
13918
|
}
|
|
13848
|
-
|
|
13919
|
+
r.tail !== null && Cp() > Ax && (t.flags |= 128, i = !0, Bs(r, !1), t.lanes = 4194304);
|
|
13920
|
+
}
|
|
13921
|
+
} else {
|
|
13922
|
+
if (!i) {
|
|
13923
|
+
if (e = fa(a), e !== null) {
|
|
13924
|
+
if (t.flags |= 128, i = !0, e = e.updateQueue, t.updateQueue = e, zs(t, e), Bs(r, !0), r.tail === null && r.tailMode === "hidden" && !a.alternate && !i_) return Vs(t), null;
|
|
13925
|
+
} else 2 * Cp() - r.renderingStartTime > Ax && n !== 536870912 && (t.flags |= 128, i = !0, Bs(r, !1), t.lanes = 4194304);
|
|
13849
13926
|
}
|
|
13850
|
-
r.tail !== null && Cp() > Ax && (t.flags |= 128, i = !0, Bs(r, !1), t.lanes = 4194304);
|
|
13851
|
-
}
|
|
13852
|
-
else {
|
|
13853
|
-
if (!i) if (e = fa(a), e !== null) {
|
|
13854
|
-
if (t.flags |= 128, i = !0, e = e.updateQueue, t.updateQueue = e, zs(t, e), Bs(r, !0), r.tail === null && r.tailMode === "hidden" && !a.alternate && !i_) return Vs(t), null;
|
|
13855
|
-
} else 2 * Cp() - r.renderingStartTime > Ax && n !== 536870912 && (t.flags |= 128, i = !0, Bs(r, !1), t.lanes = 4194304);
|
|
13856
13927
|
r.isBackwards ? (a.sibling = t.child, t.child = a) : (e = r.last, e === null ? t.child = a : e.sibling = a, r.last = a);
|
|
13857
13928
|
}
|
|
13858
13929
|
return r.tail === null ? (Vs(t), null) : (e = r.tail, r.rendering = e, r.tail = e.sibling, r.renderingStartTime = Cp(), e.sibling = null, n = by.current, n = i ? n & vy | yy : n & vy, re(by, n, t), i_ && Dr(t, r.treeForkCount), e);
|
|
@@ -14024,13 +14095,14 @@ var e = Object.create, t = Object.defineProperty, n = Object.getOwnPropertyDescr
|
|
|
14024
14095
|
break;
|
|
14025
14096
|
default: n = e.stateNode;
|
|
14026
14097
|
}
|
|
14027
|
-
if (typeof t == "function")
|
|
14028
|
-
|
|
14029
|
-
|
|
14030
|
-
|
|
14031
|
-
|
|
14032
|
-
|
|
14033
|
-
|
|
14098
|
+
if (typeof t == "function") {
|
|
14099
|
+
if (Gs(e)) try {
|
|
14100
|
+
Si(), e.refCleanup = t(n);
|
|
14101
|
+
} finally {
|
|
14102
|
+
bi();
|
|
14103
|
+
}
|
|
14104
|
+
else e.refCleanup = t(n);
|
|
14105
|
+
} else typeof t == "string" ? console.error("String refs are no longer supported.") : t.hasOwnProperty("current") || console.error("Unexpected ref object provided for %s. Use either a ref-setter function or React.createRef().", k(e)), t.current = n;
|
|
14034
14106
|
}
|
|
14035
14107
|
}
|
|
14036
14108
|
function rc(e, t) {
|
|
@@ -14042,29 +14114,31 @@ var e = Object.create, t = Object.defineProperty, n = Object.getOwnPropertyDescr
|
|
|
14042
14114
|
}
|
|
14043
14115
|
function ic(e, t) {
|
|
14044
14116
|
var n = e.ref, r = e.refCleanup;
|
|
14045
|
-
if (n !== null)
|
|
14046
|
-
if (
|
|
14047
|
-
|
|
14117
|
+
if (n !== null) {
|
|
14118
|
+
if (typeof r == "function") try {
|
|
14119
|
+
if (Gs(e)) try {
|
|
14120
|
+
Si(), A(e, r);
|
|
14121
|
+
} finally {
|
|
14122
|
+
bi(e);
|
|
14123
|
+
}
|
|
14124
|
+
else A(e, r);
|
|
14125
|
+
} catch (n) {
|
|
14126
|
+
Nl(e, t, n);
|
|
14048
14127
|
} finally {
|
|
14049
|
-
|
|
14128
|
+
e.refCleanup = null, e = e.alternate, e != null && (e.refCleanup = null);
|
|
14050
14129
|
}
|
|
14051
|
-
else
|
|
14052
|
-
|
|
14053
|
-
|
|
14054
|
-
|
|
14055
|
-
|
|
14056
|
-
|
|
14057
|
-
|
|
14058
|
-
|
|
14059
|
-
|
|
14060
|
-
} finally {
|
|
14061
|
-
bi(e);
|
|
14130
|
+
else if (typeof n == "function") try {
|
|
14131
|
+
if (Gs(e)) try {
|
|
14132
|
+
Si(), A(e, n, null);
|
|
14133
|
+
} finally {
|
|
14134
|
+
bi(e);
|
|
14135
|
+
}
|
|
14136
|
+
else A(e, n, null);
|
|
14137
|
+
} catch (n) {
|
|
14138
|
+
Nl(e, t, n);
|
|
14062
14139
|
}
|
|
14063
|
-
else
|
|
14064
|
-
} catch (n) {
|
|
14065
|
-
Nl(e, t, n);
|
|
14140
|
+
else n.current = null;
|
|
14066
14141
|
}
|
|
14067
|
-
else n.current = null;
|
|
14068
14142
|
}
|
|
14069
14143
|
function ac(e, t, n, r) {
|
|
14070
14144
|
var i = e.memoizedProps, a = i.id, o = i.onCommit;
|
|
@@ -14240,10 +14314,12 @@ var e = Object.create, t = Object.defineProperty, n = Object.getOwnPropertyDescr
|
|
|
14240
14314
|
kc(e, n), s & 4 && Ks(n, wy | Sy);
|
|
14241
14315
|
break;
|
|
14242
14316
|
case 1:
|
|
14243
|
-
if (kc(e, n), s & 4)
|
|
14244
|
-
|
|
14245
|
-
|
|
14246
|
-
|
|
14317
|
+
if (kc(e, n), s & 4) {
|
|
14318
|
+
if (e = n.stateNode, t === null) n.type.defaultProps || "ref" in n.memoizedProps || bb || (e.props !== n.memoizedProps && console.error("Expected %s props to match memoized props before componentDidMount. This might either be because of a bug in React, or because a component reassigns its own `this.props`. Please file an issue.", k(n) || "instance"), e.state !== n.memoizedState && console.error("Expected %s state to match memoized state before componentDidMount. This might either be because of a bug in React, or because a component reassigns its own `this.state`. Please file an issue.", k(n) || "instance")), Gs(n) ? (Si(), A(n, jv, n, e), bi()) : A(n, jv, n, e);
|
|
14319
|
+
else {
|
|
14320
|
+
var c = Zo(n.type, t.memoizedProps);
|
|
14321
|
+
t = t.memoizedState, n.type.defaultProps || "ref" in n.memoizedProps || bb || (e.props !== n.memoizedProps && console.error("Expected %s props to match memoized props before componentDidUpdate. This might either be because of a bug in React, or because a component reassigns its own `this.props`. Please file an issue.", k(n) || "instance"), e.state !== n.memoizedState && console.error("Expected %s state to match memoized state before componentDidUpdate. This might either be because of a bug in React, or because a component reassigns its own `this.state`. Please file an issue.", k(n) || "instance")), Gs(n) ? (Si(), A(n, Nv, n, e, c, t, e.__reactInternalSnapshotBeforeUpdate), bi()) : A(n, Nv, n, e, c, t, e.__reactInternalSnapshotBeforeUpdate);
|
|
14322
|
+
}
|
|
14247
14323
|
}
|
|
14248
14324
|
s & 64 && Qs(n), s & 512 && rc(n, n.return);
|
|
14249
14325
|
break;
|
|
@@ -14333,15 +14409,17 @@ var e = Object.create, t = Object.defineProperty, n = Object.getOwnPropertyDescr
|
|
|
14333
14409
|
break;
|
|
14334
14410
|
case 5: Db || ic(n, t);
|
|
14335
14411
|
case 6:
|
|
14336
|
-
if (s = Nb, c = Pb, Nb = null, yc(e, t, n), Nb = s, Pb = c, Nb !== null)
|
|
14337
|
-
|
|
14338
|
-
|
|
14339
|
-
|
|
14340
|
-
|
|
14341
|
-
|
|
14342
|
-
|
|
14343
|
-
|
|
14344
|
-
|
|
14412
|
+
if (s = Nb, c = Pb, Nb = null, yc(e, t, n), Nb = s, Pb = c, Nb !== null) {
|
|
14413
|
+
if (Pb) try {
|
|
14414
|
+
A(n, td, Nb, n.stateNode);
|
|
14415
|
+
} catch (e) {
|
|
14416
|
+
Nl(n, t, e);
|
|
14417
|
+
}
|
|
14418
|
+
else try {
|
|
14419
|
+
A(n, ed, Nb, n.stateNode);
|
|
14420
|
+
} catch (e) {
|
|
14421
|
+
Nl(n, t, e);
|
|
14422
|
+
}
|
|
14345
14423
|
}
|
|
14346
14424
|
break;
|
|
14347
14425
|
case 18:
|
|
@@ -14401,8 +14479,10 @@ var e = Object.create, t = Object.defineProperty, n = Object.getOwnPropertyDescr
|
|
|
14401
14479
|
var n = Cc(e);
|
|
14402
14480
|
t.forEach(function(t) {
|
|
14403
14481
|
if (!n.has(t)) {
|
|
14404
|
-
if (n.add(t), Fp)
|
|
14405
|
-
|
|
14482
|
+
if (n.add(t), Fp) {
|
|
14483
|
+
if (jb !== null && Mb !== null) Ul(Mb, jb);
|
|
14484
|
+
else throw Error("Expected finished root and lanes to be set. This is a bug in React.");
|
|
14485
|
+
}
|
|
14406
14486
|
var r = Rl.bind(null, e, t);
|
|
14407
14487
|
t.then(r, r);
|
|
14408
14488
|
}
|
|
@@ -14453,40 +14533,42 @@ var e = Object.create, t = Object.defineProperty, n = Object.getOwnPropertyDescr
|
|
|
14453
14533
|
case 26:
|
|
14454
14534
|
if (c = Fb, Tc(t, e), Dc(e), s & 512 && (Db || o === null || ic(o, o.return)), s & 4) {
|
|
14455
14535
|
var l = o === null ? null : o.memoizedState;
|
|
14456
|
-
if (s = e.memoizedState, o === null)
|
|
14457
|
-
|
|
14458
|
-
|
|
14459
|
-
|
|
14460
|
-
|
|
14461
|
-
|
|
14462
|
-
|
|
14463
|
-
|
|
14464
|
-
|
|
14465
|
-
|
|
14466
|
-
|
|
14467
|
-
u
|
|
14468
|
-
|
|
14469
|
-
|
|
14470
|
-
|
|
14471
|
-
|
|
14472
|
-
|
|
14473
|
-
|
|
14474
|
-
|
|
14475
|
-
|
|
14476
|
-
u
|
|
14477
|
-
|
|
14478
|
-
|
|
14536
|
+
if (s = e.memoizedState, o === null) {
|
|
14537
|
+
if (s === null) {
|
|
14538
|
+
if (e.stateNode === null) {
|
|
14539
|
+
a: {
|
|
14540
|
+
s = e.type, o = e.memoizedProps, c = c.ownerDocument || c;
|
|
14541
|
+
b: switch (s) {
|
|
14542
|
+
case "title":
|
|
14543
|
+
l = c.getElementsByTagName("title")[0], (!l || l[em] || l[qp] || l.namespaceURI === Lm || l.hasAttribute("itemprop")) && (l = c.createElement(s), c.head.insertBefore(l, c.querySelector("head > title"))), Tu(l, s, o), l[qp] = e, Ze(l), s = l;
|
|
14544
|
+
break a;
|
|
14545
|
+
case "link":
|
|
14546
|
+
var u = Hd("link", "href", c).get(s + (o.href || ""));
|
|
14547
|
+
if (u) {
|
|
14548
|
+
for (var d = 0; d < u.length; d++) if (l = u[d], l.getAttribute("href") === (o.href == null || o.href === "" ? null : o.href) && l.getAttribute("rel") === (o.rel == null ? null : o.rel) && l.getAttribute("title") === (o.title == null ? null : o.title) && l.getAttribute("crossorigin") === (o.crossOrigin == null ? null : o.crossOrigin)) {
|
|
14549
|
+
u.splice(d, 1);
|
|
14550
|
+
break b;
|
|
14551
|
+
}
|
|
14552
|
+
}
|
|
14553
|
+
l = c.createElement(s), Tu(l, s, o), c.head.appendChild(l);
|
|
14554
|
+
break;
|
|
14555
|
+
case "meta":
|
|
14556
|
+
if (u = Hd("meta", "content", c).get(s + (o.content || ""))) {
|
|
14557
|
+
for (d = 0; d < u.length; d++) if (l = u[d], Te(o.content, "content"), l.getAttribute("content") === (o.content == null ? null : "" + o.content) && l.getAttribute("name") === (o.name == null ? null : o.name) && l.getAttribute("property") === (o.property == null ? null : o.property) && l.getAttribute("http-equiv") === (o.httpEquiv == null ? null : o.httpEquiv) && l.getAttribute("charset") === (o.charSet == null ? null : o.charSet)) {
|
|
14558
|
+
u.splice(d, 1);
|
|
14559
|
+
break b;
|
|
14560
|
+
}
|
|
14561
|
+
}
|
|
14562
|
+
l = c.createElement(s), Tu(l, s, o), c.head.appendChild(l);
|
|
14563
|
+
break;
|
|
14564
|
+
default: throw Error("getNodesForType encountered a type it did not expect: \"" + s + "\". This is a bug in React.");
|
|
14479
14565
|
}
|
|
14480
|
-
l =
|
|
14481
|
-
|
|
14482
|
-
|
|
14483
|
-
}
|
|
14484
|
-
|
|
14485
|
-
|
|
14486
|
-
e.stateNode = s;
|
|
14487
|
-
} else Ud(c, e.type, e.stateNode);
|
|
14488
|
-
else e.stateNode = Rd(c, s, e.memoizedProps);
|
|
14489
|
-
else l === s ? s === null && e.stateNode !== null && cc(e, e.memoizedProps, o.memoizedProps) : (l === null ? o.stateNode !== null && (o = o.stateNode, o.parentNode.removeChild(o)) : l.count--, s === null ? Ud(c, e.type, e.stateNode) : Rd(c, s, e.memoizedProps));
|
|
14566
|
+
l[qp] = e, Ze(l), s = l;
|
|
14567
|
+
}
|
|
14568
|
+
e.stateNode = s;
|
|
14569
|
+
} else Ud(c, e.type, e.stateNode);
|
|
14570
|
+
} else e.stateNode = Rd(c, s, e.memoizedProps);
|
|
14571
|
+
} else l === s ? s === null && e.stateNode !== null && cc(e, e.memoizedProps, o.memoizedProps) : (l === null ? o.stateNode !== null && (o = o.stateNode, o.parentNode.removeChild(o)) : l.count--, s === null ? Ud(c, e.type, e.stateNode) : Rd(c, s, e.memoizedProps));
|
|
14490
14572
|
}
|
|
14491
14573
|
break;
|
|
14492
14574
|
case 27:
|
|
@@ -14927,10 +15009,12 @@ var e = Object.create, t = Object.defineProperty, n = Object.getOwnPropertyDescr
|
|
|
14927
15009
|
return t === null ? We() : (t._updatedFibers ||= /* @__PURE__ */ new Set(), t._updatedFibers.add(e), tu());
|
|
14928
15010
|
}
|
|
14929
15011
|
function Qc() {
|
|
14930
|
-
if (Sx === 0)
|
|
14931
|
-
|
|
14932
|
-
|
|
14933
|
-
|
|
15012
|
+
if (Sx === 0) {
|
|
15013
|
+
if (!(tx & 536870912) || i_) {
|
|
15014
|
+
var e = Bp;
|
|
15015
|
+
Bp <<= 1, !(Bp & 3932160) && (Bp = 262144), Sx = e;
|
|
15016
|
+
} else Sx = 536870912;
|
|
15017
|
+
}
|
|
14934
15018
|
return e = gy.current, e !== null && (e.flags |= 32), Sx;
|
|
14935
15019
|
}
|
|
14936
15020
|
function $c(e, t, n) {
|
|
@@ -15668,15 +15752,17 @@ var e = Object.create, t = Object.defineProperty, n = Object.getOwnPropertyDescr
|
|
|
15668
15752
|
bS = !0;
|
|
15669
15753
|
do
|
|
15670
15754
|
for (var n = !1, r = hS; r !== null;) {
|
|
15671
|
-
if (!t)
|
|
15672
|
-
|
|
15673
|
-
|
|
15674
|
-
|
|
15675
|
-
|
|
15676
|
-
|
|
15677
|
-
|
|
15678
|
-
|
|
15679
|
-
|
|
15755
|
+
if (!t) {
|
|
15756
|
+
if (e !== 0) {
|
|
15757
|
+
var i = r.pendingLanes;
|
|
15758
|
+
if (i === 0) var a = 0;
|
|
15759
|
+
else {
|
|
15760
|
+
var o = r.suspendedLanes, s = r.pingedLanes;
|
|
15761
|
+
a = (1 << 31 - Ip(42 | e) + 1) - 1, a &= i & ~(o & ~s), a = a & 201326741 ? a & 201326741 | 1 : a ? a | 2 : 0;
|
|
15762
|
+
}
|
|
15763
|
+
a !== 0 && (n = !0, Ql(r, a));
|
|
15764
|
+
} else a = tx, a = Me(r, r === $b ? a : 0, r.cancelPendingCommit !== null || r.timeoutHandle !== uC), !(a & 3) || Ne(r, a) || (n = !0, Ql(r, a));
|
|
15765
|
+
}
|
|
15680
15766
|
r = r.next;
|
|
15681
15767
|
}
|
|
15682
15768
|
while (n);
|
|
@@ -15996,12 +16082,13 @@ var e = Object.create, t = Object.defineProperty, n = Object.getOwnPropertyDescr
|
|
|
15996
16082
|
}
|
|
15997
16083
|
a: {
|
|
15998
16084
|
if (s = r ? Ye(r) : window, c = s.nodeName && s.nodeName.toLowerCase(), c === "select" || c === "input" && s.type === "file") var _ = Tn;
|
|
15999
|
-
else if (bn(s))
|
|
16000
|
-
|
|
16001
|
-
|
|
16002
|
-
|
|
16003
|
-
|
|
16004
|
-
|
|
16085
|
+
else if (bn(s)) {
|
|
16086
|
+
if (V) _ = jn;
|
|
16087
|
+
else {
|
|
16088
|
+
_ = kn;
|
|
16089
|
+
var v = On;
|
|
16090
|
+
}
|
|
16091
|
+
} else c = s.nodeName, !c || c.toLowerCase() !== "input" || s.type !== "checkbox" && s.type !== "radio" ? r && Xt(r.elementType) && (_ = Tn) : _ = An;
|
|
16005
16092
|
if (_ &&= _(e, r)) {
|
|
16006
16093
|
Sn(o, _, n, i);
|
|
16007
16094
|
break a;
|
|
@@ -16943,16 +17030,17 @@ var e = Object.create, t = Object.defineProperty, n = Object.getOwnPropertyDescr
|
|
|
16943
17030
|
continue;
|
|
16944
17031
|
default: if (!(2 < l.length) || l[0] !== "o" && l[0] !== "O" || l[1] !== "n" && l[1] !== "N") {
|
|
16945
17032
|
s = Zt(l), o = !1, r.context === eC && t !== "svg" && t !== "math" ? a.delete(s.toLowerCase()) : (u = l.toLowerCase(), u = zm.hasOwnProperty(u) && zm[u] || null, u !== null && u !== l && (o = !0, a.delete(u)), a.delete(s));
|
|
16946
|
-
a: if (u = e, d = s, s = c, et(d))
|
|
16947
|
-
|
|
16948
|
-
|
|
16949
|
-
|
|
16950
|
-
|
|
16951
|
-
|
|
17033
|
+
a: if (u = e, d = s, s = c, et(d)) {
|
|
17034
|
+
if (u.hasAttribute(d)) u = u.getAttribute(d), Te(s, d), s = u === "" + s ? s : u;
|
|
17035
|
+
else {
|
|
17036
|
+
switch (typeof s) {
|
|
17037
|
+
case "function":
|
|
17038
|
+
case "symbol": break a;
|
|
17039
|
+
case "boolean": if (u = d.toLowerCase().slice(0, 5), u !== "data-" && u !== "aria-") break a;
|
|
17040
|
+
}
|
|
17041
|
+
s = s === void 0 ? void 0 : null;
|
|
16952
17042
|
}
|
|
16953
|
-
|
|
16954
|
-
}
|
|
16955
|
-
else s = void 0;
|
|
17043
|
+
} else s = void 0;
|
|
16956
17044
|
o || _u(l, s, c, i);
|
|
16957
17045
|
}
|
|
16958
17046
|
}
|
|
@@ -17082,21 +17170,23 @@ var e = Object.create, t = Object.defineProperty, n = Object.getOwnPropertyDescr
|
|
|
17082
17170
|
var n = t, r = 0;
|
|
17083
17171
|
do {
|
|
17084
17172
|
var i = n.nextSibling;
|
|
17085
|
-
if (e.removeChild(n), i && i.nodeType === 8)
|
|
17086
|
-
if (
|
|
17087
|
-
|
|
17088
|
-
|
|
17089
|
-
|
|
17090
|
-
|
|
17091
|
-
|
|
17092
|
-
|
|
17093
|
-
|
|
17094
|
-
|
|
17095
|
-
|
|
17096
|
-
var
|
|
17097
|
-
|
|
17098
|
-
|
|
17099
|
-
|
|
17173
|
+
if (e.removeChild(n), i && i.nodeType === 8) {
|
|
17174
|
+
if (n = i.data, n === US || n === VS) {
|
|
17175
|
+
if (r === 0) {
|
|
17176
|
+
e.removeChild(i), Sf(t);
|
|
17177
|
+
return;
|
|
17178
|
+
}
|
|
17179
|
+
r--;
|
|
17180
|
+
} else if (n === HS || n === WS || n === GS || n === KS || n === BS) r++;
|
|
17181
|
+
else if (n === qS) Dd(e.ownerDocument.documentElement);
|
|
17182
|
+
else if (n === YS) {
|
|
17183
|
+
n = e.ownerDocument.head, Dd(n);
|
|
17184
|
+
for (var a = n.firstChild; a;) {
|
|
17185
|
+
var o = a.nextSibling, s = a.nodeName;
|
|
17186
|
+
a[em] || s === "SCRIPT" || s === "STYLE" || s === "LINK" && a.rel.toLowerCase() === "stylesheet" || n.removeChild(a), a = o;
|
|
17187
|
+
}
|
|
17188
|
+
} else n === JS && Dd(e.ownerDocument.body);
|
|
17189
|
+
}
|
|
17100
17190
|
n = i;
|
|
17101
17191
|
} while (n);
|
|
17102
17192
|
Sf(t);
|
|
@@ -17106,10 +17196,12 @@ var e = Object.create, t = Object.defineProperty, n = Object.getOwnPropertyDescr
|
|
|
17106
17196
|
e = 0;
|
|
17107
17197
|
do {
|
|
17108
17198
|
var r = n.nextSibling;
|
|
17109
|
-
if (n.nodeType === 1 ? t ? (n._stashedDisplay = n.style.display, n.style.display = "none") : (n.style.display = n._stashedDisplay || "", n.getAttribute("style") === "" && n.removeAttribute("style")) : n.nodeType === 3 && (t ? (n._stashedText = n.nodeValue, n.nodeValue = "") : n.nodeValue = n._stashedText || ""), r && r.nodeType === 8)
|
|
17110
|
-
if (
|
|
17111
|
-
|
|
17112
|
-
|
|
17199
|
+
if (n.nodeType === 1 ? t ? (n._stashedDisplay = n.style.display, n.style.display = "none") : (n.style.display = n._stashedDisplay || "", n.getAttribute("style") === "" && n.removeAttribute("style")) : n.nodeType === 3 && (t ? (n._stashedText = n.nodeValue, n.nodeValue = "") : n.nodeValue = n._stashedText || ""), r && r.nodeType === 8) {
|
|
17200
|
+
if (n = r.data, n === US) {
|
|
17201
|
+
if (e === 0) break;
|
|
17202
|
+
e--;
|
|
17203
|
+
} else n !== HS && n !== WS && n !== GS && n !== KS || e++;
|
|
17204
|
+
}
|
|
17113
17205
|
n = r;
|
|
17114
17206
|
} while (n);
|
|
17115
17207
|
}
|
|
@@ -17153,12 +17245,13 @@ var e = Object.create, t = Object.defineProperty, n = Object.getOwnPropertyDescr
|
|
|
17153
17245
|
var i = n;
|
|
17154
17246
|
if (e.nodeName.toLowerCase() !== t.toLowerCase()) {
|
|
17155
17247
|
if (!r && (e.nodeName !== "INPUT" || e.type !== "hidden")) break;
|
|
17156
|
-
} else if (!r)
|
|
17157
|
-
|
|
17158
|
-
|
|
17159
|
-
|
|
17160
|
-
|
|
17161
|
-
|
|
17248
|
+
} else if (!r) {
|
|
17249
|
+
if (t === "input" && e.type === "hidden") {
|
|
17250
|
+
Te(i.name, "name");
|
|
17251
|
+
var a = i.name == null ? null : "" + i.name;
|
|
17252
|
+
if (i.type === "hidden" && e.getAttribute("name") === a) return e;
|
|
17253
|
+
} else return e;
|
|
17254
|
+
} else if (!e[em]) switch (t) {
|
|
17162
17255
|
case "meta":
|
|
17163
17256
|
if (!e.hasAttribute("itemprop")) break;
|
|
17164
17257
|
return e;
|
|
@@ -20227,8 +20320,7 @@ var e = Object.create, t = Object.defineProperty, n = Object.getOwnPropertyDescr
|
|
|
20227
20320
|
if (n("prerelease compare", r, e, i), e === void 0 && i === void 0) return 0;
|
|
20228
20321
|
if (i === void 0) return 1;
|
|
20229
20322
|
if (e === void 0) return -1;
|
|
20230
|
-
if (e
|
|
20231
|
-
return c(e, i);
|
|
20323
|
+
if (e !== i) return c(e, i);
|
|
20232
20324
|
} while (++r);
|
|
20233
20325
|
}
|
|
20234
20326
|
compareBuild(t) {
|
|
@@ -20239,8 +20331,7 @@ var e = Object.create, t = Object.defineProperty, n = Object.getOwnPropertyDescr
|
|
|
20239
20331
|
if (n("build compare", r, e, i), e === void 0 && i === void 0) return 0;
|
|
20240
20332
|
if (i === void 0) return 1;
|
|
20241
20333
|
if (e === void 0) return -1;
|
|
20242
|
-
if (e
|
|
20243
|
-
return c(e, i);
|
|
20334
|
+
if (e !== i) return c(e, i);
|
|
20244
20335
|
} while (++r);
|
|
20245
20336
|
}
|
|
20246
20337
|
inc(e, t, n) {
|
|
@@ -21129,18 +21220,20 @@ var rt = function() {
|
|
|
21129
21220
|
if (!this.closed) {
|
|
21130
21221
|
this.closed = !0;
|
|
21131
21222
|
var a = this._parentage;
|
|
21132
|
-
if (a)
|
|
21133
|
-
|
|
21134
|
-
|
|
21135
|
-
|
|
21136
|
-
|
|
21137
|
-
try {
|
|
21138
|
-
s && !s.done && (t = o.return) && t.call(o);
|
|
21223
|
+
if (a) {
|
|
21224
|
+
if (this._parentage = null, Array.isArray(a)) try {
|
|
21225
|
+
for (var o = Ke(a), s = o.next(); !s.done; s = o.next()) s.value.remove(this);
|
|
21226
|
+
} catch (t) {
|
|
21227
|
+
e = { error: t };
|
|
21139
21228
|
} finally {
|
|
21140
|
-
|
|
21229
|
+
try {
|
|
21230
|
+
s && !s.done && (t = o.return) && t.call(o);
|
|
21231
|
+
} finally {
|
|
21232
|
+
if (e) throw e.error;
|
|
21233
|
+
}
|
|
21141
21234
|
}
|
|
21235
|
+
else a.remove(this);
|
|
21142
21236
|
}
|
|
21143
|
-
else a.remove(this);
|
|
21144
21237
|
var c = this.initialTeardown;
|
|
21145
21238
|
if ($e(c)) try {
|
|
21146
21239
|
c();
|
|
@@ -21172,13 +21265,15 @@ var rt = function() {
|
|
|
21172
21265
|
if (i) throw new tt(i);
|
|
21173
21266
|
}
|
|
21174
21267
|
}, e.prototype.add = function(t) {
|
|
21175
|
-
if (t && t !== this)
|
|
21176
|
-
|
|
21177
|
-
|
|
21178
|
-
if (t
|
|
21179
|
-
|
|
21268
|
+
if (t && t !== this) {
|
|
21269
|
+
if (this.closed) ot(t);
|
|
21270
|
+
else {
|
|
21271
|
+
if (t instanceof e) {
|
|
21272
|
+
if (t.closed || t._hasParent(this)) return;
|
|
21273
|
+
t._addParent(this);
|
|
21274
|
+
}
|
|
21275
|
+
(this._finalizers = this._finalizers ?? []).push(t);
|
|
21180
21276
|
}
|
|
21181
|
-
(this._finalizers = this._finalizers ?? []).push(t);
|
|
21182
21277
|
}
|
|
21183
21278
|
}, e.prototype._hasParent = function(e) {
|
|
21184
21279
|
var t = this._parentage;
|
|
@@ -32600,10 +32695,12 @@ var bm = (e, t = {}) => (n) => {
|
|
|
32600
32695
|
if (t.unrepresentable === "throw") throw Error("BigInt literals cannot be represented in JSON Schema");
|
|
32601
32696
|
a.push(Number(e));
|
|
32602
32697
|
} else a.push(e);
|
|
32603
|
-
if (a.length !== 0)
|
|
32604
|
-
|
|
32605
|
-
|
|
32606
|
-
|
|
32698
|
+
if (a.length !== 0) {
|
|
32699
|
+
if (a.length === 1) {
|
|
32700
|
+
let e = a[0];
|
|
32701
|
+
n.type = e === null ? "null" : typeof e, t.target === "draft-04" || t.target === "openapi-3.0" ? n.enum = [e] : n.const = e;
|
|
32702
|
+
} else a.every((e) => typeof e == "number") && (n.type = "number"), a.every((e) => typeof e == "string") && (n.type = "string"), a.every((e) => typeof e == "boolean") && (n.type = "boolean"), a.every((e) => e === null) && (n.type = "null"), n.enum = a;
|
|
32703
|
+
}
|
|
32607
32704
|
}, Lm = (e, t, n, r) => {
|
|
32608
32705
|
if (t.unrepresentable === "throw") throw Error("NaN cannot be represented in JSON Schema");
|
|
32609
32706
|
}, Rm = (e, t, n, r) => {
|
|
@@ -34611,11 +34708,13 @@ function Qv(e, t) {
|
|
|
34611
34708
|
let i = e.oneOf.map((e) => Qv(e, t)), a = qv.xor(i);
|
|
34612
34709
|
n = r ? qv.intersection(n, a) : a;
|
|
34613
34710
|
}
|
|
34614
|
-
if (e.allOf && Array.isArray(e.allOf))
|
|
34615
|
-
|
|
34616
|
-
|
|
34617
|
-
|
|
34618
|
-
|
|
34711
|
+
if (e.allOf && Array.isArray(e.allOf)) {
|
|
34712
|
+
if (e.allOf.length === 0) n = r ? n : qv.any();
|
|
34713
|
+
else {
|
|
34714
|
+
let i = r ? n : Qv(e.allOf[0], t), a = +!r;
|
|
34715
|
+
for (let n = a; n < e.allOf.length; n++) i = qv.intersection(i, Qv(e.allOf[n], t));
|
|
34716
|
+
n = i;
|
|
34717
|
+
}
|
|
34619
34718
|
}
|
|
34620
34719
|
e.nullable === !0 && t.version === "openapi-3.0" && (n = qv.nullable(n)), e.readOnly === !0 && (n = qv.readonly(n)), e.default !== void 0 && (n = n.default(e.default));
|
|
34621
34720
|
let i = {};
|
|
@@ -35155,14 +35254,16 @@ function Ey(e, t) {
|
|
|
35155
35254
|
var n = t.selector, r = Ue(t, ["selector"]);
|
|
35156
35255
|
return new jt(function(t) {
|
|
35157
35256
|
var i = new AbortController(), a = i.signal, o = !0, s = r.signal;
|
|
35158
|
-
if (s)
|
|
35159
|
-
|
|
35160
|
-
|
|
35161
|
-
|
|
35162
|
-
|
|
35163
|
-
|
|
35164
|
-
|
|
35165
|
-
|
|
35257
|
+
if (s) {
|
|
35258
|
+
if (s.aborted) i.abort();
|
|
35259
|
+
else {
|
|
35260
|
+
var c = function() {
|
|
35261
|
+
a.aborted || i.abort();
|
|
35262
|
+
};
|
|
35263
|
+
s.addEventListener("abort", c), t.add(function() {
|
|
35264
|
+
return s.removeEventListener("abort", c);
|
|
35265
|
+
});
|
|
35266
|
+
}
|
|
35166
35267
|
}
|
|
35167
35268
|
var l = He(He({}, r), { signal: a }), u = function(e) {
|
|
35168
35269
|
o = !1, t.error(e);
|
|
@@ -36075,17 +36176,20 @@ function Cx(e, t) {
|
|
|
36075
36176
|
function o(e, t) {
|
|
36076
36177
|
let o = [n[t.type], ...r.filter(({ matcher: e }) => e(t)).map(({ reducer: e }) => e)], s = o.filter((e) => !!e).length > 0;
|
|
36077
36178
|
return i && !s && (o = [i]), o.reduce((e, n) => {
|
|
36078
|
-
if (n)
|
|
36079
|
-
|
|
36080
|
-
|
|
36081
|
-
|
|
36082
|
-
|
|
36083
|
-
|
|
36084
|
-
|
|
36085
|
-
|
|
36086
|
-
|
|
36179
|
+
if (n) {
|
|
36180
|
+
if (Ky(e)) {
|
|
36181
|
+
let r = n(e, t);
|
|
36182
|
+
return r === void 0 ? e : r;
|
|
36183
|
+
}
|
|
36184
|
+
if (qy(e)) return ax(e, (e) => n(e, t));
|
|
36185
|
+
{
|
|
36186
|
+
let r = n(e, t);
|
|
36187
|
+
if (r === void 0) {
|
|
36188
|
+
if (e === null) return e;
|
|
36189
|
+
throw Error("A case reducer on a non-draftable value must not return undefined");
|
|
36190
|
+
}
|
|
36191
|
+
return r;
|
|
36087
36192
|
}
|
|
36088
|
-
return r;
|
|
36089
36193
|
}
|
|
36090
36194
|
return e;
|
|
36091
36195
|
}, e ?? a());
|
|
@@ -39025,8 +39129,10 @@ var OE = class {
|
|
|
39025
39129
|
if (NT(t, yC.AUTHORIZATION_CODE_GRANT), PT(t), e.authenticationScheme === jC.POP) {
|
|
39026
39130
|
let n = new cE(this.cryptoUtils, this.performanceClient), r;
|
|
39027
39131
|
r = e.popKid ? this.cryptoUtils.encodeKid(e.popKid) : (await W(n.generateCnf.bind(n), Gw, this.logger, this.performanceClient, e.correlationId)(e, this.logger)).reqCnfString, RT(t, r);
|
|
39028
|
-
} else if (e.authenticationScheme === jC.SSH)
|
|
39029
|
-
|
|
39132
|
+
} else if (e.authenticationScheme === jC.SSH) {
|
|
39133
|
+
if (e.sshJwk) zT(t, e.sshJwk);
|
|
39134
|
+
else throw Ew(jw, e.correlationId);
|
|
39135
|
+
}
|
|
39030
39136
|
let n;
|
|
39031
39137
|
if (e.clientInfo) try {
|
|
39032
39138
|
let t = pw(e.clientInfo, this.cryptoUtils.base64Decode);
|
|
@@ -39063,34 +39169,35 @@ var OE = class {
|
|
|
39063
39169
|
//#region ../../node_modules/.pnpm/@azure+msal-common@16.11.3/node_modules/@azure/msal-common/dist-browser/protocol/Authorize.mjs
|
|
39064
39170
|
function Kte(e, t, n, r) {
|
|
39065
39171
|
let i = t.correlationId, a = /* @__PURE__ */ new Map();
|
|
39066
|
-
if (vT(a, t.embeddedClientId || t.extraQueryParameters?.client_id || e.clientId), _T(a, [...t.scopes || [], ...t.extraScopesToConsent || []], t.correlationId, !0, e.authority.options.OIDCOptions?.defaultScopes), UT(a, t.resource), yT(a, t.redirectUri), TT(a, i), cte(a, t.responseMode), PT(a), vte(a), t.prompt && (pte(a, t.prompt), r?.addFields({ prompt: t.prompt }, i)), t.domainHint && (fte(a, t.domainHint), r?.addFields({ domainHintFromRequest: !0 }, i)), t.prompt !== gC.SELECT_ACCOUNT)
|
|
39067
|
-
|
|
39068
|
-
|
|
39069
|
-
|
|
39070
|
-
n.
|
|
39071
|
-
|
|
39072
|
-
|
|
39073
|
-
|
|
39074
|
-
|
|
39075
|
-
|
|
39076
|
-
|
|
39077
|
-
|
|
39078
|
-
|
|
39079
|
-
|
|
39080
|
-
|
|
39081
|
-
|
|
39082
|
-
|
|
39083
|
-
|
|
39084
|
-
|
|
39085
|
-
|
|
39086
|
-
|
|
39087
|
-
|
|
39088
|
-
|
|
39089
|
-
|
|
39172
|
+
if (vT(a, t.embeddedClientId || t.extraQueryParameters?.client_id || e.clientId), _T(a, [...t.scopes || [], ...t.extraScopesToConsent || []], t.correlationId, !0, e.authority.options.OIDCOptions?.defaultScopes), UT(a, t.resource), yT(a, t.redirectUri), TT(a, i), cte(a, t.responseMode), PT(a), vte(a), t.prompt && (pte(a, t.prompt), r?.addFields({ prompt: t.prompt }, i)), t.domainHint && (fte(a, t.domainHint), r?.addFields({ domainHintFromRequest: !0 }, i)), t.prompt !== gC.SELECT_ACCOUNT) {
|
|
39173
|
+
if (t.sid && t.prompt === gC.NONE) n.verbose("1tvqyx", t.correlationId), CT(a, t.sid), r?.addFields({ sidFromRequest: !0 }, i);
|
|
39174
|
+
else if (t.account) {
|
|
39175
|
+
let e = Yte(t.account), o = Xte(t.account);
|
|
39176
|
+
if (o && t.domainHint && (n.warning("0wkg3v", t.correlationId), o = null), o) {
|
|
39177
|
+
n.verbose("1eyfsw", t.correlationId), bT(a, o), r?.addFields({ loginHintFromClaim: !0 }, i);
|
|
39178
|
+
try {
|
|
39179
|
+
ST(a, mw(t.account.homeAccountId));
|
|
39180
|
+
} catch {
|
|
39181
|
+
n.verbose("12ugck", t.correlationId);
|
|
39182
|
+
}
|
|
39183
|
+
} else if (e && t.prompt === gC.NONE) {
|
|
39184
|
+
n.verbose("1rmd8s", t.correlationId), CT(a, e), r?.addFields({ sidFromClaim: !0 }, i);
|
|
39185
|
+
try {
|
|
39186
|
+
ST(a, mw(t.account.homeAccountId));
|
|
39187
|
+
} catch {
|
|
39188
|
+
n.verbose("12ugck", t.correlationId);
|
|
39189
|
+
}
|
|
39190
|
+
} else if (t.loginHint) n.verbose("0y3007", t.correlationId), bT(a, t.loginHint), xT(a, t.loginHint), r?.addFields({ loginHintFromRequest: !0 }, i);
|
|
39191
|
+
else if (t.account.username) {
|
|
39192
|
+
n.verbose("02f507", t.correlationId), bT(a, t.account.username), r?.addFields({ loginHintFromUpn: !0 }, i);
|
|
39193
|
+
try {
|
|
39194
|
+
ST(a, mw(t.account.homeAccountId));
|
|
39195
|
+
} catch {
|
|
39196
|
+
n.verbose("12ugck", t.correlationId);
|
|
39197
|
+
}
|
|
39090
39198
|
}
|
|
39091
|
-
}
|
|
39092
|
-
} else
|
|
39093
|
-
else n.verbose("169k9v", t.correlationId);
|
|
39199
|
+
} else t.loginHint && (n.verbose("0g01ey", t.correlationId), bT(a, t.loginHint), xT(a, t.loginHint), r?.addFields({ loginHintFromRequest: !0 }, i));
|
|
39200
|
+
} else n.verbose("169k9v", t.correlationId);
|
|
39094
39201
|
return t.nonce && mte(a, t.nonce), t.state && OT(a, t.state), t.embeddedClientId && HT(a, e.clientId, e.redirectUri), wT(a, t.correlationId, t.claims, e.clientCapabilities, t.skipBrokerClaims), e.instanceAware && (!t.extraQueryParameters || !Object.keys(t.extraQueryParameters).includes("instance_aware")) && FT(a), a;
|
|
39095
39202
|
}
|
|
39096
39203
|
function kE(e, t) {
|
|
@@ -39219,8 +39326,10 @@ var Qte = "missing_kid_error", $te = "missing_alg_error", ene = class e {
|
|
|
39219
39326
|
if (e.authenticationScheme === jC.POP) {
|
|
39220
39327
|
let n = new cE(this.cryptoUtils, this.performanceClient), r;
|
|
39221
39328
|
r = e.popKid ? this.cryptoUtils.encodeKid(e.popKid) : (await W(n.generateCnf.bind(n), Gw, this.logger, this.performanceClient, e.correlationId)(e, this.logger)).reqCnfString, RT(t, r);
|
|
39222
|
-
} else if (e.authenticationScheme === jC.SSH)
|
|
39223
|
-
|
|
39329
|
+
} else if (e.authenticationScheme === jC.SSH) {
|
|
39330
|
+
if (e.sshJwk) zT(t, e.sshJwk);
|
|
39331
|
+
else throw Ew(jw, e.correlationId);
|
|
39332
|
+
}
|
|
39224
39333
|
if (this.config.systemOptions.preventCorsPreflight && e.ccsCredential) switch (e.ccsCredential.type) {
|
|
39225
39334
|
case yE.HOME_ACCOUNT_ID:
|
|
39226
39335
|
try {
|
|
@@ -39576,7 +39685,7 @@ function iO() {
|
|
|
39576
39685
|
}
|
|
39577
39686
|
function aO() {
|
|
39578
39687
|
let e = Date.now(), t = iO() * 1024 + (iO() & 1023), n = /* @__PURE__ */ new Uint8Array(16), r = Math.trunc(t / 2 ** 30), i = t & 2 ** 30 - 1, a = iO();
|
|
39579
|
-
n[0] = e / 2 ** 40, n[1] = e / 2 ** 32, n[2] = e / 2 ** 24, n[3] = e / 2 ** 16, n[4] = e /
|
|
39688
|
+
n[0] = e / 2 ** 40, n[1] = e / 2 ** 32, n[2] = e / 2 ** 24, n[3] = e / 2 ** 16, n[4] = e / 256, n[5] = e, n[6] = 112 | r >>> 8, n[7] = r, n[8] = 128 | i >>> 24, n[9] = i >>> 16, n[10] = i >>> 8, n[11] = i, n[12] = a >>> 24, n[13] = a >>> 16, n[14] = a >>> 8, n[15] = a;
|
|
39580
39689
|
let o = "";
|
|
39581
39690
|
for (let e = 0; e < n.length; e++) o += ZD.charAt(n[e] >>> 4), o += ZD.charAt(n[e] & 15), (e === 3 || e === 5 || e === 7 || e === 9) && (o += "-");
|
|
39582
39691
|
return o;
|
|
@@ -40945,8 +41054,10 @@ var qO = {
|
|
|
40945
41054
|
let i = `${kO}.${FD.INTERACTION_STATUS_KEY}`;
|
|
40946
41055
|
if (e) {
|
|
40947
41056
|
let e = this.getInteractionInProgress();
|
|
40948
|
-
if (e)
|
|
40949
|
-
|
|
41057
|
+
if (e) {
|
|
41058
|
+
if (n) this.logger.warning(`1pmscr ${e.clientId} ${e.type}`, r), Ure(this.logger, r), this.removeTemporaryItem(i);
|
|
41059
|
+
else throw G(Gne, "");
|
|
41060
|
+
}
|
|
40950
41061
|
this.setTemporaryCache(i, JSON.stringify({
|
|
40951
41062
|
clientId: this.clientId,
|
|
40952
41063
|
type: t
|
|
@@ -41145,12 +41256,13 @@ var rk = class extends XO {
|
|
|
41145
41256
|
correlationId: this.correlationId,
|
|
41146
41257
|
...e
|
|
41147
41258
|
};
|
|
41148
|
-
if (e)
|
|
41149
|
-
|
|
41150
|
-
|
|
41151
|
-
|
|
41152
|
-
|
|
41153
|
-
|
|
41259
|
+
if (e) {
|
|
41260
|
+
if (e.logoutHint) this.logger.verbose("12k4l4", this.correlationId);
|
|
41261
|
+
else if (e.account) {
|
|
41262
|
+
let n = e.account.loginHint || this.getLogoutHintFromIdTokenClaims(e.account);
|
|
41263
|
+
n && (this.logger.verbose("0d7s8p", this.correlationId), t.logoutHint = n);
|
|
41264
|
+
} else this.logger.verbose("0pdtc3", this.correlationId);
|
|
41265
|
+
} else this.logger.verbose("07ndze", this.correlationId);
|
|
41154
41266
|
return !e || e.postLogoutRedirectUri !== null ? e && e.postLogoutRedirectUri ? (this.logger.verbose("1vamm6", t.correlationId), t.postLogoutRedirectUri = Pw.getAbsoluteUrl(e.postLogoutRedirectUri, yO(), t.correlationId)) : this.config.auth.postLogoutRedirectUri === null ? this.logger.verbose("15m5g7", t.correlationId) : this.config.auth.postLogoutRedirectUri ? (this.logger.verbose("1f4xlz", t.correlationId), t.postLogoutRedirectUri = Pw.getAbsoluteUrl(this.config.auth.postLogoutRedirectUri, yO(), t.correlationId)) : (this.logger.verbose("17s5rf", t.correlationId), t.postLogoutRedirectUri = Pw.getAbsoluteUrl(yO(), yO(), t.correlationId)) : this.logger.verbose("0ljv63", t.correlationId), t;
|
|
41155
41267
|
}
|
|
41156
41268
|
getLogoutHintFromIdTokenClaims(e) {
|
|
@@ -42564,11 +42676,13 @@ var Yie = class extends rk {
|
|
|
42564
42676
|
let a = i.getLogoutUri(t);
|
|
42565
42677
|
t.account?.homeAccountId && this.eventHandler.emitEvent(UO.LOGOUT_SUCCESS, this.correlationId, zD.Redirect, t);
|
|
42566
42678
|
let o = this.config.auth.onRedirectNavigate;
|
|
42567
|
-
if (typeof o == "function")
|
|
42568
|
-
|
|
42569
|
-
|
|
42570
|
-
|
|
42571
|
-
|
|
42679
|
+
if (typeof o == "function") {
|
|
42680
|
+
if (o(a) !== !1) {
|
|
42681
|
+
this.logger.verbose("06v57e", this.correlationId), this.browserStorage.getInteractionInProgress() || this.browserStorage.setInteractionInProgress(!0, PD.SIGNOUT), await this.navigationClient.navigateExternal(a, r);
|
|
42682
|
+
return;
|
|
42683
|
+
}
|
|
42684
|
+
this.browserStorage.setInteractionInProgress(!1), this.logger.verbose("0xqes1", this.correlationId);
|
|
42685
|
+
} else {
|
|
42572
42686
|
this.browserStorage.getInteractionInProgress() || this.browserStorage.setInteractionInProgress(!0, PD.SIGNOUT), await this.navigationClient.navigateExternal(a, r);
|
|
42573
42687
|
return;
|
|
42574
42688
|
}
|
|
@@ -43033,19 +43147,22 @@ var iae = class e {
|
|
|
43033
43147
|
throw this.hybridAuthCodeResponses.delete(r), this.eventHandler.emitEvent(UO.ACQUIRE_TOKEN_FAILURE, t, zD.Silent, null, e), n.end({ success: !1 }, e), e;
|
|
43034
43148
|
}), this.hybridAuthCodeResponses.set(r, i)), await i;
|
|
43035
43149
|
}
|
|
43036
|
-
if (e.nativeAccountId)
|
|
43037
|
-
|
|
43038
|
-
|
|
43039
|
-
|
|
43040
|
-
|
|
43041
|
-
|
|
43042
|
-
|
|
43043
|
-
|
|
43044
|
-
|
|
43045
|
-
|
|
43046
|
-
|
|
43047
|
-
|
|
43048
|
-
|
|
43150
|
+
if (e.nativeAccountId) {
|
|
43151
|
+
if (this.canUsePlatformBroker(e, e.nativeAccountId)) {
|
|
43152
|
+
n.add({ isPlatformBrokerRequest: !0 });
|
|
43153
|
+
let r = await this.acquireTokenNative({
|
|
43154
|
+
...e,
|
|
43155
|
+
correlationId: t
|
|
43156
|
+
}, LD.acquireTokenByCode, e.nativeAccountId).catch((e) => {
|
|
43157
|
+
throw e instanceof ck && lk(e) && (this.platformAuthProvider = void 0), e;
|
|
43158
|
+
});
|
|
43159
|
+
return n.end({
|
|
43160
|
+
success: !0,
|
|
43161
|
+
isNativeBroker: r.fromPlatformBroker ?? !1
|
|
43162
|
+
}, void 0, r.account), r;
|
|
43163
|
+
}
|
|
43164
|
+
throw G(ire, t);
|
|
43165
|
+
}
|
|
43049
43166
|
throw G(SD, t);
|
|
43050
43167
|
} catch (e) {
|
|
43051
43168
|
throw this.eventHandler.emitEvent(UO.ACQUIRE_TOKEN_FAILURE, t, zD.Silent, null, e), n.end({ success: !1 }, e), e;
|
|
@@ -43532,15 +43649,17 @@ var sae = class {
|
|
|
43532
43649
|
async acquireToken(e) {
|
|
43533
43650
|
let { behavior: t = "redirect", silent: n = !!e.request?.account, request: r } = e;
|
|
43534
43651
|
if (!r) throw Error("No request provided, please provide a request in the options");
|
|
43535
|
-
if (r.scopes.length === 0 && this.getLogger().warning("No scopes provided, please provide scopes in the request option, see options.request for more information.", r.correlationId || Mk), n)
|
|
43536
|
-
|
|
43537
|
-
|
|
43538
|
-
|
|
43539
|
-
|
|
43540
|
-
|
|
43541
|
-
|
|
43652
|
+
if (r.scopes.length === 0 && this.getLogger().warning("No scopes provided, please provide scopes in the request option, see options.request for more information.", r.correlationId || Mk), n) {
|
|
43653
|
+
if (r.account) try {
|
|
43654
|
+
return this.getLogger().verbose("Attempting to acquire token silently", r.correlationId || Mk), await this.acquireTokenSilent({
|
|
43655
|
+
cacheLookupPolicy: this.#n,
|
|
43656
|
+
...r
|
|
43657
|
+
});
|
|
43658
|
+
} catch {
|
|
43659
|
+
this.getLogger().warning("Silent token acquisition failed, falling back to interactive", r.correlationId || Mk);
|
|
43660
|
+
}
|
|
43661
|
+
else this.getLogger().warning("Cannot acquire token silently, no account provided, falling back to interactive.", r.correlationId || Mk);
|
|
43542
43662
|
}
|
|
43543
|
-
else this.getLogger().warning("Cannot acquire token silently, no account provided, falling back to interactive.", r.correlationId || Mk);
|
|
43544
43663
|
switch (t) {
|
|
43545
43664
|
case "popup": return await this.acquireTokenPopup(r);
|
|
43546
43665
|
case "redirect":
|
|
@@ -44001,16 +44120,18 @@ var bae = class extends pi {
|
|
|
44001
44120
|
silent: r,
|
|
44002
44121
|
scopes: c
|
|
44003
44122
|
};
|
|
44004
|
-
if (e?.scopes && this._trackEvent("acquireToken.legacy-scopes-provided", Px.Warning, { properties: l }), s.length === 0)
|
|
44005
|
-
|
|
44006
|
-
|
|
44007
|
-
|
|
44008
|
-
|
|
44009
|
-
|
|
44010
|
-
|
|
44011
|
-
|
|
44012
|
-
|
|
44013
|
-
|
|
44123
|
+
if (e?.scopes && this._trackEvent("acquireToken.legacy-scopes-provided", Px.Warning, { properties: l }), s.length === 0) {
|
|
44124
|
+
if (i.length > 0) this._trackEvent("acquireToken.missing-scope.defaulted", Px.Warning, { properties: {
|
|
44125
|
+
...l,
|
|
44126
|
+
defaultScopes: i
|
|
44127
|
+
} });
|
|
44128
|
+
else {
|
|
44129
|
+
let e = /* @__PURE__ */ Error("Empty scopes provided and clientId is missing for default scope");
|
|
44130
|
+
this._trackException("acquireToken.missing-scope", Px.Warning, {
|
|
44131
|
+
exception: e,
|
|
44132
|
+
properties: l
|
|
44133
|
+
});
|
|
44134
|
+
}
|
|
44014
44135
|
}
|
|
44015
44136
|
try {
|
|
44016
44137
|
let e = this._trackMeasurement("acquireToken", Px.Information, { properties: l }), t = await this.#e.acquireToken({
|
|
@@ -45495,28 +45616,30 @@ function koe({ propName: e, value: t }) {
|
|
|
45495
45616
|
function Aoe({ key: e, propName: t, value: n, aliases: r }) {
|
|
45496
45617
|
let i = [];
|
|
45497
45618
|
return "type" in n ? i.push(mA(t, n, r)) : Object.keys(n).forEach((a) => {
|
|
45498
|
-
if (n[a] !== void 0)
|
|
45499
|
-
|
|
45500
|
-
|
|
45501
|
-
|
|
45502
|
-
|
|
45503
|
-
|
|
45504
|
-
|
|
45505
|
-
|
|
45506
|
-
|
|
45507
|
-
|
|
45508
|
-
|
|
45509
|
-
|
|
45510
|
-
|
|
45511
|
-
|
|
45512
|
-
|
|
45513
|
-
|
|
45514
|
-
|
|
45515
|
-
|
|
45516
|
-
|
|
45517
|
-
|
|
45518
|
-
|
|
45519
|
-
|
|
45619
|
+
if (n[a] !== void 0) {
|
|
45620
|
+
if (Coe.indexOf(a) !== -1) i.push(`${t} ${a} ${hA(n[a], r)}`);
|
|
45621
|
+
else if (cA.indexOf(a) !== -1) Array.isArray(n[a]) ? i.push(n[a].map((e) => "(" + gA(e, r, t) + ")").join(` ${a} `)) : i.push("(" + gA(n[a], r, t) + ")");
|
|
45622
|
+
else if (woe.indexOf(a) !== -1) {
|
|
45623
|
+
let o = Poe({
|
|
45624
|
+
lambdaParameter: e.toLowerCase(),
|
|
45625
|
+
value: n[a],
|
|
45626
|
+
op: a,
|
|
45627
|
+
propName: t,
|
|
45628
|
+
aliases: r
|
|
45629
|
+
});
|
|
45630
|
+
o && i.push(o);
|
|
45631
|
+
} else if (a === "has") i.push(`${t} ${a} ${hA(n[a], r)}`);
|
|
45632
|
+
else if (a === "in") {
|
|
45633
|
+
let e = Array.isArray(n[a]) ? n[a] : n[a].value.map((e) => ({
|
|
45634
|
+
type: n[a].type,
|
|
45635
|
+
value: e
|
|
45636
|
+
}));
|
|
45637
|
+
i.push(t + " in (" + e.map((e) => hA(e, r)).join(",") + ")");
|
|
45638
|
+
} else if (Toe.indexOf(a) !== -1) i.push(`${a}(${t},${hA(n[a], r)})`);
|
|
45639
|
+
else {
|
|
45640
|
+
let e = /\/not/g.test(t), o = e ? t.replace(/\/not/g, "") : t, s = e ? fA([gA({ [a]: n[a] }, r, o)]) : gA({ [a]: n[a] }, r, o);
|
|
45641
|
+
s && i.push(s);
|
|
45642
|
+
}
|
|
45520
45643
|
}
|
|
45521
45644
|
}), i;
|
|
45522
45645
|
}
|
|
@@ -46820,11 +46943,14 @@ var Sce = { [zA.v1]: x_({}) }, Cce = { [zA.v1]: u_() }, wce = (e, t, n) => {
|
|
|
46820
46943
|
}
|
|
46821
46944
|
function d(e, n, i, o, l, d) {
|
|
46822
46945
|
var p = n.children;
|
|
46823
|
-
if (p !== void 0)
|
|
46824
|
-
|
|
46825
|
-
|
|
46826
|
-
|
|
46827
|
-
|
|
46946
|
+
if (p !== void 0) {
|
|
46947
|
+
if (o) {
|
|
46948
|
+
if (ne(p)) {
|
|
46949
|
+
for (o = 0; o < p.length; o++) f(p[o]);
|
|
46950
|
+
Object.freeze && Object.freeze(p);
|
|
46951
|
+
} else console.error("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.");
|
|
46952
|
+
} else f(p);
|
|
46953
|
+
}
|
|
46828
46954
|
if (te.call(n, "key")) {
|
|
46829
46955
|
p = t(e);
|
|
46830
46956
|
var m = Object.keys(n).filter(function(e) {
|
|
@@ -48170,16 +48296,18 @@ function xj(e, t, n) {
|
|
|
48170
48296
|
var i = n.indent, a = i === void 0 ? 0 : i, o = t.fallbacks;
|
|
48171
48297
|
n.format === !1 && (a = -Infinity);
|
|
48172
48298
|
var s = yj(n), c = s.linebreak, l = s.space;
|
|
48173
|
-
if (e && a++, o)
|
|
48174
|
-
var
|
|
48175
|
-
|
|
48176
|
-
var
|
|
48177
|
-
|
|
48299
|
+
if (e && a++, o) {
|
|
48300
|
+
if (Array.isArray(o)) for (var u = 0; u < o.length; u++) {
|
|
48301
|
+
var d = o[u];
|
|
48302
|
+
for (var f in d) {
|
|
48303
|
+
var p = d[f];
|
|
48304
|
+
p != null && (r && (r += c), r += bj(f + ":" + l + vj(p) + ";", a));
|
|
48305
|
+
}
|
|
48306
|
+
}
|
|
48307
|
+
else for (var m in o) {
|
|
48308
|
+
var h = o[m];
|
|
48309
|
+
h != null && (r && (r += c), r += bj(m + ":" + l + vj(h) + ";", a));
|
|
48178
48310
|
}
|
|
48179
|
-
}
|
|
48180
|
-
else for (var m in o) {
|
|
48181
|
-
var h = o[m];
|
|
48182
|
-
h != null && (r && (r += c), r += bj(m + ":" + l + vj(h) + ";", a));
|
|
48183
48311
|
}
|
|
48184
48312
|
for (var g in t) {
|
|
48185
48313
|
var _ = t[g];
|
|
@@ -49145,9 +49273,10 @@ var Nue = aM(Mue);
|
|
|
49145
49273
|
function oM(e, t, n) {
|
|
49146
49274
|
if (t == null) return t;
|
|
49147
49275
|
if (Array.isArray(t)) for (var r = 0; r < t.length; r++) t[r] = oM(e, t[r], n);
|
|
49148
|
-
else if (typeof t == "object")
|
|
49149
|
-
|
|
49150
|
-
|
|
49276
|
+
else if (typeof t == "object") {
|
|
49277
|
+
if (e === "fallbacks") for (var i in t) t[i] = oM(i, t[i], n);
|
|
49278
|
+
else for (var a in t) t[a] = oM(e + "-" + a, t[a], n);
|
|
49279
|
+
} else if (typeof t == "number" && isNaN(t) === !1) {
|
|
49151
49280
|
var o = n[e] || Nue[e];
|
|
49152
49281
|
return o && (t !== 0 || o !== J) ? typeof o == "function" ? o(t).toString() : "" + t + o : t.toString();
|
|
49153
49282
|
}
|
|
@@ -49453,7 +49582,7 @@ function mde() {
|
|
|
49453
49582
|
} };
|
|
49454
49583
|
}
|
|
49455
49584
|
//#endregion
|
|
49456
|
-
//#region ../../node_modules/.pnpm/@equinor+fusion-react-styles@2.1.8_react@19.2.8_styled-components@6.5.
|
|
49585
|
+
//#region ../../node_modules/.pnpm/@equinor+fusion-react-styles@2.1.8_react@19.2.8_styled-components@6.5.1_react-dom@19.2.8_react@19.2.8__react@19.2.8_/node_modules/@equinor/fusion-react-styles/dist/utils/jss-setup.js
|
|
49457
49586
|
function hde() {
|
|
49458
49587
|
return Wj({ plugins: [
|
|
49459
49588
|
vue(),
|
|
@@ -49467,7 +49596,7 @@ function hde() {
|
|
|
49467
49596
|
}
|
|
49468
49597
|
var gde = hde();
|
|
49469
49598
|
//#endregion
|
|
49470
|
-
//#region ../../node_modules/.pnpm/@equinor+fusion-react-styles@2.1.8_react@19.2.8_styled-components@6.5.
|
|
49599
|
+
//#region ../../node_modules/.pnpm/@equinor+fusion-react-styles@2.1.8_react@19.2.8_styled-components@6.5.1_react-dom@19.2.8_react@19.2.8__react@19.2.8_/node_modules/@equinor/fusion-react-styles/dist/utils/class-name-generator.js
|
|
49471
49600
|
function _de(e = "") {
|
|
49472
49601
|
let t = 0, n = e ? `${e}-` : "";
|
|
49473
49602
|
return (e, r) => {
|
|
@@ -49481,7 +49610,7 @@ var vde = _de(), kM = (0, j.createContext)(null), yde = (0, j.createContext)({
|
|
|
49481
49610
|
sheetsManager: /* @__PURE__ */ new Map()
|
|
49482
49611
|
});
|
|
49483
49612
|
//#endregion
|
|
49484
|
-
//#region ../../node_modules/.pnpm/@equinor+fusion-react-styles@2.1.8_react@19.2.8_styled-components@6.5.
|
|
49613
|
+
//#region ../../node_modules/.pnpm/@equinor+fusion-react-styles@2.1.8_react@19.2.8_styled-components@6.5.1_react-dom@19.2.8_react@19.2.8__react@19.2.8_/node_modules/@equinor/fusion-react-styles/dist/utils/sheet-manager.js
|
|
49485
49614
|
function bde(e) {
|
|
49486
49615
|
if (process.env.NODE_ENV === "development") try {
|
|
49487
49616
|
let t = (e, t) => typeof t == "function" ? `__FUNCTION__${t.toString()}` : t, n = Object.keys(e).sort(), r = {};
|
|
@@ -49633,7 +49762,7 @@ function Cde(e, t = {}) {
|
|
|
49633
49762
|
};
|
|
49634
49763
|
}
|
|
49635
49764
|
//#endregion
|
|
49636
|
-
//#region ../../node_modules/.pnpm/@equinor+fusion-react-styles@2.1.8_react@19.2.8_styled-components@6.5.
|
|
49765
|
+
//#region ../../node_modules/.pnpm/@equinor+fusion-react-styles@2.1.8_react@19.2.8_styled-components@6.5.1_react-dom@19.2.8_react@19.2.8__react@19.2.8_/node_modules/@equinor/fusion-react-styles/dist/create-styles.js
|
|
49637
49766
|
function wde(e) {
|
|
49638
49767
|
return e;
|
|
49639
49768
|
}
|
|
@@ -49642,10 +49771,12 @@ function wde(e) {
|
|
|
49642
49771
|
function MM(e) {
|
|
49643
49772
|
var t, n, r = "";
|
|
49644
49773
|
if (typeof e == "string" || typeof e == "number") r += e;
|
|
49645
|
-
else if (typeof e == "object")
|
|
49646
|
-
|
|
49647
|
-
|
|
49648
|
-
|
|
49774
|
+
else if (typeof e == "object") {
|
|
49775
|
+
if (Array.isArray(e)) {
|
|
49776
|
+
var i = e.length;
|
|
49777
|
+
for (t = 0; t < i; t++) e[t] && (n = MM(e[t])) && (r && (r += " "), r += n);
|
|
49778
|
+
} else for (n in e) e[n] && (r && (r += " "), r += n);
|
|
49779
|
+
}
|
|
49649
49780
|
return r;
|
|
49650
49781
|
}
|
|
49651
49782
|
function NM() {
|
|
@@ -49859,17 +49990,19 @@ function gN(e, t, n, r, i, a, o, s, c) {
|
|
|
49859
49990
|
_ == -1 && (C = KM(C, /\f/g, "")), p > 0 && (XM(C) - d || h === 0 && m === 47) && QM(p > 32 ? vN(C + ";", r, n, d - 1, c) : vN(KM(C, " ", "") + ";", r, n, d - 2, c), c);
|
|
49860
49991
|
break;
|
|
49861
49992
|
case 59: C += ";";
|
|
49862
|
-
default: if (QM(S = _N(C, t, n, l, u, i, s, y, b = [], x = [], d, a), a), v === 123)
|
|
49863
|
-
|
|
49864
|
-
|
|
49865
|
-
|
|
49866
|
-
|
|
49867
|
-
|
|
49868
|
-
|
|
49869
|
-
|
|
49870
|
-
|
|
49993
|
+
default: if (QM(S = _N(C, t, n, l, u, i, s, y, b = [], x = [], d, a), a), v === 123) {
|
|
49994
|
+
if (u === 0) gN(C, t, S, S, b, a, d, s, x);
|
|
49995
|
+
else {
|
|
49996
|
+
switch (f) {
|
|
49997
|
+
case 99: if (JM(C, 3) === 110) break;
|
|
49998
|
+
case 108: if (JM(C, 2) === 97) break;
|
|
49999
|
+
default: u = 0;
|
|
50000
|
+
case 100:
|
|
50001
|
+
case 109:
|
|
50002
|
+
case 115:
|
|
50003
|
+
}
|
|
50004
|
+
u ? gN(e, S, S, r && QM(_N(e, S, S, 0, 0, i, s, y, i, b = [], d, x), x), i, x, d, s, r ? b : x) : gN(C, S, S, S, [""], x, 0, s, x);
|
|
49871
50005
|
}
|
|
49872
|
-
u ? gN(e, S, S, r && QM(_N(e, S, S, 0, 0, i, s, y, i, b = [], d, x), x), i, x, d, s, r ? b : x) : gN(C, S, S, S, [""], x, 0, s, x);
|
|
49873
50006
|
}
|
|
49874
50007
|
}
|
|
49875
50008
|
l = u = p = 0, h = _ = 1, y = C = "", d = o;
|
|
@@ -50068,8 +50201,8 @@ function Kde(e, t, n, r) {
|
|
|
50068
50201
|
}
|
|
50069
50202
|
}
|
|
50070
50203
|
//#endregion
|
|
50071
|
-
//#region ../../node_modules/.pnpm/styled-components@6.5.
|
|
50072
|
-
var xN = typeof process < "u" && process.env !== void 0 && (process.env.REACT_APP_SC_ATTR || process.env.SC_ATTR) || "data-styled", SN = "active", CN = "data-styled-version", wN = "6.5.
|
|
50204
|
+
//#region ../../node_modules/.pnpm/styled-components@6.5.1_react-dom@19.2.8_react@19.2.8__react@19.2.8/node_modules/styled-components/dist/styled-components.browser.esm.js
|
|
50205
|
+
var xN = typeof process < "u" && process.env !== void 0 && (process.env.REACT_APP_SC_ATTR || process.env.SC_ATTR) || "data-styled", SN = "active", CN = "data-styled-version", wN = "6.5.1", TN = "/*!sc*/\n", EN = typeof window < "u" && typeof document < "u";
|
|
50073
50206
|
function DN(e) {
|
|
50074
50207
|
if (typeof process < "u" && process.env !== void 0) {
|
|
50075
50208
|
let t = process.env[e];
|
|
@@ -50526,10 +50659,12 @@ var Efe = GN(wN), Dfe = class {
|
|
|
50526
50659
|
for (let r = 0; r < this.rules.length; r++) {
|
|
50527
50660
|
let a = this.rules[r];
|
|
50528
50661
|
if (typeof a == "string") i += a;
|
|
50529
|
-
else if (a)
|
|
50530
|
-
|
|
50531
|
-
|
|
50532
|
-
|
|
50662
|
+
else if (a) {
|
|
50663
|
+
if (vP(a)) {
|
|
50664
|
+
let r = a(e);
|
|
50665
|
+
typeof r == "string" ? i += r : r != null && !1 !== r && (process.env.NODE_ENV === "production" || typeof r != "object" || Array.isArray(r) || _P(r) || rP(r) || console.error(`${qN(a)} is not a styled component and cannot be referred to via component selector. See https://styled-components.com/docs/advanced#referring-to-other-components for more details.`), i += nP(CP(r, e, t, n)));
|
|
50666
|
+
} else i += nP(CP(a, e, t, n));
|
|
50667
|
+
}
|
|
50533
50668
|
}
|
|
50534
50669
|
if (i) {
|
|
50535
50670
|
this.dynamicNameCache ||= /* @__PURE__ */ new Map();
|
|
@@ -50560,25 +50695,28 @@ function TP(e) {
|
|
|
50560
50695
|
let t = e.length, n = "", r = 0, i = 0, a = 0, o = !1, s = !1;
|
|
50561
50696
|
for (let c = 0; c < t; c++) {
|
|
50562
50697
|
let l = e.charCodeAt(c);
|
|
50563
|
-
if (a !== 0 || o || l !== mP || e.charCodeAt(c + 1) !== 42)
|
|
50564
|
-
|
|
50565
|
-
if (
|
|
50566
|
-
|
|
50567
|
-
|
|
50568
|
-
|
|
50569
|
-
|
|
50570
|
-
|
|
50571
|
-
|
|
50572
|
-
|
|
50573
|
-
|
|
50574
|
-
|
|
50575
|
-
|
|
50576
|
-
|
|
50698
|
+
if (a !== 0 || o || l !== mP || e.charCodeAt(c + 1) !== 42) {
|
|
50699
|
+
if (o) l === 42 && e.charCodeAt(c + 1) === mP && (o = !1, c++);
|
|
50700
|
+
else if (l !== 34 && l !== 39 || wP(e, c)) {
|
|
50701
|
+
if (a === 0) {
|
|
50702
|
+
if (l === 123) i++;
|
|
50703
|
+
else if (l === 125) {
|
|
50704
|
+
if (i--, i < 0) {
|
|
50705
|
+
s = !0;
|
|
50706
|
+
let n = c + 1;
|
|
50707
|
+
for (; n < t;) {
|
|
50708
|
+
let t = e.charCodeAt(n);
|
|
50709
|
+
if (t === 59 || t === 10) break;
|
|
50710
|
+
n++;
|
|
50711
|
+
}
|
|
50712
|
+
n < t && e.charCodeAt(n) === 59 && n++, i = 0, c = n - 1, r = n;
|
|
50713
|
+
continue;
|
|
50714
|
+
}
|
|
50715
|
+
i === 0 && (n += e.substring(r, c + 1), r = c + 1);
|
|
50716
|
+
} else l === 59 && i === 0 && (n += e.substring(r, c + 1), r = c + 1);
|
|
50577
50717
|
}
|
|
50578
|
-
|
|
50579
|
-
|
|
50580
|
-
} else a === 0 ? a = l : a === l && (a = 0);
|
|
50581
|
-
else o = !0, c++;
|
|
50718
|
+
} else a === 0 ? a = l : a === l && (a = 0);
|
|
50719
|
+
} else o = !0, c++;
|
|
50582
50720
|
}
|
|
50583
50721
|
return s || i !== 0 || a !== 0 ? (r < t && i === 0 && a === 0 && (n += e.substring(r)), n) : e;
|
|
50584
50722
|
}
|
|
@@ -50610,19 +50748,23 @@ function kfe({ options: e = RN, plugins: t = LN } = RN) {
|
|
|
50610
50748
|
let r = e.length, i = "", a = 0, o = 0, s = 0, c = 0, l = 0, u = !1;
|
|
50611
50749
|
for (; o < r;) {
|
|
50612
50750
|
let t = e.charCodeAt(o);
|
|
50613
|
-
if (t !== 34 && t !== 39 || wP(e, o))
|
|
50614
|
-
|
|
50615
|
-
|
|
50616
|
-
|
|
50617
|
-
|
|
50618
|
-
|
|
50619
|
-
|
|
50620
|
-
|
|
50621
|
-
|
|
50622
|
-
|
|
50623
|
-
|
|
50624
|
-
|
|
50625
|
-
|
|
50751
|
+
if (t !== 34 && t !== 39 || wP(e, o)) {
|
|
50752
|
+
if (s === 0) {
|
|
50753
|
+
if (t === mP && o + 1 < r && e.charCodeAt(o + 1) === 42) {
|
|
50754
|
+
for (o += 2; o + 1 < r && (e.charCodeAt(o) !== 42 || e.charCodeAt(o + 1) !== mP);) o++;
|
|
50755
|
+
o += 2;
|
|
50756
|
+
} else if (t !== 40) {
|
|
50757
|
+
if (t !== 41) {
|
|
50758
|
+
if (c > 0) o++;
|
|
50759
|
+
else if (t === 42 && o + 1 < r && e.charCodeAt(o + 1) === mP) i += e.substring(a, o), o += 2, a = o, u = !0;
|
|
50760
|
+
else if (t === mP && o + 1 < r && e.charCodeAt(o + 1) === mP) {
|
|
50761
|
+
for (i += e.substring(a, o); o < r && e.charCodeAt(o) !== 10;) o++;
|
|
50762
|
+
a = o, u = !0;
|
|
50763
|
+
} else t === 123 ? l++ : t === 125 && l--, o++;
|
|
50764
|
+
} else c > 0 && c--, o++;
|
|
50765
|
+
} else c++, o++;
|
|
50766
|
+
} else o++;
|
|
50767
|
+
} else s === 0 ? s = t : s === t && (s = 0), o++;
|
|
50626
50768
|
}
|
|
50627
50769
|
return u ? (a < r && (i += e.substring(a)), l === 0 ? i : TP(i)) : l === 0 ? e : TP(e);
|
|
50628
50770
|
}(t), d = Vde(o || a ? o + " " + a + " { " + u + " }" : u);
|
|
@@ -50697,10 +50839,7 @@ function Mfe(e, t, n) {
|
|
|
50697
50839
|
for (let e in o) e === "className" ? r.className = tP(r.className, o[e]) : e === "style" ? r.style = Object.assign(Object.assign({}, r.style), o[e]) : e in t && t[e] === void 0 || (r[e] = o[e]);
|
|
50698
50840
|
}
|
|
50699
50841
|
return "className" in t && typeof t.className == "string" && (r.className = tP(r.className, t.className)), r;
|
|
50700
|
-
}(r, t, f), m =
|
|
50701
|
-
let i = e.generateAndInjectStyles(t, n, r);
|
|
50702
|
-
return process.env.NODE_ENV !== "production" && j.useDebugValue && j.useDebugValue(i), i;
|
|
50703
|
-
}(i, p, u.styleSheet, u.stylis);
|
|
50842
|
+
}(r, t, f), m = i.generateAndInjectStyles(p, u.styleSheet, u.stylis);
|
|
50704
50843
|
let n = 0;
|
|
50705
50844
|
for (let e in t) MP.call(t, e) && n++;
|
|
50706
50845
|
e.current = [
|
|
@@ -50715,7 +50854,7 @@ function Mfe(e, t, n) {
|
|
|
50715
50854
|
];
|
|
50716
50855
|
}
|
|
50717
50856
|
}
|
|
50718
|
-
process.env.NODE_ENV !== "production" && e.warnTooManyClasses && e.warnTooManyClasses(m);
|
|
50857
|
+
process.env.NODE_ENV !== "production" && j.useDebugValue && j.useDebugValue(m), process.env.NODE_ENV !== "production" && e.warnTooManyClasses && e.warnTooManyClasses(m);
|
|
50719
50858
|
let h = p.as || c, g = function(e, t, n, r) {
|
|
50720
50859
|
let i = {};
|
|
50721
50860
|
for (let a in e) e[a] === void 0 || a[0] === "$" || a === "as" || a === "theme" && e.theme === n || (a === "forwardedAs" ? i.as = e.forwardedAs : r && !r(a, t) || (i[a] = e[a], r || process.env.NODE_ENV !== "development" || Dde(a) || (PP ||= /* @__PURE__ */ new Set()).has(a) || !JN(t) || t.includes("-") || (PP.add(a), console.warn(`styled-components: it looks like an unknown prop "${a}" is being sent through to the DOM, which will likely trigger a React console error. If you would like automatic filtering of unknown props, you can opt-into that behavior via \`<StyleSheetManager shouldForwardProp={...}>\` (connect an API like \`@emotion/is-prop-valid\`) or consider using transient props (\`$\` prefix for automatic filtering.)`))));
|
|
@@ -50891,7 +51030,7 @@ BP = gP, process.env.NODE_ENV !== "production" && typeof navigator < "u" && navi
|
|
|
50891
51030
|
var HP = `__sc-${xN}__`;
|
|
50892
51031
|
process.env.NODE_ENV !== "production" && process.env.NODE_ENV !== "test" && typeof window < "u" && (window[HP] || (window[HP] = 0), window[HP] === 1 && console.warn("It looks like there are several instances of 'styled-components' initialized in this application. This may cause dynamic styles to not render properly, errors during the rehydration process, a missing theme prop, and makes your application bigger without good reason.\n\nSee https://styled-components.com/docs/faqs#why-am-i-getting-a-warning-about-several-instances-of-module-on-the-page for more info."), window[HP] += 1), `${xN}`, `${xN}`;
|
|
50893
51032
|
//#endregion
|
|
50894
|
-
//#region ../../node_modules/.pnpm/@equinor+fusion-react-styles@2.1.8_react@19.2.8_styled-components@6.5.
|
|
51033
|
+
//#region ../../node_modules/.pnpm/@equinor+fusion-react-styles@2.1.8_react@19.2.8_styled-components@6.5.1_react-dom@19.2.8_react@19.2.8__react@19.2.8_/node_modules/@equinor/fusion-react-styles/dist/EdsTokens.js
|
|
50895
51034
|
var Lfe = Ffe`
|
|
50896
51035
|
${":root,[data-color-scheme=light]{color-scheme:light}[data-color-scheme=dark]{color-scheme:dark}:root,[data-color-scheme=light]{--eds-color-bg-floating:#fff;--eds-color-bg-backdrop:#aeaeae;--eds-color-bg-input:#f5f5f5;--eds-color-border-focus:#6fb6e9;--eds-color-text-link:#0070a9;--eds-color-bg-disabled:#e1e1e1;--eds-color-border-disabled:#aeaeae;--eds-color-text-disabled:#aeaeae;--eds-color-accent-1:#eaf8fa;--eds-color-accent-2:#f6ffff;--eds-color-accent-3:#cfe7e9;--eds-color-accent-4:#bbdbdf;--eds-color-accent-5:#a2cdd2;--eds-color-accent-6:#bbdbdf;--eds-color-accent-7:#7cbac1;--eds-color-accent-8:#21767e;--eds-color-accent-9:#206f77;--eds-color-accent-10:#205c62;--eds-color-accent-11:#20565c;--eds-color-accent-12:#1f6369;--eds-color-accent-13:#141f20;--eds-color-accent-14:#cae4e7;--eds-color-accent-15:#fff;--eds-color-neutral-1:#f5f5f5;--eds-color-neutral-2:#fff;--eds-color-neutral-3:#e1e1e1;--eds-color-neutral-4:#d4d4d4;--eds-color-neutral-5:#c4c4c4;--eds-color-neutral-6:#d4d4d4;--eds-color-neutral-7:#aeaeae;--eds-color-neutral-8:#696969;--eds-color-neutral-9:#636363;--eds-color-neutral-10:#525252;--eds-color-neutral-11:#4d4d4d;--eds-color-neutral-12:#585858;--eds-color-neutral-13:#1d1d1d;--eds-color-neutral-14:#dedede;--eds-color-neutral-15:#fff;--eds-color-info-1:#e7f8ff;--eds-color-info-2:#f4ffff;--eds-color-info-3:#cae6fa;--eds-color-info-4:#b5daf5;--eds-color-info-5:#99cbf0;--eds-color-info-6:#b5daf5;--eds-color-info-7:#6fb6e9;--eds-color-info-8:#0070a9;--eds-color-info-9:#006aa0;--eds-color-info-10:#085883;--eds-color-info-11:#0e5279;--eds-color-info-12:#015e8d;--eds-color-info-13:#121e27;--eds-color-info-14:#c5e3f9;--eds-color-info-15:#fff;--eds-color-success-1:#eafbe8;--eds-color-success-2:#f6fff5;--eds-color-success-3:#cfeacc;--eds-color-success-4:#bbe0b8;--eds-color-success-5:#a2d49e;--eds-color-success-6:#bbe0b8;--eds-color-success-7:#7cc278;--eds-color-success-8:#227e22;--eds-color-success-9:#207720;--eds-color-success-10:#20621f;--eds-color-success-11:#215c1f;--eds-color-success-12:#20691f;--eds-color-success-13:#142114;--eds-color-success-14:#cae8c7;--eds-color-success-15:#fff;--eds-color-warning-1:#fff1e2;--eds-color-warning-2:#fffcf0;--eds-color-warning-3:#fbdac1;--eds-color-warning-4:#f6caaa;--eds-color-warning-5:#f0b689;--eds-color-warning-6:#f6caaa;--eds-color-warning-7:#e89959;--eds-color-warning-8:#a34e00;--eds-color-warning-9:#9b4900;--eds-color-warning-10:#813e00;--eds-color-warning-11:#773a00;--eds-color-warning-12:#8a4100;--eds-color-warning-13:#27190e;--eds-color-warning-14:#fad6bc;--eds-color-warning-15:#fff;--eds-color-danger-1:#ffecea;--eds-color-danger-2:#fff9f8;--eds-color-danger-3:#ffd0ce;--eds-color-danger-4:#ffbcba;--eds-color-danger-5:#ffa3a1;--eds-color-danger-6:#ffbcba;--eds-color-danger-7:#ff7a7d;--eds-color-danger-8:#c6002d;--eds-color-danger-9:#bc002a;--eds-color-danger-10:#9a1026;--eds-color-danger-11:#8e1525;--eds-color-danger-12:#a50827;--eds-color-danger-13:#2e1414;--eds-color-danger-14:#ffcbc9;--eds-color-danger-15:#fff;--eds-color-bg-neutral-canvas:var(--eds-color-neutral-1);--eds-color-bg-neutral-surface:var(--eds-color-neutral-2);--eds-color-bg-neutral-fill-muted-default:var(--eds-color-neutral-3);--eds-color-bg-neutral-fill-muted-hover:var(--eds-color-neutral-4);--eds-color-bg-neutral-fill-muted-active:var(--eds-color-neutral-5);--eds-color-bg-neutral-fill-emphasis-default:var(--eds-color-neutral-9);--eds-color-bg-neutral-fill-emphasis-hover:var(--eds-color-neutral-10);--eds-color-bg-neutral-fill-emphasis-active:var(--eds-color-neutral-11);--eds-color-bg-accent-canvas:var(--eds-color-accent-1);--eds-color-bg-accent-surface:var(--eds-color-accent-2);--eds-color-bg-accent-fill-muted-default:var(--eds-color-accent-3);--eds-color-bg-accent-fill-muted-hover:var(--eds-color-accent-4);--eds-color-bg-accent-fill-muted-active:var(--eds-color-accent-5);--eds-color-bg-accent-fill-emphasis-default:var(--eds-color-accent-9);--eds-color-bg-accent-fill-emphasis-hover:var(--eds-color-accent-10);--eds-color-bg-accent-fill-emphasis-active:var(--eds-color-accent-11);--eds-color-bg-success-canvas:var(--eds-color-success-1);--eds-color-bg-success-surface:var(--eds-color-success-2);--eds-color-bg-success-fill-muted-default:var(--eds-color-success-3);--eds-color-bg-success-fill-muted-hover:var(--eds-color-success-4);--eds-color-bg-success-fill-muted-active:var(--eds-color-success-5);--eds-color-bg-success-fill-emphasis-default:var(--eds-color-success-9);--eds-color-bg-success-fill-emphasis-hover:var(--eds-color-success-10);--eds-color-bg-success-fill-emphasis-active:var(--eds-color-success-11);--eds-color-bg-info-canvas:var(--eds-color-info-1);--eds-color-bg-info-surface:var(--eds-color-info-2);--eds-color-bg-info-fill-muted-default:var(--eds-color-info-3);--eds-color-bg-info-fill-muted-hover:var(--eds-color-info-4);--eds-color-bg-info-fill-muted-active:var(--eds-color-info-5);--eds-color-bg-info-fill-emphasis-default:var(--eds-color-info-9);--eds-color-bg-info-fill-emphasis-hover:var(--eds-color-info-10);--eds-color-bg-info-fill-emphasis-active:var(--eds-color-info-11);--eds-color-bg-warning-canvas:var(--eds-color-warning-1);--eds-color-bg-warning-surface:var(--eds-color-warning-2);--eds-color-bg-warning-fill-muted-default:var(--eds-color-warning-3);--eds-color-bg-warning-fill-muted-hover:var(--eds-color-warning-4);--eds-color-bg-warning-fill-muted-active:var(--eds-color-warning-5);--eds-color-bg-warning-fill-emphasis-default:var(--eds-color-warning-9);--eds-color-bg-warning-fill-emphasis-hover:var(--eds-color-warning-10);--eds-color-bg-warning-fill-emphasis-active:var(--eds-color-warning-11);--eds-color-bg-danger-canvas:var(--eds-color-danger-1);--eds-color-bg-danger-surface:var(--eds-color-danger-2);--eds-color-bg-danger-fill-muted-default:var(--eds-color-danger-3);--eds-color-bg-danger-fill-muted-hover:var(--eds-color-danger-4);--eds-color-bg-danger-fill-muted-active:var(--eds-color-danger-5);--eds-color-bg-danger-fill-emphasis-default:var(--eds-color-danger-9);--eds-color-bg-danger-fill-emphasis-hover:var(--eds-color-danger-10);--eds-color-bg-danger-fill-emphasis-active:var(--eds-color-danger-11);--eds-color-border-neutral-subtle:var(--eds-color-neutral-6);--eds-color-border-neutral-medium:var(--eds-color-neutral-7);--eds-color-border-neutral-strong:var(--eds-color-neutral-8);--eds-color-border-accent-subtle:var(--eds-color-accent-6);--eds-color-border-accent-medium:var(--eds-color-accent-7);--eds-color-border-accent-strong:var(--eds-color-accent-8);--eds-color-border-success-subtle:var(--eds-color-success-6);--eds-color-border-success-medium:var(--eds-color-success-7);--eds-color-border-success-strong:var(--eds-color-success-8);--eds-color-border-info-subtle:var(--eds-color-info-6);--eds-color-border-info-medium:var(--eds-color-info-7);--eds-color-border-info-strong:var(--eds-color-info-8);--eds-color-border-warning-subtle:var(--eds-color-warning-6);--eds-color-border-warning-medium:var(--eds-color-warning-7);--eds-color-border-warning-strong:var(--eds-color-warning-8);--eds-color-border-danger-subtle:var(--eds-color-danger-6);--eds-color-border-danger-medium:var(--eds-color-danger-7);--eds-color-border-danger-strong:var(--eds-color-danger-8);--eds-color-text-neutral-subtle:var(--eds-color-neutral-12);--eds-color-text-neutral-strong:var(--eds-color-neutral-13);--eds-color-text-neutral-subtle-on-emphasis:var(--eds-color-neutral-14);--eds-color-text-neutral-strong-on-emphasis:var(--eds-color-neutral-15);--eds-color-text-accent-subtle:var(--eds-color-accent-12);--eds-color-text-accent-strong:var(--eds-color-accent-13);--eds-color-text-accent-subtle-on-emphasis:var(--eds-color-accent-14);--eds-color-text-accent-strong-on-emphasis:var(--eds-color-accent-15);--eds-color-text-success-subtle:var(--eds-color-success-12);--eds-color-text-success-strong:var(--eds-color-success-13);--eds-color-text-success-subtle-on-emphasis:var(--eds-color-success-14);--eds-color-text-success-strong-on-emphasis:var(--eds-color-success-15);--eds-color-text-info-subtle:var(--eds-color-info-12);--eds-color-text-info-strong:var(--eds-color-info-13);--eds-color-text-info-subtle-on-emphasis:var(--eds-color-info-14);--eds-color-text-info-strong-on-emphasis:var(--eds-color-info-15);--eds-color-text-warning-subtle:var(--eds-color-warning-12);--eds-color-text-warning-strong:var(--eds-color-warning-13);--eds-color-text-warning-subtle-on-emphasis:var(--eds-color-warning-14);--eds-color-text-warning-strong-on-emphasis:var(--eds-color-warning-15);--eds-color-text-danger-subtle:var(--eds-color-danger-12);--eds-color-text-danger-strong:var(--eds-color-danger-13);--eds-color-text-danger-subtle-on-emphasis:var(--eds-color-danger-14);--eds-color-text-danger-strong-on-emphasis:var(--eds-color-danger-15);--eds-elevation-low:0px 1px 8px 0px #0003, 0px 4px 8px 3px #0000001f;--eds-elevation-high:0px 4px 12px 0px #0003, 0px 12px 16px 6px #0000001f}:root,[data-color-scheme=light],[data-color-scheme=dark],[data-color-appearance=neutral]{--eds-color-bg-fill-muted-default:var(--eds-color-neutral-3);--eds-color-bg-fill-muted-hover:var(--eds-color-neutral-4);--eds-color-bg-fill-muted-active:var(--eds-color-neutral-5);--eds-color-bg-fill-muted-disabled:var(--eds-color-neutral-3);--eds-color-bg-fill-emphasis-default:var(--eds-color-neutral-9);--eds-color-bg-fill-emphasis-hover:var(--eds-color-neutral-10);--eds-color-bg-fill-emphasis-active:var(--eds-color-neutral-11);--eds-color-bg-fill-emphasis-disabled:var(--eds-color-neutral-3);--eds-color-bg-canvas:var(--eds-color-neutral-1);--eds-color-bg-surface:var(--eds-color-neutral-2);--eds-color-border-subtle:var(--eds-color-neutral-6);--eds-color-border-medium:var(--eds-color-neutral-7);--eds-color-border-strong:var(--eds-color-neutral-8);--eds-color-border-disabled:var(--eds-color-neutral-7);--eds-color-text-subtle:var(--eds-color-neutral-12);--eds-color-text-strong:var(--eds-color-neutral-13);--eds-color-text-disabled:var(--eds-color-neutral-7);--eds-color-text-subtle-on-emphasis:var(--eds-color-neutral-14);--eds-color-text-strong-on-emphasis:var(--eds-color-neutral-15)}[data-color-appearance=accent]{--eds-color-bg-fill-muted-default:var(--eds-color-accent-3);--eds-color-bg-fill-muted-hover:var(--eds-color-accent-4);--eds-color-bg-fill-muted-active:var(--eds-color-accent-5);--eds-color-bg-fill-muted-disabled:var(--eds-color-accent-3);--eds-color-bg-fill-emphasis-default:var(--eds-color-accent-9);--eds-color-bg-fill-emphasis-hover:var(--eds-color-accent-10);--eds-color-bg-fill-emphasis-active:var(--eds-color-accent-11);--eds-color-bg-fill-emphasis-disabled:var(--eds-color-accent-3);--eds-color-bg-canvas:var(--eds-color-accent-1);--eds-color-bg-surface:var(--eds-color-accent-2);--eds-color-border-subtle:var(--eds-color-accent-6);--eds-color-border-medium:var(--eds-color-accent-7);--eds-color-border-strong:var(--eds-color-accent-8);--eds-color-border-disabled:var(--eds-color-accent-7);--eds-color-text-subtle:var(--eds-color-accent-12);--eds-color-text-strong:var(--eds-color-accent-13);--eds-color-text-disabled:var(--eds-color-accent-7);--eds-color-text-subtle-on-emphasis:var(--eds-color-accent-14);--eds-color-text-strong-on-emphasis:var(--eds-color-accent-15)}[data-color-appearance=danger]{--eds-color-bg-fill-muted-default:var(--eds-color-danger-3);--eds-color-bg-fill-muted-hover:var(--eds-color-danger-4);--eds-color-bg-fill-muted-active:var(--eds-color-danger-5);--eds-color-bg-fill-muted-disabled:var(--eds-color-danger-3);--eds-color-bg-fill-emphasis-default:var(--eds-color-danger-9);--eds-color-bg-fill-emphasis-hover:var(--eds-color-danger-10);--eds-color-bg-fill-emphasis-active:var(--eds-color-danger-11);--eds-color-bg-fill-emphasis-disabled:var(--eds-color-danger-3);--eds-color-bg-canvas:var(--eds-color-danger-1);--eds-color-bg-surface:var(--eds-color-danger-2);--eds-color-border-subtle:var(--eds-color-danger-6);--eds-color-border-medium:var(--eds-color-danger-7);--eds-color-border-strong:var(--eds-color-danger-8);--eds-color-border-disabled:var(--eds-color-danger-7);--eds-color-text-subtle:var(--eds-color-danger-12);--eds-color-text-strong:var(--eds-color-danger-13);--eds-color-text-disabled:var(--eds-color-danger-7);--eds-color-text-subtle-on-emphasis:var(--eds-color-danger-14);--eds-color-text-strong-on-emphasis:var(--eds-color-danger-15)}[data-color-appearance=info]{--eds-color-bg-fill-muted-default:var(--eds-color-info-3);--eds-color-bg-fill-muted-hover:var(--eds-color-info-4);--eds-color-bg-fill-muted-active:var(--eds-color-info-5);--eds-color-bg-fill-muted-disabled:var(--eds-color-info-3);--eds-color-bg-fill-emphasis-default:var(--eds-color-info-9);--eds-color-bg-fill-emphasis-hover:var(--eds-color-info-10);--eds-color-bg-fill-emphasis-active:var(--eds-color-info-11);--eds-color-bg-fill-emphasis-disabled:var(--eds-color-info-3);--eds-color-bg-canvas:var(--eds-color-info-1);--eds-color-bg-surface:var(--eds-color-info-2);--eds-color-border-subtle:var(--eds-color-info-6);--eds-color-border-medium:var(--eds-color-info-7);--eds-color-border-strong:var(--eds-color-info-8);--eds-color-border-disabled:var(--eds-color-info-7);--eds-color-text-subtle:var(--eds-color-info-12);--eds-color-text-strong:var(--eds-color-info-13);--eds-color-text-disabled:var(--eds-color-info-7);--eds-color-text-subtle-on-emphasis:var(--eds-color-info-14);--eds-color-text-strong-on-emphasis:var(--eds-color-info-15)}[data-color-appearance=success]{--eds-color-bg-fill-muted-default:var(--eds-color-success-3);--eds-color-bg-fill-muted-hover:var(--eds-color-success-4);--eds-color-bg-fill-muted-active:var(--eds-color-success-5);--eds-color-bg-fill-muted-disabled:var(--eds-color-success-3);--eds-color-bg-fill-emphasis-default:var(--eds-color-success-9);--eds-color-bg-fill-emphasis-hover:var(--eds-color-success-10);--eds-color-bg-fill-emphasis-active:var(--eds-color-success-11);--eds-color-bg-fill-emphasis-disabled:var(--eds-color-success-3);--eds-color-bg-canvas:var(--eds-color-success-1);--eds-color-bg-surface:var(--eds-color-success-2);--eds-color-border-subtle:var(--eds-color-success-6);--eds-color-border-medium:var(--eds-color-success-7);--eds-color-border-strong:var(--eds-color-success-8);--eds-color-border-disabled:var(--eds-color-success-7);--eds-color-text-subtle:var(--eds-color-success-12);--eds-color-text-strong:var(--eds-color-success-13);--eds-color-text-disabled:var(--eds-color-success-7);--eds-color-text-subtle-on-emphasis:var(--eds-color-success-14);--eds-color-text-strong-on-emphasis:var(--eds-color-success-15)}[data-color-appearance=warning]{--eds-color-bg-fill-muted-default:var(--eds-color-warning-3);--eds-color-bg-fill-muted-hover:var(--eds-color-warning-4);--eds-color-bg-fill-muted-active:var(--eds-color-warning-5);--eds-color-bg-fill-muted-disabled:var(--eds-color-warning-3);--eds-color-bg-fill-emphasis-default:var(--eds-color-warning-9);--eds-color-bg-fill-emphasis-hover:var(--eds-color-warning-10);--eds-color-bg-fill-emphasis-active:var(--eds-color-warning-11);--eds-color-bg-fill-emphasis-disabled:var(--eds-color-warning-3);--eds-color-bg-canvas:var(--eds-color-warning-1);--eds-color-bg-surface:var(--eds-color-warning-2);--eds-color-border-subtle:var(--eds-color-warning-6);--eds-color-border-medium:var(--eds-color-warning-7);--eds-color-border-strong:var(--eds-color-warning-8);--eds-color-border-disabled:var(--eds-color-warning-7);--eds-color-text-subtle:var(--eds-color-warning-12);--eds-color-text-strong:var(--eds-color-warning-13);--eds-color-text-disabled:var(--eds-color-warning-7);--eds-color-text-subtle-on-emphasis:var(--eds-color-warning-14);--eds-color-text-strong-on-emphasis:var(--eds-color-warning-15)}:root,[data-density=spacious]{--eds-sizing-icon-xs:1rem;--eds-sizing-icon-sm:1.125rem;--eds-sizing-icon-md:1.25rem;--eds-sizing-icon-lg:1.5rem;--eds-sizing-icon-xl:1.75rem;--eds-sizing-icon-2xl:2rem;--eds-sizing-icon-3xl:2.313rem;--eds-sizing-icon-4xl:2.625rem;--eds-sizing-icon-5xl:3rem;--eds-sizing-icon-6xl:3.5rem;--eds-sizing-selectable-xs:1.25rem;--eds-sizing-selectable-sm:1.5rem;--eds-sizing-selectable-md:2.25rem;--eds-sizing-selectable-lg:2.75rem;--eds-sizing-selectable-xl:3.25rem;--eds-sizing-selectable-2xl:3.75rem;--eds-sizing-stroke-thin:.063rem;--eds-sizing-stroke-thick:.125rem;--eds-sizing-stroke-none:0rem;--eds-spacing-icon-xs-gap-horizontal:.406rem;--eds-spacing-icon-xs-gap-vertical:.406rem;--eds-spacing-icon-sm-gap-horizontal:.469rem;--eds-spacing-icon-sm-gap-vertical:.469rem;--eds-spacing-icon-md-gap-horizontal:.531rem;--eds-spacing-icon-md-gap-vertical:.531rem;--eds-spacing-icon-lg-gap-horizontal:.625rem;--eds-spacing-icon-lg-gap-vertical:.625rem;--eds-spacing-icon-xl-gap-horizontal:.719rem;--eds-spacing-icon-xl-gap-vertical:.719rem;--eds-spacing-icon-2xl-gap-horizontal:.813rem;--eds-spacing-icon-2xl-gap-vertical:.813rem;--eds-spacing-icon-3xl-gap-horizontal:.938rem;--eds-spacing-icon-3xl-gap-vertical:.938rem;--eds-spacing-icon-4xl-gap-horizontal:1.094rem;--eds-spacing-icon-4xl-gap-vertical:1.094rem;--eds-spacing-icon-5xl-gap-horizontal:1.25rem;--eds-spacing-icon-5xl-gap-vertical:1.25rem;--eds-spacing-icon-6xl-gap-horizontal:1.438rem;--eds-spacing-icon-6xl-gap-vertical:1.438rem;--eds-spacing-border-radius-rounded:.25rem;--eds-spacing-border-radius-pill:62.5rem;--eds-spacing-border-radius-none:0rem;--eds-spacing-inset-xs-horizontal:.5rem;--eds-spacing-inset-xs-vertical-squished:.375rem;--eds-spacing-inset-xs-vertical-squared:.5rem;--eds-spacing-inset-xs-vertical-stretched:.75rem;--eds-spacing-inset-sm-horizontal:.75rem;--eds-spacing-inset-sm-vertical-squished:.5rem;--eds-spacing-inset-sm-vertical-squared:.75rem;--eds-spacing-inset-sm-vertical-stretched:1rem;--eds-spacing-inset-md-horizontal:1rem;--eds-spacing-inset-md-vertical-squished:.75rem;--eds-spacing-inset-md-vertical-squared:1rem;--eds-spacing-inset-md-vertical-stretched:1.25rem;--eds-spacing-inset-lg-horizontal:1.25rem;--eds-spacing-inset-lg-vertical-squished:1rem;--eds-spacing-inset-lg-vertical-squared:1.25rem;--eds-spacing-inset-lg-vertical-stretched:1.5rem;--eds-spacing-inset-xl-horizontal:1.5rem;--eds-spacing-inset-xl-vertical-squished:1.25rem;--eds-spacing-inset-xl-vertical-squared:1.5rem;--eds-spacing-inset-xl-vertical-stretched:1.75rem;--eds-spacing-horizontal-4xs:.125rem;--eds-spacing-horizontal-3xs:.25rem;--eds-spacing-horizontal-2xs:.375rem;--eds-spacing-horizontal-xs:.5rem;--eds-spacing-horizontal-sm:.75rem;--eds-spacing-horizontal-md:1rem;--eds-spacing-horizontal-lg:1.25rem;--eds-spacing-horizontal-xl:1.5rem;--eds-spacing-horizontal-2xl:1.75rem;--eds-spacing-horizontal-3xl:2rem;--eds-spacing-vertical-4xs:.125rem;--eds-spacing-vertical-3xs:.25rem;--eds-spacing-vertical-2xs:.375rem;--eds-spacing-vertical-xs:.5rem;--eds-spacing-vertical-sm:.75rem;--eds-spacing-vertical-md:1rem;--eds-spacing-vertical-lg:1.25rem;--eds-spacing-vertical-xl:1.5rem;--eds-spacing-vertical-2xl:1.75rem;--eds-spacing-vertical-3xl:2rem;--eds-typography-ui-body-xs-font-size:.656rem;--eds-typography-ui-body-xs-tracking-tight:-1.15px;--eds-typography-ui-body-xs-tracking-normal:0px;--eds-typography-ui-body-xs-tracking-wide:1.15px;--eds-typography-ui-body-xs-font-weight-lighter:300;--eds-typography-ui-body-xs-font-weight-normal:400;--eds-typography-ui-body-xs-font-weight-bolder:500;--eds-typography-ui-body-xs-line-height-default:1rem;--eds-typography-ui-body-xs-line-height-squished:.75rem;--eds-typography-ui-body-sm-font-size:.75rem;--eds-typography-ui-body-sm-tracking-tight:-1.32px;--eds-typography-ui-body-sm-tracking-normal:0px;--eds-typography-ui-body-sm-tracking-wide:1.32px;--eds-typography-ui-body-sm-font-weight-lighter:300;--eds-typography-ui-body-sm-font-weight-normal:400;--eds-typography-ui-body-sm-font-weight-bolder:500;--eds-typography-ui-body-sm-line-height-default:1rem;--eds-typography-ui-body-sm-line-height-squished:.75rem;--eds-typography-ui-body-font-family:\"Inter\";--eds-typography-ui-body-md-font-size:.875rem;--eds-typography-ui-body-md-tracking-tight:-1.54px;--eds-typography-ui-body-md-tracking-normal:0px;--eds-typography-ui-body-md-tracking-wide:1.54px;--eds-typography-ui-body-md-font-weight-lighter:300;--eds-typography-ui-body-md-font-weight-normal:400;--eds-typography-ui-body-md-font-weight-bolder:500;--eds-typography-ui-body-md-line-height-default:1.25rem;--eds-typography-ui-body-md-line-height-squished:1rem;--eds-typography-ui-body-lg-font-size:1rem;--eds-typography-ui-body-lg-tracking-tight:-1.76px;--eds-typography-ui-body-lg-tracking-normal:0px;--eds-typography-ui-body-lg-tracking-wide:1.76px;--eds-typography-ui-body-lg-font-weight-lighter:300;--eds-typography-ui-body-lg-font-weight-normal:400;--eds-typography-ui-body-lg-font-weight-bolder:500;--eds-typography-ui-body-lg-line-height-default:1.5rem;--eds-typography-ui-body-lg-line-height-squished:1.25rem;--eds-typography-ui-body-xl-font-size:1.156rem;--eds-typography-ui-body-xl-tracking-tight:-1.76px;--eds-typography-ui-body-xl-tracking-normal:0px;--eds-typography-ui-body-xl-tracking-wide:2.035px;--eds-typography-ui-body-xl-font-weight-lighter:300;--eds-typography-ui-body-xl-font-weight-normal:400;--eds-typography-ui-body-xl-font-weight-bolder:500;--eds-typography-ui-body-xl-line-height-default:1.5rem;--eds-typography-ui-body-xl-line-height-squished:1.25rem;--eds-typography-ui-body-2xl-font-size:1.313rem;--eds-typography-ui-body-2xl-tracking-tight:-2.31px;--eds-typography-ui-body-2xl-tracking-normal:0px;--eds-typography-ui-body-2xl-tracking-wide:2.31px;--eds-typography-ui-body-2xl-font-weight-lighter:300;--eds-typography-ui-body-2xl-font-weight-normal:400;--eds-typography-ui-body-2xl-font-weight-bolder:500;--eds-typography-ui-body-2xl-line-height-default:1.75rem;--eds-typography-ui-body-2xl-line-height-squished:1.5rem;--eds-typography-ui-body-3xl-font-size:1.531rem;--eds-typography-ui-body-3xl-tracking-tight:-2.695px;--eds-typography-ui-body-3xl-tracking-normal:0px;--eds-typography-ui-body-3xl-tracking-wide:2.695px;--eds-typography-ui-body-3xl-font-weight-lighter:300;--eds-typography-ui-body-3xl-font-weight-normal:400;--eds-typography-ui-body-3xl-font-weight-bolder:500;--eds-typography-ui-body-3xl-line-height-default:2rem;--eds-typography-ui-body-3xl-line-height-squished:1.75rem;--eds-typography-ui-body-4xl-font-size:1.75rem;--eds-typography-ui-body-4xl-tracking-tight:-3.08px;--eds-typography-ui-body-4xl-tracking-normal:0px;--eds-typography-ui-body-4xl-tracking-wide:3.08px;--eds-typography-ui-body-4xl-font-weight-lighter:300;--eds-typography-ui-body-4xl-font-weight-normal:400;--eds-typography-ui-body-4xl-font-weight-bolder:500;--eds-typography-ui-body-4xl-line-height-default:2rem;--eds-typography-ui-body-4xl-line-height-squished:1.75rem;--eds-typography-ui-body-5xl-font-size:2rem;--eds-typography-ui-body-5xl-tracking-tight:-3.52px;--eds-typography-ui-body-5xl-tracking-normal:0px;--eds-typography-ui-body-5xl-tracking-wide:3.52px;--eds-typography-ui-body-5xl-font-weight-lighter:300;--eds-typography-ui-body-5xl-font-weight-normal:400;--eds-typography-ui-body-5xl-font-weight-bolder:500;--eds-typography-ui-body-5xl-line-height-default:2.25rem;--eds-typography-ui-body-5xl-line-height-squished:2rem;--eds-typography-ui-body-6xl-font-size:2.313rem;--eds-typography-ui-body-6xl-tracking-tight:-4.07px;--eds-typography-ui-body-6xl-tracking-normal:0px;--eds-typography-ui-body-6xl-tracking-wide:4.07px;--eds-typography-ui-body-6xl-font-weight-lighter:300;--eds-typography-ui-body-6xl-font-weight-normal:400;--eds-typography-ui-body-6xl-font-weight-bolder:500;--eds-typography-ui-body-6xl-line-height-default:2.5rem;--eds-typography-ui-body-6xl-line-height-squished:2.25rem;--eds-typography-header-font-family:\"Equinor\";--eds-typography-header-xs-font-size:.75rem;--eds-typography-header-xs-tracking-tight:-1.15px;--eds-typography-header-xs-tracking-normal:0px;--eds-typography-header-xs-tracking-wide:1.15px;--eds-typography-header-xs-font-weight-lighter:300;--eds-typography-header-xs-font-weight-normal:400;--eds-typography-header-xs-font-weight-bolder:500;--eds-typography-header-xs-line-height-default:1rem;--eds-typography-header-xs-line-height-squished:.75rem;--eds-typography-header-sm-font-size:.875rem;--eds-typography-header-sm-tracking-tight:-1.32px;--eds-typography-header-sm-tracking-normal:0px;--eds-typography-header-sm-tracking-wide:1.32px;--eds-typography-header-sm-font-weight-lighter:300;--eds-typography-header-sm-font-weight-normal:400;--eds-typography-header-sm-font-weight-bolder:500;--eds-typography-header-sm-line-height-default:1rem;--eds-typography-header-sm-line-height-squished:.75rem;--eds-typography-header-md-font-size:1rem;--eds-typography-header-md-tracking-tight:-1.54px;--eds-typography-header-md-tracking-normal:0px;--eds-typography-header-md-tracking-wide:1.54px;--eds-typography-header-md-font-weight-lighter:300;--eds-typography-header-md-font-weight-normal:400;--eds-typography-header-md-font-weight-bolder:500;--eds-typography-header-md-line-height-default:1.25rem;--eds-typography-header-md-line-height-squished:1rem;--eds-typography-header-lg-font-size:1.125rem;--eds-typography-header-lg-tracking-tight:-1.76px;--eds-typography-header-lg-tracking-normal:0px;--eds-typography-header-lg-tracking-wide:1.76px;--eds-typography-header-lg-font-weight-lighter:300;--eds-typography-header-lg-font-weight-normal:400;--eds-typography-header-lg-font-weight-bolder:500;--eds-typography-header-lg-line-height-default:1.5rem;--eds-typography-header-lg-line-height-squished:1.25rem;--eds-typography-header-xl-font-size:1.313rem;--eds-typography-header-xl-tracking-tight:-1.76px;--eds-typography-header-xl-tracking-normal:0px;--eds-typography-header-xl-tracking-wide:2.035px;--eds-typography-header-xl-font-weight-lighter:300;--eds-typography-header-xl-font-weight-normal:400;--eds-typography-header-xl-font-weight-bolder:500;--eds-typography-header-xl-line-height-default:1.5rem;--eds-typography-header-xl-line-height-squished:1.25rem;--eds-typography-header-2xl-font-size:1.5rem;--eds-typography-header-2xl-tracking-tight:-2.31px;--eds-typography-header-2xl-tracking-normal:0px;--eds-typography-header-2xl-tracking-wide:2.31px;--eds-typography-header-2xl-font-weight-lighter:300;--eds-typography-header-2xl-font-weight-normal:400;--eds-typography-header-2xl-font-weight-bolder:500;--eds-typography-header-2xl-line-height-default:1.75rem;--eds-typography-header-2xl-line-height-squished:1.5rem;--eds-typography-header-3xl-font-size:1.719rem;--eds-typography-header-3xl-tracking-tight:-2.695px;--eds-typography-header-3xl-tracking-normal:0px;--eds-typography-header-3xl-tracking-wide:2.695px;--eds-typography-header-3xl-font-weight-lighter:300;--eds-typography-header-3xl-font-weight-normal:400;--eds-typography-header-3xl-font-weight-bolder:500;--eds-typography-header-3xl-line-height-default:2rem;--eds-typography-header-3xl-line-height-squished:1.75rem;--eds-typography-header-4xl-font-size:1.969rem;--eds-typography-header-4xl-tracking-tight:-3.08px;--eds-typography-header-4xl-tracking-normal:0px;--eds-typography-header-4xl-tracking-wide:3.08px;--eds-typography-header-4xl-font-weight-lighter:300;--eds-typography-header-4xl-font-weight-normal:400;--eds-typography-header-4xl-font-weight-bolder:500;--eds-typography-header-4xl-line-height-default:2rem;--eds-typography-header-4xl-line-height-squished:1.75rem;--eds-typography-header-5xl-font-size:2.281rem;--eds-typography-header-5xl-tracking-tight:-3.52px;--eds-typography-header-5xl-tracking-normal:0px;--eds-typography-header-5xl-tracking-wide:3.52px;--eds-typography-header-5xl-font-weight-lighter:300;--eds-typography-header-5xl-font-weight-normal:400;--eds-typography-header-5xl-font-weight-bolder:500;--eds-typography-header-5xl-line-height-default:2.25rem;--eds-typography-header-5xl-line-height-squished:2rem;--eds-typography-header-6xl-font-size:2.625rem;--eds-typography-header-6xl-tracking-tight:-4.07px;--eds-typography-header-6xl-tracking-normal:0px;--eds-typography-header-6xl-tracking-wide:4.07px;--eds-typography-header-6xl-font-weight-lighter:300;--eds-typography-header-6xl-font-weight-normal:400;--eds-typography-header-6xl-font-weight-bolder:500;--eds-typography-header-6xl-line-height-default:2.5rem;--eds-typography-header-6xl-line-height-squished:2.25rem;--eds-container-space-horizontal:1rem;--eds-container-space-vertical:1rem;--eds-page-space-horizontal:1.5rem;--eds-page-space-vertical:1.5rem;--eds-generic-gap-horizontal:.5rem;--eds-generic-gap-vertical:.5rem;--eds-generic-space-horizontal:.5rem;--eds-generic-space-vertical:.5rem;--eds-selectable-space-horizontal:.5rem;--eds-selectable-space-vertical:.5rem;--eds-spacing-proportions-xs-horizontal:.5rem;--eds-spacing-proportions-xs-vertical:.5rem;--eds-spacing-proportions-sm-horizontal:.75rem;--eds-spacing-proportions-sm-vertical:.75rem;--eds-spacing-proportions-md-horizontal:1rem;--eds-spacing-proportions-md-vertical:1rem;--eds-spacing-proportions-lg-horizontal:1.25rem;--eds-spacing-proportions-lg-vertical:1.25rem;--eds-spacing-proportions-xl-horizontal:1.5rem;--eds-spacing-proportions-xl-vertical:1.5rem;--eds-selectable-gap-horizontal:.5rem;--eds-selectable-gap-vertical:.5rem;--eds-container-gap-horizontal:1rem;--eds-container-gap-vertical:1rem;--eds-page-gap-horizontal:1.5rem;--eds-page-gap-vertical:1.5rem}[data-density=comfortable]{--eds-sizing-icon-xs:.875rem;--eds-sizing-icon-sm:1rem;--eds-sizing-icon-md:1.125rem;--eds-sizing-icon-lg:1.25rem;--eds-sizing-icon-xl:1.5rem;--eds-sizing-icon-2xl:1.75rem;--eds-sizing-icon-3xl:2rem;--eds-sizing-icon-4xl:2.313rem;--eds-sizing-icon-5xl:2.625rem;--eds-sizing-icon-6xl:3rem;--eds-sizing-selectable-xs:1rem;--eds-sizing-selectable-sm:1.25rem;--eds-sizing-selectable-md:1.5rem;--eds-sizing-selectable-lg:2.25rem;--eds-sizing-selectable-xl:2.75rem;--eds-sizing-selectable-2xl:3.25rem;--eds-sizing-stroke-thin:.063rem;--eds-sizing-stroke-thick:.125rem;--eds-sizing-stroke-none:0rem;--eds-spacing-icon-xs-gap-horizontal:.344rem;--eds-spacing-icon-xs-gap-vertical:.344rem;--eds-spacing-icon-sm-gap-horizontal:.406rem;--eds-spacing-icon-sm-gap-vertical:.406rem;--eds-spacing-icon-md-gap-horizontal:.469rem;--eds-spacing-icon-md-gap-vertical:.469rem;--eds-spacing-icon-lg-gap-horizontal:.531rem;--eds-spacing-icon-lg-gap-vertical:.531rem;--eds-spacing-icon-xl-gap-horizontal:.625rem;--eds-spacing-icon-xl-gap-vertical:.625rem;--eds-spacing-icon-2xl-gap-horizontal:.719rem;--eds-spacing-icon-2xl-gap-vertical:.719rem;--eds-spacing-icon-3xl-gap-horizontal:.813rem;--eds-spacing-icon-3xl-gap-vertical:.813rem;--eds-spacing-icon-4xl-gap-horizontal:.938rem;--eds-spacing-icon-4xl-gap-vertical:.938rem;--eds-spacing-icon-5xl-gap-horizontal:1.094rem;--eds-spacing-icon-5xl-gap-vertical:1.094rem;--eds-spacing-icon-6xl-gap-horizontal:1.25rem;--eds-spacing-icon-6xl-gap-vertical:1.25rem;--eds-spacing-border-radius-rounded:.188rem;--eds-spacing-border-radius-pill:62.5rem;--eds-spacing-border-radius-none:0rem;--eds-spacing-inset-xs-horizontal:.375rem;--eds-spacing-inset-xs-vertical-squished:.25rem;--eds-spacing-inset-xs-vertical-squared:.375rem;--eds-spacing-inset-xs-vertical-stretched:.5rem;--eds-spacing-inset-sm-horizontal:.5rem;--eds-spacing-inset-sm-vertical-squished:.375rem;--eds-spacing-inset-sm-vertical-squared:.5rem;--eds-spacing-inset-sm-vertical-stretched:.75rem;--eds-spacing-inset-md-horizontal:.75rem;--eds-spacing-inset-md-vertical-squished:.5rem;--eds-spacing-inset-md-vertical-squared:.75rem;--eds-spacing-inset-md-vertical-stretched:1rem;--eds-spacing-inset-lg-horizontal:1rem;--eds-spacing-inset-lg-vertical-squished:.75rem;--eds-spacing-inset-lg-vertical-squared:1rem;--eds-spacing-inset-lg-vertical-stretched:1.25rem;--eds-spacing-inset-xl-horizontal:1.25rem;--eds-spacing-inset-xl-vertical-squished:1rem;--eds-spacing-inset-xl-vertical-squared:1.25rem;--eds-spacing-inset-xl-vertical-stretched:1.5rem;--eds-spacing-horizontal-4xs:.063rem;--eds-spacing-horizontal-3xs:.125rem;--eds-spacing-horizontal-2xs:.25rem;--eds-spacing-horizontal-xs:.375rem;--eds-spacing-horizontal-sm:.5rem;--eds-spacing-horizontal-md:.75rem;--eds-spacing-horizontal-lg:1rem;--eds-spacing-horizontal-xl:1.25rem;--eds-spacing-horizontal-2xl:1.5rem;--eds-spacing-horizontal-3xl:1.75rem;--eds-spacing-vertical-4xs:.063rem;--eds-spacing-vertical-3xs:.125rem;--eds-spacing-vertical-2xs:.25rem;--eds-spacing-vertical-xs:.375rem;--eds-spacing-vertical-sm:.5rem;--eds-spacing-vertical-md:.75rem;--eds-spacing-vertical-lg:1rem;--eds-spacing-vertical-xl:1.25rem;--eds-spacing-vertical-2xl:1.5rem;--eds-spacing-vertical-3xl:1.75rem;--eds-typography-ui-body-xs-font-size:.563rem;--eds-typography-ui-body-xs-tracking-tight:-.99px;--eds-typography-ui-body-xs-tracking-normal:0px;--eds-typography-ui-body-xs-tracking-wide:.99px;--eds-typography-ui-body-xs-font-weight-lighter:300;--eds-typography-ui-body-xs-font-weight-normal:400;--eds-typography-ui-body-xs-font-weight-bolder:500;--eds-typography-ui-body-xs-line-height-default:.75rem;--eds-typography-ui-body-xs-line-height-squished:.75rem;--eds-typography-ui-body-sm-font-size:.656rem;--eds-typography-ui-body-sm-tracking-tight:-1.15px;--eds-typography-ui-body-sm-tracking-normal:0px;--eds-typography-ui-body-sm-tracking-wide:1.15px;--eds-typography-ui-body-sm-font-weight-lighter:300;--eds-typography-ui-body-sm-font-weight-normal:400;--eds-typography-ui-body-sm-font-weight-bolder:500;--eds-typography-ui-body-sm-line-height-default:1rem;--eds-typography-ui-body-sm-line-height-squished:.75rem;--eds-typography-ui-body-font-family:\"Inter\";--eds-typography-ui-body-md-font-size:.75rem;--eds-typography-ui-body-md-tracking-tight:-1.32px;--eds-typography-ui-body-md-tracking-normal:0px;--eds-typography-ui-body-md-tracking-wide:1.32px;--eds-typography-ui-body-md-font-weight-lighter:300;--eds-typography-ui-body-md-font-weight-normal:400;--eds-typography-ui-body-md-font-weight-bolder:500;--eds-typography-ui-body-md-line-height-default:1rem;--eds-typography-ui-body-md-line-height-squished:.75rem;--eds-typography-ui-body-lg-font-size:.875rem;--eds-typography-ui-body-lg-tracking-tight:-1.54px;--eds-typography-ui-body-lg-tracking-normal:0px;--eds-typography-ui-body-lg-tracking-wide:1.54px;--eds-typography-ui-body-lg-font-weight-lighter:300;--eds-typography-ui-body-lg-font-weight-normal:400;--eds-typography-ui-body-lg-font-weight-bolder:500;--eds-typography-ui-body-lg-line-height-default:1.25rem;--eds-typography-ui-body-lg-line-height-squished:1rem;--eds-typography-ui-body-xl-font-size:1rem;--eds-typography-ui-body-xl-tracking-tight:-1.76px;--eds-typography-ui-body-xl-tracking-normal:0px;--eds-typography-ui-body-xl-tracking-wide:1.76px;--eds-typography-ui-body-xl-font-weight-lighter:300;--eds-typography-ui-body-xl-font-weight-normal:400;--eds-typography-ui-body-xl-font-weight-bolder:500;--eds-typography-ui-body-xl-line-height-default:1.5rem;--eds-typography-ui-body-xl-line-height-squished:1.25rem;--eds-typography-ui-body-2xl-font-size:1.156rem;--eds-typography-ui-body-2xl-tracking-tight:-1.76px;--eds-typography-ui-body-2xl-tracking-normal:0px;--eds-typography-ui-body-2xl-tracking-wide:2.035px;--eds-typography-ui-body-2xl-font-weight-lighter:300;--eds-typography-ui-body-2xl-font-weight-normal:400;--eds-typography-ui-body-2xl-font-weight-bolder:500;--eds-typography-ui-body-2xl-line-height-default:1.5rem;--eds-typography-ui-body-2xl-line-height-squished:1.25rem;--eds-typography-ui-body-3xl-font-size:1.313rem;--eds-typography-ui-body-3xl-tracking-tight:-2.31px;--eds-typography-ui-body-3xl-tracking-normal:0px;--eds-typography-ui-body-3xl-tracking-wide:2.31px;--eds-typography-ui-body-3xl-font-weight-lighter:300;--eds-typography-ui-body-3xl-font-weight-normal:400;--eds-typography-ui-body-3xl-font-weight-bolder:500;--eds-typography-ui-body-3xl-line-height-default:1.75rem;--eds-typography-ui-body-3xl-line-height-squished:1.5rem;--eds-typography-ui-body-4xl-font-size:1.531rem;--eds-typography-ui-body-4xl-tracking-tight:-2.695px;--eds-typography-ui-body-4xl-tracking-normal:0px;--eds-typography-ui-body-4xl-tracking-wide:2.695px;--eds-typography-ui-body-4xl-font-weight-lighter:300;--eds-typography-ui-body-4xl-font-weight-normal:400;--eds-typography-ui-body-4xl-font-weight-bolder:500;--eds-typography-ui-body-4xl-line-height-default:2rem;--eds-typography-ui-body-4xl-line-height-squished:1.75rem;--eds-typography-ui-body-5xl-font-size:1.75rem;--eds-typography-ui-body-5xl-tracking-tight:-3.08px;--eds-typography-ui-body-5xl-tracking-normal:0px;--eds-typography-ui-body-5xl-tracking-wide:3.08px;--eds-typography-ui-body-5xl-font-weight-lighter:300;--eds-typography-ui-body-5xl-font-weight-normal:400;--eds-typography-ui-body-5xl-font-weight-bolder:500;--eds-typography-ui-body-5xl-line-height-default:2rem;--eds-typography-ui-body-5xl-line-height-squished:1.75rem;--eds-typography-ui-body-6xl-font-size:2rem;--eds-typography-ui-body-6xl-tracking-tight:-3.52px;--eds-typography-ui-body-6xl-tracking-normal:0px;--eds-typography-ui-body-6xl-tracking-wide:3.52px;--eds-typography-ui-body-6xl-font-weight-lighter:300;--eds-typography-ui-body-6xl-font-weight-normal:0px;--eds-typography-ui-body-6xl-font-weight-bolder:500;--eds-typography-ui-body-6xl-line-height-default:2.25rem;--eds-typography-ui-body-6xl-line-height-squished:2rem;--eds-typography-header-font-family:\"Equinor\";--eds-typography-header-xs-font-size:.656rem;--eds-typography-header-xs-tracking-tight:-.99px;--eds-typography-header-xs-tracking-normal:0px;--eds-typography-header-xs-tracking-wide:.99px;--eds-typography-header-xs-font-weight-lighter:300;--eds-typography-header-xs-font-weight-normal:400;--eds-typography-header-xs-font-weight-bolder:500;--eds-typography-header-xs-line-height-default:.75rem;--eds-typography-header-xs-line-height-squished:.75rem;--eds-typography-header-sm-font-size:.75rem;--eds-typography-header-sm-tracking-tight:-1.15px;--eds-typography-header-sm-tracking-normal:0px;--eds-typography-header-sm-tracking-wide:1.15px;--eds-typography-header-sm-font-weight-lighter:300;--eds-typography-header-sm-font-weight-normal:400;--eds-typography-header-sm-font-weight-bolder:500;--eds-typography-header-sm-line-height-default:1rem;--eds-typography-header-sm-line-height-squished:.75rem;--eds-typography-header-md-font-size:.875rem;--eds-typography-header-md-tracking-tight:-1.32px;--eds-typography-header-md-tracking-normal:0px;--eds-typography-header-md-tracking-wide:1.32px;--eds-typography-header-md-font-weight-lighter:300;--eds-typography-header-md-font-weight-normal:400;--eds-typography-header-md-font-weight-bolder:500;--eds-typography-header-md-line-height-default:1rem;--eds-typography-header-md-line-height-squished:.75rem;--eds-typography-header-lg-font-size:1rem;--eds-typography-header-lg-tracking-tight:-1.54px;--eds-typography-header-lg-tracking-normal:0px;--eds-typography-header-lg-tracking-wide:1.54px;--eds-typography-header-lg-font-weight-lighter:300;--eds-typography-header-lg-font-weight-normal:400;--eds-typography-header-lg-font-weight-bolder:500;--eds-typography-header-lg-line-height-default:1.25rem;--eds-typography-header-lg-line-height-squished:1rem;--eds-typography-header-xl-font-size:1.125rem;--eds-typography-header-xl-tracking-tight:-1.76px;--eds-typography-header-xl-tracking-normal:0px;--eds-typography-header-xl-tracking-wide:1.76px;--eds-typography-header-xl-font-weight-lighter:300;--eds-typography-header-xl-font-weight-normal:400;--eds-typography-header-xl-font-weight-bolder:500;--eds-typography-header-xl-line-height-default:1.5rem;--eds-typography-header-xl-line-height-squished:1.25rem;--eds-typography-header-2xl-font-size:1.313rem;--eds-typography-header-2xl-tracking-tight:-1.76px;--eds-typography-header-2xl-tracking-normal:0px;--eds-typography-header-2xl-tracking-wide:2.035px;--eds-typography-header-2xl-font-weight-lighter:300;--eds-typography-header-2xl-font-weight-normal:400;--eds-typography-header-2xl-font-weight-bolder:500;--eds-typography-header-2xl-line-height-default:1.5rem;--eds-typography-header-2xl-line-height-squished:1.25rem;--eds-typography-header-3xl-font-size:1.5rem;--eds-typography-header-3xl-tracking-tight:-2.31px;--eds-typography-header-3xl-tracking-normal:0px;--eds-typography-header-3xl-tracking-wide:2.31px;--eds-typography-header-3xl-font-weight-lighter:300;--eds-typography-header-3xl-font-weight-normal:400;--eds-typography-header-3xl-font-weight-bolder:500;--eds-typography-header-3xl-line-height-default:1.75rem;--eds-typography-header-3xl-line-height-squished:1.5rem;--eds-typography-header-4xl-font-size:1.719rem;--eds-typography-header-4xl-tracking-tight:-2.695px;--eds-typography-header-4xl-tracking-normal:0px;--eds-typography-header-4xl-tracking-wide:2.695px;--eds-typography-header-4xl-font-weight-lighter:300;--eds-typography-header-4xl-font-weight-normal:400;--eds-typography-header-4xl-font-weight-bolder:500;--eds-typography-header-4xl-line-height-default:2rem;--eds-typography-header-4xl-line-height-squished:1.75rem;--eds-typography-header-5xl-font-size:1.969rem;--eds-typography-header-5xl-tracking-tight:-3.08px;--eds-typography-header-5xl-tracking-normal:0px;--eds-typography-header-5xl-tracking-wide:3.08px;--eds-typography-header-5xl-font-weight-lighter:300;--eds-typography-header-5xl-font-weight-normal:400;--eds-typography-header-5xl-font-weight-bolder:500;--eds-typography-header-5xl-line-height-default:2rem;--eds-typography-header-5xl-line-height-squished:1.75rem;--eds-typography-header-6xl-font-size:2.281rem;--eds-typography-header-6xl-tracking-tight:-3.52px;--eds-typography-header-6xl-tracking-normal:0px;--eds-typography-header-6xl-tracking-wide:3.52px;--eds-typography-header-6xl-font-weight-lighter:300;--eds-typography-header-6xl-font-weight-normal:400;--eds-typography-header-6xl-font-weight-bolder:500;--eds-typography-header-6xl-line-height-default:2.25rem;--eds-typography-header-6xl-line-height-squished:2rem;--eds-container-space-horizontal:.75rem;--eds-container-space-vertical:.75rem;--eds-page-space-horizontal:1.25rem;--eds-page-space-vertical:1.25rem;--eds-generic-gap-horizontal:.375rem;--eds-generic-gap-vertical:.375rem;--eds-generic-space-horizontal:.375rem;--eds-generic-space-vertical:.375rem;--eds-selectable-space-horizontal:.375rem;--eds-selectable-space-vertical:.375rem;--eds-spacing-proportions-xs-horizontal:.375rem;--eds-spacing-proportions-xs-vertical:.375rem;--eds-spacing-proportions-sm-horizontal:.5rem;--eds-spacing-proportions-sm-vertical:.5rem;--eds-spacing-proportions-md-horizontal:.75rem;--eds-spacing-proportions-md-vertical:.75rem;--eds-spacing-proportions-lg-horizontal:1rem;--eds-spacing-proportions-lg-vertical:1rem;--eds-spacing-proportions-xl-horizontal:1.25rem;--eds-spacing-proportions-xl-vertical:1.25rem;--eds-selectable-gap-horizontal:.375rem;--eds-selectable-gap-vertical:.375rem;--eds-container-gap-horizontal:.75rem;--eds-container-gap-vertical:.75rem;--eds-page-gap-horizontal:1.25rem;--eds-page-gap-vertical:1.25rem}[data-space-proportions=squished]{--eds-spacing-proportions-xs-horizontal:var(--eds-spacing-inset-xs-horizontal);--eds-spacing-proportions-xs-vertical:var(--eds-spacing-inset-xs-vertical-squished);--eds-spacing-proportions-sm-horizontal:var(--eds-spacing-inset-sm-horizontal);--eds-spacing-proportions-sm-vertical:var(--eds-spacing-inset-sm-vertical-squished);--eds-spacing-proportions-md-horizontal:var(--eds-spacing-inset-md-horizontal);--eds-spacing-proportions-md-vertical:var(--eds-spacing-inset-md-vertical-squished);--eds-spacing-proportions-lg-horizontal:var(--eds-spacing-inset-lg-horizontal);--eds-spacing-proportions-lg-vertical:var(--eds-spacing-inset-lg-vertical-squished);--eds-spacing-proportions-xl-horizontal:var(--eds-spacing-inset-xl-horizontal);--eds-spacing-proportions-xl-vertical:var(--eds-spacing-inset-xl-vertical-squished)}:root,[data-space-proportions=squared]{--eds-spacing-proportions-xs-horizontal:var(--eds-spacing-inset-xs-horizontal);--eds-spacing-proportions-xs-vertical:var(--eds-spacing-inset-xs-vertical-squared);--eds-spacing-proportions-sm-horizontal:var(--eds-spacing-inset-sm-horizontal);--eds-spacing-proportions-sm-vertical:var(--eds-spacing-inset-sm-vertical-squared);--eds-spacing-proportions-md-horizontal:var(--eds-spacing-inset-md-horizontal);--eds-spacing-proportions-md-vertical:var(--eds-spacing-inset-md-vertical-squared);--eds-spacing-proportions-lg-horizontal:var(--eds-spacing-inset-lg-horizontal);--eds-spacing-proportions-lg-vertical:var(--eds-spacing-inset-lg-vertical-squared);--eds-spacing-proportions-xl-horizontal:var(--eds-spacing-inset-xl-horizontal);--eds-spacing-proportions-xl-vertical:var(--eds-spacing-inset-xl-vertical-squared)}[data-space-proportions=stretched]{--eds-spacing-proportions-xs-horizontal:var(--eds-spacing-inset-xs-horizontal);--eds-spacing-proportions-xs-vertical:var(--eds-spacing-inset-xs-vertical-stretched);--eds-spacing-proportions-sm-horizontal:var(--eds-spacing-inset-sm-horizontal);--eds-spacing-proportions-sm-vertical:var(--eds-spacing-inset-sm-vertical-stretched);--eds-spacing-proportions-md-horizontal:var(--eds-spacing-inset-md-horizontal);--eds-spacing-proportions-md-vertical:var(--eds-spacing-inset-md-vertical-stretched);--eds-spacing-proportions-lg-horizontal:var(--eds-spacing-inset-lg-horizontal);--eds-spacing-proportions-lg-vertical:var(--eds-spacing-inset-lg-vertical-stretched);--eds-spacing-proportions-xl-horizontal:var(--eds-spacing-inset-xl-horizontal);--eds-spacing-proportions-xl-vertical:var(--eds-spacing-inset-xl-vertical-stretched)}:root,[data-selectable-space=xs]{--eds-selectable-space-horizontal:var(--eds-spacing-proportions-xs-horizontal);--eds-selectable-space-vertical:var(--eds-spacing-proportions-xs-vertical)}[data-selectable-space=sm]{--eds-selectable-space-horizontal:var(--eds-spacing-proportions-sm-horizontal);--eds-selectable-space-vertical:var(--eds-spacing-proportions-sm-vertical)}[data-selectable-space=md]{--eds-selectable-space-horizontal:var(--eds-spacing-proportions-md-horizontal);--eds-selectable-space-vertical:var(--eds-spacing-proportions-md-vertical)}[data-selectable-space=lg]{--eds-selectable-space-horizontal:var(--eds-spacing-proportions-lg-horizontal);--eds-selectable-space-vertical:var(--eds-spacing-proportions-lg-vertical)}[data-selectable-space=xl]{--eds-selectable-space-horizontal:var(--eds-spacing-proportions-xl-horizontal);--eds-selectable-space-vertical:var(--eds-spacing-proportions-xl-vertical)}[data-horizontal-gap=none]{--eds-generic-gap-horizontal:0}[data-horizontal-gap=\"4xs\"]{--eds-generic-gap-horizontal:var(--eds-spacing-horizontal-4xs)}[data-horizontal-gap=\"3xs\"]{--eds-generic-gap-horizontal:var(--eds-spacing-horizontal-3xs)}[data-horizontal-gap=\"2xs\"]{--eds-generic-gap-horizontal:var(--eds-spacing-horizontal-2xs)}:root,[data-horizontal-gap=xs]{--eds-generic-gap-horizontal:var(--eds-spacing-horizontal-xs)}[data-horizontal-gap=sm]{--eds-generic-gap-horizontal:var(--eds-spacing-horizontal-sm)}[data-horizontal-gap=md]{--eds-generic-gap-horizontal:var(--eds-spacing-horizontal-md)}[data-horizontal-gap=lg]{--eds-generic-gap-horizontal:var(--eds-spacing-horizontal-lg)}[data-horizontal-gap=xl]{--eds-generic-gap-horizontal:var(--eds-spacing-horizontal-xl)}[data-horizontal-gap=\"2xl\"]{--eds-generic-gap-horizontal:var(--eds-spacing-horizontal-2xl)}[data-horizontal-gap=\"3xl\"]{--eds-generic-gap-horizontal:var(--eds-spacing-horizontal-3xl)}[data-vertical-gap=none]{--eds-generic-gap-vertical:0}[data-vertical-gap=\"4xs\"]{--eds-generic-gap-vertical:var(--eds-spacing-vertical-4xs)}[data-vertical-gap=\"3xs\"]{--eds-generic-gap-vertical:var(--eds-spacing-vertical-3xs)}[data-vertical-gap=\"2xs\"]{--eds-generic-gap-vertical:var(--eds-spacing-vertical-2xs)}:root,[data-vertical-gap=xs]{--eds-generic-gap-vertical:var(--eds-spacing-vertical-xs)}[data-vertical-gap=sm]{--eds-generic-gap-vertical:var(--eds-spacing-vertical-sm)}[data-vertical-gap=md]{--eds-generic-gap-vertical:var(--eds-spacing-vertical-md)}[data-vertical-gap=lg]{--eds-generic-gap-vertical:var(--eds-spacing-vertical-lg)}[data-vertical-gap=xl]{--eds-generic-gap-vertical:var(--eds-spacing-vertical-xl)}[data-vertical-gap=\"2xl\"]{--eds-generic-gap-vertical:var(--eds-spacing-vertical-2xl)}[data-vertical-gap=\"3xl\"]{--eds-generic-gap-vertical:var(--eds-spacing-vertical-3xl)}[data-horizontal-space=none]{--eds-generic-space-horizontal:0}[data-horizontal-space=\"4xs\"]{--eds-generic-space-horizontal:var(--eds-spacing-horizontal-4xs)}[data-horizontal-space=\"3xs\"]{--eds-generic-space-horizontal:var(--eds-spacing-horizontal-3xs)}[data-horizontal-space=\"2xs\"]{--eds-generic-space-horizontal:var(--eds-spacing-horizontal-2xs)}:root,[data-horizontal-space=xs]{--eds-generic-space-horizontal:var(--eds-spacing-horizontal-xs)}[data-horizontal-space=sm]{--eds-generic-space-horizontal:var(--eds-spacing-horizontal-sm)}[data-horizontal-space=md]{--eds-generic-space-horizontal:var(--eds-spacing-horizontal-md)}[data-horizontal-space=lg]{--eds-generic-space-horizontal:var(--eds-spacing-horizontal-lg)}[data-horizontal-space=xl]{--eds-generic-space-horizontal:var(--eds-spacing-horizontal-xl)}[data-horizontal-space=\"2xl\"]{--eds-generic-space-horizontal:var(--eds-spacing-horizontal-2xl)}[data-horizontal-space=\"3xl\"]{--eds-generic-space-horizontal:var(--eds-spacing-horizontal-3xl)}[data-vertical-space=none]{--eds-generic-space-vertical:0}[data-vertical-space=\"4xs\"]{--eds-generic-space-vertical:var(--eds-spacing-vertical-4xs)}[data-vertical-space=\"3xs\"]{--eds-generic-space-vertical:var(--eds-spacing-vertical-3xs)}[data-vertical-space=\"2xs\"]{--eds-generic-space-vertical:var(--eds-spacing-vertical-2xs)}:root,[data-vertical-space=xs]{--eds-generic-space-vertical:var(--eds-spacing-vertical-xs)}[data-vertical-space=sm]{--eds-generic-space-vertical:var(--eds-spacing-vertical-sm)}[data-vertical-space=md]{--eds-generic-space-vertical:var(--eds-spacing-vertical-md)}[data-vertical-space=lg]{--eds-generic-space-vertical:var(--eds-spacing-vertical-lg)}[data-vertical-space=xl]{--eds-generic-space-vertical:var(--eds-spacing-vertical-xl)}[data-vertical-space=\"2xl\"]{--eds-generic-space-vertical:var(--eds-spacing-vertical-2xl)}[data-vertical-space=\"3xl\"]{--eds-generic-space-vertical:var(--eds-spacing-vertical-3xl)}:root,[data-space-proportions]{--eds-container-space-horizontal:var(--eds-spacing-proportions-md-horizontal);--eds-container-space-vertical:var(--eds-spacing-proportions-md-vertical);--eds-page-space-horizontal:var(--eds-spacing-proportions-xl-horizontal);--eds-page-space-vertical:var(--eds-spacing-proportions-xl-vertical)}:root{--eds-selectable-gap-horizontal:var(--eds-spacing-horizontal-xs);--eds-selectable-gap-vertical:var(--eds-spacing-vertical-xs);--eds-container-gap-horizontal:var(--eds-spacing-horizontal-md);--eds-container-gap-vertical:var(--eds-spacing-vertical-md);--eds-page-gap-horizontal:var(--eds-spacing-horizontal-xl);--eds-page-gap-vertical:var(--eds-spacing-vertical-xl)}@property --eds-typography-font-size{syntax:\"<length>\";inherits:true;initial-value:16px}@property --eds-typography-gap-horizontal{syntax:\"<length>\";inherits:true;initial-value:0}@property --eds-typography-gap-vertical{syntax:\"<length>\";inherits:true;initial-value:0}[data-font-family]{font-family:var(--eds-typography-font-family);font-size:var(--eds-typography-font-size);font-weight:var(--eds-typography-font-weight);line-height:var(--eds-typography-line-height);letter-spacing:var(--eds-typography-tracking);margin:0;display:block}@supports (text-box:trim-both cap alphabetic){[data-baseline=grid]{text-box:trim-both ex alphabetic;padding-top:calc(round(1cap,4px) - 1ex);padding-bottom:0}[data-baseline=center]{text-box:trim-both ex alphabetic;padding-top:calc(round(1cap,4px)/2 + .5cap - 1ex);padding-bottom:calc(round(1cap,4px)/2 - .5cap)}}[data-font-family=header]{--eds-typography-font-family:var(--eds-typography-header-font-family);--eds-font-family-size-xs-font-size:var(--eds-typography-header-xs-font-size);--eds-font-family-size-xs-tracking-tight:var(--eds-typography-header-xs-tracking-tight);--eds-font-family-size-xs-tracking-normal:var(--eds-typography-header-xs-tracking-normal);--eds-font-family-size-xs-tracking-wide:var(--eds-typography-header-xs-tracking-wide);--eds-font-family-size-xs-font-weight-lighter:var(--eds-typography-header-xs-font-weight-lighter);--eds-font-family-size-xs-font-weight-normal:var(--eds-typography-header-xs-font-weight-normal);--eds-font-family-size-xs-font-weight-bolder:var(--eds-typography-header-xs-font-weight-bolder);--eds-font-family-size-sm-font-size:var(--eds-typography-header-sm-font-size);--eds-font-family-size-sm-tracking-tight:var(--eds-typography-header-sm-tracking-tight);--eds-font-family-size-sm-tracking-normal:var(--eds-typography-header-sm-tracking-normal);--eds-font-family-size-sm-tracking-wide:var(--eds-typography-header-sm-tracking-wide);--eds-font-family-size-sm-font-weight-lighter:var(--eds-typography-header-sm-font-weight-lighter);--eds-font-family-size-sm-font-weight-normal:var(--eds-typography-header-sm-font-weight-normal);--eds-font-family-size-sm-font-weight-bolder:var(--eds-typography-header-sm-font-weight-bolder);--eds-font-family-size-md-font-size:var(--eds-typography-header-md-font-size);--eds-font-family-size-md-tracking-tight:var(--eds-typography-header-md-tracking-tight);--eds-font-family-size-md-tracking-normal:var(--eds-typography-header-md-tracking-normal);--eds-font-family-size-md-tracking-wide:var(--eds-typography-header-md-tracking-wide);--eds-font-family-size-md-font-weight-lighter:var(--eds-typography-header-md-font-weight-lighter);--eds-font-family-size-md-font-weight-normal:var(--eds-typography-header-md-font-weight-normal);--eds-font-family-size-md-font-weight-bolder:var(--eds-typography-header-md-font-weight-bolder);--eds-font-family-size-lg-font-size:var(--eds-typography-header-lg-font-size);--eds-font-family-size-lg-tracking-tight:var(--eds-typography-header-lg-tracking-tight);--eds-font-family-size-lg-tracking-normal:var(--eds-typography-header-lg-tracking-normal);--eds-font-family-size-lg-tracking-wide:var(--eds-typography-header-lg-tracking-wide);--eds-font-family-size-lg-font-weight-lighter:var(--eds-typography-header-lg-font-weight-lighter);--eds-font-family-size-lg-font-weight-normal:var(--eds-typography-header-lg-font-weight-normal);--eds-font-family-size-lg-font-weight-bolder:var(--eds-typography-header-lg-font-weight-bolder);--eds-font-family-size-xl-font-size:var(--eds-typography-header-xl-font-size);--eds-font-family-size-xl-tracking-tight:var(--eds-typography-header-xl-tracking-tight);--eds-font-family-size-xl-tracking-normal:var(--eds-typography-header-xl-tracking-normal);--eds-font-family-size-xl-tracking-wide:var(--eds-typography-header-xl-tracking-wide);--eds-font-family-size-xl-font-weight-lighter:var(--eds-typography-header-xl-font-weight-lighter);--eds-font-family-size-xl-font-weight-normal:var(--eds-typography-header-xl-font-weight-normal);--eds-font-family-size-xl-font-weight-bolder:var(--eds-typography-header-xl-font-weight-bolder);--eds-font-family-size-2xl-font-size:var(--eds-typography-header-2xl-font-size);--eds-font-family-size-2xl-tracking-tight:var(--eds-typography-header-2xl-tracking-tight);--eds-font-family-size-2xl-tracking-normal:var(--eds-typography-header-2xl-tracking-normal);--eds-font-family-size-2xl-tracking-wide:var(--eds-typography-header-2xl-tracking-wide);--eds-font-family-size-2xl-font-weight-lighter:var(--eds-typography-header-2xl-font-weight-lighter);--eds-font-family-size-2xl-font-weight-normal:var(--eds-typography-header-2xl-font-weight-normal);--eds-font-family-size-2xl-font-weight-bolder:var(--eds-typography-header-2xl-font-weight-bolder);--eds-font-family-size-3xl-font-size:var(--eds-typography-header-3xl-font-size);--eds-font-family-size-3xl-tracking-tight:var(--eds-typography-header-3xl-tracking-tight);--eds-font-family-size-3xl-tracking-normal:var(--eds-typography-header-3xl-tracking-normal);--eds-font-family-size-3xl-tracking-wide:var(--eds-typography-header-3xl-tracking-wide);--eds-font-family-size-3xl-font-weight-lighter:var(--eds-typography-header-3xl-font-weight-lighter);--eds-font-family-size-3xl-font-weight-normal:var(--eds-typography-header-3xl-font-weight-normal);--eds-font-family-size-3xl-font-weight-bolder:var(--eds-typography-header-3xl-font-weight-bolder);--eds-font-family-size-4xl-font-size:var(--eds-typography-header-4xl-font-size);--eds-font-family-size-4xl-tracking-tight:var(--eds-typography-header-4xl-tracking-tight);--eds-font-family-size-4xl-tracking-normal:var(--eds-typography-header-4xl-tracking-normal);--eds-font-family-size-4xl-tracking-wide:var(--eds-typography-header-4xl-tracking-wide);--eds-font-family-size-4xl-font-weight-lighter:var(--eds-typography-header-4xl-font-weight-lighter);--eds-font-family-size-4xl-font-weight-normal:var(--eds-typography-header-4xl-font-weight-normal);--eds-font-family-size-4xl-font-weight-bolder:var(--eds-typography-header-4xl-font-weight-bolder);--eds-font-family-size-5xl-font-size:var(--eds-typography-header-5xl-font-size);--eds-font-family-size-5xl-tracking-tight:var(--eds-typography-header-5xl-tracking-tight);--eds-font-family-size-5xl-tracking-normal:var(--eds-typography-header-5xl-tracking-normal);--eds-font-family-size-5xl-tracking-wide:var(--eds-typography-header-5xl-tracking-wide);--eds-font-family-size-5xl-font-weight-lighter:var(--eds-typography-header-5xl-font-weight-lighter);--eds-font-family-size-5xl-font-weight-normal:var(--eds-typography-header-5xl-font-weight-normal);--eds-font-family-size-5xl-font-weight-bolder:var(--eds-typography-header-5xl-font-weight-bolder);--eds-font-family-size-6xl-font-size:var(--eds-typography-header-6xl-font-size);--eds-font-family-size-6xl-tracking-tight:var(--eds-typography-header-6xl-tracking-tight);--eds-font-family-size-6xl-tracking-normal:var(--eds-typography-header-6xl-tracking-normal);--eds-font-family-size-6xl-tracking-wide:var(--eds-typography-header-6xl-tracking-wide);--eds-font-family-size-6xl-font-weight-lighter:var(--eds-typography-header-6xl-font-weight-lighter);--eds-font-family-size-6xl-font-weight-normal:var(--eds-typography-header-6xl-font-weight-normal);--eds-font-family-size-6xl-font-weight-bolder:var(--eds-typography-header-6xl-font-weight-bolder);--eds-font-family-size-xs-line-height-default:var(--eds-typography-header-xs-line-height-default);--eds-font-family-size-xs-line-height-squished:var(--eds-typography-header-xs-line-height-squished);--eds-font-family-size-sm-line-height-default:var(--eds-typography-header-sm-line-height-default);--eds-font-family-size-sm-line-height-squished:var(--eds-typography-header-sm-line-height-squished);--eds-font-family-size-md-line-height-default:var(--eds-typography-header-md-line-height-default);--eds-font-family-size-md-line-height-squished:var(--eds-typography-header-md-line-height-squished);--eds-font-family-size-lg-line-height-default:var(--eds-typography-header-lg-line-height-default);--eds-font-family-size-lg-line-height-squished:var(--eds-typography-header-lg-line-height-squished);--eds-font-family-size-xl-line-height-default:var(--eds-typography-header-xl-line-height-default);--eds-font-family-size-xl-line-height-squished:var(--eds-typography-header-xl-line-height-squished);--eds-font-family-size-2xl-line-height-default:var(--eds-typography-header-2xl-line-height-default);--eds-font-family-size-2xl-line-height-squished:var(--eds-typography-header-2xl-line-height-squished);--eds-font-family-size-3xl-line-height-default:var(--eds-typography-header-3xl-line-height-default);--eds-font-family-size-3xl-line-height-squished:var(--eds-typography-header-3xl-line-height-default);--eds-font-family-size-4xl-line-height-default:var(--eds-typography-header-4xl-line-height-default);--eds-font-family-size-4xl-line-height-squished:var(--eds-typography-header-4xl-line-height-squished);--eds-font-family-size-5xl-line-height-default:var(--eds-typography-header-5xl-line-height-default);--eds-font-family-size-5xl-line-height-squished:var(--eds-typography-header-5xl-line-height-squished);--eds-font-family-size-6xl-line-height-default:var(--eds-typography-header-6xl-line-height-default);--eds-font-family-size-6xl-line-height-squished:var(--eds-typography-header-6xl-line-height-squished)}[data-font-family=ui]{--eds-typography-font-family:var(--eds-typography-ui-body-font-family);--eds-font-family-size-xs-font-size:var(--eds-typography-ui-body-xs-font-size);--eds-font-family-size-xs-tracking-tight:var(--eds-typography-ui-body-xs-tracking-tight);--eds-font-family-size-xs-tracking-normal:var(--eds-typography-ui-body-xs-tracking-normal);--eds-font-family-size-xs-tracking-wide:var(--eds-typography-ui-body-xs-tracking-wide);--eds-font-family-size-xs-font-weight-lighter:var(--eds-typography-ui-body-xs-font-weight-lighter);--eds-font-family-size-xs-font-weight-normal:var(--eds-typography-ui-body-xs-font-weight-normal);--eds-font-family-size-xs-font-weight-bolder:var(--eds-typography-ui-body-xs-font-weight-bolder);--eds-font-family-size-sm-font-size:var(--eds-typography-ui-body-sm-font-size);--eds-font-family-size-sm-tracking-tight:var(--eds-typography-ui-body-sm-tracking-tight);--eds-font-family-size-sm-tracking-normal:var(--eds-typography-ui-body-sm-tracking-normal);--eds-font-family-size-sm-tracking-wide:var(--eds-typography-ui-body-sm-tracking-wide);--eds-font-family-size-sm-font-weight-lighter:var(--eds-typography-ui-body-sm-font-weight-lighter);--eds-font-family-size-sm-font-weight-normal:var(--eds-typography-ui-body-sm-font-weight-normal);--eds-font-family-size-sm-font-weight-bolder:var(--eds-typography-ui-body-sm-font-weight-bolder);--eds-font-family-size-md-font-size:var(--eds-typography-ui-body-md-font-size);--eds-font-family-size-md-tracking-tight:var(--eds-typography-ui-body-md-tracking-tight);--eds-font-family-size-md-tracking-normal:var(--eds-typography-ui-body-md-tracking-normal);--eds-font-family-size-md-tracking-wide:var(--eds-typography-ui-body-md-tracking-wide);--eds-font-family-size-md-font-weight-lighter:var(--eds-typography-ui-body-md-font-weight-lighter);--eds-font-family-size-md-font-weight-normal:var(--eds-typography-ui-body-md-font-weight-normal);--eds-font-family-size-md-font-weight-bolder:var(--eds-typography-ui-body-md-font-weight-bolder);--eds-font-family-size-lg-font-size:var(--eds-typography-ui-body-lg-font-size);--eds-font-family-size-lg-tracking-tight:var(--eds-typography-ui-body-lg-tracking-tight);--eds-font-family-size-lg-tracking-normal:var(--eds-typography-ui-body-lg-tracking-normal);--eds-font-family-size-lg-tracking-wide:var(--eds-typography-ui-body-lg-tracking-wide);--eds-font-family-size-lg-font-weight-lighter:var(--eds-typography-ui-body-lg-font-weight-lighter);--eds-font-family-size-lg-font-weight-normal:var(--eds-typography-ui-body-lg-font-weight-normal);--eds-font-family-size-lg-font-weight-bolder:var(--eds-typography-ui-body-lg-font-weight-bolder);--eds-font-family-size-xl-font-size:var(--eds-typography-ui-body-xl-font-size);--eds-font-family-size-xl-tracking-tight:var(--eds-typography-ui-body-xl-tracking-tight);--eds-font-family-size-xl-tracking-normal:var(--eds-typography-ui-body-xl-tracking-normal);--eds-font-family-size-xl-tracking-wide:var(--eds-typography-ui-body-xl-tracking-wide);--eds-font-family-size-xl-font-weight-lighter:var(--eds-typography-ui-body-xl-font-weight-lighter);--eds-font-family-size-xl-font-weight-normal:var(--eds-typography-ui-body-xl-font-weight-normal);--eds-font-family-size-xl-font-weight-bolder:var(--eds-typography-ui-body-xl-font-weight-bolder);--eds-font-family-size-2xl-font-size:var(--eds-typography-ui-body-2xl-font-size);--eds-font-family-size-2xl-tracking-tight:var(--eds-typography-ui-body-2xl-tracking-tight);--eds-font-family-size-2xl-tracking-normal:var(--eds-typography-ui-body-2xl-tracking-normal);--eds-font-family-size-2xl-tracking-wide:var(--eds-typography-ui-body-2xl-tracking-wide);--eds-font-family-size-2xl-font-weight-lighter:var(--eds-typography-ui-body-2xl-font-weight-lighter);--eds-font-family-size-2xl-font-weight-normal:var(--eds-typography-ui-body-2xl-font-weight-normal);--eds-font-family-size-2xl-font-weight-bolder:var(--eds-typography-ui-body-2xl-font-weight-bolder);--eds-font-family-size-3xl-font-size:var(--eds-typography-ui-body-3xl-font-size);--eds-font-family-size-3xl-tracking-tight:var(--eds-typography-ui-body-3xl-tracking-tight);--eds-font-family-size-3xl-tracking-normal:var(--eds-typography-ui-body-3xl-tracking-normal);--eds-font-family-size-3xl-tracking-wide:var(--eds-typography-ui-body-3xl-tracking-wide);--eds-font-family-size-3xl-font-weight-lighter:var(--eds-typography-ui-body-3xl-font-weight-lighter);--eds-font-family-size-3xl-font-weight-normal:var(--eds-typography-ui-body-3xl-font-weight-normal);--eds-font-family-size-3xl-font-weight-bolder:var(--eds-typography-ui-body-3xl-font-weight-bolder);--eds-font-family-size-4xl-font-size:var(--eds-typography-ui-body-4xl-font-size);--eds-font-family-size-4xl-tracking-tight:var(--eds-typography-ui-body-4xl-tracking-tight);--eds-font-family-size-4xl-tracking-normal:var(--eds-typography-ui-body-4xl-tracking-normal);--eds-font-family-size-4xl-tracking-wide:var(--eds-typography-ui-body-4xl-tracking-wide);--eds-font-family-size-4xl-font-weight-lighter:var(--eds-typography-ui-body-4xl-font-weight-lighter);--eds-font-family-size-4xl-font-weight-normal:var(--eds-typography-ui-body-4xl-font-weight-normal);--eds-font-family-size-4xl-font-weight-bolder:var(--eds-typography-ui-body-4xl-font-weight-bolder);--eds-font-family-size-5xl-font-size:var(--eds-typography-ui-body-5xl-font-size);--eds-font-family-size-5xl-tracking-tight:var(--eds-typography-ui-body-5xl-tracking-tight);--eds-font-family-size-5xl-tracking-normal:var(--eds-typography-ui-body-5xl-tracking-normal);--eds-font-family-size-5xl-tracking-wide:var(--eds-typography-ui-body-5xl-tracking-wide);--eds-font-family-size-5xl-font-weight-lighter:var(--eds-typography-ui-body-5xl-font-weight-lighter);--eds-font-family-size-5xl-font-weight-normal:var(--eds-typography-ui-body-5xl-font-weight-normal);--eds-font-family-size-5xl-font-weight-bolder:var(--eds-typography-ui-body-5xl-font-weight-bolder);--eds-font-family-size-6xl-font-size:var(--eds-typography-ui-body-6xl-font-size);--eds-font-family-size-6xl-tracking-tight:var(--eds-typography-ui-body-6xl-tracking-tight);--eds-font-family-size-6xl-tracking-normal:var(--eds-typography-ui-body-6xl-tracking-normal);--eds-font-family-size-6xl-tracking-wide:var(--eds-typography-ui-body-6xl-tracking-wide);--eds-font-family-size-6xl-font-weight-lighter:var(--eds-typography-ui-body-6xl-font-weight-lighter);--eds-font-family-size-6xl-font-weight-normal:var(--eds-typography-ui-body-6xl-font-weight-normal);--eds-font-family-size-6xl-font-weight-bolder:var(--eds-typography-ui-body-6xl-font-weight-bolder);--eds-font-family-size-xs-line-height-default:var(--eds-typography-ui-body-xs-line-height-default);--eds-font-family-size-xs-line-height-squished:var(--eds-typography-ui-body-xs-line-height-squished);--eds-font-family-size-sm-line-height-default:var(--eds-typography-ui-body-sm-line-height-default);--eds-font-family-size-sm-line-height-squished:var(--eds-typography-ui-body-sm-line-height-squished);--eds-font-family-size-md-line-height-default:var(--eds-typography-ui-body-md-line-height-default);--eds-font-family-size-md-line-height-squished:var(--eds-typography-ui-body-md-line-height-squished);--eds-font-family-size-lg-line-height-default:var(--eds-typography-ui-body-lg-line-height-default);--eds-font-family-size-lg-line-height-squished:var(--eds-typography-ui-body-lg-line-height-squished);--eds-font-family-size-xl-line-height-default:var(--eds-typography-ui-body-xl-line-height-default);--eds-font-family-size-xl-line-height-squished:var(--eds-typography-ui-body-xl-line-height-squished);--eds-font-family-size-2xl-line-height-default:var(--eds-typography-ui-body-2xl-line-height-default);--eds-font-family-size-2xl-line-height-squished:var(--eds-typography-ui-body-2xl-line-height-squished);--eds-font-family-size-3xl-line-height-default:var(--eds-typography-ui-body-3xl-line-height-default);--eds-font-family-size-3xl-line-height-squished:var(--eds-typography-ui-body-3xl-line-height-squished);--eds-font-family-size-4xl-line-height-default:var(--eds-typography-ui-body-4xl-line-height-default);--eds-font-family-size-4xl-line-height-squished:var(--eds-typography-ui-body-4xl-line-height-squished);--eds-font-family-size-5xl-line-height-default:var(--eds-typography-ui-body-5xl-line-height-default);--eds-font-family-size-5xl-line-height-squished:var(--eds-typography-ui-body-5xl-line-height-squished);--eds-font-family-size-6xl-line-height-default:var(--eds-typography-ui-body-6xl-line-height-default);--eds-font-family-size-6xl-line-height-squished:var(--eds-typography-ui-body-6xl-line-height-squished)}[data-font-size=xs]{--eds-typography-icon-size:var(--eds-sizing-icon-xs);--eds-typography-gap-horizontal:var(--eds-spacing-icon-xs-gap-horizontal);--eds-typography-gap-vertical:var(--eds-spacing-icon-xs-gap-vertical);--eds-typography-font-size:var(--eds-font-family-size-xs-font-size);--eds-typography-tracking-tight:var(--eds-font-family-size-xs-tracking-tight);--eds-typography-tracking-normal:var(--eds-font-family-size-xs-tracking-normal);--eds-typography-tracking-wide:var(--eds-font-family-size-xs-tracking-wide);--eds-typography-font-weight-lighter:var(--eds-font-family-size-xs-font-weight-lighter);--eds-typography-font-weight-normal:var(--eds-font-family-size-xs-font-weight-normal);--eds-typography-font-weight-bolder:var(--eds-font-family-size-xs-font-weight-bolder);--eds-typography-line-height-default:var(--eds-font-family-size-xs-line-height-default);--eds-typography-line-height-squished:var(--eds-font-family-size-xs-line-height-squished)}[data-font-size=sm]{--eds-typography-icon-size:var(--eds-sizing-icon-sm);--eds-typography-gap-horizontal:var(--eds-spacing-icon-sm-gap-horizontal);--eds-typography-gap-vertical:var(--eds-spacing-icon-sm-gap-vertical);--eds-typography-font-size:var(--eds-font-family-size-sm-font-size);--eds-typography-tracking-tight:var(--eds-font-family-size-sm-tracking-tight);--eds-typography-tracking-normal:var(--eds-font-family-size-sm-tracking-normal);--eds-typography-tracking-wide:var(--eds-font-family-size-sm-tracking-wide);--eds-typography-font-weight-lighter:var(--eds-font-family-size-sm-font-weight-lighter);--eds-typography-font-weight-normal:var(--eds-font-family-size-sm-font-weight-normal);--eds-typography-font-weight-bolder:var(--eds-font-family-size-sm-font-weight-bolder);--eds-typography-line-height-default:var(--eds-font-family-size-sm-line-height-default);--eds-typography-line-height-squished:var(--eds-font-family-size-sm-line-height-squished)}[data-font-size=md]{--eds-typography-icon-size:var(--eds-sizing-icon-md);--eds-typography-gap-horizontal:var(--eds-spacing-icon-md-gap-horizontal);--eds-typography-gap-vertical:var(--eds-spacing-icon-md-gap-vertical);--eds-typography-font-size:var(--eds-font-family-size-md-font-size);--eds-typography-tracking-tight:var(--eds-font-family-size-md-tracking-tight);--eds-typography-tracking-normal:var(--eds-font-family-size-md-tracking-normal);--eds-typography-tracking-wide:var(--eds-font-family-size-md-tracking-wide);--eds-typography-font-weight-lighter:var(--eds-font-family-size-md-font-weight-lighter);--eds-typography-font-weight-normal:var(--eds-font-family-size-md-font-weight-normal);--eds-typography-font-weight-bolder:var(--eds-font-family-size-md-font-weight-bolder);--eds-typography-line-height-default:var(--eds-font-family-size-md-line-height-default);--eds-typography-line-height-squished:var(--eds-font-family-size-md-line-height-squished)}[data-font-size=lg]{--eds-typography-icon-size:var(--eds-sizing-icon-lg);--eds-typography-gap-horizontal:var(--eds-spacing-icon-lg-gap-horizontal);--eds-typography-gap-vertical:var(--eds-spacing-icon-lg-gap-vertical);--eds-typography-font-size:var(--eds-font-family-size-lg-font-size);--eds-typography-tracking-tight:var(--eds-font-family-size-lg-tracking-tight);--eds-typography-tracking-normal:var(--eds-font-family-size-lg-tracking-normal);--eds-typography-tracking-wide:var(--eds-font-family-size-lg-tracking-wide);--eds-typography-font-weight-lighter:var(--eds-font-family-size-lg-font-weight-lighter);--eds-typography-font-weight-normal:var(--eds-font-family-size-lg-font-weight-normal);--eds-typography-font-weight-bolder:var(--eds-font-family-size-lg-font-weight-bolder);--eds-typography-line-height-default:var(--eds-font-family-size-lg-line-height-default);--eds-typography-line-height-squished:var(--eds-font-family-size-lg-line-height-squished)}[data-font-size=xl]{--eds-typography-icon-size:var(--eds-sizing-icon-xl);--eds-typography-gap-horizontal:var(--eds-spacing-icon-xl-gap-horizontal);--eds-typography-gap-vertical:var(--eds-spacing-icon-xl-gap-vertical);--eds-typography-font-size:var(--eds-font-family-size-xl-font-size);--eds-typography-tracking-tight:var(--eds-font-family-size-xl-tracking-tight);--eds-typography-tracking-normal:var(--eds-font-family-size-xl-tracking-normal);--eds-typography-tracking-wide:var(--eds-font-family-size-xl-tracking-wide);--eds-typography-font-weight-lighter:var(--eds-font-family-size-xl-font-weight-lighter);--eds-typography-font-weight-normal:var(--eds-font-family-size-xl-font-weight-normal);--eds-typography-font-weight-bolder:var(--eds-font-family-size-xl-font-weight-bolder);--eds-typography-line-height-default:var(--eds-font-family-size-xl-line-height-default);--eds-typography-line-height-squished:var(--eds-font-family-size-xl-line-height-squished)}[data-font-size=\"2xl\"]{--eds-typography-icon-size:var(--eds-sizing-icon-2xl);--eds-typography-gap-horizontal:var(--eds-spacing-icon-2xl-gap-horizontal);--eds-typography-gap-vertical:var(--eds-spacing-icon-2xl-gap-vertical);--eds-typography-font-size:var(--eds-font-family-size-2xl-font-size);--eds-typography-tracking-tight:var(--eds-font-family-size-2xl-tracking-tight);--eds-typography-tracking-normal:var(--eds-font-family-size-2xl-tracking-normal);--eds-typography-tracking-wide:var(--eds-font-family-size-2xl-tracking-wide);--eds-typography-font-weight-lighter:var(--eds-font-family-size-2xl-font-weight-lighter);--eds-typography-font-weight-normal:var(--eds-font-family-size-2xl-font-weight-normal);--eds-typography-font-weight-bolder:var(--eds-font-family-size-2xl-font-weight-bolder);--eds-typography-line-height-default:var(--eds-font-family-size-2xl-line-height-default);--eds-typography-line-height-squished:var(--eds-font-family-size-2xl-line-height-squished)}[data-font-size=\"3xl\"]{--eds-typography-icon-size:var(--eds-sizing-icon-3xl);--eds-typography-gap-horizontal:var(--eds-spacing-icon-3xl-gap-horizontal);--eds-typography-gap-vertical:var(--eds-spacing-icon-3xl-gap-vertical);--eds-typography-font-size:var(--eds-font-family-size-3xl-font-size);--eds-typography-tracking-tight:var(--eds-font-family-size-3xl-tracking-tight);--eds-typography-tracking-normal:var(--eds-font-family-size-3xl-tracking-normal);--eds-typography-tracking-wide:var(--eds-font-family-size-3xl-tracking-wide);--eds-typography-font-weight-lighter:var(--eds-font-family-size-3xl-font-weight-lighter);--eds-typography-font-weight-normal:var(--eds-font-family-size-3xl-font-weight-normal);--eds-typography-font-weight-bolder:var(--eds-font-family-size-3xl-font-weight-bolder);--eds-typography-line-height-default:var(--eds-font-family-size-3xl-line-height-default);--eds-typography-line-height-squished:var(--eds-font-family-size-3xl-line-height-squished)}[data-font-size=\"4xl\"]{--eds-typography-icon-size:var(--eds-sizing-icon-4xl);--eds-typography-gap-horizontal:var(--eds-spacing-icon-4xl-gap-horizontal);--eds-typography-gap-vertical:var(--eds-spacing-icon-4xl-gap-vertical);--eds-typography-font-size:var(--eds-font-family-size-4xl-font-size);--eds-typography-tracking-tight:var(--eds-font-family-size-4xl-tracking-tight);--eds-typography-tracking-normal:var(--eds-font-family-size-4xl-tracking-normal);--eds-typography-tracking-wide:var(--eds-font-family-size-4xl-tracking-wide);--eds-typography-font-weight-lighter:var(--eds-font-family-size-4xl-font-weight-lighter);--eds-typography-font-weight-normal:var(--eds-font-family-size-4xl-font-weight-normal);--eds-typography-font-weight-bolder:var(--eds-font-family-size-4xl-font-weight-bolder);--eds-typography-line-height-default:var(--eds-font-family-size-4xl-line-height-default);--eds-typography-line-height-squished:var(--eds-font-family-size-4xl-line-height-squished)}[data-font-size=\"5xl\"]{--eds-typography-icon-size:var(--eds-sizing-icon-5xl);--eds-typography-gap-horizontal:var(--eds-spacing-icon-5xl-gap-horizontal);--eds-typography-gap-vertical:var(--eds-spacing-icon-5xl-gap-vertical);--eds-typography-font-size:var(--eds-font-family-size-5xl-font-size);--eds-typography-tracking-tight:var(--eds-font-family-size-5xl-tracking-tight);--eds-typography-tracking-normal:var(--eds-font-family-size-5xl-tracking-normal);--eds-typography-tracking-wide:var(--eds-font-family-size-5xl-tracking-wide);--eds-typography-font-weight-lighter:var(--eds-font-family-size-5xl-font-weight-lighter);--eds-typography-font-weight-normal:var(--eds-font-family-size-5xl-font-weight-normal);--eds-typography-font-weight-bolder:var(--eds-font-family-size-5xl-font-weight-bolder);--eds-typography-line-height-default:var(--eds-font-family-size-5xl-line-height-default);--eds-typography-line-height-squished:var(--eds-font-family-size-5xl-line-height-squished)}[data-font-size=\"6xl\"]{--eds-typography-icon-size:var(--eds-sizing-icon-6xl);--eds-typography-gap-horizontal:var(--eds-spacing-icon-6xl-gap-horizontal);--eds-typography-gap-vertical:var(--eds-spacing-icon-6xl-gap-vertical);--eds-typography-font-size:var(--eds-font-family-size-6xl-font-size);--eds-typography-tracking-tight:var(--eds-font-family-size-6xl-tracking-tight);--eds-typography-tracking-normal:var(--eds-font-family-size-6xl-tracking-normal);--eds-typography-tracking-wide:var(--eds-font-family-size-6xl-tracking-wide);--eds-typography-font-weight-lighter:var(--eds-font-family-size-6xl-font-weight-lighter);--eds-typography-font-weight-normal:var(--eds-font-family-size-6xl-font-weight-normal);--eds-typography-font-weight-bolder:var(--eds-font-family-size-6xl-font-weight-bolder);--eds-typography-line-height-default:var(--eds-font-family-size-6xl-line-height-default);--eds-typography-line-height-squished:var(--eds-font-family-size-6xl-line-height-squished)}[data-font-weight=lighter]{--eds-typography-font-weight:var(--eds-typography-font-weight-lighter)}[data-font-weight=normal]{--eds-typography-font-weight:var(--eds-typography-font-weight-normal)}[data-font-weight=bolder]{--eds-typography-font-weight:var(--eds-typography-font-weight-bolder)}[data-line-height=default]{--eds-typography-line-height:var(--eds-typography-line-height-default)}[data-line-height=squished]{--eds-typography-line-height:var(--eds-typography-line-height-squished)}[data-tracking=tight]{--eds-typography-tracking:var(--eds-typography-tracking-tight)}[data-tracking=normal]{--eds-typography-tracking:var(--eds-typography-tracking-normal)}[data-tracking=wide],[data-tracking=loose]{--eds-typography-tracking:var(--eds-typography-tracking-wide)}[data-color-scheme=dark]{--eds-color-bg-floating:#202223;--eds-color-bg-backdrop:#738696;--eds-color-bg-input:#0b0b0b;--eds-color-border-focus:#2d8bc5;--eds-color-text-link:#5abbfb;--eds-color-bg-disabled:#525c65;--eds-color-border-disabled:#738696;--eds-color-text-disabled:#738696;--eds-color-accent-1:#0a0b0b;--eds-color-accent-2:#1e2323;--eds-color-accent-3:#3c6266;--eds-color-accent-4:#3e7378;--eds-color-accent-5:#41878e;--eds-color-accent-6:#3c6266;--eds-color-accent-7:#439199;--eds-color-accent-8:#6ec0c9;--eds-color-accent-9:#8cd2da;--eds-color-accent-10:#ace3e9;--eds-color-accent-11:#c7f1f6;--eds-color-accent-12:#bcebf1;--eds-color-accent-13:#e6ffff;--eds-color-accent-14:#2c3839;--eds-color-accent-15:#030303;--eds-color-neutral-1:#0b0b0b;--eds-color-neutral-2:#202223;--eds-color-neutral-3:#525c65;--eds-color-neutral-4:#5d6b76;--eds-color-neutral-5:#6b7d8b;--eds-color-neutral-6:#525c65;--eds-color-neutral-7:#738696;--eds-color-neutral-8:#9fb4c6;--eds-color-neutral-9:#b4c7d7;--eds-color-neutral-10:#cadae7;--eds-color-neutral-11:#deeaf4;--eds-color-neutral-12:#d6e3ee;--eds-color-neutral-13:#f5fdff;--eds-color-neutral-14:#333639;--eds-color-neutral-15:#030303;--eds-color-info-1:#0a0b0c;--eds-color-info-2:#1d2226;--eds-color-info-3:#33607e;--eds-color-info-4:#316f98;--eds-color-info-5:#2e82b7;--eds-color-info-6:#33607e;--eds-color-info-7:#2d8bc5;--eds-color-info-8:#5abbfb;--eds-color-info-9:#7dceff;--eds-color-info-10:#a2e0ff;--eds-color-info-11:#c4eeff;--eds-color-info-12:#b7e8ff;--eds-color-info-13:#ecffff;--eds-color-info-14:#2a3741;--eds-color-info-15:#030304;--eds-color-success-1:#0a0c0a;--eds-color-success-2:#1e231e;--eds-color-success-3:#3c673a;--eds-color-success-4:#3e793c;--eds-color-success-5:#418e3e;--eds-color-success-6:#3c673a;--eds-color-success-7:#439941;--eds-color-success-8:#6eca6a;--eds-color-success-9:#8cdb87;--eds-color-success-10:#aceba8;--eds-color-success-11:#c7f7c3;--eds-color-success-12:#bcf2b8;--eds-color-success-13:#e6ffe3;--eds-color-success-14:#2c392b;--eds-color-success-15:#030303;--eds-color-warning-1:#0c0b0a;--eds-color-warning-2:#27201b;--eds-color-warning-3:#7e4e25;--eds-color-warning-4:#97571b;--eds-color-warning-5:#b46201;--eds-color-warning-6:#7e4e25;--eds-color-warning-7:#c36800;--eds-color-warning-8:#f99539;--eds-color-warning-9:#ffad63;--eds-color-warning-10:#ffc791;--eds-color-warning-11:#ffddb9;--eds-color-warning-12:#ffd4aa;--eds-color-warning-13:#fff7e6;--eds-color-warning-14:#413226;--eds-color-warning-15:#040303;--eds-color-danger-1:#0d0a0a;--eds-color-danger-2:#2a1e1e;--eds-color-danger-3:#923a3c;--eds-color-danger-4:#b03940;--eds-color-danger-5:#d43745;--eds-color-danger-6:#923a3c;--eds-color-danger-7:#e53748;--eds-color-danger-8:#ff8082;--eds-color-danger-9:#ffa3a1;--eds-color-danger-10:#ffc1bf;--eds-color-danger-11:#ffd9d7;--eds-color-danger-12:#ffd0ce;--eds-color-danger-13:#fff5f4;--eds-color-danger-14:#492d2c;--eds-color-danger-15:#040303}@media (prefers-color-scheme:dark){:root:not([data-color-scheme=light]){--eds-color-bg-floating:#202223;--eds-color-bg-backdrop:#738696;--eds-color-bg-input:#0b0b0b;--eds-color-border-focus:#2d8bc5;--eds-color-text-link:#5abbfb;--eds-color-bg-disabled:#525c65;--eds-color-border-disabled:#738696;--eds-color-text-disabled:#738696;--eds-color-accent-1:#0a0b0b;--eds-color-accent-2:#1e2323;--eds-color-accent-3:#3c6266;--eds-color-accent-4:#3e7378;--eds-color-accent-5:#41878e;--eds-color-accent-6:#3c6266;--eds-color-accent-7:#439199;--eds-color-accent-8:#6ec0c9;--eds-color-accent-9:#8cd2da;--eds-color-accent-10:#ace3e9;--eds-color-accent-11:#c7f1f6;--eds-color-accent-12:#bcebf1;--eds-color-accent-13:#e6ffff;--eds-color-accent-14:#2c3839;--eds-color-accent-15:#030303;--eds-color-neutral-1:#0b0b0b;--eds-color-neutral-2:#202223;--eds-color-neutral-3:#525c65;--eds-color-neutral-4:#5d6b76;--eds-color-neutral-5:#6b7d8b;--eds-color-neutral-6:#525c65;--eds-color-neutral-7:#738696;--eds-color-neutral-8:#9fb4c6;--eds-color-neutral-9:#b4c7d7;--eds-color-neutral-10:#cadae7;--eds-color-neutral-11:#deeaf4;--eds-color-neutral-12:#d6e3ee;--eds-color-neutral-13:#f5fdff;--eds-color-neutral-14:#333639;--eds-color-neutral-15:#030303;--eds-color-info-1:#0a0b0c;--eds-color-info-2:#1d2226;--eds-color-info-3:#33607e;--eds-color-info-4:#316f98;--eds-color-info-5:#2e82b7;--eds-color-info-6:#33607e;--eds-color-info-7:#2d8bc5;--eds-color-info-8:#5abbfb;--eds-color-info-9:#7dceff;--eds-color-info-10:#a2e0ff;--eds-color-info-11:#c4eeff;--eds-color-info-12:#b7e8ff;--eds-color-info-13:#ecffff;--eds-color-info-14:#2a3741;--eds-color-info-15:#030304;--eds-color-success-1:#0a0c0a;--eds-color-success-2:#1e231e;--eds-color-success-3:#3c673a;--eds-color-success-4:#3e793c;--eds-color-success-5:#418e3e;--eds-color-success-6:#3c673a;--eds-color-success-7:#439941;--eds-color-success-8:#6eca6a;--eds-color-success-9:#8cdb87;--eds-color-success-10:#aceba8;--eds-color-success-11:#c7f7c3;--eds-color-success-12:#bcf2b8;--eds-color-success-13:#e6ffe3;--eds-color-success-14:#2c392b;--eds-color-success-15:#030303;--eds-color-warning-1:#0c0b0a;--eds-color-warning-2:#27201b;--eds-color-warning-3:#7e4e25;--eds-color-warning-4:#97571b;--eds-color-warning-5:#b46201;--eds-color-warning-6:#7e4e25;--eds-color-warning-7:#c36800;--eds-color-warning-8:#f99539;--eds-color-warning-9:#ffad63;--eds-color-warning-10:#ffc791;--eds-color-warning-11:#ffddb9;--eds-color-warning-12:#ffd4aa;--eds-color-warning-13:#fff7e6;--eds-color-warning-14:#413226;--eds-color-warning-15:#040303;--eds-color-danger-1:#0d0a0a;--eds-color-danger-2:#2a1e1e;--eds-color-danger-3:#923a3c;--eds-color-danger-4:#b03940;--eds-color-danger-5:#d43745;--eds-color-danger-6:#923a3c;--eds-color-danger-7:#e53748;--eds-color-danger-8:#ff8082;--eds-color-danger-9:#ffa3a1;--eds-color-danger-10:#ffc1bf;--eds-color-danger-11:#ffd9d7;--eds-color-danger-12:#ffd0ce;--eds-color-danger-13:#fff5f4;--eds-color-danger-14:#492d2c;--eds-color-danger-15:#040303}}"}
|
|
50897
51036
|
`, Rfe = (e, t) => (window.customElements.define(e, t), t), zfe = (e, t) => {
|
|
@@ -51035,7 +51174,7 @@ var rF = class extends HTMLElement {
|
|
|
51035
51174
|
static finalizeStyles(e) {
|
|
51036
51175
|
let t = [];
|
|
51037
51176
|
if (Array.isArray(e)) {
|
|
51038
|
-
let n = new Set(e.flat(
|
|
51177
|
+
let n = new Set(e.flat(1 / 0).reverse());
|
|
51039
51178
|
for (let e of n) t.unshift(XP(e));
|
|
51040
51179
|
} else e !== void 0 && t.push(XP(e));
|
|
51041
51180
|
return t;
|
|
@@ -51214,16 +51353,18 @@ var jF = (e, t) => {
|
|
|
51214
51353
|
i.append(e[t], fF());
|
|
51215
51354
|
}
|
|
51216
51355
|
}
|
|
51217
|
-
} else if (i.nodeType === 8)
|
|
51218
|
-
|
|
51219
|
-
|
|
51220
|
-
});
|
|
51221
|
-
else {
|
|
51222
|
-
let e = -1;
|
|
51223
|
-
for (; (e = i.data.indexOf(lF, e + 1)) !== -1;) c.push({
|
|
51224
|
-
type: 7,
|
|
51356
|
+
} else if (i.nodeType === 8) {
|
|
51357
|
+
if (i.data === uF) c.push({
|
|
51358
|
+
type: 2,
|
|
51225
51359
|
index: a
|
|
51226
|
-
})
|
|
51360
|
+
});
|
|
51361
|
+
else {
|
|
51362
|
+
let e = -1;
|
|
51363
|
+
for (; (e = i.data.indexOf(lF, e + 1)) !== -1;) c.push({
|
|
51364
|
+
type: 7,
|
|
51365
|
+
index: a
|
|
51366
|
+
}), e += lF.length - 1;
|
|
51367
|
+
}
|
|
51227
51368
|
}
|
|
51228
51369
|
a++;
|
|
51229
51370
|
}
|
|
@@ -51479,7 +51620,7 @@ GF.styles = [$fe];
|
|
|
51479
51620
|
var epe = "fwc-theme", KF = class extends GF {};
|
|
51480
51621
|
KF = M([UP(epe)], KF);
|
|
51481
51622
|
//#endregion
|
|
51482
|
-
//#region ../../node_modules/.pnpm/@equinor+fusion-react-styles@2.1.8_react@19.2.8_styled-components@6.5.
|
|
51623
|
+
//#region ../../node_modules/.pnpm/@equinor+fusion-react-styles@2.1.8_react@19.2.8_styled-components@6.5.1_react-dom@19.2.8_react@19.2.8__react@19.2.8_/node_modules/@equinor/fusion-react-styles/dist/ThemeProvider.js
|
|
51483
51624
|
function qF(e) {
|
|
51484
51625
|
let { children: t, theme: n } = e, r = (0, j.useContext)(kM), i = (0, j.useMemo)(() => typeof n == "function" ? n(r) : n ?? q, [n, r]);
|
|
51485
51626
|
return (0, K.jsxs)(kM.Provider, {
|
|
@@ -58171,7 +58312,7 @@ var Lq = window, Rq = Lq.ShadowRoot && (Lq.ShadyCSS === void 0 || Lq.ShadyCSS.na
|
|
|
58171
58312
|
static finalizeStyles(e) {
|
|
58172
58313
|
let t = [];
|
|
58173
58314
|
if (Array.isArray(e)) {
|
|
58174
|
-
let n = new Set(e.flat(
|
|
58315
|
+
let n = new Set(e.flat(1 / 0).reverse());
|
|
58175
58316
|
for (let e of n) t.unshift(Uq(e));
|
|
58176
58317
|
} else e !== void 0 && t.push(Uq(e));
|
|
58177
58318
|
return t;
|
|
@@ -58342,16 +58483,18 @@ var SJ = (e, t) => {
|
|
|
58342
58483
|
i.append(e[t], iJ());
|
|
58343
58484
|
}
|
|
58344
58485
|
}
|
|
58345
|
-
} else if (i.nodeType === 8)
|
|
58346
|
-
|
|
58347
|
-
|
|
58348
|
-
});
|
|
58349
|
-
else {
|
|
58350
|
-
let e = -1;
|
|
58351
|
-
for (; (e = i.data.indexOf(tJ, e + 1)) !== -1;) c.push({
|
|
58352
|
-
type: 7,
|
|
58486
|
+
} else if (i.nodeType === 8) {
|
|
58487
|
+
if (i.data === nJ) c.push({
|
|
58488
|
+
type: 2,
|
|
58353
58489
|
index: a
|
|
58354
|
-
})
|
|
58490
|
+
});
|
|
58491
|
+
else {
|
|
58492
|
+
let e = -1;
|
|
58493
|
+
for (; (e = i.data.indexOf(tJ, e + 1)) !== -1;) c.push({
|
|
58494
|
+
type: 7,
|
|
58495
|
+
index: a
|
|
58496
|
+
}), e += tJ.length - 1;
|
|
58497
|
+
}
|
|
58355
58498
|
}
|
|
58356
58499
|
a++;
|
|
58357
58500
|
}
|
|
@@ -60911,15 +61054,16 @@ var { I: lve } = Xfe, MY = (e) => e, NY = (e, t) => t === void 0 ? e?._$litType$
|
|
|
60911
61054
|
else if (s[f] === o[m]) c[m] = IY(i[f], a[m]), f--, m--;
|
|
60912
61055
|
else if (s[d] === o[m]) c[m] = IY(i[d], a[m]), FY(e, c[m + 1], i[d]), d++, m--;
|
|
60913
61056
|
else if (s[f] === o[p]) c[p] = IY(i[f], a[p]), FY(e, i[d], i[f]), f--, p++;
|
|
60914
|
-
else if (l === void 0 && (l = BY(o, p, m), u = BY(s, d, f)), l.has(s[d]))
|
|
60915
|
-
|
|
60916
|
-
|
|
60917
|
-
|
|
60918
|
-
|
|
60919
|
-
|
|
60920
|
-
|
|
60921
|
-
|
|
60922
|
-
|
|
61057
|
+
else if (l === void 0 && (l = BY(o, p, m), u = BY(s, d, f)), l.has(s[d])) {
|
|
61058
|
+
if (l.has(s[f])) {
|
|
61059
|
+
let t = u.get(o[p]), n = t === void 0 ? null : i[t];
|
|
61060
|
+
if (n === null) {
|
|
61061
|
+
let t = FY(e, i[d]);
|
|
61062
|
+
IY(t, a[p]), c[p] = t;
|
|
61063
|
+
} else c[p] = IY(n, a[p]), FY(e, i[d], n), i[t] = null;
|
|
61064
|
+
p++;
|
|
61065
|
+
} else zY(i[f]), f--;
|
|
61066
|
+
} else zY(i[d]), d++;
|
|
60923
61067
|
for (; p <= m;) {
|
|
60924
61068
|
let t = FY(e, c[m + 1]);
|
|
60925
61069
|
IY(t, a[p]), c[p++] = t;
|
|
@@ -61569,10 +61713,12 @@ var $Y = (e) => (t, n) => {
|
|
|
61569
61713
|
return Ove.indexOf(e) > -1 && (t.styleValidity(!0), t.adapter.setLabelRequired(t.getNativeInput().required), !0);
|
|
61570
61714
|
}), e.indexOf("maxlength") > -1 && this.setcharacterCounter(this.getValue().length);
|
|
61571
61715
|
}, t.prototype.notchOutline = function(e) {
|
|
61572
|
-
if (!(!this.adapter.hasOutline() || !this.adapter.hasLabel()))
|
|
61573
|
-
|
|
61574
|
-
|
|
61575
|
-
|
|
61716
|
+
if (!(!this.adapter.hasOutline() || !this.adapter.hasLabel())) {
|
|
61717
|
+
if (e) {
|
|
61718
|
+
var t = this.adapter.getLabelWidth() * nX.LABEL_SCALE;
|
|
61719
|
+
this.adapter.notchOutline(t);
|
|
61720
|
+
} else this.adapter.closeOutline();
|
|
61721
|
+
}
|
|
61576
61722
|
}, t.prototype.activateFocus = function() {
|
|
61577
61723
|
this.isFocused = !0, this.styleFocused(this.isFocused), this.adapter.activateLineRipple(), this.adapter.hasLabel() && (this.notchOutline(this.shouldFloat), this.adapter.floatLabel(this.shouldFloat), this.styleFloating(this.shouldFloat), this.adapter.shakeLabel(this.shouldShake)), this.helperText && (this.helperText.isPersistent() || !this.helperText.isValidation() || !this.valid) && this.helperText.showToScreenReader();
|
|
61578
61724
|
}, t.prototype.setTransformOrigin = function(e) {
|
|
@@ -62604,10 +62750,12 @@ var DX = (e) => {
|
|
|
62604
62750
|
let e = t === wX.UNSET_INDEX;
|
|
62605
62751
|
this.selectedIndex_ = e ? /* @__PURE__ */ new Set() : /* @__PURE__ */ new Set([t]);
|
|
62606
62752
|
}
|
|
62607
|
-
} else if (EX(t))
|
|
62608
|
-
|
|
62609
|
-
|
|
62610
|
-
|
|
62753
|
+
} else if (EX(t)) {
|
|
62754
|
+
if (t.size) {
|
|
62755
|
+
let e = Array.from(t).sort(TX);
|
|
62756
|
+
this.selectedIndex_ = e[0];
|
|
62757
|
+
} else this.selectedIndex_ = wX.UNSET_INDEX;
|
|
62758
|
+
}
|
|
62611
62759
|
}
|
|
62612
62760
|
setVerticalOrientation(e) {
|
|
62613
62761
|
this.isVertical_ = e;
|
|
@@ -62654,14 +62802,18 @@ var DX = (e) => {
|
|
|
62654
62802
|
}
|
|
62655
62803
|
focusNextElement(e) {
|
|
62656
62804
|
let t = this.adapter.getListItemCount(), n = e + 1;
|
|
62657
|
-
if (n >= t)
|
|
62658
|
-
|
|
62805
|
+
if (n >= t) {
|
|
62806
|
+
if (this.wrapFocus_) n = 0;
|
|
62807
|
+
else return e;
|
|
62808
|
+
}
|
|
62659
62809
|
return this.adapter.focusItemAtIndex(n), n;
|
|
62660
62810
|
}
|
|
62661
62811
|
focusPrevElement(e) {
|
|
62662
62812
|
let t = e - 1;
|
|
62663
|
-
if (t < 0)
|
|
62664
|
-
|
|
62813
|
+
if (t < 0) {
|
|
62814
|
+
if (this.wrapFocus_) t = this.adapter.getListItemCount() - 1;
|
|
62815
|
+
else return e;
|
|
62816
|
+
}
|
|
62665
62817
|
return this.adapter.focusItemAtIndex(t), t;
|
|
62666
62818
|
}
|
|
62667
62819
|
focusFirstElement() {
|
|
@@ -64437,7 +64589,7 @@ var nZ = class extends UF {
|
|
|
64437
64589
|
<circle
|
|
64438
64590
|
cx="50%"
|
|
64439
64591
|
cy="50%"
|
|
64440
|
-
r="${
|
|
64592
|
+
r="${22}"
|
|
64441
64593
|
fill="none"
|
|
64442
64594
|
stroke-width="${4}"
|
|
64443
64595
|
class="track">
|
|
@@ -64445,7 +64597,7 @@ var nZ = class extends UF {
|
|
|
64445
64597
|
<circle
|
|
64446
64598
|
cx="50%"
|
|
64447
64599
|
cy="50%"
|
|
64448
|
-
r="${
|
|
64600
|
+
r="${22}"
|
|
64449
64601
|
fill="none"
|
|
64450
64602
|
stroke-width="${4}"
|
|
64451
64603
|
stroke-linecap="round"
|
|
@@ -67444,15 +67596,16 @@ var Uxe = /^(?:[a-z][a-z0-9+.-]*:|\/\/)/i, Wxe = (e) => Uxe.test(e);
|
|
|
67444
67596
|
function Gxe(e, t) {
|
|
67445
67597
|
t === void 0 && (t = "/");
|
|
67446
67598
|
let { pathname: n, search: r = "", hash: i = "" } = typeof e == "string" ? wQ(e) : e, a;
|
|
67447
|
-
if (n)
|
|
67448
|
-
|
|
67449
|
-
|
|
67450
|
-
|
|
67451
|
-
|
|
67599
|
+
if (n) {
|
|
67600
|
+
if (Wxe(n)) a = n;
|
|
67601
|
+
else {
|
|
67602
|
+
if (n.includes("//")) {
|
|
67603
|
+
let e = n;
|
|
67604
|
+
n = LQ(n), xQ(!1, "Pathnames cannot have embedded double slashes - normalizing " + (e + " -> " + n));
|
|
67605
|
+
}
|
|
67606
|
+
a = n.startsWith("/") ? PQ(n.substring(1), "/") : PQ(n, t);
|
|
67452
67607
|
}
|
|
67453
|
-
|
|
67454
|
-
}
|
|
67455
|
-
else a = t;
|
|
67608
|
+
} else a = t;
|
|
67456
67609
|
return {
|
|
67457
67610
|
pathname: a,
|
|
67458
67611
|
search: Yxe(r),
|
|
@@ -68062,10 +68215,11 @@ function iSe(e) {
|
|
|
68062
68215
|
Ne(t, T$(void 0));
|
|
68063
68216
|
return;
|
|
68064
68217
|
}
|
|
68065
|
-
if (h$(m))
|
|
68066
|
-
|
|
68067
|
-
|
|
68068
|
-
|
|
68218
|
+
if (h$(m)) {
|
|
68219
|
+
if (oe > p) {
|
|
68220
|
+
Ne(t, T$(void 0));
|
|
68221
|
+
return;
|
|
68222
|
+
}
|
|
68069
68223
|
ce.add(t), await ke(f, m, !1, { preventScrollReset: c });
|
|
68070
68224
|
return;
|
|
68071
68225
|
}
|
|
@@ -68626,25 +68780,26 @@ async function uSe(e, t, n, r, i, a) {
|
|
|
68626
68780
|
};
|
|
68627
68781
|
try {
|
|
68628
68782
|
let i = n.route[e];
|
|
68629
|
-
if (r)
|
|
68630
|
-
|
|
68631
|
-
e = t
|
|
68632
|
-
|
|
68633
|
-
|
|
68634
|
-
|
|
68635
|
-
|
|
68636
|
-
|
|
68637
|
-
|
|
68638
|
-
|
|
68639
|
-
|
|
68640
|
-
|
|
68641
|
-
|
|
68642
|
-
|
|
68643
|
-
|
|
68644
|
-
|
|
68645
|
-
|
|
68646
|
-
|
|
68647
|
-
|
|
68783
|
+
if (r) {
|
|
68784
|
+
if (i) {
|
|
68785
|
+
let e, [t] = await Promise.all([c(i).catch((t) => {
|
|
68786
|
+
e = t;
|
|
68787
|
+
}), r]);
|
|
68788
|
+
if (e !== void 0) throw e;
|
|
68789
|
+
o = t;
|
|
68790
|
+
} else if (await r, i = n.route[e], i) o = await c(i);
|
|
68791
|
+
else if (e === "action") {
|
|
68792
|
+
let e = new URL(t.url), r = e.pathname + e.search;
|
|
68793
|
+
throw u$(405, {
|
|
68794
|
+
method: t.method,
|
|
68795
|
+
pathname: r,
|
|
68796
|
+
routeId: n.route.id
|
|
68797
|
+
});
|
|
68798
|
+
} else return {
|
|
68799
|
+
type: TQ.data,
|
|
68800
|
+
result: void 0
|
|
68801
|
+
};
|
|
68802
|
+
} else if (i) o = await c(i);
|
|
68648
68803
|
else {
|
|
68649
68804
|
let e = new URL(t.url);
|
|
68650
68805
|
throw u$(404, { pathname: e.pathname + e.search });
|
|
@@ -68806,14 +68961,16 @@ function a$(e, t, n, r, i, a, o) {
|
|
|
68806
68961
|
let { loaderData: s, errors: c } = pSe(t, n, r, o, !1);
|
|
68807
68962
|
return i.forEach((t) => {
|
|
68808
68963
|
let { key: n, match: r, controller: i } = t, o = a[n];
|
|
68809
|
-
if (bQ(o, "Did not find corresponding fetcher result"), !(i && i.signal.aborted))
|
|
68810
|
-
|
|
68811
|
-
|
|
68812
|
-
|
|
68813
|
-
|
|
68814
|
-
|
|
68815
|
-
|
|
68816
|
-
|
|
68964
|
+
if (bQ(o, "Did not find corresponding fetcher result"), !(i && i.signal.aborted)) {
|
|
68965
|
+
if (m$(o)) {
|
|
68966
|
+
let t = c$(e.matches, r?.route.id);
|
|
68967
|
+
c && c[t.route.id] || (c = vQ({}, c, { [t.route.id]: o.error })), e.fetchers.delete(n);
|
|
68968
|
+
} else if (h$(o)) bQ(!1, "Unhandled fetcher revalidation redirect");
|
|
68969
|
+
else if (p$(o)) bQ(!1, "Unhandled fetcher deferred data");
|
|
68970
|
+
else {
|
|
68971
|
+
let t = T$(o.data);
|
|
68972
|
+
e.fetchers.set(n, t);
|
|
68973
|
+
}
|
|
68817
68974
|
}
|
|
68818
68975
|
}), {
|
|
68819
68976
|
loaderData: s,
|
|
@@ -69643,10 +69800,12 @@ function K$() {
|
|
|
69643
69800
|
function q$(e) {
|
|
69644
69801
|
let { attrs: t, children: n, cls: r, ref: i, role: a, tag: o } = e, s = document.createElement(o);
|
|
69645
69802
|
if (r && (s.className = r), i && s.setAttribute(W$, i), a && s.setAttribute("role", a), t) for (let e of Object.keys(t)) s.setAttribute(e, t[e]);
|
|
69646
|
-
if (n)
|
|
69647
|
-
|
|
69648
|
-
|
|
69649
|
-
|
|
69803
|
+
if (n) {
|
|
69804
|
+
if (typeof n == "string") s.textContent = n;
|
|
69805
|
+
else {
|
|
69806
|
+
let e = !0;
|
|
69807
|
+
for (let t of n) t && (typeof t == "string" ? (s.appendChild(document.createTextNode(t)), e = !1) : typeof t == "function" ? s.appendChild(t()) : (e &&= (s.appendChild(K$()), !1), s.append(q$(t)), s.appendChild(K$())));
|
|
69808
|
+
}
|
|
69650
69809
|
}
|
|
69651
69810
|
return s;
|
|
69652
69811
|
}
|
|
@@ -73013,7 +73172,7 @@ function Uwe(e, t, n = {}) {
|
|
|
73013
73172
|
//#region ../plugins/context-navigation/dist/esm/create-context-navigation-plugin.js
|
|
73014
73173
|
var Wwe = {
|
|
73015
73174
|
name: "contextNavigation",
|
|
73016
|
-
version: "0.1.
|
|
73175
|
+
version: "0.1.1"
|
|
73017
73176
|
};
|
|
73018
73177
|
function Gwe(e) {
|
|
73019
73178
|
let { app: t, navigation: n, context: r, event: i, config: a } = e, o = new rt(), s = /* @__PURE__ */ new Set(), c = {
|
|
@@ -73310,7 +73469,7 @@ var iTe = (e) => {
|
|
|
73310
73469
|
}
|
|
73311
73470
|
let r = o0(t);
|
|
73312
73471
|
return r ? s0(r.appKey, e ?? void 0) : t;
|
|
73313
|
-
}, oTe = "10.0.
|
|
73472
|
+
}, oTe = "10.0.1", sTe = async (e) => {
|
|
73314
73473
|
Zx(e, {
|
|
73315
73474
|
attachConfiguratorEvents: !0,
|
|
73316
73475
|
configure: (e, t) => {
|
|
@@ -74578,10 +74737,11 @@ function YTe(e) {
|
|
|
74578
74737
|
Pe(t, e4(void 0));
|
|
74579
74738
|
return;
|
|
74580
74739
|
}
|
|
74581
|
-
if (G2(y))
|
|
74582
|
-
|
|
74583
|
-
|
|
74584
|
-
|
|
74740
|
+
if (G2(y)) {
|
|
74741
|
+
if (se > _) {
|
|
74742
|
+
Pe(t, e4(void 0));
|
|
74743
|
+
return;
|
|
74744
|
+
}
|
|
74585
74745
|
le.add(t), await Ae(h, y, !1, { preventScrollReset: d });
|
|
74586
74746
|
return;
|
|
74587
74747
|
}
|
|
@@ -75391,33 +75551,34 @@ async function rEe({ request: e, path: t, pattern: n, match: r, lazyHandlerPromi
|
|
|
75391
75551
|
};
|
|
75392
75552
|
try {
|
|
75393
75553
|
let t = u ? r.route.action : r.route.loader;
|
|
75394
|
-
if (i || a)
|
|
75395
|
-
|
|
75396
|
-
|
|
75397
|
-
|
|
75398
|
-
|
|
75399
|
-
|
|
75400
|
-
|
|
75401
|
-
|
|
75402
|
-
|
|
75403
|
-
|
|
75404
|
-
|
|
75405
|
-
|
|
75406
|
-
|
|
75407
|
-
|
|
75408
|
-
|
|
75409
|
-
|
|
75410
|
-
|
|
75411
|
-
|
|
75412
|
-
|
|
75413
|
-
|
|
75414
|
-
|
|
75415
|
-
|
|
75416
|
-
|
|
75417
|
-
|
|
75418
|
-
|
|
75419
|
-
|
|
75420
|
-
|
|
75554
|
+
if (i || a) {
|
|
75555
|
+
if (t) {
|
|
75556
|
+
let e, [n] = await Promise.all([
|
|
75557
|
+
f(t).catch((t) => {
|
|
75558
|
+
e = t;
|
|
75559
|
+
}),
|
|
75560
|
+
i,
|
|
75561
|
+
a
|
|
75562
|
+
]);
|
|
75563
|
+
if (e !== void 0) throw e;
|
|
75564
|
+
c = n;
|
|
75565
|
+
} else {
|
|
75566
|
+
await i;
|
|
75567
|
+
let t = u ? r.route.action : r.route.loader;
|
|
75568
|
+
if (t) [c] = await Promise.all([f(t), a]);
|
|
75569
|
+
else if (d === "action") {
|
|
75570
|
+
let t = new URL(e.url), n = t.pathname + t.search;
|
|
75571
|
+
throw V2(405, {
|
|
75572
|
+
method: e.method,
|
|
75573
|
+
pathname: n,
|
|
75574
|
+
routeId: r.route.id
|
|
75575
|
+
});
|
|
75576
|
+
} else return {
|
|
75577
|
+
type: "data",
|
|
75578
|
+
result: void 0
|
|
75579
|
+
};
|
|
75580
|
+
}
|
|
75581
|
+
} else if (t) c = await f(t);
|
|
75421
75582
|
else {
|
|
75422
75583
|
let t = new URL(e.url);
|
|
75423
75584
|
throw V2(404, { pathname: t.pathname + t.search });
|
|
@@ -76040,10 +76201,12 @@ function FEe({ children: e, error: t }) {
|
|
|
76040
76201
|
if (r) throw r;
|
|
76041
76202
|
let i = Z0(e.location, n), a = i.absoluteURL || i.to;
|
|
76042
76203
|
if (A2(a)) throw Error("Invalid redirect location");
|
|
76043
|
-
if (X0 && !y4.get(t))
|
|
76044
|
-
|
|
76045
|
-
|
|
76046
|
-
|
|
76204
|
+
if (X0 && !y4.get(t)) {
|
|
76205
|
+
if (i.isExternal || e.reloadDocument) window.location.href = a;
|
|
76206
|
+
else {
|
|
76207
|
+
let n = Promise.resolve().then(() => window.__reactRouterDataRouter.navigate(i.to, { replace: e.replace }));
|
|
76208
|
+
throw y4.set(t, n), n;
|
|
76209
|
+
}
|
|
76047
76210
|
}
|
|
76048
76211
|
return /* @__PURE__ */ j.createElement("meta", {
|
|
76049
76212
|
httpEquiv: "refresh",
|
|
@@ -76996,7 +77159,7 @@ function LDe({ routes: e, context: t, loader: n, useTransitions: r }) {
|
|
|
76996
77159
|
}) : n ?? null;
|
|
76997
77160
|
}
|
|
76998
77161
|
//#endregion
|
|
76999
|
-
//#region ../../node_modules/.pnpm/@equinor+eds-core-react@2.6.1_react-dom@19.2.8_react@19.2.8__react@19.2.8_styled-
|
|
77162
|
+
//#region ../../node_modules/.pnpm/@equinor+eds-core-react@2.6.1_react-dom@19.2.8_react@19.2.8__react@19.2.8_styled-compon_7708310e64862990a5cefd8642b9e218/node_modules/@equinor/eds-core-react/dist/esm/components/Button/tokens/button.js
|
|
77000
77163
|
var { typography: { navigation: { button: Y4 } }, colors: { interactive: { disabled__text: { rgba: RDe }, disabled__border: { rgba: zDe }, disabled__fill: { rgba: BDe } } }, spacings: { comfortable: { medium: X4 } }, shape: { button: { minHeight: Z4, borderRadius: Q4 }, _modes: { compact: { button: { minHeight: $4 } } } }, interactions: { focused: e3 }, clickbounds: { default__base: t3, compact__standard: n3 } } = z1, r3 = {
|
|
77001
77164
|
background: "transparent",
|
|
77002
77165
|
height: `var(--eds_button__height, ${Z4})`,
|
|
@@ -77077,19 +77240,19 @@ var { typography: { navigation: { button: Y4 } }, colors: { interactive: { disab
|
|
|
77077
77240
|
} }
|
|
77078
77241
|
};
|
|
77079
77242
|
//#endregion
|
|
77080
|
-
//#region ../../node_modules/.pnpm/@equinor+eds-core-react@2.6.1_react-dom@19.2.8_react@19.2.8__react@19.2.8_styled-
|
|
77243
|
+
//#region ../../node_modules/.pnpm/@equinor+eds-core-react@2.6.1_react-dom@19.2.8_react@19.2.8__react@19.2.8_styled-compon_7708310e64862990a5cefd8642b9e218/node_modules/@equinor/eds-core-react/dist/esm/node_modules/.pnpm/ramda@0.32.0/node_modules/ramda/es/internal/_isPlaceholder.js
|
|
77081
77244
|
function i3(e) {
|
|
77082
77245
|
return typeof e == "object" && !!e && e["@@functional/placeholder"] === !0;
|
|
77083
77246
|
}
|
|
77084
77247
|
//#endregion
|
|
77085
|
-
//#region ../../node_modules/.pnpm/@equinor+eds-core-react@2.6.1_react-dom@19.2.8_react@19.2.8__react@19.2.8_styled-
|
|
77248
|
+
//#region ../../node_modules/.pnpm/@equinor+eds-core-react@2.6.1_react-dom@19.2.8_react@19.2.8__react@19.2.8_styled-compon_7708310e64862990a5cefd8642b9e218/node_modules/@equinor/eds-core-react/dist/esm/node_modules/.pnpm/ramda@0.32.0/node_modules/ramda/es/internal/_curry1.js
|
|
77086
77249
|
function a3(e) {
|
|
77087
77250
|
return function t(n) {
|
|
77088
77251
|
return arguments.length === 0 || i3(n) ? t : e.apply(this, arguments);
|
|
77089
77252
|
};
|
|
77090
77253
|
}
|
|
77091
77254
|
//#endregion
|
|
77092
|
-
//#region ../../node_modules/.pnpm/@equinor+eds-core-react@2.6.1_react-dom@19.2.8_react@19.2.8__react@19.2.8_styled-
|
|
77255
|
+
//#region ../../node_modules/.pnpm/@equinor+eds-core-react@2.6.1_react-dom@19.2.8_react@19.2.8__react@19.2.8_styled-compon_7708310e64862990a5cefd8642b9e218/node_modules/@equinor/eds-core-react/dist/esm/node_modules/.pnpm/ramda@0.32.0/node_modules/ramda/es/internal/_curry2.js
|
|
77093
77256
|
function o3(e) {
|
|
77094
77257
|
return function t(n, r) {
|
|
77095
77258
|
switch (arguments.length) {
|
|
@@ -77106,7 +77269,7 @@ function o3(e) {
|
|
|
77106
77269
|
};
|
|
77107
77270
|
}
|
|
77108
77271
|
//#endregion
|
|
77109
|
-
//#region ../../node_modules/.pnpm/@equinor+eds-core-react@2.6.1_react-dom@19.2.8_react@19.2.8__react@19.2.8_styled-
|
|
77272
|
+
//#region ../../node_modules/.pnpm/@equinor+eds-core-react@2.6.1_react-dom@19.2.8_react@19.2.8__react@19.2.8_styled-compon_7708310e64862990a5cefd8642b9e218/node_modules/@equinor/eds-core-react/dist/esm/node_modules/.pnpm/ramda@0.32.0/node_modules/ramda/es/internal/_curry3.js
|
|
77110
77273
|
function s3(e) {
|
|
77111
77274
|
return function t(n, r, i) {
|
|
77112
77275
|
switch (arguments.length) {
|
|
@@ -77138,17 +77301,17 @@ function s3(e) {
|
|
|
77138
77301
|
};
|
|
77139
77302
|
}
|
|
77140
77303
|
//#endregion
|
|
77141
|
-
//#region ../../node_modules/.pnpm/@equinor+eds-core-react@2.6.1_react-dom@19.2.8_react@19.2.8__react@19.2.8_styled-
|
|
77304
|
+
//#region ../../node_modules/.pnpm/@equinor+eds-core-react@2.6.1_react-dom@19.2.8_react@19.2.8__react@19.2.8_styled-compon_7708310e64862990a5cefd8642b9e218/node_modules/@equinor/eds-core-react/dist/esm/node_modules/.pnpm/ramda@0.32.0/node_modules/ramda/es/internal/_isObject.js
|
|
77142
77305
|
function c3(e) {
|
|
77143
77306
|
return Object.prototype.toString.call(e) === "[object Object]";
|
|
77144
77307
|
}
|
|
77145
77308
|
//#endregion
|
|
77146
|
-
//#region ../../node_modules/.pnpm/@equinor+eds-core-react@2.6.1_react-dom@19.2.8_react@19.2.8__react@19.2.8_styled-
|
|
77309
|
+
//#region ../../node_modules/.pnpm/@equinor+eds-core-react@2.6.1_react-dom@19.2.8_react@19.2.8__react@19.2.8_styled-compon_7708310e64862990a5cefd8642b9e218/node_modules/@equinor/eds-core-react/dist/esm/node_modules/.pnpm/ramda@0.32.0/node_modules/ramda/es/internal/_has.js
|
|
77147
77310
|
function l3(e, t) {
|
|
77148
77311
|
return Object.prototype.hasOwnProperty.call(t, e);
|
|
77149
77312
|
}
|
|
77150
77313
|
//#endregion
|
|
77151
|
-
//#region ../../node_modules/.pnpm/@equinor+eds-core-react@2.6.1_react-dom@19.2.8_react@19.2.8__react@19.2.8_styled-
|
|
77314
|
+
//#region ../../node_modules/.pnpm/@equinor+eds-core-react@2.6.1_react-dom@19.2.8_react@19.2.8__react@19.2.8_styled-compon_7708310e64862990a5cefd8642b9e218/node_modules/@equinor/eds-core-react/dist/esm/node_modules/.pnpm/ramda@0.32.0/node_modules/ramda/es/mergeWithKey.js
|
|
77152
77315
|
var VDe = /*#__PURE__*/ s3(function(e, t, n) {
|
|
77153
77316
|
var r = {}, i;
|
|
77154
77317
|
for (i in t ||= {}, n ||= {}, t) l3(i, t) && (r[i] = l3(i, n) ? e(i, t[i], n[i]) : t[i]);
|
|
@@ -77490,19 +77653,19 @@ var VDe = /*#__PURE__*/ s3(function(e, t, n) {
|
|
|
77490
77653
|
}, [e, t]);
|
|
77491
77654
|
};
|
|
77492
77655
|
//#endregion
|
|
77493
|
-
//#region ../../node_modules/.pnpm/@equinor+eds-utils@2.2.1_react-dom@19.2.8_react@19.2.8__react@19.2.8_styled-components@
|
|
77656
|
+
//#region ../../node_modules/.pnpm/@equinor+eds-utils@2.2.1_react-dom@19.2.8_react@19.2.8__react@19.2.8_styled-components@_7f0949c8100aedb43281cafd07dfff00/node_modules/@equinor/eds-utils/dist/esm/node_modules/.pnpm/ramda@0.32.0/node_modules/ramda/es/internal/_isPlaceholder.mjs
|
|
77494
77657
|
function J3(e) {
|
|
77495
77658
|
return typeof e == "object" && !!e && e["@@functional/placeholder"] === !0;
|
|
77496
77659
|
}
|
|
77497
77660
|
//#endregion
|
|
77498
|
-
//#region ../../node_modules/.pnpm/@equinor+eds-utils@2.2.1_react-dom@19.2.8_react@19.2.8__react@19.2.8_styled-components@
|
|
77661
|
+
//#region ../../node_modules/.pnpm/@equinor+eds-utils@2.2.1_react-dom@19.2.8_react@19.2.8__react@19.2.8_styled-components@_7f0949c8100aedb43281cafd07dfff00/node_modules/@equinor/eds-utils/dist/esm/node_modules/.pnpm/ramda@0.32.0/node_modules/ramda/es/internal/_curry1.mjs
|
|
77499
77662
|
function Y3(e) {
|
|
77500
77663
|
return function t(n) {
|
|
77501
77664
|
return arguments.length === 0 || J3(n) ? t : e.apply(this, arguments);
|
|
77502
77665
|
};
|
|
77503
77666
|
}
|
|
77504
77667
|
//#endregion
|
|
77505
|
-
//#region ../../node_modules/.pnpm/@equinor+eds-utils@2.2.1_react-dom@19.2.8_react@19.2.8__react@19.2.8_styled-components@
|
|
77668
|
+
//#region ../../node_modules/.pnpm/@equinor+eds-utils@2.2.1_react-dom@19.2.8_react@19.2.8__react@19.2.8_styled-components@_7f0949c8100aedb43281cafd07dfff00/node_modules/@equinor/eds-utils/dist/esm/node_modules/.pnpm/ramda@0.32.0/node_modules/ramda/es/internal/_curry2.mjs
|
|
77506
77669
|
function X3(e) {
|
|
77507
77670
|
return function t(n, r) {
|
|
77508
77671
|
switch (arguments.length) {
|
|
@@ -77519,7 +77682,7 @@ function X3(e) {
|
|
|
77519
77682
|
};
|
|
77520
77683
|
}
|
|
77521
77684
|
//#endregion
|
|
77522
|
-
//#region ../../node_modules/.pnpm/@equinor+eds-utils@2.2.1_react-dom@19.2.8_react@19.2.8__react@19.2.8_styled-components@
|
|
77685
|
+
//#region ../../node_modules/.pnpm/@equinor+eds-utils@2.2.1_react-dom@19.2.8_react@19.2.8__react@19.2.8_styled-components@_7f0949c8100aedb43281cafd07dfff00/node_modules/@equinor/eds-utils/dist/esm/node_modules/.pnpm/ramda@0.32.0/node_modules/ramda/es/internal/_curry3.mjs
|
|
77523
77686
|
function Z3(e) {
|
|
77524
77687
|
return function t(n, r, i) {
|
|
77525
77688
|
switch (arguments.length) {
|
|
@@ -77551,17 +77714,17 @@ function Z3(e) {
|
|
|
77551
77714
|
};
|
|
77552
77715
|
}
|
|
77553
77716
|
//#endregion
|
|
77554
|
-
//#region ../../node_modules/.pnpm/@equinor+eds-utils@2.2.1_react-dom@19.2.8_react@19.2.8__react@19.2.8_styled-components@
|
|
77717
|
+
//#region ../../node_modules/.pnpm/@equinor+eds-utils@2.2.1_react-dom@19.2.8_react@19.2.8__react@19.2.8_styled-components@_7f0949c8100aedb43281cafd07dfff00/node_modules/@equinor/eds-utils/dist/esm/node_modules/.pnpm/ramda@0.32.0/node_modules/ramda/es/internal/_isObject.mjs
|
|
77555
77718
|
function Q3(e) {
|
|
77556
77719
|
return Object.prototype.toString.call(e) === "[object Object]";
|
|
77557
77720
|
}
|
|
77558
77721
|
//#endregion
|
|
77559
|
-
//#region ../../node_modules/.pnpm/@equinor+eds-utils@2.2.1_react-dom@19.2.8_react@19.2.8__react@19.2.8_styled-components@
|
|
77722
|
+
//#region ../../node_modules/.pnpm/@equinor+eds-utils@2.2.1_react-dom@19.2.8_react@19.2.8__react@19.2.8_styled-components@_7f0949c8100aedb43281cafd07dfff00/node_modules/@equinor/eds-utils/dist/esm/node_modules/.pnpm/ramda@0.32.0/node_modules/ramda/es/internal/_has.mjs
|
|
77560
77723
|
function $3(e, t) {
|
|
77561
77724
|
return Object.prototype.hasOwnProperty.call(t, e);
|
|
77562
77725
|
}
|
|
77563
77726
|
//#endregion
|
|
77564
|
-
//#region ../../node_modules/.pnpm/@equinor+eds-utils@2.2.1_react-dom@19.2.8_react@19.2.8__react@19.2.8_styled-components@
|
|
77727
|
+
//#region ../../node_modules/.pnpm/@equinor+eds-utils@2.2.1_react-dom@19.2.8_react@19.2.8__react@19.2.8_styled-components@_7f0949c8100aedb43281cafd07dfff00/node_modules/@equinor/eds-utils/dist/esm/node_modules/.pnpm/ramda@0.32.0/node_modules/ramda/es/mergeWithKey.mjs
|
|
77565
77728
|
var DOe = /*#__PURE__*/ Z3(function(e, t, n) {
|
|
77566
77729
|
var r = {}, i;
|
|
77567
77730
|
for (i in t ||= {}, n ||= {}, t) $3(i, t) && (r[i] = $3(i, n) ? e(i, t[i], n[i]) : t[i]);
|
|
@@ -78631,15 +78794,17 @@ function K6(e, t, n) {
|
|
|
78631
78794
|
return typeof r == "function" ? e ? r(e) : null : r;
|
|
78632
78795
|
}).concat(e).reduce((e, t) => (t && Object.entries(t).forEach((t) => {
|
|
78633
78796
|
let [n, a] = t;
|
|
78634
|
-
if (!(i && [E6, D6].includes(n)))
|
|
78635
|
-
if (
|
|
78636
|
-
|
|
78637
|
-
|
|
78638
|
-
|
|
78639
|
-
|
|
78640
|
-
|
|
78641
|
-
|
|
78642
|
-
|
|
78797
|
+
if (!(i && [E6, D6].includes(n))) {
|
|
78798
|
+
if (n.indexOf("on") === 0) {
|
|
78799
|
+
if (r.has(n) || r.set(n, []), typeof a == "function") {
|
|
78800
|
+
var o;
|
|
78801
|
+
(o = r.get(n)) == null || o.push(a), e[n] = function() {
|
|
78802
|
+
var e = [...arguments];
|
|
78803
|
+
return r.get(n)?.map((t) => t(...e)).find((e) => e !== void 0);
|
|
78804
|
+
};
|
|
78805
|
+
}
|
|
78806
|
+
} else e[n] = a;
|
|
78807
|
+
}
|
|
78643
78808
|
}), e), {})
|
|
78644
78809
|
};
|
|
78645
78810
|
}
|
|
@@ -78719,7 +78884,7 @@ function Nke(e, t) {
|
|
|
78719
78884
|
]);
|
|
78720
78885
|
}
|
|
78721
78886
|
//#endregion
|
|
78722
|
-
//#region ../../node_modules/.pnpm/@equinor+eds-core-react@2.6.1_react-dom@19.2.8_react@19.2.8__react@19.2.8_styled-
|
|
78887
|
+
//#region ../../node_modules/.pnpm/@equinor+eds-core-react@2.6.1_react-dom@19.2.8_react@19.2.8__react@19.2.8_styled-compon_7708310e64862990a5cefd8642b9e218/node_modules/@equinor/eds-core-react/dist/esm/components/Tooltip/Tooltip.js
|
|
78723
78888
|
var Pke = Y("div").withConfig({ shouldForwardProp: () => !0 }).withConfig({
|
|
78724
78889
|
displayName: "Tooltip__StyledTooltip",
|
|
78725
78890
|
componentId: "sc-m2im2p-0"
|
|
@@ -78856,7 +79021,7 @@ var Pke = Y("div").withConfig({ shouldForwardProp: () => !0 }).withConfig({
|
|
|
78856
79021
|
}), Y6 = zOe;
|
|
78857
79022
|
Y6.Group = i6, Y6.Toggle = Lke, Y6.Group.displayName = "Button.Group", Y6.Toggle.displayName = "Button.Toggle";
|
|
78858
79023
|
//#endregion
|
|
78859
|
-
//#region ../../node_modules/.pnpm/@equinor+eds-core-react@2.6.1_react-dom@19.2.8_react@19.2.8__react@19.2.8_styled-
|
|
79024
|
+
//#region ../../node_modules/.pnpm/@equinor+eds-core-react@2.6.1_react-dom@19.2.8_react@19.2.8__react@19.2.8_styled-compon_7708310e64862990a5cefd8642b9e218/node_modules/@equinor/eds-core-react/dist/esm/components/Icon/library.js
|
|
78860
79025
|
var X6 = {}, Rke = (e) => {
|
|
78861
79026
|
X6 = {
|
|
78862
79027
|
...X6,
|
|
@@ -78922,7 +79087,7 @@ var X6 = {}, Rke = (e) => {
|
|
|
78922
79087
|
});
|
|
78923
79088
|
Q6.add = Rke;
|
|
78924
79089
|
//#endregion
|
|
78925
|
-
//#region ../../node_modules/.pnpm/@equinor+eds-core-react@2.6.1_react-dom@19.2.8_react@19.2.8__react@19.2.8_styled-
|
|
79090
|
+
//#region ../../node_modules/.pnpm/@equinor+eds-core-react@2.6.1_react-dom@19.2.8_react@19.2.8__react@19.2.8_styled-compon_7708310e64862990a5cefd8642b9e218/node_modules/@equinor/eds-core-react/dist/esm/components/Tabs/Tabs.context.js
|
|
78926
79091
|
var $6 = /*#__PURE__*/ (0, j.createContext)({
|
|
78927
79092
|
variant: "minWidth",
|
|
78928
79093
|
scrollable: !1,
|
|
@@ -78933,7 +79098,7 @@ var $6 = /*#__PURE__*/ (0, j.createContext)({
|
|
|
78933
79098
|
}), Hke = $6.Provider;
|
|
78934
79099
|
$6.Consumer;
|
|
78935
79100
|
//#endregion
|
|
78936
|
-
//#region ../../node_modules/.pnpm/@equinor+eds-core-react@2.6.1_react-dom@19.2.8_react@19.2.8__react@19.2.8_styled-
|
|
79101
|
+
//#region ../../node_modules/.pnpm/@equinor+eds-core-react@2.6.1_react-dom@19.2.8_react@19.2.8__react@19.2.8_styled-compon_7708310e64862990a5cefd8642b9e218/node_modules/@equinor/eds-core-react/dist/esm/components/Tabs/Tabs.tokens.js
|
|
78937
79102
|
var { colors: { text: { static_icons__tertiary: { rgba: Uke } }, ui: { background__medium: { rgba: Wke } }, interactive: { focus: { rgba: e8 }, primary__hover_alt: { rgba: Gke }, primary__resting: { rgba: t8 }, primary__hover: { rgba: Kke } } }, clickbounds: { default__base: n8 }, spacings: { comfortable: { medium: r8 } }, interactions: { focused: { width: i8 } }, typography: { navigation: { menu_tabs: qke, menu_title: Jke } } } = z1, Yke = {
|
|
78938
79103
|
entities: {
|
|
78939
79104
|
panel: {
|
|
@@ -79149,7 +79314,7 @@ var { colors: { text: { static_icons__tertiary: { rgba: Uke } }, ui: { backgroun
|
|
|
79149
79314
|
}), a8 = Xke;
|
|
79150
79315
|
a8.Tab = tAe, a8.Panels = nAe, a8.Panel = iAe, a8.List = $ke, a8.Tab.displayName = "Tabs.Tab", a8.Panels.displayName = "Tabs.Panels", a8.Panel.displayName = "Tabs.Panel", a8.List.displayName = "Tabs.List";
|
|
79151
79316
|
//#endregion
|
|
79152
|
-
//#region ../../node_modules/.pnpm/@equinor+eds-core-react@2.6.1_react-dom@19.2.8_react@19.2.8__react@19.2.8_styled-
|
|
79317
|
+
//#region ../../node_modules/.pnpm/@equinor+eds-core-react@2.6.1_react-dom@19.2.8_react@19.2.8__react@19.2.8_styled-compon_7708310e64862990a5cefd8642b9e218/node_modules/@equinor/eds-core-react/dist/esm/components/Paper/Paper.tokens.js
|
|
79153
79318
|
var { elevation: aAe, colors: { ui: { background__default: { rgba: oAe } } } } = z1, sAe = { background: oAe }, cAe = Y.div.withConfig({
|
|
79154
79319
|
displayName: "Paper__StyledPaper",
|
|
79155
79320
|
componentId: "sc-6ncnv9-0"
|
|
@@ -79298,7 +79463,7 @@ var { elevation: aAe, colors: { ui: { background__default: { rgba: oAe } } } } =
|
|
|
79298
79463
|
}), m8 = OAe;
|
|
79299
79464
|
m8.Actions = AAe, m8.Header = MAe, m8.CustomContent = PAe, m8.Actions.displayName = "Topbar.Actions", m8.Header.displayName = "Topbar.Header", m8.CustomContent.displayName = "Topbar.CustomContent";
|
|
79300
79465
|
//#endregion
|
|
79301
|
-
//#region ../../node_modules/.pnpm/@equinor+eds-core-react@2.6.1_react-dom@19.2.8_react@19.2.8__react@19.2.8_styled-
|
|
79466
|
+
//#region ../../node_modules/.pnpm/@equinor+eds-core-react@2.6.1_react-dom@19.2.8_react@19.2.8__react@19.2.8_styled-compon_7708310e64862990a5cefd8642b9e218/node_modules/@equinor/eds-core-react/dist/esm/components/Dialog/Dialog.tokens.js
|
|
79302
79467
|
var { spacings: { comfortable: { medium: h8 } }, typography: { ui: { accordion_header: g8 }, paragraph: { body_long: FAe } }, colors: { ui: { background__default: { rgba: IAe }, background__scrim: { rgba: LAe } } }, shape: { corners: { borderRadius: RAe } } } = z1, zAe = {
|
|
79303
79468
|
width: "252px",
|
|
79304
79469
|
background: IAe,
|
|
@@ -79494,7 +79659,7 @@ var { spacings: { comfortable: { medium: h8 } }, typography: { ui: { accordion_h
|
|
|
79494
79659
|
}), S8 = HAe;
|
|
79495
79660
|
S8.Actions = WAe, S8.Title = KAe, S8.CustomContent = x8, S8.Content = x8, S8.Header = aje, S8.Actions.displayName = "Dialog.Actions", S8.Title.displayName = "Dialog.Title", S8.Content.displayName = "Dialog.Content", S8.Header.displayName = "Dialog.Header";
|
|
79496
79661
|
//#endregion
|
|
79497
|
-
//#region ../../node_modules/.pnpm/@equinor+eds-core-react@2.6.1_react-dom@19.2.8_react@19.2.8__react@19.2.8_styled-
|
|
79662
|
+
//#region ../../node_modules/.pnpm/@equinor+eds-core-react@2.6.1_react-dom@19.2.8_react@19.2.8__react@19.2.8_styled-compon_7708310e64862990a5cefd8642b9e218/node_modules/@equinor/eds-core-react/dist/esm/components/Snackbar/SnackbarAction.js
|
|
79498
79663
|
var oje = Y.div.withConfig({
|
|
79499
79664
|
displayName: "SnackbarAction__StyledSnackbarAction",
|
|
79500
79665
|
componentId: "sc-1v5mjvd-0"
|
|
@@ -79588,7 +79753,7 @@ var oje = Y.div.withConfig({
|
|
|
79588
79753
|
});
|
|
79589
79754
|
w8.Action = sje;
|
|
79590
79755
|
//#endregion
|
|
79591
|
-
//#region ../../node_modules/.pnpm/@equinor+eds-core-react@2.6.1_react-dom@19.2.8_react@19.2.8__react@19.2.8_styled-
|
|
79756
|
+
//#region ../../node_modules/.pnpm/@equinor+eds-core-react@2.6.1_react-dom@19.2.8_react@19.2.8__react@19.2.8_styled-compon_7708310e64862990a5cefd8642b9e218/node_modules/@equinor/eds-core-react/dist/esm/components/Banner/Banner.tokens.js
|
|
79592
79757
|
var vje = /* @__PURE__ */ s({
|
|
79593
79758
|
enabled: () => E8,
|
|
79594
79759
|
info: () => Oje,
|
|
@@ -79706,7 +79871,7 @@ var vje = /* @__PURE__ */ s({
|
|
|
79706
79871
|
}), A8 = Nje;
|
|
79707
79872
|
A8.Icon = k8, A8.Message = Fje, A8.Actions = Lje, A8.Icon.displayName = "Banner.Icon", A8.Message.displayName = "Banner.Message", A8.Actions.displayName = "Banner.Actions";
|
|
79708
79873
|
//#endregion
|
|
79709
|
-
//#region ../../node_modules/.pnpm/@equinor+eds-core-react@2.6.1_react-dom@19.2.8_react@19.2.8__react@19.2.8_styled-
|
|
79874
|
+
//#region ../../node_modules/.pnpm/@equinor+eds-core-react@2.6.1_react-dom@19.2.8_react@19.2.8__react@19.2.8_styled-compon_7708310e64862990a5cefd8642b9e218/node_modules/@equinor/eds-core-react/dist/esm/components/Progress/Linear/LinearProgress.tokens.js
|
|
79710
79875
|
var { colors: { infographic: { primary__moss_green_13: { rgba: Rje }, primary__moss_green_100: { rgba: zje } } } } = z1, j8 = {
|
|
79711
79876
|
background: Rje,
|
|
79712
79877
|
entities: { progress: { background: zje } }
|
|
@@ -79771,7 +79936,7 @@ var { colors: { infographic: { primary__moss_green_13: { rgba: Rje }, primary__m
|
|
|
79771
79936
|
...i,
|
|
79772
79937
|
ref: a,
|
|
79773
79938
|
$variant: e
|
|
79774
|
-
}, l = rMe(r), [u, d] = (0, j.useState)(0), f = 2 * Math.PI *
|
|
79939
|
+
}, l = rMe(r), [u, d] = (0, j.useState)(0), f = 2 * Math.PI * 22;
|
|
79775
79940
|
e === "determinate" && (s.stroke = f.toFixed(3), s.strokeDashoffset = `${((100 - o) / 100 * f).toFixed(3)}px`, c["aria-valuenow"] = o, t !== void 0 && (c["aria-valuenow"] = o, c["aria-valuemin"] = 0, c["aria-valuemax"] = 100)), (0, j.useEffect)(() => {
|
|
79776
79941
|
e !== "indeterminate" && (o >= 25 && o < 50 ? d(25) : o >= 50 && o < 75 ? d(50) : o >= 75 && o < 100 ? d(75) : o === 100 && d(100));
|
|
79777
79942
|
}, [o, e]);
|
|
@@ -79787,7 +79952,7 @@ var { colors: { infographic: { primary__moss_green_13: { rgba: Rje }, primary__m
|
|
|
79787
79952
|
style: s,
|
|
79788
79953
|
cx: 48,
|
|
79789
79954
|
cy: 48,
|
|
79790
|
-
r:
|
|
79955
|
+
r: 22,
|
|
79791
79956
|
fill: "none",
|
|
79792
79957
|
strokeWidth: 4,
|
|
79793
79958
|
stroke: l.background
|
|
@@ -79795,7 +79960,7 @@ var { colors: { infographic: { primary__moss_green_13: { rgba: Rje }, primary__m
|
|
|
79795
79960
|
style: s,
|
|
79796
79961
|
cx: 48,
|
|
79797
79962
|
cy: 48,
|
|
79798
|
-
r:
|
|
79963
|
+
r: 22,
|
|
79799
79964
|
fill: "none",
|
|
79800
79965
|
strokeLinecap: "round",
|
|
79801
79966
|
strokeWidth: 4,
|
|
@@ -80050,7 +80215,7 @@ var { colors: { infographic: { primary__moss_green_13: { rgba: Rje }, primary__m
|
|
|
80050
80215
|
});
|
|
80051
80216
|
K8.displayName = "MenuItem";
|
|
80052
80217
|
//#endregion
|
|
80053
|
-
//#region ../../node_modules/.pnpm/@equinor+eds-core-react@2.6.1_react-dom@19.2.8_react@19.2.8__react@19.2.8_styled-
|
|
80218
|
+
//#region ../../node_modules/.pnpm/@equinor+eds-core-react@2.6.1_react-dom@19.2.8_react@19.2.8__react@19.2.8_styled-compon_7708310e64862990a5cefd8642b9e218/node_modules/@equinor/eds-core-react/dist/esm/components/Menu/MenuSection.js
|
|
80054
80219
|
var PMe = Y.div.attrs(() => ({ tabIndex: 0 })).withConfig({
|
|
80055
80220
|
displayName: "MenuSection__Header",
|
|
80056
80221
|
componentId: "sc-gfcbvg-0"
|
|
@@ -80214,7 +80379,7 @@ var LMe = /*#__PURE__*/ (0, j.forwardRef)(function({ addCloseMenuOnClickIndex: e
|
|
|
80214
80379
|
});
|
|
80215
80380
|
Y8.Item = K8, Y8.Section = q8, Y8.Item.displayName = "Menu.Item", Y8.Section.displayName = "Menu.Section";
|
|
80216
80381
|
//#endregion
|
|
80217
|
-
//#region ../../node_modules/.pnpm/@equinor+eds-core-react@2.6.1_react-dom@19.2.8_react@19.2.8__react@19.2.8_styled-
|
|
80382
|
+
//#region ../../node_modules/.pnpm/@equinor+eds-core-react@2.6.1_react-dom@19.2.8_react@19.2.8__react@19.2.8_styled-compon_7708310e64862990a5cefd8642b9e218/node_modules/@equinor/eds-core-react/dist/esm/components/Input/Input.tokens.js
|
|
80218
80383
|
var HMe = /* @__PURE__ */ s({
|
|
80219
80384
|
error: () => l5,
|
|
80220
80385
|
input: () => c5,
|
|
@@ -81122,7 +81287,7 @@ var cNe = /* @__PURE__ */ o(((e) => {
|
|
|
81122
81287
|
});
|
|
81123
81288
|
a7.displayName = "SliderInput";
|
|
81124
81289
|
//#endregion
|
|
81125
|
-
//#region ../../node_modules/.pnpm/@equinor+eds-core-react@2.6.1_react-dom@19.2.8_react@19.2.8__react@19.2.8_styled-
|
|
81290
|
+
//#region ../../node_modules/.pnpm/@equinor+eds-core-react@2.6.1_react-dom@19.2.8_react@19.2.8__react@19.2.8_styled-compon_7708310e64862990a5cefd8642b9e218/node_modules/@equinor/eds-core-react/dist/esm/components/Slider/Slider.js
|
|
81126
81291
|
var { entities: { track: o7, handle: s7, dot: c7, output: l7 } } = J5, JNe = encodeURIComponent(o7.background), u7 = encodeURIComponent(o7.states.hover.background), d7 = LP(["background-image:url(\"data:image/svg+xml,<svg xmlns='http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'><rect x='0' y='11' fill='", "' width='100%' height='4' rx='2' /></svg>\");background-size:cover;background-repeat:no-repeat;"], JNe), f7 = LP([
|
|
81127
81292
|
"grid-column:1 / span 2;grid-row:2;height:",
|
|
81128
81293
|
";margin-bottom:",
|
|
@@ -81413,7 +81578,7 @@ var { entities: { track: o7, handle: s7, dot: c7, output: l7 } } = J5, JNe = enc
|
|
|
81413
81578
|
});
|
|
81414
81579
|
y7.displayName = "SwitchSmall";
|
|
81415
81580
|
//#endregion
|
|
81416
|
-
//#region ../../node_modules/.pnpm/@equinor+eds-core-react@2.6.1_react-dom@19.2.8_react@19.2.8__react@19.2.8_styled-
|
|
81581
|
+
//#region ../../node_modules/.pnpm/@equinor+eds-core-react@2.6.1_react-dom@19.2.8_react@19.2.8__react@19.2.8_styled-compon_7708310e64862990a5cefd8642b9e218/node_modules/@equinor/eds-core-react/dist/esm/components/Switch/SwitchDefault.js
|
|
81417
81582
|
var tPe = Y(_7).withConfig({
|
|
81418
81583
|
displayName: "SwitchDefault__Input",
|
|
81419
81584
|
componentId: "sc-16ym5pn-0"
|
|
@@ -81457,7 +81622,7 @@ var tPe = Y(_7).withConfig({
|
|
|
81457
81622
|
});
|
|
81458
81623
|
b7.displayName = "SwitchDefault";
|
|
81459
81624
|
//#endregion
|
|
81460
|
-
//#region ../../node_modules/.pnpm/@equinor+eds-core-react@2.6.1_react-dom@19.2.8_react@19.2.8__react@19.2.8_styled-
|
|
81625
|
+
//#region ../../node_modules/.pnpm/@equinor+eds-core-react@2.6.1_react-dom@19.2.8_react@19.2.8__react@19.2.8_styled-compon_7708310e64862990a5cefd8642b9e218/node_modules/@equinor/eds-core-react/dist/esm/components/Switch/Switch.tokens.js
|
|
81461
81626
|
var { colors: { ui: { background__medium: { rgba: iPe } }, interactive: { primary__hover_alt: { rgba: x7 }, primary__hover: { rgba: S7 }, primary__selected_highlight: { rgba: aPe }, primary__resting: { rgba: C7 }, disabled__fill: { rgba: oPe }, focus: { rgba: sPe }, icon_on_interactive_colors: { rgba: cPe } }, text: { static_icons__tertiary: { rgba: w7 } } }, typography: { navigation: { menu_title: lPe } }, clickbounds: T7, elevation: { raised: uPe }, spacings: { comfortable: { medium_small: dPe } }, shape: { circle: E7, _modes: { compact: { icon_button: D7 } } }, interactions: { focused: { width: fPe } } } = z1, pPe = {
|
|
81462
81627
|
typography: lPe,
|
|
81463
81628
|
height: E7.minHeight,
|
|
@@ -81573,7 +81738,7 @@ var { colors: { ui: { background__medium: { rgba: iPe } }, interactive: { primar
|
|
|
81573
81738
|
});
|
|
81574
81739
|
O7.displayName = "Switch";
|
|
81575
81740
|
//#endregion
|
|
81576
|
-
//#region ../../node_modules/.pnpm/@equinor+eds-core-react@2.6.1_react-dom@19.2.8_react@19.2.8__react@19.2.8_styled-
|
|
81741
|
+
//#region ../../node_modules/.pnpm/@equinor+eds-core-react@2.6.1_react-dom@19.2.8_react@19.2.8__react@19.2.8_styled-compon_7708310e64862990a5cefd8642b9e218/node_modules/@equinor/eds-core-react/dist/esm/components/InputWrapper/useInputField.js
|
|
81577
81742
|
var gPe = ({ id: e, label: t, meta: n, helperText: r, helperIcon: i, variant: a, disabled: o, className: s, style: c }) => {
|
|
81578
81743
|
let l = (0, j.useId)(), u = (0, j.useId)(), d = e ?? l, f = u, p = !!r, m = {
|
|
81579
81744
|
className: s,
|
|
@@ -82387,14 +82552,14 @@ var zPe = (e) => {
|
|
|
82387
82552
|
};
|
|
82388
82553
|
$7.displayName = "ContextProvider";
|
|
82389
82554
|
//#endregion
|
|
82390
|
-
//#region ../../node_modules/.pnpm/@equinor+fusion-react-context-selector@2.0.9_react@19.2.8_styled-components@6.5.
|
|
82555
|
+
//#region ../../node_modules/.pnpm/@equinor+fusion-react-context-selector@2.0.9_react@19.2.8_styled-components@6.5.1_react_91fa98a3f1a054936cc336a6dde544a9/node_modules/@equinor/fusion-react-context-selector/dist/ContextSelector.js
|
|
82391
82556
|
var e9 = ({ children: e, ...t }) => (0, K.jsx)(Z7, {
|
|
82392
82557
|
...t,
|
|
82393
82558
|
children: e
|
|
82394
82559
|
});
|
|
82395
82560
|
e9.displayName = "ContextSelector";
|
|
82396
82561
|
//#endregion
|
|
82397
|
-
//#region ../../node_modules/.pnpm/@equinor+fusion-react-context-selector@2.0.9_react@19.2.8_styled-components@6.5.
|
|
82562
|
+
//#region ../../node_modules/.pnpm/@equinor+fusion-react-context-selector@2.0.9_react@19.2.8_styled-components@6.5.1_react_91fa98a3f1a054936cc336a6dde544a9/node_modules/@equinor/fusion-react-context-selector/dist/ContextSearch.styles.js
|
|
82398
82563
|
var BPe = Cde((e) => wde({
|
|
82399
82564
|
root: {
|
|
82400
82565
|
position: "relative",
|
|
@@ -83276,10 +83441,12 @@ var c9 = (e) => e.map((e) => {
|
|
|
83276
83441
|
};
|
|
83277
83442
|
}, YPe = (e) => {
|
|
83278
83443
|
let t = (0, j.useId)(), { resolver: n, provider: r, currentContext: [i] } = JPe(), a = (0, j.useCallback)((e) => {
|
|
83279
|
-
if (r)
|
|
83280
|
-
|
|
83281
|
-
|
|
83282
|
-
|
|
83444
|
+
if (r) {
|
|
83445
|
+
if (e.type === "select") {
|
|
83446
|
+
let t = e;
|
|
83447
|
+
t.nativeEvent.detail.selected.length && r.contextClient.setCurrentContext(t.nativeEvent.detail.selected[0].id);
|
|
83448
|
+
} else r.clearCurrentContext();
|
|
83449
|
+
}
|
|
83283
83450
|
}, [r]), o = (0, j.useMemo)(() => new VPe({ date: Date.now() }), []);
|
|
83284
83451
|
return (0, j.useEffect)(() => {
|
|
83285
83452
|
i || document.dispatchEvent(o);
|
|
@@ -84068,7 +84235,7 @@ var y9 = {
|
|
|
84068
84235
|
padding: var(--side-sheet-content-padding, 1rem);
|
|
84069
84236
|
`, x9 = ({ children: e }) => (0, K.jsx)(yFe, { children: e });
|
|
84070
84237
|
//#endregion
|
|
84071
|
-
//#region ../../node_modules/.pnpm/@equinor+fusion-react-side-sheet@2.0.8_@equinor+eds-core-react@2.6.1_react-dom@19.2.
|
|
84238
|
+
//#region ../../node_modules/.pnpm/@equinor+fusion-react-side-sheet@2.0.8_@equinor+eds-core-react@2.6.1_react-dom@19.2.8_r_80ccbf79a0937727005fadccb753417d/node_modules/@equinor/fusion-react-side-sheet/dist/components/icon/FullscreenIcon.js
|
|
84072
84239
|
Q6.add({
|
|
84073
84240
|
fullscreen: gL,
|
|
84074
84241
|
fullscreen_exit: mL
|
|
@@ -84678,7 +84845,7 @@ function B9(e, t = 0, n = []) {
|
|
|
84678
84845
|
return j.Children.toArray(e).reduce((e, r, i) => (FFe(r) ? e.push.apply(e, B9(r.props.children, t + 1, n.concat(r.key || i))) : (0, j.isValidElement)(r) ? e.push((0, j.cloneElement)(r, { key: n.concat(String(r.key)).join(".") })) : (typeof r == "string" || typeof r == "number" || typeof r == "bigint") && e.push(r), e), []);
|
|
84679
84846
|
}
|
|
84680
84847
|
//#endregion
|
|
84681
|
-
//#region ../../node_modules/.pnpm/@equinor+fusion-react-side-sheet@2.0.8_@equinor+eds-core-react@2.6.1_react-dom@19.2.
|
|
84848
|
+
//#region ../../node_modules/.pnpm/@equinor+fusion-react-side-sheet@2.0.8_@equinor+eds-core-react@2.6.1_react-dom@19.2.8_r_80ccbf79a0937727005fadccb753417d/node_modules/@equinor/fusion-react-side-sheet/dist/components/SideSheet.js
|
|
84682
84849
|
var V9 = Y.div`
|
|
84683
84850
|
display: flex;
|
|
84684
84851
|
z-index: 10;
|