@cloudtower/eagle 0.25.4 → 0.25.6

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
@@ -1618,19 +1618,6 @@ body {
1618
1618
  font-family: "Inter var", "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif;
1619
1619
  }
1620
1620
  }
1621
- .iap75of {
1622
- height: 18px;
1623
- line-height: 18px;
1624
- padding: 0 4px;
1625
- border-radius: 4px;
1626
- background: rgba(235, 239, 245, 0.6);
1627
- border: 1px solid rgba(223, 228, 235, 0.6);
1628
- display: flex;
1629
- align-items: center;
1630
- white-space: nowrap;
1631
- margin-right: 4px;
1632
- }
1633
-
1634
1621
  .buj61ew.ant-btn {
1635
1622
  height: 32px;
1636
1623
  border-radius: 6px;
@@ -1879,21 +1866,6 @@ body {
1879
1866
  padding: 0;
1880
1867
  }
1881
1868
 
1882
- .fde5mpd {
1883
- width: 100%;
1884
- height: 100%;
1885
- min-height: 124px;
1886
- display: flex;
1887
- flex-direction: column;
1888
- justify-content: center;
1889
- align-items: center;
1890
- }
1891
- .fde5mpd .error-text {
1892
- color: rgba(10, 37, 85, 0.6);
1893
- margin-bottom: 16px;
1894
- font-size: 18px;
1895
- }
1896
-
1897
1869
  .bpq0js6 {
1898
1870
  padding: 4px 11px;
1899
1871
  }
@@ -1923,6 +1895,21 @@ body {
1923
1895
  border-radius: unset;
1924
1896
  }
1925
1897
 
1898
+ .fde5mpd {
1899
+ width: 100%;
1900
+ height: 100%;
1901
+ min-height: 124px;
1902
+ display: flex;
1903
+ flex-direction: column;
1904
+ justify-content: center;
1905
+ align-items: center;
1906
+ }
1907
+ .fde5mpd .error-text {
1908
+ color: rgba(10, 37, 85, 0.6);
1909
+ margin-bottom: 16px;
1910
+ font-size: 18px;
1911
+ }
1912
+
1926
1913
  .i1mrf09m {
1927
1914
  display: inline-flex;
1928
1915
  align-items: center;
@@ -1941,6 +1928,74 @@ body {
1941
1928
  animation: rotate 680ms linear infinite;
1942
1929
  }
1943
1930
 
1931
+ .iap75of {
1932
+ height: 18px;
1933
+ line-height: 18px;
1934
+ padding: 0 4px;
1935
+ border-radius: 4px;
1936
+ background: rgba(235, 239, 245, 0.6);
1937
+ border: 1px solid rgba(223, 228, 235, 0.6);
1938
+ display: flex;
1939
+ align-items: center;
1940
+ white-space: nowrap;
1941
+ margin-right: 4px;
1942
+ }
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
+
1944
1999
  .obf05yr {
1945
2000
  display: inline-block;
1946
2001
  }
@@ -2092,61 +2147,6 @@ body {
2092
2147
  width: 36px;
2093
2148
  }
2094
2149
 
2095
- .s34f1qb.ant-switch {
2096
- min-width: 40px;
2097
- height: 24px;
2098
- background: rgba(172, 186, 211, 0.6);
2099
- overflow: hidden;
2100
- }
2101
- .s34f1qb.ant-switch:focus {
2102
- box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
2103
- }
2104
- .s34f1qb.ant-switch-small {
2105
- min-width: 26px;
2106
- height: 16px;
2107
- }
2108
- .s34f1qb.ant-switch-large {
2109
- min-width: 52px;
2110
- height: 32px;
2111
- }
2112
- .s34f1qb.ant-switch .ant-switch-handle {
2113
- height: 20px;
2114
- width: 20px;
2115
- }
2116
- .s34f1qb.ant-switch .ant-switch-handle::before {
2117
- border-radius: 10px;
2118
- transition-delay: 120ms;
2119
- }
2120
- .s34f1qb.ant-switch-small .ant-switch-handle {
2121
- height: 14px;
2122
- width: 14px;
2123
- top: 1px;
2124
- left: 1px;
2125
- }
2126
- .s34f1qb.ant-switch-large .ant-switch-handle {
2127
- height: 28px;
2128
- width: 28px;
2129
- }
2130
- .s34f1qb.ant-switch-large .ant-switch-handle::before {
2131
- border-radius: 14px;
2132
- }
2133
- .s34f1qb.ant-switch-checked {
2134
- background-color: #00ba5d;
2135
- }
2136
- .s34f1qb.ant-switch-checked .ant-switch-handle {
2137
- left: calc(100% - 20px - 2px);
2138
- }
2139
- .s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
2140
- left: calc(100% - 14px - 1px);
2141
- }
2142
- .s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
2143
- left: calc(100% - 28px - 2px);
2144
- }
2145
-
2146
- .c1to9vb9 {
2147
- margin-left: 5px;
2148
- }
2149
-
2150
2150
  .cz04yix {
2151
2151
  display: flex;
2152
2152
  flex-direction: column;
@@ -2812,63 +2812,6 @@ input.rrg1fkn.ant-input {
2812
2812
  border-bottom-left-radius: 0;
2813
2813
  }
2814
2814
 
2815
- .p12gwtiw {
2816
- display: flex;
2817
- justify-content: space-between;
2818
- align-items: center;
2819
- padding: 10px 0;
2820
- color: rgba(44, 56, 82, 0.6);
2821
- font-size: 12px;
2822
- line-height: 24px;
2823
- }
2824
- .p12gwtiw .pagination-left {
2825
- padding: 2px 8px;
2826
- }
2827
- .p12gwtiw .dropdown-trigger {
2828
- display: flex;
2829
- align-items: center;
2830
- border-radius: 6px;
2831
- cursor: pointer;
2832
- transition: all 0.3s ease;
2833
- }
2834
- .p12gwtiw .dropdown-trigger:hover {
2835
- background: rgba(211, 218, 235, 0.6);
2836
- color: #0080ff;
2837
- }
2838
- .p12gwtiw .dropdown-trigger .icon-inner {
2839
- margin-left: 4px;
2840
- }
2841
- .p12gwtiw .pagination-right {
2842
- display: flex;
2843
- align-items: center;
2844
- color: #0080ff;
2845
- font-weight: bold;
2846
- }
2847
- .p12gwtiw .pagination-right .icon-inner {
2848
- margin-left: 4px;
2849
- }
2850
- .p12gwtiw .pagination-right .prev-btn,
2851
- .p12gwtiw .pagination-right .next-btn {
2852
- padding: 0 8px;
2853
- }
2854
- .p12gwtiw .pagination-right .prev-btn > span,
2855
- .p12gwtiw .pagination-right .next-btn > span {
2856
- color: #0080ff;
2857
- }
2858
- .p12gwtiw .pagination-right .next-btn .icon-inner {
2859
- transform: rotate(180deg);
2860
- }
2861
-
2862
- .d1bnu0in.ant-dropdown .ant-dropdown-menu {
2863
- max-height: calc(100vh - 128px);
2864
- overflow-y: auto;
2865
- }
2866
- .d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
2867
- padding: 4px 20px;
2868
- font-size: 12px;
2869
- line-height: 18px;
2870
- }
2871
-
2872
2815
  .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
