@mindly/ui-components 3.11.0 → 3.11.2

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.
@@ -6,6 +6,7 @@ declare type RoundButtonPropsType = {
6
6
  buttonIcon?: string;
7
7
  buttonType?: 'transparent' | 'fullFill' | 'reject';
8
8
  dimension?: number;
9
+ transformed?: boolean;
9
10
  };
10
11
  declare const RoundButton: React.FC<RoundButtonPropsType>;
11
12
  export default RoundButton;
@@ -4,6 +4,7 @@ declare type StyledControlPanelButtonPropsType = {
4
4
  buttonType?: 'transparent' | 'fullFill' | 'reject';
5
5
  disabled?: boolean;
6
6
  dimension?: number;
7
+ transformed?: boolean;
7
8
  };
8
9
  export declare const StyledRoundButton: import("styled-components").StyledComponent<"button", any, StyledControlPanelButtonPropsType, never>;
9
10
  export {};
@@ -0,0 +1,2 @@
1
+ export declare const StyledListItemDeviceIcon: any;
2
+ export declare const StyledListItem: import("styled-components").StyledComponent<"li", any, {}, never>;
package/dist/index.d.ts CHANGED
@@ -452,6 +452,7 @@ declare type RoundButtonPropsType = {
452
452
  buttonIcon?: string;
453
453
  buttonType?: 'transparent' | 'fullFill' | 'reject';
454
454
  dimension?: number;
455
+ transformed?: boolean;
455
456
  };
456
457
  declare const RoundButton: React.FC<RoundButtonPropsType>;
457
458
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mindly/ui-components",
3
- "version": "3.11.0",
3
+ "version": "3.11.2",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "start": "react-scripts start",