mainstack-design-system 0.7.31 → 0.7.33

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/build/index.d.ts CHANGED
@@ -722,7 +722,7 @@ declare interface IHeading extends TextProps {
722
722
  fontFamily?: string;
723
723
  }
724
724
 
725
- declare interface IImageUpload {
725
+ declare interface IImageUpload extends FlexProps {
726
726
  onHandleChange: (e: ChangeEvent<HTMLInputElement>) => void;
727
727
  imageArray: string[];
728
728
  multiple?: boolean;
@@ -971,6 +971,8 @@ export declare const LoginIcon: (props: IconProps) => JSX_2.Element;
971
971
 
972
972
  export declare const LogoutIcon: (props: IconProps) => JSX_2.Element;
973
973
 
974
+ export declare const MachineIcon: (props: IconProps) => JSX_2.Element;
975
+
974
976
  export declare const MailIcon: (props: IconProps) => JSX_2.Element;
975
977
 
976
978
  export { MainstackProvider }