@cloudtower/eagle 0.26.3 → 0.26.4

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.
@@ -1549,6 +1549,63 @@ html body {
1549
1549
  font-family: "Inter var", "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif;
1550
1550
  }
1551
1551
  }
1552
+ .bpq0js6 {
1553
+ padding: 4px 11px;
1554
+ }
1555
+
1556
+ .b15sn34c {
1557
+ white-space: nowrap;
1558
+ filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
1559
+ }
1560
+ .b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
1561
+ --color: #0080ff;
1562
+ }
1563
+ .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] {
1564
+ --color: #0080ff;
1565
+ }
1566
+ .b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
1567
+ margin-left: 1px;
1568
+ }
1569
+ .b15sn34c > .ant-btn:not(:only-child):first-child {
1570
+ border-top-right-radius: 0;
1571
+ border-bottom-right-radius: 0;
1572
+ }
1573
+ .b15sn34c > .ant-btn:not(:only-child):last-child {
1574
+ border-top-left-radius: 0;
1575
+ border-bottom-left-radius: 0;
1576
+ }
1577
+ .b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
1578
+ border-radius: unset;
1579
+ }
1580
+
1581
+ .fde5mpd {
1582
+ width: 100%;
1583
+ height: 100%;
1584
+ min-height: 124px;
1585
+ display: flex;
1586
+ flex-direction: column;
1587
+ justify-content: center;
1588
+ align-items: center;
1589
+ }
1590
+ .fde5mpd .error-text {
1591
+ color: rgba(10, 37, 85, 0.6);
1592
+ margin-bottom: 16px;
1593
+ font-size: 18px;
1594
+ }
1595
+
1596
+ .iap75of {
1597
+ height: 18px;
1598
+ line-height: 18px;
1599
+ padding: 0 4px;
1600
+ border-radius: 4px;
1601
+ background: rgba(235, 239, 245, 0.6);
1602
+ border: 1px solid rgba(223, 228, 235, 0.6);
1603
+ display: flex;
1604
+ align-items: center;
1605
+ white-space: nowrap;
1606
+ margin-right: 4px;
1607
+ }
1608
+
1552
1609
  .buj61ew.ant-btn {
1553
1610
  height: 32px;
1554
1611
  border-radius: 6px;
@@ -1797,81 +1854,6 @@ html body {
1797
1854
  padding: 0;
1798
1855
  }
1799
1856
 
1800
- .fde5mpd {
1801
- width: 100%;
1802
- height: 100%;
1803
- min-height: 124px;
1804
- display: flex;
1805
- flex-direction: column;
1806
- justify-content: center;
1807
- align-items: center;
1808
- }
1809
- .fde5mpd .error-text {
1810
- color: rgba(10, 37, 85, 0.6);
1811
- margin-bottom: 16px;
1812
- font-size: 18px;
1813
- }
1814
-
1815
- .bpq0js6 {
1816
- padding: 4px 11px;
1817
- }
1818
-
1819
- .b15sn34c {
1820
- white-space: nowrap;
1821
- filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
1822
- }
1823
- .b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
1824
- --color: #0080ff;
1825
- }
1826
- .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] {
1827
- --color: #0080ff;
1828
- }
1829
- .b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
1830
- margin-left: 1px;
1831
- }
1832
- .b15sn34c > .ant-btn:not(:only-child):first-child {
1833
- border-top-right-radius: 0;
1834
- border-bottom-right-radius: 0;
1835
- }
1836
- .b15sn34c > .ant-btn:not(:only-child):last-child {
1837
- border-top-left-radius: 0;
1838
- border-bottom-left-radius: 0;
1839
- }
1840
- .b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
1841
- border-radius: unset;
1842
- }
1843
-
1844
- .i1mrf09m {
1845
- display: inline-flex;
1846
- align-items: center;
1847
- }
1848
- .i1mrf09m .icon-inner {
1849
- display: inline-flex;
1850
- align-items: center;
1851
- justify-content: center;
1852
- }
1853
- .i1mrf09m .icon-inner + span,
1854
- .i1mrf09m span + .icon-inner.suffix {
1855
- margin-left: 4px;
1856
- }
1857
- .i1mrf09m.is-rotate img,
1858
- .i1mrf09m.is-rotate svg {
1859
- animation: rotate 680ms linear infinite;
1860
- }
1861
-
1862
- .iap75of {
1863
- height: 18px;
1864
- line-height: 18px;
1865
- padding: 0 4px;
1866
- border-radius: 4px;
1867
- background: rgba(235, 239, 245, 0.6);
1868
- border: 1px solid rgba(223, 228, 235, 0.6);
1869
- display: flex;
1870
- align-items: center;
1871
- white-space: nowrap;
1872
- margin-right: 4px;
1873
- }
1874
-
1875
1857
  .cz04yix {
1876
1858
  display: flex;
1877
1859
  flex-direction: column;
@@ -2537,6 +2519,136 @@ input.rrg1fkn.ant-input {
2537
2519
  border-bottom-left-radius: 0;
2538
2520
  }
2539
2521
 
2522
+ .i1mrf09m {
2523
+ display: inline-flex;
2524
+ align-items: center;
2525
+ }
2526
+ .i1mrf09m .icon-inner {
2527
+ display: inline-flex;
2528
+ align-items: center;
2529
+ justify-content: center;
2530
+ }
2531
+ .i1mrf09m .icon-inner + span,
2532
+ .i1mrf09m span + .icon-inner.suffix {
2533
+ margin-left: 4px;
2534
+ }
2535
+ .i1mrf09m.is-rotate img,
2536
+ .i1mrf09m.is-rotate svg {
2537
+ animation: rotate 680ms linear infinite;
2538
+ }
2539
+
2540
+ .s34f1qb.ant-switch {
2541
+ min-width: 40px;
2542
+ height: 24px;
2543
+ background: rgba(172, 186, 211, 0.6);
2544
+ overflow: hidden;
2545
+ }
2546
+ .s34f1qb.ant-switch:focus {
2547
+ box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
2548
+ }
2549
+ .s34f1qb.ant-switch-small {
2550
+ min-width: 26px;
2551
+ height: 16px;
2552
+ }
2553
+ .s34f1qb.ant-switch-large {
2554
+ min-width: 52px;
2555
+ height: 32px;
2556
+ }
2557
+ .s34f1qb.ant-switch .ant-switch-handle {
2558
+ height: 20px;
2559
+ width: 20px;
2560
+ }
2561
+ .s34f1qb.ant-switch .ant-switch-handle::before {
2562
+ border-radius: 10px;
2563
+ transition-delay: 120ms;
2564
+ }
2565
+ .s34f1qb.ant-switch-small .ant-switch-handle {
2566
+ height: 14px;
2567
+ width: 14px;
2568
+ top: 1px;
2569
+ left: 1px;
2570
+ }
2571
+ .s34f1qb.ant-switch-large .ant-switch-handle {
2572
+ height: 28px;
2573
+ width: 28px;
2574
+ }
2575
+ .s34f1qb.ant-switch-large .ant-switch-handle::before {
2576
+ border-radius: 14px;
2577
+ }
2578
+ .s34f1qb.ant-switch-checked {
2579
+ background-color: #00ba5d;
2580
+ }
2581
+ .s34f1qb.ant-switch-checked .ant-switch-handle {
2582
+ left: calc(100% - 20px - 2px);
2583
+ }
2584
+ .s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
2585
+ left: calc(100% - 14px - 1px);
2586
+ }
2587
+ .s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
2588
+ left: calc(100% - 28px - 2px);
2589
+ }
2590
+
2591
+ .c1to9vb9 {
2592
+ margin-left: 5px;
2593
+ }
2594
+
2595
+ .p12gwtiw {
2596
+ display: flex;
2597
+ justify-content: space-between;
2598
+ align-items: center;
2599
+ padding: 10px 0;
2600
+ color: rgba(44, 56, 82, 0.6);
2601
+ font-size: 12px;
2602
+ line-height: 24px;
2603
+ }
2604
+ .p12gwtiw .pagination-left {
2605
+ padding: 2px 8px;
2606
+ }
2607
+ .p12gwtiw .dropdown-trigger {
2608
+ display: flex;
2609
+ align-items: center;
2610
+ border-radius: 6px;
2611
+ cursor: pointer;
2612
+ transition: all 0.3s ease;
2613
+ }
2614
+ .p12gwtiw .dropdown-trigger:hover {
2615
+ background: rgba(211, 218, 235, 0.6);
2616
+ color: #0080ff;
2617
+ }
2618
+ .p12gwtiw .dropdown-trigger .icon-inner {
2619
+ margin-left: 4px;
2620
+ }
2621
+ .p12gwtiw .pagination-right {
2622
+ display: flex;
2623
+ align-items: center;
2624
+ color: #0080ff;
2625
+ font-weight: bold;
2626
+ }
2627
+ .p12gwtiw .pagination-right .icon-inner {
2628
+ margin-left: 4px;
2629
+ }
2630
+ .p12gwtiw .pagination-right .prev-btn,
2631
+ .p12gwtiw .pagination-right .next-btn {
2632
+ padding: 0 8px;
2633
+ }
2634
+ .p12gwtiw .pagination-right .prev-btn > span,
2635
+ .p12gwtiw .pagination-right .next-btn > span {
2636
+ color: #0080ff;
2637
+ }
2638
+ .p12gwtiw .pagination-right .next-btn .icon-inner {
2639
+ transform: rotate(180deg);
2640
+ }
2641
+
2642
+ .d1bnu0in.ant-dropdown .ant-dropdown-menu {
2643
+ max-height: calc(100vh - 128px);
2644
+ overflow-y: auto;
2645
+ }
2646
+ .d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
2647
+ padding: 4px 20px;
2648
+ font-size: 12px;
2649
+ line-height: 18px;
2650
+ }
2651
+
2540
2652
  .rxbeqvl.ant-radio-wrapper {
2541
2653
  display: inline-flex;
2542
2654
  align-items: baseline;
@@ -2660,77 +2772,22 @@ input.rrg1fkn.ant-input {
2660
2772
  .r1f0aqcc .ant-radio-button-input:focus {
2661
2773
  box-shadow: none;
2662
2774
  }
2663
- .r1f0aqcc .ant-radio-button-input.ant-input-number {
2664
- margin-right: 0;
2665
- width: initial;
2666
- box-shadow: none;
2667
- }
2668
- .r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
2669
- display: none;
2670
- }
2671
- .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
2672
- display: inline;
2673
- }
2674
- .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
2675
- display: inline;
2676
- margin-right: 8px;
2677
- padding: 0;
2678
- width: 36px;
2679
- }
2680
-
2681
- .s34f1qb.ant-switch {
2682
- min-width: 40px;
2683
- height: 24px;
2684
- background: rgba(172, 186, 211, 0.6);
2685
- overflow: hidden;
2686
- }
2687
- .s34f1qb.ant-switch:focus {
2688
- box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
2689
- }
2690
- .s34f1qb.ant-switch-small {
2691
- min-width: 26px;
2692
- height: 16px;
2693
- }
2694
- .s34f1qb.ant-switch-large {
2695
- min-width: 52px;
2696
- height: 32px;
2697
- }
2698
- .s34f1qb.ant-switch .ant-switch-handle {
2699
- height: 20px;
2700
- width: 20px;
2701
- }
2702
- .s34f1qb.ant-switch .ant-switch-handle::before {
2703
- border-radius: 10px;
2704
- transition-delay: 120ms;
2705
- }
2706
- .s34f1qb.ant-switch-small .ant-switch-handle {
2707
- height: 14px;
2708
- width: 14px;
2709
- top: 1px;
2710
- left: 1px;
2711
- }
2712
- .s34f1qb.ant-switch-large .ant-switch-handle {
2713
- height: 28px;
2714
- width: 28px;
2715
- }
2716
- .s34f1qb.ant-switch-large .ant-switch-handle::before {
2717
- border-radius: 14px;
2718
- }
2719
- .s34f1qb.ant-switch-checked {
2720
- background-color: #00ba5d;
2721
- }
2722
- .s34f1qb.ant-switch-checked .ant-switch-handle {
2723
- left: calc(100% - 20px - 2px);
2724
- }
2725
- .s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
2726
- left: calc(100% - 14px - 1px);
2775
+ .r1f0aqcc .ant-radio-button-input.ant-input-number {
2776
+ margin-right: 0;
2777
+ width: initial;
2778
+ box-shadow: none;
2727
2779
  }
