@cloudtower/eagle 0.26.33 → 0.26.34

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.
@@ -30119,6 +30119,21 @@ html body {
30119
30119
  border-radius: unset;
30120
30120
  }
30121
30121
 
30122
+ .fde5mpd {
30123
+ width: 100%;
30124
+ height: 100%;
30125
+ min-height: 124px;
30126
+ display: flex;
30127
+ flex-direction: column;
30128
+ justify-content: center;
30129
+ align-items: center;
30130
+ }
30131
+ .fde5mpd .error-text {
30132
+ color: rgba(10, 37, 85, 0.6);
30133
+ margin-bottom: 16px;
30134
+ font-size: 18px;
30135
+ }
30136
+
30122
30137
  .iap75of {
30123
30138
  height: 18px;
30124
30139
  line-height: 18px;
@@ -30159,152 +30174,6 @@ html body {
30159
30174
  position: absolute;
30160
30175
  }
30161
30176
 
30162
- .rxbeqvl.ant-radio-wrapper {
30163
- display: inline-flex;
30164
- align-items: baseline;
30165
- white-space: pre-wrap;
30166
- }
30167
- .rxbeqvl.ant-radio-wrapper .ant-radio {
30168
- position: relative;
30169
- top: 3px;
30170
- }
30171
- .rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
30172
- border-color: rgba(107, 128, 167, 0.6);
30173
- }
30174
- .rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
30175
- border-color: #0080ff;
30176
- }
30177
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
30178
- border-color: #0080ff;
30179
- background: #0080ff;
30180
- }
30181
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
30182
- top: 4px;
30183
- left: 4px;
30184
- width: 6px;
30185
- height: 6px;
30186
- background: #fff;
30187
- }
30188
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
30189
- opacity: 0.5;
30190
- }
30191
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
30192
- border-color: rgba(107, 128, 167, 0.6);
30193
- background: rgba(211, 218, 235, 0.6);
30194
- }
30195
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
30196
- background: #00122e;
30197
- }
30198
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
30199
- color: #00122e;
30200
- opacity: 0.5;
30201
- }
30202
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
30203
- color: #00122e;
30204
- }
30205
- .rxbeqvl.ant-radio-wrapper .ant-radio + span {
30206
- display: inline-block;
30207
- padding: 0;
30208
- padding-left: 12px;
30209
- }
30210
- .rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
30211
- margin-bottom: 0;
30212
- white-space: pre-wrap;
30213
- color: rgba(44, 56, 82, 0.6);
30214
- }
30215
- .rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
30216
- padding-left: 8px;
30217
- }
30218
-
30219
- .r5ie79y .ant-radio-button-wrapper:first-child {
30220
- border-radius: 5px 0 0 5px;
30221
- }
30222
- .r5ie79y .ant-radio-button-wrapper:last-child {
30223
- border-radius: 0 5px 5px 0;
30224
- }
30225
-
30226
- .r1f0aqcc {
30227
- color: #00122e;
30228
- border-color: #ccd4e3;
30229
- }
30230
- .r1f0aqcc:first-child {
30231
- border-color: #a3b4cc;
30232
- }
30233
- .r1f0aqcc.ant-radio-button-wrapper {
30234
- padding: 0 12px;
30235
- line-height: 32px;
30236
- height: 32px;
30237
- }
30238
- .r1f0aqcc.ant-radio-button-wrapper > span + span {
30239
- white-space: nowrap;
30240
- }
30241
- .ant-radio-group-small .r1f0aqcc.ant-radio-button-wrapper {
30242
- height: 22px;
30243
- padding: 0 7px;
30244
- line-height: 20px;
30245
- }
30246
- .r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
30247
- background: #ccd4e3;
30248
- }
30249
- .r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
30250
- background: #0080ff;
30251
- }
30252
- .r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
30253
- background: #ccd4e3;
30254
- opacity: 0.5;
30255
- }
30256
- .r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
30257
- border-right-color: #0080ff;
30258
- }
30259
- .r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
30260
- border-color: #0080ff;
30261
- }
30262
- .r1f0aqcc.ant-radio-button-wrapper-checked {
30263
- background: rgba(0, 136, 255, 0.1);
30264
- }
30265
- .r1f0aqcc.ant-radio-button-wrapper-disabled {
30266
- background: rgba(211, 218, 235, 0.6);
30267
- border-color: #ccd4e3;
30268
- opacity: 0.5;
30269
- }
30270
- .r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
30271
- color: #00122e;
30272
- border-color: #ccd4e3;
30273
- }
30274
- .r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
30275
- color: #00122e;
30276
- border-color: #ccd4e3;
30277
- background: rgba(172, 186, 211, 0.6);
30278
- }
30279
- .r1f0aqcc .ant-radio-button-input {
30280
- margin-right: 8px;
30281
- display: inline;
30282
- border: none;
30283
- padding: 0;
30284
- width: 36px;
30285
- background: transparent;
30286
- }
30287
- .r1f0aqcc .ant-radio-button-input:focus {
30288
- box-shadow: none;
30289
- }
30290
- .r1f0aqcc .ant-radio-button-input.ant-input-number {
30291
- margin-right: 0;
30292
- width: initial;
30293
- box-shadow: none;
30294
- }
30295
- .r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
30296
- display: none;
30297
- }
30298
- .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
30299
- display: inline;
30300
- }
30301
- .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
30302
- display: inline;
30303
- margin-right: 8px;
30304
- padding: 0;
30305
- width: 36px;
30306
- }
30307
-
30308
30177
  .s34f1qb.ant-switch {
30309
30178
  min-width: 40px;
30310
30179
  height: 24px;
@@ -30360,21 +30229,6 @@ html body {
30360
30229
  margin-left: 5px;
30361
30230
  }
30362
30231
 
30363
- .fde5mpd {
30364
- width: 100%;
30365
- height: 100%;
30366
- min-height: 124px;
30367
- display: flex;
30368
- flex-direction: column;
30369
- justify-content: center;
30370
- align-items: center;
30371
- }
30372
- .fde5mpd .error-text {
30373
- color: rgba(10, 37, 85, 0.6);
30374
- margin-bottom: 16px;
30375
- font-size: 18px;
30376
- }
30377
-
30378
30232
  .cz04yix {
30379
30233
  display: flex;
30380
30234
  flex-direction: column;
@@ -31022,26 +30876,172 @@ input.rrg1fkn.ant-input {
31022
30876
  .p12gwtiw .pagination-right .icon-inner {
31023
30877
  margin-left: 4px;
31024
30878
  }
31025
- .p12gwtiw .pagination-right .prev-btn,
31026
- .p12gwtiw .pagination-right .next-btn {
31027
- padding: 0 8px;
30879
+ .p12gwtiw .pagination-right .prev-btn,
30880
+ .p12gwtiw .pagination-right .next-btn {
30881
+ padding: 0 8px;
30882
+ }
30883
+ .p12gwtiw .pagination-right .prev-btn > span,
30884
+ .p12gwtiw .pagination-right .next-btn > span {
30885
+ color: #0080ff;
30886
+ }
30887
+ .p12gwtiw .pagination-right .next-btn .icon-inner {
30888
+ transform: rotate(180deg);
30889
+ }
30890
+
30891
+ .d1bnu0in.ant-dropdown .ant-dropdown-menu {
30892
+ max-height: calc(100vh - 128px);
30893
+ overflow-y: auto;
30894
+ }
30895
+ .d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
30896
+ padding: 4px 20px;
30897
+ font-size: 12px;
30898
+ line-height: 18px;
30899
+ }
30900
+
30901
+ .rxbeqvl.ant-radio-wrapper {
30902
+ display: inline-flex;
30903
+ align-items: baseline;
30904
+ white-space: pre-wrap;
30905
+ }
30906
+ .rxbeqvl.ant-radio-wrapper .ant-radio {
30907
+ position: relative;
30908
+ top: 3px;
30909
+ }
30910
+ .rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
30911
+ border-color: rgba(107, 128, 167, 0.6);
30912
+ }
30913
+ .rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
30914
+ border-color: #0080ff;
30915
+ }
30916
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
30917
+ border-color: #0080ff;
30918
+ background: #0080ff;
30919
+ }
30920
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
30921
+ top: 4px;
30922
+ left: 4px;
30923
+ width: 6px;
30924
+ height: 6px;
30925
+ background: #fff;
30926
+ }
30927
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
30928
+ opacity: 0.5;
30929
+ }
30930
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
30931
+ border-color: rgba(107, 128, 167, 0.6);
30932
+ background: rgba(211, 218, 235, 0.6);
30933
+ }
30934
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
30935
+ background: #00122e;
30936
+ }
30937
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
30938
+ color: #00122e;
30939
+ opacity: 0.5;
30940
+ }
30941
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
30942
+ color: #00122e;
30943
+ }
30944
+ .rxbeqvl.ant-radio-wrapper .ant-radio + span {
30945
+ display: inline-block;
30946
+ padding: 0;
30947
+ padding-left: 12px;
30948
+ }
30949
+ .rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
30950
+ margin-bottom: 0;
30951
+ white-space: pre-wrap;
30952
+ color: rgba(44, 56, 82, 0.6);
30953
+ }
30954
+ .rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
30955
+ padding-left: 8px;
30956
+ }
30957
+
30958
+ .r5ie79y .ant-radio-button-wrapper:first-child {
30959
+ border-radius: 5px 0 0 5px;
30960
+ }
30961
+ .r5ie79y .ant-radio-button-wrapper:last-child {
30962
+ border-radius: 0 5px 5px 0;
30963
+ }
30964
+
30965
+ .r1f0aqcc {
30966
+ color: #00122e;
30967
+ border-color: #ccd4e3;
30968
+ }
30969
+ .r1f0aqcc:first-child {
30970
+ border-color: #a3b4cc;
30971
+ }
30972
+ .r1f0aqcc.ant-radio-button-wrapper {
30973
+ padding: 0 12px;
30974
+ line-height: 32px;
30975
+ height: 32px;
30976
+ }
30977
+ .r1f0aqcc.ant-radio-button-wrapper > span + span {
30978
+ white-space: nowrap;
30979
+ }
30980
+ .ant-radio-group-small .r1f0aqcc.ant-radio-button-wrapper {
30981
+ height: 22px;
30982
+ padding: 0 7px;
30983
+ line-height: 20px;
30984
+ }
30985
+ .r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
30986
+ background: #ccd4e3;
30987
+ }
30988
+ .r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
30989
+ background: #0080ff;
30990
+ }
30991
+ .r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
30992
+ background: #ccd4e3;
30993
+ opacity: 0.5;
30994
+ }
30995
+ .r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
30996
+ border-right-color: #0080ff;
30997
+ }
30998
+ .r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
30999
+ border-color: #0080ff;
31000
+ }
31001
+ .r1f0aqcc.ant-radio-button-wrapper-checked {
31002
+ background: rgba(0, 136, 255, 0.1);
31003
+ }
31004
+ .r1f0aqcc.ant-radio-button-wrapper-disabled {
31005
+ background: rgba(211, 218, 235, 0.6);
31006
+ border-color: #ccd4e3;
31007
+ opacity: 0.5;
31008
+ }
31009
+ .r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
31010
+ color: #00122e;
31011
+ border-color: #ccd4e3;
31012
+ }
31013
+ .r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
31014
+ color: #00122e;
31015
+ border-color: #ccd4e3;
31016
+ background: rgba(172, 186, 211, 0.6);
31017
+ }
31018
+ .r1f0aqcc .ant-radio-button-input {
31019
+ margin-right: 8px;
31020
+ display: inline;
31021
+ border: none;
31022
+ padding: 0;
31023
+ width: 36px;
31024
+ background: transparent;
31025
+ }
31026
+ .r1f0aqcc .ant-radio-button-input:focus {
31027
+ box-shadow: none;
31028
31028
  }
