refactor(avatar): migrate to Base UI primitives with Record size variants (#33268)

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
This commit is contained in:
yyh
2026-03-11 14:26:04 +08:00
committed by GitHub
parent a6e8e43883
commit 5d0c3d58ac
23 changed files with 185 additions and 375 deletions

View File

@@ -151,7 +151,7 @@ export default antfu(
},
{
name: 'dify/base-ui-primitives',
files: ['app/components/base/ui/**/*.tsx'],
files: ['app/components/base/ui/**/*.tsx', 'app/components/base/avatar/**/*.tsx'],
rules: {
'react-refresh/only-export-components': 'off',
},