@mindly/ui-components 3.5.3 → 3.5.4

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.
@@ -2,9 +2,10 @@ import React from 'react';
2
2
  import { ButtonProps } from '../button/Button';
3
3
  export declare type UpdatesPopupPropsType = {
4
4
  text?: string;
5
- buttonHandler?: () => void;
6
5
  closeHandler?: () => void;
6
+ buttonHandler?: () => void;
7
7
  buttonType?: Extract<ButtonProps, 'buttonType'>;
8
+ buttonText?: string;
8
9
  disabledButton?: Extract<ButtonProps, 'isDisabled'>;
9
10
  };
10
11
  declare const UpdatesCard: React.FC<UpdatesPopupPropsType>;
package/dist/index.d.ts CHANGED
@@ -494,9 +494,10 @@ declare const LouseConnect: FC<LouseConnectProps>;
494
494
 
495
495
  declare type UpdatesPopupPropsType = {
496
496
  text?: string;
497
- buttonHandler?: () => void;
498
497
  closeHandler?: () => void;
498
+ buttonHandler?: () => void;
499
499
  buttonType?: Extract<ButtonProps, 'buttonType'>;
500
+ buttonText?: string;
500
501
  disabledButton?: Extract<ButtonProps, 'isDisabled'>;
501
502
  };
502
503
  declare const UpdatesCard: React.FC<UpdatesPopupPropsType>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mindly/ui-components",
3
- "version": "3.5.3",
3
+ "version": "3.5.4",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "start": "react-scripts start",