@useloops/design-system 1.3.3 → 1.3.4

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
@@ -728,7 +728,6 @@ interface BaseField {
728
728
  label?: string;
729
729
  labelProps?: InputLabelProps;
730
730
  helperText?: string;
731
- hidden?: boolean;
732
731
  helpTextProps?: InputLabelHelpProps;
733
732
  validation?: any;
734
733
  valueTransformer?: (valueToTransform: string) => string;