@agility/plenum-ui 2.0.0-rc57 → 2.0.0-rc59

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
@@ -873,6 +873,8 @@ declare module '@agility/plenum-ui/stories/organisms/AnimatedLabelInput/Animated
873
873
  message?: string;
874
874
  required?: boolean;
875
875
  isError?: boolean;
876
+ isShowCounter?: boolean;
877
+ maxLength?: number;
876
878
  label: ILabelProps;
877
879
  handleChange: (value: string) => void;
878
880
  }