@pantheon-systems/pds-toolkit-react 1.0.0-dev.177 → 1.0.0-dev.178

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.js CHANGED
@@ -1,12 +1,12 @@
1
1
  import './index.css';var Gs = Object.defineProperty, Ks = Object.defineProperties;
2
2
  var Ys = Object.getOwnPropertyDescriptors;
3
- var Et = Object.getOwnPropertySymbols;
3
+ var _t = Object.getOwnPropertySymbols;
4
4
  var ts = Object.prototype.hasOwnProperty, ss = Object.prototype.propertyIsEnumerable;
5
5
  var es = (t, n, a) => n in t ? Gs(t, n, { enumerable: !0, configurable: !0, writable: !0, value: a }) : t[n] = a, y = (t, n) => {
6
6
  for (var a in n || (n = {}))
7
7
  ts.call(n, a) && es(t, a, n[a]);
8
- if (Et)
9
- for (var a of Et(n))
8
+ if (_t)
9
+ for (var a of _t(n))
10
10
  ss.call(n, a) && es(t, a, n[a]);
11
11
  return t;
12
12
  }, fe = (t, n) => Ks(t, Ys(n));
@@ -14,19 +14,19 @@ var S = (t, n) => {
14
14
  var a = {};
15
15
  for (var c in t)
16
16
  ts.call(t, c) && n.indexOf(c) < 0 && (a[c] = t[c]);
17
- if (t != null && Et)
18
- for (var c of Et(t))
17
+ if (t != null && _t)
18
+ for (var c of _t(t))
19
19
  n.indexOf(c) < 0 && ss.call(t, c) && (a[c] = t[c]);
20
20
  return a;
21
21
  };
22
22
  import e, { createContext as yt, Children as Xs, isValidElement as Fe, useState as R, useContext as we, forwardRef as Pe, cloneElement as Ke, useEffect as ie, useRef as se, useLayoutEffect as Qs, useCallback as Kt, createRef as Js } from "react";
23
23
  import s from "prop-types";
24
24
  import { NavLink as hs, MemoryRouter as e1 } from "react-router-dom";
25
- import { useFloating as Ie, offset as wt, flip as Nt, shift as kt, autoUpdate as qe, useHover as vt, useFocus as gs, useDismiss as Se, useRole as Te, useInteractions as Oe, useId as fs, useListNavigation as pt, useTransitionStyles as Qe, useClick as Je, safePolygon as bs, FloatingOverlay as t1, FloatingFocusManager as _s, arrow as s1, FloatingArrow as n1 } from "@floating-ui/react";
25
+ import { useFloating as Ie, offset as wt, flip as Nt, shift as kt, autoUpdate as qe, useHover as vt, useFocus as gs, useDismiss as Se, useRole as Te, useInteractions as Oe, useId as fs, useListNavigation as pt, useTransitionStyles as Qe, useClick as Je, safePolygon as bs, FloatingOverlay as t1, FloatingFocusManager as Es, arrow as s1, FloatingArrow as n1 } from "@floating-ui/react";
26
26
  import { useHotkeys as a1 } from "react-hotkeys-hook";
27
27
  import { useMeasure as Ht } from "@reactuses/core";
28
28
  import { useFloating as l1, flip as c1 } from "@floating-ui/react-dom";
29
- import Es from "hash-sum";
29
+ import _s from "hash-sum";
30
30
  import { ToastContainer as r1, Slide as o1, cssTransition as i1, toast as ns } from "react-toastify";
31
31
  import d1 from "focus-trap-react";
32
32
  const m1 = (r) => {
@@ -52,7 +52,7 @@ const m1 = (r) => {
52
52
  ].join(" ").trim().replace(/\s+/g, " ")
53
53
  }, c),
