@ix_waterford/lib 1.0.6 → 1.0.7

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 (52) hide show
  1. package/dist/{static/js/async → async}/reactPlayerDash.js +3 -4
  2. package/dist/async/reactPlayerDash.js.map +1 -0
  3. package/dist/{static/js/async → async}/reactPlayerHls.js +3 -4
  4. package/dist/async/reactPlayerHls.js.map +1 -0
  5. package/dist/{static/js/async → async}/reactPlayerMux.js +3 -4
  6. package/dist/async/reactPlayerMux.js.map +1 -0
  7. package/dist/{static/js/async → async}/reactPlayerPreview.js +6 -7
  8. package/dist/async/reactPlayerPreview.js.map +1 -0
  9. package/dist/{static/js/async → async}/reactPlayerSpotify.js +3 -4
  10. package/dist/async/reactPlayerSpotify.js.map +1 -0
  11. package/dist/{static/js/async → async}/reactPlayerTiktok.js +3 -4
  12. package/dist/async/reactPlayerTiktok.js.map +1 -0
  13. package/dist/{static/js/async → async}/reactPlayerTwitch.js +3 -4
  14. package/dist/async/reactPlayerTwitch.js.map +1 -0
  15. package/dist/{static/js/async → async}/reactPlayerVimeo.js +3 -4
  16. package/dist/async/reactPlayerVimeo.js.map +1 -0
  17. package/dist/{static/js/async → async}/reactPlayerWistia.js +3 -4
  18. package/dist/async/reactPlayerWistia.js.map +1 -0
  19. package/dist/{static/js/async → async}/reactPlayerYouTube.js +3 -4
  20. package/dist/async/reactPlayerYouTube.js.map +1 -0
  21. package/dist/{static/js/async → async}/vendors-node_modules_custom-media-element_dist_custom-media-element_js-node_modules_media-tra-835023.js +1 -2
  22. package/dist/async/vendors-node_modules_custom-media-element_dist_custom-media-element_js-node_modules_media-tra-835023.js.map +1 -0
  23. package/dist/{static/js/async → async}/vendors-node_modules_dashjs_dist_modern_esm_dash_all_min_js.js +1 -2
  24. package/dist/async/vendors-node_modules_dashjs_dist_modern_esm_dash_all_min_js.js.map +1 -0
  25. package/dist/{static/js/async → async}/vendors-node_modules_hls_js_dist_hls_mjs.js +1 -2
  26. package/dist/async/vendors-node_modules_hls_js_dist_hls_mjs.js.map +1 -0
  27. package/dist/index.html +1 -1
  28. package/dist/{static/js/index.js → index.js} +360 -364
  29. package/dist/index.js.map +1 -0
  30. package/dist/lib-react.js +1462 -0
  31. package/dist/lib-react.js.map +1 -0
  32. package/dist/vendors-node_modules_rspack_core_dist_cssExtractHmr_js-node_modules_dayjs_plugin_utc_js-node_-5eb95d.js +53062 -0
  33. package/dist/vendors-node_modules_rspack_core_dist_cssExtractHmr_js-node_modules_dayjs_plugin_utc_js-node_-5eb95d.js.map +1 -0
  34. package/package.json +5 -5
  35. package/dist/static/js/async/reactPlayerDash.js.map +0 -1
  36. package/dist/static/js/async/reactPlayerHls.js.map +0 -1
  37. package/dist/static/js/async/reactPlayerMux.js.map +0 -1
  38. package/dist/static/js/async/reactPlayerPreview.js.map +0 -1
  39. package/dist/static/js/async/reactPlayerSpotify.js.map +0 -1
  40. package/dist/static/js/async/reactPlayerTiktok.js.map +0 -1
  41. package/dist/static/js/async/reactPlayerTwitch.js.map +0 -1
  42. package/dist/static/js/async/reactPlayerVimeo.js.map +0 -1
  43. package/dist/static/js/async/reactPlayerWistia.js.map +0 -1
  44. package/dist/static/js/async/reactPlayerYouTube.js.map +0 -1
  45. package/dist/static/js/async/vendors-node_modules_custom-media-element_dist_custom-media-element_js-node_modules_media-tra-835023.js.map +0 -1
  46. package/dist/static/js/async/vendors-node_modules_dashjs_dist_modern_esm_dash_all_min_js.js.map +0 -1
  47. package/dist/static/js/async/vendors-node_modules_hls_js_dist_hls_mjs.js.map +0 -1
  48. package/dist/static/js/index.js.map +0 -1
  49. package/dist/static/js/lib-react.js +0 -3235
  50. package/dist/static/js/lib-react.js.map +0 -1
  51. package/dist/static/js/vendors-node_modules_rspack_core_dist_cssExtractHmr_js-node_modules_dayjs_plugin_utc_js-node_-897cfa.js +0 -113737
  52. package/dist/static/js/vendors-node_modules_rspack_core_dist_cssExtractHmr_js-node_modules_dayjs_plugin_utc_js-node_-897cfa.js.map +0 -1
