mayak-common-library 0.0.853 → 0.0.855

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.mts CHANGED
@@ -1201,6 +1201,7 @@ interface ButtonDarkProps {
1201
1201
  className?: string;
1202
1202
  view?: 'dark' | 'transparent' | 'header';
1203
1203
  icon?: ReactNode;
1204
+ minWidth?: boolean;
1204
1205
  }
1205
1206
  declare const ButtonDark: FC<ButtonDarkProps & LoadingButtonProps>;
1206
1207
 
package/dist/index.d.ts CHANGED
@@ -1201,6 +1201,7 @@ interface ButtonDarkProps {
1201
1201
  className?: string;
1202
1202
  view?: 'dark' | 'transparent' | 'header';
1203
1203
  icon?: ReactNode;
1204
+ minWidth?: boolean;
1204
1205
  }
1205
1206
  declare const ButtonDark: FC<ButtonDarkProps & LoadingButtonProps>;
1206
1207