@mindly/ui-components 5.98.1 → 5.98.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.
@@ -1,7 +1,9 @@
1
1
  import { WithTranslation } from 'react-i18next';
2
2
  import { Session } from '../../shared/types';
3
3
  export type SessionsWidgetProps = {
4
- sessions?: Session[];
4
+ futureSessions?: Session[];
5
+ previousSessions?: Session[];
6
+ hasMorePreviousSessions?: boolean;
5
7
  locale: string;
6
8
  isLoading?: boolean;
7
9
  maxPeriodToReviewPastSessionInHours?: number;
package/dist/index.d.ts CHANGED
@@ -3922,7 +3922,9 @@ type SpecialistPreviewListWidgetProps = {
3922
3922
  declare const SpecialistPreviewListWidget: React__default.FC<SpecialistPreviewListWidgetProps>;
3923
3923
 
3924
3924
  type SessionsWidgetProps = {
3925
- sessions?: Session[];
3925
+ futureSessions?: Session[];
3926
+ previousSessions?: Session[];
3927
+ hasMorePreviousSessions?: boolean;
3926
3928
  locale: string;
3927
3929
  isLoading?: boolean;
3928
3930
  maxPeriodToReviewPastSessionInHours?: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mindly/ui-components",
3
- "version": "5.98.1",
3
+ "version": "5.98.2",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "clean": "rimraf dist",