@cloudtower/eagle 0.26.24 → 0.26.25-dry-1
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/components/Modal/AsideModal.d.ts +2 -0
- package/dist/components/OverflowTooltip/index.d.ts +4 -0
- package/dist/components.css +416 -398
- package/dist/esm/index.js +989 -925
- package/dist/esm/stats1.html +1 -1
- package/dist/spec/base.d.ts +9 -1
- package/dist/style.css +149 -131
- package/dist/umd/index.js +988 -924
- package/dist/umd/stats1.html +1 -1
- package/dist/variables.scss +10 -0
- package/package.json +5 -5
package/dist/style.css
CHANGED
|
@@ -28278,6 +28278,7 @@ div.ant-typography-edit-content.ant-typography-rtl {
|
|
|
28278
28278
|
/* green */
|
|
28279
28279
|
/* yellow */
|
|
28280
28280
|
/* red */
|
|
28281
|
+
/* purple */
|
|
28281
28282
|
/* palette global token*/
|
|
28282
28283
|
/* color opaque */
|
|
28283
28284
|
/* color transparent */
|
|
@@ -28332,6 +28333,7 @@ div.ant-typography-edit-content.ant-typography-rtl {
|
|
|
28332
28333
|
/* green */
|
|
28333
28334
|
/* yellow */
|
|
28334
28335
|
/* red */
|
|
28336
|
+
/* purple */
|
|
28335
28337
|
/* palette global token*/
|
|
28336
28338
|
/* color opaque */
|
|
28337
28339
|
/* color transparent */
|
|
@@ -28493,6 +28495,7 @@ div.ant-typography-edit-content.ant-typography-rtl {
|
|
|
28493
28495
|
/* green */
|
|
28494
28496
|
/* yellow */
|
|
28495
28497
|
/* red */
|
|
28498
|
+
/* purple */
|
|
28496
28499
|
/* palette global token*/
|
|
28497
28500
|
/* color opaque */
|
|
28498
28501
|
/* color transparent */
|
|
@@ -28715,6 +28718,7 @@ div.ant-typography-edit-content.ant-typography-rtl {
|
|
|
28715
28718
|
/* green */
|
|
28716
28719
|
/* yellow */
|
|
28717
28720
|
/* red */
|
|
28721
|
+
/* purple */
|
|
28718
28722
|
/* palette global token*/
|
|
28719
28723
|
/* color opaque */
|
|
28720
28724
|
/* color transparent */
|
|
@@ -29930,6 +29934,9 @@ html body {
|
|
|
29930
29934
|
padding: 0;
|
|
29931
29935
|
}
|
|
29932
29936
|
.buj61ew.ant-btn {
|
|
29937
|
+
display: inline-flex;
|
|
29938
|
+
align-items: center;
|
|
29939
|
+
justify-content: center;
|
|
29933
29940
|
padding: 5px 12px;
|
|
29934
29941
|
height: 32px;
|
|
29935
29942
|
border-radius: 6px;
|
|
@@ -30159,11 +30166,6 @@ html body {
|
|
|
30159
30166
|
--background-color-focus: #fff;
|
|
30160
30167
|
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
30161
30168
|
}
|
|
30162
|
-
.buj61ew.has-icon {
|
|
30163
|
-
display: inline-flex;
|
|
30164
|
-
align-items: center;
|
|
30165
|
-
justify-content: center;
|
|
30166
|
-
}
|
|
30167
30169
|
.buj61ew .button-prefix-icon {
|
|
30168
30170
|
margin-right: 8px;
|
|
30169
30171
|
display: inline-flex;
|
|
@@ -30468,6 +30470,61 @@ html body {
|
|
|
30468
30470
|
width: 36px;
|
|
30469
30471
|
}
|
|
30470
30472
|
|
|
30473
|
+
.s34f1qb.ant-switch {
|
|
30474
|
+
min-width: 40px;
|
|
30475
|
+
height: 24px;
|
|
30476
|
+
background: rgba(172, 186, 211, 0.6);
|
|
30477
|
+
overflow: hidden;
|
|
30478
|
+
}
|
|
30479
|
+
.s34f1qb.ant-switch:focus {
|
|
30480
|
+
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
30481
|
+
}
|
|
30482
|
+
.s34f1qb.ant-switch-small {
|
|
30483
|
+
min-width: 26px;
|
|
30484
|
+
height: 16px;
|
|
30485
|
+
}
|
|
30486
|
+
.s34f1qb.ant-switch-large {
|
|
30487
|
+
min-width: 52px;
|
|
30488
|
+
height: 32px;
|
|
30489
|
+
}
|
|
30490
|
+
.s34f1qb.ant-switch .ant-switch-handle {
|
|
30491
|
+
height: 20px;
|
|
30492
|
+
width: 20px;
|
|
30493
|
+
}
|
|
30494
|
+
.s34f1qb.ant-switch .ant-switch-handle::before {
|
|
30495
|
+
border-radius: 10px;
|
|
30496
|
+
transition-delay: 120ms;
|
|
30497
|
+
}
|
|
30498
|
+
.s34f1qb.ant-switch-small .ant-switch-handle {
|
|
30499
|
+
height: 14px;
|
|
30500
|
+
width: 14px;
|
|
30501
|
+
top: 1px;
|
|
30502
|
+
left: 1px;
|
|
30503
|
+
}
|
|
30504
|
+
.s34f1qb.ant-switch-large .ant-switch-handle {
|
|
30505
|
+
height: 28px;
|
|
30506
|
+
width: 28px;
|
|
30507
|
+
}
|
|
30508
|
+
.s34f1qb.ant-switch-large .ant-switch-handle::before {
|
|
30509
|
+
border-radius: 14px;
|
|
30510
|
+
}
|
|
30511
|
+
.s34f1qb.ant-switch-checked {
|
|
30512
|
+
background-color: #00ba5d;
|
|
30513
|
+
}
|
|
30514
|
+
.s34f1qb.ant-switch-checked .ant-switch-handle {
|
|
30515
|
+
left: calc(100% - 20px - 2px);
|
|
30516
|
+
}
|
|
30517
|
+
.s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
30518
|
+
left: calc(100% - 14px - 1px);
|
|
30519
|
+
}
|
|
30520
|
+
.s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
30521
|
+
left: calc(100% - 28px - 2px);
|
|
30522
|
+
}
|
|
30523
|
+
|
|
30524
|
+
.c1to9vb9 {
|
|
30525
|
+
margin-left: 5px;
|
|
30526
|
+
}
|
|
30527
|
+
|
|
30471
30528
|
.cz04yix {
|
|
30472
30529
|
display: flex;
|
|
30473
30530
|
flex-direction: column;
|
|
@@ -31079,61 +31136,6 @@ input.rrg1fkn.ant-input {
|
|
|
31079
31136
|
border-bottom-left-radius: 0;
|
|
31080
31137
|
}
|
|
31081
31138
|
|
|
31082
|
-
.s34f1qb.ant-switch {
|
|
31083
|
-
min-width: 40px;
|
|
31084
|
-
height: 24px;
|
|
31085
|
-
background: rgba(172, 186, 211, 0.6);
|
|
31086
|
-
overflow: hidden;
|
|
31087
|
-
}
|
|
31088
|
-
.s34f1qb.ant-switch:focus {
|
|
31089
|
-
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
31090
|
-
}
|
|
31091
|
-
.s34f1qb.ant-switch-small {
|
|
31092
|
-
min-width: 26px;
|
|
31093
|
-
height: 16px;
|
|
31094
|
-
}
|
|
31095
|
-
.s34f1qb.ant-switch-large {
|
|
31096
|
-
min-width: 52px;
|
|
31097
|
-
height: 32px;
|
|
31098
|
-
}
|
|
31099
|
-
.s34f1qb.ant-switch .ant-switch-handle {
|
|
31100
|
-
height: 20px;
|
|
31101
|
-
width: 20px;
|
|
31102
|
-
}
|
|
31103
|
-
.s34f1qb.ant-switch .ant-switch-handle::before {
|
|
31104
|
-
border-radius: 10px;
|
|
31105
|
-
transition-delay: 120ms;
|
|
31106
|
-
}
|
|
31107
|
-
.s34f1qb.ant-switch-small .ant-switch-handle {
|
|
31108
|
-
height: 14px;
|
|
31109
|
-
width: 14px;
|
|
31110
|
-
top: 1px;
|
|
31111
|
-
left: 1px;
|
|
31112
|
-
}
|
|
31113
|
-
.s34f1qb.ant-switch-large .ant-switch-handle {
|
|
31114
|
-
height: 28px;
|
|
31115
|
-
width: 28px;
|
|
31116
|
-
}
|
|
31117
|
-
.s34f1qb.ant-switch-large .ant-switch-handle::before {
|
|
31118
|
-
border-radius: 14px;
|
|
31119
|
-
}
|
|
31120
|
-
.s34f1qb.ant-switch-checked {
|
|
31121
|
-
background-color: #00ba5d;
|
|
31122
|
-
}
|
|
31123
|
-
.s34f1qb.ant-switch-checked .ant-switch-handle {
|
|
31124
|
-
left: calc(100% - 20px - 2px);
|
|
31125
|
-
}
|
|
31126
|
-
.s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
31127
|
-
left: calc(100% - 14px - 1px);
|
|
31128
|
-
}
|
|
31129
|
-
.s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
31130
|
-
left: calc(100% - 28px - 2px);
|
|
31131
|
-
}
|
|
31132
|
-
|
|
31133
|
-
.c1to9vb9 {
|
|
31134
|
-
margin-left: 5px;
|
|
31135
|
-
}
|
|
31136
|
-
|
|
31137
31139
|
.t1upn1sz {
|
|
31138
31140
|
height: 100%;
|
|
31139
31141
|
}
|
|
@@ -32171,6 +32173,16 @@ input.rrg1fkn.ant-input {
|
|
|
32171
32173
|
cursor: default;
|
|
32172
32174
|
}
|
|
32173
32175
|
|
|
32176
|
+
.igz4le8 {
|
|
32177
|
+
height: 24px;
|
|
32178
|
+
width: 56px !important;
|
|
32179
|
+
margin-right: 4px;
|
|
32180
|
+
}
|
|
32181
|
+
|
|
32182
|
+
.c1riexje {
|
|
32183
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32184
|
+
}
|
|
32185
|
+
|
|
32174
32186
|
.iiqau4c.ant-input-group.ant-input-group-compact {
|
|
32175
32187
|
display: flex;
|
|
32176
32188
|
}
|
|
@@ -32306,16 +32318,6 @@ input.rrg1fkn.ant-input {
|
|
|
32306
32318
|
display: inline-block;
|
|
32307
32319
|
}
|
|
32308
32320
|
|
|
32309
|
-
.igz4le8 {
|
|
32310
|
-
height: 24px;
|
|
32311
|
-
width: 56px !important;
|
|
32312
|
-
margin-right: 4px;
|
|
32313
|
-
}
|
|
32314
|
-
|
|
32315
|
-
.c1riexje {
|
|
32316
|
-
color: rgba(44, 56, 82, 0.6);
|
|
32317
|
-
}
|
|
32318
|
-
|
|
32319
32321
|
.m1thnes4 {
|
|
32320
32322
|
color: rgba(44, 56, 82, 0.6);
|
|
32321
32323
|
text-align: center;
|
|
@@ -32533,6 +32535,10 @@ input.rrg1fkn.ant-input {
|
|
|
32533
32535
|
color: #1d326c;
|
|
32534
32536
|
background-color: rgba(225, 230, 241, 0.6);
|
|
32535
32537
|
}
|
|
32538
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-purple {
|
|
32539
|
+
color: #7E41FF;
|
|
32540
|
+
background-color: rgba(126, 65, 255, 0.1);
|
|
32541
|
+
}
|
|
32536
32542
|
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
|
|
32537
32543
|
color: #fff;
|
|
32538
32544
|
}
|
|
@@ -32551,6 +32557,18 @@ input.rrg1fkn.ant-input {
|
|
|
32551
32557
|
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
|
|
32552
32558
|
background-color: #6b7d99;
|
|
32553
32559
|
}
|
|
32560
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
|
|
32561
|
+
background-color: #7E41FF;
|
|
32562
|
+
}
|
|
32563
|
+
|
|
32564
|
+
.o8ocss1 {
|
|
32565
|
+
overflow: hidden;
|
|
32566
|
+
text-overflow: ellipsis;
|
|
32567
|
+
}
|
|
32568
|
+
|
|
32569
|
+
.n17syc35 {
|
|
32570
|
+
white-space: nowrap;
|
|
32571
|
+
}
|
|
32554
32572
|
|
|
32555
32573
|
.sq6vos1 {
|
|
32556
32574
|
--item-min-width: 60px;
|
|
@@ -32737,6 +32755,10 @@ input.rrg1fkn.ant-input {
|
|
|
32737
32755
|
justify-content: center;
|
|
32738
32756
|
}
|
|
32739
32757
|
|
|
32758
|
+
.c1k4vanq {
|
|
32759
|
+
padding: 0 12px 14px 12px;
|
|
32760
|
+
}
|
|
32761
|
+
|
|
32740
32762
|
.t1gz6wqf {
|
|
32741
32763
|
height: 100%;
|
|
32742
32764
|
}
|
|
@@ -32767,10 +32789,6 @@ input.rrg1fkn.ant-input {
|
|
|
32767
32789
|
background: rgba(163, 180, 204, 0.18);
|
|
32768
32790
|
}
|
|
32769
32791
|
|
|
32770
|
-
.c1k4vanq {
|
|
32771
|
-
padding: 0 12px 14px 12px;
|
|
32772
|
-
}
|
|
32773
|
-
|
|
32774
32792
|
.c1udgdh2 {
|
|
32775
32793
|
color: #2d3a56;
|
|
32776
32794
|
padding: 7px 12px;
|
|
@@ -32827,35 +32845,21 @@ input.rrg1fkn.ant-input {
|
|
|
32827
32845
|
margin-right: 6px;
|
|
32828
32846
|
}
|
|
32829
32847
|
|
|
32830
|
-
.
|
|
32831
|
-
|
|
32832
|
-
margin-bottom: 0 !important;
|
|
32833
|
-
flex-flow: nowrap !important;
|
|
32834
|
-
line-break: auto;
|
|
32835
|
-
}
|
|
32836
|
-
.f1p9ti6d > .ant-form-item-label {
|
|
32837
|
-
text-align: left !important;
|
|
32838
|
-
padding-bottom: 0 !important;
|
|
32839
|
-
}
|
|
32840
|
-
.f1p9ti6d > .ant-form-item-label > label {
|
|
32841
|
-
min-height: 32px;
|
|
32842
|
-
height: auto;
|
|
32843
|
-
font-size: 13px;
|
|
32844
|
-
color: rgba(44, 56, 82, 0.6);
|
|
32845
|
-
white-space: normal;
|
|
32848
|
+
.bab9xum {
|
|
32849
|
+
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);
|
|
32846
32850
|
}
|
|
32847
|
-
|
|
32848
|
-
|
|
32851
|
+
|
|
32852
|
+
.cav4gt6 {
|
|
32853
|
+
border-radius: 8px;
|
|
32854
|
+
background-color: white;
|
|
32849
32855
|
}
|
|
32850
|
-
.
|
|
32851
|
-
|
|
32852
|
-
font-size: 12px;
|
|
32853
|
-
min-height: 0px;
|
|
32856
|
+
.cav4gt6.hoverable {
|
|
32857
|
+
cursor: pointer;
|
|
32854
32858
|
}
|
|
32855
|
-
.
|
|
32856
|
-
|
|
32857
|
-
|
|
32858
|
-
|
|
32859
|
+
.cav4gt6.hoverable:hover {
|
|
32860
|
+
transition: all 200ms ease;
|
|
32861
|
+
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
32862
|
+
transform: translateY(-4px);
|
|
32859
32863
|
}
|
|
32860
32864
|
|
|
32861
32865
|
.tc40oxa {
|
|
@@ -33051,21 +33055,35 @@ input.rrg1fkn.ant-input {
|
|
|
33051
33055
|
margin-right: 8px;
|
|
33052
33056
|
}
|
|
33053
33057
|
|
|
33054
|
-
.
|
|
33055
|
-
|
|
33058
|
+
.f1p9ti6d {
|
|
33059
|
+
width: 100%;
|
|
33060
|
+
margin-bottom: 0 !important;
|
|
33061
|
+
flex-flow: nowrap !important;
|
|
33062
|
+
line-break: auto;
|
|
33056
33063
|
}
|
|
33057
|
-
|
|
33058
|
-
|
|
33059
|
-
|
|
33060
|
-
background-color: white;
|
|
33064
|
+
.f1p9ti6d > .ant-form-item-label {
|
|
33065
|
+
text-align: left !important;
|
|
33066
|
+
padding-bottom: 0 !important;
|
|
33061
33067
|
}
|
|
33062
|
-
.
|
|
33063
|
-
|
|
33068
|
+
.f1p9ti6d > .ant-form-item-label > label {
|
|
33069
|
+
min-height: 32px;
|
|
33070
|
+
height: auto;
|
|
33071
|
+
font-size: 13px;
|
|
33072
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33073
|
+
white-space: normal;
|
|
33064
33074
|
}
|
|
33065
|
-
.
|
|
33066
|
-
|
|
33067
|
-
|
|
33068
|
-
|
|
33075
|
+
.f1p9ti6d.ant-form-item-has-error .ant-input {
|
|
33076
|
+
border-color: #ff4d4f !important;
|
|
33077
|
+
}
|
|
33078
|
+
.f1p9ti6d .ant-form-item-explain {
|
|
33079
|
+
margin-top: 4px;
|
|
33080
|
+
font-size: 12px;
|
|
33081
|
+
min-height: 0px;
|
|
33082
|
+
}
|
|
33083
|
+
.f1p9ti6d .ant-form-item-extra {
|
|
33084
|
+
font-size: 12px;
|
|
33085
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33086
|
+
min-height: 0px;
|
|
33069
33087
|
}
|
|
33070
33088
|
|
|
33071
33089
|
.w1xcixj5.outside-tag {
|
|
@@ -33150,6 +33168,25 @@ input.rrg1fkn.ant-input {
|
|
|
33150
33168
|
font-size: inherit;
|
|
33151
33169
|
}
|
|
33152
33170
|
|
|
33171
|
+
.feau332.ant-form-item {
|
|
33172
|
+
margin-bottom: 0;
|
|
33173
|
+
}
|
|
33174
|
+
.feau332 .ant-form-item-explain {
|
|
33175
|
+
display: none;
|
|
33176
|
+
min-height: 18px;
|
|
33177
|
+
margin-top: 5px;
|
|
33178
|
+
font-family: "Inter";
|
|
33179
|
+
font-weight: 400;
|
|
33180
|
+
font-size: 12px;
|
|
33181
|
+
line-height: 18px;
|
|
33182
|
+
}
|
|
33183
|
+
.feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) {
|
|
33184
|
+
white-space: pre-wrap;
|
|
33185
|
+
}
|
|
33186
|
+
.feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) .ant-form-item-explain {
|
|
33187
|
+
display: block;
|
|
33188
|
+
}
|
|
33189
|
+
|
|
33153
33190
|
.a6dbbkm .ant-input-number-handler-wrap {
|
|
33154
33191
|
display: var(--a6dbbkm-0);
|
|
33155
33192
|
}
|
|
@@ -33179,23 +33216,4 @@ input.rrg1fkn.ant-input {
|
|
|
33179
33216
|
margin: 0;
|
|
33180
33217
|
height: auto;
|
|
33181
33218
|
font-size: inherit;
|
|
33182
|
-
}
|
|
33183
|
-
|
|
33184
|
-
.feau332.ant-form-item {
|
|
33185
|
-
margin-bottom: 0;
|
|
33186
|
-
}
|
|
33187
|
-
.feau332 .ant-form-item-explain {
|
|
33188
|
-
display: none;
|
|
33189
|
-
min-height: 18px;
|
|
33190
|
-
margin-top: 5px;
|
|
33191
|
-
font-family: "Inter";
|
|
33192
|
-
font-weight: 400;
|
|
33193
|
-
font-size: 12px;
|
|
33194
|
-
line-height: 18px;
|
|
33195
|
-
}
|
|
33196
|
-
.feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) {
|
|
33197
|
-
white-space: pre-wrap;
|
|
33198
|
-
}
|
|
33199
|
-
.feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) .ant-form-item-explain {
|
|
33200
|
-
display: block;
|
|
33201
33219
|
}
|