@useloops/design-system 1.4.19 → 1.4.21

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.
package/dist/index.d.ts CHANGED
@@ -605,7 +605,7 @@ interface RadioGroupProps extends Omit<RadioGroupProps$1, 'defaultValue' | 'sx'
605
605
  declare const RadioGroup: FunctionComponent<RadioGroupProps>;
606
606
 
607
607
  type StyledSelectProps = SelectProps$1 & {
608
- sizing?: 'lg' | 'md' | 'sm';
608
+ sizing?: 'lg' | 'md' | 'xs';
609
609
  };
610
610
 
611
611
  type SelectProps = Pick<StyledSelectProps, 'onChange' | 'id' | 'onBlur' | 'autoFocus' | 'disabled' | 'error' | 'fullWidth' | 'name' | 'placeholder' | 'readOnly' | 'required' | 'ref' | 'value' | 'inputRef' | 'MenuProps' | 'sizing'> & {