@e1011/es-kit 1.1.82 → 1.1.85

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 (21) hide show
  1. package/dist/hooks/esm/index.css +289 -289
  2. package/dist/hooks/index.css +289 -289
  3. package/dist/lib/cjs/src/core/ui/components/container/layoutBox/LayoutBox.js +1 -1
  4. package/dist/lib/cjs/src/core/ui/components/container/layoutBox/LayoutBox.js.map +1 -1
  5. package/dist/lib/cjs/src/core/ui/components/container/layoutBox/layoutBox.types.js.map +1 -1
  6. package/dist/lib/esm/src/core/ui/components/container/layoutBox/LayoutBox.js +1 -1
  7. package/dist/lib/esm/src/core/ui/components/container/layoutBox/LayoutBox.js.map +1 -1
  8. package/dist/lib/esm/src/core/ui/components/container/layoutBox/layoutBox.types.js.map +1 -1
  9. package/dist/lib/tsconfig.tsbuildinfo +1 -1
  10. package/dist/types/src/core/ui/components/container/layoutBox/LayoutBox.d.ts.map +1 -1
  11. package/dist/types/src/core/ui/components/container/layoutBox/layoutBox.types.d.ts +2 -4
  12. package/dist/types/src/core/ui/components/container/layoutBox/layoutBox.types.d.ts.map +1 -1
  13. package/dist/ui/esm/src/core/ui/components/container/layoutBox/LayoutBox.js +1 -1
  14. package/dist/ui/esm/src/core/ui/components/container/layoutBox/LayoutBox.js.map +1 -1
  15. package/dist/ui/esm/src/core/ui/components/container/layoutBox/layoutBox.types.js.map +1 -1
  16. package/dist/ui/src/core/ui/components/container/layoutBox/LayoutBox.js +1 -1
  17. package/dist/ui/src/core/ui/components/container/layoutBox/LayoutBox.js.map +1 -1
  18. package/dist/ui/src/core/ui/components/container/layoutBox/layoutBox.types.js.map +1 -1
  19. package/dist/utils/esm/index.css +289 -289
  20. package/dist/utils/index.css +289 -289
  21. package/package.json +3 -4
@@ -1,3 +1,33 @@
1
+ .icon-module_icon-base-parent__nOMvW {
2
+ line-height: 1px !important;
3
+ }
4
+
5
+ .icon-module_icon-base__S0tHf {
6
+ min-width: var(--min-width);
7
+ min-height: var(--min-height);
8
+ width: var(--width) !important;
9
+ height: var(--height) !important;
10
+ line-height: 1px !important;
11
+ background-color: var(--icon-color);
12
+ color: var(--icon-content-color);
13
+ background-repeat: no-repeat;
14
+ mask-image: var(--icon-url);
15
+ -webkit-mask-image: var(--icon-url);
16
+ mask-repeat: no-repeat;
17
+ -webkit-mask-repeat: no-repeat;
18
+ mask-size: contain;
19
+ -webkit-mask-size: contain;
20
+ mask-position: center;
21
+ -webkit-mask-position: center;
22
+ display: inline-block;
23
+ will-change: transform;
24
+ transform: translate3d(0, 0, 0);
25
+ }
26
+ .icon-module_icon-base__S0tHf svg {
27
+ fill: var(--icon-content-color);
28
+ width: var(--height);
29
+ height: var(--width);
30
+ }
1
31
  .CollapsibleContainer-module_collapsible-container__u0Jmm {
2
32
  transform-origin: 0% 0%;
3
33
  opacity: 0;
@@ -50,35 +80,14 @@
50
80
  height: var(--height);
51
81
  margin: var(--margin);
52
82
  }
