@cloudtower/eagle 0.26.4 → 0.26.5

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,21 @@ 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
+ .fde5mpd {
1553
+ width: 100%;
1554
+ height: 100%;
1555
+ min-height: 124px;
1556
+ display: flex;
1557
+ flex-direction: column;
1558
+ justify-content: center;
1559
+ align-items: center;
1560
+ }
1561
+ .fde5mpd .error-text {
1562
+ color: rgba(10, 37, 85, 0.6);
1563
+ margin-bottom: 16px;
1564
+ font-size: 18px;
1565
+ }
1566
+
1552
1567
  .bpq0js6 {
1553
1568
  padding: 4px 11px;
1554
1569
  }
@@ -1578,34 +1593,6 @@ html body {
1578
1593
  border-radius: unset;
1579
1594
  }
1580
1595
 
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
-
1609
1596
  .buj61ew.ant-btn {
1610
1597
  height: 32px;
1611
1598
  border-radius: 6px;
@@ -1854,6 +1841,103 @@ html body {
1854
1841
  padding: 0;
1855
1842
  }
1856
1843
 
1844
+ .iap75of {
1845
+ height: 18px;
1846
+ line-height: 18px;
1847
+ padding: 0 4px;
1848
+ border-radius: 4px;
1849
+ background: rgba(235, 239, 245, 0.6);
1850
+ border: 1px solid rgba(223, 228, 235, 0.6);
1851
+ display: flex;
1852
+ align-items: center;
1853
+ white-space: nowrap;
1854
+ margin-right: 4px;
1855
+ }
1856
+
1857
+ .i1mrf09m {
1858
+ display: inline-flex;
1859
+ align-items: center;
1860
+ }
1861
+ .i1mrf09m .icon-inner {
1862
+ display: inline-flex;
1863
+ align-items: center;
1864
+ justify-content: center;
1865
+ }
1866
+ .i1mrf09m .icon-inner + span,
1867
+ .i1mrf09m span + .icon-inner.suffix {
1868
+ margin-left: 4px;
1869
+ }
1870
+ .i1mrf09m.is-rotate img,
1871
+ .i1mrf09m.is-rotate svg {
1872
+ animation: rotate 680ms linear infinite;
1873
+ }
1874
+
1875
+ .obf05yr {
1876
+ display: inline-block;
1877
+ }
1878
+
1879
+ .hsms1n6 {
1880
+ visibility: hidden;
1881
+ position: absolute;
1882
+ }
1883
+
1884
+ .p12gwtiw {
1885
+ display: flex;
1886
+ justify-content: space-between;
1887
+ align-items: center;
1888
+ padding: 10px 0;
1889
+ color: rgba(44, 56, 82, 0.6);
1890
+ font-size: 12px;
1891
+ line-height: 24px;
1892
+ }
1893
+ .p12gwtiw .pagination-left {
1894
+ padding: 2px 8px;
1895
+ }
1896
+ .p12gwtiw .dropdown-trigger {
1897
+ display: flex;
1898
+ align-items: center;
1899
+ border-radius: 6px;
1900
+ cursor: pointer;
1901
+ transition: all 0.3s ease;
1902
+ }
1903
+ .p12gwtiw .dropdown-trigger:hover {
1904
+ background: rgba(211, 218, 235, 0.6);
1905
+ color: #0080ff;
1906
+ }
1907
+ .p12gwtiw .dropdown-trigger .icon-inner {
1908
+ margin-left: 4px;
1909
+ }
1910
+ .p12gwtiw .pagination-right {
1911
+ display: flex;
1912
+ align-items: center;
1913
+ color: #0080ff;
1914
+ font-weight: bold;
1915
+ }
1916
+ .p12gwtiw .pagination-right .icon-inner {
1917
+ margin-left: 4px;
1918
+ }
1919
+ .p12gwtiw .pagination-right .prev-btn,
1920
+ .p12gwtiw .pagination-right .next-btn {
1921
+ padding: 0 8px;
1922
+ }
1923
+ .p12gwtiw .pagination-right .prev-btn > span,
1924
+ .p12gwtiw .pagination-right .next-btn > span {
1925
+ color: #0080ff;
1926
+ }
1927
+ .p12gwtiw .pagination-right .next-btn .icon-inner {
1928
+ transform: rotate(180deg);
1929
+ }
1930
+
1931
+ .d1bnu0in.ant-dropdown .ant-dropdown-menu {
1932
+ max-height: calc(100vh - 128px);
1933
+ overflow-y: auto;
1934
+ }
1935
+ .d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
1936
+ padding: 4px 20px;
1937
+ font-size: 12px;
1938
+ line-height: 18px;
1939
+ }
1940
+
1857
1941
  .cz04yix {
1858
1942
  display: flex;
1859
1943
  flex-direction: column;
@@ -2519,136 +2603,6 @@ input.rrg1fkn.ant-input {
2519
2603
  border-bottom-left-radius: 0;
2520
2604
  }
2521
2605
 
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
-
2652
2606
  .rxbeqvl.ant-radio-wrapper {
2653
2607
  display: inline-flex;
2654
2608
  align-items: baseline;
@@ -2790,6 +2744,61 @@ input.rrg1fkn.ant-input {
2790
2744
  width: 36px;
2791
2745
  }
2792
2746
 
2747
+ .s34f1qb.ant-switch {
2748
+ min-width: 40px;
2749
+ height: 24px;
2750
+ background: rgba(172, 186, 211, 0.6);
2751
+ overflow: hidden;
2752
+ }
2753
+ .s34f1qb.ant-switch:focus {
2754
+ box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
2755
+ }
2756
+ .s34f1qb.ant-switch-small {
2757
+ min-width: 26px;
2758
+ height: 16px;
2759
+ }
2760
+ .s34f1qb.ant-switch-large {
2761
+ min-width: 52px;
2762
+ height: 32px;
2763
+ }
2764
+ .s34f1qb.ant-switch .ant-switch-handle {
2765
+ height: 20px;
2766
+ width: 20px;
2767
+ }
2768
+ .s34f1qb.ant-switch .ant-switch-handle::before {
2769
+ border-radius: 10px;
2770
+ transition-delay: 120ms;
2771
+ }
2772
+ .s34f1qb.ant-switch-small .ant-switch-handle {
2773
+ height: 14px;
2774
+ width: 14px;
2775
+ top: 1px;
2776
+ left: 1px;
2777
+ }
2778
+ .s34f1qb.ant-switch-large .ant-switch-handle {
2779
+ height: 28px;
2780
+ width: 28px;
2781
+ }
2782
+ .s34f1qb.ant-switch-large .ant-switch-handle::before {
2783
+ border-radius: 14px;
2784
+ }
2785
+ .s34f1qb.ant-switch-checked {
2786
+ background-color: #00ba5d;
2787
+ }
2788
+ .s34f1qb.ant-switch-checked .ant-switch-handle {
2789
+ left: calc(100% - 20px - 2px);
2790
+ }
2791
+ .s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
2792
+ left: calc(100% - 14px - 1px);
2793
+ }
2794
+ .s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
2795
+ left: calc(100% - 28px - 2px);
2796
+ }
2797
+
2798
+ .c1to9vb9 {
2799
+ margin-left: 5px;
2800
+ }
2801
+
2793
2802
  .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
