@cloudtower/eagle 0.26.7 → 0.26.9

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.
@@ -98,168 +98,117 @@
98
98
  /* box shadow */
99
99
  /* fisheye */
100
100
  .loading {
101
+ width: 64px;
102
+ height: 64px;
103
+ display: flex;
104
+ align-items: center;
105
+ justify-content: center;
101
106
  position: relative;
102
- display: inline-block;
103
- opacity: 0;
104
- animation-name: fadeIn;
105
- /*
106
- animation-delay: 0.4s; //FIXME: use a more accurate way to make this happen
107
- */
108
- animation-fill-mode: forwards;
109
- line-height: 23.49px;
110
- width: 42.6214285714px;
111
107
  }
112
108
 
113
- .loading__sugar {
114
- display: inline-block;
115
- position: relative;
116
- vertical-align: middle;
117
- }
118
- .loading__sugar:before, .loading__sugar:after {
119
- content: "";
120
- display: inline-block;
121
- width: 4.05px;
122
- height: 4.05px;
123
- border-radius: 50%;
109
+ .loading-indicator__line1 {
124
110
  position: absolute;
111
+ width: 5px;
112
+ height: 48px;
113
+ left: 9.33px;
114
+ top: 40.5px;
115
+ background: linear-gradient(180deg, #0080FF 0%, rgba(0, 128, 255, 0.16) 100%);
116
+ border-radius: 5px;
117
+ transform: rotate(-128deg);
118
+ transform-origin: top left;
119
+ animation: loading-indicator1 1100ms ease-out infinite;
125
120
  }
126
- .loading__sugar:not(:last-child) {
127
- margin-right: 6.4285714286px;
128
- }
129
- .loading__sugar:nth-child(1) {
130
- animation-delay: -1.869s;
131
- }
132
- .loading__sugar:nth-child(1):before {
133
- animation: animBefore 2.1s cubic-bezier(0.42, 0, 0.58, 1) infinite;
134
- animation-delay: -1.869s;
135
- background-color: #0096ff;
136
- }
137
- .loading__sugar:nth-child(1):after {
138
- animation: animAfter 2.1s cubic-bezier(0.42, 0, 0.58, 1) infinite;
139
- animation-delay: -1.869s;
140
- background-color: #25c764;
141
- }
142
- .loading__sugar:nth-child(2) {
143
- animation-delay: -3.738s;
144
- }
145
- .loading__sugar:nth-child(2):before {
146
- animation: animBefore 2.1s cubic-bezier(0.42, 0, 0.58, 1) infinite;
147
- animation-delay: -3.738s;
148
- background-color: #0096ff;
149
- }
150
- .loading__sugar:nth-child(2):after {
151
- animation: animAfter 2.1s cubic-bezier(0.42, 0, 0.58, 1) infinite;
152
- animation-delay: -3.738s;
153
- background-color: #25c764;
154
- }
155
- .loading__sugar:nth-child(3) {
156
- animation-delay: -5.607s;
157
- }
158
- .loading__sugar:nth-child(3):before {
159
- animation: animBefore 2.1s cubic-bezier(0.42, 0, 0.58, 1) infinite;
160
- animation-delay: -5.607s;
161
- background-color: #0096ff;
162
- }
163
- .loading__sugar:nth-child(3):after {
164
- animation: animAfter 2.1s cubic-bezier(0.42, 0, 0.58, 1) infinite;
165
- animation-delay: -5.607s;
166
- background-color: #25c764;
167
- }
168
- .loading__sugar:nth-child(4) {
169
- animation-delay: -7.476s;
170
- }
171
- .loading__sugar:nth-child(4):before {
172
- animation: animBefore 2.1s cubic-bezier(0.42, 0, 0.58, 1) infinite;
173
- animation-delay: -7.476s;
174
- background-color: #0096ff;
175
- }
176
- .loading__sugar:nth-child(4):after {
177
- animation: animAfter 2.1s cubic-bezier(0.42, 0, 0.58, 1) infinite;
178
- animation-delay: -7.476s;
179
- background-color: #25c764;
180
- }
181
- .loading__sugar:nth-child(5) {
182
- animation-delay: -9.345s;
183
- }
184
- .loading__sugar:nth-child(5):before {
185
- animation: animBefore 2.1s cubic-bezier(0.42, 0, 0.58, 1) infinite;
186
- animation-delay: -9.345s;
187
- background-color: #0096ff;
188
- }
189
- .loading__sugar:nth-child(5):after {
190
- animation: animAfter 2.1s cubic-bezier(0.42, 0, 0.58, 1) infinite;
191
- animation-delay: -9.345s;
192
- background-color: #25c764;
193
- }
194
- .loading__sugar:nth-child(6) {
195
- animation-delay: -11.214s;
196
- }
197
- .loading__sugar:nth-child(6):before {
198
- animation: animBefore 2.1s cubic-bezier(0.42, 0, 0.58, 1) infinite;
199
- animation-delay: -11.214s;
200
- background-color: #0096ff;
201
- }
202
- .loading__sugar:nth-child(6):after {
203
- animation: animAfter 2.1s cubic-bezier(0.42, 0, 0.58, 1) infinite;
204
- animation-delay: -11.214s;
205
- background-color: #25c764;
206
- }
207
- .loading__sugar:nth-child(7) {
208
- animation-delay: -13.083s;
209
- }
210
- .loading__sugar:nth-child(7):before {
211
- animation: animBefore 2.1s cubic-bezier(0.42, 0, 0.58, 1) infinite;
212
- animation-delay: -13.083s;
213
- background-color: #0096ff;
121
+
122
+ .loading-indicator__line2 {
123
+ position: absolute;
124
+ width: 5px;
125
+ height: 48px;
126
+ left: 40.8px;
127
+ top: 8.4px;
128
+ background: linear-gradient(180deg, #0080FF 0%, rgba(0, 128, 255, 0.16) 100%);
129
+ border-radius: 5px;
130
+ transform: rotate(-8deg);
131
+ transform-origin: top left;
132
+ animation: loading-indicator2 1100ms ease-out infinite;
214
133
  }
215
- .loading__sugar:nth-child(7):after {
216
- animation: animAfter 2.1s cubic-bezier(0.42, 0, 0.58, 1) infinite;
217
- animation-delay: -13.083s;
218
- background-color: #25c764;
134
+
135
+ .loading-indicator__line3 {
136
+ position: absolute;
137
+ width: 5px;
138
+ height: 48px;
139
+ left: 52.9px;
140
+ top: 51.8px;
141
+ background: linear-gradient(180deg, #0080FF 0%, rgba(0, 128, 255, 0.16) 100%);
142
+ border-radius: 5px;
143
+ transform: rotate(112deg);
144
+ transform-origin: top left;
145
+ animation: loading-indicator3 1100ms ease-out infinite;
219
146
  }
220
147
 
221
- @keyframes animBefore {
148
+ @keyframes loading-indicator1 {
222
149
  0% {
223
- transform: translate3d(0, -10.125px, 1px);
224
- }
225
- 25% {
226
- transform: scale(1.2), translateZ(1px);
150
+ height: 48px;
151
+ left: 9.33px;
152
+ top: 40.5px;
227
153
  }
228
154
  50% {
229
- transform: translate3d(0, 6.075px, -1px);
155
+ height: 5px;
156
+ left: 9.33px;
157
+ top: 40.5px;
230
158
  }
231
- 75% {
232
- background-color: #e6f5ff;
233
- transform: scale(0.8), translateZ(-1px);
159
+ 51% {
160
+ height: 5px;
161
+ left: 43.2px;
162
+ top: 14.02px;
234
163
  }
235
164
  100% {
236
- transform: translate3d(0, -10.125px, -1px);
165
+ height: 48px;
166
+ left: 9.33px;
167
+ top: 40.5px;
237
168
  }
238
169
  }
239
- @keyframes animAfter {
170
+ @keyframes loading-indicator2 {
240
171
  0% {
241
- transform: translate3d(0, 6.075px, -1px);
242
- }
243
- 25% {
244
- background-color: #e9f9f0;
245
- transform: scale(0.8), translateZ(-1px);
172
+ height: 48px;
173
+ left: 40.8px;
174
+ top: 8.4px;
246
175
  }
247
176
  50% {
248
- transform: translate3d(0, -10.125px, 1px);
177
+ height: 5px;
178
+ left: 40.8px;
179
+ top: 8.4px;
249
180
  }
250
- 75% {
251
- transform: scale(1.2), translateZ(1px);
181
+ 51% {
182
+ height: 5px;
183
+ left: 46.8px;
184
+ top: 51px;
252
185
  }
253
186
  100% {
254
- transform: translate3d(0, 6.075px, 1px);
187
+ height: 48px;
188
+ left: 40.8px;
189
+ top: 8.4px;
255
190
  }
256
191
  }
257
- @keyframes fadeIn {
258
- from {
259
- opacity: 0;
192
+ @keyframes loading-indicator3 {
193
+ 0% {
194
+ height: 48px;
195
+ left: 52.9px;
196
+ top: 51.8px;
260
197
  }
261
- to {
262
- opacity: 1;
198
+ 50% {
199
+ height: 5px;
200
+ left: 52.9px;
201
+ top: 51.8px;
202
+ }
203
+ 51% {
204
+ height: 5px;
205
+ left: 13px;
206
+ top: 35.7px;
207
+ }
208
+ 100% {
209
+ height: 48px;
210
+ left: 52.9px;
211
+ top: 51.8px;
263
212
  }
264
213
  }
265
214
  /* // basic */
@@ -1063,7 +1012,7 @@ p {
1063
1012
  .ant-alert .ant-alert-icon {
1064
1013
  position: static;
1065
1014
  height: 18px;
1066
- margin-right: 10px;
1015
+ margin-right: 8px;
1067
1016
  }
1068
1017
  .ant-alert .ant-alert-close-icon {
1069
1018
  position: initial;
@@ -1102,6 +1051,10 @@ p {
1102
1051
  color: #005ed1;
1103
1052
  }
1104
1053
 
1054
+ .ant-alert-info.action:not(.alert-normal) .ant-alert-message {
1055
+ color: #00122e;
1056
+ }
1057
+
1105
1058
  .alert-normal {
1106
1059
  background: rgba(225, 230, 241, 0.6);
1107
1060
  }
@@ -1330,6 +1283,66 @@ td .ant-btn-link {
1330
1283
  filter: drop-shadow(0px 0px 0px 4px rgba(255, 74, 74, 0.16));
1331
1284
  }
1332
1285
 
1286
+ .ant-tag {
1287
+ border: none;
1288
+ border-radius: 4px;
1289
+ display: inline-flex;
1290
+ align-items: center;
1291
+ }
1292
+ .ant-tag:hover {
1293
+ opacity: unset;
1294
+ }
1295
+ .ant-tag.ant-tag-red {
1296
+ color: #f0483e;
1297
+ background-color: rgba(255, 74, 74, 0.1);
1298
+ }
1299
+ .ant-tag.ant-tag-red.tag-hover:hover, .ant-tag.ant-tag-red.__pseudo-states-hover {
1300
+ background-color: rgba(255, 74, 74, 0.16);
1301
+ }
1302
+ .ant-tag.ant-tag-red-ontint {
1303
+ color: #ff5252;
1304
+ background-color: rgba(255, 74, 74, 0.2);
1305
+ }
1306
+ .ant-tag.ant-tag-yellow {
1307
+ color: #e07f00;
1308
+ background-color: rgba(255, 187, 0, 0.1);
1309
+ }
1310
+ .ant-tag.ant-tag-yellow.tag-hover:hover, .ant-tag.ant-tag-yellow.__pseudo-states-hover {
1311
+ background-color: rgba(255, 187, 0, 0.16);
1312
+ }
1313
+ .ant-tag.ant-tag-green {
1314
+ color: #008f4c;
1315
+ background-color: rgba(30, 201, 127, 0.1);
1316
+ }
1317
+ .ant-tag.ant-tag-green.tag-hover:hover, .ant-tag.ant-tag-green.__pseudo-states-hover {
1318
+ background-color: rgba(30, 201, 127, 0.16);
1319
+ }
1320
+ .ant-tag.ant-tag-green-ontint {
1321
+ color: #23cf6d;
1322
+ background-color: rgba(30, 201, 127, 0.2);
1323
+ }
1324
+ .ant-tag.ant-tag-blue {
1325
+ color: #0080ff;
1326
+ background-color: rgba(0, 136, 255, 0.1);
1327
+ }
1328
+ .ant-tag.ant-tag-blue.tag-hover:hover, .ant-tag.ant-tag-blue.__pseudo-states-hover {
1329
+ background-color: rgba(0, 136, 255, 0.16);
1330
+ }
1331
+ .ant-tag.ant-tag-purple {
1332
+ color: rgb(126, 65, 255);
1333
+ background-color: rgba(126, 65, 255, 0.1);
1334
+ }
1335
+ .ant-tag.ant-tag-purple.tag-hover:hover, .ant-tag.ant-tag-purple.__pseudo-states-hover {
1336
+ background-color: rgba(126, 65, 255, 0.16);
1337
+ }
1338
+ .ant-tag.ant-tag-gray {
1339
+ color: #1d326c;
1340
+ background-color: rgba(225, 230, 241, 0.6);
1341
+ }
1342
+ .ant-tag.ant-tag-gray.tag-hover:hover, .ant-tag.ant-tag-gray.__pseudo-states-hover {
1343
+ background-color: rgba(211, 218, 235, 0.6);
1344
+ }
1345
+
1333
1346
  @media screen and (min-width: 1280px) {
1334
1347
  .cluster-topo-wrapper .panel-content > .rack-topo-wrapper,
1335
1348
  .cluster-topo-wrapper .panel-content > .brick-topo-wrapper {
@@ -3245,6 +3258,87 @@ input.rrg1fkn.ant-input {
3245
3258
  background: #fff;
3246
3259
  }
3247
3260
 
3261
+ .s1fc623g {
3262
+ width: 430px !important;
3263
+ }
3264
+
3265
+ .da3mx0o .ant-select-item-group {
3266
+ padding: 8px 16px;
3267
+ line-height: 18px;
3268
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
3269
+ height: 34px;
3270
+ min-height: 34px;
3271
+ box-sizing: border-box;
3272
+ margin-top: 8px;
3273
+ }
3274
+
3275
+ .onr9gzt {
3276
+ display: flex;
3277
+ flex-direction: column;
3278
+ margin: 1px 8px;
3279
+ padding: 8px;
3280
+ border-radius: 4px;
3281
+ }
3282
+ .onr9gzt .selected-icon {
3283
+ display: none;
3284
+ }
3285
+ .onr9gzt.ant-select-item-option-grouped {
3286
+ padding-left: 8px;
3287
+ }
3288
+ .onr9gzt.ant-select-item-option-selected {
3289
+ background-color: white;
3290
+ }
3291
+ .onr9gzt.ant-select-item-option-selected .timezone-title {
3292
+ color: #0080ff;
3293
+ }
3294
+ .onr9gzt.ant-select-item-option-selected .selected-icon {
3295
+ display: block;
3296
+ }
3297
+ .onr9gzt.ant-select-item-option-active {
3298
+ background: rgba(0, 136, 255, 0.16);
3299
+ }
3300
+ .onr9gzt.ant-select-item-option-active .timezone-title {
3301
+ color: #0080ff;
3302
+ }
3303
+ .onr9gzt.ant-select-item-option-active .timezone-tag {
3304
+ background: rgba(0, 136, 255, 0.1);
3305
+ color: #0080ff;
3306
+ }
3307
+
3308
+ .oiy0apc {
3309
+ display: flex;
3310
+ justify-content: space-between;
3311
+ height: 20px;
3312
+ line-height: 20px;
3313
+ }
3314
+ .oiy0apc .timezone-title {
3315
+ color: #2d3a56;
3316
+ overflow: hidden;
3317
+ text-overflow: ellipsis;
3318
+ }
3319
+
3320
+ .of4y382 {
3321
+ display: flex;
3322
+ justify-content: space-between;
3323
+ color: rgba(44, 56, 82, 0.6);
3324
+ height: 18px;
3325
+ line-height: 18px;
3326
+ margin-top: 2px;
3327
+ }
3328
+
3329
+ .t19903l9 {
3330
+ border: none;
3331
+ margin-right: 0;
3332
+ background: rgba(225, 230, 241, 0.6);
3333
+ }
3334
+
3335
+ .ohwbvxu {
3336
+ pointer-events: none;
3337
+ height: 32px;
3338
+ width: 100%;
3339
+ opacity: 0;
3340
+ }
3341
+
3248
3342
  .i1e4sgug {
3249
3343
  display: inline-block;
3250
3344
  }
@@ -3724,85 +3818,17 @@ input.rrg1fkn.ant-input {
3724
3818
  line-height: 12px;
3725
3819
  }
3726
3820
 
3727
- .s1fc623g {
3728
- width: 430px !important;
3729
- }
3730
-
3731
- .da3mx0o .ant-select-item-group {
3732
- padding: 8px 16px;
3733
- line-height: 18px;
3734
- border-top: 1px solid rgba(211, 218, 235, 0.6);
3735
- height: 34px;
3736
- min-height: 34px;
3737
- box-sizing: border-box;
3738
- margin-top: 8px;
3739
- }
3740
-
3741
- .onr9gzt {
3742
- display: flex;
3743
- flex-direction: column;
3744
- margin: 1px 8px;
3745
- padding: 8px;
3746
- border-radius: 4px;
3747
- }
3748
- .onr9gzt .selected-icon {
3749
- display: none;
3750
- }
3751
- .onr9gzt.ant-select-item-option-grouped {
3752
- padding-left: 8px;
3753
- }
3754
- .onr9gzt.ant-select-item-option-selected {
3755
- background-color: white;
3756
- }
3757
- .onr9gzt.ant-select-item-option-selected .timezone-title {
3758
- color: #0080ff;
3759
- }
3760
- .onr9gzt.ant-select-item-option-selected .selected-icon {
3761
- display: block;
3762
- }
3763
- .onr9gzt.ant-select-item-option-active {
3764
- background: rgba(0, 136, 255, 0.16);
3765
- }
3766
- .onr9gzt.ant-select-item-option-active .timezone-title {
3767
- color: #0080ff;
3768
- }
3769
- .onr9gzt.ant-select-item-option-active .timezone-tag {
3770
- background: rgba(0, 136, 255, 0.1);
3771
- color: #0080ff;
3772
- }
3773
-
3774
- .oiy0apc {
3821
+ .m15dvk92 {
3775
3822
  display: flex;
3776
3823
  justify-content: space-between;
3777
- height: 20px;
3778
- line-height: 20px;
3779
- }
3780
- .oiy0apc .timezone-title {
3781
- color: #2d3a56;
3782
- overflow: hidden;
3783
- text-overflow: ellipsis;
3784
- }
3785
-
3786
- .of4y382 {
3787
- display: flex;
3788
- justify-content: space-between;
3789
- color: rgba(44, 56, 82, 0.6);
3790
- height: 18px;
3791
- line-height: 18px;
3792
- margin-top: 2px;
3824
+ width: 100%;
3793
3825
  }
3794
-
3795
- .t19903l9 {
3796
- border: none;
3797
- margin-right: 0;
3798
- background: rgba(225, 230, 241, 0.6);
3826
+ .m15dvk92 .action {
3827
+ margin-left: 16px;
3799
3828
  }
3800
3829
 
3801
- .ohwbvxu {
3802
- pointer-events: none;
3803
- height: 32px;
3830
+ .aql8iqz .ant-alert-message {
3804
3831
  width: 100%;
3805
- opacity: 0;
3806
3832
  }
3807
3833
 
3808
3834
  .c198s9j3 {
@@ -4209,6 +4235,59 @@ input.rrg1fkn.ant-input {
4209
4235
  background: rgba(163, 180, 204, 0.18);
4210
4236
  }
4211
4237
 
4238
+ .c1k4vanq {
4239
+ padding: 0 16px 14px 16px;
4240
+ }
4241
+
4242
+ .c1udgdh2 {
4243
+ color: #2d3a56;
4244
+ padding: 12px 16px 10px 16px;
4245
+ display: flex;
4246
+ justify-content: space-between;
4247
+ align-items: center;
4248
+ }
4249
+ .c1udgdh2.has-arrow {
4250
+ padding-left: 10px;
4251
+ }
4252
+ .c1udgdh2.has-arrow .title-wrapper {
4253
+ cursor: pointer;
4254
+ color: #00122e;
4255
+ }
4256
+ .c1udgdh2.has-arrow .title-wrapper.is-open {
4257
+ color: #2d3a56;
4258
+ font-weight: 600;
4259
+ }
4260
+ .c1udgdh2.has-arrow .title-wrapper.is-open .collapse-arrow {
4261
+ transform: rotate(90deg);
4262
+ }
4263
+ .c1udgdh2 .sub-info {
4264
+ font-size: 12px;
4265
+ line-height: 18px;
4266
+ }
4267
+ .c1udgdh2 .title-wrapper {
4268
+ display: flex;
4269
+ align-items: center;
4270
+ user-select: none;
4271
+ flex-grow: 1;
4272
+ font-size: 12px;
4273
+ line-height: 18px;
4274
+ color: #2d3a56;
4275
+ font-weight: 700;
4276
+ }
4277
+ .c1udgdh2 .collapse-arrow {
4278
+ transition: all 50ms ease-out 0ms;
4279
+ margin-right: 2px;
4280
+ }
4281
+
4282
+ .bab9xum {
4283
+ box-shadow: 0px 0.119595px 0.438513px rgba(129, 138, 153, 0.14), 0px 0.271728px 0.996336px rgba(129, 138, 153, 0.106447), 0px 0.472931px 1.73408px rgba(129, 138, 153, 0.0912224), 0px 0.751293px 2.75474px rgba(129, 138, 153, 0.0799253), 0px 1.15919px 4.25036px rgba(129, 138, 153, 0.07), 0px 1.80882px 6.63236px rgba(129, 138, 153, 0.0600747), 0px 3.00293px 11.0107px rgba(129, 138, 153, 0.0487776), 0px 6px 22px rgba(129, 138, 153, 0.0335534);
4284
+ }
4285
+
4286
+ .cav4gt6 {
4287
+ border-radius: 4px;
4288
+ background-color: white;
4289
+ }
4290
+
4212
4291
  .f1p9ti6d {
4213
4292
  width: 100%;
4214
4293
  margin-bottom: 0 !important;
@@ -4393,9 +4472,6 @@ input.rrg1fkn.ant-input {
4393
4472
  border-radius: 5px;
4394
4473
  font-size: 12px;
4395
4474
  }
4396
- .tyua489 .ant-list.size-default .eagle-table-form-cell .ant-input {
4397
- padding: 2px 8px;
4398
- }
4399
4475
  .tyua489 .ant-list.size-default .eagle-table-form-cell .ant-input-affix-wrapper {
4400
4476
  font-size: inherit;
4401
4477
  }
@@ -4482,6 +4558,34 @@ input.rrg1fkn.ant-input {
4482
4558
  font-size: inherit;
4483
4559
  }
4484
4560
 
4561
+ .w1xcixj5.outside-tag {
4562
+ padding-left: 0;
4563
+ }
4564
+ .w1xcixj5.outside-tag .inside-tag {
4565
+ border-radius: 4px 0 0 4px;
4566
+ padding-right: 4px;
4567
+ margin-right: 4px;
4568
+ }
4569
+
4570
+ .sut42l0 {
4571
+ padding: 0 8px;
4572
+ height: 18px;
4573
+ }
4574
+
4575
+ .mfsz1jz {
4576
+ padding: 2px 8px;
4577
+ height: 24px;
4578
+ }
4579
+
4580
+ .tnd6h4m {
4581
+ margin: 0;
4582
+ }
4583
+
4584
+ .i1qw4clm {
4585
+ margin-right: 4px;
4586
+ height: 16px;
4587
+ }
4588
+
4485
4589
  .a6dbbkm .ant-input-number-handler-wrap {
4486
4590
  display: var(--a6dbbkm-0);
4487
4591
  }