@nypl/design-system-react-components 3.2.0-tooltip-rc → 3.2.0-tooltip-rc-2
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/design-system-react-components.cjs +12 -12
- package/dist/design-system-react-components.js +747 -804
- package/dist/src/components/Tooltip/Tooltip.d.ts +2 -0
- package/dist/src/theme/components/tooltip.d.ts +1 -4
- package/package.json +1 -1
- package/dist/src/components/Card/LinkOverlay.d.ts +0 -9
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
var BS = Object.defineProperty;
|
|
2
2
|
var FS = (r, a, o) => a in r ? BS(r, a, { enumerable: !0, configurable: !0, writable: !0, value: o }) : r[a] = o;
|
|
3
3
|
var Fu = (r, a, o) => (FS(r, typeof a != "symbol" ? a + "" : a, o), o);
|
|
4
|
-
import { chakra as F1, useStyleConfig as R3, Icon as xh, Box as
|
|
4
|
+
import { chakra as F1, useStyleConfig as R3, Icon as xh, Box as g1, useColorMode as Vh, Accordion as jS, AccordionPanel as Dy, AccordionItem as AS, AccordionButton as zS, useMultiStyleConfig as U2, Button as US, Link as IS, Text as $S, Heading as YS, useColorModeValue as a5, Flex as Mh, useMergeRefs as rc, Tooltip as WS, Breadcrumb as QS, BreadcrumbItem as qS, BreadcrumbLink as GS, Stack as P0, LinkBox as XS, LinkOverlay as KS, Checkbox as JS, CheckboxGroup as ek, Thead as tk, Tr as Ry, Th as Zy, Table as nk, TableCaption as rk, Tbody as ak, Td as ik, HStack as ok, SimpleGrid as lk, Input as sk, Textarea as uk, defineStyleConfig as ee, extendTheme as ck, ChakraProvider as dk, Radio as Ck, RadioGroup as fk, useMediaQuery as pk, useDisclosure as la, Drawer as hk, DrawerOverlay as mk, DrawerContent as vk, DrawerHeader as gk, DrawerBody as yk, VStack as zp, Modal as Up, ModalOverlay as Ip, ModalContent as $p, ModalHeader as Yp, ModalCloseButton as Wp, ModalBody as Qp, ModalFooter as qp, Menu as Lk, MenuList as bk, MenuButton as wk, MenuDivider as Hk, MenuGroup as xk, MenuItem as Vk, CircularProgress as Mk, CircularProgressLabel as Ek, Progress as Sk, Select as kk, Skeleton as lp, RangeSlider as Tk, RangeSliderTrack as _k, RangeSliderFilledTrack as Dk, RangeSliderThumb as Oy, Slider as Rk, SliderTrack as Zk, SliderFilledTrack as Ok, SliderThumb as Nk, Tabs as Pk, Tab as Bk, TabPanel as Ny, TabList as Cb, TabPanels as fb, Switch as Fk, useOutsideClick as jk, useTheme as Ak } from "@chakra-ui/react";
|
|
5
5
|
import { Box as QI, Center as qI, Circle as GI, ColorModeScript as XI, Flex as KI, FocusLock as JI, Grid as e$, GridItem as t$, HStack as n$, Spacer as r$, Square as a$, Stack as i$, Tab as o$, TabList as l$, TabPanel as s$, TabPanels as u$, VStack as c$, chakra as d$, cookieStorageManager as C$, cookieStorageManagerSSR as f$, localStorageManager as p$, useColorMode as h$, useColorModeValue as m$, useMediaQuery as v$, useMultiStyleConfig as g$, useStyleConfig as y$ } from "@chakra-ui/react";
|
|
6
6
|
import * as d from "react";
|
|
7
|
-
import X, { forwardRef as
|
|
8
|
-
import { defineStyle as f2, keyframes as
|
|
7
|
+
import X, { forwardRef as d2, useState as u4, useEffect as v7, useRef as I5, createElement as zk, Component as Uk, createRef as Ik, useReducer as $k } from "react";
|
|
8
|
+
import { defineStyle as f2, keyframes as Yk } from "@chakra-ui/system";
|
|
9
9
|
var ju = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
|
|
10
10
|
function Io(r) {
|
|
11
11
|
return r && r.__esModule && Object.prototype.hasOwnProperty.call(r, "default") ? r.default : r;
|
|
@@ -21,7 +21,7 @@ var Gp = { exports: {} }, wo = {};
|
|
|
21
21
|
* LICENSE file in the root directory of this source tree.
|
|
22
22
|
*/
|
|
23
23
|
var Py;
|
|
24
|
-
function
|
|
24
|
+
function Wk() {
|
|
25
25
|
if (Py)
|
|
26
26
|
return wo;
|
|
27
27
|
Py = 1;
|
|
@@ -49,7 +49,7 @@ var Ho = {};
|
|
|
49
49
|
* LICENSE file in the root directory of this source tree.
|
|
50
50
|
*/
|
|
51
51
|
var By;
|
|
52
|
-
function
|
|
52
|
+
function Qk() {
|
|
53
53
|
return By || (By = 1, process.env.NODE_ENV !== "production" && function() {
|
|
54
54
|
var r = X, a = Symbol.for("react.element"), o = Symbol.for("react.portal"), s = Symbol.for("react.fragment"), i = Symbol.for("react.strict_mode"), p = Symbol.for("react.profiler"), C = Symbol.for("react.provider"), v = Symbol.for("react.context"), y = Symbol.for("react.forward_ref"), L = Symbol.for("react.suspense"), M = Symbol.for("react.suspense_list"), E = Symbol.for("react.memo"), k = Symbol.for("react.lazy"), _ = Symbol.for("react.offscreen"), R = Symbol.iterator, O = "@@iterator";
|
|
55
55
|
function P(U) {
|
|
@@ -76,14 +76,14 @@ function Yk() {
|
|
|
76
76
|
J2.unshift("Warning: " + w1), Function.prototype.apply.call(console[U], console, J2);
|
|
77
77
|
}
|
|
78
78
|
}
|
|
79
|
-
var Y = !1, j = !1, i1 = !1, r1 = !1, h1 = !1,
|
|
80
|
-
|
|
79
|
+
var Y = !1, j = !1, i1 = !1, r1 = !1, h1 = !1, v1;
|
|
80
|
+
v1 = Symbol.for("react.module.reference");
|
|
81
81
|
function M1(U) {
|
|
82
82
|
return !!(typeof U == "string" || typeof U == "function" || U === s || U === p || h1 || U === i || U === L || U === M || r1 || U === _ || Y || j || i1 || typeof U == "object" && U !== null && (U.$$typeof === k || U.$$typeof === E || U.$$typeof === C || U.$$typeof === v || U.$$typeof === y || // This needs to include all possible module reference object
|
|
83
83
|
// types supported by any Flight configuration anywhere since
|
|
84
84
|
// we don't know which Flight build this will end up being used
|
|
85
85
|
// with.
|
|
86
|
-
U.$$typeof ===
|
|
86
|
+
U.$$typeof === v1 || U.getModuleId !== void 0));
|
|
87
87
|
}
|
|
88
88
|
function H1(U, w1, N1) {
|
|
89
89
|
var h2 = U.displayName;
|
|
@@ -140,14 +140,14 @@ function Yk() {
|
|
|
140
140
|
}
|
|
141
141
|
return null;
|
|
142
142
|
}
|
|
143
|
-
var k1 = Object.assign, $1 = 0, D1,
|
|
143
|
+
var k1 = Object.assign, $1 = 0, D1, s2, f1, E1, y1, K1, G1;
|
|
144
144
|
function R1() {
|
|
145
145
|
}
|
|
146
146
|
R1.__reactDisabledLog = !0;
|
|
147
147
|
function E2() {
|
|
148
148
|
{
|
|
149
149
|
if ($1 === 0) {
|
|
150
|
-
D1 = console.log,
|
|
150
|
+
D1 = console.log, s2 = console.info, f1 = console.warn, E1 = console.error, y1 = console.group, K1 = console.groupCollapsed, G1 = console.groupEnd;
|
|
151
151
|
var U = {
|
|
152
152
|
configurable: !0,
|
|
153
153
|
enumerable: !0,
|
|
@@ -180,7 +180,7 @@ function Yk() {
|
|
|
180
180
|
value: D1
|
|
181
181
|
}),
|
|
182
182
|
info: k1({}, U, {
|
|
183
|
-
value:
|
|
183
|
+
value: s2
|
|
184
184
|
}),
|
|
185
185
|
warn: k1({}, U, {
|
|
186
186
|
value: f1
|
|
@@ -203,7 +203,7 @@ function Yk() {
|
|
|
203
203
|
}
|
|
204
204
|
}
|
|
205
205
|
var H2 = z.ReactCurrentDispatcher, j2;
|
|
206
|
-
function
|
|
206
|
+
function u2(U, w1, N1) {
|
|
207
207
|
{
|
|
208
208
|
if (j2 === void 0)
|
|
209
209
|
try {
|
|
@@ -216,13 +216,13 @@ function Yk() {
|
|
|
216
216
|
` + j2 + U;
|
|
217
217
|
}
|
|
218
218
|
}
|
|
219
|
-
var
|
|
219
|
+
var o2 = !1, P2;
|
|
220
220
|
{
|
|
221
221
|
var G2 = typeof WeakMap == "function" ? WeakMap : Map;
|
|
222
222
|
P2 = new G2();
|
|
223
223
|
}
|
|
224
224
|
function V3(U, w1) {
|
|
225
|
-
if (!U ||
|
|
225
|
+
if (!U || o2)
|
|
226
226
|
return "";
|
|
227
227
|
{
|
|
228
228
|
var N1 = P2.get(U);
|
|
@@ -230,7 +230,7 @@ function Yk() {
|
|
|
230
230
|
return N1;
|
|
231
231
|
}
|
|
232
232
|
var h2;
|
|
233
|
-
|
|
233
|
+
o2 = !0;
|
|
234
234
|
var x2 = Error.prepareStackTrace;
|
|
235
235
|
Error.prepareStackTrace = void 0;
|
|
236
236
|
var J2;
|
|
@@ -287,9 +287,9 @@ function Yk() {
|
|
|
287
287
|
}
|
|
288
288
|
}
|
|
289
289
|
} finally {
|
|
290
|
-
|
|
290
|
+
o2 = !1, H2.current = J2, a3(), Error.prepareStackTrace = x2;
|
|
291
291
|
}
|
|
292
|
-
var d6 = U ? U.displayName || U.name : "", j6 = d6 ?
|
|
292
|
+
var d6 = U ? U.displayName || U.name : "", j6 = d6 ? u2(d6) : "";
|
|
293
293
|
return typeof U == "function" && P2.set(U, j6), j6;
|
|
294
294
|
}
|
|
295
295
|
function Y2(U, w1, N1) {
|
|
@@ -305,12 +305,12 @@ function Yk() {
|
|
|
305
305
|
if (typeof U == "function")
|
|
306
306
|
return V3(U, T1(U));
|
|
307
307
|
if (typeof U == "string")
|
|
308
|
-
return
|
|
308
|
+
return u2(U);
|
|
309
309
|
switch (U) {
|
|
310
310
|
case L:
|
|
311
|
-
return
|
|
311
|
+
return u2("Suspense");
|
|
312
312
|
case M:
|
|
313
|
-
return
|
|
313
|
+
return u2("SuspenseList");
|
|
314
314
|
}
|
|
315
315
|
if (typeof U == "object")
|
|
316
316
|
switch (U.$$typeof) {
|
|
@@ -627,233 +627,233 @@ Check the top-level render call using <` + N1 + ">.");
|
|
|
627
627
|
Ho.Fragment = s, Ho.jsx = je, Ho.jsxs = c6;
|
|
628
628
|
}()), Ho;
|
|
629
629
|
}
|
|
630
|
-
process.env.NODE_ENV === "production" ? Gp.exports =
|
|
630
|
+
process.env.NODE_ENV === "production" ? Gp.exports = Wk() : Gp.exports = Qk();
|
|
631
631
|
var x = Gp.exports;
|
|
632
|
-
const
|
|
632
|
+
const qk = ({
|
|
633
633
|
title: r,
|
|
634
634
|
titleId: a,
|
|
635
635
|
...o
|
|
636
|
-
}) => /* @__PURE__ */ d.createElement("svg", { viewBox: "0 0 18 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", "aria-labelledby": a, ...o }, r ? /* @__PURE__ */ d.createElement("title", { id: a }, r) : null, /* @__PURE__ */ d.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1.257 0h15.485C17.434 0 18 .566 18 1.257v15.486c0 .692-.566 1.257-1.258 1.257H1.257A1.26 1.26 0 010 16.743V1.257C0 .566.566 0 1.257 0z", fill: "#155196" }), /* @__PURE__ */ d.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.055 4.195a1.336 1.336 0 001.201-1.326c0-.733-.597-1.33-1.33-1.33a1.333 1.333 0 00-1.165 1.975l.475 6.671 4.883.002 2.003 4.692 2.629-1.031-.407-.97-1.472.531-1.938-4.473-4.54.03-.062-.845 3.287.001v-1.25l-3.412-.001-.152-2.676z", fill: "#fff" }), /* @__PURE__ */ d.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11.967 13.763a4.973 4.973 0 01-4.39 2.702 4.917 4.917 0 01-4.907-4.907c0-1.897 1.15-3.66 2.867-4.442l.111 1.449a3.571 3.571 0 00-1.641 3.004c0 1.96 1.6 3.559 3.56 3.559 1.794 0 3.323-1.377 3.532-3.143l.868 1.778z", fill: "#fff" })),
|
|
636
|
+
}) => /* @__PURE__ */ d.createElement("svg", { viewBox: "0 0 18 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", "aria-labelledby": a, ...o }, r ? /* @__PURE__ */ d.createElement("title", { id: a }, r) : null, /* @__PURE__ */ d.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1.257 0h15.485C17.434 0 18 .566 18 1.257v15.486c0 .692-.566 1.257-1.258 1.257H1.257A1.26 1.26 0 010 16.743V1.257C0 .566.566 0 1.257 0z", fill: "#155196" }), /* @__PURE__ */ d.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.055 4.195a1.336 1.336 0 001.201-1.326c0-.733-.597-1.33-1.33-1.33a1.333 1.333 0 00-1.165 1.975l.475 6.671 4.883.002 2.003 4.692 2.629-1.031-.407-.97-1.472.531-1.938-4.473-4.54.03-.062-.845 3.287.001v-1.25l-3.412-.001-.152-2.676z", fill: "#fff" }), /* @__PURE__ */ d.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11.967 13.763a4.973 4.973 0 01-4.39 2.702 4.917 4.917 0 01-4.907-4.907c0-1.897 1.15-3.66 2.867-4.442l.111 1.449a3.571 3.571 0 00-1.641 3.004c0 1.96 1.6 3.559 3.56 3.559 1.794 0 3.323-1.377 3.532-3.143l.868 1.778z", fill: "#fff" })), Gk = ({
|
|
637
637
|
title: r,
|
|
638
638
|
titleId: a,
|
|
639
639
|
...o
|
|
640
|
-
}) => /* @__PURE__ */ d.createElement("svg", { viewBox: "0 0 18 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", "aria-labelledby": a, ...o }, r ? /* @__PURE__ */ d.createElement("title", { id: a }, r) : null, /* @__PURE__ */ d.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1.257 0h15.485C17.434 0 18 .566 18 1.257v15.485c0 .692-.566 1.258-1.258 1.258H1.257A1.26 1.26 0 010 16.742V1.257C0 .566.566 0 1.257 0z", fill: "#EFEDEB" }), /* @__PURE__ */ d.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.055 4.194A1.336 1.336 0 008.256 2.87c0-.733-.597-1.33-1.33-1.33a1.333 1.333 0 00-1.165 1.975l.475 6.67 4.883.003 2.003 4.692 2.629-1.031-.407-.97-1.472.531-1.938-4.473-4.54.03-.062-.845 3.287.001v-1.25l-3.412-.001-.152-2.677z", fill: "#000" }), /* @__PURE__ */ d.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11.967 13.762a4.973 4.973 0 01-4.39 2.703 4.917 4.917 0 01-4.907-4.907c0-1.897 1.15-3.66 2.867-4.443l.111 1.45a3.571 3.571 0 00-1.641 3.003c0 1.96 1.6 3.56 3.56 3.56 1.794 0 3.323-1.377 3.532-3.143l.868 1.777z", fill: "#000" })),
|
|
640
|
+
}) => /* @__PURE__ */ d.createElement("svg", { viewBox: "0 0 18 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", "aria-labelledby": a, ...o }, r ? /* @__PURE__ */ d.createElement("title", { id: a }, r) : null, /* @__PURE__ */ d.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1.257 0h15.485C17.434 0 18 .566 18 1.257v15.485c0 .692-.566 1.258-1.258 1.258H1.257A1.26 1.26 0 010 16.742V1.257C0 .566.566 0 1.257 0z", fill: "#EFEDEB" }), /* @__PURE__ */ d.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.055 4.194A1.336 1.336 0 008.256 2.87c0-.733-.597-1.33-1.33-1.33a1.333 1.333 0 00-1.165 1.975l.475 6.67 4.883.003 2.003 4.692 2.629-1.031-.407-.97-1.472.531-1.938-4.473-4.54.03-.062-.845 3.287.001v-1.25l-3.412-.001-.152-2.677z", fill: "#000" }), /* @__PURE__ */ d.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11.967 13.762a4.973 4.973 0 01-4.39 2.703 4.917 4.917 0 01-4.907-4.907c0-1.897 1.15-3.66 2.867-4.443l.111 1.45a3.571 3.571 0 00-1.641 3.003c0 1.96 1.6 3.56 3.56 3.56 1.794 0 3.323-1.377 3.532-3.143l.868 1.777z", fill: "#000" })), Xk = ({
|
|
641
641
|
title: r,
|
|
642
642
|
titleId: a,
|
|
643
643
|
...o
|
|
644
|
-
}) => /* @__PURE__ */ d.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", "aria-labelledby": a, ...o }, r ? /* @__PURE__ */ d.createElement("title", { id: a }, r) : null, /* @__PURE__ */ d.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM10 14.17L16.59 7.58L18 9L10 17L6 13L7.41 11.59L10 14.17Z" })),
|
|
644
|
+
}) => /* @__PURE__ */ d.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", "aria-labelledby": a, ...o }, r ? /* @__PURE__ */ d.createElement("title", { id: a }, r) : null, /* @__PURE__ */ d.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM10 14.17L16.59 7.58L18 9L10 17L6 13L7.41 11.59L10 14.17Z" })), Kk = ({
|
|
645
645
|
title: r,
|
|
646
646
|
titleId: a,
|
|
647
647
|
...o
|
|
648
|
-
}) => /* @__PURE__ */ d.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", "aria-labelledby": a, ...o }, r ? /* @__PURE__ */ d.createElement("title", { id: a }, r) : null, /* @__PURE__ */ d.createElement("path", { d: "M12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2ZM10 17L5 12L6.41 10.59L10 14.17L17.59 6.58L19 8L10 17Z" })),
|
|
648
|
+
}) => /* @__PURE__ */ d.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", "aria-labelledby": a, ...o }, r ? /* @__PURE__ */ d.createElement("title", { id: a }, r) : null, /* @__PURE__ */ d.createElement("path", { d: "M12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2ZM10 17L5 12L6.41 10.59L10 14.17L17.59 6.58L19 8L10 17Z" })), Jk = ({
|
|
649
649
|
title: r,
|
|
650
650
|
titleId: a,
|
|
651
651
|
...o
|
|
652
|
-
}) => /* @__PURE__ */ d.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", "aria-labelledby": a, ...o }, r ? /* @__PURE__ */ d.createElement("title", { id: a }, r) : null, /* @__PURE__ */ d.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M14.5 3H9.5L8.5 4H5V6H19V4H15.5L14.5 3ZM16 9V19H8V9H16ZM6 7H18V19C18 20.1 17.1 21 16 21H8C6.9 21 6 20.1 6 19V7Z" })),
|
|
652
|
+
}) => /* @__PURE__ */ d.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", "aria-labelledby": a, ...o }, r ? /* @__PURE__ */ d.createElement("title", { id: a }, r) : null, /* @__PURE__ */ d.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M14.5 3H9.5L8.5 4H5V6H19V4H15.5L14.5 3ZM16 9V19H8V9H16ZM6 7H18V19C18 20.1 17.1 21 16 21H8C6.9 21 6 20.1 6 19V7Z" })), eT = ({
|
|
653
653
|
title: r,
|
|
654
654
|
titleId: a,
|
|
655
655
|
...o
|
|
656
|
-
}) => /* @__PURE__ */ d.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", "aria-labelledby": a, ...o }, r ? /* @__PURE__ */ d.createElement("title", { id: a }, r) : null, /* @__PURE__ */ d.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5 3H19C20.1 3 21 3.9 21 5V19C21 20.1 20.1 21 19 21H5C3.89 21 3 20.1 3 19V15H5V19H19V5H5V9H3V5C3 3.9 3.89 3 5 3ZM11.5 17L10.09 15.59L12.67 13H3V11H12.67L10.09 8.41L11.5 7L16.5 12L11.5 17Z" })),
|
|
656
|
+
}) => /* @__PURE__ */ d.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", "aria-labelledby": a, ...o }, r ? /* @__PURE__ */ d.createElement("title", { id: a }, r) : null, /* @__PURE__ */ d.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5 3H19C20.1 3 21 3.9 21 5V19C21 20.1 20.1 21 19 21H5C3.89 21 3 20.1 3 19V15H5V19H19V5H5V9H3V5C3 3.9 3.89 3 5 3ZM11.5 17L10.09 15.59L12.67 13H3V11H12.67L10.09 8.41L11.5 7L16.5 12L11.5 17Z" })), tT = ({
|
|
657
657
|
title: r,
|
|
658
658
|
titleId: a,
|
|
659
659
|
...o
|
|
660
|
-
}) => /* @__PURE__ */ d.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", "aria-labelledby": a, ...o }, r ? /* @__PURE__ */ d.createElement("title", { id: a }, r) : null, /* @__PURE__ */ d.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2ZM11 19V17H13V19H11ZM14.17 12.17L15.07 11.25C15.64 10.68 16 9.88 16 9C16 6.79 14.21 5 12 5C9.79 5 8 6.79 8 9H10C10 7.9 10.9 7 12 7C13.1 7 14 7.9 14 9C14 9.55 13.78 10.05 13.41 10.41L12.17 11.67C11.45 12.4 11 13.4 11 14.5V15H13C13 13.5 13.45 12.9 14.17 12.17Z" })),
|
|
660
|
+
}) => /* @__PURE__ */ d.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", "aria-labelledby": a, ...o }, r ? /* @__PURE__ */ d.createElement("title", { id: a }, r) : null, /* @__PURE__ */ d.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2ZM11 19V17H13V19H11ZM14.17 12.17L15.07 11.25C15.64 10.68 16 9.88 16 9C16 6.79 14.21 5 12 5C9.79 5 8 6.79 8 9H10C10 7.9 10.9 7 12 7C13.1 7 14 7.9 14 9C14 9.55 13.78 10.05 13.41 10.41L12.17 11.67C11.45 12.4 11 13.4 11 14.5V15H13C13 13.5 13.45 12.9 14.17 12.17Z" })), nT = ({
|
|
661
661
|
title: r,
|
|
662
662
|
titleId: a,
|
|
663
663
|
...o
|
|
664
|
-
}) => /* @__PURE__ */ d.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", "aria-labelledby": a, ...o }, r ? /* @__PURE__ */ d.createElement("title", { id: a }, r) : null, /* @__PURE__ */ d.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2 12C2 6.48 6.48 2 12 2C17.52 2 22 6.48 22 12C22 17.52 17.52 22 12 22C6.48 22 2 17.52 2 12ZM13 16V18H11V16H13ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM8 10C8 7.79 9.79 6 12 6C14.21 6 16 7.79 16 10C16 11.2829 15.21 11.9733 14.4408 12.6455C13.711 13.2833 13 13.9046 13 15H11C11 13.1787 11.9421 12.4566 12.7704 11.8217C13.4202 11.3236 14 10.8792 14 10C14 8.9 13.1 8 12 8C10.9 8 10 8.9 10 10H8Z" })),
|
|
664
|
+
}) => /* @__PURE__ */ d.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", "aria-labelledby": a, ...o }, r ? /* @__PURE__ */ d.createElement("title", { id: a }, r) : null, /* @__PURE__ */ d.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2 12C2 6.48 6.48 2 12 2C17.52 2 22 6.48 22 12C22 17.52 17.52 22 12 22C6.48 22 2 17.52 2 12ZM13 16V18H11V16H13ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM8 10C8 7.79 9.79 6 12 6C14.21 6 16 7.79 16 10C16 11.2829 15.21 11.9733 14.4408 12.6455C13.711 13.2833 13 13.9046 13 15H11C11 13.1787 11.9421 12.4566 12.7704 11.8217C13.4202 11.3236 14 10.8792 14 10C14 8.9 13.1 8 12 8C10.9 8 10 8.9 10 10H8Z" })), rT = ({
|
|
665
665
|
title: r,
|
|
666
666
|
titleId: a,
|
|
667
667
|
...o
|
|
668
|
-
}) => /* @__PURE__ */ d.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", "aria-labelledby": a, ...o }, r ? /* @__PURE__ */ d.createElement("title", { id: a }, r) : null, /* @__PURE__ */ d.createElement("path", { id: "icon/action/home_24px", fillRule: "evenodd", clipRule: "evenodd", d: "M5 12.5H2L12 3.5L22 12.5H19V20.5H13V14.5H11V20.5H5V12.5ZM17 10.69L12 6.19L7 10.69V18.5H9V12.5H15V18.5H17V10.69Z" })),
|
|
668
|
+
}) => /* @__PURE__ */ d.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", "aria-labelledby": a, ...o }, r ? /* @__PURE__ */ d.createElement("title", { id: a }, r) : null, /* @__PURE__ */ d.createElement("path", { id: "icon/action/home_24px", fillRule: "evenodd", clipRule: "evenodd", d: "M5 12.5H2L12 3.5L22 12.5H19V20.5H13V14.5H11V20.5H5V12.5ZM17 10.69L12 6.19L7 10.69V18.5H9V12.5H15V18.5H17V10.69Z" })), aT = ({
|
|
669
669
|
title: r,
|
|
670
670
|
titleId: a,
|
|
671
671
|
...o
|
|
672
|
-
}) => /* @__PURE__ */ d.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", "aria-labelledby": a, ...o }, r ? /* @__PURE__ */ d.createElement("title", { id: a }, r) : null, /* @__PURE__ */ d.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12 4C9.79 4 8 5.79 8 8C8 10.21 9.79 12 12 12C14.21 12 16 10.21 16 8C16 5.79 14.21 4 12 4ZM14 8C14 6.9 13.1 6 12 6C10.9 6 10 6.9 10 8C10 9.1 10.9 10 12 10C13.1 10 14 9.1 14 8ZM18 17C17.8 16.29 14.7 15 12 15C9.3 15 6.2 16.29 6 17.01V18H18V17ZM4 17C4 14.34 9.33 13 12 13C14.67 13 20 14.34 20 17V20H4V17Z" })),
|
|
672
|
+
}) => /* @__PURE__ */ d.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", "aria-labelledby": a, ...o }, r ? /* @__PURE__ */ d.createElement("title", { id: a }, r) : null, /* @__PURE__ */ d.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12 4C9.79 4 8 5.79 8 8C8 10.21 9.79 12 12 12C14.21 12 16 10.21 16 8C16 5.79 14.21 4 12 4ZM14 8C14 6.9 13.1 6 12 6C10.9 6 10 6.9 10 8C10 9.1 10.9 10 12 10C13.1 10 14 9.1 14 8ZM18 17C17.8 16.29 14.7 15 12 15C9.3 15 6.2 16.29 6 17.01V18H18V17ZM4 17C4 14.34 9.33 13 12 13C14.67 13 20 14.34 20 17V20H4V17Z" })), iT = ({
|
|
673
673
|
title: r,
|
|
674
674
|
titleId: a,
|
|
675
675
|
...o
|
|
676
|
-
}) => /* @__PURE__ */ d.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", "aria-labelledby": a, ...o }, r ? /* @__PURE__ */ d.createElement("title", { id: a }, r) : null, /* @__PURE__ */ d.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8 8C8 5.79 9.79 4 12 4C14.21 4 16 5.79 16 8C16 10.21 14.21 12 12 12C9.79 12 8 10.21 8 8ZM4 17C4 14.34 9.33 13 12 13C14.67 13 20 14.34 20 17V20H4V17Z" })),
|
|
676
|
+
}) => /* @__PURE__ */ d.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", "aria-labelledby": a, ...o }, r ? /* @__PURE__ */ d.createElement("title", { id: a }, r) : null, /* @__PURE__ */ d.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8 8C8 5.79 9.79 4 12 4C14.21 4 16 5.79 16 8C16 10.21 14.21 12 12 12C9.79 12 8 10.21 8 8ZM4 17C4 14.34 9.33 13 12 13C14.67 13 20 14.34 20 17V20H4V17Z" })), oT = ({
|
|
677
677
|
title: r,
|
|
678
678
|
titleId: a,
|
|
679
679
|
...o
|
|
680
|
-
}) => /* @__PURE__ */ d.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", "aria-labelledby": a, ...o }, r ? /* @__PURE__ */ d.createElement("title", { id: a }, r) : null, /* @__PURE__ */ d.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5 5V19H19V12H21V19C21 20.1 20.1 21 19 21H5C3.89 21 3 20.1 3 19V5C3 3.9 3.89 3 5 3H12V5H5ZM14 5V3H21V10H19V6.41L9.17 16.24L7.76 14.83L17.59 5H14Z" })),
|
|
680
|
+
}) => /* @__PURE__ */ d.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", "aria-labelledby": a, ...o }, r ? /* @__PURE__ */ d.createElement("title", { id: a }, r) : null, /* @__PURE__ */ d.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5 5V19H19V12H21V19C21 20.1 20.1 21 19 21H5C3.89 21 3 20.1 3 19V5C3 3.9 3.89 3 5 3H12V5H5ZM14 5V3H21V10H19V6.41L9.17 16.24L7.76 14.83L17.59 5H14Z" })), lT = ({
|
|
681
681
|
title: r,
|
|
682
682
|
titleId: a,
|
|
683
683
|
...o
|
|
684
|
-
}) => /* @__PURE__ */ d.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", "aria-labelledby": a, ...o }, r ? /* @__PURE__ */ d.createElement("title", { id: a }, r) : null, /* @__PURE__ */ d.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12 2C8.14 2 5 5.14 5 9C5 11.38 6.19 13.47 8 14.74V17C8 17.55 8.45 18 9 18H15C15.55 18 16 17.55 16 17V14.74C17.81 13.47 19 11.38 19 9C19 5.14 15.86 2 12 2ZM9 21C9 21.55 9.45 22 10 22H14C14.55 22 15 21.55 15 21V20H9V21ZM14 13.7L14.85 13.1C16.2 12.16 17 10.63 17 9C17 6.24 14.76 4 12 4C9.24 4 7 6.24 7 9C7 10.63 7.8 12.16 9.15 13.1L10 13.7V16H14V13.7Z" })),
|
|
684
|
+
}) => /* @__PURE__ */ d.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", "aria-labelledby": a, ...o }, r ? /* @__PURE__ */ d.createElement("title", { id: a }, r) : null, /* @__PURE__ */ d.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12 2C8.14 2 5 5.14 5 9C5 11.38 6.19 13.47 8 14.74V17C8 17.55 8.45 18 9 18H15C15.55 18 16 17.55 16 17V14.74C17.81 13.47 19 11.38 19 9C19 5.14 15.86 2 12 2ZM9 21C9 21.55 9.45 22 10 22H14C14.55 22 15 21.55 15 21V20H9V21ZM14 13.7L14.85 13.1C16.2 12.16 17 10.63 17 9C17 6.24 14.76 4 12 4C9.24 4 7 6.24 7 9C7 10.63 7.8 12.16 9.15 13.1L10 13.7V16H14V13.7Z" })), sT = ({
|
|
685
685
|
title: r,
|
|
686
686
|
titleId: a,
|
|
687
687
|
...o
|
|
688
|
-
}) => /* @__PURE__ */ d.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", "aria-labelledby": a, ...o }, r ? /* @__PURE__ */ d.createElement("title", { id: a }, r) : null, /* @__PURE__ */ d.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M17 8.5H18C19.1 8.5 20 9.4 20 10.5V20.5C20 21.6 19.1 22.5 18 22.5H6C4.9 22.5 4 21.6 4 20.5V10.5C4 9.4 4.9 8.5 6 8.5H7V6.5C7 3.74 9.24 1.5 12 1.5C14.76 1.5 17 3.74 17 6.5V8.5ZM12 3.5C10.34 3.5 9 4.84 9 6.5V8.5H15V6.5C15 4.84 13.66 3.5 12 3.5ZM6 20.5V10.5H18V20.5H6ZM14 15.5C14 16.6 13.1 17.5 12 17.5C10.9 17.5 10 16.6 10 15.5C10 14.4 10.9 13.5 12 13.5C13.1 13.5 14 14.4 14 15.5Z" })),
|
|
688
|
+
}) => /* @__PURE__ */ d.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", "aria-labelledby": a, ...o }, r ? /* @__PURE__ */ d.createElement("title", { id: a }, r) : null, /* @__PURE__ */ d.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M17 8.5H18C19.1 8.5 20 9.4 20 10.5V20.5C20 21.6 19.1 22.5 18 22.5H6C4.9 22.5 4 21.6 4 20.5V10.5C4 9.4 4.9 8.5 6 8.5H7V6.5C7 3.74 9.24 1.5 12 1.5C14.76 1.5 17 3.74 17 6.5V8.5ZM12 3.5C10.34 3.5 9 4.84 9 6.5V8.5H15V6.5C15 4.84 13.66 3.5 12 3.5ZM6 20.5V10.5H18V20.5H6ZM14 15.5C14 16.6 13.1 17.5 12 17.5C10.9 17.5 10 16.6 10 15.5C10 14.4 10.9 13.5 12 13.5C13.1 13.5 14 14.4 14 15.5Z" })), uT = ({
|
|
689
689
|
title: r,
|
|
690
690
|
titleId: a,
|
|
691
691
|
...o
|
|
692
|
-
}) => /* @__PURE__ */ d.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", "aria-labelledby": a, ...o }, r ? /* @__PURE__ */ d.createElement("title", { id: a }, r) : null, /* @__PURE__ */ d.createElement("path", { id: "icon/action/payment_24px", fillRule: "evenodd", clipRule: "evenodd", d: "M20 4H4C2.89 4 2.01 4.89 2.01 6L2 18C2 19.11 2.89 20 4 20H20C21.11 20 22 19.11 22 18V6C22 4.89 21.11 4 20 4ZM20 18H4V12H20V18ZM4 8H20V6H4V8Z" })),
|
|
692
|
+
}) => /* @__PURE__ */ d.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", "aria-labelledby": a, ...o }, r ? /* @__PURE__ */ d.createElement("title", { id: a }, r) : null, /* @__PURE__ */ d.createElement("path", { id: "icon/action/payment_24px", fillRule: "evenodd", clipRule: "evenodd", d: "M20 4H4C2.89 4 2.01 4.89 2.01 6L2 18C2 19.11 2.89 20 4 20H20C21.11 20 22 19.11 22 18V6C22 4.89 21.11 4 20 4ZM20 18H4V12H20V18ZM4 8H20V6H4V8Z" })), cT = ({
|
|
693
693
|
title: r,
|
|
694
694
|
titleId: a,
|
|
695
695
|
...o
|
|
696
|
-
}) => /* @__PURE__ */ d.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", "aria-labelledby": a, ...o }, r ? /* @__PURE__ */ d.createElement("title", { id: a }, r) : null, /* @__PURE__ */ d.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11 3H13V13H11V3ZM16.41 6.59L17.83 5.17C19.77 6.82 21 9.26 21 12C21 16.97 16.97 21 12 21C7.03 21 3 16.97 3 12C3 9.26 4.23 6.82 6.17 5.17L7.58 6.58C6.01 7.86 5 9.81 5 12C5 15.87 8.13 19 12 19C15.87 19 19 15.87 19 12C19 9.81 17.99 7.86 16.41 6.59Z" })),
|
|
696
|
+
}) => /* @__PURE__ */ d.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", "aria-labelledby": a, ...o }, r ? /* @__PURE__ */ d.createElement("title", { id: a }, r) : null, /* @__PURE__ */ d.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11 3H13V13H11V3ZM16.41 6.59L17.83 5.17C19.77 6.82 21 9.26 21 12C21 16.97 16.97 21 12 21C7.03 21 3 16.97 3 12C3 9.26 4.23 6.82 6.17 5.17L7.58 6.58C6.01 7.86 5 9.81 5 12C5 15.87 8.13 19 12 19C15.87 19 19 15.87 19 12C19 9.81 17.99 7.86 16.41 6.59Z" })), dT = ({
|
|
697
697
|
title: r,
|
|
698
698
|
titleId: a,
|
|
699
699
|
...o
|
|
700
|
-
}) => /* @__PURE__ */ d.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", "aria-labelledby": a, ...o }, r ? /* @__PURE__ */ d.createElement("title", { id: a }, r) : null, /* @__PURE__ */ d.createElement("path", { d: "M10 4H14V8H10V4ZM4 16H8V20H4V16ZM4 10H8V14H4V10ZM4 4H8V8H4V4ZM14 12.42V10H10V14H12.42L14 12.42ZM20.88 11.29L19.71 10.12C19.55 9.96 19.29 9.96 19.13 10.12L18.25 11L20 12.75L20.88 11.87C21.04 11.71 21.04 11.45 20.88 11.29ZM11 18.25V20H12.75L19.42 13.33L17.67 11.58L11 18.25ZM16 4H20V8H16V4Z" })),
|
|
700
|
+
}) => /* @__PURE__ */ d.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", "aria-labelledby": a, ...o }, r ? /* @__PURE__ */ d.createElement("title", { id: a }, r) : null, /* @__PURE__ */ d.createElement("path", { d: "M10 4H14V8H10V4ZM4 16H8V20H4V16ZM4 10H8V14H4V10ZM4 4H8V8H4V4ZM14 12.42V10H10V14H12.42L14 12.42ZM20.88 11.29L19.71 10.12C19.55 9.96 19.29 9.96 19.13 10.12L18.25 11L20 12.75L20.88 11.87C21.04 11.71 21.04 11.45 20.88 11.29ZM11 18.25V20H12.75L19.42 13.33L17.67 11.58L11 18.25ZM16 4H20V8H16V4Z" })), CT = ({
|
|
701
701
|
title: r,
|
|
702
702
|
titleId: a,
|
|
703
703
|
...o
|
|
704
|
-
}) => /* @__PURE__ */ d.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", "aria-labelledby": a, ...o }, r ? /* @__PURE__ */ d.createElement("title", { id: a }, r) : null, /* @__PURE__ */ d.createElement("path", { id: "icon/action/search_24px", fillRule: "evenodd", clipRule: "evenodd", d: "M14.9659 14.2549H15.7559L20.7459 19.2549L19.2559 20.7449L14.2559 15.7549V14.9649L13.9859 14.6849C12.8459 15.6649 11.3659 16.2549 9.75586 16.2549C6.16586 16.2549 3.25586 13.3449 3.25586 9.75488C3.25586 6.16488 6.16586 3.25488 9.75586 3.25488C13.3459 3.25488 16.2559 6.16488 16.2559 9.75488C16.2559 11.3649 15.6659 12.8449 14.6859 13.9849L14.9659 14.2549ZM5.25586 9.75488C5.25586 12.2449 7.26586 14.2549 9.75586 14.2549C12.2459 14.2549 14.2559 12.2449 14.2559 9.75488C14.2559 7.26488 12.2459 5.25488 9.75586 5.25488C7.26586 5.25488 5.25586 7.26488 5.25586 9.75488Z" })),
|
|
704
|
+
}) => /* @__PURE__ */ d.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", "aria-labelledby": a, ...o }, r ? /* @__PURE__ */ d.createElement("title", { id: a }, r) : null, /* @__PURE__ */ d.createElement("path", { id: "icon/action/search_24px", fillRule: "evenodd", clipRule: "evenodd", d: "M14.9659 14.2549H15.7559L20.7459 19.2549L19.2559 20.7449L14.2559 15.7549V14.9649L13.9859 14.6849C12.8459 15.6649 11.3659 16.2549 9.75586 16.2549C6.16586 16.2549 3.25586 13.3449 3.25586 9.75488C3.25586 6.16488 6.16586 3.25488 9.75586 3.25488C13.3459 3.25488 16.2559 6.16488 16.2559 9.75488C16.2559 11.3649 15.6659 12.8449 14.6859 13.9849L14.9659 14.2549ZM5.25586 9.75488C5.25586 12.2449 7.26586 14.2549 9.75586 14.2549C12.2459 14.2549 14.2559 12.2449 14.2559 9.75488C14.2559 7.26488 12.2459 5.25488 9.75586 5.25488C7.26586 5.25488 5.25586 7.26488 5.25586 9.75488Z" })), fT = ({
|
|
705
705
|
title: r,
|
|
706
706
|
titleId: a,
|
|
707
707
|
...o
|
|
708
|
-
}) => /* @__PURE__ */ d.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", "aria-labelledby": a, ...o }, r ? /* @__PURE__ */ d.createElement("title", { id: a }, r) : null, /* @__PURE__ */ d.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M19.5023 12C19.5023 12.34 19.4723 12.66 19.4323 12.98L21.5423 14.63C21.7323 14.78 21.7823 15.05 21.6623 15.27L19.6623 18.73C19.5723 18.89 19.4023 18.98 19.2323 18.98C19.1723 18.98 19.1123 18.97 19.0523 18.95L16.5623 17.95C16.0423 18.34 15.4823 18.68 14.8723 18.93L14.4923 21.58C14.4623 21.82 14.2523 22 14.0023 22H10.0023C9.75228 22 9.54228 21.82 9.51228 21.58L9.13228 18.93C8.52228 18.68 7.96228 18.35 7.44228 17.95L4.95228 18.95C4.90228 18.97 4.84228 18.98 4.78228 18.98C4.60228 18.98 4.43228 18.89 4.34228 18.73L2.34228 15.27C2.22228 15.05 2.27228 14.78 2.46228 14.63L4.57228 12.98C4.53228 12.66 4.50228 12.33 4.50228 12C4.50228 11.67 4.53228 11.34 4.57228 11.02L2.46228 9.37C2.27228 9.22 2.21228 8.95 2.34228 8.73L4.34228 5.27C4.43228 5.11 4.60228 5.02 4.77228 5.02C4.83228 5.02 4.89228 5.03 4.95228 5.05L7.44228 6.05C7.96228 5.66 8.52228 5.32 9.13228 5.07L9.51228 2.42C9.54228 2.18 9.75228 2 10.0023 2H14.0023C14.2523 2 14.4623 2.18 14.4923 2.42L14.8723 5.07C15.4823 5.32 16.0423 5.65 16.5623 6.05L19.0523 5.05C19.1023 5.03 19.1623 5.02 19.2223 5.02C19.4023 5.02 19.5723 5.11 19.6623 5.27L21.6623 8.73C21.7823 8.95 21.7323 9.22 21.5423 9.37L19.4323 11.02C19.4723 11.34 19.5023 11.66 19.5023 12ZM17.5023 12C17.5023 11.79 17.4923 11.58 17.4523 11.27L17.3123 10.14L18.2023 9.44L19.2723 8.59L18.5723 7.38L17.3023 7.89L16.2423 8.32L15.3323 7.62C14.9323 7.32 14.5323 7.09 14.1023 6.91L13.0423 6.48L12.8823 5.35L12.6923 4H11.3023L11.1023 5.35L10.9423 6.48L9.88228 6.91C9.47228 7.08 9.06228 7.32 8.63228 7.64L7.73228 8.32L6.69228 7.9L5.42228 7.39L4.72228 8.6L5.80228 9.44L6.69228 10.14L6.55228 11.27C6.52228 11.57 6.50228 11.8 6.50228 12C6.50228 12.2 6.52228 12.43 6.55228 12.74L6.69228 13.87L5.80228 14.57L4.72228 15.41L5.42228 16.62L6.69228 16.11L7.75228 15.68L8.66228 16.38C9.06228 16.68 9.46228 16.91 9.89228 17.09L10.9523 17.52L11.1123 18.65L11.3023 20H12.7023L12.9023 18.65L13.0623 17.52L14.1223 17.09C14.5323 16.92 14.9423 16.68 15.3723 16.36L16.2723 15.68L17.3123 16.1L18.5823 16.61L19.2823 15.4L18.2023 14.56L17.3123 13.86L17.4523 12.73C17.4823 12.43 17.5023 12.21 17.5023 12ZM12.0023 8C9.79228 8 8.00228 9.79 8.00228 12C8.00228 14.21 9.79228 16 12.0023 16C14.2123 16 16.0023 14.21 16.0023 12C16.0023 9.79 14.2123 8 12.0023 8ZM10.0023 12C10.0023 13.1 10.9023 14 12.0023 14C13.1023 14 14.0023 13.1 14.0023 12C14.0023 10.9 13.1023 10 12.0023 10C10.9023 10 10.0023 10.9 10.0023 12Z" })),
|
|
708
|
+
}) => /* @__PURE__ */ d.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", "aria-labelledby": a, ...o }, r ? /* @__PURE__ */ d.createElement("title", { id: a }, r) : null, /* @__PURE__ */ d.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M19.5023 12C19.5023 12.34 19.4723 12.66 19.4323 12.98L21.5423 14.63C21.7323 14.78 21.7823 15.05 21.6623 15.27L19.6623 18.73C19.5723 18.89 19.4023 18.98 19.2323 18.98C19.1723 18.98 19.1123 18.97 19.0523 18.95L16.5623 17.95C16.0423 18.34 15.4823 18.68 14.8723 18.93L14.4923 21.58C14.4623 21.82 14.2523 22 14.0023 22H10.0023C9.75228 22 9.54228 21.82 9.51228 21.58L9.13228 18.93C8.52228 18.68 7.96228 18.35 7.44228 17.95L4.95228 18.95C4.90228 18.97 4.84228 18.98 4.78228 18.98C4.60228 18.98 4.43228 18.89 4.34228 18.73L2.34228 15.27C2.22228 15.05 2.27228 14.78 2.46228 14.63L4.57228 12.98C4.53228 12.66 4.50228 12.33 4.50228 12C4.50228 11.67 4.53228 11.34 4.57228 11.02L2.46228 9.37C2.27228 9.22 2.21228 8.95 2.34228 8.73L4.34228 5.27C4.43228 5.11 4.60228 5.02 4.77228 5.02C4.83228 5.02 4.89228 5.03 4.95228 5.05L7.44228 6.05C7.96228 5.66 8.52228 5.32 9.13228 5.07L9.51228 2.42C9.54228 2.18 9.75228 2 10.0023 2H14.0023C14.2523 2 14.4623 2.18 14.4923 2.42L14.8723 5.07C15.4823 5.32 16.0423 5.65 16.5623 6.05L19.0523 5.05C19.1023 5.03 19.1623 5.02 19.2223 5.02C19.4023 5.02 19.5723 5.11 19.6623 5.27L21.6623 8.73C21.7823 8.95 21.7323 9.22 21.5423 9.37L19.4323 11.02C19.4723 11.34 19.5023 11.66 19.5023 12ZM17.5023 12C17.5023 11.79 17.4923 11.58 17.4523 11.27L17.3123 10.14L18.2023 9.44L19.2723 8.59L18.5723 7.38L17.3023 7.89L16.2423 8.32L15.3323 7.62C14.9323 7.32 14.5323 7.09 14.1023 6.91L13.0423 6.48L12.8823 5.35L12.6923 4H11.3023L11.1023 5.35L10.9423 6.48L9.88228 6.91C9.47228 7.08 9.06228 7.32 8.63228 7.64L7.73228 8.32L6.69228 7.9L5.42228 7.39L4.72228 8.6L5.80228 9.44L6.69228 10.14L6.55228 11.27C6.52228 11.57 6.50228 11.8 6.50228 12C6.50228 12.2 6.52228 12.43 6.55228 12.74L6.69228 13.87L5.80228 14.57L4.72228 15.41L5.42228 16.62L6.69228 16.11L7.75228 15.68L8.66228 16.38C9.06228 16.68 9.46228 16.91 9.89228 17.09L10.9523 17.52L11.1123 18.65L11.3023 20H12.7023L12.9023 18.65L13.0623 17.52L14.1223 17.09C14.5323 16.92 14.9423 16.68 15.3723 16.36L16.2723 15.68L17.3123 16.1L18.5823 16.61L19.2823 15.4L18.2023 14.56L17.3123 13.86L17.4523 12.73C17.4823 12.43 17.5023 12.21 17.5023 12ZM12.0023 8C9.79228 8 8.00228 9.79 8.00228 12C8.00228 14.21 9.79228 16 12.0023 16C14.2123 16 16.0023 14.21 16.0023 12C16.0023 9.79 14.2123 8 12.0023 8ZM10.0023 12C10.0023 13.1 10.9023 14 12.0023 14C13.1023 14 14.0023 13.1 14.0023 12C14.0023 10.9 13.1023 10 12.0023 10C10.9023 10 10.0023 10.9 10.0023 12Z" })), pT = ({
|
|
709
709
|
title: r,
|
|
710
710
|
titleId: a,
|
|
711
711
|
...o
|
|
712
|
-
}) => /* @__PURE__ */ d.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", "aria-labelledby": a, ...o }, r ? /* @__PURE__ */ d.createElement("title", { id: a }, r) : null, /* @__PURE__ */ d.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M10.5 2.75C10.5 1.92 11.17 1.25 12 1.25C12.83 1.25 13.5 1.92 13.5 2.75V3.92C16.64 4.6 19 7.4 19 10.75V16.75L21 18.75V19.75H3V18.75L5 16.75V10.75C5 7.4 7.36 4.6 10.5 3.92V2.75ZM12 5.75C14.76 5.75 17 7.99 17 10.75V17.75H7V10.75C7 7.99 9.24 5.75 12 5.75ZM10.01 20.76C10.01 21.86 10.9 22.75 12 22.75C13.1 22.75 13.99 21.86 13.99 20.76H10.01ZM13 7.75V11.75H11V7.75H13ZM13 15.75V13.75H11V15.75H13Z" })),
|
|
712
|
+
}) => /* @__PURE__ */ d.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", "aria-labelledby": a, ...o }, r ? /* @__PURE__ */ d.createElement("title", { id: a }, r) : null, /* @__PURE__ */ d.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M10.5 2.75C10.5 1.92 11.17 1.25 12 1.25C12.83 1.25 13.5 1.92 13.5 2.75V3.92C16.64 4.6 19 7.4 19 10.75V16.75L21 18.75V19.75H3V18.75L5 16.75V10.75C5 7.4 7.36 4.6 10.5 3.92V2.75ZM12 5.75C14.76 5.75 17 7.99 17 10.75V17.75H7V10.75C7 7.99 9.24 5.75 12 5.75ZM10.01 20.76C10.01 21.86 10.9 22.75 12 22.75C13.1 22.75 13.99 21.86 13.99 20.76H10.01ZM13 7.75V11.75H11V7.75H13ZM13 15.75V13.75H11V15.75H13Z" })), hT = ({
|
|
713
713
|
title: r,
|
|
714
714
|
titleId: a,
|
|
715
715
|
...o
|
|
716
|
-
}) => /* @__PURE__ */ d.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", "aria-labelledby": a, ...o }, r ? /* @__PURE__ */ d.createElement("title", { id: a }, r) : null, /* @__PURE__ */ d.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M23 21.5L12 2.5L1 21.5H23ZM11 18.5V16.5H13V18.5H11ZM11 14.5H13V10.5H11V14.5Z" })),
|
|
716
|
+
}) => /* @__PURE__ */ d.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", "aria-labelledby": a, ...o }, r ? /* @__PURE__ */ d.createElement("title", { id: a }, r) : null, /* @__PURE__ */ d.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M23 21.5L12 2.5L1 21.5H23ZM11 18.5V16.5H13V18.5H11ZM11 14.5H13V10.5H11V14.5Z" })), mT = ({
|
|
717
717
|
title: r,
|
|
718
718
|
titleId: a,
|
|
719
719
|
...o
|
|
720
|
-
}) => /* @__PURE__ */ d.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", "aria-labelledby": a, ...o }, r ? /* @__PURE__ */ d.createElement("title", { id: a }, r) : null, /* @__PURE__ */ d.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1 21.5L12 2.5L23 21.5H1ZM19.53 19.5L12 6.49L4.47 19.5H19.53ZM11 16.5V18.5H13V16.5H11ZM11 10.5H13V14.5H11V10.5Z" })),
|
|
720
|
+
}) => /* @__PURE__ */ d.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", "aria-labelledby": a, ...o }, r ? /* @__PURE__ */ d.createElement("title", { id: a }, r) : null, /* @__PURE__ */ d.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1 21.5L12 2.5L23 21.5H1ZM19.53 19.5L12 6.49L4.47 19.5H19.53ZM11 16.5V18.5H13V16.5H11ZM11 10.5H13V14.5H11V10.5Z" })), vT = ({
|
|
721
721
|
title: r,
|
|
722
722
|
titleId: a,
|
|
723
723
|
...o
|
|
724
|
-
}) => /* @__PURE__ */ d.createElement("svg", { viewBox: "0 0 24 14", xmlns: "http://www.w3.org/2000/svg", "aria-labelledby": a, ...o }, r ? /* @__PURE__ */ d.createElement("title", { id: a }, r) : null, /* @__PURE__ */ d.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M10.526 12.871L.263 1.676 1.737.324 12 11.52 22.263.324l1.474 1.352L13.474 12.87a2 2 0 01-2.948 0z" })),
|
|
724
|
+
}) => /* @__PURE__ */ d.createElement("svg", { viewBox: "0 0 24 14", xmlns: "http://www.w3.org/2000/svg", "aria-labelledby": a, ...o }, r ? /* @__PURE__ */ d.createElement("title", { id: a }, r) : null, /* @__PURE__ */ d.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M10.526 12.871L.263 1.676 1.737.324 12 11.52 22.263.324l1.474 1.352L13.474 12.87a2 2 0 01-2.948 0z" })), gT = ({
|
|
725
725
|
title: r,
|
|
726
726
|
titleId: a,
|
|
727
727
|
...o
|
|
728
|
-
}) => /* @__PURE__ */ d.createElement("svg", { viewBox: "0 0 26 26", xmlns: "http://www.w3.org/2000/svg", "aria-labelledby": a, ...o }, r ? /* @__PURE__ */ d.createElement("title", { id: a }, r) : null, /* @__PURE__ */ d.createElement("path", { d: "M7.32625 7.08462C7.47508 7.08446 7.62096 7.04315 7.74776 6.96527L12.9951 3.75656L18.2424 6.96527C18.3331 7.0207 18.4337 7.05774 18.5387 7.07428C18.6437 7.09082 18.7509 7.08654 18.8542 7.06166C18.9575 7.03679 19.0549 6.99182 19.1409 6.92933C19.2268 6.86683 19.2996 6.78802 19.355 6.69742C19.4105 6.60681 19.4476 6.50617 19.4641 6.40124C19.4807 6.29632 19.4764 6.18916 19.4515 6.08589C19.4266 5.98262 19.3816 5.88527 19.3191 5.79938C19.2566 5.71349 19.1777 5.64075 19.0871 5.58531L13.4171 2.11866C13.2899 2.04106 13.1438 2 12.9948 2C12.8458 2 12.6997 2.04106 12.5725 2.11866L6.9031 5.58531C6.75209 5.6771 6.63532 5.81579 6.57062 5.98018C6.50593 6.14457 6.49689 6.32561 6.54487 6.49563C6.59285 6.66564 6.69523 6.81527 6.83633 6.92164C6.97744 7.028 7.14952 7.08524 7.32625 7.08462V7.08462ZM25.2 22.34H24.3393V13.0439H25.1224C25.3374 13.036 25.5409 12.9452 25.6903 12.7904C25.8396 12.6356 25.923 12.4289 25.923 12.2139C25.923 11.9989 25.8396 11.7922 25.6903 11.6374C25.5409 11.4827 25.3374 11.3918 25.1224 11.384H21.9215C21.7065 11.3918 21.5029 11.4827 21.3536 11.6374C21.2043 11.7922 21.1208 11.9989 21.1208 12.2139C21.1208 12.4289 21.2043 12.6356 21.3536 12.7904C21.5029 12.9452 21.7065 13.036 21.9215 13.0439H22.6786V22.34H3.41332V13.0439H4.4038C4.61879 13.036 4.82236 12.9452 4.97169 12.7904C5.12102 12.6356 5.20446 12.4289 5.20446 12.2139C5.20446 11.9989 5.12102 11.7922 4.97169 11.6374C4.82236 11.4827 4.61879 11.3918 4.4038 11.384H1.20346C0.988468 11.3918 0.784894 11.4827 0.635565 11.6374C0.486236 11.7922 0.402794 11.9989 0.402794 12.2139C0.402794 12.4289 0.486236 12.6356 0.635565 12.7904C0.784894 12.9452 0.988468 13.036 1.20346 13.0439H1.75207V22.34H0.800665C0.585674 22.3478 0.3821 22.4387 0.232771 22.5935C0.0834419 22.7482 0 22.9549 0 23.1699C0 23.385 0.0834419 23.5916 0.232771 23.7464C0.3821 23.9012 0.585674 23.992 0.800665 23.9999H25.2C25.4149 23.992 25.6185 23.9012 25.7678 23.7464C25.9172 23.5916 26.0006 23.385 26.0006 23.1699C26.0006 22.9549 25.9172 22.7482 25.7678 22.5935C25.6185 22.4387 25.4149 22.3478 25.2 22.34V22.34Z" }), /* @__PURE__ */ d.createElement("path", { d: "M11.5593 21.3202C11.7761 21.321 11.9845 21.2367 12.1397 21.0855C12.295 20.9344 12.3847 20.7283 12.3896 20.5117V14.3814C12.4005 13.9822 12.3312 13.5848 12.1858 13.2128C12.0404 12.8408 11.822 12.5017 11.5433 12.2155C11.2646 11.9293 10.9314 11.7018 10.5633 11.5464C10.1951 11.3911 9.79963 11.3111 9.40005 11.3111C9.00048 11.3111 8.60496 11.3911 8.23685 11.5464C7.86874 11.7018 7.53551 11.9293 7.25683 12.2155C6.97815 12.5017 6.75967 12.8408 6.61431 13.2128C6.46894 13.5848 6.39963 13.9822 6.41047 14.3814V20.5117C6.41604 20.7282 6.506 20.9339 6.66117 21.0851C6.81633 21.2362 7.02443 21.3208 7.24109 21.3208C7.45776 21.3208 7.66585 21.2362 7.82102 21.0851C7.97618 20.9339 8.06614 20.7282 8.07172 20.5117V14.3814C8.05534 14.1971 8.07753 14.0114 8.13686 13.8362C8.19619 13.6609 8.29137 13.4999 8.41633 13.3634C8.5413 13.2269 8.69333 13.1179 8.86273 13.0434C9.03214 12.9688 9.21522 12.9303 9.40033 12.9303C9.58544 12.9303 9.76852 12.9688 9.93792 13.0434C10.1073 13.1179 10.2594 13.2269 10.3843 13.3634C10.5093 13.4999 10.6045 13.6609 10.6638 13.8362C10.7231 14.0114 10.7453 14.1971 10.7289 14.3814V20.5117C10.7338 20.7283 10.8236 20.9344 10.9788 21.0855C11.1341 21.2367 11.3425 21.321 11.5593 21.3202ZM18.8668 21.3202C19.0836 21.321 19.292 21.2367 19.4473 21.0855C19.6025 20.9344 19.6923 20.7283 19.6972 20.5117V14.3814C19.708 13.9822 19.6387 13.5848 19.4933 13.2128C19.348 12.8408 19.1295 12.5017 18.8508 12.2155C18.5721 11.9293 18.2389 11.7018 17.8708 11.5464C17.5027 11.3911 17.1071 11.3111 16.7076 11.3111C16.308 11.3111 15.9125 11.3911 15.5444 11.5464C15.1763 11.7018 14.843 11.9293 14.5643 12.2155C14.2857 12.5017 14.0672 12.8408 13.9218 13.2128C13.7765 13.5848 13.7071 13.9822 13.718 14.3814V20.5117C13.7236 20.7282 13.8135 20.9339 13.9687 21.0851C14.1238 21.2362 14.3319 21.3208 14.5486 21.3208C14.7653 21.3208 14.9734 21.2362 15.1285 21.0851C15.2837 20.9339 15.3737 20.7282 15.3792 20.5117V14.3814C15.3629 14.1971 15.385 14.0114 15.4444 13.8362C15.5037 13.6609 15.5989 13.4999 15.7238 13.3634C15.8488 13.2269 16.0008 13.1179 16.1702 13.0434C16.3397 12.9688 16.5227 12.9303 16.7078 12.9303C16.893 12.9303 17.076 12.9688 17.2454 13.0434C17.4148 13.1179 17.5669 13.2269 17.6918 13.3634C17.8168 13.4999 17.912 13.6609 17.9713 13.8362C18.0306 14.0114 18.0528 14.1971 18.0365 14.3814V20.5117C18.0414 20.7283 18.1311 20.9344 18.2864 21.0855C18.4416 21.2367 18.65 21.321 18.8668 21.3202ZM1.13343 10.0557H25.1321C25.3471 10.0478 25.5507 9.95696 25.7 9.80217C25.8493 9.64738 25.9328 9.44073 25.9328 9.2257C25.9328 9.01067 25.8493 8.80402 25.7 8.64923C25.5507 8.49444 25.3471 8.40358 25.1321 8.39575H1.13343C0.918438 8.40358 0.714863 8.49444 0.565535 8.64923C0.416206 8.80402 0.332764 9.01067 0.332764 9.2257C0.332764 9.44073 0.416206 9.64738 0.565535 9.80217C0.714863 9.95696 0.918438 10.0478 1.13343 10.0557V10.0557Z" })),
|
|
728
|
+
}) => /* @__PURE__ */ d.createElement("svg", { viewBox: "0 0 26 26", xmlns: "http://www.w3.org/2000/svg", "aria-labelledby": a, ...o }, r ? /* @__PURE__ */ d.createElement("title", { id: a }, r) : null, /* @__PURE__ */ d.createElement("path", { d: "M7.32625 7.08462C7.47508 7.08446 7.62096 7.04315 7.74776 6.96527L12.9951 3.75656L18.2424 6.96527C18.3331 7.0207 18.4337 7.05774 18.5387 7.07428C18.6437 7.09082 18.7509 7.08654 18.8542 7.06166C18.9575 7.03679 19.0549 6.99182 19.1409 6.92933C19.2268 6.86683 19.2996 6.78802 19.355 6.69742C19.4105 6.60681 19.4476 6.50617 19.4641 6.40124C19.4807 6.29632 19.4764 6.18916 19.4515 6.08589C19.4266 5.98262 19.3816 5.88527 19.3191 5.79938C19.2566 5.71349 19.1777 5.64075 19.0871 5.58531L13.4171 2.11866C13.2899 2.04106 13.1438 2 12.9948 2C12.8458 2 12.6997 2.04106 12.5725 2.11866L6.9031 5.58531C6.75209 5.6771 6.63532 5.81579 6.57062 5.98018C6.50593 6.14457 6.49689 6.32561 6.54487 6.49563C6.59285 6.66564 6.69523 6.81527 6.83633 6.92164C6.97744 7.028 7.14952 7.08524 7.32625 7.08462V7.08462ZM25.2 22.34H24.3393V13.0439H25.1224C25.3374 13.036 25.5409 12.9452 25.6903 12.7904C25.8396 12.6356 25.923 12.4289 25.923 12.2139C25.923 11.9989 25.8396 11.7922 25.6903 11.6374C25.5409 11.4827 25.3374 11.3918 25.1224 11.384H21.9215C21.7065 11.3918 21.5029 11.4827 21.3536 11.6374C21.2043 11.7922 21.1208 11.9989 21.1208 12.2139C21.1208 12.4289 21.2043 12.6356 21.3536 12.7904C21.5029 12.9452 21.7065 13.036 21.9215 13.0439H22.6786V22.34H3.41332V13.0439H4.4038C4.61879 13.036 4.82236 12.9452 4.97169 12.7904C5.12102 12.6356 5.20446 12.4289 5.20446 12.2139C5.20446 11.9989 5.12102 11.7922 4.97169 11.6374C4.82236 11.4827 4.61879 11.3918 4.4038 11.384H1.20346C0.988468 11.3918 0.784894 11.4827 0.635565 11.6374C0.486236 11.7922 0.402794 11.9989 0.402794 12.2139C0.402794 12.4289 0.486236 12.6356 0.635565 12.7904C0.784894 12.9452 0.988468 13.036 1.20346 13.0439H1.75207V22.34H0.800665C0.585674 22.3478 0.3821 22.4387 0.232771 22.5935C0.0834419 22.7482 0 22.9549 0 23.1699C0 23.385 0.0834419 23.5916 0.232771 23.7464C0.3821 23.9012 0.585674 23.992 0.800665 23.9999H25.2C25.4149 23.992 25.6185 23.9012 25.7678 23.7464C25.9172 23.5916 26.0006 23.385 26.0006 23.1699C26.0006 22.9549 25.9172 22.7482 25.7678 22.5935C25.6185 22.4387 25.4149 22.3478 25.2 22.34V22.34Z" }), /* @__PURE__ */ d.createElement("path", { d: "M11.5593 21.3202C11.7761 21.321 11.9845 21.2367 12.1397 21.0855C12.295 20.9344 12.3847 20.7283 12.3896 20.5117V14.3814C12.4005 13.9822 12.3312 13.5848 12.1858 13.2128C12.0404 12.8408 11.822 12.5017 11.5433 12.2155C11.2646 11.9293 10.9314 11.7018 10.5633 11.5464C10.1951 11.3911 9.79963 11.3111 9.40005 11.3111C9.00048 11.3111 8.60496 11.3911 8.23685 11.5464C7.86874 11.7018 7.53551 11.9293 7.25683 12.2155C6.97815 12.5017 6.75967 12.8408 6.61431 13.2128C6.46894 13.5848 6.39963 13.9822 6.41047 14.3814V20.5117C6.41604 20.7282 6.506 20.9339 6.66117 21.0851C6.81633 21.2362 7.02443 21.3208 7.24109 21.3208C7.45776 21.3208 7.66585 21.2362 7.82102 21.0851C7.97618 20.9339 8.06614 20.7282 8.07172 20.5117V14.3814C8.05534 14.1971 8.07753 14.0114 8.13686 13.8362C8.19619 13.6609 8.29137 13.4999 8.41633 13.3634C8.5413 13.2269 8.69333 13.1179 8.86273 13.0434C9.03214 12.9688 9.21522 12.9303 9.40033 12.9303C9.58544 12.9303 9.76852 12.9688 9.93792 13.0434C10.1073 13.1179 10.2594 13.2269 10.3843 13.3634C10.5093 13.4999 10.6045 13.6609 10.6638 13.8362C10.7231 14.0114 10.7453 14.1971 10.7289 14.3814V20.5117C10.7338 20.7283 10.8236 20.9344 10.9788 21.0855C11.1341 21.2367 11.3425 21.321 11.5593 21.3202ZM18.8668 21.3202C19.0836 21.321 19.292 21.2367 19.4473 21.0855C19.6025 20.9344 19.6923 20.7283 19.6972 20.5117V14.3814C19.708 13.9822 19.6387 13.5848 19.4933 13.2128C19.348 12.8408 19.1295 12.5017 18.8508 12.2155C18.5721 11.9293 18.2389 11.7018 17.8708 11.5464C17.5027 11.3911 17.1071 11.3111 16.7076 11.3111C16.308 11.3111 15.9125 11.3911 15.5444 11.5464C15.1763 11.7018 14.843 11.9293 14.5643 12.2155C14.2857 12.5017 14.0672 12.8408 13.9218 13.2128C13.7765 13.5848 13.7071 13.9822 13.718 14.3814V20.5117C13.7236 20.7282 13.8135 20.9339 13.9687 21.0851C14.1238 21.2362 14.3319 21.3208 14.5486 21.3208C14.7653 21.3208 14.9734 21.2362 15.1285 21.0851C15.2837 20.9339 15.3737 20.7282 15.3792 20.5117V14.3814C15.3629 14.1971 15.385 14.0114 15.4444 13.8362C15.5037 13.6609 15.5989 13.4999 15.7238 13.3634C15.8488 13.2269 16.0008 13.1179 16.1702 13.0434C16.3397 12.9688 16.5227 12.9303 16.7078 12.9303C16.893 12.9303 17.076 12.9688 17.2454 13.0434C17.4148 13.1179 17.5669 13.2269 17.6918 13.3634C17.8168 13.4999 17.912 13.6609 17.9713 13.8362C18.0306 14.0114 18.0528 14.1971 18.0365 14.3814V20.5117C18.0414 20.7283 18.1311 20.9344 18.2864 21.0855C18.4416 21.2367 18.65 21.321 18.8668 21.3202ZM1.13343 10.0557H25.1321C25.3471 10.0478 25.5507 9.95696 25.7 9.80217C25.8493 9.64738 25.9328 9.44073 25.9328 9.2257C25.9328 9.01067 25.8493 8.80402 25.7 8.64923C25.5507 8.49444 25.3471 8.40358 25.1321 8.39575H1.13343C0.918438 8.40358 0.714863 8.49444 0.565535 8.64923C0.416206 8.80402 0.332764 9.01067 0.332764 9.2257C0.332764 9.44073 0.416206 9.64738 0.565535 9.80217C0.714863 9.95696 0.918438 10.0478 1.13343 10.0557V10.0557Z" })), yT = ({
|
|
729
729
|
title: r,
|
|
730
730
|
titleId: a,
|
|
731
731
|
...o
|
|
732
|
-
}) => /* @__PURE__ */ d.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", "aria-labelledby": a, ...o }, r ? /* @__PURE__ */ d.createElement("title", { id: a }, r) : null, /* @__PURE__ */ d.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4 3H7.5C8.05 3 8.5 3.45 8.5 4C8.5 5.25 8.7 6.45 9.07 7.57C9.18 7.92 9.1 8.31 8.82 8.59L6.62 10.79C8.06 13.62 10.38 15.93 13.21 17.38L15.41 15.18C15.61 14.99 15.86 14.89 16.12 14.89C16.22 14.89 16.33 14.9 16.43 14.94C17.55 15.31 18.76 15.51 20 15.51C20.55 15.51 21 15.96 21 16.51V20C21 20.55 20.55 21 20 21C10.61 21 3 13.39 3 4C3 3.45 3.45 3 4 3ZM6.54 5C6.6 5.89 6.75 6.76 6.99 7.59L5.79 8.79C5.38 7.59 5.12 6.32 5.03 5H6.54ZM16.4 17.02C17.25 17.26 18.12 17.41 19 17.47V18.96C17.68 18.87 16.41 18.61 15.2 18.21L16.4 17.02Z" })),
|
|
732
|
+
}) => /* @__PURE__ */ d.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", "aria-labelledby": a, ...o }, r ? /* @__PURE__ */ d.createElement("title", { id: a }, r) : null, /* @__PURE__ */ d.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4 3H7.5C8.05 3 8.5 3.45 8.5 4C8.5 5.25 8.7 6.45 9.07 7.57C9.18 7.92 9.1 8.31 8.82 8.59L6.62 10.79C8.06 13.62 10.38 15.93 13.21 17.38L15.41 15.18C15.61 14.99 15.86 14.89 16.12 14.89C16.22 14.89 16.33 14.9 16.43 14.94C17.55 15.31 18.76 15.51 20 15.51C20.55 15.51 21 15.96 21 16.51V20C21 20.55 20.55 21 20 21C10.61 21 3 13.39 3 4C3 3.45 3.45 3 4 3ZM6.54 5C6.6 5.89 6.75 6.76 6.99 7.59L5.79 8.79C5.38 7.59 5.12 6.32 5.03 5H6.54ZM16.4 17.02C17.25 17.26 18.12 17.41 19 17.47V18.96C17.68 18.87 16.41 18.61 15.2 18.21L16.4 17.02Z" })), LT = ({
|
|
733
733
|
title: r,
|
|
734
734
|
titleId: a,
|
|
735
735
|
...o
|
|
736
|
-
}) => /* @__PURE__ */ d.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", "aria-labelledby": a, ...o }, r ? /* @__PURE__ */ d.createElement("title", { id: a }, r) : null, /* @__PURE__ */ d.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4 2H20C21.1 2 22 2.9 22 4V16C22 17.1 21.1 18 20 18H6L2 22V4C2 2.9 2.9 2 4 2ZM6 16H20V4H4V18L6 16Z" })),
|
|
736
|
+
}) => /* @__PURE__ */ d.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", "aria-labelledby": a, ...o }, r ? /* @__PURE__ */ d.createElement("title", { id: a }, r) : null, /* @__PURE__ */ d.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4 2H20C21.1 2 22 2.9 22 4V16C22 17.1 21.1 18 20 18H6L2 22V4C2 2.9 2.9 2 4 2ZM6 16H20V4H4V18L6 16Z" })), bT = ({
|
|
737
737
|
title: r,
|
|
738
738
|
titleId: a,
|
|
739
739
|
...o
|
|
740
|
-
}) => /* @__PURE__ */ d.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", "aria-labelledby": a, ...o }, r ? /* @__PURE__ */ d.createElement("title", { id: a }, r) : null, /* @__PURE__ */ d.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M22 6C22 4.9 21.1 4 20 4H4C2.9 4 2 4.9 2 6V18C2 19.1 2.9 20 4 20H20C21.1 20 22 19.1 22 18V6ZM20 6L12 11L4 6H20ZM12 13L4 8V18H20V8L12 13Z" })),
|
|
740
|
+
}) => /* @__PURE__ */ d.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", "aria-labelledby": a, ...o }, r ? /* @__PURE__ */ d.createElement("title", { id: a }, r) : null, /* @__PURE__ */ d.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M22 6C22 4.9 21.1 4 20 4H4C2.9 4 2 4.9 2 6V18C2 19.1 2.9 20 4 20H20C21.1 20 22 19.1 22 18V6ZM20 6L12 11L4 6H20ZM12 13L4 8V18H20V8L12 13Z" })), wT = ({
|
|
741
741
|
title: r,
|
|
742
742
|
titleId: a,
|
|
743
743
|
...o
|
|
744
|
-
}) => /* @__PURE__ */ d.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", "aria-labelledby": a, ...o }, r ? /* @__PURE__ */ d.createElement("title", { id: a }, r) : null, /* @__PURE__ */ d.createElement("path", { d: "M8.795 15.875l-4.17-4.17-1.42 1.41 5.59 5.59 12-12-1.41-1.41-10.59 10.58z" })),
|
|
744
|
+
}) => /* @__PURE__ */ d.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", "aria-labelledby": a, ...o }, r ? /* @__PURE__ */ d.createElement("title", { id: a }, r) : null, /* @__PURE__ */ d.createElement("path", { d: "M8.795 15.875l-4.17-4.17-1.42 1.41 5.59 5.59 12-12-1.41-1.41-10.59 10.58z" })), HT = ({
|
|
745
745
|
title: r,
|
|
746
746
|
titleId: a,
|
|
747
747
|
...o
|
|
748
|
-
}) => /* @__PURE__ */ d.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", "aria-labelledby": a, ...o }, r ? /* @__PURE__ */ d.createElement("title", { id: a }, r) : null, /* @__PURE__ */ d.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8zM11 7h1.5v5.25l4.5 2.67-.75 1.23L11 13V7z" })),
|
|
748
|
+
}) => /* @__PURE__ */ d.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", "aria-labelledby": a, ...o }, r ? /* @__PURE__ */ d.createElement("title", { id: a }, r) : null, /* @__PURE__ */ d.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8zM11 7h1.5v5.25l4.5 2.67-.75 1.23L11 13V7z" })), xT = ({
|
|
749
749
|
title: r,
|
|
750
750
|
titleId: a,
|
|
751
751
|
...o
|
|
752
|
-
}) => /* @__PURE__ */ d.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", "aria-labelledby": a, ...o }, r ? /* @__PURE__ */ d.createElement("title", { id: a }, r) : null, /* @__PURE__ */ d.createElement("path", { d: "M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12 19 6.41z" })),
|
|
752
|
+
}) => /* @__PURE__ */ d.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", "aria-labelledby": a, ...o }, r ? /* @__PURE__ */ d.createElement("title", { id: a }, r) : null, /* @__PURE__ */ d.createElement("path", { d: "M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12 19 6.41z" })), VT = ({
|
|
753
753
|
title: r,
|
|
754
754
|
titleId: a,
|
|
755
755
|
...o
|
|
756
|
-
}) => /* @__PURE__ */ d.createElement("svg", { viewBox: "0 0 68 68", xmlns: "http://www.w3.org/2000/svg", "aria-labelledby": a, ...o }, r ? /* @__PURE__ */ d.createElement("title", { id: a }, r) : null, /* @__PURE__ */ d.createElement("path", { d: "M65.2403 60.1447H2.75967C2.399 60.1465 2.0415 60.0773 1.7076 59.941C1.37369 59.8046 1.06992 59.6038 0.813646 59.3501C0.557368 59.0963 0.353604 58.7945 0.213995 58.462C0.0743867 58.1294 0.00167011 57.7726 0 57.4119L0 10.5854C0.0018552 10.225 0.0747187 9.86837 0.214428 9.53606C0.354136 9.20375 0.557952 8.90222 0.814231 8.64871C1.07051 8.39519 1.37423 8.19465 1.70803 8.05855C2.04184 7.92246 2.39919 7.85346 2.75967 7.85551H65.2403C65.9682 7.85175 66.6679 8.1372 67.1854 8.64912C67.7029 9.16104 67.9959 9.85752 68 10.5854V57.4133C67.9959 58.1413 67.7029 58.8377 67.1854 59.3497C66.6679 59.8616 65.9682 60.147 65.2403 60.1433V60.1447ZM5.51933 54.682H62.4807V13.3153H5.51933V54.682Z" }), /* @__PURE__ */ d.createElement("path", { d: "M33.9996 43.2812C33.3964 43.2818 32.8101 43.0814 32.3336 42.7117L15.4327 29.6061C14.8599 29.1642 14.4861 28.5129 14.3935 27.7955C14.3009 27.078 14.4972 26.3532 14.939 25.7804C15.3809 25.2076 16.0322 24.8338 16.7496 24.7412C17.4671 24.6486 18.1919 24.8448 18.7647 25.2867L33.9996 37.1003L49.2344 25.2867C49.8072 24.8448 50.532 24.6486 51.2495 24.7412C51.967 24.8338 52.6182 25.2076 53.0601 25.7804C53.5019 26.3532 53.6982 27.078 53.6056 27.7955C53.513 28.5129 53.1392 29.1642 52.5664 29.6061L35.6656 42.7103C35.1891 43.0803 34.6029 43.2812 33.9996 43.2812V43.2812Z" })),
|
|
756
|
+
}) => /* @__PURE__ */ d.createElement("svg", { viewBox: "0 0 68 68", xmlns: "http://www.w3.org/2000/svg", "aria-labelledby": a, ...o }, r ? /* @__PURE__ */ d.createElement("title", { id: a }, r) : null, /* @__PURE__ */ d.createElement("path", { d: "M65.2403 60.1447H2.75967C2.399 60.1465 2.0415 60.0773 1.7076 59.941C1.37369 59.8046 1.06992 59.6038 0.813646 59.3501C0.557368 59.0963 0.353604 58.7945 0.213995 58.462C0.0743867 58.1294 0.00167011 57.7726 0 57.4119L0 10.5854C0.0018552 10.225 0.0747187 9.86837 0.214428 9.53606C0.354136 9.20375 0.557952 8.90222 0.814231 8.64871C1.07051 8.39519 1.37423 8.19465 1.70803 8.05855C2.04184 7.92246 2.39919 7.85346 2.75967 7.85551H65.2403C65.9682 7.85175 66.6679 8.1372 67.1854 8.64912C67.7029 9.16104 67.9959 9.85752 68 10.5854V57.4133C67.9959 58.1413 67.7029 58.8377 67.1854 59.3497C66.6679 59.8616 65.9682 60.147 65.2403 60.1433V60.1447ZM5.51933 54.682H62.4807V13.3153H5.51933V54.682Z" }), /* @__PURE__ */ d.createElement("path", { d: "M33.9996 43.2812C33.3964 43.2818 32.8101 43.0814 32.3336 42.7117L15.4327 29.6061C14.8599 29.1642 14.4861 28.5129 14.3935 27.7955C14.3009 27.078 14.4972 26.3532 14.939 25.7804C15.3809 25.2076 16.0322 24.8338 16.7496 24.7412C17.4671 24.6486 18.1919 24.8448 18.7647 25.2867L33.9996 37.1003L49.2344 25.2867C49.8072 24.8448 50.532 24.6486 51.2495 24.7412C51.967 24.8338 52.6182 25.2076 53.0601 25.7804C53.5019 26.3532 53.6982 27.078 53.6056 27.7955C53.513 28.5129 53.1392 29.1642 52.5664 29.6061L35.6656 42.7103C35.1891 43.0803 34.6029 43.2812 33.9996 43.2812V43.2812Z" })), MT = ({
|
|
757
757
|
title: r,
|
|
758
758
|
titleId: a,
|
|
759
759
|
...o
|
|
760
|
-
}) => /* @__PURE__ */ d.createElement("svg", { viewBox: "0 0 68 68", xmlns: "http://www.w3.org/2000/svg", "aria-labelledby": a, ...o }, r ? /* @__PURE__ */ d.createElement("title", { id: a }, r) : null, /* @__PURE__ */ d.createElement("path", { d: "M61.2146 57.0131H6.78638C4.98665 57.011 3.26128 56.2949 1.98896 55.0221C0.716635 53.7492 0.0013159 52.0235 0 50.2238L0 17.7747C0.0023687 15.9754 0.718257 14.2504 1.99065 12.9782C3.26305 11.706 4.98807 10.9904 6.78737 10.9883H61.2146C63.0138 10.9907 64.7386 11.7066 66.0107 12.979C67.2827 14.2514 67.9982 15.9764 68 17.7757V50.2257C67.9979 52.0248 67.2824 53.7496 66.0103 55.0218C64.7383 56.294 63.0137 57.0098 61.2146 57.0121V57.0131ZM6.78638 14.28C5.86003 14.2816 4.97207 14.6503 4.31704 15.3053C3.66202 15.9604 3.29333 16.8483 3.29175 17.7747V50.2248C3.29307 51.1516 3.66191 52.0401 4.3174 52.6954C4.97288 53.3507 5.8615 53.7193 6.78836 53.7204H61.2156C62.1424 53.7191 63.0308 53.3502 63.6859 52.6947C64.3411 52.0391 64.7094 51.1505 64.7102 50.2238V17.7747C64.7092 16.8481 64.3407 15.9597 63.6856 15.3044C63.0305 14.6491 62.1422 14.2804 61.2156 14.279L6.78638 14.28Z" }), /* @__PURE__ */ d.createElement("path", { d: "M52.3261 24.3672H39.1369C38.9277 24.3723 38.7197 24.3354 38.525 24.2589C38.3303 24.1824 38.1529 24.0677 38.0032 23.9216C37.8535 23.7755 37.7346 23.6009 37.6534 23.4081C37.5721 23.2153 37.5303 23.0082 37.5303 22.7991C37.5303 22.5899 37.5721 22.3828 37.6534 22.19C37.7346 21.9973 37.8535 21.8227 38.0032 21.6766C38.1529 21.5304 38.3303 21.4157 38.525 21.3392C38.7197 21.2627 38.9277 21.2259 39.1369 21.2309H52.3261C52.7354 21.2408 53.1247 21.4104 53.4106 21.7034C53.6966 21.9964 53.8567 22.3896 53.8567 22.7991C53.8567 23.2085 53.6966 23.6017 53.4106 23.8947C53.1247 24.1877 52.7354 24.3573 52.3261 24.3672V24.3672ZM52.3261 30.2584H39.1369C38.9277 30.2635 38.7197 30.2266 38.525 30.1501C38.3303 30.0736 38.1529 29.9589 38.0032 29.8128C37.8535 29.6666 37.7346 29.4921 37.6534 29.2993C37.5721 29.1065 37.5303 28.8994 37.5303 28.6903C37.5303 28.4811 37.5721 28.274 37.6534 28.0812C37.7346 27.8884 37.8535 27.7139 38.0032 27.5677C38.1529 27.4216 38.3303 27.3069 38.525 27.2304C38.7197 27.1539 38.9277 27.1171 39.1369 27.1221H52.3261C52.5352 27.1171 52.7433 27.1539 52.9379 27.2304C53.1326 27.3069 53.31 27.4216 53.4597 27.5677C53.6094 27.7139 53.7284 27.8884 53.8096 28.0812C53.8908 28.274 53.9327 28.4811 53.9327 28.6903C53.9327 28.8994 53.8908 29.1065 53.8096 29.2993C53.7284 29.4921 53.6094 29.6666 53.4597 29.8128C53.31 29.9589 53.1326 30.0736 52.9379 30.1501C52.7433 30.2266 52.5352 30.2635 52.3261 30.2584ZM52.3261 36.1496H39.1369C38.7208 36.1496 38.3219 35.9843 38.0277 35.6901C37.7335 35.396 37.5683 34.997 37.5683 34.581C37.5683 34.165 37.7335 33.766 38.0277 33.4718C38.3219 33.1776 38.7208 33.0124 39.1369 33.0124H52.3261C52.7421 33.0124 53.1411 33.1776 53.4353 33.4718C53.7294 33.766 53.8947 34.165 53.8947 34.581C53.8947 34.997 53.7294 35.396 53.4353 35.6901C53.1411 35.9843 52.7421 36.1496 52.3261 36.1496V36.1496ZM20.6491 24.1604C21.5708 24.1604 22.3501 25.1979 22.3501 26.4256C22.3501 27.6533 21.5708 28.6898 20.6501 28.6898C19.7293 28.6898 18.9482 27.6533 18.9482 26.4256C18.9482 25.1979 19.7275 24.1604 20.6491 24.1604V24.1604ZM20.6491 21.3017C18.2627 21.3017 16.3275 23.5953 16.3275 26.4256C16.3275 29.2558 18.2627 31.5495 20.6491 31.5495C23.0356 31.5495 24.9708 29.2549 24.9708 26.4256C24.9708 23.5962 23.0356 21.3017 20.6491 21.3017ZM20.5866 33.6244C18.4072 33.655 16.2329 33.8432 14.0807 34.1877C13.6315 34.2651 13.2106 34.459 12.8598 34.7501C12.5091 35.0411 12.2409 35.4191 12.0821 35.8463L10.0053 41.2661C9.8532 41.6551 9.79835 42.0754 9.84552 42.4905C9.89268 42.9055 10.0404 43.3027 10.2759 43.6477C10.5115 43.9927 10.8276 44.275 11.197 44.4701C11.5663 44.6652 11.9777 44.7672 12.3954 44.7672H16.1685C16.6056 44.7672 17.0248 44.5936 17.3339 44.2845C17.6429 43.9754 17.8166 43.5562 17.8166 43.1191C17.8166 42.682 17.6429 42.2628 17.3339 41.9537C17.0248 41.6447 16.6056 41.471 16.1685 41.471L13.4724 41.4288L15.0033 37.4315C16.8507 37.1346 18.7161 36.9635 20.5866 36.9196C22.4208 36.9416 24.2512 37.0921 26.0643 37.3699L27.6357 41.471H24.9782C24.5412 41.471 24.1221 41.6446 23.8131 41.9536C23.5041 42.2626 23.3305 42.6817 23.3305 43.1187C23.3305 43.5556 23.5041 43.9747 23.8131 44.2837C24.1221 44.5927 24.5412 44.7663 24.9782 44.7663H28.7503C29.1686 44.7662 29.5804 44.664 29.9502 44.4685C30.3199 44.273 30.6363 43.9901 30.8718 43.6445C31.1072 43.2988 31.2547 42.9009 31.3014 42.4853C31.3481 42.0697 31.2925 41.6489 31.1395 41.2597L29.0095 35.8454C28.8423 35.4157 28.5671 35.0363 28.2106 34.7438C27.8541 34.4513 27.4282 34.2557 26.9741 34.1757C24.8617 33.8352 22.7271 33.651 20.5876 33.6244H20.5866Z" })),
|
|
760
|
+
}) => /* @__PURE__ */ d.createElement("svg", { viewBox: "0 0 68 68", xmlns: "http://www.w3.org/2000/svg", "aria-labelledby": a, ...o }, r ? /* @__PURE__ */ d.createElement("title", { id: a }, r) : null, /* @__PURE__ */ d.createElement("path", { d: "M61.2146 57.0131H6.78638C4.98665 57.011 3.26128 56.2949 1.98896 55.0221C0.716635 53.7492 0.0013159 52.0235 0 50.2238L0 17.7747C0.0023687 15.9754 0.718257 14.2504 1.99065 12.9782C3.26305 11.706 4.98807 10.9904 6.78737 10.9883H61.2146C63.0138 10.9907 64.7386 11.7066 66.0107 12.979C67.2827 14.2514 67.9982 15.9764 68 17.7757V50.2257C67.9979 52.0248 67.2824 53.7496 66.0103 55.0218C64.7383 56.294 63.0137 57.0098 61.2146 57.0121V57.0131ZM6.78638 14.28C5.86003 14.2816 4.97207 14.6503 4.31704 15.3053C3.66202 15.9604 3.29333 16.8483 3.29175 17.7747V50.2248C3.29307 51.1516 3.66191 52.0401 4.3174 52.6954C4.97288 53.3507 5.8615 53.7193 6.78836 53.7204H61.2156C62.1424 53.7191 63.0308 53.3502 63.6859 52.6947C64.3411 52.0391 64.7094 51.1505 64.7102 50.2238V17.7747C64.7092 16.8481 64.3407 15.9597 63.6856 15.3044C63.0305 14.6491 62.1422 14.2804 61.2156 14.279L6.78638 14.28Z" }), /* @__PURE__ */ d.createElement("path", { d: "M52.3261 24.3672H39.1369C38.9277 24.3723 38.7197 24.3354 38.525 24.2589C38.3303 24.1824 38.1529 24.0677 38.0032 23.9216C37.8535 23.7755 37.7346 23.6009 37.6534 23.4081C37.5721 23.2153 37.5303 23.0082 37.5303 22.7991C37.5303 22.5899 37.5721 22.3828 37.6534 22.19C37.7346 21.9973 37.8535 21.8227 38.0032 21.6766C38.1529 21.5304 38.3303 21.4157 38.525 21.3392C38.7197 21.2627 38.9277 21.2259 39.1369 21.2309H52.3261C52.7354 21.2408 53.1247 21.4104 53.4106 21.7034C53.6966 21.9964 53.8567 22.3896 53.8567 22.7991C53.8567 23.2085 53.6966 23.6017 53.4106 23.8947C53.1247 24.1877 52.7354 24.3573 52.3261 24.3672V24.3672ZM52.3261 30.2584H39.1369C38.9277 30.2635 38.7197 30.2266 38.525 30.1501C38.3303 30.0736 38.1529 29.9589 38.0032 29.8128C37.8535 29.6666 37.7346 29.4921 37.6534 29.2993C37.5721 29.1065 37.5303 28.8994 37.5303 28.6903C37.5303 28.4811 37.5721 28.274 37.6534 28.0812C37.7346 27.8884 37.8535 27.7139 38.0032 27.5677C38.1529 27.4216 38.3303 27.3069 38.525 27.2304C38.7197 27.1539 38.9277 27.1171 39.1369 27.1221H52.3261C52.5352 27.1171 52.7433 27.1539 52.9379 27.2304C53.1326 27.3069 53.31 27.4216 53.4597 27.5677C53.6094 27.7139 53.7284 27.8884 53.8096 28.0812C53.8908 28.274 53.9327 28.4811 53.9327 28.6903C53.9327 28.8994 53.8908 29.1065 53.8096 29.2993C53.7284 29.4921 53.6094 29.6666 53.4597 29.8128C53.31 29.9589 53.1326 30.0736 52.9379 30.1501C52.7433 30.2266 52.5352 30.2635 52.3261 30.2584ZM52.3261 36.1496H39.1369C38.7208 36.1496 38.3219 35.9843 38.0277 35.6901C37.7335 35.396 37.5683 34.997 37.5683 34.581C37.5683 34.165 37.7335 33.766 38.0277 33.4718C38.3219 33.1776 38.7208 33.0124 39.1369 33.0124H52.3261C52.7421 33.0124 53.1411 33.1776 53.4353 33.4718C53.7294 33.766 53.8947 34.165 53.8947 34.581C53.8947 34.997 53.7294 35.396 53.4353 35.6901C53.1411 35.9843 52.7421 36.1496 52.3261 36.1496V36.1496ZM20.6491 24.1604C21.5708 24.1604 22.3501 25.1979 22.3501 26.4256C22.3501 27.6533 21.5708 28.6898 20.6501 28.6898C19.7293 28.6898 18.9482 27.6533 18.9482 26.4256C18.9482 25.1979 19.7275 24.1604 20.6491 24.1604V24.1604ZM20.6491 21.3017C18.2627 21.3017 16.3275 23.5953 16.3275 26.4256C16.3275 29.2558 18.2627 31.5495 20.6491 31.5495C23.0356 31.5495 24.9708 29.2549 24.9708 26.4256C24.9708 23.5962 23.0356 21.3017 20.6491 21.3017ZM20.5866 33.6244C18.4072 33.655 16.2329 33.8432 14.0807 34.1877C13.6315 34.2651 13.2106 34.459 12.8598 34.7501C12.5091 35.0411 12.2409 35.4191 12.0821 35.8463L10.0053 41.2661C9.8532 41.6551 9.79835 42.0754 9.84552 42.4905C9.89268 42.9055 10.0404 43.3027 10.2759 43.6477C10.5115 43.9927 10.8276 44.275 11.197 44.4701C11.5663 44.6652 11.9777 44.7672 12.3954 44.7672H16.1685C16.6056 44.7672 17.0248 44.5936 17.3339 44.2845C17.6429 43.9754 17.8166 43.5562 17.8166 43.1191C17.8166 42.682 17.6429 42.2628 17.3339 41.9537C17.0248 41.6447 16.6056 41.471 16.1685 41.471L13.4724 41.4288L15.0033 37.4315C16.8507 37.1346 18.7161 36.9635 20.5866 36.9196C22.4208 36.9416 24.2512 37.0921 26.0643 37.3699L27.6357 41.471H24.9782C24.5412 41.471 24.1221 41.6446 23.8131 41.9536C23.5041 42.2626 23.3305 42.6817 23.3305 43.1187C23.3305 43.5556 23.5041 43.9747 23.8131 44.2837C24.1221 44.5927 24.5412 44.7663 24.9782 44.7663H28.7503C29.1686 44.7662 29.5804 44.664 29.9502 44.4685C30.3199 44.273 30.6363 43.9901 30.8718 43.6445C31.1072 43.2988 31.2547 42.9009 31.3014 42.4853C31.3481 42.0697 31.2925 41.6489 31.1395 41.2597L29.0095 35.8454C28.8423 35.4157 28.5671 35.0363 28.2106 34.7438C27.8541 34.4513 27.4282 34.2557 26.9741 34.1757C24.8617 33.8352 22.7271 33.651 20.5876 33.6244H20.5866Z" })), ET = ({
|
|
761
761
|
title: r,
|
|
762
762
|
titleId: a,
|
|
763
763
|
...o
|
|
764
|
-
}) => /* @__PURE__ */ d.createElement("svg", { viewBox: "0 0 68 68", xmlns: "http://www.w3.org/2000/svg", "aria-labelledby": a, ...o }, r ? /* @__PURE__ */ d.createElement("title", { id: a }, r) : null, /* @__PURE__ */ d.createElement("path", { d: "M60.4664 59.0967L53.194 21.3402C52.7959 19.5465 51.7878 17.9465 50.3415 16.8132C48.8952 15.68 47.1005 15.0838 45.2637 15.1263H45.1814V7.34288C45.1814 6.3785 44.9915 5.42357 44.6224 4.53261C44.2533 3.64166 43.7123 2.83213 43.0303 2.15027C42.3484 1.4684 41.5388 0.927552 40.6477 0.558607C39.7567 0.189661 38.8018 -0.000154207 37.8374 9.39976e-08H30.2008C28.2533 9.39976e-08 26.3856 0.773623 25.0086 2.15068C23.6315 3.52774 22.8579 5.39543 22.8579 7.34288V15.1263H22.7381C20.9012 15.0838 19.1065 15.68 17.6602 16.8132C16.214 17.9465 15.2058 19.5465 14.8077 21.3402L7.53535 59.0955C7.35991 60.2215 7.43605 61.3724 7.75829 62.4655C8.08054 63.5586 8.6409 64.5668 9.39911 65.4175C10.1573 66.2683 11.0946 66.9406 12.1435 67.386C13.1924 67.8315 14.327 68.0391 15.4657 67.9939H52.5337C53.6724 68.0391 54.807 67.8315 55.8559 67.386C56.9048 66.9406 57.8421 66.2683 58.6003 65.4175C59.3585 64.5668 59.9188 63.5586 60.2411 62.4655C60.5633 61.3724 60.6395 60.2215 60.464 59.0955L60.4664 59.0967ZM28.18 7.8375C28.1803 7.1415 28.457 6.47409 28.9491 5.98194C29.4412 5.4898 30.1087 5.21317 30.8047 5.21286H37.3052C38.0014 5.21317 38.669 5.48996 39.1611 5.98236C39.6533 6.47476 39.9298 7.14247 39.9298 7.83868V15.1263H28.18V7.8375ZM55.1137 62.4592C54.7897 62.821 54.3918 63.1091 53.9469 63.3041C53.5021 63.499 53.0206 63.5963 52.5349 63.5894H15.468C14.9823 63.5964 14.5008 63.4992 14.0559 63.3042C13.6111 63.1092 13.2132 62.821 12.8892 62.4592C12.5746 62.116 12.3448 61.7038 12.2183 61.2558C12.0918 60.8077 12.0721 60.3362 12.1608 59.8792L19.4332 22.1226C19.5988 21.3747 20.019 20.7074 20.622 20.2349C21.225 19.7624 21.9734 19.514 22.7392 19.5321H22.8579V26.0761C22.858 26.4216 22.9264 26.7637 23.059 27.0827C23.1916 27.4018 23.3859 27.6915 23.6307 27.9354C23.8755 28.1792 24.1661 28.3723 24.4856 28.5036C24.8052 28.635 25.1476 28.7019 25.4931 28.7007H25.5636C26.2582 28.6982 26.9235 28.4206 27.4138 27.9287C27.9042 27.4368 28.1797 26.7706 28.18 26.0761V19.5321H39.9298V26.015C39.9298 26.7114 40.2065 27.3793 40.6989 27.8717C41.1913 28.3641 41.8592 28.6408 42.5556 28.6408C43.252 28.6408 43.9199 28.3641 44.4124 27.8717C44.9048 27.3793 45.1814 26.7114 45.1814 26.015V19.5321H45.2637C46.0296 19.514 46.7779 19.7624 47.3809 20.2349C47.984 20.7074 48.4042 21.3747 48.5697 22.1226L55.8421 59.8792C55.9308 60.3362 55.9111 60.8077 55.7846 61.2558C55.6581 61.7038 55.4283 62.116 55.1137 62.4592V62.4592Z" })),
|
|
764
|
+
}) => /* @__PURE__ */ d.createElement("svg", { viewBox: "0 0 68 68", xmlns: "http://www.w3.org/2000/svg", "aria-labelledby": a, ...o }, r ? /* @__PURE__ */ d.createElement("title", { id: a }, r) : null, /* @__PURE__ */ d.createElement("path", { d: "M60.4664 59.0967L53.194 21.3402C52.7959 19.5465 51.7878 17.9465 50.3415 16.8132C48.8952 15.68 47.1005 15.0838 45.2637 15.1263H45.1814V7.34288C45.1814 6.3785 44.9915 5.42357 44.6224 4.53261C44.2533 3.64166 43.7123 2.83213 43.0303 2.15027C42.3484 1.4684 41.5388 0.927552 40.6477 0.558607C39.7567 0.189661 38.8018 -0.000154207 37.8374 9.39976e-08H30.2008C28.2533 9.39976e-08 26.3856 0.773623 25.0086 2.15068C23.6315 3.52774 22.8579 5.39543 22.8579 7.34288V15.1263H22.7381C20.9012 15.0838 19.1065 15.68 17.6602 16.8132C16.214 17.9465 15.2058 19.5465 14.8077 21.3402L7.53535 59.0955C7.35991 60.2215 7.43605 61.3724 7.75829 62.4655C8.08054 63.5586 8.6409 64.5668 9.39911 65.4175C10.1573 66.2683 11.0946 66.9406 12.1435 67.386C13.1924 67.8315 14.327 68.0391 15.4657 67.9939H52.5337C53.6724 68.0391 54.807 67.8315 55.8559 67.386C56.9048 66.9406 57.8421 66.2683 58.6003 65.4175C59.3585 64.5668 59.9188 63.5586 60.2411 62.4655C60.5633 61.3724 60.6395 60.2215 60.464 59.0955L60.4664 59.0967ZM28.18 7.8375C28.1803 7.1415 28.457 6.47409 28.9491 5.98194C29.4412 5.4898 30.1087 5.21317 30.8047 5.21286H37.3052C38.0014 5.21317 38.669 5.48996 39.1611 5.98236C39.6533 6.47476 39.9298 7.14247 39.9298 7.83868V15.1263H28.18V7.8375ZM55.1137 62.4592C54.7897 62.821 54.3918 63.1091 53.9469 63.3041C53.5021 63.499 53.0206 63.5963 52.5349 63.5894H15.468C14.9823 63.5964 14.5008 63.4992 14.0559 63.3042C13.6111 63.1092 13.2132 62.821 12.8892 62.4592C12.5746 62.116 12.3448 61.7038 12.2183 61.2558C12.0918 60.8077 12.0721 60.3362 12.1608 59.8792L19.4332 22.1226C19.5988 21.3747 20.019 20.7074 20.622 20.2349C21.225 19.7624 21.9734 19.514 22.7392 19.5321H22.8579V26.0761C22.858 26.4216 22.9264 26.7637 23.059 27.0827C23.1916 27.4018 23.3859 27.6915 23.6307 27.9354C23.8755 28.1792 24.1661 28.3723 24.4856 28.5036C24.8052 28.635 25.1476 28.7019 25.4931 28.7007H25.5636C26.2582 28.6982 26.9235 28.4206 27.4138 27.9287C27.9042 27.4368 28.1797 26.7706 28.18 26.0761V19.5321H39.9298V26.015C39.9298 26.7114 40.2065 27.3793 40.6989 27.8717C41.1913 28.3641 41.8592 28.6408 42.5556 28.6408C43.252 28.6408 43.9199 28.3641 44.4124 27.8717C44.9048 27.3793 45.1814 26.7114 45.1814 26.015V19.5321H45.2637C46.0296 19.514 46.7779 19.7624 47.3809 20.2349C47.984 20.7074 48.4042 21.3747 48.5697 22.1226L55.8421 59.8792C55.9308 60.3362 55.9111 60.8077 55.7846 61.2558C55.6581 61.7038 55.4283 62.116 55.1137 62.4592V62.4592Z" })), ST = ({
|
|
765
765
|
title: r,
|
|
766
766
|
titleId: a,
|
|
767
767
|
...o
|
|
768
|
-
}) => /* @__PURE__ */ d.createElement("svg", { viewBox: "0 0 14 18", xmlns: "http://www.w3.org/2000/svg", "aria-labelledby": a, ...o }, r ? /* @__PURE__ */ d.createElement("title", { id: a }, r) : null, /* @__PURE__ */ d.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M14 6.684h-4v-6H4v6H0l7 7 7-7zm-8 2v-6h2v6h1.17L7 10.854l-2.17-2.17H6zm8 9v-2H0v2h14z" })),
|
|
768
|
+
}) => /* @__PURE__ */ d.createElement("svg", { viewBox: "0 0 14 18", xmlns: "http://www.w3.org/2000/svg", "aria-labelledby": a, ...o }, r ? /* @__PURE__ */ d.createElement("title", { id: a }, r) : null, /* @__PURE__ */ d.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M14 6.684h-4v-6H4v6H0l7 7 7-7zm-8 2v-6h2v6h1.17L7 10.854l-2.17-2.17H6zm8 9v-2H0v2h14z" })), kT = ({
|
|
769
769
|
title: r,
|
|
770
770
|
titleId: a,
|
|
771
771
|
...o
|
|
772
|
-
}) => /* @__PURE__ */ d.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", "aria-labelledby": a, ...o }, r ? /* @__PURE__ */ d.createElement("title", { id: a }, r) : null, /* @__PURE__ */ d.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M17.659 3C17.409 3 17.149 3.1 16.959 3.29L15.129 5.12L18.879 8.87L20.709 7.04C21.099 6.65 21.099 6.02 20.709 5.63L18.369 3.29C18.169 3.09 17.919 3 17.659 3ZM14.059 9.02L14.979 9.94L5.91902 19H4.99902V18.08L14.059 9.02ZM2.99902 17.25L14.059 6.19L17.809 9.94L6.74902 21H2.99902V17.25Z" })),
|
|
772
|
+
}) => /* @__PURE__ */ d.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", "aria-labelledby": a, ...o }, r ? /* @__PURE__ */ d.createElement("title", { id: a }, r) : null, /* @__PURE__ */ d.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M17.659 3C17.409 3 17.149 3.1 16.959 3.29L15.129 5.12L18.879 8.87L20.709 7.04C21.099 6.65 21.099 6.02 20.709 5.63L18.369 3.29C18.169 3.09 17.919 3 17.659 3ZM14.059 9.02L14.979 9.94L5.91902 19H4.99902V18.08L14.059 9.02ZM2.99902 17.25L14.059 6.19L17.809 9.94L6.74902 21H2.99902V17.25Z" })), TT = ({
|
|
773
773
|
title: r,
|
|
774
774
|
titleId: a,
|
|
775
775
|
...o
|
|
776
|
-
}) => /* @__PURE__ */ d.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", "aria-labelledby": a, ...o }, r ? /* @__PURE__ */ d.createElement("title", { id: a }, r) : null, /* @__PURE__ */ d.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2ZM13.003 13H11.003V7H13.003V13ZM11.003 16.9985H13.003V14.9985H11.003V16.9985Z" })),
|
|
776
|
+
}) => /* @__PURE__ */ d.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", "aria-labelledby": a, ...o }, r ? /* @__PURE__ */ d.createElement("title", { id: a }, r) : null, /* @__PURE__ */ d.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2ZM13.003 13H11.003V7H13.003V13ZM11.003 16.9985H13.003V14.9985H11.003V16.9985Z" })), _T = ({
|
|
777
777
|
title: r,
|
|
778
778
|
titleId: a,
|
|
779
779
|
...o
|
|
780
|
-
}) => /* @__PURE__ */ d.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", "aria-labelledby": a, ...o }, r ? /* @__PURE__ */ d.createElement("title", { id: a }, r) : null, /* @__PURE__ */ d.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11.99 2C6.47 2 2 6.48 2 12C2 17.52 6.47 22 11.99 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 11.99 2ZM13.003 7H11.003V13H13.003V7ZM13.003 14.9985H11.003V16.9985H13.003V14.9985ZM4.00149 12.0015C4.00149 16.4215 7.58149 20.0015 12.0015 20.0015C16.4215 20.0015 20.0015 16.4215 20.0015 12.0015C20.0015 7.58149 16.4215 4.00149 12.0015 4.00149C7.58149 4.00149 4.00149 7.58149 4.00149 12.0015Z" })),
|
|
780
|
+
}) => /* @__PURE__ */ d.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", "aria-labelledby": a, ...o }, r ? /* @__PURE__ */ d.createElement("title", { id: a }, r) : null, /* @__PURE__ */ d.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11.99 2C6.47 2 2 6.48 2 12C2 17.52 6.47 22 11.99 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 11.99 2ZM13.003 7H11.003V13H13.003V7ZM13.003 14.9985H11.003V16.9985H13.003V14.9985ZM4.00149 12.0015C4.00149 16.4215 7.58149 20.0015 12.0015 20.0015C16.4215 20.0015 20.0015 16.4215 20.0015 12.0015C20.0015 7.58149 16.4215 4.00149 12.0015 4.00149C7.58149 4.00149 4.00149 7.58149 4.00149 12.0015Z" })), DT = ({
|
|
781
781
|
title: r,
|
|
782
782
|
titleId: a,
|
|
783
783
|
...o
|
|
784
|
-
}) => /* @__PURE__ */ d.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", "aria-labelledby": a, ...o }, r ? /* @__PURE__ */ d.createElement("title", { id: a }, r) : null, /* @__PURE__ */ d.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3 2C3 1.44772 3.44772 1 4 1H16C16.2664 1 16.5218 1.10632 16.7096 1.29537L20.7096 5.3234C20.8956 5.51073 21 5.76402 21 6.02803V22C21 22.5523 20.5523 23 20 23H4C3.44772 23 3 22.5523 3 22V2ZM5 3V21H19V6.4402L15.5837 3H5Z" }), /* @__PURE__ */ d.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M14 6V2H16V6H20V8H16C14.8954 8 14 7.10457 14 6Z" }), /* @__PURE__ */ d.createElement("path", { d: "M7.5 12.5V15.5H9.5L12 18V9.99999L9.5 12.5H7.5ZM14.25 14C14.25 13.115 13.74 12.355 13 11.985V16.01C13.74 15.645 14.25 14.885 14.25 14ZM13 9.61499V10.645C14.445 11.075 15.5 12.415 15.5 14C15.5 15.585 14.445 16.925 13 17.355V18.385C15.005 17.93 16.5 16.14 16.5 14C16.5 11.86 15.005 10.07 13 9.61499Z" })),
|
|
784
|
+
}) => /* @__PURE__ */ d.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", "aria-labelledby": a, ...o }, r ? /* @__PURE__ */ d.createElement("title", { id: a }, r) : null, /* @__PURE__ */ d.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3 2C3 1.44772 3.44772 1 4 1H16C16.2664 1 16.5218 1.10632 16.7096 1.29537L20.7096 5.3234C20.8956 5.51073 21 5.76402 21 6.02803V22C21 22.5523 20.5523 23 20 23H4C3.44772 23 3 22.5523 3 22V2ZM5 3V21H19V6.4402L15.5837 3H5Z" }), /* @__PURE__ */ d.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M14 6V2H16V6H20V8H16C14.8954 8 14 7.10457 14 6Z" }), /* @__PURE__ */ d.createElement("path", { d: "M7.5 12.5V15.5H9.5L12 18V9.99999L9.5 12.5H7.5ZM14.25 14C14.25 13.115 13.74 12.355 13 11.985V16.01C13.74 15.645 14.25 14.885 14.25 14ZM13 9.61499V10.645C14.445 11.075 15.5 12.415 15.5 14C15.5 15.585 14.445 16.925 13 17.355V18.385C15.005 17.93 16.5 16.14 16.5 14C16.5 11.86 15.005 10.07 13 9.61499Z" })), RT = ({
|
|
785
785
|
title: r,
|
|
786
786
|
titleId: a,
|
|
787
787
|
...o
|
|
788
|
-
}) => /* @__PURE__ */ d.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", "aria-labelledby": a, ...o }, r ? /* @__PURE__ */ d.createElement("title", { id: a }, r) : null, /* @__PURE__ */ d.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3 2.1875C3 1.63522 3.44772 1.1875 4 1.1875H16C16.2664 1.1875 16.5218 1.29382 16.7096 1.48287L20.7096 5.5109C20.8956 5.69823 21 5.95152 21 6.21553V22.1875C21 22.7398 20.5523 23.1875 20 23.1875H4C3.44772 23.1875 3 22.7398 3 22.1875V2.1875ZM5 3.1875V21.1875H19V6.6277L15.5837 3.1875H5Z" }), /* @__PURE__ */ d.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M14 6.1875V2.1875H16V6.1875H20V8.1875H16C14.8954 8.1875 14 7.29207 14 6.1875Z" }), /* @__PURE__ */ d.createElement("rect", { x: 7, y: 11.1875, width: 10, height: 2 }), /* @__PURE__ */ d.createElement("rect", { x: 7, y: 15.1875, width: 10, height: 2 })),
|
|
788
|
+
}) => /* @__PURE__ */ d.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", "aria-labelledby": a, ...o }, r ? /* @__PURE__ */ d.createElement("title", { id: a }, r) : null, /* @__PURE__ */ d.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3 2.1875C3 1.63522 3.44772 1.1875 4 1.1875H16C16.2664 1.1875 16.5218 1.29382 16.7096 1.48287L20.7096 5.5109C20.8956 5.69823 21 5.95152 21 6.21553V22.1875C21 22.7398 20.5523 23.1875 20 23.1875H4C3.44772 23.1875 3 22.7398 3 22.1875V2.1875ZM5 3.1875V21.1875H19V6.6277L15.5837 3.1875H5Z" }), /* @__PURE__ */ d.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M14 6.1875V2.1875H16V6.1875H20V8.1875H16C14.8954 8.1875 14 7.29207 14 6.1875Z" }), /* @__PURE__ */ d.createElement("rect", { x: 7, y: 11.1875, width: 10, height: 2 }), /* @__PURE__ */ d.createElement("rect", { x: 7, y: 15.1875, width: 10, height: 2 })), ZT = ({
|
|
789
789
|
title: r,
|
|
790
790
|
titleId: a,
|
|
791
791
|
...o
|
|
792
|
-
}) => /* @__PURE__ */ d.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", "aria-labelledby": a, ...o }, r ? /* @__PURE__ */ d.createElement("title", { id: a }, r) : null, /* @__PURE__ */ d.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3 2C3 1.44772 3.44772 1 4 1H16C16.2664 1 16.5218 1.10632 16.7096 1.29537L20.7096 5.3234C20.8956 5.51073 21 5.76402 21 6.02803V22C21 22.5523 20.5523 23 20 23H4C3.44772 23 3 22.5523 3 22V2ZM5 3V21H19V6.4402L15.5837 3H5Z" }), /* @__PURE__ */ d.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M14 6V2H16V6H20V8H16C14.8954 8 14 7.10457 14 6Z" })),
|
|
792
|
+
}) => /* @__PURE__ */ d.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", "aria-labelledby": a, ...o }, r ? /* @__PURE__ */ d.createElement("title", { id: a }, r) : null, /* @__PURE__ */ d.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3 2C3 1.44772 3.44772 1 4 1H16C16.2664 1 16.5218 1.10632 16.7096 1.29537L20.7096 5.3234C20.8956 5.51073 21 5.76402 21 6.02803V22C21 22.5523 20.5523 23 20 23H4C3.44772 23 3 22.5523 3 22V2ZM5 3V21H19V6.4402L15.5837 3H5Z" }), /* @__PURE__ */ d.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M14 6V2H16V6H20V8H16C14.8954 8 14 7.10457 14 6Z" })), OT = ({
|
|
793
793
|
title: r,
|
|
794
794
|
titleId: a,
|
|
795
795
|
...o
|
|
796
|
-
}) => /* @__PURE__ */ d.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", "aria-labelledby": a, ...o }, r ? /* @__PURE__ */ d.createElement("title", { id: a }, r) : null, /* @__PURE__ */ d.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3 2C3 1.44772 3.44772 1 4 1H16C16.2664 1 16.5218 1.10632 16.7096 1.29537L20.7096 5.3234C20.8956 5.51073 21 5.76402 21 6.02803V22C21 22.5523 20.5523 23 20 23H4C3.44772 23 3 22.5523 3 22V2ZM5 3V21H19V6.4402L15.5837 3H5Z" }), /* @__PURE__ */ d.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M14 6V2H16V6H20V8H16C14.8954 8 14 7.10457 14 6Z" }), /* @__PURE__ */ d.createElement("path", { d: "M14 11L11.1689 15L9.33333 12.4737L6 18H18L14 11Z" }), /* @__PURE__ */ d.createElement("circle", { cx: 9.375, cy: 10.125, r: 1.125 }), /* @__PURE__ */ d.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M14 6V2H16V6H20V8H16C14.8954 8 14 7.10457 14 6Z" })),
|
|
796
|
+
}) => /* @__PURE__ */ d.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", "aria-labelledby": a, ...o }, r ? /* @__PURE__ */ d.createElement("title", { id: a }, r) : null, /* @__PURE__ */ d.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3 2C3 1.44772 3.44772 1 4 1H16C16.2664 1 16.5218 1.10632 16.7096 1.29537L20.7096 5.3234C20.8956 5.51073 21 5.76402 21 6.02803V22C21 22.5523 20.5523 23 20 23H4C3.44772 23 3 22.5523 3 22V2ZM5 3V21H19V6.4402L15.5837 3H5Z" }), /* @__PURE__ */ d.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M14 6V2H16V6H20V8H16C14.8954 8 14 7.10457 14 6Z" }), /* @__PURE__ */ d.createElement("path", { d: "M14 11L11.1689 15L9.33333 12.4737L6 18H18L14 11Z" }), /* @__PURE__ */ d.createElement("circle", { cx: 9.375, cy: 10.125, r: 1.125 }), /* @__PURE__ */ d.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M14 6V2H16V6H20V8H16C14.8954 8 14 7.10457 14 6Z" })), NT = ({
|
|
797
797
|
title: r,
|
|
798
798
|
titleId: a,
|
|
799
799
|
...o
|
|
800
|
-
}) => /* @__PURE__ */ d.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", "aria-labelledby": a, ...o }, r ? /* @__PURE__ */ d.createElement("title", { id: a }, r) : null, /* @__PURE__ */ d.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3 2C3 1.44772 3.44772 1 4 1H16C16.2664 1 16.5218 1.10632 16.7096 1.29537L20.7096 5.3234C20.8956 5.51073 21 5.76402 21 6.02803V22C21 22.5523 20.5523 23 20 23H4C3.44772 23 3 22.5523 3 22V2ZM5 3V21H19V6.4402L15.5837 3H5Z" }), /* @__PURE__ */ d.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M14 6V2H16V6H20V8H16C14.8954 8 14 7.10457 14 6Z" }), /* @__PURE__ */ d.createElement("path", { d: "M13.6828 13.8743C13.2704 13.4142 12.863 12.9001 12.4962 12.4376C12.3232 12.219 12.1577 12.0106 12.0029 11.8212L11.9915 11.8074C12.2182 11.1612 12.3478 10.6324 12.3767 10.2353C12.4502 9.22357 12.3372 8.57191 12.0318 8.24344C11.8255 8.02117 11.5157 7.94372 11.2243 8.0418C11.0156 8.11179 10.733 8.29939 10.5714 8.79483C10.3306 9.53339 10.4473 10.8413 11.1318 11.9231C10.8264 12.7235 10.4006 13.6433 9.93027 14.519C9.03462 14.8332 8.32073 15.2463 7.80833 15.7475C7.13895 16.4013 6.86685 17.0504 7.06155 17.5278C7.18148 17.8236 7.45884 18 7.80329 18C8.04315 18 8.30253 17.9133 8.55358 17.7496C9.18744 17.3349 10.0151 15.9533 10.4591 15.1526C11.3776 14.8656 12.2844 14.7483 12.7453 14.7037C12.9538 14.6835 13.1608 14.6675 13.3601 14.6563C14.1667 15.5087 14.8264 15.9583 15.4342 16.0705C15.5566 16.0933 15.6789 16.1047 15.7984 16.1047C16.2937 16.1047 16.703 15.907 16.894 15.5759C17.0381 15.3258 17.0352 15.0339 16.8859 14.775C16.5487 14.1907 15.5309 13.8691 14.02 13.8691C13.9113 13.8693 13.799 13.8708 13.6828 13.8743ZM8.13305 17.1068C8.01311 17.1851 7.88989 17.2318 7.80307 17.2318C7.78663 17.2318 7.77544 17.2301 7.76909 17.2285C7.75396 17.152 7.80833 16.8209 8.34441 16.2967C8.59611 16.0505 8.91447 15.8258 9.29137 15.627C8.8158 16.3928 8.38782 16.9402 8.13305 17.1068ZM11.3006 9.03334C11.3565 8.86197 11.4258 8.78452 11.469 8.77004C11.4701 8.76982 11.471 8.76938 11.4718 8.76916C11.5135 8.81612 11.6907 9.08446 11.6113 10.1802C11.5975 10.3713 11.551 10.6129 11.4727 10.8999C11.2166 10.2399 11.1463 9.50662 11.3006 9.03334ZM12.6712 13.9397C12.2629 13.979 11.6411 14.0599 10.9474 14.2243C11.2164 13.6867 11.4655 13.1419 11.6736 12.637C11.7457 12.7274 11.8196 12.8202 11.8946 12.9153C12.1456 13.2319 12.4276 13.5878 12.7198 13.9353L12.6712 13.9397ZM16.2207 15.1592C16.2321 15.179 16.2319 15.1869 16.229 15.1921C16.1968 15.2481 16.051 15.3369 15.7973 15.3369C15.7265 15.3369 15.6511 15.3297 15.5732 15.3152C15.2566 15.2566 14.8874 15.0377 14.4473 14.6471C15.6414 14.7041 16.124 14.9922 16.2207 15.1592Z" })),
|
|
800
|
+
}) => /* @__PURE__ */ d.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", "aria-labelledby": a, ...o }, r ? /* @__PURE__ */ d.createElement("title", { id: a }, r) : null, /* @__PURE__ */ d.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3 2C3 1.44772 3.44772 1 4 1H16C16.2664 1 16.5218 1.10632 16.7096 1.29537L20.7096 5.3234C20.8956 5.51073 21 5.76402 21 6.02803V22C21 22.5523 20.5523 23 20 23H4C3.44772 23 3 22.5523 3 22V2ZM5 3V21H19V6.4402L15.5837 3H5Z" }), /* @__PURE__ */ d.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M14 6V2H16V6H20V8H16C14.8954 8 14 7.10457 14 6Z" }), /* @__PURE__ */ d.createElement("path", { d: "M13.6828 13.8743C13.2704 13.4142 12.863 12.9001 12.4962 12.4376C12.3232 12.219 12.1577 12.0106 12.0029 11.8212L11.9915 11.8074C12.2182 11.1612 12.3478 10.6324 12.3767 10.2353C12.4502 9.22357 12.3372 8.57191 12.0318 8.24344C11.8255 8.02117 11.5157 7.94372 11.2243 8.0418C11.0156 8.11179 10.733 8.29939 10.5714 8.79483C10.3306 9.53339 10.4473 10.8413 11.1318 11.9231C10.8264 12.7235 10.4006 13.6433 9.93027 14.519C9.03462 14.8332 8.32073 15.2463 7.80833 15.7475C7.13895 16.4013 6.86685 17.0504 7.06155 17.5278C7.18148 17.8236 7.45884 18 7.80329 18C8.04315 18 8.30253 17.9133 8.55358 17.7496C9.18744 17.3349 10.0151 15.9533 10.4591 15.1526C11.3776 14.8656 12.2844 14.7483 12.7453 14.7037C12.9538 14.6835 13.1608 14.6675 13.3601 14.6563C14.1667 15.5087 14.8264 15.9583 15.4342 16.0705C15.5566 16.0933 15.6789 16.1047 15.7984 16.1047C16.2937 16.1047 16.703 15.907 16.894 15.5759C17.0381 15.3258 17.0352 15.0339 16.8859 14.775C16.5487 14.1907 15.5309 13.8691 14.02 13.8691C13.9113 13.8693 13.799 13.8708 13.6828 13.8743ZM8.13305 17.1068C8.01311 17.1851 7.88989 17.2318 7.80307 17.2318C7.78663 17.2318 7.77544 17.2301 7.76909 17.2285C7.75396 17.152 7.80833 16.8209 8.34441 16.2967C8.59611 16.0505 8.91447 15.8258 9.29137 15.627C8.8158 16.3928 8.38782 16.9402 8.13305 17.1068ZM11.3006 9.03334C11.3565 8.86197 11.4258 8.78452 11.469 8.77004C11.4701 8.76982 11.471 8.76938 11.4718 8.76916C11.5135 8.81612 11.6907 9.08446 11.6113 10.1802C11.5975 10.3713 11.551 10.6129 11.4727 10.8999C11.2166 10.2399 11.1463 9.50662 11.3006 9.03334ZM12.6712 13.9397C12.2629 13.979 11.6411 14.0599 10.9474 14.2243C11.2164 13.6867 11.4655 13.1419 11.6736 12.637C11.7457 12.7274 11.8196 12.8202 11.8946 12.9153C12.1456 13.2319 12.4276 13.5878 12.7198 13.9353L12.6712 13.9397ZM16.2207 15.1592C16.2321 15.179 16.2319 15.1869 16.229 15.1921C16.1968 15.2481 16.051 15.3369 15.7973 15.3369C15.7265 15.3369 15.6511 15.3297 15.5732 15.3152C15.2566 15.2566 14.8874 15.0377 14.4473 14.6471C15.6414 14.7041 16.124 14.9922 16.2207 15.1592Z" })), PT = ({
|
|
801
801
|
title: r,
|
|
802
802
|
titleId: a,
|
|
803
803
|
...o
|
|
804
|
-
}) => /* @__PURE__ */ d.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", "aria-labelledby": a, ...o }, r ? /* @__PURE__ */ d.createElement("title", { id: a }, r) : null, /* @__PURE__ */ d.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3 2C3 1.44772 3.44772 1 4 1H16C16.2664 1 16.5218 1.10632 16.7096 1.29537L20.7096 5.3234C20.8956 5.51073 21 5.76402 21 6.02803V22C21 22.5523 20.5523 23 20 23H4C3.44772 23 3 22.5523 3 22V2ZM5 3V21H19V6.4402L15.5837 3H5Z" }), /* @__PURE__ */ d.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M14 6V2H16V6H20V8H16C14.8954 8 14 7.10457 14 6Z" }), /* @__PURE__ */ d.createElement("rect", { x: 7, y: 11, width: 4, height: 2 }), /* @__PURE__ */ d.createElement("rect", { x: 13, y: 11, width: 4, height: 2 }), /* @__PURE__ */ d.createElement("rect", { x: 7, y: 15, width: 4, height: 2 }), /* @__PURE__ */ d.createElement("rect", { x: 13, y: 15, width: 4, height: 2 })),
|
|
804
|
+
}) => /* @__PURE__ */ d.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", "aria-labelledby": a, ...o }, r ? /* @__PURE__ */ d.createElement("title", { id: a }, r) : null, /* @__PURE__ */ d.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3 2C3 1.44772 3.44772 1 4 1H16C16.2664 1 16.5218 1.10632 16.7096 1.29537L20.7096 5.3234C20.8956 5.51073 21 5.76402 21 6.02803V22C21 22.5523 20.5523 23 20 23H4C3.44772 23 3 22.5523 3 22V2ZM5 3V21H19V6.4402L15.5837 3H5Z" }), /* @__PURE__ */ d.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M14 6V2H16V6H20V8H16C14.8954 8 14 7.10457 14 6Z" }), /* @__PURE__ */ d.createElement("rect", { x: 7, y: 11, width: 4, height: 2 }), /* @__PURE__ */ d.createElement("rect", { x: 13, y: 11, width: 4, height: 2 }), /* @__PURE__ */ d.createElement("rect", { x: 7, y: 15, width: 4, height: 2 }), /* @__PURE__ */ d.createElement("rect", { x: 13, y: 15, width: 4, height: 2 })), BT = ({
|
|
805
805
|
title: r,
|
|
806
806
|
titleId: a,
|
|
807
807
|
...o
|
|
808
|
-
}) => /* @__PURE__ */ d.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", "aria-labelledby": a, ...o }, r ? /* @__PURE__ */ d.createElement("title", { id: a }, r) : null, /* @__PURE__ */ d.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3 2C3 1.44772 3.44772 1 4 1H16C16.2664 1 16.5218 1.10632 16.7096 1.29537L20.7096 5.3234C20.8956 5.51073 21 5.76402 21 6.02803V22C21 22.5523 20.5523 23 20 23H4C3.44772 23 3 22.5523 3 22V2ZM5 3V21H19V6.4402L15.5837 3H5Z" }), /* @__PURE__ */ d.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M14 6V2H16V6H20V8H16C14.8954 8 14 7.10457 14 6Z" }), /* @__PURE__ */ d.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.33333 10.5H14.3333C14.6542 10.5 14.9167 10.7625 14.9167 11.0833V13.125L17.25 10.7917V17.2083L14.9167 14.875V16.9167C14.9167 17.2375 14.6542 17.5 14.3333 17.5H7.33333C7.0125 17.5 6.75 17.2375 6.75 16.9167V11.0833C6.75 10.7625 7.0125 10.5 7.33333 10.5ZM13.75 16.3333V11.6667H7.91667V16.3333H13.75Z" })),
|
|
808
|
+
}) => /* @__PURE__ */ d.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", "aria-labelledby": a, ...o }, r ? /* @__PURE__ */ d.createElement("title", { id: a }, r) : null, /* @__PURE__ */ d.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3 2C3 1.44772 3.44772 1 4 1H16C16.2664 1 16.5218 1.10632 16.7096 1.29537L20.7096 5.3234C20.8956 5.51073 21 5.76402 21 6.02803V22C21 22.5523 20.5523 23 20 23H4C3.44772 23 3 22.5523 3 22V2ZM5 3V21H19V6.4402L15.5837 3H5Z" }), /* @__PURE__ */ d.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M14 6V2H16V6H20V8H16C14.8954 8 14 7.10457 14 6Z" }), /* @__PURE__ */ d.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.33333 10.5H14.3333C14.6542 10.5 14.9167 10.7625 14.9167 11.0833V13.125L17.25 10.7917V17.2083L14.9167 14.875V16.9167C14.9167 17.2375 14.6542 17.5 14.3333 17.5H7.33333C7.0125 17.5 6.75 17.2375 6.75 16.9167V11.0833C6.75 10.7625 7.0125 10.5 7.33333 10.5ZM13.75 16.3333V11.6667H7.91667V16.3333H13.75Z" })), FT = ({
|
|
809
809
|
title: r,
|
|
810
810
|
titleId: a,
|
|
811
811
|
...o
|
|
812
|
-
}) => /* @__PURE__ */ d.createElement("svg", { viewBox: "0 0 18 19", xmlns: "http://www.w3.org/2000/svg", "aria-labelledby": a, ...o }, r ? /* @__PURE__ */ d.createElement("title", { id: a }, r) : null, /* @__PURE__ */ d.createElement("path", { d: "M9 0C4.03 0 0 4.03 0 9V16C0 17.66 1.34 19 3 19H6V11H2V9C2 5.13 5.13 2 9 2C12.87 2 16 5.13 16 9V11H12V19H15C16.66 19 18 17.66 18 16V9C18 4.03 13.97 0 9 0Z" })),
|
|
812
|
+
}) => /* @__PURE__ */ d.createElement("svg", { viewBox: "0 0 18 19", xmlns: "http://www.w3.org/2000/svg", "aria-labelledby": a, ...o }, r ? /* @__PURE__ */ d.createElement("title", { id: a }, r) : null, /* @__PURE__ */ d.createElement("path", { d: "M9 0C4.03 0 0 4.03 0 9V16C0 17.66 1.34 19 3 19H6V11H2V9C2 5.13 5.13 2 9 2C12.87 2 16 5.13 16 9V11H12V19H15C16.66 19 18 17.66 18 16V9C18 4.03 13.97 0 9 0Z" })), jT = ({
|
|
813
813
|
title: r,
|
|
814
814
|
titleId: a,
|
|
815
815
|
...o
|
|
816
|
-
}) => /* @__PURE__ */ d.createElement("svg", { viewBox: "0 0 32 33", xmlns: "http://www.w3.org/2000/svg", "aria-labelledby": a, ...o }, r ? /* @__PURE__ */ d.createElement("title", { id: a }, r) : null, /* @__PURE__ */ d.createElement("path", { d: "M16.1062 13.7323C19.3005 13.7323 21.8899 10.6582 21.8899 6.86615C21.8899 3.07408 19.3005 0 16.1062 0C12.912 0 10.3225 3.07408 10.3225 6.86615C10.3225 10.6582 12.912 13.7323 16.1062 13.7323Z" }), /* @__PURE__ */ d.createElement("path", { d: "M29.0871 32.0027L2.73962 31.9916C2.31341 31.9677 1.89772 31.85 1.52217 31.6468C1.14663 31.4436 0.820479 31.16 0.566992 30.8161C0.313505 30.4722 0.138921 30.0766 0.0556894 29.6574C-0.0275417 29.2382 -0.0173696 28.8057 0.0854806 28.3909L3.56402 19.1916C3.73971 18.7901 4.00118 18.4319 4.33003 18.1425C4.65887 17.853 5.04709 17.6392 5.46735 17.5162C8.73821 16.9525 12.0475 16.6417 15.366 16.5867C19.5318 16.5867 23.658 17.2262 25.3845 17.3497C25.9474 17.3346 26.5039 17.4726 26.9947 17.7491C27.4855 18.0256 27.8922 18.4302 28.1716 18.9198L31.8785 28.3236C32.0085 28.7551 32.0346 29.2112 31.9548 29.6547C31.8749 30.0982 31.6913 30.5165 31.4191 30.8754C31.1468 31.2342 30.7935 31.5234 30.3882 31.7194C29.9829 31.9153 29.537 32.0124 29.0871 32.0027Z" })),
|
|
816
|
+
}) => /* @__PURE__ */ d.createElement("svg", { viewBox: "0 0 32 33", xmlns: "http://www.w3.org/2000/svg", "aria-labelledby": a, ...o }, r ? /* @__PURE__ */ d.createElement("title", { id: a }, r) : null, /* @__PURE__ */ d.createElement("path", { d: "M16.1062 13.7323C19.3005 13.7323 21.8899 10.6582 21.8899 6.86615C21.8899 3.07408 19.3005 0 16.1062 0C12.912 0 10.3225 3.07408 10.3225 6.86615C10.3225 10.6582 12.912 13.7323 16.1062 13.7323Z" }), /* @__PURE__ */ d.createElement("path", { d: "M29.0871 32.0027L2.73962 31.9916C2.31341 31.9677 1.89772 31.85 1.52217 31.6468C1.14663 31.4436 0.820479 31.16 0.566992 30.8161C0.313505 30.4722 0.138921 30.0766 0.0556894 29.6574C-0.0275417 29.2382 -0.0173696 28.8057 0.0854806 28.3909L3.56402 19.1916C3.73971 18.7901 4.00118 18.4319 4.33003 18.1425C4.65887 17.853 5.04709 17.6392 5.46735 17.5162C8.73821 16.9525 12.0475 16.6417 15.366 16.5867C19.5318 16.5867 23.658 17.2262 25.3845 17.3497C25.9474 17.3346 26.5039 17.4726 26.9947 17.7491C27.4855 18.0256 27.8922 18.4302 28.1716 18.9198L31.8785 28.3236C32.0085 28.7551 32.0346 29.2112 31.9548 29.6547C31.8749 30.0982 31.6913 30.5165 31.4191 30.8754C31.1468 31.2342 30.7935 31.5234 30.3882 31.7194C29.9829 31.9153 29.537 32.0124 29.0871 32.0027Z" })), AT = ({
|
|
817
817
|
title: r,
|
|
818
818
|
titleId: a,
|
|
819
819
|
...o
|
|
820
|
-
}) => /* @__PURE__ */ d.createElement("svg", { viewBox: "0 0 33 33", xmlns: "http://www.w3.org/2000/svg", "aria-labelledby": a, ...o }, r ? /* @__PURE__ */ d.createElement("title", { id: a }, r) : null, /* @__PURE__ */ d.createElement("path", { d: "M16.7773 3.27073C18.5337 3.27073 20.0175 5.24892 20.0175 7.59046C20.0175 9.932 18.5337 11.9102 16.7773 11.9102C15.0209 11.9102 13.5371 9.93198 13.5371 7.59044C13.5371 5.2489 15.0209 3.27072 16.7773 3.27072M16.7773 0.724121C13.5832 0.724121 10.9939 3.79828 10.9939 7.59044C10.9939 11.3826 13.5832 14.4568 16.7773 14.4568C19.9714 14.4568 22.5607 11.3826 22.5607 7.59044C22.5607 3.79828 19.9714 0.724121 16.7773 0.724121V0.724121Z" }), /* @__PURE__ */ d.createElement("path", { d: "M29.7889 32.726H23.7401C23.3654 32.726 23.006 32.577 22.741 32.3117C22.476 32.0463 22.3272 31.6865 22.3272 31.3113C22.3272 30.936 22.476 30.5762 22.741 30.3109C23.006 30.0455 23.3654 29.8965 23.7401 29.8965H29.7889L26.4305 21.1191C26.3972 21.051 26.3456 20.9936 26.2815 20.9533C23.1111 20.4459 19.9081 20.1693 16.6977 20.1256C13.4048 20.1752 10.1198 20.4629 6.86832 20.9864C6.9035 20.9864 6.86556 21.0347 6.83727 21.1066L3.50995 29.8012L9.6113 29.8965C9.98602 29.8965 10.3454 30.0455 10.6104 30.3109C10.8753 30.5762 11.0242 30.936 11.0242 31.3113C11.0242 31.6865 10.8753 32.0463 10.6104 32.3117C10.3454 32.577 9.98602 32.726 9.6113 32.726H3.56173C3.09138 32.7261 2.62813 32.6111 2.21232 32.391C1.7965 32.1708 1.44072 31.8523 1.17595 31.463C0.911181 31.0737 0.745446 30.6255 0.693172 30.1575C0.640897 29.6894 0.70367 29.2156 0.876024 28.7774L4.20335 20.0829C4.37716 19.6001 4.6742 19.1714 5.0649 18.8393C5.4556 18.5072 5.92635 18.2834 6.43028 18.1901C9.82675 17.6443 13.2582 17.3456 16.6978 17.2961C20.067 17.339 23.4284 17.6304 26.7549 18.1679C27.2696 18.2657 27.7512 18.4926 28.1544 18.8275C28.5577 19.1624 28.8694 19.5944 29.0605 20.0829L32.4754 28.7774C32.6473 29.2157 32.7097 29.6894 32.6572 30.1574C32.6047 30.6253 32.4389 31.0733 32.1741 31.4625C31.9094 31.8517 31.5537 32.1702 31.138 32.3904C30.7223 32.6106 30.2592 32.7258 29.7889 32.726Z" })),
|
|
820
|
+
}) => /* @__PURE__ */ d.createElement("svg", { viewBox: "0 0 33 33", xmlns: "http://www.w3.org/2000/svg", "aria-labelledby": a, ...o }, r ? /* @__PURE__ */ d.createElement("title", { id: a }, r) : null, /* @__PURE__ */ d.createElement("path", { d: "M16.7773 3.27073C18.5337 3.27073 20.0175 5.24892 20.0175 7.59046C20.0175 9.932 18.5337 11.9102 16.7773 11.9102C15.0209 11.9102 13.5371 9.93198 13.5371 7.59044C13.5371 5.2489 15.0209 3.27072 16.7773 3.27072M16.7773 0.724121C13.5832 0.724121 10.9939 3.79828 10.9939 7.59044C10.9939 11.3826 13.5832 14.4568 16.7773 14.4568C19.9714 14.4568 22.5607 11.3826 22.5607 7.59044C22.5607 3.79828 19.9714 0.724121 16.7773 0.724121V0.724121Z" }), /* @__PURE__ */ d.createElement("path", { d: "M29.7889 32.726H23.7401C23.3654 32.726 23.006 32.577 22.741 32.3117C22.476 32.0463 22.3272 31.6865 22.3272 31.3113C22.3272 30.936 22.476 30.5762 22.741 30.3109C23.006 30.0455 23.3654 29.8965 23.7401 29.8965H29.7889L26.4305 21.1191C26.3972 21.051 26.3456 20.9936 26.2815 20.9533C23.1111 20.4459 19.9081 20.1693 16.6977 20.1256C13.4048 20.1752 10.1198 20.4629 6.86832 20.9864C6.9035 20.9864 6.86556 21.0347 6.83727 21.1066L3.50995 29.8012L9.6113 29.8965C9.98602 29.8965 10.3454 30.0455 10.6104 30.3109C10.8753 30.5762 11.0242 30.936 11.0242 31.3113C11.0242 31.6865 10.8753 32.0463 10.6104 32.3117C10.3454 32.577 9.98602 32.726 9.6113 32.726H3.56173C3.09138 32.7261 2.62813 32.6111 2.21232 32.391C1.7965 32.1708 1.44072 31.8523 1.17595 31.463C0.911181 31.0737 0.745446 30.6255 0.693172 30.1575C0.640897 29.6894 0.70367 29.2156 0.876024 28.7774L4.20335 20.0829C4.37716 19.6001 4.6742 19.1714 5.0649 18.8393C5.4556 18.5072 5.92635 18.2834 6.43028 18.1901C9.82675 17.6443 13.2582 17.3456 16.6978 17.2961C20.067 17.339 23.4284 17.6304 26.7549 18.1679C27.2696 18.2657 27.7512 18.4926 28.1544 18.8275C28.5577 19.1624 28.8694 19.5944 29.0605 20.0829L32.4754 28.7774C32.6473 29.2157 32.7097 29.6894 32.6572 30.1574C32.6047 30.6253 32.4389 31.0733 32.1741 31.4625C31.9094 31.8517 31.5537 32.1702 31.138 32.3904C30.7223 32.6106 30.2592 32.7258 29.7889 32.726Z" })), zT = ({
|
|
821
821
|
title: r,
|
|
822
822
|
titleId: a,
|
|
823
823
|
...o
|
|
824
|
-
}) => /* @__PURE__ */ d.createElement("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", "aria-labelledby": a, ...o }, r ? /* @__PURE__ */ d.createElement("title", { id: a }, r) : null, /* @__PURE__ */ d.createElement("path", { d: "M11.5961 6.44469V11.0255H8.24243V16.6277H11.5961V32H18.4849V16.6277H23.107C23.107 16.6277 23.5403 13.9417 23.7495 11.0044H18.511V7.17463C18.5738 6.81581 18.7551 6.48847 19.0259 6.24504C19.2966 6.0016 19.6412 5.85615 20.0044 5.83198H23.7576V0H18.6548C11.4259 0 11.5961 5.60745 11.5961 6.44469Z" })),
|
|
824
|
+
}) => /* @__PURE__ */ d.createElement("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", "aria-labelledby": a, ...o }, r ? /* @__PURE__ */ d.createElement("title", { id: a }, r) : null, /* @__PURE__ */ d.createElement("path", { d: "M11.5961 6.44469V11.0255H8.24243V16.6277H11.5961V32H18.4849V16.6277H23.107C23.107 16.6277 23.5403 13.9417 23.7495 11.0044H18.511V7.17463C18.5738 6.81581 18.7551 6.48847 19.0259 6.24504C19.2966 6.0016 19.6412 5.85615 20.0044 5.83198H23.7576V0H18.6548C11.4259 0 11.5961 5.60745 11.5961 6.44469Z" })), UT = ({
|
|
825
825
|
title: r,
|
|
826
826
|
titleId: a,
|
|
827
827
|
...o
|
|
828
|
-
}) => /* @__PURE__ */ d.createElement("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", "aria-labelledby": a, ...o }, r ? /* @__PURE__ */ d.createElement("title", { id: a }, r) : null, /* @__PURE__ */ d.createElement("path", { d: "M32 27.8956C31.9946 28.9826 31.5604 30.0234 30.7919 30.7921C30.0234 31.5607 28.9826 31.995 27.8956 32.0007H4.10437C3.01744 31.995 1.97664 31.5607 1.20812 30.7921C0.439601 30.0234 0.00544922 28.9826 0 27.8956L0 4.10437C0.00562488 3.01755 0.439854 1.97686 1.20836 1.20836C1.97686 0.439854 3.01755 0.00562488 4.10437 0L27.8956 0C28.9824 0.00562488 30.0231 0.439854 30.7916 1.20836C31.5601 1.97686 31.9944 3.01755 32 4.10437V27.8956ZM28.3753 13.5421H25.5628C25.8392 14.4253 25.9795 15.3455 25.9789 16.2709C25.9586 17.5582 25.6849 18.8289 25.1734 20.0104C24.662 21.1918 23.9227 22.261 22.998 23.1567C22.0732 24.0524 20.9811 24.7572 19.7839 25.2308C18.5867 25.7043 17.308 25.9374 16.0207 25.9167C13.4242 25.9542 10.9189 24.9594 9.05554 23.1507C7.19216 21.342 6.1231 18.8675 6.08329 16.2709C6.08277 15.3452 6.22331 14.4248 6.50008 13.5414H3.56247V27.042C3.5614 27.2092 3.59355 27.375 3.65705 27.5297C3.72056 27.6844 3.81415 27.8249 3.93239 27.9432C4.05064 28.0614 4.19119 28.155 4.34589 28.2185C4.50059 28.282 4.66636 28.3142 4.83358 28.3131H27.1049C27.2721 28.3142 27.4378 28.282 27.5925 28.2185C27.7471 28.155 27.8876 28.0614 28.0058 27.9431C28.124 27.8249 28.2175 27.6843 28.281 27.5296C28.3444 27.3749 28.3765 27.2092 28.3753 27.042V13.5421ZM16.0207 9.70865C14.3442 9.68522 12.727 10.328 11.5239 11.4959C10.3209 12.6638 9.63053 14.2613 9.60428 15.9378C9.6307 17.6141 10.3212 19.2115 11.5242 20.3792C12.7272 21.547 14.3444 22.1897 16.0207 22.1662C16.8525 22.1802 17.6788 22.0301 18.4525 21.7246C19.2262 21.419 19.9321 20.9641 20.53 20.3857C21.1278 19.8073 21.6059 19.1168 21.9368 18.3536C22.2677 17.5904 22.445 16.7695 22.4586 15.9378C22.4451 15.106 22.2678 14.285 21.937 13.5218C21.6061 12.7585 21.1281 12.0679 20.5302 11.4894C19.9324 10.911 19.2264 10.456 18.4526 10.1504C17.6789 9.84485 16.8525 9.69474 16.0207 9.70865V9.70865ZM28.3753 5.00017C28.3744 4.61908 28.2226 4.25388 27.953 3.98454C27.6834 3.7152 27.318 3.56367 26.9369 3.56314H23.3123C22.9314 3.56402 22.5664 3.71571 22.2971 3.98501C22.0278 4.25431 21.8761 4.61931 21.8752 5.00017V8.43753C21.8758 8.81862 22.0273 9.18396 22.2966 9.45355C22.566 9.72315 22.9312 9.87501 23.3123 9.8759H26.9376C27.3188 9.87519 27.6842 9.7234 27.9537 9.45379C28.2232 9.18418 28.3748 8.81873 28.3753 8.43753V5.00017Z" })),
|
|
828
|
+
}) => /* @__PURE__ */ d.createElement("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", "aria-labelledby": a, ...o }, r ? /* @__PURE__ */ d.createElement("title", { id: a }, r) : null, /* @__PURE__ */ d.createElement("path", { d: "M32 27.8956C31.9946 28.9826 31.5604 30.0234 30.7919 30.7921C30.0234 31.5607 28.9826 31.995 27.8956 32.0007H4.10437C3.01744 31.995 1.97664 31.5607 1.20812 30.7921C0.439601 30.0234 0.00544922 28.9826 0 27.8956L0 4.10437C0.00562488 3.01755 0.439854 1.97686 1.20836 1.20836C1.97686 0.439854 3.01755 0.00562488 4.10437 0L27.8956 0C28.9824 0.00562488 30.0231 0.439854 30.7916 1.20836C31.5601 1.97686 31.9944 3.01755 32 4.10437V27.8956ZM28.3753 13.5421H25.5628C25.8392 14.4253 25.9795 15.3455 25.9789 16.2709C25.9586 17.5582 25.6849 18.8289 25.1734 20.0104C24.662 21.1918 23.9227 22.261 22.998 23.1567C22.0732 24.0524 20.9811 24.7572 19.7839 25.2308C18.5867 25.7043 17.308 25.9374 16.0207 25.9167C13.4242 25.9542 10.9189 24.9594 9.05554 23.1507C7.19216 21.342 6.1231 18.8675 6.08329 16.2709C6.08277 15.3452 6.22331 14.4248 6.50008 13.5414H3.56247V27.042C3.5614 27.2092 3.59355 27.375 3.65705 27.5297C3.72056 27.6844 3.81415 27.8249 3.93239 27.9432C4.05064 28.0614 4.19119 28.155 4.34589 28.2185C4.50059 28.282 4.66636 28.3142 4.83358 28.3131H27.1049C27.2721 28.3142 27.4378 28.282 27.5925 28.2185C27.7471 28.155 27.8876 28.0614 28.0058 27.9431C28.124 27.8249 28.2175 27.6843 28.281 27.5296C28.3444 27.3749 28.3765 27.2092 28.3753 27.042V13.5421ZM16.0207 9.70865C14.3442 9.68522 12.727 10.328 11.5239 11.4959C10.3209 12.6638 9.63053 14.2613 9.60428 15.9378C9.6307 17.6141 10.3212 19.2115 11.5242 20.3792C12.7272 21.547 14.3444 22.1897 16.0207 22.1662C16.8525 22.1802 17.6788 22.0301 18.4525 21.7246C19.2262 21.419 19.9321 20.9641 20.53 20.3857C21.1278 19.8073 21.6059 19.1168 21.9368 18.3536C22.2677 17.5904 22.445 16.7695 22.4586 15.9378C22.4451 15.106 22.2678 14.285 21.937 13.5218C21.6061 12.7585 21.1281 12.0679 20.5302 11.4894C19.9324 10.911 19.2264 10.456 18.4526 10.1504C17.6789 9.84485 16.8525 9.69474 16.0207 9.70865V9.70865ZM28.3753 5.00017C28.3744 4.61908 28.2226 4.25388 27.953 3.98454C27.6834 3.7152 27.318 3.56367 26.9369 3.56314H23.3123C22.9314 3.56402 22.5664 3.71571 22.2971 3.98501C22.0278 4.25431 21.8761 4.61931 21.8752 5.00017V8.43753C21.8758 8.81862 22.0273 9.18396 22.2966 9.45355C22.566 9.72315 22.9312 9.87501 23.3123 9.8759H26.9376C27.3188 9.87519 27.6842 9.7234 27.9537 9.45379C28.2232 9.18418 28.3748 8.81873 28.3753 8.43753V5.00017Z" })), IT = ({
|
|
829
829
|
title: r,
|
|
830
830
|
titleId: a,
|
|
831
831
|
...o
|
|
832
|
-
}) => /* @__PURE__ */ d.createElement("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", "aria-labelledby": a, ...o }, r ? /* @__PURE__ */ d.createElement("title", { id: a }, r) : null, /* @__PURE__ */ d.createElement("path", { d: "M32 6.1334C30.8013 6.66196 29.5304 7.00873 28.2293 7.16227C29.5986 6.3479 30.6248 5.06293 31.116 3.54732C29.8265 4.30883 28.4167 4.84506 26.947 5.13297C25.9614 4.07664 24.6546 3.3752 23.2296 3.1375C21.8045 2.89981 20.3409 3.13916 19.0657 3.81841C17.7906 4.49765 16.7754 5.5788 16.1776 6.89407C15.5798 8.20933 15.4328 9.68514 15.7596 11.0925C13.152 10.964 10.6005 10.29 8.26961 9.11408C5.93877 7.93815 3.88049 6.2864 2.2277 4.26552C1.38825 5.70402 1.13105 7.4092 1.50885 9.0313C1.88665 10.6534 2.87082 12.0695 4.25949 12.989C3.21742 12.9567 2.19806 12.6765 1.28584 12.1717C1.28537 12.199 1.28528 12.2263 1.28528 12.2539C1.28819 13.7657 1.81433 15.2299 2.77433 16.3978C3.73433 17.5657 5.06901 18.3653 6.55168 18.6609C5.58463 18.9223 4.57082 18.9606 3.58681 18.7728C4.00937 20.0735 4.82743 21.2099 5.92686 22.0234C7.02628 22.8369 8.35222 23.2869 9.71967 23.3106C7.39091 25.1282 4.52022 26.1129 1.56612 26.1076C1.04275 26.1077 0.519815 26.0773 0 26.0163C3.00487 27.9371 6.49752 28.9559 10.0638 28.9519C22.1396 28.9519 28.7431 18.9955 28.7431 10.3611C28.7431 10.0778 28.7368 9.79604 28.7241 9.51581C30.0085 8.59202 31.1178 7.44663 32 6.1334V6.1334Z" })),
|
|
832
|
+
}) => /* @__PURE__ */ d.createElement("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", "aria-labelledby": a, ...o }, r ? /* @__PURE__ */ d.createElement("title", { id: a }, r) : null, /* @__PURE__ */ d.createElement("path", { d: "M32 6.1334C30.8013 6.66196 29.5304 7.00873 28.2293 7.16227C29.5986 6.3479 30.6248 5.06293 31.116 3.54732C29.8265 4.30883 28.4167 4.84506 26.947 5.13297C25.9614 4.07664 24.6546 3.3752 23.2296 3.1375C21.8045 2.89981 20.3409 3.13916 19.0657 3.81841C17.7906 4.49765 16.7754 5.5788 16.1776 6.89407C15.5798 8.20933 15.4328 9.68514 15.7596 11.0925C13.152 10.964 10.6005 10.29 8.26961 9.11408C5.93877 7.93815 3.88049 6.2864 2.2277 4.26552C1.38825 5.70402 1.13105 7.4092 1.50885 9.0313C1.88665 10.6534 2.87082 12.0695 4.25949 12.989C3.21742 12.9567 2.19806 12.6765 1.28584 12.1717C1.28537 12.199 1.28528 12.2263 1.28528 12.2539C1.28819 13.7657 1.81433 15.2299 2.77433 16.3978C3.73433 17.5657 5.06901 18.3653 6.55168 18.6609C5.58463 18.9223 4.57082 18.9606 3.58681 18.7728C4.00937 20.0735 4.82743 21.2099 5.92686 22.0234C7.02628 22.8369 8.35222 23.2869 9.71967 23.3106C7.39091 25.1282 4.52022 26.1129 1.56612 26.1076C1.04275 26.1077 0.519815 26.0773 0 26.0163C3.00487 27.9371 6.49752 28.9559 10.0638 28.9519C22.1396 28.9519 28.7431 18.9955 28.7431 10.3611C28.7431 10.0778 28.7368 9.79604 28.7241 9.51581C30.0085 8.59202 31.1178 7.44663 32 6.1334V6.1334Z" })), $T = ({
|
|
833
833
|
title: r,
|
|
834
834
|
titleId: a,
|
|
835
835
|
...o
|
|
836
|
-
}) => /* @__PURE__ */ d.createElement("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", "aria-labelledby": a, ...o }, r ? /* @__PURE__ */ d.createElement("title", { id: a }, r) : null, /* @__PURE__ */ d.createElement("path", { d: "M31.3319 8.27117C31.1465 7.60661 30.7927 7.00113 30.3048 6.51325C29.8169 6.02538 29.2115 5.67161 28.5469 5.48614C26.0526 4.81789 16.0142 4.81789 16.0142 4.81789C16.0142 4.81789 6.00118 4.80455 3.48158 5.48614C2.81702 5.67161 2.21154 6.02538 1.72366 6.51325C1.23579 7.00113 0.882017 7.60661 0.696547 8.27117C0.223732 10.8248 -0.00936809 13.417 0.000288097 16.014C-0.00754264 18.6013 0.22555 21.1836 0.696547 23.7276C0.882017 24.3921 1.23579 24.9976 1.72366 25.4855C2.21154 25.9734 2.81702 26.3271 3.48158 26.5126C5.97317 27.1822 16.0142 27.1822 16.0142 27.1822C16.0142 27.1822 26.026 27.1822 28.5469 26.5126C29.2115 26.3271 29.8169 25.9734 30.3048 25.4855C30.7927 24.9976 31.1465 24.3921 31.3319 23.7276C31.7931 21.1827 32.0164 18.6003 31.9988 16.014C32.0182 13.418 31.7949 10.8257 31.3319 8.27117V8.27117ZM12.8104 20.8038V11.2096L21.1655 16.014L12.8104 20.8038Z" })),
|
|
836
|
+
}) => /* @__PURE__ */ d.createElement("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", "aria-labelledby": a, ...o }, r ? /* @__PURE__ */ d.createElement("title", { id: a }, r) : null, /* @__PURE__ */ d.createElement("path", { d: "M31.3319 8.27117C31.1465 7.60661 30.7927 7.00113 30.3048 6.51325C29.8169 6.02538 29.2115 5.67161 28.5469 5.48614C26.0526 4.81789 16.0142 4.81789 16.0142 4.81789C16.0142 4.81789 6.00118 4.80455 3.48158 5.48614C2.81702 5.67161 2.21154 6.02538 1.72366 6.51325C1.23579 7.00113 0.882017 7.60661 0.696547 8.27117C0.223732 10.8248 -0.00936809 13.417 0.000288097 16.014C-0.00754264 18.6013 0.22555 21.1836 0.696547 23.7276C0.882017 24.3921 1.23579 24.9976 1.72366 25.4855C2.21154 25.9734 2.81702 26.3271 3.48158 26.5126C5.97317 27.1822 16.0142 27.1822 16.0142 27.1822C16.0142 27.1822 26.026 27.1822 28.5469 26.5126C29.2115 26.3271 29.8169 25.9734 30.3048 25.4855C30.7927 24.9976 31.1465 24.3921 31.3319 23.7276C31.7931 21.1827 32.0164 18.6003 31.9988 16.014C32.0182 13.418 31.7949 10.8257 31.3319 8.27117V8.27117ZM12.8104 20.8038V11.2096L21.1655 16.014L12.8104 20.8038Z" })), YT = ({
|
|
837
837
|
title: r,
|
|
838
838
|
titleId: a,
|
|
839
839
|
...o
|
|
840
|
-
}) => /* @__PURE__ */ d.createElement("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", "aria-labelledby": a, ...o }, r ? /* @__PURE__ */ d.createElement("title", { id: a }, r) : null, /* @__PURE__ */ d.createElement("g", null, /* @__PURE__ */ d.createElement("path", { d: "M15.9996,11.594a2.00366,2.00366,0,1,1-2.00366,2.00366A2.00388,2.00388,0,0,1,15.9996,11.594m0-1.68708a3.69114,3.69114,0,1,0,3.69074,3.69074A3.69513,3.69513,0,0,0,15.9996,9.90695" }), /* @__PURE__ */ d.createElement("path", { d: "M27.23733,10.69471a11.53736,11.53736,0,0,0-2.931-5.21513c-0.03126-.03206-0.0577-0.06732-0.089-0.09938-0.03286-.03286-0.06973-0.06011-0.10259-0.093a11.5287,11.5287,0,0,0-5.22074-2.935,11.3323,11.3323,0,0,0-5.789,0,11.52609,11.52609,0,0,0-5.21994,2.935c-0.03366.03286-.06973,0.06011-0.10259,0.093-0.03206.03206-.05851,0.06732-0.08976,0.09938a11.52831,11.52831,0,0,0-2.93015,5.21513,11.69294,11.69294,0,0,0,0,5.80581,11.52676,11.52676,0,0,0,2.93015,5.21593c0.03126,0.03206.05771,0.06732,0.08976,0.09858,0.03286,0.03366.06893,0.06091,0.10259,0.09377L16,30.02362l8.11482-8.11482c0.03286-.03286.06973-0.06011,0.10259-0.09377,0.03126-.03126.05771-0.06652,0.089-0.09858a11.5358,11.5358,0,0,0,2.931-5.21593,11.693,11.693,0,0,0,0-5.80581M22.79321,20.94463l-3.89912,3.89912L16,27.73784l-2.89489-2.89409L9.206,20.94383l-0.55221-.55221A10.00247,10.00247,0,0,1,8.653,6.8044l0.55381-.553a9.97128,9.97128,0,0,1,13.58562-.0008L23.347,6.8052a10.00228,10.00228,0,0,1-.0008,13.58642Z" }))),
|
|
840
|
+
}) => /* @__PURE__ */ d.createElement("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", "aria-labelledby": a, ...o }, r ? /* @__PURE__ */ d.createElement("title", { id: a }, r) : null, /* @__PURE__ */ d.createElement("g", null, /* @__PURE__ */ d.createElement("path", { d: "M15.9996,11.594a2.00366,2.00366,0,1,1-2.00366,2.00366A2.00388,2.00388,0,0,1,15.9996,11.594m0-1.68708a3.69114,3.69114,0,1,0,3.69074,3.69074A3.69513,3.69513,0,0,0,15.9996,9.90695" }), /* @__PURE__ */ d.createElement("path", { d: "M27.23733,10.69471a11.53736,11.53736,0,0,0-2.931-5.21513c-0.03126-.03206-0.0577-0.06732-0.089-0.09938-0.03286-.03286-0.06973-0.06011-0.10259-0.093a11.5287,11.5287,0,0,0-5.22074-2.935,11.3323,11.3323,0,0,0-5.789,0,11.52609,11.52609,0,0,0-5.21994,2.935c-0.03366.03286-.06973,0.06011-0.10259,0.093-0.03206.03206-.05851,0.06732-0.08976,0.09938a11.52831,11.52831,0,0,0-2.93015,5.21513,11.69294,11.69294,0,0,0,0,5.80581,11.52676,11.52676,0,0,0,2.93015,5.21593c0.03126,0.03206.05771,0.06732,0.08976,0.09858,0.03286,0.03366.06893,0.06091,0.10259,0.09377L16,30.02362l8.11482-8.11482c0.03286-.03286.06973-0.06011,0.10259-0.09377,0.03126-.03126.05771-0.06652,0.089-0.09858a11.5358,11.5358,0,0,0,2.931-5.21593,11.693,11.693,0,0,0,0-5.80581M22.79321,20.94463l-3.89912,3.89912L16,27.73784l-2.89489-2.89409L9.206,20.94383l-0.55221-.55221A10.00247,10.00247,0,0,1,8.653,6.8044l0.55381-.553a9.97128,9.97128,0,0,1,13.58562-.0008L23.347,6.8052a10.00228,10.00228,0,0,1-.0008,13.58642Z" }))), WT = ({
|
|
841
841
|
title: r,
|
|
842
842
|
titleId: a,
|
|
843
843
|
...o
|
|
844
|
-
}) => /* @__PURE__ */ d.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", "aria-labelledby": a, ...o }, r ? /* @__PURE__ */ d.createElement("title", { id: a }, r) : null, /* @__PURE__ */ d.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12 2C8.13 2 5 5.13 5 9C5 14.25 12 22 12 22C12 22 19 14.25 19 9C19 5.13 15.87 2 12 2ZM7 9C7 6.24 9.24 4 12 4C14.76 4 17 6.24 17 9C17 11.88 14.12 16.19 12 18.88C9.92 16.21 7 11.85 7 9ZM9.5 9C9.5 7.61929 10.6193 6.5 12 6.5C12.8932 6.5 13.7185 6.9765 14.1651 7.75C14.6116 8.5235 14.6116 9.4765 14.1651 10.25C13.7185 11.0235 12.8932 11.5 12 11.5C10.6193 11.5 9.5 10.3807 9.5 9Z" })),
|
|
844
|
+
}) => /* @__PURE__ */ d.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", "aria-labelledby": a, ...o }, r ? /* @__PURE__ */ d.createElement("title", { id: a }, r) : null, /* @__PURE__ */ d.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12 2C8.13 2 5 5.13 5 9C5 14.25 12 22 12 22C12 22 19 14.25 19 9C19 5.13 15.87 2 12 2ZM7 9C7 6.24 9.24 4 12 4C14.76 4 17 6.24 17 9C17 11.88 14.12 16.19 12 18.88C9.92 16.21 7 11.85 7 9ZM9.5 9C9.5 7.61929 10.6193 6.5 12 6.5C12.8932 6.5 13.7185 6.9765 14.1651 7.75C14.6116 8.5235 14.6116 9.4765 14.1651 10.25C13.7185 11.0235 12.8932 11.5 12 11.5C10.6193 11.5 9.5 10.3807 9.5 9Z" })), QT = ({
|
|
845
845
|
title: r,
|
|
846
846
|
titleId: a,
|
|
847
847
|
...o
|
|
848
|
-
}) => /* @__PURE__ */ d.createElement("svg", { viewBox: "0 -11 24 24", width: 24, height: 2, xmlns: "http://www.w3.org/2000/svg", "aria-labelledby": a, ...o }, r ? /* @__PURE__ */ d.createElement("title", { id: a }, r) : null, /* @__PURE__ */ d.createElement("rect", { width: 24, height: 2, rx: 1 })),
|
|
848
|
+
}) => /* @__PURE__ */ d.createElement("svg", { viewBox: "0 -11 24 24", width: 24, height: 2, xmlns: "http://www.w3.org/2000/svg", "aria-labelledby": a, ...o }, r ? /* @__PURE__ */ d.createElement("title", { id: a }, r) : null, /* @__PURE__ */ d.createElement("rect", { width: 24, height: 2, rx: 1 })), qT = ({
|
|
849
849
|
title: r,
|
|
850
850
|
titleId: a,
|
|
851
851
|
...o
|
|
852
|
-
}) => /* @__PURE__ */ d.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", "aria-labelledby": a, ...o }, r ? /* @__PURE__ */ d.createElement("title", { id: a }, r) : null, /* @__PURE__ */ d.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.5 3.35C5.97 2.5 7.68 2 9.5 2C15.02 2 19.5 6.48 19.5 12C19.5 17.52 15.02 22 9.5 22C7.68 22 5.97 21.5 4.5 20.65C7.49 18.92 9.5 15.7 9.5 12C9.5 8.3 7.49 5.08 4.5 3.35ZM17.5 12C17.5 7.59 13.91 4 9.5 4C9.16 4 8.82 4.02 8.49 4.07C10.4 6.23 11.5 9.05 11.5 12C11.5 14.95 10.4 17.77 8.49 19.93C8.82 19.98 9.16 20 9.5 20C13.91 20 17.5 16.41 17.5 12Z" })),
|
|
852
|
+
}) => /* @__PURE__ */ d.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", "aria-labelledby": a, ...o }, r ? /* @__PURE__ */ d.createElement("title", { id: a }, r) : null, /* @__PURE__ */ d.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.5 3.35C5.97 2.5 7.68 2 9.5 2C15.02 2 19.5 6.48 19.5 12C19.5 17.52 15.02 22 9.5 22C7.68 22 5.97 21.5 4.5 20.65C7.49 18.92 9.5 15.7 9.5 12C9.5 8.3 7.49 5.08 4.5 3.35ZM17.5 12C17.5 7.59 13.91 4 9.5 4C9.16 4 8.82 4.02 8.49 4.07C10.4 6.23 11.5 9.05 11.5 12C11.5 14.95 10.4 17.77 8.49 19.93C8.82 19.98 9.16 20 9.5 20C13.91 20 17.5 16.41 17.5 12Z" })), GT = ({
|
|
853
853
|
title: r,
|
|
854
854
|
titleId: a,
|
|
855
855
|
...o
|
|
856
|
-
}) => /* @__PURE__ */ d.createElement("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", "aria-labelledby": a, ...o }, r ? /* @__PURE__ */ d.createElement("title", { id: a }, r) : null, /* @__PURE__ */ d.createElement("path", { id: "icon/navigation/more_vert_24px", fillRule: "evenodd", clipRule: "evenodd", d: "M12 8.1875C13.1 8.1875 14 7.2875 14 6.1875C14 5.0875 13.1 4.1875 12 4.1875C10.9 4.1875 10 5.0875 10 6.1875C10 7.2875 10.9 8.1875 12 8.1875ZM12 10.1875C10.9 10.1875 10 11.0875 10 12.1875C10 13.2875 10.9 14.1875 12 14.1875C13.1 14.1875 14 13.2875 14 12.1875C14 11.0875 13.1 10.1875 12 10.1875ZM10 18.1875C10 17.0875 10.9 16.1875 12 16.1875C13.1 16.1875 14 17.0875 14 18.1875C14 19.2875 13.1 20.1875 12 20.1875C10.9 20.1875 10 19.2875 10 18.1875Z" })),
|
|
856
|
+
}) => /* @__PURE__ */ d.createElement("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", "aria-labelledby": a, ...o }, r ? /* @__PURE__ */ d.createElement("title", { id: a }, r) : null, /* @__PURE__ */ d.createElement("path", { id: "icon/navigation/more_vert_24px", fillRule: "evenodd", clipRule: "evenodd", d: "M12 8.1875C13.1 8.1875 14 7.2875 14 6.1875C14 5.0875 13.1 4.1875 12 4.1875C10.9 4.1875 10 5.0875 10 6.1875C10 7.2875 10.9 8.1875 12 8.1875ZM12 10.1875C10.9 10.1875 10 11.0875 10 12.1875C10 13.2875 10.9 14.1875 12 14.1875C13.1 14.1875 14 13.2875 14 12.1875C14 11.0875 13.1 10.1875 12 10.1875ZM10 18.1875C10 17.0875 10.9 16.1875 12 16.1875C13.1 16.1875 14 17.0875 14 18.1875C14 19.2875 13.1 20.1875 12 20.1875C10.9 20.1875 10 19.2875 10 18.1875Z" })), XT = ({
|
|
857
857
|
title: r,
|
|
858
858
|
titleId: a,
|
|
859
859
|
...o
|
|
@@ -861,143 +861,143 @@ const Wk = ({
|
|
|
861
861
|
title: r,
|
|
862
862
|
titleId: a,
|
|
863
863
|
...o
|
|
864
|
-
}) => /* @__PURE__ */ d.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", "aria-labelledby": a, ...o }, r ? /* @__PURE__ */ d.createElement("title", { id: a }, r) : null, /* @__PURE__ */ d.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M18 10a8 8 0 11-16 0 8 8 0 0116 0zm-1.671 7.743A9.958 9.958 0 0110 20C4.477 20 0 15.523 0 10S4.477 0 10 0s10 4.477 10 10a9.958 9.958 0 01-2.257 6.329l5.96 5.96a1 1 0 01-1.414 1.414l-5.96-5.96z" })),
|
|
864
|
+
}) => /* @__PURE__ */ d.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", "aria-labelledby": a, ...o }, r ? /* @__PURE__ */ d.createElement("title", { id: a }, r) : null, /* @__PURE__ */ d.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M18 10a8 8 0 11-16 0 8 8 0 0116 0zm-1.671 7.743A9.958 9.958 0 0110 20C4.477 20 0 15.523 0 10S4.477 0 10 0s10 4.477 10 10a9.958 9.958 0 01-2.257 6.329l5.96 5.96a1 1 0 01-1.414 1.414l-5.96-5.96z" })), KT = ({
|
|
865
865
|
title: r,
|
|
866
866
|
titleId: a,
|
|
867
867
|
...o
|
|
868
|
-
}) => /* @__PURE__ */ d.createElement("svg", { viewBox: "0 0 36 36", xmlns: "http://www.w3.org/2000/svg", "aria-labelledby": a, ...o }, r ? /* @__PURE__ */ d.createElement("title", { id: a }, r) : null, /* @__PURE__ */ d.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M19.2288 36H1.98692C0.889254 36 0 35.1102 0 34.013V1.98691C0 0.889391 0.889394 0 1.98692 0H34.0132C35.1105 0 36 0.889391 36 1.98691V34.013C36 35.1103 35.1103 36 34.0132 36H24.8395V22.0588H29.5189L30.2196 16.6257H24.8395V13.157C24.8395 11.584 25.2763 10.512 27.532 10.512L30.409 10.5107V5.65132C29.9114 5.58511 28.2036 5.43718 26.2167 5.43718C22.0686 5.43718 19.2288 7.96915 19.2288 12.6189V16.6257H14.5373V22.0588H19.2288V36Z" })),
|
|
868
|
+
}) => /* @__PURE__ */ d.createElement("svg", { viewBox: "0 0 36 36", xmlns: "http://www.w3.org/2000/svg", "aria-labelledby": a, ...o }, r ? /* @__PURE__ */ d.createElement("title", { id: a }, r) : null, /* @__PURE__ */ d.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M19.2288 36H1.98692C0.889254 36 0 35.1102 0 34.013V1.98691C0 0.889391 0.889394 0 1.98692 0H34.0132C35.1105 0 36 0.889391 36 1.98691V34.013C36 35.1103 35.1103 36 34.0132 36H24.8395V22.0588H29.5189L30.2196 16.6257H24.8395V13.157C24.8395 11.584 25.2763 10.512 27.532 10.512L30.409 10.5107V5.65132C29.9114 5.58511 28.2036 5.43718 26.2167 5.43718C22.0686 5.43718 19.2288 7.96915 19.2288 12.6189V16.6257H14.5373V22.0588H19.2288V36Z" })), JT = ({
|
|
869
869
|
title: r,
|
|
870
870
|
titleId: a,
|
|
871
871
|
...o
|
|
872
|
-
}) => /* @__PURE__ */ d.createElement("svg", { viewBox: "0 0 37 37", xmlns: "http://www.w3.org/2000/svg", "aria-labelledby": a, ...o }, r ? /* @__PURE__ */ d.createElement("title", { id: a }, r) : null, /* @__PURE__ */ d.createElement("g", { clipPath: "url(#clip0_17226_335)" }, /* @__PURE__ */ d.createElement("g", { clipPath: "url(#clip1_17226_335)" }, /* @__PURE__ */ d.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M18.209 0.684814C13.3205 0.684814 12.7075 0.705534 10.7876 0.793133C8.87174 0.880517 7.56323 1.18482 6.4183 1.62982C5.23464 2.08975 4.23083 2.70523 3.23009 3.70591C2.22941 4.70665 1.61392 5.71047 1.15399 6.89413C0.708994 8.03906 0.404698 9.34755 0.317314 11.2634C0.229715 13.1833 0.208984 13.7963 0.208984 18.6848C0.208984 23.5733 0.229715 24.1863 0.317314 26.1062C0.404698 28.0221 0.708994 29.3306 1.15399 30.4755C1.61392 31.6592 2.22941 32.663 3.23009 33.6637C4.23083 34.6644 5.23464 35.2799 6.4183 35.7399C7.56323 36.1848 8.87174 36.4891 10.7876 36.5765C12.7075 36.6641 13.3205 36.6848 18.209 36.6848C23.0975 36.6848 23.7104 36.6641 25.6303 36.5765C27.5462 36.4891 28.8547 36.1848 29.9996 35.7399C31.1833 35.2799 32.1871 34.6644 33.1879 33.6637C34.1886 32.663 34.804 31.6592 35.264 30.4755C35.709 29.3306 36.0133 28.0221 36.1007 26.1062C36.1883 24.1863 36.209 23.5733 36.209 18.6848C36.209 13.7963 36.1883 13.1833 36.1007 11.2634C36.0133 9.34755 35.709 8.03906 35.264 6.89413C34.804 5.71047 34.1886 4.70665 33.1879 3.70591C32.1871 2.70523 31.1833 2.08975 29.9996 1.62982C28.8547 1.18482 27.5462 0.880517 25.6303 0.793133C23.7104 0.705534 23.0975 0.684814 18.209 0.684814ZM18.209 3.92805C23.0152 3.92805 23.5845 3.94641 25.4825 4.03301C27.2375 4.11304 28.1906 4.40627 28.8249 4.65278C29.6651 4.97931 30.2647 5.36937 30.8945 5.99928C31.5244 6.62912 31.9145 7.22874 32.241 8.06893C32.4875 8.7032 32.7807 9.65629 32.8608 11.4113C32.9474 13.3093 32.9657 13.8786 32.9657 18.6848C32.9657 23.491 32.9474 24.0603 32.8608 25.9584C32.7807 27.7133 32.4875 28.6664 32.241 29.3007C31.9145 30.1409 31.5244 30.7405 30.8945 31.3703C30.2647 32.0003 29.6651 32.3903 28.8249 32.7169C28.1906 32.9634 27.2375 33.2566 25.4825 33.3366C23.5848 33.4232 23.0155 33.4416 18.209 33.4416C13.4024 33.4416 12.8333 33.4232 10.9354 33.3366C9.18046 33.2566 8.22737 32.9634 7.5931 32.7169C6.75291 32.3903 6.15328 32.0003 5.52344 31.3703C4.8936 30.7405 4.50348 30.1409 4.17695 29.3007C3.93044 28.6664 3.63721 27.7133 3.55718 25.9584C3.47058 24.0603 3.45222 23.491 3.45222 18.6848C3.45222 13.8786 3.47058 13.3093 3.55718 11.4113C3.63721 9.65629 3.93044 8.7032 4.17695 8.06893C4.50348 7.22874 4.89352 6.62912 5.52344 5.99928C6.15328 5.36937 6.75291 4.97931 7.5931 4.65278C8.22737 4.40627 9.18046 4.11304 10.9354 4.03301C12.8335 3.94641 13.4028 3.92805 18.209 3.92805ZM18.209 9.44158C13.1041 9.44158 8.96575 13.5799 8.96575 18.6848C8.96575 23.7897 13.1041 27.928 18.209 27.928C23.3139 27.928 27.4522 23.7897 27.4522 18.6848C27.4522 13.5799 23.3139 9.44158 18.209 9.44158ZM18.209 24.6848C14.8953 24.6848 12.209 21.9985 12.209 18.6848C12.209 15.3711 14.8953 12.6848 18.209 12.6848C21.5227 12.6848 24.209 15.3711 24.209 18.6848C24.209 21.9985 21.5227 24.6848 18.209 24.6848ZM29.9774 9.07639C29.9774 10.2693 29.0103 11.2364 27.8174 11.2364C26.6245 11.2364 25.6574 10.2693 25.6574 9.07639C25.6574 7.88344 26.6245 6.91635 27.8174 6.91635C29.0103 6.91635 29.9774 7.88344 29.9774 9.07639Z" })))),
|
|
872
|
+
}) => /* @__PURE__ */ d.createElement("svg", { viewBox: "0 0 37 37", xmlns: "http://www.w3.org/2000/svg", "aria-labelledby": a, ...o }, r ? /* @__PURE__ */ d.createElement("title", { id: a }, r) : null, /* @__PURE__ */ d.createElement("g", { clipPath: "url(#clip0_17226_335)" }, /* @__PURE__ */ d.createElement("g", { clipPath: "url(#clip1_17226_335)" }, /* @__PURE__ */ d.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M18.209 0.684814C13.3205 0.684814 12.7075 0.705534 10.7876 0.793133C8.87174 0.880517 7.56323 1.18482 6.4183 1.62982C5.23464 2.08975 4.23083 2.70523 3.23009 3.70591C2.22941 4.70665 1.61392 5.71047 1.15399 6.89413C0.708994 8.03906 0.404698 9.34755 0.317314 11.2634C0.229715 13.1833 0.208984 13.7963 0.208984 18.6848C0.208984 23.5733 0.229715 24.1863 0.317314 26.1062C0.404698 28.0221 0.708994 29.3306 1.15399 30.4755C1.61392 31.6592 2.22941 32.663 3.23009 33.6637C4.23083 34.6644 5.23464 35.2799 6.4183 35.7399C7.56323 36.1848 8.87174 36.4891 10.7876 36.5765C12.7075 36.6641 13.3205 36.6848 18.209 36.6848C23.0975 36.6848 23.7104 36.6641 25.6303 36.5765C27.5462 36.4891 28.8547 36.1848 29.9996 35.7399C31.1833 35.2799 32.1871 34.6644 33.1879 33.6637C34.1886 32.663 34.804 31.6592 35.264 30.4755C35.709 29.3306 36.0133 28.0221 36.1007 26.1062C36.1883 24.1863 36.209 23.5733 36.209 18.6848C36.209 13.7963 36.1883 13.1833 36.1007 11.2634C36.0133 9.34755 35.709 8.03906 35.264 6.89413C34.804 5.71047 34.1886 4.70665 33.1879 3.70591C32.1871 2.70523 31.1833 2.08975 29.9996 1.62982C28.8547 1.18482 27.5462 0.880517 25.6303 0.793133C23.7104 0.705534 23.0975 0.684814 18.209 0.684814ZM18.209 3.92805C23.0152 3.92805 23.5845 3.94641 25.4825 4.03301C27.2375 4.11304 28.1906 4.40627 28.8249 4.65278C29.6651 4.97931 30.2647 5.36937 30.8945 5.99928C31.5244 6.62912 31.9145 7.22874 32.241 8.06893C32.4875 8.7032 32.7807 9.65629 32.8608 11.4113C32.9474 13.3093 32.9657 13.8786 32.9657 18.6848C32.9657 23.491 32.9474 24.0603 32.8608 25.9584C32.7807 27.7133 32.4875 28.6664 32.241 29.3007C31.9145 30.1409 31.5244 30.7405 30.8945 31.3703C30.2647 32.0003 29.6651 32.3903 28.8249 32.7169C28.1906 32.9634 27.2375 33.2566 25.4825 33.3366C23.5848 33.4232 23.0155 33.4416 18.209 33.4416C13.4024 33.4416 12.8333 33.4232 10.9354 33.3366C9.18046 33.2566 8.22737 32.9634 7.5931 32.7169C6.75291 32.3903 6.15328 32.0003 5.52344 31.3703C4.8936 30.7405 4.50348 30.1409 4.17695 29.3007C3.93044 28.6664 3.63721 27.7133 3.55718 25.9584C3.47058 24.0603 3.45222 23.491 3.45222 18.6848C3.45222 13.8786 3.47058 13.3093 3.55718 11.4113C3.63721 9.65629 3.93044 8.7032 4.17695 8.06893C4.50348 7.22874 4.89352 6.62912 5.52344 5.99928C6.15328 5.36937 6.75291 4.97931 7.5931 4.65278C8.22737 4.40627 9.18046 4.11304 10.9354 4.03301C12.8335 3.94641 13.4028 3.92805 18.209 3.92805ZM18.209 9.44158C13.1041 9.44158 8.96575 13.5799 8.96575 18.6848C8.96575 23.7897 13.1041 27.928 18.209 27.928C23.3139 27.928 27.4522 23.7897 27.4522 18.6848C27.4522 13.5799 23.3139 9.44158 18.209 9.44158ZM18.209 24.6848C14.8953 24.6848 12.209 21.9985 12.209 18.6848C12.209 15.3711 14.8953 12.6848 18.209 12.6848C21.5227 12.6848 24.209 15.3711 24.209 18.6848C24.209 21.9985 21.5227 24.6848 18.209 24.6848ZM29.9774 9.07639C29.9774 10.2693 29.0103 11.2364 27.8174 11.2364C26.6245 11.2364 25.6574 10.2693 25.6574 9.07639C25.6574 7.88344 26.6245 6.91635 27.8174 6.91635C29.0103 6.91635 29.9774 7.88344 29.9774 9.07639Z" })))), e_ = ({
|
|
873
873
|
title: r,
|
|
874
874
|
titleId: a,
|
|
875
875
|
...o
|
|
876
|
-
}) => /* @__PURE__ */ d.createElement("svg", { viewBox: "0 0 36 36", fill: "none", xmlns: "http://www.w3.org/2000/svg", "aria-labelledby": a, ...o }, r ? /* @__PURE__ */ d.createElement("title", { id: a }, r) : null, /* @__PURE__ */ d.createElement("g", { clipPath: "url(#clip0_77652_129156)" }, /* @__PURE__ */ d.createElement("path", { d: "M0 18.0003C0 25.371 4.43222 31.7031 10.7745 34.487C10.7239 33.2301 10.7655 31.7212 11.0879 30.3536C11.4339 28.8924 13.404 20.5453 13.404 20.5453C13.404 20.5453 12.8289 19.396 12.8289 17.6974C12.8289 15.0299 14.375 13.0376 16.3004 13.0376C17.9377 13.0376 18.7287 14.2674 18.7287 15.74C18.7287 17.3859 17.679 19.8478 17.1391 22.128C16.6881 24.0374 18.0965 25.5949 19.9801 25.5949C23.3906 25.5949 25.6875 21.2145 25.6875 16.0246C25.6875 12.0795 23.0304 9.1267 18.1976 9.1267C12.7374 9.1267 9.33581 13.1986 9.33581 17.747C9.33581 19.3153 9.79819 20.4211 10.5224 21.2775C10.8554 21.6709 10.9017 21.8291 10.7812 22.2808C10.6948 22.6119 10.4965 23.4093 10.4144 23.7253C10.2946 24.1812 9.92517 24.3442 9.51314 24.1758C6.9982 23.1491 5.82694 20.395 5.82694 17.299C5.82694 12.1857 10.1393 6.05447 18.6916 6.05447C25.5639 6.05447 30.0871 11.0275 30.0871 16.3658C30.0871 23.427 26.1615 28.7023 20.3747 28.7023C18.4314 28.7023 16.6035 27.6518 15.9772 26.4586C15.9772 26.4586 14.9323 30.6059 14.7109 31.4068C14.3293 32.7946 13.5823 34.1817 12.8992 35.2628C14.5181 35.7407 16.2283 36.001 18.0007 36.001C27.9406 36.001 36.0001 27.9419 36.0001 18.0003C36.0001 8.05908 27.9406 0 18.0007 0C8.05978 0 0 8.05908 0 18.0003Z" }))),
|
|
876
|
+
}) => /* @__PURE__ */ d.createElement("svg", { viewBox: "0 0 36 36", fill: "none", xmlns: "http://www.w3.org/2000/svg", "aria-labelledby": a, ...o }, r ? /* @__PURE__ */ d.createElement("title", { id: a }, r) : null, /* @__PURE__ */ d.createElement("g", { clipPath: "url(#clip0_77652_129156)" }, /* @__PURE__ */ d.createElement("path", { d: "M0 18.0003C0 25.371 4.43222 31.7031 10.7745 34.487C10.7239 33.2301 10.7655 31.7212 11.0879 30.3536C11.4339 28.8924 13.404 20.5453 13.404 20.5453C13.404 20.5453 12.8289 19.396 12.8289 17.6974C12.8289 15.0299 14.375 13.0376 16.3004 13.0376C17.9377 13.0376 18.7287 14.2674 18.7287 15.74C18.7287 17.3859 17.679 19.8478 17.1391 22.128C16.6881 24.0374 18.0965 25.5949 19.9801 25.5949C23.3906 25.5949 25.6875 21.2145 25.6875 16.0246C25.6875 12.0795 23.0304 9.1267 18.1976 9.1267C12.7374 9.1267 9.33581 13.1986 9.33581 17.747C9.33581 19.3153 9.79819 20.4211 10.5224 21.2775C10.8554 21.6709 10.9017 21.8291 10.7812 22.2808C10.6948 22.6119 10.4965 23.4093 10.4144 23.7253C10.2946 24.1812 9.92517 24.3442 9.51314 24.1758C6.9982 23.1491 5.82694 20.395 5.82694 17.299C5.82694 12.1857 10.1393 6.05447 18.6916 6.05447C25.5639 6.05447 30.0871 11.0275 30.0871 16.3658C30.0871 23.427 26.1615 28.7023 20.3747 28.7023C18.4314 28.7023 16.6035 27.6518 15.9772 26.4586C15.9772 26.4586 14.9323 30.6059 14.7109 31.4068C14.3293 32.7946 13.5823 34.1817 12.8992 35.2628C14.5181 35.7407 16.2283 36.001 18.0007 36.001C27.9406 36.001 36.0001 27.9419 36.0001 18.0003C36.0001 8.05908 27.9406 0 18.0007 0C8.05978 0 0 8.05908 0 18.0003Z" }))), t_ = ({
|
|
877
877
|
title: r,
|
|
878
878
|
titleId: a,
|
|
879
879
|
...o
|
|
880
|
-
}) => /* @__PURE__ */ d.createElement("svg", { viewBox: "0 0 36 36", fill: "none", xmlns: "http://www.w3.org/2000/svg", "aria-labelledby": a, ...o }, r ? /* @__PURE__ */ d.createElement("title", { id: a }, r) : null, /* @__PURE__ */ d.createElement("g", { clipPath: "url(#clip0_77654_130801)" }, /* @__PURE__ */ d.createElement("path", { d: "M0 24.3856C0 24.8324 0.161959 25.1702 0.485807 25.3991C0.80969 25.6281 1.15589 25.709 1.52443 25.642C1.87062 25.575 2.11353 25.4522 2.25317 25.2735C2.39275 25.0948 2.46257 24.7989 2.46257 24.3856V19.5276C2.46257 19.1813 2.34253 18.8882 2.10241 18.6481C1.86232 18.408 1.56916 18.2879 1.22293 18.2879C0.887888 18.2879 0.600324 18.408 0.360202 18.6481C0.120079 18.8882 0 19.1813 0 19.5276V24.3856ZM3.85295 26.4629C3.85295 26.7868 3.96743 27.0297 4.19637 27.1916C4.42533 27.3536 4.71849 27.4345 5.07584 27.4345C5.44439 27.4345 5.74311 27.3536 5.97207 27.1916C6.20101 27.0297 6.31549 26.7868 6.31549 26.4629V15.1386C6.31549 14.8035 6.19541 14.5159 5.95532 14.2758C5.7152 14.0357 5.42204 13.9157 5.07584 13.9157C4.74081 13.9157 4.45321 14.0357 4.21312 14.2758C3.973 14.516 3.85295 14.8035 3.85295 15.1386V26.4629ZM7.68915 26.999C7.68915 27.3228 7.80642 27.5657 8.04094 27.7277C8.27547 27.8896 8.577 27.9706 8.94558 27.9706C9.30293 27.9706 9.59609 27.8896 9.82503 27.7277C10.054 27.5657 10.1685 27.3228 10.1685 26.999V16.663C10.1685 16.3168 10.0484 16.0208 9.80831 15.7751C9.56819 15.5295 9.28062 15.4066 8.94558 15.4066C8.59935 15.4066 8.30341 15.5295 8.05773 15.7751C7.81204 16.0208 7.68919 16.3168 7.68919 16.663L7.68915 26.999ZM11.5421 27.0492C11.5421 27.6635 11.9553 27.9706 12.7817 27.9706C13.6082 27.9706 14.0214 27.6635 14.0214 27.0492V10.2972C14.0214 9.35914 13.7366 8.82867 13.167 8.70581C12.7985 8.61646 12.4355 8.72256 12.0781 9.0241C11.7207 9.32563 11.5421 9.74999 11.5421 10.2972V27.0492H11.5421ZM15.4621 27.535V9.30888C15.4621 8.72816 15.6352 8.38196 15.9814 8.27026C16.7297 8.09158 17.4723 8.00223 18.2094 8.00223C19.9181 8.00223 21.5096 8.40427 22.9837 9.20837C24.4579 10.0125 25.6501 11.1097 26.5602 12.5001C27.4704 13.8906 27.9981 15.4233 28.1433 17.0986C28.8245 16.8082 29.5504 16.663 30.321 16.663C31.8845 16.663 33.2219 17.2158 34.3331 18.3215C35.4443 19.4271 36 20.7561 36 22.3085C36 23.872 35.4443 25.2066 34.3331 26.3122C33.2219 27.4178 31.8901 27.9706 30.3378 27.9706L15.7636 27.9539C15.663 27.9204 15.5876 27.8589 15.5374 27.7696C15.4871 27.6803 15.4621 27.602 15.4621 27.535Z" }))),
|
|
880
|
+
}) => /* @__PURE__ */ d.createElement("svg", { viewBox: "0 0 36 36", fill: "none", xmlns: "http://www.w3.org/2000/svg", "aria-labelledby": a, ...o }, r ? /* @__PURE__ */ d.createElement("title", { id: a }, r) : null, /* @__PURE__ */ d.createElement("g", { clipPath: "url(#clip0_77654_130801)" }, /* @__PURE__ */ d.createElement("path", { d: "M0 24.3856C0 24.8324 0.161959 25.1702 0.485807 25.3991C0.80969 25.6281 1.15589 25.709 1.52443 25.642C1.87062 25.575 2.11353 25.4522 2.25317 25.2735C2.39275 25.0948 2.46257 24.7989 2.46257 24.3856V19.5276C2.46257 19.1813 2.34253 18.8882 2.10241 18.6481C1.86232 18.408 1.56916 18.2879 1.22293 18.2879C0.887888 18.2879 0.600324 18.408 0.360202 18.6481C0.120079 18.8882 0 19.1813 0 19.5276V24.3856ZM3.85295 26.4629C3.85295 26.7868 3.96743 27.0297 4.19637 27.1916C4.42533 27.3536 4.71849 27.4345 5.07584 27.4345C5.44439 27.4345 5.74311 27.3536 5.97207 27.1916C6.20101 27.0297 6.31549 26.7868 6.31549 26.4629V15.1386C6.31549 14.8035 6.19541 14.5159 5.95532 14.2758C5.7152 14.0357 5.42204 13.9157 5.07584 13.9157C4.74081 13.9157 4.45321 14.0357 4.21312 14.2758C3.973 14.516 3.85295 14.8035 3.85295 15.1386V26.4629ZM7.68915 26.999C7.68915 27.3228 7.80642 27.5657 8.04094 27.7277C8.27547 27.8896 8.577 27.9706 8.94558 27.9706C9.30293 27.9706 9.59609 27.8896 9.82503 27.7277C10.054 27.5657 10.1685 27.3228 10.1685 26.999V16.663C10.1685 16.3168 10.0484 16.0208 9.80831 15.7751C9.56819 15.5295 9.28062 15.4066 8.94558 15.4066C8.59935 15.4066 8.30341 15.5295 8.05773 15.7751C7.81204 16.0208 7.68919 16.3168 7.68919 16.663L7.68915 26.999ZM11.5421 27.0492C11.5421 27.6635 11.9553 27.9706 12.7817 27.9706C13.6082 27.9706 14.0214 27.6635 14.0214 27.0492V10.2972C14.0214 9.35914 13.7366 8.82867 13.167 8.70581C12.7985 8.61646 12.4355 8.72256 12.0781 9.0241C11.7207 9.32563 11.5421 9.74999 11.5421 10.2972V27.0492H11.5421ZM15.4621 27.535V9.30888C15.4621 8.72816 15.6352 8.38196 15.9814 8.27026C16.7297 8.09158 17.4723 8.00223 18.2094 8.00223C19.9181 8.00223 21.5096 8.40427 22.9837 9.20837C24.4579 10.0125 25.6501 11.1097 26.5602 12.5001C27.4704 13.8906 27.9981 15.4233 28.1433 17.0986C28.8245 16.8082 29.5504 16.663 30.321 16.663C31.8845 16.663 33.2219 17.2158 34.3331 18.3215C35.4443 19.4271 36 20.7561 36 22.3085C36 23.872 35.4443 25.2066 34.3331 26.3122C33.2219 27.4178 31.8901 27.9706 30.3378 27.9706L15.7636 27.9539C15.663 27.9204 15.5876 27.8589 15.5374 27.7696C15.4871 27.6803 15.4621 27.602 15.4621 27.535Z" }))), n_ = ({
|
|
881
881
|
title: r,
|
|
882
882
|
titleId: a,
|
|
883
883
|
...o
|
|
884
|
-
}) => /* @__PURE__ */ d.createElement("svg", { viewBox: "0 0 36 36", xmlns: "http://www.w3.org/2000/svg", "aria-labelledby": a, ...o }, r ? /* @__PURE__ */ d.createElement("title", { id: a }, r) : null, /* @__PURE__ */ d.createElement("path", { d: "M18 0C8.1 0 0 8.1 0 18C0 27.9 8.1 36 18 36C27.9 36 36 27.9 36 18C36 8.1 27.9 0 18 0ZM25.3026 25.9308C24.9642 25.9308 24.795 25.7616 24.4566 25.5924C21.9168 24.0678 18.7002 23.2218 15.3144 23.2218C13.4514 23.2218 11.421 23.5602 9.7272 23.8986C9.3888 23.8986 9.0504 24.0678 8.8812 24.0678C8.2044 24.0678 7.6968 23.5602 7.6968 22.8834C7.6968 22.2066 8.0352 21.699 8.712 21.699C10.9134 21.1914 13.1148 20.853 15.4854 20.853C19.3788 20.853 22.9356 21.8682 25.983 23.562C26.3214 23.9004 26.6598 24.0696 26.6598 24.7464C26.3178 25.5924 25.8102 25.9308 25.3026 25.9308ZM27.1638 21.1914C26.8254 21.1914 26.487 21.0222 26.1486 20.853C23.2704 18.99 19.206 17.9748 14.805 17.9748C12.6036 17.9748 10.5714 18.3132 9.0486 18.6516C8.7102 18.8208 8.541 18.8208 8.2026 18.8208C7.3566 18.8208 6.8472 18.144 6.8472 17.4654C6.8472 16.6194 7.1856 16.281 8.0316 15.9408C10.0638 15.4332 12.096 14.9256 14.9742 14.9256C19.7154 14.9256 24.1164 16.11 27.8424 18.3114C28.35 18.6498 28.6884 19.1574 28.6884 19.6668C28.5192 20.5128 28.0116 21.1914 27.1638 21.1914ZM29.3652 15.7716C29.0268 15.7716 28.8576 15.6024 28.35 15.4332C24.9642 13.5702 20.0538 12.3858 15.3126 12.3858C12.942 12.3858 10.4022 12.7242 8.2008 13.2318C7.8624 13.2318 7.6932 13.401 7.1856 13.401C6.1704 13.572 5.4918 12.7242 5.4918 11.709C5.4918 10.6938 5.9994 10.1844 6.6762 10.0152C9.387 9.3384 12.2652 9 15.3126 9C20.5614 9 25.9794 10.1844 30.213 12.3858C30.7206 12.7242 31.2282 13.2318 31.2282 14.0796C31.059 15.0948 30.3804 15.7716 29.3652 15.7716Z" })),
|
|
884
|
+
}) => /* @__PURE__ */ d.createElement("svg", { viewBox: "0 0 36 36", xmlns: "http://www.w3.org/2000/svg", "aria-labelledby": a, ...o }, r ? /* @__PURE__ */ d.createElement("title", { id: a }, r) : null, /* @__PURE__ */ d.createElement("path", { d: "M18 0C8.1 0 0 8.1 0 18C0 27.9 8.1 36 18 36C27.9 36 36 27.9 36 18C36 8.1 27.9 0 18 0ZM25.3026 25.9308C24.9642 25.9308 24.795 25.7616 24.4566 25.5924C21.9168 24.0678 18.7002 23.2218 15.3144 23.2218C13.4514 23.2218 11.421 23.5602 9.7272 23.8986C9.3888 23.8986 9.0504 24.0678 8.8812 24.0678C8.2044 24.0678 7.6968 23.5602 7.6968 22.8834C7.6968 22.2066 8.0352 21.699 8.712 21.699C10.9134 21.1914 13.1148 20.853 15.4854 20.853C19.3788 20.853 22.9356 21.8682 25.983 23.562C26.3214 23.9004 26.6598 24.0696 26.6598 24.7464C26.3178 25.5924 25.8102 25.9308 25.3026 25.9308ZM27.1638 21.1914C26.8254 21.1914 26.487 21.0222 26.1486 20.853C23.2704 18.99 19.206 17.9748 14.805 17.9748C12.6036 17.9748 10.5714 18.3132 9.0486 18.6516C8.7102 18.8208 8.541 18.8208 8.2026 18.8208C7.3566 18.8208 6.8472 18.144 6.8472 17.4654C6.8472 16.6194 7.1856 16.281 8.0316 15.9408C10.0638 15.4332 12.096 14.9256 14.9742 14.9256C19.7154 14.9256 24.1164 16.11 27.8424 18.3114C28.35 18.6498 28.6884 19.1574 28.6884 19.6668C28.5192 20.5128 28.0116 21.1914 27.1638 21.1914ZM29.3652 15.7716C29.0268 15.7716 28.8576 15.6024 28.35 15.4332C24.9642 13.5702 20.0538 12.3858 15.3126 12.3858C12.942 12.3858 10.4022 12.7242 8.2008 13.2318C7.8624 13.2318 7.6932 13.401 7.1856 13.401C6.1704 13.572 5.4918 12.7242 5.4918 11.709C5.4918 10.6938 5.9994 10.1844 6.6762 10.0152C9.387 9.3384 12.2652 9 15.3126 9C20.5614 9 25.9794 10.1844 30.213 12.3858C30.7206 12.7242 31.2282 13.2318 31.2282 14.0796C31.059 15.0948 30.3804 15.7716 29.3652 15.7716Z" })), r_ = ({
|
|
885
885
|
title: r,
|
|
886
886
|
titleId: a,
|
|
887
887
|
...o
|
|
888
|
-
}) => /* @__PURE__ */ d.createElement("svg", { viewBox: "0 0 36 36", xmlns: "http://www.w3.org/2000/svg", "aria-labelledby": a, ...o }, r ? /* @__PURE__ */ d.createElement("title", { id: a }, r) : null, /* @__PURE__ */ d.createElement("g", { clipPath: "url(#clip0_80207_143160)" }, /* @__PURE__ */ d.createElement("path", { d: "M29.473 7.53646C29.2286 7.41016 28.9907 7.2717 28.7602 7.12161C28.0898 6.67844 27.4752 6.15625 26.9296 5.5663C25.5643 4.0042 25.0544 2.41947 24.8666 1.30993H24.8742C24.7173 0.388967 24.7821 -0.206909 24.792 -0.206909H18.5737V23.8378C18.5737 24.1606 18.5737 24.4797 18.5602 24.795C18.5602 24.8342 18.5564 24.8704 18.5541 24.9126C18.5541 24.93 18.5541 24.9481 18.5503 24.9662C18.5503 24.9707 18.5503 24.9753 18.5503 24.9798C18.4848 25.8425 18.2082 26.6759 17.745 27.4066C17.2818 28.1374 16.6461 28.7431 15.8938 29.1705C15.1098 29.6166 14.223 29.8505 13.321 29.8494C10.4238 29.8494 8.07575 27.487 8.07575 24.5695C8.07575 21.6519 10.4238 19.2895 13.321 19.2895C13.8694 19.289 14.4144 19.3753 14.9359 19.5452L14.9434 13.2139C13.3605 13.0094 11.7523 13.1352 10.2204 13.5833C8.68854 14.0315 7.26615 14.7922 6.04299 15.8176C4.97122 16.7488 4.07017 17.86 3.3804 19.101C3.11792 19.5535 2.12756 21.3721 2.00763 24.3236C1.9322 25.9988 2.4353 27.7344 2.67516 28.4517V28.4668C2.82601 28.8892 3.41057 30.3306 4.36322 31.5457C5.1314 32.5204 6.03898 33.3767 7.05673 34.0869V34.0718L7.07182 34.0869C10.0821 36.1325 13.4198 35.9982 13.4198 35.9982C13.9976 35.9748 15.933 35.9982 18.131 34.9565C20.5688 33.8018 21.9566 32.0813 21.9566 32.0813C22.8433 31.0532 23.5483 29.8817 24.0414 28.6169C24.6041 27.1378 24.792 25.3637 24.792 24.6547V11.8984C24.8674 11.9437 25.8721 12.6082 25.8721 12.6082C25.8721 12.6082 27.3195 13.5359 29.5778 14.1401C31.198 14.5701 33.3809 14.6606 33.3809 14.6606V8.4876C32.616 8.57057 31.063 8.3292 29.473 7.53646Z" }))),
|
|
888
|
+
}) => /* @__PURE__ */ d.createElement("svg", { viewBox: "0 0 36 36", xmlns: "http://www.w3.org/2000/svg", "aria-labelledby": a, ...o }, r ? /* @__PURE__ */ d.createElement("title", { id: a }, r) : null, /* @__PURE__ */ d.createElement("g", { clipPath: "url(#clip0_80207_143160)" }, /* @__PURE__ */ d.createElement("path", { d: "M29.473 7.53646C29.2286 7.41016 28.9907 7.2717 28.7602 7.12161C28.0898 6.67844 27.4752 6.15625 26.9296 5.5663C25.5643 4.0042 25.0544 2.41947 24.8666 1.30993H24.8742C24.7173 0.388967 24.7821 -0.206909 24.792 -0.206909H18.5737V23.8378C18.5737 24.1606 18.5737 24.4797 18.5602 24.795C18.5602 24.8342 18.5564 24.8704 18.5541 24.9126C18.5541 24.93 18.5541 24.9481 18.5503 24.9662C18.5503 24.9707 18.5503 24.9753 18.5503 24.9798C18.4848 25.8425 18.2082 26.6759 17.745 27.4066C17.2818 28.1374 16.6461 28.7431 15.8938 29.1705C15.1098 29.6166 14.223 29.8505 13.321 29.8494C10.4238 29.8494 8.07575 27.487 8.07575 24.5695C8.07575 21.6519 10.4238 19.2895 13.321 19.2895C13.8694 19.289 14.4144 19.3753 14.9359 19.5452L14.9434 13.2139C13.3605 13.0094 11.7523 13.1352 10.2204 13.5833C8.68854 14.0315 7.26615 14.7922 6.04299 15.8176C4.97122 16.7488 4.07017 17.86 3.3804 19.101C3.11792 19.5535 2.12756 21.3721 2.00763 24.3236C1.9322 25.9988 2.4353 27.7344 2.67516 28.4517V28.4668C2.82601 28.8892 3.41057 30.3306 4.36322 31.5457C5.1314 32.5204 6.03898 33.3767 7.05673 34.0869V34.0718L7.07182 34.0869C10.0821 36.1325 13.4198 35.9982 13.4198 35.9982C13.9976 35.9748 15.933 35.9982 18.131 34.9565C20.5688 33.8018 21.9566 32.0813 21.9566 32.0813C22.8433 31.0532 23.5483 29.8817 24.0414 28.6169C24.6041 27.1378 24.792 25.3637 24.792 24.6547V11.8984C24.8674 11.9437 25.8721 12.6082 25.8721 12.6082C25.8721 12.6082 27.3195 13.5359 29.5778 14.1401C31.198 14.5701 33.3809 14.6606 33.3809 14.6606V8.4876C32.616 8.57057 31.063 8.3292 29.473 7.53646Z" }))), a_ = ({
|
|
889
889
|
title: r,
|
|
890
890
|
titleId: a,
|
|
891
891
|
...o
|
|
892
|
-
}) => /* @__PURE__ */ d.createElement("svg", { viewBox: "0 0 36 36", xmlns: "http://www.w3.org/2000/svg", "aria-labelledby": a, ...o }, r ? /* @__PURE__ */ d.createElement("title", { id: a }, r) : null, /* @__PURE__ */ d.createElement("g", { clipPath: "url(#clip0_17226_338)" }, /* @__PURE__ */ d.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M26.5555 28.7555C25.9003 29.0748 24.6474 29.3526 23.7131 29.3765C20.8923 29.4536 20.3448 27.352 20.3221 25.8285V14.6215H27.3978V9.17054H20.3466V0H15.1867C15.1017 0 14.9535 0.0759761 14.9325 0.268753C14.6306 3.0754 13.3455 8.00148 8 9.97119V14.6213H11.566V26.3834C11.566 30.411 14.4735 36.1327 22.149 35.9976C24.7387 35.9523 27.6149 34.8448 28.25 33.8886L26.5555 28.7555Z" }))),
|
|
892
|
+
}) => /* @__PURE__ */ d.createElement("svg", { viewBox: "0 0 36 36", xmlns: "http://www.w3.org/2000/svg", "aria-labelledby": a, ...o }, r ? /* @__PURE__ */ d.createElement("title", { id: a }, r) : null, /* @__PURE__ */ d.createElement("g", { clipPath: "url(#clip0_17226_338)" }, /* @__PURE__ */ d.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M26.5555 28.7555C25.9003 29.0748 24.6474 29.3526 23.7131 29.3765C20.8923 29.4536 20.3448 27.352 20.3221 25.8285V14.6215H27.3978V9.17054H20.3466V0H15.1867C15.1017 0 14.9535 0.0759761 14.9325 0.268753C14.6306 3.0754 13.3455 8.00148 8 9.97119V14.6213H11.566V26.3834C11.566 30.411 14.4735 36.1327 22.149 35.9976C24.7387 35.9523 27.6149 34.8448 28.25 33.8886L26.5555 28.7555Z" }))), i_ = ({
|
|
893
893
|
title: r,
|
|
894
894
|
titleId: a,
|
|
895
895
|
...o
|
|
896
|
-
}) => /* @__PURE__ */ d.createElement("svg", { viewBox: "0 0 36 36", xmlns: "http://www.w3.org/2000/svg", "aria-labelledby": a, ...o }, r ? /* @__PURE__ */ d.createElement("title", { id: a }, r) : null, /* @__PURE__ */ d.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M36 6.55147C34.6772 7.15385 33.253 7.56122 31.7591 7.74323C33.2847 6.80715 34.4554 5.32287 35.0069 3.55472C33.5784 4.42146 32 5.052 30.3138 5.39003C28.9699 3.91874 27.0491 3 24.9234 3C20.8473 3 17.5404 6.39111 17.5404 10.5731C17.5404 11.1668 17.6038 11.7432 17.7306 12.2979C11.5922 11.9816 6.15108 8.96966 2.50607 4.38245C1.87005 5.50487 1.50659 6.80715 1.50659 8.19394C1.50659 10.8202 2.81036 13.1387 4.7924 14.4973C3.58373 14.4605 2.44268 14.1159 1.44532 13.5526V13.6457C1.44532 17.3164 3.99154 20.3781 7.37242 21.0715C6.7533 21.2492 6.10037 21.338 5.42631 21.338C4.95087 21.338 4.486 21.2925 4.03592 21.2037C4.97623 24.2113 7.70205 26.402 10.935 26.4605C8.40781 28.493 5.22134 29.7042 1.76228 29.7042C1.1664 29.7042 0.576862 29.6696 0 29.6002C3.26889 31.7454 7.15267 33 11.3217 33C24.9086 33 32.336 21.4615 32.336 11.4529C32.336 11.1235 32.3296 10.7941 32.3169 10.4713C33.7602 9.40303 35.0132 8.07043 36 6.55147Z" })),
|
|
896
|
+
}) => /* @__PURE__ */ d.createElement("svg", { viewBox: "0 0 36 36", xmlns: "http://www.w3.org/2000/svg", "aria-labelledby": a, ...o }, r ? /* @__PURE__ */ d.createElement("title", { id: a }, r) : null, /* @__PURE__ */ d.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M36 6.55147C34.6772 7.15385 33.253 7.56122 31.7591 7.74323C33.2847 6.80715 34.4554 5.32287 35.0069 3.55472C33.5784 4.42146 32 5.052 30.3138 5.39003C28.9699 3.91874 27.0491 3 24.9234 3C20.8473 3 17.5404 6.39111 17.5404 10.5731C17.5404 11.1668 17.6038 11.7432 17.7306 12.2979C11.5922 11.9816 6.15108 8.96966 2.50607 4.38245C1.87005 5.50487 1.50659 6.80715 1.50659 8.19394C1.50659 10.8202 2.81036 13.1387 4.7924 14.4973C3.58373 14.4605 2.44268 14.1159 1.44532 13.5526V13.6457C1.44532 17.3164 3.99154 20.3781 7.37242 21.0715C6.7533 21.2492 6.10037 21.338 5.42631 21.338C4.95087 21.338 4.486 21.2925 4.03592 21.2037C4.97623 24.2113 7.70205 26.402 10.935 26.4605C8.40781 28.493 5.22134 29.7042 1.76228 29.7042C1.1664 29.7042 0.576862 29.6696 0 29.6002C3.26889 31.7454 7.15267 33 11.3217 33C24.9086 33 32.336 21.4615 32.336 11.4529C32.336 11.1235 32.3296 10.7941 32.3169 10.4713C33.7602 9.40303 35.0132 8.07043 36 6.55147Z" })), o_ = ({
|
|
897
897
|
title: r,
|
|
898
898
|
titleId: a,
|
|
899
899
|
...o
|
|
900
|
-
}) => /* @__PURE__ */ d.createElement("svg", { viewBox: "0 0 36 36", xmlns: "http://www.w3.org/2000/svg", "aria-labelledby": a, ...o }, r ? /* @__PURE__ */ d.createElement("title", { id: a }, r) : null, /* @__PURE__ */ d.createElement("path", { d: "M35.9818 10.0262C35.8271 13.4487 33.373 18.1241 28.6406 24.0663C23.7465 30.2744 19.6047 33.375 16.2154 33.375C14.1199 33.375 12.3408 31.4853 10.8923 27.7058C9.9219 24.2412 8.95854 20.7767 7.98815 17.3122C6.91228 13.5327 5.75203 11.643 4.52146 11.643C4.24722 11.643 3.30496 12.1959 1.69467 13.2947L0 11.167C1.77905 9.64823 3.52998 8.12244 5.25277 6.60365C7.6225 4.60192 9.40155 3.55206 10.5899 3.44708C13.3886 3.18111 15.1184 5.04986 15.7653 9.05331C16.4615 13.3647 16.9467 16.0524 17.2139 17.1022C18.0226 20.6787 18.9156 22.4635 19.886 22.4635C20.6384 22.4635 21.7705 21.3086 23.2824 18.985C24.7872 16.6613 25.5958 14.8975 25.7013 13.6797C25.9193 11.678 25.1106 10.6701 23.2824 10.6701C22.4174 10.6701 21.5314 10.8661 20.6173 11.251C22.3823 5.59578 25.7646 2.85216 30.7572 3.00614C34.4559 3.11112 36.1998 5.44881 35.9818 10.0262Z" })),
|
|
900
|
+
}) => /* @__PURE__ */ d.createElement("svg", { viewBox: "0 0 36 36", xmlns: "http://www.w3.org/2000/svg", "aria-labelledby": a, ...o }, r ? /* @__PURE__ */ d.createElement("title", { id: a }, r) : null, /* @__PURE__ */ d.createElement("path", { d: "M35.9818 10.0262C35.8271 13.4487 33.373 18.1241 28.6406 24.0663C23.7465 30.2744 19.6047 33.375 16.2154 33.375C14.1199 33.375 12.3408 31.4853 10.8923 27.7058C9.9219 24.2412 8.95854 20.7767 7.98815 17.3122C6.91228 13.5327 5.75203 11.643 4.52146 11.643C4.24722 11.643 3.30496 12.1959 1.69467 13.2947L0 11.167C1.77905 9.64823 3.52998 8.12244 5.25277 6.60365C7.6225 4.60192 9.40155 3.55206 10.5899 3.44708C13.3886 3.18111 15.1184 5.04986 15.7653 9.05331C16.4615 13.3647 16.9467 16.0524 17.2139 17.1022C18.0226 20.6787 18.9156 22.4635 19.886 22.4635C20.6384 22.4635 21.7705 21.3086 23.2824 18.985C24.7872 16.6613 25.5958 14.8975 25.7013 13.6797C25.9193 11.678 25.1106 10.6701 23.2824 10.6701C22.4174 10.6701 21.5314 10.8661 20.6173 11.251C22.3823 5.59578 25.7646 2.85216 30.7572 3.00614C34.4559 3.11112 36.1998 5.44881 35.9818 10.0262Z" })), l_ = ({
|
|
901
901
|
title: r,
|
|
902
902
|
titleId: a,
|
|
903
903
|
...o
|
|
904
|
-
}) => /* @__PURE__ */ d.createElement("svg", { viewBox: "0 0 36 36", xmlns: "http://www.w3.org/2000/svg", "aria-labelledby": a, ...o }, r ? /* @__PURE__ */ d.createElement("title", { id: a }, r) : null, /* @__PURE__ */ d.createElement("g", { clipPath: "url(#clip0_17226_337)" }, /* @__PURE__ */ d.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M14.283 22.4524L14.2819 12.2658L24.0086 17.3767L14.283 22.4524ZM35.64 10.5006C35.64 10.5006 35.2879 8.00241 34.209 6.90228C32.8399 5.45773 31.3054 5.45092 30.6022 5.36708C25.5645 4.99999 18.0079 5 18.0079 5H17.9921C17.9921 5 10.4355 4.99999 5.39775 5.36708C4.6935 5.45092 3.16013 5.45773 1.78988 6.90228C0.711004 8.00241 0.359997 10.5006 0.359997 10.5006C0.359997 10.5006 0 13.435 0 16.3683V19.1192C0 22.0536 0.359997 24.9869 0.359997 24.9869C0.359997 24.9869 0.711004 27.4851 1.78988 28.5853C3.16013 30.0298 4.95899 29.9845 5.75999 30.1352C8.63999 30.4139 18 30.5 18 30.5C18 30.5 25.5645 30.4887 30.6022 30.1216C31.3054 30.0366 32.8399 30.0298 34.209 28.5853C35.2879 27.4851 35.64 24.9869 35.64 24.9869C35.64 24.9869 36 22.0536 36 19.1192V16.3683C36 13.435 35.64 10.5006 35.64 10.5006Z" }))),
|
|
904
|
+
}) => /* @__PURE__ */ d.createElement("svg", { viewBox: "0 0 36 36", xmlns: "http://www.w3.org/2000/svg", "aria-labelledby": a, ...o }, r ? /* @__PURE__ */ d.createElement("title", { id: a }, r) : null, /* @__PURE__ */ d.createElement("g", { clipPath: "url(#clip0_17226_337)" }, /* @__PURE__ */ d.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M14.283 22.4524L14.2819 12.2658L24.0086 17.3767L14.283 22.4524ZM35.64 10.5006C35.64 10.5006 35.2879 8.00241 34.209 6.90228C32.8399 5.45773 31.3054 5.45092 30.6022 5.36708C25.5645 4.99999 18.0079 5 18.0079 5H17.9921C17.9921 5 10.4355 4.99999 5.39775 5.36708C4.6935 5.45092 3.16013 5.45773 1.78988 6.90228C0.711004 8.00241 0.359997 10.5006 0.359997 10.5006C0.359997 10.5006 0 13.435 0 16.3683V19.1192C0 22.0536 0.359997 24.9869 0.359997 24.9869C0.359997 24.9869 0.711004 27.4851 1.78988 28.5853C3.16013 30.0298 4.95899 29.9845 5.75999 30.1352C8.63999 30.4139 18 30.5 18 30.5C18 30.5 25.5645 30.4887 30.6022 30.1216C31.3054 30.0366 32.8399 30.0298 34.209 28.5853C35.2879 27.4851 35.64 24.9869 35.64 24.9869C35.64 24.9869 36 22.0536 36 19.1192V16.3683C36 13.435 35.64 10.5006 35.64 10.5006Z" }))), s_ = ({
|
|
905
905
|
title: r,
|
|
906
906
|
titleId: a,
|
|
907
907
|
...o
|
|
908
|
-
}) => /* @__PURE__ */ d.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", "aria-labelledby": a, ...o }, r ? /* @__PURE__ */ d.createElement("title", { id: a }, r) : null, /* @__PURE__ */ d.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4 2H20C21.1 2 22 2.9 22 4V16C22 17.1 21.1 18 20 18H6L2 22L2.01 4C2.01 2.9 2.9 2 4 2ZM5.17 16H20V4H4V17.17L4.58 16.59L5.17 16ZM6 12H8V14H6V12ZM8 9H6V11H8V9ZM6 6H8V8H6V6ZM15 12H10V14H15V12ZM10 9H18V11H10V9ZM18 6H10V8H18V6Z" })),
|
|
908
|
+
}) => /* @__PURE__ */ d.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", "aria-labelledby": a, ...o }, r ? /* @__PURE__ */ d.createElement("title", { id: a }, r) : null, /* @__PURE__ */ d.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4 2H20C21.1 2 22 2.9 22 4V16C22 17.1 21.1 18 20 18H6L2 22L2.01 4C2.01 2.9 2.9 2 4 2ZM5.17 16H20V4H4V17.17L4.58 16.59L5.17 16ZM6 12H8V14H6V12ZM8 9H6V11H8V9ZM6 6H8V8H6V6ZM15 12H10V14H15V12ZM10 9H18V11H10V9ZM18 6H10V8H18V6Z" })), u_ = ({
|
|
909
909
|
title: r,
|
|
910
910
|
titleId: a,
|
|
911
911
|
...o
|
|
912
|
-
}) => /* @__PURE__ */ d.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", "aria-labelledby": a, ...o }, r ? /* @__PURE__ */ d.createElement("title", { id: a }, r) : null, /* @__PURE__ */ d.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M20.0004 4V8.69L23.3104 12L20.0004 15.31V20H15.3104L12.0004 23.31L8.69043 20H4.00043V15.31L0.69043 12L4.00043 8.69V4H8.69043L12.0004 0.690002L15.3104 4H20.0004ZM18.0004 18V14.48L20.4804 12L18.0004 9.52V6H14.4804L12.0004 3.52L9.52043 6H6.00043V9.52L3.52043 12L6.00043 14.48V18H9.52043L12.0004 20.48L14.4804 18H18.0004ZM12.0004 6.5C8.97043 6.5 6.50043 8.97 6.50043 12C6.50043 15.03 8.97043 17.5 12.0004 17.5C15.0304 17.5 17.5004 15.03 17.5004 12C17.5004 8.97 15.0304 6.5 12.0004 6.5ZM8.50043 12C8.50043 13.93 10.0704 15.5 12.0004 15.5C13.9304 15.5 15.5004 13.93 15.5004 12C15.5004 10.07 13.9304 8.5 12.0004 8.5C10.0704 8.5 8.50043 10.07 8.50043 12Z" })),
|
|
912
|
+
}) => /* @__PURE__ */ d.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", "aria-labelledby": a, ...o }, r ? /* @__PURE__ */ d.createElement("title", { id: a }, r) : null, /* @__PURE__ */ d.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M20.0004 4V8.69L23.3104 12L20.0004 15.31V20H15.3104L12.0004 23.31L8.69043 20H4.00043V15.31L0.69043 12L4.00043 8.69V4H8.69043L12.0004 0.690002L15.3104 4H20.0004ZM18.0004 18V14.48L20.4804 12L18.0004 9.52V6H14.4804L12.0004 3.52L9.52043 6H6.00043V9.52L3.52043 12L6.00043 14.48V18H9.52043L12.0004 20.48L14.4804 18H18.0004ZM12.0004 6.5C8.97043 6.5 6.50043 8.97 6.50043 12C6.50043 15.03 8.97043 17.5 12.0004 17.5C15.0304 17.5 17.5004 15.03 17.5004 12C17.5004 8.97 15.0304 6.5 12.0004 6.5ZM8.50043 12C8.50043 13.93 10.0704 15.5 12.0004 15.5C13.9304 15.5 15.5004 13.93 15.5004 12C15.5004 10.07 13.9304 8.5 12.0004 8.5C10.0704 8.5 8.50043 10.07 8.50043 12Z" })), c_ = ({
|
|
913
913
|
title: r,
|
|
914
914
|
titleId: a,
|
|
915
915
|
...o
|
|
916
|
-
}) => /* @__PURE__ */ d.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", "aria-labelledby": a, ...o }, r ? /* @__PURE__ */ d.createElement("title", { id: a }, r) : null, /* @__PURE__ */ d.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M18.25 7.86581C18.25 11.0019 15.4518 13.5441 12 13.5441C8.54822 13.5441 5.75 11.0019 5.75 7.86581C5.75 4.72977 8.54822 2.1875 12 2.1875C15.4518 2.1875 18.25 4.72977 18.25 7.86581Z" }), /* @__PURE__ */ d.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11.2249 12.9931C4.98033 13.4589 2.25055 18.7558 1.99414 22.1989H21.9941C21.9941 22.1989 18.9172 12.4193 11.2249 12.9931Z" })),
|
|
916
|
+
}) => /* @__PURE__ */ d.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", "aria-labelledby": a, ...o }, r ? /* @__PURE__ */ d.createElement("title", { id: a }, r) : null, /* @__PURE__ */ d.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M18.25 7.86581C18.25 11.0019 15.4518 13.5441 12 13.5441C8.54822 13.5441 5.75 11.0019 5.75 7.86581C5.75 4.72977 8.54822 2.1875 12 2.1875C15.4518 2.1875 18.25 4.72977 18.25 7.86581Z" }), /* @__PURE__ */ d.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11.2249 12.9931C4.98033 13.4589 2.25055 18.7558 1.99414 22.1989H21.9941C21.9941 22.1989 18.9172 12.4193 11.2249 12.9931Z" })), d_ = ({
|
|
917
917
|
title: r,
|
|
918
918
|
titleId: a,
|
|
919
919
|
...o
|
|
920
|
-
}) => /* @__PURE__ */ d.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", "aria-labelledby": a, ...o }, r ? /* @__PURE__ */ d.createElement("title", { id: a }, r) : null, /* @__PURE__ */ d.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M17.8 7.80705C17.8 10.6767 15.2421 13.0704 12 13.0704C8.75787 13.0704 6.2 10.6767 6.2 7.80705C6.2 4.93739 8.75787 2.54375 12 2.54375C15.2421 2.54375 17.8 4.93739 17.8 7.80705Z", fill: "white", stroke: "black", strokeWidth: 1 }), /* @__PURE__ */ d.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11.2249 13.0712C4.98033 13.537 2.25055 18.8343 1.99414 22.2775H21.9941C21.9941 22.2775 18.9172 12.4974 11.2249 13.0712Z", fill: "white", stroke: "black", strokeWidth: 1 })),
|
|
920
|
+
}) => /* @__PURE__ */ d.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", "aria-labelledby": a, ...o }, r ? /* @__PURE__ */ d.createElement("title", { id: a }, r) : null, /* @__PURE__ */ d.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M17.8 7.80705C17.8 10.6767 15.2421 13.0704 12 13.0704C8.75787 13.0704 6.2 10.6767 6.2 7.80705C6.2 4.93739 8.75787 2.54375 12 2.54375C15.2421 2.54375 17.8 4.93739 17.8 7.80705Z", fill: "white", stroke: "black", strokeWidth: 1 }), /* @__PURE__ */ d.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11.2249 13.0712C4.98033 13.537 2.25055 18.8343 1.99414 22.2775H21.9941C21.9941 22.2775 18.9172 12.4974 11.2249 13.0712Z", fill: "white", stroke: "black", strokeWidth: 1 })), C_ = ({
|
|
921
921
|
title: r,
|
|
922
922
|
titleId: a,
|
|
923
923
|
...o
|
|
924
|
-
}) => /* @__PURE__ */ d.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", "aria-labelledby": a, ...o }, r ? /* @__PURE__ */ d.createElement("title", { id: a }, r) : null, /* @__PURE__ */ d.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3 17C3 16.4477 3.44772 16 4 16H20C20.5523 16 21 16.4477 21 17C21 17.5523 20.5523 18 20 18H4C3.44772 18 3 17.5523 3 17Z" }), /* @__PURE__ */ d.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3 12C3 11.4477 3.44772 11 4 11H20C20.5523 11 21 11.4477 21 12C21 12.5523 20.5523 13 20 13H4C3.44772 13 3 12.5523 3 12Z" }), /* @__PURE__ */ d.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3 7C3 6.44772 3.44772 6 4 6H20C20.5523 6 21 6.44772 21 7C21 7.55228 20.5523 8 20 8H4C3.44772 8 3 7.55228 3 7Z" })),
|
|
925
|
-
accessibilityFull:
|
|
926
|
-
accessibilityPartial:
|
|
927
|
-
actionCheckCircle:
|
|
928
|
-
actionCheckCircleFilled:
|
|
929
|
-
actionDelete:
|
|
930
|
-
actionExit:
|
|
931
|
-
actionHelpDefault:
|
|
932
|
-
actionHelpOutline:
|
|
933
|
-
actionHome:
|
|
934
|
-
actionIdentity:
|
|
935
|
-
actionIdentityFilled:
|
|
936
|
-
actionLaunch:
|
|
937
|
-
actionLightbulb:
|
|
938
|
-
actionLockClosed:
|
|
939
|
-
actionPayment:
|
|
940
|
-
actionPower:
|
|
941
|
-
actionRegistration:
|
|
942
|
-
actionSearch:
|
|
943
|
-
actionSettings:
|
|
944
|
-
alertNotificationImportant:
|
|
945
|
-
alertWarningFilled:
|
|
946
|
-
alertWarningOutline:
|
|
947
|
-
arrow:
|
|
948
|
-
building:
|
|
949
|
-
check:
|
|
950
|
-
clock:
|
|
951
|
-
close:
|
|
952
|
-
communicationCall:
|
|
953
|
-
communicationChatBubble:
|
|
954
|
-
communicationEmail:
|
|
955
|
-
decorativeEnvelope:
|
|
956
|
-
decorativeLibraryCard:
|
|
957
|
-
decorativeShoppingBag:
|
|
958
|
-
download:
|
|
959
|
-
editorMode:
|
|
960
|
-
errorFilled:
|
|
961
|
-
errorOutline:
|
|
962
|
-
fileTypeAudio:
|
|
963
|
-
fileTypeDoc:
|
|
964
|
-
fileTypeGenericDoc:
|
|
965
|
-
fileTypeImage:
|
|
966
|
-
fileTypePdf:
|
|
967
|
-
fileTypeSpreadsheet:
|
|
968
|
-
fileTypeVideo:
|
|
969
|
-
headset:
|
|
970
|
-
legacyAccountFilled:
|
|
971
|
-
legacyAccountUnfilled:
|
|
972
|
-
legacySocialFacebook:
|
|
973
|
-
legacySocialInstagram:
|
|
974
|
-
legacySocialTwitter:
|
|
975
|
-
legacySocialYoutube:
|
|
976
|
-
locator:
|
|
977
|
-
mapsPlace:
|
|
978
|
-
minus:
|
|
979
|
-
moonCrescent:
|
|
980
|
-
navigationMoreVert:
|
|
981
|
-
plus:
|
|
924
|
+
}) => /* @__PURE__ */ d.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", "aria-labelledby": a, ...o }, r ? /* @__PURE__ */ d.createElement("title", { id: a }, r) : null, /* @__PURE__ */ d.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3 17C3 16.4477 3.44772 16 4 16H20C20.5523 16 21 16.4477 21 17C21 17.5523 20.5523 18 20 18H4C3.44772 18 3 17.5523 3 17Z" }), /* @__PURE__ */ d.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3 12C3 11.4477 3.44772 11 4 11H20C20.5523 11 21 11.4477 21 12C21 12.5523 20.5523 13 20 13H4C3.44772 13 3 12.5523 3 12Z" }), /* @__PURE__ */ d.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3 7C3 6.44772 3.44772 6 4 6H20C20.5523 6 21 6.44772 21 7C21 7.55228 20.5523 8 20 8H4C3.44772 8 3 7.55228 3 7Z" })), f_ = {
|
|
925
|
+
accessibilityFull: qk,
|
|
926
|
+
accessibilityPartial: Gk,
|
|
927
|
+
actionCheckCircle: Xk,
|
|
928
|
+
actionCheckCircleFilled: Kk,
|
|
929
|
+
actionDelete: Jk,
|
|
930
|
+
actionExit: eT,
|
|
931
|
+
actionHelpDefault: tT,
|
|
932
|
+
actionHelpOutline: nT,
|
|
933
|
+
actionHome: rT,
|
|
934
|
+
actionIdentity: aT,
|
|
935
|
+
actionIdentityFilled: iT,
|
|
936
|
+
actionLaunch: oT,
|
|
937
|
+
actionLightbulb: lT,
|
|
938
|
+
actionLockClosed: sT,
|
|
939
|
+
actionPayment: uT,
|
|
940
|
+
actionPower: cT,
|
|
941
|
+
actionRegistration: dT,
|
|
942
|
+
actionSearch: CT,
|
|
943
|
+
actionSettings: fT,
|
|
944
|
+
alertNotificationImportant: pT,
|
|
945
|
+
alertWarningFilled: hT,
|
|
946
|
+
alertWarningOutline: mT,
|
|
947
|
+
arrow: vT,
|
|
948
|
+
building: gT,
|
|
949
|
+
check: wT,
|
|
950
|
+
clock: HT,
|
|
951
|
+
close: xT,
|
|
952
|
+
communicationCall: yT,
|
|
953
|
+
communicationChatBubble: LT,
|
|
954
|
+
communicationEmail: bT,
|
|
955
|
+
decorativeEnvelope: VT,
|
|
956
|
+
decorativeLibraryCard: MT,
|
|
957
|
+
decorativeShoppingBag: ET,
|
|
958
|
+
download: ST,
|
|
959
|
+
editorMode: kT,
|
|
960
|
+
errorFilled: TT,
|
|
961
|
+
errorOutline: _T,
|
|
962
|
+
fileTypeAudio: DT,
|
|
963
|
+
fileTypeDoc: RT,
|
|
964
|
+
fileTypeGenericDoc: ZT,
|
|
965
|
+
fileTypeImage: OT,
|
|
966
|
+
fileTypePdf: NT,
|
|
967
|
+
fileTypeSpreadsheet: PT,
|
|
968
|
+
fileTypeVideo: BT,
|
|
969
|
+
headset: FT,
|
|
970
|
+
legacyAccountFilled: jT,
|
|
971
|
+
legacyAccountUnfilled: AT,
|
|
972
|
+
legacySocialFacebook: zT,
|
|
973
|
+
legacySocialInstagram: UT,
|
|
974
|
+
legacySocialTwitter: IT,
|
|
975
|
+
legacySocialYoutube: $T,
|
|
976
|
+
locator: YT,
|
|
977
|
+
mapsPlace: WT,
|
|
978
|
+
minus: QT,
|
|
979
|
+
moonCrescent: qT,
|
|
980
|
+
navigationMoreVert: GT,
|
|
981
|
+
plus: XT,
|
|
982
982
|
search: Fy,
|
|
983
|
-
socialFacebook:
|
|
984
|
-
socialInstagram:
|
|
985
|
-
socialPinterest:
|
|
986
|
-
socialSoundCloud:
|
|
987
|
-
socialSpotify:
|
|
988
|
-
socialTikTok:
|
|
989
|
-
socialTumblr:
|
|
990
|
-
socialTwitter:
|
|
991
|
-
socialVimeo:
|
|
992
|
-
socialYoutube:
|
|
993
|
-
speakerNotes:
|
|
994
|
-
sunFull:
|
|
995
|
-
utilityAccountFilled:
|
|
996
|
-
utilityAccountUnfilled:
|
|
997
|
-
utilityHamburger:
|
|
983
|
+
socialFacebook: KT,
|
|
984
|
+
socialInstagram: JT,
|
|
985
|
+
socialPinterest: e_,
|
|
986
|
+
socialSoundCloud: t_,
|
|
987
|
+
socialSpotify: n_,
|
|
988
|
+
socialTikTok: r_,
|
|
989
|
+
socialTumblr: a_,
|
|
990
|
+
socialTwitter: i_,
|
|
991
|
+
socialVimeo: o_,
|
|
992
|
+
socialYoutube: l_,
|
|
993
|
+
speakerNotes: s_,
|
|
994
|
+
sunFull: u_,
|
|
995
|
+
utilityAccountFilled: c_,
|
|
996
|
+
utilityAccountUnfilled: d_,
|
|
997
|
+
utilityHamburger: C_,
|
|
998
998
|
utilitySearch: Fy
|
|
999
999
|
}, F3 = F1(
|
|
1000
|
-
|
|
1000
|
+
d2((r, a) => {
|
|
1001
1001
|
var z, $;
|
|
1002
1002
|
const {
|
|
1003
1003
|
align: o = "none",
|
|
@@ -1036,7 +1036,7 @@ const Wk = ({
|
|
|
1036
1036
|
"NYPL Reservoir Icon: Pass an icon `name` prop or an SVG child to ensure an icon appears."
|
|
1037
1037
|
), null;
|
|
1038
1038
|
if (L) {
|
|
1039
|
-
const A =
|
|
1039
|
+
const A = f_[L];
|
|
1040
1040
|
return /* @__PURE__ */ x.jsx(xh, { as: A, ref: a, ...O, __css: R });
|
|
1041
1041
|
}
|
|
1042
1042
|
return s.type === "svg" || ((z = s.props) == null ? void 0 : z.type) === "svg" || (($ = s.props) == null ? void 0 : $.mdxType) === "svg" ? P = X.cloneElement(s, {
|
|
@@ -1044,12 +1044,12 @@ const Wk = ({
|
|
|
1044
1044
|
ref: a
|
|
1045
1045
|
}) : console.warn(
|
|
1046
1046
|
"NYPL Reservoir Icon: An `svg` element must be passed to the `Icon` component as its child."
|
|
1047
|
-
), /* @__PURE__ */ x.jsx(
|
|
1047
|
+
), /* @__PURE__ */ x.jsx(g1, { ref: a, __css: R, children: P });
|
|
1048
1048
|
}),
|
|
1049
1049
|
// Pass all custom props to Chakra and override, e.g. we want the
|
|
1050
1050
|
// DS color value set and not color strings.
|
|
1051
1051
|
{ shouldForwardProp: () => !0 }
|
|
1052
|
-
),
|
|
1052
|
+
), p_ = (r = !1, a, o, s) => {
|
|
1053
1053
|
const i = r ? "minus" : "plus";
|
|
1054
1054
|
return /* @__PURE__ */ x.jsx(
|
|
1055
1055
|
F3,
|
|
@@ -1060,7 +1060,7 @@ const Wk = ({
|
|
|
1060
1060
|
color: s
|
|
1061
1061
|
}
|
|
1062
1062
|
);
|
|
1063
|
-
},
|
|
1063
|
+
}, h_ = (r = [], a, o, s = !1, i, p) => {
|
|
1064
1064
|
const C = i ? {
|
|
1065
1065
|
default: "ui.white",
|
|
1066
1066
|
warning: "ui.status.primary",
|
|
@@ -1122,7 +1122,7 @@ const Wk = ({
|
|
|
1122
1122
|
},
|
|
1123
1123
|
children: [
|
|
1124
1124
|
/* @__PURE__ */ x.jsx(
|
|
1125
|
-
|
|
1125
|
+
g1,
|
|
1126
1126
|
{
|
|
1127
1127
|
as: "span",
|
|
1128
1128
|
flex: "1",
|
|
@@ -1131,7 +1131,7 @@ const Wk = ({
|
|
|
1131
1131
|
children: L.label
|
|
1132
1132
|
}
|
|
1133
1133
|
),
|
|
1134
|
-
|
|
1134
|
+
p_(
|
|
1135
1135
|
_,
|
|
1136
1136
|
M,
|
|
1137
1137
|
o,
|
|
@@ -1144,8 +1144,8 @@ const Wk = ({
|
|
|
1144
1144
|
] });
|
|
1145
1145
|
} }, M);
|
|
1146
1146
|
});
|
|
1147
|
-
},
|
|
1148
|
-
|
|
1147
|
+
}, m_ = F1(
|
|
1148
|
+
d2((r, a) => {
|
|
1149
1149
|
const {
|
|
1150
1150
|
accordionData: o,
|
|
1151
1151
|
ariaLabel: s,
|
|
@@ -1182,7 +1182,7 @@ const Wk = ({
|
|
|
1182
1182
|
id: i,
|
|
1183
1183
|
ref: a,
|
|
1184
1184
|
...L,
|
|
1185
|
-
children:
|
|
1185
|
+
children: h_(
|
|
1186
1186
|
_,
|
|
1187
1187
|
s,
|
|
1188
1188
|
i,
|
|
@@ -1194,7 +1194,7 @@ const Wk = ({
|
|
|
1194
1194
|
);
|
|
1195
1195
|
})
|
|
1196
1196
|
), B3 = F1(
|
|
1197
|
-
|
|
1197
|
+
d2(
|
|
1198
1198
|
(r, a) => {
|
|
1199
1199
|
const {
|
|
1200
1200
|
buttonType: o = "primary",
|
|
@@ -1235,7 +1235,7 @@ const Wk = ({
|
|
|
1235
1235
|
...k,
|
|
1236
1236
|
children: [
|
|
1237
1237
|
s,
|
|
1238
|
-
L && /* @__PURE__ */ x.jsx(
|
|
1238
|
+
L && /* @__PURE__ */ x.jsx(g1, { as: "span", __css: z.screenreaderOnly, children: L })
|
|
1239
1239
|
]
|
|
1240
1240
|
}
|
|
1241
1241
|
);
|
|
@@ -1244,7 +1244,7 @@ const Wk = ({
|
|
|
1244
1244
|
// Chakra uses different values for its own `size` prop. We
|
|
1245
1245
|
// want to override the values and use our own.
|
|
1246
1246
|
{ shouldForwardProp: () => !0 }
|
|
1247
|
-
),
|
|
1247
|
+
), v_ = (r, a, o = 1) => r ? Array(Math.ceil((a - r) / o)).fill(r).map((s, i) => s + i * o) : [], $o = ({
|
|
1248
1248
|
additionalAriaLabel: r,
|
|
1249
1249
|
footnote: a,
|
|
1250
1250
|
id: o,
|
|
@@ -1260,11 +1260,11 @@ const Wk = ({
|
|
|
1260
1260
|
}, P1 = (r, a) => {
|
|
1261
1261
|
const o = r.length === 4, s = o ? r.slice(1, 2).repeat(2) : r.slice(1, 3), i = o ? r.slice(2, 3).repeat(2) : r.slice(3, 5), p = o ? r.slice(3, 4).repeat(2) : r.slice(5, 7), C = parseInt(s, 16), v = parseInt(i, 16), y = parseInt(p, 16), L = `${C}, ${v}, ${y}`;
|
|
1262
1262
|
return a ? `rgba(${L},${a})` : `rgb(${L})`;
|
|
1263
|
-
},
|
|
1263
|
+
}, g_ = (r, a = 60) => {
|
|
1264
1264
|
const o = r.substring(0, a - 1);
|
|
1265
1265
|
return `${o.substring(0, o.lastIndexOf(" "))}...`;
|
|
1266
|
-
},
|
|
1267
|
-
function
|
|
1266
|
+
}, y_ = (r) => r.replace(/[^a-z0-9]/gi, "-").toLowerCase();
|
|
1267
|
+
function L_(r, a, o) {
|
|
1268
1268
|
const s = {
|
|
1269
1269
|
align: void 0,
|
|
1270
1270
|
iconRotation: void 0,
|
|
@@ -1277,9 +1277,9 @@ function g_(r, a, o) {
|
|
|
1277
1277
|
a === "forwards" && i
|
|
1278
1278
|
] });
|
|
1279
1279
|
}
|
|
1280
|
-
function
|
|
1280
|
+
function b_(r, a, o) {
|
|
1281
1281
|
const s = `${a}-external-icon`, i = /* @__PURE__ */ x.jsxs(x.Fragment, { children: [
|
|
1282
|
-
/* @__PURE__ */ x.jsx(
|
|
1282
|
+
/* @__PURE__ */ x.jsx(g1, { as: "span", __css: o, children: "This link opens in a new window" }),
|
|
1283
1283
|
/* @__PURE__ */ x.jsx(
|
|
1284
1284
|
F3,
|
|
1285
1285
|
{
|
|
@@ -1296,7 +1296,7 @@ function y_(r, a, o) {
|
|
|
1296
1296
|
i
|
|
1297
1297
|
] });
|
|
1298
1298
|
}
|
|
1299
|
-
function
|
|
1299
|
+
function w_(r, a) {
|
|
1300
1300
|
const o = `${a}-standalone-icon`, s = /* @__PURE__ */ x.jsx(
|
|
1301
1301
|
F3,
|
|
1302
1302
|
{
|
|
@@ -1314,7 +1314,7 @@ function L_(r, a) {
|
|
|
1314
1314
|
] });
|
|
1315
1315
|
}
|
|
1316
1316
|
const D0 = F1(
|
|
1317
|
-
|
|
1317
|
+
d2((r, a) => {
|
|
1318
1318
|
const {
|
|
1319
1319
|
as: o = "a",
|
|
1320
1320
|
children: s,
|
|
@@ -1343,11 +1343,11 @@ const D0 = F1(
|
|
|
1343
1343
|
finalIsUnderlined: R,
|
|
1344
1344
|
hasVisitedState: p,
|
|
1345
1345
|
variant: $
|
|
1346
|
-
}), Y = v ||
|
|
1346
|
+
}), Y = v || y_(`link-${s}`), j = (k === "forwards" || k === "backwards") && L_(s, k, Y) || k === "external" && b_(
|
|
1347
1347
|
s,
|
|
1348
1348
|
Y,
|
|
1349
1349
|
A.screenreaderOnly
|
|
1350
|
-
) || k === "standalone" &&
|
|
1350
|
+
) || k === "standalone" && w_(s, Y) || s, i1 = M ? /* @__PURE__ */ x.jsx(g1, { as: "span", __css: A.screenreaderOnly, children: M }) : null;
|
|
1351
1351
|
return /* @__PURE__ */ x.jsxs(
|
|
1352
1352
|
IS,
|
|
1353
1353
|
{
|
|
@@ -1365,7 +1365,7 @@ const D0 = F1(
|
|
|
1365
1365
|
}),
|
|
1366
1366
|
{ shouldForwardProp: () => !0 }
|
|
1367
1367
|
), L5 = F1(
|
|
1368
|
-
|
|
1368
|
+
d2(
|
|
1369
1369
|
(r, a) => {
|
|
1370
1370
|
const {
|
|
1371
1371
|
children: o,
|
|
@@ -1419,7 +1419,7 @@ const D0 = F1(
|
|
|
1419
1419
|
);
|
|
1420
1420
|
}
|
|
1421
1421
|
)
|
|
1422
|
-
),
|
|
1422
|
+
), H_ = (r = "two") => ({
|
|
1423
1423
|
h1: "h1",
|
|
1424
1424
|
h2: "h2",
|
|
1425
1425
|
h3: "h3",
|
|
@@ -1433,7 +1433,7 @@ const D0 = F1(
|
|
|
1433
1433
|
five: "h5",
|
|
1434
1434
|
six: "h6"
|
|
1435
1435
|
})[r] || "h2", s9 = F1(
|
|
1436
|
-
|
|
1436
|
+
d2(
|
|
1437
1437
|
(r, a) => {
|
|
1438
1438
|
const {
|
|
1439
1439
|
className: o,
|
|
@@ -1450,7 +1450,7 @@ const D0 = F1(
|
|
|
1450
1450
|
url: _,
|
|
1451
1451
|
urlClass: R,
|
|
1452
1452
|
...O
|
|
1453
|
-
} = r, P =
|
|
1453
|
+
} = r, P = H_(v), z = M || v, $ = U2("Heading", {
|
|
1454
1454
|
variant: z,
|
|
1455
1455
|
isCapitalized: i,
|
|
1456
1456
|
isUppercase: p,
|
|
@@ -1476,7 +1476,7 @@ const D0 = F1(
|
|
|
1476
1476
|
"heading2",
|
|
1477
1477
|
"h1",
|
|
1478
1478
|
"h2"
|
|
1479
|
-
], h1 = r1.includes(z) ? "overline1" : "overline2",
|
|
1479
|
+
], h1 = r1.includes(z) ? "overline1" : "overline2", v1 = r1.includes(z) ? "subtitle1" : "subtitle2", M1 = $.headingWrapper, H1 = L || E ? {
|
|
1480
1480
|
...$.base
|
|
1481
1481
|
} : {
|
|
1482
1482
|
...$.base,
|
|
@@ -1513,13 +1513,13 @@ const D0 = F1(
|
|
|
1513
1513
|
mt: "xs",
|
|
1514
1514
|
noSpace: !0,
|
|
1515
1515
|
role: "paragraph",
|
|
1516
|
-
size:
|
|
1516
|
+
size: v1,
|
|
1517
1517
|
children: E
|
|
1518
1518
|
}
|
|
1519
1519
|
)
|
|
1520
1520
|
] });
|
|
1521
1521
|
return L || E ? /* @__PURE__ */ x.jsx(
|
|
1522
|
-
|
|
1522
|
+
g1,
|
|
1523
1523
|
{
|
|
1524
1524
|
as: "hgroup",
|
|
1525
1525
|
role: "group",
|
|
@@ -1531,7 +1531,7 @@ const D0 = F1(
|
|
|
1531
1531
|
) : /* @__PURE__ */ x.jsx(x.Fragment, { children: B1 });
|
|
1532
1532
|
}
|
|
1533
1533
|
)
|
|
1534
|
-
),
|
|
1534
|
+
), x_ = ["h1", "h2", "h3", "h4", "h5", "h6"];
|
|
1535
1535
|
function R0({
|
|
1536
1536
|
title: r = "",
|
|
1537
1537
|
id: a = "",
|
|
@@ -1541,14 +1541,14 @@ function R0({
|
|
|
1541
1541
|
}) {
|
|
1542
1542
|
const p = a ? `${a}-heading` : void 0;
|
|
1543
1543
|
let C = null;
|
|
1544
|
-
return r ? typeof r == "string" ? C = /* @__PURE__ */ x.jsx(s9, { size: i, id: p, __css: s, children: r }) : typeof r == "object" && (r.type === s9 ? C = s ? X.cloneElement(r, { __css: s }) : r :
|
|
1544
|
+
return r ? typeof r == "string" ? C = /* @__PURE__ */ x.jsx(s9, { size: i, id: p, __css: s, children: r }) : typeof r == "object" && (r.type === s9 ? C = s ? X.cloneElement(r, { __css: s }) : r : x_.includes(r.type) ? (C = r, console.warn(
|
|
1545
1545
|
"NYPL Reservoir useDSHeading: An HTML heading element was passed for the `title` or `headingText` prop in a Reservoir component. The heading will render without DS-specific styling."
|
|
1546
1546
|
)) : console.warn(
|
|
1547
1547
|
"NYPL Reservoir useDSHeading: An unsupported heading element was passed to the `title` or `headingText` prop in a Reservoir component, so that component's title will not be rendered. Instead, a DS `Heading` component or an HTML heading element should be passed."
|
|
1548
1548
|
)) : o && (C = o), C;
|
|
1549
1549
|
}
|
|
1550
1550
|
const Xr = F1(
|
|
1551
|
-
|
|
1551
|
+
d2(
|
|
1552
1552
|
({
|
|
1553
1553
|
ariaAtomic: r = !0,
|
|
1554
1554
|
ariaLive: a = "polite",
|
|
@@ -1569,8 +1569,8 @@ const Xr = F1(
|
|
|
1569
1569
|
__css: L,
|
|
1570
1570
|
...v
|
|
1571
1571
|
};
|
|
1572
|
-
return /* @__PURE__ */ x.jsx(
|
|
1573
|
-
|
|
1572
|
+
return /* @__PURE__ */ x.jsx(g1, { ...M, children: p ? typeof C == "string" ? /* @__PURE__ */ x.jsx(
|
|
1573
|
+
g1,
|
|
1574
1574
|
{
|
|
1575
1575
|
dangerouslySetInnerHTML: { __html: C },
|
|
1576
1576
|
__css: L.innerChild
|
|
@@ -1579,7 +1579,7 @@ const Xr = F1(
|
|
|
1579
1579
|
}
|
|
1580
1580
|
)
|
|
1581
1581
|
), N6 = F1(
|
|
1582
|
-
|
|
1582
|
+
d2(
|
|
1583
1583
|
(r, a) => {
|
|
1584
1584
|
const {
|
|
1585
1585
|
children: o,
|
|
@@ -1597,7 +1597,7 @@ const Xr = F1(
|
|
|
1597
1597
|
return _ || console.warn(
|
|
1598
1598
|
"NYPL Reservoir ComponentWrapper: No children were passed."
|
|
1599
1599
|
), /* @__PURE__ */ x.jsxs(
|
|
1600
|
-
|
|
1600
|
+
g1,
|
|
1601
1601
|
{
|
|
1602
1602
|
className: s,
|
|
1603
1603
|
id: `${y}-wrapper`,
|
|
@@ -1624,7 +1624,7 @@ const Xr = F1(
|
|
|
1624
1624
|
}
|
|
1625
1625
|
)
|
|
1626
1626
|
), iI = F1(
|
|
1627
|
-
|
|
1627
|
+
d2((r, a) => {
|
|
1628
1628
|
const {
|
|
1629
1629
|
activeLetters: o,
|
|
1630
1630
|
className: s,
|
|
@@ -1692,15 +1692,15 @@ const Xr = F1(
|
|
|
1692
1692
|
id: `filter-${Y.value}`,
|
|
1693
1693
|
isDisabled: r1,
|
|
1694
1694
|
sx: h1,
|
|
1695
|
-
onClick: (
|
|
1696
|
-
P(
|
|
1695
|
+
onClick: (v1) => {
|
|
1696
|
+
P(v1, Y.value);
|
|
1697
1697
|
},
|
|
1698
1698
|
children: Y.text
|
|
1699
1699
|
},
|
|
1700
1700
|
Y.value
|
|
1701
1701
|
);
|
|
1702
1702
|
}, A = () => k.map((Y) => $(Y));
|
|
1703
|
-
return /* @__PURE__ */ x.jsx(
|
|
1703
|
+
return /* @__PURE__ */ x.jsx(g1, { as: "nav", ref: a, "aria-label": "Filter by letter", children: /* @__PURE__ */ x.jsx(
|
|
1704
1704
|
N6,
|
|
1705
1705
|
{
|
|
1706
1706
|
id: v,
|
|
@@ -1713,8 +1713,8 @@ const Xr = F1(
|
|
|
1713
1713
|
}
|
|
1714
1714
|
) });
|
|
1715
1715
|
})
|
|
1716
|
-
),
|
|
1717
|
-
|
|
1716
|
+
), V_ = ["libsyn", "soundcloud", "spotify"], oI = F1(
|
|
1717
|
+
d2(
|
|
1718
1718
|
(r, a) => {
|
|
1719
1719
|
const {
|
|
1720
1720
|
audioType: o,
|
|
@@ -1730,9 +1730,9 @@ const Xr = F1(
|
|
|
1730
1730
|
void 0
|
|
1731
1731
|
);
|
|
1732
1732
|
v7(() => {
|
|
1733
|
-
const Y =
|
|
1733
|
+
const Y = M_(p);
|
|
1734
1734
|
let j = !p || !Y || !P(o, Y);
|
|
1735
|
-
Y && !Y.title && (Y.title = L || "Embedded audio player"), !!
|
|
1735
|
+
Y && !Y.title && (Y.title = L || "Embedded audio player"), !!V_.find(
|
|
1736
1736
|
(h1) => h1 === o
|
|
1737
1737
|
) && !p && (console.warn(
|
|
1738
1738
|
"NYPL Reservoir AudioPlayer: The `embedCode` prop is required when using a 3rd party streaming service."
|
|
@@ -1746,7 +1746,7 @@ const Xr = F1(
|
|
|
1746
1746
|
const z = U2("AudioPlayer", {});
|
|
1747
1747
|
function $() {
|
|
1748
1748
|
return _ ? /* @__PURE__ */ x.jsx(
|
|
1749
|
-
|
|
1749
|
+
g1,
|
|
1750
1750
|
{
|
|
1751
1751
|
dangerouslySetInnerHTML: {
|
|
1752
1752
|
__html: _.outerHTML
|
|
@@ -1768,7 +1768,7 @@ const Xr = F1(
|
|
|
1768
1768
|
__css: z.base,
|
|
1769
1769
|
...M,
|
|
1770
1770
|
children: E ? /* @__PURE__ */ x.jsx(
|
|
1771
|
-
|
|
1771
|
+
g1,
|
|
1772
1772
|
{
|
|
1773
1773
|
dangerouslySetInnerHTML: { __html: O },
|
|
1774
1774
|
__css: z.invalid
|
|
@@ -1779,7 +1779,7 @@ const Xr = F1(
|
|
|
1779
1779
|
}
|
|
1780
1780
|
)
|
|
1781
1781
|
);
|
|
1782
|
-
function
|
|
1782
|
+
function M_(r) {
|
|
1783
1783
|
var a, o;
|
|
1784
1784
|
try {
|
|
1785
1785
|
const s = new DOMParser().parseFromString(r, "text/html");
|
|
@@ -1789,7 +1789,7 @@ function x_(r) {
|
|
|
1789
1789
|
console.error(s);
|
|
1790
1790
|
}
|
|
1791
1791
|
}
|
|
1792
|
-
const
|
|
1792
|
+
const E_ = {
|
|
1793
1793
|
neutral: {
|
|
1794
1794
|
name: "errorOutline",
|
|
1795
1795
|
title: "Banner neutral icon",
|
|
@@ -1817,7 +1817,7 @@ const V_ = {
|
|
|
1817
1817
|
title: "Banner recommendation icon"
|
|
1818
1818
|
}
|
|
1819
1819
|
}, lI = F1(
|
|
1820
|
-
|
|
1820
|
+
d2((r, a) => {
|
|
1821
1821
|
const {
|
|
1822
1822
|
ariaLabel: o,
|
|
1823
1823
|
backgroundColor: s,
|
|
@@ -1870,7 +1870,7 @@ const V_ = {
|
|
|
1870
1870
|
"data-testid": `${L}-banner-icon`,
|
|
1871
1871
|
title: "Banner announcement icon",
|
|
1872
1872
|
size: "large",
|
|
1873
|
-
...
|
|
1873
|
+
...E_[E],
|
|
1874
1874
|
__css: A ? { marginTop: "xxxs" } : {}
|
|
1875
1875
|
}
|
|
1876
1876
|
);
|
|
@@ -1879,7 +1879,7 @@ const V_ = {
|
|
|
1879
1879
|
), v && !s && console.warn(
|
|
1880
1880
|
"NYPL Reservoir Banner: The `highlightColor` prop has been passed, but the `backgroundColor` prop has not been passed. Because of this, the `highlightColor` prop will be ignored."
|
|
1881
1881
|
), /* @__PURE__ */ x.jsxs(
|
|
1882
|
-
|
|
1882
|
+
g1,
|
|
1883
1883
|
{
|
|
1884
1884
|
"aria-label": o,
|
|
1885
1885
|
as: "aside",
|
|
@@ -1891,9 +1891,9 @@ const V_ = {
|
|
|
1891
1891
|
...k,
|
|
1892
1892
|
children: [
|
|
1893
1893
|
j,
|
|
1894
|
-
/* @__PURE__ */ x.jsxs(
|
|
1894
|
+
/* @__PURE__ */ x.jsxs(g1, { maxWidth: "800px", children: [
|
|
1895
1895
|
C && A,
|
|
1896
|
-
typeof p == "string" ? /* @__PURE__ */ x.jsx(
|
|
1896
|
+
typeof p == "string" ? /* @__PURE__ */ x.jsx(g1, { dangerouslySetInnerHTML: { __html: p } }) : /* @__PURE__ */ x.jsx(x.Fragment, { children: p })
|
|
1897
1897
|
] }),
|
|
1898
1898
|
M && Y
|
|
1899
1899
|
]
|
|
@@ -1903,25 +1903,25 @@ const V_ = {
|
|
|
1903
1903
|
{ shouldForwardProp: () => !0 }
|
|
1904
1904
|
);
|
|
1905
1905
|
var xo = void 0;
|
|
1906
|
-
function
|
|
1906
|
+
function S_() {
|
|
1907
1907
|
var r = u4(xo), a = r[0], o = r[1];
|
|
1908
1908
|
return v7(function() {
|
|
1909
1909
|
xo === void 0 && (xo = "loading" in HTMLImageElement.prototype), o(xo), process.env.NODE_ENV === "test" && (xo = void 0);
|
|
1910
1910
|
}, []), a;
|
|
1911
1911
|
}
|
|
1912
|
-
var Xp = /* @__PURE__ */ new Map(), Au = /* @__PURE__ */ new WeakMap(), jy = 0,
|
|
1913
|
-
function
|
|
1912
|
+
var Xp = /* @__PURE__ */ new Map(), Au = /* @__PURE__ */ new WeakMap(), jy = 0, k_ = void 0;
|
|
1913
|
+
function T_(r) {
|
|
1914
1914
|
return r ? (Au.has(r) || (jy += 1, Au.set(r, jy.toString())), Au.get(r)) : "0";
|
|
1915
1915
|
}
|
|
1916
|
-
function
|
|
1916
|
+
function __(r) {
|
|
1917
1917
|
return Object.keys(r).sort().filter(function(a) {
|
|
1918
1918
|
return r[a] !== void 0;
|
|
1919
1919
|
}).map(function(a) {
|
|
1920
|
-
return a + "_" + (a === "root" ?
|
|
1920
|
+
return a + "_" + (a === "root" ? T_(r.root) : r[a]);
|
|
1921
1921
|
}).toString();
|
|
1922
1922
|
}
|
|
1923
|
-
function
|
|
1924
|
-
var a =
|
|
1923
|
+
function D_(r) {
|
|
1924
|
+
var a = __(r), o = Xp.get(a);
|
|
1925
1925
|
if (!o) {
|
|
1926
1926
|
var s = /* @__PURE__ */ new Map(), i, p = new IntersectionObserver(function(C) {
|
|
1927
1927
|
C.forEach(function(v) {
|
|
@@ -1941,8 +1941,8 @@ function T_(r) {
|
|
|
1941
1941
|
}
|
|
1942
1942
|
return o;
|
|
1943
1943
|
}
|
|
1944
|
-
function
|
|
1945
|
-
if (o === void 0 && (o = {}), s === void 0 && (s =
|
|
1944
|
+
function R_(r, a, o, s) {
|
|
1945
|
+
if (o === void 0 && (o = {}), s === void 0 && (s = k_), typeof window.IntersectionObserver > "u" && s !== void 0) {
|
|
1946
1946
|
var i = r.getBoundingClientRect();
|
|
1947
1947
|
return a(s, {
|
|
1948
1948
|
isIntersecting: s,
|
|
@@ -1955,19 +1955,19 @@ function __(r, a, o, s) {
|
|
|
1955
1955
|
}), function() {
|
|
1956
1956
|
};
|
|
1957
1957
|
}
|
|
1958
|
-
var p =
|
|
1958
|
+
var p = D_(o), C = p.id, v = p.observer, y = p.elements, L = y.get(r) || [];
|
|
1959
1959
|
return y.has(r) || y.set(r, L), L.push(a), v.observe(r), function() {
|
|
1960
1960
|
L.splice(L.indexOf(a), 1), L.length === 0 && (y.delete(r), v.unobserve(r)), y.size === 0 && (v.disconnect(), Xp.delete(C));
|
|
1961
1961
|
};
|
|
1962
1962
|
}
|
|
1963
|
-
function
|
|
1963
|
+
function Z_(r) {
|
|
1964
1964
|
var a = r === void 0 ? {} : r, o = a.threshold, s = a.delay, i = a.trackVisibility, p = a.rootMargin, C = a.root, v = a.triggerOnce, y = a.skip, L = a.initialInView, M = a.fallbackInView, E = a.onChange, k = d.useRef(), _ = d.useRef(), R = d.useState({
|
|
1965
1965
|
inView: !!L
|
|
1966
1966
|
}), O = R[0], P = R[1];
|
|
1967
1967
|
_.current = E;
|
|
1968
1968
|
var z = d.useCallback(
|
|
1969
1969
|
function(A) {
|
|
1970
|
-
k.current !== void 0 && (k.current(), k.current = void 0), !y && A && (k.current =
|
|
1970
|
+
k.current !== void 0 && (k.current(), k.current = void 0), !y && A && (k.current = R_(A, function(Y, j) {
|
|
1971
1971
|
P({
|
|
1972
1972
|
inView: Y,
|
|
1973
1973
|
entry: j
|
|
@@ -2005,7 +2005,7 @@ function D_(r) {
|
|
|
2005
2005
|
var $ = [z, O.inView, O.entry];
|
|
2006
2006
|
return $.ref = $[0], $.inView = $[1], $.entry = $[2], $;
|
|
2007
2007
|
}
|
|
2008
|
-
const
|
|
2008
|
+
const O_ = F1(
|
|
2009
2009
|
(r) => {
|
|
2010
2010
|
const {
|
|
2011
2011
|
additionalWrapperStyles: a = {},
|
|
@@ -2021,17 +2021,17 @@ const R_ = F1(
|
|
|
2021
2021
|
sizeBasedOn: C
|
|
2022
2022
|
});
|
|
2023
2023
|
return /* @__PURE__ */ x.jsx(
|
|
2024
|
-
|
|
2024
|
+
g1,
|
|
2025
2025
|
{
|
|
2026
2026
|
className: `the-wrap ${o}`,
|
|
2027
2027
|
__css: { ...y.base, ...a },
|
|
2028
2028
|
...v,
|
|
2029
|
-
children: /* @__PURE__ */ x.jsx(
|
|
2029
|
+
children: /* @__PURE__ */ x.jsx(g1, { className: "the-crop", __css: y.crop, children: s })
|
|
2030
2030
|
}
|
|
2031
2031
|
);
|
|
2032
2032
|
}
|
|
2033
2033
|
), sa = F1(
|
|
2034
|
-
|
|
2034
|
+
d2((r, a) => {
|
|
2035
2035
|
const {
|
|
2036
2036
|
additionalFigureStyles: o = {},
|
|
2037
2037
|
additionalImageStyles: s = {},
|
|
@@ -2050,7 +2050,7 @@ const R_ = F1(
|
|
|
2050
2050
|
sizeBasedOn: P = "width",
|
|
2051
2051
|
src: z,
|
|
2052
2052
|
...$
|
|
2053
|
-
} = r, A =
|
|
2053
|
+
} = r, A = S_(), [Y, j] = Z_({
|
|
2054
2054
|
triggerOnce: !0,
|
|
2055
2055
|
skip: A
|
|
2056
2056
|
}), i1 = C !== "original", r1 = U2("ReservoirImage", {
|
|
@@ -2063,13 +2063,13 @@ const R_ = F1(
|
|
|
2063
2063
|
"NYPL Reservoir Image: The initial image failed to load in the browser. The fallback image source will now be used."
|
|
2064
2064
|
), k1.target.src = E || "", R && R(k1);
|
|
2065
2065
|
};
|
|
2066
|
-
let
|
|
2066
|
+
let v1 = null, M1, H1, B1 = _ ? {} : { src: z };
|
|
2067
2067
|
if (p && p.length > 300)
|
|
2068
2068
|
throw new Error(
|
|
2069
2069
|
"NYPL Reservoir Image: Alt text must be less than 300 characters."
|
|
2070
2070
|
);
|
|
2071
|
-
_ && (j || A) && (M1 = Y, B1 = { src: z }), H1 = rc(M1, a),
|
|
2072
|
-
|
|
2071
|
+
_ && (j || A) && (M1 = Y, B1 = { src: z }), H1 = rc(M1, a), v1 = L || /* @__PURE__ */ x.jsx(
|
|
2072
|
+
g1,
|
|
2073
2073
|
{
|
|
2074
2074
|
as: "img",
|
|
2075
2075
|
alt: p,
|
|
@@ -2081,7 +2081,7 @@ const R_ = F1(
|
|
|
2081
2081
|
}
|
|
2082
2082
|
);
|
|
2083
2083
|
const m1 = i1 ? /* @__PURE__ */ x.jsx(
|
|
2084
|
-
|
|
2084
|
+
O_,
|
|
2085
2085
|
{
|
|
2086
2086
|
additionalWrapperStyles: i,
|
|
2087
2087
|
ratio: C,
|
|
@@ -2089,17 +2089,17 @@ const R_ = F1(
|
|
|
2089
2089
|
size: O,
|
|
2090
2090
|
sizeBasedOn: P,
|
|
2091
2091
|
...v || M ? {} : $,
|
|
2092
|
-
children:
|
|
2092
|
+
children: v1
|
|
2093
2093
|
}
|
|
2094
|
-
) :
|
|
2095
|
-
return /* @__PURE__ */ x.jsx(
|
|
2096
|
-
|
|
2094
|
+
) : v1;
|
|
2095
|
+
return /* @__PURE__ */ x.jsx(g1, { ref: H1, children: v || M ? /* @__PURE__ */ x.jsxs(
|
|
2096
|
+
g1,
|
|
2097
2097
|
{
|
|
2098
2098
|
as: "figure",
|
|
2099
2099
|
__css: { ...r1.figure, ...o },
|
|
2100
2100
|
children: [
|
|
2101
2101
|
m1,
|
|
2102
|
-
/* @__PURE__ */ x.jsxs(
|
|
2102
|
+
/* @__PURE__ */ x.jsxs(g1, { as: "figcaption", __css: r1.figcaption, children: [
|
|
2103
2103
|
v && /* @__PURE__ */ x.jsx(
|
|
2104
2104
|
Xr,
|
|
2105
2105
|
{
|
|
@@ -2123,26 +2123,27 @@ const R_ = F1(
|
|
|
2123
2123
|
}),
|
|
2124
2124
|
{ shouldForwardProp: () => !0 }
|
|
2125
2125
|
), pb = F1(
|
|
2126
|
-
|
|
2126
|
+
d2((r, a) => {
|
|
2127
2127
|
const {
|
|
2128
2128
|
children: o,
|
|
2129
2129
|
className: s,
|
|
2130
2130
|
content: i,
|
|
2131
2131
|
id: p,
|
|
2132
2132
|
placement: C = "top",
|
|
2133
|
-
|
|
2134
|
-
|
|
2135
|
-
|
|
2133
|
+
elevation: v = 0,
|
|
2134
|
+
isDisabled: y,
|
|
2135
|
+
shouldWrapChildren: L,
|
|
2136
|
+
...M
|
|
2136
2137
|
} = r;
|
|
2137
2138
|
typeof i != "string" && typeof i != "number" && X.Children.map(
|
|
2138
2139
|
i,
|
|
2139
|
-
(
|
|
2140
|
-
(
|
|
2140
|
+
(_) => {
|
|
2141
|
+
(_.type !== F3 || _.type !== sa) && console.warn(
|
|
2141
2142
|
"NYPL Reservoir Tooltip: Pass in a string, number, DS Icon, or DS Image into the 'content' prop."
|
|
2142
2143
|
);
|
|
2143
2144
|
}
|
|
2144
2145
|
);
|
|
2145
|
-
const
|
|
2146
|
+
const E = L ? /* @__PURE__ */ x.jsx(N6, { width: "fit-content", children: o }) : o, k = R3("Tooltip", {});
|
|
2146
2147
|
return /* @__PURE__ */ x.jsx(
|
|
2147
2148
|
WS,
|
|
2148
2149
|
{
|
|
@@ -2152,19 +2153,19 @@ const R_ = F1(
|
|
|
2152
2153
|
closeOnEsc: !0,
|
|
2153
2154
|
closeOnMouseDown: !0,
|
|
2154
2155
|
hasArrow: !0,
|
|
2155
|
-
isDisabled:
|
|
2156
|
+
isDisabled: y,
|
|
2156
2157
|
label: i,
|
|
2157
2158
|
openDelay: 500,
|
|
2158
2159
|
placement: C,
|
|
2159
2160
|
ref: a,
|
|
2160
|
-
|
|
2161
|
-
...
|
|
2162
|
-
children:
|
|
2161
|
+
sx: { ...k, marginTop: `${v}px` },
|
|
2162
|
+
...M,
|
|
2163
|
+
children: E
|
|
2163
2164
|
}
|
|
2164
2165
|
);
|
|
2165
2166
|
})
|
|
2166
|
-
), sp = 40,
|
|
2167
|
-
const p = r.text.length, C = p >= sp, v = p <= sp ? r.text :
|
|
2167
|
+
), sp = 40, N_ = (r, a, o, s = !1, i = !1) => {
|
|
2168
|
+
const p = r.text.length, C = p >= sp, v = p <= sp ? r.text : g_(r.text, sp), y = /* @__PURE__ */ x.jsxs(
|
|
2168
2169
|
GS,
|
|
2169
2170
|
{
|
|
2170
2171
|
as: o,
|
|
@@ -2195,9 +2196,9 @@ const R_ = F1(
|
|
|
2195
2196
|
children: y
|
|
2196
2197
|
}
|
|
2197
2198
|
) : /* @__PURE__ */ x.jsx(x.Fragment, { children: y });
|
|
2198
|
-
},
|
|
2199
|
+
}, P_ = (r, a, o) => r != null && r.length ? r.map((i, p) => {
|
|
2199
2200
|
const C = p === r.length - 2, v = p === r.length - 1;
|
|
2200
|
-
return /* @__PURE__ */ x.jsx(qS, { children:
|
|
2201
|
+
return /* @__PURE__ */ x.jsx(qS, { children: N_(
|
|
2201
2202
|
i,
|
|
2202
2203
|
a,
|
|
2203
2204
|
o,
|
|
@@ -2205,7 +2206,7 @@ const R_ = F1(
|
|
|
2205
2206
|
v
|
|
2206
2207
|
) }, p);
|
|
2207
2208
|
}) : null, sI = F1(
|
|
2208
|
-
|
|
2209
|
+
d2((r, a) => {
|
|
2209
2210
|
const {
|
|
2210
2211
|
breadcrumbsData: o,
|
|
2211
2212
|
breadcrumbsType: s = "whatsOn",
|
|
@@ -2220,7 +2221,7 @@ const R_ = F1(
|
|
|
2220
2221
|
);
|
|
2221
2222
|
const y = R3("CustomBreadcrumb", {
|
|
2222
2223
|
variant: s
|
|
2223
|
-
}), L =
|
|
2224
|
+
}), L = P_(
|
|
2224
2225
|
o,
|
|
2225
2226
|
C,
|
|
2226
2227
|
p
|
|
@@ -2239,7 +2240,7 @@ const R_ = F1(
|
|
|
2239
2240
|
);
|
|
2240
2241
|
})
|
|
2241
2242
|
), S0 = F1(
|
|
2242
|
-
|
|
2243
|
+
d2(
|
|
2243
2244
|
(r, a) => {
|
|
2244
2245
|
const {
|
|
2245
2246
|
buttonWidth: o = "default",
|
|
@@ -2283,61 +2284,6 @@ const R_ = F1(
|
|
|
2283
2284
|
);
|
|
2284
2285
|
}
|
|
2285
2286
|
)
|
|
2286
|
-
), N_ = o2(
|
|
2287
|
-
({ external: r, target: a, rel: o, style: s, ...i }, p) => /* @__PURE__ */ x.jsxs(
|
|
2288
|
-
"a",
|
|
2289
|
-
{
|
|
2290
|
-
...i,
|
|
2291
|
-
ref: p,
|
|
2292
|
-
target: r ? "_blank" : a,
|
|
2293
|
-
rel: r ? "noopener noreferrer" : o,
|
|
2294
|
-
style: {
|
|
2295
|
-
position: "relative",
|
|
2296
|
-
display: "block",
|
|
2297
|
-
textDecoration: "none",
|
|
2298
|
-
outline: "2px green solid",
|
|
2299
|
-
...s
|
|
2300
|
-
},
|
|
2301
|
-
children: [
|
|
2302
|
-
/* @__PURE__ */ x.jsx(
|
|
2303
|
-
"span",
|
|
2304
|
-
{
|
|
2305
|
-
style: {
|
|
2306
|
-
content: "''",
|
|
2307
|
-
cursor: "inherit",
|
|
2308
|
-
display: "block",
|
|
2309
|
-
position: "absolute",
|
|
2310
|
-
top: 0,
|
|
2311
|
-
left: 0,
|
|
2312
|
-
width: "100%",
|
|
2313
|
-
height: "100%",
|
|
2314
|
-
zIndex: 0,
|
|
2315
|
-
pointerEvents: "none"
|
|
2316
|
-
}
|
|
2317
|
-
}
|
|
2318
|
-
),
|
|
2319
|
-
i.children
|
|
2320
|
-
]
|
|
2321
|
-
}
|
|
2322
|
-
)
|
|
2323
|
-
), P_ = o2(
|
|
2324
|
-
({ style: r, ...a }, o) => /* @__PURE__ */ x.jsx(
|
|
2325
|
-
v1,
|
|
2326
|
-
{
|
|
2327
|
-
ref: o,
|
|
2328
|
-
sx: {
|
|
2329
|
-
position: "relative",
|
|
2330
|
-
outline: "2px red solid",
|
|
2331
|
-
":hover": { cursor: "pointer" },
|
|
2332
|
-
"& a[href], abbr[title]": {
|
|
2333
|
-
position: "relative",
|
|
2334
|
-
zIndex: 1
|
|
2335
|
-
}
|
|
2336
|
-
},
|
|
2337
|
-
...a,
|
|
2338
|
-
children: a.children
|
|
2339
|
-
}
|
|
2340
|
-
)
|
|
2341
2287
|
);
|
|
2342
2288
|
function B_(r) {
|
|
2343
2289
|
const {
|
|
@@ -2359,7 +2305,7 @@ function B_(r) {
|
|
|
2359
2305
|
layout: M,
|
|
2360
2306
|
size: E
|
|
2361
2307
|
});
|
|
2362
|
-
return /* @__PURE__ */ x.jsx(
|
|
2308
|
+
return /* @__PURE__ */ x.jsx(g1, { __css: _, children: /* @__PURE__ */ x.jsx(
|
|
2363
2309
|
sa,
|
|
2364
2310
|
{
|
|
2365
2311
|
alt: a,
|
|
@@ -2377,7 +2323,7 @@ function B_(r) {
|
|
|
2377
2323
|
const F_ = F1(s9), j_ = F1(
|
|
2378
2324
|
(r) => {
|
|
2379
2325
|
const { children: a, ...o } = r, s = R3("CardContent");
|
|
2380
|
-
return a ? /* @__PURE__ */ x.jsx(
|
|
2326
|
+
return a ? /* @__PURE__ */ x.jsx(g1, { __css: s, ...o, children: a }) : null;
|
|
2381
2327
|
}
|
|
2382
2328
|
), A_ = F1(
|
|
2383
2329
|
(r) => {
|
|
@@ -2387,21 +2333,21 @@ const F_ = F1(s9), j_ = F1(
|
|
|
2387
2333
|
layout: i,
|
|
2388
2334
|
topBorder: p
|
|
2389
2335
|
});
|
|
2390
|
-
return o ? /* @__PURE__ */ x.jsx(
|
|
2336
|
+
return o ? /* @__PURE__ */ x.jsx(g1, { __css: v, ...C, children: o }) : null;
|
|
2391
2337
|
}
|
|
2392
2338
|
), z_ = F1(
|
|
2393
|
-
|
|
2394
|
-
({ className: r, children: a, id: o, mainActionLink: s, styles: i, ...p }, C) => s ? /* @__PURE__ */ x.jsx(
|
|
2339
|
+
d2(
|
|
2340
|
+
({ className: r, children: a, id: o, mainActionLink: s, styles: i, ...p }, C) => s ? /* @__PURE__ */ x.jsx(XS, { id: o, className: r, ref: C, ...p, children: a }) : /* @__PURE__ */ x.jsx(g1, { id: o, className: r, ref: C, sx: i, ...p, children: a })
|
|
2395
2341
|
)
|
|
2396
2342
|
);
|
|
2397
2343
|
function U_({
|
|
2398
2344
|
children: r,
|
|
2399
2345
|
mainActionLink: a
|
|
2400
2346
|
}) {
|
|
2401
|
-
return a ? /* @__PURE__ */ x.jsx(
|
|
2347
|
+
return a ? /* @__PURE__ */ x.jsx(KS, { href: a, children: r }) : /* @__PURE__ */ x.jsx(x.Fragment, { children: r });
|
|
2402
2348
|
}
|
|
2403
2349
|
const uI = F1(
|
|
2404
|
-
|
|
2350
|
+
d2(
|
|
2405
2351
|
(r, a) => {
|
|
2406
2352
|
const {
|
|
2407
2353
|
backgroundColor: o,
|
|
@@ -2446,14 +2392,14 @@ const uI = F1(
|
|
|
2446
2392
|
(j, i1) => {
|
|
2447
2393
|
const r1 = j.type === A_ || j.props.mdxType === "CardActions";
|
|
2448
2394
|
if (j.type === F_ || j.props.mdxType === "CardHeading") {
|
|
2449
|
-
const h1 = A === 0 ? /* @__PURE__ */ x.jsx(U_, { mainActionLink: k, children: j.props.children }) : j.props.children,
|
|
2395
|
+
const h1 = A === 0 ? /* @__PURE__ */ x.jsx(U_, { mainActionLink: k, children: j.props.children }) : j.props.children, v1 = X.cloneElement(j, {
|
|
2450
2396
|
key: i1,
|
|
2451
2397
|
// Override the child text with the potential `CardLinkOverlay`.
|
|
2452
2398
|
children: h1,
|
|
2453
2399
|
layout: E,
|
|
2454
2400
|
__css: Y.heading
|
|
2455
2401
|
});
|
|
2456
|
-
z.push(
|
|
2402
|
+
z.push(v1), A++;
|
|
2457
2403
|
} else if (j.type === j_ || j.props.mdxType === "CardContent") {
|
|
2458
2404
|
const h1 = X.cloneElement(j, { key: i1 });
|
|
2459
2405
|
z.push(h1);
|
|
@@ -2491,9 +2437,9 @@ const uI = F1(
|
|
|
2491
2437
|
src: v.src ? v.src : void 0
|
|
2492
2438
|
}
|
|
2493
2439
|
),
|
|
2494
|
-
/* @__PURE__ */ x.jsx(
|
|
2440
|
+
/* @__PURE__ */ x.jsx(g1, { className: "card-body", __css: Y.body, children: z }),
|
|
2495
2441
|
$.length ? /* @__PURE__ */ x.jsx(
|
|
2496
|
-
|
|
2442
|
+
g1,
|
|
2497
2443
|
{
|
|
2498
2444
|
className: "card-right",
|
|
2499
2445
|
__css: { ...Y.body, ...Y.actions },
|
|
@@ -2517,7 +2463,7 @@ function I_(r) {
|
|
|
2517
2463
|
) }) : null;
|
|
2518
2464
|
}
|
|
2519
2465
|
const up = F1(
|
|
2520
|
-
|
|
2466
|
+
d2((r, a) => {
|
|
2521
2467
|
const {
|
|
2522
2468
|
className: o,
|
|
2523
2469
|
helperText: s,
|
|
@@ -2555,7 +2501,7 @@ const up = F1(
|
|
|
2555
2501
|
showHelperInvalidText: R,
|
|
2556
2502
|
...z,
|
|
2557
2503
|
children: /* @__PURE__ */ x.jsx(
|
|
2558
|
-
|
|
2504
|
+
JS,
|
|
2559
2505
|
{
|
|
2560
2506
|
className: o,
|
|
2561
2507
|
icon: Y,
|
|
@@ -2582,7 +2528,7 @@ const up = F1(
|
|
|
2582
2528
|
);
|
|
2583
2529
|
})
|
|
2584
2530
|
), bc = F1(
|
|
2585
|
-
|
|
2531
|
+
d2(
|
|
2586
2532
|
({
|
|
2587
2533
|
children: r,
|
|
2588
2534
|
className: a,
|
|
@@ -2597,7 +2543,7 @@ const up = F1(
|
|
|
2597
2543
|
return o || console.warn(
|
|
2598
2544
|
"NYPL Reservoir Fieldset: This component's required `id` prop was not passed."
|
|
2599
2545
|
), /* @__PURE__ */ x.jsxs(
|
|
2600
|
-
|
|
2546
|
+
g1,
|
|
2601
2547
|
{
|
|
2602
2548
|
as: "fieldset",
|
|
2603
2549
|
id: o,
|
|
@@ -2737,7 +2683,7 @@ const up = F1(
|
|
|
2737
2683
|
...$_,
|
|
2738
2684
|
...Y_
|
|
2739
2685
|
}, W_ = F1(
|
|
2740
|
-
|
|
2686
|
+
d2((r, a) => {
|
|
2741
2687
|
const {
|
|
2742
2688
|
children: o,
|
|
2743
2689
|
defaultValue: s = [],
|
|
@@ -2765,8 +2711,8 @@ const up = F1(
|
|
|
2765
2711
|
"NYPL Reservoir CheckboxGroup: This component's required `id` prop was not passed."
|
|
2766
2712
|
), X.Children.map(
|
|
2767
2713
|
o,
|
|
2768
|
-
(
|
|
2769
|
-
if (
|
|
2714
|
+
(v1, M1) => {
|
|
2715
|
+
if (v1 != null) {
|
|
2770
2716
|
const H1 = {
|
|
2771
2717
|
key: M1,
|
|
2772
2718
|
id: `${p}-${M1}`,
|
|
@@ -2775,7 +2721,7 @@ const up = F1(
|
|
|
2775
2721
|
isInvalid: L,
|
|
2776
2722
|
isRequired: M
|
|
2777
2723
|
};
|
|
2778
|
-
j.push(X.cloneElement(
|
|
2724
|
+
j.push(X.cloneElement(v1, H1));
|
|
2779
2725
|
}
|
|
2780
2726
|
}
|
|
2781
2727
|
);
|
|
@@ -2791,7 +2737,7 @@ const up = F1(
|
|
|
2791
2737
|
...A,
|
|
2792
2738
|
__css: h1,
|
|
2793
2739
|
children: [
|
|
2794
|
-
/* @__PURE__ */ x.jsx(
|
|
2740
|
+
/* @__PURE__ */ x.jsx(ek, { ...r1, children: /* @__PURE__ */ x.jsx(
|
|
2795
2741
|
P0,
|
|
2796
2742
|
{
|
|
2797
2743
|
id: p,
|
|
@@ -2817,7 +2763,7 @@ const up = F1(
|
|
|
2817
2763
|
);
|
|
2818
2764
|
})
|
|
2819
2765
|
), Q_ = F1(
|
|
2820
|
-
|
|
2766
|
+
d2(
|
|
2821
2767
|
(r, a) => {
|
|
2822
2768
|
const {
|
|
2823
2769
|
className: o,
|
|
@@ -2837,7 +2783,7 @@ const up = F1(
|
|
|
2837
2783
|
columnHeadersTextColor: p,
|
|
2838
2784
|
showRowDividers: v,
|
|
2839
2785
|
useRowHeaders: M
|
|
2840
|
-
}), R = L && /* @__PURE__ */ x.jsx(
|
|
2786
|
+
}), R = L && /* @__PURE__ */ x.jsx(rk, { children: L }), O = s.length > 0 ? /* @__PURE__ */ x.jsx(tk, { children: /* @__PURE__ */ x.jsx(Ry, { children: s.map((z, $) => /* @__PURE__ */ x.jsx(Zy, { scope: "col", sx: k, children: z }, $)) }) }) : console.warn(
|
|
2841
2787
|
"NYPL Reservoir Table: Column headers have not been set. For improved accessibility, column headers are required."
|
|
2842
2788
|
), P = () => {
|
|
2843
2789
|
if (!Array.isArray(y) || y.length <= 0 || y[0].constructor !== Array)
|
|
@@ -2852,11 +2798,11 @@ const up = F1(
|
|
|
2852
2798
|
break;
|
|
2853
2799
|
}
|
|
2854
2800
|
const z = ($, A) => /* @__PURE__ */ x.jsxs(x.Fragment, { children: [
|
|
2855
|
-
/* @__PURE__ */ x.jsx(
|
|
2801
|
+
/* @__PURE__ */ x.jsx(g1, { as: "span", display: { base: "block", md: "none" }, children: s[$] }),
|
|
2856
2802
|
/* @__PURE__ */ x.jsx("span", { children: A })
|
|
2857
2803
|
] });
|
|
2858
|
-
return /* @__PURE__ */ x.jsx(
|
|
2859
|
-
(Y, j) => j === 0 && M ? /* @__PURE__ */ x.jsx(Zy, { scope: "row", children: z(j, Y) }, j) : /* @__PURE__ */ x.jsx(
|
|
2804
|
+
return /* @__PURE__ */ x.jsx(ak, { children: y.map(($, A) => /* @__PURE__ */ x.jsx(Ry, { children: $.map(
|
|
2805
|
+
(Y, j) => j === 0 && M ? /* @__PURE__ */ x.jsx(Zy, { scope: "row", children: z(j, Y) }, j) : /* @__PURE__ */ x.jsx(ik, { children: z(j, Y) }, j)
|
|
2860
2806
|
) }, A)) });
|
|
2861
2807
|
};
|
|
2862
2808
|
for (let z = 0; z < y.length; z++)
|
|
@@ -2867,7 +2813,7 @@ const up = F1(
|
|
|
2867
2813
|
break;
|
|
2868
2814
|
}
|
|
2869
2815
|
return /* @__PURE__ */ x.jsx(
|
|
2870
|
-
|
|
2816
|
+
nk,
|
|
2871
2817
|
{
|
|
2872
2818
|
className: o,
|
|
2873
2819
|
id: C,
|
|
@@ -2926,7 +2872,7 @@ const up = F1(
|
|
|
2926
2872
|
), _ = (G1, R1 = "small") => {
|
|
2927
2873
|
const E2 = R1 === "small" ? 1 : 2;
|
|
2928
2874
|
return (G1[E2] === "AA" || G1[E2] === "AAA") && /* @__PURE__ */ x.jsx(k, {});
|
|
2929
|
-
}, R = ["Color", "Ratio", "16px", "36px"], O = _(y), P = _(y, "large"), z = _(p), $ = _(p, "large"), A = L && _(L), Y = L && _(L, "large"), j = M && _(M), i1 = M && _(M, "large"), r1 = a && _(a), h1 = a && _(a, "large"),
|
|
2875
|
+
}, R = ["Color", "Ratio", "16px", "36px"], O = _(y), P = _(y, "large"), z = _(p), $ = _(p, "large"), A = L && _(L), Y = L && _(L, "large"), j = M && _(M), i1 = M && _(M, "large"), r1 = a && _(a), h1 = a && _(a, "large"), v1 = o && _(o), M1 = o && _(o, "large"), H1 = s && _(s), B1 = s && _(s, "large"), m1 = i && _(i), k1 = i && _(i, "large"), $1 = C && _(C), D1 = C && _(C, "large"), s2 = v && _(v), f1 = v && _(v, "large"), E1 = [
|
|
2930
2876
|
[
|
|
2931
2877
|
/* @__PURE__ */ x.jsxs("span", { style: { padding: 0 }, children: [
|
|
2932
2878
|
/* @__PURE__ */ x.jsx(o8, { backgroundColor: "white", border: !0 }),
|
|
@@ -3050,7 +2996,7 @@ const up = F1(
|
|
|
3050
2996
|
/* @__PURE__ */ x.jsx("span", { children: `${o[0]}:1` }, "colorBgDefaultRatio"),
|
|
3051
2997
|
/* @__PURE__ */ x.jsxs(x.Fragment, { children: [
|
|
3052
2998
|
o[1],
|
|
3053
|
-
|
|
2999
|
+
v1
|
|
3054
3000
|
] }),
|
|
3055
3001
|
/* @__PURE__ */ x.jsxs(x.Fragment, { children: [
|
|
3056
3002
|
o[2],
|
|
@@ -3106,7 +3052,7 @@ const up = F1(
|
|
|
3106
3052
|
/* @__PURE__ */ x.jsx("span", { children: `${v[0]}:1` }, "colorDarkTextRatio"),
|
|
3107
3053
|
/* @__PURE__ */ x.jsxs(x.Fragment, { children: [
|
|
3108
3054
|
v[1],
|
|
3109
|
-
|
|
3055
|
+
s2
|
|
3110
3056
|
] }),
|
|
3111
3057
|
/* @__PURE__ */ x.jsxs(x.Fragment, { children: [
|
|
3112
3058
|
v[2],
|
|
@@ -3142,7 +3088,7 @@ const up = F1(
|
|
|
3142
3088
|
textColor: O = "ui.white"
|
|
3143
3089
|
} = r, P = `--nypl-colors-${C.replace(/\./g, "-")}`, z = a === "ui.white" || a === "ui.typography.inverse.heading" || a === "ui.typography.inverse.body" ? "1px solid var(--nypl-colors-ui-gray-light-cool)" : void 0;
|
|
3144
3090
|
return /* @__PURE__ */ x.jsx(
|
|
3145
|
-
|
|
3091
|
+
g1,
|
|
3146
3092
|
{
|
|
3147
3093
|
bg: a,
|
|
3148
3094
|
color: O,
|
|
@@ -3150,8 +3096,8 @@ const up = F1(
|
|
|
3150
3096
|
paddingBottom: "m",
|
|
3151
3097
|
paddingTop: "s",
|
|
3152
3098
|
border: z,
|
|
3153
|
-
children: /* @__PURE__ */ x.jsxs(
|
|
3154
|
-
/* @__PURE__ */ x.jsxs(
|
|
3099
|
+
children: /* @__PURE__ */ x.jsxs(ok, { alignItems: "top", children: [
|
|
3100
|
+
/* @__PURE__ */ x.jsxs(g1, { width: "80%", children: [
|
|
3155
3101
|
/* @__PURE__ */ x.jsx(
|
|
3156
3102
|
s9,
|
|
3157
3103
|
{
|
|
@@ -4488,8 +4434,8 @@ function Iy(r, a, o) {
|
|
|
4488
4434
|
var j = String(a), i1 = B0(), r1 = (s = (i = o == null ? void 0 : o.locale) !== null && i !== void 0 ? i : i1.locale) !== null && s !== void 0 ? s : Hb, h1 = q2((p = (C = (v = (y = o == null ? void 0 : o.firstWeekContainsDate) !== null && y !== void 0 ? y : o == null || (L = o.locale) === null || L === void 0 || (M = L.options) === null || M === void 0 ? void 0 : M.firstWeekContainsDate) !== null && v !== void 0 ? v : i1.firstWeekContainsDate) !== null && C !== void 0 ? C : (E = i1.locale) === null || E === void 0 || (k = E.options) === null || k === void 0 ? void 0 : k.firstWeekContainsDate) !== null && p !== void 0 ? p : 1);
|
|
4489
4435
|
if (!(h1 >= 1 && h1 <= 7))
|
|
4490
4436
|
throw new RangeError("firstWeekContainsDate must be between 1 and 7 inclusively");
|
|
4491
|
-
var
|
|
4492
|
-
if (!(
|
|
4437
|
+
var v1 = q2((_ = (R = (O = (P = o == null ? void 0 : o.weekStartsOn) !== null && P !== void 0 ? P : o == null || (z = o.locale) === null || z === void 0 || ($ = z.options) === null || $ === void 0 ? void 0 : $.weekStartsOn) !== null && O !== void 0 ? O : i1.weekStartsOn) !== null && R !== void 0 ? R : (A = i1.locale) === null || A === void 0 || (Y = A.options) === null || Y === void 0 ? void 0 : Y.weekStartsOn) !== null && _ !== void 0 ? _ : 0);
|
|
4438
|
+
if (!(v1 >= 0 && v1 <= 6))
|
|
4493
4439
|
throw new RangeError("weekStartsOn must be between 0 and 6 inclusively");
|
|
4494
4440
|
if (!r1.localize)
|
|
4495
4441
|
throw new RangeError("locale must contain localize property");
|
|
@@ -4500,14 +4446,14 @@ function Iy(r, a, o) {
|
|
|
4500
4446
|
throw new RangeError("Invalid time value");
|
|
4501
4447
|
var H1 = ic(M1), B1 = mb(M1, H1), m1 = {
|
|
4502
4448
|
firstWeekContainsDate: h1,
|
|
4503
|
-
weekStartsOn:
|
|
4449
|
+
weekStartsOn: v1,
|
|
4504
4450
|
locale: r1,
|
|
4505
4451
|
_originalDate: M1
|
|
4506
4452
|
}, k1 = j.match(AD).map(function($1) {
|
|
4507
4453
|
var D1 = $1[0];
|
|
4508
4454
|
if (D1 === "p" || D1 === "P") {
|
|
4509
|
-
var
|
|
4510
|
-
return
|
|
4455
|
+
var s2 = Kp[D1];
|
|
4456
|
+
return s2($1, r1.formatLong);
|
|
4511
4457
|
}
|
|
4512
4458
|
return $1;
|
|
4513
4459
|
}).join("").match(jD).map(function($1) {
|
|
@@ -4516,9 +4462,9 @@ function Iy(r, a, o) {
|
|
|
4516
4462
|
var D1 = $1[0];
|
|
4517
4463
|
if (D1 === "'")
|
|
4518
4464
|
return $D($1);
|
|
4519
|
-
var
|
|
4520
|
-
if (
|
|
4521
|
-
return !(o != null && o.useAdditionalWeekYearTokens) && wb($1) && oc($1, a, String(r)), !(o != null && o.useAdditionalDayOfYearTokens) && bb($1) && oc($1, a, String(r)),
|
|
4465
|
+
var s2 = aD[D1];
|
|
4466
|
+
if (s2)
|
|
4467
|
+
return !(o != null && o.useAdditionalWeekYearTokens) && wb($1) && oc($1, a, String(r)), !(o != null && o.useAdditionalDayOfYearTokens) && bb($1) && oc($1, a, String(r)), s2(B1, $1, r1.localize, m1);
|
|
4522
4468
|
if (D1.match(ID))
|
|
4523
4469
|
throw new RangeError("Format string contains an unescaped latin alphabet character `" + D1 + "`");
|
|
4524
4470
|
return $1;
|
|
@@ -6629,8 +6575,8 @@ var UR = /* @__PURE__ */ function(r) {
|
|
|
6629
6575
|
function Cp(r, a, o, s) {
|
|
6630
6576
|
var i, p, C, v, y, L, M, E, k, _, R, O, P, z, $, A, Y, j;
|
|
6631
6577
|
j1(3, arguments);
|
|
6632
|
-
var i1 = String(r), r1 = String(a), h1 = B0(),
|
|
6633
|
-
if (!
|
|
6578
|
+
var i1 = String(r), r1 = String(a), h1 = B0(), v1 = (i = (p = s == null ? void 0 : s.locale) !== null && p !== void 0 ? p : h1.locale) !== null && i !== void 0 ? i : Hb;
|
|
6579
|
+
if (!v1.match)
|
|
6634
6580
|
throw new RangeError("locale must contain match property");
|
|
6635
6581
|
var M1 = q2((C = (v = (y = (L = s == null ? void 0 : s.firstWeekContainsDate) !== null && L !== void 0 ? L : s == null || (M = s.locale) === null || M === void 0 || (E = M.options) === null || E === void 0 ? void 0 : E.firstWeekContainsDate) !== null && y !== void 0 ? y : h1.firstWeekContainsDate) !== null && v !== void 0 ? v : (k = h1.locale) === null || k === void 0 || (_ = k.options) === null || _ === void 0 ? void 0 : _.firstWeekContainsDate) !== null && C !== void 0 ? C : 1);
|
|
6636
6582
|
if (!(M1 >= 1 && M1 <= 7))
|
|
@@ -6643,20 +6589,20 @@ function Cp(r, a, o, s) {
|
|
|
6643
6589
|
var B1 = {
|
|
6644
6590
|
firstWeekContainsDate: M1,
|
|
6645
6591
|
weekStartsOn: H1,
|
|
6646
|
-
locale:
|
|
6647
|
-
}, m1 = [new LR()], k1 = r1.match(oZ).map(function(
|
|
6648
|
-
var
|
|
6649
|
-
if (
|
|
6650
|
-
var P2 = Kp[
|
|
6651
|
-
return P2(
|
|
6652
|
-
}
|
|
6653
|
-
return
|
|
6654
|
-
}).join("").match(iZ), $1 = [], D1 = qy(k1),
|
|
6592
|
+
locale: v1
|
|
6593
|
+
}, m1 = [new LR()], k1 = r1.match(oZ).map(function(u2) {
|
|
6594
|
+
var o2 = u2[0];
|
|
6595
|
+
if (o2 in Kp) {
|
|
6596
|
+
var P2 = Kp[o2];
|
|
6597
|
+
return P2(u2, v1.formatLong);
|
|
6598
|
+
}
|
|
6599
|
+
return u2;
|
|
6600
|
+
}).join("").match(iZ), $1 = [], D1 = qy(k1), s2;
|
|
6655
6601
|
try {
|
|
6656
6602
|
var f1 = function() {
|
|
6657
|
-
var
|
|
6658
|
-
!(s != null && s.useAdditionalWeekYearTokens) && wb(
|
|
6659
|
-
var P2 =
|
|
6603
|
+
var o2 = s2.value;
|
|
6604
|
+
!(s != null && s.useAdditionalWeekYearTokens) && wb(o2) && oc(o2, r1, r), !(s != null && s.useAdditionalDayOfYearTokens) && bb(o2) && oc(o2, r1, r);
|
|
6605
|
+
var P2 = o2[0], G2 = aZ[P2];
|
|
6660
6606
|
if (G2) {
|
|
6661
6607
|
var V3 = G2.incompatibleTokens;
|
|
6662
6608
|
if (Array.isArray(V3)) {
|
|
@@ -6664,14 +6610,14 @@ function Cp(r, a, o, s) {
|
|
|
6664
6610
|
return V3.includes(z1.token) || z1.token === P2;
|
|
6665
6611
|
});
|
|
6666
6612
|
if (Y2)
|
|
6667
|
-
throw new RangeError("The format string mustn't contain `".concat(Y2.fullToken, "` and `").concat(
|
|
6613
|
+
throw new RangeError("The format string mustn't contain `".concat(Y2.fullToken, "` and `").concat(o2, "` at the same time"));
|
|
6668
6614
|
} else if (G2.incompatibleTokens === "*" && $1.length > 0)
|
|
6669
|
-
throw new RangeError("The format string mustn't contain `".concat(
|
|
6615
|
+
throw new RangeError("The format string mustn't contain `".concat(o2, "` and any other token at the same time"));
|
|
6670
6616
|
$1.push({
|
|
6671
6617
|
token: P2,
|
|
6672
|
-
fullToken:
|
|
6618
|
+
fullToken: o2
|
|
6673
6619
|
});
|
|
6674
|
-
var T1 = G2.run(i1,
|
|
6620
|
+
var T1 = G2.run(i1, o2, v1.match, B1);
|
|
6675
6621
|
if (!T1)
|
|
6676
6622
|
return {
|
|
6677
6623
|
v: /* @__PURE__ */ new Date(NaN)
|
|
@@ -6680,40 +6626,40 @@ function Cp(r, a, o, s) {
|
|
|
6680
6626
|
} else {
|
|
6681
6627
|
if (P2.match(cZ))
|
|
6682
6628
|
throw new RangeError("Format string contains an unescaped latin alphabet character `" + P2 + "`");
|
|
6683
|
-
if (
|
|
6684
|
-
i1 = i1.slice(
|
|
6629
|
+
if (o2 === "''" ? o2 = "'" : P2 === "'" && (o2 = dZ(o2)), i1.indexOf(o2) === 0)
|
|
6630
|
+
i1 = i1.slice(o2.length);
|
|
6685
6631
|
else
|
|
6686
6632
|
return {
|
|
6687
6633
|
v: /* @__PURE__ */ new Date(NaN)
|
|
6688
6634
|
};
|
|
6689
6635
|
}
|
|
6690
6636
|
};
|
|
6691
|
-
for (D1.s(); !(
|
|
6637
|
+
for (D1.s(); !(s2 = D1.n()).done; ) {
|
|
6692
6638
|
var E1 = f1();
|
|
6693
6639
|
if (R6(E1) === "object")
|
|
6694
6640
|
return E1.v;
|
|
6695
6641
|
}
|
|
6696
|
-
} catch (
|
|
6697
|
-
D1.e(
|
|
6642
|
+
} catch (u2) {
|
|
6643
|
+
D1.e(u2);
|
|
6698
6644
|
} finally {
|
|
6699
6645
|
D1.f();
|
|
6700
6646
|
}
|
|
6701
6647
|
if (i1.length > 0 && uZ.test(i1))
|
|
6702
6648
|
return /* @__PURE__ */ new Date(NaN);
|
|
6703
|
-
var y1 = m1.map(function(
|
|
6704
|
-
return
|
|
6705
|
-
}).sort(function(
|
|
6706
|
-
return
|
|
6707
|
-
}).filter(function(
|
|
6708
|
-
return P2.indexOf(
|
|
6709
|
-
}).map(function(
|
|
6710
|
-
return m1.filter(function(
|
|
6711
|
-
return
|
|
6712
|
-
}).sort(function(
|
|
6713
|
-
return P2.subPriority -
|
|
6649
|
+
var y1 = m1.map(function(u2) {
|
|
6650
|
+
return u2.priority;
|
|
6651
|
+
}).sort(function(u2, o2) {
|
|
6652
|
+
return o2 - u2;
|
|
6653
|
+
}).filter(function(u2, o2, P2) {
|
|
6654
|
+
return P2.indexOf(u2) === o2;
|
|
6655
|
+
}).map(function(u2) {
|
|
6656
|
+
return m1.filter(function(o2) {
|
|
6657
|
+
return o2.priority === u2;
|
|
6658
|
+
}).sort(function(o2, P2) {
|
|
6659
|
+
return P2.subPriority - o2.subPriority;
|
|
6714
6660
|
});
|
|
6715
|
-
}).map(function(
|
|
6716
|
-
return
|
|
6661
|
+
}).map(function(u2) {
|
|
6662
|
+
return u2[0];
|
|
6717
6663
|
}), K1 = a2(o);
|
|
6718
6664
|
if (isNaN(K1.getTime()))
|
|
6719
6665
|
return /* @__PURE__ */ new Date(NaN);
|
|
@@ -6726,8 +6672,8 @@ function Cp(r, a, o, s) {
|
|
|
6726
6672
|
var j2 = H2.set(G1, R1, B1);
|
|
6727
6673
|
Array.isArray(j2) ? (G1 = j2[0], pR(R1, j2[1])) : G1 = j2;
|
|
6728
6674
|
}
|
|
6729
|
-
} catch (
|
|
6730
|
-
E2.e(
|
|
6675
|
+
} catch (u2) {
|
|
6676
|
+
E2.e(u2);
|
|
6731
6677
|
} finally {
|
|
6732
6678
|
E2.f();
|
|
6733
6679
|
}
|
|
@@ -6931,7 +6877,7 @@ function SZ() {
|
|
|
6931
6877
|
R = !0, D1(j);
|
|
6932
6878
|
else {
|
|
6933
6879
|
var E1 = o(L);
|
|
6934
|
-
E1 !== null &&
|
|
6880
|
+
E1 !== null && s2(Y, E1.startTime - f1);
|
|
6935
6881
|
}
|
|
6936
6882
|
}
|
|
6937
6883
|
function j(f1, E1) {
|
|
@@ -6952,16 +6898,16 @@ function SZ() {
|
|
|
6952
6898
|
var R1 = !0;
|
|
6953
6899
|
else {
|
|
6954
6900
|
var E2 = o(L);
|
|
6955
|
-
E2 !== null &&
|
|
6901
|
+
E2 !== null && s2(Y, E2.startTime - E1), R1 = !1;
|
|
6956
6902
|
}
|
|
6957
6903
|
return R1;
|
|
6958
6904
|
} finally {
|
|
6959
6905
|
E = null, k = y1, _ = !1;
|
|
6960
6906
|
}
|
|
6961
6907
|
}
|
|
6962
|
-
var i1 = !1, r1 = null, h1 = -1,
|
|
6908
|
+
var i1 = !1, r1 = null, h1 = -1, v1 = 5, M1 = -1;
|
|
6963
6909
|
function H1() {
|
|
6964
|
-
return !(r.unstable_now() - M1 <
|
|
6910
|
+
return !(r.unstable_now() - M1 < v1);
|
|
6965
6911
|
}
|
|
6966
6912
|
function B1() {
|
|
6967
6913
|
if (r1 !== null) {
|
|
@@ -6993,7 +6939,7 @@ function SZ() {
|
|
|
6993
6939
|
function D1(f1) {
|
|
6994
6940
|
r1 = f1, i1 || (i1 = !0, m1());
|
|
6995
6941
|
}
|
|
6996
|
-
function
|
|
6942
|
+
function s2(f1, E1) {
|
|
6997
6943
|
h1 = P(function() {
|
|
6998
6944
|
f1(r.unstable_now());
|
|
6999
6945
|
}, E1);
|
|
@@ -7003,7 +6949,7 @@ function SZ() {
|
|
|
7003
6949
|
}, r.unstable_continueExecution = function() {
|
|
7004
6950
|
R || _ || (R = !0, D1(j));
|
|
7005
6951
|
}, r.unstable_forceFrameRate = function(f1) {
|
|
7006
|
-
0 > f1 || 125 < f1 ? console.error("forceFrameRate takes a positive int between 0 and 125, forcing frame rates higher than 125 fps is not supported") :
|
|
6952
|
+
0 > f1 || 125 < f1 ? console.error("forceFrameRate takes a positive int between 0 and 125, forcing frame rates higher than 125 fps is not supported") : v1 = 0 < f1 ? Math.floor(1e3 / f1) : 5;
|
|
7007
6953
|
}, r.unstable_getCurrentPriorityLevel = function() {
|
|
7008
6954
|
return k;
|
|
7009
6955
|
}, r.unstable_getFirstCallbackNode = function() {
|
|
@@ -7063,7 +7009,7 @@ function SZ() {
|
|
|
7063
7009
|
default:
|
|
7064
7010
|
G1 = 5e3;
|
|
7065
7011
|
}
|
|
7066
|
-
return G1 = y1 + G1, f1 = { id: M++, callback: E1, priorityLevel: f1, startTime: y1, expirationTime: G1, sortIndex: -1 }, y1 > K1 ? (f1.sortIndex = y1, a(L, f1), o(y) === null && f1 === o(L) && (O ? (z(h1), h1 = -1) : O = !0,
|
|
7012
|
+
return G1 = y1 + G1, f1 = { id: M++, callback: E1, priorityLevel: f1, startTime: y1, expirationTime: G1, sortIndex: -1 }, y1 > K1 ? (f1.sortIndex = y1, a(L, f1), o(y) === null && f1 === o(L) && (O ? (z(h1), h1 = -1) : O = !0, s2(Y, y1 - K1))) : (f1.sortIndex = G1, a(y, f1), R || _ || (R = !0, D1(j))), f1;
|
|
7067
7013
|
}, r.unstable_shouldYield = H1, r.unstable_wrapCallback = function(f1) {
|
|
7068
7014
|
var E1 = k;
|
|
7069
7015
|
return function() {
|
|
@@ -7146,7 +7092,7 @@ function kZ() {
|
|
|
7146
7092
|
return $.now() - A;
|
|
7147
7093
|
};
|
|
7148
7094
|
}
|
|
7149
|
-
var Y = 1073741823, j = -1, i1 = 250, r1 = 5e3, h1 = 1e4,
|
|
7095
|
+
var Y = 1073741823, j = -1, i1 = 250, r1 = 5e3, h1 = 1e4, v1 = Y, M1 = [], H1 = [], B1 = 1, m1 = null, k1 = k, $1 = !1, D1 = !1, s2 = !1, f1 = typeof setTimeout == "function" ? setTimeout : null, E1 = typeof clearTimeout == "function" ? clearTimeout : null, y1 = typeof setImmediate < "u" ? setImmediate : null;
|
|
7150
7096
|
typeof navigator < "u" && navigator.scheduling !== void 0 && navigator.scheduling.isInputPending !== void 0 && navigator.scheduling.isInputPending.bind(navigator.scheduling);
|
|
7151
7097
|
function K1(_1) {
|
|
7152
7098
|
for (var C2 = p(H1); C2 !== null; ) {
|
|
@@ -7160,7 +7106,7 @@ function kZ() {
|
|
|
7160
7106
|
}
|
|
7161
7107
|
}
|
|
7162
7108
|
function G1(_1) {
|
|
7163
|
-
if (
|
|
7109
|
+
if (s2 = !1, K1(_1), !D1)
|
|
7164
7110
|
if (p(M1) !== null)
|
|
7165
7111
|
D1 = !0, c4(R1);
|
|
7166
7112
|
else {
|
|
@@ -7169,7 +7115,7 @@ function kZ() {
|
|
|
7169
7115
|
}
|
|
7170
7116
|
}
|
|
7171
7117
|
function R1(_1, C2) {
|
|
7172
|
-
D1 = !1,
|
|
7118
|
+
D1 = !1, s2 && (s2 = !1, ge()), $1 = !0;
|
|
7173
7119
|
var B2 = k1;
|
|
7174
7120
|
try {
|
|
7175
7121
|
var m3;
|
|
@@ -7247,7 +7193,7 @@ function kZ() {
|
|
|
7247
7193
|
}
|
|
7248
7194
|
};
|
|
7249
7195
|
}
|
|
7250
|
-
function
|
|
7196
|
+
function u2(_1, C2, B2) {
|
|
7251
7197
|
var m3 = r.unstable_now(), v3;
|
|
7252
7198
|
if (typeof B2 == "object" && B2 !== null) {
|
|
7253
7199
|
var ne = B2.delay;
|
|
@@ -7263,7 +7209,7 @@ function kZ() {
|
|
|
7263
7209
|
re = i1;
|
|
7264
7210
|
break;
|
|
7265
7211
|
case R:
|
|
7266
|
-
re =
|
|
7212
|
+
re = v1;
|
|
7267
7213
|
break;
|
|
7268
7214
|
case _:
|
|
7269
7215
|
re = h1;
|
|
@@ -7281,9 +7227,9 @@ function kZ() {
|
|
|
7281
7227
|
expirationTime: qe,
|
|
7282
7228
|
sortIndex: -1
|
|
7283
7229
|
};
|
|
7284
|
-
return v3 > m3 ? (S3.sortIndex = v3, i(H1, S3), p(M1) === null && S3 === p(H1) && (
|
|
7230
|
+
return v3 > m3 ? (S3.sortIndex = v3, i(H1, S3), p(M1) === null && S3 === p(H1) && (s2 ? ge() : s2 = !0, $3(G1, v3 - m3))) : (S3.sortIndex = qe, i(M1, S3), !D1 && !$1 && (D1 = !0, c4(R1))), S3;
|
|
7285
7231
|
}
|
|
7286
|
-
function
|
|
7232
|
+
function o2() {
|
|
7287
7233
|
}
|
|
7288
7234
|
function P2() {
|
|
7289
7235
|
!D1 && !$1 && (D1 = !0, c4(R1));
|
|
@@ -7349,7 +7295,7 @@ function kZ() {
|
|
|
7349
7295
|
E1(N2), N2 = -1;
|
|
7350
7296
|
}
|
|
7351
7297
|
var W5 = U3, F4 = null;
|
|
7352
|
-
r.unstable_IdlePriority = R, r.unstable_ImmediatePriority = M, r.unstable_LowPriority = _, r.unstable_NormalPriority = k, r.unstable_Profiling = F4, r.unstable_UserBlockingPriority = E, r.unstable_cancelCallback = V3, r.unstable_continueExecution = P2, r.unstable_forceFrameRate = te, r.unstable_getCurrentPriorityLevel = Y2, r.unstable_getFirstCallbackNode = G2, r.unstable_next = H2, r.unstable_pauseExecution =
|
|
7298
|
+
r.unstable_IdlePriority = R, r.unstable_ImmediatePriority = M, r.unstable_LowPriority = _, r.unstable_NormalPriority = k, r.unstable_Profiling = F4, r.unstable_UserBlockingPriority = E, r.unstable_cancelCallback = V3, r.unstable_continueExecution = P2, r.unstable_forceFrameRate = te, r.unstable_getCurrentPriorityLevel = Y2, r.unstable_getFirstCallbackNode = G2, r.unstable_next = H2, r.unstable_pauseExecution = o2, r.unstable_requestPaint = W5, r.unstable_runWithPriority = a3, r.unstable_scheduleCallback = u2, r.unstable_shouldYield = me, r.unstable_wrapCallback = j2, typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ < "u" && typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop == "function" && __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop(new Error());
|
|
7353
7299
|
}();
|
|
7354
7300
|
}(hp)), hp;
|
|
7355
7301
|
}
|
|
@@ -7469,7 +7415,7 @@ function TZ() {
|
|
|
7469
7415
|
var b = P.hasOwnProperty(l) ? P[l] : null;
|
|
7470
7416
|
(b !== null ? b.type !== 0 : m || !(2 < l.length) || l[0] !== "o" && l[0] !== "O" || l[1] !== "n" && l[1] !== "N") && (R(l, f, b, m) && (f = null), m || b === null ? k(l) && (f === null ? n.removeAttribute(l) : n.setAttribute(l, "" + f)) : b.mustUseProperty ? n[b.propertyName] = f === null ? b.type === 3 ? !1 : "" : f : (l = b.attributeName, m = b.attributeNamespace, f === null ? n.removeAttribute(l) : (b = b.type, f = b === 3 || b === 4 && f === !0 ? "" : "" + f, m ? n.setAttributeNS(m, l, f) : n.setAttribute(l, f))));
|
|
7471
7417
|
}
|
|
7472
|
-
var Y = r.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED, j = Symbol.for("react.element"), i1 = Symbol.for("react.portal"), r1 = Symbol.for("react.fragment"), h1 = Symbol.for("react.strict_mode"),
|
|
7418
|
+
var Y = r.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED, j = Symbol.for("react.element"), i1 = Symbol.for("react.portal"), r1 = Symbol.for("react.fragment"), h1 = Symbol.for("react.strict_mode"), v1 = Symbol.for("react.profiler"), M1 = Symbol.for("react.provider"), H1 = Symbol.for("react.context"), B1 = Symbol.for("react.forward_ref"), m1 = Symbol.for("react.suspense"), k1 = Symbol.for("react.suspense_list"), $1 = Symbol.for("react.memo"), D1 = Symbol.for("react.lazy"), s2 = Symbol.for("react.offscreen"), f1 = Symbol.iterator;
|
|
7473
7419
|
function E1(n) {
|
|
7474
7420
|
return n === null || typeof n != "object" ? null : (n = f1 && n[f1] || n["@@iterator"], typeof n == "function" ? n : null);
|
|
7475
7421
|
}
|
|
@@ -7579,7 +7525,7 @@ function TZ() {
|
|
|
7579
7525
|
return "Fragment";
|
|
7580
7526
|
case i1:
|
|
7581
7527
|
return "Portal";
|
|
7582
|
-
case
|
|
7528
|
+
case v1:
|
|
7583
7529
|
return "Profiler";
|
|
7584
7530
|
case h1:
|
|
7585
7531
|
return "StrictMode";
|
|
@@ -7660,7 +7606,7 @@ function TZ() {
|
|
|
7660
7606
|
}
|
|
7661
7607
|
return null;
|
|
7662
7608
|
}
|
|
7663
|
-
function
|
|
7609
|
+
function u2(n) {
|
|
7664
7610
|
switch (typeof n) {
|
|
7665
7611
|
case "boolean":
|
|
7666
7612
|
case "number":
|
|
@@ -7673,12 +7619,12 @@ function TZ() {
|
|
|
7673
7619
|
return "";
|
|
7674
7620
|
}
|
|
7675
7621
|
}
|
|
7676
|
-
function
|
|
7622
|
+
function o2(n) {
|
|
7677
7623
|
var l = n.type;
|
|
7678
7624
|
return (n = n.nodeName) && n.toLowerCase() === "input" && (l === "checkbox" || l === "radio");
|
|
7679
7625
|
}
|
|
7680
7626
|
function P2(n) {
|
|
7681
|
-
var l =
|
|
7627
|
+
var l = o2(n) ? "checked" : "value", f = Object.getOwnPropertyDescriptor(n.constructor.prototype, l), m = "" + n[l];
|
|
7682
7628
|
if (!n.hasOwnProperty(l) && typeof f < "u" && typeof f.get == "function" && typeof f.set == "function") {
|
|
7683
7629
|
var b = f.get, H = f.set;
|
|
7684
7630
|
return Object.defineProperty(n, l, { configurable: !0, get: function() {
|
|
@@ -7704,7 +7650,7 @@ function TZ() {
|
|
|
7704
7650
|
if (!l)
|
|
7705
7651
|
return !0;
|
|
7706
7652
|
var f = l.getValue(), m = "";
|
|
7707
|
-
return n && (m =
|
|
7653
|
+
return n && (m = o2(n) ? n.checked ? "true" : "false" : n.value), n = m, n !== f ? (l.setValue(n), !0) : !1;
|
|
7708
7654
|
}
|
|
7709
7655
|
function Y2(n) {
|
|
7710
7656
|
if (n = n || (typeof document < "u" ? document : void 0), typeof n > "u")
|
|
@@ -7721,21 +7667,21 @@ function TZ() {
|
|
|
7721
7667
|
}
|
|
7722
7668
|
function z1(n, l) {
|
|
7723
7669
|
var f = l.defaultValue == null ? "" : l.defaultValue, m = l.checked != null ? l.checked : l.defaultChecked;
|
|
7724
|
-
f =
|
|
7670
|
+
f = u2(l.value != null ? l.value : f), n._wrapperState = { initialChecked: m, initialValue: f, controlled: l.type === "checkbox" || l.type === "radio" ? l.checked != null : l.value != null };
|
|
7725
7671
|
}
|
|
7726
7672
|
function N2(n, l) {
|
|
7727
7673
|
l = l.checked, l != null && A(n, "checked", l, !1);
|
|
7728
7674
|
}
|
|
7729
7675
|
function _2(n, l) {
|
|
7730
7676
|
N2(n, l);
|
|
7731
|
-
var f =
|
|
7677
|
+
var f = u2(l.value), m = l.type;
|
|
7732
7678
|
if (f != null)
|
|
7733
7679
|
m === "number" ? (f === 0 && n.value === "" || n.value != f) && (n.value = "" + f) : n.value !== "" + f && (n.value = "" + f);
|
|
7734
7680
|
else if (m === "submit" || m === "reset") {
|
|
7735
7681
|
n.removeAttribute("value");
|
|
7736
7682
|
return;
|
|
7737
7683
|
}
|
|
7738
|
-
l.hasOwnProperty("value") ? me(n, l.type, f) : l.hasOwnProperty("defaultValue") && me(n, l.type,
|
|
7684
|
+
l.hasOwnProperty("value") ? me(n, l.type, f) : l.hasOwnProperty("defaultValue") && me(n, l.type, u2(l.defaultValue)), l.checked == null && l.defaultChecked != null && (n.defaultChecked = !!l.defaultChecked);
|
|
7739
7685
|
}
|
|
7740
7686
|
function Z3(n, l, f) {
|
|
7741
7687
|
if (l.hasOwnProperty("value") || l.hasOwnProperty("defaultValue")) {
|
|
@@ -7758,7 +7704,7 @@ function TZ() {
|
|
|
7758
7704
|
for (f = 0; f < n.length; f++)
|
|
7759
7705
|
b = l.hasOwnProperty("$" + n[f].value), n[f].selected !== b && (n[f].selected = b), b && m && (n[f].defaultSelected = !0);
|
|
7760
7706
|
} else {
|
|
7761
|
-
for (f = "" +
|
|
7707
|
+
for (f = "" + u2(f), l = null, b = 0; b < n.length; b++) {
|
|
7762
7708
|
if (n[b].value === f) {
|
|
7763
7709
|
n[b].selected = !0, m && (n[b].defaultSelected = !0);
|
|
7764
7710
|
return;
|
|
@@ -7788,10 +7734,10 @@ function TZ() {
|
|
|
7788
7734
|
}
|
|
7789
7735
|
l == null && (l = ""), f = l;
|
|
7790
7736
|
}
|
|
7791
|
-
n._wrapperState = { initialValue:
|
|
7737
|
+
n._wrapperState = { initialValue: u2(f) };
|
|
7792
7738
|
}
|
|
7793
7739
|
function I3(n, l) {
|
|
7794
|
-
var f =
|
|
7740
|
+
var f = u2(l.value), m = u2(l.defaultValue);
|
|
7795
7741
|
f != null && (f = "" + f, f !== n.value && (n.value = f), l.defaultValue == null && n.defaultValue !== f && (n.defaultValue = f)), m != null && (n.defaultValue = "" + m);
|
|
7796
7742
|
}
|
|
7797
7743
|
function ue(n) {
|
|
@@ -9134,18 +9080,18 @@ function TZ() {
|
|
|
9134
9080
|
}
|
|
9135
9081
|
e: {
|
|
9136
9082
|
if (L1 = s1 ? E9(s1) : window, U1 = L1.nodeName && L1.nodeName.toLowerCase(), U1 === "select" || U1 === "input" && L1.type === "file")
|
|
9137
|
-
var
|
|
9083
|
+
var l2 = cl;
|
|
9138
9084
|
else if (sl(L1))
|
|
9139
9085
|
if (ba)
|
|
9140
|
-
|
|
9086
|
+
l2 = pl;
|
|
9141
9087
|
else {
|
|
9142
|
-
|
|
9088
|
+
l2 = zc;
|
|
9143
9089
|
var n2 = Ac;
|
|
9144
9090
|
}
|
|
9145
9091
|
else
|
|
9146
|
-
(U1 = L1.nodeName) && U1.toLowerCase() === "input" && (L1.type === "checkbox" || L1.type === "radio") && (
|
|
9147
|
-
if (
|
|
9148
|
-
ul(x1,
|
|
9092
|
+
(U1 = L1.nodeName) && U1.toLowerCase() === "input" && (L1.type === "checkbox" || L1.type === "radio") && (l2 = Uc);
|
|
9093
|
+
if (l2 && (l2 = l2(n, s1))) {
|
|
9094
|
+
ul(x1, l2, f, b1);
|
|
9149
9095
|
break e;
|
|
9150
9096
|
}
|
|
9151
9097
|
n2 && n2(n, L1, s1), n === "focusout" && (n2 = L1._wrapperState) && n2.controlled && L1.type === "number" && me(L1, "number", L1.value);
|
|
@@ -9791,14 +9737,14 @@ function TZ() {
|
|
|
9791
9737
|
return q === null || q.tag !== 6 ? (q = l0(a1, e1.mode, S1), q.return = e1, q) : (q = b(q, a1), q.return = e1, q);
|
|
9792
9738
|
}
|
|
9793
9739
|
function W(e1, q, a1, S1) {
|
|
9794
|
-
var
|
|
9795
|
-
return
|
|
9740
|
+
var l2 = a1.type;
|
|
9741
|
+
return l2 === r1 ? b1(e1, q, a1.props.children, S1, a1.key) : q !== null && (q.elementType === l2 || typeof l2 == "object" && l2 !== null && l2.$$typeof === D1 && Pl(l2) === q.type) ? (S1 = b(q, a1.props), S1.ref = k9(e1, q, a1), S1.return = e1, S1) : (S1 = Xn(a1.type, a1.key, a1.props, null, e1.mode, S1), S1.ref = k9(e1, q, a1), S1.return = e1, S1);
|
|
9796
9742
|
}
|
|
9797
9743
|
function s1(e1, q, a1, S1) {
|
|
9798
9744
|
return q === null || q.tag !== 4 || q.stateNode.containerInfo !== a1.containerInfo || q.stateNode.implementation !== a1.implementation ? (q = $8(a1, e1.mode, S1), q.return = e1, q) : (q = b(q, a1.children || []), q.return = e1, q);
|
|
9799
9745
|
}
|
|
9800
|
-
function b1(e1, q, a1, S1,
|
|
9801
|
-
return q === null || q.tag !== 7 ? (q = I8(a1, e1.mode, S1,
|
|
9746
|
+
function b1(e1, q, a1, S1, l2) {
|
|
9747
|
+
return q === null || q.tag !== 7 ? (q = I8(a1, e1.mode, S1, l2), q.return = e1, q) : (q = b(q, a1), q.return = e1, q);
|
|
9802
9748
|
}
|
|
9803
9749
|
function x1(e1, q, a1) {
|
|
9804
9750
|
if (typeof q == "string" && q !== "" || typeof q == "number")
|
|
@@ -9820,115 +9766,115 @@ function TZ() {
|
|
|
9820
9766
|
return null;
|
|
9821
9767
|
}
|
|
9822
9768
|
function L1(e1, q, a1, S1) {
|
|
9823
|
-
var
|
|
9769
|
+
var l2 = q !== null ? q.key : null;
|
|
9824
9770
|
if (typeof a1 == "string" && a1 !== "" || typeof a1 == "number")
|
|
9825
|
-
return
|
|
9771
|
+
return l2 !== null ? null : B(e1, q, "" + a1, S1);
|
|
9826
9772
|
if (typeof a1 == "object" && a1 !== null) {
|
|
9827
9773
|
switch (a1.$$typeof) {
|
|
9828
9774
|
case j:
|
|
9829
|
-
return a1.key ===
|
|
9775
|
+
return a1.key === l2 ? W(e1, q, a1, S1) : null;
|
|
9830
9776
|
case i1:
|
|
9831
|
-
return a1.key ===
|
|
9777
|
+
return a1.key === l2 ? s1(e1, q, a1, S1) : null;
|
|
9832
9778
|
case D1:
|
|
9833
|
-
return
|
|
9779
|
+
return l2 = a1._init, L1(
|
|
9834
9780
|
e1,
|
|
9835
9781
|
q,
|
|
9836
|
-
|
|
9782
|
+
l2(a1._payload),
|
|
9837
9783
|
S1
|
|
9838
9784
|
);
|
|
9839
9785
|
}
|
|
9840
9786
|
if (U3(a1) || E1(a1))
|
|
9841
|
-
return
|
|
9787
|
+
return l2 !== null ? null : b1(e1, q, a1, S1, null);
|
|
9842
9788
|
yn(e1, a1);
|
|
9843
9789
|
}
|
|
9844
9790
|
return null;
|
|
9845
9791
|
}
|
|
9846
|
-
function U1(e1, q, a1, S1,
|
|
9792
|
+
function U1(e1, q, a1, S1, l2) {
|
|
9847
9793
|
if (typeof S1 == "string" && S1 !== "" || typeof S1 == "number")
|
|
9848
|
-
return e1 = e1.get(a1) || null, B(q, e1, "" + S1,
|
|
9794
|
+
return e1 = e1.get(a1) || null, B(q, e1, "" + S1, l2);
|
|
9849
9795
|
if (typeof S1 == "object" && S1 !== null) {
|
|
9850
9796
|
switch (S1.$$typeof) {
|
|
9851
9797
|
case j:
|
|
9852
|
-
return e1 = e1.get(S1.key === null ? a1 : S1.key) || null, W(q, e1, S1,
|
|
9798
|
+
return e1 = e1.get(S1.key === null ? a1 : S1.key) || null, W(q, e1, S1, l2);
|
|
9853
9799
|
case i1:
|
|
9854
|
-
return e1 = e1.get(S1.key === null ? a1 : S1.key) || null, s1(q, e1, S1,
|
|
9800
|
+
return e1 = e1.get(S1.key === null ? a1 : S1.key) || null, s1(q, e1, S1, l2);
|
|
9855
9801
|
case D1:
|
|
9856
9802
|
var n2 = S1._init;
|
|
9857
|
-
return U1(e1, q, a1, n2(S1._payload),
|
|
9803
|
+
return U1(e1, q, a1, n2(S1._payload), l2);
|
|
9858
9804
|
}
|
|
9859
9805
|
if (U3(S1) || E1(S1))
|
|
9860
|
-
return e1 = e1.get(a1) || null, b1(q, e1, S1,
|
|
9806
|
+
return e1 = e1.get(a1) || null, b1(q, e1, S1, l2, null);
|
|
9861
9807
|
yn(q, S1);
|
|
9862
9808
|
}
|
|
9863
9809
|
return null;
|
|
9864
9810
|
}
|
|
9865
9811
|
function t2(e1, q, a1, S1) {
|
|
9866
|
-
for (var
|
|
9812
|
+
for (var l2 = null, n2 = null, p2 = q, M2 = q = 0, We = null; p2 !== null && M2 < a1.length; M2++) {
|
|
9867
9813
|
p2.index > M2 ? (We = p2, p2 = null) : We = p2.sibling;
|
|
9868
9814
|
var o3 = L1(e1, p2, a1[M2], S1);
|
|
9869
9815
|
if (o3 === null) {
|
|
9870
9816
|
p2 === null && (p2 = We);
|
|
9871
9817
|
break;
|
|
9872
9818
|
}
|
|
9873
|
-
n && p2 && o3.alternate === null && l(e1, p2), q = H(o3, q, M2), n2 === null ?
|
|
9819
|
+
n && p2 && o3.alternate === null && l(e1, p2), q = H(o3, q, M2), n2 === null ? l2 = o3 : n2.sibling = o3, n2 = o3, p2 = We;
|
|
9874
9820
|
}
|
|
9875
9821
|
if (M2 === a1.length)
|
|
9876
|
-
return f(e1, p2), W3 && u5(e1, M2),
|
|
9822
|
+
return f(e1, p2), W3 && u5(e1, M2), l2;
|
|
9877
9823
|
if (p2 === null) {
|
|
9878
9824
|
for (; M2 < a1.length; M2++)
|
|
9879
|
-
p2 = x1(e1, a1[M2], S1), p2 !== null && (q = H(p2, q, M2), n2 === null ?
|
|
9880
|
-
return W3 && u5(e1, M2),
|
|
9825
|
+
p2 = x1(e1, a1[M2], S1), p2 !== null && (q = H(p2, q, M2), n2 === null ? l2 = p2 : n2.sibling = p2, n2 = p2);
|
|
9826
|
+
return W3 && u5(e1, M2), l2;
|
|
9881
9827
|
}
|
|
9882
9828
|
for (p2 = m(e1, p2); M2 < a1.length; M2++)
|
|
9883
|
-
We = U1(p2, e1, M2, a1[M2], S1), We !== null && (n && We.alternate !== null && p2.delete(We.key === null ? M2 : We.key), q = H(We, q, M2), n2 === null ?
|
|
9829
|
+
We = U1(p2, e1, M2, a1[M2], S1), We !== null && (n && We.alternate !== null && p2.delete(We.key === null ? M2 : We.key), q = H(We, q, M2), n2 === null ? l2 = We : n2.sibling = We, n2 = We);
|
|
9884
9830
|
return n && p2.forEach(function(q7) {
|
|
9885
9831
|
return l(e1, q7);
|
|
9886
|
-
}), W3 && u5(e1, M2),
|
|
9832
|
+
}), W3 && u5(e1, M2), l2;
|
|
9887
9833
|
}
|
|
9888
9834
|
function i2(e1, q, a1, S1) {
|
|
9889
|
-
var
|
|
9890
|
-
if (typeof
|
|
9835
|
+
var l2 = E1(a1);
|
|
9836
|
+
if (typeof l2 != "function")
|
|
9891
9837
|
throw Error(o(150));
|
|
9892
|
-
if (a1 =
|
|
9838
|
+
if (a1 = l2.call(a1), a1 == null)
|
|
9893
9839
|
throw Error(o(151));
|
|
9894
|
-
for (var n2 =
|
|
9840
|
+
for (var n2 = l2 = null, p2 = q, M2 = q = 0, We = null, o3 = a1.next(); p2 !== null && !o3.done; M2++, o3 = a1.next()) {
|
|
9895
9841
|
p2.index > M2 ? (We = p2, p2 = null) : We = p2.sibling;
|
|
9896
9842
|
var q7 = L1(e1, p2, o3.value, S1);
|
|
9897
9843
|
if (q7 === null) {
|
|
9898
9844
|
p2 === null && (p2 = We);
|
|
9899
9845
|
break;
|
|
9900
9846
|
}
|
|
9901
|
-
n && p2 && q7.alternate === null && l(e1, p2), q = H(q7, q, M2), n2 === null ?
|
|
9847
|
+
n && p2 && q7.alternate === null && l(e1, p2), q = H(q7, q, M2), n2 === null ? l2 = q7 : n2.sibling = q7, n2 = q7, p2 = We;
|
|
9902
9848
|
}
|
|
9903
9849
|
if (o3.done)
|
|
9904
9850
|
return f(
|
|
9905
9851
|
e1,
|
|
9906
9852
|
p2
|
|
9907
|
-
), W3 && u5(e1, M2),
|
|
9853
|
+
), W3 && u5(e1, M2), l2;
|
|
9908
9854
|
if (p2 === null) {
|
|
9909
9855
|
for (; !o3.done; M2++, o3 = a1.next())
|
|
9910
|
-
o3 = x1(e1, o3.value, S1), o3 !== null && (q = H(o3, q, M2), n2 === null ?
|
|
9911
|
-
return W3 && u5(e1, M2),
|
|
9856
|
+
o3 = x1(e1, o3.value, S1), o3 !== null && (q = H(o3, q, M2), n2 === null ? l2 = o3 : n2.sibling = o3, n2 = o3);
|
|
9857
|
+
return W3 && u5(e1, M2), l2;
|
|
9912
9858
|
}
|
|
9913
9859
|
for (p2 = m(e1, p2); !o3.done; M2++, o3 = a1.next())
|
|
9914
|
-
o3 = U1(p2, e1, M2, o3.value, S1), o3 !== null && (n && o3.alternate !== null && p2.delete(o3.key === null ? M2 : o3.key), q = H(o3, q, M2), n2 === null ?
|
|
9860
|
+
o3 = U1(p2, e1, M2, o3.value, S1), o3 !== null && (n && o3.alternate !== null && p2.delete(o3.key === null ? M2 : o3.key), q = H(o3, q, M2), n2 === null ? l2 = o3 : n2.sibling = o3, n2 = o3);
|
|
9915
9861
|
return n && p2.forEach(function(hd) {
|
|
9916
9862
|
return l(e1, hd);
|
|
9917
|
-
}), W3 && u5(e1, M2),
|
|
9863
|
+
}), W3 && u5(e1, M2), l2;
|
|
9918
9864
|
}
|
|
9919
9865
|
function Le(e1, q, a1, S1) {
|
|
9920
9866
|
if (typeof a1 == "object" && a1 !== null && a1.type === r1 && a1.key === null && (a1 = a1.props.children), typeof a1 == "object" && a1 !== null) {
|
|
9921
9867
|
switch (a1.$$typeof) {
|
|
9922
9868
|
case j:
|
|
9923
9869
|
e: {
|
|
9924
|
-
for (var
|
|
9925
|
-
if (n2.key ===
|
|
9926
|
-
if (
|
|
9870
|
+
for (var l2 = a1.key, n2 = q; n2 !== null; ) {
|
|
9871
|
+
if (n2.key === l2) {
|
|
9872
|
+
if (l2 = a1.type, l2 === r1) {
|
|
9927
9873
|
if (n2.tag === 7) {
|
|
9928
9874
|
f(e1, n2.sibling), q = b(n2, a1.props.children), q.return = e1, e1 = q;
|
|
9929
9875
|
break e;
|
|
9930
9876
|
}
|
|
9931
|
-
} else if (n2.elementType ===
|
|
9877
|
+
} else if (n2.elementType === l2 || typeof l2 == "object" && l2 !== null && l2.$$typeof === D1 && Pl(l2) === n2.type) {
|
|
9932
9878
|
f(e1, n2.sibling), q = b(n2, a1.props), q.ref = k9(e1, n2, a1), q.return = e1, e1 = q;
|
|
9933
9879
|
break e;
|
|
9934
9880
|
}
|
|
@@ -11011,7 +10957,7 @@ Error generating stack: ` + H.message + `
|
|
|
11011
10957
|
G2(n), ue(n);
|
|
11012
10958
|
break;
|
|
11013
10959
|
case "option":
|
|
11014
|
-
m.value != null && n.setAttribute("value", "" +
|
|
10960
|
+
m.value != null && n.setAttribute("value", "" + u2(m.value));
|
|
11015
10961
|
break;
|
|
11016
10962
|
case "select":
|
|
11017
10963
|
n.multiple = !!m.multiple, H = m.value, H != null ? te(n, !!m.multiple, H, !1) : m.defaultValue != null && te(
|
|
@@ -12172,8 +12118,8 @@ Error generating stack: ` + H.message + `
|
|
|
12172
12118
|
} while (H !== null);
|
|
12173
12119
|
}
|
|
12174
12120
|
vi(f);
|
|
12175
|
-
} catch (
|
|
12176
|
-
l =
|
|
12121
|
+
} catch (l2) {
|
|
12122
|
+
l = l2, fe === f && f !== null && (fe = f = f.return);
|
|
12177
12123
|
continue;
|
|
12178
12124
|
}
|
|
12179
12125
|
break;
|
|
@@ -12377,8 +12323,8 @@ Error generating stack: ` + H.message + `
|
|
|
12377
12323
|
case 15:
|
|
12378
12324
|
n0(9, B);
|
|
12379
12325
|
}
|
|
12380
|
-
} catch (
|
|
12381
|
-
pe(B, B.return,
|
|
12326
|
+
} catch (l2) {
|
|
12327
|
+
pe(B, B.return, l2);
|
|
12382
12328
|
}
|
|
12383
12329
|
if (B === T) {
|
|
12384
12330
|
J1 = null;
|
|
@@ -12661,13 +12607,13 @@ Error generating stack: ` + H.message + `
|
|
|
12661
12607
|
case h1:
|
|
12662
12608
|
T = 8, b |= 8;
|
|
12663
12609
|
break;
|
|
12664
|
-
case
|
|
12665
|
-
return n = N5(12, f, l, b | 2), n.elementType =
|
|
12610
|
+
case v1:
|
|
12611
|
+
return n = N5(12, f, l, b | 2), n.elementType = v1, n.lanes = H, n;
|
|
12666
12612
|
case m1:
|
|
12667
12613
|
return n = N5(13, f, l, b), n.elementType = m1, n.lanes = H, n;
|
|
12668
12614
|
case k1:
|
|
12669
12615
|
return n = N5(19, f, l, b), n.elementType = k1, n.lanes = H, n;
|
|
12670
|
-
case
|
|
12616
|
+
case s2:
|
|
12671
12617
|
return o0(f, b, H, l);
|
|
12672
12618
|
default:
|
|
12673
12619
|
if (typeof n == "object" && n !== null)
|
|
@@ -12696,7 +12642,7 @@ Error generating stack: ` + H.message + `
|
|
|
12696
12642
|
return n = N5(7, n, m, l), n.lanes = f, n;
|
|
12697
12643
|
}
|
|
12698
12644
|
function o0(n, l, f, m) {
|
|
12699
|
-
return n = N5(22, n, m, l), n.elementType =
|
|
12645
|
+
return n = N5(22, n, m, l), n.elementType = s2, n.lanes = f, n.stateNode = { isHidden: !1 }, n;
|
|
12700
12646
|
}
|
|
12701
12647
|
function l0(n, l, f) {
|
|
12702
12648
|
return n = N5(6, n, null, l), n.lanes = f, n;
|
|
@@ -13034,18 +12980,18 @@ function _Z() {
|
|
|
13034
12980
|
g.unshift("Warning: " + t), Function.prototype.apply.call(console[e], console, g);
|
|
13035
12981
|
}
|
|
13036
12982
|
}
|
|
13037
|
-
var y = 0, L = 1, M = 2, E = 3, k = 4, _ = 5, R = 6, O = 7, P = 8, z = 9, $ = 10, A = 11, Y = 12, j = 13, i1 = 14, r1 = 15, h1 = 16,
|
|
12983
|
+
var y = 0, L = 1, M = 2, E = 3, k = 4, _ = 5, R = 6, O = 7, P = 8, z = 9, $ = 10, A = 11, Y = 12, j = 13, i1 = 14, r1 = 15, h1 = 16, v1 = 17, M1 = 18, H1 = 19, B1 = 21, m1 = 22, k1 = 23, $1 = 24, D1 = 25, s2 = !0, f1 = !1, E1 = !1, y1 = !1, K1 = !1, G1 = !0, R1 = !1, E2 = !1, a3 = !0, H2 = !0, j2 = !0, u2 = /* @__PURE__ */ new Set(), o2 = {}, P2 = {};
|
|
13038
12984
|
function G2(e, t) {
|
|
13039
12985
|
V3(e, t), V3(e + "Capture", t);
|
|
13040
12986
|
}
|
|
13041
12987
|
function V3(e, t) {
|
|
13042
|
-
|
|
12988
|
+
o2[e] && C("EventRegistry: More than one plugin attempted to publish the same registration name, `%s`.", e), o2[e] = t;
|
|
13043
12989
|
{
|
|
13044
12990
|
var u = e.toLowerCase();
|
|
13045
12991
|
P2[u] = e, e === "onDoubleClick" && (P2.ondblclick = e);
|
|
13046
12992
|
}
|
|
13047
12993
|
for (var c = 0; c < t.length; c++)
|
|
13048
|
-
|
|
12994
|
+
u2.add(t[c]);
|
|
13049
12995
|
}
|
|
13050
12996
|
var Y2 = typeof window < "u" && typeof window.document < "u" && typeof window.document.createElement < "u", T1 = Object.prototype.hasOwnProperty;
|
|
13051
12997
|
function z1(e) {
|
|
@@ -13911,7 +13857,7 @@ Error generating stack: ` + c.message + `
|
|
|
13911
13857
|
return "TracingMarker";
|
|
13912
13858
|
case L:
|
|
13913
13859
|
case y:
|
|
13914
|
-
case
|
|
13860
|
+
case v1:
|
|
13915
13861
|
case M:
|
|
13916
13862
|
case i1:
|
|
13917
13863
|
case r1:
|
|
@@ -15322,16 +15268,16 @@ Check the render method of \`` + e + "`." : "";
|
|
|
15322
15268
|
function g2() {
|
|
15323
15269
|
G = !0, c1(), u.apply(c, Y1), Q = !1;
|
|
15324
15270
|
}
|
|
15325
|
-
var
|
|
15271
|
+
var c2, n3 = !1, Q2 = !1;
|
|
15326
15272
|
function t1(n1) {
|
|
15327
|
-
if (
|
|
15273
|
+
if (c2 = n1.error, n3 = !0, c2 === null && n1.colno === 0 && n1.lineno === 0 && (Q2 = !0), n1.defaultPrevented && c2 != null && typeof c2 == "object")
|
|
15328
15274
|
try {
|
|
15329
|
-
|
|
15275
|
+
c2._suppressLogging = !0;
|
|
15330
15276
|
} catch {
|
|
15331
15277
|
}
|
|
15332
15278
|
}
|
|
15333
15279
|
var d1 = "react-" + (t || "invokeguardedcallback");
|
|
15334
|
-
if (window.addEventListener("error", t1), Za.addEventListener(d1, g2, !1), Z.initEvent(d1, !1, !1), Za.dispatchEvent(Z), l1 && Object.defineProperty(window, "event", l1), G && Q && (n3 ? Q2 && (
|
|
15280
|
+
if (window.addEventListener("error", t1), Za.addEventListener(d1, g2, !1), Z.initEvent(d1, !1, !1), Za.dispatchEvent(Z), l1 && Object.defineProperty(window, "event", l1), G && Q && (n3 ? Q2 && (c2 = new Error("A cross-origin error was thrown. React doesn't have access to the actual error object in development. See https://reactjs.org/link/crossorigin-error for more information.")) : c2 = new Error(`An error was thrown inside one of your components, but React doesn't know what it was. This is likely due to browser flakiness. React does its best to preserve the "Pause on exceptions" behavior of the DevTools, which requires some DEV-mode only tricks. It's possible that these don't work in your browser. Try triggering the error in production mode, or switching to a modern browser. If you suspect that this is actually an issue with React, please file an issue.`), this.onError(c2)), window.removeEventListener("error", t1), !G)
|
|
15335
15281
|
return c1(), El.apply(this, arguments);
|
|
15336
15282
|
};
|
|
15337
15283
|
}
|
|
@@ -17229,23 +17175,23 @@ Check the render method of \`` + e + "`." : "";
|
|
|
17229
17175
|
} else
|
|
17230
17176
|
Q = null, o1 = u;
|
|
17231
17177
|
if (Q !== o1) {
|
|
17232
|
-
var Y1 = W7, g2 = "onMouseLeave",
|
|
17233
|
-
(t === "pointerout" || t === "pointerover") && (Y1 = gi, g2 = "onPointerLeave",
|
|
17178
|
+
var Y1 = W7, g2 = "onMouseLeave", c2 = "onMouseEnter", n3 = "mouse";
|
|
17179
|
+
(t === "pointerout" || t === "pointerover") && (Y1 = gi, g2 = "onPointerLeave", c2 = "onPointerEnter", n3 = "pointer");
|
|
17234
17180
|
var Q2 = Q == null ? Z : ur(Q), t1 = o1 == null ? Z : ur(o1), d1 = new Y1(g2, n3 + "leave", Q, c, h);
|
|
17235
17181
|
d1.target = Q2, d1.relatedTarget = t1;
|
|
17236
17182
|
var n1 = null, V1 = d0(h);
|
|
17237
17183
|
if (V1 === u) {
|
|
17238
|
-
var W1 = new Y1(
|
|
17184
|
+
var W1 = new Y1(c2, n3 + "enter", o1, c, h);
|
|
17239
17185
|
W1.target = t1, W1.relatedTarget = Q2, n1 = W1;
|
|
17240
17186
|
}
|
|
17241
17187
|
vH(e, d1, n1, Q, o1);
|
|
17242
17188
|
}
|
|
17243
17189
|
}
|
|
17244
17190
|
}
|
|
17245
|
-
function
|
|
17191
|
+
function l2(e, t) {
|
|
17246
17192
|
return e === t && (e !== 0 || 1 / e === 1 / t) || e !== e && t !== t;
|
|
17247
17193
|
}
|
|
17248
|
-
var n2 = typeof Object.is == "function" ? Object.is :
|
|
17194
|
+
var n2 = typeof Object.is == "function" ? Object.is : l2;
|
|
17249
17195
|
function p2(e, t) {
|
|
17250
17196
|
if (n2(e, t))
|
|
17251
17197
|
return !0;
|
|
@@ -17650,7 +17596,7 @@ Check the render method of \`` + e + "`." : "";
|
|
|
17650
17596
|
var ds = "_reactListening" + Math.random().toString(36).slice(2);
|
|
17651
17597
|
function Mi(e) {
|
|
17652
17598
|
if (!e[ds]) {
|
|
17653
|
-
e[ds] = !0,
|
|
17599
|
+
e[ds] = !0, u2.forEach(function(u) {
|
|
17654
17600
|
u !== "selectionchange" && (Ld.has(u) || bd(u, !1, e), bd(u, !0, e));
|
|
17655
17601
|
});
|
|
17656
17602
|
var t = e.nodeType === Q5 ? e : e.ownerDocument;
|
|
@@ -17807,7 +17753,7 @@ Check the render method of \`` + e + "`." : "";
|
|
|
17807
17753
|
webview: !0
|
|
17808
17754
|
}, hs = function(e, t) {
|
|
17809
17755
|
rn(e, t), Ma(e, t), xl(e, t, {
|
|
17810
|
-
registrationNameDependencies:
|
|
17756
|
+
registrationNameDependencies: o2,
|
|
17811
17757
|
possibleRegistrationNames: P2
|
|
17812
17758
|
});
|
|
17813
17759
|
}, mm = Y2 && !document.documentMode, ki = function(e, t, u) {
|
|
@@ -17838,7 +17784,7 @@ Check the render method of \`` + e + "`." : "";
|
|
|
17838
17784
|
}
|
|
17839
17785
|
function gs(e, t, u, c) {
|
|
17840
17786
|
var h = vs(t), g = vs(e);
|
|
17841
|
-
if (g !== h && (c && (P5 || (P5 = !0, C('Text content did not match. Server: "%s" Client: "%s"', g, h))), u &&
|
|
17787
|
+
if (g !== h && (c && (P5 || (P5 = !0, C('Text content did not match. Server: "%s" Client: "%s"', g, h))), u && s2))
|
|
17842
17788
|
throw new Error("Text content does not match server-rendered HTML.");
|
|
17843
17789
|
}
|
|
17844
17790
|
function gm(e) {
|
|
@@ -17865,7 +17811,7 @@ Check the render method of \`` + e + "`." : "";
|
|
|
17865
17811
|
} else
|
|
17866
17812
|
typeof w == "number" && J0(t, "" + w);
|
|
17867
17813
|
else
|
|
17868
|
-
g === fs || g === X9 || g === pm || (
|
|
17814
|
+
g === fs || g === X9 || g === pm || (o2.hasOwnProperty(g) ? w != null && (typeof w != "function" && ms(g, w), g === "onScroll" && le("scroll", t)) : w != null && H5(t, g, w, h));
|
|
17869
17815
|
}
|
|
17870
17816
|
}
|
|
17871
17817
|
function HH(e, t, u, c) {
|
|
@@ -17986,7 +17932,7 @@ Check the render method of \`` + e + "`." : "";
|
|
|
17986
17932
|
for (D in G)
|
|
17987
17933
|
G.hasOwnProperty(D) && (Z || (Z = {}), Z[D] = "");
|
|
17988
17934
|
} else
|
|
17989
|
-
S === Si || S === u0 || S === fs || S === X9 || S === pm || (
|
|
17935
|
+
S === Si || S === u0 || S === fs || S === X9 || S === pm || (o2.hasOwnProperty(S) ? g || (g = []) : (g = g || []).push(S, null));
|
|
17990
17936
|
for (S in V) {
|
|
17991
17937
|
var Q = V[S], o1 = w != null ? w[S] : void 0;
|
|
17992
17938
|
if (!(!V.hasOwnProperty(S) || Q === o1 || Q == null && o1 == null))
|
|
@@ -18002,7 +17948,7 @@ Check the render method of \`` + e + "`." : "";
|
|
|
18002
17948
|
var l1 = Q ? Q[ps] : void 0, c1 = o1 ? o1[ps] : void 0;
|
|
18003
17949
|
l1 != null && c1 !== l1 && (g = g || []).push(S, l1);
|
|
18004
17950
|
} else
|
|
18005
|
-
S === u0 ? (typeof Q == "string" || typeof Q == "number") && (g = g || []).push(S, "" + Q) : S === fs || S === X9 || (
|
|
17951
|
+
S === u0 ? (typeof Q == "string" || typeof Q == "number") && (g = g || []).push(S, "" + Q) : S === fs || S === X9 || (o2.hasOwnProperty(S) ? (Q != null && (typeof Q != "function" && ms(S, Q), S === "onScroll" && le("scroll", e)), !g && o1 !== Q && (g = [])) : (g = g || []).push(S, Q));
|
|
18006
17952
|
}
|
|
18007
17953
|
return Z && (_t(Z, V[c0]), (g = g || []).push(c0, Z)), g;
|
|
18008
17954
|
}
|
|
@@ -18090,7 +18036,7 @@ Check the render method of \`` + e + "`." : "";
|
|
|
18090
18036
|
var c1 = u[l1];
|
|
18091
18037
|
if (l1 === u0)
|
|
18092
18038
|
typeof c1 == "string" ? e.textContent !== c1 && (u[X9] !== !0 && gs(e.textContent, c1, g, w), o1 = [u0, c1]) : typeof c1 == "number" && e.textContent !== "" + c1 && (u[X9] !== !0 && gs(e.textContent, c1, g, w), o1 = [u0, "" + c1]);
|
|
18093
|
-
else if (
|
|
18039
|
+
else if (o2.hasOwnProperty(l1))
|
|
18094
18040
|
c1 != null && (typeof c1 != "function" && ms(l1, c1), l1 === "onScroll" && le("scroll", e));
|
|
18095
18041
|
else if (w && // Convince Flow we've calculated it (it's DEV-only in this method.)
|
|
18096
18042
|
typeof V == "boolean") {
|
|
@@ -18100,10 +18046,10 @@ Check the render method of \`` + e + "`." : "";
|
|
|
18100
18046
|
// TODO: Only ignore them on controlled tags.
|
|
18101
18047
|
l1 === "value" || l1 === "checked" || l1 === "selected")) {
|
|
18102
18048
|
if (l1 === Si) {
|
|
18103
|
-
var
|
|
18049
|
+
var c2 = e.innerHTML, n3 = c1 ? c1[ps] : void 0;
|
|
18104
18050
|
if (n3 != null) {
|
|
18105
18051
|
var Q2 = vm(e, n3);
|
|
18106
|
-
Q2 !==
|
|
18052
|
+
Q2 !== c2 && ki(l1, c2, Q2);
|
|
18107
18053
|
}
|
|
18108
18054
|
} else if (l1 === c0) {
|
|
18109
18055
|
if (S.delete(l1), mm) {
|
|
@@ -18977,7 +18923,7 @@ Check the render method of \`` + e + "`." : "";
|
|
|
18977
18923
|
var D = g - g % 5, Z = (1 << D) - 1, G = (w & Z).toString(32), Q = w >> D, o1 = g - D, l1 = Zs(t) + o1, c1 = V << o1, Y1 = c1 | Q, g2 = G + h;
|
|
18978
18924
|
q8 = 1 << l1 | Y1, G8 = g2;
|
|
18979
18925
|
} else {
|
|
18980
|
-
var
|
|
18926
|
+
var c2 = V << g, n3 = c2 | w, Q2 = h;
|
|
18981
18927
|
q8 = 1 << S | n3, G8 = Q2;
|
|
18982
18928
|
}
|
|
18983
18929
|
}
|
|
@@ -19756,9 +19702,9 @@ Learn more about this warning here: https://reactjs.org/link/legacy-context`, h)
|
|
|
19756
19702
|
}
|
|
19757
19703
|
}
|
|
19758
19704
|
if (g !== null) {
|
|
19759
|
-
var o1 = h.baseState, l1 = C1, c1 = null, Y1 = null, g2 = null,
|
|
19705
|
+
var o1 = h.baseState, l1 = C1, c1 = null, Y1 = null, g2 = null, c2 = g;
|
|
19760
19706
|
do {
|
|
19761
|
-
var n3 =
|
|
19707
|
+
var n3 = c2.lane, Q2 = c2.eventTime;
|
|
19762
19708
|
if (O8(c, n3)) {
|
|
19763
19709
|
if (g2 !== null) {
|
|
19764
19710
|
var d1 = {
|
|
@@ -19767,38 +19713,38 @@ Learn more about this warning here: https://reactjs.org/link/legacy-context`, h)
|
|
|
19767
19713
|
// it. Using NoLane works because 0 is a subset of all bitmasks, so
|
|
19768
19714
|
// this will never be skipped by the check above.
|
|
19769
19715
|
lane: e3,
|
|
19770
|
-
tag:
|
|
19771
|
-
payload:
|
|
19772
|
-
callback:
|
|
19716
|
+
tag: c2.tag,
|
|
19717
|
+
payload: c2.payload,
|
|
19718
|
+
callback: c2.callback,
|
|
19773
19719
|
next: null
|
|
19774
19720
|
};
|
|
19775
19721
|
g2 = g2.next = d1;
|
|
19776
19722
|
}
|
|
19777
|
-
o1 = gV(e, h,
|
|
19778
|
-
var n1 =
|
|
19723
|
+
o1 = gV(e, h, c2, o1, t, u);
|
|
19724
|
+
var n1 = c2.callback;
|
|
19779
19725
|
if (n1 !== null && // If the update was already committed, we should not queue its
|
|
19780
19726
|
// callback again.
|
|
19781
|
-
|
|
19727
|
+
c2.lane !== e3) {
|
|
19782
19728
|
e.flags |= m6;
|
|
19783
19729
|
var V1 = h.effects;
|
|
19784
|
-
V1 === null ? h.effects = [
|
|
19730
|
+
V1 === null ? h.effects = [c2] : V1.push(c2);
|
|
19785
19731
|
}
|
|
19786
19732
|
} else {
|
|
19787
19733
|
var t1 = {
|
|
19788
19734
|
eventTime: Q2,
|
|
19789
19735
|
lane: n3,
|
|
19790
|
-
tag:
|
|
19791
|
-
payload:
|
|
19792
|
-
callback:
|
|
19736
|
+
tag: c2.tag,
|
|
19737
|
+
payload: c2.payload,
|
|
19738
|
+
callback: c2.callback,
|
|
19793
19739
|
next: null
|
|
19794
19740
|
};
|
|
19795
19741
|
g2 === null ? (Y1 = g2 = t1, c1 = o1) : g2 = g2.next = t1, l1 = O2(l1, n3);
|
|
19796
19742
|
}
|
|
19797
|
-
if (
|
|
19743
|
+
if (c2 = c2.next, c2 === null) {
|
|
19798
19744
|
if (V = h.shared.pending, V === null)
|
|
19799
19745
|
break;
|
|
19800
19746
|
var W1 = V, A1 = W1.next;
|
|
19801
|
-
W1.next = null,
|
|
19747
|
+
W1.next = null, c2 = A1, h.lastBaseUpdate = W1, h.shared.pending = null;
|
|
19802
19748
|
}
|
|
19803
19749
|
} while (!0);
|
|
19804
19750
|
g2 === null && (c1 = o1), h.baseState = c1, h.firstBaseUpdate = Y1, h.lastBaseUpdate = g2;
|
|
@@ -20445,7 +20391,7 @@ See https://reactjs.org/link/refs-must-have-owner for more information.`);
|
|
|
20445
20391
|
var A1 = Xf(n1, t1.mode, V1);
|
|
20446
20392
|
return A1.return = t1, A1;
|
|
20447
20393
|
}
|
|
20448
|
-
function
|
|
20394
|
+
function c2(t1, d1, n1, V1) {
|
|
20449
20395
|
for (var W1 = n1.key, A1 = d1; A1 !== null; ) {
|
|
20450
20396
|
if (A1.key === W1) {
|
|
20451
20397
|
var w2 = n1.type;
|
|
@@ -20502,7 +20448,7 @@ See https://reactjs.org/link/refs-must-have-owner for more information.`);
|
|
|
20502
20448
|
if (W1 && (n1 = n1.props.children), typeof n1 == "object" && n1 !== null) {
|
|
20503
20449
|
switch (n1.$$typeof) {
|
|
20504
20450
|
case u6:
|
|
20505
|
-
return w(
|
|
20451
|
+
return w(c2(t1, d1, n1, V1));
|
|
20506
20452
|
case E4:
|
|
20507
20453
|
return w(n3(t1, d1, n1, V1));
|
|
20508
20454
|
case v2:
|
|
@@ -20819,7 +20765,7 @@ Incoming: %s`, p1, "[" + t.join(", ") + "]", "[" + e.join(", ") + "]");
|
|
|
20819
20765
|
var Y1 = c1.lane;
|
|
20820
20766
|
if (O8(y0, Y1)) {
|
|
20821
20767
|
if (l1 !== null) {
|
|
20822
|
-
var
|
|
20768
|
+
var c2 = {
|
|
20823
20769
|
// This update is going to be committed so we never want uncommit
|
|
20824
20770
|
// it. Using NoLane works because 0 is a subset of all bitmasks, so
|
|
20825
20771
|
// this will never be skipped by the check above.
|
|
@@ -20829,7 +20775,7 @@ Incoming: %s`, p1, "[" + t.join(", ") + "]", "[" + e.join(", ") + "]");
|
|
|
20829
20775
|
eagerState: c1.eagerState,
|
|
20830
20776
|
next: null
|
|
20831
20777
|
};
|
|
20832
|
-
l1 = l1.next =
|
|
20778
|
+
l1 = l1.next = c2;
|
|
20833
20779
|
}
|
|
20834
20780
|
if (c1.hasEagerState)
|
|
20835
20781
|
G = c1.eagerState;
|
|
@@ -22009,7 +21955,7 @@ Visit https://reactjs.org/link/error-boundaries to learn more about error bounda
|
|
|
22009
21955
|
if (e.flags |= V2, u.flags |= zt, u.flags &= ~(un | s5), u.tag === L) {
|
|
22010
21956
|
var g = u.alternate;
|
|
22011
21957
|
if (g === null)
|
|
22012
|
-
u.tag =
|
|
21958
|
+
u.tag = v1;
|
|
22013
21959
|
else {
|
|
22014
21960
|
var w = X8(N3, b2);
|
|
22015
21961
|
w.tag = As, rt(u, w, b2);
|
|
@@ -22556,8 +22502,8 @@ Check the render method of \`` + c + "`.");
|
|
|
22556
22502
|
return dM(e, t, w, c, l1, o1, u);
|
|
22557
22503
|
}
|
|
22558
22504
|
if (g) {
|
|
22559
|
-
var c1 = c.fallback, Y1 = c.children, g2 = sM(e, t, Y1, c1, u),
|
|
22560
|
-
return
|
|
22505
|
+
var c1 = c.fallback, Y1 = c.children, g2 = sM(e, t, Y1, c1, u), c2 = t.child, n3 = e.child.memoizedState;
|
|
22506
|
+
return c2.memoizedState = n3 === null ? hf(u) : rM(n3, u), c2.childLanes = iM(e, u), t.memoizedState = pf, g2;
|
|
22561
22507
|
} else {
|
|
22562
22508
|
var Q2 = c.children, t1 = lM(e, t, Q2, u);
|
|
22563
22509
|
return t.memoizedState = null, t1;
|
|
@@ -22683,8 +22629,8 @@ Check the render method of \`` + c + "`.");
|
|
|
22683
22629
|
return yu(e, t, w, g2);
|
|
22684
22630
|
} else if (xm(h)) {
|
|
22685
22631
|
t.flags |= V2, t.child = e.child;
|
|
22686
|
-
var
|
|
22687
|
-
return vx(h,
|
|
22632
|
+
var c2 = NE.bind(null, e);
|
|
22633
|
+
return vx(h, c2), null;
|
|
22688
22634
|
} else {
|
|
22689
22635
|
nV(t, h, g.treeContext);
|
|
22690
22636
|
var n3 = c.children, Q2 = mf(t, n3);
|
|
@@ -23049,22 +22995,22 @@ Check the render method of \`` + c + "`.");
|
|
|
23049
22995
|
case z:
|
|
23050
22996
|
return yM(e, t, u);
|
|
23051
22997
|
case i1: {
|
|
23052
|
-
var
|
|
22998
|
+
var c2 = t.type, n3 = t.pendingProps, Q2 = s7(c2, n3);
|
|
23053
22999
|
if (t.type !== t.elementType) {
|
|
23054
|
-
var t1 =
|
|
23000
|
+
var t1 = c2.propTypes;
|
|
23055
23001
|
t1 && i7(
|
|
23056
23002
|
t1,
|
|
23057
23003
|
Q2,
|
|
23058
23004
|
// Resolved for outer only
|
|
23059
23005
|
"prop",
|
|
23060
|
-
g3(
|
|
23006
|
+
g3(c2)
|
|
23061
23007
|
);
|
|
23062
23008
|
}
|
|
23063
|
-
return Q2 = s7(
|
|
23009
|
+
return Q2 = s7(c2.type, Q2), Qv(e, t, c2, Q2, u);
|
|
23064
23010
|
}
|
|
23065
23011
|
case r1:
|
|
23066
23012
|
return qv(e, t, t.type, t.pendingProps, u);
|
|
23067
|
-
case
|
|
23013
|
+
case v1: {
|
|
23068
23014
|
var d1 = t.type, n1 = t.pendingProps, V1 = t.elementType === d1 ? n1 : s7(d1, n1);
|
|
23069
23015
|
return tM(e, t, d1, V1, u);
|
|
23070
23016
|
}
|
|
@@ -23252,15 +23198,15 @@ Check the render method of \`` + c + "`.");
|
|
|
23252
23198
|
}
|
|
23253
23199
|
case j: {
|
|
23254
23200
|
Lr(t);
|
|
23255
|
-
var
|
|
23201
|
+
var c2 = t.memoizedState;
|
|
23256
23202
|
if (e === null || e.memoizedState !== null && e.memoizedState.dehydrated !== null) {
|
|
23257
|
-
var n3 = wM(e, t,
|
|
23203
|
+
var n3 = wM(e, t, c2);
|
|
23258
23204
|
if (!n3)
|
|
23259
23205
|
return t.flags & Ue ? t : null;
|
|
23260
23206
|
}
|
|
23261
23207
|
if ((t.flags & V2) !== m2)
|
|
23262
23208
|
return t.lanes = u, (t.mode & L2) !== y2 && tf(t), t;
|
|
23263
|
-
var Q2 =
|
|
23209
|
+
var Q2 = c2 !== null, t1 = e !== null && e.memoizedState !== null;
|
|
23264
23210
|
if (Q2 !== t1 && Q2) {
|
|
23265
23211
|
var d1 = t.child;
|
|
23266
23212
|
if (d1.flags |= Z7, (t.mode & I2) !== y2) {
|
|
@@ -23280,7 +23226,7 @@ Check the render method of \`` + c + "`.");
|
|
|
23280
23226
|
case $:
|
|
23281
23227
|
var A1 = t.type._context;
|
|
23282
23228
|
return eC(A1, t), D4(t), null;
|
|
23283
|
-
case
|
|
23229
|
+
case v1: {
|
|
23284
23230
|
var w2 = t.type;
|
|
23285
23231
|
return X7(w2) && ks(t), D4(t), null;
|
|
23286
23232
|
}
|
|
@@ -23567,7 +23513,7 @@ Check the render method of \`` + c + "`.");
|
|
|
23567
23513
|
case _:
|
|
23568
23514
|
case R:
|
|
23569
23515
|
case k:
|
|
23570
|
-
case
|
|
23516
|
+
case v1:
|
|
23571
23517
|
break;
|
|
23572
23518
|
default:
|
|
23573
23519
|
throw new Error("This unit of work tag should not have side-effects. This error is likely caused by a bug in React. Please file an issue.");
|
|
@@ -23724,10 +23670,10 @@ Learn more about data fetching with Hooks: https://reactjs.org/link/hooks-data-f
|
|
|
23724
23670
|
break;
|
|
23725
23671
|
case Y: {
|
|
23726
23672
|
{
|
|
23727
|
-
var o1 = u.memoizedProps, l1 = o1.onCommit, c1 = o1.onRender, Y1 = u.stateNode.effectDuration, g2 = jv(),
|
|
23728
|
-
Fv() && (
|
|
23673
|
+
var o1 = u.memoizedProps, l1 = o1.onCommit, c1 = o1.onRender, Y1 = u.stateNode.effectDuration, g2 = jv(), c2 = t === null ? "mount" : "update";
|
|
23674
|
+
Fv() && (c2 = "nested-update"), typeof c1 == "function" && c1(u.memoizedProps.id, c2, u.actualDuration, u.treeBaseDuration, u.actualStartTime, g2);
|
|
23729
23675
|
{
|
|
23730
|
-
typeof l1 == "function" && l1(u.memoizedProps.id,
|
|
23676
|
+
typeof l1 == "function" && l1(u.memoizedProps.id, c2, Y1, g2), TE(u);
|
|
23731
23677
|
var n3 = u.return;
|
|
23732
23678
|
e:
|
|
23733
23679
|
for (; n3 !== null; ) {
|
|
@@ -23752,7 +23698,7 @@ Learn more about data fetching with Hooks: https://reactjs.org/link/hooks-data-f
|
|
|
23752
23698
|
break;
|
|
23753
23699
|
}
|
|
23754
23700
|
case H1:
|
|
23755
|
-
case
|
|
23701
|
+
case v1:
|
|
23756
23702
|
case B1:
|
|
23757
23703
|
case m1:
|
|
23758
23704
|
case k1:
|
|
@@ -24193,8 +24139,8 @@ Learn more about data fetching with Hooks: https://reactjs.org/link/hooks-data-f
|
|
|
24193
24139
|
p7(t, e), r8(e);
|
|
24194
24140
|
var c1 = e.child;
|
|
24195
24141
|
if (c1.flags & Z7) {
|
|
24196
|
-
var Y1 = c1.stateNode, g2 = c1.memoizedState,
|
|
24197
|
-
if (Y1.isHidden =
|
|
24142
|
+
var Y1 = c1.stateNode, g2 = c1.memoizedState, c2 = g2 !== null;
|
|
24143
|
+
if (Y1.isHidden = c2, c2) {
|
|
24198
24144
|
var n3 = c1.alternate !== null && c1.alternate.memoizedState !== null;
|
|
24199
24145
|
n3 || wE();
|
|
24200
24146
|
}
|
|
@@ -25147,8 +25093,8 @@ Learn more about data fetching with Hooks: https://reactjs.org/link/hooks-data-f
|
|
|
25147
25093
|
}
|
|
25148
25094
|
if (Mu) {
|
|
25149
25095
|
Mu = !1;
|
|
25150
|
-
var
|
|
25151
|
-
throw Tf = null,
|
|
25096
|
+
var c2 = Tf;
|
|
25097
|
+
throw Tf = null, c2;
|
|
25152
25098
|
}
|
|
25153
25099
|
return X4(fo, b2) && e.tag !== et && n9(), w = e.pendingLanes, X4(w, b2) ? (BV(), e === Rf ? po++ : (po = 0, Rf = e)) : po = 0, tt(), Wa(), null;
|
|
25154
25100
|
}
|
|
@@ -26519,9 +26465,9 @@ function wc(r, a) {
|
|
|
26519
26465
|
var L = this.props;
|
|
26520
26466
|
L.excludeScrollbar;
|
|
26521
26467
|
var M = ZZ(L, ["excludeScrollbar"]);
|
|
26522
|
-
return r.prototype && r.prototype.isReactComponent ? M.ref = this.getRef : M.wrappedRef = this.getRef, M.disableOnClickOutside = this.disableOnClickOutside, M.enableOnClickOutside = this.enableOnClickOutside,
|
|
26468
|
+
return r.prototype && r.prototype.isReactComponent ? M.ref = this.getRef : M.wrappedRef = this.getRef, M.disableOnClickOutside = this.disableOnClickOutside, M.enableOnClickOutside = this.enableOnClickOutside, zk(r, M);
|
|
26523
26469
|
}, C;
|
|
26524
|
-
}(
|
|
26470
|
+
}(Uk), o.displayName = "OnClickOutside(" + i + ")", o.defaultProps = {
|
|
26525
26471
|
eventTypes: ["mousedown", "touchstart"],
|
|
26526
26472
|
excludeScrollbar: !1,
|
|
26527
26473
|
outsideClickIgnoreClass: zZ,
|
|
@@ -26820,11 +26766,11 @@ function lL(r) {
|
|
|
26820
26766
|
var i1 = Wo(o), r1 = "clientHeight", h1 = "clientWidth";
|
|
26821
26767
|
if (i1 === s6(o) && (i1 = bt(o), u9(i1).position !== "static" && v === "absolute" && (r1 = "scrollHeight", h1 = "scrollWidth")), i1 = i1, i === $5 || (i === Y5 || i === O6) && p === Ao) {
|
|
26822
26768
|
Y = Z6;
|
|
26823
|
-
var
|
|
26769
|
+
var v1 = E && i1 === j && j.visualViewport ? j.visualViewport.height : (
|
|
26824
26770
|
// $FlowFixMe[prop-missing]
|
|
26825
26771
|
i1[r1]
|
|
26826
26772
|
);
|
|
26827
|
-
O -=
|
|
26773
|
+
O -= v1 - s.height, O *= y ? 1 : -1;
|
|
26828
26774
|
}
|
|
26829
26775
|
if (i === Y5 || (i === $5 || i === Z6) && p === Ao) {
|
|
26830
26776
|
A = O6;
|
|
@@ -27053,11 +26999,11 @@ function zo(r, a) {
|
|
|
27053
26999
|
element: A,
|
|
27054
27000
|
strategy: "absolute",
|
|
27055
27001
|
placement: i
|
|
27056
|
-
}), h1 = uh(Object.assign({}, A, r1)),
|
|
27057
|
-
top: j.top -
|
|
27058
|
-
bottom:
|
|
27059
|
-
left: j.left -
|
|
27060
|
-
right:
|
|
27002
|
+
}), h1 = uh(Object.assign({}, A, r1)), v1 = k === So ? h1 : i1, M1 = {
|
|
27003
|
+
top: j.top - v1.top + z.top,
|
|
27004
|
+
bottom: v1.bottom - j.bottom + z.bottom,
|
|
27005
|
+
left: j.left - v1.left + z.left,
|
|
27006
|
+
right: v1.right - j.right + z.right
|
|
27061
27007
|
}, H1 = r.modifiersData.offset;
|
|
27062
27008
|
if (k === So && H1) {
|
|
27063
27009
|
var B1 = H1[i];
|
|
@@ -27106,20 +27052,20 @@ function EO(r) {
|
|
|
27106
27052
|
flipVariations: R,
|
|
27107
27053
|
allowedAutoPlacements: O
|
|
27108
27054
|
}) : a3);
|
|
27109
|
-
}, []), j = a.rects.reference, i1 = a.rects.popper, r1 = /* @__PURE__ */ new Map(), h1 = !0,
|
|
27055
|
+
}, []), j = a.rects.reference, i1 = a.rects.popper, r1 = /* @__PURE__ */ new Map(), h1 = !0, v1 = Y[0], M1 = 0; M1 < Y.length; M1++) {
|
|
27110
27056
|
var H1 = Y[M1], B1 = C8(H1), m1 = aa(H1) === ta, k1 = [$5, Z6].indexOf(B1) >= 0, $1 = k1 ? "width" : "height", D1 = zo(a, {
|
|
27111
27057
|
placement: H1,
|
|
27112
27058
|
boundary: M,
|
|
27113
27059
|
rootBoundary: E,
|
|
27114
27060
|
altBoundary: k,
|
|
27115
27061
|
padding: L
|
|
27116
|
-
}),
|
|
27117
|
-
j[$1] > i1[$1] && (
|
|
27118
|
-
var f1 = Xu(
|
|
27119
|
-
if (p && E1.push(D1[B1] <= 0), v && E1.push(D1[
|
|
27062
|
+
}), s2 = k1 ? m1 ? O6 : Y5 : m1 ? Z6 : $5;
|
|
27063
|
+
j[$1] > i1[$1] && (s2 = Xu(s2));
|
|
27064
|
+
var f1 = Xu(s2), E1 = [];
|
|
27065
|
+
if (p && E1.push(D1[B1] <= 0), v && E1.push(D1[s2] <= 0, D1[f1] <= 0), E1.every(function(E2) {
|
|
27120
27066
|
return E2;
|
|
27121
27067
|
})) {
|
|
27122
|
-
|
|
27068
|
+
v1 = H1, h1 = !1;
|
|
27123
27069
|
break;
|
|
27124
27070
|
}
|
|
27125
27071
|
r1.set(H1, E1);
|
|
@@ -27127,20 +27073,20 @@ function EO(r) {
|
|
|
27127
27073
|
if (h1)
|
|
27128
27074
|
for (var y1 = R ? 3 : 1, K1 = function(a3) {
|
|
27129
27075
|
var H2 = Y.find(function(j2) {
|
|
27130
|
-
var
|
|
27131
|
-
if (
|
|
27132
|
-
return
|
|
27133
|
-
return
|
|
27076
|
+
var u2 = r1.get(j2);
|
|
27077
|
+
if (u2)
|
|
27078
|
+
return u2.slice(0, a3).every(function(o2) {
|
|
27079
|
+
return o2;
|
|
27134
27080
|
});
|
|
27135
27081
|
});
|
|
27136
27082
|
if (H2)
|
|
27137
|
-
return
|
|
27083
|
+
return v1 = H2, "break";
|
|
27138
27084
|
}, G1 = y1; G1 > 0; G1--) {
|
|
27139
27085
|
var R1 = K1(G1);
|
|
27140
27086
|
if (R1 === "break")
|
|
27141
27087
|
break;
|
|
27142
27088
|
}
|
|
27143
|
-
a.placement !==
|
|
27089
|
+
a.placement !== v1 && (a.modifiersData[s]._skip = !0, a.placement = v1, a.reset = !0);
|
|
27144
27090
|
}
|
|
27145
27091
|
}
|
|
27146
27092
|
const SO = {
|
|
@@ -27242,25 +27188,25 @@ function PO(r) {
|
|
|
27242
27188
|
rootBoundary: L,
|
|
27243
27189
|
padding: E,
|
|
27244
27190
|
altBoundary: M
|
|
27245
|
-
}), z = C8(a.placement), $ = aa(a.placement), A = !$, Y = Fh(z), j = NO(Y), i1 = a.modifiersData.popperOffsets, r1 = a.rects.reference, h1 = a.rects.popper,
|
|
27191
|
+
}), z = C8(a.placement), $ = aa(a.placement), A = !$, Y = Fh(z), j = NO(Y), i1 = a.modifiersData.popperOffsets, r1 = a.rects.reference, h1 = a.rects.popper, v1 = typeof O == "function" ? O(Object.assign({}, a.rects, {
|
|
27246
27192
|
placement: a.placement
|
|
27247
|
-
})) : O, M1 = typeof
|
|
27248
|
-
mainAxis:
|
|
27249
|
-
altAxis:
|
|
27193
|
+
})) : O, M1 = typeof v1 == "number" ? {
|
|
27194
|
+
mainAxis: v1,
|
|
27195
|
+
altAxis: v1
|
|
27250
27196
|
} : Object.assign({
|
|
27251
27197
|
mainAxis: 0,
|
|
27252
27198
|
altAxis: 0
|
|
27253
|
-
},
|
|
27199
|
+
}, v1), H1 = a.modifiersData.offset ? a.modifiersData.offset[a.placement] : null, B1 = {
|
|
27254
27200
|
x: 0,
|
|
27255
27201
|
y: 0
|
|
27256
27202
|
};
|
|
27257
27203
|
if (i1) {
|
|
27258
27204
|
if (p) {
|
|
27259
|
-
var m1, k1 = Y === "y" ? $5 : Y5, $1 = Y === "y" ? Z6 : O6, D1 = Y === "y" ? "height" : "width",
|
|
27205
|
+
var m1, k1 = Y === "y" ? $5 : Y5, $1 = Y === "y" ? Z6 : O6, D1 = Y === "y" ? "height" : "width", s2 = i1[Y], f1 = s2 + P[k1], E1 = s2 - P[$1], y1 = _ ? -h1[D1] / 2 : 0, K1 = $ === ta ? r1[D1] : h1[D1], G1 = $ === ta ? -h1[D1] : -r1[D1], R1 = a.elements.arrow, E2 = _ && R1 ? Bh(R1) : {
|
|
27260
27206
|
width: 0,
|
|
27261
27207
|
height: 0
|
|
27262
|
-
}, a3 = a.modifiersData["arrow#persistent"] ? a.modifiersData["arrow#persistent"].padding : $b(), H2 = a3[k1], j2 = a3[$1],
|
|
27263
|
-
i1[Y] = N2, B1[Y] = N2 -
|
|
27208
|
+
}, a3 = a.modifiersData["arrow#persistent"] ? a.modifiersData["arrow#persistent"].padding : $b(), H2 = a3[k1], j2 = a3[$1], u2 = Ro(0, r1[D1], E2[D1]), o2 = A ? r1[D1] / 2 - y1 - u2 - H2 - M1.mainAxis : K1 - u2 - H2 - M1.mainAxis, P2 = A ? -r1[D1] / 2 + y1 + u2 + j2 + M1.mainAxis : G1 + u2 + j2 + M1.mainAxis, G2 = a.elements.arrow && Wo(a.elements.arrow), V3 = G2 ? Y === "y" ? G2.clientTop || 0 : G2.clientLeft || 0 : 0, Y2 = (m1 = H1 == null ? void 0 : H1[Y]) != null ? m1 : 0, T1 = s2 + o2 - Y2 - V3, z1 = s2 + P2 - Y2, N2 = Ro(_ ? fc(f1, T1) : f1, s2, _ ? k0(E1, z1) : E1);
|
|
27209
|
+
i1[Y] = N2, B1[Y] = N2 - s2;
|
|
27264
27210
|
}
|
|
27265
27211
|
if (v) {
|
|
27266
27212
|
var _2, Z3 = Y === "x" ? $5 : Y5, me = Y === "x" ? Z6 : O6, U3 = i1[j], te = j === "y" ? "height" : "width", ve = U3 + P[Z3], D2 = U3 - P[me], I3 = [$5, Y5].indexOf(z) !== -1, ue = (_2 = H1 == null ? void 0 : H1[j]) != null ? _2 : 0, c4 = I3 ? ve : U3 - r1[te] - h1[te] - ue + M1.altAxis, $3 = I3 ? U3 + r1[te] + h1[te] - ue - M1.altAxis : D2, ge = _ && I3 ? lO(c4, U3, $3) : Ro(_ ? c4 : ve, U3, _ ? $3 : D2);
|
|
@@ -27416,11 +27362,11 @@ function WO(r) {
|
|
|
27416
27362
|
M.reset = !1, Y = -1;
|
|
27417
27363
|
continue;
|
|
27418
27364
|
}
|
|
27419
|
-
var j = M.orderedModifiers[Y], i1 = j.fn, r1 = j.options, h1 = r1 === void 0 ? {} : r1,
|
|
27365
|
+
var j = M.orderedModifiers[Y], i1 = j.fn, r1 = j.options, h1 = r1 === void 0 ? {} : r1, v1 = j.name;
|
|
27420
27366
|
typeof i1 == "function" && (M = i1({
|
|
27421
27367
|
state: M,
|
|
27422
27368
|
options: h1,
|
|
27423
|
-
name:
|
|
27369
|
+
name: v1,
|
|
27424
27370
|
instance: _
|
|
27425
27371
|
}) || M);
|
|
27426
27372
|
}
|
|
@@ -28189,7 +28135,7 @@ var VN = wc(function(r) {
|
|
|
28189
28135
|
return i.shiftYears(-1);
|
|
28190
28136
|
});
|
|
28191
28137
|
var p = s.yearDropdownItemNumber, C = s.scrollableYearDropdown, v = p || (C ? 10 : 5);
|
|
28192
|
-
return i.state = { yearsList: xN(i.props.year, v, i.props.minDate, i.props.maxDate) }, i.dropdownRef =
|
|
28138
|
+
return i.state = { yearsList: xN(i.props.year, v, i.props.minDate, i.props.maxDate) }, i.dropdownRef = Ik(), i;
|
|
28193
28139
|
}
|
|
28194
28140
|
return x4(o, [{ key: "componentDidMount", value: function() {
|
|
28195
28141
|
var s = this.dropdownRef.current;
|
|
@@ -29409,7 +29355,7 @@ var FN = ["react-datepicker__year-select", "react-datepicker__month-select", "re
|
|
|
29409
29355
|
} }]), o;
|
|
29410
29356
|
}(), IN = "input", wp = "navigate";
|
|
29411
29357
|
const Yh = F1(
|
|
29412
|
-
|
|
29358
|
+
d2(
|
|
29413
29359
|
(r, a) => {
|
|
29414
29360
|
const {
|
|
29415
29361
|
children: o,
|
|
@@ -29420,7 +29366,7 @@ const Yh = F1(
|
|
|
29420
29366
|
...v
|
|
29421
29367
|
} = r, y = s ? { base: 1, md: s } : { base: 1, md: 2, lg: 3 };
|
|
29422
29368
|
return /* @__PURE__ */ x.jsx(
|
|
29423
|
-
|
|
29369
|
+
lk,
|
|
29424
29370
|
{
|
|
29425
29371
|
className: i,
|
|
29426
29372
|
columns: y,
|
|
@@ -29456,7 +29402,7 @@ const Yh = F1(
|
|
|
29456
29402
|
const { children: a, className: o, gap: s, id: i, ...p } = r;
|
|
29457
29403
|
return /* @__PURE__ */ x.jsx(Yh, { columns: 1, className: o, gap: s, id: i, ...p, children: a });
|
|
29458
29404
|
}), dw = F1(
|
|
29459
|
-
|
|
29405
|
+
d2((r, a) => {
|
|
29460
29406
|
const {
|
|
29461
29407
|
action: o,
|
|
29462
29408
|
children: s,
|
|
@@ -29477,7 +29423,7 @@ const Yh = F1(
|
|
|
29477
29423
|
(k, _) => k && X.cloneElement(k, { gap: p, id: `${C}-child${_}` })
|
|
29478
29424
|
);
|
|
29479
29425
|
return /* @__PURE__ */ x.jsx(
|
|
29480
|
-
|
|
29426
|
+
g1,
|
|
29481
29427
|
{
|
|
29482
29428
|
as: "form",
|
|
29483
29429
|
"aria-label": "form",
|
|
@@ -29493,7 +29439,7 @@ const Yh = F1(
|
|
|
29493
29439
|
}),
|
|
29494
29440
|
{ shouldForwardProp: () => !0 }
|
|
29495
29441
|
), Uo = F1(
|
|
29496
|
-
|
|
29442
|
+
d2((r, a) => {
|
|
29497
29443
|
const {
|
|
29498
29444
|
children: o,
|
|
29499
29445
|
className: s,
|
|
@@ -29507,7 +29453,7 @@ const Yh = F1(
|
|
|
29507
29453
|
return p || console.warn(
|
|
29508
29454
|
"NYPL Reservoir Label: This component's required `id` prop was not passed."
|
|
29509
29455
|
), /* @__PURE__ */ x.jsxs(
|
|
29510
|
-
|
|
29456
|
+
g1,
|
|
29511
29457
|
{
|
|
29512
29458
|
as: "label",
|
|
29513
29459
|
id: p,
|
|
@@ -29539,7 +29485,7 @@ const YN = {
|
|
|
29539
29485
|
textarea: "",
|
|
29540
29486
|
url: "https://domain.com"
|
|
29541
29487
|
}, N0 = F1(
|
|
29542
|
-
|
|
29488
|
+
d2(
|
|
29543
29489
|
(r, a) => {
|
|
29544
29490
|
const {
|
|
29545
29491
|
additionalAriaLabel: o,
|
|
@@ -29565,7 +29511,7 @@ const YN = {
|
|
|
29565
29511
|
onClick: i1,
|
|
29566
29512
|
onFocus: r1,
|
|
29567
29513
|
pattern: h1,
|
|
29568
|
-
placeholder:
|
|
29514
|
+
placeholder: v1,
|
|
29569
29515
|
showHelperInvalidText: M1 = !0,
|
|
29570
29516
|
showLabel: H1 = !0,
|
|
29571
29517
|
showRequiredLabel: B1 = !0,
|
|
@@ -29573,17 +29519,17 @@ const YN = {
|
|
|
29573
29519
|
step: k1 = 1,
|
|
29574
29520
|
textInputType: $1 = "default",
|
|
29575
29521
|
type: D1 = "text",
|
|
29576
|
-
value:
|
|
29522
|
+
value: s2,
|
|
29577
29523
|
...f1
|
|
29578
|
-
} = r, [E1, y1] = hc(
|
|
29524
|
+
} = r, [E1, y1] = hc(s2), K1 = I5(), G1 = rc(K1, a), R1 = a ? G1 : K1, E2 = U2("TextInput", {
|
|
29579
29525
|
showLabel: H1,
|
|
29580
29526
|
variant: $1
|
|
29581
29527
|
}), a3 = D1 === "textarea", H2 = D1 === "hidden";
|
|
29582
29528
|
let j2 = !!p;
|
|
29583
|
-
const
|
|
29529
|
+
const u2 = M || "There is an error related to this field.", o2 = (_2) => {
|
|
29584
29530
|
y1(_2.target.value), j && j(_2);
|
|
29585
29531
|
};
|
|
29586
|
-
let P2 = R ?
|
|
29532
|
+
let P2 = R ? u2 : y;
|
|
29587
29533
|
if (D1 === "tel" || D1 === "url" || D1 === "email") {
|
|
29588
29534
|
j2 = !0;
|
|
29589
29535
|
const _2 = YN[D1] || "";
|
|
@@ -29620,7 +29566,7 @@ const YN = {
|
|
|
29620
29566
|
id: L,
|
|
29621
29567
|
"aria-hidden": H2,
|
|
29622
29568
|
name: Y,
|
|
29623
|
-
onChange:
|
|
29569
|
+
onChange: o2,
|
|
29624
29570
|
ref: R1
|
|
29625
29571
|
} : {
|
|
29626
29572
|
"aria-required": O,
|
|
@@ -29639,11 +29585,11 @@ const YN = {
|
|
|
29639
29585
|
maxLength: $,
|
|
29640
29586
|
min: A,
|
|
29641
29587
|
name: Y,
|
|
29642
|
-
onChange:
|
|
29588
|
+
onChange: o2,
|
|
29643
29589
|
onClick: i1,
|
|
29644
29590
|
onFocus: r1,
|
|
29645
29591
|
pattern: h1,
|
|
29646
|
-
placeholder:
|
|
29592
|
+
placeholder: v1,
|
|
29647
29593
|
ref: R1,
|
|
29648
29594
|
// The `step` attribute is useful for the number type.
|
|
29649
29595
|
step: D1 === "number" ? k1 : null,
|
|
@@ -29651,7 +29597,7 @@ const YN = {
|
|
|
29651
29597
|
...G2
|
|
29652
29598
|
}, a3 ? (E && console.warn(
|
|
29653
29599
|
"NYPL Reservoir TextInput: The `isClearable` prop cannot be used with the `textarea` type."
|
|
29654
|
-
), T1 = /* @__PURE__ */ x.jsx(
|
|
29600
|
+
), T1 = /* @__PURE__ */ x.jsx(uk, { ...N2, __css: E2.textarea, children: s2 })) : (N2 = { type: D1, value: E1, ...N2 }, T1 = /* @__PURE__ */ x.jsx(sk, { ...N2, __css: E2.input }), E && !H2 && (z1 = /* @__PURE__ */ x.jsxs(
|
|
29655
29601
|
B3,
|
|
29656
29602
|
{
|
|
29657
29603
|
buttonType: "text",
|
|
@@ -29672,7 +29618,7 @@ const YN = {
|
|
|
29672
29618
|
className: C,
|
|
29673
29619
|
helperText: Y2 ? y : P2,
|
|
29674
29620
|
id: L,
|
|
29675
|
-
invalidText:
|
|
29621
|
+
invalidText: u2,
|
|
29676
29622
|
isInvalid: Y2,
|
|
29677
29623
|
showHelperInvalidText: M1 && !H2,
|
|
29678
29624
|
__css: E2,
|
|
@@ -29688,7 +29634,7 @@ const YN = {
|
|
|
29688
29634
|
children: P
|
|
29689
29635
|
}
|
|
29690
29636
|
),
|
|
29691
|
-
/* @__PURE__ */ x.jsxs(
|
|
29637
|
+
/* @__PURE__ */ x.jsxs(g1, { position: "relative", children: [
|
|
29692
29638
|
T1,
|
|
29693
29639
|
!H2 && (E1 == null ? void 0 : E1.length) > 0 && z1
|
|
29694
29640
|
] })
|
|
@@ -29697,7 +29643,7 @@ const YN = {
|
|
|
29697
29643
|
);
|
|
29698
29644
|
}
|
|
29699
29645
|
)
|
|
29700
|
-
), RL =
|
|
29646
|
+
), RL = d2(
|
|
29701
29647
|
({
|
|
29702
29648
|
dsRef: r,
|
|
29703
29649
|
helperText: a,
|
|
@@ -29770,7 +29716,7 @@ const YN = {
|
|
|
29770
29716
|
isDateRange: a,
|
|
29771
29717
|
children: o
|
|
29772
29718
|
}) => a ? /* @__PURE__ */ x.jsx($N, { id: `${r}-form-row`, gap: "grid.xs", children: o }) : /* @__PURE__ */ x.jsx(x.Fragment, { children: o }), dI = F1(
|
|
29773
|
-
|
|
29719
|
+
d2((r, a) => {
|
|
29774
29720
|
const {
|
|
29775
29721
|
className: o,
|
|
29776
29722
|
dateFormat: s = "yyyy-MM-dd",
|
|
@@ -29795,14 +29741,14 @@ const YN = {
|
|
|
29795
29741
|
placeholder: i1,
|
|
29796
29742
|
placeholderTo: r1,
|
|
29797
29743
|
refTo: h1,
|
|
29798
|
-
showHelperInvalidText:
|
|
29744
|
+
showHelperInvalidText: v1 = !0,
|
|
29799
29745
|
showLabel: M1 = !0,
|
|
29800
29746
|
showRequiredLabel: H1 = !0,
|
|
29801
29747
|
...B1
|
|
29802
|
-
} = r, m1 = U2("DatePicker", {}), k1 = k ? m1 : {}, $1 = L ? new Date(L) : L === "" ? null : /* @__PURE__ */ new Date(), D1 = M ? new Date(M) : M === "" ? null : /* @__PURE__ */ new Date(),
|
|
29803
|
-
startDate:
|
|
29748
|
+
} = r, m1 = U2("DatePicker", {}), k1 = k ? m1 : {}, $1 = L ? new Date(L) : L === "" ? null : /* @__PURE__ */ new Date(), D1 = M ? new Date(M) : M === "" ? null : /* @__PURE__ */ new Date(), s2 = I5(null), f1 = I5(null), E1 = {
|
|
29749
|
+
startDate: s2,
|
|
29804
29750
|
endDate: f1
|
|
29805
|
-
}, y1 = rc(
|
|
29751
|
+
}, y1 = rc(s2, a), K1 = rc(f1, h1);
|
|
29806
29752
|
let G1 = { startDate: $1 };
|
|
29807
29753
|
k && (G1 = { ...G1, endDate: D1 });
|
|
29808
29754
|
const [R1, E2] = u4(G1), a3 = (T1, z1) => {
|
|
@@ -29822,7 +29768,7 @@ const YN = {
|
|
|
29822
29768
|
minDate: $ ? new Date($) : null,
|
|
29823
29769
|
maxDate: z ? new Date(z) : null,
|
|
29824
29770
|
dateFormat: s
|
|
29825
|
-
},
|
|
29771
|
+
}, u2 = {
|
|
29826
29772
|
isRequired: O,
|
|
29827
29773
|
// In the date range type, don't display the "(Required)" text in
|
|
29828
29774
|
// individual input labels. It'll display in the legend element.
|
|
@@ -29833,23 +29779,23 @@ const YN = {
|
|
|
29833
29779
|
isDisabled: _,
|
|
29834
29780
|
isInvalid: R,
|
|
29835
29781
|
helperText: k ? C : p,
|
|
29836
|
-
showHelperInvalidText:
|
|
29782
|
+
showHelperInvalidText: v1,
|
|
29837
29783
|
invalidText: E,
|
|
29838
29784
|
__css: k1.subLabels
|
|
29839
|
-
},
|
|
29785
|
+
}, o2 = {}, P2 = {}, G2 = null, V3 = P;
|
|
29840
29786
|
if (i === "month" ? (j2.showMonthYearPicker = !0, j2.dateFormat = "MM-yyyy") : i === "year" && (j2.showYearPicker = !0, j2.yearItemNumber = H2, j2.dateFormat = "yyyy"), y || console.warn(
|
|
29841
29787
|
"NYPL Reservoir DatePicker: This component's required `id` prop was not passed."
|
|
29842
29788
|
), (a && !A || h1 && !Y) && console.warn(
|
|
29843
29789
|
"NYPL Reservoir DatePicker: A `ref` or `refTo` prop was passed but not the equivalent `nameFrom` or `nameTo` prop."
|
|
29844
29790
|
), j && (a || h1 || A || Y) && console.warn(
|
|
29845
29791
|
"NYPL Reservoir DatePicker: A `ref`, `refTo`, `nameFrom`, or `nameTo` prop was passed and an `onChange` prop as well. Use whichever is best for your app but not both."
|
|
29846
|
-
),
|
|
29792
|
+
), o2 = { ...j2 }, k) {
|
|
29847
29793
|
const T1 = {
|
|
29848
|
-
...
|
|
29794
|
+
...u2,
|
|
29849
29795
|
helperText: v
|
|
29850
29796
|
};
|
|
29851
|
-
|
|
29852
|
-
...
|
|
29797
|
+
o2 = {
|
|
29798
|
+
...o2,
|
|
29853
29799
|
selectsStart: !0,
|
|
29854
29800
|
startDate: R1.startDate,
|
|
29855
29801
|
endDate: R1.endDate
|
|
@@ -29889,7 +29835,7 @@ const YN = {
|
|
|
29889
29835
|
dsRef: y1,
|
|
29890
29836
|
labelText: V3,
|
|
29891
29837
|
...k && C && p ? { additionalHelperTextIds: `${y}-helper-text` } : {},
|
|
29892
|
-
...
|
|
29838
|
+
...u2
|
|
29893
29839
|
}
|
|
29894
29840
|
),
|
|
29895
29841
|
id: `${y}-start`,
|
|
@@ -29897,7 +29843,7 @@ const YN = {
|
|
|
29897
29843
|
onChange: (T1) => a3(T1, "startDate"),
|
|
29898
29844
|
placeholderText: i1,
|
|
29899
29845
|
selected: R1.startDate,
|
|
29900
|
-
...
|
|
29846
|
+
...o2
|
|
29901
29847
|
}
|
|
29902
29848
|
);
|
|
29903
29849
|
return /* @__PURE__ */ x.jsxs(
|
|
@@ -29921,7 +29867,7 @@ const YN = {
|
|
|
29921
29867
|
{
|
|
29922
29868
|
id: `${y}-helper-text`,
|
|
29923
29869
|
isInvalid: !1,
|
|
29924
|
-
isRenderedText: k &&
|
|
29870
|
+
isRenderedText: k && v1,
|
|
29925
29871
|
text: p
|
|
29926
29872
|
}
|
|
29927
29873
|
)
|
|
@@ -29934,11 +29880,11 @@ const YN = {
|
|
|
29934
29880
|
var mc = { exports: {} };
|
|
29935
29881
|
mc.exports;
|
|
29936
29882
|
(function(r, a) {
|
|
29937
|
-
var o = 200, s = "__lodash_hash_undefined__", i = 800, p = 16, C = 9007199254740991, v = "[object Arguments]", y = "[object Array]", L = "[object AsyncFunction]", M = "[object Boolean]", E = "[object Date]", k = "[object Error]", _ = "[object Function]", R = "[object GeneratorFunction]", O = "[object Map]", P = "[object Number]", z = "[object Null]", $ = "[object Object]", A = "[object Proxy]", Y = "[object RegExp]", j = "[object Set]", i1 = "[object String]", r1 = "[object Undefined]", h1 = "[object WeakMap]",
|
|
29938
|
-
R1[H1] = R1[B1] = R1[m1] = R1[k1] = R1[$1] = R1[D1] = R1[
|
|
29939
|
-
var E2 = typeof ju == "object" && ju && ju.Object === Object && ju, a3 = typeof self == "object" && self && self.Object === Object && self, H2 = E2 || a3 || Function("return this")(), j2 = a && !a.nodeType && a,
|
|
29883
|
+
var o = 200, s = "__lodash_hash_undefined__", i = 800, p = 16, C = 9007199254740991, v = "[object Arguments]", y = "[object Array]", L = "[object AsyncFunction]", M = "[object Boolean]", E = "[object Date]", k = "[object Error]", _ = "[object Function]", R = "[object GeneratorFunction]", O = "[object Map]", P = "[object Number]", z = "[object Null]", $ = "[object Object]", A = "[object Proxy]", Y = "[object RegExp]", j = "[object Set]", i1 = "[object String]", r1 = "[object Undefined]", h1 = "[object WeakMap]", v1 = "[object ArrayBuffer]", M1 = "[object DataView]", H1 = "[object Float32Array]", B1 = "[object Float64Array]", m1 = "[object Int8Array]", k1 = "[object Int16Array]", $1 = "[object Int32Array]", D1 = "[object Uint8Array]", s2 = "[object Uint8ClampedArray]", f1 = "[object Uint16Array]", E1 = "[object Uint32Array]", y1 = /[\\^$.*+?()[\]{}|]/g, K1 = /^\[object .+?Constructor\]$/, G1 = /^(?:0|[1-9]\d*)$/, R1 = {};
|
|
29884
|
+
R1[H1] = R1[B1] = R1[m1] = R1[k1] = R1[$1] = R1[D1] = R1[s2] = R1[f1] = R1[E1] = !0, R1[v] = R1[y] = R1[v1] = R1[M] = R1[M1] = R1[E] = R1[k] = R1[_] = R1[O] = R1[P] = R1[$] = R1[Y] = R1[j] = R1[i1] = R1[h1] = !1;
|
|
29885
|
+
var E2 = typeof ju == "object" && ju && ju.Object === Object && ju, a3 = typeof self == "object" && self && self.Object === Object && self, H2 = E2 || a3 || Function("return this")(), j2 = a && !a.nodeType && a, u2 = j2 && !0 && r && !r.nodeType && r, o2 = u2 && u2.exports === j2, P2 = o2 && E2.process, G2 = function() {
|
|
29940
29886
|
try {
|
|
29941
|
-
var N =
|
|
29887
|
+
var N = u2 && u2.require && u2.require("util").types;
|
|
29942
29888
|
return N || P2 && P2.binding && P2.binding("util");
|
|
29943
29889
|
} catch {
|
|
29944
29890
|
}
|
|
@@ -29979,7 +29925,7 @@ mc.exports;
|
|
|
29979
29925
|
return N ? "Symbol(src)_1." + N : "";
|
|
29980
29926
|
}(), ue = U3.toString, c4 = ve.call(Object), $3 = RegExp(
|
|
29981
29927
|
"^" + ve.call(D2).replace(y1, "\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g, "$1.*?") + "$"
|
|
29982
|
-
), ge =
|
|
29928
|
+
), ge = o2 ? H2.Buffer : void 0, W5 = H2.Symbol, F4 = H2.Uint8Array;
|
|
29983
29929
|
ge && ge.allocUnsafe;
|
|
29984
29930
|
var _1 = _2(Object.getPrototypeOf, Object), C2 = Object.create, B2 = U3.propertyIsEnumerable, m3 = Z3.splice, v3 = W5 ? W5.toStringTag : void 0, ne = function() {
|
|
29985
29931
|
try {
|
|
@@ -36275,7 +36221,7 @@ const { defineMultiStyleConfig: uj, definePartsStyle: cj } = $2([
|
|
|
36275
36221
|
landscape: "110px",
|
|
36276
36222
|
portrait: "294px",
|
|
36277
36223
|
square: "220px"
|
|
36278
|
-
}, LA = () =>
|
|
36224
|
+
}, LA = () => Yk({
|
|
36279
36225
|
from: { opacity: 0.9 },
|
|
36280
36226
|
"50%": { opacity: 0.7 },
|
|
36281
36227
|
to: { opacity: 0.9 }
|
|
@@ -37457,14 +37403,11 @@ const {
|
|
|
37457
37403
|
baseStyle: f2({
|
|
37458
37404
|
[ub.variable]: "colors.ui.gray.xx-dark",
|
|
37459
37405
|
borderRadius: "4px",
|
|
37460
|
-
zIndex: 1e3,
|
|
37461
|
-
pointerEvents: "auto !important",
|
|
37462
37406
|
boxShadow: "none",
|
|
37463
37407
|
color: "ui.typography.inverse.body",
|
|
37464
37408
|
fontSize: "desktop.caption",
|
|
37465
37409
|
marginBottom: "xxs",
|
|
37466
37410
|
maxWidth: "240px",
|
|
37467
|
-
marginTop: "0px",
|
|
37468
37411
|
px: "s",
|
|
37469
37412
|
py: "xs",
|
|
37470
37413
|
_dark: {
|
|
@@ -37608,9 +37551,9 @@ const {
|
|
|
37608
37551
|
resetCSS: s = !0,
|
|
37609
37552
|
theme: i = {}
|
|
37610
37553
|
}) => {
|
|
37611
|
-
const p =
|
|
37554
|
+
const p = ck(Cw(wz, i));
|
|
37612
37555
|
return /* @__PURE__ */ x.jsx(
|
|
37613
|
-
|
|
37556
|
+
dk,
|
|
37614
37557
|
{
|
|
37615
37558
|
colorModeManager: a,
|
|
37616
37559
|
theme: p,
|
|
@@ -37625,7 +37568,7 @@ function Hz(r) {
|
|
|
37625
37568
|
return /* @__PURE__ */ x.jsx(sa, { alt: a, src: o });
|
|
37626
37569
|
}
|
|
37627
37570
|
const fI = F1(
|
|
37628
|
-
|
|
37571
|
+
d2(
|
|
37629
37572
|
(r, a) => {
|
|
37630
37573
|
const {
|
|
37631
37574
|
textContent: o,
|
|
@@ -37649,15 +37592,15 @@ const fI = F1(
|
|
|
37649
37592
|
), o || console.warn(
|
|
37650
37593
|
"NYPL Reservoir FeaturedContent: The 'textContent' prop is required."
|
|
37651
37594
|
), /* @__PURE__ */ x.jsx(
|
|
37652
|
-
|
|
37595
|
+
g1,
|
|
37653
37596
|
{
|
|
37654
37597
|
"data-testid": "featuredcontent",
|
|
37655
37598
|
__css: C.base,
|
|
37656
37599
|
ref: a,
|
|
37657
37600
|
...p,
|
|
37658
|
-
children: /* @__PURE__ */ x.jsxs(
|
|
37601
|
+
children: /* @__PURE__ */ x.jsxs(g1, { __css: C.wrapper, children: [
|
|
37659
37602
|
/* @__PURE__ */ x.jsx(
|
|
37660
|
-
|
|
37603
|
+
g1,
|
|
37661
37604
|
{
|
|
37662
37605
|
"data-testid": "featuredcontent-bg-image",
|
|
37663
37606
|
__css: {
|
|
@@ -37673,7 +37616,7 @@ const fI = F1(
|
|
|
37673
37616
|
)
|
|
37674
37617
|
}
|
|
37675
37618
|
),
|
|
37676
|
-
/* @__PURE__ */ x.jsx(
|
|
37619
|
+
/* @__PURE__ */ x.jsx(g1, { __css: C.text, children: o })
|
|
37677
37620
|
] })
|
|
37678
37621
|
}
|
|
37679
37622
|
);
|
|
@@ -37702,7 +37645,7 @@ const fI = F1(
|
|
|
37702
37645
|
title: y,
|
|
37703
37646
|
id: s
|
|
37704
37647
|
});
|
|
37705
|
-
return /* @__PURE__ */ x.jsxs(
|
|
37648
|
+
return /* @__PURE__ */ x.jsxs(g1, { as: "header", __css: v, ...C, children: [
|
|
37706
37649
|
o,
|
|
37707
37650
|
a && L
|
|
37708
37651
|
] });
|
|
@@ -37722,9 +37665,9 @@ const fI = F1(
|
|
|
37722
37665
|
notificationType: p,
|
|
37723
37666
|
showIcon: C
|
|
37724
37667
|
});
|
|
37725
|
-
return /* @__PURE__ */ x.jsx(
|
|
37668
|
+
return /* @__PURE__ */ x.jsx(g1, { __css: y, ...v, children: o && /* @__PURE__ */ x.jsx(g1, { __css: y.content, children: o }) });
|
|
37726
37669
|
}), Mz = F1(
|
|
37727
|
-
|
|
37670
|
+
d2((r, a) => {
|
|
37728
37671
|
const {
|
|
37729
37672
|
ariaLabel: o,
|
|
37730
37673
|
className: s,
|
|
@@ -37813,7 +37756,7 @@ const fI = F1(
|
|
|
37813
37756
|
notificationType: E,
|
|
37814
37757
|
children: M
|
|
37815
37758
|
}
|
|
37816
|
-
), h1 = !!(r1 && k && (p || !v)),
|
|
37759
|
+
), h1 = !!(r1 && k && (p || !v)), v1 = /* @__PURE__ */ x.jsx(
|
|
37817
37760
|
Vz,
|
|
37818
37761
|
{
|
|
37819
37762
|
alignText: h1,
|
|
@@ -37825,7 +37768,7 @@ const fI = F1(
|
|
|
37825
37768
|
}
|
|
37826
37769
|
);
|
|
37827
37770
|
return R ? /* @__PURE__ */ x.jsxs(
|
|
37828
|
-
|
|
37771
|
+
g1,
|
|
37829
37772
|
{
|
|
37830
37773
|
"aria-label": o,
|
|
37831
37774
|
as: "aside",
|
|
@@ -37836,9 +37779,9 @@ const fI = F1(
|
|
|
37836
37779
|
__css: $,
|
|
37837
37780
|
..._,
|
|
37838
37781
|
children: [
|
|
37839
|
-
/* @__PURE__ */ x.jsxs(
|
|
37782
|
+
/* @__PURE__ */ x.jsxs(g1, { __css: $.container, children: [
|
|
37840
37783
|
r1,
|
|
37841
|
-
|
|
37784
|
+
v1
|
|
37842
37785
|
] }),
|
|
37843
37786
|
j
|
|
37844
37787
|
]
|
|
@@ -37846,7 +37789,7 @@ const fI = F1(
|
|
|
37846
37789
|
) : null;
|
|
37847
37790
|
})
|
|
37848
37791
|
), nc = F1(
|
|
37849
|
-
|
|
37792
|
+
d2((r, a) => {
|
|
37850
37793
|
const {
|
|
37851
37794
|
className: o,
|
|
37852
37795
|
helperText: s,
|
|
@@ -37884,7 +37827,7 @@ const fI = F1(
|
|
|
37884
37827
|
sx: $,
|
|
37885
37828
|
...P,
|
|
37886
37829
|
children: /* @__PURE__ */ x.jsx(
|
|
37887
|
-
|
|
37830
|
+
Ck,
|
|
37888
37831
|
{
|
|
37889
37832
|
className: o,
|
|
37890
37833
|
id: i,
|
|
@@ -37899,14 +37842,14 @@ const fI = F1(
|
|
|
37899
37842
|
alignItems: "flex-start",
|
|
37900
37843
|
sx: z,
|
|
37901
37844
|
...Y,
|
|
37902
|
-
children: /* @__PURE__ */ x.jsx(
|
|
37845
|
+
children: /* @__PURE__ */ x.jsx(g1, { as: "span", __css: R ? {} : z.hiddenLabel, children: M })
|
|
37903
37846
|
}
|
|
37904
37847
|
)
|
|
37905
37848
|
}
|
|
37906
37849
|
);
|
|
37907
37850
|
})
|
|
37908
37851
|
), Ez = F1(
|
|
37909
|
-
|
|
37852
|
+
d2(
|
|
37910
37853
|
(r, a) => {
|
|
37911
37854
|
const {
|
|
37912
37855
|
children: o,
|
|
@@ -37927,7 +37870,7 @@ const fI = F1(
|
|
|
37927
37870
|
showLabel: z = !0,
|
|
37928
37871
|
showRequiredLabel: $ = !0,
|
|
37929
37872
|
...A
|
|
37930
|
-
} = r, [Y, j] = X.useState(i), i1 = M ? v : p, r1 = _ === "column" ? Bo.s : Bo.l, h1 = [],
|
|
37873
|
+
} = r, [Y, j] = X.useState(i), i1 = M ? v : p, r1 = _ === "column" ? Bo.s : Bo.l, h1 = [], v1 = U2("RadioGroup", { isFullWidth: L }), M1 = {
|
|
37931
37874
|
name: R,
|
|
37932
37875
|
onChange: (H1) => {
|
|
37933
37876
|
j(H1), O && O(H1);
|
|
@@ -37963,9 +37906,9 @@ const fI = F1(
|
|
|
37963
37906
|
legendText: k,
|
|
37964
37907
|
showRequiredLabel: $,
|
|
37965
37908
|
...A,
|
|
37966
|
-
__css:
|
|
37909
|
+
__css: v1,
|
|
37967
37910
|
children: [
|
|
37968
|
-
/* @__PURE__ */ x.jsx(
|
|
37911
|
+
/* @__PURE__ */ x.jsx(fk, { ...M1, children: /* @__PURE__ */ x.jsx(P0, { direction: [_], spacing: r1, children: h1 }) }),
|
|
37969
37912
|
/* @__PURE__ */ x.jsx(
|
|
37970
37913
|
Xr,
|
|
37971
37914
|
{
|
|
@@ -37973,7 +37916,7 @@ const fI = F1(
|
|
|
37973
37916
|
isInvalid: M,
|
|
37974
37917
|
isRenderedText: P,
|
|
37975
37918
|
text: i1,
|
|
37976
|
-
__css:
|
|
37919
|
+
__css: v1.helperErrorText
|
|
37977
37920
|
}
|
|
37978
37921
|
)
|
|
37979
37922
|
]
|
|
@@ -37992,7 +37935,7 @@ const fI = F1(
|
|
|
37992
37935
|
s,
|
|
37993
37936
|
i,
|
|
37994
37937
|
p
|
|
37995
|
-
] =
|
|
37938
|
+
] = pk([
|
|
37996
37939
|
"(min-width: 320px)",
|
|
37997
37940
|
"(min-width: 600px)",
|
|
37998
37941
|
"(min-width: 960px)",
|
|
@@ -38047,11 +37990,11 @@ function Sz(r, a) {
|
|
|
38047
37990
|
}
|
|
38048
37991
|
}
|
|
38049
37992
|
function kz() {
|
|
38050
|
-
const [r, a] =
|
|
37993
|
+
const [r, a] = $k(Sz, Ww);
|
|
38051
37994
|
return { state: r, setCategory: (C) => a({ type: "category", payload: C }), setComment: (C) => a({ type: "comment", payload: C }), setEmail: (C) => a({ type: "email", payload: C }), clearValues: () => a({ type: "clear" }) };
|
|
38052
37995
|
}
|
|
38053
37996
|
const Tz = F1(
|
|
38054
|
-
|
|
37997
|
+
d2(
|
|
38055
37998
|
({
|
|
38056
37999
|
className: r,
|
|
38057
38000
|
confirmationText: a,
|
|
@@ -38071,10 +38014,10 @@ const Tz = F1(
|
|
|
38071
38014
|
onClose: O,
|
|
38072
38015
|
...P
|
|
38073
38016
|
}, z) => {
|
|
38074
|
-
const [$, A] = hc(k), [Y, j] = hc(p), [i1, r1] = u4(!1), { state: h1, setCategory:
|
|
38017
|
+
const [$, A] = hc(k), [Y, j] = hc(p), [i1, r1] = u4(!1), { state: h1, setCategory: v1, setComment: M1, setEmail: H1, clearValues: B1 } = kz(), { isLargerThanMobile: m1 } = qo(), k1 = la(), $1 = _ || k1.isOpen, D1 = R || k1.onOpen, s2 = O || k1.onClose, f1 = I5(), E1 = I5(), y1 = I5(), K1 = U2("FeedbackBox", {}), G1 = $ === "form", R1 = $ === "confirmation", E2 = $ === "error", a3 = 3e3, H2 = 500, j2 = 165, u2 = "auto 1fr", o2 = a5(null, "dark.ui.typography.body"), P2 = 235, G2 = 275, V3 = 345, Y2 = 37, T1 = 24;
|
|
38075
38018
|
let z1 = j2;
|
|
38076
38019
|
const N2 = () => {
|
|
38077
|
-
|
|
38020
|
+
s2(), A("form"), B1(), j(!1), setTimeout(() => {
|
|
38078
38021
|
var D2;
|
|
38079
38022
|
(D2 = E1 == null ? void 0 : E1.current) == null || D2.focus();
|
|
38080
38023
|
}, 250);
|
|
@@ -38131,7 +38074,7 @@ const Tz = F1(
|
|
|
38131
38074
|
}, 250)), () => clearTimeout(D2);
|
|
38132
38075
|
}, [f1, $]), L && (z1 = P2), M && (z1 = G2), L && M && (z1 = V3), v && (z1 += Y2), o && (z1 += T1), v && o && (z1 += 16);
|
|
38133
38076
|
let ve = z1 + "px";
|
|
38134
|
-
return /* @__PURE__ */ x.jsxs(
|
|
38077
|
+
return /* @__PURE__ */ x.jsxs(g1, { className: r, id: i, ref: z, sx: K1, ...P, children: [
|
|
38135
38078
|
/* @__PURE__ */ x.jsx(
|
|
38136
38079
|
B3,
|
|
38137
38080
|
{
|
|
@@ -38143,15 +38086,15 @@ const Tz = F1(
|
|
|
38143
38086
|
}
|
|
38144
38087
|
),
|
|
38145
38088
|
/* @__PURE__ */ x.jsxs(
|
|
38146
|
-
|
|
38089
|
+
hk,
|
|
38147
38090
|
{
|
|
38148
38091
|
blockScrollOnMount: !1,
|
|
38149
38092
|
isOpen: $1,
|
|
38150
38093
|
onClose: N2,
|
|
38151
38094
|
placement: "bottom",
|
|
38152
38095
|
children: [
|
|
38153
|
-
/* @__PURE__ */ x.jsx(
|
|
38154
|
-
/* @__PURE__ */ x.jsxs(
|
|
38096
|
+
/* @__PURE__ */ x.jsx(mk, {}),
|
|
38097
|
+
/* @__PURE__ */ x.jsxs(vk, { sx: K1.drawerContent, children: [
|
|
38155
38098
|
/* @__PURE__ */ x.jsxs(
|
|
38156
38099
|
B3,
|
|
38157
38100
|
{
|
|
@@ -38168,8 +38111,8 @@ const Tz = F1(
|
|
|
38168
38111
|
]
|
|
38169
38112
|
}
|
|
38170
38113
|
),
|
|
38171
|
-
/* @__PURE__ */ x.jsx(
|
|
38172
|
-
/* @__PURE__ */ x.jsx(
|
|
38114
|
+
/* @__PURE__ */ x.jsx(gk, { sx: K1.drawerHeader, children: /* @__PURE__ */ x.jsx(L5, { "data-testid": "title", children: E }) }),
|
|
38115
|
+
/* @__PURE__ */ x.jsx(yk, { sx: K1.drawerBody, children: /* @__PURE__ */ x.jsxs(
|
|
38173
38116
|
dw,
|
|
38174
38117
|
{
|
|
38175
38118
|
gap: "grid.s",
|
|
@@ -38179,7 +38122,7 @@ const Tz = F1(
|
|
|
38179
38122
|
".feedback-body": {
|
|
38180
38123
|
alignItems: "flex-start",
|
|
38181
38124
|
minHeight: ve,
|
|
38182
|
-
gridTemplateRows:
|
|
38125
|
+
gridTemplateRows: u2
|
|
38183
38126
|
},
|
|
38184
38127
|
".feedback-body.response": {
|
|
38185
38128
|
alignItems: "center",
|
|
@@ -38204,7 +38147,7 @@ const Tz = F1(
|
|
|
38204
38147
|
labelText: "What is your feedback about?",
|
|
38205
38148
|
layout: m1 ? "row" : "column",
|
|
38206
38149
|
name: `${i}-category`,
|
|
38207
|
-
onChange: (D2) =>
|
|
38150
|
+
onChange: (D2) => v1(D2),
|
|
38208
38151
|
children: [
|
|
38209
38152
|
/* @__PURE__ */ x.jsx(
|
|
38210
38153
|
nc,
|
|
@@ -38287,7 +38230,7 @@ const Tz = F1(
|
|
|
38287
38230
|
] }),
|
|
38288
38231
|
R1 && /* @__PURE__ */ x.jsxs(x.Fragment, { children: [
|
|
38289
38232
|
/* @__PURE__ */ x.jsxs(
|
|
38290
|
-
|
|
38233
|
+
g1,
|
|
38291
38234
|
{
|
|
38292
38235
|
className: "feedback-body response",
|
|
38293
38236
|
margin: "auto",
|
|
@@ -38298,7 +38241,7 @@ const Tz = F1(
|
|
|
38298
38241
|
/* @__PURE__ */ x.jsx(
|
|
38299
38242
|
F3,
|
|
38300
38243
|
{
|
|
38301
|
-
color:
|
|
38244
|
+
color: o2,
|
|
38302
38245
|
name: "actionCheckCircleFilled",
|
|
38303
38246
|
size: "large"
|
|
38304
38247
|
}
|
|
@@ -38323,7 +38266,7 @@ const Tz = F1(
|
|
|
38323
38266
|
] }),
|
|
38324
38267
|
E2 && /* @__PURE__ */ x.jsxs(x.Fragment, { children: [
|
|
38325
38268
|
/* @__PURE__ */ x.jsxs(
|
|
38326
|
-
|
|
38269
|
+
g1,
|
|
38327
38270
|
{
|
|
38328
38271
|
className: "feedback-body response",
|
|
38329
38272
|
color: "ui.error.primary",
|
|
@@ -38392,7 +38335,7 @@ function pI() {
|
|
|
38392
38335
|
return { isOpen: r, onClose: a, onOpen: o, FeedbackBox: s };
|
|
38393
38336
|
}
|
|
38394
38337
|
const hI = F1(
|
|
38395
|
-
|
|
38338
|
+
d2(
|
|
38396
38339
|
(r, a) => {
|
|
38397
38340
|
const {
|
|
38398
38341
|
children: o,
|
|
@@ -38474,7 +38417,7 @@ const hI = F1(
|
|
|
38474
38417
|
}
|
|
38475
38418
|
)
|
|
38476
38419
|
), _z = F1(
|
|
38477
|
-
|
|
38420
|
+
d2(
|
|
38478
38421
|
(r, a) => {
|
|
38479
38422
|
const {
|
|
38480
38423
|
children: o,
|
|
@@ -38497,7 +38440,7 @@ const hI = F1(
|
|
|
38497
38440
|
}, P = p ? typeof p == "string" ? /* @__PURE__ */ x.jsx(s9, { level: "h2", text: p, ...O }) : X.cloneElement(p, O) : null, z = la(), $ = i || z.isOpen, A = y || z.onOpen, Y = L || z.onClose, j = () => {
|
|
38498
38441
|
v(), Y();
|
|
38499
38442
|
};
|
|
38500
|
-
return /* @__PURE__ */ x.jsxs(
|
|
38443
|
+
return /* @__PURE__ */ x.jsxs(g1, { id: `filter-bar-${s}`, ref: a, ..._, children: [
|
|
38501
38444
|
/* @__PURE__ */ x.jsx(
|
|
38502
38445
|
B3,
|
|
38503
38446
|
{
|
|
@@ -38574,7 +38517,7 @@ const cb = [
|
|
|
38574
38517
|
"secondaryResearch",
|
|
38575
38518
|
"secondaryWhatsOn"
|
|
38576
38519
|
], vI = F1(
|
|
38577
|
-
|
|
38520
|
+
d2(
|
|
38578
38521
|
(r, a) => {
|
|
38579
38522
|
const {
|
|
38580
38523
|
backdropBackgroundColor: o,
|
|
@@ -38693,7 +38636,7 @@ const cb = [
|
|
|
38693
38636
|
}
|
|
38694
38637
|
), i1 = v === "campaign" ? /* @__PURE__ */ x.jsxs(x.Fragment, { children: [
|
|
38695
38638
|
/* @__PURE__ */ x.jsx(
|
|
38696
|
-
|
|
38639
|
+
g1,
|
|
38697
38640
|
{
|
|
38698
38641
|
__css: {
|
|
38699
38642
|
...R.imgWrapper
|
|
@@ -38704,13 +38647,13 @@ const cb = [
|
|
|
38704
38647
|
children: j
|
|
38705
38648
|
}
|
|
38706
38649
|
),
|
|
38707
|
-
/* @__PURE__ */ x.jsxs(
|
|
38650
|
+
/* @__PURE__ */ x.jsxs(g1, { __css: R.interior, children: [
|
|
38708
38651
|
P,
|
|
38709
38652
|
_
|
|
38710
38653
|
] })
|
|
38711
38654
|
] }) : /* @__PURE__ */ x.jsxs(x.Fragment, { children: [
|
|
38712
38655
|
v !== "primary" && v !== "tertiary" && /* @__PURE__ */ x.jsx(
|
|
38713
|
-
|
|
38656
|
+
g1,
|
|
38714
38657
|
{
|
|
38715
38658
|
__css: {
|
|
38716
38659
|
...R.imgWrapper
|
|
@@ -38722,10 +38665,10 @@ const cb = [
|
|
|
38722
38665
|
}
|
|
38723
38666
|
),
|
|
38724
38667
|
P,
|
|
38725
|
-
v === "tertiary" && _ ? /* @__PURE__ */ x.jsx("p", { children: _ }) : /* @__PURE__ */ x.jsx(
|
|
38668
|
+
v === "tertiary" && _ ? /* @__PURE__ */ x.jsx("p", { children: _ }) : /* @__PURE__ */ x.jsx(g1, { __css: R.bodyText, children: _ })
|
|
38726
38669
|
] });
|
|
38727
38670
|
return /* @__PURE__ */ x.jsx(
|
|
38728
|
-
|
|
38671
|
+
g1,
|
|
38729
38672
|
{
|
|
38730
38673
|
"data-testid": "hero",
|
|
38731
38674
|
"data-responsive-background-image": !0,
|
|
@@ -38736,7 +38679,7 @@ const cb = [
|
|
|
38736
38679
|
...z
|
|
38737
38680
|
},
|
|
38738
38681
|
children: /* @__PURE__ */ x.jsx(
|
|
38739
|
-
|
|
38682
|
+
g1,
|
|
38740
38683
|
{
|
|
38741
38684
|
"data-testid": "hero-content",
|
|
38742
38685
|
style: $,
|
|
@@ -38750,7 +38693,7 @@ const cb = [
|
|
|
38750
38693
|
),
|
|
38751
38694
|
{ shouldForwardProp: () => !0 }
|
|
38752
38695
|
), gI = F1(
|
|
38753
|
-
|
|
38696
|
+
d2(
|
|
38754
38697
|
(r, a) => {
|
|
38755
38698
|
const { align: o, className: s, id: i, ...p } = r, v = {
|
|
38756
38699
|
...R3("HorizontalRule", { align: o }),
|
|
@@ -38758,7 +38701,7 @@ const cb = [
|
|
|
38758
38701
|
width: "100%"
|
|
38759
38702
|
};
|
|
38760
38703
|
return /* @__PURE__ */ x.jsx(
|
|
38761
|
-
|
|
38704
|
+
g1,
|
|
38762
38705
|
{
|
|
38763
38706
|
as: "hr",
|
|
38764
38707
|
className: s,
|
|
@@ -38771,7 +38714,7 @@ const cb = [
|
|
|
38771
38714
|
}
|
|
38772
38715
|
)
|
|
38773
38716
|
), Xh = F1(
|
|
38774
|
-
|
|
38717
|
+
d2((r, a) => {
|
|
38775
38718
|
const {
|
|
38776
38719
|
children: o,
|
|
38777
38720
|
className: s,
|
|
@@ -38807,7 +38750,7 @@ const cb = [
|
|
|
38807
38750
|
/* @__PURE__ */ x.jsx("dd", { children: $.description }, `${A}-des`)
|
|
38808
38751
|
]) : null : null);
|
|
38809
38752
|
return M === "ol" || M === "ul" ? (Qw(o, M), R = /* @__PURE__ */ x.jsx(
|
|
38810
|
-
|
|
38753
|
+
g1,
|
|
38811
38754
|
{
|
|
38812
38755
|
as: M,
|
|
38813
38756
|
id: i,
|
|
@@ -38827,7 +38770,7 @@ const cb = [
|
|
|
38827
38770
|
}
|
|
38828
38771
|
);
|
|
38829
38772
|
})(), R = /* @__PURE__ */ x.jsxs(
|
|
38830
|
-
|
|
38773
|
+
g1,
|
|
38831
38774
|
{
|
|
38832
38775
|
as: "section",
|
|
38833
38776
|
id: i,
|
|
@@ -39160,7 +39103,7 @@ const cb = [
|
|
|
39160
39103
|
treasuresColor: TU,
|
|
39161
39104
|
treasuresColorNegative: _U
|
|
39162
39105
|
}, yI = F1(
|
|
39163
|
-
|
|
39106
|
+
d2((r, a) => {
|
|
39164
39107
|
var R, O;
|
|
39165
39108
|
const {
|
|
39166
39109
|
children: o,
|
|
@@ -39201,7 +39144,7 @@ const cb = [
|
|
|
39201
39144
|
ref: a
|
|
39202
39145
|
}) : console.warn(
|
|
39203
39146
|
"NYPL Reservoir Logo: An `svg` element must be passed to the `Logo` component as its child."
|
|
39204
|
-
), /* @__PURE__ */ x.jsx(
|
|
39147
|
+
), /* @__PURE__ */ x.jsx(g1, { ref: a, __css: E, children: _ });
|
|
39205
39148
|
})
|
|
39206
39149
|
);
|
|
39207
39150
|
class LI {
|
|
@@ -39339,7 +39282,7 @@ class LI {
|
|
|
39339
39282
|
}
|
|
39340
39283
|
}
|
|
39341
39284
|
const bI = F1(
|
|
39342
|
-
|
|
39285
|
+
d2(
|
|
39343
39286
|
({
|
|
39344
39287
|
className: r,
|
|
39345
39288
|
id: a,
|
|
@@ -39398,14 +39341,14 @@ const bI = F1(
|
|
|
39398
39341
|
sx: { borderRadius: "24px" }
|
|
39399
39342
|
}
|
|
39400
39343
|
) : null, $ = (j) => /* @__PURE__ */ x.jsxs(
|
|
39401
|
-
|
|
39344
|
+
wk,
|
|
39402
39345
|
{
|
|
39403
39346
|
sx: k.menuButton,
|
|
39404
39347
|
"aria-label": R ? `${o}: ${R.label}` : o,
|
|
39405
39348
|
backgroundColor: j ? "ui.link.primary-05 !important" : "unset",
|
|
39406
39349
|
children: [
|
|
39407
39350
|
y && /* @__PURE__ */ x.jsxs(x.Fragment, { children: [
|
|
39408
|
-
/* @__PURE__ */ x.jsx(
|
|
39351
|
+
/* @__PURE__ */ x.jsx(g1, { as: "span", sx: { paddingRight: "xs" }, children: p && R ? R.label : o }),
|
|
39409
39352
|
/* @__PURE__ */ x.jsx(
|
|
39410
39353
|
F3,
|
|
39411
39354
|
{
|
|
@@ -39422,13 +39365,13 @@ const bI = F1(
|
|
|
39422
39365
|
if (r1.type === "divider")
|
|
39423
39366
|
return [
|
|
39424
39367
|
...i1,
|
|
39425
|
-
/* @__PURE__ */ x.jsx(
|
|
39368
|
+
/* @__PURE__ */ x.jsx(Hk, { sx: k.dividerItem }, r1.id)
|
|
39426
39369
|
];
|
|
39427
39370
|
if (r1.type === "group")
|
|
39428
39371
|
return [
|
|
39429
39372
|
...i1,
|
|
39430
39373
|
/* @__PURE__ */ x.jsx(
|
|
39431
|
-
|
|
39374
|
+
xk,
|
|
39432
39375
|
{
|
|
39433
39376
|
sx: k.groupItem,
|
|
39434
39377
|
title: r1.label
|
|
@@ -39437,8 +39380,8 @@ const bI = F1(
|
|
|
39437
39380
|
),
|
|
39438
39381
|
...A(r1.children)
|
|
39439
39382
|
];
|
|
39440
|
-
const h1 = R ? R.id === r1.id : !1,
|
|
39441
|
-
|
|
39383
|
+
const h1 = R ? R.id === r1.id : !1, v1 = /* @__PURE__ */ x.jsx(
|
|
39384
|
+
Vk,
|
|
39442
39385
|
{
|
|
39443
39386
|
isFocusable: !0,
|
|
39444
39387
|
"data-testid": h1 ? "selected-item" : "",
|
|
@@ -39449,7 +39392,7 @@ const bI = F1(
|
|
|
39449
39392
|
...h1 && k.selected
|
|
39450
39393
|
},
|
|
39451
39394
|
children: /* @__PURE__ */ x.jsxs(
|
|
39452
|
-
|
|
39395
|
+
g1,
|
|
39453
39396
|
{
|
|
39454
39397
|
style: {
|
|
39455
39398
|
display: "flex",
|
|
@@ -39465,10 +39408,10 @@ const bI = F1(
|
|
|
39465
39408
|
},
|
|
39466
39409
|
r1.id
|
|
39467
39410
|
);
|
|
39468
|
-
return [...i1,
|
|
39411
|
+
return [...i1, v1];
|
|
39469
39412
|
}, []), Y = I5();
|
|
39470
|
-
return /* @__PURE__ */ x.jsx(
|
|
39471
|
-
|
|
39413
|
+
return /* @__PURE__ */ x.jsx(g1, { ref: E, children: /* @__PURE__ */ x.jsx(
|
|
39414
|
+
Lk,
|
|
39472
39415
|
{
|
|
39473
39416
|
id: a,
|
|
39474
39417
|
initialFocusRef: R ? Y : null,
|
|
@@ -39479,7 +39422,7 @@ const bI = F1(
|
|
|
39479
39422
|
flexDirection: s === "right" ? "row-reverse" : "row",
|
|
39480
39423
|
children: [
|
|
39481
39424
|
$(j),
|
|
39482
|
-
/* @__PURE__ */ x.jsx(
|
|
39425
|
+
/* @__PURE__ */ x.jsx(bk, { "data-testid": "menuList", sx: k.menuList, children: A(L) })
|
|
39483
39426
|
]
|
|
39484
39427
|
}
|
|
39485
39428
|
)
|
|
@@ -39562,7 +39505,7 @@ const Lc = F1((r) => {
|
|
|
39562
39505
|
}
|
|
39563
39506
|
) });
|
|
39564
39507
|
}), wI = F1(
|
|
39565
|
-
|
|
39508
|
+
d2(
|
|
39566
39509
|
({ buttonText: r, id: a, modalProps: o, ...s }, i) => {
|
|
39567
39510
|
const { isOpen: p, onOpen: C, onClose: v } = la(), y = () => {
|
|
39568
39511
|
o.onClose && o.onClose(), v();
|
|
@@ -39647,7 +39590,7 @@ function HI() {
|
|
|
39647
39590
|
);
|
|
39648
39591
|
return { onClose: a, onOpen: o, Modal: s };
|
|
39649
39592
|
}
|
|
39650
|
-
const RU =
|
|
39593
|
+
const RU = d2((r, a) => {
|
|
39651
39594
|
const {
|
|
39652
39595
|
isOpen: o,
|
|
39653
39596
|
multiSelectId: s,
|
|
@@ -39691,7 +39634,7 @@ const RU = o2((r, a) => {
|
|
|
39691
39634
|
}
|
|
39692
39635
|
);
|
|
39693
39636
|
}), xI = F1(
|
|
39694
|
-
|
|
39637
|
+
d2(
|
|
39695
39638
|
(r, a) => {
|
|
39696
39639
|
var Y2;
|
|
39697
39640
|
const {
|
|
@@ -39732,7 +39675,7 @@ const RU = o2((r, a) => {
|
|
|
39732
39675
|
const M1 = y === "expand" ? "unset" : p ? "270px" : "215px", H1 = v.length > C && y === "expand", B1 = X.useMemo(
|
|
39733
39676
|
() => H1 ? v.slice(0, C) : v,
|
|
39734
39677
|
[H1, v, C]
|
|
39735
|
-
), [m1, k1] = u4(B1), [$1, D1] = u4(!0),
|
|
39678
|
+
), [m1, k1] = u4(B1), [$1, D1] = u4(!0), s2 = ((Y2 = R[o]) == null ? void 0 : Y2.items.length) || 0, f1 = `item${s2 === 1 ? "" : "s"}`, E1 = `${L}, ${s2} ${f1} currently selected`, y1 = U2("MultiSelect", {
|
|
39736
39679
|
isBlockElement: s,
|
|
39737
39680
|
width: O
|
|
39738
39681
|
}), K1 = (T1, z1) => R[T1] ? !!R[T1].items.find(
|
|
@@ -39753,7 +39696,7 @@ const RU = o2((r, a) => {
|
|
|
39753
39696
|
return R[T1].items.includes(_2) && !((Z3 = z1.children.find((me) => me.id === _2)) != null && Z3.isDisabled);
|
|
39754
39697
|
}
|
|
39755
39698
|
) ? !G1(T1, z1) : !1;
|
|
39756
|
-
}, E2 = (T1) => (T1.children.every((z1) => z1.isDisabled) ? T1.isDisabled = !0 : T1.isDisabled = !1, T1.isDisabled), a3 = () => /* @__PURE__ */ x.jsx(
|
|
39699
|
+
}, E2 = (T1) => (T1.children.every((z1) => z1.isDisabled) ? T1.isDisabled = !0 : T1.isDisabled = !1, T1.isDisabled), a3 = () => /* @__PURE__ */ x.jsx(g1, { marginTop: "xs", children: "No options found" }), H2 = (T1) => {
|
|
39757
39700
|
const z1 = T1.target.value.trim().toLowerCase();
|
|
39758
39701
|
if (!z1) {
|
|
39759
39702
|
k1($1 ? B1 : v);
|
|
@@ -39765,7 +39708,7 @@ const RU = o2((r, a) => {
|
|
|
39765
39708
|
k1(N2);
|
|
39766
39709
|
}, j2 = () => {
|
|
39767
39710
|
k1($1 ? B1 : v);
|
|
39768
|
-
},
|
|
39711
|
+
}, u2 = () => {
|
|
39769
39712
|
D1((T1) => !T1), setTimeout(() => {
|
|
39770
39713
|
j.current && j.current.focus();
|
|
39771
39714
|
}, 1);
|
|
@@ -39773,14 +39716,14 @@ const RU = o2((r, a) => {
|
|
|
39773
39716
|
X.useEffect(() => {
|
|
39774
39717
|
k1($1 ? B1 : v);
|
|
39775
39718
|
}, [$1, B1, v]);
|
|
39776
|
-
const
|
|
39719
|
+
const o2 = () => /* @__PURE__ */ x.jsx(
|
|
39777
39720
|
B3,
|
|
39778
39721
|
{
|
|
39779
39722
|
buttonType: "text",
|
|
39780
39723
|
fontSize: "desktop.button.default",
|
|
39781
39724
|
id: `view-all-text-btn-${o}`,
|
|
39782
39725
|
ref: j,
|
|
39783
|
-
onClick:
|
|
39726
|
+
onClick: u2,
|
|
39784
39727
|
__css: y1.viewAllButton,
|
|
39785
39728
|
children: $1 ? "View all" : "View less"
|
|
39786
39729
|
}
|
|
@@ -39832,13 +39775,13 @@ const RU = o2((r, a) => {
|
|
|
39832
39775
|
T1.id
|
|
39833
39776
|
)
|
|
39834
39777
|
], G2 = /* @__PURE__ */ x.jsx(
|
|
39835
|
-
|
|
39778
|
+
g1,
|
|
39836
39779
|
{
|
|
39837
39780
|
title: L,
|
|
39838
|
-
__css:
|
|
39781
|
+
__css: s2 > 0 ? y1.buttonTextLabel : null,
|
|
39839
39782
|
children: L
|
|
39840
39783
|
}
|
|
39841
|
-
), V3 = /* @__PURE__ */ x.jsxs(
|
|
39784
|
+
), V3 = /* @__PURE__ */ x.jsxs(g1, { children: [
|
|
39842
39785
|
p && /* @__PURE__ */ x.jsx(
|
|
39843
39786
|
N0,
|
|
39844
39787
|
{
|
|
@@ -39869,11 +39812,11 @@ const RU = o2((r, a) => {
|
|
|
39869
39812
|
children: m1.map((T1) => /* @__PURE__ */ x.jsx(x.Fragment, { children: P2(T1) }))
|
|
39870
39813
|
}
|
|
39871
39814
|
),
|
|
39872
|
-
H1 && /* @__PURE__ */ x.jsx(
|
|
39815
|
+
H1 && /* @__PURE__ */ x.jsx(o2, {})
|
|
39873
39816
|
] })
|
|
39874
39817
|
] });
|
|
39875
39818
|
return /* @__PURE__ */ x.jsxs(
|
|
39876
|
-
|
|
39819
|
+
g1,
|
|
39877
39820
|
{
|
|
39878
39821
|
id: o,
|
|
39879
39822
|
__css: y1.base,
|
|
@@ -39882,7 +39825,7 @@ const RU = o2((r, a) => {
|
|
|
39882
39825
|
onClick: () => $(!1),
|
|
39883
39826
|
children: [
|
|
39884
39827
|
/* @__PURE__ */ x.jsx(
|
|
39885
|
-
|
|
39828
|
+
m_,
|
|
39886
39829
|
{
|
|
39887
39830
|
accordionData: [
|
|
39888
39831
|
{
|
|
@@ -39904,7 +39847,7 @@ const RU = o2((r, a) => {
|
|
|
39904
39847
|
}
|
|
39905
39848
|
}
|
|
39906
39849
|
),
|
|
39907
|
-
|
|
39850
|
+
s2 > 0 && /* @__PURE__ */ x.jsx(
|
|
39908
39851
|
RU,
|
|
39909
39852
|
{
|
|
39910
39853
|
id: `ms-${o}-menu-button`,
|
|
@@ -39912,7 +39855,7 @@ const RU = o2((r, a) => {
|
|
|
39912
39855
|
multiSelectLabelText: L,
|
|
39913
39856
|
isOpen: i,
|
|
39914
39857
|
selectedItemsString: f1,
|
|
39915
|
-
selectedItemsCount:
|
|
39858
|
+
selectedItemsCount: s2,
|
|
39916
39859
|
onClear: k,
|
|
39917
39860
|
accordionButtonRef: A
|
|
39918
39861
|
}
|
|
@@ -39925,7 +39868,7 @@ const RU = o2((r, a) => {
|
|
|
39925
39868
|
// Pass all custom props to Chakra and override, for width prop.
|
|
39926
39869
|
{ shouldForwardProp: () => !0 }
|
|
39927
39870
|
), VI = F1(
|
|
39928
|
-
|
|
39871
|
+
d2((r, a) => {
|
|
39929
39872
|
const {
|
|
39930
39873
|
className: o = "",
|
|
39931
39874
|
id: s,
|
|
@@ -39976,7 +39919,7 @@ const RU = o2((r, a) => {
|
|
|
39976
39919
|
iconColor: i,
|
|
39977
39920
|
text: p
|
|
39978
39921
|
}) => /* @__PURE__ */ x.jsxs(
|
|
39979
|
-
|
|
39922
|
+
g1,
|
|
39980
39923
|
{
|
|
39981
39924
|
className: "feedback-body response",
|
|
39982
39925
|
margin: "auto",
|
|
@@ -39984,7 +39927,7 @@ const RU = o2((r, a) => {
|
|
|
39984
39927
|
tabIndex: -1,
|
|
39985
39928
|
width: "100%",
|
|
39986
39929
|
children: [
|
|
39987
|
-
/* @__PURE__ */ x.jsxs(
|
|
39930
|
+
/* @__PURE__ */ x.jsxs(g1, { display: "flex", marginBottom: "xs", alignItems: { md: "center" }, children: [
|
|
39988
39931
|
/* @__PURE__ */ x.jsx(F3, { color: i, name: s, size: "large" }),
|
|
39989
39932
|
/* @__PURE__ */ x.jsx(
|
|
39990
39933
|
L5,
|
|
@@ -40002,7 +39945,7 @@ const RU = o2((r, a) => {
|
|
|
40002
39945
|
]
|
|
40003
39946
|
}
|
|
40004
39947
|
), MI = F1(
|
|
40005
|
-
|
|
39948
|
+
d2(
|
|
40006
39949
|
({
|
|
40007
39950
|
className: r,
|
|
40008
39951
|
confirmationHeading: a,
|
|
@@ -40035,10 +39978,10 @@ const RU = o2((r, a) => {
|
|
|
40035
39978
|
additionalStyles: {
|
|
40036
39979
|
marginBottom: 0
|
|
40037
39980
|
}
|
|
40038
|
-
}),
|
|
39981
|
+
}), v1 = X.useRef(null);
|
|
40039
39982
|
return X.useEffect(() => {
|
|
40040
39983
|
var M1;
|
|
40041
|
-
(M1 =
|
|
39984
|
+
(M1 = v1.current) == null || M1.focus();
|
|
40042
39985
|
}, [P]), /* @__PURE__ */ x.jsxs(
|
|
40043
39986
|
P0,
|
|
40044
39987
|
{
|
|
@@ -40101,7 +40044,7 @@ const RU = o2((r, a) => {
|
|
|
40101
40044
|
P === "confirmation" && /* @__PURE__ */ x.jsx(
|
|
40102
40045
|
db,
|
|
40103
40046
|
{
|
|
40104
|
-
focusRef:
|
|
40047
|
+
focusRef: v1,
|
|
40105
40048
|
heading: a,
|
|
40106
40049
|
iconName: "actionCheckCircleFilled",
|
|
40107
40050
|
iconColor: j,
|
|
@@ -40111,7 +40054,7 @@ const RU = o2((r, a) => {
|
|
|
40111
40054
|
P === "error" && /* @__PURE__ */ x.jsx(
|
|
40112
40055
|
db,
|
|
40113
40056
|
{
|
|
40114
|
-
focusRef:
|
|
40057
|
+
focusRef: v1,
|
|
40115
40058
|
heading: i,
|
|
40116
40059
|
headingColor: i1,
|
|
40117
40060
|
iconName: "errorFilled",
|
|
@@ -40126,7 +40069,7 @@ const RU = o2((r, a) => {
|
|
|
40126
40069
|
}
|
|
40127
40070
|
)
|
|
40128
40071
|
), EI = F1(
|
|
40129
|
-
|
|
40072
|
+
d2((r, a) => {
|
|
40130
40073
|
const {
|
|
40131
40074
|
className: o,
|
|
40132
40075
|
currentPage: s,
|
|
@@ -40146,14 +40089,14 @@ const RU = o2((r, a) => {
|
|
|
40146
40089
|
), i && s && console.warn(
|
|
40147
40090
|
"NYPL Reservoir Pagination: The `currentPage` prop does not work with the `getPageHref` prop. Use `currentPage` with `onPageChange` instead."
|
|
40148
40091
|
);
|
|
40149
|
-
const P = typeof i < "u" && typeof i == "function", z = (h1,
|
|
40150
|
-
h1.preventDefault && h1.preventDefault(), E !==
|
|
40092
|
+
const P = typeof i < "u" && typeof i == "function", z = (h1, v1) => {
|
|
40093
|
+
h1.preventDefault && h1.preventDefault(), E !== v1 && (k(v1), v && v(v1));
|
|
40151
40094
|
}, $ = (h1) => {
|
|
40152
40095
|
E > 1 && z(h1, R);
|
|
40153
40096
|
}, A = (h1) => {
|
|
40154
40097
|
E < y && z(h1, O);
|
|
40155
|
-
}, Y = (h1,
|
|
40156
|
-
const M1 = E ===
|
|
40098
|
+
}, Y = (h1, v1) => {
|
|
40099
|
+
const M1 = E === v1, H1 = M1 ? {
|
|
40157
40100
|
color: "ui.typography.body",
|
|
40158
40101
|
pointerEvent: "none",
|
|
40159
40102
|
_dark: {
|
|
@@ -40161,13 +40104,13 @@ const RU = o2((r, a) => {
|
|
|
40161
40104
|
}
|
|
40162
40105
|
} : {}, m1 = {
|
|
40163
40106
|
items: {
|
|
40164
|
-
href: P ? i(
|
|
40107
|
+
href: P ? i(v1) : "#",
|
|
40165
40108
|
attributes: {
|
|
40166
|
-
"aria-label": `Page ${
|
|
40109
|
+
"aria-label": `Page ${v1}`,
|
|
40167
40110
|
"aria-current": M1 ? "page" : null,
|
|
40168
|
-
onClick: P ? void 0 : (k1) => z(k1,
|
|
40111
|
+
onClick: P ? void 0 : (k1) => z(k1, v1)
|
|
40169
40112
|
},
|
|
40170
|
-
text:
|
|
40113
|
+
text: v1
|
|
40171
40114
|
},
|
|
40172
40115
|
previous: {
|
|
40173
40116
|
href: P ? i(R) : "#",
|
|
@@ -40200,7 +40143,7 @@ const RU = o2((r, a) => {
|
|
|
40200
40143
|
}
|
|
40201
40144
|
);
|
|
40202
40145
|
}, j = (h1) => {
|
|
40203
|
-
const
|
|
40146
|
+
const v1 = Math.max(
|
|
40204
40147
|
// Start at three if the current page is near the beginning.
|
|
40205
40148
|
3,
|
|
40206
40149
|
Math.min(
|
|
@@ -40231,10 +40174,10 @@ const RU = o2((r, a) => {
|
|
|
40231
40174
|
// Always display the first page.
|
|
40232
40175
|
1,
|
|
40233
40176
|
// The second item will be 2 or an ellipse.
|
|
40234
|
-
|
|
40177
|
+
v1 > 3 ? "ellipse-start" : 2,
|
|
40235
40178
|
// The middle range of page numbers to display.
|
|
40236
40179
|
// Add +1 to the end since range() doesn't include the last number.
|
|
40237
|
-
...
|
|
40180
|
+
...v_(v1, M1 + 1),
|
|
40238
40181
|
// The next to last item will be the next to last
|
|
40239
40182
|
// number or an ellipse.
|
|
40240
40183
|
M1 < y - 2 ? "ellipse-end" : y - 1,
|
|
@@ -40247,7 +40190,7 @@ const RU = o2((r, a) => {
|
|
|
40247
40190
|
});
|
|
40248
40191
|
}, i1 = E !== 1 && /* @__PURE__ */ x.jsx("li", { children: Y("previous") }, "previous"), r1 = E !== y && /* @__PURE__ */ x.jsx("li", { children: Y("next") }, "next");
|
|
40249
40192
|
return /* @__PURE__ */ x.jsx(
|
|
40250
|
-
|
|
40193
|
+
g1,
|
|
40251
40194
|
{
|
|
40252
40195
|
as: "nav",
|
|
40253
40196
|
id: p,
|
|
@@ -40266,7 +40209,7 @@ const RU = o2((r, a) => {
|
|
|
40266
40209
|
);
|
|
40267
40210
|
})
|
|
40268
40211
|
), SI = F1(
|
|
40269
|
-
|
|
40212
|
+
d2((r, a) => {
|
|
40270
40213
|
const {
|
|
40271
40214
|
darkMode: o = !1,
|
|
40272
40215
|
id: s,
|
|
@@ -40296,26 +40239,26 @@ const RU = o2((r, a) => {
|
|
|
40296
40239
|
// If `isIndeterminate` is true, then it overrides the `value` prop.
|
|
40297
40240
|
isIndeterminate: p || void 0,
|
|
40298
40241
|
value: p ? void 0 : k
|
|
40299
|
-
}, R = (O) => O === "circular" ? (y === "small" && (_["aria-label"] = C), /* @__PURE__ */ x.jsxs(
|
|
40300
|
-
/* @__PURE__ */ x.jsx(
|
|
40242
|
+
}, R = (O) => O === "circular" ? (y === "small" && (_["aria-label"] = C), /* @__PURE__ */ x.jsxs(g1, { __css: E.circularContainer, children: [
|
|
40243
|
+
/* @__PURE__ */ x.jsx(Mk, { ..._, sx: E.circular, children: v && !p && y !== "small" && /* @__PURE__ */ x.jsxs(Ek, { children: [
|
|
40301
40244
|
k,
|
|
40302
40245
|
"%"
|
|
40303
40246
|
] }) }),
|
|
40304
40247
|
v && y !== "small" && /* @__PURE__ */ x.jsx(Uo, { id: `${s}-label`, htmlFor: s, children: C })
|
|
40305
40248
|
] })) : /* @__PURE__ */ x.jsxs(x.Fragment, { children: [
|
|
40306
40249
|
v && /* @__PURE__ */ x.jsx(Uo, { id: `${s}-label`, htmlFor: s, children: C }),
|
|
40307
|
-
/* @__PURE__ */ x.jsxs(
|
|
40308
|
-
/* @__PURE__ */ x.jsx(
|
|
40309
|
-
v && !p && /* @__PURE__ */ x.jsxs(
|
|
40250
|
+
/* @__PURE__ */ x.jsxs(g1, { __css: E.linearContainer, children: [
|
|
40251
|
+
/* @__PURE__ */ x.jsx(Sk, { ..._, sx: E.linear }),
|
|
40252
|
+
v && !p && /* @__PURE__ */ x.jsxs(g1, { __css: E.linearPercentage, children: [
|
|
40310
40253
|
k,
|
|
40311
40254
|
"%"
|
|
40312
40255
|
] })
|
|
40313
40256
|
] })
|
|
40314
40257
|
] });
|
|
40315
|
-
return /* @__PURE__ */ x.jsx(
|
|
40258
|
+
return /* @__PURE__ */ x.jsx(g1, { ref: a, __css: E, ...M, children: R(i) });
|
|
40316
40259
|
})
|
|
40317
40260
|
), ZU = F1(
|
|
40318
|
-
|
|
40261
|
+
d2(
|
|
40319
40262
|
(r, a) => {
|
|
40320
40263
|
const {
|
|
40321
40264
|
children: o,
|
|
@@ -40340,8 +40283,8 @@ const RU = o2((r, a) => {
|
|
|
40340
40283
|
} = r, [j, i1] = u4(0), r1 = I5(null), h1 = U2("CustomSelect", {
|
|
40341
40284
|
variant: O,
|
|
40342
40285
|
labelPosition: M
|
|
40343
|
-
}),
|
|
40344
|
-
footnote: y ?
|
|
40286
|
+
}), v1 = C || "There is an error related to this field.", H1 = $o({
|
|
40287
|
+
footnote: y ? v1 : i,
|
|
40345
40288
|
id: p,
|
|
40346
40289
|
labelText: E,
|
|
40347
40290
|
name: "Select",
|
|
@@ -40369,13 +40312,13 @@ const RU = o2((r, a) => {
|
|
|
40369
40312
|
marginStart: { sm: "auto", md: `${j}px` }
|
|
40370
40313
|
},
|
|
40371
40314
|
id: p,
|
|
40372
|
-
invalidText:
|
|
40315
|
+
invalidText: v1,
|
|
40373
40316
|
isInvalid: y,
|
|
40374
40317
|
showHelperInvalidText: P,
|
|
40375
40318
|
__css: h1,
|
|
40376
40319
|
...Y,
|
|
40377
|
-
children: /* @__PURE__ */ x.jsxs(
|
|
40378
|
-
z && /* @__PURE__ */ x.jsx(
|
|
40320
|
+
children: /* @__PURE__ */ x.jsxs(g1, { __css: M === "inline" && h1.inline, children: [
|
|
40321
|
+
z && /* @__PURE__ */ x.jsx(g1, { ref: r1, children: /* @__PURE__ */ x.jsx(
|
|
40379
40322
|
Uo,
|
|
40380
40323
|
{
|
|
40381
40324
|
htmlFor: p,
|
|
@@ -40386,7 +40329,7 @@ const RU = o2((r, a) => {
|
|
|
40386
40329
|
}
|
|
40387
40330
|
) }),
|
|
40388
40331
|
/* @__PURE__ */ x.jsx(
|
|
40389
|
-
|
|
40332
|
+
kk,
|
|
40390
40333
|
{
|
|
40391
40334
|
id: p,
|
|
40392
40335
|
variant: "outline",
|
|
@@ -40417,7 +40360,7 @@ const RU = o2((r, a) => {
|
|
|
40417
40360
|
}
|
|
40418
40361
|
)
|
|
40419
40362
|
), kI = F1(
|
|
40420
|
-
|
|
40363
|
+
d2((r, a) => {
|
|
40421
40364
|
const {
|
|
40422
40365
|
action: o,
|
|
40423
40366
|
buttonOnClick: s,
|
|
@@ -40466,7 +40409,7 @@ const RU = o2((r, a) => {
|
|
|
40466
40409
|
value: z == null ? void 0 : z.value,
|
|
40467
40410
|
__css: j.select,
|
|
40468
40411
|
...i1,
|
|
40469
|
-
children: z == null ? void 0 : z.optionsData.map((
|
|
40412
|
+
children: z == null ? void 0 : z.optionsData.map((s2) => /* @__PURE__ */ x.jsx("option", { value: s2.value, children: s2.text }, s2.value))
|
|
40470
40413
|
}
|
|
40471
40414
|
), k1 = A && /* @__PURE__ */ x.jsx(
|
|
40472
40415
|
N0,
|
|
@@ -40525,7 +40468,7 @@ const RU = o2((r, a) => {
|
|
|
40525
40468
|
ref: a,
|
|
40526
40469
|
...Y,
|
|
40527
40470
|
children: /* @__PURE__ */ x.jsxs(
|
|
40528
|
-
|
|
40471
|
+
g1,
|
|
40529
40472
|
{
|
|
40530
40473
|
as: "form",
|
|
40531
40474
|
id: `searchbar-form-${y}`,
|
|
@@ -40547,7 +40490,7 @@ const RU = o2((r, a) => {
|
|
|
40547
40490
|
);
|
|
40548
40491
|
})
|
|
40549
40492
|
), TI = F1(
|
|
40550
|
-
|
|
40493
|
+
d2(
|
|
40551
40494
|
(r, a) => {
|
|
40552
40495
|
const {
|
|
40553
40496
|
className: o,
|
|
@@ -40576,7 +40519,7 @@ const RU = o2((r, a) => {
|
|
|
40576
40519
|
width: i1,
|
|
40577
40520
|
sx: O.loader,
|
|
40578
40521
|
children: /* @__PURE__ */ x.jsx(
|
|
40579
|
-
|
|
40522
|
+
g1,
|
|
40580
40523
|
{
|
|
40581
40524
|
__css: O[z],
|
|
40582
40525
|
style: { marginBottom: r1 }
|
|
@@ -40587,7 +40530,7 @@ const RU = o2((r, a) => {
|
|
|
40587
40530
|
);
|
|
40588
40531
|
});
|
|
40589
40532
|
return /* @__PURE__ */ x.jsxs(
|
|
40590
|
-
|
|
40533
|
+
g1,
|
|
40591
40534
|
{
|
|
40592
40535
|
className: o,
|
|
40593
40536
|
id: C,
|
|
@@ -40596,11 +40539,11 @@ const RU = o2((r, a) => {
|
|
|
40596
40539
|
style: { width: _ },
|
|
40597
40540
|
...R,
|
|
40598
40541
|
children: [
|
|
40599
|
-
k && /* @__PURE__ */ x.jsx(lp, { sx: O.loader, children: /* @__PURE__ */ x.jsx(
|
|
40600
|
-
/* @__PURE__ */ x.jsxs(
|
|
40601
|
-
E && /* @__PURE__ */ x.jsx(
|
|
40602
|
-
M && /* @__PURE__ */ x.jsx(
|
|
40603
|
-
L && /* @__PURE__ */ x.jsx(
|
|
40542
|
+
k && /* @__PURE__ */ x.jsx(lp, { sx: O.loader, children: /* @__PURE__ */ x.jsx(g1, { __css: { ...O.element, ...O.image } }) }),
|
|
40543
|
+
/* @__PURE__ */ x.jsxs(g1, { className: y, __css: O.container, children: [
|
|
40544
|
+
E && /* @__PURE__ */ x.jsx(g1, { __css: O.section, children: P("heading", i, "80%") }),
|
|
40545
|
+
M && /* @__PURE__ */ x.jsx(g1, { __css: O.section, children: P("content", s, "30%") }),
|
|
40546
|
+
L && /* @__PURE__ */ x.jsx(g1, { __css: { ...O.section, ...O.button }, children: /* @__PURE__ */ x.jsx(lp, { borderRadius: "16px", sx: O.loader, children: /* @__PURE__ */ x.jsx(g1, { __css: O.button }) }) })
|
|
40604
40547
|
] })
|
|
40605
40548
|
]
|
|
40606
40549
|
}
|
|
@@ -40608,11 +40551,11 @@ const RU = o2((r, a) => {
|
|
|
40608
40551
|
}
|
|
40609
40552
|
)
|
|
40610
40553
|
), OU = F1(
|
|
40611
|
-
|
|
40554
|
+
d2(
|
|
40612
40555
|
(r, a) => {
|
|
40613
40556
|
const { className: o, id: s, target: i = "#mainContent", ...p } = r, C = R3("SkipNavigation");
|
|
40614
40557
|
return /* @__PURE__ */ x.jsx(
|
|
40615
|
-
|
|
40558
|
+
g1,
|
|
40616
40559
|
{
|
|
40617
40560
|
as: "nav",
|
|
40618
40561
|
"aria-label": "Skip Navigation",
|
|
@@ -40637,7 +40580,7 @@ const RU = o2((r, a) => {
|
|
|
40637
40580
|
}
|
|
40638
40581
|
)
|
|
40639
40582
|
), _I = F1(
|
|
40640
|
-
|
|
40583
|
+
d2((r, a) => {
|
|
40641
40584
|
const {
|
|
40642
40585
|
className: o,
|
|
40643
40586
|
defaultValue: s = 0,
|
|
@@ -40671,9 +40614,9 @@ const RU = o2((r, a) => {
|
|
|
40671
40614
|
), O && P && console.warn(
|
|
40672
40615
|
"NYPL Reservoir Slider: Both `onChange` and `onChangeEnd` props were passed."
|
|
40673
40616
|
);
|
|
40674
|
-
const [
|
|
40617
|
+
const [v1, M1] = hc(r1), H1 = Vh().colorMode === "dark";
|
|
40675
40618
|
let B1 = y;
|
|
40676
|
-
L &&
|
|
40619
|
+
L && v1[0] > v1[1] && (B1 = !0, console.warn(
|
|
40677
40620
|
"NYPL Reservoir Slider: The RangeSlider's first value is greater than the second value."
|
|
40678
40621
|
)), _ > k && (B1 = !0, console.warn(
|
|
40679
40622
|
"NYPL Reservoir Slider: The `min` prop is greater than the `max` prop."
|
|
@@ -40717,9 +40660,9 @@ const RU = o2((r, a) => {
|
|
|
40717
40660
|
const E1 = {
|
|
40718
40661
|
start: {
|
|
40719
40662
|
// We only want the value for this box in the `isRangeSlider` case.
|
|
40720
|
-
value: L ?
|
|
40663
|
+
value: L ? v1[0].toString() : "",
|
|
40721
40664
|
onChange: (K1) => {
|
|
40722
|
-
const R1 = [parseInt(K1.target.value, 10) ? parseInt(K1.target.value, 10) : 0,
|
|
40665
|
+
const R1 = [parseInt(K1.target.value, 10) ? parseInt(K1.target.value, 10) : 0, v1[1]];
|
|
40723
40666
|
M1(R1), O && O && O(R1), P && P && P(R1);
|
|
40724
40667
|
},
|
|
40725
40668
|
...$1
|
|
@@ -40728,11 +40671,11 @@ const RU = o2((r, a) => {
|
|
|
40728
40671
|
// This text input *always* shows. In the default case, we only
|
|
40729
40672
|
// keep track of one value. For the `isRangeSlider` case, we keep
|
|
40730
40673
|
// track of an array but only want the second value.
|
|
40731
|
-
value: L ?
|
|
40674
|
+
value: L ? v1[1].toString() : v1.toString(),
|
|
40732
40675
|
onChange: (K1) => {
|
|
40733
40676
|
let G1 = parseInt(K1.target.value, 10) ? parseInt(K1.target.value, 10) : 0;
|
|
40734
40677
|
G1 > k && (G1 = k);
|
|
40735
|
-
const R1 = L ? [
|
|
40678
|
+
const R1 = L ? [v1[0], G1] : G1;
|
|
40736
40679
|
M1(R1), O && O && O(R1), P && P && P(R1);
|
|
40737
40680
|
},
|
|
40738
40681
|
...$1
|
|
@@ -40753,32 +40696,32 @@ const RU = o2((r, a) => {
|
|
|
40753
40696
|
...E1[f1]
|
|
40754
40697
|
}
|
|
40755
40698
|
);
|
|
40756
|
-
},
|
|
40757
|
-
|
|
40699
|
+
}, s2 = () => L ? /* @__PURE__ */ x.jsxs(
|
|
40700
|
+
Tk,
|
|
40758
40701
|
{
|
|
40759
40702
|
"aria-label": [
|
|
40760
40703
|
`${E} - slider handle for start value`,
|
|
40761
40704
|
`${E} - slider handle for end value`
|
|
40762
40705
|
],
|
|
40763
|
-
value:
|
|
40706
|
+
value: v1,
|
|
40764
40707
|
size: "lg",
|
|
40765
40708
|
...k1,
|
|
40766
40709
|
children: [
|
|
40767
|
-
/* @__PURE__ */ x.jsx(
|
|
40710
|
+
/* @__PURE__ */ x.jsx(_k, { sx: m1.track, children: /* @__PURE__ */ x.jsx(Dk, { sx: m1.filledTrack }) }),
|
|
40768
40711
|
/* @__PURE__ */ x.jsx(Oy, { index: 0, sx: m1.thumb }),
|
|
40769
40712
|
/* @__PURE__ */ x.jsx(Oy, { index: 1, sx: m1.thumb })
|
|
40770
40713
|
]
|
|
40771
40714
|
}
|
|
40772
40715
|
) : /* @__PURE__ */ x.jsxs(
|
|
40773
|
-
|
|
40716
|
+
Rk,
|
|
40774
40717
|
{
|
|
40775
40718
|
"aria-label": `${E} - slider handle`,
|
|
40776
|
-
value:
|
|
40719
|
+
value: v1,
|
|
40777
40720
|
size: "lg",
|
|
40778
40721
|
...k1,
|
|
40779
40722
|
children: [
|
|
40780
|
-
/* @__PURE__ */ x.jsx(
|
|
40781
|
-
/* @__PURE__ */ x.jsx(
|
|
40723
|
+
/* @__PURE__ */ x.jsx(Zk, { sx: m1.track, children: /* @__PURE__ */ x.jsx(Ok, { sx: m1.filledTrack }) }),
|
|
40724
|
+
/* @__PURE__ */ x.jsx(Nk, { sx: m1.thumb })
|
|
40782
40725
|
]
|
|
40783
40726
|
}
|
|
40784
40727
|
);
|
|
@@ -40804,11 +40747,11 @@ const RU = o2((r, a) => {
|
|
|
40804
40747
|
children: E
|
|
40805
40748
|
}
|
|
40806
40749
|
),
|
|
40807
|
-
/* @__PURE__ */ x.jsxs(
|
|
40750
|
+
/* @__PURE__ */ x.jsxs(g1, { __css: m1.container, children: [
|
|
40808
40751
|
z && L && D1("start"),
|
|
40809
|
-
j && /* @__PURE__ */ x.jsx(
|
|
40810
|
-
|
|
40811
|
-
j && /* @__PURE__ */ x.jsx(
|
|
40752
|
+
j && /* @__PURE__ */ x.jsx(g1, { __css: m1.leftValue, children: _ }),
|
|
40753
|
+
s2(),
|
|
40754
|
+
j && /* @__PURE__ */ x.jsx(g1, { __css: m1.rightValue, children: k }),
|
|
40812
40755
|
z && D1("end")
|
|
40813
40756
|
] })
|
|
40814
40757
|
]
|
|
@@ -40816,7 +40759,7 @@ const RU = o2((r, a) => {
|
|
|
40816
40759
|
);
|
|
40817
40760
|
})
|
|
40818
40761
|
), DI = F1(
|
|
40819
|
-
|
|
40762
|
+
d2((r, a) => {
|
|
40820
40763
|
const {
|
|
40821
40764
|
borders: o = "none",
|
|
40822
40765
|
color: s = "textDefault",
|
|
@@ -40882,10 +40825,10 @@ const RU = o2((r, a) => {
|
|
|
40882
40825
|
}),
|
|
40883
40826
|
{ shouldForwardProp: () => !0 }
|
|
40884
40827
|
), RI = F1(
|
|
40885
|
-
|
|
40828
|
+
d2(
|
|
40886
40829
|
(r, a) => {
|
|
40887
40830
|
const { children: o, className: s, id: i, level: p, type: C, ...v } = r, L = R3("StatusBadge", { variant: p || C || "low" });
|
|
40888
|
-
return o || console.warn("NYPL Reservoir StatusBadge: No children were passed."), /* @__PURE__ */ x.jsx(
|
|
40831
|
+
return o || console.warn("NYPL Reservoir StatusBadge: No children were passed."), /* @__PURE__ */ x.jsx(g1, { id: i, className: s, ref: a, __css: L, ...v, children: o });
|
|
40889
40832
|
}
|
|
40890
40833
|
)
|
|
40891
40834
|
), NU = F1((r) => {
|
|
@@ -40917,7 +40860,7 @@ const RU = o2((r, a) => {
|
|
|
40917
40860
|
}
|
|
40918
40861
|
);
|
|
40919
40862
|
}), ZI = F1(
|
|
40920
|
-
|
|
40863
|
+
d2(
|
|
40921
40864
|
(r, a) => {
|
|
40922
40865
|
const {
|
|
40923
40866
|
calloutText: o,
|
|
@@ -40946,7 +40889,7 @@ const RU = o2((r, a) => {
|
|
|
40946
40889
|
className: "structuredcontent-body",
|
|
40947
40890
|
dangerouslySetInnerHTML: { __html: v }
|
|
40948
40891
|
}
|
|
40949
|
-
) : /* @__PURE__ */ x.jsx(
|
|
40892
|
+
) : /* @__PURE__ */ x.jsx(g1, { className: "structuredcontent-body", children: v }), _ = R0({
|
|
40950
40893
|
title: i,
|
|
40951
40894
|
id: p
|
|
40952
40895
|
}), R = o ? typeof o == "string" ? /* @__PURE__ */ x.jsx(s9, { id: `${p}-callout`, level: "h3", size: "heading5", children: o }) : o : void 0, O = R0({
|
|
@@ -40954,7 +40897,7 @@ const RU = o2((r, a) => {
|
|
|
40954
40897
|
});
|
|
40955
40898
|
return L && !C.alt && console.warn(
|
|
40956
40899
|
"NYPL Reservoir StructuredContent: The `imageProps.alt` prop is required when using an image."
|
|
40957
|
-
), /* @__PURE__ */ x.jsxs(
|
|
40900
|
+
), /* @__PURE__ */ x.jsxs(g1, { id: p, className: s, ref: a, __css: E, ...y, children: [
|
|
40958
40901
|
_,
|
|
40959
40902
|
O,
|
|
40960
40903
|
L && /* @__PURE__ */ x.jsx(
|
|
@@ -40977,7 +40920,7 @@ const RU = o2((r, a) => {
|
|
|
40977
40920
|
}
|
|
40978
40921
|
)
|
|
40979
40922
|
), OI = F1(
|
|
40980
|
-
|
|
40923
|
+
d2(
|
|
40981
40924
|
(r, a) => {
|
|
40982
40925
|
const {
|
|
40983
40926
|
children: o,
|
|
@@ -40993,7 +40936,7 @@ const RU = o2((r, a) => {
|
|
|
40993
40936
|
let L;
|
|
40994
40937
|
return o && p.length > 0 ? (console.warn(
|
|
40995
40938
|
"NYPL Reservoir StyledList: Pass in either `<li>` children or use the `listItems` data prop. Do not use both."
|
|
40996
|
-
), null) : (Qw(o, "ul", "StyledList"), L = o || p.map((M, E) => /* @__PURE__ */ x.jsx("li", { children: M }, E)), /* @__PURE__ */ x.jsx(
|
|
40939
|
+
), null) : (Qw(o, "ul", "StyledList"), L = o || p.map((M, E) => /* @__PURE__ */ x.jsx("li", { children: M }, E)), /* @__PURE__ */ x.jsx(g1, { as: "ul", className: s, id: i, ref: a, __css: y, children: L }));
|
|
40997
40940
|
}
|
|
40998
40941
|
)
|
|
40999
40942
|
), PU = (r) => {
|
|
@@ -41014,7 +40957,7 @@ const RU = o2((r, a) => {
|
|
|
41014
40957
|
), r.forEach((i, p) => {
|
|
41015
40958
|
let C;
|
|
41016
40959
|
const v = /* @__PURE__ */ x.jsx(
|
|
41017
|
-
|
|
40960
|
+
Bk,
|
|
41018
40961
|
{
|
|
41019
40962
|
fontSize: {
|
|
41020
40963
|
base: "mobile.subtitle.subtitle1",
|
|
@@ -41044,7 +40987,7 @@ const RU = o2((r, a) => {
|
|
|
41044
40987
|
)), (s.type === fb || s.props.mdxType === "TabPanels") && o.push(s);
|
|
41045
40988
|
}), { tabs: a, panels: o }) : { tabs: [], panels: [] };
|
|
41046
40989
|
}, NI = F1(
|
|
41047
|
-
|
|
40990
|
+
d2(
|
|
41048
40991
|
(r, a) => {
|
|
41049
40992
|
var Y;
|
|
41050
40993
|
const {
|
|
@@ -41113,7 +41056,7 @@ const RU = o2((r, a) => {
|
|
|
41113
41056
|
);
|
|
41114
41057
|
const A = PU(L);
|
|
41115
41058
|
return /* @__PURE__ */ x.jsxs(
|
|
41116
|
-
|
|
41059
|
+
Pk,
|
|
41117
41060
|
{
|
|
41118
41061
|
defaultIndex: s,
|
|
41119
41062
|
id: i,
|
|
@@ -41127,7 +41070,7 @@ const RU = o2((r, a) => {
|
|
|
41127
41070
|
...y,
|
|
41128
41071
|
children: [
|
|
41129
41072
|
/* @__PURE__ */ x.jsxs(
|
|
41130
|
-
|
|
41073
|
+
g1,
|
|
41131
41074
|
{
|
|
41132
41075
|
__css: E.tablistWrapper,
|
|
41133
41076
|
sx: {
|
|
@@ -41137,7 +41080,7 @@ const RU = o2((r, a) => {
|
|
|
41137
41080
|
},
|
|
41138
41081
|
children: [
|
|
41139
41082
|
z,
|
|
41140
|
-
/* @__PURE__ */ x.jsx(
|
|
41083
|
+
/* @__PURE__ */ x.jsx(g1, { __css: E.carouselParent, ref: A, children: k }),
|
|
41141
41084
|
$
|
|
41142
41085
|
]
|
|
41143
41086
|
}
|
|
@@ -41160,7 +41103,7 @@ const RU = o2((r, a) => {
|
|
|
41160
41103
|
return /* @__PURE__ */ x.jsx(x.Fragment, { children: a.map((s, i) => (typeof s.label == "string" && console.warn(
|
|
41161
41104
|
"NYPL Reservoir TagSet: Explore tags require all `label` props to be React components."
|
|
41162
41105
|
), /* @__PURE__ */ x.jsx(qw, { label: s.label, children: /* @__PURE__ */ x.jsxs(
|
|
41163
|
-
|
|
41106
|
+
g1,
|
|
41164
41107
|
{
|
|
41165
41108
|
"data-testid": "explore-tags",
|
|
41166
41109
|
id: `ts-explore-${s.id}-${i}`,
|
|
@@ -41248,7 +41191,7 @@ function Ap(r) {
|
|
|
41248
41191
|
return r === "filter";
|
|
41249
41192
|
}
|
|
41250
41193
|
const PI = F1(
|
|
41251
|
-
|
|
41194
|
+
d2((r, a) => {
|
|
41252
41195
|
const {
|
|
41253
41196
|
className: o,
|
|
41254
41197
|
id: s,
|
|
@@ -41283,30 +41226,30 @@ const PI = F1(
|
|
|
41283
41226
|
] });
|
|
41284
41227
|
})
|
|
41285
41228
|
), UU = F1(
|
|
41286
|
-
|
|
41229
|
+
d2(
|
|
41287
41230
|
(r, a) => {
|
|
41288
41231
|
const o = R3("Template", {});
|
|
41289
|
-
return /* @__PURE__ */ x.jsx(
|
|
41232
|
+
return /* @__PURE__ */ x.jsx(g1, { id: r.id, ref: a, __css: o, ...r, children: r.children });
|
|
41290
41233
|
}
|
|
41291
41234
|
)
|
|
41292
41235
|
), IU = (r) => {
|
|
41293
41236
|
const a = R3("TemplateBreakout", {});
|
|
41294
|
-
return /* @__PURE__ */ x.jsx(
|
|
41237
|
+
return /* @__PURE__ */ x.jsx(g1, { __css: a, children: r.children });
|
|
41295
41238
|
}, $U = ({
|
|
41296
41239
|
children: r,
|
|
41297
41240
|
renderHeaderElement: a = !0
|
|
41298
41241
|
}) => {
|
|
41299
41242
|
const o = R3("TemplateBreakout", {});
|
|
41300
|
-
let s = /* @__PURE__ */ x.jsx(
|
|
41243
|
+
let s = /* @__PURE__ */ x.jsx(g1, { __css: o, children: r });
|
|
41301
41244
|
return a && (X.Children.map(r, (i) => {
|
|
41302
41245
|
var p;
|
|
41303
41246
|
((i == null ? void 0 : i.type) === "header" || ((p = i == null ? void 0 : i.props) == null ? void 0 : p.mdxType) === "header") && console.warn(
|
|
41304
41247
|
"NYPL Reservoir TemplateHeader: An HTML `header` element was passed in. Set `renderHeaderElement` to `false` to avoid nested HTML `header` elements."
|
|
41305
41248
|
);
|
|
41306
|
-
}), s = /* @__PURE__ */ x.jsx(
|
|
41249
|
+
}), s = /* @__PURE__ */ x.jsx(g1, { as: "header", __css: o, children: r })), s;
|
|
41307
41250
|
}, YU = (r) => {
|
|
41308
41251
|
const a = R3("TemplateBreakout", {});
|
|
41309
|
-
return /* @__PURE__ */ x.jsx(
|
|
41252
|
+
return /* @__PURE__ */ x.jsx(g1, { __css: a, children: r.children });
|
|
41310
41253
|
}, WU = (r) => {
|
|
41311
41254
|
const { children: a, id: o = "mainContent", sidebar: s = "none" } = r, i = R3("TemplateContent", {
|
|
41312
41255
|
variant: s
|
|
@@ -41318,37 +41261,37 @@ const PI = F1(
|
|
|
41318
41261
|
return (C && (C == null ? void 0 : C.type) === Gw || C != null && C.props && ((y = C.props) == null ? void 0 : y.mdxType) === "TemplateContentPrimary" || (C == null ? void 0 : C.type) === Xw || C != null && C.props && ((L = C.props) == null ? void 0 : L.mdxType) === "TemplateContentSidebar") && (v = X.cloneElement(C, { sidebar: s })), v;
|
|
41319
41262
|
}
|
|
41320
41263
|
);
|
|
41321
|
-
return /* @__PURE__ */ x.jsx(
|
|
41264
|
+
return /* @__PURE__ */ x.jsx(g1, { as: "main", id: o, __css: i, children: p });
|
|
41322
41265
|
}, QU = (r) => {
|
|
41323
41266
|
const a = R3("TemplateContentTopBottom", {});
|
|
41324
|
-
return /* @__PURE__ */ x.jsx(
|
|
41267
|
+
return /* @__PURE__ */ x.jsx(g1, { __css: a, children: r.children });
|
|
41325
41268
|
}, qU = (r) => {
|
|
41326
41269
|
const a = R3("TemplateContentTopBottom", {});
|
|
41327
|
-
return /* @__PURE__ */ x.jsx(
|
|
41270
|
+
return /* @__PURE__ */ x.jsx(g1, { __css: a, children: r.children });
|
|
41328
41271
|
}, Gw = (r) => {
|
|
41329
41272
|
const { sidebar: a } = r, o = R3("TemplateContentPrimary", {
|
|
41330
41273
|
variant: a
|
|
41331
41274
|
});
|
|
41332
|
-
return /* @__PURE__ */ x.jsx(
|
|
41275
|
+
return /* @__PURE__ */ x.jsx(g1, { __css: o, children: r.children });
|
|
41333
41276
|
}, Xw = (r) => {
|
|
41334
41277
|
const { sidebar: a } = r, o = R3("TemplateContentSidebar", {
|
|
41335
41278
|
variant: a
|
|
41336
41279
|
});
|
|
41337
|
-
return /* @__PURE__ */ x.jsx(
|
|
41280
|
+
return /* @__PURE__ */ x.jsx(g1, { __css: o, children: r.children });
|
|
41338
41281
|
}, GU = ({
|
|
41339
41282
|
children: r,
|
|
41340
41283
|
renderFooterElement: a = !0
|
|
41341
41284
|
}) => {
|
|
41342
41285
|
const o = R3("TemplateBreakout", {});
|
|
41343
|
-
let s = /* @__PURE__ */ x.jsx(
|
|
41286
|
+
let s = /* @__PURE__ */ x.jsx(g1, { __css: o, children: r });
|
|
41344
41287
|
return a && (X.Children.map(r, (i) => {
|
|
41345
41288
|
var p;
|
|
41346
41289
|
((i == null ? void 0 : i.type) === "footer" || ((p = i == null ? void 0 : i.props) == null ? void 0 : p.mdxType) === "footer") && console.warn(
|
|
41347
41290
|
"NYPL Reservoir TemplateFooter: An HTML `footer` element was passed in. Set `renderFooterElement` to `false` to avoid nested HTML `footer` elements."
|
|
41348
41291
|
);
|
|
41349
|
-
}), s = /* @__PURE__ */ x.jsx(
|
|
41292
|
+
}), s = /* @__PURE__ */ x.jsx(g1, { as: "footer", __css: o, children: r })), s;
|
|
41350
41293
|
}, BI = F1(
|
|
41351
|
-
|
|
41294
|
+
d2((r, a) => {
|
|
41352
41295
|
const {
|
|
41353
41296
|
aboveHeader: o,
|
|
41354
41297
|
breakout: s,
|
|
@@ -41389,7 +41332,7 @@ const PI = F1(
|
|
|
41389
41332
|
})
|
|
41390
41333
|
), XU = () => {
|
|
41391
41334
|
}, FI = F1(
|
|
41392
|
-
|
|
41335
|
+
d2((r, a) => {
|
|
41393
41336
|
const {
|
|
41394
41337
|
defaultChecked: o = !1,
|
|
41395
41338
|
helperText: s,
|
|
@@ -41422,8 +41365,8 @@ const PI = F1(
|
|
|
41422
41365
|
invalidText: p,
|
|
41423
41366
|
isInvalid: y,
|
|
41424
41367
|
...R,
|
|
41425
|
-
children: /* @__PURE__ */ x.jsx(
|
|
41426
|
-
|
|
41368
|
+
children: /* @__PURE__ */ x.jsx(g1, { __css: O, children: /* @__PURE__ */ x.jsx(
|
|
41369
|
+
Fk,
|
|
41427
41370
|
{
|
|
41428
41371
|
id: i,
|
|
41429
41372
|
isDisabled: v,
|
|
@@ -41466,7 +41409,7 @@ const PI = F1(
|
|
|
41466
41409
|
(i === "Escape" || i === "Esc" || i === 27) && r(!1);
|
|
41467
41410
|
};
|
|
41468
41411
|
return window.addEventListener("keydown", o), () => window.removeEventListener("keydown", o);
|
|
41469
|
-
}, []),
|
|
41412
|
+
}, []), jk({
|
|
41470
41413
|
ref: a,
|
|
41471
41414
|
handler: () => r(!1)
|
|
41472
41415
|
});
|
|
@@ -41519,7 +41462,7 @@ function zI(r) {
|
|
|
41519
41462
|
};
|
|
41520
41463
|
}
|
|
41521
41464
|
function UI() {
|
|
41522
|
-
const r =
|
|
41465
|
+
const r = Ak();
|
|
41523
41466
|
return !r || Object.keys(r).length === 0 ? (console.warn(
|
|
41524
41467
|
"NYPL Reservoir useNYPLTheme: hook must be used inside of `<DSProvider />`."
|
|
41525
41468
|
), {}) : {
|
|
@@ -41633,7 +41576,7 @@ function II() {
|
|
|
41633
41576
|
}, []), r;
|
|
41634
41577
|
}
|
|
41635
41578
|
const $I = F1(
|
|
41636
|
-
|
|
41579
|
+
d2(
|
|
41637
41580
|
(r, a) => {
|
|
41638
41581
|
const {
|
|
41639
41582
|
aspectRatio: o,
|
|
@@ -41667,7 +41610,7 @@ const $I = F1(
|
|
|
41667
41610
|
"NYPL Reservoir VideoPlayer: The `embedCode` prop is not configured properly."
|
|
41668
41611
|
), A = !0);
|
|
41669
41612
|
const j = U2("VideoPlayer", { variant: A ? "invalid" : o }), i1 = z ? /* @__PURE__ */ x.jsx("span", { dangerouslySetInnerHTML: { __html: z } }) : /* @__PURE__ */ x.jsx(
|
|
41670
|
-
|
|
41613
|
+
g1,
|
|
41671
41614
|
{
|
|
41672
41615
|
as: "iframe",
|
|
41673
41616
|
src: O,
|
|
@@ -41679,7 +41622,7 @@ const $I = F1(
|
|
|
41679
41622
|
}
|
|
41680
41623
|
);
|
|
41681
41624
|
return /* @__PURE__ */ x.jsx(
|
|
41682
|
-
|
|
41625
|
+
g1,
|
|
41683
41626
|
{
|
|
41684
41627
|
className: s,
|
|
41685
41628
|
"data-testid": "video-player-component",
|
|
@@ -41694,7 +41637,7 @@ const $I = F1(
|
|
|
41694
41637
|
descriptionText: i || void 0,
|
|
41695
41638
|
helperText: v && M ? v : void 0,
|
|
41696
41639
|
id: `${y}-componentWrapper`,
|
|
41697
|
-
children: /* @__PURE__ */ x.jsx(
|
|
41640
|
+
children: /* @__PURE__ */ x.jsx(g1, { __css: j.inside, children: i1 })
|
|
41698
41641
|
}
|
|
41699
41642
|
)
|
|
41700
41643
|
}
|
|
@@ -41703,7 +41646,7 @@ const $I = F1(
|
|
|
41703
41646
|
)
|
|
41704
41647
|
);
|
|
41705
41648
|
export {
|
|
41706
|
-
|
|
41649
|
+
m_ as Accordion,
|
|
41707
41650
|
iI as AlphabetFilter,
|
|
41708
41651
|
oI as AudioPlayer,
|
|
41709
41652
|
lI as Banner,
|