@mindly/ui-components 5.98.7 → 5.98.8

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,7 +5,8 @@ export type SessionsWidgetProps = {
5
5
  previousSessions?: Session[];
6
6
  hasMorePreviousSessions?: boolean;
7
7
  locale: string;
8
- isLoading?: boolean;
8
+ isLoadingFutureSessions?: boolean;
9
+ isLoadingPreviousSessions?: boolean;
9
10
  maxPeriodToReviewPastSessionInHours?: number;
10
11
  loadPreviousSessions: () => Promise<{
11
12
  list: Session[];
package/dist/index.d.ts CHANGED
@@ -3937,7 +3937,8 @@ type SessionsWidgetProps = {
3937
3937
  previousSessions?: Session[];
3938
3938
  hasMorePreviousSessions?: boolean;
3939
3939
  locale: string;
3940
- isLoading?: boolean;
3940
+ isLoadingFutureSessions?: boolean;
3941
+ isLoadingPreviousSessions?: boolean;
3941
3942
  maxPeriodToReviewPastSessionInHours?: number;
3942
3943
  loadPreviousSessions: () => Promise<{
3943
3944
  list: Session[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mindly/ui-components",
3
- "version": "5.98.7",
3
+ "version": "5.98.8",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "clean": "rimraf dist",