Skip to content

Commit

Permalink
feat: update to @ant-design/[email protected] (ant-design#20451)
Browse files Browse the repository at this point in the history
  • Loading branch information
vagusX authored and zombieJ committed Dec 25, 2019
1 parent 9120ff8 commit a0beb0f
Show file tree
Hide file tree
Showing 12 changed files with 97 additions and 97 deletions.
6 changes: 3 additions & 3 deletions components/collapse/__tests__/__snapshots__/demo.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ exports[`renders ./components/collapse/demo/custom.md correctly 1`] = `
focusable="false"
height="1em"
style="-ms-transform:rotate(90deg);transform:rotate(90deg)"
viewBox="64 64 896 896"
viewBox="0 0 1024 1024"
width="1em"
>
<path
Expand Down Expand Up @@ -415,7 +415,7 @@ exports[`renders ./components/collapse/demo/custom.md correctly 1`] = `
fill="currentColor"
focusable="false"
height="1em"
viewBox="64 64 896 896"
viewBox="0 0 1024 1024"
width="1em"
>
<path
Expand Down Expand Up @@ -448,7 +448,7 @@ exports[`renders ./components/collapse/demo/custom.md correctly 1`] = `
fill="currentColor"
focusable="false"
height="1em"
viewBox="64 64 896 896"
viewBox="0 0 1024 1024"
width="1em"
>
<path
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11304,7 +11304,7 @@ exports[`ConfigProvider components Table configProvider 1`] = `
fill="currentColor"
focusable="false"
height="1em"
viewBox="64 64 896 896"
viewBox="0 0 1024 1024"
width="1em"
>
<path
Expand All @@ -11324,7 +11324,7 @@ exports[`ConfigProvider components Table configProvider 1`] = `
fill="currentColor"
focusable="false"
height="1em"
viewBox="64 64 896 896"
viewBox="0 0 1024 1024"
width="1em"
>
<path
Expand Down Expand Up @@ -11640,7 +11640,7 @@ exports[`ConfigProvider components Table normal 1`] = `
fill="currentColor"
focusable="false"
height="1em"
viewBox="64 64 896 896"
viewBox="0 0 1024 1024"
width="1em"
>
<path
Expand All @@ -11660,7 +11660,7 @@ exports[`ConfigProvider components Table normal 1`] = `
fill="currentColor"
focusable="false"
height="1em"
viewBox="64 64 896 896"
viewBox="0 0 1024 1024"
width="1em"
>
<path
Expand Down Expand Up @@ -11976,7 +11976,7 @@ exports[`ConfigProvider components Table prefixCls 1`] = `
fill="currentColor"
focusable="false"
height="1em"
viewBox="64 64 896 896"
viewBox="0 0 1024 1024"
width="1em"
>
<path
Expand All @@ -11996,7 +11996,7 @@ exports[`ConfigProvider components Table prefixCls 1`] = `
fill="currentColor"
focusable="false"
height="1em"
viewBox="64 64 896 896"
viewBox="0 0 1024 1024"
width="1em"
>
<path
Expand Down
12 changes: 6 additions & 6 deletions components/input/__tests__/__snapshots__/Password.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down Expand Up @@ -158,7 +158,7 @@ exports[`Input.Password should change type when click 1`] = `
</svg>
</IconReact>
</span>
</ForwardRef(AntdIcon)>
</AntdIcon>
</EyeInvisibleOutlined>
</span>
</span>
Expand Down Expand Up @@ -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 {
Expand Down Expand Up @@ -309,7 +309,7 @@ exports[`Input.Password should change type when click 2`] = `
</svg>
</IconReact>
</span>
</ForwardRef(AntdIcon)>
</AntdIcon>
</EyeOutlined>
</span>
</span>
Expand Down Expand Up @@ -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 {
Expand Down Expand Up @@ -476,7 +476,7 @@ exports[`Input.Password should change type when click 3`] = `
</svg>
</IconReact>
</span>
</ForwardRef(AntdIcon)>
</AntdIcon>
</EyeInvisibleOutlined>
</span>
</span>
Expand Down
12 changes: 6 additions & 6 deletions components/input/__tests__/__snapshots__/index.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down Expand Up @@ -115,7 +115,7 @@ exports[`Input allowClear should change type when click 1`] = `
</svg>
</IconReact>
</span>
</ForwardRef(AntdIcon)>
</AntdIcon>
</CloseCircleFilled>
</span>
</span>
Expand Down Expand Up @@ -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 {
Expand Down Expand Up @@ -586,7 +586,7 @@ exports[`Input.Search should support suffix 1`] = `
</svg>
</IconReact>
</span>
</ForwardRef(AntdIcon)>
</AntdIcon>
</SearchOutlined>
</span>
</span>
Expand Down Expand Up @@ -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 {
Expand Down Expand Up @@ -718,7 +718,7 @@ exports[`TextArea allowClear should change type when click 1`] = `
</svg>
</IconReact>
</span>
</ForwardRef(AntdIcon)>
</AntdIcon>
</CloseCircleFilled>
</span>
</ClearableLabeledInput>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ exports[`Table.sorter renders sorter icon correctly 1`] = `
fill="currentColor"
focusable="false"
height="1em"
viewBox="64 64 896 896"
viewBox="0 0 1024 1024"
width="1em"
>
<path
Expand All @@ -50,7 +50,7 @@ exports[`Table.sorter renders sorter icon correctly 1`] = `
fill="currentColor"
focusable="false"
height="1em"
viewBox="64 64 896 896"
viewBox="0 0 1024 1024"
width="1em"
>
<path
Expand Down Expand Up @@ -120,7 +120,7 @@ exports[`Table.sorter should support defaultOrder in Column 1`] = `
fill="currentColor"
focusable="false"
height="1em"
viewBox="64 64 896 896"
viewBox="0 0 1024 1024"
width="1em"
>
<path
Expand All @@ -140,7 +140,7 @@ exports[`Table.sorter should support defaultOrder in Column 1`] = `
fill="currentColor"
focusable="false"
height="1em"
viewBox="64 64 896 896"
viewBox="0 0 1024 1024"
width="1em"
>
<path
Expand Down
Loading

0 comments on commit a0beb0f

Please sign in to comment.