Skip to content

Commit

Permalink
update snapshot (ant-design#16059)
Browse files Browse the repository at this point in the history
<!--
First of all, thank you for your contribution! 😄

New feature please send pull request to feature branch, and rest to master branch.
Pull request will be merged after one of collaborators approve.
Please makes sure that these form are filled before submitting your pull request, thank you!

[[中文版模板 / Chinese template](https://github.com/ant-design/ant-design/blob/master/.github/PULL_REQUEST_TEMPLATE/pr_cn.md)]
-->
### 🤔 This is a ...

- [ ] New feature
- [ ] Bug fix
- [ ] Site / document update
- [ ] Component style update
- [ ] TypeScript definition update
- [ ] Refactoring
- [ ] Code style optimization
- [ ] Branch merge
- [x] Other (about what?)
  • Loading branch information
ikobe authored Apr 13, 2019
1 parent eba49be commit 32bc699
Show file tree
Hide file tree
Showing 7 changed files with 114 additions and 134 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12576,7 +12576,7 @@ exports[`ConfigProvider components Tags prefixCls 1`] = `
exports[`ConfigProvider components TimePicker configProvider 1`] = `
Array [
<span
class="config-time-picker "
class="config-time-picker"
>
<input
class="config-time-picker-input"
Expand Down Expand Up @@ -12614,7 +12614,7 @@ Array [
</span>,
<div>
<div
class="config-time-picker-panel config-time-picker-panel-column-3 config-time-picker-panel-placement-bottomLeft "
class="config-time-picker-panel config-time-picker-panel-column-3 config-time-picker-panel-placement-bottomLeft "
>
<div
class="config-time-picker-panel-inner"
Expand All @@ -12623,7 +12623,7 @@ Array [
class="config-time-picker-panel-input-wrap"
>
<input
class="config-time-picker-panel-input "
class="config-time-picker-panel-input"
placeholder="Select time"
value=""
/>
Expand Down Expand Up @@ -13523,7 +13523,7 @@ Array [
exports[`ConfigProvider components TimePicker normal 1`] = `
Array [
<span
class="ant-time-picker "
class="ant-time-picker"
>
<input
class="ant-time-picker-input"
Expand Down Expand Up @@ -13561,7 +13561,7 @@ Array [
</span>,
<div>
<div
class="ant-time-picker-panel ant-time-picker-panel-column-3 ant-time-picker-panel-placement-bottomLeft "
class="ant-time-picker-panel ant-time-picker-panel-column-3 ant-time-picker-panel-placement-bottomLeft "
>
<div
class="ant-time-picker-panel-inner"
Expand All @@ -13570,7 +13570,7 @@ Array [
class="ant-time-picker-panel-input-wrap"
>
<input
class="ant-time-picker-panel-input "
class="ant-time-picker-panel-input"
placeholder="Select time"
value=""
/>
Expand Down Expand Up @@ -14470,7 +14470,7 @@ Array [
exports[`ConfigProvider components TimePicker prefixCls 1`] = `
Array [
<span
class="prefix-TimePicker "
class="prefix-TimePicker"
>
<input
class="prefix-TimePicker-input"
Expand Down Expand Up @@ -14508,7 +14508,7 @@ Array [
</span>,
<div>
<div
class="prefix-TimePicker-panel prefix-TimePicker-panel-column-3 prefix-TimePicker-panel-placement-bottomLeft "
class="prefix-TimePicker-panel prefix-TimePicker-panel-column-3 prefix-TimePicker-panel-placement-bottomLeft "
>
<div
class="prefix-TimePicker-panel-inner"
Expand All @@ -14517,7 +14517,7 @@ Array [
class="prefix-TimePicker-panel-input-wrap"
>
<input
class="prefix-TimePicker-panel-input "
class="prefix-TimePicker-panel-input"
placeholder="Select time"
value=""
/>
Expand Down
4 changes: 2 additions & 2 deletions components/form/__tests__/__snapshots__/demo.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -2836,7 +2836,7 @@ exports[`renders ./components/form/demo/time-related-controls.md correctly 1`] =
class="ant-form-item-children"
>
<span
class="ant-time-picker "
class="ant-time-picker"
>
<input
class="ant-time-picker-input"
Expand Down Expand Up @@ -4545,7 +4545,7 @@ exports[`renders ./components/form/demo/validate-static.md correctly 1`] = `
class="ant-form-item-children"
>
<span
class="ant-time-picker "
class="ant-time-picker"
style="width:100%"
>
<input
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ exports[`renders ./components/locale-provider/demo/all.md correctly 1`] = `
</div>
</span>
<span
class="ant-time-picker "
class="ant-time-picker"
>
<input
class="ant-time-picker-input"
Expand Down
Loading

0 comments on commit 32bc699

Please sign in to comment.