feat(admin-ui): shadcn TextArea (Stage 3.8a)

This commit is contained in:
Александр Зимин
2026-05-11 09:13:10 +00:00
parent 117136be84
commit 649b7c4244
2 changed files with 76 additions and 0 deletions
+3
View File
@@ -35,6 +35,9 @@ export * from '@nstart/ui'
export { Button, buttonVariants, type ButtonProps } from './components/button'
export { Badge, type BadgeProps } from './components/badge'
export { Alert, type AlertProps } from './components/alert'
// TextArea override — shadcn с handoff tokens. Phase 3 migration step
// (Stage 3.8a). API совместим с @nstart/ui TextArea (label/hint/error).
export { TextArea, type TextAreaProps } from './components/textarea'
// === Handoff design system primitives — новые компоненты без nstart-аналога ===
export { Cap, type CapProps } from './components/cap'