mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-13 04:53:11 +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]}
|
onClick={[Function]}
|
||||||
onMouseDown={[Function]}
|
onMouseDown={[Function]}
|
||||||
>
|
>
|
||||||
<ForwardRef(AntdIcon)
|
<AntdIcon
|
||||||
className="ant-input-password-icon"
|
className="ant-input-password-icon"
|
||||||
icon={
|
icon={
|
||||||
Object {
|
Object {
|
||||||
@ -158,7 +158,7 @@ exports[`Input.Password should change type when click 1`] = `
|
|||||||
</svg>
|
</svg>
|
||||||
</IconReact>
|
</IconReact>
|
||||||
</span>
|
</span>
|
||||||
</ForwardRef(AntdIcon)>
|
</AntdIcon>
|
||||||
</EyeInvisibleOutlined>
|
</EyeInvisibleOutlined>
|
||||||
</span>
|
</span>
|
||||||
</span>
|
</span>
|
||||||
@ -233,7 +233,7 @@ exports[`Input.Password should change type when click 2`] = `
|
|||||||
onClick={[Function]}
|
onClick={[Function]}
|
||||||
onMouseDown={[Function]}
|
onMouseDown={[Function]}
|
||||||
>
|
>
|
||||||
<ForwardRef(AntdIcon)
|
<AntdIcon
|
||||||
className="ant-input-password-icon"
|
className="ant-input-password-icon"
|
||||||
icon={
|
icon={
|
||||||
Object {
|
Object {
|
||||||
@ -309,7 +309,7 @@ exports[`Input.Password should change type when click 2`] = `
|
|||||||
</svg>
|
</svg>
|
||||||
</IconReact>
|
</IconReact>
|
||||||
</span>
|
</span>
|
||||||
</ForwardRef(AntdIcon)>
|
</AntdIcon>
|
||||||
</EyeOutlined>
|
</EyeOutlined>
|
||||||
</span>
|
</span>
|
||||||
</span>
|
</span>
|
||||||
@ -384,7 +384,7 @@ exports[`Input.Password should change type when click 3`] = `
|
|||||||
onClick={[Function]}
|
onClick={[Function]}
|
||||||
onMouseDown={[Function]}
|
onMouseDown={[Function]}
|
||||||
>
|
>
|
||||||
<ForwardRef(AntdIcon)
|
<AntdIcon
|
||||||
className="ant-input-password-icon"
|
className="ant-input-password-icon"
|
||||||
icon={
|
icon={
|
||||||
Object {
|
Object {
|
||||||
@ -476,7 +476,7 @@ exports[`Input.Password should change type when click 3`] = `
|
|||||||
</svg>
|
</svg>
|
||||||
</IconReact>
|
</IconReact>
|
||||||
</span>
|
</span>
|
||||||
</ForwardRef(AntdIcon)>
|
</AntdIcon>
|
||||||
</EyeInvisibleOutlined>
|
</EyeInvisibleOutlined>
|
||||||
</span>
|
</span>
|
||||||
</span>
|
</span>
|
||||||
|
@ -40,7 +40,7 @@ exports[`Input allowClear should change type when click 1`] = `
|
|||||||
onClick={[Function]}
|
onClick={[Function]}
|
||||||
role="button"
|
role="button"
|
||||||
>
|
>
|
||||||
<ForwardRef(AntdIcon)
|
<AntdIcon
|
||||||
className="ant-input-clear-icon"
|
className="ant-input-clear-icon"
|
||||||
icon={
|
icon={
|
||||||
Object {
|
Object {
|
||||||
@ -115,7 +115,7 @@ exports[`Input allowClear should change type when click 1`] = `
|
|||||||
</svg>
|
</svg>
|
||||||
</IconReact>
|
</IconReact>
|
||||||
</span>
|
</span>
|
||||||
</ForwardRef(AntdIcon)>
|
</AntdIcon>
|
||||||
</CloseCircleFilled>
|
</CloseCircleFilled>
|
||||||
</span>
|
</span>
|
||||||
</span>
|
</span>
|
||||||
@ -512,7 +512,7 @@ exports[`Input.Search should support suffix 1`] = `
|
|||||||
key="searchIcon"
|
key="searchIcon"
|
||||||
onClick={[Function]}
|
onClick={[Function]}
|
||||||
>
|
>
|
||||||
<ForwardRef(AntdIcon)
|
<AntdIcon
|
||||||
className="ant-input-search-icon"
|
className="ant-input-search-icon"
|
||||||
icon={
|
icon={
|
||||||
Object {
|
Object {
|
||||||
@ -586,7 +586,7 @@ exports[`Input.Search should support suffix 1`] = `
|
|||||||
</svg>
|
</svg>
|
||||||
</IconReact>
|
</IconReact>
|
||||||
</span>
|
</span>
|
||||||
</ForwardRef(AntdIcon)>
|
</AntdIcon>
|
||||||
</SearchOutlined>
|
</SearchOutlined>
|
||||||
</span>
|
</span>
|
||||||
</span>
|
</span>
|
||||||
@ -643,7 +643,7 @@ exports[`TextArea allowClear should change type when click 1`] = `
|
|||||||
onClick={[Function]}
|
onClick={[Function]}
|
||||||
role="button"
|
role="button"
|
||||||
>
|
>
|
||||||
<ForwardRef(AntdIcon)
|
<AntdIcon
|
||||||
className="ant-input-textarea-clear-icon"
|
className="ant-input-textarea-clear-icon"
|
||||||
icon={
|
icon={
|
||||||
Object {
|
Object {
|
||||||
@ -718,7 +718,7 @@ exports[`TextArea allowClear should change type when click 1`] = `
|
|||||||
</svg>
|
</svg>
|
||||||
</IconReact>
|
</IconReact>
|
||||||
</span>
|
</span>
|
||||||
</ForwardRef(AntdIcon)>
|
</AntdIcon>
|
||||||
</CloseCircleFilled>
|
</CloseCircleFilled>
|
||||||
</span>
|
</span>
|
||||||
</ClearableLabeledInput>
|
</ClearableLabeledInput>
|
||||||
|
@ -714,7 +714,7 @@ exports[`Transfer should support render value and label in item 1`] = `
|
|||||||
type="button"
|
type="button"
|
||||||
>
|
>
|
||||||
<RightOutlined>
|
<RightOutlined>
|
||||||
<ForwardRef(AntdIcon)
|
<AntdIcon
|
||||||
icon={
|
icon={
|
||||||
Object {
|
Object {
|
||||||
"icon": Object {
|
"icon": Object {
|
||||||
@ -784,7 +784,7 @@ exports[`Transfer should support render value and label in item 1`] = `
|
|||||||
</svg>
|
</svg>
|
||||||
</IconReact>
|
</IconReact>
|
||||||
</span>
|
</span>
|
||||||
</ForwardRef(AntdIcon)>
|
</AntdIcon>
|
||||||
</RightOutlined>
|
</RightOutlined>
|
||||||
</button>
|
</button>
|
||||||
</Wave>
|
</Wave>
|
||||||
@ -808,7 +808,7 @@ exports[`Transfer should support render value and label in item 1`] = `
|
|||||||
type="button"
|
type="button"
|
||||||
>
|
>
|
||||||
<LeftOutlined>
|
<LeftOutlined>
|
||||||
<ForwardRef(AntdIcon)
|
<AntdIcon
|
||||||
icon={
|
icon={
|
||||||
Object {
|
Object {
|
||||||
"icon": Object {
|
"icon": Object {
|
||||||
@ -878,7 +878,7 @@ exports[`Transfer should support render value and label in item 1`] = `
|
|||||||
</svg>
|
</svg>
|
||||||
</IconReact>
|
</IconReact>
|
||||||
</span>
|
</span>
|
||||||
</ForwardRef(AntdIcon)>
|
</AntdIcon>
|
||||||
</LeftOutlined>
|
</LeftOutlined>
|
||||||
</button>
|
</button>
|
||||||
</Wave>
|
</Wave>
|
||||||
|
@ -45,7 +45,7 @@ exports[`Transfer.Search should show cross icon when input value exists 1`] = `
|
|||||||
className="undefined-action"
|
className="undefined-action"
|
||||||
>
|
>
|
||||||
<SearchOutlined>
|
<SearchOutlined>
|
||||||
<ForwardRef(AntdIcon)
|
<AntdIcon
|
||||||
icon={
|
icon={
|
||||||
Object {
|
Object {
|
||||||
"icon": Object {
|
"icon": Object {
|
||||||
@ -115,7 +115,7 @@ exports[`Transfer.Search should show cross icon when input value exists 1`] = `
|
|||||||
</svg>
|
</svg>
|
||||||
</IconReact>
|
</IconReact>
|
||||||
</span>
|
</span>
|
||||||
</ForwardRef(AntdIcon)>
|
</AntdIcon>
|
||||||
</SearchOutlined>
|
</SearchOutlined>
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
@ -169,7 +169,7 @@ exports[`Transfer.Search should show cross icon when input value exists 2`] = `
|
|||||||
onClick={[Function]}
|
onClick={[Function]}
|
||||||
>
|
>
|
||||||
<CloseCircleFilled>
|
<CloseCircleFilled>
|
||||||
<ForwardRef(AntdIcon)
|
<AntdIcon
|
||||||
icon={
|
icon={
|
||||||
Object {
|
Object {
|
||||||
"icon": Object {
|
"icon": Object {
|
||||||
@ -239,7 +239,7 @@ exports[`Transfer.Search should show cross icon when input value exists 2`] = `
|
|||||||
</svg>
|
</svg>
|
||||||
</IconReact>
|
</IconReact>
|
||||||
</span>
|
</span>
|
||||||
</ForwardRef(AntdIcon)>
|
</AntdIcon>
|
||||||
</CloseCircleFilled>
|
</CloseCircleFilled>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -190,9 +190,5 @@ a {
|
|||||||
background-color: #fff;
|
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),
|
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);
|
0 9px 28px 8px rgba(0, 0, 0, 0.05);
|
||||||
&-default {
|
|
||||||
}
|
|
||||||
&-dark {
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -31,10 +31,10 @@
|
|||||||
border-bottom: 1px solid #303030;
|
border-bottom: 1px solid #303030;
|
||||||
color: rgba(255, 255, 255, 0.65);
|
color: rgba(255, 255, 255, 0.65);
|
||||||
}
|
}
|
||||||
.algolia-docsearch-suggestion--subcategory-column:before {
|
.algolia-docsearch-suggestion--subcategory-column::before {
|
||||||
background: #303030;
|
background: #303030;
|
||||||
}
|
}
|
||||||
.algolia-docsearch-suggestion--content:before {
|
.algolia-docsearch-suggestion--content::before {
|
||||||
background: #303030;
|
background: #303030;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user