@cloudtower/eagle 0.24.18 → 0.24.20

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/style.css CHANGED
@@ -1597,6 +1597,35 @@ body {
1597
1597
  font-family: "Inter var", "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif;
1598
1598
  }
1599
1599
  }
1600
+ .bpq0js6 {
1601
+ padding: 4px 11px;
1602
+ }
1603
+
1604
+ .b15sn34c {
1605
+ white-space: nowrap;
1606
+ filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
1607
+ }
1608
+ .b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
1609
+ --color: #0080ff;
1610
+ }
1611
+ .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] {
1612
+ --color: #0080ff;
1613
+ }
1614
+ .b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
1615
+ margin-left: 1px;
1616
+ }
1617
+ .b15sn34c > .ant-btn:not(:only-child):first-child {
1618
+ border-top-right-radius: 0;
1619
+ border-bottom-right-radius: 0;
1620
+ }
1621
+ .b15sn34c > .ant-btn:not(:only-child):last-child {
1622
+ border-top-left-radius: 0;
1623
+ border-bottom-left-radius: 0;
1624
+ }
1625
+ .b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
1626
+ border-radius: unset;
1627
+ }
1628
+
1600
1629
  .buj61ew.ant-btn {
1601
1630
  height: 32px;
1602
1631
  border-radius: 6px;
@@ -1845,35 +1874,6 @@ body {
1845
1874
  padding: 0;
1846
1875
  }
1847
1876
 
1848
- .bpq0js6 {
1849
- padding: 4px 11px;
1850
- }
1851
-
1852
- .b15sn34c {
1853
- white-space: nowrap;
1854
- filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
1855
- }
1856
- .b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
1857
- --color: #0080ff;
1858
- }
1859
- .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] {
1860
- --color: #0080ff;
1861
- }
1862
- .b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
1863
- margin-left: 1px;
1864
- }
1865
- .b15sn34c > .ant-btn:not(:only-child):first-child {
1866
- border-top-right-radius: 0;
1867
- border-bottom-right-radius: 0;
1868
- }
1869
- .b15sn34c > .ant-btn:not(:only-child):last-child {
1870
- border-top-left-radius: 0;
1871
- border-bottom-left-radius: 0;
1872
- }
1873
- .b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
1874
- border-radius: unset;
1875
- }
1876
-
1877
1877
  .fde5mpd {
1878
1878
  width: 100%;
1879
1879
  height: 100%;
@@ -1929,61 +1929,6 @@ body {
1929
1929
  position: absolute;
1930
1930
  }
1931
1931
 
1932
- .s34f1qb.ant-switch {
1933
- min-width: 40px;
1934
- height: 24px;
1935
- background: rgba(172, 186, 211, 0.6);
1936
- overflow: hidden;
1937
- }
1938
- .s34f1qb.ant-switch:focus {
1939
- box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
1940
- }
1941
- .s34f1qb.ant-switch-small {
1942
- min-width: 26px;
1943
- height: 16px;
1944
- }
1945
- .s34f1qb.ant-switch-large {
1946
- min-width: 52px;
1947
- height: 32px;
1948
- }
1949
- .s34f1qb.ant-switch .ant-switch-handle {
1950
- height: 20px;
1951
- width: 20px;
1952
- }
1953
- .s34f1qb.ant-switch .ant-switch-handle::before {
1954
- border-radius: 10px;
1955
- transition-delay: 120ms;
1956
- }
1957
- .s34f1qb.ant-switch-small .ant-switch-handle {
1958
- height: 14px;
1959
- width: 14px;
1960
- top: 1px;
1961
- left: 1px;
1962
- }
1963
- .s34f1qb.ant-switch-large .ant-switch-handle {
1964
- height: 28px;
1965
- width: 28px;
1966
- }
1967
- .s34f1qb.ant-switch-large .ant-switch-handle::before {
1968
- border-radius: 14px;
1969
- }
1970
- .s34f1qb.ant-switch-checked {
1971
- background-color: #00ba5d;
1972
- }
1973
- .s34f1qb.ant-switch-checked .ant-switch-handle {
1974
- left: calc(100% - 20px - 2px);
1975
- }
1976
- .s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
1977
- left: calc(100% - 14px - 1px);
1978
- }
1979
- .s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
1980
- left: calc(100% - 28px - 2px);
1981
- }
1982
-
1983
- .c1to9vb9 {
1984
- margin-left: 5px;
1985
- }
1986
-
1987
1932
  .p12gwtiw {
1988
1933
  display: flex;
1989
1934
  justify-content: space-between;
@@ -2183,6 +2128,144 @@ body {
2183
2128
  width: 36px;
2184
2129
  }
2185
2130
 
2131
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
2132
+ flex-direction: row;
2133
+ justify-content: stretch;
2134
+ }
2135
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
2136
+ padding: 0;
2137
+ margin-right: 4px;
2138
+ flex: 1;
2139
+ overflow: visible;
2140
+ }
2141
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-tail, .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-icon {
2142
+ display: none;
2143
+ }
2144
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
2145
+ width: 100%;
2146
+ min-height: unset;
2147
+ }
2148
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
2149
+ height: 26px;
2150
+ line-height: 26px;
2151
+ width: 100%;
2152
+ text-align: center;
2153
+ padding: 0;
2154
+ font-size: 12px;
2155
+ font-weight: normal;
2156
+ }
2157
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
2158
+ margin-right: 10px;
2159
+ }
2160
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
2161
+ display: none;
2162
+ }
2163
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
2164
+ border-radius: 4px 0 0 4px;
2165
+ }
2166
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
2167
+ margin-right: 0;
2168
+ }
2169
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
2170
+ border-radius: 0 4px 4px 0;
2171
+ }
2172
+ .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 {
2173
+ content: "";
2174
+ width: 0;
2175
+ height: 0;
2176
+ border: 13px solid transparent;
2177
+ position: absolute;
2178
+ top: 0;
2179
+ border-left: 8px solid rgba(237, 241, 250, 0.6);
2180
+ right: -21px;
2181
+ z-index: 2;
2182
+ }
2183
+ .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 {
2184
+ content: "";
2185
+ width: 0;
2186
+ height: 0;
2187
+ border: 13px solid transparent;
2188
+ position: absolute;
2189
+ top: 0;
2190
+ border-left: 8px solid #fff;
2191
+ left: 0;
2192
+ }
2193
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
2194
+ background-color: rgba(0, 136, 255, 0.1);
2195
+ }
2196
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
2197
+ border-left-color: rgba(0, 136, 255, 0.1) !important;
2198
+ }
2199
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-title {
2200
+ color: #005ed1;
2201
+ }
2202
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
2203
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
2204
+ background-color: rgba(237, 241, 250, 0.6);
2205
+ }
2206
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-title,
2207
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-title {
2208
+ color: rgba(44, 56, 82, 0.6);
2209
+ }
2210
+ .s3mgie3 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
2211
+ padding: 0;
2212
+ }
2213
+
2214
+ .s34f1qb.ant-switch {
2215
+ min-width: 40px;
2216
+ height: 24px;
2217
+ background: rgba(172, 186, 211, 0.6);
2218
+ overflow: hidden;
2219
+ }
2220
+ .s34f1qb.ant-switch:focus {
2221
+ box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
2222
+ }
2223
+ .s34f1qb.ant-switch-small {
2224
+ min-width: 26px;
2225
+ height: 16px;
2226
+ }
2227
+ .s34f1qb.ant-switch-large {
2228
+ min-width: 52px;
2229
+ height: 32px;
2230
+ }
2231
+ .s34f1qb.ant-switch .ant-switch-handle {
2232
+ height: 20px;
2233
+ width: 20px;
2234
+ }
2235
+ .s34f1qb.ant-switch .ant-switch-handle::before {
2236
+ border-radius: 10px;
2237
+ transition-delay: 120ms;
2238
+ }
2239
+ .s34f1qb.ant-switch-small .ant-switch-handle {
2240
+ height: 14px;
2241
+ width: 14px;
2242
+ top: 1px;
2243
+ left: 1px;
2244
+ }
2245
+ .s34f1qb.ant-switch-large .ant-switch-handle {
2246
+ height: 28px;
2247
+ width: 28px;
2248
+ }
2249
+ .s34f1qb.ant-switch-large .ant-switch-handle::before {
2250
+ border-radius: 14px;
2251
+ }
2252
+ .s34f1qb.ant-switch-checked {
2253
+ background-color: #00ba5d;
2254
+ }
2255
+ .s34f1qb.ant-switch-checked .ant-switch-handle {
2256
+ left: calc(100% - 20px - 2px);
2257
+ }
2258
+ .s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
2259
+ left: calc(100% - 14px - 1px);
2260
+ }
2261
+ .s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
2262
+ left: calc(100% - 28px - 2px);
2263
+ }
2264
+
2265
+ .c1to9vb9 {
2266
+ margin-left: 5px;
2267
+ }
2268
+
2186
2269
  .cz04yix {
2187
2270
  display: flex;
2188
2271
  flex-direction: column;
@@ -2848,89 +2931,6 @@ input.rrg1fkn.ant-input {
2848
2931
  border-bottom-left-radius: 0;
2849
2932
  }
2850
2933
 
2851
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
2852
- flex-direction: row;
2853
- justify-content: stretch;
2854
- }
2855
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
2856
- padding: 0;
2857
- margin-right: 4px;
2858
- flex: 1;
2859
- overflow: visible;
2860
- }
2861
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-tail, .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-icon {
2862
- display: none;
2863
- }
2864
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
2865
- width: 100%;
2866
- min-height: unset;
2867
- }
2868
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
2869
- height: 26px;
2870
- line-height: 26px;
2871
- width: 100%;
2872
- text-align: center;
2873
- padding: 0;
2874
- font-size: 12px;
2875
- font-weight: normal;
2876
- }
2877
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
2878
- margin-right: 10px;
2879
- }
2880
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
2881
- display: none;
2882
- }
2883
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
2884
- border-radius: 4px 0 0 4px;
2885
- }
2886
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
2887
- margin-right: 0;
2888
- }
2889
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
2890
- border-radius: 0 4px 4px 0;
2891
- }
2892
- .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 {
2893
- content: "";
2894
- width: 0;
2895
- height: 0;
2896
- border: 13px solid transparent;
2897
- position: absolute;
2898
- top: 0;
2899
- border-left: 8px solid rgba(237, 241, 250, 0.6);
2900
- right: -21px;
2901
- z-index: 2;
2902
- }
2903
- .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 {
2904
- content: "";
2905
- width: 0;
2906
- height: 0;
2907
- border: 13px solid transparent;
2908
- position: absolute;
2909
- top: 0;
2910
- border-left: 8px solid #fff;
2911
- left: 0;
2912
- }
2913
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
2914
- background-color: rgba(0, 136, 255, 0.1);
2915
- }
2916
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
2917
- border-left-color: rgba(0, 136, 255, 0.1) !important;
2918
- }
2919
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-title {
2920
- color: #005ed1;
2921
- }
2922
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
2923
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
2924
- background-color: rgba(237, 241, 250, 0.6);
2925
- }
2926
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-title,
2927
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-title {
2928
- color: rgba(44, 56, 82, 0.6);
2929
- }
2930
- .s3mgie3 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
2931
- padding: 0;
2932
- }
2933
-
2934
2934
  .t1upn1sz {
2935
2935
  height: 100%;
2936
2936
  }