@cloudtower/eagle 0.33.22 → 0.33.24

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,47 +1,3 @@
1
- .E_berrcjl {
2
- color: $text-terdiary-light;
3
- margin-bottom: 4px;
4
-
5
- .breadcrumb-link {
6
- color: $text-terdiary-light;
7
- cursor: pointer;
8
- transition: color 160ms ease;
9
-
10
- &:hover {
11
- color: $blue-60;
12
- }
13
- &:active {
14
- color: $blue-80;
15
- }
16
- }
17
- }
18
-
19
-
20
- .E_m74vjol {
21
- display: flex;
22
- justify-content: space-between;
23
- width: 100%;
24
- & .action {
25
- margin-left: 16px;
26
- }
27
- }
28
-
29
- .E_a1o35uvh {
30
- &.ant-alert-closable {
31
- padding-right: 12px;
32
-
33
- .ant-alert-close-icon {
34
- height: fit-content;
35
- margin-left: 16px;
36
- }
37
- }
38
-
39
- .ant-alert-message {
40
- flex: 1;
41
- }
42
- }
43
-
44
-
45
1
  .E_c18gxmrl {
46
2
  border: 1px solid $gray-40;
47
3
  border-radius: 4px;
@@ -70,193 +26,45 @@
70
26
  }
71
27
 
72
28
 
