@cloudtower/eagle 0.26.24 → 0.26.25
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/OverflowTooltip/index.d.ts +4 -0
- package/dist/components.css +1154 -1134
- package/dist/esm/index.js +987 -923
- package/dist/esm/stats1.html +1 -1
- package/dist/spec/base.d.ts +9 -1
- package/dist/style.css +81 -61
- package/dist/umd/index.js +986 -922
- package/dist/umd/stats1.html +1 -1
- package/dist/variables.scss +10 -0
- package/package.json +5 -5
package/dist/style.css
CHANGED
|
@@ -28278,6 +28278,7 @@ div.ant-typography-edit-content.ant-typography-rtl {
|
|
|
28278
28278
|
/* green */
|
|
28279
28279
|
/* yellow */
|
|
28280
28280
|
/* red */
|
|
28281
|
+
/* purple */
|
|
28281
28282
|
/* palette global token*/
|
|
28282
28283
|
/* color opaque */
|
|
28283
28284
|
/* color transparent */
|
|
@@ -28332,6 +28333,7 @@ div.ant-typography-edit-content.ant-typography-rtl {
|
|
|
28332
28333
|
/* green */
|
|
28333
28334
|
/* yellow */
|
|
28334
28335
|
/* red */
|
|
28336
|
+
/* purple */
|
|
28335
28337
|
/* palette global token*/
|
|
28336
28338
|
/* color opaque */
|
|
28337
28339
|
/* color transparent */
|
|
@@ -28493,6 +28495,7 @@ div.ant-typography-edit-content.ant-typography-rtl {
|
|
|
28493
28495
|
/* green */
|
|
28494
28496
|
/* yellow */
|
|
28495
28497
|
/* red */
|
|
28498
|
+
/* purple */
|
|
28496
28499
|
/* palette global token*/
|
|
28497
28500
|
/* color opaque */
|
|
28498
28501
|
/* color transparent */
|
|
@@ -28715,6 +28718,7 @@ div.ant-typography-edit-content.ant-typography-rtl {
|
|
|
28715
28718
|
/* green */
|
|
28716
28719
|
/* yellow */
|
|
28717
28720
|
/* red */
|
|
28721
|
+
/* purple */
|
|
28718
28722
|
/* palette global token*/
|
|
28719
28723
|
/* color opaque */
|
|
28720
28724
|
/* color transparent */
|
|
@@ -30256,15 +30260,6 @@ html body {
|
|
|
30256
30260
|
margin-right: 4px;
|
|
30257
30261
|
}
|
|
30258
30262
|
|
|
30259
|
-
.obf05yr {
|
|
30260
|
-
display: inline-block;
|
|
30261
|
-
}
|
|
30262
|
-
|
|
30263
|
-
.hsms1n6 {
|
|
30264
|
-
visibility: hidden;
|
|
30265
|
-
position: absolute;
|
|
30266
|
-
}
|
|
30267
|
-
|
|
30268
30263
|
.p12gwtiw {
|
|
30269
30264
|
display: flex;
|
|
30270
30265
|
justify-content: space-between;
|
|
@@ -30468,6 +30463,15 @@ html body {
|
|
|
30468
30463
|
width: 36px;
|
|
30469
30464
|
}
|
|
30470
30465
|
|
|
30466
|
+
.obf05yr {
|
|
30467
|
+
display: inline-block;
|
|
30468
|
+
}
|
|
30469
|
+
|
|
30470
|
+
.hsms1n6 {
|
|
30471
|
+
visibility: hidden;
|
|
30472
|
+
position: absolute;
|
|
30473
|
+
}
|
|
30474
|
+
|
|
30471
30475
|
.cz04yix {
|
|
30472
30476
|
display: flex;
|
|
30473
30477
|
flex-direction: column;
|
|
@@ -32171,10 +32175,6 @@ input.rrg1fkn.ant-input {
|
|
|
32171
32175
|
cursor: default;
|
|
32172
32176
|
}
|
|
32173
32177
|
|
|
32174
|
-
.iiqau4c.ant-input-group.ant-input-group-compact {
|
|
32175
|
-
display: flex;
|
|
32176
|
-
}
|
|
32177
|
-
|
|
32178
32178
|
.shq1k1g.ant-select, .shq1k1g.ant-select .ant-select-selector {
|
|
32179
32179
|
border-radius: 6px;
|
|
32180
32180
|
}
|
|
@@ -32232,6 +32232,20 @@ input.rrg1fkn.ant-input {
|
|
|
32232
32232
|
transform: rotate(180deg);
|
|
32233
32233
|
}
|
|
32234
32234
|
|
|
32235
|
+
.iiqau4c.ant-input-group.ant-input-group-compact {
|
|
32236
|
+
display: flex;
|
|
32237
|
+
}
|
|
32238
|
+
|
|
32239
|
+
.igz4le8 {
|
|
32240
|
+
height: 24px;
|
|
32241
|
+
width: 56px !important;
|
|
32242
|
+
margin-right: 4px;
|
|
32243
|
+
}
|
|
32244
|
+
|
|
32245
|
+
.c1riexje {
|
|
32246
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32247
|
+
}
|
|
32248
|
+
|
|
32235
32249
|
.s14dk8r1 {
|
|
32236
32250
|
margin: 0;
|
|
32237
32251
|
border-radius: 20px;
|
|
@@ -32306,16 +32320,6 @@ input.rrg1fkn.ant-input {
|
|
|
32306
32320
|
display: inline-block;
|
|
32307
32321
|
}
|
|
32308
32322
|
|
|
32309
|
-
.igz4le8 {
|
|
32310
|
-
height: 24px;
|
|
32311
|
-
width: 56px !important;
|
|
32312
|
-
margin-right: 4px;
|
|
32313
|
-
}
|
|
32314
|
-
|
|
32315
|
-
.c1riexje {
|
|
32316
|
-
color: rgba(44, 56, 82, 0.6);
|
|
32317
|
-
}
|
|
32318
|
-
|
|
32319
32323
|
.m1thnes4 {
|
|
32320
32324
|
color: rgba(44, 56, 82, 0.6);
|
|
32321
32325
|
text-align: center;
|
|
@@ -32533,6 +32537,10 @@ input.rrg1fkn.ant-input {
|
|
|
32533
32537
|
color: #1d326c;
|
|
32534
32538
|
background-color: rgba(225, 230, 241, 0.6);
|
|
32535
32539
|
}
|
|
32540
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-purple {
|
|
32541
|
+
color: #7E41FF;
|
|
32542
|
+
background-color: rgba(126, 65, 255, 0.1);
|
|
32543
|
+
}
|
|
32536
32544
|
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
|
|
32537
32545
|
color: #fff;
|
|
32538
32546
|
}
|
|
@@ -32551,6 +32559,18 @@ input.rrg1fkn.ant-input {
|
|
|
32551
32559
|
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
|
|
32552
32560
|
background-color: #6b7d99;
|
|
32553
32561
|
}
|
|
32562
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
|
|
32563
|
+
background-color: #7E41FF;
|
|
32564
|
+
}
|
|
32565
|
+
|
|
32566
|
+
.o8ocss1 {
|
|
32567
|
+
overflow: hidden;
|
|
32568
|
+
text-overflow: ellipsis;
|
|
32569
|
+
}
|
|
32570
|
+
|
|
32571
|
+
.n17syc35 {
|
|
32572
|
+
white-space: nowrap;
|
|
32573
|
+
}
|
|
32554
32574
|
|
|
32555
32575
|
.sq6vos1 {
|
|
32556
32576
|
--item-min-width: 60px;
|
|
@@ -32827,35 +32847,21 @@ input.rrg1fkn.ant-input {
|
|
|
32827
32847
|
margin-right: 6px;
|
|
32828
32848
|
}
|
|
32829
32849
|
|
|
32830
|
-
.
|
|
32831
|
-
|
|
32832
|
-
margin-bottom: 0 !important;
|
|
32833
|
-
flex-flow: nowrap !important;
|
|
32834
|
-
line-break: auto;
|
|
32835
|
-
}
|
|
32836
|
-
.f1p9ti6d > .ant-form-item-label {
|
|
32837
|
-
text-align: left !important;
|
|
32838
|
-
padding-bottom: 0 !important;
|
|
32839
|
-
}
|
|
32840
|
-
.f1p9ti6d > .ant-form-item-label > label {
|
|
32841
|
-
min-height: 32px;
|
|
32842
|
-
height: auto;
|
|
32843
|
-
font-size: 13px;
|
|
32844
|
-
color: rgba(44, 56, 82, 0.6);
|
|
32845
|
-
white-space: normal;
|
|
32850
|
+
.bab9xum {
|
|
32851
|
+
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);
|
|
32846
32852
|
}
|
|
32847
|
-
|
|
32848
|
-
|
|
32853
|
+
|
|
32854
|
+
.cav4gt6 {
|
|
32855
|
+
border-radius: 8px;
|
|
32856
|
+
background-color: white;
|
|
32849
32857
|
}
|
|
32850
|
-
.
|
|
32851
|
-
|
|
32852
|
-
font-size: 12px;
|
|
32853
|
-
min-height: 0px;
|
|
32858
|
+
.cav4gt6.hoverable {
|
|
32859
|
+
cursor: pointer;
|
|
32854
32860
|
}
|
|
32855
|
-
.
|
|
32856
|
-
|
|
32857
|
-
|
|
32858
|
-
|
|
32861
|
+
.cav4gt6.hoverable:hover {
|
|
32862
|
+
transition: all 200ms ease;
|
|
32863
|
+
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
32864
|
+
transform: translateY(-4px);
|
|
32859
32865
|
}
|
|
32860
32866
|
|
|
32861
32867
|
.tc40oxa {
|
|
@@ -33051,21 +33057,35 @@ input.rrg1fkn.ant-input {
|
|
|
33051
33057
|
margin-right: 8px;
|
|
33052
33058
|
}
|
|
33053
33059
|
|
|
33054
|
-
.
|
|
33055
|
-
|
|
33060
|
+
.f1p9ti6d {
|
|
33061
|
+
width: 100%;
|
|
33062
|
+
margin-bottom: 0 !important;
|
|
33063
|
+
flex-flow: nowrap !important;
|
|
33064
|
+
line-break: auto;
|
|
33056
33065
|
}
|
|
33057
|
-
|
|
33058
|
-
|
|
33059
|
-
|
|
33060
|
-
background-color: white;
|
|
33066
|
+
.f1p9ti6d > .ant-form-item-label {
|
|
33067
|
+
text-align: left !important;
|
|
33068
|
+
padding-bottom: 0 !important;
|
|
33061
33069
|
}
|
|
33062
|
-
.
|
|
33063
|
-
|
|
33070
|
+
.f1p9ti6d > .ant-form-item-label > label {
|
|
33071
|
+
min-height: 32px;
|
|
33072
|
+
height: auto;
|
|
33073
|
+
font-size: 13px;
|
|
33074
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33075
|
+
white-space: normal;
|
|
33064
33076
|
}
|
|
33065
|
-
.
|
|
33066
|
-
|
|
33067
|
-
|
|
33068
|
-
|
|
33077
|
+
.f1p9ti6d.ant-form-item-has-error .ant-input {
|
|
33078
|
+
border-color: #ff4d4f !important;
|
|
33079
|
+
}
|
|
33080
|
+
.f1p9ti6d .ant-form-item-explain {
|
|
33081
|
+
margin-top: 4px;
|
|
33082
|
+
font-size: 12px;
|
|
33083
|
+
min-height: 0px;
|
|
33084
|
+
}
|
|
33085
|
+
.f1p9ti6d .ant-form-item-extra {
|
|
33086
|
+
font-size: 12px;
|
|
33087
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33088
|
+
min-height: 0px;
|
|
33069
33089
|
}
|
|
33070
33090
|
|
|
33071
33091
|
.w1xcixj5.outside-tag {
|