@useloops/design-system 1.3.5 → 1.3.7

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
@@ -730,10 +730,12 @@ interface BaseField {
730
730
  labelProps?: InputLabelProps;
731
731
  helperText?: string;
732
732
  hidden?: boolean;
733
+ type?: string;
733
734
  helpTextProps?: InputLabelHelpProps;
734
735
  validation?: any;
735
736
  valueTransformer?: (valueToTransform: string) => string;
736
737
  disabled?: boolean;
738
+ strengthIndicator?: boolean;
737
739
  styleOverrides?: {
738
740
  sxInputWrapper?: SxProps<Theme>;
739
741
  sxInputBase?: SxProps<Theme>;