feat: Badge size prop (sm/md) and use Badge in ExperienceCard

This commit is contained in:
Ilia Mashkov
2026-05-18 13:02:07 +03:00
parent 48a08ec3fb
commit 37098be3c8
6 changed files with 39 additions and 14 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
export type { BadgeVariant } from './Badge';
export type { BadgeSize, BadgeVariant } from './Badge';
export { Badge } from './Badge';
export type { ButtonSize, ButtonVariant } from './Button';
export { Button } from './Button';