@e1011/es-kit 1.1.40 → 1.1.42

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.
@@ -1,31 +1,3 @@
1
- .divider-module_divider-line__6CesR {
2
- position: relative;
3
- display: block;
4
- transition: opacity, width, height 250ms ease-in-out;
5
- background-color: var(--color);
6
- opacity: var(--opacity);
7
- }
8
- .divider-module_divider-line__6CesR.divider-module_vertical__qSVWD {
9
- height: var(--length);
10
- left: var(--left);
11
- width: var(--width);
12
- margin: var(--margin);
13
- }
14
- .divider-module_divider-line__6CesR.divider-module_horizontal__Gz-Oj {
15
- width: var(--length);
16
- left: var(--left);
17
- height: var(--height);
18
- margin: var(--margin);
19
- }
20
- .errorBoundary-module_errorBoundary__gk9ps {
21
- background: #EFEFEF;
22
- width: 100%;
23
- height: 100%;
24
- }
25
-
26
- .errorBoundary-module_StyledIcon__IYHiU {
27
- margin-right: 10px;
28
- }
29
1
  .icon-module_icon-base-parent__nOMvW {
30
2
  line-height: 1px !important;
31
3
  }
@@ -56,6 +28,34 @@
56
28
  width: var(--height);
57
29
  height: var(--width);
58
30
  }
31
+ .errorBoundary-module_errorBoundary__gk9ps {
32
+ background: #EFEFEF;
33
+ width: 100%;
34
+ height: 100%;
35
+ }
36
+
37
+ .errorBoundary-module_StyledIcon__IYHiU {
38
+ margin-right: 10px;
39
+ }
40
+ .divider-module_divider-line__6CesR {
41
+ position: relative;
42
+ display: block;
43
+ transition: opacity, width, height 250ms ease-in-out;
44
+ background-color: var(--color);
45
+ opacity: var(--opacity);
46
+ }
47
+ .divider-module_divider-line__6CesR.divider-module_vertical__qSVWD {
48
+ height: var(--length);
49
+ left: var(--left);
50
+ width: var(--width);
51
+ margin: var(--margin);
52
+ }
53
+ .divider-module_divider-line__6CesR.divider-module_horizontal__Gz-Oj {
54
+ width: var(--length);
55
+ left: var(--left);
56
+ height: var(--height);
57
+ margin: var(--margin);
58
+ }
59
59
  .CollapsibleContainer-module_collapsible-container__u0Jmm {
60
60
  transform-origin: 0% 0%;
61
61
  opacity: 0;
@@ -163,6 +163,30 @@
163
163
  .field-module_field__UfKm3 label {
164
164
  text-align: left;
165
165
  }
166
+ .layoutBox-module_layout-box__ZIID8 {
167
+ display: flex;
168
+ position: relative;
169
+ flex-direction: row;
170
+ flex: 0;
171
+ flex-grow: 0;
172
+ flex-shrink: 0;
173
+ flex-basis: auto;
174
+ flex-wrap: nowrap;
175
+ gap: 0;
176
+ text-align: left;
177
+ justify-content: flex-start;
178
+ align-items: flex-start;
179
+ align-self: auto;
180
+ margin: 0;
181
+ padding: 0;
182
+ width: auto;
183
+ height: auto;
184
+ max-width: none;
185
+ max-height: none;
186
+ min-width: 0;
187
+ min-height: 0;
188
+ border-radius: initial;
189
+ }
166
190
  .lazyComponent-module_loader__brMEW {
167
191
  position: relative;
168
192
  width: 100px;
@@ -206,29 +230,142 @@
206
230
  stroke-dashoffset: -124;
207
231
  }
208
232
  }
