@carbon-labs/wc-global-header 0.79.0 → 0.80.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/LICENSE ADDED
@@ -0,0 +1,201 @@
1
+ Apache License
2
+ Version 2.0, January 2004
3
+ http://www.apache.org/licenses/
4
+
5
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
6
+
7
+ 1. Definitions.
8
+
9
+ "License" shall mean the terms and conditions for use, reproduction,
10
+ and distribution as defined by Sections 1 through 9 of this document.
11
+
12
+ "Licensor" shall mean the copyright owner or entity authorized by
13
+ the copyright owner that is granting the License.
14
+
15
+ "Legal Entity" shall mean the union of the acting entity and all
16
+ other entities that control, are controlled by, or are under common
17
+ control with that entity. For the purposes of this definition,
18
+ "control" means (i) the power, direct or indirect, to cause the
19
+ direction or management of such entity, whether by contract or
20
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
21
+ outstanding shares, or (iii) beneficial ownership of such entity.
22
+
23
+ "You" (or "Your") shall mean an individual or Legal Entity
24
+ exercising permissions granted by this License.
25
+
26
+ "Source" form shall mean the preferred form for making modifications,
27
+ including but not limited to software source code, documentation
28
+ source, and configuration files.
29
+
30
+ "Object" form shall mean any form resulting from mechanical
31
+ transformation or translation of a Source form, including but
32
+ not limited to compiled object code, generated documentation,
33
+ and conversions to other media types.
34
+
35
+ "Work" shall mean the work of authorship, whether in Source or
36
+ Object form, made available under the License, as indicated by a
37
+ copyright notice that is included in or attached to the work
38
+ (an example is provided in the Appendix below).
39
+
40
+ "Derivative Works" shall mean any work, whether in Source or Object
41
+ form, that is based on (or derived from) the Work and for which the
42
+ editorial revisions, annotations, elaborations, or other modifications
43
+ represent, as a whole, an original work of authorship. For the purposes
44
+ of this License, Derivative Works shall not include works that remain
45
+ separable from, or merely link (or bind by name) to the interfaces of,
46
+ the Work and Derivative Works thereof.
47
+
48
+ "Contribution" shall mean any work of authorship, including
49
+ the original version of the Work and any modifications or additions
50
+ to that Work or Derivative Works thereof, that is intentionally
51
+ submitted to Licensor for inclusion in the Work by the copyright owner
52
+ or by an individual or Legal Entity authorized to submit on behalf of
53
+ the copyright owner. For the purposes of this definition, "submitted"
54
+ means any form of electronic, verbal, or written communication sent
55
+ to the Licensor or its representatives, including but not limited to
56
+ communication on electronic mailing lists, source code control systems,
57
+ and issue tracking systems that are managed by, or on behalf of, the
58
+ Licensor for the purpose of discussing and improving the Work, but
59
+ excluding communication that is conspicuously marked or otherwise
60
+ designated in writing by the copyright owner as "Not a Contribution."
61
+
62
+ "Contributor" shall mean Licensor and any individual or Legal Entity
63
+ on behalf of whom a Contribution has been received by Licensor and
64
+ subsequently incorporated within the Work.
65
+
66
+ 2. Grant of Copyright License. Subject to the terms and conditions of
67
+ this License, each Contributor hereby grants to You a perpetual,
68
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
69
+ copyright license to reproduce, prepare Derivative Works of,
70
+ publicly display, publicly perform, sublicense, and distribute the
71
+ Work and such Derivative Works in Source or Object form.
72
+
73
+ 3. Grant of Patent License. Subject to the terms and conditions of
74
+ this License, each Contributor hereby grants to You a perpetual,
75
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
76
+ (except as stated in this section) patent license to make, have made,
77
+ use, offer to sell, sell, import, and otherwise transfer the Work,
78
+ where such license applies only to those patent claims licensable
79
+ by such Contributor that are necessarily infringed by their
80
+ Contribution(s) alone or by combination of their Contribution(s)
81
+ with the Work to which such Contribution(s) was submitted. If You
82
+ institute patent litigation against any entity (including a
83
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
84
+ or a Contribution incorporated within the Work constitutes direct
85
+ or contributory patent infringement, then any patent licenses
86
+ granted to You under this License for that Work shall terminate
87
+ as of the date such litigation is filed.
88
+
89
+ 4. Redistribution. You may reproduce and distribute copies of the
90
+ Work or Derivative Works thereof in any medium, with or without
91
+ modifications, and in Source or Object form, provided that You
92
+ meet the following conditions:
93
+
94
+ (a) You must give any other recipients of the Work or
95
+ Derivative Works a copy of this License; and
96
+
97
+ (b) You must cause any modified files to carry prominent notices
98
+ stating that You changed the files; and
99
+
100
+ (c) You must retain, in the Source form of any Derivative Works
101
+ that You distribute, all copyright, patent, trademark, and
102
+ attribution notices from the Source form of the Work,
103
+ excluding those notices that do not pertain to any part of
104
+ the Derivative Works; and
105
+
106
+ (d) If the Work includes a "NOTICE" text file as part of its
107
+ distribution, then any Derivative Works that You distribute must
108
+ include a readable copy of the attribution notices contained
109
+ within such NOTICE file, excluding those notices that do not
110
+ pertain to any part of the Derivative Works, in at least one
111
+ of the following places: within a NOTICE text file distributed
112
+ as part of the Derivative Works; within the Source form or
113
+ documentation, if provided along with the Derivative Works; or,
114
+ within a display generated by the Derivative Works, if and
115
+ wherever such third-party notices normally appear. The contents
116
+ of the NOTICE file are for informational purposes only and
117
+ do not modify the License. You may add Your own attribution
118
+ notices within Derivative Works that You distribute, alongside
119
+ or as an addendum to the NOTICE text from the Work, provided
120
+ that such additional attribution notices cannot be construed
121
+ as modifying the License.
122
+
123
+ You may add Your own copyright statement to Your modifications and
124
+ may provide additional or different license terms and conditions
125
+ for use, reproduction, or distribution of Your modifications, or
126
+ for any such Derivative Works as a whole, provided Your use,
127
+ reproduction, and distribution of the Work otherwise complies with
128
+ the conditions stated in this License.
129
+
130
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
131
+ any Contribution intentionally submitted for inclusion in the Work
132
+ by You to the Licensor shall be under the terms and conditions of
133
+ this License, without any additional terms or conditions.
134
+ Notwithstanding the above, nothing herein shall supersede or modify
135
+ the terms of any separate license agreement you may have executed
136
+ with Licensor regarding such Contributions.
137
+
138
+ 6. Trademarks. This License does not grant permission to use the trade
139
+ names, trademarks, service marks, or product names of the Licensor,
140
+ except as required for reasonable and customary use in describing the
141
+ origin of the Work and reproducing the content of the NOTICE file.
142
+
143
+ 7. Disclaimer of Warranty. Unless required by applicable law or
144
+ agreed to in writing, Licensor provides the Work (and each
145
+ Contributor provides its Contributions) on an "AS IS" BASIS,
146
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
147
+ implied, including, without limitation, any warranties or conditions
148
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
149
+ PARTICULAR PURPOSE. You are solely responsible for determining the
150
+ appropriateness of using or redistributing the Work and assume any
151
+ risks associated with Your exercise of permissions under this License.
152
+
153
+ 8. Limitation of Liability. In no event and under no legal theory,
154
+ whether in tort (including negligence), contract, or otherwise,
155
+ unless required by applicable law (such as deliberate and grossly
156
+ negligent acts) or agreed to in writing, shall any Contributor be
157
+ liable to You for damages, including any direct, indirect, special,
158
+ incidental, or consequential damages of any character arising as a
159
+ result of this License or out of the use or inability to use the
160
+ Work (including but not limited to damages for loss of goodwill,
161
+ work stoppage, computer failure or malfunction, or any and all
162
+ other commercial damages or losses), even if such Contributor
163
+ has been advised of the possibility of such damages.
164
+
165
+ 9. Accepting Warranty or Additional Liability. While redistributing
166
+ the Work or Derivative Works thereof, You may choose to offer,
167
+ and charge a fee for, acceptance of support, warranty, indemnity,
168
+ or other liability obligations and/or rights consistent with this
169
+ License. However, in accepting such obligations, You may act only
170
+ on Your own behalf and on Your sole responsibility, not on behalf
171
+ of any other Contributor, and only if You agree to indemnify,
172
+ defend, and hold each Contributor harmless for any liability
173
+ incurred by, or claims asserted against, such Contributor by reason
174
+ of your accepting any such warranty or additional liability.
175
+
176
+ END OF TERMS AND CONDITIONS
177
+
178
+ APPENDIX: How to apply the Apache License to your work.
179
+
180
+ To apply the Apache License to your work, attach the following
181
+ boilerplate notice, with the fields enclosed by brackets "[]"
182
+ replaced with your own identifying information. (Don't include
183
+ the brackets!) The text should be enclosed in the appropriate
184
+ comment syntax for the file format. We also recommend that a
185
+ file or class name and description of purpose be included on the
186
+ same "printed page" as the copyright notice for easier
187
+ identification within third-party archives.
188
+
189
+ Copyright 2023 IBM Corp.
190
+
191
+ Licensed under the Apache License, Version 2.0 (the "License");
192
+ you may not use this file except in compliance with the License.
193
+ You may obtain a copy of the License at
194
+
195
+ http://www.apache.org/licenses/LICENSE-2.0
196
+
197
+ Unless required by applicable law or agreed to in writing, software
198
+ distributed under the License is distributed on an "AS IS" BASIS,
199
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
200
+ See the License for the specific language governing permissions and
201
+ limitations under the License.
@@ -334,7 +334,7 @@ function go(t) {
334
334
  * Copyright 2017 Google LLC
335
335
  * SPDX-License-Identifier: BSD-3-Clause
336
336
  */
337
- const Fc = (t, o, e) => (e.configurable = !0, e.enumerable = !0, Reflect.decorate && typeof o != "object" && Object.defineProperty(t, o, e), e);
337
+ const Dc = (t, o, e) => (e.configurable = !0, e.enumerable = !0, Reflect.decorate && typeof o != "object" && Object.defineProperty(t, o, e), e);
338
338
  /**
339
339
  * @license
340
340
  * Copyright 2017 Google LLC
@@ -346,7 +346,7 @@ function Ot(t, o) {
346
346
  var a;
347
347
  return ((a = n.renderRoot) == null ? void 0 : a.querySelector(t)) ?? null;
348
348
  };
349
- return Fc(e, s, { get() {
349
+ return Dc(e, s, { get() {
350
350
  return r(this);
351
351
  } });
352
352
  };
@@ -367,7 +367,7 @@ 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$", So = `lit$${Math.random().toFixed(9).slice(2)}$`, Qs = "?" + So, Dc = `<${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 = `[
370
+ const Lt = globalThis, ds = (t) => t, te = Lt.trustedTypes, ps = te ? te.createPolicy("lit-html", { createHTML: (t) => t }) : void 0, Gs = "$lit$", So = `lit$${Math.random().toFixed(9).slice(2)}$`, Qs = "?" + So, 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
371
  \f\r]`, Nt = /<(?:(!--|\/[^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) {
@@ -382,17 +382,17 @@ const qc = (t, o) => {
382
382
  let l, u, v = -1, g = 0;
383
383
  for (; g < i.length && (n.lastIndex = g, u = n.exec(i), u !== null); ) g = n.lastIndex, n === Nt ? 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 ?? Nt, 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 = Nt : (n = Ho, c = void 0);
384
384
  const h = n === Ho && t[a + 1].startsWith("/>") ? " " : "";
385
- r += n === Nt ? i + Dc : v >= 0 ? (s.push(l), i.slice(0, v) + Gs + i.slice(v) + So + h) : i + So + (v === -2 ? a : h);
385
+ r += n === Nt ? i + Fc : v >= 0 ? (s.push(l), i.slice(0, v) + Gs + i.slice(v) + So + h) : i + So + (v === -2 ? a : h);
386
386
  }
387
387
  return [oc(t, r + (t[e] || "<?>") + (o === 2 ? "</svg>" : o === 3 ? "</math>" : "")), s];
388
388
  };
389
- class Ft {
389
+ class Dt {
390
390
  constructor({ strings: o, _$litType$: e }, s) {
391
391
  let c;
392
392
  this.parts = [];
393
393
  let r = 0, n = 0;
394
394
  const a = o.length - 1, i = this.parts, [l, u] = qc(o, e);
395
- if (this.el = Ft.createElement(l, s), Vo.currentNode = this.el.content, e === 2 || e === 3) {
395
+ if (this.el = Dt.createElement(l, s), Vo.currentNode = this.el.content, e === 2 || e === 3) {
396
396
  const v = this.el.content.firstChild;
397
397
  v.replaceWith(...v.childNodes);
398
398
  }
@@ -491,7 +491,7 @@ class Xt {
491
491
  }
492
492
  $(o) {
493
493
  var r;
494
- const { values: e, _$litType$: s } = o, c = typeof s == "number" ? this._$AC(o) : (s.el === void 0 && (s.el = Ft.createElement(oc(s.h, s.h[0]), this.options)), s);
494
+ const { values: e, _$litType$: s } = o, c = typeof s == "number" ? this._$AC(o) : (s.el === void 0 && (s.el = Dt.createElement(oc(s.h, s.h[0]), this.options)), s);
495
495
  if (((r = this._$AH) == null ? void 0 : r._$AD) === c) this._$AH.p(e);
496
496
  else {
497
497
  const n = new Uc(c, this), a = n.u(this.options);
@@ -500,7 +500,7 @@ class Xt {
500
500
  }
501
501
  _$AC(o) {
502
502
  let e = hs.get(o.strings);
503
- return e === void 0 && hs.set(o.strings, e = new Ft(o)), e;
503
+ return e === void 0 && hs.set(o.strings, e = new Dt(o)), e;
504
504
  }
505
505
  k(o) {
506
506
  Xe(this._$AH) || (this._$AH = [], this._$AR());
@@ -588,7 +588,7 @@ class Kc {
588
588
  }
589
589
  }
590
590
  const _e = Lt.litHtmlPolyfillSupport;
591
- _e == null || _e(Ft, Xt), (Lt.litHtmlVersions ?? (Lt.litHtmlVersions = [])).push("3.3.3");
591
+ _e == null || _e(Dt, Xt), (Lt.litHtmlVersions ?? (Lt.litHtmlVersions = [])).push("3.3.3");
592
592
  const Yc = (t, o, e) => {
593
593
  const s = (e == null ? void 0 : e.renderBefore) ?? o;
594
594
  let c = s._$litPart$;
@@ -899,17 +899,17 @@ let I = (qo = class extends Zt(fo(y)) {
899
899
  "cds-custom--btn--selected": u && i === "ghost"
900
900
  };
901
901
  if (e) {
902
- const F = {};
902
+ const D = {};
903
903
  e == null || e.split(" ").forEach((U) => {
904
- F[U] = !0;
904
+ D[U] = !0;
905
905
  }), M = {
906
906
  ...M,
907
- ...F
907
+ ...D
908
908
  };
909
909
  }
910
- const D = Y(M), K = i == null ? void 0 : i.includes("danger");
910
+ const F = Y(M), K = i == null ? void 0 : i.includes("danger");
911
911
  if (n) return c ? m`
912
- <p id="button" part="button" class="${D}">
912
+ <p id="button" part="button" class="${F}">
913
913
  <slot @slotchange="${_}"></slot>
914
914
  <slot name="icon" @slotchange="${_}"></slot>
915
915
  </p>
@@ -918,7 +918,7 @@ let I = (qo = class extends Zt(fo(y)) {
918
918
  id="button"
919
919
  part="button"
920
920
  role="${P(v)}"
921
- class="${D}"
921
+ class="${F}"
922
922
  download="${P(r)}"
923
923
  href="${P(n)}"
924
924
  hreflang="${P(a)}"
@@ -947,7 +947,7 @@ let I = (qo = class extends Zt(fo(y)) {
947
947
  <button
948
948
  id="button"
949
949
  part="button"
950
- class="${D}"
950
+ class="${F}"
951
951
  ?autofocus="${o}"
952
952
  ?disabled="${c}"
953
953
  tabindex="${w}"
@@ -970,7 +970,7 @@ let I = (qo = class extends Zt(fo(y)) {
970
970
  <button
971
971
  id="button"
972
972
  part="button"
973
- class="${D}"
973
+ class="${F}"
974
974
  ?autofocus="${o}"
975
975
  ?disabled="${c}"
976
976
  tabindex="${w}"
@@ -1302,7 +1302,7 @@ function rc(t) {
1302
1302
  function ur(t) {
1303
1303
  return (o = {}) => tr(lr(t, o));
1304
1304
  }
1305
- function Dt(t, o = {}, e) {
1305
+ function Ft(t, o = {}, e) {
1306
1306
  return t ? "default" in t || "attrs" in t && "content" in t ? ur(t)(o) : t : null;
1307
1307
  }
1308
1308
  var mr = {
@@ -1382,7 +1382,7 @@ let xo = (Xo = class extends Zt(fo(y)) {
1382
1382
  aria-haspopup="menu"
1383
1383
  aria-expanded="${String(o)}"
1384
1384
  @click=${n}>
1385
- ${s}${Dt(mr, {
1385
+ ${s}${Ft(mr, {
1386
1386
  part: "trigger-icon",
1387
1387
  class: "cds-custom--header__menu-arrow"
1388
1388
  })}
@@ -1654,7 +1654,7 @@ let To = (Zo = class extends fo(y) {
1654
1654
  ?disabled=${c}
1655
1655
  aria-label="${P(n)}"
1656
1656
  @click=${r}>
1657
- ${Dt(o ? ac : vr, { part: "toggle-icon" })}
1657
+ ${Ft(o ? ac : vr, { part: "toggle-icon" })}
1658
1658
  </button>
1659
1659
  `;
1660
1660
  }
@@ -1977,7 +1977,7 @@ let No = (Po = class extends fo(y) {
1977
1977
  <div
1978
1978
  part="expando-icon-container"
1979
1979
  class="${"cds-custom"}--side-nav__icon ${"cds-custom"}--side-nav__icon--small ${"cds-custom"}--side-nav__submenu-chevron">
1980
- ${Dt(br, { part: "expando-icon" })}
1980
+ ${Ft(br, { part: "expando-icon" })}
1981
1981
  </div>
1982
1982
  </button>
1983
1983
  <ul part="menu-body" class="${"cds-custom"}--side-nav__menu">
@@ -2439,12 +2439,12 @@ const Er = 50, Or = async (t, o, e) => {
2439
2439
  }, h = Ye(c), b = Ke(h), x = await n.getDimensions(l), w = h === "y", z = w ? "top" : "left", S = w ? "bottom" : "right", C = w ? "clientHeight" : "clientWidth", E = r.reference[b] + r.reference[h] - g[h] - r.floating[b], A = g[h] - r.reference[h], $ = await (n.getOffsetParent == null ? void 0 : n.getOffsetParent(l));
2440
2440
  let L = $ ? $[C] : 0;
2441
2441
  (!L || !await (n.isElement == null ? void 0 : n.isElement($))) && (L = a.floating[C] || r.floating[b]);
2442
- const _ = E / 2 - A / 2, M = L / 2 - x[b] / 2 - 1, D = Mo(v[z], M), K = Mo(v[S], M), R = D, V = L - x[b] - K, F = L / 2 - x[b] / 2 + _, U = yr(R, F, V), oo = !i.arrow && It(c) != null && F !== U && r.reference[b] / 2 - (F < R ? D : K) - x[b] / 2 < 0, X = oo ? F < R ? F - R : F - V : 0;
2442
+ const _ = E / 2 - A / 2, M = L / 2 - x[b] / 2 - 1, F = Mo(v[z], M), K = Mo(v[S], M), R = F, V = L - x[b] - K, D = L / 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: {
2446
2446
  [h]: U,
2447
- centerOffset: F - U - X,
2447
+ centerOffset: D - U - X,
2448
2448
  ...oo && {
2449
2449
  alignmentOffset: X
2450
2450
  }
@@ -2479,35 +2479,35 @@ const Er = 50, Or = async (t, o, e) => {
2479
2479
  const z = rt(c), S = Eo(a), C = rt(a) === a, E = await (i.isRTL == null ? void 0 : i.isRTL(l.floating)), A = g || (C || !x ? [re(a)] : kr(a)), $ = b !== "none";
2480
2480
  !g && $ && A.push(...Cr(a, x, b, E));
2481
2481
  const L = [a, ...A], _ = await i.detectOverflow(o, w), M = [];
2482
- let D = ((s = r.flip) == null ? void 0 : s.overflows) || [];
2482
+ let F = ((s = r.flip) == null ? void 0 : s.overflows) || [];
2483
2483
  if (u && M.push(_[z]), v) {
2484
- const F = xr(c, n, E);
2485
- M.push(_[F[0]], _[F[1]]);
2484
+ const D = xr(c, n, E);
2485
+ M.push(_[D[0]], _[D[1]]);
2486
2486
  }
2487
- if (D = [...D, {
2487
+ if (F = [...F, {
2488
2488
  placement: c,
2489
2489
  overflows: M
2490
- }], !M.every((F) => F <= 0)) {
2490
+ }], !M.every((D) => D <= 0)) {
2491
2491
  var K, R;
2492
- const F = (((K = r.flip) == null ? void 0 : K.index) || 0) + 1, U = L[F];
2492
+ const D = (((K = r.flip) == null ? void 0 : K.index) || 0) + 1, U = L[D];
2493
2493
  if (U && (!(v === "alignment" ? S !== Eo(U) : !1) || // We leave the current main axis only if every placement on that axis
2494
2494
  // overflows the main axis.
2495
- D.every((G) => Eo(G.placement) === S ? G.overflows[0] > 0 : !0)))
2495
+ F.every((G) => Eo(G.placement) === S ? G.overflows[0] > 0 : !0)))
2496
2496
  return {
2497
2497
  data: {
2498
- index: F,
2499
- overflows: D
2498
+ index: D,
2499
+ overflows: F
2500
2500
  },
2501
2501
  reset: {
2502
2502
  placement: U
2503
2503
  }
2504
2504
  };
2505
- let oo = (R = D.filter((X) => X.overflows[0] <= 0).sort((X, G) => X.overflows[1] - G.overflows[1])[0]) == null ? void 0 : R.placement;
2505
+ let oo = (R = F.filter((X) => X.overflows[0] <= 0).sort((X, G) => X.overflows[1] - G.overflows[1])[0]) == null ? void 0 : R.placement;
2506
2506
  if (!oo)
2507
2507
  switch (h) {
2508
2508
  case "bestFit": {
2509
2509
  var V;
2510
- const X = (V = D.filter((G) => {
2510
+ const X = (V = F.filter((G) => {
2511
2511
  if ($) {
2512
2512
  const lo = Eo(G.placement);
2513
2513
  return lo === S || // Create a bias to the `y` side axis due to horizontal
@@ -2661,8 +2661,8 @@ const Lr = function(t) {
2661
2661
  const S = x - u.top - u.bottom, C = b - u.left - u.right, E = Mo(x - u[w], S), A = Mo(b - u[z], C), $ = !o.middlewareData.shift;
2662
2662
  let L = E, _ = A;
2663
2663
  if ((e = o.middlewareData.shift) != null && e.enabled.x && (_ = C), (s = o.middlewareData.shift) != null && s.enabled.y && (L = S), $ && !g) {
2664
- const D = Q(u.left, 0), K = Q(u.right, 0), R = Q(u.top, 0), V = Q(u.bottom, 0);
2665
- h ? _ = b - 2 * (D !== 0 || K !== 0 ? D + K : Q(u.left, u.right)) : L = x - 2 * (R !== 0 || V !== 0 ? R + V : Q(u.top, u.bottom));
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)) : L = x - 2 * (R !== 0 || V !== 0 ? R + V : Q(u.top, u.bottom));
2666
2666
  }
2667
2667
  await i({
2668
2668
  ...o,
@@ -2728,13 +2728,13 @@ function ve(t) {
2728
2728
  return !1;
2729
2729
  }
2730
2730
  }
2731
- const Rr = /transform|translate|scale|rotate|perspective|filter/, Fr = /paint|layout|strict|content/, Bo = (t) => !!t && t !== "none";
2731
+ const Rr = /transform|translate|scale|rotate|perspective|filter/, Dr = /paint|layout|strict|content/, Bo = (t) => !!t && t !== "none";
2732
2732
  let ze;
2733
2733
  function Ge(t) {
2734
2734
  const o = ao(t) ? io(t) : t;
2735
- return Bo(o.transform) || Bo(o.translate) || Bo(o.scale) || Bo(o.rotate) || Bo(o.perspective) || !Qe() && (Bo(o.backdropFilter) || Bo(o.filter)) || Rr.test(o.willChange || "") || Fr.test(o.contain || "");
2735
+ return Bo(o.transform) || Bo(o.translate) || Bo(o.scale) || Bo(o.rotate) || Bo(o.perspective) || !Qe() && (Bo(o.backdropFilter) || Bo(o.filter)) || Rr.test(o.willChange || "") || Dr.test(o.contain || "");
2736
2736
  }
2737
- function Dr(t) {
2737
+ function Fr(t) {
2738
2738
  let o = Lo(t);
2739
2739
  for (; Ao(o) && !Et(o); ) {
2740
2740
  if (Ge(o))
@@ -3052,7 +3052,7 @@ function hc(t, o) {
3052
3052
  let s = Is(t, o);
3053
3053
  for (; s && Br(s) && we(s); )
3054
3054
  s = Is(s, o);
3055
- return s && Et(s) && we(s) && !Ge(s) ? e : s || Dr(t) || e;
3055
+ return s && Et(s) && we(s) && !Ge(s) ? e : s || Fr(t) || e;
3056
3056
  }
3057
3057
  const Jr = async function(t) {
3058
3058
  const o = this.getOffsetParent || hc, e = this.getDimensions, s = await e(t.floating);
@@ -3296,13 +3296,13 @@ var pn = class {
3296
3296
  placement: b
3297
3297
  });
3298
3298
  if (h.setAttribute("align", L), h.style.left = `${A}px`, h.style.top = `${$}px`, h.style.position = `${M}`, h.style.visibility = (C = _.hide) != null && C.referenceHidden ? "hidden" : "visible", t) {
3299
- const { x: D, y: K } = _.arrow, R = {
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
  }[L.split("-")[0]];
3305
- t.style.left = D != null ? `${D}px` : "", t.style.top = K != null ? `${K}px` : "", t.style.right = "", t.style.bottom = "", t.style[R] = `${-t.offsetWidth / 2}px`;
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
3307
  (this.host.tagName === "CDS-AI-LABEL" || this.host.tagName === "CDS-SLUG") && ((E = this.host) == null || E.setAttribute("alignment", L));
3308
3308
  }
@@ -4055,7 +4055,7 @@ var Sn = {
4055
4055
  ],
4056
4056
  name: "help",
4057
4057
  size: 20
4058
- }, Fn = {
4058
+ }, Dn = {
4059
4059
  elem: "svg",
4060
4060
  attrs: {
4061
4061
  xmlns: "http://www.w3.org/2000/svg",
@@ -4070,7 +4070,7 @@ var Sn = {
4070
4070
  }],
4071
4071
  name: "home",
4072
4072
  size: 16
4073
- }, Dn = {
4073
+ }, Fn = {
4074
4074
  elem: "svg",
4075
4075
  attrs: {
4076
4076
  xmlns: "http://www.w3.org/2000/svg",
@@ -4469,8 +4469,8 @@ const ra = "https://ibmassistme-dev.zll1vg8lrcq.us-south.codeengine.appdomain.cl
4469
4469
  Document16: Hn,
4470
4470
  Email16: Bn,
4471
4471
  Help20: Rn,
4472
- Home16: Fn,
4473
- IbmCloudKeyProtect16: Dn,
4472
+ Home16: Dn,
4473
+ IbmCloudKeyProtect16: Fn,
4474
4474
  Launch16: Vn,
4475
4475
  Login16: jn,
4476
4476
  Logout16: qn,
@@ -4797,7 +4797,7 @@ Bs = p([B("cds-custom-button-skeleton")], Bs);
4797
4797
  * This source code is licensed under the Apache-2.0 license found in the
4798
4798
  * LICENSE file in the root directory of this source tree.
4799
4799
  */
4800
- var Fe = /* @__PURE__ */ ((t) => (t[t.invite = 0] = "invite", t[t.contact = 1] = "contact", t[t.requestQuote = 2] = "requestQuote", t))(Fe || {}), De = /* @__PURE__ */ ((t) => (t.local = "local", t.dev = "dev", t.stage = "stage", t.prod = "prod", t))(De || {});
4800
+ var De = /* @__PURE__ */ ((t) => (t[t.invite = 0] = "invite", t[t.contact = 1] = "contact", t[t.requestQuote = 2] = "requestQuote", t))(De || {}), Fe = /* @__PURE__ */ ((t) => (t.local = "local", t.dev = "dev", t.stage = "stage", t.prod = "prod", t))(Fe || {});
4801
4801
  /**
4802
4802
  * @license
4803
4803
  *
@@ -4861,10 +4861,10 @@ const Rs = (t, o) => {
4861
4861
  function ha(t) {
4862
4862
  switch (t) {
4863
4863
  case "invite":
4864
- case Fe.invite:
4864
+ case De.invite:
4865
4865
  return T("Share", 16);
4866
4866
  case "requestQuote":
4867
- case Fe.requestQuote:
4867
+ case De.requestQuote:
4868
4868
  return T("RequestQuote", 16);
4869
4869
  default:
4870
4870
  return T("User", 16);
@@ -4937,8 +4937,8 @@ let _a = class extends We {
4937
4937
  }
4938
4938
  };
4939
4939
  const xa = /* @__PURE__ */ new WeakMap();
4940
- let Fs = 0;
4941
- const Ae = /* @__PURE__ */ new Map(), Ds = /* @__PURE__ */ new WeakSet(), Vs = () => new Promise((t) => requestAnimationFrame(t)), wc = [{ opacity: 0 }], $c = [{ opacity: 0 }, { opacity: 1 }], js = (t, o) => {
4940
+ let Ds = 0;
4941
+ const Ae = /* @__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) => {
@@ -5028,7 +5028,7 @@ class wa extends _a {
5028
5028
  if (r) {
5029
5029
  Ae.delete(this.options.inId);
5030
5030
  const { from: n, to: a } = this.O(r, c, e);
5031
- o = this.calculateKeyframes(n, a), o = this.options.in ? [{ ...this.options.in[0], ...o[0] }, ...this.options.in.slice(1), o[1]] : o, Fs++, o.forEach((i) => i.zIndex = Fs);
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, {}]);
5033
5033
  }
5034
5034
  this.animate(o, s);
@@ -5077,9 +5077,9 @@ class wa extends _a {
5077
5077
  return o;
5078
5078
  }
5079
5079
  get isHostRendered() {
5080
- const o = Ds.has(this.u);
5080
+ const o = Fs.has(this.u);
5081
5081
  return o || this.u.updateComplete.then(() => {
5082
- Ds.add(this.u);
5082
+ Fs.add(this.u);
5083
5083
  }), o;
5084
5084
  }
5085
5085
  V(o, e = this.P()) {
@@ -5273,7 +5273,7 @@ var Na = Object.defineProperty, Ma = Object.getOwnPropertyDescriptor, Ac = (t, o
5273
5273
  (n = t[r]) && (c = (s ? n(o, e, c) : n(c)) || c);
5274
5274
  return s && c && Na(o, e, c), c;
5275
5275
  };
5276
- const { stablePrefix: La } = ro, Fo = "title-icon", Do = 16;
5276
+ const { stablePrefix: La } = ro, Do = "title-icon", Fo = 16;
5277
5277
  let ie = class extends y {
5278
5278
  constructor() {
5279
5279
  super(...arguments), this.props = {}, this.renderMainSection = (o) => {
@@ -5304,7 +5304,7 @@ let ie = class extends y {
5304
5304
  rel="noreferrer">
5305
5305
  <span class="${k}__popover__link">
5306
5306
  <span class="link_icon"
5307
- >${e.carbonIcon ? T(e.carbonIcon, Do, Fo) : f}</span
5307
+ >${e.carbonIcon ? T(e.carbonIcon, Fo, Do) : f}</span
5308
5308
  >
5309
5309
  <span class="link_text">${e.text}</span>
5310
5310
  </span>
@@ -5321,13 +5321,13 @@ let ie = class extends y {
5321
5321
  <span class="link_icon"
5322
5322
  >${T(
5323
5323
  o.icon,
5324
- Do,
5325
- Fo
5324
+ Fo,
5325
+ Do
5326
5326
  )}</span
5327
5327
  >
5328
5328
  <span class="link_text">${o.text}</span>
5329
5329
  <span class="launch_icon"
5330
- >${T("Launch", Do, Fo)}</span
5330
+ >${T("Launch", Fo, Do)}</span
5331
5331
  >
5332
5332
  </span>
5333
5333
  </a>
@@ -5345,11 +5345,11 @@ let ie = class extends y {
5345
5345
  rel="noreferrer">
5346
5346
  <span class="${k}__popover__link">
5347
5347
  <span class="link_icon"
5348
- >${T("Settings", Do, Fo)}</span
5348
+ >${T("Settings", Fo, Do)}</span
5349
5349
  >
5350
5350
  <span class="link_text">${o.text}</span>
5351
5351
  ${o.newTabIcon ? m`<span class="launch_icon"
5352
- >${T("Launch", Do, Fo)}</span
5352
+ >${T("Launch", Fo, Do)}</span
5353
5353
  >` : f}
5354
5354
  </span>
5355
5355
  </a>
@@ -5358,11 +5358,11 @@ let ie = class extends y {
5358
5358
  </div>
5359
5359
  ` : f, this.renderLinkItem = (o) => m`<span class="${k}__popover__link">
5360
5360
  <span class="link_icon"
5361
- >${o.carbonIcon ? T(o.carbonIcon, Do, Fo) : f}</span
5361
+ >${o.carbonIcon ? T(o.carbonIcon, Fo, Do) : f}</span
5362
5362
  >
5363
5363
  <span class="link_text">${o.text}</span>
5364
5364
  ${o.newTabIcon ? m`<span class="launch_icon"
5365
- >${T("Launch", Do, Fo)}</span
5365
+ >${T("Launch", Fo, Do)}</span
5366
5366
  >` : f}
5367
5367
  </span>`, this.renderProfileFooterLinks = (o) => {
5368
5368
  if (o) {
@@ -5462,7 +5462,7 @@ var Ba = Object.defineProperty, Ra = Object.getOwnPropertyDescriptor, Sc = (t, o
5462
5462
  (n = t[r]) && (c = (s ? n(o, e, c) : n(c)) || c);
5463
5463
  return s && c && Ba(o, e, c), c;
5464
5464
  };
5465
- const { stablePrefix: Fa } = ro;
5465
+ const { stablePrefix: Da } = ro;
5466
5466
  let de = class extends y {
5467
5467
  constructor() {
5468
5468
  super(...arguments), this.noAuthHeaderLinks = [
@@ -5497,9 +5497,9 @@ Sc([
5497
5497
  d({ type: Array })
5498
5498
  ], de.prototype, "noAuthHeaderLinks", 2);
5499
5499
  de = Sc([
5500
- so(`${Fa}-global-header-unauthenticated-context`)
5500
+ so(`${Da}-global-header-unauthenticated-context`)
5501
5501
  ], de);
5502
- const Da = (t) => {
5502
+ const Fa = (t) => {
5503
5503
  class o extends t {
5504
5504
  constructor(...s) {
5505
5505
  super(...s), this._hFormdata = null;
@@ -5516,7 +5516,7 @@ const Da = (t) => {
5516
5516
  return o;
5517
5517
  };
5518
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;
5519
- let j = (et = class extends Zt(fo(Da(y))) {
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 = "";
5522
5522
  }
@@ -5613,7 +5613,7 @@ let j = (et = class extends Zt(fo(Da(y))) {
5613
5613
  return m`
5614
5614
  <div class="${"cds-custom"}--search-magnifier">
5615
5615
  <slot name="icon" @slotchange=${h}>
5616
- ${c ? m`` : Dt(Wn, {
5616
+ ${c ? m`` : Ft(Wn, {
5617
5617
  part: "search-icon",
5618
5618
  class: "cds-custom--search-magnifier-icon",
5619
5619
  role: "img"
@@ -5642,7 +5642,7 @@ let j = (et = class extends Zt(fo(Da(y))) {
5642
5642
  @click="${g}"
5643
5643
  type="button"
5644
5644
  aria-label="${e}">
5645
- ${Dt(ac, {
5645
+ ${Ft(ac, {
5646
5646
  part: "close-icon",
5647
5647
  "aria-label": e,
5648
5648
  role: "img"
@@ -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, S, C, E, A, $, L, _, M, D, K;
6487
+ var t, o, e, s, c, r, n, a, i, l, u, v, g, h, b, x, w, z, S, C, E, A, $, L, _, M, F, K;
6488
6488
  return m`
6489
6489
  <cds-custom-header
6490
6490
  class="${O}__header"
@@ -6524,9 +6524,9 @@ let Co = class extends y {
6524
6524
  <!-- sideNav group array render -->
6525
6525
  ${(x = (b = this.headerProps) == null ? void 0 : b.sideNav) != null && x.groups ? m`
6526
6526
  ${(z = (w = this.headerProps.sideNav) == null ? void 0 : w.groups) == null ? void 0 : z.map(
6527
- (R, V, { length: F }) => {
6527
+ (R, V, { length: D }) => {
6528
6528
  var oo;
6529
- const U = F;
6529
+ const U = D;
6530
6530
  return m`
6531
6531
  ${(oo = R == null ? void 0 : R.links) == null ? void 0 : oo.map((X, G, { length: lo }) => {
6532
6532
  var Kt, ss, cs;
@@ -6553,7 +6553,7 @@ let Co = class extends y {
6553
6553
  <!-- sideNav link render -->
6554
6554
  ${this.headerProps.sideNav.links && this.headerProps.sideNav.links.length > 0 ? m`
6555
6555
  ${(C = (S = this.headerProps.sideNav) == null ? void 0 : S.links) == null ? void 0 : C.map((R) => {
6556
- var V, F, U;
6556
+ var V, D, U;
6557
6557
  return m`
6558
6558
  <clabs-global-header-side-nav-item
6559
6559
  .link="${{ ...R }}"
@@ -6562,7 +6562,7 @@ let Co = class extends y {
6562
6562
  .isSideNavMenuItems="${R.isSideNavMenuItems}"
6563
6563
  .isActive="${R.isActive}"
6564
6564
  .menuOpen="${this.isMenuOpen}"
6565
- .isOnClickAvailable="${typeof ((U = (F = this.headerProps) == null ? void 0 : F.sideNav) == null ? void 0 : U.onClick) == "function"}">
6565
+ .isOnClickAvailable="${typeof ((U = (D = this.headerProps) == null ? void 0 : D.sideNav) == null ? void 0 : U.onClick) == "function"}">
6566
6566
  </clabs-global-header-side-nav-item>
6567
6567
  </cds-custom-side-nav-menu>
6568
6568
  `;
@@ -6580,8 +6580,8 @@ let Co = class extends y {
6580
6580
  ${mo({
6581
6581
  [`${O}--rail-sidePanel`]: typeof this.headerProps.sideNavPropsV2.isCollapsible < "u" && !this.headerProps.sideNavPropsV2.isCollapsible
6582
6582
  })}">
6583
- ${(K = (D = this.headerProps.sideNavPropsV2) == null ? void 0 : D.links) == null ? void 0 : K.map((R) => {
6584
- var V, F, U;
6583
+ ${(K = (F = this.headerProps.sideNavPropsV2) == null ? void 0 : F.links) == null ? void 0 : K.map((R) => {
6584
+ var V, D, U;
6585
6585
  return m`
6586
6586
  <clabs-global-header-side-nav-item
6587
6587
  .link="${{ ...R }}"
@@ -6590,7 +6590,7 @@ let Co = class extends y {
6590
6590
  .isSideNavMenuItems="${R.isSideNavMenuItems}"
6591
6591
  .isActive="${R.isActive}"
6592
6592
  .menuOpen="${this.isMenuOpen}"
6593
- .isOnClickAvailable="${typeof ((U = (F = this.headerProps) == null ? void 0 : F.sideNavPropsV2) == null ? void 0 : U.onClick) == "function"}"
6593
+ .isOnClickAvailable="${typeof ((U = (D = this.headerProps) == null ? void 0 : D.sideNavPropsV2) == null ? void 0 : U.onClick) == "function"}"
6594
6594
  >
6595
6595
  </clabs-global-header-side-nav-item>
6596
6596
  </cds-custom-side-nav-menu>
@@ -6737,20 +6737,30 @@ let N = class extends y {
6737
6737
  tell_me_more_enabled: !1
6738
6738
  };
6739
6739
  }
6740
+ getHostname() {
6741
+ return window.location.hostname;
6742
+ }
6743
+ getBackendProxy() {
6744
+ const t = this.getHostname();
6745
+ if (!/^(.+\.)?ibm\.com$/.test(t))
6746
+ return `${this.basePath}/hybrid-ipaas/v1/proxies/solis/backend`;
6747
+ }
6740
6748
  initSolisOptions(t = "local", o = !1, e = !0) {
6741
6749
  return o ? {
6742
6750
  isEnabled: !1,
6743
6751
  is_prod: e,
6744
6752
  cdn_hostname: Gt[t],
6745
- deployment_environment: De[t] || "local",
6746
- product_id: "ipaas"
6753
+ deployment_environment: Fe[t] || "local",
6754
+ product_id: "ipaas",
6755
+ backendProxy: this.getBackendProxy()
6747
6756
  } : {
6748
6757
  isEnabled: !0,
6749
6758
  scriptUrl: Gt[t] + "/switcher/solis-switcher.es.js",
6750
6759
  is_prod: e,
6751
6760
  cdn_hostname: Gt[t],
6752
- deployment_environment: De[t] || "local",
6753
- product_id: "ipaas"
6761
+ deployment_environment: Fe[t] || "local",
6762
+ product_id: "ipaas",
6763
+ backendProxy: this.getBackendProxy()
6754
6764
  };
6755
6765
  }
6756
6766
  buildHeaderOptions(t) {
@@ -6948,7 +6958,7 @@ export {
6948
6958
  Ot as g,
6949
6959
  y as h,
6950
6960
  W as i,
6951
- Dt as j,
6961
+ Ft as j,
6952
6962
  T as k,
6953
6963
  d as n,
6954
6964
  P as o,
@@ -1,5 +1,5 @@
1
1
  import E from "react";
2
- import { b as A } from "./HybridIpaasHeader-Bd3_IEc3.mjs";
2
+ import { b as A } from "./HybridIpaasHeader-DvzUQgPt.mjs";
3
3
  /**
4
4
  * @license
5
5
  * Copyright 2018 Google LLC
@@ -1,5 +1,5 @@
1
- import { C as G, d as r, r as K, i as A, n as i, h as p, A as U, t as E, s as P, c as o, e as _, F as D, f as L, o as u, g as j, j as Z, a as F, _ as J, H as B, k as Q } from "./HybridIpaasHeader-Bd3_IEc3.mjs";
2
- import { b as Ce } from "./HybridIpaasHeader-Bd3_IEc3.mjs";
1
+ import { C as G, d as r, r as K, i as A, n as i, h as p, A as U, t as E, s as P, c as o, e as _, F as D, f as L, o as u, g as j, j as Z, a as F, _ as J, H as B, k as Q } from "./HybridIpaasHeader-DvzUQgPt.mjs";
2
+ import { b as Ce } from "./HybridIpaasHeader-DvzUQgPt.mjs";
3
3
  var W = {
4
4
  elem: "svg",
5
5
  attrs: {
package/package.json CHANGED
@@ -1,9 +1,10 @@
1
1
  {
2
2
  "name": "@carbon-labs/wc-global-header",
3
- "version": "0.79.0",
3
+ "version": "0.80.0",
4
4
  "author": "Your Name <your@email.com>",
5
5
  "publishConfig": {
6
- "access": "public"
6
+ "access": "public",
7
+ "provenance": true
7
8
  },
8
9
  "description": "Carbon Labs - global-header component",
9
10
  "license": "Apache-2.0",
@@ -46,5 +47,6 @@
46
47
  "selenium-standalone": "^10.0.2",
47
48
  "vite": "^6.4.2",
48
49
  "webdriverio": "^9.23.2"
49
- }
50
+ },
51
+ "gitHead": "e99718f8fc18e02a42eecc7acb5dc49652ff394d"
50
52
  }