@bailierich/booking-components 2.1.1 → 2.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -362,7 +362,7 @@ export default function FormField({ field, value, error, onChange, businessId, f
362
362
  left: 'mr-auto',
363
363
  center: 'mx-auto',
364
364
  right: 'ml-auto'
365
- }[fieldData.imageAlignment || 'center'];
365
+ }[(fieldData.imageAlignment || 'center') as 'left' | 'center' | 'right'];
366
366
 
367
367
  const containerStyle: React.CSSProperties = {
368
368
  maxWidth,