@cloudtower/eagle 0.26.36 → 0.26.38
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.css +123 -123
- package/dist/esm/stats1.html +1 -1
- package/dist/style.css +1663 -1663
- package/dist/umd/stats1.html +1 -1
- package/package.json +5 -5
package/dist/components.css
CHANGED
|
@@ -30090,6 +30090,34 @@ html body {
|
|
|
30090
30090
|
padding: 0;
|
|
30091
30091
|
}
|
|
30092
30092
|
|
|
30093
|
+
.iap75of {
|
|
30094
|
+
height: 18px;
|
|
30095
|
+
line-height: 18px;
|
|
30096
|
+
padding: 0 4px;
|
|
30097
|
+
border-radius: 4px;
|
|
30098
|
+
background: rgba(235, 239, 245, 0.6);
|
|
30099
|
+
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
30100
|
+
display: flex;
|
|
30101
|
+
align-items: center;
|
|
30102
|
+
white-space: nowrap;
|
|
30103
|
+
margin-right: 4px;
|
|
30104
|
+
}
|
|
30105
|
+
|
|
30106
|
+
.fde5mpd {
|
|
30107
|
+
width: 100%;
|
|
30108
|
+
height: 100%;
|
|
30109
|
+
min-height: 124px;
|
|
30110
|
+
display: flex;
|
|
30111
|
+
flex-direction: column;
|
|
30112
|
+
justify-content: center;
|
|
30113
|
+
align-items: center;
|
|
30114
|
+
}
|
|
30115
|
+
.fde5mpd .error-text {
|
|
30116
|
+
color: rgba(10, 37, 85, 0.6);
|
|
30117
|
+
margin-bottom: 16px;
|
|
30118
|
+
font-size: 18px;
|
|
30119
|
+
}
|
|
30120
|
+
|
|
30093
30121
|
.bpq0js6 {
|
|
30094
30122
|
padding: 4px 11px;
|
|
30095
30123
|
}
|
|
@@ -30119,21 +30147,6 @@ html body {
|
|
|
30119
30147
|
border-radius: unset;
|
|
30120
30148
|
}
|
|
30121
30149
|
|
|
30122
|
-
.fde5mpd {
|
|
30123
|
-
width: 100%;
|
|
30124
|
-
height: 100%;
|
|
30125
|
-
min-height: 124px;
|
|
30126
|
-
display: flex;
|
|
30127
|
-
flex-direction: column;
|
|
30128
|
-
justify-content: center;
|
|
30129
|
-
align-items: center;
|
|
30130
|
-
}
|
|
30131
|
-
.fde5mpd .error-text {
|
|
30132
|
-
color: rgba(10, 37, 85, 0.6);
|
|
30133
|
-
margin-bottom: 16px;
|
|
30134
|
-
font-size: 18px;
|
|
30135
|
-
}
|
|
30136
|
-
|
|
30137
30150
|
.i1mrf09m {
|
|
30138
30151
|
display: inline-flex;
|
|
30139
30152
|
align-items: center;
|
|
@@ -30152,19 +30165,6 @@ html body {
|
|
|
30152
30165
|
animation: rotate 680ms linear infinite;
|
|
30153
30166
|
}
|
|
30154
30167
|
|
|
30155
|
-
.iap75of {
|
|
30156
|
-
height: 18px;
|
|
30157
|
-
line-height: 18px;
|
|
30158
|
-
padding: 0 4px;
|
|
30159
|
-
border-radius: 4px;
|
|
30160
|
-
background: rgba(235, 239, 245, 0.6);
|
|
30161
|
-
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
30162
|
-
display: flex;
|
|
30163
|
-
align-items: center;
|
|
30164
|
-
white-space: nowrap;
|
|
30165
|
-
margin-right: 4px;
|
|
30166
|
-
}
|
|
30167
|
-
|
|
30168
30168
|
.obf05yr {
|
|
30169
30169
|
display: inline-block;
|
|
30170
30170
|
}
|
|
@@ -30174,6 +30174,61 @@ html body {
|
|
|
30174
30174
|
position: absolute;
|
|
30175
30175
|
}
|
|
30176
30176
|
|
|
30177
|
+
.s34f1qb.ant-switch {
|
|
30178
|
+
min-width: 40px;
|
|
30179
|
+
height: 24px;
|
|
30180
|
+
background: rgba(172, 186, 211, 0.6);
|
|
30181
|
+
overflow: hidden;
|
|
30182
|
+
}
|
|
30183
|
+
.s34f1qb.ant-switch:focus {
|
|
30184
|
+
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
30185
|
+
}
|
|
30186
|
+
.s34f1qb.ant-switch-small {
|
|
30187
|
+
min-width: 26px;
|
|
30188
|
+
height: 16px;
|
|
30189
|
+
}
|
|
30190
|
+
.s34f1qb.ant-switch-large {
|
|
30191
|
+
min-width: 52px;
|
|
30192
|
+
height: 32px;
|
|
30193
|
+
}
|
|
30194
|
+
.s34f1qb.ant-switch .ant-switch-handle {
|
|
30195
|
+
height: 20px;
|
|
30196
|
+
width: 20px;
|
|
30197
|
+
}
|
|
30198
|
+
.s34f1qb.ant-switch .ant-switch-handle::before {
|
|
30199
|
+
border-radius: 10px;
|
|
30200
|
+
transition-delay: 120ms;
|
|
30201
|
+
}
|
|
30202
|
+
.s34f1qb.ant-switch-small .ant-switch-handle {
|
|
30203
|
+
height: 14px;
|
|
30204
|
+
width: 14px;
|
|
30205
|
+
top: 1px;
|
|
30206
|
+
left: 1px;
|
|
30207
|
+
}
|
|
30208
|
+
.s34f1qb.ant-switch-large .ant-switch-handle {
|
|
30209
|
+
height: 28px;
|
|
30210
|
+
width: 28px;
|
|
30211
|
+
}
|
|
30212
|
+
.s34f1qb.ant-switch-large .ant-switch-handle::before {
|
|
30213
|
+
border-radius: 14px;
|
|
30214
|
+
}
|
|
30215
|
+
.s34f1qb.ant-switch-checked {
|
|
30216
|
+
background-color: #00ba5d;
|
|
30217
|
+
}
|
|
30218
|
+
.s34f1qb.ant-switch-checked .ant-switch-handle {
|
|
30219
|
+
left: calc(100% - 20px - 2px);
|
|
30220
|
+
}
|
|
30221
|
+
.s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
30222
|
+
left: calc(100% - 14px - 1px);
|
|
30223
|
+
}
|
|
30224
|
+
.s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
30225
|
+
left: calc(100% - 28px - 2px);
|
|
30226
|
+
}
|
|
30227
|
+
|
|
30228
|
+
.c1to9vb9 {
|
|
30229
|
+
margin-left: 5px;
|
|
30230
|
+
}
|
|
30231
|
+
|
|
30177
30232
|
.p12gwtiw {
|
|
30178
30233
|
display: flex;
|
|
30179
30234
|
justify-content: space-between;
|
|
@@ -30989,61 +31044,6 @@ input.rrg1fkn.ant-input {
|
|
|
30989
31044
|
border-bottom-left-radius: 0;
|
|
30990
31045
|
}
|
|
30991
31046
|
|
|
30992
|
-
.s34f1qb.ant-switch {
|
|
30993
|
-
min-width: 40px;
|
|
30994
|
-
height: 24px;
|
|
30995
|
-
background: rgba(172, 186, 211, 0.6);
|
|
30996
|
-
overflow: hidden;
|
|
30997
|
-
}
|
|
30998
|
-
.s34f1qb.ant-switch:focus {
|
|
30999
|
-
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
31000
|
-
}
|
|
31001
|
-
.s34f1qb.ant-switch-small {
|
|
31002
|
-
min-width: 26px;
|
|
31003
|
-
height: 16px;
|
|
31004
|
-
}
|
|
31005
|
-
.s34f1qb.ant-switch-large {
|
|
31006
|
-
min-width: 52px;
|
|
31007
|
-
height: 32px;
|
|
31008
|
-
}
|
|
31009
|
-
.s34f1qb.ant-switch .ant-switch-handle {
|
|
31010
|
-
height: 20px;
|
|
31011
|
-
width: 20px;
|
|
31012
|
-
}
|
|
31013
|
-
.s34f1qb.ant-switch .ant-switch-handle::before {
|
|
31014
|
-
border-radius: 10px;
|
|
31015
|
-
transition-delay: 120ms;
|
|
31016
|
-
}
|
|
31017
|
-
.s34f1qb.ant-switch-small .ant-switch-handle {
|
|
31018
|
-
height: 14px;
|
|
31019
|
-
width: 14px;
|
|
31020
|
-
top: 1px;
|
|
31021
|
-
left: 1px;
|
|
31022
|
-
}
|
|
31023
|
-
.s34f1qb.ant-switch-large .ant-switch-handle {
|
|
31024
|
-
height: 28px;
|
|
31025
|
-
width: 28px;
|
|
31026
|
-
}
|
|
31027
|
-
.s34f1qb.ant-switch-large .ant-switch-handle::before {
|
|
31028
|
-
border-radius: 14px;
|
|
31029
|
-
}
|
|
31030
|
-
.s34f1qb.ant-switch-checked {
|
|
31031
|
-
background-color: #00ba5d;
|
|
31032
|
-
}
|
|
31033
|
-
.s34f1qb.ant-switch-checked .ant-switch-handle {
|
|
31034
|
-
left: calc(100% - 20px - 2px);
|
|
31035
|
-
}
|
|
31036
|
-
.s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
31037
|
-
left: calc(100% - 14px - 1px);
|
|
31038
|
-
}
|
|
31039
|
-
.s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
31040
|
-
left: calc(100% - 28px - 2px);
|
|
31041
|
-
}
|
|
31042
|
-
|
|
31043
|
-
.c1to9vb9 {
|
|
31044
|
-
margin-left: 5px;
|
|
31045
|
-
}
|
|
31046
|
-
|
|
31047
31047
|
.t1upn1sz {
|
|
31048
31048
|
height: 100%;
|
|
31049
31049
|
}
|
|
@@ -32769,37 +32769,6 @@ input.rrg1fkn.ant-input {
|
|
|
32769
32769
|
margin-right: 6px;
|
|
32770
32770
|
}
|
|
32771
32771
|
|
|
32772
|
-
.f1p9ti6d {
|
|
32773
|
-
width: 100%;
|
|
32774
|
-
margin-bottom: 0 !important;
|
|
32775
|
-
flex-flow: nowrap !important;
|
|
32776
|
-
line-break: auto;
|
|
32777
|
-
}
|
|
32778
|
-
.f1p9ti6d > .ant-form-item-label {
|
|
32779
|
-
text-align: left !important;
|
|
32780
|
-
padding-bottom: 0 !important;
|
|
32781
|
-
}
|
|
32782
|
-
.f1p9ti6d > .ant-form-item-label > label {
|
|
32783
|
-
min-height: 32px;
|
|
32784
|
-
height: auto;
|
|
32785
|
-
font-size: 13px;
|
|
32786
|
-
color: rgba(44, 56, 82, 0.6);
|
|
32787
|
-
white-space: normal;
|
|
32788
|
-
}
|
|
32789
|
-
.f1p9ti6d.ant-form-item-has-error .ant-input {
|
|
32790
|
-
border-color: #ff4d4f !important;
|
|
32791
|
-
}
|
|
32792
|
-
.f1p9ti6d .ant-form-item-explain {
|
|
32793
|
-
margin-top: 4px;
|
|
32794
|
-
font-size: 12px;
|
|
32795
|
-
min-height: 0px;
|
|
32796
|
-
}
|
|
32797
|
-
.f1p9ti6d .ant-form-item-extra {
|
|
32798
|
-
font-size: 12px;
|
|
32799
|
-
color: rgba(44, 56, 82, 0.6);
|
|
32800
|
-
min-height: 0px;
|
|
32801
|
-
}
|
|
32802
|
-
|
|
32803
32772
|
.bab9xum {
|
|
32804
32773
|
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);
|
|
32805
32774
|
}
|
|
@@ -33010,6 +32979,37 @@ input.rrg1fkn.ant-input {
|
|
|
33010
32979
|
margin-right: 8px;
|
|
33011
32980
|
}
|
|
33012
32981
|
|
|
32982
|
+
.f1p9ti6d {
|
|
32983
|
+
width: 100%;
|
|
32984
|
+
margin-bottom: 0 !important;
|
|
32985
|
+
flex-flow: nowrap !important;
|
|
32986
|
+
line-break: auto;
|
|
32987
|
+
}
|
|
32988
|
+
.f1p9ti6d > .ant-form-item-label {
|
|
32989
|
+
text-align: left !important;
|
|
32990
|
+
padding-bottom: 0 !important;
|
|
32991
|
+
}
|
|
32992
|
+
.f1p9ti6d > .ant-form-item-label > label {
|
|
32993
|
+
min-height: 32px;
|
|
32994
|
+
height: auto;
|
|
32995
|
+
font-size: 13px;
|
|
32996
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32997
|
+
white-space: normal;
|
|
32998
|
+
}
|
|
32999
|
+
.f1p9ti6d.ant-form-item-has-error .ant-input {
|
|
33000
|
+
border-color: #ff4d4f !important;
|
|
33001
|
+
}
|
|
33002
|
+
.f1p9ti6d .ant-form-item-explain {
|
|
33003
|
+
margin-top: 4px;
|
|
33004
|
+
font-size: 12px;
|
|
33005
|
+
min-height: 0px;
|
|
33006
|
+
}
|
|
33007
|
+
.f1p9ti6d .ant-form-item-extra {
|
|
33008
|
+
font-size: 12px;
|
|
33009
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33010
|
+
min-height: 0px;
|
|
33011
|
+
}
|
|
33012
|
+
|
|
33013
33013
|
.at4ovwe .ant-input-number-handler-wrap {
|
|
33014
33014
|
display: var(--at4ovwe-0);
|
|
33015
33015
|
}
|
|
@@ -33060,15 +33060,6 @@ input.rrg1fkn.ant-input {
|
|
|
33060
33060
|
font-size: inherit;
|
|
33061
33061
|
}
|
|
33062
33062
|
|
|
33063
|
-
.w1xcixj5.outside-tag {
|
|
33064
|
-
padding-left: 0;
|
|
33065
|
-
}
|
|
33066
|
-
.w1xcixj5.outside-tag .inside-tag {
|
|
33067
|
-
border-radius: 4px 0 0 4px;
|
|
33068
|
-
padding-right: 4px;
|
|
33069
|
-
margin-right: 4px;
|
|
33070
|
-
}
|
|
33071
|
-
|
|
33072
33063
|
.sut42l0 {
|
|
33073
33064
|
padding: 0 8px;
|
|
33074
33065
|
height: 18px;
|
|
@@ -33088,6 +33079,15 @@ input.rrg1fkn.ant-input {
|
|
|
33088
33079
|
height: 16px;
|
|
33089
33080
|
}
|
|
33090
33081
|
|
|
33082
|
+
.w1xcixj5.outside-tag {
|
|
33083
|
+
padding-left: 0;
|
|
33084
|
+
}
|
|
33085
|
+
.w1xcixj5.outside-tag .inside-tag {
|
|
33086
|
+
border-radius: 4px 0 0 4px;
|
|
33087
|
+
padding-right: 4px;
|
|
33088
|
+
margin-right: 4px;
|
|
33089
|
+
}
|
|
33090
|
+
|
|
33091
33091
|
.iwsze0q {
|
|
33092
33092
|
margin-right: 4px;
|
|
33093
33093
|
height: 16px;
|