@cloudtower/eagle 0.26.20 → 0.26.21

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
@@ -30464,6 +30464,61 @@ html body {
30464
30464
  line-height: 18px;
30465
30465
  }
30466
30466
 
30467
+ .s34f1qb.ant-switch {
30468
+ min-width: 40px;
30469
+ height: 24px;
30470
+ background: rgba(172, 186, 211, 0.6);
30471
+ overflow: hidden;
30472
+ }
30473
+ .s34f1qb.ant-switch:focus {
30474
+ box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
30475
+ }
30476
+ .s34f1qb.ant-switch-small {
30477
+ min-width: 26px;
30478
+ height: 16px;
30479
+ }
30480
+ .s34f1qb.ant-switch-large {
30481
+ min-width: 52px;
30482
+ height: 32px;
30483
+ }
30484
+ .s34f1qb.ant-switch .ant-switch-handle {
30485
+ height: 20px;
30486
+ width: 20px;
30487
+ }
30488
+ .s34f1qb.ant-switch .ant-switch-handle::before {
30489
+ border-radius: 10px;
30490
+ transition-delay: 120ms;
30491
+ }
30492
+ .s34f1qb.ant-switch-small .ant-switch-handle {
30493
+ height: 14px;
30494
+ width: 14px;
30495
+ top: 1px;
30496
+ left: 1px;
30497
+ }
30498
+ .s34f1qb.ant-switch-large .ant-switch-handle {
30499
+ height: 28px;
30500
+ width: 28px;
30501
+ }
30502
+ .s34f1qb.ant-switch-large .ant-switch-handle::before {
30503
+ border-radius: 14px;
30504
+ }
30505
+ .s34f1qb.ant-switch-checked {
30506
+ background-color: #00ba5d;
30507
+ }
30508
+ .s34f1qb.ant-switch-checked .ant-switch-handle {
30509
+ left: calc(100% - 20px - 2px);
30510
+ }
30511
+ .s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
30512
+ left: calc(100% - 14px - 1px);
30513
+ }
30514
+ .s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
30515
+ left: calc(100% - 28px - 2px);
30516
+ }
30517
+
30518
+ .c1to9vb9 {
30519
+ margin-left: 5px;
30520
+ }
30521
+
30467
30522
  .cz04yix {
30468
30523
  display: flex;
30469
30524
  flex-direction: column;
@@ -30887,6 +30942,7 @@ html body {
30887
30942
  .ipd9bk.ant-input:not([disabled]):hover, .ipd9bk.ant-input:not([disabled]).__pseudo-states-hover, .ipd9bk.ant-input-number:not([disabled]):hover, .ipd9bk.ant-input-number:not([disabled]).__pseudo-states-hover {
30888
30943
  border-color: rgba(107, 128, 167, 0.6);
30889
30944
  box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
30945
+ z-index: 1;
30890
30946
  }
30891
30947
  .ipd9bk.ant-input:not([disabled]):active, .ipd9bk.ant-input:not([disabled]):focus, .ipd9bk.ant-input:not([disabled]).__pseudo-states-active, .ipd9bk.ant-input:not([disabled]).__pseudo-states-focus, .ipd9bk.ant-input-number:not([disabled]):active, .ipd9bk.ant-input-number:not([disabled]):focus, .ipd9bk.ant-input-number:not([disabled]).__pseudo-states-active, .ipd9bk.ant-input-number:not([disabled]).__pseudo-states-focus {
30892
30948
  border-color: #0096ff;
@@ -31074,61 +31130,6 @@ input.rrg1fkn.ant-input {
31074
31130
  border-bottom-left-radius: 0;
31075
31131
  }
31076
31132
 
31077
- .s34f1qb.ant-switch {
31078
- min-width: 40px;
31079
- height: 24px;
31080
- background: rgba(172, 186, 211, 0.6);
31081
- overflow: hidden;
31082
- }
31083
- .s34f1qb.ant-switch:focus {
31084
- box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
31085
- }
31086
- .s34f1qb.ant-switch-small {
31087
- min-width: 26px;
31088
- height: 16px;
31089
- }
31090
- .s34f1qb.ant-switch-large {
31091
- min-width: 52px;
31092
- height: 32px;
31093
- }
31094
- .s34f1qb.ant-switch .ant-switch-handle {
31095
- height: 20px;
31096
- width: 20px;
31097
- }
31098
- .s34f1qb.ant-switch .ant-switch-handle::before {
31099
- border-radius: 10px;
31100
- transition-delay: 120ms;
31101
- }
31102
- .s34f1qb.ant-switch-small .ant-switch-handle {
31103
- height: 14px;
31104
- width: 14px;
31105
- top: 1px;
31106
- left: 1px;
31107
- }
31108
- .s34f1qb.ant-switch-large .ant-switch-handle {
31109
- height: 28px;
31110
- width: 28px;
31111
- }
31112
- .s34f1qb.ant-switch-large .ant-switch-handle::before {
31113
- border-radius: 14px;
31114
- }
31115
- .s34f1qb.ant-switch-checked {
31116
- background-color: #00ba5d;
31117
- }
31118
- .s34f1qb.ant-switch-checked .ant-switch-handle {
31119
- left: calc(100% - 20px - 2px);
31120
- }
31121
- .s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
31122
- left: calc(100% - 14px - 1px);
31123
- }
31124
- .s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
31125
- left: calc(100% - 28px - 2px);
31126
- }
31127
-
31128
- .c1to9vb9 {
31129
- margin-left: 5px;
31130
- }
31131
-
31132
31133
  .t1upn1sz {
31133
31134
  height: 100%;
31134
31135
  }
@@ -32166,10 +32167,6 @@ input.rrg1fkn.ant-input {
32166
32167
  cursor: default;
32167
32168
  }
32168
32169
 
32169
- .iiqau4c.ant-input-group.ant-input-group-compact {
32170
- display: flex;
32171
- }
32172
-
32173
32170
  .igz4le8 {
32174
32171
  height: 24px;
32175
32172
  width: 56px !important;
@@ -32180,6 +32177,67 @@ input.rrg1fkn.ant-input {
32180
32177
  color: rgba(44, 56, 82, 0.6);
32181
32178
  }
32182
32179
 
32180
+ .iiqau4c.ant-input-group.ant-input-group-compact {
32181
+ display: flex;
32182
+ }
32183
+
32184
+ .shq1k1g.ant-select, .shq1k1g.ant-select .ant-select-selector {
32185
+ border-radius: 6px;
32186
+ }
32187
+ .shq1k1g.ant-select.ant-select-single {
32188
+ width: 100%;
32189
+ color: #2d3a56;
32190
+ border-color: rgba(211, 218, 235, 0.6);
32191
+ transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
32192
+ font-size: 13px;
32193
+ }
32194
+ .shq1k1g.ant-select.ant-select-single[data-size=middle] {
32195
+ height: 30px;
32196
+ }
32197
+ .shq1k1g.ant-select.ant-select-single.ant-select-lg {
32198
+ height: 38px;
32199
+ font-size: 13px;
32200
+ }
32201
+ .shq1k1g.ant-select.ant-select-single .ant-select-arrow,
32202
+ .shq1k1g.ant-select.ant-select-single .ant-select-arrow .anticon-down {
32203
+ transition: 160ms ease;
32204
+ }
32205
+ .shq1k1g.ant-select.ant-select-single .ant-select-arrow-loading {
32206
+ color: #0080ff;
32207
+ }
32208
+ .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-selector {
32209
+ border-color: rgba(107, 128, 167, 0.6);
32210
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
32211
+ }
32212
+ .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-arrow, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
32213
+ color: #0080ff;
32214
+ }
32215
+ .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):active .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):focus .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector {
32216
+ border-color: #0080ff;
32217
+ box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
32218
+ }
32219
+ .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
32220
+ transform: rotate(180deg);
32221
+ }
32222
+ .shq1k1g.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
32223
+ background: rgba(211, 218, 235, 0.6);
32224
+ border-color: rgba(172, 186, 211, 0.6);
32225
+ cursor: "not-allowed";
32226
+ }
32227
+ .shq1k1g.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
32228
+ border-color: #f0483e !important;
32229
+ }
32230
+ .shq1k1g.ant-select.select-error:not(.ant-select-disabled):hover .ant-select-arrow, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
32231
+ color: #1d326c;
32232
+ }
32233
+ .shq1k1g.ant-select.select-error:not(.ant-select-disabled):active .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled):focus .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector {
32234
+ border-color: #0080ff;
32235
+ box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
32236
+ }
32237
+ .shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
32238
+ transform: rotate(180deg);
32239
+ }
32240
+
32183
32241
  .s1uupxds {
32184
32242
  padding: 0 8px;
32185
32243
  border-radius: 4px;
@@ -32255,63 +32313,6 @@ input.rrg1fkn.ant-input {
32255
32313
  background-color: #6b7d99;
32256
32314
  }
32257
32315
 
32258
- .shq1k1g.ant-select, .shq1k1g.ant-select .ant-select-selector {
32259
- border-radius: 6px;
32260
- }
32261
- .shq1k1g.ant-select.ant-select-single {
32262
- width: 100%;
32263
- color: #2d3a56;
32264
- border-color: rgba(211, 218, 235, 0.6);
32265
- transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
32266
- font-size: 13px;
32267
- }
32268
- .shq1k1g.ant-select.ant-select-single[data-size=middle] {
32269
- height: 30px;
32270
- }
32271
- .shq1k1g.ant-select.ant-select-single.ant-select-lg {
32272
- height: 38px;
32273
- font-size: 13px;
32274
- }
32275
- .shq1k1g.ant-select.ant-select-single .ant-select-arrow,
32276
- .shq1k1g.ant-select.ant-select-single .ant-select-arrow .anticon-down {
32277
- transition: 160ms ease;
32278
- }
32279
- .shq1k1g.ant-select.ant-select-single .ant-select-arrow-loading {
32280
- color: #0080ff;
32281
- }
32282
- .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-selector {
32283
- border-color: rgba(107, 128, 167, 0.6);
32284
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
32285
- }
32286
- .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-arrow, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
32287
- color: #0080ff;
32288
- }
32289
- .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):active .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):focus .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector {
32290
- border-color: #0080ff;
32291
- box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
32292
- }
32293
- .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
32294
- transform: rotate(180deg);
32295
- }
32296
- .shq1k1g.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
32297
- background: rgba(211, 218, 235, 0.6);
32298
- border-color: rgba(172, 186, 211, 0.6);
32299
- cursor: "not-allowed";
32300
- }
32301
- .shq1k1g.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
32302
- border-color: #f0483e !important;
32303
- }
32304
- .shq1k1g.ant-select.select-error:not(.ant-select-disabled):hover .ant-select-arrow, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
32305
- color: #1d326c;
32306
- }
32307
- .shq1k1g.ant-select.select-error:not(.ant-select-disabled):active .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled):focus .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector {
32308
- border-color: #0080ff;
32309
- box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
32310
- }
32311
- .shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
32312
- transform: rotate(180deg);
32313
- }
32314
-
32315
32316
  .m1thnes4 {
32316
32317
  color: rgba(44, 56, 82, 0.6);
32317
32318
  text-align: center;
@@ -32958,15 +32959,6 @@ input.rrg1fkn.ant-input {
32958
32959
  margin-right: 8px;
32959
32960
  }
32960
32961
 
32961
- .w1xcixj5.outside-tag {
32962
- padding-left: 0;
32963
- }
32964
- .w1xcixj5.outside-tag .inside-tag {
32965
- border-radius: 4px 0 0 4px;
32966
- padding-right: 4px;
32967
- margin-right: 4px;
32968
- }
32969
-
32970
32962
  .f1p9ti6d {
32971
32963
  width: 100%;
32972
32964
  margin-bottom: 0 !important;
@@ -32998,30 +32990,6 @@ input.rrg1fkn.ant-input {
32998
32990
  min-height: 0px;
32999
32991
  }
33000
32992
 
33001
- .sut42l0 {
33002
- padding: 0 8px;
33003
- height: 18px;
33004
- }
33005
-
33006
- .mfsz1jz {
33007
- padding: 2px 8px;
33008
- height: 24px;
33009
- }
33010
-
33011
- .tnd6h4m {
33012
- margin: 0;
33013
- }
33014
-
33015
- .i1qw4clm {
33016
- margin-right: 4px;
33017
- height: 16px;
33018
- }
33019
-
33020
- .iwsze0q {
33021
- margin-right: 4px;
33022
- height: 16px;
33023
- }
33024
-
33025
32993
  .at4ovwe .ant-input-number-handler-wrap {
33026
32994
  display: var(--at4ovwe-0);
33027
32995
  }
@@ -33049,6 +33017,9 @@ input.rrg1fkn.ant-input {
33049
33017
  cursor: auto;
33050
33018
  color: rgba(44, 56, 82, 0.6);
33051
33019
  }
33020
+ .ant-input-group.ant-input-group-compact > .at4ovwe {
33021
+ border-radius: 0;
33022
+ }
33052
33023
  .at4ovwe.ant-input-number {
33053
33024
  width: 100%;
33054
33025
  border-radius: 6px;
@@ -33068,6 +33039,39 @@ input.rrg1fkn.ant-input {
33068
33039
  font-size: inherit;
33069
33040
  }
33070
33041
 
33042
+ .w1xcixj5.outside-tag {
33043
+ padding-left: 0;
33044
+ }
33045
+ .w1xcixj5.outside-tag .inside-tag {
33046
+ border-radius: 4px 0 0 4px;
33047
+ padding-right: 4px;
33048
+ margin-right: 4px;
33049
+ }
33050
+
33051
+ .sut42l0 {
33052
+ padding: 0 8px;
33053
+ height: 18px;
33054
+ }
33055
+
33056
+ .mfsz1jz {
33057
+ padding: 2px 8px;
33058
+ height: 24px;
33059
+ }
33060
+
33061
+ .tnd6h4m {
33062
+ margin: 0;
33063
+ }
33064
+
33065
+ .i1qw4clm {
33066
+ margin-right: 4px;
33067
+ height: 16px;
33068
+ }
33069
+
33070
+ .iwsze0q {
33071
+ margin-right: 4px;
33072
+ height: 16px;
33073
+ }
33074
+
33071
33075
  .feau332.ant-form-item {
33072
33076
  margin-bottom: 0;
33073
33077
  }