@e1011/es-kit 1.1.30 → 1.1.34

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.
@@ -28,34 +28,6 @@
28
28
  width: var(--height);
29
29
  height: var(--width);
30
30
  }
31
- .divider-module_divider-line__6CesR {
32
- position: relative;
33
- display: block;
34
- transition: opacity, width, height 250ms ease-in-out;
35
- background-color: var(--color);
36
- opacity: var(--opacity);
37
- }
38
- .divider-module_divider-line__6CesR.divider-module_vertical__qSVWD {
39
- height: var(--length);
40
- left: var(--left);
41
- width: var(--width);
42
- margin: var(--margin);
43
- }
44
- .divider-module_divider-line__6CesR.divider-module_horizontal__Gz-Oj {
45
- width: var(--length);
46
- left: var(--left);
47
- height: var(--height);
48
- margin: var(--margin);
49
- }
50
- .errorBoundary-module_errorBoundary__gk9ps {
51
- background: #EFEFEF;
52
- width: 100%;
53
- height: 100%;
54
- }
55
-
56
- .errorBoundary-module_StyledIcon__IYHiU {
57
- margin-right: 10px;
58
- }
59
31
  .CollapsibleContainer-module_collapsible-container__u0Jmm {
60
32
  transform-origin: 0% 0%;
61
33
  opacity: 0;
@@ -89,6 +61,15 @@
89
61
  max-width: var(--prop-value);
90
62
  opacity: 1;
91
63
  }
