refactor(ui): replace native HTML elements with Ant Design 5 components for consistent theming (#33231)

This commit is contained in:
Enzo Martellucci
2025-05-12 09:00:05 +02:00
committed by GitHub
parent 5267ec2028
commit 67aa991099
36 changed files with 381 additions and 266 deletions

View File

@@ -33,7 +33,8 @@
"memoize-one": "^5.2.1",
"react-table": "^7.8.0",
"regenerator-runtime": "^0.14.1",
"xss": "^1.0.15"
"xss": "^1.0.15",
"antd-v5": "npm:antd@^5.24.6"
},
"peerDependencies": {
"@ant-design/icons": "^5.2.6",