@cloudtower/eagle 0.24.19 → 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.
@@ -1899,6 +1899,231 @@ body {
1899
1899
  line-height: 18px;
1900
1900
  }
1901
1901
 
1902
+ .rxbeqvl.ant-radio-wrapper {
1903
+ display: inline-flex;
1904
+ align-items: baseline;
1905
+ white-space: pre-wrap;
1906
+ }
1907
+ .rxbeqvl.ant-radio-wrapper .ant-radio {
1908
+ position: relative;
1909
+ top: 3px;
1910
+ }
1911
+ .rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
1912
+ border-color: rgba(107, 128, 167, 0.6);
1913
+ }
1914
+ .rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
1915
+ border-color: #0080ff;
1916
+ }
1917
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
1918
+ border-color: #0080ff;
1919
+ background: #0080ff;
1920
+ }
1921
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
1922
+ top: 4px;
1923
+ left: 4px;
1924
+ width: 6px;
1925
+ height: 6px;
1926
+ background: #fff;
1927
+ }
1928
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
1929
+ opacity: 0.5;
1930
+ }
1931
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
1932
+ border-color: rgba(107, 128, 167, 0.6);
1933
+ background: rgba(211, 218, 235, 0.6);
1934
+ }
1935
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
1936
+ background: #00122e;
1937
+ }
1938
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
1939
+ color: #00122e;
1940
+ opacity: 0.5;
1941
+ }
1942
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
1943
+ color: #00122e;
1944
+ }
1945
+ .rxbeqvl.ant-radio-wrapper .ant-radio + span {
1946
+ display: inline-block;
1947
+ padding: 0;
1948
+ padding-left: 12px;
1949
+ }
1950
+ .rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
1951
+ margin-bottom: 0;
1952
+ white-space: pre-wrap;
1953
+ color: rgba(44, 56, 82, 0.6);
1954
+ }
1955
+ .rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
1956
+ padding-left: 8px;
1957
+ }
1958
+
1959
+ .r5ie79y .ant-radio-button-wrapper:first-child {
1960
+ border-radius: 5px 0 0 5px;
1961
+ }
1962
+ .r5ie79y .ant-radio-button-wrapper:last-child {
1963
+ border-radius: 0 5px 5px 0;
1964
+ }
1965
+
1966
+ .r1f0aqcc {
1967
+ color: #00122e;
1968
+ border-color: #ccd4e3;
1969
+ }
1970
+ .r1f0aqcc:first-child {
1971
+ color: #00122e;
1972
+ border-color: #a3b4cc;
1973
+ }
1974
+ .r1f0aqcc.ant-radio-button-wrapper {
1975
+ padding: 0 12px;
1976
+ line-height: 32px;
1977
+ height: 32px;
1978
+ }
1979
+ .r1f0aqcc.ant-radio-button-wrapper > span + span {
1980
+ white-space: nowrap;
1981
+ }
1982
+ .r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
1983
+ background: #ccd4e3;
1984
+ }
1985
+ .r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
1986
+ background: #0080ff;
1987
+ }
1988
+ .r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
1989
+ background: #ccd4e3;
1990
+ opacity: 0.5;
1991
+ }
1992
+ .r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
1993
+ border-right-color: #0080ff;
1994
+ }
1995
+ .r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
1996
+ border-color: #0080ff;
1997
+ }
1998
+ .r1f0aqcc.ant-radio-button-wrapper-checked {
1999
+ background: rgba(0, 136, 255, 0.1);
2000
+ }
2001
+ .r1f0aqcc.ant-radio-button-wrapper-disabled {
2002
+ background: rgba(211, 218, 235, 0.6);
2003
+ border-color: #ccd4e3;
2004
+ opacity: 0.5;
2005
+ }
2006
+ .r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
2007
+ color: #00122e;
2008
+ border-color: #ccd4e3;
2009
+ }
2010
+ .r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
2011
+ color: #00122e;
2012
+ border-color: #ccd4e3;
2013
+ background: rgba(172, 186, 211, 0.6);
2014
+ }
2015
+ .r1f0aqcc .ant-radio-button-input {
2016
+ margin-right: 8px;
2017
+ display: inline;
2018
+ border: none;
2019
+ padding: 0;
2020
+ width: 36px;
2021
+ background: transparent;
2022
+ }
2023
+ .r1f0aqcc .ant-radio-button-input:focus {
2024
+ box-shadow: none;
2025
+ }
2026
+ .r1f0aqcc .ant-radio-button-input.ant-input-number {
2027
+ margin-right: 0;
2028
+ width: initial;
2029
+ box-shadow: none;
2030
+ }
2031
+ .r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
2032
+ display: none;
2033
+ }
2034
+ .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
2035
+ display: inline;
2036
+ }
2037
+ .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
2038
+ display: inline;
2039
+ margin-right: 8px;
2040
+ padding: 0;
2041
+ width: 36px;
2042
+ }
2043
+
2044
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
2045
+ flex-direction: row;
2046
+ justify-content: stretch;
2047
+ }
2048
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
2049
+ padding: 0;
2050
+ margin-right: 4px;
2051
+ flex: 1;
2052
+ overflow: visible;
2053
+ }
2054
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-tail, .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-icon {
2055
+ display: none;
2056
+ }
2057
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
2058
+ width: 100%;
2059
+ min-height: unset;
2060
+ }
2061
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
2062
+ height: 26px;
2063
+ line-height: 26px;
2064
+ width: 100%;
2065
+ text-align: center;
2066
+ padding: 0;
2067
+ font-size: 12px;
2068
+ font-weight: normal;
2069
+ }
2070
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
2071
+ margin-right: 10px;
2072
+ }
2073
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
2074
+ display: none;
2075
+ }
2076
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
2077
+ border-radius: 4px 0 0 4px;
2078
+ }
2079
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
2080
+ margin-right: 0;
2081
+ }
2082
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
2083
+ border-radius: 0 4px 4px 0;
2084
+ }
2085
+ .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 {
2086
+ content: "";
2087
+ width: 0;
2088
+ height: 0;
2089
+ border: 13px solid transparent;
2090
+ position: absolute;
2091
+ top: 0;
2092
+ border-left: 8px solid rgba(237, 241, 250, 0.6);
2093
+ right: -21px;
2094
+ z-index: 2;
2095
+ }
2096
+ .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 {
2097
+ content: "";
2098
+ width: 0;
2099
+ height: 0;
2100
+ border: 13px solid transparent;
2101
+ position: absolute;
2102
+ top: 0;
2103
+ border-left: 8px solid #fff;
2104
+ left: 0;
2105
+ }
2106
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
2107
+ background-color: rgba(0, 136, 255, 0.1);
2108
+ }
2109
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
2110
+ border-left-color: rgba(0, 136, 255, 0.1) !important;
2111
+ }
2112
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-title {
2113
+ color: #005ed1;
2114
+ }
2115
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
2116
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
2117
+ background-color: rgba(237, 241, 250, 0.6);
2118
+ }
2119
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-title,
2120
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-title {
2121
+ color: rgba(44, 56, 82, 0.6);
2122
+ }
2123
+ .s3mgie3 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
2124
+ padding: 0;
2125
+ }
2126
+
1902
2127
  .cz04yix {
1903
2128
  display: flex;
1904
2129
  flex-direction: column;
@@ -2564,231 +2789,6 @@ input.rrg1fkn.ant-input {
2564
2789
  border-bottom-left-radius: 0;
2565
2790
  }
2566
2791
 
2567
- .rxbeqvl.ant-radio-wrapper {
2568
- display: inline-flex;
2569
- align-items: baseline;
2570
- white-space: pre-wrap;
2571
- }
2572
- .rxbeqvl.ant-radio-wrapper .ant-radio {
2573
- position: relative;
2574
- top: 3px;
2575
- }
2576
- .rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
2577
- border-color: rgba(107, 128, 167, 0.6);
2578
- }
2579
- .rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
2580
- border-color: #0080ff;
2581
- }
2582
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
2583
- border-color: #0080ff;
2584
- background: #0080ff;
2585
- }
2586
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
2587
- top: 4px;
2588
- left: 4px;
2589
- width: 6px;
2590
- height: 6px;
2591
- background: #fff;
2592
- }
2593
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
2594
- opacity: 0.5;
2595
- }
2596
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
2597
- border-color: rgba(107, 128, 167, 0.6);
2598
- background: rgba(211, 218, 235, 0.6);
2599
- }
2600
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
2601
- background: #00122e;
2602
- }
2603
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
2604
- color: #00122e;
2605
- opacity: 0.5;
2606
- }
2607
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
2608
- color: #00122e;
2609
- }
2610
- .rxbeqvl.ant-radio-wrapper .ant-radio + span {
2611
- display: inline-block;
2612
- padding: 0;
2613
- padding-left: 12px;
2614
- }
2615
- .rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
2616
- margin-bottom: 0;
2617
- white-space: pre-wrap;
2618
- color: rgba(44, 56, 82, 0.6);
2619
- }
2620
- .rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
2621
- padding-left: 8px;
2622
- }
2623
-
2624
- .r5ie79y .ant-radio-button-wrapper:first-child {
2625
- border-radius: 5px 0 0 5px;
2626
- }
2627
- .r5ie79y .ant-radio-button-wrapper:last-child {
2628
- border-radius: 0 5px 5px 0;
2629
- }
2630
-
2631
- .r1f0aqcc {
2632
- color: #00122e;
2633
- border-color: #ccd4e3;
2634
- }
2635
- .r1f0aqcc:first-child {
2636
- color: #00122e;
2637
- border-color: #a3b4cc;
2638
- }
2639
- .r1f0aqcc.ant-radio-button-wrapper {
2640
- padding: 0 12px;
2641
- line-height: 32px;
2642
- height: 32px;
2643
- }
2644
- .r1f0aqcc.ant-radio-button-wrapper > span + span {
2645
- white-space: nowrap;
2646
- }
2647
- .r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
2648
- background: #ccd4e3;
2649
- }
2650
- .r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
2651
- background: #0080ff;
2652
- }
2653
- .r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
2654
- background: #ccd4e3;
2655
- opacity: 0.5;
2656
- }
2657
- .r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
2658
- border-right-color: #0080ff;
2659
- }
2660
- .r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
2661
- border-color: #0080ff;
2662
- }
2663
- .r1f0aqcc.ant-radio-button-wrapper-checked {
2664
- background: rgba(0, 136, 255, 0.1);
2665
- }
2666
- .r1f0aqcc.ant-radio-button-wrapper-disabled {
2667
- background: rgba(211, 218, 235, 0.6);
2668
- border-color: #ccd4e3;
2669
- opacity: 0.5;
2670
- }
2671
- .r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
2672
- color: #00122e;
2673
- border-color: #ccd4e3;
2674
- }
2675
- .r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
2676
- color: #00122e;
2677
- border-color: #ccd4e3;
2678
- background: rgba(172, 186, 211, 0.6);
2679
- }
2680
- .r1f0aqcc .ant-radio-button-input {
2681
- margin-right: 8px;
2682
- display: inline;
2683
- border: none;
2684
- padding: 0;
2685
- width: 36px;
2686
- background: transparent;
2687
- }
2688
- .r1f0aqcc .ant-radio-button-input:focus {
2689
- box-shadow: none;
2690
- }
2691
- .r1f0aqcc .ant-radio-button-input.ant-input-number {
2692
- margin-right: 0;
2693
- width: initial;
2694
- box-shadow: none;
2695
- }
2696
- .r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
2697
- display: none;
2698
- }
2699
- .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
2700
- display: inline;
2701
- }
2702
- .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
2703
- display: inline;
2704
- margin-right: 8px;
2705
- padding: 0;
2706
- width: 36px;
2707
- }
2708
-
2709
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
2710
- flex-direction: row;
2711
- justify-content: stretch;
2712
- }
2713
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
2714
- padding: 0;
2715
- margin-right: 4px;
2716
- flex: 1;
2717
- overflow: visible;
2718
- }
2719
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-tail, .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-icon {
2720
- display: none;
2721
- }
2722
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
2723
- width: 100%;
2724
- min-height: unset;
2725
- }
2726
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
2727
- height: 26px;
2728
- line-height: 26px;
2729
- width: 100%;
2730
- text-align: center;
2731
- padding: 0;
2732
- font-size: 12px;
2733
- font-weight: normal;
2734
- }
2735
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
2736
- margin-right: 10px;
2737
- }
2738
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
2739
- display: none;
2740
- }
2741
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
2742
- border-radius: 4px 0 0 4px;
2743
- }
2744
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
2745
- margin-right: 0;
2746
- }
2747
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
2748
- border-radius: 0 4px 4px 0;
2749
- }
2750
- .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 {
2751
- content: "";
2752
- width: 0;
2753
- height: 0;
2754
- border: 13px solid transparent;
2755
- position: absolute;
2756
- top: 0;
2757
- border-left: 8px solid rgba(237, 241, 250, 0.6);
2758
- right: -21px;
2759
- z-index: 2;
2760
- }
2761
- .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 {
2762
- content: "";
2763
- width: 0;
2764
- height: 0;
2765
- border: 13px solid transparent;
2766
- position: absolute;
2767
- top: 0;
2768
- border-left: 8px solid #fff;
2769
- left: 0;
2770
- }
2771
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
2772
- background-color: rgba(0, 136, 255, 0.1);
2773
- }
2774
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
2775
- border-left-color: rgba(0, 136, 255, 0.1) !important;
2776
- }
2777
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-title {
2778
- color: #005ed1;
2779
- }
2780
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
2781
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
2782
- background-color: rgba(237, 241, 250, 0.6);
2783
- }
2784
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-title,
2785
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-title {
2786
- color: rgba(44, 56, 82, 0.6);
2787
- }
2788
- .s3mgie3 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
2789
- padding: 0;
2790
- }
2791
-
2792
2792
  .s34f1qb.ant-switch {
2793
2793
  min-width: 40px;
2794
2794
  height: 24px;
@@ -3207,10 +3207,6 @@ input.rrg1fkn.ant-input {
3207
3207
  background: #fff;
3208
3208
  }
3209
3209
 
3210
- .i1e4sgug {
3211
- display: inline-block;
3212
- }
3213
-
3214
3210
  .s1fc623g {
3215
3211
  width: 430px !important;
3216
3212
  }
@@ -3292,6 +3288,10 @@ input.rrg1fkn.ant-input {
3292
3288
  opacity: 0;
3293
3289
  }
3294
3290
 
3291
+ .i1e4sgug {
3292
+ display: inline-block;
3293
+ }
3294
+
3295
3295
  .d6j0lbj {
3296
3296
  font-family: Inter;
3297
3297
  font-style: normal;