@cloudtower/eagle 0.25.10 → 0.25.11

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.
@@ -1797,33 +1797,6 @@ html body {
1797
1797
  padding: 0;
1798
1798
  }
1799
1799
 
1800
- .i1mrf09m {
1801
- display: inline-flex;
1802
- align-items: center;
1803
- }
1804
- .i1mrf09m .icon-inner {
1805
- display: inline-flex;
1806
- align-items: center;
1807
- justify-content: center;
1808
- }
1809
- .i1mrf09m .icon-inner + span,
1810
- .i1mrf09m span + .icon-inner.suffix {
1811
- margin-left: 4px;
1812
- }
1813
- .i1mrf09m.is-rotate img,
1814
- .i1mrf09m.is-rotate svg {
1815
- animation: rotate 680ms linear infinite;
1816
- }
1817
-
1818
- .obf05yr {
1819
- display: inline-block;
1820
- }
1821
-
1822
- .hsms1n6 {
1823
- visibility: hidden;
1824
- position: absolute;
1825
- }
1826
-
1827
1800
  .fde5mpd {
1828
1801
  width: 100%;
1829
1802
  height: 100%;
@@ -1839,19 +1812,6 @@ html body {
1839
1812
  font-size: 18px;
1840
1813
  }
1841
1814
 
1842
- .iap75of {
1843
- height: 18px;
1844
- line-height: 18px;
1845
- padding: 0 4px;
1846
- border-radius: 4px;
1847
- background: rgba(235, 239, 245, 0.6);
1848
- border: 1px solid rgba(223, 228, 235, 0.6);
1849
- display: flex;
1850
- align-items: center;
1851
- white-space: nowrap;
1852
- margin-right: 4px;
1853
- }
1854
-
1855
1815
  .bpq0js6 {
1856
1816
  padding: 4px 11px;
1857
1817
  }
@@ -1881,6 +1841,103 @@ html body {
1881
1841
  border-radius: unset;
1882
1842
  }
1883
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
+ .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
+
1884
1941
  .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
1885
1942
  flex-direction: row;
1886
1943
  justify-content: stretch;
@@ -1964,6 +2021,148 @@ html body {
1964
2021
  padding: 0;
1965
2022
  }
1966
2023
 
2024
+ .rxbeqvl.ant-radio-wrapper {
2025
+ display: inline-flex;
2026
+ align-items: baseline;
2027
+ white-space: pre-wrap;
2028
+ }
2029
+ .rxbeqvl.ant-radio-wrapper .ant-radio {
2030
+ position: relative;
2031
+ top: 3px;
2032
+ }
2033
+ .rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
2034
+ border-color: rgba(107, 128, 167, 0.6);
2035
+ }
2036
+ .rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
2037
+ border-color: #0080ff;
2038
+ }
2039
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
2040
+ border-color: #0080ff;
2041
+ background: #0080ff;
2042
+ }
2043
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
2044
+ top: 4px;
2045
+ left: 4px;
2046
+ width: 6px;
2047
+ height: 6px;
2048
+ background: #fff;
2049
+ }
2050
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
2051
+ opacity: 0.5;
2052
+ }
2053
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
2054
+ border-color: rgba(107, 128, 167, 0.6);
2055
+ background: rgba(211, 218, 235, 0.6);
2056
+ }
2057
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
2058
+ background: #00122e;
2059
+ }
2060
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
2061
+ color: #00122e;
2062
+ opacity: 0.5;
2063
+ }
2064
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
2065
+ color: #00122e;
2066
+ }
2067
+ .rxbeqvl.ant-radio-wrapper .ant-radio + span {
2068
+ display: inline-block;
2069
+ padding: 0;
2070
+ padding-left: 12px;
2071
+ }
2072
+ .rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
2073
+ margin-bottom: 0;
2074
+ white-space: pre-wrap;
2075
+ color: rgba(44, 56, 82, 0.6);
2076
+ }
2077
+ .rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
2078
+ padding-left: 8px;
2079
+ }
2080
+
2081
+ .r5ie79y .ant-radio-button-wrapper:first-child {
2082
+ border-radius: 5px 0 0 5px;
2083
+ }
2084
+ .r5ie79y .ant-radio-button-wrapper:last-child {
2085
+ border-radius: 0 5px 5px 0;
2086
+ }
2087
+
2088
+ .r1f0aqcc {
2089
+ color: #00122e;
2090
+ border-color: #ccd4e3;
2091
+ }
2092
+ .r1f0aqcc:first-child {
2093
+ color: #00122e;
2094
+ border-color: #a3b4cc;
2095
+ }
2096
+ .r1f0aqcc.ant-radio-button-wrapper {
2097
+ padding: 0 12px;
2098
+ line-height: 32px;
2099
+ height: 32px;
2100
+ }
2101
+ .r1f0aqcc.ant-radio-button-wrapper > span + span {
2102
+ white-space: nowrap;
2103
+ }
2104
+ .r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
2105
+ background: #ccd4e3;
2106
+ }
2107
+ .r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
2108
+ background: #0080ff;
2109
+ }
2110
+ .r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
2111
+ background: #ccd4e3;
2112
+ opacity: 0.5;
2113
+ }
2114
+ .r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
2115
+ border-right-color: #0080ff;
2116
+ }
2117
+ .r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
2118
+ border-color: #0080ff;
2119
+ }
2120
+ .r1f0aqcc.ant-radio-button-wrapper-checked {
2121
+ background: rgba(0, 136, 255, 0.1);
2122
+ }
2123
+ .r1f0aqcc.ant-radio-button-wrapper-disabled {
2124
+ background: rgba(211, 218, 235, 0.6);
2125
+ border-color: #ccd4e3;
2126
+ opacity: 0.5;
2127
+ }
2128
+ .r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
2129
+ color: #00122e;
2130
+ border-color: #ccd4e3;
2131
+ }
2132
+ .r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
2133
+ color: #00122e;
2134
+ border-color: #ccd4e3;
2135
+ background: rgba(172, 186, 211, 0.6);
2136
+ }
2137
+ .r1f0aqcc .ant-radio-button-input {
2138
+ margin-right: 8px;
2139
+ display: inline;
2140
+ border: none;
2141
+ padding: 0;
2142
+ width: 36px;
2143
+ background: transparent;
2144
+ }
2145
+ .r1f0aqcc .ant-radio-button-input:focus {
2146
+ box-shadow: none;
2147
+ }
2148
+ .r1f0aqcc .ant-radio-button-input.ant-input-number {
2149
+ margin-right: 0;
2150
+ width: initial;
2151
+ box-shadow: none;
2152
+ }
2153
+ .r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
2154
+ display: none;
2155
+ }
2156
+ .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
2157
+ display: inline;
2158
+ }
2159
+ .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
2160
+ display: inline;
2161
+ margin-right: 8px;
2162
+ padding: 0;
2163
+ width: 36px;
2164
+ }
2165
+
1967
2166
  .s34f1qb.ant-switch {
1968
2167
  min-width: 40px;
1969
2168
  height: 24px;
@@ -2019,63 +2218,6 @@ html body {
2019
2218
  margin-left: 5px;
2020
2219
  }
2021
2220
 
2022
- .p12gwtiw {
2023
- display: flex;
2024
- justify-content: space-between;
2025
- align-items: center;
2026
- padding: 10px 0;
2027
- color: rgba(44, 56, 82, 0.6);
2028
- font-size: 12px;
2029
- line-height: 24px;
2030
- }
2031
- .p12gwtiw .pagination-left {
2032
- padding: 2px 8px;
2033
- }
2034
- .p12gwtiw .dropdown-trigger {
2035
- display: flex;
2036
- align-items: center;
2037
- border-radius: 6px;
2038
- cursor: pointer;
2039
- transition: all 0.3s ease;
2040
- }
2041
- .p12gwtiw .dropdown-trigger:hover {
2042
- background: rgba(211, 218, 235, 0.6);
2043
- color: #0080ff;
2044
- }
2045
- .p12gwtiw .dropdown-trigger .icon-inner {
2046
- margin-left: 4px;
2047
- }
2048
- .p12gwtiw .pagination-right {
2049
- display: flex;
2050
- align-items: center;
2051
- color: #0080ff;
2052
- font-weight: bold;
2053
- }
2054
- .p12gwtiw .pagination-right .icon-inner {
2055
- margin-left: 4px;
2056
- }
2057
- .p12gwtiw .pagination-right .prev-btn,
2058
- .p12gwtiw .pagination-right .next-btn {
2059
- padding: 0 8px;
2060
- }
2061
- .p12gwtiw .pagination-right .prev-btn > span,
2062
- .p12gwtiw .pagination-right .next-btn > span {
2063
- color: #0080ff;
2064
- }
2065
- .p12gwtiw .pagination-right .next-btn .icon-inner {
2066
- transform: rotate(180deg);
2067
- }
2068
-
2069
- .d1bnu0in.ant-dropdown .ant-dropdown-menu {
2070
- max-height: calc(100vh - 128px);
2071
- overflow-y: auto;
2072
- }
2073
- .d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
2074
- padding: 4px 20px;
2075
- font-size: 12px;
2076
- line-height: 18px;
2077
- }
2078
-
2079
2221
  .cz04yix {
2080
2222
  display: flex;
2081
2223
  flex-direction: column;
@@ -2741,148 +2883,6 @@ input.rrg1fkn.ant-input {
2741
2883
  border-bottom-left-radius: 0;
2742
2884
  }
2743
2885
 
2744
- .rxbeqvl.ant-radio-wrapper {
2745
- display: inline-flex;
2746
- align-items: baseline;
2747
- white-space: pre-wrap;
2748
- }
2749
- .rxbeqvl.ant-radio-wrapper .ant-radio {
2750
- position: relative;
2751
- top: 3px;
2752
- }
2753
- .rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
2754
- border-color: rgba(107, 128, 167, 0.6);
2755
- }
2756
- .rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
2757
- border-color: #0080ff;
2758
- }
2759
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
2760
- border-color: #0080ff;
2761
- background: #0080ff;
2762
- }
2763
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
2764
- top: 4px;
2765
- left: 4px;
2766
- width: 6px;
2767
- height: 6px;
2768
- background: #fff;
2769
- }
2770
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
2771
- opacity: 0.5;
2772
- }
2773
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
2774
- border-color: rgba(107, 128, 167, 0.6);
2775
- background: rgba(211, 218, 235, 0.6);
2776
- }
2777
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
2778
- background: #00122e;
2779
- }
2780
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
2781
- color: #00122e;
2782
- opacity: 0.5;
2783
- }
2784
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
2785
- color: #00122e;
2786
- }
2787
- .rxbeqvl.ant-radio-wrapper .ant-radio + span {
2788
- display: inline-block;
2789
- padding: 0;
2790
- padding-left: 12px;
2791
- }
2792
- .rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
2793
- margin-bottom: 0;
2794
- white-space: pre-wrap;
2795
- color: rgba(44, 56, 82, 0.6);
2796
- }
2797
- .rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
2798
- padding-left: 8px;
2799
- }
2800
-
2801
- .r5ie79y .ant-radio-button-wrapper:first-child {
2802
- border-radius: 5px 0 0 5px;
2803
- }
2804
- .r5ie79y .ant-radio-button-wrapper:last-child {
2805
- border-radius: 0 5px 5px 0;
2806
- }
2807
-
2808
- .r1f0aqcc {
2809
- color: #00122e;
2810
- border-color: #ccd4e3;
2811
- }
2812
- .r1f0aqcc:first-child {
2813
- color: #00122e;
2814
- border-color: #a3b4cc;
2815
- }
2816
- .r1f0aqcc.ant-radio-button-wrapper {
2817
- padding: 0 12px;
2818
- line-height: 32px;
2819
- height: 32px;
2820
- }
2821
- .r1f0aqcc.ant-radio-button-wrapper > span + span {
2822
- white-space: nowrap;
2823
- }
2824
- .r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
2825
- background: #ccd4e3;
2826
- }
2827
- .r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
2828
- background: #0080ff;
2829
- }
2830
- .r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
2831
- background: #ccd4e3;
2832
- opacity: 0.5;
2833
- }
2834
- .r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
2835
- border-right-color: #0080ff;
2836
- }
2837
- .r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
2838
- border-color: #0080ff;
2839
- }
2840
- .r1f0aqcc.ant-radio-button-wrapper-checked {
2841
- background: rgba(0, 136, 255, 0.1);
2842
- }
2843
- .r1f0aqcc.ant-radio-button-wrapper-disabled {
2844
- background: rgba(211, 218, 235, 0.6);
2845
- border-color: #ccd4e3;
2846
- opacity: 0.5;
2847
- }
2848
- .r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
2849
- color: #00122e;
2850
- border-color: #ccd4e3;
2851
- }
2852
- .r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
2853
- color: #00122e;
2854
- border-color: #ccd4e3;
2855
- background: rgba(172, 186, 211, 0.6);
2856
- }
2857
- .r1f0aqcc .ant-radio-button-input {
2858
- margin-right: 8px;
2859
- display: inline;
2860
- border: none;
2861
- padding: 0;
2862
- width: 36px;
2863
- background: transparent;
2864
- }
2865
- .r1f0aqcc .ant-radio-button-input:focus {
2866
- box-shadow: none;
2867
- }
2868
- .r1f0aqcc .ant-radio-button-input.ant-input-number {
2869
- margin-right: 0;
2870
- width: initial;
2871
- box-shadow: none;
2872
- }
2873
- .r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
2874
- display: none;
2875
- }
2876
- .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
2877
- display: inline;
2878
- }
2879
- .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
2880
- display: inline;
2881
- margin-right: 8px;
2882
- padding: 0;
2883
- width: 36px;
2884
- }
2885
-
2886
2886
  .t1upn1sz {
2887
2887
  height: 100%;
2888
2888
  }
