@abgov/web-components 1.40.0-dev.29 → 1.40.0-dev.30

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.
Files changed (2) hide show
  1. package/index.js +420 -395
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -2293,7 +2293,7 @@ function Z1(t, e, o) {
2293
2293
  b = D, o(6, b);
2294
2294
  });
2295
2295
  }
2296
- function ee(D) {
2296
+ function te(D) {
2297
2297
  ue[D ? "unshift" : "push"](() => {
2298
2298
  b = D, o(6, b);
2299
2299
  });
@@ -2344,7 +2344,7 @@ function Z1(t, e, o) {
2344
2344
  B,
2345
2345
  T,
2346
2346
  U,
2347
- ee,
2347
+ te,
2348
2348
  K,
2349
2349
  Q
2350
2350
  ];
@@ -5934,39 +5934,39 @@ function E2(t) {
5934
5934
  let e, o, i, n, l, r, a, c, d, s, f, g, v, h, b, _, p, C, L, z, M, j, q, V, E, Z, A, H, R, J, O, P, W, ne, B, T, U = Oe(
5935
5935
  /*_months*/
5936
5936
  t[18]
5937
- ), ee = [];
5938
- for (let te = 0; te < U.length; te += 1)
5939
- ee[te] = Wi(Ni(t, U, te));
5937
+ ), te = [];
5938
+ for (let ee = 0; ee < U.length; ee += 1)
5939
+ te[ee] = Wi(Ni(t, U, ee));
5940
5940
  let K = Oe(
5941
5941
  /*_years*/
5942
5942
  t[16]
5943
5943
  ), Q = [];
5944
- for (let te = 0; te < K.length; te += 1)
5945
- Q[te] = Ri(Fi(t, K, te));
5944
+ for (let ee = 0; ee < K.length; ee += 1)
5945
+ Q[ee] = Ri(Fi(t, K, ee));
5946
5946
  let D = Oe(
5947
5947
  /*_previousMonthDays*/
5948
5948
  t[14]
5949
5949
  ), X = [];
5950
- for (let te = 0; te < D.length; te += 1)
5951
- X[te] = Yi(Oi(t, D, te));
5950
+ for (let ee = 0; ee < D.length; ee += 1)
5951
+ X[ee] = Yi(Oi(t, D, ee));
5952
5952
  let N = Oe(
5953
5953
  /*_monthDays*/
5954
5954
  t[13]
5955
5955
  ), Y = [];
5956
- for (let te = 0; te < N.length; te += 1)
5957
- Y[te] = Gi(Zi(t, N, te));
5956
+ for (let ee = 0; ee < N.length; ee += 1)
5957
+ Y[ee] = Gi(Zi(t, N, ee));
5958
5958
  let ie = Oe(
5959
5959
  /*_nextMonthDays*/
5960
5960
  t[15]
5961
5961
  ), ce = [];
5962
- for (let te = 0; te < ie.length; te += 1)
5963
- ce[te] = Ui(Ii(t, ie, te));
5962
+ for (let ee = 0; ee < ie.length; ee += 1)
5963
+ ce[ee] = Ui(Ii(t, ie, ee));
5964
5964
  return {
5965
5965
  c() {
5966
- var te, qe;
5966
+ var ee, qe;
5967
5967
  e = y("div"), o = y("goa-block"), i = y("goa-form-item"), n = y("goa-dropdown");
5968
- for (let Ee = 0; Ee < ee.length; Ee += 1)
5969
- ee[Ee].c();
5968
+ for (let Ee = 0; Ee < te.length; Ee += 1)
5969
+ te[Ee].c();
5970
5970
  d = F(), s = y("goa-form-item"), f = y("goa-dropdown");
5971
5971
  for (let Ee = 0; Ee < Q.length; Ee += 1)
5972
5972
  Q[Ee].c();
@@ -5981,7 +5981,7 @@ function E2(t) {
5981
5981
  ce[Ee].c();
5982
5982
  m(n, "name", "month"), m(n, "disable-global-close-popover", "yes"), m(n, "arialabel", l = `${/*name*/
5983
5983
  t[1]} month`), m(n, "data-testid", "months"), m(n, "width", "160px"), m(n, "maxheight", "240px"), m(n, "value", r = /*_calendarDate*/
5984
- (te = t[9]) == null ? void 0 : te.month), m(
5984
+ (ee = t[9]) == null ? void 0 : ee.month), m(
5985
5985
  n,
5986
5986
  "version",
5987
5987
  /*version*/
@@ -6028,10 +6028,10 @@ function E2(t) {
6028
6028
  t[8] === "true"
6029
6029
  );
6030
6030
  },
6031
- m(te, qe) {
6032
- S(te, e, qe), k(e, o), k(o, i), k(i, n);
6033
- for (let Ee = 0; Ee < ee.length; Ee += 1)
6034
- ee[Ee] && ee[Ee].m(n, null);
6031
+ m(ee, qe) {
6032
+ S(ee, e, qe), k(e, o), k(o, i), k(i, n);
6033
+ for (let Ee = 0; Ee < te.length; Ee += 1)
6034
+ te[Ee] && te[Ee].m(n, null);
6035
6035
  k(o, d), k(o, s), k(s, f);
6036
6036
  for (let Ee = 0; Ee < Q.length; Ee += 1)
6037
6037
  Q[Ee] && Q[Ee].m(f, null);
@@ -6059,52 +6059,52 @@ function E2(t) {
6059
6059
  )
6060
6060
  ], B = !0);
6061
6061
  },
6062
- p(te, qe) {
6062
+ p(ee, qe) {
6063
6063
  var Ee, $e;
6064
6064
  if (qe[0] & /*_months*/
6065
6065
  262144) {
6066
6066
  U = Oe(
6067
6067
  /*_months*/
6068
- te[18]
6068
+ ee[18]
6069
6069
  );
6070
6070
  let oe;
6071
6071
  for (oe = 0; oe < U.length; oe += 1) {
6072
- const le = Ni(te, U, oe);
6073
- ee[oe] ? ee[oe].p(le, qe) : (ee[oe] = Wi(le), ee[oe].c(), ee[oe].m(n, null));
6072
+ const le = Ni(ee, U, oe);
6073
+ te[oe] ? te[oe].p(le, qe) : (te[oe] = Wi(le), te[oe].c(), te[oe].m(n, null));
6074
6074
  }
6075
- for (; oe < ee.length; oe += 1)
6076
- ee[oe].d(1);
6077
- ee.length = U.length;
6075
+ for (; oe < te.length; oe += 1)
6076
+ te[oe].d(1);
6077
+ te.length = U.length;
6078
6078
  }
6079
6079
  if (qe[0] & /*name*/
6080
6080
  2 && l !== (l = `${/*name*/
6081
- te[1]} month`) && m(n, "arialabel", l), qe[0] & /*_calendarDate*/
6081
+ ee[1]} month`) && m(n, "arialabel", l), qe[0] & /*_calendarDate*/
6082
6082
  512 && r !== (r = /*_calendarDate*/
6083
- (Ee = te[9]) == null ? void 0 : Ee.month) && m(n, "value", r), qe[0] & /*version*/
6083
+ (Ee = ee[9]) == null ? void 0 : Ee.month) && m(n, "value", r), qe[0] & /*version*/
6084
6084
  8 && m(
6085
6085
  n,
6086
6086
  "version",
6087
6087
  /*version*/
6088
- te[3]
6088
+ ee[3]
6089
6089
  ), qe[0] & /*version*/
6090
6090
  8 && a !== (a = /*version*/
6091
- te[3] === "2" ? "compact" : "default") && m(n, "size", a), qe[0] & /*version*/
6091
+ ee[3] === "2" ? "compact" : "default") && m(n, "size", a), qe[0] & /*version*/
6092
6092
  8 && m(
6093
6093
  i,
6094
6094
  "version",
6095
6095
  /*version*/
6096
- te[3]
6096
+ ee[3]
6097
6097
  ), qe[0] & /*version*/
6098
6098
  8 && c !== (c = /*version*/
6099
- te[3] === "2" ? "compact" : "regular") && m(i, "labelsize", c), qe[0] & /*_years*/
6099
+ ee[3] === "2" ? "compact" : "regular") && m(i, "labelsize", c), qe[0] & /*_years*/
6100
6100
  65536) {
6101
6101
  K = Oe(
6102
6102
  /*_years*/
6103
- te[16]
6103
+ ee[16]
6104
6104
  );
6105
6105
  let oe;
6106
6106
  for (oe = 0; oe < K.length; oe += 1) {
6107
- const le = Fi(te, K, oe);
6107
+ const le = Fi(ee, K, oe);
6108
6108
  Q[oe] ? Q[oe].p(le, qe) : (Q[oe] = Ri(le), Q[oe].c(), Q[oe].m(f, null));
6109
6109
  }
6110
6110
  for (; oe < Q.length; oe += 1)
@@ -6113,33 +6113,33 @@ function E2(t) {
6113
6113
  }
6114
6114
  if (qe[0] & /*name*/
6115
6115
  2 && g !== (g = `${/*name*/
6116
- te[1]} year`) && m(f, "arialabel", g), qe[0] & /*_calendarDate*/
6116
+ ee[1]} year`) && m(f, "arialabel", g), qe[0] & /*_calendarDate*/
6117
6117
  512 && v !== (v = /*_calendarDate*/
6118
- ($e = te[9]) == null ? void 0 : $e.year) && m(f, "value", v), qe[0] & /*version*/
6118
+ ($e = ee[9]) == null ? void 0 : $e.year) && m(f, "value", v), qe[0] & /*version*/
6119
6119
  8 && m(
6120
6120
  f,
6121
6121
  "version",
6122
6122
  /*version*/
6123
- te[3]
6123
+ ee[3]
6124
6124
  ), qe[0] & /*version*/
6125
6125
  8 && h !== (h = /*version*/
6126
- te[3] === "2" ? "compact" : "default") && m(f, "size", h), qe[0] & /*version*/
6126
+ ee[3] === "2" ? "compact" : "default") && m(f, "size", h), qe[0] & /*version*/
6127
6127
  8 && m(
6128
6128
  s,
6129
6129
  "version",
6130
6130
  /*version*/
6131
- te[3]
6131
+ ee[3]
6132
6132
  ), qe[0] & /*version*/
6133
6133
  8 && b !== (b = /*version*/
6134
- te[3] === "2" ? "compact" : "regular") && m(s, "labelsize", b), qe[0] & /*_previousMonthDays, _calendarDate, _min, _max, onDateClick*/
6134
+ ee[3] === "2" ? "compact" : "regular") && m(s, "labelsize", b), qe[0] & /*_previousMonthDays, _calendarDate, _min, _max, onDateClick*/
6135
6135
  2117120) {
6136
6136
  D = Oe(
6137
6137
  /*_previousMonthDays*/
6138
- te[14]
6138
+ ee[14]
6139
6139
  );
6140
6140
  let oe;
6141
6141
  for (oe = 0; oe < D.length; oe += 1) {
6142
- const le = Oi(te, D, oe);
6142
+ const le = Oi(ee, D, oe);
6143
6143
  X[oe] ? X[oe].p(le, qe) : (X[oe] = Yi(le), X[oe].c(), X[oe].m(p, P));
6144
6144
  }
6145
6145
  for (; oe < X.length; oe += 1)
@@ -6150,11 +6150,11 @@ function E2(t) {
6150
6150
  2113025) {
6151
6151
  N = Oe(
6152
6152
  /*_monthDays*/
6153
- te[13]
6153
+ ee[13]
6154
6154
  );
6155
6155
  let oe;
6156
6156
  for (oe = 0; oe < N.length; oe += 1) {
6157
- const le = Zi(te, N, oe);
6157
+ const le = Zi(ee, N, oe);
6158
6158
  Y[oe] ? Y[oe].p(le, qe) : (Y[oe] = Gi(le), Y[oe].c(), Y[oe].m(p, W));
6159
6159
  }
6160
6160
  for (; oe < Y.length; oe += 1)
@@ -6165,11 +6165,11 @@ function E2(t) {
6165
6165
  2133504) {
6166
6166
  ie = Oe(
6167
6167
  /*_nextMonthDays*/
6168
- te[15]
6168
+ ee[15]
6169
6169
  );
6170
6170
  let oe;
6171
6171
  for (oe = 0; oe < ie.length; oe += 1) {
6172
- const le = Ii(te, ie, oe);
6172
+ const le = Ii(ee, ie, oe);
6173
6173
  ce[oe] ? ce[oe].p(le, qe) : (ce[oe] = Ui(le), ce[oe].c(), ce[oe].m(p, null));
6174
6174
  }
6175
6175
  for (; oe < ce.length; oe += 1)
@@ -6179,31 +6179,31 @@ function E2(t) {
6179
6179
  qe[0] & /*mt, mr, mb, ml*/
6180
6180
  240 && ne !== (ne = Me(
6181
6181
  /*mt*/
6182
- te[4],
6182
+ ee[4],
6183
6183
  /*mr*/
6184
- te[5],
6184
+ ee[5],
6185
6185
  /*mb*/
6186
- te[6],
6186
+ ee[6],
6187
6187
  /*ml*/
6188
- te[7]
6188
+ ee[7]
6189
6189
  )) && u(e, "style", ne), qe[0] & /*testid*/
6190
6190
  4 && u(
6191
6191
  e,
6192
6192
  "data-testid",
6193
6193
  /*testid*/
6194
- te[2]
6194
+ ee[2]
6195
6195
  ), qe[0] & /*bordered*/
6196
6196
  256 && I(
6197
6197
  e,
6198
6198
  "bordered",
6199
6199
  /*bordered*/
6200
- te[8] === "true"
6200
+ ee[8] === "true"
6201
6201
  );
6202
6202
  },
6203
6203
  i: be,
6204
6204
  o: be,
6205
- d(te) {
6206
- te && x(e), rt(ee, te), rt(Q, te), rt(X, te), rt(Y, te), rt(ce, te), t[27](null), B = !1, Ye(T);
6205
+ d(ee) {
6206
+ ee && x(e), rt(te, ee), rt(Q, ee), rt(X, ee), rt(Y, ee), rt(ce, ee), t[27](null), B = !1, Ye(T);
6207
6207
  }
6208
6208
  };
6209
6209
  }
@@ -6247,9 +6247,9 @@ function j2(t, e, o) {
6247
6247
  month: b.month,
6248
6248
  day: K + 1
6249
6249
  }));
6250
- const U = b.previousMonth.lastDayOfMonth, ee = b.firstDayOfMonth;
6250
+ const U = b.previousMonth.lastDayOfMonth, te = b.firstDayOfMonth;
6251
6251
  o(14, L = []);
6252
- for (let K = 0; K < ee.dayOfWeek; K++)
6252
+ for (let K = 0; K < te.dayOfWeek; K++)
6253
6253
  L.push(U.clone().addDays(-K));
6254
6254
  if (L.reverse(), o(15, z = []), M = 7 - (L.length + C.length) % 7, M < 7) {
6255
6255
  const K = b.nextMonth.firstDayOfMonth;
@@ -6262,8 +6262,8 @@ function j2(t, e, o) {
6262
6262
  if (T.stopPropagation(), T.preventDefault(), U.isBefore(_) || U.isAfter(p))
6263
6263
  return;
6264
6264
  U.isSameMonth(b) || E({ type: "date", value: U }), o(9, b = U), await Ge();
6265
- const ee = V.querySelector(`[data-date="${U.toString()}"]`);
6266
- ee == null || ee.focus();
6265
+ const te = V.querySelector(`[data-date="${U.toString()}"]`);
6266
+ te == null || te.focus();
6267
6267
  };
6268
6268
  V.addEventListener("keydown", (T) => {
6269
6269
  switch (T.key) {
@@ -6344,7 +6344,7 @@ function j2(t, e, o) {
6344
6344
  12586496) {
6345
6345
  o(10, _ = l ? new De(l) : new De().addYears(-5)), o(11, p = r ? new De(r) : new De().addYears(5));
6346
6346
  const B = _.year, T = p.year - B + 1;
6347
- o(16, q = Array.from({ length: T }, (U, ee) => `${B + ee}`)), b && (b.isBefore(_) ? o(9, b = new De(_)) : b.isAfter(p) && o(9, b = new De(p))), E({
6347
+ o(16, q = Array.from({ length: T }, (U, te) => `${B + te}`)), b && (b.isBefore(_) ? o(9, b = new De(_)) : b.isAfter(p) && o(9, b = new De(p))), E({
6348
6348
  type: "date",
6349
6349
  value: b || new De()
6350
6350
  });
@@ -7842,7 +7842,7 @@ function gc(t, e, o) {
7842
7842
  N(ze);
7843
7843
  break;
7844
7844
  case _t:
7845
- ee(ze);
7845
+ te(ze);
7846
7846
  break;
7847
7847
  case wt:
7848
7848
  o(27, _ = "false");
@@ -7856,7 +7856,7 @@ function gc(t, e, o) {
7856
7856
  }
7857
7857
  });
7858
7858
  }
7859
- function ee(le) {
7859
+ function te(le) {
7860
7860
  o(27, _ = le.error ? "true" : "false");
7861
7861
  }
7862
7862
  function K() {
@@ -7866,7 +7866,7 @@ function gc(t, e, o) {
7866
7866
  Q(ze);
7867
7867
  break;
7868
7868
  }
7869
- }), O && te();
7869
+ }), O && ee();
7870
7870
  }
7871
7871
  function Q(le) {
7872
7872
  setTimeout(
@@ -7912,7 +7912,7 @@ function gc(t, e, o) {
7912
7912
  function ce() {
7913
7913
  Ve(R, "help-text::announce", void 0, { bubbles: !0 });
7914
7914
  }
7915
- function te() {
7915
+ function ee() {
7916
7916
  O.addEventListener("_click", (le) => {
7917
7917
  le.stopPropagation();
7918
7918
  }), O.addEventListener("_change", (le) => {
@@ -8283,8 +8283,8 @@ function bc(t, e, o) {
8283
8283
  var ie;
8284
8284
  const X = L.find((ce) => ce.name === D);
8285
8285
  if (!X) {
8286
- const te = V().find((qe) => $i(qe) === D);
8287
- return te ? Ro(te, D) : D;
8286
+ const ee = V().find((qe) => $i(qe) === D);
8287
+ return ee ? Ro(ee, D) : D;
8288
8288
  }
8289
8289
  if (X.label)
8290
8290
  return X.label;
@@ -8394,7 +8394,7 @@ function bc(t, e, o) {
8394
8394
  C ? Ae(D.el, _t, { error: "true" }) : Ae(D.el, wt);
8395
8395
  B();
8396
8396
  }
8397
- function ee() {
8397
+ function te() {
8398
8398
  _ == null || _.dispatchEvent(new CustomEvent("help-text::announce", { bubbles: !0, composed: !0 }));
8399
8399
  }
8400
8400
  function K(D) {
@@ -8423,7 +8423,7 @@ function bc(t, e, o) {
8423
8423
  b,
8424
8424
  _,
8425
8425
  p,
8426
- ee,
8426
+ te,
8427
8427
  a,
8428
8428
  d,
8429
8429
  c,
@@ -9845,7 +9845,7 @@ function Oc(t, e, o) {
9845
9845
  }
9846
9846
  function W(oe) {
9847
9847
  if (oe.key === "Tab") {
9848
- document.addEventListener("focusin", te, { once: !0 });
9848
+ document.addEventListener("focusin", ee, { once: !0 });
9849
9849
  return;
9850
9850
  }
9851
9851
  if (!(L || h))
@@ -9854,7 +9854,7 @@ function Oc(t, e, o) {
9854
9854
  oe.preventDefault(), oe.stopPropagation(), U();
9855
9855
  break;
9856
9856
  case "ArrowDown":
9857
- oe.preventDefault(), oe.stopPropagation(), ee();
9857
+ oe.preventDefault(), oe.stopPropagation(), te();
9858
9858
  break;
9859
9859
  case "ArrowLeft":
9860
9860
  oe.preventDefault(), oe.stopPropagation(), K();
@@ -9901,7 +9901,7 @@ function Oc(t, e, o) {
9901
9901
  const ze = s[oe].length;
9902
9902
  le >= ze && (le = ze - 1), T(oe, le);
9903
9903
  }
9904
- function ee() {
9904
+ function te() {
9905
9905
  const oe = f + 1;
9906
9906
  if (!s[oe])
9907
9907
  return;
@@ -9967,7 +9967,7 @@ function Oc(t, e, o) {
9967
9967
  const He = ie(ze);
9968
9968
  He && ((He.row !== f || He.col !== g) && (v = -1), T(He.row, He.col));
9969
9969
  }
9970
- function te(oe) {
9970
+ function ee(oe) {
9971
9971
  if (L) return;
9972
9972
  if (!oe.composedPath().includes(d)) {
9973
9973
  Z();
@@ -10063,7 +10063,7 @@ function Nc(t) {
10063
10063
  Le(t, "svelte-1yqu6ah", ".calendar-input.svelte-1yqu6ah{--goa-text-input-color-bg-readonly:var(--goa-text-input-color-bg);--goa-text-input-border-readonly:var(--goa-text-input-border);--goa-text-input-cursor-readonly:var(--goa-date-input-cursor)}");
10064
10064
  }
10065
10065
  function Wc(t) {
10066
- let e, o, i, n, l, r, a, c, d, s, f, g, v, h, b, _, p, C, L, z, M, j, q, V, E, Z, A, H, R, J, O, P, W, ne, B, T, U, ee, K;
10066
+ let e, o, i, n, l, r, a, c, d, s, f, g, v, h, b, _, p, C, L, z, M, j, q, V, E, Z, A, H, R, J, O, P, W, ne, B, T, U, te, K;
10067
10067
  return {
10068
10068
  c() {
10069
10069
  e = y("goa-form-item"), o = y("goa-block"), i = y("goa-form-item"), n = y("goa-dropdown"), l = y("goa-dropdown-item"), r = F(), a = y("goa-dropdown-item"), c = F(), d = y("goa-dropdown-item"), s = F(), f = y("goa-dropdown-item"), g = F(), v = y("goa-dropdown-item"), h = F(), b = y("goa-dropdown-item"), _ = F(), p = y("goa-dropdown-item"), C = F(), L = y("goa-dropdown-item"), z = F(), M = y("goa-dropdown-item"), j = F(), q = y("goa-dropdown-item"), V = F(), E = y("goa-dropdown-item"), Z = F(), A = y("goa-dropdown-item"), R = F(), J = y("goa-form-item"), O = y("goa-input"), W = F(), ne = y("goa-form-item"), B = y("goa-input"), m(l, "value", "1"), m(l, "label", "January"), m(a, "value", "2"), m(a, "label", "February"), m(d, "value", "3"), m(d, "label", "March"), m(f, "value", "4"), m(f, "label", "April"), m(v, "value", "5"), m(v, "label", "May"), m(b, "value", "6"), m(b, "label", "June"), m(p, "value", "7"), m(p, "label", "July"), m(L, "value", "8"), m(L, "label", "August"), m(M, "value", "9"), m(M, "label", "September"), m(q, "value", "10"), m(q, "label", "October"), m(E, "value", "11"), m(E, "label", "November"), m(A, "value", "12"), m(A, "label", "December"), m(n, "name", "month"), m(n, "testid", "input-month"), m(
@@ -10154,7 +10154,7 @@ function Wc(t) {
10154
10154
  );
10155
10155
  },
10156
10156
  m(Q, D) {
10157
- S(Q, e, D), k(e, o), k(o, i), k(i, n), k(n, l), k(n, r), k(n, a), k(n, c), k(n, d), k(n, s), k(n, f), k(n, g), k(n, v), k(n, h), k(n, b), k(n, _), k(n, p), k(n, C), k(n, L), k(n, z), k(n, M), k(n, j), k(n, q), k(n, V), k(n, E), k(n, Z), k(n, A), k(o, R), k(o, J), k(J, O), k(o, W), k(o, ne), k(ne, B), t[27](e), ee || (K = [
10157
+ S(Q, e, D), k(e, o), k(o, i), k(i, n), k(n, l), k(n, r), k(n, a), k(n, c), k(n, d), k(n, s), k(n, f), k(n, g), k(n, v), k(n, h), k(n, b), k(n, _), k(n, p), k(n, C), k(n, L), k(n, z), k(n, M), k(n, j), k(n, q), k(n, V), k(n, E), k(n, Z), k(n, A), k(o, R), k(o, J), k(J, O), k(o, W), k(o, ne), k(ne, B), t[27](e), te || (K = [
10158
10158
  ae(
10159
10159
  n,
10160
10160
  "_change",
@@ -10173,7 +10173,7 @@ function Wc(t) {
10173
10173
  /*onInputChange*/
10174
10174
  t[21]
10175
10175
  )
10176
- ], ee = !0);
10176
+ ], te = !0);
10177
10177
  },
10178
10178
  p(Q, D) {
10179
10179
  D[0] & /*error*/
@@ -10284,7 +10284,7 @@ function Wc(t) {
10284
10284
  );
10285
10285
  },
10286
10286
  d(Q) {
10287
- Q && x(e), t[27](null), ee = !1, Ye(K);
10287
+ Q && x(e), t[27](null), te = !1, Ye(K);
10288
10288
  }
10289
10289
  };
10290
10290
  }
@@ -10850,7 +10850,7 @@ function Kc(t, e, o) {
10850
10850
  j = K, o(15, j);
10851
10851
  });
10852
10852
  }
10853
- function ee(K) {
10853
+ function te(K) {
10854
10854
  ue[K ? "unshift" : "push"](() => {
10855
10855
  j = K, o(15, j);
10856
10856
  });
@@ -10889,7 +10889,7 @@ function Kc(t, e, o) {
10889
10889
  B,
10890
10890
  T,
10891
10891
  U,
10892
- ee
10892
+ te
10893
10893
  ];
10894
10894
  }
10895
10895
  class Xc extends Ce {
@@ -12249,10 +12249,10 @@ function kd(t) {
12249
12249
  t[4] && _n(t)
12250
12250
  );
12251
12251
  function J(T, U) {
12252
- var ee;
12252
+ var te;
12253
12253
  return (
12254
12254
  /*_inputEl*/
12255
- (ee = T[19]) != null && ee.value && /*_filterable*/
12255
+ (te = T[19]) != null && te.value && /*_filterable*/
12256
12256
  T[31] ? zd : yd
12257
12257
  );
12258
12258
  }
@@ -12265,16 +12265,16 @@ function kd(t) {
12265
12265
  T[89]
12266
12266
  );
12267
12267
  for (let T = 0; T < W.length; T += 1) {
12268
- let U = pn(t, W, T), ee = ne(U);
12269
- p.set(ee, _[T] = yn(ee, U));
12268
+ let U = pn(t, W, T), te = ne(U);
12269
+ p.set(te, _[T] = yn(te, U));
12270
12270
  }
12271
12271
  let B = null;
12272
12272
  return W.length || (B = kn(t)), {
12273
12273
  c() {
12274
12274
  var T, U;
12275
12275
  H && H.c(), e = F(), o = y("goa-popover"), i = y("div"), R && R.c(), n = F(), l = y("input"), v = F(), P.c(), h = F(), b = y("ul");
12276
- for (let ee = 0; ee < _.length; ee += 1)
12277
- _[ee].c();
12276
+ for (let te = 0; te < _.length; te += 1)
12277
+ _[te].c();
12278
12278
  B && B.c(), u(l, "style", r = `
12279
12279
  cursor: ${/*_disabled*/
12280
12280
  t[30] ? "default" : (
@@ -12360,8 +12360,8 @@ function kd(t) {
12360
12360
  },
12361
12361
  m(T, U) {
12362
12362
  H && H.m(T, U), S(T, e, U), S(T, o, U), k(o, i), R && R.m(i, null), k(i, n), k(i, l), t[51](l), k(i, v), P.m(i, null), k(o, h), k(o, b);
12363
- for (let ee = 0; ee < _.length; ee += 1)
12364
- _[ee] && _[ee].m(b, null);
12363
+ for (let te = 0; te < _.length; te += 1)
12364
+ _[te] && _[te].m(b, null);
12365
12365
  B && B.m(b, null), t[53](b), t[54](o), V = !0, E || (Z = [
12366
12366
  ae(
12367
12367
  l,
@@ -12397,7 +12397,7 @@ function kd(t) {
12397
12397
  ], E = !0);
12398
12398
  },
12399
12399
  p(T, U) {
12400
- var ee, K;
12400
+ var te, K;
12401
12401
  H && H.p && (!V || U[1] & /*$$scope*/
12402
12402
  262144) && he(
12403
12403
  H,
@@ -12427,7 +12427,7 @@ function kd(t) {
12427
12427
  )};
12428
12428
  `)) && u(l, "style", r), (!V || U[0] & /*_selectedOption*/
12429
12429
  8388608 && a !== (a = /*_selectedOption*/
12430
- ((ee = T[23]) == null ? void 0 : ee.label) || /*_selectedOption*/
12430
+ ((te = T[23]) == null ? void 0 : te.label) || /*_selectedOption*/
12431
12431
  ((K = T[23]) == null ? void 0 : K.value) || "") && l.value !== a) && (l.value = a), (!V || U[0] & /*name*/
12432
12432
  2 && c !== (c = `menu-${/*name*/
12433
12433
  T[1]}`)) && u(l, "aria-controls", c), (!V || U[0] & /*_isMenuVisible*/
@@ -13090,12 +13090,12 @@ function po(t, e, o = !0) {
13090
13090
  }
13091
13091
  const qd = (t) => t.preventDefault();
13092
13092
  function Ed(t, e, o) {
13093
- let i, n, l, r, a, { $$slots: c = {}, $$scope: d } = e, { name: s } = e, { arialabel: f = "" } = e, { arialabelledby: g = "" } = e, { value: v = "" } = e, { filterable: h = "false" } = e, { leadingicon: b = null } = e, { maxheight: _ = "276px" } = e, { placeholder: p = "" } = e, { width: C = "" } = e, { maxwidth: L = "" } = e, { disabled: z = "false" } = e, { error: M = "false" } = e, { multiselect: j = "false" } = e, { native: q = "false" } = e, { size: V = "default" } = e, { version: E = "1" } = e, { relative: Z = "" } = e, { mt: A = null } = e, { mr: H = null } = e, { mb: R = null } = e, { ml: J = null } = e, { autocomplete: O = "" } = e, { testid: P = "" } = e, { disableGlobalClosePopover: W = !1 } = e, ne = [], B, T = !1, U = -1, ee, K, Q, D, X, N, Y, ie = !1, ce = [], te = [], qe, Ee = Te(M), $e = Ee;
13093
+ let i, n, l, r, a, { $$slots: c = {}, $$scope: d } = e, { name: s } = e, { arialabel: f = "" } = e, { arialabelledby: g = "" } = e, { value: v = "" } = e, { filterable: h = "false" } = e, { leadingicon: b = null } = e, { maxheight: _ = "276px" } = e, { placeholder: p = "" } = e, { width: C = "" } = e, { maxwidth: L = "" } = e, { disabled: z = "false" } = e, { error: M = "false" } = e, { multiselect: j = "false" } = e, { native: q = "false" } = e, { size: V = "default" } = e, { version: E = "1" } = e, { relative: Z = "" } = e, { mt: A = null } = e, { mr: H = null } = e, { mb: R = null } = e, { ml: J = null } = e, { autocomplete: O = "" } = e, { testid: P = "" } = e, { disableGlobalClosePopover: W = !1 } = e, ne = [], B, T = !1, U = -1, te, K, Q, D, X, N, Y, ie = !1, ce = [], ee = [], qe, Ee = Te(M), $e = Ee;
13094
13094
  xe(() => {
13095
13095
  Qt(Q), He(), Je(), le(), W && Y.setAttribute("disable-global-close-popover", "yes"), N = r ? new Ga(X) : new Ua(X), ze();
13096
13096
  });
13097
13097
  function oe(re, je, Ne) {
13098
- re ? /(px|%|ch|rem|em)$/.test(re) ? o(25, ee = re) : (console.error("Dropdown width must be of an allowed unit. Falling back to `px`"), o(25, ee = `${re}px`)) : L ? o(25, ee = L) : o(25, ee = Fe(je)), re != null && re.includes("%") || L != null && L.includes("%") ? o(26, K = "100%") : o(26, K = ee);
13098
+ re ? /(px|%|ch|rem|em)$/.test(re) ? o(25, te = re) : (console.error("Dropdown width must be of an allowed unit. Falling back to `px`"), o(25, te = `${re}px`)) : L ? o(25, te = L) : o(25, te = Fe(je)), re != null && re.includes("%") || L != null && L.includes("%") ? o(26, K = "100%") : o(26, K = te);
13099
13099
  }
13100
13100
  function le() {
13101
13101
  Y == null || Y.addEventListener("_open", (re) => {
@@ -13163,7 +13163,7 @@ function Ed(t, e, o) {
13163
13163
  o(16, ne = ne.filter((je) => je.value !== re.value)), jt();
13164
13164
  }
13165
13165
  function Ze() {
13166
- o(23, B = ne.find((re) => re.value == te[0]));
13166
+ o(23, B = ne.find((re) => re.value == ee[0]));
13167
13167
  }
13168
13168
  function Fe(re) {
13169
13169
  const je = Math.max(...re.map((Mt) => (`${Mt.label}` || `${Mt.value}` || "").length));
@@ -13226,7 +13226,7 @@ function Ed(t, e, o) {
13226
13226
  o(19, X.value = re, X);
13227
13227
  }
13228
13228
  function co(re) {
13229
- const je = n ? { name: s, values: [re, ...te] } : { name: s, value: re };
13229
+ const je = n ? { name: s, values: [re, ...ee] } : { name: s, value: re };
13230
13230
  ie && (Ve(Q, "_change", je, { bubbles: !0 }), ie = !1);
13231
13231
  }
13232
13232
  function Tt(re) {
@@ -13401,7 +13401,7 @@ function Ed(t, e, o) {
13401
13401
  4194304 | t.$$.dirty[1] & /*filterable*/
13402
13402
  1024 && o(31, r = Te(h) && !l), t.$$.dirty[0] & /*_filteredOptions, _highlightedIndex*/
13403
13403
  1179648 && o(29, a = ce[U] ? ce[U].value : void 0), t.$$.dirty[0] & /*value*/
13404
- 1 && (te = Md(v || ""), Ze()), t.$$.dirty[0] & /*_options, _inputEl*/
13404
+ 1 && (ee = Md(v || ""), Ze()), t.$$.dirty[0] & /*_options, _inputEl*/
13405
13405
  589824 | t.$$.dirty[1] & /*width*/
13406
13406
  2048 && oe(C, ne), t.$$.dirty[0] & /*_error, _rootEl*/
13407
13407
  2359296 | t.$$.dirty[1] & /*error, _prevError*/
@@ -13432,7 +13432,7 @@ function Ed(t, e, o) {
13432
13432
  l,
13433
13433
  B,
13434
13434
  T,
13435
- ee,
13435
+ te,
13436
13436
  K,
13437
13437
  D,
13438
13438
  Y,
@@ -16388,7 +16388,7 @@ function ju(t, e, o) {
16388
16388
  p = { ...p, ...N || {} }, K(), B(p.history[p.history.length - 1]), H();
16389
16389
  }
16390
16390
  function M(N) {
16391
- s[N.id] = N.el, h = ko(h, ee, 100);
16391
+ s[N.id] = N.el, h = ko(h, te, 100);
16392
16392
  }
16393
16393
  function j(N) {
16394
16394
  v = N.el, H();
@@ -16437,7 +16437,7 @@ function ju(t, e, o) {
16437
16437
  function H() {
16438
16438
  const N = { ...p }, Y = Object.keys(f);
16439
16439
  N.form = Object.entries(N.form).filter(([ie, ce]) => Y.includes(ie)).reduce(
16440
- (ie, [ce, te]) => (ie[ce] = te, ie),
16440
+ (ie, [ce, ee]) => (ie[ce] = ee, ie),
16441
16441
  {}
16442
16442
  ), Ae(v, Rt, N);
16443
16443
  }
@@ -16508,18 +16508,18 @@ function ju(t, e, o) {
16508
16508
  ie > 0 && (Y = p.history[ie - 1]), setTimeout(
16509
16509
  () => {
16510
16510
  if (Y) {
16511
- const te = g[Y];
16512
- B(te.id);
16511
+ const ee = g[Y];
16512
+ B(ee.id);
16513
16513
  } else {
16514
- const [te] = Object.entries(g)[0];
16515
- E(te), B(te);
16514
+ const [ee] = Object.entries(g)[0];
16515
+ E(ee), B(ee);
16516
16516
  }
16517
- H(), W(p.history.length > 1 ? "in-progress" : "not-started"), ee();
16517
+ H(), W(p.history.length > 1 ? "in-progress" : "not-started"), te();
16518
16518
  },
16519
16519
  200
16520
16520
  );
16521
16521
  }
16522
- function ee() {
16522
+ function te() {
16523
16523
  var N;
16524
16524
  for (const [Y, ie] of Object.entries(s)) {
16525
16525
  const ce = (N = p.form[Y]) == null ? void 0 : N.data;
@@ -16985,8 +16985,8 @@ function Pu(t, e, o) {
16985
16985
  V(), Z();
16986
16986
  });
16987
16987
  function V() {
16988
- nt(z, (ee, K, Q) => {
16989
- switch (ee) {
16988
+ nt(z, (te, K, Q) => {
16989
+ switch (te) {
16990
16990
  case Vo:
16991
16991
  H(K), Q.stopPropagation();
16992
16992
  break;
@@ -17002,9 +17002,9 @@ function Pu(t, e, o) {
17002
17002
  }
17003
17003
  });
17004
17004
  }
17005
- function E(ee, K) {
17005
+ function E(te, K) {
17006
17006
  var Q;
17007
- ee.stopPropagation(), M = K.el, (Q = K.cb) == null || Q.call(K, r), Ae(L, Xt, { ...K, id: r }, { bubbles: !0 });
17007
+ te.stopPropagation(), M = K.el, (Q = K.cb) == null || Q.call(K, r), Ae(L, Xt, { ...K, id: r }, { bubbles: !0 });
17008
17008
  }
17009
17009
  function Z() {
17010
17010
  setTimeout(
@@ -17014,50 +17014,50 @@ function Pu(t, e, o) {
17014
17014
  10
17015
17015
  );
17016
17016
  }
17017
- function A(ee) {
17017
+ function A(te) {
17018
17018
  Ae(
17019
17019
  L,
17020
17020
  Po,
17021
17021
  {
17022
- ...ee,
17023
- state: { ...ee.state, heading: c }
17022
+ ...te,
17023
+ state: { ...te.state, heading: c }
17024
17024
  },
17025
17025
  { bubbles: !0 }
17026
17026
  );
17027
17027
  }
17028
- function H(ee) {
17029
- o(13, j = ee.active), Ae(M, Vo, { active: j });
17028
+ function H(te) {
17029
+ o(13, j = te.active), Ae(M, Vo, { active: j });
17030
17030
  }
17031
- function R(ee) {
17032
- o(16, q = ee.id);
17031
+ function R(te) {
17032
+ o(16, q = te.id);
17033
17033
  }
17034
- function J(ee = !1) {
17035
- M ? Ae(M, Ta, { cancelled: ee }) : Ve(L, "_continue", null, { bubbles: !0 });
17034
+ function J(te = !1) {
17035
+ M ? Ae(M, Ta, { cancelled: te }) : Ve(L, "_continue", null, { bubbles: !0 });
17036
17036
  }
17037
17037
  function O() {
17038
17038
  J(), Ae(L, si, null, { bubbles: !0 });
17039
17039
  }
17040
- function P(ee) {
17041
- Ae(L, Ao, null, { bubbles: !0 }), ee.stopPropagation();
17040
+ function P(te) {
17041
+ Ae(L, Ao, null, { bubbles: !0 }), te.stopPropagation();
17042
17042
  }
17043
17043
  const W = () => J(!0), ne = () => O(), B = () => J();
17044
- function T(ee) {
17045
- ue[ee ? "unshift" : "push"](() => {
17046
- z = ee, o(15, z);
17044
+ function T(te) {
17045
+ ue[te ? "unshift" : "push"](() => {
17046
+ z = te, o(15, z);
17047
17047
  });
17048
17048
  }
17049
- function U(ee) {
17050
- ue[ee ? "unshift" : "push"](() => {
17051
- L = ee, o(14, L);
17049
+ function U(te) {
17050
+ ue[te ? "unshift" : "push"](() => {
17051
+ L = te, o(14, L);
17052
17052
  });
17053
17053
  }
17054
- return t.$$set = (ee) => {
17055
- "buttonText" in ee && o(0, l = ee.buttonText), "id" in ee && o(1, r = ee.id), "heading" in ee && o(2, a = ee.heading), "summaryHeading" in ee && o(20, c = ee.summaryHeading), "subHeading" in ee && o(3, d = ee.subHeading), "sectionTitle" in ee && o(4, s = ee.sectionTitle), "backUrl" in ee && o(5, f = ee.backUrl), "type" in ee && o(6, g = ee.type), "buttonVisibility" in ee && o(7, v = ee.buttonVisibility), "mt" in ee && o(8, h = ee.mt), "mr" in ee && o(9, b = ee.mr), "mb" in ee && o(10, _ = ee.mb), "ml" in ee && o(11, p = ee.ml), "active" in ee && o(12, C = ee.active), "$$scope" in ee && o(21, n = ee.$$scope);
17054
+ return t.$$set = (te) => {
17055
+ "buttonText" in te && o(0, l = te.buttonText), "id" in te && o(1, r = te.id), "heading" in te && o(2, a = te.heading), "summaryHeading" in te && o(20, c = te.summaryHeading), "subHeading" in te && o(3, d = te.subHeading), "sectionTitle" in te && o(4, s = te.sectionTitle), "backUrl" in te && o(5, f = te.backUrl), "type" in te && o(6, g = te.type), "buttonVisibility" in te && o(7, v = te.buttonVisibility), "mt" in te && o(8, h = te.mt), "mr" in te && o(9, b = te.mr), "mb" in te && o(10, _ = te.mb), "ml" in te && o(11, p = te.ml), "active" in te && o(12, C = te.active), "$$scope" in te && o(21, n = te.$$scope);
17056
17056
  }, t.$$.update = () => {
17057
17057
  if (t.$$.dirty[0] & /*_active, id*/
17058
17058
  8194 && j) {
17059
- const ee = new URL(location.href);
17060
- ee.searchParams.set("page", r), history.pushState({ page: r }, "", ee);
17059
+ const te = new URL(location.href);
17060
+ te.searchParams.set("page", r), history.pushState({ page: r }, "", te);
17061
17061
  }
17062
17062
  }, [
17063
17063
  l,
@@ -18293,8 +18293,8 @@ function Qu(t, e, o) {
18293
18293
  console.warn("SubForm: onChildFormStateChange: list not supported");
18294
18294
  return;
18295
18295
  }
18296
- const U = g.findIndex((K) => K.uuid === T.data.uuid), ee = JSON.parse(JSON.stringify(T.data));
18297
- U >= 0 ? g[U] = ee : g.push(ee), O(), B.stopPropagation();
18296
+ const U = g.findIndex((K) => K.uuid === T.data.uuid), te = JSON.parse(JSON.stringify(T.data));
18297
+ U >= 0 ? g[U] = te : g.push(te), O(), B.stopPropagation();
18298
18298
  }
18299
18299
  function O() {
18300
18300
  Ve(f, Ho, { type: "list", data: g, id: l }, { bubbles: !0 });
@@ -19232,17 +19232,17 @@ function b0(t, e, o) {
19232
19232
  function B(N) {
19233
19233
  O = N.detail.el;
19234
19234
  const ie = O.getAttribute("aria-label");
19235
- (!ie || ie.trim() === "") && O.setAttribute("aria-label", z), O.setAttribute("aria-required", V === "required" ? "true" : "false"), ee();
19235
+ (!ie || ie.trim() === "") && O.setAttribute("aria-label", z), O.setAttribute("aria-required", V === "required" ? "true" : "false"), te();
19236
19236
  }
19237
19237
  function T(N) {
19238
19238
  const Y = N;
19239
- ne !== Y.detail.isError && (ne = Y.detail.isError, ee());
19239
+ ne !== Y.detail.isError && (ne = Y.detail.isError, te());
19240
19240
  }
19241
19241
  function U() {
19242
19242
  const N = ne && q || j;
19243
19243
  N && li(N);
19244
19244
  }
19245
- function ee() {
19245
+ function te() {
19246
19246
  if (!O) return;
19247
19247
  let N = [];
19248
19248
  (ne || r.error) && N.push(P), (j || r.helptext) && N.push(W), N.length > 0 ? O.setAttribute("aria-describedby", N.join(" ")) : O.setAttribute("aria-describedby", "");
@@ -19952,8 +19952,8 @@ function S0(t, e, o) {
19952
19952
  });
19953
19953
  function V() {
19954
19954
  f.addEventListener("formstep:mounted", (T) => {
19955
- const U = T, { el: ee, status: K } = U.detail;
19956
- o(7, v = [...v, { el: ee, status: K }]), j && clearTimeout(j), j = setTimeout(() => {
19955
+ const U = T, { el: te, status: K } = U.detail;
19956
+ o(7, v = [...v, { el: te, status: K }]), j && clearTimeout(j), j = setTimeout(() => {
19957
19957
  const Q = (g == null ? void 0 : g.offsetWidth) ?? 0;
19958
19958
  W(Q), E(), O(), A(), Z(), o(14, L = l < 1 ? 1 : l), P();
19959
19959
  });
@@ -19961,11 +19961,11 @@ function S0(t, e, o) {
19961
19961
  }
19962
19962
  function E() {
19963
19963
  for (const [T, U] of v.entries()) {
19964
- const ee = T + 1, K = {
19965
- ariaLabel: `Step ${ee} of ${v.length}`,
19966
- childIndex: ee,
19967
- current: l === -1 ? ee === 1 : ee === l,
19968
- enabled: ee <= l || _ === "free",
19964
+ const te = T + 1, K = {
19965
+ ariaLabel: `Step ${te} of ${v.length}`,
19966
+ childIndex: te,
19967
+ current: l === -1 ? te === 1 : te === l,
19968
+ enabled: te <= l || _ === "free",
19969
19969
  status: U.status
19970
19970
  };
19971
19971
  U.el.dispatchEvent(new CustomEvent("formstepper:init", { composed: !0, detail: K }));
@@ -22189,9 +22189,9 @@ function gf(t, e, o) {
22189
22189
  "url",
22190
22190
  "week"
22191
22191
  ]), [g, v] = Pe("Input auto capitalize", ["on", "off", "none", "sentences", "words", "characters"]), [h, b] = Pe("Input text align", ["left", "right"]);
22192
- let { type: _ = "text" } = e, { name: p = "" } = e, { value: C = "" } = e, { autocapitalize: L = "off" } = e, { autocomplete: z = "" } = e, { placeholder: M = "" } = e, { leadingicon: j = null } = e, { trailingicon: q = null } = e, { variant: V = "goa" } = e, { disabled: E = "false" } = e, { handletrailingiconclick: Z = "false" } = e, { focused: A = "false" } = e, { readonly: H = "false" } = e, { error: R = "false" } = e, { testid: J = "" } = e, { width: O = "30ch" } = e, { arialabel: P = "" } = e, { arialabelledby: W = "" } = e, { min: ne = "" } = e, { max: B = "" } = e, { step: T = 1 } = e, { prefix: U = "" } = e, { suffix: ee = "" } = e, { debounce: K = 0 } = e, { maxlength: Q = null } = e, { id: D = "" } = e, { mt: X = null } = e, { mr: N = null } = e, { mb: Y = null } = e, { ml: ie = null } = e, { trailingiconarialabel: ce = "" } = e, { textalign: te = "left" } = e, { size: qe = "default" } = e, { version: Ee = "1" } = e, $e = !1, oe = !1, le, ze, He, Ue = !1, de = !1, Je = "", lt = "";
22192
+ let { type: _ = "text" } = e, { name: p = "" } = e, { value: C = "" } = e, { autocapitalize: L = "off" } = e, { autocomplete: z = "" } = e, { placeholder: M = "" } = e, { leadingicon: j = null } = e, { trailingicon: q = null } = e, { variant: V = "goa" } = e, { disabled: E = "false" } = e, { handletrailingiconclick: Z = "false" } = e, { focused: A = "false" } = e, { readonly: H = "false" } = e, { error: R = "false" } = e, { testid: J = "" } = e, { width: O = "30ch" } = e, { arialabel: P = "" } = e, { arialabelledby: W = "" } = e, { min: ne = "" } = e, { max: B = "" } = e, { step: T = 1 } = e, { prefix: U = "" } = e, { suffix: te = "" } = e, { debounce: K = 0 } = e, { maxlength: Q = null } = e, { id: D = "" } = e, { mt: X = null } = e, { mr: N = null } = e, { mb: Y = null } = e, { ml: ie = null } = e, { trailingiconarialabel: ce = "" } = e, { textalign: ee = "left" } = e, { size: qe = "default" } = e, { version: Ee = "1" } = e, $e = !1, oe = !1, le, ze, He, Ue = !1, de = !1, Je = "", lt = "";
22193
22193
  xe(() => {
22194
- f(_), v(L), b(te), ye(), Dt(), xt(), qt();
22194
+ f(_), v(L), b(ee), ye(), Dt(), xt(), qt();
22195
22195
  const { containerStyle: fe, inputWidth: Qe } = uf(O, _);
22196
22196
  o(32, Je = fe), o(33, lt = Qe);
22197
22197
  });
@@ -22282,7 +22282,7 @@ function gf(t, e, o) {
22282
22282
  (Qe == null ? void 0 : Qe.assignedNodes().length) > 0 && ((vo = (go = Qe.assignedNodes()[0]) == null ? void 0 : go.textContent) == null ? void 0 : vo.trim()) !== "" && o(31, oe = !0);
22283
22283
  }
22284
22284
  function Dt() {
22285
- (U != "" || ee != "") && console.warn("GoAInput [prefix] and [suffix] properties are deprecated. Instead use leadingContent and trailingContent.");
22285
+ (U != "" || te != "") && console.warn("GoAInput [prefix] and [suffix] properties are deprecated. Instead use leadingContent and trailingContent.");
22286
22286
  }
22287
22287
  function co(fe) {
22288
22288
  ue[fe ? "unshift" : "push"](() => {
@@ -22295,7 +22295,7 @@ function gf(t, e, o) {
22295
22295
  });
22296
22296
  }
22297
22297
  return t.$$set = (fe) => {
22298
- "type" in fe && o(1, _ = fe.type), "name" in fe && o(2, p = fe.name), "value" in fe && o(0, C = fe.value), "autocapitalize" in fe && o(3, L = fe.autocapitalize), "autocomplete" in fe && o(4, z = fe.autocomplete), "placeholder" in fe && o(5, M = fe.placeholder), "leadingicon" in fe && o(6, j = fe.leadingicon), "trailingicon" in fe && o(7, q = fe.trailingicon), "variant" in fe && o(8, V = fe.variant), "disabled" in fe && o(44, E = fe.disabled), "handletrailingiconclick" in fe && o(45, Z = fe.handletrailingiconclick), "focused" in fe && o(42, A = fe.focused), "readonly" in fe && o(46, H = fe.readonly), "error" in fe && o(43, R = fe.error), "testid" in fe && o(9, J = fe.testid), "width" in fe && o(47, O = fe.width), "arialabel" in fe && o(10, P = fe.arialabel), "arialabelledby" in fe && o(11, W = fe.arialabelledby), "min" in fe && o(12, ne = fe.min), "max" in fe && o(13, B = fe.max), "step" in fe && o(14, T = fe.step), "prefix" in fe && o(15, U = fe.prefix), "suffix" in fe && o(16, ee = fe.suffix), "debounce" in fe && o(48, K = fe.debounce), "maxlength" in fe && o(17, Q = fe.maxlength), "id" in fe && o(18, D = fe.id), "mt" in fe && o(19, X = fe.mt), "mr" in fe && o(20, N = fe.mr), "mb" in fe && o(21, Y = fe.mb), "ml" in fe && o(22, ie = fe.ml), "trailingiconarialabel" in fe && o(23, ce = fe.trailingiconarialabel), "textalign" in fe && o(24, te = fe.textalign), "size" in fe && o(25, qe = fe.size), "version" in fe && o(26, Ee = fe.version), "$$scope" in fe && o(51, c = fe.$$scope);
22298
+ "type" in fe && o(1, _ = fe.type), "name" in fe && o(2, p = fe.name), "value" in fe && o(0, C = fe.value), "autocapitalize" in fe && o(3, L = fe.autocapitalize), "autocomplete" in fe && o(4, z = fe.autocomplete), "placeholder" in fe && o(5, M = fe.placeholder), "leadingicon" in fe && o(6, j = fe.leadingicon), "trailingicon" in fe && o(7, q = fe.trailingicon), "variant" in fe && o(8, V = fe.variant), "disabled" in fe && o(44, E = fe.disabled), "handletrailingiconclick" in fe && o(45, Z = fe.handletrailingiconclick), "focused" in fe && o(42, A = fe.focused), "readonly" in fe && o(46, H = fe.readonly), "error" in fe && o(43, R = fe.error), "testid" in fe && o(9, J = fe.testid), "width" in fe && o(47, O = fe.width), "arialabel" in fe && o(10, P = fe.arialabel), "arialabelledby" in fe && o(11, W = fe.arialabelledby), "min" in fe && o(12, ne = fe.min), "max" in fe && o(13, B = fe.max), "step" in fe && o(14, T = fe.step), "prefix" in fe && o(15, U = fe.prefix), "suffix" in fe && o(16, te = fe.suffix), "debounce" in fe && o(48, K = fe.debounce), "maxlength" in fe && o(17, Q = fe.maxlength), "id" in fe && o(18, D = fe.id), "mt" in fe && o(19, X = fe.mt), "mr" in fe && o(20, N = fe.mr), "mb" in fe && o(21, Y = fe.mb), "ml" in fe && o(22, ie = fe.ml), "trailingiconarialabel" in fe && o(23, ce = fe.trailingiconarialabel), "textalign" in fe && o(24, ee = fe.textalign), "size" in fe && o(25, qe = fe.size), "version" in fe && o(26, Ee = fe.version), "$$scope" in fe && o(51, c = fe.$$scope);
22299
22299
  }, t.$$.update = () => {
22300
22300
  t.$$.dirty[1] & /*handletrailingiconclick*/
22301
22301
  16384 && o(36, i = Te(Z)), t.$$.dirty[1] & /*focused*/
@@ -22326,7 +22326,7 @@ function gf(t, e, o) {
22326
22326
  B,
22327
22327
  T,
22328
22328
  U,
22329
- ee,
22329
+ te,
22330
22330
  Q,
22331
22331
  D,
22332
22332
  X,
@@ -22334,7 +22334,7 @@ function gf(t, e, o) {
22334
22334
  Y,
22335
22335
  ie,
22336
22336
  ce,
22337
- te,
22337
+ ee,
22338
22338
  qe,
22339
22339
  Ee,
22340
22340
  ze,
@@ -24381,7 +24381,7 @@ function ar(t) {
24381
24381
  t[5] === "2" && /*_iconType*/
24382
24382
  t[16] && cr(t)
24383
24383
  );
24384
- const U = [Jf, Xf], ee = [];
24384
+ const U = [Jf, Xf], te = [];
24385
24385
  function K(ie, ce) {
24386
24386
  return (
24387
24387
  /*heading*/
@@ -24391,7 +24391,7 @@ function ar(t) {
24391
24391
  )
24392
24392
  );
24393
24393
  }
24394
- ~(g = K(t)) && (v = ee[g] = U[g](t));
24394
+ ~(g = K(t)) && (v = te[g] = U[g](t));
24395
24395
  let Q = (
24396
24396
  /*_isClosable*/
24397
24397
  t[8] && dr(t)
@@ -24461,7 +24461,7 @@ function ar(t) {
24461
24461
  ), m(e, "class", "svelte-aepkat");
24462
24462
  },
24463
24463
  m(ie, ce) {
24464
- S(ie, e, ce), k(e, o), k(o, i), k(o, n), k(o, l), B && B.m(l, null), k(l, r), k(l, a), k(a, c), k(c, d), T && T.m(d, null), k(d, s), k(d, f), ~g && ee[g].m(f, null), k(c, b), Q && Q.m(c, null), t[28](c), p = Yt(
24464
+ S(ie, e, ce), k(e, o), k(o, i), k(o, n), k(o, l), B && B.m(l, null), k(l, r), k(l, a), k(a, c), k(c, d), T && T.m(d, null), k(d, s), k(d, f), ~g && te[g].m(f, null), k(c, b), Q && Q.m(c, null), t[28](c), p = Yt(
24465
24465
  c,
24466
24466
  /*header_elementresize_handler*/
24467
24467
  t[29].bind(c)
@@ -24494,10 +24494,10 @@ function ar(t) {
24494
24494
  t[5] !== "2" ? B ? B.p(t, ce) : (B = sr(t), B.c(), B.m(l, r)) : B && (B.d(1), B = null), /*version*/
24495
24495
  t[5] === "2" && /*_iconType*/
24496
24496
  t[16] ? T ? T.p(t, ce) : (T = cr(t), T.c(), T.m(d, s)) : T && (T.d(1), T = null);
24497
- let te = g;
24498
- g = K(t), g === te ? ~g && ee[g].p(t, ce) : (v && (We(), $(ee[te], 1, 1, () => {
24499
- ee[te] = null;
24500
- }), Re()), ~g ? (v = ee[g], v ? v.p(t, ce) : (v = ee[g] = U[g](t), v.c()), G(v, 1), v.m(f, null)) : v = null), (!P || ce[0] & /*_headingExists*/
24497
+ let ee = g;
24498
+ g = K(t), g === ee ? ~g && te[g].p(t, ce) : (v && (We(), $(te[ee], 1, 1, () => {
24499
+ te[ee] = null;
24500
+ }), Re()), ~g ? (v = te[g], v ? v.p(t, ce) : (v = te[g] = U[g](t), v.c()), G(v, 1), v.m(f, null)) : v = null), (!P || ce[0] & /*_headingExists*/
24501
24501
  512 && h !== (h = /*_headingExists*/
24502
24502
  t[9] ? void 0 : "Modal")) && u(f, "aria-label", h), /*_isClosable*/
24503
24503
  t[8] ? Q ? Q.p(t, ce) : (Q = dr(t), Q.c(), Q.m(c, null)) : Q && (Q.d(1), Q = null), (!P || ce[0] & /*version, calloutvariant*/
@@ -24617,7 +24617,7 @@ function ar(t) {
24617
24617
  })), P = !1;
24618
24618
  },
24619
24619
  d(ie) {
24620
- ie && x(e), B && B.d(), T && T.d(), ~g && ee[g].d(), Q && Q.d(), t[28](null), p(), N && N.d(ie), t[30](null), Y && Y.d(), V(), ie && Z && Z.end(), t[32](null), ie && O && O.end(), W = !1, Ye(ne);
24620
+ ie && x(e), B && B.d(), T && T.d(), ~g && te[g].d(), Q && Q.d(), t[28](null), p(), N && N.d(ie), t[30](null), Y && Y.d(), V(), ie && Z && Z.end(), t[32](null), ie && O && O.end(), W = !1, Ye(ne);
24621
24621
  }
24622
24622
  };
24623
24623
  }
@@ -24920,22 +24920,22 @@ function e3(t, e, o) {
24920
24920
  let { heading: f = "" } = e, { closable: g = "false" } = e, { open: v = "false" } = e, { transition: h = "none" } = e, { calloutvariant: b = null } = e, { maxwidth: _ = "60ch" } = e, { testid: p = "modal" } = e, { version: C = "1" } = e, { width: L = "" } = e, z = null, M = "top", j, q, V = !1, E, Z = !1, A = !1, H;
24921
24921
  const [R, J] = Pe("Callout variant", ["emergency", "important", "information", "success", "event"]), [O, P] = Pe("Modal transition", ["fast", "slow", "none"]), [W, ne] = Pe("Version", ["1", "2"]);
24922
24922
  xe(() => {
24923
- J(b), P(h), ne(C), window.addEventListener("keydown", ee), L && (o(0, _ = L), console.warn("`width` is deprecated. Please use `maxwidth` instead."));
24923
+ J(b), P(h), ne(C), window.addEventListener("keydown", te), L && (o(0, _ = L), console.warn("`width` is deprecated. Please use `maxwidth` instead."));
24924
24924
  }), ht(() => {
24925
- window.removeEventListener("keydown", ee);
24925
+ window.removeEventListener("keydown", te);
24926
24926
  });
24927
24927
  async function B() {
24928
24928
  await Ge(), o(25, Z = !T(".modal-title", "heading")), o(14, A = !T(".modal-actions", "actions"));
24929
24929
  }
24930
24930
  function T(ie, ce) {
24931
24931
  var Ee, $e;
24932
- const te = z == null ? void 0 : z.querySelector(ie), qe = te && bt(te);
24932
+ const ee = z == null ? void 0 : z.querySelector(ie), qe = ee && bt(ee);
24933
24933
  return !qe || qe.length === 0 || (qe == null ? void 0 : qe.length) === 1 && qe[0].tagName === "IFRAME" ? !0 : (qe == null ? void 0 : qe.length) === 1 && qe[0].tagName === "DIV" && qe[0].getAttribute("slot") === ce && (($e = (Ee = qe[0]) == null ? void 0 : Ee.textContent) == null ? void 0 : $e.trim()) === "";
24934
24934
  }
24935
24935
  function U(ie) {
24936
24936
  i && (z == null || z.dispatchEvent(new CustomEvent("_close", { composed: !0 })), ie.stopPropagation());
24937
24937
  }
24938
- const ee = (ie) => {
24938
+ const te = (ie) => {
24939
24939
  if (V)
24940
24940
  switch (ie.key) {
24941
24941
  case "Escape":
@@ -26580,7 +26580,7 @@ function S3(t, e, o) {
26580
26580
  qe(), lt.stopPropagation();
26581
26581
  }), X(), D();
26582
26582
  });
26583
- function ee() {
26583
+ function te() {
26584
26584
  document.body.addEventListener("keydown", K);
26585
26585
  }
26586
26586
  function K(de) {
@@ -26613,13 +26613,13 @@ function S3(t, e, o) {
26613
26613
  }
26614
26614
  }
26615
26615
  function ie() {
26616
- l || (q || Ve(document.body, "goa:closePopover", { target: W }), o(16, n = !0), ee(), Ve(P, "_open"), setTimeout(
26616
+ l || (q || Ve(document.body, "goa:closePopover", { target: W }), o(16, n = !0), te(), Ve(P, "_open"), setTimeout(
26617
26617
  () => {
26618
26618
  const de = ce(B);
26619
26619
  de == null || de.focus();
26620
26620
  },
26621
26621
  0
26622
- ), document.body.addEventListener("click", te));
26622
+ ), document.body.addEventListener("click", ee));
26623
26623
  }
26624
26624
  function ce(de) {
26625
26625
  if (de.tabIndex >= 0)
@@ -26632,13 +26632,13 @@ function S3(t, e, o) {
26632
26632
  }
26633
26633
  return null;
26634
26634
  }
26635
- function te(de) {
26635
+ function ee(de) {
26636
26636
  if (de.stopPropagation(), !ne) return;
26637
26637
  const Je = ne.getBoundingClientRect(), lt = E1(de.clientX, de.clientY, Je.x, Je.y, Je.width, Je.height);
26638
26638
  !J && lt || n && qe();
26639
26639
  }
26640
26640
  function qe() {
26641
- n && (!P || !W || !ne || (o(16, n = !1), Q(), window.removeEventListener("popstate", N, !0), Ve(P, "_close"), W.focus(), document.body.removeEventListener("click", te)));
26641
+ n && (!P || !W || !ne || (o(16, n = !1), Q(), window.removeEventListener("popstate", N, !0), Ve(P, "_close"), W.focus(), document.body.removeEventListener("click", ee)));
26642
26642
  }
26643
26643
  function Ee(de) {
26644
26644
  n ? qe() : ie(), de.stopPropagation();
@@ -27204,7 +27204,7 @@ function D3(t, e, o) {
27204
27204
  const d = vt(a);
27205
27205
  let { value: s } = e, { name: f = "" } = e, { label: g = "" } = e, { description: v = "" } = e, { disabled: h = "false" } = e, { error: b = "false" } = e, { checked: _ = "false" } = e, { arialabel: p = "" } = e, { revealarialabel: C = "" } = e, { maxwidth: L = "none" } = e, { mt: z = null } = e, { mr: M = null } = e, { mb: j = null } = e, { ml: q = null } = e, V, E, Z = [], A = 0, H = "1", R = !1;
27206
27206
  xe(() => {
27207
- T(), U(), ee(), J(), O();
27207
+ T(), U(), te(), J(), O();
27208
27208
  });
27209
27209
  function J() {
27210
27210
  nt(V, (Y, ie) => {
@@ -27272,7 +27272,7 @@ function D3(t, e, o) {
27272
27272
  o(16, i = ie.disabled || Te(h)), o(21, b = Gt(ie.error)), o(22, _ = Gt(ie.checked)), o(1, v = ie.description), o(0, f = ie.name), o(23, C = ie.revealAriaLabel), o(13, H = ie.version || "1"), o(14, R = ie.compact || !1);
27273
27273
  });
27274
27274
  }
27275
- function ee() {
27275
+ function te() {
27276
27276
  V.addEventListener("radio-group:select", (Y) => {
27277
27277
  o(15, l = Y.detail.checked);
27278
27278
  });
@@ -27656,9 +27656,9 @@ function O3(t, e, o) {
27656
27656
  bubbles: !0,
27657
27657
  detail: { name: v, value: h, label: X }
27658
27658
  }
27659
- )), ee(h));
27659
+ )), te(h));
27660
27660
  }
27661
- function ee(D) {
27661
+ function te(D) {
27662
27662
  R.forEach((X) => {
27663
27663
  X.el.dispatchEvent(new CustomEvent(
27664
27664
  "radio-group:select",
@@ -27684,7 +27684,7 @@ function O3(t, e, o) {
27684
27684
  32768 && o(18, i = Te(_)), t.$$.dirty[0] & /*size*/
27685
27685
  65536 && o(10, n = L === "compact"), t.$$.dirty[0] & /*isDisabled, version, isCompact*/
27686
27686
  263170 && T(), t.$$.dirty[0] & /*value*/
27687
- 4096 && h !== void 0 && ee(h), t.$$.dirty[0] & /*error, _error, _prevError, _rootEl*/
27687
+ 4096 && h !== void 0 && te(h), t.$$.dirty[0] & /*error, _error, _prevError, _rootEl*/
27688
27688
  140032 && (o(8, Z = Te(p)), Z !== A && (Ve(H, "error::change", { isError: Z }, { bubbles: !0 }), o(17, A = Z)), T());
27689
27689
  }, [
27690
27690
  b,
@@ -29749,21 +29749,21 @@ function A4(t) {
29749
29749
  let e, o, i, n, l, r, a;
29750
29750
  const c = (
29751
29751
  /*#slots*/
29752
- t[7].heading
29752
+ t[8].heading
29753
29753
  ), d = ge(
29754
29754
  c,
29755
29755
  t,
29756
29756
  /*$$scope*/
29757
- t[6],
29757
+ t[7],
29758
29758
  Hr
29759
29759
  ), s = (
29760
29760
  /*#slots*/
29761
- t[7].default
29761
+ t[8].default
29762
29762
  ), f = ge(
29763
29763
  s,
29764
29764
  t,
29765
29765
  /*$$scope*/
29766
- t[6],
29766
+ t[7],
29767
29767
  null
29768
29768
  );
29769
29769
  return {
@@ -29775,25 +29775,25 @@ function A4(t) {
29775
29775
  t[0]);
29776
29776
  },
29777
29777
  m(g, v) {
29778
- S(g, e, v), k(e, o), d && d.m(o, null), k(o, i), k(o, n), t[8](o), k(e, l), k(e, r), f && f.m(r, null), t[9](r), t[10](e), a = !0;
29778
+ S(g, e, v), k(e, o), d && d.m(o, null), k(o, i), k(o, n), t[9](o), k(e, l), k(e, r), f && f.m(r, null), t[10](r), t[11](e), a = !0;
29779
29779
  },
29780
29780
  p(g, [v]) {
29781
29781
  d && d.p && (!a || v & /*$$scope*/
29782
- 64) && he(
29782
+ 128) && he(
29783
29783
  d,
29784
29784
  c,
29785
29785
  g,
29786
29786
  /*$$scope*/
29787
- g[6],
29787
+ g[7],
29788
29788
  a ? ve(
29789
29789
  c,
29790
29790
  /*$$scope*/
29791
- g[6],
29791
+ g[7],
29792
29792
  v,
29793
29793
  V4
29794
29794
  ) : me(
29795
29795
  /*$$scope*/
29796
- g[6]
29796
+ g[7]
29797
29797
  ),
29798
29798
  Hr
29799
29799
  ), (!a || v & /*heading*/
@@ -29802,21 +29802,21 @@ function A4(t) {
29802
29802
  /*heading*/
29803
29803
  g[1]
29804
29804
  ), f && f.p && (!a || v & /*$$scope*/
29805
- 64) && he(
29805
+ 128) && he(
29806
29806
  f,
29807
29807
  s,
29808
29808
  g,
29809
29809
  /*$$scope*/
29810
- g[6],
29810
+ g[7],
29811
29811
  a ? ve(
29812
29812
  s,
29813
29813
  /*$$scope*/
29814
- g[6],
29814
+ g[7],
29815
29815
  v,
29816
29816
  null
29817
29817
  ) : me(
29818
29818
  /*$$scope*/
29819
- g[6]
29819
+ g[7]
29820
29820
  ),
29821
29821
  null
29822
29822
  ), (!a || v & /*open*/
@@ -29830,32 +29830,33 @@ function A4(t) {
29830
29830
  $(d, g), $(f, g), a = !1;
29831
29831
  },
29832
29832
  d(g) {
29833
- g && x(e), d && d.d(g), t[8](null), f && f.d(g), t[9](null), t[10](null);
29833
+ g && x(e), d && d.d(g), t[9](null), f && f.d(g), t[10](null), t[11](null);
29834
29834
  }
29835
29835
  };
29836
29836
  }
29837
29837
  function P4(t, e, o) {
29838
29838
  let { $$slots: i = {}, $$scope: n } = e;
29839
29839
  const l = vt(i);
29840
- let { heading: r = "" } = e, { open: a = !1 } = e, { disabled: c = !1 } = e, d, s, f;
29840
+ let { heading: r = "" } = e, { open: a = !1 } = e, { disabled: c = !1 } = e, { slug: d = "" } = e, s, f, g;
29841
29841
  xe(() => {
29842
- Qt(f), g(), h();
29842
+ Qt(g), v(), b();
29843
29843
  });
29844
- function g() {
29844
+ function v() {
29845
29845
  setTimeout(
29846
29846
  () => {
29847
- const C = l.heading ? "slot" : "string";
29848
- d == null || d.dispatchEvent(new CustomEvent(
29847
+ const L = l.heading ? "slot" : "string";
29848
+ s == null || s.dispatchEvent(new CustomEvent(
29849
29849
  "tab:mounted",
29850
29850
  {
29851
29851
  composed: !0,
29852
29852
  bubbles: !0,
29853
29853
  detail: {
29854
- el: d,
29855
- headingType: C,
29856
- heading: C === "string" ? r : v(),
29854
+ el: s,
29855
+ headingType: L,
29856
+ heading: L === "string" ? r : h(),
29857
+ disabled: c,
29857
29858
  open: a,
29858
- disabled: c
29859
+ slug: d
29859
29860
  }
29860
29861
  }
29861
29862
  ));
@@ -29863,49 +29864,63 @@ function P4(t, e, o) {
29863
29864
  1
29864
29865
  );
29865
29866
  }
29866
- function v() {
29867
- return bt(s, "*")[0];
29868
- }
29869
29867
  function h() {
29870
- d.addEventListener("tabs:set-open", (C) => {
29871
- const L = C.detail;
29872
- o(0, a = !!L.open);
29868
+ return bt(f, "*")[0];
29869
+ }
29870
+ function b() {
29871
+ s.addEventListener("tabs:set-open", (L) => {
29872
+ const z = L.detail;
29873
+ o(0, a = !!z.open);
29873
29874
  });
29874
29875
  }
29875
- function b(C) {
29876
- ue[C ? "unshift" : "push"](() => {
29877
- s = C, o(3, s);
29876
+ function _(L) {
29877
+ ue[L ? "unshift" : "push"](() => {
29878
+ f = L, o(3, f);
29878
29879
  });
29879
29880
  }
29880
- function _(C) {
29881
- ue[C ? "unshift" : "push"](() => {
29882
- f = C, o(4, f);
29881
+ function p(L) {
29882
+ ue[L ? "unshift" : "push"](() => {
29883
+ g = L, o(4, g);
29883
29884
  });
29884
29885
  }
29885
- function p(C) {
29886
- ue[C ? "unshift" : "push"](() => {
29887
- d = C, o(2, d);
29886
+ function C(L) {
29887
+ ue[L ? "unshift" : "push"](() => {
29888
+ s = L, o(2, s);
29888
29889
  });
29889
29890
  }
29890
- return t.$$set = (C) => {
29891
- "heading" in C && o(1, r = C.heading), "open" in C && o(0, a = C.open), "disabled" in C && o(5, c = C.disabled), "$$scope" in C && o(6, n = C.$$scope);
29891
+ return t.$$set = (L) => {
29892
+ "heading" in L && o(1, r = L.heading), "open" in L && o(0, a = L.open), "disabled" in L && o(5, c = L.disabled), "slug" in L && o(6, d = L.slug), "$$scope" in L && o(7, n = L.$$scope);
29892
29893
  }, [
29893
29894
  a,
29894
29895
  r,
29895
- d,
29896
29896
  s,
29897
29897
  f,
29898
+ g,
29898
29899
  c,
29900
+ d,
29899
29901
  n,
29900
29902
  i,
29901
- b,
29902
29903
  _,
29903
- p
29904
+ p,
29905
+ C
29904
29906
  ];
29905
29907
  }
29906
29908
  class D4 extends Ce {
29907
29909
  constructor(e) {
29908
- super(), _e(this, e, P4, A4, we, { heading: 1, open: 0, disabled: 5 }, T4);
29910
+ super(), _e(
29911
+ this,
29912
+ e,
29913
+ P4,
29914
+ A4,
29915
+ we,
29916
+ {
29917
+ heading: 1,
29918
+ open: 0,
29919
+ disabled: 5,
29920
+ slug: 6
29921
+ },
29922
+ T4
29923
+ );
29909
29924
  }
29910
29925
  get heading() {
29911
29926
  return this.$$.ctx[1];
@@ -29925,8 +29940,14 @@ class D4 extends Ce {
29925
29940
  set disabled(e) {
29926
29941
  this.$$set({ disabled: e }), w();
29927
29942
  }
29943
+ get slug() {
29944
+ return this.$$.ctx[6];
29945
+ }
29946
+ set slug(e) {
29947
+ this.$$set({ slug: e }), w();
29948
+ }
29928
29949
  }
29929
- customElements.define("goa-tab", ke(D4, { heading: {}, open: { reflect: !0, type: "String" }, disabled: { type: "Boolean" } }, ["heading", "default"], [], !0));
29950
+ customElements.define("goa-tab", ke(D4, { heading: {}, open: { reflect: !0, type: "String" }, disabled: { type: "Boolean" }, slug: {} }, ["heading", "default"], [], !0));
29930
29951
  function B4(t) {
29931
29952
  Le(t, "svelte-jme7f7", ".goatable.svelte-jme7f7.svelte-jme7f7{width:0}table.svelte-jme7f7.svelte-jme7f7{border-collapse:collapse}.v2.svelte-jme7f7 table.svelte-jme7f7{border-collapse:separate;border-spacing:0;border:var(--goa-table-container-border, 1px solid #e7e7e7);border-radius:var(--goa-table-border-radius-container, 16px);overflow:hidden}");
29932
29953
  }
@@ -30614,7 +30635,11 @@ function Q4(t) {
30614
30635
  };
30615
30636
  }
30616
30637
  const $4 = 200, e5 = 0.2, t5 = 400;
30617
- function o5(t, e, o) {
30638
+ function o5(t) {
30639
+ const o = t.toLowerCase().split(" ").map((i) => i.toLowerCase()).join("-");
30640
+ return encodeURIComponent(o);
30641
+ }
30642
+ function i5(t, e, o) {
30618
30643
  let { $$slots: i = {}, $$scope: n } = e, { initialtab: l = -1 } = e, { testid: r = "" } = e, { version: a = "1" } = e, { variant: c = "default" } = e, d, s, f, g = 1, v = [], h, b = !0, _ = 0, p = 0, C = 30, L = 0, z = 1;
30619
30644
  xe(() => {
30620
30645
  Qt(d), E(), A(), J();
@@ -30679,19 +30704,19 @@ function o5(t, e, o) {
30679
30704
  detail: { open: X + 1 === g }
30680
30705
  }
30681
30706
  )), D.headingType === "slot")
30682
- Y = D.heading;
30707
+ Y = D.heading, N = D.slug;
30683
30708
  else {
30684
- const te = D.heading;
30685
- Y = document.createElement("div"), Y.textContent = te, N = te;
30709
+ const ee = D.heading;
30710
+ Y = document.createElement("div"), Y.textContent = ee, N = D.slug || o5(ee);
30686
30711
  }
30687
30712
  Y.classList.add("tab"), N || (N = "tab-" + X);
30688
30713
  const ie = document.createElement("a");
30689
30714
  if (ie.setAttribute("id", `tab-${X + 1}`), ie.setAttribute("data-testid", `tab-${X + 1}`), ie.setAttribute("role", "tab"), ie.setAttribute("href", `${K}${Q}#${N}`), ie.setAttribute("aria-controls", `tabpanel-${X + 1}`), c === "segmented") {
30690
- const te = ((ce = Y.textContent) == null ? void 0 : ce.trim()) || "";
30691
- te && ie.setAttribute("data-text", te);
30715
+ const ee = ((ce = Y.textContent) == null ? void 0 : ce.trim()) || "";
30716
+ ee && ie.setAttribute("data-text", ee);
30692
30717
  }
30693
- D.disabled ? (ie.setAttribute("aria-disabled", "true"), ie.addEventListener("click", (te) => {
30694
- te.preventDefault(), te.stopPropagation();
30718
+ D.disabled ? (ie.setAttribute("aria-disabled", "true"), ie.addEventListener("click", (ee) => {
30719
+ ee.preventDefault(), ee.stopPropagation();
30695
30720
  })) : ie.addEventListener("click", () => W(X + 1)), ie.appendChild(Y), s == null || s.appendChild(ie);
30696
30721
  }), c === "segmented" && requestAnimationFrame(() => {
30697
30722
  P({ withAnimation: !1 });
@@ -30754,12 +30779,12 @@ function o5(t, e, o) {
30754
30779
  }
30755
30780
  ));
30756
30781
  if (f.setAttribute("aria-labelledby", `tab-${g}`), f.setAttribute("id", `tabpanel-${g}`), D) {
30757
- const X = new URL(D), Y = window.location.href.split("#").slice(1).filter((ce) => !ce.startsWith("tab-")), ie = [X.hash.substring(1), ...Y].filter(Boolean).join("#");
30758
- if (history.replaceState({}, "", X.pathname + X.search + (ie ? "#" + ie : "")), b) {
30759
- const ce = Y[0];
30760
- ce && Ge().then(() => {
30761
- const te = document.getElementById(ce) || document.querySelector(`[name="${ce}"]`);
30762
- te && te.scrollIntoView({ behavior: "smooth" });
30782
+ const X = new URL(D), Y = window.location.href.split("#").slice(1).filter((ee) => !ee.startsWith("tab-")), ce = [.../* @__PURE__ */ new Set([X.hash.substring(1), ...Y])].filter(Boolean).join("#");
30783
+ if (history.replaceState({}, "", X.pathname + X.search + (ce ? "#" + ce : "")), b) {
30784
+ const ee = Y[0];
30785
+ ee && Ge().then(() => {
30786
+ const qe = document.getElementById(ee) || document.querySelector(`[name="${ee}"]`);
30787
+ qe && qe.scrollIntoView({ behavior: "smooth" });
30763
30788
  });
30764
30789
  }
30765
30790
  }
@@ -30805,7 +30830,7 @@ function o5(t, e, o) {
30805
30830
  f = K, o(5, f);
30806
30831
  });
30807
30832
  }
30808
- function ee(K) {
30833
+ function te(K) {
30809
30834
  ue[K ? "unshift" : "push"](() => {
30810
30835
  d = K, o(3, d);
30811
30836
  });
@@ -30828,15 +30853,15 @@ function o5(t, e, o) {
30828
30853
  i,
30829
30854
  T,
30830
30855
  U,
30831
- ee
30856
+ te
30832
30857
  ];
30833
30858
  }
30834
- class i5 extends Ce {
30859
+ class n5 extends Ce {
30835
30860
  constructor(e) {
30836
30861
  super(), _e(
30837
30862
  this,
30838
30863
  e,
30839
- o5,
30864
+ i5,
30840
30865
  Q4,
30841
30866
  we,
30842
30867
  {
@@ -30874,8 +30899,8 @@ class i5 extends Ce {
30874
30899
  this.$$set({ variant: e }), w();
30875
30900
  }
30876
30901
  }
30877
- customElements.define("goa-tabs", ke(i5, { initialtab: {}, testid: {}, version: {}, variant: {} }, ["default"], [], !0));
30878
- function n5(t) {
30902
+ customElements.define("goa-tabs", ke(n5, { initialtab: {}, testid: {}, version: {}, variant: {} }, ["default"], [], !0));
30903
+ function l5(t) {
30879
30904
  Le(t, "svelte-1w932we", ".notification-container.svelte-1w932we{position:fixed;display:flex;flex-direction:column;gap:1rem;z-index:1000}.pos-top.svelte-1w932we{top:20px}.pos-bottom.svelte-1w932we{bottom:20px}.pos-left.svelte-1w932we{left:20px;transform:none}.pos-center.svelte-1w932we{left:50%;transform:translateX(-50%)}.pos-right.svelte-1w932we{right:20px;transform:none}.sr-only.svelte-1w932we{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0}");
30880
30905
  }
30881
30906
  function Ar(t) {
@@ -30921,7 +30946,7 @@ function Ar(t) {
30921
30946
  }
30922
30947
  };
30923
30948
  }
30924
- function l5(t) {
30949
+ function r5(t) {
30925
30950
  var c;
30926
30951
  let e, o, i, n = (
30927
30952
  /*_notification*/
@@ -31040,7 +31065,7 @@ function Pr(t) {
31040
31065
  }
31041
31066
  return t;
31042
31067
  }
31043
- function r5(t, e, o) {
31068
+ function a5(t, e, o) {
31044
31069
  let { vPosition: i = "bottom" } = e, { hPosition: n = "center" } = e, { testid: l } = e, r = [], a, c;
31045
31070
  xe(() => nt(window.document.body, (b, _, p) => {
31046
31071
  switch (b) {
@@ -31126,9 +31151,9 @@ function r5(t, e, o) {
31126
31151
  "vPosition" in b && o(0, i = b.vPosition), "hPosition" in b && o(1, n = b.hPosition), "testid" in b && o(2, l = b.testid);
31127
31152
  }, [i, n, l, a];
31128
31153
  }
31129
- class a5 extends Ce {
31154
+ class s5 extends Ce {
31130
31155
  constructor(e) {
31131
- super(), _e(this, e, r5, l5, we, { vPosition: 0, hPosition: 1, testid: 2 }, n5);
31156
+ super(), _e(this, e, a5, r5, we, { vPosition: 0, hPosition: 1, testid: 2 }, l5);
31132
31157
  }
31133
31158
  get vPosition() {
31134
31159
  return this.$$.ctx[0];
@@ -31149,8 +31174,8 @@ class a5 extends Ce {
31149
31174
  this.$$set({ testid: e }), w();
31150
31175
  }
31151
31176
  }
31152
- customElements.define("goa-temp-notification-ctrl", ke(a5, { vPosition: { type: "String", attribute: "vertical-position" }, hPosition: { type: "String", attribute: "horizontal-position" }, testid: { type: "String", attribute: "testid" } }, [], [], !0));
31153
- function s5(t) {
31177
+ customElements.define("goa-temp-notification-ctrl", ke(s5, { vPosition: { type: "String", attribute: "vertical-position" }, hPosition: { type: "String", attribute: "horizontal-position" }, testid: { type: "String", attribute: "testid" } }, [], [], !0));
31178
+ function c5(t) {
31154
31179
  Le(t, "svelte-g62gpr", `.snackbar.svelte-g62gpr.svelte-g62gpr{box-sizing:border-box;position:relative;display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;border-radius:var(--goa-temporary-notification-borderRadius, var(--goa-border-radius-m));gap:var(--goa-temporary-notification-row-gap, var(--goa-space-m));padding:var(--goa-temporary-notification-padding, var(--goa-space-m) var(--goa-space-l));max-width:var(--goa-temporary-notification-max-width, 640px);color:var(--goa-temporary-notification-color-text, var(--goa-color-text-light));transition:transform var(--goa-temporary-notification-transition-duration, 0.3s) ease,
31155
31180
  opacity var(--goa-temporary-notification-transition-duration, 0.3s) ease;overflow:hidden}.snackbar.progress.svelte-g62gpr.svelte-g62gpr,.snackbar.indeterminate.svelte-g62gpr.svelte-g62gpr{padding:var(--goa-temporary-notification-padding-with-progress, var(--goa-space-m) var(--goa-space-l) 22px var(--goa-space-l))}.content.svelte-g62gpr.svelte-g62gpr{display:flex;align-items:flex-start;gap:var(--goa-temporary-notification-column-gap, var(--goa-space-s));flex:1 1 auto;min-width:0}@media(min-width: 624px){.snackbar.svelte-g62gpr.svelte-g62gpr{min-width:var(--goa-temporary-notification-min-width-desktop, 360px)}}@media(max-width: 623px){.snackbar.svelte-g62gpr.svelte-g62gpr{margin:0 var(--goa-space-m);width:calc(100vw - var(--goa-space-m) * 2)}}.snackbar.basic.svelte-g62gpr.svelte-g62gpr,.snackbar.indeterminate.svelte-g62gpr.svelte-g62gpr,.snackbar.progress.svelte-g62gpr.svelte-g62gpr{border:var(--goa-temporary-notification-borderWidth, var(--goa-border-width-s)) solid var(--goa-temporary-notification-color-border, var(--goa-color-greyscale-700));background:var(--goa-temporary-notification-color-bg-basic, var(--goa-color-greyscale-black))}.action.svelte-g62gpr.svelte-g62gpr{flex-grow:1;text-align:right}progress.svelte-g62gpr.svelte-g62gpr{position:absolute;display:flex;bottom:0;left:0;width:100%;height:var(--goa-temporary-notification-progress-bar-height, 6px);border-radius:0 0 var(--goa-temporary-notification-progress-bar-borderRadius, 0) var(--goa-temporary-notification-progress-bar-borderRadius, 0)}progress.svelte-g62gpr.svelte-g62gpr::-webkit-progress-bar{background-color:var(--goa-temporary-notification-progress-bar-color-bg, #adadad);border-radius:0 0 var(--goa-temporary-notification-progress-bar-borderRadius, 0) var(--goa-temporary-notification-progress-bar-borderRadius, 0)}progress.svelte-g62gpr.svelte-g62gpr::-webkit-progress-value{background-color:var(--goa-temporary-notification-progress-bar-color-fill, white);border-radius:0 0 var(--goa-temporary-notification-progress-bar-borderRadius, 0) var(--goa-temporary-notification-progress-bar-borderRadius, 0)}progress.svelte-g62gpr.svelte-g62gpr::-moz-progress-bar{background-color:var(--goa-temporary-notification-progress-bar-color-fill, white);border-radius:0 0 var(--goa-temporary-notification-progress-bar-borderRadius, 0) var(--goa-temporary-notification-progress-bar-borderRadius, 0)}.show.svelte-g62gpr.svelte-g62gpr{opacity:1}.show.animate-up.svelte-g62gpr.svelte-g62gpr{transform:translateY(0)}.show.animate-down.svelte-g62gpr.svelte-g62gpr{transform:translateY(0)}.hide.svelte-g62gpr.svelte-g62gpr{opacity:0}.hide.animate-up.svelte-g62gpr.svelte-g62gpr{transform:translateY(calc(-1 * var(--goa-temporary-notification-animation-distance, 100px)))}.hide.animate-down.svelte-g62gpr.svelte-g62gpr{transform:translateY(var(--goa-temporary-notification-animation-distance, 100px))}.snackbar.success.svelte-g62gpr.svelte-g62gpr{background:var(--goa-temporary-notification-color-bg-success, var(--goa-color-success-default))}.snackbar.failure.svelte-g62gpr.svelte-g62gpr{background:var(--goa-temporary-notification-color-bg-failure, var(--goa-color-emergency-default))}.message.svelte-g62gpr.svelte-g62gpr{flex:1 1 auto;font:var(--goa-temporary-notification-typography, var(--goa-typography-body-m))}.content.svelte-g62gpr:has(goa-icon) .message.svelte-g62gpr{margin-top:var(--goa-temporary-notification-padding-text-top, var(--goa-space-2xs))}`);
31156
31181
  }
@@ -31209,7 +31234,7 @@ function Ir(t) {
31209
31234
  }
31210
31235
  };
31211
31236
  }
31212
- function c5(t) {
31237
+ function d5(t) {
31213
31238
  let e;
31214
31239
  return {
31215
31240
  c() {
@@ -31224,7 +31249,7 @@ function c5(t) {
31224
31249
  }
31225
31250
  };
31226
31251
  }
31227
- function d5(t) {
31252
+ function u5(t) {
31228
31253
  let e;
31229
31254
  return {
31230
31255
  c() {
@@ -31244,7 +31269,7 @@ function d5(t) {
31244
31269
  }
31245
31270
  };
31246
31271
  }
31247
- function u5(t) {
31272
+ function f5(t) {
31248
31273
  let e, o, i, n, l, r, a, c, d = (
31249
31274
  /*type*/
31250
31275
  t[1] === "success" && Dr()
@@ -31259,11 +31284,11 @@ function u5(t) {
31259
31284
  if (
31260
31285
  /*type*/
31261
31286
  b[1] === "progress"
31262
- ) return d5;
31287
+ ) return u5;
31263
31288
  if (
31264
31289
  /*type*/
31265
31290
  b[1] === "indeterminate"
31266
- ) return c5;
31291
+ ) return d5;
31267
31292
  }
31268
31293
  let v = g(t), h = v && v(t);
31269
31294
  return {
@@ -31397,19 +31422,19 @@ function u5(t) {
31397
31422
  };
31398
31423
  }
31399
31424
  const Oa = "large";
31400
- function f5(t, e, o) {
31425
+ function g5(t, e, o) {
31401
31426
  let { message: i = "" } = e, { type: n = "basic" } = e, { progress: l = -1 } = e, { testid: r = "" } = e, { actionText: a = "" } = e, { visible: c = !0 } = e, { animationDirection: d = "down" } = e;
31402
31427
  return t.$$set = (s) => {
31403
31428
  "message" in s && o(0, i = s.message), "type" in s && o(1, n = s.type), "progress" in s && o(2, l = s.progress), "testid" in s && o(3, r = s.testid), "actionText" in s && o(4, a = s.actionText), "visible" in s && o(5, c = s.visible), "animationDirection" in s && o(6, d = s.animationDirection);
31404
31429
  }, [i, n, l, r, a, c, d];
31405
31430
  }
31406
- class g5 extends Ce {
31431
+ class v5 extends Ce {
31407
31432
  constructor(e) {
31408
31433
  super(), _e(
31409
31434
  this,
31410
31435
  e,
31436
+ g5,
31411
31437
  f5,
31412
- u5,
31413
31438
  we,
31414
31439
  {
31415
31440
  message: 0,
@@ -31420,7 +31445,7 @@ class g5 extends Ce {
31420
31445
  visible: 5,
31421
31446
  animationDirection: 6
31422
31447
  },
31423
- s5
31448
+ c5
31424
31449
  );
31425
31450
  }
31426
31451
  get message() {
@@ -31466,8 +31491,8 @@ class g5 extends Ce {
31466
31491
  this.$$set({ animationDirection: e }), w();
31467
31492
  }
31468
31493
  }
31469
- customElements.define("goa-temp-notification", ke(g5, { message: { type: "String", attribute: "message" }, type: { type: "String", attribute: "type" }, progress: { type: "Number", attribute: "progress" }, testid: { type: "String", attribute: "testid", reflect: !0 }, actionText: { type: "String", attribute: "action-text" }, visible: { type: "Boolean", attribute: "visible" }, animationDirection: { type: "String", attribute: "animation-direction" } }, [], [], !0));
31470
- function v5(t) {
31494
+ customElements.define("goa-temp-notification", ke(v5, { message: { type: "String", attribute: "message" }, type: { type: "String", attribute: "type" }, progress: { type: "Number", attribute: "progress" }, testid: { type: "String", attribute: "testid", reflect: !0 }, actionText: { type: "String", attribute: "action-text" }, visible: { type: "Boolean", attribute: "visible" }, animationDirection: { type: "String", attribute: "animation-direction" } }, [], [], !0));
31495
+ function h5(t) {
31471
31496
  Le(t, "svelte-op3hfx", "h1, h2, h3, h4, h5{margin:0}.heading-xl.svelte-op3hfx{font:var(--goa-typography-heading-xl)}.heading-l.svelte-op3hfx{font:var(--goa-typography-heading-l)}.heading-m.svelte-op3hfx{font:var(--goa-typography-heading-m)}.heading-s.svelte-op3hfx{font:var(--goa-typography-heading-s)}.heading-xs.svelte-op3hfx{font:var(--goa-typography-heading-xs)}.body-l.svelte-op3hfx{font:var(--goa-typography-body-l)}.body-m.svelte-op3hfx{font:var(--goa-typography-body-m)}.body-s.svelte-op3hfx{font:var(--goa-typography-body-s)}.body-xs.svelte-op3hfx{font:var(--goa-typography-body-xs)}@media(max-width: 623px){.heading-xl.svelte-op3hfx{font:var(--goa-typography-mobile-heading-xl)}.heading-l.svelte-op3hfx{font:var(--goa-typography-mobile-heading-l)}.heading-m.svelte-op3hfx{font:var(--goa-typography-mobile-heading-m)}.heading-s.svelte-op3hfx{font:var(--goa-typography-mobile-heading-s)}.heading-xs.svelte-op3hfx{font:var(--goa-typography-mobile-heading-xs)}.body-l.svelte-op3hfx{font:var(--goa-typography-mobile-body-l)}.body-m.svelte-op3hfx{font:var(--goa-typography-mobile-body-m)}.body-s.svelte-op3hfx{font:var(--goa-typography-mobile-body-s)}.body-xs.svelte-op3hfx{font:var(--goa-typography-mobile-body-xs)}}");
31472
31497
  }
31473
31498
  function Yo(t) {
@@ -31589,7 +31614,7 @@ function Yo(t) {
31589
31614
  }
31590
31615
  };
31591
31616
  }
31592
- function h5(t) {
31617
+ function m5(t) {
31593
31618
  let e = (
31594
31619
  /*as*/
31595
31620
  t[0]
@@ -31626,7 +31651,7 @@ function h5(t) {
31626
31651
  }
31627
31652
  };
31628
31653
  }
31629
- function m5(t) {
31654
+ function b5(t) {
31630
31655
  switch (t) {
31631
31656
  case "h1":
31632
31657
  return "heading-xl";
@@ -31642,7 +31667,7 @@ function m5(t) {
31642
31667
  return;
31643
31668
  }
31644
31669
  }
31645
- function b5(t, e, o) {
31670
+ function p5(t, e, o) {
31646
31671
  let i, { $$slots: n = {}, $$scope: l } = e, { as: r = "div" } = e, { maxWidth: a = "65ch" } = e, { size: c = void 0 } = e, { color: d = "primary" } = e, { mt: s = null } = e, { mr: f = null } = e, { mb: g = null } = e, { ml: v = null } = e, h = null, b = null;
31647
31672
  function _() {
31648
31673
  if (g)
@@ -31695,7 +31720,7 @@ function b5(t, e, o) {
31695
31720
  "as" in C && o(0, r = C.as), "maxWidth" in C && o(1, a = C.maxWidth), "size" in C && o(8, c = C.size), "color" in C && o(2, d = C.color), "mt" in C && o(9, s = C.mt), "mr" in C && o(3, f = C.mr), "mb" in C && o(10, g = C.mb), "ml" in C && o(4, v = C.ml), "$$scope" in C && o(11, l = C.$$scope);
31696
31721
  }, t.$$.update = () => {
31697
31722
  t.$$.dirty & /*size, as*/
31698
- 257 && o(7, i = c ?? m5(r));
31723
+ 257 && o(7, i = c ?? b5(r));
31699
31724
  }, [
31700
31725
  r,
31701
31726
  a,
@@ -31712,13 +31737,13 @@ function b5(t, e, o) {
31712
31737
  n
31713
31738
  ];
31714
31739
  }
31715
- class p5 extends Ce {
31740
+ class w5 extends Ce {
31716
31741
  constructor(e) {
31717
31742
  super(), _e(
31718
31743
  this,
31719
31744
  e,
31720
- b5,
31721
- h5,
31745
+ p5,
31746
+ m5,
31722
31747
  we,
31723
31748
  {
31724
31749
  as: 0,
@@ -31730,7 +31755,7 @@ class p5 extends Ce {
31730
31755
  mb: 10,
31731
31756
  ml: 4
31732
31757
  },
31733
- v5
31758
+ h5
31734
31759
  );
31735
31760
  }
31736
31761
  get as() {
@@ -31782,8 +31807,8 @@ class p5 extends Ce {
31782
31807
  this.$$set({ ml: e }), w();
31783
31808
  }
31784
31809
  }
31785
- customElements.define("goa-text", ke(p5, { as: {}, maxWidth: {}, size: {}, color: {}, mt: {}, mr: {}, mb: {}, ml: {} }, ["default"], [], !0));
31786
- function w5(t) {
31810
+ customElements.define("goa-text", ke(w5, { as: {}, maxWidth: {}, size: {}, color: {}, mt: {}, mr: {}, mb: {}, ml: {} }, ["default"], [], !0));
31811
+ function _5(t) {
31787
31812
  Le(t, "svelte-d4p8uc", `:host{box-sizing:border-box;font-family:var(--goa-font-family-sans);display:inline-block}#container.svelte-d4p8uc.svelte-d4p8uc{container:self / inline-size;box-sizing:border-box}.root.svelte-d4p8uc.svelte-d4p8uc{transition:box-shadow 0.05s ease-in;position:relative;max-width:var(--width, 100%);padding-bottom:var(
31788
31813
  --char-count-padding
31789
31814
  );box-shadow:var(--goa-text-area-border);border-radius:var(--goa-text-area-border-radius);background:var(--goa-text-area-color-bg)}.root.svelte-d4p8uc.svelte-d4p8uc:hover{box-shadow:var(--goa-text-area-border-hover)}.root.svelte-d4p8uc.svelte-d4p8uc:focus-within{box-shadow:var(--goa-text-area-border), var(--goa-text-area-border-focus)}.error.svelte-d4p8uc.svelte-d4p8uc,.error.svelte-d4p8uc.svelte-d4p8uc:hover{box-shadow:var(--goa-text-area-border-error)}.error.svelte-d4p8uc.svelte-d4p8uc:focus{box-shadow:var(--goa-text-area-border), var(--goa-text-area-border-focus)}.error.svelte-d4p8uc.svelte-d4p8uc:focus-within:hover{box-shadow:var(--goa-text-area-border), var(--goa-text-area-border-focus)}.disabled.svelte-d4p8uc.svelte-d4p8uc,.disabled.svelte-d4p8uc.svelte-d4p8uc:hover{background-color:var(--goa-text-area-color-bg-disabled);cursor:default;box-shadow:var(--goa-text-area-border-disabled);resize:none}textarea.svelte-d4p8uc.svelte-d4p8uc:disabled{resize:none;color:var(--goa-text-area-color-text-disabled)}.readonly.svelte-d4p8uc.svelte-d4p8uc,.readonly.svelte-d4p8uc.svelte-d4p8uc:hover{background-color:var(
@@ -31799,13 +31824,13 @@ function Zr(t) {
31799
31824
  l[7] && /*count*/
31800
31825
  l[20] > /*maxcount*/
31801
31826
  l[8]
31802
- ) return k5;
31827
+ ) return C5;
31803
31828
  if (
31804
31829
  /*countby*/
31805
31830
  l[7] && /*count*/
31806
31831
  l[20] <= /*maxcount*/
31807
31832
  l[8]
31808
- ) return _5;
31833
+ ) return k5;
31809
31834
  }
31810
31835
  let i = o(t), n = i && i(t);
31811
31836
  return {
@@ -31836,7 +31861,7 @@ function Zr(t) {
31836
31861
  }
31837
31862
  };
31838
31863
  }
31839
- function _5(t) {
31864
+ function k5(t) {
31840
31865
  let e = (
31841
31866
  /*maxcount*/
31842
31867
  t[8] - /*count*/
@@ -31873,7 +31898,7 @@ function _5(t) {
31873
31898
  }
31874
31899
  };
31875
31900
  }
31876
- function k5(t) {
31901
+ function C5(t) {
31877
31902
  let e = (
31878
31903
  /*count*/
31879
31904
  t[20] - /*maxcount*/
@@ -31946,7 +31971,7 @@ function Or(t) {
31946
31971
  }
31947
31972
  };
31948
31973
  }
31949
- function C5(t) {
31974
+ function y5(t) {
31950
31975
  let e, o, i, n, l, r, a, c, d, s, f = (
31951
31976
  /*maxcount*/
31952
31977
  t[8] > 0 && !/*isDisabled*/
@@ -32182,7 +32207,7 @@ function C5(t) {
32182
32207
  }
32183
32208
  };
32184
32209
  }
32185
- function y5(t, e, o) {
32210
+ function z5(t, e, o) {
32186
32211
  let i, n, l, { name: r } = e, { value: a = "" } = e, { placeholder: c = "" } = e, { rows: d = 3 } = e, { testid: s = "" } = e, { width: f = "100%" } = e, { maxwidth: g = "60ch" } = e, { error: v = "false" } = e, { readonly: h = "false" } = e, { disabled: b = "false" } = e, { arialabel: _ = "" } = e, { countby: p = "" } = e, { maxcount: C = -1 } = e, { autocomplete: L = "" } = e;
32187
32212
  const [z, M] = Pe("Version", ["1", "2"]);
32188
32213
  let { version: j = "1" } = e;
@@ -32194,8 +32219,8 @@ function y5(t, e, o) {
32194
32219
  g && (qe["max-width"] = g), ba(W, ":host", qe);
32195
32220
  });
32196
32221
  function ne() {
32197
- nt(P, (te, qe) => {
32198
- switch (te) {
32222
+ nt(P, (ee, qe) => {
32223
+ switch (ee) {
32199
32224
  case zt:
32200
32225
  T(qe);
32201
32226
  break;
@@ -32211,60 +32236,60 @@ function y5(t, e, o) {
32211
32236
  }
32212
32237
  });
32213
32238
  }
32214
- function B(te) {
32215
- o(26, v = te.error ? "true" : "false");
32239
+ function B(ee) {
32240
+ o(26, v = ee.error ? "true" : "false");
32216
32241
  }
32217
- function T(te) {
32218
- o(0, a = te.value), Q(a);
32242
+ function T(ee) {
32243
+ o(0, a = ee.value), Q(a);
32219
32244
  }
32220
32245
  function U() {
32221
32246
  Ae(P, st, { name: r, el: P }, { bubbles: !0, timeout: 10 });
32222
32247
  }
32223
- function ee(te) {
32248
+ function te(ee) {
32224
32249
  i || Q(P.value);
32225
32250
  }
32226
- function K(te) {
32227
- i || D(te);
32251
+ function K(ee) {
32252
+ i || D(ee);
32228
32253
  }
32229
- function Q(te) {
32230
- Ve(P, "_change", { name: r, value: te }, { bubbles: !0 });
32254
+ function Q(ee) {
32255
+ Ve(P, "_change", { name: r, value: ee }, { bubbles: !0 });
32231
32256
  }
32232
- function D(te) {
32257
+ function D(ee) {
32233
32258
  P.dispatchEvent(new CustomEvent(
32234
32259
  "_keyPress",
32235
32260
  {
32236
32261
  composed: !0,
32237
- detail: { name: r, value: a, key: te.key }
32262
+ detail: { name: r, value: a, key: ee.key }
32238
32263
  }
32239
32264
  ));
32240
32265
  }
32241
- function X(te) {
32266
+ function X(ee) {
32242
32267
  Ve(W, "help-text::announce", void 0, { bubbles: !0 });
32243
32268
  }
32244
- function N(te) {
32269
+ function N(ee) {
32245
32270
  Ve(P, "_blur", { name: r, value: P.value }, { bubbles: !0 });
32246
32271
  }
32247
- function Y(te) {
32248
- ue[te ? "unshift" : "push"](() => {
32249
- P = te, o(18, P);
32272
+ function Y(ee) {
32273
+ ue[ee ? "unshift" : "push"](() => {
32274
+ P = ee, o(18, P);
32250
32275
  });
32251
32276
  }
32252
32277
  function ie() {
32253
32278
  a = this.value, o(0, a);
32254
32279
  }
32255
- function ce(te) {
32256
- ue[te ? "unshift" : "push"](() => {
32257
- W = te, o(17, W);
32280
+ function ce(ee) {
32281
+ ue[ee ? "unshift" : "push"](() => {
32282
+ W = ee, o(17, W);
32258
32283
  });
32259
32284
  }
32260
- return t.$$set = (te) => {
32261
- "name" in te && o(1, r = te.name), "value" in te && o(0, a = te.value), "placeholder" in te && o(2, c = te.placeholder), "rows" in te && o(3, d = te.rows), "testid" in te && o(4, s = te.testid), "width" in te && o(5, f = te.width), "maxwidth" in te && o(27, g = te.maxwidth), "error" in te && o(26, v = te.error), "readonly" in te && o(28, h = te.readonly), "disabled" in te && o(29, b = te.disabled), "arialabel" in te && o(6, _ = te.arialabel), "countby" in te && o(7, p = te.countby), "maxcount" in te && o(8, C = te.maxcount), "autocomplete" in te && o(9, L = te.autocomplete), "version" in te && o(10, j = te.version), "size" in te && o(11, E = te.size), "mt" in te && o(12, Z = te.mt), "mr" in te && o(13, A = te.mr), "mb" in te && o(14, H = te.mb), "ml" in te && o(15, R = te.ml);
32285
+ return t.$$set = (ee) => {
32286
+ "name" in ee && o(1, r = ee.name), "value" in ee && o(0, a = ee.value), "placeholder" in ee && o(2, c = ee.placeholder), "rows" in ee && o(3, d = ee.rows), "testid" in ee && o(4, s = ee.testid), "width" in ee && o(5, f = ee.width), "maxwidth" in ee && o(27, g = ee.maxwidth), "error" in ee && o(26, v = ee.error), "readonly" in ee && o(28, h = ee.readonly), "disabled" in ee && o(29, b = ee.disabled), "arialabel" in ee && o(6, _ = ee.arialabel), "countby" in ee && o(7, p = ee.countby), "maxcount" in ee && o(8, C = ee.maxcount), "autocomplete" in ee && o(9, L = ee.autocomplete), "version" in ee && o(10, j = ee.version), "size" in ee && o(11, E = ee.size), "mt" in ee && o(12, Z = ee.mt), "mr" in ee && o(13, A = ee.mr), "mb" in ee && o(14, H = ee.mb), "ml" in ee && o(15, R = ee.ml);
32262
32287
  }, t.$$.update = () => {
32263
32288
  t.$$.dirty[0] & /*error, _error, _prevError, _rootEl*/
32264
32289
  1141047296 && (o(16, J = Te(v)), J !== O && (Ve(W, "error::change", { isError: J }, { bubbles: !0 }), o(30, O = J))), t.$$.dirty[0] & /*disabled*/
32265
32290
  536870912 && o(19, i = Te(b)), t.$$.dirty[0] & /*readonly*/
32266
32291
  268435456 && o(21, n = Te(h)), t.$$.dirty[0] & /*countby, value*/
32267
- 129 && o(20, l = p === "character" ? a == null ? void 0 : a.length : a == null ? void 0 : a.split(" ").filter((te) => te.trim().length > 0).length);
32292
+ 129 && o(20, l = p === "character" ? a == null ? void 0 : a.length : a == null ? void 0 : a.split(" ").filter((ee) => ee.trim().length > 0).length);
32268
32293
  }, [
32269
32294
  a,
32270
32295
  r,
@@ -32288,7 +32313,7 @@ function y5(t, e, o) {
32288
32313
  i,
32289
32314
  l,
32290
32315
  n,
32291
- ee,
32316
+ te,
32292
32317
  K,
32293
32318
  X,
32294
32319
  N,
@@ -32302,13 +32327,13 @@ function y5(t, e, o) {
32302
32327
  ce
32303
32328
  ];
32304
32329
  }
32305
- class z5 extends Ce {
32330
+ class L5 extends Ce {
32306
32331
  constructor(e) {
32307
32332
  super(), _e(
32308
32333
  this,
32309
32334
  e,
32335
+ z5,
32310
32336
  y5,
32311
- C5,
32312
32337
  we,
32313
32338
  {
32314
32339
  name: 1,
@@ -32332,7 +32357,7 @@ class z5 extends Ce {
32332
32357
  mb: 14,
32333
32358
  ml: 15
32334
32359
  },
32335
- w5,
32360
+ _5,
32336
32361
  [-1, -1]
32337
32362
  );
32338
32363
  }
@@ -32457,12 +32482,12 @@ class z5 extends Ce {
32457
32482
  this.$$set({ ml: e }), w();
32458
32483
  }
32459
32484
  }
32460
- customElements.define("goa-textarea", ke(z5, { name: {}, value: {}, placeholder: {}, rows: {}, testid: {}, width: {}, maxwidth: {}, error: {}, readonly: {}, disabled: {}, arialabel: {}, countby: {}, maxcount: {}, autocomplete: {}, version: {}, size: {}, mt: {}, mr: {}, mb: {}, ml: {} }, [], [], !0));
32461
- function L5(t) {
32485
+ customElements.define("goa-textarea", ke(L5, { name: {}, value: {}, placeholder: {}, rows: {}, testid: {}, width: {}, maxwidth: {}, error: {}, readonly: {}, disabled: {}, arialabel: {}, countby: {}, maxcount: {}, autocomplete: {}, version: {}, size: {}, mt: {}, mr: {}, mb: {}, ml: {} }, [], [], !0));
32486
+ function M5(t) {
32462
32487
  Le(t, "svelte-q0l82d", ".svelte-q0l82d.svelte-q0l82d{box-sizing:border-box}.page.svelte-q0l82d.svelte-q0l82d{min-height:100vh;display:flex;flex-direction:column}.content.svelte-q0l82d.svelte-q0l82d{flex:1 1 auto;display:flex;flex-direction:column;gap:2rem}.header.svelte-q0l82d.svelte-q0l82d,.footer.svelte-q0l82d.svelte-q0l82d{flex:0 0 auto}main.svelte-q0l82d.svelte-q0l82d{flex:1 1 auto;padding:0 1rem}.nav.svelte-q0l82d.svelte-q0l82d{transition:transform 200ms ease-in-out;background-color:var(--goa-color-greyscale-white)}.nav.svelte-q0l82d>.svelte-q0l82d{display:block;padding:0.5rem 0}@media not (max-width: 623px){.page.svelte-q0l82d.svelte-q0l82d{gap:2rem}.content.svelte-q0l82d.svelte-q0l82d{display:flex;flex-direction:row;justify-content:center;width:min(var(--max-content-width), 100vw);margin:0 auto}.nav.svelte-q0l82d.svelte-q0l82d{padding:0 2rem;transform:translateX(0)}.nav.svelte-q0l82d.svelte-q0l82d:not(.side-menu){flex:0 0 var(--nav-column-width)}.nav.side-menu.svelte-q0l82d.svelte-q0l82d{flex:0 0 var(--side-menu-column-width)}main.svelte-q0l82d.svelte-q0l82d{padding-right:2rem}}@media(min-width: 1024px){main.svelte-q0l82d.svelte-q0l82d{padding-right:4.5rem}}");
32463
32488
  }
32464
- const M5 = (t) => ({}), Fr = (t) => ({}), q5 = (t) => ({}), Nr = (t) => ({}), E5 = (t) => ({}), Wr = (t) => ({}), j5 = (t) => ({}), Rr = (t) => ({}), x5 = (t) => ({}), Yr = (t) => ({});
32465
- function S5(t) {
32489
+ const q5 = (t) => ({}), Fr = (t) => ({}), E5 = (t) => ({}), Nr = (t) => ({}), j5 = (t) => ({}), Wr = (t) => ({}), x5 = (t) => ({}), Rr = (t) => ({}), S5 = (t) => ({}), Yr = (t) => ({});
32490
+ function H5(t) {
32466
32491
  let e, o, i, n, l, r, a, c, d, s, f, g, v, h;
32467
32492
  const b = (
32468
32493
  /*#slots*/
@@ -32546,7 +32571,7 @@ function S5(t) {
32546
32571
  /*$$scope*/
32547
32572
  A[3],
32548
32573
  H,
32549
- x5
32574
+ S5
32550
32575
  ) : me(
32551
32576
  /*$$scope*/
32552
32577
  A[3]
@@ -32564,7 +32589,7 @@ function S5(t) {
32564
32589
  /*$$scope*/
32565
32590
  A[3],
32566
32591
  H,
32567
- j5
32592
+ x5
32568
32593
  ) : me(
32569
32594
  /*$$scope*/
32570
32595
  A[3]
@@ -32600,7 +32625,7 @@ function S5(t) {
32600
32625
  /*$$scope*/
32601
32626
  A[3],
32602
32627
  H,
32603
- E5
32628
+ j5
32604
32629
  ) : me(
32605
32630
  /*$$scope*/
32606
32631
  A[3]
@@ -32618,7 +32643,7 @@ function S5(t) {
32618
32643
  /*$$scope*/
32619
32644
  A[3],
32620
32645
  H,
32621
- q5
32646
+ E5
32622
32647
  ) : me(
32623
32648
  /*$$scope*/
32624
32649
  A[3]
@@ -32636,7 +32661,7 @@ function S5(t) {
32636
32661
  /*$$scope*/
32637
32662
  A[3],
32638
32663
  H,
32639
- M5
32664
+ q5
32640
32665
  ) : me(
32641
32666
  /*$$scope*/
32642
32667
  A[3]
@@ -32663,26 +32688,26 @@ function S5(t) {
32663
32688
  }
32664
32689
  };
32665
32690
  }
32666
- function H5(t, e, o) {
32691
+ function T5(t, e, o) {
32667
32692
  let { $$slots: i = {}, $$scope: n } = e, { leftcolumnwidth: l } = e, { rightcolumnwidth: r } = e, { maxcontentwidth: a } = e;
32668
32693
  return t.$$set = (c) => {
32669
32694
  "leftcolumnwidth" in c && o(0, l = c.leftcolumnwidth), "rightcolumnwidth" in c && o(1, r = c.rightcolumnwidth), "maxcontentwidth" in c && o(2, a = c.maxcontentwidth), "$$scope" in c && o(3, n = c.$$scope);
32670
32695
  }, [l, r, a, n, i];
32671
32696
  }
32672
- class T5 extends Ce {
32697
+ class V5 extends Ce {
32673
32698
  constructor(e) {
32674
32699
  super(), _e(
32675
32700
  this,
32676
32701
  e,
32702
+ T5,
32677
32703
  H5,
32678
- S5,
32679
32704
  we,
32680
32705
  {
32681
32706
  leftcolumnwidth: 0,
32682
32707
  rightcolumnwidth: 1,
32683
32708
  maxcontentwidth: 2
32684
32709
  },
32685
- L5
32710
+ M5
32686
32711
  );
32687
32712
  }
32688
32713
  get leftcolumnwidth() {
@@ -32704,17 +32729,17 @@ class T5 extends Ce {
32704
32729
  this.$$set({ maxcontentwidth: e }), w();
32705
32730
  }
32706
32731
  }
32707
- customElements.define("goa-three-column-layout", ke(T5, { leftcolumnwidth: {}, rightcolumnwidth: {}, maxcontentwidth: {} }, ["header", "nav", "default", "sidebar", "side-menu", "footer"], [], !0));
32732
+ customElements.define("goa-three-column-layout", ke(V5, { leftcolumnwidth: {}, rightcolumnwidth: {}, maxcontentwidth: {} }, ["header", "nav", "default", "sidebar", "side-menu", "footer"], [], !0));
32708
32733
  const { window: Fa } = ti;
32709
- function V5(t) {
32734
+ function A5(t) {
32710
32735
  Le(t, "svelte-ajulxx", `:host{box-sizing:border-box;font-family:var(--goa-font-family-sans)}.tooltip.svelte-ajulxx.svelte-ajulxx{position:relative;display:inline-flex;justify-content:center;align-items:center}.tooltip.svelte-ajulxx.svelte-ajulxx:focus-visible{outline:var(--goa-tooltip-border-focus);outline-offset:-4px;border-radius:8px}.tooltip-text.svelte-ajulxx.svelte-ajulxx{visibility:hidden;font:var(--goa-tooltip-text-size);background-color:var(--goa-tooltip-color-bg);color:var(--goa-tooltip-color-text);text-align:center;border-radius:var(--goa-tooltip-border-radius);position:absolute;z-index:2;opacity:0;transition:opacity 0.3s;padding:var(--goa-tooltip-padding);text-align:left;white-space:nowrap;display:flex;flex-direction:column}.tooltip-target.svelte-ajulxx.svelte-ajulxx{margin:var(--goa-tooltip-gap);height:auto;display:flex}.tooltip-text.bottom.svelte-ajulxx.svelte-ajulxx{top:calc(100% + 10px)}.tooltip-text.top.svelte-ajulxx.svelte-ajulxx{bottom:calc(100% + 10px)}.tooltip-text.right.svelte-ajulxx.svelte-ajulxx{left:calc(100% + 10px)}.tooltip-text.left.svelte-ajulxx.svelte-ajulxx{right:calc(100% + 10px)}.tooltip.svelte-ajulxx:hover .tooltip-text.svelte-ajulxx,.tooltip.svelte-ajulxx:focus .tooltip-text.svelte-ajulxx{opacity:1}.tooltip-text.bottom.svelte-ajulxx.svelte-ajulxx::before,.tooltip-text.top.svelte-ajulxx.svelte-ajulxx::before,.tooltip-text.left.svelte-ajulxx.svelte-ajulxx::before,.tooltip-text.right.svelte-ajulxx.svelte-ajulxx::before{content:"";position:absolute;border-style:solid}.tooltip-text.bottom.svelte-ajulxx.svelte-ajulxx::before{top:-9px;left:50%;border-width:0 10px 10px 10px;transform:translateX(-50%);border-color:transparent transparent var(--goa-tooltip-color-bg)
32711
32736
  transparent}.tooltip-text.top.svelte-ajulxx.svelte-ajulxx::before{bottom:-9px;left:50%;transform:translateX(-50%);border-width:10px 10px 0 10px;border-color:var(--goa-tooltip-color-bg) transparent transparent
32712
32737
  transparent}.tooltip-text.left.svelte-ajulxx.svelte-ajulxx::before{top:50%;right:-9px;transform:translateY(-50%);border-width:10px 0 10px 10px;border-color:transparent transparent transparent
32713
32738
  var(--goa-tooltip-color-bg)}.tooltip-text.right.svelte-ajulxx.svelte-ajulxx::before{top:50%;left:-9px;transform:translateY(-50%);border-width:10px 10px 10px 0;border-style:solid;border-color:transparent var(--goa-tooltip-color-bg) transparent
32714
32739
  transparent}.tooltip-text.bottom.align-left.svelte-ajulxx.svelte-ajulxx::before,.tooltip-text.top.align-left.svelte-ajulxx.svelte-ajulxx::before{left:calc(100% - (var(--target-width) + 1rem))}.tooltip-text.bottom.align-right.svelte-ajulxx.svelte-ajulxx::before,.tooltip-text.top.align-right.svelte-ajulxx.svelte-ajulxx::before{left:calc(var(--target-width) + 1rem)}.tooltip.align-right.svelte-ajulxx.svelte-ajulxx{justify-content:flex-start}.tooltip.align-left.svelte-ajulxx.svelte-ajulxx{justify-content:flex-end}.tooltip-text.align-right.svelte-ajulxx.svelte-ajulxx{left:0;margin-left:-1rem}.tooltip-text.align-left.svelte-ajulxx.svelte-ajulxx{right:0;margin-right:-1rem}`);
32715
32740
  }
32716
- const A5 = (t) => ({}), Gr = (t) => ({});
32717
- function P5(t) {
32741
+ const P5 = (t) => ({}), Gr = (t) => ({});
32742
+ function D5(t) {
32718
32743
  let e;
32719
32744
  return {
32720
32745
  c() {
@@ -32741,7 +32766,7 @@ function P5(t) {
32741
32766
  }
32742
32767
  };
32743
32768
  }
32744
- function D5(t) {
32769
+ function B5(t) {
32745
32770
  let e;
32746
32771
  const o = (
32747
32772
  /*#slots*/
@@ -32773,7 +32798,7 @@ function D5(t) {
32773
32798
  /*$$scope*/
32774
32799
  n[18],
32775
32800
  l,
32776
- A5
32801
+ P5
32777
32802
  ) : me(
32778
32803
  /*$$scope*/
32779
32804
  n[18]
@@ -32792,7 +32817,7 @@ function D5(t) {
32792
32817
  }
32793
32818
  };
32794
32819
  }
32795
- function B5(t) {
32820
+ function I5(t) {
32796
32821
  let e, o, i, n, l, r, a, c, d, s, f, g, v, h;
32797
32822
  tt(
32798
32823
  /*onwindowresize*/
@@ -32807,7 +32832,7 @@ function B5(t) {
32807
32832
  /*$$scope*/
32808
32833
  t[18],
32809
32834
  null
32810
- ), p = [D5, P5], C = [];
32835
+ ), p = [B5, D5], C = [];
32811
32836
  function L(z, M) {
32812
32837
  return (
32813
32838
  /*$$slots*/
@@ -32943,17 +32968,17 @@ function B5(t) {
32943
32968
  }
32944
32969
  };
32945
32970
  }
32946
- function I5(t, e, o) {
32971
+ function Z5(t, e, o) {
32947
32972
  let { $$slots: i = {}, $$scope: n } = e;
32948
32973
  const l = vt(i);
32949
32974
  let { content: r = "" } = e, { testid: a = "" } = e, { position: c = "top" } = e, { halign: d = "center" } = e, { maxwidth: s = "" } = e, { mt: f = null } = e, { mr: g = null } = e, { mb: v = null } = e, { ml: h = null } = e;
32950
32975
  const [b, _] = Pe("Tooltip positions", ["top", "bottom", "left", "right"], !1), [p, C] = Pe("Tooltip alignment", ["left", "right", "center"], !1), L = (U) => {
32951
32976
  if (!U || !U.endsWith("px"))
32952
32977
  return "";
32953
- const ee = parseFloat(U);
32954
- return isNaN(ee) || ee <= 0 ? "" : U;
32955
- }, z = (U, ee) => {
32956
- (U === "left" || U === "right") && ee !== "center" && console.error(`[${ee}] is an invalid option for position ${U}`);
32978
+ const te = parseFloat(U);
32979
+ return isNaN(te) || te <= 0 ? "" : U;
32980
+ }, z = (U, te) => {
32981
+ (U === "left" || U === "right") && te !== "center" && console.error(`[${te}] is an invalid option for position ${U}`);
32957
32982
  };
32958
32983
  let M = 0, j, q, V, E = !1, Z, A, H;
32959
32984
  xe(() => {
@@ -32979,10 +33004,10 @@ function I5(t, e, o) {
32979
33004
  async function O() {
32980
33005
  if (await Ge(), !q || !j)
32981
33006
  return;
32982
- const U = q.getBoundingClientRect(), ee = j.getBoundingClientRect(), K = ee.top, Q = window.innerHeight - ee.bottom, D = ee.left, X = window.innerWidth - ee.right, N = s && s.endsWith("px") ? parseFloat(s) : 400, Y = Math.min(M * 0.8, N, U.width, Math.max(D, X) - 10), ie = s && s.endsWith("px") || Y > ee.width || Y > D || Y > X;
33007
+ const U = q.getBoundingClientRect(), te = j.getBoundingClientRect(), K = te.top, Q = window.innerHeight - te.bottom, D = te.left, X = window.innerWidth - te.right, N = s && s.endsWith("px") ? parseFloat(s) : 400, Y = Math.min(M * 0.8, N, U.width, Math.max(D, X) - 10), ie = s && s.endsWith("px") || Y > te.width || Y > D || Y > X;
32983
33008
  o(9, q.style.width = `${Y - 32}px`, q), ie ? o(9, q.style.whiteSpace = "normal", q) : o(9, q.style.whiteSpace = "nowrap", q);
32984
- let ce = c, te = d;
32985
- c === "bottom" && U.height > Q ? ce = "top" : c === "top" && U.height > K && (ce = "bottom"), c === "right" && U.width > X ? ce = "left" : c === "left" && U.width > D && (ce = "right"), d === "right" && U.width > X ? te = "left" : d === "left" && U.width > D ? te = "right" : d === "center" && (c === "top" || c === "bottom") && (U.width / 2 > D || U.width / 2 > X) && (te = D > X ? "left" : "right"), o(0, c = ce), o(1, d = te);
33009
+ let ce = c, ee = d;
33010
+ c === "bottom" && U.height > Q ? ce = "top" : c === "top" && U.height > K && (ce = "bottom"), c === "right" && U.width > X ? ce = "left" : c === "left" && U.width > D && (ce = "right"), d === "right" && U.width > X ? ee = "left" : d === "left" && U.width > D ? ee = "right" : d === "center" && (c === "top" || c === "bottom") && (U.width / 2 > D || U.width / 2 > X) && (ee = D > X ? "left" : "right"), o(0, c = ce), o(1, d = ee);
32986
33011
  }
32987
33012
  function P() {
32988
33013
  o(10, M = Fa.innerWidth);
@@ -33036,13 +33061,13 @@ function I5(t, e, o) {
33036
33061
  T
33037
33062
  ];
33038
33063
  }
33039
- class Z5 extends Ce {
33064
+ class O5 extends Ce {
33040
33065
  constructor(e) {
33041
33066
  super(), _e(
33042
33067
  this,
33043
33068
  e,
33069
+ Z5,
33044
33070
  I5,
33045
- B5,
33046
33071
  we,
33047
33072
  {
33048
33073
  content: 2,
@@ -33055,7 +33080,7 @@ class Z5 extends Ce {
33055
33080
  mb: 6,
33056
33081
  ml: 7
33057
33082
  },
33058
- V5,
33083
+ A5,
33059
33084
  [-1, -1]
33060
33085
  );
33061
33086
  }
@@ -33114,12 +33139,12 @@ class Z5 extends Ce {
33114
33139
  this.$$set({ ml: e }), w();
33115
33140
  }
33116
33141
  }
33117
- customElements.define("goa-tooltip", ke(Z5, { content: {}, testid: {}, position: {}, halign: {}, maxwidth: {}, mt: {}, mr: {}, mb: {}, ml: {} }, ["default", "content"], [], !0));
33118
- function O5(t) {
33142
+ customElements.define("goa-tooltip", ke(O5, { content: {}, testid: {}, position: {}, halign: {}, maxwidth: {}, mt: {}, mr: {}, mb: {}, ml: {} }, ["default", "content"], [], !0));
33143
+ function F5(t) {
33119
33144
  Le(t, "svelte-luwgzc", ".svelte-luwgzc.svelte-luwgzc{box-sizing:border-box}.page.svelte-luwgzc.svelte-luwgzc{min-height:100vh;display:flex;flex-direction:column}.content.svelte-luwgzc.svelte-luwgzc{flex:1 1 auto;display:flex;flex-direction:column;gap:2rem}.header.svelte-luwgzc.svelte-luwgzc,.footer.svelte-luwgzc.svelte-luwgzc{flex:0 0 auto}main.svelte-luwgzc.svelte-luwgzc{flex:1 1 auto;padding:0 1rem}.nav.svelte-luwgzc.svelte-luwgzc{padding:0;transition:transform 200ms ease-in-out;background-color:var(--goa-color-greyscale-white)}.nav.svelte-luwgzc>.svelte-luwgzc{display:block;padding:0.5rem 0}@media not (max-width: 623px){.page.svelte-luwgzc.svelte-luwgzc{gap:2rem}.content.svelte-luwgzc.svelte-luwgzc{display:flex;flex-direction:row;justify-content:center;width:min(var(--max-content-width), 100vw);margin:0 auto}.nav.svelte-luwgzc.svelte-luwgzc{padding:0 2rem;transform:translateX(0);flex:0 0 var(--nav-column-width)}main.svelte-luwgzc.svelte-luwgzc{padding-right:2rem}}@media(min-width: 1024px){main.svelte-luwgzc.svelte-luwgzc{padding-right:4.5rem}}");
33120
33145
  }
33121
- const F5 = (t) => ({}), Ur = (t) => ({}), N5 = (t) => ({}), Kr = (t) => ({}), W5 = (t) => ({}), Xr = (t) => ({});
33122
- function R5(t) {
33146
+ const N5 = (t) => ({}), Ur = (t) => ({}), W5 = (t) => ({}), Kr = (t) => ({}), R5 = (t) => ({}), Xr = (t) => ({});
33147
+ function Y5(t) {
33123
33148
  let e, o, i, n, l, r, a, c, d, s, f;
33124
33149
  const g = (
33125
33150
  /*#slots*/
@@ -33183,7 +33208,7 @@ function R5(t) {
33183
33208
  /*$$scope*/
33184
33209
  z[2],
33185
33210
  M,
33186
- W5
33211
+ R5
33187
33212
  ) : me(
33188
33213
  /*$$scope*/
33189
33214
  z[2]
@@ -33201,7 +33226,7 @@ function R5(t) {
33201
33226
  /*$$scope*/
33202
33227
  z[2],
33203
33228
  M,
33204
- N5
33229
+ W5
33205
33230
  ) : me(
33206
33231
  /*$$scope*/
33207
33232
  z[2]
@@ -33237,7 +33262,7 @@ function R5(t) {
33237
33262
  /*$$scope*/
33238
33263
  z[2],
33239
33264
  M,
33240
- F5
33265
+ N5
33241
33266
  ) : me(
33242
33267
  /*$$scope*/
33243
33268
  z[2]
@@ -33262,15 +33287,15 @@ function R5(t) {
33262
33287
  }
33263
33288
  };
33264
33289
  }
33265
- function Y5(t, e, o) {
33290
+ function G5(t, e, o) {
33266
33291
  let { $$slots: i = {}, $$scope: n } = e, { navcolumnwidth: l = "" } = e, { maxcontentwidth: r = "" } = e;
33267
33292
  return t.$$set = (a) => {
33268
33293
  "navcolumnwidth" in a && o(0, l = a.navcolumnwidth), "maxcontentwidth" in a && o(1, r = a.maxcontentwidth), "$$scope" in a && o(2, n = a.$$scope);
33269
33294
  }, [l, r, n, i];
33270
33295
  }
33271
- class G5 extends Ce {
33296
+ class U5 extends Ce {
33272
33297
  constructor(e) {
33273
- super(), _e(this, e, Y5, R5, we, { navcolumnwidth: 0, maxcontentwidth: 1 }, O5);
33298
+ super(), _e(this, e, G5, Y5, we, { navcolumnwidth: 0, maxcontentwidth: 1 }, F5);
33274
33299
  }
33275
33300
  get navcolumnwidth() {
33276
33301
  return this.$$.ctx[0];
@@ -33285,8 +33310,8 @@ class G5 extends Ce {
33285
33310
  this.$$set({ maxcontentwidth: e }), w();
33286
33311
  }
33287
33312
  }
33288
- customElements.define("goa-two-column-layout", ke(G5, { navcolumnwidth: {}, maxcontentwidth: {} }, ["header", "nav", "default", "footer"], [], !0));
33289
- function U5(t) {
33313
+ customElements.define("goa-two-column-layout", ke(U5, { navcolumnwidth: {}, maxcontentwidth: {} }, ["header", "nav", "default", "footer"], [], !0));
33314
+ function K5(t) {
33290
33315
  Le(t, "svelte-vthlw2", `.goa-grid.svelte-vthlw2.svelte-vthlw2{display:grid;grid-template-columns:repeat(
33291
33316
  auto-fit,
33292
33317
  minmax(var(--min-child-width), 1fr)
@@ -33323,7 +33348,7 @@ function Jr(t) {
33323
33348
  }
33324
33349
  };
33325
33350
  }
33326
- function K5(t) {
33351
+ function X5(t) {
33327
33352
  let e, o, i, n, l, r, a, c;
33328
33353
  const d = (
33329
33354
  /*#slots*/
@@ -33464,7 +33489,7 @@ function K5(t) {
33464
33489
  }
33465
33490
  };
33466
33491
  }
33467
- function X5(t, e, o) {
33492
+ function J5(t, e, o) {
33468
33493
  let i, n, { $$slots: l = {}, $$scope: r } = e, { step: a = -1 } = e, { testid: c = "" } = e, { mt: d = null } = e, { mr: s = null } = e, { mb: f = null } = e, { ml: g = null } = e, { mobile: v = "false" } = e, { backgroundcolor: h = "inherit" } = e, b, _, p = [], C, L, z, M, j, q = 0, V, E = 1, Z = !1, A, H;
33469
33494
  xe(async () => {
33470
33495
  await Ge(), M = +a == -1 ? "free" : "constrained", R(), H = W(), H.observe(b);
@@ -33554,7 +33579,7 @@ function X5(t, e, o) {
33554
33579
  }
33555
33580
  ));
33556
33581
  }
33557
- function ee(Q) {
33582
+ function te(Q) {
33558
33583
  ue[Q ? "unshift" : "push"](() => {
33559
33584
  _ = Q, o(6, _);
33560
33585
  });
@@ -33597,17 +33622,17 @@ function X5(t, e, o) {
33597
33622
  E,
33598
33623
  r,
33599
33624
  l,
33600
- ee,
33625
+ te,
33601
33626
  K
33602
33627
  ];
33603
33628
  }
33604
- class J5 extends Ce {
33629
+ class Q5 extends Ce {
33605
33630
  constructor(e) {
33606
33631
  super(), _e(
33607
33632
  this,
33608
33633
  e,
33634
+ J5,
33609
33635
  X5,
33610
- K5,
33611
33636
  we,
33612
33637
  {
33613
33638
  step: 15,
@@ -33619,7 +33644,7 @@ class J5 extends Ce {
33619
33644
  mobile: 16,
33620
33645
  backgroundcolor: 17
33621
33646
  },
33622
- U5,
33647
+ K5,
33623
33648
  [-1, -1]
33624
33649
  );
33625
33650
  }
@@ -33672,15 +33697,15 @@ class J5 extends Ce {
33672
33697
  this.$$set({ backgroundcolor: e }), w();
33673
33698
  }
33674
33699
  }
33675
- customElements.define("goax-form-stepper", ke(J5, { step: {}, testid: {}, mt: {}, mr: {}, mb: {}, ml: {}, mobile: {}, backgroundcolor: {} }, ["default"], [], !0));
33676
- function Q5(t) {
33700
+ customElements.define("goax-form-stepper", ke(Q5, { step: {}, testid: {}, mt: {}, mr: {}, mb: {}, ml: {}, mobile: {}, backgroundcolor: {} }, ["default"], [], !0));
33701
+ function $5(t) {
33677
33702
  Le(t, "svelte-6d3t92", `input[type="checkbox"].svelte-6d3t92.svelte-6d3t92{position:absolute;left:-9999px}label.svelte-6d3t92.svelte-6d3t92{display:flex;box-sizing:border-box;height:100%;width:100%;padding:24px 12px 48px}label.mobile.svelte-6d3t92.svelte-6d3t92{padding-bottom:24px;justify-content:center;background-color:var(--background-color, inherit);padding-left:8px;padding-right:8px;max-width:-moz-fit-content;max-width:fit-content}label.desktop.svelte-6d3t92.svelte-6d3t92{text-align:center;flex-direction:column;align-items:center}label.desktop.svelte-6d3t92 .details.svelte-6d3t92{margin-top:24px}label.mobile.svelte-6d3t92.svelte-6d3t92{flex-direction:row;align-items:center;text-align:start}.status.svelte-6d3t92.svelte-6d3t92{flex:0 0 auto;display:flex;align-items:center;justify-content:center;box-sizing:border-box;border-radius:999px;border:2px solid var(--goa-color-interactive-default);background:var(--goa-color-greyscale-white);height:2.5rem;width:2.5rem}.status.incomplete.svelte-6d3t92.svelte-6d3t92{background:var(--goa-color-greyscale-200);border:2px solid var(--goa-color-greyscale-200)}.status.current.svelte-6d3t92.svelte-6d3t92{background:var(--goa-color-greyscale-white);border:2px solid var(--goa-color-interactive-default)}.status.svelte-6d3t92>.svelte-6d3t92{fill:var(--fill-color, var(--goa-color-interactive-default));color:var(--fill-color, var(--goa-color-interactive-default))}[aria-current="step"].svelte-6d3t92 .text.svelte-6d3t92{font-weight:var(--goa-font-weight-bold)}[data-status="complete"].svelte-6d3t92 .status.svelte-6d3t92{background:var(--goa-color-interactive-default)}[aria-current="step"][data-status="complete"].svelte-6d3t92 .status.svelte-6d3t92{background:var(--goa-color-greyscale-white)}.step-number.svelte-6d3t92.svelte-6d3t92{margin-bottom:var(--font-valign-fix);font-weight:var(--goa-font-weight-bold);color:var(--goa-color-text-secondary)}.status.current.svelte-6d3t92 .step-number.svelte-6d3t92{color:var(--goa-color-interactive-default)}label.svelte-6d3t92:not(
33678
33703
  [data-status="complete"],
33679
33704
  [data-status="incomplete"],
33680
33705
  [aria-current="step"]
33681
33706
  ) .status.svelte-6d3t92{border-color:var(--goa-color-greyscale-500)}.text.svelte-6d3t92.svelte-6d3t92{font-size:16px;line-height:20px;font-weight:400}`);
33682
33707
  }
33683
- function $5(t) {
33708
+ function eg(t) {
33684
33709
  let e, o = (
33685
33710
  /*childindex*/
33686
33711
  (t[3] || "") + ""
@@ -33702,7 +33727,7 @@ function $5(t) {
33702
33727
  }
33703
33728
  };
33704
33729
  }
33705
- function eg(t) {
33730
+ function tg(t) {
33706
33731
  let e;
33707
33732
  return {
33708
33733
  c() {
@@ -33742,12 +33767,12 @@ function Qr(t) {
33742
33767
  }
33743
33768
  };
33744
33769
  }
33745
- function tg(t) {
33770
+ function og(t) {
33746
33771
  let e, o, i, n, l, r, a, c, d, s, f, g;
33747
33772
  function v(p, C) {
33748
33773
  return !/*current*/
33749
33774
  p[2] && /*status*/
33750
- p[0] === "complete" ? eg : $5;
33775
+ p[0] === "complete" ? tg : eg;
33751
33776
  }
33752
33777
  let h = v(t), b = h(t), _ = !/*_isMobile*/
33753
33778
  t[7] && Qr(t);
@@ -33880,7 +33905,7 @@ function tg(t) {
33880
33905
  }
33881
33906
  };
33882
33907
  }
33883
- function og(t, e, o) {
33908
+ function ig(t, e, o) {
33884
33909
  let i, { text: n } = e, { status: l = void 0 } = e, r = !1, a = !1, c, d = "", s, f, g, v;
33885
33910
  xe(() => {
33886
33911
  s.addEventListener("form-stepper:resized", (C) => {
@@ -33953,9 +33978,9 @@ function og(t, e, o) {
33953
33978
  p
33954
33979
  ];
33955
33980
  }
33956
- class ig extends Ce {
33981
+ class ng extends Ce {
33957
33982
  constructor(e) {
33958
- super(), _e(this, e, og, tg, we, { text: 1, status: 0 }, Q5);
33983
+ super(), _e(this, e, ig, og, we, { text: 1, status: 0 }, $5);
33959
33984
  }
33960
33985
  get text() {
33961
33986
  return this.$$.ctx[1];
@@ -33970,8 +33995,8 @@ class ig extends Ce {
33970
33995
  this.$$set({ status: e }), w();
33971
33996
  }
33972
33997
  }
33973
- customElements.define("goax-form-step", ke(ig, { text: {}, status: {} }, [], [], !0));
33974
- function ng(t) {
33998
+ customElements.define("goax-form-step", ke(ng, { text: {}, status: {} }, [], [], !0));
33999
+ function lg(t) {
33975
34000
  Le(t, "svelte-i9l4k4", `:host .svelte-i9l4k4.svelte-i9l4k4{box-sizing:border-box}::slotted(*){display:flex;flex-direction:column;align-items:stretch;gap:var(--goa-space-xs)}::slotted(*):focus-visible{outline:var(--goa-border-width-l) solid var(--goa-color-interactive-focus);outline-offset:2px}.tooltip.svelte-i9l4k4.svelte-i9l4k4,.tooltip.svelte-i9l4k4.svelte-i9l4k4::before{display:none}.closed.svelte-i9l4k4 .tooltip.svelte-i9l4k4{position:fixed;left:var(--goa-space-3xl);background-color:var(--goa-color-greyscale-700);font:var(--goa-typography-body-xs);color:var(--goa-color-text-light);border-radius:var(--goa-border-radius-m);padding:var(--goa-space-xs) var(--goa-space-s)}.closed.svelte-i9l4k4 .tooltip.svelte-i9l4k4::before{content:"";position:absolute;top:50%;left:-10px;transform:translateY(-50%);border-width:10px 10px 10px 0;border-style:solid;border-color:transparent var(--goa-color-greyscale-700) transparent
33976
34001
  transparent}.closed.svelte-i9l4k4 .tooltip.svelte-i9l4k4,.closed.svelte-i9l4k4 .tooltip.svelte-i9l4k4::before{display:block;opacity:0;visibility:hidden;transition:visibility 100ms linear,
33977
34002
  opacity 100ms ease-in-out}.closed.svelte-i9l4k4 .show.tooltip.svelte-i9l4k4,.closed.svelte-i9l4k4 .show.tooltip.svelte-i9l4k4::before{opacity:1;visibility:visible;transition:visibility 0ms linear,
@@ -34021,8 +34046,8 @@ function ng(t) {
34021
34046
  var(--goa-color-greyscale-50)
34022
34047
  )}}@keyframes svelte-i9l4k4-delayText{0%{opacity:0;font-size:0}99%{opacity:0;font-size:0}100%{opacity:1;font-size:var(--goa-font-size-2)}}@keyframes svelte-i9l4k4-delayVisibility{0%{visibility:hidden}99%{visibility:hidden}100%{visibility:visible}}`);
34023
34048
  }
34024
- const lg = (t) => ({}), $r = (t) => ({}), rg = (t) => ({}), ea = (t) => ({}), ag = (t) => ({}), ta = (t) => ({});
34025
- function sg(t) {
34049
+ const rg = (t) => ({}), $r = (t) => ({}), ag = (t) => ({}), ea = (t) => ({}), sg = (t) => ({}), ta = (t) => ({});
34050
+ function cg(t) {
34026
34051
  let e, o, i, n, l, r;
34027
34052
  return {
34028
34053
  c() {
@@ -34047,7 +34072,7 @@ function sg(t) {
34047
34072
  }
34048
34073
  };
34049
34074
  }
34050
- function cg(t) {
34075
+ function dg(t) {
34051
34076
  let e, o, i, n, l, r;
34052
34077
  return {
34053
34078
  c() {
@@ -34120,7 +34145,7 @@ function oa(t) {
34120
34145
  /*$$scope*/
34121
34146
  a[20],
34122
34147
  c,
34123
- rg
34148
+ ag
34124
34149
  ) : me(
34125
34150
  /*$$scope*/
34126
34151
  a[20]
@@ -34205,7 +34230,7 @@ function ia(t) {
34205
34230
  /*$$scope*/
34206
34231
  z[20],
34207
34232
  M,
34208
- lg
34233
+ rg
34209
34234
  ) : me(
34210
34235
  /*$$scope*/
34211
34236
  z[20]
@@ -34252,7 +34277,7 @@ function ia(t) {
34252
34277
  }
34253
34278
  };
34254
34279
  }
34255
- function dg(t) {
34280
+ function ug(t) {
34256
34281
  let e, o, i, n, l, r, a, c, d, s, f, g, v, h, b, _, p, C, L = (
34257
34282
  /*open*/
34258
34283
  t[0] ? "Collapse menu" : "Expand menu"
@@ -34260,7 +34285,7 @@ function dg(t) {
34260
34285
  function H(B, T) {
34261
34286
  return (
34262
34287
  /*url*/
34263
- B[2] ? cg : sg
34288
+ B[2] ? dg : cg
34264
34289
  );
34265
34290
  }
34266
34291
  let R = H(t), J = R(t);
@@ -34341,7 +34366,7 @@ function dg(t) {
34341
34366
  /*$$scope*/
34342
34367
  B[20],
34343
34368
  T,
34344
- ag
34369
+ sg
34345
34370
  ) : me(
34346
34371
  /*$$scope*/
34347
34372
  B[20]
@@ -34409,7 +34434,7 @@ function Wa(t) {
34409
34434
  }
34410
34435
  return (e = t == null ? void 0 : t.shadowRoot) == null ? void 0 : e.querySelector("a");
34411
34436
  }
34412
- function ug(t) {
34437
+ function fg(t) {
34413
34438
  const e = t.getAttribute("tabindex");
34414
34439
  return e !== null && parseInt(e) >= 0 ? !0 : ["WORK-SIDE-MENU", "A", "BUTTON", "INPUT", "SELECT", "TEXTAREA"].some((i) => t.tagName.includes(i)) ? !t.hasAttribute("disabled") : !1;
34415
34440
  }
@@ -34420,12 +34445,12 @@ function na(t) {
34420
34445
  } else
34421
34446
  t.focus();
34422
34447
  }
34423
- function fg(t, e, o) {
34448
+ function gg(t, e, o) {
34424
34449
  let { $$slots: i = {}, $$scope: n } = e;
34425
34450
  const l = vt(i);
34426
34451
  let { heading: r } = e, { url: a } = e, { open: c = !1 } = e, { testid: d = "" } = e, { userName: s = "" } = e, { userSecondaryText: f = "" } = e, g = !1, v = !1, h = !1, b = -1, _ = [], p, C = [], L, z, M, j, q, V = "", E, Z, A, H = null;
34427
34452
  xe(async () => {
34428
- await Ge(), oe(), $e(ee), H = $e(ee);
34453
+ await Ge(), oe(), $e(te), H = $e(te);
34429
34454
  }), ht(() => {
34430
34455
  le(), H == null || H.disconnect();
34431
34456
  });
@@ -34440,7 +34465,7 @@ function fg(t, e, o) {
34440
34465
  Ze && Fe && (C = [...C, Fe]), ko(
34441
34466
  E,
34442
34467
  () => {
34443
- ee(), R(), Y();
34468
+ te(), R(), Y();
34444
34469
  },
34445
34470
  1
34446
34471
  );
@@ -34477,7 +34502,7 @@ function fg(t, e, o) {
34477
34502
  function U() {
34478
34503
  v && (o(7, v = !1), document.body.removeEventListener("click", U));
34479
34504
  }
34480
- function ee() {
34505
+ function te() {
34481
34506
  const ye = ri(C, window.location);
34482
34507
  C.forEach((Ze) => {
34483
34508
  Ve(Ze, "_update", { current: ye }, {});
@@ -34517,7 +34542,7 @@ function fg(t, e, o) {
34517
34542
  return Fe.forEach((qt) => {
34518
34543
  Array.from(qt.children).forEach((Et) => {
34519
34544
  const kt = Et;
34520
- ug(kt) && at.push(kt);
34545
+ fg(kt) && at.push(kt);
34521
34546
  });
34522
34547
  }), at;
34523
34548
  }
@@ -34541,7 +34566,7 @@ function fg(t, e, o) {
34541
34566
  function ce(ye) {
34542
34567
  b = _.indexOf(ye), na(ye);
34543
34568
  }
34544
- function te(ye) {
34569
+ function ee(ye) {
34545
34570
  ye.preventDefault(), ye.stopPropagation(), v ? U() : T();
34546
34571
  }
34547
34572
  function qe(ye) {
@@ -34558,12 +34583,12 @@ function fg(t, e, o) {
34558
34583
  return Fe.observe(document.body, { childList: !0, subtree: !0 }), Fe;
34559
34584
  }
34560
34585
  function oe() {
34561
- L.addEventListener("_update", ee), L.addEventListener("_mountItem", O), L.addEventListener("_hoverItem", K), L.addEventListener("_toggle", J), L.addEventListener("_groupOpen", () => {
34586
+ L.addEventListener("_update", te), L.addEventListener("_mountItem", O), L.addEventListener("_hoverItem", K), L.addEventListener("_toggle", J), L.addEventListener("_groupOpen", () => {
34562
34587
  o(0, c = !0);
34563
- }), window.addEventListener("popstate", ee), window.addEventListener("keydown", D), window.addEventListener("resize", Ee);
34588
+ }), window.addEventListener("popstate", te), window.addEventListener("keydown", D), window.addEventListener("resize", Ee);
34564
34589
  }
34565
34590
  function le() {
34566
- L.removeEventListener("_update", ee), L.removeEventListener("_mountItem", O), L.removeEventListener("_hoverItem", K), L.removeEventListener("_toggle", J), window.removeEventListener("popstate", ee), window.removeEventListener("keydown", D), window.removeEventListener("resize", Ee);
34591
+ L.removeEventListener("_update", te), L.removeEventListener("_mountItem", O), L.removeEventListener("_hoverItem", K), L.removeEventListener("_toggle", J), window.removeEventListener("popstate", te), window.removeEventListener("keydown", D), window.removeEventListener("resize", Ee);
34567
34592
  }
34568
34593
  function ze(ye) {
34569
34594
  ue[ye ? "unshift" : "push"](() => {
@@ -34615,7 +34640,7 @@ function fg(t, e, o) {
34615
34640
  q,
34616
34641
  V,
34617
34642
  Q,
34618
- te,
34643
+ ee,
34619
34644
  qe,
34620
34645
  l,
34621
34646
  n,
@@ -34628,13 +34653,13 @@ function fg(t, e, o) {
34628
34653
  lt
34629
34654
  ];
34630
34655
  }
34631
- class gg extends Ce {
34656
+ class vg extends Ce {
34632
34657
  constructor(e) {
34633
34658
  super(), _e(
34634
34659
  this,
34635
34660
  e,
34636
- fg,
34637
- dg,
34661
+ gg,
34662
+ ug,
34638
34663
  we,
34639
34664
  {
34640
34665
  heading: 1,
@@ -34644,7 +34669,7 @@ class gg extends Ce {
34644
34669
  userName: 4,
34645
34670
  userSecondaryText: 5
34646
34671
  },
34647
- ng,
34672
+ lg,
34648
34673
  [-1, -1]
34649
34674
  );
34650
34675
  }
@@ -34685,8 +34710,8 @@ class gg extends Ce {
34685
34710
  this.$$set({ userSecondaryText: e }), w();
34686
34711
  }
34687
34712
  }
34688
- customElements.define("goa-work-side-menu", ke(gg, { heading: { type: "String", reflect: !0 }, url: { type: "String", reflect: !0 }, open: { type: "Boolean", reflect: !0 }, testid: {}, userName: { type: "String", attribute: "user-name", reflect: !0 }, userSecondaryText: { type: "String", attribute: "user-secondary-text", reflect: !0 } }, ["primary", "secondary", "account"], [], !0));
34689
- function vg(t) {
34713
+ customElements.define("goa-work-side-menu", ke(vg, { heading: { type: "String", reflect: !0 }, url: { type: "String", reflect: !0 }, open: { type: "Boolean", reflect: !0 }, testid: {}, userName: { type: "String", attribute: "user-name", reflect: !0 }, userSecondaryText: { type: "String", attribute: "user-secondary-text", reflect: !0 } }, ["primary", "secondary", "account"], [], !0));
34714
+ function hg(t) {
34690
34715
  Le(t, "svelte-l8csvp", `:host .svelte-l8csvp.svelte-l8csvp{box-sizing:border-box}.root.svelte-l8csvp.svelte-l8csvp{container-type:inline-size;position:relative}.menu-item.svelte-l8csvp.svelte-l8csvp{position:relative;display:flex;gap:var(--goa-space-m);border-radius:var(
34691
34716
  --goa-work-side-menu-item-border-radius,
34692
34717
  var(--goa-border-radius-m)
@@ -34727,7 +34752,7 @@ function vg(t) {
34727
34752
  var(--goa-color-emergency-default)
34728
34753
  )}@container (max-width: 160px){.menu-item.svelte-l8csvp.svelte-l8csvp{height:36px;margin:0;padding-left:calc(var(--goa-space-xs) + 2px)}.menu-item-label.svelte-l8csvp.svelte-l8csvp,.trailing-content-slot.svelte-l8csvp.svelte-l8csvp{display:none}.badge.svelte-l8csvp.svelte-l8csvp{position:absolute;height:var(--goa-space-m);width:var(--goa-space-m);min-width:auto;padding:0;top:var(--goa-space-3xs);right:var(--goa-space-3xs);text-align:center;line-height:1.2;font-size:var(--goa-font-size-1)}.badge.svelte-l8csvp.svelte-l8csvp:not(.alwaysvisible){font-size:0;color:transparent}@keyframes svelte-l8csvp-delayText{0%{opacity:0;font-size:0}99%{opacity:0;font-size:0}100%{opacity:1;font-size:var(--goa-font-size-2)}}}`);
34729
34754
  }
34730
- const hg = (t) => ({}), la = (t) => ({});
34755
+ const mg = (t) => ({}), la = (t) => ({});
34731
34756
  function ra(t) {
34732
34757
  let e, o;
34733
34758
  const i = (
@@ -34760,7 +34785,7 @@ function ra(t) {
34760
34785
  /*$$scope*/
34761
34786
  l[14],
34762
34787
  r,
34763
- hg
34788
+ mg
34764
34789
  ) : me(
34765
34790
  /*$$scope*/
34766
34791
  l[14]
@@ -34837,7 +34862,7 @@ function aa(t) {
34837
34862
  }
34838
34863
  };
34839
34864
  }
34840
- function mg(t) {
34865
+ function bg(t) {
34841
34866
  let e, o, i, n, l, r, a, c, d, s, f, g, v, h = (
34842
34867
  /*$$slots*/
34843
34868
  t[13].trailingContent && ra(t)
@@ -34964,7 +34989,7 @@ function mg(t) {
34964
34989
  }
34965
34990
  };
34966
34991
  }
34967
- function bg(t, e, o) {
34992
+ function pg(t, e, o) {
34968
34993
  let i, { $$slots: n = {}, $$scope: l } = e;
34969
34994
  const r = vt(n);
34970
34995
  let { label: a } = e, { url: c } = e, { badge: d = "" } = e, { current: s = !1 } = e, { divider: f = !1 } = e, { icon: g = "" } = e, { testid: v = "" } = e, { type: h = "normal" } = e, b, _;
@@ -35025,13 +35050,13 @@ function bg(t, e, o) {
35025
35050
  q
35026
35051
  ];
35027
35052
  }
35028
- class pg extends Ce {
35053
+ class wg extends Ce {
35029
35054
  constructor(e) {
35030
35055
  super(), _e(
35031
35056
  this,
35032
35057
  e,
35058
+ pg,
35033
35059
  bg,
35034
- mg,
35035
35060
  we,
35036
35061
  {
35037
35062
  label: 1,
@@ -35043,7 +35068,7 @@ class pg extends Ce {
35043
35068
  testid: 6,
35044
35069
  type: 7
35045
35070
  },
35046
- vg
35071
+ hg
35047
35072
  );
35048
35073
  }
35049
35074
  get label() {
@@ -35095,8 +35120,8 @@ class pg extends Ce {
35095
35120
  this.$$set({ type: e }), w();
35096
35121
  }
35097
35122
  }
35098
- customElements.define("goa-work-side-menu-item", ke(pg, { label: {}, url: {}, badge: {}, current: { type: "Boolean" }, divider: { type: "Boolean" }, icon: {}, testid: {}, type: {} }, ["trailingContent"], [], !0));
35099
- function wg(t) {
35123
+ customElements.define("goa-work-side-menu-item", ke(wg, { label: {}, url: {}, badge: {}, current: { type: "Boolean" }, divider: { type: "Boolean" }, icon: {}, testid: {}, type: {} }, ["trailingContent"], [], !0));
35124
+ function _g(t) {
35100
35125
  Le(t, "svelte-oco8y3", `:host .svelte-oco8y3.svelte-oco8y3{box-sizing:border-box}.root.svelte-oco8y3.svelte-oco8y3{container-type:inline-size;position:relative}summary.svelte-oco8y3.svelte-oco8y3{display:flex;cursor:pointer;list-style:none;gap:var(--goa-space-m);align-items:flex-start;border-radius:var(
35101
35126
  --goa-work-side-menu-item-border-radius,
35102
35127
  var(--goa-border-radius-m)
@@ -35136,7 +35161,7 @@ function wg(t) {
35136
35161
  var(--goa-color-greyscale-600)
35137
35162
  )}}@keyframes svelte-oco8y3-delayText{0%{opacity:0;font-size:0}99%{opacity:0;font-size:0}100%{opacity:1;font-size:var(--goa-font-size-2)}}`);
35138
35163
  }
35139
- function _g(t) {
35164
+ function kg(t) {
35140
35165
  let e, o, i, n, l, r, a, c, d, s, f, g, v, h, b, _;
35141
35166
  const p = (
35142
35167
  /*#slots*/
@@ -35242,16 +35267,16 @@ function _g(t) {
35242
35267
  }
35243
35268
  };
35244
35269
  }
35245
- function kg(t, e, o) {
35270
+ function Cg(t, e, o) {
35246
35271
  let { $$slots: i = {}, $$scope: n } = e, { heading: l } = e, { icon: r } = e, { testid: a = "" } = e, c = !1;
35247
35272
  const d = ({ target: s }) => o(3, c = Te(`${s == null ? void 0 : s.open}`));
35248
35273
  return t.$$set = (s) => {
35249
35274
  "heading" in s && o(0, l = s.heading), "icon" in s && o(1, r = s.icon), "testid" in s && o(2, a = s.testid), "$$scope" in s && o(4, n = s.$$scope);
35250
35275
  }, [l, r, a, c, n, i, d];
35251
35276
  }
35252
- class Cg extends Ce {
35277
+ class yg extends Ce {
35253
35278
  constructor(e) {
35254
- super(), _e(this, e, kg, _g, we, { heading: 0, icon: 1, testid: 2 }, wg);
35279
+ super(), _e(this, e, Cg, kg, we, { heading: 0, icon: 1, testid: 2 }, _g);
35255
35280
  }
35256
35281
  get heading() {
35257
35282
  return this.$$.ctx[0];
@@ -35272,7 +35297,7 @@ class Cg extends Ce {
35272
35297
  this.$$set({ testid: e }), w();
35273
35298
  }
35274
35299
  }
35275
- customElements.define("goa-work-side-menu-group", ke(Cg, { heading: {}, icon: {}, testid: {} }, ["default"], [], !0));
35300
+ customElements.define("goa-work-side-menu-group", ke(yg, { heading: {}, icon: {}, testid: {} }, ["default"], [], !0));
35276
35301
  export {
35277
35302
  Ia as DropdownItemDestroyMsg,
35278
35303
  Ba as DropdownItemMountedMsg