@cloudtower/eagle 0.24.7 → 0.24.8

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,19 @@ 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
+ .iap75of {
1601
+ height: 18px;
1602
+ line-height: 18px;
1603
+ padding: 0 4px;
1604
+ border-radius: 4px;
1605
+ background: rgba(235, 239, 245, 0.6);
1606
+ border: 1px solid rgba(223, 228, 235, 0.6);
1607
+ display: flex;
1608
+ align-items: center;
1609
+ white-space: nowrap;
1610
+ margin-right: 4px;
1611
+ }
1612
+
1600
1613
  .buj61ew.ant-btn {
1601
1614
  height: 32px;
1602
1615
  border-radius: 6px;
@@ -1874,21 +1887,6 @@ body {
1874
1887
  border-radius: unset;
1875
1888
  }
1876
1889
 
1877
- .fde5mpd {
1878
- width: 100%;
1879
- height: 100%;
1880
- min-height: 124px;
1881
- display: flex;
1882
- flex-direction: column;
1883
- justify-content: center;
1884
- align-items: center;
1885
- }
1886
- .fde5mpd .error-text {
1887
- color: rgba(10, 37, 85, 0.6);
1888
- margin-bottom: 16px;
1889
- font-size: 18px;
1890
- }
1891
-
1892
1890
  .i1mrf09m {
1893
1891
  display: inline-flex;
1894
1892
  align-items: center;
@@ -1907,17 +1905,102 @@ body {
1907
1905
  animation: rotate 680ms linear infinite;
1908
1906
  }
1909
1907
 
1910
- .iap75of {
1911
- height: 18px;
1912
- line-height: 18px;
1913
- padding: 0 4px;
1914
- border-radius: 4px;
1915
- background: rgba(235, 239, 245, 0.6);
1916
- border: 1px solid rgba(223, 228, 235, 0.6);
1908
+ .fde5mpd {
1909
+ width: 100%;
1910
+ height: 100%;
1911
+ min-height: 124px;
1917
1912
  display: flex;
1913
+ flex-direction: column;
1914
+ justify-content: center;
1918
1915
  align-items: center;
1919
- white-space: nowrap;
1916
+ }
1917
+ .fde5mpd .error-text {
1918
+ color: rgba(10, 37, 85, 0.6);
1919
+ margin-bottom: 16px;
1920
+ font-size: 18px;
1921
+ }
1922
+
1923
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
1924
+ flex-direction: row;
1925
+ justify-content: stretch;
1926
+ }
1927
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
1928
+ padding: 0;
1920
1929
  margin-right: 4px;
1930
+ flex: 1;
1931
+ overflow: visible;
1932
+ }
1933
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-tail, .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-icon {
1934
+ display: none;
1935
+ }
1936
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
1937
+ width: 100%;
1938
+ min-height: unset;
1939
+ }
1940
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
1941
+ height: 26px;
1942
+ line-height: 26px;
1943
+ width: 100%;
1944
+ text-align: center;
1945
+ padding: 0;
1946
+ font-size: 12px;
1947
+ font-weight: normal;
1948
+ }
1949
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
1950
+ margin-right: 10px;
1951
+ }
1952
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
1953
+ display: none;
1954
+ }
1955
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
1956
+ border-radius: 4px 0 0 4px;
1957
+ }
1958
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
1959
+ margin-right: 0;
1960
+ }
1961
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
1962
+ border-radius: 0 4px 4px 0;
1963
+ }
1964
+ .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 {
1965
+ content: "";
1966
+ width: 0;
1967
+ height: 0;
1968
+ border: 13px solid transparent;
1969
+ position: absolute;
1970
+ top: 0;
1971
+ border-left: 8px solid rgba(237, 241, 250, 0.6);
1972
+ right: -21px;
1973
+ z-index: 2;
1974
+ }
1975
+ .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 {
1976
+ content: "";
1977
+ width: 0;
1978
+ height: 0;
1979
+ border: 13px solid transparent;
1980
+ position: absolute;
1981
+ top: 0;
1982
+ border-left: 8px solid #fff;
1983
+ left: 0;
1984
+ }
1985
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
1986
+ background-color: rgba(0, 136, 255, 0.1);
1987
+ }
1988
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
1989
+ border-left-color: rgba(0, 136, 255, 0.1) !important;
1990
+ }
1991
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-title {
1992
+ color: #005ed1;
1993
+ }
1994
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
1995
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
1996
+ background-color: rgba(237, 241, 250, 0.6);
1997
+ }
1998
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-title,
1999
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-title {
2000
+ color: rgba(44, 56, 82, 0.6);
2001
+ }
2002
+ .s3mgie3 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
2003
+ padding: 0;
1921
2004
  }
1922
2005
 
