@mindly/ui-components 3.45.0 → 3.45.1

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.
@@ -17,7 +17,7 @@ export declare type ConsultationCardProps = {
17
17
  translations?: {
18
18
  with?: string;
19
19
  join?: string;
20
- sessionCount?: string;
20
+ sessionDuration?: string;
21
21
  forLocalTime?: string;
22
22
  days?: string[];
23
23
  hour?: string[];
@@ -17,7 +17,7 @@ declare type ConsultationModalProps = {
17
17
  locale: string;
18
18
  translations?: {
19
19
  with?: string;
20
- sessionCount?: string;
20
+ sessionDuration?: string;
21
21
  forLocalTime?: string;
22
22
  finishTitle?: string;
23
23
  writeBtnLabel?: string;
package/dist/index.d.ts CHANGED
@@ -682,7 +682,7 @@ declare type ConsultationCardProps = {
682
682
  translations?: {
683
683
  with?: string;
684
684
  join?: string;
685
- sessionCount?: string;
685
+ sessionDuration?: string;
686
686
  forLocalTime?: string;
687
687
  days?: string[];
688
688
  hour?: string[];
@@ -727,7 +727,7 @@ declare type ConsultationModalProps = {
727
727
  locale: string;
728
728
  translations?: {
729
729
  with?: string;
730
- sessionCount?: string;
730
+ sessionDuration?: string;
731
731
  forLocalTime?: string;
732
732
  finishTitle?: string;
733
733
  writeBtnLabel?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mindly/ui-components",
3
- "version": "3.45.0",
3
+ "version": "3.45.1",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "start": "react-scripts start",