@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.
package/dist/style.css CHANGED
@@ -30221,24 +30221,6 @@ html body {
30221
30221
  font-size: 18px;
30222
30222
  }
30223
30223
 
30224
- .i1mrf09m {
30225
- display: inline-flex;
30226
- align-items: center;
30227
- }
30228
- .i1mrf09m .icon-inner {
30229
- display: inline-flex;
30230
- align-items: center;
30231
- justify-content: center;
30232
- }
30233
- .i1mrf09m .icon-inner + span,
30234
- .i1mrf09m span + .icon-inner.suffix {
30235
- margin-left: 4px;
30236
- }
30237
- .i1mrf09m.is-rotate img,
30238
- .i1mrf09m.is-rotate svg {
30239
- animation: rotate 680ms linear infinite;
30240
- }
30241
-
30242
30224
  .iap75of {
30243
30225
  height: 18px;
30244
30226
  line-height: 18px;
@@ -30252,218 +30234,6 @@ html body {
30252
30234
  margin-right: 4px;
30253
30235
  }
30254
30236
 
30255
- .obf05yr {
30256
- display: inline-block;
30257
- }
30258
-
30259
- .hsms1n6 {
30260
- visibility: hidden;
30261
- position: absolute;
30262
- }
30263
-
30264
- .p12gwtiw {
30265
- display: flex;
30266
- justify-content: space-between;
30267
- align-items: center;
30268
- padding: 10px 0;
30269
- color: rgba(44, 56, 82, 0.6);
30270
- font-size: 12px;
30271
- line-height: 24px;
30272
- }
30273
- .p12gwtiw .pagination-left {
30274
- padding: 2px 8px;
30275
- }
30276
- .p12gwtiw .dropdown-trigger {
30277
- display: flex;
30278
- align-items: center;
30279
- border-radius: 6px;
30280
- cursor: pointer;
30281
- transition: all 0.3s ease;
30282
- }
30283
- .p12gwtiw .dropdown-trigger:hover {
30284
- background: rgba(211, 218, 235, 0.6);
30285
- color: #0080ff;
30286
- }
30287
- .p12gwtiw .dropdown-trigger .icon-inner {
30288
- margin-left: 4px;
30289
- }
30290
- .p12gwtiw .pagination-right {
30291
- display: flex;
30292
- align-items: center;
30293
- color: #0080ff;
30294
- font-weight: bold;
30295
- }
30296
- .p12gwtiw .pagination-right .icon-inner {
30297
- margin-left: 4px;
30298
- }
30299
- .p12gwtiw .pagination-right .prev-btn,
30300
- .p12gwtiw .pagination-right .next-btn {
30301
- padding: 0 8px;
30302
- }
30303
- .p12gwtiw .pagination-right .prev-btn > span,
30304
- .p12gwtiw .pagination-right .next-btn > span {
30305
- color: #0080ff;
30306
- }
30307
- .p12gwtiw .pagination-right .next-btn .icon-inner {
30308
- transform: rotate(180deg);
30309
- }
30310
-
30311
- .d1bnu0in.ant-dropdown .ant-dropdown-menu {
30312
- max-height: calc(100vh - 128px);
30313
- overflow-y: auto;
30314
- }
30315
- .d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
30316
- padding: 4px 20px;
30317
- font-size: 12px;
30318
- line-height: 18px;
30319
- }
30320
-
30321
- .rxbeqvl.ant-radio-wrapper {
30322
- display: inline-flex;
30323
- align-items: baseline;
30324
- white-space: pre-wrap;
30325
- }
30326
- .rxbeqvl.ant-radio-wrapper .ant-radio {
30327
- position: relative;
30328
- top: 3px;
30329
- }
30330
- .rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
30331
- border-color: rgba(107, 128, 167, 0.6);
30332
- }
30333
- .rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
30334
- border-color: #0080ff;
30335
- }
30336
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
30337
- border-color: #0080ff;
30338
- background: #0080ff;
30339
- }
30340
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
30341
- top: 4px;
30342
- left: 4px;
30343
- width: 6px;
30344
- height: 6px;
30345
- background: #fff;
30346
- }
30347
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
30348
- opacity: 0.5;
30349
- }
30350
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
30351
- border-color: rgba(107, 128, 167, 0.6);
30352
- background: rgba(211, 218, 235, 0.6);
30353
- }
30354
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
30355
- background: #00122e;
30356
- }
30357
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
30358
- color: #00122e;
30359
- opacity: 0.5;
30360
- }
30361
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
30362
- color: #00122e;
30363
- }
30364
- .rxbeqvl.ant-radio-wrapper .ant-radio + span {
30365
- display: inline-block;
30366
- padding: 0;
30367
- padding-left: 12px;
30368
- }
30369
- .rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
30370
- margin-bottom: 0;
30371
- white-space: pre-wrap;
30372
- color: rgba(44, 56, 82, 0.6);
30373
- }
30374
- .rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
30375
- padding-left: 8px;
30376
- }
30377
-
30378
- .r5ie79y .ant-radio-button-wrapper:first-child {
30379
- border-radius: 5px 0 0 5px;
30380
- }
30381
- .r5ie79y .ant-radio-button-wrapper:last-child {
30382
- border-radius: 0 5px 5px 0;
30383
- }
30384
-
30385
- .r1f0aqcc {
30386
- color: #00122e;
30387
- border-color: #ccd4e3;
30388
- }
30389
- .r1f0aqcc:first-child {
30390
- border-color: #a3b4cc;
30391
- }
30392
- .r1f0aqcc.ant-radio-button-wrapper {
30393
- padding: 0 12px;
30394
- line-height: 32px;
30395
- height: 32px;
30396
- }
30397
- .r1f0aqcc.ant-radio-button-wrapper > span + span {
30398
- white-space: nowrap;
30399
- }
30400
- .ant-radio-group-small .r1f0aqcc.ant-radio-button-wrapper {
30401
- height: 22px;
30402
- padding: 0 7px;
30403
- line-height: 20px;
30404
- }
30405
- .r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
30406
- background: #ccd4e3;
30407
- }
30408
- .r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
30409
- background: #0080ff;
30410
- }
30411
- .r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
30412
- background: #ccd4e3;
30413
- opacity: 0.5;
30414
- }
30415
- .r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
30416
- border-right-color: #0080ff;
30417
- }
30418
- .r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
30419
- border-color: #0080ff;
30420
- }
30421
- .r1f0aqcc.ant-radio-button-wrapper-checked {
30422
- background: rgba(0, 136, 255, 0.1);
30423
- }
30424
- .r1f0aqcc.ant-radio-button-wrapper-disabled {
30425
- background: rgba(211, 218, 235, 0.6);
30426
- border-color: #ccd4e3;
30427
- opacity: 0.5;
30428
- }
30429
- .r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
30430
- color: #00122e;
30431
- border-color: #ccd4e3;
30432
- }
30433
- .r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
30434
- color: #00122e;
30435
- border-color: #ccd4e3;
30436
- background: rgba(172, 186, 211, 0.6);
30437
- }
30438
- .r1f0aqcc .ant-radio-button-input {
30439
- margin-right: 8px;
30440
- display: inline;
30441
- border: none;
30442
- padding: 0;
30443
- width: 36px;
30444
- background: transparent;
30445
- }
30446
- .r1f0aqcc .ant-radio-button-input:focus {
30447
- box-shadow: none;
30448
- }
30449
- .r1f0aqcc .ant-radio-button-input.ant-input-number {
30450
- margin-right: 0;
30451
- width: initial;
30452
- box-shadow: none;
30453
- }
30454
- .r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
30455
- display: none;
30456
- }
30457
- .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
30458
- display: inline;
30459
- }
30460
- .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
30461
- display: inline;
30462
- margin-right: 8px;
30463
- padding: 0;
30464
- width: 36px;
30465
- }
30466
-
30467
30237
  .cz04yix {
30468
30238
  display: flex;
30469
30239
  flex-direction: column;
@@ -31076,6 +30846,179 @@ input.rrg1fkn.ant-input {
31076
30846
  border-bottom-left-radius: 0;
31077
30847
  }
31078
30848
 
30849
+ .obf05yr {
30850
+ display: inline-block;
30851
+ }
30852
+
30853
+ .hsms1n6 {
30854
+ visibility: hidden;
30855
+ position: absolute;
30856
+ }
30857
+
30858
+ .i1mrf09m {
30859
+ display: inline-flex;
30860
+ align-items: center;
30861
+ }
30862
+ .i1mrf09m .icon-inner {
30863
+ display: inline-flex;
30864
+ align-items: center;
30865
+ justify-content: center;
30866
+ }
30867
+ .i1mrf09m .icon-inner + span,
30868
+ .i1mrf09m span + .icon-inner.suffix {
30869
+ margin-left: 4px;
30870
+ }
30871
+ .i1mrf09m.is-rotate img,
30872
+ .i1mrf09m.is-rotate svg {
30873
+ animation: rotate 680ms linear infinite;
30874
+ }
30875
+
30876
+ .rxbeqvl.ant-radio-wrapper {
30877
+ display: inline-flex;
30878
+ align-items: baseline;
30879
+ white-space: pre-wrap;
30880
+ }
30881
+ .rxbeqvl.ant-radio-wrapper .ant-radio {
30882
+ position: relative;
30883
+ top: 3px;
30884
+ }
30885
+ .rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
30886
+ border-color: rgba(107, 128, 167, 0.6);
30887
+ }
30888
+ .rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
30889
+ border-color: #0080ff;
30890
+ }
30891
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
30892
+ border-color: #0080ff;
30893
+ background: #0080ff;
30894
+ }
30895
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
30896
+ top: 4px;
30897
+ left: 4px;
30898
+ width: 6px;
30899
+ height: 6px;
30900
+ background: #fff;
30901
+ }
30902
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
30903
+ opacity: 0.5;
30904
+ }
30905
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
30906
+ border-color: rgba(107, 128, 167, 0.6);
30907
+ background: rgba(211, 218, 235, 0.6);
30908
+ }
30909
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
30910
+ background: #00122e;
30911
+ }
30912
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
30913
+ color: #00122e;
30914
+ opacity: 0.5;
30915
+ }
30916
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
30917
+ color: #00122e;
30918
+ }
30919
+ .rxbeqvl.ant-radio-wrapper .ant-radio + span {
30920
+ display: inline-block;
30921
+ padding: 0;
30922
+ padding-left: 12px;
30923
+ }
30924
+ .rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
30925
+ margin-bottom: 0;
30926
+ white-space: pre-wrap;
30927
+ color: rgba(44, 56, 82, 0.6);
30928
+ }
30929
+ .rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
30930
+ padding-left: 8px;
30931
+ }
30932
+
30933
+ .r5ie79y .ant-radio-button-wrapper:first-child {
30934
+ border-radius: 5px 0 0 5px;
30935
+ }
30936
+ .r5ie79y .ant-radio-button-wrapper:last-child {
30937
+ border-radius: 0 5px 5px 0;
30938
+ }
30939
+
30940
+ .r1f0aqcc {
30941
+ color: #00122e;
30942
+ border-color: #ccd4e3;
30943
+ }
30944
+ .r1f0aqcc:first-child {
30945
+ border-color: #a3b4cc;
30946
+ }
30947
+ .r1f0aqcc.ant-radio-button-wrapper {
30948
+ padding: 0 12px;
30949
+ line-height: 32px;
30950
+ height: 32px;
30951
+ }
30952
+ .r1f0aqcc.ant-radio-button-wrapper > span + span {
30953
+ white-space: nowrap;
30954
+ }
30955
+ .ant-radio-group-small .r1f0aqcc.ant-radio-button-wrapper {
30956
+ height: 22px;
30957
+ padding: 0 7px;
30958
+ line-height: 20px;
30959
+ }
30960
+ .r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
30961
+ background: #ccd4e3;
30962
+ }
30963
+ .r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
30964
+ background: #0080ff;
30965
+ }
30966
+ .r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
30967
+ background: #ccd4e3;
30968
+ opacity: 0.5;
30969
+ }
30970
+ .r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
30971
+ border-right-color: #0080ff;
30972
+ }
30973
+ .r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
30974
+ border-color: #0080ff;
30975
+ }
30976
+ .r1f0aqcc.ant-radio-button-wrapper-checked {
30977
+ background: rgba(0, 136, 255, 0.1);
30978
+ }
30979
+ .r1f0aqcc.ant-radio-button-wrapper-disabled {
30980
+ background: rgba(211, 218, 235, 0.6);
30981
+ border-color: #ccd4e3;
30982
+ opacity: 0.5;
30983
+ }
30984
+ .r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
30985
+ color: #00122e;
30986
+ border-color: #ccd4e3;
30987
+ }
30988
+ .r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
30989
+ color: #00122e;
30990
+ border-color: #ccd4e3;
30991
+ background: rgba(172, 186, 211, 0.6);
30992
+ }
30993
+ .r1f0aqcc .ant-radio-button-input {
30994
+ margin-right: 8px;
30995
+ display: inline;
30996
+ border: none;
30997
+ padding: 0;
30998
+ width: 36px;
30999
+ background: transparent;
31000
+ }
31001
+ .r1f0aqcc .ant-radio-button-input:focus {
31002
+ box-shadow: none;
31003
+ }
31004
+ .r1f0aqcc .ant-radio-button-input.ant-input-number {
31005
+ margin-right: 0;
31006
+ width: initial;
31007
+ box-shadow: none;
31008
+ }
31009
+ .r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
31010
+ display: none;
31011
+ }
31012
+ .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
31013
+ display: inline;
31014
+ }
31015
+ .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
31016
+ display: inline;
31017
+ margin-right: 8px;
31018
+ padding: 0;
31019
+ width: 36px;
31020
+ }
31021
+
31079
31022
  .s34f1qb.ant-switch {
31080
31023
  min-width: 40px;
31081
31024
  height: 24px;
@@ -31131,6 +31074,63 @@ input.rrg1fkn.ant-input {
31131
31074
  margin-left: 5px;
31132
31075
  }
31133
31076
 
31077
+ .p12gwtiw {
31078
+ display: flex;
31079
+ justify-content: space-between;
31080
+ align-items: center;
31081
+ padding: 10px 0;
31082
+ color: rgba(44, 56, 82, 0.6);
31083
+ font-size: 12px;
31084
+ line-height: 24px;
31085
+ }
31086
+ .p12gwtiw .pagination-left {
31087
+ padding: 2px 8px;
31088
+ }
31089
+ .p12gwtiw .dropdown-trigger {
31090
+ display: flex;
31091
+ align-items: center;
31092
+ border-radius: 6px;
31093
+ cursor: pointer;
31094
+ transition: all 0.3s ease;
31095
+ }
31096
+ .p12gwtiw .dropdown-trigger:hover {
31097
+ background: rgba(211, 218, 235, 0.6);
31098
+ color: #0080ff;
31099
+ }
31100
+ .p12gwtiw .dropdown-trigger .icon-inner {
31101
+ margin-left: 4px;
31102
+ }
31103
+ .p12gwtiw .pagination-right {
31104
+ display: flex;
31105
+ align-items: center;
31106
+ color: #0080ff;
31107
+ font-weight: bold;
31108
+ }
31109
+ .p12gwtiw .pagination-right .icon-inner {
31110
+ margin-left: 4px;
31111
+ }
31112
+ .p12gwtiw .pagination-right .prev-btn,
31113
+ .p12gwtiw .pagination-right .next-btn {
31114
+ padding: 0 8px;
31115
+ }
31116
+ .p12gwtiw .pagination-right .prev-btn > span,
31117
+ .p12gwtiw .pagination-right .next-btn > span {
31118
+ color: #0080ff;
31119
+ }
31120
+ .p12gwtiw .pagination-right .next-btn .icon-inner {
31121
+ transform: rotate(180deg);
31122
+ }
31123
+
31124
+ .d1bnu0in.ant-dropdown .ant-dropdown-menu {
31125
+ max-height: calc(100vh - 128px);
31126
+ overflow-y: auto;
31127
+ }
31128
+ .d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
31129
+ padding: 4px 20px;
31130
+ font-size: 12px;
31131
+ line-height: 18px;
31132
+ }
31133
+
31134
31134
  .t1upn1sz {
31135
31135
  height: 100%;
31136
31136
  }
