@northlight/ui 2.34.0 → 2.34.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.
@@ -770,7 +770,7 @@ interface FlipButtonGroupFieldProps extends FlipButtonGroupProps {
770
770
  label: string;
771
771
  isRequired?: boolean;
772
772
  validate?: RegisterOptions;
773
- value?: string;
773
+ value?: string | string[];
774
774
  iconPlacement?: 'left' | 'right' | 'none';
775
775
  }
776
776