@mindly/ui-components 3.55.2 → 3.56.0

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.
@@ -8,6 +8,7 @@ declare type CancelSessionProps = {
8
8
  onReschedule?: () => void;
9
9
  isLoading?: boolean;
10
10
  locale: string;
11
+ emptyReasonErrorMessage?: string;
11
12
  translations: {
12
13
  title: string;
13
14
  placeholder: string;
@@ -7,6 +7,7 @@ declare type ReScheduleProps = {
7
7
  onSubmit?: (message: string) => void;
8
8
  isLoading?: boolean;
9
9
  locale: string;
10
+ emptyReasonErrorMessage?: string;
10
11
  translations?: {
11
12
  title?: string;
12
13
  placeholder?: string;
package/dist/index.d.ts CHANGED
@@ -829,6 +829,7 @@ declare type CancelSessionProps = {
829
829
  onReschedule?: () => void;
830
830
  isLoading?: boolean;
831
831
  locale: string;
832
+ emptyReasonErrorMessage?: string;
832
833
  translations: {
833
834
  title: string;
834
835
  placeholder: string;
@@ -848,6 +849,7 @@ declare type ReScheduleProps = {
848
849
  onSubmit?: (message: string) => void;
849
850
  isLoading?: boolean;
850
851
  locale: string;
852
+ emptyReasonErrorMessage?: string;
851
853
  translations?: {
852
854
  title?: string;
853
855
  placeholder?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mindly/ui-components",
3
- "version": "3.55.2",
3
+ "version": "3.56.0",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "start": "react-scripts start",