@cloudtower/eagle 0.26.0 → 0.26.1

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.
@@ -1,4 +1,5 @@
1
1
  import React from "react";
2
- import { CloseCb } from "../../store";
3
- declare const ImmersiveModal: React.FC<CloseCb>;
2
+ declare const ImmersiveModal: React.FC<{
3
+ onClose: () => void;
4
+ }>;
4
5
  export default ImmersiveModal;
@@ -1,3 +1,3 @@
1
- import { UnitFn } from "../../spec";
2
- declare const Percent: UnitFn;
1
+ import { PercentFn } from "../../spec";
2
+ declare const Percent: PercentFn;
3
3
  export default Percent;
@@ -1,6 +1,7 @@
1
1
  import * as React from "react";
2
2
  type NoticeType = "info" | "success" | "error" | "warning" | "loading";
3
3
  export declare function getKeyThenIncreaseKey(): number;
4
+ export declare let pageVisible: boolean;
4
5
  export interface ConfigOptions {
5
6
  top?: number;
6
7
  duration?: number;
@@ -2079,6 +2079,61 @@ html body {
2079
2079
  width: 36px;
2080
2080
  }
2081
2081
 
2082
+ .s34f1qb.ant-switch {
2083
+ min-width: 40px;
2084
+ height: 24px;
2085
+ background: rgba(172, 186, 211, 0.6);
2086
+ overflow: hidden;
2087
+ }
2088
+ .s34f1qb.ant-switch:focus {
2089
+ box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
2090
+ }
2091
+ .s34f1qb.ant-switch-small {
2092
+ min-width: 26px;
2093
+ height: 16px;
2094
+ }
2095
+ .s34f1qb.ant-switch-large {
2096
+ min-width: 52px;
2097
+ height: 32px;
2098
+ }
2099
+ .s34f1qb.ant-switch .ant-switch-handle {
2100
+ height: 20px;
2101
+ width: 20px;
2102
+ }
2103
+ .s34f1qb.ant-switch .ant-switch-handle::before {
2104
+ border-radius: 10px;
2105
+ transition-delay: 120ms;
2106
+ }
2107
+ .s34f1qb.ant-switch-small .ant-switch-handle {
2108
+ height: 14px;
2109
+ width: 14px;
2110
+ top: 1px;
2111
+ left: 1px;
2112
+ }
2113
+ .s34f1qb.ant-switch-large .ant-switch-handle {
2114
+ height: 28px;
2115
+ width: 28px;
2116
+ }
2117
+ .s34f1qb.ant-switch-large .ant-switch-handle::before {
2118
+ border-radius: 14px;
2119
+ }
2120
+ .s34f1qb.ant-switch-checked {
2121
+ background-color: #00ba5d;
2122
+ }
2123
+ .s34f1qb.ant-switch-checked .ant-switch-handle {
2124
+ left: calc(100% - 20px - 2px);
2125
+ }
2126
+ .s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
2127
+ left: calc(100% - 14px - 1px);
2128
+ }
2129
+ .s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
2130
+ left: calc(100% - 28px - 2px);
2131
+ }
2132
+
2133
+ .c1to9vb9 {
2134
+ margin-left: 5px;
2135
+ }
2136
+
2082
2137
  .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
2083
2138
  flex-direction: row;
2084
2139
  justify-content: stretch;
@@ -2827,61 +2882,6 @@ input.rrg1fkn.ant-input {
2827
2882
  border-bottom-left-radius: 0;
2828
2883
  }
2829
2884
 
