mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-02 12:09:14 +08:00
chore: update snapshot
This commit is contained in:
parent
f36b4deaaa
commit
cb788dc77c
@ -66,7 +66,7 @@ exports[`Input.Password should change type when click 1`] = `
|
||||
onClick={[Function]}
|
||||
onMouseDown={[Function]}
|
||||
>
|
||||
<ForwardRef(AntdIcon)
|
||||
<AntdIcon
|
||||
className="ant-input-password-icon"
|
||||
icon={
|
||||
Object {
|
||||
@ -158,7 +158,7 @@ exports[`Input.Password should change type when click 1`] = `
|
||||
</svg>
|
||||
</IconReact>
|
||||
</span>
|
||||
</ForwardRef(AntdIcon)>
|
||||
</AntdIcon>
|
||||
</EyeInvisibleOutlined>
|
||||
</span>
|
||||
</span>
|
||||
@ -233,7 +233,7 @@ exports[`Input.Password should change type when click 2`] = `
|
||||
onClick={[Function]}
|
||||
onMouseDown={[Function]}
|
||||
>
|
||||
<ForwardRef(AntdIcon)
|
||||
<AntdIcon
|
||||
className="ant-input-password-icon"
|
||||
icon={
|
||||
Object {
|
||||
@ -309,7 +309,7 @@ exports[`Input.Password should change type when click 2`] = `
|
||||
</svg>
|
||||
</IconReact>
|
||||
</span>
|
||||
</ForwardRef(AntdIcon)>
|
||||
</AntdIcon>
|
||||
</EyeOutlined>
|
||||
</span>
|
||||
</span>
|
||||
@ -384,7 +384,7 @@ exports[`Input.Password should change type when click 3`] = `
|
||||
onClick={[Function]}
|
||||
onMouseDown={[Function]}
|
||||
>
|
||||
<ForwardRef(AntdIcon)
|
||||
<AntdIcon
|
||||
className="ant-input-password-icon"
|
||||
icon={
|
||||
Object {
|
||||
@ -476,7 +476,7 @@ exports[`Input.Password should change type when click 3`] = `
|
||||
</svg>
|
||||
</IconReact>
|
||||
</span>
|
||||
</ForwardRef(AntdIcon)>
|
||||
</AntdIcon>
|
||||
</EyeInvisibleOutlined>
|
||||
</span>
|
||||
</span>
|
||||
|
@ -40,7 +40,7 @@ exports[`Input allowClear should change type when click 1`] = `
|
||||
onClick={[Function]}
|
||||
role="button"
|
||||
>
|
||||
<ForwardRef(AntdIcon)
|
||||
<AntdIcon
|
||||
className="ant-input-clear-icon"
|
||||
icon={
|
||||
Object {
|
||||
@ -115,7 +115,7 @@ exports[`Input allowClear should change type when click 1`] = `
|
||||
</svg>
|
||||
</IconReact>
|
||||
</span>
|
||||
</ForwardRef(AntdIcon)>
|
||||
</AntdIcon>
|
||||
</CloseCircleFilled>
|
||||
</span>
|
||||
</span>
|
||||
@ -512,7 +512,7 @@ exports[`Input.Search should support suffix 1`] = `
|
||||
key="searchIcon"
|
||||
onClick={[Function]}
|
||||
>
|
||||
<ForwardRef(AntdIcon)
|
||||
<AntdIcon
|
||||
className="ant-input-search-icon"
|
||||
icon={
|
||||
Object {
|
||||
@ -586,7 +586,7 @@ exports[`Input.Search should support suffix 1`] = `
|
||||
</svg>
|
||||
</IconReact>
|
||||
</span>
|
||||
</ForwardRef(AntdIcon)>
|
||||
</AntdIcon>
|
||||
</SearchOutlined>
|
||||
</span>
|
||||
</span>
|
||||
@ -643,7 +643,7 @@ exports[`TextArea allowClear should change type when click 1`] = `
|
||||
onClick={[Function]}
|
||||
role="button"
|
||||
>
|
||||
<ForwardRef(AntdIcon)
|
||||
<AntdIcon
|
||||
className="ant-input-textarea-clear-icon"
|
||||
icon={
|
||||
Object {
|
||||
@ -718,7 +718,7 @@ exports[`TextArea allowClear should change type when click 1`] = `
|
||||
</svg>
|
||||
</IconReact>
|
||||
</span>
|
||||
</ForwardRef(AntdIcon)>
|
||||
</AntdIcon>
|
||||
</CloseCircleFilled>
|
||||
</span>
|
||||
</ClearableLabeledInput>
|
||||
|
@ -714,7 +714,7 @@ exports[`Transfer should support render value and label in item 1`] = `
|
||||
type="button"
|
||||
>
|
||||
<RightOutlined>
|
||||
<ForwardRef(AntdIcon)
|
||||
<AntdIcon
|
||||
icon={
|
||||
Object {
|
||||
"icon": Object {
|
||||
@ -784,7 +784,7 @@ exports[`Transfer should support render value and label in item 1`] = `
|
||||
</svg>
|
||||
</IconReact>
|
||||
</span>
|
||||
</ForwardRef(AntdIcon)>
|
||||
</AntdIcon>
|
||||
</RightOutlined>
|
||||
</button>
|
||||
</Wave>
|
||||
@ -808,7 +808,7 @@ exports[`Transfer should support render value and label in item 1`] = `
|
||||
type="button"
|
||||
>
|
||||
<LeftOutlined>
|
||||
<ForwardRef(AntdIcon)
|
||||
<AntdIcon
|
||||
icon={
|
||||
Object {
|
||||
"icon": Object {
|
||||
@ -878,7 +878,7 @@ exports[`Transfer should support render value and label in item 1`] = `
|
||||
</svg>
|
||||
</IconReact>
|
||||
</span>
|
||||
</ForwardRef(AntdIcon)>
|
||||
</AntdIcon>
|
||||
</LeftOutlined>
|
||||
</button>
|
||||
</Wave>
|
||||
|
@ -45,7 +45,7 @@ exports[`Transfer.Search should show cross icon when input value exists 1`] = `
|
||||
className="undefined-action"
|
||||
>
|
||||
<SearchOutlined>
|
||||
<ForwardRef(AntdIcon)
|
||||
<AntdIcon
|
||||
icon={
|
||||
Object {
|
||||
"icon": Object {
|
||||
@ -115,7 +115,7 @@ exports[`Transfer.Search should show cross icon when input value exists 1`] = `
|
||||
</svg>
|
||||
</IconReact>
|
||||
</span>
|
||||
</ForwardRef(AntdIcon)>
|
||||
</AntdIcon>
|
||||
</SearchOutlined>
|
||||
</span>
|
||||
</div>
|
||||
@ -169,7 +169,7 @@ exports[`Transfer.Search should show cross icon when input value exists 2`] = `
|
||||
onClick={[Function]}
|
||||
>
|
||||
<CloseCircleFilled>
|
||||
<ForwardRef(AntdIcon)
|
||||
<AntdIcon
|
||||
icon={
|
||||
Object {
|
||||
"icon": Object {
|
||||
@ -239,7 +239,7 @@ exports[`Transfer.Search should show cross icon when input value exists 2`] = `
|
||||
</svg>
|
||||
</IconReact>
|
||||
</span>
|
||||
</ForwardRef(AntdIcon)>
|
||||
</AntdIcon>
|
||||
</CloseCircleFilled>
|
||||
</a>
|
||||
</div>
|
||||
|
@ -190,9 +190,5 @@ a {
|
||||
background-color: #fff;
|
||||
box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08),
|
||||
0 9px 28px 8px rgba(0, 0, 0, 0.05);
|
||||
&-default {
|
||||
}
|
||||
&-dark {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -31,10 +31,10 @@
|
||||
border-bottom: 1px solid #303030;
|
||||
color: rgba(255, 255, 255, 0.65);
|
||||
}
|
||||
.algolia-docsearch-suggestion--subcategory-column:before {
|
||||
.algolia-docsearch-suggestion--subcategory-column::before {
|
||||
background: #303030;
|
||||
}
|
||||
.algolia-docsearch-suggestion--content:before {
|
||||
.algolia-docsearch-suggestion--content::before {
|
||||
background: #303030;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user