feat(admin-ui): shadcn TextArea (Stage 3.8a)
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user