@cuemath/leap 2.9.7-rj-4 → 2.9.7-rj-5

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +2 -1
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -1297,8 +1297,9 @@ export declare interface IJourneyContext {
1297
1297
  * Sets a journey with a list of coachmarks.
1298
1298
  * @param id - The journey identifier.
1299
1299
  * @param coachmark - The array of coachmarks to be used in this journey.
1300
+ * @param blockingJourney - If `true`, the journey will block user interaction with the app.
1300
1301
  */
1301
- setJourney: (id: TJourneyId, coachmark: ICoachmarkProps[]) => void;
1302
+ setJourney: (id: TJourneyId, coachmark: ICoachmarkProps[], blockingJourney?: boolean) => void;
1302
1303
  /**
1303
1304
  * Clears the current journey, removing all coachmarks.
1304
1305
  * Should be called inside useEffect to ensure cleanup.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cuemath/leap",
3
- "version": "2.9.7-rj-4",
3
+ "version": "2.9.7-rj-5",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist"