@koredev/agentai-web-sdk 1.1.0-rc → 1.1.2-rc

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 (30) hide show
  1. package/README.md +0 -5
  2. package/dist/components/aaWindow/aaWindow.d.ts +11 -1
  3. package/dist/components/common/constants/events.cnst.d.ts +18 -1
  4. package/dist/components/common/constants/projConsts.d.ts +56 -106
  5. package/dist/components/common/services/rootService.d.ts +48 -0
  6. package/dist/components/common/services/web-socket-service.d.ts +1 -7
  7. package/dist/components/common/templatemanager/base/eventManager.d.ts +8 -0
  8. package/dist/components/common/templatemanager/tabs/all-tabs.d.ts +1 -1
  9. package/dist/components/common/templatemanager/tabs/assist/assist.d.ts +2 -1
  10. package/dist/components/common/templatemanager/tabs/assist-suggestions/assist-suggestions.d.ts +3 -0
  11. package/dist/components/common/templatemanager/tabs/mybot/mybot.d.ts +2 -0
  12. package/dist/components/common/templatemanager/tabs/search/search.d.ts +1 -0
  13. package/dist/components/common/templatemanager/tabs/suggestion-placeholder/suggestion-placeholder.d.ts +2 -0
  14. package/dist/components/common/templatemanager/tabs/suggestions/article/article.d.ts +3 -0
  15. package/dist/components/common/templatemanager/tabs/suggestions/faq/faq.d.ts +5 -0
  16. package/dist/components/common/templatemanager/tabs/suggestions/file/file.d.ts +6 -0
  17. package/dist/components/common/templatemanager/tabs/suggestions/snippet/snippet.d.ts +2 -0
  18. package/dist/components/common/utils/interceptor.d.ts +2 -2
  19. package/dist/components/common/utils/koregenerateuuid.d.ts +2 -0
  20. package/dist/esm/agentai-web-sdk-chat.min.js +1 -1
  21. package/dist/hot/hot-update.js +423 -2464
  22. package/dist/hot/hot-update.js.map +1 -1
  23. package/dist/kore-web-sdk.esm.browser.js +3847 -2275
  24. package/dist/kore-web-sdk.esm.browser.js.map +1 -1
  25. package/dist/umd/agentai-web-sdk-umd.min.js +1 -1
  26. package/dist/umd/agentai-web-sdk-umd.min.js.map +1 -0
  27. package/dist/umd/hot/hot-update.js +1153 -0
  28. package/dist/umd/hot/hot-update.js.map +1 -0
  29. package/dist/umd/hot/hot-update.json +1 -0
  30. package/package.json +1 -1
@@ -1,1961 +1,435 @@
1
1
  self["webpackHotUpdateaa_sdk"]("esm",{
2
2
 
3
- /***/ "./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/components/aaWindow/_aaWindow.scss":
4
- /*!***********************************************************************************************************************************************************************!*\
5
- !*** ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/components/aaWindow/_aaWindow.scss ***!
6
- \***********************************************************************************************************************************************************************/
7
- /***/ ((module, __webpack_exports__, __webpack_require__) => {
8
-
9
- __webpack_require__.r(__webpack_exports__);
10
- /* harmony export */ __webpack_require__.d(__webpack_exports__, {
11
- /* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
12
- /* harmony export */ });
13
- /* harmony import */ var _node_modules_css_loader_dist_runtime_sourceMaps_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../../node_modules/css-loader/dist/runtime/sourceMaps.js */ "./node_modules/css-loader/dist/runtime/sourceMaps.js");
14
- /* harmony import */ var _node_modules_css_loader_dist_runtime_sourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_node_modules_css_loader_dist_runtime_sourceMaps_js__WEBPACK_IMPORTED_MODULE_0__);
15
- /* harmony import */ var _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../../node_modules/css-loader/dist/runtime/api.js */ "./node_modules/css-loader/dist/runtime/api.js");
16
- /* harmony import */ var _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1__);
17
- /* harmony import */ var _node_modules_css_loader_dist_cjs_js_scss_fonts_css__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! -!../../../node_modules/css-loader/dist/cjs.js!../../scss/fonts.css */ "./node_modules/css-loader/dist/cjs.js!./src/scss/fonts.css");
18
- /* harmony import */ var _node_modules_css_loader_dist_cjs_js_krIconsFonts_style_css__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! -!../../../node_modules/css-loader/dist/cjs.js!../../krIconsFonts/style.css */ "./node_modules/css-loader/dist/cjs.js!./src/krIconsFonts/style.css");
19
- // Imports
20
-
21
-
22
-
23
-
24
- var ___CSS_LOADER_EXPORT___ = _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1___default()((_node_modules_css_loader_dist_runtime_sourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default()));
25
- ___CSS_LOADER_EXPORT___.i(_node_modules_css_loader_dist_cjs_js_scss_fonts_css__WEBPACK_IMPORTED_MODULE_2__["default"]);
26
- ___CSS_LOADER_EXPORT___.i(_node_modules_css_loader_dist_cjs_js_krIconsFonts_style_css__WEBPACK_IMPORTED_MODULE_3__["default"]);
27
- // Module
28
- ___CSS_LOADER_EXPORT___.push([module.id, `.aa-heading-two-xl {
29
- letter-spacing: -0.02em;
30
- font-size: 72px;
31
- font-weight: 400;
32
- line-height: 90px;
33
- color: var(--AA-gloabl-text-color);
34
- text-align: start;
35
- margin: 0;
36
- opacity: 1;
37
- }
38
- .aa-heading-two-xl i {
39
- flex-shrink: 0;
40
- cursor: pointer;
41
- color: var(--AA-gloabl-text-color);
42
- opacity: 0.5;
43
- }
44
- .aa-heading-two-xl.medium {
45
- font-weight: 500;
46
- }
47
- .aa-heading-two-xl.semibold {
48
- font-weight: 600;
49
- }
50
- .aa-heading-two-xl.bold {
51
- font-weight: 700;
52
- }
53
- .aa-heading-two-xl.center {
54
- text-align: center;
55
- }
56
-
57
- .aa-heading-xl {
58
- letter-spacing: -0.02em;
59
- font-size: 60px;
60
- font-weight: 400;
61
- line-height: 72px;
62
- color: var(--AA-gloabl-text-color);
63
- text-align: start;
64
- margin: 0;
65
- opacity: 1;
66
- }
67
- .aa-heading-xl i {
68
- flex-shrink: 0;
69
- cursor: pointer;
70
- color: var(--AA-gloabl-text-color);
71
- opacity: 0.5;
72
- }
73
- .aa-heading-xl.medium {
74
- font-weight: 500;
75
- }
76
- .aa-heading-xl.semibold {
77
- font-weight: 600;
78
- }
79
- .aa-heading-xl.bold {
80
- font-weight: 700;
81
- }
82
- .aa-heading-xl.center {
83
- text-align: center;
84
- }
85
-
86
- .aa-heading-lg {
87
- letter-spacing: -0.96px;
88
- font-size: 48px;
89
- font-weight: 400;
90
- line-height: 60px;
91
- color: var(--AA-gloabl-text-color);
92
- text-align: start;
93
- margin: 0;
94
- opacity: 1;
95
- }
96
- .aa-heading-lg i {
97
- flex-shrink: 0;
98
- cursor: pointer;
99
- color: var(--AA-gloabl-text-color);
100
- opacity: 0.5;
101
- }
102
- .aa-heading-lg.medium {
103
- font-weight: 500;
104
- }
105
- .aa-heading-lg.semibold {
106
- font-weight: 600;
107
- }
108
- .aa-heading-lg.bold {
109
- font-weight: 700;
110
- }
111
- .aa-heading-lg.center {
112
- text-align: center;
113
- }
114
-
115
- .aa-heading-md {
116
- font-size: 36px;
117
- font-weight: 400;
118
- line-height: 44px;
119
- color: var(--AA-gloabl-text-color);
120
- text-align: start;
121
- margin: 0;
122
- opacity: 1;
123
- }
124
- .aa-heading-md i {
125
- flex-shrink: 0;
126
- cursor: pointer;
127
- color: var(--AA-gloabl-text-color);
128
- opacity: 0.5;
129
- }
130
- .aa-heading-md.medium {
131
- font-weight: 500;
132
- }
133
- .aa-heading-md.semibold {
134
- font-weight: 600;
135
- }
136
- .aa-heading-md.bold {
137
- font-weight: 700;
138
- }
139
- .aa-heading-md.center {
140
- text-align: center;
141
- }
142
-
143
- .aa-heading-sm {
144
- font-size: 36px;
145
- font-weight: 400;
146
- line-height: 44px;
147
- color: var(--AA-gloabl-text-color);
148
- text-align: start;
149
- margin: 0;
150
- opacity: 1;
151
- }
152
- .aa-heading-sm i {
153
- flex-shrink: 0;
154
- cursor: pointer;
155
- color: var(--AA-gloabl-text-color);
156
- opacity: 0.5;
157
- }
158
- .aa-heading-sm.medium {
159
- font-weight: 500;
160
- }
161
- .aa-heading-sm.semibold {
162
- font-weight: 600;
163
- }
164
- .aa-heading-sm.bold {
165
- font-weight: 700;
166
- }
167
- .aa-heading-sm.center {
168
- text-align: center;
169
- }
170
-
171
- .aa-heading-xs {
172
- font-size: 24px;
173
- font-weight: 400;
174
- line-height: 32px;
175
- color: var(--AA-gloabl-text-color);
176
- text-align: start;
177
- margin: 0;
178
- opacity: 1;
179
- }
180
- .aa-heading-xs i {
181
- flex-shrink: 0;
182
- cursor: pointer;
183
- color: var(--AA-gloabl-text-color);
184
- opacity: 0.5;
185
- }
186
- .aa-heading-xs.medium {
187
- font-weight: 500;
188
- }
189
- .aa-heading-xs.semibold {
190
- font-weight: 600;
191
- }
192
- .aa-heading-xs.bold {
193
- font-weight: 700;
194
- }
195
- .aa-heading-xs.center {
196
- text-align: center;
197
- }
198
-
199
- .aa-text-xl {
200
- font-size: 20px;
201
- font-weight: 400;
202
- line-height: 30px;
203
- color: var(--AA-gloabl-text-color);
204
- text-align: start;
205
- margin: 0;
206
- opacity: 1;
207
- }
208
- .aa-text-xl i {
209
- flex-shrink: 0;
210
- cursor: pointer;
211
- color: var(--AA-gloabl-text-color);
212
- opacity: 0.5;
213
- }
214
- .aa-text-xl.medium {
215
- font-weight: 500;
216
- }
217
- .aa-text-xl.semibold {
218
- font-weight: 600;
219
- }
220
- .aa-text-xl.bold {
221
- font-weight: 700;
222
- }
223
- .aa-text-xl.center {
224
- text-align: center;
225
- }
226
-
227
- .aa-text-lg {
228
- font-size: 18px;
229
- font-weight: 400;
230
- line-height: 28px;
231
- color: var(--AA-gloabl-text-color);
232
- text-align: start;
233
- margin: 0;
234
- opacity: 1;
235
- }
236
- .aa-text-lg i {
237
- flex-shrink: 0;
238
- cursor: pointer;
239
- color: var(--AA-gloabl-text-color);
240
- opacity: 0.5;
241
- }
242
- .aa-text-lg.medium {
243
- font-weight: 500;
244
- }
245
- .aa-text-lg.semibold {
246
- font-weight: 600;
247
- }
248
- .aa-text-lg.bold {
249
- font-weight: 700;
250
- }
251
- .aa-text-lg.center {
252
- text-align: center;
253
- }
254
-
255
- .aa-text-md {
256
- font-size: 16px;
257
- font-weight: 400;
258
- line-height: 24px;
259
- color: var(--AA-gloabl-text-color);
260
- text-align: start;
261
- margin: 0;
262
- opacity: 1;
263
- }
264
- .aa-text-md i {
265
- flex-shrink: 0;
266
- cursor: pointer;
267
- color: var(--AA-gloabl-text-color);
268
- opacity: 0.5;
269
- }
270
- .aa-text-md.medium {
271
- font-weight: 500;
272
- }
273
- .aa-text-md.semibold {
274
- font-weight: 600;
275
- }
276
- .aa-text-md.bold {
277
- font-weight: 700;
278
- }
279
- .aa-text-md.center {
280
- text-align: center;
281
- }
282
-
283
- .aa-text-sm {
284
- font-size: 14px;
285
- font-weight: 400;
286
- line-height: 20px;
287
- color: var(--AA-gloabl-text-color);
288
- text-align: start;
289
- margin: 0;
290
- opacity: 1;
291
- }
292
- .aa-text-sm i {
293
- flex-shrink: 0;
294
- cursor: pointer;
295
- color: var(--AA-gloabl-text-color);
296
- opacity: 0.5;
297
- }
298
- .aa-text-sm.medium {
299
- font-weight: 500;
300
- }
301
- .aa-text-sm.semibold {
302
- font-weight: 600;
303
- }
304
- .aa-text-sm.bold {
305
- font-weight: 700;
306
- }
307
- .aa-text-sm.center {
308
- text-align: center;
309
- }
310
-
311
- .aa-text-xs {
312
- font-size: 12px;
313
- font-weight: 400;
314
- line-height: 18px;
315
- color: var(--AA-gloabl-text-color);
316
- text-align: start;
317
- margin: 0;
318
- opacity: 1;
319
- }
320
- .aa-text-xs i {
321
- flex-shrink: 0;
322
- cursor: pointer;
323
- color: var(--AA-gloabl-text-color);
324
- opacity: 0.5;
325
- }
326
- .aa-text-xs.medium {
327
- font-weight: 500;
328
- }
329
- .aa-text-xs.semibold {
330
- font-weight: 600;
331
- }
332
- .aa-text-xs.bold {
333
- font-weight: 700;
334
- }
335
- .aa-text-xs.center {
336
- text-align: center;
337
- }
338
-
339
- .aa-text-xxs {
340
- font-size: 10px;
341
- font-weight: 400;
342
- line-height: 16px;
343
- color: var(--AA-gloabl-text-color);
344
- text-align: start;
345
- margin: 0;
346
- opacity: 1;
347
- }
348
- .aa-text-xxs i {
349
- flex-shrink: 0;
350
- cursor: pointer;
351
- color: var(--AA-gloabl-text-color);
352
- opacity: 0.5;
353
- }
354
- .aa-text-xxs.medium {
355
- font-weight: 500;
356
- }
357
- .aa-text-xxs.semibold {
358
- font-weight: 600;
359
- }
360
- .aa-text-xxs.bold {
361
- font-weight: 700;
362
- }
363
- .aa-text-xxs.center {
364
- text-align: center;
365
- }
366
-
367
- .aa-desc-xl {
368
- font-size: 20px;
369
- font-weight: 400;
370
- line-height: 30px;
371
- color: var(--AA-gloabl-text-color);
372
- text-align: start;
373
- margin: 0;
374
- opacity: 0.5;
375
- }
376
- .aa-desc-xl i {
377
- flex-shrink: 0;
378
- cursor: pointer;
379
- color: var(--AA-gloabl-text-color);
380
- opacity: 0.5;
381
- }
382
- .aa-desc-xl.medium {
383
- font-weight: 500;
384
- }
385
- .aa-desc-xl.semibold {
386
- font-weight: 600;
387
- }
388
- .aa-desc-xl.bold {
389
- font-weight: 700;
390
- }
391
- .aa-desc-xl.center {
392
- text-align: center;
393
- }
394
-
395
- .aa-desc-lg {
396
- font-size: 18px;
397
- font-weight: 400;
398
- line-height: 28px;
399
- color: var(--AA-gloabl-text-color);
400
- text-align: start;
401
- margin: 0;
402
- opacity: 0.5;
403
- }
404
- .aa-desc-lg i {
405
- flex-shrink: 0;
406
- cursor: pointer;
407
- color: var(--AA-gloabl-text-color);
408
- opacity: 0.5;
409
- }
410
- .aa-desc-lg.medium {
411
- font-weight: 500;
412
- }
413
- .aa-desc-lg.semibold {
414
- font-weight: 600;
415
- }
416
- .aa-desc-lg.bold {
417
- font-weight: 700;
418
- }
419
- .aa-desc-lg.center {
420
- text-align: center;
421
- }
422
-
423
- .aa-desc-md {
424
- font-size: 16px;
425
- font-weight: 400;
426
- line-height: 24px;
427
- color: var(--AA-gloabl-text-color);
428
- text-align: start;
429
- margin: 0;
430
- opacity: 0.5;
431
- }
432
- .aa-desc-md i {
433
- flex-shrink: 0;
434
- cursor: pointer;
435
- color: var(--AA-gloabl-text-color);
436
- opacity: 0.5;
437
- }
438
- .aa-desc-md.medium {
439
- font-weight: 500;
440
- }
441
- .aa-desc-md.semibold {
442
- font-weight: 600;
443
- }
444
- .aa-desc-md.bold {
445
- font-weight: 700;
446
- }
447
- .aa-desc-md.center {
448
- text-align: center;
449
- }
450
-
451
- .aa-desc-sm {
452
- font-size: 14px;
453
- font-weight: 400;
454
- line-height: 20px;
455
- color: var(--AA-gloabl-text-color);
456
- text-align: start;
457
- margin: 0;
458
- opacity: 0.5;
459
- }
460
- .aa-desc-sm i {
461
- flex-shrink: 0;
462
- cursor: pointer;
463
- color: var(--AA-gloabl-text-color);
464
- opacity: 0.5;
465
- }
466
- .aa-desc-sm.medium {
467
- font-weight: 500;
468
- }
469
- .aa-desc-sm.semibold {
470
- font-weight: 600;
471
- }
472
- .aa-desc-sm.bold {
473
- font-weight: 700;
474
- }
475
- .aa-desc-sm.center {
476
- text-align: center;
477
- }
478
-
479
- .aa-desc-xs {
480
- font-size: 12px;
481
- font-weight: 400;
482
- line-height: 18px;
483
- color: var(--AA-gloabl-text-color);
484
- text-align: start;
485
- margin: 0;
486
- opacity: 0.5;
487
- }
488
- .aa-desc-xs i {
489
- flex-shrink: 0;
490
- cursor: pointer;
491
- color: var(--AA-gloabl-text-color);
492
- opacity: 0.5;
493
- }
494
- .aa-desc-xs.medium {
495
- font-weight: 500;
496
- }
497
- .aa-desc-xs.semibold {
498
- font-weight: 600;
499
- }
500
- .aa-desc-xs.bold {
501
- font-weight: 700;
502
- }
503
- .aa-desc-xs.center {
504
- text-align: center;
505
- }
506
-
507
- .aa-desc-xxs {
508
- font-size: 10px;
509
- font-weight: 400;
510
- line-height: 16px;
511
- color: var(--AA-gloabl-text-color);
512
- text-align: start;
513
- margin: 0;
514
- opacity: 0.5;
515
- }
516
- .aa-desc-xxs i {
517
- flex-shrink: 0;
518
- cursor: pointer;
519
- color: var(--AA-gloabl-text-color);
520
- opacity: 0.5;
521
- }
522
- .aa-desc-xxs.medium {
523
- font-weight: 500;
524
- }
525
- .aa-desc-xxs.semibold {
526
- font-weight: 600;
527
- }
528
- .aa-desc-xxs.bold {
529
- font-weight: 700;
530
- }
531
- .aa-desc-xxs.center {
532
- text-align: center;
533
- }
534
-
535
- *::before,
536
- *::after {
537
- box-sizing: border-box;
538
- }
539
-
540
- * {
541
- font-family: var(--AA-font-family);
542
- box-sizing: border-box;
543
- }
544
-
545
- button {
546
- cursor: pointer;
547
- }
548
-
549
- applet,
550
- object,
551
- iframe,
552
- h1,
553
- h2,
554
- h3,
555
- h4,
556
- h5,
557
- h6,
558
- p,
559
- blockquote,
560
- pre,
561
- a,
562
- abbr,
563
- acronym,
564
- address,
565
- big,
566
- cite,
567
- code,
568
- del,
569
- dfn,
570
- em,
571
- img,
572
- ins,
573
- kbd,
574
- q,
575
- s,
576
- samp,
577
- small,
578
- strike,
579
- strong,
580
- sub,
581
- sup,
582
- tt,
583
- var,
584
- b,
585
- u,
586
- i,
587
- center,
588
- dl,
589
- dt,
590
- dd,
591
- ol,
592
- ul,
593
- li,
594
- fieldset,
595
- form,
596
- label,
597
- legend,
598
- caption,
599
- tbody,
600
- tfoot,
601
- thead,
602
- aside,
603
- canvas,
604
- details,
605
- embed,
606
- figure,
607
- figcaption,
608
- footer,
609
- header,
610
- hgroup,
611
- menu,
612
- nav,
613
- output,
614
- ruby,
615
- summary,
616
- time,
617
- mark,
618
- audio,
619
- video {
620
- margin: 0;
621
- padding: 0;
622
- border: 0;
623
- vertical-align: baseline;
624
- }
625
-
626
- h1,
627
- h2,
628
- h3,
629
- h4,
630
- h5,
631
- h6 {
632
- text-align: start;
633
- }
634
-
635
- html {
636
- overflow: hidden;
637
- height: 100%;
638
- }
639
-
640
- body {
641
- height: 100%;
642
- line-height: normal;
643
- color: var(--AA-gloabl-text-color);
644
- padding: 20px;
645
- }
646
-
647
- :focus-visible {
648
- outline-color: var(--AA-global-theme-bg);
649
- outline-offset: 1px;
650
- outline-style: auto;
651
- }
652
-
653
- body::-webkit-scrollbar {
654
- width: 10px;
655
- height: 10px;
656
- cursor: pointer;
657
- }
658
-
659
- ::-webkit-scrollbar {
660
- width: 6px;
661
- height: 6px;
662
- cursor: pointer;
663
- }
664
-
665
- ::-webkit-scrollbar-thumb {
666
- background-color: var(--AA-gloabl-bg-secondary);
667
- border-radius: 7px;
668
- transition: background-color 0.2s linear, width 0.2s ease-in-out;
669
- -webkit-transition: background-color 0.2s linear, width 0.2s ease-in-out;
670
- }
671
- ::-webkit-scrollbar-thumb:hover {
672
- background-color: var(--AA-gloabl-border);
673
- }
674
-
675
- body {
676
- margin: 0;
677
- font-size: 14px;
678
- font-weight: 400;
679
- line-height: normal;
680
- color: var(--AA-gloabl-text-color);
681
- background-color: var(--AA-global-white-bg);
682
- -webkit-text-size-adjust: 100%;
683
- }
684
-
685
- h6, h5, h4, h3, h2, h1 {
686
- margin-top: 0;
687
- margin-bottom: 0px;
688
- font-weight: 400;
689
- line-height: normal;
690
- }
691
-
692
- .paragraph {
693
- margin: 0;
694
- font-weight: 400;
695
- line-height: 20px;
696
- color: var(--AA-gloabl-text-color);
697
- }
698
-
699
- .paragraph.semibold {
700
- font-weight: 600;
701
- }
702
-
703
- .h-100 {
704
- height: 100%;
705
- }
706
-
707
- .w-100 {
708
- width: 100%;
709
- }
710
-
711
- p {
712
- margin: 0;
713
- }
714
-
715
- ol,
716
- ul {
717
- padding-left: 2rem;
718
- }
719
-
720
- ol,
721
- ul,
722
- dl {
723
- margin-top: 0;
724
- margin-bottom: 1rem;
725
- }
726
-
727
- .disabled-msg {
728
- opacity: 0.5;
729
- pointer-events: none;
730
- }
731
-
732
- ol ol,
733
- ul ul,
734
- ol ul,
735
- ul ol {
736
- margin-bottom: 0;
737
- }
738
-
739
- dd {
740
- margin-bottom: 0.5rem;
741
- margin-left: 0;
742
- }
743
-
744
- b,
745
- strong {
746
- font-weight: 700;
747
- }
748
-
749
- sub,
750
- sup {
751
- position: relative;
752
- line-height: 0;
753
- vertical-align: baseline;
754
- }
755
-
756
- sub {
757
- bottom: -0.25em;
758
- }
759
-
760
- sup {
761
- top: -0.5em;
762
- }
763
-
764
- a {
765
- color: var(--AA-global-theme-text-color);
766
- text-decoration: none;
767
- }
768
- a:hover {
769
- color: var(--AA-global-theme-text-color);
770
- }
771
-
772
- a:not([href]):not([class]), a:not([href]):not([class]):hover {
773
- color: inherit;
774
- text-decoration: none;
775
- }
776
-
777
- figure {
778
- margin: 0;
779
- line-height: 0;
780
- }
781
-
782
- img,
783
- svg {
784
- vertical-align: middle;
785
- }
786
-
787
- table {
788
- caption-side: bottom;
789
- border-collapse: collapse;
790
- }
791
-
792
- th {
793
- font-weight: 500;
794
- text-align: inherit;
795
- text-align: -webkit-match-parent;
796
- }
797
-
798
- thead,
799
- tbody,
800
- tfoot,
801
- tr,
802
- td,
803
- th {
804
- border-color: inherit;
805
- border-style: solid;
806
- border-width: 0;
807
- }
808
-
809
- label {
810
- display: inline-block;
811
- }
812
-
813
- button:focus:not(:focus-visible) {
814
- outline: 0;
815
- }
816
-
817
- input,
818
- button,
819
- select,
820
- optgroup,
821
- textarea {
822
- margin: 0;
823
- font-family: inherit;
824
- line-height: inherit;
825
- }
826
-
827
- button,
828
- select {
829
- text-transform: none;
830
- }
831
-
832
- [role=button] {
833
- cursor: pointer;
834
- }
835
-
836
- [list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
837
- display: none !important;
838
- }
839
-
840
- button,
841
- [type=button],
842
- [type=reset],
843
- [type=submit] {
844
- -webkit-appearance: button;
845
- cursor: pointer;
846
- }
847
- button:disabled,
848
- [type=button]:disabled,
849
- [type=reset]:disabled,
850
- [type=submit]:disabled {
851
- opacity: 0.3;
852
- pointer-events: none;
853
- }
854
-
855
- ::-moz-focus-inner {
856
- padding: 0;
857
- border-style: none;
858
- }
859
-
860
- textarea {
861
- resize: vertical;
862
- }
863
-
864
- .text-truncate {
865
- overflow: hidden;
866
- text-overflow: ellipsis;
867
- white-space: nowrap;
868
- }
869
-
870
- ::-webkit-datetime-edit-fields-wrapper,
871
- ::-webkit-datetime-edit-text,
872
- ::-webkit-datetime-edit-minute,
873
- ::-webkit-datetime-edit-hour-field,
874
- ::-webkit-datetime-edit-day-field,
875
- ::-webkit-datetime-edit-month-field,
876
- ::-webkit-datetime-edit-year-field {
877
- padding: 0;
878
- }
879
-
880
- ::-webkit-inner-spin-button {
881
- height: auto;
882
- }
883
-
884
- [type=search] {
885
- -webkit-appearance: textfield;
886
- outline-offset: -2px;
887
- }
888
-
889
- ::-webkit-search-decoration {
890
- -webkit-appearance: none;
891
- }
892
-
893
- ::-webkit-color-swatch-wrapper {
894
- padding: 0;
895
- }
896
-
897
- ::file-selector-button {
898
- font: inherit;
899
- -webkit-appearance: button;
900
- }
901
-
902
- iframe {
903
- border: 0;
904
- }
905
-
906
- [hidden] {
907
- display: none !important;
908
- }
909
-
910
- input::-webkit-outer-spin-button,
911
- input::-webkit-inner-spin-button {
912
- -webkit-appearance: none;
913
- margin: 0;
914
- }
915
-
916
- /* Firefox */
917
- input[type=number] {
918
- -moz-appearance: textfield;
919
- }
920
-
921
- .aa-d-none {
922
- display: none !important;
923
- }
924
-
925
- .more-link-text {
926
- cursor: pointer;
927
- border: 0;
928
- background: transparent;
929
- padding: 0;
930
- color: var(--AA-global-theme-text-color);
931
- }
932
-
933
- .aa-solidbtn {
934
- border-radius: 4px;
935
- border: 1px solid var(--AA-gloabl-border);
936
- background: var(--AA-global-white-bg);
937
- padding: 5px 11px;
938
- display: flex;
939
- align-items: center;
940
- justify-content: center;
941
- min-height: 24px;
942
- }
943
-
944
- :root {
945
- --AA-font-family: "Inter";
946
- --AA-primary-color:#2970FF;
947
- --AA-secondary-color:#EAECF0;
948
- --AA-primary-text:#101828;
949
- --AA-secondary-text:#FFFFFF;
950
- --AA-body-background:#FFFFFF;
951
- --AA-warning-color:#D92D20;
952
- --AA-global-theme-bg:var(--AA-primary-color);
953
- --AA-global-theme-text-color:var(--AA-primary-color);
954
- --AA-gloabl-bg-secondary:var(--AA-secondary-color);
955
- --AA-global-white-color:var(--AA-secondary-text);
956
- --AA-global-white-bg:var(--AA-body-background);
957
- --AA-gloabl-text-color:var(--AA-primary-text);
958
- --AA-gloabl-text-desc-color:var(--AA-primary-text);
959
- --AA-gloabl-border:var(--AA-secondary-color);
960
- --AA-gloabl-scrollbar-bg:var(--AA-secondary-color);
961
- }
962
-
963
- .aa-toggle-switch {
964
- position: relative;
965
- display: block;
966
- }
967
- .aa-toggle-switch input {
968
- opacity: 0;
969
- position: absolute;
970
- z-index: 9;
971
- cursor: pointer;
972
- width: 28px;
973
- height: 16px;
974
- left: 0;
975
- top: 0px;
976
- line-height: normal;
977
- font-size: 0;
978
- }
979
- .aa-toggle-switch input:checked + .aa-slider .slide-parent .slider-btn {
980
- background-color: var(--AA-global-theme-bg);
981
- }
982
- .aa-toggle-switch input:checked + .aa-slider .slide-parent .slider-btn::before {
983
- -webkit-transform: translateX(12px);
984
- -ms-transform: translateX(12px);
985
- transform: translateX(12px);
986
- }
987
- .aa-toggle-switch input:checked + .aa-slider span {
988
- font-size: 12px;
989
- color: var(--AA-gloabl-text-color);
990
- cursor: pointer;
991
- font-weight: 500;
992
- }
993
- .aa-toggle-switch input:checked + .aa-slider span.enabled {
994
- display: block;
995
- }
996
- .aa-toggle-switch input:checked + .aa-slider span.disabled {
997
- display: none;
998
- }
999
- .aa-toggle-switch input:checked:disabled + .aa-slider .slide-parent .slider-btn {
1000
- opacity: 0.5;
1001
- }
1002
- .aa-toggle-switch input:disabled {
1003
- cursor: auto;
1004
- }
1005
- .aa-toggle-switch input:disabled + .aa-slider .slide-parent .slider-btn {
1006
- opacity: 0.5;
1007
- }
1008
- .aa-toggle-switch .aa-slider {
1009
- display: flex;
1010
- align-items: center;
1011
- gap: 8px;
1012
- flex-wrap: wrap;
1013
- background: transparent;
1014
- padding: 0;
1015
- border: 0;
1016
- outline: 0;
1017
- }
1018
- .aa-toggle-switch .aa-slider .slide-parent {
1019
- position: relative;
1020
- width: 28px;
1021
- height: 16px;
1022
- }
1023
- .aa-toggle-switch .aa-slider .slide-parent .slider-btn {
1024
- position: absolute;
1025
- cursor: pointer;
1026
- width: 100%;
1027
- height: 100%;
1028
- top: 0;
1029
- left: 0;
1030
- right: 0;
1031
- bottom: 0;
1032
- transition: 0.4s;
1033
- border-radius: 10px;
1034
- background: var(--AA-global-white-bg);
1035
- border: 0;
1036
- padding: 0;
1037
- outline: 0;
1038
- }
1039
- .aa-toggle-switch .aa-slider .slide-parent .slider-btn:focus {
1040
- box-shadow: 0px 0px 0px 4px #EFF4FF;
1041
- }
1042
- .aa-toggle-switch .aa-slider .slide-parent .slider-btn::before {
1043
- position: absolute;
1044
- content: "";
1045
- height: 12px;
1046
- width: 12px;
1047
- top: 2px;
1048
- left: 2px;
1049
- right: 0;
1050
- background-color: var(--AA-global-white-bg);
1051
- transition: 0.4s;
1052
- border-radius: 50%;
1053
- filter: drop-shadow(0px 0.778px 1.556px rgba(16, 24, 40, 0.06)) drop-shadow(0px 0.778px 2.333px rgba(16, 24, 40, 0.1));
1054
- }
1055
- .aa-toggle-switch .aa-slider span {
1056
- font-size: 12px;
1057
- color: var(--AA-gloabl-text-color);
1058
- cursor: pointer;
1059
- font-weight: 500;
1060
- }
1061
- .aa-toggle-switch .aa-slider span.no {
1062
- color: var(--AA-gloabl-text-color);
1063
- }
1064
- .aa-toggle-switch .aa-slider span.enabled {
1065
- color: var(--AA-gloabl-text-color);
1066
- display: none;
1067
- }
1068
- .aa-toggle-switch .aa-slider span.disabled {
1069
- display: block;
1070
- }`, "",{"version":3,"sources":["webpack://./src/scss/_typography.scss","webpack://./src/components/aaWindow/_aaWindow.scss","webpack://./src/scss/_AaReboot.scss","webpack://./src/scss/_variable.scss","webpack://./src/scss/_toggle.scss"],"names":[],"mappings":"AA+BA;EACI,uBAAA;EA/BA,eAgC4B;EA/B5B,gBA+BkC;EA9BlC,iBA8BuC;EA7BvC,kCA6B6C;EA5B7C,iBA4B0E;EA3B1E,SAAA;EACA,UA0BiF;ACtBrF;ADAI;EACI,cAAA;EACA,eAAA;EACA,kCAAA;EACA,YAAA;ACER;ADAI;EACI,gBAAA;ACER;ADAI;EACI,gBAAA;ACER;ADAI;EACI,gBAAA;ACER;ADAI;EACI,kBAAA;ACER;;ADOA;EACI,uBAAA;EApCA,eAqC4B;EApC5B,gBAoCkC;EAnClC,iBAmCuC;EAlCvC,kCAkC6C;EAjC7C,iBAiC0E;EAhC1E,SAAA;EACA,UA+BiF;ACErF;AD7BI;EACI,cAAA;EACA,eAAA;EACA,kCAAA;EACA,YAAA;AC+BR;AD7BI;EACI,gBAAA;AC+BR;AD7BI;EACI,gBAAA;AC+BR;AD7BI;EACI,gBAAA;AC+BR;AD7BI;EACI,kBAAA;AC+BR;;ADjBA;EACI,uBAAA;EAzCA,eA0C4B;EAzC5B,gBAyCkC;EAxClC,iBAwCuC;EAvCvC,kCAuC6C;EAtC7C,iBAsC0E;EArC1E,SAAA;EACA,UAoCiF;AC0BrF;AD1DI;EACI,cAAA;EACA,eAAA;EACA,kCAAA;EACA,YAAA;AC4DR;AD1DI;EACI,gBAAA;AC4DR;AD1DI;EACI,gBAAA;AC4DR;AD1DI;EACI,gBAAA;AC4DR;AD1DI;EACI,kBAAA;AC4DR;;ADzCA;EA7CI,eA8C4B;EA7C5B,gBA6CkC;EA5ClC,iBA4CuC;EA3CvC,kCA2C6C;EA1C7C,iBA0C0E;EAzC1E,SAAA;EACA,UAwCiF;ACkDrF;ADtFI;EACI,cAAA;EACA,eAAA;EACA,kCAAA;EACA,YAAA;ACwFR;ADtFI;EACI,gBAAA;ACwFR;ADtFI;EACI,gBAAA;ACwFR;ADtFI;EACI,gBAAA;ACwFR;ADtFI;EACI,kBAAA;ACwFR;;ADjEA;EAjDI,eAkD4B;EAjD5B,gBAiDkC;EAhDlC,iBAgDuC;EA/CvC,kCA+C6C;EA9C7C,iBA8C0E;EA7C1E,SAAA;EACA,UA4CiF;AC0ErF;ADlHI;EACI,cAAA;EACA,eAAA;EACA,kCAAA;EACA,YAAA;ACoHR;ADlHI;EACI,gBAAA;ACoHR;ADlHI;EACI,gBAAA;ACoHR;ADlHI;EACI,gBAAA;ACoHR;ADlHI;EACI,kBAAA;ACoHR;;ADzFA;EArDI,eAsD4B;EArD5B,gBAqDkC;EApDlC,iBAoDuC;EAnDvC,kCAmD6C;EAlD7C,iBAkD0E;EAjD1E,SAAA;EACA,UAgDiF;ACkGrF;AD9II;EACI,cAAA;EACA,eAAA;EACA,kCAAA;EACA,YAAA;ACgJR;AD9II;EACI,gBAAA;ACgJR;AD9II;EACI,gBAAA;ACgJR;AD9II;EACI,gBAAA;ACgJR;AD9II;EACI,kBAAA;ACgJR;;AD/GA;EA3DI,eA4D4B;EA3D5B,gBA2DkC;EA1DlC,iBA0DuC;EAzDvC,kCAyD6C;EAxD7C,iBAwD0E;EAvD1E,SAAA;EACA,UAsDiF;ACwHrF;AD1KI;EACI,cAAA;EACA,eAAA;EACA,kCAAA;EACA,YAAA;AC4KR;AD1KI;EACI,gBAAA;AC4KR;AD1KI;EACI,gBAAA;AC4KR;AD1KI;EACI,gBAAA;AC4KR;AD1KI;EACI,kBAAA;AC4KR;;ADvIA;EA/DI,eAgE4B;EA/D5B,gBA+DkC;EA9DlC,iBA8DuC;EA7DvC,kCA6D6C;EA5D7C,iBA4D0E;EA3D1E,SAAA;EACA,UA0DiF;ACgJrF;ADtMI;EACI,cAAA;EACA,eAAA;EACA,kCAAA;EACA,YAAA;ACwMR;ADtMI;EACI,gBAAA;ACwMR;ADtMI;EACI,gBAAA;ACwMR;ADtMI;EACI,gBAAA;ACwMR;ADtMI;EACI,kBAAA;ACwMR;;AD/JA;EAnEI,eAoE4B;EAnE5B,gBAmEkC;EAlElC,iBAkEuC;EAjEvC,kCAiE6C;EAhE7C,iBAgE0E;EA/D1E,SAAA;EACA,UA8DiF;ACwKrF;ADlOI;EACI,cAAA;EACA,eAAA;EACA,kCAAA;EACA,YAAA;ACoOR;ADlOI;EACI,gBAAA;ACoOR;ADlOI;EACI,gBAAA;ACoOR;ADlOI;EACI,gBAAA;ACoOR;ADlOI;EACI,kBAAA;ACoOR;;ADvLA;EAvEI,eAwE4B;EAvE5B,gBAuEkC;EAtElC,iBAsEuC;EArEvC,kCAqE6C;EApE7C,iBAoE0E;EAnE1E,SAAA;EACA,UAkEiF;ACgMrF;AD9PI;EACI,cAAA;EACA,eAAA;EACA,kCAAA;EACA,YAAA;ACgQR;AD9PI;EACI,gBAAA;ACgQR;AD9PI;EACI,gBAAA;ACgQR;AD9PI;EACI,gBAAA;ACgQR;AD9PI;EACI,kBAAA;ACgQR;;AD/MA;EA3EI,eA4E4B;EA3E5B,gBA2EkC;EA1ElC,iBA0EuC;EAzEvC,kCAyE6C;EAxE7C,iBAwE0E;EAvE1E,SAAA;EACA,UAsEiF;ACwNrF;AD1RI;EACI,cAAA;EACA,eAAA;EACA,kCAAA;EACA,YAAA;AC4RR;AD1RI;EACI,gBAAA;AC4RR;AD1RI;EACI,gBAAA;AC4RR;AD1RI;EACI,gBAAA;AC4RR;AD1RI;EACI,kBAAA;AC4RR;;ADxOA;EA9EI,eA+E4B;EA9E5B,gBA8EkC;EA7ElC,iBA6EuC;EA5EvC,kCA4E6C;EA3E7C,iBA2E0E;EA1E1E,SAAA;EACA,UAyEiF;ACiPrF;ADtTI;EACI,cAAA;EACA,eAAA;EACA,kCAAA;EACA,YAAA;ACwTR;ADtTI;EACI,gBAAA;ACwTR;ADtTI;EACI,gBAAA;ACwTR;ADtTI;EACI,gBAAA;ACwTR;ADtTI;EACI,kBAAA;ACwTR;;AD7PA;EArFI,eAsF4B;EArF5B,gBAqFkC;EApFlC,iBAoFuC;EAnFvC,kCAmF6C;EAlF7C,iBAkF0E;EAjF1E,SAAA;EACA,YAgFiF;ACsQrF;ADlVI;EACI,cAAA;EACA,eAAA;EACA,kCAAA;EACA,YAAA;ACoVR;ADlVI;EACI,gBAAA;ACoVR;ADlVI;EACI,gBAAA;ACoVR;ADlVI;EACI,gBAAA;ACoVR;ADlVI;EACI,kBAAA;ACoVR;;ADrRA;EAzFI,eA0F4B;EAzF5B,gBAyFkC;EAxFlC,iBAwFuC;EAvFvC,kCAuF6C;EAtF7C,iBAsF0E;EArF1E,SAAA;EACA,YAoFiF;AC8RrF;AD9WI;EACI,cAAA;EACA,eAAA;EACA,kCAAA;EACA,YAAA;ACgXR;AD9WI;EACI,gBAAA;ACgXR;AD9WI;EACI,gBAAA;ACgXR;AD9WI;EACI,gBAAA;ACgXR;AD9WI;EACI,kBAAA;ACgXR;;AD7SA;EA7FI,eA8F4B;EA7F5B,gBA6FkC;EA5FlC,iBA4FuC;EA3FvC,kCA2F6C;EA1F7C,iBA0F0E;EAzF1E,SAAA;EACA,YAwFiF;ACsTrF;AD1YI;EACI,cAAA;EACA,eAAA;EACA,kCAAA;EACA,YAAA;AC4YR;AD1YI;EACI,gBAAA;AC4YR;AD1YI;EACI,gBAAA;AC4YR;AD1YI;EACI,gBAAA;AC4YR;AD1YI;EACI,kBAAA;AC4YR;;ADrUA;EAjGI,eAkG4B;EAjG5B,gBAiGkC;EAhGlC,iBAgGuC;EA/FvC,kCA+F6C;EA9F7C,iBA8F0E;EA7F1E,SAAA;EACA,YA4FiF;AC8UrF;ADtaI;EACI,cAAA;EACA,eAAA;EACA,kCAAA;EACA,YAAA;ACwaR;ADtaI;EACI,gBAAA;ACwaR;ADtaI;EACI,gBAAA;ACwaR;ADtaI;EACI,gBAAA;ACwaR;ADtaI;EACI,kBAAA;ACwaR;;AD7VA;EArGI,eAsG4B;EArG5B,gBAqGkC;EApGlC,iBAoGuC;EAnGvC,kCAmG6C;EAlG7C,iBAkG0E;EAjG1E,SAAA;EACA,YAgGiF;ACsWrF;ADlcI;EACI,cAAA;EACA,eAAA;EACA,kCAAA;EACA,YAAA;ACocR;ADlcI;EACI,gBAAA;ACocR;ADlcI;EACI,gBAAA;ACocR;ADlcI;EACI,gBAAA;ACocR;ADlcI;EACI,kBAAA;ACocR;;ADrXA;EAzGI,eA0G4B;EAzG5B,gBAyGkC;EAxGlC,iBAwGuC;EAvGvC,kCAuG6C;EAtG7C,iBAsG0E;EArG1E,SAAA;EACA,YAoGiF;AC8XrF;AD9dI;EACI,cAAA;EACA,eAAA;EACA,kCAAA;EACA,YAAA;ACgeR;AD9dI;EACI,gBAAA;ACgeR;AD9dI;EACI,gBAAA;ACgeR;AD9dI;EACI,gBAAA;ACgeR;AD9dI;EACI,kBAAA;ACgeR;;ACxfA;;EAEI,sBAAA;AD2fJ;;ACxfA;EACI,kCAAA;EACA,sBAAA;AD2fJ;;ACxfA;EACI,eAAA;AD2fJ;;ACxfA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAuEI,SAAA;EACA,UAAA;EACA,SAAA;EAEA,wBAAA;AD0fJ;;ACvfA;;;;;;EAMI,iBAAA;AD0fJ;;ACvfA;EACI,gBAAA;EACA,YAAA;AD0fJ;;ACvfA;EACI,YAAA;EACA,mBAAA;EACA,kCAAA;EACA,aAAA;AD0fJ;;ACvfA;EACI,wCAAA;EACA,mBAAA;EACA,mBAAA;AD0fJ;;ACvfA;EACI,WAAA;EACA,YAAA;EACA,eAAA;AD0fJ;;ACvfA;EACI,UAAA;EACA,WAAA;EACA,eAAA;AD0fJ;;ACvfA;EACI,+CAAA;EACA,kBAAA;EACA,gEAAA;EACA,wEAAA;AD0fJ;ACxfI;EACI,yCAAA;AD0fR;;ACtfA;EACI,SAAA;EACA,eAAA;EACA,gBAAA;EACA,mBAAA;EACA,kCAAA;EACA,2CAAA;EACA,8BAAA;ADyfJ;;ACpfA;EACI,aAAA;EACA,kBAAA;EACA,gBAAA;EACA,mBAAA;ADufJ;;AC5dA;EACI,SAAA;EACA,gBAAA;EACA,iBAAA;EACA,kCAAA;AD+dJ;;ACzdI;EACI,gBAAA;AD4dR;;ACxdA;EACI,YAAA;AD2dJ;;ACxdA;EACI,WAAA;AD2dJ;;ACxdA;EACI,SAAA;AD2dJ;;ACtdA;;EAEI,kBAAA;ADydJ;;ACtdA;;;EAGI,aAAA;EACA,mBAAA;ADydJ;;ACtdA;EACI,YAAA;EACA,oBAAA;ADydJ;;ACtdA;;;;EAII,gBAAA;ADydJ;;ACpdA;EACI,qBAAA;EACA,cAAA;ADudJ;;ACpdA;;EAEI,gBAAA;ADudJ;;ACpdA;;EAEI,kBAAA;EACA,cAAA;EACA,wBAAA;ADudJ;;ACpdA;EACI,eAAA;ADudJ;;ACpdA;EACI,WAAA;ADudJ;;ACldA;EACI,wCAAA;EACA,qBAAA;ADqdJ;ACndI;EACI,wCAAA;ADqdR;;AC/cI;EAEI,cAAA;EACA,qBAAA;ADidR;;AC7cA;EACI,SAAA;EACA,cAAA;ADgdJ;;AC1cA;;EAEI,sBAAA;AD6cJ;;AC1cA;EACI,oBAAA;EACA,yBAAA;AD6cJ;;AC1cA;EACI,gBAAA;EACA,mBAAA;EACA,gCAAA;AD6cJ;;AC1cA;;;;;;EAMI,qBAAA;EACA,mBAAA;EACA,eAAA;AD6cJ;;ACzcA;EACI,qBAAA;AD4cJ;;ACzcA;EACI,UAAA;AD4cJ;;ACzcA;;;;;EAKI,SAAA;EACA,oBAAA;EACA,oBAAA;AD4cJ;;ACzcA;;EAEI,oBAAA;AD4cJ;;ACzcA;EACI,eAAA;AD4cJ;;ACzcA;EACI,wBAAA;AD4cJ;;ACzcA;;;;EAKI,0BAAA;EACA,eAAA;AD2cJ;ACzcI;;;;EACI,YAAA;EACA,oBAAA;AD8cR;;AC1cA;EACI,UAAA;EACA,kBAAA;AD6cJ;;AC1cA;EACI,gBAAA;AD6cJ;;AC1cA;EACI,gBAAA;EACA,uBAAA;EACA,mBAAA;AD6cJ;;AC1cA;;;;;;;EAOI,UAAA;AD6cJ;;AC1cA;EACI,YAAA;AD6cJ;;AC1cA;EACI,6BAAA;EACA,oBAAA;AD6cJ;;ACxcA;EACI,wBAAA;AD2cJ;;ACtcA;EACI,UAAA;ADycJ;;ACtcA;EACI,aAAA;EACA,0BAAA;ADycJ;;ACtcA;EACI,SAAA;ADycJ;;ACtcA;EACI,wBAAA;ADycJ;;ACtcA;;EAEI,wBAAA;EACA,SAAA;ADycJ;;ACtcA,YAAA;AACA;EACI,0BAAA;ADycJ;;ACtcA;EACI,wBAAA;ADycJ;;ACvcA;EACI,eAAA;EACA,SAAA;EACA,uBAAA;EACA,UAAA;EACA,wCAAA;AD0cJ;;ACvcA;EACI,kBAAA;EACA,yCAAA;EACA,qCAAA;EACA,iBAAA;EACA,aAAA;EACA,mBAAA;EACA,uBAAA;EACA,gBAAA;AD0cJ;;AEj5BA;EACE,yBAAA;EAGA,0BAAA;EACA,4BAAA;EACA,yBAAA;EACA,2BAAA;EACA,4BAAA;EACA,0BAAA;EAGA,4CAAA;EACA,oDAAA;EACA,kDAAA;EACA,gDAAA;EACA,8CAAA;EACA,6CAAA;EACA,kDAAA;EACA,4CAAA;EACA,kDAAA;AFg5BF;;AGv6BA;EACI,kBAAA;EACA,cAAA;AH06BJ;AGz6BI;EACI,UAAA;EACA,kBAAA;EACA,UAAA;EACA,eAAA;EACA,WAAA;EACA,YAAA;EACA,OAAA;EACA,QAAA;EACA,mBAAA;EACA,YAAA;AH26BR;AGv6BoB;EACI,2CAAA;AHy6BxB;AGx6BwB;EACI,mCAAA;EACA,+BAAA;EACA,2BAAA;AH06B5B;AGt6BgB;EACI,eAAA;EACA,kCAAA;EACA,eAAA;EACA,gBAAA;AHw6BpB;AGj6BoB;EACI,cAAA;AHm6BxB;AGj6BoB;EACI,aAAA;AHm6BxB;AG55BwB;EACI,YAAA;AH85B5B;AGx5BQ;EACI,YAAA;AH05BZ;AGv5BoB;EACI,YAAA;AHy5BxB;AGn5BI;EACI,aAAA;EACA,mBAAA;EACA,QAAA;EACA,eAAA;EACA,uBAAA;EACA,UAAA;EACA,SAAA;EACA,UAAA;AHq5BR;AGp5BQ;EACI,kBAAA;EACA,WAAA;EACA,YAAA;AHs5BZ;AGr5BY;EACI,kBAAA;EACA,eAAA;EACA,WAAA;EACA,YAAA;EACA,MAAA;EACA,OAAA;EACA,QAAA;EACA,SAAA;EACA,gBAAA;EACA,mBAAA;EACA,qCAAA;EACA,SAAA;EACA,UAAA;EACA,UAAA;AHu5BhB;AGt5BgB;EACI,mCAAA;AHw5BpB;AGt5BgB;EACI,kBAAA;EACA,WAAA;EACA,YAAA;EACA,WAAA;EACA,QAAA;EACA,SAAA;EACA,QAAA;EACA,2CAAA;EACA,gBAAA;EACA,kBAAA;EACA,sHAAA;AHw5BpB;AGp5BQ;EACI,eAAA;EACA,kCAAA;EACA,eAAA;EACA,gBAAA;AHs5BZ;AGl5BY;EACI,kCAAA;AHo5BhB;AG/4BY;EACI,kCAAA;EACA,aAAA;AHi5BhB;AG/4BY;EACI,cAAA;AHi5BhB","sourcesContent":["@mixin headingTextDisplay($size, $weight, $lineheight, $color, $textalign, $opacity) {\n font-size: $size;\n font-weight: $weight;\n line-height: $lineheight;\n color: $color;\n text-align: $textalign;\n margin: 0;\n opacity: $opacity;\n // display: flex;\n // align-items: center;\n // gap: 6px;\n i{\n flex-shrink: 0;\n cursor: pointer;\n color: var(--AA-gloabl-text-color);\n opacity: 0.5;\n }\n &.medium {\n font-weight: 500;\n }\n &.semibold {\n font-weight: 600;\n }\n &.bold {\n font-weight: 700;\n }\n &.center{\n text-align: center;\n }\n}\n\n.aa-heading-two-xl {\n letter-spacing: -0.02em;\n @include headingTextDisplay(72px, 400, 90px, var(--AA-gloabl-text-color), start, 1);\n}\n\n.aa-heading-xl {\n letter-spacing: -0.02em;\n @include headingTextDisplay(60px, 400, 72px, var(--AA-gloabl-text-color), start, 1);\n}\n\n.aa-heading-lg {\n letter-spacing: -0.96px;\n @include headingTextDisplay(48px, 400, 60px, var(--AA-gloabl-text-color), start, 1);\n}\n\n.aa-heading-md {\n @include headingTextDisplay(36px, 400, 44px, var(--AA-gloabl-text-color), start, 1);\n}\n\n.aa-heading-sm {\n @include headingTextDisplay(36px, 400, 44px, var(--AA-gloabl-text-color), start, 1);\n}\n\n.aa-heading-xs {\n @include headingTextDisplay(24px, 400, 32px, var(--AA-gloabl-text-color), start, 1);\n}\n\n// Text\n\n.aa-text-xl {\n @include headingTextDisplay(20px, 400, 30px, var(--AA-gloabl-text-color), start, 1);\n}\n\n.aa-text-lg {\n @include headingTextDisplay(18px, 400, 28px, var(--AA-gloabl-text-color), start, 1);\n}\n\n.aa-text-md {\n @include headingTextDisplay(16px, 400, 24px, var(--AA-gloabl-text-color), start, 1);\n}\n\n.aa-text-sm {\n @include headingTextDisplay(14px, 400, 20px, var(--AA-gloabl-text-color), start, 1);\n}\n\n.aa-text-xs {\n @include headingTextDisplay(12px, 400, 18px, var(--AA-gloabl-text-color), start, 1);\n}\n.aa-text-xxs {\n @include headingTextDisplay(10px, 400, 16px, var(--AA-gloabl-text-color), start, 1);\n}\n\n\n// Desc Text\n\n.aa-desc-xl {\n @include headingTextDisplay(20px, 400, 30px, var(--AA-gloabl-text-color), start, 0.5);\n}\n\n.aa-desc-lg {\n @include headingTextDisplay(18px, 400, 28px, var(--AA-gloabl-text-color), start, 0.5);\n}\n\n.aa-desc-md {\n @include headingTextDisplay(16px, 400, 24px, var(--AA-gloabl-text-color), start, 0.5);\n}\n\n.aa-desc-sm {\n @include headingTextDisplay(14px, 400, 20px, var(--AA-gloabl-text-color), start, 0.5);\n}\n\n.aa-desc-xs {\n @include headingTextDisplay(12px, 400, 18px, var(--AA-gloabl-text-color), start, 0.5);\n}\n\n.aa-desc-xxs {\n @include headingTextDisplay(10px, 400, 16px, var(--AA-gloabl-text-color), start, 0.5);\n}\n","\n@import '../../scss/fonts.css';\n@import '../../scss/typography';\n@import '../../krIconsFonts/style.css';\n@import '../../scss/functions';\n@import '../../scss/AaReboot';\n@import '../../scss/variable';\n@import '../../scss/toggle';\n","// Reset CSS\n\n\n*::before,\n*::after {\n box-sizing: border-box;\n}\n\n* {\n font-family: var(--AA-font-family);\n box-sizing: border-box;\n}\n\nbutton {\n cursor: pointer;\n}\n\napplet,\nobject,\niframe,\nh1,\nh2,\nh3,\nh4,\nh5,\nh6,\np,\nblockquote,\npre,\na,\nabbr,\nacronym,\naddress,\nbig,\ncite,\ncode,\ndel,\ndfn,\nem,\nimg,\nins,\nkbd,\nq,\ns,\nsamp,\nsmall,\nstrike,\nstrong,\nsub,\nsup,\ntt,\nvar,\nb,\nu,\ni,\ncenter,\ndl,\ndt,\ndd,\nol,\nul,\nli,\nfieldset,\nform,\nlabel,\nlegend,\ncaption,\ntbody,\ntfoot,\nthead,\naside,\ncanvas,\ndetails,\nembed,\nfigure,\nfigcaption,\nfooter,\nheader,\nhgroup,\nmenu,\nnav,\noutput,\nruby,\nsummary,\ntime,\nmark,\naudio,\nvideo {\n margin: 0;\n padding: 0;\n border: 0;\n // font-size: 100%;\n vertical-align: baseline;\n}\n\nh1,\nh2,\nh3,\nh4,\nh5,\nh6 {\n text-align: start;\n}\n\nhtml {\n overflow: hidden;\n height: 100%;\n}\n\nbody {\n height: 100%;\n line-height: normal;\n color: var(--AA-gloabl-text-color);\n padding: 20px;\n}\n\n:focus-visible {\n outline-color: var(--AA-global-theme-bg);\n outline-offset: 1px;\n outline-style: auto;\n}\n\nbody::-webkit-scrollbar {\n width: 10px;\n height: 10px;\n cursor: pointer;\n}\n\n::-webkit-scrollbar {\n width: 6px;\n height: 6px;\n cursor: pointer;\n}\n\n::-webkit-scrollbar-thumb {\n background-color: var(--AA-gloabl-bg-secondary);\n border-radius: 7px;\n transition: background-color 0.2s linear, width 0.2s ease-in-out;\n -webkit-transition: background-color 0.2s linear, width 0.2s ease-in-out;\n\n &:hover {\n background-color: var(--AA-gloabl-border);\n }\n}\n\nbody {\n margin: 0; // 1\n font-size: 14px;\n font-weight: 400;\n line-height: normal;\n color: var(--AA-gloabl-text-color);\n background-color: var(--AA-global-white-bg);\n -webkit-text-size-adjust: 100%;\n}\n\n\n\n%heading {\n margin-top: 0; // 1\n margin-bottom: 0px;\n font-weight: 400;\n line-height: normal;\n}\n\nh1 {\n @extend %heading;\n}\n\nh2 {\n @extend %heading;\n}\n\nh3 {\n @extend %heading;\n}\n\nh4 {\n @extend %heading;\n}\n\nh5 {\n @extend %heading;\n}\n\nh6 {\n @extend %heading;\n}\n\n%paragraph {\n margin: 0;\n font-weight: 400;\n line-height: 20px;\n color: var(--AA-gloabl-text-color);\n}\n\n.paragraph {\n @extend %paragraph;\n\n &.semibold {\n font-weight: 600\n }\n}\n\n.h-100 {\n height: 100%;\n}\n\n.w-100 {\n width: 100%;\n}\n\np {\n margin: 0;\n}\n\n// Lists\n\nol,\nul {\n padding-left: 2rem;\n}\n\nol,\nul,\ndl {\n margin-top: 0;\n margin-bottom: 1rem;\n}\n\n.disabled-msg {\n opacity: 0.5;\n pointer-events: none;\n}\n\nol ol,\nul ul,\nol ul,\nul ol {\n margin-bottom: 0;\n}\n\n// 1. Undo browser default\n\ndd {\n margin-bottom: .5rem;\n margin-left: 0; // 1\n}\n\nb,\nstrong {\n font-weight: 700;\n}\n\nsub,\nsup {\n position: relative;\n line-height: 0;\n vertical-align: baseline;\n}\n\nsub {\n bottom: -.25em;\n}\n\nsup {\n top: -.5em;\n}\n\n// Links\n\na {\n color: var(--AA-global-theme-text-color);\n text-decoration: none;\n\n &:hover {\n color: var(--AA-global-theme-text-color);\n }\n}\n\na:not([href]):not([class]) {\n\n &,\n &:hover {\n color: inherit;\n text-decoration: none;\n }\n}\n\nfigure {\n margin: 0;\n line-height: 0;\n}\n\n\n// Images and content\n\nimg,\nsvg {\n vertical-align: middle;\n}\n\ntable {\n caption-side: bottom;\n border-collapse: collapse;\n}\n\nth {\n font-weight: 500; // 1\n text-align: inherit; // 2\n text-align: -webkit-match-parent; // 3\n}\n\nthead,\ntbody,\ntfoot,\ntr,\ntd,\nth {\n border-color: inherit;\n border-style: solid;\n border-width: 0;\n}\n\n\nlabel {\n display: inline-block; // 1\n}\n\nbutton:focus:not(:focus-visible) {\n outline: 0;\n}\n\ninput,\nbutton,\nselect,\noptgroup,\ntextarea {\n margin: 0; // 1\n font-family: inherit;\n line-height: inherit;\n}\n\nbutton,\nselect {\n text-transform: none;\n}\n\n[role=\"button\"] {\n cursor: pointer;\n}\n\n[list]:not([type=\"date\"]):not([type=\"datetime-local\"]):not([type=\"month\"]):not([type=\"week\"]):not([type=\"time\"])::-webkit-calendar-picker-indicator {\n display: none !important;\n}\n\nbutton,\n[type=\"button\"],\n// 1\n[type=\"reset\"],\n[type=\"submit\"] {\n -webkit-appearance: button; // 2\n cursor: pointer;\n\n &:disabled {\n opacity: 0.3;\n pointer-events: none;\n }\n}\n\n::-moz-focus-inner {\n padding: 0;\n border-style: none;\n}\n\ntextarea {\n resize: vertical; // 1\n}\n\n.text-truncate {\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n}\n\n::-webkit-datetime-edit-fields-wrapper,\n::-webkit-datetime-edit-text,\n::-webkit-datetime-edit-minute,\n::-webkit-datetime-edit-hour-field,\n::-webkit-datetime-edit-day-field,\n::-webkit-datetime-edit-month-field,\n::-webkit-datetime-edit-year-field {\n padding: 0;\n}\n\n::-webkit-inner-spin-button {\n height: auto;\n}\n\n[type=\"search\"] {\n -webkit-appearance: textfield; // 1\n outline-offset: -2px; // 2\n}\n\n// Remove the inner padding in Chrome and Safari on macOS.\n\n::-webkit-search-decoration {\n -webkit-appearance: none;\n}\n\n// Remove padding around color pickers in webkit browsers\n\n::-webkit-color-swatch-wrapper {\n padding: 0;\n}\n\n::file-selector-button {\n font: inherit; // 1\n -webkit-appearance: button; // 2\n}\n\niframe {\n border: 0;\n}\n\n[hidden] {\n display: none !important;\n}\n\ninput::-webkit-outer-spin-button,\ninput::-webkit-inner-spin-button {\n -webkit-appearance: none;\n margin: 0;\n}\n\n/* Firefox */\ninput[type=number] {\n -moz-appearance: textfield;\n}\n\n.aa-d-none{\n display: none !important;\n}\n.more-link-text{\n cursor: pointer;\n border: 0;\n background: transparent;\n padding: 0;\n color: var(--AA-global-theme-text-color);\n}\n\n.aa-solidbtn{\n border-radius: 4px;\n border: 1px solid var(--AA-gloabl-border);\n background: var(--AA-global-white-bg);\n padding: 5px 11px;\n display: flex;\n align-items: center;\n justify-content: center;\n min-height: 24px;\n}","// Variables\n\n\n:root{\n --AA-font-family: \"Inter\"; // \"Inter\";\n\n // Main 4 colors pallet\n --AA-primary-color:#2970FF;\n --AA-secondary-color:#EAECF0;\n --AA-primary-text:#101828;\n --AA-secondary-text:#FFFFFF;\n --AA-body-background:#FFFFFF;\n --AA-warning-color:#D92D20;\n\n // Dependent Color\n --AA-global-theme-bg:var(--AA-primary-color);\n --AA-global-theme-text-color:var(--AA-primary-color);\n --AA-gloabl-bg-secondary:var(--AA-secondary-color);\n --AA-global-white-color:var(--AA-secondary-text);\n --AA-global-white-bg:var(--AA-body-background);\n --AA-gloabl-text-color:var(--AA-primary-text);\n --AA-gloabl-text-desc-color:var(--AA-primary-text);\n --AA-gloabl-border:var(--AA-secondary-color);\n --AA-gloabl-scrollbar-bg:var(--AA-secondary-color);\n}",".aa-toggle-switch {\n position: relative;\n display: block;\n input{\n opacity: 0;\n position: absolute;\n z-index: 9;\n cursor: pointer;\n width: 28px;\n height: 16px;\n left: 0;\n top: 0px;\n line-height: normal;\n font-size: 0;\n &:checked{\n + .aa-slider{\n .slide-parent{\n .slider-btn{\n background-color: var(--AA-global-theme-bg);\n &::before{\n -webkit-transform: translateX(12px);\n -ms-transform: translateX(12px);\n transform: translateX(12px);\n }\n }\n }\n span{\n font-size: 12px;\n color: var(--AA-gloabl-text-color);\n cursor: pointer;\n font-weight: 500;\n &.yes{\n \n }\n &.no{\n \n }\n &.enabled{\n display: block;\n }\n &.disabled{\n display: none;\n }\n }\n }\n &:disabled{\n + .aa-slider{\n .slide-parent{\n .slider-btn{\n opacity: 0.5;\n }\n }\n }\n }\n }\n &:disabled{\n cursor: auto;\n + .aa-slider{\n .slide-parent{\n .slider-btn{\n opacity: 0.5;\n }\n }\n }\n }\n }\n .aa-slider{\n display: flex;\n align-items: center;\n gap: 8px;\n flex-wrap: wrap;\n background: transparent;\n padding: 0;\n border: 0;\n outline: 0;\n .slide-parent{\n position: relative;\n width: 28px;\n height: 16px;\n .slider-btn{\n position: absolute;\n cursor: pointer;\n width: 100%;\n height: 100%;\n top: 0;\n left: 0;\n right: 0;\n bottom: 0;\n transition: 0.4s;\n border-radius: 10px;\n background: var(--AA-global-white-bg);\n border: 0;\n padding: 0;\n outline: 0;\n &:focus{\n box-shadow: 0px 0px 0px 4px #EFF4FF;\n }\n &::before{\n position: absolute;\n content: \"\";\n height: 12px;\n width: 12px;\n top: 2px;\n left: 2px;\n right: 0;\n background-color: var(--AA-global-white-bg);\n transition: 0.4s;\n border-radius: 50%;\n filter: drop-shadow(0px 0.778px 1.556px rgba(16, 24, 40, 0.06)) drop-shadow(0px 0.778px 2.333px rgba(16, 24, 40, 0.10));\n }\n }\n }\n span{\n font-size: 12px;\n color: var(--AA-gloabl-text-color);\n cursor: pointer;\n font-weight: 500;\n &.show-alwyas-text{\n\n }\n &.no{\n color: var(--AA-gloabl-text-color);\n }\n &.yes{\n \n }\n &.enabled{\n color: var(--AA-gloabl-text-color);\n display: none;\n }\n &.disabled{\n display: block;\n }\n }\n }\n}"],"sourceRoot":""}]);
1071
- // Exports
1072
- /* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (___CSS_LOADER_EXPORT___);
1073
-
1074
-
1075
- /***/ }),
1076
-
1077
- /***/ "./node_modules/css-loader/dist/cjs.js!./src/krIconsFonts/style.css":
1078
- /*!**************************************************************************!*\
1079
- !*** ./node_modules/css-loader/dist/cjs.js!./src/krIconsFonts/style.css ***!
1080
- \**************************************************************************/
1081
- /***/ ((module, __webpack_exports__, __webpack_require__) => {
1082
-
1083
- __webpack_require__.r(__webpack_exports__);
1084
- /* harmony export */ __webpack_require__.d(__webpack_exports__, {
1085
- /* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
1086
- /* harmony export */ });
1087
- /* harmony import */ var _node_modules_css_loader_dist_runtime_sourceMaps_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../node_modules/css-loader/dist/runtime/sourceMaps.js */ "./node_modules/css-loader/dist/runtime/sourceMaps.js");
1088
- /* harmony import */ var _node_modules_css_loader_dist_runtime_sourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_node_modules_css_loader_dist_runtime_sourceMaps_js__WEBPACK_IMPORTED_MODULE_0__);
1089
- /* harmony import */ var _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../node_modules/css-loader/dist/runtime/api.js */ "./node_modules/css-loader/dist/runtime/api.js");
1090
- /* harmony import */ var _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1__);
1091
- /* harmony import */ var _node_modules_css_loader_dist_runtime_getUrl_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../node_modules/css-loader/dist/runtime/getUrl.js */ "./node_modules/css-loader/dist/runtime/getUrl.js");
1092
- /* harmony import */ var _node_modules_css_loader_dist_runtime_getUrl_js__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_node_modules_css_loader_dist_runtime_getUrl_js__WEBPACK_IMPORTED_MODULE_2__);
1093
- // Imports
1094
-
1095
-
1096
-
1097
- var ___CSS_LOADER_URL_IMPORT_0___ = new URL(/* asset import */ __webpack_require__(/*! fonts/krIocnsFont.eot?oez4oh */ "./src/krIconsFonts/fonts/krIocnsFont.eot?oez4oh"), __webpack_require__.b);
1098
- var ___CSS_LOADER_URL_IMPORT_1___ = new URL(/* asset import */ __webpack_require__(/*! fonts/krIocnsFont.ttf?oez4oh */ "./src/krIconsFonts/fonts/krIocnsFont.ttf?oez4oh"), __webpack_require__.b);
1099
- var ___CSS_LOADER_URL_IMPORT_2___ = new URL(/* asset import */ __webpack_require__(/*! fonts/krIocnsFont.woff?oez4oh */ "./src/krIconsFonts/fonts/krIocnsFont.woff?oez4oh"), __webpack_require__.b);
1100
- var ___CSS_LOADER_URL_IMPORT_3___ = new URL(/* asset import */ __webpack_require__(/*! fonts/krIocnsFont.svg?oez4oh */ "./src/krIconsFonts/fonts/krIocnsFont.svg?oez4oh"), __webpack_require__.b);
1101
- var ___CSS_LOADER_EXPORT___ = _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1___default()((_node_modules_css_loader_dist_runtime_sourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default()));
1102
- var ___CSS_LOADER_URL_REPLACEMENT_0___ = _node_modules_css_loader_dist_runtime_getUrl_js__WEBPACK_IMPORTED_MODULE_2___default()(___CSS_LOADER_URL_IMPORT_0___);
1103
- var ___CSS_LOADER_URL_REPLACEMENT_1___ = _node_modules_css_loader_dist_runtime_getUrl_js__WEBPACK_IMPORTED_MODULE_2___default()(___CSS_LOADER_URL_IMPORT_0___, { hash: "#iefix" });
1104
- var ___CSS_LOADER_URL_REPLACEMENT_2___ = _node_modules_css_loader_dist_runtime_getUrl_js__WEBPACK_IMPORTED_MODULE_2___default()(___CSS_LOADER_URL_IMPORT_1___);
1105
- var ___CSS_LOADER_URL_REPLACEMENT_3___ = _node_modules_css_loader_dist_runtime_getUrl_js__WEBPACK_IMPORTED_MODULE_2___default()(___CSS_LOADER_URL_IMPORT_2___);
1106
- var ___CSS_LOADER_URL_REPLACEMENT_4___ = _node_modules_css_loader_dist_runtime_getUrl_js__WEBPACK_IMPORTED_MODULE_2___default()(___CSS_LOADER_URL_IMPORT_3___, { hash: "#krIocnsFont" });
1107
- // Module
1108
- ___CSS_LOADER_EXPORT___.push([module.id, `@font-face {
1109
- font-family: 'krIocnsFont';
1110
- src: url(${___CSS_LOADER_URL_REPLACEMENT_0___});
1111
- src: url(${___CSS_LOADER_URL_REPLACEMENT_1___}) format('embedded-opentype'),
1112
- url(${___CSS_LOADER_URL_REPLACEMENT_2___}) format('truetype'),
1113
- url(${___CSS_LOADER_URL_REPLACEMENT_3___}) format('woff'),
1114
- url(${___CSS_LOADER_URL_REPLACEMENT_4___}) format('svg');
1115
- font-weight: normal;
1116
- font-style: normal;
1117
- font-display: block;
1118
- }
1119
-
1120
- [class^="krIocnsFont-"], [class*=" krIocnsFont-"] {
1121
- /* use !important to prevent issues with browser extensions that change fonts */
1122
- font-family: 'krIocnsFont' !important;
1123
- speak: never;
1124
- font-style: normal;
1125
- font-weight: normal;
1126
- font-variant: normal;
1127
- text-transform: none;
1128
- line-height: 1;
1129
-
1130
- /* Better Font Rendering =========== */
1131
- -webkit-font-smoothing: antialiased;
1132
- -moz-osx-font-smoothing: grayscale;
1133
- }
1134
-
1135
- .krIocnsFont-moon-01:before {
1136
- content: "\\e924";
1137
- }
1138
- .krIocnsFont-sun:before {
1139
- content: "\\e925";
1140
- }
1141
- .krIocnsFont-agent:before {
1142
- content: "\\e923";
1143
- }
1144
- .krIocnsFont-chevron-up:before {
1145
- content: "\\e922";
1146
- }
1147
- .krIocnsFont-terminate-playbook:before {
1148
- content: "\\e921";
1149
- }
1150
- .krIocnsFont-play:before {
1151
- content: "\\e91f";
1152
- }
1153
- .krIocnsFont-pause:before {
1154
- content: "\\e920";
1155
- }
1156
- .krIocnsFont-Aimark:before {
1157
- content: "\\e91e";
1158
- }
1159
- .krIocnsFont-keyboard:before {
1160
- content: "\\e91d";
1161
- }
1162
- .krIocnsFont-warning-solid:before {
1163
- content: "\\e91c";
1164
- }
1165
- .krIocnsFont-check:before {
1166
- content: "\\e919";
1167
- }
1168
- .krIocnsFont-check-circle:before {
1169
- content: "\\e91b";
1170
- }
1171
- .krIocnsFont-thumbs-up-solid:before {
1172
- content: "\\e918";
1173
- }
1174
- .krIocnsFont-thumbs-down:before {
1175
- content: "\\e91a";
1176
- }
1177
- .krIocnsFont-exclamation:before {
1178
- content: "\\e917";
1179
- }
1180
- .krIocnsFont-hand:before {
1181
- content: "\\e911";
1182
- }
1183
- .krIocnsFont-info-circle:before {
1184
- content: "\\e912";
1185
- }
1186
- .krIocnsFont-alert-triangle:before {
1187
- content: "\\e913";
1188
- }
1189
- .krIocnsFont-close-md:before {
1190
- content: "\\e914";
1191
- }
1192
- .krIocnsFont-close:before {
1193
- content: "\\e915";
1194
- }
1195
- .krIocnsFont-thumbs-up:before {
1196
- content: "\\e916";
1197
- }
1198
- .krIocnsFont-copy:before {
1199
- content: "\\e910";
1200
- }
1201
- .krIocnsFont-outlined:before {
1202
- content: "\\e90f";
1203
- }
1204
- .krIocnsFont-list:before {
1205
- content: "\\e90a";
1206
- }
1207
- .krIocnsFont-refresh:before {
1208
- content: "\\e90b";
1209
- }
1210
- .krIocnsFont-chevron-down:before {
1211
- content: "\\e90c";
1212
- }
1213
- .krIocnsFont-maximize:before {
1214
- content: "\\e90d";
1215
- }
1216
- .krIocnsFont-minimize:before {
1217
- content: "\\e90e";
1218
- }
1219
- .krIocnsFont-light-bulb:before {
1220
- content: "\\e909";
1221
- }
1222
- .krIocnsFont-link-external-02:before {
1223
- content: "\\e900";
1224
- }
1225
- .krIocnsFont-search-md:before {
1226
- content: "\\e901";
1227
- }
1228
- .krIocnsFont-my-bot:before {
1229
- content: "\\e902";
1230
- }
1231
- .krIocnsFont-settings:before {
1232
- content: "\\e903";
1233
- }
1234
- .krIocnsFont-assist:before {
1235
- content: "\\e904";
1236
- }
1237
- .krIocnsFont-chevron-left:before {
1238
- content: "\\e905";
1239
- }
1240
- .krIocnsFont-chevron-right:before {
1241
- content: "\\e906";
1242
- }
1243
- .krIocnsFont-transcript:before {
1244
- content: "\\e907";
1245
- }
1246
- .krIocnsFont-image-01:before {
1247
- content: "\\e908";
1248
- }
1249
- `, "",{"version":3,"sources":["webpack://./src/krIconsFonts/style.css"],"names":[],"mappings":"AAAA;EACE,0BAA0B;EAC1B,6CAAyC;EACzC;;;yDAG+D;EAC/D,mBAAmB;EACnB,kBAAkB;EAClB,mBAAmB;AACrB;;AAEA;EACE,+EAA+E;EAC/E,qCAAqC;EACrC,YAAY;EACZ,kBAAkB;EAClB,mBAAmB;EACnB,oBAAoB;EACpB,oBAAoB;EACpB,cAAc;;EAEd,sCAAsC;EACtC,mCAAmC;EACnC,kCAAkC;AACpC;;AAEA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB","sourcesContent":["@font-face {\n font-family: 'krIocnsFont';\n src: url('fonts/krIocnsFont.eot?oez4oh');\n src: url('fonts/krIocnsFont.eot?oez4oh#iefix') format('embedded-opentype'),\n url('fonts/krIocnsFont.ttf?oez4oh') format('truetype'),\n url('fonts/krIocnsFont.woff?oez4oh') format('woff'),\n url('fonts/krIocnsFont.svg?oez4oh#krIocnsFont') format('svg');\n font-weight: normal;\n font-style: normal;\n font-display: block;\n}\n\n[class^=\"krIocnsFont-\"], [class*=\" krIocnsFont-\"] {\n /* use !important to prevent issues with browser extensions that change fonts */\n font-family: 'krIocnsFont' !important;\n speak: never;\n font-style: normal;\n font-weight: normal;\n font-variant: normal;\n text-transform: none;\n line-height: 1;\n\n /* Better Font Rendering =========== */\n -webkit-font-smoothing: antialiased;\n -moz-osx-font-smoothing: grayscale;\n}\n\n.krIocnsFont-moon-01:before {\n content: \"\\e924\";\n}\n.krIocnsFont-sun:before {\n content: \"\\e925\";\n}\n.krIocnsFont-agent:before {\n content: \"\\e923\";\n}\n.krIocnsFont-chevron-up:before {\n content: \"\\e922\";\n}\n.krIocnsFont-terminate-playbook:before {\n content: \"\\e921\";\n}\n.krIocnsFont-play:before {\n content: \"\\e91f\";\n}\n.krIocnsFont-pause:before {\n content: \"\\e920\";\n}\n.krIocnsFont-Aimark:before {\n content: \"\\e91e\";\n}\n.krIocnsFont-keyboard:before {\n content: \"\\e91d\";\n}\n.krIocnsFont-warning-solid:before {\n content: \"\\e91c\";\n}\n.krIocnsFont-check:before {\n content: \"\\e919\";\n}\n.krIocnsFont-check-circle:before {\n content: \"\\e91b\";\n}\n.krIocnsFont-thumbs-up-solid:before {\n content: \"\\e918\";\n}\n.krIocnsFont-thumbs-down:before {\n content: \"\\e91a\";\n}\n.krIocnsFont-exclamation:before {\n content: \"\\e917\";\n}\n.krIocnsFont-hand:before {\n content: \"\\e911\";\n}\n.krIocnsFont-info-circle:before {\n content: \"\\e912\";\n}\n.krIocnsFont-alert-triangle:before {\n content: \"\\e913\";\n}\n.krIocnsFont-close-md:before {\n content: \"\\e914\";\n}\n.krIocnsFont-close:before {\n content: \"\\e915\";\n}\n.krIocnsFont-thumbs-up:before {\n content: \"\\e916\";\n}\n.krIocnsFont-copy:before {\n content: \"\\e910\";\n}\n.krIocnsFont-outlined:before {\n content: \"\\e90f\";\n}\n.krIocnsFont-list:before {\n content: \"\\e90a\";\n}\n.krIocnsFont-refresh:before {\n content: \"\\e90b\";\n}\n.krIocnsFont-chevron-down:before {\n content: \"\\e90c\";\n}\n.krIocnsFont-maximize:before {\n content: \"\\e90d\";\n}\n.krIocnsFont-minimize:before {\n content: \"\\e90e\";\n}\n.krIocnsFont-light-bulb:before {\n content: \"\\e909\";\n}\n.krIocnsFont-link-external-02:before {\n content: \"\\e900\";\n}\n.krIocnsFont-search-md:before {\n content: \"\\e901\";\n}\n.krIocnsFont-my-bot:before {\n content: \"\\e902\";\n}\n.krIocnsFont-settings:before {\n content: \"\\e903\";\n}\n.krIocnsFont-assist:before {\n content: \"\\e904\";\n}\n.krIocnsFont-chevron-left:before {\n content: \"\\e905\";\n}\n.krIocnsFont-chevron-right:before {\n content: \"\\e906\";\n}\n.krIocnsFont-transcript:before {\n content: \"\\e907\";\n}\n.krIocnsFont-image-01:before {\n content: \"\\e908\";\n}\n"],"sourceRoot":""}]);
1250
- // Exports
1251
- /* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (___CSS_LOADER_EXPORT___);
1252
-
1253
-
1254
- /***/ }),
1255
-
1256
- /***/ "./node_modules/css-loader/dist/cjs.js!./src/scss/fonts.css":
1257
- /*!******************************************************************!*\
1258
- !*** ./node_modules/css-loader/dist/cjs.js!./src/scss/fonts.css ***!
1259
- \******************************************************************/
1260
- /***/ ((module, __webpack_exports__, __webpack_require__) => {
3
+ /***/ "./src/components/aaWindow/aaWindow.ts":
4
+ /*!*********************************************!*\
5
+ !*** ./src/components/aaWindow/aaWindow.ts ***!
6
+ \*********************************************/
7
+ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
1261
8
 
1262
9
  __webpack_require__.r(__webpack_exports__);
1263
10
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
1264
11
  /* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
1265
12
  /* harmony export */ });
1266
- /* harmony import */ var _node_modules_css_loader_dist_runtime_sourceMaps_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../node_modules/css-loader/dist/runtime/sourceMaps.js */ "./node_modules/css-loader/dist/runtime/sourceMaps.js");
1267
- /* harmony import */ var _node_modules_css_loader_dist_runtime_sourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_node_modules_css_loader_dist_runtime_sourceMaps_js__WEBPACK_IMPORTED_MODULE_0__);
1268
- /* harmony import */ var _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../node_modules/css-loader/dist/runtime/api.js */ "./node_modules/css-loader/dist/runtime/api.js");
1269
- /* harmony import */ var _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1__);
1270
- /* harmony import */ var _node_modules_css_loader_dist_runtime_getUrl_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../node_modules/css-loader/dist/runtime/getUrl.js */ "./node_modules/css-loader/dist/runtime/getUrl.js");
1271
- /* harmony import */ var _node_modules_css_loader_dist_runtime_getUrl_js__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_node_modules_css_loader_dist_runtime_getUrl_js__WEBPACK_IMPORTED_MODULE_2__);
1272
- // Imports
1273
-
1274
-
1275
-
1276
- var ___CSS_LOADER_URL_IMPORT_0___ = new URL(/* asset import */ __webpack_require__(/*! ../fonts/inter/Inter-Light.woff2 */ "./src/fonts/inter/Inter-Light.woff2"), __webpack_require__.b);
1277
- var ___CSS_LOADER_URL_IMPORT_1___ = new URL(/* asset import */ __webpack_require__(/*! ../fonts/inter/Inter-Light.woff */ "./src/fonts/inter/Inter-Light.woff"), __webpack_require__.b);
1278
- var ___CSS_LOADER_URL_IMPORT_2___ = new URL(/* asset import */ __webpack_require__(/*! ../fonts/inter/Inter-Regular.woff2 */ "./src/fonts/inter/Inter-Regular.woff2"), __webpack_require__.b);
1279
- var ___CSS_LOADER_URL_IMPORT_3___ = new URL(/* asset import */ __webpack_require__(/*! ../fonts/inter/Inter-Regular.woff */ "./src/fonts/inter/Inter-Regular.woff"), __webpack_require__.b);
1280
- var ___CSS_LOADER_URL_IMPORT_4___ = new URL(/* asset import */ __webpack_require__(/*! ../fonts/inter/Inter-Italic.woff2 */ "./src/fonts/inter/Inter-Italic.woff2"), __webpack_require__.b);
1281
- var ___CSS_LOADER_URL_IMPORT_5___ = new URL(/* asset import */ __webpack_require__(/*! ../fonts/inter/Inter-Italic.woff */ "./src/fonts/inter/Inter-Italic.woff"), __webpack_require__.b);
1282
- var ___CSS_LOADER_URL_IMPORT_6___ = new URL(/* asset import */ __webpack_require__(/*! ../fonts/inter/Inter-Medium.woff2 */ "./src/fonts/inter/Inter-Medium.woff2"), __webpack_require__.b);
1283
- var ___CSS_LOADER_URL_IMPORT_7___ = new URL(/* asset import */ __webpack_require__(/*! ../fonts/inter/Inter-Medium.woff */ "./src/fonts/inter/Inter-Medium.woff"), __webpack_require__.b);
1284
- var ___CSS_LOADER_URL_IMPORT_8___ = new URL(/* asset import */ __webpack_require__(/*! ../fonts/inter/Inter-SemiBold.woff2 */ "./src/fonts/inter/Inter-SemiBold.woff2"), __webpack_require__.b);
1285
- var ___CSS_LOADER_URL_IMPORT_9___ = new URL(/* asset import */ __webpack_require__(/*! ../fonts/inter/Inter-SemiBold.woff */ "./src/fonts/inter/Inter-SemiBold.woff"), __webpack_require__.b);
1286
- var ___CSS_LOADER_URL_IMPORT_10___ = new URL(/* asset import */ __webpack_require__(/*! ../fonts/inter/Inter-SemiBoldItalic.woff2 */ "./src/fonts/inter/Inter-SemiBoldItalic.woff2"), __webpack_require__.b);
1287
- var ___CSS_LOADER_URL_IMPORT_11___ = new URL(/* asset import */ __webpack_require__(/*! ../fonts/inter/Inter-SemiBoldItalic.woff */ "./src/fonts/inter/Inter-SemiBoldItalic.woff"), __webpack_require__.b);
1288
- var ___CSS_LOADER_URL_IMPORT_12___ = new URL(/* asset import */ __webpack_require__(/*! ../fonts/inter/Inter-Bold.woff2 */ "./src/fonts/inter/Inter-Bold.woff2"), __webpack_require__.b);
1289
- var ___CSS_LOADER_URL_IMPORT_13___ = new URL(/* asset import */ __webpack_require__(/*! ../fonts/inter/Inter-Bold.woff */ "./src/fonts/inter/Inter-Bold.woff"), __webpack_require__.b);
1290
- var ___CSS_LOADER_URL_IMPORT_14___ = new URL(/* asset import */ __webpack_require__(/*! ../fonts/inter/Inter-BoldItalic.woff2 */ "./src/fonts/inter/Inter-BoldItalic.woff2"), __webpack_require__.b);
1291
- var ___CSS_LOADER_URL_IMPORT_15___ = new URL(/* asset import */ __webpack_require__(/*! ../fonts/inter/Inter-BoldItalic.woff */ "./src/fonts/inter/Inter-BoldItalic.woff"), __webpack_require__.b);
1292
- var ___CSS_LOADER_URL_IMPORT_16___ = new URL(/* asset import */ __webpack_require__(/*! ../fonts/lato/lato-normal.woff2 */ "./src/fonts/lato/lato-normal.woff2"), __webpack_require__.b);
1293
- var ___CSS_LOADER_URL_IMPORT_17___ = new URL(/* asset import */ __webpack_require__(/*! ../fonts/lato/lato-normal.woff */ "./src/fonts/lato/lato-normal.woff"), __webpack_require__.b);
1294
- var ___CSS_LOADER_URL_IMPORT_18___ = new URL(/* asset import */ __webpack_require__(/*! ../fonts/lato/lato-normal-italic.woff2 */ "./src/fonts/lato/lato-normal-italic.woff2"), __webpack_require__.b);
1295
- var ___CSS_LOADER_URL_IMPORT_19___ = new URL(/* asset import */ __webpack_require__(/*! ../fonts/lato/lato-normal-italic.woff */ "./src/fonts/lato/lato-normal-italic.woff"), __webpack_require__.b);
1296
- var ___CSS_LOADER_URL_IMPORT_20___ = new URL(/* asset import */ __webpack_require__(/*! ../fonts/lato/lato-medium.woff2 */ "./src/fonts/lato/lato-medium.woff2"), __webpack_require__.b);
1297
- var ___CSS_LOADER_URL_IMPORT_21___ = new URL(/* asset import */ __webpack_require__(/*! ../fonts/lato/lato-medium.woff */ "./src/fonts/lato/lato-medium.woff"), __webpack_require__.b);
1298
- var ___CSS_LOADER_URL_IMPORT_22___ = new URL(/* asset import */ __webpack_require__(/*! ../fonts/lato/lato-medium-italic.woff2 */ "./src/fonts/lato/lato-medium-italic.woff2"), __webpack_require__.b);
1299
- var ___CSS_LOADER_URL_IMPORT_23___ = new URL(/* asset import */ __webpack_require__(/*! ../fonts/lato/lato-medium-italic.woff */ "./src/fonts/lato/lato-medium-italic.woff"), __webpack_require__.b);
1300
- var ___CSS_LOADER_URL_IMPORT_24___ = new URL(/* asset import */ __webpack_require__(/*! ../fonts/lato/lato-semibold.woff2 */ "./src/fonts/lato/lato-semibold.woff2"), __webpack_require__.b);
1301
- var ___CSS_LOADER_URL_IMPORT_25___ = new URL(/* asset import */ __webpack_require__(/*! ../fonts/lato/lato-semibold.woff */ "./src/fonts/lato/lato-semibold.woff"), __webpack_require__.b);
1302
- var ___CSS_LOADER_URL_IMPORT_26___ = new URL(/* asset import */ __webpack_require__(/*! ../fonts/lato/lato-semibold-italic.woff2 */ "./src/fonts/lato/lato-semibold-italic.woff2"), __webpack_require__.b);
1303
- var ___CSS_LOADER_URL_IMPORT_27___ = new URL(/* asset import */ __webpack_require__(/*! ../fonts/lato/lato-semibold-italic.woff */ "./src/fonts/lato/lato-semibold-italic.woff"), __webpack_require__.b);
1304
- var ___CSS_LOADER_URL_IMPORT_28___ = new URL(/* asset import */ __webpack_require__(/*! ../fonts/lato/lato-bold.woff2 */ "./src/fonts/lato/lato-bold.woff2"), __webpack_require__.b);
1305
- var ___CSS_LOADER_URL_IMPORT_29___ = new URL(/* asset import */ __webpack_require__(/*! ../fonts/lato/lato-bold.woff */ "./src/fonts/lato/lato-bold.woff"), __webpack_require__.b);
1306
- var ___CSS_LOADER_URL_IMPORT_30___ = new URL(/* asset import */ __webpack_require__(/*! ../fonts/lato/lato-bold-italic.woff2 */ "./src/fonts/lato/lato-bold-italic.woff2"), __webpack_require__.b);
1307
- var ___CSS_LOADER_URL_IMPORT_31___ = new URL(/* asset import */ __webpack_require__(/*! ../fonts/lato/lato-bold-italic.woff */ "./src/fonts/lato/lato-bold-italic.woff"), __webpack_require__.b);
1308
- var ___CSS_LOADER_URL_IMPORT_32___ = new URL(/* asset import */ __webpack_require__(/*! ../fonts/lato/lato-black.woff2 */ "./src/fonts/lato/lato-black.woff2"), __webpack_require__.b);
1309
- var ___CSS_LOADER_URL_IMPORT_33___ = new URL(/* asset import */ __webpack_require__(/*! ../fonts/lato/lato-black.woff */ "./src/fonts/lato/lato-black.woff"), __webpack_require__.b);
1310
- var ___CSS_LOADER_URL_IMPORT_34___ = new URL(/* asset import */ __webpack_require__(/*! ../fonts/lato/lato-black-italic.woff2 */ "./src/fonts/lato/lato-black-italic.woff2"), __webpack_require__.b);
1311
- var ___CSS_LOADER_URL_IMPORT_35___ = new URL(/* asset import */ __webpack_require__(/*! ../fonts/lato/lato-black-italic.woff */ "./src/fonts/lato/lato-black-italic.woff"), __webpack_require__.b);
1312
- var ___CSS_LOADER_EXPORT___ = _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1___default()((_node_modules_css_loader_dist_runtime_sourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default()));
1313
- var ___CSS_LOADER_URL_REPLACEMENT_0___ = _node_modules_css_loader_dist_runtime_getUrl_js__WEBPACK_IMPORTED_MODULE_2___default()(___CSS_LOADER_URL_IMPORT_0___);
1314
- var ___CSS_LOADER_URL_REPLACEMENT_1___ = _node_modules_css_loader_dist_runtime_getUrl_js__WEBPACK_IMPORTED_MODULE_2___default()(___CSS_LOADER_URL_IMPORT_1___);
1315
- var ___CSS_LOADER_URL_REPLACEMENT_2___ = _node_modules_css_loader_dist_runtime_getUrl_js__WEBPACK_IMPORTED_MODULE_2___default()(___CSS_LOADER_URL_IMPORT_2___);
1316
- var ___CSS_LOADER_URL_REPLACEMENT_3___ = _node_modules_css_loader_dist_runtime_getUrl_js__WEBPACK_IMPORTED_MODULE_2___default()(___CSS_LOADER_URL_IMPORT_3___);
1317
- var ___CSS_LOADER_URL_REPLACEMENT_4___ = _node_modules_css_loader_dist_runtime_getUrl_js__WEBPACK_IMPORTED_MODULE_2___default()(___CSS_LOADER_URL_IMPORT_4___);
1318
- var ___CSS_LOADER_URL_REPLACEMENT_5___ = _node_modules_css_loader_dist_runtime_getUrl_js__WEBPACK_IMPORTED_MODULE_2___default()(___CSS_LOADER_URL_IMPORT_5___);
1319
- var ___CSS_LOADER_URL_REPLACEMENT_6___ = _node_modules_css_loader_dist_runtime_getUrl_js__WEBPACK_IMPORTED_MODULE_2___default()(___CSS_LOADER_URL_IMPORT_6___);
1320
- var ___CSS_LOADER_URL_REPLACEMENT_7___ = _node_modules_css_loader_dist_runtime_getUrl_js__WEBPACK_IMPORTED_MODULE_2___default()(___CSS_LOADER_URL_IMPORT_7___);
1321
- var ___CSS_LOADER_URL_REPLACEMENT_8___ = _node_modules_css_loader_dist_runtime_getUrl_js__WEBPACK_IMPORTED_MODULE_2___default()(___CSS_LOADER_URL_IMPORT_8___);
1322
- var ___CSS_LOADER_URL_REPLACEMENT_9___ = _node_modules_css_loader_dist_runtime_getUrl_js__WEBPACK_IMPORTED_MODULE_2___default()(___CSS_LOADER_URL_IMPORT_9___);
1323
- var ___CSS_LOADER_URL_REPLACEMENT_10___ = _node_modules_css_loader_dist_runtime_getUrl_js__WEBPACK_IMPORTED_MODULE_2___default()(___CSS_LOADER_URL_IMPORT_10___);
1324
- var ___CSS_LOADER_URL_REPLACEMENT_11___ = _node_modules_css_loader_dist_runtime_getUrl_js__WEBPACK_IMPORTED_MODULE_2___default()(___CSS_LOADER_URL_IMPORT_11___);
1325
- var ___CSS_LOADER_URL_REPLACEMENT_12___ = _node_modules_css_loader_dist_runtime_getUrl_js__WEBPACK_IMPORTED_MODULE_2___default()(___CSS_LOADER_URL_IMPORT_12___);
1326
- var ___CSS_LOADER_URL_REPLACEMENT_13___ = _node_modules_css_loader_dist_runtime_getUrl_js__WEBPACK_IMPORTED_MODULE_2___default()(___CSS_LOADER_URL_IMPORT_13___);
1327
- var ___CSS_LOADER_URL_REPLACEMENT_14___ = _node_modules_css_loader_dist_runtime_getUrl_js__WEBPACK_IMPORTED_MODULE_2___default()(___CSS_LOADER_URL_IMPORT_14___);
1328
- var ___CSS_LOADER_URL_REPLACEMENT_15___ = _node_modules_css_loader_dist_runtime_getUrl_js__WEBPACK_IMPORTED_MODULE_2___default()(___CSS_LOADER_URL_IMPORT_15___);
1329
- var ___CSS_LOADER_URL_REPLACEMENT_16___ = _node_modules_css_loader_dist_runtime_getUrl_js__WEBPACK_IMPORTED_MODULE_2___default()(___CSS_LOADER_URL_IMPORT_16___);
1330
- var ___CSS_LOADER_URL_REPLACEMENT_17___ = _node_modules_css_loader_dist_runtime_getUrl_js__WEBPACK_IMPORTED_MODULE_2___default()(___CSS_LOADER_URL_IMPORT_17___);
1331
- var ___CSS_LOADER_URL_REPLACEMENT_18___ = _node_modules_css_loader_dist_runtime_getUrl_js__WEBPACK_IMPORTED_MODULE_2___default()(___CSS_LOADER_URL_IMPORT_18___);
1332
- var ___CSS_LOADER_URL_REPLACEMENT_19___ = _node_modules_css_loader_dist_runtime_getUrl_js__WEBPACK_IMPORTED_MODULE_2___default()(___CSS_LOADER_URL_IMPORT_19___);
1333
- var ___CSS_LOADER_URL_REPLACEMENT_20___ = _node_modules_css_loader_dist_runtime_getUrl_js__WEBPACK_IMPORTED_MODULE_2___default()(___CSS_LOADER_URL_IMPORT_20___);
1334
- var ___CSS_LOADER_URL_REPLACEMENT_21___ = _node_modules_css_loader_dist_runtime_getUrl_js__WEBPACK_IMPORTED_MODULE_2___default()(___CSS_LOADER_URL_IMPORT_21___);
1335
- var ___CSS_LOADER_URL_REPLACEMENT_22___ = _node_modules_css_loader_dist_runtime_getUrl_js__WEBPACK_IMPORTED_MODULE_2___default()(___CSS_LOADER_URL_IMPORT_22___);
1336
- var ___CSS_LOADER_URL_REPLACEMENT_23___ = _node_modules_css_loader_dist_runtime_getUrl_js__WEBPACK_IMPORTED_MODULE_2___default()(___CSS_LOADER_URL_IMPORT_23___);
1337
- var ___CSS_LOADER_URL_REPLACEMENT_24___ = _node_modules_css_loader_dist_runtime_getUrl_js__WEBPACK_IMPORTED_MODULE_2___default()(___CSS_LOADER_URL_IMPORT_24___);
1338
- var ___CSS_LOADER_URL_REPLACEMENT_25___ = _node_modules_css_loader_dist_runtime_getUrl_js__WEBPACK_IMPORTED_MODULE_2___default()(___CSS_LOADER_URL_IMPORT_25___);
1339
- var ___CSS_LOADER_URL_REPLACEMENT_26___ = _node_modules_css_loader_dist_runtime_getUrl_js__WEBPACK_IMPORTED_MODULE_2___default()(___CSS_LOADER_URL_IMPORT_26___);
1340
- var ___CSS_LOADER_URL_REPLACEMENT_27___ = _node_modules_css_loader_dist_runtime_getUrl_js__WEBPACK_IMPORTED_MODULE_2___default()(___CSS_LOADER_URL_IMPORT_27___);
1341
- var ___CSS_LOADER_URL_REPLACEMENT_28___ = _node_modules_css_loader_dist_runtime_getUrl_js__WEBPACK_IMPORTED_MODULE_2___default()(___CSS_LOADER_URL_IMPORT_28___);
1342
- var ___CSS_LOADER_URL_REPLACEMENT_29___ = _node_modules_css_loader_dist_runtime_getUrl_js__WEBPACK_IMPORTED_MODULE_2___default()(___CSS_LOADER_URL_IMPORT_29___);
1343
- var ___CSS_LOADER_URL_REPLACEMENT_30___ = _node_modules_css_loader_dist_runtime_getUrl_js__WEBPACK_IMPORTED_MODULE_2___default()(___CSS_LOADER_URL_IMPORT_30___);
1344
- var ___CSS_LOADER_URL_REPLACEMENT_31___ = _node_modules_css_loader_dist_runtime_getUrl_js__WEBPACK_IMPORTED_MODULE_2___default()(___CSS_LOADER_URL_IMPORT_31___);
1345
- var ___CSS_LOADER_URL_REPLACEMENT_32___ = _node_modules_css_loader_dist_runtime_getUrl_js__WEBPACK_IMPORTED_MODULE_2___default()(___CSS_LOADER_URL_IMPORT_32___);
1346
- var ___CSS_LOADER_URL_REPLACEMENT_33___ = _node_modules_css_loader_dist_runtime_getUrl_js__WEBPACK_IMPORTED_MODULE_2___default()(___CSS_LOADER_URL_IMPORT_33___);
1347
- var ___CSS_LOADER_URL_REPLACEMENT_34___ = _node_modules_css_loader_dist_runtime_getUrl_js__WEBPACK_IMPORTED_MODULE_2___default()(___CSS_LOADER_URL_IMPORT_34___);
1348
- var ___CSS_LOADER_URL_REPLACEMENT_35___ = _node_modules_css_loader_dist_runtime_getUrl_js__WEBPACK_IMPORTED_MODULE_2___default()(___CSS_LOADER_URL_IMPORT_35___);
1349
- // Module
1350
- ___CSS_LOADER_EXPORT___.push([module.id, `/*!
1351
- Inter font.
1352
- */
1353
- @font-face {
1354
- font-family: 'Inter';
1355
- font-style: normal;
1356
- font-weight: 300;
1357
- font-display: swap;
1358
- src: url(${___CSS_LOADER_URL_REPLACEMENT_0___}) format("woff2"),
1359
- url(${___CSS_LOADER_URL_REPLACEMENT_1___}) format("woff");
1360
- }
1361
-
1362
- @font-face {
1363
- font-family: 'Inter';
1364
- font-style: normal;
1365
- font-weight: 400;
1366
- font-display: swap;
1367
- src: url(${___CSS_LOADER_URL_REPLACEMENT_2___}) format("woff2"),
1368
- url(${___CSS_LOADER_URL_REPLACEMENT_3___}) format("woff");
1369
- }
1370
-
1371
- @font-face {
1372
- font-family: 'Inter';
1373
- font-style: italic;
1374
- font-weight: 400;
1375
- font-display: swap;
1376
- src: url(${___CSS_LOADER_URL_REPLACEMENT_4___}) format("woff2"),
1377
- url(${___CSS_LOADER_URL_REPLACEMENT_5___}) format("woff");
1378
- }
1379
-
1380
- @font-face {
1381
- font-family: 'Inter';
1382
- font-style: normal;
1383
- font-weight: 500;
1384
- font-display: swap;
1385
- src: url(${___CSS_LOADER_URL_REPLACEMENT_6___}) format("woff2"),
1386
- url(${___CSS_LOADER_URL_REPLACEMENT_7___}) format("woff");
1387
- }
1388
-
1389
- @font-face {
1390
- font-family: 'Inter';
1391
- font-style: normal;
1392
- font-weight: 600;
1393
- font-display: swap;
1394
- src: url(${___CSS_LOADER_URL_REPLACEMENT_8___}) format("woff2"),
1395
- url(${___CSS_LOADER_URL_REPLACEMENT_9___}) format("woff");
1396
- }
1397
-
1398
- @font-face {
1399
- font-family: 'Inter';
1400
- font-style: italic;
1401
- font-weight: 600;
1402
- font-display: swap;
1403
- src: url(${___CSS_LOADER_URL_REPLACEMENT_10___}) format("woff2"),
1404
- url(${___CSS_LOADER_URL_REPLACEMENT_11___}) format("woff");
1405
- }
1406
-
1407
- @font-face {
1408
- font-family: 'Inter';
1409
- font-style: normal;
1410
- font-weight: 700;
1411
- font-display: swap;
1412
- src: url(${___CSS_LOADER_URL_REPLACEMENT_12___}) format("woff2"),
1413
- url(${___CSS_LOADER_URL_REPLACEMENT_13___}) format("woff");
1414
- }
1415
-
1416
- @font-face {
1417
- font-family: 'Inter';
1418
- font-style: italic;
1419
- font-weight: 700;
1420
- font-display: swap;
1421
- src: url(${___CSS_LOADER_URL_REPLACEMENT_14___}) format("woff2"),
1422
- url(${___CSS_LOADER_URL_REPLACEMENT_15___}) format("woff");
1423
- }
1424
-
1425
-
1426
-
1427
- /*!
1428
- Lato font.
1429
- */
1430
- /* Lato (hairline, regular) */
1431
-
1432
- /* Lato (normal, regular) */
1433
- @font-face {
1434
- font-family: 'Lato';
1435
- font-weight: 400;
1436
- font-style: normal;
1437
- text-rendering: optimizeLegibility;
1438
- src: url(${___CSS_LOADER_URL_REPLACEMENT_16___}) format("woff2"), url(${___CSS_LOADER_URL_REPLACEMENT_17___}) format("woff");
1439
- }
1440
-
1441
- /* Lato (normal, italic) */
1442
- @font-face {
1443
- font-family: 'Lato';
1444
- font-weight: 400;
1445
- font-style: italic;
1446
- text-rendering: optimizeLegibility;
1447
- src: url(${___CSS_LOADER_URL_REPLACEMENT_18___}) format("woff2"), url(${___CSS_LOADER_URL_REPLACEMENT_19___}) format("woff");
1448
- }
1449
-
1450
- /* Lato (medium, regular) */
1451
- @font-face {
1452
- font-family: "Lato Medium";
1453
- font-weight: 400;
1454
- font-style: normal;
1455
- text-rendering: optimizeLegibility;
1456
- src: url(${___CSS_LOADER_URL_REPLACEMENT_20___}) format("woff2"), url(${___CSS_LOADER_URL_REPLACEMENT_21___}) format("woff");
1457
- }
1458
-
1459
- /* Lato (medium, italic) */
1460
- @font-face {
1461
- font-family: "Lato Medium";
1462
- font-weight: 400;
1463
- font-style: italic;
1464
- text-rendering: optimizeLegibility;
1465
- src: url(${___CSS_LOADER_URL_REPLACEMENT_22___}) format("woff2"), url(${___CSS_LOADER_URL_REPLACEMENT_23___}) format("woff");
1466
- }
1467
-
1468
- /* Lato (semibold, regular) */
1469
- @font-face {
1470
- font-family: 'Lato';
1471
- font-weight: 500;
1472
- font-style: normal;
1473
- text-rendering: optimizeLegibility;
1474
- src: url(${___CSS_LOADER_URL_REPLACEMENT_24___}) format("woff2"), url(${___CSS_LOADER_URL_REPLACEMENT_25___}) format("woff");
1475
- }
1476
-
1477
- /* Lato (semibold, italic) */
1478
- @font-face {
1479
- font-family: 'Lato';
1480
- font-weight: 500;
1481
- font-style: italic;
1482
- text-rendering: optimizeLegibility;
1483
- src: url(${___CSS_LOADER_URL_REPLACEMENT_26___}) format("woff2"), url(${___CSS_LOADER_URL_REPLACEMENT_27___}) format("woff");
1484
- }
1485
-
1486
- /* Lato (bold, regular) */
1487
- @font-face {
1488
- font-family: 'Lato';
1489
- font-weight: 600;
1490
- font-style: normal;
1491
- text-rendering: optimizeLegibility;
1492
- src: url(${___CSS_LOADER_URL_REPLACEMENT_28___}) format("woff2"), url(${___CSS_LOADER_URL_REPLACEMENT_29___}) format("woff");
1493
- }
1494
-
1495
- /* Lato (bold, italic) */
1496
- @font-face {
1497
- font-family: 'Lato';
1498
- font-weight: 600;
1499
- font-style: italic;
1500
- text-rendering: optimizeLegibility;
1501
- src: url(${___CSS_LOADER_URL_REPLACEMENT_30___}) format("woff2"), url(${___CSS_LOADER_URL_REPLACEMENT_31___}) format("woff");
1502
- }
13
+ /* harmony import */ var _aaWindow_scss__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./_aaWindow.scss */ "./src/components/aaWindow/_aaWindow.scss");
14
+ /* harmony import */ var _common_utils_EventEmiter__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../common/utils/EventEmiter */ "./src/components/common/utils/EventEmiter.ts");
15
+ /* harmony import */ var _common_templatemanager_base_domManager__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../common/templatemanager/base/domManager */ "./src/components/common/templatemanager/base/domManager.tsx");
16
+ /* harmony import */ var _common_templatemanager_base_aaContainer_aaContainer__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../common/templatemanager/base/aaContainer/aaContainer */ "./src/components/common/templatemanager/base/aaContainer/aaContainer.tsx");
17
+ /* harmony import */ var _common_services_web_socket_service__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../common/services/web-socket-service */ "./src/components/common/services/web-socket-service.ts");
18
+ /* harmony import */ var _common_constants_events_cnst__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../common/constants/events.cnst */ "./src/components/common/constants/events.cnst.ts");
19
+ /* harmony import */ var _common_services_rootService__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../common/services/rootService */ "./src/components/common/services/rootService.ts");
20
+ /* harmony import */ var _common_templatemanager_base_eventManager__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ../common/templatemanager/base/eventManager */ "./src/components/common/templatemanager/base/eventManager.tsx");
21
+ /* harmony import */ var _common_utils_interceptor__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ../common/utils/interceptor */ "./src/components/common/utils/interceptor.ts");
22
+ var __extends = (undefined && undefined.__extends) || (function () {
23
+ var extendStatics = function (d, b) {
24
+ extendStatics = Object.setPrototypeOf ||
25
+ ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
26
+ function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
27
+ return extendStatics(d, b);
28
+ };
29
+ return function (d, b) {
30
+ if (typeof b !== "function" && b !== null)
31
+ throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
32
+ extendStatics(d, b);
33
+ function __() { this.constructor = d; }
34
+ d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
35
+ };
36
+ })();
37
+
38
+
39
+
40
+
41
+
42
+
43
+
44
+
45
+
46
+ var aaWindow = /** @class */ (function (_super) {
47
+ __extends(aaWindow, _super);
48
+ function aaWindow() {
49
+ var _this = _super.call(this) || this;
50
+ _this.handleOverrideMode = function (toggleOverride, dialogId) {
51
+ var _a;
52
+ var connectionDetails = _this.rootService.connectionDetails;
53
+ var overRideObj = {
54
+ "agentId": "",
55
+ "botId": connectionDetails.botId,
56
+ "conversationId": connectionDetails.conversationId,
57
+ "query": "",
58
+ "enable_override_userinput": toggleOverride,
59
+ 'experience': (_a = _this.rootService.connectionDetails) === null || _a === void 0 ? void 0 : _a.channel,
60
+ "positionId": dialogId
61
+ };
62
+ _this.socketConnection.emitEvents(_common_constants_events_cnst__WEBPACK_IMPORTED_MODULE_5__.EVENTS.enable_override_userinput, overRideObj);
63
+ _this.rootService.OverRideMode = toggleOverride;
64
+ };
65
+ return _this;
66
+ }
67
+ aaWindow.prototype.show = function (config) {
68
+ var me = this;
69
+ me.initShow(config);
70
+ me.eventManager = new _common_templatemanager_base_eventManager__WEBPACK_IMPORTED_MODULE_7__["default"](me);
71
+ };
72
+ ;
73
+ aaWindow.prototype.handleAgentUserMessage = function (data) {
74
+ var _a, _b, _c, _d, _e, _f, _g;
75
+ if ((data === null || data === void 0 ? void 0 : data.name) === 'agentAssist.AgentMessage' || data.type === 'AGENT' || ((_a = data === null || data === void 0 ? void 0 : data.author) === null || _a === void 0 ? void 0 : _a.type) === 'AGENT') {
76
+ this.emitUserAgentMessage(data, 'agent_inp_msg');
77
+ }
78
+ else if ((data === null || data === void 0 ? void 0 : data.name) === 'agentAssist.CustomerMessage' || data.type === 'USER' || ((_b = data === null || data === void 0 ? void 0 : data.author) === null || _b === void 0 ? void 0 : _b.type) === 'USER') {
79
+ this.emitUserAgentMessage(data, 'user_inp_msg');
80
+ }
81
+ if (data.value) {
82
+ var userInputData = data;
83
+ var agent_assist_request = {
84
+ 'author': {
85
+ "firstName": (_c = userInputData.author) === null || _c === void 0 ? void 0 : _c.firstName,
86
+ "lastName": (_d = userInputData.author) === null || _d === void 0 ? void 0 : _d.lastName,
87
+ "type": (_e = userInputData.author) === null || _e === void 0 ? void 0 : _e.type
88
+ },
89
+ 'botId': this.rootService.connectionDetails.botId,
90
+ 'conversationId': userInputData.conversationId,
91
+ 'experience': (_f = this.rootService.connectionDetails) === null || _f === void 0 ? void 0 : _f.channel,
92
+ 'query': userInputData.value,
93
+ 'positionId': this.rootService.isAutomationOnGoing ? this.rootService.currentPositionId : null
94
+ };
95
+ if (userInputData === null || userInputData === void 0 ? void 0 : userInputData.customData) {
96
+ agent_assist_request['customData'] = JSON.parse(JSON.stringify(userInputData === null || userInputData === void 0 ? void 0 : userInputData.customData));
97
+ }
98
+ if (userInputData === null || userInputData === void 0 ? void 0 : userInputData.secureCustomData) {
99
+ agent_assist_request['secureCustomData'] = userInputData === null || userInputData === void 0 ? void 0 : userInputData.secureCustomData;
100
+ }
101
+ else {
102
+ if (((_g = userInputData === null || userInputData === void 0 ? void 0 : userInputData.author) === null || _g === void 0 ? void 0 : _g.type) === 'USER') {
103
+ this.socketConnection.emitEvents(_common_constants_events_cnst__WEBPACK_IMPORTED_MODULE_5__.EVENTS.agent_assist_request, agent_assist_request);
104
+ }
105
+ }
106
+ }
107
+ };
108
+ aaWindow.prototype.emitUserAgentMessage = function (payload, eType) {
109
+ if (eType === void 0) { eType = ''; }
110
+ // emit userAgentMsg
111
+ if (eType === 'user_inp_msg') {
112
+ this.socketConnection.emitEvents(_common_constants_events_cnst__WEBPACK_IMPORTED_MODULE_5__.EVENTS.user_sent_message, payload);
113
+ }
114
+ else if (eType === 'agent_inp_msg') {
115
+ this.socketConnection.emitEvents(_common_constants_events_cnst__WEBPACK_IMPORTED_MODULE_5__.EVENTS.agent_sent_message, payload);
116
+ }
117
+ };
118
+ aaWindow.prototype.initShow = function (config) {
119
+ var _this = this;
120
+ this.socketConnection = new _common_services_web_socket_service__WEBPACK_IMPORTED_MODULE_4__["default"](this);
121
+ this.rootService = new _common_services_rootService__WEBPACK_IMPORTED_MODULE_6__["default"]();
122
+ this.rootService.connectionDetails = config.connectionDetails;
123
+ this.JWTSetup(config)
124
+ .then(function (data) {
125
+ _this.rootService.grantResponseObj = data;
126
+ config['JWT_RESP'] = data;
127
+ _this.socketConnection.configOptions = config;
128
+ var botId = config.connectionDetails.botId;
129
+ _this.getAASettings(botId)
130
+ .then(function (settings) {
131
+ _this.rootService.aaSettings = (settings === null || settings === void 0 ? void 0 : settings.agentAssistSettings) || {};
132
+ _this.socketConnection.socketConnection(config);
133
+ var chatWindowHtml;
134
+ chatWindowHtml = (0,_common_templatemanager_base_domManager__WEBPACK_IMPORTED_MODULE_2__.getHTML)(_common_templatemanager_base_aaContainer_aaContainer__WEBPACK_IMPORTED_MODULE_3__.AAContainer, {}, _this);
135
+ _this.chatEle = chatWindowHtml;
136
+ _this.render(chatWindowHtml);
137
+ _this.bindEvents();
138
+ });
139
+ })
140
+ .catch(function (err) {
141
+ });
142
+ };
143
+ ;
144
+ aaWindow.prototype.getAASettings = function (botId) {
145
+ var channel = this.rootService.connectionDetails.channel;
146
+ return (0,_common_utils_interceptor__WEBPACK_IMPORTED_MODULE_8__["default"])('get_aa_settings', {
147
+ method: 'GET',
148
+ headers: {
149
+ 'Content-Type': 'application/json',
150
+ },
151
+ }, this, { botId: botId, channel: channel });
152
+ };
153
+ aaWindow.prototype.JWTSetup = function (options) {
154
+ var _a = options.connectionDetails || {}, token = _a.token, botId = _a.botId;
155
+ var payload = {
156
+ "assertion": token,
157
+ "botInfo": {
158
+ taskBotId: botId,
159
+ chatBot: 'Sample Bot'
160
+ },
161
+ "token": {}
162
+ };
163
+ return (0,_common_utils_interceptor__WEBPACK_IMPORTED_MODULE_8__["default"])('jwt_grant', {
164
+ method: 'POST',
165
+ body: JSON.stringify(payload),
166
+ }, this);
167
+ };
168
+ aaWindow.prototype.render = function (chatWindowHtml) {
169
+ var body = document.getElementsByTagName('body')[0];
170
+ body.append(chatWindowHtml);
171
+ };
172
+ ;
173
+ aaWindow.prototype.bindEvents = function () {
174
+ var _this = this;
175
+ this.on('beforeWSSendMessage', function (config) {
176
+ _this.commonEmitEvents(config);
177
+ });
178
+ };
179
+ aaWindow.prototype.commonEmitEvents = function (config) {
180
+ var _a, _b;
181
+ var _c = config === null || config === void 0 ? void 0 : config.connectionDetails, botId = _c.botId, conversationId = _c.conversationId, autoBotId = _c.autoBotId, interactiveLanguage = _c.interactiveLanguage, userName = _c.userName, customData = _c.customData, token = _c.token, channel = _c.channel;
182
+ var sendCustomData = '';
183
+ var sendInteractiveLanguage = '';
184
+ var sendAutoBotId = '';
185
+ if (customData && ((_a = Object.keys(customData)) === null || _a === void 0 ? void 0 : _a.length) > 0 && ((_b = config === null || config === void 0 ? void 0 : config.connectionDetails) === null || _b === void 0 ? void 0 : _b.source) !== 'smartassist-color-scheme') {
186
+ sendCustomData = customData;
187
+ }
188
+ ;
189
+ if (interactiveLanguage !== null && typeof interactiveLanguage !== 'undefined' && interactiveLanguage !== "''") {
190
+ sendInteractiveLanguage = interactiveLanguage; // Return the default value for null, undefined, or "''"
191
+ }
192
+ ;
193
+ if (autoBotId && autoBotId !== 'undefined') {
194
+ sendAutoBotId = autoBotId;
195
+ }
196
+ ;
197
+ var welComeMsgReqParam = {
198
+ "waitTime": 2000,
199
+ "userName": userName,
200
+ "id": conversationId,
201
+ "isSendWelcomeMessage": true,
202
+ "agentassistInfo": {},
203
+ "botId": botId,
204
+ "sendMenuRequest": true,
205
+ "uId": "",
206
+ "sId": "",
207
+ "experience": channel,
208
+ "jToken": token,
209
+ "conversationId": conversationId,
210
+ "autoBotId": sendAutoBotId,
211
+ "language": sendInteractiveLanguage,
212
+ "allQueryParams": config === null || config === void 0 ? void 0 : config.connectionDetials,
213
+ "customData": sendCustomData,
214
+ };
215
+ this.welComeMsgReq(welComeMsgReqParam);
216
+ var menuReqParam = {
217
+ "botId": botId,
218
+ "conversationId": conversationId,
219
+ "experience": channel,
220
+ "autoBotId": sendAutoBotId,
221
+ "language": sendInteractiveLanguage
222
+ };
223
+ this.menuReq(menuReqParam);
224
+ };
225
+ aaWindow.prototype.prepareAgentAssistRequestParams = function (data) {
226
+ var _a, _b, _c, _d, _e;
227
+ var connectionDetails = (_b = (_a = this.socketConnection) === null || _a === void 0 ? void 0 : _a.configOptions) === null || _b === void 0 ? void 0 : _b.connectionDetails;
228
+ var agent_assist_request = {
229
+ 'conversationId': data.conversationId,
230
+ 'query': data.value,
231
+ 'botId': data.botId,
232
+ 'agentId': '',
233
+ 'experience': connectionDetails === null || connectionDetails === void 0 ? void 0 : connectionDetails.channel,
234
+ 'positionId': data.positionId,
235
+ 'intType': 'assist'
236
+ };
237
+ if (data.intentName) {
238
+ agent_assist_request['intentName'] = data.value;
239
+ }
240
+ if (data.entities) {
241
+ agent_assist_request['entities'] = data.entities;
242
+ }
243
+ else {
244
+ agent_assist_request['entities'] = [];
245
+ }
246
+ if (data.childBotId) {
247
+ agent_assist_request['childBotId'] = data.childBotId;
248
+ }
249
+ if (data.childBotName) {
250
+ agent_assist_request['childBotName'] = data.childBotName;
251
+ }
252
+ if ((connectionDetails === null || connectionDetails === void 0 ? void 0 : connectionDetails.autoBotId) && (connectionDetails === null || connectionDetails === void 0 ? void 0 : connectionDetails.autoBotId) !== 'undefined') {
253
+ agent_assist_request['autoBotId'] = connectionDetails.autoBotId;
254
+ }
255
+ else {
256
+ agent_assist_request['autoBotId'] = '';
257
+ }
258
+ if (data.intentName && data.userInput) {
259
+ agent_assist_request['query'] = data.userInput;
260
+ }
261
+ if (this.rootService.isAutomationOnGoing) {
262
+ agent_assist_request['positionId'] = this.rootService.currentPositionId;
263
+ }
264
+ if (Array.isArray(data.traits) && ((_c = data === null || data === void 0 ? void 0 : data.traits) === null || _c === void 0 ? void 0 : _c.length)) {
265
+ agent_assist_request['traits'] = data.traits;
266
+ }
267
+ if (data.taskRefId) {
268
+ agent_assist_request['taskRefId'] = data.taskRefId;
269
+ }
270
+ if (data.dialogId) {
271
+ agent_assist_request['dialogId'] = data.dialogId;
272
+ }
273
+ if (data.isDiscard) {
274
+ agent_assist_request['terminateTask'] = data.isDiscard;
275
+ }
276
+ if (data === null || data === void 0 ? void 0 : data.attachments) {
277
+ agent_assist_request['query'] = ((_e = (_d = data === null || data === void 0 ? void 0 : data.attachments[0]) === null || _d === void 0 ? void 0 : _d.url) === null || _e === void 0 ? void 0 : _e.fileUrl) || '';
278
+ agent_assist_request['attachments'] = data === null || data === void 0 ? void 0 : data.attachments;
279
+ }
280
+ agent_assist_request = this.addSourceMsgIdToRequestParams(data, agent_assist_request);
281
+ return agent_assist_request;
282
+ };
283
+ aaWindow.prototype.prepareAgentAssistAgentRequestParams = function (data) {
284
+ var _a, _b, _c, _d, _e;
285
+ var connectionDetails = (_b = (_a = this.socketConnection) === null || _a === void 0 ? void 0 : _a.configOptions) === null || _b === void 0 ? void 0 : _b.connectionDetails;
286
+ var agent_assist_agent_request_params = {
287
+ 'isSearch': data.isSearch,
288
+ 'conversationId': data.conversationId,
289
+ 'query': data.value,
290
+ 'botId': data.botId,
291
+ 'experience': connectionDetails === null || connectionDetails === void 0 ? void 0 : connectionDetails.channel,
292
+ 'positionId': data === null || data === void 0 ? void 0 : data.positionId,
293
+ 'childBotId': (data === null || data === void 0 ? void 0 : data.childBotId) || '',
294
+ 'childBotName': (data === null || data === void 0 ? void 0 : data.childBotName) || '',
295
+ 'intType': 'myBot'
296
+ };
297
+ if (data.intentName) {
298
+ agent_assist_agent_request_params.intentName = data.intentName;
299
+ }
300
+ // if(data.childBotId) {
301
+ // agent_assist_agent_request_params['childBotId'] = data.childBotId;
302
+ // agent_assist_agent_request_params['childBotName'] = data.childBotName;
303
+ // }
304
+ if ((connectionDetails === null || connectionDetails === void 0 ? void 0 : connectionDetails.autoBotId) && (connectionDetails === null || connectionDetails === void 0 ? void 0 : connectionDetails.autoBotId) !== 'undefined') {
305
+ agent_assist_agent_request_params['autoBotId'] = connectionDetails.autoBotId;
306
+ }
307
+ else {
308
+ agent_assist_agent_request_params['autoBotId'] = '';
309
+ }
310
+ if (data.intentName && data.userInput) {
311
+ agent_assist_agent_request_params['query'] = data.userInput;
312
+ }
313
+ // if (this.isMyBotAutomationOnGoing) {
314
+ // agent_assist_agent_request_params['positionId'] = this.currentPositionIdOfMyBot;
315
+ // }
316
+ if (Array.isArray(data.traits) && ((_c = data === null || data === void 0 ? void 0 : data.traits) === null || _c === void 0 ? void 0 : _c.length)) {
317
+ agent_assist_agent_request_params['traits'] = data.traits;
318
+ }
319
+ if (data.taskRefId) {
320
+ agent_assist_agent_request_params['taskRefId'] = data.taskRefId;
321
+ }
322
+ if (data.dialogId) {
323
+ agent_assist_agent_request_params['dialogId'] = data.dialogId;
324
+ }
325
+ if (data.isDiscard) {
326
+ agent_assist_agent_request_params['terminateTask'] = data.isDiscard;
327
+ }
328
+ if (data === null || data === void 0 ? void 0 : data.attachments) {
329
+ agent_assist_agent_request_params['query'] = ((_e = (_d = data === null || data === void 0 ? void 0 : data.attachments[0]) === null || _d === void 0 ? void 0 : _d.url) === null || _e === void 0 ? void 0 : _e.fileUrl) || '';
330
+ agent_assist_agent_request_params['attachments'] = data === null || data === void 0 ? void 0 : data.attachments;
331
+ }
332
+ agent_assist_agent_request_params = this.addSourceMsgIdToRequestParams(data, agent_assist_agent_request_params);
333
+ return agent_assist_agent_request_params;
334
+ };
335
+ aaWindow.prototype.addSourceMsgIdToRequestParams = function (data, requestParams) {
336
+ if (data.sourceMsgId) {
337
+ if (data.sourceMsgId == 'fromLibrary') {
338
+ requestParams['fromLibrary'] = true;
339
+ }
340
+ else {
341
+ requestParams['sourceMsgId'] = data.sourceMsgId;
342
+ }
343
+ }
344
+ return requestParams;
345
+ };
346
+ aaWindow.prototype.welComeMsgReq = function (welComeMsgReqParam) {
347
+ this.socketConnection.emitEvents(_common_constants_events_cnst__WEBPACK_IMPORTED_MODULE_5__.EVENTS.welcome_message_request, welComeMsgReqParam);
348
+ };
349
+ aaWindow.prototype.menuReq = function (menuReqParam) {
350
+ this.socketConnection.emitEvents(_common_constants_events_cnst__WEBPACK_IMPORTED_MODULE_5__.EVENTS.agent_menu_request, menuReqParam);
351
+ };
352
+ //events to handle from client
353
+ // selectAAFooterTab(data : any){
354
+ // this.emit('selectTab', data , {});
355
+ // }
356
+ aaWindow.prototype.openAssistTab = function (footerTag, isActive) {
357
+ this.emit('updateActiveTab', { activeTab: 'ast', isActive: isActive, footerTag: footerTag });
358
+ };
359
+ aaWindow.prototype.openTranscriptTab = function (footerTag, isActive) {
360
+ this.emit('updateActiveTab', { activeTab: 'trnspt', isActive: isActive, footerTag: footerTag });
361
+ };
362
+ aaWindow.prototype.openSearchTab = function (footerTag, isActive) {
363
+ this.emit('updateActiveTab', { activeTab: 'srch', isActive: isActive, footerTag: footerTag });
364
+ };
365
+ aaWindow.prototype.openMybotTab = function (footerTag, isActive) {
366
+ this.emit('updateActiveTab', { activeTab: 'mB', isActive: isActive, footerTag: footerTag });
367
+ };
368
+ aaWindow.prototype.openPlaybookTab = function (footerTag, isActive) {
369
+ this.emit('updateActiveTab', { activeTab: 'playbook', isActive: isActive, footerTag: footerTag });
370
+ };
371
+ return aaWindow;
372
+ }(_common_utils_EventEmiter__WEBPACK_IMPORTED_MODULE_1__.EventEmitter));
373
+ /* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (aaWindow);
374
+
375
+
376
+ /***/ }),
377
+
378
+ /***/ "./src/components/common/templatemanager/tabs/all-tabs.tsx":
379
+ /*!*****************************************************************!*\
380
+ !*** ./src/components/common/templatemanager/tabs/all-tabs.tsx ***!
381
+ \*****************************************************************/
382
+ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
1503
383
 
1504
- /* Lato (black, regular) */
1505
- @font-face {
1506
- font-family: 'Lato';
1507
- font-weight: 900;
1508
- font-style: normal;
1509
- text-rendering: optimizeLegibility;
1510
- src: url(${___CSS_LOADER_URL_REPLACEMENT_32___}) format("woff2"), url(${___CSS_LOADER_URL_REPLACEMENT_33___}) format("woff");
384
+ __webpack_require__.r(__webpack_exports__);
385
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
386
+ /* harmony export */ AllTabs: () => (/* binding */ AllTabs)
387
+ /* harmony export */ });
388
+ /* harmony import */ var _all_tabs_scss__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./all-tabs.scss */ "./src/components/common/templatemanager/tabs/all-tabs.scss");
389
+ /* harmony import */ var preact_hooks__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! preact/hooks */ "./node_modules/preact/hooks/dist/hooks.module.js");
390
+ /* harmony import */ var preact__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! preact */ "./node_modules/preact/dist/preact.module.js");
391
+ /* harmony import */ var _constants_projConsts__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../constants/projConsts */ "./src/components/common/constants/projConsts.ts");
392
+
393
+
394
+
395
+
396
+ function AllTabs(props) {
397
+ var _a = props.msgData, tabsNTitles = _a.tabsNTitles, selectedTab = _a.selectedTab, showTranscript = _a.showTranscript, selectedTheme = _a.selectedTheme;
398
+ (0,preact_hooks__WEBPACK_IMPORTED_MODULE_1__.useEffect)(function () {
399
+ });
400
+ return ((0,preact__WEBPACK_IMPORTED_MODULE_2__.h)("div", { className: "widget-footer-wrapper" },
401
+ (0,preact__WEBPACK_IMPORTED_MODULE_2__.h)("div", { className: "logo-left-menu" },
402
+ (0,preact__WEBPACK_IMPORTED_MODULE_2__.h)("figure", null,
403
+ (0,preact__WEBPACK_IMPORTED_MODULE_2__.h)("svg", { width: "21", height: "20", viewBox: "0 0 21 20", fill: "none" },
404
+ (0,preact__WEBPACK_IMPORTED_MODULE_2__.h)("path", { d: "M3 8.33333L3 11.6667M6.75 5L6.75 15M10.5 2.5V17.5M14.25 5V15M18 8.33333V11.6667", stroke: "#101828", "stroke-width": "1.3", "stroke-linecap": "round", "stroke-linejoin": "round" })))),
405
+ (0,preact__WEBPACK_IMPORTED_MODULE_2__.h)("div", { className: "line-divider" }),
406
+ (0,preact__WEBPACK_IMPORTED_MODULE_2__.h)("div", { className: "footer-links-data" }, tabsNTitles.map(function (o, index) { return ((0,preact__WEBPACK_IMPORTED_MODULE_2__.h)("div", { className: "footer-list-buttons" },
407
+ o.type === 'srch' && ((0,preact__WEBPACK_IMPORTED_MODULE_2__.h)("button", { className: "aa-footer-btn-srch btn_footer ".concat(selectedTab === _constants_projConsts__WEBPACK_IMPORTED_MODULE_3__.Tabs.SEARCH ? 'selected-tab sel-bg' : '') },
408
+ (0,preact__WEBPACK_IMPORTED_MODULE_2__.h)("div", { className: "svg_icon" },
409
+ (0,preact__WEBPACK_IMPORTED_MODULE_2__.h)("svg", { width: "25", height: "25", viewBox: "0 0 25 25", fill: "none" },
410
+ (0,preact__WEBPACK_IMPORTED_MODULE_2__.h)("path", { d: "M21.75 22.2001C21.55 22.2001 21.45 22.1001 21.35 22.0001L17.45 18.1001C15.95 19.4001 13.95 20.2001 11.85 20.2001C7.15 20.2001 3.25 16.3001 3.25 11.6001C3.25 6.90006 7.05 3.00006 11.75 3.00006C16.45 3.00006 20.35 6.90006 20.35 11.6001C20.35 13.8001 19.55 15.7001 18.25 17.2001L22.15 21.1001C22.35 21.3001 22.35 21.7001 22.15 21.9001C22.05 22.1001 21.95 22.2001 21.75 22.2001ZM11.75 4.20006C7.65 4.20006 4.35 7.50006 4.35 11.6001C4.35 15.7001 7.65 19.0001 11.75 19.0001C13.75 19.0001 15.55 18.2001 16.95 16.9001C16.95 16.9001 16.95 16.9001 17.05 16.8001C17.05 16.8001 17.05 16.8001 17.15 16.7001C18.45 15.4001 19.25 13.5001 19.25 11.5001C19.15 7.50006 15.85 4.20006 11.75 4.20006Z", fill: "#202939" }))),
411
+ (0,preact__WEBPACK_IMPORTED_MODULE_2__.h)("p", { className: "text-truncate", title: o.title }, o.title))),
412
+ o.type === 'mB' && false && (0),
413
+ o.type === 'ast' && ((0,preact__WEBPACK_IMPORTED_MODULE_2__.h)("button", { className: "aa-footer-btn-ast btn_footer ".concat(selectedTab === _constants_projConsts__WEBPACK_IMPORTED_MODULE_3__.Tabs.ASSIST ? 'selected-tab sel-bg' : '') },
414
+ (0,preact__WEBPACK_IMPORTED_MODULE_2__.h)("div", { className: "svg_icon" },
415
+ (0,preact__WEBPACK_IMPORTED_MODULE_2__.h)("svg", { width: "24", height: "25", viewBox: "0 0 24 25", fill: "none" },
416
+ (0,preact__WEBPACK_IMPORTED_MODULE_2__.h)("path", { opacity: "0.12", d: "M13 17.0999C13 20.1374 10.5965 22.5999 7.63158 22.5999C7.01911 22.5999 6.43059 22.4948 5.88227 22.3013C5.67416 22.2278 5.5701 22.1911 5.50011 22.1771C5.42641 22.1624 5.38652 22.1584 5.31137 22.1578C5.24 22.1574 5.15827 22.1685 4.9948 22.1909L2 22.5999L2.61134 19.8382C2.65141 19.6572 2.67145 19.5666 2.67608 19.4866C2.68091 19.403 2.67864 19.3565 2.66566 19.2738C2.65322 19.1946 2.61533 19.0786 2.53955 18.8466C2.36028 18.2978 2.26316 17.7104 2.26316 17.0999C2.26316 14.0623 4.66668 11.5999 7.63158 11.5999C10.5965 11.5999 13 14.0623 13 17.0999Z", fill: "" }),
417
+ (0,preact__WEBPACK_IMPORTED_MODULE_2__.h)("path", { d: "M6.09436 11.8286C6.03221 11.4281 5.99996 11.0177 5.99996 10.5999C5.99996 6.18158 9.60525 2.59985 14.0526 2.59985C18.4999 2.59985 22.1052 6.18158 22.1052 10.5999C22.1052 11.5979 21.9213 12.5533 21.5852 13.4344C21.5154 13.6173 21.4804 13.7088 21.4646 13.7803C21.4489 13.851 21.4428 13.9008 21.4411 13.9733C21.4394 14.0465 21.4493 14.127 21.4692 14.2882L21.8717 17.5584C21.9153 17.9124 21.9371 18.0894 21.8782 18.2181C21.8266 18.3308 21.735 18.4204 21.6211 18.4694C21.4911 18.5253 21.3146 18.4994 20.9617 18.4477L17.7765 17.9808C17.6101 17.9564 17.527 17.9442 17.4512 17.9446C17.3763 17.945 17.3245 17.9506 17.2511 17.966C17.177 17.9816 17.0823 18.017 16.893 18.088C16.0097 18.4188 15.0524 18.5999 14.0526 18.5999C13.6344 18.5999 13.2237 18.5682 12.8227 18.5071M7.63158 22.5999C10.5965 22.5999 13 20.1374 13 17.0999C13 14.0623 10.5965 11.5999 7.63158 11.5999C4.66668 11.5999 2.26316 14.0623 2.26316 17.0999C2.26316 17.7104 2.36028 18.2978 2.53955 18.8466C2.61533 19.0786 2.65322 19.1946 2.66566 19.2738C2.67864 19.3565 2.68091 19.403 2.67608 19.4866C2.67145 19.5666 2.65141 19.6572 2.61134 19.8382L2 22.5999L4.9948 22.1909C5.15827 22.1685 5.24 22.1574 5.31137 22.1578C5.38652 22.1584 5.42641 22.1624 5.50011 22.1771C5.5701 22.1911 5.67416 22.2278 5.88227 22.3013C6.43059 22.4948 7.01911 22.5999 7.63158 22.5999Z", stroke: "#202939", "stroke-width": "1.2", "stroke-linecap": "round", "stroke-linejoin": "round" }))),
418
+ (0,preact__WEBPACK_IMPORTED_MODULE_2__.h)("p", { className: "text-truncate", title: o.title }, o.title))),
419
+ o.type === 'trnspt' && showTranscript && ((0,preact__WEBPACK_IMPORTED_MODULE_2__.h)("button", { className: "aa-footer-btn-trnspt btn_footer ".concat(selectedTab === _constants_projConsts__WEBPACK_IMPORTED_MODULE_3__.Tabs.TRANSCRIPT ? 'selected-tab sel-bg' : '') },
420
+ (0,preact__WEBPACK_IMPORTED_MODULE_2__.h)("div", { className: "svg_icon" },
421
+ (0,preact__WEBPACK_IMPORTED_MODULE_2__.h)("svg", { width: "25", height: "25", viewBox: "0 0 25 25", fill: "none" },
422
+ (0,preact__WEBPACK_IMPORTED_MODULE_2__.h)("path", { d: "M20.625 10.5999V7.39985C20.625 5.7197 20.625 4.87962 20.298 4.23788C20.0104 3.6734 19.5515 3.21445 18.987 2.92683C18.3452 2.59985 17.5052 2.59985 15.825 2.59985H9.425C7.74484 2.59985 6.90476 2.59985 6.26303 2.92683C5.69854 3.21445 5.2396 3.6734 4.95198 4.23788C4.625 4.87962 4.625 5.7197 4.625 7.39985V17.7999C4.625 19.48 4.625 20.3201 4.95198 20.9618C5.2396 21.5263 5.69854 21.9853 6.26303 22.2729C6.90476 22.5999 7.74484 22.5999 9.425 22.5999H12.625M13.125 11.5999H8.625M9.625 15.5999H8.625M16.625 7.59985H8.625M14.125 16.5999C14.2782 19.4612 14.8347 20.5857 17.625 20.9618M17.625 20.9618C20.4768 20.4358 21.0708 19.3717 21.125 16.5999M17.625 20.9618V22.5999H15.825H19.625", stroke: "#202939", "stroke-width": "1.2", "stroke-linecap": "round", "stroke-linejoin": "round" }),
423
+ (0,preact__WEBPACK_IMPORTED_MODULE_2__.h)("path", { d: "M16.125 13.6V18.1C16.7101 18.8457 17.0454 19.0111 17.625 19.1C18.4009 18.9793 18.6961 18.7335 19.125 18.1V13.6C18.702 12.8834 18.3994 12.5877 17.625 12.6C16.7358 12.7661 16.4766 13.0363 16.125 13.6Z", stroke: "#202939", "stroke-width": "1.2" }))),
424
+ (0,preact__WEBPACK_IMPORTED_MODULE_2__.h)("p", { className: "text-truncate", title: o.title }, o.title))))); })),
425
+ (0,preact__WEBPACK_IMPORTED_MODULE_2__.h)("div", { className: "footer-action-items" },
426
+ (0,preact__WEBPACK_IMPORTED_MODULE_2__.h)("div", { className: "aa-toggle-switch" },
427
+ (0,preact__WEBPACK_IMPORTED_MODULE_2__.h)("input", { type: "checkbox", checked: true }),
428
+ (0,preact__WEBPACK_IMPORTED_MODULE_2__.h)("button", { className: "aa-slider" },
429
+ (0,preact__WEBPACK_IMPORTED_MODULE_2__.h)("div", { className: "slide-parent" },
430
+ (0,preact__WEBPACK_IMPORTED_MODULE_2__.h)("div", { className: "slider-btn" })))))));
1511
431
  }
1512
432
 
1513
- /* Lato (black, italic) */
1514
- @font-face {
1515
- font-family: 'Lato';
1516
- font-weight: 900;
1517
- font-style: italic;
1518
- text-rendering: optimizeLegibility;
1519
- src: url(${___CSS_LOADER_URL_REPLACEMENT_34___}) format("woff2"), url(${___CSS_LOADER_URL_REPLACEMENT_35___}) format("woff");
1520
- }`, "",{"version":3,"sources":["webpack://./src/scss/fonts.css"],"names":[],"mappings":"AAAA;;CAEC;AACD;IACI,oBAAoB;IACpB,kBAAkB;IAClB,gBAAgB;IAChB,kBAAkB;IAClB;8DACyD;AAC7D;;AAEA;IACI,oBAAoB;IACpB,kBAAkB;IAClB,gBAAgB;IAChB,kBAAkB;IAClB;8DAC2D;AAC/D;;AAEA;IACI,oBAAoB;IACpB,kBAAkB;IAClB,gBAAgB;IAChB,kBAAkB;IAClB;8DAC0D;AAC9D;;AAEA;IACI,oBAAoB;IACpB,kBAAkB;IAClB,gBAAgB;IAChB,kBAAkB;IAClB;8DAC0D;AAC9D;;AAEA;IACI,oBAAoB;IACpB,kBAAkB;IAClB,gBAAgB;IAChB,kBAAkB;IAClB;8DAC4D;AAChE;;AAEA;IACI,oBAAoB;IACpB,kBAAkB;IAClB,gBAAgB;IAChB,kBAAkB;IAClB;+DACkE;AACtE;;AAEA;IACI,oBAAoB;IACpB,kBAAkB;IAClB,gBAAgB;IAChB,kBAAkB;IAClB;+DACwD;AAC5D;;AAEA;IACI,oBAAoB;IACpB,kBAAkB;IAClB,gBAAgB;IAChB,kBAAkB;IAClB;+DAC8D;AAClE;;;;AAIA;;CAEC;AACD,6BAA6B;;AAE7B,2BAA2B;AAC3B;IACI,mBAAmB;IACnB,gBAAgB;IAChB,kBAAkB;IAClB,kCAAkC;IAClC,sHAAiH;AACrH;;AAEA,0BAA0B;AAC1B;IACI,mBAAmB;IACnB,gBAAgB;IAChB,kBAAkB;IAClB,kCAAkC;IAClC,sHAA+H;AACnI;;AAEA,2BAA2B;AAC3B;IACI,0BAA0B;IAC1B,gBAAgB;IAChB,kBAAkB;IAClB,kCAAkC;IAClC,sHAAiH;AACrH;;AAEA,0BAA0B;AAC1B;IACI,0BAA0B;IAC1B,gBAAgB;IAChB,kBAAkB;IAClB,kCAAkC;IAClC,sHAA+H;AACnI;;AAEA,6BAA6B;AAC7B;IACI,mBAAmB;IACnB,gBAAgB;IAChB,kBAAkB;IAClB,kCAAkC;IAClC,sHAAqH;AACzH;;AAEA,4BAA4B;AAC5B;IACI,mBAAmB;IACnB,gBAAgB;IAChB,kBAAkB;IAClB,kCAAkC;IAClC,sHAAmI;AACvI;;AAEA,yBAAyB;AACzB;IACI,mBAAmB;IACnB,gBAAgB;IAChB,kBAAkB;IAClB,kCAAkC;IAClC,sHAA6G;AACjH;;AAEA,wBAAwB;AACxB;IACI,mBAAmB;IACnB,gBAAgB;IAChB,kBAAkB;IAClB,kCAAkC;IAClC,sHAA2H;AAC/H;;AAEA,0BAA0B;AAC1B;IACI,mBAAmB;IACnB,gBAAgB;IAChB,kBAAkB;IAClB,kCAAkC;IAClC,sHAA+G;AACnH;;AAEA,yBAAyB;AACzB;IACI,mBAAmB;IACnB,gBAAgB;IAChB,kBAAkB;IAClB,kCAAkC;IAClC,sHAA6H;AACjI","sourcesContent":["/*!\n\tInter font.\n*/\n@font-face {\n font-family: 'Inter';\n font-style: normal;\n font-weight: 300;\n font-display: swap;\n src: url(\"../fonts/inter/Inter-Light.woff2\") format(\"woff2\"),\n url(\"../fonts/inter/Inter-Light.woff\") format(\"woff\");\n}\n\n@font-face {\n font-family: 'Inter';\n font-style: normal;\n font-weight: 400;\n font-display: swap;\n src: url(\"../fonts/inter/Inter-Regular.woff2\") format(\"woff2\"),\n url(\"../fonts/inter/Inter-Regular.woff\") format(\"woff\");\n}\n\n@font-face {\n font-family: 'Inter';\n font-style: italic;\n font-weight: 400;\n font-display: swap;\n src: url(\"../fonts/inter/Inter-Italic.woff2\") format(\"woff2\"),\n url(\"../fonts/inter/Inter-Italic.woff\") format(\"woff\");\n}\n\n@font-face {\n font-family: 'Inter';\n font-style: normal;\n font-weight: 500;\n font-display: swap;\n src: url(\"../fonts/inter/Inter-Medium.woff2\") format(\"woff2\"),\n url(\"../fonts/inter/Inter-Medium.woff\") format(\"woff\");\n}\n\n@font-face {\n font-family: 'Inter';\n font-style: normal;\n font-weight: 600;\n font-display: swap;\n src: url(\"../fonts/inter/Inter-SemiBold.woff2\") format(\"woff2\"),\n url(\"../fonts/inter/Inter-SemiBold.woff\") format(\"woff\");\n}\n\n@font-face {\n font-family: 'Inter';\n font-style: italic;\n font-weight: 600;\n font-display: swap;\n src: url(\"../fonts/inter/Inter-SemiBoldItalic.woff2\") format(\"woff2\"),\n url(\"../fonts/inter/Inter-SemiBoldItalic.woff\") format(\"woff\");\n}\n\n@font-face {\n font-family: 'Inter';\n font-style: normal;\n font-weight: 700;\n font-display: swap;\n src: url(\"../fonts/inter/Inter-Bold.woff2\") format(\"woff2\"),\n url(\"../fonts/inter/Inter-Bold.woff\") format(\"woff\");\n}\n\n@font-face {\n font-family: 'Inter';\n font-style: italic;\n font-weight: 700;\n font-display: swap;\n src: url(\"../fonts/inter/Inter-BoldItalic.woff2\") format(\"woff2\"),\n url(\"../fonts/inter/Inter-BoldItalic.woff\") format(\"woff\");\n}\n\n\n\n/*!\n\tLato font.\n*/\n/* Lato (hairline, regular) */\n\n/* Lato (normal, regular) */\n@font-face {\n font-family: 'Lato';\n font-weight: 400;\n font-style: normal;\n text-rendering: optimizeLegibility;\n src: url(\"../fonts/lato/lato-normal.woff2\") format(\"woff2\"), url(\"../fonts/lato/lato-normal.woff\") format(\"woff\");\n}\n\n/* Lato (normal, italic) */\n@font-face {\n font-family: 'Lato';\n font-weight: 400;\n font-style: italic;\n text-rendering: optimizeLegibility;\n src: url(\"../fonts/lato/lato-normal-italic.woff2\") format(\"woff2\"), url(\"../fonts/lato/lato-normal-italic.woff\") format(\"woff\");\n}\n\n/* Lato (medium, regular) */\n@font-face {\n font-family: \"Lato Medium\";\n font-weight: 400;\n font-style: normal;\n text-rendering: optimizeLegibility;\n src: url(\"../fonts/lato/lato-medium.woff2\") format(\"woff2\"), url(\"../fonts/lato/lato-medium.woff\") format(\"woff\");\n}\n\n/* Lato (medium, italic) */\n@font-face {\n font-family: \"Lato Medium\";\n font-weight: 400;\n font-style: italic;\n text-rendering: optimizeLegibility;\n src: url(\"../fonts/lato/lato-medium-italic.woff2\") format(\"woff2\"), url(\"../fonts/lato/lato-medium-italic.woff\") format(\"woff\");\n}\n\n/* Lato (semibold, regular) */\n@font-face {\n font-family: 'Lato';\n font-weight: 500;\n font-style: normal;\n text-rendering: optimizeLegibility;\n src: url(\"../fonts/lato/lato-semibold.woff2\") format(\"woff2\"), url(\"../fonts/lato/lato-semibold.woff\") format(\"woff\");\n}\n\n/* Lato (semibold, italic) */\n@font-face {\n font-family: 'Lato';\n font-weight: 500;\n font-style: italic;\n text-rendering: optimizeLegibility;\n src: url(\"../fonts/lato/lato-semibold-italic.woff2\") format(\"woff2\"), url(\"../fonts/lato/lato-semibold-italic.woff\") format(\"woff\");\n}\n\n/* Lato (bold, regular) */\n@font-face {\n font-family: 'Lato';\n font-weight: 600;\n font-style: normal;\n text-rendering: optimizeLegibility;\n src: url(\"../fonts/lato/lato-bold.woff2\") format(\"woff2\"), url(\"../fonts/lato/lato-bold.woff\") format(\"woff\");\n}\n\n/* Lato (bold, italic) */\n@font-face {\n font-family: 'Lato';\n font-weight: 600;\n font-style: italic;\n text-rendering: optimizeLegibility;\n src: url(\"../fonts/lato/lato-bold-italic.woff2\") format(\"woff2\"), url(\"../fonts/lato/lato-bold-italic.woff\") format(\"woff\");\n}\n\n/* Lato (black, regular) */\n@font-face {\n font-family: 'Lato';\n font-weight: 900;\n font-style: normal;\n text-rendering: optimizeLegibility;\n src: url(\"../fonts/lato/lato-black.woff2\") format(\"woff2\"), url(\"../fonts/lato/lato-black.woff\") format(\"woff\");\n}\n\n/* Lato (black, italic) */\n@font-face {\n font-family: 'Lato';\n font-weight: 900;\n font-style: italic;\n text-rendering: optimizeLegibility;\n src: url(\"../fonts/lato/lato-black-italic.woff2\") format(\"woff2\"), url(\"../fonts/lato/lato-black-italic.woff\") format(\"woff\");\n}"],"sourceRoot":""}]);
1521
- // Exports
1522
- /* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (___CSS_LOADER_EXPORT___);
1523
-
1524
-
1525
- /***/ }),
1526
-
1527
- /***/ "./node_modules/css-loader/dist/runtime/getUrl.js":
1528
- /*!********************************************************!*\
1529
- !*** ./node_modules/css-loader/dist/runtime/getUrl.js ***!
1530
- \********************************************************/
1531
- /***/ ((module) => {
1532
-
1533
-
1534
-
1535
- module.exports = function (url, options) {
1536
- if (!options) {
1537
- options = {};
1538
- }
1539
- if (!url) {
1540
- return url;
1541
- }
1542
- url = String(url.__esModule ? url.default : url);
1543
-
1544
- // If url is already wrapped in quotes, remove them
1545
- if (/^['"].*['"]$/.test(url)) {
1546
- url = url.slice(1, -1);
1547
- }
1548
- if (options.hash) {
1549
- url += options.hash;
1550
- }
1551
-
1552
- // Should url be wrapped?
1553
- // See https://drafts.csswg.org/css-values-3/#urls
1554
- if (/["'() \t\n]|(%20)/.test(url) || options.needQuotes) {
1555
- return "\"".concat(url.replace(/"/g, '\\"').replace(/\n/g, "\\n"), "\"");
1556
- }
1557
- return url;
1558
- };
1559
-
1560
- /***/ }),
1561
-
1562
- /***/ "./src/fonts/inter/Inter-Bold.woff":
1563
- /*!*****************************************!*\
1564
- !*** ./src/fonts/inter/Inter-Bold.woff ***!
1565
- \*****************************************/
1566
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
1567
-
1568
- module.exports = __webpack_require__.p + "c7c0091f1b2b06064572.woff";
1569
-
1570
- /***/ }),
1571
-
1572
- /***/ "./src/fonts/inter/Inter-Bold.woff2":
1573
- /*!******************************************!*\
1574
- !*** ./src/fonts/inter/Inter-Bold.woff2 ***!
1575
- \******************************************/
1576
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
1577
-
1578
- module.exports = __webpack_require__.p + "3c747ac4004be3a30e98.woff2";
1579
-
1580
- /***/ }),
1581
-
1582
- /***/ "./src/fonts/inter/Inter-BoldItalic.woff":
1583
- /*!***********************************************!*\
1584
- !*** ./src/fonts/inter/Inter-BoldItalic.woff ***!
1585
- \***********************************************/
1586
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
1587
-
1588
- module.exports = __webpack_require__.p + "aa42f3d22ea9fae2b945.woff";
1589
-
1590
- /***/ }),
1591
-
1592
- /***/ "./src/fonts/inter/Inter-BoldItalic.woff2":
1593
- /*!************************************************!*\
1594
- !*** ./src/fonts/inter/Inter-BoldItalic.woff2 ***!
1595
- \************************************************/
1596
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
1597
-
1598
- module.exports = __webpack_require__.p + "86b501b4ef9d20d70996.woff2";
1599
-
1600
- /***/ }),
1601
-
1602
- /***/ "./src/fonts/inter/Inter-Italic.woff":
1603
- /*!*******************************************!*\
1604
- !*** ./src/fonts/inter/Inter-Italic.woff ***!
1605
- \*******************************************/
1606
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
1607
-
1608
- module.exports = __webpack_require__.p + "fa701b4b599a803effc3.woff";
1609
-
1610
- /***/ }),
1611
-
1612
- /***/ "./src/fonts/inter/Inter-Italic.woff2":
1613
- /*!********************************************!*\
1614
- !*** ./src/fonts/inter/Inter-Italic.woff2 ***!
1615
- \********************************************/
1616
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
1617
-
1618
- module.exports = __webpack_require__.p + "1b084c69c69a1b3a2618.woff2";
1619
-
1620
- /***/ }),
1621
-
1622
- /***/ "./src/fonts/inter/Inter-Light.woff":
1623
- /*!******************************************!*\
1624
- !*** ./src/fonts/inter/Inter-Light.woff ***!
1625
- \******************************************/
1626
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
1627
-
1628
- module.exports = __webpack_require__.p + "0cde50f90fe61871de0a.woff";
1629
-
1630
- /***/ }),
1631
-
1632
- /***/ "./src/fonts/inter/Inter-Light.woff2":
1633
- /*!*******************************************!*\
1634
- !*** ./src/fonts/inter/Inter-Light.woff2 ***!
1635
- \*******************************************/
1636
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
1637
-
1638
- module.exports = __webpack_require__.p + "15bbe3b76e0bedd9c4d5.woff2";
1639
-
1640
- /***/ }),
1641
-
1642
- /***/ "./src/fonts/inter/Inter-Medium.woff":
1643
- /*!*******************************************!*\
1644
- !*** ./src/fonts/inter/Inter-Medium.woff ***!
1645
- \*******************************************/
1646
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
1647
-
1648
- module.exports = __webpack_require__.p + "cc6a88688869161eb836.woff";
1649
-
1650
- /***/ }),
1651
-
1652
- /***/ "./src/fonts/inter/Inter-Medium.woff2":
1653
- /*!********************************************!*\
1654
- !*** ./src/fonts/inter/Inter-Medium.woff2 ***!
1655
- \********************************************/
1656
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
1657
-
1658
- module.exports = __webpack_require__.p + "5b53c519b3184a74a98c.woff2";
1659
-
1660
- /***/ }),
1661
-
1662
- /***/ "./src/fonts/inter/Inter-Regular.woff":
1663
- /*!********************************************!*\
1664
- !*** ./src/fonts/inter/Inter-Regular.woff ***!
1665
- \********************************************/
1666
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
1667
-
1668
- module.exports = __webpack_require__.p + "fc49d131f795b4d48f26.woff";
1669
-
1670
- /***/ }),
1671
-
1672
- /***/ "./src/fonts/inter/Inter-Regular.woff2":
1673
- /*!*********************************************!*\
1674
- !*** ./src/fonts/inter/Inter-Regular.woff2 ***!
1675
- \*********************************************/
1676
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
1677
-
1678
- module.exports = __webpack_require__.p + "2505c0d4b34ffca98f8f.woff2";
1679
-
1680
- /***/ }),
1681
-
1682
- /***/ "./src/fonts/inter/Inter-SemiBold.woff":
1683
- /*!*********************************************!*\
1684
- !*** ./src/fonts/inter/Inter-SemiBold.woff ***!
1685
- \*********************************************/
1686
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
1687
-
1688
- module.exports = __webpack_require__.p + "8b4a1cc3e20e6ede50a5.woff";
1689
-
1690
- /***/ }),
1691
-
1692
- /***/ "./src/fonts/inter/Inter-SemiBold.woff2":
1693
- /*!**********************************************!*\
1694
- !*** ./src/fonts/inter/Inter-SemiBold.woff2 ***!
1695
- \**********************************************/
1696
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
1697
-
1698
- module.exports = __webpack_require__.p + "70214cc266c6a06739cc.woff2";
1699
-
1700
- /***/ }),
1701
-
1702
- /***/ "./src/fonts/inter/Inter-SemiBoldItalic.woff":
1703
- /*!***************************************************!*\
1704
- !*** ./src/fonts/inter/Inter-SemiBoldItalic.woff ***!
1705
- \***************************************************/
1706
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
1707
-
1708
- module.exports = __webpack_require__.p + "5f2383ba1f21218136e8.woff";
1709
-
1710
- /***/ }),
1711
-
1712
- /***/ "./src/fonts/inter/Inter-SemiBoldItalic.woff2":
1713
- /*!****************************************************!*\
1714
- !*** ./src/fonts/inter/Inter-SemiBoldItalic.woff2 ***!
1715
- \****************************************************/
1716
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
1717
-
1718
- module.exports = __webpack_require__.p + "bf4e61df34aa7aaef4cf.woff2";
1719
-
1720
- /***/ }),
1721
-
1722
- /***/ "./src/fonts/lato/lato-black-italic.woff":
1723
- /*!***********************************************!*\
1724
- !*** ./src/fonts/lato/lato-black-italic.woff ***!
1725
- \***********************************************/
1726
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
1727
-
1728
- module.exports = __webpack_require__.p + "0d0882bc6997a213dace.woff";
1729
-
1730
- /***/ }),
1731
-
1732
- /***/ "./src/fonts/lato/lato-black-italic.woff2":
1733
- /*!************************************************!*\
1734
- !*** ./src/fonts/lato/lato-black-italic.woff2 ***!
1735
- \************************************************/
1736
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
1737
-
1738
- module.exports = __webpack_require__.p + "b9c017a718cdeb8538b8.woff2";
1739
-
1740
- /***/ }),
1741
-
1742
- /***/ "./src/fonts/lato/lato-black.woff":
1743
- /*!****************************************!*\
1744
- !*** ./src/fonts/lato/lato-black.woff ***!
1745
- \****************************************/
1746
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
1747
-
1748
- module.exports = __webpack_require__.p + "6cfa65c63939188f33ef.woff";
1749
-
1750
- /***/ }),
1751
-
1752
- /***/ "./src/fonts/lato/lato-black.woff2":
1753
- /*!*****************************************!*\
1754
- !*** ./src/fonts/lato/lato-black.woff2 ***!
1755
- \*****************************************/
1756
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
1757
-
1758
- module.exports = __webpack_require__.p + "6d20cff5b3255dd0078f.woff2";
1759
-
1760
- /***/ }),
1761
-
1762
- /***/ "./src/fonts/lato/lato-bold-italic.woff":
1763
- /*!**********************************************!*\
1764
- !*** ./src/fonts/lato/lato-bold-italic.woff ***!
1765
- \**********************************************/
1766
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
1767
-
1768
- module.exports = __webpack_require__.p + "3e6b99809852a8290c42.woff";
1769
-
1770
- /***/ }),
1771
-
1772
- /***/ "./src/fonts/lato/lato-bold-italic.woff2":
1773
- /*!***********************************************!*\
1774
- !*** ./src/fonts/lato/lato-bold-italic.woff2 ***!
1775
- \***********************************************/
1776
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
1777
-
1778
- module.exports = __webpack_require__.p + "e48918f9c91871c0ce3e.woff2";
1779
-
1780
- /***/ }),
1781
-
1782
- /***/ "./src/fonts/lato/lato-bold.woff":
1783
- /*!***************************************!*\
1784
- !*** ./src/fonts/lato/lato-bold.woff ***!
1785
- \***************************************/
1786
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
1787
-
1788
- module.exports = __webpack_require__.p + "89b618086a797a8be0f4.woff";
1789
-
1790
- /***/ }),
1791
-
1792
- /***/ "./src/fonts/lato/lato-bold.woff2":
1793
- /*!****************************************!*\
1794
- !*** ./src/fonts/lato/lato-bold.woff2 ***!
1795
- \****************************************/
1796
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
1797
-
1798
- module.exports = __webpack_require__.p + "21b3848a32fce5b0f501.woff2";
1799
-
1800
- /***/ }),
1801
-
1802
- /***/ "./src/fonts/lato/lato-medium-italic.woff":
1803
- /*!************************************************!*\
1804
- !*** ./src/fonts/lato/lato-medium-italic.woff ***!
1805
- \************************************************/
1806
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
1807
-
1808
- module.exports = __webpack_require__.p + "9ba7233345056c919454.woff";
1809
-
1810
- /***/ }),
1811
-
1812
- /***/ "./src/fonts/lato/lato-medium-italic.woff2":
1813
- /*!*************************************************!*\
1814
- !*** ./src/fonts/lato/lato-medium-italic.woff2 ***!
1815
- \*************************************************/
1816
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
1817
-
1818
- module.exports = __webpack_require__.p + "3e22a5367c2e68d6e4ba.woff2";
1819
-
1820
- /***/ }),
1821
-
1822
- /***/ "./src/fonts/lato/lato-medium.woff":
1823
- /*!*****************************************!*\
1824
- !*** ./src/fonts/lato/lato-medium.woff ***!
1825
- \*****************************************/
1826
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
1827
-
1828
- module.exports = __webpack_require__.p + "08eb0932dc2145b3f6b2.woff";
1829
-
1830
- /***/ }),
1831
-
1832
- /***/ "./src/fonts/lato/lato-medium.woff2":
1833
- /*!******************************************!*\
1834
- !*** ./src/fonts/lato/lato-medium.woff2 ***!
1835
- \******************************************/
1836
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
1837
-
1838
- module.exports = __webpack_require__.p + "a071abba7e9bd90947f7.woff2";
1839
-
1840
- /***/ }),
1841
-
1842
- /***/ "./src/fonts/lato/lato-normal-italic.woff":
1843
- /*!************************************************!*\
1844
- !*** ./src/fonts/lato/lato-normal-italic.woff ***!
1845
- \************************************************/
1846
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
1847
-
1848
- module.exports = __webpack_require__.p + "62a9c838c99d073c7ba6.woff";
1849
-
1850
- /***/ }),
1851
-
1852
- /***/ "./src/fonts/lato/lato-normal-italic.woff2":
1853
- /*!*************************************************!*\
1854
- !*** ./src/fonts/lato/lato-normal-italic.woff2 ***!
1855
- \*************************************************/
1856
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
1857
-
1858
- module.exports = __webpack_require__.p + "bb5de40edffdbd3ab519.woff2";
1859
-
1860
- /***/ }),
1861
-
1862
- /***/ "./src/fonts/lato/lato-normal.woff":
1863
- /*!*****************************************!*\
1864
- !*** ./src/fonts/lato/lato-normal.woff ***!
1865
- \*****************************************/
1866
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
1867
-
1868
- module.exports = __webpack_require__.p + "1d2ca94dfba6f8d87cfd.woff";
1869
-
1870
- /***/ }),
1871
-
1872
- /***/ "./src/fonts/lato/lato-normal.woff2":
1873
- /*!******************************************!*\
1874
- !*** ./src/fonts/lato/lato-normal.woff2 ***!
1875
- \******************************************/
1876
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
1877
-
1878
- module.exports = __webpack_require__.p + "75614cfcfedd509b1f7a.woff2";
1879
-
1880
- /***/ }),
1881
-
1882
- /***/ "./src/fonts/lato/lato-semibold-italic.woff":
1883
- /*!**************************************************!*\
1884
- !*** ./src/fonts/lato/lato-semibold-italic.woff ***!
1885
- \**************************************************/
1886
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
1887
-
1888
- module.exports = __webpack_require__.p + "3fdee263fe69b843601f.woff";
1889
-
1890
- /***/ }),
1891
-
1892
- /***/ "./src/fonts/lato/lato-semibold-italic.woff2":
1893
- /*!***************************************************!*\
1894
- !*** ./src/fonts/lato/lato-semibold-italic.woff2 ***!
1895
- \***************************************************/
1896
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
1897
-
1898
- module.exports = __webpack_require__.p + "34b49f334f41cea8e365.woff2";
1899
-
1900
- /***/ }),
1901
-
1902
- /***/ "./src/fonts/lato/lato-semibold.woff":
1903
- /*!*******************************************!*\
1904
- !*** ./src/fonts/lato/lato-semibold.woff ***!
1905
- \*******************************************/
1906
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
1907
-
1908
- module.exports = __webpack_require__.p + "c66465590541129e82d3.woff";
1909
-
1910
- /***/ }),
1911
-
1912
- /***/ "./src/fonts/lato/lato-semibold.woff2":
1913
- /*!********************************************!*\
1914
- !*** ./src/fonts/lato/lato-semibold.woff2 ***!
1915
- \********************************************/
1916
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
1917
-
1918
- module.exports = __webpack_require__.p + "a6069540692725c247f1.woff2";
1919
-
1920
- /***/ }),
1921
-
1922
- /***/ "./src/krIconsFonts/fonts/krIocnsFont.eot?oez4oh":
1923
- /*!*******************************************************!*\
1924
- !*** ./src/krIconsFonts/fonts/krIocnsFont.eot?oez4oh ***!
1925
- \*******************************************************/
1926
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
1927
-
1928
- module.exports = __webpack_require__.p + "e8251a8e718efab2c8d4.eot?oez4oh";
1929
-
1930
- /***/ }),
1931
-
1932
- /***/ "./src/krIconsFonts/fonts/krIocnsFont.svg?oez4oh":
1933
- /*!*******************************************************!*\
1934
- !*** ./src/krIconsFonts/fonts/krIocnsFont.svg?oez4oh ***!
1935
- \*******************************************************/
1936
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
1937
-
1938
- module.exports = __webpack_require__.p + "d1b8fe27f27857a021fd.svg?oez4oh";
1939
-
1940
- /***/ }),
1941
-
1942
- /***/ "./src/krIconsFonts/fonts/krIocnsFont.ttf?oez4oh":
1943
- /*!*******************************************************!*\
1944
- !*** ./src/krIconsFonts/fonts/krIocnsFont.ttf?oez4oh ***!
1945
- \*******************************************************/
1946
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
1947
-
1948
- module.exports = __webpack_require__.p + "8802efd7433cd416030e.ttf?oez4oh";
1949
-
1950
- /***/ }),
1951
-
1952
- /***/ "./src/krIconsFonts/fonts/krIocnsFont.woff?oez4oh":
1953
- /*!********************************************************!*\
1954
- !*** ./src/krIconsFonts/fonts/krIocnsFont.woff?oez4oh ***!
1955
- \********************************************************/
1956
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
1957
-
1958
- module.exports = __webpack_require__.p + "3781075241905d291dad.woff?oez4oh";
1959
433
 
1960
434
  /***/ })
1961
435
 
@@ -1963,522 +437,7 @@ module.exports = __webpack_require__.p + "3781075241905d291dad.woff?oez4oh";
1963
437
  /******/ function(__webpack_require__) { // webpackRuntimeModules
1964
438
  /******/ /* webpack/runtime/getFullHash */
1965
439
  /******/ (() => {
1966
- /******/ __webpack_require__.h = () => ("00afa45f5652164ab841")
1967
- /******/ })();
1968
- /******/
1969
- /******/ /* webpack/runtime/jsonp chunk loading */
1970
- /******/ (() => {
1971
- /******/ __webpack_require__.b = document.baseURI || self.location.href;
1972
- /******/
1973
- /******/ // object to store loaded and loading chunks
1974
- /******/ // undefined = chunk not loaded, null = chunk preloaded/prefetched
1975
- /******/ // [resolve, reject, Promise] = chunk loading, 0 = chunk loaded
1976
- /******/ var installedChunks = __webpack_require__.hmrS_jsonp = __webpack_require__.hmrS_jsonp || {
1977
- /******/ "esm": 0
1978
- /******/ };
1979
- /******/
1980
- /******/ // no chunk on demand loading
1981
- /******/
1982
- /******/ // no prefetching
1983
- /******/
1984
- /******/ // no preloaded
1985
- /******/
1986
- /******/ var currentUpdatedModulesList;
1987
- /******/ var waitingUpdateResolves = {};
1988
- /******/ function loadUpdateChunk(chunkId, updatedModulesList) {
1989
- /******/ currentUpdatedModulesList = updatedModulesList;
1990
- /******/ return new Promise((resolve, reject) => {
1991
- /******/ waitingUpdateResolves[chunkId] = resolve;
1992
- /******/ // start update chunk loading
1993
- /******/ var url = __webpack_require__.p + __webpack_require__.hu(chunkId);
1994
- /******/ // create error before stack unwound to get useful stacktrace later
1995
- /******/ var error = new Error();
1996
- /******/ var loadingEnded = (event) => {
1997
- /******/ if(waitingUpdateResolves[chunkId]) {
1998
- /******/ waitingUpdateResolves[chunkId] = undefined
1999
- /******/ var errorType = event && (event.type === 'load' ? 'missing' : event.type);
2000
- /******/ var realSrc = event && event.target && event.target.src;
2001
- /******/ error.message = 'Loading hot update chunk ' + chunkId + ' failed.\n(' + errorType + ': ' + realSrc + ')';
2002
- /******/ error.name = 'ChunkLoadError';
2003
- /******/ error.type = errorType;
2004
- /******/ error.request = realSrc;
2005
- /******/ reject(error);
2006
- /******/ }
2007
- /******/ };
2008
- /******/ __webpack_require__.l(url, loadingEnded);
2009
- /******/ });
2010
- /******/ }
2011
- /******/
2012
- /******/ self["webpackHotUpdateaa_sdk"] = (chunkId, moreModules, runtime) => {
2013
- /******/ for(var moduleId in moreModules) {
2014
- /******/ if(__webpack_require__.o(moreModules, moduleId)) {
2015
- /******/ currentUpdate[moduleId] = moreModules[moduleId];
2016
- /******/ if(currentUpdatedModulesList) currentUpdatedModulesList.push(moduleId);
2017
- /******/ }
2018
- /******/ }
2019
- /******/ if(runtime) currentUpdateRuntime.push(runtime);
2020
- /******/ if(waitingUpdateResolves[chunkId]) {
2021
- /******/ waitingUpdateResolves[chunkId]();
2022
- /******/ waitingUpdateResolves[chunkId] = undefined;
2023
- /******/ }
2024
- /******/ };
2025
- /******/
2026
- /******/ var currentUpdateChunks;
2027
- /******/ var currentUpdate;
2028
- /******/ var currentUpdateRemovedChunks;
2029
- /******/ var currentUpdateRuntime;
2030
- /******/ function applyHandler(options) {
2031
- /******/ if (__webpack_require__.f) delete __webpack_require__.f.jsonpHmr;
2032
- /******/ currentUpdateChunks = undefined;
2033
- /******/ function getAffectedModuleEffects(updateModuleId) {
2034
- /******/ var outdatedModules = [updateModuleId];
2035
- /******/ var outdatedDependencies = {};
2036
- /******/
2037
- /******/ var queue = outdatedModules.map(function (id) {
2038
- /******/ return {
2039
- /******/ chain: [id],
2040
- /******/ id: id
2041
- /******/ };
2042
- /******/ });
2043
- /******/ while (queue.length > 0) {
2044
- /******/ var queueItem = queue.pop();
2045
- /******/ var moduleId = queueItem.id;
2046
- /******/ var chain = queueItem.chain;
2047
- /******/ var module = __webpack_require__.c[moduleId];
2048
- /******/ if (
2049
- /******/ !module ||
2050
- /******/ (module.hot._selfAccepted && !module.hot._selfInvalidated)
2051
- /******/ )
2052
- /******/ continue;
2053
- /******/ if (module.hot._selfDeclined) {
2054
- /******/ return {
2055
- /******/ type: "self-declined",
2056
- /******/ chain: chain,
2057
- /******/ moduleId: moduleId
2058
- /******/ };
2059
- /******/ }
2060
- /******/ if (module.hot._main) {
2061
- /******/ return {
2062
- /******/ type: "unaccepted",
2063
- /******/ chain: chain,
2064
- /******/ moduleId: moduleId
2065
- /******/ };
2066
- /******/ }
2067
- /******/ for (var i = 0; i < module.parents.length; i++) {
2068
- /******/ var parentId = module.parents[i];
2069
- /******/ var parent = __webpack_require__.c[parentId];
2070
- /******/ if (!parent) continue;
2071
- /******/ if (parent.hot._declinedDependencies[moduleId]) {
2072
- /******/ return {
2073
- /******/ type: "declined",
2074
- /******/ chain: chain.concat([parentId]),
2075
- /******/ moduleId: moduleId,
2076
- /******/ parentId: parentId
2077
- /******/ };
2078
- /******/ }
2079
- /******/ if (outdatedModules.indexOf(parentId) !== -1) continue;
2080
- /******/ if (parent.hot._acceptedDependencies[moduleId]) {
2081
- /******/ if (!outdatedDependencies[parentId])
2082
- /******/ outdatedDependencies[parentId] = [];
2083
- /******/ addAllToSet(outdatedDependencies[parentId], [moduleId]);
2084
- /******/ continue;
2085
- /******/ }
2086
- /******/ delete outdatedDependencies[parentId];
2087
- /******/ outdatedModules.push(parentId);
2088
- /******/ queue.push({
2089
- /******/ chain: chain.concat([parentId]),
2090
- /******/ id: parentId
2091
- /******/ });
2092
- /******/ }
2093
- /******/ }
2094
- /******/
2095
- /******/ return {
2096
- /******/ type: "accepted",
2097
- /******/ moduleId: updateModuleId,
2098
- /******/ outdatedModules: outdatedModules,
2099
- /******/ outdatedDependencies: outdatedDependencies
2100
- /******/ };
2101
- /******/ }
2102
- /******/
2103
- /******/ function addAllToSet(a, b) {
2104
- /******/ for (var i = 0; i < b.length; i++) {
2105
- /******/ var item = b[i];
2106
- /******/ if (a.indexOf(item) === -1) a.push(item);
2107
- /******/ }
2108
- /******/ }
2109
- /******/
2110
- /******/ // at begin all updates modules are outdated
2111
- /******/ // the "outdated" status can propagate to parents if they don't accept the children
2112
- /******/ var outdatedDependencies = {};
2113
- /******/ var outdatedModules = [];
2114
- /******/ var appliedUpdate = {};
2115
- /******/
2116
- /******/ var warnUnexpectedRequire = function warnUnexpectedRequire(module) {
2117
- /******/ console.warn(
2118
- /******/ "[HMR] unexpected require(" + module.id + ") to disposed module"
2119
- /******/ );
2120
- /******/ };
2121
- /******/
2122
- /******/ for (var moduleId in currentUpdate) {
2123
- /******/ if (__webpack_require__.o(currentUpdate, moduleId)) {
2124
- /******/ var newModuleFactory = currentUpdate[moduleId];
2125
- /******/ /** @type {TODO} */
2126
- /******/ var result;
2127
- /******/ if (newModuleFactory) {
2128
- /******/ result = getAffectedModuleEffects(moduleId);
2129
- /******/ } else {
2130
- /******/ result = {
2131
- /******/ type: "disposed",
2132
- /******/ moduleId: moduleId
2133
- /******/ };
2134
- /******/ }
2135
- /******/ /** @type {Error|false} */
2136
- /******/ var abortError = false;
2137
- /******/ var doApply = false;
2138
- /******/ var doDispose = false;
2139
- /******/ var chainInfo = "";
2140
- /******/ if (result.chain) {
2141
- /******/ chainInfo = "\nUpdate propagation: " + result.chain.join(" -> ");
2142
- /******/ }
2143
- /******/ switch (result.type) {
2144
- /******/ case "self-declined":
2145
- /******/ if (options.onDeclined) options.onDeclined(result);
2146
- /******/ if (!options.ignoreDeclined)
2147
- /******/ abortError = new Error(
2148
- /******/ "Aborted because of self decline: " +
2149
- /******/ result.moduleId +
2150
- /******/ chainInfo
2151
- /******/ );
2152
- /******/ break;
2153
- /******/ case "declined":
2154
- /******/ if (options.onDeclined) options.onDeclined(result);
2155
- /******/ if (!options.ignoreDeclined)
2156
- /******/ abortError = new Error(
2157
- /******/ "Aborted because of declined dependency: " +
2158
- /******/ result.moduleId +
2159
- /******/ " in " +
2160
- /******/ result.parentId +
2161
- /******/ chainInfo
2162
- /******/ );
2163
- /******/ break;
2164
- /******/ case "unaccepted":
2165
- /******/ if (options.onUnaccepted) options.onUnaccepted(result);
2166
- /******/ if (!options.ignoreUnaccepted)
2167
- /******/ abortError = new Error(
2168
- /******/ "Aborted because " + moduleId + " is not accepted" + chainInfo
2169
- /******/ );
2170
- /******/ break;
2171
- /******/ case "accepted":
2172
- /******/ if (options.onAccepted) options.onAccepted(result);
2173
- /******/ doApply = true;
2174
- /******/ break;
2175
- /******/ case "disposed":
2176
- /******/ if (options.onDisposed) options.onDisposed(result);
2177
- /******/ doDispose = true;
2178
- /******/ break;
2179
- /******/ default:
2180
- /******/ throw new Error("Unexception type " + result.type);
2181
- /******/ }
2182
- /******/ if (abortError) {
2183
- /******/ return {
2184
- /******/ error: abortError
2185
- /******/ };
2186
- /******/ }
2187
- /******/ if (doApply) {
2188
- /******/ appliedUpdate[moduleId] = newModuleFactory;
2189
- /******/ addAllToSet(outdatedModules, result.outdatedModules);
2190
- /******/ for (moduleId in result.outdatedDependencies) {
2191
- /******/ if (__webpack_require__.o(result.outdatedDependencies, moduleId)) {
2192
- /******/ if (!outdatedDependencies[moduleId])
2193
- /******/ outdatedDependencies[moduleId] = [];
2194
- /******/ addAllToSet(
2195
- /******/ outdatedDependencies[moduleId],
2196
- /******/ result.outdatedDependencies[moduleId]
2197
- /******/ );
2198
- /******/ }
2199
- /******/ }
2200
- /******/ }
2201
- /******/ if (doDispose) {
2202
- /******/ addAllToSet(outdatedModules, [result.moduleId]);
2203
- /******/ appliedUpdate[moduleId] = warnUnexpectedRequire;
2204
- /******/ }
2205
- /******/ }
2206
- /******/ }
2207
- /******/ currentUpdate = undefined;
2208
- /******/
2209
- /******/ // Store self accepted outdated modules to require them later by the module system
2210
- /******/ var outdatedSelfAcceptedModules = [];
2211
- /******/ for (var j = 0; j < outdatedModules.length; j++) {
2212
- /******/ var outdatedModuleId = outdatedModules[j];
2213
- /******/ var module = __webpack_require__.c[outdatedModuleId];
2214
- /******/ if (
2215
- /******/ module &&
2216
- /******/ (module.hot._selfAccepted || module.hot._main) &&
2217
- /******/ // removed self-accepted modules should not be required
2218
- /******/ appliedUpdate[outdatedModuleId] !== warnUnexpectedRequire &&
2219
- /******/ // when called invalidate self-accepting is not possible
2220
- /******/ !module.hot._selfInvalidated
2221
- /******/ ) {
2222
- /******/ outdatedSelfAcceptedModules.push({
2223
- /******/ module: outdatedModuleId,
2224
- /******/ require: module.hot._requireSelf,
2225
- /******/ errorHandler: module.hot._selfAccepted
2226
- /******/ });
2227
- /******/ }
2228
- /******/ }
2229
- /******/
2230
- /******/ var moduleOutdatedDependencies;
2231
- /******/
2232
- /******/ return {
2233
- /******/ dispose: function () {
2234
- /******/ currentUpdateRemovedChunks.forEach(function (chunkId) {
2235
- /******/ delete installedChunks[chunkId];
2236
- /******/ });
2237
- /******/ currentUpdateRemovedChunks = undefined;
2238
- /******/
2239
- /******/ var idx;
2240
- /******/ var queue = outdatedModules.slice();
2241
- /******/ while (queue.length > 0) {
2242
- /******/ var moduleId = queue.pop();
2243
- /******/ var module = __webpack_require__.c[moduleId];
2244
- /******/ if (!module) continue;
2245
- /******/
2246
- /******/ var data = {};
2247
- /******/
2248
- /******/ // Call dispose handlers
2249
- /******/ var disposeHandlers = module.hot._disposeHandlers;
2250
- /******/ for (j = 0; j < disposeHandlers.length; j++) {
2251
- /******/ disposeHandlers[j].call(null, data);
2252
- /******/ }
2253
- /******/ __webpack_require__.hmrD[moduleId] = data;
2254
- /******/
2255
- /******/ // disable module (this disables requires from this module)
2256
- /******/ module.hot.active = false;
2257
- /******/
2258
- /******/ // remove module from cache
2259
- /******/ delete __webpack_require__.c[moduleId];
2260
- /******/
2261
- /******/ // when disposing there is no need to call dispose handler
2262
- /******/ delete outdatedDependencies[moduleId];
2263
- /******/
2264
- /******/ // remove "parents" references from all children
2265
- /******/ for (j = 0; j < module.children.length; j++) {
2266
- /******/ var child = __webpack_require__.c[module.children[j]];
2267
- /******/ if (!child) continue;
2268
- /******/ idx = child.parents.indexOf(moduleId);
2269
- /******/ if (idx >= 0) {
2270
- /******/ child.parents.splice(idx, 1);
2271
- /******/ }
2272
- /******/ }
2273
- /******/ }
2274
- /******/
2275
- /******/ // remove outdated dependency from module children
2276
- /******/ var dependency;
2277
- /******/ for (var outdatedModuleId in outdatedDependencies) {
2278
- /******/ if (__webpack_require__.o(outdatedDependencies, outdatedModuleId)) {
2279
- /******/ module = __webpack_require__.c[outdatedModuleId];
2280
- /******/ if (module) {
2281
- /******/ moduleOutdatedDependencies =
2282
- /******/ outdatedDependencies[outdatedModuleId];
2283
- /******/ for (j = 0; j < moduleOutdatedDependencies.length; j++) {
2284
- /******/ dependency = moduleOutdatedDependencies[j];
2285
- /******/ idx = module.children.indexOf(dependency);
2286
- /******/ if (idx >= 0) module.children.splice(idx, 1);
2287
- /******/ }
2288
- /******/ }
2289
- /******/ }
2290
- /******/ }
2291
- /******/ },
2292
- /******/ apply: function (reportError) {
2293
- /******/ // insert new code
2294
- /******/ for (var updateModuleId in appliedUpdate) {
2295
- /******/ if (__webpack_require__.o(appliedUpdate, updateModuleId)) {
2296
- /******/ __webpack_require__.m[updateModuleId] = appliedUpdate[updateModuleId];
2297
- /******/ }
2298
- /******/ }
2299
- /******/
2300
- /******/ // run new runtime modules
2301
- /******/ for (var i = 0; i < currentUpdateRuntime.length; i++) {
2302
- /******/ currentUpdateRuntime[i](__webpack_require__);
2303
- /******/ }
2304
- /******/
2305
- /******/ // call accept handlers
2306
- /******/ for (var outdatedModuleId in outdatedDependencies) {
2307
- /******/ if (__webpack_require__.o(outdatedDependencies, outdatedModuleId)) {
2308
- /******/ var module = __webpack_require__.c[outdatedModuleId];
2309
- /******/ if (module) {
2310
- /******/ moduleOutdatedDependencies =
2311
- /******/ outdatedDependencies[outdatedModuleId];
2312
- /******/ var callbacks = [];
2313
- /******/ var errorHandlers = [];
2314
- /******/ var dependenciesForCallbacks = [];
2315
- /******/ for (var j = 0; j < moduleOutdatedDependencies.length; j++) {
2316
- /******/ var dependency = moduleOutdatedDependencies[j];
2317
- /******/ var acceptCallback =
2318
- /******/ module.hot._acceptedDependencies[dependency];
2319
- /******/ var errorHandler =
2320
- /******/ module.hot._acceptedErrorHandlers[dependency];
2321
- /******/ if (acceptCallback) {
2322
- /******/ if (callbacks.indexOf(acceptCallback) !== -1) continue;
2323
- /******/ callbacks.push(acceptCallback);
2324
- /******/ errorHandlers.push(errorHandler);
2325
- /******/ dependenciesForCallbacks.push(dependency);
2326
- /******/ }
2327
- /******/ }
2328
- /******/ for (var k = 0; k < callbacks.length; k++) {
2329
- /******/ try {
2330
- /******/ callbacks[k].call(null, moduleOutdatedDependencies);
2331
- /******/ } catch (err) {
2332
- /******/ if (typeof errorHandlers[k] === "function") {
2333
- /******/ try {
2334
- /******/ errorHandlers[k](err, {
2335
- /******/ moduleId: outdatedModuleId,
2336
- /******/ dependencyId: dependenciesForCallbacks[k]
2337
- /******/ });
2338
- /******/ } catch (err2) {
2339
- /******/ if (options.onErrored) {
2340
- /******/ options.onErrored({
2341
- /******/ type: "accept-error-handler-errored",
2342
- /******/ moduleId: outdatedModuleId,
2343
- /******/ dependencyId: dependenciesForCallbacks[k],
2344
- /******/ error: err2,
2345
- /******/ originalError: err
2346
- /******/ });
2347
- /******/ }
2348
- /******/ if (!options.ignoreErrored) {
2349
- /******/ reportError(err2);
2350
- /******/ reportError(err);
2351
- /******/ }
2352
- /******/ }
2353
- /******/ } else {
2354
- /******/ if (options.onErrored) {
2355
- /******/ options.onErrored({
2356
- /******/ type: "accept-errored",
2357
- /******/ moduleId: outdatedModuleId,
2358
- /******/ dependencyId: dependenciesForCallbacks[k],
2359
- /******/ error: err
2360
- /******/ });
2361
- /******/ }
2362
- /******/ if (!options.ignoreErrored) {
2363
- /******/ reportError(err);
2364
- /******/ }
2365
- /******/ }
2366
- /******/ }
2367
- /******/ }
2368
- /******/ }
2369
- /******/ }
2370
- /******/ }
2371
- /******/
2372
- /******/ // Load self accepted modules
2373
- /******/ for (var o = 0; o < outdatedSelfAcceptedModules.length; o++) {
2374
- /******/ var item = outdatedSelfAcceptedModules[o];
2375
- /******/ var moduleId = item.module;
2376
- /******/ try {
2377
- /******/ item.require(moduleId);
2378
- /******/ } catch (err) {
2379
- /******/ if (typeof item.errorHandler === "function") {
2380
- /******/ try {
2381
- /******/ item.errorHandler(err, {
2382
- /******/ moduleId: moduleId,
2383
- /******/ module: __webpack_require__.c[moduleId]
2384
- /******/ });
2385
- /******/ } catch (err2) {
2386
- /******/ if (options.onErrored) {
2387
- /******/ options.onErrored({
2388
- /******/ type: "self-accept-error-handler-errored",
2389
- /******/ moduleId: moduleId,
2390
- /******/ error: err2,
2391
- /******/ originalError: err
2392
- /******/ });
2393
- /******/ }
2394
- /******/ if (!options.ignoreErrored) {
2395
- /******/ reportError(err2);
2396
- /******/ reportError(err);
2397
- /******/ }
2398
- /******/ }
2399
- /******/ } else {
2400
- /******/ if (options.onErrored) {
2401
- /******/ options.onErrored({
2402
- /******/ type: "self-accept-errored",
2403
- /******/ moduleId: moduleId,
2404
- /******/ error: err
2405
- /******/ });
2406
- /******/ }
2407
- /******/ if (!options.ignoreErrored) {
2408
- /******/ reportError(err);
2409
- /******/ }
2410
- /******/ }
2411
- /******/ }
2412
- /******/ }
2413
- /******/
2414
- /******/ return outdatedModules;
2415
- /******/ }
2416
- /******/ };
2417
- /******/ }
2418
- /******/ __webpack_require__.hmrI.jsonp = function (moduleId, applyHandlers) {
2419
- /******/ if (!currentUpdate) {
2420
- /******/ currentUpdate = {};
2421
- /******/ currentUpdateRuntime = [];
2422
- /******/ currentUpdateRemovedChunks = [];
2423
- /******/ applyHandlers.push(applyHandler);
2424
- /******/ }
2425
- /******/ if (!__webpack_require__.o(currentUpdate, moduleId)) {
2426
- /******/ currentUpdate[moduleId] = __webpack_require__.m[moduleId];
2427
- /******/ }
2428
- /******/ };
2429
- /******/ __webpack_require__.hmrC.jsonp = function (
2430
- /******/ chunkIds,
2431
- /******/ removedChunks,
2432
- /******/ removedModules,
2433
- /******/ promises,
2434
- /******/ applyHandlers,
2435
- /******/ updatedModulesList
2436
- /******/ ) {
2437
- /******/ applyHandlers.push(applyHandler);
2438
- /******/ currentUpdateChunks = {};
2439
- /******/ currentUpdateRemovedChunks = removedChunks;
2440
- /******/ currentUpdate = removedModules.reduce(function (obj, key) {
2441
- /******/ obj[key] = false;
2442
- /******/ return obj;
2443
- /******/ }, {});
2444
- /******/ currentUpdateRuntime = [];
2445
- /******/ chunkIds.forEach(function (chunkId) {
2446
- /******/ if (
2447
- /******/ __webpack_require__.o(installedChunks, chunkId) &&
2448
- /******/ installedChunks[chunkId] !== undefined
2449
- /******/ ) {
2450
- /******/ promises.push(loadUpdateChunk(chunkId, updatedModulesList));
2451
- /******/ currentUpdateChunks[chunkId] = true;
2452
- /******/ } else {
2453
- /******/ currentUpdateChunks[chunkId] = false;
2454
- /******/ }
2455
- /******/ });
2456
- /******/ if (__webpack_require__.f) {
2457
- /******/ __webpack_require__.f.jsonpHmr = function (chunkId, promises) {
2458
- /******/ if (
2459
- /******/ currentUpdateChunks &&
2460
- /******/ __webpack_require__.o(currentUpdateChunks, chunkId) &&
2461
- /******/ !currentUpdateChunks[chunkId]
2462
- /******/ ) {
2463
- /******/ promises.push(loadUpdateChunk(chunkId));
2464
- /******/ currentUpdateChunks[chunkId] = true;
2465
- /******/ }
2466
- /******/ };
2467
- /******/ }
2468
- /******/ };
2469
- /******/
2470
- /******/ __webpack_require__.hmrM = () => {
2471
- /******/ if (typeof fetch === "undefined") throw new Error("No browser support: need fetch API");
2472
- /******/ return fetch(__webpack_require__.p + __webpack_require__.hmrF()).then((response) => {
2473
- /******/ if(response.status === 404) return; // no update available
2474
- /******/ if(!response.ok) throw new Error("Failed to fetch update manifest " + response.statusText);
2475
- /******/ return response.json();
2476
- /******/ });
2477
- /******/ };
2478
- /******/
2479
- /******/ // no on chunks loaded
2480
- /******/
2481
- /******/ // no jsonp function
440
+ /******/ __webpack_require__.h = () => ("650261aeedeeb74a33e4")
2482
441
  /******/ })();
2483
442
  /******/
2484
443
  /******/ }