@mindly/ui-components 5.98.13 → 5.98.15
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.
|
@@ -5,6 +5,7 @@ export type SessionPreviewFeatureProps = {
|
|
|
5
5
|
viewPerson?: 'client' | 'specialist';
|
|
6
6
|
t?: WithTranslation['t'];
|
|
7
7
|
isLoading?: boolean;
|
|
8
|
+
locale?: string;
|
|
8
9
|
maxPeriodToReviewPastSessionInHours?: number;
|
|
9
10
|
onSessionClick?(session: Session): void;
|
|
10
11
|
onSessionStart?(session: Session): void;
|
package/dist/index.d.ts
CHANGED
|
@@ -3306,6 +3306,7 @@ type SessionPreviewFeatureProps = {
|
|
|
3306
3306
|
viewPerson?: 'client' | 'specialist';
|
|
3307
3307
|
t?: WithTranslation['t'];
|
|
3308
3308
|
isLoading?: boolean;
|
|
3309
|
+
locale?: string;
|
|
3309
3310
|
maxPeriodToReviewPastSessionInHours?: number;
|
|
3310
3311
|
onSessionClick?(session: Session): void;
|
|
3311
3312
|
onSessionStart?(session: Session): void;
|