@mindly/ui-components 8.2.40 → 8.2.41

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.
@@ -16,4 +16,5 @@ export type SessionDetailWidgetProps = {
16
16
  onBackClick?(): void;
17
17
  onSpecialistProfileClick?(session: Session): void;
18
18
  onCoupleTherapyClick?(session: Session): void;
19
+ onOpenCrossDeviceModal?(): void;
19
20
  };
package/dist/index.d.ts CHANGED
@@ -4053,6 +4053,7 @@ type SessionDetailWidgetProps = {
4053
4053
  onBackClick?(): void;
4054
4054
  onSpecialistProfileClick?(session: Session): void;
4055
4055
  onCoupleTherapyClick?(session: Session): void;
4056
+ onOpenCrossDeviceModal?(): void;
4056
4057
  };
4057
4058
 
4058
4059
  declare const SessionDetailWidget: React__default.FC<SessionDetailWidgetProps>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mindly/ui-components",
3
- "version": "8.2.40",
3
+ "version": "8.2.41",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "clean": "rimraf dist",