@cloudtower/eagle 0.26.34 → 0.26.36

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.
@@ -30134,19 +30134,6 @@ html body {
30134
30134
  font-size: 18px;
30135
30135
  }
30136
30136
 
30137
- .iap75of {
30138
- height: 18px;
30139
- line-height: 18px;
30140
- padding: 0 4px;
30141
- border-radius: 4px;
30142
- background: rgba(235, 239, 245, 0.6);
30143
- border: 1px solid rgba(223, 228, 235, 0.6);
30144
- display: flex;
30145
- align-items: center;
30146
- white-space: nowrap;
30147
- margin-right: 4px;
30148
- }
30149
-
30150
30137
  .i1mrf09m {
30151
30138
  display: inline-flex;
30152
30139
  align-items: center;
@@ -30165,6 +30152,19 @@ html body {
30165
30152
  animation: rotate 680ms linear infinite;
30166
30153
  }
30167
30154
 
30155
+ .iap75of {
30156
+ height: 18px;
30157
+ line-height: 18px;
30158
+ padding: 0 4px;
30159
+ border-radius: 4px;
30160
+ background: rgba(235, 239, 245, 0.6);
30161
+ border: 1px solid rgba(223, 228, 235, 0.6);
30162
+ display: flex;
30163
+ align-items: center;
30164
+ white-space: nowrap;
30165
+ margin-right: 4px;
30166
+ }
30167
+
30168
30168
  .obf05yr {
30169
30169
  display: inline-block;
30170
30170
  }
@@ -30174,59 +30174,207 @@ html body {
30174
30174
  position: absolute;
30175
30175
  }
30176
30176
 
30177
- .s34f1qb.ant-switch {
30178
- min-width: 40px;
30179
- height: 24px;
30180
- background: rgba(172, 186, 211, 0.6);
30181
- overflow: hidden;
30177
+ .p12gwtiw {
30178
+ display: flex;
30179
+ justify-content: space-between;
30180
+ align-items: center;
30181
+ padding: 10px 0;
30182
+ color: rgba(44, 56, 82, 0.6);
30183
+ font-size: 12px;
30184
+ line-height: 24px;
30182
30185
  }
30183
- .s34f1qb.ant-switch:focus {
30184
- box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
30186
+ .p12gwtiw .pagination-left {
30187
+ padding: 2px 8px;
30185
30188
  }
30186
- .s34f1qb.ant-switch-small {
30187
- min-width: 26px;
30188
- height: 16px;
30189
+ .p12gwtiw .dropdown-trigger {
30190
+ display: flex;
30191
+ align-items: center;
30192
+ border-radius: 6px;
30193
+ cursor: pointer;
30194
+ transition: all 0.3s ease;
30189
30195
  }
30190
- .s34f1qb.ant-switch-large {
30191
- min-width: 52px;
30192
- height: 32px;
30196
+ .p12gwtiw .dropdown-trigger:hover {
30197
+ background: rgba(211, 218, 235, 0.6);
30198
+ color: #0080ff;
30193
30199
  }
30194
- .s34f1qb.ant-switch .ant-switch-handle {
30195
- height: 20px;
30196
- width: 20px;
30200
+ .p12gwtiw .dropdown-trigger .icon-inner {
30201
+ margin-left: 4px;
30197
30202
  }
30198
- .s34f1qb.ant-switch .ant-switch-handle::before {
30199
- border-radius: 10px;
30200
- transition-delay: 120ms;
30203
+ .p12gwtiw .pagination-right {
30204
+ display: flex;
30205
+ align-items: center;
30206
+ color: #0080ff;
30207
+ font-weight: bold;
30201
30208
  }
30202
- .s34f1qb.ant-switch-small .ant-switch-handle {
30203
- height: 14px;
30204
- width: 14px;
30205
- top: 1px;
30206
- left: 1px;
30209
+ .p12gwtiw .pagination-right .icon-inner {
30210
+ margin-left: 4px;
30207
30211
  }
30208
- .s34f1qb.ant-switch-large .ant-switch-handle {
30209
- height: 28px;
30210
- width: 28px;
30212
+ .p12gwtiw .pagination-right .prev-btn,
30213
+ .p12gwtiw .pagination-right .next-btn {
30214
+ padding: 0 8px;
30211
30215
  }
30212
- .s34f1qb.ant-switch-large .ant-switch-handle::before {
30213
- border-radius: 14px;
30216
+ .p12gwtiw .pagination-right .prev-btn > span,
30217
+ .p12gwtiw .pagination-right .next-btn > span {
30218
+ color: #0080ff;
30214
30219
  }
30215
- .s34f1qb.ant-switch-checked {
30216
- background-color: #00ba5d;
30220
+ .p12gwtiw .pagination-right .next-btn .icon-inner {
30221
+ transform: rotate(180deg);
30217
30222
  }
30218
- .s34f1qb.ant-switch-checked .ant-switch-handle {
30219
- left: calc(100% - 20px - 2px);
30223
+
30224
+ .d1bnu0in.ant-dropdown .ant-dropdown-menu {
30225
+ max-height: calc(100vh - 128px);
30226
+ overflow-y: auto;
30220
30227
  }
30221
- .s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
30222
- left: calc(100% - 14px - 1px);
30228
+ .d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
30229
+ padding: 4px 20px;
30230
+ font-size: 12px;
30231
+ line-height: 18px;
30223
30232
  }
30224
- .s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
30225
- left: calc(100% - 28px - 2px);
30233
+
30234
+ .rxbeqvl.ant-radio-wrapper {
30235
+ display: inline-flex;
30236
+ align-items: baseline;
30237
+ white-space: pre-wrap;
30238
+ }
30239
+ .rxbeqvl.ant-radio-wrapper .ant-radio {
30240
+ position: relative;
30241
+ top: 3px;
30242
+ }
30243
+ .rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
30244
+ border-color: rgba(107, 128, 167, 0.6);
30245
+ }
30246
+ .rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
30247
+ border-color: #0080ff;
30248
+ }
30249
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
30250
+ border-color: #0080ff;
30251
+ background: #0080ff;
30252
+ }
30253
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
30254
+ top: 4px;
30255
+ left: 4px;
30256
+ width: 6px;
30257
+ height: 6px;
30258
+ background: #fff;
30259
+ }
30260
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
30261
+ opacity: 0.5;
30262
+ }
30263
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
30264
+ border-color: rgba(107, 128, 167, 0.6);
30265
+ background: rgba(211, 218, 235, 0.6);
30266
+ }
30267
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
30268
+ background: #00122e;
30269
+ }
30270
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
30271
+ color: #00122e;
30272
+ opacity: 0.5;
30273
+ }
30274
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
30275
+ color: #00122e;
30276
+ }
30277
+ .rxbeqvl.ant-radio-wrapper .ant-radio + span {
30278
+ display: inline-block;
30279
+ padding: 0;
30280
+ padding-left: 12px;
30281
+ }
30282
+ .rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
30283
+ margin-bottom: 0;
30284
+ white-space: pre-wrap;
30285
+ color: rgba(44, 56, 82, 0.6);
30286
+ }
30287
+ .rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
30288
+ padding-left: 8px;
30226
30289
  }
