This repository has been archived on 2026-06-18. You can view files and clone it, but cannot push or open issues or pull requests.
Files
ui-essentials/src/lib/components/data-display/index.ts
Jules 0a0cade343 Initial commit - Angular library: ui-essentials
🎯 Implementation Complete!

This library has been extracted from the monorepo and is ready for Git submodule distribution.

Features:
- Standardized SCSS imports (no relative paths)
- Optimized public-api.ts exports
- Independent Angular library structure
- Ready for consumer integration as submodule

🚀 Generated with Claude Code (https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-11 21:12:46 +10:00

18 lines
602 B
TypeScript

export * from './accordion';
export * from './avatar';
export * from './badge';
export * from './card';
export * from './carousel';
export * from './chip';
export * from './image-container';
export * from './list';
export * from './progress';
export * from './table';
export * from './timeline';
export * from './tooltip';
export * from './transfer-list';
export * from './tree-view';
// Selectively export from feedback to avoid ProgressBarComponent conflict
export { StatusBadgeComponent } from '../feedback';
export type { StatusBadgeVariant, StatusBadgeSize, StatusBadgeShape } from '../feedback';