@@ -31495,6 +31495,10 @@ input.rrg1fkn.ant-input {
31495
31495
  background: #fff;
31496
31496
  }
31497
31497
 
31498
+ .i1e4sgug {
31499
+ display: inline-block;
31500
+ }
31501
+
31498
31502
  .s1fc623g {
31499
31503
  width: 430px !important;
31500
31504
  }
@@ -31576,10 +31580,6 @@ input.rrg1fkn.ant-input {
31576
31580
  opacity: 0;
31577
31581
  }
31578
31582
 
31579
- .i1e4sgug {
31580
- display: inline-block;
31581
- }
31582
-
31583
31583
  .d6j0lbj {
31584
31584
  font-family: Inter;
31585
31585
  font-style: normal;
@@ -33180,25 +33180,6 @@ input.rrg1fkn.ant-input {
33180
33180
  font-size: inherit;
33181
33181
  }
33182
33182
 
33183
- .feau332.ant-form-item {
33184
- margin-bottom: 0;
33185
- }
33186
- .feau332 .ant-form-item-explain {
33187
- display: none;
33188
- min-height: 18px;
33189
- margin-top: 5px;
33190
- font-family: "Inter";
33191
- font-weight: 400;
33192
- font-size: 12px;
33193
- line-height: 18px;
33194
- }
33195
- .feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) {
33196
- white-space: pre-wrap;
33197
- }
33198
- .feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) .ant-form-item-explain {
33199
- display: block;
33200
- }
33201
-
33202
33183
  .a6dbbkm .ant-input-number-handler-wrap {
33203
33184
  display: var(--a6dbbkm-0);
33204
33185
  }
@@ -33228,4 +33209,23 @@ input.rrg1fkn.ant-input {
33228
33209
  margin: 0;
33229
33210
  height: auto;
33230
33211
  font-size: inherit;
33212
+ }
33213
+
33214
+ .feau332.ant-form-item {
33215
+ margin-bottom: 0;
33216
+ }
33217
+ .feau332 .ant-form-item-explain {
33218
+ display: none;
33219
+ min-height: 18px;
33220
+ margin-top: 5px;
33221
+ font-family: "Inter";
33222
+ font-weight: 400;
33223
+ font-size: 12px;
33224
+ line-height: 18px;
33225
+ }
33226
+ .feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) {
33227
+ white-space: pre-wrap;
33228
+ }
33229
+ .feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) .ant-form-item-explain {
33230
+ display: block;
33231
33231
  }