@@ -0,0 +1,1462 @@
1
+ (self["webpackChunk_ix_waterford_lib"] = self["webpackChunk_ix_waterford_lib"] || []).push([["lib-react"], {
2
+ "./node_modules/react-refresh/cjs/react-refresh-runtime.development.js": (function (__unused_webpack_module, exports) {
3
+ /**
4
+ * @license React
5
+ * react-refresh-runtime.development.js
6
+ *
7
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
8
+ *
9
+ * This source code is licensed under the MIT license found in the
10
+ * LICENSE file in the root directory of this source tree.
11
+ */
12
+
13
+
14
+ true &&
15
+ (function () {
16
+ function computeFullKey(signature) {
17
+ if (null !== signature.fullKey) return signature.fullKey;
18
+ var fullKey = signature.ownKey;
19
+ try {
20
+ var hooks = signature.getCustomHooks();
21
+ } catch (err) {
22
+ return (signature.forceReset = !0), (signature.fullKey = fullKey);
23
+ }
24
+ for (var i = 0; i < hooks.length; i++) {
25
+ var hook = hooks[i];
26
+ if ("function" !== typeof hook)
27
+ return (signature.forceReset = !0), (signature.fullKey = fullKey);
28
+ hook = allSignaturesByType.get(hook);
29
+ if (void 0 !== hook) {
30
+ var nestedHookKey = computeFullKey(hook);
31
+ hook.forceReset && (signature.forceReset = !0);
32
+ fullKey += "\n---\n" + nestedHookKey;
33
+ }
34
+ }
35
+ return (signature.fullKey = fullKey);
36
+ }
37
+ function resolveFamily(type) {
38
+ return updatedFamiliesByType.get(type);
39
+ }
40
+ function cloneMap(map) {
41
+ var clone = new Map();
42
+ map.forEach(function (value, key) {
43
+ clone.set(key, value);
44
+ });
45
+ return clone;
46
+ }
47
+ function cloneSet(set) {
48
+ var clone = new Set();
49
+ set.forEach(function (value) {
50
+ clone.add(value);
51
+ });
52
+ return clone;
53
+ }
54
+ function getProperty(object, property) {
55
+ try {
56
+ return object[property];
57
+ } catch (err) {}
58
+ }
59
+ function register(type, id) {
60
+ if (
61
+ !(
62
+ null === type ||
63
+ ("function" !== typeof type && "object" !== typeof type) ||
64
+ allFamiliesByType.has(type)
65
+ )
66
+ ) {
67
+ var family = allFamiliesByID.get(id);
68
+ void 0 === family
69
+ ? ((family = { current: type }), allFamiliesByID.set(id, family))
70
+ : pendingUpdates.push([family, type]);
71
+ allFamiliesByType.set(type, family);
72
+ if ("object" === typeof type && null !== type)
73
+ switch (getProperty(type, "$$typeof")) {
74
+ case REACT_FORWARD_REF_TYPE:
75
+ register(type.render, id + "$render");
76
+ break;
77
+ case REACT_MEMO_TYPE:
78
+ register(type.type, id + "$type");
79
+ }
80
+ }
81
+ }
82
+ function setSignature(type, key) {
83
+ var forceReset =
84
+ 2 < arguments.length && void 0 !== arguments[2] ? arguments[2] : !1,
85
+ getCustomHooks = 3 < arguments.length ? arguments[3] : void 0;
86
+ allSignaturesByType.has(type) ||
87
+ allSignaturesByType.set(type, {
88
+ forceReset: forceReset,
89
+ ownKey: key,
90
+ fullKey: null,
91
+ getCustomHooks:
92
+ getCustomHooks ||
93
+ function () {
94
+ return [];
95
+ }
96
+ });
97
+ if ("object" === typeof type && null !== type)
98
+ switch (getProperty(type, "$$typeof")) {
99
+ case REACT_FORWARD_REF_TYPE:
100
+ setSignature(type.render, key, forceReset, getCustomHooks);
101
+ break;
102
+ case REACT_MEMO_TYPE:
103
+ setSignature(type.type, key, forceReset, getCustomHooks);
104
+ }
105
+ }
106
+ function collectCustomHooksForSignature(type) {
107
+ type = allSignaturesByType.get(type);
108
+ void 0 !== type && computeFullKey(type);
109
+ }
110
+ var REACT_FORWARD_REF_TYPE = Symbol.for("react.forward_ref"),
111
+ REACT_MEMO_TYPE = Symbol.for("react.memo"),
112
+ PossiblyWeakMap = "function" === typeof WeakMap ? WeakMap : Map,
113
+ allFamiliesByID = new Map(),
114
+ allFamiliesByType = new PossiblyWeakMap(),
115
+ allSignaturesByType = new PossiblyWeakMap(),
116
+ updatedFamiliesByType = new PossiblyWeakMap(),
117
+ pendingUpdates = [],
118
+ helpersByRendererID = new Map(),
119
+ helpersByRoot = new Map(),
120
+ mountedRoots = new Set(),
121
+ failedRoots = new Set(),
122
+ rootElements = "function" === typeof WeakMap ? new WeakMap() : null,
123
+ isPerformingRefresh = !1;
124
+ exports._getMountedRootCount = function () {
125
+ return mountedRoots.size;
126
+ };
127
+ exports.collectCustomHooksForSignature = collectCustomHooksForSignature;
128
+ exports.createSignatureFunctionForTransform = function () {
129
+ var savedType,
130
+ hasCustomHooks,
131
+ didCollectHooks = !1;
132
+ return function (type, key, forceReset, getCustomHooks) {
133
+ if ("string" === typeof key)
134
+ return (
135
+ savedType ||
136
+ ((savedType = type),
137
+ (hasCustomHooks = "function" === typeof getCustomHooks)),
138
+ null == type ||
139
+ ("function" !== typeof type && "object" !== typeof type) ||
140
+ setSignature(type, key, forceReset, getCustomHooks),
141
+ type
142
+ );
143
+ !didCollectHooks &&
144
+ hasCustomHooks &&
145
+ ((didCollectHooks = !0), collectCustomHooksForSignature(savedType));
146
+ };
147
+ };
148
+ exports.getFamilyByID = function (id) {
149
+ return allFamiliesByID.get(id);
150
+ };
151
+ exports.getFamilyByType = function (type) {
152
+ return allFamiliesByType.get(type);
153
+ };
154
+ exports.hasUnrecoverableErrors = function () {
155
+ return !1;
156
+ };
157
+ exports.injectIntoGlobalHook = function (globalObject) {
158
+ var hook = globalObject.__REACT_DEVTOOLS_GLOBAL_HOOK__;
159
+ if (void 0 === hook) {
160
+ var nextID = 0;
161
+ globalObject.__REACT_DEVTOOLS_GLOBAL_HOOK__ = hook = {
162
+ renderers: new Map(),
163
+ supportsFiber: !0,
164
+ inject: function () {
165
+ return nextID++;
166
+ },
167
+ onScheduleFiberRoot: function () {},
168
+ onCommitFiberRoot: function () {},
169
+ onCommitFiberUnmount: function () {}
170
+ };
171
+ }
172
+ if (hook.isDisabled)
173
+ console.warn(
174
+ "Something has shimmed the React DevTools global hook (__REACT_DEVTOOLS_GLOBAL_HOOK__). Fast Refresh is not compatible with this shim and will be disabled."
175
+ );
176
+ else {
177
+ var oldInject = hook.inject;
178
+ hook.inject = function (injected) {
179
+ var id = oldInject.apply(this, arguments);
180
+ "function" === typeof injected.scheduleRefresh &&
181
+ "function" === typeof injected.setRefreshHandler &&
182
+ helpersByRendererID.set(id, injected);
183
+ return id;
184
+ };
185
+ hook.renderers.forEach(function (injected, id) {
186
+ "function" === typeof injected.scheduleRefresh &&
187
+ "function" === typeof injected.setRefreshHandler &&
188
+ helpersByRendererID.set(id, injected);
189
+ });
190
+ var oldOnCommitFiberRoot = hook.onCommitFiberRoot,
191
+ oldOnScheduleFiberRoot = hook.onScheduleFiberRoot || function () {};
192
+ hook.onScheduleFiberRoot = function (id, root, children) {
193
+ isPerformingRefresh ||
194
+ (failedRoots.delete(root),
195
+ null !== rootElements && rootElements.set(root, children));
196
+ return oldOnScheduleFiberRoot.apply(this, arguments);
197
+ };
198
+ hook.onCommitFiberRoot = function (
199
+ id,
200
+ root,
201
+ maybePriorityLevel,
202
+ didError
203
+ ) {
204
+ var helpers = helpersByRendererID.get(id);
205
+ if (void 0 !== helpers) {
206
+ helpersByRoot.set(root, helpers);
207
+ helpers = root.current;
208
+ var alternate = helpers.alternate;
209
+ null !== alternate
210
+ ? ((alternate =
211
+ null != alternate.memoizedState &&
212
+ null != alternate.memoizedState.element &&
213
+ mountedRoots.has(root)),
214
+ (helpers =
215
+ null != helpers.memoizedState &&
216
+ null != helpers.memoizedState.element),
217
+ !alternate && helpers
218
+ ? (mountedRoots.add(root), failedRoots.delete(root))
219
+ : (alternate && helpers) ||
220
+ (alternate && !helpers
221
+ ? (mountedRoots.delete(root),
222
+ didError
223
+ ? failedRoots.add(root)
224
+ : helpersByRoot.delete(root))
225
+ : alternate ||
226
+ helpers ||
227
+ (didError && failedRoots.add(root))))
228
+ : mountedRoots.add(root);
229
+ }
230
+ return oldOnCommitFiberRoot.apply(this, arguments);
231
+ };
232
+ }
233
+ };
234
+ exports.isLikelyComponentType = function (type) {
235
+ switch (typeof type) {
236
+ case "function":
237
+ if (null != type.prototype) {
238
+ if (type.prototype.isReactComponent) return !0;
239
+ var ownNames = Object.getOwnPropertyNames(type.prototype);
240
+ if (
241
+ 1 < ownNames.length ||
242
+ "constructor" !== ownNames[0] ||
243
+ type.prototype.__proto__ !== Object.prototype
244
+ )
245
+ return !1;
246
+ }
247
+ type = type.name || type.displayName;
248
+ return "string" === typeof type && /^[A-Z]/.test(type);
249
+ case "object":
250
+ if (null != type)
251
+ switch (getProperty(type, "$$typeof")) {
252
+ case REACT_FORWARD_REF_TYPE:
253
+ case REACT_MEMO_TYPE:
254
+ return !0;
255
+ }
256
+ return !1;
257
+ default:
258
+ return !1;
259
+ }
260
+ };
261
+ exports.performReactRefresh = function () {
262
+ if (0 === pendingUpdates.length || isPerformingRefresh) return null;
263
+ isPerformingRefresh = !0;
264
+ try {
265
+ var staleFamilies = new Set(),
266
+ updatedFamilies = new Set(),
267
+ updates = pendingUpdates;
268
+ pendingUpdates = [];
269
+ updates.forEach(function (_ref) {
270
+ var family = _ref[0];
271
+ _ref = _ref[1];
272
+ var prevType = family.current;
273
+ updatedFamiliesByType.set(prevType, family);
274
+ updatedFamiliesByType.set(_ref, family);
275
+ family.current = _ref;
276
+ (prevType.prototype && prevType.prototype.isReactComponent) ||
277
+ (_ref.prototype && _ref.prototype.isReactComponent)
278
+ ? (_ref = !1)
279
+ : ((prevType = allSignaturesByType.get(prevType)),
280
+ (_ref = allSignaturesByType.get(_ref)),
281
+ (_ref =
282
+ (void 0 === prevType && void 0 === _ref) ||
283
+ (void 0 !== prevType &&
284
+ void 0 !== _ref &&
285
+ computeFullKey(prevType) === computeFullKey(_ref) &&
286
+ !_ref.forceReset)
287
+ ? !0
288
+ : !1));
289
+ _ref ? updatedFamilies.add(family) : staleFamilies.add(family);
290
+ });
291
+ var update = {
292
+ updatedFamilies: updatedFamilies,
293
+ staleFamilies: staleFamilies
294
+ };
295
+ helpersByRendererID.forEach(function (helpers) {
296
+ helpers.setRefreshHandler(resolveFamily);
297
+ });
298
+ var didError = !1,
299
+ firstError = null,
300
+ failedRootsSnapshot = cloneSet(failedRoots),
301
+ mountedRootsSnapshot = cloneSet(mountedRoots),
302
+ helpersByRootSnapshot = cloneMap(helpersByRoot);
303
+ failedRootsSnapshot.forEach(function (root) {
304
+ var helpers = helpersByRootSnapshot.get(root);
305
+ if (void 0 === helpers)
306
+ throw Error(
307
+ "Could not find helpers for a root. This is a bug in React Refresh."
308
+ );
309
+ failedRoots.has(root);
310
+ if (null !== rootElements && rootElements.has(root)) {
311
+ var element = rootElements.get(root);
312
+ try {
313
+ helpers.scheduleRoot(root, element);
314
+ } catch (err) {
315
+ didError || ((didError = !0), (firstError = err));
316
+ }
317
+ }
318
+ });
319
+ mountedRootsSnapshot.forEach(function (root) {
320
+ var helpers = helpersByRootSnapshot.get(root);
321
+ if (void 0 === helpers)
322
+ throw Error(
323
+ "Could not find helpers for a root. This is a bug in React Refresh."
324
+ );
325
+ mountedRoots.has(root);
326
+ try {
327
+ helpers.scheduleRefresh(root, update);
328
+ } catch (err) {
329
+ didError || ((didError = !0), (firstError = err));
330
+ }
331
+ });
332
+ if (didError) throw firstError;
333
+ return update;
334
+ } finally {
335
+ isPerformingRefresh = !1;
336
+ }
337
+ };
338
+ exports.register = register;
339
+ exports.setSignature = setSignature;
340
+ })();
341
+
342
+
343
+ }),
344
+ "./node_modules/react-refresh/runtime.js": (function (module, __unused_webpack_exports, __webpack_require__) {
345
+
346
+
347
+ if (false) {} else {
348
+ module.exports = __webpack_require__("./node_modules/react-refresh/cjs/react-refresh-runtime.development.js");
349
+ }
350
+
351
+
352
+ }),
353
+ "./node_modules/react/cjs/react-jsx-dev-runtime.development.js": (function (__unused_webpack_module, exports, __webpack_require__) {
354
+ /**
355
+ * @license React
356
+ * react-jsx-dev-runtime.development.js
357
+ *
358
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
359
+ *
360
+ * This source code is licensed under the MIT license found in the
361
+ * LICENSE file in the root directory of this source tree.
362
+ */
363
+
364
+
365
+ true &&
366
+ (function () {
367
+ function getComponentNameFromType(type) {
368
+ if (null == type) return null;
369
+ if ("function" === typeof type)
370
+ return type.$$typeof === REACT_CLIENT_REFERENCE
371
+ ? null
372
+ : type.displayName || type.name || null;
373
+ if ("string" === typeof type) return type;
374
+ switch (type) {
375
+ case REACT_FRAGMENT_TYPE:
376
+ return "Fragment";
377
+ case REACT_PROFILER_TYPE:
378
+ return "Profiler";
379
+ case REACT_STRICT_MODE_TYPE:
380
+ return "StrictMode";
381
+ case REACT_SUSPENSE_TYPE:
382
+ return "Suspense";
383
+ case REACT_SUSPENSE_LIST_TYPE:
384
+ return "SuspenseList";
385
+ case REACT_ACTIVITY_TYPE:
386
+ return "Activity";
387
+ }
388
+ if ("object" === typeof type)
389
+ switch (
390
+ ("number" === typeof type.tag &&
391
+ console.error(
392
+ "Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."
393
+ ),
394
+ type.$$typeof)
395
+ ) {
396
+ case REACT_PORTAL_TYPE:
397
+ return "Portal";
398
+ case REACT_CONTEXT_TYPE:
399
+ return type.displayName || "Context";
400
+ case REACT_CONSUMER_TYPE:
401
+ return (type._context.displayName || "Context") + ".Consumer";
402
+ case REACT_FORWARD_REF_TYPE:
403
+ var innerType = type.render;
404
+ type = type.displayName;
405
+ type ||
406
+ ((type = innerType.displayName || innerType.name || ""),
407
+ (type = "" !== type ? "ForwardRef(" + type + ")" : "ForwardRef"));
408
+ return type;
409
+ case REACT_MEMO_TYPE:
410
+ return (
411
+ (innerType = type.displayName || null),
412
+ null !== innerType
413
+ ? innerType
414
+ : getComponentNameFromType(type.type) || "Memo"
415
+ );
416
+ case REACT_LAZY_TYPE:
417
+ innerType = type._payload;
418
+ type = type._init;
419
+ try {
420
+ return getComponentNameFromType(type(innerType));
421
+ } catch (x) {}
422
+ }
423
+ return null;
424
+ }
425
+ function testStringCoercion(value) {
426
+ return "" + value;
427
+ }
428
+ function checkKeyStringCoercion(value) {
429
+ try {
430
+ testStringCoercion(value);
431
+ var JSCompiler_inline_result = !1;
432
+ } catch (e) {
433
+ JSCompiler_inline_result = !0;
434
+ }
435
+ if (JSCompiler_inline_result) {
436
+ JSCompiler_inline_result = console;
437
+ var JSCompiler_temp_const = JSCompiler_inline_result.error;
438
+ var JSCompiler_inline_result$jscomp$0 =
439
+ ("function" === typeof Symbol &&
440
+ Symbol.toStringTag &&
441
+ value[Symbol.toStringTag]) ||
442
+ value.constructor.name ||
443
+ "Object";
444
+ JSCompiler_temp_const.call(
445
+ JSCompiler_inline_result,
446
+ "The provided key is an unsupported type %s. This value must be coerced to a string before using it here.",
447
+ JSCompiler_inline_result$jscomp$0
448
+ );
449
+ return testStringCoercion(value);
450
+ }
451
+ }
452
+ function getTaskName(type) {
453
+ if (type === REACT_FRAGMENT_TYPE) return "<>";
454
+ if (
455
+ "object" === typeof type &&
456
+ null !== type &&
457
+ type.$$typeof === REACT_LAZY_TYPE
458
+ )
459
+ return "<...>";
460
+ try {
461
+ var name = getComponentNameFromType(type);
462
+ return name ? "<" + name + ">" : "<...>";
463
+ } catch (x) {
464
+ return "<...>";
465
+ }
466
+ }
467
+ function getOwner() {
468
+ var dispatcher = ReactSharedInternals.A;
469
+ return null === dispatcher ? null : dispatcher.getOwner();
470
+ }
471
+ function UnknownOwner() {
472
+ return Error("react-stack-top-frame");
473
+ }
474
+ function hasValidKey(config) {
475
+ if (hasOwnProperty.call(config, "key")) {
476
+ var getter = Object.getOwnPropertyDescriptor(config, "key").get;
477
+ if (getter && getter.isReactWarning) return !1;
478
+ }
479
+ return void 0 !== config.key;
480
+ }
481
+ function defineKeyPropWarningGetter(props, displayName) {
482
+ function warnAboutAccessingKey() {
483
+ specialPropKeyWarningShown ||
484
+ ((specialPropKeyWarningShown = !0),
485
+ console.error(
486
+ "%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)",
487
+ displayName
488
+ ));
489
+ }
490
+ warnAboutAccessingKey.isReactWarning = !0;
491
+ Object.defineProperty(props, "key", {
492
+ get: warnAboutAccessingKey,
493
+ configurable: !0
494
+ });
495
+ }
496
+ function elementRefGetterWithDeprecationWarning() {
497
+ var componentName = getComponentNameFromType(this.type);
498
+ didWarnAboutElementRef[componentName] ||
499
+ ((didWarnAboutElementRef[componentName] = !0),
500
+ console.error(
501
+ "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."
502
+ ));
503
+ componentName = this.props.ref;
504
+ return void 0 !== componentName ? componentName : null;
505
+ }
506
+ function ReactElement(type, key, props, owner, debugStack, debugTask) {
507
+ var refProp = props.ref;
508
+ type = {
509
+ $$typeof: REACT_ELEMENT_TYPE,
510
+ type: type,
511
+ key: key,
512
+ props: props,
513
+ _owner: owner
514
+ };
515
+ null !== (void 0 !== refProp ? refProp : null)
516
+ ? Object.defineProperty(type, "ref", {
517
+ enumerable: !1,
518
+ get: elementRefGetterWithDeprecationWarning
519
+ })
520
+ : Object.defineProperty(type, "ref", { enumerable: !1, value: null });
521
+ type._store = {};
522
+ Object.defineProperty(type._store, "validated", {
523
+ configurable: !1,
524
+ enumerable: !1,
525
+ writable: !0,
526
+ value: 0
527
+ });
528
+ Object.defineProperty(type, "_debugInfo", {
529
+ configurable: !1,
530
+ enumerable: !1,
531
+ writable: !0,
532
+ value: null
533
+ });
534
+ Object.defineProperty(type, "_debugStack", {
535
+ configurable: !1,
536
+ enumerable: !1,
537
+ writable: !0,
538
+ value: debugStack
539
+ });
540
+ Object.defineProperty(type, "_debugTask", {
541
+ configurable: !1,
542
+ enumerable: !1,
543
+ writable: !0,
544
+ value: debugTask
545
+ });
546
+ Object.freeze && (Object.freeze(type.props), Object.freeze(type));
547
+ return type;
548
+ }
549
+ function jsxDEVImpl(
550
+ type,
551
+ config,
552
+ maybeKey,
553
+ isStaticChildren,
554
+ debugStack,
555
+ debugTask
556
+ ) {
557
+ var children = config.children;
558
+ if (void 0 !== children)
559
+ if (isStaticChildren)
560
+ if (isArrayImpl(children)) {
561
+ for (
562
+ isStaticChildren = 0;
563
+ isStaticChildren < children.length;
564
+ isStaticChildren++
565
+ )
566
+ validateChildKeys(children[isStaticChildren]);
567
+ Object.freeze && Object.freeze(children);
568
+ } else
569
+ console.error(
570
+ "React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead."
571
+ );
572
+ else validateChildKeys(children);
573
+ if (hasOwnProperty.call(config, "key")) {
574
+ children = getComponentNameFromType(type);
575
+ var keys = Object.keys(config).filter(function (k) {
576
+ return "key" !== k;
577
+ });
578
+ isStaticChildren =
579
+ 0 < keys.length
580
+ ? "{key: someKey, " + keys.join(": ..., ") + ": ...}"
581
+ : "{key: someKey}";
582
+ didWarnAboutKeySpread[children + isStaticChildren] ||
583
+ ((keys =
584
+ 0 < keys.length ? "{" + keys.join(": ..., ") + ": ...}" : "{}"),
585
+ console.error(
586
+ '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} />',
587
+ isStaticChildren,
588
+ children,
589
+ keys,
590
+ children
591
+ ),
592
+ (didWarnAboutKeySpread[children + isStaticChildren] = !0));
593
+ }
594
+ children = null;
595
+ void 0 !== maybeKey &&
596
+ (checkKeyStringCoercion(maybeKey), (children = "" + maybeKey));
597
+ hasValidKey(config) &&
598
+ (checkKeyStringCoercion(config.key), (children = "" + config.key));
599
+ if ("key" in config) {
600
+ maybeKey = {};
601
+ for (var propName in config)
602
+ "key" !== propName && (maybeKey[propName] = config[propName]);
603
+ } else maybeKey = config;
604
+ children &&
605
+ defineKeyPropWarningGetter(
606
+ maybeKey,
607
+ "function" === typeof type
608
+ ? type.displayName || type.name || "Unknown"
609
+ : type
610
+ );
611
+ return ReactElement(
612
+ type,
613
+ children,
614
+ maybeKey,
615
+ getOwner(),
616
+ debugStack,
617
+ debugTask
618
+ );
619
+ }
620
+ function validateChildKeys(node) {
621
+ isValidElement(node)
622
+ ? node._store && (node._store.validated = 1)
623
+ : "object" === typeof node &&
624
+ null !== node &&
625
+ node.$$typeof === REACT_LAZY_TYPE &&
626
+ ("fulfilled" === node._payload.status
627
+ ? isValidElement(node._payload.value) &&
628
+ node._payload.value._store &&
629
+ (node._payload.value._store.validated = 1)
630
+ : node._store && (node._store.validated = 1));
631
+ }
632
+ function isValidElement(object) {
633
+ return (
634
+ "object" === typeof object &&
635
+ null !== object &&
636
+ object.$$typeof === REACT_ELEMENT_TYPE
637
+ );
638
+ }
639
+ var React = __webpack_require__("react"),
640
+ REACT_ELEMENT_TYPE = Symbol.for("react.transitional.element"),
641
+ REACT_PORTAL_TYPE = Symbol.for("react.portal"),
642
+ REACT_FRAGMENT_TYPE = Symbol.for("react.fragment"),
643
+ REACT_STRICT_MODE_TYPE = Symbol.for("react.strict_mode"),
644
+ REACT_PROFILER_TYPE = Symbol.for("react.profiler"),
645
+ REACT_CONSUMER_TYPE = Symbol.for("react.consumer"),
646
+ REACT_CONTEXT_TYPE = Symbol.for("react.context"),
647
+ REACT_FORWARD_REF_TYPE = Symbol.for("react.forward_ref"),
648
+ REACT_SUSPENSE_TYPE = Symbol.for("react.suspense"),
649
+ REACT_SUSPENSE_LIST_TYPE = Symbol.for("react.suspense_list"),
650
+ REACT_MEMO_TYPE = Symbol.for("react.memo"),
651
+ REACT_LAZY_TYPE = Symbol.for("react.lazy"),
652
+ REACT_ACTIVITY_TYPE = Symbol.for("react.activity"),
653
+ REACT_CLIENT_REFERENCE = Symbol.for("react.client.reference"),
654
+ ReactSharedInternals =
655
+ React.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE,
656
+ hasOwnProperty = Object.prototype.hasOwnProperty,
657
+ isArrayImpl = Array.isArray,
658
+ createTask = console.createTask
659
+ ? console.createTask
660
+ : function () {
661
+ return null;
662
+ };
663
+ React = {
664
+ react_stack_bottom_frame: function (callStackForError) {
665
+ return callStackForError();
666
+ }
667
+ };
668
+ var specialPropKeyWarningShown;
669
+ var didWarnAboutElementRef = {};
670
+ var unknownOwnerDebugStack = React.react_stack_bottom_frame.bind(
671
+ React,
672
+ UnknownOwner
673
+ )();
674
+ var unknownOwnerDebugTask = createTask(getTaskName(UnknownOwner));
675
+ var didWarnAboutKeySpread = {};
676
+ exports.Fragment = REACT_FRAGMENT_TYPE;
677
+ exports.jsxDEV = function (type, config, maybeKey, isStaticChildren) {
678
+ var trackActualOwner =
679
+ 1e4 > ReactSharedInternals.recentlyCreatedOwnerStacks++;
680
+ return jsxDEVImpl(
681
+ type,
682
+ config,
683
+ maybeKey,
684
+ isStaticChildren,
685
+ trackActualOwner
686
+ ? Error("react-stack-top-frame")
687
+ : unknownOwnerDebugStack,
688
+ trackActualOwner ? createTask(getTaskName(type)) : unknownOwnerDebugTask
689
+ );
690
+ };
691
+ })();
692
+
693
+
694
+ }),
695
+ "./node_modules/react/cjs/react-jsx-runtime.development.js": (function (__unused_webpack_module, exports, __webpack_require__) {
696
+ /**
697
+ * @license React
698
+ * react-jsx-runtime.development.js
699
+ *
700
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
701
+ *
702
+ * This source code is licensed under the MIT license found in the
703
+ * LICENSE file in the root directory of this source tree.
704
+ */
705
+
706
+
707
+ true &&
708
+ (function () {
709
+ function getComponentNameFromType(type) {
710
+ if (null == type) return null;
711
+ if ("function" === typeof type)
712
+ return type.$$typeof === REACT_CLIENT_REFERENCE
713
+ ? null
714
+ : type.displayName || type.name || null;
715
+ if ("string" === typeof type) return type;
716
+ switch (type) {
717
+ case REACT_FRAGMENT_TYPE:
718
+ return "Fragment";
719
+ case REACT_PROFILER_TYPE:
720
+ return "Profiler";
721
+ case REACT_STRICT_MODE_TYPE:
722
+ return "StrictMode";
723
+ case REACT_SUSPENSE_TYPE:
724
+ return "Suspense";
725
+ case REACT_SUSPENSE_LIST_TYPE:
726
+ return "SuspenseList";
727
+ case REACT_ACTIVITY_TYPE:
728
+ return "Activity";
729
+ }
730
+ if ("object" === typeof type)
731
+ switch (
732
+ ("number" === typeof type.tag &&
733
+ console.error(
734
+ "Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."
735
+ ),
736
+ type.$$typeof)
737
+ ) {
738
+ case REACT_PORTAL_TYPE:
739
+ return "Portal";
740
+ case REACT_CONTEXT_TYPE:
741
+ return type.displayName || "Context";
742
+ case REACT_CONSUMER_TYPE:
743
+ return (type._context.displayName || "Context") + ".Consumer";
744
+ case REACT_FORWARD_REF_TYPE:
745
+ var innerType = type.render;
746
+ type = type.displayName;
747
+ type ||
748
+ ((type = innerType.displayName || innerType.name || ""),
749
+ (type = "" !== type ? "ForwardRef(" + type + ")" : "ForwardRef"));
750
+ return type;
751
+ case REACT_MEMO_TYPE:
752
+ return (
753
+ (innerType = type.displayName || null),
754
+ null !== innerType
755
+ ? innerType
756
+ : getComponentNameFromType(type.type) || "Memo"
757
+ );
758
+ case REACT_LAZY_TYPE:
759
+ innerType = type._payload;
760
+ type = type._init;
761
+ try {
762
+ return getComponentNameFromType(type(innerType));
763
+ } catch (x) {}
764
+ }
765
+ return null;
766
+ }
767
+ function testStringCoercion(value) {
768
+ return "" + value;
769
+ }
770
+ function checkKeyStringCoercion(value) {
771
+ try {
772
+ testStringCoercion(value);
773
+ var JSCompiler_inline_result = !1;
774
+ } catch (e) {
775
+ JSCompiler_inline_result = !0;
776
+ }
777
+ if (JSCompiler_inline_result) {
778
+ JSCompiler_inline_result = console;
779
+ var JSCompiler_temp_const = JSCompiler_inline_result.error;
780
+ var JSCompiler_inline_result$jscomp$0 =
781
+ ("function" === typeof Symbol &&
782
+ Symbol.toStringTag &&
783
+ value[Symbol.toStringTag]) ||
784
+ value.constructor.name ||
785
+ "Object";
786
+ JSCompiler_temp_const.call(
787
+ JSCompiler_inline_result,
788
+ "The provided key is an unsupported type %s. This value must be coerced to a string before using it here.",
789
+ JSCompiler_inline_result$jscomp$0
790
+ );
791
+ return testStringCoercion(value);
792
+ }
793
+ }
794
+ function getTaskName(type) {
795
+ if (type === REACT_FRAGMENT_TYPE) return "<>";
796
+ if (
797
+ "object" === typeof type &&
798
+ null !== type &&
799
+ type.$$typeof === REACT_LAZY_TYPE
800
+ )
801
+ return "<...>";
802
+ try {
803
+ var name = getComponentNameFromType(type);
804
+ return name ? "<" + name + ">" : "<...>";
805
+ } catch (x) {
806
+ return "<...>";
807
+ }
808
+ }
809
+ function getOwner() {
810
+ var dispatcher = ReactSharedInternals.A;
811
+ return null === dispatcher ? null : dispatcher.getOwner();
812
+ }
813
+ function UnknownOwner() {
814
+ return Error("react-stack-top-frame");
815
+ }
816
+ function hasValidKey(config) {
817
+ if (hasOwnProperty.call(config, "key")) {
818
+ var getter = Object.getOwnPropertyDescriptor(config, "key").get;
819
+ if (getter && getter.isReactWarning) return !1;
820
+ }
821
+ return void 0 !== config.key;
822
+ }
823
+ function defineKeyPropWarningGetter(props, displayName) {
824
+ function warnAboutAccessingKey() {
825
+ specialPropKeyWarningShown ||
826
+ ((specialPropKeyWarningShown = !0),
827
+ console.error(
828
+ "%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)",
829
+ displayName
830
+ ));
831
+ }
832
+ warnAboutAccessingKey.isReactWarning = !0;
833
+ Object.defineProperty(props, "key", {
834
+ get: warnAboutAccessingKey,
835
+ configurable: !0
836
+ });
837
+ }
838
+ function elementRefGetterWithDeprecationWarning() {
839
+ var componentName = getComponentNameFromType(this.type);
840
+ didWarnAboutElementRef[componentName] ||
841
+ ((didWarnAboutElementRef[componentName] = !0),
842
+ console.error(
843
+ "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."
844
+ ));
845
+ componentName = this.props.ref;
846
+ return void 0 !== componentName ? componentName : null;
847
+ }
848
+ function ReactElement(type, key, props, owner, debugStack, debugTask) {
849
+ var refProp = props.ref;
850
+ type = {
851
+ $$typeof: REACT_ELEMENT_TYPE,
852
+ type: type,
853
+ key: key,
854
+ props: props,
855
+ _owner: owner
856
+ };
857
+ null !== (void 0 !== refProp ? refProp : null)
858
+ ? Object.defineProperty(type, "ref", {
859
+ enumerable: !1,
860
+ get: elementRefGetterWithDeprecationWarning
861
+ })
862
+ : Object.defineProperty(type, "ref", { enumerable: !1, value: null });
863
+ type._store = {};
864
+ Object.defineProperty(type._store, "validated", {
865
+ configurable: !1,
866
+ enumerable: !1,
867
+ writable: !0,
868
+ value: 0
869
+ });
870
+ Object.defineProperty(type, "_debugInfo", {
871
+ configurable: !1,
872
+ enumerable: !1,
873
+ writable: !0,
874
+ value: null
875
+ });
876
+ Object.defineProperty(type, "_debugStack", {
877
+ configurable: !1,
878
+ enumerable: !1,
879
+ writable: !0,
880
+ value: debugStack
881
+ });
882
+ Object.defineProperty(type, "_debugTask", {
883
+ configurable: !1,
884
+ enumerable: !1,
885
+ writable: !0,
886
+ value: debugTask
887
+ });
888
+ Object.freeze && (Object.freeze(type.props), Object.freeze(type));
889
+ return type;
890
+ }
891
+ function jsxDEVImpl(
892
+ type,
893
+ config,
894
+ maybeKey,
895
+ isStaticChildren,
896
+ debugStack,
897
+ debugTask
898
+ ) {
899
+ var children = config.children;
900
+ if (void 0 !== children)
901
+ if (isStaticChildren)
902
+ if (isArrayImpl(children)) {
903
+ for (
904
+ isStaticChildren = 0;
905
+ isStaticChildren < children.length;
906
+ isStaticChildren++
907
+ )
908
+ validateChildKeys(children[isStaticChildren]);
909
+ Object.freeze && Object.freeze(children);
910
+ } else
911
+ console.error(
912
+ "React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead."
913
+ );
914
+ else validateChildKeys(children);
915
+ if (hasOwnProperty.call(config, "key")) {
916
+ children = getComponentNameFromType(type);
917
+ var keys = Object.keys(config).filter(function (k) {
918
+ return "key" !== k;
919
+ });
920
+ isStaticChildren =
921
+ 0 < keys.length
922
+ ? "{key: someKey, " + keys.join(": ..., ") + ": ...}"
923
+ : "{key: someKey}";
924
+ didWarnAboutKeySpread[children + isStaticChildren] ||
925
+ ((keys =
926
+ 0 < keys.length ? "{" + keys.join(": ..., ") + ": ...}" : "{}"),
927
+ console.error(
928
+ '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} />',
929
+ isStaticChildren,
930
+ children,
931
+ keys,
932
+ children
933
+ ),
934
+ (didWarnAboutKeySpread[children + isStaticChildren] = !0));
935
+ }
936
+ children = null;
937
+ void 0 !== maybeKey &&
938
+ (checkKeyStringCoercion(maybeKey), (children = "" + maybeKey));
939
+ hasValidKey(config) &&
940
+ (checkKeyStringCoercion(config.key), (children = "" + config.key));
941
+ if ("key" in config) {
942
+ maybeKey = {};
943
+ for (var propName in config)
944
+ "key" !== propName && (maybeKey[propName] = config[propName]);
945
+ } else maybeKey = config;
946
+ children &&
947
+ defineKeyPropWarningGetter(
948
+ maybeKey,
949
+ "function" === typeof type
950
+ ? type.displayName || type.name || "Unknown"
951
+ : type
952
+ );
953
+ return ReactElement(
954
+ type,
955
+ children,
956
+ maybeKey,
957
+ getOwner(),
958
+ debugStack,
959
+ debugTask
960
+ );
961
+ }
962
+ function validateChildKeys(node) {
963
+ isValidElement(node)
964
+ ? node._store && (node._store.validated = 1)
965
+ : "object" === typeof node &&
966
+ null !== node &&
967
+ node.$$typeof === REACT_LAZY_TYPE &&
968
+ ("fulfilled" === node._payload.status
969
+ ? isValidElement(node._payload.value) &&
970
+ node._payload.value._store &&
971
+ (node._payload.value._store.validated = 1)
972
+ : node._store && (node._store.validated = 1));
973
+ }
974
+ function isValidElement(object) {
975
+ return (
976
+ "object" === typeof object &&
977
+ null !== object &&
978
+ object.$$typeof === REACT_ELEMENT_TYPE
979
+ );
980
+ }
981
+ var React = __webpack_require__("react"),
982
+ REACT_ELEMENT_TYPE = Symbol.for("react.transitional.element"),
983
+ REACT_PORTAL_TYPE = Symbol.for("react.portal"),
984
+ REACT_FRAGMENT_TYPE = Symbol.for("react.fragment"),
985
+ REACT_STRICT_MODE_TYPE = Symbol.for("react.strict_mode"),
986
+ REACT_PROFILER_TYPE = Symbol.for("react.profiler"),
987
+ REACT_CONSUMER_TYPE = Symbol.for("react.consumer"),
988
+ REACT_CONTEXT_TYPE = Symbol.for("react.context"),
989
+ REACT_FORWARD_REF_TYPE = Symbol.for("react.forward_ref"),
990
+ REACT_SUSPENSE_TYPE = Symbol.for("react.suspense"),
991
+ REACT_SUSPENSE_LIST_TYPE = Symbol.for("react.suspense_list"),
992
+ REACT_MEMO_TYPE = Symbol.for("react.memo"),
993
+ REACT_LAZY_TYPE = Symbol.for("react.lazy"),
994
+ REACT_ACTIVITY_TYPE = Symbol.for("react.activity"),
995
+ REACT_CLIENT_REFERENCE = Symbol.for("react.client.reference"),
996
+ ReactSharedInternals =
997
+ React.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE,
998
+ hasOwnProperty = Object.prototype.hasOwnProperty,
999
+ isArrayImpl = Array.isArray,
1000
+ createTask = console.createTask
1001
+ ? console.createTask
1002
+ : function () {
1003
+ return null;
1004
+ };
1005
+ React = {
1006
+ react_stack_bottom_frame: function (callStackForError) {
1007
+ return callStackForError();
1008
+ }
1009
+ };
1010
+ var specialPropKeyWarningShown;
1011
+ var didWarnAboutElementRef = {};
1012
+ var unknownOwnerDebugStack = React.react_stack_bottom_frame.bind(
1013
+ React,
1014
+ UnknownOwner
1015
+ )();
1016
+ var unknownOwnerDebugTask = createTask(getTaskName(UnknownOwner));
1017
+ var didWarnAboutKeySpread = {};
1018
+ exports.Fragment = REACT_FRAGMENT_TYPE;
1019
+ exports.jsx = function (type, config, maybeKey) {
1020
+ var trackActualOwner =
1021
+ 1e4 > ReactSharedInternals.recentlyCreatedOwnerStacks++;
1022
+ return jsxDEVImpl(
1023
+ type,
1024
+ config,
1025
+ maybeKey,
1026
+ !1,
1027
+ trackActualOwner
1028
+ ? Error("react-stack-top-frame")
1029
+ : unknownOwnerDebugStack,
1030
+ trackActualOwner ? createTask(getTaskName(type)) : unknownOwnerDebugTask
1031
+ );
1032
+ };
1033
+ exports.jsxs = function (type, config, maybeKey) {
1034
+ var trackActualOwner =
1035
+ 1e4 > ReactSharedInternals.recentlyCreatedOwnerStacks++;
1036
+ return jsxDEVImpl(
1037
+ type,
1038
+ config,
1039
+ maybeKey,
1040
+ !0,
1041
+ trackActualOwner
1042
+ ? Error("react-stack-top-frame")
1043
+ : unknownOwnerDebugStack,
1044
+ trackActualOwner ? createTask(getTaskName(type)) : unknownOwnerDebugTask
1045
+ );
1046
+ };
1047
+ })();
1048
+
1049
+
1050
+ }),
1051
+ "./node_modules/react/jsx-dev-runtime.js": (function (module, __unused_webpack_exports, __webpack_require__) {
1052
+
1053
+
1054
+ if (false) {} else {
1055
+ module.exports = __webpack_require__("./node_modules/react/cjs/react-jsx-dev-runtime.development.js");
1056
+ }
1057
+
1058
+
1059
+ }),
1060
+ "./node_modules/react/jsx-runtime.js": (function (module, __unused_webpack_exports, __webpack_require__) {
1061
+
1062
+
1063
+ if (false) {} else {
1064
+ module.exports = __webpack_require__("./node_modules/react/cjs/react-jsx-runtime.development.js");
1065
+ }
1066
+
1067
+
1068
+ }),
1069
+ "./node_modules/@rspack/plugin-react-refresh/client/reactRefresh.js": (function (module, __unused_webpack_exports, __webpack_require__) {
1070
+ const RefreshUtils = __webpack_require__("./node_modules/@rspack/plugin-react-refresh/client/refreshUtils.js");
1071
+ const RefreshRuntime = __webpack_require__("./node_modules/react-refresh/runtime.js");
1072
+
1073
+ function refresh(moduleId, webpackHot) {
1074
+ const currentExports = RefreshUtils.getModuleExports(moduleId);
1075
+ const fn = (exports) => {
1076
+ var errorOverlay;
1077
+ if (true) {
1078
+ errorOverlay = false;
1079
+ }
1080
+ var testMode;
1081
+ if (typeof __react_refresh_test__ !== 'undefined') {
1082
+ testMode = __react_refresh_test__;
1083
+ }
1084
+ RefreshUtils.executeRuntime(
1085
+ exports,
1086
+ moduleId,
1087
+ webpackHot,
1088
+ errorOverlay,
1089
+ testMode,
1090
+ );
1091
+ };
1092
+ if (typeof Promise !== 'undefined' && currentExports instanceof Promise) {
1093
+ currentExports.then(fn);
1094
+ } else {
1095
+ fn(currentExports);
1096
+ }
1097
+ }
1098
+
1099
+ module.exports = {
1100
+ refresh,
1101
+ register: RefreshRuntime.register,
1102
+ createSignatureFunctionForTransform:
1103
+ RefreshRuntime.createSignatureFunctionForTransform,
1104
+ };
1105
+
1106
+
1107
+ }),
1108
+ "./node_modules/@rspack/plugin-react-refresh/client/reactRefreshEntry.js": (function (__unused_webpack_module, __unused_webpack_exports, __webpack_require__) {
1109
+ var RefreshRuntime = __webpack_require__("./node_modules/react-refresh/runtime.js");
1110
+ var safeThis = (function () {
1111
+ // copied from core-js-pure/features/global-this
1112
+ 'use strict';
1113
+
1114
+ var check = function (it) {
1115
+ return it && it.Math == Math && it;
1116
+ };
1117
+
1118
+ // https://github.com/zloirock/core-js/issues/86#issuecomment-115759028
1119
+ // eslint-disable-next-line es/no-global-this -- safe
1120
+ return (
1121
+ check(typeof globalThis == 'object' && globalThis) ||
1122
+ check(typeof window == 'object' && window) ||
1123
+ // eslint-disable-next-line no-restricted-globals -- safe
1124
+ check(typeof self == 'object' && self) ||
1125
+ check(typeof __webpack_require__.g == 'object' && __webpack_require__.g) ||
1126
+ // eslint-disable-next-line no-new-func -- fallback
1127
+ (function () {
1128
+ return this;
1129
+ })() ||
1130
+ this ||
1131
+ Function('return this')()
1132
+ );
1133
+ })();
1134
+
1135
+ if (true) {
1136
+ if (typeof safeThis !== 'undefined') {
1137
+ var $RefreshInjected$ = '__reactRefreshInjected';
1138
+ // Namespace the injected flag (if necessary) for monorepo compatibility
1139
+ if (
1140
+ false
1141
+ ) {}
1142
+
1143
+ // Only inject the runtime if it hasn't been injected
1144
+ if (!safeThis[$RefreshInjected$]) {
1145
+ RefreshRuntime.injectIntoGlobalHook(safeThis);
1146
+
1147
+ // Empty implementation to avoid "ReferenceError: variable is not defined" in module which didn't pass builtin:react-refresh-loader
1148
+ safeThis.$RefreshSig$ = () => (type) => type;
1149
+ safeThis.$RefreshReg$ = () => {};
1150
+
1151
+ // Mark the runtime as injected to prevent double-injection
1152
+ safeThis[$RefreshInjected$] = true;
1153
+ }
1154
+ }
1155
+ }
1156
+
1157
+
1158
+ }),
1159
+ "./node_modules/@rspack/plugin-react-refresh/client/refreshUtils.js": (function (module, __unused_webpack_exports, __webpack_require__) {
1160
+ /* global __webpack_require__ */
1161
+ var Refresh = __webpack_require__("./node_modules/react-refresh/runtime.js");
1162
+
1163
+ /**
1164
+ * Extracts exports from a webpack module object.
1165
+ * @param {string} moduleId A Webpack module ID.
1166
+ * @returns {*} An exports object from the module.
1167
+ */
1168
+ function getModuleExports(moduleId) {
1169
+ if (typeof moduleId === 'undefined') {
1170
+ // `moduleId` is unavailable, which indicates that this module is not in the cache,
1171
+ // which means we won't be able to capture any exports,
1172
+ // and thus they cannot be refreshed safely.
1173
+ // These are likely runtime or dynamically generated modules.
1174
+ return {};
1175
+ }
1176
+
1177
+ var maybeModule = __webpack_require__.c[moduleId];
1178
+ if (typeof maybeModule === 'undefined') {
1179
+ // `moduleId` is available but the module in cache is unavailable,
1180
+ // which indicates the module is somehow corrupted (e.g. broken Webpacak `module` globals).
1181
+ // We will warn the user (as this is likely a mistake) and assume they cannot be refreshed.
1182
+ console.warn(
1183
+ '[React Refresh] Failed to get exports for module: ' + moduleId + '.',
1184
+ );
1185
+ return {};
1186
+ }
1187
+
1188
+ var exportsOrPromise = maybeModule.exports;
1189
+ if (typeof Promise !== 'undefined' && exportsOrPromise instanceof Promise) {
1190
+ return exportsOrPromise.then(function (exports) {
1191
+ return exports;
1192
+ });
1193
+ }
1194
+ return exportsOrPromise;
1195
+ }
1196
+
1197
+ /**
1198
+ * Calculates the signature of a React refresh boundary.
1199
+ * If this signature changes, it's unsafe to accept the boundary.
1200
+ *
1201
+ * This implementation is based on the one in [Metro](https://github.com/facebook/metro/blob/907d6af22ac6ebe58572be418e9253a90665ecbd/packages/metro/src/lib/polyfills/require.js#L795-L816).
1202
+ * @param {*} moduleExports A Webpack module exports object.
1203
+ * @returns {string[]} A React refresh boundary signature array.
1204
+ */
1205
+ function getReactRefreshBoundarySignature(moduleExports) {
1206
+ var signature = [];
1207
+ signature.push(Refresh.getFamilyByType(moduleExports));
1208
+
1209
+ if (moduleExports == null || typeof moduleExports !== 'object') {
1210
+ // Exit if we can't iterate over exports.
1211
+ return signature;
1212
+ }
1213
+
1214
+ for (var key in moduleExports) {
1215
+ if (key === '__esModule') {
1216
+ continue;
1217
+ }
1218
+
1219
+ signature.push(key);
1220
+ signature.push(Refresh.getFamilyByType(moduleExports[key]));
1221
+ }
1222
+
1223
+ return signature;
1224
+ }
1225
+
1226
+ /**
1227
+ * Creates a helper that performs a delayed React refresh.
1228
+ * @returns {function(function(): void): void} A debounced React refresh function.
1229
+ */
1230
+ function createDebounceUpdate() {
1231
+ /**
1232
+ * A cached setTimeout handler.
1233
+ * @type {number | undefined}
1234
+ */
1235
+ var refreshTimeout;
1236
+
1237
+ /**
1238
+ * Performs react refresh on a delay and clears the error overlay.
1239
+ * @param {function(): void} callback
1240
+ * @returns {void}
1241
+ */
1242
+ function enqueueUpdate(callback) {
1243
+ if (typeof refreshTimeout === 'undefined') {
1244
+ refreshTimeout = setTimeout(function () {
1245
+ refreshTimeout = undefined;
1246
+ Refresh.performReactRefresh();
1247
+ callback();
1248
+ }, 30);
1249
+ }
1250
+ }
1251
+
1252
+ return enqueueUpdate;
1253
+ }
1254
+
1255
+ /**
1256
+ * Checks if all exports are likely a React component.
1257
+ *
1258
+ * This implementation is based on the one in [Metro](https://github.com/facebook/metro/blob/febdba2383113c88296c61e28e4ef6a7f4939fda/packages/metro/src/lib/polyfills/require.js#L748-L774).
1259
+ * @param {*} moduleExports A Webpack module exports object.
1260
+ * @returns {boolean} Whether the exports are React component like.
1261
+ */
1262
+ function isReactRefreshBoundary(moduleExports) {
1263
+ if (Refresh.isLikelyComponentType(moduleExports)) {
1264
+ return true;
1265
+ }
1266
+ if (
1267
+ moduleExports === undefined ||
1268
+ moduleExports === null ||
1269
+ typeof moduleExports !== 'object'
1270
+ ) {
1271
+ // Exit if we can't iterate over exports.
1272
+ return false;
1273
+ }
1274
+
1275
+ var hasExports = false;
1276
+ var areAllExportsComponents = true;
1277
+ for (var key in moduleExports) {
1278
+ hasExports = true;
1279
+
1280
+ // This is the ES Module indicator flag
1281
+ if (key === '__esModule') {
1282
+ continue;
1283
+ }
1284
+
1285
+ // We can (and have to) safely execute getters here,
1286
+ // as Webpack manually assigns harmony exports to getters,
1287
+ // without any side-effects attached.
1288
+ // Ref: https://github.com/webpack/webpack/blob/b93048643fe74de2a6931755911da1212df55897/lib/MainTemplate.js#L281
1289
+ var exportValue = moduleExports[key];
1290
+ if (!Refresh.isLikelyComponentType(exportValue)) {
1291
+ areAllExportsComponents = false;
1292
+ }
1293
+ }
1294
+
1295
+ return hasExports && areAllExportsComponents;
1296
+ }
1297
+
1298
+ /**
1299
+ * Checks if exports are likely a React component and registers them.
1300
+ *
1301
+ * This implementation is based on the one in [Metro](https://github.com/facebook/metro/blob/febdba2383113c88296c61e28e4ef6a7f4939fda/packages/metro/src/lib/polyfills/require.js#L818-L835).
1302
+ * @param {*} moduleExports A Webpack module exports object.
1303
+ * @param {string} moduleId A Webpack module ID.
1304
+ * @returns {void}
1305
+ */
1306
+ function registerExportsForReactRefresh(moduleExports, moduleId) {
1307
+ if (Refresh.isLikelyComponentType(moduleExports)) {
1308
+ // Register module.exports if it is likely a component
1309
+ Refresh.register(moduleExports, moduleId + ' %exports%');
1310
+ }
1311
+
1312
+ if (
1313
+ moduleExports === undefined ||
1314
+ moduleExports === null ||
1315
+ typeof moduleExports !== 'object'
1316
+ ) {
1317
+ // Exit if we can't iterate over the exports.
1318
+ return;
1319
+ }
1320
+
1321
+ for (var key in moduleExports) {
1322
+ // Skip registering the ES Module indicator
1323
+ if (key === '__esModule') {
1324
+ continue;
1325
+ }
1326
+
1327
+ var exportValue = moduleExports[key];
1328
+ if (Refresh.isLikelyComponentType(exportValue)) {
1329
+ var typeID = moduleId + ' %exports% ' + key;
1330
+ Refresh.register(exportValue, typeID);
1331
+ }
1332
+ }
1333
+ }
1334
+
1335
+ /**
1336
+ * Compares previous and next module objects to check for mutated boundaries.
1337
+ *
1338
+ * This implementation is based on the one in [Metro](https://github.com/facebook/metro/blob/907d6af22ac6ebe58572be418e9253a90665ecbd/packages/metro/src/lib/polyfills/require.js#L776-L792).
1339
+ * @param {*} prevExports The current Webpack module exports object.
1340
+ * @param {*} nextExports The next Webpack module exports object.
1341
+ * @returns {boolean} Whether the React refresh boundary should be invalidated.
1342
+ */
1343
+ function shouldInvalidateReactRefreshBoundary(prevExports, nextExports) {
1344
+ var prevSignature = getReactRefreshBoundarySignature(prevExports);
1345
+ var nextSignature = getReactRefreshBoundarySignature(nextExports);
1346
+
1347
+ if (prevSignature.length !== nextSignature.length) {
1348
+ return true;
1349
+ }
1350
+
1351
+ for (var i = 0; i < nextSignature.length; i += 1) {
1352
+ if (prevSignature[i] !== nextSignature[i]) {
1353
+ return true;
1354
+ }
1355
+ }
1356
+
1357
+ return false;
1358
+ }
1359
+
1360
+ var enqueueUpdate = createDebounceUpdate();
1361
+
1362
+ function executeRuntime(
1363
+ moduleExports,
1364
+ moduleId,
1365
+ webpackHot,
1366
+ refreshOverlay,
1367
+ isTest,
1368
+ ) {
1369
+ registerExportsForReactRefresh(moduleExports, moduleId);
1370
+
1371
+ if (webpackHot) {
1372
+ var isHotUpdate = !!webpackHot.data;
1373
+ var prevExports;
1374
+ if (isHotUpdate) {
1375
+ prevExports = webpackHot.data.prevExports;
1376
+ }
1377
+
1378
+ if (isReactRefreshBoundary(moduleExports)) {
1379
+ webpackHot.dispose(
1380
+ /**
1381
+ * A callback to performs a full refresh if React has unrecoverable errors,
1382
+ * and also caches the to-be-disposed module.
1383
+ * @param {*} data A hot module data object from Webpack HMR.
1384
+ * @returns {void}
1385
+ */
1386
+ function hotDisposeCallback(data) {
1387
+ // We have to mutate the data object to get data registered and cached
1388
+ data.prevExports = moduleExports;
1389
+ },
1390
+ );
1391
+ webpackHot.accept(
1392
+ /**
1393
+ * An error handler to allow self-recovering behaviours.
1394
+ * @param {Error} error An error occurred during evaluation of a module.
1395
+ * @returns {void}
1396
+ */
1397
+ function hotErrorHandler(error) {
1398
+ console.error(error);
1399
+ if (
1400
+ false
1401
+ ) {}
1402
+
1403
+ if (typeof refreshOverlay !== 'undefined' && refreshOverlay) {
1404
+ refreshOverlay.handleRuntimeError(error);
1405
+ }
1406
+
1407
+ if (typeof isTest !== 'undefined' && isTest) {
1408
+ if (window.onHotAcceptError) {
1409
+ window.onHotAcceptError(error.message);
1410
+ }
1411
+ }
1412
+
1413
+ __webpack_require__.c[moduleId].hot.accept(hotErrorHandler);
1414
+ },
1415
+ );
1416
+
1417
+ if (isHotUpdate) {
1418
+ if (
1419
+ isReactRefreshBoundary(prevExports) &&
1420
+ shouldInvalidateReactRefreshBoundary(prevExports, moduleExports)
1421
+ ) {
1422
+ webpackHot.invalidate();
1423
+ } else {
1424
+ enqueueUpdate(
1425
+ /**
1426
+ * A function to dismiss the error overlay after performing React refresh.
1427
+ * @returns {void}
1428
+ */
1429
+ function updateCallback() {
1430
+ if (typeof refreshOverlay !== 'undefined' && refreshOverlay) {
1431
+ refreshOverlay.clearRuntimeErrors();
1432
+ }
1433
+ },
1434
+ );
1435
+ }
1436
+ }
1437
+ } else {
1438
+ if (isHotUpdate && typeof prevExports !== 'undefined') {
1439
+ webpackHot.invalidate();
1440
+ }
1441
+ }
1442
+ }
1443
+ }
1444
+
1445
+ function isUnrecoverableRuntimeError(error) {
1446
+ return error.message.startsWith('RuntimeError: factory is undefined');
1447
+ }
1448
+
1449
+ module.exports = Object.freeze({
1450
+ enqueueUpdate: enqueueUpdate,
1451
+ executeRuntime: executeRuntime,
1452
+ getModuleExports: getModuleExports,
1453
+ isReactRefreshBoundary: isReactRefreshBoundary,
1454
+ shouldInvalidateReactRefreshBoundary: shouldInvalidateReactRefreshBoundary,
1455
+ registerExportsForReactRefresh: registerExportsForReactRefresh,
1456
+ });
1457
+
1458
+
1459
+ }),
1460
+
1461
+ }])
1462
+ //# sourceMappingURL=lib-react.js.map