2873
2816
  flex-direction: row;
2874
2817
  justify-content: stretch;
@@ -2952,6 +2895,63 @@ input.rrg1fkn.ant-input {
2952
2895
  padding: 0;
2953
2896
  }
2954
2897
 
2898
+ .p12gwtiw {
2899
+ display: flex;
2900
+ justify-content: space-between;
2901
+ align-items: center;
2902
+ padding: 10px 0;
2903
+ color: rgba(44, 56, 82, 0.6);
2904
+ font-size: 12px;
2905
+ line-height: 24px;
2906
+ }
2907
+ .p12gwtiw .pagination-left {
2908
+ padding: 2px 8px;
2909
+ }
2910
+ .p12gwtiw .dropdown-trigger {
2911
+ display: flex;
2912
+ align-items: center;
2913
+ border-radius: 6px;
2914
+ cursor: pointer;
2915
+ transition: all 0.3s ease;
2916
+ }
2917
+ .p12gwtiw .dropdown-trigger:hover {
2918
+ background: rgba(211, 218, 235, 0.6);
2919
+ color: #0080ff;
2920
+ }
2921
+ .p12gwtiw .dropdown-trigger .icon-inner {
2922
+ margin-left: 4px;
2923
+ }
2924
+ .p12gwtiw .pagination-right {
2925
+ display: flex;
2926
+ align-items: center;
2927
+ color: #0080ff;
2928
+ font-weight: bold;
2929
+ }
2930
+ .p12gwtiw .pagination-right .icon-inner {
2931
+ margin-left: 4px;
2932
+ }
2933
+ .p12gwtiw .pagination-right .prev-btn,
2934
+ .p12gwtiw .pagination-right .next-btn {
2935
+ padding: 0 8px;
2936
+ }
2937
+ .p12gwtiw .pagination-right .prev-btn > span,
2938
+ .p12gwtiw .pagination-right .next-btn > span {
2939
+ color: #0080ff;
2940
+ }
2941
+ .p12gwtiw .pagination-right .next-btn .icon-inner {
2942
+ transform: rotate(180deg);
2943
+ }
2944
+
2945
+ .d1bnu0in.ant-dropdown .ant-dropdown-menu {
2946
+ max-height: calc(100vh - 128px);
2947
+ overflow-y: auto;
2948
+ }
2949
+ .d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
2950
+ padding: 4px 20px;
2951
+ font-size: 12px;
2952
+ line-height: 18px;
2953
+ }
2954
+
2955
2955
  .t1upn1sz {
2956
2956
  height: 100%;
2957
2957
  }