30227
30290
 
30228
- .c1to9vb9 {
30229
- margin-left: 5px;
30291
+ .r5ie79y .ant-radio-button-wrapper:first-child {
30292
+ border-radius: 5px 0 0 5px;
30293
+ }
30294
+ .r5ie79y .ant-radio-button-wrapper:last-child {
30295
+ border-radius: 0 5px 5px 0;
30296
+ }
30297
+
30298
+ .r1f0aqcc {
30299
+ color: #00122e;
30300
+ border-color: #ccd4e3;
30301
+ }
30302
+ .r1f0aqcc:first-child {
30303
+ border-color: #a3b4cc;
30304
+ }
30305
+ .r1f0aqcc.ant-radio-button-wrapper {
30306
+ padding: 0 12px;
30307
+ line-height: 32px;
30308
+ height: 32px;
30309
+ }
30310
+ .r1f0aqcc.ant-radio-button-wrapper > span + span {
30311
+ white-space: nowrap;
30312
+ }
30313
+ .ant-radio-group-small .r1f0aqcc.ant-radio-button-wrapper {
30314
+ height: 22px;
30315
+ padding: 0 7px;
30316
+ line-height: 20px;
30317
+ }
30318
+ .r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
30319
+ background: #ccd4e3;
30320
+ }
30321
+ .r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
30322
+ background: #0080ff;
30323
+ }
30324
+ .r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
30325
+ background: #ccd4e3;
30326
+ opacity: 0.5;
30327
+ }
30328
+ .r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
30329
+ border-right-color: #0080ff;
30330
+ }
30331
+ .r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
30332
+ border-color: #0080ff;
30333
+ }
30334
+ .r1f0aqcc.ant-radio-button-wrapper-checked {
30335
+ background: rgba(0, 136, 255, 0.1);
30336
+ }
30337
+ .r1f0aqcc.ant-radio-button-wrapper-disabled {
30338
+ background: rgba(211, 218, 235, 0.6);
30339
+ border-color: #ccd4e3;
30340
+ opacity: 0.5;
30341
+ }
30342
+ .r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
30343
+ color: #00122e;
30344
+ border-color: #ccd4e3;
30345
+ }
30346
+ .r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
30347
+ color: #00122e;
30348
+ border-color: #ccd4e3;
30349
+ background: rgba(172, 186, 211, 0.6);
30350
+ }
30351
+ .r1f0aqcc .ant-radio-button-input {
30352
+ margin-right: 8px;
30353
+ display: inline;
30354
+ border: none;
30355
+ padding: 0;
30356
+ width: 36px;
30357
+ background: transparent;
30358
+ }
30359
+ .r1f0aqcc .ant-radio-button-input:focus {
30360
+ box-shadow: none;
30361
+ }
30362
+ .r1f0aqcc .ant-radio-button-input.ant-input-number {
30363
+ margin-right: 0;
30364
+ width: initial;
30365
+ box-shadow: none;
30366
+ }
30367
+ .r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
30368
+ display: none;
30369
+ }
30370
+ .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
30371
+ display: inline;
30372
+ }
30373
+ .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
30374
+ display: inline;
30375
+ margin-right: 8px;
30376
+ padding: 0;
30377
+ width: 36px;
30230
30378
  }