2728
- .s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
2729
- left: calc(100% - 28px - 2px);
2780
+ .r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
2781
+ display: none;
2730
2782
  }
2731
-
2732
- .c1to9vb9 {
2733
- margin-left: 5px;
2783
+ .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
2784
+ display: inline;
2785
+ }
2786
+ .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
2787
+ display: inline;
2788
+ margin-right: 8px;
2789
+ padding: 0;
2790
+ width: 36px;
2734
2791
  }
2735
2792
 
2736
2793
  .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
@@ -2825,148 +2882,6 @@ input.rrg1fkn.ant-input {
2825
2882
  position: absolute;
2826
2883
  }
2827
2884
 
2828
- .p12gwtiw {
2829
- display: flex;
2830
- justify-content: space-between;
2831
- align-items: center;
2832
- padding: 10px 0;
2833
- color: rgba(44, 56, 82, 0.6);
2834
- font-size: 12px;
2835
- line-height: 24px;
2836
- }
2837
- .p12gwtiw .pagination-left {
2838
- padding: 2px 8px;
2839
- }
2840
- .p12gwtiw .dropdown-trigger {
2841
- display: flex;
2842
- align-items: center;
2843
- border-radius: 6px;
2844
- cursor: pointer;
2845
- transition: all 0.3s ease;
2846
- }
2847
- .p12gwtiw .dropdown-trigger:hover {
2848
- background: rgba(211, 218, 235, 0.6);
2849
- color: #0080ff;
2850
- }
2851
- .p12gwtiw .dropdown-trigger .icon-inner {
2852
- margin-left: 4px;
2853
- }
2854
- .p12gwtiw .pagination-right {
2855
- display: flex;
2856
- align-items: center;
2857
- color: #0080ff;
2858
- font-weight: bold;
2859
- }
2860
- .p12gwtiw .pagination-right .icon-inner {
2861
- margin-left: 4px;
2862
- }
2863
- .p12gwtiw .pagination-right .prev-btn,
2864
- .p12gwtiw .pagination-right .next-btn {
2865
- padding: 0 8px;
2866
- }
2867
- .p12gwtiw .pagination-right .prev-btn > span,
2868
- .p12gwtiw .pagination-right .next-btn > span {
2869
- color: #0080ff;
2870
- }
2871
- .p12gwtiw .pagination-right .next-btn .icon-inner {
2872
- transform: rotate(180deg);
2873
- }
2874
-
2875
- .d1bnu0in.ant-dropdown .ant-dropdown-menu {
2876
- max-height: calc(100vh - 128px);
2877
- overflow-y: auto;
2878
- }
2879
- .d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
2880
- padding: 4px 20px;
2881
- font-size: 12px;
2882
- line-height: 18px;
2883
- }
2884
-
2885
- .i1e4sgug {
2886
- display: inline-block;
2887
- }
2888
-
2889
- .s1fc623g {
2890
- width: 430px !important;
2891
- }
2892
-
2893
- .da3mx0o .ant-select-item-group {
2894
- padding: 8px 16px;
2895
- line-height: 18px;
2896
- border-top: 1px solid rgba(211, 218, 235, 0.6);
2897
- height: 34px;
2898
- min-height: 34px;
2899
- box-sizing: border-box;
2900
- margin-top: 8px;
2901
- }
2902
-
2903
- .onr9gzt {
2904
- display: flex;
2905
- flex-direction: column;
2906
- margin: 1px 8px;
2907
- padding: 8px;
2908
- border-radius: 4px;
2909
- }
2910
- .onr9gzt .selected-icon {
2911
- display: none;
2912
- }
2913
- .onr9gzt.ant-select-item-option-grouped {
2914
- padding-left: 8px;
2915
- }
2916
- .onr9gzt.ant-select-item-option-selected {
2917
- background-color: white;
2918
- }
2919
- .onr9gzt.ant-select-item-option-selected .timezone-title {
2920
- color: #0080ff;
2921
- }
2922
- .onr9gzt.ant-select-item-option-selected .selected-icon {
2923
- display: block;
2924
- }
2925
- .onr9gzt.ant-select-item-option-active {
2926
- background: rgba(0, 136, 255, 0.16);
2927
- }
2928
- .onr9gzt.ant-select-item-option-active .timezone-title {
2929
- color: #0080ff;
2930
- }
2931
- .onr9gzt.ant-select-item-option-active .timezone-tag {
2932
- background: rgba(0, 136, 255, 0.1);
2933
- color: #0080ff;
2934
- }
2935
-
2936
- .oiy0apc {
2937
- display: flex;
2938
- justify-content: space-between;
2939
- height: 20px;
2940
- line-height: 20px;
2941
- }
2942
- .oiy0apc .timezone-title {
2943
- color: #2d3a56;
2944
- overflow: hidden;
2945
- text-overflow: ellipsis;
2946
- }
2947
-
2948
- .of4y382 {
2949
- display: flex;
2950
- justify-content: space-between;
2951
- color: rgba(44, 56, 82, 0.6);
2952
- height: 18px;
2953
- line-height: 18px;
2954
- margin-top: 2px;
2955
- }
2956
-
2957
- .t19903l9 {
2958
- border: none;
2959
- margin-right: 0;
2960
- background: rgba(225, 230, 241, 0.6);
2961
- }
2962
-
2963
- .ohwbvxu {
2964
- pointer-events: none;
2965
- height: 32px;
2966
- width: 100%;
2967
- opacity: 0;
2968
- }
2969
-
2970
2885
  .t1upn1sz {
2971
2886
  height: 100%;
2972
2887
  }
