@cloudtower/eagle 0.25.16 → 0.26.0

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
@@ -1636,52 +1636,6 @@ html body {
1636
1636
  font-family: "Inter var", "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif;
1637
1637
  }
1638
1638
  }
1639
- .fde5mpd {
1640
- width: 100%;
1641
- height: 100%;
1642
- min-height: 124px;
1643
- display: flex;
1644
- flex-direction: column;
1645
- justify-content: center;
1646
- align-items: center;
1647
- }
1648
- .fde5mpd .error-text {
1649
- color: rgba(10, 37, 85, 0.6);
1650
- margin-bottom: 16px;
1651
- font-size: 18px;
1652
- }
1653
-
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;
1663
- white-space: nowrap;
1664
- margin-right: 4px;
1665
- }
1666
-
1667
- .i1mrf09m {
1668
- display: inline-flex;
1669
- align-items: center;
1670
- }
1671
- .i1mrf09m .icon-inner {
1672
- display: inline-flex;
1673
- align-items: center;
1674
- justify-content: center;
1675
- }
1676
- .i1mrf09m .icon-inner + span,
1677
- .i1mrf09m span + .icon-inner.suffix {
1678
- margin-left: 4px;
1679
- }
1680
- .i1mrf09m.is-rotate img,
1681
- .i1mrf09m.is-rotate svg {
1682
- animation: rotate 680ms linear infinite;
1683
- }
1684
-
1685
1639
  .buj61ew.ant-btn {
1686
1640
  height: 32px;
1687
1641
  border-radius: 6px;
@@ -1930,35 +1884,6 @@ html body {
1930
1884
  padding: 0;
1931
1885
  }
1932
1886
 
1933
- .bpq0js6 {
1934
- padding: 4px 11px;
1935
- }
1936
-
1937
- .b15sn34c {
1938
- white-space: nowrap;
1939
- filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
1940
- }
1941
- .b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
1942
- --color: #0080ff;
1943
- }
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;
1946
- }
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
- }
1961
-
1962
1887
  .p12gwtiw {
1963
1888
  display: flex;
1964
1889
  justify-content: space-between;
@@ -2016,6 +1941,61 @@ html body {
2016
1941
  line-height: 18px;
2017
1942
  }
2018
1943
 
1944
+ .s34f1qb.ant-switch {
1945
+ min-width: 40px;
1946
+ height: 24px;
1947
+ background: rgba(172, 186, 211, 0.6);
1948
+ overflow: hidden;
1949
+ }
1950
+ .s34f1qb.ant-switch:focus {
1951
+ box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
1952
+ }
1953
+ .s34f1qb.ant-switch-small {
1954
+ min-width: 26px;
1955
+ height: 16px;
1956
+ }
1957
+ .s34f1qb.ant-switch-large {
1958
+ min-width: 52px;
1959
+ height: 32px;
1960
+ }
1961
+ .s34f1qb.ant-switch .ant-switch-handle {
1962
+ height: 20px;
1963
+ width: 20px;
1964
+ }
1965
+ .s34f1qb.ant-switch .ant-switch-handle::before {
1966
+ border-radius: 10px;
1967
+ transition-delay: 120ms;
1968
+ }
1969
+ .s34f1qb.ant-switch-small .ant-switch-handle {
1970
+ height: 14px;
1971
+ width: 14px;
1972
+ top: 1px;
1973
+ left: 1px;
1974
+ }
1975
+ .s34f1qb.ant-switch-large .ant-switch-handle {
1976
+ height: 28px;
1977
+ width: 28px;
1978
+ }
1979
+ .s34f1qb.ant-switch-large .ant-switch-handle::before {
1980
+ border-radius: 14px;
1981
+ }
1982
+ .s34f1qb.ant-switch-checked {
1983
+ background-color: #00ba5d;
1984
+ }
1985
+ .s34f1qb.ant-switch-checked .ant-switch-handle {
1986
+ left: calc(100% - 20px - 2px);
1987
+ }
1988
+ .s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
1989
+ left: calc(100% - 14px - 1px);
1990
+ }
1991
+ .s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
1992
+ left: calc(100% - 28px - 2px);
1993
+ }
1994
+
1995
+ .c1to9vb9 {
1996
+ margin-left: 5px;
1997
+ }
1998
+
2019
1999
  .rxbeqvl.ant-radio-wrapper {
2020
2000
  display: inline-flex;
2021
2001
  align-items: baseline;
@@ -2157,13 +2137,19 @@ html body {
2157
2137
  width: 36px;
2158
2138
  }
2159
2139
 
2160
- .obf05yr {
2161
- display: inline-block;
2140
+ .fde5mpd {
2141
+ width: 100%;
2142
+ height: 100%;
2143
+ min-height: 124px;
2144
+ display: flex;
2145
+ flex-direction: column;
2146
+ justify-content: center;
2147
+ align-items: center;
2162
2148
  }
2163
-
2164
- .hsms1n6 {
2165
- visibility: hidden;
2166
- position: absolute;
2149
+ .fde5mpd .error-text {
2150
+ color: rgba(10, 37, 85, 0.6);
2151
+ margin-bottom: 16px;
2152
+ font-size: 18px;
2167
2153
  }
2168
2154
 
2169
2155
  .cz04yix {
@@ -2831,59 +2817,44 @@ input.rrg1fkn.ant-input {
2831
2817
  border-bottom-left-radius: 0;
2832
2818
  }
2833
2819
 
2834
- .s34f1qb.ant-switch {
2835
- min-width: 40px;
2836
- height: 24px;
2837
- background: rgba(172, 186, 211, 0.6);
2838
- overflow: hidden;
2839
- }
2840
- .s34f1qb.ant-switch:focus {
2841
- box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
2842
- }
2843
- .s34f1qb.ant-switch-small {
2844
- min-width: 26px;
2845
- height: 16px;
2846
- }
2847
- .s34f1qb.ant-switch-large {
2848
- min-width: 52px;
2849
- height: 32px;
2850
- }
2851
- .s34f1qb.ant-switch .ant-switch-handle {
2852
- height: 20px;
2853
- width: 20px;
2854
- }
2855
- .s34f1qb.ant-switch .ant-switch-handle::before {
2856
- border-radius: 10px;
2857
- transition-delay: 120ms;
2858
- }
2859
- .s34f1qb.ant-switch-small .ant-switch-handle {
2860
- height: 14px;
2861
- width: 14px;
2862
- top: 1px;
2863
- left: 1px;
2864
- }
2865
- .s34f1qb.ant-switch-large .ant-switch-handle {
2866
- height: 28px;
2867
- width: 28px;
2820
+ .iap75of {
2821
+ height: 18px;
2822
+ line-height: 18px;
2823
+ padding: 0 4px;
2824
+ border-radius: 4px;
2825
+ background: rgba(235, 239, 245, 0.6);
2826
+ border: 1px solid rgba(223, 228, 235, 0.6);
2827
+ display: flex;
2828
+ align-items: center;
2829
+ white-space: nowrap;
2830
+ margin-right: 4px;
2868
2831
  }
2869
- .s34f1qb.ant-switch-large .ant-switch-handle::before {
2870
- border-radius: 14px;
2832
+
2833
+ .obf05yr {
2834
+ display: inline-block;
2871
2835
  }
2872
- .s34f1qb.ant-switch-checked {
2873
- background-color: #00ba5d;
2836
+
2837
+ .hsms1n6 {
2838
+ visibility: hidden;
2839
+ position: absolute;
2874
2840
  }
2875
- .s34f1qb.ant-switch-checked .ant-switch-handle {
2876
- left: calc(100% - 20px - 2px);
2841
+
2842
+ .i1mrf09m {
2843
+ display: inline-flex;
2844
+ align-items: center;
2877
2845
  }
2878
- .s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
2879
- left: calc(100% - 14px - 1px);
2846
+ .i1mrf09m .icon-inner {
2847
+ display: inline-flex;
2848
+ align-items: center;
2849
+ justify-content: center;
2880
2850
  }
2881
- .s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
2882
- left: calc(100% - 28px - 2px);
2851
+ .i1mrf09m .icon-inner + span,
2852
+ .i1mrf09m span + .icon-inner.suffix {
2853
+ margin-left: 4px;
2883
2854
  }
2884
-
2885
- .c1to9vb9 {
2886
- margin-left: 5px;
2855
+ .i1mrf09m.is-rotate img,
2856
+ .i1mrf09m.is-rotate svg {
2857
+ animation: rotate 680ms linear infinite;
2887
2858
  }
2888
2859
 
2889
2860
  .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
@@ -2969,6 +2940,35 @@ input.rrg1fkn.ant-input {
2969
2940
  padding: 0;
2970
2941
  }
2971
2942
 
2943
+ .bpq0js6 {
2944
+ padding: 4px 11px;
2945
+ }
2946
+
2947
+ .b15sn34c {
2948
+ white-space: nowrap;
2949
+ filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
2950
+ }
2951
+ .b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
2952
+ --color: #0080ff;
2953
+ }
2954
+ .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] {
2955
+ --color: #0080ff;
2956
+ }
2957
+ .b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
2958
+ margin-left: 1px;
2959
+ }
2960
+ .b15sn34c > .ant-btn:not(:only-child):first-child {
2961
+ border-top-right-radius: 0;
2962
+ border-bottom-right-radius: 0;
2963
+ }
2964
+ .b15sn34c > .ant-btn:not(:only-child):last-child {
2965
+ border-top-left-radius: 0;
2966
+ border-bottom-left-radius: 0;
2967
+ }
2968
+ .b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
2969
+ border-radius: unset;
2970
+ }
2971
+
2972
2972
  .t1upn1sz {
2973
2973
  height: 100%;
2974
2974
  }
@@ -4496,6 +4496,25 @@ input.rrg1fkn.ant-input {
4496
4496
  font-size: inherit;
4497
4497
  }
4498
4498
 
4499
+ .feau332.ant-form-item {
4500
+ margin-bottom: 0;
4501
+ }
4502
+ .feau332 .ant-form-item-explain {
4503
+ display: none;
4504
+ min-height: 18px;
4505
+ margin-top: 5px;
4506
+ font-family: "Inter";
4507
+ font-weight: 400;
4508
+ font-size: 12px;
4509
+ line-height: 18px;
4510
+ }
4511
+ .feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) {
4512
+ white-space: pre-wrap;
4513
+ }
4514
+ .feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) .ant-form-item-explain {
4515
+ display: block;
4516
+ }
4517
+
4499
4518
  .a6dbbkm .ant-input-number-handler-wrap {
4500
4519
  display: var(--a6dbbkm-0);
4501
4520
  }
@@ -4525,23 +4544,4 @@ input.rrg1fkn.ant-input {
4525
4544
  margin: 0;
4526
4545
  height: auto;
4527
4546
  font-size: inherit;
4528
- }
4529
-
4530
- .feau332.ant-form-item {
4531
- margin-bottom: 0;
4532
- }
4533
- .feau332 .ant-form-item-explain {
4534
- display: none;
4535
- min-height: 18px;
4536
- margin-top: 5px;
4537
- font-family: "Inter";
4538
- font-weight: 400;
4539
- font-size: 12px;
4540
- line-height: 18px;
4541
- }
4542
- .feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) {
4543
- white-space: pre-wrap;
4544
- }
4545
- .feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) .ant-form-item-explain {
4546
- display: block;
4547
4547
  }