@cloudtower/eagle 0.24.6 → 0.24.7

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
@@ -1920,6 +1920,127 @@ body {
1920
1920
  margin-right: 4px;
1921
1921
  }
1922
1922
 
1923
+ .obf05yr {
1924
+ display: inline-block;
1925
+ }
1926
+
1927
+ .hsms1n6 {
1928
+ visibility: hidden;
1929
+ position: absolute;
1930
+ }
1931
+
1932
+ .p12gwtiw {
1933
+ display: flex;
1934
+ justify-content: space-between;
1935
+ align-items: center;
1936
+ padding: 10px 0;
1937
+ color: rgba(44, 56, 82, 0.6);
1938
+ font-size: 12px;
1939
+ line-height: 24px;
1940
+ }
1941
+ .p12gwtiw .pagination-left {
1942
+ padding: 2px 8px;
1943
+ }
1944
+ .p12gwtiw .dropdown-trigger {
1945
+ display: flex;
1946
+ align-items: center;
1947
+ border-radius: 6px;
1948
+ cursor: pointer;
1949
+ transition: all 0.3s ease;
1950
+ }
1951
+ .p12gwtiw .dropdown-trigger:hover {
1952
+ background: rgba(211, 218, 235, 0.6);
1953
+ color: #0080ff;
1954
+ }
1955
+ .p12gwtiw .dropdown-trigger .icon-inner {
1956
+ margin-left: 4px;
1957
+ }
1958
+ .p12gwtiw .pagination-right {
1959
+ display: flex;
1960
+ align-items: center;
1961
+ color: #0080ff;
1962
+ font-weight: bold;
1963
+ }
1964
+ .p12gwtiw .pagination-right .icon-inner {
1965
+ margin-left: 4px;
1966
+ }
1967
+ .p12gwtiw .pagination-right .prev-btn,
1968
+ .p12gwtiw .pagination-right .next-btn {
1969
+ padding: 0 8px;
1970
+ }
1971
+ .p12gwtiw .pagination-right .prev-btn > span,
1972
+ .p12gwtiw .pagination-right .next-btn > span {
1973
+ color: #0080ff;
1974
+ }
1975
+ .p12gwtiw .pagination-right .next-btn .icon-inner {
1976
+ transform: rotate(180deg);
1977
+ }
1978
+
1979
+ .d1bnu0in.ant-dropdown .ant-dropdown-menu {
1980
+ max-height: calc(100vh - 128px);
1981
+ overflow-y: auto;
1982
+ }
1983
+ .d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
1984
+ padding: 4px 20px;
1985
+ font-size: 12px;
1986
+ line-height: 18px;
1987
+ }
1988
+
1989
+ .s34f1qb.ant-switch {
1990
+ min-width: 40px;
1991
+ height: 24px;
1992
+ background: rgba(172, 186, 211, 0.6);
1993
+ overflow: hidden;
1994
+ }
1995
+ .s34f1qb.ant-switch:focus {
1996
+ box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
1997
+ }
1998
+ .s34f1qb.ant-switch-small {
1999
+ min-width: 26px;
2000
+ height: 16px;
2001
+ }
2002
+ .s34f1qb.ant-switch-large {
2003
+ min-width: 52px;
2004
+ height: 32px;
2005
+ }
2006
+ .s34f1qb.ant-switch .ant-switch-handle {
2007
+ height: 20px;
2008
+ width: 20px;
2009
+ }
2010
+ .s34f1qb.ant-switch .ant-switch-handle::before {
2011
+ border-radius: 10px;
2012
+ transition-delay: 120ms;
2013
+ }
2014
+ .s34f1qb.ant-switch-small .ant-switch-handle {
2015
+ height: 14px;
2016
+ width: 14px;
2017
+ top: 1px;
2018
+ left: 1px;
2019
+ }
2020
+ .s34f1qb.ant-switch-large .ant-switch-handle {
2021
+ height: 28px;
2022
+ width: 28px;
2023
+ }
2024
+ .s34f1qb.ant-switch-large .ant-switch-handle::before {
2025
+ border-radius: 14px;
2026
+ }
2027
+ .s34f1qb.ant-switch-checked {
2028
+ background-color: #00ba5d;
2029
+ }
2030
+ .s34f1qb.ant-switch-checked .ant-switch-handle {
2031
+ left: calc(100% - 20px - 2px);
2032
+ }
2033
+ .s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
2034
+ left: calc(100% - 14px - 1px);
2035
+ }
2036
+ .s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
2037
+ left: calc(100% - 28px - 2px);
2038
+ }
2039
+
2040
+ .c1to9vb9 {
2041
+ margin-left: 5px;
2042
+ }
2043
+
1923
2044
  .cz04yix {
1924
2045
  display: flex;
1925
2046
  flex-direction: column;
@@ -2585,210 +2706,6 @@ input.rrg1fkn.ant-input {
2585
2706
  border-bottom-left-radius: 0;
2586
2707
  }
2587
2708
 
2588
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
2589
- flex-direction: row;
2590
- justify-content: stretch;
2591
- }
2592
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
2593
- padding: 0;
2594
- margin-right: 4px;
2595
- flex: 1;
2596
- overflow: visible;
2597
- }
2598
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-tail, .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-icon {
2599
- display: none;
2600
- }
2601
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
2602
- width: 100%;
2603
- min-height: unset;
2604
- }
2605
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
2606
- height: 26px;
2607
- line-height: 26px;
2608
- width: 100%;
2609
- text-align: center;
2610
- padding: 0;
2611
- font-size: 12px;
2612
- font-weight: normal;
2613
- }
2614
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
2615
- margin-right: 10px;
2616
- }
2617
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
2618
- display: none;
2619
- }
2620
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
2621
- border-radius: 4px 0 0 4px;
2622
- }
2623
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
2624
- margin-right: 0;
2625
- }
2626
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
2627
- border-radius: 0 4px 4px 0;
2628
- }
2629
- .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 {
2630
- content: "";
2631
- width: 0;
2632
- height: 0;
2633
- border: 13px solid transparent;
2634
- position: absolute;
2635
- top: 0;
2636
- border-left: 8px solid rgba(237, 241, 250, 0.6);
2637
- right: -21px;
2638
- z-index: 2;
2639
- }
2640
- .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 {
2641
- content: "";
2642
- width: 0;
2643
- height: 0;
2644
- border: 13px solid transparent;
2645
- position: absolute;
2646
- top: 0;
2647
- border-left: 8px solid #fff;
2648
- left: 0;
2649
- }
2650
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
2651
- background-color: rgba(0, 136, 255, 0.1);
2652
- }
2653
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
2654
- border-left-color: rgba(0, 136, 255, 0.1) !important;
2655
- }
2656
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-title {
2657
- color: #005ed1;
2658
- }
2659
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
2660
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
2661
- background-color: rgba(237, 241, 250, 0.6);
2662
- }
2663
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-title,
2664
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-title {
2665
- color: rgba(44, 56, 82, 0.6);
2666
- }
2667
- .s3mgie3 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
2668
- padding: 0;
2669
- }
2670
-
2671
- .s34f1qb.ant-switch {
2672
- min-width: 40px;
2673
- height: 24px;
2674
- background: rgba(172, 186, 211, 0.6);
2675
- overflow: hidden;
2676
- }
2677
- .s34f1qb.ant-switch:focus {
2678
- box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
2679
- }
2680
- .s34f1qb.ant-switch-small {
2681
- min-width: 26px;
2682
- height: 16px;
2683
- }
2684
- .s34f1qb.ant-switch-large {
2685
- min-width: 52px;
2686
- height: 32px;
2687
- }
2688
- .s34f1qb.ant-switch .ant-switch-handle {
2689
- height: 20px;
2690
- width: 20px;
2691
- }
2692
- .s34f1qb.ant-switch .ant-switch-handle::before {
2693
- border-radius: 10px;
2694
- transition-delay: 120ms;
2695
- }
2696
- .s34f1qb.ant-switch-small .ant-switch-handle {
2697
- height: 14px;
2698
- width: 14px;
2699
- top: 1px;
2700
- left: 1px;
2701
- }
2702
- .s34f1qb.ant-switch-large .ant-switch-handle {
2703
- height: 28px;
2704
- width: 28px;
2705
- }
2706
- .s34f1qb.ant-switch-large .ant-switch-handle::before {
2707
- border-radius: 14px;
2708
- }
2709
- .s34f1qb.ant-switch-checked {
2710
- background-color: #00ba5d;
2711
- }
2712
- .s34f1qb.ant-switch-checked .ant-switch-handle {
2713
- left: calc(100% - 20px - 2px);
2714
- }
2715
- .s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
2716
- left: calc(100% - 14px - 1px);
2717
- }
2718
- .s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
2719
- left: calc(100% - 28px - 2px);
2720
- }
2721
-
2722
- .c1to9vb9 {
2723
- margin-left: 5px;
2724
- }
2725
-
2726
- .p12gwtiw {
2727
- display: flex;
2728
- justify-content: space-between;
2729
- align-items: center;
2730
- padding: 10px 0;
2731
- color: rgba(44, 56, 82, 0.6);
2732
- font-size: 12px;
2733
- line-height: 24px;
2734
- }
2735
- .p12gwtiw .pagination-left {
2736
- padding: 2px 8px;
2737
- }
2738
- .p12gwtiw .dropdown-trigger {
2739
- display: flex;
2740
- align-items: center;
2741
- border-radius: 6px;
2742
- cursor: pointer;
2743
- transition: all 0.3s ease;
2744
- }
2745
- .p12gwtiw .dropdown-trigger:hover {
2746
- background: rgba(211, 218, 235, 0.6);
2747
- color: #0080ff;
2748
- }
2749
- .p12gwtiw .dropdown-trigger .icon-inner {
2750
- margin-left: 4px;
2751
- }
2752
- .p12gwtiw .pagination-right {
2753
- display: flex;
2754
- align-items: center;
2755
- color: #0080ff;
2756
- font-weight: bold;
2757
- }
2758
- .p12gwtiw .pagination-right .icon-inner {
2759
- margin-left: 4px;
2760
- }
2761
- .p12gwtiw .pagination-right .prev-btn,
2762
- .p12gwtiw .pagination-right .next-btn {
2763
- padding: 0 8px;
2764
- }
2765
- .p12gwtiw .pagination-right .prev-btn > span,
2766
- .p12gwtiw .pagination-right .next-btn > span {
2767
- color: #0080ff;
2768
- }
2769
- .p12gwtiw .pagination-right .next-btn .icon-inner {
2770
- transform: rotate(180deg);
2771
- }
2772
-
2773
- .d1bnu0in.ant-dropdown .ant-dropdown-menu {
2774
- max-height: calc(100vh - 128px);
2775
- overflow-y: auto;
2776
- }
2777
- .d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
2778
- padding: 4px 20px;
2779
- font-size: 12px;
2780
- line-height: 18px;
2781
- }
2782
-
2783
- .obf05yr {
2784
- display: inline-block;
2785
- }
2786
-
2787
- .hsms1n6 {
2788
- visibility: hidden;
2789
- position: absolute;
2790
- }
2791
-
2792
2709
  .rxbeqvl.ant-radio-wrapper {
2793
2710
  display: inline-flex;
2794
2711
  align-items: baseline;
@@ -2931,6 +2848,89 @@ input.rrg1fkn.ant-input {
2931
2848
  width: 36px;
2932
2849
  }
2933
2850
 
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
  }