update snap

This commit is contained in:
thinkasany 2025-06-03 15:20:01 +08:00
parent ff3326fcd1
commit 7fca91ea22
2 changed files with 0 additions and 102 deletions

View File

@ -16942,58 +16942,6 @@ Array [
exports[`renders components/space/demo/size.tsx extend context correctly 2`] = `[]`;
exports[`renders components/space/demo/split.tsx extend context correctly 1`] = `
<div
class="ant-space ant-space-horizontal ant-space-align-center ant-space-gap-row-small ant-space-gap-col-small css-var-test-id"
>
<div
class="ant-space-item"
>
<a
class="ant-typography css-var-test-id"
>
Link
</a>
</div>
<span
class="ant-space-item-split"
>
<div
class="ant-divider css-var-test-id ant-divider-vertical ant-divider-rail"
role="separator"
/>
</span>
<div
class="ant-space-item"
>
<a
class="ant-typography css-var-test-id"
>
Link
</a>
</div>
<span
class="ant-space-item-split"
>
<div
class="ant-divider css-var-test-id ant-divider-vertical ant-divider-rail"
role="separator"
/>
</span>
<div
class="ant-space-item"
>
<a
class="ant-typography css-var-test-id"
>
Link
</a>
</div>
</div>
`;
exports[`renders components/space/demo/split.tsx extend context correctly 2`] = `[]`;
exports[`renders components/space/demo/vertical.tsx extend context correctly 1`] = `
<div
class="ant-space ant-space-vertical ant-space-gap-row-middle ant-space-gap-col-middle css-var-test-id"

View File

@ -4745,56 +4745,6 @@ Array [
]
`;
exports[`renders components/space/demo/split.tsx correctly 1`] = `
<div
class="ant-space ant-space-horizontal ant-space-align-center ant-space-gap-row-small ant-space-gap-col-small css-var-test-id"
>
<div
class="ant-space-item"
>
<a
class="ant-typography css-var-test-id"
>
Link
</a>
</div>
<span
class="ant-space-item-split"
>
<div
class="ant-divider css-var-test-id ant-divider-vertical ant-divider-rail"
role="separator"
/>
</span>
<div
class="ant-space-item"
>
<a
class="ant-typography css-var-test-id"
>
Link
</a>
</div>
<span
class="ant-space-item-split"
>
<div
class="ant-divider css-var-test-id ant-divider-vertical ant-divider-rail"
role="separator"
/>
</span>
<div
class="ant-space-item"
>
<a
class="ant-typography css-var-test-id"
>
Link
</a>
</div>
</div>
`;
exports[`renders components/space/demo/vertical.tsx correctly 1`] = `
<div
class="ant-space ant-space-vertical ant-space-gap-row-middle ant-space-gap-col-middle css-var-test-id"