@nysds/components 1.10.0 → 1.10.1

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/nysds.es.js CHANGED
@@ -1,13 +1,13 @@
1
1
  import { css as p, LitElement as y, html as l } from "lit";
2
- import { property as n, query as be, state as S } from "lit/decorators.js";
2
+ import { property as n, query as b1, state as D } from "lit/decorators.js";
3
3
  import { ifDefined as h } from "lit/directives/if-defined.js";
4
4
  /*!
5
- * New York State Design System (v1.10.0)
5
+ * New York State Design System (v1.10.1)
6
6
  * Description: A design system for New York State's digital products.
7
7
  * Repository: https://github.com/its-hcd/nysds
8
8
  * License: MIT
9
9
  */
10
- const he = p`
10
+ const h1 = p`
11
11
  :host {
12
12
  /* Anything that can be overridden should be defined here */
13
13
 
@@ -153,13 +153,13 @@ const he = p`
153
153
  gap: var(--_nys-accordion-gap);
154
154
  }
155
155
  `;
156
- var _e = Object.defineProperty, M1 = (a, e, t, o) => {
156
+ var _1 = Object.defineProperty, Me = (a, e, t, o) => {
157
157
  for (var s = void 0, r = a.length - 1, i; r >= 0; r--)
158
158
  (i = a[r]) && (s = i(e, t, s) || s);
159
- return s && _e(e, t, s), s;
159
+ return s && _1(e, t, s), s;
160
160
  };
161
- let Ce = 0;
162
- const G1 = class G1 extends y {
161
+ let C1 = 0;
162
+ const Ge = class Ge extends y {
163
163
  /**************** Lifecycle Methods ****************/
164
164
  constructor() {
165
165
  super(), this.id = "", this.heading = "", this.expanded = !1, this.bordered = !1;
@@ -179,7 +179,7 @@ const G1 = class G1 extends y {
179
179
  }
180
180
  /******************** Functions ********************/
181
181
  _generateUniqueId() {
182
- return `nys-accordionitem-${Date.now()}-${Ce++}`;
182
+ return `nys-accordionitem-${Date.now()}-${C1++}`;
183
183
  }
184
184
  _dispatchEvent() {
185
185
  this.dispatchEvent(
@@ -230,31 +230,31 @@ const G1 = class G1 extends y {
230
230
  </div>`;
231
231
  }
232
232
  };
233
- G1.styles = he;
234
- let d1 = G1;
235
- M1([
233
+ Ge.styles = h1;
234
+ let de = Ge;
235
+ Me([
236
236
  n({ type: String })
237
- ], d1.prototype, "id");
238
- M1([
237
+ ], de.prototype, "id");
238
+ Me([
239
239
  n({ type: String })
240
- ], d1.prototype, "heading");
241
- M1([
240
+ ], de.prototype, "heading");
241
+ Me([
242
242
  n({ type: Boolean, reflect: !0 })
243
- ], d1.prototype, "expanded");
244
- M1([
243
+ ], de.prototype, "expanded");
244
+ Me([
245
245
  n({ type: Boolean, reflect: !0 })
246
- ], d1.prototype, "bordered");
247
- M1([
248
- be(".nys-accordionitem__content")
249
- ], d1.prototype, "_contentContainer");
250
- customElements.get("nys-accordionitem") || customElements.define("nys-accordionitem", d1);
251
- var me = Object.defineProperty, F1 = (a, e, t, o) => {
246
+ ], de.prototype, "bordered");
247
+ Me([
248
+ b1(".nys-accordionitem__content")
249
+ ], de.prototype, "_contentContainer");
250
+ customElements.get("nys-accordionitem") || customElements.define("nys-accordionitem", de);
251
+ var m1 = Object.defineProperty, Fe = (a, e, t, o) => {
252
252
  for (var s = void 0, r = a.length - 1, i; r >= 0; r--)
253
253
  (i = a[r]) && (s = i(e, t, s) || s);
254
- return s && me(e, t, s), s;
254
+ return s && m1(e, t, s), s;
255
255
  };
256
- let xe = 0;
257
- const Y1 = class Y1 extends y {
256
+ let x1 = 0;
257
+ const Ye = class Ye extends y {
258
258
  /**************** Lifecycle Methods ****************/
259
259
  constructor() {
260
260
  super(), this.id = "", this.singleSelect = !1, this.bordered = !1;
@@ -267,7 +267,7 @@ const Y1 = class Y1 extends y {
267
267
  }
268
268
  /******************** Functions ********************/
269
269
  _generateUniqueId() {
270
- return `nys-accordionitem-${Date.now()}-${xe++}`;
270
+ return `nys-accordionitem-${Date.now()}-${x1++}`;
271
271
  }
272
272
  _getAccordions() {
273
273
  var o;
@@ -298,19 +298,19 @@ const Y1 = class Y1 extends y {
298
298
  </div>`;
299
299
  }
300
300
  };
301
- Y1.styles = he;
302
- let x1 = Y1;
303
- F1([
301
+ Ye.styles = h1;
302
+ let xe = Ye;
303
+ Fe([
304
304
  n({ type: String })
305
- ], x1.prototype, "id");
306
- F1([
305
+ ], xe.prototype, "id");
306
+ Fe([
307
307
  n({ type: Boolean, reflect: !0 })
308
- ], x1.prototype, "singleSelect");
309
- F1([
308
+ ], xe.prototype, "singleSelect");
309
+ Fe([
310
310
  n({ type: Boolean, reflect: !0 })
311
- ], x1.prototype, "bordered");
312
- customElements.get("nys-accordion") || customElements.define("nys-accordion", x1);
313
- const we = p`
311
+ ], xe.prototype, "bordered");
312
+ customElements.get("nys-accordion") || customElements.define("nys-accordion", xe);
313
+ const w1 = p`
314
314
  :host {
315
315
  /* Global Alert Styles */
316
316
  --_nys-alert-border-width: var(--nys-border-width-lg, 4px);
@@ -547,14 +547,14 @@ const we = p`
547
547
  text-decoration-thickness: 3px;
548
548
  }
549
549
  `;
550
- var ke = Object.defineProperty, Le = Object.getOwnPropertyDescriptor, B = (a, e, t, o) => {
551
- for (var s = o > 1 ? void 0 : o ? Le(e, t) : e, r = a.length - 1, i; r >= 0; r--)
550
+ var k1 = Object.defineProperty, L1 = Object.getOwnPropertyDescriptor, P = (a, e, t, o) => {
551
+ for (var s = o > 1 ? void 0 : o ? L1(e, t) : e, r = a.length - 1, i; r >= 0; r--)
552
552
  (i = a[r]) && (s = (o ? i(e, t, s) : i(s)) || s);
553
- return o && s && ke(e, t, s), s;
553
+ return o && s && k1(e, t, s), s;
554
554
  };
555
- let Se = 0;
556
- var a1;
557
- const M = (a1 = class extends y {
555
+ let S1 = 0;
556
+ var ae;
557
+ const A = (ae = class extends y {
558
558
  constructor() {
559
559
  super(...arguments), this.id = "", this.heading = "", this.icon = "", this.dismissible = !1, this.duration = 0, this.text = "", this.primaryAction = "", this.secondaryAction = "", this.primaryLabel = "Learn more", this.secondaryLabel = "Dismiss", this._alertClosed = !1, this._slotHasContent = !0, this._type = "base", this._timeoutId = null;
560
560
  }
@@ -562,7 +562,7 @@ const M = (a1 = class extends y {
562
562
  return this._type;
563
563
  }
564
564
  set type(e) {
565
- this._type = a1.VALID_TYPES.includes(
565
+ this._type = ae.VALID_TYPES.includes(
566
566
  e
567
567
  ) ? e : "base";
568
568
  }
@@ -585,7 +585,7 @@ const M = (a1 = class extends y {
585
585
  }
586
586
  /******************** Functions ********************/
587
587
  _generateUniqueId() {
588
- return `nys-alert-${Date.now()}-${Se++}`;
588
+ return `nys-alert-${Date.now()}-${S1++}`;
589
589
  }
590
590
  // Helper function for overriding default icons or checking special naming cases (e.g. type=success)
591
591
  _getIconName() {
@@ -666,56 +666,56 @@ const M = (a1 = class extends y {
666
666
  </div>`}
667
667
  `;
668
668
  }
669
- }, a1.styles = we, a1.VALID_TYPES = [
669
+ }, ae.styles = w1, ae.VALID_TYPES = [
670
670
  "base",
671
671
  "info",
672
672
  "success",
673
673
  "warning",
674
674
  "danger",
675
675
  "emergency"
676
- ], a1);
677
- B([
676
+ ], ae);
677
+ P([
678
678
  n({ type: String })
679
- ], M.prototype, "id", 2);
680
- B([
679
+ ], A.prototype, "id", 2);
680
+ P([
681
681
  n({ type: String })
682
- ], M.prototype, "heading", 2);
683
- B([
682
+ ], A.prototype, "heading", 2);
683
+ P([
684
684
  n({ type: String })
685
- ], M.prototype, "icon", 2);
686
- B([
685
+ ], A.prototype, "icon", 2);
686
+ P([
687
687
  n({ type: Boolean, reflect: !0 })
688
- ], M.prototype, "dismissible", 2);
689
- B([
688
+ ], A.prototype, "dismissible", 2);
689
+ P([
690
690
  n({ type: Number, reflect: !0 })
691
- ], M.prototype, "duration", 2);
692
- B([
691
+ ], A.prototype, "duration", 2);
692
+ P([
693
693
  n({ type: String })
694
- ], M.prototype, "text", 2);
695
- B([
694
+ ], A.prototype, "text", 2);
695
+ P([
696
696
  n({ type: String })
697
- ], M.prototype, "primaryAction", 2);
698
- B([
697
+ ], A.prototype, "primaryAction", 2);
698
+ P([
699
699
  n({ type: String })
700
- ], M.prototype, "secondaryAction", 2);
701
- B([
700
+ ], A.prototype, "secondaryAction", 2);
701
+ P([
702
702
  n({ type: String })
703
- ], M.prototype, "primaryLabel", 2);
704
- B([
703
+ ], A.prototype, "primaryLabel", 2);
704
+ P([
705
705
  n({ type: String })
706
- ], M.prototype, "secondaryLabel", 2);
707
- B([
708
- S()
709
- ], M.prototype, "_alertClosed", 2);
710
- B([
711
- S()
712
- ], M.prototype, "_slotHasContent", 2);
713
- B([
706
+ ], A.prototype, "secondaryLabel", 2);
707
+ P([
708
+ D()
709
+ ], A.prototype, "_alertClosed", 2);
710
+ P([
711
+ D()
712
+ ], A.prototype, "_slotHasContent", 2);
713
+ P([
714
714
  n({ reflect: !0 })
715
- ], M.prototype, "type", 1);
716
- let $e = M;
717
- customElements.get("nys-alert") || customElements.define("nys-alert", $e);
718
- const Ee = p`
715
+ ], A.prototype, "type", 1);
716
+ let $1 = A;
717
+ customElements.get("nys-alert") || customElements.define("nys-alert", $1);
718
+ const E1 = p`
719
719
  :host {
720
720
  /* Global Avatar Styles */
721
721
 
@@ -817,20 +817,20 @@ const Ee = p`
817
817
  fill: currentColor;
818
818
  }
819
819
  `;
820
- var De = Object.defineProperty, Y = (a, e, t, o) => {
820
+ var D1 = Object.defineProperty, W = (a, e, t, o) => {
821
821
  for (var s = void 0, r = a.length - 1, i; r >= 0; r--)
822
822
  (i = a[r]) && (s = i(e, t, s) || s);
823
- return s && De(e, t, s), s;
823
+ return s && D1(e, t, s), s;
824
824
  };
825
- let Me = 0;
826
- const W1 = class W1 extends y {
825
+ let M1 = 0;
826
+ const We = class We extends y {
827
827
  constructor() {
828
828
  super(...arguments), this.id = "", this.ariaLabel = "", this.image = "", this.initials = "", this.icon = "", this.color = "", this.interactive = !1, this.disabled = !1, this.lazy = !1, this._slotHasContent = !0;
829
829
  }
830
830
  /******************** Functions ********************/
831
831
  // Generate a unique ID if one is not provided
832
832
  connectedCallback() {
833
- super.connectedCallback(), this.id || (this.id = `nys-avatar-${Date.now()}-${Me++}`);
833
+ super.connectedCallback(), this.id || (this.id = `nys-avatar-${Date.now()}-${M1++}`);
834
834
  }
835
835
  firstUpdated() {
836
836
  this._checkSlotContent();
@@ -853,7 +853,7 @@ const W1 = class W1 extends y {
853
853
  }
854
854
  // This function accounts for user set "color" prop and return the appropriate foreground contrast.
855
855
  getContrastForeground() {
856
- var n1;
856
+ var ne;
857
857
  const e = "var(--nys-color-ink, #000)", t = "var(--nys-color-ink-reverse, #fff)", o = "var(--nys-color-text, #000)", s = "var(--nys-color-text-reverse, #fff)";
858
858
  if (!this.color) return;
859
859
  const r = document.createElement("div");
@@ -862,8 +862,8 @@ const W1 = class W1 extends y {
862
862
  document.body.removeChild(r);
863
863
  const c = i.match(/\d+/g);
864
864
  if (!c) return;
865
- const d = Number(c[0]), u = Number(c[1]), v = Number(c[2]), q = (0.299 * d + 0.587 * u + 0.114 * v) / 255 < 0.5;
866
- return ((n1 = this.initials) == null ? void 0 : n1.length) > 0 ? q ? s : o : q ? t : e;
865
+ const d = Number(c[0]), u = Number(c[1]), v = Number(c[2]), O = (0.299 * d + 0.587 * u + 0.114 * v) / 255 < 0.5;
866
+ return ((ne = this.initials) == null ? void 0 : ne.length) > 0 ? O ? s : o : O ? t : e;
867
867
  }
868
868
  render() {
869
869
  var e, t, o;
@@ -907,40 +907,40 @@ const W1 = class W1 extends y {
907
907
  `;
908
908
  }
909
909
  };
910
- W1.styles = Ee;
911
- let I = W1;
912
- Y([
910
+ We.styles = E1;
911
+ let Z = We;
912
+ W([
913
913
  n({ type: String })
914
- ], I.prototype, "id");
915
- Y([
914
+ ], Z.prototype, "id");
915
+ W([
916
916
  n({ type: String })
917
- ], I.prototype, "ariaLabel");
918
- Y([
917
+ ], Z.prototype, "ariaLabel");
918
+ W([
919
919
  n({ type: String })
920
- ], I.prototype, "image");
921
- Y([
920
+ ], Z.prototype, "image");
921
+ W([
922
922
  n({ type: String })
923
- ], I.prototype, "initials");
924
- Y([
923
+ ], Z.prototype, "initials");
924
+ W([
925
925
  n({ type: String })
926
- ], I.prototype, "icon");
927
- Y([
926
+ ], Z.prototype, "icon");
927
+ W([
928
928
  n({ type: String })
929
- ], I.prototype, "color");
930
- Y([
929
+ ], Z.prototype, "color");
930
+ W([
931
931
  n({ type: Boolean, reflect: !0 })
932
- ], I.prototype, "interactive");
933
- Y([
932
+ ], Z.prototype, "interactive");
933
+ W([
934
934
  n({ type: Boolean, reflect: !0 })
935
- ], I.prototype, "disabled");
936
- Y([
935
+ ], Z.prototype, "disabled");
936
+ W([
937
937
  n({ type: Boolean, reflect: !0 })
938
- ], I.prototype, "lazy");
939
- Y([
940
- S()
941
- ], I.prototype, "_slotHasContent");
942
- customElements.get("nys-avatar") || customElements.define("nys-avatar", I);
943
- const ze = p`
938
+ ], Z.prototype, "lazy");
939
+ W([
940
+ D()
941
+ ], Z.prototype, "_slotHasContent");
942
+ customElements.get("nys-avatar") || customElements.define("nys-avatar", Z);
943
+ const z1 = p`
944
944
  .nys-backtotop {
945
945
  /* These props ARE NOT publicly overridable */
946
946
  --_nys-button-border-radius--start: var(--nys-radius-round, 1776px);
@@ -964,12 +964,12 @@ const ze = p`
964
964
  display: inline-flex;
965
965
  }
966
966
  `;
967
- var Ve = Object.defineProperty, O1 = (a, e, t, o) => {
967
+ var V1 = Object.defineProperty, Oe = (a, e, t, o) => {
968
968
  for (var s = void 0, r = a.length - 1, i; r >= 0; r--)
969
969
  (i = a[r]) && (s = i(e, t, s) || s);
970
- return s && Ve(e, t, s), s;
970
+ return s && V1(e, t, s), s;
971
971
  };
972
- const K1 = class K1 extends y {
972
+ const Ke = class Ke extends y {
973
973
  constructor() {
974
974
  super(), this.position = "right", this.visible = !1, this.isMobile = !1, this.forceVisible = !1, this._handleScroll = this._handleScroll.bind(this), this._handleResize = this._handleResize.bind(this), this.mediaQuery = window.matchMedia("(max-width: 480px)");
975
975
  }
@@ -1008,22 +1008,22 @@ const K1 = class K1 extends y {
1008
1008
  ></nys-button>`;
1009
1009
  }
1010
1010
  };
1011
- K1.styles = ze;
1012
- let f1 = K1;
1013
- O1([
1011
+ Ke.styles = z1;
1012
+ let fe = Ke;
1013
+ Oe([
1014
1014
  n({ type: String })
1015
- ], f1.prototype, "position");
1016
- O1([
1015
+ ], fe.prototype, "position");
1016
+ Oe([
1017
1017
  n({ type: Boolean, reflect: !0 })
1018
- ], f1.prototype, "visible");
1019
- O1([
1020
- S()
1021
- ], f1.prototype, "isMobile");
1022
- O1([
1023
- S()
1024
- ], f1.prototype, "forceVisible");
1025
- customElements.get("nys-backtotop") || customElements.define("nys-backtotop", f1);
1026
- const He = p`
1018
+ ], fe.prototype, "visible");
1019
+ Oe([
1020
+ D()
1021
+ ], fe.prototype, "isMobile");
1022
+ Oe([
1023
+ D()
1024
+ ], fe.prototype, "forceVisible");
1025
+ customElements.get("nys-backtotop") || customElements.define("nys-backtotop", fe);
1026
+ const H1 = p`
1027
1027
  :host {
1028
1028
  /* Anything that can be overridden should be defined here */
1029
1029
 
@@ -1683,14 +1683,14 @@ const He = p`
1683
1683
  user-select: none;
1684
1684
  }
1685
1685
  `;
1686
- var Ae = Object.defineProperty, Ie = Object.getOwnPropertyDescriptor, m = (a, e, t, o) => {
1687
- for (var s = o > 1 ? void 0 : o ? Ie(e, t) : e, r = a.length - 1, i; r >= 0; r--)
1686
+ var A1 = Object.defineProperty, B1 = Object.getOwnPropertyDescriptor, m = (a, e, t, o) => {
1687
+ for (var s = o > 1 ? void 0 : o ? B1(e, t) : e, r = a.length - 1, i; r >= 0; r--)
1688
1688
  (i = a[r]) && (s = (o ? i(e, t, s) : i(s)) || s);
1689
- return o && s && Ae(e, t, s), s;
1689
+ return o && s && A1(e, t, s), s;
1690
1690
  };
1691
- let Be = 0;
1692
- var L;
1693
- const _ = (L = class extends y {
1691
+ let I1 = 0;
1692
+ var E;
1693
+ const C = (E = class extends y {
1694
1694
  // allows use of elementInternals' API
1695
1695
  constructor() {
1696
1696
  super(), this.id = "", this.name = "", this._size = "md", this.fullWidth = !1, this._variant = "filled", this.inverted = !1, this.label = "", this.ariaLabel = "", this.ariaControls = "", this.prefixIcon = "", this.suffixIcon = "", this.circle = !1, this.icon = "", this.disabled = !1, this.form = null, this.value = "", this.ariaDescription = "", this._type = "button", this.onClick = () => {
@@ -1700,7 +1700,7 @@ const _ = (L = class extends y {
1700
1700
  return this._size;
1701
1701
  }
1702
1702
  set size(e) {
1703
- this._size = L.VALID_SIZES.includes(
1703
+ this._size = E.VALID_SIZES.includes(
1704
1704
  e
1705
1705
  ) ? e : "md";
1706
1706
  }
@@ -1708,7 +1708,7 @@ const _ = (L = class extends y {
1708
1708
  return this._variant;
1709
1709
  }
1710
1710
  set variant(e) {
1711
- this._variant = L.VALID_VARIANTS.includes(
1711
+ this._variant = E.VALID_VARIANTS.includes(
1712
1712
  e
1713
1713
  ) ? e : "filled";
1714
1714
  }
@@ -1716,7 +1716,7 @@ const _ = (L = class extends y {
1716
1716
  return this._type;
1717
1717
  }
1718
1718
  set type(e) {
1719
- this._type = L.VALID_TYPES.includes(
1719
+ this._type = E.VALID_TYPES.includes(
1720
1720
  e
1721
1721
  ) ? e : "button";
1722
1722
  }
@@ -1724,7 +1724,7 @@ const _ = (L = class extends y {
1724
1724
  return this._target;
1725
1725
  }
1726
1726
  set target(e) {
1727
- this._target = L.VALID_TARGETS.includes(
1727
+ this._target = E.VALID_TARGETS.includes(
1728
1728
  e
1729
1729
  ) ? e : "_self";
1730
1730
  }
@@ -1741,7 +1741,7 @@ const _ = (L = class extends y {
1741
1741
  }
1742
1742
  /******************** Functions ********************/
1743
1743
  _generateUniqueId() {
1744
- return `nys-button-${Date.now()}-${Be++}`;
1744
+ return `nys-button-${Date.now()}-${I1++}`;
1745
1745
  }
1746
1746
  _manageFormAction(e) {
1747
1747
  typeof this.onClick == "function" && this.onClick(e);
@@ -1871,84 +1871,84 @@ const _ = (L = class extends y {
1871
1871
  `}
1872
1872
  `;
1873
1873
  }
1874
- }, L.VALID_SIZES = ["sm", "md", "lg"], L.VALID_VARIANTS = [
1874
+ }, E.VALID_SIZES = ["sm", "md", "lg"], E.VALID_VARIANTS = [
1875
1875
  "filled",
1876
1876
  "outline",
1877
1877
  "ghost",
1878
1878
  "text"
1879
- ], L.VALID_TYPES = ["submit", "reset", "button"], L.VALID_TARGETS = [
1879
+ ], E.VALID_TYPES = ["submit", "reset", "button"], E.VALID_TARGETS = [
1880
1880
  "_self",
1881
1881
  "_blank",
1882
1882
  "_parent",
1883
1883
  "_top",
1884
1884
  "framename"
1885
- ], L.styles = He, L.formAssociated = !0, L);
1885
+ ], E.styles = H1, E.formAssociated = !0, E);
1886
1886
  m([
1887
1887
  n({ type: String })
1888
- ], _.prototype, "id", 2);
1888
+ ], C.prototype, "id", 2);
1889
1889
  m([
1890
1890
  n({ type: String, reflect: !0 })
1891
- ], _.prototype, "name", 2);
1891
+ ], C.prototype, "name", 2);
1892
1892
  m([
1893
1893
  n({ reflect: !0 })
1894
- ], _.prototype, "size", 1);
1894
+ ], C.prototype, "size", 1);
1895
1895
  m([
1896
1896
  n({ type: Boolean, reflect: !0 })
1897
- ], _.prototype, "fullWidth", 2);
1897
+ ], C.prototype, "fullWidth", 2);
1898
1898
  m([
1899
1899
  n({ reflect: !0 })
1900
- ], _.prototype, "variant", 1);
1900
+ ], C.prototype, "variant", 1);
1901
1901
  m([
1902
1902
  n({ type: Boolean, reflect: !0 })
1903
- ], _.prototype, "inverted", 2);
1903
+ ], C.prototype, "inverted", 2);
1904
1904
  m([
1905
1905
  n({ type: String })
1906
- ], _.prototype, "label", 2);
1906
+ ], C.prototype, "label", 2);
1907
1907
  m([
1908
1908
  n({ type: String })
1909
- ], _.prototype, "ariaLabel", 2);
1909
+ ], C.prototype, "ariaLabel", 2);
1910
1910
  m([
1911
1911
  n({ type: String })
1912
- ], _.prototype, "ariaControls", 2);
1912
+ ], C.prototype, "ariaControls", 2);
1913
1913
  m([
1914
1914
  n({ type: String })
1915
- ], _.prototype, "prefixIcon", 2);
1915
+ ], C.prototype, "prefixIcon", 2);
1916
1916
  m([
1917
1917
  n({ type: String })
1918
- ], _.prototype, "suffixIcon", 2);
1918
+ ], C.prototype, "suffixIcon", 2);
1919
1919
  m([
1920
1920
  n({ type: Boolean, reflect: !0 })
1921
- ], _.prototype, "circle", 2);
1921
+ ], C.prototype, "circle", 2);
1922
1922
  m([
1923
1923
  n({ type: String })
1924
- ], _.prototype, "icon", 2);
1924
+ ], C.prototype, "icon", 2);
1925
1925
  m([
1926
1926
  n({ type: Boolean, reflect: !0 })
1927
- ], _.prototype, "disabled", 2);
1927
+ ], C.prototype, "disabled", 2);
1928
1928
  m([
1929
1929
  n({ type: String, reflect: !0 })
1930
- ], _.prototype, "form", 2);
1930
+ ], C.prototype, "form", 2);
1931
1931
  m([
1932
1932
  n({ type: String })
1933
- ], _.prototype, "value", 2);
1933
+ ], C.prototype, "value", 2);
1934
1934
  m([
1935
1935
  n({ type: String })
1936
- ], _.prototype, "ariaDescription", 2);
1936
+ ], C.prototype, "ariaDescription", 2);
1937
1937
  m([
1938
1938
  n({ reflect: !0 })
1939
- ], _.prototype, "type", 1);
1939
+ ], C.prototype, "type", 1);
1940
1940
  m([
1941
1941
  n({ type: Function })
1942
- ], _.prototype, "onClick", 2);
1942
+ ], C.prototype, "onClick", 2);
1943
1943
  m([
1944
1944
  n({ type: String })
1945
- ], _.prototype, "href", 2);
1945
+ ], C.prototype, "href", 2);
1946
1946
  m([
1947
1947
  n({ reflect: !0 })
1948
- ], _.prototype, "target", 1);
1949
- let Ze = _;
1950
- customElements.get("nys-button") || customElements.define("nys-button", Ze);
1951
- const Pe = p`
1948
+ ], C.prototype, "target", 1);
1949
+ let Z1 = C;
1950
+ customElements.get("nys-button") || customElements.define("nys-button", Z1);
1951
+ const P1 = p`
1952
1952
  :host {
1953
1953
  /* Anything that can be overridden should be defined here */
1954
1954
 
@@ -2028,12 +2028,12 @@ const Pe = p`
2028
2028
  font-weight: var(--_nys-badge-prefix-font-weight);
2029
2029
  }
2030
2030
  `;
2031
- var qe = Object.defineProperty, Oe = Object.getOwnPropertyDescriptor, p1 = (a, e, t, o) => {
2032
- for (var s = o > 1 ? void 0 : o ? Oe(e, t) : e, r = a.length - 1, i; r >= 0; r--)
2031
+ var q1 = Object.defineProperty, O1 = Object.getOwnPropertyDescriptor, pe = (a, e, t, o) => {
2032
+ for (var s = o > 1 ? void 0 : o ? O1(e, t) : e, r = a.length - 1, i; r >= 0; r--)
2033
2033
  (i = a[r]) && (s = (o ? i(e, t, s) : i(s)) || s);
2034
- return o && s && qe(e, t, s), s;
2035
- }, O;
2036
- const o1 = (O = class extends y {
2034
+ return o && s && q1(e, t, s), s;
2035
+ }, U;
2036
+ const oe = (U = class extends y {
2037
2037
  constructor() {
2038
2038
  super(...arguments), this.id = "", this.name = "", this._size = "md", this._intent = "neutral", this.prefixLabel = "", this.label = "", this._prefixIcon = "", this._suffixIcon = "";
2039
2039
  }
@@ -2041,7 +2041,7 @@ const o1 = (O = class extends y {
2041
2041
  return this._size;
2042
2042
  }
2043
2043
  set size(e) {
2044
- this._size = O.VALID_SIZES.includes(
2044
+ this._size = U.VALID_SIZES.includes(
2045
2045
  e
2046
2046
  ) ? e : "md";
2047
2047
  }
@@ -2049,7 +2049,7 @@ const o1 = (O = class extends y {
2049
2049
  return this._intent;
2050
2050
  }
2051
2051
  set intent(e) {
2052
- this._intent = O.VALID_INTENT.includes(
2052
+ this._intent = U.VALID_INTENT.includes(
2053
2053
  e
2054
2054
  ) ? e : "neutral";
2055
2055
  }
@@ -2073,7 +2073,7 @@ const o1 = (O = class extends y {
2073
2073
  t !== null && this.suffixIcon === "" && (this.suffixIcon = t);
2074
2074
  }
2075
2075
  resolveIcon(e) {
2076
- return e === !0 ? O.DEFAULT_ICONS[this.intent] ?? "info" : typeof e == "string" && e.trim() !== "" ? e : null;
2076
+ return e === !0 ? U.DEFAULT_ICONS[this.intent] ?? "info" : typeof e == "string" && e.trim() !== "" ? e : null;
2077
2077
  }
2078
2078
  render() {
2079
2079
  const e = this.resolveIcon(this.prefixIcon), t = this.resolveIcon(this.suffixIcon);
@@ -2086,44 +2086,44 @@ const o1 = (O = class extends y {
2086
2086
  </div>
2087
2087
  `;
2088
2088
  }
2089
- }, O.VALID_SIZES = ["sm", "md"], O.VALID_INTENT = [
2089
+ }, U.VALID_SIZES = ["sm", "md"], U.VALID_INTENT = [
2090
2090
  "neutral",
2091
2091
  "error",
2092
2092
  "success",
2093
2093
  "warning"
2094
- ], O.styles = Pe, O.DEFAULT_ICONS = {
2094
+ ], U.styles = P1, U.DEFAULT_ICONS = {
2095
2095
  neutral: "info",
2096
2096
  error: "emergency_home",
2097
2097
  success: "check_circle",
2098
2098
  warning: "warning"
2099
- }, O);
2100
- p1([
2099
+ }, U);
2100
+ pe([
2101
2101
  n({ type: String })
2102
- ], o1.prototype, "id", 2);
2103
- p1([
2102
+ ], oe.prototype, "id", 2);
2103
+ pe([
2104
2104
  n({ type: String, reflect: !0 })
2105
- ], o1.prototype, "name", 2);
2106
- p1([
2105
+ ], oe.prototype, "name", 2);
2106
+ pe([
2107
2107
  n({ reflect: !0 })
2108
- ], o1.prototype, "size", 1);
2109
- p1([
2108
+ ], oe.prototype, "size", 1);
2109
+ pe([
2110
2110
  n({ reflect: !0 })
2111
- ], o1.prototype, "intent", 1);
2112
- p1([
2111
+ ], oe.prototype, "intent", 1);
2112
+ pe([
2113
2113
  n({ type: String })
2114
- ], o1.prototype, "prefixLabel", 2);
2115
- p1([
2114
+ ], oe.prototype, "prefixLabel", 2);
2115
+ pe([
2116
2116
  n({ type: String })
2117
- ], o1.prototype, "label", 2);
2118
- p1([
2117
+ ], oe.prototype, "label", 2);
2118
+ pe([
2119
2119
  n({ type: String, attribute: "prefixicon" })
2120
- ], o1.prototype, "prefixIcon", 1);
2121
- p1([
2120
+ ], oe.prototype, "prefixIcon", 1);
2121
+ pe([
2122
2122
  n({ type: String, attribute: "suffixicon" })
2123
- ], o1.prototype, "suffixIcon", 1);
2124
- let Ue = o1;
2125
- customElements.get("nys-badge") || customElements.define("nys-badge", Ue);
2126
- const ye = p`
2123
+ ], oe.prototype, "suffixIcon", 1);
2124
+ let U1 = oe;
2125
+ customElements.get("nys-badge") || customElements.define("nys-badge", U1);
2126
+ const y1 = p`
2127
2127
  :host {
2128
2128
  /* Anything that can be overridden should be defined here */
2129
2129
 
@@ -2506,17 +2506,17 @@ const ye = p`
2506
2506
  border: 0;
2507
2507
  }
2508
2508
  `;
2509
- var Te = Object.defineProperty, Re = Object.getOwnPropertyDescriptor, Z = (a, e, t, o) => {
2510
- for (var s = o > 1 ? void 0 : o ? Re(e, t) : e, r = a.length - 1, i; r >= 0; r--)
2509
+ var R1 = Object.defineProperty, T1 = Object.getOwnPropertyDescriptor, B = (a, e, t, o) => {
2510
+ for (var s = o > 1 ? void 0 : o ? T1(e, t) : e, r = a.length - 1, i; r >= 0; r--)
2511
2511
  (i = a[r]) && (s = (o ? i(e, t, s) : i(s)) || s);
2512
- return o && s && Te(e, t, s), s;
2512
+ return o && s && R1(e, t, s), s;
2513
2513
  };
2514
- let Fe = 0;
2514
+ let F1 = 0;
2515
2515
  var K;
2516
- const z = (K = class extends y {
2516
+ const M = (K = class extends y {
2517
2517
  // allows use of elementInternals' API
2518
2518
  constructor() {
2519
- super(), this.id = "", this.name = "", this.required = !1, this.optional = !1, this.showError = !1, this.errorMessage = "", this.label = "", this.description = "", this.tile = !1, this._tooltip = "", this.form = null, this._slottedDescriptionText = "", this._size = "md", this._internals = this.attachInternals();
2519
+ super(), this.id = "", this.name = "", this.required = !1, this.optional = !1, this.showError = !1, this.errorMessage = "", this.label = "", this.description = "", this.tile = !1, this._tooltip = "", this.invert = !1, this.form = null, this._slottedDescriptionText = "", this._size = "md", this._internals = this.attachInternals();
2520
2520
  }
2521
2521
  get size() {
2522
2522
  return this._size;
@@ -2528,7 +2528,7 @@ const z = (K = class extends y {
2528
2528
  }
2529
2529
  // Generate a unique ID if one is not provided
2530
2530
  connectedCallback() {
2531
- super.connectedCallback(), this.id || (this.id = `nys-checkbox-${Date.now()}-${Fe++}`), this.addEventListener("nys-change", this._handleCheckboxChange), this.addEventListener("invalid", this._handleInvalid);
2531
+ super.connectedCallback(), this.id || (this.id = `nys-checkbox-${Date.now()}-${F1++}`), this.addEventListener("nys-change", this._handleCheckboxChange), this.addEventListener("invalid", this._handleInvalid);
2532
2532
  }
2533
2533
  disconnectedCallback() {
2534
2534
  super.disconnectedCallback(), this.removeEventListener("nys-change", this._handleCheckboxChange), this.removeEventListener("invalid", this._handleInvalid);
@@ -2537,7 +2537,7 @@ const z = (K = class extends y {
2537
2537
  this._setGroupExist(), this._updateCheckboxSize(), this._updateCheckboxTile(), this._updateCheckboxShowError(), this._getSlotDescriptionForAria();
2538
2538
  }
2539
2539
  updated(e) {
2540
- e.has("required") && this.required && this._setupCheckboxRequired(), e.has("size") && this._updateCheckboxSize(), e.has("tile") && this._updateCheckboxTile(), e.has("showError") && this._updateCheckboxShowError(), e.has("form") && this._updateCheckboxForm();
2540
+ e.has("required") && this.required && this._setupCheckboxRequired(), e.has("size") && this._updateCheckboxSize(), e.has("tile") && this._updateCheckboxTile(), e.has("invert") && this._updateCheckboxInvert(), e.has("showError") && this._updateCheckboxShowError(), e.has("form") && this._updateCheckboxForm();
2541
2541
  }
2542
2542
  /********************** Functions **********************/
2543
2543
  _setGroupExist() {
@@ -2578,6 +2578,11 @@ const z = (K = class extends y {
2578
2578
  this.tile ? t.toggleAttribute("tile", !0) : t.removeAttribute("tile");
2579
2579
  });
2580
2580
  }
2581
+ _updateCheckboxInvert() {
2582
+ this.querySelectorAll("nys-checkbox").forEach((t) => {
2583
+ this.invert ? t.toggleAttribute("invert", !0) : t.removeAttribute("invert");
2584
+ });
2585
+ }
2581
2586
  _updateCheckboxShowError() {
2582
2587
  this.querySelectorAll("nys-checkbox").forEach((t) => {
2583
2588
  this.showError ? t.setAttribute("showError", "") : t.removeAttribute("showError");
@@ -2632,6 +2637,7 @@ const z = (K = class extends y {
2632
2637
  description=${this.description}
2633
2638
  flag=${this.required ? "required" : this.optional ? "optional" : ""}
2634
2639
  tooltip=${this._tooltip}
2640
+ ?invert=${this.invert}
2635
2641
  >
2636
2642
  <slot name="description" slot="description">${this.description}</slot>
2637
2643
  </nys-label>
@@ -2651,59 +2657,62 @@ const z = (K = class extends y {
2651
2657
  </div>
2652
2658
  `;
2653
2659
  }
2654
- }, K.VALID_SIZES = ["sm", "md"], K.styles = ye, K.formAssociated = !0, K);
2655
- Z([
2660
+ }, K.VALID_SIZES = ["sm", "md"], K.styles = y1, K.formAssociated = !0, K);
2661
+ B([
2656
2662
  n({ type: String })
2657
- ], z.prototype, "id", 2);
2658
- Z([
2663
+ ], M.prototype, "id", 2);
2664
+ B([
2659
2665
  n({ type: String, reflect: !0 })
2660
- ], z.prototype, "name", 2);
2661
- Z([
2666
+ ], M.prototype, "name", 2);
2667
+ B([
2662
2668
  n({ type: Boolean, reflect: !0 })
2663
- ], z.prototype, "required", 2);
2664
- Z([
2669
+ ], M.prototype, "required", 2);
2670
+ B([
2665
2671
  n({ type: Boolean, reflect: !0 })
2666
- ], z.prototype, "optional", 2);
2667
- Z([
2672
+ ], M.prototype, "optional", 2);
2673
+ B([
2668
2674
  n({ type: Boolean, reflect: !0 })
2669
- ], z.prototype, "showError", 2);
2670
- Z([
2675
+ ], M.prototype, "showError", 2);
2676
+ B([
2671
2677
  n({ type: String })
2672
- ], z.prototype, "errorMessage", 2);
2673
- Z([
2678
+ ], M.prototype, "errorMessage", 2);
2679
+ B([
2674
2680
  n({ type: String })
2675
- ], z.prototype, "label", 2);
2676
- Z([
2681
+ ], M.prototype, "label", 2);
2682
+ B([
2677
2683
  n({ type: String })
2678
- ], z.prototype, "description", 2);
2679
- Z([
2684
+ ], M.prototype, "description", 2);
2685
+ B([
2680
2686
  n({ type: Boolean, reflect: !0 })
2681
- ], z.prototype, "tile", 2);
2682
- Z([
2687
+ ], M.prototype, "tile", 2);
2688
+ B([
2683
2689
  n({ type: String })
2684
- ], z.prototype, "_tooltip", 2);
2685
- Z([
2690
+ ], M.prototype, "_tooltip", 2);
2691
+ B([
2692
+ n({ type: Boolean, reflect: !0 })
2693
+ ], M.prototype, "invert", 2);
2694
+ B([
2686
2695
  n({ type: String, reflect: !0 })
2687
- ], z.prototype, "form", 2);
2688
- Z([
2689
- S()
2690
- ], z.prototype, "_slottedDescriptionText", 2);
2691
- Z([
2696
+ ], M.prototype, "form", 2);
2697
+ B([
2698
+ D()
2699
+ ], M.prototype, "_slottedDescriptionText", 2);
2700
+ B([
2692
2701
  n({ reflect: !0 })
2693
- ], z.prototype, "size", 1);
2694
- let Ne = z;
2695
- customElements.get("nys-checkboxgroup") || customElements.define("nys-checkboxgroup", Ne);
2696
- var je = Object.defineProperty, Ge = Object.getOwnPropertyDescriptor, V = (a, e, t, o) => {
2697
- for (var s = o > 1 ? void 0 : o ? Ge(e, t) : e, r = a.length - 1, i; r >= 0; r--)
2702
+ ], M.prototype, "size", 1);
2703
+ let N1 = M;
2704
+ customElements.get("nys-checkboxgroup") || customElements.define("nys-checkboxgroup", N1);
2705
+ var j1 = Object.defineProperty, G1 = Object.getOwnPropertyDescriptor, z = (a, e, t, o) => {
2706
+ for (var s = o > 1 ? void 0 : o ? G1(e, t) : e, r = a.length - 1, i; r >= 0; r--)
2698
2707
  (i = a[r]) && (s = (o ? i(e, t, s) : i(s)) || s);
2699
- return o && s && je(e, t, s), s;
2708
+ return o && s && j1(e, t, s), s;
2700
2709
  };
2701
- let Ye = 0;
2710
+ let Y1 = 0;
2702
2711
  var X;
2703
- const $ = (X = class extends y {
2712
+ const L = (X = class extends y {
2704
2713
  // allows use of elementInternals' API
2705
2714
  constructor() {
2706
- super(), this.checked = !1, this.disabled = !1, this.required = !1, this.label = "", this.description = "", this.id = "", this.name = "", this.value = "", this.form = null, this.showError = !1, this.errorMessage = "", this.groupExist = !1, this.tile = !1, this._size = "md", this._manageLabelClick = () => {
2715
+ super(), this.checked = !1, this.disabled = !1, this.required = !1, this.label = "", this.description = "", this.id = "", this.name = "", this.value = "", this.form = null, this.showError = !1, this.errorMessage = "", this.groupExist = !1, this.tile = !1, this.invert = !1, this._size = "md", this._manageLabelClick = () => {
2707
2716
  var o, s;
2708
2717
  const e = (o = this.shadowRoot) == null ? void 0 : o.querySelector("nys-label"), t = (s = this.shadowRoot) == null ? void 0 : s.querySelector("input");
2709
2718
  e && t && e.addEventListener("click", () => t.click());
@@ -2723,7 +2732,7 @@ const $ = (X = class extends y {
2723
2732
  }
2724
2733
  // Generate a unique ID if one is not provided
2725
2734
  connectedCallback() {
2726
- super.connectedCallback(), this.id || (this.id = `nys-checkbox-${Date.now()}-${Ye++}`), this.addEventListener("invalid", this._handleInvalid);
2735
+ super.connectedCallback(), this.id || (this.id = `nys-checkbox-${Date.now()}-${Y1++}`), this.addEventListener("invalid", this._handleInvalid);
2727
2736
  }
2728
2737
  disconnectedCallback() {
2729
2738
  super.disconnectedCallback(), this.removeEventListener("invalid", this._handleInvalid);
@@ -2851,6 +2860,7 @@ const $ = (X = class extends y {
2851
2860
  label=${this.label}
2852
2861
  description=${h(this.description ?? void 0)}
2853
2862
  flag=${h(this.required ? "required" : void 0)}
2863
+ ?invert=${this.invert}
2854
2864
  >
2855
2865
  <slot name="description" slot="description"
2856
2866
  >${this.description}</slot
@@ -2866,52 +2876,55 @@ const $ = (X = class extends y {
2866
2876
  ></nys-errormessage>` : ""}
2867
2877
  `;
2868
2878
  }
2869
- }, X.VALID_SIZES = ["sm", "md"], X.styles = ye, X.formAssociated = !0, X);
2870
- V([
2879
+ }, X.VALID_SIZES = ["sm", "md"], X.styles = y1, X.formAssociated = !0, X);
2880
+ z([
2871
2881
  n({ type: Boolean, reflect: !0 })
2872
- ], $.prototype, "checked", 2);
2873
- V([
2882
+ ], L.prototype, "checked", 2);
2883
+ z([
2874
2884
  n({ type: Boolean, reflect: !0 })
2875
- ], $.prototype, "disabled", 2);
2876
- V([
2885
+ ], L.prototype, "disabled", 2);
2886
+ z([
2877
2887
  n({ type: Boolean, reflect: !0 })
2878
- ], $.prototype, "required", 2);
2879
- V([
2888
+ ], L.prototype, "required", 2);
2889
+ z([
2880
2890
  n({ type: String })
2881
- ], $.prototype, "label", 2);
2882
- V([
2891
+ ], L.prototype, "label", 2);
2892
+ z([
2883
2893
  n({ type: String })
2884
- ], $.prototype, "description", 2);
2885
- V([
2894
+ ], L.prototype, "description", 2);
2895
+ z([
2886
2896
  n({ type: String })
2887
- ], $.prototype, "id", 2);
2888
- V([
2897
+ ], L.prototype, "id", 2);
2898
+ z([
2889
2899
  n({ type: String, reflect: !0 })
2890
- ], $.prototype, "name", 2);
2891
- V([
2900
+ ], L.prototype, "name", 2);
2901
+ z([
2892
2902
  n({ type: String })
2893
- ], $.prototype, "value", 2);
2894
- V([
2903
+ ], L.prototype, "value", 2);
2904
+ z([
2895
2905
  n({ type: String, reflect: !0 })
2896
- ], $.prototype, "form", 2);
2897
- V([
2906
+ ], L.prototype, "form", 2);
2907
+ z([
2898
2908
  n({ type: Boolean, reflect: !0 })
2899
- ], $.prototype, "showError", 2);
2900
- V([
2909
+ ], L.prototype, "showError", 2);
2910
+ z([
2901
2911
  n({ type: String })
2902
- ], $.prototype, "errorMessage", 2);
2903
- V([
2912
+ ], L.prototype, "errorMessage", 2);
2913
+ z([
2904
2914
  n({ type: Boolean })
2905
- ], $.prototype, "groupExist", 2);
2906
- V([
2915
+ ], L.prototype, "groupExist", 2);
2916
+ z([
2907
2917
  n({ type: Boolean, reflect: !0 })
2908
- ], $.prototype, "tile", 2);
2909
- V([
2918
+ ], L.prototype, "tile", 2);
2919
+ z([
2920
+ n({ type: Boolean, reflect: !0 })
2921
+ ], L.prototype, "invert", 2);
2922
+ z([
2910
2923
  n({ reflect: !0 })
2911
- ], $.prototype, "size", 1);
2912
- let We = $;
2913
- customElements.get("nys-checkbox") || customElements.define("nys-checkbox", We);
2914
- const Ke = p`
2924
+ ], L.prototype, "size", 1);
2925
+ let W1 = L;
2926
+ customElements.get("nys-checkbox") || customElements.define("nys-checkbox", W1);
2927
+ const K1 = p`
2915
2928
  :host {
2916
2929
  /* Anything that can be overridden should be defined here */
2917
2930
 
@@ -2934,12 +2947,12 @@ const Ke = p`
2934
2947
  border: none;
2935
2948
  }
2936
2949
  `;
2937
- var Xe = Object.defineProperty, Qe = (a, e, t, o) => {
2950
+ var X1 = Object.defineProperty, Q1 = (a, e, t, o) => {
2938
2951
  for (var s = void 0, r = a.length - 1, i; r >= 0; r--)
2939
2952
  (i = a[r]) && (s = i(e, t, s) || s);
2940
- return s && Xe(e, t, s), s;
2953
+ return s && X1(e, t, s), s;
2941
2954
  };
2942
- const X1 = class X1 extends y {
2955
+ const Xe = class Xe extends y {
2943
2956
  constructor() {
2944
2957
  super(), this.inverted = !1;
2945
2958
  }
@@ -2947,13 +2960,13 @@ const X1 = class X1 extends y {
2947
2960
  return l`<hr class="nys-divider" />`;
2948
2961
  }
2949
2962
  };
2950
- X1.styles = Ke;
2951
- let Z1 = X1;
2952
- Qe([
2963
+ Xe.styles = K1;
2964
+ let Ze = Xe;
2965
+ Q1([
2953
2966
  n({ type: Boolean, reflect: !0 })
2954
- ], Z1.prototype, "inverted");
2955
- customElements.get("nys-divider") || customElements.define("nys-divider", Z1);
2956
- const Je = p`
2967
+ ], Ze.prototype, "inverted");
2968
+ customElements.get("nys-divider") || customElements.define("nys-divider", Ze);
2969
+ const J1 = p`
2957
2970
  :host {
2958
2971
  --_nys-errormessage-font-family: var(
2959
2972
  --nys-font-family-ui,
@@ -3003,12 +3016,12 @@ const Je = p`
3003
3016
  var(--_nys-errormessage-color);
3004
3017
  }
3005
3018
  `;
3006
- var et = Object.defineProperty, N1 = (a, e, t, o) => {
3019
+ var et = Object.defineProperty, Ne = (a, e, t, o) => {
3007
3020
  for (var s = void 0, r = a.length - 1, i; r >= 0; r--)
3008
3021
  (i = a[r]) && (s = i(e, t, s) || s);
3009
3022
  return s && et(e, t, s), s;
3010
3023
  };
3011
- const P1 = class P1 extends y {
3024
+ const Pe = class Pe extends y {
3012
3025
  // allows use of elementInternals' API
3013
3026
  constructor() {
3014
3027
  super(), this.showError = !1, this.errorMessage = "", this.showDivider = !1, this._internals = this.attachInternals();
@@ -3020,18 +3033,18 @@ const P1 = class P1 extends y {
3020
3033
  </div>` : ""}`;
3021
3034
  }
3022
3035
  };
3023
- P1.styles = Je, P1.formAssociated = !0;
3024
- let w1 = P1;
3025
- N1([
3036
+ Pe.styles = J1, Pe.formAssociated = !0;
3037
+ let we = Pe;
3038
+ Ne([
3026
3039
  n({ type: Boolean })
3027
- ], w1.prototype, "showError");
3028
- N1([
3040
+ ], we.prototype, "showError");
3041
+ Ne([
3029
3042
  n({ type: String })
3030
- ], w1.prototype, "errorMessage");
3031
- N1([
3043
+ ], we.prototype, "errorMessage");
3044
+ Ne([
3032
3045
  n({ type: Boolean, reflect: !0 })
3033
- ], w1.prototype, "showDivider");
3034
- customElements.get("nys-errormessage") || customElements.define("nys-errormessage", w1);
3046
+ ], we.prototype, "showDivider");
3047
+ customElements.get("nys-errormessage") || customElements.define("nys-errormessage", we);
3035
3048
  async function tt(a, e) {
3036
3049
  if (!e || e.trim() === "") return !0;
3037
3050
  const t = e.toLowerCase().split(",").map((r) => r.trim()), o = a.name.toLowerCase(), s = o.includes(".") ? o.split(".").pop() : "";
@@ -3319,12 +3332,12 @@ const st = p`
3319
3332
  }
3320
3333
  }
3321
3334
  `;
3322
- var rt = Object.defineProperty, U1 = (a, e, t, o) => {
3335
+ var rt = Object.defineProperty, Ue = (a, e, t, o) => {
3323
3336
  for (var s = void 0, r = a.length - 1, i; r >= 0; r--)
3324
3337
  (i = a[r]) && (s = i(e, t, s) || s);
3325
3338
  return s && rt(e, t, s), s;
3326
3339
  };
3327
- const Q1 = class Q1 extends y {
3340
+ const Qe = class Qe extends y {
3328
3341
  constructor() {
3329
3342
  super(...arguments), this.filename = "", this.status = "pending", this.progress = 0, this.errorMessage = "";
3330
3343
  }
@@ -3397,31 +3410,31 @@ const Q1 = class Q1 extends y {
3397
3410
  `;
3398
3411
  }
3399
3412
  };
3400
- Q1.styles = ot;
3401
- let g1 = Q1;
3402
- U1([
3413
+ Qe.styles = ot;
3414
+ let ge = Qe;
3415
+ Ue([
3403
3416
  n({ type: String })
3404
- ], g1.prototype, "filename");
3405
- U1([
3417
+ ], ge.prototype, "filename");
3418
+ Ue([
3406
3419
  n({ type: String })
3407
- ], g1.prototype, "status");
3408
- U1([
3420
+ ], ge.prototype, "status");
3421
+ Ue([
3409
3422
  n({ type: Number })
3410
- ], g1.prototype, "progress");
3411
- U1([
3423
+ ], ge.prototype, "progress");
3424
+ Ue([
3412
3425
  n({ type: String })
3413
- ], g1.prototype, "errorMessage");
3414
- customElements.define("nys-fileitem", g1);
3415
- var nt = Object.defineProperty, E = (a, e, t, o) => {
3426
+ ], ge.prototype, "errorMessage");
3427
+ customElements.define("nys-fileitem", ge);
3428
+ var nt = Object.defineProperty, S = (a, e, t, o) => {
3416
3429
  for (var s = void 0, r = a.length - 1, i; r >= 0; r--)
3417
3430
  (i = a[r]) && (s = i(e, t, s) || s);
3418
3431
  return s && nt(e, t, s), s;
3419
3432
  };
3420
3433
  let it = 0;
3421
- const q1 = class q1 extends y {
3434
+ const qe = class qe extends y {
3422
3435
  // allows use of elementInternals' API
3423
3436
  constructor() {
3424
- super(), this.id = "", this.name = "", this.label = "", this.description = "", this.multiple = !1, this.form = null, this._tooltip = "", this.accept = "", this.disabled = !1, this.required = !1, this.optional = !1, this.showError = !1, this.errorMessage = "", this.dropzone = !1, this.width = "full", this._selectedFiles = [], this._dragActive = !1, this._internals = this.attachInternals();
3437
+ super(), this.id = "", this.name = "", this.label = "", this.description = "", this.multiple = !1, this.form = null, this._tooltip = "", this.accept = "", this.disabled = !1, this.required = !1, this.optional = !1, this.showError = !1, this.errorMessage = "", this.dropzone = !1, this.width = "full", this.invert = !1, this._selectedFiles = [], this._dragActive = !1, this._internals = this.attachInternals();
3425
3438
  }
3426
3439
  get _isDropDisabled() {
3427
3440
  return this.disabled || !this.multiple && this._selectedFiles.length > 0;
@@ -3641,6 +3654,7 @@ const q1 = class q1 extends y {
3641
3654
  description=${this.description}
3642
3655
  flag=${this.required ? "required" : this.optional ? "optional" : ""}
3643
3656
  _tooltip=${this._tooltip}
3657
+ ?invert=${this.invert}
3644
3658
  >
3645
3659
  <slot name="description" slot="description">${this.description}</slot>
3646
3660
  </nys-label>
@@ -3719,53 +3733,56 @@ const q1 = class q1 extends y {
3719
3733
  </div>`;
3720
3734
  }
3721
3735
  };
3722
- q1.styles = st, q1.formAssociated = !0;
3723
- let w = q1;
3724
- E([
3736
+ qe.styles = st, qe.formAssociated = !0;
3737
+ let w = qe;
3738
+ S([
3725
3739
  n({ type: String })
3726
3740
  ], w.prototype, "id");
3727
- E([
3741
+ S([
3728
3742
  n({ type: String, reflect: !0 })
3729
3743
  ], w.prototype, "name");
3730
- E([
3744
+ S([
3731
3745
  n({ type: String })
3732
3746
  ], w.prototype, "label");
3733
- E([
3747
+ S([
3734
3748
  n({ type: String })
3735
3749
  ], w.prototype, "description");
3736
- E([
3750
+ S([
3737
3751
  n({ type: Boolean })
3738
3752
  ], w.prototype, "multiple");
3739
- E([
3753
+ S([
3740
3754
  n({ type: String, reflect: !0 })
3741
3755
  ], w.prototype, "form");
3742
- E([
3756
+ S([
3743
3757
  n({ type: String })
3744
3758
  ], w.prototype, "_tooltip");
3745
- E([
3759
+ S([
3746
3760
  n({ type: String })
3747
3761
  ], w.prototype, "accept");
3748
- E([
3762
+ S([
3749
3763
  n({ type: Boolean, reflect: !0 })
3750
3764
  ], w.prototype, "disabled");
3751
- E([
3765
+ S([
3752
3766
  n({ type: Boolean, reflect: !0 })
3753
3767
  ], w.prototype, "required");
3754
- E([
3768
+ S([
3755
3769
  n({ type: Boolean, reflect: !0 })
3756
3770
  ], w.prototype, "optional");
3757
- E([
3771
+ S([
3758
3772
  n({ type: Boolean, reflect: !0 })
3759
3773
  ], w.prototype, "showError");
3760
- E([
3774
+ S([
3761
3775
  n({ type: String })
3762
3776
  ], w.prototype, "errorMessage");
3763
- E([
3777
+ S([
3764
3778
  n({ type: Boolean })
3765
3779
  ], w.prototype, "dropzone");
3766
- E([
3780
+ S([
3767
3781
  n({ type: String, reflect: !0 })
3768
3782
  ], w.prototype, "width");
3783
+ S([
3784
+ n({ type: Boolean, reflect: !0 })
3785
+ ], w.prototype, "invert");
3769
3786
  customElements.get("nys-fileinput") || customElements.define("nys-fileinput", w);
3770
3787
  const at = {
3771
3788
  // --------- UX Team Main Library (below) --------- //
@@ -4476,12 +4493,12 @@ const at = {
4476
4493
  transform: scale(-1, -1);
4477
4494
  }
4478
4495
  `;
4479
- var ct = Object.defineProperty, dt = Object.getOwnPropertyDescriptor, L1 = (a, e, t, o) => {
4496
+ var ct = Object.defineProperty, dt = Object.getOwnPropertyDescriptor, Le = (a, e, t, o) => {
4480
4497
  for (var s = o > 1 ? void 0 : o ? dt(e, t) : e, r = a.length - 1, i; r >= 0; r--)
4481
4498
  (i = a[r]) && (s = (o ? i(e, t, s) : i(s)) || s);
4482
4499
  return o && s && ct(e, t, s), s;
4483
- }, l1;
4484
- const b1 = (l1 = class extends y {
4500
+ }, le;
4501
+ const be = (le = class extends y {
4485
4502
  constructor() {
4486
4503
  super(...arguments), this.name = "", this.ariaLabel = "", this.rotate = "0", this.flip = "", this.color = "", this._size = "sm";
4487
4504
  }
@@ -4489,7 +4506,7 @@ const b1 = (l1 = class extends y {
4489
4506
  return this._size;
4490
4507
  }
4491
4508
  set size(e) {
4492
- this._size = l1.VALID_TYPES.includes(
4509
+ this._size = le.VALID_TYPES.includes(
4493
4510
  e
4494
4511
  ) ? e : "sm";
4495
4512
  }
@@ -4503,7 +4520,7 @@ const b1 = (l1 = class extends y {
4503
4520
  const e = this.getIcon();
4504
4521
  return e ? l`${e}` : null;
4505
4522
  }
4506
- }, l1.styles = lt, l1.VALID_TYPES = [
4523
+ }, le.styles = lt, le.VALID_TYPES = [
4507
4524
  "2xs",
4508
4525
  "xs",
4509
4526
  "sm",
@@ -4520,26 +4537,26 @@ const b1 = (l1 = class extends y {
4520
4537
  "40",
4521
4538
  "48",
4522
4539
  "64"
4523
- ], l1);
4524
- L1([
4540
+ ], le);
4541
+ Le([
4525
4542
  n({ type: String, reflect: !0 })
4526
- ], b1.prototype, "name", 2);
4527
- L1([
4543
+ ], be.prototype, "name", 2);
4544
+ Le([
4528
4545
  n({ type: String })
4529
- ], b1.prototype, "ariaLabel", 2);
4530
- L1([
4546
+ ], be.prototype, "ariaLabel", 2);
4547
+ Le([
4531
4548
  n({ type: String })
4532
- ], b1.prototype, "rotate", 2);
4533
- L1([
4549
+ ], be.prototype, "rotate", 2);
4550
+ Le([
4534
4551
  n({ type: String })
4535
- ], b1.prototype, "flip", 2);
4536
- L1([
4552
+ ], be.prototype, "flip", 2);
4553
+ Le([
4537
4554
  n({ type: String })
4538
- ], b1.prototype, "color", 2);
4539
- L1([
4555
+ ], be.prototype, "color", 2);
4556
+ Le([
4540
4557
  n({ reflect: !0 })
4541
- ], b1.prototype, "size", 1);
4542
- let ht = b1;
4558
+ ], be.prototype, "size", 1);
4559
+ let ht = be;
4543
4560
  customElements.get("nys-icon") || customElements.define("nys-icon", ht);
4544
4561
  const yt = p`
4545
4562
  :host {
@@ -4627,15 +4644,25 @@ const yt = p`
4627
4644
  .nys-label__tooltip-icon {
4628
4645
  margin-top: -2px;
4629
4646
  }
4647
+
4648
+ .nys-label.invert .nys-label__label,
4649
+ .nys-label.invert .nys-label__description,
4650
+ .nys-label.invert .nys-label__optional {
4651
+ color: var(--nys-color-text-inverse, #fff);
4652
+ }
4653
+
4654
+ .nys-label.invert .nys-label__tooltip-icon {
4655
+ color: var(--nys-color-ink-inverse, #fff);
4656
+ }
4630
4657
  `;
4631
- var ut = Object.defineProperty, pt = Object.getOwnPropertyDescriptor, S1 = (a, e, t, o) => {
4658
+ var ut = Object.defineProperty, pt = Object.getOwnPropertyDescriptor, Se = (a, e, t, o) => {
4632
4659
  for (var s = o > 1 ? void 0 : o ? pt(e, t) : e, r = a.length - 1, i; r >= 0; r--)
4633
4660
  (i = a[r]) && (s = (o ? i(e, t, s) : i(s)) || s);
4634
4661
  return o && s && ut(e, t, s), s;
4635
4662
  };
4636
- const J1 = class J1 extends y {
4663
+ const Je = class Je extends y {
4637
4664
  constructor() {
4638
- super(...arguments), this.for = "", this.label = "", this.description = "", this.flag = "", this.tooltipInverted = !1, this._tooltip = "";
4665
+ super(...arguments), this.for = "", this.label = "", this.description = "", this.flag = "", this.invert = !1, this._tooltip = "";
4639
4666
  }
4640
4667
  get tooltip() {
4641
4668
  return this._tooltip;
@@ -4645,7 +4672,7 @@ const J1 = class J1 extends y {
4645
4672
  }
4646
4673
  render() {
4647
4674
  return l`
4648
- <div class="nys-label">
4675
+ <div class="nys-label ${this.invert ? "invert" : ""}">
4649
4676
  <div class="nys-label__tooltip-wrapper">
4650
4677
  <label for=${this.for} class="nys-label__label"
4651
4678
  >${this.label}
@@ -4656,7 +4683,7 @@ const J1 = class J1 extends y {
4656
4683
  text="${this._tooltip}"
4657
4684
  position="top"
4658
4685
  focusable
4659
- ?inverted=${this.tooltipInverted}
4686
+ ?inverted=${this.invert}
4660
4687
  >
4661
4688
  <div class="nys-label__tooltip-icon">
4662
4689
  <nys-icon name="info" size="3xl"></nys-icon>
@@ -4670,27 +4697,27 @@ const J1 = class J1 extends y {
4670
4697
  `;
4671
4698
  }
4672
4699
  };
4673
- J1.styles = yt;
4674
- let t1 = J1;
4675
- S1([
4700
+ Je.styles = yt;
4701
+ let te = Je;
4702
+ Se([
4676
4703
  n({ type: String })
4677
- ], t1.prototype, "for", 2);
4678
- S1([
4704
+ ], te.prototype, "for", 2);
4705
+ Se([
4679
4706
  n({ type: String })
4680
- ], t1.prototype, "label", 2);
4681
- S1([
4707
+ ], te.prototype, "label", 2);
4708
+ Se([
4682
4709
  n({ type: String })
4683
- ], t1.prototype, "description", 2);
4684
- S1([
4710
+ ], te.prototype, "description", 2);
4711
+ Se([
4685
4712
  n({ type: String })
4686
- ], t1.prototype, "flag", 2);
4687
- S1([
4713
+ ], te.prototype, "flag", 2);
4714
+ Se([
4688
4715
  n({ type: Boolean, reflect: !0 })
4689
- ], t1.prototype, "tooltipInverted", 2);
4690
- S1([
4716
+ ], te.prototype, "invert", 2);
4717
+ Se([
4691
4718
  n({ type: String })
4692
- ], t1.prototype, "tooltip", 1);
4693
- customElements.get("nys-label") || customElements.define("nys-label", t1);
4719
+ ], te.prototype, "tooltip", 1);
4720
+ customElements.get("nys-label") || customElements.define("nys-label", te);
4694
4721
  const vt = p`
4695
4722
  :host {
4696
4723
  /* Global Modal Styles */
@@ -4843,14 +4870,14 @@ const vt = p`
4843
4870
  }
4844
4871
  }
4845
4872
  `;
4846
- var ft = Object.defineProperty, gt = Object.getOwnPropertyDescriptor, v1 = (a, e, t, o) => {
4873
+ var ft = Object.defineProperty, gt = Object.getOwnPropertyDescriptor, ve = (a, e, t, o) => {
4847
4874
  for (var s = o > 1 ? void 0 : o ? gt(e, t) : e, r = a.length - 1, i; r >= 0; r--)
4848
4875
  (i = a[r]) && (s = (o ? i(e, t, s) : i(s)) || s);
4849
4876
  return o && s && ft(e, t, s), s;
4850
4877
  };
4851
4878
  let bt = 0;
4852
- var c1;
4853
- const r1 = (c1 = class extends y {
4879
+ var ce;
4880
+ const re = (ce = class extends y {
4854
4881
  /**************** Lifecycle Methods ****************/
4855
4882
  constructor() {
4856
4883
  super(), this.id = "", this.heading = "", this.subheading = "", this.open = !1, this.mandatory = !1, this._width = "md", this._actionButtonSlot = null, this._prevFocusedElement = null, this._originalBodyOverflow = null, this.hasBodySlots = !1, this.hasActionSlots = !1;
@@ -4859,7 +4886,7 @@ const r1 = (c1 = class extends y {
4859
4886
  return this._width;
4860
4887
  }
4861
4888
  set width(e) {
4862
- this._width = c1.VALID_WIDTHS.includes(
4889
+ this._width = ce.VALID_WIDTHS.includes(
4863
4890
  e
4864
4891
  ) ? e : "md";
4865
4892
  }
@@ -4994,18 +5021,18 @@ const r1 = (c1 = class extends y {
4994
5021
  let v = document.activeElement, f = r.indexOf(v);
4995
5022
  if (e.shiftKey) {
4996
5023
  e.preventDefault();
4997
- let q = f - 1;
4998
- q < 0 && (q = r.length - 1);
4999
- const n1 = r[q];
5000
- if (r[q].tagName.toLowerCase() === "nys-button") {
5001
- const i1 = await n1.getButtonElement();
5002
- i1 == null || i1.focus();
5024
+ let O = f - 1;
5025
+ O < 0 && (O = r.length - 1);
5026
+ const ne = r[O];
5027
+ if (r[O].tagName.toLowerCase() === "nys-button") {
5028
+ const ie = await ne.getButtonElement();
5029
+ ie == null || ie.focus();
5003
5030
  } else
5004
- n1.focus();
5031
+ ne.focus();
5005
5032
  } else if (v === u)
5006
5033
  if (e.preventDefault(), d.tagName.toLowerCase() === "nys-button") {
5007
- const q = await d.getButtonElement();
5008
- q == null || q.focus();
5034
+ const O = await d.getButtonElement();
5035
+ O == null || O.focus();
5009
5036
  } else
5010
5037
  d.focus();
5011
5038
  }
@@ -5057,32 +5084,32 @@ const r1 = (c1 = class extends y {
5057
5084
  </div>
5058
5085
  </div>` : "";
5059
5086
  }
5060
- }, c1.VALID_WIDTHS = ["sm", "md", "lg"], c1.styles = vt, c1);
5061
- v1([
5087
+ }, ce.VALID_WIDTHS = ["sm", "md", "lg"], ce.styles = vt, ce);
5088
+ ve([
5062
5089
  n({ type: String })
5063
- ], r1.prototype, "id", 2);
5064
- v1([
5090
+ ], re.prototype, "id", 2);
5091
+ ve([
5065
5092
  n({ type: String })
5066
- ], r1.prototype, "heading", 2);
5067
- v1([
5093
+ ], re.prototype, "heading", 2);
5094
+ ve([
5068
5095
  n({ type: String })
5069
- ], r1.prototype, "subheading", 2);
5070
- v1([
5096
+ ], re.prototype, "subheading", 2);
5097
+ ve([
5071
5098
  n({ type: Boolean, reflect: !0 })
5072
- ], r1.prototype, "open", 2);
5073
- v1([
5099
+ ], re.prototype, "open", 2);
5100
+ ve([
5074
5101
  n({ type: Boolean, reflect: !0 })
5075
- ], r1.prototype, "mandatory", 2);
5076
- v1([
5102
+ ], re.prototype, "mandatory", 2);
5103
+ ve([
5077
5104
  n({ reflect: !0 })
5078
- ], r1.prototype, "width", 1);
5079
- v1([
5080
- S()
5081
- ], r1.prototype, "hasBodySlots", 2);
5082
- v1([
5083
- S()
5084
- ], r1.prototype, "hasActionSlots", 2);
5085
- let _t = r1;
5105
+ ], re.prototype, "width", 1);
5106
+ ve([
5107
+ D()
5108
+ ], re.prototype, "hasBodySlots", 2);
5109
+ ve([
5110
+ D()
5111
+ ], re.prototype, "hasActionSlots", 2);
5112
+ let _t = re;
5086
5113
  customElements.get("nys-modal") || customElements.define("nys-modal", _t);
5087
5114
  const Ct = p`
5088
5115
  :host {
@@ -5226,13 +5253,13 @@ const Ct = p`
5226
5253
  }
5227
5254
  }
5228
5255
  `;
5229
- var mt = Object.defineProperty, z1 = (a, e, t, o) => {
5256
+ var mt = Object.defineProperty, ze = (a, e, t, o) => {
5230
5257
  for (var s = void 0, r = a.length - 1, i; r >= 0; r--)
5231
5258
  (i = a[r]) && (s = i(e, t, s) || s);
5232
5259
  return s && mt(e, t, s), s;
5233
5260
  };
5234
5261
  let xt = 0;
5235
- const ee = class ee extends y {
5262
+ const e1 = class e1 extends y {
5236
5263
  /**************** Lifecycle Methods ****************/
5237
5264
  constructor() {
5238
5265
  super(), this.id = "", this.name = "", this.currentPage = 1, this.totalPages = 1, this._twoBeforeLast = !1;
@@ -5283,63 +5310,63 @@ const ee = class ee extends y {
5283
5310
  }
5284
5311
  render() {
5285
5312
  return this.totalPages <= 1 ? null : l`<div class="nys-pagination">
5286
- ${this.currentPage > 1 ? l`
5287
- <nys-button
5288
- id="previous"
5289
- label="Previous"
5290
- prefixIcon="chevron_left"
5291
- variant="outline"
5292
- @nys-click="${() => this._handlePageClick(this.currentPage - 1)}"
5293
- ></nys-button>
5294
- <nys-button
5295
- id="previous--mobile"
5296
- prefixIcon="chevron_left"
5297
- ariaLabel="Previous Page"
5298
- variant="outline"
5299
- @nys-click="${() => this._handlePageClick(this.currentPage - 1)}"
5300
- ></nys-button>
5301
- ` : null}
5313
+ <nys-button
5314
+ id="previous"
5315
+ label="Previous"
5316
+ prefixIcon="chevron_left"
5317
+ variant="outline"
5318
+ ?disabled=${this.currentPage === 1}
5319
+ @nys-click="${() => this._handlePageClick(this.currentPage - 1)}"
5320
+ ></nys-button>
5321
+ <nys-button
5322
+ id="previous--mobile"
5323
+ prefixIcon="chevron_left"
5324
+ ariaLabel="Previous Page"
5325
+ variant="outline"
5326
+ ?disabled=${this.currentPage === 1}
5327
+ @nys-click="${() => this._handlePageClick(this.currentPage - 1)}"
5328
+ ></nys-button>
5302
5329
  ${this.renderPageButtons()}
5303
- ${this.currentPage < this.totalPages ? l`
5304
- <nys-button
5305
- id="next"
5306
- label="Next"
5307
- suffixIcon="chevron_right"
5308
- variant="outline"
5309
- @nys-click="${() => this._handlePageClick(this.currentPage + 1)}"
5310
- ></nys-button>
5311
- <nys-button
5312
- id="next--mobile"
5313
- suffixIcon="chevron_right"
5314
- ariaLabel="Next Page"
5315
- variant="outline"
5316
- @nys-click="${() => this._handlePageClick(this.currentPage + 1)}"
5317
- ></nys-button>
5318
- ` : null}
5330
+ <nys-button
5331
+ id="next"
5332
+ label="Next"
5333
+ suffixIcon="chevron_right"
5334
+ variant="outline"
5335
+ ?disabled=${this.currentPage === this.totalPages}
5336
+ @nys-click="${() => this._handlePageClick(this.currentPage + 1)}"
5337
+ ></nys-button>
5338
+ <nys-button
5339
+ id="next--mobile"
5340
+ suffixIcon="chevron_right"
5341
+ ariaLabel="Next Page"
5342
+ variant="outline"
5343
+ ?disabled=${this.currentPage === this.totalPages}
5344
+ @nys-click="${() => this._handlePageClick(this.currentPage + 1)}"
5345
+ ></nys-button>
5319
5346
  </div>`;
5320
5347
  }
5321
- /****************** 🪡 for 1.10.0 ******************/
5348
+ /****************** 🪡 in the Haystack Release ******/
5322
5349
  /****************** designsystem@its.ny.gov ********/
5323
5350
  };
5324
- ee.styles = Ct;
5325
- let h1 = ee;
5326
- z1([
5351
+ e1.styles = Ct;
5352
+ let he = e1;
5353
+ ze([
5327
5354
  n({ type: String })
5328
- ], h1.prototype, "id");
5329
- z1([
5355
+ ], he.prototype, "id");
5356
+ ze([
5330
5357
  n({ type: String, reflect: !0 })
5331
- ], h1.prototype, "name");
5332
- z1([
5358
+ ], he.prototype, "name");
5359
+ ze([
5333
5360
  n({ type: Number, reflect: !0 })
5334
- ], h1.prototype, "currentPage");
5335
- z1([
5361
+ ], he.prototype, "currentPage");
5362
+ ze([
5336
5363
  n({ type: Number, reflect: !0 })
5337
- ], h1.prototype, "totalPages");
5338
- z1([
5364
+ ], he.prototype, "totalPages");
5365
+ ze([
5339
5366
  n({ type: Boolean, reflect: !0 })
5340
- ], h1.prototype, "_twoBeforeLast");
5341
- customElements.get("nys-pagination") || customElements.define("nys-pagination", h1);
5342
- const ue = p`
5367
+ ], he.prototype, "_twoBeforeLast");
5368
+ customElements.get("nys-pagination") || customElements.define("nys-pagination", he);
5369
+ const u1 = p`
5343
5370
  :host {
5344
5371
  /* Global Radiobutton Styles */
5345
5372
  --_nys-radiobutton-size: var(--nys-size-400, 32px);
@@ -5699,17 +5726,17 @@ const ue = p`
5699
5726
  border: 0;
5700
5727
  }
5701
5728
  `;
5702
- var wt = Object.defineProperty, kt = Object.getOwnPropertyDescriptor, H = (a, e, t, o) => {
5729
+ var wt = Object.defineProperty, kt = Object.getOwnPropertyDescriptor, V = (a, e, t, o) => {
5703
5730
  for (var s = o > 1 ? void 0 : o ? kt(e, t) : e, r = a.length - 1, i; r >= 0; r--)
5704
5731
  (i = a[r]) && (s = (o ? i(e, t, s) : i(s)) || s);
5705
5732
  return o && s && wt(e, t, s), s;
5706
5733
  };
5707
5734
  let Lt = 0;
5708
5735
  var Q;
5709
- const D = (Q = class extends y {
5736
+ const $ = (Q = class extends y {
5710
5737
  // allows use of elementInternals' API
5711
5738
  constructor() {
5712
- super(), this.id = "", this.name = "", this.required = !1, this.optional = !1, this.showError = !1, this.errorMessage = "", this.label = "", this.description = "", this.tile = !1, this._tooltip = "", this.form = null, this.selectedValue = null, this._slottedDescriptionText = "", this._size = "md", this._internals = this.attachInternals();
5739
+ super(), this.id = "", this.name = "", this.required = !1, this.optional = !1, this.showError = !1, this.errorMessage = "", this.label = "", this.description = "", this.tile = !1, this._tooltip = "", this.invert = !1, this.form = null, this.selectedValue = null, this._slottedDescriptionText = "", this._size = "md", this._internals = this.attachInternals();
5713
5740
  }
5714
5741
  get size() {
5715
5742
  return this._size;
@@ -5730,7 +5757,7 @@ const D = (Q = class extends y {
5730
5757
  this._initializeCheckedRadioValue(), this._setValue(), this._setRadioButtonRequire(), this._updateRadioButtonsSize(), this._updateRadioButtonsTile(), this._updateRadioButtonsShowError(), this._getSlotDescriptionForAria(), await this.updateComplete, this._initializeChildAttributes(), this._updateGroupTabIndex();
5731
5758
  }
5732
5759
  updated(e) {
5733
- (e.has("required") || e.has("selectedValue")) && this._manageRequire(), e.has("size") && this._updateRadioButtonsSize(), e.has("tile") && this._updateRadioButtonsTile(), e.has("showError") && this._updateRadioButtonsShowError(), e.has("form") && this._updateRadioButtonsForm();
5760
+ (e.has("required") || e.has("selectedValue")) && this._manageRequire(), e.has("size") && this._updateRadioButtonsSize(), e.has("tile") && this._updateRadioButtonsTile(), e.has("invert") && this._updateRadioButtonsInvert(), e.has("showError") && this._updateRadioButtonsShowError(), e.has("form") && this._updateRadioButtonsForm();
5734
5761
  }
5735
5762
  // This callback is automatically called when the parent form is reset.
5736
5763
  formResetCallback() {
@@ -5812,6 +5839,11 @@ const D = (Q = class extends y {
5812
5839
  this.tile ? t.toggleAttribute("tile", !0) : t.removeAttribute("tile");
5813
5840
  });
5814
5841
  }
5842
+ _updateRadioButtonsInvert() {
5843
+ this.querySelectorAll("nys-radiobutton").forEach((t) => {
5844
+ this.invert ? t.toggleAttribute("invert", !0) : t.removeAttribute("invert");
5845
+ });
5846
+ }
5815
5847
  _updateRadioButtonsShowError() {
5816
5848
  this.querySelectorAll("nys-radiobutton").forEach((t) => {
5817
5849
  this.showError ? t.setAttribute("showError", "") : t.removeAttribute("showError");
@@ -5859,6 +5891,7 @@ const D = (Q = class extends y {
5859
5891
  description=${this.description}
5860
5892
  flag=${this.required ? "required" : this.optional ? "optional" : ""}
5861
5893
  _tooltip=${this._tooltip}
5894
+ ?invert=${this.invert}
5862
5895
  >
5863
5896
  <slot name="description" slot="description">${this.description}</slot>
5864
5897
  </nys-label>
@@ -5877,67 +5910,70 @@ const D = (Q = class extends y {
5877
5910
  ></nys-errormessage>
5878
5911
  </div>`;
5879
5912
  }
5880
- }, Q.VALID_SIZES = ["sm", "md"], Q.styles = ue, Q.formAssociated = !0, Q);
5881
- H([
5913
+ }, Q.VALID_SIZES = ["sm", "md"], Q.styles = u1, Q.formAssociated = !0, Q);
5914
+ V([
5882
5915
  n({ type: String })
5883
- ], D.prototype, "id", 2);
5884
- H([
5916
+ ], $.prototype, "id", 2);
5917
+ V([
5885
5918
  n({ type: String, reflect: !0 })
5886
- ], D.prototype, "name", 2);
5887
- H([
5919
+ ], $.prototype, "name", 2);
5920
+ V([
5888
5921
  n({ type: Boolean, reflect: !0 })
5889
- ], D.prototype, "required", 2);
5890
- H([
5922
+ ], $.prototype, "required", 2);
5923
+ V([
5891
5924
  n({ type: Boolean, reflect: !0 })
5892
- ], D.prototype, "optional", 2);
5893
- H([
5925
+ ], $.prototype, "optional", 2);
5926
+ V([
5894
5927
  n({ type: Boolean, reflect: !0 })
5895
- ], D.prototype, "showError", 2);
5896
- H([
5928
+ ], $.prototype, "showError", 2);
5929
+ V([
5897
5930
  n({ type: String })
5898
- ], D.prototype, "errorMessage", 2);
5899
- H([
5931
+ ], $.prototype, "errorMessage", 2);
5932
+ V([
5900
5933
  n({ type: String })
5901
- ], D.prototype, "label", 2);
5902
- H([
5934
+ ], $.prototype, "label", 2);
5935
+ V([
5903
5936
  n({ type: String })
5904
- ], D.prototype, "description", 2);
5905
- H([
5937
+ ], $.prototype, "description", 2);
5938
+ V([
5906
5939
  n({ type: Boolean, reflect: !0 })
5907
- ], D.prototype, "tile", 2);
5908
- H([
5940
+ ], $.prototype, "tile", 2);
5941
+ V([
5909
5942
  n({ type: String })
5910
- ], D.prototype, "_tooltip", 2);
5911
- H([
5943
+ ], $.prototype, "_tooltip", 2);
5944
+ V([
5945
+ n({ type: Boolean, reflect: !0 })
5946
+ ], $.prototype, "invert", 2);
5947
+ V([
5912
5948
  n({ type: String, reflect: !0 })
5913
- ], D.prototype, "form", 2);
5914
- H([
5915
- S()
5916
- ], D.prototype, "selectedValue", 2);
5917
- H([
5918
- S()
5919
- ], D.prototype, "_slottedDescriptionText", 2);
5920
- H([
5949
+ ], $.prototype, "form", 2);
5950
+ V([
5951
+ D()
5952
+ ], $.prototype, "selectedValue", 2);
5953
+ V([
5954
+ D()
5955
+ ], $.prototype, "_slottedDescriptionText", 2);
5956
+ V([
5921
5957
  n({ reflect: !0 })
5922
- ], D.prototype, "size", 1);
5923
- let St = D;
5958
+ ], $.prototype, "size", 1);
5959
+ let St = $;
5924
5960
  customElements.get("nys-radiogroup") || customElements.define("nys-radiogroup", St);
5925
- var $t = Object.defineProperty, Et = Object.getOwnPropertyDescriptor, F = (a, e, t, o) => {
5961
+ var $t = Object.defineProperty, Et = Object.getOwnPropertyDescriptor, R = (a, e, t, o) => {
5926
5962
  for (var s = o > 1 ? void 0 : o ? Et(e, t) : e, r = a.length - 1, i; r >= 0; r--)
5927
5963
  (i = a[r]) && (s = (o ? i(e, t, s) : i(s)) || s);
5928
5964
  return o && s && $t(e, t, s), s;
5929
5965
  };
5930
5966
  let Dt = 0;
5931
- var b;
5932
- const U = (b = class extends y {
5967
+ var _;
5968
+ const q = (_ = class extends y {
5933
5969
  constructor() {
5934
- super(...arguments), this.checked = !1, this.disabled = !1, this.required = !1, this.label = "", this.description = "", this.id = "", this.name = "", this.value = "", this.form = null, this._size = "md", this.tile = !1;
5970
+ super(...arguments), this.checked = !1, this.disabled = !1, this.required = !1, this.label = "", this.description = "", this.id = "", this.name = "", this.value = "", this.invert = !1, this.form = null, this._size = "md", this.tile = !1;
5935
5971
  }
5936
5972
  get size() {
5937
5973
  return this._size;
5938
5974
  }
5939
5975
  set size(e) {
5940
- this._size = b.VALID_SIZES.includes(
5976
+ this._size = _.VALID_SIZES.includes(
5941
5977
  e
5942
5978
  ) ? e : "md";
5943
5979
  }
@@ -5952,13 +5988,13 @@ const U = (b = class extends y {
5952
5988
  /********************** Lifecycle updates **********************/
5953
5989
  // Generate a unique ID if one is not provided
5954
5990
  connectedCallback() {
5955
- super.connectedCallback(), this.id || (this.id = `nys-radiobutton-${Date.now()}-${Dt++}`), this.checked && (b.buttonGroup[this.name] && (b.buttonGroup[this.name].checked = !1, b.buttonGroup[this.name].requestUpdate()), b.buttonGroup[this.name] = this), this.addEventListener("focus", this._handleFocus), this.addEventListener("blur", this._handleBlur), this.addEventListener("click", this._handleChange);
5991
+ super.connectedCallback(), this.id || (this.id = `nys-radiobutton-${Date.now()}-${Dt++}`), this.checked && (_.buttonGroup[this.name] && (_.buttonGroup[this.name].checked = !1, _.buttonGroup[this.name].requestUpdate()), _.buttonGroup[this.name] = this), this.addEventListener("focus", this._handleFocus), this.addEventListener("blur", this._handleBlur), this.addEventListener("click", this._handleChange);
5956
5992
  }
5957
5993
  disconnectedCallback() {
5958
5994
  super.disconnectedCallback(), this.removeEventListener("focus", this._handleFocus), this.removeEventListener("blur", this._handleBlur);
5959
5995
  }
5960
5996
  updated(e) {
5961
- e.has("checked") && this.checked && b.buttonGroup[this.name] !== this && (b.buttonGroup[this.name] && (b.buttonGroup[this.name].checked = !1, b.buttonGroup[this.name].requestUpdate()), b.buttonGroup[this.name] = this);
5997
+ e.has("checked") && this.checked && _.buttonGroup[this.name] !== this && (_.buttonGroup[this.name] && (_.buttonGroup[this.name].checked = !1, _.buttonGroup[this.name].requestUpdate()), _.buttonGroup[this.name] = this);
5962
5998
  }
5963
5999
  /********************** Functions **********************/
5964
6000
  // This helper function is called to perform the element's native validation.
@@ -5986,7 +6022,7 @@ const U = (b = class extends y {
5986
6022
  }
5987
6023
  // Handle radiobutton change event & unselection of other options in group
5988
6024
  _handleChange() {
5989
- this.classList.remove("active-focus"), !this.checked && !this.disabled && (b.buttonGroup[this.name] && (b.buttonGroup[this.name].checked = !1, b.buttonGroup[this.name].requestUpdate()), b.buttonGroup[this.name] = this, this.checked = !0, this._emitChangeEvent());
6025
+ this.classList.remove("active-focus"), !this.checked && !this.disabled && (_.buttonGroup[this.name] && (_.buttonGroup[this.name].checked = !1, _.buttonGroup[this.name].requestUpdate()), _.buttonGroup[this.name] = this, this.checked = !0, this._emitChangeEvent());
5990
6026
  }
5991
6027
  // Handle focus event
5992
6028
  _handleFocus() {
@@ -6030,47 +6066,51 @@ const U = (b = class extends y {
6030
6066
  for=${this.id}
6031
6067
  label=${this.label}
6032
6068
  description=${h(this.description || void 0)}
6069
+ ?invert=${this.invert}
6033
6070
  >
6034
6071
  <slot name="description" slot="description">${this.description}</slot>
6035
6072
  </nys-label> `}
6036
6073
  </label>
6037
6074
  `;
6038
6075
  }
6039
- }, b.VALID_SIZES = ["sm", "md"], b.buttonGroup = {}, b.styles = ue, b);
6040
- F([
6076
+ }, _.VALID_SIZES = ["sm", "md"], _.buttonGroup = {}, _.styles = u1, _);
6077
+ R([
6041
6078
  n({ type: Boolean, reflect: !0 })
6042
- ], U.prototype, "checked", 2);
6043
- F([
6079
+ ], q.prototype, "checked", 2);
6080
+ R([
6044
6081
  n({ type: Boolean, reflect: !0 })
6045
- ], U.prototype, "disabled", 2);
6046
- F([
6082
+ ], q.prototype, "disabled", 2);
6083
+ R([
6047
6084
  n({ type: Boolean, reflect: !0 })
6048
- ], U.prototype, "required", 2);
6049
- F([
6085
+ ], q.prototype, "required", 2);
6086
+ R([
6050
6087
  n({ type: String })
6051
- ], U.prototype, "label", 2);
6052
- F([
6088
+ ], q.prototype, "label", 2);
6089
+ R([
6053
6090
  n({ type: String })
6054
- ], U.prototype, "description", 2);
6055
- F([
6091
+ ], q.prototype, "description", 2);
6092
+ R([
6056
6093
  n({ type: String })
6057
- ], U.prototype, "id", 2);
6058
- F([
6094
+ ], q.prototype, "id", 2);
6095
+ R([
6059
6096
  n({ type: String, reflect: !0 })
6060
- ], U.prototype, "name", 2);
6061
- F([
6097
+ ], q.prototype, "name", 2);
6098
+ R([
6062
6099
  n({ type: String })
6063
- ], U.prototype, "value", 2);
6064
- F([
6100
+ ], q.prototype, "value", 2);
6101
+ R([
6102
+ n({ type: Boolean, reflect: !0 })
6103
+ ], q.prototype, "invert", 2);
6104
+ R([
6065
6105
  n({ type: String, reflect: !0 })
6066
- ], U.prototype, "form", 2);
6067
- F([
6106
+ ], q.prototype, "form", 2);
6107
+ R([
6068
6108
  n({ reflect: !0 })
6069
- ], U.prototype, "size", 1);
6070
- F([
6109
+ ], q.prototype, "size", 1);
6110
+ R([
6071
6111
  n({ type: Boolean, reflect: !0 })
6072
- ], U.prototype, "tile", 2);
6073
- let Mt = U;
6112
+ ], q.prototype, "tile", 2);
6113
+ let Mt = q;
6074
6114
  customElements.get("nys-radiobutton") || customElements.define("nys-radiobutton", Mt);
6075
6115
  const zt = p`
6076
6116
  :host {
@@ -6216,12 +6256,12 @@ const zt = p`
6216
6256
  var(--_nys-select-color--error);
6217
6257
  }
6218
6258
  `;
6219
- var Vt = Object.defineProperty, V1 = (a, e, t, o) => {
6259
+ var Vt = Object.defineProperty, Ve = (a, e, t, o) => {
6220
6260
  for (var s = void 0, r = a.length - 1, i; r >= 0; r--)
6221
6261
  (i = a[r]) && (s = i(e, t, s) || s);
6222
6262
  return s && Vt(e, t, s), s;
6223
6263
  };
6224
- class _1 extends y {
6264
+ class _e extends y {
6225
6265
  constructor() {
6226
6266
  super(...arguments), this.disabled = !1, this.selected = !1, this.value = "", this.label = "", this.hidden = !1;
6227
6267
  }
@@ -6248,33 +6288,33 @@ class _1 extends y {
6248
6288
  `;
6249
6289
  }
6250
6290
  }
6251
- V1([
6291
+ Ve([
6252
6292
  n({ type: Boolean, reflect: !0 })
6253
- ], _1.prototype, "disabled");
6254
- V1([
6293
+ ], _e.prototype, "disabled");
6294
+ Ve([
6255
6295
  n({ type: Boolean, reflect: !0 })
6256
- ], _1.prototype, "selected");
6257
- V1([
6296
+ ], _e.prototype, "selected");
6297
+ Ve([
6258
6298
  n({ type: String })
6259
- ], _1.prototype, "value");
6260
- V1([
6299
+ ], _e.prototype, "value");
6300
+ Ve([
6261
6301
  n({ type: String })
6262
- ], _1.prototype, "label");
6263
- V1([
6302
+ ], _e.prototype, "label");
6303
+ Ve([
6264
6304
  n({ type: Boolean, reflect: !0 })
6265
- ], _1.prototype, "hidden");
6266
- customElements.define("nys-option", _1);
6267
- var Ht = Object.defineProperty, At = Object.getOwnPropertyDescriptor, P = (a, e, t, o) => {
6305
+ ], _e.prototype, "hidden");
6306
+ customElements.define("nys-option", _e);
6307
+ var Ht = Object.defineProperty, At = Object.getOwnPropertyDescriptor, I = (a, e, t, o) => {
6268
6308
  for (var s = o > 1 ? void 0 : o ? At(e, t) : e, r = a.length - 1, i; r >= 0; r--)
6269
6309
  (i = a[r]) && (s = (o ? i(e, t, s) : i(s)) || s);
6270
6310
  return o && s && Ht(e, t, s), s;
6271
6311
  };
6272
- let It = 0;
6312
+ let Bt = 0;
6273
6313
  var J;
6274
- const A = (J = class extends y {
6314
+ const H = (J = class extends y {
6275
6315
  // allows use of elementInternals' API
6276
6316
  constructor() {
6277
- super(), this.id = "", this.name = "", this.label = "", this.description = "", this.value = "", this.disabled = !1, this.required = !1, this.optional = !1, this._tooltip = "", this.form = null, this.showError = !1, this.errorMessage = "", this._width = "md", this._hasUserInteracted = !1, this._internals = this.attachInternals();
6317
+ super(), this.id = "", this.name = "", this.label = "", this.description = "", this.value = "", this.disabled = !1, this.required = !1, this.optional = !1, this._tooltip = "", this.form = null, this.invert = !1, this.showError = !1, this.errorMessage = "", this._width = "md", this._hasUserInteracted = !1, this._internals = this.attachInternals();
6278
6318
  }
6279
6319
  get width() {
6280
6320
  return this._width;
@@ -6286,7 +6326,7 @@ const A = (J = class extends y {
6286
6326
  }
6287
6327
  // Generate a unique ID if one is not provided
6288
6328
  connectedCallback() {
6289
- super.connectedCallback(), this.id || (this.id = `nys-select-${Date.now()}-${It++}`), this.addEventListener("invalid", this._handleInvalid);
6329
+ super.connectedCallback(), this.id || (this.id = `nys-select-${Date.now()}-${Bt++}`), this.addEventListener("invalid", this._handleInvalid);
6290
6330
  }
6291
6331
  disconnectedCallback() {
6292
6332
  super.disconnectedCallback(), this.removeEventListener("invalid", this._handleInvalid);
@@ -6306,7 +6346,7 @@ const A = (J = class extends y {
6306
6346
  if (!e || !t) return;
6307
6347
  t.querySelectorAll("option:not([hidden])").forEach((i) => i.remove()), e.assignedElements({ flatten: !0 }).forEach((i) => {
6308
6348
  var c;
6309
- if (i instanceof _1) {
6349
+ if (i instanceof _e) {
6310
6350
  const d = document.createElement("option");
6311
6351
  d.value = i.value, d.textContent = i.label || ((c = i.textContent) == null ? void 0 : c.trim()) || "", d.disabled = i.disabled, d.selected = i.selected, t.appendChild(d);
6312
6352
  }
@@ -6394,6 +6434,7 @@ const A = (J = class extends y {
6394
6434
  description=${this.description}
6395
6435
  flag=${this.required ? "required" : this.optional ? "optional" : ""}
6396
6436
  _tooltip=${this._tooltip}
6437
+ ?invert=${this.invert}
6397
6438
  >
6398
6439
  <slot name="description" slot="description">${this.description}</slot>
6399
6440
  </nys-label>
@@ -6432,47 +6473,50 @@ const A = (J = class extends y {
6432
6473
  `;
6433
6474
  }
6434
6475
  }, J.VALID_WIDTHS = ["sm", "md", "lg", "full"], J.styles = zt, J.formAssociated = !0, J);
6435
- P([
6476
+ I([
6436
6477
  n({ type: String })
6437
- ], A.prototype, "id", 2);
6438
- P([
6478
+ ], H.prototype, "id", 2);
6479
+ I([
6439
6480
  n({ type: String, reflect: !0 })
6440
- ], A.prototype, "name", 2);
6441
- P([
6481
+ ], H.prototype, "name", 2);
6482
+ I([
6442
6483
  n({ type: String })
6443
- ], A.prototype, "label", 2);
6444
- P([
6484
+ ], H.prototype, "label", 2);
6485
+ I([
6445
6486
  n({ type: String })
6446
- ], A.prototype, "description", 2);
6447
- P([
6487
+ ], H.prototype, "description", 2);
6488
+ I([
6448
6489
  n({ type: String })
6449
- ], A.prototype, "value", 2);
6450
- P([
6490
+ ], H.prototype, "value", 2);
6491
+ I([
6451
6492
  n({ type: Boolean, reflect: !0 })
6452
- ], A.prototype, "disabled", 2);
6453
- P([
6493
+ ], H.prototype, "disabled", 2);
6494
+ I([
6454
6495
  n({ type: Boolean, reflect: !0 })
6455
- ], A.prototype, "required", 2);
6456
- P([
6496
+ ], H.prototype, "required", 2);
6497
+ I([
6457
6498
  n({ type: Boolean, reflect: !0 })
6458
- ], A.prototype, "optional", 2);
6459
- P([
6499
+ ], H.prototype, "optional", 2);
6500
+ I([
6460
6501
  n({ type: String })
6461
- ], A.prototype, "_tooltip", 2);
6462
- P([
6502
+ ], H.prototype, "_tooltip", 2);
6503
+ I([
6463
6504
  n({ type: String, reflect: !0 })
6464
- ], A.prototype, "form", 2);
6465
- P([
6505
+ ], H.prototype, "form", 2);
6506
+ I([
6466
6507
  n({ type: Boolean, reflect: !0 })
6467
- ], A.prototype, "showError", 2);
6468
- P([
6508
+ ], H.prototype, "invert", 2);
6509
+ I([
6510
+ n({ type: Boolean, reflect: !0 })
6511
+ ], H.prototype, "showError", 2);
6512
+ I([
6469
6513
  n({ type: String })
6470
- ], A.prototype, "errorMessage", 2);
6471
- P([
6514
+ ], H.prototype, "errorMessage", 2);
6515
+ I([
6472
6516
  n({ reflect: !0 })
6473
- ], A.prototype, "width", 1);
6474
- let Bt = A;
6475
- customElements.get("nys-select") || customElements.define("nys-select", Bt);
6517
+ ], H.prototype, "width", 1);
6518
+ let It = H;
6519
+ customElements.get("nys-select") || customElements.define("nys-select", It);
6476
6520
  const Zt = p`
6477
6521
  :host {
6478
6522
  /* Global Skipnav Styles */
@@ -6543,12 +6587,12 @@ const Zt = p`
6543
6587
  outline: none;
6544
6588
  }
6545
6589
  `;
6546
- var Pt = Object.defineProperty, pe = (a, e, t, o) => {
6590
+ var Pt = Object.defineProperty, p1 = (a, e, t, o) => {
6547
6591
  for (var s = void 0, r = a.length - 1, i; r >= 0; r--)
6548
6592
  (i = a[r]) && (s = i(e, t, s) || s);
6549
6593
  return s && Pt(e, t, s), s;
6550
6594
  };
6551
- const te = class te extends y {
6595
+ const t1 = class t1 extends y {
6552
6596
  constructor() {
6553
6597
  super(), this.id = "", this.href = "";
6554
6598
  }
@@ -6589,16 +6633,16 @@ const te = class te extends y {
6589
6633
  `;
6590
6634
  }
6591
6635
  };
6592
- te.styles = Zt;
6593
- let D1 = te;
6594
- pe([
6636
+ t1.styles = Zt;
6637
+ let De = t1;
6638
+ p1([
6595
6639
  n({ type: String })
6596
- ], D1.prototype, "id");
6597
- pe([
6640
+ ], De.prototype, "id");
6641
+ p1([
6598
6642
  n({ type: String })
6599
- ], D1.prototype, "href");
6600
- customElements.get("nys-skipnav") || customElements.define("nys-skipnav", D1);
6601
- const ve = p`
6643
+ ], De.prototype, "href");
6644
+ customElements.get("nys-skipnav") || customElements.define("nys-skipnav", De);
6645
+ const v1 = p`
6602
6646
  :host {
6603
6647
  /* Anything that can be overridden should be defined here */
6604
6648
 
@@ -6952,12 +6996,12 @@ const ve = p`
6952
6996
  }
6953
6997
  }
6954
6998
  `;
6955
- var qt = Object.defineProperty, C1 = (a, e, t, o) => {
6999
+ var qt = Object.defineProperty, Ce = (a, e, t, o) => {
6956
7000
  for (var s = void 0, r = a.length - 1, i; r >= 0; r--)
6957
7001
  (i = a[r]) && (s = i(e, t, s) || s);
6958
7002
  return s && qt(e, t, s), s;
6959
7003
  };
6960
- const se = class se extends y {
7004
+ const s1 = class s1 extends y {
6961
7005
  constructor() {
6962
7006
  super(...arguments), this.selected = !1, this.current = !1, this.label = "", this.href = "", this.isCompactExpanded = !1, this.stepNumber = 0;
6963
7007
  }
@@ -7005,36 +7049,36 @@ const se = class se extends y {
7005
7049
  `;
7006
7050
  }
7007
7051
  };
7008
- se.styles = ve;
7009
- let j = se;
7010
- C1([
7052
+ s1.styles = v1;
7053
+ let G = s1;
7054
+ Ce([
7011
7055
  n({ type: Boolean, reflect: !0 })
7012
- ], j.prototype, "selected");
7013
- C1([
7056
+ ], G.prototype, "selected");
7057
+ Ce([
7014
7058
  n({ type: Boolean, reflect: !0 })
7015
- ], j.prototype, "current");
7016
- C1([
7059
+ ], G.prototype, "current");
7060
+ Ce([
7017
7061
  n({ type: String })
7018
- ], j.prototype, "label");
7019
- C1([
7062
+ ], G.prototype, "label");
7063
+ Ce([
7020
7064
  n({ type: String })
7021
- ], j.prototype, "href");
7022
- C1([
7065
+ ], G.prototype, "href");
7066
+ Ce([
7023
7067
  n({ type: Boolean })
7024
- ], j.prototype, "isCompactExpanded");
7025
- C1([
7068
+ ], G.prototype, "isCompactExpanded");
7069
+ Ce([
7026
7070
  n({ type: Function })
7027
- ], j.prototype, "onClick");
7028
- C1([
7071
+ ], G.prototype, "onClick");
7072
+ Ce([
7029
7073
  n({ type: Number })
7030
- ], j.prototype, "stepNumber");
7031
- customElements.get("nys-step") || customElements.define("nys-step", j);
7032
- var Ot = Object.defineProperty, H1 = (a, e, t, o) => {
7074
+ ], G.prototype, "stepNumber");
7075
+ customElements.get("nys-step") || customElements.define("nys-step", G);
7076
+ var Ot = Object.defineProperty, He = (a, e, t, o) => {
7033
7077
  for (var s = void 0, r = a.length - 1, i; r >= 0; r--)
7034
7078
  (i = a[r]) && (s = i(e, t, s) || s);
7035
7079
  return s && Ot(e, t, s), s;
7036
7080
  };
7037
- const oe = class oe extends y {
7081
+ const o1 = class o1 extends y {
7038
7082
  constructor() {
7039
7083
  super(), this.id = "", this.name = "", this.label = "", this.counterText = "initial", this.isCompactExpanded = !1, this._stepsNumbered = !1, this._onStepClick = async (e) => {
7040
7084
  const t = e.composedPath().find(
@@ -7132,24 +7176,24 @@ const oe = class oe extends y {
7132
7176
  `;
7133
7177
  }
7134
7178
  };
7135
- oe.styles = ve;
7136
- let y1 = oe;
7137
- H1([
7179
+ o1.styles = v1;
7180
+ let ye = o1;
7181
+ He([
7138
7182
  n({ type: String })
7139
- ], y1.prototype, "id");
7140
- H1([
7183
+ ], ye.prototype, "id");
7184
+ He([
7141
7185
  n({ type: String, reflect: !0 })
7142
- ], y1.prototype, "name");
7143
- H1([
7186
+ ], ye.prototype, "name");
7187
+ He([
7144
7188
  n({ type: String })
7145
- ], y1.prototype, "label");
7146
- H1([
7189
+ ], ye.prototype, "label");
7190
+ He([
7147
7191
  n({ type: String })
7148
- ], y1.prototype, "counterText");
7149
- H1([
7192
+ ], ye.prototype, "counterText");
7193
+ He([
7150
7194
  n({ type: Boolean, reflect: !0 })
7151
- ], y1.prototype, "isCompactExpanded");
7152
- customElements.get("nys-stepper") || customElements.define("nys-stepper", y1);
7195
+ ], ye.prototype, "isCompactExpanded");
7196
+ customElements.get("nys-stepper") || customElements.define("nys-stepper", ye);
7153
7197
  const Ut = p`
7154
7198
  :host {
7155
7199
  /* Anything that can be overridden should be defined here */
@@ -7290,28 +7334,28 @@ const Ut = p`
7290
7334
  cursor: not-allowed;
7291
7335
  }
7292
7336
  `;
7293
- var Tt = Object.defineProperty, Rt = Object.getOwnPropertyDescriptor, k = (a, e, t, o) => {
7294
- for (var s = o > 1 ? void 0 : o ? Rt(e, t) : e, r = a.length - 1, i; r >= 0; r--)
7337
+ var Rt = Object.defineProperty, Tt = Object.getOwnPropertyDescriptor, k = (a, e, t, o) => {
7338
+ for (var s = o > 1 ? void 0 : o ? Tt(e, t) : e, r = a.length - 1, i; r >= 0; r--)
7295
7339
  (i = a[r]) && (s = (o ? i(e, t, s) : i(s)) || s);
7296
- return o && s && Tt(e, t, s), s;
7340
+ return o && s && Rt(e, t, s), s;
7297
7341
  };
7298
7342
  let Ft = 0;
7299
- var T;
7300
- const x = (T = class extends y {
7343
+ var F;
7344
+ const x = (F = class extends y {
7301
7345
  // allows use of elementInternals' API
7302
7346
  constructor() {
7303
- super(), this.id = "", this.name = "", this.label = "", this.description = "", this.placeholder = "", this.value = "", this.disabled = !1, this.readonly = !1, this.required = !1, this.optional = !1, this._tooltip = "", this.form = null, this.maxlength = null, this.width = "full", this.rows = 4, this._resize = "vertical", this.showError = !1, this.errorMessage = "", this._hasUserInteracted = !1, this._internals = this.attachInternals();
7347
+ super(), this.id = "", this.name = "", this.label = "", this.description = "", this.placeholder = "", this.value = "", this.disabled = !1, this.readonly = !1, this.required = !1, this.optional = !1, this._tooltip = "", this.invert = !1, this.form = null, this.maxlength = null, this.width = "full", this.rows = 4, this._resize = "vertical", this.showError = !1, this.errorMessage = "", this._hasUserInteracted = !1, this._internals = this.attachInternals();
7304
7348
  }
7305
7349
  get resize() {
7306
7350
  return this._resize;
7307
7351
  }
7308
7352
  set resize(e) {
7309
- this._resize = T.VALID_RESIZE.includes(
7353
+ this._resize = F.VALID_RESIZE.includes(
7310
7354
  e
7311
7355
  ) ? e : "vertical";
7312
7356
  }
7313
7357
  async updated(e) {
7314
- await Promise.resolve(), e.has("width") && (this.width = T.VALID_WIDTHS.includes(this.width) ? this.width : "full"), e.has("rows") && (this.rows = this.rows ?? 4);
7358
+ await Promise.resolve(), e.has("width") && (this.width = F.VALID_WIDTHS.includes(this.width) ? this.width : "full"), e.has("rows") && (this.rows = this.rows ?? 4);
7315
7359
  }
7316
7360
  // Generate a unique ID if one is not provided
7317
7361
  connectedCallback() {
@@ -7421,6 +7465,7 @@ const x = (T = class extends y {
7421
7465
  description=${this.description}
7422
7466
  flag=${this.required ? "required" : this.optional ? "optional" : ""}
7423
7467
  _tooltip=${this._tooltip}
7468
+ ?invert=${this.invert}
7424
7469
  >
7425
7470
  <slot name="description" slot="description">${this.description}</slot>
7426
7471
  </nys-label>
@@ -7456,7 +7501,7 @@ ${this.value}</textarea
7456
7501
  </label>
7457
7502
  `;
7458
7503
  }
7459
- }, T.VALID_WIDTHS = ["sm", "md", "lg", "full"], T.VALID_RESIZE = ["vertical", "none"], T.styles = Ut, T.formAssociated = !0, T);
7504
+ }, F.VALID_WIDTHS = ["sm", "md", "lg", "full"], F.VALID_RESIZE = ["vertical", "none"], F.styles = Ut, F.formAssociated = !0, F);
7460
7505
  k([
7461
7506
  n({ type: String })
7462
7507
  ], x.prototype, "id", 2);
@@ -7490,6 +7535,9 @@ k([
7490
7535
  k([
7491
7536
  n({ type: String })
7492
7537
  ], x.prototype, "_tooltip", 2);
7538
+ k([
7539
+ n({ type: Boolean, reflect: !0 })
7540
+ ], x.prototype, "invert", 2);
7493
7541
  k([
7494
7542
  n({ type: String, reflect: !0 })
7495
7543
  ], x.prototype, "form", 2);
@@ -7752,17 +7800,17 @@ const jt = p`
7752
7800
  cursor: not-allowed;
7753
7801
  }
7754
7802
  `;
7755
- var Gt = Object.defineProperty, Yt = Object.getOwnPropertyDescriptor, C = (a, e, t, o) => {
7803
+ var Gt = Object.defineProperty, Yt = Object.getOwnPropertyDescriptor, b = (a, e, t, o) => {
7756
7804
  for (var s = o > 1 ? void 0 : o ? Yt(e, t) : e, r = a.length - 1, i; r >= 0; r--)
7757
7805
  (i = a[r]) && (s = (o ? i(e, t, s) : i(s)) || s);
7758
7806
  return o && s && Gt(e, t, s), s;
7759
7807
  };
7760
7808
  let Wt = 0;
7761
- var R;
7762
- const g = (R = class extends y {
7809
+ var N;
7810
+ const g = (N = class extends y {
7763
7811
  // allows use of elementInternals' API
7764
7812
  constructor() {
7765
- super(), this.id = "", this.name = "", this._type = "text", this.label = "", this.description = "", this.placeholder = "", this.value = "", this.disabled = !1, this.readonly = !1, this.required = !1, this.optional = !1, this._tooltip = "", this.form = null, this.pattern = "", this.maxlength = null, this.width = "full", this.step = null, this.min = null, this.max = null, this.showError = !1, this.errorMessage = "", this.showPassword = !1, this._originalErrorMessage = "", this._hasUserInteracted = !1, this._maskPatterns = {
7813
+ super(), this.id = "", this.name = "", this._type = "text", this.label = "", this.description = "", this.placeholder = "", this.value = "", this.disabled = !1, this.readonly = !1, this.required = !1, this.optional = !1, this._tooltip = "", this.form = null, this.pattern = "", this.maxlength = null, this.width = "full", this.step = null, this.min = null, this.max = null, this.invert = !1, this.showError = !1, this.errorMessage = "", this.showPassword = !1, this._originalErrorMessage = "", this._hasUserInteracted = !1, this._maskPatterns = {
7766
7814
  tel: "(___) ___-____"
7767
7815
  }, this._internals = this.attachInternals();
7768
7816
  }
@@ -7770,7 +7818,7 @@ const g = (R = class extends y {
7770
7818
  return this._type;
7771
7819
  }
7772
7820
  set type(e) {
7773
- this._type = R.VALID_TYPES.includes(
7821
+ this._type = N.VALID_TYPES.includes(
7774
7822
  e
7775
7823
  ) ? e : "text";
7776
7824
  }
@@ -7787,7 +7835,7 @@ const g = (R = class extends y {
7787
7835
  // Ensure the "width" property is valid after updates
7788
7836
  async updated(e) {
7789
7837
  var t, o;
7790
- if (e.has("width") && (await Promise.resolve(), this.width = R.VALID_WIDTHS.includes(this.width) ? this.width : "full"), e.has("disabled") && (this._validateButtonSlot("startButton"), this._validateButtonSlot("endButton")), e.has("type")) {
7838
+ if (e.has("width") && (await Promise.resolve(), this.width = N.VALID_WIDTHS.includes(this.width) ? this.width : "full"), e.has("disabled") && (this._validateButtonSlot("startButton"), this._validateButtonSlot("endButton")), e.has("type")) {
7791
7839
  const s = this._maskPatterns[this.type], r = (t = this.shadowRoot) == null ? void 0 : t.querySelector("input");
7792
7840
  if (r)
7793
7841
  if (s)
@@ -7926,6 +7974,7 @@ const g = (R = class extends y {
7926
7974
  description=${this.description}
7927
7975
  flag=${this.required ? "required" : this.optional ? "optional" : ""}
7928
7976
  _tooltip=${this._tooltip}
7977
+ ?invert=${this.invert}
7929
7978
  >
7930
7979
  <slot name="description" slot="description">${this.description}</slot>
7931
7980
  </nys-label>
@@ -7991,7 +8040,7 @@ const g = (R = class extends y {
7991
8040
  </div>
7992
8041
  `;
7993
8042
  }
7994
- }, R.VALID_TYPES = [
8043
+ }, N.VALID_TYPES = [
7995
8044
  "email",
7996
8045
  "number",
7997
8046
  "password",
@@ -7999,72 +8048,75 @@ const g = (R = class extends y {
7999
8048
  "tel",
8000
8049
  "text",
8001
8050
  "url"
8002
- ], R.VALID_WIDTHS = ["sm", "md", "lg", "full"], R.styles = jt, R.formAssociated = !0, R);
8003
- C([
8051
+ ], N.VALID_WIDTHS = ["sm", "md", "lg", "full"], N.styles = jt, N.formAssociated = !0, N);
8052
+ b([
8004
8053
  n({ type: String })
8005
8054
  ], g.prototype, "id", 2);
8006
- C([
8055
+ b([
8007
8056
  n({ type: String, reflect: !0 })
8008
8057
  ], g.prototype, "name", 2);
8009
- C([
8058
+ b([
8010
8059
  n({ reflect: !0 })
8011
8060
  ], g.prototype, "type", 1);
8012
- C([
8061
+ b([
8013
8062
  n({ type: String })
8014
8063
  ], g.prototype, "label", 2);
8015
- C([
8064
+ b([
8016
8065
  n({ type: String })
8017
8066
  ], g.prototype, "description", 2);
8018
- C([
8067
+ b([
8019
8068
  n({ type: String })
8020
8069
  ], g.prototype, "placeholder", 2);
8021
- C([
8070
+ b([
8022
8071
  n({ type: String })
8023
8072
  ], g.prototype, "value", 2);
8024
- C([
8073
+ b([
8025
8074
  n({ type: Boolean, reflect: !0 })
8026
8075
  ], g.prototype, "disabled", 2);
8027
- C([
8076
+ b([
8028
8077
  n({ type: Boolean, reflect: !0 })
8029
8078
  ], g.prototype, "readonly", 2);
8030
- C([
8079
+ b([
8031
8080
  n({ type: Boolean, reflect: !0 })
8032
8081
  ], g.prototype, "required", 2);
8033
- C([
8082
+ b([
8034
8083
  n({ type: Boolean, reflect: !0 })
8035
8084
  ], g.prototype, "optional", 2);
8036
- C([
8085
+ b([
8037
8086
  n({ type: String })
8038
8087
  ], g.prototype, "_tooltip", 2);
8039
- C([
8088
+ b([
8040
8089
  n({ type: String, reflect: !0 })
8041
8090
  ], g.prototype, "form", 2);
8042
- C([
8091
+ b([
8043
8092
  n({ type: String })
8044
8093
  ], g.prototype, "pattern", 2);
8045
- C([
8094
+ b([
8046
8095
  n({ type: Number })
8047
8096
  ], g.prototype, "maxlength", 2);
8048
- C([
8097
+ b([
8049
8098
  n({ reflect: !0 })
8050
8099
  ], g.prototype, "width", 2);
8051
- C([
8100
+ b([
8052
8101
  n({ type: Number })
8053
8102
  ], g.prototype, "step", 2);
8054
- C([
8103
+ b([
8055
8104
  n({ type: Number })
8056
8105
  ], g.prototype, "min", 2);
8057
- C([
8106
+ b([
8058
8107
  n({ type: Number })
8059
8108
  ], g.prototype, "max", 2);
8060
- C([
8109
+ b([
8110
+ n({ type: Boolean, reflect: !0 })
8111
+ ], g.prototype, "invert", 2);
8112
+ b([
8061
8113
  n({ type: Boolean, reflect: !0 })
8062
8114
  ], g.prototype, "showError", 2);
8063
- C([
8115
+ b([
8064
8116
  n({ type: String })
8065
8117
  ], g.prototype, "errorMessage", 2);
8066
- C([
8067
- S()
8118
+ b([
8119
+ D()
8068
8120
  ], g.prototype, "showPassword", 2);
8069
8121
  let Kt = g;
8070
8122
  customElements.get("nys-textinput") || customElements.define("nys-textinput", Kt);
@@ -8328,35 +8380,40 @@ const Xt = p`
8328
8380
  --_nys-toggle-size--knob: var(--nys-size-250, 20px);
8329
8381
  }
8330
8382
 
8383
+ /* Text Invert */
8384
+ .nys-toggle__text.invert {
8385
+ --_nys-toggle-color: var(--nys-color-text-reverse, #fff);
8386
+ }
8387
+
8331
8388
  @media (prefers-reduced-motion: reduce) {
8332
8389
  :host {
8333
8390
  --toggle-transition-duration: 0s; /* Disable animation */
8334
8391
  }
8335
8392
  }
8336
8393
  `;
8337
- var Qt = Object.defineProperty, Jt = Object.getOwnPropertyDescriptor, W = (a, e, t, o) => {
8394
+ var Qt = Object.defineProperty, Jt = Object.getOwnPropertyDescriptor, j = (a, e, t, o) => {
8338
8395
  for (var s = o > 1 ? void 0 : o ? Jt(e, t) : e, r = a.length - 1, i; r >= 0; r--)
8339
8396
  (i = a[r]) && (s = (o ? i(e, t, s) : i(s)) || s);
8340
8397
  return o && s && Qt(e, t, s), s;
8341
8398
  };
8342
- let e2 = 0;
8343
- var e1;
8344
- const N = (e1 = class extends y {
8399
+ let es = 0;
8400
+ var ee;
8401
+ const T = (ee = class extends y {
8345
8402
  // allows use of elementInternals' API
8346
8403
  constructor() {
8347
- super(), this.id = "", this.name = "", this.value = "", this.label = "", this.description = "", this.form = null, this.checked = !1, this.disabled = !1, this.noIcon = !1, this._size = "md", this._internals = this.attachInternals();
8404
+ super(), this.id = "", this.name = "", this.value = "", this.label = "", this.description = "", this.form = null, this.checked = !1, this.disabled = !1, this.noIcon = !1, this.invert = !1, this._size = "md", this._internals = this.attachInternals();
8348
8405
  }
8349
8406
  get size() {
8350
8407
  return this._size;
8351
8408
  }
8352
8409
  set size(e) {
8353
- this._size = e1.VALID_SIZES.includes(
8410
+ this._size = ee.VALID_SIZES.includes(
8354
8411
  e
8355
8412
  ) ? e : "md";
8356
8413
  }
8357
8414
  // Generate a unique ID if one is not provided
8358
8415
  connectedCallback() {
8359
- super.connectedCallback(), this.id || (this.id = `nys-toggle-${Date.now()}-${e2++}`);
8416
+ super.connectedCallback(), this.id || (this.id = `nys-toggle-${Date.now()}-${es++}`);
8360
8417
  }
8361
8418
  /********************** Form Integration **********************/
8362
8419
  // Update the internals whenever `checked` or `value` changes.
@@ -8419,7 +8476,7 @@ const N = (e1 = class extends y {
8419
8476
  </div>
8420
8477
  </span>
8421
8478
  </div>
8422
- <div class="nys-toggle__text">
8479
+ <div class="nys-toggle__text ${this.invert ? "invert" : ""}">
8423
8480
  <div class="nys-toggle__label">${this.label}</div>
8424
8481
  <slot name="description">${this.description}</slot>
8425
8482
  </div>
@@ -8427,40 +8484,43 @@ const N = (e1 = class extends y {
8427
8484
  </label>
8428
8485
  `;
8429
8486
  }
8430
- }, e1.VALID_SIZES = ["sm", "md"], e1.styles = Xt, e1.formAssociated = !0, e1);
8431
- W([
8487
+ }, ee.VALID_SIZES = ["sm", "md"], ee.styles = Xt, ee.formAssociated = !0, ee);
8488
+ j([
8432
8489
  n({ type: String })
8433
- ], N.prototype, "id", 2);
8434
- W([
8490
+ ], T.prototype, "id", 2);
8491
+ j([
8435
8492
  n({ type: String, reflect: !0 })
8436
- ], N.prototype, "name", 2);
8437
- W([
8493
+ ], T.prototype, "name", 2);
8494
+ j([
8438
8495
  n({ type: String })
8439
- ], N.prototype, "value", 2);
8440
- W([
8496
+ ], T.prototype, "value", 2);
8497
+ j([
8441
8498
  n({ type: String })
8442
- ], N.prototype, "label", 2);
8443
- W([
8499
+ ], T.prototype, "label", 2);
8500
+ j([
8444
8501
  n({ type: String })
8445
- ], N.prototype, "description", 2);
8446
- W([
8502
+ ], T.prototype, "description", 2);
8503
+ j([
8447
8504
  n({ type: String, reflect: !0 })
8448
- ], N.prototype, "form", 2);
8449
- W([
8505
+ ], T.prototype, "form", 2);
8506
+ j([
8450
8507
  n({ type: Boolean, reflect: !0 })
8451
- ], N.prototype, "checked", 2);
8452
- W([
8508
+ ], T.prototype, "checked", 2);
8509
+ j([
8453
8510
  n({ type: Boolean, reflect: !0 })
8454
- ], N.prototype, "disabled", 2);
8455
- W([
8511
+ ], T.prototype, "disabled", 2);
8512
+ j([
8456
8513
  n({ type: Boolean })
8457
- ], N.prototype, "noIcon", 2);
8458
- W([
8514
+ ], T.prototype, "noIcon", 2);
8515
+ j([
8516
+ n({ type: Boolean, reflect: !0 })
8517
+ ], T.prototype, "invert", 2);
8518
+ j([
8459
8519
  n({ reflect: !0 })
8460
- ], N.prototype, "size", 1);
8461
- let t2 = N;
8462
- customElements.get("nys-toggle") || customElements.define("nys-toggle", t2);
8463
- const s2 = p`
8520
+ ], T.prototype, "size", 1);
8521
+ let ts = T;
8522
+ customElements.get("nys-toggle") || customElements.define("nys-toggle", ts);
8523
+ const ss = p`
8464
8524
  :host {
8465
8525
  /* Global Tooltip Styles */
8466
8526
  --_nys-tooltip-color: var(--nys-color-text-reverse, #ffffff);
@@ -8617,13 +8677,13 @@ const s2 = p`
8617
8677
  }
8618
8678
  }
8619
8679
  `;
8620
- var o2 = Object.defineProperty, r2 = Object.getOwnPropertyDescriptor, $1 = (a, e, t, o) => {
8621
- for (var s = o > 1 ? void 0 : o ? r2(e, t) : e, r = a.length - 1, i; r >= 0; r--)
8680
+ var os = Object.defineProperty, rs = Object.getOwnPropertyDescriptor, $e = (a, e, t, o) => {
8681
+ for (var s = o > 1 ? void 0 : o ? rs(e, t) : e, r = a.length - 1, i; r >= 0; r--)
8622
8682
  (i = a[r]) && (s = (o ? i(e, t, s) : i(s)) || s);
8623
- return o && s && o2(e, t, s), s;
8683
+ return o && s && os(e, t, s), s;
8624
8684
  };
8625
- let n2 = 0;
8626
- const re = class re extends y {
8685
+ let ns = 0;
8686
+ const r1 = class r1 extends y {
8627
8687
  /**************** Lifecycle Methods ****************/
8628
8688
  constructor() {
8629
8689
  super(), this.id = "", this.text = "", this.inverted = !1, this.focusable = !1, this._active = !1, this._userHasSetPosition = !1, this._originalUserPosition = null, this._internallyUpdatingPosition = !1, this._position = null, this._handleTooltipEnter = () => {
@@ -8672,7 +8732,7 @@ const re = class re extends y {
8672
8732
  this._position = e, this.requestUpdate("position", t), this._internallyUpdatingPosition || (this._userHasSetPosition = e !== null, this._originalUserPosition = e);
8673
8733
  }
8674
8734
  connectedCallback() {
8675
- super.connectedCallback(), this.id || (this.id = `nys-tooltip-${Date.now()}-${n2++}`), window.addEventListener("keydown", this._handleEscapeKey);
8735
+ super.connectedCallback(), this.id || (this.id = `nys-tooltip-${Date.now()}-${ns++}`), window.addEventListener("keydown", this._handleEscapeKey);
8676
8736
  }
8677
8737
  disconnectedCallback() {
8678
8738
  super.disconnectedCallback(), window.removeEventListener("keydown", this._handleEscapeKey);
@@ -8824,28 +8884,28 @@ const re = class re extends y {
8824
8884
  `;
8825
8885
  }
8826
8886
  };
8827
- re.styles = s2;
8828
- let s1 = re;
8829
- $1([
8887
+ r1.styles = ss;
8888
+ let se = r1;
8889
+ $e([
8830
8890
  n({ type: String })
8831
- ], s1.prototype, "id", 2);
8832
- $1([
8891
+ ], se.prototype, "id", 2);
8892
+ $e([
8833
8893
  n({ type: String })
8834
- ], s1.prototype, "text", 2);
8835
- $1([
8894
+ ], se.prototype, "text", 2);
8895
+ $e([
8836
8896
  n({ type: Boolean, reflect: !0 })
8837
- ], s1.prototype, "inverted", 2);
8838
- $1([
8897
+ ], se.prototype, "inverted", 2);
8898
+ $e([
8839
8899
  n({ type: Boolean, reflect: !0 })
8840
- ], s1.prototype, "focusable", 2);
8841
- $1([
8842
- S()
8843
- ], s1.prototype, "_active", 2);
8844
- $1([
8900
+ ], se.prototype, "focusable", 2);
8901
+ $e([
8902
+ D()
8903
+ ], se.prototype, "_active", 2);
8904
+ $e([
8845
8905
  n({ type: String, reflect: !0 })
8846
- ], s1.prototype, "position", 1);
8847
- customElements.get("nys-tooltip") || customElements.define("nys-tooltip", s1);
8848
- const i2 = p`
8906
+ ], se.prototype, "position", 1);
8907
+ customElements.get("nys-tooltip") || customElements.define("nys-tooltip", se);
8908
+ const is = p`
8849
8909
  :host {
8850
8910
  /* Global Unav Header Styles */
8851
8911
  --_nys-unavheader-padding--gutter: var(--nys-gutter-xs, 20px);
@@ -9122,6 +9182,7 @@ const i2 = p`
9122
9182
  #nys-unavheader__know {
9123
9183
  --_nys-button-padding--x: 0px;
9124
9184
  --_nys-button-padding--y: 0px;
9185
+ --_nys-button-height: var(--nys-space-200, 16px);
9125
9186
  }
9126
9187
 
9127
9188
  .nys-unavheader__trustbar > .content {
@@ -9132,8 +9193,8 @@ const i2 = p`
9132
9193
  }
9133
9194
 
9134
9195
  .nys-unavheader__trustbar.wrapper {
9135
- padding-top: var(--nys-space-2px, 2px);
9136
- padding-bottom: var(--nys-space-2px, 2px);
9196
+ padding-top: var(--nys-space-50, 4px);
9197
+ padding-bottom: var(--nys-space-50, 4px);
9137
9198
  }
9138
9199
 
9139
9200
  .nys-unavheader__trustbar.inline {
@@ -9243,7 +9304,7 @@ const i2 = p`
9243
9304
  order: 2;
9244
9305
  }
9245
9306
  }
9246
- `, a2 = `<svg xmlns="http://www.w3.org/2000/svg" width="91" height="55" viewBox="0 0 91 55" fill="none">
9307
+ `, as = `<svg xmlns="http://www.w3.org/2000/svg" width="91" height="55" viewBox="0 0 91 55" fill="none">
9247
9308
  <path d="M55.1158 7.50499L58.2905 12.6494V7.5189C58.2905 7.5189 58.6487 7.26356 59.5098 7.26356C60.3708 7.26356 60.7378 7.5189 60.7378 7.5189V16.4327C60.7378 16.4327 60.3942 16.689 59.5215 16.689C58.6487 16.689 58.3295 16.4605 58.3295 16.4605L55.1421 11.3171V16.4337C55.1421 16.4337 54.7848 16.69 53.9111 16.69C53.0374 16.69 52.7065 16.4337 52.7065 16.4337V7.51989C52.7065 7.51989 53.0384 7.26456 53.9248 7.26456C54.8112 7.26456 55.1148 7.50697 55.1148 7.50697L55.1158 7.50499Z" fill="#457AA5"/>
9248
9309
  <path d="M67.2209 12.5948H64.9063V14.8709H68.2538C68.2538 14.8709 68.5047 15.1531 68.5047 15.772C68.5047 16.391 68.2538 16.688 68.2538 16.688H62.4589V7.26257H67.9892C67.9892 7.26257 68.2538 7.54572 68.2538 8.17859C68.2538 8.81146 67.9892 9.09362 67.9892 9.09362H64.9063V10.7637H67.2209C67.2209 10.7637 67.4728 11.0598 67.4728 11.6787C67.4728 12.2977 67.2209 12.5948 67.2209 12.5948Z" fill="#457AA5"/>
9249
9310
  <path d="M71.4802 16.4327L68.9791 7.5189C68.9791 7.5189 69.3491 7.26356 70.2101 7.26356C71.0711 7.26356 71.4275 7.5189 71.4275 7.5189L72.6839 12.0434C72.7766 12.3802 72.8166 12.6365 72.8557 12.7845C72.8557 12.7428 72.9221 12.3663 73.0011 12.0573L74.0984 7.5189C74.0984 7.5189 74.5211 7.26356 75.1176 7.26356C75.7141 7.26356 76.084 7.5189 76.084 7.5189L77.3004 12.7845C77.3004 12.6623 77.3795 12.3255 77.4586 12.0573L78.756 7.5189C78.7686 7.5189 79.1132 7.26356 79.9596 7.26356C80.806 7.26356 81.1897 7.5189 81.1897 7.5189L78.6496 16.4327C78.6496 16.4327 78.2922 16.6751 77.4859 16.689C76.5468 16.689 76.2158 16.4327 76.2158 16.4327L75.223 12.2987C75.1449 11.9887 75.0902 11.6529 75.0785 11.5844L74.9184 12.2987L73.9266 16.4327C73.9266 16.4327 73.583 16.689 72.7092 16.689C71.8355 16.689 71.4802 16.4327 71.4802 16.4327Z" fill="#457AA5"/>
@@ -9260,12 +9321,12 @@ const i2 = p`
9260
9321
  <path d="M67.6348 51.8019C67.6348 51.8019 67.6173 51.782 67.6173 51.7303C67.6173 51.6787 67.6348 51.6588 67.6348 51.6588H68.5564C68.5564 51.6588 68.5749 51.6806 68.5749 51.7303C68.5749 51.78 68.5564 51.8019 68.5564 51.8019H68.1932V52.9205C68.1932 52.9205 68.1659 52.9404 68.0976 52.9404C68.0292 52.9404 67.998 52.9205 67.998 52.9205V51.8019H67.6348Z" fill="#154973"/>
9261
9322
  <path d="M69.4282 52.8659C69.4135 52.8748 69.3891 52.8858 69.3471 52.8858C69.3178 52.8858 69.2837 52.8798 69.27 52.8659L68.9889 52.1476C68.9723 52.1088 68.9459 52.0323 68.944 52.0214C68.944 52.0264 68.9371 52.1277 68.9332 52.1565L68.8815 52.9205C68.8815 52.9205 68.8561 52.9404 68.7858 52.9404C68.7155 52.9404 68.6862 52.9205 68.6862 52.9205L68.7839 51.6787C68.7839 51.6787 68.8112 51.6588 68.8776 51.6588C68.9518 51.6588 68.9781 51.6787 68.9781 51.6787L69.3042 52.5162L69.3471 52.6533C69.3481 52.6473 69.3774 52.5559 69.392 52.5162L69.7181 51.6787C69.7181 51.6787 69.7464 51.6588 69.8206 51.6588C69.886 51.6588 69.9124 51.6787 69.9124 51.6787L70.01 52.9205C70.01 52.9205 69.9807 52.9404 69.9104 52.9404C69.8401 52.9404 69.8167 52.9205 69.8167 52.9205L69.763 52.1546L69.7523 52.0194C69.7523 52.0194 69.722 52.1148 69.7093 52.1456L69.4282 52.8659Z" fill="#154973"/>
9262
9323
  </svg>`;
9263
- var l2 = Object.defineProperty, m1 = (a, e, t, o) => {
9324
+ var ls = Object.defineProperty, me = (a, e, t, o) => {
9264
9325
  for (var s = void 0, r = a.length - 1, i; r >= 0; r--)
9265
9326
  (i = a[r]) && (s = i(e, t, s) || s);
9266
- return s && l2(e, t, s), s;
9327
+ return s && ls(e, t, s), s;
9267
9328
  };
9268
- const ne = class ne extends y {
9329
+ const n1 = class n1 extends y {
9269
9330
  constructor() {
9270
9331
  super(...arguments), this.trustbarVisible = !1, this.searchDropdownVisible = !1, this.languageVisible = !1, this.isSearchFocused = !1, this.hideTranslate = !1, this.hideSearch = !1, this.languages = [
9271
9332
  ["English", ""],
@@ -9285,7 +9346,7 @@ const ne = class ne extends y {
9285
9346
  ];
9286
9347
  }
9287
9348
  _getNysLogo() {
9288
- return new DOMParser().parseFromString(a2, "image/svg+xml").documentElement;
9349
+ return new DOMParser().parseFromString(as, "image/svg+xml").documentElement;
9289
9350
  }
9290
9351
  _toggleTrustbar() {
9291
9352
  this.trustbarVisible = !this.trustbarVisible, this.trustbarVisible ? (this.languageVisible = !1, this.searchDropdownVisible = !1, this.updateComplete.then(() => {
@@ -9547,31 +9608,31 @@ const ne = class ne extends y {
9547
9608
  `;
9548
9609
  }
9549
9610
  };
9550
- ne.styles = i2;
9551
- let G = ne;
9552
- m1([
9611
+ n1.styles = is;
9612
+ let Y = n1;
9613
+ me([
9553
9614
  n({ type: Boolean })
9554
- ], G.prototype, "trustbarVisible");
9555
- m1([
9615
+ ], Y.prototype, "trustbarVisible");
9616
+ me([
9556
9617
  n({ type: Boolean })
9557
- ], G.prototype, "searchDropdownVisible");
9558
- m1([
9618
+ ], Y.prototype, "searchDropdownVisible");
9619
+ me([
9559
9620
  n({ type: Boolean })
9560
- ], G.prototype, "languageVisible");
9561
- m1([
9621
+ ], Y.prototype, "languageVisible");
9622
+ me([
9562
9623
  n({ type: Boolean })
9563
- ], G.prototype, "isSearchFocused");
9564
- m1([
9624
+ ], Y.prototype, "isSearchFocused");
9625
+ me([
9565
9626
  n({ type: Boolean })
9566
- ], G.prototype, "hideTranslate");
9567
- m1([
9627
+ ], Y.prototype, "hideTranslate");
9628
+ me([
9568
9629
  n({ type: Boolean })
9569
- ], G.prototype, "hideSearch");
9570
- m1([
9630
+ ], Y.prototype, "hideSearch");
9631
+ me([
9571
9632
  n({ type: Array, reflect: !0 })
9572
- ], G.prototype, "languages");
9573
- customElements.get("nys-unavheader") || customElements.define("nys-unavheader", G);
9574
- const c2 = p`
9633
+ ], Y.prototype, "languages");
9634
+ customElements.get("nys-unavheader") || customElements.define("nys-unavheader", Y);
9635
+ const cs = p`
9575
9636
  :host {
9576
9637
  /* Global Header Styles */
9577
9638
  --_nys-globalheader-color: var(
@@ -9880,12 +9941,12 @@ const c2 = p`
9880
9941
  }
9881
9942
  }
9882
9943
  `;
9883
- var d2 = Object.defineProperty, A1 = (a, e, t, o) => {
9944
+ var ds = Object.defineProperty, Ae = (a, e, t, o) => {
9884
9945
  for (var s = void 0, r = a.length - 1, i; r >= 0; r--)
9885
9946
  (i = a[r]) && (s = i(e, t, s) || s);
9886
- return s && d2(e, t, s), s;
9947
+ return s && ds(e, t, s), s;
9887
9948
  };
9888
- const ie = class ie extends y {
9949
+ const i1 = class i1 extends y {
9889
9950
  constructor() {
9890
9951
  super(...arguments), this.appName = "", this.agencyName = "", this.homepageLink = "", this.slotHasContent = !0, this.isMobileMenuOpen = !1;
9891
9952
  }
@@ -9916,25 +9977,25 @@ const ie = class ie extends y {
9916
9977
  t.forEach((u) => {
9917
9978
  if (u.nodeType === Node.ELEMENT_NODE) {
9918
9979
  const v = u.cloneNode(!0), f = u.cloneNode(!0);
9919
- ["script", "iframe", "object", "embed, img"].forEach((I1) => {
9920
- v.querySelectorAll(I1).forEach((i1) => i1.remove());
9980
+ ["script", "iframe", "object", "embed, img"].forEach((Be) => {
9981
+ v.querySelectorAll(Be).forEach((ie) => ie.remove());
9921
9982
  });
9922
- const n1 = (I1) => {
9923
- const i1 = Array.from(I1.querySelectorAll("a"));
9924
- let B1 = {
9983
+ const ne = (Be) => {
9984
+ const ie = Array.from(Be.querySelectorAll("a"));
9985
+ let Ie = {
9925
9986
  li: null,
9926
9987
  length: 0
9927
9988
  };
9928
- i1.forEach((T1) => {
9929
- var ce;
9930
- const fe = T1.getAttribute("href"), E1 = this._normalizePath(fe);
9931
- E1 && (E1 === "/" && d === "/" ? B1 = { li: T1.closest("li"), length: 1 } : d != null && d.startsWith(E1) && E1.length > B1.length && (B1 = { li: T1.closest("li"), length: E1.length }), i1.forEach((ge) => {
9932
- var de;
9933
- return (de = ge.closest("li")) == null ? void 0 : de.classList.remove("active");
9934
- }), (ce = B1.li) == null || ce.classList.add("active"));
9989
+ ie.forEach((Re) => {
9990
+ var c1;
9991
+ const f1 = Re.getAttribute("href"), Ee = this._normalizePath(f1);
9992
+ Ee && (Ee === "/" && d === "/" ? Ie = { li: Re.closest("li"), length: 1 } : d != null && d.startsWith(Ee) && Ee.length > Ie.length && (Ie = { li: Re.closest("li"), length: Ee.length }), ie.forEach((g1) => {
9993
+ var d1;
9994
+ return (d1 = g1.closest("li")) == null ? void 0 : d1.classList.remove("active");
9995
+ }), (c1 = Ie.li) == null || c1.classList.add("active"));
9935
9996
  });
9936
9997
  };
9937
- n1(v), n1(f), o.appendChild(v), s.appendChild(f), u.remove();
9998
+ ne(v), ne(f), o.appendChild(v), s.appendChild(f), u.remove();
9938
9999
  }
9939
10000
  });
9940
10001
  }
@@ -10031,25 +10092,25 @@ const ie = class ie extends y {
10031
10092
  `;
10032
10093
  }
10033
10094
  };
10034
- ie.styles = c2;
10035
- let u1 = ie;
10036
- A1([
10095
+ i1.styles = cs;
10096
+ let ue = i1;
10097
+ Ae([
10037
10098
  n({ type: String })
10038
- ], u1.prototype, "appName");
10039
- A1([
10099
+ ], ue.prototype, "appName");
10100
+ Ae([
10040
10101
  n({ type: String })
10041
- ], u1.prototype, "agencyName");
10042
- A1([
10102
+ ], ue.prototype, "agencyName");
10103
+ Ae([
10043
10104
  n({ type: String })
10044
- ], u1.prototype, "homepageLink");
10045
- A1([
10046
- S()
10047
- ], u1.prototype, "slotHasContent");
10048
- A1([
10049
- S()
10050
- ], u1.prototype, "isMobileMenuOpen");
10051
- customElements.get("nys-globalheader") || customElements.define("nys-globalheader", u1);
10052
- const h2 = p`
10105
+ ], ue.prototype, "homepageLink");
10106
+ Ae([
10107
+ D()
10108
+ ], ue.prototype, "slotHasContent");
10109
+ Ae([
10110
+ D()
10111
+ ], ue.prototype, "isMobileMenuOpen");
10112
+ customElements.get("nys-globalheader") || customElements.define("nys-globalheader", ue);
10113
+ const hs = p`
10053
10114
  :host {
10054
10115
  /* Global Footer Styles */
10055
10116
  --_nys-globalfooter-color: var(
@@ -10072,7 +10133,14 @@ const h2 = p`
10072
10133
  var(--nys-font-size-md, 16px)
10073
10134
  );
10074
10135
  --_nys-globalfooter-line-height--agency: normal;
10075
- --_nys-globalfooter-font-weight: var(--nys-font-weight-semibold, 600);
10136
+ --_nys-globalfooter-font-weight--regular: var(
10137
+ --nys-font-weight-regular,
10138
+ 400
10139
+ );
10140
+ --_nys-globalfooter-font-weight--semibold: var(
10141
+ --nys-font-weight-semibold,
10142
+ 600
10143
+ );
10076
10144
  --_nys-globalfooter-max-width: var(--nys-max-content-width, 1280px);
10077
10145
 
10078
10146
  /* Agency Name */
@@ -10106,6 +10174,10 @@ const h2 = p`
10106
10174
  )
10107
10175
  );
10108
10176
  --_nys-globalfooter-text-decoration-thickness: var(--nys-size-2px, 2px);
10177
+
10178
+ /* Divider */
10179
+ --_nys-globalfooter-background--divider: var(--nys-color-theme, #154973);
10180
+ --_nys-globalfooter-margin--divider: var(--nys-space-50, 4px);
10109
10181
  }
10110
10182
 
10111
10183
  .nys-globalfooter {
@@ -10119,7 +10191,7 @@ const h2 = p`
10119
10191
  box-sizing: border-box;
10120
10192
  }
10121
10193
 
10122
- /* Main Container */
10194
+ /** Main Container **/
10123
10195
  .nys-globalfooter__main-container {
10124
10196
  display: flex;
10125
10197
  flex-direction: column;
@@ -10136,12 +10208,12 @@ const h2 = p`
10136
10208
  font-family: var(--_nys-globalfooter-font-family--agency);
10137
10209
  font-size: var(--_nys-globalfooter-font-size--agency);
10138
10210
  font-style: normal;
10139
- font-weight: var(--_nys-globalfooter-font-weight);
10211
+ font-weight: var(--_nys-globalfooter-font-weight--semibold);
10140
10212
  line-height: var(--_nys-globalfooter-line-height--agency);
10141
10213
  letter-spacing: normal;
10142
10214
  }
10143
10215
 
10144
- /* Slotted content (menu links) basic resets */
10216
+ /** Slotted content resets (menu links - cloned into shadowDOM from lightDOM) **/
10145
10217
  ul {
10146
10218
  list-style-type: none;
10147
10219
  padding: 0;
@@ -10153,17 +10225,22 @@ const h2 = p`
10153
10225
  padding: 0;
10154
10226
  }
10155
10227
 
10156
- a {
10228
+ a,
10229
+ span {
10157
10230
  color: var(--_nys-globalfooter-color);
10158
10231
  text-decoration: none;
10159
10232
  font-family: var(--_nys-globalfooter-font-family--link);
10160
10233
  font-size: var(--_nys-globalfooter-font-size--link);
10161
10234
  font-style: normal;
10162
- font-weight: var(--_nys-globalfooter-font-weight);
10235
+ font-weight: var(--_nys-globalfooter-font-weight--semibold);
10163
10236
  line-height: var(--_nys-globalfooter-line-height--link);
10164
10237
  letter-spacing: var(--_nys-globalfooter-letter-spacing);
10165
10238
  }
10166
10239
 
10240
+ ul li > span + ul li a {
10241
+ font-weight: var(--_nys-globalfooter-font-weight--regular);
10242
+ }
10243
+
10167
10244
  a:hover {
10168
10245
  text-decoration: underline;
10169
10246
  }
@@ -10173,20 +10250,47 @@ const h2 = p`
10173
10250
  );
10174
10251
  }
10175
10252
 
10176
- /* Specific layout for menu links (grouped or singular list of menus) */
10253
+ /** Specific layout for menu links (grouped or singular list of menus) **/
10177
10254
  .nys-globalfooter__content {
10178
10255
  width: 100%;
10179
10256
  }
10180
10257
 
10181
10258
  .nys-globalfooter__content ul {
10182
10259
  display: flex;
10260
+ flex-direction: column;
10183
10261
  gap: var(--_nys-globalfooter-row-gap) var(--_nys-globalfooter-column-gap);
10184
10262
  flex-wrap: wrap;
10185
10263
  }
10186
10264
 
10265
+ /** Column Menus **/
10266
+ .nys-globalfooter__content ul li:has(span + ul) {
10267
+ flex: 1 0 205px;
10268
+ display: flex;
10269
+ flex-direction: column;
10270
+ gap: var(--nys-space-300, 24px);
10271
+ }
10272
+
10273
+ .nys-globalfooter__content ul li > span::after {
10274
+ content: "";
10275
+ display: block;
10276
+ height: 1px;
10277
+ width: 100%;
10278
+ background: var(--_nys-globalfooter-background--divider);
10279
+ margin-top: var(--_nys-globalfooter-margin--divider);
10280
+ }
10281
+
10282
+ .nys-globalfooter__content ul li > span + ul {
10283
+ display: flex;
10284
+ flex-direction: column;
10285
+ gap: var(--nys-space-200, 16px);
10286
+ }
10287
+
10187
10288
  /* Breakpoints using NYSDS Guidelines (Menu Links) */
10188
10289
  @media (min-width: 768px) {
10189
10290
  /* Tablet (MD - Above 768px) */
10291
+ .nys-globalfooter__content ul {
10292
+ flex-direction: row;
10293
+ }
10190
10294
  :host {
10191
10295
  --_nys-globalfooter-padding--gutter: var(--nys-gutter-lg, 32px);
10192
10296
  --_nys-globalfooter-row-gap: var(--nys-space-600, 48px);
@@ -10200,12 +10304,12 @@ const h2 = p`
10200
10304
  }
10201
10305
  }
10202
10306
  `;
10203
- var y2 = Object.defineProperty, j1 = (a, e, t, o) => {
10307
+ var ys = Object.defineProperty, je = (a, e, t, o) => {
10204
10308
  for (var s = void 0, r = a.length - 1, i; r >= 0; r--)
10205
10309
  (i = a[r]) && (s = i(e, t, s) || s);
10206
- return s && y2(e, t, s), s;
10310
+ return s && ys(e, t, s), s;
10207
10311
  };
10208
- const ae = class ae extends y {
10312
+ const a1 = class a1 extends y {
10209
10313
  constructor() {
10210
10314
  super(...arguments), this.agencyName = "", this.homepageLink = "", this.slotHasContent = !0;
10211
10315
  }
@@ -10256,19 +10360,19 @@ const ae = class ae extends y {
10256
10360
  `;
10257
10361
  }
10258
10362
  };
10259
- ae.styles = h2;
10260
- let k1 = ae;
10261
- j1([
10363
+ a1.styles = hs;
10364
+ let ke = a1;
10365
+ je([
10262
10366
  n({ type: String })
10263
- ], k1.prototype, "agencyName");
10264
- j1([
10367
+ ], ke.prototype, "agencyName");
10368
+ je([
10265
10369
  n({ type: String })
10266
- ], k1.prototype, "homepageLink");
10267
- j1([
10268
- S()
10269
- ], k1.prototype, "slotHasContent");
10270
- customElements.get("nys-globalfooter") || customElements.define("nys-globalfooter", k1);
10271
- const u2 = p`
10370
+ ], ke.prototype, "homepageLink");
10371
+ je([
10372
+ D()
10373
+ ], ke.prototype, "slotHasContent");
10374
+ customElements.get("nys-globalfooter") || customElements.define("nys-globalfooter", ke);
10375
+ const us = p`
10272
10376
  :host {
10273
10377
  /* Global Footer Styles */
10274
10378
  --_nys-unavfooter-color: var(
@@ -10417,7 +10521,7 @@ const u2 = p`
10417
10521
  --_nys-unavfooter-padding--gutter: var(--nys-gutter-xl, 64px);
10418
10522
  }
10419
10523
  }
10420
- `, p2 = `<svg xmlns="http://www.w3.org/2000/svg" width="91" height="55" viewBox="0 0 91 55" fill="none">
10524
+ `, ps = `<svg xmlns="http://www.w3.org/2000/svg" width="91" height="55" viewBox="0 0 91 55" fill="none">
10421
10525
  <path d="M55.1158 7.50499L58.2905 12.6494V7.5189C58.2905 7.5189 58.6487 7.26356 59.5098 7.26356C60.3708 7.26356 60.7378 7.5189 60.7378 7.5189V16.4327C60.7378 16.4327 60.3942 16.689 59.5215 16.689C58.6487 16.689 58.3295 16.4605 58.3295 16.4605L55.1421 11.3171V16.4337C55.1421 16.4337 54.7848 16.69 53.9111 16.69C53.0374 16.69 52.7065 16.4337 52.7065 16.4337V7.51989C52.7065 7.51989 53.0384 7.26456 53.9248 7.26456C54.8112 7.26456 55.1148 7.50697 55.1148 7.50697L55.1158 7.50499Z" fill="white"/>
10422
10526
  <path d="M67.2209 12.5948H64.9063V14.8709H68.2538C68.2538 14.8709 68.5047 15.1531 68.5047 15.772C68.5047 16.391 68.2538 16.688 68.2538 16.688H62.4589V7.26257H67.9892C67.9892 7.26257 68.2538 7.54572 68.2538 8.17859C68.2538 8.81146 67.9892 9.09362 67.9892 9.09362H64.9063V10.7637H67.2209C67.2209 10.7637 67.4728 11.0598 67.4728 11.6787C67.4728 12.2977 67.2209 12.5948 67.2209 12.5948Z" fill="white"/>
10423
10527
  <path d="M71.4802 16.4327L68.9791 7.5189C68.9791 7.5189 69.3491 7.26356 70.2101 7.26356C71.0711 7.26356 71.4275 7.5189 71.4275 7.5189L72.6839 12.0434C72.7766 12.3802 72.8166 12.6365 72.8557 12.7845C72.8557 12.7428 72.9221 12.3663 73.0011 12.0573L74.0984 7.5189C74.0984 7.5189 74.5211 7.26356 75.1176 7.26356C75.7141 7.26356 76.084 7.5189 76.084 7.5189L77.3004 12.7845C77.3004 12.6623 77.3795 12.3255 77.4586 12.0573L78.756 7.5189C78.7686 7.5189 79.1132 7.26356 79.9596 7.26356C80.806 7.26356 81.1897 7.5189 81.1897 7.5189L78.6496 16.4327C78.6496 16.4327 78.2922 16.6751 77.4859 16.689C76.5468 16.689 76.2158 16.4327 76.2158 16.4327L75.223 12.2987C75.1449 11.9887 75.0902 11.6529 75.0785 11.5844L74.9184 12.2987L73.9266 16.4327C73.9266 16.4327 73.583 16.689 72.7092 16.689C71.8355 16.689 71.4802 16.4327 71.4802 16.4327Z" fill="white"/>
@@ -10433,10 +10537,10 @@ const u2 = p`
10433
10537
  <path d="M51.7107 54.9999C51.577 54.9999 51.4335 54.974 51.2939 54.8965C51.085 54.7803 50.9395 54.5876 50.8858 54.3551C50.8233 54.0868 50.8936 53.7868 51.082 53.5116L51.1426 53.4202C51.2041 53.3268 51.2685 53.2354 51.3407 53.1519C51.4218 53.0595 51.5047 52.995 51.5741 52.9493C51.5243 52.6691 51.5418 52.4267 51.5682 52.2061C51.5877 52.0233 51.6346 51.8683 51.6726 51.7451C51.6892 51.6925 51.7058 51.6388 51.7185 51.5812C51.8201 51.145 51.8855 50.7397 51.9206 50.3453C51.9528 49.9916 51.947 49.9846 51.8864 49.9061C51.7 49.6707 51.3847 49.5018 51.0498 49.3229C50.8878 49.2365 50.7286 49.1491 50.5754 49.0557C49.607 48.4536 48.6376 47.8505 47.6701 47.2465L47.3294 47.0339C47.2513 46.9862 47.1147 46.9156 46.9516 46.8282C45.8817 46.2659 45.172 45.8526 45.0539 45.2595C45.0363 45.173 44.9465 44.9644 44.884 44.864C44.8411 44.8611 44.7307 44.8521 44.6546 44.8471C44.3032 44.8183 43.7711 44.7726 43.3484 44.3196C43.2635 44.2272 43.1786 44.1408 43.1005 44.0583C42.5098 43.4443 42.0003 42.9148 41.9329 41.5993C41.9241 41.4275 41.9251 41.2506 41.928 41.0728C41.9339 40.5283 41.927 40.1836 41.7103 39.962C41.6078 39.8567 41.435 39.7862 41.2349 39.7037C40.9889 39.6034 40.7097 39.4881 40.45 39.2686C40.37 39.2 40.2792 39.1007 40.1776 38.9854C40.0712 38.8602 39.9082 38.6724 39.7969 38.6337C38.974 38.3436 37.986 38.3178 36.96 38.3178L3.07245 38.2909C2.85964 38.2909 2.66927 38.3138 2.48477 38.3347C2.07378 38.3823 1.60812 38.437 1.2313 38.0962C0.866192 37.7664 0.815429 37.2607 0.814452 36.8076L0.8125 34.3993C0.8125 34.2722 0.847644 34.147 0.913051 34.0387C1.22544 33.529 1.83265 33.2558 2.3686 33.0144C2.56872 32.924 2.77666 32.8316 2.88795 32.7571C3.17593 32.5623 3.43561 32.302 3.7109 32.0248C3.91688 31.8182 4.13068 31.6046 4.36887 31.4059C4.69786 31.1317 5.07078 30.931 5.43296 30.7372C5.74535 30.5703 6.03821 30.4124 6.24127 30.2395C6.38575 30.1173 6.49216 29.9146 6.61906 29.6792C6.75476 29.4238 6.90998 29.1337 7.15208 28.8804C7.41273 28.6081 7.7427 28.4194 8.03263 28.2535C8.69744 27.871 8.68182 27.8322 8.57736 27.5769C8.52855 27.4577 8.48072 27.3553 8.43972 27.2639C8.24447 26.8357 8.07754 26.4681 8.19078 25.7051C8.2025 25.6306 8.21616 25.5521 8.22983 25.4706C8.25619 25.3325 8.30305 25.0772 8.27571 25.0037C8.27571 25.0037 8.26204 24.9927 8.23471 24.9778C8.21128 24.9659 8.12928 24.9669 8.06875 24.9679C7.87448 24.9659 7.51914 24.9768 7.2497 24.6689C6.98124 24.3629 6.99686 23.9555 7.03982 23.6356C7.08179 23.3127 7.06032 23.1051 7.03982 22.9223C6.95684 22.1453 7.21358 21.7817 8.10097 21.424C10.7524 20.351 12.901 19.9884 14.8613 20.2805C14.9775 20.2974 15.1356 20.2656 15.3182 20.2269C15.5944 20.1702 15.9351 20.1017 16.312 20.1752L18.3952 20.5766C19.2475 20.7415 19.6653 20.9054 20.3047 21.4995C20.6327 21.8046 20.7655 21.7718 21.3327 21.5661C21.6168 21.4638 21.9399 21.3485 22.3323 21.2949C22.9727 21.2084 23.5731 21.2661 24.153 21.3227C24.4136 21.3475 24.6762 21.3734 24.9408 21.3843C25.2356 21.3952 25.6085 21.2561 25.9717 21.121C26.1318 21.0614 26.2889 21.0028 26.4412 20.9541C26.78 20.8468 27.0973 20.7991 27.4038 20.7514C27.5551 20.7266 27.7064 20.7037 27.8607 20.6729C27.8714 20.6531 27.8821 20.6332 27.8939 20.6113C27.9417 20.5249 27.9944 20.4345 28.0598 20.3411C28.3419 19.9497 28.7471 19.7003 29.0722 19.4966L29.2078 19.4122C29.5564 19.1916 29.8629 18.9879 30.105 18.7386C30.5423 18.2796 31.1232 18.3114 31.5108 18.3312C31.6455 18.3392 31.8495 18.3481 31.91 18.3223C32.1678 18.207 31.9413 17.3993 31.8065 16.9165C31.7119 16.5777 31.6299 16.2846 31.6133 16.0183C31.5664 15.2642 31.9764 14.7317 32.3064 14.3045C32.5651 13.9687 32.7213 13.7481 32.7164 13.5355C32.7164 13.4948 32.7027 13.4382 32.6851 13.3845C32.4587 13.4948 32.0955 13.6369 31.6796 13.4421C31.0129 13.1302 30.6468 12.0264 30.8508 11.3985C31.0197 10.8779 31.54 10.5421 31.9198 10.2957L32.0565 10.2053C32.3806 9.98471 32.7242 9.79792 33.0542 9.6181C33.5159 9.36873 33.9513 9.13227 34.2949 8.82726C34.4404 8.69711 34.5761 8.56994 34.7089 8.44376C35.0076 8.1626 35.3161 7.8715 35.6792 7.61319C35.7056 7.5188 35.728 7.34096 35.7437 7.22571C35.7729 7.00714 35.8022 6.78062 35.8803 6.5849C36.2513 5.64304 37.1592 4.90884 37.9597 4.25908C38.2252 4.04448 38.4771 3.84081 38.6743 3.65602C38.7992 3.53878 38.9222 3.42055 39.0452 3.30332C39.6388 2.73701 40.2509 2.15084 40.9967 1.68289C41.601 1.30536 42.3898 0.833439 43.1249 0.552274C44.0972 0.1807 44.5579 0.208518 45.4766 0.262168L45.6474 0.27111C47.3607 0.371455 49.1384 0.32476 50.8575 0.281045C51.7205 0.258194 52.5796 0.235343 53.4347 0.230376C53.6651 0.230376 54.0156 0.185667 54.3836 0.138972C55.6078 -0.0140291 56.994 -0.188888 57.7818 0.503592C58.1118 0.792705 58.2924 1.19806 58.3031 1.67594C58.311 2.05248 58.1567 2.33464 58.0435 2.54129C58.0064 2.60686 57.9527 2.7082 57.9458 2.74297C57.9488 2.73205 57.9849 2.78768 58.0103 2.82742C58.1362 3.01718 58.3686 3.37088 58.2748 3.89843C58.2397 4.10111 58.1811 4.3167 58.1216 4.53528C58.0464 4.81147 57.9693 5.09761 57.9624 5.31419C57.9498 5.69073 57.6335 5.99376 57.2703 5.97289C56.9013 5.95998 56.6104 5.64603 56.6231 5.26849C56.6367 4.89195 56.7392 4.50944 56.831 4.17264C56.8788 3.9948 56.9276 3.82094 56.9569 3.65502C56.9481 3.65502 56.9218 3.62323 56.8993 3.58746C56.791 3.42254 56.6065 3.14535 56.6065 2.73701C56.6065 2.36345 56.7607 2.08328 56.873 1.87862C56.9072 1.81702 56.9589 1.72462 56.9657 1.69084C56.9608 1.58354 56.9267 1.55274 56.9072 1.53685C56.5694 1.23979 55.2544 1.40372 54.5496 1.49313C54.1386 1.5438 53.752 1.59348 53.4435 1.59547C52.5971 1.60043 51.7439 1.62229 50.8907 1.64315C49.1442 1.68886 47.3382 1.73654 45.5722 1.63421L45.3985 1.62328C44.5345 1.57162 44.3022 1.55871 43.5964 1.82894C42.9618 2.07235 42.2101 2.5244 41.7006 2.84431C41.0699 3.23973 40.533 3.75338 39.9648 4.29683C39.8379 4.41804 39.712 4.53925 39.5831 4.65947C39.3479 4.87804 39.0794 5.09661 38.7953 5.32611C38.1237 5.87056 37.3642 6.48555 37.1231 7.09457C37.1065 7.14425 37.085 7.30221 37.0713 7.40753C37.0147 7.84666 36.9424 8.3931 36.5041 8.69016C36.1927 8.90277 35.9145 9.16704 35.6187 9.44523C35.4771 9.57935 35.3317 9.71546 35.1774 9.85257C34.7186 10.2629 34.1924 10.548 33.6838 10.8222C33.3675 10.9931 33.0698 11.1541 32.8033 11.3369C32.7554 11.3707 32.6978 11.4064 32.6373 11.4462C32.5114 11.5276 32.2332 11.7065 32.1346 11.8217C32.1424 11.8992 32.1726 12.0115 32.2117 12.1009C32.3757 12.0214 32.6041 11.924 32.8804 11.9459C33.6633 12.0135 34.0401 12.8937 34.0558 13.4988C34.0743 14.2191 33.677 14.7337 33.3587 15.145C33.0971 15.4868 32.9351 15.7074 32.9487 15.9319C32.9565 16.0511 33.0288 16.3114 33.0932 16.5419C33.3314 17.3933 33.7746 18.978 32.4479 19.5701C32.0965 19.7281 31.7314 19.7082 31.4375 19.6933C31.3126 19.6864 31.1046 19.6764 31.047 19.7023C30.7171 20.051 30.3227 20.3113 29.9166 20.5706L29.7692 20.663C29.5212 20.816 29.2654 20.976 29.1405 21.1488C29.1083 21.1935 29.0819 21.2412 29.0585 21.2859C28.9345 21.5085 28.7256 21.884 28.174 21.9993C27.9827 22.04 27.7943 22.0708 27.6059 22.0996C27.3364 22.1414 27.0807 22.1811 26.8386 22.2566C26.7087 22.2993 26.5711 22.35 26.4334 22.4017C25.9697 22.5745 25.4435 22.7732 24.8871 22.7474C24.5981 22.7355 24.3131 22.7087 24.027 22.6808C23.4989 22.6282 22.9981 22.5805 22.511 22.6481C22.2572 22.6828 22.0258 22.7653 21.7817 22.8537C21.1716 23.0733 20.3369 23.3733 19.4046 22.508C18.9927 22.1265 18.8267 22.049 18.1473 21.9178L16.065 21.5164C15.942 21.4936 15.775 21.5264 15.5818 21.5651C15.3289 21.6168 15.0136 21.6784 14.6719 21.6297C12.9508 21.3724 11.0218 21.7112 8.59689 22.6928C8.49829 22.7325 8.42703 22.7643 8.37431 22.7891C8.39579 22.9779 8.42312 23.2491 8.39091 23.6217C8.53343 23.6416 8.69353 23.6843 8.86047 23.7737C9.81228 24.2834 9.63461 25.256 9.5487 25.724C9.53601 25.7876 9.52528 25.8511 9.51551 25.9127C9.4628 26.2694 9.49501 26.3429 9.65511 26.6917C9.70392 26.798 9.75664 26.9162 9.81326 27.0543C10.3941 28.4681 9.28415 29.1039 8.68865 29.4447C8.46705 29.5719 8.23764 29.701 8.11268 29.8331C7.99944 29.9524 7.89987 30.1372 7.79541 30.3329C7.62945 30.6448 7.44104 30.9975 7.10522 31.2847C6.79088 31.5529 6.41894 31.7536 6.05871 31.9454C5.74144 32.1153 5.44077 32.2762 5.21623 32.464C5.02782 32.6219 4.84527 32.8048 4.65295 32.9985C4.34252 33.3085 4.02524 33.6294 3.62499 33.8976C3.41901 34.0347 3.17203 34.147 2.9104 34.2652C2.69661 34.3606 2.33443 34.5225 2.14992 34.6626L2.15383 36.8096C2.15383 36.8881 2.15578 36.9527 2.15871 37.0023C2.21533 36.9974 2.27586 36.9904 2.32662 36.9835C2.5287 36.9606 2.77959 36.9308 3.06952 36.9308L36.9581 36.9566C38.0573 36.9566 39.2141 36.9884 40.2304 37.3471C40.6755 37.5021 40.9801 37.8538 41.1812 38.0853C41.2281 38.1399 41.2681 38.1896 41.3052 38.2234C41.4018 38.3048 41.5551 38.3674 41.7328 38.441C42.0129 38.5562 42.3615 38.7003 42.6572 39.0043C43.2811 39.6411 43.2713 40.4469 43.2645 41.0927C43.2606 41.2417 43.2606 41.3897 43.2664 41.5328C43.3084 42.3326 43.5261 42.5581 44.0532 43.1055C44.1372 43.1929 44.2251 43.2853 44.3188 43.3847C44.3842 43.4542 44.5287 43.4701 44.761 43.491C45.0412 43.5138 45.3897 43.5417 45.6953 43.7751C46.0291 44.0275 46.2546 44.5888 46.3376 44.8809C46.5455 45.0846 47.2777 45.4711 47.5647 45.6211C47.7639 45.7264 47.9298 45.8158 48.0265 45.8754L48.3672 46.088C49.3346 46.6891 50.3011 47.2922 51.2705 47.8943C51.3993 47.9727 51.533 48.0463 51.6707 48.1188C52.0924 48.3443 52.5698 48.6006 52.9291 49.0567C53.3215 49.5544 53.2942 50.0045 53.259 50.4029C53.3156 50.2936 53.3781 50.1893 53.4513 50.0879C53.5841 49.8982 53.7393 49.7541 53.877 49.626C54.0136 49.4998 54.1073 49.4104 54.1396 49.3388C54.1132 49.2772 54.0527 49.1739 54.0117 49.1034C53.8487 48.8232 53.6271 48.4387 53.7315 47.9857C53.7725 47.8108 53.8789 47.6588 54.0283 47.5634C54.0849 47.5276 54.205 47.4591 54.3631 47.3717C54.5818 47.2495 55.1373 46.9405 55.475 46.71C54.9723 45.5913 55.1392 44.2163 55.2886 42.9843C55.3345 42.6038 55.3784 42.2451 55.3989 41.9222C55.4204 41.5467 55.7337 41.2606 56.1076 41.2834C56.4776 41.3063 56.7588 41.6301 56.7353 42.0057C56.7148 42.3693 56.667 42.7498 56.6182 43.1522C56.4776 44.3166 56.3165 45.637 56.833 46.3911C56.954 46.5669 56.994 46.7895 56.9452 47.0021C56.8417 47.4502 56.3898 47.7879 55.1958 48.4606C55.352 48.7308 55.5395 49.0904 55.4731 49.5167C55.4623 49.5812 55.4487 49.6428 55.4321 49.7015C55.766 49.5793 56.1154 49.464 56.4845 49.3577C57.8775 48.9543 59.3409 48.7745 61.225 48.7745C62.0587 48.7745 62.8006 48.5053 63.5874 48.2211C64.2103 47.9946 64.8546 47.7621 65.576 47.6508C66.1852 47.5555 66.5005 47.7562 66.7728 47.9688C66.8636 48.0403 66.93 48.09 67.0442 48.1357C67.3625 48.2619 67.7325 48.2211 68.1601 48.1754C68.5925 48.1277 69.0836 48.0731 69.5844 48.2042C69.8821 48.2837 70.09 48.5579 70.0861 48.8709C70.0744 50.0571 68.5076 50.5459 67.7549 50.7814L67.0384 51.0099C66.4985 51.1848 65.9567 51.3586 65.41 51.5176C65.1631 51.5881 64.918 51.6587 64.672 51.7223C64.3889 51.7948 64.099 51.9597 63.7944 52.1316C63.481 52.3094 63.1579 52.4922 62.786 52.6174C62.1426 52.83 61.4837 52.9413 60.6471 52.9761C60.4069 52.987 60.1746 53.0943 59.9295 53.2056C59.5674 53.3735 59.1154 53.5801 58.6107 53.4132C58.3949 53.3864 57.5534 53.6775 57.1502 53.8196C56.832 53.9289 56.5577 54.0242 56.3419 54.0759C55.598 54.2528 54.8415 54.3918 54.1103 54.527L53.5968 54.6223C53.1516 54.7058 52.7035 54.7922 52.2613 54.8926L52.2076 54.9085C52.0797 54.9482 51.9021 55.0038 51.7078 55.0038L51.7107 54.9999ZM53.0735 51.6746C53.0569 51.7471 53.0403 51.8196 53.0237 51.8941C53.0032 51.9806 52.9788 52.064 52.9544 52.1455C52.9281 52.2359 52.9066 52.3055 52.8988 52.3651C52.8793 52.5379 52.8773 52.6313 52.8978 52.7247C52.9495 52.9791 52.9388 53.1907 52.8949 53.3645C53.0482 53.3347 53.2024 53.3049 53.3566 53.2751L53.875 53.1808C54.5896 53.0486 55.3296 52.9125 56.0412 52.7436C56.1906 52.7078 56.4483 52.6194 56.7217 52.525C57.7721 52.1604 58.4994 51.9359 59.0295 52.1127C59.0646 52.1058 59.2559 52.0173 59.3828 51.9597C59.7001 51.8137 60.0945 51.6328 60.5924 51.611C61.3021 51.5812 61.8498 51.4908 62.372 51.3169C62.622 51.2345 62.8748 51.0914 63.1442 50.9374C63.5123 50.7298 63.892 50.5142 64.3469 50.3969C64.5793 50.3373 64.8136 50.2707 65.0459 50.2042C65.5789 50.0482 66.11 49.8773 66.6362 49.7064L67.1253 49.5514C66.9388 49.5246 66.7504 49.4779 66.56 49.4014C66.2672 49.2862 66.0836 49.1411 65.9616 49.0457C65.9313 49.0229 65.906 48.999 65.8757 48.9812C65.8737 48.9851 65.8405 48.9851 65.7781 48.9941C65.1845 49.0855 64.6281 49.2862 64.0394 49.4998C63.1794 49.8107 62.293 50.1326 61.2279 50.1326C59.4717 50.1326 58.1235 50.2966 56.8535 50.6642C55.7142 50.992 54.7868 51.3984 54.0166 51.9031C53.7901 52.0521 53.5001 52.0481 53.2776 51.8951C53.1917 51.8365 53.1214 51.76 53.0735 51.6716V51.6746Z" fill="white"/>
10434
10538
  <path d="M67.6348 51.8019C67.6348 51.8019 67.6173 51.782 67.6173 51.7303C67.6173 51.6787 67.6348 51.6588 67.6348 51.6588H68.5564C68.5564 51.6588 68.5749 51.6806 68.5749 51.7303C68.5749 51.78 68.5564 51.8019 68.5564 51.8019H68.1932V52.9205C68.1932 52.9205 68.1659 52.9404 68.0976 52.9404C68.0292 52.9404 67.998 52.9205 67.998 52.9205V51.8019H67.6348Z" fill="white"/>
10435
10539
  <path d="M69.4282 52.8659C69.4135 52.8748 69.3891 52.8858 69.3471 52.8858C69.3178 52.8858 69.2837 52.8798 69.27 52.8659L68.9889 52.1476C68.9723 52.1088 68.9459 52.0323 68.944 52.0214C68.944 52.0264 68.9371 52.1277 68.9332 52.1565L68.8815 52.9205C68.8815 52.9205 68.8561 52.9404 68.7858 52.9404C68.7155 52.9404 68.6862 52.9205 68.6862 52.9205L68.7839 51.6787C68.7839 51.6787 68.8112 51.6588 68.8776 51.6588C68.9518 51.6588 68.9781 51.6787 68.9781 51.6787L69.3042 52.5162L69.3471 52.6533C69.3481 52.6473 69.3774 52.5559 69.392 52.5162L69.7181 51.6787C69.7181 51.6787 69.7464 51.6588 69.8206 51.6588C69.886 51.6588 69.9124 51.6787 69.9124 51.6787L70.01 52.9205C70.01 52.9205 69.9807 52.9404 69.9104 52.9404C69.8401 52.9404 69.8167 52.9205 69.8167 52.9205L69.763 52.1546L69.7523 52.0194C69.7523 52.0194 69.722 52.1148 69.7093 52.1456L69.4282 52.8659Z" fill="white"/>
10436
- </svg>`, le = class le extends y {
10540
+ </svg>`, l1 = class l1 extends y {
10437
10541
  /**************** Functions ****************/
10438
10542
  _getNysLogo() {
10439
- return new DOMParser().parseFromString(p2, "image/svg+xml").documentElement;
10543
+ return new DOMParser().parseFromString(ps, "image/svg+xml").documentElement;
10440
10544
  }
10441
10545
  render() {
10442
10546
  return l`
@@ -10470,40 +10574,40 @@ const u2 = p`
10470
10574
  `;
10471
10575
  }
10472
10576
  };
10473
- le.styles = u2;
10474
- let R1 = le;
10475
- customElements.get("nys-unavfooter") || customElements.define("nys-unavfooter", R1);
10577
+ l1.styles = us;
10578
+ let Te = l1;
10579
+ customElements.get("nys-unavfooter") || customElements.define("nys-unavfooter", Te);
10476
10580
  export {
10477
- x1 as NysAccordion,
10478
- d1 as NysAccordionItem,
10479
- $e as NysAlert,
10480
- I as NysAvatar,
10481
- f1 as NysBacktotop,
10482
- Ue as NysBadge,
10483
- Ze as NysButton,
10484
- We as NysCheckbox,
10485
- Ne as NysCheckboxgroup,
10486
- Z1 as NysDivider,
10487
- w1 as NysErrorMessage,
10581
+ xe as NysAccordion,
10582
+ de as NysAccordionItem,
10583
+ $1 as NysAlert,
10584
+ Z as NysAvatar,
10585
+ fe as NysBacktotop,
10586
+ U1 as NysBadge,
10587
+ Z1 as NysButton,
10588
+ W1 as NysCheckbox,
10589
+ N1 as NysCheckboxgroup,
10590
+ Ze as NysDivider,
10591
+ we as NysErrorMessage,
10488
10592
  w as NysFileinput,
10489
- k1 as NysGlobalFooter,
10490
- u1 as NysGlobalHeader,
10593
+ ke as NysGlobalFooter,
10594
+ ue as NysGlobalHeader,
10491
10595
  ht as NysIcon,
10492
- t1 as NysLabel,
10596
+ te as NysLabel,
10493
10597
  _t as NysModal,
10494
- _1 as NysOption,
10495
- h1 as NysPagination,
10598
+ _e as NysOption,
10599
+ he as NysPagination,
10496
10600
  Mt as NysRadiobutton,
10497
10601
  St as NysRadiogroup,
10498
- Bt as NysSelect,
10499
- D1 as NysSkipnav,
10500
- j as NysStep,
10501
- y1 as NysStepper,
10602
+ It as NysSelect,
10603
+ De as NysSkipnav,
10604
+ G as NysStep,
10605
+ ye as NysStepper,
10502
10606
  Nt as NysTextarea,
10503
10607
  Kt as NysTextinput,
10504
- t2 as NysToggle,
10505
- s1 as NysTooltip,
10506
- R1 as NysUnavFooter,
10507
- G as NysUnavHeader
10608
+ ts as NysToggle,
10609
+ se as NysTooltip,
10610
+ Te as NysUnavFooter,
10611
+ Y as NysUnavHeader
10508
10612
  };
10509
10613
  //# sourceMappingURL=nysds.es.js.map