@e1011/es-kit 1.1.34 → 1.1.36

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.
@@ -61,15 +61,6 @@
61
61
  max-width: var(--prop-value);
62
62
  opacity: 1;
63
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
- }
73
64
  .field-module_field__UfKm3 {
74
65
  opacity: 1;
75
66
  pointer-events: auto;
@@ -144,6 +135,15 @@
144
135
  .field-module_field__UfKm3 label {
145
136
  text-align: left;
146
137
  }
138
+ .errorBoundary-module_errorBoundary__gk9ps {
139
+ background: #EFEFEF;
140
+ width: 100%;
141
+ height: 100%;
142
+ }
143
+
144
+ .errorBoundary-module_StyledIcon__IYHiU {
145
+ margin-right: 10px;
146
+ }
147
147
  .divider-module_divider-line__6CesR {
148
148
  position: relative;
149
149
  display: block;
@@ -230,145 +230,325 @@
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
  }
241
236
 
242
- .typography-module_overflow-hidden__UmQ-v, .typography-module_text-truncate__8MgV9 {
237
+ .tooltip-module_overflow-hidden__YDzdx, .tooltip-module_text-truncate__CPvp3 {
243
238
  overflow: hidden !important;
244
239
  }
245
240
 
246
- .typography-module_text-nowrap__dt3uu, .typography-module_text-truncate__8MgV9 {
241
+ .tooltip-module_text-nowrap__g6kzP, .tooltip-module_text-truncate__CPvp3 {
247
242
  white-space: nowrap !important;
248
243
  }
249
244
 
250
- .typography-module_text-ellipsis__iyHeZ, .typography-module_text-truncate__8MgV9 {
245
+ .tooltip-module_text-ellipsis__AYivV, .tooltip-module_text-truncate__CPvp3 {
251
246
  text-overflow: ellipsis !important;
252
247
  }
253
248
 
254
- .typography-module_headline__b0XlP {
255
- font-size: 28px;
256
- line-height: 32px;
249
+ .tooltip-module_popover-tooltip__sAhKa {
250
+ position: fixed;
251
+ z-index: 999;
252
+ will-change: opacity;
253
+ transition: opacity 450ms ease;
254
+ opacity: 0;
255
+ visibility: hidden;
256
+ border-radius: 4px;
257
+ background-color: #1B1D1D;
258
+ box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.16);
257
259
  }
258
-
259
- .typography-module_headlineSecondary__IDnhT {
260
- font-size: 24px;
261
- line-height: 28px;
260
+ .tooltip-module_popover-tooltip__sAhKa span, .tooltip-module_popover-tooltip__sAhKa p, .tooltip-module_popover-tooltip__sAhKa h3 {
261
+ margin: 0;
262
+ padding: 0;
262
263
  }
263
-
264
- .typography-module_headlineTertiary__mlG-v {
265
- font-size: 18px;
266
- line-height: 24x;
264
+ .tooltip-module_popover-tooltip__sAhKa p {
265
+ display: -webkit-box;
266
+ -webkit-line-clamp: 4; /* number of lines to show */
267
+ line-clamp: 4;
268
+ -webkit-box-orient: vertical;
269
+ margin: 0;
270
+ width: 100%;
271
+ white-space: normal;
272
+ overflow: auto;
267
273
  }
268
-
269
- .typography-module_paragraph__tgBAx, .typography-module_paragraphBold__PmcZU, .typography-module_paragraphBoldSmall__qExmY, .typography-module_paragraphSmall__vTMiI {
270
- font-size: 14px;
271
- line-height: 18px;
272
- font-weight: 300;
274
+ .tooltip-module_popover-tooltip__sAhKa[data-show] {
275
+ opacity: 1;
276
+ visibility: visible;
273
277
  }
274
-
275
- .typography-module_paragraphSmall__vTMiI, .typography-module_paragraphBoldSmall__qExmY {
276
- font-size: 12px;
278
+ .tooltip-module_popover-tooltip__sAhKa[data-show=false] {
279
+ opacity: 0;
280
+ visibility: hidden;
281
+ }
282
+ .tooltip-module_popover-tooltip__sAhKa[data-popper-placement^=top] .tooltip-module_arrow__pqqOi {
283
+ bottom: -16px;
284
+ }
285
+ .tooltip-module_popover-tooltip__sAhKa[data-popper-placement^=top] .tooltip-module_arrow__pqqOi .tooltip-module_arrow-inner__IqzxY {
286
+ transform: rotate(0deg);
287
+ }
288
+ .tooltip-module_popover-tooltip__sAhKa[data-popper-placement^=bottom] .tooltip-module_arrow__pqqOi {
289
+ top: -16px;
290
+ }
291
+ .tooltip-module_popover-tooltip__sAhKa[data-popper-placement^=bottom] .tooltip-module_arrow__pqqOi .tooltip-module_arrow-inner__IqzxY {
292
+ transform: rotate(180deg);
293
+ }
294
+ .tooltip-module_popover-tooltip__sAhKa[data-popper-placement^=left] .tooltip-module_arrow__pqqOi {
295
+ right: -16px;
296
+ }
297
+ .tooltip-module_popover-tooltip__sAhKa[data-popper-placement^=left] .tooltip-module_arrow__pqqOi .tooltip-module_arrow-inner__IqzxY {
298
+ transform: rotate(-90deg);
299
+ }
300
+ .tooltip-module_popover-tooltip__sAhKa[data-popper-placement^=right] .tooltip-module_arrow__pqqOi {
301
+ left: -16px;
302
+ }
303
+ .tooltip-module_popover-tooltip__sAhKa[data-popper-placement^=right] .tooltip-module_arrow__pqqOi .tooltip-module_arrow-inner__IqzxY {
304
+ transform: rotate(90deg);
305
+ }
306
+ .tooltip-module_popover-tooltip__sAhKa .tooltip-module_arrow__pqqOi {
307
+ position: absolute;
308
+ }
309
+ .tooltip-module_popover-tooltip__sAhKa .tooltip-module_arrow__pqqOi .tooltip-module_arrow-inner__IqzxY {
310
+ content: "";
311
+ border-width: 8px;
312
+ border-style: solid;
313
+ border-color: #1B1D1D transparent transparent transparent;
277
314
  }
278
315
 
279
- .typography-module_paragraphBold__PmcZU, .typography-module_paragraphBoldSmall__qExmY {
280
- font-weight: 600;
316
+ .tooltip-module_close-button__o8OBN {
317
+ cursor: pointer;
318
+ line-height: 1px;
319
+ background-color: rgba(255, 255, 255, 0);
320
+ }
321
+ .tooltip-module_close-button__o8OBN .icon-base {
322
+ background-color: #FDDA0D;
323
+ width: 9px !important;
324
+ height: 9px !important;
325
+ line-height: 1px !important;
326
+ }
327
+ .tooltip-module_close-button__o8OBN:hover .icon-base {
328
+ background-color: #FFEA00;
281
329
  }
282
330
 
283
- .typography-module_link__DWurf {
284
- overflow: hidden !important;
285
- white-space: nowrap !important;
286
- text-overflow: ellipsis !important;
287
- text-decoration: none;
288
- color: #65C5F6;
289
- display: inline;
290
- gap: 4px;
291
- flex-grow: 0;
292
- max-width: 400px;
293
- position: relative;
294
- vertical-align: center;
331
+ .cui-theme-dark .tooltip-module_popover-tooltip__sAhKa {
332
+ background-color: #1B1D1D;
333
+ color: #F4F4F4;
295
334
  }
296
- .typography-module_link__DWurf:hover:not(.typography-module_disabled__hjK8C) {
297
- text-decoration: underline;
298
- color: #65C5F6;
335
+ .cui-theme-dark .tooltip-module_popover-tooltip__sAhKa .tooltip-module_arrow-inner__IqzxY {
336
+ border-color: #1B1D1D transparent transparent transparent;
299
337
  }
300
- .typography-module_link__DWurf.typography-module_disabled__hjK8C {
301
- pointer-events: none;
302
- opacity: 0.6;
338
+ .cui-theme-light {
339
+ color: #1B1D1D;
340
+ }
341
+ .cui-theme-light .tooltip-module_popover-tooltip__sAhKa {
342
+ background-color: #515757;
343
+ }
344
+ .cui-theme-light .tooltip-module_popover-tooltip__sAhKa .tooltip-module_arrow-inner__IqzxY {
345
+ border-color: #515757 transparent transparent transparent;
303
346
  }
304
347
  :root {
305
348
  --divider-line: #4a4b4b;
306
349
  }
307
350
 
308
- .button-module_overflow-hidden__Vc5AU, .button-module_text-truncate__a89Bp {
351
+ .popup-module_overflow-hidden__uimg4, .popup-module_text-truncate__y-5c1 {
309
352
  overflow: hidden !important;
310
353
  }
311
354
 
312
- .button-module_text-nowrap__tR-VJ, .button-module_text-truncate__a89Bp {
355
+ .popup-module_text-nowrap__eDCv3, .popup-module_text-truncate__y-5c1 {
313
356
  white-space: nowrap !important;
314
357
  }
315
358
 
316
- .button-module_text-ellipsis__5MFA9, .button-module_text-truncate__a89Bp {
359
+ .popup-module_text-ellipsis__yu8nx, .popup-module_text-truncate__y-5c1 {
317
360
  text-overflow: ellipsis !important;
318
361
  }
319
362
 
320
- .button-module_button__NDMQS {
321
- border: none;
322
- color: #090A0A;
323
- padding: 0.5rem 1rem;
324
- text-align: center;
325
- text-decoration: none;
326
- font-size: 1rem;
327
- overflow: hidden;
328
- display: flex;
329
- align-items: center;
330
- justify-content: center;
331
- min-width: "auto";
332
- width: "auto";
333
- user-select: all;
334
- pointer-events: auto;
335
- cursor: pointer;
336
- }
337
- .button-module_button__NDMQS > span {
338
- overflow: hidden;
339
- white-space: nowrap;
340
- display: inline-block;
363
+ .popup-module_popup-container__PJ0oQ {
364
+ --popup-width: 60vw;
365
+ --popup-height: 50vh;
366
+ position: fixed;
367
+ width: var(--popup-width);
368
+ height: var(--popup-height);
369
+ --slideXFrom: 0;
370
+ --slideYFrom: 0;
371
+ will-change: opacity;
372
+ transition: opacity 300ms ease-in-out;
373
+ opacity: 0;
374
+ visibility: hidden;
375
+ pointer-events: none;
341
376
  }
342
- .button-module_button__NDMQS.button-module_info__O6gEW {
343
- background-color: #2D8EFF;
377
+ .popup-module_popup-container__PJ0oQ .popup-module_popup-container-inner__n83Cz {
378
+ position: relative;
379
+ flex-direction: column;
380
+ align-items: start;
381
+ width: 100%;
382
+ height: 100%;
383
+ overflow-x: clip;
384
+ background-color: #090A0A;
385
+ border-radius: 4px;
386
+ box-shadow: 0px 10px 20px 4px rgba(0, 0, 0, 0.15);
387
+ transition: transform 350ms ease-out;
388
+ will-change: transform;
389
+ transform: translateX(var(--slideXFrom)) translateY(var(--slideYFrom));
344
390
  }
345
- .button-module_button__NDMQS.button-module_info__O6gEW.button-module_transparent__zbeBu {
346
- border: 1px solid #2D8EFF !important;
391
+ .popup-module_popup-container__PJ0oQ .popup-module_popup-container-inner__n83Cz button {
392
+ margin-bottom: 0;
347
393
  }
348
- .button-module_button__NDMQS.button-module_success__gM25y {
349
- background-color: #13CE66;
394
+ .popup-module_popup-container__PJ0oQ .popup-module_popup-container-inner__n83Cz .popup-module_close-button__-8sZx {
395
+ cursor: pointer;
396
+ line-height: 1px;
397
+ background-color: rgba(255, 255, 255, 0);
350
398
  }
351
- .button-module_button__NDMQS.button-module_success__gM25y.button-module_transparent__zbeBu {
352
- border: 1px solid #13CE66 !important;
399
+ .popup-module_popup-container__PJ0oQ .popup-module_popup-container-inner__n83Cz .popup-module_close-button__-8sZx .icon-base {
400
+ background-color: #FDDA0D;
401
+ width: 9px !important;
402
+ height: 9px !important;
403
+ line-height: 1px !important;
353
404
  }
354
- .button-module_button__NDMQS.button-module_error__q9qqo {
355
- background-color: #FF4949;
405
+ .popup-module_popup-container__PJ0oQ .popup-module_popup-container-inner__n83Cz .popup-module_close-button__-8sZx:hover .icon-base {
406
+ background-color: #FFEA00;
356
407
  }
357
- .button-module_button__NDMQS.button-module_error__q9qqo.button-module_transparent__zbeBu {
358
- border: 1px solid #FF4949 !important;
408
+ .popup-module_popup-container__PJ0oQ .popup-module_popup-container-inner__n83Cz .popup-module_popup-container-inner-div__sDNBm {
409
+ width: 100%;
410
+ height: 100%;
411
+ padding: 24px;
412
+ overflow-y: auto;
413
+ display: flex;
359
414
  }
360
- .button-module_button__NDMQS.button-module_warning__MdmiZ {
361
- background-color: #FFCC3D;
415
+ .popup-module_popup-container__PJ0oQ .popup-module_popup-container-inner__n83Cz .popup-module_popup-container-inner-div__sDNBm > * {
416
+ overflow-y: auto;
362
417
  }
363
- .button-module_button__NDMQS.button-module_warning__MdmiZ.button-module_transparent__zbeBu {
364
- border: 1px solid #FFCC3D !important;
418
+ .popup-module_popup-container__PJ0oQ[data-show] {
419
+ opacity: 1;
420
+ visibility: visible;
421
+ pointer-events: all;
365
422
  }
366
- .button-module_button__NDMQS.button-module_transparent__zbeBu {
367
- border: none !important;
368
- background-color: transparent !important;
369
- background: transparent !important;
423
+ .popup-module_popup-container__PJ0oQ[data-show] .popup-module_popup-container-inner__n83Cz {
424
+ transform: translateX(0) translateY(0);
370
425
  }
371
- .button-module_button__NDMQS.button-module_tiny__pBNwo {
426
+ .popup-module_popup-container__PJ0oQ[data-show=false] {
427
+ opacity: 0;
428
+ visibility: hidden;
429
+ pointer-events: none;
430
+ }
431
+ .popup-module_popup-container__PJ0oQ[data-show=false] .popup-module_popup-container-inner__n83Cz {
432
+ transform: translateX(var(--slideXFrom)) translateY(var(--slideYFrom));
433
+ }
434
+
435
+ .cui-theme-dark .popup-module_popup-container-inner__n83Cz {
436
+ background-color: #090A0A;
437
+ color: #F4F4F4;
438
+ }
439
+ .cui-theme-light .popup-module_popup-container-inner__n83Cz {
440
+ background-color: #090A0A;
441
+ color: #F4F4F4;
442
+ }
443
+ .flowLayout-module_flowLayout__VHpnY {
444
+ overflow: auto;
445
+ }
446
+ .flowLayout-module_flowLayout__VHpnY .flowLayout-module_beforeContent__rY-mW {
447
+ display: flex;
448
+ width: 100%;
449
+ min-width: 0;
450
+ }
451
+ .flowLayout-module_flowLayout__VHpnY .flowLayout-module_afterContent__Hlh8v {
452
+ display: flex;
453
+ width: 100%;
454
+ min-width: 0;
455
+ }
456
+ .popup-overlay-module_popup-modal-overlay__dlJqM {
457
+ z-index: 1;
458
+ position: fixed;
459
+ width: 100%;
460
+ height: 100%;
461
+ top: 0;
462
+ left: 0;
463
+ background: rgba(40, 80, 120, 0.8) !important;
464
+ pointer-events: all;
465
+ user-select: none;
466
+ will-change: opacity;
467
+ transition: opacity 450ms ease-in-out;
468
+ opacity: 0;
469
+ visibility: hidden;
470
+ }
471
+ .popup-overlay-module_popup-modal-overlay__dlJqM[data-show] {
472
+ opacity: 1;
473
+ visibility: visible;
474
+ }
475
+ .popup-overlay-module_popup-modal-overlay__dlJqM[data-show=false] {
476
+ opacity: 0;
477
+ visibility: hidden;
478
+ }
479
+ .textAndContent-module_textAndContent__X5P1n {
480
+ align-items: baseline;
481
+ flex-shrink: 1;
482
+ gap: 8px;
483
+ }
484
+ :root {
485
+ --divider-line: #4a4b4b;
486
+ }
487
+
488
+ .button-module_overflow-hidden__Vc5AU, .button-module_text-truncate__a89Bp {
489
+ overflow: hidden !important;
490
+ }
491
+
492
+ .button-module_text-nowrap__tR-VJ, .button-module_text-truncate__a89Bp {
493
+ white-space: nowrap !important;
494
+ }
495
+
496
+ .button-module_text-ellipsis__5MFA9, .button-module_text-truncate__a89Bp {
497
+ text-overflow: ellipsis !important;
498
+ }
499
+
500
+ .button-module_button__NDMQS {
501
+ border: none;
502
+ color: #090A0A;
503
+ padding: 0.5rem 1rem;
504
+ text-align: center;
505
+ text-decoration: none;
506
+ font-size: 1rem;
507
+ overflow: hidden;
508
+ display: flex;
509
+ align-items: center;
510
+ justify-content: center;
511
+ min-width: "auto";
512
+ width: "auto";
513
+ user-select: all;
514
+ pointer-events: auto;
515
+ cursor: pointer;
516
+ }
517
+ .button-module_button__NDMQS > span {
518
+ overflow: hidden;
519
+ white-space: nowrap;
520
+ display: inline-block;
521
+ }
522
+ .button-module_button__NDMQS.button-module_info__O6gEW {
523
+ background-color: #2D8EFF;
524
+ }
525
+ .button-module_button__NDMQS.button-module_info__O6gEW.button-module_transparent__zbeBu {
526
+ border: 1px solid #2D8EFF !important;
527
+ }
528
+ .button-module_button__NDMQS.button-module_success__gM25y {
529
+ background-color: #13CE66;
530
+ }
531
+ .button-module_button__NDMQS.button-module_success__gM25y.button-module_transparent__zbeBu {
532
+ border: 1px solid #13CE66 !important;
533
+ }
534
+ .button-module_button__NDMQS.button-module_error__q9qqo {
535
+ background-color: #FF4949;
536
+ }
537
+ .button-module_button__NDMQS.button-module_error__q9qqo.button-module_transparent__zbeBu {
538
+ border: 1px solid #FF4949 !important;
539
+ }
540
+ .button-module_button__NDMQS.button-module_warning__MdmiZ {
541
+ background-color: #FFCC3D;
542
+ }
543
+ .button-module_button__NDMQS.button-module_warning__MdmiZ.button-module_transparent__zbeBu {
544
+ border: 1px solid #FFCC3D !important;
545
+ }
546
+ .button-module_button__NDMQS.button-module_transparent__zbeBu {
547
+ border: none !important;
548
+ background-color: transparent !important;
549
+ background: transparent !important;
550
+ }
551
+ .button-module_button__NDMQS.button-module_tiny__pBNwo {
372
552
  height: 1.4rem;
373
553
  min-width: 1.5rem;
374
554
  width: 1.5rem;
@@ -415,28 +595,71 @@
415
595
  .cui-theme-light .button-module_button__NDMQS {
416
596
  color: #090A0A;
417
597
  }
418
- .popup-overlay-module_popup-modal-overlay__dlJqM {
419
- z-index: 1;
420
- position: fixed;
421
- width: 100%;
422
- height: 100%;
423
- top: 0;
424
- left: 0;
425
- background: rgba(40, 80, 120, 0.8) !important;
426
- pointer-events: all;
427
- user-select: none;
428
- will-change: opacity;
429
- transition: opacity 450ms ease-in-out;
430
- opacity: 0;
431
- visibility: hidden;
598
+ :root {
599
+ --divider-line: #4a4b4b;
432
600
  }
433
- .popup-overlay-module_popup-modal-overlay__dlJqM[data-show] {
434
- opacity: 1;
435
- visibility: visible;
601
+
602
+ .typography-module_overflow-hidden__UmQ-v, .typography-module_text-truncate__8MgV9 {
603
+ overflow: hidden !important;
436
604
  }
437
- .popup-overlay-module_popup-modal-overlay__dlJqM[data-show=false] {
438
- opacity: 0;
439
- visibility: hidden;
605
+
606
+ .typography-module_text-nowrap__dt3uu, .typography-module_text-truncate__8MgV9 {
607
+ white-space: nowrap !important;
608
+ }
609
+
610
+ .typography-module_text-ellipsis__iyHeZ, .typography-module_text-truncate__8MgV9 {
611
+ text-overflow: ellipsis !important;
612
+ }
613
+
614
+ .typography-module_headline__b0XlP {
615
+ font-size: 28px;
616
+ line-height: 32px;
617
+ }
618
+
619
+ .typography-module_headlineSecondary__IDnhT {
620
+ font-size: 24px;
621
+ line-height: 28px;
622
+ }
623
+
624
+ .typography-module_headlineTertiary__mlG-v {
625
+ font-size: 18px;
626
+ line-height: 24x;
627
+ }
628
+
629
+ .typography-module_paragraph__tgBAx, .typography-module_paragraphBold__PmcZU, .typography-module_paragraphBoldSmall__qExmY, .typography-module_paragraphSmall__vTMiI {
630
+ font-size: 14px;
631
+ line-height: 18px;
632
+ font-weight: 300;
633
+ }
634
+
635
+ .typography-module_paragraphSmall__vTMiI, .typography-module_paragraphBoldSmall__qExmY {
636
+ font-size: 12px;
637
+ }
638
+
639
+ .typography-module_paragraphBold__PmcZU, .typography-module_paragraphBoldSmall__qExmY {
640
+ font-weight: 600;
641
+ }
642
+
643
+ .typography-module_link__DWurf {
644
+ overflow: hidden !important;
645
+ white-space: nowrap !important;
646
+ text-overflow: ellipsis !important;
647
+ text-decoration: none;
648
+ color: #65C5F6;
649
+ display: inline;
650
+ gap: 4px;
651
+ flex-grow: 0;
652
+ max-width: 400px;
653
+ position: relative;
654
+ vertical-align: center;
655
+ }
656
+ .typography-module_link__DWurf:hover:not(.typography-module_disabled__hjK8C) {
657
+ text-decoration: underline;
658
+ color: #65C5F6;
659
+ }
660
+ .typography-module_link__DWurf.typography-module_disabled__hjK8C {
661
+ pointer-events: none;
662
+ opacity: 0.6;
440
663
  }
441
664
  :root {
442
665
  --divider-line: #4a4b4b;
@@ -606,229 +829,6 @@
606
829
  --divider-line: #4a4b4b;
607
830
  }
608
831
 
609
- .popup-module_overflow-hidden__uimg4, .popup-module_text-truncate__y-5c1 {
610
- overflow: hidden !important;
611
- }
612
-
613
- .popup-module_text-nowrap__eDCv3, .popup-module_text-truncate__y-5c1 {
614
- white-space: nowrap !important;
615
- }
616
-
617
- .popup-module_text-ellipsis__yu8nx, .popup-module_text-truncate__y-5c1 {
618
- text-overflow: ellipsis !important;
619
- }
620
-
621
- .popup-module_popup-container__PJ0oQ {
622
- --popup-width: 60vw;
623
- --popup-height: 50vh;
624
- position: fixed;
625
- width: var(--popup-width);
626
- height: var(--popup-height);
627
- --slideXFrom: 0;
628
- --slideYFrom: 0;
629
- will-change: opacity;
630
- transition: opacity 300ms ease-in-out;
631
- opacity: 0;
632
- visibility: hidden;
633
- pointer-events: none;
634
- }
635
- .popup-module_popup-container__PJ0oQ .popup-module_popup-container-inner__n83Cz {
636
- position: relative;
637
- flex-direction: column;
638
- align-items: start;
639
- width: 100%;
640
- height: 100%;
641
- overflow-x: clip;
642
- background-color: #090A0A;
643
- border-radius: 4px;
644
- box-shadow: 0px 10px 20px 4px rgba(0, 0, 0, 0.15);
645
- transition: transform 350ms ease-out;
646
- will-change: transform;
647
- transform: translateX(var(--slideXFrom)) translateY(var(--slideYFrom));
648
- }
649
- .popup-module_popup-container__PJ0oQ .popup-module_popup-container-inner__n83Cz button {
650
- margin-bottom: 0;
651
- }
652
- .popup-module_popup-container__PJ0oQ .popup-module_popup-container-inner__n83Cz .popup-module_close-button__-8sZx {
653
- cursor: pointer;
654
- line-height: 1px;
655
- background-color: rgba(255, 255, 255, 0);
656
- }
657
- .popup-module_popup-container__PJ0oQ .popup-module_popup-container-inner__n83Cz .popup-module_close-button__-8sZx .icon-base {
658
- background-color: #FDDA0D;
659
- width: 9px !important;
660
- height: 9px !important;
661
- line-height: 1px !important;
662
- }
663
- .popup-module_popup-container__PJ0oQ .popup-module_popup-container-inner__n83Cz .popup-module_close-button__-8sZx:hover .icon-base {
664
- background-color: #FFEA00;
665
- }
666
- .popup-module_popup-container__PJ0oQ .popup-module_popup-container-inner__n83Cz .popup-module_popup-container-inner-div__sDNBm {
667
- width: 100%;
668
- height: 100%;
669
- padding: 24px;
670
- overflow-y: auto;
671
- display: flex;
672
- }
673
- .popup-module_popup-container__PJ0oQ .popup-module_popup-container-inner__n83Cz .popup-module_popup-container-inner-div__sDNBm > * {
674
- overflow-y: auto;
675
- }
676
- .popup-module_popup-container__PJ0oQ[data-show] {
677
- opacity: 1;
678
- visibility: visible;
679
- pointer-events: all;
680
- }
681
- .popup-module_popup-container__PJ0oQ[data-show] .popup-module_popup-container-inner__n83Cz {
682
- transform: translateX(0) translateY(0);
683
- }
684
- .popup-module_popup-container__PJ0oQ[data-show=false] {
685
- opacity: 0;
686
- visibility: hidden;
687
- pointer-events: none;
688
- }
689
- .popup-module_popup-container__PJ0oQ[data-show=false] .popup-module_popup-container-inner__n83Cz {
690
- transform: translateX(var(--slideXFrom)) translateY(var(--slideYFrom));
691
- }
692
-
693
- .cui-theme-dark .popup-module_popup-container-inner__n83Cz {
694
- background-color: #090A0A;
695
- color: #F4F4F4;
696
- }
697
- .cui-theme-light .popup-module_popup-container-inner__n83Cz {
698
- background-color: #090A0A;
699
- color: #F4F4F4;
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
- }
714
- :root {
715
- --divider-line: #4a4b4b;
716
- }
717
-
718
- .tooltip-module_overflow-hidden__YDzdx, .tooltip-module_text-truncate__CPvp3 {
719
- overflow: hidden !important;
720
- }
721
-
722
- .tooltip-module_text-nowrap__g6kzP, .tooltip-module_text-truncate__CPvp3 {
723
- white-space: nowrap !important;
724
- }
725
-
726
- .tooltip-module_text-ellipsis__AYivV, .tooltip-module_text-truncate__CPvp3 {
727
- text-overflow: ellipsis !important;
728
- }
729
-
730
- .tooltip-module_popover-tooltip__sAhKa {
731
- position: fixed;
732
- z-index: 999;
733
- will-change: opacity;
734
- transition: opacity 450ms ease;
735
- opacity: 0;
736
- visibility: hidden;
737
- border-radius: 4px;
738
- background-color: #1B1D1D;
739
- box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.16);
740
- }
741
- .tooltip-module_popover-tooltip__sAhKa span, .tooltip-module_popover-tooltip__sAhKa p, .tooltip-module_popover-tooltip__sAhKa h3 {
742
- margin: 0;
743
- padding: 0;
744
- }
745
- .tooltip-module_popover-tooltip__sAhKa p {
746
- display: -webkit-box;
747
- -webkit-line-clamp: 4; /* number of lines to show */
748
- line-clamp: 4;
749
- -webkit-box-orient: vertical;
750
- margin: 0;
751
- width: 100%;
752
- white-space: normal;
753
- overflow: auto;
754
- }
755
- .tooltip-module_popover-tooltip__sAhKa[data-show] {
756
- opacity: 1;
757
- visibility: visible;
758
- }
759
- .tooltip-module_popover-tooltip__sAhKa[data-show=false] {
760
- opacity: 0;
761
- visibility: hidden;
762
- }
763
- .tooltip-module_popover-tooltip__sAhKa[data-popper-placement^=top] .tooltip-module_arrow__pqqOi {
764
- bottom: -16px;
765
- }
766
- .tooltip-module_popover-tooltip__sAhKa[data-popper-placement^=top] .tooltip-module_arrow__pqqOi .tooltip-module_arrow-inner__IqzxY {
767
- transform: rotate(0deg);
768
- }
769
- .tooltip-module_popover-tooltip__sAhKa[data-popper-placement^=bottom] .tooltip-module_arrow__pqqOi {
770
- top: -16px;
771
- }
772
- .tooltip-module_popover-tooltip__sAhKa[data-popper-placement^=bottom] .tooltip-module_arrow__pqqOi .tooltip-module_arrow-inner__IqzxY {
773
- transform: rotate(180deg);
774
- }
775
- .tooltip-module_popover-tooltip__sAhKa[data-popper-placement^=left] .tooltip-module_arrow__pqqOi {
776
- right: -16px;
777
- }
778
- .tooltip-module_popover-tooltip__sAhKa[data-popper-placement^=left] .tooltip-module_arrow__pqqOi .tooltip-module_arrow-inner__IqzxY {
779
- transform: rotate(-90deg);
780
- }
781
- .tooltip-module_popover-tooltip__sAhKa[data-popper-placement^=right] .tooltip-module_arrow__pqqOi {
782
- left: -16px;
783
- }
784
- .tooltip-module_popover-tooltip__sAhKa[data-popper-placement^=right] .tooltip-module_arrow__pqqOi .tooltip-module_arrow-inner__IqzxY {
785
- transform: rotate(90deg);
786
- }
787
- .tooltip-module_popover-tooltip__sAhKa .tooltip-module_arrow__pqqOi {
788
- position: absolute;
789
- }
790
- .tooltip-module_popover-tooltip__sAhKa .tooltip-module_arrow__pqqOi .tooltip-module_arrow-inner__IqzxY {
791
- content: "";
792
- border-width: 8px;
793
- border-style: solid;
794
- border-color: #1B1D1D transparent transparent transparent;
795
- }
796
-
797
- .tooltip-module_close-button__o8OBN {
798
- cursor: pointer;
799
- line-height: 1px;
800
- background-color: rgba(255, 255, 255, 0);
801
- }
802
- .tooltip-module_close-button__o8OBN .icon-base {
803
- background-color: #FDDA0D;
804
- width: 9px !important;
805
- height: 9px !important;
806
- line-height: 1px !important;
807
- }
808
- .tooltip-module_close-button__o8OBN:hover .icon-base {
809
- background-color: #FFEA00;
810
- }
811
-
812
- .cui-theme-dark .tooltip-module_popover-tooltip__sAhKa {
813
- background-color: #1B1D1D;
814
- color: #F4F4F4;
815
- }
816
- .cui-theme-dark .tooltip-module_popover-tooltip__sAhKa .tooltip-module_arrow-inner__IqzxY {
817
- border-color: #1B1D1D transparent transparent transparent;
818
- }
819
- .cui-theme-light {
820
- color: #1B1D1D;
821
- }
822
- .cui-theme-light .tooltip-module_popover-tooltip__sAhKa {
823
- background-color: #515757;
824
- }
825
- .cui-theme-light .tooltip-module_popover-tooltip__sAhKa .tooltip-module_arrow-inner__IqzxY {
826
- border-color: #515757 transparent transparent transparent;
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
  }