@nysds/nys-backtotop 1.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,2576 @@
1
+ import { css as r1, LitElement as o1, html as f } from "lit";
2
+ /*!
3
+ * ▒█▄░▒█ ▒█░░▒█ ▒█▀▀▀█ ▒█▀▀▄ ▒█▀▀▀█
4
+ * ▒█▒█▒█ ▒█▄▄▄█ ░▀▀▀▄▄ ▒█░▒█ ░▀▀▀▄▄
5
+ * ▒█░░▀█ ░░▒█░░ ▒█▄▄▄█ ▒█▄▄▀ ▒█▄▄▄█
6
+ *
7
+ * Back To Top Component
8
+ * Part of the New York State Design System
9
+ * Repository: https://github.com/its-hcd/nysds
10
+ * License: MIT
11
+ */
12
+ /**
13
+ * @license
14
+ * Copyright 2019 Google LLC
15
+ * SPDX-License-Identifier: BSD-3-Clause
16
+ */
17
+ const q = globalThis, n1 = q.ShadowRoot && (q.ShadyCSS === void 0 || q.ShadyCSS.nativeShadow) && "adoptedStyleSheets" in Document.prototype && "replace" in CSSStyleSheet.prototype, P1 = Symbol(), f1 = /* @__PURE__ */ new WeakMap();
18
+ let j1 = class {
19
+ constructor(t, e, s) {
20
+ if (this._$cssResult$ = !0, s !== P1) throw Error("CSSResult is not constructable. Use `unsafeCSS` or `css` instead.");
21
+ this.cssText = t, this.t = e;
22
+ }
23
+ get styleSheet() {
24
+ let t = this.o;
25
+ const e = this.t;
26
+ if (n1 && t === void 0) {
27
+ const s = e !== void 0 && e.length === 1;
28
+ s && (t = f1.get(e)), t === void 0 && ((this.o = t = new CSSStyleSheet()).replaceSync(this.cssText), s && f1.set(e, t));
29
+ }
30
+ return t;
31
+ }
32
+ toString() {
33
+ return this.cssText;
34
+ }
35
+ };
36
+ const q1 = (r) => new j1(typeof r == "string" ? r : r + "", void 0, P1), F1 = (r, t) => {
37
+ if (n1) r.adoptedStyleSheets = t.map((e) => e instanceof CSSStyleSheet ? e : e.styleSheet);
38
+ else for (const e of t) {
39
+ const s = document.createElement("style"), i = q.litNonce;
40
+ i !== void 0 && s.setAttribute("nonce", i), s.textContent = e.cssText, r.appendChild(s);
41
+ }
42
+ }, v1 = n1 ? (r) => r : (r) => r instanceof CSSStyleSheet ? ((t) => {
43
+ let e = "";
44
+ for (const s of t.cssRules) e += s.cssText;
45
+ return q1(e);
46
+ })(r) : r;
47
+ /**
48
+ * @license
49
+ * Copyright 2017 Google LLC
50
+ * SPDX-License-Identifier: BSD-3-Clause
51
+ */
52
+ const { is: G1, defineProperty: W1, getOwnPropertyDescriptor: K1, getOwnPropertyNames: J1, getOwnPropertySymbols: Y1, getPrototypeOf: Q1 } = Object, w = globalThis, g1 = w.trustedTypes, X1 = g1 ? g1.emptyScript : "", s1 = w.reactiveElementPolyfillSupport, z = (r, t) => r, W = { toAttribute(r, t) {
53
+ switch (t) {
54
+ case Boolean:
55
+ r = r ? X1 : null;
56
+ break;
57
+ case Object:
58
+ case Array:
59
+ r = r == null ? r : JSON.stringify(r);
60
+ }
61
+ return r;
62
+ }, fromAttribute(r, t) {
63
+ let e = r;
64
+ switch (t) {
65
+ case Boolean:
66
+ e = r !== null;
67
+ break;
68
+ case Number:
69
+ e = r === null ? null : Number(r);
70
+ break;
71
+ case Object:
72
+ case Array:
73
+ try {
74
+ e = JSON.parse(r);
75
+ } catch {
76
+ e = null;
77
+ }
78
+ }
79
+ return e;
80
+ } }, a1 = (r, t) => !G1(r, t), m1 = { attribute: !0, type: String, converter: W, reflect: !1, hasChanged: a1 };
81
+ Symbol.metadata ?? (Symbol.metadata = Symbol("metadata")), w.litPropertyMetadata ?? (w.litPropertyMetadata = /* @__PURE__ */ new WeakMap());
82
+ let H = class extends HTMLElement {
83
+ static addInitializer(t) {
84
+ this._$Ei(), (this.l ?? (this.l = [])).push(t);
85
+ }
86
+ static get observedAttributes() {
87
+ return this.finalize(), this._$Eh && [...this._$Eh.keys()];
88
+ }
89
+ static createProperty(t, e = m1) {
90
+ if (e.state && (e.attribute = !1), this._$Ei(), this.elementProperties.set(t, e), !e.noAccessor) {
91
+ const s = Symbol(), i = this.getPropertyDescriptor(t, s, e);
92
+ i !== void 0 && W1(this.prototype, t, i);
93
+ }
94
+ }
95
+ static getPropertyDescriptor(t, e, s) {
96
+ const { get: i, set: n } = K1(this.prototype, t) ?? { get() {
97
+ return this[e];
98
+ }, set(o) {
99
+ this[e] = o;
100
+ } };
101
+ return { get() {
102
+ return i == null ? void 0 : i.call(this);
103
+ }, set(o) {
104
+ const a = i == null ? void 0 : i.call(this);
105
+ n.call(this, o), this.requestUpdate(t, a, s);
106
+ }, configurable: !0, enumerable: !0 };
107
+ }
108
+ static getPropertyOptions(t) {
109
+ return this.elementProperties.get(t) ?? m1;
110
+ }
111
+ static _$Ei() {
112
+ if (this.hasOwnProperty(z("elementProperties"))) return;
113
+ const t = Q1(this);
114
+ t.finalize(), t.l !== void 0 && (this.l = [...t.l]), this.elementProperties = new Map(t.elementProperties);
115
+ }
116
+ static finalize() {
117
+ if (this.hasOwnProperty(z("finalized"))) return;
118
+ if (this.finalized = !0, this._$Ei(), this.hasOwnProperty(z("properties"))) {
119
+ const e = this.properties, s = [...J1(e), ...Y1(e)];
120
+ for (const i of s) this.createProperty(i, e[i]);
121
+ }
122
+ const t = this[Symbol.metadata];
123
+ if (t !== null) {
124
+ const e = litPropertyMetadata.get(t);
125
+ if (e !== void 0) for (const [s, i] of e) this.elementProperties.set(s, i);
126
+ }
127
+ this._$Eh = /* @__PURE__ */ new Map();
128
+ for (const [e, s] of this.elementProperties) {
129
+ const i = this._$Eu(e, s);
130
+ i !== void 0 && this._$Eh.set(i, e);
131
+ }
132
+ this.elementStyles = this.finalizeStyles(this.styles);
133
+ }
134
+ static finalizeStyles(t) {
135
+ const e = [];
136
+ if (Array.isArray(t)) {
137
+ const s = new Set(t.flat(1 / 0).reverse());
138
+ for (const i of s) e.unshift(v1(i));
139
+ } else t !== void 0 && e.push(v1(t));
140
+ return e;
141
+ }
142
+ static _$Eu(t, e) {
143
+ const s = e.attribute;
144
+ return s === !1 ? void 0 : typeof s == "string" ? s : typeof t == "string" ? t.toLowerCase() : void 0;
145
+ }
146
+ constructor() {
147
+ super(), this._$Ep = void 0, this.isUpdatePending = !1, this.hasUpdated = !1, this._$Em = null, this._$Ev();
148
+ }
149
+ _$Ev() {
150
+ var t;
151
+ this._$ES = new Promise((e) => this.enableUpdating = e), this._$AL = /* @__PURE__ */ new Map(), this._$E_(), this.requestUpdate(), (t = this.constructor.l) == null || t.forEach((e) => e(this));
152
+ }
153
+ addController(t) {
154
+ var e;
155
+ (this._$EO ?? (this._$EO = /* @__PURE__ */ new Set())).add(t), this.renderRoot !== void 0 && this.isConnected && ((e = t.hostConnected) == null || e.call(t));
156
+ }
157
+ removeController(t) {
158
+ var e;
159
+ (e = this._$EO) == null || e.delete(t);
160
+ }
161
+ _$E_() {
162
+ const t = /* @__PURE__ */ new Map(), e = this.constructor.elementProperties;
163
+ for (const s of e.keys()) this.hasOwnProperty(s) && (t.set(s, this[s]), delete this[s]);
164
+ t.size > 0 && (this._$Ep = t);
165
+ }
166
+ createRenderRoot() {
167
+ const t = this.shadowRoot ?? this.attachShadow(this.constructor.shadowRootOptions);
168
+ return F1(t, this.constructor.elementStyles), t;
169
+ }
170
+ connectedCallback() {
171
+ var t;
172
+ this.renderRoot ?? (this.renderRoot = this.createRenderRoot()), this.enableUpdating(!0), (t = this._$EO) == null || t.forEach((e) => {
173
+ var s;
174
+ return (s = e.hostConnected) == null ? void 0 : s.call(e);
175
+ });
176
+ }
177
+ enableUpdating(t) {
178
+ }
179
+ disconnectedCallback() {
180
+ var t;
181
+ (t = this._$EO) == null || t.forEach((e) => {
182
+ var s;
183
+ return (s = e.hostDisconnected) == null ? void 0 : s.call(e);
184
+ });
185
+ }
186
+ attributeChangedCallback(t, e, s) {
187
+ this._$AK(t, s);
188
+ }
189
+ _$EC(t, e) {
190
+ var n;
191
+ const s = this.constructor.elementProperties.get(t), i = this.constructor._$Eu(t, s);
192
+ if (i !== void 0 && s.reflect === !0) {
193
+ const o = (((n = s.converter) == null ? void 0 : n.toAttribute) !== void 0 ? s.converter : W).toAttribute(e, s.type);
194
+ this._$Em = t, o == null ? this.removeAttribute(i) : this.setAttribute(i, o), this._$Em = null;
195
+ }
196
+ }
197
+ _$AK(t, e) {
198
+ var n;
199
+ const s = this.constructor, i = s._$Eh.get(t);
200
+ if (i !== void 0 && this._$Em !== i) {
201
+ const o = s.getPropertyOptions(i), a = typeof o.converter == "function" ? { fromAttribute: o.converter } : ((n = o.converter) == null ? void 0 : n.fromAttribute) !== void 0 ? o.converter : W;
202
+ this._$Em = i, this[i] = a.fromAttribute(e, o.type), this._$Em = null;
203
+ }
204
+ }
205
+ requestUpdate(t, e, s) {
206
+ if (t !== void 0) {
207
+ if (s ?? (s = this.constructor.getPropertyOptions(t)), !(s.hasChanged ?? a1)(this[t], e)) return;
208
+ this.P(t, e, s);
209
+ }
210
+ this.isUpdatePending === !1 && (this._$ES = this._$ET());
211
+ }
212
+ P(t, e, s) {
213
+ this._$AL.has(t) || this._$AL.set(t, e), s.reflect === !0 && this._$Em !== t && (this._$Ej ?? (this._$Ej = /* @__PURE__ */ new Set())).add(t);
214
+ }
215
+ async _$ET() {
216
+ this.isUpdatePending = !0;
217
+ try {
218
+ await this._$ES;
219
+ } catch (e) {
220
+ Promise.reject(e);
221
+ }
222
+ const t = this.scheduleUpdate();
223
+ return t != null && await t, !this.isUpdatePending;
224
+ }
225
+ scheduleUpdate() {
226
+ return this.performUpdate();
227
+ }
228
+ performUpdate() {
229
+ var s;
230
+ if (!this.isUpdatePending) return;
231
+ if (!this.hasUpdated) {
232
+ if (this.renderRoot ?? (this.renderRoot = this.createRenderRoot()), this._$Ep) {
233
+ for (const [n, o] of this._$Ep) this[n] = o;
234
+ this._$Ep = void 0;
235
+ }
236
+ const i = this.constructor.elementProperties;
237
+ if (i.size > 0) for (const [n, o] of i) o.wrapped !== !0 || this._$AL.has(n) || this[n] === void 0 || this.P(n, this[n], o);
238
+ }
239
+ let t = !1;
240
+ const e = this._$AL;
241
+ try {
242
+ t = this.shouldUpdate(e), t ? (this.willUpdate(e), (s = this._$EO) == null || s.forEach((i) => {
243
+ var n;
244
+ return (n = i.hostUpdate) == null ? void 0 : n.call(i);
245
+ }), this.update(e)) : this._$EU();
246
+ } catch (i) {
247
+ throw t = !1, this._$EU(), i;
248
+ }
249
+ t && this._$AE(e);
250
+ }
251
+ willUpdate(t) {
252
+ }
253
+ _$AE(t) {
254
+ var e;
255
+ (e = this._$EO) == null || e.forEach((s) => {
256
+ var i;
257
+ return (i = s.hostUpdated) == null ? void 0 : i.call(s);
258
+ }), this.hasUpdated || (this.hasUpdated = !0, this.firstUpdated(t)), this.updated(t);
259
+ }
260
+ _$EU() {
261
+ this._$AL = /* @__PURE__ */ new Map(), this.isUpdatePending = !1;
262
+ }
263
+ get updateComplete() {
264
+ return this.getUpdateComplete();
265
+ }
266
+ getUpdateComplete() {
267
+ return this._$ES;
268
+ }
269
+ shouldUpdate(t) {
270
+ return !0;
271
+ }
272
+ update(t) {
273
+ this._$Ej && (this._$Ej = this._$Ej.forEach((e) => this._$EC(e, this[e]))), this._$EU();
274
+ }
275
+ updated(t) {
276
+ }
277
+ firstUpdated(t) {
278
+ }
279
+ };
280
+ H.elementStyles = [], H.shadowRootOptions = { mode: "open" }, H[z("elementProperties")] = /* @__PURE__ */ new Map(), H[z("finalized")] = /* @__PURE__ */ new Map(), s1 == null || s1({ ReactiveElement: H }), (w.reactiveElementVersions ?? (w.reactiveElementVersions = [])).push("2.0.4");
281
+ /**
282
+ * @license
283
+ * Copyright 2017 Google LLC
284
+ * SPDX-License-Identifier: BSD-3-Clause
285
+ */
286
+ const t2 = { attribute: !0, type: String, converter: W, reflect: !1, hasChanged: a1 }, e2 = (r = t2, t, e) => {
287
+ const { kind: s, metadata: i } = e;
288
+ let n = globalThis.litPropertyMetadata.get(i);
289
+ if (n === void 0 && globalThis.litPropertyMetadata.set(i, n = /* @__PURE__ */ new Map()), n.set(e.name, r), s === "accessor") {
290
+ const { name: o } = e;
291
+ return { set(a) {
292
+ const l = t.get.call(this);
293
+ t.set.call(this, a), this.requestUpdate(o, l, r);
294
+ }, init(a) {
295
+ return a !== void 0 && this.P(o, void 0, r), a;
296
+ } };
297
+ }
298
+ if (s === "setter") {
299
+ const { name: o } = e;
300
+ return function(a) {
301
+ const l = this[o];
302
+ t.call(this, a), this.requestUpdate(o, l, r);
303
+ };
304
+ }
305
+ throw Error("Unsupported decorator location: " + s);
306
+ };
307
+ function l1(r) {
308
+ return (t, e) => typeof e == "object" ? e2(r, t, e) : ((s, i, n) => {
309
+ const o = i.hasOwnProperty(n);
310
+ return i.constructor.createProperty(n, o ? { ...s, wrapped: !0 } : s), o ? Object.getOwnPropertyDescriptor(i, n) : void 0;
311
+ })(r, t, e);
312
+ }
313
+ /**
314
+ * @license
315
+ * Copyright 2017 Google LLC
316
+ * SPDX-License-Identifier: BSD-3-Clause
317
+ */
318
+ function s2(r) {
319
+ return l1({ ...r, state: !0, attribute: !1 });
320
+ }
321
+ const i2 = r1`
322
+ :host {
323
+ }
324
+
325
+ .nys-backtotop {
326
+ --_nys-button-radius-left: var(--nys-radius-round, 1776px);
327
+ --_nys-button-radius-right: var(--nys-radius-round, 1776px);
328
+ --_nys-button-padding-y: var(--nys-space-100, 8px);
329
+ --_nys-button-padding-x: var(--nys-space-200, 16px);
330
+
331
+ position: fixed;
332
+ bottom: 1rem;
333
+ right: 1rem;
334
+ z-index: 9999;
335
+ }
336
+
337
+ .left {
338
+ left: 1rem;
339
+ right: auto;
340
+ }
341
+
342
+ .visible {
343
+ display: inline-flex;
344
+ }
345
+ `;
346
+ /*!
347
+ * ▒█▄░▒█ ▒█░░▒█ ▒█▀▀▀█ ▒█▀▀▄ ▒█▀▀▀█
348
+ * ▒█▒█▒█ ▒█▄▄▄█ ░▀▀▀▄▄ ▒█░▒█ ░▀▀▀▄▄
349
+ * ▒█░░▀█ ░░▒█░░ ▒█▄▄▄█ ▒█▄▄▀ ▒█▄▄▄█
350
+ *
351
+ * Icon Component
352
+ * Part of the New York State Design System
353
+ * Repository: https://github.com/its-hcd/nysds
354
+ * License: MIT
355
+ */
356
+ /**
357
+ * @license
358
+ * Copyright 2019 Google LLC
359
+ * SPDX-License-Identifier: BSD-3-Clause
360
+ */
361
+ const F = globalThis, C1 = F.ShadowRoot && (F.ShadyCSS === void 0 || F.ShadyCSS.nativeShadow) && "adoptedStyleSheets" in Document.prototype && "replace" in CSSStyleSheet.prototype, z1 = Symbol(), _1 = /* @__PURE__ */ new WeakMap();
362
+ let r2 = class {
363
+ constructor(r, t, e) {
364
+ if (this._$cssResult$ = !0, e !== z1) throw Error("CSSResult is not constructable. Use `unsafeCSS` or `css` instead.");
365
+ this.cssText = r, this.t = t;
366
+ }
367
+ get styleSheet() {
368
+ let r = this.o;
369
+ const t = this.t;
370
+ if (C1 && r === void 0) {
371
+ const e = t !== void 0 && t.length === 1;
372
+ e && (r = _1.get(t)), r === void 0 && ((this.o = r = new CSSStyleSheet()).replaceSync(this.cssText), e && _1.set(t, r));
373
+ }
374
+ return r;
375
+ }
376
+ toString() {
377
+ return this.cssText;
378
+ }
379
+ };
380
+ const o2 = (r) => new r2(typeof r == "string" ? r : r + "", void 0, z1), n2 = (r, t) => {
381
+ if (C1) r.adoptedStyleSheets = t.map((e) => e instanceof CSSStyleSheet ? e : e.styleSheet);
382
+ else for (const e of t) {
383
+ const s = document.createElement("style"), i = F.litNonce;
384
+ i !== void 0 && s.setAttribute("nonce", i), s.textContent = e.cssText, r.appendChild(s);
385
+ }
386
+ }, b1 = C1 ? (r) => r : (r) => r instanceof CSSStyleSheet ? ((t) => {
387
+ let e = "";
388
+ for (const s of t.cssRules) e += s.cssText;
389
+ return o2(e);
390
+ })(r) : r;
391
+ /**
392
+ * @license
393
+ * Copyright 2017 Google LLC
394
+ * SPDX-License-Identifier: BSD-3-Clause
395
+ */
396
+ const { is: a2, defineProperty: l2, getOwnPropertyDescriptor: C2, getOwnPropertyNames: h2, getOwnPropertySymbols: c2, getPrototypeOf: d2 } = Object, L = globalThis, w1 = L.trustedTypes, u2 = w1 ? w1.emptyScript : "", k1 = L.reactiveElementPolyfillSupport, T = (r, t) => r, K = { toAttribute(r, t) {
397
+ switch (t) {
398
+ case Boolean:
399
+ r = r ? u2 : null;
400
+ break;
401
+ case Object:
402
+ case Array:
403
+ r = r == null ? r : JSON.stringify(r);
404
+ }
405
+ return r;
406
+ }, fromAttribute(r, t) {
407
+ let e = r;
408
+ switch (t) {
409
+ case Boolean:
410
+ e = r !== null;
411
+ break;
412
+ case Number:
413
+ e = r === null ? null : Number(r);
414
+ break;
415
+ case Object:
416
+ case Array:
417
+ try {
418
+ e = JSON.parse(r);
419
+ } catch {
420
+ e = null;
421
+ }
422
+ }
423
+ return e;
424
+ } }, h1 = (r, t) => !a2(r, t), x1 = { attribute: !0, type: String, converter: K, reflect: !1, hasChanged: h1 };
425
+ Symbol.metadata ?? (Symbol.metadata = Symbol("metadata")), L.litPropertyMetadata ?? (L.litPropertyMetadata = /* @__PURE__ */ new WeakMap());
426
+ let Z = class extends HTMLElement {
427
+ static addInitializer(t) {
428
+ this._$Ei(), (this.l ?? (this.l = [])).push(t);
429
+ }
430
+ static get observedAttributes() {
431
+ return this.finalize(), this._$Eh && [...this._$Eh.keys()];
432
+ }
433
+ static createProperty(t, e = x1) {
434
+ if (e.state && (e.attribute = !1), this._$Ei(), this.elementProperties.set(t, e), !e.noAccessor) {
435
+ const s = Symbol(), i = this.getPropertyDescriptor(t, s, e);
436
+ i !== void 0 && l2(this.prototype, t, i);
437
+ }
438
+ }
439
+ static getPropertyDescriptor(t, e, s) {
440
+ const { get: i, set: n } = C2(this.prototype, t) ?? { get() {
441
+ return this[e];
442
+ }, set(o) {
443
+ this[e] = o;
444
+ } };
445
+ return { get() {
446
+ return i == null ? void 0 : i.call(this);
447
+ }, set(o) {
448
+ const a = i == null ? void 0 : i.call(this);
449
+ n.call(this, o), this.requestUpdate(t, a, s);
450
+ }, configurable: !0, enumerable: !0 };
451
+ }
452
+ static getPropertyOptions(t) {
453
+ return this.elementProperties.get(t) ?? x1;
454
+ }
455
+ static _$Ei() {
456
+ if (this.hasOwnProperty(T("elementProperties"))) return;
457
+ const t = d2(this);
458
+ t.finalize(), t.l !== void 0 && (this.l = [...t.l]), this.elementProperties = new Map(t.elementProperties);
459
+ }
460
+ static finalize() {
461
+ if (this.hasOwnProperty(T("finalized"))) return;
462
+ if (this.finalized = !0, this._$Ei(), this.hasOwnProperty(T("properties"))) {
463
+ const e = this.properties, s = [...h2(e), ...c2(e)];
464
+ for (const i of s) this.createProperty(i, e[i]);
465
+ }
466
+ const t = this[Symbol.metadata];
467
+ if (t !== null) {
468
+ const e = litPropertyMetadata.get(t);
469
+ if (e !== void 0) for (const [s, i] of e) this.elementProperties.set(s, i);
470
+ }
471
+ this._$Eh = /* @__PURE__ */ new Map();
472
+ for (const [e, s] of this.elementProperties) {
473
+ const i = this._$Eu(e, s);
474
+ i !== void 0 && this._$Eh.set(i, e);
475
+ }
476
+ this.elementStyles = this.finalizeStyles(this.styles);
477
+ }
478
+ static finalizeStyles(t) {
479
+ const e = [];
480
+ if (Array.isArray(t)) {
481
+ const s = new Set(t.flat(1 / 0).reverse());
482
+ for (const i of s) e.unshift(b1(i));
483
+ } else t !== void 0 && e.push(b1(t));
484
+ return e;
485
+ }
486
+ static _$Eu(t, e) {
487
+ const s = e.attribute;
488
+ return s === !1 ? void 0 : typeof s == "string" ? s : typeof t == "string" ? t.toLowerCase() : void 0;
489
+ }
490
+ constructor() {
491
+ super(), this._$Ep = void 0, this.isUpdatePending = !1, this.hasUpdated = !1, this._$Em = null, this._$Ev();
492
+ }
493
+ _$Ev() {
494
+ var t;
495
+ this._$ES = new Promise((e) => this.enableUpdating = e), this._$AL = /* @__PURE__ */ new Map(), this._$E_(), this.requestUpdate(), (t = this.constructor.l) == null || t.forEach((e) => e(this));
496
+ }
497
+ addController(t) {
498
+ var e;
499
+ (this._$EO ?? (this._$EO = /* @__PURE__ */ new Set())).add(t), this.renderRoot !== void 0 && this.isConnected && ((e = t.hostConnected) == null || e.call(t));
500
+ }
501
+ removeController(t) {
502
+ var e;
503
+ (e = this._$EO) == null || e.delete(t);
504
+ }
505
+ _$E_() {
506
+ const t = /* @__PURE__ */ new Map(), e = this.constructor.elementProperties;
507
+ for (const s of e.keys()) this.hasOwnProperty(s) && (t.set(s, this[s]), delete this[s]);
508
+ t.size > 0 && (this._$Ep = t);
509
+ }
510
+ createRenderRoot() {
511
+ const t = this.shadowRoot ?? this.attachShadow(this.constructor.shadowRootOptions);
512
+ return n2(t, this.constructor.elementStyles), t;
513
+ }
514
+ connectedCallback() {
515
+ var t;
516
+ this.renderRoot ?? (this.renderRoot = this.createRenderRoot()), this.enableUpdating(!0), (t = this._$EO) == null || t.forEach((e) => {
517
+ var s;
518
+ return (s = e.hostConnected) == null ? void 0 : s.call(e);
519
+ });
520
+ }
521
+ enableUpdating(t) {
522
+ }
523
+ disconnectedCallback() {
524
+ var t;
525
+ (t = this._$EO) == null || t.forEach((e) => {
526
+ var s;
527
+ return (s = e.hostDisconnected) == null ? void 0 : s.call(e);
528
+ });
529
+ }
530
+ attributeChangedCallback(t, e, s) {
531
+ this._$AK(t, s);
532
+ }
533
+ _$EC(t, e) {
534
+ var s;
535
+ const i = this.constructor.elementProperties.get(t), n = this.constructor._$Eu(t, i);
536
+ if (n !== void 0 && i.reflect === !0) {
537
+ const o = (((s = i.converter) == null ? void 0 : s.toAttribute) !== void 0 ? i.converter : K).toAttribute(e, i.type);
538
+ this._$Em = t, o == null ? this.removeAttribute(n) : this.setAttribute(n, o), this._$Em = null;
539
+ }
540
+ }
541
+ _$AK(t, e) {
542
+ var s;
543
+ const i = this.constructor, n = i._$Eh.get(t);
544
+ if (n !== void 0 && this._$Em !== n) {
545
+ const o = i.getPropertyOptions(n), a = typeof o.converter == "function" ? { fromAttribute: o.converter } : ((s = o.converter) == null ? void 0 : s.fromAttribute) !== void 0 ? o.converter : K;
546
+ this._$Em = n, this[n] = a.fromAttribute(e, o.type), this._$Em = null;
547
+ }
548
+ }
549
+ requestUpdate(t, e, s) {
550
+ if (t !== void 0) {
551
+ if (s ?? (s = this.constructor.getPropertyOptions(t)), !(s.hasChanged ?? h1)(this[t], e)) return;
552
+ this.P(t, e, s);
553
+ }
554
+ this.isUpdatePending === !1 && (this._$ES = this._$ET());
555
+ }
556
+ P(t, e, s) {
557
+ this._$AL.has(t) || this._$AL.set(t, e), s.reflect === !0 && this._$Em !== t && (this._$Ej ?? (this._$Ej = /* @__PURE__ */ new Set())).add(t);
558
+ }
559
+ async _$ET() {
560
+ this.isUpdatePending = !0;
561
+ try {
562
+ await this._$ES;
563
+ } catch (e) {
564
+ Promise.reject(e);
565
+ }
566
+ const t = this.scheduleUpdate();
567
+ return t != null && await t, !this.isUpdatePending;
568
+ }
569
+ scheduleUpdate() {
570
+ return this.performUpdate();
571
+ }
572
+ performUpdate() {
573
+ var t;
574
+ if (!this.isUpdatePending) return;
575
+ if (!this.hasUpdated) {
576
+ if (this.renderRoot ?? (this.renderRoot = this.createRenderRoot()), this._$Ep) {
577
+ for (const [n, o] of this._$Ep) this[n] = o;
578
+ this._$Ep = void 0;
579
+ }
580
+ const i = this.constructor.elementProperties;
581
+ if (i.size > 0) for (const [n, o] of i) o.wrapped !== !0 || this._$AL.has(n) || this[n] === void 0 || this.P(n, this[n], o);
582
+ }
583
+ let e = !1;
584
+ const s = this._$AL;
585
+ try {
586
+ e = this.shouldUpdate(s), e ? (this.willUpdate(s), (t = this._$EO) == null || t.forEach((i) => {
587
+ var n;
588
+ return (n = i.hostUpdate) == null ? void 0 : n.call(i);
589
+ }), this.update(s)) : this._$EU();
590
+ } catch (i) {
591
+ throw e = !1, this._$EU(), i;
592
+ }
593
+ e && this._$AE(s);
594
+ }
595
+ willUpdate(t) {
596
+ }
597
+ _$AE(t) {
598
+ var e;
599
+ (e = this._$EO) == null || e.forEach((s) => {
600
+ var i;
601
+ return (i = s.hostUpdated) == null ? void 0 : i.call(s);
602
+ }), this.hasUpdated || (this.hasUpdated = !0, this.firstUpdated(t)), this.updated(t);
603
+ }
604
+ _$EU() {
605
+ this._$AL = /* @__PURE__ */ new Map(), this.isUpdatePending = !1;
606
+ }
607
+ get updateComplete() {
608
+ return this.getUpdateComplete();
609
+ }
610
+ getUpdateComplete() {
611
+ return this._$ES;
612
+ }
613
+ shouldUpdate(t) {
614
+ return !0;
615
+ }
616
+ update(t) {
617
+ this._$Ej && (this._$Ej = this._$Ej.forEach((e) => this._$EC(e, this[e]))), this._$EU();
618
+ }
619
+ updated(t) {
620
+ }
621
+ firstUpdated(t) {
622
+ }
623
+ };
624
+ Z.elementStyles = [], Z.shadowRootOptions = { mode: "open" }, Z[T("elementProperties")] = /* @__PURE__ */ new Map(), Z[T("finalized")] = /* @__PURE__ */ new Map(), k1 == null || k1({ ReactiveElement: Z }), (L.reactiveElementVersions ?? (L.reactiveElementVersions = [])).push("2.0.4");
625
+ /**
626
+ * @license
627
+ * Copyright 2017 Google LLC
628
+ * SPDX-License-Identifier: BSD-3-Clause
629
+ */
630
+ const p2 = { attribute: !0, type: String, converter: K, reflect: !1, hasChanged: h1 }, y2 = (r = p2, t, e) => {
631
+ const { kind: s, metadata: i } = e;
632
+ let n = globalThis.litPropertyMetadata.get(i);
633
+ if (n === void 0 && globalThis.litPropertyMetadata.set(i, n = /* @__PURE__ */ new Map()), n.set(e.name, r), s === "accessor") {
634
+ const { name: o } = e;
635
+ return { set(a) {
636
+ const l = t.get.call(this);
637
+ t.set.call(this, a), this.requestUpdate(o, l, r);
638
+ }, init(a) {
639
+ return a !== void 0 && this.P(o, void 0, r), a;
640
+ } };
641
+ }
642
+ if (s === "setter") {
643
+ const { name: o } = e;
644
+ return function(a) {
645
+ const l = this[o];
646
+ t.call(this, a), this.requestUpdate(o, l, r);
647
+ };
648
+ }
649
+ throw Error("Unsupported decorator location: " + s);
650
+ };
651
+ function D(r) {
652
+ return (t, e) => typeof e == "object" ? y2(r, t, e) : ((s, i, n) => {
653
+ const o = i.hasOwnProperty(n);
654
+ return i.constructor.createProperty(n, o ? { ...s, wrapped: !0 } : s), o ? Object.getOwnPropertyDescriptor(i, n) : void 0;
655
+ })(r, t, e);
656
+ }
657
+ const f2 = {
658
+ // --------- UX Team Main Library (below) --------- //
659
+ // *** CORE *** //
660
+ account_circle: `<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none">
661
+ <mask id="mask0_12372_781" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24">
662
+ <rect width="24" height="24" fill="#D9D9D9"/>
663
+ </mask>
664
+ <g mask="url(#mask0_12372_781)">
665
+ <path d="M5.85 17.1C6.7 16.45 7.65 15.9375 8.7 15.5625C9.75 15.1875 10.85 15 12 15C13.15 15 14.25 15.1875 15.3 15.5625C16.35 15.9375 17.3 16.45 18.15 17.1C18.7333 16.4167 19.1875 15.6417 19.5125 14.775C19.8375 13.9083 20 12.9833 20 12C20 9.78333 19.2208 7.89583 17.6625 6.3375C16.1042 4.77917 14.2167 4 12 4C9.78333 4 7.89583 4.77917 6.3375 6.3375C4.77917 7.89583 4 9.78333 4 12C4 12.9833 4.1625 13.9083 4.4875 14.775C4.8125 15.6417 5.26667 16.4167 5.85 17.1ZM12 13C11.0167 13 10.1875 12.6625 9.5125 11.9875C8.8375 11.3125 8.5 10.4833 8.5 9.5C8.5 8.51667 8.8375 7.6875 9.5125 7.0125C10.1875 6.3375 11.0167 6 12 6C12.9833 6 13.8125 6.3375 14.4875 7.0125C15.1625 7.6875 15.5 8.51667 15.5 9.5C15.5 10.4833 15.1625 11.3125 14.4875 11.9875C13.8125 12.6625 12.9833 13 12 13ZM12 22C10.6167 22 9.31667 21.7375 8.1 21.2125C6.88333 20.6875 5.825 19.975 4.925 19.075C4.025 18.175 3.3125 17.1167 2.7875 15.9C2.2625 14.6833 2 13.3833 2 12C2 10.6167 2.2625 9.31667 2.7875 8.1C3.3125 6.88333 4.025 5.825 4.925 4.925C5.825 4.025 6.88333 3.3125 8.1 2.7875C9.31667 2.2625 10.6167 2 12 2C13.3833 2 14.6833 2.2625 15.9 2.7875C17.1167 3.3125 18.175 4.025 19.075 4.925C19.975 5.825 20.6875 6.88333 21.2125 8.1C21.7375 9.31667 22 10.6167 22 12C22 13.3833 21.7375 14.6833 21.2125 15.9C20.6875 17.1167 19.975 18.175 19.075 19.075C18.175 19.975 17.1167 20.6875 15.9 21.2125C14.6833 21.7375 13.3833 22 12 22Z" fill="var(--nys-icon-color, currentcolor)"/>
666
+ </g>
667
+ </svg>`,
668
+ calendar_month: `<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none">
669
+ <mask id="mask0_12372_304" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24">
670
+ <rect width="24" height="24" fill="#D9D9D9"/>
671
+ </mask>
672
+ <g mask="url(#mask0_12372_304)">
673
+ <path d="M5 22C4.45 22 3.97917 21.8042 3.5875 21.4125C3.19583 21.0208 3 20.55 3 20V6C3 5.45 3.19583 4.97917 3.5875 4.5875C3.97917 4.19583 4.45 4 5 4H6V3C6 2.71667 6.09583 2.47917 6.2875 2.2875C6.47917 2.09583 6.71667 2 7 2C7.28333 2 7.52083 2.09583 7.7125 2.2875C7.90417 2.47917 8 2.71667 8 3V4H16V3C16 2.71667 16.0958 2.47917 16.2875 2.2875C16.4792 2.09583 16.7167 2 17 2C17.2833 2 17.5208 2.09583 17.7125 2.2875C17.9042 2.47917 18 2.71667 18 3V4H19C19.55 4 20.0208 4.19583 20.4125 4.5875C20.8042 4.97917 21 5.45 21 6V20C21 20.55 20.8042 21.0208 20.4125 21.4125C20.0208 21.8042 19.55 22 19 22H5ZM5 20H19V10H5V20ZM5 8H19V6H5V8ZM12 14C11.7167 14 11.4792 13.9042 11.2875 13.7125C11.0958 13.5208 11 13.2833 11 13C11 12.7167 11.0958 12.4792 11.2875 12.2875C11.4792 12.0958 11.7167 12 12 12C12.2833 12 12.5208 12.0958 12.7125 12.2875C12.9042 12.4792 13 12.7167 13 13C13 13.2833 12.9042 13.5208 12.7125 13.7125C12.5208 13.9042 12.2833 14 12 14ZM8 14C7.71667 14 7.47917 13.9042 7.2875 13.7125C7.09583 13.5208 7 13.2833 7 13C7 12.7167 7.09583 12.4792 7.2875 12.2875C7.47917 12.0958 7.71667 12 8 12C8.28333 12 8.52083 12.0958 8.7125 12.2875C8.90417 12.4792 9 12.7167 9 13C9 13.2833 8.90417 13.5208 8.7125 13.7125C8.52083 13.9042 8.28333 14 8 14ZM16 14C15.7167 14 15.4792 13.9042 15.2875 13.7125C15.0958 13.5208 15 13.2833 15 13C15 12.7167 15.0958 12.4792 15.2875 12.2875C15.4792 12.0958 15.7167 12 16 12C16.2833 12 16.5208 12.0958 16.7125 12.2875C16.9042 12.4792 17 12.7167 17 13C17 13.2833 16.9042 13.5208 16.7125 13.7125C16.5208 13.9042 16.2833 14 16 14ZM12 18C11.7167 18 11.4792 17.9042 11.2875 17.7125C11.0958 17.5208 11 17.2833 11 17C11 16.7167 11.0958 16.4792 11.2875 16.2875C11.4792 16.0958 11.7167 16 12 16C12.2833 16 12.5208 16.0958 12.7125 16.2875C12.9042 16.4792 13 16.7167 13 17C13 17.2833 12.9042 17.5208 12.7125 17.7125C12.5208 17.9042 12.2833 18 12 18ZM8 18C7.71667 18 7.47917 17.9042 7.2875 17.7125C7.09583 17.5208 7 17.2833 7 17C7 16.7167 7.09583 16.4792 7.2875 16.2875C7.47917 16.0958 7.71667 16 8 16C8.28333 16 8.52083 16.0958 8.7125 16.2875C8.90417 16.4792 9 16.7167 9 17C9 17.2833 8.90417 17.5208 8.7125 17.7125C8.52083 17.9042 8.28333 18 8 18ZM16 18C15.7167 18 15.4792 17.9042 15.2875 17.7125C15.0958 17.5208 15 17.2833 15 17C15 16.7167 15.0958 16.4792 15.2875 16.2875C15.4792 16.0958 15.7167 16 16 16C16.2833 16 16.5208 16.0958 16.7125 16.2875C16.9042 16.4792 17 16.7167 17 17C17 17.2833 16.9042 17.5208 16.7125 17.7125C16.5208 17.9042 16.2833 18 16 18Z" fill="var(--nys-icon-color, currentcolor)"/>
674
+ </g>
675
+ </svg>`,
676
+ cancel: `<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none">
677
+ <mask id="mask0_12372_659" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24">
678
+ <rect width="24" height="24" fill="#D9D9D9"/>
679
+ </mask>
680
+ <g mask="url(#mask0_12372_659)">
681
+ <path d="M12 13.4L14.9 16.3C15.0833 16.4833 15.3167 16.575 15.6 16.575C15.8833 16.575 16.1167 16.4833 16.3 16.3C16.4833 16.1167 16.575 15.8833 16.575 15.6C16.575 15.3167 16.4833 15.0833 16.3 14.9L13.4 12L16.3 9.1C16.4833 8.91667 16.575 8.68333 16.575 8.4C16.575 8.11667 16.4833 7.88333 16.3 7.7C16.1167 7.51667 15.8833 7.425 15.6 7.425C15.3167 7.425 15.0833 7.51667 14.9 7.7L12 10.6L9.1 7.7C8.91667 7.51667 8.68333 7.425 8.4 7.425C8.11667 7.425 7.88333 7.51667 7.7 7.7C7.51667 7.88333 7.425 8.11667 7.425 8.4C7.425 8.68333 7.51667 8.91667 7.7 9.1L10.6 12L7.7 14.9C7.51667 15.0833 7.425 15.3167 7.425 15.6C7.425 15.8833 7.51667 16.1167 7.7 16.3C7.88333 16.4833 8.11667 16.575 8.4 16.575C8.68333 16.575 8.91667 16.4833 9.1 16.3L12 13.4ZM12 22C10.6167 22 9.31667 21.7375 8.1 21.2125C6.88333 20.6875 5.825 19.975 4.925 19.075C4.025 18.175 3.3125 17.1167 2.7875 15.9C2.2625 14.6833 2 13.3833 2 12C2 10.6167 2.2625 9.31667 2.7875 8.1C3.3125 6.88333 4.025 5.825 4.925 4.925C5.825 4.025 6.88333 3.3125 8.1 2.7875C9.31667 2.2625 10.6167 2 12 2C13.3833 2 14.6833 2.2625 15.9 2.7875C17.1167 3.3125 18.175 4.025 19.075 4.925C19.975 5.825 20.6875 6.88333 21.2125 8.1C21.7375 9.31667 22 10.6167 22 12C22 13.3833 21.7375 14.6833 21.2125 15.9C20.6875 17.1167 19.975 18.175 19.075 19.075C18.175 19.975 17.1167 20.6875 15.9 21.2125C14.6833 21.7375 13.3833 22 12 22ZM12 20C14.2333 20 16.125 19.225 17.675 17.675C19.225 16.125 20 14.2333 20 12C20 9.76667 19.225 7.875 17.675 6.325C16.125 4.775 14.2333 4 12 4C9.76667 4 7.875 4.775 6.325 6.325C4.775 7.875 4 9.76667 4 12C4 14.2333 4.775 16.125 6.325 17.675C7.875 19.225 9.76667 20 12 20Z" fill="var(--nys-icon-color, currentcolor)"/>
682
+ </g>
683
+ </svg>`,
684
+ check: `<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none">
685
+ <mask id="mask0_12372_648" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24">
686
+ <rect width="24" height="24" fill="#D9D9D9"/>
687
+ </mask>
688
+ <g mask="url(#mask0_12372_648)">
689
+ <path d="M9.54996 15.15L18.025 6.675C18.225 6.475 18.4583 6.375 18.725 6.375C18.9916 6.375 19.225 6.475 19.425 6.675C19.625 6.875 19.725 7.1125 19.725 7.3875C19.725 7.6625 19.625 7.9 19.425 8.1L10.25 17.3C10.05 17.5 9.81663 17.6 9.54996 17.6C9.2833 17.6 9.04996 17.5 8.84996 17.3L4.54996 13C4.34996 12.8 4.25413 12.5625 4.26246 12.2875C4.2708 12.0125 4.37496 11.775 4.57496 11.575C4.77496 11.375 5.01246 11.275 5.28746 11.275C5.56246 11.275 5.79996 11.375 5.99996 11.575L9.54996 15.15Z" fill="var(--nys-icon-color, currentcolor)"/>
690
+ </g>
691
+ </svg>`,
692
+ close: `<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none">
693
+ <mask id="mask0_12383_539" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24">
694
+ <rect width="24" height="24" fill="#D9D9D9"/>
695
+ </mask>
696
+ <g mask="url(#mask0_12383_539)">
697
+ <path d="M12 13.4L7.10005 18.3C6.91672 18.4833 6.68338 18.575 6.40005 18.575C6.11672 18.575 5.88338 18.4833 5.70005 18.3C5.51672 18.1167 5.42505 17.8833 5.42505 17.6C5.42505 17.3167 5.51672 17.0833 5.70005 16.9L10.6 12L5.70005 7.09999C5.51672 6.91665 5.42505 6.68332 5.42505 6.39999C5.42505 6.11665 5.51672 5.88332 5.70005 5.69999C5.88338 5.51665 6.11672 5.42499 6.40005 5.42499C6.68338 5.42499 6.91672 5.51665 7.10005 5.69999L12 10.6L16.9 5.69999C17.0834 5.51665 17.3167 5.42499 17.6 5.42499C17.8834 5.42499 18.1167 5.51665 18.3 5.69999C18.4834 5.88332 18.575 6.11665 18.575 6.39999C18.575 6.68332 18.4834 6.91665 18.3 7.09999L13.4 12L18.3 16.9C18.4834 17.0833 18.575 17.3167 18.575 17.6C18.575 17.8833 18.4834 18.1167 18.3 18.3C18.1167 18.4833 17.8834 18.575 17.6 18.575C17.3167 18.575 17.0834 18.4833 16.9 18.3L12 13.4Z" fill="var(--nys-icon-color, currentcolor)"/>
698
+ </g>
699
+ </svg>`,
700
+ download: `<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none">
701
+ <mask id="mask0_12372_255" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24">
702
+ <rect width="24" height="24" fill="#D9D9D9"/>
703
+ </mask>
704
+ <g mask="url(#mask0_12372_255)">
705
+ <path d="M12 15.575C11.8667 15.575 11.7417 15.5542 11.625 15.5125C11.5083 15.4708 11.4 15.4 11.3 15.3L7.7 11.7C7.5 11.5 7.40417 11.2667 7.4125 11C7.42083 10.7333 7.51667 10.5 7.7 10.3C7.9 10.1 8.1375 9.99583 8.4125 9.9875C8.6875 9.97917 8.925 10.075 9.125 10.275L11 12.15V5C11 4.71667 11.0958 4.47917 11.2875 4.2875C11.4792 4.09583 11.7167 4 12 4C12.2833 4 12.5208 4.09583 12.7125 4.2875C12.9042 4.47917 13 4.71667 13 5V12.15L14.875 10.275C15.075 10.075 15.3125 9.97917 15.5875 9.9875C15.8625 9.99583 16.1 10.1 16.3 10.3C16.4833 10.5 16.5792 10.7333 16.5875 11C16.5958 11.2667 16.5 11.5 16.3 11.7L12.7 15.3C12.6 15.4 12.4917 15.4708 12.375 15.5125C12.2583 15.5542 12.1333 15.575 12 15.575ZM6 20C5.45 20 4.97917 19.8042 4.5875 19.4125C4.19583 19.0208 4 18.55 4 18V16C4 15.7167 4.09583 15.4792 4.2875 15.2875C4.47917 15.0958 4.71667 15 5 15C5.28333 15 5.52083 15.0958 5.7125 15.2875C5.90417 15.4792 6 15.7167 6 16V18H18V16C18 15.7167 18.0958 15.4792 18.2875 15.2875C18.4792 15.0958 18.7167 15 19 15C19.2833 15 19.5208 15.0958 19.7125 15.2875C19.9042 15.4792 20 15.7167 20 16V18C20 18.55 19.8042 19.0208 19.4125 19.4125C19.0208 19.8042 18.55 20 18 20H6Z" fill="var(--nys-icon-color, currentcolor)"/>
706
+ </g>
707
+ </svg>`,
708
+ download_done: `<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none">
709
+ <mask id="mask0_12372_634" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24">
710
+ <rect width="24" height="24" fill="#D9D9D9"/>
711
+ </mask>
712
+ <g mask="url(#mask0_12372_634)">
713
+ <path d="M9.54999 13.15L18 4.70002C18.2 4.50002 18.4375 4.40002 18.7125 4.40002C18.9875 4.40002 19.225 4.50002 19.425 4.70002C19.625 4.90002 19.725 5.13752 19.725 5.41252C19.725 5.68752 19.625 5.92502 19.425 6.12502L10.25 15.3C10.05 15.5 9.81665 15.6 9.54999 15.6C9.28332 15.6 9.04999 15.5 8.84999 15.3L4.57499 11.025C4.37499 10.825 4.27915 10.5875 4.28749 10.3125C4.29582 10.0375 4.39999 9.80002 4.59999 9.60002C4.79999 9.40002 5.03749 9.30002 5.31249 9.30002C5.58749 9.30002 5.82499 9.40002 6.02499 9.60002L9.54999 13.15ZM5.99999 20C5.71665 20 5.47915 19.9042 5.28749 19.7125C5.09582 19.5209 4.99999 19.2834 4.99999 19C4.99999 18.7167 5.09582 18.4792 5.28749 18.2875C5.47915 18.0959 5.71665 18 5.99999 18H18C18.2833 18 18.5208 18.0959 18.7125 18.2875C18.9042 18.4792 19 18.7167 19 19C19 19.2834 18.9042 19.5209 18.7125 19.7125C18.5208 19.9042 18.2833 20 18 20H12H5.99999Z" fill="var(--nys-icon-color, currentcolor)"/>
714
+ </g>
715
+ </svg>`,
716
+ drive_folder_upload: `<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none">
717
+ <mask id="mask0_12372_546" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24">
718
+ <rect width="24" height="24" fill="#D9D9D9"/>
719
+ </mask>
720
+ <g mask="url(#mask0_12372_546)">
721
+ <path d="M4 20C3.45 20 2.97917 19.8042 2.5875 19.4125C2.19583 19.0208 2 18.55 2 18V6C2 5.45 2.19583 4.97917 2.5875 4.5875C2.97917 4.19583 3.45 4 4 4H9.175C9.44167 4 9.69583 4.05 9.9375 4.15C10.1792 4.25 10.3917 4.39167 10.575 4.575L12 6H20C20.55 6 21.0208 6.19583 21.4125 6.5875C21.8042 6.97917 22 7.45 22 8V18C22 18.55 21.8042 19.0208 21.4125 19.4125C21.0208 19.8042 20.55 20 20 20H4ZM4 18H20V8H11.175L9.175 6H4V18ZM12 17C12.2833 17 12.5208 16.9042 12.7125 16.7125C12.9042 16.5208 13 16.2833 13 16V12.8L13.9 13.7C14.0833 13.8833 14.3167 13.975 14.6 13.975C14.8833 13.975 15.1167 13.8833 15.3 13.7C15.4833 13.5167 15.575 13.2833 15.575 13C15.575 12.7167 15.4833 12.4833 15.3 12.3L12.7 9.7C12.5 9.5 12.2667 9.4 12 9.4C11.7333 9.4 11.5 9.5 11.3 9.7L8.7 12.3C8.51667 12.4833 8.425 12.7167 8.425 13C8.425 13.2833 8.51667 13.5167 8.7 13.7C8.88333 13.8833 9.11667 13.975 9.4 13.975C9.68333 13.975 9.91667 13.8833 10.1 13.7L11 12.8V16C11 16.2833 11.0958 16.5208 11.2875 16.7125C11.4792 16.9042 11.7167 17 12 17Z" fill="var(--nys-icon-color, currentcolor)"/>
722
+ </g>
723
+ </svg>`,
724
+ edit_square: `<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none">
725
+ <mask id="mask0_12372_616" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24">
726
+ <rect width="24" height="24" fill="#D9D9D9"/>
727
+ </mask>
728
+ <g mask="url(#mask0_12372_616)">
729
+ <path d="M5 21C4.45 21 3.97917 20.8041 3.5875 20.4125C3.19583 20.0208 3 19.55 3 19V4.99998C3 4.44998 3.19583 3.97914 3.5875 3.58748C3.97917 3.19581 4.45 2.99998 5 2.99998H11.525C11.8583 2.99998 12.1083 3.10414 12.275 3.31248C12.4417 3.52081 12.525 3.74998 12.525 3.99998C12.525 4.24998 12.4375 4.47914 12.2625 4.68748C12.0875 4.89581 11.8333 4.99998 11.5 4.99998H5V19H19V12.475C19 12.1416 19.1042 11.8916 19.3125 11.725C19.5208 11.5583 19.75 11.475 20 11.475C20.25 11.475 20.4792 11.5583 20.6875 11.725C20.8958 11.8916 21 12.1416 21 12.475V19C21 19.55 20.8042 20.0208 20.4125 20.4125C20.0208 20.8041 19.55 21 19 21H5ZM9 14V11.575C9 11.3083 9.05 11.0541 9.15 10.8125C9.25 10.5708 9.39167 10.3583 9.575 10.175L18.175 1.57498C18.375 1.37498 18.6 1.22498 18.85 1.12498C19.1 1.02498 19.35 0.974976 19.6 0.974976C19.8667 0.974976 20.1208 1.02498 20.3625 1.12498C20.6042 1.22498 20.825 1.37498 21.025 1.57498L22.425 2.99998C22.6083 3.19998 22.75 3.42081 22.85 3.66248C22.95 3.90414 23 4.14998 23 4.39998C23 4.64998 22.9542 4.89581 22.8625 5.13748C22.7708 5.37914 22.625 5.59998 22.425 5.79998L13.825 14.4C13.6417 14.5833 13.4292 14.7291 13.1875 14.8375C12.9458 14.9458 12.6917 15 12.425 15H10C9.71667 15 9.47917 14.9041 9.2875 14.7125C9.09583 14.5208 9 14.2833 9 14ZM11 13H12.4L18.2 7.19998L17.5 6.49998L16.775 5.79998L11 11.575V13Z" fill="var(--nys-icon-color, currentcolor)"/>
730
+ </g>
731
+ </svg>`,
732
+ help: `<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none">
733
+ <mask id="mask0_12372_153" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24">
734
+ <rect width="24" height="24" fill="#D9D9D9"/>
735
+ </mask>
736
+ <g mask="url(#mask0_12372_153)">
737
+ <path d="M11.95 18C12.3 18 12.5958 17.8792 12.8375 17.6375C13.0792 17.3958 13.2 17.1 13.2 16.75C13.2 16.4 13.0792 16.1042 12.8375 15.8625C12.5958 15.6208 12.3 15.5 11.95 15.5C11.6 15.5 11.3042 15.6208 11.0625 15.8625C10.8208 16.1042 10.7 16.4 10.7 16.75C10.7 17.1 10.8208 17.3958 11.0625 17.6375C11.3042 17.8792 11.6 18 11.95 18ZM12 22C10.6167 22 9.31667 21.7375 8.1 21.2125C6.88333 20.6875 5.825 19.975 4.925 19.075C4.025 18.175 3.3125 17.1167 2.7875 15.9C2.2625 14.6833 2 13.3833 2 12C2 10.6167 2.2625 9.31667 2.7875 8.1C3.3125 6.88333 4.025 5.825 4.925 4.925C5.825 4.025 6.88333 3.3125 8.1 2.7875C9.31667 2.2625 10.6167 2 12 2C13.3833 2 14.6833 2.2625 15.9 2.7875C17.1167 3.3125 18.175 4.025 19.075 4.925C19.975 5.825 20.6875 6.88333 21.2125 8.1C21.7375 9.31667 22 10.6167 22 12C22 13.3833 21.7375 14.6833 21.2125 15.9C20.6875 17.1167 19.975 18.175 19.075 19.075C18.175 19.975 17.1167 20.6875 15.9 21.2125C14.6833 21.7375 13.3833 22 12 22ZM12 20C14.2333 20 16.125 19.225 17.675 17.675C19.225 16.125 20 14.2333 20 12C20 9.76667 19.225 7.875 17.675 6.325C16.125 4.775 14.2333 4 12 4C9.76667 4 7.875 4.775 6.325 6.325C4.775 7.875 4 9.76667 4 12C4 14.2333 4.775 16.125 6.325 17.675C7.875 19.225 9.76667 20 12 20ZM12.1 7.7C12.5167 7.7 12.8792 7.83333 13.1875 8.1C13.4958 8.36667 13.65 8.7 13.65 9.1C13.65 9.46667 13.5375 9.79167 13.3125 10.075C13.0875 10.3583 12.8333 10.625 12.55 10.875C12.1667 11.2083 11.8292 11.575 11.5375 11.975C11.2458 12.375 11.1 12.825 11.1 13.325C11.1 13.5583 11.1875 13.7542 11.3625 13.9125C11.5375 14.0708 11.7417 14.15 11.975 14.15C12.225 14.15 12.4375 14.0667 12.6125 13.9C12.7875 13.7333 12.9 13.525 12.95 13.275C13.0167 12.925 13.1667 12.6125 13.4 12.3375C13.6333 12.0625 13.8833 11.8 14.15 11.55C14.5333 11.1833 14.8625 10.7833 15.1375 10.35C15.4125 9.91667 15.55 9.43333 15.55 8.9C15.55 8.05 15.2042 7.35417 14.5125 6.8125C13.8208 6.27083 13.0167 6 12.1 6C11.4667 6 10.8625 6.13333 10.2875 6.4C9.7125 6.66667 9.275 7.075 8.975 7.625C8.85833 7.825 8.82083 8.0375 8.8625 8.2625C8.90417 8.4875 9.01667 8.65833 9.2 8.775C9.43333 8.90833 9.675 8.95 9.925 8.9C10.175 8.85 10.3833 8.70833 10.55 8.475C10.7333 8.225 10.9625 8.03333 11.2375 7.9C11.5125 7.76667 11.8 7.7 12.1 7.7Z" fill="var(--nys-icon-color, currentcolor)"/>
738
+ </g>
739
+ </svg>`,
740
+ language: `<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none">
741
+ <mask id="mask0_12372_211" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24">
742
+ <rect width="24" height="24" fill="#D9D9D9"/>
743
+ </mask>
744
+ <g mask="url(#mask0_12372_211)">
745
+ <path d="M12 22C10.6333 22 9.34167 21.7375 8.125 21.2125C6.90833 20.6875 5.84583 19.9708 4.9375 19.0625C4.02917 18.1542 3.3125 17.0917 2.7875 15.875C2.2625 14.6583 2 13.3667 2 12C2 10.6167 2.2625 9.32083 2.7875 8.1125C3.3125 6.90417 4.02917 5.84583 4.9375 4.9375C5.84583 4.02917 6.90833 3.3125 8.125 2.7875C9.34167 2.2625 10.6333 2 12 2C13.3833 2 14.6792 2.2625 15.8875 2.7875C17.0958 3.3125 18.1542 4.02917 19.0625 4.9375C19.9708 5.84583 20.6875 6.90417 21.2125 8.1125C21.7375 9.32083 22 10.6167 22 12C22 13.3667 21.7375 14.6583 21.2125 15.875C20.6875 17.0917 19.9708 18.1542 19.0625 19.0625C18.1542 19.9708 17.0958 20.6875 15.8875 21.2125C14.6792 21.7375 13.3833 22 12 22ZM12 19.95C12.4333 19.35 12.8083 18.725 13.125 18.075C13.4417 17.425 13.7 16.7333 13.9 16H10.1C10.3 16.7333 10.5583 17.425 10.875 18.075C11.1917 18.725 11.5667 19.35 12 19.95ZM9.4 19.55C9.1 19 8.8375 18.4292 8.6125 17.8375C8.3875 17.2458 8.2 16.6333 8.05 16H5.1C5.58333 16.8333 6.1875 17.5583 6.9125 18.175C7.6375 18.7917 8.46667 19.25 9.4 19.55ZM14.6 19.55C15.5333 19.25 16.3625 18.7917 17.0875 18.175C17.8125 17.5583 18.4167 16.8333 18.9 16H15.95C15.8 16.6333 15.6125 17.2458 15.3875 17.8375C15.1625 18.4292 14.9 19 14.6 19.55ZM4.25 14H7.65C7.6 13.6667 7.5625 13.3375 7.5375 13.0125C7.5125 12.6875 7.5 12.35 7.5 12C7.5 11.65 7.5125 11.3125 7.5375 10.9875C7.5625 10.6625 7.6 10.3333 7.65 10H4.25C4.16667 10.3333 4.10417 10.6625 4.0625 10.9875C4.02083 11.3125 4 11.65 4 12C4 12.35 4.02083 12.6875 4.0625 13.0125C4.10417 13.3375 4.16667 13.6667 4.25 14ZM9.65 14H14.35C14.4 13.6667 14.4375 13.3375 14.4625 13.0125C14.4875 12.6875 14.5 12.35 14.5 12C14.5 11.65 14.4875 11.3125 14.4625 10.9875C14.4375 10.6625 14.4 10.3333 14.35 10H9.65C9.6 10.3333 9.5625 10.6625 9.5375 10.9875C9.5125 11.3125 9.5 11.65 9.5 12C9.5 12.35 9.5125 12.6875 9.5375 13.0125C9.5625 13.3375 9.6 13.6667 9.65 14ZM16.35 14H19.75C19.8333 13.6667 19.8958 13.3375 19.9375 13.0125C19.9792 12.6875 20 12.35 20 12C20 11.65 19.9792 11.3125 19.9375 10.9875C19.8958 10.6625 19.8333 10.3333 19.75 10H16.35C16.4 10.3333 16.4375 10.6625 16.4625 10.9875C16.4875 11.3125 16.5 11.65 16.5 12C16.5 12.35 16.4875 12.6875 16.4625 13.0125C16.4375 13.3375 16.4 13.6667 16.35 14ZM15.95 8H18.9C18.4167 7.16667 17.8125 6.44167 17.0875 5.825C16.3625 5.20833 15.5333 4.75 14.6 4.45C14.9 5 15.1625 5.57083 15.3875 6.1625C15.6125 6.75417 15.8 7.36667 15.95 8ZM10.1 8H13.9C13.7 7.26667 13.4417 6.575 13.125 5.925C12.8083 5.275 12.4333 4.65 12 4.05C11.5667 4.65 11.1917 5.275 10.875 5.925C10.5583 6.575 10.3 7.26667 10.1 8ZM5.1 8H8.05C8.2 7.36667 8.3875 6.75417 8.6125 6.1625C8.8375 5.57083 9.1 5 9.4 4.45C8.46667 4.75 7.6375 5.20833 6.9125 5.825C6.1875 6.44167 5.58333 7.16667 5.1 8Z" fill="var(--nys-icon-color, currentcolor)"/>
746
+ </g>
747
+ </svg>`,
748
+ menu: `<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none">
749
+ <mask id="mask0_12372_150" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24">
750
+ <rect width="24" height="24" fill="#D9D9D9"/>
751
+ </mask>
752
+ <g mask="url(#mask0_12372_150)">
753
+ <path d="M4 18C3.71667 18 3.47917 17.9042 3.2875 17.7125C3.09583 17.5208 3 17.2833 3 17C3 16.7167 3.09583 16.4792 3.2875 16.2875C3.47917 16.0958 3.71667 16 4 16H20C20.2833 16 20.5208 16.0958 20.7125 16.2875C20.9042 16.4792 21 16.7167 21 17C21 17.2833 20.9042 17.5208 20.7125 17.7125C20.5208 17.9042 20.2833 18 20 18H4ZM4 13C3.71667 13 3.47917 12.9042 3.2875 12.7125C3.09583 12.5208 3 12.2833 3 12C3 11.7167 3.09583 11.4792 3.2875 11.2875C3.47917 11.0958 3.71667 11 4 11H20C20.2833 11 20.5208 11.0958 20.7125 11.2875C20.9042 11.4792 21 11.7167 21 12C21 12.2833 20.9042 12.5208 20.7125 12.7125C20.5208 12.9042 20.2833 13 20 13H4ZM4 8C3.71667 8 3.47917 7.90417 3.2875 7.7125C3.09583 7.52083 3 7.28333 3 7C3 6.71667 3.09583 6.47917 3.2875 6.2875C3.47917 6.09583 3.71667 6 4 6H20C20.2833 6 20.5208 6.09583 20.7125 6.2875C20.9042 6.47917 21 6.71667 21 7C21 7.28333 20.9042 7.52083 20.7125 7.7125C20.5208 7.90417 20.2833 8 20 8H4Z" fill="var(--nys-icon-color, currentcolor)"/>
754
+ </g>
755
+ </svg>`,
756
+ more_vert: `<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none">
757
+ <mask id="mask0_12372_728" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24">
758
+ <rect width="24" height="24" fill="#D9D9D9"/>
759
+ </mask>
760
+ <g mask="url(#mask0_12372_728)">
761
+ <path d="M12 20C11.45 20 10.9792 19.8042 10.5875 19.4125C10.1958 19.0208 10 18.55 10 18C10 17.45 10.1958 16.9792 10.5875 16.5875C10.9792 16.1958 11.45 16 12 16C12.55 16 13.0208 16.1958 13.4125 16.5875C13.8042 16.9792 14 17.45 14 18C14 18.55 13.8042 19.0208 13.4125 19.4125C13.0208 19.8042 12.55 20 12 20ZM12 14C11.45 14 10.9792 13.8042 10.5875 13.4125C10.1958 13.0208 10 12.55 10 12C10 11.45 10.1958 10.9792 10.5875 10.5875C10.9792 10.1958 11.45 10 12 10C12.55 10 13.0208 10.1958 13.4125 10.5875C13.8042 10.9792 14 11.45 14 12C14 12.55 13.8042 13.0208 13.4125 13.4125C13.0208 13.8042 12.55 14 12 14ZM12 8C11.45 8 10.9792 7.80417 10.5875 7.4125C10.1958 7.02083 10 6.55 10 6C10 5.45 10.1958 4.97917 10.5875 4.5875C10.9792 4.19583 11.45 4 12 4C12.55 4 13.0208 4.19583 13.4125 4.5875C13.8042 4.97917 14 5.45 14 6C14 6.55 13.8042 7.02083 13.4125 7.4125C13.0208 7.80417 12.55 8 12 8Z" fill="var(--nys-icon-color, currentcolor)"/>
762
+ </g>
763
+ </svg>`,
764
+ open_in_new: `<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none">
765
+ <mask id="mask0_12372_351" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24">
766
+ <rect width="24" height="24" fill="#D9D9D9"/>
767
+ </mask>
768
+ <g mask="url(#mask0_12372_351)">
769
+ <path d="M5 21C4.45 21 3.97917 20.8042 3.5875 20.4125C3.19583 20.0208 3 19.55 3 19V5C3 4.45 3.19583 3.97917 3.5875 3.5875C3.97917 3.19583 4.45 3 5 3H11C11.2833 3 11.5208 3.09583 11.7125 3.2875C11.9042 3.47917 12 3.71667 12 4C12 4.28333 11.9042 4.52083 11.7125 4.7125C11.5208 4.90417 11.2833 5 11 5H5V19H19V13C19 12.7167 19.0958 12.4792 19.2875 12.2875C19.4792 12.0958 19.7167 12 20 12C20.2833 12 20.5208 12.0958 20.7125 12.2875C20.9042 12.4792 21 12.7167 21 13V19C21 19.55 20.8042 20.0208 20.4125 20.4125C20.0208 20.8042 19.55 21 19 21H5ZM19 6.4L10.4 15C10.2167 15.1833 9.98333 15.275 9.7 15.275C9.41667 15.275 9.18333 15.1833 9 15C8.81667 14.8167 8.725 14.5833 8.725 14.3C8.725 14.0167 8.81667 13.7833 9 13.6L17.6 5H15C14.7167 5 14.4792 4.90417 14.2875 4.7125C14.0958 4.52083 14 4.28333 14 4C14 3.71667 14.0958 3.47917 14.2875 3.2875C14.4792 3.09583 14.7167 3 15 3H20C20.2833 3 20.5208 3.09583 20.7125 3.2875C20.9042 3.47917 21 3.71667 21 4V9C21 9.28333 20.9042 9.52083 20.7125 9.7125C20.5208 9.90417 20.2833 10 20 10C19.7167 10 19.4792 9.90417 19.2875 9.7125C19.0958 9.52083 19 9.28333 19 9V6.4Z" fill="var(--nys-icon-color, currentcolor)"/>
770
+ </g>
771
+ </svg>`,
772
+ publish: `<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none">
773
+ <mask id="mask0_12372_447" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24">
774
+ <rect width="24" height="24" fill="#D9D9D9"/>
775
+ </mask>
776
+ <g mask="url(#mask0_12372_447)">
777
+ <path d="M11 11.85L9.125 13.725C8.925 13.925 8.6875 14.0208 8.4125 14.0125C8.1375 14.0042 7.9 13.9 7.7 13.7C7.51667 13.5 7.42083 13.2667 7.4125 13C7.40417 12.7333 7.5 12.5 7.7 12.3L11.3 8.7C11.4 8.6 11.5083 8.52917 11.625 8.4875C11.7417 8.44583 11.8667 8.425 12 8.425C12.1333 8.425 12.2583 8.44583 12.375 8.4875C12.4917 8.52917 12.6 8.6 12.7 8.7L16.3 12.3C16.5 12.5 16.5958 12.7333 16.5875 13C16.5792 13.2667 16.4833 13.5 16.3 13.7C16.1 13.9 15.8625 14.0042 15.5875 14.0125C15.3125 14.0208 15.075 13.925 14.875 13.725L13 11.85V19C13 19.2833 12.9042 19.5208 12.7125 19.7125C12.5208 19.9042 12.2833 20 12 20C11.7167 20 11.4792 19.9042 11.2875 19.7125C11.0958 19.5208 11 19.2833 11 19V11.85ZM4 8V6C4 5.45 4.19583 4.97917 4.5875 4.5875C4.97917 4.19583 5.45 4 6 4H18C18.55 4 19.0208 4.19583 19.4125 4.5875C19.8042 4.97917 20 5.45 20 6V8C20 8.28333 19.9042 8.52083 19.7125 8.7125C19.5208 8.90417 19.2833 9 19 9C18.7167 9 18.4792 8.90417 18.2875 8.7125C18.0958 8.52083 18 8.28333 18 8V6H6V8C6 8.28333 5.90417 8.52083 5.7125 8.7125C5.52083 8.90417 5.28333 9 5 9C4.71667 9 4.47917 8.90417 4.2875 8.7125C4.09583 8.52083 4 8.28333 4 8Z" fill="var(--nys-icon-color, currentcolor)"/>
778
+ </g>
779
+ </svg>`,
780
+ search: `<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none">
781
+ <mask id="mask0_12372_692" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24">
782
+ <rect width="24" height="24" fill="#D9D9D9"/>
783
+ </mask>
784
+ <g mask="url(#mask0_12372_692)">
785
+ <path d="M9.5 16C7.68333 16 6.14583 15.3708 4.8875 14.1125C3.62917 12.8542 3 11.3167 3 9.5C3 7.68333 3.62917 6.14583 4.8875 4.8875C6.14583 3.62917 7.68333 3 9.5 3C11.3167 3 12.8542 3.62917 14.1125 4.8875C15.3708 6.14583 16 7.68333 16 9.5C16 10.2333 15.8833 10.925 15.65 11.575C15.4167 12.225 15.1 12.8 14.7 13.3L20.3 18.9C20.4833 19.0833 20.575 19.3167 20.575 19.6C20.575 19.8833 20.4833 20.1167 20.3 20.3C20.1167 20.4833 19.8833 20.575 19.6 20.575C19.3167 20.575 19.0833 20.4833 18.9 20.3L13.3 14.7C12.8 15.1 12.225 15.4167 11.575 15.65C10.925 15.8833 10.2333 16 9.5 16ZM9.5 14C10.75 14 11.8125 13.5625 12.6875 12.6875C13.5625 11.8125 14 10.75 14 9.5C14 8.25 13.5625 7.1875 12.6875 6.3125C11.8125 5.4375 10.75 5 9.5 5C8.25 5 7.1875 5.4375 6.3125 6.3125C5.4375 7.1875 5 8.25 5 9.5C5 10.75 5.4375 11.8125 6.3125 12.6875C7.1875 13.5625 8.25 14 9.5 14Z" fill="var(--nys-icon-color, currentcolor)"/>
786
+ </g>
787
+ </svg>`,
788
+ share: `<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none">
789
+ <mask id="mask0_12372_689" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24">
790
+ <rect width="24" height="24" fill="#D9D9D9"/>
791
+ </mask>
792
+ <g mask="url(#mask0_12372_689)">
793
+ <path d="M17 22C16.1667 22 15.4583 21.7083 14.875 21.125C14.2917 20.5417 14 19.8333 14 19C14 18.9 14.025 18.6667 14.075 18.3L7.05 14.2C6.78333 14.45 6.475 14.6458 6.125 14.7875C5.775 14.9292 5.4 15 5 15C4.16667 15 3.45833 14.7083 2.875 14.125C2.29167 13.5417 2 12.8333 2 12C2 11.1667 2.29167 10.4583 2.875 9.875C3.45833 9.29167 4.16667 9 5 9C5.4 9 5.775 9.07083 6.125 9.2125C6.475 9.35417 6.78333 9.55 7.05 9.8L14.075 5.7C14.0417 5.58333 14.0208 5.47083 14.0125 5.3625C14.0042 5.25417 14 5.13333 14 5C14 4.16667 14.2917 3.45833 14.875 2.875C15.4583 2.29167 16.1667 2 17 2C17.8333 2 18.5417 2.29167 19.125 2.875C19.7083 3.45833 20 4.16667 20 5C20 5.83333 19.7083 6.54167 19.125 7.125C18.5417 7.70833 17.8333 8 17 8C16.6 8 16.225 7.92917 15.875 7.7875C15.525 7.64583 15.2167 7.45 14.95 7.2L7.925 11.3C7.95833 11.4167 7.97917 11.5292 7.9875 11.6375C7.99583 11.7458 8 11.8667 8 12C8 12.1333 7.99583 12.2542 7.9875 12.3625C7.97917 12.4708 7.95833 12.5833 7.925 12.7L14.95 16.8C15.2167 16.55 15.525 16.3542 15.875 16.2125C16.225 16.0708 16.6 16 17 16C17.8333 16 18.5417 16.2917 19.125 16.875C19.7083 17.4583 20 18.1667 20 19C20 19.8333 19.7083 20.5417 19.125 21.125C18.5417 21.7083 17.8333 22 17 22ZM17 20C17.2833 20 17.5208 19.9042 17.7125 19.7125C17.9042 19.5208 18 19.2833 18 19C18 18.7167 17.9042 18.4792 17.7125 18.2875C17.5208 18.0958 17.2833 18 17 18C16.7167 18 16.4792 18.0958 16.2875 18.2875C16.0958 18.4792 16 18.7167 16 19C16 19.2833 16.0958 19.5208 16.2875 19.7125C16.4792 19.9042 16.7167 20 17 20ZM5 13C5.28333 13 5.52083 12.9042 5.7125 12.7125C5.90417 12.5208 6 12.2833 6 12C6 11.7167 5.90417 11.4792 5.7125 11.2875C5.52083 11.0958 5.28333 11 5 11C4.71667 11 4.47917 11.0958 4.2875 11.2875C4.09583 11.4792 4 11.7167 4 12C4 12.2833 4.09583 12.5208 4.2875 12.7125C4.47917 12.9042 4.71667 13 5 13ZM17 6C17.2833 6 17.5208 5.90417 17.7125 5.7125C17.9042 5.52083 18 5.28333 18 5C18 4.71667 17.9042 4.47917 17.7125 4.2875C17.5208 4.09583 17.2833 4 17 4C16.7167 4 16.4792 4.09583 16.2875 4.2875C16.0958 4.47917 16 4.71667 16 5C16 5.28333 16.0958 5.52083 16.2875 5.7125C16.4792 5.90417 16.7167 6 17 6Z" fill="var(--nys-icon-color, currentcolor)"/>
794
+ </g>
795
+ </svg>`,
796
+ sms: `<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none">
797
+ <mask id="mask0_12372_651" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24">
798
+ <rect width="24" height="24" fill="#D9D9D9"/>
799
+ </mask>
800
+ <g mask="url(#mask0_12372_651)">
801
+ <path d="M6 18L3.7 20.3C3.38333 20.6167 3.02083 20.6875 2.6125 20.5125C2.20417 20.3375 2 20.025 2 19.575V4C2 3.45 2.19583 2.97917 2.5875 2.5875C2.97917 2.19583 3.45 2 4 2H20C20.55 2 21.0208 2.19583 21.4125 2.5875C21.8042 2.97917 22 3.45 22 4V16C22 16.55 21.8042 17.0208 21.4125 17.4125C21.0208 17.8042 20.55 18 20 18H6ZM5.15 16H20V4H4V17.125L5.15 16ZM8 11C8.28333 11 8.52083 10.9042 8.7125 10.7125C8.90417 10.5208 9 10.2833 9 10C9 9.71667 8.90417 9.47917 8.7125 9.2875C8.52083 9.09583 8.28333 9 8 9C7.71667 9 7.47917 9.09583 7.2875 9.2875C7.09583 9.47917 7 9.71667 7 10C7 10.2833 7.09583 10.5208 7.2875 10.7125C7.47917 10.9042 7.71667 11 8 11ZM12 11C12.2833 11 12.5208 10.9042 12.7125 10.7125C12.9042 10.5208 13 10.2833 13 10C13 9.71667 12.9042 9.47917 12.7125 9.2875C12.5208 9.09583 12.2833 9 12 9C11.7167 9 11.4792 9.09583 11.2875 9.2875C11.0958 9.47917 11 9.71667 11 10C11 10.2833 11.0958 10.5208 11.2875 10.7125C11.4792 10.9042 11.7167 11 12 11ZM16 11C16.2833 11 16.5208 10.9042 16.7125 10.7125C16.9042 10.5208 17 10.2833 17 10C17 9.71667 16.9042 9.47917 16.7125 9.2875C16.5208 9.09583 16.2833 9 16 9C15.7167 9 15.4792 9.09583 15.2875 9.2875C15.0958 9.47917 15 9.71667 15 10C15 10.2833 15.0958 10.5208 15.2875 10.7125C15.4792 10.9042 15.7167 11 16 11Z" fill="var(--nys-icon-color, currentcolor)"/>
802
+ </g>
803
+ </svg>`,
804
+ thumb_down: `<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none">
805
+ <mask id="mask0_12372_558" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24">
806
+ <rect width="24" height="24" fill="#D9D9D9"/>
807
+ </mask>
808
+ <g mask="url(#mask0_12372_558)">
809
+ <path d="M3 16C2.46667 16 2 15.8 1.6 15.4C1.2 15 1 14.5333 1 14V12C1 11.8833 1.0125 11.7583 1.0375 11.625C1.0625 11.4917 1.1 11.3667 1.15 11.25L4.15 4.2C4.3 3.86667 4.55 3.58333 4.9 3.35C5.25 3.11667 5.61667 3 6 3H14C14.55 3 15.0208 3.19583 15.4125 3.5875C15.8042 3.97917 16 4.45 16 5V15.175C16 15.4417 15.9458 15.6958 15.8375 15.9375C15.7292 16.1792 15.5833 16.3917 15.4 16.575L9.975 21.975C9.725 22.2083 9.42917 22.35 9.0875 22.4C8.74583 22.45 8.41667 22.3917 8.1 22.225C7.78333 22.0583 7.55417 21.825 7.4125 21.525C7.27083 21.225 7.24167 20.9167 7.325 20.6L8.45 16H3ZM20 3C20.55 3 21.0208 3.19583 21.4125 3.5875C21.8042 3.97917 22 4.45 22 5V14C22 14.55 21.8042 15.0208 21.4125 15.4125C21.0208 15.8042 20.55 16 20 16C19.45 16 18.9792 15.8042 18.5875 15.4125C18.1958 15.0208 18 14.55 18 14V5C18 4.45 18.1958 3.97917 18.5875 3.5875C18.9792 3.19583 19.45 3 20 3Z" fill="var(--nys-icon-color, currentcolor)"/>
810
+ </g>
811
+ </svg>`,
812
+ thumb_up: `<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none">
813
+ <mask id="mask0_12372_583" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24">
814
+ <rect width="24" height="24" fill="#D9D9D9"/>
815
+ </mask>
816
+ <g mask="url(#mask0_12372_583)">
817
+ <path d="M21 8.00007C21.5333 8.00007 22 8.20007 22.4 8.60007C22.8 9.00007 23 9.46674 23 10.0001V12.0001C23 12.1167 22.9875 12.2417 22.9625 12.3751C22.9375 12.5084 22.9 12.6334 22.85 12.7501L19.85 19.8001C19.7 20.1334 19.45 20.4167 19.1 20.6501C18.75 20.8834 18.3833 21.0001 18 21.0001H10C9.45 21.0001 8.97917 20.8042 8.5875 20.4126C8.19583 20.0209 8 19.5501 8 19.0001V8.82507C8 8.5584 8.05417 8.30424 8.1625 8.06257C8.27083 7.82091 8.41667 7.6084 8.6 7.42507L14.025 2.02507C14.275 1.79174 14.5708 1.65007 14.9125 1.60007C15.2542 1.55007 15.5833 1.6084 15.9 1.77507C16.2167 1.94174 16.4458 2.17507 16.5875 2.47507C16.7292 2.77507 16.7583 3.0834 16.675 3.40007L15.55 8.00007H21ZM4 21.0001C3.45 21.0001 2.97917 20.8042 2.5875 20.4126C2.19583 20.0209 2 19.5501 2 19.0001V10.0001C2 9.45007 2.19583 8.97924 2.5875 8.58757C2.97917 8.1959 3.45 8.00007 4 8.00007C4.55 8.00007 5.02083 8.1959 5.4125 8.58757C5.80417 8.97924 6 9.45007 6 10.0001V19.0001C6 19.5501 5.80417 20.0209 5.4125 20.4126C5.02083 20.8042 4.55 21.0001 4 21.0001Z" fill="var(--nys-icon-color, currentcolor)"/>
818
+ </g>
819
+ </svg>`,
820
+ upload_file: `<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none">
821
+ <mask id="mask0_12372_596" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24">
822
+ <rect width="24" height="24" fill="#D9D9D9"/>
823
+ </mask>
824
+ <g mask="url(#mask0_12372_596)">
825
+ <path d="M11 14.825V18C11 18.2833 11.0958 18.5208 11.2875 18.7125C11.4792 18.9042 11.7167 19 12 19C12.2833 19 12.5208 18.9042 12.7125 18.7125C12.9042 18.5208 13 18.2833 13 18V14.825L13.9 15.725C14 15.825 14.1125 15.9 14.2375 15.95C14.3625 16 14.4875 16.0208 14.6125 16.0125C14.7375 16.0042 14.8583 15.975 14.975 15.925C15.0917 15.875 15.2 15.8 15.3 15.7C15.4833 15.5 15.5792 15.2667 15.5875 15C15.5958 14.7333 15.5 14.5 15.3 14.3L12.7 11.7C12.6 11.6 12.4917 11.5292 12.375 11.4875C12.2583 11.4458 12.1333 11.425 12 11.425C11.8667 11.425 11.7417 11.4458 11.625 11.4875C11.5083 11.5292 11.4 11.6 11.3 11.7L8.7 14.3C8.5 14.5 8.40417 14.7333 8.4125 15C8.42083 15.2667 8.525 15.5 8.725 15.7C8.925 15.8833 9.15833 15.9792 9.425 15.9875C9.69167 15.9958 9.925 15.9 10.125 15.7L11 14.825ZM6 22C5.45 22 4.97917 21.8042 4.5875 21.4125C4.19583 21.0208 4 20.55 4 20V4C4 3.45 4.19583 2.97917 4.5875 2.5875C4.97917 2.19583 5.45 2 6 2H13.175C13.4417 2 13.6958 2.05 13.9375 2.15C14.1792 2.25 14.3917 2.39167 14.575 2.575L19.425 7.425C19.6083 7.60833 19.75 7.82083 19.85 8.0625C19.95 8.30417 20 8.55833 20 8.825V20C20 20.55 19.8042 21.0208 19.4125 21.4125C19.0208 21.8042 18.55 22 18 22H6ZM13 8V4H6V20H18V9H14C13.7167 9 13.4792 8.90417 13.2875 8.7125C13.0958 8.52083 13 8.28333 13 8Z" fill="var(--nys-icon-color, currentcolor)"/>
826
+ </g>
827
+ </svg>`,
828
+ visibility: `<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none">
829
+ <mask id="mask0_12372_393" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24">
830
+ <rect width="24" height="24" fill="#D9D9D9"/>
831
+ </mask>
832
+ <g mask="url(#mask0_12372_393)">
833
+ <path d="M12 16C13.25 16 14.3125 15.5625 15.1875 14.6875C16.0625 13.8125 16.5 12.75 16.5 11.5C16.5 10.25 16.0625 9.1875 15.1875 8.3125C14.3125 7.4375 13.25 7 12 7C10.75 7 9.68752 7.4375 8.81252 8.3125C7.93752 9.1875 7.50002 10.25 7.50002 11.5C7.50002 12.75 7.93752 13.8125 8.81252 14.6875C9.68752 15.5625 10.75 16 12 16ZM12 14.2C11.25 14.2 10.6125 13.9375 10.0875 13.4125C9.56252 12.8875 9.30002 12.25 9.30002 11.5C9.30002 10.75 9.56252 10.1125 10.0875 9.5875C10.6125 9.0625 11.25 8.8 12 8.8C12.75 8.8 13.3875 9.0625 13.9125 9.5875C14.4375 10.1125 14.7 10.75 14.7 11.5C14.7 12.25 14.4375 12.8875 13.9125 13.4125C13.3875 13.9375 12.75 14.2 12 14.2ZM12 19C9.76669 19 7.72919 18.4 5.88752 17.2C4.04586 16 2.59169 14.4167 1.52502 12.45C1.44169 12.3 1.37919 12.1458 1.33752 11.9875C1.29586 11.8292 1.27502 11.6667 1.27502 11.5C1.27502 11.3333 1.29586 11.1708 1.33752 11.0125C1.37919 10.8542 1.44169 10.7 1.52502 10.55C2.59169 8.58333 4.04586 7 5.88752 5.8C7.72919 4.6 9.76669 4 12 4C14.2334 4 16.2709 4.6 18.1125 5.8C19.9542 7 21.4084 8.58333 22.475 10.55C22.5584 10.7 22.6209 10.8542 22.6625 11.0125C22.7042 11.1708 22.725 11.3333 22.725 11.5C22.725 11.6667 22.7042 11.8292 22.6625 11.9875C22.6209 12.1458 22.5584 12.3 22.475 12.45C21.4084 14.4167 19.9542 16 18.1125 17.2C16.2709 18.4 14.2334 19 12 19ZM12 17C13.8834 17 15.6125 16.5042 17.1875 15.5125C18.7625 14.5208 19.9667 13.1833 20.8 11.5C19.9667 9.81667 18.7625 8.47917 17.1875 7.4875C15.6125 6.49583 13.8834 6 12 6C10.1167 6 8.38752 6.49583 6.81252 7.4875C5.23752 8.47917 4.03336 9.81667 3.20002 11.5C4.03336 13.1833 5.23752 14.5208 6.81252 15.5125C8.38752 16.5042 10.1167 17 12 17Z" fill="var(--nys-icon-color, currentcolor)"/>
834
+ </g>
835
+ </svg>
836
+ `,
837
+ visibility_off: `<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none">
838
+ <mask id="mask0_12372_398" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24">
839
+ <rect width="24" height="24" fill="#D9D9D9"/>
840
+ </mask>
841
+ <g mask="url(#mask0_12372_398)">
842
+ <path d="M15.175 8.32498C15.6583 8.80831 16.0125 9.35831 16.2375 9.97498C16.4625 10.5916 16.5417 11.225 16.475 11.875C16.475 12.125 16.3833 12.3375 16.2 12.5125C16.0167 12.6875 15.8 12.775 15.55 12.775C15.3 12.775 15.0875 12.6875 14.9125 12.5125C14.7375 12.3375 14.65 12.125 14.65 11.875C14.7333 11.4416 14.7083 11.025 14.575 10.625C14.4417 10.225 14.2333 9.88331 13.95 9.59998C13.6667 9.31664 13.325 9.09998 12.925 8.94998C12.525 8.79998 12.1 8.76664 11.65 8.84998C11.4 8.84998 11.1875 8.75831 11.0125 8.57498C10.8375 8.39164 10.75 8.17498 10.75 7.92498C10.75 7.67498 10.8375 7.46248 11.0125 7.28748C11.1875 7.11248 11.4 7.02498 11.65 7.02498C12.2833 6.95831 12.9083 7.03748 13.525 7.26248C14.1417 7.48748 14.6917 7.84164 15.175 8.32498ZM12 5.99998C11.6833 5.99998 11.375 6.01248 11.075 6.03748C10.775 6.06248 10.475 6.10831 10.175 6.17498C9.89167 6.22498 9.6375 6.18331 9.4125 6.04998C9.1875 5.91664 9.03333 5.71664 8.95 5.44998C8.86667 5.18331 8.89583 4.92498 9.0375 4.67498C9.17917 4.42498 9.38333 4.27498 9.65 4.22498C10.0333 4.14164 10.4208 4.08331 10.8125 4.04998C11.2042 4.01664 11.6 3.99998 12 3.99998C14.2833 3.99998 16.3708 4.59998 18.2625 5.79998C20.1542 6.99998 21.6 8.61664 22.6 10.65C22.6667 10.7833 22.7167 10.9208 22.75 11.0625C22.7833 11.2041 22.8 11.35 22.8 11.5C22.8 11.65 22.7875 11.7958 22.7625 11.9375C22.7375 12.0791 22.6917 12.2166 22.625 12.35C22.325 13.0166 21.9542 13.6416 21.5125 14.225C21.0708 14.8083 20.5833 15.3416 20.05 15.825C19.85 16.0083 19.6167 16.0833 19.35 16.05C19.0833 16.0166 18.8667 15.8833 18.7 15.65C18.5333 15.4166 18.4625 15.1625 18.4875 14.8875C18.5125 14.6125 18.625 14.3833 18.825 14.2C19.225 13.8166 19.5917 13.4 19.925 12.95C20.2583 12.5 20.55 12.0166 20.8 11.5C19.9667 9.81664 18.7625 8.47914 17.1875 7.48748C15.6125 6.49581 13.8833 5.99998 12 5.99998ZM12 19C9.76667 19 7.725 18.3958 5.875 17.1875C4.025 15.9791 2.56667 14.3916 1.5 12.425C1.41667 12.2916 1.35417 12.1458 1.3125 11.9875C1.27083 11.8291 1.25 11.6666 1.25 11.5C1.25 11.3333 1.26667 11.175 1.3 11.025C1.33333 10.875 1.39167 10.725 1.475 10.575C1.80833 9.90831 2.19583 9.27081 2.6375 8.66248C3.07917 8.05414 3.58333 7.49998 4.15 6.99998L2.075 4.89998C1.89167 4.69998 1.80417 4.46248 1.8125 4.18748C1.82083 3.91248 1.91667 3.68331 2.1 3.49998C2.28333 3.31664 2.51667 3.22498 2.8 3.22498C3.08333 3.22498 3.31667 3.31664 3.5 3.49998L20.5 20.5C20.6833 20.6833 20.7792 20.9125 20.7875 21.1875C20.7958 21.4625 20.7 21.7 20.5 21.9C20.3167 22.0833 20.0833 22.175 19.8 22.175C19.5167 22.175 19.2833 22.0833 19.1 21.9L15.6 18.45C15.0167 18.6333 14.425 18.7708 13.825 18.8625C13.225 18.9541 12.6167 19 12 19ZM5.55 8.39998C5.06667 8.83331 4.625 9.30831 4.225 9.82498C3.825 10.3416 3.48333 10.9 3.2 11.5C4.03333 13.1833 5.2375 14.5208 6.8125 15.5125C8.3875 16.5041 10.1167 17 12 17C12.3333 17 12.6583 16.9791 12.975 16.9375C13.2917 16.8958 13.6167 16.85 13.95 16.8L13.05 15.85C12.8667 15.9 12.6917 15.9375 12.525 15.9625C12.3583 15.9875 12.1833 16 12 16C10.75 16 9.6875 15.5625 8.8125 14.6875C7.9375 13.8125 7.5 12.75 7.5 11.5C7.5 11.3166 7.5125 11.1416 7.5375 10.975C7.5625 10.8083 7.6 10.6333 7.65 10.45L5.55 8.39998Z" fill="var(--nys-icon-color, currentcolor)"/>
843
+ </g>
844
+ </svg>
845
+ `,
846
+ notifications: `<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none">
847
+ <mask id="mask0_12372_409" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24">
848
+ <rect width="24" height="24" fill="#D9D9D9"/>
849
+ </mask>
850
+ <g mask="url(#mask0_12372_409)">
851
+ <path d="M5 19C4.71667 19 4.47917 18.9042 4.2875 18.7125C4.09583 18.5208 4 18.2833 4 18C4 17.7167 4.09583 17.4792 4.2875 17.2875C4.47917 17.0958 4.71667 17 5 17H6V10C6 8.61667 6.41667 7.3875 7.25 6.3125C8.08333 5.2375 9.16667 4.53333 10.5 4.2V3.5C10.5 3.08333 10.6458 2.72917 10.9375 2.4375C11.2292 2.14583 11.5833 2 12 2C12.4167 2 12.7708 2.14583 13.0625 2.4375C13.3542 2.72917 13.5 3.08333 13.5 3.5V4.2C14.8333 4.53333 15.9167 5.2375 16.75 6.3125C17.5833 7.3875 18 8.61667 18 10V17H19C19.2833 17 19.5208 17.0958 19.7125 17.2875C19.9042 17.4792 20 17.7167 20 18C20 18.2833 19.9042 18.5208 19.7125 18.7125C19.5208 18.9042 19.2833 19 19 19H5ZM12 22C11.45 22 10.9792 21.8042 10.5875 21.4125C10.1958 21.0208 10 20.55 10 20H14C14 20.55 13.8042 21.0208 13.4125 21.4125C13.0208 21.8042 12.55 22 12 22ZM8 17H16V10C16 8.9 15.6083 7.95833 14.825 7.175C14.0417 6.39167 13.1 6 12 6C10.9 6 9.95833 6.39167 9.175 7.175C8.39167 7.95833 8 8.9 8 10V17Z" fill="var(--nys-icon-color, currentcolor)"/>
852
+ </g>
853
+ </svg>`,
854
+ add: `<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none">
855
+ <mask id="mask0_14011_362" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24">
856
+ <rect width="24" height="24" fill="#D9D9D9"/>
857
+ </mask>
858
+ <g mask="url(#mask0_14011_362)">
859
+ <path d="M11 13H6C5.71667 13 5.47917 12.9042 5.2875 12.7125C5.09583 12.5208 5 12.2833 5 12C5 11.7167 5.09583 11.4792 5.2875 11.2875C5.47917 11.0958 5.71667 11 6 11H11V6C11 5.71667 11.0958 5.47917 11.2875 5.2875C11.4792 5.09583 11.7167 5 12 5C12.2833 5 12.5208 5.09583 12.7125 5.2875C12.9042 5.47917 13 5.71667 13 6V11H18C18.2833 11 18.5208 11.0958 18.7125 11.2875C18.9042 11.4792 19 11.7167 19 12C19 12.2833 18.9042 12.5208 18.7125 12.7125C18.5208 12.9042 18.2833 13 18 13H13V18C13 18.2833 12.9042 18.5208 12.7125 18.7125C12.5208 18.9042 12.2833 19 12 19C11.7167 19 11.4792 18.9042 11.2875 18.7125C11.0958 18.5208 11 18.2833 11 18V13Z" fill="var(--nys-icon-color, currentcolor)"/>
860
+ </g>
861
+ </svg>`,
862
+ remove: `<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none">
863
+ <mask id="mask0_14011_713" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24">
864
+ <rect width="24" height="24" fill="#D9D9D9"/>
865
+ </mask>
866
+ <g mask="url(#mask0_14011_713)">
867
+ <path d="M6 13C5.71667 13 5.47917 12.9042 5.2875 12.7125C5.09583 12.5208 5 12.2833 5 12C5 11.7167 5.09583 11.4792 5.2875 11.2875C5.47917 11.0958 5.71667 11 6 11H18C18.2833 11 18.5208 11.0958 18.7125 11.2875C18.9042 11.4792 19 11.7167 19 12C19 12.2833 18.9042 12.5208 18.7125 12.7125C18.5208 12.9042 18.2833 13 18 13H6Z" fill="var(--nys-icon-color, currentcolor)"/>
868
+ </g>
869
+ </svg>`,
870
+ content_copy: `<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none">
871
+ <mask id="mask0_525_15" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24">
872
+ <rect width="24" height="24" fill="#D9D9D9"/>
873
+ </mask>
874
+ <g mask="url(#mask0_525_15)">
875
+ <path d="M9 18C8.45 18 7.97917 17.8042 7.5875 17.4125C7.19583 17.0208 7 16.55 7 16V4C7 3.45 7.19583 2.97917 7.5875 2.5875C7.97917 2.19583 8.45 2 9 2H18C18.55 2 19.0208 2.19583 19.4125 2.5875C19.8042 2.97917 20 3.45 20 4V16C20 16.55 19.8042 17.0208 19.4125 17.4125C19.0208 17.8042 18.55 18 18 18H9ZM9 16H18V4H9V16ZM5 22C4.45 22 3.97917 21.8042 3.5875 21.4125C3.19583 21.0208 3 20.55 3 20V7C3 6.71667 3.09583 6.47917 3.2875 6.2875C3.47917 6.09583 3.71667 6 4 6C4.28333 6 4.52083 6.09583 4.7125 6.2875C4.90417 6.47917 5 6.71667 5 7V20H15C15.2833 20 15.5208 20.0958 15.7125 20.2875C15.9042 20.4792 16 20.7167 16 21C16 21.2833 15.9042 21.5208 15.7125 21.7125C15.5208 21.9042 15.2833 22 15 22H5Z" fill="var(--nys-icon-color, currentcolor)"/>
876
+ </g>
877
+ </svg>`,
878
+ // *** Arrows *** //
879
+ arrow_back: `<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none">
880
+ <mask id="mask0_12372_673" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24">
881
+ <rect width="24" height="24" fill="#D9D9D9"/>
882
+ </mask>
883
+ <g mask="url(#mask0_12372_673)">
884
+ <path d="M7.82505 13L12.725 17.9C12.925 18.1 13.0209 18.3334 13.0125 18.6C13.0042 18.8667 12.9 19.1 12.7 19.3C12.5 19.4834 12.2667 19.5792 12 19.5875C11.7334 19.5959 11.5 19.5 11.3 19.3L4.70005 12.7C4.60005 12.6 4.52922 12.4917 4.48755 12.375C4.44588 12.2584 4.42505 12.1334 4.42505 12C4.42505 11.8667 4.44588 11.7417 4.48755 11.625C4.52922 11.5084 4.60005 11.4 4.70005 11.3L11.3 4.70005C11.4834 4.51672 11.7125 4.42505 11.9875 4.42505C12.2625 4.42505 12.5 4.51672 12.7 4.70005C12.9 4.90005 13 5.13755 13 5.41255C13 5.68755 12.9 5.92505 12.7 6.12505L7.82505 11H19C19.2834 11 19.5209 11.0959 19.7125 11.2875C19.9042 11.4792 20 11.7167 20 12C20 12.2834 19.9042 12.5209 19.7125 12.7125C19.5209 12.9042 19.2834 13 19 13H7.82505Z" fill="var(--nys-icon-color, currentcolor)"/>
885
+ </g>
886
+ </svg>`,
887
+ // *** Chevrons *** //
888
+ chevron_down: `<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none">
889
+ <mask id="mask0_12372_190" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24">
890
+ <rect width="24" height="24" fill="#D9D9D9"/>
891
+ </mask>
892
+ <g mask="url(#mask0_12372_190)">
893
+ <path d="M12 14.725L19.35 7.375C19.6 7.125 19.8917 7.00417 20.225 7.0125C20.5583 7.02083 20.85 7.15 21.1 7.4C21.35 7.65 21.475 7.94167 21.475 8.275C21.475 8.60833 21.35 8.9 21.1 9.15L13.425 16.85C13.225 17.05 13 17.2 12.75 17.3C12.5 17.4 12.25 17.45 12 17.45C11.75 17.45 11.5 17.4 11.25 17.3C11 17.2 10.775 17.05 10.575 16.85L2.87499 9.15C2.62499 8.9 2.50415 8.60417 2.51249 8.2625C2.52082 7.92083 2.64999 7.625 2.89999 7.375C3.14999 7.125 3.44165 7 3.77499 7C4.10832 7 4.39999 7.125 4.64999 7.375L12 14.725Z" fill="var(--nys-icon-color, currentcolor)"/>
894
+ </g>
895
+ </svg>`,
896
+ chevron_up: `<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none">
897
+ <mask id="mask0_12372_435" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24">
898
+ <rect width="24" height="24" fill="#D9D9D9"/>
899
+ </mask>
900
+ <g mask="url(#mask0_12372_435)">
901
+ <path d="M12 9.82485L4.65002 17.1749C4.40002 17.4249 4.10836 17.5457 3.77502 17.5374C3.44169 17.529 3.15002 17.3999 2.90002 17.1499C2.65002 16.8999 2.52502 16.6082 2.52502 16.2749C2.52502 15.9415 2.65002 15.6499 2.90002 15.3999L10.575 7.69985C10.775 7.49985 11 7.34985 11.25 7.24985C11.5 7.14985 11.75 7.09985 12 7.09985C12.25 7.09985 12.5 7.14985 12.75 7.24985C13 7.34985 13.225 7.49985 13.425 7.69985L21.125 15.3999C21.375 15.6499 21.4959 15.9457 21.4875 16.2874C21.4792 16.629 21.35 16.9249 21.1 17.1749C20.85 17.4249 20.5584 17.5499 20.225 17.5499C19.8917 17.5499 19.6 17.4249 19.35 17.1749L12 9.82485Z" fill="var(--nys-icon-color, currentcolor)"/>
902
+ </g>
903
+ </svg>`,
904
+ chevron_left: `<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none">
905
+ <mask id="mask0_12372_376" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24">
906
+ <rect width="24" height="24" fill="#D9D9D9"/>
907
+ </mask>
908
+ <g mask="url(#mask0_12372_376)">
909
+ <path d="M9.54995 12.0001L16.9 19.3501C17.15 19.6001 17.2708 19.8918 17.2625 20.2251C17.2541 20.5584 17.125 20.8501 16.875 21.1001C16.625 21.3501 16.3333 21.4751 16 21.4751C15.6666 21.4751 15.375 21.3501 15.125 21.1001L7.42495 13.4251C7.22495 13.2251 7.07495 13.0001 6.97495 12.7501C6.87495 12.5001 6.82495 12.2501 6.82495 12.0001C6.82495 11.7501 6.87495 11.5001 6.97495 11.2501C7.07495 11.0001 7.22495 10.7751 7.42495 10.5751L15.125 2.87511C15.375 2.62511 15.6708 2.50428 16.0125 2.51261C16.3541 2.52094 16.65 2.65011 16.9 2.90011C17.15 3.15011 17.275 3.44178 17.275 3.77511C17.275 4.10844 17.15 4.40011 16.9 4.65011L9.54995 12.0001Z" fill="var(--nys-icon-color, currentcolor)"/>
910
+ </g>
911
+ </svg>`,
912
+ chevron_right: `<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none">
913
+ <mask id="mask0_12372_247" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24">
914
+ <rect width="24" height="24" fill="#D9D9D9"/>
915
+ </mask>
916
+ <g mask="url(#mask0_12372_247)">
917
+ <path d="M14.7238 12.4865L7.37494 19.8353C7.12498 20.0853 7.00417 20.3769 7.0125 20.7102C7.02083 21.0435 7.14998 21.3351 7.39994 21.5851C7.6499 21.835 7.94152 21.96 8.2748 21.96C8.60809 21.96 8.89971 21.835 9.14967 21.5851L16.8485 13.9112C17.0485 13.7113 17.1984 13.4863 17.2984 13.2363C17.3984 12.9864 17.4484 12.7364 17.4484 12.4865C17.4484 12.2365 17.3984 11.9865 17.2984 11.7366C17.1984 11.4866 17.0485 11.2616 16.8485 11.0617L9.14967 3.36285C8.89971 3.11289 8.60392 2.99207 8.26231 3.0004C7.92069 3.00874 7.6249 3.13788 7.37494 3.38784C7.12498 3.63781 7 3.92943 7 4.26271C7 4.59599 7.12498 4.88761 7.37494 5.13758L14.7238 12.4865Z" fill="var(--nys-icon-color, currentcolor)"/>
918
+ </g>
919
+ </svg>`,
920
+ // *** Environmental *** //
921
+ ac_unit: `<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none">
922
+ <mask id="mask0_12372_444" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24">
923
+ <rect width="24" height="24" fill="#D9D9D9"/>
924
+ </mask>
925
+ <g mask="url(#mask0_12372_444)">
926
+ <path d="M11 17.85L8.425 20.375C8.24167 20.5583 8.0125 20.65 7.7375 20.65C7.4625 20.65 7.23333 20.55 7.05 20.35C6.85 20.1667 6.75 19.9375 6.75 19.6625C6.75 19.3875 6.85 19.15 7.05 18.95L11 15V13H9L5.025 16.975C4.84167 17.1583 4.6125 17.25 4.3375 17.25C4.0625 17.25 3.825 17.15 3.625 16.95C3.44167 16.7667 3.35 16.5375 3.35 16.2625C3.35 15.9875 3.44167 15.7583 3.625 15.575L6.15 13H2.975C2.69167 13 2.45833 12.9042 2.275 12.7125C2.09167 12.5208 2 12.2833 2 12C2 11.7167 2.09583 11.4792 2.2875 11.2875C2.47917 11.0958 2.71667 11 3 11H6.15L3.625 8.45C3.44167 8.26667 3.35 8.0375 3.35 7.7625C3.35 7.4875 3.45 7.25 3.65 7.05C3.83333 6.86667 4.0625 6.775 4.3375 6.775C4.6125 6.775 4.85 6.86667 5.05 7.05L9 11H11V9L7.025 5.05C6.84167 4.86667 6.75 4.6375 6.75 4.3625C6.75 4.0875 6.85 3.85 7.05 3.65C7.23333 3.46667 7.4625 3.375 7.7375 3.375C8.0125 3.375 8.24167 3.46667 8.425 3.65L11 6.15V3C11 2.71667 11.0958 2.47917 11.2875 2.2875C11.4792 2.09583 11.7167 2 12 2C12.2833 2 12.5208 2.09583 12.7125 2.2875C12.9042 2.47917 13 2.71667 13 3V6.15L15.55 3.65C15.7333 3.46667 15.9625 3.375 16.2375 3.375C16.5125 3.375 16.75 3.46667 16.95 3.65C17.1333 3.85 17.225 4.0875 17.225 4.3625C17.225 4.6375 17.1333 4.86667 16.95 5.05L13 9V11H15L18.95 7.05C19.1333 6.86667 19.3625 6.775 19.6375 6.775C19.9125 6.775 20.15 6.875 20.35 7.075C20.5333 7.25833 20.625 7.4875 20.625 7.7625C20.625 8.0375 20.5333 8.26667 20.35 8.45L17.85 11H21C21.2833 11 21.5208 11.0958 21.7125 11.2875C21.9042 11.4792 22 11.7167 22 12C22 12.2833 21.9042 12.5208 21.7125 12.7125C21.5208 12.9042 21.2833 13 21 13H17.85L20.35 15.575C20.5333 15.7583 20.625 15.9875 20.625 16.2625C20.625 16.5375 20.5333 16.7667 20.35 16.95C20.15 17.15 19.9125 17.25 19.6375 17.25C19.3625 17.25 19.1333 17.15 18.95 16.95L15 13H13V15L16.95 18.975C17.1333 19.1583 17.225 19.3875 17.225 19.6625C17.225 19.9375 17.125 20.175 16.925 20.375C16.7417 20.5583 16.5125 20.65 16.2375 20.65C15.9625 20.65 15.7333 20.5583 15.55 20.375L13 17.85V21.025C13 21.3083 12.9042 21.5417 12.7125 21.725C12.5208 21.9083 12.2833 22 12 22C11.7167 22 11.4792 21.9042 11.2875 21.7125C11.0958 21.5208 11 21.2833 11 21V17.85Z" fill="var(--nys-icon-color, currentcolor)"/>
927
+ </g>
928
+ </svg>`,
929
+ air: `<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none">
930
+ <mask id="mask0_12372_423" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24">
931
+ <rect width="24" height="24" fill="#D9D9D9"/>
932
+ </mask>
933
+ <g mask="url(#mask0_12372_423)">
934
+ <path d="M11.5 20C10.9667 20 10.4708 19.8667 10.0125 19.6C9.55417 19.3333 9.18333 18.9667 8.9 18.5C8.71667 18.1667 8.7125 17.8333 8.8875 17.5C9.0625 17.1667 9.33333 17 9.7 17C9.91667 17 10.1083 17.0667 10.275 17.2C10.4417 17.3333 10.5917 17.4833 10.725 17.65C10.8083 17.7667 10.9208 17.8542 11.0625 17.9125C11.2042 17.9708 11.35 18 11.5 18C11.7833 18 12.0208 17.9042 12.2125 17.7125C12.4042 17.5208 12.5 17.2833 12.5 17C12.5 16.7167 12.4042 16.4792 12.2125 16.2875C12.0208 16.0958 11.7833 16 11.5 16H3C2.71667 16 2.47917 15.9042 2.2875 15.7125C2.09583 15.5208 2 15.2833 2 15C2 14.7167 2.09583 14.4792 2.2875 14.2875C2.47917 14.0958 2.71667 14 3 14H11.5C12.3333 14 13.0417 14.2917 13.625 14.875C14.2083 15.4583 14.5 16.1667 14.5 17C14.5 17.8333 14.2083 18.5417 13.625 19.125C13.0417 19.7083 12.3333 20 11.5 20ZM3 10C2.71667 10 2.47917 9.90417 2.2875 9.7125C2.09583 9.52083 2 9.28333 2 9C2 8.71667 2.09583 8.47917 2.2875 8.2875C2.47917 8.09583 2.71667 8 3 8H15.5C15.9167 8 16.2708 7.85417 16.5625 7.5625C16.8542 7.27083 17 6.91667 17 6.5C17 6.08333 16.8542 5.72917 16.5625 5.4375C16.2708 5.14583 15.9167 5 15.5 5C15.2333 5 14.9833 5.0625 14.75 5.1875C14.5167 5.3125 14.3333 5.49167 14.2 5.725C14.0833 5.925 13.9417 6.10417 13.775 6.2625C13.6083 6.42083 13.4083 6.5 13.175 6.5C12.8417 6.5 12.5708 6.375 12.3625 6.125C12.1542 5.875 12.1 5.60833 12.2 5.325C12.4333 4.625 12.8542 4.0625 13.4625 3.6375C14.0708 3.2125 14.75 3 15.5 3C16.4667 3 17.2917 3.34167 17.975 4.025C18.6583 4.70833 19 5.53333 19 6.5C19 7.46667 18.6583 8.29167 17.975 8.975C17.2917 9.65833 16.4667 10 15.5 10H3ZM19.95 17.7C19.6167 17.85 19.2917 17.8292 18.975 17.6375C18.6583 17.4458 18.5 17.1667 18.5 16.8C18.5 16.5667 18.5792 16.3708 18.7375 16.2125C18.8958 16.0542 19.075 15.9167 19.275 15.8C19.5083 15.6667 19.6875 15.4833 19.8125 15.25C19.9375 15.0167 20 14.7667 20 14.5C20 14.0833 19.8542 13.7292 19.5625 13.4375C19.2708 13.1458 18.9167 13 18.5 13H3C2.71667 13 2.47917 12.9042 2.2875 12.7125C2.09583 12.5208 2 12.2833 2 12C2 11.7167 2.09583 11.4792 2.2875 11.2875C2.47917 11.0958 2.71667 11 3 11H18.5C19.4667 11 20.2917 11.3417 20.975 12.025C21.6583 12.7083 22 13.5333 22 14.5C22 15.2 21.8167 15.8375 21.45 16.4125C21.0833 16.9875 20.5833 17.4167 19.95 17.7Z" fill="var(--nys-icon-color, currentcolor)"/>
935
+ </g>
936
+ </svg>`,
937
+ clear_day: `<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none">
938
+ <mask id="mask0_12372_705" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24">
939
+ <rect width="24" height="24" fill="#D9D9D9"/>
940
+ </mask>
941
+ <g mask="url(#mask0_12372_705)">
942
+ <path d="M12 5C11.7167 5 11.4792 4.90417 11.2875 4.7125C11.0958 4.52083 11 4.28333 11 4V2C11 1.71667 11.0958 1.47917 11.2875 1.2875C11.4792 1.09583 11.7167 1 12 1C12.2833 1 12.5208 1.09583 12.7125 1.2875C12.9042 1.47917 13 1.71667 13 2V4C13 4.28333 12.9042 4.52083 12.7125 4.7125C12.5208 4.90417 12.2833 5 12 5ZM16.95 7.05C16.7667 6.86667 16.675 6.6375 16.675 6.3625C16.675 6.0875 16.7667 5.85 16.95 5.65L18.35 4.225C18.55 4.025 18.7875 3.925 19.0625 3.925C19.3375 3.925 19.575 4.025 19.775 4.225C19.9583 4.40833 20.05 4.64167 20.05 4.925C20.05 5.20833 19.9583 5.44167 19.775 5.625L18.35 7.05C18.1667 7.23333 17.9333 7.325 17.65 7.325C17.3667 7.325 17.1333 7.23333 16.95 7.05ZM20 13C19.7167 13 19.4792 12.9042 19.2875 12.7125C19.0958 12.5208 19 12.2833 19 12C19 11.7167 19.0958 11.4792 19.2875 11.2875C19.4792 11.0958 19.7167 11 20 11H22C22.2833 11 22.5208 11.0958 22.7125 11.2875C22.9042 11.4792 23 11.7167 23 12C23 12.2833 22.9042 12.5208 22.7125 12.7125C22.5208 12.9042 22.2833 13 22 13H20ZM12 23C11.7167 23 11.4792 22.9042 11.2875 22.7125C11.0958 22.5208 11 22.2833 11 22V20C11 19.7167 11.0958 19.4792 11.2875 19.2875C11.4792 19.0958 11.7167 19 12 19C12.2833 19 12.5208 19.0958 12.7125 19.2875C12.9042 19.4792 13 19.7167 13 20V22C13 22.2833 12.9042 22.5208 12.7125 22.7125C12.5208 22.9042 12.2833 23 12 23ZM5.65 7.05L4.225 5.65C4.025 5.45 3.925 5.20833 3.925 4.925C3.925 4.64167 4.025 4.40833 4.225 4.225C4.40833 4.04167 4.64167 3.95 4.925 3.95C5.20833 3.95 5.44167 4.04167 5.625 4.225L7.05 5.65C7.23333 5.83333 7.325 6.06667 7.325 6.35C7.325 6.63333 7.23333 6.86667 7.05 7.05C6.85 7.23333 6.61667 7.325 6.35 7.325C6.08333 7.325 5.85 7.23333 5.65 7.05ZM18.35 19.775L16.95 18.35C16.7667 18.15 16.675 17.9125 16.675 17.6375C16.675 17.3625 16.7667 17.1333 16.95 16.95C17.1333 16.7667 17.3625 16.675 17.6375 16.675C17.9125 16.675 18.15 16.7667 18.35 16.95L19.775 18.35C19.975 18.5333 20.0708 18.7667 20.0625 19.05C20.0542 19.3333 19.9583 19.575 19.775 19.775C19.575 19.975 19.3333 20.075 19.05 20.075C18.7667 20.075 18.5333 19.975 18.35 19.775ZM2 13C1.71667 13 1.47917 12.9042 1.2875 12.7125C1.09583 12.5208 1 12.2833 1 12C1 11.7167 1.09583 11.4792 1.2875 11.2875C1.47917 11.0958 1.71667 11 2 11H4C4.28333 11 4.52083 11.0958 4.7125 11.2875C4.90417 11.4792 5 11.7167 5 12C5 12.2833 4.90417 12.5208 4.7125 12.7125C4.52083 12.9042 4.28333 13 4 13H2ZM4.225 19.775C4.04167 19.5917 3.95 19.3583 3.95 19.075C3.95 18.7917 4.04167 18.5583 4.225 18.375L5.65 16.95C5.83333 16.7667 6.0625 16.675 6.3375 16.675C6.6125 16.675 6.85 16.7667 7.05 16.95C7.25 17.15 7.35 17.3875 7.35 17.6625C7.35 17.9375 7.25 18.175 7.05 18.375L5.65 19.775C5.45 19.975 5.20833 20.075 4.925 20.075C4.64167 20.075 4.40833 19.975 4.225 19.775ZM12 18C10.3333 18 8.91667 17.4167 7.75 16.25C6.58333 15.0833 6 13.6667 6 12C6 10.3333 6.58333 8.91667 7.75 7.75C8.91667 6.58333 10.3333 6 12 6C13.6667 6 15.0833 6.58333 16.25 7.75C17.4167 8.91667 18 10.3333 18 12C18 13.6667 17.4167 15.0833 16.25 16.25C15.0833 17.4167 13.6667 18 12 18ZM12 16C13.1 16 14.0417 15.6083 14.825 14.825C15.6083 14.0417 16 13.1 16 12C16 10.9 15.6083 9.95833 14.825 9.175C14.0417 8.39167 13.1 8 12 8C10.9 8 9.95833 8.39167 9.175 9.175C8.39167 9.95833 8 10.9 8 12C8 13.1 8.39167 14.0417 9.175 14.825C9.95833 15.6083 10.9 16 12 16Z" fill="var(--nys-icon-color, currentcolor)"/>
943
+ </g>
944
+ </svg>`,
945
+ coronavirus: `<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none">
946
+ <mask id="mask0_12372_778" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24">
947
+ <rect width="24" height="24" fill="#D9D9D9"/>
948
+ </mask>
949
+ <g mask="url(#mask0_12372_778)">
950
+ <path d="M11.25 22C11.05 22 10.875 21.925 10.725 21.775C10.575 21.625 10.5 21.45 10.5 21.25C10.5 21.05 10.575 20.875 10.725 20.725C10.875 20.575 11.05 20.5 11.25 20.5V18.95C10.55 18.8667 9.89167 18.7 9.275 18.45C8.65833 18.2 8.1 17.8667 7.6 17.45L6.525 18.55C6.675 18.7 6.75 18.875 6.75 19.075C6.75 19.275 6.675 19.45 6.525 19.6C6.375 19.75 6.2 19.825 6 19.825C5.8 19.825 5.625 19.75 5.475 19.6L4.4 18.55C4.25 18.4 4.175 18.2208 4.175 18.0125C4.175 17.8042 4.25 17.625 4.4 17.475C4.55 17.325 4.725 17.2542 4.925 17.2625C5.125 17.2708 5.3 17.3417 5.45 17.475L6.55 16.375C6.13333 15.8583 5.8 15.3 5.55 14.7C5.3 14.1 5.13333 13.45 5.05 12.75H3.5C3.5 12.95 3.425 13.125 3.275 13.275C3.125 13.425 2.95 13.5 2.75 13.5C2.55 13.5 2.375 13.425 2.225 13.275C2.075 13.125 2 12.95 2 12.75V11.25C2 11.05 2.075 10.875 2.225 10.725C2.375 10.575 2.55 10.5 2.75 10.5C2.95 10.5 3.125 10.575 3.275 10.725C3.425 10.875 3.5 11.05 3.5 11.25H5.05C5.13333 10.55 5.30417 9.9 5.5625 9.3C5.82083 8.7 6.15 8.14167 6.55 7.625L5.45 6.525C5.3 6.65833 5.125 6.72917 4.925 6.7375C4.725 6.74583 4.55 6.675 4.4 6.525C4.25 6.375 4.175 6.19583 4.175 5.9875C4.175 5.77917 4.25 5.6 4.4 5.45L5.45 4.4C5.6 4.25 5.77917 4.175 5.9875 4.175C6.19583 4.175 6.375 4.25 6.525 4.4C6.675 4.55 6.75 4.72917 6.75 4.9375C6.75 5.14583 6.675 5.325 6.525 5.475L7.6 6.55C8.11667 6.13333 8.675 5.8 9.275 5.55C9.875 5.3 10.525 5.13333 11.225 5.05V3.5C11.025 3.5 10.8542 3.425 10.7125 3.275C10.5708 3.125 10.5 2.95 10.5 2.75C10.5 2.55 10.575 2.375 10.725 2.225C10.875 2.075 11.05 2 11.25 2H12.75C12.95 2 13.125 2.075 13.275 2.225C13.425 2.375 13.5 2.55 13.5 2.75C13.5 2.95 13.425 3.125 13.275 3.275C13.125 3.425 12.95 3.5 12.75 3.5V5.05C13.45 5.13333 14.1 5.3 14.7 5.55C15.3 5.8 15.8583 6.13333 16.375 6.55L17.475 5.45C17.325 5.3 17.25 5.125 17.25 4.925C17.25 4.725 17.325 4.55 17.475 4.4C17.625 4.25 17.8042 4.175 18.0125 4.175C18.2208 4.175 18.4 4.25 18.55 4.4L19.6 5.475C19.75 5.625 19.825 5.8 19.825 6C19.825 6.2 19.75 6.375 19.6 6.525C19.45 6.675 19.2708 6.75 19.0625 6.75C18.8542 6.75 18.675 6.675 18.525 6.525L17.45 7.6C17.8667 8.11667 18.2 8.67917 18.45 9.2875C18.7 9.89583 18.8667 10.55 18.95 11.25H20.5C20.5 11.05 20.575 10.875 20.725 10.725C20.875 10.575 21.05 10.5 21.25 10.5C21.45 10.5 21.625 10.575 21.775 10.725C21.925 10.875 22 11.05 22 11.25V12.75C22 12.95 21.925 13.125 21.775 13.275C21.625 13.425 21.45 13.5 21.25 13.5C21.05 13.5 20.875 13.425 20.725 13.275C20.575 13.125 20.5 12.95 20.5 12.75H18.95C18.8667 13.45 18.7 14.1042 18.45 14.7125C18.2 15.3208 17.8667 15.8833 17.45 16.4L18.525 17.475C18.675 17.325 18.8542 17.25 19.0625 17.25C19.2708 17.25 19.45 17.325 19.6 17.475C19.75 17.625 19.825 17.8042 19.825 18.0125C19.825 18.2208 19.75 18.4 19.6 18.55L18.55 19.6C18.4 19.75 18.2208 19.825 18.0125 19.825C17.8042 19.825 17.625 19.75 17.475 19.6C17.325 19.45 17.2542 19.275 17.2625 19.075C17.2708 18.875 17.3417 18.7 17.475 18.55L16.375 17.45C15.8583 17.8667 15.3 18.2042 14.7 18.4625C14.1 18.7208 13.45 18.8917 12.75 18.975V20.5C12.95 20.5 13.125 20.575 13.275 20.725C13.425 20.875 13.5 21.05 13.5 21.25C13.5 21.45 13.425 21.625 13.275 21.775C13.125 21.925 12.95 22 12.75 22H11.25ZM12 17C13.3833 17 14.5625 16.5125 15.5375 15.5375C16.5125 14.5625 17 13.3833 17 12C17 10.6167 16.5125 9.4375 15.5375 8.4625C14.5625 7.4875 13.3833 7 12 7C10.6167 7 9.4375 7.4875 8.4625 8.4625C7.4875 9.4375 7 10.6167 7 12C7 13.3833 7.4875 14.5625 8.4625 15.5375C9.4375 16.5125 10.6167 17 12 17ZM10.25 16C10.5333 16 10.7708 15.9042 10.9625 15.7125C11.1542 15.5208 11.25 15.2833 11.25 15C11.25 14.7167 11.1542 14.4792 10.9625 14.2875C10.7708 14.0958 10.5333 14 10.25 14C9.96667 14 9.72917 14.0958 9.5375 14.2875C9.34583 14.4792 9.25 14.7167 9.25 15C9.25 15.2833 9.34583 15.5208 9.5375 15.7125C9.72917 15.9042 9.96667 16 10.25 16ZM13.75 16C14.0333 16 14.2708 15.9042 14.4625 15.7125C14.6542 15.5208 14.75 15.2833 14.75 15C14.75 14.7167 14.6542 14.4792 14.4625 14.2875C14.2708 14.0958 14.0333 14 13.75 14C13.4667 14 13.2292 14.0958 13.0375 14.2875C12.8458 14.4792 12.75 14.7167 12.75 15C12.75 15.2833 12.8458 15.5208 13.0375 15.7125C13.2292 15.9042 13.4667 16 13.75 16ZM8.5 13C8.78333 13 9.02083 12.9042 9.2125 12.7125C9.40417 12.5208 9.5 12.2833 9.5 12C9.5 11.7167 9.40417 11.4792 9.2125 11.2875C9.02083 11.0958 8.78333 11 8.5 11C8.21667 11 7.97917 11.0958 7.7875 11.2875C7.59583 11.4792 7.5 11.7167 7.5 12C7.5 12.2833 7.59583 12.5208 7.7875 12.7125C7.97917 12.9042 8.21667 13 8.5 13ZM12 13C12.2833 13 12.5208 12.9042 12.7125 12.7125C12.9042 12.5208 13 12.2833 13 12C13 11.7167 12.9042 11.4792 12.7125 11.2875C12.5208 11.0958 12.2833 11 12 11C11.7167 11 11.4792 11.0958 11.2875 11.2875C11.0958 11.4792 11 11.7167 11 12C11 12.2833 11.0958 12.5208 11.2875 12.7125C11.4792 12.9042 11.7167 13 12 13ZM15.5 13C15.7833 13 16.0208 12.9042 16.2125 12.7125C16.4042 12.5208 16.5 12.2833 16.5 12C16.5 11.7167 16.4042 11.4792 16.2125 11.2875C16.0208 11.0958 15.7833 11 15.5 11C15.2167 11 14.9792 11.0958 14.7875 11.2875C14.5958 11.4792 14.5 11.7167 14.5 12C14.5 12.2833 14.5958 12.5208 14.7875 12.7125C14.9792 12.9042 15.2167 13 15.5 13ZM10.25 10C10.5333 10 10.7708 9.90417 10.9625 9.7125C11.1542 9.52083 11.25 9.28333 11.25 9C11.25 8.71667 11.1542 8.47917 10.9625 8.2875C10.7708 8.09583 10.5333 8 10.25 8C9.96667 8 9.72917 8.09583 9.5375 8.2875C9.34583 8.47917 9.25 8.71667 9.25 9C9.25 9.28333 9.34583 9.52083 9.5375 9.7125C9.72917 9.90417 9.96667 10 10.25 10ZM13.75 10C14.0333 10 14.2708 9.90417 14.4625 9.7125C14.6542 9.52083 14.75 9.28333 14.75 9C14.75 8.71667 14.6542 8.47917 14.4625 8.2875C14.2708 8.09583 14.0333 8 13.75 8C13.4667 8 13.2292 8.09583 13.0375 8.2875C12.8458 8.47917 12.75 8.71667 12.75 9C12.75 9.28333 12.8458 9.52083 13.0375 9.7125C13.2292 9.90417 13.4667 10 13.75 10Z" fill="var(--nys-icon-color, currentcolor)"/>
951
+ </g>
952
+ </svg>`,
953
+ rainy: `<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none">
954
+ <mask id="mask0_12372_566" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24">
955
+ <rect width="24" height="24" fill="#D9D9D9"/>
956
+ </mask>
957
+ <g mask="url(#mask0_12372_566)">
958
+ <path d="M13.95 21.9C13.7 22.0333 13.4458 22.0542 13.1875 21.9625C12.9292 21.8708 12.7333 21.7 12.6 21.45L11.1 18.45C10.9667 18.2 10.9458 17.9458 11.0375 17.6875C11.1292 17.4292 11.3 17.2333 11.55 17.1C11.8 16.9667 12.0542 16.9458 12.3125 17.0375C12.5708 17.1292 12.7667 17.3 12.9 17.55L14.4 20.55C14.5333 20.8 14.5542 21.0542 14.4625 21.3125C14.3708 21.5708 14.2 21.7667 13.95 21.9ZM19.95 21.9C19.7 22.0333 19.4458 22.0542 19.1875 21.9625C18.9292 21.8708 18.7333 21.7 18.6 21.45L17.1 18.45C16.9667 18.2 16.9458 17.9458 17.0375 17.6875C17.1292 17.4292 17.3 17.2333 17.55 17.1C17.8 16.9667 18.0542 16.9458 18.3125 17.0375C18.5708 17.1292 18.7667 17.3 18.9 17.55L20.4 20.55C20.5333 20.8 20.5542 21.0542 20.4625 21.3125C20.3708 21.5708 20.2 21.7667 19.95 21.9ZM7.95 21.9C7.7 22.0333 7.44583 22.0542 7.1875 21.9625C6.92917 21.8708 6.73333 21.7 6.6 21.45L5.1 18.45C4.96667 18.2 4.94583 17.9458 5.0375 17.6875C5.12917 17.4292 5.3 17.2333 5.55 17.1C5.8 16.9667 6.05417 16.9458 6.3125 17.0375C6.57083 17.1292 6.76667 17.3 6.9 17.55L8.4 20.55C8.53333 20.8 8.55417 21.0542 8.4625 21.3125C8.37083 21.5708 8.2 21.7667 7.95 21.9ZM7.5 16C5.98333 16 4.6875 15.4625 3.6125 14.3875C2.5375 13.3125 2 12.0167 2 10.5C2 9.11667 2.45833 7.90833 3.375 6.875C4.29167 5.84167 5.425 5.23333 6.775 5.05C7.30833 4.1 8.0375 3.35417 8.9625 2.8125C9.8875 2.27083 10.9 2 12 2C13.5 2 14.8042 2.47917 15.9125 3.4375C17.0208 4.39583 17.6917 5.59167 17.925 7.025C19.075 7.125 20.0417 7.6 20.825 8.45C21.6083 9.3 22 10.3167 22 11.5C22 12.75 21.5625 13.8125 20.6875 14.6875C19.8125 15.5625 18.75 16 17.5 16H7.5ZM7.5 14H17.5C18.2 14 18.7917 13.7583 19.275 13.275C19.7583 12.7917 20 12.2 20 11.5C20 10.8 19.7583 10.2083 19.275 9.725C18.7917 9.24167 18.2 9 17.5 9H16V8C16 6.9 15.6083 5.95833 14.825 5.175C14.0417 4.39167 13.1 4 12 4C11.2 4 10.4708 4.21667 9.8125 4.65C9.15417 5.08333 8.65833 5.66667 8.325 6.4L8.075 7H7.45C6.5 7.03333 5.6875 7.3875 5.0125 8.0625C4.3375 8.7375 4 9.55 4 10.5C4 11.4667 4.34167 12.2917 5.025 12.975C5.70833 13.6583 6.53333 14 7.5 14Z" fill="var(--nys-icon-color, currentcolor)"/>
959
+ </g>
960
+ </svg>`,
961
+ // *** Intent *** //
962
+ check_circle: `<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none">
963
+ <mask id="mask0_12372_373" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24">
964
+ <rect width="24" height="24" fill="#D9D9D9"/>
965
+ </mask>
966
+ <g mask="url(#mask0_12372_373)">
967
+ <path d="M10.6 13.8L8.45 11.65C8.26667 11.4667 8.03333 11.375 7.75 11.375C7.46667 11.375 7.23333 11.4667 7.05 11.65C6.86667 11.8333 6.775 12.0667 6.775 12.35C6.775 12.6333 6.86667 12.8667 7.05 13.05L9.9 15.9C10.1 16.1 10.3333 16.2 10.6 16.2C10.8667 16.2 11.1 16.1 11.3 15.9L16.95 10.25C17.1333 10.0667 17.225 9.83333 17.225 9.55C17.225 9.26667 17.1333 9.03333 16.95 8.85C16.7667 8.66667 16.5333 8.575 16.25 8.575C15.9667 8.575 15.7333 8.66667 15.55 8.85L10.6 13.8ZM12 22C10.6167 22 9.31667 21.7375 8.1 21.2125C6.88333 20.6875 5.825 19.975 4.925 19.075C4.025 18.175 3.3125 17.1167 2.7875 15.9C2.2625 14.6833 2 13.3833 2 12C2 10.6167 2.2625 9.31667 2.7875 8.1C3.3125 6.88333 4.025 5.825 4.925 4.925C5.825 4.025 6.88333 3.3125 8.1 2.7875C9.31667 2.2625 10.6167 2 12 2C13.3833 2 14.6833 2.2625 15.9 2.7875C17.1167 3.3125 18.175 4.025 19.075 4.925C19.975 5.825 20.6875 6.88333 21.2125 8.1C21.7375 9.31667 22 10.6167 22 12C22 13.3833 21.7375 14.6833 21.2125 15.9C20.6875 17.1167 19.975 18.175 19.075 19.075C18.175 19.975 17.1167 20.6875 15.9 21.2125C14.6833 21.7375 13.3833 22 12 22ZM12 20C14.2333 20 16.125 19.225 17.675 17.675C19.225 16.125 20 14.2333 20 12C20 9.76667 19.225 7.875 17.675 6.325C16.125 4.775 14.2333 4 12 4C9.76667 4 7.875 4.775 6.325 6.325C4.775 7.875 4 9.76667 4 12C4 14.2333 4.775 16.125 6.325 17.675C7.875 19.225 9.76667 20 12 20Z" fill="var(--nys-icon-color, currentcolor)"/>
968
+ </g>
969
+ </svg>`,
970
+ emergency_home: `<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none">
971
+ <mask id="mask0_12372_416" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24">
972
+ <rect width="24" height="24" fill="#D9D9D9"/>
973
+ </mask>
974
+ <g mask="url(#mask0_12372_416)">
975
+ <path d="M12 22.0251C11.7333 22.0251 11.4791 21.9751 11.2375 21.8751C10.9958 21.7751 10.775 21.6334 10.575 21.4501L2.54998 13.4251C2.36664 13.2251 2.22498 13.0043 2.12498 12.7626C2.02498 12.5209 1.97498 12.2668 1.97498 12.0001C1.97498 11.7334 2.02498 11.4751 2.12498 11.2251C2.22498 10.9751 2.36664 10.7584 2.54998 10.5751L10.575 2.5501C10.775 2.3501 10.9958 2.20426 11.2375 2.1126C11.4791 2.02093 11.7333 1.9751 12 1.9751C12.2666 1.9751 12.525 2.02093 12.775 2.1126C13.025 2.20426 13.2416 2.3501 13.425 2.5501L21.45 10.5751C21.65 10.7584 21.7958 10.9751 21.8875 11.2251C21.9791 11.4751 22.025 11.7334 22.025 12.0001C22.025 12.2668 21.9791 12.5209 21.8875 12.7626C21.7958 13.0043 21.65 13.2251 21.45 13.4251L13.425 21.4501C13.2416 21.6334 13.025 21.7751 12.775 21.8751C12.525 21.9751 12.2666 22.0251 12 22.0251ZM12 20.0251L20.025 12.0001L12 3.9751L3.97498 12.0001L12 20.0251ZM12 13.0001C12.2833 13.0001 12.5208 12.9043 12.7125 12.7126C12.9041 12.5209 13 12.2834 13 12.0001V8.0001C13 7.71676 12.9041 7.47926 12.7125 7.2876C12.5208 7.09593 12.2833 7.0001 12 7.0001C11.7166 7.0001 11.4791 7.09593 11.2875 7.2876C11.0958 7.47926 11 7.71676 11 8.0001V12.0001C11 12.2834 11.0958 12.5209 11.2875 12.7126C11.4791 12.9043 11.7166 13.0001 12 13.0001ZM12 16.0001C12.2833 16.0001 12.5208 15.9043 12.7125 15.7126C12.9041 15.5209 13 15.2834 13 15.0001C13 14.7168 12.9041 14.4793 12.7125 14.2876C12.5208 14.0959 12.2833 14.0001 12 14.0001C11.7166 14.0001 11.4791 14.0959 11.2875 14.2876C11.0958 14.4793 11 14.7168 11 15.0001C11 15.2834 11.0958 15.5209 11.2875 15.7126C11.4791 15.9043 11.7166 16.0001 12 16.0001Z" fill="var(--nys-icon-color, currentcolor)"/>
976
+ </g>
977
+ </svg>`,
978
+ error: `<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none">
979
+ <mask id="mask0_12372_472" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24">
980
+ <rect width="24" height="24" fill="#D9D9D9"/>
981
+ </mask>
982
+ <g mask="url(#mask0_12372_472)">
983
+ <path d="M12 17C12.2833 17 12.5208 16.9042 12.7125 16.7125C12.9042 16.5208 13 16.2833 13 16C13 15.7167 12.9042 15.4792 12.7125 15.2875C12.5208 15.0958 12.2833 15 12 15C11.7167 15 11.4792 15.0958 11.2875 15.2875C11.0958 15.4792 11 15.7167 11 16C11 16.2833 11.0958 16.5208 11.2875 16.7125C11.4792 16.9042 11.7167 17 12 17ZM12 13C12.2833 13 12.5208 12.9042 12.7125 12.7125C12.9042 12.5208 13 12.2833 13 12V8C13 7.71667 12.9042 7.47917 12.7125 7.2875C12.5208 7.09583 12.2833 7 12 7C11.7167 7 11.4792 7.09583 11.2875 7.2875C11.0958 7.47917 11 7.71667 11 8V12C11 12.2833 11.0958 12.5208 11.2875 12.7125C11.4792 12.9042 11.7167 13 12 13ZM12 22C10.6167 22 9.31667 21.7375 8.1 21.2125C6.88333 20.6875 5.825 19.975 4.925 19.075C4.025 18.175 3.3125 17.1167 2.7875 15.9C2.2625 14.6833 2 13.3833 2 12C2 10.6167 2.2625 9.31667 2.7875 8.1C3.3125 6.88333 4.025 5.825 4.925 4.925C5.825 4.025 6.88333 3.3125 8.1 2.7875C9.31667 2.2625 10.6167 2 12 2C13.3833 2 14.6833 2.2625 15.9 2.7875C17.1167 3.3125 18.175 4.025 19.075 4.925C19.975 5.825 20.6875 6.88333 21.2125 8.1C21.7375 9.31667 22 10.6167 22 12C22 13.3833 21.7375 14.6833 21.2125 15.9C20.6875 17.1167 19.975 18.175 19.075 19.075C18.175 19.975 17.1167 20.6875 15.9 21.2125C14.6833 21.7375 13.3833 22 12 22ZM12 20C14.2333 20 16.125 19.225 17.675 17.675C19.225 16.125 20 14.2333 20 12C20 9.76667 19.225 7.875 17.675 6.325C16.125 4.775 14.2333 4 12 4C9.76667 4 7.875 4.775 6.325 6.325C4.775 7.875 4 9.76667 4 12C4 14.2333 4.775 16.125 6.325 17.675C7.875 19.225 9.76667 20 12 20Z" fill="var(--nys-icon-color, currentcolor)"/>
984
+ </g>
985
+ </svg>`,
986
+ info: `<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none">
987
+ <mask id="mask0_12372_603" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24">
988
+ <rect width="24" height="24" fill="#D9D9D9"/>
989
+ </mask>
990
+ <g mask="url(#mask0_12372_603)">
991
+ <path d="M12 17C12.2833 17 12.5208 16.9042 12.7125 16.7125C12.9042 16.5208 13 16.2833 13 16V12C13 11.7167 12.9042 11.4792 12.7125 11.2875C12.5208 11.0958 12.2833 11 12 11C11.7167 11 11.4792 11.0958 11.2875 11.2875C11.0958 11.4792 11 11.7167 11 12V16C11 16.2833 11.0958 16.5208 11.2875 16.7125C11.4792 16.9042 11.7167 17 12 17ZM12 9C12.2833 9 12.5208 8.90417 12.7125 8.7125C12.9042 8.52083 13 8.28333 13 8C13 7.71667 12.9042 7.47917 12.7125 7.2875C12.5208 7.09583 12.2833 7 12 7C11.7167 7 11.4792 7.09583 11.2875 7.2875C11.0958 7.47917 11 7.71667 11 8C11 8.28333 11.0958 8.52083 11.2875 8.7125C11.4792 8.90417 11.7167 9 12 9ZM12 22C10.6167 22 9.31667 21.7375 8.1 21.2125C6.88333 20.6875 5.825 19.975 4.925 19.075C4.025 18.175 3.3125 17.1167 2.7875 15.9C2.2625 14.6833 2 13.3833 2 12C2 10.6167 2.2625 9.31667 2.7875 8.1C3.3125 6.88333 4.025 5.825 4.925 4.925C5.825 4.025 6.88333 3.3125 8.1 2.7875C9.31667 2.2625 10.6167 2 12 2C13.3833 2 14.6833 2.2625 15.9 2.7875C17.1167 3.3125 18.175 4.025 19.075 4.925C19.975 5.825 20.6875 6.88333 21.2125 8.1C21.7375 9.31667 22 10.6167 22 12C22 13.3833 21.7375 14.6833 21.2125 15.9C20.6875 17.1167 19.975 18.175 19.075 19.075C18.175 19.975 17.1167 20.6875 15.9 21.2125C14.6833 21.7375 13.3833 22 12 22ZM12 20C14.2333 20 16.125 19.225 17.675 17.675C19.225 16.125 20 14.2333 20 12C20 9.76667 19.225 7.875 17.675 6.325C16.125 4.775 14.2333 4 12 4C9.76667 4 7.875 4.775 6.325 6.325C4.775 7.875 4 9.76667 4 12C4 14.2333 4.775 16.125 6.325 17.675C7.875 19.225 9.76667 20 12 20Z" fill="var(--nys-icon-color, currentcolor)"/>
992
+ </g>
993
+ </svg>`,
994
+ warning: `<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none">
995
+ <mask id="mask0_12372_475" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24">
996
+ <rect width="24" height="24" fill="#D9D9D9"/>
997
+ </mask>
998
+ <g mask="url(#mask0_12372_475)">
999
+ <path d="M2.72503 21C2.5417 21 2.37503 20.9542 2.22503 20.8625C2.07503 20.7708 1.95837 20.65 1.87503 20.5C1.7917 20.35 1.74587 20.1875 1.73753 20.0125C1.7292 19.8375 1.77503 19.6667 1.87503 19.5L11.125 3.5C11.225 3.33333 11.3542 3.20833 11.5125 3.125C11.6709 3.04167 11.8334 3 12 3C12.1667 3 12.3292 3.04167 12.4875 3.125C12.6459 3.20833 12.775 3.33333 12.875 3.5L22.125 19.5C22.225 19.6667 22.2709 19.8375 22.2625 20.0125C22.2542 20.1875 22.2084 20.35 22.125 20.5C22.0417 20.65 21.925 20.7708 21.775 20.8625C21.625 20.9542 21.4584 21 21.275 21H2.72503ZM4.45003 19H19.55L12 6L4.45003 19ZM12 18C12.2834 18 12.5209 17.9042 12.7125 17.7125C12.9042 17.5208 13 17.2833 13 17C13 16.7167 12.9042 16.4792 12.7125 16.2875C12.5209 16.0958 12.2834 16 12 16C11.7167 16 11.4792 16.0958 11.2875 16.2875C11.0959 16.4792 11 16.7167 11 17C11 17.2833 11.0959 17.5208 11.2875 17.7125C11.4792 17.9042 11.7167 18 12 18ZM12 15C12.2834 15 12.5209 14.9042 12.7125 14.7125C12.9042 14.5208 13 14.2833 13 14V11C13 10.7167 12.9042 10.4792 12.7125 10.2875C12.5209 10.0958 12.2834 10 12 10C11.7167 10 11.4792 10.0958 11.2875 10.2875C11.0959 10.4792 11 10.7167 11 11V14C11 14.2833 11.0959 14.5208 11.2875 14.7125C11.4792 14.9042 11.7167 15 12 15Z" fill="var(--nys-icon-color, currentcolor)"/>
1000
+ </g>
1001
+ </svg>`,
1002
+ // *** Social *** //
1003
+ social_facebook: `<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none">
1004
+ <mask id="mask0_12372_332" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24">
1005
+ <rect width="24" height="24" fill="#D9D9D9"/>
1006
+ </mask>
1007
+ <g mask="url(#mask0_12372_332)">
1008
+ <path d="M12.0367 2C6.49365 2 2 6.49365 2 12.0367C2 16.7436 5.24066 20.6932 9.61226 21.778V15.104H7.54269V12.0367H9.61226V10.7151C9.61226 7.29899 11.1583 5.7156 14.5122 5.7156C15.1481 5.7156 16.2453 5.84046 16.6942 5.96491V8.74509C16.4573 8.7202 16.0458 8.70775 15.5347 8.70775C13.8891 8.70775 13.2532 9.33123 13.2532 10.952V12.0367H16.5316L15.9683 15.104H13.2532V22C18.223 21.3998 22.0739 17.1683 22.0739 12.0367C22.0735 6.49365 17.5798 2 12.0367 2Z" fill="var(--nys-icon-color, currentcolor)"/>
1009
+ </g>
1010
+ </svg>`,
1011
+ social_flickr: `<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none">
1012
+ <mask id="mask0_12372_698" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24">
1013
+ <rect width="24" height="24" fill="#D9D9D9"/>
1014
+ </mask>
1015
+ <g mask="url(#mask0_12372_698)">
1016
+ <path d="M20.4375 2H3.5625C2.69922 2 2 2.69922 2 3.5625V20.4375C2 21.3008 2.69922 22 3.5625 22H20.4375C21.3008 22 22 21.3008 22 20.4375V3.5625C22 2.69922 21.3008 2 20.4375 2ZM9.20313 14.2031C7.98828 14.2031 7 13.2148 7 12C7 10.7852 7.98438 9.79688 9.20313 9.79688C10.4219 9.79688 11.4063 10.7852 11.4063 12C11.4063 13.2148 10.4219 14.2031 9.20313 14.2031ZM14.7969 14.2031C13.5781 14.2031 12.5938 13.2148 12.5938 12C12.5938 10.7852 13.5781 9.79688 14.7969 9.79688C16.0117 9.79688 17 10.7852 17 12C17 13.2148 16.0156 14.2031 14.7969 14.2031Z" fill="var(--nys-icon-color, currentcolor)"/>
1017
+ </g>
1018
+ </svg>`,
1019
+ social_google_play: `<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none">
1020
+ <mask id="mask0_12372_532" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24">
1021
+ <rect width="24" height="24" fill="#D9D9D9"/>
1022
+ </mask>
1023
+ <g mask="url(#mask0_12372_532)">
1024
+ <path d="M6.1202 2.50833L17.0372 8.79667L14.6972 11.1408L6.1202 2.50833ZM3.85845 2L13.8795 12L3.85928 22C3.34937 21.7742 3 21.2717 3 20.6875C3 20.6683 3 20.6492 3.00083 20.6308V20.6333V3.3675C3 3.35167 3 3.3325 3 3.31333C3 2.72917 3.34937 2.22667 3.85013 2.00417L3.85928 2.00083L3.85845 2ZM20.4302 10.8283C20.7746 11.0842 20.995 11.4908 20.995 11.9483C20.995 11.9667 20.995 11.9842 20.9942 12.0025V12C20.9975 12.0358 21 12.0783 21 12.1208C21 12.5508 20.792 12.9325 20.471 13.1692L20.4676 13.1717L18.1277 14.4992L15.5939 12L18.1285 9.46083L20.4302 10.8283ZM6.1202 21.4917L14.698 12.8592L17.038 15.2033L6.1202 21.4917Z" fill="var(--nys-icon-color, currentcolor)"/>
1025
+ </g>
1026
+ </svg>`,
1027
+ social_instagram: `<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none">
1028
+ <mask id="mask0_12372_637" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24">
1029
+ <rect width="24" height="24" fill="#D9D9D9"/>
1030
+ </mask>
1031
+ <g mask="url(#mask0_12372_637)">
1032
+ <path d="M12.002 3.80113C14.6744 3.80113 14.9908 3.81285 16.0418 3.85974C17.0186 3.90272 17.546 4.06681 17.8976 4.20356C18.3626 4.38328 18.6986 4.60207 19.0463 4.9498C19.3979 5.30143 19.6128 5.63352 19.7925 6.09846C19.9293 6.45009 20.0934 6.98144 20.1364 7.95429C20.1832 9.00918 20.195 9.32565 20.195 11.9941C20.195 14.6665 20.1832 14.983 20.1364 16.034C20.0934 17.0107 19.9293 17.5382 19.7925 17.8898C19.6128 18.3548 19.394 18.6908 19.0463 19.0385C18.6947 19.3901 18.3626 19.605 17.8976 19.7847C17.546 19.9215 17.0147 20.0856 16.0418 20.1285C14.9869 20.1754 14.6704 20.1871 12.002 20.1871C9.32956 20.1871 9.01309 20.1754 7.9621 20.1285C6.98535 20.0856 6.4579 19.9215 6.10627 19.7847C5.64134 19.605 5.30533 19.3862 4.95761 19.0385C4.60598 18.6869 4.39109 18.3548 4.21137 17.8898C4.07462 17.5382 3.91053 17.0068 3.86755 16.034C3.82067 14.9791 3.80895 14.6626 3.80895 11.9941C3.80895 9.32174 3.82067 9.00527 3.86755 7.95429C3.91053 6.97753 4.07462 6.45009 4.21137 6.09846C4.39109 5.63352 4.60988 5.29752 4.95761 4.9498C5.30924 4.59816 5.64134 4.38328 6.10627 4.20356C6.4579 4.06681 6.98926 3.90272 7.9621 3.85974C9.01309 3.81285 9.32956 3.80113 12.002 3.80113ZM12.002 2C9.28658 2 8.94667 2.01172 7.88006 2.05861C6.81735 2.10549 6.08674 2.2774 5.4538 2.52354C4.79351 2.7814 4.23481 3.12131 3.68002 3.68002C3.12131 4.23481 2.7814 4.79351 2.52354 5.44989C2.2774 6.08674 2.10549 6.81344 2.05861 7.87615C2.01172 8.94667 2 9.28658 2 12.002C2 14.7173 2.01172 15.0572 2.05861 16.1239C2.10549 17.1866 2.2774 17.9172 2.52354 18.5501C2.7814 19.2104 3.12131 19.7691 3.68002 20.3239C4.23481 20.8787 4.79351 21.2225 5.44989 21.4765C6.08674 21.7226 6.81344 21.8945 7.87615 21.9414C8.94276 21.9883 9.28267 22 11.998 22C14.7134 22 15.0533 21.9883 16.1199 21.9414C17.1827 21.8945 17.9133 21.7226 18.5462 21.4765C19.2026 21.2225 19.7613 20.8787 20.3161 20.3239C20.8709 19.7691 21.2147 19.2104 21.4686 18.554C21.7148 17.9172 21.8867 17.1905 21.9336 16.1278C21.9805 15.0611 21.9922 14.7212 21.9922 12.0059C21.9922 9.29049 21.9805 8.95058 21.9336 7.88396C21.8867 6.82125 21.7148 6.09064 21.4686 5.45771C21.2225 4.79351 20.8826 4.23481 20.3239 3.68002C19.7691 3.12522 19.2104 2.7814 18.554 2.52745C17.9172 2.2813 17.1905 2.1094 16.1278 2.06251C15.0572 2.01172 14.7173 2 12.002 2Z" fill="var(--nys-icon-color, currentcolor)"/>
1033
+ <path d="M12.002 6.86423C9.16546 6.86423 6.86423 9.16546 6.86423 12.002C6.86423 14.8384 9.16546 17.1397 12.002 17.1397C14.8384 17.1397 17.1397 14.8384 17.1397 12.002C17.1397 9.16546 14.8384 6.86423 12.002 6.86423ZM12.002 15.3346C10.1618 15.3346 8.66927 13.8422 8.66927 12.002C8.66927 10.1618 10.1618 8.66927 12.002 8.66927C13.8422 8.66927 15.3346 10.1618 15.3346 12.002C15.3346 13.8422 13.8422 15.3346 12.002 15.3346Z" fill="var(--nys-icon-color, currentcolor)"/>
1034
+ <path d="M18.5423 6.66103C18.5423 7.32522 18.0031 7.86048 17.3428 7.86048C16.6786 7.86048 16.1434 7.32131 16.1434 6.66103C16.1434 5.99683 16.6826 5.46157 17.3428 5.46157C18.0031 5.46157 18.5423 6.00074 18.5423 6.66103Z" fill="var(--nys-icon-color, currentcolor)"/>
1035
+ </g>
1036
+ </svg>`,
1037
+ social_linkedin: `<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none">
1038
+ <mask id="mask0_12372_708" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24">
1039
+ <rect width="24" height="24" fill="#D9D9D9"/>
1040
+ </mask>
1041
+ <g mask="url(#mask0_12372_708)">
1042
+ <path d="M20.5195 2H3.47656C2.66016 2 2 2.64453 2 3.44141V20.5547C2 21.3516 2.66016 22 3.47656 22H20.5195C21.3359 22 22 21.3516 22 20.5586V3.44141C22 2.64453 21.3359 2 20.5195 2ZM7.93359 19.043H4.96484V9.49609H7.93359V19.043ZM6.44922 8.19531C5.49609 8.19531 4.72656 7.42578 4.72656 6.47656C4.72656 5.52734 5.49609 4.75781 6.44922 4.75781C7.39844 4.75781 8.16797 5.52734 8.16797 6.47656C8.16797 7.42188 7.39844 8.19531 6.44922 8.19531ZM19.043 19.043H16.0781V14.4023C16.0781 13.2969 16.0586 11.8711 14.5352 11.8711C12.9922 11.8711 12.7578 13.0781 12.7578 14.3242V19.043H9.79688V9.49609H12.6406V10.8008H12.6797C13.0742 10.0508 14.043 9.25781 15.4844 9.25781C18.4883 9.25781 19.043 11.2344 19.043 13.8047V19.043Z" fill="var(--nys-icon-color, currentcolor)"/>
1043
+ </g>
1044
+ </svg>`,
1045
+ social_pinterest: `<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none">
1046
+ <mask id="mask0_12372_656" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24">
1047
+ <rect width="24" height="24" fill="#D9D9D9"/>
1048
+ </mask>
1049
+ <g mask="url(#mask0_12372_656)">
1050
+ <path d="M12 2C6.47656 2 2 6.47656 2 12C2 16.2383 4.63672 19.8555 8.35547 21.3125C8.26953 20.5195 8.1875 19.3086 8.39063 18.4453C8.57422 17.6641 9.5625 13.4766 9.5625 13.4766C9.5625 13.4766 9.26172 12.8789 9.26172 11.9922C9.26172 10.6016 10.0664 9.5625 11.0703 9.5625C11.9219 9.5625 12.3359 10.2031 12.3359 10.9727C12.3359 11.832 11.7891 13.1133 11.5078 14.3008C11.2734 15.2969 12.0078 16.1094 12.9883 16.1094C14.7656 16.1094 16.1328 14.2344 16.1328 11.5312C16.1328 9.13672 14.4141 7.46094 11.957 7.46094C9.11328 7.46094 7.44141 9.59375 7.44141 11.8008C7.44141 12.6602 7.77344 13.582 8.1875 14.082C8.26953 14.1797 8.28125 14.2695 8.25781 14.3672C8.18359 14.6836 8.01172 15.3633 7.98047 15.5C7.9375 15.6836 7.83594 15.7227 7.64453 15.6328C6.39453 15.0508 5.61328 13.2266 5.61328 11.7578C5.61328 8.60156 7.90625 5.70703 12.2188 5.70703C15.6875 5.70703 18.3828 8.17969 18.3828 11.4844C18.3828 14.9297 16.2109 17.7031 13.1953 17.7031C12.1836 17.7031 11.2305 17.1758 10.9023 16.5547C10.9023 16.5547 10.4023 18.4648 10.2812 18.9336C10.0547 19.8008 9.44531 20.8906 9.03906 21.5547C9.97656 21.8438 10.9687 22 12 22C17.5234 22 22 17.5234 22 12C22 6.47656 17.5234 2 12 2Z" fill="var(--nys-icon-color, currentcolor)"/>
1051
+ </g>
1052
+ </svg>`,
1053
+ social_rss: `<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none">
1054
+ <mask id="mask0_12372_723" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24">
1055
+ <rect width="24" height="24" fill="#D9D9D9"/>
1056
+ </mask>
1057
+ <g mask="url(#mask0_12372_723)">
1058
+ <path d="M2 8.79688V12.6172C4.49219 12.6172 6.85156 13.6016 8.61719 15.3672C10.3828 17.1328 11.3594 19.4922 11.3594 21.9922V22H15.1953C15.1953 18.3594 13.7109 15.0703 11.3203 12.6719C8.9375 10.2812 5.64062 8.80469 2 8.79688Z" fill="var(--nys-icon-color, currentcolor)"/>
1059
+ <path d="M4.65625 16.6797C3.92188 16.6797 3.26562 16.9766 2.78125 17.4609C2.29688 17.9453 2 18.6016 2 19.3359C2 20.0625 2.29688 20.7188 2.78125 21.2031C3.26562 21.6797 3.92188 21.9766 4.65625 21.9766C5.39062 21.9766 6.04688 21.6875 6.53125 21.2031C7.01562 20.7188 7.3125 20.0625 7.3125 19.3359C7.3125 18.6016 7.01562 17.9453 6.53125 17.4609C6.04688 16.9766 5.39062 16.6797 4.65625 16.6797Z" fill="var(--nys-icon-color, currentcolor)"/>
1060
+ <path d="M16.1328 7.86719C12.5156 4.24219 7.52344 2 2.00781 2V5.82031C10.9219 5.82812 18.1641 13.0859 18.1719 22H22C22 16.4844 19.7578 11.4922 16.1328 7.86719Z" fill="var(--nys-icon-color, currentcolor)"/>
1061
+ </g>
1062
+ </svg>`,
1063
+ social_snapchat: `<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none">
1064
+ <mask id="mask0_12372_686" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24">
1065
+ <rect width="24" height="24" fill="#D9D9D9"/>
1066
+ </mask>
1067
+ <g mask="url(#mask0_12372_686)">
1068
+ <path d="M20.581 16.7331C17.4839 15.2334 16.9903 12.9179 16.9683 12.7462C16.9417 12.5381 16.9116 12.3746 17.141 12.163C17.3623 11.9585 18.3439 11.3508 18.6162 11.1606C19.0664 10.8457 19.2647 10.5314 19.1185 10.145C19.0163 9.87763 18.7675 9.77694 18.5053 9.77694C18.4227 9.77719 18.3402 9.78645 18.2596 9.80454C17.7649 9.91188 17.2846 10.1598 17.0066 10.2267C16.9732 10.2354 16.9389 10.24 16.9044 10.2405C16.7562 10.2405 16.7 10.1746 16.7143 9.99622C16.7491 9.45543 16.8226 8.39991 16.7373 7.41391C16.6203 6.05733 16.1829 5.38517 15.6642 4.79071C15.4133 4.50242 14.2483 3.26392 11.9999 3.26392C9.75152 3.26392 8.58799 4.50242 8.33862 4.78713C7.81843 5.38159 7.38153 6.05375 7.26554 7.41033C7.1802 8.39633 7.25685 9.45134 7.28853 9.99264C7.29875 10.1623 7.24663 10.237 7.09844 10.237C7.06395 10.2364 7.02965 10.2317 6.99624 10.2232C6.71877 10.1562 6.23844 9.9083 5.7438 9.80096C5.66311 9.78287 5.5807 9.77361 5.49801 9.77336C5.23485 9.77336 4.98702 9.87559 4.88482 10.1414C4.73867 10.5278 4.93592 10.8422 5.38764 11.157C5.66 11.3472 6.64161 11.9544 6.86287 12.1594C7.0918 12.371 7.06216 12.5346 7.03559 12.7426C7.01362 12.9169 6.51949 15.2324 3.42287 16.7295C3.24146 16.8175 2.93282 17.0035 3.47703 17.3041C4.33141 17.7764 4.90015 17.7258 5.34216 18.0105C5.71723 18.2522 5.49546 18.7736 5.76833 18.9617C6.10354 19.1933 7.09435 18.9454 8.37439 19.3681C9.44748 19.7218 10.0995 20.7211 12.0024 20.7211C13.9054 20.7211 14.5763 19.7172 15.6305 19.3681C16.908 18.9454 17.9008 19.1933 18.2366 18.9617C18.5089 18.7736 18.2877 18.2522 18.6627 18.0105C19.1047 17.7258 19.673 17.7764 20.5279 17.3041C21.071 17.0071 20.7624 16.821 20.581 16.7331Z" fill="var(--nys-icon-color, currentcolor)"/>
1069
+ </g>
1070
+ </svg>`,
1071
+ social_soundcloud: `<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none">
1072
+ <mask id="mask0_12372_645" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24">
1073
+ <rect width="24" height="24" fill="#D9D9D9"/>
1074
+ </mask>
1075
+ <g mask="url(#mask0_12372_645)">
1076
+ <path d="M2.9661 12.6702C2.92334 12.6702 2.88837 12.7054 2.88284 12.7539L2.68627 14.6152L2.88284 16.4351C2.88837 16.4837 2.92334 16.5191 2.9661 16.5191C3.00823 16.5191 3.04239 16.4843 3.04914 16.4353L3.27292 14.615L3.04914 12.7537C3.04239 12.7043 3.00823 12.6702 2.9661 12.6702Z" fill="var(--nys-icon-color, currentcolor)"/>
1077
+ <path d="M2.22664 13.3833C2.18512 13.3833 2.15198 13.4163 2.14646 13.4644L2 14.6152L2.14646 15.7464C2.15178 15.7943 2.18491 15.8274 2.22664 15.8274C2.26714 15.8274 2.30008 15.7943 2.30662 15.7469L2.47988 14.6152L2.30662 13.4634C2.30008 13.4163 2.26714 13.3833 2.22664 13.3833Z" fill="var(--nys-icon-color, currentcolor)"/>
1078
+ <path d="M3.75178 12.3052C3.699 12.3052 3.65687 12.348 3.65155 12.4069L3.46479 14.6152L3.65155 16.7427C3.65687 16.8018 3.699 16.8444 3.75178 16.8444C3.80353 16.8444 3.84567 16.8018 3.8518 16.7429L4.06372 14.615L3.8518 12.4067C3.84567 12.348 3.80353 12.3052 3.75178 12.3052Z" fill="var(--nys-icon-color, currentcolor)"/>
1079
+ <path d="M4.544 12.2272C4.48182 12.2272 4.4313 12.2785 4.42639 12.3468L4.25006 14.6158L4.42639 16.8105C4.4313 16.8783 4.48182 16.9298 4.544 16.9298C4.60516 16.9298 4.65548 16.8783 4.66121 16.8105L4.86147 14.6158L4.66121 12.3463C4.65548 12.2785 4.60516 12.2272 4.544 12.2272Z" fill="var(--nys-icon-color, currentcolor)"/>
1080
+ <path d="M5.47655 12.5102C5.47164 12.4328 5.41355 12.3737 5.34237 12.3737C5.27016 12.3737 5.21248 12.4326 5.20798 12.5108L5.04147 14.6156L5.20798 16.8287C5.21248 16.9065 5.27037 16.9657 5.34237 16.9657C5.41376 16.9657 5.47164 16.9067 5.47655 16.8289L5.66535 14.6156L5.47655 12.5102Z" fill="var(--nys-icon-color, currentcolor)"/>
1081
+ <path d="M6.14748 11.037C6.06648 11.037 6.0002 11.1053 5.99611 11.1924L5.83984 14.6167L5.99611 16.8296C6.00041 16.9156 6.06668 16.9841 6.14748 16.9841C6.22767 16.9841 6.29394 16.9159 6.29885 16.8289V16.8298L6.47558 14.6169L6.29885 11.1924C6.29374 11.1053 6.22746 11.037 6.14748 11.037Z" fill="var(--nys-icon-color, currentcolor)"/>
1082
+ <path d="M6.94625 10.2483C6.85564 10.2483 6.78179 10.3242 6.7777 10.4211C6.7777 10.4215 6.63145 14.6285 6.63145 14.6285L6.77791 16.8277C6.782 16.9241 6.85564 17 6.94625 17C7.03626 17 7.11071 16.9241 7.1146 16.8273V16.8285L7.28008 14.6285L7.1146 10.4211C7.11071 10.3242 7.03626 10.2483 6.94625 10.2483Z" fill="var(--nys-icon-color, currentcolor)"/>
1083
+ <path d="M7.77673 9.86804C7.6763 9.86804 7.59468 9.95198 7.5912 10.0588L7.45518 14.6177L7.5912 16.7942C7.59489 16.9002 7.6763 16.9839 7.77673 16.9839C7.87655 16.9839 7.95817 16.9002 7.96226 16.7935V16.7948L8.11588 14.6179L7.96226 10.0588C7.95796 9.95198 7.87655 9.86804 7.77673 9.86804Z" fill="var(--nys-icon-color, currentcolor)"/>
1084
+ <path d="M8.80337 9.90556C8.7999 9.78855 8.71092 9.69677 8.60107 9.69677C8.49041 9.69677 8.40143 9.78877 8.39836 9.90556L8.27236 14.6177L8.39857 16.7806C8.40164 16.8964 8.49041 16.9879 8.60107 16.9879C8.71092 16.9879 8.8001 16.8964 8.80337 16.78L8.94533 14.6184L8.80337 9.90556Z" fill="var(--nys-icon-color, currentcolor)"/>
1085
+ <path d="M9.43176 9.8C9.31107 9.8 9.21473 9.89941 9.21186 10.0264L9.09609 14.6186L9.21227 16.7605C9.21493 16.8862 9.31107 16.986 9.43176 16.986C9.55162 16.986 9.64797 16.886 9.65124 16.7592V16.7609L9.78174 14.6182L9.65124 10.0257C9.64797 9.89899 9.55162 9.8 9.43176 9.8Z" fill="var(--nys-icon-color, currentcolor)"/>
1086
+ <path d="M10.269 9.94986C10.1389 9.94986 10.0346 10.0573 10.0321 10.1943L9.92636 14.6186L10.0321 16.7478C10.0346 16.8834 10.1389 16.9905 10.269 16.9905C10.3989 16.9905 10.503 16.8834 10.5054 16.7463V16.748L10.6241 14.6192L10.5054 10.1945C10.503 10.0573 10.3989 9.94986 10.269 9.94986Z" fill="var(--nys-icon-color, currentcolor)"/>
1087
+ <path d="M11.2529 9.13676C11.2128 9.10857 11.1643 9.09204 11.1126 9.09204C11.0622 9.09204 11.0154 9.10794 10.9759 9.13464C10.9066 9.18149 10.8601 9.26225 10.8589 9.35424L10.8581 9.40384L10.7628 14.6177C10.7628 14.6207 10.8589 16.734 10.8589 16.734C10.8589 16.7374 10.8593 16.7397 10.8595 16.7429C10.8624 16.8018 10.8839 16.8561 10.9184 16.8991C10.9653 16.957 11.035 16.9943 11.1126 16.9943C11.1815 16.9943 11.2443 16.9648 11.2901 16.9173C11.3361 16.8701 11.3652 16.8048 11.3664 16.7323L11.4734 14.619L11.3666 9.35403C11.365 9.26352 11.32 9.18382 11.2529 9.13676Z" fill="var(--nys-icon-color, currentcolor)"/>
1088
+ <path d="M12.0903 8.63759C12.0502 8.61215 12.0028 8.59732 11.9526 8.59732C11.888 8.59732 11.8285 8.62148 11.7816 8.66133C11.7215 8.71284 11.6826 8.79041 11.6814 8.87732L11.6808 8.90615L11.5703 14.6199L11.6814 16.7039C11.6837 16.8559 11.805 16.9818 11.9526 16.9818C12.0997 16.9818 12.221 16.8559 12.2231 16.702V16.7045L12.3437 14.6201L12.2235 8.8769C12.222 8.77537 12.1684 8.68655 12.0903 8.63759Z" fill="var(--nys-icon-color, currentcolor)"/>
1089
+ <path d="M19.5399 11.9014C19.2032 11.9014 18.8812 11.9722 18.5887 12.0992C18.3925 9.80212 16.5336 8 14.2659 8C13.7108 8 13.1701 8.11319 12.6923 8.30459C12.5068 8.3792 12.4577 8.45551 12.4558 8.60431V16.6946C12.4577 16.8504 12.5743 16.9718 12.7213 16.9869C12.7277 16.9877 19.5403 16.9869 19.5403 16.9869C20.8989 16.9869 22 15.8584 22 14.4503C21.9998 13.0426 20.8987 11.9014 19.5399 11.9014Z" fill="var(--nys-icon-color, currentcolor)"/>
1090
+ </g>
1091
+ </svg>`,
1092
+ social_tiktok: `<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none">
1093
+ <mask id="mask0_12372_642" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24">
1094
+ <rect width="24" height="24" fill="#D9D9D9"/>
1095
+ </mask>
1096
+ <g mask="url(#mask0_12372_642)">
1097
+ <path d="M17.883 6.27729C17.7506 6.20752 17.6217 6.13104 17.4968 6.04813C17.1337 5.80333 16.8007 5.51489 16.5051 5.18901C15.7655 4.32613 15.4893 3.45076 15.3876 2.83787H15.3917C15.3067 2.32915 15.3418 2 15.3471 2H11.9785V15.2818C11.9785 15.4602 11.9785 15.6364 11.9712 15.8106C11.9712 15.8322 11.9691 15.8522 11.9679 15.8756C11.9679 15.8851 11.9679 15.8951 11.9658 15.9051C11.9658 15.9076 11.9658 15.9101 11.9658 15.9126C11.9303 16.3892 11.7805 16.8495 11.5296 17.2532C11.2786 17.6568 10.9342 17.9914 10.5267 18.2275C10.102 18.4739 9.62159 18.6032 9.13293 18.6025C7.56344 18.6025 6.29143 17.2976 6.29143 15.686C6.29143 14.0744 7.56344 12.7695 9.13293 12.7695C9.43002 12.7692 9.72529 12.8169 10.0078 12.9107L10.0119 9.41338C9.15432 9.30043 8.28314 9.36992 7.45327 9.61747C6.62339 9.86502 5.85284 10.2852 5.19021 10.8516C4.6096 11.366 4.12148 11.9798 3.74781 12.6653C3.60561 12.9153 3.0691 13.9198 3.00413 15.5502C2.96327 16.4755 3.23582 17.4342 3.36575 17.8305V17.8388C3.44748 18.0721 3.76415 18.8683 4.28023 19.5395C4.69638 20.078 5.18804 20.5509 5.73939 20.9432V20.9349L5.74756 20.9432C7.37834 22.0732 9.18645 21.999 9.18645 21.999C9.49945 21.9861 10.548 21.999 11.7387 21.4236C13.0593 20.7857 13.8111 19.8354 13.8111 19.8354C14.2915 19.2675 14.6734 18.6204 14.9405 17.9217C15.2454 17.1047 15.3471 16.1247 15.3471 15.7331V8.68675C15.388 8.71175 15.9323 9.07881 15.9323 9.07881C15.9323 9.07881 16.7164 9.59129 17.9398 9.92502C18.8175 10.1625 20 10.2125 20 10.2125V6.80268C19.5857 6.84851 18.7443 6.71518 17.883 6.27729Z" fill="var(--nys-icon-color, currentcolor)"/>
1098
+ </g>
1099
+ </svg>`,
1100
+ social_tumblr: `<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none">
1101
+ <mask id="mask0_12372_356" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24">
1102
+ <rect width="24" height="24" fill="#D9D9D9"/>
1103
+ </mask>
1104
+ <g mask="url(#mask0_12372_356)">
1105
+ <path d="M14.1667 22C11.1667 22 8.91675 20.4583 8.91675 16.75V10.8333H6.16675V7.625C9.16675 6.83333 10.4167 4.25 10.5834 2H13.7084V7.08333H17.3334V10.8333H13.7084V16C13.7084 17.5417 14.5001 18.0833 15.7501 18.0833H17.5001V22H14.1667Z" fill="var(--nys-icon-color, currentcolor)"/>
1106
+ </g>
1107
+ </svg>`,
1108
+ social_vimeo: `<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none">
1109
+ <mask id="mask0_12372_631" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24">
1110
+ <rect width="24" height="24" fill="#D9D9D9"/>
1111
+ </mask>
1112
+ <g mask="url(#mask0_12372_631)">
1113
+ <path d="M21.8881 4.69862C21.5362 3.22947 19.8797 2.81423 18.2069 3.07121C17.3489 3.20497 14.4525 4.49916 13.4656 7.60025C15.2117 7.46356 16.1279 7.72713 15.9598 9.67303C15.8886 10.4885 15.4838 11.3805 15.0286 12.2362C14.5054 13.2241 13.5212 15.1601 12.2329 13.7655C11.0727 12.5073 11.1617 10.1053 10.8975 8.5037C10.7477 7.60315 10.5914 6.48589 10.3004 5.56221C10.0519 4.76626 9.47709 3.80956 8.77407 3.59995C8.01998 3.37796 7.08804 3.72783 6.54143 4.05518C4.83909 5.06578 3.56386 6.45811 2.10226 7.65849C1.91782 7.84616 2.02704 8.00379 2.08913 8.14342C2.29904 8.47202 2.38014 8.67144 2.78041 8.73002C3.81954 8.88433 4.8077 7.74937 5.4963 8.93241C5.9175 9.65239 6.0489 10.4421 6.31772 11.2177C6.67544 12.2568 6.95332 13.3843 7.2476 14.5768C7.74663 16.592 8.35542 19.6046 10.0787 20.3458C10.9563 20.7212 12.276 20.218 12.9437 19.8167C14.7553 18.7305 16.2286 17.2052 17.375 15.5542C20.3584 11.2609 21.7887 6.94699 21.9442 6.12531C22.0548 5.52978 21.9823 5.0383 21.8881 4.69862Z" fill="var(--nys-icon-color, currentcolor)"/>
1114
+ </g>
1115
+ </svg>`,
1116
+ social_x: `<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none">
1117
+ <mask id="mask0_12372_289" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24">
1118
+ <rect width="24" height="24" fill="#D9D9D9"/>
1119
+ </mask>
1120
+ <g mask="url(#mask0_12372_289)">
1121
+ <path d="M18.4256 2H21.8185L14.4062 10.4718L23.1262 22H16.2985L10.9508 15.0082L4.83179 22H1.43692L9.36513 12.9385L1 2H8.00103L12.8349 8.39077L18.4256 2ZM17.2349 19.9692H19.1149L6.97949 3.9241H4.96205L17.2349 19.9692Z" fill="var(--nys-icon-color, currentcolor)"/>
1122
+ </g>
1123
+ </svg>`,
1124
+ social_youtube: `<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none">
1125
+ <mask id="mask0_12372_535" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24">
1126
+ <rect width="24" height="24" fill="#D9D9D9"/>
1127
+ </mask>
1128
+ <g mask="url(#mask0_12372_535)">
1129
+ <path d="M21.8008 8.03516C21.8008 8.03516 21.6055 6.65625 21.0039 6.05078C20.2422 5.25391 19.3906 5.25 19 5.20312C16.2031 5 12.0039 5 12.0039 5H11.9961C11.9961 5 7.79688 5 5 5.20312C4.60938 5.25 3.75781 5.25391 2.99609 6.05078C2.39453 6.65625 2.20312 8.03516 2.20312 8.03516C2.20312 8.03516 2 9.65625 2 11.2734V12.7891C2 14.4062 2.19922 16.0273 2.19922 16.0273C2.19922 16.0273 2.39453 17.4062 2.99219 18.0117C3.75391 18.8086 4.75391 18.7812 5.19922 18.8672C6.80078 19.0195 12 19.0664 12 19.0664C12 19.0664 16.2031 19.0586 19 18.8594C19.3906 18.8125 20.2422 18.8086 21.0039 18.0117C21.6055 17.4062 21.8008 16.0273 21.8008 16.0273C21.8008 16.0273 22 14.4102 22 12.7891V11.2734C22 9.65625 21.8008 8.03516 21.8008 8.03516ZM9.93359 14.6289V9.00781L15.3359 11.8281L9.93359 14.6289Z" fill="var(--nys-icon-color, currentcolor)"/>
1130
+ </g>
1131
+ </svg>`,
1132
+ // *** Filled *** //
1133
+ account_balance_filled: `<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none">
1134
+ <mask id="mask0_12372_695" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24">
1135
+ <rect width="24" height="24" fill="#D9D9D9"/>
1136
+ </mask>
1137
+ <g mask="url(#mask0_12372_695)">
1138
+ <path d="M4.22502 15.875V11.65C4.22502 11.2666 4.36252 10.9416 4.63752 10.675C4.91252 10.4083 5.24169 10.275 5.62502 10.275C6.00836 10.275 6.33336 10.4083 6.60002 10.675C6.86669 10.9416 7.00002 11.2666 7.00002 11.65V15.9C7.00002 16.2833 6.86669 16.6083 6.60002 16.875C6.33336 17.1416 6.00836 17.275 5.62502 17.275C5.24169 17.275 4.91252 17.1375 4.63752 16.8625C4.36252 16.5875 4.22502 16.2583 4.22502 15.875ZM10.625 15.9V11.65C10.625 11.2666 10.7584 10.9416 11.025 10.675C11.2917 10.4083 11.6167 10.275 12 10.275C12.3834 10.275 12.7084 10.4083 12.975 10.675C13.2417 10.9416 13.375 11.2666 13.375 11.65V15.9C13.375 16.2833 13.2417 16.6083 12.975 16.875C12.7084 17.1416 12.3834 17.275 12 17.275C11.6167 17.275 11.2917 17.1416 11.025 16.875C10.7584 16.6083 10.625 16.2833 10.625 15.9ZM2.72502 21.65C2.29169 21.65 1.92086 21.4958 1.61252 21.1875C1.30419 20.8791 1.15002 20.5083 1.15002 20.075C1.15002 19.6416 1.30419 19.2708 1.61252 18.9625C1.92086 18.6541 2.29169 18.5 2.72502 18.5H21.275C21.7084 18.5 22.0792 18.6541 22.3875 18.9625C22.6959 19.2708 22.85 19.6416 22.85 20.075C22.85 20.5083 22.6959 20.8791 22.3875 21.1875C22.0792 21.4958 21.7084 21.65 21.275 21.65H2.72502ZM17 15.875V11.65C17 11.2666 17.1375 10.9416 17.4125 10.675C17.6875 10.4083 18.0167 10.275 18.4 10.275C18.7834 10.275 19.1084 10.4083 19.375 10.675C19.6417 10.9416 19.775 11.2666 19.775 11.65V15.9C19.775 16.2833 19.6417 16.6083 19.375 16.875C19.1084 17.1416 18.7834 17.275 18.4 17.275C18.0167 17.275 17.6875 17.1375 17.4125 16.8625C17.1375 16.5875 17 16.2583 17 15.875ZM21.175 9.02495H2.65002C2.23336 9.02495 1.87919 8.87912 1.58752 8.58745C1.29586 8.29578 1.15002 7.94162 1.15002 7.52495V6.57495C1.15002 6.29162 1.22502 6.02912 1.37502 5.78745C1.52502 5.54578 1.72502 5.35828 1.97502 5.22495L10.6 0.924951C11.0334 0.691618 11.5 0.574951 12 0.574951C12.5 0.574951 12.9667 0.691618 13.4 0.924951L21.925 5.17495C22.2084 5.30828 22.4334 5.51245 22.6 5.78745C22.7667 6.06245 22.85 6.36662 22.85 6.69995V7.32495C22.85 7.79162 22.6875 8.19162 22.3625 8.52495C22.0375 8.85828 21.6417 9.02495 21.175 9.02495Z" fill="var(--nys-icon-color, currentcolor)"/>
1139
+ </g>
1140
+ </svg>`,
1141
+ cancel_filled: `<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none">
1142
+ <mask id="mask0_12372_549" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24">
1143
+ <rect width="24" height="24" fill="#D9D9D9"/>
1144
+ </mask>
1145
+ <g mask="url(#mask0_12372_549)">
1146
+ <path d="M11.9242 13.3033L14.8242 16.2033C15.0075 16.3867 15.2409 16.4783 15.5242 16.4783C15.8075 16.4783 16.0409 16.3867 16.2242 16.2033C16.4075 16.02 16.4992 15.7867 16.4992 15.5033C16.4992 15.22 16.4075 14.9867 16.2242 14.8033L13.3242 11.9033L16.2242 9.00332C16.4075 8.81999 16.4992 8.58665 16.4992 8.30332C16.4992 8.01999 16.4075 7.78665 16.2242 7.60332C16.0409 7.41999 15.8075 7.32832 15.5242 7.32832C15.2409 7.32832 15.0075 7.41999 14.8242 7.60332L11.9242 10.5033L9.02419 7.60332C8.84086 7.41999 8.60753 7.32832 8.32419 7.32832C8.04086 7.32832 7.80753 7.41999 7.62419 7.60332C7.44086 7.78665 7.34919 8.01999 7.34919 8.30332C7.34919 8.58665 7.44086 8.81999 7.62419 9.00332L10.5242 11.9033L7.62419 14.8033C7.44086 14.9867 7.34919 15.22 7.34919 15.5033C7.34919 15.7867 7.44086 16.02 7.62419 16.2033C7.80753 16.3867 8.04086 16.4783 8.32419 16.4783C8.60753 16.4783 8.84086 16.3867 9.02419 16.2033L11.9242 13.3033ZM11.9242 21.9033C10.5409 21.9033 9.24086 21.6408 8.02419 21.1158C6.80753 20.5908 5.74919 19.8783 4.84919 18.9783C3.94919 18.0783 3.23669 17.02 2.71169 15.8033C2.18669 14.5867 1.92419 13.2867 1.92419 11.9033C1.92419 10.52 2.18669 9.21999 2.71169 8.00332C3.23669 6.78665 3.94919 5.72832 4.84919 4.82832C5.74919 3.92832 6.80753 3.21582 8.02419 2.69082C9.24086 2.16582 10.5409 1.90332 11.9242 1.90332C13.3075 1.90332 14.6075 2.16582 15.8242 2.69082C17.0409 3.21582 18.0992 3.92832 18.9992 4.82832C19.8992 5.72832 20.6117 6.78665 21.1367 8.00332C21.6617 9.21999 21.9242 10.52 21.9242 11.9033C21.9242 13.2867 21.6617 14.5867 21.1367 15.8033C20.6117 17.02 19.8992 18.0783 18.9992 18.9783C18.0992 19.8783 17.0409 20.5908 15.8242 21.1158C14.6075 21.6408 13.3075 21.9033 11.9242 21.9033Z" fill="var(--nys-icon-color, currentcolor)"/>
1147
+ </g>
1148
+ </svg>`,
1149
+ language_filled: `<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none">
1150
+ <mask id="mask0_12372_563" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24">
1151
+ <rect width="24" height="24" fill="#D9D9D9"/>
1152
+ </mask>
1153
+ <g mask="url(#mask0_12372_563)">
1154
+ <path d="M12 22.8499C10.5167 22.8499 9.11669 22.5624 7.80002 21.9874C6.48336 21.4124 5.33336 20.6332 4.35002 19.6499C3.36669 18.6666 2.58752 17.5166 2.01252 16.1999C1.43752 14.8832 1.15002 13.4832 1.15002 11.9999C1.15002 10.5166 1.43752 9.11657 2.01252 7.7999C2.58752 6.48324 3.36669 5.33324 4.35002 4.3499C5.33336 3.36657 6.48336 2.5874 7.80002 2.0124C9.11669 1.4374 10.5167 1.1499 12 1.1499C13.4834 1.1499 14.8834 1.4374 16.2 2.0124C17.5167 2.5874 18.6667 3.36657 19.65 4.3499C20.6334 5.33324 21.4125 6.48324 21.9875 7.7999C22.5625 9.11657 22.85 10.5166 22.85 11.9999C22.85 13.4832 22.5625 14.8832 21.9875 16.1999C21.4125 17.5166 20.6334 18.6666 19.65 19.6499C18.6667 20.6332 17.5167 21.4124 16.2 21.9874C14.8834 22.5624 13.4834 22.8499 12 22.8499ZM11.95 19.6749C12.3167 19.1082 12.6584 18.5041 12.975 17.8624C13.2917 17.2207 13.55 16.5499 13.75 15.8499H10.225C10.425 16.5499 10.6709 17.2207 10.9625 17.8624C11.2542 18.5041 11.5834 19.1082 11.95 19.6749ZM9.47502 19.2749C9.14169 18.7582 8.87919 18.2041 8.68752 17.6124C8.49586 17.0207 8.32502 16.4332 8.17502 15.8499H5.37502C5.80836 16.6499 6.37502 17.3499 7.07502 17.9499C7.77502 18.5499 8.57502 18.9916 9.47502 19.2749ZM14.45 19.2749C15.35 18.9916 16.1584 18.5499 16.875 17.9499C17.5917 17.3499 18.1667 16.6499 18.6 15.8499H15.8C15.65 16.4332 15.4709 17.0207 15.2625 17.6124C15.0542 18.2041 14.7834 18.7582 14.45 19.2749ZM4.55002 13.9249H7.77502C7.72502 13.5916 7.68752 13.2707 7.66252 12.9624C7.63752 12.6541 7.62502 12.3332 7.62502 11.9999C7.62502 11.6499 7.63752 11.3249 7.66252 11.0249C7.68752 10.7249 7.72502 10.4082 7.77502 10.0749H4.55002C4.46669 10.3916 4.40419 10.7041 4.36252 11.0124C4.32086 11.3207 4.30002 11.6499 4.30002 11.9999C4.30002 12.3332 4.32086 12.6582 4.36252 12.9749C4.40419 13.2916 4.46669 13.6082 4.55002 13.9249ZM9.77502 13.9249H14.2C14.25 13.5916 14.2792 13.2707 14.2875 12.9624C14.2959 12.6541 14.3 12.3332 14.3 11.9999C14.3 11.6499 14.2959 11.3249 14.2875 11.0249C14.2792 10.7249 14.25 10.4082 14.2 10.0749H9.77502C9.72502 10.4082 9.68752 10.7249 9.66252 11.0249C9.63752 11.3249 9.62502 11.6499 9.62502 11.9999C9.62502 12.3332 9.63752 12.6541 9.66252 12.9624C9.68752 13.2707 9.72502 13.5916 9.77502 13.9249ZM16.2 13.9249H19.4C19.4834 13.6082 19.5459 13.2916 19.5875 12.9749C19.6292 12.6582 19.65 12.3332 19.65 11.9999C19.65 11.6499 19.6292 11.3207 19.5875 11.0124C19.5459 10.7041 19.4834 10.3916 19.4 10.0749H16.2C16.2334 10.4082 16.2584 10.7249 16.275 11.0249C16.2917 11.3249 16.3 11.6499 16.3 11.9999C16.3 12.3332 16.2917 12.6541 16.275 12.9624C16.2584 13.2707 16.2334 13.5916 16.2 13.9249ZM15.8 8.1249H18.6C18.1667 7.3249 17.5917 6.62907 16.875 6.0374C16.1584 5.44574 15.35 5.00824 14.45 4.7249C14.7834 5.24157 15.0542 5.79157 15.2625 6.3749C15.4709 6.95824 15.65 7.54157 15.8 8.1249ZM10.225 8.1249H13.75C13.5667 7.4249 13.3167 6.75824 13 6.1249C12.6834 5.49157 12.3334 4.89157 11.95 4.3249C11.5834 4.89157 11.2542 5.49157 10.9625 6.1249C10.6709 6.75824 10.425 7.4249 10.225 8.1249ZM5.37502 8.1249H8.17502C8.32502 7.54157 8.49586 6.95824 8.68752 6.3749C8.87919 5.79157 9.14169 5.24157 9.47502 4.7249C8.57502 5.00824 7.77502 5.44574 7.07502 6.0374C6.37502 6.62907 5.80836 7.3249 5.37502 8.1249Z" fill="var(--nys-icon-color, currentcolor)"/>
1155
+ </g>
1156
+ </svg>`,
1157
+ lock_filled: `<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none">
1158
+ <mask id="mask0_12372_621" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24">
1159
+ <rect width="24" height="24" fill="#D9D9D9"/>
1160
+ </mask>
1161
+ <g mask="url(#mask0_12372_621)">
1162
+ <path d="M6.30002 22.7751C5.43369 22.7751 4.69211 22.4667 4.07527 21.8498C3.45844 21.2328 3.15002 20.4913 3.15002 19.6251V10.2251C3.15002 9.35893 3.45844 8.61735 4.07527 8.00035C4.69211 7.38351 5.43369 7.0751 6.30002 7.0751H6.62502V5.8001C6.62502 4.28343 7.14586 2.99593 8.18752 1.9376C9.22919 0.879264 10.5 0.350098 12 0.350098C13.5 0.350098 14.7709 0.879264 15.8125 1.9376C16.8542 2.99593 17.375 4.28343 17.375 5.8001V7.0751H17.7C18.5662 7.0751 19.3078 7.38351 19.9248 8.00035C20.5416 8.61735 20.85 9.35893 20.85 10.2251V19.6251C20.85 20.4913 20.5416 21.2328 19.9248 21.8498C19.3078 22.4667 18.5662 22.7751 17.7 22.7751H6.30002ZM12 16.9251C12.55 16.9251 13.0209 16.7293 13.4125 16.3376C13.8042 15.9459 14 15.4751 14 14.9251C14 14.3751 13.8042 13.9043 13.4125 13.5126C13.0209 13.1209 12.55 12.9251 12 12.9251C11.45 12.9251 10.9792 13.1209 10.5875 13.5126C10.1959 13.9043 10 14.3751 10 14.9251C10 15.4751 10.1959 15.9459 10.5875 16.3376C10.9792 16.7293 11.45 16.9251 12 16.9251ZM9.77502 7.0751H14.225V5.8001C14.225 5.16126 14.0125 4.61818 13.5875 4.17085C13.1625 3.72368 12.6334 3.5001 12 3.5001C11.3667 3.5001 10.8375 3.72368 10.4125 4.17085C9.98752 4.61818 9.77502 5.16126 9.77502 5.8001V7.0751Z" fill="var(--nys-icon-color, currentcolor)"/>
1163
+ </g>
1164
+ </svg>`
1165
+ }, v2 = r1`
1166
+ :host {
1167
+ display: inline-block;
1168
+ --_nys-icon-size: 0.7em; /* If cap isn't supported, a fallback value of 0.7em is used, as it closely approximates the height of capital letters in most fonts. */
1169
+ box-sizing: content-box !important;
1170
+ }
1171
+
1172
+ /* Use 'cap' if supported */
1173
+ @supports (font-size: 1cap) {
1174
+ :host {
1175
+ --_nys-icon-size: 1cap;
1176
+ }
1177
+ }
1178
+
1179
+ /* SVG size and color is initially determined by the parent's font-size and text-color */
1180
+ .nys-icon--svg {
1181
+ width: var(--_nys-icon-size, 1em);
1182
+ height: var(--_nys-icon-size, 1em);
1183
+ display: block;
1184
+ white-space: nowrap;
1185
+ }
1186
+
1187
+ /* Relative Sizes */
1188
+ .nys-icon--2xs {
1189
+ width: calc(var(--_nys-icon-size) * 0.75);
1190
+ height: calc(var(--_nys-icon-size) * 0.75);
1191
+ }
1192
+ .nys-icon--xs {
1193
+ width: calc(var(--_nys-icon-size) * 0.875);
1194
+ height: calc(var(--_nys-icon-size) * 0.875);
1195
+ }
1196
+ .nys-icon--sm {
1197
+ width: var(--_nys-icon-size);
1198
+ height: var(--_nys-icon-size);
1199
+ }
1200
+ .nys-icon--md {
1201
+ width: calc(var(--_nys-icon-size) * 1.125);
1202
+ height: calc(var(--_nys-icon-size) * 1.125);
1203
+ }
1204
+ .nys-icon--lg {
1205
+ width: calc(var(--_nys-icon-size) * 1.25);
1206
+ height: calc(var(--_nys-icon-size) * 1.25);
1207
+ }
1208
+ .nys-icon--xl {
1209
+ width: calc(var(--_nys-icon-size) * 1.5);
1210
+ height: calc(var(--_nys-icon-size) * 1.5);
1211
+ }
1212
+ .nys-icon--2xl {
1213
+ width: calc(var(--_nys-icon-size) * 1.875);
1214
+ height: calc(var(--_nys-icon-size) * 1.875);
1215
+ }
1216
+ .nys-icon--3xl {
1217
+ width: calc(var(--_nys-icon-size) * 2.25);
1218
+ height: calc(var(--_nys-icon-size) * 2.25);
1219
+ }
1220
+ .nys-icon--4xl {
1221
+ width: calc(var(--_nys-icon-size) * 3);
1222
+ height: calc(var(--_nys-icon-size) * 3);
1223
+ }
1224
+
1225
+ /* Literal Sizing */
1226
+ .nys-icon--12 {
1227
+ width: 0.75rem;
1228
+ height: 0.75rem;
1229
+ }
1230
+ .nys-icon--16 {
1231
+ width: 1rem;
1232
+ height: 1rem;
1233
+ }
1234
+ .nys-icon--24 {
1235
+ width: 1.5rem;
1236
+ height: 1.5rem;
1237
+ }
1238
+ .nys-icon--32 {
1239
+ width: 2rem;
1240
+ height: 2rem;
1241
+ }
1242
+ .nys-icon--40 {
1243
+ width: 2.5rem;
1244
+ height: 2.5rem;
1245
+ }
1246
+ .nys-icon--48 {
1247
+ width: 3rem;
1248
+ height: 3rem;
1249
+ }
1250
+ .nys-icon--64 {
1251
+ width: 4rem;
1252
+ height: 4rem;
1253
+ }
1254
+
1255
+ /* Flipping Icons */
1256
+ .nys-icon--flip-horizontal {
1257
+ transform: scaleX(-1);
1258
+ }
1259
+ .nys-icon--flip-vertical {
1260
+ transform: scaleY(-1);
1261
+ }
1262
+ .nys-icon--flip-both {
1263
+ transform: scale(-1, -1);
1264
+ }
1265
+ `;
1266
+ var g2 = Object.defineProperty, m2 = Object.getOwnPropertyDescriptor, A = (r, t, e, s) => {
1267
+ for (var i = s > 1 ? void 0 : s ? m2(t, e) : t, n = r.length - 1, o; n >= 0; n--)
1268
+ (o = r[n]) && (i = (s ? o(t, e, i) : o(i)) || i);
1269
+ return s && i && g2(t, e, i), i;
1270
+ }, V;
1271
+ const S = (V = class extends o1 {
1272
+ constructor() {
1273
+ super(...arguments), this.name = "", this.label = "", this.rotate = "0", this.flip = "", this.color = "", this._size = "sm";
1274
+ }
1275
+ get size() {
1276
+ return this._size;
1277
+ }
1278
+ set size(r) {
1279
+ this._size = V.VALID_TYPES.includes(
1280
+ r
1281
+ ) ? r : "sm";
1282
+ }
1283
+ getIcon() {
1284
+ const r = f2[this.name];
1285
+ if (!r) return null;
1286
+ const t = new DOMParser().parseFromString(r, "image/svg+xml").documentElement;
1287
+ return t instanceof SVGElement ? (t.setAttribute("role", "img"), this.label ? (t.setAttribute("aria-label", this.label), t.removeAttribute("aria-hidden")) : (t.setAttribute("aria-hidden", "true"), t.removeAttribute("aria-label")), t.style.rotate = `${this.rotate}deg`, t.style.color = this.color || "currentcolor", t.classList.add(`nys-icon--${this.size}`), t.classList.add("nys-icon--svg"), this.flip && t.classList.add(`nys-icon--flip-${this.flip}`), t) : null;
1288
+ }
1289
+ render() {
1290
+ const r = this.getIcon();
1291
+ return r ? f`${r}` : null;
1292
+ }
1293
+ }, V.styles = v2, V.VALID_TYPES = [
1294
+ "2xs",
1295
+ "xs",
1296
+ "sm",
1297
+ "md",
1298
+ "lg",
1299
+ "xl",
1300
+ "2xl",
1301
+ "3xl",
1302
+ "4xl",
1303
+ "12",
1304
+ "16",
1305
+ "24",
1306
+ "32",
1307
+ "40",
1308
+ "48",
1309
+ "64"
1310
+ ], V);
1311
+ A([
1312
+ D({ type: String, reflect: !0 })
1313
+ ], S.prototype, "name", 2);
1314
+ A([
1315
+ D({ type: String })
1316
+ ], S.prototype, "label", 2);
1317
+ A([
1318
+ D({ type: String })
1319
+ ], S.prototype, "rotate", 2);
1320
+ A([
1321
+ D({ type: String })
1322
+ ], S.prototype, "flip", 2);
1323
+ A([
1324
+ D({ type: String })
1325
+ ], S.prototype, "color", 2);
1326
+ A([
1327
+ D({ reflect: !0 })
1328
+ ], S.prototype, "size", 1);
1329
+ let _2 = S;
1330
+ customElements.get("nys-icon") || customElements.define("nys-icon", _2);
1331
+ /*!
1332
+ *
1333
+ * ▒█▄░▒█ ▒█░░▒█ ▒█▀▀▀█ ▒█▀▀▄ ▒█▀▀▀█
1334
+ * ▒█▒█▒█ ▒█▄▄▄█ ░▀▀▀▄▄ ▒█░▒█ ░▀▀▀▄▄
1335
+ * ▒█░░▀█ ░░▒█░░ ▒█▄▄▄█ ▒█▄▄▀ ▒█▄▄▄█
1336
+ *
1337
+ * Button Component
1338
+ * Part of the New York State Design System
1339
+ * Repository: https://github.com/its-hcd/nysds
1340
+ * License: MIT
1341
+ */
1342
+ /**
1343
+ * @license
1344
+ * Copyright 2019 Google LLC
1345
+ * SPDX-License-Identifier: BSD-3-Clause
1346
+ */
1347
+ const G = globalThis, c1 = G.ShadowRoot && (G.ShadyCSS === void 0 || G.ShadyCSS.nativeShadow) && "adoptedStyleSheets" in Document.prototype && "replace" in CSSStyleSheet.prototype, T1 = Symbol(), $1 = /* @__PURE__ */ new WeakMap();
1348
+ let b2 = class {
1349
+ constructor(r, t, e) {
1350
+ if (this._$cssResult$ = !0, e !== T1) throw Error("CSSResult is not constructable. Use `unsafeCSS` or `css` instead.");
1351
+ this.cssText = r, this.t = t;
1352
+ }
1353
+ get styleSheet() {
1354
+ let r = this.o;
1355
+ const t = this.t;
1356
+ if (c1 && r === void 0) {
1357
+ const e = t !== void 0 && t.length === 1;
1358
+ e && (r = $1.get(t)), r === void 0 && ((this.o = r = new CSSStyleSheet()).replaceSync(this.cssText), e && $1.set(t, r));
1359
+ }
1360
+ return r;
1361
+ }
1362
+ toString() {
1363
+ return this.cssText;
1364
+ }
1365
+ };
1366
+ const w2 = (r) => new b2(typeof r == "string" ? r : r + "", void 0, T1), k2 = (r, t) => {
1367
+ if (c1) r.adoptedStyleSheets = t.map((e) => e instanceof CSSStyleSheet ? e : e.styleSheet);
1368
+ else for (const e of t) {
1369
+ const s = document.createElement("style"), i = G.litNonce;
1370
+ i !== void 0 && s.setAttribute("nonce", i), s.textContent = e.cssText, r.appendChild(s);
1371
+ }
1372
+ }, S1 = c1 ? (r) => r : (r) => r instanceof CSSStyleSheet ? ((t) => {
1373
+ let e = "";
1374
+ for (const s of t.cssRules) e += s.cssText;
1375
+ return w2(e);
1376
+ })(r) : r;
1377
+ /**
1378
+ * @license
1379
+ * Copyright 2017 Google LLC
1380
+ * SPDX-License-Identifier: BSD-3-Clause
1381
+ */
1382
+ const { is: x2, defineProperty: $2, getOwnPropertyDescriptor: S2, getOwnPropertyNames: L2, getOwnPropertySymbols: M2, getPrototypeOf: U2 } = Object, M = globalThis, L1 = M.trustedTypes, E2 = L1 ? L1.emptyScript : "", M1 = M.reactiveElementPolyfillSupport, B = (r, t) => r, J = { toAttribute(r, t) {
1383
+ switch (t) {
1384
+ case Boolean:
1385
+ r = r ? E2 : null;
1386
+ break;
1387
+ case Object:
1388
+ case Array:
1389
+ r = r == null ? r : JSON.stringify(r);
1390
+ }
1391
+ return r;
1392
+ }, fromAttribute(r, t) {
1393
+ let e = r;
1394
+ switch (t) {
1395
+ case Boolean:
1396
+ e = r !== null;
1397
+ break;
1398
+ case Number:
1399
+ e = r === null ? null : Number(r);
1400
+ break;
1401
+ case Object:
1402
+ case Array:
1403
+ try {
1404
+ e = JSON.parse(r);
1405
+ } catch {
1406
+ e = null;
1407
+ }
1408
+ }
1409
+ return e;
1410
+ } }, d1 = (r, t) => !x2(r, t), U1 = { attribute: !0, type: String, converter: J, reflect: !1, hasChanged: d1 };
1411
+ Symbol.metadata ?? (Symbol.metadata = Symbol("metadata")), M.litPropertyMetadata ?? (M.litPropertyMetadata = /* @__PURE__ */ new WeakMap());
1412
+ class O extends HTMLElement {
1413
+ static addInitializer(t) {
1414
+ this._$Ei(), (this.l ?? (this.l = [])).push(t);
1415
+ }
1416
+ static get observedAttributes() {
1417
+ return this.finalize(), this._$Eh && [...this._$Eh.keys()];
1418
+ }
1419
+ static createProperty(t, e = U1) {
1420
+ if (e.state && (e.attribute = !1), this._$Ei(), this.elementProperties.set(t, e), !e.noAccessor) {
1421
+ const s = Symbol(), i = this.getPropertyDescriptor(t, s, e);
1422
+ i !== void 0 && $2(this.prototype, t, i);
1423
+ }
1424
+ }
1425
+ static getPropertyDescriptor(t, e, s) {
1426
+ const { get: i, set: n } = S2(this.prototype, t) ?? { get() {
1427
+ return this[e];
1428
+ }, set(o) {
1429
+ this[e] = o;
1430
+ } };
1431
+ return { get() {
1432
+ return i == null ? void 0 : i.call(this);
1433
+ }, set(o) {
1434
+ const a = i == null ? void 0 : i.call(this);
1435
+ n.call(this, o), this.requestUpdate(t, a, s);
1436
+ }, configurable: !0, enumerable: !0 };
1437
+ }
1438
+ static getPropertyOptions(t) {
1439
+ return this.elementProperties.get(t) ?? U1;
1440
+ }
1441
+ static _$Ei() {
1442
+ if (this.hasOwnProperty(B("elementProperties"))) return;
1443
+ const t = U2(this);
1444
+ t.finalize(), t.l !== void 0 && (this.l = [...t.l]), this.elementProperties = new Map(t.elementProperties);
1445
+ }
1446
+ static finalize() {
1447
+ if (this.hasOwnProperty(B("finalized"))) return;
1448
+ if (this.finalized = !0, this._$Ei(), this.hasOwnProperty(B("properties"))) {
1449
+ const e = this.properties, s = [...L2(e), ...M2(e)];
1450
+ for (const i of s) this.createProperty(i, e[i]);
1451
+ }
1452
+ const t = this[Symbol.metadata];
1453
+ if (t !== null) {
1454
+ const e = litPropertyMetadata.get(t);
1455
+ if (e !== void 0) for (const [s, i] of e) this.elementProperties.set(s, i);
1456
+ }
1457
+ this._$Eh = /* @__PURE__ */ new Map();
1458
+ for (const [e, s] of this.elementProperties) {
1459
+ const i = this._$Eu(e, s);
1460
+ i !== void 0 && this._$Eh.set(i, e);
1461
+ }
1462
+ this.elementStyles = this.finalizeStyles(this.styles);
1463
+ }
1464
+ static finalizeStyles(t) {
1465
+ const e = [];
1466
+ if (Array.isArray(t)) {
1467
+ const s = new Set(t.flat(1 / 0).reverse());
1468
+ for (const i of s) e.unshift(S1(i));
1469
+ } else t !== void 0 && e.push(S1(t));
1470
+ return e;
1471
+ }
1472
+ static _$Eu(t, e) {
1473
+ const s = e.attribute;
1474
+ return s === !1 ? void 0 : typeof s == "string" ? s : typeof t == "string" ? t.toLowerCase() : void 0;
1475
+ }
1476
+ constructor() {
1477
+ super(), this._$Ep = void 0, this.isUpdatePending = !1, this.hasUpdated = !1, this._$Em = null, this._$Ev();
1478
+ }
1479
+ _$Ev() {
1480
+ var t;
1481
+ this._$ES = new Promise((e) => this.enableUpdating = e), this._$AL = /* @__PURE__ */ new Map(), this._$E_(), this.requestUpdate(), (t = this.constructor.l) == null || t.forEach((e) => e(this));
1482
+ }
1483
+ addController(t) {
1484
+ var e;
1485
+ (this._$EO ?? (this._$EO = /* @__PURE__ */ new Set())).add(t), this.renderRoot !== void 0 && this.isConnected && ((e = t.hostConnected) == null || e.call(t));
1486
+ }
1487
+ removeController(t) {
1488
+ var e;
1489
+ (e = this._$EO) == null || e.delete(t);
1490
+ }
1491
+ _$E_() {
1492
+ const t = /* @__PURE__ */ new Map(), e = this.constructor.elementProperties;
1493
+ for (const s of e.keys()) this.hasOwnProperty(s) && (t.set(s, this[s]), delete this[s]);
1494
+ t.size > 0 && (this._$Ep = t);
1495
+ }
1496
+ createRenderRoot() {
1497
+ const t = this.shadowRoot ?? this.attachShadow(this.constructor.shadowRootOptions);
1498
+ return k2(t, this.constructor.elementStyles), t;
1499
+ }
1500
+ connectedCallback() {
1501
+ var t;
1502
+ this.renderRoot ?? (this.renderRoot = this.createRenderRoot()), this.enableUpdating(!0), (t = this._$EO) == null || t.forEach((e) => {
1503
+ var s;
1504
+ return (s = e.hostConnected) == null ? void 0 : s.call(e);
1505
+ });
1506
+ }
1507
+ enableUpdating(t) {
1508
+ }
1509
+ disconnectedCallback() {
1510
+ var t;
1511
+ (t = this._$EO) == null || t.forEach((e) => {
1512
+ var s;
1513
+ return (s = e.hostDisconnected) == null ? void 0 : s.call(e);
1514
+ });
1515
+ }
1516
+ attributeChangedCallback(t, e, s) {
1517
+ this._$AK(t, s);
1518
+ }
1519
+ _$EC(t, e) {
1520
+ var s;
1521
+ const i = this.constructor.elementProperties.get(t), n = this.constructor._$Eu(t, i);
1522
+ if (n !== void 0 && i.reflect === !0) {
1523
+ const o = (((s = i.converter) == null ? void 0 : s.toAttribute) !== void 0 ? i.converter : J).toAttribute(e, i.type);
1524
+ this._$Em = t, o == null ? this.removeAttribute(n) : this.setAttribute(n, o), this._$Em = null;
1525
+ }
1526
+ }
1527
+ _$AK(t, e) {
1528
+ var s;
1529
+ const i = this.constructor, n = i._$Eh.get(t);
1530
+ if (n !== void 0 && this._$Em !== n) {
1531
+ const o = i.getPropertyOptions(n), a = typeof o.converter == "function" ? { fromAttribute: o.converter } : ((s = o.converter) == null ? void 0 : s.fromAttribute) !== void 0 ? o.converter : J;
1532
+ this._$Em = n, this[n] = a.fromAttribute(e, o.type), this._$Em = null;
1533
+ }
1534
+ }
1535
+ requestUpdate(t, e, s) {
1536
+ if (t !== void 0) {
1537
+ if (s ?? (s = this.constructor.getPropertyOptions(t)), !(s.hasChanged ?? d1)(this[t], e)) return;
1538
+ this.P(t, e, s);
1539
+ }
1540
+ this.isUpdatePending === !1 && (this._$ES = this._$ET());
1541
+ }
1542
+ P(t, e, s) {
1543
+ this._$AL.has(t) || this._$AL.set(t, e), s.reflect === !0 && this._$Em !== t && (this._$Ej ?? (this._$Ej = /* @__PURE__ */ new Set())).add(t);
1544
+ }
1545
+ async _$ET() {
1546
+ this.isUpdatePending = !0;
1547
+ try {
1548
+ await this._$ES;
1549
+ } catch (e) {
1550
+ Promise.reject(e);
1551
+ }
1552
+ const t = this.scheduleUpdate();
1553
+ return t != null && await t, !this.isUpdatePending;
1554
+ }
1555
+ scheduleUpdate() {
1556
+ return this.performUpdate();
1557
+ }
1558
+ performUpdate() {
1559
+ var t;
1560
+ if (!this.isUpdatePending) return;
1561
+ if (!this.hasUpdated) {
1562
+ if (this.renderRoot ?? (this.renderRoot = this.createRenderRoot()), this._$Ep) {
1563
+ for (const [n, o] of this._$Ep) this[n] = o;
1564
+ this._$Ep = void 0;
1565
+ }
1566
+ const i = this.constructor.elementProperties;
1567
+ if (i.size > 0) for (const [n, o] of i) o.wrapped !== !0 || this._$AL.has(n) || this[n] === void 0 || this.P(n, this[n], o);
1568
+ }
1569
+ let e = !1;
1570
+ const s = this._$AL;
1571
+ try {
1572
+ e = this.shouldUpdate(s), e ? (this.willUpdate(s), (t = this._$EO) == null || t.forEach((i) => {
1573
+ var n;
1574
+ return (n = i.hostUpdate) == null ? void 0 : n.call(i);
1575
+ }), this.update(s)) : this._$EU();
1576
+ } catch (i) {
1577
+ throw e = !1, this._$EU(), i;
1578
+ }
1579
+ e && this._$AE(s);
1580
+ }
1581
+ willUpdate(t) {
1582
+ }
1583
+ _$AE(t) {
1584
+ var e;
1585
+ (e = this._$EO) == null || e.forEach((s) => {
1586
+ var i;
1587
+ return (i = s.hostUpdated) == null ? void 0 : i.call(s);
1588
+ }), this.hasUpdated || (this.hasUpdated = !0, this.firstUpdated(t)), this.updated(t);
1589
+ }
1590
+ _$EU() {
1591
+ this._$AL = /* @__PURE__ */ new Map(), this.isUpdatePending = !1;
1592
+ }
1593
+ get updateComplete() {
1594
+ return this.getUpdateComplete();
1595
+ }
1596
+ getUpdateComplete() {
1597
+ return this._$ES;
1598
+ }
1599
+ shouldUpdate(t) {
1600
+ return !0;
1601
+ }
1602
+ update(t) {
1603
+ this._$Ej && (this._$Ej = this._$Ej.forEach((e) => this._$EC(e, this[e]))), this._$EU();
1604
+ }
1605
+ updated(t) {
1606
+ }
1607
+ firstUpdated(t) {
1608
+ }
1609
+ }
1610
+ O.elementStyles = [], O.shadowRootOptions = { mode: "open" }, O[B("elementProperties")] = /* @__PURE__ */ new Map(), O[B("finalized")] = /* @__PURE__ */ new Map(), M1 == null || M1({ ReactiveElement: O }), (M.reactiveElementVersions ?? (M.reactiveElementVersions = [])).push("2.0.4");
1611
+ /**
1612
+ * @license
1613
+ * Copyright 2017 Google LLC
1614
+ * SPDX-License-Identifier: BSD-3-Clause
1615
+ */
1616
+ const D2 = { attribute: !0, type: String, converter: J, reflect: !1, hasChanged: d1 }, A2 = (r = D2, t, e) => {
1617
+ const { kind: s, metadata: i } = e;
1618
+ let n = globalThis.litPropertyMetadata.get(i);
1619
+ if (n === void 0 && globalThis.litPropertyMetadata.set(i, n = /* @__PURE__ */ new Map()), n.set(e.name, r), s === "accessor") {
1620
+ const { name: o } = e;
1621
+ return { set(a) {
1622
+ const l = t.get.call(this);
1623
+ t.set.call(this, a), this.requestUpdate(o, l, r);
1624
+ }, init(a) {
1625
+ return a !== void 0 && this.P(o, void 0, r), a;
1626
+ } };
1627
+ }
1628
+ if (s === "setter") {
1629
+ const { name: o } = e;
1630
+ return function(a) {
1631
+ const l = this[o];
1632
+ t.call(this, a), this.requestUpdate(o, l, r);
1633
+ };
1634
+ }
1635
+ throw Error("Unsupported decorator location: " + s);
1636
+ };
1637
+ function d(r) {
1638
+ return (t, e) => typeof e == "object" ? A2(r, t, e) : ((s, i, n) => {
1639
+ const o = i.hasOwnProperty(n);
1640
+ return i.constructor.createProperty(n, o ? { ...s, wrapped: !0 } : s), o ? Object.getOwnPropertyDescriptor(i, n) : void 0;
1641
+ })(r, t, e);
1642
+ }
1643
+ const H2 = r1`
1644
+ :host {
1645
+ /* Anything that can be overridden should be defined here */
1646
+
1647
+ /* Global Button Styles */
1648
+ --_nys-button-width: fit-content;
1649
+ --_nys-button-height: var(--nys-size-600, 48px);
1650
+ --_nys-button-radius-left: var(--nys-radius-xl, 12px);
1651
+ --_nys-button-radius-right: var(--nys-radius-xl, 12px);
1652
+ --_nys-button-padding-y: var(--nys-space-150, 12px);
1653
+ --_nys-button-padding-x: var(--nys-space-250, 20px);
1654
+ --_nys-button-gap: var(--nys-space-100, 8px);
1655
+ --_nys-button-width-border: var(--nys-border-width-md, 2px);
1656
+ --_nys-button-width-focus: var(--nys-border-width-md, 2px);
1657
+ --_nys-button-offset-focus: var(--nys-space-2px, 2px);
1658
+ --_nys-button-color-focus: var(--nys-color-focus, #004dd1);
1659
+
1660
+ /* Global Button Colors */
1661
+ --_nys-button-color-bg: var(--nys-color-theme, #154973);
1662
+ --_nys-button-color-text: var(--nys-color-text-reverse, #ffffff);
1663
+ --_nys-button-color-border: var(--nys-color-theme, #154973);
1664
+
1665
+ --_nys-button-color-bg-hover: var(--nys-color-theme-strong, #0e324f);
1666
+ --_nys-button-color-text-hover: var(--nys-color-text-reverse, #ffffff);
1667
+ --_nys-button-color-border-hover: var(--nys-color-theme-strong, #0e324f);
1668
+
1669
+ --_nys-button-color-bg-active: var(--nys-color-theme-stronger, #081b2b);
1670
+ --_nys-button-color-text-active: var(--nys-color-text-reverse, #ffffff);
1671
+ --_nys-button-color-border-active: var(--nys-color-theme-stronger, #081b2b);
1672
+
1673
+ --_nys-button-color-bg-disabled: var(--nys-color-neutral-10, #f6f6f6);
1674
+ --_nys-button-color-text-disabled: var(--nys-color-text-disabled, #bec0c1);
1675
+ --_nys-button-color-border-disabled: var(--nys-color-neutral-10, #f6f6f6);
1676
+
1677
+ /* Typography */
1678
+ --_nys-button-font-size: var(--nys-font-size-ui-md, 16px);
1679
+ --_nys-button-font-weight: var(--nys-font-weight-semibold, 600);
1680
+ --_nys-button-line-height: var(--nys-font-lineheight-ui-md, 24px);
1681
+ --_nys-button-font-family: var(
1682
+ --nys-font-family-ui,
1683
+ var(
1684
+ --nys-font-family-sans,
1685
+ "Proxima Nova",
1686
+ "Helvetica Neue",
1687
+ "Helvetica",
1688
+ "Arial",
1689
+ sans-serif
1690
+ )
1691
+ );
1692
+ }
1693
+
1694
+ /* Sizes */
1695
+ :host([size="sm"]) {
1696
+ --_nys-button-height: var(--nys-size-500, 40px);
1697
+ --_nys-button-padding-y: var(--nys-space-100, 8px);
1698
+ --_nys-button-padding-x: var(--nys-space-200, 16px);
1699
+ }
1700
+ :host([size="md"]) {
1701
+ --_nys-button-height: var(--nys-size-600, 48px);
1702
+ --_nys-button-padding-y: var(--nys-space-150, 12px);
1703
+ --_nys-button-padding-x: var(--nys-space-250, 20px);
1704
+ }
1705
+ :host([size="lg"]) {
1706
+ --_nys-button-height: var(--nys-size-700, 56px);
1707
+ --_nys-button-padding-y: var(--nys-space-200, 16px);
1708
+ --_nys-button-padding-x: var(--nys-space-300, 24px);
1709
+ }
1710
+ :host([fullWidth]) {
1711
+ --_nys-button-width: 100%;
1712
+ }
1713
+
1714
+ /* VARIANTS */
1715
+
1716
+ /* Filled */
1717
+ :host([variant="filled"]) {
1718
+ /* Filled - Default */
1719
+ --_nys-button-color-bg: var(--nys-color-theme, #154973);
1720
+ --_nys-button-color-text: var(--nys-color-text-reverse, #ffffff);
1721
+ --_nys-button-color-border: var(--nys-color-transparent, #ffffff00);
1722
+
1723
+ /* Filled - Hover */
1724
+ --_nys-button-color-bg-hover: var(--nys-color-theme-strong, #0e324f);
1725
+ --_nys-button-color-text-hover: var(--nys-color-text-reverse, #ffffff);
1726
+ --_nys-button-color-border: var(--nys-color-transparent, #ffffff00);
1727
+
1728
+ /* Filled - Pressed/Active */
1729
+ --_nys-button-color-bg-active: var(--nys-color-theme-stronger, #081b2b);
1730
+ --_nys-button-color-text-active: var(--nys-color-text-reverse, #ffffff);
1731
+ --_nys-button-color-border: var(--nys-color-transparent, #ffffff00);
1732
+
1733
+ /* Filled - Disabled */
1734
+ --_nys-button-color-bg-disabled: var(--nys-color-neutral-10, #f6f6f6);
1735
+ --_nys-button-color-text-disabled: var(--nys-color-text-disabled, #bec0c1);
1736
+ --_nys-button-color-border: var(--nys-color-transparent, #ffffff00);
1737
+ }
1738
+
1739
+ /* Outline */
1740
+ :host([variant="outline"]) {
1741
+ /* Outline - Default */
1742
+ --_nys-button-color-bg: var(--nys-color-surface, #ffffff);
1743
+ --_nys-button-color-text: var(--nys-color-theme, #154973);
1744
+ --_nys-button-color-border: var(--nys-color-theme, #154973);
1745
+
1746
+ /* Outline - Hover */
1747
+ --_nys-button-color-bg-hover: var(--nys-color-theme-weaker, #eff6fb);
1748
+ --_nys-button-color-text-hover: var(--nys-color-theme, #154973);
1749
+ --_nys-button-color-border-hover: var(--nys-color-theme, #154973);
1750
+
1751
+ /* Outline - Pressed/Active */
1752
+ --_nys-button-color-bg-active: var(--nys-color-theme-weak, #cddde9);
1753
+ --_nys-button-color-text-active: var(--nys-color-theme, #154973);
1754
+ --_nys-button-color-border-active: var(--nys-color-theme, #154973);
1755
+
1756
+ /* Outline - Disabled */
1757
+ --_nys-button-color-bg-disabled: var(--nys-color-surface, #ffffff);
1758
+ --_nys-button-color-text-disabled: var(--nys-color-text-disabled, #bec0c1);
1759
+ --_nys-button-color-border-disabled: var(--nys-color-neutral-100, #d0d0ce);
1760
+ }
1761
+
1762
+ /* Text */
1763
+ :host([variant="text"]) {
1764
+ --_nys-button-height: fit-content;
1765
+ --_nys-button-radius-left: var(--nys-radius-md, 4px);
1766
+ --_nys-button-radius-right: var(--nys-radius-md, 4px);
1767
+ --_nys-button-padding-y: var(--nys-space-2px, 2px);
1768
+ --_nys-button-padding-x: var(--nys-space-50, 4px);
1769
+ --_nys-button-width-border: 0px;
1770
+ --_nys-button-text-decoration: underline;
1771
+
1772
+ /* Text - Default */
1773
+ --_nys-button-color-bg: var(--nys-color-transparent, #ffffff00);
1774
+ --_nys-button-color-text: var(--nys-color-link, #004dd1);
1775
+ --_nys-button-color-border: var(--nys-color-transparent, #ffffff00);
1776
+
1777
+ /* Text - Hover */
1778
+ --_nys-button-color-bg-hover: var(--nys-color-transparent, #ffffff00);
1779
+ --_nys-button-color-text-hover: var(--nys-color-link-strong, #003ba1);
1780
+ --_nys-button-color-border-hover: var(--nys-color-transparent, #ffffff00);
1781
+
1782
+ /* Text - Pressed/Active */
1783
+ --_nys-button-color-bg-active: var(--nys-color-transparent, #ffffff00);
1784
+ --_nys-button-color-text-active: var(--nys-color-link-strongest, #002971);
1785
+ --_nys-button-color-border-active: var(--nys-color-transparent, #ffffff00);
1786
+
1787
+ /* Text - Disabled */
1788
+ --_nys-button-color-bg-disabled: var(--nys-color-transparent, #ffffff00);
1789
+ --_nys-button-color-text-disabled: var(--nys-color-text-disabled, #bec0c1);
1790
+ --_nys-button-color-border-disabled: var(
1791
+ --nys-color-transparent,
1792
+ #ffffff00
1793
+ );
1794
+ }
1795
+
1796
+ /* Ghost */
1797
+ :host([variant="ghost"]) {
1798
+ /* Ghost - Default */
1799
+ --_nys-button-color-bg: var(--nys-color-transparent, #ffffff00);
1800
+ --_nys-button-color-text: var(--nys-color-text, #1b1b1b);
1801
+ --_nys-button-color-border: var(--nys-color-transparent, #ffffff00);
1802
+
1803
+ /* Ghost - Hover */
1804
+ --_nys-button-color-bg-hover: var(
1805
+ --nys-color-black-transparent-100,
1806
+ #0000001a
1807
+ );
1808
+ --_nys-button-color-text-hover: var(--nys-color-text, #1b1b1b);
1809
+ --_nys-button-color-border-hover: var(--nys-color-transparent, #ffffff00);
1810
+
1811
+ /* Ghost - Active */
1812
+ --_nys-button-color-bg-active: var(
1813
+ --nys-color-black-transparent-200,
1814
+ #00000033
1815
+ );
1816
+ --_nys-button-color-text-active: var(--nys-color-text, #1b1b1b);
1817
+ --_nys-button-color-border-active: var(--nys-color-transparent, #ffffff00);
1818
+
1819
+ /* Ghost - Disabled */
1820
+ --_nys-button-color-bg-disabled: var(--nys-color-transparent, #ffffff00);
1821
+ --_nys-button-color-text-disabled: var(--nys-color-text-disabled, #bec0c1);
1822
+ --_nys-button-color-border-disabled: var(
1823
+ --nys-color-transparent,
1824
+ #ffffff00
1825
+ );
1826
+ }
1827
+
1828
+ /* INVERTED VARIANTS */
1829
+
1830
+ /* Filled Inverted */
1831
+ :host([variant="filled"][inverted]) {
1832
+ /* Filled Inverted - Default */
1833
+ --_nys-button-color-bg: var(--nys-color-surface, #ffffff);
1834
+ --_nys-button-color-text: var(--nys-color-text, #1b1b1b);
1835
+ --_nys-button-color-border-disabled: var(
1836
+ --nys-color-transparent,
1837
+ #ffffff00
1838
+ );
1839
+
1840
+ /* Filled Inverted - Hover */
1841
+ --_nys-button-color-bg-hover: var(--nys-color-neutral-100, #d0d0ce);
1842
+ --_nys-button-color-text-hover: var(--nys-color-text, #1b1b1b);
1843
+ --_nys-button-color-border-disabled: var(
1844
+ --nys-color-transparent,
1845
+ #ffffff00
1846
+ );
1847
+
1848
+ /* Filled Inverted - Pressed/Active */
1849
+ --_nys-button-color-bg-active: var(--nys-color-neutral-300, #a7a9ab);
1850
+ --_nys-button-color-text-active: var(--nys-color-text, #1b1b1b);
1851
+ --_nys-button-color-border-disabled: var(
1852
+ --nys-color-transparent,
1853
+ #ffffff00
1854
+ );
1855
+
1856
+ /* Filled Inverted - Disabled */
1857
+ --_nys-button-color-bg-disabled: var(--nys-color-text, #1b1b1b);
1858
+ --_nys-button-color-text-disabled: var(--nys-color-text-disabled, #62666a);
1859
+ --_nys-button-color-border-disabled: var(
1860
+ --nys-color-transparent,
1861
+ #ffffff00
1862
+ );
1863
+ }
1864
+
1865
+ /* Outline Inverted */
1866
+ :host([variant="outline"][inverted]) {
1867
+ /* Outline Inverted - Default */
1868
+ --_nys-button-color-bg: var(--nys-color-surface-reverse, #1b1b1b);
1869
+ --_nys-button-color-text: var(--nys-color-text-reverse, #ffffff);
1870
+ --_nys-button-color-border: var(--nys-color-ink-reverse, #ffffff);
1871
+
1872
+ /* Outline Inverted - Hover */
1873
+ --_nys-button-color-bg-hover: var(--nys-color-surface-reverse, #1b1b1b);
1874
+ --_nys-button-color-text-hover: var(--nys-color-text-reverse-weak, #d0d0ce);
1875
+ --_nys-button-color-border-hover: var(--nys-color-neutral-100, #d0d0ce);
1876
+
1877
+ /* Outline Inverted - Pressed/Active */
1878
+ --_nys-button-color-bg-active: var(--nys-color-surface-reverse, #1b1b1b);
1879
+ --_nys-button-color-text-active: var(
1880
+ --nys-color-text-reverse-weaker,
1881
+ #bec0c1
1882
+ );
1883
+ --_nys-button-color-border-active: var(--nys-color-neutral-300, #a7a9ab);
1884
+
1885
+ /* Outline Inverted - Disabled */
1886
+ --_nys-button-color-bg-disabled: var(--nys-color-surface-reverse, #1b1b1b);
1887
+ --_nys-button-color-text-disabled: var(
1888
+ --nys-color-text-reverse-disabled,
1889
+ #62666a
1890
+ );
1891
+ --_nys-button-color-border-disabled: var(--nys-color-neutral-600, #62666a);
1892
+ }
1893
+
1894
+ /* Text Inverted */
1895
+ :host([variant="text"][inverted]) {
1896
+ --_nys-button-height: fit-content;
1897
+ --_nys-button-radius-left: var(--nys-radius-md, 4px);
1898
+ --_nys-button-radius-right: var(--nys-radius-md, 4px);
1899
+ --_nys-button-padding-y: var(--nys-space-2px, 2px);
1900
+ --_nys-button-padding-x: var(--nys-space-50, 4px);
1901
+ --_nys-button-width-border: 0px;
1902
+ --_nys-button-text-decoration: underline;
1903
+
1904
+ /* Text Inverted - Default */
1905
+ --_nys-button-color-bg: var(--nys-color-transparent, #ffffff00);
1906
+ --_nys-button-color-text: var(--nys-color-link-reverse, #a7a9ab);
1907
+ --_nys-button-color-border: var(--nys-color-transparent, #ffffff00);
1908
+
1909
+ /* Text Inverted - Hover */
1910
+ --_nys-button-color-bg-hover: var(--nys-color-transparent, #ffffff00);
1911
+ --_nys-button-color-text-hover: var(
1912
+ --nys-color-link-reverse-strong,
1913
+ #ededed
1914
+ );
1915
+ --_nys-button-color-border-hover: var(--nys-color-transparent, #ffffff00);
1916
+
1917
+ /* Text Inverted - Pressed/Active */
1918
+ --_nys-button-color-bg-active: var(--nys-color-transparent, #ffffff00);
1919
+ --_nys-button-color-text-active: var(
1920
+ --nys-color-reverse-strongest,
1921
+ #ffffff
1922
+ );
1923
+ --_nys-button-color-border-active: var(--nys-color-transparent, #ffffff00);
1924
+
1925
+ /* Text Inverted - Disabled */
1926
+ --_nys-button-color-bg-disabled: var(--nys-color-transparent, #ffffff00);
1927
+ --_nys-button-color-text-disabled: var(
1928
+ --nys-color-text-reverse-disabled,
1929
+ #62666a
1930
+ );
1931
+ --_nys-button-color-border-disabled: var(
1932
+ --nys-color-transparent,
1933
+ #ffffff00
1934
+ );
1935
+ }
1936
+
1937
+ /* Ghost Inverted */
1938
+ :host([variant="ghost"][inverted]) {
1939
+ /* Ghost Inverted - Default */
1940
+ --_nys-button-color-bg: var(--nys-color-transparent, #ffffff00);
1941
+ --_nys-button-color-text: var(--nys-color-text-reverse, #ffffff);
1942
+ --_nys-button-color-border: var(--nys-color-transparent, #ffffff00);
1943
+
1944
+ /* Ghost Inverted - Hover */
1945
+ --_nys-button-color-bg-hover: var(
1946
+ --nys-color-white-transparent-100,
1947
+ #ffffff1a
1948
+ );
1949
+ --_nys-button-color-text-hover: var(--nys-color-text-reverse, #ffffff);
1950
+ --_nys-button-color-border-hover: var(--nys-color-transparent, #ffffff00);
1951
+
1952
+ /* Ghost Inverted - Pressed/Active */
1953
+ --_nys-button-color-bg-active: var(
1954
+ --nys-color-white-transparent-200,
1955
+ #ffffff33
1956
+ );
1957
+ --_nys-button-color-text-active: var(--nys-color-text-reverse, #ffffff);
1958
+ --_nys-button-color-border-active: var(--nys-color-transparent, #ffffff00);
1959
+
1960
+ /* Ghost Inverted - Disabled */
1961
+ --_nys-button-color-bg-disabled: var(--nys-color-transparent, #ffffff00);
1962
+ --_nys-button-color-text-disabled: var(--nys-color-text-disabled, #62666a);
1963
+ --_nys-button-color-border-disabled: var(
1964
+ --nys-color-transparent,
1965
+ #ffffff00
1966
+ );
1967
+ }
1968
+
1969
+ /* Circle */
1970
+ :host([circle]) {
1971
+ --_nys-button-width: var(--_nys-button-height);
1972
+ --_nys-button-radius-left: var(--nys-radius-round, 1776px);
1973
+ --_nys-button-radius-right: var(--nys-radius-round, 1776px);
1974
+ --_nys-button-padding-y: 0;
1975
+ --_nys-button-padding-x: 0;
1976
+ }
1977
+
1978
+ .nys-button {
1979
+ width: var(--_nys-button-width);
1980
+ min-height: var(--_nys-button-height);
1981
+ /* set every corner individually */
1982
+ border-top-left-radius: var(--_nys-button-radius-left);
1983
+ border-bottom-left-radius: var(--_nys-button-radius-left);
1984
+ border-top-right-radius: var(--_nys-button-radius-right);
1985
+ border-bottom-right-radius: var(--_nys-button-radius-right);
1986
+ padding: var(--_nys-button-padding-y) var(--_nys-button-padding-x);
1987
+ display: flex;
1988
+ align-items: center;
1989
+ justify-content: center;
1990
+ gap: var(--_nys-button-gap);
1991
+ font-family: var(--_nys-button-font-family);
1992
+ font-size: var(--_nys-button-font-size);
1993
+ font-weight: var(--_nys-button-font-weight);
1994
+ line-height: var(--_nys-button-line-height);
1995
+ text-decoration: var(--_nys-button-text-decoration);
1996
+ box-sizing: border-box;
1997
+ background-color: var(--_nys-button-color-bg);
1998
+ color: var(--_nys-button-color-text);
1999
+ border: solid var(--_nys-button-width-border)
2000
+ var(--_nys-button-color-border);
2001
+ cursor: pointer;
2002
+ }
2003
+
2004
+ :host([circle]) .nys-button {
2005
+ max-width: var(--_nys-button-height);
2006
+ max-height: var(--_nys-button-height);
2007
+ }
2008
+
2009
+ .nys-button:hover {
2010
+ background-color: var(--_nys-button-color-bg-hover);
2011
+ color: var(--_nys-button-color-text-hover);
2012
+ border-color: var(--_nys-button-color-border-hover);
2013
+ }
2014
+
2015
+ .nys-button:active {
2016
+ background-color: var(--_nys-button-color-bg-active);
2017
+ color: var(--_nys-button-color-text-active);
2018
+ border-color: var(--_nys-button-color-border-active);
2019
+ }
2020
+
2021
+ .nys-button:disabled,
2022
+ a[disabled] {
2023
+ background-color: var(--_nys-button-color-bg-disabled);
2024
+ color: var(--_nys-button-color-text-disabled);
2025
+ border-color: var(--_nys-button-color-border-disabled);
2026
+ cursor: not-allowed;
2027
+ }
2028
+
2029
+ .nys-button__linkwrapper:has([disabled]) {
2030
+ cursor: not-allowed;
2031
+ width: fit-content;
2032
+ }
2033
+
2034
+ /* Remove click functionality from disabled link button */
2035
+ a[disabled] {
2036
+ pointer-events: none;
2037
+ }
2038
+
2039
+ a[disabled]:hover {
2040
+ background-color: var(--_nys-button-color-bg-disabled);
2041
+ color: var(--_nys-button-color-text-disabled);
2042
+ border-color: var(--_nys-button-color-border-disabled);
2043
+ }
2044
+
2045
+ .nys-button * {
2046
+ cursor: pointer;
2047
+ }
2048
+
2049
+ .nys-button:disabled * {
2050
+ cursor: not-allowed;
2051
+ }
2052
+
2053
+ .nys-button:focus-visible {
2054
+ outline-offset: var(--_nys-button-offset-focus);
2055
+ outline: solid var(--_nys-button-width-focus) var(--_nys-button-color-focus);
2056
+ }
2057
+
2058
+ .nys-button__text {
2059
+ display: flex;
2060
+ align-items: center;
2061
+ user-select: none;
2062
+ }
2063
+ `;
2064
+ /**
2065
+ * @license
2066
+ * Copyright 2017 Google LLC
2067
+ * SPDX-License-Identifier: BSD-3-Clause
2068
+ */
2069
+ const Y = globalThis, Q = Y.trustedTypes, E1 = Q ? Q.createPolicy("lit-html", { createHTML: (r) => r }) : void 0, B1 = "$lit$", b = `lit$${Math.random().toFixed(9).slice(2)}$`, R1 = "?" + b, Z2 = `<${R1}>`, $ = document, X = () => $.createComment(""), R = (r) => r === null || typeof r != "object" && typeof r != "function", u1 = Array.isArray, V2 = (r) => u1(r) || typeof (r == null ? void 0 : r[Symbol.iterator]) == "function", i1 = `[
2070
+ \f\r]`, P = /<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g, D1 = /-->/g, A1 = />/g, k = RegExp(`>|${i1}(?:([^\\s"'>=/]+)(${i1}*=${i1}*(?:[^
2071
+ \f\r"'\`<>=]|("|')|))|$)`, "g"), H1 = /'/g, Z1 = /"/g, I1 = /^(?:script|style|textarea|title)$/i, I = Symbol.for("lit-noChange"), c = Symbol.for("lit-nothing"), V1 = /* @__PURE__ */ new WeakMap(), x = $.createTreeWalker($, 129);
2072
+ function N1(r, t) {
2073
+ if (!u1(r) || !r.hasOwnProperty("raw")) throw Error("invalid template strings array");
2074
+ return E1 !== void 0 ? E1.createHTML(t) : t;
2075
+ }
2076
+ const O2 = (r, t) => {
2077
+ const e = r.length - 1, s = [];
2078
+ let i, n = t === 2 ? "<svg>" : t === 3 ? "<math>" : "", o = P;
2079
+ for (let a = 0; a < e; a++) {
2080
+ const l = r[a];
2081
+ let p, y, C = -1, g = 0;
2082
+ for (; g < l.length && (o.lastIndex = g, y = o.exec(l), y !== null); ) g = o.lastIndex, o === P ? y[1] === "!--" ? o = D1 : y[1] !== void 0 ? o = A1 : y[2] !== void 0 ? (I1.test(y[2]) && (i = RegExp("</" + y[2], "g")), o = k) : y[3] !== void 0 && (o = k) : o === k ? y[0] === ">" ? (o = i ?? P, C = -1) : y[1] === void 0 ? C = -2 : (C = o.lastIndex - y[2].length, p = y[1], o = y[3] === void 0 ? k : y[3] === '"' ? Z1 : H1) : o === Z1 || o === H1 ? o = k : o === D1 || o === A1 ? o = P : (o = k, i = void 0);
2083
+ const m = o === k && r[a + 1].startsWith("/>") ? " " : "";
2084
+ n += o === P ? l + Z2 : C >= 0 ? (s.push(p), l.slice(0, C) + B1 + l.slice(C) + b + m) : l + b + (C === -2 ? a : m);
2085
+ }
2086
+ return [N1(r, n + (r[e] || "<?>") + (t === 2 ? "</svg>" : t === 3 ? "</math>" : "")), s];
2087
+ };
2088
+ class N {
2089
+ constructor({ strings: t, _$litType$: e }, s) {
2090
+ let i;
2091
+ this.parts = [];
2092
+ let n = 0, o = 0;
2093
+ const a = t.length - 1, l = this.parts, [p, y] = O2(t, e);
2094
+ if (this.el = N.createElement(p, s), x.currentNode = this.el.content, e === 2 || e === 3) {
2095
+ const C = this.el.content.firstChild;
2096
+ C.replaceWith(...C.childNodes);
2097
+ }
2098
+ for (; (i = x.nextNode()) !== null && l.length < a; ) {
2099
+ if (i.nodeType === 1) {
2100
+ if (i.hasAttributes()) for (const C of i.getAttributeNames()) if (C.endsWith(B1)) {
2101
+ const g = y[o++], m = i.getAttribute(C).split(b), j = /([.?@])?(.*)/.exec(g);
2102
+ l.push({ type: 1, index: n, name: j[2], strings: m, ctor: j[1] === "." ? z2 : j[1] === "?" ? T2 : j[1] === "@" ? B2 : e1 }), i.removeAttribute(C);
2103
+ } else C.startsWith(b) && (l.push({ type: 6, index: n }), i.removeAttribute(C));
2104
+ if (I1.test(i.tagName)) {
2105
+ const C = i.textContent.split(b), g = C.length - 1;
2106
+ if (g > 0) {
2107
+ i.textContent = Q ? Q.emptyScript : "";
2108
+ for (let m = 0; m < g; m++) i.append(C[m], X()), x.nextNode(), l.push({ type: 2, index: ++n });
2109
+ i.append(C[g], X());
2110
+ }
2111
+ }
2112
+ } else if (i.nodeType === 8) if (i.data === R1) l.push({ type: 2, index: n });
2113
+ else {
2114
+ let C = -1;
2115
+ for (; (C = i.data.indexOf(b, C + 1)) !== -1; ) l.push({ type: 7, index: n }), C += b.length - 1;
2116
+ }
2117
+ n++;
2118
+ }
2119
+ }
2120
+ static createElement(t, e) {
2121
+ const s = $.createElement("template");
2122
+ return s.innerHTML = t, s;
2123
+ }
2124
+ }
2125
+ function U(r, t, e = r, s) {
2126
+ var i, n;
2127
+ if (t === I) return t;
2128
+ let o = s !== void 0 ? (i = e._$Co) == null ? void 0 : i[s] : e._$Cl;
2129
+ const a = R(t) ? void 0 : t._$litDirective$;
2130
+ return (o == null ? void 0 : o.constructor) !== a && ((n = o == null ? void 0 : o._$AO) == null || n.call(o, !1), a === void 0 ? o = void 0 : (o = new a(r), o._$AT(r, e, s)), s !== void 0 ? (e._$Co ?? (e._$Co = []))[s] = o : e._$Cl = o), o !== void 0 && (t = U(r, o._$AS(r, t.values), o, s)), t;
2131
+ }
2132
+ class P2 {
2133
+ constructor(t, e) {
2134
+ this._$AV = [], this._$AN = void 0, this._$AD = t, this._$AM = e;
2135
+ }
2136
+ get parentNode() {
2137
+ return this._$AM.parentNode;
2138
+ }
2139
+ get _$AU() {
2140
+ return this._$AM._$AU;
2141
+ }
2142
+ u(t) {
2143
+ const { el: { content: e }, parts: s } = this._$AD, i = ((t == null ? void 0 : t.creationScope) ?? $).importNode(e, !0);
2144
+ x.currentNode = i;
2145
+ let n = x.nextNode(), o = 0, a = 0, l = s[0];
2146
+ for (; l !== void 0; ) {
2147
+ if (o === l.index) {
2148
+ let p;
2149
+ l.type === 2 ? p = new t1(n, n.nextSibling, this, t) : l.type === 1 ? p = new l.ctor(n, l.name, l.strings, this, t) : l.type === 6 && (p = new R2(n, this, t)), this._$AV.push(p), l = s[++a];
2150
+ }
2151
+ o !== (l == null ? void 0 : l.index) && (n = x.nextNode(), o++);
2152
+ }
2153
+ return x.currentNode = $, i;
2154
+ }
2155
+ p(t) {
2156
+ let e = 0;
2157
+ for (const s of this._$AV) s !== void 0 && (s.strings !== void 0 ? (s._$AI(t, s, e), e += s.strings.length - 2) : s._$AI(t[e])), e++;
2158
+ }
2159
+ }
2160
+ class t1 {
2161
+ get _$AU() {
2162
+ var t;
2163
+ return ((t = this._$AM) == null ? void 0 : t._$AU) ?? this._$Cv;
2164
+ }
2165
+ constructor(t, e, s, i) {
2166
+ this.type = 2, this._$AH = c, this._$AN = void 0, this._$AA = t, this._$AB = e, this._$AM = s, this.options = i, this._$Cv = (i == null ? void 0 : i.isConnected) ?? !0;
2167
+ }
2168
+ get parentNode() {
2169
+ let t = this._$AA.parentNode;
2170
+ const e = this._$AM;
2171
+ return e !== void 0 && (t == null ? void 0 : t.nodeType) === 11 && (t = e.parentNode), t;
2172
+ }
2173
+ get startNode() {
2174
+ return this._$AA;
2175
+ }
2176
+ get endNode() {
2177
+ return this._$AB;
2178
+ }
2179
+ _$AI(t, e = this) {
2180
+ t = U(this, t, e), R(t) ? t === c || t == null || t === "" ? (this._$AH !== c && this._$AR(), this._$AH = c) : t !== this._$AH && t !== I && this._(t) : t._$litType$ !== void 0 ? this.$(t) : t.nodeType !== void 0 ? this.T(t) : V2(t) ? this.k(t) : this._(t);
2181
+ }
2182
+ O(t) {
2183
+ return this._$AA.parentNode.insertBefore(t, this._$AB);
2184
+ }
2185
+ T(t) {
2186
+ this._$AH !== t && (this._$AR(), this._$AH = this.O(t));
2187
+ }
2188
+ _(t) {
2189
+ this._$AH !== c && R(this._$AH) ? this._$AA.nextSibling.data = t : this.T($.createTextNode(t)), this._$AH = t;
2190
+ }
2191
+ $(t) {
2192
+ var e;
2193
+ const { values: s, _$litType$: i } = t, n = typeof i == "number" ? this._$AC(t) : (i.el === void 0 && (i.el = N.createElement(N1(i.h, i.h[0]), this.options)), i);
2194
+ if (((e = this._$AH) == null ? void 0 : e._$AD) === n) this._$AH.p(s);
2195
+ else {
2196
+ const o = new P2(n, this), a = o.u(this.options);
2197
+ o.p(s), this.T(a), this._$AH = o;
2198
+ }
2199
+ }
2200
+ _$AC(t) {
2201
+ let e = V1.get(t.strings);
2202
+ return e === void 0 && V1.set(t.strings, e = new N(t)), e;
2203
+ }
2204
+ k(t) {
2205
+ u1(this._$AH) || (this._$AH = [], this._$AR());
2206
+ const e = this._$AH;
2207
+ let s, i = 0;
2208
+ for (const n of t) i === e.length ? e.push(s = new t1(this.O(X()), this.O(X()), this, this.options)) : s = e[i], s._$AI(n), i++;
2209
+ i < e.length && (this._$AR(s && s._$AB.nextSibling, i), e.length = i);
2210
+ }
2211
+ _$AR(t = this._$AA.nextSibling, e) {
2212
+ var s;
2213
+ for ((s = this._$AP) == null ? void 0 : s.call(this, !1, !0, e); t && t !== this._$AB; ) {
2214
+ const i = t.nextSibling;
2215
+ t.remove(), t = i;
2216
+ }
2217
+ }
2218
+ setConnected(t) {
2219
+ var e;
2220
+ this._$AM === void 0 && (this._$Cv = t, (e = this._$AP) == null || e.call(this, t));
2221
+ }
2222
+ }
2223
+ class e1 {
2224
+ get tagName() {
2225
+ return this.element.tagName;
2226
+ }
2227
+ get _$AU() {
2228
+ return this._$AM._$AU;
2229
+ }
2230
+ constructor(t, e, s, i, n) {
2231
+ this.type = 1, this._$AH = c, this._$AN = void 0, this.element = t, this.name = e, this._$AM = i, this.options = n, s.length > 2 || s[0] !== "" || s[1] !== "" ? (this._$AH = Array(s.length - 1).fill(new String()), this.strings = s) : this._$AH = c;
2232
+ }
2233
+ _$AI(t, e = this, s, i) {
2234
+ const n = this.strings;
2235
+ let o = !1;
2236
+ if (n === void 0) t = U(this, t, e, 0), o = !R(t) || t !== this._$AH && t !== I, o && (this._$AH = t);
2237
+ else {
2238
+ const a = t;
2239
+ let l, p;
2240
+ for (t = n[0], l = 0; l < n.length - 1; l++) p = U(this, a[s + l], e, l), p === I && (p = this._$AH[l]), o || (o = !R(p) || p !== this._$AH[l]), p === c ? t = c : t !== c && (t += (p ?? "") + n[l + 1]), this._$AH[l] = p;
2241
+ }
2242
+ o && !i && this.j(t);
2243
+ }
2244
+ j(t) {
2245
+ t === c ? this.element.removeAttribute(this.name) : this.element.setAttribute(this.name, t ?? "");
2246
+ }
2247
+ }
2248
+ class z2 extends e1 {
2249
+ constructor() {
2250
+ super(...arguments), this.type = 3;
2251
+ }
2252
+ j(t) {
2253
+ this.element[this.name] = t === c ? void 0 : t;
2254
+ }
2255
+ }
2256
+ class T2 extends e1 {
2257
+ constructor() {
2258
+ super(...arguments), this.type = 4;
2259
+ }
2260
+ j(t) {
2261
+ this.element.toggleAttribute(this.name, !!t && t !== c);
2262
+ }
2263
+ }
2264
+ class B2 extends e1 {
2265
+ constructor(t, e, s, i, n) {
2266
+ super(t, e, s, i, n), this.type = 5;
2267
+ }
2268
+ _$AI(t, e = this) {
2269
+ if ((t = U(this, t, e, 0) ?? c) === I) return;
2270
+ const s = this._$AH, i = t === c && s !== c || t.capture !== s.capture || t.once !== s.once || t.passive !== s.passive, n = t !== c && (s === c || i);
2271
+ i && this.element.removeEventListener(this.name, this, s), n && this.element.addEventListener(this.name, this, t), this._$AH = t;
2272
+ }
2273
+ handleEvent(t) {
2274
+ var e;
2275
+ typeof this._$AH == "function" ? this._$AH.call(((e = this.options) == null ? void 0 : e.host) ?? this.element, t) : this._$AH.handleEvent(t);
2276
+ }
2277
+ }
2278
+ class R2 {
2279
+ constructor(t, e, s) {
2280
+ this.element = t, this.type = 6, this._$AN = void 0, this._$AM = e, this.options = s;
2281
+ }
2282
+ get _$AU() {
2283
+ return this._$AM._$AU;
2284
+ }
2285
+ _$AI(t) {
2286
+ U(this, t);
2287
+ }
2288
+ }
2289
+ const O1 = Y.litHtmlPolyfillSupport;
2290
+ O1 == null || O1(N, t1), (Y.litHtmlVersions ?? (Y.litHtmlVersions = [])).push("3.2.1");
2291
+ /**
2292
+ * @license
2293
+ * Copyright 2018 Google LLC
2294
+ * SPDX-License-Identifier: BSD-3-Clause
2295
+ */
2296
+ const _ = (r) => r ?? c;
2297
+ var I2 = Object.defineProperty, N2 = Object.getOwnPropertyDescriptor, u = (r, t, e, s) => {
2298
+ for (var i = s > 1 ? void 0 : s ? N2(t, e) : t, n = r.length - 1, o; n >= 0; n--)
2299
+ (o = r[n]) && (i = (s ? o(t, e, i) : o(i)) || i);
2300
+ return s && i && I2(t, e, i), i;
2301
+ };
2302
+ let j2 = 0;
2303
+ var v;
2304
+ const h = (v = class extends o1 {
2305
+ // allows use of elementInternals' API
2306
+ constructor() {
2307
+ super(), this.id = "", this.name = "", this._size = "md", this.fullWidth = !1, this._variant = "filled", this.inverted = !1, this.label = "", this.ariaLabel = "", this.prefixIcon = "", this.suffixIcon = "", this.circle = !1, this.icon = "", this.disabled = !1, this.form = "", this.value = "", this._type = "button", this.onClick = () => {
2308
+ }, this.href = "", this._target = "_self", this._internals = this.attachInternals();
2309
+ }
2310
+ get size() {
2311
+ return this._size;
2312
+ }
2313
+ set size(r) {
2314
+ this._size = v.VALID_SIZES.includes(
2315
+ r
2316
+ ) ? r : "md";
2317
+ }
2318
+ get variant() {
2319
+ return this._variant;
2320
+ }
2321
+ set variant(r) {
2322
+ this._variant = v.VALID_VARIANTS.includes(
2323
+ r
2324
+ ) ? r : "filled";
2325
+ }
2326
+ get type() {
2327
+ return this._type;
2328
+ }
2329
+ set type(r) {
2330
+ this._type = v.VALID_TYPES.includes(
2331
+ r
2332
+ ) ? r : "button";
2333
+ }
2334
+ get target() {
2335
+ return this._target;
2336
+ }
2337
+ set target(r) {
2338
+ this._target = v.VALID_TARGETS.includes(
2339
+ r
2340
+ ) ? r : "_self";
2341
+ }
2342
+ connectedCallback() {
2343
+ super.connectedCallback(), this.id || (this.id = this._generateUniqueId());
2344
+ }
2345
+ /******************** Functions ********************/
2346
+ _generateUniqueId() {
2347
+ return `nys-button-${Date.now()}-${j2++}`;
2348
+ }
2349
+ _manageFormAction(r) {
2350
+ typeof this.onClick == "function" && this.onClick(r);
2351
+ const t = this._internals.form;
2352
+ if (t)
2353
+ switch (this.type) {
2354
+ case "submit":
2355
+ t.requestSubmit();
2356
+ break;
2357
+ case "reset":
2358
+ t.reset();
2359
+ break;
2360
+ }
2361
+ }
2362
+ /******************** Event Handlers ********************/
2363
+ // Handle focus event
2364
+ _handleFocus() {
2365
+ this.dispatchEvent(new Event("nys-focus"));
2366
+ }
2367
+ // Handle blur event
2368
+ _handleBlur() {
2369
+ this.dispatchEvent(new Event("nys-blur"));
2370
+ }
2371
+ _handleClick(r) {
2372
+ if (this.disabled) {
2373
+ r.preventDefault();
2374
+ return;
2375
+ }
2376
+ this._manageFormAction(r), this.dispatchEvent(new Event("nys-click"));
2377
+ }
2378
+ // Handle keydown for keyboard accessibility
2379
+ _handleKeydown(r) {
2380
+ (r.code === "Space" || r.code === "Enter" || r.key === " " || r.key === "Enter") && (r.preventDefault(), this.disabled || this._manageFormAction(r));
2381
+ }
2382
+ render() {
2383
+ return f`
2384
+ ${this.href ? f`
2385
+ <div class="nys-button__linkwrapper">
2386
+ <a
2387
+ class="nys-button"
2388
+ id=${_(this.id)}
2389
+ name=${_(this.name ? this.name : void 0)}
2390
+ ?disabled=${this.disabled}
2391
+ aria-disabled="${this.disabled ? "true" : "false"}"
2392
+ form=${_(this.form ? this.form : void 0)}
2393
+ value=${_(this.value ? this.value : void 0)}
2394
+ href=${this.href}
2395
+ target=${this.target}
2396
+ aria-label=${this.ariaLabel || this.label || (this.circle ? this.icon : null) || "button"}
2397
+ @click=${this._handleClick}
2398
+ @focus="${this._handleFocus}"
2399
+ @blur="${this._handleBlur}"
2400
+ >
2401
+ ${this.prefixIcon && this.variant !== "text" ? f`<slot name="prefix-icon">
2402
+ <nys-icon size="16" name=${this.prefixIcon}></nys-icon>
2403
+ </slot>` : ""}
2404
+ ${this.label && !this.circle ? f`<label class="nys-button__text">${this.label}</label>` : ""}
2405
+ ${this.suffixIcon && this.variant !== "text" ? f`<slot name="suffix-icon">
2406
+ <nys-icon size="16" name=${this.suffixIcon}></nys-icon>
2407
+ </slot>` : ""}
2408
+ ${this.circle && this.icon ? f`<slot name="circle-icon"
2409
+ ><nys-icon
2410
+ size=${this.size === "sm" ? "24" : this.size === "lg" ? "40" : "32"}
2411
+ name=${this.icon}
2412
+ ></nys-icon
2413
+ ></slot>` : ""}
2414
+ </a>
2415
+ </div>
2416
+ ` : f`
2417
+ <button
2418
+ class="nys-button"
2419
+ id=${_(this.id)}
2420
+ name=${_(this.name ? this.name : void 0)}
2421
+ ?disabled=${this.disabled}
2422
+ form=${_(this.form ? this.form : void 0)}
2423
+ value=${_(this.value ? this.value : void 0)}
2424
+ type=${this.type}
2425
+ aria-label=${this.ariaLabel || this.label || (this.circle ? this.icon : null) || "button"}
2426
+ @click=${this._handleClick}
2427
+ @focus="${this._handleFocus}"
2428
+ @blur="${this._handleBlur}"
2429
+ @keydown="${this._handleKeydown}"
2430
+ >
2431
+ ${this.prefixIcon && this.variant !== "text" ? f`<slot name="prefix-icon">
2432
+ <nys-icon size="16" name=${this.prefixIcon}></nys-icon>
2433
+ </slot>` : ""}
2434
+ ${this.label && !this.circle ? f`<label class="nys-button__text">${this.label}</label>` : ""}
2435
+ ${this.suffixIcon && this.variant !== "text" ? f`<slot name="suffix-icon">
2436
+ <nys-icon size="16" name=${this.suffixIcon}></nys-icon>
2437
+ </slot>` : ""}
2438
+ ${this.circle && this.icon ? f`<slot name="circle-icon">
2439
+ <nys-icon
2440
+ size=${this.size === "sm" ? "24" : this.size === "lg" ? "40" : "32"}
2441
+ name=${this.icon}
2442
+ ></nys-icon>
2443
+ </slot>` : ""}
2444
+ </button>
2445
+ `}
2446
+ `;
2447
+ }
2448
+ }, v.VALID_SIZES = ["sm", "md", "lg"], v.VALID_VARIANTS = [
2449
+ "filled",
2450
+ "outline",
2451
+ "ghost",
2452
+ "text"
2453
+ ], v.VALID_TYPES = ["submit", "reset", "button"], v.VALID_TARGETS = [
2454
+ "_self",
2455
+ "_blank",
2456
+ "_parent",
2457
+ "_top",
2458
+ "framename"
2459
+ ], v.styles = H2, v.formAssociated = !0, v);
2460
+ u([
2461
+ d({ type: String })
2462
+ ], h.prototype, "id", 2);
2463
+ u([
2464
+ d({ type: String, reflect: !0 })
2465
+ ], h.prototype, "name", 2);
2466
+ u([
2467
+ d({ reflect: !0 })
2468
+ ], h.prototype, "size", 1);
2469
+ u([
2470
+ d({ type: Boolean, reflect: !0 })
2471
+ ], h.prototype, "fullWidth", 2);
2472
+ u([
2473
+ d({ reflect: !0 })
2474
+ ], h.prototype, "variant", 1);
2475
+ u([
2476
+ d({ type: Boolean, reflect: !0 })
2477
+ ], h.prototype, "inverted", 2);
2478
+ u([
2479
+ d({ type: String })
2480
+ ], h.prototype, "label", 2);
2481
+ u([
2482
+ d({ type: String })
2483
+ ], h.prototype, "ariaLabel", 2);
2484
+ u([
2485
+ d({ type: String })
2486
+ ], h.prototype, "prefixIcon", 2);
2487
+ u([
2488
+ d({ type: String })
2489
+ ], h.prototype, "suffixIcon", 2);
2490
+ u([
2491
+ d({ type: Boolean, reflect: !0 })
2492
+ ], h.prototype, "circle", 2);
2493
+ u([
2494
+ d({ type: String })
2495
+ ], h.prototype, "icon", 2);
2496
+ u([
2497
+ d({ type: Boolean, reflect: !0 })
2498
+ ], h.prototype, "disabled", 2);
2499
+ u([
2500
+ d({ type: String })
2501
+ ], h.prototype, "form", 2);
2502
+ u([
2503
+ d({ type: String })
2504
+ ], h.prototype, "value", 2);
2505
+ u([
2506
+ d({ reflect: !0 })
2507
+ ], h.prototype, "type", 1);
2508
+ u([
2509
+ d({ type: Function })
2510
+ ], h.prototype, "onClick", 2);
2511
+ u([
2512
+ d({ type: String })
2513
+ ], h.prototype, "href", 2);
2514
+ u([
2515
+ d({ reflect: !0 })
2516
+ ], h.prototype, "target", 1);
2517
+ let q2 = h;
2518
+ customElements.get("nys-button") || customElements.define("nys-button", q2);
2519
+ var F2 = Object.defineProperty, p1 = (r, t, e, s) => {
2520
+ for (var i = void 0, n = r.length - 1, o; n >= 0; n--)
2521
+ (o = r[n]) && (i = o(t, e, i) || i);
2522
+ return i && F2(t, e, i), i;
2523
+ };
2524
+ const y1 = class y1 extends o1 {
2525
+ constructor() {
2526
+ super(), this.position = "right", this.visible = !1, this.isMobile = !1, this._handleScroll = this._handleScroll.bind(this), this._handleResize = this._handleResize.bind(this), this.mediaQuery = window.matchMedia("(max-width: 480px)");
2527
+ }
2528
+ connectedCallback() {
2529
+ super.connectedCallback(), window.addEventListener("scroll", this._handleScroll), this.mediaQuery.addEventListener("change", this._handleResize), this._handleResize();
2530
+ }
2531
+ disconnectedCallback() {
2532
+ window.removeEventListener("scroll", this._handleScroll), this.mediaQuery.removeEventListener("change", this._handleResize), super.disconnectedCallback();
2533
+ }
2534
+ _handleScroll() {
2535
+ const t = window.innerHeight * 1.5;
2536
+ this.visible = window.scrollY > t;
2537
+ }
2538
+ _scrollToTop() {
2539
+ window.scrollTo({ top: 0, behavior: "smooth" });
2540
+ }
2541
+ _handleResize() {
2542
+ this.isMobile = this.mediaQuery.matches;
2543
+ }
2544
+ render() {
2545
+ const t = [
2546
+ "nys-backtotop",
2547
+ this.position,
2548
+ this.visible ? "visible" : ""
2549
+ ].filter(Boolean).join(" ");
2550
+ return f`<nys-button
2551
+ id="nys-backtotop"
2552
+ prefixIcon="chevron_up"
2553
+ variant="outline"
2554
+ label="Back To Top"
2555
+ class="${t}"
2556
+ .onClick=${this._scrollToTop}
2557
+ ?circle=${this.isMobile}
2558
+ ></nys-button>`;
2559
+ }
2560
+ };
2561
+ y1.styles = i2;
2562
+ let E = y1;
2563
+ p1([
2564
+ l1({ type: String })
2565
+ ], E.prototype, "position");
2566
+ p1([
2567
+ l1({ type: Boolean, reflect: !0 })
2568
+ ], E.prototype, "visible");
2569
+ p1([
2570
+ s2()
2571
+ ], E.prototype, "isMobile");
2572
+ customElements.get("nys-backtotop") || customElements.define("nys-backtotop", E);
2573
+ export {
2574
+ E as NysBacktotop
2575
+ };
2576
+ //# sourceMappingURL=nys-backtotop.js.map