mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-11 11:32:52 +08:00
chore: fix size-limit (#50858)
This commit is contained in:
parent
b5defa9809
commit
b2b0d880fe
@ -98,7 +98,6 @@ const Divider: React.FC<DividerProps> = (props) => {
|
|||||||
className={classString}
|
className={classString}
|
||||||
style={{ ...divider?.style, ...style }}
|
style={{ ...divider?.style, ...style }}
|
||||||
{...restProps}
|
{...restProps}
|
||||||
// biome-ignore lint/a11y/useAriaPropsForRole: divider do not need aria-value
|
|
||||||
role="separator"
|
role="separator"
|
||||||
>
|
>
|
||||||
{children && type !== 'vertical' && (
|
{children && type !== 'vertical' && (
|
||||||
|
@ -353,7 +353,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"path": "./dist/antd-with-locales.min.js",
|
"path": "./dist/antd-with-locales.min.js",
|
||||||
"limit": "501 KiB",
|
"limit": "600 KiB",
|
||||||
"gzip": true
|
"gzip": true
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
Loading…
Reference in New Issue
Block a user