53
- .icon-module_icon-base-parent__nOMvW {
54
- line-height: 1px !important;
83
+ .errorBoundary-module_errorBoundary__gk9ps {
84
+ background: #EFEFEF;
85
+ width: 100%;
86
+ height: 100%;
55
87
  }
56
88
 
57
- .icon-module_icon-base__S0tHf {
58
- min-width: var(--min-width);
59
- min-height: var(--min-height);
60
- width: var(--width) !important;
61
- height: var(--height) !important;
62
- line-height: 1px !important;
63
- background-color: var(--icon-color);
64
- color: var(--icon-content-color);
65
- background-repeat: no-repeat;
66
- mask-image: var(--icon-url);
67
- -webkit-mask-image: var(--icon-url);
68
- mask-repeat: no-repeat;
69
- -webkit-mask-repeat: no-repeat;
70
- mask-size: contain;
71
- -webkit-mask-size: contain;
72
- mask-position: center;
73
- -webkit-mask-position: center;
74
- display: inline-block;
75
- will-change: transform;
76
- transform: translate3d(0, 0, 0);
77
- }
78
- .icon-module_icon-base__S0tHf svg {
79
- fill: var(--icon-content-color);
80
- width: var(--height);
81
- height: var(--width);
89
+ .errorBoundary-module_StyledIcon__IYHiU {
90
+ margin-right: 10px;
82
91
  }
83
92
  .field-module_field__UfKm3 {
84
93
  opacity: 1;
@@ -154,15 +163,6 @@
154
163
  .field-module_field__UfKm3 label {
155
164
  text-align: left;
156
165
  }
157
- .errorBoundary-module_errorBoundary__gk9ps {
158
- background: #EFEFEF;
159
- width: 100%;
160
- height: 100%;
161
- }
162
-
163
- .errorBoundary-module_StyledIcon__IYHiU {
164
- margin-right: 10px;
165
- }
166
166
  .lazyComponent-module_loader__brMEW {
167
167
  position: relative;
168
168
  width: 100px;
@@ -230,6 +230,19 @@
230
230
  min-height: 0;
231
231
  border-radius: initial;
232
232
  }
233
+ .flowLayout-module_flowLayout__VHpnY {
234
+ overflow: auto;
235
+ }
236
+ .flowLayout-module_flowLayout__VHpnY .flowLayout-module_beforeContent__rY-mW {
237
+ display: flex;
238
+ width: 100%;
239
+ min-width: 0;
240
+ }
241
+ .flowLayout-module_flowLayout__VHpnY .flowLayout-module_afterContent__Hlh8v {
242
+ display: flex;
243
+ width: 100%;
244
+ min-width: 0;
245
+ }
233
246
  :root {
234
247
  --divider-line: #4a4b4b;
235
248
  }
@@ -330,6 +343,100 @@
330
343
  --divider-line: #4a4b4b;
331
344
  }
332
345
 
346
+ .typography-module_overflow-hidden__UmQ-v, .typography-module_text-truncate__8MgV9 {
347
+ overflow: hidden !important;
348
+ }
349
+
350
+ .typography-module_text-nowrap__dt3uu, .typography-module_text-truncate__8MgV9 {
351
+ white-space: nowrap !important;
352
+ }
353
+
354
+ .typography-module_text-ellipsis__iyHeZ, .typography-module_text-truncate__8MgV9 {
355
+ text-overflow: ellipsis !important;
356
+ }
357
+
358
+ .typography-module_headline__b0XlP {
359
+ font-size: 28px;
360
+ line-height: 32px;
361
+ }
362
+
363
+ .typography-module_headlineSecondary__IDnhT {
364
+ font-size: 24px;
365
+ line-height: 28px;
366
+ }
367
+
368
+ .typography-module_headlineTertiary__mlG-v {
369
+ font-size: 18px;
370
+ line-height: 24x;
371
+ }
372
+
373
+ .typography-module_paragraph__tgBAx, .typography-module_paragraphBold__PmcZU, .typography-module_paragraphBoldSmall__qExmY, .typography-module_paragraphSmall__vTMiI {
374
+ font-size: 14px;
375
+ line-height: 18px;
376
+ font-weight: 300;
377
+ }
378
+
379
+ .typography-module_paragraphSmall__vTMiI, .typography-module_paragraphBoldSmall__qExmY {
380
+ font-size: 12px;
381
+ }
382
+
383
+ .typography-module_paragraphBold__PmcZU, .typography-module_paragraphBoldSmall__qExmY {
384
+ font-weight: 600;
385
+ }
386
+
387
+ .typography-module_link__DWurf {
388
+ overflow: hidden !important;
389
+ white-space: nowrap !important;
390
+ text-overflow: ellipsis !important;
391
+ text-decoration: none;
392
+ color: #65C5F6;
393
+ display: inline;
394
+ gap: 4px;
395
+ flex-grow: 0;
396
+ max-width: 400px;
397
+ position: relative;
398
+ vertical-align: center;
399
+ }
400
+ .typography-module_link__DWurf:hover:not(.typography-module_disabled__hjK8C) {
401
+ text-decoration: underline;
402
+ color: #65C5F6;
403
+ }
404
+ .typography-module_link__DWurf.typography-module_disabled__hjK8C {
405
+ pointer-events: none;
406
+ opacity: 0.6;
407
+ }
408
+ .popup-overlay-module_popup-modal-overlay__dlJqM {
409
+ z-index: 1;
410
+ position: fixed;
411
+ width: 100%;
412
+ height: 100%;
413
+ top: 0;
414
+ left: 0;
415
+ background: rgba(40, 80, 120, 0.8) !important;
416
+ pointer-events: all;
417
+ user-select: none;
418
+ will-change: opacity;
419
+ transition: opacity 450ms ease-in-out;
420
+ opacity: 0;
421
+ visibility: hidden;
422
+ }
423
+ .popup-overlay-module_popup-modal-overlay__dlJqM[data-show] {
424
+ opacity: 1;
425
+ visibility: visible;
426
+ }
427
+ .popup-overlay-module_popup-modal-overlay__dlJqM[data-show=false] {
428
+ opacity: 0;
429
+ visibility: hidden;
430
+ }
431
+ .textAndContent-module_textAndContent__X5P1n {
432
+ align-items: baseline;
433
+ flex-shrink: 1;
434
+ gap: 8px;
435
+ }
436
+ :root {
437
+ --divider-line: #4a4b4b;
438
+ }
439
+
333
440
  .tooltip-module_overflow-hidden__YDzdx, .tooltip-module_text-truncate__CPvp3 {
334
441
  overflow: hidden !important;
335
442
  }
@@ -440,271 +547,39 @@
440
547
  .cui-theme-light .tooltip-module_popover-tooltip__sAhKa .tooltip-module_arrow-inner__IqzxY {
441
548
  border-color: #515757 transparent transparent transparent;
442
549
  }
443
- .flowLayout-module_flowLayout__VHpnY {
444
- overflow: auto;
445
- }
446
- .flowLayout-module_flowLayout__VHpnY .flowLayout-module_beforeContent__rY-mW {
447
- display: flex;
448
- width: 100%;
449
- min-width: 0;
450
- }
451
- .flowLayout-module_flowLayout__VHpnY .flowLayout-module_afterContent__Hlh8v {
452
- display: flex;
453
- width: 100%;
454
- min-width: 0;
455
- }
456
- .popup-overlay-module_popup-modal-overlay__dlJqM {
457
- z-index: 1;
458
- position: fixed;
459
- width: 100%;
460
- height: 100%;
461
- top: 0;
462
- left: 0;
463
- background: rgba(40, 80, 120, 0.8) !important;
464
- pointer-events: all;
465
- user-select: none;
466
- will-change: opacity;
467
- transition: opacity 450ms ease-in-out;
468
- opacity: 0;
469
- visibility: hidden;
470
- }
471
- .popup-overlay-module_popup-modal-overlay__dlJqM[data-show] {
472
- opacity: 1;
473
- visibility: visible;
474
- }
475
- .popup-overlay-module_popup-modal-overlay__dlJqM[data-show=false] {
476
- opacity: 0;
477
- visibility: hidden;
478
- }
479
550
  :root {
480
551
  --divider-line: #4a4b4b;
481
552
  }
482
553
 
483
- .button-module_overflow-hidden__Vc5AU, .button-module_text-truncate__a89Bp {
554
+ .tag-module_overflow-hidden__wlxDI, .tag-module_text-truncate__xqW1- {
484
555
  overflow: hidden !important;
485
556
  }
486
557
 
487
- .button-module_text-nowrap__tR-VJ, .button-module_text-truncate__a89Bp {
558
+ .tag-module_text-nowrap__CHhhg, .tag-module_text-truncate__xqW1- {
488
559
  white-space: nowrap !important;
489
560
  }
490
561
 
491
- .button-module_text-ellipsis__5MFA9, .button-module_text-truncate__a89Bp {
562
+ .tag-module_text-ellipsis__UX32n, .tag-module_text-truncate__xqW1- {
492
563
  text-overflow: ellipsis !important;
493
564
  }
494
565
 
495
- .button-module_button__NDMQS {
496
- border: none;
497
- color: #090A0A;
498
- padding: 0.5rem 1rem;
499
- text-align: center;
500
- text-decoration: none;
501
- font-size: 1rem;
502
- overflow: hidden;
503
- display: flex;
566
+ .tag-module_tag__rGA-E {
567
+ display: inline-flex;
568
+ flex-direction: row;
569
+ flex-shrink: 1;
570
+ padding: 4px 8px;
571
+ gap: 4px;
572
+ min-height: 18px;
573
+ border-radius: 4px;
574
+ border-width: 1px;
575
+ border-style: solid;
504
576
  align-items: center;
505
- justify-content: center;
506
- min-width: "auto";
507
- width: "auto";
508
- user-select: all;
509
- pointer-events: auto;
510
- cursor: pointer;
511
577
  }
512
- .button-module_button__NDMQS > span {
513
- overflow: hidden;
514
- white-space: nowrap;
515
- display: inline-block;
578
+ .tag-module_tag__rGA-E .icon-base {
579
+ color: #E2E369 !important;
516
580
  }
517
- .button-module_button__NDMQS.button-module_info__O6gEW {
518
- background-color: #2D8EFF;
519
- }
520
- .button-module_button__NDMQS.button-module_info__O6gEW.button-module_transparent__zbeBu {
521
- border: 1px solid #2D8EFF !important;
522
- }
523
- .button-module_button__NDMQS.button-module_success__gM25y {
524
- background-color: #13CE66;
525
- }
526
- .button-module_button__NDMQS.button-module_success__gM25y.button-module_transparent__zbeBu {
527
- border: 1px solid #13CE66 !important;
528
- }
529
- .button-module_button__NDMQS.button-module_error__q9qqo {
530
- background-color: #FF4949;
531
- }
532
- .button-module_button__NDMQS.button-module_error__q9qqo.button-module_transparent__zbeBu {
533
- border: 1px solid #FF4949 !important;
534
- }
535
- .button-module_button__NDMQS.button-module_warning__MdmiZ {
536
- background-color: #FFCC3D;
537
- }
538
- .button-module_button__NDMQS.button-module_warning__MdmiZ.button-module_transparent__zbeBu {
539
- border: 1px solid #FFCC3D !important;
540
- }
541
- .button-module_button__NDMQS.button-module_link__e-4Fu {
542
- border: none !important;
543
- background-color: transparent !important;
544
- background: transparent !important;
545
- }
546
- .button-module_button__NDMQS.button-module_link__e-4Fu:hover {
547
- border: none !important;
548
- background-color: transparent !important;
549
- background: transparent !important;
550
- }
551
- .button-module_button__NDMQS.button-module_link__e-4Fu:hover * {
552
- text-decoration: underline !important;
553
- }
554
- .button-module_button__NDMQS.button-module_transparent__zbeBu {
555
- border: none !important;
556
- background-color: transparent !important;
557
- background: transparent !important;
558
- }
559
- .button-module_button__NDMQS.button-module_tiny__pBNwo {
560
- height: 1.4rem;
561
- min-width: 1.5rem;
562
- width: 1.5rem;
563
- padding: 0.2rem;
564
- font-size: 0.8rem;
565
- }
566
- .button-module_button__NDMQS.button-module_fluid__GXxID {
567
- width: 100%;
568
- }
569
- .button-module_button__NDMQS.button-module_truncate__c-G9k > span {
570
- overflow: hidden !important;
571
- white-space: nowrap !important;
572
- text-overflow: ellipsis !important;
573
- }
574
- .button-module_button__NDMQS.button-module_animated__gLwPl {
575
- transition: transform 250ms ease-out;
576
- }
577
- .button-module_button__NDMQS.button-module_hasShadow__42BQv {
578
- box-shadow: 0 5px 15px 0 rgba(28, 37, 39, 0.1), 0 0 2px 0 rgba(0, 0, 0, 0.1);
579
- }
580
- .button-module_button__NDMQS.button-module_hasIcon__dXLlJ {
581
- padding: 0.4rem;
582
- border: none !important;
583
- line-height: 1px;
584
- }
585
- .button-module_button__NDMQS.button-module_hasIcon__dXLlJ.button-module_tiny__pBNwo {
586
- padding: 0px;
587
- }
588
- .button-module_button__NDMQS:hover {
589
- background-color: #c5c5c5 !important;
590
- }
591
- .button-module_button__NDMQS:hover.button-module_animated__gLwPl {
592
- transform: scale(1.2);
593
- }
594
- .button-module_button__NDMQS:hover.button-module_transparent__zbeBu {
595
- background-color: rgba(197, 197, 197, 0.1254901961) !important;
596
- }
597
- .button-module_button__NDMQS.button-module_disabled__hEydO {
598
- user-select: none;
599
- pointer-events: none;
600
- cursor: not-allowed;
601
- }
602
-
603
- .cui-theme-dark .button-module_button__NDMQS {
604
- color: #F4F4F4;
605
- }
606
- .cui-theme-light .button-module_button__NDMQS {
607
- color: #090A0A;
608
- }
609
- :root {
610
- --divider-line: #4a4b4b;
611
- }
612
-
613
- .typography-module_overflow-hidden__UmQ-v, .typography-module_text-truncate__8MgV9 {
614
- overflow: hidden !important;
615
- }
616
-
617
- .typography-module_text-nowrap__dt3uu, .typography-module_text-truncate__8MgV9 {
618
- white-space: nowrap !important;
619
- }
620
-
621
- .typography-module_text-ellipsis__iyHeZ, .typography-module_text-truncate__8MgV9 {
622
- text-overflow: ellipsis !important;
623
- }
624
-
625
- .typography-module_headline__b0XlP {
626
- font-size: 28px;
627
- line-height: 32px;
628
- }
629
-
630
- .typography-module_headlineSecondary__IDnhT {
631
- font-size: 24px;
632
- line-height: 28px;
633
- }
634
-
635
- .typography-module_headlineTertiary__mlG-v {
636
- font-size: 18px;
637
- line-height: 24x;
638
- }
639
-
640
- .typography-module_paragraph__tgBAx, .typography-module_paragraphBold__PmcZU, .typography-module_paragraphBoldSmall__qExmY, .typography-module_paragraphSmall__vTMiI {
641
- font-size: 14px;
642
- line-height: 18px;
643
- font-weight: 300;
644
- }
645
-
646
- .typography-module_paragraphSmall__vTMiI, .typography-module_paragraphBoldSmall__qExmY {
647
- font-size: 12px;
648
- }
649
-
650
- .typography-module_paragraphBold__PmcZU, .typography-module_paragraphBoldSmall__qExmY {
651
- font-weight: 600;
652
- }
653
-
654
- .typography-module_link__DWurf {
655
- overflow: hidden !important;
656
- white-space: nowrap !important;
657
- text-overflow: ellipsis !important;
658
- text-decoration: none;
659
- color: #65C5F6;
660
- display: inline;
661
- gap: 4px;
662
- flex-grow: 0;
663
- max-width: 400px;
664
- position: relative;
665
- vertical-align: center;
666
- }
667
- .typography-module_link__DWurf:hover:not(.typography-module_disabled__hjK8C) {
668
- text-decoration: underline;
669
- color: #65C5F6;
670
- }
671
- .typography-module_link__DWurf.typography-module_disabled__hjK8C {
672
- pointer-events: none;
673
- opacity: 0.6;
674
- }
675
- :root {
676
- --divider-line: #4a4b4b;
677
- }
678
-
679
- .tag-module_overflow-hidden__wlxDI, .tag-module_text-truncate__xqW1- {
680
- overflow: hidden !important;
681
- }
682
-
683
- .tag-module_text-nowrap__CHhhg, .tag-module_text-truncate__xqW1- {
684
- white-space: nowrap !important;
685
- }
686
-
687
- .tag-module_text-ellipsis__UX32n, .tag-module_text-truncate__xqW1- {
688
- text-overflow: ellipsis !important;
689
- }
690
-
691
- .tag-module_tag__rGA-E {
692
- display: inline-flex;
693
- flex-direction: row;
694
- flex-shrink: 1;
695
- padding: 4px 8px;
696
- gap: 4px;
697
- min-height: 18px;
698
- border-radius: 4px;
699
- border-width: 1px;
700
- border-style: solid;
701
- align-items: center;
702
- }
703
- .tag-module_tag__rGA-E .icon-base {
704
- color: #E2E369 !important;
705
- }
706
- .tag-module_tag__rGA-E .tag-module_text__WpK6w {
707
- white-space: nowrap;
581
+ .tag-module_tag__rGA-E .tag-module_text__WpK6w {
582
+ white-space: nowrap;
708
583
  }
709
584
  .tag-module_tag__rGA-E.tag-module_in-table__cWTuJ {
710
585
  justify-content: center;
@@ -943,10 +818,135 @@
943
818
  .cui-theme-light .toggle-module_toggle__p1Ep4 input:checked + .toggle-module_slider__2IVaG:hover {
944
819
  background-color: rgb(54.7902439024, 70.0097560976, 70.0097560976);
945
820
  }
946
- .textAndContent-module_textAndContent__X5P1n {
947
- align-items: baseline;
948
- flex-shrink: 1;
949
- gap: 8px;
821
+ :root {
822
+ --divider-line: #4a4b4b;
823
+ }
824
+
825
+ .button-module_overflow-hidden__Vc5AU, .button-module_text-truncate__a89Bp {
826
+ overflow: hidden !important;
827
+ }
828
+
829
+ .button-module_text-nowrap__tR-VJ, .button-module_text-truncate__a89Bp {
830
+ white-space: nowrap !important;
831
+ }
832
+
833
+ .button-module_text-ellipsis__5MFA9, .button-module_text-truncate__a89Bp {
834
+ text-overflow: ellipsis !important;
835
+ }
836
+
837
+ .button-module_button__NDMQS {
838
+ border: none;
839
+ color: #090A0A;
840
+ padding: 0.5rem 1rem;
841
+ text-align: center;
842
+ text-decoration: none;
843
+ font-size: 1rem;
844
+ overflow: hidden;
845
+ display: flex;
846
+ align-items: center;
847
+ justify-content: center;
848
+ min-width: "auto";
849
+ width: "auto";
850
+ user-select: all;
851
+ pointer-events: auto;
852
+ cursor: pointer;
853
+ }
854
+ .button-module_button__NDMQS > span {
855
+ overflow: hidden;
856
+ white-space: nowrap;
857
+ display: inline-block;
858
+ }
859
+ .button-module_button__NDMQS.button-module_info__O6gEW {
860
+ background-color: #2D8EFF;
861
+ }
862
+ .button-module_button__NDMQS.button-module_info__O6gEW.button-module_transparent__zbeBu {
863
+ border: 1px solid #2D8EFF !important;
864
+ }
865
+ .button-module_button__NDMQS.button-module_success__gM25y {
866
+ background-color: #13CE66;
867
+ }
868
+ .button-module_button__NDMQS.button-module_success__gM25y.button-module_transparent__zbeBu {
869
+ border: 1px solid #13CE66 !important;
870
+ }
871
+ .button-module_button__NDMQS.button-module_error__q9qqo {
872
+ background-color: #FF4949;
873
+ }
874
+ .button-module_button__NDMQS.button-module_error__q9qqo.button-module_transparent__zbeBu {
875
+ border: 1px solid #FF4949 !important;
876
+ }
877
+ .button-module_button__NDMQS.button-module_warning__MdmiZ {
878
+ background-color: #FFCC3D;
879
+ }
880
+ .button-module_button__NDMQS.button-module_warning__MdmiZ.button-module_transparent__zbeBu {
881
+ border: 1px solid #FFCC3D !important;
882
+ }
883
+ .button-module_button__NDMQS.button-module_link__e-4Fu {
884
+ border: none !important;
885
+ background-color: transparent !important;
886
+ background: transparent !important;
887
+ }
888
+ .button-module_button__NDMQS.button-module_link__e-4Fu:hover {
889
+ border: none !important;
890
+ background-color: transparent !important;
891
+ background: transparent !important;
892
+ }
893
+ .button-module_button__NDMQS.button-module_link__e-4Fu:hover * {
894
+ text-decoration: underline !important;
895
+ }
896
+ .button-module_button__NDMQS.button-module_transparent__zbeBu {
897
+ border: none !important;
898
+ background-color: transparent !important;
899
+ background: transparent !important;
900
+ }
901
+ .button-module_button__NDMQS.button-module_tiny__pBNwo {
902
+ height: 1.4rem;
903
+ min-width: 1.5rem;
904
+ width: 1.5rem;
905
+ padding: 0.2rem;
906
+ font-size: 0.8rem;
907
+ }
908
+ .button-module_button__NDMQS.button-module_fluid__GXxID {
909
+ width: 100%;
910
+ }
911
+ .button-module_button__NDMQS.button-module_truncate__c-G9k > span {
912
+ overflow: hidden !important;
913
+ white-space: nowrap !important;
914
+ text-overflow: ellipsis !important;
915
+ }
916
+ .button-module_button__NDMQS.button-module_animated__gLwPl {
917
+ transition: transform 250ms ease-out;
918
+ }
919
+ .button-module_button__NDMQS.button-module_hasShadow__42BQv {
920
+ box-shadow: 0 5px 15px 0 rgba(28, 37, 39, 0.1), 0 0 2px 0 rgba(0, 0, 0, 0.1);
921
+ }
922
+ .button-module_button__NDMQS.button-module_hasIcon__dXLlJ {
923
+ padding: 0.4rem;
924
+ border: none !important;
925
+ line-height: 1px;
926
+ }
927
+ .button-module_button__NDMQS.button-module_hasIcon__dXLlJ.button-module_tiny__pBNwo {
928
+ padding: 0px;
929
+ }
930
+ .button-module_button__NDMQS:hover {
931
+ background-color: #c5c5c5 !important;
932
+ }
933
+ .button-module_button__NDMQS:hover.button-module_animated__gLwPl {
934
+ transform: scale(1.2);
935
+ }
936
+ .button-module_button__NDMQS:hover.button-module_transparent__zbeBu {
937
+ background-color: rgba(197, 197, 197, 0.1254901961) !important;
938
+ }
939
+ .button-module_button__NDMQS.button-module_disabled__hEydO {
940
+ user-select: none;
941
+ pointer-events: none;
942
+ cursor: not-allowed;
943
+ }
944
+
945
+ .cui-theme-dark .button-module_button__NDMQS {
946
+ color: #F4F4F4;
947
+ }
948
+ .cui-theme-light .button-module_button__NDMQS {
949
+ color: #090A0A;
950
950
  }
951
951
  :root {
952
952
  --divider-line: #4a4b4b;
@@ -1,2 +1,2 @@
1
- "use strict";var e=require("../../../../../../_virtual/_rollupPluginBabelHelpers.js"),t=require("react"),o=require("../../../../hooks/useParseProps.js"),r=require("../../../../utils/helpers/ui.js"),s=require("./layoutBox.module.scss.js"),a=require("./layoutBox.types.js");const i=["id","style","children","tabIndex","className","onClick","column","asGrid","wFull","hFull","centered","flex","width","height","debug","background"],l={start:"flex-start","flex-start":"flex-start",end:"flex-end","flex-end":"flex-end"},d=e=>e&&l[e]||e,n=t.forwardRef(((l,n)=>{let{id:u,style:c,children:x,tabIndex:y,className:p="",onClick:f,column:m,asGrid:h=!1,wFull:b=!1,hFull:g=!1,centered:j=!1,flex:w,width:v,height:B,debug:N=!1,background:P}=l,k=e.objectWithoutProperties(l,i);const{dataProps:I,restProps:L}=o.useParseProps(k),q=t.useMemo((()=>f?{onClick:f,onKeyDown:f,role:"button",tabIndex:-1}:{}),[f]),C=t.useMemo((()=>void 0!==m&&!0===m?a.LayoutDirection.COLUMN:null),[m]),F=t.useMemo((()=>{const t=e.objectSpread2({},L);return(L.direction||C)&&(t.flexDirection=L.direction||C),j?(t.alignItems="center",t.justifyContent="center"):(L.align&&(t.alignItems=d(L.align)),L.justify&&(t.justifyContent=d(L.justify))),t.display=h?"grid":"flex",b?t.width="100%":void 0!==v&&(t.width="number"==typeof v?"".concat(v,"px"):v),g?t.height="100%":void 0!==B&&(t.height="number"==typeof B?"".concat(B,"px"):B),void 0!==w&&(t.flex=!0===w?1:w),void 0!==P&&(t.background=P),N&&(t.outline="1px solid red"),e.objectSpread2(e.objectSpread2({},t),c)}),[h,P,j,N,w,g,B,C,L,c,b,v]);return React.createElement("div",e.extends({},u?{id:"".concat(u)}:{},{ref:n,tabIndex:y,className:r.classNames(s.default["layout-box"],p),style:F},I,{"data-testid":I.dataTestId||I["data-testid"]||u},q),x)}));n.displayName="LayoutBoxRefForwarded";const u=t.memo(n),c=t.memo(n);u.displayName="LayoutBox",c.displayName="BoxLayout",exports.BoxLayout=c,exports.LayoutBox=u;
1
+ "use strict";var e=require("../../../../../../_virtual/_rollupPluginBabelHelpers.js"),t=require("react"),o=require("../../../../hooks/useParseProps.js"),r=require("../../../../utils/helpers/ui.js"),s=require("./layoutBox.module.scss.js"),a=require("./layoutBox.types.js");const i=["id","style","children","tabIndex","className","column","asGrid","wFull","hFull","centered","flex","width","height","debug","background"],l={start:"flex-start","flex-start":"flex-start",end:"flex-end","flex-end":"flex-end"},d=e=>e&&l[e]||e,u=t.forwardRef(((l,u)=>{let{id:n,style:c,children:x,tabIndex:p,className:y="",column:f,asGrid:m=!1,wFull:h=!1,hFull:b=!1,centered:g=!1,flex:j,width:v,height:w,debug:B=!1,background:N}=l,P=e.objectWithoutProperties(l,i);const{dataProps:L,restProps:q}=o.useParseProps(P),I=t.useMemo((()=>void 0!==f&&!0===f?a.LayoutDirection.COLUMN:null),[f]),F=t.useMemo((()=>{const t=e.objectSpread2({},q);return(q.direction||I)&&(t.flexDirection=q.direction||I),g?(t.alignItems="center",t.justifyContent="center"):(q.align&&(t.alignItems=d(q.align)),q.justify&&(t.justifyContent=d(q.justify))),t.display=m?"grid":"flex",h?t.width="100%":void 0!==v&&(t.width="number"==typeof v?"".concat(v,"px"):v),b?t.height="100%":void 0!==w&&(t.height="number"==typeof w?"".concat(w,"px"):w),void 0!==j&&(t.flex=!0===j?1:j),void 0!==N&&(t.background=N),B&&(t.outline="1px solid red"),e.objectSpread2(e.objectSpread2({},t),c)}),[m,N,g,B,j,b,w,I,q,c,h,v]);return React.createElement("div",e.extends({},n?{id:"".concat(n)}:{},{ref:u,tabIndex:p,className:r.classNames(s.default["layout-box"],y),style:F},L,{"data-testid":L.dataTestId||L["data-testid"]||n}),x)}));u.displayName="LayoutBoxRefForwarded";const n=t.memo(u),c=t.memo(u);n.displayName="LayoutBox",c.displayName="BoxLayout",exports.BoxLayout=c,exports.LayoutBox=n;
2
2
  //# sourceMappingURL=LayoutBox.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"LayoutBox.js","sources":["../../../../../../../../../src/core/ui/components/container/layoutBox/LayoutBox.tsx"],"sourcesContent":["import { memo, FC, useMemo, CSSProperties, forwardRef, LegacyRef } from 'react'\n\nimport { useParseProps } from '../../../../hooks/useParseProps'\nimport { classNames } from '../../../../utils/helpers/ui'\n\nimport classes from './layoutBox.module.scss'\nimport { LayoutDirection, LayoutBoxProps } from './layoutBox.types'\n\n/**\n * Map of flex values for resolving flex alignment and justification.\n * @type {Record<string, string>}\n */\nconst flexValueMap: Record<string, string> = {\n start: 'flex-start',\n 'flex-start': 'flex-start',\n end: 'flex-end',\n 'flex-end': 'flex-end',\n}\n\n/**\n * Resolves flex alignment and justification properties based on the provided value.\n * @param {string | undefined} value - The value to resolve.\n * @returns {string | undefined} - Resolved flex property value.\n */\nconst resolveFlexProps = (value?: string): string | undefined => (value ? (flexValueMap[value] || value) : value)\n\n/**\n * Forwarded ref version of the LayoutBox component.\n * @param {LayoutBoxProps} props - Props for the LayoutBox component.\n * @param {LegacyRef<HTMLDivElement> | undefined} ref - Ref for accessing the underlying DOM element.\n * @returns {JSX.Element} - Rendered LayoutBox component.\n */\nconst LayoutBoxRefForwarded = forwardRef(({\n id,\n style,\n children,\n tabIndex,\n className = '',\n onClick,\n column,\n asGrid = false,\n wFull = false,\n hFull = false,\n centered = false,\n flex,\n width,\n height,\n debug = false,\n background,\n ...props\n}: LayoutBoxProps, ref: LegacyRef<HTMLDivElement> | undefined | null) => {\n const { dataProps, restProps } = useParseProps(props)\n\n /**\n * Memoized onClick event properties.\n * @type {{ onClick?: () => void; onKeyDown?: () => void; role?: string; tabIndex?: number }}\n */\n const onClickProps = useMemo(() => (onClick ? ({\n onClick,\n onKeyDown: onClick,\n role: 'button',\n tabIndex: -1,\n }) : {}), [onClick])\n\n /**\n * Memoized resolved direction based on the column prop.\n * @type {LayoutDirection}\n */\n const resolvedColumn = useMemo(() => ((\n column !== undefined && column === true)\n ? LayoutDirection.COLUMN\n : null), [column])\n\n /**\n * Memoized styles combining parsed props, BoxLayout-like helpers and additional styles.\n * @type {CSSProperties}\n */\n const styles = useMemo(() => {\n const baseStyles: CSSProperties = {\n ...(restProps as CSSProperties),\n }\n\n // Resolve direction (supports column helper)\n if (restProps.direction || resolvedColumn) {\n baseStyles.flexDirection = (restProps.direction || resolvedColumn) as CSSProperties['flexDirection']\n }\n\n // Resolve alignment and justification\n if (centered) {\n baseStyles.alignItems = 'center'\n baseStyles.justifyContent = 'center'\n } else {\n if (restProps.align) {\n baseStyles.alignItems = resolveFlexProps(restProps.align as string)\n }\n if (restProps.justify) {\n baseStyles.justifyContent = resolveFlexProps(restProps.justify as string)\n }\n }\n\n // Flex or grid display\n if (asGrid) {\n baseStyles.display = 'grid'\n } else {\n baseStyles.display = 'flex'\n }\n\n // Width / height helpers\n if (wFull) {\n baseStyles.width = '100%'\n } else if (width !== undefined) {\n baseStyles.width = typeof width === 'number' ? `${width}px` : width\n }\n\n if (hFull) {\n baseStyles.height = '100%'\n } else if (height !== undefined) {\n baseStyles.height = typeof height === 'number' ? `${height}px` : height\n }\n\n // Flex helper\n if (flex !== undefined) {\n if (flex === true) {\n baseStyles.flex = 1\n } else if (typeof flex === 'number') {\n baseStyles.flex = flex\n } else {\n baseStyles.flex = flex as string\n }\n }\n\n // Background helper\n if (background !== undefined) {\n baseStyles.background = background\n }\n\n // Debug outline helper\n if (debug) {\n baseStyles.outline = '1px solid red'\n }\n\n // User provided style wins last\n return {\n ...baseStyles,\n ...style,\n }\n }, [\n asGrid,\n background,\n centered,\n debug,\n flex,\n hFull,\n height,\n resolvedColumn,\n restProps,\n style,\n wFull,\n width,\n ])\n\n return (\n <div\n {...(id ? { id: `${id}` } : {})}\n ref={ref}\n tabIndex={tabIndex}\n className={classNames(\n classes['layout-box'],\n className,\n )}\n style={styles as CSSProperties}\n {...dataProps}\n data-testid={dataProps.dataTestId || dataProps['data-testid'] || id}\n {...onClickProps}\n >\n {children}\n </div>\n )\n})\n\nLayoutBoxRefForwarded.displayName = 'LayoutBoxRefForwarded'\n\n/**\n * Memoized and memoized LayoutBox component.\n * @type {FC<LayoutBoxProps>}\n */\nexport const LayoutBox: FC<LayoutBoxProps> = memo<LayoutBoxProps>(LayoutBoxRefForwarded)\n\nexport const BoxLayout: FC<LayoutBoxProps> = memo<LayoutBoxProps>(LayoutBoxRefForwarded)\n\nLayoutBox.displayName = 'LayoutBox'\n\nBoxLayout.displayName = 'BoxLayout'\n"],"names":["flexValueMap","start","end","resolveFlexProps","value","LayoutBoxRefForwarded","forwardRef","_ref","ref","id","style","children","tabIndex","className","onClick","column","asGrid","wFull","hFull","centered","flex","width","height","debug","background","props","_objectWithoutProperties","_excluded","dataProps","restProps","useParseProps","onClickProps","useMemo","onKeyDown","role","resolvedColumn","undefined","LayoutDirection","COLUMN","styles","baseStyles","_objectSpread","direction","flexDirection","alignItems","justifyContent","align","justify","display","concat","outline","objectSpread2","React","createElement","_extends","classNames","classes","dataTestId","displayName","LayoutBox","memo","BoxLayout"],"mappings":"6aAYMA,EAAuC,CAC3CC,MAAO,aACP,aAAc,aACdC,IAAK,WACL,WAAY,YAQRC,EAAoBC,GAAwCA,GAASJ,EAAaI,IAAmBA,EAQrGC,EAAwBC,EAAUA,YAAC,CAAAC,EAkBtBC,KAAsD,IAlB/BC,GACxCA,EAAEC,MACFA,EAAKC,SACLA,EAAQC,SACRA,EAAQC,UACRA,EAAY,GAAEC,QACdA,EAAOC,OACPA,EAAMC,OACNA,GAAS,EAAKC,MACdA,GAAQ,EAAKC,MACbA,GAAQ,EAAKC,SACbA,GAAW,EAAKC,KAChBA,EAAIC,MACJA,EAAKC,OACLA,EAAMC,MACNA,GAAQ,EAAKC,WACbA,GAEejB,EADZkB,EAAKC,EAAAA,wBAAAnB,EAAAoB,GAER,MAAMC,UAAEA,EAASC,UAAEA,GAAcC,EAAAA,cAAcL,GAMzCM,EAAeC,WAAQ,IAAOlB,EAAW,CAC7CA,UACAmB,UAAWnB,EACXoB,KAAM,SACNtB,UAAW,GACR,CAAG,GAAE,CAACE,IAMLqB,EAAiBH,EAAAA,SAAQ,SAClBI,IAAXrB,IAAmC,IAAXA,EACtBsB,EAAeA,gBAACC,OAChB,MAAO,CAACvB,IAMNwB,EAASP,EAAAA,SAAQ,KACrB,MAAMQ,EAAyBC,EAAAA,cAAA,CAAA,EACzBZ,GA+DN,OA3DIA,EAAUa,WAAaP,KACzBK,EAAWG,cAAiBd,EAAUa,WAAaP,GAIjDhB,GACFqB,EAAWI,WAAa,SACxBJ,EAAWK,eAAiB,WAExBhB,EAAUiB,QACZN,EAAWI,WAAazC,EAAiB0B,EAAUiB,QAEjDjB,EAAUkB,UACZP,EAAWK,eAAiB1C,EAAiB0B,EAAUkB,WAMzDP,EAAWQ,QADThC,EACmB,OAEA,OAInBC,EACFuB,EAAWnB,MAAQ,YACAe,IAAVf,IACTmB,EAAWnB,MAAyB,iBAAVA,EAAkB,GAAA4B,OAAM5B,EAAK,MAAOA,GAG5DH,EACFsB,EAAWlB,OAAS,YACAc,IAAXd,IACTkB,EAAWlB,OAA2B,iBAAXA,EAAmB,GAAA2B,OAAM3B,EAAM,MAAOA,QAItDc,IAAThB,IAEAoB,EAAWpB,MADA,IAATA,EACgB,EAEAA,QAOHgB,IAAfZ,IACFgB,EAAWhB,WAAaA,GAItBD,IACFiB,EAAWU,QAAU,iBAIvBT,EAAAU,cAAAV,EAAAU,cACKX,CAAAA,EAAAA,GACA9B,EAAK,GAET,CACDM,EACAQ,EACAL,EACAI,EACAH,EACAF,EACAI,EACAa,EACAN,EACAnB,EACAO,EACAI,IAGF,OACE+B,MAAAC,oBAAAC,EAAAA,QAAA,CAAA,EACO7C,EAAK,CAAEA,GAAE,GAAAwC,OAAKxC,IAAS,GAAE,CAC9BD,IAAKA,EACLI,SAAUA,EACVC,UAAW0C,EAAAA,WACTC,EAAAA,QAAQ,cACR3C,GAEFH,MAAO6B,GACHX,EAAS,CACb,cAAaA,EAAU6B,YAAc7B,EAAU,gBAAkBnB,GAC7DsB,GAEHpB,EACG,IAIVN,EAAsBqD,YAAc,8BAMvBC,EAAgCC,EAAIA,KAAiBvD,GAErDwD,EAAgCD,EAAIA,KAAiBvD,GAElEsD,EAAUD,YAAc,YAExBG,EAAUH,YAAc"}
1
+ {"version":3,"file":"LayoutBox.js","sources":["../../../../../../../../../src/core/ui/components/container/layoutBox/LayoutBox.tsx"],"sourcesContent":["import { memo, FC, useMemo, CSSProperties, forwardRef, LegacyRef } from 'react'\n\nimport { useParseProps } from '../../../../hooks/useParseProps'\nimport { classNames } from '../../../../utils/helpers/ui'\n\nimport classes from './layoutBox.module.scss'\nimport { LayoutDirection, LayoutBoxProps } from './layoutBox.types'\n\n/**\n * Map of flex values for resolving flex alignment and justification.\n * @type {Record<string, string>}\n */\nconst flexValueMap: Record<string, string> = {\n start: 'flex-start',\n 'flex-start': 'flex-start',\n end: 'flex-end',\n 'flex-end': 'flex-end',\n}\n\n/**\n * Resolves flex alignment and justification properties based on the provided value.\n * @param {string | undefined} value - The value to resolve.\n * @returns {string | undefined} - Resolved flex property value.\n */\nconst resolveFlexProps = (value?: string): string | undefined => (value ? (flexValueMap[value] || value) : value)\n\n/**\n * Forwarded ref version of the LayoutBox component.\n * @param {LayoutBoxProps} props - Props for the LayoutBox component.\n * @param {LegacyRef<HTMLDivElement> | undefined} ref - Ref for accessing the underlying DOM element.\n * @returns {JSX.Element} - Rendered LayoutBox component.\n */\nconst LayoutBoxRefForwarded = forwardRef(({\n id,\n style,\n children,\n tabIndex,\n className = '',\n column,\n asGrid = false,\n wFull = false,\n hFull = false,\n centered = false,\n flex,\n width,\n height,\n debug = false,\n background,\n ...props\n}: LayoutBoxProps, ref: LegacyRef<HTMLDivElement> | undefined | null) => {\n const { dataProps, restProps } = useParseProps(props)\n\n /**\n * Memoized resolved direction based on the column prop.\n * @type {LayoutDirection}\n */\n const resolvedColumn = useMemo(() => ((\n column !== undefined && column === true)\n ? LayoutDirection.COLUMN\n : null), [column])\n\n /**\n * Memoized styles combining parsed props, BoxLayout-like helpers and additional styles.\n * @type {CSSProperties}\n */\n const styles = useMemo(() => {\n const baseStyles: CSSProperties = {\n ...(restProps as CSSProperties),\n }\n\n // Resolve direction (supports column helper)\n if (restProps.direction || resolvedColumn) {\n baseStyles.flexDirection = (restProps.direction || resolvedColumn) as CSSProperties['flexDirection']\n }\n\n // Resolve alignment and justification\n if (centered) {\n baseStyles.alignItems = 'center'\n baseStyles.justifyContent = 'center'\n } else {\n if (restProps.align) {\n baseStyles.alignItems = resolveFlexProps(restProps.align as string)\n }\n if (restProps.justify) {\n baseStyles.justifyContent = resolveFlexProps(restProps.justify as string)\n }\n }\n\n // Flex or grid display\n if (asGrid) {\n baseStyles.display = 'grid'\n } else {\n baseStyles.display = 'flex'\n }\n\n // Width / height helpers\n if (wFull) {\n baseStyles.width = '100%'\n } else if (width !== undefined) {\n baseStyles.width = typeof width === 'number' ? `${width}px` : width\n }\n\n if (hFull) {\n baseStyles.height = '100%'\n } else if (height !== undefined) {\n baseStyles.height = typeof height === 'number' ? `${height}px` : height\n }\n\n // Flex helper\n if (flex !== undefined) {\n if (flex === true) {\n baseStyles.flex = 1\n } else if (typeof flex === 'number') {\n baseStyles.flex = flex\n } else {\n baseStyles.flex = flex as string\n }\n }\n\n // Background helper\n if (background !== undefined) {\n baseStyles.background = background\n }\n\n // Debug outline helper\n if (debug) {\n baseStyles.outline = '1px solid red'\n }\n\n // User provided style wins last\n return {\n ...baseStyles,\n ...style,\n }\n }, [\n asGrid,\n background,\n centered,\n debug,\n flex,\n hFull,\n height,\n resolvedColumn,\n restProps,\n style,\n wFull,\n width,\n ])\n\n return (\n <div\n {...(id ? { id: `${id}` } : {})}\n ref={ref}\n tabIndex={tabIndex}\n className={classNames(\n classes['layout-box'],\n className,\n )}\n style={styles as CSSProperties}\n {...dataProps}\n data-testid={dataProps.dataTestId || dataProps['data-testid'] || id}\n >\n {children}\n </div>\n )\n})\n\nLayoutBoxRefForwarded.displayName = 'LayoutBoxRefForwarded'\n\n/**\n * Memoized and memoized LayoutBox component.\n * @type {FC<LayoutBoxProps>}\n */\nexport const LayoutBox: FC<LayoutBoxProps> = memo<LayoutBoxProps>(LayoutBoxRefForwarded)\n\nexport const BoxLayout: FC<LayoutBoxProps> = memo<LayoutBoxProps>(LayoutBoxRefForwarded)\n\nLayoutBox.displayName = 'LayoutBox'\n\nBoxLayout.displayName = 'BoxLayout'\n"],"names":["flexValueMap","start","end","resolveFlexProps","value","LayoutBoxRefForwarded","forwardRef","_ref","ref","id","style","children","tabIndex","className","column","asGrid","wFull","hFull","centered","flex","width","height","debug","background","props","_objectWithoutProperties","_excluded","dataProps","restProps","useParseProps","resolvedColumn","useMemo","undefined","LayoutDirection","COLUMN","styles","baseStyles","_objectSpread","direction","flexDirection","alignItems","justifyContent","align","justify","display","concat","outline","objectSpread2","React","createElement","_extends","classNames","classes","dataTestId","displayName","LayoutBox","memo","BoxLayout"],"mappings":"maAYMA,EAAuC,CAC3CC,MAAO,aACP,aAAc,aACdC,IAAK,WACL,WAAY,YAQRC,EAAoBC,GAAwCA,GAASJ,EAAaI,IAAmBA,EAQrGC,EAAwBC,EAAUA,YAAC,CAAAC,EAiBtBC,KAAsD,IAjB/BC,GACxCA,EAAEC,MACFA,EAAKC,SACLA,EAAQC,SACRA,EAAQC,UACRA,EAAY,GAAEC,OACdA,EAAMC,OACNA,GAAS,EAAKC,MACdA,GAAQ,EAAKC,MACbA,GAAQ,EAAKC,SACbA,GAAW,EAAKC,KAChBA,EAAIC,MACJA,EAAKC,OACLA,EAAMC,MACNA,GAAQ,EAAKC,WACbA,GAEehB,EADZiB,EAAKC,EAAAA,wBAAAlB,EAAAmB,GAER,MAAMC,UAAEA,EAASC,UAAEA,GAAcC,EAAAA,cAAcL,GAMzCM,EAAiBC,EAAAA,SAAQ,SAClBC,IAAXlB,IAAmC,IAAXA,EACtBmB,EAAeA,gBAACC,OAChB,MAAO,CAACpB,IAMNqB,EAASJ,EAAAA,SAAQ,KACrB,MAAMK,EAAyBC,EAAAA,cAAA,CAAA,EACzBT,GA+DN,OA3DIA,EAAUU,WAAaR,KACzBM,EAAWG,cAAiBX,EAAUU,WAAaR,GAIjDZ,GACFkB,EAAWI,WAAa,SACxBJ,EAAWK,eAAiB,WAExBb,EAAUc,QACZN,EAAWI,WAAarC,EAAiByB,EAAUc,QAEjDd,EAAUe,UACZP,EAAWK,eAAiBtC,EAAiByB,EAAUe,WAMzDP,EAAWQ,QADT7B,EACmB,OAEA,OAInBC,EACFoB,EAAWhB,MAAQ,YACAY,IAAVZ,IACTgB,EAAWhB,MAAyB,iBAAVA,EAAkB,GAAAyB,OAAMzB,EAAK,MAAOA,GAG5DH,EACFmB,EAAWf,OAAS,YACAW,IAAXX,IACTe,EAAWf,OAA2B,iBAAXA,EAAmB,GAAAwB,OAAMxB,EAAM,MAAOA,QAItDW,IAATb,IAEAiB,EAAWjB,MADA,IAATA,EACgB,EAEAA,QAOHa,IAAfT,IACFa,EAAWb,WAAaA,GAItBD,IACFc,EAAWU,QAAU,iBAIvBT,EAAAU,cAAAV,EAAAU,cACKX,CAAAA,EAAAA,GACA1B,EAAK,GAET,CACDK,EACAQ,EACAL,EACAI,EACAH,EACAF,EACAI,EACAS,EACAF,EACAlB,EACAM,EACAI,IAGF,OACE4B,MAAAC,oBAAAC,EAAAA,QAAA,CAAA,EACOzC,EAAK,CAAEA,GAAE,GAAAoC,OAAKpC,IAAS,GAAE,CAC9BD,IAAKA,EACLI,SAAUA,EACVC,UAAWsC,EAAAA,WACTC,EAAAA,QAAQ,cACRvC,GAEFH,MAAOyB,GACHR,EAAS,CACb,cAAaA,EAAU0B,YAAc1B,EAAU,gBAAkBlB,IAEhEE,EACG,IAIVN,EAAsBiD,YAAc,8BAMvBC,EAAgCC,EAAIA,KAAiBnD,GAErDoD,EAAgCD,EAAIA,KAAiBnD,GAElEkD,EAAUD,YAAc,YAExBG,EAAUH,YAAc"}