2794
2803
  flex-direction: row;
2795
2804
  justify-content: stretch;
@@ -2873,15 +2882,6 @@ input.rrg1fkn.ant-input {
2873
2882
  padding: 0;
2874
2883
  }
2875
2884
 
2876
- .obf05yr {
2877
- display: inline-block;
2878
- }
2879
-
2880
- .hsms1n6 {
2881
- visibility: hidden;
2882
- position: absolute;
2883
- }
2884
-
2885
2885
  .t1upn1sz {
2886
2886
  height: 100%;
2887
2887
  }
@@ -3326,10 +3326,6 @@ input.rrg1fkn.ant-input {
3326
3326
  opacity: 0;
3327
3327
  }
3328
3328
 
3329
- .i1e4sgug {
3330
- display: inline-block;
3331
- }
3332
-
3333
3329
  .d6j0lbj {
3334
3330
  font-family: Inter;
3335
3331
  font-style: normal;
@@ -3805,6 +3801,10 @@ input.rrg1fkn.ant-input {
3805
3801
  line-height: 12px;
3806
3802
  }
3807
3803
 
3804
+ .i1e4sgug {
3805
+ display: inline-block;
3806
+ }
3807
+
3808
3808
  .c198s9j3 {
3809
3809
  color: #2d3a56;
3810
3810
  line-height: 22px;
@@ -3876,20 +3876,6 @@ input.rrg1fkn.ant-input {
3876
3876
  margin-left: 24px;
3877
3877
  }
3878
3878
 
3879
- .igz4le8 {
3880
- height: 24px;
3881
- width: 56px !important;
3882
- margin-right: 4px;
3883
- }
3884
-
3885
- .c1riexje {
3886
- color: rgba(44, 56, 82, 0.6);
3887
- }
3888
-
3889
- .iiqau4c.ant-input-group.ant-input-group-compact {
3890
- display: flex;
3891
- }
3892
-
3893
3879
  .shq1k1g.ant-select, .shq1k1g.ant-select .ant-select-selector {
3894
3880
  border-radius: 6px;
3895
3881
  }
@@ -3945,6 +3931,20 @@ input.rrg1fkn.ant-input {
3945
3931
  transform: rotate(180deg);
3946
3932
  }
3947
3933
 
3934
+ .igz4le8 {
3935
+ height: 24px;
3936
+ width: 56px !important;
3937
+ margin-right: 4px;
3938
+ }
3939
+
3940
+ .c1riexje {
3941
+ color: rgba(44, 56, 82, 0.6);
3942
+ }
3943
+
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;
package/dist/esm/index.js CHANGED
@@ -4760,7 +4760,7 @@ const TimeZoneSelect = props => {
4760
4760
  showSearch: true,
4761
4761
  disabled,
4762
4762
  filterOption: (keyword, option) => {
4763
- const hasSome = allTimeZones.some(tz => tz.value.toLowerCase().includes(keyword));
4763
+ const hasSome = allTimeZones.some(tz => tz.value.toLowerCase().includes(keyword.toLowerCase()));
4764
4764
  if (!hasSome) return false;
4765
4765
  if ((option == null ? void 0 : option.value) === "_placeholder_") {
4766
4766
  return true;