@carbon-labs/wc-global-header 0.80.0 → 0.82.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -55,7 +55,7 @@ const co = (t) => new Ys(typeof t == "string" ? t : t + "", void 0, qe), W = (t,
|
|
|
55
55
|
* Copyright 2017 Google LLC
|
|
56
56
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
57
57
|
*/
|
|
58
|
-
const { is: Pc, defineProperty: Ic, getOwnPropertyDescriptor:
|
|
58
|
+
const { is: Pc, defineProperty: Ic, getOwnPropertyDescriptor: Mc, getOwnPropertyNames: Tc, getOwnPropertySymbols: Nc, getPrototypeOf: Lc } = Object, Oo = globalThis, as = Oo.trustedTypes, Hc = as ? as.emptyScript : "", fe = Oo.reactiveElementPolyfillSupport, Nt = (t, o) => t, oe = { toAttribute(t, o) {
|
|
59
59
|
switch (o) {
|
|
60
60
|
case Boolean:
|
|
61
61
|
t = t ? Hc : null;
|
|
@@ -99,7 +99,7 @@ let mt = class extends HTMLElement {
|
|
|
99
99
|
}
|
|
100
100
|
}
|
|
101
101
|
static getPropertyDescriptor(o, e, s) {
|
|
102
|
-
const { get: c, set: r } =
|
|
102
|
+
const { get: c, set: r } = Mc(this.prototype, o) ?? { get() {
|
|
103
103
|
return this[e];
|
|
104
104
|
}, set(n) {
|
|
105
105
|
this[e] = n;
|
|
@@ -113,14 +113,14 @@ let mt = class extends HTMLElement {
|
|
|
113
113
|
return this.elementProperties.get(o) ?? is;
|
|
114
114
|
}
|
|
115
115
|
static _$Ei() {
|
|
116
|
-
if (this.hasOwnProperty(
|
|
116
|
+
if (this.hasOwnProperty(Nt("elementProperties"))) return;
|
|
117
117
|
const o = Lc(this);
|
|
118
118
|
o.finalize(), o.l !== void 0 && (this.l = [...o.l]), this.elementProperties = new Map(o.elementProperties);
|
|
119
119
|
}
|
|
120
120
|
static finalize() {
|
|
121
|
-
if (this.hasOwnProperty(
|
|
122
|
-
if (this.finalized = !0, this._$Ei(), this.hasOwnProperty(
|
|
123
|
-
const e = this.properties, s = [...
|
|
121
|
+
if (this.hasOwnProperty(Nt("finalized"))) return;
|
|
122
|
+
if (this.finalized = !0, this._$Ei(), this.hasOwnProperty(Nt("properties"))) {
|
|
123
|
+
const e = this.properties, s = [...Tc(e), ...Nc(e)];
|
|
124
124
|
for (const c of s) this.createProperty(c, e[c]);
|
|
125
125
|
}
|
|
126
126
|
const o = this[Symbol.metadata];
|
|
@@ -288,7 +288,7 @@ let mt = class extends HTMLElement {
|
|
|
288
288
|
firstUpdated(o) {
|
|
289
289
|
}
|
|
290
290
|
};
|
|
291
|
-
mt.elementStyles = [], mt.shadowRootOptions = { mode: "open" }, mt[
|
|
291
|
+
mt.elementStyles = [], mt.shadowRootOptions = { mode: "open" }, mt[Nt("elementProperties")] = /* @__PURE__ */ new Map(), mt[Nt("finalized")] = /* @__PURE__ */ new Map(), fe == null || fe({ ReactiveElement: mt }), (Oo.reactiveElementVersions ?? (Oo.reactiveElementVersions = [])).push("2.1.2");
|
|
292
292
|
/**
|
|
293
293
|
* @license
|
|
294
294
|
* Copyright 2017 Google LLC
|
|
@@ -367,8 +367,8 @@ const ro = {
|
|
|
367
367
|
* Copyright 2017 Google LLC
|
|
368
368
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
369
369
|
*/
|
|
370
|
-
const Lt = globalThis, ds = (t) => t, te = Lt.trustedTypes, ps = te ? te.createPolicy("lit-html", { createHTML: (t) => t }) : void 0, Gs = "$lit$",
|
|
371
|
-
\f\r]`,
|
|
370
|
+
const Lt = globalThis, ds = (t) => t, te = Lt.trustedTypes, ps = te ? te.createPolicy("lit-html", { createHTML: (t) => t }) : void 0, Gs = "$lit$", Ao = `lit$${Math.random().toFixed(9).slice(2)}$`, Qs = "?" + Ao, Fc = `<${Qs}>`, st = document, Bt = () => st.createComment(""), Rt = (t) => t === null || typeof t != "object" && typeof t != "function", Xe = Array.isArray, Vc = (t) => Xe(t) || typeof (t == null ? void 0 : t[Symbol.iterator]) == "function", ye = `[
|
|
371
|
+
\f\r]`, Tt = /<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g, ls = /-->/g, us = />/g, Ho = RegExp(`>|${ye}(?:([^\\s"'>=/]+)(${ye}*=${ye}*(?:[^
|
|
372
372
|
\f\r"'\`<>=]|("|')|))|$)`, "g"), ms = /'/g, vs = /"/g, Js = /^(?:script|style|textarea|title)$/i, jc = (t) => (o, ...e) => ({ _$litType$: t, strings: o, values: e }), m = jc(1), Io = Symbol.for("lit-noChange"), f = Symbol.for("lit-nothing"), hs = /* @__PURE__ */ new WeakMap(), Vo = st.createTreeWalker(st, 129);
|
|
373
373
|
function oc(t, o) {
|
|
374
374
|
if (!Xe(t) || !t.hasOwnProperty("raw")) throw Error("invalid template strings array");
|
|
@@ -376,13 +376,13 @@ function oc(t, o) {
|
|
|
376
376
|
}
|
|
377
377
|
const qc = (t, o) => {
|
|
378
378
|
const e = t.length - 1, s = [];
|
|
379
|
-
let c, r = o === 2 ? "<svg>" : o === 3 ? "<math>" : "", n =
|
|
379
|
+
let c, r = o === 2 ? "<svg>" : o === 3 ? "<math>" : "", n = Tt;
|
|
380
380
|
for (let a = 0; a < e; a++) {
|
|
381
381
|
const i = t[a];
|
|
382
382
|
let l, u, v = -1, g = 0;
|
|
383
|
-
for (; g < i.length && (n.lastIndex = g, u = n.exec(i), u !== null); ) g = n.lastIndex, n ===
|
|
383
|
+
for (; g < i.length && (n.lastIndex = g, u = n.exec(i), u !== null); ) g = n.lastIndex, n === Tt ? u[1] === "!--" ? n = ls : u[1] !== void 0 ? n = us : u[2] !== void 0 ? (Js.test(u[2]) && (c = RegExp("</" + u[2], "g")), n = Ho) : u[3] !== void 0 && (n = Ho) : n === Ho ? u[0] === ">" ? (n = c ?? Tt, v = -1) : u[1] === void 0 ? v = -2 : (v = n.lastIndex - u[2].length, l = u[1], n = u[3] === void 0 ? Ho : u[3] === '"' ? vs : ms) : n === vs || n === ms ? n = Ho : n === ls || n === us ? n = Tt : (n = Ho, c = void 0);
|
|
384
384
|
const h = n === Ho && t[a + 1].startsWith("/>") ? " " : "";
|
|
385
|
-
r += n ===
|
|
385
|
+
r += n === Tt ? i + Fc : v >= 0 ? (s.push(l), i.slice(0, v) + Gs + i.slice(v) + Ao + h) : i + Ao + (v === -2 ? a : h);
|
|
386
386
|
}
|
|
387
387
|
return [oc(t, r + (t[e] || "<?>") + (o === 2 ? "</svg>" : o === 3 ? "</math>" : "")), s];
|
|
388
388
|
};
|
|
@@ -399,11 +399,11 @@ class Dt {
|
|
|
399
399
|
for (; (c = Vo.nextNode()) !== null && i.length < a; ) {
|
|
400
400
|
if (c.nodeType === 1) {
|
|
401
401
|
if (c.hasAttributes()) for (const v of c.getAttributeNames()) if (v.endsWith(Gs)) {
|
|
402
|
-
const g = u[n++], h = c.getAttribute(v).split(
|
|
402
|
+
const g = u[n++], h = c.getAttribute(v).split(Ao), b = /([.?@])?(.*)/.exec(g);
|
|
403
403
|
i.push({ type: 1, index: r, name: b[2], strings: h, ctor: b[1] === "." ? Xc : b[1] === "?" ? Zc : b[1] === "@" ? Wc : pe }), c.removeAttribute(v);
|
|
404
|
-
} else v.startsWith(
|
|
404
|
+
} else v.startsWith(Ao) && (i.push({ type: 6, index: r }), c.removeAttribute(v));
|
|
405
405
|
if (Js.test(c.tagName)) {
|
|
406
|
-
const v = c.textContent.split(
|
|
406
|
+
const v = c.textContent.split(Ao), g = v.length - 1;
|
|
407
407
|
if (g > 0) {
|
|
408
408
|
c.textContent = te ? te.emptyScript : "";
|
|
409
409
|
for (let h = 0; h < g; h++) c.append(v[h], Bt()), Vo.nextNode(), i.push({ type: 2, index: ++r });
|
|
@@ -413,7 +413,7 @@ class Dt {
|
|
|
413
413
|
} else if (c.nodeType === 8) if (c.data === Qs) i.push({ type: 2, index: r });
|
|
414
414
|
else {
|
|
415
415
|
let v = -1;
|
|
416
|
-
for (; (v = c.data.indexOf(
|
|
416
|
+
for (; (v = c.data.indexOf(Ao, v + 1)) !== -1; ) i.push({ type: 7, index: r }), v += Ao.length - 1;
|
|
417
417
|
}
|
|
418
418
|
r++;
|
|
419
419
|
}
|
|
@@ -423,12 +423,12 @@ class Dt {
|
|
|
423
423
|
return s.innerHTML = o, s;
|
|
424
424
|
}
|
|
425
425
|
}
|
|
426
|
-
function
|
|
426
|
+
function St(t, o, e = t, s) {
|
|
427
427
|
var n, a;
|
|
428
428
|
if (o === Io) return o;
|
|
429
429
|
let c = s !== void 0 ? (n = e._$Co) == null ? void 0 : n[s] : e._$Cl;
|
|
430
430
|
const r = Rt(o) ? void 0 : o._$litDirective$;
|
|
431
|
-
return (c == null ? void 0 : c.constructor) !== r && ((a = c == null ? void 0 : c._$AO) == null || a.call(c, !1), r === void 0 ? c = void 0 : (c = new r(t), c._$AT(t, e, s)), s !== void 0 ? (e._$Co ?? (e._$Co = []))[s] = c : e._$Cl = c), c !== void 0 && (o =
|
|
431
|
+
return (c == null ? void 0 : c.constructor) !== r && ((a = c == null ? void 0 : c._$AO) == null || a.call(c, !1), r === void 0 ? c = void 0 : (c = new r(t), c._$AT(t, e, s)), s !== void 0 ? (e._$Co ?? (e._$Co = []))[s] = c : e._$Cl = c), c !== void 0 && (o = St(t, c._$AS(t, o.values), c, s)), o;
|
|
432
432
|
}
|
|
433
433
|
class Uc {
|
|
434
434
|
constructor(o, e) {
|
|
@@ -478,7 +478,7 @@ class Xt {
|
|
|
478
478
|
return this._$AB;
|
|
479
479
|
}
|
|
480
480
|
_$AI(o, e = this) {
|
|
481
|
-
o =
|
|
481
|
+
o = St(this, o, e), Rt(o) ? o === f || o == null || o === "" ? (this._$AH !== f && this._$AR(), this._$AH = f) : o !== this._$AH && o !== Io && this._(o) : o._$litType$ !== void 0 ? this.$(o) : o.nodeType !== void 0 ? this.T(o) : Vc(o) ? this.k(o) : this._(o);
|
|
482
482
|
}
|
|
483
483
|
O(o) {
|
|
484
484
|
return this._$AA.parentNode.insertBefore(o, this._$AB);
|
|
@@ -534,11 +534,11 @@ class pe {
|
|
|
534
534
|
_$AI(o, e = this, s, c) {
|
|
535
535
|
const r = this.strings;
|
|
536
536
|
let n = !1;
|
|
537
|
-
if (r === void 0) o =
|
|
537
|
+
if (r === void 0) o = St(this, o, e, 0), n = !Rt(o) || o !== this._$AH && o !== Io, n && (this._$AH = o);
|
|
538
538
|
else {
|
|
539
539
|
const a = o;
|
|
540
540
|
let i, l;
|
|
541
|
-
for (o = r[0], i = 0; i < r.length - 1; i++) l =
|
|
541
|
+
for (o = r[0], i = 0; i < r.length - 1; i++) l = St(this, a[s + i], e, i), l === Io && (l = this._$AH[i]), n || (n = !Rt(l) || l !== this._$AH[i]), l === f ? o = f : o !== f && (o += (l ?? "") + r[i + 1]), this._$AH[i] = l;
|
|
542
542
|
}
|
|
543
543
|
n && !c && this.j(o);
|
|
544
544
|
}
|
|
@@ -567,7 +567,7 @@ class Wc extends pe {
|
|
|
567
567
|
super(o, e, s, c, r), this.type = 5;
|
|
568
568
|
}
|
|
569
569
|
_$AI(o, e = this) {
|
|
570
|
-
if ((o =
|
|
570
|
+
if ((o = St(this, o, e, 0) ?? f) === Io) return;
|
|
571
571
|
const s = this._$AH, c = o === f && s !== f || o.capture !== s.capture || o.once !== s.once || o.passive !== s.passive, r = o !== f && (s === f || c);
|
|
572
572
|
c && this.element.removeEventListener(this.name, this, s), r && this.element.addEventListener(this.name, this, o), this._$AH = o;
|
|
573
573
|
}
|
|
@@ -584,7 +584,7 @@ class Kc {
|
|
|
584
584
|
return this._$AM._$AU;
|
|
585
585
|
}
|
|
586
586
|
_$AI(o) {
|
|
587
|
-
|
|
587
|
+
St(this, o);
|
|
588
588
|
}
|
|
589
589
|
}
|
|
590
590
|
const _e = Lt.litHtmlPolyfillSupport;
|
|
@@ -851,9 +851,9 @@ const Y = Ze(class extends We {
|
|
|
851
851
|
* Copyright 2018 Google LLC
|
|
852
852
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
853
853
|
*/
|
|
854
|
-
const
|
|
854
|
+
const I = (t) => t ?? f;
|
|
855
855
|
var qo;
|
|
856
|
-
let
|
|
856
|
+
let M = (qo = class extends Zt(fo(y)) {
|
|
857
857
|
constructor(...o) {
|
|
858
858
|
super(...o), this._hasIcon = !1, this._handleOver = () => {
|
|
859
859
|
this.openTooltip = !0;
|
|
@@ -884,14 +884,14 @@ let I = (qo = class extends Zt(fo(y)) {
|
|
|
884
884
|
(e = super.updated) == null || e.call(this, o), this._checkBadgeWarning();
|
|
885
885
|
}
|
|
886
886
|
render() {
|
|
887
|
-
const { autofocus: o, buttonClassName: e, dangerDescription: s, disabled: c, download: r, href: n, hreflang: a, kind: i, isExpressive: l, isSelected: u, linkRole: v, openTooltip: g, ping: h, rel: b, size: x, tabIndex: w, target: z, tooltipAlignment:
|
|
888
|
-
let
|
|
887
|
+
const { autofocus: o, buttonClassName: e, dangerDescription: s, disabled: c, download: r, href: n, hreflang: a, kind: i, isExpressive: l, isSelected: u, linkRole: v, openTooltip: g, ping: h, rel: b, size: x, tabIndex: w, target: z, tooltipAlignment: A, tooltipPosition: C, tooltipText: E, type: S, _hasIcon: $, hasMainContent: H, _handleSlotChange: _ } = this;
|
|
888
|
+
let L = {
|
|
889
889
|
"cds-custom--btn": !0,
|
|
890
890
|
[`cds-custom--btn--${i}`]: i,
|
|
891
891
|
"cds-custom--btn--danger--tertiary": i === "danger-tertiary",
|
|
892
892
|
"cds-custom--btn--danger--ghost": i === "danger-ghost",
|
|
893
893
|
"cds-custom--btn--disabled": c,
|
|
894
|
-
"cds-custom--btn--icon-only": $ && !
|
|
894
|
+
"cds-custom--btn--icon-only": $ && !H,
|
|
895
895
|
[`cds-custom--btn--${x}`]: x,
|
|
896
896
|
[`cds-custom--layout--size-${x}`]: x,
|
|
897
897
|
"cds-custom-ce--btn--has-icon": $,
|
|
@@ -902,12 +902,12 @@ let I = (qo = class extends Zt(fo(y)) {
|
|
|
902
902
|
const D = {};
|
|
903
903
|
e == null || e.split(" ").forEach((U) => {
|
|
904
904
|
D[U] = !0;
|
|
905
|
-
}),
|
|
906
|
-
...
|
|
905
|
+
}), L = {
|
|
906
|
+
...L,
|
|
907
907
|
...D
|
|
908
908
|
};
|
|
909
909
|
}
|
|
910
|
-
const F = Y(
|
|
910
|
+
const F = Y(L), K = i == null ? void 0 : i.includes("danger");
|
|
911
911
|
if (n) return c ? m`
|
|
912
912
|
<p id="button" part="button" class="${F}">
|
|
913
913
|
<slot @slotchange="${_}"></slot>
|
|
@@ -917,15 +917,15 @@ let I = (qo = class extends Zt(fo(y)) {
|
|
|
917
917
|
<a
|
|
918
918
|
id="button"
|
|
919
919
|
part="button"
|
|
920
|
-
role="${
|
|
920
|
+
role="${I(v)}"
|
|
921
921
|
class="${F}"
|
|
922
|
-
download="${
|
|
923
|
-
href="${
|
|
924
|
-
hreflang="${
|
|
925
|
-
ping="${
|
|
926
|
-
rel="${
|
|
927
|
-
target="${
|
|
928
|
-
type="${
|
|
922
|
+
download="${I(r)}"
|
|
923
|
+
href="${I(n)}"
|
|
924
|
+
hreflang="${I(a)}"
|
|
925
|
+
ping="${I(h)}"
|
|
926
|
+
rel="${I(b)}"
|
|
927
|
+
target="${I(z)}"
|
|
928
|
+
type="${I(S)}"
|
|
929
929
|
tabindex="${w}"
|
|
930
930
|
aria-describedby="badge-indicator">
|
|
931
931
|
<slot @slotchange="${_}"></slot>
|
|
@@ -933,7 +933,7 @@ let I = (qo = class extends Zt(fo(y)) {
|
|
|
933
933
|
</a>
|
|
934
934
|
${m`<slot id="badge-indicator" name="badge-indicator"></slot>` ?? !c}
|
|
935
935
|
`;
|
|
936
|
-
const R =
|
|
936
|
+
const R = A && (C === "top" || C === "bottom") ? `-${A}` : "", V = Y({
|
|
937
937
|
"cds-custom--popover-container": !0,
|
|
938
938
|
"cds-custom--popover--caret": !0,
|
|
939
939
|
"cds-custom--popover--high-contrast": !0,
|
|
@@ -951,8 +951,8 @@ let I = (qo = class extends Zt(fo(y)) {
|
|
|
951
951
|
?autofocus="${o}"
|
|
952
952
|
?disabled="${c}"
|
|
953
953
|
tabindex="${w}"
|
|
954
|
-
type="${
|
|
955
|
-
aria-label="${
|
|
954
|
+
type="${I(S)}"
|
|
955
|
+
aria-label="${I(E)}"
|
|
956
956
|
aria-describedby="badge-indicator">
|
|
957
957
|
<slot @slotchange="${_}"></slot>
|
|
958
958
|
<slot name="icon" @slotchange="${_}"></slot>
|
|
@@ -974,8 +974,8 @@ let I = (qo = class extends Zt(fo(y)) {
|
|
|
974
974
|
?autofocus="${o}"
|
|
975
975
|
?disabled="${c}"
|
|
976
976
|
tabindex="${w}"
|
|
977
|
-
type="${
|
|
978
|
-
aria-label="${
|
|
977
|
+
type="${I(S)}"
|
|
978
|
+
aria-label="${I(E)}"
|
|
979
979
|
aria-describedby="badge-indicator">
|
|
980
980
|
${K ? m`<span class="${"cds-custom"}--visually-hidden"
|
|
981
981
|
>${s}</span
|
|
@@ -990,110 +990,110 @@ let I = (qo = class extends Zt(fo(y)) {
|
|
|
990
990
|
...y.shadowRootOptions,
|
|
991
991
|
delegatesFocus: !0
|
|
992
992
|
}, qo.styles = le, qo);
|
|
993
|
-
p([q("click", { capture: !0 })],
|
|
994
|
-
p([q("mouseover")],
|
|
995
|
-
p([q("mouseout")],
|
|
996
|
-
p([q("focus")],
|
|
997
|
-
p([q("focusout")],
|
|
993
|
+
p([q("click", { capture: !0 })], M.prototype, "_handleDisabledClick", null);
|
|
994
|
+
p([q("mouseover")], M.prototype, "_handleOver", void 0);
|
|
995
|
+
p([q("mouseout")], M.prototype, "_handleHoverOut", void 0);
|
|
996
|
+
p([q("focus")], M.prototype, "_handleFocus", void 0);
|
|
997
|
+
p([q("focusout")], M.prototype, "_handleFocusout", void 0);
|
|
998
998
|
p([d({
|
|
999
999
|
type: Boolean,
|
|
1000
1000
|
reflect: !0
|
|
1001
|
-
})],
|
|
1001
|
+
})], M.prototype, "autofocus", void 0);
|
|
1002
1002
|
p([d({
|
|
1003
1003
|
type: Boolean,
|
|
1004
1004
|
reflect: !0,
|
|
1005
1005
|
attribute: "batch-action"
|
|
1006
|
-
})],
|
|
1006
|
+
})], M.prototype, "batchAction", void 0);
|
|
1007
1007
|
p([d({
|
|
1008
1008
|
type: String,
|
|
1009
1009
|
reflect: !0,
|
|
1010
1010
|
attribute: "button-class-name"
|
|
1011
|
-
})],
|
|
1011
|
+
})], M.prototype, "buttonClassName", void 0);
|
|
1012
1012
|
p([d({
|
|
1013
1013
|
type: String,
|
|
1014
1014
|
reflect: !0,
|
|
1015
1015
|
attribute: "danger-description"
|
|
1016
|
-
})],
|
|
1016
|
+
})], M.prototype, "dangerDescription", void 0);
|
|
1017
1017
|
p([d({
|
|
1018
1018
|
type: Boolean,
|
|
1019
1019
|
reflect: !0
|
|
1020
|
-
})],
|
|
1020
|
+
})], M.prototype, "disabled", void 0);
|
|
1021
1021
|
p([d({
|
|
1022
1022
|
type: String,
|
|
1023
1023
|
reflect: !0
|
|
1024
|
-
})],
|
|
1024
|
+
})], M.prototype, "download", void 0);
|
|
1025
1025
|
p([d({
|
|
1026
1026
|
reflect: !0,
|
|
1027
1027
|
attribute: "has-main-content",
|
|
1028
1028
|
type: Boolean
|
|
1029
|
-
})],
|
|
1029
|
+
})], M.prototype, "hasMainContent", void 0);
|
|
1030
1030
|
p([d({
|
|
1031
1031
|
type: String,
|
|
1032
1032
|
reflect: !0
|
|
1033
|
-
})],
|
|
1033
|
+
})], M.prototype, "href", void 0);
|
|
1034
1034
|
p([d({
|
|
1035
1035
|
type: String,
|
|
1036
1036
|
reflect: !0
|
|
1037
|
-
})],
|
|
1037
|
+
})], M.prototype, "hreflang", void 0);
|
|
1038
1038
|
p([d({
|
|
1039
1039
|
type: Boolean,
|
|
1040
1040
|
reflect: !0
|
|
1041
|
-
})],
|
|
1041
|
+
})], M.prototype, "isExpressive", void 0);
|
|
1042
1042
|
p([d({
|
|
1043
1043
|
type: Boolean,
|
|
1044
1044
|
reflect: !0
|
|
1045
|
-
})],
|
|
1045
|
+
})], M.prototype, "isSelected", void 0);
|
|
1046
1046
|
p([d({
|
|
1047
1047
|
type: String,
|
|
1048
1048
|
reflect: !0
|
|
1049
|
-
})],
|
|
1049
|
+
})], M.prototype, "kind", void 0);
|
|
1050
1050
|
p([d({
|
|
1051
1051
|
type: String,
|
|
1052
1052
|
attribute: "link-role"
|
|
1053
|
-
})],
|
|
1054
|
-
p([d({ type: Boolean })],
|
|
1053
|
+
})], M.prototype, "linkRole", void 0);
|
|
1054
|
+
p([d({ type: Boolean })], M.prototype, "openTooltip", void 0);
|
|
1055
1055
|
p([d({
|
|
1056
1056
|
type: String,
|
|
1057
1057
|
reflect: !0
|
|
1058
|
-
})],
|
|
1058
|
+
})], M.prototype, "ping", void 0);
|
|
1059
1059
|
p([d({
|
|
1060
1060
|
type: String,
|
|
1061
1061
|
reflect: !0
|
|
1062
|
-
})],
|
|
1062
|
+
})], M.prototype, "rel", void 0);
|
|
1063
1063
|
p([d({
|
|
1064
1064
|
type: String,
|
|
1065
1065
|
reflect: !0
|
|
1066
|
-
})],
|
|
1066
|
+
})], M.prototype, "size", void 0);
|
|
1067
1067
|
p([d({
|
|
1068
1068
|
type: Number,
|
|
1069
1069
|
attribute: "tab-index",
|
|
1070
1070
|
reflect: !0
|
|
1071
|
-
})],
|
|
1071
|
+
})], M.prototype, "tabIndex", void 0);
|
|
1072
1072
|
p([d({
|
|
1073
1073
|
type: String,
|
|
1074
1074
|
reflect: !0
|
|
1075
|
-
})],
|
|
1075
|
+
})], M.prototype, "target", void 0);
|
|
1076
1076
|
p([d({
|
|
1077
1077
|
type: String,
|
|
1078
1078
|
reflect: !0,
|
|
1079
1079
|
attribute: "tooltip-alignment"
|
|
1080
|
-
})],
|
|
1080
|
+
})], M.prototype, "tooltipAlignment", void 0);
|
|
1081
1081
|
p([d({
|
|
1082
1082
|
type: String,
|
|
1083
1083
|
reflect: !0,
|
|
1084
1084
|
attribute: "tooltip-position"
|
|
1085
|
-
})],
|
|
1085
|
+
})], M.prototype, "tooltipPosition", void 0);
|
|
1086
1086
|
p([d({
|
|
1087
1087
|
type: String,
|
|
1088
1088
|
reflect: !0,
|
|
1089
1089
|
attribute: "tooltip-text"
|
|
1090
|
-
})],
|
|
1090
|
+
})], M.prototype, "tooltipText", void 0);
|
|
1091
1091
|
p([d({
|
|
1092
1092
|
type: String,
|
|
1093
1093
|
reflect: !0
|
|
1094
|
-
})],
|
|
1095
|
-
|
|
1096
|
-
var sc =
|
|
1094
|
+
})], M.prototype, "type", void 0);
|
|
1095
|
+
M = p([B("cds-custom-button")], M);
|
|
1096
|
+
var sc = M, Uo;
|
|
1097
1097
|
let vo = (Uo = class extends sc {
|
|
1098
1098
|
constructor(...o) {
|
|
1099
1099
|
super(...o), this._handleDocumentClick = (e) => {
|
|
@@ -1390,7 +1390,7 @@ let xo = (Xo = class extends Zt(fo(y)) {
|
|
|
1390
1390
|
<ul
|
|
1391
1391
|
part="menu-body"
|
|
1392
1392
|
class="${"cds-custom"}--header__menu"
|
|
1393
|
-
aria-label="${
|
|
1393
|
+
aria-label="${I(c)}">
|
|
1394
1394
|
<slot></slot>
|
|
1395
1395
|
</ul>
|
|
1396
1396
|
`;
|
|
@@ -1627,7 +1627,7 @@ var nc = ho, ac = {
|
|
|
1627
1627
|
name: "menu",
|
|
1628
1628
|
size: 16
|
|
1629
1629
|
}, Zo;
|
|
1630
|
-
let
|
|
1630
|
+
let Mo = (Zo = class extends fo(y) {
|
|
1631
1631
|
constructor(...o) {
|
|
1632
1632
|
super(...o), this.active = !1, this.buttonLabelActive = "Close navigation menu", this.buttonLabelInactive = "Open navigation menu", this.collapseMode = "responsive", this.disabled = !1, this.isNotChildOfHeader = !1;
|
|
1633
1633
|
}
|
|
@@ -1652,7 +1652,7 @@ let To = (Zo = class extends fo(y) {
|
|
|
1652
1652
|
"cds-custom--header__action--active": o
|
|
1653
1653
|
})}"
|
|
1654
1654
|
?disabled=${c}
|
|
1655
|
-
aria-label="${
|
|
1655
|
+
aria-label="${I(n)}"
|
|
1656
1656
|
@click=${r}>
|
|
1657
1657
|
${Ft(o ? ac : vr, { part: "toggle-icon" })}
|
|
1658
1658
|
</button>
|
|
@@ -1671,22 +1671,22 @@ let To = (Zo = class extends fo(y) {
|
|
|
1671
1671
|
p([d({
|
|
1672
1672
|
type: Boolean,
|
|
1673
1673
|
reflect: !0
|
|
1674
|
-
})],
|
|
1675
|
-
p([d({ attribute: "button-label-active" })],
|
|
1676
|
-
p([d({ attribute: "button-label-inactive" })],
|
|
1674
|
+
})], Mo.prototype, "active", void 0);
|
|
1675
|
+
p([d({ attribute: "button-label-active" })], Mo.prototype, "buttonLabelActive", void 0);
|
|
1676
|
+
p([d({ attribute: "button-label-inactive" })], Mo.prototype, "buttonLabelInactive", void 0);
|
|
1677
1677
|
p([d({
|
|
1678
1678
|
reflect: !0,
|
|
1679
1679
|
attribute: "collapse-mode"
|
|
1680
|
-
})],
|
|
1680
|
+
})], Mo.prototype, "collapseMode", void 0);
|
|
1681
1681
|
p([d({
|
|
1682
1682
|
type: Boolean,
|
|
1683
1683
|
reflect: !0
|
|
1684
|
-
})],
|
|
1684
|
+
})], Mo.prototype, "disabled", void 0);
|
|
1685
1685
|
p([d({
|
|
1686
1686
|
type: Boolean,
|
|
1687
1687
|
attribute: "is-not-child-of-header"
|
|
1688
|
-
})],
|
|
1689
|
-
|
|
1688
|
+
})], Mo.prototype, "isNotChildOfHeader", void 0);
|
|
1689
|
+
Mo = p([B("cds-custom-header-menu-button")], Mo);
|
|
1690
1690
|
var Wo;
|
|
1691
1691
|
let bo = (Wo = class extends fo(y) {
|
|
1692
1692
|
constructor(...o) {
|
|
@@ -1702,9 +1702,9 @@ let bo = (Wo = class extends fo(y) {
|
|
|
1702
1702
|
"cds-custom--header__menu-item--current": s && o !== "page"
|
|
1703
1703
|
})}"
|
|
1704
1704
|
tabindex="0"
|
|
1705
|
-
href="${
|
|
1706
|
-
rel="${
|
|
1707
|
-
target="${
|
|
1705
|
+
href="${I(e)}"
|
|
1706
|
+
rel="${I(r)}"
|
|
1707
|
+
target="${I(n)}">
|
|
1708
1708
|
<span part="title" class="${"cds-custom"}--text-truncate--end"
|
|
1709
1709
|
><slot>${c}</slot></span
|
|
1710
1710
|
>
|
|
@@ -1742,7 +1742,7 @@ let ee = (Ko = class extends fo(y) {
|
|
|
1742
1742
|
>
|
|
1743
1743
|
` : void 0;
|
|
1744
1744
|
return m`
|
|
1745
|
-
<a part="link" class="${"cds-custom"}--header__name" href="${
|
|
1745
|
+
<a part="link" class="${"cds-custom"}--header__name" href="${I(o)}"
|
|
1746
1746
|
>${s} <span><slot></slot></span
|
|
1747
1747
|
></a>
|
|
1748
1748
|
`;
|
|
@@ -1775,7 +1775,7 @@ let Ie = (gt = class extends y {
|
|
|
1775
1775
|
p([d({ attribute: "menu-bar-label" })], Ie.prototype, "menuBarLabel", void 0);
|
|
1776
1776
|
Ie = p([B("cds-custom-header-nav")], Ie);
|
|
1777
1777
|
var ft;
|
|
1778
|
-
let
|
|
1778
|
+
let Me = (ft = class extends y {
|
|
1779
1779
|
constructor(...o) {
|
|
1780
1780
|
super(...o), this.hasDivider = !1;
|
|
1781
1781
|
}
|
|
@@ -1789,10 +1789,10 @@ let Te = (ft = class extends y {
|
|
|
1789
1789
|
p([d({
|
|
1790
1790
|
type: Boolean,
|
|
1791
1791
|
attribute: "has-divider"
|
|
1792
|
-
})],
|
|
1793
|
-
|
|
1792
|
+
})], Me.prototype, "hasDivider", void 0);
|
|
1793
|
+
Me = p([B("cds-custom-header-side-nav-items")], Me);
|
|
1794
1794
|
var Yo;
|
|
1795
|
-
let
|
|
1795
|
+
let Te = (Yo = class extends y {
|
|
1796
1796
|
render() {
|
|
1797
1797
|
return m`<slot></slot>`;
|
|
1798
1798
|
}
|
|
@@ -1803,8 +1803,8 @@ let Ne = (Yo = class extends y {
|
|
|
1803
1803
|
p([d({
|
|
1804
1804
|
type: Boolean,
|
|
1805
1805
|
reflect: !0
|
|
1806
|
-
})],
|
|
1807
|
-
|
|
1806
|
+
})], Te.prototype, "expanded", void 0);
|
|
1807
|
+
Te = p([B("cds-custom-header-panel")], Te);
|
|
1808
1808
|
var yt;
|
|
1809
1809
|
let xs = (yt = class extends y {
|
|
1810
1810
|
connectedCallback() {
|
|
@@ -1847,8 +1847,8 @@ let ko = (Go = class extends fo(y) {
|
|
|
1847
1847
|
"cds-custom--side-nav__link--current": o
|
|
1848
1848
|
})}"
|
|
1849
1849
|
href="${e}"
|
|
1850
|
-
rel="${
|
|
1851
|
-
target="${
|
|
1850
|
+
rel="${I(s)}"
|
|
1851
|
+
target="${I(c)}">
|
|
1852
1852
|
<div
|
|
1853
1853
|
id="title-icon-container"
|
|
1854
1854
|
part="title-icon-container"
|
|
@@ -1898,7 +1898,7 @@ var br = {
|
|
|
1898
1898
|
name: "chevron--down",
|
|
1899
1899
|
size: 20
|
|
1900
1900
|
}, Po;
|
|
1901
|
-
let
|
|
1901
|
+
let To = (Po = class extends fo(y) {
|
|
1902
1902
|
constructor(...o) {
|
|
1903
1903
|
super(...o), this._hasIcon = !1, this.active = !1, this.expanded = !1, this.large = !1, this.forceCollapsed = !1, this.title = "";
|
|
1904
1904
|
}
|
|
@@ -2008,28 +2008,28 @@ let No = (Po = class extends fo(y) {
|
|
|
2008
2008
|
...y.shadowRootOptions,
|
|
2009
2009
|
delegatesFocus: !0
|
|
2010
2010
|
}, Po.styles = at, Po);
|
|
2011
|
-
p([Ot("#title-icon-container")],
|
|
2011
|
+
p([Ot("#title-icon-container")], To.prototype, "_titleIconContainerNode", void 0);
|
|
2012
2012
|
p([d({
|
|
2013
2013
|
type: Boolean,
|
|
2014
2014
|
reflect: !0
|
|
2015
|
-
})],
|
|
2015
|
+
})], To.prototype, "active", void 0);
|
|
2016
2016
|
p([d({
|
|
2017
2017
|
type: Boolean,
|
|
2018
2018
|
reflect: !0
|
|
2019
|
-
})],
|
|
2019
|
+
})], To.prototype, "expanded", void 0);
|
|
2020
2020
|
p([d({
|
|
2021
2021
|
type: Boolean,
|
|
2022
2022
|
reflect: !0
|
|
2023
|
-
})],
|
|
2023
|
+
})], To.prototype, "large", void 0);
|
|
2024
2024
|
p([d({
|
|
2025
2025
|
type: Boolean,
|
|
2026
2026
|
reflect: !0,
|
|
2027
2027
|
attribute: "force-collapsed"
|
|
2028
|
-
})],
|
|
2029
|
-
p([d()],
|
|
2030
|
-
|
|
2028
|
+
})], To.prototype, "forceCollapsed", void 0);
|
|
2029
|
+
p([d()], To.prototype, "title", void 0);
|
|
2030
|
+
To = p([B("cds-custom-side-nav-menu")], To);
|
|
2031
2031
|
var Qo;
|
|
2032
|
-
let
|
|
2032
|
+
let At = (Qo = class extends fo(y) {
|
|
2033
2033
|
constructor(...o) {
|
|
2034
2034
|
super(...o), this.active = !1, this.href = "";
|
|
2035
2035
|
}
|
|
@@ -2053,7 +2053,7 @@ let St = (Qo = class extends fo(y) {
|
|
|
2053
2053
|
"cds-custom--side-nav__link--current": o
|
|
2054
2054
|
})}"
|
|
2055
2055
|
href="${e}"
|
|
2056
|
-
target="${
|
|
2056
|
+
target="${I(s)}">
|
|
2057
2057
|
<span part="title" class="${"cds-custom"}--side-nav__link-text">
|
|
2058
2058
|
<slot>${c}</slot>
|
|
2059
2059
|
</span>
|
|
@@ -2073,11 +2073,11 @@ let St = (Qo = class extends fo(y) {
|
|
|
2073
2073
|
p([d({
|
|
2074
2074
|
type: Boolean,
|
|
2075
2075
|
reflect: !0
|
|
2076
|
-
})],
|
|
2077
|
-
p([d()],
|
|
2078
|
-
p([d({ reflect: !0 })],
|
|
2079
|
-
p([d()],
|
|
2080
|
-
|
|
2076
|
+
})], At.prototype, "active", void 0);
|
|
2077
|
+
p([d()], At.prototype, "href", void 0);
|
|
2078
|
+
p([d({ reflect: !0 })], At.prototype, "target", void 0);
|
|
2079
|
+
p([d()], At.prototype, "title", void 0);
|
|
2080
|
+
At = p([B("cds-custom-side-nav-menu-item")], At);
|
|
2081
2081
|
var Jo;
|
|
2082
2082
|
let se = (Jo = class extends y {
|
|
2083
2083
|
connectedCallback() {
|
|
@@ -2154,7 +2154,7 @@ let zs = (xt = class extends y {
|
|
|
2154
2154
|
}
|
|
2155
2155
|
}, xt.styles = po, xt);
|
|
2156
2156
|
zs = p([B("cds-custom-switcher-divider")], zs);
|
|
2157
|
-
const gr = ["top", "right", "bottom", "left"],
|
|
2157
|
+
const gr = ["top", "right", "bottom", "left"], No = Math.min, Q = Math.max, ce = Math.round, Yt = Math.floor, uo = (t) => ({
|
|
2158
2158
|
x: t,
|
|
2159
2159
|
y: t
|
|
2160
2160
|
}), fr = {
|
|
@@ -2164,7 +2164,7 @@ const gr = ["top", "right", "bottom", "left"], Mo = Math.min, Q = Math.max, ce =
|
|
|
2164
2164
|
top: "bottom"
|
|
2165
2165
|
};
|
|
2166
2166
|
function yr(t, o, e) {
|
|
2167
|
-
return Q(t,
|
|
2167
|
+
return Q(t, No(o, e));
|
|
2168
2168
|
}
|
|
2169
2169
|
function Pt(t, o) {
|
|
2170
2170
|
return typeof t == "function" ? t(o) : t;
|
|
@@ -2196,9 +2196,9 @@ function xr(t, o, e) {
|
|
|
2196
2196
|
}
|
|
2197
2197
|
function kr(t) {
|
|
2198
2198
|
const o = re(t);
|
|
2199
|
-
return [
|
|
2199
|
+
return [Ne(t), o, Ne(o)];
|
|
2200
2200
|
}
|
|
2201
|
-
function
|
|
2201
|
+
function Ne(t) {
|
|
2202
2202
|
return t.includes("start") ? t.replace("start", "end") : t.replace("end", "start");
|
|
2203
2203
|
}
|
|
2204
2204
|
const ws = ["left", "right"], $s = ["right", "left"], zr = ["top", "bottom"], wr = ["bottom", "top"];
|
|
@@ -2217,13 +2217,13 @@ function $r(t, o, e) {
|
|
|
2217
2217
|
function Cr(t, o, e, s) {
|
|
2218
2218
|
const c = It(t);
|
|
2219
2219
|
let r = $r(rt(t), e === "start", s);
|
|
2220
|
-
return c && (r = r.map((n) => n + "-" + c), o && (r = r.concat(r.map(
|
|
2220
|
+
return c && (r = r.map((n) => n + "-" + c), o && (r = r.concat(r.map(Ne)))), r;
|
|
2221
2221
|
}
|
|
2222
2222
|
function re(t) {
|
|
2223
2223
|
const o = rt(t);
|
|
2224
2224
|
return fr[o] + t.slice(o.length);
|
|
2225
2225
|
}
|
|
2226
|
-
function
|
|
2226
|
+
function Sr(t) {
|
|
2227
2227
|
return {
|
|
2228
2228
|
top: 0,
|
|
2229
2229
|
right: 0,
|
|
@@ -2233,7 +2233,7 @@ function Ar(t) {
|
|
|
2233
2233
|
};
|
|
2234
2234
|
}
|
|
2235
2235
|
function ic(t) {
|
|
2236
|
-
return typeof t != "number" ?
|
|
2236
|
+
return typeof t != "number" ? Sr(t) : {
|
|
2237
2237
|
top: t,
|
|
2238
2238
|
right: t,
|
|
2239
2239
|
bottom: t,
|
|
@@ -2306,7 +2306,7 @@ function Cs(t, o, e) {
|
|
|
2306
2306
|
}
|
|
2307
2307
|
return h;
|
|
2308
2308
|
}
|
|
2309
|
-
async function
|
|
2309
|
+
async function Ar(t, o) {
|
|
2310
2310
|
var e;
|
|
2311
2311
|
o === void 0 && (o = {});
|
|
2312
2312
|
const {
|
|
@@ -2327,7 +2327,7 @@ async function Sr(t, o) {
|
|
|
2327
2327
|
boundary: l,
|
|
2328
2328
|
rootBoundary: u,
|
|
2329
2329
|
strategy: i
|
|
2330
|
-
})),
|
|
2330
|
+
})), A = v === "floating" ? {
|
|
2331
2331
|
x: s,
|
|
2332
2332
|
y: c,
|
|
2333
2333
|
width: n.floating.width,
|
|
@@ -2338,17 +2338,17 @@ async function Sr(t, o) {
|
|
|
2338
2338
|
} : {
|
|
2339
2339
|
x: 1,
|
|
2340
2340
|
y: 1
|
|
2341
|
-
},
|
|
2341
|
+
}, S = ne(r.convertOffsetParentRelativeRectToViewportRelativeRect ? await r.convertOffsetParentRelativeRectToViewportRelativeRect({
|
|
2342
2342
|
elements: a,
|
|
2343
|
-
rect:
|
|
2343
|
+
rect: A,
|
|
2344
2344
|
offsetParent: C,
|
|
2345
2345
|
strategy: i
|
|
2346
|
-
}) :
|
|
2346
|
+
}) : A);
|
|
2347
2347
|
return {
|
|
2348
|
-
top: (z.top -
|
|
2349
|
-
bottom: (
|
|
2350
|
-
left: (z.left -
|
|
2351
|
-
right: (
|
|
2348
|
+
top: (z.top - S.top + b.top) / E.y,
|
|
2349
|
+
bottom: (S.bottom - z.bottom + b.bottom) / E.y,
|
|
2350
|
+
left: (z.left - S.left + b.left) / E.x,
|
|
2351
|
+
right: (S.right - z.right + b.right) / E.x
|
|
2352
2352
|
};
|
|
2353
2353
|
}
|
|
2354
2354
|
const Er = 50, Or = async (t, o, e) => {
|
|
@@ -2359,7 +2359,7 @@ const Er = 50, Or = async (t, o, e) => {
|
|
|
2359
2359
|
platform: n
|
|
2360
2360
|
} = e, a = n.detectOverflow ? n : {
|
|
2361
2361
|
...n,
|
|
2362
|
-
detectOverflow:
|
|
2362
|
+
detectOverflow: Ar
|
|
2363
2363
|
}, i = await (n.isRTL == null ? void 0 : n.isRTL(o));
|
|
2364
2364
|
let l = await n.getElementRects({
|
|
2365
2365
|
reference: t,
|
|
@@ -2376,13 +2376,13 @@ const Er = 50, Or = async (t, o, e) => {
|
|
|
2376
2376
|
continue;
|
|
2377
2377
|
const {
|
|
2378
2378
|
name: z,
|
|
2379
|
-
fn:
|
|
2379
|
+
fn: A
|
|
2380
2380
|
} = w, {
|
|
2381
2381
|
x: C,
|
|
2382
2382
|
y: E,
|
|
2383
|
-
data:
|
|
2383
|
+
data: S,
|
|
2384
2384
|
reset: $
|
|
2385
|
-
} = await
|
|
2385
|
+
} = await A({
|
|
2386
2386
|
x: u,
|
|
2387
2387
|
y: v,
|
|
2388
2388
|
initialPlacement: s,
|
|
@@ -2398,7 +2398,7 @@ const Er = 50, Or = async (t, o, e) => {
|
|
|
2398
2398
|
});
|
|
2399
2399
|
u = C ?? u, v = E ?? v, b[z] = {
|
|
2400
2400
|
...b[z],
|
|
2401
|
-
...
|
|
2401
|
+
...S
|
|
2402
2402
|
}, $ && h < Er && (h++, typeof $ == "object" && ($.placement && (g = $.placement), $.rects && (l = $.rects === !0 ? await n.getElementRects({
|
|
2403
2403
|
reference: t,
|
|
2404
2404
|
floating: o,
|
|
@@ -2436,10 +2436,10 @@ const Er = 50, Or = async (t, o, e) => {
|
|
|
2436
2436
|
const v = ic(u), g = {
|
|
2437
2437
|
x: e,
|
|
2438
2438
|
y: s
|
|
2439
|
-
}, h = Ye(c), b = Ke(h), x = await n.getDimensions(l), w = h === "y", z = w ? "top" : "left",
|
|
2440
|
-
let
|
|
2441
|
-
(!
|
|
2442
|
-
const _ = E / 2 -
|
|
2439
|
+
}, h = Ye(c), b = Ke(h), x = await n.getDimensions(l), w = h === "y", z = w ? "top" : "left", A = w ? "bottom" : "right", C = w ? "clientHeight" : "clientWidth", E = r.reference[b] + r.reference[h] - g[h] - r.floating[b], S = g[h] - r.reference[h], $ = await (n.getOffsetParent == null ? void 0 : n.getOffsetParent(l));
|
|
2440
|
+
let H = $ ? $[C] : 0;
|
|
2441
|
+
(!H || !await (n.isElement == null ? void 0 : n.isElement($))) && (H = a.floating[C] || r.floating[b]);
|
|
2442
|
+
const _ = E / 2 - S / 2, L = H / 2 - x[b] / 2 - 1, F = No(v[z], L), K = No(v[A], L), R = F, V = H - x[b] - K, D = H / 2 - x[b] / 2 + _, U = yr(R, D, V), oo = !i.arrow && It(c) != null && D !== U && r.reference[b] / 2 - (D < R ? F : K) - x[b] / 2 < 0, X = oo ? D < R ? D - R : D - V : 0;
|
|
2443
2443
|
return {
|
|
2444
2444
|
[h]: g[h] + X,
|
|
2445
2445
|
data: {
|
|
@@ -2476,23 +2476,23 @@ const Er = 50, Or = async (t, o, e) => {
|
|
|
2476
2476
|
} = Pt(t, o);
|
|
2477
2477
|
if ((e = r.arrow) != null && e.alignmentOffset)
|
|
2478
2478
|
return {};
|
|
2479
|
-
const z = rt(c),
|
|
2480
|
-
!g && $ &&
|
|
2481
|
-
const
|
|
2479
|
+
const z = rt(c), A = Eo(a), C = rt(a) === a, E = await (i.isRTL == null ? void 0 : i.isRTL(l.floating)), S = g || (C || !x ? [re(a)] : kr(a)), $ = b !== "none";
|
|
2480
|
+
!g && $ && S.push(...Cr(a, x, b, E));
|
|
2481
|
+
const H = [a, ...S], _ = await i.detectOverflow(o, w), L = [];
|
|
2482
2482
|
let F = ((s = r.flip) == null ? void 0 : s.overflows) || [];
|
|
2483
|
-
if (u &&
|
|
2483
|
+
if (u && L.push(_[z]), v) {
|
|
2484
2484
|
const D = xr(c, n, E);
|
|
2485
|
-
|
|
2485
|
+
L.push(_[D[0]], _[D[1]]);
|
|
2486
2486
|
}
|
|
2487
2487
|
if (F = [...F, {
|
|
2488
2488
|
placement: c,
|
|
2489
|
-
overflows:
|
|
2490
|
-
}], !
|
|
2489
|
+
overflows: L
|
|
2490
|
+
}], !L.every((D) => D <= 0)) {
|
|
2491
2491
|
var K, R;
|
|
2492
|
-
const D = (((K = r.flip) == null ? void 0 : K.index) || 0) + 1, U =
|
|
2493
|
-
if (U && (!(v === "alignment" ?
|
|
2492
|
+
const D = (((K = r.flip) == null ? void 0 : K.index) || 0) + 1, U = H[D];
|
|
2493
|
+
if (U && (!(v === "alignment" ? A !== Eo(U) : !1) || // We leave the current main axis only if every placement on that axis
|
|
2494
2494
|
// overflows the main axis.
|
|
2495
|
-
F.every((G) => Eo(G.placement) ===
|
|
2495
|
+
F.every((G) => Eo(G.placement) === A ? G.overflows[0] > 0 : !0)))
|
|
2496
2496
|
return {
|
|
2497
2497
|
data: {
|
|
2498
2498
|
index: D,
|
|
@@ -2510,7 +2510,7 @@ const Er = 50, Or = async (t, o, e) => {
|
|
|
2510
2510
|
const X = (V = F.filter((G) => {
|
|
2511
2511
|
if ($) {
|
|
2512
2512
|
const lo = Eo(G.placement);
|
|
2513
|
-
return lo ===
|
|
2513
|
+
return lo === A || // Create a bias to the `y` side axis due to horizontal
|
|
2514
2514
|
// reading directions favoring greater width.
|
|
2515
2515
|
lo === "y";
|
|
2516
2516
|
}
|
|
@@ -2534,7 +2534,7 @@ const Er = 50, Or = async (t, o, e) => {
|
|
|
2534
2534
|
}
|
|
2535
2535
|
};
|
|
2536
2536
|
};
|
|
2537
|
-
function
|
|
2537
|
+
function Ss(t, o) {
|
|
2538
2538
|
return {
|
|
2539
2539
|
top: t.top - o.height,
|
|
2540
2540
|
right: t.right - o.width,
|
|
@@ -2542,10 +2542,10 @@ function As(t, o) {
|
|
|
2542
2542
|
left: t.left - o.width
|
|
2543
2543
|
};
|
|
2544
2544
|
}
|
|
2545
|
-
function
|
|
2545
|
+
function As(t) {
|
|
2546
2546
|
return gr.some((o) => t[o] >= 0);
|
|
2547
2547
|
}
|
|
2548
|
-
const
|
|
2548
|
+
const Mr = function(t) {
|
|
2549
2549
|
return t === void 0 && (t = {}), {
|
|
2550
2550
|
name: "hide",
|
|
2551
2551
|
options: t,
|
|
@@ -2562,11 +2562,11 @@ const Tr = function(t) {
|
|
|
2562
2562
|
const n = await s.detectOverflow(o, {
|
|
2563
2563
|
...r,
|
|
2564
2564
|
elementContext: "reference"
|
|
2565
|
-
}), a =
|
|
2565
|
+
}), a = Ss(n, e.reference);
|
|
2566
2566
|
return {
|
|
2567
2567
|
data: {
|
|
2568
2568
|
referenceHiddenOffsets: a,
|
|
2569
|
-
referenceHidden:
|
|
2569
|
+
referenceHidden: As(a)
|
|
2570
2570
|
}
|
|
2571
2571
|
};
|
|
2572
2572
|
}
|
|
@@ -2574,11 +2574,11 @@ const Tr = function(t) {
|
|
|
2574
2574
|
const n = await s.detectOverflow(o, {
|
|
2575
2575
|
...r,
|
|
2576
2576
|
altBoundary: !0
|
|
2577
|
-
}), a =
|
|
2577
|
+
}), a = Ss(n, e.floating);
|
|
2578
2578
|
return {
|
|
2579
2579
|
data: {
|
|
2580
2580
|
escapedOffsets: a,
|
|
2581
|
-
escaped:
|
|
2581
|
+
escaped: As(a)
|
|
2582
2582
|
}
|
|
2583
2583
|
};
|
|
2584
2584
|
}
|
|
@@ -2587,13 +2587,13 @@ const Tr = function(t) {
|
|
|
2587
2587
|
}
|
|
2588
2588
|
}
|
|
2589
2589
|
};
|
|
2590
|
-
},
|
|
2591
|
-
async function
|
|
2590
|
+
}, Tr = /* @__PURE__ */ new Set(["left", "top"]);
|
|
2591
|
+
async function Nr(t, o) {
|
|
2592
2592
|
const {
|
|
2593
2593
|
placement: e,
|
|
2594
2594
|
platform: s,
|
|
2595
2595
|
elements: c
|
|
2596
|
-
} = t, r = await (s.isRTL == null ? void 0 : s.isRTL(c.floating)), n = rt(e), a = It(e), i = Eo(e) === "y", l =
|
|
2596
|
+
} = t, r = await (s.isRTL == null ? void 0 : s.isRTL(c.floating)), n = rt(e), a = It(e), i = Eo(e) === "y", l = Tr.has(n) ? -1 : 1, u = r && i ? -1 : 1, v = Pt(o, t);
|
|
2597
2597
|
let {
|
|
2598
2598
|
mainAxis: g,
|
|
2599
2599
|
crossAxis: h,
|
|
@@ -2626,7 +2626,7 @@ const Lr = function(t) {
|
|
|
2626
2626
|
y: r,
|
|
2627
2627
|
placement: n,
|
|
2628
2628
|
middlewareData: a
|
|
2629
|
-
} = o, i = await
|
|
2629
|
+
} = o, i = await Nr(o, t);
|
|
2630
2630
|
return n === ((e = a.offset) == null ? void 0 : e.placement) && (s = a.arrow) != null && s.alignmentOffset ? {} : {
|
|
2631
2631
|
x: c + i.x,
|
|
2632
2632
|
y: r + i.y,
|
|
@@ -2658,19 +2658,19 @@ const Lr = function(t) {
|
|
|
2658
2658
|
} = r.floating;
|
|
2659
2659
|
let w, z;
|
|
2660
2660
|
v === "top" || v === "bottom" ? (w = v, z = g === (await (n.isRTL == null ? void 0 : n.isRTL(a.floating)) ? "start" : "end") ? "left" : "right") : (z = v, w = g === "end" ? "top" : "bottom");
|
|
2661
|
-
const
|
|
2662
|
-
let
|
|
2663
|
-
if ((e = o.middlewareData.shift) != null && e.enabled.x && (_ = C), (s = o.middlewareData.shift) != null && s.enabled.y && (
|
|
2661
|
+
const A = x - u.top - u.bottom, C = b - u.left - u.right, E = No(x - u[w], A), S = No(b - u[z], C), $ = !o.middlewareData.shift;
|
|
2662
|
+
let H = E, _ = S;
|
|
2663
|
+
if ((e = o.middlewareData.shift) != null && e.enabled.x && (_ = C), (s = o.middlewareData.shift) != null && s.enabled.y && (H = A), $ && !g) {
|
|
2664
2664
|
const F = Q(u.left, 0), K = Q(u.right, 0), R = Q(u.top, 0), V = Q(u.bottom, 0);
|
|
2665
|
-
h ? _ = b - 2 * (F !== 0 || K !== 0 ? F + K : Q(u.left, u.right)) :
|
|
2665
|
+
h ? _ = b - 2 * (F !== 0 || K !== 0 ? F + K : Q(u.left, u.right)) : H = x - 2 * (R !== 0 || V !== 0 ? R + V : Q(u.top, u.bottom));
|
|
2666
2666
|
}
|
|
2667
2667
|
await i({
|
|
2668
2668
|
...o,
|
|
2669
2669
|
availableWidth: _,
|
|
2670
|
-
availableHeight:
|
|
2670
|
+
availableHeight: H
|
|
2671
2671
|
});
|
|
2672
|
-
const
|
|
2673
|
-
return b !==
|
|
2672
|
+
const L = await n.getDimensions(a.floating);
|
|
2673
|
+
return b !== L.width || x !== L.height ? {
|
|
2674
2674
|
reset: {
|
|
2675
2675
|
rects: !0
|
|
2676
2676
|
}
|
|
@@ -2681,7 +2681,7 @@ const Lr = function(t) {
|
|
|
2681
2681
|
function me() {
|
|
2682
2682
|
return typeof window < "u";
|
|
2683
2683
|
}
|
|
2684
|
-
function
|
|
2684
|
+
function Mt(t) {
|
|
2685
2685
|
return dc(t) ? (t.nodeName || "").toLowerCase() : "#document";
|
|
2686
2686
|
}
|
|
2687
2687
|
function J(t) {
|
|
@@ -2698,7 +2698,7 @@ function dc(t) {
|
|
|
2698
2698
|
function ao(t) {
|
|
2699
2699
|
return me() ? t instanceof Element || t instanceof J(t).Element : !1;
|
|
2700
2700
|
}
|
|
2701
|
-
function
|
|
2701
|
+
function So(t) {
|
|
2702
2702
|
return me() ? t instanceof HTMLElement || t instanceof J(t).HTMLElement : !1;
|
|
2703
2703
|
}
|
|
2704
2704
|
function Es(t) {
|
|
@@ -2714,7 +2714,7 @@ function Wt(t) {
|
|
|
2714
2714
|
return /auto|scroll|overlay|hidden|clip/.test(o + s + e) && c !== "inline" && c !== "contents";
|
|
2715
2715
|
}
|
|
2716
2716
|
function Br(t) {
|
|
2717
|
-
return /^(table|td|th)$/.test(
|
|
2717
|
+
return /^(table|td|th)$/.test(Mt(t));
|
|
2718
2718
|
}
|
|
2719
2719
|
function ve(t) {
|
|
2720
2720
|
try {
|
|
@@ -2736,7 +2736,7 @@ function Ge(t) {
|
|
|
2736
2736
|
}
|
|
2737
2737
|
function Fr(t) {
|
|
2738
2738
|
let o = Lo(t);
|
|
2739
|
-
for (;
|
|
2739
|
+
for (; So(o) && !Et(o); ) {
|
|
2740
2740
|
if (Ge(o))
|
|
2741
2741
|
return o;
|
|
2742
2742
|
if (ve(o))
|
|
@@ -2749,7 +2749,7 @@ function Qe() {
|
|
|
2749
2749
|
return ze == null && (ze = typeof CSS < "u" && CSS.supports && CSS.supports("-webkit-backdrop-filter", "none")), ze;
|
|
2750
2750
|
}
|
|
2751
2751
|
function Et(t) {
|
|
2752
|
-
return /^(html|body|#document)$/.test(
|
|
2752
|
+
return /^(html|body|#document)$/.test(Mt(t));
|
|
2753
2753
|
}
|
|
2754
2754
|
function io(t) {
|
|
2755
2755
|
return J(t).getComputedStyle(t);
|
|
@@ -2764,7 +2764,7 @@ function he(t) {
|
|
|
2764
2764
|
};
|
|
2765
2765
|
}
|
|
2766
2766
|
function Lo(t) {
|
|
2767
|
-
if (
|
|
2767
|
+
if (Mt(t) === "html")
|
|
2768
2768
|
return t;
|
|
2769
2769
|
const o = (
|
|
2770
2770
|
// Step into the shadow DOM of the parent of a slotted node.
|
|
@@ -2777,7 +2777,7 @@ function Lo(t) {
|
|
|
2777
2777
|
}
|
|
2778
2778
|
function pc(t) {
|
|
2779
2779
|
const o = Lo(t);
|
|
2780
|
-
return Et(o) ? t.ownerDocument ? t.ownerDocument.body : t.body :
|
|
2780
|
+
return Et(o) ? t.ownerDocument ? t.ownerDocument.body : t.body : So(o) && Wt(o) ? o : pc(o);
|
|
2781
2781
|
}
|
|
2782
2782
|
function Vt(t, o, e) {
|
|
2783
2783
|
var s;
|
|
@@ -2795,7 +2795,7 @@ function Le(t) {
|
|
|
2795
2795
|
function lc(t) {
|
|
2796
2796
|
const o = io(t);
|
|
2797
2797
|
let e = parseFloat(o.width) || 0, s = parseFloat(o.height) || 0;
|
|
2798
|
-
const c =
|
|
2798
|
+
const c = So(t), r = c ? t.offsetWidth : e, n = c ? t.offsetHeight : s, a = ce(e) !== r || ce(s) !== n;
|
|
2799
2799
|
return a && (e = r, s = n), {
|
|
2800
2800
|
width: e,
|
|
2801
2801
|
height: s,
|
|
@@ -2807,7 +2807,7 @@ function Je(t) {
|
|
|
2807
2807
|
}
|
|
2808
2808
|
function vt(t) {
|
|
2809
2809
|
const o = Je(t);
|
|
2810
|
-
if (!
|
|
2810
|
+
if (!So(o))
|
|
2811
2811
|
return uo(1);
|
|
2812
2812
|
const e = o.getBoundingClientRect(), {
|
|
2813
2813
|
width: s,
|
|
@@ -2842,7 +2842,7 @@ function nt(t, o, e, s) {
|
|
|
2842
2842
|
const g = J(r), h = s && ao(s) ? J(s) : s;
|
|
2843
2843
|
let b = g, x = Le(b);
|
|
2844
2844
|
for (; x && s && h !== b; ) {
|
|
2845
|
-
const w = vt(x), z = x.getBoundingClientRect(),
|
|
2845
|
+
const w = vt(x), z = x.getBoundingClientRect(), A = io(x), C = z.left + (x.clientLeft + parseFloat(A.paddingLeft)) * w.x, E = z.top + (x.clientTop + parseFloat(A.paddingTop)) * w.y;
|
|
2846
2846
|
i *= w.x, l *= w.y, u *= w.x, v *= w.y, i += C, l += E, b = J(x), x = Le(b);
|
|
2847
2847
|
}
|
|
2848
2848
|
}
|
|
@@ -2878,8 +2878,8 @@ function qr(t) {
|
|
|
2878
2878
|
scrollLeft: 0,
|
|
2879
2879
|
scrollTop: 0
|
|
2880
2880
|
}, l = uo(1);
|
|
2881
|
-
const u = uo(0), v =
|
|
2882
|
-
if ((v || !v && !r) && ((
|
|
2881
|
+
const u = uo(0), v = So(s);
|
|
2882
|
+
if ((v || !v && !r) && ((Mt(s) !== "body" || Wt(n)) && (i = he(s)), v)) {
|
|
2883
2883
|
const h = nt(s);
|
|
2884
2884
|
l = vt(s), u.x = h.x + s.clientLeft, u.y = h.y + s.clientTop;
|
|
2885
2885
|
}
|
|
@@ -2927,7 +2927,7 @@ function Zr(t, o) {
|
|
|
2927
2927
|
};
|
|
2928
2928
|
}
|
|
2929
2929
|
function Wr(t, o) {
|
|
2930
|
-
const e = nt(t, !0, o === "fixed"), s = e.top + t.clientTop, c = e.left + t.clientLeft, r =
|
|
2930
|
+
const e = nt(t, !0, o === "fixed"), s = e.top + t.clientTop, c = e.left + t.clientLeft, r = So(t) ? vt(t) : uo(1), n = t.clientWidth * r.x, a = t.clientHeight * r.y, i = c * r.x, l = s * r.y;
|
|
2931
2931
|
return {
|
|
2932
2932
|
width: n,
|
|
2933
2933
|
height: a,
|
|
@@ -2962,7 +2962,7 @@ function Kr(t, o) {
|
|
|
2962
2962
|
const e = o.get(t);
|
|
2963
2963
|
if (e)
|
|
2964
2964
|
return e;
|
|
2965
|
-
let s = Vt(t, [], !1).filter((a) => ao(a) &&
|
|
2965
|
+
let s = Vt(t, [], !1).filter((a) => ao(a) && Mt(a) !== "body"), c = null;
|
|
2966
2966
|
const r = io(t).position === "fixed";
|
|
2967
2967
|
let n = r ? Lo(t) : t;
|
|
2968
2968
|
for (; ao(n) && !Et(n); ) {
|
|
@@ -2982,7 +2982,7 @@ function Yr(t) {
|
|
|
2982
2982
|
let i = a.top, l = a.right, u = a.bottom, v = a.left;
|
|
2983
2983
|
for (let g = 1; g < n.length; g++) {
|
|
2984
2984
|
const h = Ps(o, n[g], c);
|
|
2985
|
-
i = Q(h.top, i), l =
|
|
2985
|
+
i = Q(h.top, i), l = No(h.right, l), u = No(h.bottom, u), v = Q(h.left, v);
|
|
2986
2986
|
}
|
|
2987
2987
|
return {
|
|
2988
2988
|
width: l - v,
|
|
@@ -3002,7 +3002,7 @@ function Gr(t) {
|
|
|
3002
3002
|
};
|
|
3003
3003
|
}
|
|
3004
3004
|
function Qr(t, o, e) {
|
|
3005
|
-
const s =
|
|
3005
|
+
const s = So(o), c = yo(o), r = e === "fixed", n = nt(t, !0, r, o);
|
|
3006
3006
|
let a = {
|
|
3007
3007
|
scrollLeft: 0,
|
|
3008
3008
|
scrollTop: 0
|
|
@@ -3012,7 +3012,7 @@ function Qr(t, o, e) {
|
|
|
3012
3012
|
i.x = be(c);
|
|
3013
3013
|
}
|
|
3014
3014
|
if (s || !s && !r)
|
|
3015
|
-
if ((
|
|
3015
|
+
if ((Mt(o) !== "body" || Wt(c)) && (a = he(o)), s) {
|
|
3016
3016
|
const h = nt(o, !0, r, o);
|
|
3017
3017
|
i.x = h.x + o.clientLeft, i.y = h.y + o.clientTop;
|
|
3018
3018
|
} else c && l();
|
|
@@ -3029,7 +3029,7 @@ function we(t) {
|
|
|
3029
3029
|
return io(t).position === "static";
|
|
3030
3030
|
}
|
|
3031
3031
|
function Is(t, o) {
|
|
3032
|
-
if (!
|
|
3032
|
+
if (!So(t) || io(t).position === "fixed")
|
|
3033
3033
|
return null;
|
|
3034
3034
|
if (o)
|
|
3035
3035
|
return o(t);
|
|
@@ -3040,7 +3040,7 @@ function hc(t, o) {
|
|
|
3040
3040
|
const e = J(t);
|
|
3041
3041
|
if (ve(t))
|
|
3042
3042
|
return e;
|
|
3043
|
-
if (!
|
|
3043
|
+
if (!So(t)) {
|
|
3044
3044
|
let c = Lo(t);
|
|
3045
3045
|
for (; c && !Et(c); ) {
|
|
3046
3046
|
if (ao(c) && !we(c))
|
|
@@ -3103,28 +3103,28 @@ function en(t, o) {
|
|
|
3103
3103
|
return;
|
|
3104
3104
|
const b = Yt(v), x = Yt(c.clientWidth - (u + g)), w = Yt(c.clientHeight - (v + h)), z = Yt(u), C = {
|
|
3105
3105
|
rootMargin: -b + "px " + -x + "px " + -w + "px " + -z + "px",
|
|
3106
|
-
threshold: Q(0,
|
|
3106
|
+
threshold: Q(0, No(1, i)) || 1
|
|
3107
3107
|
};
|
|
3108
3108
|
let E = !0;
|
|
3109
|
-
function
|
|
3110
|
-
const
|
|
3111
|
-
if (
|
|
3109
|
+
function S($) {
|
|
3110
|
+
const H = $[0].intersectionRatio;
|
|
3111
|
+
if (H !== i) {
|
|
3112
3112
|
if (!E)
|
|
3113
3113
|
return n();
|
|
3114
|
-
|
|
3114
|
+
H ? n(!1, H) : s = setTimeout(() => {
|
|
3115
3115
|
n(!1, 1e-7);
|
|
3116
3116
|
}, 1e3);
|
|
3117
3117
|
}
|
|
3118
|
-
|
|
3118
|
+
H === 1 && !bc(l, t.getBoundingClientRect()) && n(), E = !1;
|
|
3119
3119
|
}
|
|
3120
3120
|
try {
|
|
3121
|
-
e = new IntersectionObserver(
|
|
3121
|
+
e = new IntersectionObserver(S, {
|
|
3122
3122
|
...C,
|
|
3123
3123
|
// Handle <iframe>s
|
|
3124
3124
|
root: c.ownerDocument
|
|
3125
3125
|
});
|
|
3126
3126
|
} catch {
|
|
3127
|
-
e = new IntersectionObserver(
|
|
3127
|
+
e = new IntersectionObserver(S, C);
|
|
3128
3128
|
}
|
|
3129
3129
|
e.observe(t);
|
|
3130
3130
|
}
|
|
@@ -3147,8 +3147,8 @@ function sn(t, o, e, s) {
|
|
|
3147
3147
|
const v = l && a ? en(l, e) : null;
|
|
3148
3148
|
let g = -1, h = null;
|
|
3149
3149
|
n && (h = new ResizeObserver((z) => {
|
|
3150
|
-
let [
|
|
3151
|
-
|
|
3150
|
+
let [A] = z;
|
|
3151
|
+
A && A.target === l && h && o && (h.unobserve(o), cancelAnimationFrame(g), g = requestAnimationFrame(() => {
|
|
3152
3152
|
var C;
|
|
3153
3153
|
(C = h) == null || C.observe(o);
|
|
3154
3154
|
})), e();
|
|
@@ -3161,12 +3161,12 @@ function sn(t, o, e, s) {
|
|
|
3161
3161
|
}
|
|
3162
3162
|
return e(), () => {
|
|
3163
3163
|
var z;
|
|
3164
|
-
u.forEach((
|
|
3165
|
-
c &&
|
|
3164
|
+
u.forEach((A) => {
|
|
3165
|
+
c && A.removeEventListener("scroll", e), r && A.removeEventListener("resize", e);
|
|
3166
3166
|
}), v == null || v(), (z = h) == null || z.disconnect(), h = null, i && cancelAnimationFrame(b);
|
|
3167
3167
|
};
|
|
3168
3168
|
}
|
|
3169
|
-
const cn = Lr, rn = Ir,
|
|
3169
|
+
const cn = Lr, rn = Ir, Ms = Hr, nn = Mr, an = Pr, dn = (t, o, e) => {
|
|
3170
3170
|
const s = /* @__PURE__ */ new Map(), c = {
|
|
3171
3171
|
platform: tn,
|
|
3172
3172
|
...e
|
|
@@ -3228,10 +3228,10 @@ var pn = class {
|
|
|
3228
3228
|
b = o;
|
|
3229
3229
|
break;
|
|
3230
3230
|
}
|
|
3231
|
-
const x = getComputedStyle(h), z = u ? 0 : ((
|
|
3232
|
-
const $ = parseFloat(
|
|
3233
|
-
return
|
|
3234
|
-
})(x.getPropertyValue("--cds-popover-offset").trim()) ?? 10,
|
|
3231
|
+
const x = getComputedStyle(h), z = u ? 0 : ((S) => {
|
|
3232
|
+
const $ = parseFloat(S);
|
|
3233
|
+
return S.trim().endsWith("rem") ? $ * 16 : $;
|
|
3234
|
+
})(x.getPropertyValue("--cds-popover-offset").trim()) ?? 10, A = [
|
|
3235
3235
|
cn(u ? 0 : {
|
|
3236
3236
|
alignmentAxis: i,
|
|
3237
3237
|
mainAxis: e ? z : 4
|
|
@@ -3278,10 +3278,10 @@ var pn = class {
|
|
|
3278
3278
|
fallbackAxisSideDirection: "start",
|
|
3279
3279
|
boundary: l
|
|
3280
3280
|
}),
|
|
3281
|
-
...n && (b === "bottom" || b === "top") ? [
|
|
3282
|
-
$.floating.style.width = `${
|
|
3283
|
-
} })] : [
|
|
3284
|
-
|
|
3281
|
+
...n && (b === "bottom" || b === "top") ? [Ms({ apply({ rects: S, elements: $ }) {
|
|
3282
|
+
$.floating.style.width = `${S.reference.width}px`;
|
|
3283
|
+
} })] : [Ms({ apply({ elements: S }) {
|
|
3284
|
+
S.floating.style.removeProperty("width");
|
|
3285
3285
|
} })],
|
|
3286
3286
|
...e && t ? [an({
|
|
3287
3287
|
element: t,
|
|
@@ -3290,21 +3290,21 @@ var pn = class {
|
|
|
3290
3290
|
nn()
|
|
3291
3291
|
];
|
|
3292
3292
|
if (a) {
|
|
3293
|
-
const { x:
|
|
3293
|
+
const { x: S, y: $, placement: H, middlewareData: _, strategy: L } = await dn(s, h, {
|
|
3294
3294
|
strategy: "fixed",
|
|
3295
|
-
middleware:
|
|
3295
|
+
middleware: A,
|
|
3296
3296
|
placement: b
|
|
3297
3297
|
});
|
|
3298
|
-
if (h.setAttribute("align",
|
|
3298
|
+
if (h.setAttribute("align", H), h.style.left = `${S}px`, h.style.top = `${$}px`, h.style.position = `${L}`, h.style.visibility = (C = _.hide) != null && C.referenceHidden ? "hidden" : "visible", t) {
|
|
3299
3299
|
const { x: F, y: K } = _.arrow, R = {
|
|
3300
3300
|
top: "bottom",
|
|
3301
3301
|
right: "left",
|
|
3302
3302
|
bottom: "top",
|
|
3303
3303
|
left: "right"
|
|
3304
|
-
}[
|
|
3304
|
+
}[H.split("-")[0]];
|
|
3305
3305
|
t.style.left = F != null ? `${F}px` : "", t.style.top = K != null ? `${K}px` : "", t.style.right = "", t.style.bottom = "", t.style[R] = `${-t.offsetWidth / 2}px`;
|
|
3306
3306
|
}
|
|
3307
|
-
(this.host.tagName === "CDS-AI-LABEL" || this.host.tagName === "CDS-SLUG") && ((E = this.host) == null || E.setAttribute("alignment",
|
|
3307
|
+
(this.host.tagName === "CDS-AI-LABEL" || this.host.tagName === "CDS-SLUG") && ((E = this.host) == null || E.setAttribute("alignment", H));
|
|
3308
3308
|
}
|
|
3309
3309
|
}
|
|
3310
3310
|
hostUpdated() {
|
|
@@ -3614,7 +3614,7 @@ to = p([B("cds-custom-popover-content")], to);
|
|
|
3614
3614
|
* This source code is licensed under the Apache-2.0 license found in the
|
|
3615
3615
|
* LICENSE file in the root directory of this source tree.
|
|
3616
3616
|
*/
|
|
3617
|
-
const O = "ibm-automation-cds", k = "automation-global-header", ut = "automation--header",
|
|
3617
|
+
const O = "ibm-automation-cds", k = "automation-global-header", ut = "automation--header", Ts = "automation-header-navigation-action", $e = "automation--header__popover__label--profile", ln = `${O}-app-switcher-button`, un = `${O}-env-switcher-button`, Ns = `${O}-help-menu-button`, mn = `${O}-chatbot-menu-button`, vn = `${O}-notifications-button`, hn = `${O}-profile-menu-button`, bn = `${O}-search-button`, yc = `${O}-solis-sidekick-button`, _c = `${O}-solis-switcher-button`, gn = `${O}-trial-popover-button`, Ls = "global-header", fn = "refresh-header-options", yn = {
|
|
3618
3618
|
brand: {
|
|
3619
3619
|
company: "",
|
|
3620
3620
|
product: ""
|
|
@@ -3716,7 +3716,7 @@ var $n = Object.getOwnPropertyDescriptor, Cn = (t, o, e, s) => {
|
|
|
3716
3716
|
(n = t[r]) && (c = n(c) || c);
|
|
3717
3717
|
return c;
|
|
3718
3718
|
};
|
|
3719
|
-
const { stablePrefix:
|
|
3719
|
+
const { stablePrefix: Sn } = ro;
|
|
3720
3720
|
let He = class extends nc {
|
|
3721
3721
|
};
|
|
3722
3722
|
He.styles = W`
|
|
@@ -3727,9 +3727,9 @@ He.styles = W`
|
|
|
3727
3727
|
}
|
|
3728
3728
|
`;
|
|
3729
3729
|
He = Cn([
|
|
3730
|
-
so(`${
|
|
3730
|
+
so(`${Sn}-global-header-wide-side-nav`)
|
|
3731
3731
|
], He);
|
|
3732
|
-
var
|
|
3732
|
+
var An = {
|
|
3733
3733
|
elem: "svg",
|
|
3734
3734
|
attrs: {
|
|
3735
3735
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3823,7 +3823,7 @@ var Sn = {
|
|
|
3823
3823
|
}],
|
|
3824
3824
|
name: "chart--venn-diagram",
|
|
3825
3825
|
size: 20
|
|
3826
|
-
},
|
|
3826
|
+
}, Mn = {
|
|
3827
3827
|
elem: "svg",
|
|
3828
3828
|
attrs: {
|
|
3829
3829
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3838,7 +3838,7 @@ var Sn = {
|
|
|
3838
3838
|
}],
|
|
3839
3839
|
name: "checkmark",
|
|
3840
3840
|
size: 16
|
|
3841
|
-
},
|
|
3841
|
+
}, Tn = {
|
|
3842
3842
|
elem: "svg",
|
|
3843
3843
|
attrs: {
|
|
3844
3844
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3856,7 +3856,7 @@ var Sn = {
|
|
|
3856
3856
|
}],
|
|
3857
3857
|
name: "cloud-services",
|
|
3858
3858
|
size: 20
|
|
3859
|
-
},
|
|
3859
|
+
}, Nn = {
|
|
3860
3860
|
elem: "svg",
|
|
3861
3861
|
attrs: {
|
|
3862
3862
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -4457,14 +4457,14 @@ function kc(t) {
|
|
|
4457
4457
|
*/
|
|
4458
4458
|
const ra = "https://ibmassistme-dev.zll1vg8lrcq.us-south.codeengine.appdomain.cloud/resources/assist-me/controller.js", na = "https://www.ibm.com/resources/assist-me/controller.js", T = (t, o, e) => {
|
|
4459
4459
|
const s = `${t}${o}`, n = {
|
|
4460
|
-
AiLaunch20:
|
|
4460
|
+
AiLaunch20: An,
|
|
4461
4461
|
Api16: En,
|
|
4462
4462
|
AppConnectivity20: On,
|
|
4463
4463
|
ArrowRight16: Pn,
|
|
4464
4464
|
ChartVennDiagram20: In,
|
|
4465
|
-
Checkmark16:
|
|
4466
|
-
CloudServices20:
|
|
4467
|
-
ColorPalette16:
|
|
4465
|
+
Checkmark16: Mn,
|
|
4466
|
+
CloudServices20: Tn,
|
|
4467
|
+
ColorPalette16: Nn,
|
|
4468
4468
|
Cookie16: Ln,
|
|
4469
4469
|
Document16: Hn,
|
|
4470
4470
|
Email16: Bn,
|
|
@@ -4549,7 +4549,7 @@ let eo = class extends y {
|
|
|
4549
4549
|
};
|
|
4550
4550
|
}
|
|
4551
4551
|
render() {
|
|
4552
|
-
var e, s, c, r, n, a, i, l, u, v, g, h, b, x, w, z,
|
|
4552
|
+
var e, s, c, r, n, a, i, l, u, v, g, h, b, x, w, z, A, C, E, S, $, H;
|
|
4553
4553
|
const o = "title-icon";
|
|
4554
4554
|
return typeof this.isCollapsible > "u" || this.isCollapsible ? this.isSideNavMenuItems ? m`
|
|
4555
4555
|
<cds-custom-side-nav-menu
|
|
@@ -4564,7 +4564,7 @@ let eo = class extends y {
|
|
|
4564
4564
|
>
|
|
4565
4565
|
${(r = this.link) == null ? void 0 : r.sideNavMenuItems.map((_) => this.isOnClickAvailable || _.onClick ? m`
|
|
4566
4566
|
<cds-custom-side-nav-menu-item
|
|
4567
|
-
@click="${(
|
|
4567
|
+
@click="${(L) => this.handleSideNavMenuItemClick(L, _)}"
|
|
4568
4568
|
tabIndex="${0}"
|
|
4569
4569
|
?active="${_ == null ? void 0 : _.isActive}">
|
|
4570
4570
|
${_.label}
|
|
@@ -4574,7 +4574,7 @@ let eo = class extends y {
|
|
|
4574
4574
|
href="${_ == null ? void 0 : _.href}"
|
|
4575
4575
|
target="${_.newTab ? "_blank" : f}"
|
|
4576
4576
|
rel="noreferrer"
|
|
4577
|
-
@click="${(
|
|
4577
|
+
@click="${(L) => this.handleSideNavMenuItemClick(L, _)}"
|
|
4578
4578
|
role="link"
|
|
4579
4579
|
?active="${this.isHybridIpaas ? window.location.href.includes(_ == null ? void 0 : _.href) : _ == null ? void 0 : _.isActive}">
|
|
4580
4580
|
<span
|
|
@@ -4594,8 +4594,8 @@ let eo = class extends y {
|
|
|
4594
4594
|
?active="${this.isActive}"
|
|
4595
4595
|
href="${(a = this.link) == null ? void 0 : a.href}"
|
|
4596
4596
|
@click="${(_) => {
|
|
4597
|
-
var
|
|
4598
|
-
return this.handleSideNavLinkClick(_, (
|
|
4597
|
+
var L;
|
|
4598
|
+
return this.handleSideNavLinkClick(_, (L = this.link) == null ? void 0 : L.label);
|
|
4599
4599
|
}}"
|
|
4600
4600
|
title="${(i = this.link) == null ? void 0 : i.label}"
|
|
4601
4601
|
${this.isHybridIpaas ? f : "large"}>
|
|
@@ -4609,8 +4609,8 @@ let eo = class extends y {
|
|
|
4609
4609
|
?active="${this.isActive}"
|
|
4610
4610
|
href="${(g = this.link) == null ? void 0 : g.href}"
|
|
4611
4611
|
@click="${(_) => {
|
|
4612
|
-
var
|
|
4613
|
-
return this.handleSideNavLinkClick(_, (
|
|
4612
|
+
var L;
|
|
4613
|
+
return this.handleSideNavLinkClick(_, (L = this.link) == null ? void 0 : L.label);
|
|
4614
4614
|
}}"
|
|
4615
4615
|
title="${(h = this.link) == null ? void 0 : h.label}"
|
|
4616
4616
|
${this.isHybridIpaas ? f : "large"}>
|
|
@@ -4631,7 +4631,7 @@ let eo = class extends y {
|
|
|
4631
4631
|
<cds-custom-side-nav-link
|
|
4632
4632
|
role="link"
|
|
4633
4633
|
href="${(z = this.link) == null ? void 0 : z.href}"
|
|
4634
|
-
@click="${(
|
|
4634
|
+
@click="${(A = this.link) == null ? void 0 : A.onClick}"
|
|
4635
4635
|
title="${(C = this.link) == null ? void 0 : C.label}"
|
|
4636
4636
|
class="${mo({
|
|
4637
4637
|
[`${O}--side-nav__link--current`]: this.isActive
|
|
@@ -4639,10 +4639,10 @@ let eo = class extends y {
|
|
|
4639
4639
|
@mouseleave="${() => this._setIsHoveringOnSideNavItem(!1)}"
|
|
4640
4640
|
@mouseenter="${() => this._setIsHoveringOnSideNavItem(!0)}"
|
|
4641
4641
|
large="${!this.isHybridIpaas}">
|
|
4642
|
-
${(E = this.link) != null && E.iconName ? T((
|
|
4642
|
+
${(E = this.link) != null && E.iconName ? T((S = this.link) == null ? void 0 : S.iconName, 16, o) : ($ = this.link) == null ? void 0 : $.label}
|
|
4643
4643
|
</cds-custom-side-nav-link>
|
|
4644
4644
|
<cds-custom-popover-content
|
|
4645
|
-
>${(
|
|
4645
|
+
>${(H = this.link) == null ? void 0 : H.label}</cds-custom-popover-content
|
|
4646
4646
|
>
|
|
4647
4647
|
</cds-custom-popover>
|
|
4648
4648
|
</div>
|
|
@@ -4770,13 +4770,13 @@ let Bs = ($t = class extends sc {
|
|
|
4770
4770
|
id="button"
|
|
4771
4771
|
role="button"
|
|
4772
4772
|
class="${v}"
|
|
4773
|
-
download="${
|
|
4774
|
-
href="${
|
|
4775
|
-
hreflang="${
|
|
4776
|
-
ping="${
|
|
4777
|
-
rel="${
|
|
4778
|
-
target="${
|
|
4779
|
-
type="${
|
|
4773
|
+
download="${I(s)}"
|
|
4774
|
+
href="${I(c)}"
|
|
4775
|
+
hreflang="${I(r)}"
|
|
4776
|
+
ping="${I(n)}"
|
|
4777
|
+
rel="${I(a)}"
|
|
4778
|
+
target="${I(l)}"
|
|
4779
|
+
type="${I(u)}"
|
|
4780
4780
|
@click="${this._handleClickLinkSkeleton}"></a>
|
|
4781
4781
|
` : m`
|
|
4782
4782
|
<button
|
|
@@ -4784,7 +4784,7 @@ let Bs = ($t = class extends sc {
|
|
|
4784
4784
|
class="${v}"
|
|
4785
4785
|
?autofocus="${o}"
|
|
4786
4786
|
?disabled="${e}"
|
|
4787
|
-
type="${
|
|
4787
|
+
type="${I(u)}"></button>
|
|
4788
4788
|
`;
|
|
4789
4789
|
}
|
|
4790
4790
|
}, $t.styles = le, $t);
|
|
@@ -4938,13 +4938,13 @@ let _a = class extends We {
|
|
|
4938
4938
|
};
|
|
4939
4939
|
const xa = /* @__PURE__ */ new WeakMap();
|
|
4940
4940
|
let Ds = 0;
|
|
4941
|
-
const
|
|
4941
|
+
const Se = /* @__PURE__ */ new Map(), Fs = /* @__PURE__ */ new WeakSet(), Vs = () => new Promise((t) => requestAnimationFrame(t)), wc = [{ opacity: 0 }], $c = [{ opacity: 0 }, { opacity: 1 }], js = (t, o) => {
|
|
4942
4942
|
const e = t - o;
|
|
4943
4943
|
return e === 0 ? void 0 : e;
|
|
4944
4944
|
}, qs = (t, o) => {
|
|
4945
4945
|
const e = t / o;
|
|
4946
4946
|
return e === 1 ? void 0 : e;
|
|
4947
|
-
},
|
|
4947
|
+
}, Ae = { left: (t, o) => {
|
|
4948
4948
|
const e = js(t, o);
|
|
4949
4949
|
return { value: e, transform: e == null || isNaN(e) ? void 0 : `translateX(${e}px)` };
|
|
4950
4950
|
}, top: (t, o) => {
|
|
@@ -4999,7 +4999,7 @@ class wa extends _a {
|
|
|
4999
4999
|
p() {
|
|
5000
5000
|
const o = {}, e = this.element.getBoundingClientRect(), s = getComputedStyle(this.element);
|
|
5001
5001
|
return this.options.properties.forEach((c) => {
|
|
5002
|
-
const r = e[c] ?? (
|
|
5002
|
+
const r = e[c] ?? (Ae[c] ? void 0 : s[c]), n = Number(r);
|
|
5003
5003
|
o[c] = isNaN(n) ? r + "" : n;
|
|
5004
5004
|
}), o;
|
|
5005
5005
|
}
|
|
@@ -5024,9 +5024,9 @@ class wa extends _a {
|
|
|
5024
5024
|
const { from: r, to: n } = this.O(this.A, c, e);
|
|
5025
5025
|
this.log("measured", [this.A, c, r, n]), o = this.calculateKeyframes(r, n);
|
|
5026
5026
|
} else {
|
|
5027
|
-
const r =
|
|
5027
|
+
const r = Se.get(this.options.inId);
|
|
5028
5028
|
if (r) {
|
|
5029
|
-
|
|
5029
|
+
Se.delete(this.options.inId);
|
|
5030
5030
|
const { from: n, to: a } = this.O(r, c, e);
|
|
5031
5031
|
o = this.calculateKeyframes(n, a), o = this.options.in ? [{ ...this.options.in[0], ...o[0] }, ...this.options.in.slice(1), o[1]] : o, Ds++, o.forEach((i) => i.zIndex = Ds);
|
|
5032
5032
|
} else this.options.in && (o = [...this.options.in, {}]);
|
|
@@ -5044,7 +5044,7 @@ class wa extends _a {
|
|
|
5044
5044
|
}
|
|
5045
5045
|
async disconnected() {
|
|
5046
5046
|
var e;
|
|
5047
|
-
if (!this.h || (this.options.id !== void 0 &&
|
|
5047
|
+
if (!this.h || (this.options.id !== void 0 && Se.set(this.options.id, this.A), this.options.out === void 0)) return;
|
|
5048
5048
|
if (this.prepare(), await Vs(), (e = this.i) == null ? void 0 : e.isConnected) {
|
|
5049
5049
|
const s = this.o && this.o.parentNode === this.i ? this.o : null;
|
|
5050
5050
|
if (this.i.insertBefore(this.element, s), this.options.stabilizeOut) {
|
|
@@ -5100,8 +5100,8 @@ class wa extends _a {
|
|
|
5100
5100
|
const a = {};
|
|
5101
5101
|
for (const i in e) {
|
|
5102
5102
|
const l = o[i], u = e[i];
|
|
5103
|
-
if (i in
|
|
5104
|
-
const v =
|
|
5103
|
+
if (i in Ae) {
|
|
5104
|
+
const v = Ae[i];
|
|
5105
5105
|
if (l === void 0 || u === void 0) continue;
|
|
5106
5106
|
const g = v(l, u);
|
|
5107
5107
|
g.transform !== void 0 && (a[i] = g.value, n = !0, c.transform = `${c.transform ?? ""} ${g.transform}`, g.overrideFrom !== void 0 && Object.assign(c, g.overrideFrom));
|
|
@@ -5140,12 +5140,12 @@ const Cc = Ze(wa), $a = `/**
|
|
|
5140
5140
|
* This source code is licensed under the Apache-2.0 license found in the
|
|
5141
5141
|
* LICENSE file in the root directory of this source tree.
|
|
5142
5142
|
*/.automation-header__tooltip{position:absolute;color:#fff;inline-size:16rem;inset-block-start:0;inset-inline-end:0;transform:translate(40px)}.automation-header__tooltip-body{padding:1rem;border-radius:3px;background-color:#393939;box-shadow:0 5px 5px #0000004d}.automation-header__tooltip-body :last-child{margin-block-end:0}.automation-global-header__tooltip-description{font-size:14px;line-height:1.25rem;margin-block-end:1rem}.automation-global-header__tooltip-links{margin-block-end:1rem}.automation-global-header__trial-button:hover{text-decoration:none}.automation-global-header--popover-content-container .ibm-automation-cds--popover span{display:none}.automation-global-header--popover-content-container .ibm-automation-cds--popover .ibm-automation-cds--popover-content{font-size:var(--cds-body-01-font-size, .875rem);font-weight:var(--cds-body-01-font-weight, 400);line-height:var(--cds-body-01-line-height, 1.42857);letter-spacing:var(--cds-body-01-letter-spacing, .16px);padding:.125rem .5rem;background-color:#393939;color:#fff}.automation-global-header--popover-content-container .ibm-automation-cds--popover .ibm-automation-cds--popover-caret{display:none}`;
|
|
5143
|
-
var Ca = Object.defineProperty,
|
|
5144
|
-
for (var c = s > 1 ? void 0 : s ?
|
|
5143
|
+
var Ca = Object.defineProperty, Sa = Object.getOwnPropertyDescriptor, os = (t, o, e, s) => {
|
|
5144
|
+
for (var c = s > 1 ? void 0 : s ? Sa(o, e) : o, r = t.length - 1, n; r >= 0; r--)
|
|
5145
5145
|
(n = t[r]) && (c = (s ? n(o, e, c) : n(c)) || c);
|
|
5146
5146
|
return s && c && Ca(o, e, c), c;
|
|
5147
5147
|
};
|
|
5148
|
-
const { stablePrefix:
|
|
5148
|
+
const { stablePrefix: Aa } = ro;
|
|
5149
5149
|
let jt = class extends y {
|
|
5150
5150
|
constructor() {
|
|
5151
5151
|
super(), this.open = !1, this.trialConfig = {}, this.handleOutsideClick = this.handleOutsideClick.bind(this);
|
|
@@ -5187,7 +5187,7 @@ os([
|
|
|
5187
5187
|
d({ type: Object })
|
|
5188
5188
|
], jt.prototype, "trialConfig", 2);
|
|
5189
5189
|
jt = os([
|
|
5190
|
-
so(`${
|
|
5190
|
+
so(`${Aa}-global-header-trial-popover`)
|
|
5191
5191
|
], jt);
|
|
5192
5192
|
const Ea = `/**
|
|
5193
5193
|
* @license
|
|
@@ -5260,7 +5260,7 @@ it([
|
|
|
5260
5260
|
zo = it([
|
|
5261
5261
|
so(`${Ia}-global-header-user-profile-image`)
|
|
5262
5262
|
], zo);
|
|
5263
|
-
const
|
|
5263
|
+
const Ma = `/**
|
|
5264
5264
|
* @license
|
|
5265
5265
|
*
|
|
5266
5266
|
* Copyright IBM Corp. 2025
|
|
@@ -5268,10 +5268,10 @@ const Ta = `/**
|
|
|
5268
5268
|
* This source code is licensed under the Apache-2.0 license found in the
|
|
5269
5269
|
* LICENSE file in the root directory of this source tree.
|
|
5270
5270
|
*/.automation-global-header__popover__section{position:relative;padding:1rem}.automation-global-header__popover__section:not(:last-child):after{position:absolute;border-block-end:1px solid #393939;content:"";inline-size:100%;inset-block-end:0;inset-inline-start:0}.automation--header__popover__header{display:flex;flex-wrap:nowrap}.automation--header__popover__profile__header__title{font-size:var(--cds-productive-heading-03-font-size, 1.25rem);font-weight:var(--cds-productive-heading-03-font-weight, 400);line-height:var(--cds-productive-heading-03-line-height, 1.4);letter-spacing:var(--cds-productive-heading-03-letter-spacing, 0);line-height:1.2;margin-block-end:.25rem}.automation--header__popover__profile__header__title,.automation--header__popover__profile__header__email{display:block;inline-size:189px;word-wrap:break-word}.automation-global-header__horizontal_section{border:.25px solid #393939;margin-inline:.5rem}.automation-global-header__name_section{margin-inline-start:1rem}.automation-global-header__console_lnk_section,.automation-global-header__usr_management_lnk_section{padding:0}.automation-global-header__popover__link-item a{text-decoration:none}.automation-global-header__popover__section ul,.automation-global-header__profile_footer ul{padding:0;margin:0}.automation-global-header__popover__section ul li,.automation-global-header__profile_footer ul li{list-style-position:inside;list-style-type:none}.automation-global-header__popover__link{font-size:var(--cds-body-short-01-font-size, .875rem);font-weight:var(--cds-body-short-01-font-weight, 400);line-height:var(--cds-body-short-01-line-height, 1.28572);letter-spacing:var(--cds-body-short-01-letter-spacing, .16px);display:flex;padding:1rem;color:#fff;inline-size:100%;text-decoration:none;transition:background-color .11s,color .11s}.automation-global-header__popover__link svg{block-size:100%}.automation-global-header__popover__link .link_icon{margin-inline-end:.5rem}.automation-global-header__popover__link:hover{background-color:var(--cds-background-hover, rgba(141, 141, 141, .12))}.automation-global-header__popover__link:hover .launch_icon{opacity:1}.automation-global-header__popover__link .link_text{margin:auto 0}.automation-global-header__popover__link .launch_icon{margin-inline-start:auto;opacity:0}.automation--header__popover__profile__header__email{font-size:var(--cds-label-01-font-size, .75rem);font-weight:var(--cds-label-01-font-weight, 400);line-height:var(--cds-label-01-line-height, 1.33333);letter-spacing:var(--cds-label-01-letter-spacing, .32px);color:#c6c6c6}.automation-global-header__instance_details{margin:1rem}.automation-global-header__title-bar__label{font-size:var(--cds-label-01-font-size, .75rem);font-weight:var(--cds-label-01-font-weight, 400);line-height:var(--cds-label-01-line-height, 1.33333);letter-spacing:var(--cds-label-01-letter-spacing, .32px);color:#c6c6c6;margin-block-end:.25rem}.automation-global-header__title-bar__text{font-size:var(--cds-expressive-heading-01-font-size, .875rem);font-weight:var(--cds-expressive-heading-01-font-weight, 600);line-height:var(--cds-expressive-heading-01-line-height, 1.42857);letter-spacing:var(--cds-expressive-heading-01-letter-spacing, .16px);font-weight:400}.automation-global-header__title-bar__text:not(:last-child){margin-block-end:1rem}.automation-global-header__popover__profile__footer__logout{color:#fff!important}.automation-global-header__popover__link-item cds-custom-button{inline-size:100%}.automation-global-header__popover__link-item cds-custom-button::part(button){padding:0;background-color:transparent}.automation-global-header__popover__link-item div[data-ypc-link]:empty{display:none}`;
|
|
5271
|
-
var
|
|
5272
|
-
for (var c = s > 1 ? void 0 : s ?
|
|
5271
|
+
var Ta = Object.defineProperty, Na = Object.getOwnPropertyDescriptor, Sc = (t, o, e, s) => {
|
|
5272
|
+
for (var c = s > 1 ? void 0 : s ? Na(o, e) : o, r = t.length - 1, n; r >= 0; r--)
|
|
5273
5273
|
(n = t[r]) && (c = (s ? n(o, e, c) : n(c)) || c);
|
|
5274
|
-
return s && c &&
|
|
5274
|
+
return s && c && Ta(o, e, c), c;
|
|
5275
5275
|
};
|
|
5276
5276
|
const { stablePrefix: La } = ro, Do = "title-icon", Fo = 16;
|
|
5277
5277
|
let ie = class extends y {
|
|
@@ -5441,12 +5441,12 @@ let ie = class extends y {
|
|
|
5441
5441
|
}
|
|
5442
5442
|
};
|
|
5443
5443
|
ie.styles = W`
|
|
5444
|
-
${co([
|
|
5444
|
+
${co([Ma])}
|
|
5445
5445
|
`;
|
|
5446
|
-
|
|
5446
|
+
Sc([
|
|
5447
5447
|
d({ type: Object })
|
|
5448
5448
|
], ie.prototype, "props", 2);
|
|
5449
|
-
ie =
|
|
5449
|
+
ie = Sc([
|
|
5450
5450
|
so(`${La}-global-header-auth-context`)
|
|
5451
5451
|
], ie);
|
|
5452
5452
|
const Ha = `.ibm-automation-cds__header{z-index:8050}.ibm-automation-cds__header-name{margin:0 0 0 -.5rem}.ibm-automation-cds__capability-name{font-size:var(--cds-body-compact-01-font-size, .875rem);font-weight:var(--cds-body-compact-01-font-weight, 400);line-height:var(--cds-body-compact-01-line-height, 1.28572);letter-spacing:var(--cds-body-compact-01-letter-spacing, .16px);color:var(--cds-text-primary, #161616);margin-inline-end:1.5rem;overflow-x:hidden;text-overflow:ellipsis;white-space:nowrap}.ibm-automation-cds__product-type{white-space:nowrap}.ibm-automation-cds__global{display:flex;flex:1 1 0%;justify-content:flex-end;block-size:100%}.ibm-automation-cds__side-nav-items{overflow:auto}.automation-global-header__popover__section{position:relative;padding:1rem}.automation-global-header__popover__section:not(:last-child):after{position:absolute;border-block-end:1px solid #393939;content:"";inline-size:100%;inset-block-end:0;inset-inline-start:0}.automation--header__popover__header{display:flex;flex-wrap:nowrap}.automation--header__popover__profile__header__title{font-size:var(--cds-productive-heading-03-font-size, 1.25rem);font-weight:var(--cds-productive-heading-03-font-weight, 400);line-height:var(--cds-productive-heading-03-line-height, 1.4);letter-spacing:var(--cds-productive-heading-03-letter-spacing, 0);line-height:1.2;margin-block-end:.25rem}.automation--header__popover__profile__header__title,.automation--header__popover__profile__header__email{display:block;inline-size:189px;word-wrap:break-word}.automation-global-header__horizontal_section{border:.25px solid #393939;margin-inline:.5rem}.automation-global-header__name_section{margin-inline-start:1rem}.automation-global-header__console_lnk_section,.automation-global-header__usr_management_lnk_section{padding:0}.automation-global-header__popover__link-item a{text-decoration:none}.automation-global-header__popover__section ul,.automation-global-header__profile_footer ul{padding:0;margin:0}.automation-global-header__popover__section ul li,.automation-global-header__profile_footer ul li{list-style-position:inside;list-style-type:none}.automation-global-header__popover__link{font-size:var(--cds-body-short-01-font-size, .875rem);font-weight:var(--cds-body-short-01-font-weight, 400);line-height:var(--cds-body-short-01-line-height, 1.28572);letter-spacing:var(--cds-body-short-01-letter-spacing, .16px);display:flex;padding:1rem;color:#fff;inline-size:100%;text-decoration:none;transition:background-color .11s,color .11s}.automation-global-header__popover__link svg{block-size:100%}.automation-global-header__popover__link .link_icon{margin-inline-end:.5rem}.automation-global-header__popover__link:hover{background-color:var(--cds-background-hover, rgba(141, 141, 141, .12))}.automation-global-header__popover__link:hover .launch_icon{opacity:1}.automation-global-header__popover__link .link_text{margin:auto 0}.automation-global-header__popover__link .launch_icon{margin-inline-start:auto;opacity:0}.automation--header__popover__profile__header__email{font-size:var(--cds-label-01-font-size, .75rem);font-weight:var(--cds-label-01-font-weight, 400);line-height:var(--cds-label-01-line-height, 1.33333);letter-spacing:var(--cds-label-01-letter-spacing, .32px);color:#c6c6c6}.automation-global-header__instance_details{margin:1rem}.automation-global-header__title-bar__label{font-size:var(--cds-label-01-font-size, .75rem);font-weight:var(--cds-label-01-font-weight, 400);line-height:var(--cds-label-01-line-height, 1.33333);letter-spacing:var(--cds-label-01-letter-spacing, .32px);color:#c6c6c6;margin-block-end:.25rem}.automation-global-header__title-bar__text{font-size:var(--cds-expressive-heading-01-font-size, .875rem);font-weight:var(--cds-expressive-heading-01-font-weight, 600);line-height:var(--cds-expressive-heading-01-line-height, 1.42857);letter-spacing:var(--cds-expressive-heading-01-letter-spacing, .16px);font-weight:400}.automation-global-header__title-bar__text:not(:last-child){margin-block-end:1rem}.automation-global-header__popover__profile__footer__logout{color:#fff!important}.automation-global-header__popover__link-item cds-custom-button{inline-size:100%}.automation-global-header__popover__link-item cds-custom-button::part(button){padding:0;background-color:transparent}.automation-global-header__popover__link-item div[data-ypc-link]:empty{display:none}cds-custom-header-global-action.mcsp-header-user-profile{display:flex;block-size:48px;inline-size:48px}cds-custom-header-global-action clabs-global-header-user-profile-image{inline-size:100%}.ibm-automation-cds__help-menu{list-style:none}.ibm-automation-cds__help-menu svg{fill:var(--cds-icon-on-color, #ffffff)}.ibm-automation-cds__help-menu .ibm-automation-cds--text-truncate--end{display:flex;justify-content:space-between;inline-size:320px}.ibm-automation-cds__help-menu .ibm-automation-cds--header__menu-item{padding:12px;block-size:47px}.ibm-automation-cds__help-menu::part(menu-body){transform:translate(-50%) translateY(100%)!important}.automation-global-header__notification svg{fill:var(--cds-icon-on-color, #ffffff)}.automation-global-header__notification svg circle{fill:#d61f28}.ibm-automation-cds__globalaction svg{fill:var(--cds-icon-on-color, #ffffff)}cds-custom-header-global-action.mcsp-header-user-profile>div{border-radius:50%;margin:7px;background-color:#1192e8;block-size:32px;inline-size:32px}cds-custom-header-global-action.mcsp-header-user-profile>div svg{margin:6px}.automation-global-header__divider:before{display:block;background-color:var(--cds-border-subtle);block-size:2.5rem;content:"";inline-size:.0625rem;transform:translateY(.25rem)}.automation--header__group{position:relative;display:flex}.automation-global-header--popover-content-container .ibm-automation-cds--popover span{display:none!important}.automation-global-header--popover-content-container .ibm-automation-cds--popover .ibm-automation-cds--popover-caret{display:none!important}.ibm-automation-cds--custom-header__nav{display:block!important}.ibm-automation-cds--header__global .ibm-automation-cds--popover span{display:none!important}.c4p--user-profile-image--light{color:#000}.automation-global-header__trial-menu__counting-box-alert{background-image:linear-gradient(135deg,#161616,#161616),linear-gradient(135deg,#fa4d56,#fa4d56)}.automation-global-header__trial-menu{color:#f4f4f4}.automation-global-header__trial-menu::part(button){display:flex;align-items:center;padding:0 .75rem;inline-size:fit-content}.automation-global-header__trial-menu p{font-size:var(--cds-label-01-font-size, .75rem);font-weight:var(--cds-label-01-font-weight, 400);line-height:var(--cds-label-01-line-height, 1.33333);letter-spacing:var(--cds-label-01-letter-spacing, .32px)}.automation-global-header__trial-menu .trial-label{color:#f4f4f4;padding-inline-start:5px;text-align:center;white-space:nowrap}.automation-global-header__trial-menu .automation-global-header__trial-menu__counting-box{border:1px solid transparent;border-radius:.125rem;background-clip:padding-box,border-box;background-image:linear-gradient(135deg,#161616,#161616),linear-gradient(135deg,#0043ce,#be95ff);background-origin:padding-box,border-box;block-size:1.25rem;color:#f4f4f4;font-size:14px;font-weight:600;min-inline-size:1rem;text-align:center}.automation-global-header__trial-menu .automation-global-header__trial-menu__counting-box-alert{background-image:linear-gradient(135deg,#161616,#161616),linear-gradient(135deg,#fa4d56,#fa4d56)}.automation-global-header__trial-menu:hover .automation-global-header__trial-menu__counting-box{background-image:linear-gradient(135deg,#353535,#353535),linear-gradient(135deg,#0043ce,#be95ff)!important}.automation-global-header__trial-menu:hover .automation-global-header__trial-menu__counting-box-alert{background-image:linear-gradient(135deg,#353535,#353535),linear-gradient(135deg,#fa4d56,#fa4d56)!important}.ibm-automation-cds--header__action:hover{background-color:#393939}.ibm-automation-cds--btn.ibm-automation-cds--btn--icon-only.ibm-automation-cds--header__action svg{fill:var(--cds-icon-on-color, #ffffff)}@media(forced-colors:active){.ibm-automation-cds--btn.ibm-automation-cds--btn--icon-only.ibm-automation-cds--header__action svg{fill:#fff}}@media(forced-colors:active)and (-ms-high-contrast:black-on-white){.ibm-automation-cds--btn.ibm-automation-cds--btn--icon-only.ibm-automation-cds--header__action svg{fill:#000}}@media(forced-colors:active)and (-ms-high-contrast:white-on-black){.ibm-automation-cds--btn.ibm-automation-cds--btn--icon-only.ibm-automation-cds--header__action svg{fill:#fff}}.automation-global-header__switcher{border:0!important;block-size:max-content;inline-size:max-content;min-block-size:max-content}.c4p--notifications-panel__container{border:0;block-size:max-content;min-block-size:max-content}.automation-header__tooltip{position:absolute;color:#fff;inline-size:16rem;inset-block-start:0;inset-inline-end:0;transform:translate(40px)}.automation-header__tooltip-body{padding:1rem;border-radius:3px;background-color:#393939;box-shadow:0 5px 5px #0000004d}.automation-header__tooltip-body :last-child{margin-block-end:0}.automation-global-header__tooltip-description{font-size:14px;line-height:1.25rem;margin-block-end:1rem}.automation-global-header__tooltip-links{margin-block-end:1rem}.automation-global-header__trial-button:hover{text-decoration:none}.automation-global-header--popover-content-container .ibm-automation-cds--popover span{display:none}.automation-global-header--popover-content-container .ibm-automation-cds--popover .ibm-automation-cds--popover-content{font-size:var(--cds-body-01-font-size, .875rem);font-weight:var(--cds-body-01-font-weight, 400);line-height:var(--cds-body-01-line-height, 1.42857);letter-spacing:var(--cds-body-01-letter-spacing, .16px);padding:.125rem .5rem;background-color:#393939;color:#fff}.automation-global-header--popover-content-container .ibm-automation-cds--popover .ibm-automation-cds--popover-caret{display:none}.automation-global-header__switcher{border:0!important;block-size:max-content;color:#a8a8a8;inline-size:max-content;min-block-size:max-content}.automation-global-header__switcher-menu{display:inline-block;block-size:47px;color:#a8a8a8;list-style-type:none;min-inline-size:12rem!important}.automation-global-header__switcher-menu-item>span{overflow:hidden;max-inline-size:224px;text-overflow:ellipsis;white-space:nowrap}.automation-global-header__switcher-menu-item-title-icons-left{display:flex}.automation-global-header__switcher-menu-item-title-icons-left div{margin-inline-end:1rem}.automation-global-header__switcher-menu-item-title-icons-left span{overflow:hidden;margin-inline-end:1rem;max-inline-size:224px;text-overflow:ellipsis;white-space:nowrap}.automation-global-header__switcher-menu-item-title{display:flex;align-items:flex-end;justify-content:space-between}.automation-global-header__switcher-menu-item-title span{overflow:hidden;margin-inline-end:1.5rem;max-inline-size:224px;text-overflow:ellipsis;white-space:nowrap}.automation-global-header__switcher-menu-item-title-hidden-checkmark{visibility:hidden}.automation-global-header__switcher-menu-disabled{pointer-events:none}.automation-global-header__switcher-menu.hybrid-ipaas .cds--header__menu-item+.cds--header__menu-title[aria-expanded=false]{inline-size:100%!important;min-inline-size:15rem!important}.automation-global-header__switcher-menu-group-title{display:flex;align-items:center;justify-content:space-between;block-size:47px;color:#f4f4f4;margin-inline-start:1rem;pointer-events:none;font-size:var(--cds-heading-compact-01-font-size, .875rem);font-weight:var(--cds-heading-compact-01-font-weight, 600);line-height:var(--cds-heading-compact-01-line-height, 1.28572);letter-spacing:var(--cds-heading-compact-01-letter-spacing, .16px)}cds-custom-header-menu::part(menu-body){inline-size:100%!important;max-block-size:calc(100vh - 47px);min-inline-size:15rem!important;overflow-x:hidden}cds-custom-header-menu::part(trigger){display:flex!important;overflow:hidden;flex-direction:row!important;flex-wrap:nowrap!important;align-items:center!important;justify-content:space-between!important;max-inline-size:224px;text-overflow:ellipsis;white-space:nowrap}cds-custom-header-menu-item:nth-last-child(2){border-block-end:1px solid #393939}/**
|
|
@@ -5457,7 +5457,7 @@ const Ha = `.ibm-automation-cds__header{z-index:8050}.ibm-automation-cds__header
|
|
|
5457
5457
|
* This source code is licensed under the Apache-2.0 license found in the
|
|
5458
5458
|
* LICENSE file in the root directory of this source tree.
|
|
5459
5459
|
*/.ibm-automation-cds .automation-header-navigation-action__menu-item{display:block;cursor:pointer}.ibm-automation-cds .automation-header-navigation-action__menu-item a{color:#f4f4f4}.ibm-automation-cds .automation-header-navigation-action__menu-item span{display:flex;align-items:center}.ibm-automation-cds .automation-header-navigation-action__menu-item svg{margin-inline-start:.25rem}`;
|
|
5460
|
-
var Ba = Object.defineProperty, Ra = Object.getOwnPropertyDescriptor,
|
|
5460
|
+
var Ba = Object.defineProperty, Ra = Object.getOwnPropertyDescriptor, Ac = (t, o, e, s) => {
|
|
5461
5461
|
for (var c = s > 1 ? void 0 : s ? Ra(o, e) : o, r = t.length - 1, n; r >= 0; r--)
|
|
5462
5462
|
(n = t[r]) && (c = (s ? n(o, e, c) : n(c)) || c);
|
|
5463
5463
|
return s && c && Ba(o, e, c), c;
|
|
@@ -5474,13 +5474,13 @@ let de = class extends y {
|
|
|
5474
5474
|
aria-label="Navigation"
|
|
5475
5475
|
class="${mo(
|
|
5476
5476
|
O,
|
|
5477
|
-
`${
|
|
5477
|
+
`${Ts}__menu`
|
|
5478
5478
|
)}">
|
|
5479
5479
|
${this.noAuthHeaderLinks && this.noAuthHeaderLinks.map((t) => m`
|
|
5480
5480
|
<cds-custom-header-nav-item
|
|
5481
5481
|
aria-label="${t == null ? void 0 : t.arialLabel}"
|
|
5482
5482
|
href="${t == null ? void 0 : t.href}"
|
|
5483
|
-
class="${`${
|
|
5483
|
+
class="${`${Ts}__menu-item`}">
|
|
5484
5484
|
${t == null ? void 0 : t.text}
|
|
5485
5485
|
${t != null && t.carbonIcon ? m`<span
|
|
5486
5486
|
>${T(t.carbonIcon, 16)}</span
|
|
@@ -5493,10 +5493,10 @@ let de = class extends y {
|
|
|
5493
5493
|
de.styles = W`
|
|
5494
5494
|
${co(Ha)}
|
|
5495
5495
|
`;
|
|
5496
|
-
|
|
5496
|
+
Ac([
|
|
5497
5497
|
d({ type: Array })
|
|
5498
5498
|
], de.prototype, "noAuthHeaderLinks", 2);
|
|
5499
|
-
de =
|
|
5499
|
+
de = Ac([
|
|
5500
5500
|
so(`${Da}-global-header-unauthenticated-context`)
|
|
5501
5501
|
], de);
|
|
5502
5502
|
const Fa = (t) => {
|
|
@@ -5515,7 +5515,7 @@ const Fa = (t) => {
|
|
|
5515
5515
|
}
|
|
5516
5516
|
return o;
|
|
5517
5517
|
};
|
|
5518
|
-
var Ee = (t) => P(t === "" ? void 0 : t ?? void 0), Ec = W(['@keyframes cds-custom--hide-feedback{0%{opacity:1;visibility:inherit}to{opacity:0;visibility:hidden}}@keyframes cds-custom--show-feedback{0%{opacity:0;visibility:hidden}to{opacity:1;visibility:inherit}}@keyframes cds-custom--skeleton{0%{opacity:.3;transform:scaleX(0);transform-origin:left}20%{opacity:1;transform:scaleX(1);transform-origin:left}28%{transform:scaleX(1);transform-origin:right}51%{transform:scaleX(0);transform-origin:right}58%{transform:scaleX(0);transform-origin:right}82%{transform:scaleX(1);transform-origin:right}83%{transform:scaleX(1);transform-origin:left}96%{transform:scaleX(0);transform-origin:left}to{opacity:.3;transform:scaleX(0);transform-origin:left}}.cds-custom--layout--size-xs,:host(cds-custom-search[size=xs]){--cds-layout-size-height-context:var(--cds-layout-size-height-xs,1.5rem);--cds-layout-size-height:var(--cds-layout-size-height-context)}.cds-custom--layout-constraint--size__default-xs{--cds-layout-size-height:var(--cds-layout-size-height-context,var(--cds-layout-size-height-xs,1.5rem))}.cds-custom--layout-constraint--size__min-xs{--cds-layout-size-height-min:var(--cds-layout-size-height-xs,1.5rem)}.cds-custom--layout-constraint--size__max-xs{--cds-layout-size-height-max:var(--cds-layout-size-height-xs,1.5rem)}.cds-custom--layout--size-sm,:host(cds-custom-search[size=sm]){--cds-layout-size-height-context:var(--cds-layout-size-height-sm,2rem);--cds-layout-size-height:var(--cds-layout-size-height-context)}.cds-custom--layout-constraint--size__default-sm{--cds-layout-size-height:var(--cds-layout-size-height-context,var(--cds-layout-size-height-sm,2rem))}.cds-custom--layout-constraint--size__min-sm{--cds-layout-size-height-min:var(--cds-layout-size-height-sm,2rem)}.cds-custom--layout-constraint--size__max-sm{--cds-layout-size-height-max:var(--cds-layout-size-height-sm,2rem)}.cds-custom--layout--size-md,:host(cds-custom-search[size=md]){--cds-layout-size-height-context:var(--cds-layout-size-height-md,2.5rem);--cds-layout-size-height:var(--cds-layout-size-height-context)}.cds-custom--layout-constraint--size__default-md{--cds-layout-size-height:var(--cds-layout-size-height-context,var(--cds-layout-size-height-md,2.5rem))}.cds-custom--layout-constraint--size__min-md{--cds-layout-size-height-min:var(--cds-layout-size-height-md,2.5rem)}.cds-custom--layout-constraint--size__max-md{--cds-layout-size-height-max:var(--cds-layout-size-height-md,2.5rem)}.cds-custom--layout--size-lg,:host(cds-custom-search[size=lg]){--cds-layout-size-height-context:var(--cds-layout-size-height-lg,3rem);--cds-layout-size-height:var(--cds-layout-size-height-context)}.cds-custom--layout-constraint--size__default-lg{--cds-layout-size-height:var(--cds-layout-size-height-context,var(--cds-layout-size-height-lg,3rem))}.cds-custom--layout-constraint--size__min-lg{--cds-layout-size-height-min:var(--cds-layout-size-height-lg,3rem)}.cds-custom--layout-constraint--size__max-lg{--cds-layout-size-height-max:var(--cds-layout-size-height-lg,3rem)}.cds-custom--layout--size-xl{--cds-layout-size-height-context:var(--cds-layout-size-height-xl,4rem);--cds-layout-size-height:var(--cds-layout-size-height-context)}.cds-custom--layout-constraint--size__default-xl{--cds-layout-size-height:var(--cds-layout-size-height-context,var(--cds-layout-size-height-xl,4rem))}.cds-custom--layout-constraint--size__min-xl{--cds-layout-size-height-min:var(--cds-layout-size-height-xl,4rem)}.cds-custom--layout-constraint--size__max-xl{--cds-layout-size-height-max:var(--cds-layout-size-height-xl,4rem)}.cds-custom--layout--size-2xl{--cds-layout-size-height-context:var(--cds-layout-size-height-2xl,5rem);--cds-layout-size-height:var(--cds-layout-size-height-context)}.cds-custom--layout-constraint--size__default-2xl{--cds-layout-size-height:var(--cds-layout-size-height-context,var(--cds-layout-size-height-2xl,5rem))}.cds-custom--layout-constraint--size__min-2xl{--cds-layout-size-height-min:var(--cds-layout-size-height-2xl,5rem)}.cds-custom--layout-constraint--size__max-2xl{--cds-layout-size-height-max:var(--cds-layout-size-height-2xl,5rem)}.cds-custom--layout--density-condensed{--cds-layout-density-padding-inline-context:var(--cds-layout-density-padding-inline-condensed,0.5rem);--cds-layout-density-padding-inline:var(--cds-layout-density-padding-inline-context)}.cds-custom--layout-constraint--density__default-condensed{--cds-layout-density-padding-inline:var(--cds-layout-density-padding-inline-context,var(--cds-layout-density-padding-inline-condensed,0.5rem))}.cds-custom--layout-constraint--density__min-condensed{--cds-layout-density-padding-inline-min:var(--cds-layout-density-padding-inline-condensed,0.5rem)}.cds-custom--layout-constraint--density__max-condensed{--cds-layout-density-padding-inline-max:var(--cds-layout-density-padding-inline-condensed,0.5rem)}.cds-custom--layout--density-normal{--cds-layout-density-padding-inline-context:var(--cds-layout-density-padding-inline-normal,1rem);--cds-layout-density-padding-inline:var(--cds-layout-density-padding-inline-context)}.cds-custom--layout-constraint--density__default-normal{--cds-layout-density-padding-inline:var(--cds-layout-density-padding-inline-context,var(--cds-layout-density-padding-inline-normal,1rem))}.cds-custom--layout-constraint--density__min-normal{--cds-layout-density-padding-inline-min:var(--cds-layout-density-padding-inline-normal,1rem)}.cds-custom--layout-constraint--density__max-normal{--cds-layout-density-padding-inline-max:var(--cds-layout-density-padding-inline-normal,1rem)}:root{--cds-layout-size-height-xs:1.5rem;--cds-layout-size-height-sm:2rem;--cds-layout-size-height-md:2.5rem;--cds-layout-size-height-lg:3rem;--cds-layout-size-height-xl:4rem;--cds-layout-size-height-2xl:5rem;--cds-layout-size-height-min:0px;--cds-layout-size-height-max:999999999px;--cds-layout-density-padding-inline-condensed:0.5rem;--cds-layout-density-padding-inline-normal:1rem;--cds-layout-density-padding-inline-min:0px;--cds-layout-density-padding-inline-max:999999999px}.cds-custom--assistive-text,.cds-custom--visually-hidden{block-size:1px;border:0;margin:-1px;overflow:hidden;padding:0;position:absolute;clip:rect(0,0,0,0);inline-size:1px;visibility:inherit;white-space:nowrap}.cds-custom--layer-one,:root{--cds-layer:var(--cds-layer-01,#f4f4f4);--cds-layer-active:var(--cds-layer-active-01,#c6c6c6);--cds-layer-background:var(--cds-layer-background-01,#fff);--cds-layer-hover:var(--cds-layer-hover-01,#e8e8e8);--cds-layer-selected:var(--cds-layer-selected-01,#e0e0e0);--cds-layer-selected-hover:var(--cds-layer-selected-hover-01,#d1d1d1);--cds-layer-accent:var(--cds-layer-accent-01,#e0e0e0);--cds-layer-accent-hover:var(--cds-layer-accent-hover-01,#d1d1d1);--cds-layer-accent-active:var(--cds-layer-accent-active-01,#a8a8a8);--cds-field:var(--cds-field-01,#f4f4f4);--cds-field-hover:var(--cds-field-hover-01,#e8e8e8);--cds-border-subtle:var(--cds-border-subtle-00,#e0e0e0);--cds-border-subtle-selected:var(--cds-border-subtle-selected-01,#c6c6c6);--cds-border-strong:var(--cds-border-strong-01,#8d8d8d);--cds-border-tile:var(--cds-border-tile-01,#c6c6c6)}.cds-custom--layer-two{--cds-layer:var(--cds-layer-02,#fff);--cds-layer-active:var(--cds-layer-active-02,#c6c6c6);--cds-layer-background:var(--cds-layer-background-02,#f4f4f4);--cds-layer-hover:var(--cds-layer-hover-02,#e8e8e8);--cds-layer-selected:var(--cds-layer-selected-02,#e0e0e0);--cds-layer-selected-hover:var(--cds-layer-selected-hover-02,#d1d1d1);--cds-layer-accent:var(--cds-layer-accent-02,#e0e0e0);--cds-layer-accent-hover:var(--cds-layer-accent-hover-02,#d1d1d1);--cds-layer-accent-active:var(--cds-layer-accent-active-02,#a8a8a8);--cds-field:var(--cds-field-02,#fff);--cds-field-hover:var(--cds-field-hover-02,#e8e8e8);--cds-border-subtle:var(--cds-border-subtle-01,#c6c6c6);--cds-border-subtle-selected:var(--cds-border-subtle-selected-02,#c6c6c6);--cds-border-strong:var(--cds-border-strong-02,#8d8d8d);--cds-border-tile:var(--cds-border-tile-02,#a8a8a8)}.cds-custom--layer-three{--cds-layer:var(--cds-layer-03,#f4f4f4);--cds-layer-active:var(--cds-layer-active-03,#c6c6c6);--cds-layer-background:var(--cds-layer-background-03,#fff);--cds-layer-hover:var(--cds-layer-hover-03,#e8e8e8);--cds-layer-selected:var(--cds-layer-selected-03,#e0e0e0);--cds-layer-selected-hover:var(--cds-layer-selected-hover-03,#d1d1d1);--cds-layer-accent:var(--cds-layer-accent-03,#e0e0e0);--cds-layer-accent-hover:var(--cds-layer-accent-hover-03,#d1d1d1);--cds-layer-accent-active:var(--cds-layer-accent-active-03,#a8a8a8);--cds-field:var(--cds-field-03,#f4f4f4);--cds-field-hover:var(--cds-field-hover-03,#e8e8e8);--cds-border-subtle:var(--cds-border-subtle-02,#e0e0e0);--cds-border-subtle-selected:var(--cds-border-subtle-selected-03,#c6c6c6);--cds-border-strong:var(--cds-border-strong-03,#8d8d8d);--cds-border-tile:var(--cds-border-tile-03,#c6c6c6)}.cds-custom--layer-one.cds-custom--layer__with-background,.cds-custom--layer-three.cds-custom--layer__with-background,.cds-custom--layer-two.cds-custom--layer__with-background{background-color:var(--cds-layer-background)}input:-webkit-autofill,input:-webkit-autofill:focus,input:-webkit-autofill:hover,textarea:-webkit-autofill,textarea:-webkit-autofill:focus,textarea:-webkit-autofill:hover{box-shadow:0 0 0 1000px var(--cds-field) inset;-webkit-text-fill-color:var(--cds-text-primary,#161616)}.cds-custom--fieldset{border:0;box-sizing:border-box;font-family:inherit;font-size:100%;margin:0;padding:0;vertical-align:baseline}.cds-custom--fieldset *,.cds-custom--fieldset :after,.cds-custom--fieldset :before{box-sizing:inherit}.cds-custom--form-item{align-items:flex-start;display:flex;flex:1 1 auto;flex-direction:column;font-size:var(--cds-body-compact-01-font-size,.875rem);font-weight:var(--cds-body-compact-01-font-weight,400);letter-spacing:var(--cds-body-compact-01-letter-spacing,.16px);line-height:var(--cds-body-compact-01-line-height,1.28572)}.cds-custom--label html{font-size:100%}.cds-custom--label body{font-family:IBM Plex Sans,system-ui,-apple-system,BlinkMacSystemFont,\\.SFNSText-Regular,sans-serif;font-weight:400;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}.cds-custom--label code{font-family:IBM Plex Mono,system-ui,-apple-system,BlinkMacSystemFont,\\.SFNSText-Regular,monospace}.cds-custom--label strong{font-weight:600}.cds-custom--label{color:var(--cds-text-secondary,#525252);display:inline-block;font-weight:var(--cds-label-01-font-weight,400);font-weight:400;line-height:var(--cds-label-01-line-height,1.33333);line-height:1rem;margin-block-end:.5rem;vertical-align:baseline}.cds-custom--label,.cds-custom--label .cds-custom--toggletip-label{font-size:var(--cds-label-01-font-size,.75rem);letter-spacing:var(--cds-label-01-letter-spacing,.32px)}.cds-custom--label .cds-custom--toggletip-label{font-weight:var(--cds-label-01-font-weight,400);line-height:var(--cds-label-01-line-height,1.33333)}.cds-custom--label--no-margin{margin-block-end:0}.cds-custom--label+.cds-custom--tooltip{inset-block-start:.2rem;inset-inline-start:.5rem;position:relative}.cds-custom--label+.cds-custom--tooltip .cds-custom--tooltip__trigger{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:0;box-sizing:border-box;cursor:pointer;display:inline-block;font-family:inherit;font-size:100%;inline-size:100%;margin:0;padding:0;text-align:start;vertical-align:baseline}.cds-custom--label+.cds-custom--tooltip .cds-custom--tooltip__trigger *,.cds-custom--label+.cds-custom--tooltip .cds-custom--tooltip__trigger :after,.cds-custom--label+.cds-custom--tooltip .cds-custom--tooltip__trigger :before{box-sizing:inherit}.cds-custom--label+.cds-custom--tooltip .cds-custom--tooltip__trigger::-moz-focus-inner{border:0}.cds-custom--label+.cds-custom--tooltip .cds-custom--tooltip__trigger{align-items:center;display:flex;font-size:var(--cds-label-01-font-size,.75rem);font-weight:var(--cds-label-01-font-weight,400);justify-content:center;letter-spacing:var(--cds-label-01-letter-spacing,.32px);line-height:var(--cds-label-01-line-height,1.33333)}.cds-custom--label+.cds-custom--tooltip .cds-custom--tooltip__trigger:focus{outline:1px solid var(--cds-focus,#0f62fe)}.cds-custom--label+.cds-custom--tooltip .cds-custom--tooltip__trigger svg{fill:var(--cds-icon-secondary,#525252)}.cds-custom--label+.cds-custom--tooltip .cds-custom--tooltip__trigger svg :hover{fill:var(--cds-icon-primary,#161616)}.cds-custom--label+.cds-custom--toggletip{inset-block-start:.2rem;inset-inline-start:.5rem}.cds-custom--label.cds-custom--skeleton{background:var(--cds-skeleton-background,#e8e8e8);border:none;box-shadow:none;padding:0;pointer-events:none;position:relative}.cds-custom--label.cds-custom--skeleton:active,.cds-custom--label.cds-custom--skeleton:focus,.cds-custom--label.cds-custom--skeleton:hover{border:none;cursor:default;outline:none}.cds-custom--label.cds-custom--skeleton:before{animation:cds-custom--skeleton 3s ease-in-out infinite;background:var(--cds-skeleton-element,#c6c6c6);block-size:100%;content:"";inline-size:100%;inset-inline-start:0;position:absolute;will-change:transform-origin,transform,opacity}@media (prefers-reduced-motion:reduce){.cds-custom--label.cds-custom--skeleton:before{animation:none}}@media (forced-colors:active),screen and (-ms-high-contrast:active){.cds-custom--label.cds-custom--skeleton{background:CanvasText}.cds-custom--label.cds-custom--skeleton:before{background:Canvas;forced-color-adjust:none}}.cds-custom--label.cds-custom--skeleton{block-size:.875rem;inline-size:4.6875rem}input[type=number],input[type=text].cds-custom--number{font-family:IBM Plex Sans,system-ui,-apple-system,BlinkMacSystemFont,\\.SFNSText-Regular,sans-serif}.cds-custom--combo-box[data-invalid]:not(.cds-custom--multi-select--selected) .cds-custom--text-input:not(:focus),.cds-custom--list-box[data-invalid]:not(.cds-custom--multi-select--invalid--focused,.cds-custom--combo-box--invalid--focused),.cds-custom--number[data-invalid] input[type=number]:not(:focus),.cds-custom--number[data-invalid] input[type=text]:not(:focus),.cds-custom--select-input__wrapper[data-invalid] .cds-custom--select-input:not(:focus),.cds-custom--text-area__wrapper[data-invalid]>.cds-custom--text-area--invalid:not(:focus),.cds-custom--text-input__field-wrapper[data-invalid]>.cds-custom--text-input--invalid:not(:focus),input[data-invalid]:not(:focus){outline:2px solid var(--cds-support-error,#da1e28);outline-offset:-2px}@media screen and (prefers-contrast){.cds-custom--combo-box[data-invalid]:not(.cds-custom--multi-select--selected) .cds-custom--text-input:not(:focus),.cds-custom--list-box[data-invalid]:not(.cds-custom--multi-select--invalid--focused,.cds-custom--combo-box--invalid--focused),.cds-custom--number[data-invalid] input[type=number]:not(:focus),.cds-custom--number[data-invalid] input[type=text]:not(:focus),.cds-custom--select-input__wrapper[data-invalid] .cds-custom--select-input:not(:focus),.cds-custom--text-area__wrapper[data-invalid]>.cds-custom--text-area--invalid:not(:focus),.cds-custom--text-input__field-wrapper[data-invalid]>.cds-custom--text-input--invalid:not(:focus),input[data-invalid]:not(:focus){outline-style:dotted}}.cds-custom--date-picker-input__wrapper--invalid~.cds-custom--form-requirement,.cds-custom--date-picker-input__wrapper--warn~.cds-custom--form-requirement,.cds-custom--date-picker-input__wrapper~.cds-custom--form-requirement,.cds-custom--list-box--warning~.cds-custom--form-requirement,.cds-custom--list-box[data-invalid]~.cds-custom--form-requirement,.cds-custom--number[data-invalid] .cds-custom--number__input-wrapper~.cds-custom--form-requirement,.cds-custom--number__input-wrapper--warning~.cds-custom--form-requirement,.cds-custom--select--warning .cds-custom--select-input__wrapper~.cds-custom--form-requirement,.cds-custom--select-input__wrapper[data-invalid]~.cds-custom--form-requirement,.cds-custom--text-area__wrapper--warn~.cds-custom--form-requirement,.cds-custom--text-area__wrapper[data-invalid]~.cds-custom--form-requirement,.cds-custom--text-input__field-wrapper--warning>.cds-custom--text-input~.cds-custom--form-requirement,.cds-custom--text-input__field-wrapper--warning~.cds-custom--form-requirement,.cds-custom--text-input__field-wrapper[data-invalid]~.cds-custom--form-requirement,.cds-custom--time-picker--invalid~.cds-custom--form-requirement,.cds-custom--time-picker--warning~.cds-custom--form-requirement,.cds-custom--time-picker[data-invalid]~.cds-custom--form-requirement,input[data-invalid]~.cds-custom--form-requirement{display:block;font-weight:400;max-block-size:12.5rem;overflow:visible}.cds-custom--select--inline.cds-custom--select--warning .cds-custom--select-input--inline__wrapper~.cds-custom--form-requirement,.cds-custom--select-input--inline__wrapper[data-invalid]~.cds-custom--form-requirement{display:inline-flex;inline-size:100%;margin:0;margin-block-end:0;max-block-size:100%;overflow:visible;padding-inline-start:.5rem}.cds-custom--date-picker-input__wrapper--invalid~.cds-custom--form-requirement,.cds-custom--date-picker-input__wrapper~.cds-custom--form-requirement,.cds-custom--list-box[data-invalid]~.cds-custom--form-requirement,.cds-custom--number[data-invalid] .cds-custom--number__input-wrapper~.cds-custom--form-requirement,.cds-custom--select-input--inline__wrapper[data-invalid]~.cds-custom--form-requirement,.cds-custom--select-input__wrapper[data-invalid]~.cds-custom--form-requirement,.cds-custom--text-area__wrapper[data-invalid]~.cds-custom--form-requirement,.cds-custom--text-input__field-wrapper[data-invalid]~.cds-custom--form-requirement,.cds-custom--time-picker--invalid~.cds-custom--form-requirement,.cds-custom--time-picker[data-invalid]~.cds-custom--form-requirement,input[data-invalid]~.cds-custom--form-requirement{color:var(--cds-text-error,#da1e28)}.cds-custom--form--fluid .cds-custom--text-input__field-wrapper--warning,.cds-custom--form--fluid .cds-custom--text-input__field-wrapper[data-invalid]{display:block}.cds-custom--form--fluid input[data-invalid]{outline:none}.cds-custom--form--fluid .cds-custom--form-requirement{margin:0;padding:.5rem 2.5rem .5rem 1rem}input:not(output,[data-invalid]):-moz-ui-invalid{box-shadow:none}.cds-custom--form-requirement html{font-size:100%}.cds-custom--form-requirement body{font-family:IBM Plex Sans,system-ui,-apple-system,BlinkMacSystemFont,\\.SFNSText-Regular,sans-serif;font-weight:400;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}.cds-custom--form-requirement code{font-family:IBM Plex Mono,system-ui,-apple-system,BlinkMacSystemFont,\\.SFNSText-Regular,monospace}.cds-custom--form-requirement strong{font-weight:600}.cds-custom--form-requirement{display:none;font-size:var(--cds-helper-text-01-font-size,.75rem);letter-spacing:var(--cds-helper-text-01-letter-spacing,.32px);line-height:var(--cds-helper-text-01-line-height,1.33333);margin:.25rem 0 0;max-block-size:0;overflow:hidden;overflow-wrap:break-word;word-break:break-word}.cds-custom--select--inline .cds-custom--form__helper-text{margin-block-start:0}.cds-custom--form__helper-text{color:var(--cds-text-helper,#6f6f6f);font-size:var(--cds-helper-text-01-font-size,.75rem);inline-size:100%;letter-spacing:var(--cds-helper-text-01-letter-spacing,.32px);line-height:var(--cds-helper-text-01-line-height,1.33333);margin-block-start:.25rem;opacity:1;z-index:0}.cds-custom--form__helper-text--disabled,.cds-custom--label--disabled,fieldset[disabled] .cds-custom--form__helper-text,fieldset[disabled] .cds-custom--label{color:var(--cds-text-disabled,hsla(0,0%,9%,.25))}.cds-custom--text-input{--cds-layout-size-height-local:clamp(max(var(--cds-layout-size-height-min),var(--cds-layout-size-height-xs)),var(--cds-layout-size-height,var(--cds-layout-size-height-md)),min(var(--cds-layout-size-height-max),var(--cds-layout-size-height-lg)));--cds-layout-density-padding-inline-local:clamp(var(--cds-layout-density-padding-inline-min),var(--cds-layout-density-padding-inline,var(--cds-layout-density-padding-inline-normal)),var(--cds-layout-density-padding-inline-max));border:0;box-sizing:border-box;font-size:100%;margin:0;padding:0;vertical-align:baseline}.cds-custom--text-input *,.cds-custom--text-input :after,.cds-custom--text-input :before{box-sizing:inherit}.cds-custom--text-input{background-color:var(--cds-field);block-size:var(--cds-layout-size-height-local);border:none;border-block-end:1px solid var(--cds-border-strong);color:var(--cds-text-primary,#161616);font-family:inherit;font-size:var(--cds-body-compact-01-font-size,.875rem);font-weight:var(--cds-body-compact-01-font-weight,400);inline-size:100%;letter-spacing:var(--cds-body-compact-01-letter-spacing,.16px);line-height:var(--cds-body-compact-01-line-height,1.28572);outline:2px solid transparent;outline-offset:-2px;padding:0 var(--cds-layout-density-padding-inline-local);transition:background-color 70ms cubic-bezier(.2,0,.38,.9),outline 70ms cubic-bezier(.2,0,.38,.9)}.cds-custom--text-input:active,.cds-custom--text-input:focus{outline:2px solid var(--cds-focus,#0f62fe);outline-offset:-2px}@media screen and (prefers-contrast){.cds-custom--text-input:active,.cds-custom--text-input:focus{outline-style:dotted}}.cds-custom--text-input-wrapper svg[hidden]{display:none}.cds-custom--password-input{padding-inline-end:var(--cds-layout-size-height-local)}.cds-custom--text-input::-moz-placeholder{color:var(--cds-text-placeholder,hsla(0,0%,9%,.4));opacity:1}.cds-custom--text-input::placeholder{color:var(--cds-text-placeholder,hsla(0,0%,9%,.4));opacity:1}.cds-custom--text-input--light{background-color:var(--cds-field-02,#fff)}.cds-custom--text-input__field-wrapper{display:flex;inline-size:100%;position:relative}.cds-custom--text-input__invalid-icon{position:absolute;fill:var(--cds-support-error,#da1e28);inset-block-start:50%;inset-inline-end:1rem;transform:translateY(-50%)}.cds-custom--text-input__invalid-icon--warning{fill:var(--cds-support-warning,#f1c21b)}.cds-custom--text-input__invalid-icon--warning path:first-of-type{fill:#000;opacity:1}.cds-custom--text-input--password__visibility{align-items:center;display:inline-flex;overflow:visible;position:relative}.cds-custom--text-input--password__visibility:focus{outline:1px solid var(--cds-focus,#0f62fe)}@media screen and (prefers-contrast){.cds-custom--text-input--password__visibility:focus{outline-style:dotted}}.cds-custom--text-input--password__visibility{cursor:pointer}.cds-custom--text-input--password__visibility:focus{outline:1px solid transparent}.cds-custom--text-input--password__visibility:focus svg{outline:1px solid var(--cds-focus,#0f62fe)}@media screen and (prefers-contrast){.cds-custom--text-input--password__visibility:focus svg{outline-style:dotted}}.cds-custom--text-input--password__visibility .cds-custom--assistive-text,.cds-custom--text-input--password__visibility+.cds-custom--assistive-text,.cds-custom--text-input--password__visibility:after,.cds-custom--text-input--password__visibility:before{align-items:center;display:flex;opacity:0;pointer-events:none;position:absolute;z-index:6000}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.cds-custom--text-input--password__visibility .cds-custom--assistive-text,.cds-custom--text-input--password__visibility+.cds-custom--assistive-text,.cds-custom--text-input--password__visibility:after,.cds-custom--text-input--password__visibility:before{display:inline-block}}.cds-custom--text-input--password__visibility:after,.cds-custom--text-input--password__visibility:before{transition:opacity 70ms cubic-bezier(.2,0,.38,.9)}@media screen and (prefers-reduced-motion:reduce){.cds-custom--text-input--password__visibility:after,.cds-custom--text-input--password__visibility:before{transition:none}}.cds-custom--text-input--password__visibility.cds-custom--tooltip--a11y:after,.cds-custom--text-input--password__visibility.cds-custom--tooltip--a11y:before{transition:none}.cds-custom--text-input--password__visibility:before{block-size:0;border-style:solid;content:"";inline-size:0}.cds-custom--text-input--password__visibility .cds-custom--assistive-text,.cds-custom--text-input--password__visibility+.cds-custom--assistive-text{box-sizing:content-box;color:inherit;opacity:1;white-space:normal;word-break:break-word}.cds-custom--text-input--password__visibility .cds-custom--assistive-text,.cds-custom--text-input--password__visibility+.cds-custom--assistive-text,.cds-custom--text-input--password__visibility:after{background-color:var(--cds-background-inverse,#393939);block-size:auto;border-radius:.125rem;box-shadow:0 2px 6px var(--cds-shadow,rgba(0,0,0,.3));color:var(--cds-text-inverse,#fff);font-size:var(--cds-body-compact-01-font-size,.875rem);font-weight:400;font-weight:var(--cds-body-compact-01-font-weight,400);inline-size:-moz-max-content;inline-size:max-content;letter-spacing:var(--cds-body-compact-01-letter-spacing,.16px);line-height:var(--cds-body-compact-01-line-height,1.28572);max-inline-size:13rem;min-inline-size:1.5rem;padding:.1875rem 1rem;text-align:start;transform:translateX(-50%);z-index:6000}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.cds-custom--text-input--password__visibility .cds-custom--assistive-text,.cds-custom--text-input--password__visibility+.cds-custom--assistive-text,.cds-custom--text-input--password__visibility:after{inline-size:auto}}@supports (-ms-accelerator:true){.cds-custom--text-input--password__visibility .cds-custom--assistive-text,.cds-custom--text-input--password__visibility+.cds-custom--assistive-text,.cds-custom--text-input--password__visibility:after{inline-size:auto}}@supports (-ms-ime-align:auto){.cds-custom--text-input--password__visibility .cds-custom--assistive-text,.cds-custom--text-input--password__visibility+.cds-custom--assistive-text,.cds-custom--text-input--password__visibility:after{inline-size:auto}}@media screen and (-ms-high-contrast:active),screen and (prefers-contrast){.cds-custom--text-input--password__visibility .cds-custom--assistive-text,.cds-custom--text-input--password__visibility+.cds-custom--assistive-text,.cds-custom--text-input--password__visibility:after{border:1px solid transparent}}.cds-custom--text-input--password__visibility:after{content:attr(aria-label)}.cds-custom--text-input--password__visibility.cds-custom--tooltip--a11y:after{content:none}.cds-custom--text-input--password__visibility.cds-custom--tooltip--visible:after,.cds-custom--text-input--password__visibility.cds-custom--tooltip--visible:before,.cds-custom--text-input--password__visibility:focus:after,.cds-custom--text-input--password__visibility:focus:before,.cds-custom--text-input--password__visibility:hover:after,.cds-custom--text-input--password__visibility:hover:before{opacity:1}@keyframes cds-custom--tooltip-fade{0%{opacity:0}to{opacity:1}}.cds-custom--text-input--password__visibility.cds-custom--tooltip--visible .cds-custom--assistive-text,.cds-custom--text-input--password__visibility.cds-custom--tooltip--visible+.cds-custom--assistive-text,.cds-custom--text-input--password__visibility:focus .cds-custom--assistive-text,.cds-custom--text-input--password__visibility:focus+.cds-custom--assistive-text,.cds-custom--text-input--password__visibility:hover .cds-custom--assistive-text,.cds-custom--text-input--password__visibility:hover+.cds-custom--assistive-text{margin:auto;overflow:visible;clip:auto}.cds-custom--text-input--password__visibility.cds-custom--tooltip--visible .cds-custom--assistive-text,.cds-custom--text-input--password__visibility.cds-custom--tooltip--visible+.cds-custom--assistive-text,.cds-custom--text-input--password__visibility.cds-custom--tooltip--visible.cds-custom--tooltip--a11y:before,.cds-custom--text-input--password__visibility:focus .cds-custom--assistive-text,.cds-custom--text-input--password__visibility:focus+.cds-custom--assistive-text,.cds-custom--text-input--password__visibility:focus.cds-custom--tooltip--a11y:before,.cds-custom--text-input--password__visibility:hover .cds-custom--assistive-text,.cds-custom--text-input--password__visibility:hover+.cds-custom--assistive-text,.cds-custom--text-input--password__visibility:hover.cds-custom--tooltip--a11y:before{animation:cds-custom--tooltip-fade 70ms cubic-bezier(.2,0,.38,.9)}.cds-custom--text-input--password__visibility.cds-custom--tooltip--hidden .cds-custom--assistive-text,.cds-custom--text-input--password__visibility.cds-custom--tooltip--hidden+.cds-custom--assistive-text{margin:-1px;overflow:hidden;clip:rect(0,0,0,0)}.cds-custom--text-input--password__visibility.cds-custom--tooltip--hidden.cds-custom--tooltip--a11y:before{animation:none;opacity:0}.cds-custom--text-input--password__visibility .cds-custom--assistive-text:after{block-size:.75rem;content:"";display:block;inline-size:100%;inset-block-start:-.75rem;inset-inline-start:0;position:absolute}.cds-custom--text-input--password__visibility .cds-custom--assistive-text,.cds-custom--text-input--password__visibility+.cds-custom--assistive-text,.cds-custom--text-input--password__visibility:after,.cds-custom--text-input--password__visibility:before{inset-block-end:0;inset-inline-start:50%}.cds-custom--text-input--password__visibility:before{border-color:transparent transparent var(--cds-background-inverse,#393939);border-width:0 .25rem .3125rem;inset-block-end:-.5rem;transform:translate(-50%,100%)}.cds-custom--text-input--password__visibility .cds-custom--assistive-text,.cds-custom--text-input--password__visibility+.cds-custom--assistive-text,.cds-custom--text-input--password__visibility:after{inset-block-end:-.8125rem;transform:translate(-50%,100%)}.cds-custom--btn.cds-custom--text-input--password__visibility__toggle.cds-custom--tooltip__trigger{align-items:center;aspect-ratio:1;background:none;block-size:100%;border:0;cursor:pointer;display:flex;inset-inline-end:0;justify-content:center;min-block-size:auto;outline:2px solid transparent;outline-offset:-2px;padding:0;position:absolute;transition:outline 70ms cubic-bezier(.2,0,.38,.9)}.cds-custom--toggle-password-tooltip .cds-custom--popover{--cds-layout-size-height-local:clamp(max(var(--cds-layout-size-height-min),var(--cds-layout-size-height-xs)),var(--cds-layout-size-height,var(--cds-layout-size-height-md)),min(var(--cds-layout-size-height-max),var(--cds-layout-size-height-lg)));gap:.25rem;inset-inline-start:calc((var(--cds-layout-size-height-local))*-1)}.cds-custom--toggle-password-tooltip .cds-custom--popover-content{min-inline-size:2.5rem}.cds-custom--btn.cds-custom--text-input--password__visibility__toggle.cds-custom--tooltip__trigger svg{fill:var(--cds-icon-primary,#161616)}.cds-custom--btn.cds-custom--text-input--password__visibility__toggle.cds-custom--tooltip__trigger:focus{outline:2px solid var(--cds-focus,#0f62fe);outline-offset:-2px}@media screen and (prefers-contrast){.cds-custom--btn.cds-custom--text-input--password__visibility__toggle.cds-custom--tooltip__trigger:focus{outline-style:dotted}}.cds-custom--text-input--invalid,.cds-custom--text-input--warning{padding-inline-end:2.5rem}.cds-custom--text-input--invalid.cds-custom--password-input,.cds-custom--text-input--warning.cds-custom--password-input{padding-inline-end:calc(var(--cds-layout-size-height-local) + 1.5rem)}.cds-custom--password-input-wrapper .cds-custom--text-input__invalid-icon{--cds-layout-size-height-local:clamp(max(var(--cds-layout-size-height-min),var(--cds-layout-size-height-xs)),var(--cds-layout-size-height,var(--cds-layout-size-height-md)),min(var(--cds-layout-size-height-max),var(--cds-layout-size-height-lg)));inset-inline-end:var(--cds-layout-size-height-local)}.cds-custom--text-input:disabled~.cds-custom--text-input--password__visibility__toggle.cds-custom--tooltip__trigger{cursor:not-allowed}.cds-custom--text-input--password__visibility__toggle:disabled.cds-custom--tooltip__trigger svg,.cds-custom--text-input:disabled~.cds-custom--text-input--password__visibility__toggle.cds-custom--tooltip__trigger svg,.cds-custom--text-input:disabled~.cds-custom--text-input--password__visibility__toggle.cds-custom--tooltip__trigger svg:hover{fill:var(--cds-icon-disabled,hsla(0,0%,9%,.25))}.cds-custom--text-input--password__visibility__toggle:disabled.cds-custom--tooltip__trigger{cursor:default}.cds-custom--text-input--password__visibility__toggle:disabled.cds-custom--tooltip__trigger:hover svg{fill:var(--cds-icon-disabled,hsla(0,0%,9%,.25))}.cds-custom--text-input--password__visibility__toggle:disabled.cds-custom--tooltip__trigger:hover{cursor:default}.cds-custom--text-input__counter-alert{block-size:1px;border:0;margin:-1px;overflow:hidden;padding:0;position:absolute;clip:rect(0,0,0,0);inline-size:1px}.cds-custom--text-input:disabled{background-color:var(--cds-field);border-block-end:1px solid transparent;color:var(--cds-text-disabled,hsla(0,0%,9%,.25));cursor:not-allowed;outline:2px solid transparent;outline-offset:-2px;-webkit-text-fill-color:var(--cds-text-disabled,hsla(0,0%,9%,.25))}.cds-custom--text-input--light:disabled{background-color:var(--cds-field-02,#fff)}.cds-custom--text-input:disabled::-moz-placeholder{color:var(--cds-text-disabled,hsla(0,0%,9%,.25));opacity:1}.cds-custom--text-input:disabled::placeholder{color:var(--cds-text-disabled,hsla(0,0%,9%,.25));opacity:1}.cds-custom--text-input--invalid{outline:2px solid var(--cds-support-error,#da1e28);outline-offset:-2px}@media screen and (prefers-contrast){.cds-custom--text-input--invalid{outline-style:dotted}}.cds-custom--text-input--invalid{box-shadow:none}.cds-custom--skeleton.cds-custom--text-input{background:var(--cds-skeleton-background,#e8e8e8);border:none;box-shadow:none;padding:0;pointer-events:none;position:relative}.cds-custom--skeleton.cds-custom--text-input:active,.cds-custom--skeleton.cds-custom--text-input:focus,.cds-custom--skeleton.cds-custom--text-input:hover{border:none;cursor:default;outline:none}.cds-custom--skeleton.cds-custom--text-input:before{animation:cds-custom--skeleton 3s ease-in-out infinite;background:var(--cds-skeleton-element,#c6c6c6);block-size:100%;content:"";inline-size:100%;inset-inline-start:0;position:absolute;will-change:transform-origin,transform,opacity}@media (prefers-reduced-motion:reduce){.cds-custom--skeleton.cds-custom--text-input:before{animation:none}}@media (forced-colors:active),screen and (-ms-high-contrast:active){.cds-custom--skeleton.cds-custom--text-input{background:CanvasText}.cds-custom--skeleton.cds-custom--text-input:before{background:Canvas;forced-color-adjust:none}}.cds-custom--form--fluid .cds-custom--text-input-wrapper{background:var(--cds-field);position:relative;transition:background-color 70ms cubic-bezier(.2,0,.38,.9),outline 70ms cubic-bezier(.2,0,.38,.9)}.cds-custom--form--fluid .cds-custom--label{align-items:center;block-size:1rem;display:flex;inset-block-start:.8125rem;inset-inline-start:1rem;margin:0;position:absolute;z-index:1}.cds-custom--form--fluid .cds-custom--form__helper-text{display:none}.cds-custom--form--fluid .cds-custom--text-input{min-block-size:4rem;padding:2rem 1rem .8125rem}.cds-custom--form--fluid .cds-custom--text-input__divider,.cds-custom--text-input__divider{display:none}.cds-custom--form--fluid .cds-custom--text-input--invalid,.cds-custom--form--fluid .cds-custom--text-input--warning{border-block-end:none}.cds-custom--form--fluid .cds-custom--text-input--invalid+.cds-custom--text-input__divider,.cds-custom--form--fluid .cds-custom--text-input--warning+.cds-custom--text-input__divider{border-color:var(--cds-border-subtle);border-style:solid;border-block-end:none;display:block;margin:0 1rem}.cds-custom--form--fluid .cds-custom--text-input__invalid-icon{inset-block-start:5rem}.cds-custom--form--fluid .cds-custom--text-input__field-wrapper--warning>.cds-custom--text-input--warning,.cds-custom--form--fluid .cds-custom--text-input__field-wrapper[data-invalid]>.cds-custom--text-input--invalid{outline:none}.cds-custom--form--fluid .cds-custom--text-input__field-wrapper--warning{border-block-end:1px solid var(--cds-border-strong)}.cds-custom--form--fluid .cds-custom--text-input__field-wrapper[data-invalid]:not(:focus){outline:2px solid var(--cds-support-error,#da1e28);outline-offset:-2px}@media screen and (prefers-contrast){.cds-custom--form--fluid .cds-custom--text-input__field-wrapper[data-invalid]:not(:focus){outline-style:dotted}}.cds-custom--form--fluid .cds-custom--text-input__field-wrapper--warning:focus-within,.cds-custom--form--fluid .cds-custom--text-input__field-wrapper[data-invalid]:focus-within{outline:2px solid var(--cds-focus,#0f62fe);outline-offset:-2px}@media screen and (prefers-contrast){.cds-custom--form--fluid .cds-custom--text-input__field-wrapper--warning:focus-within,.cds-custom--form--fluid .cds-custom--text-input__field-wrapper[data-invalid]:focus-within{outline-style:dotted}}.cds-custom--form--fluid .cds-custom--text-input__field-wrapper--warning>.cds-custom--text-input--warning:focus,.cds-custom--form--fluid .cds-custom--text-input__field-wrapper[data-invalid]>.cds-custom--text-input--invalid:focus{outline:none}.cds-custom--text-input-wrapper.cds-custom--text-input-wrapper--inline{align-items:center;flex-flow:row nowrap}.cds-custom--text-input-wrapper .cds-custom--label--inline{flex:0 1 auto;margin:0;overflow-wrap:break-word;word-break:break-word}.cds-custom--text-input__label-helper-wrapper{flex:0 1 auto;flex-direction:column;max-inline-size:8.875rem;overflow-wrap:break-word}.cds-custom--text-input__label-helper-wrapper:first-of-type{margin-inline-end:.5rem}.cds-custom--text-input__label-helper-wrapper:last-of-type{margin-inline-start:.5rem}.cds-custom--text-input-wrapper .cds-custom--form__helper-text--inline{margin-block-start:.125rem}.cds-custom--text-input-wrapper--inline .cds-custom--form-requirement,.cds-custom--text-input-wrapper--inline .cds-custom--form__helper-text--inline{margin:0}.cds-custom--text-input__field-outer-wrapper{align-items:flex-start;display:flex;flex:1 1 auto;flex-direction:column;inline-size:100%}.cds-custom--text-input__field-outer-wrapper--inline{flex:8;flex-direction:column}.cds-custom--text-input-wrapper--inline .cds-custom--form-requirement{display:block;font-weight:400;max-block-size:12.5rem;overflow:visible}.cds-custom--text-input-wrapper--inline--invalid .cds-custom--form-requirement{color:var(--cds-text-error,#da1e28)}.cds-custom--form--fluid .cds-custom--text-input-wrapper--readonly,.cds-custom--text-input-wrapper--readonly .cds-custom--text-input{background:transparent;border-block-end-color:var(--cds-border-subtle)}.cds-custom--text-input__field-wrapper .cds-custom--ai-label,.cds-custom--text-input__field-wrapper .cds-custom--slug,.cds-custom--text-input__field-wrapper--decorator .cds-custom--text-input__field-inner-wrapper--decorator>*{inset-block-start:50%;inset-inline-end:1rem;position:absolute;transform:translateY(-50%)}.cds-custom--text-input__field-wrapper--decorator .cds-custom--text-input:has(~.cds-custom--text-input__field-inner-wrapper--decorator .cds-custom--ai-label):not(:has(~.cds-custom--text-input__field-inner-wrapper--decorator .cds-custom--ai-label--revert)),.cds-custom--text-input__field-wrapper--slug .cds-custom--text-input:has(~.cds-custom--ai-label):not(:has(~.cds-custom--ai-label--revert)),.cds-custom--text-input__field-wrapper--slug .cds-custom--text-input:has(~.cds-custom--slug):not(:has(~.cds-custom--slug--revert)){background-image:linear-gradient(0deg,var(--cds-ai-aura-start-sm,rgba(69,137,255,.16)) 0,15%,var(--cds-ai-aura-end,hsla(0,0%,100%,0)) 50%,transparent 100%);border-block-end-color:var(--cds-ai-border-strong,#4589ff)}.cds-custom--text-input__field-wrapper--decorator .cds-custom--text-input:not(.cds-custom--text-input--invalid):not(.cds-custom--text-input--warning):has(~.cds-custom--text-input__field-inner-wrapper--decorator>*),.cds-custom--text-input__field-wrapper--slug .cds-custom--text-input:not(.cds-custom--text-input--invalid):not(.cds-custom--text-input--warning):has(~.cds-custom--ai-label),.cds-custom--text-input__field-wrapper--slug .cds-custom--text-input:not(.cds-custom--text-input--invalid):not(.cds-custom--text-input--warning):has(~.cds-custom--slug){padding-inline-end:2.5rem}.cds-custom--text-input--invalid:has(~.cds-custom--ai-label),.cds-custom--text-input--invalid:has(~.cds-custom--slug),.cds-custom--text-input--invalid:has(~.cds-custom--text-input__field-inner-wrapper--decorator>*),.cds-custom--text-input--warning:has(~.cds-custom--ai-label),.cds-custom--text-input--warning:has(~.cds-custom--slug),.cds-custom--text-input--warning:has(~.cds-custom--text-input__field-inner-wrapper--decorator>*){padding-inline-end:4rem}.cds-custom--text-input__field-wrapper--decorator .cds-custom--text-input--invalid~.cds-custom--text-input__invalid-icon,.cds-custom--text-input__field-wrapper--decorator .cds-custom--text-input--warning~.cds-custom--text-input__invalid-icon,.cds-custom--text-input__field-wrapper--slug .cds-custom--text-input--invalid~.cds-custom--text-input__invalid-icon,.cds-custom--text-input__field-wrapper--slug .cds-custom--text-input--warning~.cds-custom--text-input__invalid-icon{inset-inline-end:2.5rem}.cds-custom--text-input__field-wrapper--decorator .cds-custom--text-input--invalid~.cds-custom--ai-label,.cds-custom--text-input__field-wrapper--decorator .cds-custom--text-input--invalid~.cds-custom--slug,.cds-custom--text-input__field-wrapper--decorator .cds-custom--text-input--invalid~.cds-custom--text-input__field-inner-wrapper--decorator>*,.cds-custom--text-input__field-wrapper--decorator .cds-custom--text-input--warning~.cds-custom--ai-label,.cds-custom--text-input__field-wrapper--decorator .cds-custom--text-input--warning~.cds-custom--slug,.cds-custom--text-input__field-wrapper--decorator .cds-custom--text-input--warning~.cds-custom--text-input__field-inner-wrapper--decorator>*,.cds-custom--text-input__field-wrapper--slug .cds-custom--text-input--invalid~.cds-custom--ai-label,.cds-custom--text-input__field-wrapper--slug .cds-custom--text-input--invalid~.cds-custom--slug,.cds-custom--text-input__field-wrapper--slug .cds-custom--text-input--invalid~.cds-custom--text-input__field-inner-wrapper--decorator>*,.cds-custom--text-input__field-wrapper--slug .cds-custom--text-input--warning~.cds-custom--ai-label,.cds-custom--text-input__field-wrapper--slug .cds-custom--text-input--warning~.cds-custom--slug,.cds-custom--text-input__field-wrapper--slug .cds-custom--text-input--warning~.cds-custom--text-input__field-inner-wrapper--decorator>*{inset-inline-end:1rem}.cds-custom--text-input__field-wrapper--decorator .cds-custom--text-input__field-inner-wrapper--decorator:not(:has(.cds-custom--ai-label))>*{block-size:1rem}.cds-custom--text-input__label-wrapper{display:flex;inline-size:100%;justify-content:space-between}.cds-custom--search.cds-custom--search--expandable,.cds-custom--search.cds-custom--search--expandable .cds-custom--search-magnifier,:host(cds-custom-search):host(cds-custom-search[expandable]),:host(cds-custom-search):host(cds-custom-search[expandable]) .cds-custom--search-magnifier{block-size:var(--cds-layout-size-height-local);inline-size:var(--cds-layout-size-height-local)}.cds-custom--search--disabled .cds-custom--search-close,.cds-custom--search--disabled.cds-custom--search--expandable .cds-custom--search-magnifier,:host(cds-custom-search[disabled]) .cds-custom--search-close,:host(cds-custom-search[disabled]):host(cds-custom-search[expandable]) .cds-custom--search-magnifier{cursor:not-allowed;outline:none}.cds-custom--search--disabled .cds-custom--search-close:hover,.cds-custom--search--disabled.cds-custom--search--expandable .cds-custom--search-magnifier:hover,:host(cds-custom-search[disabled]) .cds-custom--search-close:hover,:host(cds-custom-search[disabled]):host(cds-custom-search[expandable]) .cds-custom--search-magnifier:hover{background-color:transparent;border-block-end-color:transparent}.cds-custom--search--disabled .cds-custom--search-close:hover:before,.cds-custom--search--disabled.cds-custom--search--expandable .cds-custom--search-magnifier:hover:before,:host(cds-custom-search[disabled]) .cds-custom--search-close:hover:before,:host(cds-custom-search[disabled]):host(cds-custom-search[expandable]) .cds-custom--search-magnifier:hover:before{background-color:transparent}.cds-custom--search--expandable.cds-custom--search--expanded,:host(cds-custom-search[expandable]):host(cds-custom-search[expandable][expanded]){inline-size:100%}.cds-custom--search--expandable.cds-custom--search--expanded .cds-custom--search-input,:host(cds-custom-search[expandable]):host(cds-custom-search[expandable][expanded]) .cds-custom--search-input{inline-size:100%;padding:0 var(--cds-layout-size-height-local);transition:padding 70ms cubic-bezier(.2,0,.38,.9)}.cds-custom--search--expandable.cds-custom--search--expanded .cds-custom--search-input::-moz-placeholder,:host(cds-custom-search[expandable]):host(cds-custom-search[expandable][expanded]) .cds-custom--search-input::-moz-placeholder{opacity:1;padding:0;position:relative}.cds-custom--search--expandable.cds-custom--search--expanded .cds-custom--search-input::placeholder,:host(cds-custom-search[expandable]):host(cds-custom-search[expandable][expanded]) .cds-custom--search-input::placeholder{opacity:1;padding:0;position:relative}.cds-custom--search--expandable.cds-custom--search--expanded .cds-custom--search-magnifier,:host(cds-custom-search[expandable]):host(cds-custom-search[expandable][expanded]) .cds-custom--search-magnifier{pointer-events:none}.cds-custom--search--expandable.cds-custom--search--expanded .cds-custom--search-magnifier-icon,:host(cds-custom-search[expandable]):host(cds-custom-search[expandable][expanded]) .cds-custom--search-magnifier-icon{fill:var(--cds-icon-secondary,#525252)}.cds-custom--search--expandable.cds-custom--search--disabled svg,:host(cds-custom-search[expandable]):host(cds-custom-search[disabled]) svg{fill:var(--cds-icon-disabled,hsla(0,0%,9%,.25))}.cds-custom--search,:host(cds-custom-search){--cds-layout-size-height-local:clamp(max(var(--cds-layout-size-height-min),var(--cds-layout-size-height-xs)),var(--cds-layout-size-height,var(--cds-layout-size-height-md)),min(var(--cds-layout-size-height-max),var(--cds-layout-size-height-lg)));align-items:center;display:flex;inline-size:100%;position:relative}.cds-custom--search .cds-custom--search-close,.cds-custom--search~.cds-custom--search-button,:host(cds-custom-search) .cds-custom--search-close,:host(cds-custom-search)~.cds-custom--search-button{block-size:var(--cds-layout-size-height-local);inline-size:var(--cds-layout-size-height-local)}.cds-custom--search.cds-custom--search--expandable,.cds-custom--search.cds-custom--search--expandable .cds-custom--search-magnifier{block-size:var(--cds-layout-size-height-local);inline-size:var(--cds-layout-size-height-local)}.cds-custom--search .cds-custom--label,:host(cds-custom-search) .cds-custom--label{block-size:1px;border:0;margin:-1px;overflow:hidden;padding:0;position:absolute;clip:rect(0,0,0,0);inline-size:1px;visibility:inherit;white-space:nowrap}.cds-custom--search-input{--cds-layout-size-height-local:clamp(max(var(--cds-layout-size-height-min),var(--cds-layout-size-height-xs)),var(--cds-layout-size-height,var(--cds-layout-size-height-md)),min(var(--cds-layout-size-height-max),var(--cds-layout-size-height-lg)));--cds-layout-density-padding-inline-local:clamp(var(--cds-layout-density-padding-inline-min),var(--cds-layout-density-padding-inline,var(--cds-layout-density-padding-inline-normal)),var(--cds-layout-density-padding-inline-max));border:0;box-sizing:border-box;font-family:inherit;font-size:100%;margin:0;padding:0;vertical-align:baseline}.cds-custom--search-input *,.cds-custom--search-input :after,.cds-custom--search-input :before{box-sizing:inherit}.cds-custom--search-input{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:var(--cds-field);block-size:var(--cds-layout-size-height-local);border:none;border-block-end:1px solid var(--cds-border-strong);color:var(--cds-text-primary,#161616);font-size:var(--cds-body-compact-01-font-size,.875rem);font-weight:var(--cds-body-compact-01-font-weight,400);inline-size:100%;letter-spacing:var(--cds-body-compact-01-letter-spacing,.16px);line-height:var(--cds-body-compact-01-line-height,1.28572);order:1;outline:2px solid transparent;outline-offset:-2px;padding:0 var(--cds-layout-size-height-local);text-overflow:ellipsis;transition:background-color .11s cubic-bezier(.2,0,.38,.9),outline .11s cubic-bezier(.2,0,.38,.9)}.cds-custom--search-input:focus{outline:2px solid var(--cds-focus,#0f62fe);outline-offset:-2px}@media screen and (prefers-contrast){.cds-custom--search-input:focus{outline-style:dotted}}.cds-custom--search-input::-moz-placeholder{color:var(--cds-text-placeholder,hsla(0,0%,9%,.4));opacity:1}.cds-custom--search-input::placeholder{color:var(--cds-text-placeholder,hsla(0,0%,9%,.4));opacity:1}.cds-custom--search-input::-ms-clear{display:none}.cds-custom--search-input::-webkit-search-cancel-button,.cds-custom--search-input::-webkit-search-decoration,.cds-custom--search-input::-webkit-search-results-button,.cds-custom--search-input::-webkit-search-results-decoration{-webkit-appearance:none;appearance:none;display:none}.cds-custom--search-input[disabled]{background-color:var(--cds-field);border-block-end:1px solid transparent;color:var(--cds-text-disabled,hsla(0,0%,9%,.25));cursor:not-allowed}.cds-custom--search-input[disabled]::-moz-placeholder{color:var(--cds-field)}.cds-custom--search-input[disabled]::placeholder{color:var(--cds-field)}.cds-custom--search--light .cds-custom--search-close:before,.cds-custom--search--light .cds-custom--search-input{background:var(--cds-field-02,#fff)}.cds-custom--search-magnifier-icon{--cds-layout-size-height-local:clamp(max(var(--cds-layout-size-height-min),var(--cds-layout-size-height-xs)),var(--cds-layout-size-height,var(--cds-layout-size-height-md)),min(var(--cds-layout-size-height-max),var(--cds-layout-size-height-lg)));border:0;box-sizing:border-box;font-family:inherit;font-size:100%;margin:0;padding:0;vertical-align:baseline}.cds-custom--search-magnifier-icon *,.cds-custom--search-magnifier-icon :after,.cds-custom--search-magnifier-icon :before{box-sizing:inherit}.cds-custom--search-magnifier-icon{block-size:1rem;position:absolute;z-index:2;fill:var(--cds-icon-secondary,#525252);inline-size:1rem;inset-block-start:50%;inset-inline-start:calc((var(--cds-layout-size-height-local) - 1rem)/2);pointer-events:none;transform:translateY(-50%)}.cds-custom--search-close{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:0;box-sizing:border-box;cursor:pointer;display:inline-block;font-family:inherit;font-size:100%;margin:0;padding:0;text-align:start;vertical-align:baseline}.cds-custom--search-close *,.cds-custom--search-close :after,.cds-custom--search-close :before{box-sizing:inherit}.cds-custom--search-close::-moz-focus-inner{border:0}.cds-custom--search-close{inset-block-start:0;inset-inline-end:0;outline:2px solid transparent;outline-offset:-2px;position:absolute}.cds-custom--search-close:hover{border-block-end:1px solid var(--cds-border-strong)}.cds-custom--search-button{background-color:var(--cds-field);flex-shrink:0;margin-inline-start:.125rem}.cds-custom--search-button svg{fill:currentColor;vertical-align:middle}.cds-custom--search-close svg{position:relative;z-index:1;fill:inherit}.cds-custom--search-button,.cds-custom--search-close{--cds-layout-size-height-local:clamp(max(var(--cds-layout-size-height-min),var(--cds-layout-size-height-xs)),var(--cds-layout-size-height,var(--cds-layout-size-height-md)),min(var(--cds-layout-size-height-max),var(--cds-layout-size-height-lg)));align-items:center;block-size:var(--cds-layout-size-height-local);border:solid transparent;border-width:0 0 1px;cursor:pointer;display:flex;justify-content:center;fill:var(--cds-icon-primary,#161616);inline-size:var(--cds-layout-size-height-local);opacity:1;visibility:inherit}.cds-custom--search-button:hover,.cds-custom--search-close:hover{background-color:var(--cds-field-hover)}.cds-custom--search-button:focus,.cds-custom--search-close:focus{outline:2px solid var(--cds-focus,#0f62fe);outline-offset:-2px}@media screen and (prefers-contrast){.cds-custom--search-button:focus,.cds-custom--search-close:focus{outline-style:dotted}}.cds-custom--search-button:active,.cds-custom--search-close:active{outline:2px solid var(--cds-focus,#0f62fe);outline-offset:-2px}@media screen and (prefers-contrast){.cds-custom--search-button:active,.cds-custom--search-close:active{outline-style:dotted}}.cds-custom--search-button:active,.cds-custom--search-close:active{background-color:var(--cds-background-selected,hsla(0,0%,55%,.2))}.cds-custom--search-input:focus~.cds-custom--search-close:hover{background-color:transparent;border-block-end-color:transparent;outline:none}.cds-custom--search-input:focus~.cds-custom--search-close:hover:after{background-color:var(--cds-field-hover);content:"";inset-block:.125rem;inset-inline:0 .125rem;pointer-events:none;position:absolute}.cds-custom--search--disabled .cds-custom--search-close,.cds-custom--search--disabled.cds-custom--search--expandable .cds-custom--search-magnifier,:host(cds-custom-search[disabled]) .cds-custom--search-close{cursor:not-allowed;outline:none}.cds-custom--search--disabled .cds-custom--search-close:hover,.cds-custom--search--disabled.cds-custom--search--expandable .cds-custom--search-magnifier:hover,:host(cds-custom-search[disabled]) .cds-custom--search-close:hover{background-color:transparent;border-block-end-color:transparent}.cds-custom--search--disabled .cds-custom--search-close:hover:before,.cds-custom--search--disabled.cds-custom--search--expandable .cds-custom--search-magnifier:hover:before,:host(cds-custom-search[disabled]) .cds-custom--search-close:hover:before{background-color:transparent}.cds-custom--search--disabled svg,:host(cds-custom-search[disabled]) svg{fill:var(--cds-icon-on-color-disabled,#8d8d8d)}.cds-custom--search-close--hidden{opacity:0;visibility:hidden}.cds-custom--skeleton .cds-custom--search-input{background:var(--cds-skeleton-background,#e8e8e8);border:none;box-shadow:none;padding:0;pointer-events:none;position:relative}.cds-custom--skeleton .cds-custom--search-input:active,.cds-custom--skeleton .cds-custom--search-input:focus,.cds-custom--skeleton .cds-custom--search-input:hover{border:none;cursor:default;outline:none}.cds-custom--skeleton .cds-custom--search-input:before{animation:cds-custom--skeleton 3s ease-in-out infinite;background:var(--cds-skeleton-element,#c6c6c6);block-size:100%;content:"";inline-size:100%;inset-inline-start:0;position:absolute;will-change:transform-origin,transform,opacity}@media (prefers-reduced-motion:reduce){.cds-custom--skeleton .cds-custom--search-input:before{animation:none}}@media (forced-colors:active),screen and (-ms-high-contrast:active){.cds-custom--skeleton .cds-custom--search-input{background:CanvasText}.cds-custom--skeleton .cds-custom--search-input:before{background:Canvas;forced-color-adjust:none}}.cds-custom--skeleton .cds-custom--search-input{inline-size:100%}.cds-custom--skeleton .cds-custom--search-input::-moz-placeholder{color:transparent}.cds-custom--skeleton .cds-custom--search-input::placeholder{color:transparent}.cds-custom--search--expandable,:host(cds-custom-search[expandable]){transition:width 70ms cubic-bezier(.2,0,.38,.9)}.cds-custom--search--expandable.cds-custom--search--expanded{inline-size:100%}.cds-custom--search--expandable .cds-custom--search-input,:host(cds-custom-search[expandable]) .cds-custom--search-input{inline-size:0;padding:0;transition:transform 70ms cubic-bezier(.2,0,.38,.9)}.cds-custom--search--expandable .cds-custom--search-input::-moz-placeholder,:host(cds-custom-search[expandable]) .cds-custom--search-input::-moz-placeholder{opacity:0;position:relative;transition-duration:70ms;-moz-transition-property:padding,opacity;transition-property:padding,opacity;transition-timing-function:cubic-bezier(.2,0,.38,.9)}.cds-custom--search--expandable .cds-custom--search-input::placeholder,:host(cds-custom-search[expandable]) .cds-custom--search-input::placeholder{opacity:0;position:relative;transition-duration:70ms;transition-property:padding,opacity;transition-timing-function:cubic-bezier(.2,0,.38,.9)}.cds-custom--search--expandable.cds-custom--search--expanded .cds-custom--search-input{inline-size:100%;padding:0 var(--cds-layout-size-height-local);transition:padding 70ms cubic-bezier(.2,0,.38,.9)}.cds-custom--search--expandable.cds-custom--search--expanded .cds-custom--search-input::-moz-placeholder{opacity:1;padding:0;position:relative}.cds-custom--search--expandable.cds-custom--search--expanded .cds-custom--search-input::placeholder{opacity:1;padding:0;position:relative}.cds-custom--search--expandable .cds-custom--search-magnifier,:host(cds-custom-search[expandable]) .cds-custom--search-magnifier{cursor:pointer;position:absolute}.cds-custom--search--expandable .cds-custom--search-magnifier:focus,:host(cds-custom-search[expandable]) .cds-custom--search-magnifier:focus{outline:2px solid var(--cds-focus,#0f62fe)}.cds-custom--search--expandable .cds-custom--search-magnifier:hover,:host(cds-custom-search[expandable]) .cds-custom--search-magnifier:hover{background-color:var(--cds-background-hover,hsla(0,0%,55%,.12))}.cds-custom--search--expandable.cds-custom--search--expanded .cds-custom--search-magnifier{pointer-events:none}.cds-custom--search--expandable .cds-custom--search-magnifier-icon,:host(cds-custom-search[expandable]) .cds-custom--search-magnifier-icon{fill:var(--cds-icon-primary,#161616)}.cds-custom--search--expandable.cds-custom--search--expanded .cds-custom--search-magnifier-icon{fill:var(--cds-icon-secondary,#525252)}.cds-custom--search--expandable.cds-custom--search--disabled svg{fill:var(--cds-icon-disabled,hsla(0,0%,9%,.25))}.cds-custom--search-magnifier-tooltip{align-items:center;display:flex;justify-content:center}.cds-custom--search-magnifier-tooltip .cds-custom--search-magnifier{position:relative}:host(cds-custom-search){--cds-layout-size-height-xs:1.5rem;--cds-layout-size-height-sm:2rem;--cds-layout-size-height-md:2.5rem;--cds-layout-size-height-lg:3rem;--cds-layout-size-height-xl:4rem;--cds-layout-size-height-2xl:5rem;--cds-layout-size-height-min:0px;--cds-layout-size-height-max:999999999px;--cds-layout-density-padding-inline-condensed:0.5rem;--cds-layout-density-padding-inline-normal:1rem;--cds-layout-density-padding-inline-min:0px;--cds-layout-density-padding-inline-max:999999999px;outline:none}:host([expandable]:focus-within) .cds-custom--search-magnifier{outline:.125rem solid var(--cds-focus)}:host([expandable]:focus-within) .cds-custom--search-magnifier~.cds-custom--search-input{outline:none}:host([expandable][expanded]:focus-within) .cds-custom--search-magnifier{outline:none}:host(cds-custom-search[expandable][expanded]) .cds-custom--search-input{inline-size:100%}:host(cds-custom-search[expandable][expanded]) .cds-custom--search-input:focus{outline:.125rem solid var(--cds-focus)}:host(cds-custom-search[expandable][expanded]) .cds-custom--search-magnifier{pointer-events:none}:host(cds-custom-search[disabled]) svg{fill:var(--cds-icon-on-color-disabled,#8d8d8d)}:host(cds-custom-search[disabled]) .cds-custom--search-input{border-block-end:1px solid transparent}:host(cds-custom-search[disabled]) .cds-custom--search-close{outline:none;pointer-events:none}:host(cds-custom-search[disabled]) .cds-custom--search-close:before{background:none}:host(cds-custom-search-skeleton){--cds-layout-size-height-xs:1.5rem;--cds-layout-size-height-sm:2rem;--cds-layout-size-height-md:2.5rem;--cds-layout-size-height-lg:3rem;--cds-layout-size-height-xl:4rem;--cds-layout-size-height-2xl:5rem;--cds-layout-size-height-min:0px;--cds-layout-size-height-max:999999999px;--cds-layout-density-padding-inline-condensed:0.5rem;--cds-layout-density-padding-inline-normal:1rem;--cds-layout-density-padding-inline-min:0px;--cds-layout-density-padding-inline-max:999999999px;inline-size:100%}:host(cds-custom-search-skeleton) .cds-custom--search-input{background:var(--cds-skeleton-background,#e8e8e8);border:none;box-shadow:none;padding:0;pointer-events:none;position:relative}:host(cds-custom-search-skeleton) .cds-custom--search-input:active,:host(cds-custom-search-skeleton) .cds-custom--search-input:focus,:host(cds-custom-search-skeleton) .cds-custom--search-input:hover{border:none;cursor:default;outline:none}:host(cds-custom-search-skeleton) .cds-custom--search-input:before{animation:cds-custom--skeleton 3s ease-in-out infinite;background:var(--cds-skeleton-element,#c6c6c6);block-size:100%;content:"";inline-size:100%;inset-inline-start:0;position:absolute;will-change:transform-origin,transform,opacity}@media (prefers-reduced-motion:reduce){:host(cds-custom-search-skeleton) .cds-custom--search-input:before{animation:none}}@media (forced-colors:active),screen and (-ms-high-contrast:active){:host(cds-custom-search-skeleton) .cds-custom--search-input{background:CanvasText}:host(cds-custom-search-skeleton) .cds-custom--search-input:before{background:Canvas;forced-color-adjust:none}}:host(cds-custom-search-skeleton) .cds-custom--search-input{inline-size:100%}:host(cds-custom-search-skeleton) .cds-custom--search-input::-moz-placeholder{color:transparent}:host(cds-custom-search-skeleton) .cds-custom--search-input::placeholder{color:transparent}:host(cds-custom-search) .cds-custom--search-input{background-color:var(--cds-search-background,var(--cds-field));border-block-end:var(--cds-search-border-bottom,1px solid var(--cds-border-strong))}']), et;
|
|
5518
|
+
var Ee = (t) => I(t === "" ? void 0 : t ?? void 0), Ec = W(['@keyframes cds-custom--hide-feedback{0%{opacity:1;visibility:inherit}to{opacity:0;visibility:hidden}}@keyframes cds-custom--show-feedback{0%{opacity:0;visibility:hidden}to{opacity:1;visibility:inherit}}@keyframes cds-custom--skeleton{0%{opacity:.3;transform:scaleX(0);transform-origin:left}20%{opacity:1;transform:scaleX(1);transform-origin:left}28%{transform:scaleX(1);transform-origin:right}51%{transform:scaleX(0);transform-origin:right}58%{transform:scaleX(0);transform-origin:right}82%{transform:scaleX(1);transform-origin:right}83%{transform:scaleX(1);transform-origin:left}96%{transform:scaleX(0);transform-origin:left}to{opacity:.3;transform:scaleX(0);transform-origin:left}}.cds-custom--layout--size-xs,:host(cds-custom-search[size=xs]){--cds-layout-size-height-context:var(--cds-layout-size-height-xs,1.5rem);--cds-layout-size-height:var(--cds-layout-size-height-context)}.cds-custom--layout-constraint--size__default-xs{--cds-layout-size-height:var(--cds-layout-size-height-context,var(--cds-layout-size-height-xs,1.5rem))}.cds-custom--layout-constraint--size__min-xs{--cds-layout-size-height-min:var(--cds-layout-size-height-xs,1.5rem)}.cds-custom--layout-constraint--size__max-xs{--cds-layout-size-height-max:var(--cds-layout-size-height-xs,1.5rem)}.cds-custom--layout--size-sm,:host(cds-custom-search[size=sm]){--cds-layout-size-height-context:var(--cds-layout-size-height-sm,2rem);--cds-layout-size-height:var(--cds-layout-size-height-context)}.cds-custom--layout-constraint--size__default-sm{--cds-layout-size-height:var(--cds-layout-size-height-context,var(--cds-layout-size-height-sm,2rem))}.cds-custom--layout-constraint--size__min-sm{--cds-layout-size-height-min:var(--cds-layout-size-height-sm,2rem)}.cds-custom--layout-constraint--size__max-sm{--cds-layout-size-height-max:var(--cds-layout-size-height-sm,2rem)}.cds-custom--layout--size-md,:host(cds-custom-search[size=md]){--cds-layout-size-height-context:var(--cds-layout-size-height-md,2.5rem);--cds-layout-size-height:var(--cds-layout-size-height-context)}.cds-custom--layout-constraint--size__default-md{--cds-layout-size-height:var(--cds-layout-size-height-context,var(--cds-layout-size-height-md,2.5rem))}.cds-custom--layout-constraint--size__min-md{--cds-layout-size-height-min:var(--cds-layout-size-height-md,2.5rem)}.cds-custom--layout-constraint--size__max-md{--cds-layout-size-height-max:var(--cds-layout-size-height-md,2.5rem)}.cds-custom--layout--size-lg,:host(cds-custom-search[size=lg]){--cds-layout-size-height-context:var(--cds-layout-size-height-lg,3rem);--cds-layout-size-height:var(--cds-layout-size-height-context)}.cds-custom--layout-constraint--size__default-lg{--cds-layout-size-height:var(--cds-layout-size-height-context,var(--cds-layout-size-height-lg,3rem))}.cds-custom--layout-constraint--size__min-lg{--cds-layout-size-height-min:var(--cds-layout-size-height-lg,3rem)}.cds-custom--layout-constraint--size__max-lg{--cds-layout-size-height-max:var(--cds-layout-size-height-lg,3rem)}.cds-custom--layout--size-xl{--cds-layout-size-height-context:var(--cds-layout-size-height-xl,4rem);--cds-layout-size-height:var(--cds-layout-size-height-context)}.cds-custom--layout-constraint--size__default-xl{--cds-layout-size-height:var(--cds-layout-size-height-context,var(--cds-layout-size-height-xl,4rem))}.cds-custom--layout-constraint--size__min-xl{--cds-layout-size-height-min:var(--cds-layout-size-height-xl,4rem)}.cds-custom--layout-constraint--size__max-xl{--cds-layout-size-height-max:var(--cds-layout-size-height-xl,4rem)}.cds-custom--layout--size-2xl{--cds-layout-size-height-context:var(--cds-layout-size-height-2xl,5rem);--cds-layout-size-height:var(--cds-layout-size-height-context)}.cds-custom--layout-constraint--size__default-2xl{--cds-layout-size-height:var(--cds-layout-size-height-context,var(--cds-layout-size-height-2xl,5rem))}.cds-custom--layout-constraint--size__min-2xl{--cds-layout-size-height-min:var(--cds-layout-size-height-2xl,5rem)}.cds-custom--layout-constraint--size__max-2xl{--cds-layout-size-height-max:var(--cds-layout-size-height-2xl,5rem)}.cds-custom--layout--density-condensed{--cds-layout-density-padding-inline-context:var(--cds-layout-density-padding-inline-condensed,0.5rem);--cds-layout-density-padding-inline:var(--cds-layout-density-padding-inline-context)}.cds-custom--layout-constraint--density__default-condensed{--cds-layout-density-padding-inline:var(--cds-layout-density-padding-inline-context,var(--cds-layout-density-padding-inline-condensed,0.5rem))}.cds-custom--layout-constraint--density__min-condensed{--cds-layout-density-padding-inline-min:var(--cds-layout-density-padding-inline-condensed,0.5rem)}.cds-custom--layout-constraint--density__max-condensed{--cds-layout-density-padding-inline-max:var(--cds-layout-density-padding-inline-condensed,0.5rem)}.cds-custom--layout--density-normal{--cds-layout-density-padding-inline-context:var(--cds-layout-density-padding-inline-normal,1rem);--cds-layout-density-padding-inline:var(--cds-layout-density-padding-inline-context)}.cds-custom--layout-constraint--density__default-normal{--cds-layout-density-padding-inline:var(--cds-layout-density-padding-inline-context,var(--cds-layout-density-padding-inline-normal,1rem))}.cds-custom--layout-constraint--density__min-normal{--cds-layout-density-padding-inline-min:var(--cds-layout-density-padding-inline-normal,1rem)}.cds-custom--layout-constraint--density__max-normal{--cds-layout-density-padding-inline-max:var(--cds-layout-density-padding-inline-normal,1rem)}:root{--cds-layout-size-height-xs:1.5rem;--cds-layout-size-height-sm:2rem;--cds-layout-size-height-md:2.5rem;--cds-layout-size-height-lg:3rem;--cds-layout-size-height-xl:4rem;--cds-layout-size-height-2xl:5rem;--cds-layout-size-height-min:0px;--cds-layout-size-height-max:999999999px;--cds-layout-density-padding-inline-condensed:0.5rem;--cds-layout-density-padding-inline-normal:1rem;--cds-layout-density-padding-inline-min:0px;--cds-layout-density-padding-inline-max:999999999px}.cds-custom--assistive-text,.cds-custom--visually-hidden{block-size:1px;border:0;margin:-1px;overflow:hidden;padding:0;position:absolute;clip:rect(0,0,0,0);inline-size:1px;visibility:inherit;white-space:nowrap}.cds-custom--layer-one,:root{--cds-layer:var(--cds-layer-01,#f4f4f4);--cds-layer-active:var(--cds-layer-active-01,#c6c6c6);--cds-layer-background:var(--cds-layer-background-01,#fff);--cds-layer-hover:var(--cds-layer-hover-01,#e8e8e8);--cds-layer-selected:var(--cds-layer-selected-01,#e0e0e0);--cds-layer-selected-hover:var(--cds-layer-selected-hover-01,#d1d1d1);--cds-layer-accent:var(--cds-layer-accent-01,#e0e0e0);--cds-layer-accent-hover:var(--cds-layer-accent-hover-01,#d1d1d1);--cds-layer-accent-active:var(--cds-layer-accent-active-01,#a8a8a8);--cds-field:var(--cds-field-01,#f4f4f4);--cds-field-hover:var(--cds-field-hover-01,#e8e8e8);--cds-border-subtle:var(--cds-border-subtle-00,#e0e0e0);--cds-border-subtle-selected:var(--cds-border-subtle-selected-01,#c6c6c6);--cds-border-strong:var(--cds-border-strong-01,#8d8d8d);--cds-border-tile:var(--cds-border-tile-01,#c6c6c6)}.cds-custom--layer-two{--cds-layer:var(--cds-layer-02,#fff);--cds-layer-active:var(--cds-layer-active-02,#c6c6c6);--cds-layer-background:var(--cds-layer-background-02,#f4f4f4);--cds-layer-hover:var(--cds-layer-hover-02,#e8e8e8);--cds-layer-selected:var(--cds-layer-selected-02,#e0e0e0);--cds-layer-selected-hover:var(--cds-layer-selected-hover-02,#d1d1d1);--cds-layer-accent:var(--cds-layer-accent-02,#e0e0e0);--cds-layer-accent-hover:var(--cds-layer-accent-hover-02,#d1d1d1);--cds-layer-accent-active:var(--cds-layer-accent-active-02,#a8a8a8);--cds-field:var(--cds-field-02,#fff);--cds-field-hover:var(--cds-field-hover-02,#e8e8e8);--cds-border-subtle:var(--cds-border-subtle-01,#c6c6c6);--cds-border-subtle-selected:var(--cds-border-subtle-selected-02,#c6c6c6);--cds-border-strong:var(--cds-border-strong-02,#8d8d8d);--cds-border-tile:var(--cds-border-tile-02,#a8a8a8)}.cds-custom--layer-three{--cds-layer:var(--cds-layer-03,#f4f4f4);--cds-layer-active:var(--cds-layer-active-03,#c6c6c6);--cds-layer-background:var(--cds-layer-background-03,#fff);--cds-layer-hover:var(--cds-layer-hover-03,#e8e8e8);--cds-layer-selected:var(--cds-layer-selected-03,#e0e0e0);--cds-layer-selected-hover:var(--cds-layer-selected-hover-03,#d1d1d1);--cds-layer-accent:var(--cds-layer-accent-03,#e0e0e0);--cds-layer-accent-hover:var(--cds-layer-accent-hover-03,#d1d1d1);--cds-layer-accent-active:var(--cds-layer-accent-active-03,#a8a8a8);--cds-field:var(--cds-field-03,#f4f4f4);--cds-field-hover:var(--cds-field-hover-03,#e8e8e8);--cds-border-subtle:var(--cds-border-subtle-02,#e0e0e0);--cds-border-subtle-selected:var(--cds-border-subtle-selected-03,#c6c6c6);--cds-border-strong:var(--cds-border-strong-03,#8d8d8d);--cds-border-tile:var(--cds-border-tile-03,#c6c6c6)}.cds-custom--layer-one.cds-custom--layer__with-background,.cds-custom--layer-three.cds-custom--layer__with-background,.cds-custom--layer-two.cds-custom--layer__with-background{background-color:var(--cds-layer-background)}input:-webkit-autofill,input:-webkit-autofill:focus,input:-webkit-autofill:hover,textarea:-webkit-autofill,textarea:-webkit-autofill:focus,textarea:-webkit-autofill:hover{box-shadow:0 0 0 1000px var(--cds-field) inset;-webkit-text-fill-color:var(--cds-text-primary,#161616)}.cds-custom--fieldset{border:0;box-sizing:border-box;font-family:inherit;font-size:100%;margin:0;padding:0;vertical-align:baseline}.cds-custom--fieldset *,.cds-custom--fieldset :after,.cds-custom--fieldset :before{box-sizing:inherit}.cds-custom--form-item{align-items:flex-start;display:flex;flex:1 1 auto;flex-direction:column;font-size:var(--cds-body-compact-01-font-size,.875rem);font-weight:var(--cds-body-compact-01-font-weight,400);letter-spacing:var(--cds-body-compact-01-letter-spacing,.16px);line-height:var(--cds-body-compact-01-line-height,1.28572)}.cds-custom--label html{font-size:100%}.cds-custom--label body{font-family:IBM Plex Sans,system-ui,-apple-system,BlinkMacSystemFont,\\.SFNSText-Regular,sans-serif;font-weight:400;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}.cds-custom--label code{font-family:IBM Plex Mono,system-ui,-apple-system,BlinkMacSystemFont,\\.SFNSText-Regular,monospace}.cds-custom--label strong{font-weight:600}.cds-custom--label{color:var(--cds-text-secondary,#525252);display:inline-block;font-weight:var(--cds-label-01-font-weight,400);font-weight:400;line-height:var(--cds-label-01-line-height,1.33333);line-height:1rem;margin-block-end:.5rem;vertical-align:baseline}.cds-custom--label,.cds-custom--label .cds-custom--toggletip-label{font-size:var(--cds-label-01-font-size,.75rem);letter-spacing:var(--cds-label-01-letter-spacing,.32px)}.cds-custom--label .cds-custom--toggletip-label{font-weight:var(--cds-label-01-font-weight,400);line-height:var(--cds-label-01-line-height,1.33333)}.cds-custom--label--no-margin{margin-block-end:0}.cds-custom--label+.cds-custom--tooltip{inset-block-start:.2rem;inset-inline-start:.5rem;position:relative}.cds-custom--label+.cds-custom--tooltip .cds-custom--tooltip__trigger{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:0;box-sizing:border-box;cursor:pointer;display:inline-block;font-family:inherit;font-size:100%;inline-size:100%;margin:0;padding:0;text-align:start;vertical-align:baseline}.cds-custom--label+.cds-custom--tooltip .cds-custom--tooltip__trigger *,.cds-custom--label+.cds-custom--tooltip .cds-custom--tooltip__trigger :after,.cds-custom--label+.cds-custom--tooltip .cds-custom--tooltip__trigger :before{box-sizing:inherit}.cds-custom--label+.cds-custom--tooltip .cds-custom--tooltip__trigger::-moz-focus-inner{border:0}.cds-custom--label+.cds-custom--tooltip .cds-custom--tooltip__trigger{align-items:center;display:flex;font-size:var(--cds-label-01-font-size,.75rem);font-weight:var(--cds-label-01-font-weight,400);justify-content:center;letter-spacing:var(--cds-label-01-letter-spacing,.32px);line-height:var(--cds-label-01-line-height,1.33333)}.cds-custom--label+.cds-custom--tooltip .cds-custom--tooltip__trigger:focus{outline:1px solid var(--cds-focus,#0f62fe)}.cds-custom--label+.cds-custom--tooltip .cds-custom--tooltip__trigger svg{fill:var(--cds-icon-secondary,#525252)}.cds-custom--label+.cds-custom--tooltip .cds-custom--tooltip__trigger svg :hover{fill:var(--cds-icon-primary,#161616)}.cds-custom--label+.cds-custom--toggletip{inset-block-start:.2rem;inset-inline-start:.5rem}.cds-custom--label.cds-custom--skeleton{background:var(--cds-skeleton-background,#e8e8e8);border:none;box-shadow:none;padding:0;pointer-events:none;position:relative}.cds-custom--label.cds-custom--skeleton:active,.cds-custom--label.cds-custom--skeleton:focus,.cds-custom--label.cds-custom--skeleton:hover{border:none;cursor:default;outline:none}.cds-custom--label.cds-custom--skeleton:before{animation:cds-custom--skeleton 3s ease-in-out infinite;background:var(--cds-skeleton-element,#c6c6c6);block-size:100%;content:"";inline-size:100%;inset-inline-start:0;position:absolute;will-change:transform-origin,transform,opacity}@media (prefers-reduced-motion:reduce){.cds-custom--label.cds-custom--skeleton:before{animation:none}}@media (forced-colors:active),screen and (-ms-high-contrast:active){.cds-custom--label.cds-custom--skeleton{background:CanvasText}.cds-custom--label.cds-custom--skeleton:before{background:Canvas;forced-color-adjust:none}}.cds-custom--label.cds-custom--skeleton{block-size:.875rem;inline-size:4.6875rem}input[type=number],input[type=text].cds-custom--number{font-family:IBM Plex Sans,system-ui,-apple-system,BlinkMacSystemFont,\\.SFNSText-Regular,sans-serif}.cds-custom--combo-box[data-invalid]:not(.cds-custom--multi-select--selected) .cds-custom--text-input:not(:focus),.cds-custom--list-box[data-invalid]:not(.cds-custom--multi-select--invalid--focused,.cds-custom--combo-box--invalid--focused),.cds-custom--number[data-invalid] input[type=number]:not(:focus),.cds-custom--number[data-invalid] input[type=text]:not(:focus),.cds-custom--select-input__wrapper[data-invalid] .cds-custom--select-input:not(:focus),.cds-custom--text-area__wrapper[data-invalid]>.cds-custom--text-area--invalid:not(:focus),.cds-custom--text-input__field-wrapper[data-invalid]>.cds-custom--text-input--invalid:not(:focus),input[data-invalid]:not(:focus){outline:2px solid var(--cds-support-error,#da1e28);outline-offset:-2px}@media screen and (prefers-contrast){.cds-custom--combo-box[data-invalid]:not(.cds-custom--multi-select--selected) .cds-custom--text-input:not(:focus),.cds-custom--list-box[data-invalid]:not(.cds-custom--multi-select--invalid--focused,.cds-custom--combo-box--invalid--focused),.cds-custom--number[data-invalid] input[type=number]:not(:focus),.cds-custom--number[data-invalid] input[type=text]:not(:focus),.cds-custom--select-input__wrapper[data-invalid] .cds-custom--select-input:not(:focus),.cds-custom--text-area__wrapper[data-invalid]>.cds-custom--text-area--invalid:not(:focus),.cds-custom--text-input__field-wrapper[data-invalid]>.cds-custom--text-input--invalid:not(:focus),input[data-invalid]:not(:focus){outline-style:dotted}}.cds-custom--date-picker-input__wrapper--invalid~.cds-custom--form-requirement,.cds-custom--date-picker-input__wrapper--warn~.cds-custom--form-requirement,.cds-custom--date-picker-input__wrapper~.cds-custom--form-requirement,.cds-custom--list-box--warning~.cds-custom--form-requirement,.cds-custom--list-box[data-invalid]~.cds-custom--form-requirement,.cds-custom--number[data-invalid] .cds-custom--number__input-wrapper~.cds-custom--form-requirement,.cds-custom--number__input-wrapper--warning~.cds-custom--form-requirement,.cds-custom--select--warning .cds-custom--select-input__wrapper~.cds-custom--form-requirement,.cds-custom--select-input__wrapper[data-invalid]~.cds-custom--form-requirement,.cds-custom--text-area__wrapper--warn~.cds-custom--form-requirement,.cds-custom--text-area__wrapper[data-invalid]~.cds-custom--form-requirement,.cds-custom--text-input__field-wrapper--warning>.cds-custom--text-input~.cds-custom--form-requirement,.cds-custom--text-input__field-wrapper--warning~.cds-custom--form-requirement,.cds-custom--text-input__field-wrapper[data-invalid]~.cds-custom--form-requirement,.cds-custom--time-picker--invalid~.cds-custom--form-requirement,.cds-custom--time-picker--warning~.cds-custom--form-requirement,.cds-custom--time-picker[data-invalid]~.cds-custom--form-requirement,input[data-invalid]~.cds-custom--form-requirement{display:block;font-weight:400;max-block-size:12.5rem;overflow:visible}.cds-custom--select--inline.cds-custom--select--warning .cds-custom--select-input--inline__wrapper~.cds-custom--form-requirement,.cds-custom--select-input--inline__wrapper[data-invalid]~.cds-custom--form-requirement{display:inline-flex;inline-size:100%;margin:0;margin-block-end:0;max-block-size:100%;overflow:visible;padding-inline-start:.5rem}.cds-custom--date-picker-input__wrapper--invalid~.cds-custom--form-requirement,.cds-custom--date-picker-input__wrapper~.cds-custom--form-requirement,.cds-custom--list-box[data-invalid]~.cds-custom--form-requirement,.cds-custom--number[data-invalid] .cds-custom--number__input-wrapper~.cds-custom--form-requirement,.cds-custom--select-input--inline__wrapper[data-invalid]~.cds-custom--form-requirement,.cds-custom--select-input__wrapper[data-invalid]~.cds-custom--form-requirement,.cds-custom--text-area__wrapper[data-invalid]~.cds-custom--form-requirement,.cds-custom--text-input__field-wrapper[data-invalid]~.cds-custom--form-requirement,.cds-custom--time-picker--invalid~.cds-custom--form-requirement,.cds-custom--time-picker[data-invalid]~.cds-custom--form-requirement,input[data-invalid]~.cds-custom--form-requirement{color:var(--cds-text-error,#da1e28)}.cds-custom--form--fluid .cds-custom--text-input__field-wrapper--warning,.cds-custom--form--fluid .cds-custom--text-input__field-wrapper[data-invalid]{display:block}.cds-custom--form--fluid input[data-invalid]{outline:none}.cds-custom--form--fluid .cds-custom--form-requirement{margin:0;padding:.5rem 2.5rem .5rem 1rem}input:not(output,[data-invalid]):-moz-ui-invalid{box-shadow:none}.cds-custom--form-requirement html{font-size:100%}.cds-custom--form-requirement body{font-family:IBM Plex Sans,system-ui,-apple-system,BlinkMacSystemFont,\\.SFNSText-Regular,sans-serif;font-weight:400;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}.cds-custom--form-requirement code{font-family:IBM Plex Mono,system-ui,-apple-system,BlinkMacSystemFont,\\.SFNSText-Regular,monospace}.cds-custom--form-requirement strong{font-weight:600}.cds-custom--form-requirement{display:none;font-size:var(--cds-helper-text-01-font-size,.75rem);letter-spacing:var(--cds-helper-text-01-letter-spacing,.32px);line-height:var(--cds-helper-text-01-line-height,1.33333);margin:.25rem 0 0;max-block-size:0;overflow:hidden;overflow-wrap:break-word;word-break:break-word}.cds-custom--select--inline .cds-custom--form__helper-text{margin-block-start:0}.cds-custom--form__helper-text{color:var(--cds-text-helper,#6f6f6f);font-size:var(--cds-helper-text-01-font-size,.75rem);inline-size:100%;letter-spacing:var(--cds-helper-text-01-letter-spacing,.32px);line-height:var(--cds-helper-text-01-line-height,1.33333);margin-block-start:.25rem;opacity:1;z-index:0}.cds-custom--form__helper-text--disabled,.cds-custom--label--disabled,fieldset[disabled] .cds-custom--form__helper-text,fieldset[disabled] .cds-custom--label{color:var(--cds-text-disabled,hsla(0,0%,9%,.25))}.cds-custom--text-input{--cds-layout-size-height-local:clamp(max(var(--cds-layout-size-height-min),var(--cds-layout-size-height-xs)),var(--cds-layout-size-height,var(--cds-layout-size-height-md)),min(var(--cds-layout-size-height-max),var(--cds-layout-size-height-lg)));--cds-layout-density-padding-inline-local:clamp(var(--cds-layout-density-padding-inline-min),var(--cds-layout-density-padding-inline,var(--cds-layout-density-padding-inline-normal)),var(--cds-layout-density-padding-inline-max));border:0;box-sizing:border-box;font-size:100%;margin:0;padding:0;vertical-align:baseline}.cds-custom--text-input *,.cds-custom--text-input :after,.cds-custom--text-input :before{box-sizing:inherit}.cds-custom--text-input{background-color:var(--cds-field);block-size:var(--cds-layout-size-height-local);border:none;border-block-end:1px solid var(--cds-border-strong);color:var(--cds-text-primary,#161616);font-family:inherit;font-size:var(--cds-body-compact-01-font-size,.875rem);font-weight:var(--cds-body-compact-01-font-weight,400);inline-size:100%;letter-spacing:var(--cds-body-compact-01-letter-spacing,.16px);line-height:var(--cds-body-compact-01-line-height,1.28572);outline:2px solid transparent;outline-offset:-2px;padding:0 var(--cds-layout-density-padding-inline-local);transition:background-color 70ms cubic-bezier(.2,0,.38,.9),outline 70ms cubic-bezier(.2,0,.38,.9)}.cds-custom--text-input:active,.cds-custom--text-input:focus{outline:2px solid var(--cds-focus,#0f62fe);outline-offset:-2px}@media screen and (prefers-contrast){.cds-custom--text-input:active,.cds-custom--text-input:focus{outline-style:dotted}}.cds-custom--text-input-wrapper svg[hidden]{display:none}.cds-custom--password-input{padding-inline-end:var(--cds-layout-size-height-local)}.cds-custom--text-input::-moz-placeholder{color:var(--cds-text-placeholder,hsla(0,0%,9%,.4));opacity:1}.cds-custom--text-input::placeholder{color:var(--cds-text-placeholder,hsla(0,0%,9%,.4));opacity:1}.cds-custom--text-input--light{background-color:var(--cds-field-02,#fff)}.cds-custom--text-input__field-wrapper{display:flex;inline-size:100%;position:relative}.cds-custom--text-input__invalid-icon{position:absolute;fill:var(--cds-support-error,#da1e28);inset-block-start:50%;inset-inline-end:1rem;transform:translateY(-50%)}.cds-custom--text-input__invalid-icon--warning{fill:var(--cds-support-warning,#f1c21b)}.cds-custom--text-input__invalid-icon--warning path:first-of-type{fill:#000;opacity:1}.cds-custom--text-input--password__visibility{align-items:center;display:inline-flex;overflow:visible;position:relative}.cds-custom--text-input--password__visibility:focus{outline:1px solid var(--cds-focus,#0f62fe)}@media screen and (prefers-contrast){.cds-custom--text-input--password__visibility:focus{outline-style:dotted}}.cds-custom--text-input--password__visibility{cursor:pointer}.cds-custom--text-input--password__visibility:focus{outline:1px solid transparent}.cds-custom--text-input--password__visibility:focus svg{outline:1px solid var(--cds-focus,#0f62fe)}@media screen and (prefers-contrast){.cds-custom--text-input--password__visibility:focus svg{outline-style:dotted}}.cds-custom--text-input--password__visibility .cds-custom--assistive-text,.cds-custom--text-input--password__visibility+.cds-custom--assistive-text,.cds-custom--text-input--password__visibility:after,.cds-custom--text-input--password__visibility:before{align-items:center;display:flex;opacity:0;pointer-events:none;position:absolute;z-index:6000}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.cds-custom--text-input--password__visibility .cds-custom--assistive-text,.cds-custom--text-input--password__visibility+.cds-custom--assistive-text,.cds-custom--text-input--password__visibility:after,.cds-custom--text-input--password__visibility:before{display:inline-block}}.cds-custom--text-input--password__visibility:after,.cds-custom--text-input--password__visibility:before{transition:opacity 70ms cubic-bezier(.2,0,.38,.9)}@media screen and (prefers-reduced-motion:reduce){.cds-custom--text-input--password__visibility:after,.cds-custom--text-input--password__visibility:before{transition:none}}.cds-custom--text-input--password__visibility.cds-custom--tooltip--a11y:after,.cds-custom--text-input--password__visibility.cds-custom--tooltip--a11y:before{transition:none}.cds-custom--text-input--password__visibility:before{block-size:0;border-style:solid;content:"";inline-size:0}.cds-custom--text-input--password__visibility .cds-custom--assistive-text,.cds-custom--text-input--password__visibility+.cds-custom--assistive-text{box-sizing:content-box;color:inherit;opacity:1;white-space:normal;word-break:break-word}.cds-custom--text-input--password__visibility .cds-custom--assistive-text,.cds-custom--text-input--password__visibility+.cds-custom--assistive-text,.cds-custom--text-input--password__visibility:after{background-color:var(--cds-background-inverse,#393939);block-size:auto;border-radius:.125rem;box-shadow:0 2px 6px var(--cds-shadow,rgba(0,0,0,.3));color:var(--cds-text-inverse,#fff);font-size:var(--cds-body-compact-01-font-size,.875rem);font-weight:400;font-weight:var(--cds-body-compact-01-font-weight,400);inline-size:-moz-max-content;inline-size:max-content;letter-spacing:var(--cds-body-compact-01-letter-spacing,.16px);line-height:var(--cds-body-compact-01-line-height,1.28572);max-inline-size:13rem;min-inline-size:1.5rem;padding:.1875rem 1rem;text-align:start;transform:translateX(-50%);z-index:6000}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.cds-custom--text-input--password__visibility .cds-custom--assistive-text,.cds-custom--text-input--password__visibility+.cds-custom--assistive-text,.cds-custom--text-input--password__visibility:after{inline-size:auto}}@supports (-ms-accelerator:true){.cds-custom--text-input--password__visibility .cds-custom--assistive-text,.cds-custom--text-input--password__visibility+.cds-custom--assistive-text,.cds-custom--text-input--password__visibility:after{inline-size:auto}}@supports (-ms-ime-align:auto){.cds-custom--text-input--password__visibility .cds-custom--assistive-text,.cds-custom--text-input--password__visibility+.cds-custom--assistive-text,.cds-custom--text-input--password__visibility:after{inline-size:auto}}@media screen and (-ms-high-contrast:active),screen and (prefers-contrast){.cds-custom--text-input--password__visibility .cds-custom--assistive-text,.cds-custom--text-input--password__visibility+.cds-custom--assistive-text,.cds-custom--text-input--password__visibility:after{border:1px solid transparent}}.cds-custom--text-input--password__visibility:after{content:attr(aria-label)}.cds-custom--text-input--password__visibility.cds-custom--tooltip--a11y:after{content:none}.cds-custom--text-input--password__visibility.cds-custom--tooltip--visible:after,.cds-custom--text-input--password__visibility.cds-custom--tooltip--visible:before,.cds-custom--text-input--password__visibility:focus:after,.cds-custom--text-input--password__visibility:focus:before,.cds-custom--text-input--password__visibility:hover:after,.cds-custom--text-input--password__visibility:hover:before{opacity:1}@keyframes cds-custom--tooltip-fade{0%{opacity:0}to{opacity:1}}.cds-custom--text-input--password__visibility.cds-custom--tooltip--visible .cds-custom--assistive-text,.cds-custom--text-input--password__visibility.cds-custom--tooltip--visible+.cds-custom--assistive-text,.cds-custom--text-input--password__visibility:focus .cds-custom--assistive-text,.cds-custom--text-input--password__visibility:focus+.cds-custom--assistive-text,.cds-custom--text-input--password__visibility:hover .cds-custom--assistive-text,.cds-custom--text-input--password__visibility:hover+.cds-custom--assistive-text{margin:auto;overflow:visible;clip:auto}.cds-custom--text-input--password__visibility.cds-custom--tooltip--visible .cds-custom--assistive-text,.cds-custom--text-input--password__visibility.cds-custom--tooltip--visible+.cds-custom--assistive-text,.cds-custom--text-input--password__visibility.cds-custom--tooltip--visible.cds-custom--tooltip--a11y:before,.cds-custom--text-input--password__visibility:focus .cds-custom--assistive-text,.cds-custom--text-input--password__visibility:focus+.cds-custom--assistive-text,.cds-custom--text-input--password__visibility:focus.cds-custom--tooltip--a11y:before,.cds-custom--text-input--password__visibility:hover .cds-custom--assistive-text,.cds-custom--text-input--password__visibility:hover+.cds-custom--assistive-text,.cds-custom--text-input--password__visibility:hover.cds-custom--tooltip--a11y:before{animation:cds-custom--tooltip-fade 70ms cubic-bezier(.2,0,.38,.9)}.cds-custom--text-input--password__visibility.cds-custom--tooltip--hidden .cds-custom--assistive-text,.cds-custom--text-input--password__visibility.cds-custom--tooltip--hidden+.cds-custom--assistive-text{margin:-1px;overflow:hidden;clip:rect(0,0,0,0)}.cds-custom--text-input--password__visibility.cds-custom--tooltip--hidden.cds-custom--tooltip--a11y:before{animation:none;opacity:0}.cds-custom--text-input--password__visibility .cds-custom--assistive-text:after{block-size:.75rem;content:"";display:block;inline-size:100%;inset-block-start:-.75rem;inset-inline-start:0;position:absolute}.cds-custom--text-input--password__visibility .cds-custom--assistive-text,.cds-custom--text-input--password__visibility+.cds-custom--assistive-text,.cds-custom--text-input--password__visibility:after,.cds-custom--text-input--password__visibility:before{inset-block-end:0;inset-inline-start:50%}.cds-custom--text-input--password__visibility:before{border-color:transparent transparent var(--cds-background-inverse,#393939);border-width:0 .25rem .3125rem;inset-block-end:-.5rem;transform:translate(-50%,100%)}.cds-custom--text-input--password__visibility .cds-custom--assistive-text,.cds-custom--text-input--password__visibility+.cds-custom--assistive-text,.cds-custom--text-input--password__visibility:after{inset-block-end:-.8125rem;transform:translate(-50%,100%)}.cds-custom--btn.cds-custom--text-input--password__visibility__toggle.cds-custom--tooltip__trigger{align-items:center;aspect-ratio:1;background:none;block-size:100%;border:0;cursor:pointer;display:flex;inset-inline-end:0;justify-content:center;min-block-size:auto;outline:2px solid transparent;outline-offset:-2px;padding:0;position:absolute;transition:outline 70ms cubic-bezier(.2,0,.38,.9)}.cds-custom--toggle-password-tooltip .cds-custom--popover{--cds-layout-size-height-local:clamp(max(var(--cds-layout-size-height-min),var(--cds-layout-size-height-xs)),var(--cds-layout-size-height,var(--cds-layout-size-height-md)),min(var(--cds-layout-size-height-max),var(--cds-layout-size-height-lg)));gap:.25rem;inset-inline-start:calc((var(--cds-layout-size-height-local))*-1)}.cds-custom--toggle-password-tooltip .cds-custom--popover-content{min-inline-size:2.5rem}.cds-custom--btn.cds-custom--text-input--password__visibility__toggle.cds-custom--tooltip__trigger svg{fill:var(--cds-icon-primary,#161616)}.cds-custom--btn.cds-custom--text-input--password__visibility__toggle.cds-custom--tooltip__trigger:focus{outline:2px solid var(--cds-focus,#0f62fe);outline-offset:-2px}@media screen and (prefers-contrast){.cds-custom--btn.cds-custom--text-input--password__visibility__toggle.cds-custom--tooltip__trigger:focus{outline-style:dotted}}.cds-custom--text-input--invalid,.cds-custom--text-input--warning{padding-inline-end:2.5rem}.cds-custom--text-input--invalid.cds-custom--password-input,.cds-custom--text-input--warning.cds-custom--password-input{padding-inline-end:calc(var(--cds-layout-size-height-local) + 1.5rem)}.cds-custom--password-input-wrapper .cds-custom--text-input__invalid-icon{--cds-layout-size-height-local:clamp(max(var(--cds-layout-size-height-min),var(--cds-layout-size-height-xs)),var(--cds-layout-size-height,var(--cds-layout-size-height-md)),min(var(--cds-layout-size-height-max),var(--cds-layout-size-height-lg)));inset-inline-end:var(--cds-layout-size-height-local)}.cds-custom--text-input:disabled~.cds-custom--text-input--password__visibility__toggle.cds-custom--tooltip__trigger{cursor:not-allowed}.cds-custom--text-input--password__visibility__toggle:disabled.cds-custom--tooltip__trigger svg,.cds-custom--text-input:disabled~.cds-custom--text-input--password__visibility__toggle.cds-custom--tooltip__trigger svg,.cds-custom--text-input:disabled~.cds-custom--text-input--password__visibility__toggle.cds-custom--tooltip__trigger svg:hover{fill:var(--cds-icon-disabled,hsla(0,0%,9%,.25))}.cds-custom--text-input--password__visibility__toggle:disabled.cds-custom--tooltip__trigger{cursor:default}.cds-custom--text-input--password__visibility__toggle:disabled.cds-custom--tooltip__trigger:hover svg{fill:var(--cds-icon-disabled,hsla(0,0%,9%,.25))}.cds-custom--text-input--password__visibility__toggle:disabled.cds-custom--tooltip__trigger:hover{cursor:default}.cds-custom--text-input__counter-alert{block-size:1px;border:0;margin:-1px;overflow:hidden;padding:0;position:absolute;clip:rect(0,0,0,0);inline-size:1px}.cds-custom--text-input:disabled{background-color:var(--cds-field);border-block-end:1px solid transparent;color:var(--cds-text-disabled,hsla(0,0%,9%,.25));cursor:not-allowed;outline:2px solid transparent;outline-offset:-2px;-webkit-text-fill-color:var(--cds-text-disabled,hsla(0,0%,9%,.25))}.cds-custom--text-input--light:disabled{background-color:var(--cds-field-02,#fff)}.cds-custom--text-input:disabled::-moz-placeholder{color:var(--cds-text-disabled,hsla(0,0%,9%,.25));opacity:1}.cds-custom--text-input:disabled::placeholder{color:var(--cds-text-disabled,hsla(0,0%,9%,.25));opacity:1}.cds-custom--text-input--invalid{outline:2px solid var(--cds-support-error,#da1e28);outline-offset:-2px}@media screen and (prefers-contrast){.cds-custom--text-input--invalid{outline-style:dotted}}.cds-custom--text-input--invalid{box-shadow:none}.cds-custom--skeleton.cds-custom--text-input{background:var(--cds-skeleton-background,#e8e8e8);border:none;box-shadow:none;padding:0;pointer-events:none;position:relative}.cds-custom--skeleton.cds-custom--text-input:active,.cds-custom--skeleton.cds-custom--text-input:focus,.cds-custom--skeleton.cds-custom--text-input:hover{border:none;cursor:default;outline:none}.cds-custom--skeleton.cds-custom--text-input:before{animation:cds-custom--skeleton 3s ease-in-out infinite;background:var(--cds-skeleton-element,#c6c6c6);block-size:100%;content:"";inline-size:100%;inset-inline-start:0;position:absolute;will-change:transform-origin,transform,opacity}@media (prefers-reduced-motion:reduce){.cds-custom--skeleton.cds-custom--text-input:before{animation:none}}@media (forced-colors:active),screen and (-ms-high-contrast:active){.cds-custom--skeleton.cds-custom--text-input{background:CanvasText}.cds-custom--skeleton.cds-custom--text-input:before{background:Canvas;forced-color-adjust:none}}.cds-custom--form--fluid .cds-custom--text-input-wrapper{background:var(--cds-field);position:relative;transition:background-color 70ms cubic-bezier(.2,0,.38,.9),outline 70ms cubic-bezier(.2,0,.38,.9)}.cds-custom--form--fluid .cds-custom--label{align-items:center;block-size:1rem;display:flex;inset-block-start:.8125rem;inset-inline-start:1rem;margin:0;position:absolute;z-index:1}.cds-custom--form--fluid .cds-custom--form__helper-text{display:none}.cds-custom--form--fluid .cds-custom--text-input{min-block-size:4rem;padding:2rem 1rem .8125rem}.cds-custom--form--fluid .cds-custom--text-input__divider,.cds-custom--text-input__divider{display:none}.cds-custom--form--fluid .cds-custom--text-input--invalid,.cds-custom--form--fluid .cds-custom--text-input--warning{border-block-end:none}.cds-custom--form--fluid .cds-custom--text-input--invalid+.cds-custom--text-input__divider,.cds-custom--form--fluid .cds-custom--text-input--warning+.cds-custom--text-input__divider{border-color:var(--cds-border-subtle);border-style:solid;border-block-end:none;display:block;margin:0 1rem}.cds-custom--form--fluid .cds-custom--text-input__invalid-icon{inset-block-start:5rem}.cds-custom--form--fluid .cds-custom--text-input__field-wrapper--warning>.cds-custom--text-input--warning,.cds-custom--form--fluid .cds-custom--text-input__field-wrapper[data-invalid]>.cds-custom--text-input--invalid{outline:none}.cds-custom--form--fluid .cds-custom--text-input__field-wrapper--warning{border-block-end:1px solid var(--cds-border-strong)}.cds-custom--form--fluid .cds-custom--text-input__field-wrapper[data-invalid]:not(:focus){outline:2px solid var(--cds-support-error,#da1e28);outline-offset:-2px}@media screen and (prefers-contrast){.cds-custom--form--fluid .cds-custom--text-input__field-wrapper[data-invalid]:not(:focus){outline-style:dotted}}.cds-custom--form--fluid .cds-custom--text-input__field-wrapper--warning:focus-within,.cds-custom--form--fluid .cds-custom--text-input__field-wrapper[data-invalid]:focus-within{outline:2px solid var(--cds-focus,#0f62fe);outline-offset:-2px}@media screen and (prefers-contrast){.cds-custom--form--fluid .cds-custom--text-input__field-wrapper--warning:focus-within,.cds-custom--form--fluid .cds-custom--text-input__field-wrapper[data-invalid]:focus-within{outline-style:dotted}}.cds-custom--form--fluid .cds-custom--text-input__field-wrapper--warning>.cds-custom--text-input--warning:focus,.cds-custom--form--fluid .cds-custom--text-input__field-wrapper[data-invalid]>.cds-custom--text-input--invalid:focus{outline:none}.cds-custom--text-input-wrapper.cds-custom--text-input-wrapper--inline{align-items:center;flex-flow:row nowrap}.cds-custom--text-input-wrapper .cds-custom--label--inline{flex:0 1 auto;margin:0;overflow-wrap:break-word;word-break:break-word}.cds-custom--text-input__label-helper-wrapper{flex:0 1 auto;flex-direction:column;max-inline-size:8.875rem;overflow-wrap:break-word}.cds-custom--text-input__label-helper-wrapper:first-of-type{margin-inline-end:.5rem}.cds-custom--text-input__label-helper-wrapper:last-of-type{margin-inline-start:.5rem}.cds-custom--text-input-wrapper .cds-custom--form__helper-text--inline{margin-block-start:.125rem}.cds-custom--text-input-wrapper--inline .cds-custom--form-requirement,.cds-custom--text-input-wrapper--inline .cds-custom--form__helper-text--inline{margin:0}.cds-custom--text-input__field-outer-wrapper{align-items:flex-start;display:flex;flex:1 1 auto;flex-direction:column;inline-size:100%}.cds-custom--text-input__field-outer-wrapper--inline{flex:8;flex-direction:column}.cds-custom--text-input-wrapper--inline .cds-custom--form-requirement{display:block;font-weight:400;max-block-size:12.5rem;overflow:visible}.cds-custom--text-input-wrapper--inline--invalid .cds-custom--form-requirement{color:var(--cds-text-error,#da1e28)}.cds-custom--form--fluid .cds-custom--text-input-wrapper--readonly,.cds-custom--text-input-wrapper--readonly .cds-custom--text-input{background:transparent;border-block-end-color:var(--cds-border-subtle)}.cds-custom--text-input__field-wrapper .cds-custom--ai-label,.cds-custom--text-input__field-wrapper .cds-custom--slug,.cds-custom--text-input__field-wrapper--decorator .cds-custom--text-input__field-inner-wrapper--decorator>*{inset-block-start:50%;inset-inline-end:1rem;position:absolute;transform:translateY(-50%)}.cds-custom--text-input__field-wrapper--decorator .cds-custom--text-input:has(~.cds-custom--text-input__field-inner-wrapper--decorator .cds-custom--ai-label):not(:has(~.cds-custom--text-input__field-inner-wrapper--decorator .cds-custom--ai-label--revert)),.cds-custom--text-input__field-wrapper--slug .cds-custom--text-input:has(~.cds-custom--ai-label):not(:has(~.cds-custom--ai-label--revert)),.cds-custom--text-input__field-wrapper--slug .cds-custom--text-input:has(~.cds-custom--slug):not(:has(~.cds-custom--slug--revert)){background-image:linear-gradient(0deg,var(--cds-ai-aura-start-sm,rgba(69,137,255,.16)) 0,15%,var(--cds-ai-aura-end,hsla(0,0%,100%,0)) 50%,transparent 100%);border-block-end-color:var(--cds-ai-border-strong,#4589ff)}.cds-custom--text-input__field-wrapper--decorator .cds-custom--text-input:not(.cds-custom--text-input--invalid):not(.cds-custom--text-input--warning):has(~.cds-custom--text-input__field-inner-wrapper--decorator>*),.cds-custom--text-input__field-wrapper--slug .cds-custom--text-input:not(.cds-custom--text-input--invalid):not(.cds-custom--text-input--warning):has(~.cds-custom--ai-label),.cds-custom--text-input__field-wrapper--slug .cds-custom--text-input:not(.cds-custom--text-input--invalid):not(.cds-custom--text-input--warning):has(~.cds-custom--slug){padding-inline-end:2.5rem}.cds-custom--text-input--invalid:has(~.cds-custom--ai-label),.cds-custom--text-input--invalid:has(~.cds-custom--slug),.cds-custom--text-input--invalid:has(~.cds-custom--text-input__field-inner-wrapper--decorator>*),.cds-custom--text-input--warning:has(~.cds-custom--ai-label),.cds-custom--text-input--warning:has(~.cds-custom--slug),.cds-custom--text-input--warning:has(~.cds-custom--text-input__field-inner-wrapper--decorator>*){padding-inline-end:4rem}.cds-custom--text-input__field-wrapper--decorator .cds-custom--text-input--invalid~.cds-custom--text-input__invalid-icon,.cds-custom--text-input__field-wrapper--decorator .cds-custom--text-input--warning~.cds-custom--text-input__invalid-icon,.cds-custom--text-input__field-wrapper--slug .cds-custom--text-input--invalid~.cds-custom--text-input__invalid-icon,.cds-custom--text-input__field-wrapper--slug .cds-custom--text-input--warning~.cds-custom--text-input__invalid-icon{inset-inline-end:2.5rem}.cds-custom--text-input__field-wrapper--decorator .cds-custom--text-input--invalid~.cds-custom--ai-label,.cds-custom--text-input__field-wrapper--decorator .cds-custom--text-input--invalid~.cds-custom--slug,.cds-custom--text-input__field-wrapper--decorator .cds-custom--text-input--invalid~.cds-custom--text-input__field-inner-wrapper--decorator>*,.cds-custom--text-input__field-wrapper--decorator .cds-custom--text-input--warning~.cds-custom--ai-label,.cds-custom--text-input__field-wrapper--decorator .cds-custom--text-input--warning~.cds-custom--slug,.cds-custom--text-input__field-wrapper--decorator .cds-custom--text-input--warning~.cds-custom--text-input__field-inner-wrapper--decorator>*,.cds-custom--text-input__field-wrapper--slug .cds-custom--text-input--invalid~.cds-custom--ai-label,.cds-custom--text-input__field-wrapper--slug .cds-custom--text-input--invalid~.cds-custom--slug,.cds-custom--text-input__field-wrapper--slug .cds-custom--text-input--invalid~.cds-custom--text-input__field-inner-wrapper--decorator>*,.cds-custom--text-input__field-wrapper--slug .cds-custom--text-input--warning~.cds-custom--ai-label,.cds-custom--text-input__field-wrapper--slug .cds-custom--text-input--warning~.cds-custom--slug,.cds-custom--text-input__field-wrapper--slug .cds-custom--text-input--warning~.cds-custom--text-input__field-inner-wrapper--decorator>*{inset-inline-end:1rem}.cds-custom--text-input__field-wrapper--decorator .cds-custom--text-input__field-inner-wrapper--decorator:not(:has(.cds-custom--ai-label))>*{block-size:1rem}.cds-custom--text-input__label-wrapper{display:flex;inline-size:100%;justify-content:space-between}.cds-custom--search.cds-custom--search--expandable,.cds-custom--search.cds-custom--search--expandable .cds-custom--search-magnifier,:host(cds-custom-search):host(cds-custom-search[expandable]),:host(cds-custom-search):host(cds-custom-search[expandable]) .cds-custom--search-magnifier{block-size:var(--cds-layout-size-height-local);inline-size:var(--cds-layout-size-height-local)}.cds-custom--search--disabled .cds-custom--search-close,.cds-custom--search--disabled.cds-custom--search--expandable .cds-custom--search-magnifier,:host(cds-custom-search[disabled]) .cds-custom--search-close,:host(cds-custom-search[disabled]):host(cds-custom-search[expandable]) .cds-custom--search-magnifier{cursor:not-allowed;outline:none}.cds-custom--search--disabled .cds-custom--search-close:hover,.cds-custom--search--disabled.cds-custom--search--expandable .cds-custom--search-magnifier:hover,:host(cds-custom-search[disabled]) .cds-custom--search-close:hover,:host(cds-custom-search[disabled]):host(cds-custom-search[expandable]) .cds-custom--search-magnifier:hover{background-color:transparent;border-block-end-color:transparent}.cds-custom--search--disabled .cds-custom--search-close:hover:before,.cds-custom--search--disabled.cds-custom--search--expandable .cds-custom--search-magnifier:hover:before,:host(cds-custom-search[disabled]) .cds-custom--search-close:hover:before,:host(cds-custom-search[disabled]):host(cds-custom-search[expandable]) .cds-custom--search-magnifier:hover:before{background-color:transparent}.cds-custom--search--expandable.cds-custom--search--expanded,:host(cds-custom-search[expandable]):host(cds-custom-search[expandable][expanded]){inline-size:100%}.cds-custom--search--expandable.cds-custom--search--expanded .cds-custom--search-input,:host(cds-custom-search[expandable]):host(cds-custom-search[expandable][expanded]) .cds-custom--search-input{inline-size:100%;padding:0 var(--cds-layout-size-height-local);transition:padding 70ms cubic-bezier(.2,0,.38,.9)}.cds-custom--search--expandable.cds-custom--search--expanded .cds-custom--search-input::-moz-placeholder,:host(cds-custom-search[expandable]):host(cds-custom-search[expandable][expanded]) .cds-custom--search-input::-moz-placeholder{opacity:1;padding:0;position:relative}.cds-custom--search--expandable.cds-custom--search--expanded .cds-custom--search-input::placeholder,:host(cds-custom-search[expandable]):host(cds-custom-search[expandable][expanded]) .cds-custom--search-input::placeholder{opacity:1;padding:0;position:relative}.cds-custom--search--expandable.cds-custom--search--expanded .cds-custom--search-magnifier,:host(cds-custom-search[expandable]):host(cds-custom-search[expandable][expanded]) .cds-custom--search-magnifier{pointer-events:none}.cds-custom--search--expandable.cds-custom--search--expanded .cds-custom--search-magnifier-icon,:host(cds-custom-search[expandable]):host(cds-custom-search[expandable][expanded]) .cds-custom--search-magnifier-icon{fill:var(--cds-icon-secondary,#525252)}.cds-custom--search--expandable.cds-custom--search--disabled svg,:host(cds-custom-search[expandable]):host(cds-custom-search[disabled]) svg{fill:var(--cds-icon-disabled,hsla(0,0%,9%,.25))}.cds-custom--search,:host(cds-custom-search){--cds-layout-size-height-local:clamp(max(var(--cds-layout-size-height-min),var(--cds-layout-size-height-xs)),var(--cds-layout-size-height,var(--cds-layout-size-height-md)),min(var(--cds-layout-size-height-max),var(--cds-layout-size-height-lg)));align-items:center;display:flex;inline-size:100%;position:relative}.cds-custom--search .cds-custom--search-close,.cds-custom--search~.cds-custom--search-button,:host(cds-custom-search) .cds-custom--search-close,:host(cds-custom-search)~.cds-custom--search-button{block-size:var(--cds-layout-size-height-local);inline-size:var(--cds-layout-size-height-local)}.cds-custom--search.cds-custom--search--expandable,.cds-custom--search.cds-custom--search--expandable .cds-custom--search-magnifier{block-size:var(--cds-layout-size-height-local);inline-size:var(--cds-layout-size-height-local)}.cds-custom--search .cds-custom--label,:host(cds-custom-search) .cds-custom--label{block-size:1px;border:0;margin:-1px;overflow:hidden;padding:0;position:absolute;clip:rect(0,0,0,0);inline-size:1px;visibility:inherit;white-space:nowrap}.cds-custom--search-input{--cds-layout-size-height-local:clamp(max(var(--cds-layout-size-height-min),var(--cds-layout-size-height-xs)),var(--cds-layout-size-height,var(--cds-layout-size-height-md)),min(var(--cds-layout-size-height-max),var(--cds-layout-size-height-lg)));--cds-layout-density-padding-inline-local:clamp(var(--cds-layout-density-padding-inline-min),var(--cds-layout-density-padding-inline,var(--cds-layout-density-padding-inline-normal)),var(--cds-layout-density-padding-inline-max));border:0;box-sizing:border-box;font-family:inherit;font-size:100%;margin:0;padding:0;vertical-align:baseline}.cds-custom--search-input *,.cds-custom--search-input :after,.cds-custom--search-input :before{box-sizing:inherit}.cds-custom--search-input{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:var(--cds-field);block-size:var(--cds-layout-size-height-local);border:none;border-block-end:1px solid var(--cds-border-strong);color:var(--cds-text-primary,#161616);font-size:var(--cds-body-compact-01-font-size,.875rem);font-weight:var(--cds-body-compact-01-font-weight,400);inline-size:100%;letter-spacing:var(--cds-body-compact-01-letter-spacing,.16px);line-height:var(--cds-body-compact-01-line-height,1.28572);order:1;outline:2px solid transparent;outline-offset:-2px;padding:0 var(--cds-layout-size-height-local);text-overflow:ellipsis;transition:background-color .11s cubic-bezier(.2,0,.38,.9),outline .11s cubic-bezier(.2,0,.38,.9)}.cds-custom--search-input:focus{outline:2px solid var(--cds-focus,#0f62fe);outline-offset:-2px}@media screen and (prefers-contrast){.cds-custom--search-input:focus{outline-style:dotted}}.cds-custom--search-input::-moz-placeholder{color:var(--cds-text-placeholder,hsla(0,0%,9%,.4));opacity:1}.cds-custom--search-input::placeholder{color:var(--cds-text-placeholder,hsla(0,0%,9%,.4));opacity:1}.cds-custom--search-input::-ms-clear{display:none}.cds-custom--search-input::-webkit-search-cancel-button,.cds-custom--search-input::-webkit-search-decoration,.cds-custom--search-input::-webkit-search-results-button,.cds-custom--search-input::-webkit-search-results-decoration{-webkit-appearance:none;appearance:none;display:none}.cds-custom--search-input[disabled]{background-color:var(--cds-field);border-block-end:1px solid transparent;color:var(--cds-text-disabled,hsla(0,0%,9%,.25));cursor:not-allowed}.cds-custom--search-input[disabled]::-moz-placeholder{color:var(--cds-field)}.cds-custom--search-input[disabled]::placeholder{color:var(--cds-field)}.cds-custom--search--light .cds-custom--search-close:before,.cds-custom--search--light .cds-custom--search-input{background:var(--cds-field-02,#fff)}.cds-custom--search-magnifier-icon{--cds-layout-size-height-local:clamp(max(var(--cds-layout-size-height-min),var(--cds-layout-size-height-xs)),var(--cds-layout-size-height,var(--cds-layout-size-height-md)),min(var(--cds-layout-size-height-max),var(--cds-layout-size-height-lg)));border:0;box-sizing:border-box;font-family:inherit;font-size:100%;margin:0;padding:0;vertical-align:baseline}.cds-custom--search-magnifier-icon *,.cds-custom--search-magnifier-icon :after,.cds-custom--search-magnifier-icon :before{box-sizing:inherit}.cds-custom--search-magnifier-icon{block-size:1rem;position:absolute;z-index:2;fill:var(--cds-icon-secondary,#525252);inline-size:1rem;inset-block-start:50%;inset-inline-start:calc((var(--cds-layout-size-height-local) - 1rem)/2);pointer-events:none;transform:translateY(-50%)}.cds-custom--search-close{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:0;box-sizing:border-box;cursor:pointer;display:inline-block;font-family:inherit;font-size:100%;margin:0;padding:0;text-align:start;vertical-align:baseline}.cds-custom--search-close *,.cds-custom--search-close :after,.cds-custom--search-close :before{box-sizing:inherit}.cds-custom--search-close::-moz-focus-inner{border:0}.cds-custom--search-close{inset-block-start:0;inset-inline-end:0;outline:2px solid transparent;outline-offset:-2px;position:absolute}.cds-custom--search-close:hover{border-block-end:1px solid var(--cds-border-strong)}.cds-custom--search-button{background-color:var(--cds-field);flex-shrink:0;margin-inline-start:.125rem}.cds-custom--search-button svg{fill:currentColor;vertical-align:middle}.cds-custom--search-close svg{position:relative;z-index:1;fill:inherit}.cds-custom--search-button,.cds-custom--search-close{--cds-layout-size-height-local:clamp(max(var(--cds-layout-size-height-min),var(--cds-layout-size-height-xs)),var(--cds-layout-size-height,var(--cds-layout-size-height-md)),min(var(--cds-layout-size-height-max),var(--cds-layout-size-height-lg)));align-items:center;block-size:var(--cds-layout-size-height-local);border:solid transparent;border-width:0 0 1px;cursor:pointer;display:flex;justify-content:center;fill:var(--cds-icon-primary,#161616);inline-size:var(--cds-layout-size-height-local);opacity:1;visibility:inherit}.cds-custom--search-button:hover,.cds-custom--search-close:hover{background-color:var(--cds-field-hover)}.cds-custom--search-button:focus,.cds-custom--search-close:focus{outline:2px solid var(--cds-focus,#0f62fe);outline-offset:-2px}@media screen and (prefers-contrast){.cds-custom--search-button:focus,.cds-custom--search-close:focus{outline-style:dotted}}.cds-custom--search-button:active,.cds-custom--search-close:active{outline:2px solid var(--cds-focus,#0f62fe);outline-offset:-2px}@media screen and (prefers-contrast){.cds-custom--search-button:active,.cds-custom--search-close:active{outline-style:dotted}}.cds-custom--search-button:active,.cds-custom--search-close:active{background-color:var(--cds-background-selected,hsla(0,0%,55%,.2))}.cds-custom--search-input:focus~.cds-custom--search-close:hover{background-color:transparent;border-block-end-color:transparent;outline:none}.cds-custom--search-input:focus~.cds-custom--search-close:hover:after{background-color:var(--cds-field-hover);content:"";inset-block:.125rem;inset-inline:0 .125rem;pointer-events:none;position:absolute}.cds-custom--search--disabled .cds-custom--search-close,.cds-custom--search--disabled.cds-custom--search--expandable .cds-custom--search-magnifier,:host(cds-custom-search[disabled]) .cds-custom--search-close{cursor:not-allowed;outline:none}.cds-custom--search--disabled .cds-custom--search-close:hover,.cds-custom--search--disabled.cds-custom--search--expandable .cds-custom--search-magnifier:hover,:host(cds-custom-search[disabled]) .cds-custom--search-close:hover{background-color:transparent;border-block-end-color:transparent}.cds-custom--search--disabled .cds-custom--search-close:hover:before,.cds-custom--search--disabled.cds-custom--search--expandable .cds-custom--search-magnifier:hover:before,:host(cds-custom-search[disabled]) .cds-custom--search-close:hover:before{background-color:transparent}.cds-custom--search--disabled svg,:host(cds-custom-search[disabled]) svg{fill:var(--cds-icon-on-color-disabled,#8d8d8d)}.cds-custom--search-close--hidden{opacity:0;visibility:hidden}.cds-custom--skeleton .cds-custom--search-input{background:var(--cds-skeleton-background,#e8e8e8);border:none;box-shadow:none;padding:0;pointer-events:none;position:relative}.cds-custom--skeleton .cds-custom--search-input:active,.cds-custom--skeleton .cds-custom--search-input:focus,.cds-custom--skeleton .cds-custom--search-input:hover{border:none;cursor:default;outline:none}.cds-custom--skeleton .cds-custom--search-input:before{animation:cds-custom--skeleton 3s ease-in-out infinite;background:var(--cds-skeleton-element,#c6c6c6);block-size:100%;content:"";inline-size:100%;inset-inline-start:0;position:absolute;will-change:transform-origin,transform,opacity}@media (prefers-reduced-motion:reduce){.cds-custom--skeleton .cds-custom--search-input:before{animation:none}}@media (forced-colors:active),screen and (-ms-high-contrast:active){.cds-custom--skeleton .cds-custom--search-input{background:CanvasText}.cds-custom--skeleton .cds-custom--search-input:before{background:Canvas;forced-color-adjust:none}}.cds-custom--skeleton .cds-custom--search-input{inline-size:100%}.cds-custom--skeleton .cds-custom--search-input::-moz-placeholder{color:transparent}.cds-custom--skeleton .cds-custom--search-input::placeholder{color:transparent}.cds-custom--search--expandable,:host(cds-custom-search[expandable]){transition:width 70ms cubic-bezier(.2,0,.38,.9)}.cds-custom--search--expandable.cds-custom--search--expanded{inline-size:100%}.cds-custom--search--expandable .cds-custom--search-input,:host(cds-custom-search[expandable]) .cds-custom--search-input{inline-size:0;padding:0;transition:transform 70ms cubic-bezier(.2,0,.38,.9)}.cds-custom--search--expandable .cds-custom--search-input::-moz-placeholder,:host(cds-custom-search[expandable]) .cds-custom--search-input::-moz-placeholder{opacity:0;position:relative;transition-duration:70ms;-moz-transition-property:padding,opacity;transition-property:padding,opacity;transition-timing-function:cubic-bezier(.2,0,.38,.9)}.cds-custom--search--expandable .cds-custom--search-input::placeholder,:host(cds-custom-search[expandable]) .cds-custom--search-input::placeholder{opacity:0;position:relative;transition-duration:70ms;transition-property:padding,opacity;transition-timing-function:cubic-bezier(.2,0,.38,.9)}.cds-custom--search--expandable.cds-custom--search--expanded .cds-custom--search-input{inline-size:100%;padding:0 var(--cds-layout-size-height-local);transition:padding 70ms cubic-bezier(.2,0,.38,.9)}.cds-custom--search--expandable.cds-custom--search--expanded .cds-custom--search-input::-moz-placeholder{opacity:1;padding:0;position:relative}.cds-custom--search--expandable.cds-custom--search--expanded .cds-custom--search-input::placeholder{opacity:1;padding:0;position:relative}.cds-custom--search--expandable .cds-custom--search-magnifier,:host(cds-custom-search[expandable]) .cds-custom--search-magnifier{cursor:pointer;position:absolute}.cds-custom--search--expandable .cds-custom--search-magnifier:focus,:host(cds-custom-search[expandable]) .cds-custom--search-magnifier:focus{outline:2px solid var(--cds-focus,#0f62fe)}.cds-custom--search--expandable .cds-custom--search-magnifier:hover,:host(cds-custom-search[expandable]) .cds-custom--search-magnifier:hover{background-color:var(--cds-background-hover,hsla(0,0%,55%,.12))}.cds-custom--search--expandable.cds-custom--search--expanded .cds-custom--search-magnifier{pointer-events:none}.cds-custom--search--expandable .cds-custom--search-magnifier-icon,:host(cds-custom-search[expandable]) .cds-custom--search-magnifier-icon{fill:var(--cds-icon-primary,#161616)}.cds-custom--search--expandable.cds-custom--search--expanded .cds-custom--search-magnifier-icon{fill:var(--cds-icon-secondary,#525252)}.cds-custom--search--expandable.cds-custom--search--disabled svg{fill:var(--cds-icon-disabled,hsla(0,0%,9%,.25))}.cds-custom--search-magnifier-tooltip{align-items:center;display:flex;justify-content:center}.cds-custom--search-magnifier-tooltip .cds-custom--search-magnifier{position:relative}:host(cds-custom-search){--cds-layout-size-height-xs:1.5rem;--cds-layout-size-height-sm:2rem;--cds-layout-size-height-md:2.5rem;--cds-layout-size-height-lg:3rem;--cds-layout-size-height-xl:4rem;--cds-layout-size-height-2xl:5rem;--cds-layout-size-height-min:0px;--cds-layout-size-height-max:999999999px;--cds-layout-density-padding-inline-condensed:0.5rem;--cds-layout-density-padding-inline-normal:1rem;--cds-layout-density-padding-inline-min:0px;--cds-layout-density-padding-inline-max:999999999px;outline:none}:host([expandable]:focus-within) .cds-custom--search-magnifier{outline:.125rem solid var(--cds-focus)}:host([expandable]:focus-within) .cds-custom--search-magnifier~.cds-custom--search-input{outline:none}:host([expandable][expanded]:focus-within) .cds-custom--search-magnifier{outline:none}:host(cds-custom-search[expandable][expanded]) .cds-custom--search-input{inline-size:100%}:host(cds-custom-search[expandable][expanded]) .cds-custom--search-input:focus{outline:.125rem solid var(--cds-focus)}:host(cds-custom-search[expandable][expanded]) .cds-custom--search-magnifier{pointer-events:none}:host(cds-custom-search[disabled]) svg{fill:var(--cds-icon-on-color-disabled,#8d8d8d)}:host(cds-custom-search[disabled]) .cds-custom--search-input{border-block-end:1px solid transparent}:host(cds-custom-search[disabled]) .cds-custom--search-close{outline:none;pointer-events:none}:host(cds-custom-search[disabled]) .cds-custom--search-close:before{background:none}:host(cds-custom-search-skeleton){--cds-layout-size-height-xs:1.5rem;--cds-layout-size-height-sm:2rem;--cds-layout-size-height-md:2.5rem;--cds-layout-size-height-lg:3rem;--cds-layout-size-height-xl:4rem;--cds-layout-size-height-2xl:5rem;--cds-layout-size-height-min:0px;--cds-layout-size-height-max:999999999px;--cds-layout-density-padding-inline-condensed:0.5rem;--cds-layout-density-padding-inline-normal:1rem;--cds-layout-density-padding-inline-min:0px;--cds-layout-density-padding-inline-max:999999999px;inline-size:100%}:host(cds-custom-search-skeleton) .cds-custom--search-input{background:var(--cds-skeleton-background,#e8e8e8);border:none;box-shadow:none;padding:0;pointer-events:none;position:relative}:host(cds-custom-search-skeleton) .cds-custom--search-input:active,:host(cds-custom-search-skeleton) .cds-custom--search-input:focus,:host(cds-custom-search-skeleton) .cds-custom--search-input:hover{border:none;cursor:default;outline:none}:host(cds-custom-search-skeleton) .cds-custom--search-input:before{animation:cds-custom--skeleton 3s ease-in-out infinite;background:var(--cds-skeleton-element,#c6c6c6);block-size:100%;content:"";inline-size:100%;inset-inline-start:0;position:absolute;will-change:transform-origin,transform,opacity}@media (prefers-reduced-motion:reduce){:host(cds-custom-search-skeleton) .cds-custom--search-input:before{animation:none}}@media (forced-colors:active),screen and (-ms-high-contrast:active){:host(cds-custom-search-skeleton) .cds-custom--search-input{background:CanvasText}:host(cds-custom-search-skeleton) .cds-custom--search-input:before{background:Canvas;forced-color-adjust:none}}:host(cds-custom-search-skeleton) .cds-custom--search-input{inline-size:100%}:host(cds-custom-search-skeleton) .cds-custom--search-input::-moz-placeholder{color:transparent}:host(cds-custom-search-skeleton) .cds-custom--search-input::placeholder{color:transparent}:host(cds-custom-search) .cds-custom--search-input{background-color:var(--cds-search-background,var(--cds-field));border-block-end:var(--cds-search-border-bottom,1px solid var(--cds-border-strong))}']), et;
|
|
5519
5519
|
let j = (et = class extends Zt(fo(Fa(y))) {
|
|
5520
5520
|
constructor(...o) {
|
|
5521
5521
|
super(...o), this.autoComplete = "off", this.closeButtonLabelText = "", this.disabled = !1, this.expandable = !1, this.expanded = !1, this.hasCustomIcon = !1, this.labelText = "", this.name = "", this.role = "", this.placeholder = "Search", this.type = "", this.value = "";
|
|
@@ -6073,7 +6073,7 @@ let $o = class extends y {
|
|
|
6073
6073
|
if (t && Array.isArray(o) && (o == null ? void 0 : o.length) > 0)
|
|
6074
6074
|
return m`<cds-custom-header-menu
|
|
6075
6075
|
menu-label="Help"
|
|
6076
|
-
id="${
|
|
6076
|
+
id="${Ns}"
|
|
6077
6077
|
class="${O}__help-menu"
|
|
6078
6078
|
trigger-content="Help"
|
|
6079
6079
|
tabindex="${this.isTrialOpen ? -1 : 0}">
|
|
@@ -6091,7 +6091,7 @@ let $o = class extends y {
|
|
|
6091
6091
|
renderAssistMe() {
|
|
6092
6092
|
return m`
|
|
6093
6093
|
<cds-custom-header-global-action
|
|
6094
|
-
id="${
|
|
6094
|
+
id="${Ns}"
|
|
6095
6095
|
role="button"
|
|
6096
6096
|
aria-label="open assistance side panel"
|
|
6097
6097
|
tooltipAlignment="center"
|
|
@@ -6208,7 +6208,7 @@ let $o = class extends y {
|
|
|
6208
6208
|
<cds-custom-header-global-action
|
|
6209
6209
|
role="button"
|
|
6210
6210
|
aria-label="${o.label}"
|
|
6211
|
-
tooltip-text="${
|
|
6211
|
+
tooltip-text="${I(o.tooltip)}"
|
|
6212
6212
|
tooltip-position="bottom"
|
|
6213
6213
|
class="${O}__globalaction"
|
|
6214
6214
|
@click="${o.onClick}">
|
|
@@ -6484,7 +6484,7 @@ let Co = class extends y {
|
|
|
6484
6484
|
}), Ws(this.headerProps));
|
|
6485
6485
|
}
|
|
6486
6486
|
render() {
|
|
6487
|
-
var t, o, e, s, c, r, n, a, i, l, u, v, g, h, b, x, w, z,
|
|
6487
|
+
var t, o, e, s, c, r, n, a, i, l, u, v, g, h, b, x, w, z, A, C, E, S, $, H, _, L, F, K;
|
|
6488
6488
|
return m`
|
|
6489
6489
|
<cds-custom-header
|
|
6490
6490
|
class="${O}__header"
|
|
@@ -6552,7 +6552,7 @@ let Co = class extends y {
|
|
|
6552
6552
|
|
|
6553
6553
|
<!-- sideNav link render -->
|
|
6554
6554
|
${this.headerProps.sideNav.links && this.headerProps.sideNav.links.length > 0 ? m`
|
|
6555
|
-
${(C = (
|
|
6555
|
+
${(C = (A = this.headerProps.sideNav) == null ? void 0 : A.links) == null ? void 0 : C.map((R) => {
|
|
6556
6556
|
var V, D, U;
|
|
6557
6557
|
return m`
|
|
6558
6558
|
<clabs-global-header-side-nav-item
|
|
@@ -6572,10 +6572,10 @@ let Co = class extends y {
|
|
|
6572
6572
|
</clabs-global-header-wide-side-nav>
|
|
6573
6573
|
` : f}
|
|
6574
6574
|
${this.headerProps && this.headerProps.sideNavPropsV2 ? m`<cds-custom-side-nav
|
|
6575
|
-
aria-label=${((
|
|
6575
|
+
aria-label=${((S = (E = this.headerProps) == null ? void 0 : E.sideNavPropsV2) == null ? void 0 : S.buttonLabel) ?? "Side navigation"}
|
|
6576
6576
|
collapse-mode="rail"
|
|
6577
6577
|
?expanded="${typeof this.headerProps.sideNavPropsV2.isExpandable < "u" && this.headerProps.sideNavPropsV2.isExpandable ? this.isMenuOpen : !1}"
|
|
6578
|
-
?is-not-persistent="${!(typeof ((
|
|
6578
|
+
?is-not-persistent="${!(typeof ((H = ($ = this.headerProps) == null ? void 0 : $.sideNavPropsV2) == null ? void 0 : H.isCollapsible) < "u" && !((L = (_ = this.headerProps) == null ? void 0 : _.sideNav) != null && L.isCollapsible))}"
|
|
6579
6579
|
class="
|
|
6580
6580
|
${mo({
|
|
6581
6581
|
[`${O}--rail-sidePanel`]: typeof this.headerProps.sideNavPropsV2.isCollapsible < "u" && !this.headerProps.sideNavPropsV2.isCollapsible
|
|
@@ -6633,15 +6633,55 @@ const ai = `.cds--layout--size-xs{--cds-layout-size-height-context: var(--cds-la
|
|
|
6633
6633
|
* This source code is licensed under the Apache-2.0 license found in the
|
|
6634
6634
|
* LICENSE file in the root directory of this source tree.
|
|
6635
6635
|
*/.ibm-automation-cds .automation-header-navigation-action__menu-item{display:block;cursor:pointer}.ibm-automation-cds .automation-header-navigation-action__menu-item a{color:#f4f4f4}.ibm-automation-cds .automation-header-navigation-action__menu-item span{display:flex;align-items:center}.ibm-automation-cds .automation-header-navigation-action__menu-item svg{margin-inline-start:.25rem}`;
|
|
6636
|
-
|
|
6637
|
-
|
|
6636
|
+
/**
|
|
6637
|
+
* @license
|
|
6638
|
+
*
|
|
6639
|
+
* Copyright IBM Corp. 2026
|
|
6640
|
+
*
|
|
6641
|
+
* This source code is licensed under the Apache-2.0 license found in the
|
|
6642
|
+
* LICENSE file in the root directory of this source tree.
|
|
6643
|
+
*/
|
|
6644
|
+
class ii {
|
|
6645
|
+
constructor(o) {
|
|
6646
|
+
this.refreshIntervalId = null, this.config = o, this.tokenRefreshInterval = o.tokenRefreshInterval || 25, this.basePath = o.basePath;
|
|
6647
|
+
}
|
|
6648
|
+
startRefreshSchedule() {
|
|
6649
|
+
this.refreshIntervalId = window.setInterval(
|
|
6650
|
+
() => {
|
|
6651
|
+
this.triggerRefresh();
|
|
6652
|
+
},
|
|
6653
|
+
this.tokenRefreshInterval * 60 * 1e3
|
|
6654
|
+
);
|
|
6655
|
+
}
|
|
6656
|
+
isScheduleRunning() {
|
|
6657
|
+
return this.refreshIntervalId !== null;
|
|
6658
|
+
}
|
|
6659
|
+
stopRefreshSchedule() {
|
|
6660
|
+
this.refreshIntervalId && (clearInterval(this.refreshIntervalId), this.refreshIntervalId = null);
|
|
6661
|
+
}
|
|
6662
|
+
// TODO - call this function when implementing the logout story
|
|
6663
|
+
async triggerRefresh() {
|
|
6664
|
+
const o = this.basePath ? this.basePath + "/v1/solis/session/refresh-token" : "/v1/solis/session/refresh-token";
|
|
6665
|
+
try {
|
|
6666
|
+
const e = await fetch(o, {
|
|
6667
|
+
method: "GET",
|
|
6668
|
+
credentials: "same-origin"
|
|
6669
|
+
});
|
|
6670
|
+
e.ok ? console.log("Solis token refresh successful") : e.status === 429 ? console.log("Solis token refresh skipped (too recent)") : e.status === 401 || e.status === 403 ? (console.error("Solis token refresh unauthorized - triggering logout"), this.stopRefreshSchedule()) : console.error("Solis token refresh failed:", e.status);
|
|
6671
|
+
} catch (e) {
|
|
6672
|
+
console.error("Solis token refresh error:", e.message);
|
|
6673
|
+
}
|
|
6674
|
+
}
|
|
6675
|
+
}
|
|
6676
|
+
var di = Object.defineProperty, pi = Object.getOwnPropertyDescriptor, N = (t, o, e, s) => {
|
|
6677
|
+
for (var c = s > 1 ? void 0 : s ? pi(o, e) : o, r = t.length - 1, n; r >= 0; r--)
|
|
6638
6678
|
(n = t[r]) && (c = (s ? n(o, e, c) : n(c)) || c);
|
|
6639
|
-
return s && c &&
|
|
6679
|
+
return s && c && di(o, e, c), c;
|
|
6640
6680
|
};
|
|
6641
|
-
const { stablePrefix:
|
|
6642
|
-
let
|
|
6681
|
+
const { stablePrefix: li } = ro;
|
|
6682
|
+
let P = class extends y {
|
|
6643
6683
|
constructor() {
|
|
6644
|
-
super(), this.productName = null, this.productKey = "", this.fetchHeaders = {}, this.solisSidekickEnabled = !1, this.solisSwitcherEnabled = !1, this.solisEnvironment = "local", this.solisDevMode = !1, this.basePath = "", this.displayName = "", this.userEmail = "", this.productVersion = null, this.assistMeKey = "", this.aiCallbackEvent = "", this.logoutCallbackEvent = "", this.notificationOpenCallbackEvent = "", this.searchCallbackEvent = "", this.searchSubmitCallbackEvent = "", this.hasNewNotifications = !1, this.searchConfigs = null, this.capabilityProfileFooterLinks = [], this.capabilityGlobalActions = [], this.addCookiePreferences = !1, this.headerOptions = {
|
|
6684
|
+
super(), this.productName = null, this.productKey = "", this.fetchHeaders = {}, this.solisSidekickEnabled = !1, this.solisSwitcherEnabled = !1, this.solisEnvironment = "local", this.solisDevMode = !1, this.basePath = "", this.displayName = "", this.userEmail = "", this.productVersion = null, this.assistMeKey = "", this.aiCallbackEvent = "", this.logoutCallbackEvent = "", this.notificationOpenCallbackEvent = "", this.searchCallbackEvent = "", this.searchSubmitCallbackEvent = "", this.hasNewNotifications = !1, this.searchConfigs = null, this.capabilityProfileFooterLinks = [], this.capabilityGlobalActions = [], this.addCookiePreferences = !1, this.solisSessionManagerEnabled = !1, this.solisSessionRefreshInterval = 25, this.headerOptions = {
|
|
6645
6685
|
...yn,
|
|
6646
6686
|
brand: {
|
|
6647
6687
|
company: "IBM",
|
|
@@ -6655,13 +6695,13 @@ let N = class extends y {
|
|
|
6655
6695
|
buttonLabel: "Open menu",
|
|
6656
6696
|
sidebarLabel: "Side navigation"
|
|
6657
6697
|
}
|
|
6658
|
-
}, this._customEventListener = this._customEventListener.bind(this);
|
|
6698
|
+
}, this.sessionManager = null, this._customEventListener = this._customEventListener.bind(this);
|
|
6659
6699
|
}
|
|
6660
6700
|
connectedCallback() {
|
|
6661
6701
|
super.connectedCallback(), document.addEventListener(Ls, this._customEventListener);
|
|
6662
6702
|
}
|
|
6663
6703
|
disconnectedCallback() {
|
|
6664
|
-
super.disconnectedCallback(), document.removeEventListener(Ls, this._customEventListener);
|
|
6704
|
+
super.disconnectedCallback(), this.sessionManager && (this.sessionManager.stopRefreshSchedule(), this.sessionManager = null), document.removeEventListener(Ls, this._customEventListener);
|
|
6665
6705
|
}
|
|
6666
6706
|
// reload the header options whenever the custom event is received
|
|
6667
6707
|
_customEventListener(t) {
|
|
@@ -6679,7 +6719,7 @@ let N = class extends y {
|
|
|
6679
6719
|
this.basePath,
|
|
6680
6720
|
this.productKey
|
|
6681
6721
|
);
|
|
6682
|
-
this.headerOptions = this.buildHeaderOptions(t);
|
|
6722
|
+
this.headerOptions = this.buildHeaderOptions(t), this.solisSessionManagerEnabled && this.headerOptions.profile !== null && this.headerOptions.profile !== void 0 && this.initializeSessionManager();
|
|
6683
6723
|
} catch (t) {
|
|
6684
6724
|
console.error("Failed to load header options:", t);
|
|
6685
6725
|
}
|
|
@@ -6698,6 +6738,12 @@ let N = class extends y {
|
|
|
6698
6738
|
const t = document.querySelector("#teconsent a");
|
|
6699
6739
|
t ? t.click() : window.open("https://www.ibm.com/privacy");
|
|
6700
6740
|
}
|
|
6741
|
+
initializeSessionManager() {
|
|
6742
|
+
this.sessionManager || (this.sessionManager = new ii({
|
|
6743
|
+
tokenRefreshInterval: this.solisSessionRefreshInterval,
|
|
6744
|
+
basePath: this.basePath
|
|
6745
|
+
}), this.sessionManager.startRefreshSchedule());
|
|
6746
|
+
}
|
|
6701
6747
|
initCookiePrefsLink() {
|
|
6702
6748
|
return {
|
|
6703
6749
|
text: "Cookie preferences",
|
|
@@ -6856,93 +6902,99 @@ let N = class extends y {
|
|
|
6856
6902
|
</div>`;
|
|
6857
6903
|
}
|
|
6858
6904
|
};
|
|
6859
|
-
|
|
6905
|
+
P.styles = W`
|
|
6860
6906
|
${co(ai)}
|
|
6861
6907
|
`;
|
|
6862
|
-
|
|
6908
|
+
N([
|
|
6863
6909
|
d({ type: String })
|
|
6864
|
-
],
|
|
6865
|
-
|
|
6910
|
+
], P.prototype, "productName", 2);
|
|
6911
|
+
N([
|
|
6866
6912
|
d({ type: String })
|
|
6867
|
-
],
|
|
6868
|
-
|
|
6913
|
+
], P.prototype, "productKey", 2);
|
|
6914
|
+
N([
|
|
6869
6915
|
d({ type: Object })
|
|
6870
|
-
],
|
|
6871
|
-
|
|
6916
|
+
], P.prototype, "fetchHeaders", 2);
|
|
6917
|
+
N([
|
|
6872
6918
|
d({ type: Boolean })
|
|
6873
|
-
],
|
|
6874
|
-
|
|
6919
|
+
], P.prototype, "solisSwitcherEnabled", 2);
|
|
6920
|
+
N([
|
|
6875
6921
|
d({ type: String })
|
|
6876
|
-
],
|
|
6877
|
-
|
|
6922
|
+
], P.prototype, "solisEnvironment", 2);
|
|
6923
|
+
N([
|
|
6878
6924
|
d({ type: Boolean })
|
|
6879
|
-
],
|
|
6880
|
-
|
|
6925
|
+
], P.prototype, "solisDevMode", 2);
|
|
6926
|
+
N([
|
|
6881
6927
|
d({ type: String })
|
|
6882
|
-
],
|
|
6883
|
-
|
|
6928
|
+
], P.prototype, "basePath", 2);
|
|
6929
|
+
N([
|
|
6884
6930
|
d({ type: String })
|
|
6885
|
-
],
|
|
6886
|
-
|
|
6931
|
+
], P.prototype, "displayName", 2);
|
|
6932
|
+
N([
|
|
6887
6933
|
d({ type: String })
|
|
6888
|
-
],
|
|
6889
|
-
|
|
6934
|
+
], P.prototype, "userEmail", 2);
|
|
6935
|
+
N([
|
|
6890
6936
|
d({ type: String })
|
|
6891
|
-
],
|
|
6892
|
-
|
|
6937
|
+
], P.prototype, "productVersion", 2);
|
|
6938
|
+
N([
|
|
6893
6939
|
d({ type: String })
|
|
6894
|
-
],
|
|
6895
|
-
|
|
6940
|
+
], P.prototype, "assistMeKey", 2);
|
|
6941
|
+
N([
|
|
6896
6942
|
d({ type: Function })
|
|
6897
|
-
],
|
|
6898
|
-
|
|
6943
|
+
], P.prototype, "aiCallback", 2);
|
|
6944
|
+
N([
|
|
6899
6945
|
d({ type: String })
|
|
6900
|
-
],
|
|
6901
|
-
|
|
6946
|
+
], P.prototype, "aiCallbackEvent", 2);
|
|
6947
|
+
N([
|
|
6902
6948
|
d({ type: Function })
|
|
6903
|
-
],
|
|
6904
|
-
|
|
6949
|
+
], P.prototype, "logoutCallback", 2);
|
|
6950
|
+
N([
|
|
6905
6951
|
d({ type: String })
|
|
6906
|
-
],
|
|
6907
|
-
|
|
6952
|
+
], P.prototype, "logoutCallbackEvent", 2);
|
|
6953
|
+
N([
|
|
6908
6954
|
d({ type: Function })
|
|
6909
|
-
],
|
|
6910
|
-
|
|
6955
|
+
], P.prototype, "notificationOpenCallback", 2);
|
|
6956
|
+
N([
|
|
6911
6957
|
d({ type: String })
|
|
6912
|
-
],
|
|
6913
|
-
|
|
6958
|
+
], P.prototype, "notificationOpenCallbackEvent", 2);
|
|
6959
|
+
N([
|
|
6914
6960
|
d({ type: Function })
|
|
6915
|
-
],
|
|
6916
|
-
|
|
6961
|
+
], P.prototype, "searchCallback", 2);
|
|
6962
|
+
N([
|
|
6917
6963
|
d({ type: String })
|
|
6918
|
-
],
|
|
6919
|
-
|
|
6964
|
+
], P.prototype, "searchCallbackEvent", 2);
|
|
6965
|
+
N([
|
|
6920
6966
|
d({ type: Function })
|
|
6921
|
-
],
|
|
6922
|
-
|
|
6967
|
+
], P.prototype, "searchSubmitCallback", 2);
|
|
6968
|
+
N([
|
|
6923
6969
|
d({ type: String })
|
|
6924
|
-
],
|
|
6925
|
-
|
|
6970
|
+
], P.prototype, "searchSubmitCallbackEvent", 2);
|
|
6971
|
+
N([
|
|
6926
6972
|
d({ type: Boolean })
|
|
6927
|
-
],
|
|
6928
|
-
|
|
6973
|
+
], P.prototype, "hasNewNotifications", 2);
|
|
6974
|
+
N([
|
|
6929
6975
|
d({ type: Object })
|
|
6930
|
-
],
|
|
6931
|
-
|
|
6976
|
+
], P.prototype, "searchConfigs", 2);
|
|
6977
|
+
N([
|
|
6932
6978
|
d({ type: Array })
|
|
6933
|
-
],
|
|
6934
|
-
|
|
6979
|
+
], P.prototype, "capabilityProfileFooterLinks", 2);
|
|
6980
|
+
N([
|
|
6935
6981
|
d({ type: Array })
|
|
6936
|
-
],
|
|
6937
|
-
|
|
6982
|
+
], P.prototype, "capabilityGlobalActions", 2);
|
|
6983
|
+
N([
|
|
6938
6984
|
d({ type: Boolean })
|
|
6939
|
-
],
|
|
6940
|
-
|
|
6985
|
+
], P.prototype, "addCookiePreferences", 2);
|
|
6986
|
+
N([
|
|
6987
|
+
d({ type: Boolean })
|
|
6988
|
+
], P.prototype, "solisSessionManagerEnabled", 2);
|
|
6989
|
+
N([
|
|
6990
|
+
d({ type: Number })
|
|
6991
|
+
], P.prototype, "solisSessionRefreshInterval", 2);
|
|
6992
|
+
N([
|
|
6941
6993
|
go()
|
|
6942
|
-
],
|
|
6943
|
-
|
|
6944
|
-
so(`${
|
|
6945
|
-
],
|
|
6994
|
+
], P.prototype, "headerOptions", 2);
|
|
6995
|
+
P = N([
|
|
6996
|
+
so(`${li}-global-header-hybrid-ipaas`)
|
|
6997
|
+
], P);
|
|
6946
6998
|
export {
|
|
6947
6999
|
k as A,
|
|
6948
7000
|
Co as C,
|
|
@@ -6950,7 +7002,7 @@ export {
|
|
|
6950
7002
|
q as H,
|
|
6951
7003
|
mr as _,
|
|
6952
7004
|
Zt as a,
|
|
6953
|
-
|
|
7005
|
+
P as b,
|
|
6954
7006
|
p as c,
|
|
6955
7007
|
m as d,
|
|
6956
7008
|
B as e,
|
|
@@ -6961,7 +7013,7 @@ export {
|
|
|
6961
7013
|
Ft as j,
|
|
6962
7014
|
T as k,
|
|
6963
7015
|
d as n,
|
|
6964
|
-
|
|
7016
|
+
I as o,
|
|
6965
7017
|
co as r,
|
|
6966
7018
|
ro as s,
|
|
6967
7019
|
so as t
|