@seamly/web-ui 22.3.0-beta.3 → 22.3.1

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 (33) hide show
  1. package/build/dist/lib/components.js +162 -163
  2. package/build/dist/lib/components.js.map +1 -1
  3. package/build/dist/lib/components.min.js +1 -1
  4. package/build/dist/lib/components.min.js.map +1 -1
  5. package/build/dist/lib/hooks.js +162 -163
  6. package/build/dist/lib/hooks.js.map +1 -1
  7. package/build/dist/lib/hooks.min.js +1 -1
  8. package/build/dist/lib/hooks.min.js.map +1 -1
  9. package/build/dist/lib/index.debug.js +85 -157
  10. package/build/dist/lib/index.debug.js.map +1 -1
  11. package/build/dist/lib/index.debug.min.js +1 -1
  12. package/build/dist/lib/index.debug.min.js.map +1 -1
  13. package/build/dist/lib/index.js +165 -322
  14. package/build/dist/lib/index.js.map +1 -1
  15. package/build/dist/lib/index.min.js +1 -1
  16. package/build/dist/lib/index.min.js.map +1 -1
  17. package/build/dist/lib/standalone.js +176 -738
  18. package/build/dist/lib/standalone.js.map +1 -1
  19. package/build/dist/lib/standalone.min.js +1 -1
  20. package/build/dist/lib/standalone.min.js.map +1 -1
  21. package/build/dist/lib/storage.min.js.map +1 -1
  22. package/build/dist/lib/style-guide.js +163 -176
  23. package/build/dist/lib/style-guide.js.map +1 -1
  24. package/build/dist/lib/style-guide.min.js +1 -1
  25. package/build/dist/lib/style-guide.min.js.map +1 -1
  26. package/build/dist/lib/styles-default-implementation.css +1 -1
  27. package/build/dist/lib/styles.css +1 -1
  28. package/build/dist/lib/utils.js +163 -176
  29. package/build/dist/lib/utils.js.map +1 -1
  30. package/build/dist/lib/utils.min.js +1 -1
  31. package/build/dist/lib/utils.min.js.map +1 -1
  32. package/package.json +1 -1
  33. package/src/javascripts/domains/store/slice.ts +2 -1
