Skip to content

Commit

Permalink
feat(popconfirm): make title bold and add description prop(run all te…
Browse files Browse the repository at this point in the history
…st.ts.snaps and update popconfirm)
  • Loading branch information
xhh0223 committed Dec 7, 2022
1 parent b223ea0 commit d1cf4fd
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 241 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20992,9 +20992,6 @@ exports[`ConfigProvider components Popconfirm configProvider 1`] = `
class="config-popconfirm-message-title"
/>
</div>
<div
class="config-popconfirm-description"
/>
<div
class="config-popconfirm-buttons"
>
Expand Down Expand Up @@ -21082,9 +21079,6 @@ exports[`ConfigProvider components Popconfirm configProvider componentDisabled 1
class="config-popconfirm-message-title"
/>
</div>
<div
class="config-popconfirm-description"
/>
<div
class="config-popconfirm-buttons"
>
Expand Down Expand Up @@ -21174,9 +21168,6 @@ exports[`ConfigProvider components Popconfirm configProvider componentSize large
class="config-popconfirm-message-title"
/>
</div>
<div
class="config-popconfirm-description"
/>
<div
class="config-popconfirm-buttons"
>
Expand Down Expand Up @@ -21264,9 +21255,6 @@ exports[`ConfigProvider components Popconfirm configProvider componentSize middl
class="config-popconfirm-message-title"
/>
</div>
<div
class="config-popconfirm-description"
/>
<div
class="config-popconfirm-buttons"
>
Expand Down Expand Up @@ -21354,9 +21342,6 @@ exports[`ConfigProvider components Popconfirm configProvider virtual and dropdow
class="ant-popconfirm-message-title"
/>
</div>
<div
class="ant-popconfirm-description"
/>
<div
class="ant-popconfirm-buttons"
>
Expand Down Expand Up @@ -21444,9 +21429,6 @@ exports[`ConfigProvider components Popconfirm normal 1`] = `
class="ant-popconfirm-message-title"
/>
</div>
<div
class="ant-popconfirm-description"
/>
<div
class="ant-popconfirm-buttons"
>
Expand Down Expand Up @@ -21534,9 +21516,6 @@ exports[`ConfigProvider components Popconfirm prefixCls 1`] = `
class="prefix-Popconfirm-message-title"
/>
</div>
<div
class="prefix-Popconfirm-description"
/>
<div
class="prefix-Popconfirm-buttons"
>
Expand Down

0 comments on commit d1cf4fd

Please sign in to comment.