@useloops/design-system 1.3.2 → 1.3.3

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