@cfpb/design-system-react 0.0.13 → 0.0.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +2 -7
- package/dist/index.mjs +1316 -1583
- package/package.json +10 -5
- /package/dist/{assets/design-system-react.css → index.css} +0 -0
package/dist/index.mjs
CHANGED
|
@@ -1,324 +1,66 @@
|
|
|
1
|
-
import
|
|
2
|
-
import {
|
|
3
|
-
|
|
1
|
+
import { jsx as c, jsxs as v, Fragment as oe } from "react/jsx-runtime";
|
|
2
|
+
import ne, { useState as ae, useEffect as j, createElement as Ze, Fragment as ds, forwardRef as Se, useCallback as Ke, useRef as ze, useId as Xe, cloneElement as as } from "react";
|
|
3
|
+
import { Link as ls } from "react-router-dom";
|
|
4
|
+
function ms(e) {
|
|
4
5
|
return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
|
|
5
6
|
}
|
|
6
|
-
var
|
|
7
|
-
var
|
|
8
|
-
function
|
|
9
|
-
|
|
10
|
-
Ue = 1;
|
|
11
|
-
var e = /* @__PURE__ */ Symbol.for("react.transitional.element"), n = /* @__PURE__ */ Symbol.for("react.fragment");
|
|
12
|
-
function t(c, i, o) {
|
|
13
|
-
var a = null;
|
|
14
|
-
if (o !== void 0 && (a = "" + o), i.key !== void 0 && (a = "" + i.key), "key" in i) {
|
|
15
|
-
o = {};
|
|
16
|
-
for (var p in i)
|
|
17
|
-
p !== "key" && (o[p] = i[p]);
|
|
18
|
-
} else o = i;
|
|
19
|
-
return i = o.ref, {
|
|
20
|
-
$$typeof: e,
|
|
21
|
-
type: c,
|
|
22
|
-
key: a,
|
|
23
|
-
ref: i !== void 0 ? i : null,
|
|
24
|
-
props: o
|
|
25
|
-
};
|
|
26
|
-
}
|
|
27
|
-
return ue.Fragment = n, ue.jsx = t, ue.jsxs = t, ue;
|
|
28
|
-
}
|
|
29
|
-
var be = {};
|
|
30
|
-
var qe;
|
|
31
|
-
function xs() {
|
|
32
|
-
return qe || (qe = 1, process.env.NODE_ENV !== "production" && (function() {
|
|
33
|
-
function e(r) {
|
|
34
|
-
if (r == null) return null;
|
|
35
|
-
if (typeof r == "function")
|
|
36
|
-
return r.$$typeof === H ? null : r.displayName || r.name || null;
|
|
37
|
-
if (typeof r == "string") return r;
|
|
38
|
-
switch (r) {
|
|
39
|
-
case w:
|
|
40
|
-
return "Fragment";
|
|
41
|
-
case k:
|
|
42
|
-
return "Profiler";
|
|
43
|
-
case N:
|
|
44
|
-
return "StrictMode";
|
|
45
|
-
case L:
|
|
46
|
-
return "Suspense";
|
|
47
|
-
case C:
|
|
48
|
-
return "SuspenseList";
|
|
49
|
-
case M:
|
|
50
|
-
return "Activity";
|
|
51
|
-
}
|
|
52
|
-
if (typeof r == "object")
|
|
53
|
-
switch (typeof r.tag == "number" && console.error(
|
|
54
|
-
"Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."
|
|
55
|
-
), r.$$typeof) {
|
|
56
|
-
case y:
|
|
57
|
-
return "Portal";
|
|
58
|
-
case P:
|
|
59
|
-
return r.displayName || "Context";
|
|
60
|
-
case R:
|
|
61
|
-
return (r._context.displayName || "Context") + ".Consumer";
|
|
62
|
-
case E:
|
|
63
|
-
var m = r.render;
|
|
64
|
-
return r = r.displayName, r || (r = m.displayName || m.name || "", r = r !== "" ? "ForwardRef(" + r + ")" : "ForwardRef"), r;
|
|
65
|
-
case S:
|
|
66
|
-
return m = r.displayName || null, m !== null ? m : e(r.type) || "Memo";
|
|
67
|
-
case O:
|
|
68
|
-
m = r._payload, r = r._init;
|
|
69
|
-
try {
|
|
70
|
-
return e(r(m));
|
|
71
|
-
} catch {
|
|
72
|
-
}
|
|
73
|
-
}
|
|
74
|
-
return null;
|
|
75
|
-
}
|
|
76
|
-
function n(r) {
|
|
77
|
-
return "" + r;
|
|
78
|
-
}
|
|
79
|
-
function t(r) {
|
|
80
|
-
try {
|
|
81
|
-
n(r);
|
|
82
|
-
var m = !1;
|
|
83
|
-
} catch {
|
|
84
|
-
m = !0;
|
|
85
|
-
}
|
|
86
|
-
if (m) {
|
|
87
|
-
m = console;
|
|
88
|
-
var g = m.error, x = typeof Symbol == "function" && Symbol.toStringTag && r[Symbol.toStringTag] || r.constructor.name || "Object";
|
|
89
|
-
return g.call(
|
|
90
|
-
m,
|
|
91
|
-
"The provided key is an unsupported type %s. This value must be coerced to a string before using it here.",
|
|
92
|
-
x
|
|
93
|
-
), n(r);
|
|
94
|
-
}
|
|
95
|
-
}
|
|
96
|
-
function c(r) {
|
|
97
|
-
if (r === w) return "<>";
|
|
98
|
-
if (typeof r == "object" && r !== null && r.$$typeof === O)
|
|
99
|
-
return "<...>";
|
|
100
|
-
try {
|
|
101
|
-
var m = e(r);
|
|
102
|
-
return m ? "<" + m + ">" : "<...>";
|
|
103
|
-
} catch {
|
|
104
|
-
return "<...>";
|
|
105
|
-
}
|
|
106
|
-
}
|
|
107
|
-
function i() {
|
|
108
|
-
var r = W.A;
|
|
109
|
-
return r === null ? null : r.getOwner();
|
|
110
|
-
}
|
|
111
|
-
function o() {
|
|
112
|
-
return Error("react-stack-top-frame");
|
|
113
|
-
}
|
|
114
|
-
function a(r) {
|
|
115
|
-
if (K.call(r, "key")) {
|
|
116
|
-
var m = Object.getOwnPropertyDescriptor(r, "key").get;
|
|
117
|
-
if (m && m.isReactWarning) return !1;
|
|
118
|
-
}
|
|
119
|
-
return r.key !== void 0;
|
|
120
|
-
}
|
|
121
|
-
function p(r, m) {
|
|
122
|
-
function g() {
|
|
123
|
-
ee || (ee = !0, console.error(
|
|
124
|
-
"%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://react.dev/link/special-props)",
|
|
125
|
-
m
|
|
126
|
-
));
|
|
127
|
-
}
|
|
128
|
-
g.isReactWarning = !0, Object.defineProperty(r, "key", {
|
|
129
|
-
get: g,
|
|
130
|
-
configurable: !0
|
|
131
|
-
});
|
|
132
|
-
}
|
|
133
|
-
function d() {
|
|
134
|
-
var r = e(this.type);
|
|
135
|
-
return oe[r] || (oe[r] = !0, console.error(
|
|
136
|
-
"Accessing element.ref was removed in React 19. ref is now a regular prop. It will be removed from the JSX Element type in a future release."
|
|
137
|
-
)), r = this.props.ref, r !== void 0 ? r : null;
|
|
138
|
-
}
|
|
139
|
-
function f(r, m, g, x, B, D) {
|
|
140
|
-
var A = g.ref;
|
|
141
|
-
return r = {
|
|
142
|
-
$$typeof: _,
|
|
143
|
-
type: r,
|
|
144
|
-
key: m,
|
|
145
|
-
props: g,
|
|
146
|
-
_owner: x
|
|
147
|
-
}, (A !== void 0 ? A : null) !== null ? Object.defineProperty(r, "ref", {
|
|
148
|
-
enumerable: !1,
|
|
149
|
-
get: d
|
|
150
|
-
}) : Object.defineProperty(r, "ref", { enumerable: !1, value: null }), r._store = {}, Object.defineProperty(r._store, "validated", {
|
|
151
|
-
configurable: !1,
|
|
152
|
-
enumerable: !1,
|
|
153
|
-
writable: !0,
|
|
154
|
-
value: 0
|
|
155
|
-
}), Object.defineProperty(r, "_debugInfo", {
|
|
156
|
-
configurable: !1,
|
|
157
|
-
enumerable: !1,
|
|
158
|
-
writable: !0,
|
|
159
|
-
value: null
|
|
160
|
-
}), Object.defineProperty(r, "_debugStack", {
|
|
161
|
-
configurable: !1,
|
|
162
|
-
enumerable: !1,
|
|
163
|
-
writable: !0,
|
|
164
|
-
value: B
|
|
165
|
-
}), Object.defineProperty(r, "_debugTask", {
|
|
166
|
-
configurable: !1,
|
|
167
|
-
enumerable: !1,
|
|
168
|
-
writable: !0,
|
|
169
|
-
value: D
|
|
170
|
-
}), Object.freeze && (Object.freeze(r.props), Object.freeze(r)), r;
|
|
171
|
-
}
|
|
172
|
-
function l(r, m, g, x, B, D) {
|
|
173
|
-
var A = m.children;
|
|
174
|
-
if (A !== void 0)
|
|
175
|
-
if (x)
|
|
176
|
-
if (fe(A)) {
|
|
177
|
-
for (x = 0; x < A.length; x++)
|
|
178
|
-
b(A[x]);
|
|
179
|
-
Object.freeze && Object.freeze(A);
|
|
180
|
-
} else
|
|
181
|
-
console.error(
|
|
182
|
-
"React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead."
|
|
183
|
-
);
|
|
184
|
-
else b(A);
|
|
185
|
-
if (K.call(m, "key")) {
|
|
186
|
-
A = e(r);
|
|
187
|
-
var ce = Object.keys(m).filter(function(bs) {
|
|
188
|
-
return bs !== "key";
|
|
189
|
-
});
|
|
190
|
-
x = 0 < ce.length ? "{key: someKey, " + ce.join(": ..., ") + ": ...}" : "{key: someKey}", u[A + x] || (ce = 0 < ce.length ? "{" + ce.join(": ..., ") + ": ...}" : "{}", console.error(
|
|
191
|
-
`A props object containing a "key" prop is being spread into JSX:
|
|
192
|
-
let props = %s;
|
|
193
|
-
<%s {...props} />
|
|
194
|
-
React keys must be passed directly to JSX without using spread:
|
|
195
|
-
let props = %s;
|
|
196
|
-
<%s key={someKey} {...props} />`,
|
|
197
|
-
x,
|
|
198
|
-
A,
|
|
199
|
-
ce,
|
|
200
|
-
A
|
|
201
|
-
), u[A + x] = !0);
|
|
202
|
-
}
|
|
203
|
-
if (A = null, g !== void 0 && (t(g), A = "" + g), a(m) && (t(m.key), A = "" + m.key), "key" in m) {
|
|
204
|
-
g = {};
|
|
205
|
-
for (var Re in m)
|
|
206
|
-
Re !== "key" && (g[Re] = m[Re]);
|
|
207
|
-
} else g = m;
|
|
208
|
-
return A && p(
|
|
209
|
-
g,
|
|
210
|
-
typeof r == "function" ? r.displayName || r.name || "Unknown" : r
|
|
211
|
-
), f(
|
|
212
|
-
r,
|
|
213
|
-
A,
|
|
214
|
-
g,
|
|
215
|
-
i(),
|
|
216
|
-
B,
|
|
217
|
-
D
|
|
218
|
-
);
|
|
219
|
-
}
|
|
220
|
-
function b(r) {
|
|
221
|
-
h(r) ? r._store && (r._store.validated = 1) : typeof r == "object" && r !== null && r.$$typeof === O && (r._payload.status === "fulfilled" ? h(r._payload.value) && r._payload.value._store && (r._payload.value._store.validated = 1) : r._store && (r._store.validated = 1));
|
|
222
|
-
}
|
|
223
|
-
function h(r) {
|
|
224
|
-
return typeof r == "object" && r !== null && r.$$typeof === _;
|
|
225
|
-
}
|
|
226
|
-
var v = se, _ = /* @__PURE__ */ Symbol.for("react.transitional.element"), y = /* @__PURE__ */ Symbol.for("react.portal"), w = /* @__PURE__ */ Symbol.for("react.fragment"), N = /* @__PURE__ */ Symbol.for("react.strict_mode"), k = /* @__PURE__ */ Symbol.for("react.profiler"), R = /* @__PURE__ */ Symbol.for("react.consumer"), P = /* @__PURE__ */ Symbol.for("react.context"), E = /* @__PURE__ */ Symbol.for("react.forward_ref"), L = /* @__PURE__ */ Symbol.for("react.suspense"), C = /* @__PURE__ */ Symbol.for("react.suspense_list"), S = /* @__PURE__ */ Symbol.for("react.memo"), O = /* @__PURE__ */ Symbol.for("react.lazy"), M = /* @__PURE__ */ Symbol.for("react.activity"), H = /* @__PURE__ */ Symbol.for("react.client.reference"), W = v.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE, K = Object.prototype.hasOwnProperty, fe = Array.isArray, J = console.createTask ? console.createTask : function() {
|
|
227
|
-
return null;
|
|
228
|
-
};
|
|
229
|
-
v = {
|
|
230
|
-
react_stack_bottom_frame: function(r) {
|
|
231
|
-
return r();
|
|
232
|
-
}
|
|
233
|
-
};
|
|
234
|
-
var ee, oe = {}, te = v.react_stack_bottom_frame.bind(
|
|
235
|
-
v,
|
|
236
|
-
o
|
|
237
|
-
)(), $ = J(c(o)), u = {};
|
|
238
|
-
be.Fragment = w, be.jsx = function(r, m, g) {
|
|
239
|
-
var x = 1e4 > W.recentlyCreatedOwnerStacks++;
|
|
240
|
-
return l(
|
|
241
|
-
r,
|
|
242
|
-
m,
|
|
243
|
-
g,
|
|
244
|
-
!1,
|
|
245
|
-
x ? Error("react-stack-top-frame") : te,
|
|
246
|
-
x ? J(c(r)) : $
|
|
247
|
-
);
|
|
248
|
-
}, be.jsxs = function(r, m, g) {
|
|
249
|
-
var x = 1e4 > W.recentlyCreatedOwnerStacks++;
|
|
250
|
-
return l(
|
|
251
|
-
r,
|
|
252
|
-
m,
|
|
253
|
-
g,
|
|
254
|
-
!0,
|
|
255
|
-
x ? Error("react-stack-top-frame") : te,
|
|
256
|
-
x ? J(c(r)) : $
|
|
257
|
-
);
|
|
258
|
-
};
|
|
259
|
-
})()), be;
|
|
260
|
-
}
|
|
261
|
-
var Ye;
|
|
262
|
-
function Es() {
|
|
263
|
-
return Ye || (Ye = 1, process.env.NODE_ENV === "production" ? xe.exports = ys() : xe.exports = xs()), xe.exports;
|
|
264
|
-
}
|
|
265
|
-
var s = Es(), Pe = { exports: {} };
|
|
266
|
-
var Ve;
|
|
267
|
-
function js() {
|
|
268
|
-
return Ve || (Ve = 1, (function(e) {
|
|
7
|
+
var Ie = { exports: {} };
|
|
8
|
+
var Fe;
|
|
9
|
+
function fs() {
|
|
10
|
+
return Fe || (Fe = 1, (function(e) {
|
|
269
11
|
(function() {
|
|
270
|
-
var
|
|
271
|
-
function
|
|
272
|
-
for (var
|
|
273
|
-
var p = arguments[
|
|
274
|
-
p && (
|
|
12
|
+
var s = {}.hasOwnProperty;
|
|
13
|
+
function o() {
|
|
14
|
+
for (var n = "", r = 0; r < arguments.length; r++) {
|
|
15
|
+
var p = arguments[r];
|
|
16
|
+
p && (n = i(n, t(p)));
|
|
275
17
|
}
|
|
276
|
-
return
|
|
18
|
+
return n;
|
|
277
19
|
}
|
|
278
|
-
function
|
|
279
|
-
if (typeof
|
|
280
|
-
return
|
|
281
|
-
if (typeof
|
|
20
|
+
function t(n) {
|
|
21
|
+
if (typeof n == "string" || typeof n == "number")
|
|
22
|
+
return n;
|
|
23
|
+
if (typeof n != "object")
|
|
282
24
|
return "";
|
|
283
|
-
if (Array.isArray(
|
|
284
|
-
return
|
|
285
|
-
if (
|
|
286
|
-
return
|
|
287
|
-
var
|
|
288
|
-
for (var p in
|
|
289
|
-
|
|
290
|
-
return
|
|
25
|
+
if (Array.isArray(n))
|
|
26
|
+
return o.apply(null, n);
|
|
27
|
+
if (n.toString !== Object.prototype.toString && !n.toString.toString().includes("[native code]"))
|
|
28
|
+
return n.toString();
|
|
29
|
+
var r = "";
|
|
30
|
+
for (var p in n)
|
|
31
|
+
s.call(n, p) && n[p] && (r = i(r, p));
|
|
32
|
+
return r;
|
|
291
33
|
}
|
|
292
|
-
function i(
|
|
293
|
-
return
|
|
34
|
+
function i(n, r) {
|
|
35
|
+
return r ? n ? n + " " + r : n + r : n;
|
|
294
36
|
}
|
|
295
|
-
e.exports ? (
|
|
37
|
+
e.exports ? (o.default = o, e.exports = o) : window.classNames = o;
|
|
296
38
|
})();
|
|
297
|
-
})(
|
|
39
|
+
})(Ie)), Ie.exports;
|
|
298
40
|
}
|
|
299
|
-
var
|
|
300
|
-
const
|
|
301
|
-
const
|
|
302
|
-
return
|
|
303
|
-
(typeof queueMicrotask == "function" ? queueMicrotask : setTimeout)(
|
|
41
|
+
var us = fs();
|
|
42
|
+
const w = /* @__PURE__ */ ms(us), bs = (e, s, o) => {
|
|
43
|
+
const t = e[s];
|
|
44
|
+
return t ? typeof t == "function" ? t() : Promise.resolve(t) : new Promise((i, n) => {
|
|
45
|
+
(typeof queueMicrotask == "function" ? queueMicrotask : setTimeout)(n.bind(null, /* @__PURE__ */ new Error("Unknown variable dynamic import: " + s + (s.split("/").length !== o ? ". Note that variables only represent file names one level deep." : ""))));
|
|
304
46
|
});
|
|
305
|
-
},
|
|
306
|
-
const [
|
|
307
|
-
return
|
|
308
|
-
let
|
|
47
|
+
}, gs = (e) => {
|
|
48
|
+
const [s, o] = ae(null);
|
|
49
|
+
return j(() => {
|
|
50
|
+
let t = !0;
|
|
309
51
|
return (async () => {
|
|
310
52
|
try {
|
|
311
|
-
const o = await Ss(/* @__PURE__ */ Object.assign({ "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/activity-round.svg": () => import("./chunks/activity-round-BWLRv13A.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/activity.svg": () => import("./chunks/activity-BK42VLMg.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/agreement-round.svg": () => import("./chunks/agreement-round-BY_SfYi-.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/agreement.svg": () => import("./chunks/agreement-7lADcBg5.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/appendix-round.svg": () => import("./chunks/appendix-round-Bv_z6sin.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/appendix.svg": () => import("./chunks/appendix-C9Nz9xt4.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/approved-round.svg": () => import("./chunks/approved-round-BGhsHHKv.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/approved.svg": () => import("./chunks/approved-CvwVa4Mt.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/arrow-down-round.svg": () => import("./chunks/arrow-down-round-CRnVw4j8.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/arrow-down.svg": () => import("./chunks/arrow-down-vKyptstz.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/arrow-left-round.svg": () => import("./chunks/arrow-left-round-LYLt5fUB.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/arrow-left.svg": () => import("./chunks/arrow-left-76W12TB2.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/arrow-right-round.svg": () => import("./chunks/arrow-right-round-_MrB4MYP.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/arrow-right.svg": () => import("./chunks/arrow-right-5N-amlJ_.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/arrow-up-round.svg": () => import("./chunks/arrow-up-round-DWUikuBs.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/arrow-up.svg": () => import("./chunks/arrow-up-lWNjeybG.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/audio-low-round.svg": () => import("./chunks/audio-low-round-i7vy0wMy.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/audio-low.svg": () => import("./chunks/audio-low-ZUvtZR8L.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/audio-max-round.svg": () => import("./chunks/audio-max-round-Lyxk8O18.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/audio-max.svg": () => import("./chunks/audio-max-BB7XgUqt.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/audio-medium-round.svg": () => import("./chunks/audio-medium-round-CnTSH1QR.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/audio-medium.svg": () => import("./chunks/audio-medium-i1qrIs2t.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/audio-mute-round.svg": () => import("./chunks/audio-mute-round-KNVnxpWQ.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/audio-mute.svg": () => import("./chunks/audio-mute-DH5e6r5r.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/bank-round.svg": () => import("./chunks/bank-round-BkrGHUhw.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/bank.svg": () => import("./chunks/bank-H1FtErmD.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/book-round.svg": () => import("./chunks/book-round-CS_96qn6.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/book.svg": () => import("./chunks/book-CbdUnfC7.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/bookmark-round.svg": () => import("./chunks/bookmark-round-D9tBX2Qv.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/bookmark.svg": () => import("./chunks/bookmark-Cvegw3Li.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/briefcase-round.svg": () => import("./chunks/briefcase-round-CyZkG4f_.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/briefcase.svg": () => import("./chunks/briefcase-CiucNf8z.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/broadcast-round.svg": () => import("./chunks/broadcast-round-CNRXYWWP.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/broadcast.svg": () => import("./chunks/broadcast-C7jSSQo9.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/building-credit-round.svg": () => import("./chunks/building-credit-round-CW6CpWz5.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/building-credit.svg": () => import("./chunks/building-credit-Cc_s4Ng4.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/bullhorn-round.svg": () => import("./chunks/bullhorn-round-DsRzq_Yf.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/bullhorn.svg": () => import("./chunks/bullhorn-DMZ__rae.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/bus-round.svg": () => import("./chunks/bus-round-zXRBVy9C.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/bus.svg": () => import("./chunks/bus-CpDRvhoo.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/calculate-round.svg": () => import("./chunks/calculate-round-KPzU8tb6.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/calculate.svg": () => import("./chunks/calculate-B0q5tBRk.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/car-round.svg": () => import("./chunks/car-round-LM7walqD.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/car.svg": () => import("./chunks/car-CPRuNjZA.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/cart-round.svg": () => import("./chunks/cart-round-XdZ6PZdM.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/cart.svg": () => import("./chunks/cart-D0pxHubD.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/chart-round.svg": () => import("./chunks/chart-round-BqJYwuKW.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/chart.svg": () => import("./chunks/chart-l_wBKC6K.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/childcare-round.svg": () => import("./chunks/childcare-round-BOB2cDHr.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/childcare.svg": () => import("./chunks/childcare-B4DVV2Bh.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/clock-round.svg": () => import("./chunks/clock-round-yiNxeN-B.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/clock.svg": () => import("./chunks/clock-BmVGJDai.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/close-quote-round.svg": () => import("./chunks/close-quote-round--dzbxG2J.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/close-quote.svg": () => import("./chunks/close-quote-LCqtzYLw.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/clothes-round.svg": () => import("./chunks/clothes-round-BnyuGck3.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/clothes.svg": () => import("./chunks/clothes-3Jgs4bIC.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/college-round.svg": () => import("./chunks/college-round-SpPZLmm0.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/college.svg": () => import("./chunks/college-KUM2ZcWo.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/compass-round.svg": () => import("./chunks/compass-round-ChtCE37W.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/compass.svg": () => import("./chunks/compass-CygLOHSM.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/complaint-round.svg": () => import("./chunks/complaint-round-BzcS9Y0S.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/complaint.svg": () => import("./chunks/complaint-DzKRlA3a.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/copy-round.svg": () => import("./chunks/copy-round-D56rq14R.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/copy.svg": () => import("./chunks/copy-Bdte69kY.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/court-round.svg": () => import("./chunks/court-round-B3KUuRTO.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/court.svg": () => import("./chunks/court-C-_2L6OV.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/credit-card-round.svg": () => import("./chunks/credit-card-round-DQc5nV4C.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/credit-card.svg": () => import("./chunks/credit-card-CPU8AnU_.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/credit-payment-round.svg": () => import("./chunks/credit-payment-round-CaFrqK0I.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/credit-payment.svg": () => import("./chunks/credit-payment--HvYItdv.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/credit-repair-round.svg": () => import("./chunks/credit-repair-round-CaZ3ViFl.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/credit-repair.svg": () => import("./chunks/credit-repair-CqM1N-lT.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/credit-report-round.svg": () => import("./chunks/credit-report-round-DPfkXZAZ.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/credit-report.svg": () => import("./chunks/credit-report-C5NcF2El.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/date-round.svg": () => import("./chunks/date-round-CBgcAvZB.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/date.svg": () => import("./chunks/date-7Awxce9b.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/debt-collection-round.svg": () => import("./chunks/debt-collection-round-DPAsq25H.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/debt-collection.svg": () => import("./chunks/debt-collection-r7Jh2QC5.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/debt-round.svg": () => import("./chunks/debt-round-ir8MJgWs.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/debt.svg": () => import("./chunks/debt-B3xCGFyO.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/dialogue-round.svg": () => import("./chunks/dialogue-round-CQin4y3s.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/dialogue.svg": () => import("./chunks/dialogue-CkRillA2.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/dine-out-round.svg": () => import("./chunks/dine-out-round-DYCkrqXm.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/dine-out.svg": () => import("./chunks/dine-out-Bo_MrZdM.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/disability-round.svg": () => import("./chunks/disability-round-BIw_TIBk.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/disability.svg": () => import("./chunks/disability-DnCvFD7Y.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/disabled-round.svg": () => import("./chunks/disabled-round-DtsbVB6I.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/disabled.svg": () => import("./chunks/disabled-DG214M1v.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/divide-round.svg": () => import("./chunks/divide-round-htGgqiGo.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/divide.svg": () => import("./chunks/divide-DzD__IRD.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/document-round.svg": () => import("./chunks/document-round-C4Ij0WI6.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/document.svg": () => import("./chunks/document-nT5n-Hhq.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/dollar-round.svg": () => import("./chunks/dollar-round-BFQEsQxs.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/dollar.svg": () => import("./chunks/dollar-Dn7WfzdY.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/down-round.svg": () => import("./chunks/down-round-COFMBkQb.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/down.svg": () => import("./chunks/down-DmqrpfEx.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/download-round.svg": () => import("./chunks/download-round-DTRIed3c.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/download.svg": () => import("./chunks/download-CtdqfgCT.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/edit-round.svg": () => import("./chunks/edit-round-HWisdDsG.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/edit.svg": () => import("./chunks/edit-DM1KxlQ2.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/eight-closed.svg": () => import("./chunks/eight-closed-CxDb95mn.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/eight-open.svg": () => import("./chunks/eight-open-JPp6zH5o.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/email-round.svg": () => import("./chunks/email-round-ClymHoeY.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/email-square.svg": () => import("./chunks/email-square-DZat2PZb.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/email.svg": () => import("./chunks/email-Cjep7wtO.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/entertainment-round.svg": () => import("./chunks/entertainment-round-DGmDGxU1.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/entertainment.svg": () => import("./chunks/entertainment-CvfG6NzD.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/equal-round.svg": () => import("./chunks/equal-round-OmZlpSfB.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/equal.svg": () => import("./chunks/equal-DS5bU2a6.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/equipment-round.svg": () => import("./chunks/equipment-round-2J91sdxL.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/equipment.svg": () => import("./chunks/equipment-Cskpc0_y.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/error-round.svg": () => import("./chunks/error-round-BnVusND9.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/error.svg": () => import("./chunks/error-B9y2fIgO.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/external-link-round.svg": () => import("./chunks/external-link-round-FMq3Sf0r.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/external-link.svg": () => import("./chunks/external-link-D6m0kNXN.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/facebook-square.svg": () => import("./chunks/facebook-square-DF33ZrrJ.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/facebook.svg": () => import("./chunks/facebook-CwEozsbM.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/fall-round.svg": () => import("./chunks/fall-round-Dc-1sT-6.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/fall.svg": () => import("./chunks/fall-DQvDdC2l.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/favorite-round.svg": () => import("./chunks/favorite-round-CuqCygLj.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/favorite.svg": () => import("./chunks/favorite-CDhVOfAc.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/fax-round.svg": () => import("./chunks/fax-round-Wwf7sivK.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/fax.svg": () => import("./chunks/fax-CqXGo-hx.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/filter-round.svg": () => import("./chunks/filter-round-BnIF6_pU.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/filter.svg": () => import("./chunks/filter-BRQ-H0Ql.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/five-closed.svg": () => import("./chunks/five-closed-C3xN9aeT.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/five-open.svg": () => import("./chunks/five-open-DbLM_dPT.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/flag-round.svg": () => import("./chunks/flag-round-B4Nnyx7S.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/flag.svg": () => import("./chunks/flag-BJmLil0E.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/flickr-square.svg": () => import("./chunks/flickr-square-U_LXKac9.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/flickr.svg": () => import("./chunks/flickr-Bei8SvQB.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/flower-round.svg": () => import("./chunks/flower-round-34vuf8Az.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/flower.svg": () => import("./chunks/flower-DO8df642.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/folder-add-round.svg": () => import("./chunks/folder-add-round-D5nkSEAr.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/folder-add.svg": () => import("./chunks/folder-add-B5k8BQev.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/folder-delete-round.svg": () => import("./chunks/folder-delete-round-BAWyzZrm.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/folder-delete.svg": () => import("./chunks/folder-delete-WUeGaA4W.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/folder-empty-round.svg": () => import("./chunks/folder-empty-round-CoJJwvYP.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/folder-empty.svg": () => import("./chunks/folder-empty-5ttMADuY.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/folder-round.svg": () => import("./chunks/folder-round-Cq-jMBxt.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/folder-save-round.svg": () => import("./chunks/folder-save-round-DzrFAKzP.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/folder-save.svg": () => import("./chunks/folder-save-Bm_vks2-.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/folder.svg": () => import("./chunks/folder-D7WgL80L.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/foreclosure-round.svg": () => import("./chunks/foreclosure-round-Cs6v3pPG.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/foreclosure.svg": () => import("./chunks/foreclosure-BeLToVr1.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/fountain-pen-round.svg": () => import("./chunks/fountain-pen-round-DKEhRqIc.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/fountain-pen.svg": () => import("./chunks/fountain-pen-PbXsg6VM.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/four-closed.svg": () => import("./chunks/four-closed-IaDE5aly.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/four-open.svg": () => import("./chunks/four-open-8c4gNGh5.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/furniture-round.svg": () => import("./chunks/furniture-round-CfOUWqlw.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/furniture.svg": () => import("./chunks/furniture-DstKd1ab.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/gambling-round.svg": () => import("./chunks/gambling-round-Cguj3llT.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/gambling.svg": () => import("./chunks/gambling-CSZxWjtL.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/getting-a-credit-card-round.svg": () => import("./chunks/getting-a-credit-card-round-BLrLiqeA.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/getting-a-credit-card.svg": () => import("./chunks/getting-a-credit-card-hfD4eAaf.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/gift-round.svg": () => import("./chunks/gift-round-DYD7hmKd.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/gift.svg": () => import("./chunks/gift-B7CvB0a2.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/github-square.svg": () => import("./chunks/github-square-Ch--d2P9.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/github.svg": () => import("./chunks/github-DuIYx_WH.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/health-insurance-round.svg": () => import("./chunks/health-insurance-round-aB8-QN8U.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/health-insurance.svg": () => import("./chunks/health-insurance-CwbusfM2.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/healthcare-round.svg": () => import("./chunks/healthcare-round-CUhocEYK.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/healthcare.svg": () => import("./chunks/healthcare-DuJsnLKN.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/help-round.svg": () => import("./chunks/help-round-BDG_ZGRm.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/help.svg": () => import("./chunks/help-Dvq5aCNS.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/history-round.svg": () => import("./chunks/history-round-DKRBPg_U.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/history.svg": () => import("./chunks/history-mVTmqQTM.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/house-round.svg": () => import("./chunks/house-round-BlbsA-ZD.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/house.svg": () => import("./chunks/house-1aR3fpNl.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/information-round.svg": () => import("./chunks/information-round-DbI6G42K.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/information.svg": () => import("./chunks/information-Bq31mTQZ.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/insurance-round.svg": () => import("./chunks/insurance-round-ZQcZjmA0.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/insurance.svg": () => import("./chunks/insurance-B3-3BqwC.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/left-right-round.svg": () => import("./chunks/left-right-round-NgP7Dtlh.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/left-right.svg": () => import("./chunks/left-right-CsBLNOla.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/left-round.svg": () => import("./chunks/left-round-BeHkF1Le.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/left.svg": () => import("./chunks/left-DwAg7xsO.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/lightbulb-round.svg": () => import("./chunks/lightbulb-round-Dt_99wvE.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/lightbulb.svg": () => import("./chunks/lightbulb-D4_3D2bA.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/link-round.svg": () => import("./chunks/link-round--t2RKqGX.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/link.svg": () => import("./chunks/link-DCK2T-28.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/linkedin-square.svg": () => import("./chunks/linkedin-square-D3ieMnA0.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/linkedin.svg": () => import("./chunks/linkedin-DSRcr-_C.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/list-round.svg": () => import("./chunks/list-round-C5bg4U9r.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/list.svg": () => import("./chunks/list-CyCwobRE.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/loan-round.svg": () => import("./chunks/loan-round-CpEwkXQg.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/loan.svg": () => import("./chunks/loan-3JQODTBg.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/lock-round.svg": () => import("./chunks/lock-round-Cx7HukET.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/lock.svg": () => import("./chunks/lock-BrRusPXq.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/mail-round.svg": () => import("./chunks/mail-round-E7sG6DE4.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/mail.svg": () => import("./chunks/mail-CamOrhYi.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/map-round.svg": () => import("./chunks/map-round-BUF5pExP.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/map.svg": () => import("./chunks/map-C6RUXKob.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/menu-round.svg": () => import("./chunks/menu-round-CZTLc7-J.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/menu.svg": () => import("./chunks/menu-BS5i3smW.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/microphone-round.svg": () => import("./chunks/microphone-round-BC7R5aSX.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/microphone.svg": () => import("./chunks/microphone-y7gSTcAj.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/minus-round.svg": () => import("./chunks/minus-round--KRh8rOn.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/minus.svg": () => import("./chunks/minus-5MKGEzhV.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/money-round.svg": () => import("./chunks/money-round-DbaHCS9J.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/money-transfer-round.svg": () => import("./chunks/money-transfer-round-Ca_L0yY8.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/money-transfer.svg": () => import("./chunks/money-transfer-Cvyuvc1z.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/money.svg": () => import("./chunks/money-DkfXu8FP.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/monitor-round.svg": () => import("./chunks/monitor-round-DtYARR5e.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/monitor.svg": () => import("./chunks/monitor-vx4NZxJM.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/mortgage-round.svg": () => import("./chunks/mortgage-round-CPzVs0mW.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/mortgage.svg": () => import("./chunks/mortgage-CtYPSWbM.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/newspaper-round.svg": () => import("./chunks/newspaper-round-BgzizrlD.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/newspaper.svg": () => import("./chunks/newspaper-CVjXmkbP.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/nine-closed.svg": () => import("./chunks/nine-closed-uwbrQDLO.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/nine-open.svg": () => import("./chunks/nine-open-Bxe69EcH.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/one-closed.svg": () => import("./chunks/one-closed-DTWJx1SQ.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/one-open.svg": () => import("./chunks/one-open-DOzQvS0N.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/open-quote-round.svg": () => import("./chunks/open-quote-round-BzGHNIG1.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/open-quote.svg": () => import("./chunks/open-quote-CzKEXNZ3.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/paper-clip-round.svg": () => import("./chunks/paper-clip-round-DOKxI_Nu.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/paper-clip.svg": () => import("./chunks/paper-clip-CsVpavLI.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/parent-round.svg": () => import("./chunks/parent-round-CtmPTsFZ.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/parent.svg": () => import("./chunks/parent-BXrdCQnn.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/payday-loan-round.svg": () => import("./chunks/payday-loan-round-BErH4VW7.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/payday-loan.svg": () => import("./chunks/payday-loan-BIUM5LQ6.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/percentage-round.svg": () => import("./chunks/percentage-round-CEXqcagG.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/percentage.svg": () => import("./chunks/percentage-fU6f_A_m.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/pet-round.svg": () => import("./chunks/pet-round-DxMyfkiY.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/pet.svg": () => import("./chunks/pet-VB9GcZcp.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/phone-round.svg": () => import("./chunks/phone-round-C23gz3Ef.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/phone.svg": () => import("./chunks/phone-CodLhzQw.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/photo-round.svg": () => import("./chunks/photo-round-GDxoreLD.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/photo.svg": () => import("./chunks/photo-CCCFPQ5N.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/piggy-bank-check-round.svg": () => import("./chunks/piggy-bank-check-round-BikZxh2m.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/piggy-bank-check.svg": () => import("./chunks/piggy-bank-check-D1DAS6nE.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/piggy-bank-round.svg": () => import("./chunks/piggy-bank-round-DMUwvl5Y.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/piggy-bank.svg": () => import("./chunks/piggy-bank-xLA21Y7B.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/pinterest-square.svg": () => import("./chunks/pinterest-square-BqUDhH8T.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/pinterest.svg": () => import("./chunks/pinterest-DryLHMYA.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/play-round.svg": () => import("./chunks/play-round-B2g1W8Qm.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/play.svg": () => import("./chunks/play-CLCwVA_k.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/plus-round.svg": () => import("./chunks/plus-round-D76kSrlg.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/plus.svg": () => import("./chunks/plus-BZheAJLI.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/policy-round.svg": () => import("./chunks/policy-round-CzMoyphc.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/policy.svg": () => import("./chunks/policy-B8Ly8OPd.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/pop-up-round.svg": () => import("./chunks/pop-up-round-BEUgGb7e.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/pop-up.svg": () => import("./chunks/pop-up-7zQZ4xhN.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/power-round.svg": () => import("./chunks/power-round-NKfLGJ_y.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/power.svg": () => import("./chunks/power-CH5qUtUI.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/prepaid-cards-round.svg": () => import("./chunks/prepaid-cards-round-C2ryBhso.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/prepaid-cards.svg": () => import("./chunks/prepaid-cards-PIrzAhrG.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/presentation-round.svg": () => import("./chunks/presentation-round-Bm-uPXlq.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/presentation.svg": () => import("./chunks/presentation-cis_DBSb.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/price-tag-round.svg": () => import("./chunks/price-tag-round-DeKr_Pa7.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/price-tag.svg": () => import("./chunks/price-tag-vV1QblJC.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/print-round.svg": () => import("./chunks/print-round-DFUUcPtX.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/print.svg": () => import("./chunks/print-DEv-L0Zi.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/quick-cash-round.svg": () => import("./chunks/quick-cash-round-ufMBjjim.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/quick-cash.svg": () => import("./chunks/quick-cash-DXUN4KFT.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/regulation-round.svg": () => import("./chunks/regulation-round-BOmjbI52.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/regulation.svg": () => import("./chunks/regulation-CjyytUWq.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/right-round.svg": () => import("./chunks/right-round-DUxZ9DUr.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/right.svg": () => import("./chunks/right-BP6PIg2G.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/rss-round.svg": () => import("./chunks/rss-round-6M5kLkQD.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/rss.svg": () => import("./chunks/rss-B1TjXxJq.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/save-round.svg": () => import("./chunks/save-round-Cg5mRP_t.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/save.svg": () => import("./chunks/save-D1cAtPcF.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/search-round.svg": () => import("./chunks/search-round-CTM062mD.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/search.svg": () => import("./chunks/search-Uk-wPSja.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/serve-round.svg": () => import("./chunks/serve-round-BoFnsoH2.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/serve.svg": () => import("./chunks/serve-C-TaSPzu.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/servicemembers-round.svg": () => import("./chunks/servicemembers-round-bYweps0R.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/servicemembers.svg": () => import("./chunks/servicemembers-Dvl4Zp3a.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/settings-round.svg": () => import("./chunks/settings-round-CYzM2gQo.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/settings.svg": () => import("./chunks/settings-BH8qhd9x.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/seven-closed.svg": () => import("./chunks/seven-closed-CTFPLXfB.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/seven-open.svg": () => import("./chunks/seven-open-ATHGlGwV.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/share-alt-round.svg": () => import("./chunks/share-alt-round-DXF2oweS.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/share-alt.svg": () => import("./chunks/share-alt-MqUmIcZq.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/share-round.svg": () => import("./chunks/share-round-1fnEbuic.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/share.svg": () => import("./chunks/share-VcHKapwf.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/six-closed.svg": () => import("./chunks/six-closed-D380gDaf.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/six-open.svg": () => import("./chunks/six-open-DvOgNF5X.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/sold-round.svg": () => import("./chunks/sold-round-D-tzQk8I.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/sold.svg": () => import("./chunks/sold-BpAaFGNH.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/speech-bubble-round.svg": () => import("./chunks/speech-bubble-round-BAVpVn-x.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/speech-bubble.svg": () => import("./chunks/speech-bubble-D1wI3zCc.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/split-round.svg": () => import("./chunks/split-round-DZSS24CN.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/split.svg": () => import("./chunks/split-BGvIwEG6.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/spring-round.svg": () => import("./chunks/spring-round-Cdu8XDWk.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/spring.svg": () => import("./chunks/spring-sMy6HGAN.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/summer-round.svg": () => import("./chunks/summer-round-DBgRfZTG.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/summer.svg": () => import("./chunks/summer-3v4iAeaH.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/supplement-round.svg": () => import("./chunks/supplement-round-CJT-8TyF.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/supplement.svg": () => import("./chunks/supplement-DMrBVndy.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/taxes-round.svg": () => import("./chunks/taxes-round-iGWkuT6F.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/taxes.svg": () => import("./chunks/taxes-D8512NPj.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/technology-round.svg": () => import("./chunks/technology-round-9NvIcAzp.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/technology.svg": () => import("./chunks/technology-CJeYVUml.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/thought-bubble-round.svg": () => import("./chunks/thought-bubble-round-CLPemo_U.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/thought-bubble.svg": () => import("./chunks/thought-bubble-CcVV5VDa.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/three-closed.svg": () => import("./chunks/three-closed-CReNOnZl.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/three-open.svg": () => import("./chunks/three-open-obsbpfsL.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/toolbox-round.svg": () => import("./chunks/toolbox-round-cjEpiGid.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/toolbox.svg": () => import("./chunks/toolbox-CojK08Nc.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/travel-round.svg": () => import("./chunks/travel-round-DptWAHSf.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/travel.svg": () => import("./chunks/travel-6rUm9bWl.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/two-closed.svg": () => import("./chunks/two-closed-Nj-5LviM.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/two-open.svg": () => import("./chunks/two-open-Co52NAiY.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/unbookmark-round.svg": () => import("./chunks/unbookmark-round-C73u0IWy.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/unbookmark.svg": () => import("./chunks/unbookmark-jI2shYK7.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/unfavorite-round.svg": () => import("./chunks/unfavorite-round-7B9OnFrE.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/unfavorite.svg": () => import("./chunks/unfavorite-Cn5tYDr-.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/unlock-round.svg": () => import("./chunks/unlock-round-CLPEIMje.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/unlock.svg": () => import("./chunks/unlock-DSTAWsl9.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/up-down-round.svg": () => import("./chunks/up-down-round-BtOkolKH.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/up-down.svg": () => import("./chunks/up-down-B_cAOqHh.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/up-round.svg": () => import("./chunks/up-round-CKF7yzq6.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/up.svg": () => import("./chunks/up-l5OGxLRc.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/update-round.svg": () => import("./chunks/update-round-DWzyVCVV.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/update.svg": () => import("./chunks/update-B89lP7ln.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/updating-round.svg": () => import("./chunks/updating-round-CJ_eWuiy.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/updating.svg": () => import("./chunks/updating-LwnSESAh.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/upload-round.svg": () => import("./chunks/upload-round-BegmXg2P.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/upload.svg": () => import("./chunks/upload-BzdGYR25.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/user-round.svg": () => import("./chunks/user-round-C0lDeBG_.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/user.svg": () => import("./chunks/user-k0THwvWB.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/video-round.svg": () => import("./chunks/video-round-DkElLPdF.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/video.svg": () => import("./chunks/video-z1QXjKMa.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/warning-round.svg": () => import("./chunks/warning-round-DXU90VhZ.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/warning.svg": () => import("./chunks/warning-Mqg7TMSa.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/web-round.svg": () => import("./chunks/web-round-CRT9PcRC.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/web.svg": () => import("./chunks/web-zBCBpeBn.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/wifi-round.svg": () => import("./chunks/wifi-round--dHO8gia.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/wifi.svg": () => import("./chunks/wifi-vKwccTWt.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/winter-round.svg": () => import("./chunks/winter-round-4fDTxWyR.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/winter.svg": () => import("./chunks/winter-B-dyrqf0.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/x-square.svg": () => import("./chunks/x-square-BIlJkcm-.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/x.svg": () => import("./chunks/x-DdHpbxTj.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/youtube-square.svg": () => import("./chunks/youtube-square-Dab8FR0p.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/youtube.svg": () => import("./chunks/youtube-BeoUwgjW.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/zero-closed.svg": () => import("./chunks/zero-closed-CJJlrV-9.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/zero-open.svg": () => import("./chunks/zero-open-Dtb6Ytxf.js") }), `../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/${e}.svg`, 10);
|
|
312
|
-
|
|
53
|
+
const n = await bs(/* @__PURE__ */ Object.assign({ "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/activity-round.svg": () => import("./chunks/activity-round-BWLRv13A.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/activity.svg": () => import("./chunks/activity-BK42VLMg.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/agreement-round.svg": () => import("./chunks/agreement-round-BY_SfYi-.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/agreement.svg": () => import("./chunks/agreement-7lADcBg5.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/appendix-round.svg": () => import("./chunks/appendix-round-Bv_z6sin.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/appendix.svg": () => import("./chunks/appendix-C9Nz9xt4.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/approved-round.svg": () => import("./chunks/approved-round-BGhsHHKv.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/approved.svg": () => import("./chunks/approved-CvwVa4Mt.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/arrow-down-round.svg": () => import("./chunks/arrow-down-round-CRnVw4j8.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/arrow-down.svg": () => import("./chunks/arrow-down-vKyptstz.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/arrow-left-round.svg": () => import("./chunks/arrow-left-round-LYLt5fUB.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/arrow-left.svg": () => import("./chunks/arrow-left-76W12TB2.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/arrow-right-round.svg": () => import("./chunks/arrow-right-round-_MrB4MYP.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/arrow-right.svg": () => import("./chunks/arrow-right-5N-amlJ_.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/arrow-up-round.svg": () => import("./chunks/arrow-up-round-DWUikuBs.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/arrow-up.svg": () => import("./chunks/arrow-up-lWNjeybG.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/audio-low-round.svg": () => import("./chunks/audio-low-round-i7vy0wMy.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/audio-low.svg": () => import("./chunks/audio-low-ZUvtZR8L.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/audio-max-round.svg": () => import("./chunks/audio-max-round-Lyxk8O18.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/audio-max.svg": () => import("./chunks/audio-max-BB7XgUqt.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/audio-medium-round.svg": () => import("./chunks/audio-medium-round-CnTSH1QR.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/audio-medium.svg": () => import("./chunks/audio-medium-i1qrIs2t.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/audio-mute-round.svg": () => import("./chunks/audio-mute-round-KNVnxpWQ.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/audio-mute.svg": () => import("./chunks/audio-mute-DH5e6r5r.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/bank-round.svg": () => import("./chunks/bank-round-BkrGHUhw.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/bank.svg": () => import("./chunks/bank-H1FtErmD.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/book-round.svg": () => import("./chunks/book-round-CS_96qn6.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/book.svg": () => import("./chunks/book-CbdUnfC7.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/bookmark-round.svg": () => import("./chunks/bookmark-round-D9tBX2Qv.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/bookmark.svg": () => import("./chunks/bookmark-Cvegw3Li.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/briefcase-round.svg": () => import("./chunks/briefcase-round-CyZkG4f_.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/briefcase.svg": () => import("./chunks/briefcase-CiucNf8z.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/broadcast-round.svg": () => import("./chunks/broadcast-round-CNRXYWWP.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/broadcast.svg": () => import("./chunks/broadcast-C7jSSQo9.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/building-credit-round.svg": () => import("./chunks/building-credit-round-CW6CpWz5.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/building-credit.svg": () => import("./chunks/building-credit-Cc_s4Ng4.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/bullhorn-round.svg": () => import("./chunks/bullhorn-round-DsRzq_Yf.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/bullhorn.svg": () => import("./chunks/bullhorn-DMZ__rae.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/bus-round.svg": () => import("./chunks/bus-round-zXRBVy9C.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/bus.svg": () => import("./chunks/bus-CpDRvhoo.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/calculate-round.svg": () => import("./chunks/calculate-round-KPzU8tb6.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/calculate.svg": () => import("./chunks/calculate-B0q5tBRk.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/car-round.svg": () => import("./chunks/car-round-LM7walqD.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/car.svg": () => import("./chunks/car-CPRuNjZA.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/cart-round.svg": () => import("./chunks/cart-round-XdZ6PZdM.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/cart.svg": () => import("./chunks/cart-D0pxHubD.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/chart-round.svg": () => import("./chunks/chart-round-BqJYwuKW.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/chart.svg": () => import("./chunks/chart-l_wBKC6K.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/childcare-round.svg": () => import("./chunks/childcare-round-BOB2cDHr.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/childcare.svg": () => import("./chunks/childcare-B4DVV2Bh.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/clock-round.svg": () => import("./chunks/clock-round-yiNxeN-B.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/clock.svg": () => import("./chunks/clock-BmVGJDai.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/close-quote-round.svg": () => import("./chunks/close-quote-round--dzbxG2J.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/close-quote.svg": () => import("./chunks/close-quote-LCqtzYLw.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/clothes-round.svg": () => import("./chunks/clothes-round-BnyuGck3.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/clothes.svg": () => import("./chunks/clothes-3Jgs4bIC.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/college-round.svg": () => import("./chunks/college-round-SpPZLmm0.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/college.svg": () => import("./chunks/college-KUM2ZcWo.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/compass-round.svg": () => import("./chunks/compass-round-ChtCE37W.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/compass.svg": () => import("./chunks/compass-CygLOHSM.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/complaint-round.svg": () => import("./chunks/complaint-round-BzcS9Y0S.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/complaint.svg": () => import("./chunks/complaint-DzKRlA3a.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/copy-round.svg": () => import("./chunks/copy-round-D56rq14R.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/copy.svg": () => import("./chunks/copy-Bdte69kY.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/court-round.svg": () => import("./chunks/court-round-B3KUuRTO.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/court.svg": () => import("./chunks/court-C-_2L6OV.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/credit-card-round.svg": () => import("./chunks/credit-card-round-DQc5nV4C.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/credit-card.svg": () => import("./chunks/credit-card-CPU8AnU_.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/credit-payment-round.svg": () => import("./chunks/credit-payment-round-CaFrqK0I.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/credit-payment.svg": () => import("./chunks/credit-payment--HvYItdv.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/credit-repair-round.svg": () => import("./chunks/credit-repair-round-CaZ3ViFl.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/credit-repair.svg": () => import("./chunks/credit-repair-CqM1N-lT.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/credit-report-round.svg": () => import("./chunks/credit-report-round-DPfkXZAZ.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/credit-report.svg": () => import("./chunks/credit-report-C5NcF2El.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/date-round.svg": () => import("./chunks/date-round-CBgcAvZB.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/date.svg": () => import("./chunks/date-7Awxce9b.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/debt-collection-round.svg": () => import("./chunks/debt-collection-round-DPAsq25H.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/debt-collection.svg": () => import("./chunks/debt-collection-r7Jh2QC5.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/debt-round.svg": () => import("./chunks/debt-round-ir8MJgWs.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/debt.svg": () => import("./chunks/debt-B3xCGFyO.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/dialogue-round.svg": () => import("./chunks/dialogue-round-CQin4y3s.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/dialogue.svg": () => import("./chunks/dialogue-CkRillA2.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/dine-out-round.svg": () => import("./chunks/dine-out-round-DYCkrqXm.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/dine-out.svg": () => import("./chunks/dine-out-Bo_MrZdM.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/disability-round.svg": () => import("./chunks/disability-round-BIw_TIBk.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/disability.svg": () => import("./chunks/disability-DnCvFD7Y.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/disabled-round.svg": () => import("./chunks/disabled-round-DtsbVB6I.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/disabled.svg": () => import("./chunks/disabled-DG214M1v.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/divide-round.svg": () => import("./chunks/divide-round-htGgqiGo.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/divide.svg": () => import("./chunks/divide-DzD__IRD.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/document-round.svg": () => import("./chunks/document-round-C4Ij0WI6.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/document.svg": () => import("./chunks/document-nT5n-Hhq.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/dollar-round.svg": () => import("./chunks/dollar-round-BFQEsQxs.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/dollar.svg": () => import("./chunks/dollar-Dn7WfzdY.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/down-round.svg": () => import("./chunks/down-round-COFMBkQb.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/down.svg": () => import("./chunks/down-DmqrpfEx.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/download-round.svg": () => import("./chunks/download-round-DTRIed3c.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/download.svg": () => import("./chunks/download-CtdqfgCT.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/edit-round.svg": () => import("./chunks/edit-round-HWisdDsG.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/edit.svg": () => import("./chunks/edit-DM1KxlQ2.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/eight-closed.svg": () => import("./chunks/eight-closed-CxDb95mn.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/eight-open.svg": () => import("./chunks/eight-open-JPp6zH5o.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/email-round.svg": () => import("./chunks/email-round-ClymHoeY.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/email-square.svg": () => import("./chunks/email-square-DZat2PZb.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/email.svg": () => import("./chunks/email-Cjep7wtO.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/entertainment-round.svg": () => import("./chunks/entertainment-round-DGmDGxU1.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/entertainment.svg": () => import("./chunks/entertainment-CvfG6NzD.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/equal-round.svg": () => import("./chunks/equal-round-OmZlpSfB.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/equal.svg": () => import("./chunks/equal-DS5bU2a6.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/equipment-round.svg": () => import("./chunks/equipment-round-2J91sdxL.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/equipment.svg": () => import("./chunks/equipment-Cskpc0_y.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/error-round.svg": () => import("./chunks/error-round-BnVusND9.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/error.svg": () => import("./chunks/error-B9y2fIgO.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/external-link-round.svg": () => import("./chunks/external-link-round-FMq3Sf0r.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/external-link.svg": () => import("./chunks/external-link-D6m0kNXN.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/facebook-square.svg": () => import("./chunks/facebook-square-DF33ZrrJ.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/facebook.svg": () => import("./chunks/facebook-CwEozsbM.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/fall-round.svg": () => import("./chunks/fall-round-Dc-1sT-6.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/fall.svg": () => import("./chunks/fall-DQvDdC2l.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/favorite-round.svg": () => import("./chunks/favorite-round-CuqCygLj.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/favorite.svg": () => import("./chunks/favorite-CDhVOfAc.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/fax-round.svg": () => import("./chunks/fax-round-Wwf7sivK.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/fax.svg": () => import("./chunks/fax-CqXGo-hx.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/filter-round.svg": () => import("./chunks/filter-round-BnIF6_pU.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/filter.svg": () => import("./chunks/filter-BRQ-H0Ql.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/five-closed.svg": () => import("./chunks/five-closed-C3xN9aeT.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/five-open.svg": () => import("./chunks/five-open-DbLM_dPT.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/flag-round.svg": () => import("./chunks/flag-round-B4Nnyx7S.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/flag.svg": () => import("./chunks/flag-BJmLil0E.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/flickr-square.svg": () => import("./chunks/flickr-square-U_LXKac9.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/flickr.svg": () => import("./chunks/flickr-Bei8SvQB.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/flower-round.svg": () => import("./chunks/flower-round-34vuf8Az.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/flower.svg": () => import("./chunks/flower-DO8df642.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/folder-add-round.svg": () => import("./chunks/folder-add-round-D5nkSEAr.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/folder-add.svg": () => import("./chunks/folder-add-B5k8BQev.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/folder-delete-round.svg": () => import("./chunks/folder-delete-round-BAWyzZrm.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/folder-delete.svg": () => import("./chunks/folder-delete-WUeGaA4W.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/folder-empty-round.svg": () => import("./chunks/folder-empty-round-CoJJwvYP.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/folder-empty.svg": () => import("./chunks/folder-empty-5ttMADuY.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/folder-round.svg": () => import("./chunks/folder-round-Cq-jMBxt.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/folder-save-round.svg": () => import("./chunks/folder-save-round-DzrFAKzP.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/folder-save.svg": () => import("./chunks/folder-save-Bm_vks2-.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/folder.svg": () => import("./chunks/folder-D7WgL80L.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/foreclosure-round.svg": () => import("./chunks/foreclosure-round-Cs6v3pPG.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/foreclosure.svg": () => import("./chunks/foreclosure-BeLToVr1.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/fountain-pen-round.svg": () => import("./chunks/fountain-pen-round-DKEhRqIc.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/fountain-pen.svg": () => import("./chunks/fountain-pen-PbXsg6VM.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/four-closed.svg": () => import("./chunks/four-closed-IaDE5aly.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/four-open.svg": () => import("./chunks/four-open-8c4gNGh5.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/furniture-round.svg": () => import("./chunks/furniture-round-CfOUWqlw.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/furniture.svg": () => import("./chunks/furniture-DstKd1ab.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/gambling-round.svg": () => import("./chunks/gambling-round-Cguj3llT.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/gambling.svg": () => import("./chunks/gambling-CSZxWjtL.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/getting-a-credit-card-round.svg": () => import("./chunks/getting-a-credit-card-round-BLrLiqeA.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/getting-a-credit-card.svg": () => import("./chunks/getting-a-credit-card-hfD4eAaf.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/gift-round.svg": () => import("./chunks/gift-round-DYD7hmKd.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/gift.svg": () => import("./chunks/gift-B7CvB0a2.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/github-square.svg": () => import("./chunks/github-square-Ch--d2P9.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/github.svg": () => import("./chunks/github-DuIYx_WH.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/health-insurance-round.svg": () => import("./chunks/health-insurance-round-aB8-QN8U.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/health-insurance.svg": () => import("./chunks/health-insurance-CwbusfM2.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/healthcare-round.svg": () => import("./chunks/healthcare-round-CUhocEYK.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/healthcare.svg": () => import("./chunks/healthcare-DuJsnLKN.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/help-round.svg": () => import("./chunks/help-round-BDG_ZGRm.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/help.svg": () => import("./chunks/help-Dvq5aCNS.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/history-round.svg": () => import("./chunks/history-round-DKRBPg_U.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/history.svg": () => import("./chunks/history-mVTmqQTM.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/house-round.svg": () => import("./chunks/house-round-BlbsA-ZD.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/house.svg": () => import("./chunks/house-1aR3fpNl.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/information-round.svg": () => import("./chunks/information-round-DbI6G42K.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/information.svg": () => import("./chunks/information-Bq31mTQZ.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/insurance-round.svg": () => import("./chunks/insurance-round-ZQcZjmA0.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/insurance.svg": () => import("./chunks/insurance-B3-3BqwC.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/left-right-round.svg": () => import("./chunks/left-right-round-NgP7Dtlh.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/left-right.svg": () => import("./chunks/left-right-CsBLNOla.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/left-round.svg": () => import("./chunks/left-round-BeHkF1Le.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/left.svg": () => import("./chunks/left-DwAg7xsO.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/lightbulb-round.svg": () => import("./chunks/lightbulb-round-Dt_99wvE.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/lightbulb.svg": () => import("./chunks/lightbulb-D4_3D2bA.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/link-round.svg": () => import("./chunks/link-round--t2RKqGX.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/link.svg": () => import("./chunks/link-DCK2T-28.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/linkedin-square.svg": () => import("./chunks/linkedin-square-D3ieMnA0.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/linkedin.svg": () => import("./chunks/linkedin-DSRcr-_C.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/list-round.svg": () => import("./chunks/list-round-C5bg4U9r.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/list.svg": () => import("./chunks/list-CyCwobRE.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/loan-round.svg": () => import("./chunks/loan-round-CpEwkXQg.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/loan.svg": () => import("./chunks/loan-3JQODTBg.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/lock-round.svg": () => import("./chunks/lock-round-Cx7HukET.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/lock.svg": () => import("./chunks/lock-BrRusPXq.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/mail-round.svg": () => import("./chunks/mail-round-E7sG6DE4.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/mail.svg": () => import("./chunks/mail-CamOrhYi.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/map-round.svg": () => import("./chunks/map-round-BUF5pExP.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/map.svg": () => import("./chunks/map-C6RUXKob.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/menu-round.svg": () => import("./chunks/menu-round-CZTLc7-J.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/menu.svg": () => import("./chunks/menu-BS5i3smW.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/microphone-round.svg": () => import("./chunks/microphone-round-BC7R5aSX.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/microphone.svg": () => import("./chunks/microphone-y7gSTcAj.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/minus-round.svg": () => import("./chunks/minus-round--KRh8rOn.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/minus.svg": () => import("./chunks/minus-5MKGEzhV.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/money-round.svg": () => import("./chunks/money-round-DbaHCS9J.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/money-transfer-round.svg": () => import("./chunks/money-transfer-round-Ca_L0yY8.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/money-transfer.svg": () => import("./chunks/money-transfer-Cvyuvc1z.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/money.svg": () => import("./chunks/money-DkfXu8FP.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/monitor-round.svg": () => import("./chunks/monitor-round-DtYARR5e.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/monitor.svg": () => import("./chunks/monitor-vx4NZxJM.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/mortgage-round.svg": () => import("./chunks/mortgage-round-CPzVs0mW.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/mortgage.svg": () => import("./chunks/mortgage-CtYPSWbM.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/newspaper-round.svg": () => import("./chunks/newspaper-round-BgzizrlD.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/newspaper.svg": () => import("./chunks/newspaper-CVjXmkbP.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/nine-closed.svg": () => import("./chunks/nine-closed-uwbrQDLO.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/nine-open.svg": () => import("./chunks/nine-open-Bxe69EcH.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/one-closed.svg": () => import("./chunks/one-closed-DTWJx1SQ.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/one-open.svg": () => import("./chunks/one-open-DOzQvS0N.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/open-quote-round.svg": () => import("./chunks/open-quote-round-BzGHNIG1.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/open-quote.svg": () => import("./chunks/open-quote-CzKEXNZ3.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/paper-clip-round.svg": () => import("./chunks/paper-clip-round-DOKxI_Nu.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/paper-clip.svg": () => import("./chunks/paper-clip-CsVpavLI.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/parent-round.svg": () => import("./chunks/parent-round-CtmPTsFZ.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/parent.svg": () => import("./chunks/parent-BXrdCQnn.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/payday-loan-round.svg": () => import("./chunks/payday-loan-round-BErH4VW7.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/payday-loan.svg": () => import("./chunks/payday-loan-BIUM5LQ6.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/percentage-round.svg": () => import("./chunks/percentage-round-CEXqcagG.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/percentage.svg": () => import("./chunks/percentage-fU6f_A_m.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/pet-round.svg": () => import("./chunks/pet-round-DxMyfkiY.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/pet.svg": () => import("./chunks/pet-VB9GcZcp.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/phone-round.svg": () => import("./chunks/phone-round-C23gz3Ef.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/phone.svg": () => import("./chunks/phone-CodLhzQw.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/photo-round.svg": () => import("./chunks/photo-round-GDxoreLD.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/photo.svg": () => import("./chunks/photo-CCCFPQ5N.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/piggy-bank-check-round.svg": () => import("./chunks/piggy-bank-check-round-BikZxh2m.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/piggy-bank-check.svg": () => import("./chunks/piggy-bank-check-D1DAS6nE.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/piggy-bank-round.svg": () => import("./chunks/piggy-bank-round-DMUwvl5Y.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/piggy-bank.svg": () => import("./chunks/piggy-bank-xLA21Y7B.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/pinterest-square.svg": () => import("./chunks/pinterest-square-BqUDhH8T.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/pinterest.svg": () => import("./chunks/pinterest-DryLHMYA.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/play-round.svg": () => import("./chunks/play-round-B2g1W8Qm.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/play.svg": () => import("./chunks/play-CLCwVA_k.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/plus-round.svg": () => import("./chunks/plus-round-D76kSrlg.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/plus.svg": () => import("./chunks/plus-BZheAJLI.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/policy-round.svg": () => import("./chunks/policy-round-CzMoyphc.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/policy.svg": () => import("./chunks/policy-B8Ly8OPd.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/pop-up-round.svg": () => import("./chunks/pop-up-round-BEUgGb7e.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/pop-up.svg": () => import("./chunks/pop-up-7zQZ4xhN.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/power-round.svg": () => import("./chunks/power-round-NKfLGJ_y.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/power.svg": () => import("./chunks/power-CH5qUtUI.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/prepaid-cards-round.svg": () => import("./chunks/prepaid-cards-round-C2ryBhso.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/prepaid-cards.svg": () => import("./chunks/prepaid-cards-PIrzAhrG.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/presentation-round.svg": () => import("./chunks/presentation-round-Bm-uPXlq.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/presentation.svg": () => import("./chunks/presentation-cis_DBSb.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/price-tag-round.svg": () => import("./chunks/price-tag-round-DeKr_Pa7.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/price-tag.svg": () => import("./chunks/price-tag-vV1QblJC.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/print-round.svg": () => import("./chunks/print-round-DFUUcPtX.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/print.svg": () => import("./chunks/print-DEv-L0Zi.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/quick-cash-round.svg": () => import("./chunks/quick-cash-round-ufMBjjim.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/quick-cash.svg": () => import("./chunks/quick-cash-DXUN4KFT.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/regulation-round.svg": () => import("./chunks/regulation-round-BOmjbI52.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/regulation.svg": () => import("./chunks/regulation-CjyytUWq.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/right-round.svg": () => import("./chunks/right-round-DUxZ9DUr.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/right.svg": () => import("./chunks/right-BP6PIg2G.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/rss-round.svg": () => import("./chunks/rss-round-6M5kLkQD.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/rss.svg": () => import("./chunks/rss-B1TjXxJq.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/save-round.svg": () => import("./chunks/save-round-Cg5mRP_t.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/save.svg": () => import("./chunks/save-D1cAtPcF.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/search-round.svg": () => import("./chunks/search-round-CTM062mD.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/search.svg": () => import("./chunks/search-Uk-wPSja.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/serve-round.svg": () => import("./chunks/serve-round-BoFnsoH2.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/serve.svg": () => import("./chunks/serve-C-TaSPzu.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/servicemembers-round.svg": () => import("./chunks/servicemembers-round-bYweps0R.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/servicemembers.svg": () => import("./chunks/servicemembers-Dvl4Zp3a.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/settings-round.svg": () => import("./chunks/settings-round-CYzM2gQo.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/settings.svg": () => import("./chunks/settings-BH8qhd9x.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/seven-closed.svg": () => import("./chunks/seven-closed-CTFPLXfB.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/seven-open.svg": () => import("./chunks/seven-open-ATHGlGwV.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/share-alt-round.svg": () => import("./chunks/share-alt-round-DXF2oweS.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/share-alt.svg": () => import("./chunks/share-alt-MqUmIcZq.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/share-round.svg": () => import("./chunks/share-round-1fnEbuic.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/share.svg": () => import("./chunks/share-VcHKapwf.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/six-closed.svg": () => import("./chunks/six-closed-D380gDaf.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/six-open.svg": () => import("./chunks/six-open-DvOgNF5X.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/sold-round.svg": () => import("./chunks/sold-round-D-tzQk8I.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/sold.svg": () => import("./chunks/sold-BpAaFGNH.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/speech-bubble-round.svg": () => import("./chunks/speech-bubble-round-BAVpVn-x.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/speech-bubble.svg": () => import("./chunks/speech-bubble-D1wI3zCc.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/split-round.svg": () => import("./chunks/split-round-DZSS24CN.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/split.svg": () => import("./chunks/split-BGvIwEG6.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/spring-round.svg": () => import("./chunks/spring-round-Cdu8XDWk.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/spring.svg": () => import("./chunks/spring-sMy6HGAN.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/summer-round.svg": () => import("./chunks/summer-round-DBgRfZTG.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/summer.svg": () => import("./chunks/summer-3v4iAeaH.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/supplement-round.svg": () => import("./chunks/supplement-round-CJT-8TyF.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/supplement.svg": () => import("./chunks/supplement-DMrBVndy.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/taxes-round.svg": () => import("./chunks/taxes-round-iGWkuT6F.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/taxes.svg": () => import("./chunks/taxes-D8512NPj.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/technology-round.svg": () => import("./chunks/technology-round-9NvIcAzp.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/technology.svg": () => import("./chunks/technology-CJeYVUml.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/thought-bubble-round.svg": () => import("./chunks/thought-bubble-round-CLPemo_U.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/thought-bubble.svg": () => import("./chunks/thought-bubble-CcVV5VDa.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/three-closed.svg": () => import("./chunks/three-closed-CReNOnZl.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/three-open.svg": () => import("./chunks/three-open-obsbpfsL.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/toolbox-round.svg": () => import("./chunks/toolbox-round-cjEpiGid.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/toolbox.svg": () => import("./chunks/toolbox-CojK08Nc.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/travel-round.svg": () => import("./chunks/travel-round-DptWAHSf.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/travel.svg": () => import("./chunks/travel-6rUm9bWl.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/two-closed.svg": () => import("./chunks/two-closed-Nj-5LviM.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/two-open.svg": () => import("./chunks/two-open-Co52NAiY.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/unbookmark-round.svg": () => import("./chunks/unbookmark-round-C73u0IWy.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/unbookmark.svg": () => import("./chunks/unbookmark-jI2shYK7.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/unfavorite-round.svg": () => import("./chunks/unfavorite-round-7B9OnFrE.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/unfavorite.svg": () => import("./chunks/unfavorite-Cn5tYDr-.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/unlock-round.svg": () => import("./chunks/unlock-round-CLPEIMje.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/unlock.svg": () => import("./chunks/unlock-DSTAWsl9.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/up-down-round.svg": () => import("./chunks/up-down-round-BtOkolKH.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/up-down.svg": () => import("./chunks/up-down-B_cAOqHh.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/up-round.svg": () => import("./chunks/up-round-CKF7yzq6.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/up.svg": () => import("./chunks/up-l5OGxLRc.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/update-round.svg": () => import("./chunks/update-round-DWzyVCVV.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/update.svg": () => import("./chunks/update-B89lP7ln.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/updating-round.svg": () => import("./chunks/updating-round-CJ_eWuiy.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/updating.svg": () => import("./chunks/updating-LwnSESAh.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/upload-round.svg": () => import("./chunks/upload-round-BegmXg2P.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/upload.svg": () => import("./chunks/upload-BzdGYR25.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/user-round.svg": () => import("./chunks/user-round-C0lDeBG_.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/user.svg": () => import("./chunks/user-k0THwvWB.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/video-round.svg": () => import("./chunks/video-round-DkElLPdF.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/video.svg": () => import("./chunks/video-z1QXjKMa.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/warning-round.svg": () => import("./chunks/warning-round-DXU90VhZ.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/warning.svg": () => import("./chunks/warning-Mqg7TMSa.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/web-round.svg": () => import("./chunks/web-round-CRT9PcRC.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/web.svg": () => import("./chunks/web-zBCBpeBn.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/wifi-round.svg": () => import("./chunks/wifi-round--dHO8gia.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/wifi.svg": () => import("./chunks/wifi-vKwccTWt.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/winter-round.svg": () => import("./chunks/winter-round-4fDTxWyR.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/winter.svg": () => import("./chunks/winter-B-dyrqf0.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/x-square.svg": () => import("./chunks/x-square-BIlJkcm-.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/x.svg": () => import("./chunks/x-DdHpbxTj.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/youtube-square.svg": () => import("./chunks/youtube-square-Dab8FR0p.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/youtube.svg": () => import("./chunks/youtube-BeoUwgjW.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/zero-closed.svg": () => import("./chunks/zero-closed-CJJlrV-9.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/zero-open.svg": () => import("./chunks/zero-open-Dtb6Ytxf.js") }), `../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/${e}.svg`, 10);
|
|
54
|
+
t && o(() => n.default);
|
|
313
55
|
} catch {
|
|
314
|
-
const
|
|
315
|
-
|
|
56
|
+
const n = await import("./chunks/error-B9y2fIgO.js");
|
|
57
|
+
t && o(() => n.default);
|
|
316
58
|
}
|
|
317
59
|
})(), () => {
|
|
318
|
-
|
|
60
|
+
t = !1;
|
|
319
61
|
};
|
|
320
|
-
}, [e]),
|
|
321
|
-
},
|
|
62
|
+
}, [e]), s;
|
|
63
|
+
}, hs = [
|
|
322
64
|
"zero",
|
|
323
65
|
"one",
|
|
324
66
|
"two",
|
|
@@ -329,7 +71,7 @@ const j = /* @__PURE__ */ _s(ws), Ss = (e, n, t) => {
|
|
|
329
71
|
"seven",
|
|
330
72
|
"eight",
|
|
331
73
|
"nine"
|
|
332
|
-
],
|
|
74
|
+
], vs = {
|
|
333
75
|
h1: "34px",
|
|
334
76
|
h2: "26px",
|
|
335
77
|
h3: "22px",
|
|
@@ -337,117 +79,117 @@ const j = /* @__PURE__ */ _s(ws), Ss = (e, n, t) => {
|
|
|
337
79
|
h5: "14px",
|
|
338
80
|
p: "16px",
|
|
339
81
|
sub: "12px"
|
|
340
|
-
},
|
|
341
|
-
const
|
|
342
|
-
if (!
|
|
343
|
-
const
|
|
344
|
-
return
|
|
345
|
-
className:
|
|
82
|
+
}, _s = /* @__PURE__ */ new Set(["email", "facebook", "flickr", "github", "linkedin", "pinterest", "x", "youtube"]), ys = new Set(hs), Es = (e, s) => ys.has(e) ? s ? "-closed" : "-open" : s ? _s.has(e) ? "-square" : "-round" : "", T = ({ name: e, alt: s, ariaLabel: o = "", ariaLabelledby: t = "", ariaDescribedby: i = "", isPresentational: n = !1, withBg: r = !1, size: p = "inherit", ...d }) => {
|
|
83
|
+
const l = Es(e, r), a = `${e}${l}`, u = gs(a);
|
|
84
|
+
if (!u) return null;
|
|
85
|
+
const b = w("cf-icon-svg", `cf-icon-svg--${a}`), h = vs[p] || p;
|
|
86
|
+
return c(u, {
|
|
87
|
+
className: b,
|
|
346
88
|
style: {
|
|
347
|
-
fontSize:
|
|
89
|
+
fontSize: h
|
|
348
90
|
},
|
|
349
|
-
role:
|
|
350
|
-
"aria-label":
|
|
351
|
-
"aria-labelledby":
|
|
91
|
+
role: n ? void 0 : "img",
|
|
92
|
+
"aria-label": o || (n ? void 0 : s ?? e),
|
|
93
|
+
"aria-labelledby": t || void 0,
|
|
352
94
|
"aria-describedby": i || void 0,
|
|
353
|
-
"aria-hidden":
|
|
95
|
+
"aria-hidden": n ? "true" : void 0,
|
|
354
96
|
...d
|
|
355
97
|
});
|
|
356
98
|
};
|
|
357
|
-
function
|
|
99
|
+
function ie({ children: e, className: s, isHorizontal: o, isLinks: t = !1, isOrdered: i, isSpaced: n, isUnstyled: r }) {
|
|
358
100
|
const p = ["m-list"];
|
|
359
|
-
return
|
|
360
|
-
className:
|
|
101
|
+
return o && p.push("m-list--horizontal"), t && p.push("m-list--links"), n && p.push("m-list--spaced"), r && p.push("m-list--unstyled"), s && p.push(s), i ? c("ol", {
|
|
102
|
+
className: w(p),
|
|
361
103
|
children: e
|
|
362
|
-
}) :
|
|
363
|
-
className:
|
|
104
|
+
}) : c("ul", {
|
|
105
|
+
className: w(p),
|
|
364
106
|
children: e
|
|
365
107
|
});
|
|
366
108
|
}
|
|
367
|
-
var
|
|
368
|
-
const
|
|
109
|
+
var Je = ((e) => (e.info = "--info", e.error = "--error", e.success = "--success", e.warning = "--warning", e))(Je || {});
|
|
110
|
+
const ws = {
|
|
369
111
|
info: "information",
|
|
370
112
|
error: "error",
|
|
371
113
|
success: "approved",
|
|
372
114
|
warning: "warning"
|
|
373
|
-
},
|
|
374
|
-
className: `a-form-alert a-form-alert${
|
|
375
|
-
...
|
|
376
|
-
children: [
|
|
115
|
+
}, Ss = ({ status: e = "info", message: s, isVisible: o = !0, ...t }) => !o || !s ? null : ["error", "success", "warning", "info"].includes(e) ? v("div", {
|
|
116
|
+
className: `a-form-alert a-form-alert${Je[e]}`,
|
|
117
|
+
...t,
|
|
118
|
+
children: [c(T, {
|
|
377
119
|
ariaLabel: `${e} icon`,
|
|
378
|
-
name:
|
|
120
|
+
name: ws[e],
|
|
379
121
|
withBg: !0
|
|
380
|
-
}),
|
|
122
|
+
}), c("span", {
|
|
381
123
|
className: "a-form-alert__text",
|
|
382
|
-
children:
|
|
124
|
+
children: s
|
|
383
125
|
})]
|
|
384
|
-
}) :
|
|
126
|
+
}) : v("p", {
|
|
385
127
|
children: ["[Error] Unsupported field-level alert type provided: ", e]
|
|
386
128
|
});
|
|
387
|
-
function
|
|
388
|
-
return
|
|
389
|
-
className:
|
|
390
|
-
...
|
|
129
|
+
function Ne({ children: e, className: s, ...o }) {
|
|
130
|
+
return c("li", {
|
|
131
|
+
className: w("m-list__item", s),
|
|
132
|
+
...o,
|
|
391
133
|
children: e
|
|
392
134
|
});
|
|
393
135
|
}
|
|
394
|
-
function
|
|
395
|
-
return
|
|
396
|
-
children: e.map((
|
|
397
|
-
className:
|
|
398
|
-
children:
|
|
399
|
-
className: `${
|
|
136
|
+
function Me({ children: e, itemClassname: s = "", className: o }) {
|
|
137
|
+
return c(oe, {
|
|
138
|
+
children: e.map((t) => c(Ne, {
|
|
139
|
+
className: o,
|
|
140
|
+
children: ne.cloneElement(t, {
|
|
141
|
+
className: `${s} ${t.props?.className ?? ""}`
|
|
400
142
|
})
|
|
401
|
-
},
|
|
143
|
+
}, t.key))
|
|
402
144
|
});
|
|
403
145
|
}
|
|
404
|
-
function
|
|
405
|
-
const
|
|
146
|
+
function U({ asButton: e = !1, children: s, href: o, iconLeft: t, iconRight: i, isJump: n = !1, isRouterLink: r = !1, label: p, type: d = "default", ...l }) {
|
|
147
|
+
const u = !e && (!!(t ?? i) || n), h = e || u ? c(Ns, {
|
|
406
148
|
children: p
|
|
407
|
-
}) : p,
|
|
149
|
+
}) : p, y = w(l.className, {
|
|
408
150
|
"a-btn": e || d === "destructive",
|
|
409
151
|
"a-btn--link": d === "destructive",
|
|
410
152
|
"a-btn--warning": d === "destructive",
|
|
411
|
-
"a-link--jump":
|
|
412
|
-
"a-link":
|
|
153
|
+
"a-link--jump": n,
|
|
154
|
+
"a-link": u
|
|
413
155
|
});
|
|
414
|
-
if (
|
|
415
|
-
if (!
|
|
156
|
+
if (r) {
|
|
157
|
+
if (!o)
|
|
416
158
|
throw new Error("Link component: href is a required attribute when isRouterLink is true");
|
|
417
|
-
return
|
|
418
|
-
to:
|
|
419
|
-
...
|
|
420
|
-
className:
|
|
159
|
+
return c(ls, {
|
|
160
|
+
to: o,
|
|
161
|
+
...l,
|
|
162
|
+
className: y,
|
|
421
163
|
children: p
|
|
422
164
|
});
|
|
423
165
|
}
|
|
424
|
-
return
|
|
425
|
-
...
|
|
426
|
-
className:
|
|
427
|
-
href:
|
|
428
|
-
children: [
|
|
429
|
-
name:
|
|
166
|
+
return v("a", {
|
|
167
|
+
...l,
|
|
168
|
+
className: y,
|
|
169
|
+
href: o,
|
|
170
|
+
children: [s, !!t && c(T, {
|
|
171
|
+
name: t,
|
|
430
172
|
isPresentational: !0
|
|
431
|
-
}),
|
|
173
|
+
}), h, !!i && c(T, {
|
|
432
174
|
name: i,
|
|
433
175
|
isPresentational: !0
|
|
434
176
|
})]
|
|
435
177
|
});
|
|
436
178
|
}
|
|
437
|
-
const
|
|
179
|
+
const Ns = ({ children: e, ...s }) => c("span", {
|
|
438
180
|
className: "a-link__text",
|
|
439
|
-
...
|
|
181
|
+
...s,
|
|
440
182
|
children: e
|
|
441
|
-
}),
|
|
442
|
-
children:
|
|
183
|
+
}), Ls = (e) => c(Ne, {
|
|
184
|
+
children: c(U, {
|
|
443
185
|
...e,
|
|
444
186
|
isJump: !0
|
|
445
187
|
})
|
|
446
|
-
}),
|
|
188
|
+
}), xs = ({ href: e, label: s, isExternal: o }) => c(Ls, {
|
|
447
189
|
href: e,
|
|
448
|
-
label:
|
|
449
|
-
iconRight:
|
|
450
|
-
}),
|
|
190
|
+
label: s,
|
|
191
|
+
iconRight: o ? "external-link" : void 0
|
|
192
|
+
}), ks = {
|
|
451
193
|
error: {
|
|
452
194
|
name: "error",
|
|
453
195
|
withBg: !0
|
|
@@ -468,100 +210,100 @@ const Rs = ({ children: e, ...n }) => s.jsx("span", {
|
|
|
468
210
|
name: "warning",
|
|
469
211
|
withBg: !0
|
|
470
212
|
}
|
|
471
|
-
},
|
|
472
|
-
if (!
|
|
473
|
-
if (
|
|
474
|
-
return
|
|
213
|
+
}, Yn = ({ children: e, className: s, links: o, message: t, status: i = "info", isVisible: n = !0, isFieldLevel: r = !1, showIcon: p = !0, ...d }) => {
|
|
214
|
+
if (!n) return null;
|
|
215
|
+
if (r)
|
|
216
|
+
return c(Ss, {
|
|
475
217
|
status: i,
|
|
476
|
-
message:
|
|
477
|
-
isVisible:
|
|
218
|
+
message: t,
|
|
219
|
+
isVisible: n,
|
|
478
220
|
...d
|
|
479
221
|
});
|
|
480
|
-
const
|
|
222
|
+
const l = w("m-notification", "m-notification--visible", {
|
|
481
223
|
"m-notification--success": i === "success",
|
|
482
224
|
"m-notification--warning": i === "warning",
|
|
483
225
|
"m-notification--error": i === "error",
|
|
484
226
|
"m-notification--info": i === "info"
|
|
485
|
-
},
|
|
486
|
-
return
|
|
487
|
-
className:
|
|
227
|
+
}, s);
|
|
228
|
+
return v("div", {
|
|
229
|
+
className: l,
|
|
488
230
|
...d,
|
|
489
|
-
children: [p ?
|
|
231
|
+
children: [p ? c(T, {
|
|
490
232
|
ariaLabel: `${i} icon`,
|
|
491
|
-
...
|
|
492
|
-
}) : null,
|
|
233
|
+
...ks[i]
|
|
234
|
+
}) : null, v("div", {
|
|
493
235
|
className: "m-notification__content",
|
|
494
|
-
children: [
|
|
236
|
+
children: [t ? c("div", {
|
|
495
237
|
className: "m-notification__message",
|
|
496
|
-
children:
|
|
497
|
-
}) : null, e ?
|
|
498
|
-
className: `${
|
|
238
|
+
children: t
|
|
239
|
+
}) : null, e ? c("div", {
|
|
240
|
+
className: `${t ? "m-notification__explanation" : ""}`,
|
|
499
241
|
children: e
|
|
500
|
-
}) : null,
|
|
242
|
+
}) : null, o && o.length > 0 ? c(ie, {
|
|
501
243
|
isLinks: !0,
|
|
502
|
-
children:
|
|
503
|
-
...
|
|
504
|
-
key:
|
|
244
|
+
children: o.map((a) => Ze(xs, {
|
|
245
|
+
...a,
|
|
246
|
+
key: a.href
|
|
505
247
|
}))
|
|
506
248
|
}) : null]
|
|
507
249
|
})]
|
|
508
250
|
});
|
|
509
|
-
},
|
|
510
|
-
const
|
|
511
|
-
return e &&
|
|
512
|
-
className:
|
|
513
|
-
children: [
|
|
251
|
+
}, As = ({ isLarge: e = !1, children: s }) => {
|
|
252
|
+
const o = ["a-tagline"];
|
|
253
|
+
return e && o.push("a-tagline--large"), v("div", {
|
|
254
|
+
className: w(o),
|
|
255
|
+
children: [c("span", {
|
|
514
256
|
className: "u-usa-flag"
|
|
515
|
-
}),
|
|
257
|
+
}), c("div", {
|
|
516
258
|
className: "a-tagline__text",
|
|
517
|
-
children:
|
|
259
|
+
children: s
|
|
518
260
|
})]
|
|
519
261
|
});
|
|
520
|
-
},
|
|
262
|
+
}, Cs = ({ phoneNumber: e }) => {
|
|
521
263
|
if (/\d-\d{3}-\d{3}-\d{4}/.test(e)) {
|
|
522
|
-
const [,
|
|
523
|
-
return
|
|
264
|
+
const [, s, ...o] = e.split("-");
|
|
265
|
+
return v("a", {
|
|
524
266
|
href: `tel:+${e}`,
|
|
525
|
-
children: ["(",
|
|
267
|
+
children: ["(", s, ") ", o.join("-")]
|
|
526
268
|
});
|
|
527
269
|
}
|
|
528
|
-
return
|
|
270
|
+
return c("a", {
|
|
529
271
|
href: `tel:+${e}`,
|
|
530
272
|
children: e
|
|
531
273
|
});
|
|
532
|
-
},
|
|
533
|
-
children: ["An official website of the", " ",
|
|
274
|
+
}, Ts = ({ isHorizontal: e = !0, tagline: s = v(oe, {
|
|
275
|
+
children: ["An official website of the", " ", c("span", {
|
|
534
276
|
className: "u-nowrap",
|
|
535
277
|
children: "United States government"
|
|
536
278
|
})]
|
|
537
|
-
}), phoneNumber:
|
|
538
|
-
const
|
|
539
|
-
let
|
|
540
|
-
return e ? (
|
|
541
|
-
children:
|
|
542
|
-
})) :
|
|
543
|
-
className:
|
|
544
|
-
...
|
|
545
|
-
children:
|
|
546
|
-
className:
|
|
547
|
-
children: [
|
|
279
|
+
}), phoneNumber: o, links: t = [], className: i, ...n }) => {
|
|
280
|
+
const r = ["m-global-eyebrow"], p = ["wrapper"], d = ["m-list"];
|
|
281
|
+
let l = null;
|
|
282
|
+
return e ? (r.push("m-global-eyebrow--horizontal"), p.push("wrapper--match-content"), d.push("m-list--horizontal m-global-eyebrow__languages"), l = c(As, {
|
|
283
|
+
children: s
|
|
284
|
+
})) : r.push("m-global-eyebrow--list"), i && r.push(i), c("div", {
|
|
285
|
+
className: w(r),
|
|
286
|
+
...n,
|
|
287
|
+
children: v("div", {
|
|
288
|
+
className: w(p),
|
|
289
|
+
children: [l, v("div", {
|
|
548
290
|
className: "m-global-eyebrow__actions",
|
|
549
|
-
children: [
|
|
550
|
-
className:
|
|
551
|
-
children:
|
|
291
|
+
children: [t.length > 0 && c("ul", {
|
|
292
|
+
className: w(d),
|
|
293
|
+
children: t.map((a) => c("li", {
|
|
552
294
|
className: "m-list__item",
|
|
553
|
-
children:
|
|
554
|
-
},
|
|
555
|
-
}),
|
|
295
|
+
children: a
|
|
296
|
+
}, a.key))
|
|
297
|
+
}), o ? c("span", {
|
|
556
298
|
className: "m-global-eyebrow__phone",
|
|
557
|
-
children:
|
|
558
|
-
phoneNumber:
|
|
299
|
+
children: c(Cs, {
|
|
300
|
+
phoneNumber: o
|
|
559
301
|
})
|
|
560
302
|
}) : null]
|
|
561
303
|
})]
|
|
562
304
|
})
|
|
563
305
|
});
|
|
564
|
-
},
|
|
306
|
+
}, Is = {
|
|
565
307
|
en: {
|
|
566
308
|
label: "English",
|
|
567
309
|
code: "en",
|
|
@@ -600,116 +342,112 @@ const Rs = ({ children: e, ...n }) => s.jsx("span", {
|
|
|
600
342
|
label: "Kreyòl Ayisyen",
|
|
601
343
|
code: "ht"
|
|
602
344
|
}
|
|
603
|
-
},
|
|
604
|
-
const
|
|
605
|
-
let
|
|
606
|
-
return
|
|
607
|
-
href:
|
|
608
|
-
hrefLang:
|
|
345
|
+
}, Gn = ({ code: e, href: s, label: o, languageMap: t = Is, ...i }) => {
|
|
346
|
+
const n = t[e];
|
|
347
|
+
let r = e, p = e, d = o, l = s;
|
|
348
|
+
return n && (r = n.code, p = n.code, d = o ?? n.label, l = n.href || s), c("a", {
|
|
349
|
+
href: l ?? `/language/${r}/`,
|
|
350
|
+
hrefLang: r,
|
|
609
351
|
lang: p,
|
|
610
352
|
...i,
|
|
611
353
|
children: d
|
|
612
354
|
});
|
|
613
|
-
},
|
|
614
|
-
className:
|
|
615
|
-
...
|
|
616
|
-
children:
|
|
355
|
+
}, Zn = ({ crumbs: e, ariaLabel: s = "Breadcrumbs", className: o, ...t }) => e.length === 0 ? null : c("div", {
|
|
356
|
+
className: w("u-layout-grid__breadcrumbs", o),
|
|
357
|
+
...t,
|
|
358
|
+
children: c("nav", {
|
|
617
359
|
className: "m-breadcrumbs",
|
|
618
|
-
"aria-label":
|
|
619
|
-
children: e.map((i) =>
|
|
620
|
-
children: [" / ", i.isCurrent ?
|
|
360
|
+
"aria-label": s,
|
|
361
|
+
children: e.map((i) => v(ds, {
|
|
362
|
+
children: [" / ", i.isCurrent ? c("span", {
|
|
621
363
|
className: "m-breadcrumbs__crumb",
|
|
622
364
|
"aria-current": "page",
|
|
623
365
|
children: ` ${i.label} `
|
|
624
|
-
}) :
|
|
366
|
+
}) : c("a", {
|
|
625
367
|
className: "m-breadcrumbs__crumb",
|
|
626
368
|
href: i.href,
|
|
627
369
|
children: ` ${i.label} `
|
|
628
370
|
})]
|
|
629
371
|
}, `${i.href}-${i.label}`))
|
|
630
372
|
})
|
|
631
|
-
}),
|
|
373
|
+
}), Os = ["a-btn"], Bs = {
|
|
632
374
|
primary: [],
|
|
633
375
|
secondary: ["a-btn--secondary"],
|
|
634
376
|
warning: ["a-btn--warning"]
|
|
635
|
-
},
|
|
377
|
+
}, Hs = {
|
|
636
378
|
default: [],
|
|
637
379
|
full: ["a-btn--full-on-xs"]
|
|
638
|
-
},
|
|
639
|
-
const
|
|
640
|
-
return
|
|
380
|
+
}, te = Se(({ appearance: e = "primary", asLink: s = !1, size: o = "default", label: t, className: i, iconLeft: n, iconRight: r, ...p }, d) => {
|
|
381
|
+
const l = [...Os, ...Bs[e], ...Hs[o]];
|
|
382
|
+
return s && l.push("a-btn--link"), i && l.push(i), p.disabled && l.push("a-btn--disabled"), v("button", {
|
|
641
383
|
ref: d,
|
|
642
384
|
type: "button",
|
|
643
|
-
className: [...
|
|
385
|
+
className: [...l].join(" "),
|
|
644
386
|
...p,
|
|
645
|
-
children: [!!
|
|
646
|
-
name:
|
|
387
|
+
children: [!!n && c(T, {
|
|
388
|
+
name: n,
|
|
647
389
|
isPresentational: !0
|
|
648
|
-
}),
|
|
649
|
-
children:
|
|
650
|
-
}) :
|
|
651
|
-
name:
|
|
390
|
+
}), n || r ? c("span", {
|
|
391
|
+
children: t
|
|
392
|
+
}) : t, !!r && c(T, {
|
|
393
|
+
name: r,
|
|
652
394
|
isPresentational: !0
|
|
653
395
|
})]
|
|
654
396
|
});
|
|
655
397
|
});
|
|
656
|
-
|
|
657
|
-
const
|
|
398
|
+
te.displayName = "Button";
|
|
399
|
+
const Kn = ({ className: e, children: s, ...o }) => s ? c("div", {
|
|
658
400
|
className: `m-btn-group ${e ?? ""}`,
|
|
659
|
-
...
|
|
660
|
-
children:
|
|
661
|
-
}) : null,
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
});
|
|
669
|
-
}, Ys = ["a-label"], as = ({ children: e, inline: n = !1, htmlFor: t, className: c, ...i }) => {
|
|
670
|
-
const a = [...[...Ys, n ? "" : "a-label--heading"], c];
|
|
671
|
-
return e ? s.jsx("label", {
|
|
401
|
+
...o,
|
|
402
|
+
children: s
|
|
403
|
+
}) : null, es = ({ children: e, className: s, ...o }) => e ? v("small", {
|
|
404
|
+
className: w(["a-label__helper", s]),
|
|
405
|
+
...o,
|
|
406
|
+
children: ["(", e, ")"]
|
|
407
|
+
}) : null, Ms = ["a-label"], ss = ({ children: e, inline: s = !1, htmlFor: o, className: t, ...i }) => {
|
|
408
|
+
const r = [...[...Ms, s ? "" : "a-label--heading"], t];
|
|
409
|
+
return e ? c("label", {
|
|
672
410
|
...i,
|
|
673
|
-
className:
|
|
674
|
-
htmlFor:
|
|
411
|
+
className: w(r),
|
|
412
|
+
htmlFor: o,
|
|
675
413
|
children: e
|
|
676
414
|
}) : null;
|
|
677
|
-
},
|
|
415
|
+
}, Ds = ["m-form-field m-form-field--checkbox"], Ps = {
|
|
678
416
|
success: "m-form-field--checkbox-success",
|
|
679
417
|
warning: "m-form-field--checkbox-warning",
|
|
680
418
|
error: "m-form-field--checkbox-error"
|
|
681
|
-
},
|
|
682
|
-
const
|
|
683
|
-
|
|
684
|
-
}, [
|
|
685
|
-
return
|
|
686
|
-
className:
|
|
687
|
-
children: [
|
|
419
|
+
}, zn = ({ id: e, label: s, className: o, inputClassName: t, labelClassName: i = "", checked: n = !1, helperText: r, inputRef: p, disabled: d = !1, isLarge: l = !1, labelInline: a = !0, name: u, onChange: b, status: h, ...y }) => {
|
|
420
|
+
const _ = Ke((x) => {
|
|
421
|
+
b?.(x);
|
|
422
|
+
}, [b]), L = [...Ds, l ? "m-form-field--lg-target" : "", h ? Ps[h] : "", o];
|
|
423
|
+
return v("div", {
|
|
424
|
+
className: w(L),
|
|
425
|
+
children: [c("input", {
|
|
688
426
|
id: e,
|
|
689
427
|
type: "checkbox",
|
|
690
|
-
checked:
|
|
691
|
-
"aria-checked":
|
|
428
|
+
checked: n,
|
|
429
|
+
"aria-checked": n,
|
|
692
430
|
"aria-labelledby": `${e}-label`,
|
|
693
|
-
name:
|
|
431
|
+
name: u ?? e,
|
|
694
432
|
ref: p,
|
|
695
433
|
disabled: d,
|
|
696
|
-
onChange:
|
|
697
|
-
...
|
|
698
|
-
className:
|
|
699
|
-
}),
|
|
434
|
+
onChange: _,
|
|
435
|
+
...y,
|
|
436
|
+
className: w(["a-checkbox", t])
|
|
437
|
+
}), v(ss, {
|
|
700
438
|
id: `${e}-label`,
|
|
701
439
|
className: i,
|
|
702
440
|
htmlFor: e,
|
|
703
|
-
inline:
|
|
704
|
-
children: [
|
|
705
|
-
children:
|
|
441
|
+
inline: a,
|
|
442
|
+
children: [s, c(es, {
|
|
443
|
+
children: r
|
|
706
444
|
})]
|
|
707
445
|
})]
|
|
708
446
|
});
|
|
709
|
-
},
|
|
447
|
+
}, Xn = ({ className: e = "", ...s }) => c("div", {
|
|
710
448
|
className: `content__line ${e}`,
|
|
711
|
-
...
|
|
712
|
-
}),
|
|
449
|
+
...s
|
|
450
|
+
}), We = {
|
|
713
451
|
bpXS: {
|
|
714
452
|
min: 0,
|
|
715
453
|
max: 600
|
|
@@ -730,329 +468,329 @@ const co = ({ className: e, children: n, ...t }) => n ? s.jsx("div", {
|
|
|
730
468
|
min: 1201
|
|
731
469
|
}
|
|
732
470
|
};
|
|
733
|
-
function
|
|
471
|
+
function be() {
|
|
734
472
|
let e = getComputedStyle(document.body).fontSize;
|
|
735
473
|
return e = e === "" ? -1 : e, parseFloat(e);
|
|
736
474
|
}
|
|
737
|
-
function
|
|
738
|
-
let
|
|
739
|
-
|
|
740
|
-
const
|
|
741
|
-
return
|
|
475
|
+
function Rs(e, s) {
|
|
476
|
+
let o = e.min, t = e.max;
|
|
477
|
+
be() > 0 && be() !== 16 && (o = o / 16 * be(), t = t / 16 * be());
|
|
478
|
+
const n = o || 0, r = t || Number.POSITIVE_INFINITY;
|
|
479
|
+
return n <= s && s <= r;
|
|
742
480
|
}
|
|
743
|
-
function
|
|
744
|
-
const
|
|
481
|
+
function Fs(e) {
|
|
482
|
+
const s = {};
|
|
745
483
|
e = e || window.innerWidth;
|
|
746
|
-
let
|
|
747
|
-
for (
|
|
748
|
-
|
|
749
|
-
|
|
484
|
+
let o;
|
|
485
|
+
for (o in We)
|
|
486
|
+
s[o] = Rs(
|
|
487
|
+
We[o],
|
|
750
488
|
e
|
|
751
489
|
);
|
|
752
|
-
return
|
|
490
|
+
return s;
|
|
753
491
|
}
|
|
754
|
-
const
|
|
755
|
-
function
|
|
756
|
-
let
|
|
757
|
-
return (
|
|
492
|
+
const Ws = "mobile", qs = "tablet", $s = "desktop";
|
|
493
|
+
function Us(e) {
|
|
494
|
+
let s = !1;
|
|
495
|
+
return (Fs().bpXS || e === qs || e === $s) && (s = !0), s;
|
|
758
496
|
}
|
|
759
|
-
const
|
|
760
|
-
function
|
|
497
|
+
const G = "data-js-hook", Vs = "behavior_", Qs = "state_";
|
|
498
|
+
function re() {
|
|
761
499
|
const e = {};
|
|
762
|
-
function
|
|
763
|
-
return {}.hasOwnProperty.call(e, i) ? e[i].push(
|
|
500
|
+
function s(i, n) {
|
|
501
|
+
return {}.hasOwnProperty.call(e, i) ? e[i].push(n) : e[i] = [n], this;
|
|
764
502
|
}
|
|
765
|
-
function
|
|
503
|
+
function o(i, n) {
|
|
766
504
|
if (!{}.hasOwnProperty.call(e, i))
|
|
767
505
|
return this;
|
|
768
|
-
const
|
|
769
|
-
return
|
|
506
|
+
const r = e[i].indexOf(n);
|
|
507
|
+
return r !== -1 && e[i].splice(r, 1), this;
|
|
770
508
|
}
|
|
771
|
-
function
|
|
509
|
+
function t(i, n) {
|
|
772
510
|
if (!{}.hasOwnProperty.call(e, i))
|
|
773
511
|
return this;
|
|
774
|
-
|
|
775
|
-
const
|
|
776
|
-
for (let p = 0, d =
|
|
777
|
-
|
|
512
|
+
n = n || {};
|
|
513
|
+
const r = e[i];
|
|
514
|
+
for (let p = 0, d = r.length; p < d; p++)
|
|
515
|
+
r[p].call(this, n);
|
|
778
516
|
return this;
|
|
779
517
|
}
|
|
780
|
-
return this.addEventListener =
|
|
518
|
+
return this.addEventListener = s, this.removeEventListener = o, this.dispatchEvent = t, this.getRegisteredEvents = () => e, this;
|
|
781
519
|
}
|
|
782
|
-
function
|
|
520
|
+
function Le(e, s) {
|
|
783
521
|
if (!e)
|
|
784
522
|
return !1;
|
|
785
|
-
let
|
|
786
|
-
return
|
|
523
|
+
let o = e.getAttribute(G);
|
|
524
|
+
return o ? (o = o.split(" "), o.indexOf(s) > -1) : !1;
|
|
787
525
|
}
|
|
788
|
-
function
|
|
789
|
-
if (
|
|
790
|
-
if (
|
|
791
|
-
const
|
|
792
|
-
throw new Error(
|
|
793
|
-
}
|
|
794
|
-
const
|
|
795
|
-
return
|
|
526
|
+
function W(e, s) {
|
|
527
|
+
if (Le(e, s)) return s;
|
|
528
|
+
if (s.indexOf(" ") !== -1) {
|
|
529
|
+
const t = G + " values cannot contain spaces!";
|
|
530
|
+
throw new Error(t);
|
|
531
|
+
}
|
|
532
|
+
const o = e.getAttribute(G);
|
|
533
|
+
return o !== null && (s = o + " " + s), e.setAttribute(G, s), s;
|
|
796
534
|
}
|
|
797
|
-
const
|
|
798
|
-
function
|
|
535
|
+
const He = Qs + "atomic_init";
|
|
536
|
+
function js(e, s) {
|
|
799
537
|
if (!e || !e.classList) {
|
|
800
|
-
const
|
|
801
|
-
throw new Error(
|
|
538
|
+
const o = e + ' is not valid. Check that element is a DOM node with class "' + s + '"';
|
|
539
|
+
throw new Error(o);
|
|
802
540
|
}
|
|
803
541
|
return e;
|
|
804
542
|
}
|
|
805
|
-
function
|
|
806
|
-
const
|
|
807
|
-
if (!
|
|
808
|
-
const
|
|
809
|
-
throw new Error(
|
|
543
|
+
function Ys(e, s) {
|
|
544
|
+
const o = e.classList.contains(s) ? e : e.querySelector("." + s);
|
|
545
|
+
if (!o) {
|
|
546
|
+
const t = s + " not found on or in passed DOM node.";
|
|
547
|
+
throw new Error(t);
|
|
810
548
|
}
|
|
811
|
-
return
|
|
549
|
+
return o;
|
|
812
550
|
}
|
|
813
|
-
function
|
|
814
|
-
return
|
|
551
|
+
function le(e, s) {
|
|
552
|
+
return js(e, s), Ys(e, s);
|
|
815
553
|
}
|
|
816
|
-
function
|
|
817
|
-
return
|
|
554
|
+
function ce(e) {
|
|
555
|
+
return Le(e, He) ? !1 : (W(e, He), !0);
|
|
818
556
|
}
|
|
819
|
-
function
|
|
820
|
-
const
|
|
557
|
+
function me(e, s, o, t = {}) {
|
|
558
|
+
const n = (o || document).querySelectorAll(e), r = [];
|
|
821
559
|
let p, d;
|
|
822
|
-
for (let
|
|
823
|
-
d =
|
|
824
|
-
return
|
|
560
|
+
for (let l = 0, a = n.length; l < a; l++)
|
|
561
|
+
d = n[l], Le(d, He) === !1 && (p = new s(d), p.init(t), r.push(p));
|
|
562
|
+
return r;
|
|
825
563
|
}
|
|
826
|
-
function
|
|
827
|
-
let
|
|
828
|
-
if (
|
|
829
|
-
return
|
|
564
|
+
function qe(e, s) {
|
|
565
|
+
let o;
|
|
566
|
+
if (Le(e, s))
|
|
567
|
+
return o = e, o;
|
|
830
568
|
if (e) {
|
|
831
|
-
const
|
|
832
|
-
|
|
569
|
+
const t = "[" + G + "=" + s + "]";
|
|
570
|
+
o = e.querySelector(t);
|
|
833
571
|
}
|
|
834
|
-
if (!
|
|
835
|
-
const
|
|
836
|
-
throw new Error(
|
|
572
|
+
if (!o) {
|
|
573
|
+
const t = s + " behavior not found on passed DOM node!";
|
|
574
|
+
throw new Error(t);
|
|
837
575
|
}
|
|
838
|
-
return
|
|
576
|
+
return o;
|
|
839
577
|
}
|
|
840
|
-
function
|
|
578
|
+
function Gs() {
|
|
841
579
|
return !!new RegExp(
|
|
842
580
|
/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i
|
|
843
581
|
).test(navigator.userAgent);
|
|
844
582
|
}
|
|
845
|
-
function I(e,
|
|
846
|
-
const
|
|
583
|
+
function I(e, s, o) {
|
|
584
|
+
const t = s;
|
|
847
585
|
let i = e;
|
|
848
|
-
if (!
|
|
849
|
-
const
|
|
850
|
-
let
|
|
851
|
-
if (typeof
|
|
586
|
+
if (!o) throw new Error("Child transition argument must be defined!");
|
|
587
|
+
const n = o;
|
|
588
|
+
let r, p, d, l = !1, a = !1, u = !1;
|
|
589
|
+
if (typeof t.CSS_PROPERTY > "u" || typeof t.BASE_CLASS > "u")
|
|
852
590
|
throw new Error(
|
|
853
591
|
"Transitions require CSS_PROPERTY and BASE_CLASS to be passed into BaseTransition."
|
|
854
592
|
);
|
|
855
|
-
function
|
|
856
|
-
p &&
|
|
857
|
-
target:
|
|
593
|
+
function b() {
|
|
594
|
+
p && l ? (i.addEventListener(p, d), n.dispatchEvent(I.BEGIN_EVENT, {
|
|
595
|
+
target: n,
|
|
858
596
|
type: I.BEGIN_EVENT
|
|
859
|
-
}), i.classList.add(I.ANIMATING_CLASS),
|
|
860
|
-
target:
|
|
597
|
+
}), i.classList.add(I.ANIMATING_CLASS), a = !0) : (n.dispatchEvent(I.BEGIN_EVENT, {
|
|
598
|
+
target: n,
|
|
861
599
|
type: I.BEGIN_EVENT
|
|
862
600
|
}), d());
|
|
863
601
|
}
|
|
864
|
-
function
|
|
602
|
+
function h() {
|
|
865
603
|
i.removeEventListener(p, d);
|
|
866
604
|
}
|
|
867
|
-
function
|
|
868
|
-
return
|
|
869
|
-
target:
|
|
605
|
+
function y(N) {
|
|
606
|
+
return N && N.propertyName !== t.CSS_PROPERTY ? !1 : (h(), i.classList.remove(I.ANIMATING_CLASS), n.dispatchEvent(I.END_EVENT, {
|
|
607
|
+
target: n,
|
|
870
608
|
type: I.END_EVENT
|
|
871
|
-
}),
|
|
609
|
+
}), a = !1, !0);
|
|
872
610
|
}
|
|
873
|
-
function
|
|
874
|
-
let
|
|
875
|
-
for (
|
|
876
|
-
({}).hasOwnProperty.call(
|
|
611
|
+
function _() {
|
|
612
|
+
let N;
|
|
613
|
+
for (N in t)
|
|
614
|
+
({}).hasOwnProperty.call(t, N) && t[N] !== t.BASE_CLASS && i.classList.contains(t[N]) && i.classList.remove(t[N]);
|
|
877
615
|
}
|
|
878
|
-
function
|
|
879
|
-
|
|
616
|
+
function L() {
|
|
617
|
+
a && (i.style.webkitTransitionDuration = "0", i.style.mozTransitionDuration = "0", i.style.oTransitionDuration = "0", i.style.transitionDuration = "0", i.removeEventListener(p, d), d(), i.style.webkitTransitionDuration = "", i.style.mozTransitionDuration = "", i.style.oTransitionDuration = "", i.style.transitionDuration = "");
|
|
880
618
|
}
|
|
881
|
-
function
|
|
882
|
-
|
|
619
|
+
function x() {
|
|
620
|
+
L(), _(), i.classList.remove(t.BASE_CLASS);
|
|
883
621
|
}
|
|
884
622
|
function k() {
|
|
885
|
-
i.classList.remove(I.NO_ANIMATION_CLASS),
|
|
623
|
+
i.classList.remove(I.NO_ANIMATION_CLASS), l = !0;
|
|
886
624
|
}
|
|
887
|
-
function
|
|
888
|
-
i.classList.add(I.NO_ANIMATION_CLASS),
|
|
625
|
+
function B() {
|
|
626
|
+
i.classList.add(I.NO_ANIMATION_CLASS), l = !1;
|
|
889
627
|
}
|
|
890
|
-
function
|
|
891
|
-
if (!
|
|
892
|
-
const
|
|
893
|
-
throw new Error(
|
|
628
|
+
function M(N) {
|
|
629
|
+
if (!N) {
|
|
630
|
+
const X = "Element does not have TransitionEnd event. It may be null!";
|
|
631
|
+
throw new Error(X);
|
|
894
632
|
}
|
|
895
|
-
let
|
|
896
|
-
const
|
|
633
|
+
let H;
|
|
634
|
+
const D = {
|
|
897
635
|
WebkitTransition: "webkitTransitionEnd",
|
|
898
636
|
MozTransition: "transitionend",
|
|
899
637
|
OTransition: "oTransitionEnd otransitionend",
|
|
900
638
|
transition: "transitionend"
|
|
901
639
|
};
|
|
902
|
-
let
|
|
903
|
-
for (
|
|
904
|
-
if ({}.hasOwnProperty.call(
|
|
905
|
-
|
|
640
|
+
let q;
|
|
641
|
+
for (q in D)
|
|
642
|
+
if ({}.hasOwnProperty.call(D, q) && typeof N.style[q] < "u") {
|
|
643
|
+
H = D[q];
|
|
906
644
|
break;
|
|
907
645
|
}
|
|
908
|
-
return
|
|
646
|
+
return H;
|
|
909
647
|
}
|
|
910
|
-
function
|
|
911
|
-
|
|
648
|
+
function S(N) {
|
|
649
|
+
x(), k(), i = N, i.classList.add(t.BASE_CLASS), p = M(i);
|
|
912
650
|
}
|
|
913
|
-
function
|
|
914
|
-
if (
|
|
651
|
+
function A(N) {
|
|
652
|
+
if (l = !i.classList.contains(I.NO_ANIMATION_CLASS), d = y.bind(this), S(i), !N)
|
|
915
653
|
throw new Error(
|
|
916
654
|
"Transition needs to be passed an initial CSS class on initialization!"
|
|
917
655
|
);
|
|
918
|
-
return i.classList.add(
|
|
656
|
+
return i.classList.add(N), this;
|
|
919
657
|
}
|
|
920
|
-
function
|
|
921
|
-
return
|
|
658
|
+
function O(N) {
|
|
659
|
+
return u || (_(), u = !0), i.classList.contains(N) ? !1 : (h(), i.classList.remove(r), r = N, b(), i.classList.add(r), !0);
|
|
922
660
|
}
|
|
923
|
-
return this.animateOff =
|
|
661
|
+
return this.animateOff = B, this.animateOn = k, this.applyClass = O, this.halt = L, this.init = A, this.isAnimated = () => l, this.remove = x, this.setElement = S, this;
|
|
924
662
|
}
|
|
925
663
|
I.BEGIN_EVENT = "transitionbegin";
|
|
926
664
|
I.END_EVENT = "transitionend";
|
|
927
665
|
I.NO_ANIMATION_CLASS = "u-no-animation";
|
|
928
666
|
I.ANIMATING_CLASS = "u-is-animating";
|
|
929
|
-
const
|
|
930
|
-
function
|
|
931
|
-
const
|
|
932
|
-
let
|
|
933
|
-
const
|
|
934
|
-
let
|
|
935
|
-
const
|
|
936
|
-
let
|
|
937
|
-
function k(
|
|
938
|
-
const
|
|
939
|
-
let
|
|
940
|
-
for (let
|
|
941
|
-
for (
|
|
942
|
-
|
|
943
|
-
|
|
667
|
+
const pe = Vs + "flyout-menu", Zs = "[" + G + "=" + pe;
|
|
668
|
+
function xe(e, s = !0) {
|
|
669
|
+
const o = qe(e, pe), t = k(e), i = qe(e, pe + "_content");
|
|
670
|
+
let n = 0;
|
|
671
|
+
const r = 0, p = 1, d = 2, l = 3;
|
|
672
|
+
let a, u, b;
|
|
673
|
+
const h = X.bind(this), y = q.bind(this);
|
|
674
|
+
let _, L = !0, x = !1;
|
|
675
|
+
function k(m) {
|
|
676
|
+
const f = [], g = m.querySelectorAll(`${Zs}_trigger]`);
|
|
677
|
+
let E, C, $;
|
|
678
|
+
for (let R = g.length >>> 0; R--; ) {
|
|
679
|
+
for ($ = !1, E = g[R], C = E.parentElement; C !== m; )
|
|
680
|
+
C.getAttribute(G) && C.getAttribute(G).split(" ").indexOf(pe) !== -1 ? ($ = !0, C = m) : C = C.parentElement;
|
|
681
|
+
$ || f.unshift(g[R]);
|
|
944
682
|
}
|
|
945
|
-
return
|
|
683
|
+
return f;
|
|
946
684
|
}
|
|
947
|
-
function
|
|
948
|
-
return
|
|
949
|
-
|
|
685
|
+
function B(m = !1) {
|
|
686
|
+
return n = m ? l : r, t.forEach((f) => {
|
|
687
|
+
M("expanded", f, m), f.addEventListener("click", N.bind(this)), f.addEventListener("touchstart", S, {
|
|
950
688
|
passive: !0
|
|
951
|
-
}),
|
|
952
|
-
}), i.setAttribute("data-open",
|
|
689
|
+
}), f.addEventListener("mouseover", A.bind(this)), f.addEventListener("mouseout", O.bind(this));
|
|
690
|
+
}), i.setAttribute("data-open", m ? "true" : "false"), s && !m && i.setAttribute("hidden", ""), ue(), this;
|
|
953
691
|
}
|
|
954
|
-
function
|
|
955
|
-
const
|
|
956
|
-
return
|
|
692
|
+
function M(m, f, g) {
|
|
693
|
+
const E = String(g);
|
|
694
|
+
return f.setAttribute("aria-" + m, E), E;
|
|
957
695
|
}
|
|
958
|
-
function
|
|
959
|
-
|
|
696
|
+
function S() {
|
|
697
|
+
x = !0;
|
|
960
698
|
}
|
|
961
|
-
function
|
|
962
|
-
|
|
699
|
+
function A(m) {
|
|
700
|
+
L || (x || this.dispatchEvent("triggerover", {
|
|
963
701
|
target: this,
|
|
964
|
-
trigger:
|
|
702
|
+
trigger: m.target,
|
|
965
703
|
type: "triggerover"
|
|
966
|
-
}),
|
|
704
|
+
}), x = !1);
|
|
967
705
|
}
|
|
968
|
-
function
|
|
969
|
-
|
|
706
|
+
function O(m) {
|
|
707
|
+
L || this.dispatchEvent("triggerout", {
|
|
970
708
|
target: this,
|
|
971
|
-
trigger:
|
|
709
|
+
trigger: m.target,
|
|
972
710
|
type: "triggerout"
|
|
973
711
|
});
|
|
974
712
|
}
|
|
975
|
-
function
|
|
976
|
-
if (!
|
|
713
|
+
function N(m) {
|
|
714
|
+
if (!L)
|
|
977
715
|
switch (this.dispatchEvent("triggerclick", {
|
|
978
716
|
target: this,
|
|
979
|
-
trigger:
|
|
717
|
+
trigger: m.target,
|
|
980
718
|
type: "triggerclick"
|
|
981
|
-
}),
|
|
982
|
-
case
|
|
719
|
+
}), m.preventDefault(), n) {
|
|
720
|
+
case r:
|
|
983
721
|
case p:
|
|
984
722
|
this.expand();
|
|
985
723
|
break;
|
|
986
724
|
case d:
|
|
987
|
-
case
|
|
725
|
+
case l:
|
|
988
726
|
this.collapse();
|
|
989
727
|
break;
|
|
990
728
|
}
|
|
991
729
|
}
|
|
992
|
-
function
|
|
993
|
-
if (
|
|
994
|
-
if (
|
|
995
|
-
return
|
|
996
|
-
const
|
|
997
|
-
return
|
|
998
|
-
}
|
|
999
|
-
function
|
|
1000
|
-
if (
|
|
1001
|
-
for (let
|
|
1002
|
-
|
|
1003
|
-
if (i.setAttribute("data-open", "false"),
|
|
730
|
+
function H() {
|
|
731
|
+
if (a?.halt(), n === d || n === l) return this;
|
|
732
|
+
if (n = d, s && i.removeAttribute("hidden"), this.dispatchEvent("expandbegin", { target: this, type: "expandbegin" }), !u || !b)
|
|
733
|
+
return y(), this;
|
|
734
|
+
const m = a?.isAnimated();
|
|
735
|
+
return m && a.addEventListener(I.END_EVENT, y), u(), m || y(), this;
|
|
736
|
+
}
|
|
737
|
+
function D() {
|
|
738
|
+
if (a?.halt(), n === p || n === r) return this;
|
|
739
|
+
for (let f = 0, g = t.length; f < g; f++)
|
|
740
|
+
M("expanded", t[f], !1);
|
|
741
|
+
if (i.setAttribute("data-open", "false"), n = p, this.dispatchEvent("collapsebegin", {
|
|
1004
742
|
target: this,
|
|
1005
743
|
type: "collapsebegin"
|
|
1006
|
-
}), !
|
|
1007
|
-
return
|
|
1008
|
-
const
|
|
1009
|
-
return
|
|
744
|
+
}), !b || !u)
|
|
745
|
+
return h(), this;
|
|
746
|
+
const m = a?.isAnimated();
|
|
747
|
+
return m && a.addEventListener(
|
|
1010
748
|
I.END_EVENT,
|
|
1011
|
-
|
|
1012
|
-
),
|
|
749
|
+
h
|
|
750
|
+
), b(), m || h(), this;
|
|
1013
751
|
}
|
|
1014
|
-
function
|
|
1015
|
-
|
|
752
|
+
function q() {
|
|
753
|
+
n = l, i.setAttribute("data-open", "true"), a && a.removeEventListener(
|
|
1016
754
|
I.END_EVENT,
|
|
1017
|
-
|
|
755
|
+
y
|
|
1018
756
|
), this.dispatchEvent("expandend", { target: this, type: "expandend" });
|
|
1019
|
-
for (let
|
|
1020
|
-
|
|
757
|
+
for (let m = 0, f = t.length; m < f; m++)
|
|
758
|
+
M("expanded", t[m], !0);
|
|
1021
759
|
}
|
|
1022
|
-
function
|
|
1023
|
-
|
|
760
|
+
function X() {
|
|
761
|
+
n = r, s && i.setAttribute("hidden", ""), a && a.removeEventListener(
|
|
1024
762
|
I.END_EVENT,
|
|
1025
|
-
|
|
763
|
+
h
|
|
1026
764
|
), this.dispatchEvent("collapseend", { target: this, type: "collapseend" });
|
|
1027
765
|
}
|
|
1028
|
-
function
|
|
1029
|
-
|
|
766
|
+
function fe(m, f, g) {
|
|
767
|
+
a = m, f && f !== b && (b = f), g && g !== u && (u = g);
|
|
1030
768
|
}
|
|
1031
|
-
function
|
|
1032
|
-
|
|
1033
|
-
let
|
|
1034
|
-
|
|
769
|
+
function ke() {
|
|
770
|
+
a && a.remove();
|
|
771
|
+
let m;
|
|
772
|
+
a = m, u = m, b = m;
|
|
1035
773
|
}
|
|
1036
|
-
function
|
|
774
|
+
function Ae() {
|
|
1037
775
|
return {
|
|
1038
|
-
container:
|
|
776
|
+
container: o,
|
|
1039
777
|
content: i,
|
|
1040
|
-
trigger:
|
|
778
|
+
trigger: t
|
|
1041
779
|
};
|
|
1042
780
|
}
|
|
1043
|
-
function
|
|
1044
|
-
return
|
|
781
|
+
function ue() {
|
|
782
|
+
return L && (L = !1), !L;
|
|
1045
783
|
}
|
|
1046
|
-
function
|
|
1047
|
-
return
|
|
784
|
+
function Ce() {
|
|
785
|
+
return L || (L = !0), L;
|
|
1048
786
|
}
|
|
1049
|
-
function
|
|
1050
|
-
return
|
|
787
|
+
function Te(m) {
|
|
788
|
+
return _ = m, this;
|
|
1051
789
|
}
|
|
1052
|
-
const
|
|
1053
|
-
return this.addEventListener =
|
|
790
|
+
const K = new re();
|
|
791
|
+
return this.addEventListener = K.addEventListener, this.removeEventListener = K.removeEventListener, this.dispatchEvent = K.dispatchEvent, this.init = B, this.expand = H, this.collapse = D, this.setTransition = fe, this.clearTransition = ke, this.getData = () => _, this.getTransition = () => a, this.getDom = Ae, this.isAnimating = () => n === d || n === p, this.isExpanded = () => n === l, this.resume = ue, this.setData = Te, this.suspend = Ce, xe.BASE_CLASS = pe, this;
|
|
1054
792
|
}
|
|
1055
|
-
const
|
|
793
|
+
const $e = "transitiondir", J = {
|
|
1056
794
|
CSS_PROPERTY: "max-height",
|
|
1057
795
|
BASE_CLASS: "u-max-height-transition",
|
|
1058
796
|
MH_DEFAULT: "u-max-height-default",
|
|
@@ -1061,536 +799,534 @@ const ze = "transitiondir", ie = {
|
|
|
1061
799
|
MH_ZERO: "u-max-height-zero"
|
|
1062
800
|
};
|
|
1063
801
|
function V(e) {
|
|
1064
|
-
const
|
|
802
|
+
const s = this, o = new re(), t = new I(e, J, this);
|
|
1065
803
|
let i = 0;
|
|
1066
|
-
function
|
|
1067
|
-
const
|
|
1068
|
-
e.style.maxHeight =
|
|
804
|
+
function n() {
|
|
805
|
+
const _ = e.scrollHeight + "px";
|
|
806
|
+
e.style.maxHeight = _, e.style.bottom = "auto", e.style.top = "auto";
|
|
1069
807
|
}
|
|
1070
|
-
function
|
|
1071
|
-
const
|
|
808
|
+
function r() {
|
|
809
|
+
const y = e.getBoundingClientRect(), _ = window.innerHeight - y.top, L = y.top, x = _ <= 140 ? "up" : "down";
|
|
1072
810
|
return {
|
|
1073
|
-
rect:
|
|
1074
|
-
distanceToBottom:
|
|
1075
|
-
distanceToTop:
|
|
1076
|
-
dir:
|
|
811
|
+
rect: y,
|
|
812
|
+
distanceToBottom: _,
|
|
813
|
+
distanceToTop: L,
|
|
814
|
+
dir: x
|
|
1077
815
|
};
|
|
1078
816
|
}
|
|
1079
817
|
function p() {
|
|
1080
|
-
window.removeEventListener("load", p),
|
|
818
|
+
window.removeEventListener("load", p), n();
|
|
1081
819
|
}
|
|
1082
|
-
function d(
|
|
1083
|
-
return
|
|
1084
|
-
|
|
820
|
+
function d(y) {
|
|
821
|
+
return t.init(y), window.addEventListener("load", p), window.addEventListener("resize", () => {
|
|
822
|
+
n();
|
|
1085
823
|
}), this;
|
|
1086
824
|
}
|
|
1087
|
-
function f() {
|
|
1088
|
-
return o(), c.applyClass(ie.MH_DEFAULT), (!i || e.scrollHeight > i) && (i = e.scrollHeight), this;
|
|
1089
|
-
}
|
|
1090
825
|
function l() {
|
|
1091
|
-
return
|
|
826
|
+
return n(), t.applyClass(J.MH_DEFAULT), (!i || e.scrollHeight > i) && (i = e.scrollHeight), this;
|
|
1092
827
|
}
|
|
1093
|
-
function
|
|
1094
|
-
|
|
1095
|
-
|
|
1096
|
-
|
|
1097
|
-
|
|
1098
|
-
|
|
1099
|
-
|
|
828
|
+
function a() {
|
|
829
|
+
return n(), t.applyClass(J.MH_SUMMARY), i = e.scrollHeight, this;
|
|
830
|
+
}
|
|
831
|
+
function u() {
|
|
832
|
+
n(), e.style.top = "100%";
|
|
833
|
+
const y = r();
|
|
834
|
+
let _ = 30;
|
|
835
|
+
const L = 2;
|
|
836
|
+
let x = e.scrollHeight + _ < y.distanceToBottom ? `${e.scrollHeight + L}px` : `${y.distanceToBottom - _}px`;
|
|
837
|
+
if (y.dir === "up") {
|
|
1100
838
|
const k = e.parentElement.offsetHeight;
|
|
1101
|
-
|
|
839
|
+
_ += k, e.style.bottom = `${k - L}px`, x = e.scrollHeight + _ < y.distanceToTop ? `${e.scrollHeight + L}px` : `${y.distanceToTop - _}px`, e.style.top = "unset";
|
|
1102
840
|
}
|
|
1103
|
-
return e.style.maxHeight =
|
|
1104
|
-
target:
|
|
1105
|
-
type:
|
|
1106
|
-
dir:
|
|
841
|
+
return e.style.maxHeight = x, t.applyClass(J.MH_DYNAMIC), s.dispatchEvent($e, {
|
|
842
|
+
target: s,
|
|
843
|
+
type: $e,
|
|
844
|
+
dir: y.dir
|
|
1107
845
|
}), i = e.scrollHeight, this;
|
|
1108
846
|
}
|
|
1109
|
-
function
|
|
1110
|
-
return
|
|
847
|
+
function b() {
|
|
848
|
+
return t.applyClass(J.MH_ZERO), i = e.scrollHeight, this;
|
|
1111
849
|
}
|
|
1112
|
-
function
|
|
1113
|
-
return e.style.maxHeight = "",
|
|
850
|
+
function h() {
|
|
851
|
+
return e.style.maxHeight = "", t.remove();
|
|
1114
852
|
}
|
|
1115
|
-
return this.addEventListener =
|
|
853
|
+
return this.addEventListener = o.addEventListener, this.dispatchEvent = o.dispatchEvent, this.removeEventListener = o.removeEventListener, this.animateOff = t.animateOff, this.animateOn = t.animateOn, this.halt = t.halt, this.isAnimated = t.isAnimated, this.setElement = t.setElement, this.refresh = n, this.remove = h, this.init = d, this.maxHeightDefault = l, this.maxHeightSummary = a, this.maxHeightZero = b, this.maxHeightDynamic = u, this;
|
|
1116
854
|
}
|
|
1117
|
-
V.CLASSES =
|
|
1118
|
-
const
|
|
1119
|
-
function
|
|
1120
|
-
const
|
|
1121
|
-
let
|
|
855
|
+
V.CLASSES = J;
|
|
856
|
+
const ee = "o-expandable";
|
|
857
|
+
function z(e) {
|
|
858
|
+
const s = le(e, ee);
|
|
859
|
+
let o, t, i, n, r;
|
|
1122
860
|
function p() {
|
|
1123
|
-
if (!
|
|
861
|
+
if (!ce(s))
|
|
1124
862
|
return this;
|
|
1125
|
-
|
|
1126
|
-
const
|
|
1127
|
-
|
|
1128
|
-
const
|
|
1129
|
-
return
|
|
1130
|
-
|
|
1131
|
-
|
|
1132
|
-
|
|
1133
|
-
),
|
|
1134
|
-
|
|
1135
|
-
}),
|
|
1136
|
-
|
|
863
|
+
o = s.querySelector(`.${ee}__header`), t = s.querySelector(`.${ee}__content`), i = s.querySelector(`.${ee}__label`);
|
|
864
|
+
const a = s.classList.contains(`${ee}--onload-open`);
|
|
865
|
+
W(s, "behavior_flyout-menu"), W(o, "behavior_flyout-menu_trigger"), W(t, "behavior_flyout-menu_content");
|
|
866
|
+
const u = a ? V.CLASSES.MH_DEFAULT : V.CLASSES.MH_ZERO;
|
|
867
|
+
return n = new V(t).init(u), a || t.classList.add("u-hidden"), r = new xe(s), r.setTransition(
|
|
868
|
+
n,
|
|
869
|
+
n.maxHeightZero,
|
|
870
|
+
n.maxHeightDefault
|
|
871
|
+
), r.init(a), r.addEventListener("expandbegin", () => {
|
|
872
|
+
t.classList.remove("u-hidden"), this.dispatchEvent("expandbegin", { target: this });
|
|
873
|
+
}), r.addEventListener("collapseend", () => {
|
|
874
|
+
t.classList.add("u-hidden");
|
|
1137
875
|
}), this;
|
|
1138
876
|
}
|
|
1139
877
|
function d() {
|
|
1140
878
|
return i.textContent.trim();
|
|
1141
879
|
}
|
|
1142
|
-
this.init = p, this.expand = () =>
|
|
1143
|
-
const
|
|
1144
|
-
return this.addEventListener =
|
|
880
|
+
this.init = p, this.expand = () => r.expand(), this.collapse = () => r.collapse(), this.isExpanded = () => r.isExpanded(), this.refresh = () => r.getTransition().refresh(), this.getLabelText = d;
|
|
881
|
+
const l = new re();
|
|
882
|
+
return this.addEventListener = l.addEventListener, this.removeEventListener = l.removeEventListener, this.dispatchEvent = l.dispatchEvent, this;
|
|
1145
883
|
}
|
|
1146
|
-
|
|
1147
|
-
|
|
1148
|
-
const
|
|
1149
|
-
function
|
|
1150
|
-
const
|
|
1151
|
-
let
|
|
1152
|
-
function
|
|
884
|
+
z.BASE_CLASS = ee;
|
|
885
|
+
z.init = (e) => me(`.${z.BASE_CLASS}`, z, e);
|
|
886
|
+
const he = "o-expandable-group";
|
|
887
|
+
function ve(e) {
|
|
888
|
+
const s = le(e, he), o = s.classList.contains(`${he}--accordion`);
|
|
889
|
+
let t, i;
|
|
890
|
+
function n(p) {
|
|
1153
891
|
const d = p.target;
|
|
1154
892
|
i && i !== d && i.collapse(), i = d;
|
|
1155
893
|
}
|
|
1156
|
-
function
|
|
1157
|
-
return
|
|
1158
|
-
d.addEventListener("expandbegin",
|
|
894
|
+
function r(p) {
|
|
895
|
+
return ce(s) ? (o && (t = p, t.forEach((d) => {
|
|
896
|
+
d.addEventListener("expandbegin", n);
|
|
1159
897
|
})), this) : this;
|
|
1160
898
|
}
|
|
1161
|
-
return this.init =
|
|
899
|
+
return this.init = r, this;
|
|
1162
900
|
}
|
|
1163
|
-
|
|
1164
|
-
|
|
1165
|
-
(e || document).querySelectorAll(`.${
|
|
1166
|
-
const i =
|
|
1167
|
-
`.${
|
|
1168
|
-
|
|
1169
|
-
|
|
901
|
+
ve.BASE_CLASS = he;
|
|
902
|
+
ve.init = (e) => {
|
|
903
|
+
(e || document).querySelectorAll(`.${he}`).forEach((t) => {
|
|
904
|
+
const i = me(
|
|
905
|
+
`.${z.BASE_CLASS}`,
|
|
906
|
+
z,
|
|
907
|
+
t
|
|
1170
908
|
);
|
|
1171
|
-
new
|
|
909
|
+
new ve(t).init(i);
|
|
1172
910
|
});
|
|
1173
911
|
};
|
|
1174
|
-
const
|
|
1175
|
-
function
|
|
1176
|
-
const
|
|
1177
|
-
let
|
|
912
|
+
const se = "o-summary";
|
|
913
|
+
function _e(e) {
|
|
914
|
+
const s = le(e, se), o = s.classList.contains(`${se}--mobile`), t = s.querySelector(`.${se}__content`), i = s.querySelector(`.${se}__btn`);
|
|
915
|
+
let n, r, p;
|
|
1178
916
|
function d() {
|
|
1179
|
-
return
|
|
917
|
+
return ce(s) ? (window.addEventListener("load", l), this) : this;
|
|
1180
918
|
}
|
|
1181
|
-
function
|
|
1182
|
-
window.removeEventListener("load",
|
|
919
|
+
function l() {
|
|
920
|
+
window.removeEventListener("load", l), p = !h(), W(s, "behavior_flyout-menu"), W(t, "behavior_flyout-menu_content"), W(i, "behavior_flyout-menu_trigger"), r = new xe(s, !1), n = new V(t), n.init(
|
|
1183
921
|
p ? V.CLASSES.MH_SUMMARY : V.CLASSES.MH_DEFAULT
|
|
1184
|
-
),
|
|
1185
|
-
|
|
1186
|
-
|
|
1187
|
-
|
|
1188
|
-
),
|
|
922
|
+
), r.setTransition(
|
|
923
|
+
n,
|
|
924
|
+
n.maxHeightSummary,
|
|
925
|
+
n.maxHeightDefault
|
|
926
|
+
), r.addEventListener("triggerclick", y), r.init(), b(), window.addEventListener("resize", b), "onorientationchange" in window && window.addEventListener("orientationchange", b), s.addEventListener("focusin", a), t.addEventListener("click", u);
|
|
927
|
+
}
|
|
928
|
+
function a(S) {
|
|
929
|
+
!p && S.target !== i && (i.click(), s.removeEventListener("focusin", a));
|
|
1189
930
|
}
|
|
1190
|
-
function
|
|
1191
|
-
|
|
931
|
+
function u(S) {
|
|
932
|
+
S.target.tagName !== "A" && r.isExpanded() && n.refresh();
|
|
1192
933
|
}
|
|
1193
|
-
function b(
|
|
1194
|
-
|
|
934
|
+
function b() {
|
|
935
|
+
h() ? B() : k();
|
|
1195
936
|
}
|
|
1196
937
|
function h() {
|
|
1197
|
-
|
|
938
|
+
return o && !Us(Ws) || t.scrollHeight <= 88;
|
|
1198
939
|
}
|
|
1199
|
-
function
|
|
1200
|
-
|
|
940
|
+
function y() {
|
|
941
|
+
r.addEventListener("expandend", _);
|
|
1201
942
|
}
|
|
1202
943
|
function _() {
|
|
1203
|
-
|
|
944
|
+
x(), window.removeEventListener("resize", b), window.removeEventListener("orientationchange", b), r.removeEventListener("expandend", _), r.suspend(), n.remove();
|
|
1204
945
|
}
|
|
1205
|
-
function
|
|
1206
|
-
N(), window.removeEventListener("resize", h), window.removeEventListener("orientationchange", h), a.removeEventListener("expandend", y), a.suspend(), o.remove();
|
|
1207
|
-
}
|
|
1208
|
-
function w() {
|
|
946
|
+
function L() {
|
|
1209
947
|
i.classList.remove("u-hidden");
|
|
1210
948
|
}
|
|
1211
|
-
function
|
|
949
|
+
function x() {
|
|
1212
950
|
i.classList.add("u-hidden");
|
|
1213
951
|
}
|
|
1214
952
|
function k() {
|
|
1215
|
-
return p && (
|
|
953
|
+
return p && (r.collapse(), n.animateOn(), L(), p = !1), !p;
|
|
1216
954
|
}
|
|
1217
|
-
function
|
|
1218
|
-
return p || (
|
|
955
|
+
function B() {
|
|
956
|
+
return p || (n.animateOff(), r.expand(), x(), p = !0), p;
|
|
1219
957
|
}
|
|
1220
|
-
const
|
|
1221
|
-
return this.addEventListener =
|
|
958
|
+
const M = new re();
|
|
959
|
+
return this.addEventListener = M.addEventListener, this.removeEventListener = M.removeEventListener, this.dispatchEvent = M.dispatchEvent, this.init = d, this;
|
|
1222
960
|
}
|
|
1223
|
-
|
|
1224
|
-
|
|
1225
|
-
const
|
|
1226
|
-
function
|
|
1227
|
-
const
|
|
1228
|
-
let i,
|
|
1229
|
-
function
|
|
1230
|
-
return
|
|
961
|
+
_e.BASE_CLASS = se;
|
|
962
|
+
_e.init = (e) => me(`.${se}`, _e, e);
|
|
963
|
+
const de = "o-summary-minimal";
|
|
964
|
+
function ye(e) {
|
|
965
|
+
const s = le(e, de), o = s.querySelector(`.${de}__content`), t = s.querySelector(`.${de}__btn`);
|
|
966
|
+
let i, n;
|
|
967
|
+
function r() {
|
|
968
|
+
return ce(s) ? (W(s, "behavior_flyout-menu"), W(o, "behavior_flyout-menu_content"), W(t, "behavior_flyout-menu_trigger"), window.addEventListener("load", p), this) : this;
|
|
1231
969
|
}
|
|
1232
970
|
function p() {
|
|
1233
|
-
window.removeEventListener("load", p),
|
|
971
|
+
window.removeEventListener("load", p), n = new xe(s, !1), i = new V(o), i.init(V.CLASSES.MH_SUMMARY), n.setTransition(
|
|
1234
972
|
i,
|
|
1235
973
|
i.maxHeightSummary,
|
|
1236
974
|
i.maxHeightDefault
|
|
1237
|
-
),
|
|
975
|
+
), n.init(), s.addEventListener("focusin", d), o.addEventListener("click", l), n.collapse(), i.animateOn();
|
|
1238
976
|
}
|
|
1239
|
-
function d(
|
|
1240
|
-
|
|
977
|
+
function d(u) {
|
|
978
|
+
u.target !== t && (t.click(), s.removeEventListener("focusin", d));
|
|
1241
979
|
}
|
|
1242
|
-
function
|
|
1243
|
-
|
|
980
|
+
function l(u) {
|
|
981
|
+
u.target.tagName !== "A" && n.isExpanded() && i.refresh();
|
|
1244
982
|
}
|
|
1245
|
-
const
|
|
1246
|
-
return this.addEventListener =
|
|
983
|
+
const a = new re();
|
|
984
|
+
return this.addEventListener = a.addEventListener, this.removeEventListener = a.removeEventListener, this.dispatchEvent = a.dispatchEvent, this.init = r, this;
|
|
1247
985
|
}
|
|
1248
|
-
|
|
1249
|
-
|
|
1250
|
-
const
|
|
1251
|
-
|
|
1252
|
-
|
|
1253
|
-
}, [
|
|
1254
|
-
const d = ["o-expandable",
|
|
1255
|
-
return
|
|
1256
|
-
className:
|
|
986
|
+
ye.BASE_CLASS = de;
|
|
987
|
+
ye.init = (e) => me(`.${de}`, ye, e);
|
|
988
|
+
const Jn = ({ header: e, children: s, icon: o = "", inAccordion: t = !1, isPadded: i = !1, openOnLoad: n = !1, className: r = "", ...p }) => {
|
|
989
|
+
j(() => {
|
|
990
|
+
t || z.init();
|
|
991
|
+
}, [t]);
|
|
992
|
+
const d = ["o-expandable", r];
|
|
993
|
+
return t || d.push("o-expandable--background", "o-expandable--border"), i && d.push("o-expandable--padded"), n && d.push("o-expandable--onload-open"), v("div", {
|
|
994
|
+
className: w(d),
|
|
1257
995
|
...p,
|
|
1258
|
-
children: [
|
|
996
|
+
children: [v("button", {
|
|
1259
997
|
type: "button",
|
|
1260
998
|
className: "o-expandable__header",
|
|
1261
999
|
title: e,
|
|
1262
|
-
children: [
|
|
1000
|
+
children: [o ? c("span", {
|
|
1263
1001
|
className: "o-expandable__icon",
|
|
1264
|
-
children:
|
|
1265
|
-
name:
|
|
1002
|
+
children: c(T, {
|
|
1003
|
+
name: o
|
|
1266
1004
|
})
|
|
1267
|
-
}) : null,
|
|
1005
|
+
}) : null, c("h3", {
|
|
1268
1006
|
className: "o-expandable__label",
|
|
1269
1007
|
children: e
|
|
1270
|
-
}),
|
|
1008
|
+
}), v("span", {
|
|
1271
1009
|
className: "o-expandable__cues",
|
|
1272
|
-
children: [
|
|
1010
|
+
children: [c("span", {
|
|
1273
1011
|
className: "o-expandable__cue-open",
|
|
1274
1012
|
"aria-label": "Show",
|
|
1275
|
-
children:
|
|
1013
|
+
children: c(T, {
|
|
1276
1014
|
name: "plus-round",
|
|
1277
1015
|
isPresentational: !0
|
|
1278
1016
|
})
|
|
1279
|
-
}),
|
|
1017
|
+
}), c("span", {
|
|
1280
1018
|
className: "o-expandable__cue-close",
|
|
1281
1019
|
"aria-label": "Hide",
|
|
1282
|
-
children:
|
|
1020
|
+
children: c(T, {
|
|
1283
1021
|
name: "minus-round",
|
|
1284
1022
|
isPresentational: !0
|
|
1285
1023
|
})
|
|
1286
1024
|
})]
|
|
1287
1025
|
})]
|
|
1288
|
-
}),
|
|
1026
|
+
}), c("div", {
|
|
1289
1027
|
className: "o-expandable__content",
|
|
1290
|
-
children:
|
|
1028
|
+
children: s
|
|
1291
1029
|
})]
|
|
1292
1030
|
});
|
|
1293
|
-
},
|
|
1294
|
-
const
|
|
1295
|
-
|
|
1296
|
-
|
|
1297
|
-
}, [
|
|
1298
|
-
const
|
|
1031
|
+
}, eo = ({ groupId: e, accordion: s = !1, children: o, className: t = "", ...i }) => {
|
|
1032
|
+
const n = ["o-expandable-group", t];
|
|
1033
|
+
s && n.push("o-expandable-group--accordion"), j(() => {
|
|
1034
|
+
ve.init();
|
|
1035
|
+
}, [s]);
|
|
1036
|
+
const r = ne.Children.map(o, (p) => ne.isValidElement(p) ? ne.cloneElement(p, {
|
|
1299
1037
|
inAccordion: !0,
|
|
1300
1038
|
openOnLoad: p.props.openOnLoad ?? !1
|
|
1301
1039
|
}) : p);
|
|
1302
|
-
return
|
|
1040
|
+
return c("div", {
|
|
1303
1041
|
id: e,
|
|
1304
|
-
className:
|
|
1042
|
+
className: w(n),
|
|
1305
1043
|
...i,
|
|
1306
|
-
children:
|
|
1044
|
+
children: r
|
|
1307
1045
|
});
|
|
1308
|
-
},
|
|
1046
|
+
}, Ks = () => v("a", {
|
|
1309
1047
|
className: "a-btn a-btn--secondary o-footer__top-button",
|
|
1310
1048
|
"data-gtm_ignore": "true",
|
|
1311
1049
|
"data-js-hook": "behavior_return-to-top",
|
|
1312
1050
|
href: "#",
|
|
1313
|
-
children: ["Back to top",
|
|
1051
|
+
children: ["Back to top", c(T, {
|
|
1314
1052
|
name: "arrow-up",
|
|
1315
1053
|
isPresentational: !0
|
|
1316
1054
|
})]
|
|
1317
|
-
}),
|
|
1055
|
+
}), zs = () => c("div", {
|
|
1318
1056
|
className: "o-footer__post",
|
|
1319
|
-
children:
|
|
1057
|
+
children: v("div", {
|
|
1320
1058
|
className: "a-tagline a-tagline--large",
|
|
1321
1059
|
"aria-label": "Official website of the United States government",
|
|
1322
|
-
children: [
|
|
1060
|
+
children: [c("span", {
|
|
1323
1061
|
className: "u-usa-flag"
|
|
1324
|
-
}),
|
|
1062
|
+
}), v("div", {
|
|
1325
1063
|
className: "a-tagline__text",
|
|
1326
|
-
children: ["An official website of the ",
|
|
1064
|
+
children: ["An official website of the ", c("span", {
|
|
1327
1065
|
className: "u-nowrap",
|
|
1328
1066
|
children: "United States government"
|
|
1329
1067
|
})]
|
|
1330
1068
|
})]
|
|
1331
1069
|
})
|
|
1332
|
-
}),
|
|
1070
|
+
}), De = (e) => e.length === 0, Xs = ({ children: e }) => De(e) ? null : c(ie, {
|
|
1333
1071
|
className: "o-footer__nav-list m-list--links m-list--horizontal",
|
|
1334
|
-
children:
|
|
1072
|
+
children: c(Me, {
|
|
1335
1073
|
itemClassname: "m-list__link",
|
|
1336
1074
|
children: e
|
|
1337
1075
|
})
|
|
1338
|
-
}),
|
|
1076
|
+
}), Js = ({ children: e }) => De(e) ? null : c("div", {
|
|
1339
1077
|
className: "block block--flush-top block--flush-bottom block--padded-top",
|
|
1340
|
-
children:
|
|
1078
|
+
children: c("div", {
|
|
1341
1079
|
className: "m-social-media m-social-media--follow",
|
|
1342
|
-
children:
|
|
1080
|
+
children: c(ie, {
|
|
1343
1081
|
className: "m-social-media__icons",
|
|
1344
1082
|
isUnstyled: !0,
|
|
1345
1083
|
isHorizontal: !0,
|
|
1346
|
-
children:
|
|
1084
|
+
children: c(Me, {
|
|
1347
1085
|
itemClassname: "m-social-media__icon",
|
|
1348
1086
|
children: e
|
|
1349
1087
|
})
|
|
1350
1088
|
})
|
|
1351
1089
|
})
|
|
1352
|
-
}),
|
|
1090
|
+
}), Oe = ({ children: e }) => De(e) ? null : c("div", {
|
|
1353
1091
|
className: "o-footer__col",
|
|
1354
|
-
children:
|
|
1092
|
+
children: c(ie, {
|
|
1355
1093
|
className: "o-footer__list",
|
|
1356
|
-
children:
|
|
1094
|
+
children: c(Me, {
|
|
1357
1095
|
itemClassname: "m-list__link",
|
|
1358
1096
|
children: e
|
|
1359
1097
|
})
|
|
1360
1098
|
})
|
|
1361
1099
|
});
|
|
1362
|
-
function
|
|
1363
|
-
|
|
1364
|
-
|
|
1365
|
-
className: j(p),
|
|
1100
|
+
function en({ navLinks: e = [], socialLinks: s = [], linksCol1: o = [], linksCol2: t = [], linksCol3: i = [], className: n, ...r }) {
|
|
1101
|
+
return c("footer", {
|
|
1102
|
+
className: w(["o-footer", n]),
|
|
1366
1103
|
"data-js-hook": "state_atomic_init",
|
|
1367
|
-
...
|
|
1368
|
-
children:
|
|
1104
|
+
...r,
|
|
1105
|
+
children: v("div", {
|
|
1369
1106
|
className: "wrapper wrapper--match-content",
|
|
1370
|
-
children: [
|
|
1107
|
+
children: [v("div", {
|
|
1371
1108
|
className: "o-footer__pre",
|
|
1372
|
-
children: [
|
|
1109
|
+
children: [c(Ks, {}), c(Xs, {
|
|
1373
1110
|
children: e
|
|
1374
|
-
}),
|
|
1375
|
-
children:
|
|
1111
|
+
}), c(Js, {
|
|
1112
|
+
children: s
|
|
1376
1113
|
})]
|
|
1377
|
-
}),
|
|
1114
|
+
}), v("div", {
|
|
1378
1115
|
className: "o-footer__middle-left",
|
|
1379
|
-
children: [
|
|
1116
|
+
children: [c(Oe, {
|
|
1117
|
+
children: o
|
|
1118
|
+
}), c(Oe, {
|
|
1380
1119
|
children: t
|
|
1381
|
-
}), s.jsx(Be, {
|
|
1382
|
-
children: c
|
|
1383
1120
|
})]
|
|
1384
|
-
}),
|
|
1121
|
+
}), c("div", {
|
|
1385
1122
|
className: "o-footer__middle-right",
|
|
1386
|
-
children:
|
|
1123
|
+
children: c(Oe, {
|
|
1387
1124
|
children: i
|
|
1388
1125
|
})
|
|
1389
|
-
}),
|
|
1126
|
+
}), c(zs, {})]
|
|
1390
1127
|
})
|
|
1391
1128
|
});
|
|
1392
1129
|
}
|
|
1393
|
-
const
|
|
1394
|
-
const
|
|
1130
|
+
const so = ({ cfLink: e = "https://www.consumerfinance.gov", className: s, ...o }) => {
|
|
1131
|
+
const t = [c("a", {
|
|
1395
1132
|
href: `${e}/about-us/`,
|
|
1396
1133
|
children: "About Us"
|
|
1397
|
-
}, "about"),
|
|
1134
|
+
}, "about"), c("a", {
|
|
1398
1135
|
href: `${e}/about-us/contact-us/`,
|
|
1399
1136
|
children: "Contact Us"
|
|
1400
|
-
}, "contact"),
|
|
1137
|
+
}, "contact"), c("a", {
|
|
1401
1138
|
href: `${e}/about-us/careers/`,
|
|
1402
1139
|
children: "Careers"
|
|
1403
|
-
}, "careers"),
|
|
1140
|
+
}, "careers"), c("a", {
|
|
1404
1141
|
href: `${e}/about-us/events/`,
|
|
1405
1142
|
children: "Events"
|
|
1406
|
-
}, "events"),
|
|
1143
|
+
}, "events"), c("a", {
|
|
1407
1144
|
href: `${e}/enforcement/information-industry-whistleblowers/`,
|
|
1408
1145
|
children: "Industry Whistleblowers"
|
|
1409
|
-
}, "whistle"),
|
|
1146
|
+
}, "whistle"), c("a", {
|
|
1410
1147
|
href: `${e}/cfpb-ombudsman/`,
|
|
1411
1148
|
children: "CFPB Ombudsman"
|
|
1412
|
-
}, "ombudsman")], i = "https://www.facebook.com/CFPB",
|
|
1149
|
+
}, "ombudsman")], i = "https://www.facebook.com/CFPB", n = "https://www.linkedin.com/company/consumer-financial-protection-bureau", r = "https://twitter.com/CFPB", p = "https://www.youtube.com/user/cfpbvideo", d = "https://www.flickr.com/photos/cfpbphotos", l = [c("a", {
|
|
1413
1150
|
"aria-label": "Visit us on Facebook",
|
|
1414
1151
|
"data-pretty-href": i,
|
|
1415
1152
|
href: i,
|
|
1416
|
-
children:
|
|
1153
|
+
children: c(T, {
|
|
1417
1154
|
name: "facebook",
|
|
1418
1155
|
isPresentational: !0,
|
|
1419
1156
|
withBg: !0
|
|
1420
1157
|
})
|
|
1421
|
-
}, "facebook"),
|
|
1158
|
+
}, "facebook"), c("a", {
|
|
1422
1159
|
"aria-label": "Visit us on Twitter",
|
|
1423
|
-
"data-pretty-href":
|
|
1424
|
-
href:
|
|
1425
|
-
children:
|
|
1160
|
+
"data-pretty-href": r,
|
|
1161
|
+
href: r,
|
|
1162
|
+
children: c(T, {
|
|
1426
1163
|
name: "x",
|
|
1427
1164
|
isPresentational: !0,
|
|
1428
1165
|
withBg: !0
|
|
1429
1166
|
})
|
|
1430
|
-
}, "twitter"),
|
|
1167
|
+
}, "twitter"), c("a", {
|
|
1431
1168
|
"aria-label": "Visit us on LinkedIn",
|
|
1432
|
-
"data-pretty-href":
|
|
1433
|
-
href:
|
|
1434
|
-
children:
|
|
1169
|
+
"data-pretty-href": n,
|
|
1170
|
+
href: n,
|
|
1171
|
+
children: c(T, {
|
|
1435
1172
|
name: "linkedin",
|
|
1436
1173
|
isPresentational: !0,
|
|
1437
1174
|
withBg: !0
|
|
1438
1175
|
})
|
|
1439
|
-
}, "linkedin"),
|
|
1176
|
+
}, "linkedin"), c("a", {
|
|
1440
1177
|
"aria-label": "Visit us on YouTube",
|
|
1441
1178
|
"data-pretty-href": p,
|
|
1442
1179
|
href: p,
|
|
1443
|
-
children:
|
|
1180
|
+
children: c(T, {
|
|
1444
1181
|
name: "youtube",
|
|
1445
1182
|
alt: "Visit us on YouTube",
|
|
1446
1183
|
isPresentational: !0,
|
|
1447
1184
|
withBg: !0
|
|
1448
1185
|
})
|
|
1449
|
-
}, "youtube"),
|
|
1186
|
+
}, "youtube"), c("a", {
|
|
1450
1187
|
"aria-label": "Visit us on Flickr",
|
|
1451
1188
|
"data-pretty-href": d,
|
|
1452
1189
|
href: d,
|
|
1453
|
-
children:
|
|
1190
|
+
children: c(T, {
|
|
1454
1191
|
name: "flickr",
|
|
1455
1192
|
alt: "Visit us on Flickr",
|
|
1456
1193
|
isPresentational: !0,
|
|
1457
1194
|
withBg: !0
|
|
1458
1195
|
})
|
|
1459
|
-
}, "flickr")],
|
|
1196
|
+
}, "flickr")], a = [c("a", {
|
|
1460
1197
|
href: `${e}/foia-requests/`,
|
|
1461
1198
|
children: "FOIA"
|
|
1462
|
-
}, "foia"),
|
|
1199
|
+
}, "foia"), c("a", {
|
|
1463
1200
|
href: `${e}/privacy/`,
|
|
1464
1201
|
children: "Privacy"
|
|
1465
|
-
}, "privacy"),
|
|
1202
|
+
}, "privacy"), c("a", {
|
|
1466
1203
|
href: `${e}/privacy/website-privacy-policy/`,
|
|
1467
1204
|
children: "Website Privacy Policy & Legal Notices"
|
|
1468
|
-
}, "privacy-policy"),
|
|
1205
|
+
}, "privacy-policy"), c("a", {
|
|
1469
1206
|
href: `${e}/data/`,
|
|
1470
1207
|
children: "Data"
|
|
1471
|
-
}, "data"),
|
|
1208
|
+
}, "data"), c("a", {
|
|
1472
1209
|
href: `${e}/open-government/`,
|
|
1473
1210
|
children: "Open Government"
|
|
1474
|
-
}, "open-government"),
|
|
1211
|
+
}, "open-government"), c("a", {
|
|
1475
1212
|
href: `${e}/open-government/information-quality-guidelines/`,
|
|
1476
1213
|
children: "Information Quality Guidelines"
|
|
1477
|
-
}, "info-quality")],
|
|
1214
|
+
}, "info-quality")], u = [c("a", {
|
|
1478
1215
|
href: `${e}/about-us/diversity-and-inclusion/`,
|
|
1479
1216
|
children: "Diversity & Inclusion"
|
|
1480
|
-
}, "dei"),
|
|
1217
|
+
}, "dei"), c("a", {
|
|
1481
1218
|
href: `${e}/administrative-adjudication-proceedings/`,
|
|
1482
1219
|
children: "Administrative Adjudication"
|
|
1483
|
-
}, "adjudication"),
|
|
1220
|
+
}, "adjudication"), c("a", {
|
|
1484
1221
|
href: `${e}/plain-writing/`,
|
|
1485
1222
|
children: "Plain Writing"
|
|
1486
|
-
}, "writing"),
|
|
1223
|
+
}, "writing"), c("a", {
|
|
1487
1224
|
href: `${e}/accessibility/`,
|
|
1488
1225
|
children: "Accessibility"
|
|
1489
|
-
}, "accessibility"),
|
|
1226
|
+
}, "accessibility"), c("a", {
|
|
1490
1227
|
href: `${e}/office-civil-rights/`,
|
|
1491
1228
|
children: "Office of Civil Rights"
|
|
1492
|
-
}, "civ-rights"),
|
|
1229
|
+
}, "civ-rights"), c("a", {
|
|
1493
1230
|
href: `${e}/office-civil-rights/no-fear-act-cummings-act/`,
|
|
1494
1231
|
children: "No FEAR Act & Cummings Act"
|
|
1495
|
-
}, "no-fear"),
|
|
1232
|
+
}, "no-fear"), c("a", {
|
|
1496
1233
|
href: `${e}/tribal/`,
|
|
1497
1234
|
children: "Tribal"
|
|
1498
|
-
}, "tribal")],
|
|
1235
|
+
}, "tribal")], b = [v("a", {
|
|
1499
1236
|
className: "a-link a-link--icon",
|
|
1500
1237
|
href: "https://usa.gov/",
|
|
1501
|
-
children: [
|
|
1238
|
+
children: [c("span", {
|
|
1502
1239
|
className: "a-link__text",
|
|
1503
1240
|
children: "USA.gov"
|
|
1504
|
-
}), " ",
|
|
1241
|
+
}), " ", c(T, {
|
|
1505
1242
|
ariaLabel: "External link",
|
|
1506
1243
|
name: "external-link",
|
|
1507
1244
|
alt: "External link"
|
|
1508
1245
|
})]
|
|
1509
|
-
}, "usa-gov"),
|
|
1246
|
+
}, "usa-gov"), v("a", {
|
|
1510
1247
|
className: "a-link a-link--icon",
|
|
1511
1248
|
href: "https://oig.federalreserve.gov/",
|
|
1512
|
-
children: [
|
|
1249
|
+
children: [c("span", {
|
|
1513
1250
|
className: "a-link__text",
|
|
1514
1251
|
children: "Office of Inspector General"
|
|
1515
|
-
}), " ",
|
|
1252
|
+
}), " ", c(T, {
|
|
1516
1253
|
ariaLabel: "External link",
|
|
1517
1254
|
name: "external-link",
|
|
1518
1255
|
alt: "External link"
|
|
1519
1256
|
})]
|
|
1520
1257
|
}, "inspector")];
|
|
1521
|
-
return
|
|
1522
|
-
...
|
|
1523
|
-
className:
|
|
1524
|
-
navLinks:
|
|
1525
|
-
socialLinks:
|
|
1526
|
-
linksCol1:
|
|
1527
|
-
linksCol2:
|
|
1528
|
-
linksCol3:
|
|
1258
|
+
return c(en, {
|
|
1259
|
+
...o,
|
|
1260
|
+
className: s,
|
|
1261
|
+
navLinks: t,
|
|
1262
|
+
socialLinks: l,
|
|
1263
|
+
linksCol1: a,
|
|
1264
|
+
linksCol2: u,
|
|
1265
|
+
linksCol3: b
|
|
1529
1266
|
});
|
|
1530
1267
|
};
|
|
1531
|
-
var
|
|
1532
|
-
function
|
|
1533
|
-
const i = ["col", `col-${e}`,
|
|
1534
|
-
return
|
|
1535
|
-
className:
|
|
1268
|
+
var Pe = ((e) => (e[e.Full = 12] = "Full", e[e.ThreeQuarters = 9] = "ThreeQuarters", e[e.TwoThirds = 8] = "TwoThirds", e[e.Half = 6] = "Half", e[e.Third = 4] = "Third", e[e.Quarter = 3] = "Quarter", e[e.Single = 1] = "Single", e))(Pe || {});
|
|
1269
|
+
function sn({ width: e = 1, children: s, className: o = "", ...t }) {
|
|
1270
|
+
const i = ["col", `col-${e}`, o];
|
|
1271
|
+
return c("div", {
|
|
1272
|
+
className: w(i),
|
|
1536
1273
|
role: "gridcell",
|
|
1537
|
-
...
|
|
1538
|
-
children:
|
|
1274
|
+
...t,
|
|
1275
|
+
children: s
|
|
1539
1276
|
});
|
|
1540
1277
|
}
|
|
1541
|
-
function
|
|
1542
|
-
|
|
1543
|
-
|
|
1544
|
-
className: j(c),
|
|
1278
|
+
function nn({ children: e, className: s, ...o }) {
|
|
1279
|
+
return c("div", {
|
|
1280
|
+
className: w(["row", s]),
|
|
1545
1281
|
role: "row",
|
|
1546
|
-
...
|
|
1282
|
+
...o,
|
|
1547
1283
|
children: e
|
|
1548
1284
|
});
|
|
1549
1285
|
}
|
|
1550
|
-
function
|
|
1551
|
-
const
|
|
1552
|
-
return
|
|
1553
|
-
className:
|
|
1286
|
+
function on({ children: e, width: s = Pe.Full, demo: o, center: t, className: i, ...n }) {
|
|
1287
|
+
const r = [`grid cols-${s}`, i];
|
|
1288
|
+
return o && r.push("demo"), t && r.push("centered"), c("div", {
|
|
1289
|
+
className: w(r),
|
|
1554
1290
|
role: "grid",
|
|
1555
|
-
...
|
|
1291
|
+
...n,
|
|
1556
1292
|
children: e
|
|
1557
1293
|
});
|
|
1558
1294
|
}
|
|
1559
|
-
const
|
|
1560
|
-
Column:
|
|
1561
|
-
Row:
|
|
1562
|
-
Width:
|
|
1563
|
-
Wrapper:
|
|
1564
|
-
},
|
|
1295
|
+
const no = {
|
|
1296
|
+
Column: sn,
|
|
1297
|
+
Row: nn,
|
|
1298
|
+
Width: Pe,
|
|
1299
|
+
Wrapper: on
|
|
1300
|
+
}, Ee = ({ type: e = "1", children: s, className: o, ...t }) => {
|
|
1565
1301
|
let i;
|
|
1566
|
-
const
|
|
1567
|
-
return e === "slug" ? (
|
|
1568
|
-
className:
|
|
1569
|
-
...
|
|
1570
|
-
children:
|
|
1302
|
+
const n = [o];
|
|
1303
|
+
return e === "slug" ? (n.push("m-slug-header"), c("header", {
|
|
1304
|
+
className: w(n),
|
|
1305
|
+
...t,
|
|
1306
|
+
children: c("h2", {
|
|
1571
1307
|
className: "m-slug-header_heading",
|
|
1572
|
-
children:
|
|
1308
|
+
children: s
|
|
1573
1309
|
})
|
|
1574
|
-
})) : (e === "display" ? (i = "h1",
|
|
1575
|
-
...
|
|
1576
|
-
className:
|
|
1577
|
-
children:
|
|
1310
|
+
})) : (e === "display" ? (i = "h1", n.push("superheading")) : e === "eyebrow" ? (i = "div", n.push("h5 eyebrow")) : i = `h${e}`, c(i, {
|
|
1311
|
+
...t,
|
|
1312
|
+
className: w(n),
|
|
1313
|
+
children: s
|
|
1578
1314
|
}));
|
|
1579
|
-
},
|
|
1315
|
+
}, tn = ({ image: e, altText: s }) => e ? c("div", {
|
|
1580
1316
|
className: "m-hero__image-wrapper",
|
|
1581
|
-
children:
|
|
1317
|
+
children: c("img", {
|
|
1582
1318
|
src: e,
|
|
1583
|
-
alt:
|
|
1319
|
+
alt: s,
|
|
1584
1320
|
className: "m-hero__image"
|
|
1585
1321
|
})
|
|
1586
|
-
}) : null,
|
|
1587
|
-
const
|
|
1588
|
-
return
|
|
1589
|
-
if (!
|
|
1590
|
-
|
|
1322
|
+
}) : null, cn = (e, s) => {
|
|
1323
|
+
const o = ze(null);
|
|
1324
|
+
return j(() => {
|
|
1325
|
+
if (!s || !e || !o.current) {
|
|
1326
|
+
o.current?.setAttribute("style", "");
|
|
1591
1327
|
return;
|
|
1592
1328
|
}
|
|
1593
|
-
|
|
1329
|
+
o.current.setAttribute("style", `background-image: url(${e});
|
|
1594
1330
|
background-image: -webkit-image-set(
|
|
1595
1331
|
url(${e}) 1x,
|
|
1596
1332
|
url(${e}) 2x
|
|
@@ -1599,16 +1335,16 @@ const mo = {
|
|
|
1599
1335
|
url(${e}) 1x,
|
|
1600
1336
|
url(${e}) 2x
|
|
1601
1337
|
);`);
|
|
1602
|
-
}, [
|
|
1338
|
+
}, [o, e, s]), o;
|
|
1603
1339
|
};
|
|
1604
|
-
function
|
|
1605
|
-
const
|
|
1340
|
+
function oo({ backgroundColor: e, heading: s, headingLevel: o = "h1", image: t, imageAltText: i = "hero image", imageIsPhoto: n, is5050: r, isJumbo: p, isKnockout: d, subheading: l, subheadingLevel: a = "p", textColor: u, className: b, ...h }) {
|
|
1341
|
+
const _ = cn(t, n ?? p ?? r), L = {
|
|
1606
1342
|
backgroundColor: e
|
|
1607
|
-
},
|
|
1608
|
-
color:
|
|
1609
|
-
}, k = ["m-hero",
|
|
1610
|
-
p && k.push("m-hero--jumbo"),
|
|
1611
|
-
const
|
|
1343
|
+
}, x = {
|
|
1344
|
+
color: u
|
|
1345
|
+
}, k = ["m-hero", b];
|
|
1346
|
+
p && k.push("m-hero--jumbo"), r && k.push("m-hero--50-50"), d && k.push("m-hero--knockout"), n && k.push("m-hero--overlay");
|
|
1347
|
+
const B = {
|
|
1612
1348
|
h1: "1",
|
|
1613
1349
|
h2: "2",
|
|
1614
1350
|
h3: "3",
|
|
@@ -1618,733 +1354,733 @@ function fo({ backgroundColor: e, heading: n, headingLevel: t = "h1", image: c,
|
|
|
1618
1354
|
eyebrow: "eyebrow",
|
|
1619
1355
|
slug: "slug"
|
|
1620
1356
|
};
|
|
1621
|
-
return
|
|
1622
|
-
className:
|
|
1623
|
-
style:
|
|
1624
|
-
...
|
|
1625
|
-
children:
|
|
1357
|
+
return c("div", {
|
|
1358
|
+
className: w(k),
|
|
1359
|
+
style: L,
|
|
1360
|
+
...h,
|
|
1361
|
+
children: v("div", {
|
|
1626
1362
|
className: "m-hero__wrapper",
|
|
1627
|
-
ref:
|
|
1628
|
-
children: [
|
|
1363
|
+
ref: _,
|
|
1364
|
+
children: [v("div", {
|
|
1629
1365
|
className: "m-hero__text",
|
|
1630
|
-
style:
|
|
1631
|
-
children: [
|
|
1366
|
+
style: x,
|
|
1367
|
+
children: [c(Ee, {
|
|
1632
1368
|
className: "m-hero__heading",
|
|
1633
|
-
type:
|
|
1634
|
-
children:
|
|
1635
|
-
}),
|
|
1369
|
+
type: B[o],
|
|
1370
|
+
children: s
|
|
1371
|
+
}), a === "p" ? c("p", {
|
|
1636
1372
|
className: "m-hero__subhead",
|
|
1637
|
-
children:
|
|
1638
|
-
}) :
|
|
1373
|
+
children: l
|
|
1374
|
+
}) : c(Ee, {
|
|
1639
1375
|
className: "m-hero__subhead",
|
|
1640
|
-
type:
|
|
1641
|
-
children:
|
|
1376
|
+
type: B[a],
|
|
1377
|
+
children: l
|
|
1642
1378
|
})]
|
|
1643
|
-
}),
|
|
1644
|
-
image:
|
|
1379
|
+
}), c(tn, {
|
|
1380
|
+
image: t,
|
|
1645
1381
|
altText: i
|
|
1646
1382
|
})]
|
|
1647
1383
|
})
|
|
1648
1384
|
});
|
|
1649
1385
|
}
|
|
1650
|
-
const
|
|
1651
|
-
const
|
|
1652
|
-
return
|
|
1653
|
-
className:
|
|
1386
|
+
const rn = ({ children: e, flushBottom: s, flushTopOnSmall: o, flushAllOnSmall: t, ...i }) => {
|
|
1387
|
+
const n = ["content__main"];
|
|
1388
|
+
return s && n.push("content--flush-bottom"), o && n.push("content--flush-top-on-small"), t && n.push("content--flush-all-on-small"), c("div", {
|
|
1389
|
+
className: w(n),
|
|
1654
1390
|
...i,
|
|
1655
1391
|
children: e
|
|
1656
1392
|
});
|
|
1657
|
-
},
|
|
1658
|
-
const i = ["content", `content--${
|
|
1659
|
-
return
|
|
1660
|
-
id:
|
|
1661
|
-
className:
|
|
1393
|
+
}, pn = ({ children: e, classes: s = "", id: o = "main", layout: t = "2-1" }) => {
|
|
1394
|
+
const i = ["content", `content--${t}`, s];
|
|
1395
|
+
return c("main", {
|
|
1396
|
+
id: o,
|
|
1397
|
+
className: w(i),
|
|
1662
1398
|
role: "main",
|
|
1663
1399
|
children: e
|
|
1664
1400
|
});
|
|
1665
|
-
},
|
|
1666
|
-
const
|
|
1667
|
-
return
|
|
1668
|
-
className:
|
|
1401
|
+
}, dn = ({ children: e, flushBottom: s, flushTopOnSmall: o, flushAllOnSmall: t, ...i }) => {
|
|
1402
|
+
const n = ["sidebar", "content__sidebar", "o-sidebar-content"];
|
|
1403
|
+
return s && n.push("content--flush-bottom"), o && n.push("content--flush-top-on-small"), t && n.push("content--flush-all-on-small"), c("aside", {
|
|
1404
|
+
className: w(n),
|
|
1669
1405
|
...i,
|
|
1670
1406
|
children: e
|
|
1671
1407
|
});
|
|
1672
|
-
},
|
|
1408
|
+
}, an = ({ children: e, ...s }) => c("div", {
|
|
1673
1409
|
className: "wrapper",
|
|
1674
|
-
...
|
|
1410
|
+
...s,
|
|
1675
1411
|
children: e
|
|
1676
|
-
}),
|
|
1677
|
-
Content:
|
|
1678
|
-
Main:
|
|
1679
|
-
Sidebar:
|
|
1680
|
-
Wrapper:
|
|
1681
|
-
},
|
|
1682
|
-
function
|
|
1683
|
-
return
|
|
1412
|
+
}), to = {
|
|
1413
|
+
Content: rn,
|
|
1414
|
+
Main: pn,
|
|
1415
|
+
Sidebar: dn,
|
|
1416
|
+
Wrapper: an
|
|
1417
|
+
}, ns = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAdoAAABkCAMAAAAWjQEsAAAAxlBMVEX////1+/Hw+Or19fXg8tbb8M/R68HM6brH57TW1te34J+y3pis3p3LzM2l2Y2f2ZKd14jBwsR1ynJkxWmipKaYmpw0tk6OkJODhol5e39vcXVkZ2taXWEss0rX8d2V2aQ5uFWsrrBhxnfK7NKJ1JlGvWF70I5uy4NtyG6i3rCw4rtUwWy3uLrl9eiN0n/W7ci846bg4eGFz3vC5a2t3JHy+vTq6+v6/fhMvVxEu1fq9uN9zXZcwmW958bl9Nw8uFOV1IRUwGCCr5NrAAAMb0lEQVR4XuzXN27EQBBE0b5IjaN3652suf+lRBAbCNQmC1DAqlAvm6ST3xO0LcT5qsNVkfLGKMjRF5gxBuIDsHDaR9gUOXYAY1pxAaxp9Wc500oFzrSSgTStJNK04kCaVkrWtFKQphUH0rTSsqaVHL90TTZqc7a0On0au/rfaaXDjDeOtIKZYKRplbZkTau0LWtapc0eI60orSit0v7J5I9L/bIyKkr79FXvVoeJ3UVOMZ7shqH1KWGSkn8blk7rmjIFjEKqfGa3vNa7z8MPNrLz+3q/mZ6b/frZ7rbtY4z91vjZNztn/xY3bsRxBZEjInVb9+xaL8OC2YX0wByogElpSdv//5/qY41nV0b22tYulzw9vj+QFfLIzn4Yj95GAkCEXFfBSt316mYEbah++H3tn12+sECE1EN7+Omhq6N5dEsNKJWw7ycJG0nGUjDJzi0qPgXtcmBHzPlyP2hvehfvL65G0R4eP4Q6PpzusQo2yn8YtNL93EUWiGKIdhwswd0d7WlogDH1T8/b0d4/9Ov+YCJZA2BKyxhLJABU3xGtLkkpYzlAyXYSNwD1GNrH1clWrR4j0Q7r67/+9uufEdJPAdpp+sgmiCsARV9ABTn/jmi7Xpqmu/eY6rFYu7g+GdH1Ym9o//r1Z4JKunuKQvtwxMZVAugNTmT83dD+5t2o5dnJqM4WsWj9YerPf/n1j8RliO3DXtlyE8Sj3w1a2gszzjYWLc09EI8Rtg97ZZsO9JxsE/ES8mVhGU/LshRYxkK6rnPiQjTeLwR3xilvL0sYqa7a39PVAhsJ0PrtWVGjYU0VttsMY0nnLrwpVu5qS89mSzIhtLSBLYLtNLQ09zCu+yi0FKeHVQAkPWAlOJmqfWlLa6CRdGDagrZY1/EGgCRHW2s12ThlbZuOggVwvbZyCC0hkFCmaFh2Hy1tObUdfBrmpAbrC75uUejWxHbR3pydTGX7OAvtV5x7mKrbOLQP30ZHHP2dZpBS02CoBG3AyAZF1nifAVBNrelFS7Vaow22wdS6zYTRdUZ30CpB4h5aBaClIrvGSrqiRU66adbQSKlsKLu7SkJbgzPRAIZ30F6fTNb5LLQPM3UQZ/f5iW0T9KDlGrCnLAxyKAF/UWsA7oqNy+Sm6kULpkFSOBv0cIZtFG2bhuN1SgyOa4WHFqBCIgq9svICiWj9kytCjXevlbaElqXo4RVA5aM9PZmhX0bQYj8pEu19pN3RbLTVOv5aAI1YJEVm4YrUne5FK1yRet6Vs+GGrkvxDwPdbhJa9Oy8+6Q5KP8uFi+T1CrnYfRWID20+DqOeCW7cn8/KRLRw3Ok3Qe2RaoHrXS+Sd+nJTfFd1vqYEmHrx+tRtcHyDzkySamo78BFFgcfSEDpw6f18MSSFrQXZhDy71Wu2hrIUQX7eXJLK0YyZ9PopC6I9p7stun2xaOXVdAtByR1KGt/S/Q9VRkGXqtj4y8TZCnK4kyIL3q8W6UXpfx38IAijgRWlcse9CmBaA8tDeIJ8Jtu/NJ8WjDaPuwV7etALJBtPRd0RuYgNQ5OKW9aMt+tJ7moZUdtDlQr6gfrQjQoomW0vhoT/vwXTZreTcvl2fbou3rqQcWaMA1D58Ze3q+Pe5zv0i7WzasGsDwca/10TqJ0nVSPbTpGNpKkGwsWgyuCQaCqV5b0YqW9NFehPBOH7dNLH/xwEWgvTtgpMPPYWc30u6YbVHeCU88CWNtiBZVtR6t6dJtaJPOwkM82pxiQ96HlgPIAK0Ew4Nu1CJ02eVQztb1+ekVVkahDaPi0134Ro60+zAy05hzKijIGEu7PeQQbcqdpStQHOZmK1pu6AvmeR2L1huHcxOixeoE62sPraIXFKHtex8TPJ/t9ZfTlwWWo9ESoe2MPsbajS3q6dTRSQ0OHmlc25STAC3PQdUNIhdsE5wIqhVsRcvKdhwrFJh6J69N8W+wF61oZ9BqZewGLVj3Kx/t+WjiztWSoO6O9viJdXXwGtGnSLsjNsYWwM3wICaajTI4+xSgVVRrOA6fTGOrtqClYauiGa5dYi3IMjegetGyFNrHgYJsk6ZQFgAG1NpkuAMcane04b6Io9chNd5uWOh/KFNiVKollnXCQrSMt7XKMnIgAMlH0LKM7hEda7054lwA8B60LNHglPG1bdX+xut5PYZOu0+0452dD0ErsXYj4mkmpcxS3l2lEVQQ9EmIer2SYsk6wQKt/NSdS2kFh9FCEPerfVlhe1d+7Lq8acViNf6k9rzHSWtqkUyqGv8baBKc/LTYL9rxNZrXUfMpwi5E+64QLXtLtN8YG32zPkfbbdU72vM9ox3/+m8DRLF273pH+3+ld7TvaM9+81j7U4Ao1s7Xu37AHnJ8z7qjd938Hsa1aemUCs72rrqysy4vUcL+9pmUF2+ClvQ8PqsUaXc8KdOmqNmepQHmUBJA0iV7Y43PIS+Xj/ubQ2ajc8GRdp8moQWzb28BABGFFqBgb6tw5WcRRuOz89Xp8uaHXvm5HU/H4IkC0CMAynISKUEbxwvQfB7a0tlnuIPjLbUczBEIM0bOL0+Xix90vfZ5SjoG16M+NjF3rozM8CC0uLGOva0Q3cA7+fE0rL2MQ0u6/8BIz8fhmzfS7jMbRUu7Jn4QtOzt0a76kgRWy4brcoXcB8D/OhMt6eiwoXTw8a6n7jbS7mga2uR3hfbmZKYeydKlaGHe3RDa2foQafc8DW0OkGKgFIUB6xbDpAEjK96OkgAkLfXVmQJQWb3GkmsAmdVMlCXmQLdtOfGqaahI14McZnMNphDDL+QS74kmTatoWNe5htzVFc2zuXq8A1CRTiKhBkJF7EO+ZKRutuxe0B5F2t2xSWhTcDnkJUDZpmZYDSht/a506S5GmZZWvi6X0Epu3FeYTUOIkOzTPrR1CWC493CUsMABKgP+dgBK40oNFb1VfGxgP257djM0JP66B7QHkXaHU44ZyHWbq+XQqDKzuGmqdLtSjfW91pE1WZrmlN2RN+WkcRzleS2ipU0votRNQ1g2IKskJ4Lh4Eda1oOWNVU6a5pWAMo1iewUQIHFcgra+Tk/p3MOF4pz2vhcofFxbYYRl3xJAWT0etSdWFub9owEizExWTuP5F6spQ+aWszXG8+gahtOe9GafBBtjmX6QNvg0IBrUFPQzs7Uu2bT0cZn3MU4+zhaJbOaXCenD8UmCic+2mrtFZl7iUv3ExWiTQmDu9BS0h1td+2gles3SNqLltzcUAU39JSEfDraxVnE63gKWjzdYLK+RXr77cxjBgRAQo5hGcoCZD5aCVqgEDJAwYbR5hvwyavMHPUKLRWFQZsQbU4PlAuUAtPaNMnycg5a9jIV7YLNQusdNDMruz2iDzUTbR0kVQNIH60GTyUmQA6jlfTlExvPqQbQkqeHaMtgStLV8NJgYRZadjWN7BWLQYsazZD/FBmj754i0LIxtNBFK8bQag9tMYqW7jgHrUuDn+O1xHbKCTQvbAe03rkWo4QiyMagxTCK4t1t4QTL98UtaIt1ChH6dwzaLEBbvTpsRfIg1k6Z+lhcjJG9WLBotL1Z1sPTSRFko9CmBJJSpwktZW5tpMHwYbSV40CGydQXsp+uw3QXLQOsIJXdJC9O5MUoWvb4JeK0t0i04RlStywO7RGSjUTLDfWjLKVieYnuiiM8ZRF9gVdmSNT4aLkBYwmYZlPQpgYg9d4cFbxCmxM8rjIPbW0APGedds7jcovjXi8Z2x3t9cDJb384YNvQ/jQE9vgbY9FoaYSbWWZLAEjJOwVLhHMOnXKeSEB4GkAlvE4N5Ei6ZDYhtKzCQyBFDgBJgDYc/BTam1ZSCT6BjxYZFoLZygBU6OR1e4oQZZZaPHNSsnFdDcC9vmJsH2gxpM8+WZUd3PcOg2+f2E5ovdlE31e603yU92M1lXME0p1ozICUsu1oSZQXWlARoJveZ41/R64AJfG6uq01OaId1WIV0L1YUZDdHS1jV68990sANkTL2MHR59cdapxc3BEts/jNFgiCiFYOu/bTv2jwoZINysILugIR5ZZNQGtkUdV0x6yBpBM08dDSoQtSeBlpOrFt01bilqAZi1CLX1bnLd+L89XVYt9H2N9cuVPMcfPGy/TEwOfbT3dI9fj+9tsT25uEIK6U2MU3H+uBKsapzm/Ixj5BPenZRJgN9r/27oAGAAAGYdiN4N/mZZCQMgkVwMw7gfqhRSu0Qiu0Qiu0aIVWaIVWaIUWLVq0Qiu0Qiu0QotWaIXWHn6AgbqXSJOzAAAAAElFTkSuQmCC";
|
|
1418
|
+
function ln({ href: e = "https://www.consumerfinance.gov" }) {
|
|
1419
|
+
return c(U, {
|
|
1684
1420
|
href: e,
|
|
1685
1421
|
title: "Home",
|
|
1686
1422
|
"aria-label": "Home",
|
|
1687
1423
|
className: "o-header__logo",
|
|
1688
|
-
children:
|
|
1424
|
+
children: c("img", {
|
|
1689
1425
|
className: "o-header__logo-img",
|
|
1690
|
-
src:
|
|
1426
|
+
src: ns,
|
|
1691
1427
|
alt: "CFPB Logo"
|
|
1692
1428
|
})
|
|
1693
1429
|
});
|
|
1694
1430
|
}
|
|
1695
|
-
const
|
|
1431
|
+
const mn = ({ elements: e }) => e?.length ? c("div", {
|
|
1696
1432
|
className: "links",
|
|
1697
1433
|
children: e
|
|
1698
1434
|
}) : null;
|
|
1699
|
-
function
|
|
1700
|
-
return
|
|
1435
|
+
function fn({ links: e, href: s }) {
|
|
1436
|
+
return c("div", {
|
|
1701
1437
|
className: "o-header__content",
|
|
1702
|
-
children:
|
|
1438
|
+
children: v("div", {
|
|
1703
1439
|
className: "navbar-static wrapper wrapper--match-content",
|
|
1704
|
-
children: [
|
|
1705
|
-
href:
|
|
1706
|
-
}),
|
|
1440
|
+
children: [c(ln, {
|
|
1441
|
+
href: s
|
|
1442
|
+
}), c("div", {
|
|
1707
1443
|
className: "nav-items",
|
|
1708
|
-
children:
|
|
1444
|
+
children: c(mn, {
|
|
1709
1445
|
elements: e
|
|
1710
1446
|
})
|
|
1711
1447
|
})]
|
|
1712
1448
|
})
|
|
1713
1449
|
});
|
|
1714
1450
|
}
|
|
1715
|
-
|
|
1451
|
+
c(U, {
|
|
1716
1452
|
className: "nav-item",
|
|
1717
1453
|
href: "/",
|
|
1718
1454
|
children: "Home"
|
|
1719
|
-
}, "home"),
|
|
1455
|
+
}, "home"), c(U, {
|
|
1720
1456
|
className: "nav-item active",
|
|
1721
1457
|
href: "/filing",
|
|
1722
1458
|
children: "Filing"
|
|
1723
|
-
}, "filing"),
|
|
1459
|
+
}, "filing"), c(U, {
|
|
1724
1460
|
className: "nav-item",
|
|
1725
1461
|
href: "/profile",
|
|
1726
1462
|
children: "John Sample"
|
|
1727
|
-
}, "profile"),
|
|
1463
|
+
}, "profile"), c(te, {
|
|
1728
1464
|
label: "LOG OUT",
|
|
1729
1465
|
asLink: !0,
|
|
1730
1466
|
onClick: ""
|
|
1731
1467
|
}, "logout");
|
|
1732
|
-
function
|
|
1733
|
-
return
|
|
1468
|
+
function un({ href: e = "https://www.consumerfinance.gov" }) {
|
|
1469
|
+
return c(U, {
|
|
1734
1470
|
href: e,
|
|
1735
1471
|
title: "Home",
|
|
1736
1472
|
"aria-label": "Home",
|
|
1737
1473
|
className: "o-header__logo",
|
|
1738
|
-
children:
|
|
1474
|
+
children: c("img", {
|
|
1739
1475
|
className: "o-header__logo-img",
|
|
1740
|
-
src:
|
|
1476
|
+
src: ns,
|
|
1741
1477
|
alt: "CFPB Logo"
|
|
1742
1478
|
})
|
|
1743
1479
|
});
|
|
1744
1480
|
}
|
|
1745
|
-
const
|
|
1481
|
+
const bn = ({ elements: e, onLinkClick: s }) => e?.length ? c("div", {
|
|
1746
1482
|
className: "links",
|
|
1747
|
-
children: e.map((
|
|
1748
|
-
...
|
|
1749
|
-
key:
|
|
1483
|
+
children: e.map((o, t) => ne.isValidElement(o) ? ne.cloneElement(o, {
|
|
1484
|
+
...o.props,
|
|
1485
|
+
key: o.key ?? t,
|
|
1750
1486
|
onClick: (i) => {
|
|
1751
|
-
|
|
1487
|
+
o.props.onClick && o.props.onClick(i), s();
|
|
1752
1488
|
}
|
|
1753
|
-
}) :
|
|
1489
|
+
}) : o)
|
|
1754
1490
|
}) : null;
|
|
1755
|
-
function
|
|
1756
|
-
const [
|
|
1757
|
-
|
|
1758
|
-
},
|
|
1759
|
-
|
|
1760
|
-
},
|
|
1761
|
-
p.key === "Escape" &&
|
|
1491
|
+
function gn({ links: e, href: s }) {
|
|
1492
|
+
const [o, t] = ae(!1), i = () => {
|
|
1493
|
+
t(!o);
|
|
1494
|
+
}, n = () => {
|
|
1495
|
+
t(!1);
|
|
1496
|
+
}, r = Ke((p) => {
|
|
1497
|
+
p.key === "Escape" && t(!1);
|
|
1762
1498
|
}, []);
|
|
1763
|
-
return e?.length ?
|
|
1764
|
-
children: [
|
|
1499
|
+
return e?.length ? v(oe, {
|
|
1500
|
+
children: [o ? c("div", {
|
|
1765
1501
|
className: "menu-overlay open",
|
|
1766
1502
|
onClick: i,
|
|
1767
|
-
onKeyDown:
|
|
1503
|
+
onKeyDown: r,
|
|
1768
1504
|
tabIndex: 0,
|
|
1769
1505
|
role: "button",
|
|
1770
1506
|
"aria-label": "Close menu"
|
|
1771
|
-
}) : null,
|
|
1507
|
+
}) : null, c("header", {
|
|
1772
1508
|
className: "o-header__content",
|
|
1773
|
-
children:
|
|
1509
|
+
children: v("div", {
|
|
1774
1510
|
className: "navbar wrapper wrapper--match-content",
|
|
1775
|
-
children: [
|
|
1511
|
+
children: [v("button", {
|
|
1776
1512
|
className: "menu-toggle",
|
|
1777
1513
|
onClick: i,
|
|
1778
|
-
"aria-expanded":
|
|
1514
|
+
"aria-expanded": o,
|
|
1779
1515
|
"aria-controls": "nav-links",
|
|
1780
1516
|
type: "button",
|
|
1781
|
-
children: [
|
|
1782
|
-
name:
|
|
1783
|
-
}),
|
|
1517
|
+
children: [c(T, {
|
|
1518
|
+
name: o ? "error" : "menu"
|
|
1519
|
+
}), c("span", {
|
|
1784
1520
|
className: "sr-only",
|
|
1785
|
-
children:
|
|
1521
|
+
children: o ? "Close menu" : "Open menu"
|
|
1786
1522
|
})]
|
|
1787
|
-
}),
|
|
1788
|
-
href:
|
|
1789
|
-
}),
|
|
1790
|
-
className: `nav-items ${
|
|
1523
|
+
}), c(un, {
|
|
1524
|
+
href: s
|
|
1525
|
+
}), c("nav", {
|
|
1526
|
+
className: `nav-items ${o ? "open" : ""}`,
|
|
1791
1527
|
id: "nav-links",
|
|
1792
|
-
children:
|
|
1528
|
+
children: c(bn, {
|
|
1793
1529
|
elements: e,
|
|
1794
|
-
onLinkClick:
|
|
1530
|
+
onLinkClick: n
|
|
1795
1531
|
})
|
|
1796
1532
|
})]
|
|
1797
1533
|
})
|
|
1798
1534
|
})]
|
|
1799
|
-
}) :
|
|
1800
|
-
href:
|
|
1535
|
+
}) : c(fn, {
|
|
1536
|
+
href: s
|
|
1801
1537
|
});
|
|
1802
1538
|
}
|
|
1803
|
-
|
|
1539
|
+
c(U, {
|
|
1804
1540
|
href: "/",
|
|
1805
|
-
children:
|
|
1541
|
+
children: c("span", {
|
|
1806
1542
|
className: "nav-item",
|
|
1807
1543
|
children: "Home"
|
|
1808
1544
|
})
|
|
1809
|
-
}, "home"),
|
|
1545
|
+
}, "home"), c(U, {
|
|
1810
1546
|
className: "nav-item active",
|
|
1811
1547
|
href: "/filing",
|
|
1812
1548
|
children: "Filing"
|
|
1813
|
-
}, "filing"),
|
|
1549
|
+
}, "filing"), c(U, {
|
|
1814
1550
|
className: "nav-item profile",
|
|
1815
1551
|
href: "/profile",
|
|
1816
|
-
children:
|
|
1552
|
+
children: c("span", {
|
|
1817
1553
|
children: "John Sample"
|
|
1818
1554
|
})
|
|
1819
|
-
}, "profile"),
|
|
1555
|
+
}, "profile"), c(te, {
|
|
1820
1556
|
label: "LOG OUT",
|
|
1821
1557
|
asLink: !0,
|
|
1822
1558
|
onClick: () => {
|
|
1823
1559
|
}
|
|
1824
1560
|
}, "logout");
|
|
1825
|
-
function
|
|
1561
|
+
function co({ links: e, user: s, href: o, withBottomBorder: t = !0 }) {
|
|
1826
1562
|
const i = ["o-header"];
|
|
1827
|
-
return
|
|
1828
|
-
className:
|
|
1829
|
-
children: [
|
|
1563
|
+
return t && i.push("bottom-border"), v("header", {
|
|
1564
|
+
className: w(i),
|
|
1565
|
+
children: [c(Ts, {
|
|
1830
1566
|
tagline: "An official website of the United States government"
|
|
1831
|
-
}),
|
|
1567
|
+
}), c(gn, {
|
|
1832
1568
|
links: e,
|
|
1833
|
-
user:
|
|
1834
|
-
href:
|
|
1569
|
+
user: s,
|
|
1570
|
+
href: o
|
|
1835
1571
|
})]
|
|
1836
1572
|
});
|
|
1837
1573
|
}
|
|
1838
|
-
const Q = () => null,
|
|
1574
|
+
const Q = () => null, Y = 1, os = 20, hn = () => c(te, {
|
|
1839
1575
|
asLink: !0,
|
|
1840
1576
|
className: "m-pagination__btn-submit",
|
|
1841
1577
|
id: "m-pagination__btn-submit-default",
|
|
1842
1578
|
label: "Go",
|
|
1843
1579
|
type: "submit"
|
|
1844
|
-
}),
|
|
1845
|
-
const i = (
|
|
1846
|
-
|
|
1847
|
-
},
|
|
1848
|
-
return
|
|
1580
|
+
}), vn = ({ tableId: e, page: s, pageCount: o, onChange: t }) => {
|
|
1581
|
+
const i = (r) => {
|
|
1582
|
+
t(Number.parseInt(r.currentTarget.value, 10));
|
|
1583
|
+
}, n = `${e}-pagination_current-page`;
|
|
1584
|
+
return v("label", {
|
|
1849
1585
|
className: "m-pagination__label",
|
|
1850
|
-
htmlFor:
|
|
1851
|
-
children: ["Page",
|
|
1586
|
+
htmlFor: n,
|
|
1587
|
+
children: ["Page", c("span", {
|
|
1852
1588
|
className: "u-visually-hidden",
|
|
1853
|
-
children: `number ${
|
|
1854
|
-
}),
|
|
1589
|
+
children: `number ${s} out`
|
|
1590
|
+
}), c("input", {
|
|
1855
1591
|
className: "m-pagination__current-page",
|
|
1856
|
-
id:
|
|
1592
|
+
id: n,
|
|
1857
1593
|
name: "page",
|
|
1858
1594
|
type: "number",
|
|
1859
1595
|
min: "1",
|
|
1860
|
-
max:
|
|
1596
|
+
max: o,
|
|
1861
1597
|
pattern: "[0-9]*",
|
|
1862
1598
|
inputMode: "numeric",
|
|
1863
|
-
value:
|
|
1599
|
+
value: s,
|
|
1864
1600
|
onChange: i
|
|
1865
|
-
}), `of ${
|
|
1601
|
+
}), `of ${o}`]
|
|
1866
1602
|
});
|
|
1867
|
-
},
|
|
1868
|
-
const [d,
|
|
1869
|
-
|
|
1870
|
-
const
|
|
1871
|
-
|
|
1872
|
-
const
|
|
1873
|
-
|
|
1874
|
-
},
|
|
1875
|
-
return
|
|
1603
|
+
}, _n = ({ tableId: e, page: s, pageCount: o, onClickPrevious: t = Q, onClickNext: i = Q, onClickGo: n = Q, previousLabel: r = "Previous", nextLabel: p = "Next" }) => {
|
|
1604
|
+
const [d, l] = ae(s);
|
|
1605
|
+
j(() => l(s), [s]);
|
|
1606
|
+
const a = (h) => {
|
|
1607
|
+
h.preventDefault();
|
|
1608
|
+
const y = Object.fromEntries(new FormData(h.currentTarget)), _ = Number.parseInt(y.page, 10);
|
|
1609
|
+
_ !== s && n(_);
|
|
1610
|
+
}, u = Xe(), b = l;
|
|
1611
|
+
return v("nav", {
|
|
1876
1612
|
className: "m-pagination",
|
|
1877
1613
|
role: "navigation",
|
|
1878
1614
|
"aria-label": "Pagination",
|
|
1879
|
-
children: [
|
|
1615
|
+
children: [c(te, {
|
|
1880
1616
|
iconLeft: "left",
|
|
1881
|
-
className: `m-pagination__btn-prev${
|
|
1882
|
-
onClick:
|
|
1883
|
-
label:
|
|
1884
|
-
disabled:
|
|
1885
|
-
}),
|
|
1617
|
+
className: `m-pagination__btn-prev${s === Y ? " a-btn--disabled" : ""}`,
|
|
1618
|
+
onClick: t,
|
|
1619
|
+
label: r,
|
|
1620
|
+
disabled: s === Y
|
|
1621
|
+
}), c(te, {
|
|
1886
1622
|
iconRight: "right",
|
|
1887
|
-
className: `m-pagination__btn-next${
|
|
1623
|
+
className: `m-pagination__btn-next${s === o ? " a-btn--disabled" : ""}`,
|
|
1888
1624
|
onClick: i,
|
|
1889
1625
|
label: p,
|
|
1890
|
-
disabled:
|
|
1891
|
-
}),
|
|
1626
|
+
disabled: s === o
|
|
1627
|
+
}), v("form", {
|
|
1892
1628
|
className: "m-pagination__form",
|
|
1893
1629
|
action: "#pagination_content",
|
|
1894
|
-
onSubmit:
|
|
1895
|
-
children: [
|
|
1896
|
-
tableId: e ??
|
|
1630
|
+
onSubmit: a,
|
|
1631
|
+
children: [c(vn, {
|
|
1632
|
+
tableId: e ?? u,
|
|
1897
1633
|
page: d,
|
|
1898
|
-
pageCount:
|
|
1899
|
-
onChange:
|
|
1900
|
-
}),
|
|
1634
|
+
pageCount: o,
|
|
1635
|
+
onChange: b
|
|
1636
|
+
}), c(hn, {})]
|
|
1901
1637
|
})]
|
|
1902
1638
|
});
|
|
1903
|
-
},
|
|
1904
|
-
const i =
|
|
1905
|
-
|
|
1906
|
-
d(Math.min(p,
|
|
1907
|
-
}, [p,
|
|
1908
|
-
const
|
|
1909
|
-
page:
|
|
1910
|
-
pageCount:
|
|
1639
|
+
}, Ue = 1, yn = ({ isPaginated: e = !0, startPage: s = Y, rows: o = [], perPage: t = os }) => {
|
|
1640
|
+
const i = o.length, n = Math.max(Math.ceil(i / t), Y), r = e && i > t, [p, d] = ae(Math.min(s, n));
|
|
1641
|
+
j(() => {
|
|
1642
|
+
d(Math.min(p, n));
|
|
1643
|
+
}, [p, n, t]);
|
|
1644
|
+
const l = {
|
|
1645
|
+
page: Y,
|
|
1646
|
+
pageCount: Y,
|
|
1911
1647
|
onClickNext: Q,
|
|
1912
1648
|
onClickPrevious: Q,
|
|
1913
1649
|
onClickGo: Q
|
|
1914
1650
|
};
|
|
1915
|
-
if (!e || !
|
|
1916
|
-
const
|
|
1651
|
+
if (!e || !r) return [o, l];
|
|
1652
|
+
const a = p - Ue, u = {
|
|
1917
1653
|
page: p,
|
|
1918
|
-
pageCount:
|
|
1919
|
-
onClickNext: () => d(Math.min(p +
|
|
1920
|
-
onClickPrevious: () => d(Math.max(
|
|
1921
|
-
onClickGo: (
|
|
1922
|
-
},
|
|
1923
|
-
return [
|
|
1654
|
+
pageCount: n,
|
|
1655
|
+
onClickNext: () => d(Math.min(p + Ue, n)),
|
|
1656
|
+
onClickPrevious: () => d(Math.max(a, Y)),
|
|
1657
|
+
onClickGo: (_) => d(_)
|
|
1658
|
+
}, b = a * t, h = a * t + t;
|
|
1659
|
+
return [o.slice(b, h), u];
|
|
1924
1660
|
};
|
|
1925
|
-
function
|
|
1926
|
-
const i = [
|
|
1927
|
-
return
|
|
1928
|
-
...
|
|
1929
|
-
className:
|
|
1661
|
+
function Re({ children: e, isLead: s, className: o, ...t }) {
|
|
1662
|
+
const i = [o];
|
|
1663
|
+
return s && i.push("lead-paragraph"), c("p", {
|
|
1664
|
+
...t,
|
|
1665
|
+
className: w(i),
|
|
1930
1666
|
children: e
|
|
1931
1667
|
});
|
|
1932
1668
|
}
|
|
1933
|
-
const
|
|
1934
|
-
const
|
|
1935
|
-
return
|
|
1936
|
-
className:
|
|
1937
|
-
children: [
|
|
1669
|
+
const En = ["a-radio"], wn = ["m-form-field m-form-field--radio"], io = ({ id: e, name: s, helperText: o, className: t, disabled: i = !1, isLarge: n = !1, labelClassName: r, labelInline: p = !0, label: d, inputRef: l, ...a }) => {
|
|
1670
|
+
const u = [...En, t].join(" "), b = [...wn, n ? "m-form-field--lg-target" : ""].join(" ");
|
|
1671
|
+
return v("div", {
|
|
1672
|
+
className: b,
|
|
1673
|
+
children: [c("input", {
|
|
1938
1674
|
id: e,
|
|
1939
1675
|
type: "radio",
|
|
1940
|
-
name:
|
|
1941
|
-
className:
|
|
1942
|
-
ref:
|
|
1676
|
+
name: s ?? e,
|
|
1677
|
+
className: u,
|
|
1678
|
+
ref: l,
|
|
1943
1679
|
disabled: i,
|
|
1944
|
-
...
|
|
1945
|
-
}),
|
|
1680
|
+
...a
|
|
1681
|
+
}), v(ss, {
|
|
1946
1682
|
htmlFor: e,
|
|
1947
|
-
className:
|
|
1683
|
+
className: r,
|
|
1948
1684
|
inline: p,
|
|
1949
|
-
children: [d,
|
|
1950
|
-
children:
|
|
1685
|
+
children: [d, c(es, {
|
|
1686
|
+
children: o
|
|
1951
1687
|
})]
|
|
1952
1688
|
})]
|
|
1953
1689
|
});
|
|
1954
1690
|
};
|
|
1955
|
-
let
|
|
1956
|
-
const
|
|
1957
|
-
function
|
|
1691
|
+
let Sn;
|
|
1692
|
+
const ts = 5;
|
|
1693
|
+
function Nn(e) {
|
|
1958
1694
|
return e.replace(/[-\\^$*+?.()|[\]{}]/g, "\\$&");
|
|
1959
1695
|
}
|
|
1960
|
-
function
|
|
1961
|
-
return RegExp(
|
|
1696
|
+
function Ln(e, s) {
|
|
1697
|
+
return RegExp(Nn(s.trim()), "i").test(e);
|
|
1962
1698
|
}
|
|
1963
|
-
function
|
|
1964
|
-
const
|
|
1965
|
-
let
|
|
1966
|
-
function
|
|
1967
|
-
return i + "-" +
|
|
1699
|
+
function xn(e, s, o) {
|
|
1700
|
+
const t = e, i = s, n = o?.maxSelections || ts;
|
|
1701
|
+
let r = [], p = [], d = [], l = [], a = -1;
|
|
1702
|
+
function u(S) {
|
|
1703
|
+
return i + "-" + S.value.trim().replace(/\s+/g, "-").toLowerCase();
|
|
1968
1704
|
}
|
|
1969
|
-
function
|
|
1970
|
-
return p.length >=
|
|
1971
|
-
}
|
|
1972
|
-
function
|
|
1973
|
-
let
|
|
1974
|
-
const
|
|
1975
|
-
let
|
|
1976
|
-
for (let
|
|
1977
|
-
|
|
1978
|
-
id:
|
|
1979
|
-
value:
|
|
1980
|
-
text:
|
|
1981
|
-
checked:
|
|
1982
|
-
}),
|
|
1983
|
-
return
|
|
1705
|
+
function b() {
|
|
1706
|
+
return p.length >= n;
|
|
1707
|
+
}
|
|
1708
|
+
function h(S) {
|
|
1709
|
+
let A;
|
|
1710
|
+
const O = [];
|
|
1711
|
+
let N = !1;
|
|
1712
|
+
for (let H = 0, D = S.length; H < D; H++)
|
|
1713
|
+
A = S[H], N = b() ? !1 : A.defaultSelected, O.push({
|
|
1714
|
+
id: u(A),
|
|
1715
|
+
value: A.value,
|
|
1716
|
+
text: A.text,
|
|
1717
|
+
checked: N
|
|
1718
|
+
}), N && p.push(H);
|
|
1719
|
+
return O;
|
|
1984
1720
|
}
|
|
1985
|
-
function
|
|
1986
|
-
return
|
|
1721
|
+
function y() {
|
|
1722
|
+
return r = h(t), this;
|
|
1987
1723
|
}
|
|
1988
|
-
function
|
|
1989
|
-
return
|
|
1990
|
-
return
|
|
1724
|
+
function _(S) {
|
|
1725
|
+
return r[S].checked = !r[S].checked, p.length < n && r[S].checked ? (p.push(S), p.sort(), !0) : (r[S].checked = !1, p = p.filter(function(A) {
|
|
1726
|
+
return A !== S;
|
|
1991
1727
|
}), !1);
|
|
1992
1728
|
}
|
|
1993
|
-
function
|
|
1994
|
-
return
|
|
1729
|
+
function L(S, A, O, N) {
|
|
1730
|
+
return Ln(A.text, N) && S.push(O), S;
|
|
1995
1731
|
}
|
|
1996
|
-
function
|
|
1997
|
-
return Object.prototype.toString.call(
|
|
1998
|
-
return
|
|
1999
|
-
}, [])),
|
|
1732
|
+
function x(S) {
|
|
1733
|
+
return Object.prototype.toString.call(S) !== "[object String]" && (S = ""), l = d, r.length > 0 && (d = r.reduce(function(A, O, N) {
|
|
1734
|
+
return L(A, O, N, S);
|
|
1735
|
+
}, [])), a = -1, d;
|
|
2000
1736
|
}
|
|
2001
|
-
function k(
|
|
2002
|
-
return
|
|
1737
|
+
function k(S) {
|
|
1738
|
+
return r[S];
|
|
2003
1739
|
}
|
|
2004
|
-
function
|
|
2005
|
-
const
|
|
2006
|
-
|
|
1740
|
+
function B(S) {
|
|
1741
|
+
const A = d.length, O = A === 0 ? r.length : A;
|
|
1742
|
+
S < 0 ? a = -1 : S >= O ? a = O - 1 : a = S;
|
|
2007
1743
|
}
|
|
2008
|
-
function
|
|
2009
|
-
return
|
|
1744
|
+
function M() {
|
|
1745
|
+
return a;
|
|
2010
1746
|
}
|
|
2011
|
-
return this.init =
|
|
1747
|
+
return this.init = y, this.toggleOption = _, this.getSelectedIndices = function() {
|
|
2012
1748
|
return p;
|
|
2013
|
-
}, this.isAtMaxSelections =
|
|
2014
|
-
return d =
|
|
1749
|
+
}, this.isAtMaxSelections = b, this.filterIndices = x, this.clearFilter = function() {
|
|
1750
|
+
return d = l = [], Sn;
|
|
2015
1751
|
}, this.getFilterIndices = function() {
|
|
2016
1752
|
return d;
|
|
2017
1753
|
}, this.getLastFilterIndices = function() {
|
|
2018
|
-
return
|
|
2019
|
-
}, this.getIndex =
|
|
2020
|
-
return
|
|
1754
|
+
return l;
|
|
1755
|
+
}, this.getIndex = M, this.setIndex = B, this.resetIndex = function() {
|
|
1756
|
+
return a = -1, a;
|
|
2021
1757
|
}, this.getOption = k, this;
|
|
2022
1758
|
}
|
|
2023
|
-
function
|
|
2024
|
-
const
|
|
2025
|
-
return Object.keys(
|
|
2026
|
-
const
|
|
2027
|
-
i in
|
|
2028
|
-
}),
|
|
1759
|
+
function F(e, s, o) {
|
|
1760
|
+
const t = document.createElement(e);
|
|
1761
|
+
return Object.keys(o).forEach((i) => {
|
|
1762
|
+
const n = o[i];
|
|
1763
|
+
i in t ? t[i] = n : t.setAttribute(i, n);
|
|
1764
|
+
}), s && s.appendChild(t), t;
|
|
2029
1765
|
}
|
|
2030
|
-
const
|
|
1766
|
+
const kn = '<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" class="cf-icon-svg cf-icon-svg--error" viewBox="0 0 12 19"><path d="M11.383 13.644A1.03 1.03 0 0 1 9.928 15.1L6 11.172 2.072 15.1a1.03 1.03 0 1 1-1.455-1.456l3.928-3.928L.617 5.79a1.03 1.03 0 1 1 1.455-1.456L6 8.261l3.928-3.928a1.03 1.03 0 0 1 1.455 1.456L7.455 9.716z"/></svg>', An = kn, P = "o-multiselect", Cn = "a-checkbox", Tn = "a-text-input", Ve = "prev", ge = "next", Be = "Enter", In = " ", Qe = "Escape", On = "ArrowUp", je = "ArrowDown", Ye = "Tab", Ge = {
|
|
2031
1767
|
// TODO: renderTags was added as a workaround for DS icons not rendering correctly when integrating with a React implementation.
|
|
2032
1768
|
renderTags: !0,
|
|
2033
1769
|
// Allow the Multiselect to generate the Tag elements in the DOM
|
|
2034
|
-
maxSelections:
|
|
1770
|
+
maxSelections: ts
|
|
2035
1771
|
// Maximum number of options a user can select
|
|
2036
1772
|
};
|
|
2037
|
-
function
|
|
2038
|
-
e.classList.add(
|
|
2039
|
-
let
|
|
2040
|
-
const
|
|
2041
|
-
let
|
|
2042
|
-
function
|
|
2043
|
-
|
|
2044
|
-
let
|
|
2045
|
-
for (let
|
|
2046
|
-
|
|
2047
|
-
|
|
2048
|
-
for (let
|
|
2049
|
-
|
|
2050
|
-
}
|
|
2051
|
-
function
|
|
2052
|
-
|
|
2053
|
-
for (let
|
|
2054
|
-
|
|
2055
|
-
|
|
1773
|
+
function we(e) {
|
|
1774
|
+
e.classList.add(P);
|
|
1775
|
+
let s = le(e, P), o = !1, t, i, n, r, p, d, l, a, u, b, h;
|
|
1776
|
+
const y = [];
|
|
1777
|
+
let _;
|
|
1778
|
+
function L() {
|
|
1779
|
+
h.classList.remove("u-no-results"), h.classList.add("u-filtered");
|
|
1780
|
+
let m = n.getLastFilterIndices();
|
|
1781
|
+
for (let f = 0, g = m.length; f < g; f++)
|
|
1782
|
+
y[m[f]].classList.remove("u-filter-match");
|
|
1783
|
+
m = n.getFilterIndices();
|
|
1784
|
+
for (let f = 0, g = m.length; f < g; f++)
|
|
1785
|
+
y[m[f]].classList.add("u-filter-match");
|
|
1786
|
+
}
|
|
1787
|
+
function x() {
|
|
1788
|
+
h.classList.remove("u-filtered", "u-no-results");
|
|
1789
|
+
for (let m = 0, f = h.children.length; m < f; m++)
|
|
1790
|
+
h.children[m].classList.remove("u-filter-match");
|
|
1791
|
+
n.clearFilter();
|
|
2056
1792
|
}
|
|
2057
1793
|
function k() {
|
|
2058
|
-
|
|
2059
|
-
}
|
|
2060
|
-
function R(u) {
|
|
2061
|
-
return u.length > 0 ? (w(), !0) : (k(), !1);
|
|
1794
|
+
h.classList.add("u-no-results"), h.classList.remove("u-filtered");
|
|
2062
1795
|
}
|
|
2063
|
-
function
|
|
2064
|
-
|
|
2065
|
-
const r = o.filterIndices(u);
|
|
2066
|
-
R(r);
|
|
1796
|
+
function B(m) {
|
|
1797
|
+
return m.length > 0 ? (L(), !0) : (k(), !1);
|
|
2067
1798
|
}
|
|
2068
|
-
function
|
|
2069
|
-
|
|
1799
|
+
function M(m) {
|
|
1800
|
+
x(), n.resetIndex();
|
|
1801
|
+
const f = n.filterIndices(m);
|
|
1802
|
+
B(f);
|
|
2070
1803
|
}
|
|
2071
|
-
function
|
|
2072
|
-
return d.classList.
|
|
2073
|
-
}
|
|
2074
|
-
function
|
|
2075
|
-
|
|
2076
|
-
|
|
2077
|
-
|
|
2078
|
-
|
|
2079
|
-
|
|
2080
|
-
|
|
2081
|
-
|
|
2082
|
-
|
|
1804
|
+
function S() {
|
|
1805
|
+
return d.classList.add("u-active"), b.classList.remove("u-invisible"), b.setAttribute("aria-hidden", !1), _.dispatchEvent("expandbegin", { target: _ }), _;
|
|
1806
|
+
}
|
|
1807
|
+
function A() {
|
|
1808
|
+
return d.classList.remove("u-active"), b.classList.add("u-invisible"), b.setAttribute("aria-hidden", !0), n.resetIndex(), _.dispatchEvent("collapsebegin", { target: _ }), _;
|
|
1809
|
+
}
|
|
1810
|
+
function O(m) {
|
|
1811
|
+
m === ge ? n.setIndex(n.getIndex() + 1) : m === Ve && n.setIndex(n.getIndex() - 1);
|
|
1812
|
+
const f = n.getIndex();
|
|
1813
|
+
if (f > -1) {
|
|
1814
|
+
let g = f;
|
|
1815
|
+
const E = n.getFilterIndices();
|
|
1816
|
+
E.length > 0 && (g = E[f]);
|
|
1817
|
+
const $ = n.getOption(g).value, ps = h.querySelector('[data-option="' + $ + '"]').querySelector("input");
|
|
1818
|
+
o = !0, ps.focus();
|
|
2083
1819
|
} else
|
|
2084
|
-
|
|
1820
|
+
o = !1, u.focus();
|
|
2085
1821
|
}
|
|
2086
|
-
function
|
|
2087
|
-
|
|
1822
|
+
function N() {
|
|
1823
|
+
u.value = "", x();
|
|
2088
1824
|
}
|
|
2089
|
-
function
|
|
2090
|
-
const
|
|
2091
|
-
|
|
1825
|
+
function H(m) {
|
|
1826
|
+
const f = m.target;
|
|
1827
|
+
f.tagName === "BUTTON" && (m.preventDefault(), f.removeEventListener("click", H), f.querySelector("label").click());
|
|
2092
1828
|
}
|
|
2093
|
-
function
|
|
2094
|
-
if (
|
|
2095
|
-
const
|
|
2096
|
-
|
|
2097
|
-
"#" +
|
|
1829
|
+
function D(m) {
|
|
1830
|
+
if (m.key === In || m.key === Be) {
|
|
1831
|
+
const f = m.target.querySelector("label");
|
|
1832
|
+
h.querySelector(
|
|
1833
|
+
"#" + f.getAttribute("for")
|
|
2098
1834
|
).click();
|
|
2099
1835
|
}
|
|
2100
1836
|
}
|
|
2101
|
-
function
|
|
2102
|
-
return
|
|
1837
|
+
function q(m) {
|
|
1838
|
+
return t + "-" + m.value.trim().replace(/[^\w]/g, "-").toLowerCase();
|
|
2103
1839
|
}
|
|
2104
|
-
function
|
|
2105
|
-
const
|
|
2106
|
-
"data-option":
|
|
2107
|
-
}),
|
|
1840
|
+
function X(m, f) {
|
|
1841
|
+
const g = q(f), E = F("li", null, {
|
|
1842
|
+
"data-option": f.value
|
|
1843
|
+
}), C = F("button", E, {
|
|
2108
1844
|
type: "button",
|
|
2109
1845
|
class: "a-tag-filter",
|
|
2110
|
-
innerHTML: "<label for=" +
|
|
1846
|
+
innerHTML: "<label for=" + g + ">" + f.text + An + "</label>"
|
|
2111
1847
|
});
|
|
2112
|
-
|
|
1848
|
+
m.appendChild(E), C.addEventListener("click", H), C.addEventListener(
|
|
2113
1849
|
"keydown",
|
|
2114
|
-
|
|
1850
|
+
D
|
|
2115
1851
|
);
|
|
2116
1852
|
}
|
|
2117
|
-
function
|
|
2118
|
-
const
|
|
2119
|
-
if (
|
|
2120
|
-
if (
|
|
2121
|
-
|
|
2122
|
-
const
|
|
2123
|
-
typeof
|
|
2124
|
-
} else p?.renderTags &&
|
|
2125
|
-
|
|
1853
|
+
function fe(m) {
|
|
1854
|
+
const f = n.getOption(m) || n.getOption(n.getIndex());
|
|
1855
|
+
if (f) {
|
|
1856
|
+
if (f.checked) {
|
|
1857
|
+
h.classList.contains("u-max-selections") && h.classList.remove("u-max-selections");
|
|
1858
|
+
const g = '[data-option="' + f.value + '"]', E = l.querySelector(g);
|
|
1859
|
+
typeof E < "u" && E && l?.removeChild(E);
|
|
1860
|
+
} else p?.renderTags && l && X(l, f);
|
|
1861
|
+
n.toggleOption(m), n.isAtMaxSelections() && h.classList.add("u-max-selections"), _.dispatchEvent("selectionsupdated", { target: _ });
|
|
2126
1862
|
}
|
|
2127
|
-
|
|
2128
|
-
}
|
|
2129
|
-
function
|
|
2130
|
-
|
|
2131
|
-
}
|
|
2132
|
-
function
|
|
2133
|
-
|
|
2134
|
-
const
|
|
2135
|
-
|
|
2136
|
-
}),
|
|
2137
|
-
const
|
|
2138
|
-
|
|
2139
|
-
}),
|
|
2140
|
-
|
|
2141
|
-
}),
|
|
2142
|
-
|
|
2143
|
-
}),
|
|
2144
|
-
!
|
|
2145
|
-
}),
|
|
2146
|
-
const
|
|
2147
|
-
|
|
2148
|
-
}),
|
|
2149
|
-
|
|
2150
|
-
}),
|
|
2151
|
-
const
|
|
2152
|
-
if (
|
|
2153
|
-
|
|
2154
|
-
const
|
|
2155
|
-
|
|
2156
|
-
} else
|
|
2157
|
-
}),
|
|
2158
|
-
|
|
1863
|
+
n.resetIndex(), o = !1, b.getAttribute("aria-hidden") === "false" && u.focus();
|
|
1864
|
+
}
|
|
1865
|
+
function ke(m) {
|
|
1866
|
+
fe(Number(m.target.getAttribute("data-index"))), N();
|
|
1867
|
+
}
|
|
1868
|
+
function Ae() {
|
|
1869
|
+
a.addEventListener("mousemove", function(g) {
|
|
1870
|
+
const E = g.target;
|
|
1871
|
+
g.offsetX > E.offsetWidth - 35 ? E.style.cursor = "pointer" : E.style.cursor = "auto";
|
|
1872
|
+
}), a.addEventListener("mouseup", function(g) {
|
|
1873
|
+
const E = g.target;
|
|
1874
|
+
g.offsetX > E.offsetWidth - 35 && b.offsetHeight === 140 && u.blur();
|
|
1875
|
+
}), u.addEventListener("input", function() {
|
|
1876
|
+
M(this.value);
|
|
1877
|
+
}), u.addEventListener("focus", function() {
|
|
1878
|
+
b.getAttribute("aria-hidden") === "true" && S();
|
|
1879
|
+
}), u.addEventListener("blur", function() {
|
|
1880
|
+
!o && b.getAttribute("aria-hidden") === "false" && A();
|
|
1881
|
+
}), u.addEventListener("keydown", function(g) {
|
|
1882
|
+
const E = g.key;
|
|
1883
|
+
b.getAttribute("aria-hidden") === "true" && E !== Ye && S(), E === Be ? (g.preventDefault(), O(ge)) : E === Qe ? (N(), A()) : E === je ? O(ge) : E === Ye && !g.shiftKey && b.getAttribute("aria-hidden") === "false" && A();
|
|
1884
|
+
}), h.addEventListener("mousedown", function() {
|
|
1885
|
+
o = !0;
|
|
1886
|
+
}), h.addEventListener("keydown", function(g) {
|
|
1887
|
+
const E = g.key, C = g.target, $ = C.checked;
|
|
1888
|
+
if (E === Be) {
|
|
1889
|
+
g.preventDefault(), C.checked = !$;
|
|
1890
|
+
const R = new Event("change", { bubbles: !1, cancelable: !0 });
|
|
1891
|
+
C.dispatchEvent(R);
|
|
1892
|
+
} else E === Qe ? (u.focus(), A()) : E === On ? O(Ve) : E === je && O(ge);
|
|
1893
|
+
}), b.addEventListener("mousedown", function(g) {
|
|
1894
|
+
g.target.tagName === "LABEL" && (o = !0);
|
|
2159
1895
|
});
|
|
2160
|
-
const
|
|
2161
|
-
for (let
|
|
2162
|
-
|
|
2163
|
-
const
|
|
2164
|
-
for (let
|
|
2165
|
-
|
|
2166
|
-
}
|
|
2167
|
-
function
|
|
2168
|
-
d = document.createElement("div"), d.className =
|
|
1896
|
+
const m = h.querySelectorAll("input");
|
|
1897
|
+
for (let g = 0, E = m.length; g < E; g++)
|
|
1898
|
+
m[g].addEventListener("change", ke);
|
|
1899
|
+
const f = l.querySelectorAll("button");
|
|
1900
|
+
for (let g = 0, E = f.length; g < E; g++)
|
|
1901
|
+
f[g].addEventListener("click", H), f[g].addEventListener("keydown", D);
|
|
1902
|
+
}
|
|
1903
|
+
function ue() {
|
|
1904
|
+
d = document.createElement("div"), d.className = P, l = F("ul", null, {
|
|
2169
1905
|
className: "m-tag-group"
|
|
2170
|
-
}),
|
|
2171
|
-
className:
|
|
2172
|
-
}),
|
|
2173
|
-
className:
|
|
1906
|
+
}), a = F("header", d, {
|
|
1907
|
+
className: P + "__header"
|
|
1908
|
+
}), u = F("input", a, {
|
|
1909
|
+
className: P + "__search " + Tn,
|
|
2174
1910
|
type: "text",
|
|
2175
1911
|
placeholder: i || "Select up to five",
|
|
2176
|
-
id:
|
|
1912
|
+
id: s.id,
|
|
2177
1913
|
autocomplete: "off"
|
|
2178
|
-
}),
|
|
2179
|
-
className:
|
|
1914
|
+
}), b = F("fieldset", d, {
|
|
1915
|
+
className: P + "__fieldset u-invisible",
|
|
2180
1916
|
"aria-hidden": "true"
|
|
2181
1917
|
});
|
|
2182
|
-
let
|
|
2183
|
-
|
|
2184
|
-
className:
|
|
1918
|
+
let m = P + "__options";
|
|
1919
|
+
n.isAtMaxSelections() && (m += " u-max-selections"), h = F("ul", b, {
|
|
1920
|
+
className: m
|
|
2185
1921
|
});
|
|
2186
|
-
let
|
|
2187
|
-
for (let
|
|
2188
|
-
|
|
2189
|
-
const
|
|
2190
|
-
"data-option":
|
|
1922
|
+
let f, g, E;
|
|
1923
|
+
for (let C = 0, $ = r.length; C < $; C++) {
|
|
1924
|
+
f = r[C], g = q(f), E = n.getOption(C).checked;
|
|
1925
|
+
const R = F("li", h, {
|
|
1926
|
+
"data-option": f.value,
|
|
2191
1927
|
"data-cy": "multiselect-option",
|
|
2192
1928
|
class: "m-form-field m-form-field--checkbox"
|
|
2193
1929
|
});
|
|
2194
|
-
|
|
2195
|
-
id:
|
|
1930
|
+
F("input", R, {
|
|
1931
|
+
id: g,
|
|
2196
1932
|
// Type must come before value or IE fails
|
|
2197
1933
|
type: "checkbox",
|
|
2198
|
-
value:
|
|
2199
|
-
name:
|
|
2200
|
-
class:
|
|
2201
|
-
checked:
|
|
2202
|
-
"data-index":
|
|
2203
|
-
}),
|
|
2204
|
-
for:
|
|
2205
|
-
textContent:
|
|
2206
|
-
className:
|
|
2207
|
-
}),
|
|
1934
|
+
value: f.value,
|
|
1935
|
+
name: t,
|
|
1936
|
+
class: Cn + " " + P + "__checkbox",
|
|
1937
|
+
checked: E,
|
|
1938
|
+
"data-index": C
|
|
1939
|
+
}), F("label", R, {
|
|
1940
|
+
for: g,
|
|
1941
|
+
textContent: f.text,
|
|
1942
|
+
className: P + "__label a-label"
|
|
1943
|
+
}), y.push(R), E && p?.renderTags && X(l, f);
|
|
2208
1944
|
}
|
|
2209
|
-
return d.insertBefore(
|
|
1945
|
+
return d.insertBefore(l, a), s.parentNode.insertBefore(d, s), d.appendChild(s), d;
|
|
2210
1946
|
}
|
|
2211
|
-
function
|
|
2212
|
-
if (!
|
|
1947
|
+
function Ce(m = Ge) {
|
|
1948
|
+
if (!ce(s))
|
|
2213
1949
|
return this;
|
|
2214
|
-
if (
|
|
1950
|
+
if (Gs())
|
|
2215
1951
|
return this;
|
|
2216
|
-
if (
|
|
2217
|
-
|
|
2218
|
-
const
|
|
2219
|
-
|
|
1952
|
+
if (_ = this, t = s.name || s.id, i = s.getAttribute("data-placeholder"), r = s.options || [], p = { ...Ge, ...m }, r.length > 0) {
|
|
1953
|
+
n = new xn(r, t, p).init();
|
|
1954
|
+
const f = ue();
|
|
1955
|
+
s.parentNode.removeChild(s), s = f, ce(s), Ae();
|
|
2220
1956
|
}
|
|
2221
1957
|
return this;
|
|
2222
1958
|
}
|
|
2223
|
-
function
|
|
2224
|
-
return
|
|
1959
|
+
function Te() {
|
|
1960
|
+
return n;
|
|
2225
1961
|
}
|
|
2226
|
-
this.init =
|
|
2227
|
-
const
|
|
2228
|
-
return this.addEventListener =
|
|
1962
|
+
this.init = Ce, this.expand = S, this.collapse = A;
|
|
1963
|
+
const K = new re();
|
|
1964
|
+
return this.addEventListener = K.addEventListener, this.removeEventListener = K.removeEventListener, this.dispatchEvent = K.dispatchEvent, this.getModel = Te, this.updateSelections = fe, this.selectionClickHandler = H, this.selectionKeyDownHandler = D, this;
|
|
2229
1965
|
}
|
|
2230
|
-
|
|
2231
|
-
|
|
2232
|
-
const
|
|
2233
|
-
const
|
|
2234
|
-
value:
|
|
1966
|
+
we.BASE_CLASS = P;
|
|
1967
|
+
we.init = (e) => me(`.${P}`, we, void 0, e);
|
|
1968
|
+
const cs = (e, s) => {
|
|
1969
|
+
const o = e.map(({ value: t, label: i }) => c("option", {
|
|
1970
|
+
value: t,
|
|
2235
1971
|
children: i
|
|
2236
|
-
},
|
|
2237
|
-
return
|
|
1972
|
+
}, t));
|
|
1973
|
+
return o.length > 0 ? o : [c("option", {
|
|
2238
1974
|
disabled: !0,
|
|
2239
1975
|
value: "",
|
|
2240
|
-
children:
|
|
1976
|
+
children: s
|
|
2241
1977
|
}, "initial")];
|
|
2242
|
-
},
|
|
2243
|
-
const [p, d] =
|
|
2244
|
-
return
|
|
2245
|
-
const
|
|
2246
|
-
maxSelections:
|
|
1978
|
+
}, Bn = (e, s) => e.find((o) => o.value === s), Hn = 5, Mn = ({ id: e, options: s, label: o, onChange: t = Q, defaultOptionLabel: i = "-- select an option --", maxSelections: n = Hn, ...r }) => {
|
|
1979
|
+
const [p, d] = ae([]), l = ze(null);
|
|
1980
|
+
return j(() => {
|
|
1981
|
+
const u = new we(l.current).init({
|
|
1982
|
+
maxSelections: n,
|
|
2247
1983
|
renderTags: !0
|
|
2248
|
-
}),
|
|
2249
|
-
const
|
|
2250
|
-
d([...
|
|
2251
|
-
},
|
|
2252
|
-
return
|
|
2253
|
-
}, [
|
|
2254
|
-
const
|
|
2255
|
-
...
|
|
1984
|
+
}), b = () => {
|
|
1985
|
+
const y = u.getModel().getSelectedIndices();
|
|
1986
|
+
d([...y]);
|
|
1987
|
+
}, h = "selectionsupdated";
|
|
1988
|
+
return u.addEventListener(h, b), () => u.removeEventListener(h, b);
|
|
1989
|
+
}, [n]), j(() => {
|
|
1990
|
+
const a = p.map((u) => ({
|
|
1991
|
+
...s[u],
|
|
2256
1992
|
selected: !0
|
|
2257
1993
|
}));
|
|
2258
|
-
|
|
2259
|
-
}, [p,
|
|
1994
|
+
t(a);
|
|
1995
|
+
}, [p, t, s]), v("div", {
|
|
2260
1996
|
className: "m-form-field",
|
|
2261
1997
|
id: `multi-wrapper-${e}`,
|
|
2262
|
-
children: [
|
|
1998
|
+
children: [c("label", {
|
|
2263
1999
|
className: "a-label a-label--heading",
|
|
2264
2000
|
htmlFor: e,
|
|
2265
|
-
children:
|
|
2266
|
-
}),
|
|
2001
|
+
children: o
|
|
2002
|
+
}), c("select", {
|
|
2267
2003
|
id: e,
|
|
2268
2004
|
className: "o-multiselect",
|
|
2269
|
-
ref:
|
|
2005
|
+
ref: l,
|
|
2270
2006
|
multiple: !0,
|
|
2271
|
-
"data-placeholder": `Select up to ${
|
|
2007
|
+
"data-placeholder": `Select up to ${n}`,
|
|
2272
2008
|
"data-open": !0,
|
|
2273
|
-
...
|
|
2274
|
-
children:
|
|
2009
|
+
...r,
|
|
2010
|
+
children: cs(s, i)
|
|
2275
2011
|
})]
|
|
2276
2012
|
});
|
|
2277
|
-
},
|
|
2278
|
-
const d = (
|
|
2279
|
-
const
|
|
2280
|
-
return
|
|
2013
|
+
}, Dn = ({ id: e, options: s, label: o, onChange: t = Q, maxSelections: i, value: n = "", defaultOptionLabel: r = "-- select an option --", ...p }) => {
|
|
2014
|
+
const d = (l) => {
|
|
2015
|
+
const a = Bn(s, l.target.value);
|
|
2016
|
+
return t(a), a;
|
|
2281
2017
|
};
|
|
2282
|
-
return
|
|
2018
|
+
return v("div", {
|
|
2283
2019
|
className: "m-form-field",
|
|
2284
|
-
children: [
|
|
2020
|
+
children: [c("label", {
|
|
2285
2021
|
className: "a-label a-label--heading",
|
|
2286
2022
|
htmlFor: e,
|
|
2287
|
-
children:
|
|
2288
|
-
}),
|
|
2023
|
+
children: o
|
|
2024
|
+
}), c("div", {
|
|
2289
2025
|
className: "a-select",
|
|
2290
|
-
children:
|
|
2026
|
+
children: c("select", {
|
|
2291
2027
|
id: e,
|
|
2292
2028
|
...p,
|
|
2293
2029
|
onChange: d,
|
|
2294
|
-
value:
|
|
2295
|
-
children:
|
|
2030
|
+
value: n,
|
|
2031
|
+
children: cs(s, r)
|
|
2296
2032
|
})
|
|
2297
2033
|
})]
|
|
2298
2034
|
});
|
|
2299
|
-
},
|
|
2300
|
-
onChange:
|
|
2301
|
-
...
|
|
2302
|
-
}) :
|
|
2303
|
-
onChange:
|
|
2304
|
-
...
|
|
2035
|
+
}, ro = ({ isMulti: e = !1, onChange: s = () => null, ...o }) => e ? c(Mn, {
|
|
2036
|
+
onChange: s,
|
|
2037
|
+
...o
|
|
2038
|
+
}) : c(Dn, {
|
|
2039
|
+
onChange: s,
|
|
2040
|
+
...o
|
|
2305
2041
|
});
|
|
2306
|
-
function
|
|
2307
|
-
return
|
|
2042
|
+
function po({ href: e = "#main", text: s = "Skip to main content" }) {
|
|
2043
|
+
return c("div", {
|
|
2308
2044
|
className: "skip-nav",
|
|
2309
|
-
children:
|
|
2045
|
+
children: c("a", {
|
|
2310
2046
|
className: "skip-nav__link a-btn",
|
|
2311
2047
|
href: e,
|
|
2312
|
-
children:
|
|
2048
|
+
children: s
|
|
2313
2049
|
})
|
|
2314
2050
|
});
|
|
2315
2051
|
}
|
|
2316
|
-
const
|
|
2317
|
-
|
|
2318
|
-
|
|
2319
|
-
}, [
|
|
2320
|
-
const
|
|
2321
|
-
return
|
|
2322
|
-
className:
|
|
2323
|
-
...
|
|
2324
|
-
children: [
|
|
2325
|
-
className: `${
|
|
2052
|
+
const ao = ({ children: e, label: s = "Show full text", isMobileOnly: o = !1, isMinimal: t = !1, className: i = "", ...n }) => {
|
|
2053
|
+
j(() => {
|
|
2054
|
+
t ? ye.init() : _e.init(), document.readyState === "complete" && globalThis.dispatchEvent(new Event("load"));
|
|
2055
|
+
}, [t]);
|
|
2056
|
+
const r = t ? "o-summary-minimal" : "o-summary", p = [r, i];
|
|
2057
|
+
return o && p.push(`${r}--mobile`), v("div", {
|
|
2058
|
+
className: w(p),
|
|
2059
|
+
...n,
|
|
2060
|
+
children: [c("div", {
|
|
2061
|
+
className: `${r}__content`,
|
|
2326
2062
|
children: e
|
|
2327
|
-
}),
|
|
2063
|
+
}), c("button", {
|
|
2328
2064
|
type: "button",
|
|
2329
|
-
className: `${
|
|
2330
|
-
children:
|
|
2331
|
-
children: [
|
|
2065
|
+
className: `${r}__btn`,
|
|
2066
|
+
children: t ? v(oe, {
|
|
2067
|
+
children: [v("span", {
|
|
2332
2068
|
className: "o-summary-minimal__cue-open",
|
|
2333
|
-
children: ["Show ",
|
|
2069
|
+
children: ["Show ", c(T, {
|
|
2334
2070
|
name: "plus",
|
|
2335
2071
|
isPresentational: !0,
|
|
2336
2072
|
withBg: !0
|
|
2337
2073
|
})]
|
|
2338
|
-
}),
|
|
2074
|
+
}), v("span", {
|
|
2339
2075
|
className: "o-summary-minimal__cue-close",
|
|
2340
|
-
children: ["Hide ",
|
|
2076
|
+
children: ["Hide ", c(T, {
|
|
2341
2077
|
name: "minus",
|
|
2342
2078
|
isPresentational: !0,
|
|
2343
2079
|
withBg: !0
|
|
2344
2080
|
})]
|
|
2345
2081
|
})]
|
|
2346
|
-
}) :
|
|
2347
|
-
children: [
|
|
2082
|
+
}) : v(oe, {
|
|
2083
|
+
children: [s, c(T, {
|
|
2348
2084
|
name: "plus",
|
|
2349
2085
|
isPresentational: !0,
|
|
2350
2086
|
withBg: !0
|
|
@@ -2352,231 +2088,228 @@ const _o = ({ children: e, label: n = "Show full text", isMobileOnly: t = !1, is
|
|
|
2352
2088
|
})
|
|
2353
2089
|
})]
|
|
2354
2090
|
});
|
|
2355
|
-
},
|
|
2356
|
-
children:
|
|
2357
|
-
children: e.map((
|
|
2358
|
-
let
|
|
2359
|
-
const i = [""],
|
|
2360
|
-
return typeof
|
|
2361
|
-
className:
|
|
2362
|
-
children:
|
|
2363
|
-
},
|
|
2091
|
+
}, Pn = (e) => c("thead", {
|
|
2092
|
+
children: c("tr", {
|
|
2093
|
+
children: e.map((s, o) => {
|
|
2094
|
+
let t = "";
|
|
2095
|
+
const i = [""], n = `header-${o}`;
|
|
2096
|
+
return typeof s == "object" ? (t = s.header, s.alignRight && i.push("o-table_cell--right-align"), s.width && i.push(`u-w${s.width}pct`), s.headerWordWrap || i.push("white-space-nowrap")) : t = s, c("th", {
|
|
2097
|
+
className: w(i),
|
|
2098
|
+
children: t
|
|
2099
|
+
}, n);
|
|
2364
2100
|
})
|
|
2365
2101
|
})
|
|
2366
|
-
}),
|
|
2102
|
+
}), Rn = (e) => {
|
|
2367
2103
|
if (!e) return {};
|
|
2368
2104
|
if (typeof e == "string")
|
|
2369
2105
|
return {
|
|
2370
2106
|
"data-label": e
|
|
2371
2107
|
};
|
|
2372
|
-
const
|
|
2373
|
-
return e.alignRight &&
|
|
2108
|
+
const s = [""];
|
|
2109
|
+
return e.alignRight && s.push("o-table_cell--right-align"), e.cellDisableWordWrap && s.push("white-space-nowrap"), !e.cellDisableWordWrap && e.cellWordBreak && s.push("word-break-break-all"), {
|
|
2374
2110
|
"data-label": e.header,
|
|
2375
|
-
className:
|
|
2111
|
+
className: w(s)
|
|
2376
2112
|
};
|
|
2377
|
-
},
|
|
2378
|
-
children: e.map((
|
|
2379
|
-
const i = `row-${
|
|
2380
|
-
return
|
|
2381
|
-
children:
|
|
2382
|
-
const p =
|
|
2383
|
-
return
|
|
2384
|
-
...
|
|
2113
|
+
}, Fn = (e, s) => c("tbody", {
|
|
2114
|
+
children: e.map((o, t) => {
|
|
2115
|
+
const i = `row-${t}`;
|
|
2116
|
+
return c("tr", {
|
|
2117
|
+
children: o.map((n, r) => {
|
|
2118
|
+
const p = s[r], d = `row-${t}-col-${r}`;
|
|
2119
|
+
return Ze("td", {
|
|
2120
|
+
...Rn(p),
|
|
2385
2121
|
key: d
|
|
2386
|
-
},
|
|
2122
|
+
}, n);
|
|
2387
2123
|
})
|
|
2388
2124
|
}, i);
|
|
2389
2125
|
})
|
|
2390
|
-
}),
|
|
2126
|
+
}), Wn = ({ children: e }) => e ? c("caption", {
|
|
2391
2127
|
children: e
|
|
2392
|
-
}) : null,
|
|
2393
|
-
const [
|
|
2394
|
-
rows:
|
|
2128
|
+
}) : null, qn = Se(({ id: e, caption: s, columns: o, rows: t, isResponsive: i = !1, isScrollableHorizontal: n = !1, isStriped: r = !1, isPaginated: p = !1, startPage: d = Y, perPage: l = os, className: a, divRef: u, tableRef: b, ...h }, y) => {
|
|
2129
|
+
const [_, L] = yn({
|
|
2130
|
+
rows: t,
|
|
2395
2131
|
isPaginated: p,
|
|
2396
2132
|
startPage: d,
|
|
2397
|
-
perPage:
|
|
2398
|
-
}),
|
|
2399
|
-
i && k.push("o-table o-table--stack-on-small"),
|
|
2400
|
-
const
|
|
2401
|
-
children: [
|
|
2402
|
-
className:
|
|
2403
|
-
ref:
|
|
2404
|
-
id: e ??
|
|
2405
|
-
...
|
|
2406
|
-
children: [
|
|
2407
|
-
children:
|
|
2408
|
-
}),
|
|
2409
|
-
}), p ?
|
|
2410
|
-
...
|
|
2411
|
-
tableId: e ??
|
|
2133
|
+
perPage: l
|
|
2134
|
+
}), x = Xe(), k = [];
|
|
2135
|
+
i && k.push("o-table o-table--stack-on-small"), r && k.push("o-table--striped"), p && k.push("u-w100pct"), a && k.push(a);
|
|
2136
|
+
const B = v(oe, {
|
|
2137
|
+
children: [v("table", {
|
|
2138
|
+
className: w(k),
|
|
2139
|
+
ref: b,
|
|
2140
|
+
id: e ?? x,
|
|
2141
|
+
...h,
|
|
2142
|
+
children: [c(Wn, {
|
|
2143
|
+
children: s
|
|
2144
|
+
}), Pn(o), Fn(_, o)]
|
|
2145
|
+
}), p ? c(_n, {
|
|
2146
|
+
...L,
|
|
2147
|
+
tableId: e ?? x
|
|
2412
2148
|
}) : null]
|
|
2413
2149
|
});
|
|
2414
|
-
return
|
|
2150
|
+
return n ? c("div", {
|
|
2415
2151
|
className: "o-table o-table-wrapper--scrolling",
|
|
2416
|
-
ref:
|
|
2417
|
-
children:
|
|
2418
|
-
}) :
|
|
2152
|
+
ref: y ?? u,
|
|
2153
|
+
children: B
|
|
2154
|
+
}) : B;
|
|
2419
2155
|
});
|
|
2420
|
-
|
|
2421
|
-
const
|
|
2156
|
+
qn.displayName = "Table";
|
|
2157
|
+
const $n = {
|
|
2422
2158
|
success: "a-text-input--success",
|
|
2423
2159
|
error: "a-text-input--error",
|
|
2424
2160
|
warning: "a-text-input--warning",
|
|
2425
2161
|
info: "a-text-input--info"
|
|
2426
|
-
},
|
|
2427
|
-
const
|
|
2428
|
-
|
|
2429
|
-
},
|
|
2430
|
-
return
|
|
2162
|
+
}, is = (e) => $n[e], lo = Se(({ id: e, className: s = "", status: o = "info", placeholder: t = "Placeholder text", isFullWidth: i = !1, isDisabled: n = !1, onChange: r = Q, ...p }, d) => {
|
|
2163
|
+
const l = (u) => {
|
|
2164
|
+
u.preventDefault(), r(u.target.value);
|
|
2165
|
+
}, a = ["a-text-input", is(o), i ? "a-text-input--full" : "", s || ""].filter((u) => u.length);
|
|
2166
|
+
return c("div", {
|
|
2431
2167
|
className: "m-form-field",
|
|
2432
|
-
children:
|
|
2433
|
-
className:
|
|
2168
|
+
children: c("textarea", {
|
|
2169
|
+
className: w(a),
|
|
2434
2170
|
id: e,
|
|
2435
|
-
placeholder:
|
|
2436
|
-
onChange:
|
|
2437
|
-
disabled:
|
|
2171
|
+
placeholder: t,
|
|
2172
|
+
onChange: l,
|
|
2173
|
+
disabled: n,
|
|
2438
2174
|
ref: d,
|
|
2439
2175
|
...p
|
|
2440
2176
|
})
|
|
2441
2177
|
});
|
|
2442
|
-
}),
|
|
2443
|
-
const
|
|
2444
|
-
return p ? (
|
|
2178
|
+
}), mo = Se(({ className: e, id: s, inputRef: o, isDisabled: t = !1, name: i, status: n = "info", type: r = "text", isFullWidth: p = !1, ...d }, l) => {
|
|
2179
|
+
const a = ["a-text-input", e, is(n)];
|
|
2180
|
+
return p ? (a.push("a-text-input--full"), c("div", {
|
|
2445
2181
|
className: "m-form-field",
|
|
2446
|
-
children:
|
|
2447
|
-
className:
|
|
2448
|
-
disabled:
|
|
2449
|
-
id:
|
|
2182
|
+
children: c("input", {
|
|
2183
|
+
className: w(a),
|
|
2184
|
+
disabled: t,
|
|
2185
|
+
id: s,
|
|
2450
2186
|
name: i,
|
|
2451
|
-
type:
|
|
2452
|
-
ref:
|
|
2187
|
+
type: r,
|
|
2188
|
+
ref: l,
|
|
2453
2189
|
...d
|
|
2454
2190
|
})
|
|
2455
|
-
})) :
|
|
2456
|
-
className:
|
|
2457
|
-
disabled:
|
|
2458
|
-
id:
|
|
2191
|
+
})) : c("input", {
|
|
2192
|
+
className: w(a),
|
|
2193
|
+
disabled: t,
|
|
2194
|
+
id: s,
|
|
2459
2195
|
name: i,
|
|
2460
|
-
type:
|
|
2461
|
-
ref:
|
|
2196
|
+
type: r,
|
|
2197
|
+
ref: l,
|
|
2462
2198
|
...d
|
|
2463
2199
|
});
|
|
2464
|
-
}),
|
|
2200
|
+
}), rs = (e) => e ? typeof e == "string" ? c(Re, {
|
|
2465
2201
|
children: e
|
|
2466
|
-
}) : e : null,
|
|
2467
|
-
const
|
|
2202
|
+
}) : e : null, Z = ({ heading: e, subheading: s, description: o, callToAction: t, className: i, ...n }) => {
|
|
2203
|
+
const r = ["o-text-introduction", i], p = t && c(ie, {
|
|
2468
2204
|
isLinks: !0,
|
|
2469
|
-
children:
|
|
2470
|
-
children:
|
|
2205
|
+
children: c(Ne, {
|
|
2206
|
+
children: as(t, {
|
|
2471
2207
|
type: "list"
|
|
2472
2208
|
})
|
|
2473
2209
|
})
|
|
2474
2210
|
});
|
|
2475
|
-
return
|
|
2476
|
-
className:
|
|
2477
|
-
...
|
|
2478
|
-
children: [
|
|
2211
|
+
return v("div", {
|
|
2212
|
+
className: w(r),
|
|
2213
|
+
...n,
|
|
2214
|
+
children: [c(Ee, {
|
|
2479
2215
|
type: "1",
|
|
2480
2216
|
children: e
|
|
2481
|
-
}),
|
|
2217
|
+
}), c(Re, {
|
|
2482
2218
|
isLead: !0,
|
|
2483
|
-
children:
|
|
2484
|
-
}),
|
|
2485
|
-
});
|
|
2486
|
-
};
|
|
2487
|
-
X.Container = ({ className: e, children: n, ...t }) => {
|
|
2488
|
-
const c = ["o-text-introduction", e];
|
|
2489
|
-
return s.jsx("div", {
|
|
2490
|
-
className: j(c),
|
|
2491
|
-
...t,
|
|
2492
|
-
children: n
|
|
2219
|
+
children: s
|
|
2220
|
+
}), rs(o), p]
|
|
2493
2221
|
});
|
|
2494
2222
|
};
|
|
2495
|
-
|
|
2496
|
-
|
|
2223
|
+
Z.Container = ({ className: e, children: s, ...o }) => c("div", {
|
|
2224
|
+
className: w(["o-text-introduction", e]),
|
|
2225
|
+
...o,
|
|
2226
|
+
children: s
|
|
2227
|
+
});
|
|
2228
|
+
const fo = Z.Container;
|
|
2229
|
+
Z.Heading = ({ children: e }) => c(Ee, {
|
|
2497
2230
|
type: "1",
|
|
2498
2231
|
children: e
|
|
2499
2232
|
});
|
|
2500
|
-
const
|
|
2501
|
-
|
|
2502
|
-
const
|
|
2503
|
-
|
|
2233
|
+
const uo = Z.Heading;
|
|
2234
|
+
Z.Description = ({ children: e }) => rs(e);
|
|
2235
|
+
const bo = Z.Description;
|
|
2236
|
+
Z.Subheading = ({ children: e }) => c(Re, {
|
|
2504
2237
|
isLead: !0,
|
|
2505
2238
|
children: e
|
|
2506
2239
|
});
|
|
2507
|
-
const
|
|
2508
|
-
className: `o-well ${
|
|
2509
|
-
...
|
|
2240
|
+
const go = Z.Subheading, Un = ({ children: e, className: s = "", ...o }) => c("div", {
|
|
2241
|
+
className: `o-well ${s}`,
|
|
2242
|
+
...o,
|
|
2510
2243
|
children: e
|
|
2511
2244
|
});
|
|
2512
|
-
function
|
|
2513
|
-
const
|
|
2514
|
-
if (
|
|
2515
|
-
|
|
2245
|
+
function ho({ heading: e, headingLevel: s = "h3", links: o, text: t, className: i = "", ...n }) {
|
|
2246
|
+
const r = [];
|
|
2247
|
+
if (o) for (const p of o)
|
|
2248
|
+
r.push(c(Ne, {
|
|
2516
2249
|
children: p
|
|
2517
2250
|
}, p.key));
|
|
2518
|
-
return
|
|
2251
|
+
return v(Un, {
|
|
2519
2252
|
className: i,
|
|
2520
|
-
...
|
|
2521
|
-
children: [e ?
|
|
2522
|
-
className:
|
|
2253
|
+
...n,
|
|
2254
|
+
children: [e ? c("p", {
|
|
2255
|
+
className: s,
|
|
2523
2256
|
children: e
|
|
2524
|
-
}) : null,
|
|
2257
|
+
}) : null, t ? c("p", {
|
|
2525
2258
|
className: "text",
|
|
2526
|
-
children:
|
|
2527
|
-
}) : null,
|
|
2259
|
+
children: t
|
|
2260
|
+
}) : null, r.length > 0 ? c(ie, {
|
|
2528
2261
|
isLinks: !0,
|
|
2529
|
-
children:
|
|
2262
|
+
children: r
|
|
2530
2263
|
}) : null]
|
|
2531
2264
|
});
|
|
2532
2265
|
}
|
|
2533
2266
|
export {
|
|
2534
|
-
|
|
2535
|
-
|
|
2536
|
-
|
|
2537
|
-
|
|
2538
|
-
|
|
2539
|
-
|
|
2540
|
-
|
|
2541
|
-
|
|
2542
|
-
|
|
2543
|
-
|
|
2544
|
-
|
|
2545
|
-
|
|
2546
|
-
|
|
2547
|
-
|
|
2548
|
-
|
|
2267
|
+
Yn as Alert,
|
|
2268
|
+
Ss as AlertFieldLevel,
|
|
2269
|
+
Ts as Banner,
|
|
2270
|
+
Zn as Breadcrumb,
|
|
2271
|
+
te as Button,
|
|
2272
|
+
Kn as ButtonGroup,
|
|
2273
|
+
zn as Checkbox,
|
|
2274
|
+
Xn as Divider,
|
|
2275
|
+
Jn as Expandable,
|
|
2276
|
+
eo as ExpandableGroup,
|
|
2277
|
+
en as Footer,
|
|
2278
|
+
so as FooterCfGov,
|
|
2279
|
+
no as Grid,
|
|
2280
|
+
Ee as Heading,
|
|
2281
|
+
oo as Hero,
|
|
2549
2282
|
T as Icon,
|
|
2550
|
-
|
|
2551
|
-
|
|
2552
|
-
|
|
2553
|
-
|
|
2554
|
-
|
|
2555
|
-
|
|
2556
|
-
|
|
2557
|
-
|
|
2558
|
-
|
|
2559
|
-
|
|
2560
|
-
|
|
2561
|
-
|
|
2562
|
-
|
|
2563
|
-
|
|
2564
|
-
|
|
2565
|
-
|
|
2566
|
-
|
|
2567
|
-
|
|
2568
|
-
|
|
2569
|
-
|
|
2570
|
-
|
|
2571
|
-
|
|
2572
|
-
|
|
2573
|
-
|
|
2574
|
-
|
|
2575
|
-
|
|
2576
|
-
|
|
2577
|
-
|
|
2578
|
-
|
|
2579
|
-
|
|
2580
|
-
|
|
2581
|
-
|
|
2283
|
+
ss as Label,
|
|
2284
|
+
Gn as LanguageLink,
|
|
2285
|
+
to as Layout,
|
|
2286
|
+
U as Link,
|
|
2287
|
+
Ns as LinkText,
|
|
2288
|
+
ie as List,
|
|
2289
|
+
Ne as ListItem,
|
|
2290
|
+
Me as ListItemBuilder,
|
|
2291
|
+
Ls as ListLink,
|
|
2292
|
+
fn as Navbar,
|
|
2293
|
+
co as PageHeader,
|
|
2294
|
+
_n as Pagination,
|
|
2295
|
+
Re as Paragraph,
|
|
2296
|
+
io as RadioButton,
|
|
2297
|
+
gn as ResponsiveMenu,
|
|
2298
|
+
ro as Select,
|
|
2299
|
+
Mn as SelectMulti,
|
|
2300
|
+
Dn as SelectSingle,
|
|
2301
|
+
po as SkipNav,
|
|
2302
|
+
ao as Summary,
|
|
2303
|
+
qn as Table,
|
|
2304
|
+
As as Tagline,
|
|
2305
|
+
lo as TextArea,
|
|
2306
|
+
mo as TextInput,
|
|
2307
|
+
Z as TextIntroduction,
|
|
2308
|
+
fo as TextIntroductionContainer,
|
|
2309
|
+
bo as TextIntroductionDescription,
|
|
2310
|
+
uo as TextIntroductionHeading,
|
|
2311
|
+
go as TextIntroductionSubheading,
|
|
2312
|
+
Un as WellContainer,
|
|
2313
|
+
ho as WellContent,
|
|
2314
|
+
yn as usePagination
|
|
2582
2315
|
};
|