73
- .E_d133fzv0 {
74
- .ant-dropdown-menu-item-group {
75
- .ant-dropdown-menu-item-group-title {
76
- padding: 4px 8px 0 8px;
77
- color: $text-light-secondary;
78
- font-size: 12px;
79
- }
80
- .ant-dropdown-menu-item-group-list {
81
- padding-bottom: 6px;
82
- }
83
- &:not(:first-child) {
84
- padding-top: 4px;
85
- border-top: 1px solid $strokes-light-trans-2;
86
- }
87
- }
88
- }
89
-
90
-
91
- .E_fzh9mnb {
92
- width: 100%;
93
- height: 100%;
94
- min-height: 124px;
29
+ .E_m74vjol {
95
30
  display: flex;
96
- flex-direction: column;
97
- justify-content: center;
98
- align-items: center;
99
-
100
- .error-text {
101
- color: $text-terdiary-light;
102
- margin-bottom: 16px;
103
- font-size: 18px;
104
- }
105
- }
106
-
107
-
108
- .E_c1uzzomf {
109
- margin-bottom: 16px;
110
-
111
- .card-title {
112
- font-size: 16px;
113
- color: $text-secondary-light;
114
- font-weight: 700;
115
- line-height: 32px;
116
- }
117
- .card-body {
118
- padding: 24px;
119
- border-radius: 8px;
120
- background: $fills-light-white;
121
- }
122
-
123
- .empty {
124
- font-weight: 700;
125
- font-size: 14px;
126
- line-height: 22px;
127
- color: $text-light-tertiary;
128
- text-align: center;
31
+ justify-content: space-between;
32
+ width: 100%;
33
+ & .action {
34
+ margin-left: 16px;
129
35
  }
130
36
  }
131
37
 
38
+ .E_a1o35uvh {
39
+ &.ant-alert-closable {
40
+ padding-right: 12px;
132
41
 
133
- .E_b1nip9bk {
134
- padding: 4px 11px;
135
- }
136
-
137
- .E_bqamoqe {
138
- white-space: nowrap;
139
- filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
140
-
141
- & > .ant-btn {
142
- &.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
143
- --color: #{$text-light-general};
144
-
145
- &[disabled],
146
- &:hover[disabled] {
147
- --color: #{$text-light-general};
148
- }
42
+ .ant-alert-close-icon {
43
+ height: fit-content;
44
+ margin-left: 16px;
149
45
  }
150
46
  }
151
47
 
152
- & > .ant-btn:not(:only-child) {
153
- & + .ant-btn {
154
- margin-left: 1px;
155
- }
156
-
157
- &:first-child {
158
- border-top-right-radius: 0;
159
- border-bottom-right-radius: 0;
160
- }
161
-
162
- &:last-child {
163
- border-top-left-radius: 0;
164
- border-bottom-left-radius: 0;
165
- }
166
-
167
- &:not(:first-child, :last-child) {
168
- border-radius: unset;
169
- }
48
+ .ant-alert-message {
49
+ flex: 1;
170
50
  }
171
51
  }
172
52
 
173
53
 
174
- .E_d1bw7c5z {
175
- position: relative;
176
- max-width: 388px;
177
- min-width: 285px;
178
- .center {
179
- position: absolute;
180
- font-size: 12px;
181
- width: 80px;
182
- height: 100px;
183
- top: 0;
184
- left: 35px;
185
- display: flex;
186
- flex-direction: column;
187
- justify-content: center;
188
- align-items: center;
189
- color: $text-light-primary;
190
-
191
- .number {
192
- font-size: 24px;
193
- font-weight: 700;
194
- }
54
+ .E_berrcjl {
55
+ color: $text-terdiary-light;
56
+ margin-bottom: 4px;
195
57
 
196
- .text {
197
- padding: 0 5px;
198
- font-size: 12px;
199
- width: inherit;
200
- text-align: center;
201
- }
202
- }
203
- .recharts-wrapper {
204
- display: flex;
205
- .recharts-legend-wrapper {
206
- position: relative !important;
207
- min-width: calc(
208
- 100% - var(--d1bw7c5z-0)
209
- ) !important;
210
- left: 0 !important;
211
- bottom: 0 !important;
212
- display: flex;
213
- align-items: center;
214
- .recharts-default-legend {
215
- width: 100%;
216
- }
217
- li {
218
- width: 100%;
219
- margin-right: 0 !important;
220
- line-height: 18px;
221
- & > svg {
222
- border-radius: 2px;
223
- }
224
- & > .recharts-legend-item-text {
225
- min-width: 75px;
226
- max-width: 198px;
227
- width: calc(100% - 20px);
228
- margin-left: 2px;
229
- color: $text-light-primary !important;
230
- display: inline-flex;
231
- justify-content: space-between;
232
- }
233
- }
234
- }
235
- }
236
- .tooltip-text {
237
- maxwidth: calc(100% - 12px);
58
+ .breadcrumb-link {
59
+ color: $text-terdiary-light;
238
60
  cursor: pointer;
239
- border-bottom: 1px dashed $strokes-light-trans-4;
240
- overflow: hidden;
241
- text-overflow: ellipsis;
242
- white-space: nowrap;
243
- }
244
-
245
- .value {
246
- color: $text-neutral-secondary;
247
- }
248
- }
249
-
250
- .E_t10pqbtc {
251
- width: 140px;
252
-
253
- .item {
254
- margin: 6px auto;
255
- display: flex;
256
- justify-content: space-between;
61
+ transition: color 160ms ease;
257
62
 
258
- .name {
259
- width: 102px;
63
+ &:hover {
64
+ color: $blue-60;
65
+ }
66
+ &:active {
67
+ color: $blue-80;
260
68
  }
261
69
  }
262
70
  }
@@ -620,18 +428,119 @@
620
428
  }
621
429
 
622
430
 
623
- .E_f7pxqmh {
624
- width: 100%;
625
- margin-bottom: 0 !important;
626
- flex-flow: nowrap !important;
627
- line-break: auto;
431
+ .E_b1nip9bk {
432
+ padding: 4px 11px;
433
+ }
628
434
 
629
- & > .ant-form-item-label {
630
- text-align: left !important;
631
- padding-bottom: 0 !important;
435
+ .E_bqamoqe {
436
+ white-space: nowrap;
437
+ filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
632
438
 
633
- & > label {
634
- min-height: 32px;
439
+ & > .ant-btn {
440
+ &.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
441
+ --color: #{$text-light-general};
442
+
443
+ &[disabled],
444
+ &:hover[disabled] {
445
+ --color: #{$text-light-general};
446
+ }
447
+ }
448
+ }
449
+
450
+ & > .ant-btn:not(:only-child) {
451
+ & + .ant-btn {
452
+ margin-left: 1px;
453
+ }
454
+
455
+ &:first-child {
456
+ border-top-right-radius: 0;
457
+ border-bottom-right-radius: 0;
458
+ }
459
+
460
+ &:last-child {
461
+ border-top-left-radius: 0;
462
+ border-bottom-left-radius: 0;
463
+ }
464
+
465
+ &:not(:first-child, :last-child) {
466
+ border-radius: unset;
467
+ }
468
+ }
469
+ }
470
+
471
+
472
+ .E_c1uzzomf {
473
+ margin-bottom: 16px;
474
+
475
+ .card-title {
476
+ font-size: 16px;
477
+ color: $text-secondary-light;
478
+ font-weight: 700;
479
+ line-height: 32px;
480
+ }
481
+ .card-body {
482
+ padding: 24px;
483
+ border-radius: 8px;
484
+ background: $fills-light-white;
485
+ }
486
+
487
+ .empty {
488
+ font-weight: 700;
489
+ font-size: 14px;
490
+ line-height: 22px;
491
+ color: $text-light-tertiary;
492
+ text-align: center;
493
+ }
494
+ }
495
+
496
+
497
+ .E_fzh9mnb {
498
+ width: 100%;
499
+ height: 100%;
500
+ min-height: 124px;
501
+ display: flex;
502
+ flex-direction: column;
503
+ justify-content: center;
504
+ align-items: center;
505
+
506
+ .error-text {
507
+ color: $text-terdiary-light;
508
+ margin-bottom: 16px;
509
+ font-size: 18px;
510
+ }
511
+ }
512
+
513
+
514
+ .E_d133fzv0 {
515
+ .ant-dropdown-menu-item-group {
516
+ .ant-dropdown-menu-item-group-title {
517
+ padding: 4px 8px 0 8px;
518
+ color: $text-light-secondary;
519
+ font-size: 12px;
520
+ }
521
+ .ant-dropdown-menu-item-group-list {
522
+ padding-bottom: 6px;
523
+ }
524
+ &:not(:first-child) {
525
+ padding-top: 4px;
526
+ border-top: 1px solid $strokes-light-trans-2;
527
+ }
528
+ }
529
+ }
530
+
531
+
532
+ .E_f7pxqmh {
533
+ width: 100%;
534
+ margin-bottom: 0 !important;
535
+ flex-flow: nowrap !important;
536
+ line-break: auto;
537
+
538
+ & > .ant-form-item-label {
539
+ text-align: left !important;
540
+ padding-bottom: 0 !important;
541
+
542
+ & > label {
543
+ min-height: 32px;
635
544
  height: auto;
636
545
  font-size: 13px;
637
546
  color: rgba(44, 56, 82, 0.6);
@@ -662,6 +571,104 @@
662
571
  }
663
572
 
664
573
 
574
+ .E_d1bw7c5z {
575
+ position: relative;
576
+ max-width: 388px;
577
+ min-width: 285px;
578
+ .center {
579
+ position: absolute;
580
+ font-size: 12px;
581
+ width: 80px;
582
+ height: 100px;
583
+ top: 0;
584
+ left: 35px;
585
+ display: flex;
586
+ flex-direction: column;
587
+ justify-content: center;
588
+ align-items: center;
589
+ color: $text-light-primary;
590
+
591
+ .number {
592
+ font-size: 24px;
593
+ font-weight: 700;
594
+ }
595
+
596
+ .text {
597
+ padding: 0 5px;
598
+ font-size: 12px;
599
+ width: inherit;
600
+ text-align: center;
601
+ }
602
+ }
603
+ .recharts-wrapper {
604
+ display: flex;
605
+ .recharts-legend-wrapper {
606
+ position: relative !important;
607
+ min-width: calc(
608
+ 100% - var(--d1bw7c5z-0)
609
+ ) !important;
610
+ left: 0 !important;
611
+ bottom: 0 !important;
612
+ display: flex;
613
+ align-items: center;
614
+ .recharts-default-legend {
615
+ width: 100%;
616
+ }
617
+ li {
618
+ width: 100%;
619
+ margin-right: 0 !important;
620
+ line-height: 18px;
621
+ & > svg {
622
+ border-radius: 2px;
623
+ }
624
+ & > .recharts-legend-item-text {
625
+ min-width: 75px;
626
+ max-width: 198px;
627
+ width: calc(100% - 20px);
628
+ margin-left: 2px;
629
+ color: $text-light-primary !important;
630
+ display: inline-flex;
631
+ justify-content: space-between;
632
+ }
633
+ }
634
+ }
635
+ }
636
+ .tooltip-text {
637
+ maxwidth: calc(100% - 12px);
638
+ cursor: pointer;
639
+ border-bottom: 1px dashed $strokes-light-trans-4;
640
+ overflow: hidden;
641
+ text-overflow: ellipsis;
642
+ white-space: nowrap;
643
+ }
644
+
645
+ .value {
646
+ color: $text-neutral-secondary;
647
+ }
648
+ }
649
+
650
+ .E_t10pqbtc {
651
+ width: 140px;
652
+
653
+ .item {
654
+ margin: 6px auto;
655
+ display: flex;
656
+ justify-content: space-between;
657
+
658
+ .name {
659
+ width: 102px;
660
+ }
661
+ }
662
+ }
663
+
664
+
665
+ .E_sx1bpnu {
666
+ .ant-input-sm {
667
+ line-height: 18px;
668
+ }
669
+ }
670
+
671
+
665
672
  .E_iouxfgt {
666
673
  display: inline-flex;
667
674
  align-items: center;
@@ -684,13 +691,6 @@
684
691
  }
685
692
 
686
693
 
687
- .E_sx1bpnu {
688
- .ant-input-sm {
689
- line-height: 18px;
690
- }
691
- }
692
-
693
-
694
694
  .E_itxley7 {
695
695
  &.ant-input-group.ant-input-group-compact {
696
696
  display: flex;
@@ -746,67 +746,6 @@
746
746
  }
747
747
 
748
748
 
749
- .E_i1inqkme {
750
- height: 18px;
751
- line-height: 18px;
752
- padding: 0 4px;
753
- border-radius: 4px;
754
- background: rgba(235, 239, 245, 0.6);
755
- border: 1px solid rgba(223, 228, 235, 0.6);
756
- display: flex;
757
- align-items: center;
758
- white-space: nowrap;
759
- margin-right: 4px;
760
- }
761
-
762
-
763
- .E_atcz0kf {
764
- .ant-input-suffix {
765
- margin-left: 8px;
766
- }
767
- &.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
768
- padding: 2px 7px 2px 12px;
769
- }
770
- }
771
-
772
-
773
- .E_a1wfy30z {
774
- .ant-input-number-handler-wrap {
775
- display: var(--a1wfy30z-0);
776
- }
777
- .ant-input-number-input-wrap {
778
- padding: 4px 11px;
779
- display: inline-flex;
780
- line-height: 1.5715;
781
- height: inherit;
782
- }
783
-
784
- .ant-input-number-input-wrap::after {
785
- content: var(--a1wfy30z-1);
786
- display: var(--a1wfy30z-2);
787
- flex: none;
788
- align-items: center;
789
- margin-left: 4px;
790
- }
791
-
792
- .ant-input-number-input-wrap::before {
793
- content: var(--a1wfy30z-3);
794
- display: var(--a1wfy30z-4);
795
- flex: none;
796
- align-items: center;
797
- margin-right: 4px;
798
- cursor: auto;
799
- }
800
-
801
- .ant-input-number-input {
802
- padding: 0;
803
- margin: 0;
804
- height: auto;
805
- font-size: inherit;
806
- }
807
- }
808
-
809
-
810
749
  .E_ai7qkf2 {
811
750
  .ant-input-number-handler-wrap {
812
751
  display: var(--ai7qkf2-0);
@@ -898,6 +837,67 @@
898
837
  }
899
838
 
900
839
 
840
+ .E_i1inqkme {
841
+ height: 18px;
842
+ line-height: 18px;
843
+ padding: 0 4px;
844
+ border-radius: 4px;
845
+ background: rgba(235, 239, 245, 0.6);
846
+ border: 1px solid rgba(223, 228, 235, 0.6);
847
+ display: flex;
848
+ align-items: center;
849
+ white-space: nowrap;
850
+ margin-right: 4px;
851
+ }
852
+
853
+
854
+ .E_atcz0kf {
855
+ .ant-input-suffix {
856
+ margin-left: 8px;
857
+ }
858
+ &.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
859
+ padding: 2px 7px 2px 12px;
860
+ }
861
+ }
862
+
863
+
864
+ .E_a1wfy30z {
865
+ .ant-input-number-handler-wrap {
866
+ display: var(--a1wfy30z-0);
867
+ }
868
+ .ant-input-number-input-wrap {
869
+ padding: 4px 11px;
870
+ display: inline-flex;
871
+ line-height: 1.5715;
872
+ height: inherit;
873
+ }
874
+
875
+ .ant-input-number-input-wrap::after {
876
+ content: var(--a1wfy30z-1);
877
+ display: var(--a1wfy30z-2);
878
+ flex: none;
879
+ align-items: center;
880
+ margin-left: 4px;
881
+ }
882
+
883
+ .ant-input-number-input-wrap::before {
884
+ content: var(--a1wfy30z-3);
885
+ display: var(--a1wfy30z-4);
886
+ flex: none;
887
+ align-items: center;
888
+ margin-right: 4px;
889
+ cursor: auto;
890
+ }
891
+
892
+ .ant-input-number-input {
893
+ padding: 0;
894
+ margin: 0;
895
+ height: auto;
896
+ font-size: inherit;
897
+ }
898
+ }
899
+
900
+
901
901
  .E_phljevk {
902
902
  display: flex;
903
903
  justify-content: space-between;
@@ -940,59 +940,27 @@
940
940
  padding: 0 8px;
941
941
  > span {
942
942
  color: $text-light-general;
943
- }
944
- }
945
-
946
- .next-btn {
947
- .icon-inner {
948
- transform: rotate(180deg);
949
- }
950
- }
951
- }
952
- }
953
-
954
- .E_d12rtyeg {
955
- &.ant-dropdown .ant-dropdown-menu {
956
- max-height: calc(100vh - 128px);
957
- overflow-y: auto;
958
-
959
- .ant-dropdown-menu-item {
960
- padding: 4px 20px;
961
- font-size: 12px;
962
- line-height: 18px;
963
- }
964
- }
965
- }
966
-
967
-
968
- .E_i11gg7mj {
969
- .ant-input-prefix {
970
- margin-right: 8px;
971
- }
972
- .ant-input-suffix {
973
- margin-left: 8px;
974
- }
975
- }
976
-
977
- .E_cc368xp {
978
- color: $gray-120;
979
- border-right: 1px solid $gray-a60-5;
980
- margin-right: 8px;
981
- padding-right: 8px;
982
- }
983
-
984
- .E_i11o6xqj {
985
- display: flex;
986
- gap: 4px;
943
+ }
944
+ }
987
945
 
988
- .icon-wrapper {
989
- cursor: pointer;
946
+ .next-btn {
947
+ .icon-inner {
948
+ transform: rotate(180deg);
949
+ }
950
+ }
990
951
  }
991
952
  }
992
953
 
993
- .E_d19ruhdj {
994
- &.icon-wrapper {
995
- cursor: not-allowed;
954
+ .E_d12rtyeg {
955
+ &.ant-dropdown .ant-dropdown-menu {
956
+ max-height: calc(100vh - 128px);
957
+ overflow-y: auto;
958
+
959
+ .ant-dropdown-menu-item {
960
+ padding: 4px 20px;
961
+ font-size: 12px;
962
+ line-height: 18px;
963
+ }
996
964
  }
997
965
  }
998
966
 
@@ -1178,6 +1146,38 @@
1178
1146
  }
1179
1147
 
1180
1148
 
1149
+ .E_i11gg7mj {
1150
+ .ant-input-prefix {
1151
+ margin-right: 8px;
1152
+ }
1153
+ .ant-input-suffix {
1154
+ margin-left: 8px;
1155
+ }
1156
+ }
1157
+
1158
+ .E_cc368xp {
1159
+ color: $gray-120;
1160
+ border-right: 1px solid $gray-a60-5;
1161
+ margin-right: 8px;
1162
+ padding-right: 8px;
1163
+ }
1164
+
1165
+ .E_i11o6xqj {
1166
+ display: flex;
1167
+ gap: 4px;
1168
+
1169
+ .icon-wrapper {
1170
+ cursor: pointer;
1171
+ }
1172
+ }
1173
+
1174
+ .E_d19ruhdj {
1175
+ &.icon-wrapper {
1176
+ cursor: not-allowed;
1177
+ }
1178
+ }
1179
+
1180
+
1181
1181
  .E_c1bus5hc {
1182
1182
  --color: white;
1183
1183
  height: 14px;
@@ -1233,73 +1233,6 @@
1233
1233
  }
1234
1234
 
1235
1235
 
1236
- .E_s1dizucg {
1237
- &.ant-switch {
1238
- min-width: 40px;
1239
- height: 24px;
1240
- background: $fills-trans-quinary-light;
1241
- overflow: hidden;
1242
- &:focus {
1243
- box-shadow: 0 0 0 2px $strokes-light-trans-1;
1244
- }
1245
- }
1246
- &.ant-switch-small {
1247
- min-width: 26px;
1248
- height: 16px;
1249
- }
1250
- &.ant-switch-large {
1251
- min-width: 52px;
1252
- height: 32px;
1253
- }
1254
-
1255
- &.ant-switch .ant-switch-handle {
1256
- height: 20px;
1257
- width: 20px;
1258
- &::before {
1259
- border-radius: 10px;
1260
- transition-delay: 120ms;
1261
- }
1262
- }
1263
- &.ant-switch-small .ant-switch-handle {
1264
- height: 14px;
1265
- width: 14px;
1266
- top: 1px;
1267
- left: 1px;
1268
- }
1269
- &.ant-switch-large .ant-switch-handle {
1270
- height: 28px;
1271
- width: 28px;
1272
- &::before {
1273
- border-radius: 14px;
1274
- }
1275
- }
1276
-
1277
- &.ant-switch-checked {
1278
- background-color: $green-60;
1279
- }
1280
- &.ant-switch-checked .ant-switch-handle {
1281
- left: calc(100% - 20px - 2px);
1282
- }
1283
- &.ant-switch-small.ant-switch-checked .ant-switch-handle {
1284
- left: calc(100% - 14px - 1px);
1285
- }
1286
- &.ant-switch-large.ant-switch-checked .ant-switch-handle {
1287
- left: calc(100% - 28px - 2px);
1288
- }
1289
- }
1290
-
1291
- .E_c1up6e3y {
1292
- margin-left: 5px;
1293
- }
1294
-
1295
-
1296
- .E_tju3gfj {
1297
- .date {
1298
- margin-right: 4px;
1299
- }
1300
- }
1301
-
1302
-
1303
1236
  .E_cnujxq2 {
1304
1237
  display: flex;
1305
1238
  flex-direction: column;
@@ -2070,217 +2003,113 @@
2070
2003
  }
2071
2004
 
2072
2005
  .E_r1o4v2oc.E_lh0l62z.E_d105ju2d {
2073
- line-height: 18px;
2074
- font-weight: 500;
2075
- margin-top: 0;
2076
- white-space: initial;
2077
- }
2078
-
2079
- .E_r1skkc3l {
2080
- display: block;
2081
-
2082
- span {
2083
- font-size: 14px;
2084
- font-weight: 500;
2085
- line-height: 32px;
2086
- color: #3e4652;
2087
- }
2088
- }
2089
-
2090
- .E_c3cobmo {
2091
- margin-top: 16px;
2092
- padding: 8px;
2093
- border-radius: 6px;
2094
- background: $fills-element-light-container-general;
2095
- color: $text-light-secondary;
2096
- font-size: 12px;
2097
- div {
2098
- line-height: 20px;
2099
- display: flex;
2100
- align-items: center;
2101
- word-break: break-all;
2102
- }
2103
-
2104
- .title {
2105
- font-weight: 700;
2106
- line-height: 18px;
2107
- margin: 4px 0;
2108
- }
2109
- }
2110
-
2111
- .E_uqv57uv {
2112
- color: #2C3852BF;
2113
- }
2114
-
2115
-
2116
- .E_c1yyuluq {
2117
- border-radius: 8px;
2118
- .ant-card-body {
2119
- padding: 20px 24px 24px 24px;
2120
- }
2121
- }
2122
-
2123
-
2124
- .E_ccrbeuz {
2125
- .ant-collapse-item {
2126
- border: 0px;
2127
- background-color: $fills-light-white;
2128
-
2129
- .ant-collapse-header {
2130
- padding-top: 0px;
2131
- padding-bottom: 0px;
2132
- padding-left: 0px !important;
2133
- padding-right: 24px;
2134
- .ant-collapse-arrow {
2135
- right: 0px;
2136
- }
2137
- }
2138
- .ant-collapse-content {
2139
- .ant-collapse-content-box {
2140
- padding: 0px;
2141
- }
2142
- }
2143
- }
2144
- }
2145
-
2146
- .E_c1fljvag {
2147
- .ant-collapse-item {
2148
- .ant-collapse-header {
2149
- padding-right: 0px;
2150
- cursor: default;
2151
- }
2152
- }
2153
- }
2154
-
2155
-
2156
- .E_s1dni7lo {
2157
- width: 430px !important;
2158
- }
2159
-
2160
- .E_d1wwmmm5 {
2161
- .ant-select-item-group {
2162
- padding: 8px 16px;
2163
- line-height: 18px;
2164
- border-top: 1px solid rgba(211, 218, 235, 0.6);
2165
- height: 34px;
2166
- min-height: 34px;
2167
- box-sizing: border-box;
2168
- margin-top: 8px;
2169
- }
2170
- }
2171
-
2172
- .E_o1ugr09p {
2173
- display: flex;
2174
- flex-direction: column;
2175
- margin: 1px 8px;
2176
- padding: 8px;
2177
- border-radius: 4px;
2178
-
2179
- .selected-icon {
2180
- display: none;
2181
- }
2182
-
2183
- &.ant-select-item-option-grouped {
2184
- padding-left: 8px;
2185
- }
2186
-
2187
- &.ant-select-item-option-selected {
2188
- background-color: white;
2189
- .timezone-title {
2190
- color: #0080ff;
2191
- }
2192
- .selected-icon {
2193
- display: block;
2194
- }
2195
- }
2196
-
2197
- &.ant-select-item-option-active {
2198
- background: rgba(0, 136, 255, 0.16);
2199
- .timezone-title {
2200
- color: #0080ff;
2201
- }
2202
- .timezone-tag {
2203
- background: rgba(0, 136, 255, 0.1);
2204
- color: #0080ff;
2205
- }
2206
- }
2207
- }
2006
+ line-height: 18px;
2007
+ font-weight: 500;
2008
+ margin-top: 0;
2009
+ white-space: initial;
2010
+ }
2208
2011
 
2209
- .E_o1ifxsq4 {
2210
- display: flex;
2211
- justify-content: space-between;
2212
- height: 20px;
2213
- line-height: 20px;
2012
+ .E_r1skkc3l {
2013
+ display: block;
2214
2014
 
2215
- .timezone-title {
2216
- color: #2d3a56;
2217
- overflow: hidden;
2218
- text-overflow: ellipsis;
2219
- }
2015
+ span {
2016
+ font-size: 14px;
2017
+ font-weight: 500;
2018
+ line-height: 32px;
2019
+ color: #3e4652;
2220
2020
  }
2021
+ }
2221
2022
 
2222
- .E_o1zue7 {
2023
+ .E_c3cobmo {
2024
+ margin-top: 16px;
2025
+ padding: 8px;
2026
+ border-radius: 6px;
2027
+ background: $fills-element-light-container-general;
2028
+ color: $text-light-secondary;
2029
+ font-size: 12px;
2030
+ div {
2031
+ line-height: 20px;
2223
2032
  display: flex;
2224
- justify-content: space-between;
2225
- color: $text-light-secondary;
2226
- height: 18px;
2227
- line-height: 18px;
2228
- margin-top: 2px;
2033
+ align-items: center;
2034
+ word-break: break-all;
2229
2035
  }
2230
2036
 
2231
- .E_tyfmlxg {
2232
- border: none;
2233
- margin-right: 0;
2234
- background: rgba(225, 230, 241, 0.6);
2235
- }
2236
-
2237
- .E_o18uybox {
2238
- pointer-events: none;
2239
- height: 32px;
2240
- width: 100%;
2241
- opacity: 0;
2037
+ .title {
2038
+ font-weight: 700;
2039
+ line-height: 18px;
2040
+ margin: 4px 0;
2041
+ }
2242
2042
  }
2243
2043
 
2244
-
2245
- .E_m196gn1d {
2246
- min-width: 1280px;
2044
+ .E_uqv57uv {
2045
+ color: #2C3852BF;
2247
2046
  }
2248
2047
 
2249
2048
 
2250
- .E_a1b5xrg3 {
2251
- .user-icon-inner {
2252
- display: inline-flex;
2253
- align-items: center;
2254
- justify-content: center;
2255
- color: $white;
2256
- font-weight: bold;
2257
- font-size: 12px;
2258
- width: 24px;
2049
+ .E_s1dizucg {
2050
+ &.ant-switch {
2051
+ min-width: 40px;
2259
2052
  height: 24px;
2260
- border-radius: 50%;
2261
- background: var(--a1b5xrg3-0);
2053
+ background: $fills-trans-quinary-light;
2054
+ overflow: hidden;
2055
+ &:focus {
2056
+ box-shadow: 0 0 0 2px $strokes-light-trans-1;
2057
+ }
2058
+ }
2059
+ &.ant-switch-small {
2060
+ min-width: 26px;
2061
+ height: 16px;
2062
+ }
2063
+ &.ant-switch-large {
2064
+ min-width: 52px;
2065
+ height: 32px;
2262
2066
  }
2263
- &.btn-item {
2264
- transition: all 160ms ease;
2265
- cursor: pointer;
2266
- width: 56px;
2267
- height: 40px;
2268
- display: inline-flex;
2269
- align-items: center;
2270
- justify-content: center;
2271
- border-radius: 6px;
2272
2067
 
2273
- &:hover {
2274
- box-shadow:
2275
- 0px 0px 20px rgba(107, 125, 153, 0.18),
2276
- 0px 25px 80px rgba(45, 58, 86, 0.3);
2068
+ &.ant-switch .ant-switch-handle {
2069
+ height: 20px;
2070
+ width: 20px;
2071
+ &::before {
2072
+ border-radius: 10px;
2073
+ transition-delay: 120ms;
2277
2074
  }
2278
-
2279
- &:active {
2280
- transform: translateY(2px);
2281
- transition: all 320ms ease;
2075
+ }
2076
+ &.ant-switch-small .ant-switch-handle {
2077
+ height: 14px;
2078
+ width: 14px;
2079
+ top: 1px;
2080
+ left: 1px;
2081
+ }
2082
+ &.ant-switch-large .ant-switch-handle {
2083
+ height: 28px;
2084
+ width: 28px;
2085
+ &::before {
2086
+ border-radius: 14px;
2282
2087
  }
2283
2088
  }
2089
+
2090
+ &.ant-switch-checked {
2091
+ background-color: $green-60;
2092
+ }
2093
+ &.ant-switch-checked .ant-switch-handle {
2094
+ left: calc(100% - 20px - 2px);
2095
+ }
2096
+ &.ant-switch-small.ant-switch-checked .ant-switch-handle {
2097
+ left: calc(100% - 14px - 1px);
2098
+ }
2099
+ &.ant-switch-large.ant-switch-checked .ant-switch-handle {
2100
+ left: calc(100% - 28px - 2px);
2101
+ }
2102
+ }
2103
+
2104
+ .E_c1up6e3y {
2105
+ margin-left: 5px;
2106
+ }
2107
+
2108
+
2109
+ .E_tju3gfj {
2110
+ .date {
2111
+ margin-right: 4px;
2112
+ }
2284
2113
  }
2285
2114
 
2286
2115
 
@@ -2638,11 +2467,6 @@
2638
2467
  }
2639
2468
 
2640
2469
 
2641
- .E_iq1gosr {
2642
- display: inline-block;
2643
- }
2644
-
2645
-
2646
2470
  .E_s1sck0th {
2647
2471
  padding: 0 8px;
2648
2472
  border-radius: 4px;
@@ -2715,63 +2539,206 @@
2715
2539
  &.ant-tag-green {
2716
2540
  background-color: $fills-light-positive-positive;
2717
2541
  }
2718
- &.ant-tag-blue {
2719
- background-color: $fills-light-general-general;
2542
+ &.ant-tag-blue {
2543
+ background-color: $fills-light-general-general;
2544
+ }
2545
+ &.ant-tag-gray {
2546
+ background-color: $gray-70;
2547
+ }
2548
+ &.ant-tag-purple {
2549
+ background-color: $fill-purple-base;
2550
+ }
2551
+ }
2552
+ }
2553
+ }
2554
+
2555
+
2556
+ .E_iq1gosr {
2557
+ display: inline-block;
2558
+ }
2559
+
2560
+
2561
+ .E_a1b5xrg3 {
2562
+ .user-icon-inner {
2563
+ display: inline-flex;
2564
+ align-items: center;
2565
+ justify-content: center;
2566
+ color: $white;
2567
+ font-weight: bold;
2568
+ font-size: 12px;
2569
+ width: 24px;
2570
+ height: 24px;
2571
+ border-radius: 50%;
2572
+ background: var(--a1b5xrg3-0);
2573
+ }
2574
+ &.btn-item {
2575
+ transition: all 160ms ease;
2576
+ cursor: pointer;
2577
+ width: 56px;
2578
+ height: 40px;
2579
+ display: inline-flex;
2580
+ align-items: center;
2581
+ justify-content: center;
2582
+ border-radius: 6px;
2583
+
2584
+ &:hover {
2585
+ box-shadow:
2586
+ 0px 0px 20px rgba(107, 125, 153, 0.18),
2587
+ 0px 25px 80px rgba(45, 58, 86, 0.3);
2588
+ }
2589
+
2590
+ &:active {
2591
+ transform: translateY(2px);
2592
+ transition: all 320ms ease;
2593
+ }
2594
+ }
2595
+ }
2596
+
2597
+
2598
+ .E_t1m2x205 {
2599
+ .ant-tooltip-arrow {
2600
+ display: none;
2601
+ }
2602
+ .ant-tooltip-inner {
2603
+ background: $gray-a80-9;
2604
+ border-radius: 4px;
2605
+ &:has(.eagle-ellipsis-content) {
2606
+ visibility: hidden;
2607
+ }
2608
+ }
2609
+ }
2610
+
2611
+
2612
+ .E_s1dni7lo {
2613
+ width: 430px !important;
2614
+ }
2615
+
2616
+ .E_d1wwmmm5 {
2617
+ .ant-select-item-group {
2618
+ padding: 8px 16px;
2619
+ line-height: 18px;
2620
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
2621
+ height: 34px;
2622
+ min-height: 34px;
2623
+ box-sizing: border-box;
2624
+ margin-top: 8px;
2625
+ }
2626
+ }
2627
+
2628
+ .E_o1ugr09p {
2629
+ display: flex;
2630
+ flex-direction: column;
2631
+ margin: 1px 8px;
2632
+ padding: 8px;
2633
+ border-radius: 4px;
2634
+
2635
+ .selected-icon {
2636
+ display: none;
2637
+ }
2638
+
2639
+ &.ant-select-item-option-grouped {
2640
+ padding-left: 8px;
2641
+ }
2642
+
2643
+ &.ant-select-item-option-selected {
2644
+ background-color: white;
2645
+ .timezone-title {
2646
+ color: #0080ff;
2647
+ }
2648
+ .selected-icon {
2649
+ display: block;
2720
2650
  }
2721
- &.ant-tag-gray {
2722
- background-color: $gray-70;
2651
+ }
2652
+
2653
+ &.ant-select-item-option-active {
2654
+ background: rgba(0, 136, 255, 0.16);
2655
+ .timezone-title {
2656
+ color: #0080ff;
2723
2657
  }
2724
- &.ant-tag-purple {
2725
- background-color: $fill-purple-base;
2658
+ .timezone-tag {
2659
+ background: rgba(0, 136, 255, 0.1);
2660
+ color: #0080ff;
2726
2661
  }
2727
2662
  }
2728
2663
  }
2729
- }
2730
2664
 
2665
+ .E_o1ifxsq4 {
2666
+ display: flex;
2667
+ justify-content: space-between;
2668
+ height: 20px;
2669
+ line-height: 20px;
2731
2670
 
2732
- .E_t1m2x205 {
2733
- .ant-tooltip-arrow {
2734
- display: none;
2735
- }
2736
- .ant-tooltip-inner {
2737
- background: $gray-a80-9;
2738
- border-radius: 4px;
2739
- &:has(.eagle-ellipsis-content) {
2740
- visibility: hidden;
2671
+ .timezone-title {
2672
+ color: #2d3a56;
2673
+ overflow: hidden;
2674
+ text-overflow: ellipsis;
2741
2675
  }
2742
2676
  }
2677
+
2678
+ .E_o1zue7 {
2679
+ display: flex;
2680
+ justify-content: space-between;
2681
+ color: $text-light-secondary;
2682
+ height: 18px;
2683
+ line-height: 18px;
2684
+ margin-top: 2px;
2685
+ }
2686
+
2687
+ .E_tyfmlxg {
2688
+ border: none;
2689
+ margin-right: 0;
2690
+ background: rgba(225, 230, 241, 0.6);
2743
2691
  }
2744
2692
 
2693
+ .E_o18uybox {
2694
+ pointer-events: none;
2695
+ height: 32px;
2696
+ width: 100%;
2697
+ opacity: 0;
2698
+ }
2745
2699
 
2746
- .E_suhck3k {
2747
- height: 24px;
2748
- width: 24px;
2749
- border-radius: 6px;
2750
- padding: 4px;
2751
- &:hover {
2752
- background-color: $fill-outstanding-light;
2753
- svg {
2754
- path {
2755
- fill: blue;
2700
+
2701
+ .E_m196gn1d {
2702
+ min-width: 1280px;
2703
+ }
2704
+
2705
+
2706
+ .E_c1yyuluq {
2707
+ border-radius: 8px;
2708
+ .ant-card-body {
2709
+ padding: 20px 24px 24px 24px;
2710
+ }
2711
+ }
2712
+
2713
+
2714
+ .E_ccrbeuz {
2715
+ .ant-collapse-item {
2716
+ border: 0px;
2717
+ background-color: $fills-light-white;
2718
+
2719
+ .ant-collapse-header {
2720
+ padding-top: 0px;
2721
+ padding-bottom: 0px;
2722
+ padding-left: 0px !important;
2723
+ padding-right: 24px;
2724
+ .ant-collapse-arrow {
2725
+ right: 0px;
2726
+ }
2727
+ }
2728
+ .ant-collapse-content {
2729
+ .ant-collapse-content-box {
2730
+ padding: 0px;
2756
2731
  }
2757
2732
  }
2758
2733
  }
2759
2734
  }
2760
2735
 
2761
-
2762
- .E_ryby9ds {
2763
- display: flex;
2764
- align-items: center;
2765
- .order {
2766
- height: 24px;
2767
- width: 24px;
2768
- border-radius: 20px;
2769
- color: $text-light-general;
2770
- background: $fill-light-element-container-outstanding;
2771
- display: flex;
2772
- align-items: center;
2773
- justify-content: center;
2774
- margin-right: 6px;
2736
+ .E_c1fljvag {
2737
+ .ant-collapse-item {
2738
+ .ant-collapse-header {
2739
+ padding-right: 0px;
2740
+ cursor: default;
2741
+ }
2775
2742
  }
2776
2743
  }
2777
2744
 
@@ -2968,6 +2935,39 @@
2968
2935
  }
2969
2936
 
2970
2937
 
2938
+ .E_suhck3k {
2939
+ height: 24px;
2940
+ width: 24px;
2941
+ border-radius: 6px;
2942
+ padding: 4px;
2943
+ &:hover {
2944
+ background-color: $fill-outstanding-light;
2945
+ svg {
2946
+ path {
2947
+ fill: blue;
2948
+ }
2949
+ }
2950
+ }
2951
+ }
2952
+
2953
+
2954
+ .E_ryby9ds {
2955
+ display: flex;
2956
+ align-items: center;
2957
+ .order {
2958
+ height: 24px;
2959
+ width: 24px;
2960
+ border-radius: 20px;
2961
+ color: $text-light-general;
2962
+ background: $fill-light-element-container-outstanding;
2963
+ display: flex;
2964
+ align-items: center;
2965
+ justify-content: center;
2966
+ margin-right: 6px;
2967
+ }
2968
+ }
2969
+
2970
+
2971
2971
  .E_s17wv897 {
2972
2972
  &.ant-select,
2973
2973
  &.ant-select div.ant-select-selector {
@@ -3299,6 +3299,22 @@
3299
3299
  }
3300
3300
 
3301
3301
 
3302
+ .E_w1dxz879 {
3303
+ display: flex;
3304
+ flex-direction: column;
3305
+ gap: 6px;
3306
+ .ellipsis-tooltip {
3307
+ max-height: var(--w1dxz879-0);
3308
+ text-overflow: clip;
3309
+ overflow: hidden;
3310
+ }
3311
+ .tips {
3312
+ color: #fff;
3313
+ opacity: 0.8;
3314
+ }
3315
+ }
3316
+
3317
+
3302
3318
  .E_h12yihis {
3303
3319
  height: 50px;
3304
3320
  border-bottom: 2px solid #edf0f7;
@@ -3569,22 +3585,6 @@
3569
3585
  }
3570
3586
 
3571
3587
 
3572
- .E_w1dxz879 {
3573
- display: flex;
3574
- flex-direction: column;
3575
- gap: 6px;
3576
- .ellipsis-tooltip {
3577
- max-height: var(--w1dxz879-0);
3578
- text-overflow: clip;
3579
- overflow: hidden;
3580
- }
3581
- .tips {
3582
- color: #fff;
3583
- opacity: 0.8;
3584
- }
3585
- }
3586
-
3587
-
3588
3588
  .E_r77hffu {
3589
3589
  display: flex;
3590
3590
  align-items: center;
@@ -3740,95 +3740,39 @@
3740
3740
  .E_c1eym6el {
3741
3741
  border-radius: 8px;
3742
3742
  background-color: white;
3743
- &.hoverable {
3744
- cursor: pointer;
3745
-
3746
- &:hover {
3747
- transition: all 200ms ease;
3748
- box-shadow: 0px 9px 22px rgb(107 125 153 / 23%),
3749
- 0px 1.12694px 2.75474px rgb(107 125 153 / 12%);
3750
- transform: translateY(-4px);
3751
- }
3752
- }
3753
- }
3754
-
3755
-
3756
- .E_t1gvlxt5 {
3757
- min-width: 0;
3758
- flex: 1;
3759
- .tag {
3760
- flex: 0 0 auto;
3761
- }
3762
- .progress-title {
3763
- flex: 2;
3764
- max-width: fit-content;
3765
- }
3766
- .progress-desc {
3767
- flex: 1;
3768
- max-width: fit-content;
3769
- }
3770
- }
3771
-
3772
- .E_a1ji6r68 {
3773
- display: flex;
3774
- align-items: center;
3775
- column-gap: var(--a1ji6r68-0);
3776
- }
3777
-
3778
-
3779
- .E_lht19u8 {
3780
- width: 64px;
3781
- height: 64px;
3782
- display: flex;
3783
- align-items: center;
3784
- justify-content: center;
3785
- position: relative;
3786
- opacity: 0.2;
3787
- }
3788
-
3789
- .E_lk3gkp4 {
3790
- position: absolute;
3791
- width: 5px;
3792
- height: 48px;
3793
- left: 9.33px;
3794
- top: 40.5px;
3795
-
3796
- background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
3797
- border-radius: 5px;
3798
- transform: rotate(-128deg);
3799
- transform-origin: top left;
3800
-
3801
- animation: loading-indicator1 1100ms ease-out infinite;
3802
- }
3803
-
3804
- .E_ll4n94n {
3805
- position: absolute;
3806
- width: 5px;
3807
- height: 48px;
3808
- left: 40.8px;
3809
- top: 8.4px;
3810
-
3811
- background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
3812
- border-radius: 5px;
3813
- transform: rotate(-8deg);
3814
- transform-origin: top left;
3743
+ &.hoverable {
3744
+ cursor: pointer;
3815
3745
 
3816
- animation: loading-indicator2 1100ms ease-out infinite;
3746
+ &:hover {
3747
+ transition: all 200ms ease;
3748
+ box-shadow: 0px 9px 22px rgb(107 125 153 / 23%),
3749
+ 0px 1.12694px 2.75474px rgb(107 125 153 / 12%);
3750
+ transform: translateY(-4px);
3751
+ }
3752
+ }
3817
3753
  }
3818
3754
 
3819
- .E_l17lbdo6 {
3820
- position: absolute;
3821
- width: 5px;
3822
- height: 48px;
3823
- left: 52.9px;
3824
- top: 51.8px;
3825
3755
 
3826
- background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
3827
- border-radius: 5px;
3828
- transform: rotate(112deg);
3829
- transform-origin: top left;
3756
+ .E_t1gvlxt5 {
3757
+ min-width: 0;
3758
+ flex: 1;
3759
+ .tag {
3760
+ flex: 0 0 auto;
3761
+ }
3762
+ .progress-title {
3763
+ flex: 2;
3764
+ max-width: fit-content;
3765
+ }
3766
+ .progress-desc {
3767
+ flex: 1;
3768
+ max-width: fit-content;
3769
+ }
3770
+ }
3830
3771
 
3831
- animation: loading-indicator3 1100ms ease-out infinite;
3772
+ .E_a1ji6r68 {
3773
+ display: flex;
3774
+ align-items: center;
3775
+ column-gap: var(--a1ji6r68-0);
3832
3776
  }
3833
3777
 
3834
3778
 
@@ -4013,6 +3957,62 @@
4013
3957
  }
4014
3958
 
4015
3959
 
3960
+ .E_lht19u8 {
3961
+ width: 64px;
3962
+ height: 64px;
3963
+ display: flex;
3964
+ align-items: center;
3965
+ justify-content: center;
3966
+ position: relative;
3967
+ opacity: 0.2;
3968
+ }
3969
+
3970
+ .E_lk3gkp4 {
3971
+ position: absolute;
3972
+ width: 5px;
3973
+ height: 48px;
3974
+ left: 9.33px;
3975
+ top: 40.5px;
3976
+
3977
+ background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
3978
+ border-radius: 5px;
3979
+ transform: rotate(-128deg);
3980
+ transform-origin: top left;
3981
+
3982
+ animation: loading-indicator1 1100ms ease-out infinite;
3983
+ }
3984
+
3985
+ .E_ll4n94n {
3986
+ position: absolute;
3987
+ width: 5px;
3988
+ height: 48px;
3989
+ left: 40.8px;
3990
+ top: 8.4px;
3991
+
3992
+ background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
3993
+ border-radius: 5px;
3994
+ transform: rotate(-8deg);
3995
+ transform-origin: top left;
3996
+
3997
+ animation: loading-indicator2 1100ms ease-out infinite;
3998
+ }
3999
+
4000
+ .E_l17lbdo6 {
4001
+ position: absolute;
4002
+ width: 5px;
4003
+ height: 48px;
4004
+ left: 52.9px;
4005
+ top: 51.8px;
4006
+
4007
+ background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
4008
+ border-radius: 5px;
4009
+ transform: rotate(112deg);
4010
+ transform-origin: top left;
4011
+
4012
+ animation: loading-indicator3 1100ms ease-out infinite;
4013
+ }
4014
+
4015
+
4016
4016
  .E_m11nzl2x {
4017
4017
  color: $text-light-secondary;
4018
4018
  text-align: center;
@@ -4477,6 +4477,38 @@
4477
4477
  }
4478
4478
 
4479
4479
 
4480
+ .E_slr2ynn {
4481
+ padding: 0 8px;
4482
+ height: 18px;
4483
+ }
4484
+
4485
+ .E_m140wbb6 {
4486
+ padding: 2px 8px;
4487
+ height: 24px;
4488
+ }
4489
+
4490
+ .E_t1fozc1i {
4491
+ margin: 0;
4492
+ }
4493
+
4494
+ .E_i1vxv4ln {
4495
+ margin-right: 4px;
4496
+ height: 16px;
4497
+ }
4498
+
4499
+ .E_n1afl31m {
4500
+ &.ant-tag.ant-tag-gray {
4501
+ font-weight: 700;
4502
+ color: $text-neutral-primary;
4503
+ background-color: $fill-neutral-trans-1;
4504
+ border: 1px solid $stroke-neutral-trans-2;
4505
+ word-break: break-all;
4506
+ display: inline;
4507
+ white-space: normal;
4508
+ }
4509
+ }
4510
+
4511
+
4480
4512
  .E_t1dtlqs1 {
4481
4513
  margin-bottom: 4px;
4482
4514
  color: $text-secondary-light;
@@ -4694,122 +4726,6 @@
4694
4726
  }
4695
4727
 
4696
4728
 
4697
- .E_slr2ynn {
4698
- padding: 0 8px;
4699
- height: 18px;
4700
- }
4701
-
4702
- .E_m140wbb6 {
4703
- padding: 2px 8px;
4704
- height: 24px;
4705
- }
4706
-
4707
- .E_t1fozc1i {
4708
- margin: 0;
4709
- }
4710
-
4711
- .E_i1vxv4ln {
4712
- margin-right: 4px;
4713
- height: 16px;
4714
- }
4715
-
4716
- .E_n1afl31m {
4717
- &.ant-tag.ant-tag-gray {
4718
- font-weight: 700;
4719
- color: $text-neutral-primary;
4720
- background-color: $fill-neutral-trans-1;
4721
- border: 1px solid $stroke-neutral-trans-2;
4722
- word-break: break-all;
4723
- display: inline;
4724
- white-space: normal;
4725
- }
4726
- }
4727
-
4728
-
4729
- .E_l1ucdodl {
4730
- $prefix: ui-kit-status-legend;
4731
- margin: 0;
4732
- border-radius: 20px;
4733
- padding: 2px 10px;
4734
- height: 22px;
4735
- display: flex;
4736
- align-items: center;
4737
-
4738
- &.ui-kit-status-legend.on-tint {
4739
- color: $text-neutral-ontint;
4740
- }
4741
- &.tag-hover {
4742
- cursor: pointer;
4743
- }
4744
-
4745
- &.#{$prefix} {
4746
- color: $text-neutral-primary;
4747
- .#{$prefix}-icon {
4748
- margin-right: 6px;
4749
- }
4750
- .#{$prefix}-number {
4751
- margin-left: 8px;
4752
- color: #2C385299;
4753
- &.#{$prefix}-number.on-tint {
4754
- color: $text-neutral-ontint;
4755
- }
4756
- }
4757
- &.eagle-legend-blue {
4758
- .#{$prefix}-icon {
4759
- background-color: $fill-outstanding-base;
4760
- }
4761
- }
4762
- &.eagle-legend-red {
4763
- .#{$prefix}-icon {
4764
- background-color: $fill-serious-base;
4765
- }
4766
- }
4767
- &.eagle-legend-yellow {
4768
- .#{$prefix}-icon {
4769
- background-color: $fill-notice-base;
4770
- }
4771
- }
4772
- &.eagle-legend-green {
4773
- .#{$prefix}-icon {
4774
- background-color: $fill-positive-base;
4775
- }
4776
- }
4777
- &.eagle-legend-gray {
4778
- .#{$prefix}-icon:not(.ui-kit-status-legend-icon-loading) {
4779
- background-color: $gray-70;
4780
- }
4781
- }
4782
- &.eagle-legend-purple {
4783
- .#{$prefix}-icon:not(.ui-kit-status-legend-icon-loading) {
4784
- background-color: $purple-50;
4785
- }
4786
- }
4787
- }
4788
- }
4789
-
4790
- .E_s1qj66nc {
4791
- width: 8px;
4792
- height: 8px;
4793
- border-radius: 50%;
4794
- display: inline-block;
4795
- }
4796
-
4797
- .E_s5x1boq {
4798
- width: 8px;
4799
- height: 8px;
4800
- border-radius: 2px;
4801
- display: inline-block;
4802
- }
4803
-
4804
- .E_c1xm185 {
4805
- color: #2C385299;
4806
- }
4807
-
4808
- .E_c1x5l5qc {
4809
- flex: 1;
4810
- }
4811
-
4812
-
4813
4729
  .E_l48ei06 {
4814
4730
  @at-root {
4815
4731
  button#{&}.ant-btn,
@@ -4881,21 +4797,23 @@
4881
4797
  }
4882
4798
 
4883
4799
 
4884
- .E_sddwhm6 {
4885
- $prefix: ui-kit-status-capsule;
4800
+ .E_l1ucdodl {
4801
+ $prefix: ui-kit-status-legend;
4886
4802
  margin: 0;
4887
4803
  border-radius: 20px;
4888
4804
  padding: 2px 10px;
4889
- height: 22px;
4890
-
4891
- &.ant-tag.#{$prefix}.off-white {
4892
- background-color: $fill-neutral-trans-1 !important;
4893
- &.tag-hover:hover,
4894
- &.__pseudo-states-hover {
4895
- background-color: $fill-neutral-trans-2 !important;
4896
- }
4805
+ height: 22px;
4806
+ display: flex;
4807
+ align-items: center;
4808
+
4809
+ &.ui-kit-status-legend.on-tint {
4810
+ color: $text-neutral-ontint;
4897
4811
  }
4898
- &.ant-tag.#{$prefix} {
4812
+ &.tag-hover {
4813
+ cursor: pointer;
4814
+ }
4815
+
4816
+ &.#{$prefix} {
4899
4817
  color: $text-neutral-primary;
4900
4818
  .#{$prefix}-icon {
4901
4819
  margin-right: 6px;
@@ -4903,67 +4821,65 @@
4903
4821
  .#{$prefix}-number {
4904
4822
  margin-left: 8px;
4905
4823
  color: #2C385299;
4824
+ &.#{$prefix}-number.on-tint {
4825
+ color: $text-neutral-ontint;
4826
+ }
4906
4827
  }
4907
- &.ant-tag-blue {
4908
- background-color: $fill-outstanding-light;
4828
+ &.eagle-legend-blue {
4909
4829
  .#{$prefix}-icon {
4910
4830
  background-color: $fill-outstanding-base;
4911
4831
  }
4912
- &.tag-hover:hover,
4913
- &.__pseudo-states-hover {
4914
- background-color: $fill-outstanding-light-hover;
4915
- }
4916
4832
  }
4917
- &.ant-tag-red {
4918
- background-color: $fill-serious-light;
4833
+ &.eagle-legend-red {
4919
4834
  .#{$prefix}-icon {
4920
4835
  background-color: $fill-serious-base;
4921
4836
  }
4922
- &.tag-hover:hover,
4923
- &.__pseudo-states-hover {
4924
- background-color: $fill-serious-light-hover;
4925
- }
4926
4837
  }
4927
- &.ant-tag-yellow {
4928
- background-color: $fill-notice-light;
4838
+ &.eagle-legend-yellow {
4929
4839
  .#{$prefix}-icon {
4930
4840
  background-color: $fill-notice-base;
4931
4841
  }
4932
- &.tag-hover:hover,
4933
- &.__pseudo-states-hover {
4934
- background-color: $fill-notice-light-hover;
4935
- }
4936
4842
  }
4937
- &.ant-tag-green {
4938
- background-color: $fill-positive-light;
4843
+ &.eagle-legend-green {
4939
4844
  .#{$prefix}-icon {
4940
4845
  background-color: $fill-positive-base;
4941
4846
  }
4942
- &.tag-hover:hover,
4943
- &.__pseudo-states-hover {
4944
- background-color: $fill-positive-light-hover;
4945
- }
4946
4847
  }
4947
- &.ant-tag-gray {
4948
- background-color: $fill-neutral-trans-2;
4949
- .#{$prefix}-icon:not(.ui-kit-status-capsule-icon-loading) {
4848
+ &.eagle-legend-gray {
4849
+ .#{$prefix}-icon:not(.ui-kit-status-legend-icon-loading) {
4950
4850
  background-color: $gray-70;
4951
4851
  }
4952
- &.tag-hover:hover,
4953
- &.__pseudo-states-hover {
4954
- background-color: $fill-neutral-trans-3-trans-2-hover;
4852
+ }
4853
+ &.eagle-legend-purple {
4854
+ .#{$prefix}-icon:not(.ui-kit-status-legend-icon-loading) {
4855
+ background-color: $purple-50;
4955
4856
  }
4956
4857
  }
4957
4858
  }
4958
4859
  }
4959
4860
 
4960
- .E_satwmqm {
4861
+ .E_s1qj66nc {
4961
4862
  width: 8px;
4962
4863
  height: 8px;
4963
4864
  border-radius: 50%;
4964
4865
  display: inline-block;
4965
4866
  }
4966
4867
 
4868
+ .E_s5x1boq {
4869
+ width: 8px;
4870
+ height: 8px;
4871
+ border-radius: 2px;
4872
+ display: inline-block;
4873
+ }
4874
+
4875
+ .E_c1xm185 {
4876
+ color: #2C385299;
4877
+ }
4878
+
4879
+ .E_c1x5l5qc {
4880
+ flex: 1;
4881
+ }
4882
+
4967
4883
 
4968
4884
  .E_tc97u5y {
4969
4885
  height: 100%;
@@ -5403,37 +5319,93 @@
5403
5319
  }
5404
5320
 
5405
5321
 
5406
- .E_i1g85yz3 {
5407
- margin-right: 4px;
5408
- height: 16px;
5409
- }
5410
-
5322
+ .E_sddwhm6 {
5323
+ $prefix: ui-kit-status-capsule;
5324
+ margin: 0;
5325
+ border-radius: 20px;
5326
+ padding: 2px 10px;
5327
+ height: 22px;
5411
5328
 
5412
- .E_bpgac8u {
5413
- color: #FFFFFF;
5414
- display: flex;
5415
- gap: 8px;
5416
- padding: 8px 0;
5417
- display: flex;
5418
- justify-content: center;
5419
- white-space: pre-wrap;
5420
- align-items: center;
5421
- .dashed-btn {
5422
- border-bottom: 1px solid white;
5423
- cursor: pointer;
5329
+ &.ant-tag.#{$prefix}.off-white {
5330
+ background-color: $fill-neutral-trans-1 !important;
5331
+ &.tag-hover:hover,
5332
+ &.__pseudo-states-hover {
5333
+ background-color: $fill-neutral-trans-2 !important;
5334
+ }
5335
+ }
5336
+ &.ant-tag.#{$prefix} {
5337
+ color: $text-neutral-primary;
5338
+ .#{$prefix}-icon {
5339
+ margin-right: 6px;
5340
+ }
5341
+ .#{$prefix}-number {
5342
+ margin-left: 8px;
5343
+ color: #2C385299;
5344
+ }
5345
+ &.ant-tag-blue {
5346
+ background-color: $fill-outstanding-light;
5347
+ .#{$prefix}-icon {
5348
+ background-color: $fill-outstanding-base;
5349
+ }
5350
+ &.tag-hover:hover,
5351
+ &.__pseudo-states-hover {
5352
+ background-color: $fill-outstanding-light-hover;
5353
+ }
5354
+ }
5355
+ &.ant-tag-red {
5356
+ background-color: $fill-serious-light;
5357
+ .#{$prefix}-icon {
5358
+ background-color: $fill-serious-base;
5359
+ }
5360
+ &.tag-hover:hover,
5361
+ &.__pseudo-states-hover {
5362
+ background-color: $fill-serious-light-hover;
5363
+ }
5364
+ }
5365
+ &.ant-tag-yellow {
5366
+ background-color: $fill-notice-light;
5367
+ .#{$prefix}-icon {
5368
+ background-color: $fill-notice-base;
5369
+ }
5370
+ &.tag-hover:hover,
5371
+ &.__pseudo-states-hover {
5372
+ background-color: $fill-notice-light-hover;
5373
+ }
5374
+ }
5375
+ &.ant-tag-green {
5376
+ background-color: $fill-positive-light;
5377
+ .#{$prefix}-icon {
5378
+ background-color: $fill-positive-base;
5379
+ }
5380
+ &.tag-hover:hover,
5381
+ &.__pseudo-states-hover {
5382
+ background-color: $fill-positive-light-hover;
5383
+ }
5384
+ }
5385
+ &.ant-tag-gray {
5386
+ background-color: $fill-neutral-trans-2;
5387
+ .#{$prefix}-icon:not(.ui-kit-status-capsule-icon-loading) {
5388
+ background-color: $gray-70;
5389
+ }
5390
+ &.tag-hover:hover,
5391
+ &.__pseudo-states-hover {
5392
+ background-color: $fill-neutral-trans-3-trans-2-hover;
5393
+ }
5394
+ }
5424
5395
  }
5425
5396
  }
5426
5397
 
5427
- .E_envn4g3 {
5428
- background: #F0483E;
5398
+ .E_satwmqm {
5399
+ width: 8px;
5400
+ height: 8px;
5401
+ border-radius: 50%;
5402
+ display: inline-block;
5429
5403
  }
5430
5404
 
5431
- .E_i12w18eu {
5432
- background: #0080FF;
5433
- }
5434
5405
 
5435
- .E_wujsnt4 {
5436
- background-color: #E07F00;
5406
+ .E_i1g85yz3 {
5407
+ margin-right: 4px;
5408
+ height: 16px;
5437
5409
  }
5438
5410
 
5439
5411
 
@@ -5472,6 +5444,34 @@
5472
5444
  }
5473
5445
 
5474
5446
 
5447
+ .E_bpgac8u {
5448
+ color: #FFFFFF;
5449
+ display: flex;
5450
+ gap: 8px;
5451
+ padding: 8px 0;
5452
+ display: flex;
5453
+ justify-content: center;
5454
+ white-space: pre-wrap;
5455
+ align-items: center;
5456
+ .dashed-btn {
5457
+ border-bottom: 1px solid white;
5458
+ cursor: pointer;
5459
+ }
5460
+ }
5461
+
5462
+ .E_envn4g3 {
5463
+ background: #F0483E;
5464
+ }
5465
+
5466
+ .E_i12w18eu {
5467
+ background: #0080FF;
5468
+ }
5469
+
5470
+ .E_wujsnt4 {
5471
+ background-color: #E07F00;
5472
+ }
5473
+
5474
+
5475
5475
  .E_b1jaupqb {
5476
5476
  color: #F0483E;
5477
5477
  }
@@ -5909,6 +5909,21 @@
5909
5909
  }
5910
5910
 
5911
5911
 
5912
+ .E_skwah65 {
5913
+ height: 8px;
5914
+ box-sizing: border-box;
5915
+ border-radius: 2px;
5916
+ background: #f5f7fa;
5917
+ display: flex;
5918
+ width: 100%;
5919
+ overflow: hidden;
5920
+
5921
+ .stack-bar-item + .stack-bar-item {
5922
+ margin-left: 1px;
5923
+ }
5924
+ }
5925
+
5926
+
5912
5927
  .E_c1up1pdz {
5913
5928
  width: 648px;
5914
5929
 
@@ -6064,26 +6079,87 @@
6064
6079
  padding: 0;
6065
6080
  margin-bottom: 8px;
6066
6081
 
6067
- &.active {
6068
- background-color: $blue;
6069
- border-color: $blue;
6070
- color: $white;
6082
+ &.active {
6083
+ background-color: $blue;
6084
+ border-color: $blue;
6085
+ color: $white;
6086
+ }
6087
+ }
6088
+ }
6089
+
6090
+
6091
+ .E_gmyahx3 {
6092
+ cursor: pointer;
6093
+
6094
+ .link-text {
6095
+ color: $text-light-tertiary;
6096
+ }
6097
+
6098
+ &:hover .link-text {
6099
+ color: $text-light-general;
6100
+ }
6101
+ }
6102
+
6103
+
6104
+ .E_tqjc4ui {
6105
+ @at-root {
6106
+ span#{&} {
6107
+ margin: 0 2px;
6108
+ }
6109
+ }
6110
+ }
6111
+
6112
+
6113
+ .E_ou7iq30 {
6114
+ overflow: hidden;
6115
+ text-overflow: ellipsis;
6116
+ }
6117
+
6118
+ .E_s1tui002 {
6119
+ white-space: nowrap;
6120
+ }
6121
+
6122
+ .E_mxrc2zg {
6123
+ display: -webkit-box;
6124
+ -webkit-line-clamp: var(--mxrc2zg-0);
6125
+ -webkit-box-orient: vertical;
6126
+ word-break: break-all;
6127
+ }
6128
+
6129
+ .E_t1vv6d68 {
6130
+ .ant-tooltip-arrow {
6131
+ display: none;
6132
+ }
6133
+ .ant-tooltip-inner {
6134
+ background: $gray-a80-9;
6135
+ border-radius: 4px;
6136
+ &:has(.eagle-ellipsis-content) {
6137
+ visibility: hidden;
6071
6138
  }
6072
6139
  }
6073
6140
  }
6074
6141
 
6075
6142
 
6076
- .E_s1iv0tp1 {
6077
- .enabled-switch {
6078
- display: flex;
6079
- align-items: center;
6080
- }
6143
+ .E_n12mqh7z {
6144
+ display: flex;
6145
+ align-items: center;
6146
+ font-size: 12px;
6147
+ line-height: 18px;
6081
6148
 
6082
- .enabled-text {
6083
- margin-right: 8px;
6149
+ &:not(:last-child) {
6150
+ margin-bottom: 4px;
6084
6151
  }
6085
6152
  }
6086
6153
 
6154
+ .E_tf5bynu {
6155
+ margin: 0 3px;
6156
+ }
6157
+
6158
+ .E_tcckoz1 {
6159
+ max-height: 400px;
6160
+ overflow: auto;
6161
+ }
6162
+
6087
6163
 
6088
6164
  .E_t1sqg15u {
6089
6165
  background: white;
@@ -6197,81 +6273,6 @@
6197
6273
  }
6198
6274
 
6199
6275
 
6200
- .E_tqjc4ui {
6201
- @at-root {
6202
- span#{&} {
6203
- margin: 0 2px;
6204
- }
6205
- }
6206
- }
6207
-
6208
-
6209
- .E_skwah65 {
6210
- height: 8px;
6211
- box-sizing: border-box;
6212
- border-radius: 2px;
6213
- background: #f5f7fa;
6214
- display: flex;
6215
- width: 100%;
6216
- overflow: hidden;
6217
-
6218
- .stack-bar-item + .stack-bar-item {
6219
- margin-left: 1px;
6220
- }
6221
- }
6222
-
6223
-
6224
- .E_ou7iq30 {
6225
- overflow: hidden;
6226
- text-overflow: ellipsis;
6227
- }
6228
-
6229
- .E_s1tui002 {
6230
- white-space: nowrap;
6231
- }
6232
-
6233
- .E_mxrc2zg {
6234
- display: -webkit-box;
6235
- -webkit-line-clamp: var(--mxrc2zg-0);
6236
- -webkit-box-orient: vertical;
6237
- word-break: break-all;
6238
- }
6239
-
6240
- .E_t1vv6d68 {
6241
- .ant-tooltip-arrow {
6242
- display: none;
6243
- }
6244
- .ant-tooltip-inner {
6245
- background: $gray-a80-9;
6246
- border-radius: 4px;
6247
- &:has(.eagle-ellipsis-content) {
6248
- visibility: hidden;
6249
- }
6250
- }
6251
- }
6252
-
6253
-
6254
- .E_n12mqh7z {
6255
- display: flex;
6256
- align-items: center;
6257
- font-size: 12px;
6258
- line-height: 18px;
6259
-
6260
- &:not(:last-child) {
6261
- margin-bottom: 4px;
6262
- }
6263
- }
6264
-
6265
- .E_tf5bynu {
6266
- margin: 0 3px;
6267
- }
6268
-
6269
- .E_tcckoz1 {
6270
- max-height: 400px;
6271
- overflow: auto;
6272
- }
6273
-
6274
-
6275
6276
  .E_wg1tsps {
6276
6277
  display: flex;
6277
6278
  align-items: center;
@@ -6298,19 +6299,6 @@
6298
6299
  }
6299
6300
 
6300
6301
 
6301
- .E_gmyahx3 {
6302
- cursor: pointer;
6303
-
6304
- .link-text {
6305
- color: $text-light-tertiary;
6306
- }
6307
-
6308
- &:hover .link-text {
6309
- color: $text-light-general;
6310
- }
6311
- }
6312
-
6313
-
6314
6302
  .E_t160l1cm {
6315
6303
  display: flex;
6316
6304
  flex-direction: column;
@@ -6718,6 +6706,18 @@
6718
6706
  }
6719
6707
 
6720
6708
 
6709
+ .E_s1iv0tp1 {
6710
+ .enabled-switch {
6711
+ display: flex;
6712
+ align-items: center;
6713
+ }
6714
+
6715
+ .enabled-text {
6716
+ margin-right: 8px;
6717
+ }
6718
+ }
6719
+
6720
+
6721
6721
  .E_cyms3br {
6722
6722
  background: #fff;
6723
6723
  width: 100%;
@@ -6774,6 +6774,51 @@
6774
6774
  }
6775
6775
 
6776
6776
 
6777
+ .E_d11hhzf9 {
6778
+ width: 492px !important;
6779
+ margin: 40px auto !important;
6780
+ padding-bottom: 0 !important;
6781
+
6782
+ .ant-modal-content {
6783
+ background: $backgrounds-light-primary;
6784
+ border-radius: 16px;
6785
+ }
6786
+
6787
+ .ant-modal-header {
6788
+ padding: 32px 40px 0;
6789
+ border-bottom: none;
6790
+ border-radius: 16px 16px 0 0;
6791
+ }
6792
+
6793
+ .ant-modal-close {
6794
+ right: 40px;
6795
+ top: 32px;
6796
+ }
6797
+
6798
+ .ant-modal-body {
6799
+ padding: 32px 40px;
6800
+ min-height: 160px;
6801
+ max-height: calc(
6802
+ 100vh - 80px - 64px - var(--header-height) - var(--footer-height)
6803
+ );
6804
+ overflow-y: auto;
6805
+ }
6806
+
6807
+ .ant-modal-footer {
6808
+ padding: 24px 40px;
6809
+ margin-top: 0;
6810
+ border-top: none;
6811
+ box-shadow: 0px 1px 0px 0px #e1e6f199 inset;
6812
+ }
6813
+ }
6814
+
6815
+ .E_f1g147n6 {
6816
+ display: flex;
6817
+ justify-content: flex-end;
6818
+ gap: 8px;
6819
+ }
6820
+
6821
+
6777
6822
  .E_h1ol2wl7 {
6778
6823
  font-weight: bold;
6779
6824
  background-color: unset;
@@ -6825,51 +6870,6 @@
6825
6870
  }
6826
6871
 
6827
6872
 
6828
- .E_d11hhzf9 {
6829
- width: 492px !important;
6830
- margin: 40px auto !important;
6831
- padding-bottom: 0 !important;
6832
-
6833
- .ant-modal-content {
6834
- background: $backgrounds-light-primary;
6835
- border-radius: 16px;
6836
- }
6837
-
6838
- .ant-modal-header {
6839
- padding: 32px 40px 0;
6840
- border-bottom: none;
6841
- border-radius: 16px 16px 0 0;
6842
- }
6843
-
6844
- .ant-modal-close {
6845
- right: 40px;
6846
- top: 32px;
6847
- }
6848
-
6849
- .ant-modal-body {
6850
- padding: 32px 40px;
6851
- min-height: 160px;
6852
- max-height: calc(
6853
- 100vh - 80px - 64px - var(--header-height) - var(--footer-height)
6854
- );
6855
- overflow-y: auto;
6856
- }
6857
-
6858
- .ant-modal-footer {
6859
- padding: 24px 40px;
6860
- margin-top: 0;
6861
- border-top: none;
6862
- box-shadow: 0px 1px 0px 0px #e1e6f199 inset;
6863
- }
6864
- }
6865
-
6866
- .E_f1g147n6 {
6867
- display: flex;
6868
- justify-content: flex-end;
6869
- gap: 8px;
6870
- }
6871
-
6872
-
6873
6873
  .E_kr6am0s {
6874
6874
  .ant-modal-body {
6875
6875
  padding: 60px 128px;
@@ -7543,6 +7543,16 @@
7543
7543
  }
7544
7544
 
7545
7545
 
7546
+ .E_cevhqx7 {
7547
+ color: $text-light-primary;
7548
+ }
7549
+
7550
+ .E_snbqlt4 {
7551
+ margin-top: 8px;
7552
+ color: $text-light-secondary;
7553
+ }
7554
+
7555
+
7546
7556
  .E_c1ss4prm {
7547
7557
  color: $text-light-secondary;
7548
7558
 
@@ -7637,16 +7647,6 @@
7637
7647
  }
7638
7648
 
7639
7649
 
7640
- .E_cevhqx7 {
7641
- color: $text-light-primary;
7642
- }
7643
-
7644
- .E_snbqlt4 {
7645
- margin-top: 8px;
7646
- color: $text-light-secondary;
7647
- }
7648
-
7649
-
7650
7650
  .E_l12xdkhl {
7651
7651
  width: 64px;
7652
7652
  height: 64px;