@cloudtower/eagle 0.26.21 → 0.26.23
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.
- package/dist/components/StatusCapsule/__test__/h5_css.test.d.ts +1 -0
- package/dist/components/StatusCapsule/index.d.ts +8 -0
- package/dist/components.css +360 -286
- package/dist/esm/index.js +820 -735
- package/dist/esm/stats1.html +1 -1
- package/dist/spec/base.d.ts +9 -0
- package/dist/style.css +346 -272
- package/dist/umd/index.js +818 -733
- package/dist/umd/stats1.html +1 -1
- package/dist/variables.scss +19 -0
- package/package.json +5 -5
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { StatusCapsuleColor, StatusCapsuleComponentType } from "../../spec";
|
|
3
|
+
export declare const PresetColors: StatusCapsuleColor[];
|
|
4
|
+
export declare const StatusIcon: React.FC<{
|
|
5
|
+
loading?: boolean;
|
|
6
|
+
}>;
|
|
7
|
+
declare const StatusCapsule: StatusCapsuleComponentType;
|
|
8
|
+
export default StatusCapsule;
|
package/dist/components.css
CHANGED
|
@@ -30165,6 +30165,15 @@ html body {
|
|
|
30165
30165
|
margin-right: 4px;
|
|
30166
30166
|
}
|
|
30167
30167
|
|
|
30168
|
+
.obf05yr {
|
|
30169
|
+
display: inline-block;
|
|
30170
|
+
}
|
|
30171
|
+
|
|
30172
|
+
.hsms1n6 {
|
|
30173
|
+
visibility: hidden;
|
|
30174
|
+
position: absolute;
|
|
30175
|
+
}
|
|
30176
|
+
|
|
30168
30177
|
.p12gwtiw {
|
|
30169
30178
|
display: flex;
|
|
30170
30179
|
justify-content: space-between;
|
|
@@ -30222,15 +30231,6 @@ html body {
|
|
|
30222
30231
|
line-height: 18px;
|
|
30223
30232
|
}
|
|
30224
30233
|
|
|
30225
|
-
.obf05yr {
|
|
30226
|
-
display: inline-block;
|
|
30227
|
-
}
|
|
30228
|
-
|
|
30229
|
-
.hsms1n6 {
|
|
30230
|
-
visibility: hidden;
|
|
30231
|
-
position: absolute;
|
|
30232
|
-
}
|
|
30233
|
-
|
|
30234
30234
|
.rxbeqvl.ant-radio-wrapper {
|
|
30235
30235
|
display: inline-flex;
|
|
30236
30236
|
align-items: baseline;
|
|
@@ -31407,6 +31407,91 @@ input.rrg1fkn.ant-input {
|
|
|
31407
31407
|
background: #fff;
|
|
31408
31408
|
}
|
|
31409
31409
|
|
|
31410
|
+
.s1fc623g {
|
|
31411
|
+
width: 430px !important;
|
|
31412
|
+
}
|
|
31413
|
+
|
|
31414
|
+
.da3mx0o .ant-select-item-group {
|
|
31415
|
+
padding: 8px 16px;
|
|
31416
|
+
line-height: 18px;
|
|
31417
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31418
|
+
height: 34px;
|
|
31419
|
+
min-height: 34px;
|
|
31420
|
+
box-sizing: border-box;
|
|
31421
|
+
margin-top: 8px;
|
|
31422
|
+
}
|
|
31423
|
+
|
|
31424
|
+
.onr9gzt {
|
|
31425
|
+
display: flex;
|
|
31426
|
+
flex-direction: column;
|
|
31427
|
+
margin: 1px 8px;
|
|
31428
|
+
padding: 8px;
|
|
31429
|
+
border-radius: 4px;
|
|
31430
|
+
}
|
|
31431
|
+
.onr9gzt .selected-icon {
|
|
31432
|
+
display: none;
|
|
31433
|
+
}
|
|
31434
|
+
.onr9gzt.ant-select-item-option-grouped {
|
|
31435
|
+
padding-left: 8px;
|
|
31436
|
+
}
|
|
31437
|
+
.onr9gzt.ant-select-item-option-selected {
|
|
31438
|
+
background-color: white;
|
|
31439
|
+
}
|
|
31440
|
+
.onr9gzt.ant-select-item-option-selected .timezone-title {
|
|
31441
|
+
color: #0080ff;
|
|
31442
|
+
}
|
|
31443
|
+
.onr9gzt.ant-select-item-option-selected .selected-icon {
|
|
31444
|
+
display: block;
|
|
31445
|
+
}
|
|
31446
|
+
.onr9gzt.ant-select-item-option-active {
|
|
31447
|
+
background: rgba(0, 136, 255, 0.16);
|
|
31448
|
+
}
|
|
31449
|
+
.onr9gzt.ant-select-item-option-active .timezone-title {
|
|
31450
|
+
color: #0080ff;
|
|
31451
|
+
}
|
|
31452
|
+
.onr9gzt.ant-select-item-option-active .timezone-tag {
|
|
31453
|
+
background: rgba(0, 136, 255, 0.1);
|
|
31454
|
+
color: #0080ff;
|
|
31455
|
+
}
|
|
31456
|
+
|
|
31457
|
+
.oiy0apc {
|
|
31458
|
+
display: flex;
|
|
31459
|
+
justify-content: space-between;
|
|
31460
|
+
height: 20px;
|
|
31461
|
+
line-height: 20px;
|
|
31462
|
+
}
|
|
31463
|
+
.oiy0apc .timezone-title {
|
|
31464
|
+
color: #2d3a56;
|
|
31465
|
+
overflow: hidden;
|
|
31466
|
+
text-overflow: ellipsis;
|
|
31467
|
+
}
|
|
31468
|
+
|
|
31469
|
+
.of4y382 {
|
|
31470
|
+
display: flex;
|
|
31471
|
+
justify-content: space-between;
|
|
31472
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31473
|
+
height: 18px;
|
|
31474
|
+
line-height: 18px;
|
|
31475
|
+
margin-top: 2px;
|
|
31476
|
+
}
|
|
31477
|
+
|
|
31478
|
+
.t19903l9 {
|
|
31479
|
+
border: none;
|
|
31480
|
+
margin-right: 0;
|
|
31481
|
+
background: rgba(225, 230, 241, 0.6);
|
|
31482
|
+
}
|
|
31483
|
+
|
|
31484
|
+
.ohwbvxu {
|
|
31485
|
+
pointer-events: none;
|
|
31486
|
+
height: 32px;
|
|
31487
|
+
width: 100%;
|
|
31488
|
+
opacity: 0;
|
|
31489
|
+
}
|
|
31490
|
+
|
|
31491
|
+
.i1e4sgug {
|
|
31492
|
+
display: inline-block;
|
|
31493
|
+
}
|
|
31494
|
+
|
|
31410
31495
|
.d6j0lbj {
|
|
31411
31496
|
font-family: Inter;
|
|
31412
31497
|
font-style: normal;
|
|
@@ -31882,91 +31967,6 @@ input.rrg1fkn.ant-input {
|
|
|
31882
31967
|
line-height: 12px;
|
|
31883
31968
|
}
|
|
31884
31969
|
|
|
31885
|
-
.i1e4sgug {
|
|
31886
|
-
display: inline-block;
|
|
31887
|
-
}
|
|
31888
|
-
|
|
31889
|
-
.s1fc623g {
|
|
31890
|
-
width: 430px !important;
|
|
31891
|
-
}
|
|
31892
|
-
|
|
31893
|
-
.da3mx0o .ant-select-item-group {
|
|
31894
|
-
padding: 8px 16px;
|
|
31895
|
-
line-height: 18px;
|
|
31896
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31897
|
-
height: 34px;
|
|
31898
|
-
min-height: 34px;
|
|
31899
|
-
box-sizing: border-box;
|
|
31900
|
-
margin-top: 8px;
|
|
31901
|
-
}
|
|
31902
|
-
|
|
31903
|
-
.onr9gzt {
|
|
31904
|
-
display: flex;
|
|
31905
|
-
flex-direction: column;
|
|
31906
|
-
margin: 1px 8px;
|
|
31907
|
-
padding: 8px;
|
|
31908
|
-
border-radius: 4px;
|
|
31909
|
-
}
|
|
31910
|
-
.onr9gzt .selected-icon {
|
|
31911
|
-
display: none;
|
|
31912
|
-
}
|
|
31913
|
-
.onr9gzt.ant-select-item-option-grouped {
|
|
31914
|
-
padding-left: 8px;
|
|
31915
|
-
}
|
|
31916
|
-
.onr9gzt.ant-select-item-option-selected {
|
|
31917
|
-
background-color: white;
|
|
31918
|
-
}
|
|
31919
|
-
.onr9gzt.ant-select-item-option-selected .timezone-title {
|
|
31920
|
-
color: #0080ff;
|
|
31921
|
-
}
|
|
31922
|
-
.onr9gzt.ant-select-item-option-selected .selected-icon {
|
|
31923
|
-
display: block;
|
|
31924
|
-
}
|
|
31925
|
-
.onr9gzt.ant-select-item-option-active {
|
|
31926
|
-
background: rgba(0, 136, 255, 0.16);
|
|
31927
|
-
}
|
|
31928
|
-
.onr9gzt.ant-select-item-option-active .timezone-title {
|
|
31929
|
-
color: #0080ff;
|
|
31930
|
-
}
|
|
31931
|
-
.onr9gzt.ant-select-item-option-active .timezone-tag {
|
|
31932
|
-
background: rgba(0, 136, 255, 0.1);
|
|
31933
|
-
color: #0080ff;
|
|
31934
|
-
}
|
|
31935
|
-
|
|
31936
|
-
.oiy0apc {
|
|
31937
|
-
display: flex;
|
|
31938
|
-
justify-content: space-between;
|
|
31939
|
-
height: 20px;
|
|
31940
|
-
line-height: 20px;
|
|
31941
|
-
}
|
|
31942
|
-
.oiy0apc .timezone-title {
|
|
31943
|
-
color: #2d3a56;
|
|
31944
|
-
overflow: hidden;
|
|
31945
|
-
text-overflow: ellipsis;
|
|
31946
|
-
}
|
|
31947
|
-
|
|
31948
|
-
.of4y382 {
|
|
31949
|
-
display: flex;
|
|
31950
|
-
justify-content: space-between;
|
|
31951
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31952
|
-
height: 18px;
|
|
31953
|
-
line-height: 18px;
|
|
31954
|
-
margin-top: 2px;
|
|
31955
|
-
}
|
|
31956
|
-
|
|
31957
|
-
.t19903l9 {
|
|
31958
|
-
border: none;
|
|
31959
|
-
margin-right: 0;
|
|
31960
|
-
background: rgba(225, 230, 241, 0.6);
|
|
31961
|
-
}
|
|
31962
|
-
|
|
31963
|
-
.ohwbvxu {
|
|
31964
|
-
pointer-events: none;
|
|
31965
|
-
height: 32px;
|
|
31966
|
-
width: 100%;
|
|
31967
|
-
opacity: 0;
|
|
31968
|
-
}
|
|
31969
|
-
|
|
31970
31970
|
.m15dvk92 {
|
|
31971
31971
|
display: flex;
|
|
31972
31972
|
justify-content: space-between;
|
|
@@ -32151,6 +32151,80 @@ input.rrg1fkn.ant-input {
|
|
|
32151
32151
|
display: flex;
|
|
32152
32152
|
}
|
|
32153
32153
|
|
|
32154
|
+
.s14dk8r1 {
|
|
32155
|
+
margin: 0;
|
|
32156
|
+
border-radius: 20px;
|
|
32157
|
+
padding: 2px 10px;
|
|
32158
|
+
height: 22px;
|
|
32159
|
+
}
|
|
32160
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.off-white {
|
|
32161
|
+
background-color: rgba(237, 241, 250, 0.6) !important;
|
|
32162
|
+
}
|
|
32163
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.off-white.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.off-white.__pseudo-states-hover {
|
|
32164
|
+
background-color: rgba(225, 230, 241, 0.6) !important;
|
|
32165
|
+
}
|
|
32166
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule {
|
|
32167
|
+
color: #00122e;
|
|
32168
|
+
}
|
|
32169
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-icon {
|
|
32170
|
+
margin-right: 6px;
|
|
32171
|
+
}
|
|
32172
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-number {
|
|
32173
|
+
margin-left: 4px;
|
|
32174
|
+
}
|
|
32175
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-blue {
|
|
32176
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
32177
|
+
}
|
|
32178
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-blue .ui-kit-status-capsule-icon {
|
|
32179
|
+
background-color: #0080ff;
|
|
32180
|
+
}
|
|
32181
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-blue.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-blue.__pseudo-states-hover {
|
|
32182
|
+
background-color: rgba(0, 136, 255, 0.16);
|
|
32183
|
+
}
|
|
32184
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-red {
|
|
32185
|
+
background-color: rgba(255, 74, 74, 0.1);
|
|
32186
|
+
}
|
|
32187
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-red .ui-kit-status-capsule-icon {
|
|
32188
|
+
background-color: #f0483e;
|
|
32189
|
+
}
|
|
32190
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-red.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-red.__pseudo-states-hover {
|
|
32191
|
+
background-color: rgba(255, 74, 74, 0.16);
|
|
32192
|
+
}
|
|
32193
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-yellow {
|
|
32194
|
+
background-color: rgba(254, 160, 8, 0.1);
|
|
32195
|
+
}
|
|
32196
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-yellow .ui-kit-status-capsule-icon {
|
|
32197
|
+
background-color: #fea008;
|
|
32198
|
+
}
|
|
32199
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-yellow.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-yellow.__pseudo-states-hover {
|
|
32200
|
+
background-color: rgba(255, 187, 0, 0.16);
|
|
32201
|
+
}
|
|
32202
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-green {
|
|
32203
|
+
background-color: rgba(30, 201, 127, 0.1);
|
|
32204
|
+
}
|
|
32205
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-green .ui-kit-status-capsule-icon {
|
|
32206
|
+
background-color: #00ba5d;
|
|
32207
|
+
}
|
|
32208
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-green.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-green.__pseudo-states-hover {
|
|
32209
|
+
background-color: rgba(30, 201, 127, 0.16);
|
|
32210
|
+
}
|
|
32211
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-gray {
|
|
32212
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
32213
|
+
}
|
|
32214
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-gray .ui-kit-status-capsule-icon:not(.ui-kit-status-capsule-icon-loading) {
|
|
32215
|
+
background-color: #6b7d99;
|
|
32216
|
+
}
|
|
32217
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-gray.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-gray.__pseudo-states-hover {
|
|
32218
|
+
background-color: rgba(211, 218, 235, 0.6);
|
|
32219
|
+
}
|
|
32220
|
+
|
|
32221
|
+
.s1uupoto {
|
|
32222
|
+
width: 8px;
|
|
32223
|
+
height: 8px;
|
|
32224
|
+
border-radius: 50%;
|
|
32225
|
+
display: inline-block;
|
|
32226
|
+
}
|
|
32227
|
+
|
|
32154
32228
|
.s1uupxds {
|
|
32155
32229
|
padding: 0 8px;
|
|
32156
32230
|
border-radius: 4px;
|
|
@@ -32226,177 +32300,16 @@ input.rrg1fkn.ant-input {
|
|
|
32226
32300
|
background-color: #6b7d99;
|
|
32227
32301
|
}
|
|
32228
32302
|
|
|
32229
|
-
.
|
|
32230
|
-
|
|
32231
|
-
text-align: center;
|
|
32232
|
-
display: flex;
|
|
32233
|
-
align-items: center;
|
|
32234
|
-
justify-content: center;
|
|
32235
|
-
flex-direction: column;
|
|
32236
|
-
height: 100%;
|
|
32303
|
+
.sq6vos1 {
|
|
32304
|
+
--item-min-width: 60px;
|
|
32237
32305
|
}
|
|
32238
|
-
.
|
|
32239
|
-
|
|
32240
|
-
|
|
32241
|
-
|
|
32242
|
-
|
|
32243
|
-
|
|
32244
|
-
|
|
32245
|
-
height: 100%;
|
|
32246
|
-
display: flex;
|
|
32247
|
-
flex-direction: column;
|
|
32248
|
-
}
|
|
32249
|
-
.m1bixfdy .name-toolbar {
|
|
32250
|
-
width: 100%;
|
|
32251
|
-
display: flex;
|
|
32252
|
-
line-height: 30px;
|
|
32253
|
-
padding: 0 16px;
|
|
32254
|
-
justify-content: space-between;
|
|
32255
|
-
}
|
|
32256
|
-
.m1bixfdy .name-toolbar .metric-extra {
|
|
32257
|
-
display: flex;
|
|
32258
|
-
font-size: 12px;
|
|
32259
|
-
align-items: center;
|
|
32260
|
-
}
|
|
32261
|
-
.m1bixfdy .name-toolbar .metric-extra .info-item {
|
|
32262
|
-
color: #a3b4cc;
|
|
32263
|
-
}
|
|
32264
|
-
.m1bixfdy .name-toolbar .metric-extra .info-item + .info-item {
|
|
32265
|
-
margin-left: 10px;
|
|
32266
|
-
}
|
|
32267
|
-
.m1bixfdy .name-toolbar .metric-extra .menu-trigger {
|
|
32268
|
-
margin-left: 10px;
|
|
32269
|
-
cursor: pointer;
|
|
32270
|
-
}
|
|
32271
|
-
.m1bixfdy .content {
|
|
32272
|
-
flex: 1;
|
|
32273
|
-
width: 100%;
|
|
32274
|
-
display: flex;
|
|
32275
|
-
justify-content: center;
|
|
32276
|
-
align-items: center;
|
|
32277
|
-
}
|
|
32278
|
-
.m1bixfdy .single-content {
|
|
32279
|
-
height: 65px;
|
|
32280
|
-
}
|
|
32281
|
-
|
|
32282
|
-
.lfamfcw {
|
|
32283
|
-
display: flex;
|
|
32284
|
-
align-items: center;
|
|
32285
|
-
white-space: nowrap;
|
|
32286
|
-
overflow: hidden;
|
|
32287
|
-
width: 100%;
|
|
32288
|
-
}
|
|
32289
|
-
.lfamfcw .ant-dropdown-trigger {
|
|
32290
|
-
margin-left: auto;
|
|
32291
|
-
font-size: 12px;
|
|
32292
|
-
}
|
|
32293
|
-
|
|
32294
|
-
.la6u9b4 {
|
|
32295
|
-
display: flex;
|
|
32296
|
-
justify-content: flex-start;
|
|
32297
|
-
align-items: center;
|
|
32298
|
-
font-size: 12px;
|
|
32299
|
-
cursor: pointer;
|
|
32300
|
-
}
|
|
32301
|
-
.la6u9b4:not(:last-child) {
|
|
32302
|
-
margin-right: 20px;
|
|
32303
|
-
}
|
|
32304
|
-
.la6u9b4.deselected {
|
|
32305
|
-
opacity: 0.4;
|
|
32306
|
-
}
|
|
32307
|
-
.la6u9b4.deselected .color-block {
|
|
32308
|
-
background: #b4beca !important;
|
|
32309
|
-
}
|
|
32310
|
-
|
|
32311
|
-
.chhvk8b {
|
|
32312
|
-
display: inline-block;
|
|
32313
|
-
height: 8px;
|
|
32314
|
-
width: 8px;
|
|
32315
|
-
margin-right: 8px;
|
|
32316
|
-
}
|
|
32317
|
-
|
|
32318
|
-
.e1sdlxq1 .ant-dropdown-menu-item {
|
|
32319
|
-
display: flex;
|
|
32320
|
-
align-items: center;
|
|
32321
|
-
font-size: 12px;
|
|
32322
|
-
margin: 0;
|
|
32323
|
-
}
|
|
32324
|
-
|
|
32325
|
-
.m16f7gpb {
|
|
32326
|
-
position: relative;
|
|
32327
|
-
}
|
|
32328
|
-
.m16f7gpb.hidden-xaxis .pointer-wrapper {
|
|
32329
|
-
bottom: -12px;
|
|
32330
|
-
}
|
|
32331
|
-
.m16f7gpb .metric-toolbar {
|
|
32332
|
-
display: flex;
|
|
32333
|
-
justify-content: space-between;
|
|
32334
|
-
line-height: 30px;
|
|
32335
|
-
margin: 0 16px;
|
|
32336
|
-
}
|
|
32337
|
-
.m16f7gpb .metric-toolbar .metric-extra {
|
|
32338
|
-
display: flex;
|
|
32339
|
-
font-size: 12px;
|
|
32340
|
-
align-items: center;
|
|
32341
|
-
}
|
|
32342
|
-
.m16f7gpb .metric-toolbar .metric-extra .info-item {
|
|
32343
|
-
color: #a3b4cc;
|
|
32344
|
-
}
|
|
32345
|
-
.m16f7gpb .metric-toolbar .metric-extra .info-item + .info-item {
|
|
32346
|
-
margin-left: 10px;
|
|
32347
|
-
}
|
|
32348
|
-
.m16f7gpb .metric-toolbar .metric-extra .menu-trigger {
|
|
32349
|
-
margin-left: 10px;
|
|
32350
|
-
cursor: pointer;
|
|
32351
|
-
}
|
|
32352
|
-
.m16f7gpb .recharts-xAxis {
|
|
32353
|
-
font-size: 12px;
|
|
32354
|
-
}
|
|
32355
|
-
.m16f7gpb .pointer-wrapper {
|
|
32356
|
-
position: absolute;
|
|
32357
|
-
bottom: 10px;
|
|
32358
|
-
padding: 0 8px;
|
|
32359
|
-
border-radius: 4px;
|
|
32360
|
-
font-size: 12px;
|
|
32361
|
-
color: #fff;
|
|
32362
|
-
background: rgba(0, 0, 0, 0.75);
|
|
32363
|
-
transform: translateX(-50%);
|
|
32364
|
-
}
|
|
32365
|
-
|
|
32366
|
-
.t1ipvk51 {
|
|
32367
|
-
min-width: 200px;
|
|
32368
|
-
}
|
|
32369
|
-
|
|
32370
|
-
.t1kgldps {
|
|
32371
|
-
display: flex;
|
|
32372
|
-
align-items: center;
|
|
32373
|
-
justify-content: space-between;
|
|
32374
|
-
background-color: rgba(0, 0, 0, 0.75);
|
|
32375
|
-
color: #b4beca;
|
|
32376
|
-
font-size: 12px;
|
|
32377
|
-
padding: 3px 6px;
|
|
32378
|
-
}
|
|
32379
|
-
.t1kgldps:first-child {
|
|
32380
|
-
padding-top: 3px;
|
|
32381
|
-
}
|
|
32382
|
-
.t1kgldps:last-child {
|
|
32383
|
-
padding-bottom: 3px;
|
|
32384
|
-
}
|
|
32385
|
-
.t1kgldps .column-value {
|
|
32386
|
-
color: #fff;
|
|
32387
|
-
margin-left: 8px;
|
|
32388
|
-
}
|
|
32389
|
-
|
|
32390
|
-
.sq6vos1 {
|
|
32391
|
-
--item-min-width: 60px;
|
|
32392
|
-
}
|
|
32393
|
-
.sq6vos1 .ant-steps-item-tail, .sq6vos1 .ant-steps-item-icon {
|
|
32394
|
-
display: none !important;
|
|
32395
|
-
}
|
|
32396
|
-
.sq6vos1 .ant-steps-item.ant-steps-item-active {
|
|
32397
|
-
flex-shrink: 0 !important;
|
|
32398
|
-
}
|
|
32399
|
-
.sq6vos1 .ant-steps-item.ant-steps-item-active .step-item-prefix-container {
|
|
32306
|
+
.sq6vos1 .ant-steps-item-tail, .sq6vos1 .ant-steps-item-icon {
|
|
32307
|
+
display: none !important;
|
|
32308
|
+
}
|
|
32309
|
+
.sq6vos1 .ant-steps-item.ant-steps-item-active {
|
|
32310
|
+
flex-shrink: 0 !important;
|
|
32311
|
+
}
|
|
32312
|
+
.sq6vos1 .ant-steps-item.ant-steps-item-active .step-item-prefix-container {
|
|
32400
32313
|
color: #0080ff;
|
|
32401
32314
|
}
|
|
32402
32315
|
.sq6vos1 .ant-steps-item.ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
@@ -32602,8 +32515,165 @@ input.rrg1fkn.ant-input {
|
|
|
32602
32515
|
background: rgba(163, 180, 204, 0.18);
|
|
32603
32516
|
}
|
|
32604
32517
|
|
|
32605
|
-
.
|
|
32606
|
-
|
|
32518
|
+
.m1thnes4 {
|
|
32519
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32520
|
+
text-align: center;
|
|
32521
|
+
display: flex;
|
|
32522
|
+
align-items: center;
|
|
32523
|
+
justify-content: center;
|
|
32524
|
+
flex-direction: column;
|
|
32525
|
+
height: 100%;
|
|
32526
|
+
}
|
|
32527
|
+
.m1thnes4 .link {
|
|
32528
|
+
color: #0080ff;
|
|
32529
|
+
cursor: pointer;
|
|
32530
|
+
}
|
|
32531
|
+
|
|
32532
|
+
.m1bixfdy {
|
|
32533
|
+
width: 100%;
|
|
32534
|
+
height: 100%;
|
|
32535
|
+
display: flex;
|
|
32536
|
+
flex-direction: column;
|
|
32537
|
+
}
|
|
32538
|
+
.m1bixfdy .name-toolbar {
|
|
32539
|
+
width: 100%;
|
|
32540
|
+
display: flex;
|
|
32541
|
+
line-height: 30px;
|
|
32542
|
+
padding: 0 16px;
|
|
32543
|
+
justify-content: space-between;
|
|
32544
|
+
}
|
|
32545
|
+
.m1bixfdy .name-toolbar .metric-extra {
|
|
32546
|
+
display: flex;
|
|
32547
|
+
font-size: 12px;
|
|
32548
|
+
align-items: center;
|
|
32549
|
+
}
|
|
32550
|
+
.m1bixfdy .name-toolbar .metric-extra .info-item {
|
|
32551
|
+
color: #a3b4cc;
|
|
32552
|
+
}
|
|
32553
|
+
.m1bixfdy .name-toolbar .metric-extra .info-item + .info-item {
|
|
32554
|
+
margin-left: 10px;
|
|
32555
|
+
}
|
|
32556
|
+
.m1bixfdy .name-toolbar .metric-extra .menu-trigger {
|
|
32557
|
+
margin-left: 10px;
|
|
32558
|
+
cursor: pointer;
|
|
32559
|
+
}
|
|
32560
|
+
.m1bixfdy .content {
|
|
32561
|
+
flex: 1;
|
|
32562
|
+
width: 100%;
|
|
32563
|
+
display: flex;
|
|
32564
|
+
justify-content: center;
|
|
32565
|
+
align-items: center;
|
|
32566
|
+
}
|
|
32567
|
+
.m1bixfdy .single-content {
|
|
32568
|
+
height: 65px;
|
|
32569
|
+
}
|
|
32570
|
+
|
|
32571
|
+
.lfamfcw {
|
|
32572
|
+
display: flex;
|
|
32573
|
+
align-items: center;
|
|
32574
|
+
white-space: nowrap;
|
|
32575
|
+
overflow: hidden;
|
|
32576
|
+
width: 100%;
|
|
32577
|
+
}
|
|
32578
|
+
.lfamfcw .ant-dropdown-trigger {
|
|
32579
|
+
margin-left: auto;
|
|
32580
|
+
font-size: 12px;
|
|
32581
|
+
}
|
|
32582
|
+
|
|
32583
|
+
.la6u9b4 {
|
|
32584
|
+
display: flex;
|
|
32585
|
+
justify-content: flex-start;
|
|
32586
|
+
align-items: center;
|
|
32587
|
+
font-size: 12px;
|
|
32588
|
+
cursor: pointer;
|
|
32589
|
+
}
|
|
32590
|
+
.la6u9b4:not(:last-child) {
|
|
32591
|
+
margin-right: 20px;
|
|
32592
|
+
}
|
|
32593
|
+
.la6u9b4.deselected {
|
|
32594
|
+
opacity: 0.4;
|
|
32595
|
+
}
|
|
32596
|
+
.la6u9b4.deselected .color-block {
|
|
32597
|
+
background: #b4beca !important;
|
|
32598
|
+
}
|
|
32599
|
+
|
|
32600
|
+
.chhvk8b {
|
|
32601
|
+
display: inline-block;
|
|
32602
|
+
height: 8px;
|
|
32603
|
+
width: 8px;
|
|
32604
|
+
margin-right: 8px;
|
|
32605
|
+
}
|
|
32606
|
+
|
|
32607
|
+
.e1sdlxq1 .ant-dropdown-menu-item {
|
|
32608
|
+
display: flex;
|
|
32609
|
+
align-items: center;
|
|
32610
|
+
font-size: 12px;
|
|
32611
|
+
margin: 0;
|
|
32612
|
+
}
|
|
32613
|
+
|
|
32614
|
+
.m16f7gpb {
|
|
32615
|
+
position: relative;
|
|
32616
|
+
}
|
|
32617
|
+
.m16f7gpb.hidden-xaxis .pointer-wrapper {
|
|
32618
|
+
bottom: -12px;
|
|
32619
|
+
}
|
|
32620
|
+
.m16f7gpb .metric-toolbar {
|
|
32621
|
+
display: flex;
|
|
32622
|
+
justify-content: space-between;
|
|
32623
|
+
line-height: 30px;
|
|
32624
|
+
margin: 0 16px;
|
|
32625
|
+
}
|
|
32626
|
+
.m16f7gpb .metric-toolbar .metric-extra {
|
|
32627
|
+
display: flex;
|
|
32628
|
+
font-size: 12px;
|
|
32629
|
+
align-items: center;
|
|
32630
|
+
}
|
|
32631
|
+
.m16f7gpb .metric-toolbar .metric-extra .info-item {
|
|
32632
|
+
color: #a3b4cc;
|
|
32633
|
+
}
|
|
32634
|
+
.m16f7gpb .metric-toolbar .metric-extra .info-item + .info-item {
|
|
32635
|
+
margin-left: 10px;
|
|
32636
|
+
}
|
|
32637
|
+
.m16f7gpb .metric-toolbar .metric-extra .menu-trigger {
|
|
32638
|
+
margin-left: 10px;
|
|
32639
|
+
cursor: pointer;
|
|
32640
|
+
}
|
|
32641
|
+
.m16f7gpb .recharts-xAxis {
|
|
32642
|
+
font-size: 12px;
|
|
32643
|
+
}
|
|
32644
|
+
.m16f7gpb .pointer-wrapper {
|
|
32645
|
+
position: absolute;
|
|
32646
|
+
bottom: 10px;
|
|
32647
|
+
padding: 0 8px;
|
|
32648
|
+
border-radius: 4px;
|
|
32649
|
+
font-size: 12px;
|
|
32650
|
+
color: #fff;
|
|
32651
|
+
background: rgba(0, 0, 0, 0.75);
|
|
32652
|
+
transform: translateX(-50%);
|
|
32653
|
+
}
|
|
32654
|
+
|
|
32655
|
+
.t1ipvk51 {
|
|
32656
|
+
min-width: 200px;
|
|
32657
|
+
}
|
|
32658
|
+
|
|
32659
|
+
.t1kgldps {
|
|
32660
|
+
display: flex;
|
|
32661
|
+
align-items: center;
|
|
32662
|
+
justify-content: space-between;
|
|
32663
|
+
background-color: rgba(0, 0, 0, 0.75);
|
|
32664
|
+
color: #b4beca;
|
|
32665
|
+
font-size: 12px;
|
|
32666
|
+
padding: 3px 6px;
|
|
32667
|
+
}
|
|
32668
|
+
.t1kgldps:first-child {
|
|
32669
|
+
padding-top: 3px;
|
|
32670
|
+
}
|
|
32671
|
+
.t1kgldps:last-child {
|
|
32672
|
+
padding-bottom: 3px;
|
|
32673
|
+
}
|
|
32674
|
+
.t1kgldps .column-value {
|
|
32675
|
+
color: #fff;
|
|
32676
|
+
margin-left: 8px;
|
|
32607
32677
|
}
|
|
32608
32678
|
|
|
32609
32679
|
.c1udgdh2 {
|
|
@@ -32646,21 +32716,8 @@ input.rrg1fkn.ant-input {
|
|
|
32646
32716
|
margin-right: 2px;
|
|
32647
32717
|
}
|
|
32648
32718
|
|
|
32649
|
-
.
|
|
32650
|
-
|
|
32651
|
-
}
|
|
32652
|
-
|
|
32653
|
-
.cav4gt6 {
|
|
32654
|
-
border-radius: 4px;
|
|
32655
|
-
background-color: white;
|
|
32656
|
-
}
|
|
32657
|
-
.cav4gt6.hoverable {
|
|
32658
|
-
cursor: pointer;
|
|
32659
|
-
}
|
|
32660
|
-
.cav4gt6.hoverable:hover {
|
|
32661
|
-
transition: all 200ms ease;
|
|
32662
|
-
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
32663
|
-
transform: translateY(-4px);
|
|
32719
|
+
.c1k4vanq {
|
|
32720
|
+
padding: 0 16px 14px 16px;
|
|
32664
32721
|
}
|
|
32665
32722
|
|
|
32666
32723
|
.rrwcpby {
|
|
@@ -32679,6 +32736,23 @@ input.rrg1fkn.ant-input {
|
|
|
32679
32736
|
margin-right: 6px;
|
|
32680
32737
|
}
|
|
32681
32738
|
|
|
32739
|
+
.bab9xum {
|
|
32740
|
+
box-shadow: 0px 0.119595px 0.438513px rgba(129, 138, 153, 0.14), 0px 0.271728px 0.996336px rgba(129, 138, 153, 0.106447), 0px 0.472931px 1.73408px rgba(129, 138, 153, 0.0912224), 0px 0.751293px 2.75474px rgba(129, 138, 153, 0.0799253), 0px 1.15919px 4.25036px rgba(129, 138, 153, 0.07), 0px 1.80882px 6.63236px rgba(129, 138, 153, 0.0600747), 0px 3.00293px 11.0107px rgba(129, 138, 153, 0.0487776), 0px 6px 22px rgba(129, 138, 153, 0.0335534);
|
|
32741
|
+
}
|
|
32742
|
+
|
|
32743
|
+
.cav4gt6 {
|
|
32744
|
+
border-radius: 4px;
|
|
32745
|
+
background-color: white;
|
|
32746
|
+
}
|
|
32747
|
+
.cav4gt6.hoverable {
|
|
32748
|
+
cursor: pointer;
|
|
32749
|
+
}
|
|
32750
|
+
.cav4gt6.hoverable:hover {
|
|
32751
|
+
transition: all 200ms ease;
|
|
32752
|
+
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
32753
|
+
transform: translateY(-4px);
|
|
32754
|
+
}
|
|
32755
|
+
|
|
32682
32756
|
.f1p9ti6d {
|
|
32683
32757
|
width: 100%;
|
|
32684
32758
|
margin-bottom: 0 !important;
|
|
@@ -32952,11 +33026,6 @@ input.rrg1fkn.ant-input {
|
|
|
32952
33026
|
margin-right: 8px;
|
|
32953
33027
|
}
|
|
32954
33028
|
|
|
32955
|
-
.iwsze0q {
|
|
32956
|
-
margin-right: 4px;
|
|
32957
|
-
height: 16px;
|
|
32958
|
-
}
|
|
32959
|
-
|
|
32960
33029
|
.w1xcixj5.outside-tag {
|
|
32961
33030
|
padding-left: 0;
|
|
32962
33031
|
}
|
|
@@ -32985,6 +33054,11 @@ input.rrg1fkn.ant-input {
|
|
|
32985
33054
|
height: 16px;
|
|
32986
33055
|
}
|
|
32987
33056
|
|
|
33057
|
+
.iwsze0q {
|
|
33058
|
+
margin-right: 4px;
|
|
33059
|
+
height: 16px;
|
|
33060
|
+
}
|
|
33061
|
+
|
|
32988
33062
|
.a6dbbkm .ant-input-number-handler-wrap {
|
|
32989
33063
|
display: var(--a6dbbkm-0);
|
|
32990
33064
|
}
|