@abqm-ds/icons 1.0.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.
Files changed (75) hide show
  1. package/.turbo/turbo-build.log +20 -0
  2. package/.turbo/turbo-clean.log +4 -0
  3. package/CHANGELOG.md +19 -0
  4. package/README.md +141 -0
  5. package/dist/index.cjs +2494 -0
  6. package/dist/index.d.cts +46 -0
  7. package/dist/index.d.ts +46 -0
  8. package/dist/index.js +2460 -0
  9. package/package.json +32 -0
  10. package/scripts/move-icons.js +84 -0
  11. package/src/_temp/AwardFill.tsx +24 -0
  12. package/src/_temp/Broadcast.tsx +26 -0
  13. package/src/_temp/CaretDown.tsx +19 -0
  14. package/src/_temp/CaretRight.tsx +19 -0
  15. package/src/_temp/Facebook.tsx +19 -0
  16. package/src/_temp/Filter.tsx +19 -0
  17. package/src/_temp/Horse.tsx +17 -0
  18. package/src/_temp/Instagram.tsx +19 -0
  19. package/src/_temp/ListOl.tsx +26 -0
  20. package/src/_temp/LogoSeqm.tsx +80 -0
  21. package/src/_temp/LogoSeqmMobile.tsx +36 -0
  22. package/src/_temp/Menu.tsx +21 -0
  23. package/src/_temp/PencilSquare.tsx +26 -0
  24. package/src/_temp/PersonCircle.tsx +27 -0
  25. package/src/_temp/Plus.tsx +19 -0
  26. package/src/_temp/Printer.tsx +19 -0
  27. package/src/_temp/Search.tsx +26 -0
  28. package/src/_temp/Star.tsx +19 -0
  29. package/src/_temp/X.tsx +19 -0
  30. package/src/_temp/Youtube.tsx +19 -0
  31. package/src/components/AwardFillIcon.tsx +23 -0
  32. package/src/components/BoxArrowInLeftIcon.tsx +25 -0
  33. package/src/components/BroadcastIcon.tsx +25 -0
  34. package/src/components/CaretDownIcon.tsx +18 -0
  35. package/src/components/CaretRightIcon.tsx +18 -0
  36. package/src/components/FacebookIcon.tsx +18 -0
  37. package/src/components/FilterIcon.tsx +18 -0
  38. package/src/components/HorseIcon.tsx +16 -0
  39. package/src/components/InstagramIcon.tsx +18 -0
  40. package/src/components/ListOlIcon.tsx +25 -0
  41. package/src/components/LogoSeqmIcon.tsx +79 -0
  42. package/src/components/LogoSeqmMobileIcon.tsx +35 -0
  43. package/src/components/MenuIcon.tsx +20 -0
  44. package/src/components/PencilSquareIcon.tsx +25 -0
  45. package/src/components/PersonCircleIcon.tsx +26 -0
  46. package/src/components/PlusIcon.tsx +18 -0
  47. package/src/components/PrinterIcon.tsx +18 -0
  48. package/src/components/SearchIcon.tsx +25 -0
  49. package/src/components/StarIcon.tsx +18 -0
  50. package/src/components/XIcon.tsx +18 -0
  51. package/src/components/YoutubeIcon.tsx +18 -0
  52. package/src/icons/AwardFill.svg +4 -0
  53. package/src/icons/BoxArrowInLeft.svg +4 -0
  54. package/src/icons/Broadcast.svg +10 -0
  55. package/src/icons/CaretDown.svg +3 -0
  56. package/src/icons/CaretRight.svg +3 -0
  57. package/src/icons/Facebook.svg +3 -0
  58. package/src/icons/Filter.svg +3 -0
  59. package/src/icons/Horse.svg +3 -0
  60. package/src/icons/Instagram.svg +3 -0
  61. package/src/icons/ListOl.svg +4 -0
  62. package/src/icons/LogoSeqm.svg +44 -0
  63. package/src/icons/LogoSeqmMobile.svg +10 -0
  64. package/src/icons/Menu.svg +3 -0
  65. package/src/icons/PencilSquare.svg +4 -0
  66. package/src/icons/PersonCircle.svg +11 -0
  67. package/src/icons/Plus.svg +3 -0
  68. package/src/icons/Printer.svg +3 -0
  69. package/src/icons/Search.svg +10 -0
  70. package/src/icons/Star.svg +3 -0
  71. package/src/icons/X.svg +3 -0
  72. package/src/icons/Youtube.svg +3 -0
  73. package/src/index.ts +32 -0
  74. package/tsconfig.json +20 -0
  75. package/tsup.config.ts +10 -0