@@ -3327,6 +3327,10 @@ input.rrg1fkn.ant-input {
3327
3327
  opacity: 0;
3328
3328
  }
3329
3329
 
3330
+ .i1e4sgug {
3331
+ display: inline-block;
3332
+ }
3333
+
3330
3334
  .d6j0lbj {
3331
3335
  font-family: Inter;
3332
3336
  font-style: normal;
@@ -3802,10 +3806,6 @@ input.rrg1fkn.ant-input {
3802
3806
  line-height: 12px;
3803
3807
  }
3804
3808
 
3805
- .i1e4sgug {
3806
- display: inline-block;
3807
- }
3808
-
3809
3809
  .c198s9j3 {
3810
3810
  color: #2d3a56;
3811
3811
  line-height: 22px;
package/dist/esm/index.js CHANGED
@@ -4570,7 +4570,6 @@ const TimeZoneSelect = props => {
4570
4570
  }));
4571
4571
  });
4572
4572
  return /* @__PURE__ */React__default.createElement(Select, {
4573
- open: true,
4574
4573
  className: cx(SelectStyle, className),
4575
4574
  dropdownClassName: DropdownStyle,
4576
4575
  placeholder: /* @__PURE__ */React__default.createElement("span", null, placeholder || t("components.time_zone_select_placeholder")),