209
- .layoutBox-module_layout-box__ZIID8 {
233
+ .popup-overlay-module_popup-modal-overlay__dlJqM {
234
+ z-index: 1;
235
+ position: fixed;
236
+ width: 100%;
237
+ height: 100%;
238
+ top: 0;
239
+ left: 0;
240
+ background: rgba(40, 80, 120, 0.8) !important;
241
+ pointer-events: all;
242
+ user-select: none;
243
+ will-change: opacity;
244
+ transition: opacity 450ms ease-in-out;
245
+ opacity: 0;
246
+ visibility: hidden;
247
+ }
248
+ .popup-overlay-module_popup-modal-overlay__dlJqM[data-show] {
249
+ opacity: 1;
250
+ visibility: visible;
251
+ }
252
+ .popup-overlay-module_popup-modal-overlay__dlJqM[data-show=false] {
253
+ opacity: 0;
254
+ visibility: hidden;
255
+ }
256
+ .flowLayout-module_flowLayout__VHpnY {
257
+ overflow: auto;
258
+ }
259
+ .flowLayout-module_flowLayout__VHpnY .flowLayout-module_beforeContent__rY-mW {
210
260
  display: flex;
211
- position: relative;
212
- flex-direction: row;
213
- flex: 0;
214
- flex-grow: 0;
215
- flex-shrink: 0;
216
- flex-basis: auto;
217
- flex-wrap: nowrap;
218
- gap: 0;
219
- text-align: left;
220
- justify-content: flex-start;
221
- align-items: flex-start;
222
- align-self: auto;
223
- margin: 0;
224
- padding: 0;
225
- width: auto;
226
- height: auto;
227
- max-width: none;
228
- max-height: none;
261
+ width: 100%;
229
262
  min-width: 0;
230
- min-height: 0;
231
- border-radius: initial;
263
+ }
264
+ .flowLayout-module_flowLayout__VHpnY .flowLayout-module_afterContent__Hlh8v {
265
+ display: flex;
266
+ width: 100%;
267
+ min-width: 0;
268
+ }
269
+ :root {
270
+ --divider-line: #4a4b4b;
271
+ }
272
+
273
+ .popup-module_overflow-hidden__uimg4, .popup-module_text-truncate__y-5c1 {
274
+ overflow: hidden !important;
275
+ }
276
+
277
+ .popup-module_text-nowrap__eDCv3, .popup-module_text-truncate__y-5c1 {
278
+ white-space: nowrap !important;
279
+ }
280
+
281
+ .popup-module_text-ellipsis__yu8nx, .popup-module_text-truncate__y-5c1 {
282
+ text-overflow: ellipsis !important;
283
+ }
284
+
285
+ .popup-module_popup-container__PJ0oQ {
286
+ --popup-width: 60vw;
287
+ --popup-height: 50vh;
288
+ position: fixed;
289
+ width: var(--popup-width);
290
+ height: var(--popup-height);
291
+ --slideXFrom: 0;
292
+ --slideYFrom: 0;
293
+ will-change: opacity;
294
+ transition: opacity 300ms ease-in-out;
295
+ opacity: 0;
296
+ visibility: hidden;
297
+ pointer-events: none;
298
+ }
299
+ .popup-module_popup-container__PJ0oQ .popup-module_popup-container-inner__n83Cz {
300
+ position: relative;
301
+ flex-direction: column;
302
+ align-items: start;
303
+ width: 100%;
304
+ height: 100%;
305
+ overflow-x: clip;
306
+ background-color: #090A0A;
307
+ border-radius: 4px;
308
+ box-shadow: 0px 10px 20px 4px rgba(0, 0, 0, 0.15);
309
+ transition: transform 350ms ease-out;
310
+ will-change: transform;
311
+ transform: translateX(var(--slideXFrom)) translateY(var(--slideYFrom));
312
+ }
313
+ .popup-module_popup-container__PJ0oQ .popup-module_popup-container-inner__n83Cz button {
314
+ margin-bottom: 0;
315
+ }
316
+ .popup-module_popup-container__PJ0oQ .popup-module_popup-container-inner__n83Cz .popup-module_close-button__-8sZx {
317
+ cursor: pointer;
318
+ line-height: 1px;
319
+ background-color: rgba(255, 255, 255, 0);
320
+ }
321
+ .popup-module_popup-container__PJ0oQ .popup-module_popup-container-inner__n83Cz .popup-module_close-button__-8sZx .icon-base {
322
+ background-color: #FDDA0D;
323
+ width: 9px !important;
324
+ height: 9px !important;
325
+ line-height: 1px !important;
326
+ }
327
+ .popup-module_popup-container__PJ0oQ .popup-module_popup-container-inner__n83Cz .popup-module_close-button__-8sZx:hover .icon-base {
328
+ background-color: #FFEA00;
329
+ }
330
+ .popup-module_popup-container__PJ0oQ .popup-module_popup-container-inner__n83Cz .popup-module_popup-container-inner-div__sDNBm {
331
+ width: 100%;
332
+ height: 100%;
333
+ padding: 24px;
334
+ overflow-y: auto;
335
+ display: flex;
336
+ }
337
+ .popup-module_popup-container__PJ0oQ .popup-module_popup-container-inner__n83Cz .popup-module_popup-container-inner-div__sDNBm > * {
338
+ overflow-y: auto;
339
+ }
340
+ .popup-module_popup-container__PJ0oQ[data-show] {
341
+ opacity: 1;
342
+ visibility: visible;
343
+ pointer-events: all;
344
+ }
345
+ .popup-module_popup-container__PJ0oQ[data-show] .popup-module_popup-container-inner__n83Cz {
346
+ transform: translateX(0) translateY(0);
347
+ }
348
+ .popup-module_popup-container__PJ0oQ[data-show=false] {
349
+ opacity: 0;
350
+ visibility: hidden;
351
+ pointer-events: none;
352
+ }
353
+ .popup-module_popup-container__PJ0oQ[data-show=false] .popup-module_popup-container-inner__n83Cz {
354
+ transform: translateX(var(--slideXFrom)) translateY(var(--slideYFrom));
355
+ }
356
+
357
+ .cui-theme-dark .popup-module_popup-container-inner__n83Cz {
358
+ background-color: #090A0A;
359
+ color: #F4F4F4;
360
+ }
361
+ .cui-theme-light .popup-module_popup-container-inner__n83Cz {
362
+ background-color: #090A0A;
363
+ color: #F4F4F4;
364
+ }
365
+ .textAndContent-module_textAndContent__X5P1n {
366
+ align-items: baseline;
367
+ flex-shrink: 1;
368
+ gap: 8px;
232
369
  }
233
370
  :root {
234
371
  --divider-line: #4a4b4b;
@@ -300,179 +437,15 @@
300
437
  --divider-line: #4a4b4b;
301
438
  }
302
439
 
303
- .tag-module_overflow-hidden__wlxDI, .tag-module_text-truncate__xqW1- {
440
+ .button-module_overflow-hidden__Vc5AU, .button-module_text-truncate__a89Bp {
304
441
  overflow: hidden !important;
305
442
  }
306
443
 
307
- .tag-module_text-nowrap__CHhhg, .tag-module_text-truncate__xqW1- {
444
+ .button-module_text-nowrap__tR-VJ, .button-module_text-truncate__a89Bp {
308
445
  white-space: nowrap !important;
309
446
  }
310
447
 
311
- .tag-module_text-ellipsis__UX32n, .tag-module_text-truncate__xqW1- {
312
- text-overflow: ellipsis !important;
313
- }
314
-
315
- .tag-module_tag__rGA-E {
316
- display: inline-flex;
317
- flex-direction: row;
318
- flex-shrink: 1;
319
- padding: 4px 8px;
320
- gap: 4px;
321
- min-height: 18px;
322
- border-radius: 4px;
323
- border-width: 1px;
324
- border-style: solid;
325
- align-items: center;
326
- }
327
- .tag-module_tag__rGA-E .icon-base {
328
- color: #E2E369 !important;
329
- }
330
- .tag-module_tag__rGA-E .tag-module_text__WpK6w {
331
- white-space: nowrap;
332
- }
333
- .tag-module_tag__rGA-E.tag-module_in-table__cWTuJ {
334
- justify-content: center;
335
- align-items: center;
336
- overflow: hidden !important;
337
- white-space: nowrap !important;
338
- text-overflow: ellipsis !important;
339
- }
340
- .tag-module_tag__rGA-E.tag-module_default__6cv6k {
341
- background-color: #434747;
342
- border-color: #515757;
343
- color: #F4F4F4;
344
- }
345
- .tag-module_tag__rGA-E.tag-module_clickable__W6arw {
346
- cursor: pointer;
347
- transition: background-color 0.25s ease;
348
- }
349
- .tag-module_tag__rGA-E.tag-module_clickable__W6arw.tag-module_default__6cv6k:hover {
350
- background-color: #515757;
351
- }
352
-
353
- .cui-theme-dark .tag-module_tag__rGA-E.tag-module_info__PMCQH {
354
- background-color: #203439;
355
- border-color: #80D9F3;
356
- color: #80D9F3;
357
- }
358
- .cui-theme-dark .tag-module_tag__rGA-E.tag-module_very-low__a6WSr {
359
- background-color: #212A04;
360
- border-color: #B1E02C;
361
- color: #B1E02C;
362
- }
363
- .cui-theme-dark .tag-module_tag__rGA-E.tag-module_low__57msG {
364
- background-color: #353505;
365
- border-color: #E2E369;
366
- color: #E2E369;
367
- }
368
- .cui-theme-dark .tag-module_tag__rGA-E.tag-module_medium__PtVKT {
369
- background-color: #632E03;
370
- border-color: #FD8F3E;
371
- color: #FD8F3E;
372
- }
373
- .cui-theme-dark .tag-module_tag__rGA-E.tag-module_high__8ayT0 {
374
- background-color: #371A1A;
375
- border-color: #FD553E;
376
- color: #FD553E;
377
- }
378
- .cui-theme-dark .tag-module_tag__rGA-E.tag-module_critical__fT5Pe {
379
- background-color: #311616;
380
- border-color: #EC515B;
381
- color: #EC515B;
382
- }
383
- .cui-theme-dark .tag-module_tag__rGA-E.tag-module_information__gjuZe {
384
- background-color: #203439;
385
- border-color: #02B3E6;
386
- color: #02B3E6;
387
- }
388
- .cui-theme-dark .tag-module_tag__rGA-E.tag-module_success__M-mEI {
389
- background-color: #212A04;
390
- border-color: #30D136;
391
- color: #30D136;
392
- }
393
- .cui-theme-dark .tag-module_tag__rGA-E.tag-module_alert__1NDIs {
394
- background-color: #311616;
395
- border-color: #FD553E;
396
- color: #FD553E;
397
- }
398
- .cui-theme-dark .tag-module_tag__rGA-E.tag-module_error__fo8QB {
399
- background-color: #311616;
400
- border-color: #FD553E;
401
- color: #FD553E;
402
- }
403
- .cui-theme-dark .tag-module_tag__rGA-E.tag-module_warning__29pni {
404
- background-color: #632E03;
405
- border-color: #FD8F3E;
406
- color: #FD8F3E;
407
- }
408
- .cui-theme-light .tag-module_tag__rGA-E.tag-module_info__PMCQH {
409
- background-color: #80D9F3;
410
- border-color: #80D9F3;
411
- color: #203439;
412
- }
413
- .cui-theme-light .tag-module_tag__rGA-E.tag-module_very-low__a6WSr {
414
- background-color: #B1E02C;
415
- border-color: #B1E02C;
416
- color: #212A04;
417
- }
418
- .cui-theme-light .tag-module_tag__rGA-E.tag-module_low__57msG {
419
- background-color: #E2E369;
420
- border-color: #E2E369;
421
- color: #353505;
422
- }
423
- .cui-theme-light .tag-module_tag__rGA-E.tag-module_medium__PtVKT {
424
- background-color: #FD8F3E;
425
- border-color: #FD8F3E;
426
- color: #632E03;
427
- }
428
- .cui-theme-light .tag-module_tag__rGA-E.tag-module_high__8ayT0 {
429
- background-color: #FD553E;
430
- border-color: #FD553E;
431
- color: #371A1A;
432
- }
433
- .cui-theme-light .tag-module_tag__rGA-E.tag-module_critical__fT5Pe {
434
- background-color: #EC515B;
435
- border-color: #EC515B;
436
- color: #311616;
437
- }
438
- .cui-theme-light .tag-module_tag__rGA-E.tag-module_information__gjuZe {
439
- background-color: #02B3E6;
440
- border-color: #02B3E6;
441
- color: #203439;
442
- }
443
- .cui-theme-light .tag-module_tag__rGA-E.tag-module_success__M-mEI {
444
- background-color: #30D136;
445
- border-color: #30D136;
446
- color: #212A04;
447
- }
448
- .cui-theme-light .tag-module_tag__rGA-E.tag-module_alert__1NDIs {
449
- background-color: #FD553E;
450
- border-color: #FD553E;
451
- color: #311616;
452
- }
453
- .cui-theme-light .tag-module_tag__rGA-E.tag-module_error__fo8QB {
454
- background-color: #FD553E;
455
- border-color: #FD553E;
456
- color: #311616;
457
- }
458
- .cui-theme-light .tag-module_tag__rGA-E.tag-module_warning__29pni {
459
- background-color: #FD8F3E;
460
- border-color: #FD8F3E;
461
- color: #632E03;
462
- }
463
- :root {
464
- --divider-line: #4a4b4b;
465
- }
466
-
467
- .button-module_overflow-hidden__Vc5AU, .button-module_text-truncate__a89Bp {
468
- overflow: hidden !important;
469
- }
470
-
471
- .button-module_text-nowrap__tR-VJ, .button-module_text-truncate__a89Bp {
472
- white-space: nowrap !important;
473
- }
474
-
475
- .button-module_text-ellipsis__5MFA9, .button-module_text-truncate__a89Bp {
448
+ .button-module_text-ellipsis__5MFA9, .button-module_text-truncate__a89Bp {
476
449
  text-overflow: ellipsis !important;
477
450
  }
478
451
 
@@ -574,143 +547,6 @@
574
547
  .cui-theme-light .button-module_button__NDMQS {
575
548
  color: #090A0A;
576
549
  }
577
- .popup-overlay-module_popup-modal-overlay__dlJqM {
578
- z-index: 1;
579
- position: fixed;
580
- width: 100%;
581
- height: 100%;
582
- top: 0;
583
- left: 0;
584
- background: rgba(40, 80, 120, 0.8) !important;
585
- pointer-events: all;
586
- user-select: none;
587
- will-change: opacity;
588
- transition: opacity 450ms ease-in-out;
589
- opacity: 0;
590
- visibility: hidden;
591
- }
592
- .popup-overlay-module_popup-modal-overlay__dlJqM[data-show] {
593
- opacity: 1;
594
- visibility: visible;
595
- }
596
- .popup-overlay-module_popup-modal-overlay__dlJqM[data-show=false] {
597
- opacity: 0;
598
- visibility: hidden;
599
- }
600
- .flowLayout-module_flowLayout__VHpnY {
601
- overflow: auto;
602
- }
603
- .flowLayout-module_flowLayout__VHpnY .flowLayout-module_beforeContent__rY-mW {
604
- display: flex;
605
- width: 100%;
606
- min-width: 0;
607
- }
608
- .flowLayout-module_flowLayout__VHpnY .flowLayout-module_afterContent__Hlh8v {
609
- display: flex;
610
- width: 100%;
611
- min-width: 0;
612
- }
613
- :root {
614
- --divider-line: #4a4b4b;
615
- }
616
-
617
- .popup-module_overflow-hidden__uimg4, .popup-module_text-truncate__y-5c1 {
618
- overflow: hidden !important;
619
- }
620
-
621
- .popup-module_text-nowrap__eDCv3, .popup-module_text-truncate__y-5c1 {
622
- white-space: nowrap !important;
623
- }
624
-
625
- .popup-module_text-ellipsis__yu8nx, .popup-module_text-truncate__y-5c1 {
626
- text-overflow: ellipsis !important;
627
- }
628
-
629
- .popup-module_popup-container__PJ0oQ {
630
- --popup-width: 60vw;
631
- --popup-height: 50vh;
632
- position: fixed;
633
- width: var(--popup-width);
634
- height: var(--popup-height);
635
- --slideXFrom: 0;
636
- --slideYFrom: 0;
637
- will-change: opacity;
638
- transition: opacity 300ms ease-in-out;
639
- opacity: 0;
640
- visibility: hidden;
641
- pointer-events: none;
642
- }
643
- .popup-module_popup-container__PJ0oQ .popup-module_popup-container-inner__n83Cz {
644
- position: relative;
645
- flex-direction: column;
646
- align-items: start;
647
- width: 100%;
648
- height: 100%;
649
- overflow-x: clip;
650
- background-color: #090A0A;
651
- border-radius: 4px;
652
- box-shadow: 0px 10px 20px 4px rgba(0, 0, 0, 0.15);
653
- transition: transform 350ms ease-out;
654
- will-change: transform;
655
- transform: translateX(var(--slideXFrom)) translateY(var(--slideYFrom));
656
- }
657
- .popup-module_popup-container__PJ0oQ .popup-module_popup-container-inner__n83Cz button {
658
- margin-bottom: 0;
659
- }
660
- .popup-module_popup-container__PJ0oQ .popup-module_popup-container-inner__n83Cz .popup-module_close-button__-8sZx {
661
- cursor: pointer;
662
- line-height: 1px;
663
- background-color: rgba(255, 255, 255, 0);
664
- }
665
- .popup-module_popup-container__PJ0oQ .popup-module_popup-container-inner__n83Cz .popup-module_close-button__-8sZx .icon-base {
666
- background-color: #FDDA0D;
667
- width: 9px !important;
668
- height: 9px !important;
669
- line-height: 1px !important;
670
- }
671
- .popup-module_popup-container__PJ0oQ .popup-module_popup-container-inner__n83Cz .popup-module_close-button__-8sZx:hover .icon-base {
672
- background-color: #FFEA00;
673
- }
674
- .popup-module_popup-container__PJ0oQ .popup-module_popup-container-inner__n83Cz .popup-module_popup-container-inner-div__sDNBm {
675
- width: 100%;
676
- height: 100%;
677
- padding: 24px;
678
- overflow-y: auto;
679
- display: flex;
680
- }
681
- .popup-module_popup-container__PJ0oQ .popup-module_popup-container-inner__n83Cz .popup-module_popup-container-inner-div__sDNBm > * {
682
- overflow-y: auto;
683
- }
684
- .popup-module_popup-container__PJ0oQ[data-show] {
685
- opacity: 1;
686
- visibility: visible;
687
- pointer-events: all;
688
- }
689
- .popup-module_popup-container__PJ0oQ[data-show] .popup-module_popup-container-inner__n83Cz {
690
- transform: translateX(0) translateY(0);
691
- }
692
- .popup-module_popup-container__PJ0oQ[data-show=false] {
693
- opacity: 0;
694
- visibility: hidden;
695
- pointer-events: none;
696
- }
697
- .popup-module_popup-container__PJ0oQ[data-show=false] .popup-module_popup-container-inner__n83Cz {
698
- transform: translateX(var(--slideXFrom)) translateY(var(--slideYFrom));
699
- }
700
-
701
- .cui-theme-dark .popup-module_popup-container-inner__n83Cz {
702
- background-color: #090A0A;
703
- color: #F4F4F4;
704
- }
705
- .cui-theme-light .popup-module_popup-container-inner__n83Cz {
706
- background-color: #090A0A;
707
- color: #F4F4F4;
708
- }
709
- .textAndContent-module_textAndContent__X5P1n {
710
- align-items: baseline;
711
- flex-shrink: 1;
712
- gap: 8px;
713
- }
714
550
  :root {
715
551
  --divider-line: #4a4b4b;
716
552
  }
@@ -829,6 +665,170 @@
829
665
  --divider-line: #4a4b4b;
830
666
  }
831
667
 
668
+ .tag-module_overflow-hidden__wlxDI, .tag-module_text-truncate__xqW1- {
669
+ overflow: hidden !important;
670
+ }
671
+
672
+ .tag-module_text-nowrap__CHhhg, .tag-module_text-truncate__xqW1- {
673
+ white-space: nowrap !important;
674
+ }
675
+
676
+ .tag-module_text-ellipsis__UX32n, .tag-module_text-truncate__xqW1- {
677
+ text-overflow: ellipsis !important;
678
+ }
679
+
680
+ .tag-module_tag__rGA-E {
681
+ display: inline-flex;
682
+ flex-direction: row;
683
+ flex-shrink: 1;
684
+ padding: 4px 8px;
685
+ gap: 4px;
686
+ min-height: 18px;
687
+ border-radius: 4px;
688
+ border-width: 1px;
689
+ border-style: solid;
690
+ align-items: center;
691
+ }
692
+ .tag-module_tag__rGA-E .icon-base {
693
+ color: #E2E369 !important;
694
+ }
695
+ .tag-module_tag__rGA-E .tag-module_text__WpK6w {
696
+ white-space: nowrap;
697
+ }
698
+ .tag-module_tag__rGA-E.tag-module_in-table__cWTuJ {
699
+ justify-content: center;
700
+ align-items: center;
701
+ overflow: hidden !important;
702
+ white-space: nowrap !important;
703
+ text-overflow: ellipsis !important;
704
+ }
705
+ .tag-module_tag__rGA-E.tag-module_default__6cv6k {
706
+ background-color: #434747;
707
+ border-color: #515757;
708
+ color: #F4F4F4;
709
+ }
710
+ .tag-module_tag__rGA-E.tag-module_clickable__W6arw {
711
+ cursor: pointer;
712
+ transition: background-color 0.25s ease;
713
+ }
714
+ .tag-module_tag__rGA-E.tag-module_clickable__W6arw.tag-module_default__6cv6k:hover {
715
+ background-color: #515757;
716
+ }
717
+
718
+ .cui-theme-dark .tag-module_tag__rGA-E.tag-module_info__PMCQH {
719
+ background-color: #203439;
720
+ border-color: #80D9F3;
721
+ color: #80D9F3;
722
+ }
723
+ .cui-theme-dark .tag-module_tag__rGA-E.tag-module_very-low__a6WSr {
724
+ background-color: #212A04;
725
+ border-color: #B1E02C;
726
+ color: #B1E02C;
727
+ }
728
+ .cui-theme-dark .tag-module_tag__rGA-E.tag-module_low__57msG {
729
+ background-color: #353505;
730
+ border-color: #E2E369;
731
+ color: #E2E369;
732
+ }
733
+ .cui-theme-dark .tag-module_tag__rGA-E.tag-module_medium__PtVKT {
734
+ background-color: #632E03;
735
+ border-color: #FD8F3E;
736
+ color: #FD8F3E;
737
+ }
738
+ .cui-theme-dark .tag-module_tag__rGA-E.tag-module_high__8ayT0 {
739
+ background-color: #371A1A;
740
+ border-color: #FD553E;
741
+ color: #FD553E;
742
+ }
743
+ .cui-theme-dark .tag-module_tag__rGA-E.tag-module_critical__fT5Pe {
744
+ background-color: #311616;
745
+ border-color: #EC515B;
746
+ color: #EC515B;
747
+ }
748
+ .cui-theme-dark .tag-module_tag__rGA-E.tag-module_information__gjuZe {
749
+ background-color: #203439;
750
+ border-color: #02B3E6;
751
+ color: #02B3E6;
752
+ }
753
+ .cui-theme-dark .tag-module_tag__rGA-E.tag-module_success__M-mEI {
754
+ background-color: #212A04;
755
+ border-color: #30D136;
756
+ color: #30D136;
757
+ }
758
+ .cui-theme-dark .tag-module_tag__rGA-E.tag-module_alert__1NDIs {
759
+ background-color: #311616;
760
+ border-color: #FD553E;
761
+ color: #FD553E;
762
+ }
763
+ .cui-theme-dark .tag-module_tag__rGA-E.tag-module_error__fo8QB {
764
+ background-color: #311616;
765
+ border-color: #FD553E;
766
+ color: #FD553E;
767
+ }
768
+ .cui-theme-dark .tag-module_tag__rGA-E.tag-module_warning__29pni {
769
+ background-color: #632E03;
770
+ border-color: #FD8F3E;
771
+ color: #FD8F3E;
772
+ }
773
+ .cui-theme-light .tag-module_tag__rGA-E.tag-module_info__PMCQH {
774
+ background-color: #80D9F3;
775
+ border-color: #80D9F3;
776
+ color: #203439;
777
+ }
778
+ .cui-theme-light .tag-module_tag__rGA-E.tag-module_very-low__a6WSr {
779
+ background-color: #B1E02C;
780
+ border-color: #B1E02C;
781
+ color: #212A04;
782
+ }
783
+ .cui-theme-light .tag-module_tag__rGA-E.tag-module_low__57msG {
784
+ background-color: #E2E369;
785
+ border-color: #E2E369;
786
+ color: #353505;
787
+ }
788
+ .cui-theme-light .tag-module_tag__rGA-E.tag-module_medium__PtVKT {
789
+ background-color: #FD8F3E;
790
+ border-color: #FD8F3E;
791
+ color: #632E03;
792
+ }
793
+ .cui-theme-light .tag-module_tag__rGA-E.tag-module_high__8ayT0 {
794
+ background-color: #FD553E;
795
+ border-color: #FD553E;
796
+ color: #371A1A;
797
+ }
798
+ .cui-theme-light .tag-module_tag__rGA-E.tag-module_critical__fT5Pe {
799
+ background-color: #EC515B;
800
+ border-color: #EC515B;
801
+ color: #311616;
802
+ }
803
+ .cui-theme-light .tag-module_tag__rGA-E.tag-module_information__gjuZe {
804
+ background-color: #02B3E6;
805
+ border-color: #02B3E6;
806
+ color: #203439;
807
+ }
808
+ .cui-theme-light .tag-module_tag__rGA-E.tag-module_success__M-mEI {
809
+ background-color: #30D136;
810
+ border-color: #30D136;
811
+ color: #212A04;
812
+ }
813
+ .cui-theme-light .tag-module_tag__rGA-E.tag-module_alert__1NDIs {
814
+ background-color: #FD553E;
815
+ border-color: #FD553E;
816
+ color: #311616;
817
+ }
818
+ .cui-theme-light .tag-module_tag__rGA-E.tag-module_error__fo8QB {
819
+ background-color: #FD553E;
820
+ border-color: #FD553E;
821
+ color: #311616;
822
+ }
823
+ .cui-theme-light .tag-module_tag__rGA-E.tag-module_warning__29pni {
824
+ background-color: #FD8F3E;
825
+ border-color: #FD8F3E;
826
+ color: #632E03;
827
+ }
828
+ :root {
829
+ --divider-line: #4a4b4b;
830
+ }
831
+
832
832
  .anchorLink-module_overflow-hidden__-MElA, .anchorLink-module_text-truncate__62t8P {
833
833
  overflow: hidden !important;
834
834
  }