Commit Graph

5 Commits

Author SHA1 Message Date
9f4046bfd2 Use @_implementationOnly for UIKit imports to prevent macro conflicts 2026-01-02 12:15:08 -06:00
b3033c084a Remove @_exported imports to prevent macro conflicts
- Changed Exports.swift to use regular imports instead of @_exported
- This prevents ambiguous macro resolution issues in consuming apps
2026-01-02 12:02:27 -06:00
8e788ef212 docs: Update README with complete feature documentation 2026-01-02 11:59:57 -06:00
7afa45698f Update README with complete feature documentation 2026-01-02 11:59:29 -06:00
fa7d848f52 Initial commit: Bedrock design system and UI component library
- Design system: spacing, typography, colors, animations, opacity, shadows
- Protocol-based color theming (AppColorTheme)
- Settings UI components: toggles, pickers, selection indicators
- Sound and haptic feedback manager (generic AppSound protocol)
- Onboarding state management
- Cloud sync manager (PersistableData protocol)
- Visual effects: ConfettiView, PulsingModifier
- Debug utilities: DebugBorderModifier
- Device information utilities (cross-platform)
- Unit tests for design constants
2026-01-02 11:58:30 -06:00