@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.
package/dist/style.css CHANGED
@@ -1636,34 +1636,6 @@ html body {
1636
1636
  font-family: "Inter var", "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif;
1637
1637
  }
1638
1638
  }
1639
- .fde5mpd {
1640
- width: 100%;
1641
- height: 100%;
1642
- min-height: 124px;
1643
- display: flex;
1644
- flex-direction: column;
1645
- justify-content: center;
1646
- align-items: center;
1647
- }
1648
- .fde5mpd .error-text {
1649
- color: rgba(10, 37, 85, 0.6);
1650
- margin-bottom: 16px;
1651
- font-size: 18px;
1652
- }
1653
-
1654
- .iap75of {
1655
- height: 18px;
1656
- line-height: 18px;
1657
- padding: 0 4px;
1658
- border-radius: 4px;
1659
- background: rgba(235, 239, 245, 0.6);
1660
- border: 1px solid rgba(223, 228, 235, 0.6);
1661
- display: flex;
1662
- align-items: center;
1663
- white-space: nowrap;
1664
- margin-right: 4px;
1665
- }
1666
-
1667
1639
  .buj61ew.ant-btn {
1668
1640
  height: 32px;
1669
1641
  border-radius: 6px;
@@ -1941,6 +1913,21 @@ html body {
1941
1913
  border-radius: unset;
1942
1914
  }
1943
1915
 
1916
+ .fde5mpd {
1917
+ width: 100%;
1918
+ height: 100%;
1919
+ min-height: 124px;
1920
+ display: flex;
1921
+ flex-direction: column;
1922
+ justify-content: center;
1923
+ align-items: center;
1924
+ }
1925
+ .fde5mpd .error-text {
1926
+ color: rgba(10, 37, 85, 0.6);
1927
+ margin-bottom: 16px;
1928
+ font-size: 18px;
1929
+ }
1930
+
1944
1931
  .i1mrf09m {
1945
1932
  display: inline-flex;
1946
1933
  align-items: center;
@@ -1959,6 +1946,19 @@ html body {
1959
1946
  animation: rotate 680ms linear infinite;
1960
1947
  }
1961
1948
 
1949
+ .iap75of {
1950
+ height: 18px;
1951
+ line-height: 18px;
1952
+ padding: 0 4px;
1953
+ border-radius: 4px;
1954
+ background: rgba(235, 239, 245, 0.6);
1955
+ border: 1px solid rgba(223, 228, 235, 0.6);
1956
+ display: flex;
1957
+ align-items: center;
1958
+ white-space: nowrap;
1959
+ margin-right: 4px;
1960
+ }
1961
+
1962
1962
  .obf05yr {
1963
1963
  display: inline-block;
1964
1964
  }
@@ -1968,6 +1968,63 @@ html body {
1968
1968
  position: absolute;
1969
1969
  }
1970
1970
 
1971
+ .p12gwtiw {
1972
+ display: flex;
1973
+ justify-content: space-between;
1974
+ align-items: center;
1975
+ padding: 10px 0;
1976
+ color: rgba(44, 56, 82, 0.6);
1977
+ font-size: 12px;
1978
+ line-height: 24px;
1979
+ }
1980
+ .p12gwtiw .pagination-left {
1981
+ padding: 2px 8px;
1982
+ }
1983
+ .p12gwtiw .dropdown-trigger {
1984
+ display: flex;
1985
+ align-items: center;
1986
+ border-radius: 6px;
1987
+ cursor: pointer;
1988
+ transition: all 0.3s ease;
1989
+ }
1990
+ .p12gwtiw .dropdown-trigger:hover {
1991
+ background: rgba(211, 218, 235, 0.6);
1992
+ color: #0080ff;
1993
+ }
1994
+ .p12gwtiw .dropdown-trigger .icon-inner {
1995
+ margin-left: 4px;
1996
+ }
1997
+ .p12gwtiw .pagination-right {
1998
+ display: flex;
1999
+ align-items: center;
2000
+ color: #0080ff;
2001
+ font-weight: bold;
2002
+ }
2003
+ .p12gwtiw .pagination-right .icon-inner {
2004
+ margin-left: 4px;
2005
+ }
2006
+ .p12gwtiw .pagination-right .prev-btn,
2007
+ .p12gwtiw .pagination-right .next-btn {
2008
+ padding: 0 8px;
2009
+ }
2010
+ .p12gwtiw .pagination-right .prev-btn > span,
2011
+ .p12gwtiw .pagination-right .next-btn > span {
2012
+ color: #0080ff;
2013
+ }
2014
+ .p12gwtiw .pagination-right .next-btn .icon-inner {
2015
+ transform: rotate(180deg);
2016
+ }
2017
+
2018
+ .d1bnu0in.ant-dropdown .ant-dropdown-menu {
2019
+ max-height: calc(100vh - 128px);
2020
+ overflow-y: auto;
2021
+ }
2022
+ .d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
2023
+ padding: 4px 20px;
2024
+ font-size: 12px;
2025
+ line-height: 18px;
2026
+ }
2027
+
1971
2028
  .rxbeqvl.ant-radio-wrapper {
1972
2029
  display: inline-flex;
1973
2030
  align-items: baseline;
@@ -2110,63 +2167,6 @@ html body {
2110
2167
  width: 36px;
2111
2168
  }
2112
2169
 
2113
- .p12gwtiw {
2114
- display: flex;
2115
- justify-content: space-between;
2116
- align-items: center;
2117
- padding: 10px 0;
2118
- color: rgba(44, 56, 82, 0.6);
2119
- font-size: 12px;
2120
- line-height: 24px;
2121
- }
2122
- .p12gwtiw .pagination-left {
2123
- padding: 2px 8px;
2124
- }
2125
- .p12gwtiw .dropdown-trigger {
2126
- display: flex;
2127
- align-items: center;
2128
- border-radius: 6px;
2129
- cursor: pointer;
2130
- transition: all 0.3s ease;
2131
- }
2132
- .p12gwtiw .dropdown-trigger:hover {
2133
- background: rgba(211, 218, 235, 0.6);
2134
- color: #0080ff;
2135
- }
2136
- .p12gwtiw .dropdown-trigger .icon-inner {
2137
- margin-left: 4px;
2138
- }
2139
- .p12gwtiw .pagination-right {
2140
- display: flex;
2141
- align-items: center;
2142
- color: #0080ff;
2143
- font-weight: bold;
2144
- }
2145
- .p12gwtiw .pagination-right .icon-inner {
2146
- margin-left: 4px;
2147
- }
2148
- .p12gwtiw .pagination-right .prev-btn,
2149
- .p12gwtiw .pagination-right .next-btn {
2150
- padding: 0 8px;
2151
- }
2152
- .p12gwtiw .pagination-right .prev-btn > span,
2153
- .p12gwtiw .pagination-right .next-btn > span {
2154
- color: #0080ff;
2155
- }
2156
- .p12gwtiw .pagination-right .next-btn .icon-inner {
2157
- transform: rotate(180deg);
2158
- }
2159
-
2160
- .d1bnu0in.ant-dropdown .ant-dropdown-menu {
2161
- max-height: calc(100vh - 128px);
2162
- overflow-y: auto;
2163
- }
2164
- .d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
2165
- padding: 4px 20px;
2166
- font-size: 12px;
2167
- line-height: 18px;
2168
- }
2169
-
2170
2170
  .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
2171
2171
  flex-direction: row;
2172
2172
  justify-content: stretch;
@@ -2970,87 +2970,6 @@ input.rrg1fkn.ant-input {
2970
2970
  border-bottom-left-radius: 0;
2971
2971
  }
2972
2972
 
2973
- .s1fc623g {
2974
- width: 430px !important;
2975
- }
2976
-
2977
- .da3mx0o .ant-select-item-group {
2978
- padding: 8px 16px;
2979
- line-height: 18px;
2980
- border-top: 1px solid rgba(211, 218, 235, 0.6);
2981
- height: 34px;
2982
- min-height: 34px;
2983
- box-sizing: border-box;
2984
- margin-top: 8px;
2985
- }
2986
-
2987
- .onr9gzt {
2988
- display: flex;
2989
- flex-direction: column;
2990
- margin: 1px 8px;
2991
- padding: 8px;
2992
- border-radius: 4px;
2993
- }
2994
- .onr9gzt .selected-icon {
2995
- display: none;
2996
- }
2997
- .onr9gzt.ant-select-item-option-grouped {
2998
- padding-left: 8px;
2999
- }
3000
- .onr9gzt.ant-select-item-option-selected {
3001
- background-color: white;
3002
- }
3003
- .onr9gzt.ant-select-item-option-selected .timezone-title {
3004
- color: #0080ff;
3005
- }
3006
- .onr9gzt.ant-select-item-option-selected .selected-icon {
3007
- display: block;
3008
- }
3009
- .onr9gzt.ant-select-item-option-active {
3010
- background: rgba(0, 136, 255, 0.16);
3011
- }
3012
- .onr9gzt.ant-select-item-option-active .timezone-title {
3013
- color: #0080ff;
3014
- }
3015
- .onr9gzt.ant-select-item-option-active .timezone-tag {
3016
- background: rgba(0, 136, 255, 0.1);
3017
- color: #0080ff;
3018
- }
3019
-
3020
- .oiy0apc {
3021
- display: flex;
3022
- justify-content: space-between;
3023
- height: 20px;
3024
- line-height: 20px;
3025
- }
3026
- .oiy0apc .timezone-title {
3027
- color: #2d3a56;
3028
- overflow: hidden;
3029
- text-overflow: ellipsis;
3030
- }
3031
-
3032
- .of4y382 {
3033
- display: flex;
3034
- justify-content: space-between;
3035
- color: rgba(44, 56, 82, 0.6);
3036
- height: 18px;
3037
- line-height: 18px;
3038
- margin-top: 2px;
3039
- }
3040
-
3041
- .t19903l9 {
3042
- border: none;
3043
- margin-right: 0;
3044
- background: rgba(225, 230, 241, 0.6);
3045
- }
3046
-
3047
- .ohwbvxu {
3048
- pointer-events: none;
3049
- height: 32px;
3050
- width: 100%;
3051
- opacity: 0;
3052
- }
3053
-
3054
2973
  .t1upn1sz {
3055
2974
  height: 100%;
3056
2975
  }
@@ -3414,6 +3333,87 @@ input.rrg1fkn.ant-input {
3414
3333
  background: #fff;
3415
3334
  }
3416
3335
 
3336
+ .s1fc623g {
3337
+ width: 430px !important;
3338
+ }
3339
+
3340
+ .da3mx0o .ant-select-item-group {
3341
+ padding: 8px 16px;
3342
+ line-height: 18px;
3343
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
3344
+ height: 34px;
3345
+ min-height: 34px;
3346
+ box-sizing: border-box;
3347
+ margin-top: 8px;
3348
+ }
3349
+
3350
+ .onr9gzt {
3351
+ display: flex;
3352
+ flex-direction: column;
3353
+ margin: 1px 8px;
3354
+ padding: 8px;
3355
+ border-radius: 4px;
3356
+ }
3357
+ .onr9gzt .selected-icon {
3358
+ display: none;
3359
+ }
3360
+ .onr9gzt.ant-select-item-option-grouped {
3361
+ padding-left: 8px;
3362
+ }
3363
+ .onr9gzt.ant-select-item-option-selected {
3364
+ background-color: white;
3365
+ }
3366
+ .onr9gzt.ant-select-item-option-selected .timezone-title {
3367
+ color: #0080ff;
3368
+ }
3369
+ .onr9gzt.ant-select-item-option-selected .selected-icon {
3370
+ display: block;
3371
+ }
3372
+ .onr9gzt.ant-select-item-option-active {
3373
+ background: rgba(0, 136, 255, 0.16);
3374
+ }
3375
+ .onr9gzt.ant-select-item-option-active .timezone-title {
3376
+ color: #0080ff;
3377
+ }
3378
+ .onr9gzt.ant-select-item-option-active .timezone-tag {
3379
+ background: rgba(0, 136, 255, 0.1);
3380
+ color: #0080ff;
3381
+ }
3382
+
3383
+ .oiy0apc {
3384
+ display: flex;
3385
+ justify-content: space-between;
3386
+ height: 20px;
3387
+ line-height: 20px;
3388
+ }
3389
+ .oiy0apc .timezone-title {
3390
+ color: #2d3a56;
3391
+ overflow: hidden;
3392
+ text-overflow: ellipsis;
3393
+ }
3394
+
3395
+ .of4y382 {
3396
+ display: flex;
3397
+ justify-content: space-between;
3398
+ color: rgba(44, 56, 82, 0.6);
3399
+ height: 18px;
3400
+ line-height: 18px;
3401
+ margin-top: 2px;
3402
+ }
3403
+
3404
+ .t19903l9 {
3405
+ border: none;
3406
+ margin-right: 0;
3407
+ background: rgba(225, 230, 241, 0.6);
3408
+ }
3409
+
3410
+ .ohwbvxu {
3411
+ pointer-events: none;
3412
+ height: 32px;
3413
+ width: 100%;
3414
+ opacity: 0;
3415
+ }
3416
+
3417
3417
  .i1e4sgug {
3418
3418
  display: inline-block;
3419
3419
  }
@@ -4497,25 +4497,6 @@ input.rrg1fkn.ant-input {
4497
4497
  font-size: inherit;
4498
4498
  }
4499
4499
 
4500
- .feau332.ant-form-item {
4501
- margin-bottom: 0;
4502
- }
4503
- .feau332 .ant-form-item-explain {
4504
- display: none;
4505
- min-height: 18px;
4506
- margin-top: 5px;
4507
- font-family: "Inter";
4508
- font-weight: 400;
4509
- font-size: 12px;
4510
- line-height: 18px;
4511
- }
4512
- .feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) {
4513
- white-space: pre-wrap;
4514
- }
4515
- .feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) .ant-form-item-explain {
4516
- display: block;
4517
- }
4518
-
4519
4500
  .a6dbbkm .ant-input-number-handler-wrap {
4520
4501
  display: var(--a6dbbkm-0);
4521
4502
  }
