@e1011/es-kit 1.1.66 → 1.1.70

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,6 +28,25 @@
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
+ }
31
50
  .errorBoundary-module_errorBoundary__gk9ps {
32
51
  background: #EFEFEF;
33
52
  width: 100%;
@@ -37,39 +56,6 @@
37
56
  .errorBoundary-module_StyledIcon__IYHiU {
38
57
  margin-right: 10px;
39
58
  }
40
- .CollapsibleContainer-module_collapsible-container__u0Jmm {
41
- transform-origin: 0% 0%;
42
- opacity: 0;
43
- overflow: clip;
44
- }
45
- .CollapsibleContainer-module_collapsible-container__u0Jmm.CollapsibleContainer-module_vertical__w7MVN {
46
- transition: opacity 0.2s ease-in-out, height 0.2s ease-in-out, max-height 0.2s ease-in-out;
47
- will-change: opacity, height, max-height;
48
- }
49
- .CollapsibleContainer-module_collapsible-container__u0Jmm.CollapsibleContainer-module_vertical__w7MVN.CollapsibleContainer-module_collapsed__q8fs8 {
50
- height: 0;
51
- max-height: 0;
52
- opacity: 0;
53
- }
54
- .CollapsibleContainer-module_collapsible-container__u0Jmm.CollapsibleContainer-module_vertical__w7MVN.CollapsibleContainer-module_expanded__O6Vh8 {
55
- height: var(--prop-value);
56
- max-height: var(--prop-value);
57
- opacity: 1;
58
- }
59
- .CollapsibleContainer-module_collapsible-container__u0Jmm.CollapsibleContainer-module_horizontal__QJWI- {
60
- transition: opacity 0.2s ease-in-out, width 0.2s ease-in-out, max-width 0.2s ease-in-out;
61
- will-change: opacity, width, max-width;
62
- }
63
- .CollapsibleContainer-module_collapsible-container__u0Jmm.CollapsibleContainer-module_horizontal__QJWI-.CollapsibleContainer-module_collapsed__q8fs8 {
64
- width: 0;
65
- max-width: 0;
66
- opacity: 0;
67
- }
68
- .CollapsibleContainer-module_collapsible-container__u0Jmm.CollapsibleContainer-module_horizontal__QJWI-.CollapsibleContainer-module_expanded__O6Vh8 {
69
- width: var(--prop-value);
70
- max-width: var(--prop-value);
71
- opacity: 1;
72
- }
73
59
  .field-module_field__UfKm3 {
74
60
  opacity: 1;
75
61
  pointer-events: auto;
@@ -144,24 +130,38 @@
144
130
  .field-module_field__UfKm3 label {
145
131
  text-align: left;
146
132
  }
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);
133
+ .CollapsibleContainer-module_collapsible-container__u0Jmm {
134
+ transform-origin: 0% 0%;
135
+ opacity: 0;
136
+ overflow: clip;
153
137
  }
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);
138
+ .CollapsibleContainer-module_collapsible-container__u0Jmm.CollapsibleContainer-module_vertical__w7MVN {
139
+ transition: opacity 0.2s ease-in-out, height 0.2s ease-in-out, max-height 0.2s ease-in-out;
140
+ will-change: opacity, height, max-height;
159
141
  }
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);
142
+ .CollapsibleContainer-module_collapsible-container__u0Jmm.CollapsibleContainer-module_vertical__w7MVN.CollapsibleContainer-module_collapsed__q8fs8 {
143
+ height: 0;
144
+ max-height: 0;
145
+ opacity: 0;
146
+ }
147
+ .CollapsibleContainer-module_collapsible-container__u0Jmm.CollapsibleContainer-module_vertical__w7MVN.CollapsibleContainer-module_expanded__O6Vh8 {
148
+ height: var(--prop-value);
149
+ max-height: var(--prop-value);
150
+ opacity: 1;
151
+ }
152
+ .CollapsibleContainer-module_collapsible-container__u0Jmm.CollapsibleContainer-module_horizontal__QJWI- {
153
+ transition: opacity 0.2s ease-in-out, width 0.2s ease-in-out, max-width 0.2s ease-in-out;
154
+ will-change: opacity, width, max-width;
155
+ }
156
+ .CollapsibleContainer-module_collapsible-container__u0Jmm.CollapsibleContainer-module_horizontal__QJWI-.CollapsibleContainer-module_collapsed__q8fs8 {
157
+ width: 0;
158
+ max-width: 0;
159
+ opacity: 0;
160
+ }
161
+ .CollapsibleContainer-module_collapsible-container__u0Jmm.CollapsibleContainer-module_horizontal__QJWI-.CollapsibleContainer-module_expanded__O6Vh8 {
162
+ width: var(--prop-value);
163
+ max-width: var(--prop-value);
164
+ opacity: 1;
165
165
  }
166
166
  .layoutBox-module_layout-box__ZIID8 {
167
167
  display: flex;
@@ -230,349 +230,436 @@
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
+ }
233
238
  :root {
234
239
  --divider-line: #4a4b4b;
235
240
  }
