@cloudtower/eagle 0.25.15 → 0.25.16
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/Modal/ImmersiveModal.d.ts +2 -3
- package/dist/components.css +391 -391
- package/dist/esm/index.js +435 -432
- package/dist/esm/stats1.html +1 -1
- package/dist/spec/base.d.ts +2 -0
- package/dist/store/modal.d.ts +2 -0
- package/dist/style.css +130 -130
- package/dist/umd/index.js +436 -433
- package/dist/umd/stats1.html +1 -1
- package/package.json +5 -5
package/dist/style.css
CHANGED
|
@@ -1651,33 +1651,35 @@ html body {
|
|
|
1651
1651
|
font-size: 18px;
|
|
1652
1652
|
}
|
|
1653
1653
|
|
|
1654
|
-
.
|
|
1655
|
-
|
|
1656
|
-
|
|
1657
|
-
|
|
1658
|
-
|
|
1654
|
+
.iap75of {
|
|
1655
|
+
height: 18px;
|
|
1656
|
+
line-height: 18px;
|
|
1657
|
+
padding: 0 4px;
|
|
1658
|
+
border-radius: 4px;
|
|
1659
|
+
background: rgba(235, 239, 245, 0.6);
|
|
1660
|
+
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
1661
|
+
display: flex;
|
|
1662
|
+
align-items: center;
|
|
1659
1663
|
white-space: nowrap;
|
|
1660
|
-
|
|
1661
|
-
}
|
|
1662
|
-
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
1663
|
-
--color: #0080ff;
|
|
1664
|
-
}
|
|
1665
|
-
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous)[disabled], .b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous):hover[disabled] {
|
|
1666
|
-
--color: #0080ff;
|
|
1664
|
+
margin-right: 4px;
|
|
1667
1665
|
}
|
|
1668
|
-
|
|
1669
|
-
|
|
1666
|
+
|
|
1667
|
+
.i1mrf09m {
|
|
1668
|
+
display: inline-flex;
|
|
1669
|
+
align-items: center;
|
|
1670
1670
|
}
|
|
1671
|
-
.
|
|
1672
|
-
|
|
1673
|
-
|
|
1671
|
+
.i1mrf09m .icon-inner {
|
|
1672
|
+
display: inline-flex;
|
|
1673
|
+
align-items: center;
|
|
1674
|
+
justify-content: center;
|
|
1674
1675
|
}
|
|
1675
|
-
.
|
|
1676
|
-
|
|
1677
|
-
|
|
1676
|
+
.i1mrf09m .icon-inner + span,
|
|
1677
|
+
.i1mrf09m span + .icon-inner.suffix {
|
|
1678
|
+
margin-left: 4px;
|
|
1678
1679
|
}
|
|
1679
|
-
.
|
|
1680
|
-
|
|
1680
|
+
.i1mrf09m.is-rotate img,
|
|
1681
|
+
.i1mrf09m.is-rotate svg {
|
|
1682
|
+
animation: rotate 680ms linear infinite;
|
|
1681
1683
|
}
|
|
1682
1684
|
|
|
1683
1685
|
.buj61ew.ant-btn {
|
|
@@ -1928,35 +1930,33 @@ html body {
|
|
|
1928
1930
|
padding: 0;
|
|
1929
1931
|
}
|
|
1930
1932
|
|
|
1931
|
-
.
|
|
1932
|
-
|
|
1933
|
-
align-items: center;
|
|
1933
|
+
.bpq0js6 {
|
|
1934
|
+
padding: 4px 11px;
|
|
1934
1935
|
}
|
|
1935
|
-
|
|
1936
|
-
|
|
1937
|
-
|
|
1938
|
-
|
|
1936
|
+
|
|
1937
|
+
.b15sn34c {
|
|
1938
|
+
white-space: nowrap;
|
|
1939
|
+
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
1939
1940
|
}
|
|
1940
|
-
.
|
|
1941
|
-
|
|
1942
|
-
margin-left: 4px;
|
|
1941
|
+
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
1942
|
+
--color: #0080ff;
|
|
1943
1943
|
}
|
|
1944
|
-
.
|
|
1945
|
-
|
|
1946
|
-
animation: rotate 680ms linear infinite;
|
|
1944
|
+
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous)[disabled], .b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous):hover[disabled] {
|
|
1945
|
+
--color: #0080ff;
|
|
1947
1946
|
}
|
|
1948
|
-
|
|
1949
|
-
|
|
1950
|
-
|
|
1951
|
-
|
|
1952
|
-
|
|
1953
|
-
border-radius:
|
|
1954
|
-
|
|
1955
|
-
|
|
1956
|
-
|
|
1957
|
-
|
|
1958
|
-
|
|
1959
|
-
|
|
1947
|
+
.b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
|
|
1948
|
+
margin-left: 1px;
|
|
1949
|
+
}
|
|
1950
|
+
.b15sn34c > .ant-btn:not(:only-child):first-child {
|
|
1951
|
+
border-top-right-radius: 0;
|
|
1952
|
+
border-bottom-right-radius: 0;
|
|
1953
|
+
}
|
|
1954
|
+
.b15sn34c > .ant-btn:not(:only-child):last-child {
|
|
1955
|
+
border-top-left-radius: 0;
|
|
1956
|
+
border-bottom-left-radius: 0;
|
|
1957
|
+
}
|
|
1958
|
+
.b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
1959
|
+
border-radius: unset;
|
|
1960
1960
|
}
|
|
1961
1961
|
|
|
1962
1962
|
.p12gwtiw {
|
|
@@ -2166,89 +2166,6 @@ html body {
|
|
|
2166
2166
|
position: absolute;
|
|
2167
2167
|
}
|
|
2168
2168
|
|
|
2169
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
2170
|
-
flex-direction: row;
|
|
2171
|
-
justify-content: stretch;
|
|
2172
|
-
}
|
|
2173
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
2174
|
-
padding: 0;
|
|
2175
|
-
margin-right: 4px;
|
|
2176
|
-
flex: 1;
|
|
2177
|
-
overflow: visible;
|
|
2178
|
-
}
|
|
2179
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-tail, .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-icon {
|
|
2180
|
-
display: none;
|
|
2181
|
-
}
|
|
2182
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
2183
|
-
width: 100%;
|
|
2184
|
-
min-height: unset;
|
|
2185
|
-
}
|
|
2186
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
|
|
2187
|
-
height: 26px;
|
|
2188
|
-
line-height: 26px;
|
|
2189
|
-
width: 100%;
|
|
2190
|
-
text-align: center;
|
|
2191
|
-
padding: 0;
|
|
2192
|
-
font-size: 12px;
|
|
2193
|
-
font-weight: normal;
|
|
2194
|
-
}
|
|
2195
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
|
|
2196
|
-
margin-right: 10px;
|
|
2197
|
-
}
|
|
2198
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
|
|
2199
|
-
display: none;
|
|
2200
|
-
}
|
|
2201
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
|
|
2202
|
-
border-radius: 4px 0 0 4px;
|
|
2203
|
-
}
|
|
2204
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
|
|
2205
|
-
margin-right: 0;
|
|
2206
|
-
}
|
|
2207
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
|
|
2208
|
-
border-radius: 0 4px 4px 0;
|
|
2209
|
-
}
|
|
2210
|
-
.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 {
|
|
2211
|
-
content: "";
|
|
2212
|
-
width: 0;
|
|
2213
|
-
height: 0;
|
|
2214
|
-
border: 13px solid transparent;
|
|
2215
|
-
position: absolute;
|
|
2216
|
-
top: 0;
|
|
2217
|
-
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
2218
|
-
right: -21px;
|
|
2219
|
-
z-index: 2;
|
|
2220
|
-
}
|
|
2221
|
-
.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 {
|
|
2222
|
-
content: "";
|
|
2223
|
-
width: 0;
|
|
2224
|
-
height: 0;
|
|
2225
|
-
border: 13px solid transparent;
|
|
2226
|
-
position: absolute;
|
|
2227
|
-
top: 0;
|
|
2228
|
-
border-left: 8px solid #fff;
|
|
2229
|
-
left: 0;
|
|
2230
|
-
}
|
|
2231
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
|
|
2232
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
2233
|
-
}
|
|
2234
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
|
|
2235
|
-
border-left-color: rgba(0, 136, 255, 0.1) !important;
|
|
2236
|
-
}
|
|
2237
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-title {
|
|
2238
|
-
color: #005ed1;
|
|
2239
|
-
}
|
|
2240
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
|
|
2241
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
|
|
2242
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
2243
|
-
}
|
|
2244
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-title,
|
|
2245
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-title {
|
|
2246
|
-
color: rgba(44, 56, 82, 0.6);
|
|
2247
|
-
}
|
|
2248
|
-
.s3mgie3 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
|
|
2249
|
-
padding: 0;
|
|
2250
|
-
}
|
|
2251
|
-
|
|
2252
2169
|
.cz04yix {
|
|
2253
2170
|
display: flex;
|
|
2254
2171
|
flex-direction: column;
|
|
@@ -2969,6 +2886,89 @@ input.rrg1fkn.ant-input {
|
|
|
2969
2886
|
margin-left: 5px;
|
|
2970
2887
|
}
|
|
2971
2888
|
|
|
2889
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
2890
|
+
flex-direction: row;
|
|
2891
|
+
justify-content: stretch;
|
|
2892
|
+
}
|
|
2893
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
2894
|
+
padding: 0;
|
|
2895
|
+
margin-right: 4px;
|
|
2896
|
+
flex: 1;
|
|
2897
|
+
overflow: visible;
|
|
2898
|
+
}
|
|
2899
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-tail, .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-icon {
|
|
2900
|
+
display: none;
|
|
2901
|
+
}
|
|
2902
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
2903
|
+
width: 100%;
|
|
2904
|
+
min-height: unset;
|
|
2905
|
+
}
|
|
2906
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
|
|
2907
|
+
height: 26px;
|
|
2908
|
+
line-height: 26px;
|
|
2909
|
+
width: 100%;
|
|
2910
|
+
text-align: center;
|
|
2911
|
+
padding: 0;
|
|
2912
|
+
font-size: 12px;
|
|
2913
|
+
font-weight: normal;
|
|
2914
|
+
}
|
|
2915
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
|
|
2916
|
+
margin-right: 10px;
|
|
2917
|
+
}
|
|
2918
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
|
|
2919
|
+
display: none;
|
|
2920
|
+
}
|
|
2921
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
|
|
2922
|
+
border-radius: 4px 0 0 4px;
|
|
2923
|
+
}
|
|
2924
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
|
|
2925
|
+
margin-right: 0;
|
|
2926
|
+
}
|
|
2927
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
|
|
2928
|
+
border-radius: 0 4px 4px 0;
|
|
2929
|
+
}
|
|
2930
|
+
.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 {
|
|
2931
|
+
content: "";
|
|
2932
|
+
width: 0;
|
|
2933
|
+
height: 0;
|
|
2934
|
+
border: 13px solid transparent;
|
|
2935
|
+
position: absolute;
|
|
2936
|
+
top: 0;
|
|
2937
|
+
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
2938
|
+
right: -21px;
|
|
2939
|
+
z-index: 2;
|
|
2940
|
+
}
|
|
2941
|
+
.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 {
|
|
2942
|
+
content: "";
|
|
2943
|
+
width: 0;
|
|
2944
|
+
height: 0;
|
|
2945
|
+
border: 13px solid transparent;
|
|
2946
|
+
position: absolute;
|
|
2947
|
+
top: 0;
|
|
2948
|
+
border-left: 8px solid #fff;
|
|
2949
|
+
left: 0;
|
|
2950
|
+
}
|
|
2951
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
|
|
2952
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
2953
|
+
}
|
|
2954
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
|
|
2955
|
+
border-left-color: rgba(0, 136, 255, 0.1) !important;
|
|
2956
|
+
}
|
|
2957
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-title {
|
|
2958
|
+
color: #005ed1;
|
|
2959
|
+
}
|
|
2960
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
|
|
2961
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
|
|
2962
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
2963
|
+
}
|
|
2964
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-title,
|
|
2965
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-title {
|
|
2966
|
+
color: rgba(44, 56, 82, 0.6);
|
|
2967
|
+
}
|
|
2968
|
+
.s3mgie3 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
|
|
2969
|
+
padding: 0;
|
|
2970
|
+
}
|
|
2971
|
+
|
|
2972
2972
|
.t1upn1sz {
|
|
2973
2973
|
height: 100%;
|
|
2974
2974
|
}
|