@mindly/ui-components 8.9.2 → 8.9.3

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.
@@ -3,6 +3,7 @@ import { WithTranslation } from 'react-i18next';
3
3
  import { Specialist } from '../types';
4
4
  export type Step1Props = {
5
5
  specialist: Specialist;
6
+ isPostponeButtonVisible?: boolean;
6
7
  t: WithTranslation['t'];
7
8
  onGoNext: () => void;
8
9
  onBack: () => void;
@@ -46,5 +46,6 @@ export type StepperBaseProps = {
46
46
  height: number;
47
47
  };
48
48
  };
49
+ isPostponeButtonVisible?: boolean;
49
50
  };
50
51
  export {};
package/dist/index.d.ts CHANGED
@@ -4204,6 +4204,7 @@ type StepperBaseProps = {
4204
4204
  height: number;
4205
4205
  };
4206
4206
  };
4207
+ isPostponeButtonVisible?: boolean;
4207
4208
  };
4208
4209
 
4209
4210
  declare const _default$x: React__default.NamedExoticComponent<StepperBaseProps>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mindly/ui-components",
3
- "version": "8.9.2",
3
+ "version": "8.9.3",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "clean": "rimraf dist",