feat: add aria label, fix test, transition constant for better testing

This commit is contained in:
2026-02-09 09:37:13 +05:00
parent ede31942d0
commit 2bbe59107c
12 changed files with 232 additions and 32 deletions
+3 -3
View File
@@ -22,9 +22,9 @@
<CropInline />
<div class="crop-controls">
<Button label="Загрузить" icon={Upload} type="secondary" />
<Button label="Редактировать" icon={Reset} type="outline" />
<Button label="Сбросить" icon={Pencil} type="outline" />
<Button label="Загрузить" ariaLabel="Upload" icon={Upload} type="secondary" />
<Button label="Редактировать" ariaLabel="Edit" icon={Reset} type="outline" />
<Button label="Сбросить" ariaLabel="Reset" icon={Pencil} type="outline" />
</div>
<SettingsGrid>