1923
2006
  .obf05yr {
@@ -2848,89 +2931,6 @@ input.rrg1fkn.ant-input {
2848
2931
  width: 36px;
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
  }
@@ -3925,6 +3925,20 @@ input.rrg1fkn.ant-input {
3925
3925
  margin-left: 24px;
3926
3926
  }
3927
3927
 
3928
+ .iiqau4c.ant-input-group.ant-input-group-compact {
3929
+ display: flex;
3930
+ }
3931
+
3932
+ .igz4le8 {
3933
+ height: 24px;
3934
+ width: 56px !important;
3935
+ margin-right: 4px;
3936
+ }
3937
+
3938
+ .c1riexje {
3939
+ color: rgba(44, 56, 82, 0.6);
3940
+ }
3941
+
3928
3942
  .shq1k1g.ant-select, .shq1k1g.ant-select .ant-select-selector {
3929
3943
  border-radius: 6px;
3930
3944
  }
@@ -3980,20 +3994,6 @@ input.rrg1fkn.ant-input {
3980
3994
  transform: rotate(180deg);
3981
3995
  }
3982
3996
 
3983
- .igz4le8 {
3984
- height: 24px;
3985
- width: 56px !important;
3986
- margin-right: 4px;
3987
- }
3988
-
3989
- .c1riexje {
3990
- color: rgba(44, 56, 82, 0.6);
3991
- }
3992
-
3993
- .iiqau4c.ant-input-group.ant-input-group-compact {
3994
- display: flex;
3995
- }
3996
-
3997
3997
  .m1thnes4 {
3998
3998
  color: rgba(44, 56, 82, 0.6);
3999
3999
  text-align: center;
@@ -4185,52 +4185,6 @@ input.rrg1fkn.ant-input {
4185
4185
  background: rgba(163, 180, 204, 0.18);
4186
4186
  }
4187
4187
 
4188
- .at4ovwe .ant-input-number-handler-wrap {
4189
- display: var(--at4ovwe-0);
4190
- }
4191
- .at4ovwe .ant-input-number-input-wrap {
4192
- padding: 5px 12px;
4193
- display: inline-flex;
4194
- line-height: 1.5715;
4195
- height: 100%;
4196
- width: 100%;
4197
- }
4198
- .at4ovwe .ant-input-number-input-wrap::after {
4199
- content: var(--at4ovwe-1);
4200
- display: var(--at4ovwe-2);
4201
- flex: none;
4202
- align-items: center;
4203
- margin-left: 4px;
4204
- color: rgba(44, 56, 82, 0.6);
4205
- }
4206
- .at4ovwe .ant-input-number-input-wrap::before {
4207
- content: var(--at4ovwe-3);
4208
- display: var(--at4ovwe-4);
4209
- flex: none;
4210
- align-items: center;
4211
- margin-right: 4px;
4212
- cursor: auto;
4213
- color: rgba(44, 56, 82, 0.6);
4214
- }
4215
- .at4ovwe.ant-input-number {
4216
- width: 100%;
4217
- border-radius: 6px;
4218
- }
4219
- .at4ovwe.ant-input-number:not([disabled]):focus, .at4ovwe.ant-input-number:not([disabled]):active, .at4ovwe.ant-input-number:not([disabled]).ant-input-number-focused {
4220
- border-color: #0096ff;
4221
- box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
4222
- }
4223
- .at4ovwe.ant-input-number.error:not([disabled]):hover, .at4ovwe.ant-input-number.error:not([disabled]).ant-input-number-focused {
4224
- border-color: #e75a3a;
4225
- box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
4226
- }
4227
- .at4ovwe .ant-input-number-input {
4228
- padding: 0;
4229
- margin: 0;
4230
- height: auto;
4231
- font-size: inherit;
4232
- }
4233
-
4234
4188
  .tc40oxa {
4235
4189
  margin-bottom: 4px;
4236
4190
  color: rgba(44, 56, 82, 0.6);
@@ -4427,6 +4381,52 @@ input.rrg1fkn.ant-input {
4427
4381
  margin-right: 8px;
4428
4382
  }
4429
4383
 
4384
+ .at4ovwe .ant-input-number-handler-wrap {
4385
+ display: var(--at4ovwe-0);
4386
+ }
4387
+ .at4ovwe .ant-input-number-input-wrap {
4388
+ padding: 5px 12px;
4389
+ display: inline-flex;
4390
+ line-height: 1.5715;
4391
+ height: 100%;
4392
+ width: 100%;
4393
+ }
4394
+ .at4ovwe .ant-input-number-input-wrap::after {
4395
+ content: var(--at4ovwe-1);
4396
+ display: var(--at4ovwe-2);
4397
+ flex: none;
4398
+ align-items: center;
4399
+ margin-left: 4px;
4400
+ color: rgba(44, 56, 82, 0.6);
4401
+ }
4402
+ .at4ovwe .ant-input-number-input-wrap::before {
4403
+ content: var(--at4ovwe-3);
4404
+ display: var(--at4ovwe-4);
4405
+ flex: none;
4406
+ align-items: center;
4407
+ margin-right: 4px;
4408
+ cursor: auto;
4409
+ color: rgba(44, 56, 82, 0.6);
4410
+ }
4411
+ .at4ovwe.ant-input-number {
4412
+ width: 100%;
4413
+ border-radius: 6px;
4414
+ }
4415
+ .at4ovwe.ant-input-number:not([disabled]):focus, .at4ovwe.ant-input-number:not([disabled]):active, .at4ovwe.ant-input-number:not([disabled]).ant-input-number-focused {
4416
+ border-color: #0096ff;
4417
+ box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
4418
+ }
4419
+ .at4ovwe.ant-input-number.error:not([disabled]):hover, .at4ovwe.ant-input-number.error:not([disabled]).ant-input-number-focused {
4420
+ border-color: #e75a3a;
4421
+ box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
4422
+ }
4423
+ .at4ovwe .ant-input-number-input {
4424
+ padding: 0;
4425
+ margin: 0;
4426
+ height: auto;
4427
+ font-size: inherit;
4428
+ }
4429
+
4430
4430
  .a6dbbkm .ant-input-number-handler-wrap {
4431
4431
  display: var(--a6dbbkm-0);
4432
4432
  }