@e1011/es-kit 1.1.54 → 1.1.56

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,25 +28,6 @@
28
28
  width: var(--height);
29
29
  height: var(--width);
30
30
  }
31
- .divider-module_divider-line__6CesR {
32
- position: relative;
33
- display: block;
34
- transition: opacity, width, height 250ms ease-in-out;
35
- background-color: var(--color);
36
- opacity: var(--opacity);
37
- }
38
- .divider-module_divider-line__6CesR.divider-module_vertical__qSVWD {
39
- height: var(--length);
40
- left: var(--left);
41
- width: var(--width);
42
- margin: var(--margin);
43
- }
44
- .divider-module_divider-line__6CesR.divider-module_horizontal__Gz-Oj {
45
- width: var(--length);
46
- left: var(--left);
47
- height: var(--height);
48
- margin: var(--margin);
49
- }
50
31
  .errorBoundary-module_errorBoundary__gk9ps {
51
32
  background: #EFEFEF;
52
33
  width: 100%;
@@ -89,6 +70,25 @@
89
70
  max-width: var(--prop-value);
90
71
  opacity: 1;
91
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
92
  .field-module_field__UfKm3 {
93
93
  opacity: 1;
94
94
  pointer-events: auto;
@@ -344,181 +344,6 @@
344
344
  .cui-theme-light .button-module_button__NDMQS {
345
345
  color: #090A0A;
346
346
  }
347
- .flowLayout-module_flowLayout__VHpnY {
348
- overflow: auto;
349
- }
350
- .flowLayout-module_flowLayout__VHpnY .flowLayout-module_beforeContent__rY-mW {
351
- display: flex;
352
- width: 100%;
353
- min-width: 0;
354
- }
355
- .flowLayout-module_flowLayout__VHpnY .flowLayout-module_afterContent__Hlh8v {
356
- display: flex;
357
- width: 100%;
358
- min-width: 0;
359
- }
360
- :root {
361
- --divider-line: #4a4b4b;
362
- }
363
-
364
- .typography-module_overflow-hidden__UmQ-v, .typography-module_text-truncate__8MgV9 {
365
- overflow: hidden !important;
366
- }
367
-
368
- .typography-module_text-nowrap__dt3uu, .typography-module_text-truncate__8MgV9 {
369
- white-space: nowrap !important;
370
- }
371
-
372
- .typography-module_text-ellipsis__iyHeZ, .typography-module_text-truncate__8MgV9 {
373
- text-overflow: ellipsis !important;
374
- }
375
-
376
- .typography-module_headline__b0XlP {
377
- font-size: 28px;
378
- line-height: 32px;
379
- }
380
-
381
- .typography-module_headlineSecondary__IDnhT {
382
- font-size: 24px;
383
- line-height: 28px;
384
- }
385
-
386
- .typography-module_headlineTertiary__mlG-v {
387
- font-size: 18px;
388
- line-height: 24x;
389
- }
390
-
391
- .typography-module_paragraph__tgBAx, .typography-module_paragraphBold__PmcZU, .typography-module_paragraphBoldSmall__qExmY, .typography-module_paragraphSmall__vTMiI {
392
- font-size: 14px;
393
- line-height: 18px;
394
- font-weight: 300;
395
- }
396
-
397
- .typography-module_paragraphSmall__vTMiI, .typography-module_paragraphBoldSmall__qExmY {
398
- font-size: 12px;
399
- }
400
-
401
- .typography-module_paragraphBold__PmcZU, .typography-module_paragraphBoldSmall__qExmY {
402
- font-weight: 600;
403
- }
404
-
405
- .typography-module_link__DWurf {
406
- overflow: hidden !important;
407
- white-space: nowrap !important;
408
- text-overflow: ellipsis !important;
409
- text-decoration: none;
410
- color: #65C5F6;
411
- display: inline;
412
- gap: 4px;
413
- flex-grow: 0;
414
- max-width: 400px;
415
- position: relative;
416
- vertical-align: center;
417
- }
418
- .typography-module_link__DWurf:hover:not(.typography-module_disabled__hjK8C) {
419
- text-decoration: underline;
420
- color: #65C5F6;
421
- }
422
- .typography-module_link__DWurf.typography-module_disabled__hjK8C {
423
- pointer-events: none;
424
- opacity: 0.6;
425
- }
426
- :root {
427
- --divider-line: #4a4b4b;
428
- }
429
-
430
- .popup-module_overflow-hidden__uimg4, .popup-module_text-truncate__y-5c1 {
431
- overflow: hidden !important;
432
- }
433
-
434
- .popup-module_text-nowrap__eDCv3, .popup-module_text-truncate__y-5c1 {
435
- white-space: nowrap !important;
436
- }
437
-
438
- .popup-module_text-ellipsis__yu8nx, .popup-module_text-truncate__y-5c1 {
439
- text-overflow: ellipsis !important;
440
- }
441
-
442
- .popup-module_popup-container__PJ0oQ {
443
- --popup-width: 60vw;
444
- --popup-height: 50vh;
445
- position: fixed;
446
- width: var(--popup-width);
447
- height: var(--popup-height);
448
- --slideXFrom: 0;
449
- --slideYFrom: 0;
450
- will-change: opacity;
451
- transition: opacity 300ms ease-in-out;
452
- opacity: 0;
453
- visibility: hidden;
454
- pointer-events: none;
455
- }
456
- .popup-module_popup-container__PJ0oQ .popup-module_popup-container-inner__n83Cz {
457
- position: relative;
458
- flex-direction: column;
459
- align-items: start;
460
- width: 100%;
461
- height: 100%;
462
- overflow-x: clip;
463
- background-color: #090A0A;
464
- border-radius: 4px;
465
- box-shadow: 0px 10px 20px 4px rgba(0, 0, 0, 0.15);
466
- transition: transform 350ms ease-out;
467
- will-change: transform;
468
- transform: translateX(var(--slideXFrom)) translateY(var(--slideYFrom));
469
- }
470
- .popup-module_popup-container__PJ0oQ .popup-module_popup-container-inner__n83Cz button {
471
- margin-bottom: 0;
472
- }
473
- .popup-module_popup-container__PJ0oQ .popup-module_popup-container-inner__n83Cz .popup-module_close-button__-8sZx {
474
- cursor: pointer;
475
- line-height: 1px;
476
- background-color: rgba(255, 255, 255, 0);
477
- }
478
- .popup-module_popup-container__PJ0oQ .popup-module_popup-container-inner__n83Cz .popup-module_close-button__-8sZx .icon-base {
479
- background-color: #FDDA0D;
480
- width: 9px !important;
481
- height: 9px !important;
482
- line-height: 1px !important;
483
- }
484
- .popup-module_popup-container__PJ0oQ .popup-module_popup-container-inner__n83Cz .popup-module_close-button__-8sZx:hover .icon-base {
485
- background-color: #FFEA00;
486
- }
487
- .popup-module_popup-container__PJ0oQ .popup-module_popup-container-inner__n83Cz .popup-module_popup-container-inner-div__sDNBm {
488
- width: 100%;
489
- height: 100%;
490
- padding: 24px;
491
- overflow-y: auto;
492
- display: flex;
493
- }
494
- .popup-module_popup-container__PJ0oQ .popup-module_popup-container-inner__n83Cz .popup-module_popup-container-inner-div__sDNBm > * {
495
- overflow-y: auto;
496
- }
497
- .popup-module_popup-container__PJ0oQ[data-show] {
498
- opacity: 1;
499
- visibility: visible;
500
- pointer-events: all;
501
- }
502
- .popup-module_popup-container__PJ0oQ[data-show] .popup-module_popup-container-inner__n83Cz {
503
- transform: translateX(0) translateY(0);
504
- }
505
- .popup-module_popup-container__PJ0oQ[data-show=false] {
506
- opacity: 0;
507
- visibility: hidden;
508
- pointer-events: none;
509
- }
510
- .popup-module_popup-container__PJ0oQ[data-show=false] .popup-module_popup-container-inner__n83Cz {
511
- transform: translateX(var(--slideXFrom)) translateY(var(--slideYFrom));
512
- }
513
-
514
- .cui-theme-dark .popup-module_popup-container-inner__n83Cz {
515
- background-color: #090A0A;
516
- color: #F4F4F4;
517
- }
518
- .cui-theme-light .popup-module_popup-container-inner__n83Cz {
519
- background-color: #090A0A;
520
- color: #F4F4F4;
521
- }
522
347
  :root {
523
348
  --divider-line: #4a4b4b;
524
349
  }
@@ -687,121 +512,86 @@
687
512
  --divider-line: #4a4b4b;
688
513
  }
689
514
 
690
- .tooltip-module_overflow-hidden__YDzdx, .tooltip-module_text-truncate__CPvp3 {
515
+ .typography-module_overflow-hidden__UmQ-v, .typography-module_text-truncate__8MgV9 {
691
516
  overflow: hidden !important;
692
517
  }
693
518
 
694
- .tooltip-module_text-nowrap__g6kzP, .tooltip-module_text-truncate__CPvp3 {
519
+ .typography-module_text-nowrap__dt3uu, .typography-module_text-truncate__8MgV9 {
695
520
  white-space: nowrap !important;
696
521
  }
697
522
 
698
- .tooltip-module_text-ellipsis__AYivV, .tooltip-module_text-truncate__CPvp3 {
523
+ .typography-module_text-ellipsis__iyHeZ, .typography-module_text-truncate__8MgV9 {
699
524
  text-overflow: ellipsis !important;
700
525
  }
701
526
 
702
- .tooltip-module_popover-tooltip__sAhKa {
703
- position: fixed;
704
- z-index: 999;
705
- will-change: opacity;
706
- transition: opacity 450ms ease;
707
- opacity: 0;
708
- visibility: hidden;
709
- border-radius: 4px;
710
- background-color: #1B1D1D;
711
- box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.16);
712
- }
713
- .tooltip-module_popover-tooltip__sAhKa span, .tooltip-module_popover-tooltip__sAhKa p, .tooltip-module_popover-tooltip__sAhKa h3 {
714
- margin: 0;
715
- padding: 0;
527
+ .typography-module_headline__b0XlP {
528
+ font-size: 28px;
529
+ line-height: 32px;
716
530
  }
717
- .tooltip-module_popover-tooltip__sAhKa p {
718
- display: -webkit-box;
719
- -webkit-line-clamp: 4; /* number of lines to show */
720
- line-clamp: 4;
721
- -webkit-box-orient: vertical;
722
- margin: 0;
723
- width: 100%;
724
- white-space: normal;
725
- overflow: auto;
531
+
532
+ .typography-module_headlineSecondary__IDnhT {
533
+ font-size: 24px;
534
+ line-height: 28px;
726
535
  }
727
- .tooltip-module_popover-tooltip__sAhKa[data-show] {
728
- opacity: 1;
729
- visibility: visible;
730
- }
731
- .tooltip-module_popover-tooltip__sAhKa[data-show=false] {
732
- opacity: 0;
733
- visibility: hidden;
734
- }
735
- .tooltip-module_popover-tooltip__sAhKa[data-popper-placement^=top] .tooltip-module_arrow__pqqOi {
736
- bottom: -16px;
737
- }
738
- .tooltip-module_popover-tooltip__sAhKa[data-popper-placement^=top] .tooltip-module_arrow__pqqOi .tooltip-module_arrow-inner__IqzxY {
739
- transform: rotate(0deg);
740
- }
741
- .tooltip-module_popover-tooltip__sAhKa[data-popper-placement^=bottom] .tooltip-module_arrow__pqqOi {
742
- top: -16px;
743
- }
744
- .tooltip-module_popover-tooltip__sAhKa[data-popper-placement^=bottom] .tooltip-module_arrow__pqqOi .tooltip-module_arrow-inner__IqzxY {
745
- transform: rotate(180deg);
746
- }
747
- .tooltip-module_popover-tooltip__sAhKa[data-popper-placement^=left] .tooltip-module_arrow__pqqOi {
748
- right: -16px;
749
- }
750
- .tooltip-module_popover-tooltip__sAhKa[data-popper-placement^=left] .tooltip-module_arrow__pqqOi .tooltip-module_arrow-inner__IqzxY {
751
- transform: rotate(-90deg);
752
- }
753
- .tooltip-module_popover-tooltip__sAhKa[data-popper-placement^=right] .tooltip-module_arrow__pqqOi {
754
- left: -16px;
755
- }
756
- .tooltip-module_popover-tooltip__sAhKa[data-popper-placement^=right] .tooltip-module_arrow__pqqOi .tooltip-module_arrow-inner__IqzxY {
757
- transform: rotate(90deg);
758
- }
759
- .tooltip-module_popover-tooltip__sAhKa .tooltip-module_arrow__pqqOi {
760
- position: absolute;
761
- }
762
- .tooltip-module_popover-tooltip__sAhKa .tooltip-module_arrow__pqqOi .tooltip-module_arrow-inner__IqzxY {
763
- content: "";
764
- border-width: 8px;
765
- border-style: solid;
766
- border-color: #1B1D1D transparent transparent transparent;
536
+
537
+ .typography-module_headlineTertiary__mlG-v {
538
+ font-size: 18px;
539
+ line-height: 24x;
767
540
  }
768
541
 
769
- .tooltip-module_close-button__o8OBN {
770
- cursor: pointer;
771
- line-height: 1px;
772
- background-color: rgba(255, 255, 255, 0);
773
- }
774
- .tooltip-module_close-button__o8OBN .icon-base {
775
- background-color: #FDDA0D;
776
- width: 9px !important;
777
- height: 9px !important;
778
- line-height: 1px !important;
779
- }
780
- .tooltip-module_close-button__o8OBN:hover .icon-base {
781
- background-color: #FFEA00;
542
+ .typography-module_paragraph__tgBAx, .typography-module_paragraphBold__PmcZU, .typography-module_paragraphBoldSmall__qExmY, .typography-module_paragraphSmall__vTMiI {
543
+ font-size: 14px;
544
+ line-height: 18px;
545
+ font-weight: 300;
782
546
  }
783
547
 
784
- .cui-theme-dark .tooltip-module_popover-tooltip__sAhKa {
785
- background-color: #1B1D1D;
786
- color: #F4F4F4;
548
+ .typography-module_paragraphSmall__vTMiI, .typography-module_paragraphBoldSmall__qExmY {
549
+ font-size: 12px;
787
550
  }
788
- .cui-theme-dark .tooltip-module_popover-tooltip__sAhKa .tooltip-module_arrow-inner__IqzxY {
789
- border-color: #1B1D1D transparent transparent transparent;
551
+
552
+ .typography-module_paragraphBold__PmcZU, .typography-module_paragraphBoldSmall__qExmY {
553
+ font-weight: 600;
790
554
  }
791
- .cui-theme-light {
792
- color: #1B1D1D;
555
+
556
+ .typography-module_link__DWurf {
557
+ overflow: hidden !important;
558
+ white-space: nowrap !important;
559
+ text-overflow: ellipsis !important;
560
+ text-decoration: none;
561
+ color: #65C5F6;
562
+ display: inline;
563
+ gap: 4px;
564
+ flex-grow: 0;
565
+ max-width: 400px;
566
+ position: relative;
567
+ vertical-align: center;
793
568
  }
794
- .cui-theme-light .tooltip-module_popover-tooltip__sAhKa {
795
- background-color: #515757;
569
+ .typography-module_link__DWurf:hover:not(.typography-module_disabled__hjK8C) {
570
+ text-decoration: underline;
571
+ color: #65C5F6;
796
572
  }
797
- .cui-theme-light .tooltip-module_popover-tooltip__sAhKa .tooltip-module_arrow-inner__IqzxY {
798
- border-color: #515757 transparent transparent transparent;
573
+ .typography-module_link__DWurf.typography-module_disabled__hjK8C {
574
+ pointer-events: none;
575
+ opacity: 0.6;
799
576
  }
800
577
  .textAndContent-module_textAndContent__X5P1n {
801
578
  align-items: baseline;
802
579
  flex-shrink: 1;
803
580
  gap: 8px;
804
581
  }
582
+ .flowLayout-module_flowLayout__VHpnY {
583
+ overflow: auto;
584
+ }
585
+ .flowLayout-module_flowLayout__VHpnY .flowLayout-module_beforeContent__rY-mW {
586
+ display: flex;
587
+ width: 100%;
588
+ min-width: 0;
589
+ }
590
+ .flowLayout-module_flowLayout__VHpnY .flowLayout-module_afterContent__Hlh8v {
591
+ display: flex;
592
+ width: 100%;
593
+ min-width: 0;
594
+ }
805
595
  :root {
806
596
  --divider-line: #4a4b4b;
807
597
  }
@@ -859,11 +649,11 @@
859
649
  border-radius: 50%;
860
650
  }
861
651
  .toggle-module_toggle__p1Ep4 input:checked + .toggle-module_slider__2IVaG {
862
- background-color: #02B3E6;
863
- border-color: #02B3E6;
652
+ background-color: #282A2A;
653
+ border-color: #282A2A;
864
654
  }
865
655
  .toggle-module_toggle__p1Ep4 input:focus + .toggle-module_slider__2IVaG {
866
- box-shadow: 0 0 1px 1px #02B3E6;
656
+ box-shadow: 0 0 1px 1px #282A2A;
867
657
  }
868
658
  .toggle-module_toggle__p1Ep4 input:checked + .toggle-module_slider__2IVaG:before {
869
659
  transform: translateX(24px);
@@ -888,26 +678,26 @@
888
678
  right: 0;
889
679
  }
890
680
 
891
- .theme-dark .toggle-module_toggle__p1Ep4 input:enabled + .toggle-module_slider__2IVaG:hover {
681
+ .cui-theme-dark .toggle-module_toggle__p1Ep4 input:enabled + .toggle-module_slider__2IVaG:hover {
892
682
  background-color: #003A4C;
893
683
  }
894
- .theme-dark .toggle-module_toggle__p1Ep4 input:checked:enabled + .toggle-module_slider__2IVaG:hover {
895
- background-color: #07a7d5;
684
+ .cui-theme-dark .toggle-module_toggle__p1Ep4 input:checked:enabled + .toggle-module_slider__2IVaG:hover {
685
+ background-color: #262828;
896
686
  }
897
- .theme-light .toggle-module_toggle__p1Ep4 input + .toggle-module_slider__2IVaG {
898
- border-color: #02a1cf;
687
+ .cui-theme-light .toggle-module_toggle__p1Ep4 input + .toggle-module_slider__2IVaG {
688
+ border-color: #202929;
899
689
  }
900
- .theme-light .toggle-module_toggle__p1Ep4 input + .toggle-module_slider__2IVaG:hover {
901
- background-color: rgba(2, 179, 230, 0.05);
690
+ .cui-theme-light .toggle-module_toggle__p1Ep4 input + .toggle-module_slider__2IVaG:hover {
691
+ background-color: rgba(40, 42, 42, 0.05);
902
692
  }
903
- .theme-light .toggle-module_toggle__p1Ep4 input + .toggle-module_slider__2IVaG:before {
904
- background-color: #02B3E6;
693
+ .cui-theme-light .toggle-module_toggle__p1Ep4 input + .toggle-module_slider__2IVaG:before {
694
+ background-color: #282A2A;
905
695
  }
906
- .theme-light .toggle-module_toggle__p1Ep4 input:checked + .toggle-module_slider__2IVaG:before {
696
+ .cui-theme-light .toggle-module_toggle__p1Ep4 input:checked + .toggle-module_slider__2IVaG:before {
907
697
  background-color: #F4F4F4;
908
698
  }
909
- .theme-light .toggle-module_toggle__p1Ep4 input:checked + .toggle-module_slider__2IVaG:hover {
910
- background-color: #07c6fd;
699
+ .cui-theme-light .toggle-module_toggle__p1Ep4 input:checked + .toggle-module_slider__2IVaG:hover {
700
+ background-color: #374646;
911
701
  }
912
702
  .popup-overlay-module_popup-modal-overlay__dlJqM {
913
703
  z-index: 1;
@@ -936,6 +726,216 @@
936
726
  --divider-line: #4a4b4b;
937
727
  }
938
728
 
729
+ .tooltip-module_overflow-hidden__YDzdx, .tooltip-module_text-truncate__CPvp3 {
730
+ overflow: hidden !important;
731
+ }
732
+
733
+ .tooltip-module_text-nowrap__g6kzP, .tooltip-module_text-truncate__CPvp3 {
734
+ white-space: nowrap !important;
735
+ }
736
+
737
+ .tooltip-module_text-ellipsis__AYivV, .tooltip-module_text-truncate__CPvp3 {
738
+ text-overflow: ellipsis !important;
739
+ }
740
+
741
+ .tooltip-module_popover-tooltip__sAhKa {
742
+ position: fixed;
743
+ z-index: 999;
744
+ will-change: opacity;
745
+ transition: opacity 450ms ease;
746
+ opacity: 0;
747
+ visibility: hidden;
748
+ border-radius: 4px;
749
+ background-color: #1B1D1D;
750
+ box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.16);
751
+ }
752
+ .tooltip-module_popover-tooltip__sAhKa span, .tooltip-module_popover-tooltip__sAhKa p, .tooltip-module_popover-tooltip__sAhKa h3 {
753
+ margin: 0;
754
+ padding: 0;
755
+ }
756
+ .tooltip-module_popover-tooltip__sAhKa p {
757
+ display: -webkit-box;
758
+ -webkit-line-clamp: 4; /* number of lines to show */
759
+ line-clamp: 4;
760
+ -webkit-box-orient: vertical;
761
+ margin: 0;
762
+ width: 100%;
763
+ white-space: normal;
764
+ overflow: auto;
765
+ }
766
+ .tooltip-module_popover-tooltip__sAhKa[data-show] {
767
+ opacity: 1;
768
+ visibility: visible;
769
+ }
770
+ .tooltip-module_popover-tooltip__sAhKa[data-show=false] {
771
+ opacity: 0;
772
+ visibility: hidden;
773
+ }
774
+ .tooltip-module_popover-tooltip__sAhKa[data-popper-placement^=top] .tooltip-module_arrow__pqqOi {
775
+ bottom: -16px;
776
+ }
777
+ .tooltip-module_popover-tooltip__sAhKa[data-popper-placement^=top] .tooltip-module_arrow__pqqOi .tooltip-module_arrow-inner__IqzxY {
778
+ transform: rotate(0deg);
779
+ }
780
+ .tooltip-module_popover-tooltip__sAhKa[data-popper-placement^=bottom] .tooltip-module_arrow__pqqOi {
781
+ top: -16px;
782
+ }
783
+ .tooltip-module_popover-tooltip__sAhKa[data-popper-placement^=bottom] .tooltip-module_arrow__pqqOi .tooltip-module_arrow-inner__IqzxY {
784
+ transform: rotate(180deg);
785
+ }
786
+ .tooltip-module_popover-tooltip__sAhKa[data-popper-placement^=left] .tooltip-module_arrow__pqqOi {
787
+ right: -16px;
788
+ }
789
+ .tooltip-module_popover-tooltip__sAhKa[data-popper-placement^=left] .tooltip-module_arrow__pqqOi .tooltip-module_arrow-inner__IqzxY {
790
+ transform: rotate(-90deg);
791
+ }
792
+ .tooltip-module_popover-tooltip__sAhKa[data-popper-placement^=right] .tooltip-module_arrow__pqqOi {
793
+ left: -16px;
794
+ }
795
+ .tooltip-module_popover-tooltip__sAhKa[data-popper-placement^=right] .tooltip-module_arrow__pqqOi .tooltip-module_arrow-inner__IqzxY {
796
+ transform: rotate(90deg);
797
+ }
798
+ .tooltip-module_popover-tooltip__sAhKa .tooltip-module_arrow__pqqOi {
799
+ position: absolute;
800
+ }
801
+ .tooltip-module_popover-tooltip__sAhKa .tooltip-module_arrow__pqqOi .tooltip-module_arrow-inner__IqzxY {
802
+ content: "";
803
+ border-width: 8px;
804
+ border-style: solid;
805
+ border-color: #1B1D1D transparent transparent transparent;
806
+ }
807
+
808
+ .tooltip-module_close-button__o8OBN {
809
+ cursor: pointer;
810
+ line-height: 1px;
811
+ background-color: rgba(255, 255, 255, 0);
812
+ }
813
+ .tooltip-module_close-button__o8OBN .icon-base {
814
+ background-color: #FDDA0D;
815
+ width: 9px !important;
816
+ height: 9px !important;
817
+ line-height: 1px !important;
818
+ }
819
+ .tooltip-module_close-button__o8OBN:hover .icon-base {
820
+ background-color: #FFEA00;
821
+ }
822
+
823
+ .cui-theme-dark .tooltip-module_popover-tooltip__sAhKa {
824
+ background-color: #1B1D1D;
825
+ color: #F4F4F4;
826
+ }
827
+ .cui-theme-dark .tooltip-module_popover-tooltip__sAhKa .tooltip-module_arrow-inner__IqzxY {
828
+ border-color: #1B1D1D transparent transparent transparent;
829
+ }
830
+ .cui-theme-light {
831
+ color: #1B1D1D;
832
+ }
833
+ .cui-theme-light .tooltip-module_popover-tooltip__sAhKa {
834
+ background-color: #515757;
835
+ }
836
+ .cui-theme-light .tooltip-module_popover-tooltip__sAhKa .tooltip-module_arrow-inner__IqzxY {
837
+ border-color: #515757 transparent transparent transparent;
838
+ }
839
+ :root {
840
+ --divider-line: #4a4b4b;
841
+ }
842
+
843
+ .popup-module_overflow-hidden__uimg4, .popup-module_text-truncate__y-5c1 {
844
+ overflow: hidden !important;
845
+ }
846
+
847
+ .popup-module_text-nowrap__eDCv3, .popup-module_text-truncate__y-5c1 {
848
+ white-space: nowrap !important;
849
+ }
850
+
851
+ .popup-module_text-ellipsis__yu8nx, .popup-module_text-truncate__y-5c1 {
852
+ text-overflow: ellipsis !important;
853
+ }
854
+
855
+ .popup-module_popup-container__PJ0oQ {
856
+ --popup-width: 60vw;
857
+ --popup-height: 50vh;
858
+ position: fixed;
859
+ width: var(--popup-width);
860
+ height: var(--popup-height);
861
+ --slideXFrom: 0;
862
+ --slideYFrom: 0;
863
+ will-change: opacity;
864
+ transition: opacity 300ms ease-in-out;
865
+ opacity: 0;
866
+ visibility: hidden;
867
+ pointer-events: none;
868
+ }
869
+ .popup-module_popup-container__PJ0oQ .popup-module_popup-container-inner__n83Cz {
870
+ position: relative;
871
+ flex-direction: column;
872
+ align-items: start;
873
+ width: 100%;
874
+ height: 100%;
875
+ overflow-x: clip;
876
+ background-color: #090A0A;
877
+ border-radius: 4px;
878
+ box-shadow: 0px 10px 20px 4px rgba(0, 0, 0, 0.15);
879
+ transition: transform 350ms ease-out;
880
+ will-change: transform;
881
+ transform: translateX(var(--slideXFrom)) translateY(var(--slideYFrom));
882
+ }
883
+ .popup-module_popup-container__PJ0oQ .popup-module_popup-container-inner__n83Cz button {
884
+ margin-bottom: 0;
885
+ }
886
+ .popup-module_popup-container__PJ0oQ .popup-module_popup-container-inner__n83Cz .popup-module_close-button__-8sZx {
887
+ cursor: pointer;
888
+ line-height: 1px;
889
+ background-color: rgba(255, 255, 255, 0);
890
+ }
891
+ .popup-module_popup-container__PJ0oQ .popup-module_popup-container-inner__n83Cz .popup-module_close-button__-8sZx .icon-base {
892
+ background-color: #FDDA0D;
893
+ width: 9px !important;
894
+ height: 9px !important;
895
+ line-height: 1px !important;
896
+ }
897
+ .popup-module_popup-container__PJ0oQ .popup-module_popup-container-inner__n83Cz .popup-module_close-button__-8sZx:hover .icon-base {
898
+ background-color: #FFEA00;
899
+ }
900
+ .popup-module_popup-container__PJ0oQ .popup-module_popup-container-inner__n83Cz .popup-module_popup-container-inner-div__sDNBm {
901
+ width: 100%;
902
+ height: 100%;
903
+ padding: 24px;
904
+ overflow-y: auto;
905
+ display: flex;
906
+ }
907
+ .popup-module_popup-container__PJ0oQ .popup-module_popup-container-inner__n83Cz .popup-module_popup-container-inner-div__sDNBm > * {
908
+ overflow-y: auto;
909
+ }
910
+ .popup-module_popup-container__PJ0oQ[data-show] {
911
+ opacity: 1;
912
+ visibility: visible;
913
+ pointer-events: all;
914
+ }
915
+ .popup-module_popup-container__PJ0oQ[data-show] .popup-module_popup-container-inner__n83Cz {
916
+ transform: translateX(0) translateY(0);
917
+ }
918
+ .popup-module_popup-container__PJ0oQ[data-show=false] {
919
+ opacity: 0;
920
+ visibility: hidden;
921
+ pointer-events: none;
922
+ }
923
+ .popup-module_popup-container__PJ0oQ[data-show=false] .popup-module_popup-container-inner__n83Cz {
924
+ transform: translateX(var(--slideXFrom)) translateY(var(--slideYFrom));
925
+ }
926
+
927
+ .cui-theme-dark .popup-module_popup-container-inner__n83Cz {
928
+ background-color: #090A0A;
929
+ color: #F4F4F4;
930
+ }
931
+ .cui-theme-light .popup-module_popup-container-inner__n83Cz {
932
+ background-color: #090A0A;
933
+ color: #F4F4F4;
934
+ }
935
+ :root {
936
+ --divider-line: #4a4b4b;
937
+ }
938
+
939
939
  .anchorLink-module_overflow-hidden__-MElA, .anchorLink-module_text-truncate__62t8P {
940
940
  overflow: hidden !important;
941
941
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@e1011/es-kit",
3
- "version": "1.1.54",
3
+ "version": "1.1.56",
4
4
  "main": "dist/lib/cjs/src/index.js",
5
5
  "module": "dist/lib/esm/src/index.js",
6
6
  "sideEffects": false,