mayak-common-library 0.0.978 → 0.0.980

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
@@ -1094,9 +1094,6 @@ interface CustomButtonProps extends PropsWithChildren {
1094
1094
  bolt?: boolean;
1095
1095
  border?: boolean;
1096
1096
  base?: boolean;
1097
- small?: boolean;
1098
- large?: boolean;
1099
- medium?: boolean;
1100
1097
  className?: string;
1101
1098
  onClick?: () => void;
1102
1099
  endIcon?: JSX.Element;
package/dist/index.d.ts CHANGED
@@ -1094,9 +1094,6 @@ interface CustomButtonProps extends PropsWithChildren {
1094
1094
  bolt?: boolean;
1095
1095
  border?: boolean;
1096
1096
  base?: boolean;
1097
- small?: boolean;
1098
- large?: boolean;
1099
- medium?: boolean;
1100
1097
  className?: string;
1101
1098
  onClick?: () => void;
1102
1099
  endIcon?: JSX.Element;