@@ -14,8 +14,6 @@ if (false) {} else {
14
14
  /***/ 6456:
15
15
  /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
16
16
 
17
- "use strict";
18
-
19
17
  __webpack_require__(2262);
20
18
  var entryUnbind = __webpack_require__(2649);
21
19
 
@@ -27,8 +25,6 @@ module.exports = entryUnbind('Array', 'at');
27
25
  /***/ 9662:
28
26
  /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
29
27
 
30
- "use strict";
31
-
32
28
  var isCallable = __webpack_require__(614);
33
29
  var tryToString = __webpack_require__(6330);
34
30
 
@@ -46,8 +42,6 @@ module.exports = function (argument) {
46
42
  /***/ 1223:
47
43
  /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
48
44
 
49
- "use strict";
50
-
51
45
  var wellKnownSymbol = __webpack_require__(5112);
52
46
  var create = __webpack_require__(30);
53
47
  var defineProperty = (__webpack_require__(3070).f);
@@ -75,8 +69,6 @@ module.exports = function (key) {
75
69
  /***/ 9670:
76
70
  /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
77
71
 
78
- "use strict";
79
-
80
72
  var isObject = __webpack_require__(111);
81
73
 
82
74
  var $String = String;
@@ -94,8 +86,6 @@ module.exports = function (argument) {
94
86
  /***/ 1318:
95
87
  /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
96
88
 
97
- "use strict";
98
-
99
89
  var toIndexedObject = __webpack_require__(5656);
100
90
  var toAbsoluteIndex = __webpack_require__(1400);
101
91
  var lengthOfArrayLike = __webpack_require__(6244);
@@ -135,8 +125,6 @@ module.exports = {
135
125
  /***/ 4326:
136
126
  /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
137
127
 
138
- "use strict";
139
-
140
128
  var uncurryThis = __webpack_require__(1702);
141
129
 
142
130
  var toString = uncurryThis({}.toString);
@@ -152,8 +140,6 @@ module.exports = function (it) {
152
140
  /***/ 9920:
153
141
  /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
154
142
 
155
- "use strict";
156
-
157
143
  var hasOwn = __webpack_require__(2597);
158
144
  var ownKeys = __webpack_require__(3887);
159
145
  var getOwnPropertyDescriptorModule = __webpack_require__(1236);
@@ -177,8 +163,6 @@ module.exports = function (target, source, exceptions) {
177
163
  /***/ 8880:
178
164
  /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
179
165
 
180
- "use strict";
181
-
182
166
  var DESCRIPTORS = __webpack_require__(9781);
183
167
  var definePropertyModule = __webpack_require__(3070);
184
168
  var createPropertyDescriptor = __webpack_require__(9114);
@@ -196,8 +180,6 @@ module.exports = DESCRIPTORS ? function (object, key, value) {
196
180
  /***/ 9114:
197
181
  /***/ ((module) => {
198
182
 
199
- "use strict";
200
-
201
183
  module.exports = function (bitmap, value) {
202
184
  return {
203
185
  enumerable: !(bitmap & 1),
@@ -213,8 +195,6 @@ module.exports = function (bitmap, value) {
213
195
  /***/ 8052:
214
196
  /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
215
197
 
216
- "use strict";
217
-
218
198
  var isCallable = __webpack_require__(614);
219
199
  var definePropertyModule = __webpack_require__(3070);
220
200
  var makeBuiltIn = __webpack_require__(6339);
@@ -249,8 +229,6 @@ module.exports = function (O, key, value, options) {
249
229
  /***/ 3072:
250
230
  /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
251
231
 
252
- "use strict";
253
-
254
232
  var global = __webpack_require__(7854);
255
233
 
256
234
  // eslint-disable-next-line es/no-object-defineproperty -- safe
@@ -270,8 +248,6 @@ module.exports = function (key, value) {
270
248
  /***/ 9781:
271
249
  /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
272
250
 
273
- "use strict";
274
-
275
251
  var fails = __webpack_require__(7293);
276
252
 
277
253
  // Detect IE8's incomplete defineProperty implementation
@@ -286,8 +262,6 @@ module.exports = !fails(function () {
286
262
  /***/ 4154:
287
263
  /***/ ((module) => {
288
264
 
289
- "use strict";
290
-
291
265
  var documentAll = typeof document == 'object' && document.all;
292
266
 
293
267
  // https://tc39.es/ecma262/#sec-IsHTMLDDA-internal-slot
@@ -305,8 +279,6 @@ module.exports = {
305
279
  /***/ 317:
306
280
  /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
307
281
 
308
- "use strict";
309
-
310
282
  var global = __webpack_require__(7854);
311
283
  var isObject = __webpack_require__(111);
312
284
 
@@ -324,8 +296,6 @@ module.exports = function (it) {
324
296
  /***/ 8113:
325
297
  /***/ ((module) => {
326
298
 
327
- "use strict";
328
-
329
299
  module.exports = typeof navigator != 'undefined' && String(navigator.userAgent) || '';
330
300
 
331
301
 
@@ -334,8 +304,6 @@ module.exports = typeof navigator != 'undefined' && String(navigator.userAgent)
334
304
  /***/ 7392:
335
305
  /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
336
306
 
337
- "use strict";
338
-
339
307
  var global = __webpack_require__(7854);
340
308
  var userAgent = __webpack_require__(8113);
341
309
 
@@ -370,8 +338,6 @@ module.exports = version;
370
338
  /***/ 2649:
371
339
  /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
372
340
 
373
- "use strict";
374
-
375
341
  var global = __webpack_require__(7854);
376
342
  var uncurryThis = __webpack_require__(1702);
377
343
 
@@ -385,8 +351,6 @@ module.exports = function (CONSTRUCTOR, METHOD) {
385
351
  /***/ 748:
386
352
  /***/ ((module) => {
387
353
 
388
- "use strict";
389
-
390
354
  // IE8- don't enum bug keys
391
355
  module.exports = [
392
356
  'constructor',
@@ -404,8 +368,6 @@ module.exports = [
404
368
  /***/ 2109:
405
369
  /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
406
370
 
407
- "use strict";
408
-
409
371
  var global = __webpack_require__(7854);
410
372
  var getOwnPropertyDescriptor = (__webpack_require__(1236).f);
411
373
  var createNonEnumerableProperty = __webpack_require__(8880);
@@ -467,8 +429,6 @@ module.exports = function (options, source) {
467
429
  /***/ 7293:
468
430
  /***/ ((module) => {
469
431
 
470
- "use strict";
471
-
472
432
  module.exports = function (exec) {
473
433
  try {
474
434
  return !!exec();
@@ -483,8 +443,6 @@ module.exports = function (exec) {
483
443
  /***/ 4374:
484
444
  /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
485
445
 
486
- "use strict";
487
-
488
446
  var fails = __webpack_require__(7293);
489
447
 
490
448
  module.exports = !fails(function () {
@@ -500,8 +458,6 @@ module.exports = !fails(function () {
500
458
  /***/ 6916:
501
459
  /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
502
460
 
503
- "use strict";
504
-
505
461
  var NATIVE_BIND = __webpack_require__(4374);
506
462
 
507
463
  var call = Function.prototype.call;
@@ -516,8 +472,6 @@ module.exports = NATIVE_BIND ? call.bind(call) : function () {
516
472
  /***/ 6530:
517
473
  /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
518
474
 
519
- "use strict";
520
-
521
475
  var DESCRIPTORS = __webpack_require__(9781);
522
476
  var hasOwn = __webpack_require__(2597);
523
477
 
@@ -542,8 +496,6 @@ module.exports = {
542
496
  /***/ 1702:
543
497
  /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
544
498
 
545
- "use strict";
546
-
547
499
  var NATIVE_BIND = __webpack_require__(4374);
548
500
 
549
501
  var FunctionPrototype = Function.prototype;
@@ -562,8 +514,6 @@ module.exports = NATIVE_BIND ? uncurryThisWithBind : function (fn) {
562
514
  /***/ 5005:
563
515
  /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
564
516
 
565
- "use strict";
566
-
567
517
  var global = __webpack_require__(7854);
568
518
  var isCallable = __webpack_require__(614);
569
519
 
@@ -581,8 +531,6 @@ module.exports = function (namespace, method) {
581
531
  /***/ 8173:
582
532
  /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
583
533
 
584
- "use strict";
585
-
586
534
  var aCallable = __webpack_require__(9662);
587
535
  var isNullOrUndefined = __webpack_require__(8554);
588
536
 
@@ -599,8 +547,6 @@ module.exports = function (V, P) {
599
547
  /***/ 7854:
600
548
  /***/ (function(module, __unused_webpack_exports, __webpack_require__) {
601
549
 
602
- "use strict";
603
-
604
550
  var check = function (it) {
605
551
  return it && it.Math == Math && it;
606
552
  };
@@ -622,8 +568,6 @@ module.exports =
622
568
  /***/ 2597:
623
569
  /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
624
570
 
625
- "use strict";
626
-
627
571
  var uncurryThis = __webpack_require__(1702);
628
572
  var toObject = __webpack_require__(7908);
629
573
 
@@ -642,8 +586,6 @@ module.exports = Object.hasOwn || function hasOwn(it, key) {
642
586
  /***/ 3501:
643
587
  /***/ ((module) => {
644
588
 
645
- "use strict";
646
-
647
589
  module.exports = {};
648
590
 
649
591
 
@@ -652,8 +594,6 @@ module.exports = {};
652
594
  /***/ 490:
653
595
  /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
654
596
 
655
- "use strict";
656
-
657
597
  var getBuiltIn = __webpack_require__(5005);
658
598
 
659
599
  module.exports = getBuiltIn('document', 'documentElement');
@@ -664,8 +604,6 @@ module.exports = getBuiltIn('document', 'documentElement');
664
604
  /***/ 4664:
665
605
  /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
666
606
 
667
- "use strict";
668
-
669
607
  var DESCRIPTORS = __webpack_require__(9781);
670
608
  var fails = __webpack_require__(7293);
671
609
  var createElement = __webpack_require__(317);
@@ -684,8 +622,6 @@ module.exports = !DESCRIPTORS && !fails(function () {
684
622
  /***/ 8361:
685
623
  /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
686
624
 
687
- "use strict";
688
-
689
625
  var uncurryThis = __webpack_require__(1702);
690
626
  var fails = __webpack_require__(7293);
691
627
  var classof = __webpack_require__(4326);
@@ -708,8 +644,6 @@ module.exports = fails(function () {
708
644
  /***/ 2788:
709
645
  /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
710
646
 
711
- "use strict";
712
-
713
647
  var uncurryThis = __webpack_require__(1702);
714
648
  var isCallable = __webpack_require__(614);
715
649
  var store = __webpack_require__(5465);
@@ -731,8 +665,6 @@ module.exports = store.inspectSource;
731
665
  /***/ 9909:
732
666
  /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
733
667
 
734
- "use strict";
735
-
736
668
  var NATIVE_WEAK_MAP = __webpack_require__(4811);
737
669
  var global = __webpack_require__(7854);
738
670
  var isObject = __webpack_require__(111);
@@ -810,8 +742,6 @@ module.exports = {
810
742
  /***/ 614:
811
743
  /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
812
744
 
813
- "use strict";
814
-
815
745
  var $documentAll = __webpack_require__(4154);
816
746
 
817
747
  var documentAll = $documentAll.all;
@@ -830,8 +760,6 @@ module.exports = $documentAll.IS_HTMLDDA ? function (argument) {
830
760
  /***/ 4705:
831
761
  /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
832
762
 
833
- "use strict";
834
-
835
763
  var fails = __webpack_require__(7293);
836
764
  var isCallable = __webpack_require__(614);
837
765
 
@@ -861,8 +789,6 @@ module.exports = isForced;
861
789
  /***/ 8554:
862
790
  /***/ ((module) => {
863
791
 
864
- "use strict";
865
-
866
792
  // we can't use just `it == null` since of `document.all` special case
867
793
  // https://tc39.es/ecma262/#sec-IsHTMLDDA-internal-slot-aec
868
794
  module.exports = function (it) {
@@ -875,8 +801,6 @@ module.exports = function (it) {
875
801
  /***/ 111:
876
802
  /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
877
803
 
878
- "use strict";
879
-
880
804
  var isCallable = __webpack_require__(614);
881
805
  var $documentAll = __webpack_require__(4154);
882
806
 
@@ -894,8 +818,6 @@ module.exports = $documentAll.IS_HTMLDDA ? function (it) {
894
818
  /***/ 1913:
895
819
  /***/ ((module) => {
896
820
 
897
- "use strict";
898
-
899
821
  module.exports = false;
900
822
 
901
823
 
@@ -904,8 +826,6 @@ module.exports = false;
904
826
  /***/ 2190:
905
827
  /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
906
828
 
907
- "use strict";
908
-
909
829
  var getBuiltIn = __webpack_require__(5005);
910
830
  var isCallable = __webpack_require__(614);
911
831
  var isPrototypeOf = __webpack_require__(7976);
@@ -926,8 +846,6 @@ module.exports = USE_SYMBOL_AS_UID ? function (it) {
926
846
  /***/ 6244:
927
847
  /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
928
848
 
929
- "use strict";
930
-
931
849
  var toLength = __webpack_require__(7466);
932
850
 
933
851
  // `LengthOfArrayLike` abstract operation
@@ -942,8 +860,6 @@ module.exports = function (obj) {
942
860
  /***/ 6339:
943
861
  /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
944
862
 
945
- "use strict";
946
-
947
863
  var uncurryThis = __webpack_require__(1702);
948
864
  var fails = __webpack_require__(7293);
949
865
  var isCallable = __webpack_require__(614);
@@ -1005,8 +921,6 @@ Function.prototype.toString = makeBuiltIn(function toString() {
1005
921
  /***/ 4758:
1006
922
  /***/ ((module) => {
1007
923
 
1008
- "use strict";
1009
-
1010
924
  var ceil = Math.ceil;
1011
925
  var floor = Math.floor;
1012
926
 
@@ -1024,8 +938,6 @@ module.exports = Math.trunc || function trunc(x) {
1024
938
  /***/ 30:
1025
939
  /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
1026
940
 
1027
- "use strict";
1028
-
1029
941
  /* global ActiveXObject -- old IE, WSH */
1030
942
  var anObject = __webpack_require__(9670);
1031
943
  var definePropertiesModule = __webpack_require__(6048);
@@ -1116,8 +1028,6 @@ module.exports = Object.create || function create(O, Properties) {
1116
1028
  /***/ 6048:
1117
1029
  /***/ ((__unused_webpack_module, exports, __webpack_require__) => {
1118
1030
 
1119
- "use strict";
1120
-
1121
1031
  var DESCRIPTORS = __webpack_require__(9781);
1122
1032
  var V8_PROTOTYPE_DEFINE_BUG = __webpack_require__(3353);
1123
1033
  var definePropertyModule = __webpack_require__(3070);
@@ -1145,8 +1055,6 @@ exports.f = DESCRIPTORS && !V8_PROTOTYPE_DEFINE_BUG ? Object.defineProperties :
1145
1055
  /***/ 3070:
1146
1056
  /***/ ((__unused_webpack_module, exports, __webpack_require__) => {
1147
1057
 
1148
- "use strict";
1149
-
1150
1058
  var DESCRIPTORS = __webpack_require__(9781);
1151
1059
  var IE8_DOM_DEFINE = __webpack_require__(4664);
1152
1060
  var V8_PROTOTYPE_DEFINE_BUG = __webpack_require__(3353);
@@ -1197,8 +1105,6 @@ exports.f = DESCRIPTORS ? V8_PROTOTYPE_DEFINE_BUG ? function defineProperty(O, P
1197
1105
  /***/ 1236:
1198
1106
  /***/ ((__unused_webpack_module, exports, __webpack_require__) => {
1199
1107
 
1200
- "use strict";
1201
-
1202
1108
  var DESCRIPTORS = __webpack_require__(9781);
1203
1109
  var call = __webpack_require__(6916);
1204
1110
  var propertyIsEnumerableModule = __webpack_require__(5296);
@@ -1228,8 +1134,6 @@ exports.f = DESCRIPTORS ? $getOwnPropertyDescriptor : function getOwnPropertyDes
1228
1134
  /***/ 8006:
1229
1135
  /***/ ((__unused_webpack_module, exports, __webpack_require__) => {
1230
1136
 
1231
- "use strict";
1232
-
1233
1137
  var internalObjectKeys = __webpack_require__(6324);
1234
1138
  var enumBugKeys = __webpack_require__(748);
1235
1139
 
@@ -1248,8 +1152,6 @@ exports.f = Object.getOwnPropertyNames || function getOwnPropertyNames(O) {
1248
1152
  /***/ 5181:
1249
1153
  /***/ ((__unused_webpack_module, exports) => {
1250
1154
 
1251
- "use strict";
1252
-
1253
1155
  // eslint-disable-next-line es/no-object-getownpropertysymbols -- safe
1254
1156
  exports.f = Object.getOwnPropertySymbols;
1255
1157
 
@@ -1259,8 +1161,6 @@ exports.f = Object.getOwnPropertySymbols;
1259
1161
  /***/ 7976:
1260
1162
  /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
1261
1163
 
1262
- "use strict";
1263
-
1264
1164
  var uncurryThis = __webpack_require__(1702);
1265
1165
 
1266
1166
  module.exports = uncurryThis({}.isPrototypeOf);
@@ -1271,8 +1171,6 @@ module.exports = uncurryThis({}.isPrototypeOf);
1271
1171
  /***/ 6324:
1272
1172
  /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
1273
1173
 
1274
- "use strict";
1275
-
1276
1174
  var uncurryThis = __webpack_require__(1702);
1277
1175
  var hasOwn = __webpack_require__(2597);
1278
1176
  var toIndexedObject = __webpack_require__(5656);
@@ -1300,8 +1198,6 @@ module.exports = function (object, names) {
1300
1198
  /***/ 1956:
1301
1199
  /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
1302
1200
 
1303
- "use strict";
1304
-
1305
1201
  var internalObjectKeys = __webpack_require__(6324);
1306
1202
  var enumBugKeys = __webpack_require__(748);
1307
1203
 
@@ -1340,8 +1236,6 @@ exports.f = NASHORN_BUG ? function propertyIsEnumerable(V) {
1340
1236
  /***/ 2140:
1341
1237
  /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
1342
1238
 
1343
- "use strict";
1344
-
1345
1239
  var call = __webpack_require__(6916);
1346
1240
  var isCallable = __webpack_require__(614);
1347
1241
  var isObject = __webpack_require__(111);
@@ -1364,8 +1258,6 @@ module.exports = function (input, pref) {
1364
1258
  /***/ 3887:
1365
1259
  /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
1366
1260
 
1367
- "use strict";
1368
-
1369
1261
  var getBuiltIn = __webpack_require__(5005);
1370
1262
  var uncurryThis = __webpack_require__(1702);
1371
1263
  var getOwnPropertyNamesModule = __webpack_require__(8006);
@@ -1387,8 +1279,6 @@ module.exports = getBuiltIn('Reflect', 'ownKeys') || function ownKeys(it) {
1387
1279
  /***/ 4488:
1388
1280
  /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
1389
1281
 
1390
- "use strict";
1391
-
1392
1282
  var isNullOrUndefined = __webpack_require__(8554);
1393
1283
 
1394
1284
  var $TypeError = TypeError;
@@ -1406,8 +1296,6 @@ module.exports = function (it) {
1406
1296
  /***/ 6200:
1407
1297
  /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
1408
1298
 
1409
- "use strict";
1410
-
1411
1299
  var shared = __webpack_require__(2309);
1412
1300
  var uid = __webpack_require__(9711);
1413
1301
 
@@ -1423,8 +1311,6 @@ module.exports = function (key) {
1423
1311
  /***/ 5465:
1424
1312
  /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
1425
1313
 
1426
- "use strict";
1427
-
1428
1314
  var global = __webpack_require__(7854);
1429
1315
  var defineGlobalProperty = __webpack_require__(3072);
1430
1316
 
@@ -1439,18 +1325,16 @@ module.exports = store;
1439
1325
  /***/ 2309:
1440
1326
  /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
1441
1327
 
1442
- "use strict";
1443
-
1444
1328
  var IS_PURE = __webpack_require__(1913);
1445
1329
  var store = __webpack_require__(5465);
1446
1330
 
1447
1331
  (module.exports = function (key, value) {
1448
1332
  return store[key] || (store[key] = value !== undefined ? value : {});
1449
1333
  })('versions', []).push({
1450
- version: '3.32.0',
1334
+ version: '3.31.1',
1451
1335
  mode: IS_PURE ? 'pure' : 'global',
1452
1336
  copyright: '© 2014-2023 Denis Pushkarev (zloirock.ru)',
1453
- license: 'https://github.com/zloirock/core-js/blob/v3.32.0/LICENSE',
1337
+ license: 'https://github.com/zloirock/core-js/blob/v3.31.1/LICENSE',
1454
1338
  source: 'https://github.com/zloirock/core-js'
1455
1339
  });
1456
1340
 
@@ -1460,8 +1344,6 @@ var store = __webpack_require__(5465);
1460
1344
  /***/ 6293:
1461
1345
  /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
1462
1346
 
1463
- "use strict";
1464
-
1465
1347
  /* eslint-disable es/no-symbol -- required for testing */
1466
1348
  var V8_VERSION = __webpack_require__(7392);
1467
1349
  var fails = __webpack_require__(7293);
@@ -1487,8 +1369,6 @@ module.exports = !!Object.getOwnPropertySymbols && !fails(function () {
1487
1369
  /***/ 1400:
1488
1370
  /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
1489
1371
 
1490
- "use strict";
1491
-
1492
1372
  var toIntegerOrInfinity = __webpack_require__(9303);
1493
1373
 
1494
1374
  var max = Math.max;
@@ -1508,8 +1388,6 @@ module.exports = function (index, length) {
1508
1388
  /***/ 5656:
1509
1389
  /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
1510
1390
 
1511
- "use strict";
1512
-
1513
1391
  // toObject with fallback for non-array-like ES3 strings
1514
1392
  var IndexedObject = __webpack_require__(8361);
1515
1393
  var requireObjectCoercible = __webpack_require__(4488);
@@ -1524,8 +1402,6 @@ module.exports = function (it) {
1524
1402
  /***/ 9303:
1525
1403
  /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
1526
1404
 
1527
- "use strict";
1528
-
1529
1405
  var trunc = __webpack_require__(4758);
1530
1406
 
1531
1407
  // `ToIntegerOrInfinity` abstract operation
@@ -1542,8 +1418,6 @@ module.exports = function (argument) {
1542
1418
  /***/ 7466:
1543
1419
  /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
1544
1420
 
1545
- "use strict";
1546
-
1547
1421
  var toIntegerOrInfinity = __webpack_require__(9303);
1548
1422
 
1549
1423
  var min = Math.min;
@@ -1560,8 +1434,6 @@ module.exports = function (argument) {
1560
1434
  /***/ 7908:
1561
1435
  /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
1562
1436
 
1563
- "use strict";
1564
-
1565
1437
  var requireObjectCoercible = __webpack_require__(4488);
1566
1438
 
1567
1439
  var $Object = Object;
@@ -1578,8 +1450,6 @@ module.exports = function (argument) {
1578
1450
  /***/ 7593:
1579
1451
  /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
1580
1452
 
1581
- "use strict";
1582
-
1583
1453
  var call = __webpack_require__(6916);
1584
1454
  var isObject = __webpack_require__(111);
1585
1455
  var isSymbol = __webpack_require__(2190);
@@ -1612,8 +1482,6 @@ module.exports = function (input, pref) {
1612
1482
  /***/ 4948:
1613
1483
  /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
1614
1484
 
1615
- "use strict";
1616
-
1617
1485
  var toPrimitive = __webpack_require__(7593);
1618
1486
  var isSymbol = __webpack_require__(2190);
1619
1487
 
@@ -1630,8 +1498,6 @@ module.exports = function (argument) {
1630
1498
  /***/ 6330:
1631
1499
  /***/ ((module) => {
1632
1500
 
1633
- "use strict";
1634
-
1635
1501
  var $String = String;
1636
1502
 
1637
1503
  module.exports = function (argument) {
@@ -1648,8 +1514,6 @@ module.exports = function (argument) {
1648
1514
  /***/ 9711:
1649
1515
  /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
1650
1516
 
1651
- "use strict";
1652
-
1653
1517
  var uncurryThis = __webpack_require__(1702);
1654
1518
 
1655
1519
  var id = 0;
@@ -1666,8 +1530,6 @@ module.exports = function (key) {
1666
1530
  /***/ 3307:
1667
1531
  /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
1668
1532
 
1669
- "use strict";
1670
-
1671
1533
  /* eslint-disable es/no-symbol -- required for testing */
1672
1534
  var NATIVE_SYMBOL = __webpack_require__(6293);
1673
1535
 
@@ -1681,8 +1543,6 @@ module.exports = NATIVE_SYMBOL
1681
1543
  /***/ 3353:
1682
1544
  /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
1683
1545
 
1684
- "use strict";
1685
-
1686
1546
  var DESCRIPTORS = __webpack_require__(9781);
1687
1547
  var fails = __webpack_require__(7293);
1688
1548
 
@@ -1702,8 +1562,6 @@ module.exports = DESCRIPTORS && fails(function () {
1702
1562
  /***/ 4811:
1703
1563
  /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
1704
1564
 
1705
- "use strict";
1706
-
1707
1565
  var global = __webpack_require__(7854);
1708
1566
  var isCallable = __webpack_require__(614);
1709
1567
 
@@ -1717,8 +1575,6 @@ module.exports = isCallable(WeakMap) && /native code/.test(String(WeakMap));
1717
1575
  /***/ 5112:
1718
1576
  /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
1719
1577
 
1720
- "use strict";
1721
-
1722
1578
  var global = __webpack_require__(7854);
1723
1579
  var shared = __webpack_require__(2309);
1724
1580
  var hasOwn = __webpack_require__(2597);
@@ -1897,34 +1753,32 @@ __webpack_require__.r(__webpack_exports__);
1897
1753
  /* harmony export */ Component: () => (/* reexport safe */ preact__WEBPACK_IMPORTED_MODULE_0__.Component),
1898
1754
  /* harmony export */ Fragment: () => (/* reexport safe */ preact__WEBPACK_IMPORTED_MODULE_0__.Fragment),
1899
1755
  /* harmony export */ PureComponent: () => (/* binding */ w),
1900
- /* harmony export */ StrictMode: () => (/* binding */ yn),
1901
- /* harmony export */ Suspense: () => (/* binding */ U),
1756
+ /* harmony export */ StrictMode: () => (/* binding */ mn),
1757
+ /* harmony export */ Suspense: () => (/* binding */ D),
1902
1758
  /* harmony export */ SuspenseList: () => (/* binding */ V),
1903
1759
  /* harmony export */ __SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED: () => (/* binding */ ln),
1904
- /* harmony export */ cloneElement: () => (/* binding */ hn),
1760
+ /* harmony export */ cloneElement: () => (/* binding */ sn),
1905
1761
  /* harmony export */ createContext: () => (/* reexport safe */ preact__WEBPACK_IMPORTED_MODULE_0__.createContext),
1906
1762
  /* harmony export */ createElement: () => (/* reexport safe */ preact__WEBPACK_IMPORTED_MODULE_0__.createElement),
1907
1763
  /* harmony export */ createFactory: () => (/* binding */ fn),
1908
1764
  /* harmony export */ createPortal: () => (/* binding */ z),
1909
1765
  /* harmony export */ createRef: () => (/* reexport safe */ preact__WEBPACK_IMPORTED_MODULE_0__.createRef),
1910
- /* harmony export */ "default": () => (/* binding */ wn),
1911
- /* harmony export */ findDOMNode: () => (/* binding */ dn),
1912
- /* harmony export */ flushSync: () => (/* binding */ mn),
1766
+ /* harmony export */ "default": () => (/* binding */ Cn),
1767
+ /* harmony export */ findDOMNode: () => (/* binding */ vn),
1768
+ /* harmony export */ flushSync: () => (/* binding */ pn),
1913
1769
  /* harmony export */ forwardRef: () => (/* binding */ k),
1914
1770
  /* harmony export */ hydrate: () => (/* binding */ J),
1915
- /* harmony export */ isElement: () => (/* binding */ Cn),
1916
- /* harmony export */ isFragment: () => (/* binding */ sn),
1917
1771
  /* harmony export */ isValidElement: () => (/* binding */ an),
1918
1772
  /* harmony export */ lazy: () => (/* binding */ M),
1919
1773
  /* harmony export */ memo: () => (/* binding */ x),
1920
1774
  /* harmony export */ render: () => (/* binding */ G),
1921
- /* harmony export */ startTransition: () => (/* binding */ _n),
1922
- /* harmony export */ unmountComponentAtNode: () => (/* binding */ vn),
1923
- /* harmony export */ unstable_batchedUpdates: () => (/* binding */ pn),
1924
- /* harmony export */ useDeferredValue: () => (/* binding */ bn),
1925
- /* harmony export */ useInsertionEffect: () => (/* binding */ gn),
1926
- /* harmony export */ useSyncExternalStore: () => (/* binding */ En),
1927
- /* harmony export */ useTransition: () => (/* binding */ Sn),
1775
+ /* harmony export */ startTransition: () => (/* binding */ yn),
1776
+ /* harmony export */ unmountComponentAtNode: () => (/* binding */ hn),
1777
+ /* harmony export */ unstable_batchedUpdates: () => (/* binding */ dn),
1778
+ /* harmony export */ useDeferredValue: () => (/* binding */ _n),
1779
+ /* harmony export */ useInsertionEffect: () => (/* binding */ Sn),
1780
+ /* harmony export */ useSyncExternalStore: () => (/* binding */ gn),
1781
+ /* harmony export */ useTransition: () => (/* binding */ bn),
1928
1782
  /* harmony export */ version: () => (/* binding */ cn)
1929
1783
  /* harmony export */ });
1930
1784
  /* harmony import */ var preact__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(7210);
@@ -1932,9 +1786,9 @@ __webpack_require__.r(__webpack_exports__);
1932
1786
  /* harmony import */ var preact_hooks__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(9207);
1933
1787
  /* harmony import */ var preact_hooks__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(preact_hooks__WEBPACK_IMPORTED_MODULE_1__);
1934
1788
  /* harmony reexport (unknown) */ var __WEBPACK_REEXPORT_OBJECT__ = {};
1935
- /* harmony reexport (unknown) */ for(const __WEBPACK_IMPORT_KEY__ in preact_hooks__WEBPACK_IMPORTED_MODULE_1__) if(["default","Component","Fragment","createContext","createElement","createRef","Children","PureComponent","StrictMode","Suspense","SuspenseList","__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED","cloneElement","createFactory","createPortal","findDOMNode","flushSync","forwardRef","hydrate","isElement","isFragment","isValidElement","lazy","memo","render","startTransition","unmountComponentAtNode","unstable_batchedUpdates","useDeferredValue","useInsertionEffect","useSyncExternalStore","useTransition","version"].indexOf(__WEBPACK_IMPORT_KEY__) < 0) __WEBPACK_REEXPORT_OBJECT__[__WEBPACK_IMPORT_KEY__] = () => preact_hooks__WEBPACK_IMPORTED_MODULE_1__[__WEBPACK_IMPORT_KEY__]
1789
+ /* harmony reexport (unknown) */ for(const __WEBPACK_IMPORT_KEY__ in preact_hooks__WEBPACK_IMPORTED_MODULE_1__) if(["default","Component","Fragment","createContext","createElement","createRef","Children","PureComponent","StrictMode","Suspense","SuspenseList","__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED","cloneElement","createFactory","createPortal","findDOMNode","flushSync","forwardRef","hydrate","isValidElement","lazy","memo","render","startTransition","unmountComponentAtNode","unstable_batchedUpdates","useDeferredValue","useInsertionEffect","useSyncExternalStore","useTransition","version"].indexOf(__WEBPACK_IMPORT_KEY__) < 0) __WEBPACK_REEXPORT_OBJECT__[__WEBPACK_IMPORT_KEY__] = () => preact_hooks__WEBPACK_IMPORTED_MODULE_1__[__WEBPACK_IMPORT_KEY__]
1936
1790
  /* harmony reexport (unknown) */ __webpack_require__.d(__webpack_exports__, __WEBPACK_REEXPORT_OBJECT__);
1937
- function g(n,t){for(var e in t)n[e]=t[e];return n}function C(n,t){for(var e in n)if("__source"!==e&&!(e in t))return!0;for(var r in t)if("__source"!==r&&n[r]!==t[r])return!0;return!1}function E(n,t){return n===t&&(0!==n||1/n==1/t)||n!=n&&t!=t}function w(n){this.props=n}function x(n,e){function r(n){var t=this.props.ref,r=t==n.ref;return!r&&t&&(t.call?t(null):t.current=null),e?!e(this.props,n)||!r:C(this.props,n)}function u(e){return this.shouldComponentUpdate=r,(0,preact__WEBPACK_IMPORTED_MODULE_0__.createElement)(n,e)}return u.displayName="Memo("+(n.displayName||n.name)+")",u.prototype.isReactComponent=!0,u.__f=!0,u}(w.prototype=new preact__WEBPACK_IMPORTED_MODULE_0__.Component).isPureReactComponent=!0,w.prototype.shouldComponentUpdate=function(n,t){return C(this.props,n)||C(this.state,t)};var R=preact__WEBPACK_IMPORTED_MODULE_0__.options.__b;preact__WEBPACK_IMPORTED_MODULE_0__.options.__b=function(n){n.type&&n.type.__f&&n.ref&&(n.props.ref=n.ref,n.ref=null),R&&R(n)};var N="undefined"!=typeof Symbol&&Symbol.for&&Symbol.for("react.forward_ref")||3911;function k(n){function t(t){var e=g({},t);return delete e.ref,n(e,t.ref||null)}return t.$$typeof=N,t.render=t,t.prototype.isReactComponent=t.__f=!0,t.displayName="ForwardRef("+(n.displayName||n.name)+")",t}var A=function(n,t){return null==n?null:(0,preact__WEBPACK_IMPORTED_MODULE_0__.toChildArray)((0,preact__WEBPACK_IMPORTED_MODULE_0__.toChildArray)(n).map(t))},O={map:A,forEach:A,count:function(n){return n?(0,preact__WEBPACK_IMPORTED_MODULE_0__.toChildArray)(n).length:0},only:function(n){var t=(0,preact__WEBPACK_IMPORTED_MODULE_0__.toChildArray)(n);if(1!==t.length)throw"Children.only";return t[0]},toArray:preact__WEBPACK_IMPORTED_MODULE_0__.toChildArray},T=preact__WEBPACK_IMPORTED_MODULE_0__.options.__e;preact__WEBPACK_IMPORTED_MODULE_0__.options.__e=function(n,t,e,r){if(n.then)for(var u,o=t;o=o.__;)if((u=o.__c)&&u.__c)return null==t.__e&&(t.__e=e.__e,t.__k=e.__k),u.__c(n,t);T(n,t,e,r)};var F=preact__WEBPACK_IMPORTED_MODULE_0__.options.unmount;function I(n,t,e){return n&&(n.__c&&n.__c.__H&&(n.__c.__H.__.forEach(function(n){"function"==typeof n.__c&&n.__c()}),n.__c.__H=null),null!=(n=g({},n)).__c&&(n.__c.__P===e&&(n.__c.__P=t),n.__c=null),n.__k=n.__k&&n.__k.map(function(n){return I(n,t,e)})),n}function L(n,t,e){return n&&(n.__v=null,n.__k=n.__k&&n.__k.map(function(n){return L(n,t,e)}),n.__c&&n.__c.__P===t&&(n.__e&&e.insertBefore(n.__e,n.__d),n.__c.__e=!0,n.__c.__P=e)),n}function U(){this.__u=0,this.t=null,this.__b=null}function D(n){var t=n.__.__c;return t&&t.__a&&t.__a(n)}function M(n){var e,r,u;function o(o){if(e||(e=n()).then(function(n){r=n.default||n},function(n){u=n}),u)throw u;if(!r)throw e;return (0,preact__WEBPACK_IMPORTED_MODULE_0__.createElement)(r,o)}return o.displayName="Lazy",o.__f=!0,o}function V(){this.u=null,this.o=null}preact__WEBPACK_IMPORTED_MODULE_0__.options.unmount=function(n){var t=n.__c;t&&t.__R&&t.__R(),t&&!0===n.__h&&(n.type=null),F&&F(n)},(U.prototype=new preact__WEBPACK_IMPORTED_MODULE_0__.Component).__c=function(n,t){var e=t.__c,r=this;null==r.t&&(r.t=[]),r.t.push(e);var u=D(r.__v),o=!1,i=function(){o||(o=!0,e.__R=null,u?u(l):l())};e.__R=i;var l=function(){if(!--r.__u){if(r.state.__a){var n=r.state.__a;r.__v.__k[0]=L(n,n.__c.__P,n.__c.__O)}var t;for(r.setState({__a:r.__b=null});t=r.t.pop();)t.forceUpdate()}},c=!0===t.__h;r.__u++||c||r.setState({__a:r.__b=r.__v.__k[0]}),n.then(i,i)},U.prototype.componentWillUnmount=function(){this.t=[]},U.prototype.render=function(n,e){if(this.__b){if(this.__v.__k){var r=document.createElement("div"),o=this.__v.__k[0].__c;this.__v.__k[0]=I(this.__b,r,o.__O=o.__P)}this.__b=null}var i=e.__a&&(0,preact__WEBPACK_IMPORTED_MODULE_0__.createElement)(preact__WEBPACK_IMPORTED_MODULE_0__.Fragment,null,n.fallback);return i&&(i.__h=null),[(0,preact__WEBPACK_IMPORTED_MODULE_0__.createElement)(preact__WEBPACK_IMPORTED_MODULE_0__.Fragment,null,e.__a?null:n.children),i]};var W=function(n,t,e){if(++e[1]===e[0]&&n.o.delete(t),n.props.revealOrder&&("t"!==n.props.revealOrder[0]||!n.o.size))for(e=n.u;e;){for(;e.length>3;)e.pop()();if(e[1]<e[0])break;n.u=e=e[2]}};function P(n){return this.getChildContext=function(){return n.context},n.children}function j(n){var e=this,r=n.i;e.componentWillUnmount=function(){(0,preact__WEBPACK_IMPORTED_MODULE_0__.render)(null,e.l),e.l=null,e.i=null},e.i&&e.i!==r&&e.componentWillUnmount(),e.l||(e.i=r,e.l={nodeType:1,parentNode:r,childNodes:[],appendChild:function(n){this.childNodes.push(n),e.i.appendChild(n)},insertBefore:function(n,t){this.childNodes.push(n),e.i.appendChild(n)},removeChild:function(n){this.childNodes.splice(this.childNodes.indexOf(n)>>>1,1),e.i.removeChild(n)}}),(0,preact__WEBPACK_IMPORTED_MODULE_0__.render)((0,preact__WEBPACK_IMPORTED_MODULE_0__.createElement)(P,{context:e.context},n.__v),e.l)}function z(n,e){var r=(0,preact__WEBPACK_IMPORTED_MODULE_0__.createElement)(j,{__v:n,i:e});return r.containerInfo=e,r}(V.prototype=new preact__WEBPACK_IMPORTED_MODULE_0__.Component).__a=function(n){var t=this,e=D(t.__v),r=t.o.get(n);return r[0]++,function(u){var o=function(){t.props.revealOrder?(r.push(u),W(t,n,r)):u()};e?e(o):o()}},V.prototype.render=function(n){this.u=null,this.o=new Map;var t=(0,preact__WEBPACK_IMPORTED_MODULE_0__.toChildArray)(n.children);n.revealOrder&&"b"===n.revealOrder[0]&&t.reverse();for(var e=t.length;e--;)this.o.set(t[e],this.u=[1,0,this.u]);return n.children},V.prototype.componentDidUpdate=V.prototype.componentDidMount=function(){var n=this;this.o.forEach(function(t,e){W(n,e,t)})};var B="undefined"!=typeof Symbol&&Symbol.for&&Symbol.for("react.element")||60103,H=/^(?:accent|alignment|arabic|baseline|cap|clip(?!PathU)|color|dominant|fill|flood|font|glyph(?!R)|horiz|image(!S)|letter|lighting|marker(?!H|W|U)|overline|paint|pointer|shape|stop|strikethrough|stroke|text(?!L)|transform|underline|unicode|units|v|vector|vert|word|writing|x(?!C))[A-Z]/,Z=/^on(Ani|Tra|Tou|BeforeInp|Compo)/,Y=/[A-Z0-9]/g,$="undefined"!=typeof document,q=function(n){return("undefined"!=typeof Symbol&&"symbol"==typeof Symbol()?/fil|che|rad/:/fil|che|ra/).test(n)};function G(n,t,e){return null==t.__k&&(t.textContent=""),(0,preact__WEBPACK_IMPORTED_MODULE_0__.render)(n,t),"function"==typeof e&&e(),n?n.__c:null}function J(n,t,e){return (0,preact__WEBPACK_IMPORTED_MODULE_0__.hydrate)(n,t),"function"==typeof e&&e(),n?n.__c:null}preact__WEBPACK_IMPORTED_MODULE_0__.Component.prototype.isReactComponent={},["componentWillMount","componentWillReceiveProps","componentWillUpdate"].forEach(function(t){Object.defineProperty(preact__WEBPACK_IMPORTED_MODULE_0__.Component.prototype,t,{configurable:!0,get:function(){return this["UNSAFE_"+t]},set:function(n){Object.defineProperty(this,t,{configurable:!0,writable:!0,value:n})}})});var K=preact__WEBPACK_IMPORTED_MODULE_0__.options.event;function Q(){}function X(){return this.cancelBubble}function nn(){return this.defaultPrevented}preact__WEBPACK_IMPORTED_MODULE_0__.options.event=function(n){return K&&(n=K(n)),n.persist=Q,n.isPropagationStopped=X,n.isDefaultPrevented=nn,n.nativeEvent=n};var tn,en={enumerable:!1,configurable:!0,get:function(){return this.class}},rn=preact__WEBPACK_IMPORTED_MODULE_0__.options.vnode;preact__WEBPACK_IMPORTED_MODULE_0__.options.vnode=function(n){"string"==typeof n.type&&function(n){var t=n.props,e=n.type,u={};for(var o in t){var i=t[o];if(!("value"===o&&"defaultValue"in t&&null==i||$&&"children"===o&&"noscript"===e||"class"===o||"className"===o)){var l=o.toLowerCase();"defaultValue"===o&&"value"in t&&null==t.value?o="value":"download"===o&&!0===i?i="":"ondoubleclick"===l?o="ondblclick":"onchange"!==l||"input"!==e&&"textarea"!==e||q(t.type)?"onfocus"===l?o="onfocusin":"onblur"===l?o="onfocusout":Z.test(o)?o=l:-1===e.indexOf("-")&&H.test(o)?o=o.replace(Y,"-$&").toLowerCase():null===i&&(i=void 0):l=o="oninput","oninput"===l&&u[o=l]&&(o="oninputCapture"),u[o]=i}}"select"==e&&u.multiple&&Array.isArray(u.value)&&(u.value=(0,preact__WEBPACK_IMPORTED_MODULE_0__.toChildArray)(t.children).forEach(function(n){n.props.selected=-1!=u.value.indexOf(n.props.value)})),"select"==e&&null!=u.defaultValue&&(u.value=(0,preact__WEBPACK_IMPORTED_MODULE_0__.toChildArray)(t.children).forEach(function(n){n.props.selected=u.multiple?-1!=u.defaultValue.indexOf(n.props.value):u.defaultValue==n.props.value})),t.class&&!t.className?(u.class=t.class,Object.defineProperty(u,"className",en)):(t.className&&!t.class||t.class&&t.className)&&(u.class=u.className=t.className),n.props=u}(n),n.$$typeof=B,rn&&rn(n)};var un=preact__WEBPACK_IMPORTED_MODULE_0__.options.__r;preact__WEBPACK_IMPORTED_MODULE_0__.options.__r=function(n){un&&un(n),tn=n.__c};var on=preact__WEBPACK_IMPORTED_MODULE_0__.options.diffed;preact__WEBPACK_IMPORTED_MODULE_0__.options.diffed=function(n){on&&on(n);var t=n.props,e=n.__e;null!=e&&"textarea"===n.type&&"value"in t&&t.value!==e.value&&(e.value=null==t.value?"":t.value),tn=null};var ln={ReactCurrentDispatcher:{current:{readContext:function(n){return tn.__n[n.__c].props.value}}}},cn="17.0.2";function fn(n){return preact__WEBPACK_IMPORTED_MODULE_0__.createElement.bind(null,n)}function an(n){return!!n&&n.$$typeof===B}function sn(n){return an(n)&&n.type===preact__WEBPACK_IMPORTED_MODULE_0__.Fragment}function hn(n){return an(n)?preact__WEBPACK_IMPORTED_MODULE_0__.cloneElement.apply(null,arguments):n}function vn(n){return!!n.__k&&((0,preact__WEBPACK_IMPORTED_MODULE_0__.render)(null,n),!0)}function dn(n){return n&&(n.base||1===n.nodeType&&n)||null}var pn=function(n,t){return n(t)},mn=function(n,t){return n(t)},yn=preact__WEBPACK_IMPORTED_MODULE_0__.Fragment;function _n(n){n()}function bn(n){return n}function Sn(){return[!1,_n]}var gn=preact_hooks__WEBPACK_IMPORTED_MODULE_1__.useLayoutEffect,Cn=an;function En(n,t){var e=t(),r=(0,preact_hooks__WEBPACK_IMPORTED_MODULE_1__.useState)({h:{__:e,v:t}}),u=r[0].h,o=r[1];return (0,preact_hooks__WEBPACK_IMPORTED_MODULE_1__.useLayoutEffect)(function(){u.__=e,u.v=t,E(u.__,t())||o({h:u})},[n,e,t]),(0,preact_hooks__WEBPACK_IMPORTED_MODULE_1__.useEffect)(function(){return E(u.__,u.v())||o({h:u}),n(function(){E(u.__,u.v())||o({h:u})})},[n]),e}var wn={useState:preact_hooks__WEBPACK_IMPORTED_MODULE_1__.useState,useId:preact_hooks__WEBPACK_IMPORTED_MODULE_1__.useId,useReducer:preact_hooks__WEBPACK_IMPORTED_MODULE_1__.useReducer,useEffect:preact_hooks__WEBPACK_IMPORTED_MODULE_1__.useEffect,useLayoutEffect:preact_hooks__WEBPACK_IMPORTED_MODULE_1__.useLayoutEffect,useInsertionEffect:gn,useTransition:Sn,useDeferredValue:bn,useSyncExternalStore:En,startTransition:_n,useRef:preact_hooks__WEBPACK_IMPORTED_MODULE_1__.useRef,useImperativeHandle:preact_hooks__WEBPACK_IMPORTED_MODULE_1__.useImperativeHandle,useMemo:preact_hooks__WEBPACK_IMPORTED_MODULE_1__.useMemo,useCallback:preact_hooks__WEBPACK_IMPORTED_MODULE_1__.useCallback,useContext:preact_hooks__WEBPACK_IMPORTED_MODULE_1__.useContext,useDebugValue:preact_hooks__WEBPACK_IMPORTED_MODULE_1__.useDebugValue,version:"17.0.2",Children:O,render:G,hydrate:J,unmountComponentAtNode:vn,createPortal:z,createElement:preact__WEBPACK_IMPORTED_MODULE_0__.createElement,createContext:preact__WEBPACK_IMPORTED_MODULE_0__.createContext,createFactory:fn,cloneElement:hn,createRef:preact__WEBPACK_IMPORTED_MODULE_0__.createRef,Fragment:preact__WEBPACK_IMPORTED_MODULE_0__.Fragment,isValidElement:an,isElement:Cn,isFragment:sn,findDOMNode:dn,Component:preact__WEBPACK_IMPORTED_MODULE_0__.Component,PureComponent:w,memo:x,forwardRef:k,flushSync:mn,unstable_batchedUpdates:pn,StrictMode:yn,Suspense:U,SuspenseList:V,lazy:M,__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED:ln};
1791
+ function g(n,t){for(var e in t)n[e]=t[e];return n}function C(n,t){for(var e in n)if("__source"!==e&&!(e in t))return!0;for(var r in t)if("__source"!==r&&n[r]!==t[r])return!0;return!1}function E(n,t){return n===t&&(0!==n||1/n==1/t)||n!=n&&t!=t}function w(n){this.props=n}function x(n,e){function r(n){var t=this.props.ref,r=t==n.ref;return!r&&t&&(t.call?t(null):t.current=null),e?!e(this.props,n)||!r:C(this.props,n)}function u(e){return this.shouldComponentUpdate=r,(0,preact__WEBPACK_IMPORTED_MODULE_0__.createElement)(n,e)}return u.displayName="Memo("+(n.displayName||n.name)+")",u.prototype.isReactComponent=!0,u.__f=!0,u}(w.prototype=new preact__WEBPACK_IMPORTED_MODULE_0__.Component).isPureReactComponent=!0,w.prototype.shouldComponentUpdate=function(n,t){return C(this.props,n)||C(this.state,t)};var R=preact__WEBPACK_IMPORTED_MODULE_0__.options.__b;preact__WEBPACK_IMPORTED_MODULE_0__.options.__b=function(n){n.type&&n.type.__f&&n.ref&&(n.props.ref=n.ref,n.ref=null),R&&R(n)};var N="undefined"!=typeof Symbol&&Symbol.for&&Symbol.for("react.forward_ref")||3911;function k(n){function t(t){var e=g({},t);return delete e.ref,n(e,t.ref||null)}return t.$$typeof=N,t.render=t,t.prototype.isReactComponent=t.__f=!0,t.displayName="ForwardRef("+(n.displayName||n.name)+")",t}var A=function(n,t){return null==n?null:(0,preact__WEBPACK_IMPORTED_MODULE_0__.toChildArray)((0,preact__WEBPACK_IMPORTED_MODULE_0__.toChildArray)(n).map(t))},O={map:A,forEach:A,count:function(n){return n?(0,preact__WEBPACK_IMPORTED_MODULE_0__.toChildArray)(n).length:0},only:function(n){var t=(0,preact__WEBPACK_IMPORTED_MODULE_0__.toChildArray)(n);if(1!==t.length)throw"Children.only";return t[0]},toArray:preact__WEBPACK_IMPORTED_MODULE_0__.toChildArray},T=preact__WEBPACK_IMPORTED_MODULE_0__.options.__e;preact__WEBPACK_IMPORTED_MODULE_0__.options.__e=function(n,t,e,r){if(n.then)for(var u,o=t;o=o.__;)if((u=o.__c)&&u.__c)return null==t.__e&&(t.__e=e.__e,t.__k=e.__k),u.__c(n,t);T(n,t,e,r)};var I=preact__WEBPACK_IMPORTED_MODULE_0__.options.unmount;function L(n,t,e){return n&&(n.__c&&n.__c.__H&&(n.__c.__H.__.forEach(function(n){"function"==typeof n.__c&&n.__c()}),n.__c.__H=null),null!=(n=g({},n)).__c&&(n.__c.__P===e&&(n.__c.__P=t),n.__c=null),n.__k=n.__k&&n.__k.map(function(n){return L(n,t,e)})),n}function U(n,t,e){return n&&(n.__v=null,n.__k=n.__k&&n.__k.map(function(n){return U(n,t,e)}),n.__c&&n.__c.__P===t&&(n.__e&&e.insertBefore(n.__e,n.__d),n.__c.__e=!0,n.__c.__P=e)),n}function D(){this.__u=0,this.t=null,this.__b=null}function F(n){var t=n.__.__c;return t&&t.__a&&t.__a(n)}function M(n){var e,r,u;function o(o){if(e||(e=n()).then(function(n){r=n.default||n},function(n){u=n}),u)throw u;if(!r)throw e;return (0,preact__WEBPACK_IMPORTED_MODULE_0__.createElement)(r,o)}return o.displayName="Lazy",o.__f=!0,o}function V(){this.u=null,this.o=null}preact__WEBPACK_IMPORTED_MODULE_0__.options.unmount=function(n){var t=n.__c;t&&t.__R&&t.__R(),t&&!0===n.__h&&(n.type=null),I&&I(n)},(D.prototype=new preact__WEBPACK_IMPORTED_MODULE_0__.Component).__c=function(n,t){var e=t.__c,r=this;null==r.t&&(r.t=[]),r.t.push(e);var u=F(r.__v),o=!1,i=function(){o||(o=!0,e.__R=null,u?u(l):l())};e.__R=i;var l=function(){if(!--r.__u){if(r.state.__a){var n=r.state.__a;r.__v.__k[0]=U(n,n.__c.__P,n.__c.__O)}var t;for(r.setState({__a:r.__b=null});t=r.t.pop();)t.forceUpdate()}},c=!0===t.__h;r.__u++||c||r.setState({__a:r.__b=r.__v.__k[0]}),n.then(i,i)},D.prototype.componentWillUnmount=function(){this.t=[]},D.prototype.render=function(n,e){if(this.__b){if(this.__v.__k){var r=document.createElement("div"),o=this.__v.__k[0].__c;this.__v.__k[0]=L(this.__b,r,o.__O=o.__P)}this.__b=null}var i=e.__a&&(0,preact__WEBPACK_IMPORTED_MODULE_0__.createElement)(preact__WEBPACK_IMPORTED_MODULE_0__.Fragment,null,n.fallback);return i&&(i.__h=null),[(0,preact__WEBPACK_IMPORTED_MODULE_0__.createElement)(preact__WEBPACK_IMPORTED_MODULE_0__.Fragment,null,e.__a?null:n.children),i]};var W=function(n,t,e){if(++e[1]===e[0]&&n.o.delete(t),n.props.revealOrder&&("t"!==n.props.revealOrder[0]||!n.o.size))for(e=n.u;e;){for(;e.length>3;)e.pop()();if(e[1]<e[0])break;n.u=e=e[2]}};function P(n){return this.getChildContext=function(){return n.context},n.children}function j(n){var e=this,r=n.i;e.componentWillUnmount=function(){(0,preact__WEBPACK_IMPORTED_MODULE_0__.render)(null,e.l),e.l=null,e.i=null},e.i&&e.i!==r&&e.componentWillUnmount(),n.__v?(e.l||(e.i=r,e.l={nodeType:1,parentNode:r,childNodes:[],appendChild:function(n){this.childNodes.push(n),e.i.appendChild(n)},insertBefore:function(n,t){this.childNodes.push(n),e.i.appendChild(n)},removeChild:function(n){this.childNodes.splice(this.childNodes.indexOf(n)>>>1,1),e.i.removeChild(n)}}),(0,preact__WEBPACK_IMPORTED_MODULE_0__.render)((0,preact__WEBPACK_IMPORTED_MODULE_0__.createElement)(P,{context:e.context},n.__v),e.l)):e.l&&e.componentWillUnmount()}function z(n,e){var r=(0,preact__WEBPACK_IMPORTED_MODULE_0__.createElement)(j,{__v:n,i:e});return r.containerInfo=e,r}(V.prototype=new preact__WEBPACK_IMPORTED_MODULE_0__.Component).__a=function(n){var t=this,e=F(t.__v),r=t.o.get(n);return r[0]++,function(u){var o=function(){t.props.revealOrder?(r.push(u),W(t,n,r)):u()};e?e(o):o()}},V.prototype.render=function(n){this.u=null,this.o=new Map;var t=(0,preact__WEBPACK_IMPORTED_MODULE_0__.toChildArray)(n.children);n.revealOrder&&"b"===n.revealOrder[0]&&t.reverse();for(var e=t.length;e--;)this.o.set(t[e],this.u=[1,0,this.u]);return n.children},V.prototype.componentDidUpdate=V.prototype.componentDidMount=function(){var n=this;this.o.forEach(function(t,e){W(n,e,t)})};var B="undefined"!=typeof Symbol&&Symbol.for&&Symbol.for("react.element")||60103,H=/^(?:accent|alignment|arabic|baseline|cap|clip(?!PathU)|color|dominant|fill|flood|font|glyph(?!R)|horiz|image(!S)|letter|lighting|marker(?!H|W|U)|overline|paint|pointer|shape|stop|strikethrough|stroke|text(?!L)|transform|underline|unicode|units|v|vector|vert|word|writing|x(?!C))[A-Z]/,Z=/^on(Ani|Tra|Tou|BeforeInp|Compo)/,Y=/[A-Z0-9]/g,$="undefined"!=typeof document,q=function(n){return("undefined"!=typeof Symbol&&"symbol"==typeof Symbol()?/fil|che|rad/:/fil|che|ra/).test(n)};function G(n,t,e){return null==t.__k&&(t.textContent=""),(0,preact__WEBPACK_IMPORTED_MODULE_0__.render)(n,t),"function"==typeof e&&e(),n?n.__c:null}function J(n,t,e){return (0,preact__WEBPACK_IMPORTED_MODULE_0__.hydrate)(n,t),"function"==typeof e&&e(),n?n.__c:null}preact__WEBPACK_IMPORTED_MODULE_0__.Component.prototype.isReactComponent={},["componentWillMount","componentWillReceiveProps","componentWillUpdate"].forEach(function(t){Object.defineProperty(preact__WEBPACK_IMPORTED_MODULE_0__.Component.prototype,t,{configurable:!0,get:function(){return this["UNSAFE_"+t]},set:function(n){Object.defineProperty(this,t,{configurable:!0,writable:!0,value:n})}})});var K=preact__WEBPACK_IMPORTED_MODULE_0__.options.event;function Q(){}function X(){return this.cancelBubble}function nn(){return this.defaultPrevented}preact__WEBPACK_IMPORTED_MODULE_0__.options.event=function(n){return K&&(n=K(n)),n.persist=Q,n.isPropagationStopped=X,n.isDefaultPrevented=nn,n.nativeEvent=n};var tn,en={enumerable:!1,configurable:!0,get:function(){return this.class}},rn=preact__WEBPACK_IMPORTED_MODULE_0__.options.vnode;preact__WEBPACK_IMPORTED_MODULE_0__.options.vnode=function(n){"string"==typeof n.type&&function(n){var t=n.props,e=n.type,u={};for(var o in t){var i=t[o];if(!("value"===o&&"defaultValue"in t&&null==i||$&&"children"===o&&"noscript"===e||"class"===o||"className"===o)){var l=o.toLowerCase();"defaultValue"===o&&"value"in t&&null==t.value?o="value":"download"===o&&!0===i?i="":"ondoubleclick"===l?o="ondblclick":"onchange"!==l||"input"!==e&&"textarea"!==e||q(t.type)?"onfocus"===l?o="onfocusin":"onblur"===l?o="onfocusout":Z.test(o)?o=l:-1===e.indexOf("-")&&H.test(o)?o=o.replace(Y,"-$&").toLowerCase():null===i&&(i=void 0):l=o="oninput","oninput"===l&&u[o=l]&&(o="oninputCapture"),u[o]=i}}"select"==e&&u.multiple&&Array.isArray(u.value)&&(u.value=(0,preact__WEBPACK_IMPORTED_MODULE_0__.toChildArray)(t.children).forEach(function(n){n.props.selected=-1!=u.value.indexOf(n.props.value)})),"select"==e&&null!=u.defaultValue&&(u.value=(0,preact__WEBPACK_IMPORTED_MODULE_0__.toChildArray)(t.children).forEach(function(n){n.props.selected=u.multiple?-1!=u.defaultValue.indexOf(n.props.value):u.defaultValue==n.props.value})),t.class&&!t.className?(u.class=t.class,Object.defineProperty(u,"className",en)):(t.className&&!t.class||t.class&&t.className)&&(u.class=u.className=t.className),n.props=u}(n),n.$$typeof=B,rn&&rn(n)};var un=preact__WEBPACK_IMPORTED_MODULE_0__.options.__r;preact__WEBPACK_IMPORTED_MODULE_0__.options.__r=function(n){un&&un(n),tn=n.__c};var on=preact__WEBPACK_IMPORTED_MODULE_0__.options.diffed;preact__WEBPACK_IMPORTED_MODULE_0__.options.diffed=function(n){on&&on(n);var t=n.props,e=n.__e;null!=e&&"textarea"===n.type&&"value"in t&&t.value!==e.value&&(e.value=null==t.value?"":t.value),tn=null};var ln={ReactCurrentDispatcher:{current:{readContext:function(n){return tn.__n[n.__c].props.value}}}},cn="17.0.2";function fn(n){return preact__WEBPACK_IMPORTED_MODULE_0__.createElement.bind(null,n)}function an(n){return!!n&&n.$$typeof===B}function sn(n){return an(n)?preact__WEBPACK_IMPORTED_MODULE_0__.cloneElement.apply(null,arguments):n}function hn(n){return!!n.__k&&((0,preact__WEBPACK_IMPORTED_MODULE_0__.render)(null,n),!0)}function vn(n){return n&&(n.base||1===n.nodeType&&n)||null}var dn=function(n,t){return n(t)},pn=function(n,t){return n(t)},mn=preact__WEBPACK_IMPORTED_MODULE_0__.Fragment;function yn(n){n()}function _n(n){return n}function bn(){return[!1,yn]}var Sn=preact_hooks__WEBPACK_IMPORTED_MODULE_1__.useLayoutEffect;function gn(n,t){var e=t(),r=(0,preact_hooks__WEBPACK_IMPORTED_MODULE_1__.useState)({h:{__:e,v:t}}),u=r[0].h,o=r[1];return (0,preact_hooks__WEBPACK_IMPORTED_MODULE_1__.useLayoutEffect)(function(){u.__=e,u.v=t,E(u.__,t())||o({h:u})},[n,e,t]),(0,preact_hooks__WEBPACK_IMPORTED_MODULE_1__.useEffect)(function(){return E(u.__,u.v())||o({h:u}),n(function(){E(u.__,u.v())||o({h:u})})},[n]),e}var Cn={useState:preact_hooks__WEBPACK_IMPORTED_MODULE_1__.useState,useId:preact_hooks__WEBPACK_IMPORTED_MODULE_1__.useId,useReducer:preact_hooks__WEBPACK_IMPORTED_MODULE_1__.useReducer,useEffect:preact_hooks__WEBPACK_IMPORTED_MODULE_1__.useEffect,useLayoutEffect:preact_hooks__WEBPACK_IMPORTED_MODULE_1__.useLayoutEffect,useInsertionEffect:Sn,useTransition:bn,useDeferredValue:_n,useSyncExternalStore:gn,startTransition:yn,useRef:preact_hooks__WEBPACK_IMPORTED_MODULE_1__.useRef,useImperativeHandle:preact_hooks__WEBPACK_IMPORTED_MODULE_1__.useImperativeHandle,useMemo:preact_hooks__WEBPACK_IMPORTED_MODULE_1__.useMemo,useCallback:preact_hooks__WEBPACK_IMPORTED_MODULE_1__.useCallback,useContext:preact_hooks__WEBPACK_IMPORTED_MODULE_1__.useContext,useDebugValue:preact_hooks__WEBPACK_IMPORTED_MODULE_1__.useDebugValue,version:"17.0.2",Children:O,render:G,hydrate:J,unmountComponentAtNode:hn,createPortal:z,createElement:preact__WEBPACK_IMPORTED_MODULE_0__.createElement,createContext:preact__WEBPACK_IMPORTED_MODULE_0__.createContext,createFactory:fn,cloneElement:sn,createRef:preact__WEBPACK_IMPORTED_MODULE_0__.createRef,Fragment:preact__WEBPACK_IMPORTED_MODULE_0__.Fragment,isValidElement:an,findDOMNode:vn,Component:preact__WEBPACK_IMPORTED_MODULE_0__.Component,PureComponent:w,memo:x,forwardRef:k,flushSync:pn,unstable_batchedUpdates:dn,StrictMode:mn,Suspense:D,SuspenseList:V,lazy:M,__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED:ln};
1938
1792
  //# sourceMappingURL=compat.module.js.map
1939
1793
 
1940
1794
 
@@ -2987,15 +2841,6 @@ var Ajax = class {
2987
2841
  };
2988
2842
 
2989
2843
  // js/phoenix/longpoll.js
2990
- var arrayBufferToBase64 = (buffer) => {
2991
- let binary = "";
2992
- let bytes = new Uint8Array(buffer);
2993
- let len = bytes.byteLength;
2994
- for (let i = 0; i < len; i++) {
2995
- binary += String.fromCharCode(bytes[i]);
2996
- }
2997
- return btoa(binary);
2998
- };
2999
2844
  var LongPoll = class {
3000
2845
  constructor(endPoint) {
3001
2846
  this.endPoint = null;
@@ -3073,9 +2918,6 @@ var LongPoll = class {
3073
2918
  });
3074
2919
  }
3075
2920
  send(body) {
3076
- if (typeof body !== "string") {
3077
- body = arrayBufferToBase64(body);
3078
- }
3079
2921
  if (this.currentBatch) {
3080
2922
  this.currentBatch.push(body);
3081
2923
  } else if (this.awaitingBatchAck) {
@@ -4435,7 +4277,7 @@ _API_ready = new WeakMap(), _API_externalId = new WeakMap(), _API_conversationAu
4435
4277
  return {
4436
4278
  clientName: "@seamly/web-ui",
4437
4279
  clientVariant: api_classPrivateFieldGet(this, _API_layoutMode, "f"),
4438
- clientVersion: "22.3.0-beta.3",
4280
+ clientVersion: "22.3.1",
4439
4281
  currentUrl: window.location.toString(),
4440
4282
  screenResolution: `${window.screen.width}x${window.screen.height}`,
4441
4283
  timezone: getTimeZone(),
@@ -4471,41 +4313,42 @@ const setBatch = newBatch => batch = newBatch; // Supply a getter just to skip d
4471
4313
  const getBatch = () => batch;
4472
4314
  ;// CONCATENATED MODULE: ./node_modules/react-redux/es/components/Context.js
4473
4315
 
4474
- const ContextKey = Symbol.for(`react-redux-context`);
4475
- const gT = typeof globalThis !== "undefined" ? globalThis :
4476
- /* fall back to a per-module scope (pre-8.1 behaviour) if `globalThis` is not available */
4477
- {};
4316
+ const ContextKey = Symbol.for(`react-redux-context-${compat_module.version}`);
4317
+ const gT = globalThis;
4478
4318
 
4479
4319
  function getContext() {
4480
- var _gT$ContextKey;
4481
-
4482
- if (!compat_module.createContext) return {};
4483
- const contextMap = (_gT$ContextKey = gT[ContextKey]) != null ? _gT$ContextKey : gT[ContextKey] = new Map();
4484
- let realContext = contextMap.get(compat_module.createContext);
4320
+ let realContext = gT[ContextKey];
4485
4321
 
4486
4322
  if (!realContext) {
4487
- realContext = compat_module.createContext(null);
4323
+ realContext = (0,compat_module.createContext)(null);
4488
4324
 
4489
4325
  if (false) {}
4490
4326
 
4491
- contextMap.set(compat_module.createContext, realContext);
4327
+ gT[ContextKey] = realContext;
4492
4328
  }
4493
4329
 
4494
4330
  return realContext;
4495
4331
  }
4496
4332
 
4497
- const Context_ReactReduxContext = /*#__PURE__*/getContext();
4333
+ const Context_ReactReduxContext = /*#__PURE__*/new Proxy({}, /*#__PURE__*/new Proxy({}, {
4334
+ get(_, handler) {
4335
+ const target = getContext(); // @ts-ignore
4336
+
4337
+ return (_target, ...args) => Reflect[handler](target, ...args);
4338
+ }
4339
+
4340
+ }));
4498
4341
  /* harmony default export */ const Context = ((/* unused pure expression or super */ null && (Context_ReactReduxContext)));
4499
4342
  ;// CONCATENATED MODULE: ./node_modules/react-redux/es/hooks/useReduxContext.js
4500
4343
 
4501
4344
 
4502
4345
 
4503
- /**
4504
- * Hook factory, which creates a `useReduxContext` hook bound to a given context. This is a low-level
4505
- * hook that you should usually not need to call directly.
4506
- *
4507
- * @param {React.Context} [context=ReactReduxContext] Context passed to your `<Provider>`.
4508
- * @returns {Function} A `useReduxContext` hook bound to the specified context.
4346
+ /**
4347
+ * Hook factory, which creates a `useReduxContext` hook bound to a given context. This is a low-level
4348
+ * hook that you should usually not need to call directly.
4349
+ *
4350
+ * @param {React.Context} [context=ReactReduxContext] Context passed to your `<Provider>`.
4351
+ * @returns {Function} A `useReduxContext` hook bound to the specified context.
4509
4352
  */
4510
4353
  function createReduxContextHook(context = Context_ReactReduxContext) {
4511
4354
  return function useReduxContext() {
@@ -4516,21 +4359,21 @@ function createReduxContextHook(context = Context_ReactReduxContext) {
4516
4359
  return contextValue;
4517
4360
  };
4518
4361
  }
4519
- /**
4520
- * A hook to access the value of the `ReactReduxContext`. This is a low-level
4521
- * hook that you should usually not need to call directly.
4522
- *
4523
- * @returns {any} the value of the `ReactReduxContext`
4524
- *
4525
- * @example
4526
- *
4527
- * import React from 'react'
4528
- * import { useReduxContext } from 'react-redux'
4529
- *
4530
- * export const CounterComponent = () => {
4531
- * const { store } = useReduxContext()
4532
- * return <div>{store.getState()}</div>
4533
- * }
4362
+ /**
4363
+ * A hook to access the value of the `ReactReduxContext`. This is a low-level
4364
+ * hook that you should usually not need to call directly.
4365
+ *
4366
+ * @returns {any} the value of the `ReactReduxContext`
4367
+ *
4368
+ * @example
4369
+ *
4370
+ * import React from 'react'
4371
+ * import { useReduxContext } from 'react-redux'
4372
+ *
4373
+ * export const CounterComponent = () => {
4374
+ * const { store } = useReduxContext()
4375
+ * return <div>{store.getState()}</div>
4376
+ * }
4534
4377
  */
4535
4378
 
4536
4379
  const useReduxContext_useReduxContext = /*#__PURE__*/createReduxContextHook();
@@ -4549,11 +4392,11 @@ const initializeUseSelector = fn => {
4549
4392
  };
4550
4393
 
4551
4394
  const refEquality = (a, b) => a === b;
4552
- /**
4553
- * Hook factory, which creates a `useSelector` hook bound to a given context.
4554
- *
4555
- * @param {React.Context} [context=ReactReduxContext] Context passed to your `<Provider>`.
4556
- * @returns {Function} A `useSelector` hook bound to the specified context.
4395
+ /**
4396
+ * Hook factory, which creates a `useSelector` hook bound to a given context.
4397
+ *
4398
+ * @param {React.Context} [context=ReactReduxContext] Context passed to your `<Provider>`.
4399
+ * @returns {Function} A `useSelector` hook bound to the specified context.
4557
4400
  */
4558
4401
 
4559
4402
 
@@ -4593,28 +4436,28 @@ function createSelectorHook(context = Context_ReactReduxContext) {
4593
4436
  return selectedState;
4594
4437
  };
4595
4438
  }
4596
- /**
4597
- * A hook to access the redux store's state. This hook takes a selector function
4598
- * as an argument. The selector is called with the store state.
4599
- *
4600
- * This hook takes an optional equality comparison function as the second parameter
4601
- * that allows you to customize the way the selected state is compared to determine
4602
- * whether the component needs to be re-rendered.
4603
- *
4604
- * @param {Function} selector the selector function
4605
- * @param {Function=} equalityFn the function that will be used to determine equality
4606
- *
4607
- * @returns {any} the selected state
4608
- *
4609
- * @example
4610
- *
4611
- * import React from 'react'
4612
- * import { useSelector } from 'react-redux'
4613
- *
4614
- * export const CounterComponent = () => {
4615
- * const counter = useSelector(state => state.counter)
4616
- * return <div>{counter}</div>
4617
- * }
4439
+ /**
4440
+ * A hook to access the redux store's state. This hook takes a selector function
4441
+ * as an argument. The selector is called with the store state.
4442
+ *
4443
+ * This hook takes an optional equality comparison function as the second parameter
4444
+ * that allows you to customize the way the selected state is compared to determine
4445
+ * whether the component needs to be re-rendered.
4446
+ *
4447
+ * @param {Function} selector the selector function
4448
+ * @param {Function=} equalityFn the function that will be used to determine equality
4449
+ *
4450
+ * @returns {any} the selected state
4451
+ *
4452
+ * @example
4453
+ *
4454
+ * import React from 'react'
4455
+ * import { useSelector } from 'react-redux'
4456
+ *
4457
+ * export const CounterComponent = () => {
4458
+ * const counter = useSelector(state => state.counter)
4459
+ * return <div>{counter}</div>
4460
+ * }
4618
4461
  */
4619
4462
 
4620
4463
  const useSelector_useSelector = /*#__PURE__*/createSelectorHook();
@@ -4904,31 +4747,31 @@ const initStateUpdates = () => EMPTY_ARRAY;
4904
4747
  function strictEqual(a, b) {
4905
4748
  return a === b;
4906
4749
  }
4907
- /**
4908
- * Infers the type of props that a connector will inject into a component.
4750
+ /**
4751
+ * Infers the type of props that a connector will inject into a component.
4909
4752
  */
4910
4753
 
4911
4754
 
4912
4755
  let hasWarnedAboutDeprecatedPureOption = false;
4913
- /**
4914
- * Connects a React component to a Redux store.
4915
- *
4916
- * - Without arguments, just wraps the component, without changing the behavior / props
4917
- *
4918
- * - If 2 params are passed (3rd param, mergeProps, is skipped), default behavior
4919
- * is to override ownProps (as stated in the docs), so what remains is everything that's
4920
- * not a state or dispatch prop
4921
- *
4922
- * - When 3rd param is passed, we don't know if ownProps propagate and whether they
4923
- * should be valid component props, because it depends on mergeProps implementation.
4924
- * As such, it is the user's responsibility to extend ownProps interface from state or
4925
- * dispatch props or both when applicable
4926
- *
4927
- * @param mapStateToProps A function that extracts values from state
4928
- * @param mapDispatchToProps Setup for dispatching actions
4929
- * @param mergeProps Optional callback to merge state and dispatch props together
4930
- * @param options Options for configuring the connection
4931
- *
4756
+ /**
4757
+ * Connects a React component to a Redux store.
4758
+ *
4759
+ * - Without arguments, just wraps the component, without changing the behavior / props
4760
+ *
4761
+ * - If 2 params are passed (3rd param, mergeProps, is skipped), default behavior
4762
+ * is to override ownProps (as stated in the docs), so what remains is everything that's
4763
+ * not a state or dispatch prop
4764
+ *
4765
+ * - When 3rd param is passed, we don't know if ownProps propagate and whether they
4766
+ * should be valid component props, because it depends on mergeProps implementation.
4767
+ * As such, it is the user's responsibility to extend ownProps interface from state or
4768
+ * dispatch props or both when applicable
4769
+ *
4770
+ * @param mapStateToProps A function that extracts values from state
4771
+ * @param mapDispatchToProps Setup for dispatching actions
4772
+ * @param mergeProps Optional callback to merge state and dispatch props together
4773
+ * @param options Options for configuring the connection
4774
+ *
4932
4775
  */
4933
4776
 
4934
4777
  function connect(mapStateToProps, mapDispatchToProps, mergeProps, {
@@ -4974,7 +4817,7 @@ function connect(mapStateToProps, mapDispatchToProps, mergeProps, {
4974
4817
  };
4975
4818
 
4976
4819
  function ConnectFunction(props) {
4977
- const [propsContext, reactReduxForwardedRef, wrapperProps] = React.useMemo(() => {
4820
+ const [propsContext, reactReduxForwardedRef, wrapperProps] = useMemo(() => {
4978
4821
  // Distinguish between actual "data" props that were passed to the wrapper component,
4979
4822
  // and values needed to control behavior (forwarded refs, alternate context instances).
4980
4823
  // To maintain the wrapperProps object reference, memoize this destructuring.
@@ -4985,14 +4828,14 @@ function connect(mapStateToProps, mapDispatchToProps, mergeProps, {
4985
4828
 
4986
4829
  return [props.context, reactReduxForwardedRef, wrapperProps];
4987
4830
  }, [props]);
4988
- const ContextToUse = React.useMemo(() => {
4831
+ const ContextToUse = useMemo(() => {
4989
4832
  // Users may optionally pass in a custom context instance to use instead of our ReactReduxContext.
4990
4833
  // Memoize the check that determines which context instance we should use.
4991
4834
  return propsContext && propsContext.Consumer && // @ts-ignore
4992
4835
  isContextConsumer( /*#__PURE__*/React.createElement(propsContext.Consumer, null)) ? propsContext : Context;
4993
4836
  }, [propsContext, Context]); // Retrieve the store and ancestor subscription via context, if available
4994
4837
 
4995
- const contextValue = React.useContext(ContextToUse); // The store _must_ exist as either a prop or in context.
4838
+ const contextValue = useContext(ContextToUse); // The store _must_ exist as either a prop or in context.
4996
4839
  // We'll check to see if it _looks_ like a Redux store first.
4997
4840
  // This allows us to pass through a `store` prop that is just a plain value.
4998
4841
 
@@ -5004,12 +4847,12 @@ function connect(mapStateToProps, mapDispatchToProps, mergeProps, {
5004
4847
 
5005
4848
  const store = didStoreComeFromProps ? props.store : contextValue.store;
5006
4849
  const getServerState = didStoreComeFromContext ? contextValue.getServerState : store.getState;
5007
- const childPropsSelector = React.useMemo(() => {
4850
+ const childPropsSelector = useMemo(() => {
5008
4851
  // The child props selector needs the store reference as an input.
5009
4852
  // Re-create this selector whenever the store changes.
5010
4853
  return defaultSelectorFactory(store.dispatch, selectorFactoryOptions);
5011
4854
  }, [store]);
5012
- const [subscription, notifyNestedSubs] = React.useMemo(() => {
4855
+ const [subscription, notifyNestedSubs] = useMemo(() => {
5013
4856
  if (!shouldHandleStateChanges) return NO_SUBSCRIPTION_ARRAY; // This Subscription's source should match where store came from: props vs. context. A component
5014
4857
  // connected to the store via props shouldn't use subscription from context, or vice versa.
5015
4858
 
@@ -5023,7 +4866,7 @@ function connect(mapStateToProps, mapDispatchToProps, mergeProps, {
5023
4866
  }, [store, didStoreComeFromProps, contextValue]); // Determine what {store, subscription} value should be put into nested context, if necessary,
5024
4867
  // and memoize that value to avoid unnecessary context updates.
5025
4868
 
5026
- const overriddenContextValue = React.useMemo(() => {
4869
+ const overriddenContextValue = useMemo(() => {
5027
4870
  if (didStoreComeFromProps) {
5028
4871
  // This component is directly subscribed to a store from props.
5029
4872
  // We don't want descendants reading from this store - pass down whatever
@@ -5038,20 +4881,20 @@ function connect(mapStateToProps, mapDispatchToProps, mergeProps, {
5038
4881
  });
5039
4882
  }, [didStoreComeFromProps, contextValue, subscription]); // Set up refs to coordinate values between the subscription effect and the render logic
5040
4883
 
5041
- const lastChildProps = React.useRef();
5042
- const lastWrapperProps = React.useRef(wrapperProps);
5043
- const childPropsFromStoreUpdate = React.useRef();
5044
- const renderIsScheduled = React.useRef(false);
5045
- const isProcessingDispatch = React.useRef(false);
5046
- const isMounted = React.useRef(false);
5047
- const latestSubscriptionCallbackError = React.useRef();
4884
+ const lastChildProps = useRef();
4885
+ const lastWrapperProps = useRef(wrapperProps);
4886
+ const childPropsFromStoreUpdate = useRef();
4887
+ const renderIsScheduled = useRef(false);
4888
+ const isProcessingDispatch = useRef(false);
4889
+ const isMounted = useRef(false);
4890
+ const latestSubscriptionCallbackError = useRef();
5048
4891
  useIsomorphicLayoutEffect(() => {
5049
4892
  isMounted.current = true;
5050
4893
  return () => {
5051
4894
  isMounted.current = false;
5052
4895
  };
5053
4896
  }, []);
5054
- const actualChildPropsSelector = React.useMemo(() => {
4897
+ const actualChildPropsSelector = useMemo(() => {
5055
4898
  const selector = () => {
5056
4899
  // Tricky logic here:
5057
4900
  // - This render may have been triggered by a Redux store update that produced new child props
@@ -5075,7 +4918,7 @@ function connect(mapStateToProps, mapDispatchToProps, mergeProps, {
5075
4918
  // about useLayoutEffect in SSR, so we try to detect environment and fall back to
5076
4919
  // just useEffect instead to avoid the warning, since neither will run anyway.
5077
4920
 
5078
- const subscribeForReact = React.useMemo(() => {
4921
+ const subscribeForReact = useMemo(() => {
5079
4922
  const subscribe = reactListener => {
5080
4923
  if (!subscription) {
5081
4924
  return () => {};
@@ -5111,7 +4954,7 @@ function connect(mapStateToProps, mapDispatchToProps, mergeProps, {
5111
4954
  }); // Now that all that's done, we can finally try to actually render the child component.
5112
4955
  // We memoize the elements for the rendered child component as an optimization.
5113
4956
 
5114
- const renderedWrappedComponent = React.useMemo(() => {
4957
+ const renderedWrappedComponent = useMemo(() => {
5115
4958
  return (
5116
4959
  /*#__PURE__*/
5117
4960
  // @ts-ignore
@@ -5122,7 +4965,7 @@ function connect(mapStateToProps, mapDispatchToProps, mergeProps, {
5122
4965
  }, [reactReduxForwardedRef, WrappedComponent, actualChildProps]); // If React sees the exact same element reference as last time, it bails out of re-rendering
5123
4966
  // that child, same as if it was wrapped in React.memo() or returned false from shouldComponentUpdate.
5124
4967
 
5125
- const renderedChild = React.useMemo(() => {
4968
+ const renderedChild = useMemo(() => {
5126
4969
  if (shouldHandleStateChanges) {
5127
4970
  // If this component is subscribed to store updates, we need to pass its own
5128
4971
  // subscription instance down to our descendants. That means rendering the same
@@ -5179,7 +5022,7 @@ function Provider({
5179
5022
  stabilityCheck = 'once',
5180
5023
  noopCheck = 'once'
5181
5024
  }) {
5182
- const contextValue = compat_module.useMemo(() => {
5025
+ const contextValue = (0,compat_module.useMemo)(() => {
5183
5026
  const subscription = Subscription_createSubscription(store);
5184
5027
  return {
5185
5028
  store,
@@ -5189,7 +5032,7 @@ function Provider({
5189
5032
  noopCheck
5190
5033
  };
5191
5034
  }, [store, serverState, stabilityCheck, noopCheck]);
5192
- const previousState = compat_module.useMemo(() => store.getState(), [store]);
5035
+ const previousState = (0,compat_module.useMemo)(() => store.getState(), [store]);
5193
5036
  useIsomorphicLayoutEffect_useIsomorphicLayoutEffect(() => {
5194
5037
  const {
5195
5038
  subscription
@@ -5208,7 +5051,7 @@ function Provider({
5208
5051
  }, [contextValue, previousState]);
5209
5052
  const Context = context || Context_ReactReduxContext; // @ts-ignore 'AnyAction' is assignable to the constraint of type 'A', but 'A' could be instantiated with a different subtype
5210
5053
 
5211
- return /*#__PURE__*/compat_module.createElement(Context.Provider, {
5054
+ return /*#__PURE__*/compat_module["default"].createElement(Context.Provider, {
5212
5055
  value: contextValue
5213
5056
  }, children);
5214
5057
  }
@@ -5217,11 +5060,11 @@ function Provider({
5217
5060
  ;// CONCATENATED MODULE: ./node_modules/react-redux/es/hooks/useStore.js
5218
5061
 
5219
5062
 
5220
- /**
5221
- * Hook factory, which creates a `useStore` hook bound to a given context.
5222
- *
5223
- * @param {React.Context} [context=ReactReduxContext] Context passed to your `<Provider>`.
5224
- * @returns {Function} A `useStore` hook bound to the specified context.
5063
+ /**
5064
+ * Hook factory, which creates a `useStore` hook bound to a given context.
5065
+ *
5066
+ * @param {React.Context} [context=ReactReduxContext] Context passed to your `<Provider>`.
5067
+ * @returns {Function} A `useStore` hook bound to the specified context.
5225
5068
  */
5226
5069
 
5227
5070
  function createStoreHook(context = Context_ReactReduxContext) {
@@ -5236,31 +5079,31 @@ function createStoreHook(context = Context_ReactReduxContext) {
5236
5079
  return store;
5237
5080
  };
5238
5081
  }
5239
- /**
5240
- * A hook to access the redux store.
5241
- *
5242
- * @returns {any} the redux store
5243
- *
5244
- * @example
5245
- *
5246
- * import React from 'react'
5247
- * import { useStore } from 'react-redux'
5248
- *
5249
- * export const ExampleComponent = () => {
5250
- * const store = useStore()
5251
- * return <div>{store.getState()}</div>
5252
- * }
5082
+ /**
5083
+ * A hook to access the redux store.
5084
+ *
5085
+ * @returns {any} the redux store
5086
+ *
5087
+ * @example
5088
+ *
5089
+ * import React from 'react'
5090
+ * import { useStore } from 'react-redux'
5091
+ *
5092
+ * export const ExampleComponent = () => {
5093
+ * const store = useStore()
5094
+ * return <div>{store.getState()}</div>
5095
+ * }
5253
5096
  */
5254
5097
 
5255
5098
  const useStore_useStore = /*#__PURE__*/createStoreHook();
5256
5099
  ;// CONCATENATED MODULE: ./node_modules/react-redux/es/hooks/useDispatch.js
5257
5100
 
5258
5101
 
5259
- /**
5260
- * Hook factory, which creates a `useDispatch` hook bound to a given context.
5261
- *
5262
- * @param {React.Context} [context=ReactReduxContext] Context passed to your `<Provider>`.
5263
- * @returns {Function} A `useDispatch` hook bound to the specified context.
5102
+ /**
5103
+ * Hook factory, which creates a `useDispatch` hook bound to a given context.
5104
+ *
5105
+ * @param {React.Context} [context=ReactReduxContext] Context passed to your `<Provider>`.
5106
+ * @returns {Function} A `useDispatch` hook bound to the specified context.
5264
5107
  */
5265
5108
 
5266
5109
  function createDispatchHook(context = Context_ReactReduxContext) {
@@ -5272,26 +5115,26 @@ function createDispatchHook(context = Context_ReactReduxContext) {
5272
5115
  return store.dispatch;
5273
5116
  };
5274
5117
  }
5275
- /**
5276
- * A hook to access the redux `dispatch` function.
5277
- *
5278
- * @returns {any|function} redux store's `dispatch` function
5279
- *
5280
- * @example
5281
- *
5282
- * import React, { useCallback } from 'react'
5283
- * import { useDispatch } from 'react-redux'
5284
- *
5285
- * export const CounterComponent = ({ value }) => {
5286
- * const dispatch = useDispatch()
5287
- * const increaseCounter = useCallback(() => dispatch({ type: 'increase-counter' }), [])
5288
- * return (
5289
- * <div>
5290
- * <span>{value}</span>
5291
- * <button onClick={increaseCounter}>Increase counter</button>
5292
- * </div>
5293
- * )
5294
- * }
5118
+ /**
5119
+ * A hook to access the redux `dispatch` function.
5120
+ *
5121
+ * @returns {any|function} redux store's `dispatch` function
5122
+ *
5123
+ * @example
5124
+ *
5125
+ * import React, { useCallback } from 'react'
5126
+ * import { useDispatch } from 'react-redux'
5127
+ *
5128
+ * export const CounterComponent = ({ value }) => {
5129
+ * const dispatch = useDispatch()
5130
+ * const increaseCounter = useCallback(() => dispatch({ type: 'increase-counter' }), [])
5131
+ * return (
5132
+ * <div>
5133
+ * <span>{value}</span>
5134
+ * <button onClick={increaseCounter}>Increase counter</button>
5135
+ * </div>
5136
+ * )
5137
+ * }
5295
5138
  */
5296
5139
 
5297
5140
  const useDispatch = /*#__PURE__*/createDispatchHook();
@@ -9736,8 +9579,8 @@ const storeSlice = createSlice({
9736
9579
  }).addCase(initializeApp.fulfilled, (state, {
9737
9580
  payload
9738
9581
  }) => {
9739
- if (!payload.initialState) return;
9740
9582
  state.isLoading = false;
9583
+ if (!payload.initialState) return;
9741
9584
  state.initialState = payload.initialState;
9742
9585
  }).addMatcher(isAnyOf(initIdleDetachCountdown, initResumeConversationPrompt), state => {
9743
9586
  state.isLastEventFromClient = false;