@cloudtower/eagle 0.26.9 → 0.26.11
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/Tag/__test__/h5_css.test.d.ts +1 -0
- package/dist/components/Tag/index.d.ts +3 -5
- package/dist/components/Token/__test__/h5_css.test.d.ts +1 -0
- package/dist/components/Token/index.d.ts +2 -2
- package/dist/components/Token/style.d.ts +1 -0
- package/dist/components.css +24 -5
- package/dist/esm/index.js +226 -165
- package/dist/esm/stats1.html +1 -1
- package/dist/index.d.ts +2 -2
- package/dist/spec/base.d.ts +11 -5
- package/dist/style.css +253 -234
- package/dist/umd/index.js +225 -163
- package/dist/umd/stats1.html +1 -1
- package/package.json +5 -5
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -1,6 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export declare const PresetColors:
|
|
3
|
-
declare const Tag: TagComponentType
|
|
4
|
-
SplitTag: SplitTagComponentType;
|
|
5
|
-
};
|
|
1
|
+
import { TagColor, TagComponentType } from "../../spec";
|
|
2
|
+
export declare const PresetColors: TagColor[];
|
|
3
|
+
declare const Tag: TagComponentType;
|
|
6
4
|
export default Tag;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { TokenComponentType } from "../../spec";
|
|
2
|
-
export declare const PresetColors:
|
|
1
|
+
import { TokenColor, TokenComponentType } from "../../spec";
|
|
2
|
+
export declare const PresetColors: TokenColor[];
|
|
3
3
|
declare const Token: TokenComponentType;
|
|
4
4
|
export default Token;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const IconStyle: import("@linaria/core").LinariaClassName;
|
package/dist/components.css
CHANGED
|
@@ -1292,6 +1292,9 @@ td .ant-btn-link {
|
|
|
1292
1292
|
.ant-tag:hover {
|
|
1293
1293
|
opacity: unset;
|
|
1294
1294
|
}
|
|
1295
|
+
.ant-tag.ant-tag-hidden {
|
|
1296
|
+
display: none;
|
|
1297
|
+
}
|
|
1295
1298
|
.ant-tag.ant-tag-red {
|
|
1296
1299
|
color: #f0483e;
|
|
1297
1300
|
background-color: rgba(255, 74, 74, 0.1);
|
|
@@ -1802,8 +1805,8 @@ html body {
|
|
|
1802
1805
|
display: inline-flex;
|
|
1803
1806
|
}
|
|
1804
1807
|
.buj61ew .icon-wrapper {
|
|
1805
|
-
display:
|
|
1806
|
-
vertical-align:
|
|
1808
|
+
display: flex;
|
|
1809
|
+
vertical-align: middle;
|
|
1807
1810
|
}
|
|
1808
1811
|
|
|
1809
1812
|
.nchllas {
|
|
@@ -1857,6 +1860,7 @@ html body {
|
|
|
1857
1860
|
.i1mrf09m {
|
|
1858
1861
|
display: inline-flex;
|
|
1859
1862
|
align-items: center;
|
|
1863
|
+
vertical-align: middle;
|
|
1860
1864
|
}
|
|
1861
1865
|
.i1mrf09m .icon-inner {
|
|
1862
1866
|
display: inline-flex;
|
|
@@ -2030,6 +2034,11 @@ html body {
|
|
|
2030
2034
|
.r1f0aqcc.ant-radio-button-wrapper > span + span {
|
|
2031
2035
|
white-space: nowrap;
|
|
2032
2036
|
}
|
|
2037
|
+
.ant-radio-group-small .r1f0aqcc.ant-radio-button-wrapper {
|
|
2038
|
+
height: 22px;
|
|
2039
|
+
padding: 0 7px;
|
|
2040
|
+
line-height: 20px;
|
|
2041
|
+
}
|
|
2033
2042
|
.r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
|
|
2034
2043
|
background: #ccd4e3;
|
|
2035
2044
|
}
|
|
@@ -2990,6 +2999,7 @@ input.rrg1fkn.ant-input {
|
|
|
2990
2999
|
color: rgba(44, 56, 82, 0.6);
|
|
2991
3000
|
}
|
|
2992
3001
|
.tta5kd2 .ant-table .ant-table-selection {
|
|
3002
|
+
position: unset;
|
|
2993
3003
|
text-align: center;
|
|
2994
3004
|
}
|
|
2995
3005
|
.tta5kd2 .ant-table .ant-table-tbody > tr.ant-table-row-selected td {
|
|
@@ -3907,12 +3917,14 @@ input.rrg1fkn.ant-input {
|
|
|
3907
3917
|
}
|
|
3908
3918
|
.shq1k1g.ant-select.ant-select-single {
|
|
3909
3919
|
width: 100%;
|
|
3910
|
-
height: 30px;
|
|
3911
3920
|
color: #2d3a56;
|
|
3912
3921
|
border-color: rgba(211, 218, 235, 0.6);
|
|
3913
3922
|
transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
3914
3923
|
font-size: 13px;
|
|
3915
3924
|
}
|
|
3925
|
+
.shq1k1g.ant-select.ant-select-single[data-size=middle] {
|
|
3926
|
+
height: 30px;
|
|
3927
|
+
}
|
|
3916
3928
|
.shq1k1g.ant-select.ant-select-single.ant-select-lg {
|
|
3917
3929
|
height: 38px;
|
|
3918
3930
|
font-size: 13px;
|
|
@@ -3991,6 +4003,7 @@ input.rrg1fkn.ant-input {
|
|
|
3991
4003
|
}
|
|
3992
4004
|
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
|
|
3993
4005
|
margin: 0;
|
|
4006
|
+
margin-right: 8px;
|
|
3994
4007
|
display: inline-flex;
|
|
3995
4008
|
align-items: center;
|
|
3996
4009
|
border: none;
|
|
@@ -4001,6 +4014,7 @@ input.rrg1fkn.ant-input {
|
|
|
4001
4014
|
color: inherit;
|
|
4002
4015
|
margin-left: 4px;
|
|
4003
4016
|
opacity: 0.6;
|
|
4017
|
+
display: inline-flex;
|
|
4004
4018
|
}
|
|
4005
4019
|
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon:hover {
|
|
4006
4020
|
opacity: 1;
|
|
@@ -4014,11 +4028,11 @@ input.rrg1fkn.ant-input {
|
|
|
4014
4028
|
background-color: rgba(255, 74, 74, 0.1);
|
|
4015
4029
|
}
|
|
4016
4030
|
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
|
|
4017
|
-
color: #
|
|
4031
|
+
color: #e07f00;
|
|
4018
4032
|
background-color: rgba(255, 187, 0, 0.1);
|
|
4019
4033
|
}
|
|
4020
4034
|
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
|
|
4021
|
-
color: #
|
|
4035
|
+
color: #008f4c;
|
|
4022
4036
|
background-color: rgba(30, 201, 127, 0.1);
|
|
4023
4037
|
}
|
|
4024
4038
|
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-gray {
|
|
@@ -4586,6 +4600,11 @@ input.rrg1fkn.ant-input {
|
|
|
4586
4600
|
height: 16px;
|
|
4587
4601
|
}
|
|
4588
4602
|
|
|
4603
|
+
.iwsze0q {
|
|
4604
|
+
margin-right: 4px;
|
|
4605
|
+
height: 16px;
|
|
4606
|
+
}
|
|
4607
|
+
|
|
4589
4608
|
.a6dbbkm .ant-input-number-handler-wrap {
|
|
4590
4609
|
display: var(--a6dbbkm-0);
|
|
4591
4610
|
}
|