54
54
  n.map((d, h) => {
55
- const u = d.linkContent ? d.linkContent.type : "div", p = d.linkContent.props.href ? "href" : "to", f = p === "href" ? d.linkContent.props.href : d.linkContent.props.to, E = d.linkContent.props.target ? "target" : null;
55
+ const u = d.linkContent ? d.linkContent.type : "div", p = d.linkContent.props.href ? "href" : "to", f = p === "href" ? d.linkContent.props.href : d.linkContent.props.to, _ = d.linkContent.props.target ? "target" : null;
56
56
  return /* @__PURE__ */ e.createElement(e.Fragment, null, /* @__PURE__ */ e.createElement(
57
57
  u,
58
58
  {
@@ -60,7 +60,7 @@ const m1 = (r) => {
60
60
  className: `${i}__item`,
61
61
  href: p === "href" ? f : null,
62
62
  to: p === "to" ? f : null,
63
- target: E
63
+ target: _
64
64
  },
65
65
  /* @__PURE__ */ e.createElement(
66
66
  "div",
@@ -774,16 +774,16 @@ const u1 = {
774
774
  "zIndex",
775
775
  "className"
776
776
  ]);
777
- const [f, E] = R(!1), $ = typeof n, g = "pds-tooltip", v = K([
777
+ const [f, _] = R(!1), $ = typeof n, g = "pds-tooltip", v = K([
778
778
  `${g}__trigger-custom`,
779
779
  $ === "string" ? `${g}__trigger-text` : null
780
- ]), _ = K([
780
+ ]), E = K([
781
781
  `${g}__trigger`,
782
782
  `${g}__trigger--${l}`
783
783
  ]), { refs: b, floatingStyles: C, context: w } = Ie({
784
784
  placement: c,
785
785
  open: f,
786
- onOpenChange: E,
786
+ onOpenChange: _,
787
787
  middleware: [wt(a), Nt(), kt()],
788
788
  whileElementsMounted: qe
789
789
  }), x = vt(w, {
@@ -807,7 +807,7 @@ const u1 = {
807
807
  "button",
808
808
  y({
809
809
  "aria-label": r,
810
- className: _,
810
+ className: E,
811
811
  ref: b.setReference
812
812
  }, L()),
813
813
  /* @__PURE__ */ e.createElement(
@@ -866,8 +866,8 @@ const h1 = (t) => /* @__PURE__ */ e.createElement(hs, { className: "pds-breadcru
866
866
  key: `breadcrumb-${g}`
867
867
  }
868
868
  ) : /* @__PURE__ */ e.createElement(Ge, { crumb: $, key: `breadcrumb-${g}` })
869
- ), p = m.length >= 6 ? u : h, f = m[m.length - 2], E = h1(f);
870
- return /* @__PURE__ */ e.createElement("nav", { className: "pds-breadcrumbs", "aria-label": t, "aria-live": "polite" }, /* @__PURE__ */ e.createElement("ul", y({ className: "pds-breadcrumbs__item" }, n), p), E);
869
+ ), p = m.length >= 6 ? u : h, f = m[m.length - 2], _ = h1(f);
870
+ return /* @__PURE__ */ e.createElement("nav", { className: "pds-breadcrumbs", "aria-label": t, "aria-live": "polite" }, /* @__PURE__ */ e.createElement("ul", y({ className: "pds-breadcrumbs__item" }, n), p), _);
871
871
  };
872
872
  $s.propTypes = {
873
873
  ariaLabel: s.string.isRequired,
@@ -1048,7 +1048,7 @@ const b1 = [
1048
1048
  "wide",
1049
1049
  "x-wide",
1050
1050
  "full"
1051
- ]), _1 = s.exact({
1051
+ ]), E1 = s.exact({
1052
1052
  /**
1053
1053
  * Label for a menu item
1054
1054
  */
@@ -1111,7 +1111,7 @@ const b1 = [
1111
1111
  * Optional `data-testid` value for this item.
1112
1112
  */
1113
1113
  testId: s.string
1114
- }), E1 = s.exact({
1114
+ }), _1 = s.exact({
1115
1115
  /**
1116
1116
  * Is the item a node?
1117
1117
  */
@@ -1277,8 +1277,8 @@ const b1 = [
1277
1277
  c && !n ? /* @__PURE__ */ e.createElement("span", { className: `${d}__label` }, a) : /* @__PURE__ */ e.createElement(Xt, { label: a })
1278
1278
  );
1279
1279
  }, Ye = Pe(
1280
- (E, f) => {
1281
- var $ = E, {
1280
+ (_, f) => {
1281
+ var $ = _, {
1282
1282
  ariaLabel: t,
1283
1283
  buttonType: n = "button",
1284
1284
  disabled: a = !1,
@@ -1305,7 +1305,7 @@ const b1 = [
1305
1305
  "variant",
1306
1306
  "className"
1307
1307
  ]);
1308
- const g = "pds-button", v = d !== "md" ? `${g}--${d}` : null, _ = h !== "primary" ? `${g}--${h}` : null;
1308
+ const g = "pds-button", v = d !== "md" ? `${g}--${d}` : null, E = h !== "primary" ? `${g}--${h}` : null;
1309
1309
  let b;
1310
1310
  switch (d) {
1311
1311
  case "sm":
@@ -1331,7 +1331,7 @@ const b1 = [
1331
1331
  "button",
1332
1332
  fe(y({}, p), {
1333
1333
  type: n,
1334
- className: [g, v, _, u].join(" ").trim().replace(/\s+/g, " "),
1334
+ className: [g, v, E, u].join(" ").trim().replace(/\s+/g, " "),
1335
1335
  disabled: a || o,
1336
1336
  "aria-label": t,
1337
1337
  onClick: m,
@@ -1420,7 +1420,7 @@ const rt = (m) => {
1420
1420
  "variant",
1421
1421
  "className"
1422
1422
  ]);
1423
- const h = "pds-button-link", u = "pds-button", p = r !== "md" ? `${u}--${r}` : null, f = o !== "primary" ? `${u}--${o}` : null, E = K([
1423
+ const h = "pds-button-link", u = "pds-button", p = r !== "md" ? `${u}--${r}` : null, f = o !== "primary" ? `${u}--${o}` : null, _ = K([
1424
1424
  u,
1425
1425
  p,
1426
1426
  f
@@ -1435,8 +1435,8 @@ const rt = (m) => {
1435
1435
  );
1436
1436
  let v = [$];
1437
1437
  n === "icon-start" && a ? v = [g, $] : n === "icon-end" && a && (v = [$, g]);
1438
- const _ = Fe(c) ? Ke(c, {
1439
- className: E,
1438
+ const E = Fe(c) ? Ke(c, {
1439
+ className: _,
1440
1440
  children: v
1441
1441
  }) : null;
1442
1442
  return t ? /* @__PURE__ */ e.createElement(
@@ -1448,7 +1448,7 @@ const rt = (m) => {
1448
1448
  size: r,
1449
1449
  variant: o
1450
1450
  }
1451
- ) : /* @__PURE__ */ e.createElement("span", y({ className: K([h, l != null ? l : ""]) }, i), _);
1451
+ ) : /* @__PURE__ */ e.createElement("span", y({ className: K([h, l != null ? l : ""]) }, i), E);
1452
1452
  }, $1 = (h) => {
1453
1453
  var u = h, {
1454
1454
  bodyText: t,
@@ -1471,7 +1471,7 @@ const rt = (m) => {
1471
1471
  "secondaryLink",
1472
1472
  "className"
1473
1473
  ]);
1474
- const p = "pds-card", f = r ? `${p}--clickable` : null, E = `${n}`, $ = l.type, g = c ? /* @__PURE__ */ e.createElement("div", { className: `${p}__image` }, !r && l ? /* @__PURE__ */ e.createElement(
1474
+ const p = "pds-card", f = r ? `${p}--clickable` : null, _ = `${n}`, $ = l.type, g = c ? /* @__PURE__ */ e.createElement("div", { className: `${p}__image` }, !r && l ? /* @__PURE__ */ e.createElement(
1475
1475
  $,
1476
1476
  y({
1477
1477
  tabIndex: "-1",
@@ -1484,7 +1484,7 @@ const rt = (m) => {
1484
1484
  className: `${p}__kicker pds-overline-text pds-overline-text--sm`
1485
1485
  },
1486
1486
  o
1487
- ), a && /* @__PURE__ */ e.createElement(E, { className: `${p}__heading` }, a), t && /* @__PURE__ */ e.createElement("div", { className: `${p}__bodytext` }, /* @__PURE__ */ e.createElement("p", null, t)), !r && l && /* @__PURE__ */ e.createElement("div", { className: `${p}__links pds-button-group` }, /* @__PURE__ */ e.createElement(rt, { linkContent: l, variant: "primary" }), i && /* @__PURE__ */ e.createElement(rt, { linkContent: i, variant: "secondary" })));
1487
+ ), a && /* @__PURE__ */ e.createElement(_, { className: `${p}__heading` }, a), t && /* @__PURE__ */ e.createElement("div", { className: `${p}__bodytext` }, /* @__PURE__ */ e.createElement("p", null, t)), !r && l && /* @__PURE__ */ e.createElement("div", { className: `${p}__links pds-button-group` }, /* @__PURE__ */ e.createElement(rt, { linkContent: l, variant: "primary" }), i && /* @__PURE__ */ e.createElement(rt, { linkContent: i, variant: "secondary" })));
1488
1488
  return r && l ? /* @__PURE__ */ e.createElement(
1489
1489
  $,
1490
1490
  y({
@@ -1562,13 +1562,13 @@ const y1 = (d) => {
1562
1562
  "secondaryLink",
1563
1563
  "className"
1564
1564
  ]);
1565
- const u = "pds-cta-slice", p = t && t !== "default" ? `${u}--${t}` : null, f = n && n !== "default" ? `pds-container pds-container--${n}` : "pds-container", E = `${a}`;
1565
+ const u = "pds-cta-slice", p = t && t !== "default" ? `${u}--${t}` : null, f = n && n !== "default" ? `pds-container pds-container--${n}` : "pds-container", _ = `${a}`;
1566
1566
  return /* @__PURE__ */ e.createElement(
1567
1567
  "div",
1568
1568
  y({
1569
1569
  className: [u, p, i].join(" ").trim().replace(/\s+/g, " ")
1570
1570
  }, m),
1571
- /* @__PURE__ */ e.createElement("div", { className: f }, c && /* @__PURE__ */ e.createElement(E, { className: `${u}__heading pds-ts-4xl` }, c), r && /* @__PURE__ */ e.createElement(
1571
+ /* @__PURE__ */ e.createElement("div", { className: f }, c && /* @__PURE__ */ e.createElement(_, { className: `${u}__heading pds-ts-4xl` }, c), r && /* @__PURE__ */ e.createElement(
1572
1572
  "div",
1573
1573
  {
1574
1574
  className: `${u}__lead-text pds-lead-text pds-lead-text--sm`
@@ -1700,12 +1700,12 @@ const je = yt(null), w1 = ({
1700
1700
  "skiplinkText",
1701
1701
  "className"
1702
1702
  ]);
1703
- const [f, E] = R(
1703
+ const [f, _] = R(
1704
1704
  a
1705
- ), { isMobile: $ } = we(je), g = se(), [v] = Ht(g), _ = v.width, b = {
1705
+ ), { isMobile: $ } = we(je), g = se(), [v] = Ht(g), E = v.width, b = {
1706
1706
  isSidebarExpanded: $ ? !0 : f,
1707
1707
  logoLinkContent: r,
1708
- navbarWidth: _,
1708
+ navbarWidth: E,
1709
1709
  isAdmin: c
1710
1710
  }, C = "pds-dashboard", w = $ ? `${C}--isMobile` : `${C}--notMobile`, x = $ ? null : f ? `${C}--sidebarExpanded` : `${C}--sidebarCollapsed`, H = f ? `${l}rem` : `${o}rem`, M = {
1711
1711
  width: H,
@@ -1714,7 +1714,7 @@ const je = yt(null), w1 = ({
1714
1714
  width: `calc(100% - ${H})`,
1715
1715
  transition: "width 200ms ease-in-out"
1716
1716
  }, L = () => {
1717
- E(!f);
1717
+ _(!f);
1718
1718
  }, z = Yt(t), O = z.header, V = z.sidebar, k = z.main, I = z.footer, A = /* @__PURE__ */ e.createElement("aside", { className: `${C}__sidebar` }, V), B = /* @__PURE__ */ e.createElement("aside", { className: `${C}__sidebar`, style: M }, n && /* @__PURE__ */ e.createElement(
1719
1719
  "button",
1720
1720
  {
@@ -1845,11 +1845,11 @@ const k1 = Pe(
1845
1845
  loadingText: u = "Loading results...",
1846
1846
  message: p,
1847
1847
  noResultsText: f = "No results found",
1848
- onBlur: E,
1848
+ onBlur: _,
1849
1849
  onClear: $,
1850
1850
  onFocus: g,
1851
1851
  onOptionSelect: v,
1852
- options: _,
1852
+ options: E,
1853
1853
  placeholder: b,
1854
1854
  required: C = !1,
1855
1855
  showLabel: w = !0,
@@ -1887,7 +1887,7 @@ const k1 = Pe(
1887
1887
  let j = null;
1888
1888
  r && (j = "search"), H === "error" && (j = "error"), H === "success" && (j = "success");
1889
1889
  const Z = x || p, G = (pe) => {
1890
- const he = _.find((xe) => xe.value === pe);
1890
+ const he = E.find((xe) => xe.value === pe);
1891
1891
  return he ? he.label : "";
1892
1892
  }, [T, D] = R(!1), [W, U] = R(null), [ne, Q] = R(
1893
1893
  t ? G(t) : ""
@@ -1895,14 +1895,14 @@ const k1 = Pe(
1895
1895
  open: T,
1896
1896
  onOpenChange: D,
1897
1897
  whileElementsMounted: qe
1898
- }), _e = Te(ae, { role: "listbox" }), me = Se(ae), re = pt(ae, {
1898
+ }), Ee = Te(ae, { role: "listbox" }), me = Se(ae), re = pt(ae, {
1899
1899
  listRef: de,
1900
1900
  activeIndex: W,
1901
1901
  onNavigate: U,
1902
1902
  virtual: !0,
1903
1903
  loop: !0,
1904
1904
  allowEscape: !0
1905
- }), { getReferenceProps: Y, getFloatingProps: Ee, getItemProps: He } = Oe([_e, me, re]), { isMounted: le, styles: ce } = Qe(ae, {
1905
+ }), { getReferenceProps: Y, getFloatingProps: _e, getItemProps: He } = Oe([Ee, me, re]), { isMounted: le, styles: ce } = Qe(ae, {
1906
1906
  duration: {
1907
1907
  open: 300,
1908
1908
  close: 150
@@ -1925,7 +1925,7 @@ const k1 = Pe(
1925
1925
  let he = pe.target.value;
1926
1926
  he.length > 0 && (he = he.trimStart()), Q(he), he ? (U(null), D(!0)) : D(!1);
1927
1927
  }, ve = (pe) => {
1928
- E && g(pe);
1928
+ _ && g(pe);
1929
1929
  }, Ze = (pe) => {
1930
1930
  g && g(pe);
1931
1931
  }, ft = (pe) => {
@@ -1941,7 +1941,7 @@ const k1 = Pe(
1941
1941
  };
1942
1942
  });
1943
1943
  ie(() => {
1944
- const pe = It(_).filter(
1944
+ const pe = It(E).filter(
1945
1945
  (he) => {
1946
1946
  const xe = he.searchIndex.map(
1947
1947
  (Re) => Re.toLowerCase()
@@ -1950,7 +1950,7 @@ const k1 = Pe(
1950
1950
  }
1951
1951
  );
1952
1952
  J(pe);
1953
- }, [ne, m, _]);
1953
+ }, [ne, m, E]);
1954
1954
  const tt = be.map((pe, he) => {
1955
1955
  const { label: xe, value: De, optionDisplay: Re } = pe;
1956
1956
  return /* @__PURE__ */ e.createElement(
@@ -2071,7 +2071,7 @@ const k1 = Pe(
2071
2071
  y({
2072
2072
  ref: ee.setFloating,
2073
2073
  className: `${k}__dropdown`
2074
- }, Ee({
2074
+ }, _e({
2075
2075
  style: {
2076
2076
  zIndex: "var(--pds-z-index-dropdown)"
2077
2077
  }
@@ -2090,8 +2090,8 @@ const k1 = Pe(
2090
2090
  )
2091
2091
  );
2092
2092
  }
2093
- ), H1 = (E) => {
2094
- var $ = E, {
2093
+ ), H1 = (_) => {
2094
+ var $ = _, {
2095
2095
  disabled: t = !1,
2096
2096
  id: n,
2097
2097
  isLoading: a = !1,
@@ -2124,7 +2124,7 @@ const k1 = Pe(
2124
2124
  "horizontalOffset",
2125
2125
  "className"
2126
2126
  ]);
2127
- const [g, v] = R(!1), [_, b] = R(null), C = se(null);
2127
+ const [g, v] = R(!1), [E, b] = R(null), C = se(null);
2128
2128
  let w = !1;
2129
2129
  const x = we(je);
2130
2130
  x && (w = x.isMobile);
@@ -2170,7 +2170,7 @@ const k1 = Pe(
2170
2170
  disabled: t,
2171
2171
  hasClearButton: !1,
2172
2172
  id: `${n}-combobox`,
2173
- defaultValue: _,
2173
+ defaultValue: E,
2174
2174
  isLoading: a,
2175
2175
  label: c,
2176
2176
  labelStrings: r,
@@ -2457,7 +2457,7 @@ L1.propTypes = {
2457
2457
  };
2458
2458
  const gt = Pe(
2459
2459
  (v, g) => {
2460
- var _ = v, {
2460
+ var E = v, {
2461
2461
  children: t,
2462
2462
  decorator: n,
2463
2463
  disabled: a = !1,
@@ -2472,8 +2472,8 @@ const gt = Pe(
2472
2472
  required: u = !1,
2473
2473
  showLabel: p = !0,
2474
2474
  validationState: f,
2475
- className: E
2476
- } = _, $ = S(_, [
2475
+ className: _
2476
+ } = E, $ = S(E, [
2477
2477
  "children",
2478
2478
  "decorator",
2479
2479
  "disabled",
@@ -2518,7 +2518,7 @@ const gt = Pe(
2518
2518
  z,
2519
2519
  H,
2520
2520
  M,
2521
- E
2521
+ _
2522
2522
  ].join(" ").trim().replace(/\s+/g, " "),
2523
2523
  ref: g,
2524
2524
  style: V
@@ -2634,21 +2634,21 @@ const mt = (u) => {
2634
2634
  "variant",
2635
2635
  "className"
2636
2636
  ]);
2637
- const f = "pds-icon-button", E = i !== "md" ? `${f}--${i}` : null, $ = m !== "standard" ? `${f}--${m}` : null, g = {
2637
+ const f = "pds-icon-button", _ = i !== "md" ? `${f}--${i}` : null, $ = m !== "standard" ? `${f}--${m}` : null, g = {
2638
2638
  fadeOut: `${f}--fadeOut`,
2639
2639
  hide: `${f}--hide`,
2640
2640
  scaleIn: `${f}--scaleIn`
2641
2641
  };
2642
- let v, _;
2642
+ let v, E;
2643
2643
  switch (i) {
2644
2644
  case "sm":
2645
- _ = "md", v = 8;
2645
+ E = "md", v = 8;
2646
2646
  break;
2647
2647
  case "md":
2648
- _ = "md", v = 10;
2648
+ E = "md", v = 10;
2649
2649
  break;
2650
2650
  case "lg":
2651
- _ = "xl", v = 12;
2651
+ E = "xl", v = 12;
2652
2652
  }
2653
2653
  const b = o !== null, C = se(null), w = se(null), x = () => {
2654
2654
  C.current.classList.add(g.fadeOut), C.current.classList.add(g.hide), w.current.classList.remove(g.hide), w.current.classList.add(g.scaleIn), setTimeout(() => {
@@ -2663,7 +2663,7 @@ const mt = (u) => {
2663
2663
  P,
2664
2664
  {
2665
2665
  iconName: r,
2666
- iconSize: _,
2666
+ iconSize: E,
2667
2667
  className: `${f}__icon`
2668
2668
  }
2669
2669
  )), /* @__PURE__ */ e.createElement(
@@ -2676,7 +2676,7 @@ const mt = (u) => {
2676
2676
  P,
2677
2677
  {
2678
2678
  iconName: o,
2679
- iconSize: _,
2679
+ iconSize: E,
2680
2680
  className: `${f}__icon`
2681
2681
  }
2682
2682
  )
@@ -2684,7 +2684,7 @@ const mt = (u) => {
2684
2684
  P,
2685
2685
  {
2686
2686
  iconName: r,
2687
- iconSize: _,
2687
+ iconSize: E,
2688
2688
  className: `${f}__icon`
2689
2689
  }
2690
2690
  ));
@@ -2692,7 +2692,7 @@ const mt = (u) => {
2692
2692
  "button",
2693
2693
  y({
2694
2694
  "aria-label": t,
2695
- className: [f, E, $, d].join(" ").trim().replace(/\s+/g, " "),
2695
+ className: [f, _, $, d].join(" ").trim().replace(/\s+/g, " "),
2696
2696
  disabled: a,
2697
2697
  onClick: H,
2698
2698
  type: n,
@@ -2726,7 +2726,7 @@ const x1 = ($) => {
2726
2726
  showLabel: u = !0,
2727
2727
  validationFunction: p,
2728
2728
  className: f
2729
- } = g, E = S(g, [
2729
+ } = g, _ = S(g, [
2730
2730
  "accept",
2731
2731
  "chooseFileLabel",
2732
2732
  "clearButtonLabel",
@@ -2742,7 +2742,7 @@ const x1 = ($) => {
2742
2742
  "validationFunction",
2743
2743
  "className"
2744
2744
  ]);
2745
- const [v, _] = R(!1), [b, C] = R(), [w, x] = R(null), H = "pds-file-upload", M = v ? `${H}--has-value` : null;
2745
+ const [v, E] = R(!1), [b, C] = R(), [w, x] = R(null), H = "pds-file-upload", M = v ? `${H}--has-value` : null;
2746
2746
  let N = null;
2747
2747
  w === "error" && (N = "error"), w === "success" && (N = "success");
2748
2748
  const L = () => {
@@ -2752,10 +2752,10 @@ const x1 = ($) => {
2752
2752
  const I = p(k.target.files) || {};
2753
2753
  L(), I.error && x("error"), I.success && x("success"), C(I.message);
2754
2754
  }
2755
- d && d(k.target.files), k.target.files.length > 0 ? _(!0) : _(!1);
2755
+ d && d(k.target.files), k.target.files.length > 0 ? E(!0) : E(!1);
2756
2756
  }, O = () => {
2757
2757
  const k = document.getElementById(o);
2758
- k.value = "", _(!1), L();
2758
+ k.value = "", E(!1), L();
2759
2759
  }, V = b || i;
2760
2760
  return /* @__PURE__ */ e.createElement(
2761
2761
  gt,
@@ -2771,7 +2771,7 @@ const x1 = ($) => {
2771
2771
  required: h,
2772
2772
  showLabel: u,
2773
2773
  validationState: w
2774
- }, E),
2774
+ }, _),
2775
2775
  /* @__PURE__ */ e.createElement(
2776
2776
  "label",
2777
2777
  {
@@ -2969,8 +2969,8 @@ I1.propTypes = {
2969
2969
  */
2970
2970
  className: s.string
2971
2971
  };
2972
- const S1 = new Intl.NumberFormat().formatToParts(100000089e-2), Tt = S1.find((t) => t.type === "decimal").value, Ot = 16, ls = 10, T1 = (E) => {
2973
- var $ = E, {
2972
+ const S1 = new Intl.NumberFormat().formatToParts(100000089e-2), Tt = S1.find((t) => t.type === "decimal").value, Ot = 16, ls = 10, T1 = (_) => {
2973
+ var $ = _, {
2974
2974
  disabled: t = !1,
2975
2975
  formatting: n,
2976
2976
  hasClearButton: a = !1,
@@ -2999,7 +2999,7 @@ const S1 = new Intl.NumberFormat().formatToParts(100000089e-2), Tt = S1.find((t)
2999
2999
  "validationFunction",
3000
3000
  "className"
3001
3001
  ]);
3002
- const g = "pds-input-formatted", v = n ? `${g}--${n}` : null, _ = se([
3002
+ const g = "pds-input-formatted", v = n ? `${g}--${n}` : null, E = se([
3003
3003
  "pds-input-field",
3004
3004
  g,
3005
3005
  v,
@@ -3016,11 +3016,11 @@ const S1 = new Intl.NumberFormat().formatToParts(100000089e-2), Tt = S1.find((t)
3016
3016
  }
3017
3017
  }, []);
3018
3018
  const O = () => {
3019
- _.current = _.current.filter(
3019
+ E.current = E.current.filter(
3020
3020
  (T) => T !== $e.required && T !== $e.disabled
3021
3021
  );
3022
3022
  }, V = () => {
3023
- _.current = _.current.filter(
3023
+ E.current = E.current.filter(
3024
3024
  (T) => T !== $e.error && T !== $e.success
3025
3025
  );
3026
3026
  }, k = () => {
@@ -3033,17 +3033,17 @@ const S1 = new Intl.NumberFormat().formatToParts(100000089e-2), Tt = S1.find((t)
3033
3033
  }, A = (T) => {
3034
3034
  C(Z(T.target.value)), k(), I(T.target.value);
3035
3035
  }, B = () => {
3036
- M("error"), _.current.push($e.error);
3036
+ M("error"), E.current.push($e.error);
3037
3037
  }, F = (T) => {
3038
3038
  if (u) {
3039
3039
  const D = u(T.target.value) || {};
3040
- k(), D.error && B(), D.success && (M("success"), _.current.push($e.success)), x(D.message);
3040
+ k(), D.error && B(), D.success && (M("success"), E.current.push($e.success)), x(D.message);
3041
3041
  } else
3042
3042
  N.current.checkValidity() === !1 || T.target.value.length < z.current + z.numExtra ? (B(), n === "credit-card" && x(
3043
3043
  `Credit card number must have at least ${z.current} digits.`
3044
3044
  ), n === "phone" && x(
3045
3045
  `Phone number must have at least ${z.current} digits.`
3046
- )) : (n === "credit-card" || n === "phone") && (M("success"), _.current.push($e.success));
3046
+ )) : (n === "credit-card" || n === "phone") && (M("success"), E.current.push($e.success));
3047
3047
  I(T.target.value);
3048
3048
  }, j = () => {
3049
3049
  k(), C(""), L.current = "", N.current.focus(), I("");
@@ -3085,9 +3085,9 @@ const S1 = new Intl.NumberFormat().formatToParts(100000089e-2), Tt = S1.find((t)
3085
3085
  }
3086
3086
  return T;
3087
3087
  };
3088
- O(), d && !t && _.current.push($e.required), t && _.current.push($e.disabled);
3088
+ O(), d && !t && E.current.push($e.required), t && E.current.push($e.disabled);
3089
3089
  let G = null;
3090
- return H === "error" && (G = /* @__PURE__ */ e.createElement(ot, { type: "error" })), H === "success" && (G = /* @__PURE__ */ e.createElement(ot, { type: "success" })), /* @__PURE__ */ e.createElement("div", y({ className: _.current.join(" ").trim() }, f), /* @__PURE__ */ e.createElement("span", { className: h ? null : "visually-hidden" }, /* @__PURE__ */ e.createElement("label", { className: "pds-input-label", htmlFor: c }, o)), /* @__PURE__ */ e.createElement("div", { className: "pds-input-field__input-wrapper" }, G && /* @__PURE__ */ e.createElement("div", { className: "pds-input-field__decorators" }, G), /* @__PURE__ */ e.createElement(
3090
+ return H === "error" && (G = /* @__PURE__ */ e.createElement(ot, { type: "error" })), H === "success" && (G = /* @__PURE__ */ e.createElement(ot, { type: "success" })), /* @__PURE__ */ e.createElement("div", y({ className: E.current.join(" ").trim() }, f), /* @__PURE__ */ e.createElement("span", { className: h ? null : "visually-hidden" }, /* @__PURE__ */ e.createElement("label", { className: "pds-input-label", htmlFor: c }, o)), /* @__PURE__ */ e.createElement("div", { className: "pds-input-field__input-wrapper" }, G && /* @__PURE__ */ e.createElement("div", { className: "pds-input-field__decorators" }, G), /* @__PURE__ */ e.createElement(
3091
3091
  "input",
3092
3092
  {
3093
3093
  className: "pds-input-field__input",
@@ -3198,7 +3198,7 @@ T1.propTypes = {
3198
3198
  className: s.string
3199
3199
  };
3200
3200
  const O1 = (f) => {
3201
- var E = f, {
3201
+ var _ = f, {
3202
3202
  counterFunction: t = () => {
3203
3203
  },
3204
3204
  disabled: n = !1,
@@ -3212,7 +3212,7 @@ const O1 = (f) => {
3212
3212
  showLabel: d = !0,
3213
3213
  validationFunction: h,
3214
3214
  className: u
3215
- } = E, p = S(E, [
3215
+ } = _, p = S(_, [
3216
3216
  "counterFunction",
3217
3217
  "disabled",
3218
3218
  "hasClearButton",
@@ -3226,7 +3226,7 @@ const O1 = (f) => {
3226
3226
  "validationFunction",
3227
3227
  "className"
3228
3228
  ]);
3229
- const $ = "pds-input-obscured", g = se(["pds-input-field", $, u]), [v, _] = R(r), [b, C] = R(t("")), [w, x] = R(), [H, M] = R(null), [N, L] = R(!1), z = se(null), O = se(null);
3229
+ const $ = "pds-input-obscured", g = se(["pds-input-field", $, u]), [v, E] = R(r), [b, C] = R(t("")), [w, x] = R(), [H, M] = R(null), [N, L] = R(!1), z = se(null), O = se(null);
3230
3230
  ie(() => {
3231
3231
  r && t && C(t(r));
3232
3232
  }, []);
@@ -3241,7 +3241,7 @@ const O1 = (f) => {
3241
3241
  }, I = () => {
3242
3242
  k(), x(""), M(null);
3243
3243
  }, A = (T) => {
3244
- _(T.target.value), I(), t && C(t(T.target.value)), i && i(T.target.value);
3244
+ E(T.target.value), I(), t && C(t(T.target.value)), i && i(T.target.value);
3245
3245
  }, B = (T) => {
3246
3246
  if (L(!1), h) {
3247
3247
  const D = h(T.target.value) || {};
@@ -3249,7 +3249,7 @@ const O1 = (f) => {
3249
3249
  }
3250
3250
  i && i(v);
3251
3251
  }, F = () => {
3252
- I(), _(""), O.current.value = null, O.current.focus(), t && C(t("")), i && i("");
3252
+ I(), E(""), O.current.value = null, O.current.focus(), t && C(t("")), i && i("");
3253
3253
  }, j = () => {
3254
3254
  L((T) => !T);
3255
3255
  }, Z = (T) => {
@@ -3415,11 +3415,11 @@ const Dt = 16, cs = 10, D1 = (N) => {
3415
3415
  onChange: u,
3416
3416
  onFocus: p,
3417
3417
  placeholder: f,
3418
- readonly: E = !1,
3418
+ readonly: _ = !1,
3419
3419
  required: $ = !1,
3420
3420
  showLabel: g = !0,
3421
3421
  specialFormatting: v,
3422
- specialFormattingValidation: _ = !1,
3422
+ specialFormattingValidation: E = !1,
3423
3423
  toggleVisibility: b = !1,
3424
3424
  type: C = "text",
3425
3425
  validationFunction: w,
@@ -3456,7 +3456,7 @@ const Dt = 16, cs = 10, D1 = (N) => {
3456
3456
  ]);
3457
3457
  const [z, O] = R(l), [V, k] = R(n("")), [I, A] = R(), [B, F] = R(null), [j, Z] = R(!1), G = se(null), T = se(null), D = se(null), W = se(null), U = "pds-input-text", ne = v ? `${U}--${v}` : null;
3458
3458
  let Q = null;
3459
- C === "search" && (Q = "search"), B === "error" && (Q = "error"), B === "success" && (Q = "success"), v && _ && ie(() => {
3459
+ C === "search" && (Q = "search"), B === "error" && (Q = "error"), B === "success" && (Q = "success"), v && E && ie(() => {
3460
3460
  switch (l && O(J(l)), W.numExtra = "", v) {
3461
3461
  case "credit-card":
3462
3462
  W.numExtra = 3, W.current = Dt;
@@ -3507,14 +3507,14 @@ const Dt = 16, cs = 10, D1 = (N) => {
3507
3507
  p && p(le.target);
3508
3508
  }, ee = (le) => {
3509
3509
  v ? u && u({ formattedValue: le, rawValue: D.current }) : u && u(le);
3510
- }, _e = (le) => {
3510
+ }, Ee = (le) => {
3511
3511
  O(v ? J(le.target.value) : le.target.value), de(), n && k(n(v ? D.current : le.target.value)), ee(le.target.value);
3512
3512
  }, me = (le) => {
3513
3513
  if (b && Z(!1), w) {
3514
3514
  const ce = w(le.target.value) || {};
3515
3515
  de(), ce.error && F("error"), ce.success && F("success"), A(ce.message);
3516
3516
  }
3517
- v && _ && !w && (G.current.checkValidity() === !1 || le.target.value.length < be ? (F("error"), v === "credit-card" && A(x.creditCardError), v === "phone" && A(x.phoneError)) : F("success")), ee(le.target.value);
3517
+ v && E && !w && (G.current.checkValidity() === !1 || le.target.value.length < be ? (F("error"), v === "credit-card" && A(x.creditCardError), v === "phone" && A(x.phoneError)) : F("success")), ee(le.target.value);
3518
3518
  }, re = (le) => {
3519
3519
  var ce;
3520
3520
  (!((ce = T.current) != null && ce.contains(le.relatedTarget)) || !le.relatedTarget) && Z(!1);
@@ -3531,7 +3531,7 @@ const Dt = 16, cs = 10, D1 = (N) => {
3531
3531
  };
3532
3532
  }
3533
3533
  }, []);
3534
- const Ee = () => {
3534
+ const _e = () => {
3535
3535
  Z((le) => !le);
3536
3536
  };
3537
3537
  b && C === "password" && (j ? M.type = "text" : M.type = "password"), v === "phone" && (M.type = "tel");
@@ -3549,7 +3549,7 @@ const Dt = 16, cs = 10, D1 = (N) => {
3549
3549
  message: He,
3550
3550
  onBlur: re,
3551
3551
  ref: T,
3552
- readonly: E,
3552
+ readonly: _,
3553
3553
  required: $,
3554
3554
  showLabel: g,
3555
3555
  validationState: B
@@ -3564,11 +3564,11 @@ const Dt = 16, cs = 10, D1 = (N) => {
3564
3564
  name: o,
3565
3565
  placeholder: f,
3566
3566
  required: $,
3567
- readOnly: E,
3567
+ readOnly: _,
3568
3568
  disabled: a,
3569
3569
  value: z,
3570
3570
  onBlur: me,
3571
- onChange: _e,
3571
+ onChange: Ee,
3572
3572
  onFocus: ae,
3573
3573
  ref: G,
3574
3574
  "aria-invalid": B === "error",
@@ -3594,7 +3594,7 @@ const Dt = 16, cs = 10, D1 = (N) => {
3594
3594
  className: "pds-input__visibility-toggle",
3595
3595
  title: j ? d.visibilityToggleHide : d.visibilityToggleShow,
3596
3596
  "aria-controls": o,
3597
- onClick: Ee,
3597
+ onClick: _e,
3598
3598
  onMouseDown: (le) => le.preventDefault()
3599
3599
  },
3600
3600
  /* @__PURE__ */ e.createElement(P, { iconName: j ? "eyeSlash" : "eye" })
@@ -3792,7 +3792,7 @@ const rs = [
3792
3792
  "g11",
3793
3793
  "g12"
3794
3794
  ], A1 = (t) => {
3795
- const n = parseInt(Es(t), 16);
3795
+ const n = parseInt(_s(t), 16);
3796
3796
  return rs[n % rs.length];
3797
3797
  }, ut = (l) => {
3798
3798
  var i = l, {
@@ -3821,7 +3821,7 @@ const rs = [
3821
3821
  className: `${m}__image`,
3822
3822
  alt: ""
3823
3823
  }
3824
- ) : /* @__PURE__ */ e.createElement("span", { style: p }), E = /* @__PURE__ */ e.createElement("span", { className: `${m}__content` }, f), $ = Fe(a) ? Ke(
3824
+ ) : /* @__PURE__ */ e.createElement("span", { style: p }), _ = /* @__PURE__ */ e.createElement("span", { className: `${m}__content` }, f), $ = Fe(a) ? Ke(
3825
3825
  a,
3826
3826
  fe(y({}, a.props), {
3827
3827
  className: `${m}__content ${m}__content--link`
@@ -3833,7 +3833,7 @@ const rs = [
3833
3833
  y({
3834
3834
  className: K([m, d, h, r])
3835
3835
  }, o),
3836
- a ? $ : E
3836
+ a ? $ : _
3837
3837
  );
3838
3838
  }, Rt = (t) => t.isSeparator, At = (t) => t.isHeading, Pt = (t) => t.isLink, P1 = (t) => t.isNode, Is = (g) => {
3839
3839
  var v = g, {
@@ -3851,7 +3851,7 @@ const rs = [
3851
3851
  undefinedLabel: u = "Unlabeled group",
3852
3852
  variant: p = "primary",
3853
3853
  withinNavbar: f,
3854
- className: E
3854
+ className: _
3855
3855
  } = v, $ = S(v, [
3856
3856
  "avatarImageSrc",
3857
3857
  "disabled",
@@ -3870,7 +3870,7 @@ const rs = [
3870
3870
  "className"
3871
3871
  ]);
3872
3872
  const {
3873
- x: _,
3873
+ x: E,
3874
3874
  y: b,
3875
3875
  reference: C,
3876
3876
  floating: w,
@@ -3885,7 +3885,7 @@ const rs = [
3885
3885
  let L = !1;
3886
3886
  const z = we(je);
3887
3887
  z && (L = z.isMobile);
3888
- const O = f && L, V = 'data:image/svg+xml,<svg width="25" height="25" viewBox="0 0 25 25" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="12.5" cy="12.5" r="12.5" fill="%23CFCFD3"/><path d="M12.5 11.75C11.2422 11.75 10.0938 11.0938 9.46484 10C8.83594 8.93359 8.83594 7.59375 9.46484 6.5C10.0938 5.43359 11.2422 4.75 12.5 4.75C13.7305 4.75 14.8789 5.43359 15.5078 6.5C16.1367 7.59375 16.1367 8.93359 15.5078 10C14.8789 11.0938 13.7305 11.75 12.5 11.75ZM11.2422 13.0625H13.7305C16.4375 13.0625 18.625 15.25 18.625 17.957C18.625 18.3945 18.2422 18.75 17.8047 18.75H7.16797C6.73047 18.75 6.375 18.3945 6.375 17.957C6.375 15.25 8.53516 13.0625 11.2422 13.0625Z" fill="%2323232D"/></svg>', k = "pds-menu-button", I = O ? `${k}--isMobile` : null, A = f ? `${k}--navbar` : null, B = We(), [F] = R(`menu-button-${B}`), [j] = R(`menu-listbox-${B}`), Z = r || F, G = N.floating, T = se(null), [D, W] = R(!1), [U, ne] = R(!1), [Q, be] = R(""), [J, de] = R(0), ae = se([]), ee = se([]), _e = se([]);
3888
+ const O = f && L, V = 'data:image/svg+xml,<svg width="25" height="25" viewBox="0 0 25 25" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="12.5" cy="12.5" r="12.5" fill="%23CFCFD3"/><path d="M12.5 11.75C11.2422 11.75 10.0938 11.0938 9.46484 10C8.83594 8.93359 8.83594 7.59375 9.46484 6.5C10.0938 5.43359 11.2422 4.75 12.5 4.75C13.7305 4.75 14.8789 5.43359 15.5078 6.5C16.1367 7.59375 16.1367 8.93359 15.5078 10C14.8789 11.0938 13.7305 11.75 12.5 11.75ZM11.2422 13.0625H13.7305C16.4375 13.0625 18.625 15.25 18.625 17.957C18.625 18.3945 18.2422 18.75 17.8047 18.75H7.16797C6.73047 18.75 6.375 18.3945 6.375 17.957C6.375 15.25 8.53516 13.0625 11.2422 13.0625Z" fill="%2323232D"/></svg>', k = "pds-menu-button", I = O ? `${k}--isMobile` : null, A = f ? `${k}--navbar` : null, B = We(), [F] = R(`menu-button-${B}`), [j] = R(`menu-listbox-${B}`), Z = r || F, G = N.floating, T = se(null), [D, W] = R(!1), [U, ne] = R(!1), [Q, be] = R(""), [J, de] = R(0), ae = se([]), ee = se([]), Ee = se([]);
3889
3889
  Qs(() => {
3890
3890
  window.addEventListener("mousedown", ve, !0), H();
3891
3891
  const q = G.current;
@@ -3901,23 +3901,23 @@ const rs = [
3901
3901
  W(!0), ne(!0);
3902
3902
  }, Y = () => {
3903
3903
  W(!1), me(void 0, -1), T.current.querySelector(`#${Z}`).focus();
3904
- }, Ee = (q) => {
3904
+ }, _e = (q) => {
3905
3905
  q = q.toLowerCase();
3906
3906
  let oe = !1;
3907
- for (let X = J + 1; X < _e.current.length; X++)
3908
- if (_e.current[X].label.toLowerCase().startsWith(q)) {
3907
+ for (let X = J + 1; X < Ee.current.length; X++)
3908
+ if (Ee.current[X].label.toLowerCase().startsWith(q)) {
3909
3909
  me(ee.current[X], X), oe = !0;
3910
3910
  break;
3911
3911
  }
3912
3912
  if (oe === !1) {
3913
3913
  for (let X = 0; X < J; X++)
3914
- if (_e.current[X].label.toLowerCase().startsWith(q)) {
3914
+ if (Ee.current[X].label.toLowerCase().startsWith(q)) {
3915
3915
  me(ee.current[X], X);
3916
3916
  break;
3917
3917
  }
3918
3918
  }
3919
3919
  }, He = (q) => {
3920
- const oe = ee.current.indexOf(q), X = _e.current[oe];
3920
+ const oe = ee.current.indexOf(q), X = Ee.current[oe];
3921
3921
  if (X.callback && !X.disabled && X.callback(X), X.linkContent && !X.disabled) {
3922
3922
  const ge = T.current.querySelector(`#${q} a`);
3923
3923
  ge && ge.click();
@@ -3957,7 +3957,7 @@ const rs = [
3957
3957
  }
3958
3958
  if (!(q.ctrlKey || q.altKey || q.metaKey)) {
3959
3959
  if (q.shiftKey)
3960
- Ne(oe) && (Ee(oe), X = !0), q.key === "Tab" && (Y(), X = !0);
3960
+ Ne(oe) && (_e(oe), X = !0), q.key === "Tab" && (Y(), X = !0);
3961
3961
  else
3962
3962
  switch (oe) {
3963
3963
  case " ":
@@ -3990,7 +3990,7 @@ const rs = [
3990
3990
  Y();
3991
3991
  break;
3992
3992
  default:
3993
- Ne(oe) && (Ee(oe), X = !0);
3993
+ Ne(oe) && (_e(oe), X = !0);
3994
3994
  break;
3995
3995
  }
3996
3996
  X && (q.stopPropagation(), q.preventDefault());
@@ -4015,9 +4015,9 @@ const rs = [
4015
4015
  if (P1(q))
4016
4016
  return /* @__PURE__ */ e.createElement("li", { role: "presentation", key: Ve }, q.nodeContent);
4017
4017
  if (Pt(q) || q.label) {
4018
- ee.current.push(Ve), _e.current.push(q);
4019
- let _t = !1;
4020
- Q !== "" && !q.disabled && (_t = Q === Ve);
4018
+ ee.current.push(Ve), Ee.current.push(q);
4019
+ let Et = !1;
4020
+ Q !== "" && !q.disabled && (Et = Q === Ve);
4021
4021
  let Me;
4022
4022
  if (q.label && (Me = [q.label]), Pt(q) && (Me = [q.linkContent.props.children]), q.iconName) {
4023
4023
  const at = /* @__PURE__ */ e.createElement(P, { key: `icon-${B}`, iconName: q.iconName, iconSize: "md" });
@@ -4037,7 +4037,7 @@ const rs = [
4037
4037
  id: Ve,
4038
4038
  key: Ve,
4039
4039
  "data-testid": q.testId,
4040
- className: _t ? `${k}__item-focused` : null,
4040
+ className: Et ? `${k}__item-focused` : null,
4041
4041
  role: "menuitem",
4042
4042
  tabIndex: -1,
4043
4043
  onClick: Le,
@@ -4053,7 +4053,7 @@ const rs = [
4053
4053
  Ne !== ge ? (ue.push(Ne), Ce + 1 === q.length && X.push(ue)) : (X.push(ue), ue = [], ue.push(Ne), ge = oe.shift());
4054
4054
  }), X.filter((Ne) => Ne.length > 0);
4055
4055
  }, It = (q) => {
4056
- ee.current = [], _e.current = [];
4056
+ ee.current = [], Ee.current = [];
4057
4057
  const oe = q, X = q.filter(
4058
4058
  At || Rt
4059
4059
  ), ge = X.length > 0;
@@ -4066,7 +4066,7 @@ const rs = [
4066
4066
  let Ce = ae.current[0];
4067
4067
  const Ve = Ne[0].findIndex(
4068
4068
  (Me) => !Rt(Me) && !At(Me)
4069
- ), _t = `${Z}-group-${Ce}-item-${Ve + 1}`;
4069
+ ), Et = `${Z}-group-${Ce}-item-${Ve + 1}`;
4070
4070
  return /* @__PURE__ */ e.createElement(
4071
4071
  "div",
4072
4072
  {
@@ -4075,13 +4075,13 @@ const rs = [
4075
4075
  role: "menu",
4076
4076
  tabIndex: -1,
4077
4077
  "aria-labelledby": Z,
4078
- "aria-activedescendant": Q !== "" ? Q : _t,
4078
+ "aria-activedescendant": Q !== "" ? Q : Et,
4079
4079
  style: {
4080
4080
  visibility: D ? "visible" : "hidden",
4081
4081
  opacity: D ? "1" : "0",
4082
4082
  transition: "opacity 300ms ease-in-out 0s",
4083
4083
  position: x,
4084
- transform: `translate(${Math.round(_)}px,${Math.round(b)}px)`,
4084
+ transform: `translate(${Math.round(E)}px,${Math.round(b)}px)`,
4085
4085
  zIndex: "var(--pds-z-index-dropdown)"
4086
4086
  },
4087
4087
  onKeyDown: ze,
@@ -4123,7 +4123,7 @@ const rs = [
4123
4123
  opacity: D ? "1" : "0",
4124
4124
  transition: "opacity 300ms ease-in-out 0s",
4125
4125
  position: x,
4126
- transform: `translate(${Math.round(_)}px,${Math.round(b)}px)`
4126
+ transform: `translate(${Math.round(E)}px,${Math.round(b)}px)`
4127
4127
  },
4128
4128
  onKeyDown: ze,
4129
4129
  ref: w
@@ -4236,7 +4236,7 @@ const rs = [
4236
4236
  return /* @__PURE__ */ e.createElement(
4237
4237
  "span",
4238
4238
  y({
4239
- className: [k, A, I, bt, E].join(" ").trim().replace(/\s+/g, " "),
4239
+ className: [k, A, I, bt, _].join(" ").trim().replace(/\s+/g, " "),
4240
4240
  "data-testid": h,
4241
4241
  ref: T
4242
4242
  }, $),
@@ -4282,10 +4282,10 @@ Is.propTypes = {
4282
4282
  */
4283
4283
  menuItems: s.arrayOf(
4284
4284
  s.oneOfType([
4285
- _1,
4285
+ E1,
4286
4286
  ws,
4287
4287
  Ns,
4288
- E1,
4288
+ _1,
4289
4289
  v1
4290
4290
  ])
4291
4291
  ),
@@ -4330,7 +4330,7 @@ const Ss = ({ items: t, label: n, mobileMenuMaxWidth: a = 640 }) => {
4330
4330
  open: c,
4331
4331
  onOpenChange: r,
4332
4332
  whileElementsMounted: qe
4333
- }), p = Je(u, { event: "mousedown" }), f = Se(u), E = Te(u, { role: "menu" });
4333
+ }), p = Je(u, { event: "mousedown" }), f = Se(u), _ = Te(u, { role: "menu" });
4334
4334
  let $;
4335
4335
  m ? $ = vt(u, {
4336
4336
  enabled: !1
@@ -4344,10 +4344,10 @@ const Ss = ({ items: t, label: n, mobileMenuMaxWidth: a = 640 }) => {
4344
4344
  });
4345
4345
  const { getReferenceProps: g, getFloatingProps: v } = Oe([
4346
4346
  f,
4347
- E,
4347
+ _,
4348
4348
  p,
4349
4349
  $
4350
- ]), _ = (b) => !!(b.isActive || b.linkContent && b.linkContent.props.className && b.linkContent.props.className.includes("pds-isActive"));
4350
+ ]), E = (b) => !!(b.isActive || b.linkContent && b.linkContent.props.className && b.linkContent.props.className.includes("pds-isActive"));
4351
4351
  return /* @__PURE__ */ e.createElement(e.Fragment, null, /* @__PURE__ */ e.createElement(
4352
4352
  "button",
4353
4353
  y({
@@ -4367,7 +4367,7 @@ const Ss = ({ items: t, label: n, mobileMenuMaxWidth: a = 640 }) => {
4367
4367
  {
4368
4368
  key: C,
4369
4369
  role: b.isSeparator ? "separator" : "menuitem",
4370
- className: `${d}__item ${b.isSeparator ? `${d}__dropdown--separator` : `${d}__item--second-level`} ${_(b) ? `${d}__item--active` : null}`
4370
+ className: `${d}__item ${b.isSeparator ? `${d}__dropdown--separator` : `${d}__item--second-level`} ${E(b) ? `${d}__item--active` : null}`
4371
4371
  },
4372
4372
  !b.isSeparator && b.linkContent
4373
4373
  ))
@@ -4392,21 +4392,21 @@ const q1 = (l) => {
4392
4392
  "mobileMenuMaxWidth",
4393
4393
  "className"
4394
4394
  ]);
4395
- const [m, d] = R(1025), [h, u] = R(null), [p, f] = R(-1), [E, $] = R(null), [g, v] = R({
4395
+ const [m, d] = R(1025), [h, u] = R(null), [p, f] = R(-1), [_, $] = R(null), [g, v] = R({
4396
4396
  containerChildren: []
4397
4397
  });
4398
- ie(() => (d(window.innerWidth), window.addEventListener("resize", _), () => {
4399
- window.removeEventListener("resize", _);
4398
+ ie(() => (d(window.innerWidth), window.addEventListener("resize", E), () => {
4399
+ window.removeEventListener("resize", E);
4400
4400
  }), []);
4401
- const _ = () => {
4401
+ const E = () => {
4402
4402
  d(window.innerWidth);
4403
4403
  }, b = m <= c;
4404
4404
  ie(() => {
4405
4405
  g.containerChildren[h] && (g.containerChildren[h].classList.contains(
4406
4406
  "pds-nav-menu__dropdown--separator"
4407
- ) && E == "down" ? u(h + 1) : g.containerChildren[h].classList.contains(
4407
+ ) && _ == "down" ? u(h + 1) : g.containerChildren[h].classList.contains(
4408
4408
  "pds-nav-menu__dropdown--separator"
4409
- ) && E == "up" ? u(h - 1) : g.containerChildren[h].children[0].focus());
4409
+ ) && _ == "up" ? u(h - 1) : g.containerChildren[h].children[0].focus());
4410
4410
  }, [h]), ie(() => {
4411
4411
  p != -1 && (H.current[p].children[0].blur(), H.current[p].children[0].focus({
4412
4412
  focusVisible: !0
@@ -4876,12 +4876,12 @@ const qt = {
4876
4876
  ),
4877
4877
  o && /* @__PURE__ */ e.createElement("div", { className: `${u}__summary` }, o)
4878
4878
  ),
4879
- r && r.length <= 2 && /* @__PURE__ */ e.createElement("div", { className: `${u}__links` }, r.map((f, E) => {
4879
+ r && r.length <= 2 && /* @__PURE__ */ e.createElement("div", { className: `${u}__links` }, r.map((f, _) => {
4880
4880
  const $ = f.type;
4881
4881
  return /* @__PURE__ */ e.createElement(
4882
4882
  $,
4883
4883
  y({
4884
- key: E,
4884
+ key: _,
4885
4885
  className: `${u}__link`
4886
4886
  }, f.props),
4887
4887
  f.props.children,
@@ -4991,7 +4991,7 @@ Os.propTypes = {
4991
4991
  headingId: s.string
4992
4992
  };
4993
4993
  const Ds = (v) => {
4994
- var _ = v, {
4994
+ var E = v, {
4995
4995
  defaultValue: t,
4996
4996
  disabled: n,
4997
4997
  id: a,
@@ -5009,9 +5009,9 @@ const Ds = (v) => {
5009
5009
  required: u = !1,
5010
5010
  showLabel: p = !0,
5011
5011
  validationMessage: f,
5012
- validationStatus: E,
5012
+ validationStatus: _,
5013
5013
  className: $
5014
- } = _, g = S(_, [
5014
+ } = E, g = S(E, [
5015
5015
  "defaultValue",
5016
5016
  "disabled",
5017
5017
  "id",
@@ -5029,12 +5029,12 @@ const Ds = (v) => {
5029
5029
  "validationStatus",
5030
5030
  "className"
5031
5031
  ]);
5032
- var _e;
5032
+ var Ee;
5033
5033
  const b = h.findIndex(
5034
5034
  (me) => me.value === t
5035
- ), [C, w] = R(!1), [x, H] = R(null), [M, N] = R(b != null ? b : null), L = "pds-select", z = n ? te.disabled : null, O = u && !n ? te.required : null, V = E === "error" ? te.error : null, k = E === "success" ? te.success : null;
5035
+ ), [C, w] = R(!1), [x, H] = R(null), [M, N] = R(b != null ? b : null), L = "pds-select", z = n ? te.disabled : null, O = u && !n ? te.required : null, V = _ === "error" ? te.error : null, k = _ === "success" ? te.success : null;
5036
5036
  let I = null;
5037
- E === "error" && (I = "error"), E === "success" && (I = "success");
5037
+ _ === "error" && (I = "error"), _ === "success" && (I = "success");
5038
5038
  const A = ht(c), B = f || l, F = se([]), { context: j, refs: Z } = Ie({
5039
5039
  open: C,
5040
5040
  onOpenChange: w,
@@ -5067,7 +5067,7 @@ const Ds = (v) => {
5067
5067
  }), de = (me) => {
5068
5068
  const re = h[me];
5069
5069
  N(me), w(!1), d && d(re);
5070
- }, ae = M !== null ? (_e = h[M]) == null ? void 0 : _e.label : void 0, ee = h.map((me, re) => /* @__PURE__ */ e.createElement(
5070
+ }, ae = M !== null ? (Ee = h[M]) == null ? void 0 : Ee.label : void 0, ee = h.map((me, re) => /* @__PURE__ */ e.createElement(
5071
5071
  Ms,
5072
5072
  y({
5073
5073
  key: re,
@@ -5145,7 +5145,7 @@ const Ds = (v) => {
5145
5145
  message: B,
5146
5146
  hasValidationMessage: !!f,
5147
5147
  validationMessageHasDecorators: !1,
5148
- validationStatus: E
5148
+ validationStatus: _
5149
5149
  }
5150
5150
  )
5151
5151
  );
@@ -5171,7 +5171,7 @@ const Ds = (v) => {
5171
5171
  o && (g.preventDefault(), o(v));
5172
5172
  },
5173
5173
  [o, l]
5174
- ), { title: u, rel: p, srText: f, icon: E, keyModifier: $ } = F1[n];
5174
+ ), { title: u, rel: p, srText: f, icon: _, keyModifier: $ } = F1[n];
5175
5175
  return /* @__PURE__ */ e.createElement(
5176
5176
  "li",
5177
5177
  y({
@@ -5188,7 +5188,7 @@ const Ds = (v) => {
5188
5188
  }
5189
5189
  },
5190
5190
  n === "right" && t ? /* @__PURE__ */ e.createElement("span", null, t) : null,
5191
- /* @__PURE__ */ e.createElement(P, { iconName: E, classes: "pds-page__icon" }),
5191
+ /* @__PURE__ */ e.createElement(P, { iconName: _, classes: "pds-page__icon" }),
5192
5192
  /* @__PURE__ */ e.createElement("span", { className: "visually-hidden" }, f),
5193
5193
  n === "left" && t ? /* @__PURE__ */ e.createElement("span", null, t) : null
5194
5194
  )
@@ -5382,8 +5382,8 @@ const U1 = (n) => {
5382
5382
  pageDirection: d,
5383
5383
  pages: h
5384
5384
  } = we(it), u = Kt(
5385
- (f, E) => {
5386
- a && (f.preventDefault(), a(E));
5385
+ (f, _) => {
5386
+ a && (f.preventDefault(), a(_));
5387
5387
  },
5388
5388
  [a, c]
5389
5389
  ), [p] = R(h);
@@ -5413,7 +5413,7 @@ const U1 = (n) => {
5413
5413
  }
5414
5414
  },
5415
5415
  "First"
5416
- )), /* @__PURE__ */ e.createElement(Xe, { direction: "left" })) : null, o.map((f, E) => /* @__PURE__ */ e.createElement("li", { key: `list-item-${E}` }, /* @__PURE__ */ e.createElement(Rs, y({ index: E, page: f }, t)))), c < m - 1 ? /* @__PURE__ */ e.createElement(e.Fragment, null, /* @__PURE__ */ e.createElement(Xe, { direction: "right" }), /* @__PURE__ */ e.createElement("li", { className: "pds-pager__item pds-pager__item--last" }, /* @__PURE__ */ e.createElement("span", { className: "visually-hidden" }, "Last Page"), /* @__PURE__ */ e.createElement(
5416
+ )), /* @__PURE__ */ e.createElement(Xe, { direction: "left" })) : null, o.map((f, _) => /* @__PURE__ */ e.createElement("li", { key: `list-item-${_}` }, /* @__PURE__ */ e.createElement(Rs, y({ index: _, page: f }, t)))), c < m - 1 ? /* @__PURE__ */ e.createElement(e.Fragment, null, /* @__PURE__ */ e.createElement(Xe, { direction: "right" }), /* @__PURE__ */ e.createElement("li", { className: "pds-pager__item pds-pager__item--last" }, /* @__PURE__ */ e.createElement("span", { className: "visually-hidden" }, "Last Page"), /* @__PURE__ */ e.createElement(
5417
5417
  "a",
5418
5418
  {
5419
5419
  href: p[p.length - 1].link,
@@ -5576,64 +5576,64 @@ const X1 = {
5576
5576
  "statusBadgeType",
5577
5577
  "className"
5578
5578
  ]);
5579
- const E = "pds-pricing-card", $ = `${E}-container`, g = a ? `${$}--with-list` : null, v = d ? `${E}--${d}` : null, _ = (k) => k.toLowerCase().replace(/\s/g, "-"), b = l && l.length > 1, [C, w] = R(
5580
- _(l[0].label)
5579
+ const _ = "pds-pricing-card", $ = `${_}-container`, g = a ? `${$}--with-list` : null, v = d ? `${_}--${d}` : null, E = (k) => k.toLowerCase().replace(/\s/g, "-"), b = l && l.length > 1, [C, w] = R(
5580
+ E(l[0].label)
5581
5581
  ), [x, H] = R(
5582
5582
  t.label
5583
5583
  );
5584
5584
  let M = null, N = null;
5585
- b || (M = /* @__PURE__ */ e.createElement("div", { className: `${E}__pricing-data` }, /* @__PURE__ */ e.createElement("div", { className: `${E}__price-line` }, /* @__PURE__ */ e.createElement("span", { className: `${E}__price` }, l[0].price), l[0].priceDetails && /* @__PURE__ */ e.createElement("span", { className: `${E}__details` }, l[0].priceDetails)), /* @__PURE__ */ e.createElement("div", { className: `${E}__savings-line` }, l[0].savingsBadgeLabel && /* @__PURE__ */ e.createElement(
5585
+ b || (M = /* @__PURE__ */ e.createElement("div", { className: `${_}__pricing-data` }, /* @__PURE__ */ e.createElement("div", { className: `${_}__price-line` }, /* @__PURE__ */ e.createElement("span", { className: `${_}__price` }, l[0].price), l[0].priceDetails && /* @__PURE__ */ e.createElement("span", { className: `${_}__details` }, l[0].priceDetails)), /* @__PURE__ */ e.createElement("div", { className: `${_}__savings-line` }, l[0].savingsBadgeLabel && /* @__PURE__ */ e.createElement(
5586
5586
  $t,
5587
5587
  {
5588
- className: `${E}__savings-badge`,
5588
+ className: `${_}__savings-badge`,
5589
5589
  color: "neutral",
5590
5590
  size: "sm",
5591
5591
  label: l[0].savingsBadgeLabel
5592
5592
  }
5593
- ), l[0].savingsDetails && /* @__PURE__ */ e.createElement("span", { className: `${E}__savings-details` }, l[0].savingsDetails))), N = /* @__PURE__ */ e.createElement(
5593
+ ), l[0].savingsDetails && /* @__PURE__ */ e.createElement("span", { className: `${_}__savings-details` }, l[0].savingsDetails))), N = /* @__PURE__ */ e.createElement(
5594
5594
  is,
5595
5595
  {
5596
- className: `${E}__list`,
5596
+ className: `${_}__list`,
5597
5597
  listLabel: l[0].listLabel,
5598
5598
  listItems: l[0].listItems,
5599
5599
  renderTypeLabels: !1
5600
5600
  }
5601
5601
  )), b && (M = l.map((k) => {
5602
- const A = C === _(k.label) ? null : `${E}__pricing-data--hide`;
5602
+ const A = C === E(k.label) ? null : `${_}__pricing-data--hide`;
5603
5603
  return /* @__PURE__ */ e.createElement(
5604
5604
  "div",
5605
5605
  {
5606
- className: [`${E}__pricing-data`, A].join(" ").trim().replace(/\s+/g, " "),
5607
- id: `data-${_(k.label)}`,
5608
- key: _(k.label)
5606
+ className: [`${_}__pricing-data`, A].join(" ").trim().replace(/\s+/g, " "),
5607
+ id: `data-${E(k.label)}`,
5608
+ key: E(k.label)
5609
5609
  },
5610
- /* @__PURE__ */ e.createElement("div", { className: `${E}__price-line` }, /* @__PURE__ */ e.createElement("span", { className: `${E}__price` }, k.price), k.priceDetails && /* @__PURE__ */ e.createElement("span", { className: `${E}__details` }, k.priceDetails)),
5611
- /* @__PURE__ */ e.createElement("div", { className: `${E}__savings-line` }, k.savingsBadgeLabel && /* @__PURE__ */ e.createElement(
5610
+ /* @__PURE__ */ e.createElement("div", { className: `${_}__price-line` }, /* @__PURE__ */ e.createElement("span", { className: `${_}__price` }, k.price), k.priceDetails && /* @__PURE__ */ e.createElement("span", { className: `${_}__details` }, k.priceDetails)),
5611
+ /* @__PURE__ */ e.createElement("div", { className: `${_}__savings-line` }, k.savingsBadgeLabel && /* @__PURE__ */ e.createElement(
5612
5612
  $t,
5613
5613
  {
5614
- className: `${E}__savings-badge`,
5614
+ className: `${_}__savings-badge`,
5615
5615
  color: "neutral",
5616
5616
  size: "sm",
5617
5617
  label: k.savingsBadgeLabel
5618
5618
  }
5619
- ), k.savingsDetails && /* @__PURE__ */ e.createElement("span", { className: `${E}__savings-details` }, k.savingsDetails))
5619
+ ), k.savingsDetails && /* @__PURE__ */ e.createElement("span", { className: `${_}__savings-details` }, k.savingsDetails))
5620
5620
  );
5621
5621
  }), N = l.map((k) => {
5622
- const A = C === _(k.label) ? null : `${E}__list--hide`;
5622
+ const A = C === E(k.label) ? null : `${_}__list--hide`;
5623
5623
  return /* @__PURE__ */ e.createElement(
5624
5624
  is,
5625
5625
  {
5626
- className: [`${E}__list`, A].join(" ").trim().replace(/\s+/g, " "),
5626
+ className: [`${_}__list`, A].join(" ").trim().replace(/\s+/g, " "),
5627
5627
  listLabel: k.listLabel,
5628
5628
  listItems: k.listItems,
5629
5629
  renderTypeLabels: !1,
5630
- key: `${_(k.label)}-list`
5630
+ key: `${E(k.label)}-list`
5631
5631
  }
5632
5632
  );
5633
5633
  }));
5634
5634
  const L = (k) => {
5635
5635
  const I = l.find(
5636
- (A) => _(A.label) === k
5636
+ (A) => E(A.label) === k
5637
5637
  );
5638
5638
  return I.customActionLabel ? I.customActionLabel : t.label;
5639
5639
  };
@@ -5642,14 +5642,14 @@ const X1 = {
5642
5642
  Ds,
5643
5643
  {
5644
5644
  id: "plan-select",
5645
- className: `${E}__select`,
5645
+ className: `${_}__select`,
5646
5646
  label: m,
5647
5647
  showLabel: !1,
5648
5648
  options: l.map((k) => ({
5649
- value: _(k.label),
5649
+ value: E(k.label),
5650
5650
  label: k.label
5651
5651
  })),
5652
- defaultValue: _(l[0].label),
5652
+ defaultValue: E(l[0].label),
5653
5653
  onOptionSelect: (k) => {
5654
5654
  w(k.value), H(L(k.value)), c && c(k.value);
5655
5655
  }
@@ -5700,19 +5700,19 @@ const X1 = {
5700
5700
  /* @__PURE__ */ e.createElement(
5701
5701
  "div",
5702
5702
  {
5703
- className: [E, v].join(" ").trim().replace(/\s+/g, " ")
5703
+ className: [_, v].join(" ").trim().replace(/\s+/g, " ")
5704
5704
  },
5705
5705
  d && /* @__PURE__ */ e.createElement(
5706
5706
  Qt,
5707
5707
  {
5708
- className: `${E}__status-badge`,
5708
+ className: `${_}__status-badge`,
5709
5709
  type: d,
5710
5710
  label: i[d],
5711
5711
  color: d === "mostPopular" ? "reverse" : "neutral"
5712
5712
  }
5713
5713
  ),
5714
- /* @__PURE__ */ e.createElement("div", { className: `${E}__main-content` }, o && /* @__PURE__ */ e.createElement("div", { className: `${E}__plan pds-overline-text` }, o), M, r && /* @__PURE__ */ e.createElement("div", { className: `${E}__description` }, r), z),
5715
- /* @__PURE__ */ e.createElement("div", { className: `${E}__actions` }, t && O, t && n && V)
5714
+ /* @__PURE__ */ e.createElement("div", { className: `${_}__main-content` }, o && /* @__PURE__ */ e.createElement("div", { className: `${_}__plan pds-overline-text` }, o), M, r && /* @__PURE__ */ e.createElement("div", { className: `${_}__description` }, r), z),
5715
+ /* @__PURE__ */ e.createElement("div", { className: `${_}__actions` }, t && O, t && n && V)
5716
5716
  ),
5717
5717
  a && N
5718
5718
  );
@@ -5825,7 +5825,7 @@ const J1 = (u) => {
5825
5825
  "required",
5826
5826
  "className"
5827
5827
  ]);
5828
- const f = "pds-radio-group", [E, $] = R(a), g = (v) => {
5828
+ const f = "pds-radio-group", [_, $] = R(a), g = (v) => {
5829
5829
  $(v.target.value), l && l(v.target.value);
5830
5830
  };
5831
5831
  return /* @__PURE__ */ e.createElement(
@@ -5841,26 +5841,26 @@ const J1 = (u) => {
5841
5841
  message: o,
5842
5842
  required: m
5843
5843
  }, h),
5844
- /* @__PURE__ */ e.createElement("div", { className: [f].join(" ").trim().replace(/\s+/g, " ") }, /* @__PURE__ */ e.createElement("div", { className: `${f}__options` }, i.map((v, _) => /* @__PURE__ */ e.createElement(
5844
+ /* @__PURE__ */ e.createElement("div", { className: [f].join(" ").trim().replace(/\s+/g, " ") }, /* @__PURE__ */ e.createElement("div", { className: `${f}__options` }, i.map((v, E) => /* @__PURE__ */ e.createElement(
5845
5845
  "div",
5846
5846
  {
5847
5847
  className: `${f}__option`,
5848
- key: `${n}-option-${_}`
5848
+ key: `${n}-option-${E}`
5849
5849
  },
5850
5850
  /* @__PURE__ */ e.createElement(
5851
5851
  "input",
5852
5852
  {
5853
5853
  type: "radio",
5854
- id: `${n}-option-${_}`,
5854
+ id: `${n}-option-${E}`,
5855
5855
  name: n,
5856
5856
  value: v.value,
5857
5857
  required: m,
5858
5858
  disabled: t || v.disabled,
5859
5859
  onClick: g,
5860
- defaultChecked: E === v.value
5860
+ defaultChecked: _ === v.value
5861
5861
  }
5862
5862
  ),
5863
- /* @__PURE__ */ e.createElement("label", { htmlFor: `${n}-option-${_}` }, v.label)
5863
+ /* @__PURE__ */ e.createElement("label", { htmlFor: `${n}-option-${E}` }, v.label)
5864
5864
  ))))
5865
5865
  );
5866
5866
  };
@@ -5949,7 +5949,7 @@ const e2 = (d) => {
5949
5949
  const u = "pds-site-card", p = `${t}`;
5950
5950
  let f = "";
5951
5951
  l === "Active" && (f = "success"), l === "Frozen" && (f = "frozen");
5952
- const E = /* @__PURE__ */ e.createElement(
5952
+ const _ = /* @__PURE__ */ e.createElement(
5953
5953
  Qt,
5954
5954
  {
5955
5955
  label: l,
@@ -5964,7 +5964,7 @@ const e2 = (d) => {
5964
5964
  className: [u, i].join(" ").trim().replace(/\s+/g, " ")
5965
5965
  }, c.props), m),
5966
5966
  /* @__PURE__ */ e.createElement("div", { className: `${u}__image` }, /* @__PURE__ */ e.createElement("img", { src: a, alt: "" })),
5967
- /* @__PURE__ */ e.createElement("div", { className: `${u}__content` }, /* @__PURE__ */ e.createElement("div", { className: `${u}__heading` }, /* @__PURE__ */ e.createElement(p, { className: `${u}__site-name pds-ts-l`, title: r }, r), E), /* @__PURE__ */ e.createElement("div", { className: `${u}__plan` }, o))
5967
+ /* @__PURE__ */ e.createElement("div", { className: `${u}__content` }, /* @__PURE__ */ e.createElement("div", { className: `${u}__heading` }, /* @__PURE__ */ e.createElement(p, { className: `${u}__site-name pds-ts-l`, title: r }, r), _), /* @__PURE__ */ e.createElement("div", { className: `${u}__plan` }, o))
5968
5968
  );
5969
5969
  };
5970
5970
  e2.propTypes = {
@@ -6020,13 +6020,13 @@ const t2 = (o) => {
6020
6020
  "legalLinks",
6021
6021
  "className"
6022
6022
  ]);
6023
- const i = "pds-site-footer", m = t && t !== "default" ? `pds-container pds-container--${t}` : "pds-container", d = (/* @__PURE__ */ new Date()).getFullYear(), h = a.includes("privacy"), u = a.includes("dataSubjectRequest"), p = a.includes("cookiePolicy"), f = a.includes("termsOfUse"), E = a.includes("acceptableUse"), $ = a.includes("accessibilityStatement");
6023
+ const i = "pds-site-footer", m = t && t !== "default" ? `pds-container pds-container--${t}` : "pds-container", d = (/* @__PURE__ */ new Date()).getFullYear(), h = a.includes("privacy"), u = a.includes("dataSubjectRequest"), p = a.includes("cookiePolicy"), f = a.includes("termsOfUse"), _ = a.includes("acceptableUse"), $ = a.includes("accessibilityStatement");
6024
6024
  return /* @__PURE__ */ e.createElement(
6025
6025
  "footer",
6026
6026
  y({
6027
6027
  className: [i, c].join(" ").trim().replace(/\s+/g, " ")
6028
6028
  }, r),
6029
- /* @__PURE__ */ e.createElement("div", { className: m }, n && /* @__PURE__ */ e.createElement("div", { className: `${i}__content` }, n), /* @__PURE__ */ e.createElement("div", { className: `${i}__legal` }, /* @__PURE__ */ e.createElement("span", { className: `${i}__copyright` }, "© ", d, " Pantheon Systems, Inc."), h && /* @__PURE__ */ e.createElement("a", { href: "https://pantheon.io/privacy" }, "Privacy Policy"), u && /* @__PURE__ */ e.createElement("a", { href: "http://pantheon.io/data-subject-request" }, "Data Subject Request"), p && /* @__PURE__ */ e.createElement("a", { href: "https://pantheon.io/pantheon-cookies?_gl=1*12uc311*_gcl_au*NjU2MzA3MDUzLjE2ODk3ODU1NTI." }, "Cookie Policy"), f && /* @__PURE__ */ e.createElement("a", { href: "https://pantheon.io/terms-of-service" }, "Terms of Use"), E && /* @__PURE__ */ e.createElement("a", { href: "https://pantheon.io/acceptable-use-policy" }, "Acceptable Use Policy"), $ && /* @__PURE__ */ e.createElement("a", { href: "https://pantheon.io/accessibility-statement" }, "Accessibility Statement")))
6029
+ /* @__PURE__ */ e.createElement("div", { className: m }, n && /* @__PURE__ */ e.createElement("div", { className: `${i}__content` }, n), /* @__PURE__ */ e.createElement("div", { className: `${i}__legal` }, /* @__PURE__ */ e.createElement("span", { className: `${i}__copyright` }, "© ", d, " Pantheon Systems, Inc."), h && /* @__PURE__ */ e.createElement("a", { href: "https://pantheon.io/privacy" }, "Privacy Policy"), u && /* @__PURE__ */ e.createElement("a", { href: "http://pantheon.io/data-subject-request" }, "Data Subject Request"), p && /* @__PURE__ */ e.createElement("a", { href: "https://pantheon.io/pantheon-cookies?_gl=1*12uc311*_gcl_au*NjU2MzA3MDUzLjE2ODk3ODU1NTI." }, "Cookie Policy"), f && /* @__PURE__ */ e.createElement("a", { href: "https://pantheon.io/terms-of-service" }, "Terms of Use"), _ && /* @__PURE__ */ e.createElement("a", { href: "https://pantheon.io/acceptable-use-policy" }, "Acceptable Use Policy"), $ && /* @__PURE__ */ e.createElement("a", { href: "https://pantheon.io/accessibility-statement" }, "Accessibility Statement")))
6030
6030
  );
6031
6031
  };
6032
6032
  t2.propTypes = {
@@ -6202,10 +6202,10 @@ const a2 = 3.815, l2 = 4.678, c2 = 5.96, r2 = (d) => {
6202
6202
  "size",
6203
6203
  "className"
6204
6204
  ]);
6205
- const u = t || We(), p = "pds-progress-ring", f = r ? `${p}__label` : "visually-hidden", E = `${p}__loading-text ${p}__loading-text--${l}`, $ = (H) => H * 16;
6205
+ const u = t || We(), p = "pds-progress-ring", f = r ? `${p}__label` : "visually-hidden", _ = `${p}__loading-text ${p}__loading-text--${l}`, $ = (H) => H * 16;
6206
6206
  let g = $(l2), v = 7;
6207
6207
  l === "sm" && (g = $(a2), v = v / 1.25), l === "lg" && (g = $(c2), v = v * 1.25);
6208
- const _ = g / 2 - v / 2, b = `${_ / 100}rem`, C = 2 * Math.PI * _, w = C - C * c / 100;
6208
+ const E = g / 2 - v / 2, b = `${E / 100}rem`, C = 2 * Math.PI * E, w = C - C * c / 100;
6209
6209
  let x;
6210
6210
  return n ? x = n : o ? x = `${c}%` : x = "", /* @__PURE__ */ e.createElement(
6211
6211
  "div",
@@ -6238,7 +6238,7 @@ const a2 = 3.815, l2 = 4.678, c2 = 5.96, r2 = (d) => {
6238
6238
  className: `${p}__track`,
6239
6239
  cx: g / 2,
6240
6240
  cy: g / 2,
6241
- r: _,
6241
+ r: E,
6242
6242
  strokeWidth: v
6243
6243
  }
6244
6244
  ),
@@ -6248,7 +6248,7 @@ const a2 = 3.815, l2 = 4.678, c2 = 5.96, r2 = (d) => {
6248
6248
  className: `${p}__progress`,
6249
6249
  cx: g / 2,
6250
6250
  cy: g / 2,
6251
- r: _,
6251
+ r: E,
6252
6252
  strokeWidth: v,
6253
6253
  strokeDasharray: C,
6254
6254
  strokeDashoffset: w,
@@ -6258,7 +6258,7 @@ const a2 = 3.815, l2 = 4.678, c2 = 5.96, r2 = (d) => {
6258
6258
  /* @__PURE__ */ e.createElement(
6259
6259
  "text",
6260
6260
  {
6261
- className: E,
6261
+ className: _,
6262
6262
  fill: "var(--pds-color-text-default)",
6263
6263
  x: "50%",
6264
6264
  y: "50%",
@@ -6285,7 +6285,7 @@ const a2 = 3.815, l2 = 4.678, c2 = 5.96, r2 = (d) => {
6285
6285
  "translatableLabels",
6286
6286
  "className"
6287
6287
  ]);
6288
- const l = "pds-stepper", i = "pds-stepper-mobile", m = se(), [d] = Ht(m), h = d.width, u = getComputedStyle(document.body).getPropertyValue("--pds-stepper-step-content-width").replace("rem", "") * 16, p = -40, f = 2, E = 5, $ = t.length, g = t.findLastIndex((b) => b.isCurrent), v = t.map((b, C) => {
6288
+ const l = "pds-stepper", i = "pds-stepper-mobile", m = se(), [d] = Ht(m), h = d.width, u = getComputedStyle(document.body).getPropertyValue("--pds-stepper-step-content-width").replace("rem", "") * 16, p = -40, f = 2, _ = 5, $ = t.length, g = t.findLastIndex((b) => b.isCurrent), v = t.map((b, C) => {
6289
6289
  const w = C + 1, x = C === g, H = C < g, M = b.hasError && x, L = (h - $ * u) / ($ + ($ - 2)), z = u + L * 2, O = u + L, V = L + p * -1, k = C === 0, I = C === $ - 1;
6290
6290
  let A = z;
6291
6291
  (k || I) && (A = O);
@@ -6347,7 +6347,7 @@ const a2 = 3.815, l2 = 4.678, c2 = 5.96, r2 = (d) => {
6347
6347
  }
6348
6348
  )
6349
6349
  );
6350
- }), _ = t.map((b, C) => {
6350
+ }), E = t.map((b, C) => {
6351
6351
  const w = C + 1, x = C === g, H = C === $ - 1, M = b.hasError && x, N = t[g + 1] ? t[g + 1].label : null;
6352
6352
  if (x) {
6353
6353
  const L = /* @__PURE__ */ e.createElement(e.Fragment, null, /* @__PURE__ */ e.createElement("span", { className: "visually-hidden" }, n.step, " "), w, " of ", $), z = w / $ * 100, O = M ? {
@@ -6383,7 +6383,7 @@ const a2 = 3.815, l2 = 4.678, c2 = 5.96, r2 = (d) => {
6383
6383
  );
6384
6384
  }
6385
6385
  });
6386
- if ($ >= f && $ <= E)
6386
+ if ($ >= f && $ <= _)
6387
6387
  return /* @__PURE__ */ e.createElement(e.Fragment, null, /* @__PURE__ */ e.createElement(
6388
6388
  "div",
6389
6389
  y({
@@ -6397,7 +6397,7 @@ const a2 = 3.815, l2 = 4.678, c2 = 5.96, r2 = (d) => {
6397
6397
  className: [i, a].join(" ").trim().replace(/\s+/g, " "),
6398
6398
  "data-steps": $
6399
6399
  }, c),
6400
- /* @__PURE__ */ e.createElement("div", { className: `${i}__steps` }, _)
6400
+ /* @__PURE__ */ e.createElement("div", { className: `${i}__steps` }, E)
6401
6401
  ));
6402
6402
  };
6403
6403
  o2.propTypes = {
@@ -6445,12 +6445,12 @@ o2.propTypes = {
6445
6445
  const i2 = (r) => {
6446
6446
  var o = r, { headers: t, rowData: n, className: a } = o, c = S(o, ["headers", "rowData", "className"]);
6447
6447
  const [l] = R(t), [i, m] = R(n), [d, h] = R({ order: "asc", key: "" }), u = (g) => {
6448
- m(i.sort((v, _) => v[g].localeCompare(_[g]))), h({ order: "desc", key: g });
6448
+ m(i.sort((v, E) => v[g].localeCompare(E[g]))), h({ order: "desc", key: g });
6449
6449
  }, p = (g) => {
6450
- m(i.sort((v, _) => _[g].localeCompare(v[g]))), h({ order: "asc", key: g });
6450
+ m(i.sort((v, E) => E[g].localeCompare(v[g]))), h({ order: "asc", key: g });
6451
6451
  }, f = (g, v) => {
6452
6452
  h(fe(y({}, d), { key: v })), d.order === "asc" ? u(v) : p(v);
6453
- }, E = (g, v) => /* @__PURE__ */ e.createElement("tr", { id: v, key: `table-row-${v}` }, g.map((_, b) => /* @__PURE__ */ e.createElement("td", { key: `${v}-cell-${b}` }, /* @__PURE__ */ e.createElement("span", null, _)))), $ = "pds-table";
6453
+ }, _ = (g, v) => /* @__PURE__ */ e.createElement("tr", { id: v, key: `table-row-${v}` }, g.map((E, b) => /* @__PURE__ */ e.createElement("td", { key: `${v}-cell-${b}` }, /* @__PURE__ */ e.createElement("span", null, E)))), $ = "pds-table";
6454
6454
  return /* @__PURE__ */ e.createElement(e.Fragment, null, /* @__PURE__ */ e.createElement(
6455
6455
  "table",
6456
6456
  y({
@@ -6460,7 +6460,7 @@ const i2 = (r) => {
6460
6460
  "span",
6461
6461
  {
6462
6462
  className: `${$}__sort-header`,
6463
- onClick: (_) => f(_, v)
6463
+ onClick: (E) => f(E, v)
6464
6464
  },
6465
6465
  g.title
6466
6466
  ), /* @__PURE__ */ e.createElement(
@@ -6468,7 +6468,7 @@ const i2 = (r) => {
6468
6468
  {
6469
6469
  className: `${$}__sort-button`,
6470
6470
  title: `Sort by ${g.title}`,
6471
- onClick: (_) => f(_, v)
6471
+ onClick: (E) => f(E, v)
6472
6472
  },
6473
6473
  /* @__PURE__ */ e.createElement(
6474
6474
  "span",
@@ -6485,7 +6485,7 @@ const i2 = (r) => {
6485
6485
  /* @__PURE__ */ e.createElement(P, { iconName: "caretDown", iconSize: "sm" })
6486
6486
  )
6487
6487
  )) : /* @__PURE__ */ e.createElement("span", null, g.title))))),
6488
- /* @__PURE__ */ e.createElement("tbody", null, i.map((g, v) => E(g, v)))
6488
+ /* @__PURE__ */ e.createElement("tbody", null, i.map((g, v) => _(g, v)))
6489
6489
  ));
6490
6490
  };
6491
6491
  i2.propTypes = {
@@ -6534,11 +6534,11 @@ const d2 = (d) => {
6534
6534
  "=",
6535
6535
  "|",
6536
6536
  "~"
6537
- ], E = `#${l} h2:not(.${r}), h3:not(.${r})`, $ = () => {
6537
+ ], _ = `#${l} h2:not(.${r}), h3:not(.${r})`, $ = () => {
6538
6538
  const [N, L] = R([]);
6539
6539
  return ie(() => {
6540
6540
  const z = Array.from(
6541
- document.querySelectorAll(E)
6541
+ document.querySelectorAll(_)
6542
6542
  );
6543
6543
  z.map((V) => {
6544
6544
  f.forEach((k) => {
@@ -6560,7 +6560,7 @@ const d2 = (d) => {
6560
6560
  title: O
6561
6561
  });
6562
6562
  }), L;
6563
- }, { nestedHeadings: v } = $(), [_, b] = R();
6563
+ }, { nestedHeadings: v } = $(), [E, b] = R();
6564
6564
  ((N) => {
6565
6565
  const L = se({});
6566
6566
  ie(() => {
@@ -6583,7 +6583,7 @@ const d2 = (d) => {
6583
6583
  }, O = new IntersectionObserver(z, {
6584
6584
  rootMargin: "0px 0px -20% 0px"
6585
6585
  }), V = Array.from(
6586
- document.querySelectorAll(E)
6586
+ document.querySelectorAll(_)
6587
6587
  );
6588
6588
  return V.forEach((k) => O.observe(k)), () => O.disconnect();
6589
6589
  }, [N]);
@@ -6600,7 +6600,7 @@ const d2 = (d) => {
6600
6600
  }, M = ({ headings: N }) => /* @__PURE__ */ e.createElement("ul", { className: `${u}__list ${u}__list--top-level` }, N.map((L) => /* @__PURE__ */ e.createElement("li", { key: L.id, className: `${u}__list-item` }, /* @__PURE__ */ e.createElement(
6601
6601
  "a",
6602
6602
  {
6603
- className: L.id === _ ? `${u}__link ${u}__link--active` : `${u}__link`,
6603
+ className: L.id === E ? `${u}__link ${u}__link--active` : `${u}__link`,
6604
6604
  href: `#${L.id}`,
6605
6605
  onClick: (z) => {
6606
6606
  H(z, L.id);
@@ -6615,7 +6615,7 @@ const d2 = (d) => {
6615
6615
  L.items.map((z) => /* @__PURE__ */ e.createElement("li", { key: z.id, className: `${u}__list-item` }, /* @__PURE__ */ e.createElement(
6616
6616
  "a",
6617
6617
  {
6618
- className: z.id === _ ? `${u}__link ${u}__link--active` : `${u}__link`,
6618
+ className: z.id === E ? `${u}__link ${u}__link--active` : `${u}__link`,
6619
6619
  href: `#${z.id}`,
6620
6620
  onClick: (O) => {
6621
6621
  H(O, z.id);
@@ -6639,7 +6639,7 @@ const d2 = (d) => {
6639
6639
  },
6640
6640
  c
6641
6641
  ),
6642
- /* @__PURE__ */ e.createElement(M, { headings: v, activeID: _ })
6642
+ /* @__PURE__ */ e.createElement(M, { headings: v, activeID: E })
6643
6643
  );
6644
6644
  };
6645
6645
  d2.propTypes = {
@@ -6699,8 +6699,8 @@ const U2 = (m) => {
6699
6699
  ie(() => {
6700
6700
  c !== void 0 && f(c);
6701
6701
  }, [c]);
6702
- const E = (_) => {
6703
- const b = _.currentTarget.getAttribute("data-tabnumber");
6702
+ const _ = (E) => {
6703
+ const b = E.currentTarget.getAttribute("data-tabnumber");
6704
6704
  if (b) {
6705
6705
  const C = parseInt(b, 10);
6706
6706
  f(C);
@@ -6709,20 +6709,20 @@ const U2 = (m) => {
6709
6709
  ie(() => {
6710
6710
  t(p);
6711
6711
  }, [p, t]), ie(() => {
6712
- const _ = $.current.length - 1;
6713
- if (p > _) {
6712
+ const E = $.current.length - 1;
6713
+ if (p > E) {
6714
6714
  f(0);
6715
6715
  return;
6716
6716
  } else if (p < 0) {
6717
- f(_);
6717
+ f(E);
6718
6718
  return;
6719
6719
  }
6720
6720
  }, [p]);
6721
- const g = (_, b) => {
6721
+ const g = (E, b) => {
6722
6722
  const C = p;
6723
6723
  let w = $.current[b === "next" ? C + 1 < $.current.length ? C + 1 : 0 : C - 1 >= 0 ? C - 1 : $.current.length - 1];
6724
- w || (w = b == "next" ? $.current[_ + 1] == null ? $.current[0] : $.current[_ + 1] : $.current[_ - 1]), w.focus();
6725
- }, v = (_) => {
6724
+ w || (w = b == "next" ? $.current[E + 1] == null ? $.current[0] : $.current[E + 1] : $.current[E - 1]), w.focus();
6725
+ }, v = (E) => {
6726
6726
  const b = $.current.length, C = () => {
6727
6727
  g((p + 1) % b, "next"), f(p + 1);
6728
6728
  }, w = () => {
@@ -6740,8 +6740,8 @@ const U2 = (m) => {
6740
6740
  End: H,
6741
6741
  Space: M,
6742
6742
  Enter: M
6743
- }[_.code];
6744
- L && (_.preventDefault(), L());
6743
+ }[E.code];
6744
+ L && (E.preventDefault(), L());
6745
6745
  };
6746
6746
  return /* @__PURE__ */ e.createElement(e.Fragment, null, /* @__PURE__ */ e.createElement(
6747
6747
  "div",
@@ -6756,7 +6756,7 @@ const U2 = (m) => {
6756
6756
  "aria-label": n,
6757
6757
  "aria-orientation": "horizontal"
6758
6758
  },
6759
- o.map(({ disabled: _, icon: b, tabId: C, tabLabel: w }, x) => /* @__PURE__ */ e.createElement(
6759
+ o.map(({ disabled: E, icon: b, tabId: C, tabLabel: w }, x) => /* @__PURE__ */ e.createElement(
6760
6760
  "button",
6761
6761
  {
6762
6762
  className: `${h}__tab`,
@@ -6768,16 +6768,16 @@ const U2 = (m) => {
6768
6768
  H.preventDefault(), v(H);
6769
6769
  },
6770
6770
  key: w,
6771
- ref: (H) => _ ? null : $.current[x] = H,
6771
+ ref: (H) => E ? null : $.current[x] = H,
6772
6772
  "aria-controls": `tabpanel_${x}`,
6773
6773
  tabIndex: p === x ? 1 : -1,
6774
- "aria-disabled": !!_,
6775
- onClick: _ ? null : E
6774
+ "aria-disabled": !!E,
6775
+ onClick: E ? null : _
6776
6776
  },
6777
6777
  /* @__PURE__ */ e.createElement("div", { key: b, className: `${h}__tab-text` }, b ? /* @__PURE__ */ e.createElement(P, { iconName: b, iconSize: r }) : null, " ", w)
6778
6778
  ))
6779
6779
  ),
6780
- o.map(({ tabLabel: _, icon: b, disabled: C, panelContent: w }, x) => /* @__PURE__ */ e.createElement(
6780
+ o.map(({ tabLabel: E, icon: b, disabled: C, panelContent: w }, x) => /* @__PURE__ */ e.createElement(
6781
6781
  "div",
6782
6782
  y({
6783
6783
  className: `${h}__panel`,
@@ -6793,14 +6793,14 @@ const U2 = (m) => {
6793
6793
  "aria-selected": x == p,
6794
6794
  role: "tab",
6795
6795
  "data-tabnumber": x,
6796
- key: _,
6796
+ key: E,
6797
6797
  onKeyDown: v,
6798
6798
  "aria-disabled": !!C,
6799
6799
  "aria-controls": `tabpanel_${x}`,
6800
6800
  tabIndex: p === x ? 1 : -1,
6801
- onClick: C ? null : E
6801
+ onClick: C ? null : _
6802
6802
  },
6803
- /* @__PURE__ */ e.createElement("div", { key: b, className: `${h}__tab-text` }, b ? /* @__PURE__ */ e.createElement(P, { iconSize: "md", iconName: b }) : null, " ", _),
6803
+ /* @__PURE__ */ e.createElement("div", { key: b, className: `${h}__tab-text` }, b ? /* @__PURE__ */ e.createElement(P, { iconSize: "md", iconName: b }) : null, " ", E),
6804
6804
  x == p ? /* @__PURE__ */ e.createElement(
6805
6805
  P,
6806
6806
  {
@@ -7122,7 +7122,7 @@ const h2 = (i) => {
7122
7122
  "onChange",
7123
7123
  "options"
7124
7124
  ]);
7125
- const d = "pds-toggle-button", h = "pds-is-disabled", u = se([d]), [p, f] = R(a), E = (g) => {
7125
+ const d = "pds-toggle-button", h = "pds-is-disabled", u = se([d]), [p, f] = R(a), _ = (g) => {
7126
7126
  f(g.target.value), r && r(g.target.value);
7127
7127
  };
7128
7128
  if ((() => {
@@ -7150,7 +7150,7 @@ const h2 = (i) => {
7150
7150
  name: n,
7151
7151
  value: g.value,
7152
7152
  disabled: t,
7153
- onClick: E,
7153
+ onClick: _,
7154
7154
  defaultChecked: p === g.value
7155
7155
  }
7156
7156
  ),
@@ -7212,7 +7212,7 @@ h2.propTypes = {
7212
7212
  className: s.string
7213
7213
  };
7214
7214
  const g2 = (f) => {
7215
- var E = f, {
7215
+ var _ = f, {
7216
7216
  disabled: t = !1,
7217
7217
  id: n,
7218
7218
  inputWidth: a,
@@ -7225,7 +7225,7 @@ const g2 = (f) => {
7225
7225
  statusOnLabel: d = "On",
7226
7226
  statusOffLabel: h = "Off",
7227
7227
  className: u
7228
- } = E, p = S(E, [
7228
+ } = _, p = S(_, [
7229
7229
  "disabled",
7230
7230
  "id",
7231
7231
  "inputWidth",
@@ -7239,7 +7239,7 @@ const g2 = (f) => {
7239
7239
  "statusOffLabel",
7240
7240
  "className"
7241
7241
  ]);
7242
- const $ = "pds-toggle-switch", [g, v] = R(!1), _ = (w) => {
7242
+ const $ = "pds-toggle-switch", [g, v] = R(!1), E = (w) => {
7243
7243
  v(!g), o && o(w.target);
7244
7244
  };
7245
7245
  let b = g === !0 ? d : h, C;
@@ -7293,7 +7293,7 @@ const g2 = (f) => {
7293
7293
  role: "switch",
7294
7294
  disabled: t,
7295
7295
  "aria-checked": g,
7296
- onClick: _
7296
+ onClick: E
7297
7297
  },
7298
7298
  C
7299
7299
  ))
@@ -7384,11 +7384,11 @@ const G2 = () => {
7384
7384
  onBlur: u,
7385
7385
  onChange: p,
7386
7386
  onClear: f,
7387
- onFocus: E,
7387
+ onFocus: _,
7388
7388
  placeholder: $,
7389
7389
  readonly: g = !1,
7390
7390
  required: v = !1,
7391
- showLabel: _ = !0,
7391
+ showLabel: E = !0,
7392
7392
  showVisibilityToggle: b = !1,
7393
7393
  translationStrings: C = {
7394
7394
  clearButton: "Clear input text",
@@ -7444,7 +7444,7 @@ const G2 = () => {
7444
7444
  D || ne(""), f && f();
7445
7445
  const re = document.getElementById(l);
7446
7446
  re && re.focus();
7447
- }, [ae, ee] = R(!1), _e = () => {
7447
+ }, [ae, ee] = R(!1), Ee = () => {
7448
7448
  ee((Y) => !Y);
7449
7449
  const re = document.getElementById(l);
7450
7450
  re && re.focus();
@@ -7470,7 +7470,7 @@ const G2 = () => {
7470
7470
  {
7471
7471
  id: l,
7472
7472
  label: d,
7473
- showLabel: _,
7473
+ showLabel: E,
7474
7474
  required: v,
7475
7475
  disabled: c
7476
7476
  }
@@ -7492,7 +7492,7 @@ const G2 = () => {
7492
7492
  autoComplete: w === "password" ? "off" : t,
7493
7493
  onBlur: be,
7494
7494
  onChange: J,
7495
- onFocus: E,
7495
+ onFocus: _,
7496
7496
  "aria-invalid": H === "error" ? !0 : null,
7497
7497
  "aria-describedby": T ? `${l}__message` : null
7498
7498
  }, i)
@@ -7510,7 +7510,7 @@ const G2 = () => {
7510
7510
  className: `${I}__visibility-toggle`,
7511
7511
  title: ae ? C.visibilityToggleHide : C.visibilityToggleShow,
7512
7512
  "aria-controls": l,
7513
- onClick: _e,
7513
+ onClick: Ee,
7514
7514
  onMouseDown: (re) => re.preventDefault()
7515
7515
  },
7516
7516
  /* @__PURE__ */ e.createElement(P, { iconName: ae ? "eyeSlash" : "eye", iconSize: "md" })
@@ -7546,7 +7546,7 @@ const G2 = () => {
7546
7546
  gold: "Gold",
7547
7547
  platinum: "Platinum",
7548
7548
  diamond: "Diamond"
7549
- }, _2 = (u) => {
7549
+ }, E2 = (u) => {
7550
7550
  var p = u, {
7551
7551
  ariaLabel: t = "Workspace selector menu",
7552
7552
  createWorkspaceLink: n,
@@ -7570,13 +7570,13 @@ const G2 = () => {
7570
7570
  "workspaceList",
7571
7571
  "className"
7572
7572
  ]);
7573
- const [f, E] = R(!1), [$, g] = R(null), [v, _] = R(m), b = se([]), C = se(null), w = m.length >= o;
7573
+ const [f, _] = R(!1), [$, g] = R(null), [v, E] = R(m), b = se([]), C = se(null), w = m.length >= o;
7574
7574
  let x = !1;
7575
7575
  const H = we(je);
7576
7576
  H && (x = H.isMobile);
7577
7577
  const M = i && x, N = "pds-workspace-selector", L = M ? `${N}--isMobile` : null, z = `${N}__menu`, O = w ? `${z}--scroll` : null, { refs: V, floatingStyles: k, context: I } = Ie({
7578
7578
  open: f,
7579
- onOpenChange: E,
7579
+ onOpenChange: _,
7580
7580
  whileElementsMounted: qe
7581
7581
  }), A = Je(I, { event: "mousedown" }), B = Se(I), F = Te(I, { role: "menu" }), j = pt(I, {
7582
7582
  listRef: b,
@@ -7606,17 +7606,17 @@ const G2 = () => {
7606
7606
  let U = m.find((Y) => Y.isActive);
7607
7607
  U || (U = m[0]);
7608
7608
  const ne = (Y) => {
7609
- const { value: Ee } = Y.target, He = m.filter((le) => le.displayName.toLowerCase().includes(Ee.toLowerCase()));
7610
- _(He);
7609
+ const { value: _e } = Y.target, He = m.filter((le) => le.displayName.toLowerCase().includes(_e.toLowerCase()));
7610
+ E(He);
7611
7611
  };
7612
7612
  ie(() => {
7613
- const Y = m.map((Ee) => fe(y({}, Ee), {
7614
- isActive: Ee.isActive
7613
+ const Y = m.map((_e) => fe(y({}, _e), {
7614
+ isActive: _e.isActive
7615
7615
  }));
7616
- _(Y);
7616
+ E(Y);
7617
7617
  }, [m]);
7618
7618
  const Q = (Y) => {
7619
- Y.preventDefault(), Y.key === "Enter" && b.current[$].querySelector("a").click(), Y.key === "Tab" && (Y.shiftKey ? w ? document.getElementById("workspace-filter").focus() : E(!1) : n ? C.current.querySelector("a").focus() : E(!1));
7619
+ Y.preventDefault(), Y.key === "Enter" && b.current[$].querySelector("a").click(), Y.key === "Tab" && (Y.shiftKey ? w ? document.getElementById("workspace-filter").focus() : _(!1) : n ? C.current.querySelector("a").focus() : _(!1));
7620
7620
  }, be = /* @__PURE__ */ e.createElement("div", { className: `${N}__button-content` }, /* @__PURE__ */ e.createElement(
7621
7621
  ut,
7622
7622
  {
@@ -7643,7 +7643,7 @@ const G2 = () => {
7643
7643
  f2,
7644
7644
  {
7645
7645
  hasClearButton: !0,
7646
- onClear: () => _(m),
7646
+ onClear: () => E(m),
7647
7647
  id: "workspace-filter",
7648
7648
  label: c,
7649
7649
  onChange: ne,
@@ -7652,9 +7652,9 @@ const G2 = () => {
7652
7652
  type: "search"
7653
7653
  }
7654
7654
  )), ae = v.map(
7655
- (Y, Ee) => {
7655
+ (Y, _e) => {
7656
7656
  const He = `${N}__item`, le = Y.isActive ? `${He}--active` : null, ce = Y.isUnprivileged ? `${He}--unprivileged` : null, Le = /* @__PURE__ */ e.createElement(P, { iconName: "check", className: `${N}__active-icon` }), ke = Y.workspaceId, ze = Y.workspaceLink.type, ve = Y.isUnprivileged ? null : (Ze) => {
7657
- b.current[Ee] = Ze;
7657
+ b.current[_e] = Ze;
7658
7658
  };
7659
7659
  return /* @__PURE__ */ e.createElement(
7660
7660
  "li",
@@ -7667,14 +7667,14 @@ const G2 = () => {
7667
7667
  ce
7668
7668
  ].join(" ").trim().replace(/\s+/g, " "),
7669
7669
  role: "menuitem",
7670
- tabIndex: $ === Ee ? 0 : -1,
7670
+ tabIndex: $ === _e ? 0 : -1,
7671
7671
  ref: ve,
7672
7672
  onKeyDown: Q
7673
7673
  }, T()),
7674
7674
  /* @__PURE__ */ e.createElement(
7675
7675
  ze,
7676
7676
  fe(y({}, Y.workspaceLink.props), {
7677
- onClick: () => E(!1)
7677
+ onClick: () => _(!1)
7678
7678
  }),
7679
7679
  /* @__PURE__ */ e.createElement("div", { className: `${N}__item-content` }, /* @__PURE__ */ e.createElement(
7680
7680
  ut,
@@ -7696,10 +7696,10 @@ const G2 = () => {
7696
7696
  iconName: "plus",
7697
7697
  linkContent: n,
7698
7698
  variant: "subtle",
7699
- onBlur: E.bind(null, !1),
7700
- onClick: E.bind(null, !1)
7699
+ onBlur: _.bind(null, !1),
7700
+ onClick: _.bind(null, !1)
7701
7701
  }
7702
- )), _e = /* @__PURE__ */ e.createElement(e.Fragment, null, /* @__PURE__ */ e.createElement(
7702
+ )), Ee = /* @__PURE__ */ e.createElement(e.Fragment, null, /* @__PURE__ */ e.createElement(
7703
7703
  "button",
7704
7704
  y({
7705
7705
  className: `${N}__trigger`,
@@ -7728,11 +7728,11 @@ const G2 = () => {
7728
7728
  ae.length === 0 ? /* @__PURE__ */ e.createElement("p", { className: `${N}__no-results` }, l) : ae
7729
7729
  ), ee)
7730
7730
  )), me = (Y) => {
7731
- const Ee = Y.target;
7732
- Ee.classList.toggle(`${N}__toggle--expanded`), Ee.setAttribute(
7731
+ const _e = Y.target;
7732
+ _e.classList.toggle(`${N}__toggle--expanded`), _e.setAttribute(
7733
7733
  "aria-expanded",
7734
- Ee.getAttribute("aria-expanded") === "true" ? "false" : "true"
7735
- ), Ee.nextElementSibling.classList.toggle(`${N}__mobile-menu--expanded`);
7734
+ _e.getAttribute("aria-expanded") === "true" ? "false" : "true"
7735
+ ), _e.nextElementSibling.classList.toggle(`${N}__mobile-menu--expanded`);
7736
7736
  }, re = /* @__PURE__ */ e.createElement(e.Fragment, null, /* @__PURE__ */ e.createElement(
7737
7737
  "button",
7738
7738
  {
@@ -7757,10 +7757,10 @@ const G2 = () => {
7757
7757
  y({
7758
7758
  className: [N, L, d].join(" ").trim().replace(/\s+/g, " ")
7759
7759
  }, h),
7760
- M ? re : _e
7760
+ M ? re : Ee
7761
7761
  );
7762
7762
  };
7763
- _2.propTypes = {
7763
+ E2.propTypes = {
7764
7764
  /**
7765
7765
  * Aria label for the workspace selector menu.
7766
7766
  */
@@ -7833,7 +7833,7 @@ _2.propTypes = {
7833
7833
  */
7834
7834
  className: s.string
7835
7835
  };
7836
- const E2 = (o) => {
7836
+ const _2 = (o) => {
7837
7837
  var l = o, {
7838
7838
  label: t,
7839
7839
  type: n = "neutral",
@@ -7879,8 +7879,8 @@ const E2 = (o) => {
7879
7879
  "options",
7880
7880
  "className"
7881
7881
  ]);
7882
- const h = "pds-segmented-button", u = "pds-is-disabled", p = se([h]), [f, E] = R(a), $ = (v) => {
7883
- E(v.target.value), r && r(v.target.value);
7882
+ const h = "pds-segmented-button", u = "pds-is-disabled", p = se([h]), [f, _] = R(a), $ = (v) => {
7883
+ _(v.target.value), r && r(v.target.value);
7884
7884
  };
7885
7885
  if ((() => {
7886
7886
  p.current = p.current.filter((v) => v !== u);
@@ -7891,18 +7891,18 @@ const E2 = (o) => {
7891
7891
  className: [h, l != null ? l : ""].join(" ").trim().replace(/\s+/g, " ")
7892
7892
  }, i),
7893
7893
  /* @__PURE__ */ e.createElement("legend", { className: "visually-hidden" }, c),
7894
- /* @__PURE__ */ e.createElement("div", { className: `${h}__options` }, o.map((v, _) => /* @__PURE__ */ e.createElement(
7894
+ /* @__PURE__ */ e.createElement("div", { className: `${h}__options` }, o.map((v, E) => /* @__PURE__ */ e.createElement(
7895
7895
  "div",
7896
7896
  {
7897
7897
  className: `${h}__option`,
7898
- key: `${n}-option-${_}`
7898
+ key: `${n}-option-${E}`
7899
7899
  },
7900
7900
  /* @__PURE__ */ e.createElement(
7901
7901
  "input",
7902
7902
  {
7903
7903
  className: "visually-hidden",
7904
7904
  type: "radio",
7905
- id: `${n}-option-${_}`,
7905
+ id: `${n}-option-${E}`,
7906
7906
  name: n,
7907
7907
  value: v.value,
7908
7908
  disabled: t,
@@ -7910,8 +7910,8 @@ const E2 = (o) => {
7910
7910
  defaultChecked: f === v.value
7911
7911
  }
7912
7912
  ),
7913
- /* @__PURE__ */ e.createElement("label", { htmlFor: `${n}-option-${_}` }, v.tally ? /* @__PURE__ */ e.createElement(
7914
- E2,
7913
+ /* @__PURE__ */ e.createElement("label", { htmlFor: `${n}-option-${E}` }, v.tally ? /* @__PURE__ */ e.createElement(
7914
+ _2,
7915
7915
  {
7916
7916
  label: v.tally.label,
7917
7917
  type: v.tally.type,
@@ -7992,11 +7992,11 @@ const E2 = (o) => {
7992
7992
  const u = "pds-card-select-group";
7993
7993
  let p = `${u}__legend`;
7994
7994
  c === "center" && (p = `${u}__legend ${u}__legend--center`), c === "hidden" && (p = `${u}__legend visually-hidden`);
7995
- const [f, E] = R(n), $ = (C) => {
7996
- E(C.currentTarget.value), o && o(C.currentTarget.value);
7997
- }, g = l.length, v = "pds-grid-item pds-grid-item--sm-4 pds-grid-item--md-6", _ = "pds-grid-item pds-grid-item--sm-4 pds-grid-item--md-4";
7995
+ const [f, _] = R(n), $ = (C) => {
7996
+ _(C.currentTarget.value), o && o(C.currentTarget.value);
7997
+ }, g = l.length, v = "pds-grid-item pds-grid-item--sm-4 pds-grid-item--md-6", E = "pds-grid-item pds-grid-item--sm-4 pds-grid-item--md-4";
7998
7998
  let b = "";
7999
- return r === "twoAcross" ? b = v : r === "threeAcross" ? b = _ : r === "auto" && (g % 3 === 0 ? b = _ : g % 2 === 0 ? b = v : b = _), /* @__PURE__ */ e.createElement(
7999
+ return r === "twoAcross" ? b = v : r === "threeAcross" ? b = E : r === "auto" && (g % 3 === 0 ? b = E : g % 2 === 0 ? b = v : b = E), /* @__PURE__ */ e.createElement(
8000
8000
  "fieldset",
8001
8001
  y({
8002
8002
  className: [u, i].join(" ").trim().replace(/\s+/g, " "),
@@ -8055,11 +8055,11 @@ const E2 = (o) => {
8055
8055
  onBlur: u,
8056
8056
  onChange: p,
8057
8057
  onFocus: f,
8058
- required: E,
8058
+ required: _,
8059
8059
  showLabel: $ = !0,
8060
8060
  validationMessage: g,
8061
8061
  validationStatus: v,
8062
- value: _,
8062
+ value: E,
8063
8063
  className: b
8064
8064
  } = H, C = S(H, [
8065
8065
  "checked",
@@ -8083,7 +8083,7 @@ const E2 = (o) => {
8083
8083
  "value",
8084
8084
  "className"
8085
8085
  ]);
8086
- const M = l ? { width: `${l / 16}rem` } : null, N = "pds-checkbox", L = a ? te.disabled : null, z = E && !a ? te.required : null, O = v === "error" ? te.error : null, V = v === "success" ? te.success : null, k = h > 0 ? `${N}--indent-${h}` : null, I = g || m, A = typeof t != "undefined", B = typeof n != "undefined", [F, j] = R(
8086
+ const M = l ? { width: `${l / 16}rem` } : null, N = "pds-checkbox", L = a ? te.disabled : null, z = _ && !a ? te.required : null, O = v === "error" ? te.error : null, V = v === "success" ? te.success : null, k = h > 0 ? `${N}--indent-${h}` : null, I = g || m, A = typeof t != "undefined", B = typeof n != "undefined", [F, j] = R(
8087
8087
  B ? n : !1
8088
8088
  ), Z = t || F, G = (ne) => {
8089
8089
  A || j(ne.target.checked), p && p(ne);
@@ -8130,9 +8130,9 @@ const E2 = (o) => {
8130
8130
  type: "checkbox",
8131
8131
  checked: A ? t : F,
8132
8132
  "aria-checked": r ? "mixed" : Z ? "true" : "false"
8133
- }, _ ? { value: _ } : {}), {
8133
+ }, E ? { value: E } : {}), {
8134
8134
  disabled: a,
8135
- required: E,
8135
+ required: _,
8136
8136
  onBlur: u,
8137
8137
  onChange: G,
8138
8138
  onFocus: f,
@@ -8159,7 +8159,7 @@ const E2 = (o) => {
8159
8159
  },
8160
8160
  i,
8161
8161
  " ",
8162
- E && !a && /* @__PURE__ */ e.createElement(Ut, null)
8162
+ _ && !a && /* @__PURE__ */ e.createElement(Ut, null)
8163
8163
  ))),
8164
8164
  I && /* @__PURE__ */ e.createElement(
8165
8165
  Be,
@@ -8174,7 +8174,7 @@ const E2 = (o) => {
8174
8174
  );
8175
8175
  }
8176
8176
  ), Q2 = (f) => {
8177
- var E = f, {
8177
+ var _ = f, {
8178
8178
  children: t,
8179
8179
  disabled: n = !1,
8180
8180
  fieldsetProps: a,
@@ -8187,7 +8187,7 @@ const E2 = (o) => {
8187
8187
  validationMessage: d,
8188
8188
  validationStatus: h,
8189
8189
  className: u
8190
- } = E, p = S(E, [
8190
+ } = _, p = S(_, [
8191
8191
  "children",
8192
8192
  "disabled",
8193
8193
  "fieldsetProps",
@@ -8201,14 +8201,14 @@ const E2 = (o) => {
8201
8201
  "validationStatus",
8202
8202
  "className"
8203
8203
  ]);
8204
- const $ = r ? { width: `${r / 16}rem` } : null, g = "pds-checkbox-group", v = n ? te.disabled : null, _ = i && !n ? te.required : null, b = h === "error" ? te.error : null, C = h === "success" ? te.success : null, w = d || l;
8204
+ const $ = r ? { width: `${r / 16}rem` } : null, g = "pds-checkbox-group", v = n ? te.disabled : null, E = i && !n ? te.required : null, b = h === "error" ? te.error : null, C = h === "success" ? te.success : null, w = d || l;
8205
8205
  return /* @__PURE__ */ e.createElement(
8206
8206
  "div",
8207
8207
  y({
8208
8208
  className: [
8209
8209
  g,
8210
8210
  v,
8211
- _,
8211
+ E,
8212
8212
  b,
8213
8213
  C,
8214
8214
  u != null ? u : ""
@@ -8253,7 +8253,7 @@ const E2 = (o) => {
8253
8253
  validationMessage: u,
8254
8254
  validationStatus: p,
8255
8255
  className: f
8256
- } = g, E = S(g, [
8256
+ } = g, _ = S(g, [
8257
8257
  "disabled",
8258
8258
  "fieldsetProps",
8259
8259
  "id",
@@ -8269,7 +8269,7 @@ const E2 = (o) => {
8269
8269
  "validationStatus",
8270
8270
  "className"
8271
8271
  ]);
8272
- const v = c ? { width: `${c / 16}rem` } : null, _ = "pds-checkbox-group", b = t ? te.disabled : null, C = d && !t ? te.required : null, w = p === "error" ? te.error : null, x = p === "success" ? te.success : null, H = u || o;
8272
+ const v = c ? { width: `${c / 16}rem` } : null, E = "pds-checkbox-group", b = t ? te.disabled : null, C = d && !t ? te.required : null, w = p === "error" ? te.error : null, x = p === "success" ? te.success : null, H = u || o;
8273
8273
  m.map((V) => {
8274
8274
  V.id || (V.id = V.value);
8275
8275
  });
@@ -8293,7 +8293,7 @@ const E2 = (o) => {
8293
8293
  "div",
8294
8294
  y({
8295
8295
  className: [
8296
- _,
8296
+ E,
8297
8297
  b,
8298
8298
  C,
8299
8299
  w,
@@ -8301,8 +8301,8 @@ const E2 = (o) => {
8301
8301
  f != null ? f : ""
8302
8302
  ].join(" ").trim().replace(/\s+/g, " "),
8303
8303
  style: c ? v : null
8304
- }, E),
8305
- /* @__PURE__ */ e.createElement("fieldset", y({ className: `${_}__fieldset`, id: a }, n), /* @__PURE__ */ e.createElement(
8304
+ }, _),
8305
+ /* @__PURE__ */ e.createElement("fieldset", y({ className: `${E}__fieldset`, id: a }, n), /* @__PURE__ */ e.createElement(
8306
8306
  et,
8307
8307
  {
8308
8308
  disabled: t,
@@ -8312,7 +8312,7 @@ const E2 = (o) => {
8312
8312
  required: d,
8313
8313
  showLabel: h
8314
8314
  }
8315
- ), /* @__PURE__ */ e.createElement("div", { className: `${_}__options` }, m.map((V) => /* @__PURE__ */ e.createElement(
8315
+ ), /* @__PURE__ */ e.createElement("div", { className: `${E}__options` }, m.map((V) => /* @__PURE__ */ e.createElement(
8316
8316
  C2,
8317
8317
  {
8318
8318
  key: V.id,
@@ -8322,7 +8322,7 @@ const E2 = (o) => {
8322
8322
  name: V.name,
8323
8323
  value: V.value,
8324
8324
  disabled: V.disabled || t,
8325
- className: `${_}__checkbox`,
8325
+ className: `${E}__checkbox`,
8326
8326
  onChange: z,
8327
8327
  onBlur: O
8328
8328
  }
@@ -8346,8 +8346,8 @@ const E2 = (o) => {
8346
8346
  "children",
8347
8347
  "className"
8348
8348
  ]);
8349
- var f, E, $, g;
8350
- const o = "pds-input-group", l = [t[0], t[1]], i = (f = t[0].props.id) != null ? f : null, m = (E = t[0].props.message) != null ? E : null, d = ($ = t[0].props.validationMessage) != null ? $ : null, h = (g = t[0].props.validationStatus) != null ? g : null, u = d || m, p = u ? `${o}--has-message` : null;
8349
+ var f, _, $, g;
8350
+ const o = "pds-input-group", l = [t[0], t[1]], i = (f = t[0].props.id) != null ? f : null, m = (_ = t[0].props.message) != null ? _ : null, d = ($ = t[0].props.validationMessage) != null ? $ : null, h = (g = t[0].props.validationStatus) != null ? g : null, u = d || m, p = u ? `${o}--has-message` : null;
8351
8351
  return /* @__PURE__ */ e.createElement(
8352
8352
  "div",
8353
8353
  y({
@@ -8390,8 +8390,8 @@ const E2 = (o) => {
8390
8390
  },
8391
8391
  /* @__PURE__ */ e.createElement(P, { iconName: "xmark", iconSize: "sm" })
8392
8392
  )), tn = Pe(
8393
- (_, v) => {
8394
- var b = _, {
8393
+ (E, v) => {
8394
+ var b = E, {
8395
8395
  checked: t,
8396
8396
  defaultChecked: n,
8397
8397
  disabled: a = !1,
@@ -8406,7 +8406,7 @@ const E2 = (o) => {
8406
8406
  onLabel: u = "On",
8407
8407
  required: p = !1,
8408
8408
  showLabel: f = !0,
8409
- showStatusLabel: E = !0,
8409
+ showStatusLabel: _ = !0,
8410
8410
  className: $
8411
8411
  } = b, g = S(b, [
8412
8412
  "checked",
@@ -8443,7 +8443,7 @@ const E2 = (o) => {
8443
8443
  checked: t !== void 0 ? t : O,
8444
8444
  "aria-describedby": m ? `${c}__message` : null
8445
8445
  }, r)
8446
- ), !E && /* @__PURE__ */ e.createElement(y2, { toggleStatusLabel: k }), /* @__PURE__ */ e.createElement("span", { className: "pds-switch__thumb", "aria-hidden": "true" })), E && /* @__PURE__ */ e.createElement($2, { toggleStatusLabel: k, id: c })), B = /* @__PURE__ */ e.createElement(
8446
+ ), !_ && /* @__PURE__ */ e.createElement(y2, { toggleStatusLabel: k }), /* @__PURE__ */ e.createElement("span", { className: "pds-switch__thumb", "aria-hidden": "true" })), _ && /* @__PURE__ */ e.createElement($2, { toggleStatusLabel: k, id: c })), B = /* @__PURE__ */ e.createElement(
8447
8447
  et,
8448
8448
  {
8449
8449
  id: c,
@@ -8510,7 +8510,7 @@ const E2 = (o) => {
8510
8510
  placeholder: u,
8511
8511
  readonly: p = !1,
8512
8512
  required: f = !1,
8513
- rows: E = 5,
8513
+ rows: _ = 5,
8514
8514
  showLabel: $,
8515
8515
  textareaProps: g,
8516
8516
  translationStrings: v = {
@@ -8521,7 +8521,7 @@ const E2 = (o) => {
8521
8521
  visibilityToggleHide: "Hide input value",
8522
8522
  visibilityToggleShow: "Show input value"
8523
8523
  },
8524
- validationMessage: _,
8524
+ validationMessage: E,
8525
8525
  validationStatus: b,
8526
8526
  value: C,
8527
8527
  className: w
@@ -8549,7 +8549,7 @@ const E2 = (o) => {
8549
8549
  "value",
8550
8550
  "className"
8551
8551
  ]);
8552
- const L = ht(r), z = "pds-textarea", O = o ? "pds-is-resizable" : null, V = a ? te.disabled : null, k = f && !a ? te.required : null, I = b === "error" ? te.error : null, A = b === "success" ? te.success : null, B = p ? te.readonly : null, F = _ || i, j = C != null && d !== void 0, Z = typeof n != "undefined", [G, T] = R(
8552
+ const L = ht(r), z = "pds-textarea", O = o ? "pds-is-resizable" : null, V = a ? te.disabled : null, k = f && !a ? te.required : null, I = b === "error" ? te.error : null, A = b === "success" ? te.success : null, B = p ? te.readonly : null, F = E || i, j = C != null && d !== void 0, Z = typeof n != "undefined", [G, T] = R(
8553
8553
  Z ? n : ""
8554
8554
  ), D = C || G, W = (ne) => {
8555
8555
  j || T(ne.target.value), d && d(ne);
@@ -8602,7 +8602,7 @@ const E2 = (o) => {
8602
8602
  readOnly: p,
8603
8603
  disabled: a,
8604
8604
  value: j ? C : G,
8605
- rows: E,
8605
+ rows: _,
8606
8606
  onChange: W,
8607
8607
  onBlur: U,
8608
8608
  onFocus: h,
@@ -8615,7 +8615,7 @@ const E2 = (o) => {
8615
8615
  {
8616
8616
  id: c,
8617
8617
  message: F,
8618
- hasValidationMessage: !!_,
8618
+ hasValidationMessage: !!E,
8619
8619
  validationMessageHasDecorators: !0,
8620
8620
  validationStatus: b
8621
8621
  }
@@ -8643,18 +8643,18 @@ const E2 = (o) => {
8643
8643
  "title",
8644
8644
  "className"
8645
8645
  ]);
8646
- const u = "pds-modal", p = o !== "md" ? `${u}--${o}` : null, [f, E] = R(c);
8646
+ const u = "pds-modal", p = o !== "md" ? `${u}--${o}` : null, [f, _] = R(c);
8647
8647
  ie(() => {
8648
- E(c);
8648
+ _(c);
8649
8649
  }, [c]), ie(() => {
8650
8650
  r(f);
8651
8651
  }, [f]);
8652
8652
  const { refs: $, context: g, floatingStyles: v } = Ie({
8653
8653
  open: f,
8654
- onOpenChange: E
8655
- }), _ = Je(g), b = Se(g, {
8654
+ onOpenChange: _
8655
+ }), E = Je(g), b = Se(g, {
8656
8656
  outsidePressEvent: "mousedown"
8657
- }), C = Te(g), { getFloatingProps: w } = Oe([_, b, C]), { isMounted: x, styles: H } = Qe(g, {
8657
+ }), C = Te(g), { getFloatingProps: w } = Oe([E, b, C]), { isMounted: x, styles: H } = Qe(g, {
8658
8658
  duration: {
8659
8659
  open: 300,
8660
8660
  close: 300
@@ -8683,7 +8683,7 @@ const E2 = (o) => {
8683
8683
  position: "fixed"
8684
8684
  })
8685
8685
  },
8686
- /* @__PURE__ */ e.createElement(_s, { context: g }, /* @__PURE__ */ e.createElement(
8686
+ /* @__PURE__ */ e.createElement(Es, { context: g }, /* @__PURE__ */ e.createElement(
8687
8687
  "div",
8688
8688
  y(fe(y({
8689
8689
  ref: $.setFloating,
@@ -8698,7 +8698,7 @@ const E2 = (o) => {
8698
8698
  a && /* @__PURE__ */ e.createElement(
8699
8699
  "button",
8700
8700
  {
8701
- onClick: () => E(!1),
8701
+ onClick: () => _(!1),
8702
8702
  className: `${u}__close`,
8703
8703
  type: "button"
8704
8704
  },
@@ -8788,7 +8788,7 @@ const E2 = (o) => {
8788
8788
  },
8789
8789
  N.linkContent
8790
8790
  ))
8791
- ), [u, p] = R(!1), { refs: f, floatingStyles: E, context: $ } = Ie({
8791
+ ), [u, p] = R(!1), { refs: f, floatingStyles: _, context: $ } = Ie({
8792
8792
  placement: "right-start",
8793
8793
  open: u,
8794
8794
  onOpenChange: p,
@@ -8797,10 +8797,10 @@ const E2 = (o) => {
8797
8797
  }), g = vt($, {
8798
8798
  move: !1,
8799
8799
  handleClose: bs()
8800
- }), v = gs($), _ = Se($), b = Te($, { role: "menu" }), { getReferenceProps: C, getFloatingProps: w } = Oe([
8800
+ }), v = gs($), E = Se($), b = Te($, { role: "menu" }), { getReferenceProps: C, getFloatingProps: w } = Oe([
8801
8801
  g,
8802
8802
  v,
8803
- _,
8803
+ E,
8804
8804
  b
8805
8805
  ]), x = (H) => {
8806
8806
  const M = H.target;
@@ -8843,7 +8843,7 @@ const E2 = (o) => {
8843
8843
  y({
8844
8844
  className: `${l}__flyout`,
8845
8845
  ref: f.setFloating,
8846
- style: E
8846
+ style: _
8847
8847
  }, w()),
8848
8848
  /* @__PURE__ */ e.createElement("div", { className: `${l}__flyout-heading` }, lt(r)),
8849
8849
  h(o, "second-level-flyout")
@@ -8872,7 +8872,7 @@ const E2 = (o) => {
8872
8872
  "selectTextFallback",
8873
8873
  "className"
8874
8874
  ]);
8875
- const i = "pds-dropdown-menu", [m, d] = R(!1), [h, u] = R(null), p = Bs(n), f = p ? p.props.children : a, E = /* @__PURE__ */ e.createElement(
8875
+ const i = "pds-dropdown-menu", [m, d] = R(!1), [h, u] = R(null), p = Bs(n), f = p ? p.props.children : a, _ = /* @__PURE__ */ e.createElement(
8876
8876
  P,
8877
8877
  {
8878
8878
  iconName: "check",
@@ -8904,7 +8904,7 @@ const E2 = (o) => {
8904
8904
  tabIndex: -1
8905
8905
  }
8906
8906
  )
8907
- }), _ = (I) => {
8907
+ }), E = (I) => {
8908
8908
  const A = [];
8909
8909
  return I.forEach((B) => {
8910
8910
  B.links ? (A.push(v({ item: B, level: "top-level" })), B.links.forEach((F) => {
@@ -8968,7 +8968,7 @@ const E2 = (o) => {
8968
8968
  zIndex: "var(--pds-z-index-dropdown)"
8969
8969
  })
8970
8970
  }, z()),
8971
- _(n).map((I, A) => /* @__PURE__ */ e.createElement(
8971
+ E(n).map((I, A) => /* @__PURE__ */ e.createElement(
8972
8972
  "li",
8973
8973
  y({
8974
8974
  key: A,
@@ -8980,7 +8980,7 @@ const E2 = (o) => {
8980
8980
  }
8981
8981
  }, O()),
8982
8982
  I.linkContent,
8983
- I.isActive === !0 && E
8983
+ I.isActive === !0 && _
8984
8984
  ))
8985
8985
  ));
8986
8986
  }, N2 = /* @__PURE__ */ e.createElement(
@@ -9340,23 +9340,23 @@ const E2 = (o) => {
9340
9340
  const h = we(xt);
9341
9341
  let u = !0, p = null;
9342
9342
  h && (u = h.isSidebarExpanded, p = h.logoLinkContent);
9343
- const f = "pds-dashboard-nav", E = u ? `${f}--expanded` : `${f}--collapsed`, $ = /* @__PURE__ */ e.createElement(e.Fragment, null, a.length > 0 && /* @__PURE__ */ e.createElement("ul", { className: `${f}__menu ${f}__menu--top-level` }, a.map((_, b) => /* @__PURE__ */ e.createElement(
9343
+ const f = "pds-dashboard-nav", _ = u ? `${f}--expanded` : `${f}--collapsed`, $ = /* @__PURE__ */ e.createElement(e.Fragment, null, a.length > 0 && /* @__PURE__ */ e.createElement("ul", { className: `${f}__menu ${f}__menu--top-level` }, a.map((E, b) => /* @__PURE__ */ e.createElement(
9344
9344
  w2,
9345
9345
  {
9346
9346
  key: b,
9347
- icon: _.icon,
9348
- isActive: ye(_),
9347
+ icon: E.icon,
9348
+ isActive: ye(E),
9349
9349
  isSidebarExpanded: u,
9350
9350
  labels: n,
9351
- linkContent: _.linkContent,
9352
- links: _.links
9351
+ linkContent: E.linkContent,
9352
+ links: E.links
9353
9353
  }
9354
- )))), g = a.map((_) => fe(y({}, _), {
9354
+ )))), g = a.map((E) => fe(y({}, E), {
9355
9355
  linkContent: Gt(
9356
9356
  f,
9357
- _.linkContent,
9358
- _.links,
9359
- _.icon
9357
+ E.linkContent,
9358
+ E.links,
9359
+ E.icon
9360
9360
  )
9361
9361
  })), v = /* @__PURE__ */ e.createElement(
9362
9362
  Jt,
@@ -9369,7 +9369,7 @@ const E2 = (o) => {
9369
9369
  "nav",
9370
9370
  y({
9371
9371
  "aria-label": t,
9372
- className: K([f, E, r])
9372
+ className: K([f, _, r])
9373
9373
  }, o),
9374
9374
  !m && /* @__PURE__ */ e.createElement(
9375
9375
  js,
@@ -9428,12 +9428,12 @@ const E2 = (o) => {
9428
9428
  "translationStrings",
9429
9429
  "className"
9430
9430
  ]);
9431
- const [E, $] = R(!1);
9431
+ const [_, $] = R(!1);
9432
9432
  let g = !1;
9433
9433
  const v = we(je);
9434
9434
  v && (g = v.isMobile);
9435
- const _ = we(xt);
9436
- _ && (l = _.logoLinkContent);
9435
+ const E = we(xt);
9436
+ E && (l = E.logoLinkContent);
9437
9437
  const b = "pds-navbar", C = c ? `${b}--noBorder` : "", w = n !== "default" ? `${b}--${n}` : "", x = g ? `${b}--isMobile` : `${b}--notMobile`, H = (T) => {
9438
9438
  const D = T.key;
9439
9439
  let W = !1;
@@ -9448,34 +9448,34 @@ const E2 = (o) => {
9448
9448
  ie(() => (window.addEventListener("keyup", H), () => {
9449
9449
  window.removeEventListener("keyup", H);
9450
9450
  }), []);
9451
- const M = () => $(!E), N = Js();
9451
+ const M = () => $(!_), N = Js();
9452
9452
  ie(() => {
9453
9453
  if (g && t) {
9454
9454
  const T = Cs(
9455
9455
  document.querySelector(".pds-navbar__mobile")
9456
9456
  ), D = ["a", "button", "input", "select", "textarea"];
9457
- E ? T.forEach((W) => {
9457
+ _ ? T.forEach((W) => {
9458
9458
  D.includes(W.nodeName.toLowerCase()) && (W.tabIndex = 0);
9459
9459
  }) : T.forEach((W) => {
9460
9460
  D.includes(W.nodeName.toLowerCase()) && (W.tabIndex = -1);
9461
9461
  });
9462
9462
  }
9463
- }, [E]);
9463
+ }, [_]);
9464
9464
  const L = (T) => {
9465
9465
  T.target.nodeName === "A" && $(!1);
9466
9466
  };
9467
9467
  ie(() => {
9468
- if (E) {
9468
+ if (_) {
9469
9469
  const T = document.querySelector(".pds-navbar__bar-mobile"), D = document.querySelector(".pds-navbar__mobile");
9470
9470
  return T.addEventListener("click", L), D.addEventListener("click", L), () => {
9471
9471
  T.removeEventListener("click", L), D.removeEventListener("click", L);
9472
9472
  };
9473
9473
  }
9474
- }, [E]), ie(() => {
9474
+ }, [_]), ie(() => {
9475
9475
  g ? document.body.classList.add("pds-no-scroll-x") : document.body.classList.remove("pds-no-scroll-x");
9476
9476
  }, [g]), ie(() => {
9477
- E ? document.body.classList.add("pds-no-scroll") : document.body.classList.remove("pds-no-scroll");
9478
- }, [E]);
9477
+ _ ? document.body.classList.add("pds-no-scroll") : document.body.classList.remove("pds-no-scroll");
9478
+ }, [_]);
9479
9479
  const z = Yt(t), O = z["items-left"], V = z["items-right"];
9480
9480
  let k = "default";
9481
9481
  (n === "reverse" || n === "reverse-transparent") && (k = "reverse");
@@ -9494,14 +9494,14 @@ const E2 = (o) => {
9494
9494
  "button",
9495
9495
  {
9496
9496
  className: `${b}__menu-toggle`,
9497
- "aria-label": E ? d.closeMobileNav : d.openMobileNav,
9497
+ "aria-label": _ ? d.closeMobileNav : d.openMobileNav,
9498
9498
  onClick: M
9499
9499
  },
9500
- /* @__PURE__ */ e.createElement(P, { iconName: E ? "xmark" : "bars", iconSize: "lg" })
9500
+ /* @__PURE__ */ e.createElement(P, { iconName: _ ? "xmark" : "bars", iconSize: "lg" })
9501
9501
  ), j = /* @__PURE__ */ e.createElement(
9502
9502
  "div",
9503
9503
  {
9504
- className: E ? `${b}__mobile ${b}__mobile--open` : `${b}__mobile ${b}__mobile--closed`,
9504
+ className: _ ? `${b}__mobile ${b}__mobile--open` : `${b}__mobile ${b}__mobile--closed`,
9505
9505
  ref: N
9506
9506
  },
9507
9507
  /* @__PURE__ */ e.createElement(dt, null, O, V)
@@ -9552,10 +9552,10 @@ const E2 = (o) => {
9552
9552
  "className"
9553
9553
  ]);
9554
9554
  const u = "pds-side-nav", [p, f] = R(1025);
9555
- ie(() => (f(window.innerWidth), window.addEventListener("resize", E), () => {
9556
- window.removeEventListener("resize", E);
9555
+ ie(() => (f(window.innerWidth), window.addEventListener("resize", _), () => {
9556
+ window.removeEventListener("resize", _);
9557
9557
  }), []);
9558
- const E = () => {
9558
+ const _ = () => {
9559
9559
  f(window.innerWidth);
9560
9560
  }, $ = p <= o, g = (C) => {
9561
9561
  const w = C.target;
@@ -9617,7 +9617,7 @@ const E2 = (o) => {
9617
9617
  x
9618
9618
  )
9619
9619
  );
9620
- }, _ = /* @__PURE__ */ e.createElement(e.Fragment, null, a && /* @__PURE__ */ e.createElement("h2", { className: `${u}__heading` }, a), r.length > 0 && /* @__PURE__ */ e.createElement("ul", { className: `${u}__menu ${u}__menu--top-level` }, r.map((C, w) => v(C, w)))), b = /* @__PURE__ */ e.createElement(
9620
+ }, E = /* @__PURE__ */ e.createElement(e.Fragment, null, a && /* @__PURE__ */ e.createElement("h2", { className: `${u}__heading` }, a), r.length > 0 && /* @__PURE__ */ e.createElement("ul", { className: `${u}__menu ${u}__menu--top-level` }, r.map((C, w) => v(C, w)))), b = /* @__PURE__ */ e.createElement(
9621
9621
  Jt,
9622
9622
  {
9623
9623
  headingText: a,
@@ -9631,7 +9631,7 @@ const E2 = (o) => {
9631
9631
  "aria-label": t,
9632
9632
  className: K([u, i != null ? i : ""])
9633
9633
  }, m),
9634
- $ && n ? b : _
9634
+ $ && n ? b : E
9635
9635
  );
9636
9636
  }, rn = (d) => {
9637
9637
  var h = d, {
@@ -9657,10 +9657,10 @@ const E2 = (o) => {
9657
9657
  "className"
9658
9658
  ]);
9659
9659
  const u = "pds-side-nav-compact", [p, f] = R(1025);
9660
- ie(() => (f(window.innerWidth), window.addEventListener("resize", E), () => {
9661
- window.removeEventListener("resize", E);
9660
+ ie(() => (f(window.innerWidth), window.addEventListener("resize", _), () => {
9661
+ window.removeEventListener("resize", _);
9662
9662
  }), []);
9663
- const E = () => {
9663
+ const _ = () => {
9664
9664
  f(window.innerWidth);
9665
9665
  }, $ = p <= o, g = (C) => {
9666
9666
  const w = C.target;
@@ -9761,7 +9761,7 @@ const E2 = (o) => {
9761
9761
  x
9762
9762
  )
9763
9763
  );
9764
- }, _ = /* @__PURE__ */ e.createElement(e.Fragment, null, a && /* @__PURE__ */ e.createElement("h2", { className: `${u}__heading` }, a), r.length > 0 && /* @__PURE__ */ e.createElement("ul", { className: `${u}__menu ${u}__menu--top-level` }, r.map((C, w) => v(C, w)))), b = /* @__PURE__ */ e.createElement(
9764
+ }, E = /* @__PURE__ */ e.createElement(e.Fragment, null, a && /* @__PURE__ */ e.createElement("h2", { className: `${u}__heading` }, a), r.length > 0 && /* @__PURE__ */ e.createElement("ul", { className: `${u}__menu ${u}__menu--top-level` }, r.map((C, w) => v(C, w)))), b = /* @__PURE__ */ e.createElement(
9765
9765
  Jt,
9766
9766
  {
9767
9767
  headingText: a,
@@ -9775,7 +9775,7 @@ const E2 = (o) => {
9775
9775
  "aria-label": t,
9776
9776
  className: K([u, i != null ? i : ""])
9777
9777
  }, m),
9778
- $ && n ? b : _
9778
+ $ && n ? b : E
9779
9779
  );
9780
9780
  }, on = (m) => {
9781
9781
  var d = m, {
@@ -9795,11 +9795,11 @@ const E2 = (o) => {
9795
9795
  "withinNavbar",
9796
9796
  "className"
9797
9797
  ]);
9798
- const [h, u] = R(null), [p, f] = R(!1), E = se([]), $ = se([]);
9798
+ const [h, u] = R(null), [p, f] = R(!1), _ = se([]), $ = se([]);
9799
9799
  let g = !1;
9800
9800
  const v = we(je);
9801
9801
  v && (g = v.isMobile);
9802
- const _ = o && g, b = "pds-user-menu", C = _ ? `${b}--isMobile` : null, w = `${b}__menu`, { refs: x, floatingStyles: H, context: M } = Ie({
9802
+ const E = o && g, b = "pds-user-menu", C = E ? `${b}--isMobile` : null, w = `${b}__menu`, { refs: x, floatingStyles: H, context: M } = Ie({
9803
9803
  placement: "bottom-end",
9804
9804
  open: p,
9805
9805
  onOpenChange: f,
@@ -9837,26 +9837,26 @@ const E2 = (o) => {
9837
9837
  uniqueId: a,
9838
9838
  className: `${b}__avatar`
9839
9839
  }
9840
- ), Z = /* @__PURE__ */ e.createElement(P, { iconName: "angleDown", className: `${b}__trigger-icon` }), G = /* @__PURE__ */ e.createElement("li", { className: `${b}__user-details`, role: "presentation" }, _ ? null : /* @__PURE__ */ e.createElement("div", { className: `${b}__user-name` }, r), /* @__PURE__ */ e.createElement("div", { className: `${b}__user-email` }, a));
9840
+ ), Z = /* @__PURE__ */ e.createElement(P, { iconName: "angleDown", className: `${b}__trigger-icon` }), G = /* @__PURE__ */ e.createElement("li", { className: `${b}__user-details`, role: "presentation" }, E ? null : /* @__PURE__ */ e.createElement("div", { className: `${b}__user-name` }, r), /* @__PURE__ */ e.createElement("div", { className: `${b}__user-email` }, a));
9841
9841
  n.forEach((J) => {
9842
9842
  const de = J.id ? J.id : We();
9843
- E.current.push(de), $.current.push(J);
9843
+ _.current.push(de), $.current.push(J);
9844
9844
  });
9845
9845
  const T = (J) => {
9846
- const de = E.current.indexOf(J), ae = $.current[de];
9846
+ const de = _.current.indexOf(J), ae = $.current[de];
9847
9847
  ae.linkContent && !ae.disabled && (O.current[de].querySelector("a").click(), f(!1)), ae.callback && !ae.disabled && (ae.callback(ae), f(!1));
9848
9848
  }, D = (J) => {
9849
9849
  J.preventDefault(), J.key === "Enter" && T(J.currentTarget.id);
9850
9850
  }, W = (J) => {
9851
9851
  T(J.currentTarget.id);
9852
9852
  }, U = n.map((J, de) => {
9853
- const ae = E.current[de], ee = `${b}__item`, _e = J.disabled ? `${ee}--disabled` : null;
9853
+ const ae = _.current[de], ee = `${b}__item`, Ee = J.disabled ? `${ee}--disabled` : null;
9854
9854
  return /* @__PURE__ */ e.createElement(
9855
9855
  "li",
9856
9856
  y({
9857
9857
  key: ae,
9858
9858
  id: ae,
9859
- className: K([ee, _e]),
9859
+ className: K([ee, Ee]),
9860
9860
  role: "menuitem",
9861
9861
  tabIndex: h === de ? 0 : -1,
9862
9862
  ref: (me) => {
@@ -9923,7 +9923,7 @@ const E2 = (o) => {
9923
9923
  y({
9924
9924
  className: K([b, C, l != null ? l : ""])
9925
9925
  }, i),
9926
- _ ? be : ne
9926
+ E ? be : ne
9927
9927
  );
9928
9928
  }, H2 = {
9929
9929
  info: "circleInfo",
@@ -9952,13 +9952,13 @@ const E2 = (o) => {
9952
9952
  const [d, h] = R(t), u = d.length;
9953
9953
  if (u === 0)
9954
9954
  return null;
9955
- const p = "pds-banner", f = u > 1 ? `${p}-group--multiple` : null, E = {
9955
+ const p = "pds-banner", f = u > 1 ? `${p}-group--multiple` : null, _ = {
9956
9956
  info: `${p}--info`,
9957
9957
  warning: `${p}--warning`,
9958
9958
  critical: `${p}--critical`
9959
9959
  }, $ = u > 0 ? d[0].type : null, g = $ ? `${p}-group--${$}` : null, v = (H) => ({
9960
9960
  zIndex: St - H
9961
- }), _ = (H) => H === 0 ? 0 : -1, b = () => {
9961
+ }), E = (H) => H === 0 ? 0 : -1, b = () => {
9962
9962
  const H = document.getElementsByClassName(
9963
9963
  `${p}--fading`
9964
9964
  );
@@ -9997,7 +9997,7 @@ const E2 = (o) => {
9997
9997
  {
9998
9998
  key: N,
9999
9999
  id: N,
10000
- className: K([p, E[V]]),
10000
+ className: K([p, _[V]]),
10001
10001
  role: I,
10002
10002
  style: {
10003
10003
  zIndex: v(M).zIndex
@@ -10016,7 +10016,7 @@ const E2 = (o) => {
10016
10016
  {
10017
10017
  className: `${p}__dismiss-button`,
10018
10018
  onClick: B,
10019
- tabIndex: _(M)
10019
+ tabIndex: E(M)
10020
10020
  },
10021
10021
  n
10022
10022
  )
@@ -10133,7 +10133,7 @@ const E2 = (o) => {
10133
10133
  "typeLabels",
10134
10134
  "className"
10135
10135
  ]);
10136
- const p = se(null), f = "pds-section-message", E = {
10136
+ const p = se(null), f = "pds-section-message", _ = {
10137
10137
  error: `${f}--error`,
10138
10138
  success: `${f}--success`,
10139
10139
  warning: `${f}--warning`,
@@ -10142,21 +10142,21 @@ const E2 = (o) => {
10142
10142
  discovery: `${f}--discovery`,
10143
10143
  dismissing: `${f}--dismissing`,
10144
10144
  dismissed: `${f}--dismissed`
10145
- }, $ = o ? `${f}--hasTitle` : null, v = ["critical", "warning"].includes(l) ? "alert" : "status", _ = `${i[l]}: `, b = () => {
10145
+ }, $ = o ? `${f}--hasTitle` : null, v = ["critical", "warning"].includes(l) ? "alert" : "status", E = `${i[l]}: `, b = () => {
10146
10146
  p.current.addEventListener("animationend", C, {
10147
10147
  once: !0
10148
10148
  });
10149
10149
  }, C = (x) => {
10150
10150
  c(x, n);
10151
10151
  }, w = () => {
10152
- b(), p.current.classList.toggle(E.dismissing), setTimeout(() => {
10153
- p.current.classList.toggle(E.dismissing), p.current.classList.toggle(E.dismissed);
10152
+ b(), p.current.classList.toggle(_.dismissing), setTimeout(() => {
10153
+ p.current.classList.toggle(_.dismissing), p.current.classList.toggle(_.dismissed);
10154
10154
  }, 400);
10155
10155
  };
10156
10156
  return /* @__PURE__ */ e.createElement(
10157
10157
  "div",
10158
10158
  y({
10159
- className: [f, E[l], $, m != null ? m : ""].join(" ").trim().replace(/\s+/g, " "),
10159
+ className: [f, _[l], $, m != null ? m : ""].join(" ").trim().replace(/\s+/g, " "),
10160
10160
  id: n,
10161
10161
  ref: p,
10162
10162
  role: v
@@ -10167,7 +10167,7 @@ const E2 = (o) => {
10167
10167
  iconName: `${l}` in Ft ? Ft[l] : Ft.info,
10168
10168
  iconSize: "md"
10169
10169
  }
10170
- )), /* @__PURE__ */ e.createElement("div", { className: `${f}__text` }, /* @__PURE__ */ e.createElement("span", { className: "visually-hidden" }, _), o && /* @__PURE__ */ e.createElement("div", { className: `${f}__title` }, o), /* @__PURE__ */ e.createElement("div", { className: `${f}__message` }, r))),
10170
+ )), /* @__PURE__ */ e.createElement("div", { className: `${f}__text` }, /* @__PURE__ */ e.createElement("span", { className: "visually-hidden" }, E), o && /* @__PURE__ */ e.createElement("div", { className: `${f}__title` }, o), /* @__PURE__ */ e.createElement("div", { className: `${f}__message` }, r))),
10171
10171
  a && /* @__PURE__ */ e.createElement(
10172
10172
  "button",
10173
10173
  {
@@ -10203,7 +10203,7 @@ const E2 = (o) => {
10203
10203
  /* @__PURE__ */ e.createElement("div", { className: `${m}__content` }, t)
10204
10204
  );
10205
10205
  }, Ue = 8, ms = 14, z2 = 6, hn = (f) => {
10206
- var E = f, {
10206
+ var _ = f, {
10207
10207
  content: t,
10208
10208
  customTrigger: n = !1,
10209
10209
  hasCloseButton: a = !1,
@@ -10218,7 +10218,7 @@ const E2 = (o) => {
10218
10218
  setPopoverIsOpen: h = () => {
10219
10219
  },
10220
10220
  className: u
10221
- } = E, p = S(E, [
10221
+ } = _, p = S(_, [
10222
10222
  "content",
10223
10223
  "customTrigger",
10224
10224
  "hasCloseButton",
@@ -10239,9 +10239,9 @@ const E2 = (o) => {
10239
10239
  }, [d]), ie(() => {
10240
10240
  h($);
10241
10241
  }, [$]);
10242
- const v = typeof n, _ = "pds-popover", b = [
10243
- `${_}__trigger-custom`,
10244
- v === "string" ? `${_}__trigger-text` : ""
10242
+ const v = typeof n, E = "pds-popover", b = [
10243
+ `${E}__trigger-custom`,
10244
+ v === "string" ? `${E}__trigger-text` : ""
10245
10245
  ].join(" ").trim().replace(/\s+/g, " "), C = n ? c : 0, w = se(null), { refs: x, floatingStyles: H, context: M, middlewareData: N } = Ie({
10246
10246
  placement: o,
10247
10247
  open: $,
@@ -10277,27 +10277,27 @@ const E2 = (o) => {
10277
10277
  return /* @__PURE__ */ e.createElement(
10278
10278
  "div",
10279
10279
  y({
10280
- className: [_, u].join(" ").trim().replace(/\s+/g, " ")
10280
+ className: [E, u].join(" ").trim().replace(/\s+/g, " ")
10281
10281
  }, p),
10282
10282
  /* @__PURE__ */ e.createElement(
10283
10283
  "span",
10284
10284
  y({
10285
- className: `${_}__trigger`,
10285
+ className: `${E}__trigger`,
10286
10286
  ref: x.setReference
10287
10287
  }, k()),
10288
10288
  n ? /* @__PURE__ */ e.createElement("span", { className: b }, n) : /* @__PURE__ */ e.createElement(e.Fragment, null, /* @__PURE__ */ e.createElement("span", { className: "visually-hidden" }, m), /* @__PURE__ */ e.createElement(
10289
10289
  P,
10290
10290
  {
10291
10291
  iconName: i,
10292
- className: `${_}__icon`,
10292
+ className: `${E}__icon`,
10293
10293
  iconSize: "md"
10294
10294
  }
10295
10295
  ))
10296
10296
  ),
10297
- Z && /* @__PURE__ */ e.createElement(_s, { context: M, modal: !1 }, /* @__PURE__ */ e.createElement(
10297
+ Z && /* @__PURE__ */ e.createElement(Es, { context: M, modal: !1 }, /* @__PURE__ */ e.createElement(
10298
10298
  "div",
10299
10299
  y({
10300
- className: `${_}__container`,
10300
+ className: `${E}__container`,
10301
10301
  ref: x.setFloating,
10302
10302
  style: H
10303
10303
  }, I()),
@@ -10312,10 +10312,10 @@ const E2 = (o) => {
10312
10312
  fill: "var(--pds-color-background-default)",
10313
10313
  stroke: "var(--pds-color-border-default)",
10314
10314
  strokeWidth: 1,
10315
- className: `${_}__arrow`
10315
+ className: `${E}__arrow`
10316
10316
  }
10317
10317
  ),
10318
- /* @__PURE__ */ e.createElement("div", { className: `${_}__container-inner` }, l && /* @__PURE__ */ e.createElement("div", { className: `${_}__title` }, l), t && /* @__PURE__ */ e.createElement("div", { className: `${_}__content` }, t), a && /* @__PURE__ */ e.createElement("button", { onClick: L, className: `${_}__close` }, /* @__PURE__ */ e.createElement("span", { className: "visually-hidden" }, "Close"), /* @__PURE__ */ e.createElement(P, { iconName: "xmark", iconSize: "lg" })))
10318
+ /* @__PURE__ */ e.createElement("div", { className: `${E}__container-inner` }, l && /* @__PURE__ */ e.createElement("div", { className: `${E}__title` }, l), t && /* @__PURE__ */ e.createElement("div", { className: `${E}__content` }, t), a && /* @__PURE__ */ e.createElement("button", { onClick: L, className: `${E}__close` }, /* @__PURE__ */ e.createElement("span", { className: "visually-hidden" }, "Close"), /* @__PURE__ */ e.createElement(P, { iconName: "xmark", iconSize: "lg" })))
10319
10319
  ))
10320
10320
  );
10321
10321
  }, us = {
@@ -10351,31 +10351,31 @@ const E2 = (o) => {
10351
10351
  "size",
10352
10352
  "className"
10353
10353
  ]);
10354
- const f = n || We(), E = "pds-progress-bar", $ = l ? `${E}__label` : "visually-hidden", g = `${E}__track ${E}__track--${m}`, v = o > 100 ? 100 : o;
10355
- let _ = "neutral";
10354
+ const f = n || We(), _ = "pds-progress-bar", $ = l ? `${_}__label` : "visually-hidden", g = `${_}__track ${_}__track--${m}`, v = o > 100 ? 100 : o;
10355
+ let E = "neutral";
10356
10356
  t.forEach((x) => {
10357
- o >= x.percentage && (_ = x.colorType);
10357
+ o >= x.percentage && (E = x.colorType);
10358
10358
  });
10359
- const b = /* @__PURE__ */ e.createElement("div", { className: `${E}__message` }, c), C = c && r === "above", w = c && r === "below";
10359
+ const b = /* @__PURE__ */ e.createElement("div", { className: `${_}__message` }, c), C = c && r === "above", w = c && r === "below";
10360
10360
  return /* @__PURE__ */ e.createElement(
10361
10361
  "div",
10362
10362
  y({
10363
- className: [E, d].join(" ").trim().replace(/\s+/g, " "),
10363
+ className: [_, d].join(" ").trim().replace(/\s+/g, " "),
10364
10364
  style: { "--bar-percentage": `${v}%` }
10365
10365
  }, h),
10366
10366
  /* @__PURE__ */ e.createElement("div", { id: f, className: $ }, a),
10367
- (C || i) && /* @__PURE__ */ e.createElement("div", { className: `${E}__details` }, C && b, i && /* @__PURE__ */ e.createElement(
10367
+ (C || i) && /* @__PURE__ */ e.createElement("div", { className: `${_}__details` }, C && b, i && /* @__PURE__ */ e.createElement(
10368
10368
  "div",
10369
10369
  {
10370
- className: `${E}__percentage`,
10370
+ className: `${_}__percentage`,
10371
10371
  style: {
10372
- color: `hsl(from var(${us[_]}) h s calc(l - 7))`
10372
+ color: `hsl(from var(${us[E]}) h s calc(l - 7))`
10373
10373
  }
10374
10374
  },
10375
10375
  o,
10376
10376
  "%"
10377
10377
  )),
10378
- /* @__PURE__ */ e.createElement("div", { className: `${E}__wrapper` }, /* @__PURE__ */ e.createElement(
10378
+ /* @__PURE__ */ e.createElement("div", { className: `${_}__wrapper` }, /* @__PURE__ */ e.createElement(
10379
10379
  "div",
10380
10380
  {
10381
10381
  role: "progressbar",
@@ -10386,10 +10386,10 @@ const E2 = (o) => {
10386
10386
  /* @__PURE__ */ e.createElement(
10387
10387
  "div",
10388
10388
  {
10389
- className: `${E}__bar`,
10389
+ className: `${_}__bar`,
10390
10390
  style: {
10391
10391
  width: `${v}%`,
10392
- backgroundColor: `var(${us[_]})`
10392
+ backgroundColor: `var(${us[E]})`
10393
10393
  }
10394
10394
  }
10395
10395
  )
@@ -10481,7 +10481,7 @@ const E2 = (o) => {
10481
10481
  /* @__PURE__ */ e.createElement(P, { iconName: Wt[l].icon, iconSize: "xl" })
10482
10482
  )))
10483
10483
  );
10484
- }, _n = (r) => {
10484
+ }, En = (r) => {
10485
10485
  var o = r, {
10486
10486
  label: t = null,
10487
10487
  type: n = "neutral",
@@ -10531,9 +10531,9 @@ let ps = [
10531
10531
  "color-20"
10532
10532
  ];
10533
10533
  const M2 = (t) => {
10534
- const n = parseInt(Es(t), 16);
10534
+ const n = parseInt(_s(t), 16);
10535
10535
  return ps[n % ps.length];
10536
- }, L2 = (t, n) => t.length > n ? t.slice(0, n) + " ..." : t, En = (m) => {
10536
+ }, L2 = (t, n) => t.length > n ? t.slice(0, n) + " ..." : t, _n = (m) => {
10537
10537
  var d = m, {
10538
10538
  linkContent: t,
10539
10539
  isRemovable: n,
@@ -10551,16 +10551,16 @@ const M2 = (t) => {
10551
10551
  "tagLabel",
10552
10552
  "className"
10553
10553
  ]);
10554
- const [h, u] = R(!0), p = "pds-tag", f = r ? `${p}--${r}` : `${p}--${M2(o)}`, E = h ? null : "pds-tag--hide", $ = () => {
10554
+ const [h, u] = R(!0), p = "pds-tag", f = r ? `${p}--${r}` : `${p}--${M2(o)}`, _ = h ? null : "pds-tag--hide", $ = () => {
10555
10555
  u((b) => !b);
10556
10556
  };
10557
- let g, v, _;
10558
- return t && !n && Fe(t) ? (g = t.type, v = t.props.href ? "href" : "to", _ = v === "href" ? t.props.href : t.props.to) : (g = "span", v = null, _ = null), /* @__PURE__ */ e.createElement(
10557
+ let g, v, E;
10558
+ return t && !n && Fe(t) ? (g = t.type, v = t.props.href ? "href" : "to", E = v === "href" ? t.props.href : t.props.to) : (g = "span", v = null, E = null), /* @__PURE__ */ e.createElement(
10559
10559
  g,
10560
10560
  y({
10561
- href: v === "href" ? _ : null,
10562
- to: v === "to" ? _ : null,
10563
- className: [p, f, E, l].join(" ").trim().replace(/\s+/g, " ")
10561
+ href: v === "href" ? E : null,
10562
+ to: v === "to" ? E : null,
10563
+ className: [p, f, _, l].join(" ").trim().replace(/\s+/g, " ")
10564
10564
  }, i),
10565
10565
  /* @__PURE__ */ e.createElement("span", { className: `${p}__label`, title: o }, L2(o, 20)),
10566
10566
  n ? /* @__PURE__ */ e.createElement(
@@ -10605,18 +10605,18 @@ const M2 = (t) => {
10605
10605
  "children",
10606
10606
  "className"
10607
10607
  ]);
10608
- const p = "pds-flex", f = l ? `${p}-gap--${l}` : null, E = a ? `${p}-direction--${a}` : null, $ = c ? `${p}--${c}` : null, g = r ? `${p}-justify--${r}` : null, v = n ? `${p}-align-items--${n}` : null, _ = t ? `${p}-align-content--${t}` : null, b = o && o !== "same" ? `${p}-mobile--${o}` : null;
10608
+ const p = "pds-flex", f = l ? `${p}-gap--${l}` : null, _ = a ? `${p}-direction--${a}` : null, $ = c ? `${p}--${c}` : null, g = r ? `${p}-justify--${r}` : null, v = n ? `${p}-align-items--${n}` : null, E = t ? `${p}-align-content--${t}` : null, b = o && o !== "same" ? `${p}-mobile--${o}` : null;
10609
10609
  return /* @__PURE__ */ e.createElement(
10610
10610
  "div",
10611
10611
  y({
10612
10612
  className: [
10613
10613
  "pds-flex-container",
10614
10614
  f,
10615
- E,
10615
+ _,
10616
10616
  $,
10617
10617
  g,
10618
10618
  v,
10619
- _,
10619
+ E,
10620
10620
  b,
10621
10621
  m
10622
10622
  ].join(" ").trim().replace(/\s+/g, " ")
@@ -10774,21 +10774,21 @@ const S2 = (o) => {
10774
10774
  "className"
10775
10775
  ]);
10776
10776
  const i = "pds-two-item-layout", m = n === "standard" ? "pds-grid" : `pds-grid pds-grid--${n}`, d = ["pds-grid-item--md-6"], h = ["pds-grid-item--md-4", "pds-grid-item--lg-3"], u = ["pds-grid-item--md-8", "pds-grid-item--lg-9"], p = ["pds-grid-item", "pds-grid-item--sm-4"];
10777
- let f, E;
10777
+ let f, _;
10778
10778
  switch (a) {
10779
10779
  case "equal":
10780
- f = p.concat(d), E = p.concat(d);
10780
+ f = p.concat(d), _ = p.concat(d);
10781
10781
  break;
10782
10782
  case "one-third-start":
10783
- f = p.concat(h), E = p.concat(u);
10783
+ f = p.concat(h), _ = p.concat(u);
10784
10784
  break;
10785
10785
  case "one-third-end":
10786
- f = p.concat(u), E = p.concat(h);
10786
+ f = p.concat(u), _ = p.concat(h);
10787
10787
  }
10788
10788
  const $ = {};
10789
- e.Children.forEach(t, (_) => {
10790
- const b = _.props.slot;
10791
- b && ($[b] ? $[b].push(_) : $[b] = [_]);
10789
+ e.Children.forEach(t, (E) => {
10790
+ const b = E.props.slot;
10791
+ b && ($[b] ? $[b].push(E) : $[b] = [E]);
10792
10792
  });
10793
10793
  const g = $["first-item"], v = $["second-item"];
10794
10794
  return /* @__PURE__ */ e.createElement(
@@ -10797,7 +10797,7 @@ const S2 = (o) => {
10797
10797
  className: [i, m, c].join(" ").trim().replace(/\s+/g, " ")
10798
10798
  }, r),
10799
10799
  /* @__PURE__ */ e.createElement("div", { className: f.join(" ").trim() }, g),
10800
- /* @__PURE__ */ e.createElement("div", { className: E.join(" ").trim() }, v)
10800
+ /* @__PURE__ */ e.createElement("div", { className: _.join(" ").trim() }, v)
10801
10801
  );
10802
10802
  };
10803
10803
  S2.propTypes = {
@@ -10841,24 +10841,25 @@ const vn = ({
10841
10841
  let p = !1;
10842
10842
  const f = we(je);
10843
10843
  f && (p = f.isMobile);
10844
- const E = Yt(t);
10844
+ const _ = Yt(t);
10845
10845
  let $ = "pds-grid-item pds-grid-item--md-8", g = "pds-grid-item pds-grid-item--md-4";
10846
10846
  r === "narrow" && ($ = "pds-grid-item pds-grid-item--md-9", g = "pds-grid-item pds-grid-item--md-3"), r === "wide" && ($ = "pds-grid-item pds-grid-item--md-7 pds-grid-item--lg-8", g = "pds-grid-item pds-grid-item--md-5 pds-grid-item--lg-4");
10847
10847
  const v = /* @__PURE__ */ e.createElement(
10848
10848
  "div",
10849
10849
  {
10850
+ key: "content",
10850
10851
  className: `${d}__main ${p ? "pds-grid-item" : $}`
10851
10852
  },
10852
- E.content
10853
- ), _ = /* @__PURE__ */ e.createElement(
10853
+ _.content
10854
+ ), E = /* @__PURE__ */ e.createElement(
10854
10855
  "div",
10855
10856
  {
10857
+ key: "sidebar",
10856
10858
  className: `${d}__side ${p ? "pds-grid-item" : g}`
10857
10859
  },
10858
- E.sidebar
10860
+ _.sidebar
10859
10861
  );
10860
- let b;
10861
- return a === "left" ? b = [_, v] : b = [v, _], p && (c === "before" ? b = [_, v] : b = [v, _]), /* @__PURE__ */ e.createElement(
10862
+ return /* @__PURE__ */ e.createElement(
10862
10863
  "div",
10863
10864
  y({
10864
10865
  className: K([
@@ -10868,7 +10869,7 @@ const vn = ({
10868
10869
  o != null ? o : ""
10869
10870
  ])
10870
10871
  }, l),
10871
- b
10872
+ p ? c === "before" ? /* @__PURE__ */ e.createElement(e.Fragment, null, E, v) : /* @__PURE__ */ e.createElement(e.Fragment, null, v, E) : a === "left" ? /* @__PURE__ */ e.createElement(e.Fragment, null, E, v) : /* @__PURE__ */ e.createElement(e.Fragment, null, v, E)
10872
10873
  );
10873
10874
  };
10874
10875
  export {
@@ -10942,15 +10943,15 @@ export {
10942
10943
  s2 as SplitButton,
10943
10944
  n2 as StatsTileList,
10944
10945
  Qt as StatusBadge,
10945
- _n as StatusIndicator,
10946
+ En as StatusIndicator,
10946
10947
  o2 as Stepper,
10947
10948
  V2 as StepperLayout,
10948
10949
  tn as Switch,
10949
10950
  i2 as Table,
10950
10951
  d2 as TableOfContents,
10951
10952
  U2 as Tabs,
10952
- En as Tag,
10953
- E2 as Tally,
10953
+ _n as Tag,
10954
+ _2 as Tally,
10954
10955
  f2 as TextInput,
10955
10956
  sn as Textarea,
10956
10957
  I2 as ThreeItemLayout,
@@ -10963,7 +10964,7 @@ export {
10963
10964
  Ct as Tooltip,
10964
10965
  S2 as TwoItemLayout,
10965
10966
  on as UserMenu,
10966
- _2 as WorkspaceSelector,
10967
+ E2 as WorkspaceSelector,
10967
10968
  as as iconList,
10968
10969
  ps as tagColors,
10969
10970
  G2 as useToast