30231
30379
 
30232
30380
  .cz04yix {
@@ -30799,249 +30947,101 @@ textarea.ipd9bk.ant-input.textarea-small:focus {
30799
30947
  transition: left 150ms ease;
30800
30948
  opacity: 0;
30801
30949
  }
30802
- .kypn5o5.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
30803
- left: 8px;
30804
- opacity: 1;
30805
- }
30806
- .kypn5o5.has-focus-indicator input {
30807
- transition: margin-left 150ms ease;
30808
- margin-left: 0px;
30809
- }
30810
- .kypn5o5.has-focus-indicator input:focus {
30811
- margin-left: 16px;
30812
- }
30813
-
30814
- input.l1ki27se.ant-input {
30815
- border-top-right-radius: 0;
30816
- border-bottom-right-radius: 0;
30817
- }
30818
-
30819
- .l1ki27se.ant-input-affix-wrapper {
30820
- border-top-right-radius: 0;
30821
- border-bottom-right-radius: 0;
30822
- }
30823
-
30824
- input.rrg1fkn.ant-input {
30825
- border-top-left-radius: 0;
30826
- border-bottom-left-radius: 0;
30827
- }
30828
-
30829
- .rrg1fkn.ant-input-affix-wrapper {
30830
- border-top-left-radius: 0;
30831
- border-bottom-left-radius: 0;
30832
- }
30833
-
30834
- .lgr9b02.ant-select, .lgr9b02.ant-select .ant-select-selector {
30835
- border-top-right-radius: 0;
30836
- border-bottom-right-radius: 0;
30837
- }
30838
-
30839
- .r1af6yu8.ant-select, .r1af6yu8.ant-select .ant-select-selector {
30840
- border-top-left-radius: 0;
30841
- border-bottom-left-radius: 0;
30842
- }
30843
-
30844
- .p12gwtiw {
30845
- display: flex;
30846
- justify-content: space-between;
30847
- align-items: center;
30848
- padding: 10px 0;
30849
- color: rgba(44, 56, 82, 0.6);
30850
- font-size: 12px;
30851
- line-height: 24px;
30852
- }
30853
- .p12gwtiw .pagination-left {
30854
- padding: 2px 8px;
30855
- }
30856
- .p12gwtiw .dropdown-trigger {
30857
- display: flex;
30858
- align-items: center;
30859
- border-radius: 6px;
30860
- cursor: pointer;
30861
- transition: all 0.3s ease;
30862
- }
30863
- .p12gwtiw .dropdown-trigger:hover {
30864
- background: rgba(211, 218, 235, 0.6);
30865
- color: #0080ff;
30866
- }
30867
- .p12gwtiw .dropdown-trigger .icon-inner {
30868
- margin-left: 4px;
30869
- }
30870
- .p12gwtiw .pagination-right {
30871
- display: flex;
30872
- align-items: center;
30873
- color: #0080ff;
30874
- font-weight: bold;
30875
- }
30876
- .p12gwtiw .pagination-right .icon-inner {
30877
- margin-left: 4px;
30878
- }
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;
30950
+ .kypn5o5.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
30951
+ left: 8px;
30952
+ opacity: 1;
30956
30953
  }
