@nypl/design-system-react-components 3.2.0-tooltip-rc → 3.2.0-tooltip-rc-3
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 +749 -804
- package/dist/src/components/Tooltip/Tooltip.d.ts +3 -1
- package/dist/src/theme/components/tooltip.d.ts +1 -3
- 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,27 +2123,28 @@ 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
|
+
offset: v = [0, 7.5],
|
|
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
|
-
return /* @__PURE__ */ x.jsx(
|
|
2146
|
+
const E = L ? /* @__PURE__ */ x.jsx(N6, { width: "fit-content", children: o }) : o, k = R3("Tooltip", {});
|
|
2147
|
+
return console.log(v), /* @__PURE__ */ x.jsx(
|
|
2147
2148
|
WS,
|
|
2148
2149
|
{
|
|
2149
2150
|
"aria-label": typeof i != "string" ? "Tooltip" : void 0,
|
|
@@ -2152,19 +2153,20 @@ 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,
|
|
2160
|
+
offset: v,
|
|
2159
2161
|
ref: a,
|
|
2160
|
-
|
|
2161
|
-
...
|
|
2162
|
-
children:
|
|
2162
|
+
sx: k,
|
|
2163
|
+
...M,
|
|
2164
|
+
children: E
|
|
2163
2165
|
}
|
|
2164
2166
|
);
|
|
2165
2167
|
})
|
|
2166
|
-
), sp = 40,
|
|
2167
|
-
const p = r.text.length, C = p >= sp, v = p <= sp ? r.text :
|
|
2168
|
+
), sp = 40, N_ = (r, a, o, s = !1, i = !1) => {
|
|
2169
|
+
const p = r.text.length, C = p >= sp, v = p <= sp ? r.text : g_(r.text, sp), y = /* @__PURE__ */ x.jsxs(
|
|
2168
2170
|
GS,
|
|
2169
2171
|
{
|
|
2170
2172
|
as: o,
|
|
@@ -2195,9 +2197,9 @@ const R_ = F1(
|
|
|
2195
2197
|
children: y
|
|
2196
2198
|
}
|
|
2197
2199
|
) : /* @__PURE__ */ x.jsx(x.Fragment, { children: y });
|
|
2198
|
-
},
|
|
2200
|
+
}, P_ = (r, a, o) => r != null && r.length ? r.map((i, p) => {
|
|
2199
2201
|
const C = p === r.length - 2, v = p === r.length - 1;
|
|
2200
|
-
return /* @__PURE__ */ x.jsx(qS, { children:
|
|
2202
|
+
return /* @__PURE__ */ x.jsx(qS, { children: N_(
|
|
2201
2203
|
i,
|
|
2202
2204
|
a,
|
|
2203
2205
|
o,
|
|
@@ -2205,7 +2207,7 @@ const R_ = F1(
|
|
|
2205
2207
|
v
|
|
2206
2208
|
) }, p);
|
|
2207
2209
|
}) : null, sI = F1(
|
|
2208
|
-
|
|
2210
|
+
d2((r, a) => {
|
|
2209
2211
|
const {
|
|
2210
2212
|
breadcrumbsData: o,
|
|
2211
2213
|
breadcrumbsType: s = "whatsOn",
|
|
@@ -2220,7 +2222,7 @@ const R_ = F1(
|
|
|
2220
2222
|
);
|
|
2221
2223
|
const y = R3("CustomBreadcrumb", {
|
|
2222
2224
|
variant: s
|
|
2223
|
-
}), L =
|
|
2225
|
+
}), L = P_(
|
|
2224
2226
|
o,
|
|
2225
2227
|
C,
|
|
2226
2228
|
p
|
|
@@ -2239,7 +2241,7 @@ const R_ = F1(
|
|
|
2239
2241
|
);
|
|
2240
2242
|
})
|
|
2241
2243
|
), S0 = F1(
|
|
2242
|
-
|
|
2244
|
+
d2(
|
|
2243
2245
|
(r, a) => {
|
|
2244
2246
|
const {
|
|
2245
2247
|
buttonWidth: o = "default",
|
|
@@ -2283,61 +2285,6 @@ const R_ = F1(
|
|
|
2283
2285
|
);
|
|
2284
2286
|
}
|
|
2285
2287
|
)
|
|
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
2288
|
);
|
|
2342
2289
|
function B_(r) {
|
|
2343
2290
|
const {
|
|
@@ -2359,7 +2306,7 @@ function B_(r) {
|
|
|
2359
2306
|
layout: M,
|
|
2360
2307
|
size: E
|
|
2361
2308
|
});
|
|
2362
|
-
return /* @__PURE__ */ x.jsx(
|
|
2309
|
+
return /* @__PURE__ */ x.jsx(g1, { __css: _, children: /* @__PURE__ */ x.jsx(
|
|
2363
2310
|
sa,
|
|
2364
2311
|
{
|
|
2365
2312
|
alt: a,
|
|
@@ -2377,7 +2324,7 @@ function B_(r) {
|
|
|
2377
2324
|
const F_ = F1(s9), j_ = F1(
|
|
2378
2325
|
(r) => {
|
|
2379
2326
|
const { children: a, ...o } = r, s = R3("CardContent");
|
|
2380
|
-
return a ? /* @__PURE__ */ x.jsx(
|
|
2327
|
+
return a ? /* @__PURE__ */ x.jsx(g1, { __css: s, ...o, children: a }) : null;
|
|
2381
2328
|
}
|
|
2382
2329
|
), A_ = F1(
|
|
2383
2330
|
(r) => {
|
|
@@ -2387,21 +2334,21 @@ const F_ = F1(s9), j_ = F1(
|
|
|
2387
2334
|
layout: i,
|
|
2388
2335
|
topBorder: p
|
|
2389
2336
|
});
|
|
2390
|
-
return o ? /* @__PURE__ */ x.jsx(
|
|
2337
|
+
return o ? /* @__PURE__ */ x.jsx(g1, { __css: v, ...C, children: o }) : null;
|
|
2391
2338
|
}
|
|
2392
2339
|
), z_ = F1(
|
|
2393
|
-
|
|
2394
|
-
({ className: r, children: a, id: o, mainActionLink: s, styles: i, ...p }, C) => s ? /* @__PURE__ */ x.jsx(
|
|
2340
|
+
d2(
|
|
2341
|
+
({ 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
2342
|
)
|
|
2396
2343
|
);
|
|
2397
2344
|
function U_({
|
|
2398
2345
|
children: r,
|
|
2399
2346
|
mainActionLink: a
|
|
2400
2347
|
}) {
|
|
2401
|
-
return a ? /* @__PURE__ */ x.jsx(
|
|
2348
|
+
return a ? /* @__PURE__ */ x.jsx(KS, { href: a, children: r }) : /* @__PURE__ */ x.jsx(x.Fragment, { children: r });
|
|
2402
2349
|
}
|
|
2403
2350
|
const uI = F1(
|
|
2404
|
-
|
|
2351
|
+
d2(
|
|
2405
2352
|
(r, a) => {
|
|
2406
2353
|
const {
|
|
2407
2354
|
backgroundColor: o,
|
|
@@ -2446,14 +2393,14 @@ const uI = F1(
|
|
|
2446
2393
|
(j, i1) => {
|
|
2447
2394
|
const r1 = j.type === A_ || j.props.mdxType === "CardActions";
|
|
2448
2395
|
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,
|
|
2396
|
+
const h1 = A === 0 ? /* @__PURE__ */ x.jsx(U_, { mainActionLink: k, children: j.props.children }) : j.props.children, v1 = X.cloneElement(j, {
|
|
2450
2397
|
key: i1,
|
|
2451
2398
|
// Override the child text with the potential `CardLinkOverlay`.
|
|
2452
2399
|
children: h1,
|
|
2453
2400
|
layout: E,
|
|
2454
2401
|
__css: Y.heading
|
|
2455
2402
|
});
|
|
2456
|
-
z.push(
|
|
2403
|
+
z.push(v1), A++;
|
|
2457
2404
|
} else if (j.type === j_ || j.props.mdxType === "CardContent") {
|
|
2458
2405
|
const h1 = X.cloneElement(j, { key: i1 });
|
|
2459
2406
|
z.push(h1);
|
|
@@ -2491,9 +2438,9 @@ const uI = F1(
|
|
|
2491
2438
|
src: v.src ? v.src : void 0
|
|
2492
2439
|
}
|
|
2493
2440
|
),
|
|
2494
|
-
/* @__PURE__ */ x.jsx(
|
|
2441
|
+
/* @__PURE__ */ x.jsx(g1, { className: "card-body", __css: Y.body, children: z }),
|
|
2495
2442
|
$.length ? /* @__PURE__ */ x.jsx(
|
|
2496
|
-
|
|
2443
|
+
g1,
|
|
2497
2444
|
{
|
|
2498
2445
|
className: "card-right",
|
|
2499
2446
|
__css: { ...Y.body, ...Y.actions },
|
|
@@ -2517,7 +2464,7 @@ function I_(r) {
|
|
|
2517
2464
|
) }) : null;
|
|
2518
2465
|
}
|
|
2519
2466
|
const up = F1(
|
|
2520
|
-
|
|
2467
|
+
d2((r, a) => {
|
|
2521
2468
|
const {
|
|
2522
2469
|
className: o,
|
|
2523
2470
|
helperText: s,
|
|
@@ -2555,7 +2502,7 @@ const up = F1(
|
|
|
2555
2502
|
showHelperInvalidText: R,
|
|
2556
2503
|
...z,
|
|
2557
2504
|
children: /* @__PURE__ */ x.jsx(
|
|
2558
|
-
|
|
2505
|
+
JS,
|
|
2559
2506
|
{
|
|
2560
2507
|
className: o,
|
|
2561
2508
|
icon: Y,
|
|
@@ -2582,7 +2529,7 @@ const up = F1(
|
|
|
2582
2529
|
);
|
|
2583
2530
|
})
|
|
2584
2531
|
), bc = F1(
|
|
2585
|
-
|
|
2532
|
+
d2(
|
|
2586
2533
|
({
|
|
2587
2534
|
children: r,
|
|
2588
2535
|
className: a,
|
|
@@ -2597,7 +2544,7 @@ const up = F1(
|
|
|
2597
2544
|
return o || console.warn(
|
|
2598
2545
|
"NYPL Reservoir Fieldset: This component's required `id` prop was not passed."
|
|
2599
2546
|
), /* @__PURE__ */ x.jsxs(
|
|
2600
|
-
|
|
2547
|
+
g1,
|
|
2601
2548
|
{
|
|
2602
2549
|
as: "fieldset",
|
|
2603
2550
|
id: o,
|
|
@@ -2737,7 +2684,7 @@ const up = F1(
|
|
|
2737
2684
|
...$_,
|
|
2738
2685
|
...Y_
|
|
2739
2686
|
}, W_ = F1(
|
|
2740
|
-
|
|
2687
|
+
d2((r, a) => {
|
|
2741
2688
|
const {
|
|
2742
2689
|
children: o,
|
|
2743
2690
|
defaultValue: s = [],
|
|
@@ -2765,8 +2712,8 @@ const up = F1(
|
|
|
2765
2712
|
"NYPL Reservoir CheckboxGroup: This component's required `id` prop was not passed."
|
|
2766
2713
|
), X.Children.map(
|
|
2767
2714
|
o,
|
|
2768
|
-
(
|
|
2769
|
-
if (
|
|
2715
|
+
(v1, M1) => {
|
|
2716
|
+
if (v1 != null) {
|
|
2770
2717
|
const H1 = {
|
|
2771
2718
|
key: M1,
|
|
2772
2719
|
id: `${p}-${M1}`,
|
|
@@ -2775,7 +2722,7 @@ const up = F1(
|
|
|
2775
2722
|
isInvalid: L,
|
|
2776
2723
|
isRequired: M
|
|
2777
2724
|
};
|
|
2778
|
-
j.push(X.cloneElement(
|
|
2725
|
+
j.push(X.cloneElement(v1, H1));
|
|
2779
2726
|
}
|
|
2780
2727
|
}
|
|
2781
2728
|
);
|
|
@@ -2791,7 +2738,7 @@ const up = F1(
|
|
|
2791
2738
|
...A,
|
|
2792
2739
|
__css: h1,
|
|
2793
2740
|
children: [
|
|
2794
|
-
/* @__PURE__ */ x.jsx(
|
|
2741
|
+
/* @__PURE__ */ x.jsx(ek, { ...r1, children: /* @__PURE__ */ x.jsx(
|
|
2795
2742
|
P0,
|
|
2796
2743
|
{
|
|
2797
2744
|
id: p,
|
|
@@ -2817,7 +2764,7 @@ const up = F1(
|
|
|
2817
2764
|
);
|
|
2818
2765
|
})
|
|
2819
2766
|
), Q_ = F1(
|
|
2820
|
-
|
|
2767
|
+
d2(
|
|
2821
2768
|
(r, a) => {
|
|
2822
2769
|
const {
|
|
2823
2770
|
className: o,
|
|
@@ -2837,7 +2784,7 @@ const up = F1(
|
|
|
2837
2784
|
columnHeadersTextColor: p,
|
|
2838
2785
|
showRowDividers: v,
|
|
2839
2786
|
useRowHeaders: M
|
|
2840
|
-
}), R = L && /* @__PURE__ */ x.jsx(
|
|
2787
|
+
}), 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
2788
|
"NYPL Reservoir Table: Column headers have not been set. For improved accessibility, column headers are required."
|
|
2842
2789
|
), P = () => {
|
|
2843
2790
|
if (!Array.isArray(y) || y.length <= 0 || y[0].constructor !== Array)
|
|
@@ -2852,11 +2799,11 @@ const up = F1(
|
|
|
2852
2799
|
break;
|
|
2853
2800
|
}
|
|
2854
2801
|
const z = ($, A) => /* @__PURE__ */ x.jsxs(x.Fragment, { children: [
|
|
2855
|
-
/* @__PURE__ */ x.jsx(
|
|
2802
|
+
/* @__PURE__ */ x.jsx(g1, { as: "span", display: { base: "block", md: "none" }, children: s[$] }),
|
|
2856
2803
|
/* @__PURE__ */ x.jsx("span", { children: A })
|
|
2857
2804
|
] });
|
|
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(
|
|
2805
|
+
return /* @__PURE__ */ x.jsx(ak, { children: y.map(($, A) => /* @__PURE__ */ x.jsx(Ry, { children: $.map(
|
|
2806
|
+
(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
2807
|
) }, A)) });
|
|
2861
2808
|
};
|
|
2862
2809
|
for (let z = 0; z < y.length; z++)
|
|
@@ -2867,7 +2814,7 @@ const up = F1(
|
|
|
2867
2814
|
break;
|
|
2868
2815
|
}
|
|
2869
2816
|
return /* @__PURE__ */ x.jsx(
|
|
2870
|
-
|
|
2817
|
+
nk,
|
|
2871
2818
|
{
|
|
2872
2819
|
className: o,
|
|
2873
2820
|
id: C,
|
|
@@ -2926,7 +2873,7 @@ const up = F1(
|
|
|
2926
2873
|
), _ = (G1, R1 = "small") => {
|
|
2927
2874
|
const E2 = R1 === "small" ? 1 : 2;
|
|
2928
2875
|
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"),
|
|
2876
|
+
}, 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
2877
|
[
|
|
2931
2878
|
/* @__PURE__ */ x.jsxs("span", { style: { padding: 0 }, children: [
|
|
2932
2879
|
/* @__PURE__ */ x.jsx(o8, { backgroundColor: "white", border: !0 }),
|
|
@@ -3050,7 +2997,7 @@ const up = F1(
|
|
|
3050
2997
|
/* @__PURE__ */ x.jsx("span", { children: `${o[0]}:1` }, "colorBgDefaultRatio"),
|
|
3051
2998
|
/* @__PURE__ */ x.jsxs(x.Fragment, { children: [
|
|
3052
2999
|
o[1],
|
|
3053
|
-
|
|
3000
|
+
v1
|
|
3054
3001
|
] }),
|
|
3055
3002
|
/* @__PURE__ */ x.jsxs(x.Fragment, { children: [
|
|
3056
3003
|
o[2],
|
|
@@ -3106,7 +3053,7 @@ const up = F1(
|
|
|
3106
3053
|
/* @__PURE__ */ x.jsx("span", { children: `${v[0]}:1` }, "colorDarkTextRatio"),
|
|
3107
3054
|
/* @__PURE__ */ x.jsxs(x.Fragment, { children: [
|
|
3108
3055
|
v[1],
|
|
3109
|
-
|
|
3056
|
+
s2
|
|
3110
3057
|
] }),
|
|
3111
3058
|
/* @__PURE__ */ x.jsxs(x.Fragment, { children: [
|
|
3112
3059
|
v[2],
|
|
@@ -3142,7 +3089,7 @@ const up = F1(
|
|
|
3142
3089
|
textColor: O = "ui.white"
|
|
3143
3090
|
} = 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
3091
|
return /* @__PURE__ */ x.jsx(
|
|
3145
|
-
|
|
3092
|
+
g1,
|
|
3146
3093
|
{
|
|
3147
3094
|
bg: a,
|
|
3148
3095
|
color: O,
|
|
@@ -3150,8 +3097,8 @@ const up = F1(
|
|
|
3150
3097
|
paddingBottom: "m",
|
|
3151
3098
|
paddingTop: "s",
|
|
3152
3099
|
border: z,
|
|
3153
|
-
children: /* @__PURE__ */ x.jsxs(
|
|
3154
|
-
/* @__PURE__ */ x.jsxs(
|
|
3100
|
+
children: /* @__PURE__ */ x.jsxs(ok, { alignItems: "top", children: [
|
|
3101
|
+
/* @__PURE__ */ x.jsxs(g1, { width: "80%", children: [
|
|
3155
3102
|
/* @__PURE__ */ x.jsx(
|
|
3156
3103
|
s9,
|
|
3157
3104
|
{
|
|
@@ -4488,8 +4435,8 @@ function Iy(r, a, o) {
|
|
|
4488
4435
|
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
4436
|
if (!(h1 >= 1 && h1 <= 7))
|
|
4490
4437
|
throw new RangeError("firstWeekContainsDate must be between 1 and 7 inclusively");
|
|
4491
|
-
var
|
|
4492
|
-
if (!(
|
|
4438
|
+
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);
|
|
4439
|
+
if (!(v1 >= 0 && v1 <= 6))
|
|
4493
4440
|
throw new RangeError("weekStartsOn must be between 0 and 6 inclusively");
|
|
4494
4441
|
if (!r1.localize)
|
|
4495
4442
|
throw new RangeError("locale must contain localize property");
|
|
@@ -4500,14 +4447,14 @@ function Iy(r, a, o) {
|
|
|
4500
4447
|
throw new RangeError("Invalid time value");
|
|
4501
4448
|
var H1 = ic(M1), B1 = mb(M1, H1), m1 = {
|
|
4502
4449
|
firstWeekContainsDate: h1,
|
|
4503
|
-
weekStartsOn:
|
|
4450
|
+
weekStartsOn: v1,
|
|
4504
4451
|
locale: r1,
|
|
4505
4452
|
_originalDate: M1
|
|
4506
4453
|
}, k1 = j.match(AD).map(function($1) {
|
|
4507
4454
|
var D1 = $1[0];
|
|
4508
4455
|
if (D1 === "p" || D1 === "P") {
|
|
4509
|
-
var
|
|
4510
|
-
return
|
|
4456
|
+
var s2 = Kp[D1];
|
|
4457
|
+
return s2($1, r1.formatLong);
|
|
4511
4458
|
}
|
|
4512
4459
|
return $1;
|
|
4513
4460
|
}).join("").match(jD).map(function($1) {
|
|
@@ -4516,9 +4463,9 @@ function Iy(r, a, o) {
|
|
|
4516
4463
|
var D1 = $1[0];
|
|
4517
4464
|
if (D1 === "'")
|
|
4518
4465
|
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)),
|
|
4466
|
+
var s2 = aD[D1];
|
|
4467
|
+
if (s2)
|
|
4468
|
+
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
4469
|
if (D1.match(ID))
|
|
4523
4470
|
throw new RangeError("Format string contains an unescaped latin alphabet character `" + D1 + "`");
|
|
4524
4471
|
return $1;
|
|
@@ -6629,8 +6576,8 @@ var UR = /* @__PURE__ */ function(r) {
|
|
|
6629
6576
|
function Cp(r, a, o, s) {
|
|
6630
6577
|
var i, p, C, v, y, L, M, E, k, _, R, O, P, z, $, A, Y, j;
|
|
6631
6578
|
j1(3, arguments);
|
|
6632
|
-
var i1 = String(r), r1 = String(a), h1 = B0(),
|
|
6633
|
-
if (!
|
|
6579
|
+
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;
|
|
6580
|
+
if (!v1.match)
|
|
6634
6581
|
throw new RangeError("locale must contain match property");
|
|
6635
6582
|
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
6583
|
if (!(M1 >= 1 && M1 <= 7))
|
|
@@ -6643,20 +6590,20 @@ function Cp(r, a, o, s) {
|
|
|
6643
6590
|
var B1 = {
|
|
6644
6591
|
firstWeekContainsDate: M1,
|
|
6645
6592
|
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),
|
|
6593
|
+
locale: v1
|
|
6594
|
+
}, m1 = [new LR()], k1 = r1.match(oZ).map(function(u2) {
|
|
6595
|
+
var o2 = u2[0];
|
|
6596
|
+
if (o2 in Kp) {
|
|
6597
|
+
var P2 = Kp[o2];
|
|
6598
|
+
return P2(u2, v1.formatLong);
|
|
6599
|
+
}
|
|
6600
|
+
return u2;
|
|
6601
|
+
}).join("").match(iZ), $1 = [], D1 = qy(k1), s2;
|
|
6655
6602
|
try {
|
|
6656
6603
|
var f1 = function() {
|
|
6657
|
-
var
|
|
6658
|
-
!(s != null && s.useAdditionalWeekYearTokens) && wb(
|
|
6659
|
-
var P2 =
|
|
6604
|
+
var o2 = s2.value;
|
|
6605
|
+
!(s != null && s.useAdditionalWeekYearTokens) && wb(o2) && oc(o2, r1, r), !(s != null && s.useAdditionalDayOfYearTokens) && bb(o2) && oc(o2, r1, r);
|
|
6606
|
+
var P2 = o2[0], G2 = aZ[P2];
|
|
6660
6607
|
if (G2) {
|
|
6661
6608
|
var V3 = G2.incompatibleTokens;
|
|
6662
6609
|
if (Array.isArray(V3)) {
|
|
@@ -6664,14 +6611,14 @@ function Cp(r, a, o, s) {
|
|
|
6664
6611
|
return V3.includes(z1.token) || z1.token === P2;
|
|
6665
6612
|
});
|
|
6666
6613
|
if (Y2)
|
|
6667
|
-
throw new RangeError("The format string mustn't contain `".concat(Y2.fullToken, "` and `").concat(
|
|
6614
|
+
throw new RangeError("The format string mustn't contain `".concat(Y2.fullToken, "` and `").concat(o2, "` at the same time"));
|
|
6668
6615
|
} else if (G2.incompatibleTokens === "*" && $1.length > 0)
|
|
6669
|
-
throw new RangeError("The format string mustn't contain `".concat(
|
|
6616
|
+
throw new RangeError("The format string mustn't contain `".concat(o2, "` and any other token at the same time"));
|
|
6670
6617
|
$1.push({
|
|
6671
6618
|
token: P2,
|
|
6672
|
-
fullToken:
|
|
6619
|
+
fullToken: o2
|
|
6673
6620
|
});
|
|
6674
|
-
var T1 = G2.run(i1,
|
|
6621
|
+
var T1 = G2.run(i1, o2, v1.match, B1);
|
|
6675
6622
|
if (!T1)
|
|
6676
6623
|
return {
|
|
6677
6624
|
v: /* @__PURE__ */ new Date(NaN)
|
|
@@ -6680,40 +6627,40 @@ function Cp(r, a, o, s) {
|
|
|
6680
6627
|
} else {
|
|
6681
6628
|
if (P2.match(cZ))
|
|
6682
6629
|
throw new RangeError("Format string contains an unescaped latin alphabet character `" + P2 + "`");
|
|
6683
|
-
if (
|
|
6684
|
-
i1 = i1.slice(
|
|
6630
|
+
if (o2 === "''" ? o2 = "'" : P2 === "'" && (o2 = dZ(o2)), i1.indexOf(o2) === 0)
|
|
6631
|
+
i1 = i1.slice(o2.length);
|
|
6685
6632
|
else
|
|
6686
6633
|
return {
|
|
6687
6634
|
v: /* @__PURE__ */ new Date(NaN)
|
|
6688
6635
|
};
|
|
6689
6636
|
}
|
|
6690
6637
|
};
|
|
6691
|
-
for (D1.s(); !(
|
|
6638
|
+
for (D1.s(); !(s2 = D1.n()).done; ) {
|
|
6692
6639
|
var E1 = f1();
|
|
6693
6640
|
if (R6(E1) === "object")
|
|
6694
6641
|
return E1.v;
|
|
6695
6642
|
}
|
|
6696
|
-
} catch (
|
|
6697
|
-
D1.e(
|
|
6643
|
+
} catch (u2) {
|
|
6644
|
+
D1.e(u2);
|
|
6698
6645
|
} finally {
|
|
6699
6646
|
D1.f();
|
|
6700
6647
|
}
|
|
6701
6648
|
if (i1.length > 0 && uZ.test(i1))
|
|
6702
6649
|
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 -
|
|
6650
|
+
var y1 = m1.map(function(u2) {
|
|
6651
|
+
return u2.priority;
|
|
6652
|
+
}).sort(function(u2, o2) {
|
|
6653
|
+
return o2 - u2;
|
|
6654
|
+
}).filter(function(u2, o2, P2) {
|
|
6655
|
+
return P2.indexOf(u2) === o2;
|
|
6656
|
+
}).map(function(u2) {
|
|
6657
|
+
return m1.filter(function(o2) {
|
|
6658
|
+
return o2.priority === u2;
|
|
6659
|
+
}).sort(function(o2, P2) {
|
|
6660
|
+
return P2.subPriority - o2.subPriority;
|
|
6714
6661
|
});
|
|
6715
|
-
}).map(function(
|
|
6716
|
-
return
|
|
6662
|
+
}).map(function(u2) {
|
|
6663
|
+
return u2[0];
|
|
6717
6664
|
}), K1 = a2(o);
|
|
6718
6665
|
if (isNaN(K1.getTime()))
|
|
6719
6666
|
return /* @__PURE__ */ new Date(NaN);
|
|
@@ -6726,8 +6673,8 @@ function Cp(r, a, o, s) {
|
|
|
6726
6673
|
var j2 = H2.set(G1, R1, B1);
|
|
6727
6674
|
Array.isArray(j2) ? (G1 = j2[0], pR(R1, j2[1])) : G1 = j2;
|
|
6728
6675
|
}
|
|
6729
|
-
} catch (
|
|
6730
|
-
E2.e(
|
|
6676
|
+
} catch (u2) {
|
|
6677
|
+
E2.e(u2);
|
|
6731
6678
|
} finally {
|
|
6732
6679
|
E2.f();
|
|
6733
6680
|
}
|
|
@@ -6931,7 +6878,7 @@ function SZ() {
|
|
|
6931
6878
|
R = !0, D1(j);
|
|
6932
6879
|
else {
|
|
6933
6880
|
var E1 = o(L);
|
|
6934
|
-
E1 !== null &&
|
|
6881
|
+
E1 !== null && s2(Y, E1.startTime - f1);
|
|
6935
6882
|
}
|
|
6936
6883
|
}
|
|
6937
6884
|
function j(f1, E1) {
|
|
@@ -6952,16 +6899,16 @@ function SZ() {
|
|
|
6952
6899
|
var R1 = !0;
|
|
6953
6900
|
else {
|
|
6954
6901
|
var E2 = o(L);
|
|
6955
|
-
E2 !== null &&
|
|
6902
|
+
E2 !== null && s2(Y, E2.startTime - E1), R1 = !1;
|
|
6956
6903
|
}
|
|
6957
6904
|
return R1;
|
|
6958
6905
|
} finally {
|
|
6959
6906
|
E = null, k = y1, _ = !1;
|
|
6960
6907
|
}
|
|
6961
6908
|
}
|
|
6962
|
-
var i1 = !1, r1 = null, h1 = -1,
|
|
6909
|
+
var i1 = !1, r1 = null, h1 = -1, v1 = 5, M1 = -1;
|
|
6963
6910
|
function H1() {
|
|
6964
|
-
return !(r.unstable_now() - M1 <
|
|
6911
|
+
return !(r.unstable_now() - M1 < v1);
|
|
6965
6912
|
}
|
|
6966
6913
|
function B1() {
|
|
6967
6914
|
if (r1 !== null) {
|
|
@@ -6993,7 +6940,7 @@ function SZ() {
|
|
|
6993
6940
|
function D1(f1) {
|
|
6994
6941
|
r1 = f1, i1 || (i1 = !0, m1());
|
|
6995
6942
|
}
|
|
6996
|
-
function
|
|
6943
|
+
function s2(f1, E1) {
|
|
6997
6944
|
h1 = P(function() {
|
|
6998
6945
|
f1(r.unstable_now());
|
|
6999
6946
|
}, E1);
|
|
@@ -7003,7 +6950,7 @@ function SZ() {
|
|
|
7003
6950
|
}, r.unstable_continueExecution = function() {
|
|
7004
6951
|
R || _ || (R = !0, D1(j));
|
|
7005
6952
|
}, 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") :
|
|
6953
|
+
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
6954
|
}, r.unstable_getCurrentPriorityLevel = function() {
|
|
7008
6955
|
return k;
|
|
7009
6956
|
}, r.unstable_getFirstCallbackNode = function() {
|
|
@@ -7063,7 +7010,7 @@ function SZ() {
|
|
|
7063
7010
|
default:
|
|
7064
7011
|
G1 = 5e3;
|
|
7065
7012
|
}
|
|
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,
|
|
7013
|
+
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
7014
|
}, r.unstable_shouldYield = H1, r.unstable_wrapCallback = function(f1) {
|
|
7068
7015
|
var E1 = k;
|
|
7069
7016
|
return function() {
|
|
@@ -7146,7 +7093,7 @@ function kZ() {
|
|
|
7146
7093
|
return $.now() - A;
|
|
7147
7094
|
};
|
|
7148
7095
|
}
|
|
7149
|
-
var Y = 1073741823, j = -1, i1 = 250, r1 = 5e3, h1 = 1e4,
|
|
7096
|
+
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
7097
|
typeof navigator < "u" && navigator.scheduling !== void 0 && navigator.scheduling.isInputPending !== void 0 && navigator.scheduling.isInputPending.bind(navigator.scheduling);
|
|
7151
7098
|
function K1(_1) {
|
|
7152
7099
|
for (var C2 = p(H1); C2 !== null; ) {
|
|
@@ -7160,7 +7107,7 @@ function kZ() {
|
|
|
7160
7107
|
}
|
|
7161
7108
|
}
|
|
7162
7109
|
function G1(_1) {
|
|
7163
|
-
if (
|
|
7110
|
+
if (s2 = !1, K1(_1), !D1)
|
|
7164
7111
|
if (p(M1) !== null)
|
|
7165
7112
|
D1 = !0, c4(R1);
|
|
7166
7113
|
else {
|
|
@@ -7169,7 +7116,7 @@ function kZ() {
|
|
|
7169
7116
|
}
|
|
7170
7117
|
}
|
|
7171
7118
|
function R1(_1, C2) {
|
|
7172
|
-
D1 = !1,
|
|
7119
|
+
D1 = !1, s2 && (s2 = !1, ge()), $1 = !0;
|
|
7173
7120
|
var B2 = k1;
|
|
7174
7121
|
try {
|
|
7175
7122
|
var m3;
|
|
@@ -7247,7 +7194,7 @@ function kZ() {
|
|
|
7247
7194
|
}
|
|
7248
7195
|
};
|
|
7249
7196
|
}
|
|
7250
|
-
function
|
|
7197
|
+
function u2(_1, C2, B2) {
|
|
7251
7198
|
var m3 = r.unstable_now(), v3;
|
|
7252
7199
|
if (typeof B2 == "object" && B2 !== null) {
|
|
7253
7200
|
var ne = B2.delay;
|
|
@@ -7263,7 +7210,7 @@ function kZ() {
|
|
|
7263
7210
|
re = i1;
|
|
7264
7211
|
break;
|
|
7265
7212
|
case R:
|
|
7266
|
-
re =
|
|
7213
|
+
re = v1;
|
|
7267
7214
|
break;
|
|
7268
7215
|
case _:
|
|
7269
7216
|
re = h1;
|
|
@@ -7281,9 +7228,9 @@ function kZ() {
|
|
|
7281
7228
|
expirationTime: qe,
|
|
7282
7229
|
sortIndex: -1
|
|
7283
7230
|
};
|
|
7284
|
-
return v3 > m3 ? (S3.sortIndex = v3, i(H1, S3), p(M1) === null && S3 === p(H1) && (
|
|
7231
|
+
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
7232
|
}
|
|
7286
|
-
function
|
|
7233
|
+
function o2() {
|
|
7287
7234
|
}
|
|
7288
7235
|
function P2() {
|
|
7289
7236
|
!D1 && !$1 && (D1 = !0, c4(R1));
|
|
@@ -7349,7 +7296,7 @@ function kZ() {
|
|
|
7349
7296
|
E1(N2), N2 = -1;
|
|
7350
7297
|
}
|
|
7351
7298
|
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 =
|
|
7299
|
+
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
7300
|
}();
|
|
7354
7301
|
}(hp)), hp;
|
|
7355
7302
|
}
|
|
@@ -7469,7 +7416,7 @@ function TZ() {
|
|
|
7469
7416
|
var b = P.hasOwnProperty(l) ? P[l] : null;
|
|
7470
7417
|
(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
7418
|
}
|
|
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"),
|
|
7419
|
+
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
7420
|
function E1(n) {
|
|
7474
7421
|
return n === null || typeof n != "object" ? null : (n = f1 && n[f1] || n["@@iterator"], typeof n == "function" ? n : null);
|
|
7475
7422
|
}
|
|
@@ -7579,7 +7526,7 @@ function TZ() {
|
|
|
7579
7526
|
return "Fragment";
|
|
7580
7527
|
case i1:
|
|
7581
7528
|
return "Portal";
|
|
7582
|
-
case
|
|
7529
|
+
case v1:
|
|
7583
7530
|
return "Profiler";
|
|
7584
7531
|
case h1:
|
|
7585
7532
|
return "StrictMode";
|
|
@@ -7660,7 +7607,7 @@ function TZ() {
|
|
|
7660
7607
|
}
|
|
7661
7608
|
return null;
|
|
7662
7609
|
}
|
|
7663
|
-
function
|
|
7610
|
+
function u2(n) {
|
|
7664
7611
|
switch (typeof n) {
|
|
7665
7612
|
case "boolean":
|
|
7666
7613
|
case "number":
|
|
@@ -7673,12 +7620,12 @@ function TZ() {
|
|
|
7673
7620
|
return "";
|
|
7674
7621
|
}
|
|
7675
7622
|
}
|
|
7676
|
-
function
|
|
7623
|
+
function o2(n) {
|
|
7677
7624
|
var l = n.type;
|
|
7678
7625
|
return (n = n.nodeName) && n.toLowerCase() === "input" && (l === "checkbox" || l === "radio");
|
|
7679
7626
|
}
|
|
7680
7627
|
function P2(n) {
|
|
7681
|
-
var l =
|
|
7628
|
+
var l = o2(n) ? "checked" : "value", f = Object.getOwnPropertyDescriptor(n.constructor.prototype, l), m = "" + n[l];
|
|
7682
7629
|
if (!n.hasOwnProperty(l) && typeof f < "u" && typeof f.get == "function" && typeof f.set == "function") {
|
|
7683
7630
|
var b = f.get, H = f.set;
|
|
7684
7631
|
return Object.defineProperty(n, l, { configurable: !0, get: function() {
|
|
@@ -7704,7 +7651,7 @@ function TZ() {
|
|
|
7704
7651
|
if (!l)
|
|
7705
7652
|
return !0;
|
|
7706
7653
|
var f = l.getValue(), m = "";
|
|
7707
|
-
return n && (m =
|
|
7654
|
+
return n && (m = o2(n) ? n.checked ? "true" : "false" : n.value), n = m, n !== f ? (l.setValue(n), !0) : !1;
|
|
7708
7655
|
}
|
|
7709
7656
|
function Y2(n) {
|
|
7710
7657
|
if (n = n || (typeof document < "u" ? document : void 0), typeof n > "u")
|
|
@@ -7721,21 +7668,21 @@ function TZ() {
|
|
|
7721
7668
|
}
|
|
7722
7669
|
function z1(n, l) {
|
|
7723
7670
|
var f = l.defaultValue == null ? "" : l.defaultValue, m = l.checked != null ? l.checked : l.defaultChecked;
|
|
7724
|
-
f =
|
|
7671
|
+
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
7672
|
}
|
|
7726
7673
|
function N2(n, l) {
|
|
7727
7674
|
l = l.checked, l != null && A(n, "checked", l, !1);
|
|
7728
7675
|
}
|
|
7729
7676
|
function _2(n, l) {
|
|
7730
7677
|
N2(n, l);
|
|
7731
|
-
var f =
|
|
7678
|
+
var f = u2(l.value), m = l.type;
|
|
7732
7679
|
if (f != null)
|
|
7733
7680
|
m === "number" ? (f === 0 && n.value === "" || n.value != f) && (n.value = "" + f) : n.value !== "" + f && (n.value = "" + f);
|
|
7734
7681
|
else if (m === "submit" || m === "reset") {
|
|
7735
7682
|
n.removeAttribute("value");
|
|
7736
7683
|
return;
|
|
7737
7684
|
}
|
|
7738
|
-
l.hasOwnProperty("value") ? me(n, l.type, f) : l.hasOwnProperty("defaultValue") && me(n, l.type,
|
|
7685
|
+
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
7686
|
}
|
|
7740
7687
|
function Z3(n, l, f) {
|
|
7741
7688
|
if (l.hasOwnProperty("value") || l.hasOwnProperty("defaultValue")) {
|
|
@@ -7758,7 +7705,7 @@ function TZ() {
|
|
|
7758
7705
|
for (f = 0; f < n.length; f++)
|
|
7759
7706
|
b = l.hasOwnProperty("$" + n[f].value), n[f].selected !== b && (n[f].selected = b), b && m && (n[f].defaultSelected = !0);
|
|
7760
7707
|
} else {
|
|
7761
|
-
for (f = "" +
|
|
7708
|
+
for (f = "" + u2(f), l = null, b = 0; b < n.length; b++) {
|
|
7762
7709
|
if (n[b].value === f) {
|
|
7763
7710
|
n[b].selected = !0, m && (n[b].defaultSelected = !0);
|
|
7764
7711
|
return;
|
|
@@ -7788,10 +7735,10 @@ function TZ() {
|
|
|
7788
7735
|
}
|
|
7789
7736
|
l == null && (l = ""), f = l;
|
|
7790
7737
|
}
|
|
7791
|
-
n._wrapperState = { initialValue:
|
|
7738
|
+
n._wrapperState = { initialValue: u2(f) };
|
|
7792
7739
|
}
|
|
7793
7740
|
function I3(n, l) {
|
|
7794
|
-
var f =
|
|
7741
|
+
var f = u2(l.value), m = u2(l.defaultValue);
|
|
7795
7742
|
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
7743
|
}
|
|
7797
7744
|
function ue(n) {
|
|
@@ -9134,18 +9081,18 @@ function TZ() {
|
|
|
9134
9081
|
}
|
|
9135
9082
|
e: {
|
|
9136
9083
|
if (L1 = s1 ? E9(s1) : window, U1 = L1.nodeName && L1.nodeName.toLowerCase(), U1 === "select" || U1 === "input" && L1.type === "file")
|
|
9137
|
-
var
|
|
9084
|
+
var l2 = cl;
|
|
9138
9085
|
else if (sl(L1))
|
|
9139
9086
|
if (ba)
|
|
9140
|
-
|
|
9087
|
+
l2 = pl;
|
|
9141
9088
|
else {
|
|
9142
|
-
|
|
9089
|
+
l2 = zc;
|
|
9143
9090
|
var n2 = Ac;
|
|
9144
9091
|
}
|
|
9145
9092
|
else
|
|
9146
|
-
(U1 = L1.nodeName) && U1.toLowerCase() === "input" && (L1.type === "checkbox" || L1.type === "radio") && (
|
|
9147
|
-
if (
|
|
9148
|
-
ul(x1,
|
|
9093
|
+
(U1 = L1.nodeName) && U1.toLowerCase() === "input" && (L1.type === "checkbox" || L1.type === "radio") && (l2 = Uc);
|
|
9094
|
+
if (l2 && (l2 = l2(n, s1))) {
|
|
9095
|
+
ul(x1, l2, f, b1);
|
|
9149
9096
|
break e;
|
|
9150
9097
|
}
|
|
9151
9098
|
n2 && n2(n, L1, s1), n === "focusout" && (n2 = L1._wrapperState) && n2.controlled && L1.type === "number" && me(L1, "number", L1.value);
|
|
@@ -9791,14 +9738,14 @@ function TZ() {
|
|
|
9791
9738
|
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
9739
|
}
|
|
9793
9740
|
function W(e1, q, a1, S1) {
|
|
9794
|
-
var
|
|
9795
|
-
return
|
|
9741
|
+
var l2 = a1.type;
|
|
9742
|
+
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
9743
|
}
|
|
9797
9744
|
function s1(e1, q, a1, S1) {
|
|
9798
9745
|
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
9746
|
}
|
|
9800
|
-
function b1(e1, q, a1, S1,
|
|
9801
|
-
return q === null || q.tag !== 7 ? (q = I8(a1, e1.mode, S1,
|
|
9747
|
+
function b1(e1, q, a1, S1, l2) {
|
|
9748
|
+
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
9749
|
}
|
|
9803
9750
|
function x1(e1, q, a1) {
|
|
9804
9751
|
if (typeof q == "string" && q !== "" || typeof q == "number")
|
|
@@ -9820,115 +9767,115 @@ function TZ() {
|
|
|
9820
9767
|
return null;
|
|
9821
9768
|
}
|
|
9822
9769
|
function L1(e1, q, a1, S1) {
|
|
9823
|
-
var
|
|
9770
|
+
var l2 = q !== null ? q.key : null;
|
|
9824
9771
|
if (typeof a1 == "string" && a1 !== "" || typeof a1 == "number")
|
|
9825
|
-
return
|
|
9772
|
+
return l2 !== null ? null : B(e1, q, "" + a1, S1);
|
|
9826
9773
|
if (typeof a1 == "object" && a1 !== null) {
|
|
9827
9774
|
switch (a1.$$typeof) {
|
|
9828
9775
|
case j:
|
|
9829
|
-
return a1.key ===
|
|
9776
|
+
return a1.key === l2 ? W(e1, q, a1, S1) : null;
|
|
9830
9777
|
case i1:
|
|
9831
|
-
return a1.key ===
|
|
9778
|
+
return a1.key === l2 ? s1(e1, q, a1, S1) : null;
|
|
9832
9779
|
case D1:
|
|
9833
|
-
return
|
|
9780
|
+
return l2 = a1._init, L1(
|
|
9834
9781
|
e1,
|
|
9835
9782
|
q,
|
|
9836
|
-
|
|
9783
|
+
l2(a1._payload),
|
|
9837
9784
|
S1
|
|
9838
9785
|
);
|
|
9839
9786
|
}
|
|
9840
9787
|
if (U3(a1) || E1(a1))
|
|
9841
|
-
return
|
|
9788
|
+
return l2 !== null ? null : b1(e1, q, a1, S1, null);
|
|
9842
9789
|
yn(e1, a1);
|
|
9843
9790
|
}
|
|
9844
9791
|
return null;
|
|
9845
9792
|
}
|
|
9846
|
-
function U1(e1, q, a1, S1,
|
|
9793
|
+
function U1(e1, q, a1, S1, l2) {
|
|
9847
9794
|
if (typeof S1 == "string" && S1 !== "" || typeof S1 == "number")
|
|
9848
|
-
return e1 = e1.get(a1) || null, B(q, e1, "" + S1,
|
|
9795
|
+
return e1 = e1.get(a1) || null, B(q, e1, "" + S1, l2);
|
|
9849
9796
|
if (typeof S1 == "object" && S1 !== null) {
|
|
9850
9797
|
switch (S1.$$typeof) {
|
|
9851
9798
|
case j:
|
|
9852
|
-
return e1 = e1.get(S1.key === null ? a1 : S1.key) || null, W(q, e1, S1,
|
|
9799
|
+
return e1 = e1.get(S1.key === null ? a1 : S1.key) || null, W(q, e1, S1, l2);
|
|
9853
9800
|
case i1:
|
|
9854
|
-
return e1 = e1.get(S1.key === null ? a1 : S1.key) || null, s1(q, e1, S1,
|
|
9801
|
+
return e1 = e1.get(S1.key === null ? a1 : S1.key) || null, s1(q, e1, S1, l2);
|
|
9855
9802
|
case D1:
|
|
9856
9803
|
var n2 = S1._init;
|
|
9857
|
-
return U1(e1, q, a1, n2(S1._payload),
|
|
9804
|
+
return U1(e1, q, a1, n2(S1._payload), l2);
|
|
9858
9805
|
}
|
|
9859
9806
|
if (U3(S1) || E1(S1))
|
|
9860
|
-
return e1 = e1.get(a1) || null, b1(q, e1, S1,
|
|
9807
|
+
return e1 = e1.get(a1) || null, b1(q, e1, S1, l2, null);
|
|
9861
9808
|
yn(q, S1);
|
|
9862
9809
|
}
|
|
9863
9810
|
return null;
|
|
9864
9811
|
}
|
|
9865
9812
|
function t2(e1, q, a1, S1) {
|
|
9866
|
-
for (var
|
|
9813
|
+
for (var l2 = null, n2 = null, p2 = q, M2 = q = 0, We = null; p2 !== null && M2 < a1.length; M2++) {
|
|
9867
9814
|
p2.index > M2 ? (We = p2, p2 = null) : We = p2.sibling;
|
|
9868
9815
|
var o3 = L1(e1, p2, a1[M2], S1);
|
|
9869
9816
|
if (o3 === null) {
|
|
9870
9817
|
p2 === null && (p2 = We);
|
|
9871
9818
|
break;
|
|
9872
9819
|
}
|
|
9873
|
-
n && p2 && o3.alternate === null && l(e1, p2), q = H(o3, q, M2), n2 === null ?
|
|
9820
|
+
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
9821
|
}
|
|
9875
9822
|
if (M2 === a1.length)
|
|
9876
|
-
return f(e1, p2), W3 && u5(e1, M2),
|
|
9823
|
+
return f(e1, p2), W3 && u5(e1, M2), l2;
|
|
9877
9824
|
if (p2 === null) {
|
|
9878
9825
|
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),
|
|
9826
|
+
p2 = x1(e1, a1[M2], S1), p2 !== null && (q = H(p2, q, M2), n2 === null ? l2 = p2 : n2.sibling = p2, n2 = p2);
|
|
9827
|
+
return W3 && u5(e1, M2), l2;
|
|
9881
9828
|
}
|
|
9882
9829
|
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 ?
|
|
9830
|
+
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
9831
|
return n && p2.forEach(function(q7) {
|
|
9885
9832
|
return l(e1, q7);
|
|
9886
|
-
}), W3 && u5(e1, M2),
|
|
9833
|
+
}), W3 && u5(e1, M2), l2;
|
|
9887
9834
|
}
|
|
9888
9835
|
function i2(e1, q, a1, S1) {
|
|
9889
|
-
var
|
|
9890
|
-
if (typeof
|
|
9836
|
+
var l2 = E1(a1);
|
|
9837
|
+
if (typeof l2 != "function")
|
|
9891
9838
|
throw Error(o(150));
|
|
9892
|
-
if (a1 =
|
|
9839
|
+
if (a1 = l2.call(a1), a1 == null)
|
|
9893
9840
|
throw Error(o(151));
|
|
9894
|
-
for (var n2 =
|
|
9841
|
+
for (var n2 = l2 = null, p2 = q, M2 = q = 0, We = null, o3 = a1.next(); p2 !== null && !o3.done; M2++, o3 = a1.next()) {
|
|
9895
9842
|
p2.index > M2 ? (We = p2, p2 = null) : We = p2.sibling;
|
|
9896
9843
|
var q7 = L1(e1, p2, o3.value, S1);
|
|
9897
9844
|
if (q7 === null) {
|
|
9898
9845
|
p2 === null && (p2 = We);
|
|
9899
9846
|
break;
|
|
9900
9847
|
}
|
|
9901
|
-
n && p2 && q7.alternate === null && l(e1, p2), q = H(q7, q, M2), n2 === null ?
|
|
9848
|
+
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
9849
|
}
|
|
9903
9850
|
if (o3.done)
|
|
9904
9851
|
return f(
|
|
9905
9852
|
e1,
|
|
9906
9853
|
p2
|
|
9907
|
-
), W3 && u5(e1, M2),
|
|
9854
|
+
), W3 && u5(e1, M2), l2;
|
|
9908
9855
|
if (p2 === null) {
|
|
9909
9856
|
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),
|
|
9857
|
+
o3 = x1(e1, o3.value, S1), o3 !== null && (q = H(o3, q, M2), n2 === null ? l2 = o3 : n2.sibling = o3, n2 = o3);
|
|
9858
|
+
return W3 && u5(e1, M2), l2;
|
|
9912
9859
|
}
|
|
9913
9860
|
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 ?
|
|
9861
|
+
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
9862
|
return n && p2.forEach(function(hd) {
|
|
9916
9863
|
return l(e1, hd);
|
|
9917
|
-
}), W3 && u5(e1, M2),
|
|
9864
|
+
}), W3 && u5(e1, M2), l2;
|
|
9918
9865
|
}
|
|
9919
9866
|
function Le(e1, q, a1, S1) {
|
|
9920
9867
|
if (typeof a1 == "object" && a1 !== null && a1.type === r1 && a1.key === null && (a1 = a1.props.children), typeof a1 == "object" && a1 !== null) {
|
|
9921
9868
|
switch (a1.$$typeof) {
|
|
9922
9869
|
case j:
|
|
9923
9870
|
e: {
|
|
9924
|
-
for (var
|
|
9925
|
-
if (n2.key ===
|
|
9926
|
-
if (
|
|
9871
|
+
for (var l2 = a1.key, n2 = q; n2 !== null; ) {
|
|
9872
|
+
if (n2.key === l2) {
|
|
9873
|
+
if (l2 = a1.type, l2 === r1) {
|
|
9927
9874
|
if (n2.tag === 7) {
|
|
9928
9875
|
f(e1, n2.sibling), q = b(n2, a1.props.children), q.return = e1, e1 = q;
|
|
9929
9876
|
break e;
|
|
9930
9877
|
}
|
|
9931
|
-
} else if (n2.elementType ===
|
|
9878
|
+
} else if (n2.elementType === l2 || typeof l2 == "object" && l2 !== null && l2.$$typeof === D1 && Pl(l2) === n2.type) {
|
|
9932
9879
|
f(e1, n2.sibling), q = b(n2, a1.props), q.ref = k9(e1, n2, a1), q.return = e1, e1 = q;
|
|
9933
9880
|
break e;
|
|
9934
9881
|
}
|
|
@@ -11011,7 +10958,7 @@ Error generating stack: ` + H.message + `
|
|
|
11011
10958
|
G2(n), ue(n);
|
|
11012
10959
|
break;
|
|
11013
10960
|
case "option":
|
|
11014
|
-
m.value != null && n.setAttribute("value", "" +
|
|
10961
|
+
m.value != null && n.setAttribute("value", "" + u2(m.value));
|
|
11015
10962
|
break;
|
|
11016
10963
|
case "select":
|
|
11017
10964
|
n.multiple = !!m.multiple, H = m.value, H != null ? te(n, !!m.multiple, H, !1) : m.defaultValue != null && te(
|
|
@@ -12172,8 +12119,8 @@ Error generating stack: ` + H.message + `
|
|
|
12172
12119
|
} while (H !== null);
|
|
12173
12120
|
}
|
|
12174
12121
|
vi(f);
|
|
12175
|
-
} catch (
|
|
12176
|
-
l =
|
|
12122
|
+
} catch (l2) {
|
|
12123
|
+
l = l2, fe === f && f !== null && (fe = f = f.return);
|
|
12177
12124
|
continue;
|
|
12178
12125
|
}
|
|
12179
12126
|
break;
|
|
@@ -12377,8 +12324,8 @@ Error generating stack: ` + H.message + `
|
|
|
12377
12324
|
case 15:
|
|
12378
12325
|
n0(9, B);
|
|
12379
12326
|
}
|
|
12380
|
-
} catch (
|
|
12381
|
-
pe(B, B.return,
|
|
12327
|
+
} catch (l2) {
|
|
12328
|
+
pe(B, B.return, l2);
|
|
12382
12329
|
}
|
|
12383
12330
|
if (B === T) {
|
|
12384
12331
|
J1 = null;
|
|
@@ -12661,13 +12608,13 @@ Error generating stack: ` + H.message + `
|
|
|
12661
12608
|
case h1:
|
|
12662
12609
|
T = 8, b |= 8;
|
|
12663
12610
|
break;
|
|
12664
|
-
case
|
|
12665
|
-
return n = N5(12, f, l, b | 2), n.elementType =
|
|
12611
|
+
case v1:
|
|
12612
|
+
return n = N5(12, f, l, b | 2), n.elementType = v1, n.lanes = H, n;
|
|
12666
12613
|
case m1:
|
|
12667
12614
|
return n = N5(13, f, l, b), n.elementType = m1, n.lanes = H, n;
|
|
12668
12615
|
case k1:
|
|
12669
12616
|
return n = N5(19, f, l, b), n.elementType = k1, n.lanes = H, n;
|
|
12670
|
-
case
|
|
12617
|
+
case s2:
|
|
12671
12618
|
return o0(f, b, H, l);
|
|
12672
12619
|
default:
|
|
12673
12620
|
if (typeof n == "object" && n !== null)
|
|
@@ -12696,7 +12643,7 @@ Error generating stack: ` + H.message + `
|
|
|
12696
12643
|
return n = N5(7, n, m, l), n.lanes = f, n;
|
|
12697
12644
|
}
|
|
12698
12645
|
function o0(n, l, f, m) {
|
|
12699
|
-
return n = N5(22, n, m, l), n.elementType =
|
|
12646
|
+
return n = N5(22, n, m, l), n.elementType = s2, n.lanes = f, n.stateNode = { isHidden: !1 }, n;
|
|
12700
12647
|
}
|
|
12701
12648
|
function l0(n, l, f) {
|
|
12702
12649
|
return n = N5(6, n, null, l), n.lanes = f, n;
|
|
@@ -13034,18 +12981,18 @@ function _Z() {
|
|
|
13034
12981
|
g.unshift("Warning: " + t), Function.prototype.apply.call(console[e], console, g);
|
|
13035
12982
|
}
|
|
13036
12983
|
}
|
|
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,
|
|
12984
|
+
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
12985
|
function G2(e, t) {
|
|
13039
12986
|
V3(e, t), V3(e + "Capture", t);
|
|
13040
12987
|
}
|
|
13041
12988
|
function V3(e, t) {
|
|
13042
|
-
|
|
12989
|
+
o2[e] && C("EventRegistry: More than one plugin attempted to publish the same registration name, `%s`.", e), o2[e] = t;
|
|
13043
12990
|
{
|
|
13044
12991
|
var u = e.toLowerCase();
|
|
13045
12992
|
P2[u] = e, e === "onDoubleClick" && (P2.ondblclick = e);
|
|
13046
12993
|
}
|
|
13047
12994
|
for (var c = 0; c < t.length; c++)
|
|
13048
|
-
|
|
12995
|
+
u2.add(t[c]);
|
|
13049
12996
|
}
|
|
13050
12997
|
var Y2 = typeof window < "u" && typeof window.document < "u" && typeof window.document.createElement < "u", T1 = Object.prototype.hasOwnProperty;
|
|
13051
12998
|
function z1(e) {
|
|
@@ -13911,7 +13858,7 @@ Error generating stack: ` + c.message + `
|
|
|
13911
13858
|
return "TracingMarker";
|
|
13912
13859
|
case L:
|
|
13913
13860
|
case y:
|
|
13914
|
-
case
|
|
13861
|
+
case v1:
|
|
13915
13862
|
case M:
|
|
13916
13863
|
case i1:
|
|
13917
13864
|
case r1:
|
|
@@ -15322,16 +15269,16 @@ Check the render method of \`` + e + "`." : "";
|
|
|
15322
15269
|
function g2() {
|
|
15323
15270
|
G = !0, c1(), u.apply(c, Y1), Q = !1;
|
|
15324
15271
|
}
|
|
15325
|
-
var
|
|
15272
|
+
var c2, n3 = !1, Q2 = !1;
|
|
15326
15273
|
function t1(n1) {
|
|
15327
|
-
if (
|
|
15274
|
+
if (c2 = n1.error, n3 = !0, c2 === null && n1.colno === 0 && n1.lineno === 0 && (Q2 = !0), n1.defaultPrevented && c2 != null && typeof c2 == "object")
|
|
15328
15275
|
try {
|
|
15329
|
-
|
|
15276
|
+
c2._suppressLogging = !0;
|
|
15330
15277
|
} catch {
|
|
15331
15278
|
}
|
|
15332
15279
|
}
|
|
15333
15280
|
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 && (
|
|
15281
|
+
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
15282
|
return c1(), El.apply(this, arguments);
|
|
15336
15283
|
};
|
|
15337
15284
|
}
|
|
@@ -17229,23 +17176,23 @@ Check the render method of \`` + e + "`." : "";
|
|
|
17229
17176
|
} else
|
|
17230
17177
|
Q = null, o1 = u;
|
|
17231
17178
|
if (Q !== o1) {
|
|
17232
|
-
var Y1 = W7, g2 = "onMouseLeave",
|
|
17233
|
-
(t === "pointerout" || t === "pointerover") && (Y1 = gi, g2 = "onPointerLeave",
|
|
17179
|
+
var Y1 = W7, g2 = "onMouseLeave", c2 = "onMouseEnter", n3 = "mouse";
|
|
17180
|
+
(t === "pointerout" || t === "pointerover") && (Y1 = gi, g2 = "onPointerLeave", c2 = "onPointerEnter", n3 = "pointer");
|
|
17234
17181
|
var Q2 = Q == null ? Z : ur(Q), t1 = o1 == null ? Z : ur(o1), d1 = new Y1(g2, n3 + "leave", Q, c, h);
|
|
17235
17182
|
d1.target = Q2, d1.relatedTarget = t1;
|
|
17236
17183
|
var n1 = null, V1 = d0(h);
|
|
17237
17184
|
if (V1 === u) {
|
|
17238
|
-
var W1 = new Y1(
|
|
17185
|
+
var W1 = new Y1(c2, n3 + "enter", o1, c, h);
|
|
17239
17186
|
W1.target = t1, W1.relatedTarget = Q2, n1 = W1;
|
|
17240
17187
|
}
|
|
17241
17188
|
vH(e, d1, n1, Q, o1);
|
|
17242
17189
|
}
|
|
17243
17190
|
}
|
|
17244
17191
|
}
|
|
17245
|
-
function
|
|
17192
|
+
function l2(e, t) {
|
|
17246
17193
|
return e === t && (e !== 0 || 1 / e === 1 / t) || e !== e && t !== t;
|
|
17247
17194
|
}
|
|
17248
|
-
var n2 = typeof Object.is == "function" ? Object.is :
|
|
17195
|
+
var n2 = typeof Object.is == "function" ? Object.is : l2;
|
|
17249
17196
|
function p2(e, t) {
|
|
17250
17197
|
if (n2(e, t))
|
|
17251
17198
|
return !0;
|
|
@@ -17650,7 +17597,7 @@ Check the render method of \`` + e + "`." : "";
|
|
|
17650
17597
|
var ds = "_reactListening" + Math.random().toString(36).slice(2);
|
|
17651
17598
|
function Mi(e) {
|
|
17652
17599
|
if (!e[ds]) {
|
|
17653
|
-
e[ds] = !0,
|
|
17600
|
+
e[ds] = !0, u2.forEach(function(u) {
|
|
17654
17601
|
u !== "selectionchange" && (Ld.has(u) || bd(u, !1, e), bd(u, !0, e));
|
|
17655
17602
|
});
|
|
17656
17603
|
var t = e.nodeType === Q5 ? e : e.ownerDocument;
|
|
@@ -17807,7 +17754,7 @@ Check the render method of \`` + e + "`." : "";
|
|
|
17807
17754
|
webview: !0
|
|
17808
17755
|
}, hs = function(e, t) {
|
|
17809
17756
|
rn(e, t), Ma(e, t), xl(e, t, {
|
|
17810
|
-
registrationNameDependencies:
|
|
17757
|
+
registrationNameDependencies: o2,
|
|
17811
17758
|
possibleRegistrationNames: P2
|
|
17812
17759
|
});
|
|
17813
17760
|
}, mm = Y2 && !document.documentMode, ki = function(e, t, u) {
|
|
@@ -17838,7 +17785,7 @@ Check the render method of \`` + e + "`." : "";
|
|
|
17838
17785
|
}
|
|
17839
17786
|
function gs(e, t, u, c) {
|
|
17840
17787
|
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 &&
|
|
17788
|
+
if (g !== h && (c && (P5 || (P5 = !0, C('Text content did not match. Server: "%s" Client: "%s"', g, h))), u && s2))
|
|
17842
17789
|
throw new Error("Text content does not match server-rendered HTML.");
|
|
17843
17790
|
}
|
|
17844
17791
|
function gm(e) {
|
|
@@ -17865,7 +17812,7 @@ Check the render method of \`` + e + "`." : "";
|
|
|
17865
17812
|
} else
|
|
17866
17813
|
typeof w == "number" && J0(t, "" + w);
|
|
17867
17814
|
else
|
|
17868
|
-
g === fs || g === X9 || g === pm || (
|
|
17815
|
+
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
17816
|
}
|
|
17870
17817
|
}
|
|
17871
17818
|
function HH(e, t, u, c) {
|
|
@@ -17986,7 +17933,7 @@ Check the render method of \`` + e + "`." : "";
|
|
|
17986
17933
|
for (D in G)
|
|
17987
17934
|
G.hasOwnProperty(D) && (Z || (Z = {}), Z[D] = "");
|
|
17988
17935
|
} else
|
|
17989
|
-
S === Si || S === u0 || S === fs || S === X9 || S === pm || (
|
|
17936
|
+
S === Si || S === u0 || S === fs || S === X9 || S === pm || (o2.hasOwnProperty(S) ? g || (g = []) : (g = g || []).push(S, null));
|
|
17990
17937
|
for (S in V) {
|
|
17991
17938
|
var Q = V[S], o1 = w != null ? w[S] : void 0;
|
|
17992
17939
|
if (!(!V.hasOwnProperty(S) || Q === o1 || Q == null && o1 == null))
|
|
@@ -18002,7 +17949,7 @@ Check the render method of \`` + e + "`." : "";
|
|
|
18002
17949
|
var l1 = Q ? Q[ps] : void 0, c1 = o1 ? o1[ps] : void 0;
|
|
18003
17950
|
l1 != null && c1 !== l1 && (g = g || []).push(S, l1);
|
|
18004
17951
|
} else
|
|
18005
|
-
S === u0 ? (typeof Q == "string" || typeof Q == "number") && (g = g || []).push(S, "" + Q) : S === fs || S === X9 || (
|
|
17952
|
+
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
17953
|
}
|
|
18007
17954
|
return Z && (_t(Z, V[c0]), (g = g || []).push(c0, Z)), g;
|
|
18008
17955
|
}
|
|
@@ -18090,7 +18037,7 @@ Check the render method of \`` + e + "`." : "";
|
|
|
18090
18037
|
var c1 = u[l1];
|
|
18091
18038
|
if (l1 === u0)
|
|
18092
18039
|
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 (
|
|
18040
|
+
else if (o2.hasOwnProperty(l1))
|
|
18094
18041
|
c1 != null && (typeof c1 != "function" && ms(l1, c1), l1 === "onScroll" && le("scroll", e));
|
|
18095
18042
|
else if (w && // Convince Flow we've calculated it (it's DEV-only in this method.)
|
|
18096
18043
|
typeof V == "boolean") {
|
|
@@ -18100,10 +18047,10 @@ Check the render method of \`` + e + "`." : "";
|
|
|
18100
18047
|
// TODO: Only ignore them on controlled tags.
|
|
18101
18048
|
l1 === "value" || l1 === "checked" || l1 === "selected")) {
|
|
18102
18049
|
if (l1 === Si) {
|
|
18103
|
-
var
|
|
18050
|
+
var c2 = e.innerHTML, n3 = c1 ? c1[ps] : void 0;
|
|
18104
18051
|
if (n3 != null) {
|
|
18105
18052
|
var Q2 = vm(e, n3);
|
|
18106
|
-
Q2 !==
|
|
18053
|
+
Q2 !== c2 && ki(l1, c2, Q2);
|
|
18107
18054
|
}
|
|
18108
18055
|
} else if (l1 === c0) {
|
|
18109
18056
|
if (S.delete(l1), mm) {
|
|
@@ -18977,7 +18924,7 @@ Check the render method of \`` + e + "`." : "";
|
|
|
18977
18924
|
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
18925
|
q8 = 1 << l1 | Y1, G8 = g2;
|
|
18979
18926
|
} else {
|
|
18980
|
-
var
|
|
18927
|
+
var c2 = V << g, n3 = c2 | w, Q2 = h;
|
|
18981
18928
|
q8 = 1 << S | n3, G8 = Q2;
|
|
18982
18929
|
}
|
|
18983
18930
|
}
|
|
@@ -19756,9 +19703,9 @@ Learn more about this warning here: https://reactjs.org/link/legacy-context`, h)
|
|
|
19756
19703
|
}
|
|
19757
19704
|
}
|
|
19758
19705
|
if (g !== null) {
|
|
19759
|
-
var o1 = h.baseState, l1 = C1, c1 = null, Y1 = null, g2 = null,
|
|
19706
|
+
var o1 = h.baseState, l1 = C1, c1 = null, Y1 = null, g2 = null, c2 = g;
|
|
19760
19707
|
do {
|
|
19761
|
-
var n3 =
|
|
19708
|
+
var n3 = c2.lane, Q2 = c2.eventTime;
|
|
19762
19709
|
if (O8(c, n3)) {
|
|
19763
19710
|
if (g2 !== null) {
|
|
19764
19711
|
var d1 = {
|
|
@@ -19767,38 +19714,38 @@ Learn more about this warning here: https://reactjs.org/link/legacy-context`, h)
|
|
|
19767
19714
|
// it. Using NoLane works because 0 is a subset of all bitmasks, so
|
|
19768
19715
|
// this will never be skipped by the check above.
|
|
19769
19716
|
lane: e3,
|
|
19770
|
-
tag:
|
|
19771
|
-
payload:
|
|
19772
|
-
callback:
|
|
19717
|
+
tag: c2.tag,
|
|
19718
|
+
payload: c2.payload,
|
|
19719
|
+
callback: c2.callback,
|
|
19773
19720
|
next: null
|
|
19774
19721
|
};
|
|
19775
19722
|
g2 = g2.next = d1;
|
|
19776
19723
|
}
|
|
19777
|
-
o1 = gV(e, h,
|
|
19778
|
-
var n1 =
|
|
19724
|
+
o1 = gV(e, h, c2, o1, t, u);
|
|
19725
|
+
var n1 = c2.callback;
|
|
19779
19726
|
if (n1 !== null && // If the update was already committed, we should not queue its
|
|
19780
19727
|
// callback again.
|
|
19781
|
-
|
|
19728
|
+
c2.lane !== e3) {
|
|
19782
19729
|
e.flags |= m6;
|
|
19783
19730
|
var V1 = h.effects;
|
|
19784
|
-
V1 === null ? h.effects = [
|
|
19731
|
+
V1 === null ? h.effects = [c2] : V1.push(c2);
|
|
19785
19732
|
}
|
|
19786
19733
|
} else {
|
|
19787
19734
|
var t1 = {
|
|
19788
19735
|
eventTime: Q2,
|
|
19789
19736
|
lane: n3,
|
|
19790
|
-
tag:
|
|
19791
|
-
payload:
|
|
19792
|
-
callback:
|
|
19737
|
+
tag: c2.tag,
|
|
19738
|
+
payload: c2.payload,
|
|
19739
|
+
callback: c2.callback,
|
|
19793
19740
|
next: null
|
|
19794
19741
|
};
|
|
19795
19742
|
g2 === null ? (Y1 = g2 = t1, c1 = o1) : g2 = g2.next = t1, l1 = O2(l1, n3);
|
|
19796
19743
|
}
|
|
19797
|
-
if (
|
|
19744
|
+
if (c2 = c2.next, c2 === null) {
|
|
19798
19745
|
if (V = h.shared.pending, V === null)
|
|
19799
19746
|
break;
|
|
19800
19747
|
var W1 = V, A1 = W1.next;
|
|
19801
|
-
W1.next = null,
|
|
19748
|
+
W1.next = null, c2 = A1, h.lastBaseUpdate = W1, h.shared.pending = null;
|
|
19802
19749
|
}
|
|
19803
19750
|
} while (!0);
|
|
19804
19751
|
g2 === null && (c1 = o1), h.baseState = c1, h.firstBaseUpdate = Y1, h.lastBaseUpdate = g2;
|
|
@@ -20445,7 +20392,7 @@ See https://reactjs.org/link/refs-must-have-owner for more information.`);
|
|
|
20445
20392
|
var A1 = Xf(n1, t1.mode, V1);
|
|
20446
20393
|
return A1.return = t1, A1;
|
|
20447
20394
|
}
|
|
20448
|
-
function
|
|
20395
|
+
function c2(t1, d1, n1, V1) {
|
|
20449
20396
|
for (var W1 = n1.key, A1 = d1; A1 !== null; ) {
|
|
20450
20397
|
if (A1.key === W1) {
|
|
20451
20398
|
var w2 = n1.type;
|
|
@@ -20502,7 +20449,7 @@ See https://reactjs.org/link/refs-must-have-owner for more information.`);
|
|
|
20502
20449
|
if (W1 && (n1 = n1.props.children), typeof n1 == "object" && n1 !== null) {
|
|
20503
20450
|
switch (n1.$$typeof) {
|
|
20504
20451
|
case u6:
|
|
20505
|
-
return w(
|
|
20452
|
+
return w(c2(t1, d1, n1, V1));
|
|
20506
20453
|
case E4:
|
|
20507
20454
|
return w(n3(t1, d1, n1, V1));
|
|
20508
20455
|
case v2:
|
|
@@ -20819,7 +20766,7 @@ Incoming: %s`, p1, "[" + t.join(", ") + "]", "[" + e.join(", ") + "]");
|
|
|
20819
20766
|
var Y1 = c1.lane;
|
|
20820
20767
|
if (O8(y0, Y1)) {
|
|
20821
20768
|
if (l1 !== null) {
|
|
20822
|
-
var
|
|
20769
|
+
var c2 = {
|
|
20823
20770
|
// This update is going to be committed so we never want uncommit
|
|
20824
20771
|
// it. Using NoLane works because 0 is a subset of all bitmasks, so
|
|
20825
20772
|
// this will never be skipped by the check above.
|
|
@@ -20829,7 +20776,7 @@ Incoming: %s`, p1, "[" + t.join(", ") + "]", "[" + e.join(", ") + "]");
|
|
|
20829
20776
|
eagerState: c1.eagerState,
|
|
20830
20777
|
next: null
|
|
20831
20778
|
};
|
|
20832
|
-
l1 = l1.next =
|
|
20779
|
+
l1 = l1.next = c2;
|
|
20833
20780
|
}
|
|
20834
20781
|
if (c1.hasEagerState)
|
|
20835
20782
|
G = c1.eagerState;
|
|
@@ -22009,7 +21956,7 @@ Visit https://reactjs.org/link/error-boundaries to learn more about error bounda
|
|
|
22009
21956
|
if (e.flags |= V2, u.flags |= zt, u.flags &= ~(un | s5), u.tag === L) {
|
|
22010
21957
|
var g = u.alternate;
|
|
22011
21958
|
if (g === null)
|
|
22012
|
-
u.tag =
|
|
21959
|
+
u.tag = v1;
|
|
22013
21960
|
else {
|
|
22014
21961
|
var w = X8(N3, b2);
|
|
22015
21962
|
w.tag = As, rt(u, w, b2);
|
|
@@ -22556,8 +22503,8 @@ Check the render method of \`` + c + "`.");
|
|
|
22556
22503
|
return dM(e, t, w, c, l1, o1, u);
|
|
22557
22504
|
}
|
|
22558
22505
|
if (g) {
|
|
22559
|
-
var c1 = c.fallback, Y1 = c.children, g2 = sM(e, t, Y1, c1, u),
|
|
22560
|
-
return
|
|
22506
|
+
var c1 = c.fallback, Y1 = c.children, g2 = sM(e, t, Y1, c1, u), c2 = t.child, n3 = e.child.memoizedState;
|
|
22507
|
+
return c2.memoizedState = n3 === null ? hf(u) : rM(n3, u), c2.childLanes = iM(e, u), t.memoizedState = pf, g2;
|
|
22561
22508
|
} else {
|
|
22562
22509
|
var Q2 = c.children, t1 = lM(e, t, Q2, u);
|
|
22563
22510
|
return t.memoizedState = null, t1;
|
|
@@ -22683,8 +22630,8 @@ Check the render method of \`` + c + "`.");
|
|
|
22683
22630
|
return yu(e, t, w, g2);
|
|
22684
22631
|
} else if (xm(h)) {
|
|
22685
22632
|
t.flags |= V2, t.child = e.child;
|
|
22686
|
-
var
|
|
22687
|
-
return vx(h,
|
|
22633
|
+
var c2 = NE.bind(null, e);
|
|
22634
|
+
return vx(h, c2), null;
|
|
22688
22635
|
} else {
|
|
22689
22636
|
nV(t, h, g.treeContext);
|
|
22690
22637
|
var n3 = c.children, Q2 = mf(t, n3);
|
|
@@ -23049,22 +22996,22 @@ Check the render method of \`` + c + "`.");
|
|
|
23049
22996
|
case z:
|
|
23050
22997
|
return yM(e, t, u);
|
|
23051
22998
|
case i1: {
|
|
23052
|
-
var
|
|
22999
|
+
var c2 = t.type, n3 = t.pendingProps, Q2 = s7(c2, n3);
|
|
23053
23000
|
if (t.type !== t.elementType) {
|
|
23054
|
-
var t1 =
|
|
23001
|
+
var t1 = c2.propTypes;
|
|
23055
23002
|
t1 && i7(
|
|
23056
23003
|
t1,
|
|
23057
23004
|
Q2,
|
|
23058
23005
|
// Resolved for outer only
|
|
23059
23006
|
"prop",
|
|
23060
|
-
g3(
|
|
23007
|
+
g3(c2)
|
|
23061
23008
|
);
|
|
23062
23009
|
}
|
|
23063
|
-
return Q2 = s7(
|
|
23010
|
+
return Q2 = s7(c2.type, Q2), Qv(e, t, c2, Q2, u);
|
|
23064
23011
|
}
|
|
23065
23012
|
case r1:
|
|
23066
23013
|
return qv(e, t, t.type, t.pendingProps, u);
|
|
23067
|
-
case
|
|
23014
|
+
case v1: {
|
|
23068
23015
|
var d1 = t.type, n1 = t.pendingProps, V1 = t.elementType === d1 ? n1 : s7(d1, n1);
|
|
23069
23016
|
return tM(e, t, d1, V1, u);
|
|
23070
23017
|
}
|
|
@@ -23252,15 +23199,15 @@ Check the render method of \`` + c + "`.");
|
|
|
23252
23199
|
}
|
|
23253
23200
|
case j: {
|
|
23254
23201
|
Lr(t);
|
|
23255
|
-
var
|
|
23202
|
+
var c2 = t.memoizedState;
|
|
23256
23203
|
if (e === null || e.memoizedState !== null && e.memoizedState.dehydrated !== null) {
|
|
23257
|
-
var n3 = wM(e, t,
|
|
23204
|
+
var n3 = wM(e, t, c2);
|
|
23258
23205
|
if (!n3)
|
|
23259
23206
|
return t.flags & Ue ? t : null;
|
|
23260
23207
|
}
|
|
23261
23208
|
if ((t.flags & V2) !== m2)
|
|
23262
23209
|
return t.lanes = u, (t.mode & L2) !== y2 && tf(t), t;
|
|
23263
|
-
var Q2 =
|
|
23210
|
+
var Q2 = c2 !== null, t1 = e !== null && e.memoizedState !== null;
|
|
23264
23211
|
if (Q2 !== t1 && Q2) {
|
|
23265
23212
|
var d1 = t.child;
|
|
23266
23213
|
if (d1.flags |= Z7, (t.mode & I2) !== y2) {
|
|
@@ -23280,7 +23227,7 @@ Check the render method of \`` + c + "`.");
|
|
|
23280
23227
|
case $:
|
|
23281
23228
|
var A1 = t.type._context;
|
|
23282
23229
|
return eC(A1, t), D4(t), null;
|
|
23283
|
-
case
|
|
23230
|
+
case v1: {
|
|
23284
23231
|
var w2 = t.type;
|
|
23285
23232
|
return X7(w2) && ks(t), D4(t), null;
|
|
23286
23233
|
}
|
|
@@ -23567,7 +23514,7 @@ Check the render method of \`` + c + "`.");
|
|
|
23567
23514
|
case _:
|
|
23568
23515
|
case R:
|
|
23569
23516
|
case k:
|
|
23570
|
-
case
|
|
23517
|
+
case v1:
|
|
23571
23518
|
break;
|
|
23572
23519
|
default:
|
|
23573
23520
|
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 +23671,10 @@ Learn more about data fetching with Hooks: https://reactjs.org/link/hooks-data-f
|
|
|
23724
23671
|
break;
|
|
23725
23672
|
case Y: {
|
|
23726
23673
|
{
|
|
23727
|
-
var o1 = u.memoizedProps, l1 = o1.onCommit, c1 = o1.onRender, Y1 = u.stateNode.effectDuration, g2 = jv(),
|
|
23728
|
-
Fv() && (
|
|
23674
|
+
var o1 = u.memoizedProps, l1 = o1.onCommit, c1 = o1.onRender, Y1 = u.stateNode.effectDuration, g2 = jv(), c2 = t === null ? "mount" : "update";
|
|
23675
|
+
Fv() && (c2 = "nested-update"), typeof c1 == "function" && c1(u.memoizedProps.id, c2, u.actualDuration, u.treeBaseDuration, u.actualStartTime, g2);
|
|
23729
23676
|
{
|
|
23730
|
-
typeof l1 == "function" && l1(u.memoizedProps.id,
|
|
23677
|
+
typeof l1 == "function" && l1(u.memoizedProps.id, c2, Y1, g2), TE(u);
|
|
23731
23678
|
var n3 = u.return;
|
|
23732
23679
|
e:
|
|
23733
23680
|
for (; n3 !== null; ) {
|
|
@@ -23752,7 +23699,7 @@ Learn more about data fetching with Hooks: https://reactjs.org/link/hooks-data-f
|
|
|
23752
23699
|
break;
|
|
23753
23700
|
}
|
|
23754
23701
|
case H1:
|
|
23755
|
-
case
|
|
23702
|
+
case v1:
|
|
23756
23703
|
case B1:
|
|
23757
23704
|
case m1:
|
|
23758
23705
|
case k1:
|
|
@@ -24193,8 +24140,8 @@ Learn more about data fetching with Hooks: https://reactjs.org/link/hooks-data-f
|
|
|
24193
24140
|
p7(t, e), r8(e);
|
|
24194
24141
|
var c1 = e.child;
|
|
24195
24142
|
if (c1.flags & Z7) {
|
|
24196
|
-
var Y1 = c1.stateNode, g2 = c1.memoizedState,
|
|
24197
|
-
if (Y1.isHidden =
|
|
24143
|
+
var Y1 = c1.stateNode, g2 = c1.memoizedState, c2 = g2 !== null;
|
|
24144
|
+
if (Y1.isHidden = c2, c2) {
|
|
24198
24145
|
var n3 = c1.alternate !== null && c1.alternate.memoizedState !== null;
|
|
24199
24146
|
n3 || wE();
|
|
24200
24147
|
}
|
|
@@ -25147,8 +25094,8 @@ Learn more about data fetching with Hooks: https://reactjs.org/link/hooks-data-f
|
|
|
25147
25094
|
}
|
|
25148
25095
|
if (Mu) {
|
|
25149
25096
|
Mu = !1;
|
|
25150
|
-
var
|
|
25151
|
-
throw Tf = null,
|
|
25097
|
+
var c2 = Tf;
|
|
25098
|
+
throw Tf = null, c2;
|
|
25152
25099
|
}
|
|
25153
25100
|
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
25101
|
}
|
|
@@ -26519,9 +26466,9 @@ function wc(r, a) {
|
|
|
26519
26466
|
var L = this.props;
|
|
26520
26467
|
L.excludeScrollbar;
|
|
26521
26468
|
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,
|
|
26469
|
+
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
26470
|
}, C;
|
|
26524
|
-
}(
|
|
26471
|
+
}(Uk), o.displayName = "OnClickOutside(" + i + ")", o.defaultProps = {
|
|
26525
26472
|
eventTypes: ["mousedown", "touchstart"],
|
|
26526
26473
|
excludeScrollbar: !1,
|
|
26527
26474
|
outsideClickIgnoreClass: zZ,
|
|
@@ -26820,11 +26767,11 @@ function lL(r) {
|
|
|
26820
26767
|
var i1 = Wo(o), r1 = "clientHeight", h1 = "clientWidth";
|
|
26821
26768
|
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
26769
|
Y = Z6;
|
|
26823
|
-
var
|
|
26770
|
+
var v1 = E && i1 === j && j.visualViewport ? j.visualViewport.height : (
|
|
26824
26771
|
// $FlowFixMe[prop-missing]
|
|
26825
26772
|
i1[r1]
|
|
26826
26773
|
);
|
|
26827
|
-
O -=
|
|
26774
|
+
O -= v1 - s.height, O *= y ? 1 : -1;
|
|
26828
26775
|
}
|
|
26829
26776
|
if (i === Y5 || (i === $5 || i === Z6) && p === Ao) {
|
|
26830
26777
|
A = O6;
|
|
@@ -27053,11 +27000,11 @@ function zo(r, a) {
|
|
|
27053
27000
|
element: A,
|
|
27054
27001
|
strategy: "absolute",
|
|
27055
27002
|
placement: i
|
|
27056
|
-
}), h1 = uh(Object.assign({}, A, r1)),
|
|
27057
|
-
top: j.top -
|
|
27058
|
-
bottom:
|
|
27059
|
-
left: j.left -
|
|
27060
|
-
right:
|
|
27003
|
+
}), h1 = uh(Object.assign({}, A, r1)), v1 = k === So ? h1 : i1, M1 = {
|
|
27004
|
+
top: j.top - v1.top + z.top,
|
|
27005
|
+
bottom: v1.bottom - j.bottom + z.bottom,
|
|
27006
|
+
left: j.left - v1.left + z.left,
|
|
27007
|
+
right: v1.right - j.right + z.right
|
|
27061
27008
|
}, H1 = r.modifiersData.offset;
|
|
27062
27009
|
if (k === So && H1) {
|
|
27063
27010
|
var B1 = H1[i];
|
|
@@ -27106,20 +27053,20 @@ function EO(r) {
|
|
|
27106
27053
|
flipVariations: R,
|
|
27107
27054
|
allowedAutoPlacements: O
|
|
27108
27055
|
}) : a3);
|
|
27109
|
-
}, []), j = a.rects.reference, i1 = a.rects.popper, r1 = /* @__PURE__ */ new Map(), h1 = !0,
|
|
27056
|
+
}, []), j = a.rects.reference, i1 = a.rects.popper, r1 = /* @__PURE__ */ new Map(), h1 = !0, v1 = Y[0], M1 = 0; M1 < Y.length; M1++) {
|
|
27110
27057
|
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
27058
|
placement: H1,
|
|
27112
27059
|
boundary: M,
|
|
27113
27060
|
rootBoundary: E,
|
|
27114
27061
|
altBoundary: k,
|
|
27115
27062
|
padding: L
|
|
27116
|
-
}),
|
|
27117
|
-
j[$1] > i1[$1] && (
|
|
27118
|
-
var f1 = Xu(
|
|
27119
|
-
if (p && E1.push(D1[B1] <= 0), v && E1.push(D1[
|
|
27063
|
+
}), s2 = k1 ? m1 ? O6 : Y5 : m1 ? Z6 : $5;
|
|
27064
|
+
j[$1] > i1[$1] && (s2 = Xu(s2));
|
|
27065
|
+
var f1 = Xu(s2), E1 = [];
|
|
27066
|
+
if (p && E1.push(D1[B1] <= 0), v && E1.push(D1[s2] <= 0, D1[f1] <= 0), E1.every(function(E2) {
|
|
27120
27067
|
return E2;
|
|
27121
27068
|
})) {
|
|
27122
|
-
|
|
27069
|
+
v1 = H1, h1 = !1;
|
|
27123
27070
|
break;
|
|
27124
27071
|
}
|
|
27125
27072
|
r1.set(H1, E1);
|
|
@@ -27127,20 +27074,20 @@ function EO(r) {
|
|
|
27127
27074
|
if (h1)
|
|
27128
27075
|
for (var y1 = R ? 3 : 1, K1 = function(a3) {
|
|
27129
27076
|
var H2 = Y.find(function(j2) {
|
|
27130
|
-
var
|
|
27131
|
-
if (
|
|
27132
|
-
return
|
|
27133
|
-
return
|
|
27077
|
+
var u2 = r1.get(j2);
|
|
27078
|
+
if (u2)
|
|
27079
|
+
return u2.slice(0, a3).every(function(o2) {
|
|
27080
|
+
return o2;
|
|
27134
27081
|
});
|
|
27135
27082
|
});
|
|
27136
27083
|
if (H2)
|
|
27137
|
-
return
|
|
27084
|
+
return v1 = H2, "break";
|
|
27138
27085
|
}, G1 = y1; G1 > 0; G1--) {
|
|
27139
27086
|
var R1 = K1(G1);
|
|
27140
27087
|
if (R1 === "break")
|
|
27141
27088
|
break;
|
|
27142
27089
|
}
|
|
27143
|
-
a.placement !==
|
|
27090
|
+
a.placement !== v1 && (a.modifiersData[s]._skip = !0, a.placement = v1, a.reset = !0);
|
|
27144
27091
|
}
|
|
27145
27092
|
}
|
|
27146
27093
|
const SO = {
|
|
@@ -27242,25 +27189,25 @@ function PO(r) {
|
|
|
27242
27189
|
rootBoundary: L,
|
|
27243
27190
|
padding: E,
|
|
27244
27191
|
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,
|
|
27192
|
+
}), 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
27193
|
placement: a.placement
|
|
27247
|
-
})) : O, M1 = typeof
|
|
27248
|
-
mainAxis:
|
|
27249
|
-
altAxis:
|
|
27194
|
+
})) : O, M1 = typeof v1 == "number" ? {
|
|
27195
|
+
mainAxis: v1,
|
|
27196
|
+
altAxis: v1
|
|
27250
27197
|
} : Object.assign({
|
|
27251
27198
|
mainAxis: 0,
|
|
27252
27199
|
altAxis: 0
|
|
27253
|
-
},
|
|
27200
|
+
}, v1), H1 = a.modifiersData.offset ? a.modifiersData.offset[a.placement] : null, B1 = {
|
|
27254
27201
|
x: 0,
|
|
27255
27202
|
y: 0
|
|
27256
27203
|
};
|
|
27257
27204
|
if (i1) {
|
|
27258
27205
|
if (p) {
|
|
27259
|
-
var m1, k1 = Y === "y" ? $5 : Y5, $1 = Y === "y" ? Z6 : O6, D1 = Y === "y" ? "height" : "width",
|
|
27206
|
+
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
27207
|
width: 0,
|
|
27261
27208
|
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 -
|
|
27209
|
+
}, 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);
|
|
27210
|
+
i1[Y] = N2, B1[Y] = N2 - s2;
|
|
27264
27211
|
}
|
|
27265
27212
|
if (v) {
|
|
27266
27213
|
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 +27363,11 @@ function WO(r) {
|
|
|
27416
27363
|
M.reset = !1, Y = -1;
|
|
27417
27364
|
continue;
|
|
27418
27365
|
}
|
|
27419
|
-
var j = M.orderedModifiers[Y], i1 = j.fn, r1 = j.options, h1 = r1 === void 0 ? {} : r1,
|
|
27366
|
+
var j = M.orderedModifiers[Y], i1 = j.fn, r1 = j.options, h1 = r1 === void 0 ? {} : r1, v1 = j.name;
|
|
27420
27367
|
typeof i1 == "function" && (M = i1({
|
|
27421
27368
|
state: M,
|
|
27422
27369
|
options: h1,
|
|
27423
|
-
name:
|
|
27370
|
+
name: v1,
|
|
27424
27371
|
instance: _
|
|
27425
27372
|
}) || M);
|
|
27426
27373
|
}
|
|
@@ -28189,7 +28136,7 @@ var VN = wc(function(r) {
|
|
|
28189
28136
|
return i.shiftYears(-1);
|
|
28190
28137
|
});
|
|
28191
28138
|
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 =
|
|
28139
|
+
return i.state = { yearsList: xN(i.props.year, v, i.props.minDate, i.props.maxDate) }, i.dropdownRef = Ik(), i;
|
|
28193
28140
|
}
|
|
28194
28141
|
return x4(o, [{ key: "componentDidMount", value: function() {
|
|
28195
28142
|
var s = this.dropdownRef.current;
|
|
@@ -29409,7 +29356,7 @@ var FN = ["react-datepicker__year-select", "react-datepicker__month-select", "re
|
|
|
29409
29356
|
} }]), o;
|
|
29410
29357
|
}(), IN = "input", wp = "navigate";
|
|
29411
29358
|
const Yh = F1(
|
|
29412
|
-
|
|
29359
|
+
d2(
|
|
29413
29360
|
(r, a) => {
|
|
29414
29361
|
const {
|
|
29415
29362
|
children: o,
|
|
@@ -29420,7 +29367,7 @@ const Yh = F1(
|
|
|
29420
29367
|
...v
|
|
29421
29368
|
} = r, y = s ? { base: 1, md: s } : { base: 1, md: 2, lg: 3 };
|
|
29422
29369
|
return /* @__PURE__ */ x.jsx(
|
|
29423
|
-
|
|
29370
|
+
lk,
|
|
29424
29371
|
{
|
|
29425
29372
|
className: i,
|
|
29426
29373
|
columns: y,
|
|
@@ -29456,7 +29403,7 @@ const Yh = F1(
|
|
|
29456
29403
|
const { children: a, className: o, gap: s, id: i, ...p } = r;
|
|
29457
29404
|
return /* @__PURE__ */ x.jsx(Yh, { columns: 1, className: o, gap: s, id: i, ...p, children: a });
|
|
29458
29405
|
}), dw = F1(
|
|
29459
|
-
|
|
29406
|
+
d2((r, a) => {
|
|
29460
29407
|
const {
|
|
29461
29408
|
action: o,
|
|
29462
29409
|
children: s,
|
|
@@ -29477,7 +29424,7 @@ const Yh = F1(
|
|
|
29477
29424
|
(k, _) => k && X.cloneElement(k, { gap: p, id: `${C}-child${_}` })
|
|
29478
29425
|
);
|
|
29479
29426
|
return /* @__PURE__ */ x.jsx(
|
|
29480
|
-
|
|
29427
|
+
g1,
|
|
29481
29428
|
{
|
|
29482
29429
|
as: "form",
|
|
29483
29430
|
"aria-label": "form",
|
|
@@ -29493,7 +29440,7 @@ const Yh = F1(
|
|
|
29493
29440
|
}),
|
|
29494
29441
|
{ shouldForwardProp: () => !0 }
|
|
29495
29442
|
), Uo = F1(
|
|
29496
|
-
|
|
29443
|
+
d2((r, a) => {
|
|
29497
29444
|
const {
|
|
29498
29445
|
children: o,
|
|
29499
29446
|
className: s,
|
|
@@ -29507,7 +29454,7 @@ const Yh = F1(
|
|
|
29507
29454
|
return p || console.warn(
|
|
29508
29455
|
"NYPL Reservoir Label: This component's required `id` prop was not passed."
|
|
29509
29456
|
), /* @__PURE__ */ x.jsxs(
|
|
29510
|
-
|
|
29457
|
+
g1,
|
|
29511
29458
|
{
|
|
29512
29459
|
as: "label",
|
|
29513
29460
|
id: p,
|
|
@@ -29539,7 +29486,7 @@ const YN = {
|
|
|
29539
29486
|
textarea: "",
|
|
29540
29487
|
url: "https://domain.com"
|
|
29541
29488
|
}, N0 = F1(
|
|
29542
|
-
|
|
29489
|
+
d2(
|
|
29543
29490
|
(r, a) => {
|
|
29544
29491
|
const {
|
|
29545
29492
|
additionalAriaLabel: o,
|
|
@@ -29565,7 +29512,7 @@ const YN = {
|
|
|
29565
29512
|
onClick: i1,
|
|
29566
29513
|
onFocus: r1,
|
|
29567
29514
|
pattern: h1,
|
|
29568
|
-
placeholder:
|
|
29515
|
+
placeholder: v1,
|
|
29569
29516
|
showHelperInvalidText: M1 = !0,
|
|
29570
29517
|
showLabel: H1 = !0,
|
|
29571
29518
|
showRequiredLabel: B1 = !0,
|
|
@@ -29573,17 +29520,17 @@ const YN = {
|
|
|
29573
29520
|
step: k1 = 1,
|
|
29574
29521
|
textInputType: $1 = "default",
|
|
29575
29522
|
type: D1 = "text",
|
|
29576
|
-
value:
|
|
29523
|
+
value: s2,
|
|
29577
29524
|
...f1
|
|
29578
|
-
} = r, [E1, y1] = hc(
|
|
29525
|
+
} = r, [E1, y1] = hc(s2), K1 = I5(), G1 = rc(K1, a), R1 = a ? G1 : K1, E2 = U2("TextInput", {
|
|
29579
29526
|
showLabel: H1,
|
|
29580
29527
|
variant: $1
|
|
29581
29528
|
}), a3 = D1 === "textarea", H2 = D1 === "hidden";
|
|
29582
29529
|
let j2 = !!p;
|
|
29583
|
-
const
|
|
29530
|
+
const u2 = M || "There is an error related to this field.", o2 = (_2) => {
|
|
29584
29531
|
y1(_2.target.value), j && j(_2);
|
|
29585
29532
|
};
|
|
29586
|
-
let P2 = R ?
|
|
29533
|
+
let P2 = R ? u2 : y;
|
|
29587
29534
|
if (D1 === "tel" || D1 === "url" || D1 === "email") {
|
|
29588
29535
|
j2 = !0;
|
|
29589
29536
|
const _2 = YN[D1] || "";
|
|
@@ -29620,7 +29567,7 @@ const YN = {
|
|
|
29620
29567
|
id: L,
|
|
29621
29568
|
"aria-hidden": H2,
|
|
29622
29569
|
name: Y,
|
|
29623
|
-
onChange:
|
|
29570
|
+
onChange: o2,
|
|
29624
29571
|
ref: R1
|
|
29625
29572
|
} : {
|
|
29626
29573
|
"aria-required": O,
|
|
@@ -29639,11 +29586,11 @@ const YN = {
|
|
|
29639
29586
|
maxLength: $,
|
|
29640
29587
|
min: A,
|
|
29641
29588
|
name: Y,
|
|
29642
|
-
onChange:
|
|
29589
|
+
onChange: o2,
|
|
29643
29590
|
onClick: i1,
|
|
29644
29591
|
onFocus: r1,
|
|
29645
29592
|
pattern: h1,
|
|
29646
|
-
placeholder:
|
|
29593
|
+
placeholder: v1,
|
|
29647
29594
|
ref: R1,
|
|
29648
29595
|
// The `step` attribute is useful for the number type.
|
|
29649
29596
|
step: D1 === "number" ? k1 : null,
|
|
@@ -29651,7 +29598,7 @@ const YN = {
|
|
|
29651
29598
|
...G2
|
|
29652
29599
|
}, a3 ? (E && console.warn(
|
|
29653
29600
|
"NYPL Reservoir TextInput: The `isClearable` prop cannot be used with the `textarea` type."
|
|
29654
|
-
), T1 = /* @__PURE__ */ x.jsx(
|
|
29601
|
+
), 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
29602
|
B3,
|
|
29656
29603
|
{
|
|
29657
29604
|
buttonType: "text",
|
|
@@ -29672,7 +29619,7 @@ const YN = {
|
|
|
29672
29619
|
className: C,
|
|
29673
29620
|
helperText: Y2 ? y : P2,
|
|
29674
29621
|
id: L,
|
|
29675
|
-
invalidText:
|
|
29622
|
+
invalidText: u2,
|
|
29676
29623
|
isInvalid: Y2,
|
|
29677
29624
|
showHelperInvalidText: M1 && !H2,
|
|
29678
29625
|
__css: E2,
|
|
@@ -29688,7 +29635,7 @@ const YN = {
|
|
|
29688
29635
|
children: P
|
|
29689
29636
|
}
|
|
29690
29637
|
),
|
|
29691
|
-
/* @__PURE__ */ x.jsxs(
|
|
29638
|
+
/* @__PURE__ */ x.jsxs(g1, { position: "relative", children: [
|
|
29692
29639
|
T1,
|
|
29693
29640
|
!H2 && (E1 == null ? void 0 : E1.length) > 0 && z1
|
|
29694
29641
|
] })
|
|
@@ -29697,7 +29644,7 @@ const YN = {
|
|
|
29697
29644
|
);
|
|
29698
29645
|
}
|
|
29699
29646
|
)
|
|
29700
|
-
), RL =
|
|
29647
|
+
), RL = d2(
|
|
29701
29648
|
({
|
|
29702
29649
|
dsRef: r,
|
|
29703
29650
|
helperText: a,
|
|
@@ -29770,7 +29717,7 @@ const YN = {
|
|
|
29770
29717
|
isDateRange: a,
|
|
29771
29718
|
children: o
|
|
29772
29719
|
}) => a ? /* @__PURE__ */ x.jsx($N, { id: `${r}-form-row`, gap: "grid.xs", children: o }) : /* @__PURE__ */ x.jsx(x.Fragment, { children: o }), dI = F1(
|
|
29773
|
-
|
|
29720
|
+
d2((r, a) => {
|
|
29774
29721
|
const {
|
|
29775
29722
|
className: o,
|
|
29776
29723
|
dateFormat: s = "yyyy-MM-dd",
|
|
@@ -29795,14 +29742,14 @@ const YN = {
|
|
|
29795
29742
|
placeholder: i1,
|
|
29796
29743
|
placeholderTo: r1,
|
|
29797
29744
|
refTo: h1,
|
|
29798
|
-
showHelperInvalidText:
|
|
29745
|
+
showHelperInvalidText: v1 = !0,
|
|
29799
29746
|
showLabel: M1 = !0,
|
|
29800
29747
|
showRequiredLabel: H1 = !0,
|
|
29801
29748
|
...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:
|
|
29749
|
+
} = 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 = {
|
|
29750
|
+
startDate: s2,
|
|
29804
29751
|
endDate: f1
|
|
29805
|
-
}, y1 = rc(
|
|
29752
|
+
}, y1 = rc(s2, a), K1 = rc(f1, h1);
|
|
29806
29753
|
let G1 = { startDate: $1 };
|
|
29807
29754
|
k && (G1 = { ...G1, endDate: D1 });
|
|
29808
29755
|
const [R1, E2] = u4(G1), a3 = (T1, z1) => {
|
|
@@ -29822,7 +29769,7 @@ const YN = {
|
|
|
29822
29769
|
minDate: $ ? new Date($) : null,
|
|
29823
29770
|
maxDate: z ? new Date(z) : null,
|
|
29824
29771
|
dateFormat: s
|
|
29825
|
-
},
|
|
29772
|
+
}, u2 = {
|
|
29826
29773
|
isRequired: O,
|
|
29827
29774
|
// In the date range type, don't display the "(Required)" text in
|
|
29828
29775
|
// individual input labels. It'll display in the legend element.
|
|
@@ -29833,23 +29780,23 @@ const YN = {
|
|
|
29833
29780
|
isDisabled: _,
|
|
29834
29781
|
isInvalid: R,
|
|
29835
29782
|
helperText: k ? C : p,
|
|
29836
|
-
showHelperInvalidText:
|
|
29783
|
+
showHelperInvalidText: v1,
|
|
29837
29784
|
invalidText: E,
|
|
29838
29785
|
__css: k1.subLabels
|
|
29839
|
-
},
|
|
29786
|
+
}, o2 = {}, P2 = {}, G2 = null, V3 = P;
|
|
29840
29787
|
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
29788
|
"NYPL Reservoir DatePicker: This component's required `id` prop was not passed."
|
|
29842
29789
|
), (a && !A || h1 && !Y) && console.warn(
|
|
29843
29790
|
"NYPL Reservoir DatePicker: A `ref` or `refTo` prop was passed but not the equivalent `nameFrom` or `nameTo` prop."
|
|
29844
29791
|
), j && (a || h1 || A || Y) && console.warn(
|
|
29845
29792
|
"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
|
-
),
|
|
29793
|
+
), o2 = { ...j2 }, k) {
|
|
29847
29794
|
const T1 = {
|
|
29848
|
-
...
|
|
29795
|
+
...u2,
|
|
29849
29796
|
helperText: v
|
|
29850
29797
|
};
|
|
29851
|
-
|
|
29852
|
-
...
|
|
29798
|
+
o2 = {
|
|
29799
|
+
...o2,
|
|
29853
29800
|
selectsStart: !0,
|
|
29854
29801
|
startDate: R1.startDate,
|
|
29855
29802
|
endDate: R1.endDate
|
|
@@ -29889,7 +29836,7 @@ const YN = {
|
|
|
29889
29836
|
dsRef: y1,
|
|
29890
29837
|
labelText: V3,
|
|
29891
29838
|
...k && C && p ? { additionalHelperTextIds: `${y}-helper-text` } : {},
|
|
29892
|
-
...
|
|
29839
|
+
...u2
|
|
29893
29840
|
}
|
|
29894
29841
|
),
|
|
29895
29842
|
id: `${y}-start`,
|
|
@@ -29897,7 +29844,7 @@ const YN = {
|
|
|
29897
29844
|
onChange: (T1) => a3(T1, "startDate"),
|
|
29898
29845
|
placeholderText: i1,
|
|
29899
29846
|
selected: R1.startDate,
|
|
29900
|
-
...
|
|
29847
|
+
...o2
|
|
29901
29848
|
}
|
|
29902
29849
|
);
|
|
29903
29850
|
return /* @__PURE__ */ x.jsxs(
|
|
@@ -29921,7 +29868,7 @@ const YN = {
|
|
|
29921
29868
|
{
|
|
29922
29869
|
id: `${y}-helper-text`,
|
|
29923
29870
|
isInvalid: !1,
|
|
29924
|
-
isRenderedText: k &&
|
|
29871
|
+
isRenderedText: k && v1,
|
|
29925
29872
|
text: p
|
|
29926
29873
|
}
|
|
29927
29874
|
)
|
|
@@ -29934,11 +29881,11 @@ const YN = {
|
|
|
29934
29881
|
var mc = { exports: {} };
|
|
29935
29882
|
mc.exports;
|
|
29936
29883
|
(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,
|
|
29884
|
+
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 = {};
|
|
29885
|
+
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;
|
|
29886
|
+
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
29887
|
try {
|
|
29941
|
-
var N =
|
|
29888
|
+
var N = u2 && u2.require && u2.require("util").types;
|
|
29942
29889
|
return N || P2 && P2.binding && P2.binding("util");
|
|
29943
29890
|
} catch {
|
|
29944
29891
|
}
|
|
@@ -29979,7 +29926,7 @@ mc.exports;
|
|
|
29979
29926
|
return N ? "Symbol(src)_1." + N : "";
|
|
29980
29927
|
}(), ue = U3.toString, c4 = ve.call(Object), $3 = RegExp(
|
|
29981
29928
|
"^" + ve.call(D2).replace(y1, "\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g, "$1.*?") + "$"
|
|
29982
|
-
), ge =
|
|
29929
|
+
), ge = o2 ? H2.Buffer : void 0, W5 = H2.Symbol, F4 = H2.Uint8Array;
|
|
29983
29930
|
ge && ge.allocUnsafe;
|
|
29984
29931
|
var _1 = _2(Object.getPrototypeOf, Object), C2 = Object.create, B2 = U3.propertyIsEnumerable, m3 = Z3.splice, v3 = W5 ? W5.toStringTag : void 0, ne = function() {
|
|
29985
29932
|
try {
|
|
@@ -36275,7 +36222,7 @@ const { defineMultiStyleConfig: uj, definePartsStyle: cj } = $2([
|
|
|
36275
36222
|
landscape: "110px",
|
|
36276
36223
|
portrait: "294px",
|
|
36277
36224
|
square: "220px"
|
|
36278
|
-
}, LA = () =>
|
|
36225
|
+
}, LA = () => Yk({
|
|
36279
36226
|
from: { opacity: 0.9 },
|
|
36280
36227
|
"50%": { opacity: 0.7 },
|
|
36281
36228
|
to: { opacity: 0.9 }
|
|
@@ -37457,8 +37404,6 @@ const {
|
|
|
37457
37404
|
baseStyle: f2({
|
|
37458
37405
|
[ub.variable]: "colors.ui.gray.xx-dark",
|
|
37459
37406
|
borderRadius: "4px",
|
|
37460
|
-
zIndex: 1e3,
|
|
37461
|
-
pointerEvents: "auto !important",
|
|
37462
37407
|
boxShadow: "none",
|
|
37463
37408
|
color: "ui.typography.inverse.body",
|
|
37464
37409
|
fontSize: "desktop.caption",
|
|
@@ -37608,9 +37553,9 @@ const {
|
|
|
37608
37553
|
resetCSS: s = !0,
|
|
37609
37554
|
theme: i = {}
|
|
37610
37555
|
}) => {
|
|
37611
|
-
const p =
|
|
37556
|
+
const p = ck(Cw(wz, i));
|
|
37612
37557
|
return /* @__PURE__ */ x.jsx(
|
|
37613
|
-
|
|
37558
|
+
dk,
|
|
37614
37559
|
{
|
|
37615
37560
|
colorModeManager: a,
|
|
37616
37561
|
theme: p,
|
|
@@ -37625,7 +37570,7 @@ function Hz(r) {
|
|
|
37625
37570
|
return /* @__PURE__ */ x.jsx(sa, { alt: a, src: o });
|
|
37626
37571
|
}
|
|
37627
37572
|
const fI = F1(
|
|
37628
|
-
|
|
37573
|
+
d2(
|
|
37629
37574
|
(r, a) => {
|
|
37630
37575
|
const {
|
|
37631
37576
|
textContent: o,
|
|
@@ -37649,15 +37594,15 @@ const fI = F1(
|
|
|
37649
37594
|
), o || console.warn(
|
|
37650
37595
|
"NYPL Reservoir FeaturedContent: The 'textContent' prop is required."
|
|
37651
37596
|
), /* @__PURE__ */ x.jsx(
|
|
37652
|
-
|
|
37597
|
+
g1,
|
|
37653
37598
|
{
|
|
37654
37599
|
"data-testid": "featuredcontent",
|
|
37655
37600
|
__css: C.base,
|
|
37656
37601
|
ref: a,
|
|
37657
37602
|
...p,
|
|
37658
|
-
children: /* @__PURE__ */ x.jsxs(
|
|
37603
|
+
children: /* @__PURE__ */ x.jsxs(g1, { __css: C.wrapper, children: [
|
|
37659
37604
|
/* @__PURE__ */ x.jsx(
|
|
37660
|
-
|
|
37605
|
+
g1,
|
|
37661
37606
|
{
|
|
37662
37607
|
"data-testid": "featuredcontent-bg-image",
|
|
37663
37608
|
__css: {
|
|
@@ -37673,7 +37618,7 @@ const fI = F1(
|
|
|
37673
37618
|
)
|
|
37674
37619
|
}
|
|
37675
37620
|
),
|
|
37676
|
-
/* @__PURE__ */ x.jsx(
|
|
37621
|
+
/* @__PURE__ */ x.jsx(g1, { __css: C.text, children: o })
|
|
37677
37622
|
] })
|
|
37678
37623
|
}
|
|
37679
37624
|
);
|
|
@@ -37702,7 +37647,7 @@ const fI = F1(
|
|
|
37702
37647
|
title: y,
|
|
37703
37648
|
id: s
|
|
37704
37649
|
});
|
|
37705
|
-
return /* @__PURE__ */ x.jsxs(
|
|
37650
|
+
return /* @__PURE__ */ x.jsxs(g1, { as: "header", __css: v, ...C, children: [
|
|
37706
37651
|
o,
|
|
37707
37652
|
a && L
|
|
37708
37653
|
] });
|
|
@@ -37722,9 +37667,9 @@ const fI = F1(
|
|
|
37722
37667
|
notificationType: p,
|
|
37723
37668
|
showIcon: C
|
|
37724
37669
|
});
|
|
37725
|
-
return /* @__PURE__ */ x.jsx(
|
|
37670
|
+
return /* @__PURE__ */ x.jsx(g1, { __css: y, ...v, children: o && /* @__PURE__ */ x.jsx(g1, { __css: y.content, children: o }) });
|
|
37726
37671
|
}), Mz = F1(
|
|
37727
|
-
|
|
37672
|
+
d2((r, a) => {
|
|
37728
37673
|
const {
|
|
37729
37674
|
ariaLabel: o,
|
|
37730
37675
|
className: s,
|
|
@@ -37813,7 +37758,7 @@ const fI = F1(
|
|
|
37813
37758
|
notificationType: E,
|
|
37814
37759
|
children: M
|
|
37815
37760
|
}
|
|
37816
|
-
), h1 = !!(r1 && k && (p || !v)),
|
|
37761
|
+
), h1 = !!(r1 && k && (p || !v)), v1 = /* @__PURE__ */ x.jsx(
|
|
37817
37762
|
Vz,
|
|
37818
37763
|
{
|
|
37819
37764
|
alignText: h1,
|
|
@@ -37825,7 +37770,7 @@ const fI = F1(
|
|
|
37825
37770
|
}
|
|
37826
37771
|
);
|
|
37827
37772
|
return R ? /* @__PURE__ */ x.jsxs(
|
|
37828
|
-
|
|
37773
|
+
g1,
|
|
37829
37774
|
{
|
|
37830
37775
|
"aria-label": o,
|
|
37831
37776
|
as: "aside",
|
|
@@ -37836,9 +37781,9 @@ const fI = F1(
|
|
|
37836
37781
|
__css: $,
|
|
37837
37782
|
..._,
|
|
37838
37783
|
children: [
|
|
37839
|
-
/* @__PURE__ */ x.jsxs(
|
|
37784
|
+
/* @__PURE__ */ x.jsxs(g1, { __css: $.container, children: [
|
|
37840
37785
|
r1,
|
|
37841
|
-
|
|
37786
|
+
v1
|
|
37842
37787
|
] }),
|
|
37843
37788
|
j
|
|
37844
37789
|
]
|
|
@@ -37846,7 +37791,7 @@ const fI = F1(
|
|
|
37846
37791
|
) : null;
|
|
37847
37792
|
})
|
|
37848
37793
|
), nc = F1(
|
|
37849
|
-
|
|
37794
|
+
d2((r, a) => {
|
|
37850
37795
|
const {
|
|
37851
37796
|
className: o,
|
|
37852
37797
|
helperText: s,
|
|
@@ -37884,7 +37829,7 @@ const fI = F1(
|
|
|
37884
37829
|
sx: $,
|
|
37885
37830
|
...P,
|
|
37886
37831
|
children: /* @__PURE__ */ x.jsx(
|
|
37887
|
-
|
|
37832
|
+
Ck,
|
|
37888
37833
|
{
|
|
37889
37834
|
className: o,
|
|
37890
37835
|
id: i,
|
|
@@ -37899,14 +37844,14 @@ const fI = F1(
|
|
|
37899
37844
|
alignItems: "flex-start",
|
|
37900
37845
|
sx: z,
|
|
37901
37846
|
...Y,
|
|
37902
|
-
children: /* @__PURE__ */ x.jsx(
|
|
37847
|
+
children: /* @__PURE__ */ x.jsx(g1, { as: "span", __css: R ? {} : z.hiddenLabel, children: M })
|
|
37903
37848
|
}
|
|
37904
37849
|
)
|
|
37905
37850
|
}
|
|
37906
37851
|
);
|
|
37907
37852
|
})
|
|
37908
37853
|
), Ez = F1(
|
|
37909
|
-
|
|
37854
|
+
d2(
|
|
37910
37855
|
(r, a) => {
|
|
37911
37856
|
const {
|
|
37912
37857
|
children: o,
|
|
@@ -37927,7 +37872,7 @@ const fI = F1(
|
|
|
37927
37872
|
showLabel: z = !0,
|
|
37928
37873
|
showRequiredLabel: $ = !0,
|
|
37929
37874
|
...A
|
|
37930
|
-
} = r, [Y, j] = X.useState(i), i1 = M ? v : p, r1 = _ === "column" ? Bo.s : Bo.l, h1 = [],
|
|
37875
|
+
} = r, [Y, j] = X.useState(i), i1 = M ? v : p, r1 = _ === "column" ? Bo.s : Bo.l, h1 = [], v1 = U2("RadioGroup", { isFullWidth: L }), M1 = {
|
|
37931
37876
|
name: R,
|
|
37932
37877
|
onChange: (H1) => {
|
|
37933
37878
|
j(H1), O && O(H1);
|
|
@@ -37963,9 +37908,9 @@ const fI = F1(
|
|
|
37963
37908
|
legendText: k,
|
|
37964
37909
|
showRequiredLabel: $,
|
|
37965
37910
|
...A,
|
|
37966
|
-
__css:
|
|
37911
|
+
__css: v1,
|
|
37967
37912
|
children: [
|
|
37968
|
-
/* @__PURE__ */ x.jsx(
|
|
37913
|
+
/* @__PURE__ */ x.jsx(fk, { ...M1, children: /* @__PURE__ */ x.jsx(P0, { direction: [_], spacing: r1, children: h1 }) }),
|
|
37969
37914
|
/* @__PURE__ */ x.jsx(
|
|
37970
37915
|
Xr,
|
|
37971
37916
|
{
|
|
@@ -37973,7 +37918,7 @@ const fI = F1(
|
|
|
37973
37918
|
isInvalid: M,
|
|
37974
37919
|
isRenderedText: P,
|
|
37975
37920
|
text: i1,
|
|
37976
|
-
__css:
|
|
37921
|
+
__css: v1.helperErrorText
|
|
37977
37922
|
}
|
|
37978
37923
|
)
|
|
37979
37924
|
]
|
|
@@ -37992,7 +37937,7 @@ const fI = F1(
|
|
|
37992
37937
|
s,
|
|
37993
37938
|
i,
|
|
37994
37939
|
p
|
|
37995
|
-
] =
|
|
37940
|
+
] = pk([
|
|
37996
37941
|
"(min-width: 320px)",
|
|
37997
37942
|
"(min-width: 600px)",
|
|
37998
37943
|
"(min-width: 960px)",
|
|
@@ -38047,11 +37992,11 @@ function Sz(r, a) {
|
|
|
38047
37992
|
}
|
|
38048
37993
|
}
|
|
38049
37994
|
function kz() {
|
|
38050
|
-
const [r, a] =
|
|
37995
|
+
const [r, a] = $k(Sz, Ww);
|
|
38051
37996
|
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
37997
|
}
|
|
38053
37998
|
const Tz = F1(
|
|
38054
|
-
|
|
37999
|
+
d2(
|
|
38055
38000
|
({
|
|
38056
38001
|
className: r,
|
|
38057
38002
|
confirmationText: a,
|
|
@@ -38071,10 +38016,10 @@ const Tz = F1(
|
|
|
38071
38016
|
onClose: O,
|
|
38072
38017
|
...P
|
|
38073
38018
|
}, z) => {
|
|
38074
|
-
const [$, A] = hc(k), [Y, j] = hc(p), [i1, r1] = u4(!1), { state: h1, setCategory:
|
|
38019
|
+
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
38020
|
let z1 = j2;
|
|
38076
38021
|
const N2 = () => {
|
|
38077
|
-
|
|
38022
|
+
s2(), A("form"), B1(), j(!1), setTimeout(() => {
|
|
38078
38023
|
var D2;
|
|
38079
38024
|
(D2 = E1 == null ? void 0 : E1.current) == null || D2.focus();
|
|
38080
38025
|
}, 250);
|
|
@@ -38131,7 +38076,7 @@ const Tz = F1(
|
|
|
38131
38076
|
}, 250)), () => clearTimeout(D2);
|
|
38132
38077
|
}, [f1, $]), L && (z1 = P2), M && (z1 = G2), L && M && (z1 = V3), v && (z1 += Y2), o && (z1 += T1), v && o && (z1 += 16);
|
|
38133
38078
|
let ve = z1 + "px";
|
|
38134
|
-
return /* @__PURE__ */ x.jsxs(
|
|
38079
|
+
return /* @__PURE__ */ x.jsxs(g1, { className: r, id: i, ref: z, sx: K1, ...P, children: [
|
|
38135
38080
|
/* @__PURE__ */ x.jsx(
|
|
38136
38081
|
B3,
|
|
38137
38082
|
{
|
|
@@ -38143,15 +38088,15 @@ const Tz = F1(
|
|
|
38143
38088
|
}
|
|
38144
38089
|
),
|
|
38145
38090
|
/* @__PURE__ */ x.jsxs(
|
|
38146
|
-
|
|
38091
|
+
hk,
|
|
38147
38092
|
{
|
|
38148
38093
|
blockScrollOnMount: !1,
|
|
38149
38094
|
isOpen: $1,
|
|
38150
38095
|
onClose: N2,
|
|
38151
38096
|
placement: "bottom",
|
|
38152
38097
|
children: [
|
|
38153
|
-
/* @__PURE__ */ x.jsx(
|
|
38154
|
-
/* @__PURE__ */ x.jsxs(
|
|
38098
|
+
/* @__PURE__ */ x.jsx(mk, {}),
|
|
38099
|
+
/* @__PURE__ */ x.jsxs(vk, { sx: K1.drawerContent, children: [
|
|
38155
38100
|
/* @__PURE__ */ x.jsxs(
|
|
38156
38101
|
B3,
|
|
38157
38102
|
{
|
|
@@ -38168,8 +38113,8 @@ const Tz = F1(
|
|
|
38168
38113
|
]
|
|
38169
38114
|
}
|
|
38170
38115
|
),
|
|
38171
|
-
/* @__PURE__ */ x.jsx(
|
|
38172
|
-
/* @__PURE__ */ x.jsx(
|
|
38116
|
+
/* @__PURE__ */ x.jsx(gk, { sx: K1.drawerHeader, children: /* @__PURE__ */ x.jsx(L5, { "data-testid": "title", children: E }) }),
|
|
38117
|
+
/* @__PURE__ */ x.jsx(yk, { sx: K1.drawerBody, children: /* @__PURE__ */ x.jsxs(
|
|
38173
38118
|
dw,
|
|
38174
38119
|
{
|
|
38175
38120
|
gap: "grid.s",
|
|
@@ -38179,7 +38124,7 @@ const Tz = F1(
|
|
|
38179
38124
|
".feedback-body": {
|
|
38180
38125
|
alignItems: "flex-start",
|
|
38181
38126
|
minHeight: ve,
|
|
38182
|
-
gridTemplateRows:
|
|
38127
|
+
gridTemplateRows: u2
|
|
38183
38128
|
},
|
|
38184
38129
|
".feedback-body.response": {
|
|
38185
38130
|
alignItems: "center",
|
|
@@ -38204,7 +38149,7 @@ const Tz = F1(
|
|
|
38204
38149
|
labelText: "What is your feedback about?",
|
|
38205
38150
|
layout: m1 ? "row" : "column",
|
|
38206
38151
|
name: `${i}-category`,
|
|
38207
|
-
onChange: (D2) =>
|
|
38152
|
+
onChange: (D2) => v1(D2),
|
|
38208
38153
|
children: [
|
|
38209
38154
|
/* @__PURE__ */ x.jsx(
|
|
38210
38155
|
nc,
|
|
@@ -38287,7 +38232,7 @@ const Tz = F1(
|
|
|
38287
38232
|
] }),
|
|
38288
38233
|
R1 && /* @__PURE__ */ x.jsxs(x.Fragment, { children: [
|
|
38289
38234
|
/* @__PURE__ */ x.jsxs(
|
|
38290
|
-
|
|
38235
|
+
g1,
|
|
38291
38236
|
{
|
|
38292
38237
|
className: "feedback-body response",
|
|
38293
38238
|
margin: "auto",
|
|
@@ -38298,7 +38243,7 @@ const Tz = F1(
|
|
|
38298
38243
|
/* @__PURE__ */ x.jsx(
|
|
38299
38244
|
F3,
|
|
38300
38245
|
{
|
|
38301
|
-
color:
|
|
38246
|
+
color: o2,
|
|
38302
38247
|
name: "actionCheckCircleFilled",
|
|
38303
38248
|
size: "large"
|
|
38304
38249
|
}
|
|
@@ -38323,7 +38268,7 @@ const Tz = F1(
|
|
|
38323
38268
|
] }),
|
|
38324
38269
|
E2 && /* @__PURE__ */ x.jsxs(x.Fragment, { children: [
|
|
38325
38270
|
/* @__PURE__ */ x.jsxs(
|
|
38326
|
-
|
|
38271
|
+
g1,
|
|
38327
38272
|
{
|
|
38328
38273
|
className: "feedback-body response",
|
|
38329
38274
|
color: "ui.error.primary",
|
|
@@ -38392,7 +38337,7 @@ function pI() {
|
|
|
38392
38337
|
return { isOpen: r, onClose: a, onOpen: o, FeedbackBox: s };
|
|
38393
38338
|
}
|
|
38394
38339
|
const hI = F1(
|
|
38395
|
-
|
|
38340
|
+
d2(
|
|
38396
38341
|
(r, a) => {
|
|
38397
38342
|
const {
|
|
38398
38343
|
children: o,
|
|
@@ -38474,7 +38419,7 @@ const hI = F1(
|
|
|
38474
38419
|
}
|
|
38475
38420
|
)
|
|
38476
38421
|
), _z = F1(
|
|
38477
|
-
|
|
38422
|
+
d2(
|
|
38478
38423
|
(r, a) => {
|
|
38479
38424
|
const {
|
|
38480
38425
|
children: o,
|
|
@@ -38497,7 +38442,7 @@ const hI = F1(
|
|
|
38497
38442
|
}, 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
38443
|
v(), Y();
|
|
38499
38444
|
};
|
|
38500
|
-
return /* @__PURE__ */ x.jsxs(
|
|
38445
|
+
return /* @__PURE__ */ x.jsxs(g1, { id: `filter-bar-${s}`, ref: a, ..._, children: [
|
|
38501
38446
|
/* @__PURE__ */ x.jsx(
|
|
38502
38447
|
B3,
|
|
38503
38448
|
{
|
|
@@ -38574,7 +38519,7 @@ const cb = [
|
|
|
38574
38519
|
"secondaryResearch",
|
|
38575
38520
|
"secondaryWhatsOn"
|
|
38576
38521
|
], vI = F1(
|
|
38577
|
-
|
|
38522
|
+
d2(
|
|
38578
38523
|
(r, a) => {
|
|
38579
38524
|
const {
|
|
38580
38525
|
backdropBackgroundColor: o,
|
|
@@ -38693,7 +38638,7 @@ const cb = [
|
|
|
38693
38638
|
}
|
|
38694
38639
|
), i1 = v === "campaign" ? /* @__PURE__ */ x.jsxs(x.Fragment, { children: [
|
|
38695
38640
|
/* @__PURE__ */ x.jsx(
|
|
38696
|
-
|
|
38641
|
+
g1,
|
|
38697
38642
|
{
|
|
38698
38643
|
__css: {
|
|
38699
38644
|
...R.imgWrapper
|
|
@@ -38704,13 +38649,13 @@ const cb = [
|
|
|
38704
38649
|
children: j
|
|
38705
38650
|
}
|
|
38706
38651
|
),
|
|
38707
|
-
/* @__PURE__ */ x.jsxs(
|
|
38652
|
+
/* @__PURE__ */ x.jsxs(g1, { __css: R.interior, children: [
|
|
38708
38653
|
P,
|
|
38709
38654
|
_
|
|
38710
38655
|
] })
|
|
38711
38656
|
] }) : /* @__PURE__ */ x.jsxs(x.Fragment, { children: [
|
|
38712
38657
|
v !== "primary" && v !== "tertiary" && /* @__PURE__ */ x.jsx(
|
|
38713
|
-
|
|
38658
|
+
g1,
|
|
38714
38659
|
{
|
|
38715
38660
|
__css: {
|
|
38716
38661
|
...R.imgWrapper
|
|
@@ -38722,10 +38667,10 @@ const cb = [
|
|
|
38722
38667
|
}
|
|
38723
38668
|
),
|
|
38724
38669
|
P,
|
|
38725
|
-
v === "tertiary" && _ ? /* @__PURE__ */ x.jsx("p", { children: _ }) : /* @__PURE__ */ x.jsx(
|
|
38670
|
+
v === "tertiary" && _ ? /* @__PURE__ */ x.jsx("p", { children: _ }) : /* @__PURE__ */ x.jsx(g1, { __css: R.bodyText, children: _ })
|
|
38726
38671
|
] });
|
|
38727
38672
|
return /* @__PURE__ */ x.jsx(
|
|
38728
|
-
|
|
38673
|
+
g1,
|
|
38729
38674
|
{
|
|
38730
38675
|
"data-testid": "hero",
|
|
38731
38676
|
"data-responsive-background-image": !0,
|
|
@@ -38736,7 +38681,7 @@ const cb = [
|
|
|
38736
38681
|
...z
|
|
38737
38682
|
},
|
|
38738
38683
|
children: /* @__PURE__ */ x.jsx(
|
|
38739
|
-
|
|
38684
|
+
g1,
|
|
38740
38685
|
{
|
|
38741
38686
|
"data-testid": "hero-content",
|
|
38742
38687
|
style: $,
|
|
@@ -38750,7 +38695,7 @@ const cb = [
|
|
|
38750
38695
|
),
|
|
38751
38696
|
{ shouldForwardProp: () => !0 }
|
|
38752
38697
|
), gI = F1(
|
|
38753
|
-
|
|
38698
|
+
d2(
|
|
38754
38699
|
(r, a) => {
|
|
38755
38700
|
const { align: o, className: s, id: i, ...p } = r, v = {
|
|
38756
38701
|
...R3("HorizontalRule", { align: o }),
|
|
@@ -38758,7 +38703,7 @@ const cb = [
|
|
|
38758
38703
|
width: "100%"
|
|
38759
38704
|
};
|
|
38760
38705
|
return /* @__PURE__ */ x.jsx(
|
|
38761
|
-
|
|
38706
|
+
g1,
|
|
38762
38707
|
{
|
|
38763
38708
|
as: "hr",
|
|
38764
38709
|
className: s,
|
|
@@ -38771,7 +38716,7 @@ const cb = [
|
|
|
38771
38716
|
}
|
|
38772
38717
|
)
|
|
38773
38718
|
), Xh = F1(
|
|
38774
|
-
|
|
38719
|
+
d2((r, a) => {
|
|
38775
38720
|
const {
|
|
38776
38721
|
children: o,
|
|
38777
38722
|
className: s,
|
|
@@ -38807,7 +38752,7 @@ const cb = [
|
|
|
38807
38752
|
/* @__PURE__ */ x.jsx("dd", { children: $.description }, `${A}-des`)
|
|
38808
38753
|
]) : null : null);
|
|
38809
38754
|
return M === "ol" || M === "ul" ? (Qw(o, M), R = /* @__PURE__ */ x.jsx(
|
|
38810
|
-
|
|
38755
|
+
g1,
|
|
38811
38756
|
{
|
|
38812
38757
|
as: M,
|
|
38813
38758
|
id: i,
|
|
@@ -38827,7 +38772,7 @@ const cb = [
|
|
|
38827
38772
|
}
|
|
38828
38773
|
);
|
|
38829
38774
|
})(), R = /* @__PURE__ */ x.jsxs(
|
|
38830
|
-
|
|
38775
|
+
g1,
|
|
38831
38776
|
{
|
|
38832
38777
|
as: "section",
|
|
38833
38778
|
id: i,
|
|
@@ -39160,7 +39105,7 @@ const cb = [
|
|
|
39160
39105
|
treasuresColor: TU,
|
|
39161
39106
|
treasuresColorNegative: _U
|
|
39162
39107
|
}, yI = F1(
|
|
39163
|
-
|
|
39108
|
+
d2((r, a) => {
|
|
39164
39109
|
var R, O;
|
|
39165
39110
|
const {
|
|
39166
39111
|
children: o,
|
|
@@ -39201,7 +39146,7 @@ const cb = [
|
|
|
39201
39146
|
ref: a
|
|
39202
39147
|
}) : console.warn(
|
|
39203
39148
|
"NYPL Reservoir Logo: An `svg` element must be passed to the `Logo` component as its child."
|
|
39204
|
-
), /* @__PURE__ */ x.jsx(
|
|
39149
|
+
), /* @__PURE__ */ x.jsx(g1, { ref: a, __css: E, children: _ });
|
|
39205
39150
|
})
|
|
39206
39151
|
);
|
|
39207
39152
|
class LI {
|
|
@@ -39339,7 +39284,7 @@ class LI {
|
|
|
39339
39284
|
}
|
|
39340
39285
|
}
|
|
39341
39286
|
const bI = F1(
|
|
39342
|
-
|
|
39287
|
+
d2(
|
|
39343
39288
|
({
|
|
39344
39289
|
className: r,
|
|
39345
39290
|
id: a,
|
|
@@ -39398,14 +39343,14 @@ const bI = F1(
|
|
|
39398
39343
|
sx: { borderRadius: "24px" }
|
|
39399
39344
|
}
|
|
39400
39345
|
) : null, $ = (j) => /* @__PURE__ */ x.jsxs(
|
|
39401
|
-
|
|
39346
|
+
wk,
|
|
39402
39347
|
{
|
|
39403
39348
|
sx: k.menuButton,
|
|
39404
39349
|
"aria-label": R ? `${o}: ${R.label}` : o,
|
|
39405
39350
|
backgroundColor: j ? "ui.link.primary-05 !important" : "unset",
|
|
39406
39351
|
children: [
|
|
39407
39352
|
y && /* @__PURE__ */ x.jsxs(x.Fragment, { children: [
|
|
39408
|
-
/* @__PURE__ */ x.jsx(
|
|
39353
|
+
/* @__PURE__ */ x.jsx(g1, { as: "span", sx: { paddingRight: "xs" }, children: p && R ? R.label : o }),
|
|
39409
39354
|
/* @__PURE__ */ x.jsx(
|
|
39410
39355
|
F3,
|
|
39411
39356
|
{
|
|
@@ -39422,13 +39367,13 @@ const bI = F1(
|
|
|
39422
39367
|
if (r1.type === "divider")
|
|
39423
39368
|
return [
|
|
39424
39369
|
...i1,
|
|
39425
|
-
/* @__PURE__ */ x.jsx(
|
|
39370
|
+
/* @__PURE__ */ x.jsx(Hk, { sx: k.dividerItem }, r1.id)
|
|
39426
39371
|
];
|
|
39427
39372
|
if (r1.type === "group")
|
|
39428
39373
|
return [
|
|
39429
39374
|
...i1,
|
|
39430
39375
|
/* @__PURE__ */ x.jsx(
|
|
39431
|
-
|
|
39376
|
+
xk,
|
|
39432
39377
|
{
|
|
39433
39378
|
sx: k.groupItem,
|
|
39434
39379
|
title: r1.label
|
|
@@ -39437,8 +39382,8 @@ const bI = F1(
|
|
|
39437
39382
|
),
|
|
39438
39383
|
...A(r1.children)
|
|
39439
39384
|
];
|
|
39440
|
-
const h1 = R ? R.id === r1.id : !1,
|
|
39441
|
-
|
|
39385
|
+
const h1 = R ? R.id === r1.id : !1, v1 = /* @__PURE__ */ x.jsx(
|
|
39386
|
+
Vk,
|
|
39442
39387
|
{
|
|
39443
39388
|
isFocusable: !0,
|
|
39444
39389
|
"data-testid": h1 ? "selected-item" : "",
|
|
@@ -39449,7 +39394,7 @@ const bI = F1(
|
|
|
39449
39394
|
...h1 && k.selected
|
|
39450
39395
|
},
|
|
39451
39396
|
children: /* @__PURE__ */ x.jsxs(
|
|
39452
|
-
|
|
39397
|
+
g1,
|
|
39453
39398
|
{
|
|
39454
39399
|
style: {
|
|
39455
39400
|
display: "flex",
|
|
@@ -39465,10 +39410,10 @@ const bI = F1(
|
|
|
39465
39410
|
},
|
|
39466
39411
|
r1.id
|
|
39467
39412
|
);
|
|
39468
|
-
return [...i1,
|
|
39413
|
+
return [...i1, v1];
|
|
39469
39414
|
}, []), Y = I5();
|
|
39470
|
-
return /* @__PURE__ */ x.jsx(
|
|
39471
|
-
|
|
39415
|
+
return /* @__PURE__ */ x.jsx(g1, { ref: E, children: /* @__PURE__ */ x.jsx(
|
|
39416
|
+
Lk,
|
|
39472
39417
|
{
|
|
39473
39418
|
id: a,
|
|
39474
39419
|
initialFocusRef: R ? Y : null,
|
|
@@ -39479,7 +39424,7 @@ const bI = F1(
|
|
|
39479
39424
|
flexDirection: s === "right" ? "row-reverse" : "row",
|
|
39480
39425
|
children: [
|
|
39481
39426
|
$(j),
|
|
39482
|
-
/* @__PURE__ */ x.jsx(
|
|
39427
|
+
/* @__PURE__ */ x.jsx(bk, { "data-testid": "menuList", sx: k.menuList, children: A(L) })
|
|
39483
39428
|
]
|
|
39484
39429
|
}
|
|
39485
39430
|
)
|
|
@@ -39562,7 +39507,7 @@ const Lc = F1((r) => {
|
|
|
39562
39507
|
}
|
|
39563
39508
|
) });
|
|
39564
39509
|
}), wI = F1(
|
|
39565
|
-
|
|
39510
|
+
d2(
|
|
39566
39511
|
({ buttonText: r, id: a, modalProps: o, ...s }, i) => {
|
|
39567
39512
|
const { isOpen: p, onOpen: C, onClose: v } = la(), y = () => {
|
|
39568
39513
|
o.onClose && o.onClose(), v();
|
|
@@ -39647,7 +39592,7 @@ function HI() {
|
|
|
39647
39592
|
);
|
|
39648
39593
|
return { onClose: a, onOpen: o, Modal: s };
|
|
39649
39594
|
}
|
|
39650
|
-
const RU =
|
|
39595
|
+
const RU = d2((r, a) => {
|
|
39651
39596
|
const {
|
|
39652
39597
|
isOpen: o,
|
|
39653
39598
|
multiSelectId: s,
|
|
@@ -39691,7 +39636,7 @@ const RU = o2((r, a) => {
|
|
|
39691
39636
|
}
|
|
39692
39637
|
);
|
|
39693
39638
|
}), xI = F1(
|
|
39694
|
-
|
|
39639
|
+
d2(
|
|
39695
39640
|
(r, a) => {
|
|
39696
39641
|
var Y2;
|
|
39697
39642
|
const {
|
|
@@ -39732,7 +39677,7 @@ const RU = o2((r, a) => {
|
|
|
39732
39677
|
const M1 = y === "expand" ? "unset" : p ? "270px" : "215px", H1 = v.length > C && y === "expand", B1 = X.useMemo(
|
|
39733
39678
|
() => H1 ? v.slice(0, C) : v,
|
|
39734
39679
|
[H1, v, C]
|
|
39735
|
-
), [m1, k1] = u4(B1), [$1, D1] = u4(!0),
|
|
39680
|
+
), [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
39681
|
isBlockElement: s,
|
|
39737
39682
|
width: O
|
|
39738
39683
|
}), K1 = (T1, z1) => R[T1] ? !!R[T1].items.find(
|
|
@@ -39753,7 +39698,7 @@ const RU = o2((r, a) => {
|
|
|
39753
39698
|
return R[T1].items.includes(_2) && !((Z3 = z1.children.find((me) => me.id === _2)) != null && Z3.isDisabled);
|
|
39754
39699
|
}
|
|
39755
39700
|
) ? !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(
|
|
39701
|
+
}, 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
39702
|
const z1 = T1.target.value.trim().toLowerCase();
|
|
39758
39703
|
if (!z1) {
|
|
39759
39704
|
k1($1 ? B1 : v);
|
|
@@ -39765,7 +39710,7 @@ const RU = o2((r, a) => {
|
|
|
39765
39710
|
k1(N2);
|
|
39766
39711
|
}, j2 = () => {
|
|
39767
39712
|
k1($1 ? B1 : v);
|
|
39768
|
-
},
|
|
39713
|
+
}, u2 = () => {
|
|
39769
39714
|
D1((T1) => !T1), setTimeout(() => {
|
|
39770
39715
|
j.current && j.current.focus();
|
|
39771
39716
|
}, 1);
|
|
@@ -39773,14 +39718,14 @@ const RU = o2((r, a) => {
|
|
|
39773
39718
|
X.useEffect(() => {
|
|
39774
39719
|
k1($1 ? B1 : v);
|
|
39775
39720
|
}, [$1, B1, v]);
|
|
39776
|
-
const
|
|
39721
|
+
const o2 = () => /* @__PURE__ */ x.jsx(
|
|
39777
39722
|
B3,
|
|
39778
39723
|
{
|
|
39779
39724
|
buttonType: "text",
|
|
39780
39725
|
fontSize: "desktop.button.default",
|
|
39781
39726
|
id: `view-all-text-btn-${o}`,
|
|
39782
39727
|
ref: j,
|
|
39783
|
-
onClick:
|
|
39728
|
+
onClick: u2,
|
|
39784
39729
|
__css: y1.viewAllButton,
|
|
39785
39730
|
children: $1 ? "View all" : "View less"
|
|
39786
39731
|
}
|
|
@@ -39832,13 +39777,13 @@ const RU = o2((r, a) => {
|
|
|
39832
39777
|
T1.id
|
|
39833
39778
|
)
|
|
39834
39779
|
], G2 = /* @__PURE__ */ x.jsx(
|
|
39835
|
-
|
|
39780
|
+
g1,
|
|
39836
39781
|
{
|
|
39837
39782
|
title: L,
|
|
39838
|
-
__css:
|
|
39783
|
+
__css: s2 > 0 ? y1.buttonTextLabel : null,
|
|
39839
39784
|
children: L
|
|
39840
39785
|
}
|
|
39841
|
-
), V3 = /* @__PURE__ */ x.jsxs(
|
|
39786
|
+
), V3 = /* @__PURE__ */ x.jsxs(g1, { children: [
|
|
39842
39787
|
p && /* @__PURE__ */ x.jsx(
|
|
39843
39788
|
N0,
|
|
39844
39789
|
{
|
|
@@ -39869,11 +39814,11 @@ const RU = o2((r, a) => {
|
|
|
39869
39814
|
children: m1.map((T1) => /* @__PURE__ */ x.jsx(x.Fragment, { children: P2(T1) }))
|
|
39870
39815
|
}
|
|
39871
39816
|
),
|
|
39872
|
-
H1 && /* @__PURE__ */ x.jsx(
|
|
39817
|
+
H1 && /* @__PURE__ */ x.jsx(o2, {})
|
|
39873
39818
|
] })
|
|
39874
39819
|
] });
|
|
39875
39820
|
return /* @__PURE__ */ x.jsxs(
|
|
39876
|
-
|
|
39821
|
+
g1,
|
|
39877
39822
|
{
|
|
39878
39823
|
id: o,
|
|
39879
39824
|
__css: y1.base,
|
|
@@ -39882,7 +39827,7 @@ const RU = o2((r, a) => {
|
|
|
39882
39827
|
onClick: () => $(!1),
|
|
39883
39828
|
children: [
|
|
39884
39829
|
/* @__PURE__ */ x.jsx(
|
|
39885
|
-
|
|
39830
|
+
m_,
|
|
39886
39831
|
{
|
|
39887
39832
|
accordionData: [
|
|
39888
39833
|
{
|
|
@@ -39904,7 +39849,7 @@ const RU = o2((r, a) => {
|
|
|
39904
39849
|
}
|
|
39905
39850
|
}
|
|
39906
39851
|
),
|
|
39907
|
-
|
|
39852
|
+
s2 > 0 && /* @__PURE__ */ x.jsx(
|
|
39908
39853
|
RU,
|
|
39909
39854
|
{
|
|
39910
39855
|
id: `ms-${o}-menu-button`,
|
|
@@ -39912,7 +39857,7 @@ const RU = o2((r, a) => {
|
|
|
39912
39857
|
multiSelectLabelText: L,
|
|
39913
39858
|
isOpen: i,
|
|
39914
39859
|
selectedItemsString: f1,
|
|
39915
|
-
selectedItemsCount:
|
|
39860
|
+
selectedItemsCount: s2,
|
|
39916
39861
|
onClear: k,
|
|
39917
39862
|
accordionButtonRef: A
|
|
39918
39863
|
}
|
|
@@ -39925,7 +39870,7 @@ const RU = o2((r, a) => {
|
|
|
39925
39870
|
// Pass all custom props to Chakra and override, for width prop.
|
|
39926
39871
|
{ shouldForwardProp: () => !0 }
|
|
39927
39872
|
), VI = F1(
|
|
39928
|
-
|
|
39873
|
+
d2((r, a) => {
|
|
39929
39874
|
const {
|
|
39930
39875
|
className: o = "",
|
|
39931
39876
|
id: s,
|
|
@@ -39976,7 +39921,7 @@ const RU = o2((r, a) => {
|
|
|
39976
39921
|
iconColor: i,
|
|
39977
39922
|
text: p
|
|
39978
39923
|
}) => /* @__PURE__ */ x.jsxs(
|
|
39979
|
-
|
|
39924
|
+
g1,
|
|
39980
39925
|
{
|
|
39981
39926
|
className: "feedback-body response",
|
|
39982
39927
|
margin: "auto",
|
|
@@ -39984,7 +39929,7 @@ const RU = o2((r, a) => {
|
|
|
39984
39929
|
tabIndex: -1,
|
|
39985
39930
|
width: "100%",
|
|
39986
39931
|
children: [
|
|
39987
|
-
/* @__PURE__ */ x.jsxs(
|
|
39932
|
+
/* @__PURE__ */ x.jsxs(g1, { display: "flex", marginBottom: "xs", alignItems: { md: "center" }, children: [
|
|
39988
39933
|
/* @__PURE__ */ x.jsx(F3, { color: i, name: s, size: "large" }),
|
|
39989
39934
|
/* @__PURE__ */ x.jsx(
|
|
39990
39935
|
L5,
|
|
@@ -40002,7 +39947,7 @@ const RU = o2((r, a) => {
|
|
|
40002
39947
|
]
|
|
40003
39948
|
}
|
|
40004
39949
|
), MI = F1(
|
|
40005
|
-
|
|
39950
|
+
d2(
|
|
40006
39951
|
({
|
|
40007
39952
|
className: r,
|
|
40008
39953
|
confirmationHeading: a,
|
|
@@ -40035,10 +39980,10 @@ const RU = o2((r, a) => {
|
|
|
40035
39980
|
additionalStyles: {
|
|
40036
39981
|
marginBottom: 0
|
|
40037
39982
|
}
|
|
40038
|
-
}),
|
|
39983
|
+
}), v1 = X.useRef(null);
|
|
40039
39984
|
return X.useEffect(() => {
|
|
40040
39985
|
var M1;
|
|
40041
|
-
(M1 =
|
|
39986
|
+
(M1 = v1.current) == null || M1.focus();
|
|
40042
39987
|
}, [P]), /* @__PURE__ */ x.jsxs(
|
|
40043
39988
|
P0,
|
|
40044
39989
|
{
|
|
@@ -40101,7 +40046,7 @@ const RU = o2((r, a) => {
|
|
|
40101
40046
|
P === "confirmation" && /* @__PURE__ */ x.jsx(
|
|
40102
40047
|
db,
|
|
40103
40048
|
{
|
|
40104
|
-
focusRef:
|
|
40049
|
+
focusRef: v1,
|
|
40105
40050
|
heading: a,
|
|
40106
40051
|
iconName: "actionCheckCircleFilled",
|
|
40107
40052
|
iconColor: j,
|
|
@@ -40111,7 +40056,7 @@ const RU = o2((r, a) => {
|
|
|
40111
40056
|
P === "error" && /* @__PURE__ */ x.jsx(
|
|
40112
40057
|
db,
|
|
40113
40058
|
{
|
|
40114
|
-
focusRef:
|
|
40059
|
+
focusRef: v1,
|
|
40115
40060
|
heading: i,
|
|
40116
40061
|
headingColor: i1,
|
|
40117
40062
|
iconName: "errorFilled",
|
|
@@ -40126,7 +40071,7 @@ const RU = o2((r, a) => {
|
|
|
40126
40071
|
}
|
|
40127
40072
|
)
|
|
40128
40073
|
), EI = F1(
|
|
40129
|
-
|
|
40074
|
+
d2((r, a) => {
|
|
40130
40075
|
const {
|
|
40131
40076
|
className: o,
|
|
40132
40077
|
currentPage: s,
|
|
@@ -40146,14 +40091,14 @@ const RU = o2((r, a) => {
|
|
|
40146
40091
|
), i && s && console.warn(
|
|
40147
40092
|
"NYPL Reservoir Pagination: The `currentPage` prop does not work with the `getPageHref` prop. Use `currentPage` with `onPageChange` instead."
|
|
40148
40093
|
);
|
|
40149
|
-
const P = typeof i < "u" && typeof i == "function", z = (h1,
|
|
40150
|
-
h1.preventDefault && h1.preventDefault(), E !==
|
|
40094
|
+
const P = typeof i < "u" && typeof i == "function", z = (h1, v1) => {
|
|
40095
|
+
h1.preventDefault && h1.preventDefault(), E !== v1 && (k(v1), v && v(v1));
|
|
40151
40096
|
}, $ = (h1) => {
|
|
40152
40097
|
E > 1 && z(h1, R);
|
|
40153
40098
|
}, A = (h1) => {
|
|
40154
40099
|
E < y && z(h1, O);
|
|
40155
|
-
}, Y = (h1,
|
|
40156
|
-
const M1 = E ===
|
|
40100
|
+
}, Y = (h1, v1) => {
|
|
40101
|
+
const M1 = E === v1, H1 = M1 ? {
|
|
40157
40102
|
color: "ui.typography.body",
|
|
40158
40103
|
pointerEvent: "none",
|
|
40159
40104
|
_dark: {
|
|
@@ -40161,13 +40106,13 @@ const RU = o2((r, a) => {
|
|
|
40161
40106
|
}
|
|
40162
40107
|
} : {}, m1 = {
|
|
40163
40108
|
items: {
|
|
40164
|
-
href: P ? i(
|
|
40109
|
+
href: P ? i(v1) : "#",
|
|
40165
40110
|
attributes: {
|
|
40166
|
-
"aria-label": `Page ${
|
|
40111
|
+
"aria-label": `Page ${v1}`,
|
|
40167
40112
|
"aria-current": M1 ? "page" : null,
|
|
40168
|
-
onClick: P ? void 0 : (k1) => z(k1,
|
|
40113
|
+
onClick: P ? void 0 : (k1) => z(k1, v1)
|
|
40169
40114
|
},
|
|
40170
|
-
text:
|
|
40115
|
+
text: v1
|
|
40171
40116
|
},
|
|
40172
40117
|
previous: {
|
|
40173
40118
|
href: P ? i(R) : "#",
|
|
@@ -40200,7 +40145,7 @@ const RU = o2((r, a) => {
|
|
|
40200
40145
|
}
|
|
40201
40146
|
);
|
|
40202
40147
|
}, j = (h1) => {
|
|
40203
|
-
const
|
|
40148
|
+
const v1 = Math.max(
|
|
40204
40149
|
// Start at three if the current page is near the beginning.
|
|
40205
40150
|
3,
|
|
40206
40151
|
Math.min(
|
|
@@ -40231,10 +40176,10 @@ const RU = o2((r, a) => {
|
|
|
40231
40176
|
// Always display the first page.
|
|
40232
40177
|
1,
|
|
40233
40178
|
// The second item will be 2 or an ellipse.
|
|
40234
|
-
|
|
40179
|
+
v1 > 3 ? "ellipse-start" : 2,
|
|
40235
40180
|
// The middle range of page numbers to display.
|
|
40236
40181
|
// Add +1 to the end since range() doesn't include the last number.
|
|
40237
|
-
...
|
|
40182
|
+
...v_(v1, M1 + 1),
|
|
40238
40183
|
// The next to last item will be the next to last
|
|
40239
40184
|
// number or an ellipse.
|
|
40240
40185
|
M1 < y - 2 ? "ellipse-end" : y - 1,
|
|
@@ -40247,7 +40192,7 @@ const RU = o2((r, a) => {
|
|
|
40247
40192
|
});
|
|
40248
40193
|
}, i1 = E !== 1 && /* @__PURE__ */ x.jsx("li", { children: Y("previous") }, "previous"), r1 = E !== y && /* @__PURE__ */ x.jsx("li", { children: Y("next") }, "next");
|
|
40249
40194
|
return /* @__PURE__ */ x.jsx(
|
|
40250
|
-
|
|
40195
|
+
g1,
|
|
40251
40196
|
{
|
|
40252
40197
|
as: "nav",
|
|
40253
40198
|
id: p,
|
|
@@ -40266,7 +40211,7 @@ const RU = o2((r, a) => {
|
|
|
40266
40211
|
);
|
|
40267
40212
|
})
|
|
40268
40213
|
), SI = F1(
|
|
40269
|
-
|
|
40214
|
+
d2((r, a) => {
|
|
40270
40215
|
const {
|
|
40271
40216
|
darkMode: o = !1,
|
|
40272
40217
|
id: s,
|
|
@@ -40296,26 +40241,26 @@ const RU = o2((r, a) => {
|
|
|
40296
40241
|
// If `isIndeterminate` is true, then it overrides the `value` prop.
|
|
40297
40242
|
isIndeterminate: p || void 0,
|
|
40298
40243
|
value: p ? void 0 : k
|
|
40299
|
-
}, R = (O) => O === "circular" ? (y === "small" && (_["aria-label"] = C), /* @__PURE__ */ x.jsxs(
|
|
40300
|
-
/* @__PURE__ */ x.jsx(
|
|
40244
|
+
}, R = (O) => O === "circular" ? (y === "small" && (_["aria-label"] = C), /* @__PURE__ */ x.jsxs(g1, { __css: E.circularContainer, children: [
|
|
40245
|
+
/* @__PURE__ */ x.jsx(Mk, { ..._, sx: E.circular, children: v && !p && y !== "small" && /* @__PURE__ */ x.jsxs(Ek, { children: [
|
|
40301
40246
|
k,
|
|
40302
40247
|
"%"
|
|
40303
40248
|
] }) }),
|
|
40304
40249
|
v && y !== "small" && /* @__PURE__ */ x.jsx(Uo, { id: `${s}-label`, htmlFor: s, children: C })
|
|
40305
40250
|
] })) : /* @__PURE__ */ x.jsxs(x.Fragment, { children: [
|
|
40306
40251
|
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(
|
|
40252
|
+
/* @__PURE__ */ x.jsxs(g1, { __css: E.linearContainer, children: [
|
|
40253
|
+
/* @__PURE__ */ x.jsx(Sk, { ..._, sx: E.linear }),
|
|
40254
|
+
v && !p && /* @__PURE__ */ x.jsxs(g1, { __css: E.linearPercentage, children: [
|
|
40310
40255
|
k,
|
|
40311
40256
|
"%"
|
|
40312
40257
|
] })
|
|
40313
40258
|
] })
|
|
40314
40259
|
] });
|
|
40315
|
-
return /* @__PURE__ */ x.jsx(
|
|
40260
|
+
return /* @__PURE__ */ x.jsx(g1, { ref: a, __css: E, ...M, children: R(i) });
|
|
40316
40261
|
})
|
|
40317
40262
|
), ZU = F1(
|
|
40318
|
-
|
|
40263
|
+
d2(
|
|
40319
40264
|
(r, a) => {
|
|
40320
40265
|
const {
|
|
40321
40266
|
children: o,
|
|
@@ -40340,8 +40285,8 @@ const RU = o2((r, a) => {
|
|
|
40340
40285
|
} = r, [j, i1] = u4(0), r1 = I5(null), h1 = U2("CustomSelect", {
|
|
40341
40286
|
variant: O,
|
|
40342
40287
|
labelPosition: M
|
|
40343
|
-
}),
|
|
40344
|
-
footnote: y ?
|
|
40288
|
+
}), v1 = C || "There is an error related to this field.", H1 = $o({
|
|
40289
|
+
footnote: y ? v1 : i,
|
|
40345
40290
|
id: p,
|
|
40346
40291
|
labelText: E,
|
|
40347
40292
|
name: "Select",
|
|
@@ -40369,13 +40314,13 @@ const RU = o2((r, a) => {
|
|
|
40369
40314
|
marginStart: { sm: "auto", md: `${j}px` }
|
|
40370
40315
|
},
|
|
40371
40316
|
id: p,
|
|
40372
|
-
invalidText:
|
|
40317
|
+
invalidText: v1,
|
|
40373
40318
|
isInvalid: y,
|
|
40374
40319
|
showHelperInvalidText: P,
|
|
40375
40320
|
__css: h1,
|
|
40376
40321
|
...Y,
|
|
40377
|
-
children: /* @__PURE__ */ x.jsxs(
|
|
40378
|
-
z && /* @__PURE__ */ x.jsx(
|
|
40322
|
+
children: /* @__PURE__ */ x.jsxs(g1, { __css: M === "inline" && h1.inline, children: [
|
|
40323
|
+
z && /* @__PURE__ */ x.jsx(g1, { ref: r1, children: /* @__PURE__ */ x.jsx(
|
|
40379
40324
|
Uo,
|
|
40380
40325
|
{
|
|
40381
40326
|
htmlFor: p,
|
|
@@ -40386,7 +40331,7 @@ const RU = o2((r, a) => {
|
|
|
40386
40331
|
}
|
|
40387
40332
|
) }),
|
|
40388
40333
|
/* @__PURE__ */ x.jsx(
|
|
40389
|
-
|
|
40334
|
+
kk,
|
|
40390
40335
|
{
|
|
40391
40336
|
id: p,
|
|
40392
40337
|
variant: "outline",
|
|
@@ -40417,7 +40362,7 @@ const RU = o2((r, a) => {
|
|
|
40417
40362
|
}
|
|
40418
40363
|
)
|
|
40419
40364
|
), kI = F1(
|
|
40420
|
-
|
|
40365
|
+
d2((r, a) => {
|
|
40421
40366
|
const {
|
|
40422
40367
|
action: o,
|
|
40423
40368
|
buttonOnClick: s,
|
|
@@ -40466,7 +40411,7 @@ const RU = o2((r, a) => {
|
|
|
40466
40411
|
value: z == null ? void 0 : z.value,
|
|
40467
40412
|
__css: j.select,
|
|
40468
40413
|
...i1,
|
|
40469
|
-
children: z == null ? void 0 : z.optionsData.map((
|
|
40414
|
+
children: z == null ? void 0 : z.optionsData.map((s2) => /* @__PURE__ */ x.jsx("option", { value: s2.value, children: s2.text }, s2.value))
|
|
40470
40415
|
}
|
|
40471
40416
|
), k1 = A && /* @__PURE__ */ x.jsx(
|
|
40472
40417
|
N0,
|
|
@@ -40525,7 +40470,7 @@ const RU = o2((r, a) => {
|
|
|
40525
40470
|
ref: a,
|
|
40526
40471
|
...Y,
|
|
40527
40472
|
children: /* @__PURE__ */ x.jsxs(
|
|
40528
|
-
|
|
40473
|
+
g1,
|
|
40529
40474
|
{
|
|
40530
40475
|
as: "form",
|
|
40531
40476
|
id: `searchbar-form-${y}`,
|
|
@@ -40547,7 +40492,7 @@ const RU = o2((r, a) => {
|
|
|
40547
40492
|
);
|
|
40548
40493
|
})
|
|
40549
40494
|
), TI = F1(
|
|
40550
|
-
|
|
40495
|
+
d2(
|
|
40551
40496
|
(r, a) => {
|
|
40552
40497
|
const {
|
|
40553
40498
|
className: o,
|
|
@@ -40576,7 +40521,7 @@ const RU = o2((r, a) => {
|
|
|
40576
40521
|
width: i1,
|
|
40577
40522
|
sx: O.loader,
|
|
40578
40523
|
children: /* @__PURE__ */ x.jsx(
|
|
40579
|
-
|
|
40524
|
+
g1,
|
|
40580
40525
|
{
|
|
40581
40526
|
__css: O[z],
|
|
40582
40527
|
style: { marginBottom: r1 }
|
|
@@ -40587,7 +40532,7 @@ const RU = o2((r, a) => {
|
|
|
40587
40532
|
);
|
|
40588
40533
|
});
|
|
40589
40534
|
return /* @__PURE__ */ x.jsxs(
|
|
40590
|
-
|
|
40535
|
+
g1,
|
|
40591
40536
|
{
|
|
40592
40537
|
className: o,
|
|
40593
40538
|
id: C,
|
|
@@ -40596,11 +40541,11 @@ const RU = o2((r, a) => {
|
|
|
40596
40541
|
style: { width: _ },
|
|
40597
40542
|
...R,
|
|
40598
40543
|
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(
|
|
40544
|
+
k && /* @__PURE__ */ x.jsx(lp, { sx: O.loader, children: /* @__PURE__ */ x.jsx(g1, { __css: { ...O.element, ...O.image } }) }),
|
|
40545
|
+
/* @__PURE__ */ x.jsxs(g1, { className: y, __css: O.container, children: [
|
|
40546
|
+
E && /* @__PURE__ */ x.jsx(g1, { __css: O.section, children: P("heading", i, "80%") }),
|
|
40547
|
+
M && /* @__PURE__ */ x.jsx(g1, { __css: O.section, children: P("content", s, "30%") }),
|
|
40548
|
+
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
40549
|
] })
|
|
40605
40550
|
]
|
|
40606
40551
|
}
|
|
@@ -40608,11 +40553,11 @@ const RU = o2((r, a) => {
|
|
|
40608
40553
|
}
|
|
40609
40554
|
)
|
|
40610
40555
|
), OU = F1(
|
|
40611
|
-
|
|
40556
|
+
d2(
|
|
40612
40557
|
(r, a) => {
|
|
40613
40558
|
const { className: o, id: s, target: i = "#mainContent", ...p } = r, C = R3("SkipNavigation");
|
|
40614
40559
|
return /* @__PURE__ */ x.jsx(
|
|
40615
|
-
|
|
40560
|
+
g1,
|
|
40616
40561
|
{
|
|
40617
40562
|
as: "nav",
|
|
40618
40563
|
"aria-label": "Skip Navigation",
|
|
@@ -40637,7 +40582,7 @@ const RU = o2((r, a) => {
|
|
|
40637
40582
|
}
|
|
40638
40583
|
)
|
|
40639
40584
|
), _I = F1(
|
|
40640
|
-
|
|
40585
|
+
d2((r, a) => {
|
|
40641
40586
|
const {
|
|
40642
40587
|
className: o,
|
|
40643
40588
|
defaultValue: s = 0,
|
|
@@ -40671,9 +40616,9 @@ const RU = o2((r, a) => {
|
|
|
40671
40616
|
), O && P && console.warn(
|
|
40672
40617
|
"NYPL Reservoir Slider: Both `onChange` and `onChangeEnd` props were passed."
|
|
40673
40618
|
);
|
|
40674
|
-
const [
|
|
40619
|
+
const [v1, M1] = hc(r1), H1 = Vh().colorMode === "dark";
|
|
40675
40620
|
let B1 = y;
|
|
40676
|
-
L &&
|
|
40621
|
+
L && v1[0] > v1[1] && (B1 = !0, console.warn(
|
|
40677
40622
|
"NYPL Reservoir Slider: The RangeSlider's first value is greater than the second value."
|
|
40678
40623
|
)), _ > k && (B1 = !0, console.warn(
|
|
40679
40624
|
"NYPL Reservoir Slider: The `min` prop is greater than the `max` prop."
|
|
@@ -40717,9 +40662,9 @@ const RU = o2((r, a) => {
|
|
|
40717
40662
|
const E1 = {
|
|
40718
40663
|
start: {
|
|
40719
40664
|
// We only want the value for this box in the `isRangeSlider` case.
|
|
40720
|
-
value: L ?
|
|
40665
|
+
value: L ? v1[0].toString() : "",
|
|
40721
40666
|
onChange: (K1) => {
|
|
40722
|
-
const R1 = [parseInt(K1.target.value, 10) ? parseInt(K1.target.value, 10) : 0,
|
|
40667
|
+
const R1 = [parseInt(K1.target.value, 10) ? parseInt(K1.target.value, 10) : 0, v1[1]];
|
|
40723
40668
|
M1(R1), O && O && O(R1), P && P && P(R1);
|
|
40724
40669
|
},
|
|
40725
40670
|
...$1
|
|
@@ -40728,11 +40673,11 @@ const RU = o2((r, a) => {
|
|
|
40728
40673
|
// This text input *always* shows. In the default case, we only
|
|
40729
40674
|
// keep track of one value. For the `isRangeSlider` case, we keep
|
|
40730
40675
|
// track of an array but only want the second value.
|
|
40731
|
-
value: L ?
|
|
40676
|
+
value: L ? v1[1].toString() : v1.toString(),
|
|
40732
40677
|
onChange: (K1) => {
|
|
40733
40678
|
let G1 = parseInt(K1.target.value, 10) ? parseInt(K1.target.value, 10) : 0;
|
|
40734
40679
|
G1 > k && (G1 = k);
|
|
40735
|
-
const R1 = L ? [
|
|
40680
|
+
const R1 = L ? [v1[0], G1] : G1;
|
|
40736
40681
|
M1(R1), O && O && O(R1), P && P && P(R1);
|
|
40737
40682
|
},
|
|
40738
40683
|
...$1
|
|
@@ -40753,32 +40698,32 @@ const RU = o2((r, a) => {
|
|
|
40753
40698
|
...E1[f1]
|
|
40754
40699
|
}
|
|
40755
40700
|
);
|
|
40756
|
-
},
|
|
40757
|
-
|
|
40701
|
+
}, s2 = () => L ? /* @__PURE__ */ x.jsxs(
|
|
40702
|
+
Tk,
|
|
40758
40703
|
{
|
|
40759
40704
|
"aria-label": [
|
|
40760
40705
|
`${E} - slider handle for start value`,
|
|
40761
40706
|
`${E} - slider handle for end value`
|
|
40762
40707
|
],
|
|
40763
|
-
value:
|
|
40708
|
+
value: v1,
|
|
40764
40709
|
size: "lg",
|
|
40765
40710
|
...k1,
|
|
40766
40711
|
children: [
|
|
40767
|
-
/* @__PURE__ */ x.jsx(
|
|
40712
|
+
/* @__PURE__ */ x.jsx(_k, { sx: m1.track, children: /* @__PURE__ */ x.jsx(Dk, { sx: m1.filledTrack }) }),
|
|
40768
40713
|
/* @__PURE__ */ x.jsx(Oy, { index: 0, sx: m1.thumb }),
|
|
40769
40714
|
/* @__PURE__ */ x.jsx(Oy, { index: 1, sx: m1.thumb })
|
|
40770
40715
|
]
|
|
40771
40716
|
}
|
|
40772
40717
|
) : /* @__PURE__ */ x.jsxs(
|
|
40773
|
-
|
|
40718
|
+
Rk,
|
|
40774
40719
|
{
|
|
40775
40720
|
"aria-label": `${E} - slider handle`,
|
|
40776
|
-
value:
|
|
40721
|
+
value: v1,
|
|
40777
40722
|
size: "lg",
|
|
40778
40723
|
...k1,
|
|
40779
40724
|
children: [
|
|
40780
|
-
/* @__PURE__ */ x.jsx(
|
|
40781
|
-
/* @__PURE__ */ x.jsx(
|
|
40725
|
+
/* @__PURE__ */ x.jsx(Zk, { sx: m1.track, children: /* @__PURE__ */ x.jsx(Ok, { sx: m1.filledTrack }) }),
|
|
40726
|
+
/* @__PURE__ */ x.jsx(Nk, { sx: m1.thumb })
|
|
40782
40727
|
]
|
|
40783
40728
|
}
|
|
40784
40729
|
);
|
|
@@ -40804,11 +40749,11 @@ const RU = o2((r, a) => {
|
|
|
40804
40749
|
children: E
|
|
40805
40750
|
}
|
|
40806
40751
|
),
|
|
40807
|
-
/* @__PURE__ */ x.jsxs(
|
|
40752
|
+
/* @__PURE__ */ x.jsxs(g1, { __css: m1.container, children: [
|
|
40808
40753
|
z && L && D1("start"),
|
|
40809
|
-
j && /* @__PURE__ */ x.jsx(
|
|
40810
|
-
|
|
40811
|
-
j && /* @__PURE__ */ x.jsx(
|
|
40754
|
+
j && /* @__PURE__ */ x.jsx(g1, { __css: m1.leftValue, children: _ }),
|
|
40755
|
+
s2(),
|
|
40756
|
+
j && /* @__PURE__ */ x.jsx(g1, { __css: m1.rightValue, children: k }),
|
|
40812
40757
|
z && D1("end")
|
|
40813
40758
|
] })
|
|
40814
40759
|
]
|
|
@@ -40816,7 +40761,7 @@ const RU = o2((r, a) => {
|
|
|
40816
40761
|
);
|
|
40817
40762
|
})
|
|
40818
40763
|
), DI = F1(
|
|
40819
|
-
|
|
40764
|
+
d2((r, a) => {
|
|
40820
40765
|
const {
|
|
40821
40766
|
borders: o = "none",
|
|
40822
40767
|
color: s = "textDefault",
|
|
@@ -40882,10 +40827,10 @@ const RU = o2((r, a) => {
|
|
|
40882
40827
|
}),
|
|
40883
40828
|
{ shouldForwardProp: () => !0 }
|
|
40884
40829
|
), RI = F1(
|
|
40885
|
-
|
|
40830
|
+
d2(
|
|
40886
40831
|
(r, a) => {
|
|
40887
40832
|
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(
|
|
40833
|
+
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
40834
|
}
|
|
40890
40835
|
)
|
|
40891
40836
|
), NU = F1((r) => {
|
|
@@ -40917,7 +40862,7 @@ const RU = o2((r, a) => {
|
|
|
40917
40862
|
}
|
|
40918
40863
|
);
|
|
40919
40864
|
}), ZI = F1(
|
|
40920
|
-
|
|
40865
|
+
d2(
|
|
40921
40866
|
(r, a) => {
|
|
40922
40867
|
const {
|
|
40923
40868
|
calloutText: o,
|
|
@@ -40946,7 +40891,7 @@ const RU = o2((r, a) => {
|
|
|
40946
40891
|
className: "structuredcontent-body",
|
|
40947
40892
|
dangerouslySetInnerHTML: { __html: v }
|
|
40948
40893
|
}
|
|
40949
|
-
) : /* @__PURE__ */ x.jsx(
|
|
40894
|
+
) : /* @__PURE__ */ x.jsx(g1, { className: "structuredcontent-body", children: v }), _ = R0({
|
|
40950
40895
|
title: i,
|
|
40951
40896
|
id: p
|
|
40952
40897
|
}), 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 +40899,7 @@ const RU = o2((r, a) => {
|
|
|
40954
40899
|
});
|
|
40955
40900
|
return L && !C.alt && console.warn(
|
|
40956
40901
|
"NYPL Reservoir StructuredContent: The `imageProps.alt` prop is required when using an image."
|
|
40957
|
-
), /* @__PURE__ */ x.jsxs(
|
|
40902
|
+
), /* @__PURE__ */ x.jsxs(g1, { id: p, className: s, ref: a, __css: E, ...y, children: [
|
|
40958
40903
|
_,
|
|
40959
40904
|
O,
|
|
40960
40905
|
L && /* @__PURE__ */ x.jsx(
|
|
@@ -40977,7 +40922,7 @@ const RU = o2((r, a) => {
|
|
|
40977
40922
|
}
|
|
40978
40923
|
)
|
|
40979
40924
|
), OI = F1(
|
|
40980
|
-
|
|
40925
|
+
d2(
|
|
40981
40926
|
(r, a) => {
|
|
40982
40927
|
const {
|
|
40983
40928
|
children: o,
|
|
@@ -40993,7 +40938,7 @@ const RU = o2((r, a) => {
|
|
|
40993
40938
|
let L;
|
|
40994
40939
|
return o && p.length > 0 ? (console.warn(
|
|
40995
40940
|
"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(
|
|
40941
|
+
), 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
40942
|
}
|
|
40998
40943
|
)
|
|
40999
40944
|
), PU = (r) => {
|
|
@@ -41014,7 +40959,7 @@ const RU = o2((r, a) => {
|
|
|
41014
40959
|
), r.forEach((i, p) => {
|
|
41015
40960
|
let C;
|
|
41016
40961
|
const v = /* @__PURE__ */ x.jsx(
|
|
41017
|
-
|
|
40962
|
+
Bk,
|
|
41018
40963
|
{
|
|
41019
40964
|
fontSize: {
|
|
41020
40965
|
base: "mobile.subtitle.subtitle1",
|
|
@@ -41044,7 +40989,7 @@ const RU = o2((r, a) => {
|
|
|
41044
40989
|
)), (s.type === fb || s.props.mdxType === "TabPanels") && o.push(s);
|
|
41045
40990
|
}), { tabs: a, panels: o }) : { tabs: [], panels: [] };
|
|
41046
40991
|
}, NI = F1(
|
|
41047
|
-
|
|
40992
|
+
d2(
|
|
41048
40993
|
(r, a) => {
|
|
41049
40994
|
var Y;
|
|
41050
40995
|
const {
|
|
@@ -41113,7 +41058,7 @@ const RU = o2((r, a) => {
|
|
|
41113
41058
|
);
|
|
41114
41059
|
const A = PU(L);
|
|
41115
41060
|
return /* @__PURE__ */ x.jsxs(
|
|
41116
|
-
|
|
41061
|
+
Pk,
|
|
41117
41062
|
{
|
|
41118
41063
|
defaultIndex: s,
|
|
41119
41064
|
id: i,
|
|
@@ -41127,7 +41072,7 @@ const RU = o2((r, a) => {
|
|
|
41127
41072
|
...y,
|
|
41128
41073
|
children: [
|
|
41129
41074
|
/* @__PURE__ */ x.jsxs(
|
|
41130
|
-
|
|
41075
|
+
g1,
|
|
41131
41076
|
{
|
|
41132
41077
|
__css: E.tablistWrapper,
|
|
41133
41078
|
sx: {
|
|
@@ -41137,7 +41082,7 @@ const RU = o2((r, a) => {
|
|
|
41137
41082
|
},
|
|
41138
41083
|
children: [
|
|
41139
41084
|
z,
|
|
41140
|
-
/* @__PURE__ */ x.jsx(
|
|
41085
|
+
/* @__PURE__ */ x.jsx(g1, { __css: E.carouselParent, ref: A, children: k }),
|
|
41141
41086
|
$
|
|
41142
41087
|
]
|
|
41143
41088
|
}
|
|
@@ -41160,7 +41105,7 @@ const RU = o2((r, a) => {
|
|
|
41160
41105
|
return /* @__PURE__ */ x.jsx(x.Fragment, { children: a.map((s, i) => (typeof s.label == "string" && console.warn(
|
|
41161
41106
|
"NYPL Reservoir TagSet: Explore tags require all `label` props to be React components."
|
|
41162
41107
|
), /* @__PURE__ */ x.jsx(qw, { label: s.label, children: /* @__PURE__ */ x.jsxs(
|
|
41163
|
-
|
|
41108
|
+
g1,
|
|
41164
41109
|
{
|
|
41165
41110
|
"data-testid": "explore-tags",
|
|
41166
41111
|
id: `ts-explore-${s.id}-${i}`,
|
|
@@ -41248,7 +41193,7 @@ function Ap(r) {
|
|
|
41248
41193
|
return r === "filter";
|
|
41249
41194
|
}
|
|
41250
41195
|
const PI = F1(
|
|
41251
|
-
|
|
41196
|
+
d2((r, a) => {
|
|
41252
41197
|
const {
|
|
41253
41198
|
className: o,
|
|
41254
41199
|
id: s,
|
|
@@ -41283,30 +41228,30 @@ const PI = F1(
|
|
|
41283
41228
|
] });
|
|
41284
41229
|
})
|
|
41285
41230
|
), UU = F1(
|
|
41286
|
-
|
|
41231
|
+
d2(
|
|
41287
41232
|
(r, a) => {
|
|
41288
41233
|
const o = R3("Template", {});
|
|
41289
|
-
return /* @__PURE__ */ x.jsx(
|
|
41234
|
+
return /* @__PURE__ */ x.jsx(g1, { id: r.id, ref: a, __css: o, ...r, children: r.children });
|
|
41290
41235
|
}
|
|
41291
41236
|
)
|
|
41292
41237
|
), IU = (r) => {
|
|
41293
41238
|
const a = R3("TemplateBreakout", {});
|
|
41294
|
-
return /* @__PURE__ */ x.jsx(
|
|
41239
|
+
return /* @__PURE__ */ x.jsx(g1, { __css: a, children: r.children });
|
|
41295
41240
|
}, $U = ({
|
|
41296
41241
|
children: r,
|
|
41297
41242
|
renderHeaderElement: a = !0
|
|
41298
41243
|
}) => {
|
|
41299
41244
|
const o = R3("TemplateBreakout", {});
|
|
41300
|
-
let s = /* @__PURE__ */ x.jsx(
|
|
41245
|
+
let s = /* @__PURE__ */ x.jsx(g1, { __css: o, children: r });
|
|
41301
41246
|
return a && (X.Children.map(r, (i) => {
|
|
41302
41247
|
var p;
|
|
41303
41248
|
((i == null ? void 0 : i.type) === "header" || ((p = i == null ? void 0 : i.props) == null ? void 0 : p.mdxType) === "header") && console.warn(
|
|
41304
41249
|
"NYPL Reservoir TemplateHeader: An HTML `header` element was passed in. Set `renderHeaderElement` to `false` to avoid nested HTML `header` elements."
|
|
41305
41250
|
);
|
|
41306
|
-
}), s = /* @__PURE__ */ x.jsx(
|
|
41251
|
+
}), s = /* @__PURE__ */ x.jsx(g1, { as: "header", __css: o, children: r })), s;
|
|
41307
41252
|
}, YU = (r) => {
|
|
41308
41253
|
const a = R3("TemplateBreakout", {});
|
|
41309
|
-
return /* @__PURE__ */ x.jsx(
|
|
41254
|
+
return /* @__PURE__ */ x.jsx(g1, { __css: a, children: r.children });
|
|
41310
41255
|
}, WU = (r) => {
|
|
41311
41256
|
const { children: a, id: o = "mainContent", sidebar: s = "none" } = r, i = R3("TemplateContent", {
|
|
41312
41257
|
variant: s
|
|
@@ -41318,37 +41263,37 @@ const PI = F1(
|
|
|
41318
41263
|
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
41264
|
}
|
|
41320
41265
|
);
|
|
41321
|
-
return /* @__PURE__ */ x.jsx(
|
|
41266
|
+
return /* @__PURE__ */ x.jsx(g1, { as: "main", id: o, __css: i, children: p });
|
|
41322
41267
|
}, QU = (r) => {
|
|
41323
41268
|
const a = R3("TemplateContentTopBottom", {});
|
|
41324
|
-
return /* @__PURE__ */ x.jsx(
|
|
41269
|
+
return /* @__PURE__ */ x.jsx(g1, { __css: a, children: r.children });
|
|
41325
41270
|
}, qU = (r) => {
|
|
41326
41271
|
const a = R3("TemplateContentTopBottom", {});
|
|
41327
|
-
return /* @__PURE__ */ x.jsx(
|
|
41272
|
+
return /* @__PURE__ */ x.jsx(g1, { __css: a, children: r.children });
|
|
41328
41273
|
}, Gw = (r) => {
|
|
41329
41274
|
const { sidebar: a } = r, o = R3("TemplateContentPrimary", {
|
|
41330
41275
|
variant: a
|
|
41331
41276
|
});
|
|
41332
|
-
return /* @__PURE__ */ x.jsx(
|
|
41277
|
+
return /* @__PURE__ */ x.jsx(g1, { __css: o, children: r.children });
|
|
41333
41278
|
}, Xw = (r) => {
|
|
41334
41279
|
const { sidebar: a } = r, o = R3("TemplateContentSidebar", {
|
|
41335
41280
|
variant: a
|
|
41336
41281
|
});
|
|
41337
|
-
return /* @__PURE__ */ x.jsx(
|
|
41282
|
+
return /* @__PURE__ */ x.jsx(g1, { __css: o, children: r.children });
|
|
41338
41283
|
}, GU = ({
|
|
41339
41284
|
children: r,
|
|
41340
41285
|
renderFooterElement: a = !0
|
|
41341
41286
|
}) => {
|
|
41342
41287
|
const o = R3("TemplateBreakout", {});
|
|
41343
|
-
let s = /* @__PURE__ */ x.jsx(
|
|
41288
|
+
let s = /* @__PURE__ */ x.jsx(g1, { __css: o, children: r });
|
|
41344
41289
|
return a && (X.Children.map(r, (i) => {
|
|
41345
41290
|
var p;
|
|
41346
41291
|
((i == null ? void 0 : i.type) === "footer" || ((p = i == null ? void 0 : i.props) == null ? void 0 : p.mdxType) === "footer") && console.warn(
|
|
41347
41292
|
"NYPL Reservoir TemplateFooter: An HTML `footer` element was passed in. Set `renderFooterElement` to `false` to avoid nested HTML `footer` elements."
|
|
41348
41293
|
);
|
|
41349
|
-
}), s = /* @__PURE__ */ x.jsx(
|
|
41294
|
+
}), s = /* @__PURE__ */ x.jsx(g1, { as: "footer", __css: o, children: r })), s;
|
|
41350
41295
|
}, BI = F1(
|
|
41351
|
-
|
|
41296
|
+
d2((r, a) => {
|
|
41352
41297
|
const {
|
|
41353
41298
|
aboveHeader: o,
|
|
41354
41299
|
breakout: s,
|
|
@@ -41389,7 +41334,7 @@ const PI = F1(
|
|
|
41389
41334
|
})
|
|
41390
41335
|
), XU = () => {
|
|
41391
41336
|
}, FI = F1(
|
|
41392
|
-
|
|
41337
|
+
d2((r, a) => {
|
|
41393
41338
|
const {
|
|
41394
41339
|
defaultChecked: o = !1,
|
|
41395
41340
|
helperText: s,
|
|
@@ -41422,8 +41367,8 @@ const PI = F1(
|
|
|
41422
41367
|
invalidText: p,
|
|
41423
41368
|
isInvalid: y,
|
|
41424
41369
|
...R,
|
|
41425
|
-
children: /* @__PURE__ */ x.jsx(
|
|
41426
|
-
|
|
41370
|
+
children: /* @__PURE__ */ x.jsx(g1, { __css: O, children: /* @__PURE__ */ x.jsx(
|
|
41371
|
+
Fk,
|
|
41427
41372
|
{
|
|
41428
41373
|
id: i,
|
|
41429
41374
|
isDisabled: v,
|
|
@@ -41466,7 +41411,7 @@ const PI = F1(
|
|
|
41466
41411
|
(i === "Escape" || i === "Esc" || i === 27) && r(!1);
|
|
41467
41412
|
};
|
|
41468
41413
|
return window.addEventListener("keydown", o), () => window.removeEventListener("keydown", o);
|
|
41469
|
-
}, []),
|
|
41414
|
+
}, []), jk({
|
|
41470
41415
|
ref: a,
|
|
41471
41416
|
handler: () => r(!1)
|
|
41472
41417
|
});
|
|
@@ -41519,7 +41464,7 @@ function zI(r) {
|
|
|
41519
41464
|
};
|
|
41520
41465
|
}
|
|
41521
41466
|
function UI() {
|
|
41522
|
-
const r =
|
|
41467
|
+
const r = Ak();
|
|
41523
41468
|
return !r || Object.keys(r).length === 0 ? (console.warn(
|
|
41524
41469
|
"NYPL Reservoir useNYPLTheme: hook must be used inside of `<DSProvider />`."
|
|
41525
41470
|
), {}) : {
|
|
@@ -41633,7 +41578,7 @@ function II() {
|
|
|
41633
41578
|
}, []), r;
|
|
41634
41579
|
}
|
|
41635
41580
|
const $I = F1(
|
|
41636
|
-
|
|
41581
|
+
d2(
|
|
41637
41582
|
(r, a) => {
|
|
41638
41583
|
const {
|
|
41639
41584
|
aspectRatio: o,
|
|
@@ -41667,7 +41612,7 @@ const $I = F1(
|
|
|
41667
41612
|
"NYPL Reservoir VideoPlayer: The `embedCode` prop is not configured properly."
|
|
41668
41613
|
), A = !0);
|
|
41669
41614
|
const j = U2("VideoPlayer", { variant: A ? "invalid" : o }), i1 = z ? /* @__PURE__ */ x.jsx("span", { dangerouslySetInnerHTML: { __html: z } }) : /* @__PURE__ */ x.jsx(
|
|
41670
|
-
|
|
41615
|
+
g1,
|
|
41671
41616
|
{
|
|
41672
41617
|
as: "iframe",
|
|
41673
41618
|
src: O,
|
|
@@ -41679,7 +41624,7 @@ const $I = F1(
|
|
|
41679
41624
|
}
|
|
41680
41625
|
);
|
|
41681
41626
|
return /* @__PURE__ */ x.jsx(
|
|
41682
|
-
|
|
41627
|
+
g1,
|
|
41683
41628
|
{
|
|
41684
41629
|
className: s,
|
|
41685
41630
|
"data-testid": "video-player-component",
|
|
@@ -41694,7 +41639,7 @@ const $I = F1(
|
|
|
41694
41639
|
descriptionText: i || void 0,
|
|
41695
41640
|
helperText: v && M ? v : void 0,
|
|
41696
41641
|
id: `${y}-componentWrapper`,
|
|
41697
|
-
children: /* @__PURE__ */ x.jsx(
|
|
41642
|
+
children: /* @__PURE__ */ x.jsx(g1, { __css: j.inside, children: i1 })
|
|
41698
41643
|
}
|
|
41699
41644
|
)
|
|
41700
41645
|
}
|
|
@@ -41703,7 +41648,7 @@ const $I = F1(
|
|
|
41703
41648
|
)
|
|
41704
41649
|
);
|
|
41705
41650
|
export {
|
|
41706
|
-
|
|
41651
|
+
m_ as Accordion,
|
|
41707
41652
|
iI as AlphabetFilter,
|
|
41708
41653
|
oI as AudioPlayer,
|
|
41709
41654
|
lI as Banner,
|