Enhance ImageField (#152) - #155
Conversation
- #113: backgroundColor on avatars now accepts SAIL color tokens (ACCENT, TEAL_200, etc.) with automatic contrast-aware text color for initials - #121: Add WebImage support (source prop) for external URL images - #126: Add shape prop (SQUARED, SEMI_ROUNDED, ROUNDED, CIRCLE) with CIRCLE forcing 1:1 aspect ratio - Add shared getContrastColor and resolveColorToHex to colorResolver Closes #113, closes #121, closes #126
|
Findings
Verification
|
Addresses the 3 sub-issues of #152:
Changes
#113 — Custom background color for avatar fallback
backgroundColornow accepts SAIL color tokens (ACCENT,TEAL_200, etc.) in addition to hex stringsgetContrastColorandresolveColorToHexutilities tocolorResolver.ts#121 — WebImage support
WebImagePropsinterface withsourceprop for external URLsimageTypediscriminator needed — detected by presence ofsourcevsdocument#126 — Shape/borderRadius prop
shapeprop:SQUARED,SEMI_ROUNDED,ROUNDED,CIRCLECIRCLEforces 1:1 aspect ratio +rounded-fullCIRCLEto sharedSAILShapetype andshapeMapTesting
Closes #113, closes #121, closes #126