@@ -3315,6 +3315,87 @@ input.rrg1fkn.ant-input {
3315
3315
  background: #fff;
3316
3316
  }
3317
3317
 
3318
+ .s1fc623g {
3319
+ width: 430px !important;
3320
+ }
3321
+
3322
+ .da3mx0o .ant-select-item-group {
3323
+ padding: 8px 16px;
3324
+ line-height: 18px;
3325
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
3326
+ height: 34px;
3327
+ min-height: 34px;
3328
+ box-sizing: border-box;
3329
+ margin-top: 8px;
3330
+ }
3331
+ .da3mx0o .rc-virtual-list-holder-inner {
3332
+ top: -20px !important;
3333
+ }
3334
+
3335
+ .onr9gzt {
3336
+ display: flex;
3337
+ flex-direction: column;
3338
+ margin: 1px 8px;
3339
+ padding: 8px;
3340
+ border-radius: 4px;
3341
+ }
3342
+ .onr9gzt .selected-icon {
3343
+ display: none;
3344
+ }
3345
+ .onr9gzt.ant-select-item-option-grouped {
3346
+ padding-left: 8px;
3347
+ }
3348
+ .onr9gzt.ant-select-item-option-selected {
3349
+ background-color: white;
3350
+ }
3351
+ .onr9gzt.ant-select-item-option-selected .timezone-title {
3352
+ color: #0080ff;
3353
+ }
3354
+ .onr9gzt.ant-select-item-option-selected .selected-icon {
3355
+ display: block;
3356
+ }
3357
+ .onr9gzt.ant-select-item-option-active {
3358
+ background: rgba(0, 136, 255, 0.16);
3359
+ }
3360
+ .onr9gzt.ant-select-item-option-active .timezone-title {
3361
+ color: #0080ff;
3362
+ }
3363
+ .onr9gzt.ant-select-item-option-active .timezone-tag {
3364
+ background: rgba(0, 136, 255, 0.1);
3365
+ color: #0080ff;
3366
+ }
3367
+
3368
+ .oiy0apc {
3369
+ display: flex;
3370
+ justify-content: space-between;
3371
+ height: 20px;
3372
+ line-height: 20px;
3373
+ }
3374
+ .oiy0apc .timezone-title {
3375
+ color: #2d3a56;
3376
+ overflow: hidden;
3377
+ text-overflow: ellipsis;
3378
+ }
3379
+
3380
+ .of4y382 {
3381
+ display: flex;
3382
+ justify-content: space-between;
3383
+ color: rgba(44, 56, 82, 0.6);
3384
+ height: 18px;
3385
+ line-height: 18px;
3386
+ margin-top: 2px;
3387
+ }
3388
+
3389
+ .t19903l9 {
3390
+ border: none;
3391
+ margin-right: 0;
3392
+ background: rgba(225, 230, 241, 0.6);
3393
+ }
3394
+
3395
+ .i1e4sgug {
3396
+ display: inline-block;
3397
+ }
3398
+
3318
3399
  .d6j0lbj {
3319
3400
  font-family: Inter;
3320
3401
  font-style: normal;
@@ -3790,87 +3871,6 @@ input.rrg1fkn.ant-input {
3790
3871
  line-height: 12px;
3791
3872
  }
3792
3873
 
3793
- .i1e4sgug {
3794
- display: inline-block;
3795
- }
3796
-
3797
- .s1fc623g {
3798
- width: 430px !important;
3799
- }
3800
-
3801
- .da3mx0o .ant-select-item-group {
3802
- padding: 8px 16px;
3803
- line-height: 18px;
3804
- border-top: 1px solid rgba(211, 218, 235, 0.6);
3805
- height: 34px;
3806
- min-height: 34px;
3807
- box-sizing: border-box;
3808
- margin-top: 8px;
3809
- }
3810
- .da3mx0o .rc-virtual-list-holder-inner {
3811
- top: -20px !important;
3812
- }
3813
-
3814
- .onr9gzt {
3815
- display: flex;
3816
- flex-direction: column;
3817
- margin: 1px 8px;
3818
- padding: 8px;
3819
- border-radius: 4px;
3820
- }
3821
- .onr9gzt .selected-icon {
3822
- display: none;
3823
- }
3824
- .onr9gzt.ant-select-item-option-grouped {
3825
- padding-left: 8px;
3826
- }
3827
- .onr9gzt.ant-select-item-option-selected {
3828
- background-color: white;
3829
- }
3830
- .onr9gzt.ant-select-item-option-selected .timezone-title {
3831
- color: #0080ff;
3832
- }
3833
- .onr9gzt.ant-select-item-option-selected .selected-icon {
3834
- display: block;
3835
- }
3836
- .onr9gzt.ant-select-item-option-active {
3837
- background: rgba(0, 136, 255, 0.16);
3838
- }
3839
- .onr9gzt.ant-select-item-option-active .timezone-title {
3840
- color: #0080ff;
3841
- }
3842
- .onr9gzt.ant-select-item-option-active .timezone-tag {
3843
- background: rgba(0, 136, 255, 0.1);
3844
- color: #0080ff;
3845
- }
3846
-
3847
- .oiy0apc {
3848
- display: flex;
3849
- justify-content: space-between;
3850
- height: 20px;
3851
- line-height: 20px;
3852
- }
3853
- .oiy0apc .timezone-title {
3854
- color: #2d3a56;
3855
- overflow: hidden;
3856
- text-overflow: ellipsis;
3857
- }
3858
-
3859
- .of4y382 {
3860
- display: flex;
3861
- justify-content: space-between;
3862
- color: rgba(44, 56, 82, 0.6);
3863
- height: 18px;
3864
- line-height: 18px;
3865
- margin-top: 2px;
3866
- }
3867
-
3868
- .t19903l9 {
3869
- border: none;
3870
- margin-right: 0;
3871
- background: rgba(225, 230, 241, 0.6);
3872
- }
3873
-
3874
3874
  .c198s9j3 {
3875
3875
  color: #2d3a56;
3876
3876
  line-height: 22px;
@@ -4444,23 +4444,33 @@ input.rrg1fkn.ant-input {
4444
4444
  margin-right: 8px;
4445
4445
  }
4446
4446
 
4447
- .feau332.ant-form-item {
4448
- margin-bottom: 0;
4447
+ .f1p9ti6d {
4448
+ width: 100%;
4449
+ margin-bottom: 0 !important;
4450
+ flex-flow: nowrap !important;
4451
+ line-break: auto;
4449
4452
  }
4450
- .feau332 .ant-form-item-explain {
4451
- display: none;
4452
- min-height: 18px;
4453
- margin-top: 5px;
4454
- font-family: "Inter";
4455
- font-weight: 400;
4456
- font-size: 12px;
4457
- line-height: 18px;
4453
+ .f1p9ti6d > .ant-form-item-label {
4454
+ text-align: left !important;
4455
+ padding-bottom: 0 !important;
4458
4456
  }
4459
- .feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) {
4460
- white-space: pre-wrap;
4457
+ .f1p9ti6d > .ant-form-item-label > label {
4458
+ min-height: 32px;
4459
+ height: auto;
4460
+ font-size: 13px;
4461
+ color: rgba(44, 56, 82, 0.6);
4462
+ white-space: normal;
4461
4463
  }
4462
- .feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) .ant-form-item-explain {
4463
- display: block;
4464
+ .f1p9ti6d.ant-form-item-has-error .ant-input {
4465
+ border-color: #ff4d4f !important;
4466
+ }
4467
+ .f1p9ti6d .ant-form-item-explain {
4468
+ margin-top: 4px;
4469
+ font-size: 12px;
4470
+ }
4471
+ .f1p9ti6d .ant-form-item-extra {
4472
+ font-size: 12px;
4473
+ color: rgba(44, 56, 82, 0.6);
4464
4474
  }
4465
4475
 
4466
4476
  .a6dbbkm .ant-input-number-handler-wrap {
@@ -4492,4 +4502,23 @@ input.rrg1fkn.ant-input {
4492
4502
  margin: 0;
4493
4503
  height: auto;
4494
4504
  font-size: inherit;
4505
+ }
4506
+
4507
+ .feau332.ant-form-item {
4508
+ margin-bottom: 0;
4509
+ }
4510
+ .feau332 .ant-form-item-explain {
4511
+ display: none;
4512
+ min-height: 18px;
4513
+ margin-top: 5px;
4514
+ font-family: "Inter";
4515
+ font-weight: 400;
4516
+ font-size: 12px;
4517
+ line-height: 18px;
4518
+ }
4519
+ .feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) {
4520
+ white-space: pre-wrap;
4521
+ }
4522
+ .feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) .ant-form-item-explain {
4523
+ display: block;
4495
4524
  }