30957
-
30958
- .r5ie79y .ant-radio-button-wrapper:first-child {
30959
- border-radius: 5px 0 0 5px;
30954
+ .kypn5o5.has-focus-indicator input {
30955
+ transition: margin-left 150ms ease;
30956
+ margin-left: 0px;
30960
30957
  }
30961
- .r5ie79y .ant-radio-button-wrapper:last-child {
30962
- border-radius: 0 5px 5px 0;
30958
+ .kypn5o5.has-focus-indicator input:focus {
30959
+ margin-left: 16px;
30963
30960
  }
30964
30961
 
30965
- .r1f0aqcc {
30966
- color: #00122e;
30967
- border-color: #ccd4e3;
30962
+ input.l1ki27se.ant-input {
30963
+ border-top-right-radius: 0;
30964
+ border-bottom-right-radius: 0;
30968
30965
  }
30969
- .r1f0aqcc:first-child {
30970
- border-color: #a3b4cc;
30966
+
30967
+ .l1ki27se.ant-input-affix-wrapper {
30968
+ border-top-right-radius: 0;
30969
+ border-bottom-right-radius: 0;
30971
30970
  }
30972
- .r1f0aqcc.ant-radio-button-wrapper {
30973
- padding: 0 12px;
30974
- line-height: 32px;
30975
- height: 32px;
30971
+
30972
+ input.rrg1fkn.ant-input {
30973
+ border-top-left-radius: 0;
30974
+ border-bottom-left-radius: 0;
30976
30975
  }
30977
- .r1f0aqcc.ant-radio-button-wrapper > span + span {
30978
- white-space: nowrap;
30976
+
30977
+ .rrg1fkn.ant-input-affix-wrapper {
30978
+ border-top-left-radius: 0;
30979
+ border-bottom-left-radius: 0;
30979
30980
  }
30980
- .ant-radio-group-small .r1f0aqcc.ant-radio-button-wrapper {
30981
- height: 22px;
30982
- padding: 0 7px;
30983
- line-height: 20px;
30981
+
30982
+ .lgr9b02.ant-select, .lgr9b02.ant-select .ant-select-selector {
30983
+ border-top-right-radius: 0;
30984
+ border-bottom-right-radius: 0;
30984
30985
  }
30985
- .r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
30986
- background: #ccd4e3;
30986
+
30987
+ .r1af6yu8.ant-select, .r1af6yu8.ant-select .ant-select-selector {
30988
+ border-top-left-radius: 0;
30989
+ border-bottom-left-radius: 0;
30987
30990
  }
30988
- .r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
30989
- background: #0080ff;
30991
+
30992
+ .s34f1qb.ant-switch {
30993
+ min-width: 40px;
30994
+ height: 24px;
30995
+ background: rgba(172, 186, 211, 0.6);
30996
+ overflow: hidden;
30990
30997
  }
30991
- .r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
30992
- background: #ccd4e3;
30993
- opacity: 0.5;
30998
+ .s34f1qb.ant-switch:focus {
30999
+ box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
30994
31000
  }
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;
31001
+ .s34f1qb.ant-switch-small {
31002
+ min-width: 26px;
31003
+ height: 16px;
30997
31004
  }
30998
- .r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
30999
- border-color: #0080ff;
31005
+ .s34f1qb.ant-switch-large {
31006
+ min-width: 52px;
31007
+ height: 32px;
31000
31008
  }
31001
- .r1f0aqcc.ant-radio-button-wrapper-checked {
31002
- background: rgba(0, 136, 255, 0.1);
31009
+ .s34f1qb.ant-switch .ant-switch-handle {
31010
+ height: 20px;
31011
+ width: 20px;
31003
31012
  }
31004
- .r1f0aqcc.ant-radio-button-wrapper-disabled {
31005
- background: rgba(211, 218, 235, 0.6);
31006
- border-color: #ccd4e3;
31007
- opacity: 0.5;
31013
+ .s34f1qb.ant-switch .ant-switch-handle::before {
31014
+ border-radius: 10px;
31015
+ transition-delay: 120ms;
31008
31016
  }
31009
- .r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
31010
- color: #00122e;
31011
- border-color: #ccd4e3;
31017
+ .s34f1qb.ant-switch-small .ant-switch-handle {
31018
+ height: 14px;
31019
+ width: 14px;
31020
+ top: 1px;
31021
+ left: 1px;
31012
31022
  }
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);
31023
+ .s34f1qb.ant-switch-large .ant-switch-handle {
31024
+ height: 28px;
31025
+ width: 28px;
31017
31026
  }
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;
31027
+ .s34f1qb.ant-switch-large .ant-switch-handle::before {
31028
+ border-radius: 14px;
31025
31029
  }
31026
- .r1f0aqcc .ant-radio-button-input:focus {
31027
- box-shadow: none;
31030
+ .s34f1qb.ant-switch-checked {
31031
+ background-color: #00ba5d;
31028
31032
  }
31029
- .r1f0aqcc .ant-radio-button-input.ant-input-number {
31030
- margin-right: 0;
31031
- width: initial;
31032
- box-shadow: none;
31033
+ .s34f1qb.ant-switch-checked .ant-switch-handle {
31034
+ left: calc(100% - 20px - 2px);
31033
31035
  }
31034
- .r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
31035
- display: none;
31036
+ .s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
31037
+ left: calc(100% - 14px - 1px);
31036
31038
  }
31037
- .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
31038
- display: inline;
31039
+ .s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
31040
+ left: calc(100% - 28px - 2px);
31039
31041
  }
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;
31042
+
31043
+ .c1to9vb9 {
31044
+ margin-left: 5px;
31045
31045
  }
31046
31046
 
31047
31047
  .t1upn1sz {
@@ -32817,56 +32817,6 @@ input.rrg1fkn.ant-input {
32817
32817
  transform: translateY(-4px);
32818
32818
  }
32819
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
-
32870
32820
  .tc40oxa {
32871
32821
  margin-bottom: 4px;
32872
32822
  color: rgba(44, 56, 82, 0.6);
@@ -33060,9 +33010,63 @@ input.rrg1fkn.ant-input {
33060
33010
  margin-right: 8px;
33061
33011
  }
33062
33012
 
33063
- .iwsze0q {
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;
33036
+ 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;
33061
+ }
33062
+
33063
+ .w1xcixj5.outside-tag {
33064
+ padding-left: 0;
33065
+ }
33066
+ .w1xcixj5.outside-tag .inside-tag {
33067
+ border-radius: 4px 0 0 4px;
33068
+ padding-right: 4px;
33064
33069
  margin-right: 4px;
33065
- height: 16px;
33066
33070
  }
33067
33071
 
33068
33072
  .sut42l0 {
@@ -33084,13 +33088,9 @@ input.rrg1fkn.ant-input {
33084
33088
  height: 16px;
33085
33089
  }
33086
33090
 
33087
- .w1xcixj5.outside-tag {
33088
- padding-left: 0;
33089
- }
33090
- .w1xcixj5.outside-tag .inside-tag {
33091
- border-radius: 4px 0 0 4px;
33092
- padding-right: 4px;
33091
+ .iwsze0q {
33093
33092
  margin-right: 4px;
33093
+ height: 16px;
33094
33094
  }
33095
33095
 
33096
33096
  .a6dbbkm .ant-input-number-handler-wrap {