package/dist/index.cjs ADDED
@@ -0,0 +1,2494 @@
1
+ "use strict";
2
+ var __create = Object.create;
3
+ var __defProp = Object.defineProperty;
4
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
5
+ var __getOwnPropNames = Object.getOwnPropertyNames;
6
+ var __getProtoOf = Object.getPrototypeOf;
7
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
8
+ var __commonJS = (cb, mod) => function __require() {
9
+ return mod || (0, cb[__getOwnPropNames(cb)[0]])((mod = { exports: {} }).exports, mod), mod.exports;
10
+ };
11
+ var __export = (target, all) => {
12
+ for (var name in all)
13
+ __defProp(target, name, { get: all[name], enumerable: true });
14
+ };
15
+ var __copyProps = (to, from, except, desc) => {
16
+ if (from && typeof from === "object" || typeof from === "function") {
17
+ for (let key of __getOwnPropNames(from))
18
+ if (!__hasOwnProp.call(to, key) && key !== except)
19
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
20
+ }
21
+ return to;
22
+ };
23
+ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
24
+ // If the importer is in node compatibility mode or this is not an ESM
25
+ // file that has been converted to a CommonJS file using a Babel-
26
+ // compatible transform (i.e. "__esModule" has not been set), then set
27
+ // "default" to the CommonJS "module.exports" for node compatibility.
28
+ isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
29
+ mod
30
+ ));
31
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
32
+
33
+ // ../../node_modules/react/cjs/react-jsx-runtime.production.js
34
+ var require_react_jsx_runtime_production = __commonJS({
35
+ "../../node_modules/react/cjs/react-jsx-runtime.production.js"(exports2) {
36
+ "use strict";
37
+ var REACT_ELEMENT_TYPE = Symbol.for("react.transitional.element");
38
+ var REACT_FRAGMENT_TYPE = Symbol.for("react.fragment");
39
+ function jsxProd(type, config, maybeKey) {
40
+ var key = null;
41
+ void 0 !== maybeKey && (key = "" + maybeKey);
42
+ void 0 !== config.key && (key = "" + config.key);
43
+ if ("key" in config) {
44
+ maybeKey = {};
45
+ for (var propName in config)
46
+ "key" !== propName && (maybeKey[propName] = config[propName]);
47
+ } else maybeKey = config;
48
+ config = maybeKey.ref;
49
+ return {
50
+ $$typeof: REACT_ELEMENT_TYPE,
51
+ type,
52
+ key,
53
+ ref: void 0 !== config ? config : null,
54
+ props: maybeKey
55
+ };
56
+ }
57
+ exports2.Fragment = REACT_FRAGMENT_TYPE;
58
+ exports2.jsx = jsxProd;
59
+ exports2.jsxs = jsxProd;
60
+ }
61
+ });
62
+
63
+ // ../../node_modules/react/cjs/react.production.js
64
+ var require_react_production = __commonJS({
65
+ "../../node_modules/react/cjs/react.production.js"(exports2) {
66
+ "use strict";
67
+ var REACT_ELEMENT_TYPE = Symbol.for("react.transitional.element");
68
+ var REACT_PORTAL_TYPE = Symbol.for("react.portal");
69
+ var REACT_FRAGMENT_TYPE = Symbol.for("react.fragment");
70
+ var REACT_STRICT_MODE_TYPE = Symbol.for("react.strict_mode");
71
+ var REACT_PROFILER_TYPE = Symbol.for("react.profiler");
72
+ var REACT_CONSUMER_TYPE = Symbol.for("react.consumer");
73
+ var REACT_CONTEXT_TYPE = Symbol.for("react.context");
74
+ var REACT_FORWARD_REF_TYPE = Symbol.for("react.forward_ref");
75
+ var REACT_SUSPENSE_TYPE = Symbol.for("react.suspense");
76
+ var REACT_MEMO_TYPE = Symbol.for("react.memo");
77
+ var REACT_LAZY_TYPE = Symbol.for("react.lazy");
78
+ var MAYBE_ITERATOR_SYMBOL = Symbol.iterator;
79
+ function getIteratorFn(maybeIterable) {
80
+ if (null === maybeIterable || "object" !== typeof maybeIterable) return null;
81
+ maybeIterable = MAYBE_ITERATOR_SYMBOL && maybeIterable[MAYBE_ITERATOR_SYMBOL] || maybeIterable["@@iterator"];
82
+ return "function" === typeof maybeIterable ? maybeIterable : null;
83
+ }
84
+ var ReactNoopUpdateQueue = {
85
+ isMounted: function() {
86
+ return false;
87
+ },
88
+ enqueueForceUpdate: function() {
89
+ },
90
+ enqueueReplaceState: function() {
91
+ },
92
+ enqueueSetState: function() {
93
+ }
94
+ };
95
+ var assign = Object.assign;
96
+ var emptyObject = {};
97
+ function Component(props, context, updater) {
98
+ this.props = props;
99
+ this.context = context;
100
+ this.refs = emptyObject;
101
+ this.updater = updater || ReactNoopUpdateQueue;
102
+ }
103
+ Component.prototype.isReactComponent = {};
104
+ Component.prototype.setState = function(partialState, callback) {
105
+ if ("object" !== typeof partialState && "function" !== typeof partialState && null != partialState)
106
+ throw Error(
107
+ "takes an object of state variables to update or a function which returns an object of state variables."
108
+ );
109
+ this.updater.enqueueSetState(this, partialState, callback, "setState");
110
+ };
111
+ Component.prototype.forceUpdate = function(callback) {
112
+ this.updater.enqueueForceUpdate(this, callback, "forceUpdate");
113
+ };
114
+ function ComponentDummy() {
115
+ }
116
+ ComponentDummy.prototype = Component.prototype;
117
+ function PureComponent(props, context, updater) {
118
+ this.props = props;
119
+ this.context = context;
120
+ this.refs = emptyObject;
121
+ this.updater = updater || ReactNoopUpdateQueue;
122
+ }
123
+ var pureComponentPrototype = PureComponent.prototype = new ComponentDummy();
124
+ pureComponentPrototype.constructor = PureComponent;
125
+ assign(pureComponentPrototype, Component.prototype);
126
+ pureComponentPrototype.isPureReactComponent = true;
127
+ var isArrayImpl = Array.isArray;
128
+ var ReactSharedInternals = { H: null, A: null, T: null, S: null, V: null };
129
+ var hasOwnProperty = Object.prototype.hasOwnProperty;
130
+ function ReactElement(type, key, self, source, owner, props) {
131
+ self = props.ref;
132
+ return {
133
+ $$typeof: REACT_ELEMENT_TYPE,
134
+ type,
135
+ key,
136
+ ref: void 0 !== self ? self : null,
137
+ props
138
+ };
139
+ }
140
+ function cloneAndReplaceKey(oldElement, newKey) {
141
+ return ReactElement(
142
+ oldElement.type,
143
+ newKey,
144
+ void 0,
145
+ void 0,
146
+ void 0,
147
+ oldElement.props
148
+ );
149
+ }
150
+ function isValidElement(object) {
151
+ return "object" === typeof object && null !== object && object.$$typeof === REACT_ELEMENT_TYPE;
152
+ }
153
+ function escape(key) {
154
+ var escaperLookup = { "=": "=0", ":": "=2" };
155
+ return "$" + key.replace(/[=:]/g, function(match) {
156
+ return escaperLookup[match];
157
+ });
158
+ }
159
+ var userProvidedKeyEscapeRegex = /\/+/g;
160
+ function getElementKey(element, index) {
161
+ return "object" === typeof element && null !== element && null != element.key ? escape("" + element.key) : index.toString(36);
162
+ }
163
+ function noop$1() {
164
+ }
165
+ function resolveThenable(thenable) {
166
+ switch (thenable.status) {
167
+ case "fulfilled":
168
+ return thenable.value;
169
+ case "rejected":
170
+ throw thenable.reason;
171
+ default:
172
+ switch ("string" === typeof thenable.status ? thenable.then(noop$1, noop$1) : (thenable.status = "pending", thenable.then(
173
+ function(fulfilledValue) {
174
+ "pending" === thenable.status && (thenable.status = "fulfilled", thenable.value = fulfilledValue);
175
+ },
176
+ function(error) {
177
+ "pending" === thenable.status && (thenable.status = "rejected", thenable.reason = error);
178
+ }
179
+ )), thenable.status) {
180
+ case "fulfilled":
181
+ return thenable.value;
182
+ case "rejected":
183
+ throw thenable.reason;
184
+ }
185
+ }
186
+ throw thenable;
187
+ }
188
+ function mapIntoArray(children, array, escapedPrefix, nameSoFar, callback) {
189
+ var type = typeof children;
190
+ if ("undefined" === type || "boolean" === type) children = null;
191
+ var invokeCallback = false;
192
+ if (null === children) invokeCallback = true;
193
+ else
194
+ switch (type) {
195
+ case "bigint":
196
+ case "string":
197
+ case "number":
198
+ invokeCallback = true;
199
+ break;
200
+ case "object":
201
+ switch (children.$$typeof) {
202
+ case REACT_ELEMENT_TYPE:
203
+ case REACT_PORTAL_TYPE:
204
+ invokeCallback = true;
205
+ break;
206
+ case REACT_LAZY_TYPE:
207
+ return invokeCallback = children._init, mapIntoArray(
208
+ invokeCallback(children._payload),
209
+ array,
210
+ escapedPrefix,
211
+ nameSoFar,
212
+ callback
213
+ );
214
+ }
215
+ }
216
+ if (invokeCallback)
217
+ return callback = callback(children), invokeCallback = "" === nameSoFar ? "." + getElementKey(children, 0) : nameSoFar, isArrayImpl(callback) ? (escapedPrefix = "", null != invokeCallback && (escapedPrefix = invokeCallback.replace(userProvidedKeyEscapeRegex, "$&/") + "/"), mapIntoArray(callback, array, escapedPrefix, "", function(c) {
218
+ return c;
219
+ })) : null != callback && (isValidElement(callback) && (callback = cloneAndReplaceKey(
220
+ callback,
221
+ escapedPrefix + (null == callback.key || children && children.key === callback.key ? "" : ("" + callback.key).replace(
222
+ userProvidedKeyEscapeRegex,
223
+ "$&/"
224
+ ) + "/") + invokeCallback
225
+ )), array.push(callback)), 1;
226
+ invokeCallback = 0;
227
+ var nextNamePrefix = "" === nameSoFar ? "." : nameSoFar + ":";
228
+ if (isArrayImpl(children))
229
+ for (var i = 0; i < children.length; i++)
230
+ nameSoFar = children[i], type = nextNamePrefix + getElementKey(nameSoFar, i), invokeCallback += mapIntoArray(
231
+ nameSoFar,
232
+ array,
233
+ escapedPrefix,
234
+ type,
235
+ callback
236
+ );
237
+ else if (i = getIteratorFn(children), "function" === typeof i)
238
+ for (children = i.call(children), i = 0; !(nameSoFar = children.next()).done; )
239
+ nameSoFar = nameSoFar.value, type = nextNamePrefix + getElementKey(nameSoFar, i++), invokeCallback += mapIntoArray(
240
+ nameSoFar,
241
+ array,
242
+ escapedPrefix,
243
+ type,
244
+ callback
245
+ );
246
+ else if ("object" === type) {
247
+ if ("function" === typeof children.then)
248
+ return mapIntoArray(
249
+ resolveThenable(children),
250
+ array,
251
+ escapedPrefix,
252
+ nameSoFar,
253
+ callback
254
+ );
255
+ array = String(children);
256
+ throw Error(
257
+ "Objects are not valid as a React child (found: " + ("[object Object]" === array ? "object with keys {" + Object.keys(children).join(", ") + "}" : array) + "). If you meant to render a collection of children, use an array instead."
258
+ );
259
+ }
260
+ return invokeCallback;
261
+ }
262
+ function mapChildren(children, func, context) {
263
+ if (null == children) return children;
264
+ var result = [], count = 0;
265
+ mapIntoArray(children, result, "", "", function(child) {
266
+ return func.call(context, child, count++);
267
+ });
268
+ return result;
269
+ }
270
+ function lazyInitializer(payload) {
271
+ if (-1 === payload._status) {
272
+ var ctor = payload._result;
273
+ ctor = ctor();
274
+ ctor.then(
275
+ function(moduleObject) {
276
+ if (0 === payload._status || -1 === payload._status)
277
+ payload._status = 1, payload._result = moduleObject;
278
+ },
279
+ function(error) {
280
+ if (0 === payload._status || -1 === payload._status)
281
+ payload._status = 2, payload._result = error;
282
+ }
283
+ );
284
+ -1 === payload._status && (payload._status = 0, payload._result = ctor);
285
+ }
286
+ if (1 === payload._status) return payload._result.default;
287
+ throw payload._result;
288
+ }
289
+ var reportGlobalError = "function" === typeof reportError ? reportError : function(error) {
290
+ if ("object" === typeof window && "function" === typeof window.ErrorEvent) {
291
+ var event = new window.ErrorEvent("error", {
292
+ bubbles: true,
293
+ cancelable: true,
294
+ message: "object" === typeof error && null !== error && "string" === typeof error.message ? String(error.message) : String(error),
295
+ error
296
+ });
297
+ if (!window.dispatchEvent(event)) return;
298
+ } else if ("object" === typeof process && "function" === typeof process.emit) {
299
+ process.emit("uncaughtException", error);
300
+ return;
301
+ }
302
+ console.error(error);
303
+ };
304
+ function noop() {
305
+ }
306
+ exports2.Children = {
307
+ map: mapChildren,
308
+ forEach: function(children, forEachFunc, forEachContext) {
309
+ mapChildren(
310
+ children,
311
+ function() {
312
+ forEachFunc.apply(this, arguments);
313
+ },
314
+ forEachContext
315
+ );
316
+ },
317
+ count: function(children) {
318
+ var n = 0;
319
+ mapChildren(children, function() {
320
+ n++;
321
+ });
322
+ return n;
323
+ },
324
+ toArray: function(children) {
325
+ return mapChildren(children, function(child) {
326
+ return child;
327
+ }) || [];
328
+ },
329
+ only: function(children) {
330
+ if (!isValidElement(children))
331
+ throw Error(
332
+ "React.Children.only expected to receive a single React element child."
333
+ );
334
+ return children;
335
+ }
336
+ };
337
+ exports2.Component = Component;
338
+ exports2.Fragment = REACT_FRAGMENT_TYPE;
339
+ exports2.Profiler = REACT_PROFILER_TYPE;
340
+ exports2.PureComponent = PureComponent;
341
+ exports2.StrictMode = REACT_STRICT_MODE_TYPE;
342
+ exports2.Suspense = REACT_SUSPENSE_TYPE;
343
+ exports2.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE = ReactSharedInternals;
344
+ exports2.__COMPILER_RUNTIME = {
345
+ __proto__: null,
346
+ c: function(size) {
347
+ return ReactSharedInternals.H.useMemoCache(size);
348
+ }
349
+ };
350
+ exports2.cache = function(fn) {
351
+ return function() {
352
+ return fn.apply(null, arguments);
353
+ };
354
+ };
355
+ exports2.cloneElement = function(element, config, children) {
356
+ if (null === element || void 0 === element)
357
+ throw Error(
358
+ "The argument must be a React element, but you passed " + element + "."
359
+ );
360
+ var props = assign({}, element.props), key = element.key, owner = void 0;
361
+ if (null != config)
362
+ for (propName in void 0 !== config.ref && (owner = void 0), void 0 !== config.key && (key = "" + config.key), config)
363
+ !hasOwnProperty.call(config, propName) || "key" === propName || "__self" === propName || "__source" === propName || "ref" === propName && void 0 === config.ref || (props[propName] = config[propName]);
364
+ var propName = arguments.length - 2;
365
+ if (1 === propName) props.children = children;
366
+ else if (1 < propName) {
367
+ for (var childArray = Array(propName), i = 0; i < propName; i++)
368
+ childArray[i] = arguments[i + 2];
369
+ props.children = childArray;
370
+ }
371
+ return ReactElement(element.type, key, void 0, void 0, owner, props);
372
+ };
373
+ exports2.createContext = function(defaultValue) {
374
+ defaultValue = {
375
+ $$typeof: REACT_CONTEXT_TYPE,
376
+ _currentValue: defaultValue,
377
+ _currentValue2: defaultValue,
378
+ _threadCount: 0,
379
+ Provider: null,
380
+ Consumer: null
381
+ };
382
+ defaultValue.Provider = defaultValue;
383
+ defaultValue.Consumer = {
384
+ $$typeof: REACT_CONSUMER_TYPE,
385
+ _context: defaultValue
386
+ };
387
+ return defaultValue;
388
+ };
389
+ exports2.createElement = function(type, config, children) {
390
+ var propName, props = {}, key = null;
391
+ if (null != config)
392
+ for (propName in void 0 !== config.key && (key = "" + config.key), config)
393
+ hasOwnProperty.call(config, propName) && "key" !== propName && "__self" !== propName && "__source" !== propName && (props[propName] = config[propName]);
394
+ var childrenLength = arguments.length - 2;
395
+ if (1 === childrenLength) props.children = children;
396
+ else if (1 < childrenLength) {
397
+ for (var childArray = Array(childrenLength), i = 0; i < childrenLength; i++)
398
+ childArray[i] = arguments[i + 2];
399
+ props.children = childArray;
400
+ }
401
+ if (type && type.defaultProps)
402
+ for (propName in childrenLength = type.defaultProps, childrenLength)
403
+ void 0 === props[propName] && (props[propName] = childrenLength[propName]);
404
+ return ReactElement(type, key, void 0, void 0, null, props);
405
+ };
406
+ exports2.createRef = function() {
407
+ return { current: null };
408
+ };
409
+ exports2.forwardRef = function(render) {
410
+ return { $$typeof: REACT_FORWARD_REF_TYPE, render };
411
+ };
412
+ exports2.isValidElement = isValidElement;
413
+ exports2.lazy = function(ctor) {
414
+ return {
415
+ $$typeof: REACT_LAZY_TYPE,
416
+ _payload: { _status: -1, _result: ctor },
417
+ _init: lazyInitializer
418
+ };
419
+ };
420
+ exports2.memo = function(type, compare) {
421
+ return {
422
+ $$typeof: REACT_MEMO_TYPE,
423
+ type,
424
+ compare: void 0 === compare ? null : compare
425
+ };
426
+ };
427
+ exports2.startTransition = function(scope) {
428
+ var prevTransition = ReactSharedInternals.T, currentTransition = {};
429
+ ReactSharedInternals.T = currentTransition;
430
+ try {
431
+ var returnValue = scope(), onStartTransitionFinish = ReactSharedInternals.S;
432
+ null !== onStartTransitionFinish && onStartTransitionFinish(currentTransition, returnValue);
433
+ "object" === typeof returnValue && null !== returnValue && "function" === typeof returnValue.then && returnValue.then(noop, reportGlobalError);
434
+ } catch (error) {
435
+ reportGlobalError(error);
436
+ } finally {
437
+ ReactSharedInternals.T = prevTransition;
438
+ }
439
+ };
440
+ exports2.unstable_useCacheRefresh = function() {
441
+ return ReactSharedInternals.H.useCacheRefresh();
442
+ };
443
+ exports2.use = function(usable) {
444
+ return ReactSharedInternals.H.use(usable);
445
+ };
446
+ exports2.useActionState = function(action, initialState, permalink) {
447
+ return ReactSharedInternals.H.useActionState(action, initialState, permalink);
448
+ };
449
+ exports2.useCallback = function(callback, deps) {
450
+ return ReactSharedInternals.H.useCallback(callback, deps);
451
+ };
452
+ exports2.useContext = function(Context) {
453
+ return ReactSharedInternals.H.useContext(Context);
454
+ };
455
+ exports2.useDebugValue = function() {
456
+ };
457
+ exports2.useDeferredValue = function(value, initialValue) {
458
+ return ReactSharedInternals.H.useDeferredValue(value, initialValue);
459
+ };
460
+ exports2.useEffect = function(create, createDeps, update) {
461
+ var dispatcher = ReactSharedInternals.H;
462
+ if ("function" === typeof update)
463
+ throw Error(
464
+ "useEffect CRUD overload is not enabled in this build of React."
465
+ );
466
+ return dispatcher.useEffect(create, createDeps);
467
+ };
468
+ exports2.useId = function() {
469
+ return ReactSharedInternals.H.useId();
470
+ };
471
+ exports2.useImperativeHandle = function(ref, create, deps) {
472
+ return ReactSharedInternals.H.useImperativeHandle(ref, create, deps);
473
+ };
474
+ exports2.useInsertionEffect = function(create, deps) {
475
+ return ReactSharedInternals.H.useInsertionEffect(create, deps);
476
+ };
477
+ exports2.useLayoutEffect = function(create, deps) {
478
+ return ReactSharedInternals.H.useLayoutEffect(create, deps);
479
+ };
480
+ exports2.useMemo = function(create, deps) {
481
+ return ReactSharedInternals.H.useMemo(create, deps);
482
+ };
483
+ exports2.useOptimistic = function(passthrough, reducer) {
484
+ return ReactSharedInternals.H.useOptimistic(passthrough, reducer);
485
+ };
486
+ exports2.useReducer = function(reducer, initialArg, init) {
487
+ return ReactSharedInternals.H.useReducer(reducer, initialArg, init);
488
+ };
489
+ exports2.useRef = function(initialValue) {
490
+ return ReactSharedInternals.H.useRef(initialValue);
491
+ };
492
+ exports2.useState = function(initialState) {
493
+ return ReactSharedInternals.H.useState(initialState);
494
+ };
495
+ exports2.useSyncExternalStore = function(subscribe, getSnapshot, getServerSnapshot) {
496
+ return ReactSharedInternals.H.useSyncExternalStore(
497
+ subscribe,
498
+ getSnapshot,
499
+ getServerSnapshot
500
+ );
501
+ };
502
+ exports2.useTransition = function() {
503
+ return ReactSharedInternals.H.useTransition();
504
+ };
505
+ exports2.version = "19.1.0";
506
+ }
507
+ });
508
+
509
+ // ../../node_modules/react/cjs/react.development.js
510
+ var require_react_development = __commonJS({
511
+ "../../node_modules/react/cjs/react.development.js"(exports2, module2) {
512
+ "use strict";
513
+ "production" !== process.env.NODE_ENV && function() {
514
+ function defineDeprecationWarning(methodName, info) {
515
+ Object.defineProperty(Component.prototype, methodName, {
516
+ get: function() {
517
+ console.warn(
518
+ "%s(...) is deprecated in plain JavaScript React classes. %s",
519
+ info[0],
520
+ info[1]
521
+ );
522
+ }
523
+ });
524
+ }
525
+ function getIteratorFn(maybeIterable) {
526
+ if (null === maybeIterable || "object" !== typeof maybeIterable)
527
+ return null;
528
+ maybeIterable = MAYBE_ITERATOR_SYMBOL && maybeIterable[MAYBE_ITERATOR_SYMBOL] || maybeIterable["@@iterator"];
529
+ return "function" === typeof maybeIterable ? maybeIterable : null;
530
+ }
531
+ function warnNoop(publicInstance, callerName) {
532
+ publicInstance = (publicInstance = publicInstance.constructor) && (publicInstance.displayName || publicInstance.name) || "ReactClass";
533
+ var warningKey = publicInstance + "." + callerName;
534
+ didWarnStateUpdateForUnmountedComponent[warningKey] || (console.error(
535
+ "Can't call %s on a component that is not yet mounted. This is a no-op, but it might indicate a bug in your application. Instead, assign to `this.state` directly or define a `state = {};` class property with the desired state in the %s component.",
536
+ callerName,
537
+ publicInstance
538
+ ), didWarnStateUpdateForUnmountedComponent[warningKey] = true);
539
+ }
540
+ function Component(props, context, updater) {
541
+ this.props = props;
542
+ this.context = context;
543
+ this.refs = emptyObject;
544
+ this.updater = updater || ReactNoopUpdateQueue;
545
+ }
546
+ function ComponentDummy() {
547
+ }
548
+ function PureComponent(props, context, updater) {
549
+ this.props = props;
550
+ this.context = context;
551
+ this.refs = emptyObject;
552
+ this.updater = updater || ReactNoopUpdateQueue;
553
+ }
554
+ function testStringCoercion(value) {
555
+ return "" + value;
556
+ }
557
+ function checkKeyStringCoercion(value) {
558
+ try {
559
+ testStringCoercion(value);
560
+ var JSCompiler_inline_result = false;
561
+ } catch (e) {
562
+ JSCompiler_inline_result = true;
563
+ }
564
+ if (JSCompiler_inline_result) {
565
+ JSCompiler_inline_result = console;
566
+ var JSCompiler_temp_const = JSCompiler_inline_result.error;
567
+ var JSCompiler_inline_result$jscomp$0 = "function" === typeof Symbol && Symbol.toStringTag && value[Symbol.toStringTag] || value.constructor.name || "Object";
568
+ JSCompiler_temp_const.call(
569
+ JSCompiler_inline_result,
570
+ "The provided key is an unsupported type %s. This value must be coerced to a string before using it here.",
571
+ JSCompiler_inline_result$jscomp$0
572
+ );
573
+ return testStringCoercion(value);
574
+ }
575
+ }
576
+ function getComponentNameFromType(type) {
577
+ if (null == type) return null;
578
+ if ("function" === typeof type)
579
+ return type.$$typeof === REACT_CLIENT_REFERENCE ? null : type.displayName || type.name || null;
580
+ if ("string" === typeof type) return type;
581
+ switch (type) {
582
+ case REACT_FRAGMENT_TYPE:
583
+ return "Fragment";
584
+ case REACT_PROFILER_TYPE:
585
+ return "Profiler";
586
+ case REACT_STRICT_MODE_TYPE:
587
+ return "StrictMode";
588
+ case REACT_SUSPENSE_TYPE:
589
+ return "Suspense";
590
+ case REACT_SUSPENSE_LIST_TYPE:
591
+ return "SuspenseList";
592
+ case REACT_ACTIVITY_TYPE:
593
+ return "Activity";
594
+ }
595
+ if ("object" === typeof type)
596
+ switch ("number" === typeof type.tag && console.error(
597
+ "Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."
598
+ ), type.$$typeof) {
599
+ case REACT_PORTAL_TYPE:
600
+ return "Portal";
601
+ case REACT_CONTEXT_TYPE:
602
+ return (type.displayName || "Context") + ".Provider";
603
+ case REACT_CONSUMER_TYPE:
604
+ return (type._context.displayName || "Context") + ".Consumer";
605
+ case REACT_FORWARD_REF_TYPE:
606
+ var innerType = type.render;
607
+ type = type.displayName;
608
+ type || (type = innerType.displayName || innerType.name || "", type = "" !== type ? "ForwardRef(" + type + ")" : "ForwardRef");
609
+ return type;
610
+ case REACT_MEMO_TYPE:
611
+ return innerType = type.displayName || null, null !== innerType ? innerType : getComponentNameFromType(type.type) || "Memo";
612
+ case REACT_LAZY_TYPE:
613
+ innerType = type._payload;
614
+ type = type._init;
615
+ try {
616
+ return getComponentNameFromType(type(innerType));
617
+ } catch (x) {
618
+ }
619
+ }
620
+ return null;
621
+ }
622
+ function getTaskName(type) {
623
+ if (type === REACT_FRAGMENT_TYPE) return "<>";
624
+ if ("object" === typeof type && null !== type && type.$$typeof === REACT_LAZY_TYPE)
625
+ return "<...>";
626
+ try {
627
+ var name = getComponentNameFromType(type);
628
+ return name ? "<" + name + ">" : "<...>";
629
+ } catch (x) {
630
+ return "<...>";
631
+ }
632
+ }
633
+ function getOwner() {
634
+ var dispatcher = ReactSharedInternals.A;
635
+ return null === dispatcher ? null : dispatcher.getOwner();
636
+ }
637
+ function UnknownOwner() {
638
+ return Error("react-stack-top-frame");
639
+ }
640
+ function hasValidKey(config) {
641
+ if (hasOwnProperty.call(config, "key")) {
642
+ var getter = Object.getOwnPropertyDescriptor(config, "key").get;
643
+ if (getter && getter.isReactWarning) return false;
644
+ }
645
+ return void 0 !== config.key;
646
+ }
647
+ function defineKeyPropWarningGetter(props, displayName) {
648
+ function warnAboutAccessingKey() {
649
+ specialPropKeyWarningShown || (specialPropKeyWarningShown = true, console.error(
650
+ "%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://react.dev/link/special-props)",
651
+ displayName
652
+ ));
653
+ }
654
+ warnAboutAccessingKey.isReactWarning = true;
655
+ Object.defineProperty(props, "key", {
656
+ get: warnAboutAccessingKey,
657
+ configurable: true
658
+ });
659
+ }
660
+ function elementRefGetterWithDeprecationWarning() {
661
+ var componentName = getComponentNameFromType(this.type);
662
+ didWarnAboutElementRef[componentName] || (didWarnAboutElementRef[componentName] = true, console.error(
663
+ "Accessing element.ref was removed in React 19. ref is now a regular prop. It will be removed from the JSX Element type in a future release."
664
+ ));
665
+ componentName = this.props.ref;
666
+ return void 0 !== componentName ? componentName : null;
667
+ }
668
+ function ReactElement(type, key, self, source, owner, props, debugStack, debugTask) {
669
+ self = props.ref;
670
+ type = {
671
+ $$typeof: REACT_ELEMENT_TYPE,
672
+ type,
673
+ key,
674
+ props,
675
+ _owner: owner
676
+ };
677
+ null !== (void 0 !== self ? self : null) ? Object.defineProperty(type, "ref", {
678
+ enumerable: false,
679
+ get: elementRefGetterWithDeprecationWarning
680
+ }) : Object.defineProperty(type, "ref", { enumerable: false, value: null });
681
+ type._store = {};
682
+ Object.defineProperty(type._store, "validated", {
683
+ configurable: false,
684
+ enumerable: false,
685
+ writable: true,
686
+ value: 0
687
+ });
688
+ Object.defineProperty(type, "_debugInfo", {
689
+ configurable: false,
690
+ enumerable: false,
691
+ writable: true,
692
+ value: null
693
+ });
694
+ Object.defineProperty(type, "_debugStack", {
695
+ configurable: false,
696
+ enumerable: false,
697
+ writable: true,
698
+ value: debugStack
699
+ });
700
+ Object.defineProperty(type, "_debugTask", {
701
+ configurable: false,
702
+ enumerable: false,
703
+ writable: true,
704
+ value: debugTask
705
+ });
706
+ Object.freeze && (Object.freeze(type.props), Object.freeze(type));
707
+ return type;
708
+ }
709
+ function cloneAndReplaceKey(oldElement, newKey) {
710
+ newKey = ReactElement(
711
+ oldElement.type,
712
+ newKey,
713
+ void 0,
714
+ void 0,
715
+ oldElement._owner,
716
+ oldElement.props,
717
+ oldElement._debugStack,
718
+ oldElement._debugTask
719
+ );
720
+ oldElement._store && (newKey._store.validated = oldElement._store.validated);
721
+ return newKey;
722
+ }
723
+ function isValidElement(object) {
724
+ return "object" === typeof object && null !== object && object.$$typeof === REACT_ELEMENT_TYPE;
725
+ }
726
+ function escape(key) {
727
+ var escaperLookup = { "=": "=0", ":": "=2" };
728
+ return "$" + key.replace(/[=:]/g, function(match) {
729
+ return escaperLookup[match];
730
+ });
731
+ }
732
+ function getElementKey(element, index) {
733
+ return "object" === typeof element && null !== element && null != element.key ? (checkKeyStringCoercion(element.key), escape("" + element.key)) : index.toString(36);
734
+ }
735
+ function noop$1() {
736
+ }
737
+ function resolveThenable(thenable) {
738
+ switch (thenable.status) {
739
+ case "fulfilled":
740
+ return thenable.value;
741
+ case "rejected":
742
+ throw thenable.reason;
743
+ default:
744
+ switch ("string" === typeof thenable.status ? thenable.then(noop$1, noop$1) : (thenable.status = "pending", thenable.then(
745
+ function(fulfilledValue) {
746
+ "pending" === thenable.status && (thenable.status = "fulfilled", thenable.value = fulfilledValue);
747
+ },
748
+ function(error) {
749
+ "pending" === thenable.status && (thenable.status = "rejected", thenable.reason = error);
750
+ }
751
+ )), thenable.status) {
752
+ case "fulfilled":
753
+ return thenable.value;
754
+ case "rejected":
755
+ throw thenable.reason;
756
+ }
757
+ }
758
+ throw thenable;
759
+ }
760
+ function mapIntoArray(children, array, escapedPrefix, nameSoFar, callback) {
761
+ var type = typeof children;
762
+ if ("undefined" === type || "boolean" === type) children = null;
763
+ var invokeCallback = false;
764
+ if (null === children) invokeCallback = true;
765
+ else
766
+ switch (type) {
767
+ case "bigint":
768
+ case "string":
769
+ case "number":
770
+ invokeCallback = true;
771
+ break;
772
+ case "object":
773
+ switch (children.$$typeof) {
774
+ case REACT_ELEMENT_TYPE:
775
+ case REACT_PORTAL_TYPE:
776
+ invokeCallback = true;
777
+ break;
778
+ case REACT_LAZY_TYPE:
779
+ return invokeCallback = children._init, mapIntoArray(
780
+ invokeCallback(children._payload),
781
+ array,
782
+ escapedPrefix,
783
+ nameSoFar,
784
+ callback
785
+ );
786
+ }
787
+ }
788
+ if (invokeCallback) {
789
+ invokeCallback = children;
790
+ callback = callback(invokeCallback);
791
+ var childKey = "" === nameSoFar ? "." + getElementKey(invokeCallback, 0) : nameSoFar;
792
+ isArrayImpl(callback) ? (escapedPrefix = "", null != childKey && (escapedPrefix = childKey.replace(userProvidedKeyEscapeRegex, "$&/") + "/"), mapIntoArray(callback, array, escapedPrefix, "", function(c) {
793
+ return c;
794
+ })) : null != callback && (isValidElement(callback) && (null != callback.key && (invokeCallback && invokeCallback.key === callback.key || checkKeyStringCoercion(callback.key)), escapedPrefix = cloneAndReplaceKey(
795
+ callback,
796
+ escapedPrefix + (null == callback.key || invokeCallback && invokeCallback.key === callback.key ? "" : ("" + callback.key).replace(
797
+ userProvidedKeyEscapeRegex,
798
+ "$&/"
799
+ ) + "/") + childKey
800
+ ), "" !== nameSoFar && null != invokeCallback && isValidElement(invokeCallback) && null == invokeCallback.key && invokeCallback._store && !invokeCallback._store.validated && (escapedPrefix._store.validated = 2), callback = escapedPrefix), array.push(callback));
801
+ return 1;
802
+ }
803
+ invokeCallback = 0;
804
+ childKey = "" === nameSoFar ? "." : nameSoFar + ":";
805
+ if (isArrayImpl(children))
806
+ for (var i = 0; i < children.length; i++)
807
+ nameSoFar = children[i], type = childKey + getElementKey(nameSoFar, i), invokeCallback += mapIntoArray(
808
+ nameSoFar,
809
+ array,
810
+ escapedPrefix,
811
+ type,
812
+ callback
813
+ );
814
+ else if (i = getIteratorFn(children), "function" === typeof i)
815
+ for (i === children.entries && (didWarnAboutMaps || console.warn(
816
+ "Using Maps as children is not supported. Use an array of keyed ReactElements instead."
817
+ ), didWarnAboutMaps = true), children = i.call(children), i = 0; !(nameSoFar = children.next()).done; )
818
+ nameSoFar = nameSoFar.value, type = childKey + getElementKey(nameSoFar, i++), invokeCallback += mapIntoArray(
819
+ nameSoFar,
820
+ array,
821
+ escapedPrefix,
822
+ type,
823
+ callback
824
+ );
825
+ else if ("object" === type) {
826
+ if ("function" === typeof children.then)
827
+ return mapIntoArray(
828
+ resolveThenable(children),
829
+ array,
830
+ escapedPrefix,
831
+ nameSoFar,
832
+ callback
833
+ );
834
+ array = String(children);
835
+ throw Error(
836
+ "Objects are not valid as a React child (found: " + ("[object Object]" === array ? "object with keys {" + Object.keys(children).join(", ") + "}" : array) + "). If you meant to render a collection of children, use an array instead."
837
+ );
838
+ }
839
+ return invokeCallback;
840
+ }
841
+ function mapChildren(children, func, context) {
842
+ if (null == children) return children;
843
+ var result = [], count = 0;
844
+ mapIntoArray(children, result, "", "", function(child) {
845
+ return func.call(context, child, count++);
846
+ });
847
+ return result;
848
+ }
849
+ function lazyInitializer(payload) {
850
+ if (-1 === payload._status) {
851
+ var ctor = payload._result;
852
+ ctor = ctor();
853
+ ctor.then(
854
+ function(moduleObject) {
855
+ if (0 === payload._status || -1 === payload._status)
856
+ payload._status = 1, payload._result = moduleObject;
857
+ },
858
+ function(error) {
859
+ if (0 === payload._status || -1 === payload._status)
860
+ payload._status = 2, payload._result = error;
861
+ }
862
+ );
863
+ -1 === payload._status && (payload._status = 0, payload._result = ctor);
864
+ }
865
+ if (1 === payload._status)
866
+ return ctor = payload._result, void 0 === ctor && console.error(
867
+ "lazy: Expected the result of a dynamic import() call. Instead received: %s\n\nYour code should look like: \n const MyComponent = lazy(() => import('./MyComponent'))\n\nDid you accidentally put curly braces around the import?",
868
+ ctor
869
+ ), "default" in ctor || console.error(
870
+ "lazy: Expected the result of a dynamic import() call. Instead received: %s\n\nYour code should look like: \n const MyComponent = lazy(() => import('./MyComponent'))",
871
+ ctor
872
+ ), ctor.default;
873
+ throw payload._result;
874
+ }
875
+ function resolveDispatcher() {
876
+ var dispatcher = ReactSharedInternals.H;
877
+ null === dispatcher && console.error(
878
+ "Invalid hook call. Hooks can only be called inside of the body of a function component. This could happen for one of the following reasons:\n1. You might have mismatching versions of React and the renderer (such as React DOM)\n2. You might be breaking the Rules of Hooks\n3. You might have more than one copy of React in the same app\nSee https://react.dev/link/invalid-hook-call for tips about how to debug and fix this problem."
879
+ );
880
+ return dispatcher;
881
+ }
882
+ function noop() {
883
+ }
884
+ function enqueueTask(task) {
885
+ if (null === enqueueTaskImpl)
886
+ try {
887
+ var requireString = ("require" + Math.random()).slice(0, 7);
888
+ enqueueTaskImpl = (module2 && module2[requireString]).call(
889
+ module2,
890
+ "timers"
891
+ ).setImmediate;
892
+ } catch (_err) {
893
+ enqueueTaskImpl = function(callback) {
894
+ false === didWarnAboutMessageChannel && (didWarnAboutMessageChannel = true, "undefined" === typeof MessageChannel && console.error(
895
+ "This browser does not have a MessageChannel implementation, so enqueuing tasks via await act(async () => ...) will fail. Please file an issue at https://github.com/facebook/react/issues if you encounter this warning."
896
+ ));
897
+ var channel = new MessageChannel();
898
+ channel.port1.onmessage = callback;
899
+ channel.port2.postMessage(void 0);
900
+ };
901
+ }
902
+ return enqueueTaskImpl(task);
903
+ }
904
+ function aggregateErrors(errors) {
905
+ return 1 < errors.length && "function" === typeof AggregateError ? new AggregateError(errors) : errors[0];
906
+ }
907
+ function popActScope(prevActQueue, prevActScopeDepth) {
908
+ prevActScopeDepth !== actScopeDepth - 1 && console.error(
909
+ "You seem to have overlapping act() calls, this is not supported. Be sure to await previous act() calls before making a new one. "
910
+ );
911
+ actScopeDepth = prevActScopeDepth;
912
+ }
913
+ function recursivelyFlushAsyncActWork(returnValue, resolve, reject) {
914
+ var queue = ReactSharedInternals.actQueue;
915
+ if (null !== queue)
916
+ if (0 !== queue.length)
917
+ try {
918
+ flushActQueue(queue);
919
+ enqueueTask(function() {
920
+ return recursivelyFlushAsyncActWork(returnValue, resolve, reject);
921
+ });
922
+ return;
923
+ } catch (error) {
924
+ ReactSharedInternals.thrownErrors.push(error);
925
+ }
926
+ else ReactSharedInternals.actQueue = null;
927
+ 0 < ReactSharedInternals.thrownErrors.length ? (queue = aggregateErrors(ReactSharedInternals.thrownErrors), ReactSharedInternals.thrownErrors.length = 0, reject(queue)) : resolve(returnValue);
928
+ }
929
+ function flushActQueue(queue) {
930
+ if (!isFlushing) {
931
+ isFlushing = true;
932
+ var i = 0;
933
+ try {
934
+ for (; i < queue.length; i++) {
935
+ var callback = queue[i];
936
+ do {
937
+ ReactSharedInternals.didUsePromise = false;
938
+ var continuation = callback(false);
939
+ if (null !== continuation) {
940
+ if (ReactSharedInternals.didUsePromise) {
941
+ queue[i] = callback;
942
+ queue.splice(0, i);
943
+ return;
944
+ }
945
+ callback = continuation;
946
+ } else break;
947
+ } while (1);
948
+ }
949
+ queue.length = 0;
950
+ } catch (error) {
951
+ queue.splice(0, i + 1), ReactSharedInternals.thrownErrors.push(error);
952
+ } finally {
953
+ isFlushing = false;
954
+ }
955
+ }
956
+ }
957
+ "undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ && "function" === typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart && __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart(Error());
958
+ var REACT_ELEMENT_TYPE = Symbol.for("react.transitional.element"), REACT_PORTAL_TYPE = Symbol.for("react.portal"), REACT_FRAGMENT_TYPE = Symbol.for("react.fragment"), REACT_STRICT_MODE_TYPE = Symbol.for("react.strict_mode"), REACT_PROFILER_TYPE = Symbol.for("react.profiler");
959
+ Symbol.for("react.provider");
960
+ var REACT_CONSUMER_TYPE = Symbol.for("react.consumer"), REACT_CONTEXT_TYPE = Symbol.for("react.context"), REACT_FORWARD_REF_TYPE = Symbol.for("react.forward_ref"), REACT_SUSPENSE_TYPE = Symbol.for("react.suspense"), REACT_SUSPENSE_LIST_TYPE = Symbol.for("react.suspense_list"), REACT_MEMO_TYPE = Symbol.for("react.memo"), REACT_LAZY_TYPE = Symbol.for("react.lazy"), REACT_ACTIVITY_TYPE = Symbol.for("react.activity"), MAYBE_ITERATOR_SYMBOL = Symbol.iterator, didWarnStateUpdateForUnmountedComponent = {}, ReactNoopUpdateQueue = {
961
+ isMounted: function() {
962
+ return false;
963
+ },
964
+ enqueueForceUpdate: function(publicInstance) {
965
+ warnNoop(publicInstance, "forceUpdate");
966
+ },
967
+ enqueueReplaceState: function(publicInstance) {
968
+ warnNoop(publicInstance, "replaceState");
969
+ },
970
+ enqueueSetState: function(publicInstance) {
971
+ warnNoop(publicInstance, "setState");
972
+ }
973
+ }, assign = Object.assign, emptyObject = {};
974
+ Object.freeze(emptyObject);
975
+ Component.prototype.isReactComponent = {};
976
+ Component.prototype.setState = function(partialState, callback) {
977
+ if ("object" !== typeof partialState && "function" !== typeof partialState && null != partialState)
978
+ throw Error(
979
+ "takes an object of state variables to update or a function which returns an object of state variables."
980
+ );
981
+ this.updater.enqueueSetState(this, partialState, callback, "setState");
982
+ };
983
+ Component.prototype.forceUpdate = function(callback) {
984
+ this.updater.enqueueForceUpdate(this, callback, "forceUpdate");
985
+ };
986
+ var deprecatedAPIs = {
987
+ isMounted: [
988
+ "isMounted",
989
+ "Instead, make sure to clean up subscriptions and pending requests in componentWillUnmount to prevent memory leaks."
990
+ ],
991
+ replaceState: [
992
+ "replaceState",
993
+ "Refactor your code to use setState instead (see https://github.com/facebook/react/issues/3236)."
994
+ ]
995
+ }, fnName;
996
+ for (fnName in deprecatedAPIs)
997
+ deprecatedAPIs.hasOwnProperty(fnName) && defineDeprecationWarning(fnName, deprecatedAPIs[fnName]);
998
+ ComponentDummy.prototype = Component.prototype;
999
+ deprecatedAPIs = PureComponent.prototype = new ComponentDummy();
1000
+ deprecatedAPIs.constructor = PureComponent;
1001
+ assign(deprecatedAPIs, Component.prototype);
1002
+ deprecatedAPIs.isPureReactComponent = true;
1003
+ var isArrayImpl = Array.isArray, REACT_CLIENT_REFERENCE = Symbol.for("react.client.reference"), ReactSharedInternals = {
1004
+ H: null,
1005
+ A: null,
1006
+ T: null,
1007
+ S: null,
1008
+ V: null,
1009
+ actQueue: null,
1010
+ isBatchingLegacy: false,
1011
+ didScheduleLegacyUpdate: false,
1012
+ didUsePromise: false,
1013
+ thrownErrors: [],
1014
+ getCurrentStack: null,
1015
+ recentlyCreatedOwnerStacks: 0
1016
+ }, hasOwnProperty = Object.prototype.hasOwnProperty, createTask = console.createTask ? console.createTask : function() {
1017
+ return null;
1018
+ };
1019
+ deprecatedAPIs = {
1020
+ "react-stack-bottom-frame": function(callStackForError) {
1021
+ return callStackForError();
1022
+ }
1023
+ };
1024
+ var specialPropKeyWarningShown, didWarnAboutOldJSXRuntime;
1025
+ var didWarnAboutElementRef = {};
1026
+ var unknownOwnerDebugStack = deprecatedAPIs["react-stack-bottom-frame"].bind(deprecatedAPIs, UnknownOwner)();
1027
+ var unknownOwnerDebugTask = createTask(getTaskName(UnknownOwner));
1028
+ var didWarnAboutMaps = false, userProvidedKeyEscapeRegex = /\/+/g, reportGlobalError = "function" === typeof reportError ? reportError : function(error) {
1029
+ if ("object" === typeof window && "function" === typeof window.ErrorEvent) {
1030
+ var event = new window.ErrorEvent("error", {
1031
+ bubbles: true,
1032
+ cancelable: true,
1033
+ message: "object" === typeof error && null !== error && "string" === typeof error.message ? String(error.message) : String(error),
1034
+ error
1035
+ });
1036
+ if (!window.dispatchEvent(event)) return;
1037
+ } else if ("object" === typeof process && "function" === typeof process.emit) {
1038
+ process.emit("uncaughtException", error);
1039
+ return;
1040
+ }
1041
+ console.error(error);
1042
+ }, didWarnAboutMessageChannel = false, enqueueTaskImpl = null, actScopeDepth = 0, didWarnNoAwaitAct = false, isFlushing = false, queueSeveralMicrotasks = "function" === typeof queueMicrotask ? function(callback) {
1043
+ queueMicrotask(function() {
1044
+ return queueMicrotask(callback);
1045
+ });
1046
+ } : enqueueTask;
1047
+ deprecatedAPIs = Object.freeze({
1048
+ __proto__: null,
1049
+ c: function(size) {
1050
+ return resolveDispatcher().useMemoCache(size);
1051
+ }
1052
+ });
1053
+ exports2.Children = {
1054
+ map: mapChildren,
1055
+ forEach: function(children, forEachFunc, forEachContext) {
1056
+ mapChildren(
1057
+ children,
1058
+ function() {
1059
+ forEachFunc.apply(this, arguments);
1060
+ },
1061
+ forEachContext
1062
+ );
1063
+ },
1064
+ count: function(children) {
1065
+ var n = 0;
1066
+ mapChildren(children, function() {
1067
+ n++;
1068
+ });
1069
+ return n;
1070
+ },
1071
+ toArray: function(children) {
1072
+ return mapChildren(children, function(child) {
1073
+ return child;
1074
+ }) || [];
1075
+ },
1076
+ only: function(children) {
1077
+ if (!isValidElement(children))
1078
+ throw Error(
1079
+ "React.Children.only expected to receive a single React element child."
1080
+ );
1081
+ return children;
1082
+ }
1083
+ };
1084
+ exports2.Component = Component;
1085
+ exports2.Fragment = REACT_FRAGMENT_TYPE;
1086
+ exports2.Profiler = REACT_PROFILER_TYPE;
1087
+ exports2.PureComponent = PureComponent;
1088
+ exports2.StrictMode = REACT_STRICT_MODE_TYPE;
1089
+ exports2.Suspense = REACT_SUSPENSE_TYPE;
1090
+ exports2.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE = ReactSharedInternals;
1091
+ exports2.__COMPILER_RUNTIME = deprecatedAPIs;
1092
+ exports2.act = function(callback) {
1093
+ var prevActQueue = ReactSharedInternals.actQueue, prevActScopeDepth = actScopeDepth;
1094
+ actScopeDepth++;
1095
+ var queue = ReactSharedInternals.actQueue = null !== prevActQueue ? prevActQueue : [], didAwaitActCall = false;
1096
+ try {
1097
+ var result = callback();
1098
+ } catch (error) {
1099
+ ReactSharedInternals.thrownErrors.push(error);
1100
+ }
1101
+ if (0 < ReactSharedInternals.thrownErrors.length)
1102
+ throw popActScope(prevActQueue, prevActScopeDepth), callback = aggregateErrors(ReactSharedInternals.thrownErrors), ReactSharedInternals.thrownErrors.length = 0, callback;
1103
+ if (null !== result && "object" === typeof result && "function" === typeof result.then) {
1104
+ var thenable = result;
1105
+ queueSeveralMicrotasks(function() {
1106
+ didAwaitActCall || didWarnNoAwaitAct || (didWarnNoAwaitAct = true, console.error(
1107
+ "You called act(async () => ...) without await. This could lead to unexpected testing behaviour, interleaving multiple act calls and mixing their scopes. You should - await act(async () => ...);"
1108
+ ));
1109
+ });
1110
+ return {
1111
+ then: function(resolve, reject) {
1112
+ didAwaitActCall = true;
1113
+ thenable.then(
1114
+ function(returnValue) {
1115
+ popActScope(prevActQueue, prevActScopeDepth);
1116
+ if (0 === prevActScopeDepth) {
1117
+ try {
1118
+ flushActQueue(queue), enqueueTask(function() {
1119
+ return recursivelyFlushAsyncActWork(
1120
+ returnValue,
1121
+ resolve,
1122
+ reject
1123
+ );
1124
+ });
1125
+ } catch (error$0) {
1126
+ ReactSharedInternals.thrownErrors.push(error$0);
1127
+ }
1128
+ if (0 < ReactSharedInternals.thrownErrors.length) {
1129
+ var _thrownError = aggregateErrors(
1130
+ ReactSharedInternals.thrownErrors
1131
+ );
1132
+ ReactSharedInternals.thrownErrors.length = 0;
1133
+ reject(_thrownError);
1134
+ }
1135
+ } else resolve(returnValue);
1136
+ },
1137
+ function(error) {
1138
+ popActScope(prevActQueue, prevActScopeDepth);
1139
+ 0 < ReactSharedInternals.thrownErrors.length ? (error = aggregateErrors(
1140
+ ReactSharedInternals.thrownErrors
1141
+ ), ReactSharedInternals.thrownErrors.length = 0, reject(error)) : reject(error);
1142
+ }
1143
+ );
1144
+ }
1145
+ };
1146
+ }
1147
+ var returnValue$jscomp$0 = result;
1148
+ popActScope(prevActQueue, prevActScopeDepth);
1149
+ 0 === prevActScopeDepth && (flushActQueue(queue), 0 !== queue.length && queueSeveralMicrotasks(function() {
1150
+ didAwaitActCall || didWarnNoAwaitAct || (didWarnNoAwaitAct = true, console.error(
1151
+ "A component suspended inside an `act` scope, but the `act` call was not awaited. When testing React components that depend on asynchronous data, you must await the result:\n\nawait act(() => ...)"
1152
+ ));
1153
+ }), ReactSharedInternals.actQueue = null);
1154
+ if (0 < ReactSharedInternals.thrownErrors.length)
1155
+ throw callback = aggregateErrors(ReactSharedInternals.thrownErrors), ReactSharedInternals.thrownErrors.length = 0, callback;
1156
+ return {
1157
+ then: function(resolve, reject) {
1158
+ didAwaitActCall = true;
1159
+ 0 === prevActScopeDepth ? (ReactSharedInternals.actQueue = queue, enqueueTask(function() {
1160
+ return recursivelyFlushAsyncActWork(
1161
+ returnValue$jscomp$0,
1162
+ resolve,
1163
+ reject
1164
+ );
1165
+ })) : resolve(returnValue$jscomp$0);
1166
+ }
1167
+ };
1168
+ };
1169
+ exports2.cache = function(fn) {
1170
+ return function() {
1171
+ return fn.apply(null, arguments);
1172
+ };
1173
+ };
1174
+ exports2.captureOwnerStack = function() {
1175
+ var getCurrentStack = ReactSharedInternals.getCurrentStack;
1176
+ return null === getCurrentStack ? null : getCurrentStack();
1177
+ };
1178
+ exports2.cloneElement = function(element, config, children) {
1179
+ if (null === element || void 0 === element)
1180
+ throw Error(
1181
+ "The argument must be a React element, but you passed " + element + "."
1182
+ );
1183
+ var props = assign({}, element.props), key = element.key, owner = element._owner;
1184
+ if (null != config) {
1185
+ var JSCompiler_inline_result;
1186
+ a: {
1187
+ if (hasOwnProperty.call(config, "ref") && (JSCompiler_inline_result = Object.getOwnPropertyDescriptor(
1188
+ config,
1189
+ "ref"
1190
+ ).get) && JSCompiler_inline_result.isReactWarning) {
1191
+ JSCompiler_inline_result = false;
1192
+ break a;
1193
+ }
1194
+ JSCompiler_inline_result = void 0 !== config.ref;
1195
+ }
1196
+ JSCompiler_inline_result && (owner = getOwner());
1197
+ hasValidKey(config) && (checkKeyStringCoercion(config.key), key = "" + config.key);
1198
+ for (propName in config)
1199
+ !hasOwnProperty.call(config, propName) || "key" === propName || "__self" === propName || "__source" === propName || "ref" === propName && void 0 === config.ref || (props[propName] = config[propName]);
1200
+ }
1201
+ var propName = arguments.length - 2;
1202
+ if (1 === propName) props.children = children;
1203
+ else if (1 < propName) {
1204
+ JSCompiler_inline_result = Array(propName);
1205
+ for (var i = 0; i < propName; i++)
1206
+ JSCompiler_inline_result[i] = arguments[i + 2];
1207
+ props.children = JSCompiler_inline_result;
1208
+ }
1209
+ props = ReactElement(
1210
+ element.type,
1211
+ key,
1212
+ void 0,
1213
+ void 0,
1214
+ owner,
1215
+ props,
1216
+ element._debugStack,
1217
+ element._debugTask
1218
+ );
1219
+ for (key = 2; key < arguments.length; key++)
1220
+ owner = arguments[key], isValidElement(owner) && owner._store && (owner._store.validated = 1);
1221
+ return props;
1222
+ };
1223
+ exports2.createContext = function(defaultValue) {
1224
+ defaultValue = {
1225
+ $$typeof: REACT_CONTEXT_TYPE,
1226
+ _currentValue: defaultValue,
1227
+ _currentValue2: defaultValue,
1228
+ _threadCount: 0,
1229
+ Provider: null,
1230
+ Consumer: null
1231
+ };
1232
+ defaultValue.Provider = defaultValue;
1233
+ defaultValue.Consumer = {
1234
+ $$typeof: REACT_CONSUMER_TYPE,
1235
+ _context: defaultValue
1236
+ };
1237
+ defaultValue._currentRenderer = null;
1238
+ defaultValue._currentRenderer2 = null;
1239
+ return defaultValue;
1240
+ };
1241
+ exports2.createElement = function(type, config, children) {
1242
+ for (var i = 2; i < arguments.length; i++) {
1243
+ var node = arguments[i];
1244
+ isValidElement(node) && node._store && (node._store.validated = 1);
1245
+ }
1246
+ i = {};
1247
+ node = null;
1248
+ if (null != config)
1249
+ for (propName in didWarnAboutOldJSXRuntime || !("__self" in config) || "key" in config || (didWarnAboutOldJSXRuntime = true, console.warn(
1250
+ "Your app (or one of its dependencies) is using an outdated JSX transform. Update to the modern JSX transform for faster performance: https://react.dev/link/new-jsx-transform"
1251
+ )), hasValidKey(config) && (checkKeyStringCoercion(config.key), node = "" + config.key), config)
1252
+ hasOwnProperty.call(config, propName) && "key" !== propName && "__self" !== propName && "__source" !== propName && (i[propName] = config[propName]);
1253
+ var childrenLength = arguments.length - 2;
1254
+ if (1 === childrenLength) i.children = children;
1255
+ else if (1 < childrenLength) {
1256
+ for (var childArray = Array(childrenLength), _i = 0; _i < childrenLength; _i++)
1257
+ childArray[_i] = arguments[_i + 2];
1258
+ Object.freeze && Object.freeze(childArray);
1259
+ i.children = childArray;
1260
+ }
1261
+ if (type && type.defaultProps)
1262
+ for (propName in childrenLength = type.defaultProps, childrenLength)
1263
+ void 0 === i[propName] && (i[propName] = childrenLength[propName]);
1264
+ node && defineKeyPropWarningGetter(
1265
+ i,
1266
+ "function" === typeof type ? type.displayName || type.name || "Unknown" : type
1267
+ );
1268
+ var propName = 1e4 > ReactSharedInternals.recentlyCreatedOwnerStacks++;
1269
+ return ReactElement(
1270
+ type,
1271
+ node,
1272
+ void 0,
1273
+ void 0,
1274
+ getOwner(),
1275
+ i,
1276
+ propName ? Error("react-stack-top-frame") : unknownOwnerDebugStack,
1277
+ propName ? createTask(getTaskName(type)) : unknownOwnerDebugTask
1278
+ );
1279
+ };
1280
+ exports2.createRef = function() {
1281
+ var refObject = { current: null };
1282
+ Object.seal(refObject);
1283
+ return refObject;
1284
+ };
1285
+ exports2.forwardRef = function(render) {
1286
+ null != render && render.$$typeof === REACT_MEMO_TYPE ? console.error(
1287
+ "forwardRef requires a render function but received a `memo` component. Instead of forwardRef(memo(...)), use memo(forwardRef(...))."
1288
+ ) : "function" !== typeof render ? console.error(
1289
+ "forwardRef requires a render function but was given %s.",
1290
+ null === render ? "null" : typeof render
1291
+ ) : 0 !== render.length && 2 !== render.length && console.error(
1292
+ "forwardRef render functions accept exactly two parameters: props and ref. %s",
1293
+ 1 === render.length ? "Did you forget to use the ref parameter?" : "Any additional parameter will be undefined."
1294
+ );
1295
+ null != render && null != render.defaultProps && console.error(
1296
+ "forwardRef render functions do not support defaultProps. Did you accidentally pass a React component?"
1297
+ );
1298
+ var elementType = { $$typeof: REACT_FORWARD_REF_TYPE, render }, ownName;
1299
+ Object.defineProperty(elementType, "displayName", {
1300
+ enumerable: false,
1301
+ configurable: true,
1302
+ get: function() {
1303
+ return ownName;
1304
+ },
1305
+ set: function(name) {
1306
+ ownName = name;
1307
+ render.name || render.displayName || (Object.defineProperty(render, "name", { value: name }), render.displayName = name);
1308
+ }
1309
+ });
1310
+ return elementType;
1311
+ };
1312
+ exports2.isValidElement = isValidElement;
1313
+ exports2.lazy = function(ctor) {
1314
+ return {
1315
+ $$typeof: REACT_LAZY_TYPE,
1316
+ _payload: { _status: -1, _result: ctor },
1317
+ _init: lazyInitializer
1318
+ };
1319
+ };
1320
+ exports2.memo = function(type, compare) {
1321
+ null == type && console.error(
1322
+ "memo: The first argument must be a component. Instead received: %s",
1323
+ null === type ? "null" : typeof type
1324
+ );
1325
+ compare = {
1326
+ $$typeof: REACT_MEMO_TYPE,
1327
+ type,
1328
+ compare: void 0 === compare ? null : compare
1329
+ };
1330
+ var ownName;
1331
+ Object.defineProperty(compare, "displayName", {
1332
+ enumerable: false,
1333
+ configurable: true,
1334
+ get: function() {
1335
+ return ownName;
1336
+ },
1337
+ set: function(name) {
1338
+ ownName = name;
1339
+ type.name || type.displayName || (Object.defineProperty(type, "name", { value: name }), type.displayName = name);
1340
+ }
1341
+ });
1342
+ return compare;
1343
+ };
1344
+ exports2.startTransition = function(scope) {
1345
+ var prevTransition = ReactSharedInternals.T, currentTransition = {};
1346
+ ReactSharedInternals.T = currentTransition;
1347
+ currentTransition._updatedFibers = /* @__PURE__ */ new Set();
1348
+ try {
1349
+ var returnValue = scope(), onStartTransitionFinish = ReactSharedInternals.S;
1350
+ null !== onStartTransitionFinish && onStartTransitionFinish(currentTransition, returnValue);
1351
+ "object" === typeof returnValue && null !== returnValue && "function" === typeof returnValue.then && returnValue.then(noop, reportGlobalError);
1352
+ } catch (error) {
1353
+ reportGlobalError(error);
1354
+ } finally {
1355
+ null === prevTransition && currentTransition._updatedFibers && (scope = currentTransition._updatedFibers.size, currentTransition._updatedFibers.clear(), 10 < scope && console.warn(
1356
+ "Detected a large number of updates inside startTransition. If this is due to a subscription please re-write it to use React provided hooks. Otherwise concurrent mode guarantees are off the table."
1357
+ )), ReactSharedInternals.T = prevTransition;
1358
+ }
1359
+ };
1360
+ exports2.unstable_useCacheRefresh = function() {
1361
+ return resolveDispatcher().useCacheRefresh();
1362
+ };
1363
+ exports2.use = function(usable) {
1364
+ return resolveDispatcher().use(usable);
1365
+ };
1366
+ exports2.useActionState = function(action, initialState, permalink) {
1367
+ return resolveDispatcher().useActionState(
1368
+ action,
1369
+ initialState,
1370
+ permalink
1371
+ );
1372
+ };
1373
+ exports2.useCallback = function(callback, deps) {
1374
+ return resolveDispatcher().useCallback(callback, deps);
1375
+ };
1376
+ exports2.useContext = function(Context) {
1377
+ var dispatcher = resolveDispatcher();
1378
+ Context.$$typeof === REACT_CONSUMER_TYPE && console.error(
1379
+ "Calling useContext(Context.Consumer) is not supported and will cause bugs. Did you mean to call useContext(Context) instead?"
1380
+ );
1381
+ return dispatcher.useContext(Context);
1382
+ };
1383
+ exports2.useDebugValue = function(value, formatterFn) {
1384
+ return resolveDispatcher().useDebugValue(value, formatterFn);
1385
+ };
1386
+ exports2.useDeferredValue = function(value, initialValue) {
1387
+ return resolveDispatcher().useDeferredValue(value, initialValue);
1388
+ };
1389
+ exports2.useEffect = function(create, createDeps, update) {
1390
+ null == create && console.warn(
1391
+ "React Hook useEffect requires an effect callback. Did you forget to pass a callback to the hook?"
1392
+ );
1393
+ var dispatcher = resolveDispatcher();
1394
+ if ("function" === typeof update)
1395
+ throw Error(
1396
+ "useEffect CRUD overload is not enabled in this build of React."
1397
+ );
1398
+ return dispatcher.useEffect(create, createDeps);
1399
+ };
1400
+ exports2.useId = function() {
1401
+ return resolveDispatcher().useId();
1402
+ };
1403
+ exports2.useImperativeHandle = function(ref, create, deps) {
1404
+ return resolveDispatcher().useImperativeHandle(ref, create, deps);
1405
+ };
1406
+ exports2.useInsertionEffect = function(create, deps) {
1407
+ null == create && console.warn(
1408
+ "React Hook useInsertionEffect requires an effect callback. Did you forget to pass a callback to the hook?"
1409
+ );
1410
+ return resolveDispatcher().useInsertionEffect(create, deps);
1411
+ };
1412
+ exports2.useLayoutEffect = function(create, deps) {
1413
+ null == create && console.warn(
1414
+ "React Hook useLayoutEffect requires an effect callback. Did you forget to pass a callback to the hook?"
1415
+ );
1416
+ return resolveDispatcher().useLayoutEffect(create, deps);
1417
+ };
1418
+ exports2.useMemo = function(create, deps) {
1419
+ return resolveDispatcher().useMemo(create, deps);
1420
+ };
1421
+ exports2.useOptimistic = function(passthrough, reducer) {
1422
+ return resolveDispatcher().useOptimistic(passthrough, reducer);
1423
+ };
1424
+ exports2.useReducer = function(reducer, initialArg, init) {
1425
+ return resolveDispatcher().useReducer(reducer, initialArg, init);
1426
+ };
1427
+ exports2.useRef = function(initialValue) {
1428
+ return resolveDispatcher().useRef(initialValue);
1429
+ };
1430
+ exports2.useState = function(initialState) {
1431
+ return resolveDispatcher().useState(initialState);
1432
+ };
1433
+ exports2.useSyncExternalStore = function(subscribe, getSnapshot, getServerSnapshot) {
1434
+ return resolveDispatcher().useSyncExternalStore(
1435
+ subscribe,
1436
+ getSnapshot,
1437
+ getServerSnapshot
1438
+ );
1439
+ };
1440
+ exports2.useTransition = function() {
1441
+ return resolveDispatcher().useTransition();
1442
+ };
1443
+ exports2.version = "19.1.0";
1444
+ "undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ && "function" === typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop && __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop(Error());
1445
+ }();
1446
+ }
1447
+ });
1448
+
1449
+ // ../../node_modules/react/index.js
1450
+ var require_react = __commonJS({
1451
+ "../../node_modules/react/index.js"(exports2, module2) {
1452
+ "use strict";
1453
+ if (process.env.NODE_ENV === "production") {
1454
+ module2.exports = require_react_production();
1455
+ } else {
1456
+ module2.exports = require_react_development();
1457
+ }
1458
+ }
1459
+ });
1460
+
1461
+ // ../../node_modules/react/cjs/react-jsx-runtime.development.js
1462
+ var require_react_jsx_runtime_development = __commonJS({
1463
+ "../../node_modules/react/cjs/react-jsx-runtime.development.js"(exports2) {
1464
+ "use strict";
1465
+ "production" !== process.env.NODE_ENV && function() {
1466
+ function getComponentNameFromType(type) {
1467
+ if (null == type) return null;
1468
+ if ("function" === typeof type)
1469
+ return type.$$typeof === REACT_CLIENT_REFERENCE ? null : type.displayName || type.name || null;
1470
+ if ("string" === typeof type) return type;
1471
+ switch (type) {
1472
+ case REACT_FRAGMENT_TYPE:
1473
+ return "Fragment";
1474
+ case REACT_PROFILER_TYPE:
1475
+ return "Profiler";
1476
+ case REACT_STRICT_MODE_TYPE:
1477
+ return "StrictMode";
1478
+ case REACT_SUSPENSE_TYPE:
1479
+ return "Suspense";
1480
+ case REACT_SUSPENSE_LIST_TYPE:
1481
+ return "SuspenseList";
1482
+ case REACT_ACTIVITY_TYPE:
1483
+ return "Activity";
1484
+ }
1485
+ if ("object" === typeof type)
1486
+ switch ("number" === typeof type.tag && console.error(
1487
+ "Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."
1488
+ ), type.$$typeof) {
1489
+ case REACT_PORTAL_TYPE:
1490
+ return "Portal";
1491
+ case REACT_CONTEXT_TYPE:
1492
+ return (type.displayName || "Context") + ".Provider";
1493
+ case REACT_CONSUMER_TYPE:
1494
+ return (type._context.displayName || "Context") + ".Consumer";
1495
+ case REACT_FORWARD_REF_TYPE:
1496
+ var innerType = type.render;
1497
+ type = type.displayName;
1498
+ type || (type = innerType.displayName || innerType.name || "", type = "" !== type ? "ForwardRef(" + type + ")" : "ForwardRef");
1499
+ return type;
1500
+ case REACT_MEMO_TYPE:
1501
+ return innerType = type.displayName || null, null !== innerType ? innerType : getComponentNameFromType(type.type) || "Memo";
1502
+ case REACT_LAZY_TYPE:
1503
+ innerType = type._payload;
1504
+ type = type._init;
1505
+ try {
1506
+ return getComponentNameFromType(type(innerType));
1507
+ } catch (x) {
1508
+ }
1509
+ }
1510
+ return null;
1511
+ }
1512
+ function testStringCoercion(value) {
1513
+ return "" + value;
1514
+ }
1515
+ function checkKeyStringCoercion(value) {
1516
+ try {
1517
+ testStringCoercion(value);
1518
+ var JSCompiler_inline_result = false;
1519
+ } catch (e) {
1520
+ JSCompiler_inline_result = true;
1521
+ }
1522
+ if (JSCompiler_inline_result) {
1523
+ JSCompiler_inline_result = console;
1524
+ var JSCompiler_temp_const = JSCompiler_inline_result.error;
1525
+ var JSCompiler_inline_result$jscomp$0 = "function" === typeof Symbol && Symbol.toStringTag && value[Symbol.toStringTag] || value.constructor.name || "Object";
1526
+ JSCompiler_temp_const.call(
1527
+ JSCompiler_inline_result,
1528
+ "The provided key is an unsupported type %s. This value must be coerced to a string before using it here.",
1529
+ JSCompiler_inline_result$jscomp$0
1530
+ );
1531
+ return testStringCoercion(value);
1532
+ }
1533
+ }
1534
+ function getTaskName(type) {
1535
+ if (type === REACT_FRAGMENT_TYPE) return "<>";
1536
+ if ("object" === typeof type && null !== type && type.$$typeof === REACT_LAZY_TYPE)
1537
+ return "<...>";
1538
+ try {
1539
+ var name = getComponentNameFromType(type);
1540
+ return name ? "<" + name + ">" : "<...>";
1541
+ } catch (x) {
1542
+ return "<...>";
1543
+ }
1544
+ }
1545
+ function getOwner() {
1546
+ var dispatcher = ReactSharedInternals.A;
1547
+ return null === dispatcher ? null : dispatcher.getOwner();
1548
+ }
1549
+ function UnknownOwner() {
1550
+ return Error("react-stack-top-frame");
1551
+ }
1552
+ function hasValidKey(config) {
1553
+ if (hasOwnProperty.call(config, "key")) {
1554
+ var getter = Object.getOwnPropertyDescriptor(config, "key").get;
1555
+ if (getter && getter.isReactWarning) return false;
1556
+ }
1557
+ return void 0 !== config.key;
1558
+ }
1559
+ function defineKeyPropWarningGetter(props, displayName) {
1560
+ function warnAboutAccessingKey() {
1561
+ specialPropKeyWarningShown || (specialPropKeyWarningShown = true, console.error(
1562
+ "%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://react.dev/link/special-props)",
1563
+ displayName
1564
+ ));
1565
+ }
1566
+ warnAboutAccessingKey.isReactWarning = true;
1567
+ Object.defineProperty(props, "key", {
1568
+ get: warnAboutAccessingKey,
1569
+ configurable: true
1570
+ });
1571
+ }
1572
+ function elementRefGetterWithDeprecationWarning() {
1573
+ var componentName = getComponentNameFromType(this.type);
1574
+ didWarnAboutElementRef[componentName] || (didWarnAboutElementRef[componentName] = true, console.error(
1575
+ "Accessing element.ref was removed in React 19. ref is now a regular prop. It will be removed from the JSX Element type in a future release."
1576
+ ));
1577
+ componentName = this.props.ref;
1578
+ return void 0 !== componentName ? componentName : null;
1579
+ }
1580
+ function ReactElement(type, key, self, source, owner, props, debugStack, debugTask) {
1581
+ self = props.ref;
1582
+ type = {
1583
+ $$typeof: REACT_ELEMENT_TYPE,
1584
+ type,
1585
+ key,
1586
+ props,
1587
+ _owner: owner
1588
+ };
1589
+ null !== (void 0 !== self ? self : null) ? Object.defineProperty(type, "ref", {
1590
+ enumerable: false,
1591
+ get: elementRefGetterWithDeprecationWarning
1592
+ }) : Object.defineProperty(type, "ref", { enumerable: false, value: null });
1593
+ type._store = {};
1594
+ Object.defineProperty(type._store, "validated", {
1595
+ configurable: false,
1596
+ enumerable: false,
1597
+ writable: true,
1598
+ value: 0
1599
+ });
1600
+ Object.defineProperty(type, "_debugInfo", {
1601
+ configurable: false,
1602
+ enumerable: false,
1603
+ writable: true,
1604
+ value: null
1605
+ });
1606
+ Object.defineProperty(type, "_debugStack", {
1607
+ configurable: false,
1608
+ enumerable: false,
1609
+ writable: true,
1610
+ value: debugStack
1611
+ });
1612
+ Object.defineProperty(type, "_debugTask", {
1613
+ configurable: false,
1614
+ enumerable: false,
1615
+ writable: true,
1616
+ value: debugTask
1617
+ });
1618
+ Object.freeze && (Object.freeze(type.props), Object.freeze(type));
1619
+ return type;
1620
+ }
1621
+ function jsxDEVImpl(type, config, maybeKey, isStaticChildren, source, self, debugStack, debugTask) {
1622
+ var children = config.children;
1623
+ if (void 0 !== children)
1624
+ if (isStaticChildren)
1625
+ if (isArrayImpl(children)) {
1626
+ for (isStaticChildren = 0; isStaticChildren < children.length; isStaticChildren++)
1627
+ validateChildKeys(children[isStaticChildren]);
1628
+ Object.freeze && Object.freeze(children);
1629
+ } else
1630
+ console.error(
1631
+ "React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead."
1632
+ );
1633
+ else validateChildKeys(children);
1634
+ if (hasOwnProperty.call(config, "key")) {
1635
+ children = getComponentNameFromType(type);
1636
+ var keys = Object.keys(config).filter(function(k) {
1637
+ return "key" !== k;
1638
+ });
1639
+ isStaticChildren = 0 < keys.length ? "{key: someKey, " + keys.join(": ..., ") + ": ...}" : "{key: someKey}";
1640
+ didWarnAboutKeySpread[children + isStaticChildren] || (keys = 0 < keys.length ? "{" + keys.join(": ..., ") + ": ...}" : "{}", console.error(
1641
+ 'A props object containing a "key" prop is being spread into JSX:\n let props = %s;\n <%s {...props} />\nReact keys must be passed directly to JSX without using spread:\n let props = %s;\n <%s key={someKey} {...props} />',
1642
+ isStaticChildren,
1643
+ children,
1644
+ keys,
1645
+ children
1646
+ ), didWarnAboutKeySpread[children + isStaticChildren] = true);
1647
+ }
1648
+ children = null;
1649
+ void 0 !== maybeKey && (checkKeyStringCoercion(maybeKey), children = "" + maybeKey);
1650
+ hasValidKey(config) && (checkKeyStringCoercion(config.key), children = "" + config.key);
1651
+ if ("key" in config) {
1652
+ maybeKey = {};
1653
+ for (var propName in config)
1654
+ "key" !== propName && (maybeKey[propName] = config[propName]);
1655
+ } else maybeKey = config;
1656
+ children && defineKeyPropWarningGetter(
1657
+ maybeKey,
1658
+ "function" === typeof type ? type.displayName || type.name || "Unknown" : type
1659
+ );
1660
+ return ReactElement(
1661
+ type,
1662
+ children,
1663
+ self,
1664
+ source,
1665
+ getOwner(),
1666
+ maybeKey,
1667
+ debugStack,
1668
+ debugTask
1669
+ );
1670
+ }
1671
+ function validateChildKeys(node) {
1672
+ "object" === typeof node && null !== node && node.$$typeof === REACT_ELEMENT_TYPE && node._store && (node._store.validated = 1);
1673
+ }
1674
+ var React = require_react(), REACT_ELEMENT_TYPE = Symbol.for("react.transitional.element"), REACT_PORTAL_TYPE = Symbol.for("react.portal"), REACT_FRAGMENT_TYPE = Symbol.for("react.fragment"), REACT_STRICT_MODE_TYPE = Symbol.for("react.strict_mode"), REACT_PROFILER_TYPE = Symbol.for("react.profiler");
1675
+ Symbol.for("react.provider");
1676
+ var REACT_CONSUMER_TYPE = Symbol.for("react.consumer"), REACT_CONTEXT_TYPE = Symbol.for("react.context"), REACT_FORWARD_REF_TYPE = Symbol.for("react.forward_ref"), REACT_SUSPENSE_TYPE = Symbol.for("react.suspense"), REACT_SUSPENSE_LIST_TYPE = Symbol.for("react.suspense_list"), REACT_MEMO_TYPE = Symbol.for("react.memo"), REACT_LAZY_TYPE = Symbol.for("react.lazy"), REACT_ACTIVITY_TYPE = Symbol.for("react.activity"), REACT_CLIENT_REFERENCE = Symbol.for("react.client.reference"), ReactSharedInternals = React.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE, hasOwnProperty = Object.prototype.hasOwnProperty, isArrayImpl = Array.isArray, createTask = console.createTask ? console.createTask : function() {
1677
+ return null;
1678
+ };
1679
+ React = {
1680
+ "react-stack-bottom-frame": function(callStackForError) {
1681
+ return callStackForError();
1682
+ }
1683
+ };
1684
+ var specialPropKeyWarningShown;
1685
+ var didWarnAboutElementRef = {};
1686
+ var unknownOwnerDebugStack = React["react-stack-bottom-frame"].bind(
1687
+ React,
1688
+ UnknownOwner
1689
+ )();
1690
+ var unknownOwnerDebugTask = createTask(getTaskName(UnknownOwner));
1691
+ var didWarnAboutKeySpread = {};
1692
+ exports2.Fragment = REACT_FRAGMENT_TYPE;
1693
+ exports2.jsx = function(type, config, maybeKey, source, self) {
1694
+ var trackActualOwner = 1e4 > ReactSharedInternals.recentlyCreatedOwnerStacks++;
1695
+ return jsxDEVImpl(
1696
+ type,
1697
+ config,
1698
+ maybeKey,
1699
+ false,
1700
+ source,
1701
+ self,
1702
+ trackActualOwner ? Error("react-stack-top-frame") : unknownOwnerDebugStack,
1703
+ trackActualOwner ? createTask(getTaskName(type)) : unknownOwnerDebugTask
1704
+ );
1705
+ };
1706
+ exports2.jsxs = function(type, config, maybeKey, source, self) {
1707
+ var trackActualOwner = 1e4 > ReactSharedInternals.recentlyCreatedOwnerStacks++;
1708
+ return jsxDEVImpl(
1709
+ type,
1710
+ config,
1711
+ maybeKey,
1712
+ true,
1713
+ source,
1714
+ self,
1715
+ trackActualOwner ? Error("react-stack-top-frame") : unknownOwnerDebugStack,
1716
+ trackActualOwner ? createTask(getTaskName(type)) : unknownOwnerDebugTask
1717
+ );
1718
+ };
1719
+ }();
1720
+ }
1721
+ });
1722
+
1723
+ // ../../node_modules/react/jsx-runtime.js
1724
+ var require_jsx_runtime = __commonJS({
1725
+ "../../node_modules/react/jsx-runtime.js"(exports2, module2) {
1726
+ "use strict";
1727
+ if (process.env.NODE_ENV === "production") {
1728
+ module2.exports = require_react_jsx_runtime_production();
1729
+ } else {
1730
+ module2.exports = require_react_jsx_runtime_development();
1731
+ }
1732
+ }
1733
+ });
1734
+
1735
+ // src/index.ts
1736
+ var index_exports = {};
1737
+ __export(index_exports, {
1738
+ AwardFillIcon: () => AwardFillIcon_default,
1739
+ BoxArrowInLeftIcon: () => BoxArrowInLeftIcon_default,
1740
+ BroadcastIcon: () => BroadcastIcon_default,
1741
+ CaretDownIcon: () => CaretDownIcon_default,
1742
+ CaretRightIcon: () => CaretRightIcon_default,
1743
+ FacebookIcon: () => FacebookIcon_default,
1744
+ FilterIcon: () => FilterIcon_default,
1745
+ HorseIcon: () => HorseIcon_default,
1746
+ InstagramIcon: () => InstagramIcon_default,
1747
+ ListOlIcon: () => ListOlIcon_default,
1748
+ LogoSeqmIcon: () => LogoSeqmIcon_default,
1749
+ LogoSeqmMobileIcon: () => LogoSeqmMobileIcon_default,
1750
+ MenuIcon: () => MenuIcon_default,
1751
+ PencilSquareIcon: () => PencilSquareIcon_default,
1752
+ PersonCircleIcon: () => PersonCircleIcon_default,
1753
+ PlusIcon: () => PlusIcon_default,
1754
+ PrinterIcon: () => PrinterIcon_default,
1755
+ SearchIcon: () => SearchIcon_default,
1756
+ StarIcon: () => StarIcon_default,
1757
+ XIcon: () => XIcon_default,
1758
+ YoutubeIcon: () => YoutubeIcon_default
1759
+ });
1760
+ module.exports = __toCommonJS(index_exports);
1761
+
1762
+ // src/components/FacebookIcon.tsx
1763
+ var import_jsx_runtime = __toESM(require_jsx_runtime(), 1);
1764
+ var FacebookIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
1765
+ "svg",
1766
+ {
1767
+ xmlns: "http://www.w3.org/2000/svg",
1768
+ width: "1em",
1769
+ height: "1em",
1770
+ fill: "none",
1771
+ viewBox: "0 0 12 13",
1772
+ ...props,
1773
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
1774
+ "path",
1775
+ {
1776
+ fill: "#001007",
1777
+ fillOpacity: 0.75,
1778
+ d: "M12 6.095C12 2.761 9.314.058 6 .058S-.001 2.76-.001 6.096c0 3.013 2.194 5.51 5.062 5.963V7.841H3.539V6.096h1.524V4.765c0-1.513.896-2.348 2.266-2.348.657 0 1.343.117 1.343.117V4.02h-.756c-.745 0-.978.466-.978.944v1.132h1.664L8.336 7.84H6.938v4.219C9.806 11.606 12 9.109 12 6.095"
1779
+ }
1780
+ )
1781
+ }
1782
+ );
1783
+ var FacebookIcon_default = FacebookIcon;
1784
+
1785
+ // src/components/HorseIcon.tsx
1786
+ var import_jsx_runtime2 = __toESM(require_jsx_runtime(), 1);
1787
+ var HorseIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(
1788
+ "svg",
1789
+ {
1790
+ xmlns: "http://www.w3.org/2000/svg",
1791
+ width: "1em",
1792
+ height: "1em",
1793
+ viewBox: "0 0 34.272 30.373",
1794
+ ...props,
1795
+ children: /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(
1796
+ "path",
1797
+ {
1798
+ fill: "#a6a7a9",
1799
+ d: "M24.053 17.49a2.19 2.19 0 0 0 1.057-1.9 26 26 0 0 0 .407-3.138 6.5 6.5 0 0 1 .922-2.105c.377-.8 1.366-2.9 1.43-3.048a.94.94 0 0 1 1.228-.181c.717.327 1.534.073 1.74.181a5.8 5.8 0 0 0 1.3.4c.34.037.306.471.545.618s.922-.257.922-.257.34-.178.408-.325.067-.35.205-.762c.2-.618-.171-.677-.171-.677s-.579-.533-.784-.717a4.7 4.7 0 0 1-1.09-1.583c-.037-.618-.579-.979-.821-1.27-.118-.147-.388-.291-.475-.511a.87.87 0 0 1 0-.505c.374-.291 0-1.487 0-1.487h-.138a1 1 0 0 1-.135.508c-.138.181-.41.8-.582.618s-.478.034-.478.034c.273-.4-.135-1.38-.135-1.38h-.138v.11a3.2 3.2 0 0 1-.135.691c-.067.181-.615 1.086-.615 1.086a5.5 5.5 0 0 0-.733.452c-.205.178-.379.121-.629.068-.511-.11-4.3 2.105-6.036 4.123a2.68 2.68 0 0 1-2.184 1.086 16 16 0 0 0-2.49 1.016 11.7 11.7 0 0 1-4.263-.615c-2.046-.762-3.651-1.414-6.036-.471a7 7 0 0 1-.888.288 9 9 0 0 0-.989.327s-1.877-.254-3.069 2.432a12.95 12.95 0 0 0-.989 7.653 2.6 2.6 0 0 1 .1-.725c.1-.254.613 1.7.818 2.032v-.725a10.5 10.5 0 0 1 .615 1.594 6 6 0 0 1 .138.725 6.7 6.7 0 0 0-.1-1.521c-.135-.327.306.578.306.435s-.034-1.05-.034-1.3.273.147.239-1.558a19 19 0 0 1-.034-4.174c.275-1.2.169-1.38.169-1.38a6.4 6.4 0 0 0 .138 1.233 12.5 12.5 0 0 0 .922 3.192c.579 1.016 1.36 2.032 1.09 2.83a15 15 0 0 0-.683 2 1.04 1.04 0 0 1-.171.581 1.98 1.98 0 0 0-.236 1.487 7.8 7.8 0 0 1 .205 2.393c0 .689-.034 2.647-.034 2.794s0 .288.138.361a.63.63 0 0 1 .236.364c.037.11.377.181.377.435s-.205.581-.205.689.309.325.309.325a7.8 7.8 0 0 0 1.6 0 6.5 6.5 0 0 0-.579-.906.42.42 0 0 0-.239-.361c-.236-.107-.34-.291-.34-.689a1.9 1.9 0 0 0-.067-.872 31 31 0 0 1-.037-3.522l.1-.144s.613 2.176.649 2.576-.1.979.273 1.414a3.1 3.1 0 0 0 .683.618s.171.257.034.437-.306.435-.205.542a.9.9 0 0 0 .34.181 4.4 4.4 0 0 0 1.464.073s-.236-.618-.3-.762a1.5 1.5 0 0 0-.377-.578c-.239-.22-.478-.183-.478-.511s-.169-.435-.41-1.05a16 16 0 0 1-.478-2.9 14.3 14.3 0 0 0 .478-2.359v-1.594a3.25 3.25 0 0 0 .615-1.38 6.3 6.3 0 0 1 1.43-2.356c.239-.217.377-.144.649-.107s.273-.107.582-.254 1.568.579 2.113.979a16.9 16.9 0 0 0 5.694 1.507l.141.014c2.763.291 1.3.217 1.433.217a17 17 0 0 0-.377 2c-.1.945-.309 1.848-.309 2.393a8 8 0 0 1-.067 1.671c-.1.181-.483 1.888-.483 1.888s-.54.545-.4.762.4.254.4.618.132.979 0 1.086-.174.217 0 .254a1.4 1.4 0 0 1 .413.217s.306.4 1.329.181a.93.93 0 0 0-.273-.579 1.4 1.4 0 0 0-.475-.4c-.205-.11-.1-.288-.239-.655s-.205-.578-.205-.578a.9.9 0 0 0 .273-.581 16 16 0 0 1 .613-2.176 8.5 8.5 0 0 0 .75-1.741 28 28 0 0 1 .922-2.9c.2-.471.239-.291.239.071s.4 1.49.183 2.105a3.5 3.5 0 0 0 0 2.066 2.54 2.54 0 0 1 .194 1.27 11 11 0 0 1-.194 1.778c-.079.254-.261.471 0 .688a4 4 0 0 1 .469.471 2.6 2.6 0 0 1 .239.835c0 .107-.306.291-.205.364a4 4 0 0 1 .41.471 8.2 8.2 0 0 0 1.6-.037v-.144a5.2 5.2 0 0 0-.837-1.053c-.287-.181-.219-.364-.357-.581a2.9 2.9 0 0 1-.306-.906 3.5 3.5 0 0 0-.034-.615c-.037-.11.1-2.032.1-2.032a6.8 6.8 0 0 0 .343-1.958 3.3 3.3 0 0 1 .253-1.925 5.02 5.02 0 0 0 .799-3.387"
1800
+ }
1801
+ )
1802
+ }
1803
+ );
1804
+ var HorseIcon_default = HorseIcon;
1805
+
1806
+ // src/components/InstagramIcon.tsx
1807
+ var import_jsx_runtime3 = __toESM(require_jsx_runtime(), 1);
1808
+ var InstagramIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(
1809
+ "svg",
1810
+ {
1811
+ xmlns: "http://www.w3.org/2000/svg",
1812
+ width: "1em",
1813
+ height: "1em",
1814
+ fill: "none",
1815
+ viewBox: "0 0 12 13",
1816
+ ...props,
1817
+ children: /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(
1818
+ "path",
1819
+ {
1820
+ fill: "#001007",
1821
+ fillOpacity: 0.75,
1822
+ d: "M6 .059c-1.628 0-1.833.007-2.473.036-.64.03-1.075.13-1.457.279-.4.15-.763.386-1.063.692-.305.3-.541.662-.692 1.063-.148.38-.25.817-.279 1.455C.008 4.224 0 4.429 0 6.059s.008 1.833.036 2.473c.03.64.13 1.075.279 1.457.154.394.359.729.692 1.062s.668.54 1.062.693c.383.148.818.25 1.457.279.64.028.844.036 2.474.036s1.833-.008 2.473-.036c.639-.03 1.076-.13 1.458-.28.4-.15.762-.386 1.062-.692.333-.333.538-.668.692-1.062.148-.382.249-.818.279-1.457.028-.64.036-.844.036-2.473s-.008-1.834-.036-2.475c-.03-.638-.131-1.074-.279-1.455-.15-.4-.387-.763-.692-1.063A2.9 2.9 0 0 0 9.93.374c-.383-.149-.819-.25-1.457-.28C7.833.067 7.629.06 5.998.06zM5.462 1.14h.539c1.602 0 1.792.005 2.424.035.585.026.903.124 1.114.206.28.109.48.24.69.45s.34.409.449.69c.082.21.18.528.206 1.113.03.632.035.822.035 2.423s-.006 1.792-.035 2.424c-.026.585-.125.902-.206 1.114-.096.26-.25.496-.45.69-.21.21-.409.339-.69.448-.21.082-.527.18-1.113.207-.633.028-.822.035-2.424.035s-1.793-.007-2.425-.035c-.585-.027-.902-.125-1.114-.207a1.86 1.86 0 0 1-.69-.449 1.9 1.9 0 0 1-.45-.69c-.082-.21-.18-.529-.206-1.114-.029-.632-.035-.822-.035-2.424s.006-1.791.035-2.424c.027-.585.124-.903.207-1.114.109-.28.24-.48.45-.69s.409-.34.69-.449c.21-.082.528-.18 1.113-.207.554-.025.768-.033 1.886-.033zm3.741.996a.72.72 0 1 0 0 1.44.72.72 0 0 0 0-1.44m-3.202.842a3.082 3.082 0 1 0-.096 6.163A3.082 3.082 0 0 0 6 2.978m0 1.08a2 2 0 1 1 0 4 2 2 0 0 1 0-4"
1823
+ }
1824
+ )
1825
+ }
1826
+ );
1827
+ var InstagramIcon_default = InstagramIcon;
1828
+
1829
+ // src/components/FilterIcon.tsx
1830
+ var import_jsx_runtime4 = __toESM(require_jsx_runtime(), 1);
1831
+ var FilterIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
1832
+ "svg",
1833
+ {
1834
+ xmlns: "http://www.w3.org/2000/svg",
1835
+ width: "1em",
1836
+ height: "1em",
1837
+ fill: "none",
1838
+ viewBox: "0 0 12 7",
1839
+ ...props,
1840
+ children: /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
1841
+ "path",
1842
+ {
1843
+ fill: "#001007",
1844
+ fillOpacity: 0.5,
1845
+ d: "M4.25 6.188a.437.437 0 0 1 .438-.438h2.625a.437.437 0 1 1 0 .875H4.688a.437.437 0 0 1-.438-.437M2.5 3.563a.437.437 0 0 1 .438-.438h6.124a.437.437 0 1 1 0 .875H2.939a.437.437 0 0 1-.438-.437M.75.938A.44.44 0 0 1 1.188.5h9.625a.438.438 0 0 1 0 .875H1.188A.437.437 0 0 1 .75.938"
1846
+ }
1847
+ )
1848
+ }
1849
+ );
1850
+ var FilterIcon_default = FilterIcon;
1851
+
1852
+ // src/components/PlusIcon.tsx
1853
+ var import_jsx_runtime5 = __toESM(require_jsx_runtime(), 1);
1854
+ var PlusIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1855
+ "svg",
1856
+ {
1857
+ xmlns: "http://www.w3.org/2000/svg",
1858
+ width: "1em",
1859
+ height: "1em",
1860
+ fill: "none",
1861
+ viewBox: "0 0 8 8",
1862
+ ...props,
1863
+ children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1864
+ "path",
1865
+ {
1866
+ fill: "#001007",
1867
+ fillOpacity: 0.5,
1868
+ d: "M4 .5a.44.44 0 0 1 .438.438v2.625h2.625a.437.437 0 1 1 0 .874H4.438v2.625a.437.437 0 1 1-.875 0V4.438H.938a.437.437 0 1 1 0-.875h2.625V.938A.437.437 0 0 1 4 .5"
1869
+ }
1870
+ )
1871
+ }
1872
+ );
1873
+ var PlusIcon_default = PlusIcon;
1874
+
1875
+ // src/components/PrinterIcon.tsx
1876
+ var import_jsx_runtime6 = __toESM(require_jsx_runtime(), 1);
1877
+ var PrinterIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime6.jsx)(
1878
+ "svg",
1879
+ {
1880
+ xmlns: "http://www.w3.org/2000/svg",
1881
+ width: "1em",
1882
+ height: "1em",
1883
+ fill: "none",
1884
+ viewBox: "0 0 14 14",
1885
+ ...props,
1886
+ children: /* @__PURE__ */ (0, import_jsx_runtime6.jsx)(
1887
+ "path",
1888
+ {
1889
+ fill: "#001007",
1890
+ fillOpacity: 0.5,
1891
+ d: "M4.375.875a1.75 1.75 0 0 0-1.75 1.75v1.75H1.75A1.75 1.75 0 0 0 0 6.125V8.75a1.75 1.75 0 0 0 1.75 1.75h.875v.875a1.75 1.75 0 0 0 1.75 1.75h5.25a1.75 1.75 0 0 0 1.75-1.75V10.5h.875A1.75 1.75 0 0 0 14 8.75V6.125a1.75 1.75 0 0 0-1.75-1.75h-.875v-1.75a1.75 1.75 0 0 0-1.75-1.75zM3.5 2.625a.875.875 0 0 1 .875-.875h5.25a.875.875 0 0 1 .875.875v1.75h-7zM4.375 7a1.75 1.75 0 0 0-1.75 1.75v.875H1.75a.875.875 0 0 1-.875-.875V6.125a.875.875 0 0 1 .875-.875h10.5a.875.875 0 0 1 .875.875V8.75a.875.875 0 0 1-.875.875h-.875V8.75A1.75 1.75 0 0 0 9.625 7zM10.5 8.75v2.625a.875.875 0 0 1-.875.875h-5.25a.875.875 0 0 1-.875-.875V8.75a.875.875 0 0 1 .875-.875h5.25a.875.875 0 0 1 .875.875"
1892
+ }
1893
+ )
1894
+ }
1895
+ );
1896
+ var PrinterIcon_default = PrinterIcon;
1897
+
1898
+ // src/components/YoutubeIcon.tsx
1899
+ var import_jsx_runtime7 = __toESM(require_jsx_runtime(), 1);
1900
+ var YoutubeIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime7.jsx)(
1901
+ "svg",
1902
+ {
1903
+ xmlns: "http://www.w3.org/2000/svg",
1904
+ width: "1em",
1905
+ height: "1em",
1906
+ fill: "none",
1907
+ viewBox: "0 0 12 9",
1908
+ ...props,
1909
+ children: /* @__PURE__ */ (0, import_jsx_runtime7.jsx)(
1910
+ "path",
1911
+ {
1912
+ fill: "#001007",
1913
+ fillOpacity: 0.75,
1914
+ d: "M6.038.558h.067c.616.002 3.74.025 4.583.251a1.51 1.51 0 0 1 1.06 1.065c.077.285.13.662.166 1.052l.007.078.017.195.006.078c.048.685.054 1.327.055 1.467v.057c0 .145-.007.83-.061 1.545l-.006.078-.007.078c-.038.43-.093.855-.176 1.169a1.5 1.5 0 0 1-1.062 1.065c-.87.234-4.176.25-4.634.251h-.107c-.232 0-1.19-.004-2.195-.039l-.128-.004-.065-.003-.128-.006L3.3 8.93c-.832-.037-1.625-.096-1.99-.195A1.5 1.5 0 0 1 .25 7.671C.167 7.358.11 6.93.074 6.502l-.006-.078-.007-.078A24 24 0 0 1 0 4.819v-.093c.002-.16.008-.718.048-1.333l.005-.077.003-.04L.06 3.2l.017-.195.008-.078c.036-.39.089-.768.164-1.052A1.5 1.5 0 0 1 1.313.81C1.677.712 2.47.652 3.302.614L3.43.61l.129-.005.064-.002.128-.005A75 75 0 0 1 5.895.559zM4.8 2.965V6.58l3.118-1.806z"
1915
+ }
1916
+ )
1917
+ }
1918
+ );
1919
+ var YoutubeIcon_default = YoutubeIcon;
1920
+
1921
+ // src/components/CaretDownIcon.tsx
1922
+ var import_jsx_runtime8 = __toESM(require_jsx_runtime(), 1);
1923
+ var CaretDownIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(
1924
+ "svg",
1925
+ {
1926
+ xmlns: "http://www.w3.org/2000/svg",
1927
+ width: "1em",
1928
+ height: "1em",
1929
+ fill: "none",
1930
+ viewBox: "0 0 10 6",
1931
+ ...props,
1932
+ children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(
1933
+ "path",
1934
+ {
1935
+ fill: "#fff",
1936
+ fillOpacity: 0.5,
1937
+ d: "M4.435 5.355.838 1.244A.75.75 0 0 1 1.403 0h7.194a.75.75 0 0 1 .565 1.244l-3.597 4.11a.75.75 0 0 1-1.13 0z"
1938
+ }
1939
+ )
1940
+ }
1941
+ );
1942
+ var CaretDownIcon_default = CaretDownIcon;
1943
+
1944
+ // src/components/CaretRightIcon.tsx
1945
+ var import_jsx_runtime9 = __toESM(require_jsx_runtime(), 1);
1946
+ var CaretRightIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime9.jsx)(
1947
+ "svg",
1948
+ {
1949
+ xmlns: "http://www.w3.org/2000/svg",
1950
+ width: "1em",
1951
+ height: "1em",
1952
+ fill: "none",
1953
+ viewBox: "0 0 7 10",
1954
+ ...props,
1955
+ children: /* @__PURE__ */ (0, import_jsx_runtime9.jsx)(
1956
+ "path",
1957
+ {
1958
+ fill: "#fff",
1959
+ fillOpacity: 0.85,
1960
+ d: "M6.105 5.565 1.994 9.162A.75.75 0 0 1 .75 8.597V1.403A.75.75 0 0 1 1.994.838l4.11 3.597a.75.75 0 0 1 0 1.13z"
1961
+ }
1962
+ )
1963
+ }
1964
+ );
1965
+ var CaretRightIcon_default = CaretRightIcon;
1966
+
1967
+ // src/components/PersonCircleIcon.tsx
1968
+ var import_jsx_runtime10 = __toESM(require_jsx_runtime(), 1);
1969
+ var PersonCircleIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime10.jsxs)(
1970
+ "svg",
1971
+ {
1972
+ xmlns: "http://www.w3.org/2000/svg",
1973
+ width: "1em",
1974
+ height: "1em",
1975
+ fill: "none",
1976
+ viewBox: "0 0 38 38",
1977
+ ...props,
1978
+ children: [
1979
+ /* @__PURE__ */ (0, import_jsx_runtime10.jsxs)("g", { fill: "#002710", fillOpacity: 0.25, clipPath: "url(#PersonCircle_svg__a)", children: [
1980
+ /* @__PURE__ */ (0, import_jsx_runtime10.jsx)("path", { d: "M26.031 14.313a7.03 7.03 0 1 1-14.061 0 7.03 7.03 0 0 1 14.061 0" }),
1981
+ /* @__PURE__ */ (0, import_jsx_runtime10.jsx)(
1982
+ "path",
1983
+ {
1984
+ fillRule: "evenodd",
1985
+ d: "M.25 19a18.75 18.75 0 1 1 37.5 0 18.75 18.75 0 0 1-37.5 0M19 2.594A16.406 16.406 0 0 0 6.184 29.242c1.664-2.681 5.328-5.555 12.816-5.555s11.15 2.872 12.816 5.555A16.406 16.406 0 0 0 19 2.594",
1986
+ clipRule: "evenodd"
1987
+ }
1988
+ )
1989
+ ] }),
1990
+ /* @__PURE__ */ (0, import_jsx_runtime10.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime10.jsx)("clipPath", { id: "PersonCircle_svg__a", children: /* @__PURE__ */ (0, import_jsx_runtime10.jsx)("path", { fill: "#fff", d: "M.25.25h37.5v37.5H.25z" }) }) })
1991
+ ]
1992
+ }
1993
+ );
1994
+ var PersonCircleIcon_default = PersonCircleIcon;
1995
+
1996
+ // src/components/LogoSeqmIcon.tsx
1997
+ var import_jsx_runtime11 = __toESM(require_jsx_runtime(), 1);
1998
+ var LogoSeqmIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime11.jsxs)(
1999
+ "svg",
2000
+ {
2001
+ xmlns: "http://www.w3.org/2000/svg",
2002
+ width: "1em",
2003
+ height: "1em",
2004
+ fill: "none",
2005
+ viewBox: "0 0 110 48",
2006
+ ...props,
2007
+ children: [
2008
+ /* @__PURE__ */ (0, import_jsx_runtime11.jsxs)("g", { clipPath: "url(#LogoSeqm_svg__a)", children: [
2009
+ /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(
2010
+ "path",
2011
+ {
2012
+ stroke: "#fff",
2013
+ strokeMiterlimit: 10,
2014
+ strokeOpacity: 0.85,
2015
+ strokeWidth: 0.676,
2016
+ d: "M.916 47.835h107.353"
2017
+ }
2018
+ ),
2019
+ /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(
2020
+ "path",
2021
+ {
2022
+ fill: "#fff",
2023
+ fillOpacity: 0.85,
2024
+ d: "M1.291 45.394c-.114-.05-.114-.082-.114-.297 0-.38.032-.693.032-.808 0-.083.017-.116.066-.116s.049.017.049.083 0 .181.016.28c.114.561.62.776 1.126.776.734 0 1.076-.528 1.076-1.023 0-.528-.212-.841-.864-1.386l-.343-.28c-.8-.66-.979-1.138-.979-1.666 0-.825.604-1.386 1.566-1.386.294 0 .523.033.702.083.147.033.212.033.261.033s.082.016.082.05c0 .032-.033.296-.033.807 0 .116-.016.182-.049.182-.049 0-.049-.033-.065-.099 0-.099-.05-.297-.098-.38-.049-.082-.245-.412-.946-.412-.522 0-.93.33-.93.89 0 .43.195.71.93 1.288l.212.165c.897.709 1.11 1.187 1.11 1.797 0 .314-.115.891-.653 1.27-.327.231-.735.33-1.142.33a1.9 1.9 0 0 1-1.012-.181M6.348 43.596c0 .627 0 1.138.033 1.419.016.198.05.313.245.346.098.017.245.033.31.033.032 0 .049.033.049.05 0 .033-.033.05-.114.05-.376 0-.8-.017-.833-.017s-.456.016-.652.016c-.065 0-.114-.016-.114-.05 0-.016.016-.049.049-.049a1 1 0 0 0 .212-.033c.13-.033.147-.148.18-.346.032-.264.032-.776.032-1.419v-1.154c0-1.007 0-1.205-.016-1.403-.017-.214-.066-.33-.213-.346-.081-.016-.163-.016-.212-.016-.032 0-.049-.033-.049-.05 0-.033.033-.05.115-.05.212 0 .636.017.668.017s.457-.016.67-.016c.081 0 .114.016.114.05 0 .016-.033.049-.05.049-.048 0-.097 0-.162.016-.18.033-.213.132-.229.363v2.54zM7.947 45.41c-.098-.05-.098-.066-.098-.247 0-.33.033-.577.033-.693 0-.066.016-.115.049-.115.032 0 .065.016.065.082 0 .05 0 .149.016.231.114.478.604.643 1.06.643.653 0 .996-.38.996-.874 0-.462-.245-.693-.848-1.138l-.31-.231c-.718-.544-.963-.94-.963-1.402 0-.759.604-1.22 1.485-1.22.26 0 .538.032.685.082.13.033.18.033.228.033.05 0 .066 0 .066.05 0 .032-.033.247-.033.692 0 .099 0 .149-.049.149s-.049-.033-.065-.083c0-.082-.066-.247-.098-.33-.05-.082-.261-.33-.865-.33-.49 0-.88.248-.88.71 0 .412.211.66.864 1.105l.196.132c.815.56 1.093 1.006 1.093 1.567 0 .379-.147.791-.62 1.105-.278.181-.702.23-1.06.23-.278.017-.67-.016-.947-.148M13.755 43.596c0 .627 0 1.138.033 1.419.016.198.049.313.261.346.098.017.245.033.31.033.049 0 .049.033.049.05 0 .033-.033.05-.114.05-.36 0-.783-.017-.832-.017-.033 0-.49.016-.686.016-.081 0-.114-.016-.114-.05 0-.016.016-.049.05-.049.064 0 .13-.016.195-.033.13-.033.18-.165.196-.346.032-.264.032-.776.032-1.419v-2.738l-.962.017c-.425 0-.571.049-.67.214-.08.115-.08.165-.113.214-.017.05-.033.066-.066.066-.016 0-.049-.016-.049-.05 0-.065.13-.659.147-.708 0-.033.05-.116.066-.116.048 0 .114.05.293.083.196.016.44.033.522.033h2.513c.212 0 .375-.017.473-.033.098-.017.163-.033.196-.033.032 0 .032.033.032.082 0 .198-.016.66-.016.742 0 .05-.033.083-.065.083-.033 0-.05-.017-.05-.116v-.066c-.015-.198-.162-.346-.799-.363l-.832-.016zM16.758 42.458c0-1.006 0-1.204-.017-1.402-.016-.215-.049-.33-.277-.363-.05 0-.163-.017-.229-.017-.016 0-.049-.033-.049-.05 0-.032.033-.049.115-.049.31 0 .734.017.767.017h1.598c.13 0 .245-.033.31-.033.033 0 .066-.033.098-.033.017 0 .033.033.033.066 0 .05-.033.115-.049.313 0 .066-.016.347-.033.43 0 .032-.032.065-.065.065s-.049-.033-.049-.082c0-.05 0-.149-.033-.231-.048-.116-.114-.149-.473-.198-.114-.017-.88-.017-.962-.017-.033 0-.033.017-.033.066v1.765c0 .05 0 .066.033.066.081 0 .962 0 1.11-.016.162-.017.26-.017.325-.1.05-.049.082-.082.098-.082.017 0 .033.017.033.05s-.033.148-.049.363c-.016.132-.033.379-.033.428 0 .05-.016.116-.065.116-.032 0-.049-.017-.049-.066 0-.066 0-.132-.032-.215-.017-.099-.082-.165-.343-.198-.18-.016-.897-.032-1.011-.032q-.05 0-.05.049v1.649c.017.43.131.528.8.528.18 0 .49 0 .669-.066.18-.082.26-.198.31-.445.016-.083.033-.099.065-.099.033 0 .05.05.05.099 0 .05-.05.495-.099.627-.049.165-.114.165-.375.165-.506 0-.881-.017-1.158-.017-.278-.016-.457-.016-.555-.016h-.294c-.13 0-.277.016-.391.016-.066 0-.115-.016-.115-.05 0-.016.017-.049.05-.049a1 1 0 0 0 .212-.033c.13-.016.146-.148.179-.346.033-.264.033-.775.033-1.419zM25.747 44.668c.016.231.065.578.343.676.195.066.359.066.424.066q.05 0 .049.05c0 .033-.066.066-.13.066-.148 0-.898 0-1.143-.033-.163-.017-.196-.033-.196-.066 0-.017.017-.05.05-.05.032 0 .048-.115.032-.23l-.326-3.316h-.017l-1.615 3.332c-.13.28-.18.346-.228.346-.05 0-.098-.066-.229-.297-.18-.33-.62-1.154-.783-1.517-.196-.412-.734-1.517-.848-1.781h-.033l-.26 2.952v.33c0 .099.064.165.162.181a1 1 0 0 0 .261.033c.017 0 .05.017.05.05 0 .05-.05.066-.115.066-.245 0-.57-.017-.62-.017-.065 0-.375.017-.555.017-.065 0-.114-.017-.114-.066 0-.017.033-.05.066-.05.048 0 .097 0 .195-.016.212-.033.229-.28.261-.528l.49-4.255c0-.066.032-.116.081-.116.05 0 .098.017.13.099l2.024 4.041 1.941-4.041c.033-.066.066-.116.115-.116s.081.05.098.182z"
2025
+ }
2026
+ ),
2027
+ /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(
2028
+ "path",
2029
+ {
2030
+ fill: "#fff",
2031
+ fillOpacity: 0.85,
2032
+ d: "M28.733 40.693c.081-.215.114-.248.163-.248.065 0 .098.1.163.231.114.28 1.19 2.97 1.599 3.959.244.577.424.66.57.71.099.032.197.032.262.032.033 0 .081.017.081.05s-.081.05-.146.05c-.098 0-.588 0-1.06-.017-.131 0-.23 0-.23-.05 0-.033.017-.033.05-.05.032-.016.114-.065.065-.18l-.62-1.469c-.016-.033-.016-.033-.065-.033H28.03c-.033 0-.049.017-.065.05l-.376 1.039c-.065.165-.097.33-.097.429 0 .132.114.181.228.181h.065c.05 0 .066.017.066.05q0 .05-.098.05c-.164 0-.522-.017-.604-.017-.065 0-.408.016-.669.016-.082 0-.13-.016-.13-.05 0-.032.032-.049.065-.049.049 0 .147 0 .196-.016.31-.033.424-.264.554-.594zm.734 2.721c.032 0 .032-.016.016-.05l-.652-1.78c-.033-.1-.082-.1-.115 0l-.62 1.78c0 .034 0 .05.017.05zM34.54 42.458c0-1.006 0-1.204-.016-1.402-.016-.215-.049-.33-.277-.363-.049 0-.163-.017-.228-.017-.017 0-.05-.032-.05-.049 0-.033.033-.05.115-.05.31 0 .734.017.767.017.081 0 .505-.017.897-.017.669 0 1.893-.066 2.676.743.326.33.652.874.652 1.65 0 .824-.342 1.45-.718 1.83-.293.297-.88.759-2.023.759-.293 0-.652-.017-.93-.033l-.538-.033h-.277c-.13 0-.294.016-.408.016-.065 0-.114-.016-.114-.05 0-.016.016-.049.049-.049a1 1 0 0 0 .212-.032c.13-.034.146-.149.18-.347.032-.264.032-.775.032-1.419zm.62.693v1.418c0 .165.017.396.082.462.082.116.327.264 1.11.264.62 0 1.158-.214 1.566-.594.343-.33.522-.956.522-1.55 0-.825-.359-1.353-.636-1.633-.637-.644-1.37-.726-2.17-.726-.13 0-.343.016-.408.05-.065.016-.082.049-.082.131v2.178zM40.43 42.458c0-1.006 0-1.204-.015-1.402-.017-.215-.05-.33-.278-.363-.049 0-.163-.017-.228-.017-.017 0-.05-.033-.05-.05 0-.032.033-.049.115-.049.31 0 .734.017.767.017h1.599c.13 0 .244-.033.31-.033.032 0 .065-.033.098-.033.016 0 .032.033.032.066 0 .05-.032.115-.049.313 0 .066-.016.347-.032.43 0 .032-.033.065-.066.065-.032 0-.049-.033-.049-.082 0-.05 0-.149-.032-.231-.05-.116-.114-.149-.473-.198-.114-.017-.881-.017-.963-.017-.032 0-.032.017-.032.066v1.765c0 .05 0 .066.032.066.082 0 .963 0 1.11-.016.163-.017.26-.017.326-.1.049-.049.081-.082.098-.082.016 0 .032.017.032.05s-.032.148-.049.363c-.016.132-.032.379-.032.428 0 .05-.017.116-.066.116-.032 0-.048-.017-.048-.066 0-.066 0-.132-.033-.215-.016-.099-.082-.165-.343-.198-.18-.016-.897-.032-1.011-.032q-.05 0-.05.049v1.649c.017.43.131.528.8.528.18 0 .49 0 .67-.066.179-.082.26-.198.31-.445.016-.083.032-.099.065-.099.032 0 .048.05.048.099 0 .05-.048.495-.097.627-.05.165-.115.165-.376.165-.505 0-.88-.017-1.158-.017-.277-.016-.457-.016-.555-.016h-.293c-.131 0-.278.016-.392.016-.065 0-.114-.016-.114-.05 0-.016.016-.049.049-.049a1 1 0 0 0 .212-.033c.13-.016.147-.148.18-.346.032-.264.032-.775.032-1.419zM46.892 41.93c0-1.204 0-1.419-.017-1.65-.016-.263-.081-.379-.326-.445-.065-.016-.196-.016-.261-.016-.033 0-.065-.017-.065-.05 0-.05.032-.066.114-.066h.538l.31.017h1.73c.147 0 .26-.017.326-.033.033 0 .065-.033.114-.033.017 0 .033.033.033.066 0 .05-.033.148-.066.363 0 .082-.016.412-.032.511 0 .033-.016.082-.05.082-.048 0-.064-.032-.064-.099 0-.049 0-.18-.05-.28-.048-.115-.13-.214-.538-.264-.13-.016-.962-.016-1.044-.016-.032 0-.049.016-.049.082v2.112c0 .049 0 .082.05.082.097 0 1.027 0 1.206-.017.18-.016.294-.033.36-.115.048-.066.081-.099.114-.099.016 0 .032.017.032.066 0 .05-.032.181-.065.429a8 8 0 0 0-.033.495c0 .066 0 .148-.049.148-.032 0-.048-.033-.048-.066 0-.082 0-.148-.033-.247-.033-.116-.098-.231-.392-.264a29 29 0 0 0-1.077-.033q-.048 0-.049.05v1.996c.017.527.131.626.882.626.195 0 .538 0 .734-.082.195-.083.293-.231.342-.545.017-.082.033-.115.066-.115.049 0 .049.066.049.115 0 .066-.066.578-.098.742-.05.198-.114.198-.408.198-.571 0-.98-.016-1.29-.016-.293-.017-.472-.017-.586-.017h-.31c-.147 0-.327.017-.44.017-.082 0-.115-.017-.115-.066 0-.017.016-.05.065-.05.065 0 .163-.016.228-.032.147-.034.196-.198.213-.43.032-.33.032-.923.032-1.665V41.93zM50.595 45.41c-.098-.05-.098-.066-.098-.247 0-.33.033-.577.033-.693 0-.066.016-.115.049-.115.032 0 .065.016.065.082 0 .05 0 .149.016.231.114.478.604.643 1.06.643.653 0 .996-.38.996-.874 0-.462-.245-.693-.849-1.138l-.31-.231c-.717-.544-.962-.94-.962-1.402 0-.759.604-1.22 1.485-1.22.26 0 .538.032.685.082.13.033.18.033.228.033.05 0 .066 0 .066.05 0 .032-.033.247-.033.692 0 .099 0 .149-.049.149s-.049-.033-.065-.083c0-.082-.066-.247-.098-.33-.05-.082-.261-.33-.865-.33-.49 0-.88.248-.88.71 0 .412.211.66.864 1.105l.196.132c.815.56 1.093 1.006 1.093 1.567 0 .379-.147.791-.62 1.105-.278.181-.702.23-1.06.23-.278.017-.67-.016-.947-.148M54.804 42.458c0-1.006 0-1.204-.016-1.402-.016-.214-.049-.33-.277-.363-.05 0-.163-.016-.229-.016-.016 0-.049-.033-.049-.05 0-.033.033-.05.115-.05.31 0 .718.017.766.017.147 0 .653-.016.947-.016.864 0 1.158.264 1.272.362.147.133.327.43.327.776 0 .94-.702 1.55-1.73 1.55h-.196c-.032 0-.065-.033-.065-.066 0-.05.033-.066.18-.066.718 0 1.24-.462 1.24-1.055 0-.215-.017-.644-.376-.99-.342-.346-.75-.313-.897-.313-.114 0-.31.033-.375.05-.033 0-.05.048-.05.114v2.656c0 .627 0 1.138.033 1.419.017.198.066.313.261.346.098.017.229.033.294.033.033 0 .05.033.05.05 0 .033-.034.05-.115.05-.36 0-.8-.017-.832-.017-.017 0-.457.016-.653.016-.065 0-.114-.016-.114-.05 0-.016.016-.049.049-.049a1 1 0 0 0 .212-.033c.13-.033.147-.148.18-.346.032-.264.032-.776.032-1.419v-1.138zM60.955 40.479c1.501 0 2.643.923 2.643 2.44 0 1.452-1.077 2.656-2.676 2.656-1.827 0-2.61-1.385-2.61-2.556 0-1.056.8-2.54 2.643-2.54m.147 4.833c.604 0 1.81-.33 1.81-2.21 0-1.568-.945-2.393-1.99-2.393-1.109 0-1.925.71-1.925 2.128 0 1.518.898 2.474 2.105 2.474M64.805 42.458c0-1.006 0-1.204-.016-1.402-.016-.214-.049-.33-.277-.363-.05 0-.163-.016-.229-.016-.016 0-.049-.033-.049-.05 0-.033.033-.05.115-.05.31 0 .75.017.783.017.065 0 .636-.016.832-.016.424 0 .897.033 1.24.28.163.116.457.429.457.89 0 .48-.196.958-.816 1.485.538.693 1.011 1.287 1.403 1.683.359.363.57.429.75.445.13.017.196.017.229.017.032 0 .065.033.065.05 0 .032-.033.049-.163.049h-.424c-.376 0-.539-.033-.718-.132-.294-.149-.539-.462-.914-.957-.277-.346-.57-.775-.718-.957-.032-.033-.049-.033-.098-.033l-.848-.016q-.05 0-.049.05v.148c0 .627 0 1.138.033 1.402.016.198.065.313.26.346.099.017.23.033.294.033.05 0 .05.033.05.05 0 .033-.033.05-.115.05-.359 0-.783-.017-.816-.017 0 0-.456.016-.652.016-.065 0-.114-.016-.114-.05 0-.016.016-.049.049-.049a1 1 0 0 0 .212-.033c.13-.033.146-.148.18-.346.032-.264.032-.776.032-1.419v-1.105zm.571.544a.09.09 0 0 0 .05.083c.097.05.44.099.734.099.163 0 .342 0 .505-.116.229-.148.408-.494.408-.99 0-.808-.44-1.286-1.158-1.286-.196 0-.408.017-.473.033-.033.017-.05.033-.05.082v2.095zM70.826 43.596c0 .627 0 1.138.032 1.419.016.198.05.313.261.346.098.017.245.033.31.033.05 0 .05.033.05.05 0 .033-.033.05-.115.05-.359 0-.783-.017-.832-.017-.033 0-.49.016-.685.016-.082 0-.114-.016-.114-.05 0-.016.016-.049.048-.049a.8.8 0 0 0 .196-.033c.13-.033.18-.165.196-.346.033-.264.033-.776.033-1.419v-2.738l-.963.017c-.424 0-.571.049-.669.214-.081.115-.081.165-.114.214-.016.05-.033.066-.065.066-.017 0-.05-.016-.05-.05 0-.065.131-.659.148-.708 0-.033.049-.116.065-.116.049 0 .114.05.293.083.196.016.441.033.523.033h2.512c.212 0 .375-.017.473-.033.098-.017.163-.033.196-.033s.033.033.033.082c0 .198-.017.66-.017.742 0 .05-.032.083-.065.083s-.049-.017-.049-.116v-.066c-.016-.198-.163-.346-.8-.363l-.831-.016zM73.811 42.458c0-1.006 0-1.204-.016-1.402-.016-.215-.049-.33-.277-.363-.05 0-.164-.017-.229-.017-.016 0-.049-.033-.049-.05 0-.032.033-.049.114-.049.31 0 .735.017.767.017h1.6c.13 0 .244-.033.31-.033.032 0 .064-.033.097-.033.016 0 .033.033.033.066 0 .05-.033.115-.05.313 0 .066-.016.347-.032.43 0 .032-.033.065-.065.065-.033 0-.05-.033-.05-.082 0-.05 0-.149-.032-.231-.049-.116-.114-.149-.473-.198-.114-.017-.88-.017-.963-.017-.032 0-.032.017-.032.066v1.765c0 .05 0 .066.032.066.082 0 .963 0 1.11-.016.163-.017.261-.017.326-.1.05-.049.082-.082.098-.082s.033.017.033.05-.033.148-.05.363c-.016.132-.032.379-.032.428 0 .05-.016.116-.065.116-.033 0-.049-.017-.049-.066 0-.066 0-.132-.033-.215-.016-.099-.081-.165-.342-.198-.18-.016-.898-.032-1.012-.032q-.048 0-.049.049v1.649c.017.43.13.528.8.528.18 0 .49 0 .669-.066.18-.082.26-.198.31-.445.016-.083.032-.099.065-.099.032 0 .049.05.049.099 0 .05-.05.495-.098.627-.049.165-.114.165-.375.165-.506 0-.881-.017-1.159-.017-.277-.016-.456-.016-.554-.016h-.294c-.13 0-.277.016-.392.016-.065 0-.114-.016-.114-.05 0-.016.016-.049.05-.049a1 1 0 0 0 .211-.033c.13-.016.147-.148.18-.346.032-.264.032-.775.032-1.419zM77.254 45.41c-.098-.05-.098-.066-.098-.247 0-.33.033-.577.033-.693 0-.066.016-.115.049-.115.032 0 .065.016.065.082 0 .05 0 .149.016.231.115.478.604.643 1.06.643.653 0 .996-.38.996-.874 0-.462-.245-.693-.848-1.138l-.31-.231c-.718-.544-.963-.94-.963-1.402 0-.759.604-1.22 1.485-1.22.26 0 .538.032.685.082.13.033.18.033.228.033.05 0 .066 0 .066.05 0 .032-.033.247-.033.692 0 .099 0 .149-.049.149s-.049-.033-.065-.083c0-.082-.065-.247-.098-.33-.049-.082-.261-.33-.865-.33-.49 0-.88.248-.88.71 0 .412.211.66.864 1.105l.196.132c.816.56 1.093 1.006 1.093 1.567 0 .379-.147.791-.62 1.105-.277.181-.702.23-1.06.23-.294.017-.67-.016-.947-.148M85.15 39.885c.098-.248.115-.297.163-.297.05 0 .082.033.164.28.114.297 1.305 3.464 1.762 4.619.277.676.49.808.652.858.114.033.229.05.31.05.05 0 .082 0 .082.049s-.065.066-.147.066c-.114 0-.669 0-1.191-.017-.147 0-.228 0-.228-.05q0-.048.049-.049c.048-.016.097-.082.048-.214l-.701-1.88c-.016-.034-.033-.05-.065-.05h-1.632c-.032 0-.065.016-.081.066l-.457 1.352c-.066.198-.114.38-.114.512 0 .148.163.214.293.214h.082c.049 0 .081.017.081.05 0 .049-.049.066-.114.066-.18 0-.506-.017-.587-.017-.082 0-.506.017-.865.017-.098 0-.147-.017-.147-.066 0-.033.033-.05.066-.05.049 0 .163 0 .212-.016.342-.05.505-.33.636-.726zm.8 3.068c.032 0 .032-.017.032-.05l-.717-2.078c-.033-.116-.082-.116-.115 0l-.669 2.078c-.016.033 0 .05.017.05zM89.196 41.93c0-1.204 0-1.419-.016-1.65-.016-.264-.082-.379-.326-.445-.066-.016-.196-.016-.261-.016-.033 0-.066-.017-.066-.05 0-.05.033-.066.115-.066.342 0 .815.017.864.017.18 0 .473-.017.832-.017 1.24 0 1.518.759 1.518 1.155 0 .627-.36 1.006-.718 1.385.554.182 1.305.726 1.305 1.617 0 .825-.636 1.666-1.942 1.666-.081 0-.326-.017-.538-.017-.212-.016-.424-.016-.457-.016h-.31c-.147 0-.326.016-.44.016-.082 0-.114-.016-.114-.066 0-.016.016-.05.065-.05.065 0 .163-.016.228-.032.147-.033.196-.198.212-.429.033-.33.033-.924.033-1.666V41.93zm.604.165c0 .05.016.066.049.082.049 0 .18.033.457.033.424 0 .538-.016.685-.198.163-.181.277-.462.277-.775 0-.643-.277-1.32-1.028-1.32-.081 0-.244 0-.358.033-.066.017-.098.033-.098.083v2.062zm0 .808v1.65c.016.379.016.478.261.593.212.1.538.116.669.116.408 0 1.077-.215 1.077-1.089 0-.462-.147-1.121-.734-1.534-.261-.181-.441-.198-.637-.214-.098-.017-.473-.017-.587-.017q-.05 0-.05.05zM97.517 45.345c-.277.148-.783.264-1.19.264-2.105 0-2.97-1.634-2.97-3.019 0-1.237.897-3.002 2.986-3.002 1.713 0 2.985 1.088 2.985 2.87 0 1.353-.848 2.243-1.338 2.573l1.55.808c1.664.875 2.807.908 3.198.908a4.3 4.3 0 0 0 1.501-.297c.049-.017.082-.033.114-.033q.05 0 .049.05c0 .032-.016.049-.065.082a5.8 5.8 0 0 1-2.398.528c-.914 0-1.893-.33-3.133-1.023zm-1.011-.033c.685 0 2.088-.396 2.088-2.623 0-1.847-1.11-2.837-2.3-2.837-1.273 0-2.22.841-2.22 2.524 0 1.781 1.061 2.936 2.432 2.936"
2033
+ }
2034
+ ),
2035
+ /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(
2036
+ "path",
2037
+ {
2038
+ fill: "#fff",
2039
+ fillOpacity: 0.85,
2040
+ d: "M106.67 44.52c.033.28.082.71.408.808.212.066.424.066.489.066.033 0 .066 0 .066.033 0 .05-.066.066-.163.066-.164 0-.979 0-1.273-.033-.179-.016-.212-.033-.212-.082q0-.05.049-.05c.032 0 .049-.132.032-.28l-.358-3.976h-.017l-1.86 3.992c-.163.33-.179.413-.244.413-.049 0-.098-.083-.229-.347a89 89 0 0 1-.881-1.781 99 99 0 0 1-.995-2.194h-.065l-.31 3.563v.396a.23.23 0 0 0 .195.23c.131.034.245.034.294.034.033 0 .065.016.065.033 0 .05-.049.066-.13.066-.277 0-.653-.017-.702-.017-.065 0-.44.017-.636.017-.082 0-.131-.017-.131-.066 0-.017.033-.033.082-.033.065 0 .114 0 .228-.017.245-.05.278-.346.31-.643l.539-4.998c0-.083.032-.132.081-.132s.082.033.115.115l2.316 4.817 2.236-4.817c.032-.066.065-.115.114-.115s.081.066.098.214z"
2041
+ }
2042
+ ),
2043
+ /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(
2044
+ "path",
2045
+ {
2046
+ stroke: "#fff",
2047
+ strokeMiterlimit: 10,
2048
+ strokeOpacity: 0.85,
2049
+ strokeWidth: 0.676,
2050
+ d: "M.916 38.103h41.277M56.387 38.103h51.882"
2051
+ }
2052
+ ),
2053
+ /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(
2054
+ "path",
2055
+ {
2056
+ fill: "#fff",
2057
+ fillOpacity: 0.85,
2058
+ d: "M3.38 32.973c-.392-.198-.409-.297-.409-1.055 0-1.386.114-2.491.13-2.937.033-.297.082-.445.213-.445.163 0 .196.082.196.297 0 .247 0 .643.081 1.023.408 2.045 2.219 2.82 4.063 2.82 2.626 0 3.915-1.913 3.915-3.678 0-1.914-.8-3.019-3.149-4.982l-1.24-1.022c-2.904-2.408-3.556-4.124-3.556-6.02 0-2.97 2.186-4.982 5.677-4.982 1.077 0 1.86.115 2.546.28.522.116.734.132.962.132.212 0 .277.05.277.198 0 .132-.114 1.056-.114 2.936 0 .445-.049.643-.195.643-.164 0-.196-.132-.212-.363-.033-.33-.196-1.088-.36-1.385s-.897-1.468-3.426-1.468c-1.892 0-3.377 1.188-3.377 3.216 0 1.584.718 2.574 3.345 4.652l.767.61c3.23 2.573 3.997 4.289 3.997 6.516 0 1.138-.44 3.25-2.333 4.602-1.175.825-2.66 1.17-4.144 1.17-1.273 0-2.546-.197-3.655-.758M19.107 20.42c0-4.32 0-5.096-.049-5.987-.049-.94-.277-1.385-1.175-1.583-.212-.05-.685-.083-.93-.083-.114 0-.212-.05-.212-.165 0-.165.13-.214.44-.214.637 0 1.371 0 1.975.033l1.126.05c.195 0 5.645 0 6.28-.034.523-.033.963-.082 1.176-.132.13-.033.244-.132.391-.132.082 0 .114.116.114.248 0 .198-.13.528-.212 1.303-.032.28-.081 1.5-.13 1.83-.033.133-.082.298-.196.298-.163 0-.212-.132-.212-.363 0-.198-.033-.66-.163-.99-.196-.445-.473-.775-1.942-.94-.473-.05-3.459-.083-3.752-.083-.114 0-.163.083-.163.28v7.654c0 .198.032.28.163.28.359 0 3.72 0 4.356-.049.652-.05 1.044-.115 1.289-.395.196-.215.293-.363.408-.363.081 0 .13.05.13.214 0 .165-.13.643-.212 1.55-.049.561-.114 1.584-.114 1.782 0 .214 0 .528-.196.528-.13 0-.196-.116-.196-.248 0-.28 0-.56-.114-.907-.114-.396-.359-.857-1.42-.973-.733-.082-3.458-.132-3.915-.132-.13 0-.196.082-.196.198v2.441c0 .94-.032 4.157 0 4.734.082 1.914.49 2.276 3.182 2.276.718 0 1.925 0 2.626-.296.718-.297 1.045-.858 1.24-1.996.05-.297.115-.413.245-.413.163 0 .163.215.163.413 0 .214-.212 2.111-.359 2.688-.195.726-.408.726-1.484.726-2.056 0-3.557-.05-4.634-.082-1.077-.05-1.73-.083-2.137-.083-.049 0-.522 0-1.093.033-.555 0-1.175.05-1.583.05-.293 0-.44-.05-.44-.215 0-.082.049-.165.212-.165.245 0 .57-.05.816-.115.554-.116.685-.726.799-1.518.13-1.17.13-3.348.13-6.02V20.42z"
2059
+ }
2060
+ ),
2061
+ /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(
2062
+ "path",
2063
+ {
2064
+ fill: "#009640",
2065
+ d: "M41.279 32.445c-4.373 0-8.892-3.58-8.892-10.474 0-5.674 3.41-9.04 8.027-9.04 4.372 0 8.892 3.547 8.892 10.475 0 5.674-3.443 9.04-8.027 9.04M54.46 36.42c-.897.396-1.974.61-3.295.61-2.35 0-5.352-1.731-7.897-4.222 5.123-1.27 8.517-6.07 8.517-10.474 0-5.279-4.357-10.128-10.67-10.128-6.608 0-11.225 5.674-11.225 10.788 0 5.262 4.225 10.029 10.458 10.16 0 0 1.517-.033 2.12.644.816.874 5.972 6.103 11.992 3.002.196-.1.05-.412 0-.38"
2066
+ }
2067
+ ),
2068
+ /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(
2069
+ "path",
2070
+ {
2071
+ fill: "#FFCD00",
2072
+ d: "M48.164 38.697c.391.066.815.082 1.207.082 2.773 0 3.964-.924 5.172-1.616-6.38 3.266-11.551-1.864-12.367-2.738-.604-.66-2.496-.644-2.496-.644 2.626 2.409 4.715 3.761 6.689 4.42 0 .017 1.158.397 1.794.496"
2073
+ }
2074
+ ),
2075
+ /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(
2076
+ "path",
2077
+ {
2078
+ fill: "#fff",
2079
+ fillOpacity: 0.85,
2080
+ d: "M75.345 29.625c.098.957.294 2.441 1.436 2.82.8.265 1.517.265 1.81.265.131 0 .23.066.23.197 0 .166-.262.264-.572.264-.636 0-3.752-.032-4.764-.132-.669-.066-.8-.165-.8-.296 0-.1.066-.198.197-.231.163-.033.195-.446.13-.957l-1.338-13.856h-.065L64.87 31.604c-.571 1.188-.734 1.452-.98 1.452-.26 0-.407-.264-.945-1.254-.735-1.352-2.578-4.85-3.263-6.317-.833-1.732-3.084-6.318-3.557-7.44h-.13l-1.077 12.322c-.033.413-.033.924-.033 1.386 0 .412.261.676.669.775.473.132.88.165 1.077.165.098 0 .228.1.228.198 0 .198-.196.264-.506.264-1.044 0-2.382-.099-2.61-.099-.261 0-1.583.099-2.35.099-.293 0-.473-.066-.473-.264 0-.099.13-.198.294-.198.228 0 .408-.033.832-.099.914-.165.946-1.155 1.077-2.177l2.023-17.815c.033-.296.163-.478.31-.478.196 0 .408.099.571.412l8.435 16.94 8.125-16.907c.13-.264.26-.445.44-.445s.343.231.408.742zM68.313 10.359l1.55-.759 1.175 1.27-.245-1.715 1.55-.742-1.697-.297-.212-1.732-.783 1.534-1.697-.33 1.175 1.237zM64.365 10.656l1.06-1.22 1.452.675-.816-1.385 1.06-1.188-1.55.363L64.79 6.5l-.147 1.584-1.566.33 1.452.643zM74.806 12.272l-.701-1.435-1.566.264L73.68 9.98l-.734-1.435 1.386.758 1.11-1.121-.261 1.583 1.419.742-1.566.215z"
2081
+ }
2082
+ ),
2083
+ /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(
2084
+ "path",
2085
+ {
2086
+ fill: "#FFCD00",
2087
+ d: "M80.288 11.332c2.529 2.672 3.638 5.79 3.638 9.781 0 4.29-1.778 8.149-4.633 10.838l-.033.033c8.892-4.19 16.837-12.949 16.837-12.949-5.22-.66-11.273-3.975-15.809-7.703"
2088
+ }
2089
+ ),
2090
+ /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(
2091
+ "path",
2092
+ {
2093
+ fill: "#006B2D",
2094
+ d: "M105.903.083c.441 3.909 1.061 8.66-1.174 15.67l4.209-11.662c.832-2.491-2.056-3.827-3.035-4.008"
2095
+ }
2096
+ ),
2097
+ /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(
2098
+ "path",
2099
+ {
2100
+ fill: "#009640",
2101
+ d: "M105.593 4.701C98.74 9.93 78.493 2.375 70.01 3.002c-7.832.61-10.997 5.41-10.997 5.41s.033 0 .033-.033c2.643-1.995 5.922-3.2 9.479-3.2 4.013 0 7.293 1.468 10.507 4.058 1.387 1.287 2.822 2.062 4.144 2.887 11.127 6.78 15.858 5.921 15.858 5.921-8.337 10.623-19.578 14.68-19.578 14.68 10.605 1.799 18.06-.923 18.06-.923l7.179-16.066.033-.033c.897-3.563 1.354-8.445.865-11.002"
2102
+ }
2103
+ )
2104
+ ] }),
2105
+ /* @__PURE__ */ (0, import_jsx_runtime11.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime11.jsx)("clipPath", { id: "LogoSeqm_svg__a", children: /* @__PURE__ */ (0, import_jsx_runtime11.jsx)("path", { fill: "#fff", d: "M.916 0h108.169v48H.915z" }) }) })
2106
+ ]
2107
+ }
2108
+ );
2109
+ var LogoSeqmIcon_default = LogoSeqmIcon;
2110
+
2111
+ // src/components/AwardFillIcon.tsx
2112
+ var import_jsx_runtime12 = __toESM(require_jsx_runtime(), 1);
2113
+ var AwardFillIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)(
2114
+ "svg",
2115
+ {
2116
+ xmlns: "http://www.w3.org/2000/svg",
2117
+ width: "1em",
2118
+ height: "1em",
2119
+ fill: "none",
2120
+ viewBox: "0 0 16 16",
2121
+ ...props,
2122
+ children: [
2123
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(
2124
+ "path",
2125
+ {
2126
+ fill: "#001007",
2127
+ fillOpacity: 0.5,
2128
+ d: "m8 0 1.669.864 1.858.282.842 1.68 1.337 1.32L13.4 6l.306 1.854-1.337 1.32-.842 1.68-1.858.282L8 12l-1.669-.864-1.858-.282-.842-1.68-1.337-1.32L2.6 6l-.306-1.854 1.337-1.32.842-1.68L6.331.864z"
2129
+ }
2130
+ ),
2131
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(
2132
+ "path",
2133
+ {
2134
+ fill: "#001007",
2135
+ fillOpacity: 0.5,
2136
+ d: "M4 11.794V16l4-1 4 1v-4.206l-2.018.306L8 13.126 6.018 12.1z"
2137
+ }
2138
+ )
2139
+ ]
2140
+ }
2141
+ );
2142
+ var AwardFillIcon_default = AwardFillIcon;
2143
+
2144
+ // src/components/BroadcastIcon.tsx
2145
+ var import_jsx_runtime13 = __toESM(require_jsx_runtime(), 1);
2146
+ var BroadcastIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime13.jsxs)(
2147
+ "svg",
2148
+ {
2149
+ xmlns: "http://www.w3.org/2000/svg",
2150
+ width: "1em",
2151
+ height: "1em",
2152
+ fill: "none",
2153
+ viewBox: "0 0 16 16",
2154
+ ...props,
2155
+ children: [
2156
+ /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("g", { clipPath: "url(#Broadcast_svg__a)", children: /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(
2157
+ "path",
2158
+ {
2159
+ fill: "#001007",
2160
+ fillOpacity: 0.5,
2161
+ d: "M3.05 3.05a7 7 0 0 0 0 9.9.5.5 0 0 1-.707.707 8 8 0 0 1 0-11.314.5.5 0 0 1 .707.707m2.122 2.122a4 4 0 0 0 0 5.656.501.501 0 0 1-.708.708 5 5 0 0 1 0-7.072.5.5 0 1 1 .708.708m5.656-.708a.5.5 0 0 1 .708 0 5 5 0 0 1 0 7.072.5.5 0 1 1-.708-.708 4 4 0 0 0 0-5.656.5.5 0 0 1 0-.708m2.122-2.12a.5.5 0 0 1 .707 0 8 8 0 0 1 0 11.313.5.5 0 0 1-.707-.707 7 7 0 0 0 0-9.9.5.5 0 0 1 0-.707zM10 8a2 2 0 1 1-4 0 2 2 0 0 1 4 0"
2162
+ }
2163
+ ) }),
2164
+ /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("clipPath", { id: "Broadcast_svg__a", children: /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("path", { fill: "#fff", d: "M0 0h16v16H0z" }) }) })
2165
+ ]
2166
+ }
2167
+ );
2168
+ var BroadcastIcon_default = BroadcastIcon;
2169
+
2170
+ // src/components/ListOlIcon.tsx
2171
+ var import_jsx_runtime14 = __toESM(require_jsx_runtime(), 1);
2172
+ var ListOlIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime14.jsxs)(
2173
+ "svg",
2174
+ {
2175
+ xmlns: "http://www.w3.org/2000/svg",
2176
+ width: "1em",
2177
+ height: "1em",
2178
+ fill: "none",
2179
+ viewBox: "0 0 16 16",
2180
+ ...props,
2181
+ children: [
2182
+ /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(
2183
+ "path",
2184
+ {
2185
+ fill: "#001007",
2186
+ fillOpacity: 0.5,
2187
+ fillRule: "evenodd",
2188
+ d: "M5 11.5a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5m0-4a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5m0-4a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5",
2189
+ clipRule: "evenodd"
2190
+ }
2191
+ ),
2192
+ /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(
2193
+ "path",
2194
+ {
2195
+ fill: "#001007",
2196
+ fillOpacity: 0.5,
2197
+ d: "M1.713 11.865v-.474H2c.217 0 .363-.137.363-.317 0-.185-.158-.31-.361-.31-.223 0-.367.152-.373.31h-.59c.016-.467.373-.787.986-.787.588-.002.954.291.957.703a.595.595 0 0 1-.492.594v.033a.615.615 0 0 1 .569.631c.003.533-.502.8-1.051.8-.656 0-1-.37-1.008-.794h.582c.008.178.186.306.422.309.254 0 .424-.145.422-.35-.002-.195-.155-.348-.414-.348h-.3zm-.004-4.699h-.604v-.035c0-.408.295-.844.958-.844.583 0 .96.326.96.756 0 .389-.257.617-.476.848l-.537.572v.03h1.054V9H1.143v-.395l.957-.99c.138-.142.293-.304.293-.508 0-.18-.147-.32-.342-.32a.33.33 0 0 0-.342.338zM2.564 5h-.635V2.924h-.031l-.598.42v-.567l.629-.443h.635z"
2198
+ }
2199
+ )
2200
+ ]
2201
+ }
2202
+ );
2203
+ var ListOlIcon_default = ListOlIcon;
2204
+
2205
+ // src/components/StarIcon.tsx
2206
+ var import_jsx_runtime15 = __toESM(require_jsx_runtime(), 1);
2207
+ var StarIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(
2208
+ "svg",
2209
+ {
2210
+ xmlns: "http://www.w3.org/2000/svg",
2211
+ width: "1em",
2212
+ height: "1em",
2213
+ fill: "none",
2214
+ viewBox: "0 0 16 16",
2215
+ ...props,
2216
+ children: /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(
2217
+ "path",
2218
+ {
2219
+ fill: "#001007",
2220
+ fillOpacity: 0.5,
2221
+ d: "M2.866 14.85c-.078.444.36.791.746.593l4.39-2.256 4.389 2.256c.386.198.824-.149.746-.592l-.83-4.73 3.522-3.356c.33-.314.16-.888-.282-.95l-4.898-.696L8.465.792a.513.513 0 0 0-.927 0L5.354 5.12l-4.898.696c-.441.062-.612.636-.283.95l3.523 3.356-.83 4.73zm4.905-2.767-3.686 1.894.694-3.957a.56.56 0 0 0-.163-.505L1.71 6.745l4.052-.576a.53.53 0 0 0 .393-.288L8 2.223l1.847 3.658a.53.53 0 0 0 .393.288l4.052.575-2.906 2.77a.56.56 0 0 0-.163.506l.694 3.957-3.686-1.894a.5.5 0 0 0-.461 0z"
2222
+ }
2223
+ )
2224
+ }
2225
+ );
2226
+ var StarIcon_default = StarIcon;
2227
+
2228
+ // src/components/PencilSquareIcon.tsx
2229
+ var import_jsx_runtime16 = __toESM(require_jsx_runtime(), 1);
2230
+ var PencilSquareIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime16.jsxs)(
2231
+ "svg",
2232
+ {
2233
+ xmlns: "http://www.w3.org/2000/svg",
2234
+ width: "1em",
2235
+ height: "1em",
2236
+ fill: "none",
2237
+ viewBox: "0 0 16 16",
2238
+ ...props,
2239
+ children: [
2240
+ /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(
2241
+ "path",
2242
+ {
2243
+ fill: "#001007",
2244
+ fillOpacity: 0.5,
2245
+ d: "M15.502 1.94a.5.5 0 0 1 0 .706L14.459 3.69l-2-2L13.502.646a.5.5 0 0 1 .707 0l1.293 1.293zm-1.75 2.456-2-2L4.939 9.21a.5.5 0 0 0-.121.196l-.805 2.414a.25.25 0 0 0 .316.316l2.414-.805a.5.5 0 0 0 .196-.12z"
2246
+ }
2247
+ ),
2248
+ /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(
2249
+ "path",
2250
+ {
2251
+ fill: "#001007",
2252
+ fillOpacity: 0.5,
2253
+ fillRule: "evenodd",
2254
+ d: "M1 13.5A1.5 1.5 0 0 0 2.5 15h11a1.5 1.5 0 0 0 1.5-1.5v-6a.5.5 0 0 0-1 0v6a.5.5 0 0 1-.5.5h-11a.5.5 0 0 1-.5-.5v-11a.5.5 0 0 1 .5-.5H9a.5.5 0 1 0 0-1H2.5A1.5 1.5 0 0 0 1 2.5z",
2255
+ clipRule: "evenodd"
2256
+ }
2257
+ )
2258
+ ]
2259
+ }
2260
+ );
2261
+ var PencilSquareIcon_default = PencilSquareIcon;
2262
+
2263
+ // src/components/SearchIcon.tsx
2264
+ var import_jsx_runtime17 = __toESM(require_jsx_runtime(), 1);
2265
+ var SearchIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime17.jsxs)(
2266
+ "svg",
2267
+ {
2268
+ xmlns: "http://www.w3.org/2000/svg",
2269
+ width: "1em",
2270
+ height: "1em",
2271
+ fill: "none",
2272
+ viewBox: "0 0 12 12",
2273
+ ...props,
2274
+ children: [
2275
+ /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("g", { clipPath: "url(#Search_svg__a)", children: /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
2276
+ "path",
2277
+ {
2278
+ fill: "#fff",
2279
+ fillOpacity: 0.5,
2280
+ d: "M8.807 7.758a4.875 4.875 0 1 0-1.048 1.048q.033.045.073.086l2.887 2.888a.75.75 0 0 0 1.061-1.06L8.893 7.831a1 1 0 0 0-.086-.075M9 4.875a4.125 4.125 0 1 1-8.25 0 4.125 4.125 0 0 1 8.25 0"
2281
+ }
2282
+ ) }),
2283
+ /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("clipPath", { id: "Search_svg__a", children: /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("path", { fill: "#fff", d: "M0 0h12v12H0z" }) }) })
2284
+ ]
2285
+ }
2286
+ );
2287
+ var SearchIcon_default = SearchIcon;
2288
+
2289
+ // src/components/LogoSeqmMobileIcon.tsx
2290
+ var import_jsx_runtime18 = __toESM(require_jsx_runtime(), 1);
2291
+ var LogoSeqmMobileIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime18.jsxs)(
2292
+ "svg",
2293
+ {
2294
+ xmlns: "http://www.w3.org/2000/svg",
2295
+ width: "1em",
2296
+ height: "1em",
2297
+ fill: "none",
2298
+ viewBox: "0 0 56 40",
2299
+ ...props,
2300
+ children: [
2301
+ /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(
2302
+ "path",
2303
+ {
2304
+ fill: "#fff",
2305
+ fillOpacity: 0.85,
2306
+ d: "m15.175 13.68 1.482-.729 1.123 1.212-.234-1.637 1.497-.694-1.625-.283-.197-1.64-.772 1.46-1.619-.317 1.15 1.184zM19.263 16.512l-.005.036.009-.029zM11.353 13.994l1.012-1.156 1.397.636-.786-1.32 1.034-1.134-1.496.34-.757-1.337-.138 1.531-1.506.31 1.412.602zM21.452 15.543l-.675-1.38-1.515.248 1.103-1.068-.702-1.365 1.356.718 1.08-1.09-.266 1.512 1.372.693-1.52.212z"
2307
+ }
2308
+ ),
2309
+ /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(
2310
+ "path",
2311
+ {
2312
+ fill: "#fff",
2313
+ fillOpacity: 0.85,
2314
+ d: "M8.43 25.409c-.871-.506-.787-1.223-.871-1.565-.085-.34-.337-2.073-.337-2.579s-.45-1.073-.76-1.73c-.31-.655-1.126-2.384-1.18-2.503-.058-.119-.422-.417-1.013-.15-.591.269-1.266.061-1.435.15s-.786.297-1.068.328c-.282.03-.254.387-.45.507-.197.12-.76-.21-.76-.21s-.28-.147-.337-.267-.056-.287-.17-.625c-.166-.508.143-.557.143-.557s.477-.438.646-.588c.169-.148.882-.99.898-1.3.03-.508.479-.805.678-1.043.096-.12.318-.24.391-.42.075-.177 0-.415 0-.415-.308-.238 0-1.223 0-1.223h.114s0 .268.111.418c.114.15.338.655.48.507.14-.151.392.029.392.029-.224-.328.112-1.134.112-1.134h.114v.09c0 .09.056.417.112.567s.507.894.507.894.437.226.605.372c.169.146.313.1.518.055.423-.09 3.543 1.731 4.977 3.388.767.884 1.408.865 1.801.894.395.03 2.054.835 2.054.835s1.828.12 3.515-.506 3.008-1.162 4.977-.388c0 0 .45.18.732.238.281.06.814.269.814.269s1.548-.209 2.531 1.998c.983 2.205 1.182 4.471.815 6.29 0 0 0-.389-.083-.596-.084-.21-.506 1.4-.675 1.668v-.596c0-.09-.424.983-.506 1.31-.084.328-.113.596-.113.596s-.027-.982.085-1.25c.11-.269-.254.476-.254.356 0-.117.028-.863.028-1.072s-.225.12-.197-1.28c.03-1.403.254-2.445.03-3.43-.227-.982-.141-1.132-.141-1.132s-.028.834-.114 1.013c0 0-.28 1.788-.76 2.623-.478.835-1.122 1.67-.898 2.325s.563 1.4.563 1.64c0 .238.055.298.14.478.084.177.394.775.196 1.222-.195.447-.168 1.401-.168 1.967s.027 2.175.027 2.295 0 .238-.113.298c-.11.06-.168.208-.195.298-.03.09-.31.149-.31.358 0 .208.17.478.17.567s-.255.267-.255.267-1.32.09-1.32 0 .477-.746.477-.746 0-.209.198-.297c.195-.09.28-.24.28-.566 0-.329-.056-.39.057-.716.112-.328.03-2.892.03-2.892l-.087-.119s-.505 1.787-.535 2.117c-.027.327.086.805-.224 1.161-.31.36-.563.508-.563.508s-.14.21-.028.358c.114.149.253.358.17.446-.084.09-.282.15-.282.15s-.928.18-1.209.06c0 0 .196-.507.252-.625.057-.121.113-.299.31-.477.196-.18.394-.15.394-.42 0-.267.14-.356.337-.863.197-.508.394-2.176.394-2.384 0-.21-.394-1.192-.394-1.939v-1.31s-.31-.329-.507-1.135c-.194-.804-.984-1.758-1.18-1.937-.195-.178-.31-.118-.534-.09-.225.031-.225-.088-.48-.207-.251-.12-1.292.477-1.741.806-.444.322-2.462.989-4.695 1.238l-.116.012c-2.277.238-1.067.177-1.18.177 0 0 .225.867.31 1.641.084.776.254 1.52.254 1.968s-.03 1.222.054 1.371c.086.15.398 1.55.398 1.55s.445.448.334.626c-.113.178-.331.21-.334.508-.004.297-.11.805 0 .894s.144.177 0 .208c-.144.03-.34.178-.34.178s-.254.329-1.096.15c0 0 0-.238.225-.477.224-.237.224-.237.392-.327.169-.09.084-.238.197-.538.113-.298.17-.477.17-.477s-.226-.208-.226-.477c0-.268-.45-1.639-.506-1.788s-.45-.746-.619-1.43c-.169-.687-.59-1.998-.76-2.385-.168-.388-.196-.239-.196.058 0 .298-.328 1.224-.15 1.73.178.507.16 1.49 0 1.698-.16.21-.16.687-.16 1.044 0 .358.096 1.253.16 1.461.066.208.216.388 0 .566-.216.18-.3.3-.386.387-.083.09-.195.596-.195.687 0 .087.253.237.17.298-.086.059-.338.388-.338.388s-.845.059-1.321-.03v-.12s.453-.715.69-.865c.236-.148.18-.298.293-.476.111-.177.251-.627.251-.746s0-.417.029-.506-.083-1.67-.083-1.67-.31-.924-.282-1.61c.028-.685.045-1.201-.209-1.58-.915-1.368-.662-2.77-.662-2.77"
2315
+ }
2316
+ ),
2317
+ /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(
2318
+ "path",
2319
+ {
2320
+ fill: "#FFCD00",
2321
+ d: "M26.737 14.817c2.454 2.573 3.527 5.575 3.527 9.412a14.3 14.3 0 0 1-4.52 10.446c8.624-4.032 16.348-12.429 16.348-12.429-5.095-.659-10.965-3.84-15.355-7.429"
2322
+ }
2323
+ ),
2324
+ /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(
2325
+ "path",
2326
+ {
2327
+ fill: "#006B2D",
2328
+ d: "M51.573 4c.448 3.777 1.025 8.332-1.151 15.062l4.096-11.225c.826-2.381-1.984-3.663-2.945-3.837"
2329
+ }
2330
+ ),
2331
+ /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(
2332
+ "path",
2333
+ {
2334
+ fill: "#009640",
2335
+ d: "M51.286 8.431c-6.66 5.03-26.314-2.244-34.55-1.62-7.618.575-10.675 5.203-10.675 5.203l.027-.02a15.2 15.2 0 0 1 9.197-3.08c3.918 0 7.078 1.407 10.196 3.903 1.33 1.219 2.729 1.977 4.03 2.762 10.812 6.524 15.416 5.695 15.416 5.695-8.121 10.193-19.012 14.112-19.012 14.112 10.303 1.727 17.527-.873 17.528-.873l6.978-15.451.018-.038c.876-3.438 1.32-8.14.847-10.593"
2336
+ }
2337
+ )
2338
+ ]
2339
+ }
2340
+ );
2341
+ var LogoSeqmMobileIcon_default = LogoSeqmMobileIcon;
2342
+
2343
+ // src/components/MenuIcon.tsx
2344
+ var import_jsx_runtime19 = __toESM(require_jsx_runtime(), 1);
2345
+ var MenuIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(
2346
+ "svg",
2347
+ {
2348
+ xmlns: "http://www.w3.org/2000/svg",
2349
+ width: "1em",
2350
+ height: "1em",
2351
+ fill: "none",
2352
+ viewBox: "0 0 22 18",
2353
+ ...props,
2354
+ children: /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(
2355
+ "path",
2356
+ {
2357
+ fill: "#fff",
2358
+ fillOpacity: 0.75,
2359
+ fillRule: "evenodd",
2360
+ d: "M0 17a1 1 0 0 1 1-1h20a1 1 0 0 1 0 2H1a1 1 0 0 1-1-1m0-8a1 1 0 0 1 1-1h20a1 1 0 1 1 0 2H1a1 1 0 0 1-1-1m0-8a1 1 0 0 1 1-1h20a1 1 0 1 1 0 2H1a1 1 0 0 1-1-1",
2361
+ clipRule: "evenodd"
2362
+ }
2363
+ )
2364
+ }
2365
+ );
2366
+ var MenuIcon_default = MenuIcon;
2367
+
2368
+ // src/components/XIcon.tsx
2369
+ var import_jsx_runtime20 = __toESM(require_jsx_runtime(), 1);
2370
+ var XIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
2371
+ "svg",
2372
+ {
2373
+ xmlns: "http://www.w3.org/2000/svg",
2374
+ width: "1em",
2375
+ height: "1em",
2376
+ fill: "none",
2377
+ viewBox: "0 0 14 14",
2378
+ ...props,
2379
+ children: /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
2380
+ "path",
2381
+ {
2382
+ fill: "#fff",
2383
+ fillOpacity: 0.75,
2384
+ d: "M.292.292a1 1 0 0 1 1.416 0L7 5.586 12.292.292a1.002 1.002 0 0 1 1.416 1.416L8.414 7l5.294 5.292a1 1 0 0 1-.708 1.71 1 1 0 0 1-.708-.294L7 8.414l-5.292 5.294a1.002 1.002 0 0 1-1.416-1.416L5.586 7 .292 1.708a1 1 0 0 1 0-1.416"
2385
+ }
2386
+ )
2387
+ }
2388
+ );
2389
+ var XIcon_default = XIcon;
2390
+
2391
+ // src/components/BoxArrowInLeftIcon.tsx
2392
+ var import_jsx_runtime21 = __toESM(require_jsx_runtime(), 1);
2393
+ var BoxArrowInLeftIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime21.jsxs)(
2394
+ "svg",
2395
+ {
2396
+ xmlns: "http://www.w3.org/2000/svg",
2397
+ width: "1em",
2398
+ height: "1em",
2399
+ fill: "none",
2400
+ viewBox: "0 0 24 24",
2401
+ ...props,
2402
+ children: [
2403
+ /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
2404
+ "path",
2405
+ {
2406
+ fill: "#1E1E1E",
2407
+ fillRule: "evenodd",
2408
+ d: "M15 5.25a.75.75 0 0 0-.75-.75h-12a.75.75 0 0 0-.75.75v13.5a.75.75 0 0 0 .75.75h12a.75.75 0 0 0 .75-.75v-3a.75.75 0 1 1 1.5 0v3A2.25 2.25 0 0 1 14.25 21h-12A2.25 2.25 0 0 1 0 18.75V5.25A2.25 2.25 0 0 1 2.25 3h12a2.25 2.25 0 0 1 2.25 2.25v3a.75.75 0 1 1-1.5 0z",
2409
+ clipRule: "evenodd"
2410
+ }
2411
+ ),
2412
+ /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
2413
+ "path",
2414
+ {
2415
+ fill: "#1E1E1E",
2416
+ fillRule: "evenodd",
2417
+ d: "M6.219 12.531a.75.75 0 0 1 0-1.062l4.5-4.5a.75.75 0 1 1 1.062 1.062L8.56 11.25H21.75a.75.75 0 1 1 0 1.5H8.56l3.22 3.219a.752.752 0 0 1-1.061 1.062z",
2418
+ clipRule: "evenodd"
2419
+ }
2420
+ )
2421
+ ]
2422
+ }
2423
+ );
2424
+ var BoxArrowInLeftIcon_default = BoxArrowInLeftIcon;
2425
+ // Annotate the CommonJS export names for ESM import in node:
2426
+ 0 && (module.exports = {
2427
+ AwardFillIcon,
2428
+ BoxArrowInLeftIcon,
2429
+ BroadcastIcon,
2430
+ CaretDownIcon,
2431
+ CaretRightIcon,
2432
+ FacebookIcon,
2433
+ FilterIcon,
2434
+ HorseIcon,
2435
+ InstagramIcon,
2436
+ ListOlIcon,
2437
+ LogoSeqmIcon,
2438
+ LogoSeqmMobileIcon,
2439
+ MenuIcon,
2440
+ PencilSquareIcon,
2441
+ PersonCircleIcon,
2442
+ PlusIcon,
2443
+ PrinterIcon,
2444
+ SearchIcon,
2445
+ StarIcon,
2446
+ XIcon,
2447
+ YoutubeIcon
2448
+ });
2449
+ /*! Bundled license information:
2450
+
2451
+ react/cjs/react-jsx-runtime.production.js:
2452
+ (**
2453
+ * @license React
2454
+ * react-jsx-runtime.production.js
2455
+ *
2456
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
2457
+ *
2458
+ * This source code is licensed under the MIT license found in the
2459
+ * LICENSE file in the root directory of this source tree.
2460
+ *)
2461
+
2462
+ react/cjs/react.production.js:
2463
+ (**
2464
+ * @license React
2465
+ * react.production.js
2466
+ *
2467
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
2468
+ *
2469
+ * This source code is licensed under the MIT license found in the
2470
+ * LICENSE file in the root directory of this source tree.
2471
+ *)
2472
+
2473
+ react/cjs/react.development.js:
2474
+ (**
2475
+ * @license React
2476
+ * react.development.js
2477
+ *
2478
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
2479
+ *
2480
+ * This source code is licensed under the MIT license found in the
2481
+ * LICENSE file in the root directory of this source tree.
2482
+ *)
2483
+
2484
+ react/cjs/react-jsx-runtime.development.js:
2485
+ (**
2486
+ * @license React
2487
+ * react-jsx-runtime.development.js
2488
+ *
2489
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
2490
+ *
2491
+ * This source code is licensed under the MIT license found in the
2492
+ * LICENSE file in the root directory of this source tree.
2493
+ *)
2494
+ */