@e1011/es-kit 1.1.78 → 1.1.80
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.
- package/dist/hooks/esm/index.css +260 -260
- package/dist/hooks/index.css +260 -260
- package/dist/lib/cjs/src/core/ui/components/container/layoutBox/LayoutBox.js +1 -1
- package/dist/lib/cjs/src/core/ui/components/container/layoutBox/LayoutBox.js.map +1 -1
- package/dist/lib/cjs/src/core/ui/components/container/layoutBox/layoutBox.types.js.map +1 -1
- package/dist/lib/cjs/src/index.js +1 -1
- package/dist/lib/esm/src/core/ui/components/container/layoutBox/LayoutBox.js +1 -1
- package/dist/lib/esm/src/core/ui/components/container/layoutBox/LayoutBox.js.map +1 -1
- package/dist/lib/esm/src/core/ui/components/container/layoutBox/layoutBox.types.js.map +1 -1
- package/dist/lib/esm/src/index.js +1 -1
- package/dist/lib/tsconfig.tsbuildinfo +1 -1
- package/dist/types/src/core/ui/components/container/layoutBox/LayoutBox.d.ts +1 -0
- package/dist/types/src/core/ui/components/container/layoutBox/LayoutBox.d.ts.map +1 -1
- package/dist/types/src/core/ui/components/container/layoutBox/layoutBox.types.d.ts +19 -7
- package/dist/types/src/core/ui/components/container/layoutBox/layoutBox.types.d.ts.map +1 -1
- package/dist/ui/esm/src/core/ui/components/container/layoutBox/LayoutBox.js +1 -1
- package/dist/ui/esm/src/core/ui/components/container/layoutBox/LayoutBox.js.map +1 -1
- package/dist/ui/esm/src/core/ui/components/container/layoutBox/layoutBox.types.js.map +1 -1
- package/dist/ui/esm/src/core/ui/index.js +1 -1
- package/dist/ui/src/core/ui/components/container/layoutBox/LayoutBox.js +1 -1
- package/dist/ui/src/core/ui/components/container/layoutBox/LayoutBox.js.map +1 -1
- package/dist/ui/src/core/ui/components/container/layoutBox/layoutBox.types.js.map +1 -1
- package/dist/ui/src/core/ui/index.js +1 -1
- package/dist/utils/esm/index.css +260 -260
- package/dist/utils/index.css +260 -260
- package/package.json +1 -1
package/dist/utils/esm/index.css
CHANGED
|
@@ -70,25 +70,6 @@
|
|
|
70
70
|
.errorBoundary-module_StyledIcon__IYHiU {
|
|
71
71
|
margin-right: 10px;
|
|
72
72
|
}
|
|
73
|
-
.divider-module_divider-line__6CesR {
|
|
74
|
-
position: relative;
|
|
75
|
-
display: block;
|
|
76
|
-
transition: opacity, width, height 250ms ease-in-out;
|
|
77
|
-
background-color: var(--color);
|
|
78
|
-
opacity: var(--opacity);
|
|
79
|
-
}
|
|
80
|
-
.divider-module_divider-line__6CesR.divider-module_vertical__qSVWD {
|
|
81
|
-
height: var(--length);
|
|
82
|
-
left: var(--left);
|
|
83
|
-
width: var(--width);
|
|
84
|
-
margin: var(--margin);
|
|
85
|
-
}
|
|
86
|
-
.divider-module_divider-line__6CesR.divider-module_horizontal__Gz-Oj {
|
|
87
|
-
width: var(--length);
|
|
88
|
-
left: var(--left);
|
|
89
|
-
height: var(--height);
|
|
90
|
-
margin: var(--margin);
|
|
91
|
-
}
|
|
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;
|
|
@@ -230,11 +230,6 @@
|
|
|
230
230
|
stroke-dashoffset: -124;
|
|
231
231
|
}
|
|
232
232
|
}
|
|
233
|
-
.textAndContent-module_textAndContent__X5P1n {
|
|
234
|
-
align-items: baseline;
|
|
235
|
-
flex-shrink: 1;
|
|
236
|
-
gap: 8px;
|
|
237
|
-
}
|
|
238
233
|
:root {
|
|
239
234
|
--divider-line: #4a4b4b;
|
|
240
235
|
}
|
|
@@ -431,182 +426,137 @@
|
|
|
431
426
|
pointer-events: none;
|
|
432
427
|
opacity: 0.6;
|
|
433
428
|
}
|
|
434
|
-
.flowLayout-module_flowLayout__VHpnY {
|
|
435
|
-
overflow: auto;
|
|
436
|
-
}
|
|
437
|
-
.flowLayout-module_flowLayout__VHpnY .flowLayout-module_beforeContent__rY-mW {
|
|
438
|
-
display: flex;
|
|
439
|
-
width: 100%;
|
|
440
|
-
min-width: 0;
|
|
441
|
-
}
|
|
442
|
-
.flowLayout-module_flowLayout__VHpnY .flowLayout-module_afterContent__Hlh8v {
|
|
443
|
-
display: flex;
|
|
444
|
-
width: 100%;
|
|
445
|
-
min-width: 0;
|
|
446
|
-
}
|
|
447
429
|
:root {
|
|
448
430
|
--divider-line: #4a4b4b;
|
|
449
431
|
}
|
|
450
432
|
|
|
451
|
-
.
|
|
433
|
+
.tooltip-module_overflow-hidden__YDzdx, .tooltip-module_text-truncate__CPvp3 {
|
|
452
434
|
overflow: hidden !important;
|
|
453
435
|
}
|
|
454
436
|
|
|
455
|
-
.
|
|
437
|
+
.tooltip-module_text-nowrap__g6kzP, .tooltip-module_text-truncate__CPvp3 {
|
|
456
438
|
white-space: nowrap !important;
|
|
457
439
|
}
|
|
458
440
|
|
|
459
|
-
.
|
|
441
|
+
.tooltip-module_text-ellipsis__AYivV, .tooltip-module_text-truncate__CPvp3 {
|
|
460
442
|
text-overflow: ellipsis !important;
|
|
461
443
|
}
|
|
462
444
|
|
|
463
|
-
.
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
445
|
+
.tooltip-module_popover-tooltip__sAhKa {
|
|
446
|
+
position: fixed;
|
|
447
|
+
z-index: 999;
|
|
448
|
+
will-change: opacity;
|
|
449
|
+
transition: opacity 450ms ease;
|
|
450
|
+
opacity: 0;
|
|
451
|
+
visibility: hidden;
|
|
470
452
|
border-radius: 4px;
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
align-items: center;
|
|
453
|
+
background-color: #1B1D1D;
|
|
454
|
+
box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.16);
|
|
474
455
|
}
|
|
475
|
-
.
|
|
476
|
-
|
|
456
|
+
.tooltip-module_popover-tooltip__sAhKa span, .tooltip-module_popover-tooltip__sAhKa p, .tooltip-module_popover-tooltip__sAhKa h3 {
|
|
457
|
+
margin: 0;
|
|
458
|
+
padding: 0;
|
|
477
459
|
}
|
|
478
|
-
.
|
|
479
|
-
|
|
460
|
+
.tooltip-module_popover-tooltip__sAhKa p {
|
|
461
|
+
display: -webkit-box;
|
|
462
|
+
-webkit-line-clamp: 4; /* number of lines to show */
|
|
463
|
+
line-clamp: 4;
|
|
464
|
+
-webkit-box-orient: vertical;
|
|
465
|
+
margin: 0;
|
|
466
|
+
width: 100%;
|
|
467
|
+
white-space: normal;
|
|
468
|
+
overflow: auto;
|
|
480
469
|
}
|
|
481
|
-
.
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
overflow: hidden !important;
|
|
485
|
-
white-space: nowrap !important;
|
|
486
|
-
text-overflow: ellipsis !important;
|
|
470
|
+
.tooltip-module_popover-tooltip__sAhKa[data-show] {
|
|
471
|
+
opacity: 1;
|
|
472
|
+
visibility: visible;
|
|
487
473
|
}
|
|
488
|
-
.
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
color: #F4F4F4;
|
|
474
|
+
.tooltip-module_popover-tooltip__sAhKa[data-show=false] {
|
|
475
|
+
opacity: 0;
|
|
476
|
+
visibility: hidden;
|
|
492
477
|
}
|
|
493
|
-
.
|
|
494
|
-
|
|
495
|
-
transition: background-color 0.25s ease;
|
|
478
|
+
.tooltip-module_popover-tooltip__sAhKa[data-popper-placement^=top] .tooltip-module_arrow__pqqOi {
|
|
479
|
+
bottom: -16px;
|
|
496
480
|
}
|
|
497
|
-
.
|
|
498
|
-
|
|
481
|
+
.tooltip-module_popover-tooltip__sAhKa[data-popper-placement^=top] .tooltip-module_arrow__pqqOi .tooltip-module_arrow-inner__IqzxY {
|
|
482
|
+
transform: rotate(0deg);
|
|
499
483
|
}
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
background-color: #203439;
|
|
503
|
-
border-color: #80D9F3;
|
|
504
|
-
color: #80D9F3;
|
|
484
|
+
.tooltip-module_popover-tooltip__sAhKa[data-popper-placement^=bottom] .tooltip-module_arrow__pqqOi {
|
|
485
|
+
top: -16px;
|
|
505
486
|
}
|
|
506
|
-
.
|
|
507
|
-
|
|
508
|
-
border-color: #B1E02C;
|
|
509
|
-
color: #B1E02C;
|
|
487
|
+
.tooltip-module_popover-tooltip__sAhKa[data-popper-placement^=bottom] .tooltip-module_arrow__pqqOi .tooltip-module_arrow-inner__IqzxY {
|
|
488
|
+
transform: rotate(180deg);
|
|
510
489
|
}
|
|
511
|
-
.
|
|
512
|
-
|
|
513
|
-
border-color: #E2E369;
|
|
514
|
-
color: #E2E369;
|
|
490
|
+
.tooltip-module_popover-tooltip__sAhKa[data-popper-placement^=left] .tooltip-module_arrow__pqqOi {
|
|
491
|
+
right: -16px;
|
|
515
492
|
}
|
|
516
|
-
.
|
|
517
|
-
|
|
518
|
-
border-color: #FD8F3E;
|
|
519
|
-
color: #FD8F3E;
|
|
493
|
+
.tooltip-module_popover-tooltip__sAhKa[data-popper-placement^=left] .tooltip-module_arrow__pqqOi .tooltip-module_arrow-inner__IqzxY {
|
|
494
|
+
transform: rotate(-90deg);
|
|
520
495
|
}
|
|
521
|
-
.
|
|
522
|
-
|
|
523
|
-
border-color: #FD553E;
|
|
524
|
-
color: #FD553E;
|
|
496
|
+
.tooltip-module_popover-tooltip__sAhKa[data-popper-placement^=right] .tooltip-module_arrow__pqqOi {
|
|
497
|
+
left: -16px;
|
|
525
498
|
}
|
|
526
|
-
.
|
|
527
|
-
|
|
528
|
-
border-color: #EC515B;
|
|
529
|
-
color: #EC515B;
|
|
499
|
+
.tooltip-module_popover-tooltip__sAhKa[data-popper-placement^=right] .tooltip-module_arrow__pqqOi .tooltip-module_arrow-inner__IqzxY {
|
|
500
|
+
transform: rotate(90deg);
|
|
530
501
|
}
|
|
531
|
-
.
|
|
532
|
-
|
|
533
|
-
border-color: #02B3E6;
|
|
534
|
-
color: #02B3E6;
|
|
502
|
+
.tooltip-module_popover-tooltip__sAhKa .tooltip-module_arrow__pqqOi {
|
|
503
|
+
position: absolute;
|
|
535
504
|
}
|
|
536
|
-
.
|
|
537
|
-
|
|
538
|
-
border-
|
|
539
|
-
|
|
505
|
+
.tooltip-module_popover-tooltip__sAhKa .tooltip-module_arrow__pqqOi .tooltip-module_arrow-inner__IqzxY {
|
|
506
|
+
content: "";
|
|
507
|
+
border-width: 8px;
|
|
508
|
+
border-style: solid;
|
|
509
|
+
border-color: #1B1D1D transparent transparent transparent;
|
|
540
510
|
}
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
511
|
+
|
|
512
|
+
.tooltip-module_close-button__o8OBN {
|
|
513
|
+
cursor: pointer;
|
|
514
|
+
line-height: 1px;
|
|
515
|
+
background-color: rgba(255, 255, 255, 0);
|
|
545
516
|
}
|
|
546
|
-
.
|
|
547
|
-
background-color: #
|
|
548
|
-
|
|
549
|
-
|
|
517
|
+
.tooltip-module_close-button__o8OBN .icon-base {
|
|
518
|
+
background-color: #FDDA0D;
|
|
519
|
+
width: 9px !important;
|
|
520
|
+
height: 9px !important;
|
|
521
|
+
line-height: 1px !important;
|
|
550
522
|
}
|
|
551
|
-
.
|
|
552
|
-
background-color: #
|
|
553
|
-
border-color: #FD8F3E;
|
|
554
|
-
color: #FD8F3E;
|
|
523
|
+
.tooltip-module_close-button__o8OBN:hover .icon-base {
|
|
524
|
+
background-color: #FFEA00;
|
|
555
525
|
}
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
color: #
|
|
526
|
+
|
|
527
|
+
.cui-theme-dark .tooltip-module_popover-tooltip__sAhKa {
|
|
528
|
+
background-color: #1B1D1D;
|
|
529
|
+
color: #F4F4F4;
|
|
560
530
|
}
|
|
561
|
-
.cui-theme-
|
|
562
|
-
|
|
563
|
-
border-color: #B1E02C;
|
|
564
|
-
color: #212A04;
|
|
531
|
+
.cui-theme-dark .tooltip-module_popover-tooltip__sAhKa .tooltip-module_arrow-inner__IqzxY {
|
|
532
|
+
border-color: #1B1D1D transparent transparent transparent;
|
|
565
533
|
}
|
|
566
|
-
.cui-theme-light
|
|
567
|
-
|
|
568
|
-
border-color: #E2E369;
|
|
569
|
-
color: #353505;
|
|
534
|
+
.cui-theme-light {
|
|
535
|
+
color: #1B1D1D;
|
|
570
536
|
}
|
|
571
|
-
.cui-theme-light .
|
|
572
|
-
background-color: #
|
|
573
|
-
border-color: #FD8F3E;
|
|
574
|
-
color: #632E03;
|
|
537
|
+
.cui-theme-light .tooltip-module_popover-tooltip__sAhKa {
|
|
538
|
+
background-color: #515757;
|
|
575
539
|
}
|
|
576
|
-
.cui-theme-light .
|
|
577
|
-
|
|
578
|
-
border-color: #FD553E;
|
|
579
|
-
color: #371A1A;
|
|
540
|
+
.cui-theme-light .tooltip-module_popover-tooltip__sAhKa .tooltip-module_arrow-inner__IqzxY {
|
|
541
|
+
border-color: #515757 transparent transparent transparent;
|
|
580
542
|
}
|
|
581
|
-
.
|
|
582
|
-
|
|
583
|
-
border-color: #EC515B;
|
|
584
|
-
color: #311616;
|
|
543
|
+
.flowLayout-module_flowLayout__VHpnY {
|
|
544
|
+
overflow: auto;
|
|
585
545
|
}
|
|
586
|
-
.
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
546
|
+
.flowLayout-module_flowLayout__VHpnY .flowLayout-module_beforeContent__rY-mW {
|
|
547
|
+
display: flex;
|
|
548
|
+
width: 100%;
|
|
549
|
+
min-width: 0;
|
|
590
550
|
}
|
|
591
|
-
.
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
551
|
+
.flowLayout-module_flowLayout__VHpnY .flowLayout-module_afterContent__Hlh8v {
|
|
552
|
+
display: flex;
|
|
553
|
+
width: 100%;
|
|
554
|
+
min-width: 0;
|
|
595
555
|
}
|
|
596
|
-
.
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
}
|
|
601
|
-
.cui-theme-light .tag-module_tag__rGA-E.tag-module_error__fo8QB {
|
|
602
|
-
background-color: #FD553E;
|
|
603
|
-
border-color: #FD553E;
|
|
604
|
-
color: #311616;
|
|
605
|
-
}
|
|
606
|
-
.cui-theme-light .tag-module_tag__rGA-E.tag-module_warning__29pni {
|
|
607
|
-
background-color: #FD8F3E;
|
|
608
|
-
border-color: #FD8F3E;
|
|
609
|
-
color: #632E03;
|
|
556
|
+
.textAndContent-module_textAndContent__X5P1n {
|
|
557
|
+
align-items: baseline;
|
|
558
|
+
flex-shrink: 1;
|
|
559
|
+
gap: 8px;
|
|
610
560
|
}
|
|
611
561
|
:root {
|
|
612
562
|
--divider-line: #4a4b4b;
|
|
@@ -715,29 +665,6 @@
|
|
|
715
665
|
.cui-theme-light .toggle-module_toggle__p1Ep4 input:checked + .toggle-module_slider__2IVaG:hover {
|
|
716
666
|
background-color: rgb(54.7902439024, 70.0097560976, 70.0097560976);
|
|
717
667
|
}
|
|
718
|
-
.popup-overlay-module_popup-modal-overlay__dlJqM {
|
|
719
|
-
z-index: 1;
|
|
720
|
-
position: fixed;
|
|
721
|
-
width: 100%;
|
|
722
|
-
height: 100%;
|
|
723
|
-
top: 0;
|
|
724
|
-
left: 0;
|
|
725
|
-
background: rgba(40, 80, 120, 0.8) !important;
|
|
726
|
-
pointer-events: all;
|
|
727
|
-
user-select: none;
|
|
728
|
-
will-change: opacity;
|
|
729
|
-
transition: opacity 450ms ease-in-out;
|
|
730
|
-
opacity: 0;
|
|
731
|
-
visibility: hidden;
|
|
732
|
-
}
|
|
733
|
-
.popup-overlay-module_popup-modal-overlay__dlJqM[data-show] {
|
|
734
|
-
opacity: 1;
|
|
735
|
-
visibility: visible;
|
|
736
|
-
}
|
|
737
|
-
.popup-overlay-module_popup-modal-overlay__dlJqM[data-show=false] {
|
|
738
|
-
opacity: 0;
|
|
739
|
-
visibility: hidden;
|
|
740
|
-
}
|
|
741
668
|
:root {
|
|
742
669
|
--divider-line: #4a4b4b;
|
|
743
670
|
}
|
|
@@ -838,115 +765,188 @@
|
|
|
838
765
|
--divider-line: #4a4b4b;
|
|
839
766
|
}
|
|
840
767
|
|
|
841
|
-
.
|
|
768
|
+
.tag-module_overflow-hidden__wlxDI, .tag-module_text-truncate__xqW1- {
|
|
842
769
|
overflow: hidden !important;
|
|
843
770
|
}
|
|
844
771
|
|
|
845
|
-
.
|
|
772
|
+
.tag-module_text-nowrap__CHhhg, .tag-module_text-truncate__xqW1- {
|
|
846
773
|
white-space: nowrap !important;
|
|
847
774
|
}
|
|
848
775
|
|
|
849
|
-
.
|
|
776
|
+
.tag-module_text-ellipsis__UX32n, .tag-module_text-truncate__xqW1- {
|
|
850
777
|
text-overflow: ellipsis !important;
|
|
851
778
|
}
|
|
852
779
|
|
|
853
|
-
.
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
780
|
+
.tag-module_tag__rGA-E {
|
|
781
|
+
display: inline-flex;
|
|
782
|
+
flex-direction: row;
|
|
783
|
+
flex-shrink: 1;
|
|
784
|
+
padding: 4px 8px;
|
|
785
|
+
gap: 4px;
|
|
786
|
+
min-height: 18px;
|
|
860
787
|
border-radius: 4px;
|
|
861
|
-
|
|
862
|
-
|
|
788
|
+
border-width: 1px;
|
|
789
|
+
border-style: solid;
|
|
790
|
+
align-items: center;
|
|
863
791
|
}
|
|
864
|
-
.
|
|
865
|
-
|
|
866
|
-
padding: 0;
|
|
792
|
+
.tag-module_tag__rGA-E .icon-base {
|
|
793
|
+
color: #E2E369 !important;
|
|
867
794
|
}
|
|
868
|
-
.
|
|
869
|
-
|
|
870
|
-
-webkit-line-clamp: 4; /* number of lines to show */
|
|
871
|
-
line-clamp: 4;
|
|
872
|
-
-webkit-box-orient: vertical;
|
|
873
|
-
margin: 0;
|
|
874
|
-
width: 100%;
|
|
875
|
-
white-space: normal;
|
|
876
|
-
overflow: auto;
|
|
795
|
+
.tag-module_tag__rGA-E .tag-module_text__WpK6w {
|
|
796
|
+
white-space: nowrap;
|
|
877
797
|
}
|
|
878
|
-
.
|
|
879
|
-
|
|
880
|
-
|
|
798
|
+
.tag-module_tag__rGA-E.tag-module_in-table__cWTuJ {
|
|
799
|
+
justify-content: center;
|
|
800
|
+
align-items: center;
|
|
801
|
+
overflow: hidden !important;
|
|
802
|
+
white-space: nowrap !important;
|
|
803
|
+
text-overflow: ellipsis !important;
|
|
881
804
|
}
|
|
882
|
-
.
|
|
883
|
-
|
|
884
|
-
|
|
805
|
+
.tag-module_tag__rGA-E.tag-module_default__6cv6k {
|
|
806
|
+
background-color: #434747;
|
|
807
|
+
border-color: #515757;
|
|
808
|
+
color: #F4F4F4;
|
|
885
809
|
}
|
|
886
|
-
.
|
|
887
|
-
|
|
810
|
+
.tag-module_tag__rGA-E.tag-module_clickable__W6arw {
|
|
811
|
+
cursor: pointer;
|
|
812
|
+
transition: background-color 0.25s ease;
|
|
888
813
|
}
|
|
889
|
-
.
|
|
890
|
-
|
|
814
|
+
.tag-module_tag__rGA-E.tag-module_clickable__W6arw.tag-module_default__6cv6k:hover {
|
|
815
|
+
background-color: #515757;
|
|
891
816
|
}
|
|
892
|
-
|
|
893
|
-
|
|
817
|
+
|
|
818
|
+
.cui-theme-dark .tag-module_tag__rGA-E.tag-module_info__PMCQH {
|
|
819
|
+
background-color: #203439;
|
|
820
|
+
border-color: #80D9F3;
|
|
821
|
+
color: #80D9F3;
|
|
894
822
|
}
|
|
895
|
-
.
|
|
896
|
-
|
|
823
|
+
.cui-theme-dark .tag-module_tag__rGA-E.tag-module_very-low__a6WSr {
|
|
824
|
+
background-color: #212A04;
|
|
825
|
+
border-color: #B1E02C;
|
|
826
|
+
color: #B1E02C;
|
|
897
827
|
}
|
|
898
|
-
.
|
|
899
|
-
|
|
828
|
+
.cui-theme-dark .tag-module_tag__rGA-E.tag-module_low__57msG {
|
|
829
|
+
background-color: #353505;
|
|
830
|
+
border-color: #E2E369;
|
|
831
|
+
color: #E2E369;
|
|
900
832
|
}
|
|
901
|
-
.
|
|
902
|
-
|
|
833
|
+
.cui-theme-dark .tag-module_tag__rGA-E.tag-module_medium__PtVKT {
|
|
834
|
+
background-color: #632E03;
|
|
835
|
+
border-color: #FD8F3E;
|
|
836
|
+
color: #FD8F3E;
|
|
903
837
|
}
|
|
904
|
-
.
|
|
905
|
-
|
|
838
|
+
.cui-theme-dark .tag-module_tag__rGA-E.tag-module_high__8ayT0 {
|
|
839
|
+
background-color: #371A1A;
|
|
840
|
+
border-color: #FD553E;
|
|
841
|
+
color: #FD553E;
|
|
906
842
|
}
|
|
907
|
-
.
|
|
908
|
-
|
|
843
|
+
.cui-theme-dark .tag-module_tag__rGA-E.tag-module_critical__fT5Pe {
|
|
844
|
+
background-color: #311616;
|
|
845
|
+
border-color: #EC515B;
|
|
846
|
+
color: #EC515B;
|
|
909
847
|
}
|
|
910
|
-
.
|
|
911
|
-
|
|
848
|
+
.cui-theme-dark .tag-module_tag__rGA-E.tag-module_information__gjuZe {
|
|
849
|
+
background-color: #203439;
|
|
850
|
+
border-color: #02B3E6;
|
|
851
|
+
color: #02B3E6;
|
|
912
852
|
}
|
|
913
|
-
.
|
|
914
|
-
|
|
915
|
-
border-
|
|
916
|
-
|
|
917
|
-
border-color: #1B1D1D transparent transparent transparent;
|
|
853
|
+
.cui-theme-dark .tag-module_tag__rGA-E.tag-module_success__M-mEI {
|
|
854
|
+
background-color: #212A04;
|
|
855
|
+
border-color: #30D136;
|
|
856
|
+
color: #30D136;
|
|
918
857
|
}
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
background-color: rgba(255, 255, 255, 0);
|
|
858
|
+
.cui-theme-dark .tag-module_tag__rGA-E.tag-module_alert__1NDIs {
|
|
859
|
+
background-color: #311616;
|
|
860
|
+
border-color: #FD553E;
|
|
861
|
+
color: #FD553E;
|
|
924
862
|
}
|
|
925
|
-
.
|
|
926
|
-
background-color: #
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
line-height: 1px !important;
|
|
863
|
+
.cui-theme-dark .tag-module_tag__rGA-E.tag-module_error__fo8QB {
|
|
864
|
+
background-color: #311616;
|
|
865
|
+
border-color: #FD553E;
|
|
866
|
+
color: #FD553E;
|
|
930
867
|
}
|
|
931
|
-
.
|
|
932
|
-
background-color: #
|
|
868
|
+
.cui-theme-dark .tag-module_tag__rGA-E.tag-module_warning__29pni {
|
|
869
|
+
background-color: #632E03;
|
|
870
|
+
border-color: #FD8F3E;
|
|
871
|
+
color: #FD8F3E;
|
|
933
872
|
}
|
|
934
|
-
|
|
935
|
-
|
|
936
|
-
|
|
937
|
-
color: #
|
|
873
|
+
.cui-theme-light .tag-module_tag__rGA-E.tag-module_info__PMCQH {
|
|
874
|
+
background-color: #80D9F3;
|
|
875
|
+
border-color: #80D9F3;
|
|
876
|
+
color: #203439;
|
|
938
877
|
}
|
|
939
|
-
.cui-theme-
|
|
940
|
-
|
|
878
|
+
.cui-theme-light .tag-module_tag__rGA-E.tag-module_very-low__a6WSr {
|
|
879
|
+
background-color: #B1E02C;
|
|
880
|
+
border-color: #B1E02C;
|
|
881
|
+
color: #212A04;
|
|
941
882
|
}
|
|
942
|
-
.cui-theme-light {
|
|
943
|
-
color: #
|
|
883
|
+
.cui-theme-light .tag-module_tag__rGA-E.tag-module_low__57msG {
|
|
884
|
+
background-color: #E2E369;
|
|
885
|
+
border-color: #E2E369;
|
|
886
|
+
color: #353505;
|
|
944
887
|
}
|
|
945
|
-
.cui-theme-light .
|
|
946
|
-
background-color: #
|
|
888
|
+
.cui-theme-light .tag-module_tag__rGA-E.tag-module_medium__PtVKT {
|
|
889
|
+
background-color: #FD8F3E;
|
|
890
|
+
border-color: #FD8F3E;
|
|
891
|
+
color: #632E03;
|
|
947
892
|
}
|
|
948
|
-
.cui-theme-light .
|
|
949
|
-
|
|
893
|
+
.cui-theme-light .tag-module_tag__rGA-E.tag-module_high__8ayT0 {
|
|
894
|
+
background-color: #FD553E;
|
|
895
|
+
border-color: #FD553E;
|
|
896
|
+
color: #371A1A;
|
|
897
|
+
}
|
|
898
|
+
.cui-theme-light .tag-module_tag__rGA-E.tag-module_critical__fT5Pe {
|
|
899
|
+
background-color: #EC515B;
|
|
900
|
+
border-color: #EC515B;
|
|
901
|
+
color: #311616;
|
|
902
|
+
}
|
|
903
|
+
.cui-theme-light .tag-module_tag__rGA-E.tag-module_information__gjuZe {
|
|
904
|
+
background-color: #02B3E6;
|
|
905
|
+
border-color: #02B3E6;
|
|
906
|
+
color: #203439;
|
|
907
|
+
}
|
|
908
|
+
.cui-theme-light .tag-module_tag__rGA-E.tag-module_success__M-mEI {
|
|
909
|
+
background-color: #30D136;
|
|
910
|
+
border-color: #30D136;
|
|
911
|
+
color: #212A04;
|
|
912
|
+
}
|
|
913
|
+
.cui-theme-light .tag-module_tag__rGA-E.tag-module_alert__1NDIs {
|
|
914
|
+
background-color: #FD553E;
|
|
915
|
+
border-color: #FD553E;
|
|
916
|
+
color: #311616;
|
|
917
|
+
}
|
|
918
|
+
.cui-theme-light .tag-module_tag__rGA-E.tag-module_error__fo8QB {
|
|
919
|
+
background-color: #FD553E;
|
|
920
|
+
border-color: #FD553E;
|
|
921
|
+
color: #311616;
|
|
922
|
+
}
|
|
923
|
+
.cui-theme-light .tag-module_tag__rGA-E.tag-module_warning__29pni {
|
|
924
|
+
background-color: #FD8F3E;
|
|
925
|
+
border-color: #FD8F3E;
|
|
926
|
+
color: #632E03;
|
|
927
|
+
}
|
|
928
|
+
.popup-overlay-module_popup-modal-overlay__dlJqM {
|
|
929
|
+
z-index: 1;
|
|
930
|
+
position: fixed;
|
|
931
|
+
width: 100%;
|
|
932
|
+
height: 100%;
|
|
933
|
+
top: 0;
|
|
934
|
+
left: 0;
|
|
935
|
+
background: rgba(40, 80, 120, 0.8) !important;
|
|
936
|
+
pointer-events: all;
|
|
937
|
+
user-select: none;
|
|
938
|
+
will-change: opacity;
|
|
939
|
+
transition: opacity 450ms ease-in-out;
|
|
940
|
+
opacity: 0;
|
|
941
|
+
visibility: hidden;
|
|
942
|
+
}
|
|
943
|
+
.popup-overlay-module_popup-modal-overlay__dlJqM[data-show] {
|
|
944
|
+
opacity: 1;
|
|
945
|
+
visibility: visible;
|
|
946
|
+
}
|
|
947
|
+
.popup-overlay-module_popup-modal-overlay__dlJqM[data-show=false] {
|
|
948
|
+
opacity: 0;
|
|
949
|
+
visibility: hidden;
|
|
950
950
|
}
|
|
951
951
|
:root {
|
|
952
952
|
--divider-line: #4a4b4b;
|