mayak-common-library 0.0.991 → 0.0.993

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
@@ -1096,7 +1096,7 @@ interface CustomButtonProps extends PropsWithChildren {
1096
1096
  base?: boolean;
1097
1097
  className?: string;
1098
1098
  onClick?: () => void;
1099
- endIcon?: JSX.Element;
1099
+ endIcon?: ReactNode;
1100
1100
  }
1101
1101
  declare const Button: FC<CustomButtonProps>;
1102
1102
 
@@ -1254,6 +1254,7 @@ interface ButtonBadgeProps {
1254
1254
  icon?: ReactNode;
1255
1255
  badgeCount?: number;
1256
1256
  label?: string;
1257
+ className?: string;
1257
1258
  }
1258
1259
  declare const ButtonBadge: FC<SelectChildrenProps & ButtonBadgeProps>;
1259
1260
 
package/dist/index.d.ts CHANGED
@@ -1096,7 +1096,7 @@ interface CustomButtonProps extends PropsWithChildren {
1096
1096
  base?: boolean;
1097
1097
  className?: string;
1098
1098
  onClick?: () => void;
1099
- endIcon?: JSX.Element;
1099
+ endIcon?: ReactNode;
1100
1100
  }
1101
1101
  declare const Button: FC<CustomButtonProps>;
1102
1102
 
@@ -1254,6 +1254,7 @@ interface ButtonBadgeProps {
1254
1254
  icon?: ReactNode;
1255
1255
  badgeCount?: number;
1256
1256
  label?: string;
1257
+ className?: string;
1257
1258
  }
1258
1259
  declare const ButtonBadge: FC<SelectChildrenProps & ButtonBadgeProps>;
1259
1260