@@ -4545,4 +4526,23 @@ input.rrg1fkn.ant-input {
4545
4526
  margin: 0;
4546
4527
  height: auto;
4547
4528
  font-size: inherit;
4529
+ }
4530
+
4531
+ .feau332.ant-form-item {
4532
+ margin-bottom: 0;
4533
+ }
4534
+ .feau332 .ant-form-item-explain {
4535
+ display: none;
4536
+ min-height: 18px;
4537
+ margin-top: 5px;
4538
+ font-family: "Inter";
4539
+ font-weight: 400;
4540
+ font-size: 12px;
4541
+ line-height: 18px;
4542
+ }
4543
+ .feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) {
4544
+ white-space: pre-wrap;
4545
+ }
4546
+ .feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) .ant-form-item-explain {
4547
+ display: block;
4548
4548
  }
package/dist/umd/index.js CHANGED
@@ -4562,7 +4562,6 @@
4562
4562
  }));
4563
4563
  });
4564
4564
  return /* @__PURE__ */React.createElement(Select, {
4565
- open: true,
4566
4565
  className: core.cx(SelectStyle, className),
4567
4566
  dropdownClassName: DropdownStyle,
4568
4567
  placeholder: /* @__PURE__ */React.createElement("span", null, placeholder || t("components.time_zone_select_placeholder")),