@cloudtower/eagle 0.26.13 → 0.26.14
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/ExpandableList/ExpandIcon.d.ts +13 -0
- package/dist/components/ExpandableList/ExpandableContainer.d.ts +5 -0
- package/dist/components/ExpandableList/ExpandableItem.d.ts +9 -0
- package/dist/components/ExpandableList/RoundOrder.d.ts +6 -0
- package/dist/components/ExpandableList/__test__/h5_css.test.d.ts +1 -0
- package/dist/components.css +304 -304
- package/dist/esm/stats1.html +1 -1
- package/dist/style.css +133 -133
- package/dist/umd/stats1.html +1 -1
- package/dist/variables.scss +1 -0
- package/package.json +5 -5
package/dist/style.css
CHANGED
|
@@ -30220,24 +30220,6 @@ html body {
|
|
|
30220
30220
|
font-size: 18px;
|
|
30221
30221
|
}
|
|
30222
30222
|
|
|
30223
|
-
.i1mrf09m {
|
|
30224
|
-
display: inline-flex;
|
|
30225
|
-
align-items: center;
|
|
30226
|
-
}
|
|
30227
|
-
.i1mrf09m .icon-inner {
|
|
30228
|
-
display: inline-flex;
|
|
30229
|
-
align-items: center;
|
|
30230
|
-
justify-content: center;
|
|
30231
|
-
}
|
|
30232
|
-
.i1mrf09m .icon-inner + span,
|
|
30233
|
-
.i1mrf09m span + .icon-inner.suffix {
|
|
30234
|
-
margin-left: 4px;
|
|
30235
|
-
}
|
|
30236
|
-
.i1mrf09m.is-rotate img,
|
|
30237
|
-
.i1mrf09m.is-rotate svg {
|
|
30238
|
-
animation: rotate 680ms linear infinite;
|
|
30239
|
-
}
|
|
30240
|
-
|
|
30241
30223
|
.iap75of {
|
|
30242
30224
|
height: 18px;
|
|
30243
30225
|
line-height: 18px;
|
|
@@ -30251,96 +30233,22 @@ html body {
|
|
|
30251
30233
|
margin-right: 4px;
|
|
30252
30234
|
}
|
|
30253
30235
|
|
|
30254
|
-
.
|
|
30255
|
-
display: inline-
|
|
30256
|
-
|
|
30257
|
-
|
|
30258
|
-
.hsms1n6 {
|
|
30259
|
-
visibility: hidden;
|
|
30260
|
-
position: absolute;
|
|
30261
|
-
}
|
|
30262
|
-
|
|
30263
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
30264
|
-
flex-direction: row;
|
|
30265
|
-
justify-content: stretch;
|
|
30266
|
-
}
|
|
30267
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
30268
|
-
padding: 0;
|
|
30269
|
-
margin-right: 4px;
|
|
30270
|
-
flex: 1;
|
|
30271
|
-
overflow: visible;
|
|
30272
|
-
}
|
|
30273
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-tail, .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-icon {
|
|
30274
|
-
display: none;
|
|
30275
|
-
}
|
|
30276
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
30277
|
-
width: 100%;
|
|
30278
|
-
min-height: unset;
|
|
30279
|
-
}
|
|
30280
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
|
|
30281
|
-
height: 26px;
|
|
30282
|
-
line-height: 26px;
|
|
30283
|
-
width: 100%;
|
|
30284
|
-
text-align: center;
|
|
30285
|
-
padding: 0;
|
|
30286
|
-
font-size: 12px;
|
|
30287
|
-
font-weight: normal;
|
|
30288
|
-
}
|
|
30289
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
|
|
30290
|
-
margin-right: 10px;
|
|
30291
|
-
}
|
|
30292
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
|
|
30293
|
-
display: none;
|
|
30294
|
-
}
|
|
30295
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
|
|
30296
|
-
border-radius: 4px 0 0 4px;
|
|
30297
|
-
}
|
|
30298
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
|
|
30299
|
-
margin-right: 0;
|
|
30300
|
-
}
|
|
30301
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
|
|
30302
|
-
border-radius: 0 4px 4px 0;
|
|
30303
|
-
}
|
|
30304
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child)::after {
|
|
30305
|
-
content: "";
|
|
30306
|
-
width: 0;
|
|
30307
|
-
height: 0;
|
|
30308
|
-
border: 13px solid transparent;
|
|
30309
|
-
position: absolute;
|
|
30310
|
-
top: 0;
|
|
30311
|
-
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
30312
|
-
right: -21px;
|
|
30313
|
-
z-index: 2;
|
|
30314
|
-
}
|
|
30315
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child)::before {
|
|
30316
|
-
content: "";
|
|
30317
|
-
width: 0;
|
|
30318
|
-
height: 0;
|
|
30319
|
-
border: 13px solid transparent;
|
|
30320
|
-
position: absolute;
|
|
30321
|
-
top: 0;
|
|
30322
|
-
border-left: 8px solid #fff;
|
|
30323
|
-
left: 0;
|
|
30324
|
-
}
|
|
30325
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
|
|
30326
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
30327
|
-
}
|
|
30328
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
|
|
30329
|
-
border-left-color: rgba(0, 136, 255, 0.1) !important;
|
|
30330
|
-
}
|
|
30331
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-title {
|
|
30332
|
-
color: #005ed1;
|
|
30236
|
+
.i1mrf09m {
|
|
30237
|
+
display: inline-flex;
|
|
30238
|
+
align-items: center;
|
|
30333
30239
|
}
|
|
30334
|
-
.
|
|
30335
|
-
|
|
30336
|
-
|
|
30240
|
+
.i1mrf09m .icon-inner {
|
|
30241
|
+
display: inline-flex;
|
|
30242
|
+
align-items: center;
|
|
30243
|
+
justify-content: center;
|
|
30337
30244
|
}
|
|
30338
|
-
.
|
|
30339
|
-
.
|
|
30340
|
-
|
|
30245
|
+
.i1mrf09m .icon-inner + span,
|
|
30246
|
+
.i1mrf09m span + .icon-inner.suffix {
|
|
30247
|
+
margin-left: 4px;
|
|
30341
30248
|
}
|
|
30342
|
-
.
|
|
30343
|
-
|
|
30249
|
+
.i1mrf09m.is-rotate img,
|
|
30250
|
+
.i1mrf09m.is-rotate svg {
|
|
30251
|
+
animation: rotate 680ms linear infinite;
|
|
30344
30252
|
}
|
|
30345
30253
|
|
|
30346
30254
|
.rxbeqvl.ant-radio-wrapper {
|
|
@@ -30489,6 +30397,98 @@ html body {
|
|
|
30489
30397
|
width: 36px;
|
|
30490
30398
|
}
|
|
30491
30399
|
|
|
30400
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
30401
|
+
flex-direction: row;
|
|
30402
|
+
justify-content: stretch;
|
|
30403
|
+
}
|
|
30404
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
30405
|
+
padding: 0;
|
|
30406
|
+
margin-right: 4px;
|
|
30407
|
+
flex: 1;
|
|
30408
|
+
overflow: visible;
|
|
30409
|
+
}
|
|
30410
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-tail, .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-icon {
|
|
30411
|
+
display: none;
|
|
30412
|
+
}
|
|
30413
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
30414
|
+
width: 100%;
|
|
30415
|
+
min-height: unset;
|
|
30416
|
+
}
|
|
30417
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
|
|
30418
|
+
height: 26px;
|
|
30419
|
+
line-height: 26px;
|
|
30420
|
+
width: 100%;
|
|
30421
|
+
text-align: center;
|
|
30422
|
+
padding: 0;
|
|
30423
|
+
font-size: 12px;
|
|
30424
|
+
font-weight: normal;
|
|
30425
|
+
}
|
|
30426
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
|
|
30427
|
+
margin-right: 10px;
|
|
30428
|
+
}
|
|
30429
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
|
|
30430
|
+
display: none;
|
|
30431
|
+
}
|
|
30432
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
|
|
30433
|
+
border-radius: 4px 0 0 4px;
|
|
30434
|
+
}
|
|
30435
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
|
|
30436
|
+
margin-right: 0;
|
|
30437
|
+
}
|
|
30438
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
|
|
30439
|
+
border-radius: 0 4px 4px 0;
|
|
30440
|
+
}
|
|
30441
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child)::after {
|
|
30442
|
+
content: "";
|
|
30443
|
+
width: 0;
|
|
30444
|
+
height: 0;
|
|
30445
|
+
border: 13px solid transparent;
|
|
30446
|
+
position: absolute;
|
|
30447
|
+
top: 0;
|
|
30448
|
+
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
30449
|
+
right: -21px;
|
|
30450
|
+
z-index: 2;
|
|
30451
|
+
}
|
|
30452
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child)::before {
|
|
30453
|
+
content: "";
|
|
30454
|
+
width: 0;
|
|
30455
|
+
height: 0;
|
|
30456
|
+
border: 13px solid transparent;
|
|
30457
|
+
position: absolute;
|
|
30458
|
+
top: 0;
|
|
30459
|
+
border-left: 8px solid #fff;
|
|
30460
|
+
left: 0;
|
|
30461
|
+
}
|
|
30462
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
|
|
30463
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
30464
|
+
}
|
|
30465
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
|
|
30466
|
+
border-left-color: rgba(0, 136, 255, 0.1) !important;
|
|
30467
|
+
}
|
|
30468
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-title {
|
|
30469
|
+
color: #005ed1;
|
|
30470
|
+
}
|
|
30471
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
|
|
30472
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
|
|
30473
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
30474
|
+
}
|
|
30475
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-title,
|
|
30476
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-title {
|
|
30477
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30478
|
+
}
|
|
30479
|
+
.s3mgie3 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
|
|
30480
|
+
padding: 0;
|
|
30481
|
+
}
|
|
30482
|
+
|
|
30483
|
+
.obf05yr {
|
|
30484
|
+
display: inline-block;
|
|
30485
|
+
}
|
|
30486
|
+
|
|
30487
|
+
.hsms1n6 {
|
|
30488
|
+
visibility: hidden;
|
|
30489
|
+
position: absolute;
|
|
30490
|
+
}
|
|
30491
|
+
|
|
30492
30492
|
.p12gwtiw {
|
|
30493
30493
|
display: flex;
|
|
30494
30494
|
justify-content: space-between;
|
|
@@ -32611,6 +32611,10 @@ input.rrg1fkn.ant-input {
|
|
|
32611
32611
|
background: rgba(163, 180, 204, 0.18);
|
|
32612
32612
|
}
|
|
32613
32613
|
|
|
32614
|
+
.c1k4vanq {
|
|
32615
|
+
padding: 0 16px 14px 16px;
|
|
32616
|
+
}
|
|
32617
|
+
|
|
32614
32618
|
.c1udgdh2 {
|
|
32615
32619
|
color: #2d3a56;
|
|
32616
32620
|
padding: 12px 16px 10px 16px;
|
|
@@ -32651,10 +32655,6 @@ input.rrg1fkn.ant-input {
|
|
|
32651
32655
|
margin-right: 2px;
|
|
32652
32656
|
}
|
|
32653
32657
|
|
|
32654
|
-
.c1k4vanq {
|
|
32655
|
-
padding: 0 16px 14px 16px;
|
|
32656
|
-
}
|
|
32657
|
-
|
|
32658
32658
|
.bab9xum {
|
|
32659
32659
|
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);
|
|
32660
32660
|
}
|
|
@@ -32888,6 +32888,11 @@ input.rrg1fkn.ant-input {
|
|
|
32888
32888
|
min-height: 0px;
|
|
32889
32889
|
}
|
|
32890
32890
|
|
|
32891
|
+
.iwsze0q {
|
|
32892
|
+
margin-right: 4px;
|
|
32893
|
+
height: 16px;
|
|
32894
|
+
}
|
|
32895
|
+
|
|
32891
32896
|
.w1xcixj5.outside-tag {
|
|
32892
32897
|
padding-left: 0;
|
|
32893
32898
|
}
|
|
@@ -32916,11 +32921,6 @@ input.rrg1fkn.ant-input {
|
|
|
32916
32921
|
height: 16px;
|
|
32917
32922
|
}
|
|
32918
32923
|
|
|
32919
|
-
.iwsze0q {
|
|
32920
|
-
margin-right: 4px;
|
|
32921
|
-
height: 16px;
|
|
32922
|
-
}
|
|
32923
|
-
|
|
32924
32924
|
.at4ovwe .ant-input-number-handler-wrap {
|
|
32925
32925
|
display: var(--at4ovwe-0);
|
|
32926
32926
|
}
|
|
@@ -32967,6 +32967,25 @@ input.rrg1fkn.ant-input {
|
|
|
32967
32967
|
font-size: inherit;
|
|
32968
32968
|
}
|
|
32969
32969
|
|
|
32970
|
+
.feau332.ant-form-item {
|
|
32971
|
+
margin-bottom: 0;
|
|
32972
|
+
}
|
|
32973
|
+
.feau332 .ant-form-item-explain {
|
|
32974
|
+
display: none;
|
|
32975
|
+
min-height: 18px;
|
|
32976
|
+
margin-top: 5px;
|
|
32977
|
+
font-family: "Inter";
|
|
32978
|
+
font-weight: 400;
|
|
32979
|
+
font-size: 12px;
|
|
32980
|
+
line-height: 18px;
|
|
32981
|
+
}
|
|
32982
|
+
.feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) {
|
|
32983
|
+
white-space: pre-wrap;
|
|
32984
|
+
}
|
|
32985
|
+
.feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) .ant-form-item-explain {
|
|
32986
|
+
display: block;
|
|
32987
|
+
}
|
|
32988
|
+
|
|
32970
32989
|
.a6dbbkm .ant-input-number-handler-wrap {
|
|
32971
32990
|
display: var(--a6dbbkm-0);
|
|
32972
32991
|
}
|
|
@@ -32996,23 +33015,4 @@ input.rrg1fkn.ant-input {
|
|
|
32996
33015
|
margin: 0;
|
|
32997
33016
|
height: auto;
|
|
32998
33017
|
font-size: inherit;
|
|
32999
|
-
}
|
|
33000
|
-
|
|
33001
|
-
.feau332.ant-form-item {
|
|
33002
|
-
margin-bottom: 0;
|
|
33003
|
-
}
|
|
33004
|
-
.feau332 .ant-form-item-explain {
|
|
33005
|
-
display: none;
|
|
33006
|
-
min-height: 18px;
|
|
33007
|
-
margin-top: 5px;
|
|
33008
|
-
font-family: "Inter";
|
|
33009
|
-
font-weight: 400;
|
|
33010
|
-
font-size: 12px;
|
|
33011
|
-
line-height: 18px;
|
|
33012
|
-
}
|
|
33013
|
-
.feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) {
|
|
33014
|
-
white-space: pre-wrap;
|
|
33015
|
-
}
|
|
33016
|
-
.feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) .ant-form-item-explain {
|
|
33017
|
-
display: block;
|
|
33018
33018
|
}
|