mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-07 09:26:06 +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}
|
||||
style={{ ...divider?.style, ...style }}
|
||||
{...restProps}
|
||||
// biome-ignore lint/a11y/useAriaPropsForRole: divider do not need aria-value
|
||||
role="separator"
|
||||
>
|
||||
{children && type !== 'vertical' && (
|
||||
|
@ -353,7 +353,7 @@
|
||||
},
|
||||
{
|
||||
"path": "./dist/antd-with-locales.min.js",
|
||||
"limit": "501 KiB",
|
||||
"limit": "600 KiB",
|
||||
"gzip": true
|
||||
}
|
||||
],
|
||||
|
Loading…
Reference in New Issue
Block a user