31029
- .p12gwtiw .pagination-right .prev-btn > span,
31030
- .p12gwtiw .pagination-right .next-btn > span {
31031
- color: #0080ff;
31029
+ .r1f0aqcc .ant-radio-button-input.ant-input-number {
31030
+ margin-right: 0;
31031
+ width: initial;
31032
+ box-shadow: none;
31032
31033
  }
31033
- .p12gwtiw .pagination-right .next-btn .icon-inner {
31034
- transform: rotate(180deg);
31034
+ .r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
31035
+ display: none;
31035
31036
  }
31036
-
31037
- .d1bnu0in.ant-dropdown .ant-dropdown-menu {
31038
- max-height: calc(100vh - 128px);
31039
- overflow-y: auto;
31037
+ .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
31038
+ display: inline;
31040
31039
  }
31041
- .d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
31042
- padding: 4px 20px;
31043
- font-size: 12px;
31044
- line-height: 18px;
31040
+ .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
31041
+ display: inline;
31042
+ margin-right: 8px;
31043
+ padding: 0;
31044
+ width: 36px;
31045
31045
  }
31046
31046
 
31047
31047
  .t1upn1sz {
@@ -31493,19 +31493,6 @@ input.rrg1fkn.ant-input {
31493
31493
  display: inline-block;
31494
31494
  }
31495
31495
 
31496
- .m15dvk92 {
31497
- display: flex;
31498
- justify-content: space-between;
31499
- width: 100%;
31500
- }
31501
- .m15dvk92 .action {
31502
- margin-left: 16px;
31503
- }
31504
-
31505
- .aql8iqz .ant-alert-message {
31506
- width: 100%;
31507
- }
31508
-
31509
31496
  .d6j0lbj {
31510
31497
  font-family: Inter;
31511
31498
  font-style: normal;
@@ -31981,6 +31968,19 @@ input.rrg1fkn.ant-input {
31981
31968
  line-height: 12px;
31982
31969
  }
31983
31970
 
31971
+ .m15dvk92 {
31972
+ display: flex;
31973
+ justify-content: space-between;
31974
+ width: 100%;
31975
+ }
31976
+ .m15dvk92 .action {
31977
+ margin-left: 16px;
31978
+ }
31979
+
31980
+ .aql8iqz .ant-alert-message {
31981
+ width: 100%;
31982
+ }
31983
+
31984
31984
  .c198s9j3 {
31985
31985
  color: #2d3a56;
31986
31986
  line-height: 22px;
@@ -32679,6 +32679,36 @@ input.rrg1fkn.ant-input {
32679
32679
  justify-content: center;
32680
32680
  }
32681
32681
 
32682
+ .t1gz6wqf {
32683
+ height: 100%;
32684
+ }
32685
+ .t1gz6wqf .table-loading-item {
32686
+ padding: 12px 4px;
32687
+ border-bottom: 1px solid rgba(204, 212, 227, 0.18);
32688
+ display: flex;
32689
+ }
32690
+ .t1gz6wqf .table-loading-item > * {
32691
+ height: 16px;
32692
+ margin: 4px;
32693
+ background: rgba(204, 212, 227, 0.18);
32694
+ border-radius: 2px;
32695
+ }
32696
+ .t1gz6wqf .table-loading-item .checkbox-loading {
32697
+ width: 16px;
32698
+ }
32699
+ .t1gz6wqf .table-loading-item .td-loading {
32700
+ flex: 1;
32701
+ }
32702
+ .t1gz6wqf :nth-child(1) {
32703
+ padding: 8px 4px;
32704
+ }
32705
+ .t1gz6wqf :nth-child(1) > * {
32706
+ background: rgba(107, 125, 153, 0.18);
32707
+ }
32708
+ .t1gz6wqf :nth-child(1) > * {
32709
+ background: rgba(163, 180, 204, 0.18);
32710
+ }
32711
+
32682
32712
  .c1k4vanq {
32683
32713
  padding: 0 12px 14px 12px;
32684
32714
  }
@@ -32723,53 +32753,6 @@ input.rrg1fkn.ant-input {
32723
32753
  margin-right: 2px;
32724
32754
  }
32725
32755
 
32726
- .t1gz6wqf {
32727
- height: 100%;
32728
- }
32729
- .t1gz6wqf .table-loading-item {
32730
- padding: 12px 4px;
32731
- border-bottom: 1px solid rgba(204, 212, 227, 0.18);
32732
- display: flex;
32733
- }
32734
- .t1gz6wqf .table-loading-item > * {
32735
- height: 16px;
32736
- margin: 4px;
32737
- background: rgba(204, 212, 227, 0.18);
32738
- border-radius: 2px;
32739
- }
32740
- .t1gz6wqf .table-loading-item .checkbox-loading {
32741
- width: 16px;
32742
- }
32743
- .t1gz6wqf .table-loading-item .td-loading {
32744
- flex: 1;
32745
- }
32746
- .t1gz6wqf :nth-child(1) {
32747
- padding: 8px 4px;
32748
- }
32749
- .t1gz6wqf :nth-child(1) > * {
32750
- background: rgba(107, 125, 153, 0.18);
32751
- }
32752
- .t1gz6wqf :nth-child(1) > * {
32753
- background: rgba(163, 180, 204, 0.18);
32754
- }
32755
-
32756
- .bab9xum {
32757
- 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);
32758
- }
32759
-
32760
- .cav4gt6 {
32761
- border-radius: 8px;
32762
- background-color: white;
32763
- }
32764
- .cav4gt6.hoverable {
32765
- cursor: pointer;
32766
- }
32767
- .cav4gt6.hoverable:hover {
32768
- transition: all 200ms ease;
32769
- box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
32770
- transform: translateY(-4px);
32771
- }
32772
-
32773
32756
  .rrwcpby {
32774
32757
  display: flex;
32775
32758
  align-items: center;
@@ -32817,6 +32800,73 @@ input.rrg1fkn.ant-input {
32817
32800
  min-height: 0px;
32818
32801
  }
32819
32802
 
32803
+ .bab9xum {
32804
+ 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);
32805
+ }
32806
+
32807
+ .cav4gt6 {
32808
+ border-radius: 8px;
32809
+ background-color: white;
32810
+ }
32811
+ .cav4gt6.hoverable {
32812
+ cursor: pointer;
32813
+ }
32814
+ .cav4gt6.hoverable:hover {
32815
+ transition: all 200ms ease;
32816
+ box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
32817
+ transform: translateY(-4px);
32818
+ }
32819
+
32820
+ .at4ovwe .ant-input-number-handler-wrap {
32821
+ display: var(--at4ovwe-0);
32822
+ }
32823
+ .at4ovwe .ant-input-number-input-wrap {
32824
+ padding: 5px 12px;
32825
+ display: inline-flex;
32826
+ line-height: 1.5715;
32827
+ height: 100%;
32828
+ width: 100%;
32829
+ }
32830
+ .at4ovwe .ant-input-number-input-wrap::after {
32831
+ content: var(--at4ovwe-1);
32832
+ display: var(--at4ovwe-2);
32833
+ flex: none;
32834
+ align-items: center;
32835
+ margin-left: 4px;
32836
+ color: rgba(44, 56, 82, 0.6);
32837
+ }
32838
+ .at4ovwe .ant-input-number-input-wrap::before {
32839
+ content: var(--at4ovwe-3);
32840
+ display: var(--at4ovwe-4);
32841
+ flex: none;
32842
+ align-items: center;
32843
+ margin-right: 4px;
32844
+ cursor: auto;
32845
+ color: rgba(44, 56, 82, 0.6);
32846
+ }
32847
+ .ant-input-group.ant-input-group-compact > .at4ovwe {
32848
+ border-radius: 0;
32849
+ }
32850
+ .at4ovwe.ant-input-number {
32851
+ width: 100%;
32852
+ border-radius: 6px;
32853
+ }
32854
+ .at4ovwe.ant-input-number:not([disabled]):focus, .at4ovwe.ant-input-number:not([disabled]):active, .at4ovwe.ant-input-number:not([disabled]).ant-input-number-focused {
32855
+ border-color: #0096ff;
32856
+ box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
32857
+ z-index: 1;
32858
+ }
32859
+ .at4ovwe.ant-input-number.error:not([disabled]):hover, .at4ovwe.ant-input-number.error:not([disabled]).ant-input-number-focused {
32860
+ border-color: #e75a3a;
32861
+ box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
32862
+ }
32863
+ .at4ovwe .ant-input-number-input {
32864
+ padding: 0;
32865
+ margin: 0;
32866
+ height: auto;
32867
+ font-size: inherit;
32868
+ }
32869
+
32820
32870
  .tc40oxa {
32821
32871
  margin-bottom: 4px;
32822
32872
  color: rgba(44, 56, 82, 0.6);
@@ -33010,54 +33060,9 @@ input.rrg1fkn.ant-input {
33010
33060
  margin-right: 8px;
33011
33061
  }
33012
33062
 
33013
- .at4ovwe .ant-input-number-handler-wrap {
33014
- display: var(--at4ovwe-0);
33015
- }
33016
- .at4ovwe .ant-input-number-input-wrap {
33017
- padding: 5px 12px;
33018
- display: inline-flex;
33019
- line-height: 1.5715;
33020
- height: 100%;
33021
- width: 100%;
33022
- }
33023
- .at4ovwe .ant-input-number-input-wrap::after {
33024
- content: var(--at4ovwe-1);
33025
- display: var(--at4ovwe-2);
33026
- flex: none;
33027
- align-items: center;
33028
- margin-left: 4px;
33029
- color: rgba(44, 56, 82, 0.6);
33030
- }
33031
- .at4ovwe .ant-input-number-input-wrap::before {
33032
- content: var(--at4ovwe-3);
33033
- display: var(--at4ovwe-4);
33034
- flex: none;
33035
- align-items: center;
33063
+ .iwsze0q {
33036
33064
  margin-right: 4px;
33037
- cursor: auto;
33038
- color: rgba(44, 56, 82, 0.6);
33039
- }
33040
- .ant-input-group.ant-input-group-compact > .at4ovwe {
33041
- border-radius: 0;
33042
- }
33043
- .at4ovwe.ant-input-number {
33044
- width: 100%;
33045
- border-radius: 6px;
33046
- }
33047
- .at4ovwe.ant-input-number:not([disabled]):focus, .at4ovwe.ant-input-number:not([disabled]):active, .at4ovwe.ant-input-number:not([disabled]).ant-input-number-focused {
33048
- border-color: #0096ff;
33049
- box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
33050
- z-index: 1;
33051
- }
33052
- .at4ovwe.ant-input-number.error:not([disabled]):hover, .at4ovwe.ant-input-number.error:not([disabled]).ant-input-number-focused {
33053
- border-color: #e75a3a;
33054
- box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
33055
- }
33056
- .at4ovwe .ant-input-number-input {
33057
- padding: 0;
33058
- margin: 0;
33059
- height: auto;
33060
- font-size: inherit;
33065
+ height: 16px;
33061
33066
  }
33062
33067
 
33063
33068
  .sut42l0 {
@@ -33079,11 +33084,6 @@ input.rrg1fkn.ant-input {
33079
33084
  height: 16px;
33080
33085
  }
33081
33086
 
33082
- .iwsze0q {
33083
- margin-right: 4px;
33084
- height: 16px;
33085
- }
33086
-
33087
33087
  .w1xcixj5.outside-tag {
33088
33088
  padding-left: 0;
33089
33089
  }