Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(popconfirm): make title bold and add description prop #39250

Merged
merged 8 commits into from Dec 8, 2022
Expand Up @@ -20992,6 +20992,9 @@ 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 @@ -21079,6 +21082,9 @@ 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 @@ -21168,6 +21174,9 @@ 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 @@ -21255,6 +21264,9 @@ 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 @@ -21342,6 +21354,9 @@ 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 @@ -21429,6 +21444,9 @@ 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 @@ -21516,6 +21534,9 @@ exports[`ConfigProvider components Popconfirm prefixCls 1`] = `
class="prefix-Popconfirm-message-title"
/>
</div>
<div
class="prefix-Popconfirm-description"
/>
<div
class="prefix-Popconfirm-buttons"
>
Expand Down