UI - МЕЖПРОЕКТНАЯ КОММУНИКАЦИЯ: glass-сайдбар, popup рабочей области и полировка layout

This commit is contained in:
DCCONSTRUCTIONS
2026-04-19 17:23:12 +03:00
parent 4ba06307ed
commit b46390ccdd
27 changed files with 589 additions and 133 deletions
@@ -27,6 +27,7 @@ const IconButton = React.forwardRef(function IconButton(
return (
<button
data-slot="icon-button"
ref={ref}
type={type}
className={cn(iconButtonVariants({ variant, size }), className)}