@cloudtower/eagle 0.26.30-dry-2 → 0.26.30-dry-3
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 +475 -484
- package/dist/esm/index.js +902 -955
- package/dist/esm/stats1.html +1 -1
- package/dist/spec/base.d.ts +0 -1
- package/dist/style.css +60 -69
- package/dist/umd/index.js +901 -954
- package/dist/umd/stats1.html +1 -1
- package/package.json +5 -5
- package/dist/components/I18nNameTag/index.d.ts +0 -10
package/dist/style.css
CHANGED
|
@@ -29366,6 +29366,15 @@ p {
|
|
|
29366
29366
|
|
|
29367
29367
|
.ant-btn {
|
|
29368
29368
|
border-radius: 4px;
|
|
29369
|
+
padding: 5px 12px;
|
|
29370
|
+
}
|
|
29371
|
+
|
|
29372
|
+
.ant-btn-lg {
|
|
29373
|
+
padding: 8px 16px;
|
|
29374
|
+
}
|
|
29375
|
+
|
|
29376
|
+
.ant-btn-sm {
|
|
29377
|
+
padding: 2px 8px;
|
|
29369
29378
|
}
|
|
29370
29379
|
|
|
29371
29380
|
.ant-select {
|
|
@@ -29930,14 +29939,10 @@ html body {
|
|
|
29930
29939
|
.buj61ew.ant-btn-icon-only {
|
|
29931
29940
|
justify-content: center;
|
|
29932
29941
|
}
|
|
29933
|
-
.buj61ew.ant-btn.ant-btn-link {
|
|
29934
|
-
padding: 0;
|
|
29935
|
-
}
|
|
29936
29942
|
.buj61ew.ant-btn {
|
|
29937
29943
|
display: inline-flex;
|
|
29938
29944
|
align-items: center;
|
|
29939
29945
|
justify-content: center;
|
|
29940
|
-
padding: 5px 12px;
|
|
29941
29946
|
height: 32px;
|
|
29942
29947
|
border-radius: 6px;
|
|
29943
29948
|
line-height: 22px;
|
|
@@ -29947,10 +29952,8 @@ html body {
|
|
|
29947
29952
|
.buj61ew.ant-btn.ant-btn-lg {
|
|
29948
29953
|
height: 40px;
|
|
29949
29954
|
line-height: 24px;
|
|
29950
|
-
padding: 8px 16px;
|
|
29951
29955
|
}
|
|
29952
29956
|
.buj61ew.ant-btn.ant-btn-sm {
|
|
29953
|
-
padding: 2px 8px;
|
|
29954
29957
|
height: 24px;
|
|
29955
29958
|
line-height: 20px;
|
|
29956
29959
|
}
|
|
@@ -30183,21 +30186,6 @@ html body {
|
|
|
30183
30186
|
padding: 0;
|
|
30184
30187
|
}
|
|
30185
30188
|
|
|
30186
|
-
.fde5mpd {
|
|
30187
|
-
width: 100%;
|
|
30188
|
-
height: 100%;
|
|
30189
|
-
min-height: 124px;
|
|
30190
|
-
display: flex;
|
|
30191
|
-
flex-direction: column;
|
|
30192
|
-
justify-content: center;
|
|
30193
|
-
align-items: center;
|
|
30194
|
-
}
|
|
30195
|
-
.fde5mpd .error-text {
|
|
30196
|
-
color: rgba(10, 37, 85, 0.6);
|
|
30197
|
-
margin-bottom: 16px;
|
|
30198
|
-
font-size: 18px;
|
|
30199
|
-
}
|
|
30200
|
-
|
|
30201
30189
|
.bpq0js6 {
|
|
30202
30190
|
padding: 4px 11px;
|
|
30203
30191
|
}
|
|
@@ -30227,6 +30215,21 @@ html body {
|
|
|
30227
30215
|
border-radius: unset;
|
|
30228
30216
|
}
|
|
30229
30217
|
|
|
30218
|
+
.fde5mpd {
|
|
30219
|
+
width: 100%;
|
|
30220
|
+
height: 100%;
|
|
30221
|
+
min-height: 124px;
|
|
30222
|
+
display: flex;
|
|
30223
|
+
flex-direction: column;
|
|
30224
|
+
justify-content: center;
|
|
30225
|
+
align-items: center;
|
|
30226
|
+
}
|
|
30227
|
+
.fde5mpd .error-text {
|
|
30228
|
+
color: rgba(10, 37, 85, 0.6);
|
|
30229
|
+
margin-bottom: 16px;
|
|
30230
|
+
font-size: 18px;
|
|
30231
|
+
}
|
|
30232
|
+
|
|
30230
30233
|
.i1mrf09m {
|
|
30231
30234
|
display: inline-flex;
|
|
30232
30235
|
align-items: center;
|
|
@@ -32575,18 +32578,6 @@ input.rrg1fkn.ant-input {
|
|
|
32575
32578
|
white-space: nowrap;
|
|
32576
32579
|
}
|
|
32577
32580
|
|
|
32578
|
-
.n3qomhu {
|
|
32579
|
-
font-size: 90%;
|
|
32580
|
-
font-weight: bold;
|
|
32581
|
-
background-color: rgba(240, 243, 247, 0.6);
|
|
32582
|
-
padding: 1px 4px 1px;
|
|
32583
|
-
margin-left: 2px;
|
|
32584
|
-
margin-right: 2px;
|
|
32585
|
-
border: 1px solid rgba(213, 219, 227, 0.6);
|
|
32586
|
-
border-radius: 4px;
|
|
32587
|
-
word-break: break-all;
|
|
32588
|
-
}
|
|
32589
|
-
|
|
32590
32581
|
.sq6vos1 {
|
|
32591
32582
|
--item-min-width: 60px;
|
|
32592
32583
|
}
|
|
@@ -32862,23 +32853,6 @@ input.rrg1fkn.ant-input {
|
|
|
32862
32853
|
margin-right: 6px;
|
|
32863
32854
|
}
|
|
32864
32855
|
|
|
32865
|
-
.bab9xum {
|
|
32866
|
-
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);
|
|
32867
|
-
}
|
|
32868
|
-
|
|
32869
|
-
.cav4gt6 {
|
|
32870
|
-
border-radius: 8px;
|
|
32871
|
-
background-color: white;
|
|
32872
|
-
}
|
|
32873
|
-
.cav4gt6.hoverable {
|
|
32874
|
-
cursor: pointer;
|
|
32875
|
-
}
|
|
32876
|
-
.cav4gt6.hoverable:hover {
|
|
32877
|
-
transition: all 200ms ease;
|
|
32878
|
-
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
32879
|
-
transform: translateY(-4px);
|
|
32880
|
-
}
|
|
32881
|
-
|
|
32882
32856
|
.tc40oxa {
|
|
32883
32857
|
margin-bottom: 4px;
|
|
32884
32858
|
color: rgba(44, 56, 82, 0.6);
|
|
@@ -33072,6 +33046,23 @@ input.rrg1fkn.ant-input {
|
|
|
33072
33046
|
margin-right: 8px;
|
|
33073
33047
|
}
|
|
33074
33048
|
|
|
33049
|
+
.bab9xum {
|
|
33050
|
+
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);
|
|
33051
|
+
}
|
|
33052
|
+
|
|
33053
|
+
.cav4gt6 {
|
|
33054
|
+
border-radius: 8px;
|
|
33055
|
+
background-color: white;
|
|
33056
|
+
}
|
|
33057
|
+
.cav4gt6.hoverable {
|
|
33058
|
+
cursor: pointer;
|
|
33059
|
+
}
|
|
33060
|
+
.cav4gt6.hoverable:hover {
|
|
33061
|
+
transition: all 200ms ease;
|
|
33062
|
+
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
33063
|
+
transform: translateY(-4px);
|
|
33064
|
+
}
|
|
33065
|
+
|
|
33075
33066
|
.f1p9ti6d {
|
|
33076
33067
|
width: 100%;
|
|
33077
33068
|
margin-bottom: 0 !important;
|
|
@@ -33186,6 +33177,25 @@ input.rrg1fkn.ant-input {
|
|
|
33186
33177
|
font-size: inherit;
|
|
33187
33178
|
}
|
|
33188
33179
|
|
|
33180
|
+
.feau332.ant-form-item {
|
|
33181
|
+
margin-bottom: 0;
|
|
33182
|
+
}
|
|
33183
|
+
.feau332 .ant-form-item-explain {
|
|
33184
|
+
display: none;
|
|
33185
|
+
min-height: 18px;
|
|
33186
|
+
margin-top: 5px;
|
|
33187
|
+
font-family: "Inter";
|
|
33188
|
+
font-weight: 400;
|
|
33189
|
+
font-size: 12px;
|
|
33190
|
+
line-height: 18px;
|
|
33191
|
+
}
|
|
33192
|
+
.feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) {
|
|
33193
|
+
white-space: pre-wrap;
|
|
33194
|
+
}
|
|
33195
|
+
.feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) .ant-form-item-explain {
|
|
33196
|
+
display: block;
|
|
33197
|
+
}
|
|
33198
|
+
|
|
33189
33199
|
.a6dbbkm .ant-input-number-handler-wrap {
|
|
33190
33200
|
display: var(--a6dbbkm-0);
|
|
33191
33201
|
}
|
|
@@ -33215,23 +33225,4 @@ input.rrg1fkn.ant-input {
|
|
|
33215
33225
|
margin: 0;
|
|
33216
33226
|
height: auto;
|
|
33217
33227
|
font-size: inherit;
|
|
33218
|
-
}
|
|
33219
|
-
|
|
33220
|
-
.feau332.ant-form-item {
|
|
33221
|
-
margin-bottom: 0;
|
|
33222
|
-
}
|
|
33223
|
-
.feau332 .ant-form-item-explain {
|
|
33224
|
-
display: none;
|
|
33225
|
-
min-height: 18px;
|
|
33226
|
-
margin-top: 5px;
|
|
33227
|
-
font-family: "Inter";
|
|
33228
|
-
font-weight: 400;
|
|
33229
|
-
font-size: 12px;
|
|
33230
|
-
line-height: 18px;
|
|
33231
|
-
}
|
|
33232
|
-
.feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) {
|
|
33233
|
-
white-space: pre-wrap;
|
|
33234
|
-
}
|
|
33235
|
-
.feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) .ant-form-item-explain {
|
|
33236
|
-
display: block;
|
|
33237
33228
|
}
|