64
+ .errorBoundary-module_errorBoundary__gk9ps {
65
+ background: #EFEFEF;
66
+ width: 100%;
67
+ height: 100%;
68
+ }
69
+
70
+ .errorBoundary-module_StyledIcon__IYHiU {
71
+ margin-right: 10px;
72
+ }
92
73
  .field-module_field__UfKm3 {
93
74
  opacity: 1;
94
75
  pointer-events: auto;
@@ -163,6 +144,25 @@
163
144
  .field-module_field__UfKm3 label {
164
145
  text-align: left;
165
146
  }
147
+ .divider-module_divider-line__6CesR {
148
+ position: relative;
149
+ display: block;
150
+ transition: opacity, width, height 250ms ease-in-out;
151
+ background-color: var(--color);
152
+ opacity: var(--opacity);
153
+ }
154
+ .divider-module_divider-line__6CesR.divider-module_vertical__qSVWD {
155
+ height: var(--length);
156
+ left: var(--left);
157
+ width: var(--width);
158
+ margin: var(--margin);
159
+ }
160
+ .divider-module_divider-line__6CesR.divider-module_horizontal__Gz-Oj {
161
+ width: var(--length);
162
+ left: var(--left);
163
+ height: var(--height);
164
+ margin: var(--margin);
165
+ }
166
166
  .layoutBox-module_layout-box__ZIID8 {
167
167
  display: flex;
168
168
  position: relative;
@@ -442,6 +442,170 @@
442
442
  --divider-line: #4a4b4b;
443
443
  }
444
444
 
445
+ .tag-module_overflow-hidden__wlxDI, .tag-module_text-truncate__xqW1- {
446
+ overflow: hidden !important;
447
+ }
448
+
449
+ .tag-module_text-nowrap__CHhhg, .tag-module_text-truncate__xqW1- {
450
+ white-space: nowrap !important;
451
+ }
452
+
453
+ .tag-module_text-ellipsis__UX32n, .tag-module_text-truncate__xqW1- {
454
+ text-overflow: ellipsis !important;
455
+ }
456
+
457
+ .tag-module_tag__rGA-E {
458
+ display: inline-flex;
459
+ flex-direction: row;
460
+ flex-shrink: 1;
461
+ padding: 4px 8px;
462
+ gap: 4px;
463
+ min-height: 18px;
464
+ border-radius: 4px;
465
+ border-width: 1px;
466
+ border-style: solid;
467
+ align-items: center;
468
+ }
469
+ .tag-module_tag__rGA-E .icon-base {
470
+ color: #E2E369 !important;
471
+ }
472
+ .tag-module_tag__rGA-E .tag-module_text__WpK6w {
473
+ white-space: nowrap;
474
+ }
475
+ .tag-module_tag__rGA-E.tag-module_in-table__cWTuJ {
476
+ justify-content: center;
477
+ align-items: center;
478
+ overflow: hidden !important;
479
+ white-space: nowrap !important;
480
+ text-overflow: ellipsis !important;
481
+ }
482
+ .tag-module_tag__rGA-E.tag-module_default__6cv6k {
483
+ background-color: #434747;
484
+ border-color: #515757;
485
+ color: #F4F4F4;
486
+ }
487
+ .tag-module_tag__rGA-E.tag-module_clickable__W6arw {
488
+ cursor: pointer;
489
+ transition: background-color 0.25s ease;
490
+ }
491
+ .tag-module_tag__rGA-E.tag-module_clickable__W6arw.tag-module_default__6cv6k:hover {
492
+ background-color: #515757;
493
+ }
494
+
495
+ .cui-theme-dark .tag-module_tag__rGA-E.tag-module_info__PMCQH {
496
+ background-color: #203439;
497
+ border-color: #80D9F3;
498
+ color: #80D9F3;
499
+ }
500
+ .cui-theme-dark .tag-module_tag__rGA-E.tag-module_very-low__a6WSr {
501
+ background-color: #212A04;
502
+ border-color: #B1E02C;
503
+ color: #B1E02C;
504
+ }
505
+ .cui-theme-dark .tag-module_tag__rGA-E.tag-module_low__57msG {
506
+ background-color: #353505;
507
+ border-color: #E2E369;
508
+ color: #E2E369;
509
+ }
510
+ .cui-theme-dark .tag-module_tag__rGA-E.tag-module_medium__PtVKT {
511
+ background-color: #632E03;
512
+ border-color: #FD8F3E;
513
+ color: #FD8F3E;
514
+ }
515
+ .cui-theme-dark .tag-module_tag__rGA-E.tag-module_high__8ayT0 {
516
+ background-color: #371A1A;
517
+ border-color: #FD553E;
518
+ color: #FD553E;
519
+ }
520
+ .cui-theme-dark .tag-module_tag__rGA-E.tag-module_critical__fT5Pe {
521
+ background-color: #311616;
522
+ border-color: #EC515B;
523
+ color: #EC515B;
524
+ }
525
+ .cui-theme-dark .tag-module_tag__rGA-E.tag-module_information__gjuZe {
526
+ background-color: #203439;
527
+ border-color: #02B3E6;
528
+ color: #02B3E6;
529
+ }
530
+ .cui-theme-dark .tag-module_tag__rGA-E.tag-module_success__M-mEI {
531
+ background-color: #212A04;
532
+ border-color: #30D136;
533
+ color: #30D136;
534
+ }
535
+ .cui-theme-dark .tag-module_tag__rGA-E.tag-module_alert__1NDIs {
536
+ background-color: #311616;
537
+ border-color: #FD553E;
538
+ color: #FD553E;
539
+ }
540
+ .cui-theme-dark .tag-module_tag__rGA-E.tag-module_error__fo8QB {
541
+ background-color: #311616;
542
+ border-color: #FD553E;
543
+ color: #FD553E;
544
+ }
545
+ .cui-theme-dark .tag-module_tag__rGA-E.tag-module_warning__29pni {
546
+ background-color: #632E03;
547
+ border-color: #FD8F3E;
548
+ color: #FD8F3E;
549
+ }
550
+ .cui-theme-light .tag-module_tag__rGA-E.tag-module_info__PMCQH {
551
+ background-color: #80D9F3;
552
+ border-color: #80D9F3;
553
+ color: #203439;
554
+ }
555
+ .cui-theme-light .tag-module_tag__rGA-E.tag-module_very-low__a6WSr {
556
+ background-color: #B1E02C;
557
+ border-color: #B1E02C;
558
+ color: #212A04;
559
+ }
560
+ .cui-theme-light .tag-module_tag__rGA-E.tag-module_low__57msG {
561
+ background-color: #E2E369;
562
+ border-color: #E2E369;
563
+ color: #353505;
564
+ }
565
+ .cui-theme-light .tag-module_tag__rGA-E.tag-module_medium__PtVKT {
566
+ background-color: #FD8F3E;
567
+ border-color: #FD8F3E;
568
+ color: #632E03;
569
+ }
570
+ .cui-theme-light .tag-module_tag__rGA-E.tag-module_high__8ayT0 {
571
+ background-color: #FD553E;
572
+ border-color: #FD553E;
573
+ color: #371A1A;
574
+ }
575
+ .cui-theme-light .tag-module_tag__rGA-E.tag-module_critical__fT5Pe {
576
+ background-color: #EC515B;
577
+ border-color: #EC515B;
578
+ color: #311616;
579
+ }
580
+ .cui-theme-light .tag-module_tag__rGA-E.tag-module_information__gjuZe {
581
+ background-color: #02B3E6;
582
+ border-color: #02B3E6;
583
+ color: #203439;
584
+ }
585
+ .cui-theme-light .tag-module_tag__rGA-E.tag-module_success__M-mEI {
586
+ background-color: #30D136;
587
+ border-color: #30D136;
588
+ color: #212A04;
589
+ }
590
+ .cui-theme-light .tag-module_tag__rGA-E.tag-module_alert__1NDIs {
591
+ background-color: #FD553E;
592
+ border-color: #FD553E;
593
+ color: #311616;
594
+ }
595
+ .cui-theme-light .tag-module_tag__rGA-E.tag-module_error__fo8QB {
596
+ background-color: #FD553E;
597
+ border-color: #FD553E;
598
+ color: #311616;
599
+ }
600
+ .cui-theme-light .tag-module_tag__rGA-E.tag-module_warning__29pni {
601
+ background-color: #FD8F3E;
602
+ border-color: #FD8F3E;
603
+ color: #632E03;
604
+ }
605
+ :root {
606
+ --divider-line: #4a4b4b;
607
+ }
608
+
445
609
  .popup-module_overflow-hidden__uimg4, .popup-module_text-truncate__y-5c1 {
446
610
  overflow: hidden !important;
447
611
  }
@@ -534,6 +698,19 @@
534
698
  background-color: #090A0A;
535
699
  color: #F4F4F4;
536
700
  }
