@livechat/design-system-react-components 1.33.3 → 1.33.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.es.js CHANGED
@@ -570,26 +570,26 @@ const Mc = {
570
570
  height: 64
571
571
  }
572
572
  }, Ar = "icon", x = (t) => {
573
- const d = t, {
573
+ const s = t, {
574
574
  source: a,
575
575
  size: r = "medium",
576
576
  kind: _,
577
577
  disabled: o,
578
578
  className: l,
579
579
  customColor: n
580
- } = d, c = D(d, [
580
+ } = s, c = D(s, [
581
581
  "source",
582
582
  "size",
583
583
  "kind",
584
584
  "disabled",
585
585
  "className",
586
586
  "customColor"
587
- ]), s = e.createElement(a, k(k({}, so[r]), n ? { color: n } : {})), i = u(
587
+ ]), d = e.createElement(a, k(k({}, so[r]), n ? { color: n } : {})), i = u(
588
588
  l,
589
589
  Pr[Ar],
590
590
  _ && Pr[`${Ar}--${o ? "disabled--" : ""}${_}`]
591
591
  );
592
- return /* @__PURE__ */ e.createElement("span", T(k({}, c), { className: i }), s);
592
+ return /* @__PURE__ */ e.createElement("span", T(k({}, c), { className: i }), d);
593
593
  }, Ge = {
594
594
  "heading-xl": "lc-Typography-module__heading-xl___nhr-6",
595
595
  "heading-lg": "lc-Typography-module__heading-lg___XYF7l",
@@ -620,8 +620,8 @@ const Mc = {
620
620
  sm: "h4",
621
621
  xs: "h5",
622
622
  "2xs": "h6"
623
- }, oe = (i) => {
624
- var d = i, {
623
+ }, ne = (i) => {
624
+ var s = i, {
625
625
  as: t,
626
626
  size: a = "md",
627
627
  children: r,
@@ -630,7 +630,7 @@ const Mc = {
630
630
  bold: l,
631
631
  customColor: n,
632
632
  textAlign: c
633
- } = d, s = D(d, [
633
+ } = s, d = D(s, [
634
634
  "as",
635
635
  "size",
636
636
  "children",
@@ -652,7 +652,7 @@ const Mc = {
652
652
  _
653
653
  ),
654
654
  style: k(k({}, n && { color: n }), c && { textAlign: c })
655
- }, s),
655
+ }, d),
656
656
  r
657
657
  );
658
658
  }, B = (b) => {
@@ -665,9 +665,9 @@ const Mc = {
665
665
  underline: l = !1,
666
666
  strike: n = !1,
667
667
  children: c,
668
- className: s,
668
+ className: d,
669
669
  customColor: i,
670
- textAlign: d,
670
+ textAlign: s,
671
671
  noMargin: p
672
672
  } = g, m = D(g, [
673
673
  "as",
@@ -683,27 +683,27 @@ const Mc = {
683
683
  "textAlign",
684
684
  "noMargin"
685
685
  ]);
686
- const v = "paragraph";
686
+ const h = "paragraph";
687
687
  return e.createElement(
688
688
  t,
689
689
  k({
690
690
  className: u(
691
691
  {
692
- [Ge[`${v}-${a}`]]: !0,
693
- [Ge[`${v}--bold`]]: o,
694
- [Ge[`${v}--strike`]]: n,
695
- [Ge[`${v}--underline`]]: l,
696
- [Ge[`${v}--uppercase`]]: _ || r,
697
- [Ge[`${v}--no-margin`]]: p
692
+ [Ge[`${h}-${a}`]]: !0,
693
+ [Ge[`${h}--bold`]]: o,
694
+ [Ge[`${h}--strike`]]: n,
695
+ [Ge[`${h}--underline`]]: l,
696
+ [Ge[`${h}--uppercase`]]: _ || r,
697
+ [Ge[`${h}--no-margin`]]: p
698
698
  },
699
- s
699
+ d
700
700
  ),
701
- style: k(k({}, i && { color: i }), d && { textAlign: d })
701
+ style: k(k({}, i && { color: i }), s && { textAlign: s })
702
702
  }, m),
703
703
  c
704
704
  );
705
- }, Vc = (s) => {
706
- var i = s, {
705
+ }, Vc = (d) => {
706
+ var i = d, {
707
707
  as: t = "div",
708
708
  size: a = "md",
709
709
  children: r,
@@ -746,8 +746,8 @@ const Mc = {
746
746
  "action-menu__list__item__icon": "lc-ActionMenu-module__action-menu__list__item__icon___o3ePo",
747
747
  "action-menu__list--with-footer": "lc-ActionMenu-module__action-menu__list--with-footer___ghTxL",
748
748
  "action-menu__footer": "lc-ActionMenu-module__action-menu__footer___HxoOe"
749
- }, ze = "action-menu", mo = (v) => {
750
- var h = v, {
749
+ }, ze = "action-menu", mo = (h) => {
750
+ var v = h, {
751
751
  className: t,
752
752
  triggerClassName: a,
753
753
  options: r,
@@ -756,13 +756,13 @@ const Mc = {
756
756
  openedOnInit: l = !1,
757
757
  keepOpenOnClick: n,
758
758
  flipOptions: c,
759
- visible: s,
759
+ visible: d,
760
760
  onClose: i,
761
- onOpen: d,
761
+ onOpen: s,
762
762
  floatingStrategy: p,
763
763
  selectedOptions: m,
764
764
  footer: b
765
- } = h, g = D(h, [
765
+ } = v, g = D(v, [
766
766
  "className",
767
767
  "triggerClassName",
768
768
  "options",
@@ -778,8 +778,8 @@ const Mc = {
778
778
  "selectedOptions",
779
779
  "footer"
780
780
  ]);
781
- const E = s !== void 0, [y, $] = e.useState(l), [w, C] = e.useState(null), f = e.useRef(-1), N = Ga(), S = sa(), M = e.useRef(null), G = E ? s : y, I = () => {
782
- G ? (i == null || i(), !E && $(!1)) : (d == null || d(), !E && $(!0));
781
+ const y = d !== void 0, [E, $] = e.useState(l), [w, C] = e.useState(null), f = e.useRef(-1), N = Ga(), S = sa(), M = e.useRef(null), G = y ? d : E, I = () => {
782
+ G ? (i == null || i(), !y && $(!1)) : (s == null || s(), !y && $(!0));
783
783
  }, { x: O, y: Y, strategy: X, refs: L, context: U } = da({
784
784
  nodeId: S,
785
785
  middleware: [
@@ -838,7 +838,7 @@ const Mc = {
838
838
  f.current = -1;
839
839
  }, [G, lt]);
840
840
  const ht = (P, V) => {
841
- f.current = P, V == null || V(), !E && !n && ($(!1), i == null || i());
841
+ f.current = P, V == null || V(), !y && !n && ($(!1), i == null || i());
842
842
  }, St = (P, V) => P.groupHeader ? /* @__PURE__ */ e.createElement(
843
843
  "li",
844
844
  {
@@ -1020,8 +1020,8 @@ const Mc = {
1020
1020
  "btn--plain-lock-black": "lc-Button-module__btn--plain-lock-black___aL-wC",
1021
1021
  "btn--text-lock-black": "lc-Button-module__btn--text-lock-black___fy3zb"
1022
1022
  }, ge = "btn", W = e.forwardRef(
1023
- (v, g) => {
1024
- var h = v, {
1023
+ (h, g) => {
1024
+ var v = h, {
1025
1025
  loading: t = !1,
1026
1026
  disabled: a = !1,
1027
1027
  type: r = "button",
@@ -1030,12 +1030,12 @@ const Mc = {
1030
1030
  size: l = "medium",
1031
1031
  icon: n = null,
1032
1032
  iconPosition: c = "left",
1033
- loaderLabel: s,
1033
+ loaderLabel: d,
1034
1034
  className: i,
1035
- children: d,
1035
+ children: s,
1036
1036
  href: p,
1037
1037
  onClick: m
1038
- } = h, b = D(h, [
1038
+ } = v, b = D(v, [
1039
1039
  "loading",
1040
1040
  "disabled",
1041
1041
  "type",
@@ -1050,7 +1050,7 @@ const Mc = {
1050
1050
  "href",
1051
1051
  "onClick"
1052
1052
  ]);
1053
- const E = t || a, y = !d && n, $ = ["text", "link", "link-light"].includes(o), w = p ? "a" : "button", C = u(
1053
+ const y = t || a, E = !s && n, $ = ["text", "link", "link-light"].includes(o), w = p ? "a" : "button", C = u(
1054
1054
  i,
1055
1055
  pe[ge],
1056
1056
  pe[`${ge}--${o}`],
@@ -1058,10 +1058,10 @@ const Mc = {
1058
1058
  {
1059
1059
  [pe[`${ge}--loading`]]: t,
1060
1060
  [pe[`${ge}--full-width`]]: _,
1061
- [pe[`${ge}--with-${c}-icon`]]: n && !y && !$,
1062
- [pe[`${ge}--icon-only`]]: y,
1063
- [pe[`${ge}--icon-only--bg`]]: y && $,
1064
- [pe[`${ge}--disabled`]]: E
1061
+ [pe[`${ge}--with-${c}-icon`]]: n && !E && !$,
1062
+ [pe[`${ge}--icon-only`]]: E,
1063
+ [pe[`${ge}--icon-only--bg`]]: E && $,
1064
+ [pe[`${ge}--disabled`]]: y
1065
1065
  }
1066
1066
  );
1067
1067
  return /* @__PURE__ */ e.createElement(
@@ -1069,16 +1069,16 @@ const Mc = {
1069
1069
  k(k({
1070
1070
  ref: g,
1071
1071
  className: C,
1072
- "aria-disabled": E,
1072
+ "aria-disabled": y,
1073
1073
  type: r,
1074
- disabled: E
1075
- }, !E && { href: p, onClick: m }), b),
1074
+ disabled: y
1075
+ }, !y && { href: p, onClick: m }), b),
1076
1076
  t && /* @__PURE__ */ e.createElement(
1077
1077
  Cr,
1078
1078
  k({
1079
1079
  "data-testid": "button-loader",
1080
1080
  size: "small",
1081
- label: s,
1081
+ label: d,
1082
1082
  className: pe[`${ge}__loader`]
1083
1083
  }, vo(o))
1084
1084
  ),
@@ -1094,7 +1094,7 @@ const Mc = {
1094
1094
  disabled: a,
1095
1095
  size: l === "xcompact" ? "small" : "medium"
1096
1096
  }),
1097
- /* @__PURE__ */ e.createElement("div", { className: pe[`${ge}__content`] }, d)
1097
+ /* @__PURE__ */ e.createElement("div", { className: pe[`${ge}__content`] }, s)
1098
1098
  );
1099
1099
  }
1100
1100
  );
@@ -1175,17 +1175,17 @@ const Co = (t) => {
1175
1175
  kind: l,
1176
1176
  placement: n = "bottom",
1177
1177
  isVisible: c,
1178
- fullSpaceContent: s,
1178
+ fullSpaceContent: d,
1179
1179
  onClose: i,
1180
- onOpen: d,
1180
+ onOpen: s,
1181
1181
  withFadeAnimation: p = !0,
1182
1182
  transitionDuration: m = 200,
1183
1183
  hoverOnDuration: b,
1184
1184
  hoverOffDuration: g,
1185
- transitionDelay: v = 0,
1186
- hoverOnDelay: h,
1187
- hoverOffDelay: E,
1188
- triggerOnClick: y = !1,
1185
+ transitionDelay: h = 0,
1186
+ hoverOnDelay: v,
1187
+ hoverOffDelay: y,
1188
+ triggerOnClick: E = !1,
1189
1189
  triggerOnHover: $ = !0,
1190
1190
  offsetMainAxis: w = 8,
1191
1191
  offsetCrossAxis: C = 0,
@@ -1203,10 +1203,10 @@ const Co = (t) => {
1203
1203
  A[ya],
1204
1204
  a,
1205
1205
  Ne && A[`${ya}--${Ne}`],
1206
- s && A[`${ya}--full-space`]
1206
+ d && A[`${ya}--full-space`]
1207
1207
  ), bt = typeof _ == "function", lt = (me) => {
1208
- me !== Ue && (me ? d == null || d() : i == null || i(), !L && $e(me));
1209
- }, ht = (me) => p ? me != null ? me : m : 0, St = (me) => me != null ? me : v, {
1208
+ me !== Ue && (me ? s == null || s() : i == null || i(), !L && $e(me));
1209
+ }, ht = (me) => p ? me != null ? me : m : 0, St = (me) => me != null ? me : h, {
1210
1210
  floatingStyles: xt,
1211
1211
  refs: P,
1212
1212
  context: V,
@@ -1228,13 +1228,13 @@ const Co = (t) => {
1228
1228
  move: !1,
1229
1229
  restMs: N,
1230
1230
  delay: {
1231
- open: St(h),
1232
- close: St(E || G)
1231
+ open: St(v),
1232
+ close: St(y || G)
1233
1233
  },
1234
1234
  enabled: $,
1235
1235
  handleClose: Y ? null : J_()
1236
1236
  }), Wa = j_(V), Va = ga(V, S), Ka = fa(V, { role: "tooltip" }), Ya = pa(V, k({
1237
- enabled: y
1237
+ enabled: E
1238
1238
  }, M)), { isMounted: qa, styles: Za } = kr(V, {
1239
1239
  duration: {
1240
1240
  open: ht(b),
@@ -1304,7 +1304,7 @@ const Co = (t) => {
1304
1304
  },
1305
1305
  /* @__PURE__ */ e.createElement(x, { source: Ie, kind: o ? u_(o) : "primary" })
1306
1306
  ), a && /* @__PURE__ */ e.createElement(
1307
- oe,
1307
+ ne,
1308
1308
  {
1309
1309
  as: "div",
1310
1310
  size: "xs",
@@ -1333,7 +1333,7 @@ const Co = (t) => {
1333
1333
  primaryButton: n,
1334
1334
  secondaryButton: c
1335
1335
  }) => {
1336
- const s = (d) => d === "invert" ? "secondary" : d === "important" ? "plain-lock-black" : "high-contrast", i = (d) => d === "invert" ? "link-inverted" : d === "important" ? "text-lock-black" : "text";
1336
+ const d = (s) => s === "invert" ? "secondary" : s === "important" ? "plain-lock-black" : "high-contrast", i = (s) => s === "invert" ? "link-inverted" : s === "important" ? "text-lock-black" : "text";
1337
1337
  return /* @__PURE__ */ e.createElement("div", { className: A[`${Ze}__interactive`] }, _ && /* @__PURE__ */ e.createElement(
1338
1338
  "button",
1339
1339
  {
@@ -1350,7 +1350,7 @@ const Co = (t) => {
1350
1350
  src: r.src,
1351
1351
  alt: r.alt
1352
1352
  }
1353
- )), t && /* @__PURE__ */ e.createElement(oe, { as: "div", size: "xs", className: A[`${Ze}-header`] }, t), /* @__PURE__ */ e.createElement("div", { className: A[`${Ze}-text`] }, a), /* @__PURE__ */ e.createElement(
1353
+ )), t && /* @__PURE__ */ e.createElement(ne, { as: "div", size: "xs", className: A[`${Ze}-header`] }, t), /* @__PURE__ */ e.createElement("div", { className: A[`${Ze}-text`] }, a), /* @__PURE__ */ e.createElement(
1354
1354
  "div",
1355
1355
  {
1356
1356
  className: u(
@@ -1361,7 +1361,7 @@ const Co = (t) => {
1361
1361
  /* @__PURE__ */ e.createElement(
1362
1362
  W,
1363
1363
  T(k({}, n), {
1364
- kind: n.kind || s(o),
1364
+ kind: n.kind || d(o),
1365
1365
  onClick: n.handleClick
1366
1366
  }),
1367
1367
  n.label
@@ -1379,7 +1379,7 @@ const Co = (t) => {
1379
1379
  c.label
1380
1380
  )
1381
1381
  ));
1382
- }, le = "guide-tooltip", Bo = ({
1382
+ }, ce = "guide-tooltip", Bo = ({
1383
1383
  gap: t,
1384
1384
  isVisible: a,
1385
1385
  slide: r,
@@ -1407,7 +1407,7 @@ const Co = (t) => {
1407
1407
  left: "0",
1408
1408
  width: "100%",
1409
1409
  height: `calc(100% - ${t.bottom}px)`
1410
- }, s = {
1410
+ }, d = {
1411
1411
  top: `${t.top}px`,
1412
1412
  left: `${t.left}px`,
1413
1413
  width: `${t.width}px`,
@@ -1418,9 +1418,9 @@ const Co = (t) => {
1418
1418
  "div",
1419
1419
  {
1420
1420
  className: u({
1421
- [A[`${le}__overlay`]]: !0,
1422
- [A[`${le}__overlay--visible`]]: a,
1423
- [A[`${le}__overlay--slide`]]: r
1421
+ [A[`${ce}__overlay`]]: !0,
1422
+ [A[`${ce}__overlay--visible`]]: a,
1423
+ [A[`${ce}__overlay--slide`]]: r
1424
1424
  }),
1425
1425
  style: o
1426
1426
  }
@@ -1428,9 +1428,9 @@ const Co = (t) => {
1428
1428
  "div",
1429
1429
  {
1430
1430
  className: u({
1431
- [A[`${le}__overlay`]]: !0,
1432
- [A[`${le}__overlay--visible`]]: a,
1433
- [A[`${le}__overlay--slide`]]: r
1431
+ [A[`${ce}__overlay`]]: !0,
1432
+ [A[`${ce}__overlay--visible`]]: a,
1433
+ [A[`${ce}__overlay--slide`]]: r
1434
1434
  }),
1435
1435
  style: n
1436
1436
  }
@@ -1438,9 +1438,9 @@ const Co = (t) => {
1438
1438
  "div",
1439
1439
  {
1440
1440
  className: u({
1441
- [A[`${le}__overlay`]]: !0,
1442
- [A[`${le}__overlay--visible`]]: a,
1443
- [A[`${le}__overlay--slide`]]: r
1441
+ [A[`${ce}__overlay`]]: !0,
1442
+ [A[`${ce}__overlay--visible`]]: a,
1443
+ [A[`${ce}__overlay--slide`]]: r
1444
1444
  }),
1445
1445
  style: l
1446
1446
  }
@@ -1448,9 +1448,9 @@ const Co = (t) => {
1448
1448
  "div",
1449
1449
  {
1450
1450
  className: u({
1451
- [A[`${le}__overlay`]]: !0,
1452
- [A[`${le}__overlay--visible`]]: a,
1453
- [A[`${le}__overlay--slide`]]: r
1451
+ [A[`${ce}__overlay`]]: !0,
1452
+ [A[`${ce}__overlay--visible`]]: a,
1453
+ [A[`${ce}__overlay--slide`]]: r
1454
1454
  }),
1455
1455
  style: c
1456
1456
  }
@@ -1458,11 +1458,11 @@ const Co = (t) => {
1458
1458
  "div",
1459
1459
  {
1460
1460
  className: u({
1461
- [A[`${le}__overlay`]]: !0,
1462
- [A[`${le}__overlay--visible`]]: a,
1463
- [A[`${le}__overlay--slide`]]: r
1461
+ [A[`${ce}__overlay`]]: !0,
1462
+ [A[`${ce}__overlay--visible`]]: a,
1463
+ [A[`${ce}__overlay--slide`]]: r
1464
1464
  }),
1465
- style: s
1465
+ style: d
1466
1466
  }
1467
1467
  ));
1468
1468
  };
@@ -1473,7 +1473,7 @@ class Io {
1473
1473
  this.element = a, this.padding = r;
1474
1474
  }
1475
1475
  addPadding(a) {
1476
- const r = Math.round(a.left) - this.padding, _ = Math.round(a.top) - this.padding, o = Math.round(a.width) + 2 * this.padding, l = Math.round(a.height) + 2 * this.padding, n = _, c = r, s = n + l, i = c + o;
1476
+ const r = Math.round(a.left) - this.padding, _ = Math.round(a.top) - this.padding, o = Math.round(a.width) + 2 * this.padding, l = Math.round(a.height) + 2 * this.padding, n = _, c = r, d = n + l, i = c + o;
1477
1477
  return {
1478
1478
  x: r,
1479
1479
  y: _,
@@ -1481,7 +1481,7 @@ class Io {
1481
1481
  height: l,
1482
1482
  top: n,
1483
1483
  left: c,
1484
- bottom: s,
1484
+ bottom: d,
1485
1485
  right: i
1486
1486
  };
1487
1487
  }
@@ -1503,13 +1503,13 @@ const Rr = 8, Mr = "guide-tooltip", Lr = (t, a) => new Io(t, a), Zc = (t) => {
1503
1503
  shouldSlide: o = !0
1504
1504
  } = t, [l, n] = e.useState(
1505
1505
  null
1506
- ), [c, s] = e.useState(null), [i, d] = e.useState(o), p = () => {
1507
- l && (s(
1506
+ ), [c, d] = e.useState(null), [i, s] = e.useState(o), p = () => {
1507
+ l && (d(
1508
1508
  Lr(
1509
1509
  l,
1510
1510
  Rr
1511
1511
  ).getBoundingClientRect()
1512
- ), d(!1));
1512
+ ), s(!1));
1513
1513
  };
1514
1514
  return e.useEffect(() => {
1515
1515
  if (l !== null)
@@ -1522,12 +1522,12 @@ const Rr = 8, Mr = "guide-tooltip", Lr = (t, a) => new Io(t, a), Zc = (t) => {
1522
1522
  n(m);
1523
1523
  }
1524
1524
  }, [r]), e.useEffect(() => {
1525
- l && s(
1525
+ l && d(
1526
1526
  Lr(
1527
1527
  l,
1528
1528
  Rr
1529
1529
  ).getBoundingClientRect()
1530
- ), d(!0);
1530
+ ), s(!0);
1531
1531
  }, [l]), l && _ && c ? /* @__PURE__ */ e.createElement(o_, null, /* @__PURE__ */ e.createElement(
1532
1532
  Bo,
1533
1533
  {
@@ -1646,29 +1646,29 @@ const Rr = 8, Mr = "guide-tooltip", Lr = (t, a) => new Io(t, a), Zc = (t) => {
1646
1646
  vertical: l,
1647
1647
  menuFooter: n
1648
1648
  }) => {
1649
- const [c, s] = e.useState(
1649
+ const [c, d] = e.useState(
1650
1650
  _.length
1651
- ), [i, d] = e.useState([]), [p, m] = e.useState(!1), b = r === "scroll", g = u(
1651
+ ), [i, s] = e.useState([]), [p, m] = e.useState(!1), b = r === "scroll", g = u(
1652
1652
  q[wa],
1653
1653
  t,
1654
1654
  l && q[`${wa}--vertical`]
1655
- ), v = !b && i.length !== 0;
1655
+ ), h = !b && i.length !== 0;
1656
1656
  e.useEffect(() => {
1657
- b || (_.length > c ? d(_.slice(c, _.length)) : d([]));
1657
+ b || (_.length > c ? s(_.slice(c, _.length)) : s([]));
1658
1658
  }, [_, c]), e.useEffect(() => {
1659
- const y = !!window.ResizeObserver;
1660
- if (!b && y) {
1659
+ const E = !!window.ResizeObserver;
1660
+ if (!b && E) {
1661
1661
  const $ = new ResizeObserver((w) => {
1662
1662
  const { width: C, height: f } = w[0].contentRect, N = l ? f : C, S = i.length > 0 ? 60 : 0, M = Math.floor(
1663
1663
  (N - S) / Do
1664
1664
  );
1665
- M >= 0 && M !== c && s(M);
1665
+ M >= 0 && M !== c && d(M);
1666
1666
  });
1667
1667
  return $.observe(document.querySelector(`#${a}`)), () => $.disconnect();
1668
1668
  }
1669
1669
  }, [i, b, c]);
1670
- const h = e.useCallback(() => i.reduce(
1671
- (y, $) => {
1670
+ const v = e.useCallback(() => i.reduce(
1671
+ (E, $) => {
1672
1672
  if (!$.hideInMenu) {
1673
1673
  const w = {
1674
1674
  key: $.key,
@@ -1676,12 +1676,12 @@ const Rr = 8, Mr = "guide-tooltip", Lr = (t, a) => new Io(t, a), Zc = (t) => {
1676
1676
  withDivider: $.withDivider,
1677
1677
  onClick: $.onClick
1678
1678
  };
1679
- y.push(w);
1679
+ E.push(w);
1680
1680
  }
1681
- return y;
1681
+ return E;
1682
1682
  },
1683
1683
  []
1684
- ), [i]), E = i.find((y) => y.key === o);
1684
+ ), [i]), y = i.find((E) => E.key === o);
1685
1685
  return /* @__PURE__ */ e.createElement("div", { id: a, className: g }, /* @__PURE__ */ e.createElement(
1686
1686
  "div",
1687
1687
  {
@@ -1689,20 +1689,20 @@ const Rr = 8, Mr = "guide-tooltip", Lr = (t, a) => new Io(t, a), Zc = (t) => {
1689
1689
  [q[`${wa}__items--scroll`]]: b
1690
1690
  })
1691
1691
  },
1692
- _.slice(0, c).map((y) => /* @__PURE__ */ e.createElement(
1692
+ _.slice(0, c).map((E) => /* @__PURE__ */ e.createElement(
1693
1693
  To,
1694
1694
  {
1695
- option: y,
1696
- isActive: y.key === o,
1695
+ option: E,
1696
+ isActive: E.key === o,
1697
1697
  vertical: l
1698
1698
  }
1699
1699
  ))
1700
- ), v && /* @__PURE__ */ e.createElement(
1700
+ ), h && /* @__PURE__ */ e.createElement(
1701
1701
  "div",
1702
1702
  {
1703
1703
  className: u(
1704
1704
  q[Xe],
1705
- E && q[`${Xe}--active`],
1705
+ y && q[`${Xe}--active`],
1706
1706
  l && q[`${Xe}--vertical`]
1707
1707
  )
1708
1708
  },
@@ -1714,7 +1714,7 @@ const Rr = 8, Mr = "guide-tooltip", Lr = (t, a) => new Io(t, a), Zc = (t) => {
1714
1714
  onClose: () => m(!1),
1715
1715
  floatingStrategy: "fixed",
1716
1716
  placement: l ? "left-start" : "bottom-end",
1717
- options: h(),
1717
+ options: v(),
1718
1718
  triggerClassName: u(
1719
1719
  l && q[`${Xe}__trigger-vertical`]
1720
1720
  ),
@@ -1723,7 +1723,7 @@ const Rr = 8, Mr = "guide-tooltip", Lr = (t, a) => new Io(t, a), Zc = (t) => {
1723
1723
  {
1724
1724
  className: u(
1725
1725
  q[`${Xe}__button`],
1726
- E && q[`${Xe}__button--active`]
1726
+ y && q[`${Xe}__button--active`]
1727
1727
  ),
1728
1728
  kind: "plain",
1729
1729
  icon: /* @__PURE__ */ e.createElement(
@@ -1739,14 +1739,14 @@ const Rr = 8, Mr = "guide-tooltip", Lr = (t, a) => new Io(t, a), Zc = (t) => {
1739
1739
  ),
1740
1740
  iconPosition: "right"
1741
1741
  },
1742
- E && /* @__PURE__ */ e.createElement(
1742
+ y && /* @__PURE__ */ e.createElement(
1743
1743
  "div",
1744
1744
  {
1745
1745
  className: u(
1746
1746
  q[`${Xe}__button__with-item`]
1747
1747
  )
1748
1748
  },
1749
- E.element
1749
+ y.element
1750
1750
  )
1751
1751
  ),
1752
1752
  footer: n
@@ -1769,7 +1769,7 @@ const Rr = 8, Mr = "guide-tooltip", Lr = (t, a) => new Io(t, a), Zc = (t) => {
1769
1769
  }) => {
1770
1770
  const n = u(It[vt], t), c = (i) => {
1771
1771
  i.currentTarget === document.activeElement && (l == null || l());
1772
- }, s = (i) => {
1772
+ }, d = (i) => {
1773
1773
  i.currentTarget === document.activeElement && (i.key === "Enter" || i.key === " " || i.key === "Spacebar" || i.key === "Space") && (i.preventDefault(), l == null || l());
1774
1774
  };
1775
1775
  return /* @__PURE__ */ e.createElement("div", { className: It["main-wrapper"] }, /* @__PURE__ */ e.createElement(
@@ -1780,7 +1780,7 @@ const Rr = 8, Mr = "guide-tooltip", Lr = (t, a) => new Io(t, a), Zc = (t) => {
1780
1780
  tabIndex: 0,
1781
1781
  className: n,
1782
1782
  onClick: c,
1783
- onKeyDown: s
1783
+ onKeyDown: d
1784
1784
  },
1785
1785
  /* @__PURE__ */ e.createElement(
1786
1786
  "div",
@@ -1841,14 +1841,14 @@ const Rr = 8, Mr = "guide-tooltip", Lr = (t, a) => new Io(t, a), Zc = (t) => {
1841
1841
  kind: "error"
1842
1842
  }
1843
1843
  }, xe = "alert", Qc = (c) => {
1844
- var s = c, {
1844
+ var d = c, {
1845
1845
  children: t,
1846
1846
  className: a,
1847
1847
  primaryButton: r,
1848
1848
  secondaryButton: _,
1849
1849
  kind: o = "info",
1850
1850
  onClose: l
1851
- } = s, n = D(s, [
1851
+ } = d, n = D(d, [
1852
1852
  "children",
1853
1853
  "className",
1854
1854
  "primaryButton",
@@ -1856,12 +1856,12 @@ const Rr = 8, Mr = "guide-tooltip", Lr = (t, a) => new Io(t, a), Zc = (t) => {
1856
1856
  "kind",
1857
1857
  "onClose"
1858
1858
  ]);
1859
- const i = e.useRef(null), [d, p] = e.useState(null), m = u(
1859
+ const i = e.useRef(null), [s, p] = e.useState(null), m = u(
1860
1860
  Se[xe],
1861
1861
  Se[`${xe}--${o}`],
1862
- d === "large" && Se[`${xe}--large`],
1863
- d === "medium" && Se[`${xe}--medium`],
1864
- d === "small" && Se[`${xe}--small`],
1862
+ s === "large" && Se[`${xe}--large`],
1863
+ s === "medium" && Se[`${xe}--medium`],
1864
+ s === "small" && Se[`${xe}--small`],
1865
1865
  a
1866
1866
  );
1867
1867
  return e.useEffect(() => {
@@ -1951,9 +1951,9 @@ const Rr = 8, Mr = "guide-tooltip", Lr = (t, a) => new Io(t, a), Zc = (t) => {
1951
1951
  topBar: l,
1952
1952
  topBarClassName: n,
1953
1953
  sideNavigationContainerClassName: c,
1954
- contentClassName: s
1955
- } = t, i = u(Je[p_], r), { isSideNavigationVisible: d } = no(), p = e.useRef(null), { isOpen: m, isMounted: b } = $r({
1956
- isVisible: d,
1954
+ contentClassName: d
1955
+ } = t, i = u(Je[p_], r), { isSideNavigationVisible: s } = no(), p = e.useRef(null), { isOpen: m, isMounted: b } = $r({
1956
+ isVisible: s,
1957
1957
  elementRef: p
1958
1958
  });
1959
1959
  return /* @__PURE__ */ e.createElement("div", { className: i }, _, /* @__PURE__ */ e.createElement("div", { className: Je[nt] }, /* @__PURE__ */ e.createElement(
@@ -1996,7 +1996,7 @@ const Rr = 8, Mr = "guide-tooltip", Lr = (t, a) => new Io(t, a), Zc = (t) => {
1996
1996
  {
1997
1997
  className: u(
1998
1998
  Je[`${nt}__content-wrapper__content`],
1999
- s
1999
+ d
2000
2000
  )
2001
2001
  },
2002
2002
  a
@@ -2018,7 +2018,7 @@ const Rr = 8, Mr = "guide-tooltip", Lr = (t, a) => new Io(t, a), Zc = (t) => {
2018
2018
  noGaps: l,
2019
2019
  rightNode: n
2020
2020
  }) => {
2021
- const c = _ || /* @__PURE__ */ e.createElement("div", { className: Tt[`${Dt}__header`] }, /* @__PURE__ */ e.createElement(oe, { size: "sm", className: Tt[`${Dt}__header__title`] }, r), n);
2021
+ const c = _ || /* @__PURE__ */ e.createElement("div", { className: Tt[`${Dt}__header`] }, /* @__PURE__ */ e.createElement(ne, { size: "sm", className: Tt[`${Dt}__header__title`] }, r), n);
2022
2022
  return /* @__PURE__ */ e.createElement(
2023
2023
  "div",
2024
2024
  {
@@ -2062,9 +2062,9 @@ const Ho = "side-navigation-item-test-id", zo = "side-navigation-active-item-tes
2062
2062
  rightNode: l,
2063
2063
  onClick: n,
2064
2064
  isActive: c,
2065
- isMainEntry: s,
2065
+ isMainEntry: d,
2066
2066
  onItemHover: i,
2067
- isIconHidden: d
2067
+ isIconHidden: s
2068
2068
  } = b, p = D(b, [
2069
2069
  "leftNode",
2070
2070
  "shouldKeepIconSpace",
@@ -2078,10 +2078,10 @@ const Ho = "side-navigation-item-test-id", zo = "side-navigation-active-item-tes
2078
2078
  "onItemHover",
2079
2079
  "isIconHidden"
2080
2080
  ]);
2081
- const g = typeof _ == "string", v = (E) => {
2082
- E.preventDefault(), n == null || n();
2083
- }, h = (E) => {
2084
- E.key === "Enter" && (E.preventDefault(), n == null || n());
2081
+ const g = typeof _ == "string", h = (y) => {
2082
+ y.preventDefault(), n == null || n();
2083
+ }, v = (y) => {
2084
+ y.key === "Enter" && (y.preventDefault(), n == null || n());
2085
2085
  };
2086
2086
  return /* @__PURE__ */ e.createElement(
2087
2087
  "li",
@@ -2096,12 +2096,12 @@ const Ho = "side-navigation-item-test-id", zo = "side-navigation-active-item-tes
2096
2096
  tabIndex: 0,
2097
2097
  className: u(Te[`${De}__anchor`], {
2098
2098
  [Te[`${De}__anchor--active`]]: c,
2099
- [Te[`${De}__anchor--main-entry`]]: s,
2100
- [Te[`${De}__anchor--icon-hidden`]]: d
2099
+ [Te[`${De}__anchor--main-entry`]]: d,
2100
+ [Te[`${De}__anchor--icon-hidden`]]: s
2101
2101
  }),
2102
2102
  href: r,
2103
- onClick: v,
2104
- onKeyDown: h,
2103
+ onClick: h,
2104
+ onKeyDown: v,
2105
2105
  onMouseEnter: i || Fa,
2106
2106
  onFocus: i || Fa
2107
2107
  },
@@ -2109,7 +2109,7 @@ const Ho = "side-navigation-item-test-id", zo = "side-navigation-active-item-tes
2109
2109
  "span",
2110
2110
  {
2111
2111
  className: u(Te[`${De}__left-node`], {
2112
- [Te[`${De}__left-node--active`]]: c || s
2112
+ [Te[`${De}__left-node--active`]]: c || d
2113
2113
  }),
2114
2114
  "data-testid": Wo
2115
2115
  },
@@ -2118,9 +2118,9 @@ const Ho = "side-navigation-item-test-id", zo = "side-navigation-active-item-tes
2118
2118
  g ? /* @__PURE__ */ e.createElement(
2119
2119
  B,
2120
2120
  {
2121
- bold: c || s,
2121
+ bold: c || d,
2122
2122
  className: u(Te[`${De}__label`], {
2123
- [Te[`${De}__label--active`]]: c || s
2123
+ [Te[`${De}__label--active`]]: c || d
2124
2124
  })
2125
2125
  },
2126
2126
  _
@@ -2128,7 +2128,7 @@ const Ho = "side-navigation-item-test-id", zo = "side-navigation-active-item-tes
2128
2128
  "span",
2129
2129
  {
2130
2130
  className: u(Te[`${De}__custom-label`], {
2131
- [Te[`${De}__custom-label--active`]]: c || s
2131
+ [Te[`${De}__custom-label--active`]]: c || d
2132
2132
  })
2133
2133
  },
2134
2134
  _
@@ -2155,11 +2155,11 @@ const Ho = "side-navigation-item-test-id", zo = "side-navigation-active-item-tes
2155
2155
  shouldOpenOnInit: n = !1,
2156
2156
  shouldOpenOnActive: c = !1
2157
2157
  }) => {
2158
- const [s, i] = e.useState(!1), [d, p] = e.useState(0), m = e.useRef(!1), b = e.useRef(null), { isOpen: g, isMounted: v, setIsOpen: h } = $r({
2158
+ const [d, i] = e.useState(!1), [s, p] = e.useState(0), m = e.useRef(!1), b = e.useRef(null), { isOpen: g, isMounted: h, setIsOpen: v } = $r({
2159
2159
  isVisible: !o || n,
2160
2160
  elementRef: b
2161
- }), E = typeof a == "function" ? a(g) : a, y = typeof t == "function" ? t(g) : t, $ = () => h(!0), w = () => {
2162
- o && h((f) => !f);
2161
+ }), y = typeof a == "function" ? a(g) : a, E = typeof t == "function" ? t(g) : t, $ = () => v(!0), w = () => {
2162
+ o && v((f) => !f);
2163
2163
  }, C = (f) => {
2164
2164
  const N = f == null ? void 0 : f.getElementsByTagName("li"), S = N != null && N.length ? [...N].some(
2165
2165
  (G) => G.getAttribute("data-active") === "true"
@@ -2169,8 +2169,8 @@ const Ho = "side-navigation-item-test-id", zo = "side-navigation-active-item-tes
2169
2169
  p(M);
2170
2170
  };
2171
2171
  return e.useEffect(() => {
2172
- c && (!m.current && s && $(), m.current = s);
2173
- }, [s, c]), /* @__PURE__ */ e.createElement("div", { "data-testid": "side-navigation-group", className: ct[it] }, o ? /* @__PURE__ */ e.createElement(
2172
+ c && (!m.current && d && $(), m.current = d);
2173
+ }, [d, c]), /* @__PURE__ */ e.createElement("div", { "data-testid": "side-navigation-group", className: ct[it] }, o ? /* @__PURE__ */ e.createElement(
2174
2174
  Vo,
2175
2175
  {
2176
2176
  leftNode: /* @__PURE__ */ e.createElement(
@@ -2182,11 +2182,11 @@ const Ho = "side-navigation-item-test-id", zo = "side-navigation-active-item-tes
2182
2182
  },
2183
2183
  /* @__PURE__ */ e.createElement(x, { source: La, size: "small" })
2184
2184
  ),
2185
- label: /* @__PURE__ */ e.createElement(B, { className: ct[`${it}__label`], bold: !0 }, y),
2185
+ label: /* @__PURE__ */ e.createElement(B, { className: ct[`${it}__label`], bold: !0 }, E),
2186
2186
  isMainEntry: !0,
2187
2187
  onClick: w,
2188
2188
  onItemHover: l,
2189
- rightNode: E
2189
+ rightNode: y
2190
2190
  }
2191
2191
  ) : /* @__PURE__ */ e.createElement(
2192
2192
  B,
@@ -2195,7 +2195,7 @@ const Ho = "side-navigation-item-test-id", zo = "side-navigation-active-item-tes
2195
2195
  className: ct[`${it}__simple-label`],
2196
2196
  onMouseEnter: l || Fa
2197
2197
  },
2198
- y
2198
+ E
2199
2199
  ), /* @__PURE__ */ e.createElement(
2200
2200
  "div",
2201
2201
  {
@@ -2206,9 +2206,9 @@ const Ho = "side-navigation-item-test-id", zo = "side-navigation-active-item-tes
2206
2206
  [ct[`${it}__list-wrapper--expanded`]]: g
2207
2207
  }
2208
2208
  ]),
2209
- style: { maxHeight: g ? d : 0 }
2209
+ style: { maxHeight: g ? s : 0 }
2210
2210
  },
2211
- v && /* @__PURE__ */ e.createElement(
2211
+ h && /* @__PURE__ */ e.createElement(
2212
2212
  "ul",
2213
2213
  {
2214
2214
  className: u(ct[`${it}__list`], r),
@@ -2257,14 +2257,14 @@ const qo = "lc-Badge-module__badge___GhLnu", Zo = "lc-Badge-module__badge__dot__
2257
2257
  "badge--secondary": "lc-Badge-module__badge--secondary___JjNIJ",
2258
2258
  "badge--tertiary": "lc-Badge-module__badge--tertiary___e83wV"
2259
2259
  }, $a = "badge", Ra = (c) => {
2260
- var s = c, {
2260
+ var d = c, {
2261
2261
  className: t,
2262
2262
  count: a = 0,
2263
2263
  max: r = 99,
2264
2264
  kind: _ = "primary",
2265
2265
  size: o = "medium",
2266
2266
  type: l = "counter"
2267
- } = s, n = D(s, [
2267
+ } = d, n = D(d, [
2268
2268
  "className",
2269
2269
  "count",
2270
2270
  "max",
@@ -2277,12 +2277,12 @@ const qo = "lc-Badge-module__badge___GhLnu", Zo = "lc-Badge-module__badge__dot__
2277
2277
  Ca[$a],
2278
2278
  Ca[`${$a}--${_}`],
2279
2279
  Ca[`${$a}--${o}`]
2280
- ), d = {
2280
+ ), s = {
2281
2281
  counter: Yo(a, r),
2282
2282
  alert: "!",
2283
2283
  dot: /* @__PURE__ */ e.createElement("span", { "data-testid": "badge-dot", className: Ca[`${$a}__dot`] })
2284
2284
  }[l];
2285
- return /* @__PURE__ */ e.createElement("span", k({ className: i }, n), d);
2285
+ return /* @__PURE__ */ e.createElement("span", k({ className: i }, n), s);
2286
2286
  }, pt = {
2287
2287
  "navigation-item": "lc-NavigationItem-module__navigation-item___uyE9V",
2288
2288
  "navigation-item--disabled": "lc-NavigationItem-module__navigation-item--disabled___0oA-E",
@@ -2317,9 +2317,9 @@ const qo = "lc-Badge-module__badge___GhLnu", Zo = "lc-Badge-module__badge__dot__
2317
2317
  disabled: l = !1,
2318
2318
  badge: n,
2319
2319
  isActive: c,
2320
- onClick: s,
2320
+ onClick: d,
2321
2321
  className: i
2322
- } = m, d = D(m, [
2322
+ } = m, s = D(m, [
2323
2323
  "id",
2324
2324
  "label",
2325
2325
  "icon",
@@ -2371,9 +2371,9 @@ const qo = "lc-Badge-module__badge___GhLnu", Zo = "lc-Badge-module__badge__dot__
2371
2371
  },
2372
2372
  "lc-dark-theme"
2373
2373
  ),
2374
- onClick: (b) => !l && s(b, t),
2374
+ onClick: (b) => !l && d(b, t),
2375
2375
  href: _
2376
- }, d),
2376
+ }, s),
2377
2377
  r
2378
2378
  ), n && Xo(n, t))
2379
2379
  },
@@ -2429,14 +2429,14 @@ const qo = "lc-Badge-module__badge___GhLnu", Zo = "lc-Badge-module__badge__dot__
2429
2429
  secondaryCta: l,
2430
2430
  isVisible: n = !0
2431
2431
  }) => {
2432
- const c = e.useRef(null), { isMounted: s, isOpen: i } = $r({
2432
+ const c = e.useRef(null), { isMounted: d, isOpen: i } = $r({
2433
2433
  isVisible: n,
2434
2434
  elementRef: c
2435
- }), d = window.matchMedia("(max-width: 768px)").matches, p = a === "warning" ? "link-inverted" : "text", m = a === "warning" ? "secondary" : "high-contrast", b = o || l ? /* @__PURE__ */ e.createElement("div", { className: Ve[`${st}__cta-wrapper`] }, o && /* @__PURE__ */ e.createElement(
2435
+ }), s = window.matchMedia("(max-width: 768px)").matches, p = a === "warning" ? "link-inverted" : "text", m = a === "warning" ? "secondary" : "high-contrast", b = o || l ? /* @__PURE__ */ e.createElement("div", { className: Ve[`${st}__cta-wrapper`] }, o && /* @__PURE__ */ e.createElement(
2436
2436
  W,
2437
2437
  k({
2438
2438
  size: "compact",
2439
- kind: d ? p : m
2439
+ kind: s ? p : m
2440
2440
  }, o),
2441
2441
  o.label
2442
2442
  ), l && /* @__PURE__ */ e.createElement(W, k({ size: "compact", kind: p }, l), l.label)) : null, g = /* @__PURE__ */ e.createElement(e.Fragment, null, /* @__PURE__ */ e.createElement("div", { className: Ve[`${st}__children-wrapper`] }, _, b), r && /* @__PURE__ */ e.createElement(
@@ -2446,7 +2446,7 @@ const qo = "lc-Badge-module__badge___GhLnu", Zo = "lc-Badge-module__badge__dot__
2446
2446
  }, r),
2447
2447
  /* @__PURE__ */ e.createElement(x, { source: Ie })
2448
2448
  ));
2449
- return /* @__PURE__ */ e.createElement(e.Fragment, null, s && /* @__PURE__ */ e.createElement(
2449
+ return /* @__PURE__ */ e.createElement(e.Fragment, null, d && /* @__PURE__ */ e.createElement(
2450
2450
  "div",
2451
2451
  {
2452
2452
  className: u(
@@ -2566,9 +2566,9 @@ const ol = "lc-Avatar-module__avatar___1zTCE", ll = "lc-Avatar-module__avatar__s
2566
2566
  src: l,
2567
2567
  status: n,
2568
2568
  text: c,
2569
- type: s,
2569
+ type: d,
2570
2570
  withRim: i = !1
2571
- } = m, d = D(m, [
2571
+ } = m, s = D(m, [
2572
2572
  "alt",
2573
2573
  "className",
2574
2574
  "color",
@@ -2580,7 +2580,7 @@ const ol = "lc-Avatar-module__avatar___1zTCE", ll = "lc-Avatar-module__avatar__s
2580
2580
  "type",
2581
2581
  "withRim"
2582
2582
  ]);
2583
- const b = s === "image" && !l, [g, v] = e.useState(b), h = s === "image" && !!l && !g, E = s === "text", y = ["xxxsmall", "xxsmall", "xsmall"].includes(o) ? 1 : 2, $ = rl(c, y), w = ["xxxsmall", "xxsmall", "xsmall", "small"].includes(o), C = r || al(c), f = C ? _l(C) : void 0, N = E ? { backgroundColor: C } : {}, S = u(k({
2583
+ const b = d === "image" && !l, [g, h] = e.useState(b), v = d === "image" && !!l && !g, y = d === "text", E = ["xxxsmall", "xxsmall", "xsmall"].includes(o) ? 1 : 2, $ = rl(c, E), w = ["xxxsmall", "xxsmall", "xsmall", "small"].includes(o), C = r || al(c), f = C ? _l(C) : void 0, N = y ? { backgroundColor: C } : {}, S = u(k({
2584
2584
  [Ee[_e]]: !0,
2585
2585
  [Ee[`${_e}--${_}`]]: !0,
2586
2586
  [Ee[`${_e}--${o}`]]: !0,
@@ -2596,10 +2596,10 @@ const ol = "lc-Avatar-module__avatar___1zTCE", ll = "lc-Avatar-module__avatar__s
2596
2596
  ), I = u(
2597
2597
  Ee[`${_e}__rim`],
2598
2598
  Ee[`${_e}__rim--${o}`]
2599
- ), O = (X) => w ? "2xs" : ["medium"].includes(X) ? "xs" : ["large", "xlarge"].includes(X) ? "sm" : ["xxlarge"].includes(X) ? "lg" : "xl", Y = e.useCallback(() => v(!0), []);
2599
+ ), O = (X) => w ? "2xs" : ["medium"].includes(X) ? "xs" : ["large", "xlarge"].includes(X) ? "sm" : ["xxlarge"].includes(X) ? "lg" : "xl", Y = e.useCallback(() => h(!0), []);
2600
2600
  return e.useEffect(() => {
2601
- v(b);
2602
- }, [b]), /* @__PURE__ */ e.createElement("div", k({ className: S, style: N }, d), i && /* @__PURE__ */ e.createElement(
2601
+ h(b);
2602
+ }, [b]), /* @__PURE__ */ e.createElement("div", k({ className: S, style: N }, s), i && /* @__PURE__ */ e.createElement(
2603
2603
  "div",
2604
2604
  {
2605
2605
  "data-testid": `${_e}__rim`,
@@ -2611,7 +2611,7 @@ const ol = "lc-Avatar-module__avatar___1zTCE", ll = "lc-Avatar-module__avatar__s
2611
2611
  "data-testid": `${_e}__status`,
2612
2612
  className: M
2613
2613
  }
2614
- ), h && /* @__PURE__ */ e.createElement(
2614
+ ), v && /* @__PURE__ */ e.createElement(
2615
2615
  "img",
2616
2616
  {
2617
2617
  className: Ee[`${_e}__image`],
@@ -2619,8 +2619,8 @@ const ol = "lc-Avatar-module__avatar___1zTCE", ll = "lc-Avatar-module__avatar__s
2619
2619
  alt: t,
2620
2620
  onError: Y
2621
2621
  }
2622
- ), E && /* @__PURE__ */ e.createElement(
2623
- oe,
2622
+ ), y && /* @__PURE__ */ e.createElement(
2623
+ ne,
2624
2624
  {
2625
2625
  as: "span",
2626
2626
  size: O(o),
@@ -2653,24 +2653,24 @@ const ol = "lc-Avatar-module__avatar___1zTCE", ll = "lc-Avatar-module__avatar__s
2653
2653
  fullWidth: l = !1,
2654
2654
  onButtonClick: n = Fa
2655
2655
  }) => {
2656
- const c = u(Na[dl], r), [s, i] = e.useState(() => _), d = typeof o == "string";
2656
+ const c = u(Na[dl], r), [d, i] = e.useState(() => _), s = typeof o == "string";
2657
2657
  e.useEffect(() => {
2658
- d && i(o);
2658
+ s && i(o);
2659
2659
  }, [o]);
2660
2660
  const p = (b, g) => {
2661
- d || i(b), n(b, g);
2662
- }, m = a.map(({ id: b, label: g, loading: v, disabled: h, icon: E }) => {
2663
- const y = b === s, $ = y ? Na["btn--active"] : "", w = y ? !1 : v;
2661
+ s || i(b), n(b, g);
2662
+ }, m = a.map(({ id: b, label: g, loading: h, disabled: v, icon: y }) => {
2663
+ const E = b === d, $ = E ? Na["btn--active"] : "", w = E ? !1 : h;
2664
2664
  return /* @__PURE__ */ e.createElement(
2665
2665
  W,
2666
2666
  {
2667
2667
  key: b,
2668
2668
  fullWidth: l,
2669
2669
  loading: w,
2670
- disabled: h,
2671
- "aria-pressed": y,
2670
+ disabled: v,
2671
+ "aria-pressed": E,
2672
2672
  kind: "secondary",
2673
- icon: E,
2673
+ icon: y,
2674
2674
  className: u(Na.btn, Na[`btn--${t}`], $),
2675
2675
  onClick: (C) => {
2676
2676
  p(b, C);
@@ -2695,7 +2695,7 @@ const ol = "lc-Avatar-module__avatar___1zTCE", ll = "lc-Avatar-module__avatar__s
2695
2695
  card__actions__buttons: El,
2696
2696
  "card__actions__buttons-expander": "lc-Card-module__card__actions__buttons-expander___lz4h-"
2697
2697
  }, na = "card", Ma = `${na}__header`, tr = `${Ma}__heading`, Sa = `${na}__actions`, yl = `${Ma}__no-image`, ni = (i) => {
2698
- var d = i, {
2698
+ var s = i, {
2699
2699
  alt: t,
2700
2700
  buttonsOptions: a = [],
2701
2701
  children: r,
@@ -2704,7 +2704,7 @@ const ol = "lc-Avatar-module__avatar___1zTCE", ll = "lc-Avatar-module__avatar__s
2704
2704
  expandableContent: l,
2705
2705
  src: n,
2706
2706
  title: c
2707
- } = d, s = D(d, [
2707
+ } = s, d = D(s, [
2708
2708
  "alt",
2709
2709
  "buttonsOptions",
2710
2710
  "children",
@@ -2714,15 +2714,15 @@ const ol = "lc-Avatar-module__avatar___1zTCE", ll = "lc-Avatar-module__avatar__s
2714
2714
  "src",
2715
2715
  "title"
2716
2716
  ]);
2717
- const [p, m] = e.useState(!1), b = p ? Oa : Ot, g = p ? "Hide" : "Show more", v = (a == null ? void 0 : a.length) > 0, h = !!l, E = v || h, y = c, $ = n, w = $ ? "" : ye[yl];
2718
- return /* @__PURE__ */ e.createElement("div", k({ className: u(ye[na], _) }, s), y && /* @__PURE__ */ e.createElement("div", { className: u(ye[Ma], w) }, $ && /* @__PURE__ */ e.createElement(
2717
+ const [p, m] = e.useState(!1), b = p ? Oa : Ot, g = p ? "Hide" : "Show more", h = (a == null ? void 0 : a.length) > 0, v = !!l, y = h || v, E = c, $ = n, w = $ ? "" : ye[yl];
2718
+ return /* @__PURE__ */ e.createElement("div", k({ className: u(ye[na], _) }, d), E && /* @__PURE__ */ e.createElement("div", { className: u(ye[Ma], w) }, $ && /* @__PURE__ */ e.createElement(
2719
2719
  "img",
2720
2720
  {
2721
2721
  alt: t,
2722
2722
  className: ye[`${Ma}__image`],
2723
2723
  src: n
2724
2724
  }
2725
- ), /* @__PURE__ */ e.createElement("div", { className: ye[tr] }, /* @__PURE__ */ e.createElement(oe, { size: "xs", className: ye[`${tr}__title`] }, c), o && /* @__PURE__ */ e.createElement(
2725
+ ), /* @__PURE__ */ e.createElement("div", { className: ye[tr] }, /* @__PURE__ */ e.createElement(ne, { size: "xs", className: ye[`${tr}__title`] }, c), o && /* @__PURE__ */ e.createElement(
2726
2726
  B,
2727
2727
  {
2728
2728
  size: "sm",
@@ -2737,7 +2737,7 @@ const ol = "lc-Avatar-module__avatar___1zTCE", ll = "lc-Avatar-module__avatar__s
2737
2737
  className: ye[`${na}__expanded-content`]
2738
2738
  },
2739
2739
  l
2740
- ), E && /* @__PURE__ */ e.createElement("div", { className: ye[Sa] }, /* @__PURE__ */ e.createElement("div", { className: ye[`${Sa}__line`] }), /* @__PURE__ */ e.createElement("div", { className: ye[`${Sa}__buttons`] }, v && a.map(
2740
+ ), y && /* @__PURE__ */ e.createElement("div", { className: ye[Sa] }, /* @__PURE__ */ e.createElement("div", { className: ye[`${Sa}__line`] }), /* @__PURE__ */ e.createElement("div", { className: ye[`${Sa}__buttons`] }, h && a.map(
2741
2741
  ({ kind: C, onClick: f, children: N }, S) => /* @__PURE__ */ e.createElement(
2742
2742
  W,
2743
2743
  {
@@ -2748,7 +2748,7 @@ const ol = "lc-Avatar-module__avatar___1zTCE", ll = "lc-Avatar-module__avatar__s
2748
2748
  },
2749
2749
  N
2750
2750
  )
2751
- ), h && /* @__PURE__ */ e.createElement(
2751
+ ), v && /* @__PURE__ */ e.createElement(
2752
2752
  W,
2753
2753
  {
2754
2754
  className: ye[`${Sa}__buttons-expander`],
@@ -2783,7 +2783,7 @@ const ol = "lc-Avatar-module__avatar___1zTCE", ll = "lc-Avatar-module__avatar__s
2783
2783
  checkbox__helper: Tl
2784
2784
  }, Et = "checkbox", Dl = e.forwardRef(
2785
2785
  (c, n) => {
2786
- var s = c, { checked: t, disabled: a, children: r, description: _, className: o } = s, l = D(s, ["checked", "disabled", "children", "description", "className"]);
2786
+ var d = c, { checked: t, disabled: a, children: r, description: _, className: o } = d, l = D(d, ["checked", "disabled", "children", "description", "className"]);
2787
2787
  return /* @__PURE__ */ e.createElement(
2788
2788
  "div",
2789
2789
  {
@@ -2849,34 +2849,34 @@ const ol = "lc-Avatar-module__avatar___1zTCE", ll = "lc-Avatar-module__avatar__s
2849
2849
  showPreviousButton: l,
2850
2850
  className: n,
2851
2851
  classNames: c,
2852
- numberOfMonths: s,
2852
+ numberOfMonths: d,
2853
2853
  month: i,
2854
- fromMonth: d,
2854
+ fromMonth: s,
2855
2855
  toMonth: p
2856
2856
  } = t, m = () => {
2857
2857
  typeof a == "function" && a();
2858
2858
  }, b = () => {
2859
2859
  typeof _ == "function" && _();
2860
2860
  }, g = () => {
2861
- if (!d) {
2862
- const y = Rt(i, 12);
2863
- return r(y);
2861
+ if (!s) {
2862
+ const E = Rt(i, 12);
2863
+ return r(E);
2864
2864
  }
2865
- const h = Math.abs(Ir(i, d)), E = Rt(
2865
+ const v = Math.abs(Ir(i, s)), y = Rt(
2866
2866
  i,
2867
- !Number.isNaN(h) && h > 12 ? 12 : h
2867
+ !Number.isNaN(v) && v > 12 ? 12 : v
2868
2868
  );
2869
- return r(E);
2870
- }, v = () => {
2869
+ return r(y);
2870
+ }, h = () => {
2871
2871
  if (!p) {
2872
- const y = Tr(i, 12);
2873
- return r(y);
2872
+ const E = Tr(i, 12);
2873
+ return r(E);
2874
2874
  }
2875
- const h = Math.abs(Ir(p, i)), E = Tr(
2875
+ const v = Math.abs(Ir(p, i)), y = Tr(
2876
2876
  i,
2877
- !Number.isNaN(h) && h > 12 ? 12 : h
2877
+ !Number.isNaN(v) && v > 12 ? 12 : v
2878
2878
  );
2879
- return s === 2 && pr(E, p) ? r(Rt(E, 1)) : r(E);
2879
+ return d === 2 && pr(y, p) ? r(Rt(y, 1)) : r(y);
2880
2880
  };
2881
2881
  return /* @__PURE__ */ e.createElement("div", { className: n }, /* @__PURE__ */ e.createElement("div", { className: F[`${Hr}__navbar-buttons-wrapper`] }, /* @__PURE__ */ e.createElement(
2882
2882
  "button",
@@ -2919,7 +2919,7 @@ const ol = "lc-Avatar-module__avatar___1zTCE", ll = "lc-Avatar-module__avatar__s
2919
2919
  [c.navButtonNext]: !0,
2920
2920
  [c.navButtonInteractionDisabled]: !o
2921
2921
  }),
2922
- onClick: v
2922
+ onClick: h
2923
2923
  },
2924
2924
  /* @__PURE__ */ e.createElement(x, { source: A_, kind: "subtle" })
2925
2925
  )));
@@ -2992,7 +2992,7 @@ const ol = "lc-Avatar-module__avatar___1zTCE", ll = "lc-Avatar-module__avatar__s
2992
2992
  const a = t.getDate();
2993
2993
  return /* @__PURE__ */ e.createElement("div", { className: F[`${Wr}__day-wrapper`] }, /* @__PURE__ */ e.createElement("div", { className: F[`${Wr}__day-content`] }, a));
2994
2994
  }, Ll = (t) => {
2995
- const E = t, {
2995
+ const y = t, {
2996
2996
  classNames: a,
2997
2997
  range: r,
2998
2998
  toMonth: _,
@@ -3000,10 +3000,10 @@ const ol = "lc-Avatar-module__avatar___1zTCE", ll = "lc-Avatar-module__avatar__s
3000
3000
  fromMonth: l,
3001
3001
  firstDayOfWeek: n,
3002
3002
  numberOfMonths: c,
3003
- navbarElement: s,
3003
+ navbarElement: d,
3004
3004
  renderDay: i,
3005
- innerRef: d
3006
- } = E, p = D(E, [
3005
+ innerRef: s
3006
+ } = y, p = D(y, [
3007
3007
  "classNames",
3008
3008
  "range",
3009
3009
  "toMonth",
@@ -3021,41 +3021,41 @@ const ol = "lc-Avatar-module__avatar___1zTCE", ll = "lc-Avatar-module__avatar__s
3021
3021
  _ && o !== m && (f_(m, { from: l, to: _ }) || b(_));
3022
3022
  }, [o, m, _, l]);
3023
3023
  const g = e.useCallback(
3024
- (y) => {
3025
- if (t.onMonthChange && y) {
3026
- t.onMonthChange(y);
3024
+ (E) => {
3025
+ if (t.onMonthChange && E) {
3026
+ t.onMonthChange(E);
3027
3027
  return;
3028
3028
  }
3029
- b(y);
3029
+ b(E);
3030
3030
  },
3031
3031
  [o, t.onMonthChange]
3032
3032
  );
3033
- let v = 1;
3034
- (n === 0 || n && n < 7) && (v = n);
3035
- const h = e.useMemo(
3033
+ let h = 1;
3034
+ (n === 0 || n && n < 7) && (h = n);
3035
+ const v = e.useMemo(
3036
3036
  () => Rl(r, a),
3037
3037
  [r, a]
3038
3038
  );
3039
3039
  return /* @__PURE__ */ e.createElement(
3040
3040
  _o,
3041
3041
  k({
3042
- navbarElement: s || /* @__PURE__ */ e.createElement(
3042
+ navbarElement: d || /* @__PURE__ */ e.createElement(
3043
3043
  Pl,
3044
3044
  {
3045
3045
  month: m,
3046
- classNames: h,
3046
+ classNames: v,
3047
3047
  numberOfMonths: c,
3048
3048
  onMonthChange: g,
3049
3049
  toMonth: _,
3050
3050
  fromMonth: l
3051
3051
  }
3052
3052
  ),
3053
- ref: d,
3054
- classNames: h,
3053
+ ref: s,
3054
+ classNames: v,
3055
3055
  numberOfMonths: c,
3056
3056
  toMonth: _,
3057
3057
  fromMonth: l,
3058
- firstDayOfWeek: v,
3058
+ firstDayOfWeek: h,
3059
3059
  month: m,
3060
3060
  renderDay: i || Ml
3061
3061
  }, p)
@@ -3136,7 +3136,7 @@ const Gl = (t) => {
3136
3136
  }) => {
3137
3137
  const c = B_(
3138
3138
  a || null
3139
- ), [s, i] = Gl({
3139
+ ), [d, i] = Gl({
3140
3140
  options: t,
3141
3141
  initialSelectedItemKey: a,
3142
3142
  initialFromDate: r,
@@ -3156,104 +3156,104 @@ const Gl = (t) => {
3156
3156
  payload: { date: _ }
3157
3157
  });
3158
3158
  }, [_]), Ft(() => {
3159
- const v = b_(
3159
+ const h = b_(
3160
3160
  r,
3161
3161
  _,
3162
3162
  o
3163
3163
  );
3164
3164
  i({
3165
3165
  type: Z.CURRENT_MONTH_CHANGE,
3166
- payload: { date: v }
3166
+ payload: { date: h }
3167
3167
  });
3168
3168
  }, [o, r, _]), Ft(() => {
3169
- const { from: v, selectedItem: h, to: E } = s;
3170
- if (!(v && E))
3169
+ const { from: h, selectedItem: v, to: y } = d;
3170
+ if (!(h && y))
3171
3171
  return;
3172
- const y = oa(h, t);
3173
- y && (l == null || l(T(k({}, y), {
3172
+ const E = oa(v, t);
3173
+ E && (l == null || l(T(k({}, E), {
3174
3174
  value: {
3175
- from: v,
3176
- to: E
3175
+ from: h,
3176
+ to: y
3177
3177
  }
3178
3178
  })));
3179
- }, [s.from, s.to, s.selectedItem, t, l]), Ft(() => {
3180
- const { selectedItem: v } = s;
3181
- if (v === c.current)
3179
+ }, [d.from, d.to, d.selectedItem, t, l]), Ft(() => {
3180
+ const { selectedItem: h } = d;
3181
+ if (h === c.current)
3182
3182
  return;
3183
- if (!v) {
3183
+ if (!h) {
3184
3184
  l(null);
3185
3185
  return;
3186
3186
  }
3187
- if (!oa(v, t))
3187
+ if (!oa(h, t))
3188
3188
  return;
3189
- const E = t.reduce(
3190
- (y, $) => T(k({}, y), { [$.id]: $ }),
3189
+ const y = t.reduce(
3190
+ (E, $) => T(k({}, E), { [$.id]: $ }),
3191
3191
  {}
3192
3192
  );
3193
- l(E[v]);
3194
- }, [l, s.selectedItem, t]);
3195
- const d = ka(
3196
- (v) => {
3197
- const h = o ? wr(o, v) >= 0 : !0;
3198
- !zr(s.from, s.to) && h && i({
3193
+ l(y[h]);
3194
+ }, [l, d.selectedItem, t]);
3195
+ const s = ka(
3196
+ (h) => {
3197
+ const v = o ? wr(o, h) >= 0 : !0;
3198
+ !zr(d.from, d.to) && v && i({
3199
3199
  type: Z.NEW_TEMPORARY_TO_VALUE,
3200
- payload: { date: v }
3200
+ payload: { date: h }
3201
3201
  });
3202
3202
  },
3203
- [o, s.from, s.to]
3203
+ [o, d.from, d.to]
3204
3204
  ), p = ka(
3205
- (v) => {
3206
- const { from: h, to: E } = s;
3207
- f_(v, { to: o }) && (zr(h, E) ? i({
3205
+ (h) => {
3206
+ const { from: v, to: y } = d;
3207
+ f_(h, { to: o }) && (zr(v, y) ? i({
3208
3208
  type: Z.SELECT_FIRST_DAY,
3209
- payload: { date: v }
3210
- }) : h && gr(v, h) || h && fr(v, h) ? i({
3209
+ payload: { date: h }
3210
+ }) : v && gr(h, v) || v && fr(h, v) ? i({
3211
3211
  type: Z.SELECT_SECOND_DAY_AS_TO,
3212
- payload: { date: v }
3212
+ payload: { date: h }
3213
3213
  }) : i({
3214
3214
  type: Z.SELECT_SECOND_DAY_AS_FROM,
3215
- payload: { date: v }
3215
+ payload: { date: h }
3216
3216
  }));
3217
3217
  },
3218
- [o, s.from, s.to]
3218
+ [o, d.from, d.to]
3219
3219
  ), m = ka(
3220
- (v) => {
3221
- if (v === null) {
3220
+ (h) => {
3221
+ if (h === null) {
3222
3222
  i({
3223
3223
  type: Z.NEW_SELECTED_ITEM,
3224
3224
  payload: { selectedItem: null }
3225
3225
  });
3226
3226
  return;
3227
3227
  }
3228
- oa(v, t) && i({
3228
+ oa(h, t) && i({
3229
3229
  type: Z.NEW_SELECTED_ITEM,
3230
- payload: { selectedItem: v }
3230
+ payload: { selectedItem: h }
3231
3231
  });
3232
3232
  },
3233
3233
  [t]
3234
- ), b = ka((v) => {
3234
+ ), b = ka((h) => {
3235
3235
  i({
3236
3236
  type: Z.CURRENT_MONTH_CHANGE,
3237
- payload: { date: v }
3237
+ payload: { date: h }
3238
3238
  });
3239
3239
  }, []);
3240
3240
  return n((() => {
3241
- const { currentMonth: v, from: h, selectedItem: E, temporaryTo: y, to: $ } = s, w = Ea(
3242
- () => Al(h, y),
3243
- [h, y]
3244
- ), C = Ea(() => oa(E, t), [t, E]), f = Ea(() => [h, { from: h, to: y }], [h, y]), N = Ea(() => o ? { after: o } : void 0, [o]);
3241
+ const { currentMonth: h, from: v, selectedItem: y, temporaryTo: E, to: $ } = d, w = Ea(
3242
+ () => Al(v, E),
3243
+ [v, E]
3244
+ ), C = Ea(() => oa(y, t), [t, y]), f = Ea(() => [v, { from: v, to: E }], [v, E]), N = Ea(() => o ? { after: o } : void 0, [o]);
3245
3245
  return {
3246
3246
  select: {
3247
3247
  onItemSelect: m,
3248
- selected: E || ""
3248
+ selected: y || ""
3249
3249
  },
3250
3250
  inputs: {
3251
- fromDate: h,
3251
+ fromDate: v,
3252
3252
  toDate: $
3253
3253
  },
3254
3254
  datepicker: {
3255
3255
  range: !0,
3256
- month: v,
3256
+ month: h,
3257
3257
  numberOfMonths: 2,
3258
3258
  onDayClick: p,
3259
3259
  selectedDays: f,
@@ -3261,7 +3261,7 @@ const Gl = (t) => {
3261
3261
  initialMonth: o && Rt(o, 1),
3262
3262
  toMonth: o,
3263
3263
  disabledDays: N,
3264
- onDayMouseEnter: d,
3264
+ onDayMouseEnter: s,
3265
3265
  onMonthChange: b
3266
3266
  },
3267
3267
  selectedOption: C
@@ -3317,14 +3317,14 @@ const ci = (t) => {
3317
3317
  withDivider: l,
3318
3318
  fullSpaceContent: n,
3319
3319
  openOnInit: c = !1,
3320
- hideLabelOnOpen: s,
3320
+ hideLabelOnOpen: d,
3321
3321
  onClick: i
3322
3322
  }) => {
3323
- const [d, p] = e.useState(c), [m, b] = e.useState(0), g = e.useRef(null), v = u(
3323
+ const [s, p] = e.useState(c), [m, b] = e.useState(0), g = e.useRef(null), h = u(
3324
3324
  H[z],
3325
3325
  l && H[`${z}--with-divider`],
3326
3326
  a
3327
- ), h = s && d, E = typeof o == "string", y = (w) => {
3327
+ ), v = d && s, y = typeof o == "string", E = (w) => {
3328
3328
  p((C) => !C), w.currentTarget.blur(), i == null || i(w);
3329
3329
  }, $ = (w) => {
3330
3330
  const f = w.target.tagName.toLowerCase();
@@ -3338,17 +3338,17 @@ const ci = (t) => {
3338
3338
  });
3339
3339
  return C.observe(g.current), () => C.disconnect();
3340
3340
  }
3341
- }, [g]), /* @__PURE__ */ e.createElement("div", { className: v }, /* @__PURE__ */ e.createElement(
3341
+ }, [g]), /* @__PURE__ */ e.createElement("div", { className: h }, /* @__PURE__ */ e.createElement(
3342
3342
  "div",
3343
3343
  {
3344
3344
  className: u(
3345
3345
  H[`${z}__label-wrapper`],
3346
- s && H[`${z}__label-wrapper--fading`],
3347
- h && H[`${z}__label-wrapper--hide`],
3348
- d && H[`${z}__label-wrapper--open`]
3346
+ d && H[`${z}__label-wrapper--fading`],
3347
+ v && H[`${z}__label-wrapper--hide`],
3348
+ s && H[`${z}__label-wrapper--open`]
3349
3349
  ),
3350
- "aria-expanded": d,
3351
- "aria-hidden": h,
3350
+ "aria-expanded": s,
3351
+ "aria-hidden": v,
3352
3352
  "data-testid": "details-card-label",
3353
3353
  onClick: $
3354
3354
  },
@@ -3357,12 +3357,12 @@ const ci = (t) => {
3357
3357
  {
3358
3358
  className: u(
3359
3359
  H[`${z}__label`],
3360
- s && H[`${z}__label--with-margin`]
3360
+ d && H[`${z}__label--with-margin`]
3361
3361
  )
3362
3362
  },
3363
3363
  r && /* @__PURE__ */ e.createElement("div", { className: H[`${z}__label__left-node`] }, r),
3364
- E ? /* @__PURE__ */ e.createElement(
3365
- oe,
3364
+ y ? /* @__PURE__ */ e.createElement(
3365
+ ne,
3366
3366
  {
3367
3367
  size: "xs",
3368
3368
  className: H[`${z}__label__content`]
@@ -3374,35 +3374,35 @@ const ci = (t) => {
3374
3374
  ), /* @__PURE__ */ e.createElement(
3375
3375
  W,
3376
3376
  {
3377
- kind: d && s ? "float" : "text",
3377
+ kind: s && d ? "float" : "text",
3378
3378
  icon: /* @__PURE__ */ e.createElement(
3379
3379
  x,
3380
3380
  {
3381
3381
  source: La,
3382
3382
  className: u(
3383
3383
  H[`${z}__button__icon`],
3384
- d && H[`${z}__button__icon--open`]
3384
+ s && H[`${z}__button__icon--open`]
3385
3385
  )
3386
3386
  }
3387
3387
  ),
3388
3388
  className: u(
3389
3389
  H[`${z}__button`],
3390
- !d && H[`${z}__button--closed`],
3391
- d && H[`${z}__button--open`],
3392
- s && H[`${z}__button--fading`]
3390
+ !s && H[`${z}__button--closed`],
3391
+ s && H[`${z}__button--open`],
3392
+ d && H[`${z}__button--fading`]
3393
3393
  ),
3394
- onClick: y,
3395
- "aria-expanded": d
3394
+ onClick: E,
3395
+ "aria-expanded": s
3396
3396
  }
3397
3397
  ), /* @__PURE__ */ e.createElement("div", null, /* @__PURE__ */ e.createElement(
3398
3398
  "div",
3399
3399
  {
3400
3400
  className: u(
3401
3401
  H[`${z}__content-wrapper`],
3402
- d && H[`${z}__content-wrapper--open`]
3402
+ s && H[`${z}__content-wrapper--open`]
3403
3403
  ),
3404
3404
  style: {
3405
- maxHeight: d ? m : 0
3405
+ maxHeight: s ? m : 0
3406
3406
  }
3407
3407
  },
3408
3408
  /* @__PURE__ */ e.createElement(
@@ -3412,7 +3412,7 @@ const ci = (t) => {
3412
3412
  className: u(
3413
3413
  H[`${z}__content`],
3414
3414
  n && H[`${z}__content--full-space`],
3415
- s && H[`${z}__content--spacing`]
3415
+ d && H[`${z}__content--spacing`]
3416
3416
  )
3417
3417
  },
3418
3418
  t
@@ -3450,14 +3450,14 @@ const ci = (t) => {
3450
3450
  "field-group--inline": "lc-FieldGroup-module__field-group--inline___or4qf",
3451
3451
  "field-group--stretched": "lc-FieldGroup-module__field-group--stretched___6rkuO"
3452
3452
  }, or = "field-group", di = (c) => {
3453
- var s = c, {
3453
+ var d = c, {
3454
3454
  className: t = "",
3455
3455
  children: a,
3456
3456
  description: r,
3457
3457
  error: _,
3458
3458
  inline: o,
3459
3459
  stretch: l
3460
- } = s, n = D(s, [
3460
+ } = d, n = D(d, [
3461
3461
  "className",
3462
3462
  "children",
3463
3463
  "description",
@@ -3490,7 +3490,7 @@ const ci = (t) => {
3490
3490
  "helperText",
3491
3491
  "formFooter"
3492
3492
  ]);
3493
- return /* @__PURE__ */ e.createElement("form", k({ className: u(Kt[Yt], t) }, l), (r || _) && /* @__PURE__ */ e.createElement("div", { className: Kt[`${Yt}__header`] }, r && /* @__PURE__ */ e.createElement(oe, { size: "sm", className: Kt[`${Yt}__label`] }, r), _ && /* @__PURE__ */ e.createElement(B, { as: "p", size: "sm", className: Kt[`${Yt}__helper`] }, _)), a, o && /* @__PURE__ */ e.createElement("div", { className: Kt[`${Yt}__footer`] }, o));
3493
+ return /* @__PURE__ */ e.createElement("form", k({ className: u(Kt[Yt], t) }, l), (r || _) && /* @__PURE__ */ e.createElement("div", { className: Kt[`${Yt}__header`] }, r && /* @__PURE__ */ e.createElement(ne, { size: "sm", className: Kt[`${Yt}__label`] }, r), _ && /* @__PURE__ */ e.createElement(B, { as: "p", size: "sm", className: Kt[`${Yt}__helper`] }, _)), a, o && /* @__PURE__ */ e.createElement("div", { className: Kt[`${Yt}__footer`] }, o));
3494
3494
  }, J = {
3495
3495
  "form-field": "lc-FormField-module__form-field___JqnX6",
3496
3496
  "form-field--inline": "lc-FormField-module__form-field--inline___4DgIq",
@@ -3517,9 +3517,9 @@ const ci = (t) => {
3517
3517
  className: l,
3518
3518
  labelFor: n,
3519
3519
  children: c,
3520
- labelRightNode: s
3520
+ labelRightNode: d
3521
3521
  }) => {
3522
- const i = e.useRef(null), [d, p] = e.useState("auto"), m = u(
3522
+ const i = e.useRef(null), [s, p] = e.useState("auto"), m = u(
3523
3523
  J[j],
3524
3524
  {
3525
3525
  [J[`${j}--inline`]]: t
@@ -3529,7 +3529,7 @@ const ci = (t) => {
3529
3529
  return e.useEffect(() => {
3530
3530
  const b = i;
3531
3531
  return t && b.current ? p(`${b.current.clientHeight}px`) : p("auto");
3532
- }), /* @__PURE__ */ e.createElement("div", { className: m }, s && t && /* @__PURE__ */ e.createElement(e.Fragment, null, /* @__PURE__ */ e.createElement(
3532
+ }), /* @__PURE__ */ e.createElement("div", { className: m }, d && t && /* @__PURE__ */ e.createElement(e.Fragment, null, /* @__PURE__ */ e.createElement(
3533
3533
  B,
3534
3534
  {
3535
3535
  as: "div",
@@ -3539,7 +3539,7 @@ const ci = (t) => {
3539
3539
  J[`${j}__label-right-node--inline`]
3540
3540
  )
3541
3541
  },
3542
- s
3542
+ d
3543
3543
  ), /* @__PURE__ */ e.createElement("div", { className: J[`${j}__row-break`] })), /* @__PURE__ */ e.createElement(
3544
3544
  "div",
3545
3545
  {
@@ -3548,7 +3548,7 @@ const ci = (t) => {
3548
3548
  t && J[`${j}__wrapper--inline`]
3549
3549
  )
3550
3550
  },
3551
- (_ || s) && /* @__PURE__ */ e.createElement(
3551
+ (_ || d) && /* @__PURE__ */ e.createElement(
3552
3552
  "div",
3553
3553
  {
3554
3554
  className: u(
@@ -3565,7 +3565,7 @@ const ci = (t) => {
3565
3565
  t && J[`${j}__label-wrapper--inline`]
3566
3566
  ),
3567
3567
  style: {
3568
- height: d
3568
+ height: s
3569
3569
  }
3570
3570
  },
3571
3571
  /* @__PURE__ */ e.createElement(
@@ -3589,14 +3589,14 @@ const ci = (t) => {
3589
3589
  o
3590
3590
  )
3591
3591
  ),
3592
- s && !t && /* @__PURE__ */ e.createElement(
3592
+ d && !t && /* @__PURE__ */ e.createElement(
3593
3593
  B,
3594
3594
  {
3595
3595
  as: "div",
3596
3596
  size: "sm",
3597
3597
  className: u(J[`${j}__label-right-node`])
3598
3598
  },
3599
- s
3599
+ d
3600
3600
  )
3601
3601
  ),
3602
3602
  /* @__PURE__ */ e.createElement("div", { className: u(J[`${j}__content`]) }, /* @__PURE__ */ e.createElement("div", { ref: i }, c), a && /* @__PURE__ */ e.createElement(Sr, null, a), !a && r && /* @__PURE__ */ e.createElement(
@@ -3633,7 +3633,7 @@ const ci = (t) => {
3633
3633
  className: c
3634
3634
  }),
3635
3635
  (r || _) && /* @__PURE__ */ e.createElement("div", { className: xa[`${Ba}__header`] }, r && /* @__PURE__ */ e.createElement(
3636
- oe,
3636
+ ne,
3637
3637
  {
3638
3638
  as: "div",
3639
3639
  size: "sm",
@@ -3668,8 +3668,8 @@ const ci = (t) => {
3668
3668
  }
3669
3669
  )
3670
3670
  }), gi = e.forwardRef(
3671
- (s, c) => {
3672
- var i = s, {
3671
+ (d, c) => {
3672
+ var i = d, {
3673
3673
  inputSize: t = "medium",
3674
3674
  error: a = !1,
3675
3675
  disabled: r,
@@ -3684,9 +3684,9 @@ const ci = (t) => {
3684
3684
  "className",
3685
3685
  "cropOnBlur"
3686
3686
  ]);
3687
- const d = e.useRef(null);
3688
- e.useImperativeHandle(c, () => d.current, []);
3689
- const [p, m] = e.useState(!1), [b, g] = e.useState(!1), { type: v, onFocus: h, onBlur: E } = n, y = u(
3687
+ const s = e.useRef(null);
3688
+ e.useImperativeHandle(c, () => s.current, []);
3689
+ const [p, m] = e.useState(!1), [b, g] = e.useState(!1), { type: h, onFocus: v, onBlur: y } = n, E = u(
3690
3690
  o,
3691
3691
  Le[Oe],
3692
3692
  Le[`${Oe}--${t}`],
@@ -3697,15 +3697,15 @@ const ci = (t) => {
3697
3697
  [Le[`${Oe}--crop`]]: l,
3698
3698
  [Le[`${Oe}--read-only`]]: n.readOnly
3699
3699
  }
3700
- ), $ = r ? "var(--content-disabled)" : "var(--content-default)", w = b ? F_ : R_, C = _ && _.place === "left", f = _ && v !== "password" && _.place === "right", N = () => {
3700
+ ), $ = r ? "var(--content-disabled)" : "var(--content-default)", w = b ? F_ : R_, C = _ && _.place === "left", f = _ && h !== "password" && _.place === "right", N = () => {
3701
3701
  var S;
3702
- (S = d.current) == null || S.focus();
3702
+ (S = s.current) == null || S.focus();
3703
3703
  };
3704
3704
  return /* @__PURE__ */ e.createElement(
3705
3705
  B,
3706
3706
  {
3707
3707
  as: "div",
3708
- className: y,
3708
+ className: E,
3709
3709
  "aria-disabled": r,
3710
3710
  "tab-index": "0",
3711
3711
  onClick: N
@@ -3714,19 +3714,19 @@ const ci = (t) => {
3714
3714
  /* @__PURE__ */ e.createElement(
3715
3715
  "input",
3716
3716
  T(k({}, n), {
3717
- ref: d,
3717
+ ref: s,
3718
3718
  onFocus: (S) => {
3719
- m(!0), h == null || h(S);
3719
+ m(!0), v == null || v(S);
3720
3720
  },
3721
3721
  onBlur: (S) => {
3722
- m(!1), E == null || E(S);
3722
+ m(!1), y == null || y(S);
3723
3723
  },
3724
3724
  disabled: r,
3725
- type: v && !b ? v : "text"
3725
+ type: h && !b ? h : "text"
3726
3726
  })
3727
3727
  ),
3728
3728
  f && Yr(_, r),
3729
- v === "password" && /* @__PURE__ */ e.createElement(
3729
+ h === "password" && /* @__PURE__ */ e.createElement(
3730
3730
  W,
3731
3731
  {
3732
3732
  disabled: r,
@@ -3776,8 +3776,8 @@ const ci = (t) => {
3776
3776
  modal__heading: jl,
3777
3777
  "modal__label-heading": "lc-Modal-module__modal__label-heading___WnYcF",
3778
3778
  modal__footer: Ql
3779
- }, qt = "modal-base", en = (s) => {
3780
- var i = s, {
3779
+ }, qt = "modal-base", en = (d) => {
3780
+ var i = d, {
3781
3781
  children: t,
3782
3782
  className: a = "",
3783
3783
  onClose: r,
@@ -3794,7 +3794,7 @@ const ci = (t) => {
3794
3794
  "fullSpaceContent",
3795
3795
  "isLabelled"
3796
3796
  ]);
3797
- const d = u(
3797
+ const s = u(
3798
3798
  se[qt],
3799
3799
  a,
3800
3800
  l && se[`${qt}--full-space`]
@@ -3826,7 +3826,7 @@ const ci = (t) => {
3826
3826
  k({
3827
3827
  role: "dialog",
3828
3828
  "aria-modal": !0,
3829
- className: d
3829
+ className: s
3830
3830
  }, c),
3831
3831
  t
3832
3832
  )
@@ -3850,7 +3850,7 @@ const ci = (t) => {
3850
3850
  icon: /* @__PURE__ */ e.createElement(x, { source: Ie, size: "medium", customColor: a })
3851
3851
  }
3852
3852
  ), dt = "modal", bi = (i) => {
3853
- var d = i, {
3853
+ var s = i, {
3854
3854
  children: t,
3855
3855
  className: a = "",
3856
3856
  heading: r,
@@ -3859,7 +3859,7 @@ const ci = (t) => {
3859
3859
  footer: l,
3860
3860
  onClose: n,
3861
3861
  contentClassName: c
3862
- } = d, s = D(d, [
3862
+ } = s, d = D(s, [
3863
3863
  "children",
3864
3864
  "className",
3865
3865
  "heading",
@@ -3879,9 +3879,9 @@ const ci = (t) => {
3879
3879
  fullSpaceContent: o,
3880
3880
  onClose: n,
3881
3881
  isLabelled: !!_
3882
- }, s),
3882
+ }, d),
3883
3883
  _ && /* @__PURE__ */ e.createElement("div", { className: se[`${dt}__label-header`] }, /* @__PURE__ */ e.createElement(
3884
- oe,
3884
+ ne,
3885
3885
  {
3886
3886
  size: "sm",
3887
3887
  as: "div",
@@ -3904,7 +3904,7 @@ const ci = (t) => {
3904
3904
  })
3905
3905
  },
3906
3906
  r && /* @__PURE__ */ e.createElement(
3907
- oe,
3907
+ ne,
3908
3908
  {
3909
3909
  size: "sm",
3910
3910
  as: "div",
@@ -3961,7 +3961,7 @@ const ci = (t) => {
3961
3961
  k({
3962
3962
  className: Zt[`${Xt}__heading-left-node`]
3963
3963
  }, r)
3964
- ), /* @__PURE__ */ e.createElement("div", { className: Zt[`${Xt}__heading-body`] }, /* @__PURE__ */ e.createElement(oe, { as: "div", size: "sm" }, t), _ && /* @__PURE__ */ e.createElement(
3964
+ ), /* @__PURE__ */ e.createElement("div", { className: Zt[`${Xt}__heading-body`] }, /* @__PURE__ */ e.createElement(ne, { as: "div", size: "sm" }, t), _ && /* @__PURE__ */ e.createElement(
3965
3965
  B,
3966
3966
  {
3967
3967
  as: "div",
@@ -3986,7 +3986,7 @@ const ci = (t) => {
3986
3986
  }) => {
3987
3987
  const c = u(Jt[jt], a);
3988
3988
  return /* @__PURE__ */ e.createElement("div", { className: c }, r && /* @__PURE__ */ e.createElement("div", { className: Jt[`${jt}__icon`] }, r), _ && /* @__PURE__ */ e.createElement(
3989
- oe,
3989
+ ne,
3990
3990
  {
3991
3991
  className: u(Jt[`${jt}__heading`], l)
3992
3992
  },
@@ -4006,8 +4006,8 @@ const ci = (t) => {
4006
4006
  "numeric-input--disabled": "lc-NumericInput-module__numeric-input--disabled___yaRvQ",
4007
4007
  "numeric-input--no-controls": "lc-NumericInput-module__numeric-input--no-controls___D90rG",
4008
4008
  "numeric-input--error": "lc-NumericInput-module__numeric-input--error___TMxRx"
4009
- }, At = "numeric-input", Ei = (d) => {
4010
- var p = d, {
4009
+ }, At = "numeric-input", Ei = (s) => {
4010
+ var p = s, {
4011
4011
  className: t,
4012
4012
  error: a,
4013
4013
  value: r,
@@ -4016,7 +4016,7 @@ const ci = (t) => {
4016
4016
  disabled: l,
4017
4017
  noControls: n,
4018
4018
  style: c,
4019
- onChange: s
4019
+ onChange: d
4020
4020
  } = p, i = D(p, [
4021
4021
  "className",
4022
4022
  "error",
@@ -4036,12 +4036,12 @@ const ci = (t) => {
4036
4036
  [Pt[`${At}--disabled`]]: l
4037
4037
  },
4038
4038
  t
4039
- ), g = (f) => s(String(f)), v = (f) => _ !== void 0 && f > _ ? _ : o !== void 0 && f < o ? o : f, h = (f) => {
4039
+ ), g = (f) => d(String(f)), h = (f) => _ !== void 0 && f > _ ? _ : o !== void 0 && f < o ? o : f, v = (f) => {
4040
4040
  const N = parseInt(r, 10) + f;
4041
- return g(v(N));
4042
- }, E = (f) => {
4043
- f.key === de.arrowDown && (f.preventDefault(), h(-1)), f.key === de.arrowUp && (f.preventDefault(), h(1));
4044
- }, y = (f, N) => N !== void 0 && parseInt(f, 10) === N, $ = (f) => {
4041
+ return g(h(N));
4042
+ }, y = (f) => {
4043
+ f.key === de.arrowDown && (f.preventDefault(), v(-1)), f.key === de.arrowUp && (f.preventDefault(), v(1));
4044
+ }, E = (f, N) => N !== void 0 && parseInt(f, 10) === N, $ = (f) => {
4045
4045
  f.preventDefault(), f.stopPropagation();
4046
4046
  const N = f.currentTarget.value.replace(
4047
4047
  /((?!([-]|([-]?\d+))).)/,
@@ -4050,13 +4050,13 @@ const ci = (t) => {
4050
4050
  if (N === "" || N === "-")
4051
4051
  return g(N);
4052
4052
  const S = parseInt(N, 10);
4053
- return g(v(S));
4053
+ return g(h(S));
4054
4054
  }, w = () => {
4055
4055
  var f;
4056
- return (f = m.current) == null || f.focus(), h(1);
4056
+ return (f = m.current) == null || f.focus(), v(1);
4057
4057
  }, C = () => {
4058
4058
  var f;
4059
- return (f = m.current) == null || f.focus(), h(-1);
4059
+ return (f = m.current) == null || f.focus(), v(-1);
4060
4060
  };
4061
4061
  return /* @__PURE__ */ e.createElement("div", { className: b, style: c }, /* @__PURE__ */ e.createElement(
4062
4062
  "input",
@@ -4067,7 +4067,7 @@ const ci = (t) => {
4067
4067
  value: r,
4068
4068
  disabled: l,
4069
4069
  onChange: $,
4070
- onKeyDown: E,
4070
+ onKeyDown: y,
4071
4071
  min: o,
4072
4072
  max: _
4073
4073
  })
@@ -4075,7 +4075,7 @@ const ci = (t) => {
4075
4075
  "button",
4076
4076
  {
4077
4077
  tabIndex: -1,
4078
- disabled: l || y(r, _),
4078
+ disabled: l || E(r, _),
4079
4079
  onClick: w,
4080
4080
  "aria-label": "Increment value",
4081
4081
  className: Pt[`${At}__increment`],
@@ -4085,7 +4085,7 @@ const ci = (t) => {
4085
4085
  x,
4086
4086
  {
4087
4087
  source: Oa,
4088
- disabled: l || y(r, _),
4088
+ disabled: l || E(r, _),
4089
4089
  kind: "primary"
4090
4090
  }
4091
4091
  )
@@ -4093,7 +4093,7 @@ const ci = (t) => {
4093
4093
  "button",
4094
4094
  {
4095
4095
  tabIndex: -1,
4096
- disabled: l || y(r, o),
4096
+ disabled: l || E(r, o),
4097
4097
  "aria-label": "Decrement value",
4098
4098
  className: Pt[`${At}__decrement`],
4099
4099
  onClick: C,
@@ -4104,11 +4104,11 @@ const ci = (t) => {
4104
4104
  {
4105
4105
  source: Ot,
4106
4106
  kind: "primary",
4107
- disabled: l || y(r, o)
4107
+ disabled: l || E(r, o)
4108
4108
  }
4109
4109
  )
4110
4110
  )));
4111
- }, ne = {
4111
+ }, oe = {
4112
4112
  "checklist-item": "lc-CheckListItem-module__checklist-item___t4CCN",
4113
4113
  "checklist-item--active": "lc-CheckListItem-module__checklist-item--active___mZ8df",
4114
4114
  "checklist-item__check-mark": "lc-CheckListItem-module__checklist-item__check-mark___sZkv4",
@@ -4124,90 +4124,101 @@ const ci = (t) => {
4124
4124
  "checklist-item__content__inner__description": "lc-CheckListItem-module__checklist-item__content__inner__description___FBp5h",
4125
4125
  "checklist-item__content__inner__cta": "lc-CheckListItem-module__checklist-item__content__inner__cta___4s0rt",
4126
4126
  "checklist-item__chevron": "lc-CheckListItem-module__checklist-item__chevron___1Fmqp"
4127
- }, ce = "checklist-item", tn = 3, an = ({
4127
+ }, le = "checklist-item", tn = 3, an = ({
4128
4128
  id: t,
4129
4129
  isActive: a,
4130
4130
  isChecked: r,
4131
4131
  isLastElement: _,
4132
4132
  title: o,
4133
- description: l,
4134
- onClick: n,
4135
- cta: c
4133
+ titleHint: l,
4134
+ description: n,
4135
+ onClick: c,
4136
+ cta: d
4136
4137
  }) => {
4137
- const s = e.useRef(null), i = e.useRef(null), [d, p] = e.useState(0), m = e.useRef(d);
4138
+ const i = e.useRef(null), s = e.useRef(null), [p, m] = e.useState(0), b = e.useRef(p);
4138
4139
  return e.useEffect(() => {
4139
- a && s.current && s.current.focus();
4140
+ a && i.current && i.current.focus();
4140
4141
  }, [a]), e.useEffect(() => {
4141
- const b = !!window.ResizeObserver;
4142
- if (i.current && b) {
4143
- const g = new ResizeObserver((v) => {
4144
- const h = v[0];
4145
- if (!h)
4142
+ const g = !!window.ResizeObserver;
4143
+ if (s.current && g) {
4144
+ const h = new ResizeObserver((v) => {
4145
+ const y = v[0];
4146
+ if (!y)
4146
4147
  return;
4147
- const E = h.contentRect.height + tn;
4148
- m.current !== E && (p(E), m.current = E);
4148
+ const E = y.contentRect.height + tn;
4149
+ b.current !== E && (m(E), b.current = E);
4149
4150
  });
4150
- return g.observe(i.current), () => g.disconnect();
4151
+ return h.observe(s.current), () => h.disconnect();
4151
4152
  }
4152
- }, [i]), /* @__PURE__ */ e.createElement(
4153
+ }, [s]), /* @__PURE__ */ e.createElement(
4153
4154
  "div",
4154
4155
  {
4155
- className: u(ne[ce], {
4156
- [ne[`${ce}--active`]]: a
4156
+ className: u(oe[le], {
4157
+ [oe[`${le}--active`]]: a
4157
4158
  })
4158
4159
  },
4159
4160
  /* @__PURE__ */ e.createElement(
4160
4161
  "span",
4161
4162
  {
4162
- className: u(ne[`${ce}__check-mark`], {
4163
- [ne[`${ce}__check-mark--checked`]]: r
4163
+ className: u(oe[`${le}__check-mark`], {
4164
+ [oe[`${le}__check-mark--checked`]]: r
4164
4165
  })
4165
4166
  },
4166
4167
  r && /* @__PURE__ */ e.createElement(x, { size: "small", source: ia }),
4167
- !_ && /* @__PURE__ */ e.createElement("span", { className: ne[`${ce}__check-mark__line`] })
4168
+ !_ && /* @__PURE__ */ e.createElement("span", { className: oe[`${le}__check-mark__line`] })
4168
4169
  ),
4169
4170
  /* @__PURE__ */ e.createElement(
4170
4171
  "div",
4171
4172
  {
4172
- ref: s,
4173
+ ref: i,
4173
4174
  "data-testid": `checklist-item-${t}`,
4174
4175
  "aria-expanded": a,
4175
4176
  tabIndex: 0,
4176
- onFocus: a ? void 0 : () => n(t),
4177
- onClick: a ? void 0 : () => n(t),
4178
- className: u(ne[`${ce}__content`], {
4179
- [ne[`${ce}__content--open`]]: a
4177
+ onFocus: a ? void 0 : () => c(t),
4178
+ onClick: a ? void 0 : () => c(t),
4179
+ className: u(oe[`${le}__content`], {
4180
+ [oe[`${le}__content--open`]]: a
4180
4181
  })
4181
4182
  },
4182
4183
  /* @__PURE__ */ e.createElement(
4183
- oe,
4184
+ ne,
4184
4185
  {
4185
4186
  size: "xs",
4186
- className: u(ne[`${ce}__content__label`], {
4187
- [ne[`${ce}__content__label--open`]]: a,
4188
- [ne[`${ce}__content__label--checked`]]: r
4187
+ className: u(oe[`${le}__content__label`], {
4188
+ [oe[`${le}__content__label--open`]]: a,
4189
+ [oe[`${le}__content__label--checked`]]: r
4189
4190
  })
4190
4191
  },
4191
- o
4192
+ o,
4193
+ " ",
4194
+ l && /* @__PURE__ */ e.createElement(
4195
+ B,
4196
+ {
4197
+ noMargin: !0,
4198
+ size: "lg",
4199
+ className: oe[`${le}__content__hint`]
4200
+ },
4201
+ l
4202
+ )
4192
4203
  ),
4193
4204
  /* @__PURE__ */ e.createElement(
4194
4205
  "div",
4195
4206
  {
4196
- className: u(ne[`${ce}__content__inner`], {
4197
- [ne[`${ce}__content__inner--open`]]: a
4207
+ className: u(oe[`${le}__content__inner`], {
4208
+ [oe[`${le}__content__inner--open`]]: a
4198
4209
  }),
4199
- style: { maxHeight: a ? d : 0 }
4210
+ style: { maxHeight: a ? p : 0 }
4200
4211
  },
4201
- /* @__PURE__ */ e.createElement("div", { ref: i }, /* @__PURE__ */ e.createElement(
4212
+ /* @__PURE__ */ e.createElement("div", { ref: s }, /* @__PURE__ */ e.createElement(
4202
4213
  B,
4203
4214
  {
4204
4215
  size: "lg",
4205
- className: ne[`${ce}__content__inner__description`]
4216
+ className: oe[`${le}__content__inner__description`]
4206
4217
  },
4207
- l
4208
- ), /* @__PURE__ */ e.createElement("div", { className: ne[`${ce}__content__inner__cta`] }, c))
4218
+ n
4219
+ ), /* @__PURE__ */ e.createElement("div", { className: oe[`${le}__content__inner__cta`] }, d))
4209
4220
  ),
4210
- !a && /* @__PURE__ */ e.createElement("div", { className: ne[`${ce}__chevron`] }, /* @__PURE__ */ e.createElement(x, { source: La }))
4221
+ !a && /* @__PURE__ */ e.createElement("div", { className: oe[`${le}__chevron`] }, /* @__PURE__ */ e.createElement(x, { source: La }))
4211
4222
  )
4212
4223
  );
4213
4224
  }, Q = {
@@ -4236,18 +4247,18 @@ const ci = (t) => {
4236
4247
  onActiveChange: l,
4237
4248
  placeholderClassName: n,
4238
4249
  isCompleted: c = !1,
4239
- completionMessageData: s,
4250
+ completionMessageData: d,
4240
4251
  className: i
4241
4252
  }) => {
4242
4253
  var $;
4243
- const [d, p] = e.useState(c), [m, b] = e.useState(!c), [g, v] = e.useState(void 0), h = e.useRef(null), E = s.height || 96, y = () => {
4254
+ const [s, p] = e.useState(c), [m, b] = e.useState(!c), [g, h] = e.useState(void 0), v = e.useRef(null), y = d.height || 96, E = () => {
4244
4255
  b((w) => !w);
4245
4256
  };
4246
4257
  return e.useEffect(() => {
4247
- const w = s.delay || 1500, C = h.current;
4258
+ const w = d.delay || 1500, C = v.current;
4248
4259
  if (c && C) {
4249
4260
  const f = C.offsetHeight;
4250
- v(f);
4261
+ h(f);
4251
4262
  const N = setTimeout(() => {
4252
4263
  p(!0), b(!1);
4253
4264
  }, w);
@@ -4258,16 +4269,16 @@ const ci = (t) => {
4258
4269
  }, [c]), /* @__PURE__ */ e.createElement(
4259
4270
  "div",
4260
4271
  {
4261
- ref: h,
4272
+ ref: v,
4262
4273
  className: u(
4263
4274
  Q[ee],
4264
4275
  {
4265
- [Q[`${ee}--complete`]]: d && !m
4276
+ [Q[`${ee}--complete`]]: s && !m
4266
4277
  },
4267
4278
  i
4268
4279
  ),
4269
4280
  style: {
4270
- height: !d || m ? g : E
4281
+ height: !s || m ? g : y
4271
4282
  }
4272
4283
  },
4273
4284
  m && /* @__PURE__ */ e.createElement(e.Fragment, null, /* @__PURE__ */ e.createElement("div", { className: Q[`${ee}__column`] }, /* @__PURE__ */ e.createElement("div", { className: Q[`${ee}__header`] }, _ && /* @__PURE__ */ e.createElement(
@@ -4278,7 +4289,7 @@ const ci = (t) => {
4278
4289
  },
4279
4290
  _
4280
4291
  ), /* @__PURE__ */ e.createElement(
4281
- oe,
4292
+ ne,
4282
4293
  {
4283
4294
  size: "lg",
4284
4295
  className: Q[`${ee}__header__title`]
@@ -4291,6 +4302,7 @@ const ci = (t) => {
4291
4302
  id: w.id,
4292
4303
  description: w.description,
4293
4304
  title: w.title,
4305
+ titleHint: w.titleHint,
4294
4306
  isActive: w.id === t,
4295
4307
  isChecked: a.includes(w.id),
4296
4308
  isLastElement: C === o.length - 1,
@@ -4307,7 +4319,7 @@ const ci = (t) => {
4307
4319
  )
4308
4320
  },
4309
4321
  !c && /* @__PURE__ */ e.createElement("div", { className: Q[`${ee}__placeholder`] }, ($ = o.find((w) => w.id === t)) == null ? void 0 : $.placeholder),
4310
- c && /* @__PURE__ */ e.createElement("div", { className: Q[`${ee}__placeholder`] }, s.placeholder)
4322
+ c && /* @__PURE__ */ e.createElement("div", { className: Q[`${ee}__placeholder`] }, d.placeholder)
4311
4323
  )),
4312
4324
  !m && /* @__PURE__ */ e.createElement(e.Fragment, null, /* @__PURE__ */ e.createElement("div", { className: Q[`${ee}__complete`] }, /* @__PURE__ */ e.createElement("div", null, /* @__PURE__ */ e.createElement(
4313
4325
  x,
@@ -4316,22 +4328,22 @@ const ci = (t) => {
4316
4328
  className: Q[`${ee}__complete__icon`],
4317
4329
  source: vr
4318
4330
  }
4319
- )), /* @__PURE__ */ e.createElement("div", null, (s == null ? void 0 : s.greetingText) && /* @__PURE__ */ e.createElement(
4331
+ )), /* @__PURE__ */ e.createElement("div", null, (d == null ? void 0 : d.greetingText) && /* @__PURE__ */ e.createElement(
4320
4332
  B,
4321
4333
  {
4322
4334
  size: "lg",
4323
4335
  className: Q[`${ee}__complete__label`]
4324
4336
  },
4325
- s.greetingText
4337
+ d.greetingText
4326
4338
  ), /* @__PURE__ */ e.createElement(
4327
- oe,
4339
+ ne,
4328
4340
  {
4329
4341
  size: "sm",
4330
4342
  className: Q[`${ee}__complete__title`]
4331
4343
  },
4332
- s.title
4344
+ d.title
4333
4345
  )))),
4334
- d && /* @__PURE__ */ e.createElement(
4346
+ s && /* @__PURE__ */ e.createElement(
4335
4347
  W,
4336
4348
  {
4337
4349
  kind: m ? "float" : "text",
@@ -4346,7 +4358,7 @@ const ci = (t) => {
4346
4358
  }
4347
4359
  ),
4348
4360
  className: Q[`${ee}__button`],
4349
- onClick: y,
4361
+ onClick: E,
4350
4362
  "aria-expanded": m
4351
4363
  }
4352
4364
  )
@@ -4391,37 +4403,37 @@ const Mt = "select-all", ln = (t, a) => {
4391
4403
  item: n,
4392
4404
  numberOfItems: c
4393
4405
  }) => {
4394
- const s = (d) => d != null && d.customElement ? /* @__PURE__ */ e.createElement("div", { className: fe[`${Pe}__custom`] }, d.customElement.listItemBody) : /* @__PURE__ */ e.createElement(e.Fragment, null, d.showCheckbox && /* @__PURE__ */ e.createElement(
4406
+ const d = (s) => s != null && s.customElement ? /* @__PURE__ */ e.createElement("div", { className: fe[`${Pe}__custom`] }, s.customElement.listItemBody) : /* @__PURE__ */ e.createElement(e.Fragment, null, s.showCheckbox && /* @__PURE__ */ e.createElement(
4395
4407
  Dl,
4396
4408
  {
4397
4409
  className: fe[`${Pe}__checkbox`],
4398
4410
  checked: r
4399
4411
  }
4400
- ), d.icon && /* @__PURE__ */ e.createElement(
4412
+ ), s.icon && /* @__PURE__ */ e.createElement(
4401
4413
  x,
4402
4414
  {
4403
4415
  className: fe[`${Pe}__icon`],
4404
4416
  kind: "link",
4405
- source: d.icon
4417
+ source: s.icon
4406
4418
  }
4407
- ), d.avatarSrc && /* @__PURE__ */ e.createElement(
4419
+ ), s.avatarSrc && /* @__PURE__ */ e.createElement(
4408
4420
  "img",
4409
4421
  {
4410
4422
  className: u(fe[`${Pe}__avatar`]),
4411
- src: d.avatarSrc,
4412
- alt: d.name
4423
+ src: s.avatarSrc,
4424
+ alt: s.name
4413
4425
  }
4414
4426
  ), /* @__PURE__ */ e.createElement("div", { className: fe[`${Pe}__label-container`] }, /* @__PURE__ */ e.createElement(
4415
4427
  B,
4416
4428
  {
4417
4429
  as: "span",
4418
4430
  className: u([fe[`${Pe}__label`]], {
4419
- [fe[`${Pe}__main-label`]]: d.secondaryText
4431
+ [fe[`${Pe}__main-label`]]: s.secondaryText
4420
4432
  }),
4421
- "aria-disabled": d.disabled
4433
+ "aria-disabled": s.disabled
4422
4434
  },
4423
- d.name
4424
- ), d.secondaryText && /* @__PURE__ */ e.createElement("span", { className: fe[`${Pe}__secondary-label`] }, d.secondaryText)));
4435
+ s.name
4436
+ ), s.secondaryText && /* @__PURE__ */ e.createElement("span", { className: fe[`${Pe}__secondary-label`] }, s.secondaryText)));
4425
4437
  if (n.groupHeader)
4426
4438
  return /* @__PURE__ */ e.createElement(
4427
4439
  "div",
@@ -4431,10 +4443,10 @@ const Mt = "select-all", ln = (t, a) => {
4431
4443
  role: "group",
4432
4444
  className: fe[`${Pe}__header`]
4433
4445
  }, l()),
4434
- /* @__PURE__ */ e.createElement(oe, { size: "2xs", uppercase: !0, bold: !0, as: "div" }, n.name)
4446
+ /* @__PURE__ */ e.createElement(ne, { size: "2xs", uppercase: !0, bold: !0, as: "div" }, n.name)
4435
4447
  );
4436
- const i = (d) => {
4437
- !n.disabled && o(d);
4448
+ const i = (s) => {
4449
+ !n.disabled && o(s);
4438
4450
  };
4439
4451
  return /* @__PURE__ */ e.createElement(
4440
4452
  "div",
@@ -4442,8 +4454,8 @@ const Mt = "select-all", ln = (t, a) => {
4442
4454
  id: n.key,
4443
4455
  key: n.key,
4444
4456
  tabIndex: a ? 0 : -1,
4445
- ref: (d) => {
4446
- d && (_.current[t] = d);
4457
+ ref: (s) => {
4458
+ s && (_.current[t] = s);
4447
4459
  },
4448
4460
  role: "option",
4449
4461
  "aria-setsize": c,
@@ -4466,7 +4478,7 @@ const Mt = "select-all", ln = (t, a) => {
4466
4478
  [fe[`${Pe}--select-all`]]: n.key === Mt
4467
4479
  })
4468
4480
  },
4469
- s(n),
4481
+ d(n),
4470
4482
  r && !n.showCheckbox && /* @__PURE__ */ e.createElement(
4471
4483
  x,
4472
4484
  {
@@ -4491,20 +4503,20 @@ const Mt = "select-all", ln = (t, a) => {
4491
4503
  activeIndex: l,
4492
4504
  selectedKeys: n,
4493
4505
  listElementsRef: c,
4494
- setPointer: s,
4506
+ setPointer: d,
4495
4507
  onSelect: i,
4496
- getFloatingProps: d,
4508
+ getFloatingProps: s,
4497
4509
  getItemProps: p,
4498
4510
  emptyStateText: m = "No results found",
4499
4511
  pickerType: b = "single",
4500
4512
  listClassName: g,
4501
- virtuosoProps: v
4513
+ virtuosoProps: h
4502
4514
  }) => {
4503
- const [h, E] = e.useState(0), y = o.length, $ = e.useCallback(
4515
+ const [v, y] = e.useState(0), E = o.length, $ = e.useCallback(
4504
4516
  (C) => {
4505
- C !== h && (C < _ ? E(C + (y - 1) * rn) : E(_));
4517
+ C !== v && (C < _ ? y(C + (E - 1) * rn) : y(_));
4506
4518
  },
4507
- [y]
4519
+ [E]
4508
4520
  );
4509
4521
  if (Ft(() => {
4510
4522
  c.current = new Array(o.length);
@@ -4537,26 +4549,26 @@ const Mt = "select-all", ln = (t, a) => {
4537
4549
  tabIndex: 0,
4538
4550
  "aria-multiselectable": b === "multi",
4539
4551
  className: Qt["listbox-wrapper"]
4540
- }, d({
4552
+ }, s({
4541
4553
  onKeyDown(C) {
4542
- s(!1), C.key === "Enter" && l !== null && i(o[l].key), C.key === " " && C.preventDefault();
4554
+ d(!1), C.key === "Enter" && l !== null && i(o[l].key), C.key === " " && C.preventDefault();
4543
4555
  },
4544
4556
  onKeyUp(C) {
4545
4557
  C.key === " " && l !== null && i(o[l].key);
4546
4558
  },
4547
4559
  onPointerMove() {
4548
- s(!0);
4560
+ d(!0);
4549
4561
  }
4550
4562
  })),
4551
4563
  /* @__PURE__ */ e.createElement(
4552
4564
  lo,
4553
4565
  T(k({
4554
4566
  totalListHeightChanged: $,
4555
- style: { height: `${h}px`, maxHeight: _ },
4567
+ style: { height: `${v}px`, maxHeight: _ },
4556
4568
  totalCount: o.length,
4557
4569
  data: o,
4558
4570
  increaseViewportBy: 200
4559
- }, v), {
4571
+ }, h), {
4560
4572
  itemContent: (C, f) => /* @__PURE__ */ e.createElement(
4561
4573
  nn,
4562
4574
  {
@@ -4567,7 +4579,7 @@ const Mt = "select-all", ln = (t, a) => {
4567
4579
  isSelected: w(f.key),
4568
4580
  onSelect: i,
4569
4581
  item: f,
4570
- numberOfItems: y
4582
+ numberOfItems: E
4571
4583
  }
4572
4584
  )
4573
4585
  })
@@ -4601,9 +4613,9 @@ const Mt = "select-all", ln = (t, a) => {
4601
4613
  isItemSelected: l,
4602
4614
  hideClearButton: n,
4603
4615
  isDisabled: c,
4604
- isRequired: s,
4616
+ isRequired: d,
4605
4617
  isOpen: i,
4606
- isError: d,
4618
+ isError: s,
4607
4619
  onClear: p,
4608
4620
  children: m,
4609
4621
  setTriggerFocus: b
@@ -4615,9 +4627,9 @@ const Mt = "select-all", ln = (t, a) => {
4615
4627
  o && l && be[`${ie}--multi-select--with-items`],
4616
4628
  c && be[`${ie}--disabled`],
4617
4629
  i && be[`${ie}--focused`],
4618
- d && be[`${ie}--error`]
4619
- ), v = !n && l && !c && !s, h = (E) => {
4620
- E.stopPropagation(), p();
4630
+ s && be[`${ie}--error`]
4631
+ ), h = !n && l && !c && !d, v = (y) => {
4632
+ y.stopPropagation(), p();
4621
4633
  };
4622
4634
  return e.useEffect(() => {
4623
4635
  i || b(!1);
@@ -4655,12 +4667,12 @@ const Mt = "select-all", ln = (t, a) => {
4655
4667
  be[`${ie}__controls--${_}`]
4656
4668
  )
4657
4669
  },
4658
- v && /* @__PURE__ */ e.createElement(
4670
+ h && /* @__PURE__ */ e.createElement(
4659
4671
  "div",
4660
4672
  {
4661
4673
  "data-testid": `${ie}__clear-icon`,
4662
4674
  className: be[`${ie}__clear-icon`],
4663
- onClick: h
4675
+ onClick: v
4664
4676
  },
4665
4677
  /* @__PURE__ */ e.createElement(x, { kind: "primary", size: "small", source: Ie })
4666
4678
  ),
@@ -4709,8 +4721,8 @@ const Mt = "select-all", ln = (t, a) => {
4709
4721
  "tag__remove--hover": "lc-Tag-module__tag__remove--hover___2ROEU",
4710
4722
  tag__node: pn,
4711
4723
  tag__content: gn
4712
- }, Ce = "tag", fn = (t) => t ? yr(t, "#FFFFFF") > 4.5 ? "text-white" : "text-black" : "", h_ = (v) => {
4713
- var h = v, {
4724
+ }, Ce = "tag", fn = (t) => t ? yr(t, "#FFFFFF") > 4.5 ? "text-white" : "text-black" : "", h_ = (h) => {
4725
+ var v = h, {
4714
4726
  className: t = "",
4715
4727
  children: a,
4716
4728
  dismissible: r = !1,
@@ -4719,13 +4731,13 @@ const Mt = "select-all", ln = (t, a) => {
4719
4731
  size: l = "medium",
4720
4732
  kind: n = "default",
4721
4733
  onRemove: c,
4722
- outline: s = !1,
4734
+ outline: d = !1,
4723
4735
  leftNode: i,
4724
- rightNode: d,
4736
+ rightNode: s,
4725
4737
  customColor: p,
4726
4738
  iconOnly: m = !1,
4727
4739
  value: b
4728
- } = h, g = D(h, [
4740
+ } = v, g = D(v, [
4729
4741
  "className",
4730
4742
  "children",
4731
4743
  "dismissible",
@@ -4741,18 +4753,18 @@ const Mt = "select-all", ln = (t, a) => {
4741
4753
  "iconOnly",
4742
4754
  "value"
4743
4755
  ]);
4744
- const E = _ || c && m, y = u(
4756
+ const y = _ || c && m, E = u(
4745
4757
  we[Ce],
4746
4758
  t,
4747
4759
  we[`${Ce}--${l}`],
4748
4760
  we[`${Ce}--${n}`],
4749
4761
  {
4750
- [we[`${Ce}--outline`]]: s,
4762
+ [we[`${Ce}--outline`]]: d,
4751
4763
  [we[`${Ce}--${fn(p)}`]]: !!p,
4752
4764
  [we[`${Ce}--icon-only`]]: m,
4753
- [we[`${Ce}--dismissible-on-hover`]]: E
4765
+ [we[`${Ce}--dismissible-on-hover`]]: y
4754
4766
  }
4755
- ), $ = l === "small" ? "small" : "medium", w = l === "small" ? "sm" : "md", C = () => p ? s ? {
4767
+ ), $ = l === "small" ? "small" : "medium", w = l === "small" ? "sm" : "md", C = () => p ? d ? {
4756
4768
  style: {
4757
4769
  backgroundColor: "transparent",
4758
4770
  color: p,
@@ -4760,12 +4772,12 @@ const Mt = "select-all", ln = (t, a) => {
4760
4772
  }
4761
4773
  } : { style: { backgroundColor: p } } : {}, f = () => {
4762
4774
  if (p)
4763
- return s ? p : yr(p, "#FFFFFF") > 4.5 ? "#FFFFFF" : "#000000";
4775
+ return d ? p : yr(p, "#FFFFFF") > 4.5 ? "#FFFFFF" : "#000000";
4764
4776
  };
4765
4777
  return /* @__PURE__ */ e.createElement(
4766
4778
  B,
4767
4779
  T(k(k({
4768
- className: y
4780
+ className: E
4769
4781
  }, g), C()), {
4770
4782
  as: "div",
4771
4783
  size: w
@@ -4778,14 +4790,14 @@ const Mt = "select-all", ln = (t, a) => {
4778
4790
  style: { color: f() }
4779
4791
  },
4780
4792
  i
4781
- ), /* @__PURE__ */ e.createElement("div", { className: we[`${Ce}__content`] }, b || a), d && !m && /* @__PURE__ */ e.createElement(
4793
+ ), /* @__PURE__ */ e.createElement("div", { className: we[`${Ce}__content`] }, b || a), s && !m && /* @__PURE__ */ e.createElement(
4782
4794
  "div",
4783
4795
  {
4784
4796
  "data-testid": "lc-tag-right-node",
4785
4797
  className: we[`${Ce}__node`],
4786
4798
  style: { color: f() }
4787
4799
  },
4788
- d
4800
+ s
4789
4801
  )),
4790
4802
  c && !o && /* @__PURE__ */ e.createElement(
4791
4803
  "span",
@@ -4796,7 +4808,7 @@ const Mt = "select-all", ln = (t, a) => {
4796
4808
  role: "button",
4797
4809
  "aria-label": "Remove tag",
4798
4810
  className: u(we[`${Ce}__remove`], {
4799
- [we[`${Ce}__remove--hover`]]: E
4811
+ [we[`${Ce}__remove--hover`]]: y
4800
4812
  })
4801
4813
  },
4802
4814
  /* @__PURE__ */ e.createElement(
@@ -4837,24 +4849,24 @@ const Mt = "select-all", ln = (t, a) => {
4837
4849
  type: l,
4838
4850
  clearSearchAfterSelection: n,
4839
4851
  size: c = "medium",
4840
- onItemRemove: s,
4852
+ onItemRemove: d,
4841
4853
  onSelect: i,
4842
- onFilter: d,
4854
+ onFilter: s,
4843
4855
  onClear: p,
4844
4856
  searchPhrase: m,
4845
4857
  virtualItemRef: b,
4846
4858
  isTriggerFocused: g,
4847
- inputRef: v
4859
+ inputRef: h
4848
4860
  }) => {
4849
- const h = t && !a;
4861
+ const v = t && !a;
4850
4862
  e.useEffect(() => {
4851
- n && v != null && v.current && v.current.focus();
4863
+ n && h != null && h.current && h.current.focus();
4852
4864
  }, [o, n]);
4853
- const E = (f) => {
4854
- f.key === "Backspace" && o && o.length > 0 && (f.preventDefault(), l === "multi" ? s(o[o.length - 1].key) : p()), f.key === "Delete" && (f.preventDefault(), p());
4865
+ const y = (f) => {
4866
+ f.key === "Backspace" && o && o.length > 0 && (f.preventDefault(), l === "multi" ? d(o[o.length - 1].key) : p()), f.key === "Delete" && (f.preventDefault(), p());
4855
4867
  };
4856
- e.useEffect(() => (!t && g ? document.addEventListener("keydown", E) : document.removeEventListener("keydown", E), () => document.removeEventListener("keydown", E)), [t, o, g]);
4857
- const y = (f) => l === "single" && t && !a ? null : f != null && f.customElement ? /* @__PURE__ */ e.createElement("div", { className: he[`${ve}__item`] }, f.customElement.selectedItemBody) : /* @__PURE__ */ e.createElement("div", { className: he[`${ve}__item`] }, f.icon && /* @__PURE__ */ e.createElement(
4868
+ e.useEffect(() => (!t && g ? document.addEventListener("keydown", y) : document.removeEventListener("keydown", y), () => document.removeEventListener("keydown", y)), [t, o, g]);
4869
+ const E = (f) => l === "single" && t && !a ? null : f != null && f.customElement ? /* @__PURE__ */ e.createElement("div", { className: he[`${ve}__item`] }, f.customElement.selectedItemBody) : /* @__PURE__ */ e.createElement("div", { className: he[`${ve}__item`] }, f.icon && /* @__PURE__ */ e.createElement(
4858
4870
  x,
4859
4871
  {
4860
4872
  source: f.icon,
@@ -4867,13 +4879,13 @@ const Mt = "select-all", ln = (t, a) => {
4867
4879
  alt: "",
4868
4880
  className: he[`${ve}__item__avatar`]
4869
4881
  }
4870
- ), /* @__PURE__ */ e.createElement("div", { className: he[`${ve}__item__content`] }, f.name)), $ = (f) => d(f.target.value), w = (f) => {
4882
+ ), /* @__PURE__ */ e.createElement("div", { className: he[`${ve}__item__content`] }, f.name)), $ = (f) => s(f.target.value), w = (f) => {
4871
4883
  var N, S;
4872
- (N = b.current) != null && N.id && f.key === "Enter" && i((S = b.current) == null ? void 0 : S.id), l === "multi" && (f.key === "Backspace" || f.key === "Delete") && !m && o && (o == null ? void 0 : o.length) > 0 && s(o[o.length - 1].key);
4884
+ (N = b.current) != null && N.id && f.key === "Enter" && i((S = b.current) == null ? void 0 : S.id), l === "multi" && (f.key === "Backspace" || f.key === "Delete") && !m && o && (o == null ? void 0 : o.length) > 0 && d(o[o.length - 1].key);
4873
4885
  }, C = () => /* @__PURE__ */ e.createElement(
4874
4886
  "input",
4875
4887
  {
4876
- ref: v,
4888
+ ref: h,
4877
4889
  className: u(
4878
4890
  he[`${ve}__input`],
4879
4891
  he[`${ve}__input--${c}`]
@@ -4885,7 +4897,7 @@ const Mt = "select-all", ln = (t, a) => {
4885
4897
  value: m
4886
4898
  }
4887
4899
  );
4888
- return !o || o.length === 0 ? h ? C() : /* @__PURE__ */ e.createElement(
4900
+ return !o || o.length === 0 ? v ? C() : /* @__PURE__ */ e.createElement(
4889
4901
  "div",
4890
4902
  {
4891
4903
  className: u({
@@ -4901,7 +4913,7 @@ const Mt = "select-all", ln = (t, a) => {
4901
4913
  [he[`${ve}--single`]]: l === "single"
4902
4914
  })
4903
4915
  },
4904
- /* @__PURE__ */ e.createElement("div", { className: he[`${ve}__item-container`] }, l === "single" ? y(o[0]) : o.map((f) => /* @__PURE__ */ e.createElement(
4916
+ /* @__PURE__ */ e.createElement("div", { className: he[`${ve}__item-container`] }, l === "single" ? E(o[0]) : o.map((f) => /* @__PURE__ */ e.createElement(
4905
4917
  h_,
4906
4918
  {
4907
4919
  key: f.key,
@@ -4911,12 +4923,12 @@ const Mt = "select-all", ln = (t, a) => {
4911
4923
  ),
4912
4924
  disabled: r,
4913
4925
  onRemove: (N) => {
4914
- N.stopPropagation(), s(f.key);
4926
+ N.stopPropagation(), d(f.key);
4915
4927
  }
4916
4928
  },
4917
- y(f)
4929
+ E(f)
4918
4930
  ))),
4919
- h && C()
4931
+ v && C()
4920
4932
  );
4921
4933
  }, hn = 10, vn = ({
4922
4934
  disabled: t,
@@ -4927,17 +4939,17 @@ const Mt = "select-all", ln = (t, a) => {
4927
4939
  floatingStrategy: l,
4928
4940
  useDismissHookProps: n,
4929
4941
  useClickHookProps: c,
4930
- isOpen: s,
4942
+ isOpen: d,
4931
4943
  onVisibilityChange: i,
4932
- searchPhrase: d
4944
+ searchPhrase: s
4933
4945
  }) => {
4934
- const p = sa(), [m, b] = e.useState(!1), [g, v] = e.useState(null), [h, E] = e.useState(o), y = e.useRef([]), $ = e.useRef(null);
4946
+ const p = sa(), [m, b] = e.useState(!1), [g, h] = e.useState(null), [v, y] = e.useState(o), E = e.useRef([]), $ = e.useRef(null);
4935
4947
  e.useEffect(() => {
4936
- $.current = null, v(null);
4937
- }, [d]);
4948
+ $.current = null, h(null);
4949
+ }, [s]);
4938
4950
  const { refs: w, floatingStyles: C, context: f, isPositioned: N } = da({
4939
4951
  nodeId: p,
4940
- open: s,
4952
+ open: d,
4941
4953
  strategy: l,
4942
4954
  onOpenChange: i,
4943
4955
  whileElementsMounted: ma,
@@ -4949,7 +4961,7 @@ const Mt = "select-all", ln = (t, a) => {
4949
4961
  __({
4950
4962
  apply({ availableHeight: L, rects: U, elements: $e }) {
4951
4963
  l_.flushSync(() => {
4952
- E(
4964
+ y(
4953
4965
  Math.max(
4954
4966
  Math.min(o, L),
4955
4967
  _
@@ -4968,9 +4980,9 @@ const Mt = "select-all", ln = (t, a) => {
4968
4980
  toggle: !1
4969
4981
  }, c)), M = fa(f, { role: "listbox" }), G = ga(f, n), I = ao(f, {
4970
4982
  enabled: a.length > 0 && !t,
4971
- listRef: y,
4983
+ listRef: E,
4972
4984
  activeIndex: g,
4973
- onNavigate: v,
4985
+ onNavigate: h,
4974
4986
  virtual: !0,
4975
4987
  virtualItemRef: $,
4976
4988
  disabledIndices: ln(
@@ -4980,7 +4992,7 @@ const Mt = "select-all", ln = (t, a) => {
4980
4992
  }), { getReferenceProps: O, getFloatingProps: Y, getItemProps: X } = ba(
4981
4993
  [S, G, M, I]
4982
4994
  );
4983
- return !s && m && b(!1), {
4995
+ return !d && m && b(!1), {
4984
4996
  getReferenceProps: O,
4985
4997
  getFloatingProps: Y,
4986
4998
  getItemProps: X,
@@ -4991,9 +5003,9 @@ const Mt = "select-all", ln = (t, a) => {
4991
5003
  nodeId: p,
4992
5004
  setFloating: w.setFloating,
4993
5005
  activeIndex: g,
4994
- listElementsRef: y,
5006
+ listElementsRef: E,
4995
5007
  virtualItemRef: $,
4996
- maxHeight: h,
5008
+ maxHeight: v,
4997
5009
  pointer: m,
4998
5010
  setPointer: b
4999
5011
  };
@@ -5007,13 +5019,13 @@ const Mt = "select-all", ln = (t, a) => {
5007
5019
  clearSearchAfterSelection: n,
5008
5020
  inputRef: c
5009
5021
  }) => {
5010
- const [s, i] = e.useState(
5022
+ const [d, i] = e.useState(
5011
5023
  () => (t == null ? void 0 : t.map(lr)) || []
5012
- ), d = t !== void 0, p = d ? (t == null ? void 0 : t.map(lr)) || [] : s, [m, b] = e.useState(""), g = (w) => b(w), v = (w) => $(w), h = () => {
5013
- !d && i([]), o(null), b(""), l(!1);
5014
- }, E = () => {
5024
+ ), s = t !== void 0, p = s ? (t == null ? void 0 : t.map(lr)) || [] : d, [m, b] = e.useState(""), g = (w) => b(w), h = (w) => $(w), v = () => {
5025
+ !s && i([]), o(null), b(""), l(!1);
5026
+ }, y = () => {
5015
5027
  g(""), c.current && (c.current.value = "");
5016
- }, y = e.useMemo(() => {
5028
+ }, E = e.useMemo(() => {
5017
5029
  const w = r === "multi" && _;
5018
5030
  let C = a;
5019
5031
  return m && (C = C.filter((f) => {
@@ -5040,7 +5052,7 @@ const Mt = "select-all", ln = (t, a) => {
5040
5052
  return o(f), f.map(({ key: N }) => N);
5041
5053
  });
5042
5054
  else {
5043
- if (d) {
5055
+ if (s) {
5044
5056
  const f = (t == null ? void 0 : t.map(lr)) || [], N = Jr(f, w);
5045
5057
  o(a.filter(({ key: S }) => N.includes(S)));
5046
5058
  } else
@@ -5048,17 +5060,17 @@ const Mt = "select-all", ln = (t, a) => {
5048
5060
  const N = Jr(f, w);
5049
5061
  return o(a.filter(({ key: S }) => N.includes(S))), N;
5050
5062
  });
5051
- n && E();
5063
+ n && y();
5052
5064
  }
5053
5065
  };
5054
5066
  return {
5055
5067
  selectedKeys: p,
5056
- items: y,
5068
+ items: E,
5057
5069
  searchPhrase: m,
5058
5070
  handleSelect: $,
5059
5071
  handleOnFilter: g,
5060
- handleItemRemove: v,
5061
- handleClear: h
5072
+ handleItemRemove: h,
5073
+ handleClear: v
5062
5074
  };
5063
5075
  }, En = {
5064
5076
  "picker-wrapper": "lc-Picker-module__picker-wrapper___2EDne"
@@ -5072,17 +5084,17 @@ const Mt = "select-all", ln = (t, a) => {
5072
5084
  disabled: l,
5073
5085
  error: n,
5074
5086
  options: c,
5075
- selected: s,
5087
+ selected: d,
5076
5088
  size: i = "medium",
5077
- placeholder: d = "Select option",
5089
+ placeholder: s = "Select option",
5078
5090
  isRequired: p,
5079
5091
  noSearchResultText: m = "No results found",
5080
5092
  selectAllOptionText: b,
5081
5093
  type: g = "single",
5082
- searchDisabled: v = !1,
5083
- hideClearButton: h,
5084
- isVisible: E,
5085
- onOpen: y,
5094
+ searchDisabled: h = !1,
5095
+ hideClearButton: v,
5096
+ isVisible: y,
5097
+ onOpen: E,
5086
5098
  onClose: $,
5087
5099
  openedOnInit: w = !1,
5088
5100
  clearSearchAfterSelection: C = !0,
@@ -5122,8 +5134,8 @@ const Mt = "select-all", ln = (t, a) => {
5122
5134
  "useClickHookProps",
5123
5135
  "virtuosoProps"
5124
5136
  ]);
5125
- const [L, U] = e.useState(w), [$e, Ke] = e.useState(!1), Ue = E !== void 0, Ne = Ue ? E : L, $t = e.useRef(null), ft = (Gt, me) => {
5126
- Gt ? !Ne && (y == null || y(me)) : Ne && ($ == null || $(me)), !Ue && U(Gt);
5137
+ const [L, U] = e.useState(w), [$e, Ke] = e.useState(!1), Ue = y !== void 0, Ne = Ue ? y : L, $t = e.useRef(null), ft = (Gt, me) => {
5138
+ Gt ? !Ne && (E == null || E(me)) : Ne && ($ == null || $(me)), !Ue && U(Gt);
5127
5139
  }, {
5128
5140
  selectedKeys: Nt,
5129
5141
  items: bt,
@@ -5133,7 +5145,7 @@ const Mt = "select-all", ln = (t, a) => {
5133
5145
  handleItemRemove: xt,
5134
5146
  handleClear: P
5135
5147
  } = kn({
5136
- selected: s,
5148
+ selected: d,
5137
5149
  options: c,
5138
5150
  type: g,
5139
5151
  selectAllOptionText: b,
@@ -5178,7 +5190,7 @@ const Mt = "select-all", ln = (t, a) => {
5178
5190
  isItemSelected: Nt.length > 0,
5179
5191
  isOpen: Ne,
5180
5192
  onClear: P,
5181
- hideClearButton: h,
5193
+ hideClearButton: v,
5182
5194
  isDisabled: l,
5183
5195
  isError: n,
5184
5196
  isRequired: p,
@@ -5190,10 +5202,10 @@ const Mt = "select-all", ln = (t, a) => {
5190
5202
  bn,
5191
5203
  {
5192
5204
  isOpen: Ne,
5193
- isSearchDisabled: v,
5205
+ isSearchDisabled: h,
5194
5206
  isDisabled: l,
5195
- placeholder: d,
5196
- selectedItems: s,
5207
+ placeholder: s,
5208
+ selectedItems: d,
5197
5209
  type: g,
5198
5210
  size: i,
5199
5211
  clearSearchAfterSelection: C,
@@ -5239,21 +5251,21 @@ const Mt = "select-all", ln = (t, a) => {
5239
5251
  triggerClassName: l,
5240
5252
  placement: n,
5241
5253
  flipOptions: c,
5242
- offsetSize: s = 4,
5254
+ offsetSize: d = 4,
5243
5255
  isVisible: i,
5244
- openedOnInit: d,
5256
+ openedOnInit: s,
5245
5257
  closeOnEsc: p = !0,
5246
5258
  useDismissHookProps: m,
5247
5259
  useClickHookProps: b,
5248
5260
  floatingStrategy: g
5249
5261
  }) => {
5250
- const [v, h] = e.useState(d), E = Ga(), y = sa(), $ = i !== void 0, w = $ ? i : v, C = typeof _ == "string", f = typeof t == "function", N = (Ke, Ue) => {
5251
- Ke ? r == null || r(Ue) : a == null || a(Ue), !$ && h(Ke);
5262
+ const [h, v] = e.useState(s), y = Ga(), E = sa(), $ = i !== void 0, w = $ ? i : h, C = typeof _ == "string", f = typeof t == "function", N = (Ke, Ue) => {
5263
+ Ke ? r == null || r(Ue) : a == null || a(Ue), !$ && v(Ke);
5252
5264
  }, { refs: S, context: M, floatingStyles: G } = da({
5253
- nodeId: y,
5265
+ nodeId: E,
5254
5266
  open: w,
5255
5267
  onOpenChange: N,
5256
- middleware: [ua(s), Ua(c), Er()],
5268
+ middleware: [ua(d), Ua(c), Er()],
5257
5269
  placement: n,
5258
5270
  strategy: g,
5259
5271
  whileElementsMounted: ma
@@ -5272,7 +5284,7 @@ const Mt = "select-all", ln = (t, a) => {
5272
5284
  className: l
5273
5285
  }),
5274
5286
  f ? t() : t
5275
- ), /* @__PURE__ */ e.createElement(ha, { id: y }, w && /* @__PURE__ */ e.createElement(mr, { context: M, modal: !1 }, /* @__PURE__ */ e.createElement(
5287
+ ), /* @__PURE__ */ e.createElement(ha, { id: E }, w && /* @__PURE__ */ e.createElement(mr, { context: M, modal: !1 }, /* @__PURE__ */ e.createElement(
5276
5288
  "div",
5277
5289
  k({
5278
5290
  className: U,
@@ -5281,7 +5293,7 @@ const Mt = "select-all", ln = (t, a) => {
5281
5293
  }, L()),
5282
5294
  C ? /* @__PURE__ */ e.createElement(B, { as: "div" }, _) : _
5283
5295
  ))));
5284
- return E === null ? /* @__PURE__ */ e.createElement(Ha, null, $e) : $e;
5296
+ return y === null ? /* @__PURE__ */ e.createElement(Ha, null, $e) : $e;
5285
5297
  };
5286
5298
  function Cn(t, a, r, _) {
5287
5299
  return _ && t === 0 ? _ : t === 1 ? a : r;
@@ -5378,9 +5390,9 @@ const Be = {
5378
5390
  name: l,
5379
5391
  url: n,
5380
5392
  withDivider: c,
5381
- shortcutKey: s,
5393
+ shortcutKey: d,
5382
5394
  expired: i,
5383
- trialDaysLeft: d,
5395
+ trialDaysLeft: s,
5384
5396
  nameAdornment: p
5385
5397
  },
5386
5398
  onClick: m,
@@ -5391,7 +5403,10 @@ const Be = {
5391
5403
  href: n,
5392
5404
  target: "_blank",
5393
5405
  "aria-label": `Go to ${l} product`,
5394
- onClick: (g) => m(g, t),
5406
+ onClick: (g) => {
5407
+ var h;
5408
+ g.preventDefault(), m(g, t), (h = window.open(n, "_blank")) == null || h.focus();
5409
+ },
5395
5410
  className: u(Qe[et], {
5396
5411
  [Qe[`${et}--expired`]]: i
5397
5412
  })
@@ -5419,7 +5434,7 @@ const Be = {
5419
5434
  placement: "right"
5420
5435
  },
5421
5436
  "Your licence is expired"
5422
- ), typeof d != "undefined" && /* @__PURE__ */ e.createElement(
5437
+ ), typeof s != "undefined" && /* @__PURE__ */ e.createElement(
5423
5438
  Lt,
5424
5439
  {
5425
5440
  className: Qe[`${et}__trial-tooltip`],
@@ -5432,13 +5447,13 @@ const Be = {
5432
5447
  ),
5433
5448
  placement: "right"
5434
5449
  },
5435
- d,
5450
+ s,
5436
5451
  " trial ",
5437
- Cn(d, "day", "days"),
5452
+ Cn(s, "day", "days"),
5438
5453
  " ",
5439
5454
  "left in your trial. Time to upgrade"
5440
5455
  ), p)),
5441
- s && /* @__PURE__ */ e.createElement(B, { size: "sm", className: Qe[`${et}__shortcut`] }, "⌘", s)
5456
+ d && /* @__PURE__ */ e.createElement(B, { size: "sm", className: Qe[`${et}__shortcut`] }, "⌘", d)
5442
5457
  )), ea = {
5443
5458
  "product-switcher": "lc-ProductSwitcher-module__product-switcher___mI-WG",
5444
5459
  "product-switcher__content": "lc-ProductSwitcher-module__product-switcher__content___6jGuY",
@@ -5455,21 +5470,21 @@ const Be = {
5455
5470
  onSelect: n,
5456
5471
  textURL: c = "https://www.text.com"
5457
5472
  }) => {
5458
- const [s, i] = e.useState(r), [d, p] = I_(
5473
+ const [d, i] = e.useState(r), [s, p] = I_(
5459
5474
  !1
5460
- ), m = Ga(), b = sa(), g = _ !== void 0, v = g ? _ : s, h = (L, U) => {
5475
+ ), m = Ga(), b = sa(), g = _ !== void 0, h = g ? _ : d, v = (L, U) => {
5461
5476
  L ? o == null || o(U) : l == null || l(U), !g && i(L);
5462
- }, { refs: E, context: y, floatingStyles: $ } = da({
5477
+ }, { refs: y, context: E, floatingStyles: $ } = da({
5463
5478
  nodeId: b,
5464
5479
  strategy: "fixed",
5465
5480
  placement: "right-start",
5466
- open: v,
5481
+ open: h,
5467
5482
  onOpenChange: (L, U) => {
5468
- p(!1), h(L, U);
5483
+ p(!1), v(L, U);
5469
5484
  },
5470
5485
  middleware: [ua({ mainAxis: 5 })],
5471
5486
  whileElementsMounted: ma
5472
- }), w = pa(y), C = fa(y), f = ga(y), { isMounted: N, styles: S } = kr(y, {
5487
+ }), w = pa(E), C = fa(E), f = ga(E), { isMounted: N, styles: S } = kr(E, {
5473
5488
  duration: 200,
5474
5489
  common: {
5475
5490
  transformOrigin: "left top"
@@ -5492,16 +5507,16 @@ const Be = {
5492
5507
  }, Y = t.reduce(
5493
5508
  (L, U) => L + (U.notificationCount || 0),
5494
5509
  0
5495
- ), X = /* @__PURE__ */ e.createElement(e.Fragment, null, /* @__PURE__ */ e.createElement("div", k({ ref: E.setReference }, M()), /* @__PURE__ */ e.createElement(
5510
+ ), X = /* @__PURE__ */ e.createElement(e.Fragment, null, /* @__PURE__ */ e.createElement("div", k({ ref: y.setReference }, M()), /* @__PURE__ */ e.createElement(
5496
5511
  Lt,
5497
5512
  {
5498
- isVisible: d,
5513
+ isVisible: s,
5499
5514
  onOpen: () => p(!0),
5500
5515
  onClose: () => p(!1),
5501
5516
  offsetCrossAxis: 2,
5502
5517
  arrowOffsetY: 2,
5503
5518
  offsetMainAxis: 10,
5504
- className: ea[`${ta}__tooltip`],
5519
+ className: u(ea[`${ta}__tooltip`], "lc-dark-theme"),
5505
5520
  placement: "right",
5506
5521
  floatingStrategy: "fixed",
5507
5522
  triggerRenderer: /* @__PURE__ */ e.createElement(
@@ -5519,7 +5534,7 @@ const Be = {
5519
5534
  )), /* @__PURE__ */ e.createElement(ha, { id: b }, /* @__PURE__ */ e.createElement(
5520
5535
  "div",
5521
5536
  k({
5522
- ref: E.setFloating,
5537
+ ref: y.setFloating,
5523
5538
  style: $
5524
5539
  }, G()),
5525
5540
  N && /* @__PURE__ */ e.createElement(
@@ -5543,7 +5558,7 @@ const Be = {
5543
5558
  href: c,
5544
5559
  target: "_blank",
5545
5560
  className: ea[`${ta}__footer-link`],
5546
- onClick: () => h(!1)
5561
+ onClick: () => v(!1)
5547
5562
  },
5548
5563
  /* @__PURE__ */ e.createElement(B, { noMargin: !0 }, "powered by"),
5549
5564
  /* @__PURE__ */ e.createElement(
@@ -5763,15 +5778,15 @@ const Be = {
5763
5778
  }, Pn = (t, a) => In.includes(t) || a.some(
5764
5779
  (r) => r.product === E_[t]
5765
5780
  ), An = (t, a, r, _, o) => {
5766
- var n, c, s, i, d;
5781
+ var n, c, d, i, s;
5767
5782
  const l = a.find(
5768
5783
  (p) => p.product === E_[t.id]
5769
5784
  );
5770
5785
  if (!l)
5771
5786
  throw new Error(`Product data for ${t.id} not found`);
5772
5787
  return T(k({}, t), {
5773
- trialDaysLeft: r[t.id] && ((n = r[t.id]) == null ? void 0 : n.status) === "trial" && ((c = r[t.id]) != null && c.next_charge_at) ? Dn((i = (s = r[t.id]) == null ? void 0 : s.next_charge_at) != null ? i : "") : void 0,
5774
- expired: ((d = r[t.id]) == null ? void 0 : d.status) === "expired",
5788
+ trialDaysLeft: r[t.id] && ((n = r[t.id]) == null ? void 0 : n.status) === "trial" && ((c = r[t.id]) != null && c.next_charge_at) ? Dn((i = (d = r[t.id]) == null ? void 0 : d.next_charge_at) != null ? i : "") : void 0,
5789
+ expired: ((s = r[t.id]) == null ? void 0 : s.status) === "expired",
5775
5790
  url: Tn(
5776
5791
  l.clientId,
5777
5792
  l.redirectUri,
@@ -5849,17 +5864,17 @@ const aa = {
5849
5864
  "className",
5850
5865
  "size"
5851
5866
  ]);
5852
- const s = y_(t, a), i = Mn[_], d = Ln[_], p = u(
5867
+ const d = y_(t, a), i = Mn[_], s = Ln[_], p = u(
5853
5868
  aa[ra],
5854
5869
  {
5855
5870
  [aa[`${ra}--${_}`]]: _,
5856
5871
  [aa[`${ra}--${t}`]]: t
5857
5872
  },
5858
5873
  r
5859
- ), m = 2 * Math.PI * ((d - i) / 2), b = {
5874
+ ), m = 2 * Math.PI * ((s - i) / 2), b = {
5860
5875
  strokeDasharray: m.toFixed(3),
5861
- strokeDashoffset: `${((100 - s) / 100 * m).toFixed(3)}px`
5862
- }, g = `${d / 2} ${d / 2} ${d} ${d}`;
5876
+ strokeDashoffset: `${((100 - d) / 100 * m).toFixed(3)}px`
5877
+ }, g = `${s / 2} ${s / 2} ${s} ${s}`;
5863
5878
  return /* @__PURE__ */ e.createElement(
5864
5879
  "div",
5865
5880
  k({
@@ -5871,9 +5886,9 @@ const aa = {
5871
5886
  "circle",
5872
5887
  {
5873
5888
  className: aa[`${ra}__bg-line--${t}`],
5874
- cx: d,
5875
- cy: d,
5876
- r: (d - i) / 2,
5889
+ cx: s,
5890
+ cy: s,
5891
+ r: (s - i) / 2,
5877
5892
  fill: "none",
5878
5893
  strokeWidth: i
5879
5894
  }
@@ -5882,9 +5897,9 @@ const aa = {
5882
5897
  {
5883
5898
  className: aa[`${ra}__indicator--${t}`],
5884
5899
  style: b,
5885
- cx: d,
5886
- cy: d,
5887
- r: (d - i) / 2,
5900
+ cx: s,
5901
+ cy: s,
5902
+ r: (s - i) / 2,
5888
5903
  fill: "none",
5889
5904
  strokeWidth: i
5890
5905
  }
@@ -5914,7 +5929,7 @@ const aa = {
5914
5929
  "size",
5915
5930
  "className"
5916
5931
  ]);
5917
- const s = y_(t, a), i = u(
5932
+ const d = y_(t, a), i = u(
5918
5933
  Ia[Ta],
5919
5934
  {
5920
5935
  [Ia[`${Ta}--${r}`]]: r,
@@ -5934,7 +5949,7 @@ const aa = {
5934
5949
  {
5935
5950
  "data-testid": "progress-bar-indicator",
5936
5951
  className: Ia[`${Ta}__indicator--${t}`],
5937
- style: { width: `${s}%` }
5952
+ style: { width: `${d}%` }
5938
5953
  }
5939
5954
  )
5940
5955
  );
@@ -5960,10 +5975,10 @@ const aa = {
5960
5975
  light: l = !1,
5961
5976
  linkText: n,
5962
5977
  onButtonClick: c,
5963
- onClose: s,
5978
+ onClose: d,
5964
5979
  onLinkClick: i
5965
5980
  }) => {
5966
- const d = e.useRef(null), [p, m] = e.useState("medium"), b = u(
5981
+ const s = e.useRef(null), [p, m] = e.useState("medium"), b = u(
5967
5982
  Ae[Fe],
5968
5983
  {
5969
5984
  [Ae[`${Fe}--light`]]: l,
@@ -5973,12 +5988,12 @@ const aa = {
5973
5988
  t
5974
5989
  );
5975
5990
  e.useEffect(() => {
5976
- const v = () => d.current && d.current.offsetWidth <= Un ? m("small") : d.current && d.current.offsetWidth >= Hn ? m("large") : m("medium"), h = n_(
5977
- v,
5991
+ const h = () => s.current && s.current.offsetWidth <= Un ? m("small") : s.current && s.current.offsetWidth >= Hn ? m("large") : m("medium"), v = n_(
5992
+ h,
5978
5993
  zn
5979
5994
  );
5980
- return window.addEventListener("resize", h), v(), () => {
5981
- h.cancel(), window.removeEventListener("resize", h);
5995
+ return window.addEventListener("resize", v), h(), () => {
5996
+ v.cancel(), window.removeEventListener("resize", v);
5982
5997
  };
5983
5998
  }, []);
5984
5999
  const g = /* @__PURE__ */ e.createElement("div", { className: Ae[`${Fe}__footer`] }, a && /* @__PURE__ */ e.createElement(
@@ -5991,12 +6006,12 @@ const aa = {
5991
6006
  },
5992
6007
  a
5993
6008
  ), n && /* @__PURE__ */ e.createElement(W, { size: "compact", kind: "text", onClick: i }, n));
5994
- return /* @__PURE__ */ e.createElement("div", { ref: d, className: b }, /* @__PURE__ */ e.createElement("div", { className: Ae[`${Fe}__content`] }, o && /* @__PURE__ */ e.createElement("img", { src: o, className: Ae[`${Fe}__img`] }), /* @__PURE__ */ e.createElement("div", { className: Ae[`${Fe}__wrapper`] }, /* @__PURE__ */ e.createElement("div", { className: Ae[`${Fe}__header`] }, _), /* @__PURE__ */ e.createElement(B, { as: "div" }, r), p !== "large" && g), p === "large" && g), s && /* @__PURE__ */ e.createElement(
6009
+ return /* @__PURE__ */ e.createElement("div", { ref: s, className: b }, /* @__PURE__ */ e.createElement("div", { className: Ae[`${Fe}__content`] }, o && /* @__PURE__ */ e.createElement("img", { src: o, className: Ae[`${Fe}__img`] }), /* @__PURE__ */ e.createElement("div", { className: Ae[`${Fe}__wrapper`] }, /* @__PURE__ */ e.createElement("div", { className: Ae[`${Fe}__header`] }, _), /* @__PURE__ */ e.createElement(B, { as: "div" }, r), p !== "large" && g), p === "large" && g), d && /* @__PURE__ */ e.createElement(
5995
6010
  "button",
5996
6011
  {
5997
6012
  type: "button",
5998
6013
  className: Ae[`${Fe}__close-icon`],
5999
- onClick: s
6014
+ onClick: d
6000
6015
  },
6001
6016
  /* @__PURE__ */ e.createElement(x, { source: Ie, size: "large", kind: "primary" })
6002
6017
  ));
@@ -6019,7 +6034,7 @@ const aa = {
6019
6034
  vertical: l,
6020
6035
  contentClassName: n,
6021
6036
  additionalContentClassName: c,
6022
- onClose: s
6037
+ onClose: d
6023
6038
  }) => {
6024
6039
  const i = u(tt["main-wrapper"], a);
6025
6040
  return /* @__PURE__ */ e.createElement("div", { role: "banner", className: i }, /* @__PURE__ */ e.createElement(
@@ -6065,11 +6080,11 @@ const aa = {
6065
6080
  },
6066
6081
  r
6067
6082
  ),
6068
- s && /* @__PURE__ */ e.createElement("div", { className: tt[`${ut}__close`] }, /* @__PURE__ */ e.createElement(
6083
+ d && /* @__PURE__ */ e.createElement("div", { className: tt[`${ut}__close`] }, /* @__PURE__ */ e.createElement(
6069
6084
  W,
6070
6085
  {
6071
6086
  className: tt[`${ut}__close__btn`],
6072
- onClick: s,
6087
+ onClick: d,
6073
6088
  icon: /* @__PURE__ */ e.createElement(x, { source: Ie, kind: "primary" }),
6074
6089
  kind: "plain",
6075
6090
  size: "compact"
@@ -6088,7 +6103,7 @@ const aa = {
6088
6103
  "radio-button--disabled": "lc-RadioButton-module__radio-button--disabled___wHSA7"
6089
6104
  }, rt = "radio-button", Bi = e.forwardRef(
6090
6105
  (c, n) => {
6091
- var s = c, { children: t, className: a = "", description: r, checked: _, disabled: o } = s, l = D(s, ["children", "className", "description", "checked", "disabled"]);
6106
+ var d = c, { children: t, className: a = "", description: r, checked: _, disabled: o } = d, l = D(d, ["children", "className", "description", "checked", "disabled"]);
6092
6107
  const i = u(at[rt], a, {
6093
6108
  [at[`${rt}--selected`]]: _,
6094
6109
  [at[`${rt}--disabled`]]: o
@@ -6127,9 +6142,9 @@ const aa = {
6127
6142
  value: l,
6128
6143
  className: n,
6129
6144
  cropOnBlur: c = !0,
6130
- onChange: s
6145
+ onChange: d
6131
6146
  }) => {
6132
- const [i, d] = e.useState(!0), [p, m] = e.useState(!1), b = e.useRef(null), g = !!l && !a && !r, v = t && !i && "true", h = u(
6147
+ const [i, s] = e.useState(!0), [p, m] = e.useState(!1), b = e.useRef(null), g = !!l && !a && !r, h = t && !i && "true", v = u(
6133
6148
  n,
6134
6149
  Re[We],
6135
6150
  Re[`${We}--${o}`],
@@ -6139,29 +6154,29 @@ const aa = {
6139
6154
  !i && Re[`${We}--collapsable--open`]
6140
6155
  );
6141
6156
  e.useEffect(() => {
6142
- t && l && d(!1);
6157
+ t && l && s(!1);
6143
6158
  }, [t]);
6144
- const E = (N) => {
6159
+ const y = (N) => {
6145
6160
  const S = N.currentTarget.value;
6146
- s(S);
6147
- }, y = () => {
6148
- s("");
6161
+ d(S);
6162
+ }, E = () => {
6163
+ d("");
6149
6164
  }, $ = () => {
6150
6165
  var N;
6151
6166
  (N = b.current) == null || N.focus();
6152
6167
  }, w = () => {
6153
- t && d(!1), m(!0);
6168
+ t && s(!1), m(!0);
6154
6169
  }, C = () => {
6155
- t && !l && d(!0), m(!1);
6170
+ t && !l && s(!0), m(!1);
6156
6171
  }, f = (N) => {
6157
- N.key === de.enter && (N.preventDefault(), s(l));
6172
+ N.key === de.enter && (N.preventDefault(), d(l));
6158
6173
  };
6159
6174
  return /* @__PURE__ */ e.createElement(
6160
6175
  "div",
6161
6176
  {
6162
- "aria-expanded": v,
6177
+ "aria-expanded": h,
6163
6178
  role: "search",
6164
- className: h,
6179
+ className: v,
6165
6180
  onClick: $
6166
6181
  },
6167
6182
  /* @__PURE__ */ e.createElement(
@@ -6190,7 +6205,7 @@ const aa = {
6190
6205
  type: "text",
6191
6206
  value: l,
6192
6207
  placeholder: _,
6193
- onChange: E,
6208
+ onChange: y,
6194
6209
  onBlur: C,
6195
6210
  onFocus: w,
6196
6211
  onKeyDown: f,
@@ -6204,7 +6219,7 @@ const aa = {
6204
6219
  "aria-label": "Clear search",
6205
6220
  title: "Clear search",
6206
6221
  className: Re[`${We}__clear-icon`],
6207
- onClick: y,
6222
+ onClick: E,
6208
6223
  icon: /* @__PURE__ */ e.createElement(x, { source: Ie, kind: "primary" }),
6209
6224
  kind: "text",
6210
6225
  size: "compact"
@@ -6346,9 +6361,9 @@ const aa = {
6346
6361
  onChange: l,
6347
6362
  size: n = "large",
6348
6363
  state: c = "regular",
6349
- innerRef: s,
6364
+ innerRef: d,
6350
6365
  ariaLabel: i
6351
- } = m, d = D(m, [
6366
+ } = m, s = D(m, [
6352
6367
  "className",
6353
6368
  "defaultOn",
6354
6369
  "disabled",
@@ -6360,17 +6375,17 @@ const aa = {
6360
6375
  "innerRef",
6361
6376
  "ariaLabel"
6362
6377
  ]);
6363
- const b = o !== void 0, [g, v] = e.useState(
6378
+ const b = o !== void 0, [g, h] = e.useState(
6364
6379
  () => b ? o : a
6365
- ), [h, E] = e.useState(!1), y = b ? o : g, $ = c === "loading", w = c === "locked", C = n === "large" ? "small" : "xsmall", f = y ? "on" : "off", N = r || $ || w, S = N ? "disabled" : "enabled", M = u(
6380
+ ), [v, y] = e.useState(!1), E = b ? o : g, $ = c === "loading", w = c === "locked", C = n === "large" ? "small" : "xsmall", f = E ? "on" : "off", N = r || $ || w, S = N ? "disabled" : "enabled", M = u(
6366
6381
  ae[te],
6367
6382
  ae[`${te}--${n}`],
6368
6383
  {
6369
- [ae[`${te}--focused`]]: h
6384
+ [ae[`${te}--focused`]]: v
6370
6385
  },
6371
6386
  t
6372
6387
  ), G = (I) => {
6373
- l == null || l(I, !y), b || (I.stopPropagation(), v((O) => !O));
6388
+ l == null || l(I, !E), b || (I.stopPropagation(), h((O) => !O));
6374
6389
  };
6375
6390
  return /* @__PURE__ */ e.createElement("span", { className: M }, /* @__PURE__ */ e.createElement(
6376
6391
  "input",
@@ -6381,20 +6396,20 @@ const aa = {
6381
6396
  ae[`${te}__input--${S}`]
6382
6397
  ),
6383
6398
  onChange: G,
6384
- checked: y,
6399
+ checked: E,
6385
6400
  name: _,
6386
- ref: s,
6401
+ ref: d,
6387
6402
  disabled: N,
6388
6403
  "aria-label": i
6389
- }, d), {
6390
- onFocus: () => E(!0),
6391
- onBlur: () => E(!1)
6404
+ }, s), {
6405
+ onFocus: () => y(!0),
6406
+ onBlur: () => y(!1)
6392
6407
  })
6393
6408
  ), /* @__PURE__ */ e.createElement(
6394
6409
  "span",
6395
6410
  {
6396
6411
  className: u(ae[`${te}__container`], {
6397
- [ae[`${te}__container--focused`]]: h
6412
+ [ae[`${te}__container--focused`]]: v
6398
6413
  })
6399
6414
  },
6400
6415
  /* @__PURE__ */ e.createElement(
@@ -6449,8 +6464,8 @@ const aa = {
6449
6464
  tab__badge: ec,
6450
6465
  "tab--selected": "lc-Tab-module__tab--selected___c0EkL",
6451
6466
  "tab--disabled": "lc-Tab-module__tab--disabled___URdTh"
6452
- }, wt = "tab", Ri = (s) => {
6453
- var i = s, {
6467
+ }, wt = "tab", Ri = (d) => {
6468
+ var i = d, {
6454
6469
  children: t,
6455
6470
  className: a,
6456
6471
  count: r,
@@ -6467,7 +6482,7 @@ const aa = {
6467
6482
  "size",
6468
6483
  "icon"
6469
6484
  ]);
6470
- const { disabled: d } = c, p = r !== void 0 && !o, m = r !== void 0 && o;
6485
+ const { disabled: s } = c, p = r !== void 0 && !o, m = r !== void 0 && o;
6471
6486
  return /* @__PURE__ */ e.createElement(
6472
6487
  B,
6473
6488
  T(k({}, c), {
@@ -6480,7 +6495,7 @@ const aa = {
6480
6495
  yt[wt],
6481
6496
  yt[`${wt}--${l}`],
6482
6497
  _ && yt[`${wt}--selected`],
6483
- d && yt[`${wt}--disabled`]
6498
+ s && yt[`${wt}--disabled`]
6484
6499
  )
6485
6500
  }),
6486
6501
  n && /* @__PURE__ */ e.createElement("div", { "data-testId": "icon", className: yt[`${wt}__icon`] }, n),
@@ -6520,19 +6535,19 @@ const aa = {
6520
6535
  remove: o,
6521
6536
  value: l
6522
6537
  }) => {
6523
- const [n, c] = e.useState(!1), s = () => a.current, i = () => {
6524
- const g = s();
6538
+ const [n, c] = e.useState(!1), d = () => a.current, i = () => {
6539
+ const g = d();
6525
6540
  return g ? g.innerText : "";
6526
- }, d = () => {
6541
+ }, s = () => {
6527
6542
  r && r.current && r.current.focus();
6528
6543
  }, p = (g) => {
6529
6544
  if (g.key === de.enter) {
6530
- g.preventDefault(), d();
6545
+ g.preventDefault(), s();
6531
6546
  return;
6532
6547
  }
6533
- g.key === de.backspace && i() === "" && (c(!0), o(), d());
6548
+ g.key === de.backspace && i() === "" && (c(!0), o(), s());
6534
6549
  }, m = () => {
6535
- const g = s();
6550
+ const g = d();
6536
6551
  if (!(n || !g)) {
6537
6552
  if (g.innerText === "") {
6538
6553
  o();
@@ -6542,8 +6557,8 @@ const aa = {
6542
6557
  }
6543
6558
  }, b = (g) => {
6544
6559
  g.preventDefault();
6545
- const v = g.clipboardData.getData("text/plain");
6546
- document.execCommand("insertHTML", !1, Dr(v));
6560
+ const h = g.clipboardData.getData("text/plain");
6561
+ document.execCommand("insertHTML", !1, Dr(h));
6547
6562
  };
6548
6563
  return /* @__PURE__ */ e.createElement(
6549
6564
  "div",
@@ -6567,8 +6582,8 @@ const aa = {
6567
6582
  size: n,
6568
6583
  tagProps: c
6569
6584
  }) => {
6570
- const s = e.useMemo(() => _ !== void 0 ? _(t) : !0, [t, _]), i = e.useRef(null), d = () => r(a), p = () => s ? c ? c.kind : "default" : "error";
6571
- return /* @__PURE__ */ e.createElement(h_, T(k({ size: n }, c), { kind: p(), onRemove: d }), /* @__PURE__ */ e.createElement(
6585
+ const d = e.useMemo(() => _ !== void 0 ? _(t) : !0, [t, _]), i = e.useRef(null), s = () => r(a), p = () => d ? c ? c.kind : "default" : "error";
6586
+ return /* @__PURE__ */ e.createElement(h_, T(k({ size: n }, c), { kind: p(), onRemove: s }), /* @__PURE__ */ e.createElement(
6572
6587
  rc,
6573
6588
  {
6574
6589
  value: t,
@@ -6576,7 +6591,7 @@ const aa = {
6576
6591
  innerEditableRef: i,
6577
6592
  className: la[`${_c}__content`],
6578
6593
  change: (m) => l(a, m),
6579
- remove: d,
6594
+ remove: s,
6580
6595
  validator: _
6581
6596
  }
6582
6597
  ));
@@ -6596,9 +6611,9 @@ const aa = {
6596
6611
  placeholder: l,
6597
6612
  size: n = "medium",
6598
6613
  className: c,
6599
- inputClassName: s,
6614
+ inputClassName: d,
6600
6615
  onBlur: i,
6601
- addOnBlur: d = !0
6616
+ addOnBlur: s = !0
6602
6617
  } = b, p = D(b, [
6603
6618
  "id",
6604
6619
  "tags",
@@ -6618,27 +6633,27 @@ const aa = {
6618
6633
  [la[`${Da}--error`]]: o
6619
6634
  },
6620
6635
  c
6621
- ), v = u(
6622
- s,
6636
+ ), h = u(
6637
+ d,
6623
6638
  la[`${Da}__input`],
6624
6639
  la[`${Da}__input--${n}`]
6625
- ), [h, E] = e.useState(""), y = e.useRef(null), $ = (I) => {
6626
- I.trim() !== "" && (r([...a || [], I]), E(""));
6640
+ ), [v, y] = e.useState(""), E = e.useRef(null), $ = (I) => {
6641
+ I.trim() !== "" && (r([...a || [], I]), y(""));
6627
6642
  }, w = (I) => {
6628
6643
  const O = [...a || []];
6629
6644
  O.splice(I, 1), r(O);
6630
- }, C = (I) => E(I.target.value), f = (I) => {
6645
+ }, C = (I) => y(I.target.value), f = (I) => {
6631
6646
  if (oc.includes(I.key)) {
6632
- if (I.preventDefault(), h === "")
6647
+ if (I.preventDefault(), v === "")
6633
6648
  return;
6634
- $(h);
6649
+ $(v);
6635
6650
  } else if (lc.includes(I.key)) {
6636
- if (h !== "" || !(a != null && a.length))
6651
+ if (v !== "" || !(a != null && a.length))
6637
6652
  return;
6638
6653
  w(a.length - 1);
6639
6654
  }
6640
6655
  }, N = (I) => {
6641
- d && $(h), i == null || i(I);
6656
+ s && $(v), i == null || i(I);
6642
6657
  }, S = (I, O) => {
6643
6658
  const Y = [...a || []];
6644
6659
  Y.reduce(
@@ -6656,7 +6671,7 @@ const aa = {
6656
6671
  key: `${O}${I}`,
6657
6672
  update: S,
6658
6673
  remove: w,
6659
- inputRef: y,
6674
+ inputRef: E,
6660
6675
  validator: _,
6661
6676
  size: n
6662
6677
  },
@@ -6668,7 +6683,7 @@ const aa = {
6668
6683
  key: `${O}${I.children}`,
6669
6684
  update: S,
6670
6685
  remove: w,
6671
- inputRef: y,
6686
+ inputRef: E,
6672
6687
  validator: _,
6673
6688
  size: n,
6674
6689
  tagProps: I
@@ -6679,10 +6694,10 @@ const aa = {
6679
6694
  "input",
6680
6695
  T(k({}, p), {
6681
6696
  id: t,
6682
- ref: y,
6683
- className: v,
6697
+ ref: E,
6698
+ className: h,
6684
6699
  placeholder: l,
6685
- value: h,
6700
+ value: v,
6686
6701
  onChange: C,
6687
6702
  onKeyDown: f,
6688
6703
  onPaste: M,
@@ -6740,14 +6755,14 @@ const aa = {
6740
6755
  source: ca
6741
6756
  }
6742
6757
  }, mt = "toast", fc = (c) => {
6743
- var s = c, {
6758
+ var d = c, {
6744
6759
  action: t,
6745
6760
  className: a,
6746
6761
  children: r,
6747
6762
  removable: _,
6748
6763
  kind: o = "info",
6749
6764
  onClose: l
6750
- } = s, n = D(s, [
6765
+ } = d, n = D(d, [
6751
6766
  "action",
6752
6767
  "className",
6753
6768
  "children",
@@ -6759,8 +6774,8 @@ const aa = {
6759
6774
  re[mt],
6760
6775
  re[`${mt}--${o}`],
6761
6776
  a
6762
- ), d = typeof r == "string", p = (m) => m && m.closesOnClick && l ? (m.onClick(), l()) : m.onClick();
6763
- return /* @__PURE__ */ e.createElement("div", k({ className: i }, n), /* @__PURE__ */ e.createElement("div", { className: re[`${mt}__icon`] }, /* @__PURE__ */ e.createElement(x, T(k({}, gc[o]), { size: "medium" }))), /* @__PURE__ */ e.createElement("div", { className: re[`${mt}__content`] }, d ? /* @__PURE__ */ e.createElement(B, { as: "div" }, r) : r), (t || _) && /* @__PURE__ */ e.createElement("div", { className: re[`${mt}__actions`] }, t && /* @__PURE__ */ e.createElement(
6777
+ ), s = typeof r == "string", p = (m) => m && m.closesOnClick && l ? (m.onClick(), l()) : m.onClick();
6778
+ return /* @__PURE__ */ e.createElement("div", k({ className: i }, n), /* @__PURE__ */ e.createElement("div", { className: re[`${mt}__icon`] }, /* @__PURE__ */ e.createElement(x, T(k({}, gc[o]), { size: "medium" }))), /* @__PURE__ */ e.createElement("div", { className: re[`${mt}__content`] }, s ? /* @__PURE__ */ e.createElement(B, { as: "div" }, r) : r), (t || _) && /* @__PURE__ */ e.createElement("div", { className: re[`${mt}__actions`] }, t && /* @__PURE__ */ e.createElement(
6764
6779
  W,
6765
6780
  {
6766
6781
  className: re[`${mt}__actions--custom`],
@@ -6800,10 +6815,10 @@ const aa = {
6800
6815
  },
6801
6816
  t
6802
6817
  );
6803
- return /* @__PURE__ */ e.createElement("div", { className: c }, /* @__PURE__ */ e.createElement(c_, { component: null }, a.map(({ id: s, kind: i, content: d, removable: p, action: m, onClose: b }) => /* @__PURE__ */ e.createElement(
6818
+ return /* @__PURE__ */ e.createElement("div", { className: c }, /* @__PURE__ */ e.createElement(c_, { component: null }, a.map(({ id: d, kind: i, content: s, removable: p, action: m, onClose: b }) => /* @__PURE__ */ e.createElement(
6804
6819
  i_,
6805
6820
  {
6806
- key: s,
6821
+ key: d,
6807
6822
  classNames: {
6808
6823
  enter: re[`toast-appear--${o}`],
6809
6824
  enterActive: re[`toast-appear-active--${o}`],
@@ -6820,7 +6835,7 @@ const aa = {
6820
6835
  removable: p,
6821
6836
  action: m
6822
6837
  },
6823
- d
6838
+ s
6824
6839
  )
6825
6840
  ))));
6826
6841
  }, hc = "lc-Textarea-module__textarea___g6U8F", Pa = {
@@ -6831,14 +6846,14 @@ const aa = {
6831
6846
  }, Aa = "textarea", Ui = e.forwardRef(
6832
6847
  (o, _) => {
6833
6848
  var l = o, { className: t, error: a } = l, r = D(l, ["className", "error"]);
6834
- const { disabled: n, onBlur: c, onFocus: s } = r, [i, d] = e.useState(!1), p = u(t, Pa[Aa], {
6849
+ const { disabled: n, onBlur: c, onFocus: d } = r, [i, s] = e.useState(!1), p = u(t, Pa[Aa], {
6835
6850
  [Pa[`${Aa}--disabled`]]: n,
6836
6851
  [Pa[`${Aa}--focused`]]: i,
6837
6852
  [Pa[`${Aa}--error`]]: a
6838
6853
  }), m = (g) => {
6839
- d(!1), c == null || c(g);
6854
+ s(!1), c == null || c(g);
6840
6855
  }, b = (g) => {
6841
- d(!0), s == null || s(g);
6856
+ s(!0), d == null || d(g);
6842
6857
  };
6843
6858
  return /* @__PURE__ */ e.createElement(B, { as: "div", className: p }, /* @__PURE__ */ e.createElement(
6844
6859
  "textarea",
@@ -6894,7 +6909,7 @@ const aa = {
6894
6909
  size: l,
6895
6910
  status: n = "normal",
6896
6911
  onCloseButtonClick: c,
6897
- onRetryButtonClick: s
6912
+ onRetryButtonClick: d
6898
6913
  }, i) => /* @__PURE__ */ e.createElement("div", { className: Me[_t], ref: i }, r && n !== "success" && /* @__PURE__ */ e.createElement("div", { className: Me[`${_t}__icon`] }, r), n === "success" && /* @__PURE__ */ e.createElement(
6899
6914
  "div",
6900
6915
  {
@@ -6932,7 +6947,7 @@ const aa = {
6932
6947
  {
6933
6948
  status: n,
6934
6949
  onCloseButtonClick: c,
6935
- onRetryButtonClick: s
6950
+ onRetryButtonClick: d
6936
6951
  }
6937
6952
  )
6938
6953
  )),
@@ -6997,51 +7012,51 @@ const aa = {
6997
7012
  errorMessage: l,
6998
7013
  status: n = "normal",
6999
7014
  icon: c,
7000
- size: s,
7015
+ size: d,
7001
7016
  mode: i = "multiple",
7002
- onCloseButtonClick: d,
7017
+ onCloseButtonClick: s,
7003
7018
  onRetryButtonClick: p
7004
7019
  }) => {
7005
- const [m, b] = e.useState(o || !1), g = n === "error", v = n === "success", h = u(K[ke], a, {
7020
+ const [m, b] = e.useState(o || !1), g = n === "error", h = n === "success", v = u(K[ke], a, {
7006
7021
  [K[`${ke}--error`]]: g,
7007
- [K[`${ke}--success`]]: v
7008
- }), E = !(g && (p || d)), y = () => b(!m);
7009
- return i === "single" ? /* @__PURE__ */ e.createElement("div", { className: h }, /* @__PURE__ */ e.createElement("div", { className: K[`${ke}__wrapper`] }, /* @__PURE__ */ e.createElement("div", { className: K[`${ot}`] }, /* @__PURE__ */ e.createElement(
7022
+ [K[`${ke}--success`]]: h
7023
+ }), y = !(g && (p || s)), E = () => b(!m);
7024
+ return i === "single" ? /* @__PURE__ */ e.createElement("div", { className: v }, /* @__PURE__ */ e.createElement("div", { className: K[`${ke}__wrapper`] }, /* @__PURE__ */ e.createElement("div", { className: K[`${ot}`] }, /* @__PURE__ */ e.createElement(
7010
7025
  Ec,
7011
7026
  {
7012
7027
  title: g && l || _,
7013
7028
  progressValue: r,
7014
7029
  status: n,
7015
7030
  icon: c,
7016
- size: s
7031
+ size: d
7017
7032
  }
7018
7033
  )), n === "error" && /* @__PURE__ */ e.createElement(
7019
7034
  hr,
7020
7035
  {
7021
7036
  status: n,
7022
- onCloseButtonClick: d,
7037
+ onCloseButtonClick: s,
7023
7038
  onRetryButtonClick: p
7024
7039
  }
7025
- ))) : /* @__PURE__ */ e.createElement("div", { className: h }, /* @__PURE__ */ e.createElement(
7040
+ ))) : /* @__PURE__ */ e.createElement("div", { className: v }, /* @__PURE__ */ e.createElement(
7026
7041
  "div",
7027
7042
  {
7028
7043
  className: K[`${ke}__wrapper`],
7029
- onClick: y
7044
+ onClick: E
7030
7045
  },
7031
- /* @__PURE__ */ e.createElement("div", { className: K[`${ot}`] }, /* @__PURE__ */ e.createElement("div", { className: K[`${ot}__icon`] }, wc(n, r)), /* @__PURE__ */ e.createElement("div", { className: K[`${ot}__title`] }, /* @__PURE__ */ e.createElement(B, { size: "sm", as: "div" }, g ? l : _)), E && /* @__PURE__ */ e.createElement(
7046
+ /* @__PURE__ */ e.createElement("div", { className: K[`${ot}`] }, /* @__PURE__ */ e.createElement("div", { className: K[`${ot}__icon`] }, wc(n, r)), /* @__PURE__ */ e.createElement("div", { className: K[`${ot}__title`] }, /* @__PURE__ */ e.createElement(B, { size: "sm", as: "div" }, g ? l : _)), y && /* @__PURE__ */ e.createElement(
7032
7047
  "button",
7033
7048
  {
7034
7049
  className: K[`${ot}__collapse-button`],
7035
7050
  type: "button",
7036
7051
  "aria-label": "Collapse button",
7037
- onClick: y
7052
+ onClick: E
7038
7053
  },
7039
7054
  m ? /* @__PURE__ */ e.createElement(x, { source: Oa }) : /* @__PURE__ */ e.createElement(x, { source: Ot })
7040
7055
  ), n === "error" && /* @__PURE__ */ e.createElement("div", { className: K[`${ot}__actions-container`] }, /* @__PURE__ */ e.createElement(
7041
7056
  hr,
7042
7057
  {
7043
7058
  status: n,
7044
- onCloseButtonClick: d,
7059
+ onCloseButtonClick: s,
7045
7060
  onRetryButtonClick: p
7046
7061
  }
7047
7062
  )))
@@ -7090,7 +7105,7 @@ export {
7090
7105
  ui as Form,
7091
7106
  mi as FormField,
7092
7107
  pi as FormGroup,
7093
- oe as Heading,
7108
+ ne as Heading,
7094
7109
  x as Icon,
7095
7110
  Yc as Info,
7096
7111
  gi as Input,