2830
- .s34f1qb.ant-switch {
2831
- min-width: 40px;
2832
- height: 24px;
2833
- background: rgba(172, 186, 211, 0.6);
2834
- overflow: hidden;
2835
- }
2836
- .s34f1qb.ant-switch:focus {
2837
- box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
2838
- }
2839
- .s34f1qb.ant-switch-small {
2840
- min-width: 26px;
2841
- height: 16px;
2842
- }
2843
- .s34f1qb.ant-switch-large {
2844
- min-width: 52px;
2845
- height: 32px;
2846
- }
2847
- .s34f1qb.ant-switch .ant-switch-handle {
2848
- height: 20px;
2849
- width: 20px;
2850
- }
2851
- .s34f1qb.ant-switch .ant-switch-handle::before {
2852
- border-radius: 10px;
2853
- transition-delay: 120ms;
2854
- }
2855
- .s34f1qb.ant-switch-small .ant-switch-handle {
2856
- height: 14px;
2857
- width: 14px;
2858
- top: 1px;
2859
- left: 1px;
2860
- }
2861
- .s34f1qb.ant-switch-large .ant-switch-handle {
2862
- height: 28px;
2863
- width: 28px;
2864
- }
2865
- .s34f1qb.ant-switch-large .ant-switch-handle::before {
2866
- border-radius: 14px;
2867
- }
2868
- .s34f1qb.ant-switch-checked {
2869
- background-color: #00ba5d;
2870
- }
2871
- .s34f1qb.ant-switch-checked .ant-switch-handle {
2872
- left: calc(100% - 20px - 2px);
2873
- }
2874
- .s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
2875
- left: calc(100% - 14px - 1px);
2876
- }
2877
- .s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
2878
- left: calc(100% - 28px - 2px);
2879
- }
2880
-
2881
- .c1to9vb9 {
2882
- margin-left: 5px;
2883
- }
2884
-
2885
2885
  .t1upn1sz {
2886
2886
  height: 100%;
2887
2887
  }
@@ -3245,91 +3245,6 @@ input.rrg1fkn.ant-input {
3245
3245
  background: #fff;
3246
3246
  }
3247
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
3248
  .d6j0lbj {
3334
3249
  font-family: Inter;
3335
3250
  font-style: normal;
@@ -3805,6 +3720,91 @@ input.rrg1fkn.ant-input {
3805
3720
  line-height: 12px;
3806
3721
  }
3807
3722
 
3723
+ .s1fc623g {
3724
+ width: 430px !important;
3725
+ }
3726
+
3727
+ .da3mx0o .ant-select-item-group {
3728
+ padding: 8px 16px;
3729
+ line-height: 18px;
3730
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
3731
+ height: 34px;
3732
+ min-height: 34px;
3733
+ box-sizing: border-box;
3734
+ margin-top: 8px;
3735
+ }
3736
+
3737
+ .onr9gzt {
3738
+ display: flex;
3739
+ flex-direction: column;
3740
+ margin: 1px 8px;
3741
+ padding: 8px;
3742
+ border-radius: 4px;
3743
+ }
3744
+ .onr9gzt .selected-icon {
3745
+ display: none;
3746
+ }
3747
+ .onr9gzt.ant-select-item-option-grouped {
3748
+ padding-left: 8px;
3749
+ }
3750
+ .onr9gzt.ant-select-item-option-selected {
3751
+ background-color: white;
3752
+ }
3753
+ .onr9gzt.ant-select-item-option-selected .timezone-title {
3754
+ color: #0080ff;
3755
+ }
3756
+ .onr9gzt.ant-select-item-option-selected .selected-icon {
3757
+ display: block;
3758
+ }
3759
+ .onr9gzt.ant-select-item-option-active {
3760
+ background: rgba(0, 136, 255, 0.16);
3761
+ }
3762
+ .onr9gzt.ant-select-item-option-active .timezone-title {
3763
+ color: #0080ff;
3764
+ }
3765
+ .onr9gzt.ant-select-item-option-active .timezone-tag {
3766
+ background: rgba(0, 136, 255, 0.1);
3767
+ color: #0080ff;
3768
+ }
3769
+
3770
+ .oiy0apc {
3771
+ display: flex;
3772
+ justify-content: space-between;
3773
+ height: 20px;
3774
+ line-height: 20px;
3775
+ }
3776
+ .oiy0apc .timezone-title {
3777
+ color: #2d3a56;
3778
+ overflow: hidden;
3779
+ text-overflow: ellipsis;
3780
+ }
3781
+
3782
+ .of4y382 {
3783
+ display: flex;
3784
+ justify-content: space-between;
3785
+ color: rgba(44, 56, 82, 0.6);
3786
+ height: 18px;
3787
+ line-height: 18px;
3788
+ margin-top: 2px;
3789
+ }
3790
+
3791
+ .t19903l9 {
3792
+ border: none;
3793
+ margin-right: 0;
3794
+ background: rgba(225, 230, 241, 0.6);
3795
+ }
3796
+
3797
+ .ohwbvxu {
3798
+ pointer-events: none;
3799
+ height: 32px;
3800
+ width: 100%;
3801
+ opacity: 0;
3802
+ }
3803
+
3804
+ .i1e4sgug {
3805
+ display: inline-block;
3806
+ }
3807
+
3808
3808
  .c198s9j3 {
3809
3809
  color: #2d3a56;
3810
3810
  line-height: 22px;