701
+ .flowLayout-module_flowLayout__VHpnY {
702
+ overflow: auto;
703
+ }
704
+ .flowLayout-module_flowLayout__VHpnY .flowLayout-module_beforeContent__rY-mW {
705
+ display: flex;
706
+ width: 100%;
707
+ min-width: 0;
708
+ }
709
+ .flowLayout-module_flowLayout__VHpnY .flowLayout-module_afterContent__Hlh8v {
710
+ display: flex;
711
+ width: 100%;
712
+ min-width: 0;
713
+ }
537
714
  :root {
538
715
  --divider-line: #4a4b4b;
539
716
  }
@@ -652,184 +829,6 @@
652
829
  --divider-line: #4a4b4b;
653
830
  }
654
831
 
655
- .tag-module_overflow-hidden__wlxDI, .tag-module_text-truncate__xqW1- {
656
- overflow: hidden !important;
657
- }
658
-
659
- .tag-module_text-nowrap__CHhhg, .tag-module_text-truncate__xqW1- {
660
- white-space: nowrap !important;
661
- }
662
-
663
- .tag-module_text-ellipsis__UX32n, .tag-module_text-truncate__xqW1- {
664
- text-overflow: ellipsis !important;
665
- }
666
-
667
- .tag-module_tag__rGA-E {
668
- display: inline-flex;
669
- flex-direction: row;
670
- padding: 4px 8px;
671
- gap: 4px;
672
- min-height: 18px;
673
- border-radius: 4px;
674
- border-width: 1px;
675
- border-style: solid;
676
- align-items: center;
677
- min-width: "auto";
678
- width: "auto";
679
- }
680
- .tag-module_tag__rGA-E .icon-base {
681
- color: #E2E369 !important;
682
- }
683
- .tag-module_tag__rGA-E .tag-module_text__WpK6w {
684
- white-space: nowrap;
685
- }
686
- .tag-module_tag__rGA-E.tag-module_in-table__cWTuJ {
687
- justify-content: center;
688
- align-items: center;
689
- overflow: hidden !important;
690
- white-space: nowrap !important;
691
- text-overflow: ellipsis !important;
692
- }
693
- .tag-module_tag__rGA-E.tag-module_default__6cv6k {
694
- background-color: #434747;
695
- border-color: #515757;
696
- color: #F4F4F4;
697
- }
698
- .tag-module_tag__rGA-E.tag-module_clickable__W6arw {
699
- cursor: pointer;
700
- transition: background-color 0.25s ease;
701
- }
702
- .tag-module_tag__rGA-E.tag-module_clickable__W6arw.tag-module_default__6cv6k:hover {
703
- background-color: #515757;
704
- }
705
-
706
- .cui-theme-dark .tag-module_tag__rGA-E.tag-module_info__PMCQH {
707
- background-color: #203439;
708
- border-color: #80D9F3;
709
- color: #80D9F3;
710
- }
711
- .cui-theme-dark .tag-module_tag__rGA-E.tag-module_very-low__a6WSr {
712
- background-color: #212A04;
713
- border-color: #B1E02C;
714
- color: #B1E02C;
715
- }
716
- .cui-theme-dark .tag-module_tag__rGA-E.tag-module_low__57msG {
717
- background-color: #353505;
718
- border-color: #E2E369;
719
- color: #E2E369;
720
- }
721
- .cui-theme-dark .tag-module_tag__rGA-E.tag-module_medium__PtVKT {
722
- background-color: #632E03;
723
- border-color: #FD8F3E;
724
- color: #FD8F3E;
725
- }
726
- .cui-theme-dark .tag-module_tag__rGA-E.tag-module_high__8ayT0 {
727
- background-color: #371A1A;
728
- border-color: #FD553E;
729
- color: #FD553E;
730
- }
731
- .cui-theme-dark .tag-module_tag__rGA-E.tag-module_critical__fT5Pe {
732
- background-color: #311616;
733
- border-color: #EC515B;
734
- color: #EC515B;
735
- }
736
- .cui-theme-dark .tag-module_tag__rGA-E.tag-module_information__gjuZe {
737
- background-color: #203439;
738
- border-color: #02B3E6;
739
- color: #02B3E6;
740
- }
741
- .cui-theme-dark .tag-module_tag__rGA-E.tag-module_success__M-mEI {
742
- background-color: #212A04;
743
- border-color: #30D136;
744
- color: #30D136;
745
- }
746
- .cui-theme-dark .tag-module_tag__rGA-E.tag-module_alert__1NDIs {
747
- background-color: #311616;
748
- border-color: #FD553E;
749
- color: #FD553E;
750
- }
751
- .cui-theme-dark .tag-module_tag__rGA-E.tag-module_error__fo8QB {
752
- background-color: #311616;
753
- border-color: #FD553E;
754
- color: #FD553E;
755
- }
756
- .cui-theme-dark .tag-module_tag__rGA-E.tag-module_warning__29pni {
757
- background-color: #632E03;
758
- border-color: #FD8F3E;
759
- color: #FD8F3E;
760
- }
761
- .cui-theme-light .tag-module_tag__rGA-E.tag-module_info__PMCQH {
762
- background-color: #80D9F3;
763
- border-color: #80D9F3;
764
- color: #203439;
765
- }
766
- .cui-theme-light .tag-module_tag__rGA-E.tag-module_very-low__a6WSr {
767
- background-color: #B1E02C;
768
- border-color: #B1E02C;
769
- color: #212A04;
770
- }
771
- .cui-theme-light .tag-module_tag__rGA-E.tag-module_low__57msG {
772
- background-color: #E2E369;
773
- border-color: #E2E369;
774
- color: #353505;
775
- }
776
- .cui-theme-light .tag-module_tag__rGA-E.tag-module_medium__PtVKT {
777
- background-color: #FD8F3E;
778
- border-color: #FD8F3E;
779
- color: #632E03;
780
- }
781
- .cui-theme-light .tag-module_tag__rGA-E.tag-module_high__8ayT0 {
782
- background-color: #FD553E;
783
- border-color: #FD553E;
784
- color: #371A1A;
785
- }
786
- .cui-theme-light .tag-module_tag__rGA-E.tag-module_critical__fT5Pe {
787
- background-color: #EC515B;
788
- border-color: #EC515B;
789
- color: #311616;
790
- }
791
- .cui-theme-light .tag-module_tag__rGA-E.tag-module_information__gjuZe {
792
- background-color: #02B3E6;
793
- border-color: #02B3E6;
794
- color: #203439;
795
- }
796
- .cui-theme-light .tag-module_tag__rGA-E.tag-module_success__M-mEI {
797
- background-color: #30D136;
798
- border-color: #30D136;
799
- color: #212A04;
800
- }
801
- .cui-theme-light .tag-module_tag__rGA-E.tag-module_alert__1NDIs {
802
- background-color: #FD553E;
803
- border-color: #FD553E;
804
- color: #311616;
805
- }
806
- .cui-theme-light .tag-module_tag__rGA-E.tag-module_error__fo8QB {
807
- background-color: #FD553E;
808
- border-color: #FD553E;
809
- color: #311616;
810
- }
811
- .cui-theme-light .tag-module_tag__rGA-E.tag-module_warning__29pni {
812
- background-color: #FD8F3E;
813
- border-color: #FD8F3E;
814
- color: #632E03;
815
- }
816
- .flowLayout-module_flowLayout__VHpnY {
817
- overflow: auto;
818
- }
819
- .flowLayout-module_flowLayout__VHpnY .flowLayout-module_beforeContent__rY-mW {
820
- display: flex;
821
- width: 100%;
822
- min-width: 0;
823
- }
824
- .flowLayout-module_flowLayout__VHpnY .flowLayout-module_afterContent__Hlh8v {
825
- display: flex;
826
- width: 100%;
827
- min-width: 0;
828
- }
829
- :root {
830
- --divider-line: #4a4b4b;
831
- }
832
-
833
832
  .anchorLink-module_overflow-hidden__-MElA, .anchorLink-module_text-truncate__62t8P {
834
833
  overflow: hidden !important;
835
834
  }