Component Patterns (watchOS) BUTTON HIERARCHY (watch-sized): | Level | Style | Use Case | |-------|-------|----------| | Primary | | Main action (Start, Save) | | Secondary | | Alternative (Cancel, Edit) | | Destructive | + | Delete, Remove | - Buttons naturally fill width on watchOS — no needed - Use or for compact button groups - ONE per screen - ALWAYS use — never for actions LIST PATTERNS: TOGGLE: PICKER: PROGRESS: GAUGE (watch-native): EMPTY STATES: DATE/TIME DISPLAY: NOT AVAILABLE ON watchOS: - No card patterns with shadows (watch doesn't use card-based UI) - No — watch text input is sy…