236
241
 
237
- .typography-module_overflow-hidden__UmQ-v, .typography-module_text-truncate__8MgV9 {
242
+ .tag-module_overflow-hidden__wlxDI, .tag-module_text-truncate__xqW1- {
238
243
  overflow: hidden !important;
239
244
  }
240
245
 
241
- .typography-module_text-nowrap__dt3uu, .typography-module_text-truncate__8MgV9 {
246
+ .tag-module_text-nowrap__CHhhg, .tag-module_text-truncate__xqW1- {
242
247
  white-space: nowrap !important;
243
248
  }
244
249
 
245
- .typography-module_text-ellipsis__iyHeZ, .typography-module_text-truncate__8MgV9 {
250
+ .tag-module_text-ellipsis__UX32n, .tag-module_text-truncate__xqW1- {
246
251
  text-overflow: ellipsis !important;
247
252
  }
248
253
 
249
- .typography-module_headline__b0XlP {
250
- font-size: 28px;
251
- line-height: 32px;
252
- }
253
-
254
- .typography-module_headlineSecondary__IDnhT {
255
- font-size: 24px;
256
- line-height: 28px;
257
- }
258
-
259
- .typography-module_headlineTertiary__mlG-v {
260
- font-size: 18px;
261
- line-height: 24x;
262
- }
263
-
264
- .typography-module_paragraph__tgBAx, .typography-module_paragraphBold__PmcZU, .typography-module_paragraphBoldSmall__qExmY, .typography-module_paragraphSmall__vTMiI {
265
- font-size: 14px;
266
- line-height: 18px;
267
- font-weight: 300;
254
+ .tag-module_tag__rGA-E {
255
+ display: inline-flex;
256
+ flex-direction: row;
257
+ flex-shrink: 1;
258
+ padding: 4px 8px;
259
+ gap: 4px;
260
+ min-height: 18px;
261
+ border-radius: 4px;
262
+ border-width: 1px;
263
+ border-style: solid;
264
+ align-items: center;
268
265
  }
269
-
270
- .typography-module_paragraphSmall__vTMiI, .typography-module_paragraphBoldSmall__qExmY {
271
- font-size: 12px;
266
+ .tag-module_tag__rGA-E .icon-base {
267
+ color: #E2E369 !important;
272
268
  }
273
-
274
- .typography-module_paragraphBold__PmcZU, .typography-module_paragraphBoldSmall__qExmY {
275
- font-weight: 600;
269
+ .tag-module_tag__rGA-E .tag-module_text__WpK6w {
270
+ white-space: nowrap;
276
271
  }
277
-
278
- .typography-module_link__DWurf {
272
+ .tag-module_tag__rGA-E.tag-module_in-table__cWTuJ {
273
+ justify-content: center;
274
+ align-items: center;
279
275
  overflow: hidden !important;
280
276
  white-space: nowrap !important;
281
277
  text-overflow: ellipsis !important;
282
- text-decoration: none;
283
- color: #65C5F6;
284
- display: inline;
285
- gap: 4px;
286
- flex-grow: 0;
287
- max-width: 400px;
288
- position: relative;
289
- vertical-align: center;
290
278
  }
291
- .typography-module_link__DWurf:hover:not(.typography-module_disabled__hjK8C) {
292
- text-decoration: underline;
293
- color: #65C5F6;
279
+ .tag-module_tag__rGA-E.tag-module_default__6cv6k {
280
+ background-color: #434747;
281
+ border-color: #515757;
282
+ color: #F4F4F4;
294
283
  }
295
- .typography-module_link__DWurf.typography-module_disabled__hjK8C {
296
- pointer-events: none;
297
- opacity: 0.6;
284
+ .tag-module_tag__rGA-E.tag-module_clickable__W6arw {
285
+ cursor: pointer;
286
+ transition: background-color 0.25s ease;
298
287
  }
299
- .textAndContent-module_textAndContent__X5P1n {
300
- align-items: baseline;
301
- flex-shrink: 1;
302
- gap: 8px;
288
+ .tag-module_tag__rGA-E.tag-module_clickable__W6arw.tag-module_default__6cv6k:hover {
289
+ background-color: #515757;
303
290
  }
304
- .flowLayout-module_flowLayout__VHpnY {
305
- overflow: auto;
291
+
292
+ .cui-theme-dark .tag-module_tag__rGA-E.tag-module_info__PMCQH {
293
+ background-color: #203439;
294
+ border-color: #80D9F3;
295
+ color: #80D9F3;
306
296
  }
307
- .flowLayout-module_flowLayout__VHpnY .flowLayout-module_beforeContent__rY-mW {
308
- display: flex;
309
- width: 100%;
310
- min-width: 0;
297
+ .cui-theme-dark .tag-module_tag__rGA-E.tag-module_very-low__a6WSr {
298
+ background-color: #212A04;
299
+ border-color: #B1E02C;
300
+ color: #B1E02C;
311
301
  }
312
- .flowLayout-module_flowLayout__VHpnY .flowLayout-module_afterContent__Hlh8v {
313
- display: flex;
314
- width: 100%;
315
- min-width: 0;
302
+ .cui-theme-dark .tag-module_tag__rGA-E.tag-module_low__57msG {
303
+ background-color: #353505;
304
+ border-color: #E2E369;
305
+ color: #E2E369;
316
306
  }
317
- :root {
318
- --divider-line: #4a4b4b;
307
+ .cui-theme-dark .tag-module_tag__rGA-E.tag-module_medium__PtVKT {
308
+ background-color: #632E03;
309
+ border-color: #FD8F3E;
310
+ color: #FD8F3E;
319
311
  }
320
-
321
- .popup-module_overflow-hidden__uimg4, .popup-module_text-truncate__y-5c1 {
322
- overflow: hidden !important;
312
+ .cui-theme-dark .tag-module_tag__rGA-E.tag-module_high__8ayT0 {
313
+ background-color: #371A1A;
314
+ border-color: #FD553E;
315
+ color: #FD553E;
323
316
  }
324
-
325
- .popup-module_text-nowrap__eDCv3, .popup-module_text-truncate__y-5c1 {
326
- white-space: nowrap !important;
317
+ .cui-theme-dark .tag-module_tag__rGA-E.tag-module_critical__fT5Pe {
318
+ background-color: #311616;
319
+ border-color: #EC515B;
320
+ color: #EC515B;
327
321
  }
328
-
329
- .popup-module_text-ellipsis__yu8nx, .popup-module_text-truncate__y-5c1 {
330
- text-overflow: ellipsis !important;
322
+ .cui-theme-dark .tag-module_tag__rGA-E.tag-module_information__gjuZe {
323
+ background-color: #203439;
324
+ border-color: #02B3E6;
325
+ color: #02B3E6;
331
326
  }
332
-
333
- .popup-module_popup-container__PJ0oQ {
334
- --popup-width: 60vw;
335
- --popup-height: 50vh;
336
- position: fixed;
337
- width: var(--popup-width);
338
- height: var(--popup-height);
339
- --slideXFrom: 0;
340
- --slideYFrom: 0;
341
- will-change: opacity;
342
- transition: opacity 300ms ease-in-out;
343
- opacity: 0;
344
- visibility: hidden;
345
- pointer-events: none;
327
+ .cui-theme-dark .tag-module_tag__rGA-E.tag-module_success__M-mEI {
328
+ background-color: #212A04;
329
+ border-color: #30D136;
330
+ color: #30D136;
346
331
  }
347
- .popup-module_popup-container__PJ0oQ .popup-module_popup-container-inner__n83Cz {
348
- position: relative;
349
- flex-direction: column;
350
- align-items: start;
351
- width: 100%;
352
- height: 100%;
353
- overflow-x: clip;
354
- background-color: #090A0A;
355
- border-radius: 4px;
356
- box-shadow: 0px 10px 20px 4px rgba(0, 0, 0, 0.15);
357
- transition: transform 350ms ease-out;
358
- will-change: transform;
359
- transform: translateX(var(--slideXFrom)) translateY(var(--slideYFrom));
332
+ .cui-theme-dark .tag-module_tag__rGA-E.tag-module_alert__1NDIs {
333
+ background-color: #311616;
334
+ border-color: #FD553E;
335
+ color: #FD553E;
360
336
  }
361
- .popup-module_popup-container__PJ0oQ .popup-module_popup-container-inner__n83Cz button {
362
- margin-bottom: 0;
337
+ .cui-theme-dark .tag-module_tag__rGA-E.tag-module_error__fo8QB {
338
+ background-color: #311616;
339
+ border-color: #FD553E;
340
+ color: #FD553E;
363
341
  }
364
- .popup-module_popup-container__PJ0oQ .popup-module_popup-container-inner__n83Cz .popup-module_close-button__-8sZx {
365
- cursor: pointer;
366
- line-height: 1px;
367
- background-color: rgba(255, 255, 255, 0);
342
+ .cui-theme-dark .tag-module_tag__rGA-E.tag-module_warning__29pni {
343
+ background-color: #632E03;
344
+ border-color: #FD8F3E;
345
+ color: #FD8F3E;
368
346
  }
369
- .popup-module_popup-container__PJ0oQ .popup-module_popup-container-inner__n83Cz .popup-module_close-button__-8sZx .icon-base {
370
- background-color: #FDDA0D;
371
- width: 9px !important;
372
- height: 9px !important;
373
- line-height: 1px !important;
347
+ .cui-theme-light .tag-module_tag__rGA-E.tag-module_info__PMCQH {
348
+ background-color: #80D9F3;
349
+ border-color: #80D9F3;
350
+ color: #203439;
374
351
  }
375
- .popup-module_popup-container__PJ0oQ .popup-module_popup-container-inner__n83Cz .popup-module_close-button__-8sZx:hover .icon-base {
376
- background-color: #FFEA00;
352
+ .cui-theme-light .tag-module_tag__rGA-E.tag-module_very-low__a6WSr {
353
+ background-color: #B1E02C;
354
+ border-color: #B1E02C;
355
+ color: #212A04;
377
356
  }
378
- .popup-module_popup-container__PJ0oQ .popup-module_popup-container-inner__n83Cz .popup-module_popup-container-inner-div__sDNBm {
379
- width: 100%;
380
- height: 100%;
381
- padding: 24px;
382
- overflow-y: auto;
383
- display: flex;
357
+ .cui-theme-light .tag-module_tag__rGA-E.tag-module_low__57msG {
358
+ background-color: #E2E369;
359
+ border-color: #E2E369;
360
+ color: #353505;
384
361
  }
385
- .popup-module_popup-container__PJ0oQ .popup-module_popup-container-inner__n83Cz .popup-module_popup-container-inner-div__sDNBm > * {
386
- overflow-y: auto;
362
+ .cui-theme-light .tag-module_tag__rGA-E.tag-module_medium__PtVKT {
363
+ background-color: #FD8F3E;
364
+ border-color: #FD8F3E;
365
+ color: #632E03;
387
366
  }
388
- .popup-module_popup-container__PJ0oQ[data-show] {
389
- opacity: 1;
390
- visibility: visible;
391
- pointer-events: all;
367
+ .cui-theme-light .tag-module_tag__rGA-E.tag-module_high__8ayT0 {
368
+ background-color: #FD553E;
369
+ border-color: #FD553E;
370
+ color: #371A1A;
392
371
  }
393
- .popup-module_popup-container__PJ0oQ[data-show] .popup-module_popup-container-inner__n83Cz {
394
- transform: translateX(0) translateY(0);
372
+ .cui-theme-light .tag-module_tag__rGA-E.tag-module_critical__fT5Pe {
373
+ background-color: #EC515B;
374
+ border-color: #EC515B;
375
+ color: #311616;
395
376
  }
396
- .popup-module_popup-container__PJ0oQ[data-show=false] {
397
- opacity: 0;
398
- visibility: hidden;
399
- pointer-events: none;
377
+ .cui-theme-light .tag-module_tag__rGA-E.tag-module_information__gjuZe {
378
+ background-color: #02B3E6;
379
+ border-color: #02B3E6;
380
+ color: #203439;
400
381
  }
401
- .popup-module_popup-container__PJ0oQ[data-show=false] .popup-module_popup-container-inner__n83Cz {
402
- transform: translateX(var(--slideXFrom)) translateY(var(--slideYFrom));
382
+ .cui-theme-light .tag-module_tag__rGA-E.tag-module_success__M-mEI {
383
+ background-color: #30D136;
384
+ border-color: #30D136;
385
+ color: #212A04;
403
386
  }
404
-
405
- .cui-theme-dark .popup-module_popup-container-inner__n83Cz {
406
- background-color: #090A0A;
407
- color: #F4F4F4;
387
+ .cui-theme-light .tag-module_tag__rGA-E.tag-module_alert__1NDIs {
388
+ background-color: #FD553E;
389
+ border-color: #FD553E;
390
+ color: #311616;
408
391
  }
409
- .cui-theme-light .popup-module_popup-container-inner__n83Cz {
410
- background-color: #090A0A;
411
- color: #F4F4F4;
392
+ .cui-theme-light .tag-module_tag__rGA-E.tag-module_error__fo8QB {
393
+ background-color: #FD553E;
394
+ border-color: #FD553E;
395
+ color: #311616;
396
+ }
397
+ .cui-theme-light .tag-module_tag__rGA-E.tag-module_warning__29pni {
398
+ background-color: #FD8F3E;
399
+ border-color: #FD8F3E;
400
+ color: #632E03;
412
401
  }
413
402
  :root {
414
403
  --divider-line: #4a4b4b;
415
404
  }
416
405
 
417
- .tag-module_overflow-hidden__wlxDI, .tag-module_text-truncate__xqW1- {
406
+ .button-module_overflow-hidden__Vc5AU, .button-module_text-truncate__a89Bp {
418
407
  overflow: hidden !important;
419
408
  }
420
409
 
421
- .tag-module_text-nowrap__CHhhg, .tag-module_text-truncate__xqW1- {
410
+ .button-module_text-nowrap__tR-VJ, .button-module_text-truncate__a89Bp {
422
411
  white-space: nowrap !important;
423
412
  }
424
413
 
425
- .tag-module_text-ellipsis__UX32n, .tag-module_text-truncate__xqW1- {
414
+ .button-module_text-ellipsis__5MFA9, .button-module_text-truncate__a89Bp {
426
415
  text-overflow: ellipsis !important;
427
416
  }
428
417
 
429
- .tag-module_tag__rGA-E {
430
- display: inline-flex;
431
- flex-direction: row;
432
- flex-shrink: 1;
433
- padding: 4px 8px;
434
- gap: 4px;
435
- min-height: 18px;
436
- border-radius: 4px;
437
- border-width: 1px;
438
- border-style: solid;
418
+ .button-module_button__NDMQS {
419
+ border: none;
420
+ color: #090A0A;
421
+ padding: 0.5rem 1rem;
422
+ text-align: center;
423
+ text-decoration: none;
424
+ font-size: 1rem;
425
+ overflow: hidden;
426
+ display: flex;
439
427
  align-items: center;
428
+ justify-content: center;
429
+ min-width: "auto";
430
+ width: "auto";
431
+ user-select: all;
432
+ pointer-events: auto;
433
+ cursor: pointer;
440
434
  }
441
- .tag-module_tag__rGA-E .icon-base {
442
- color: #E2E369 !important;
443
- }
444
- .tag-module_tag__rGA-E .tag-module_text__WpK6w {
435
+ .button-module_button__NDMQS > span {
436
+ overflow: hidden;
445
437
  white-space: nowrap;
438
+ display: inline-block;
446
439
  }
447
- .tag-module_tag__rGA-E.tag-module_in-table__cWTuJ {
448
- justify-content: center;
449
- align-items: center;
440
+ .button-module_button__NDMQS.button-module_info__O6gEW {
441
+ background-color: #2D8EFF;
442
+ }
443
+ .button-module_button__NDMQS.button-module_info__O6gEW.button-module_transparent__zbeBu {
444
+ border: 1px solid #2D8EFF !important;
445
+ }
446
+ .button-module_button__NDMQS.button-module_success__gM25y {
447
+ background-color: #13CE66;
448
+ }
449
+ .button-module_button__NDMQS.button-module_success__gM25y.button-module_transparent__zbeBu {
450
+ border: 1px solid #13CE66 !important;
451
+ }
452
+ .button-module_button__NDMQS.button-module_error__q9qqo {
453
+ background-color: #FF4949;
454
+ }
455
+ .button-module_button__NDMQS.button-module_error__q9qqo.button-module_transparent__zbeBu {
456
+ border: 1px solid #FF4949 !important;
457
+ }
458
+ .button-module_button__NDMQS.button-module_warning__MdmiZ {
459
+ background-color: #FFCC3D;
460
+ }
461
+ .button-module_button__NDMQS.button-module_warning__MdmiZ.button-module_transparent__zbeBu {
462
+ border: 1px solid #FFCC3D !important;
463
+ }
464
+ .button-module_button__NDMQS.button-module_link__e-4Fu {
465
+ border: none !important;
466
+ background-color: transparent !important;
467
+ background: transparent !important;
468
+ }
469
+ .button-module_button__NDMQS.button-module_link__e-4Fu:hover {
470
+ border: none !important;
471
+ background-color: transparent !important;
472
+ background: transparent !important;
473
+ }
474
+ .button-module_button__NDMQS.button-module_link__e-4Fu:hover * {
475
+ text-decoration: underline !important;
476
+ }
477
+ .button-module_button__NDMQS.button-module_transparent__zbeBu {
478
+ border: none !important;
479
+ background-color: transparent !important;
480
+ background: transparent !important;
481
+ }
482
+ .button-module_button__NDMQS.button-module_tiny__pBNwo {
483
+ height: 1.4rem;
484
+ min-width: 1.5rem;
485
+ width: 1.5rem;
486
+ padding: 0.2rem;
487
+ font-size: 0.8rem;
488
+ }
489
+ .button-module_button__NDMQS.button-module_fluid__GXxID {
490
+ width: 100%;
491
+ }
492
+ .button-module_button__NDMQS.button-module_truncate__c-G9k > span {
450
493
  overflow: hidden !important;
451
494
  white-space: nowrap !important;
452
495
  text-overflow: ellipsis !important;
453
496
  }
454
- .tag-module_tag__rGA-E.tag-module_default__6cv6k {
455
- background-color: #434747;
456
- border-color: #515757;
457
- color: #F4F4F4;
497
+ .button-module_button__NDMQS.button-module_animated__gLwPl {
498
+ transition: transform 250ms ease-out;
458
499
  }
459
- .tag-module_tag__rGA-E.tag-module_clickable__W6arw {
460
- cursor: pointer;
461
- transition: background-color 0.25s ease;
500
+ .button-module_button__NDMQS.button-module_hasShadow__42BQv {
501
+ box-shadow: 0 5px 15px 0 rgba(28, 37, 39, 0.1), 0 0 2px 0 rgba(0, 0, 0, 0.1);
462
502
  }
463
- .tag-module_tag__rGA-E.tag-module_clickable__W6arw.tag-module_default__6cv6k:hover {
464
- background-color: #515757;
503
+ .button-module_button__NDMQS.button-module_hasIcon__dXLlJ {
504
+ padding: 0.4rem;
505
+ border: none !important;
506
+ line-height: 1px;
507
+ }
508
+ .button-module_button__NDMQS.button-module_hasIcon__dXLlJ.button-module_tiny__pBNwo {
509
+ padding: 0px;
510
+ }
511
+ .button-module_button__NDMQS:hover {
512
+ background-color: #c5c5c5 !important;
513
+ }
514
+ .button-module_button__NDMQS:hover.button-module_animated__gLwPl {
515
+ transform: scale(1.2);
516
+ }
517
+ .button-module_button__NDMQS:hover.button-module_transparent__zbeBu {
518
+ background-color: rgba(197, 197, 197, 0.1254901961) !important;
519
+ }
520
+ .button-module_button__NDMQS.button-module_disabled__hEydO {
521
+ user-select: none;
522
+ pointer-events: none;
523
+ cursor: not-allowed;
465
524
  }
466
525
 
467
- .cui-theme-dark .tag-module_tag__rGA-E.tag-module_info__PMCQH {
468
- background-color: #203439;
469
- border-color: #80D9F3;
470
- color: #80D9F3;
526
+ .cui-theme-dark .button-module_button__NDMQS {
527
+ color: #F4F4F4;
471
528
  }
472
- .cui-theme-dark .tag-module_tag__rGA-E.tag-module_very-low__a6WSr {
473
- background-color: #212A04;
474
- border-color: #B1E02C;
475
- color: #B1E02C;
529
+ .cui-theme-light .button-module_button__NDMQS {
530
+ color: #090A0A;
476
531
  }
477
- .cui-theme-dark .tag-module_tag__rGA-E.tag-module_low__57msG {
478
- background-color: #353505;
479
- border-color: #E2E369;
480
- color: #E2E369;
532
+ .flowLayout-module_flowLayout__VHpnY {
533
+ overflow: auto;
481
534
  }
482
- .cui-theme-dark .tag-module_tag__rGA-E.tag-module_medium__PtVKT {
483
- background-color: #632E03;
484
- border-color: #FD8F3E;
485
- color: #FD8F3E;
535
+ .flowLayout-module_flowLayout__VHpnY .flowLayout-module_beforeContent__rY-mW {
536
+ display: flex;
537
+ width: 100%;
538
+ min-width: 0;
486
539
  }
487
- .cui-theme-dark .tag-module_tag__rGA-E.tag-module_high__8ayT0 {
488
- background-color: #371A1A;
489
- border-color: #FD553E;
490
- color: #FD553E;
540
+ .flowLayout-module_flowLayout__VHpnY .flowLayout-module_afterContent__Hlh8v {
541
+ display: flex;
542
+ width: 100%;
543
+ min-width: 0;
491
544
  }
492
- .cui-theme-dark .tag-module_tag__rGA-E.tag-module_critical__fT5Pe {
493
- background-color: #311616;
494
- border-color: #EC515B;
495
- color: #EC515B;
545
+ :root {
546
+ --divider-line: #4a4b4b;
496
547
  }
497
- .cui-theme-dark .tag-module_tag__rGA-E.tag-module_information__gjuZe {
498
- background-color: #203439;
499
- border-color: #02B3E6;
500
- color: #02B3E6;
548
+
549
+ .popup-module_overflow-hidden__uimg4, .popup-module_text-truncate__y-5c1 {
550
+ overflow: hidden !important;
501
551
  }
502
- .cui-theme-dark .tag-module_tag__rGA-E.tag-module_success__M-mEI {
503
- background-color: #212A04;
504
- border-color: #30D136;
505
- color: #30D136;
552
+
553
+ .popup-module_text-nowrap__eDCv3, .popup-module_text-truncate__y-5c1 {
554
+ white-space: nowrap !important;
506
555
  }
507
- .cui-theme-dark .tag-module_tag__rGA-E.tag-module_alert__1NDIs {
508
- background-color: #311616;
509
- border-color: #FD553E;
510
- color: #FD553E;
556
+
557
+ .popup-module_text-ellipsis__yu8nx, .popup-module_text-truncate__y-5c1 {
558
+ text-overflow: ellipsis !important;
511
559
  }
512
- .cui-theme-dark .tag-module_tag__rGA-E.tag-module_error__fo8QB {
513
- background-color: #311616;
514
- border-color: #FD553E;
515
- color: #FD553E;
560
+
561
+ .popup-module_popup-container__PJ0oQ {
562
+ --popup-width: 60vw;
563
+ --popup-height: 50vh;
564
+ position: fixed;
565
+ width: var(--popup-width);
566
+ height: var(--popup-height);
567
+ --slideXFrom: 0;
568
+ --slideYFrom: 0;
569
+ will-change: opacity;
570
+ transition: opacity 300ms ease-in-out;
571
+ opacity: 0;
572
+ visibility: hidden;
573
+ pointer-events: none;
516
574
  }
517
- .cui-theme-dark .tag-module_tag__rGA-E.tag-module_warning__29pni {
518
- background-color: #632E03;
519
- border-color: #FD8F3E;
520
- color: #FD8F3E;
575
+ .popup-module_popup-container__PJ0oQ .popup-module_popup-container-inner__n83Cz {
576
+ position: relative;
577
+ flex-direction: column;
578
+ align-items: start;
579
+ width: 100%;
580
+ height: 100%;
581
+ overflow-x: clip;
582
+ background-color: #090A0A;
583
+ border-radius: 4px;
584
+ box-shadow: 0px 10px 20px 4px rgba(0, 0, 0, 0.15);
585
+ transition: transform 350ms ease-out;
586
+ will-change: transform;
587
+ transform: translateX(var(--slideXFrom)) translateY(var(--slideYFrom));
521
588
  }
522
- .cui-theme-light .tag-module_tag__rGA-E.tag-module_info__PMCQH {
523
- background-color: #80D9F3;
524
- border-color: #80D9F3;
525
- color: #203439;
589
+ .popup-module_popup-container__PJ0oQ .popup-module_popup-container-inner__n83Cz button {
590
+ margin-bottom: 0;
526
591
  }
527
- .cui-theme-light .tag-module_tag__rGA-E.tag-module_very-low__a6WSr {
528
- background-color: #B1E02C;
529
- border-color: #B1E02C;
530
- color: #212A04;
592
+ .popup-module_popup-container__PJ0oQ .popup-module_popup-container-inner__n83Cz .popup-module_close-button__-8sZx {
593
+ cursor: pointer;
594
+ line-height: 1px;
595
+ background-color: rgba(255, 255, 255, 0);
531
596
  }
532
- .cui-theme-light .tag-module_tag__rGA-E.tag-module_low__57msG {
533
- background-color: #E2E369;
534
- border-color: #E2E369;
535
- color: #353505;
597
+ .popup-module_popup-container__PJ0oQ .popup-module_popup-container-inner__n83Cz .popup-module_close-button__-8sZx .icon-base {
598
+ background-color: #FDDA0D;
599
+ width: 9px !important;
600
+ height: 9px !important;
601
+ line-height: 1px !important;
536
602
  }
537
- .cui-theme-light .tag-module_tag__rGA-E.tag-module_medium__PtVKT {
538
- background-color: #FD8F3E;
539
- border-color: #FD8F3E;
540
- color: #632E03;
603
+ .popup-module_popup-container__PJ0oQ .popup-module_popup-container-inner__n83Cz .popup-module_close-button__-8sZx:hover .icon-base {
604
+ background-color: #FFEA00;
541
605
  }
542
- .cui-theme-light .tag-module_tag__rGA-E.tag-module_high__8ayT0 {
543
- background-color: #FD553E;
544
- border-color: #FD553E;
545
- color: #371A1A;
606
+ .popup-module_popup-container__PJ0oQ .popup-module_popup-container-inner__n83Cz .popup-module_popup-container-inner-div__sDNBm {
607
+ width: 100%;
608
+ height: 100%;
609
+ padding: 24px;
610
+ overflow-y: auto;
611
+ display: flex;
546
612
  }
547
- .cui-theme-light .tag-module_tag__rGA-E.tag-module_critical__fT5Pe {
548
- background-color: #EC515B;
549
- border-color: #EC515B;
550
- color: #311616;
613
+ .popup-module_popup-container__PJ0oQ .popup-module_popup-container-inner__n83Cz .popup-module_popup-container-inner-div__sDNBm > * {
614
+ overflow-y: auto;
551
615
  }
552
- .cui-theme-light .tag-module_tag__rGA-E.tag-module_information__gjuZe {
553
- background-color: #02B3E6;
554
- border-color: #02B3E6;
555
- color: #203439;
616
+ .popup-module_popup-container__PJ0oQ[data-show] {
617
+ opacity: 1;
618
+ visibility: visible;
619
+ pointer-events: all;
556
620
  }
557
- .cui-theme-light .tag-module_tag__rGA-E.tag-module_success__M-mEI {
558
- background-color: #30D136;
559
- border-color: #30D136;
560
- color: #212A04;
621
+ .popup-module_popup-container__PJ0oQ[data-show] .popup-module_popup-container-inner__n83Cz {
622
+ transform: translateX(0) translateY(0);
623
+ }
624
+ .popup-module_popup-container__PJ0oQ[data-show=false] {
625
+ opacity: 0;
626
+ visibility: hidden;
627
+ pointer-events: none;
628
+ }
629
+ .popup-module_popup-container__PJ0oQ[data-show=false] .popup-module_popup-container-inner__n83Cz {
630
+ transform: translateX(var(--slideXFrom)) translateY(var(--slideYFrom));
631
+ }
632
+
633
+ .cui-theme-dark .popup-module_popup-container-inner__n83Cz {
634
+ background-color: #090A0A;
635
+ color: #F4F4F4;
561
636
  }
562
- .cui-theme-light .tag-module_tag__rGA-E.tag-module_alert__1NDIs {
563
- background-color: #FD553E;
564
- border-color: #FD553E;
565
- color: #311616;
637
+ .cui-theme-light .popup-module_popup-container-inner__n83Cz {
638
+ background-color: #090A0A;
639
+ color: #F4F4F4;
566
640
  }
567
- .cui-theme-light .tag-module_tag__rGA-E.tag-module_error__fo8QB {
568
- background-color: #FD553E;
569
- border-color: #FD553E;
570
- color: #311616;
641
+ .popup-overlay-module_popup-modal-overlay__dlJqM {
642
+ z-index: 1;
643
+ position: fixed;
644
+ width: 100%;
645
+ height: 100%;
646
+ top: 0;
647
+ left: 0;
648
+ background: rgba(40, 80, 120, 0.8) !important;
649
+ pointer-events: all;
650
+ user-select: none;
651
+ will-change: opacity;
652
+ transition: opacity 450ms ease-in-out;
653
+ opacity: 0;
654
+ visibility: hidden;
571
655
  }
572
- .cui-theme-light .tag-module_tag__rGA-E.tag-module_warning__29pni {
573
- background-color: #FD8F3E;
574
- border-color: #FD8F3E;
575
- color: #632E03;
656
+ .popup-overlay-module_popup-modal-overlay__dlJqM[data-show] {
657
+ opacity: 1;
658
+ visibility: visible;
659
+ }
660
+ .popup-overlay-module_popup-modal-overlay__dlJqM[data-show=false] {
661
+ opacity: 0;
662
+ visibility: hidden;
576
663
  }
577
664
  :root {
578
665
  --divider-line: #4a4b4b;
@@ -692,6 +779,72 @@
692
779
  --divider-line: #4a4b4b;
693
780
  }
694
781
 
782
+ .typography-module_overflow-hidden__UmQ-v, .typography-module_text-truncate__8MgV9 {
783
+ overflow: hidden !important;
784
+ }
785
+
786
+ .typography-module_text-nowrap__dt3uu, .typography-module_text-truncate__8MgV9 {
787
+ white-space: nowrap !important;
788
+ }
789
+
790
+ .typography-module_text-ellipsis__iyHeZ, .typography-module_text-truncate__8MgV9 {
791
+ text-overflow: ellipsis !important;
792
+ }
793
+
794
+ .typography-module_headline__b0XlP {
795
+ font-size: 28px;
796
+ line-height: 32px;
797
+ }
798
+
799
+ .typography-module_headlineSecondary__IDnhT {
800
+ font-size: 24px;
801
+ line-height: 28px;
802
+ }
803
+
804
+ .typography-module_headlineTertiary__mlG-v {
805
+ font-size: 18px;
806
+ line-height: 24x;
807
+ }
808
+
809
+ .typography-module_paragraph__tgBAx, .typography-module_paragraphBold__PmcZU, .typography-module_paragraphBoldSmall__qExmY, .typography-module_paragraphSmall__vTMiI {
810
+ font-size: 14px;
811
+ line-height: 18px;
812
+ font-weight: 300;
813
+ }
814
+
815
+ .typography-module_paragraphSmall__vTMiI, .typography-module_paragraphBoldSmall__qExmY {
816
+ font-size: 12px;
817
+ }
818
+
819
+ .typography-module_paragraphBold__PmcZU, .typography-module_paragraphBoldSmall__qExmY {
820
+ font-weight: 600;
821
+ }
822
+
823
+ .typography-module_link__DWurf {
824
+ overflow: hidden !important;
825
+ white-space: nowrap !important;
826
+ text-overflow: ellipsis !important;
827
+ text-decoration: none;
828
+ color: #65C5F6;
829
+ display: inline;
830
+ gap: 4px;
831
+ flex-grow: 0;
832
+ max-width: 400px;
833
+ position: relative;
834
+ vertical-align: center;
835
+ }
836
+ .typography-module_link__DWurf:hover:not(.typography-module_disabled__hjK8C) {
837
+ text-decoration: underline;
838
+ color: #65C5F6;
839
+ }
840
+ .typography-module_link__DWurf.typography-module_disabled__hjK8C {
841
+ pointer-events: none;
842
+ opacity: 0.6;
843
+ }
844
+ :root {
845
+ --divider-line: #4a4b4b;
846
+ }
847
+
695
848
  .toggle-module_overflow-hidden__NxfFx, .toggle-module_text-truncate__Wg-Jx {
696
849
  overflow: hidden !important;
697
850
  }
@@ -795,159 +948,6 @@
795
948
  .cui-theme-light .toggle-module_toggle__p1Ep4 input:checked + .toggle-module_slider__2IVaG:hover {
796
949
  background-color: rgb(54.7902439024, 70.0097560976, 70.0097560976);
797
950
  }
798
- .popup-overlay-module_popup-modal-overlay__dlJqM {
799
- z-index: 1;
800
- position: fixed;
801
- width: 100%;
802
- height: 100%;
803
- top: 0;
804
- left: 0;
805
- background: rgba(40, 80, 120, 0.8) !important;
806
- pointer-events: all;
807
- user-select: none;
808
- will-change: opacity;
809
- transition: opacity 450ms ease-in-out;
810
- opacity: 0;
811
- visibility: hidden;
812
- }
813
- .popup-overlay-module_popup-modal-overlay__dlJqM[data-show] {
814
- opacity: 1;
815
- visibility: visible;
816
- }
817
- .popup-overlay-module_popup-modal-overlay__dlJqM[data-show=false] {
818
- opacity: 0;
819
- visibility: hidden;
820
- }
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
- }
951
951
  :root {
952
952
  --divider-line: #4a4b4b;
953
953
  }