@@ -3330,6 +3245,91 @@ input.rrg1fkn.ant-input {
3330
3245
  background: #fff;
3331
3246
  }
3332
3247
 
3248
+ .s1fc623g {
3249
+ width: 430px !important;
3250
+ }
3251
+
3252
+ .da3mx0o .ant-select-item-group {
3253
+ padding: 8px 16px;
3254
+ line-height: 18px;
3255
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
3256
+ height: 34px;
3257
+ min-height: 34px;
3258
+ box-sizing: border-box;
3259
+ margin-top: 8px;
3260
+ }
3261
+
3262
+ .onr9gzt {
3263
+ display: flex;
3264
+ flex-direction: column;
3265
+ margin: 1px 8px;
3266
+ padding: 8px;
3267
+ border-radius: 4px;
3268
+ }
3269
+ .onr9gzt .selected-icon {
3270
+ display: none;
3271
+ }
3272
+ .onr9gzt.ant-select-item-option-grouped {
3273
+ padding-left: 8px;
3274
+ }
3275
+ .onr9gzt.ant-select-item-option-selected {
3276
+ background-color: white;
3277
+ }
3278
+ .onr9gzt.ant-select-item-option-selected .timezone-title {
3279
+ color: #0080ff;
3280
+ }
3281
+ .onr9gzt.ant-select-item-option-selected .selected-icon {
3282
+ display: block;
3283
+ }
3284
+ .onr9gzt.ant-select-item-option-active {
3285
+ background: rgba(0, 136, 255, 0.16);
3286
+ }
3287
+ .onr9gzt.ant-select-item-option-active .timezone-title {
3288
+ color: #0080ff;
3289
+ }
3290
+ .onr9gzt.ant-select-item-option-active .timezone-tag {
3291
+ background: rgba(0, 136, 255, 0.1);
3292
+ color: #0080ff;
3293
+ }
3294
+
3295
+ .oiy0apc {
3296
+ display: flex;
3297
+ justify-content: space-between;
3298
+ height: 20px;
3299
+ line-height: 20px;
3300
+ }
3301
+ .oiy0apc .timezone-title {
3302
+ color: #2d3a56;
3303
+ overflow: hidden;
3304
+ text-overflow: ellipsis;
3305
+ }
3306
+
3307
+ .of4y382 {
3308
+ display: flex;
3309
+ justify-content: space-between;
3310
+ color: rgba(44, 56, 82, 0.6);
3311
+ height: 18px;
3312
+ line-height: 18px;
3313
+ margin-top: 2px;
3314
+ }
3315
+
3316
+ .t19903l9 {
3317
+ border: none;
3318
+ margin-right: 0;
3319
+ background: rgba(225, 230, 241, 0.6);
3320
+ }
3321
+
3322
+ .ohwbvxu {
3323
+ pointer-events: none;
3324
+ height: 32px;
3325
+ width: 100%;
3326
+ opacity: 0;
3327
+ }
3328
+
3329
+ .i1e4sgug {
3330
+ display: inline-block;
3331
+ }
3332
+
3333
3333
  .d6j0lbj {
3334
3334
  font-family: Inter;
3335
3335
  font-style: normal;
@@ -3886,6 +3886,10 @@ input.rrg1fkn.ant-input {
3886
3886
  color: rgba(44, 56, 82, 0.6);
3887
3887
  }
3888
3888
 
3889
+ .iiqau4c.ant-input-group.ant-input-group-compact {
3890
+ display: flex;
3891
+ }
3892
+
3889
3893
  .shq1k1g.ant-select, .shq1k1g.ant-select .ant-select-selector {
3890
3894
  border-radius: 6px;
3891
3895
  }
@@ -3941,10 +3945,6 @@ input.rrg1fkn.ant-input {
3941
3945
  transform: rotate(180deg);
3942
3946
  }
3943
3947
 
3944
- .iiqau4c.ant-input-group.ant-input-group-compact {
3945
- display: flex;
3946
- }
3947
-
3948
3948
  .m1thnes4 {
3949
3949
  color: rgba(44, 56, 82, 0.6);
3950
3950
  text-align: center;