@cuemath/leap 3.2.17-pzd-0.1 → 3.2.18-mb

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 (241) hide show
  1. package/dist/assets/illustrations/illustrations.js +5 -6
  2. package/dist/assets/illustrations/illustrations.js.map +1 -1
  3. package/dist/assets/lottie/lottie.js +1 -6
  4. package/dist/assets/lottie/lottie.js.map +1 -1
  5. package/dist/features/analytics-events/platform-events-student.js +1 -2
  6. package/dist/features/analytics-events/platform-events-student.js.map +1 -1
  7. package/dist/features/analytics-events/platform-events-teacher.js +4 -6
  8. package/dist/features/analytics-events/platform-events-teacher.js.map +1 -1
  9. package/dist/features/analytics-events/whitelist-events.js +8 -10
  10. package/dist/features/analytics-events/whitelist-events.js.map +1 -1
  11. package/dist/features/auth/account-selector/account-selector.js +25 -26
  12. package/dist/features/auth/account-selector/account-selector.js.map +1 -1
  13. package/dist/features/auth/comps/auth-page-layout/auth-page-layout.js +14 -15
  14. package/dist/features/auth/comps/auth-page-layout/auth-page-layout.js.map +1 -1
  15. package/dist/features/auth/comps/user-list/user-item/user-item.js +31 -30
  16. package/dist/features/auth/comps/user-list/user-item/user-item.js.map +1 -1
  17. package/dist/features/auth/comps/user-list/user-list.js +34 -35
  18. package/dist/features/auth/comps/user-list/user-list.js.map +1 -1
  19. package/dist/features/auth/forgot-password/forgot-password-styled.js +15 -14
  20. package/dist/features/auth/forgot-password/forgot-password-styled.js.map +1 -1
  21. package/dist/features/auth/login/identifier-otp-form/identifier-otp-form-styled.js +7 -6
  22. package/dist/features/auth/login/identifier-otp-form/identifier-otp-form-styled.js.map +1 -1
  23. package/dist/features/auth/login/login-styled.js +9 -8
  24. package/dist/features/auth/login/login-styled.js.map +1 -1
  25. package/dist/features/chapters-v2/utils/node-card-utils.js +9 -9
  26. package/dist/features/chapters-v2/utils/node-card-utils.js.map +1 -1
  27. package/dist/features/circle-games/game-launcher/comps/tables-card/tables-card-styled.js +4 -4
  28. package/dist/features/circle-games/game-launcher/comps/tables-card/tables-card-styled.js.map +1 -1
  29. package/dist/features/circle-games/game-launcher/comps/tables-card/tables-card.js +85 -85
  30. package/dist/features/circle-games/game-launcher/comps/tables-card/tables-card.js.map +1 -1
  31. package/dist/features/circle-games/game-launcher/hooks/use-game-launcher-journey/use-game-launcher-journey.js +98 -121
  32. package/dist/features/circle-games/game-launcher/hooks/use-game-launcher-journey/use-game-launcher-journey.js.map +1 -1
  33. package/dist/features/circle-games/game-launcher/hooks/use-table-infinite-launcher-journey/use-table-infinite-launcher-journey.js +28 -29
  34. package/dist/features/circle-games/game-launcher/hooks/use-table-infinite-launcher-journey/use-table-infinite-launcher-journey.js.map +1 -1
  35. package/dist/features/circle-games/game-launcher/hooks/use-table-launcher-journey/use-table-launcher-journey.js +42 -43
  36. package/dist/features/circle-games/game-launcher/hooks/use-table-launcher-journey/use-table-launcher-journey.js.map +1 -1
  37. package/dist/features/circle-games/games/tutorial/tutorial.js +35 -43
  38. package/dist/features/circle-games/games/tutorial/tutorial.js.map +1 -1
  39. package/dist/features/circle-games/sign-up/comp/grade-input/grade-input-styled.js +2 -2
  40. package/dist/features/circle-games/sign-up/comp/grade-input/grade-input-styled.js.map +1 -1
  41. package/dist/features/circle-games/sign-up/comp/grade-input/grade-input.js +1 -1
  42. package/dist/features/circle-games/sign-up/comp/grade-input/grade-input.js.map +1 -1
  43. package/dist/features/circle-games/sign-up/comp/username-input/username-input.js +24 -26
  44. package/dist/features/circle-games/sign-up/comp/username-input/username-input.js.map +1 -1
  45. package/dist/features/circle-games/sign-up/constants.js +1 -3
  46. package/dist/features/circle-games/sign-up/constants.js.map +1 -1
  47. package/dist/features/communication/pub-sub/constants.js +4 -7
  48. package/dist/features/communication/pub-sub/constants.js.map +1 -1
  49. package/dist/features/cue-canvas/hooks/use-canvas-sync-broker.js +42 -42
  50. package/dist/features/cue-canvas/hooks/use-canvas-sync-broker.js.map +1 -1
  51. package/dist/features/homework/homework-card-view.js +97 -85
  52. package/dist/features/homework/homework-card-view.js.map +1 -1
  53. package/dist/features/homework/homework-card.js +42 -44
  54. package/dist/features/homework/homework-card.js.map +1 -1
  55. package/dist/features/homework/hw-card-list/hw-card-list-view.js +29 -31
  56. package/dist/features/homework/hw-card-list/hw-card-list-view.js.map +1 -1
  57. package/dist/features/homework/hw-card-list/hw-card-list.js +48 -54
  58. package/dist/features/homework/hw-card-list/hw-card-list.js.map +1 -1
  59. package/dist/features/homework/utils.js +27 -33
  60. package/dist/features/homework/utils.js.map +1 -1
  61. package/dist/features/hooks/use-viewport/use-viewport.js +22 -0
  62. package/dist/features/hooks/use-viewport/use-viewport.js.map +1 -0
  63. package/dist/features/journey/comps/coachmark/coachmark.js +27 -29
  64. package/dist/features/journey/comps/coachmark/coachmark.js.map +1 -1
  65. package/dist/features/journey/hooks/use-home-page-journey/tooltip-item.js +11 -17
  66. package/dist/features/journey/hooks/use-home-page-journey/tooltip-item.js.map +1 -1
  67. package/dist/features/journey/journey-id/journey-id-student.js +2 -2
  68. package/dist/features/journey/journey-id/journey-id-student.js.map +1 -1
  69. package/dist/features/journey/journey-id/journey-id-teacher.js +2 -2
  70. package/dist/features/journey/journey-id/journey-id-teacher.js.map +1 -1
  71. package/dist/features/journey/use-journey/journey-context-provider.js +72 -73
  72. package/dist/features/journey/use-journey/journey-context-provider.js.map +1 -1
  73. package/dist/features/journey/use-journey/journey-styled.js +4 -6
  74. package/dist/features/journey/use-journey/journey-styled.js.map +1 -1
  75. package/dist/features/puzzles/comps/puzzle-card-styled.js +69 -24
  76. package/dist/features/puzzles/comps/puzzle-card-styled.js.map +1 -1
  77. package/dist/features/puzzles/comps/puzzle-card.js +30 -79
  78. package/dist/features/puzzles/comps/puzzle-card.js.map +1 -1
  79. package/dist/features/puzzles/puzzle-container/puzzle-container-styled.js +25 -55
  80. package/dist/features/puzzles/puzzle-container/puzzle-container-styled.js.map +1 -1
  81. package/dist/features/puzzles/puzzle-container/puzzle-container.js +107 -100
  82. package/dist/features/puzzles/puzzle-container/puzzle-container.js.map +1 -1
  83. package/dist/features/puzzles/puzzle-feedback-celebration/puzzle-feedback-celebration.js +1 -1
  84. package/dist/features/puzzles/puzzle-feedback-celebration/puzzle-feedback-celebration.js.map +1 -1
  85. package/dist/features/puzzles/utils/puzzle-pattern.js +13 -28
  86. package/dist/features/puzzles/utils/puzzle-pattern.js.map +1 -1
  87. package/dist/features/stickers/sticker-data.js +234 -0
  88. package/dist/features/stickers/sticker-data.js.map +1 -0
  89. package/dist/features/{ui/sticker-grid/sticker-grid-styles.js → stickers/sticker-selector/sticker-selector-styles.js} +4 -3
  90. package/dist/features/stickers/sticker-selector/sticker-selector-styles.js.map +1 -0
  91. package/dist/features/stickers/sticker-selector/sticker-selector.js +25 -0
  92. package/dist/features/stickers/sticker-selector/sticker-selector.js.map +1 -0
  93. package/dist/features/stickers/sticker-selector/sticker.js +57 -0
  94. package/dist/features/stickers/sticker-selector/sticker.js.map +1 -0
  95. package/dist/features/{ui/stickers/stickers-effects.js → stickers/stickers-effects/effects.js} +6 -6
  96. package/dist/features/stickers/stickers-effects/effects.js.map +1 -0
  97. package/dist/features/{ui/stickers/stickers-styled.js → stickers/stickers-effects/stickers-effects-styled.js} +2 -2
  98. package/dist/features/stickers/stickers-effects/stickers-effects-styled.js.map +1 -0
  99. package/dist/features/stickers/stickers-effects/stickers-effects-utils.js +93 -0
  100. package/dist/features/stickers/stickers-effects/stickers-effects-utils.js.map +1 -0
  101. package/dist/features/stickers/stickers-effects/stickers-effects.js +39 -0
  102. package/dist/features/stickers/stickers-effects/stickers-effects.js.map +1 -0
  103. package/dist/features/ui/arrow-tooltip/arrow-tooltip-styled.js +60 -12
  104. package/dist/features/ui/arrow-tooltip/arrow-tooltip-styled.js.map +1 -1
  105. package/dist/features/ui/arrow-tooltip/arrow-tooltip.js +77 -72
  106. package/dist/features/ui/arrow-tooltip/arrow-tooltip.js.map +1 -1
  107. package/dist/features/ui/error/error.js +27 -65
  108. package/dist/features/ui/error/error.js.map +1 -1
  109. package/dist/features/ui/lottie-animation/lottie-animation.js +29 -25
  110. package/dist/features/ui/lottie-animation/lottie-animation.js.map +1 -1
  111. package/dist/features/ui/modals/modal-styled.js +58 -34
  112. package/dist/features/ui/modals/modal-styled.js.map +1 -1
  113. package/dist/features/ui/modals/modal.js +14 -40
  114. package/dist/features/ui/modals/modal.js.map +1 -1
  115. package/dist/features/ui/nudge/nudge-styled.js +7 -14
  116. package/dist/features/ui/nudge/nudge-styled.js.map +1 -1
  117. package/dist/features/ui/nudge/nudge.js +12 -13
  118. package/dist/features/ui/nudge/nudge.js.map +1 -1
  119. package/dist/features/ui/streak-icon/streak-icon-styled.js +13 -13
  120. package/dist/features/ui/streak-icon/streak-icon-styled.js.map +1 -1
  121. package/dist/features/ui/streak-icon/streak-icon.js +15 -17
  122. package/dist/features/ui/streak-icon/streak-icon.js.map +1 -1
  123. package/dist/features/ui/text/text.js +36 -40
  124. package/dist/features/ui/text/text.js.map +1 -1
  125. package/dist/features/ui/theme/constants.js +2 -4
  126. package/dist/features/ui/theme/constants.js.map +1 -1
  127. package/dist/features/ui/theme/get-device.js +3 -3
  128. package/dist/features/ui/theme/get-device.js.map +1 -1
  129. package/dist/features/worksheet/worksheet/constants.js +13 -12
  130. package/dist/features/worksheet/worksheet/constants.js.map +1 -1
  131. package/dist/features/worksheet/worksheet/worksheet-helpers.js +19 -20
  132. package/dist/features/worksheet/worksheet/worksheet-helpers.js.map +1 -1
  133. package/dist/features/worksheet/worksheet/worksheet-question/learnosity-question.js +25 -29
  134. package/dist/features/worksheet/worksheet/worksheet-question/learnosity-question.js.map +1 -1
  135. package/dist/features/worksheet/worksheet/worksheet-question/worksheet-question-styled.js +47 -101
  136. package/dist/features/worksheet/worksheet/worksheet-question/worksheet-question-styled.js.map +1 -1
  137. package/dist/features/worksheet/worksheet/worksheet-question/worksheet-question.js +255 -244
  138. package/dist/features/worksheet/worksheet/worksheet-question/worksheet-question.js.map +1 -1
  139. package/dist/features/worksheet/worksheet/worksheet-questions-controller/worksheet-questions-controller.js +207 -242
  140. package/dist/features/worksheet/worksheet/worksheet-questions-controller/worksheet-questions-controller.js.map +1 -1
  141. package/dist/features/worksheet/worksheet/worksheet-styled.js +36 -45
  142. package/dist/features/worksheet/worksheet/worksheet-styled.js.map +1 -1
  143. package/dist/features/worksheet/worksheet/worksheet-types.js.map +1 -1
  144. package/dist/features/worksheet/worksheet/worksheet.js +325 -321
  145. package/dist/features/worksheet/worksheet/worksheet.js.map +1 -1
  146. package/dist/features/worksheet/worksheet-preview/hooks/use-worksheet-layout.js +1 -1
  147. package/dist/features/worksheet/worksheet-preview/hooks/use-worksheet-layout.js.map +1 -1
  148. package/dist/features/worksheet/worksheet-preview/worksheet-preview.js +35 -44
  149. package/dist/features/worksheet/worksheet-preview/worksheet-preview.js.map +1 -1
  150. package/dist/index.d.ts +56 -152
  151. package/dist/index.js +539 -563
  152. package/dist/index.js.map +1 -1
  153. package/dist/static/nudge-tap.5cb30093.json +1057 -0
  154. package/dist/static/puzzle-pattern-blue.f4bea1ee.svg +1 -0
  155. package/dist/static/puzzle-pattern-green.c9f84bbc.svg +1 -0
  156. package/dist/static/puzzle-pattern-orange.3da09665.svg +1 -0
  157. package/dist/static/puzzle-pattern-purple.5fb5a319.svg +1 -0
  158. package/dist/static/puzzle-pattern-yellow.aadbf457.svg +1 -0
  159. package/package.json +1 -1
  160. package/dist/assets/line-icons/icons/cue-board-filled.js +0 -33
  161. package/dist/assets/line-icons/icons/cue-board-filled.js.map +0 -1
  162. package/dist/assets/line-icons/icons/cue-board.js +0 -23
  163. package/dist/assets/line-icons/icons/cue-board.js.map +0 -1
  164. package/dist/assets/line-icons/icons/hint-fill.js +0 -35
  165. package/dist/assets/line-icons/icons/hint-fill.js.map +0 -1
  166. package/dist/assets/line-icons/icons/screen-grab-filled.js +0 -35
  167. package/dist/assets/line-icons/icons/screen-grab-filled.js.map +0 -1
  168. package/dist/assets/line-icons/icons/screen-grab.js +0 -23
  169. package/dist/assets/line-icons/icons/screen-grab.js.map +0 -1
  170. package/dist/assets/line-icons/icons/sticker-filled.js +0 -64
  171. package/dist/assets/line-icons/icons/sticker-filled.js.map +0 -1
  172. package/dist/assets/line-icons/icons/sticker.js +0 -46
  173. package/dist/assets/line-icons/icons/sticker.js.map +0 -1
  174. package/dist/features/journey/hooks/use-puzzles-journey/use-puzzle-assigned.js +0 -72
  175. package/dist/features/journey/hooks/use-puzzles-journey/use-puzzle-assigned.js.map +0 -1
  176. package/dist/features/journey/hooks/use-puzzles-journey/use-puzzle-attempt-journey.js +0 -59
  177. package/dist/features/journey/hooks/use-puzzles-journey/use-puzzle-attempt-journey.js.map +0 -1
  178. package/dist/features/journey/hooks/use-puzzles-journey/use-puzzle-dashboard-journey.js +0 -63
  179. package/dist/features/journey/hooks/use-puzzles-journey/use-puzzle-dashboard-journey.js.map +0 -1
  180. package/dist/features/journey/hooks/use-puzzles-journey/use-puzzle-intro-journey.js +0 -67
  181. package/dist/features/journey/hooks/use-puzzles-journey/use-puzzle-intro-journey.js.map +0 -1
  182. package/dist/features/journey/hooks/use-puzzles-journey/use-puzzle-progress-journey.js +0 -70
  183. package/dist/features/journey/hooks/use-puzzles-journey/use-puzzle-progress-journey.js.map +0 -1
  184. package/dist/features/journey/hooks/use-puzzles-journey/use-puzzle-review-journey.js +0 -59
  185. package/dist/features/journey/hooks/use-puzzles-journey/use-puzzle-review-journey.js.map +0 -1
  186. package/dist/features/journey/hooks/use-puzzles-journey/use-puzzle-unassign-journey.js +0 -59
  187. package/dist/features/journey/hooks/use-puzzles-journey/use-puzzle-unassign-journey.js.map +0 -1
  188. package/dist/features/journey/hooks/use-puzzles-journey/use-teacher-puzzle-assigned-journey.js +0 -70
  189. package/dist/features/journey/hooks/use-puzzles-journey/use-teacher-puzzle-assigned-journey.js.map +0 -1
  190. package/dist/features/puzzles/api/puzzle-dashboard.js +0 -10
  191. package/dist/features/puzzles/api/puzzle-dashboard.js.map +0 -1
  192. package/dist/features/puzzles/app/puzzle-app-styled.js +0 -85
  193. package/dist/features/puzzles/app/puzzle-app-styled.js.map +0 -1
  194. package/dist/features/puzzles/app/puzzle-app-view.js +0 -120
  195. package/dist/features/puzzles/app/puzzle-app-view.js.map +0 -1
  196. package/dist/features/puzzles/app/puzzle-app.js +0 -62
  197. package/dist/features/puzzles/app/puzzle-app.js.map +0 -1
  198. package/dist/features/puzzles/constants/puzzle-container.js +0 -8
  199. package/dist/features/puzzles/constants/puzzle-container.js.map +0 -1
  200. package/dist/features/puzzles/puzzle-analytics-events.js +0 -11
  201. package/dist/features/puzzles/puzzle-analytics-events.js.map +0 -1
  202. package/dist/features/puzzles/puzzle-container/puzzle-container-view.js +0 -55
  203. package/dist/features/puzzles/puzzle-container/puzzle-container-view.js.map +0 -1
  204. package/dist/features/puzzles/puzzle-dashboard/puzzle-dashboard-styled.js +0 -37
  205. package/dist/features/puzzles/puzzle-dashboard/puzzle-dashboard-styled.js.map +0 -1
  206. package/dist/features/puzzles/puzzle-dashboard/puzzle-dashboard.js +0 -110
  207. package/dist/features/puzzles/puzzle-dashboard/puzzle-dashboard.js.map +0 -1
  208. package/dist/features/ui/arrow-tooltip/arrow-tooltip-constants.js +0 -6
  209. package/dist/features/ui/arrow-tooltip/arrow-tooltip-constants.js.map +0 -1
  210. package/dist/features/ui/arrow-tooltip/comps/tooltip-body-styled.js +0 -63
  211. package/dist/features/ui/arrow-tooltip/comps/tooltip-body-styled.js.map +0 -1
  212. package/dist/features/ui/arrow-tooltip/comps/tooltip-body.js +0 -21
  213. package/dist/features/ui/arrow-tooltip/comps/tooltip-body.js.map +0 -1
  214. package/dist/features/ui/sticker-grid/sticker-grid-styles.js.map +0 -1
  215. package/dist/features/ui/sticker-grid/sticker-grid.js +0 -24
  216. package/dist/features/ui/sticker-grid/sticker-grid.js.map +0 -1
  217. package/dist/features/ui/sticker-grid/sticker.js +0 -57
  218. package/dist/features/ui/sticker-grid/sticker.js.map +0 -1
  219. package/dist/features/ui/stickers/constants.js +0 -6
  220. package/dist/features/ui/stickers/constants.js.map +0 -1
  221. package/dist/features/ui/stickers/stickers-effects.js.map +0 -1
  222. package/dist/features/ui/stickers/stickers-styled.js.map +0 -1
  223. package/dist/features/ui/stickers/stickers-utils.js +0 -91
  224. package/dist/features/ui/stickers/stickers-utils.js.map +0 -1
  225. package/dist/features/ui/stickers/stickers.js +0 -40
  226. package/dist/features/ui/stickers/stickers.js.map +0 -1
  227. package/dist/features/worksheet/worksheet/hooks/use-worksheet-journey.js +0 -28
  228. package/dist/features/worksheet/worksheet/hooks/use-worksheet-journey.js.map +0 -1
  229. package/dist/static/nudge-tap.0591aef4.json +0 -1
  230. package/dist/static/puzzle-blue-lottie.7017e2e8.json +0 -1
  231. package/dist/static/puzzle-blue-lottie.bf64ebc5.json +0 -12760
  232. package/dist/static/puzzle-dashboard-banner.b7956519.svg +0 -1
  233. package/dist/static/puzzle-green-lottie.1da90698.json +0 -1
  234. package/dist/static/puzzle-orange-lottie.cfcf3724.json +0 -1
  235. package/dist/static/puzzle-pattern-blue.abff0164.svg +0 -1
  236. package/dist/static/puzzle-pattern-green.b8ba1840.svg +0 -1
  237. package/dist/static/puzzle-pattern-orange.3f5a17ff.svg +0 -1
  238. package/dist/static/puzzle-pattern-purple.14b09759.svg +0 -1
  239. package/dist/static/puzzle-pattern-yellow.50917fab.svg +0 -1
  240. package/dist/static/puzzle-purple-lottie.e70de110.json +0 -9860
  241. package/dist/static/puzzle-yellow-lottie.275b5cf4.json +0 -1
package/dist/index.d.ts CHANGED
@@ -62,7 +62,7 @@ export declare const ArcButton: NamedExoticComponent<IArcButtonProps & {
62
62
  children?: ReactNode | undefined;
63
63
  } & RefAttributes<HTMLDivElement>>;
64
64
 
65
- export declare const ArrowTooltip: NamedExoticComponent<IArrowTooltipProps>;
65
+ export declare const ArrowTooltip: FC<IArrowTooltipProps>;
66
66
 
67
67
  export declare const AUTH_TABS: IAuthTab[];
68
68
 
@@ -311,10 +311,6 @@ declare const COURSE_STREAMS: {
311
311
 
312
312
  export declare const CrossIcon: React.FC<React.SVGProps<SVGSVGElement>>;
313
313
 
314
- export declare const CueBoardFilledIcon: React.FC<React.SVGProps<SVGSVGElement>>;
315
-
316
- export declare const CueBoardIcon: React.FC<React.SVGProps<SVGSVGElement>>;
317
-
318
314
  export declare const CueCanvas: React_2.FC<ICueCanvas>;
319
315
 
320
316
  export declare const CueCanvasController: React_2.FC<IToolbarProps>;
@@ -355,15 +351,6 @@ export declare enum EClassTimeAlertLevel {
355
351
  FIFTEEN_MIN = "15min"
356
352
  }
357
353
 
358
- export declare enum EDeviceType {
359
- MOBILE = 0,
360
- TABLET = 1,
361
- SMALL_DESKTOP = 2,
362
- DESKTOP = 3,
363
- LARGE_DEVICE = 4,
364
- XLARGE_DEVICE = 5
365
- }
366
-
367
354
  export declare const Edit2Icon: React.FC<React.SVGProps<SVGSVGElement>>;
368
355
 
369
356
  export declare const EditIcon: React.FC<React.SVGProps<SVGSVGElement>>;
@@ -421,9 +408,6 @@ declare interface ErrorProps {
421
408
  }
422
409
 
423
410
  export declare const EVENTS: {
424
- PUZZLE_ASSIGNED: "PUZZLE_ASSIGNED";
425
- PUZZLE_UNASSIGNED: "PUZZLE_UNASSIGNED";
426
- PUZZLE_REVIEWED: "PUZZLE_REVIEWED";
427
411
  PUZZLE_FEEDBACK_CELEBRATION: "PUZZLE_FEEDBACK_CELEBRATION";
428
412
  HOMEWORK_UNASSIGN: "HOMEWORK_UNASSIGN";
429
413
  INVALIDATE_HOMEWORK: "INVALIDATE_HOMEWORK";
@@ -533,7 +517,7 @@ declare const getCheckboxConfig: IGetCheckboxConfig;
533
517
 
534
518
  declare function getColors(): TColorsMap;
535
519
 
536
- declare const getDevice: (width: number) => EDeviceType;
520
+ declare const getDevice: (width: number) => TDeviceType;
537
521
 
538
522
  declare const getInputConfig: IGetInputConfig;
539
523
 
@@ -580,8 +564,6 @@ export declare const HelpIcon: React_2.FC<React_2.SVGProps<SVGSVGElement>>;
580
564
 
581
565
  export declare const HighlighterIcon: React.FC<React.SVGProps<SVGSVGElement>>;
582
566
 
583
- export declare const HintFillIcon: React.FC<React.SVGProps<SVGSVGElement>>;
584
-
585
567
  export declare const HomeIcon: React_2.FC<React_2.SVGProps<SVGSVGElement>>;
586
568
 
587
569
  export declare const HomeworkCardList: React_2.NamedExoticComponent<HWCardListProps>;
@@ -598,7 +580,6 @@ declare interface HWCardListProps extends INodeCardCallbacks {
598
580
  homeworkRef?: React_2.RefObject<HTMLDivElement>;
599
581
  startHomePageJourney?: ({ studentId, stream, userType }: IHomepageStartJourneyProps) => void;
600
582
  canStartJourney?: boolean;
601
- canStartPuzzleAssignedJourney?: boolean;
602
583
  }
603
584
 
604
585
  declare interface IAccordionSectionProps {
@@ -681,7 +662,6 @@ export declare interface IArrowTooltipProps {
681
662
  widthX?: number;
682
663
  zIndex?: number;
683
664
  parentWidth?: number | string;
684
- isBlocking?: boolean;
685
665
  }
686
666
 
687
667
  declare interface IAttempt {
@@ -1387,7 +1367,6 @@ declare interface IErrorProps {
1387
1367
  theme?: 'light' | 'dark';
1388
1368
  title?: string;
1389
1369
  description?: string;
1390
- size?: 'compact' | 'full';
1391
1370
  }
1392
1371
 
1393
1372
  declare interface IExpandableHeaderProps {
@@ -1690,9 +1669,8 @@ export declare interface IJourneyContext {
1690
1669
  * @param scrollableContainerRef - Optional ref to a journey which has a scrollable container, it will make the entire page
1691
1670
  * uninteractable by adding an overlay - Required since we cannot determine the height of the scrollable container because
1692
1671
  * provider is at root level and from there we cannot access the scrollable container's height.
1693
- * @param isBlocking - If `true`, the journey will block user interaction with the page until completed. True by default.
1694
1672
  */
1695
- setJourney: (id: TJourneyId, coachmark: TCoachmarkJourneyProps[], scrollableContainerRef?: RefObject<HTMLDivElement | null>, isBlocking?: boolean) => void;
1673
+ setJourney: (id: TJourneyId, coachmark: TCoachmarkJourneyProps[], scrollableContainerRef?: RefObject<HTMLDivElement | null>) => void;
1696
1674
  /**
1697
1675
  * Clears the current journey, removing all coachmarks.
1698
1676
  * Should be called inside useEffect to ensure cleanup.
@@ -2081,7 +2059,6 @@ export declare const ILLUSTRATIONS: {
2081
2059
  PROFICIENT_BADGE: string;
2082
2060
  PROFILE_BOARD: string;
2083
2061
  PUZZLE: string;
2084
- PUZZLE_DASHBOARD_BANNER: string;
2085
2062
  PUZZLE_PATTERN_BLUE: string;
2086
2063
  PUZZLE_PATTERN_GREEN: string;
2087
2064
  PUZZLE_PATTERN_ORANGE: string;
@@ -2464,7 +2441,7 @@ export declare interface IModal {
2464
2441
  /** Content to display inside the modal */
2465
2442
  element: ReactElement;
2466
2443
  /** Rendering style of the modal */
2467
- renderAs?: 'modal' | 'fullscreen' | 'spotlight';
2444
+ renderAs?: 'modal' | 'fullscreen' | 'spotlight' | 'fullscreen-transparent';
2468
2445
  /** Whether the modal can be dismissed by clicking outside or ESC key (default: true) */
2469
2446
  isDismissable?: boolean;
2470
2447
  /** Whether the modal requires authentication to view (default: true) */
@@ -2799,7 +2776,6 @@ declare interface IPreviewWorksheetProps {
2799
2776
  items?: string[];
2800
2777
  onWorksheetLoaded?: (loaded: boolean) => void;
2801
2778
  onUnassign?: () => void;
2802
- canStartUnassignJourney?: boolean;
2803
2779
  }
2804
2780
 
2805
2781
  export declare interface IProject<T> {
@@ -2850,14 +2826,6 @@ declare interface IPuzzle extends IBaseProject {
2850
2826
  solved: boolean;
2851
2827
  }
2852
2828
 
2853
- declare interface IPuzzleAppProps {
2854
- itemRef: string;
2855
- title: string;
2856
- imageHue: THueNames;
2857
- feedbackComments?: string;
2858
- tip?: string;
2859
- }
2860
-
2861
2829
  export declare interface IPuzzleCard {
2862
2830
  sheetData: TLPARSheetData;
2863
2831
  blockStatus?: TPuzzleCardBlockStatus | null;
@@ -2899,9 +2867,6 @@ export declare interface IPuzzleCardAssignData {
2899
2867
  node_type: TNodeTypes;
2900
2868
  node_id: string;
2901
2869
  user_node_id: string | null;
2902
- rewards?: TPuzzleRewards[];
2903
- student_elo_rating: number | null;
2904
- current_elo_rating: number | null;
2905
2870
  }
2906
2871
 
2907
2872
  declare interface IPuzzleCardContainerProps {
@@ -2912,12 +2877,7 @@ declare interface IPuzzleCardContainerProps {
2912
2877
  studentId: string;
2913
2878
  onFullyHidden?: () => void;
2914
2879
  onPuzzleClick: () => void;
2915
- }
2916
-
2917
- declare interface IPuzzleDashboardProps {
2918
- studentId: string;
2919
- onBackCLick?: () => void;
2920
- onCardClick: (userNodeId: string) => void;
2880
+ onPuzzleAssign?: () => void;
2921
2881
  }
2922
2882
 
2923
2883
  export declare interface IPuzzleWebGameProps extends IBaseWebGameProps, ISyncableWebGameProps {
@@ -3035,7 +2995,6 @@ export declare interface IReviewWorksheetModel {
3035
2995
  title?: string;
3036
2996
  worksheet_id?: string;
3037
2997
  node_type: TNodeTypes;
3038
- items?: TWorksheetItems[];
3039
2998
  }
3040
2999
 
3041
3000
  declare interface ISATSheetItemCallbacks {
@@ -3275,14 +3234,22 @@ declare interface IStepperProps {
3275
3234
  currentStep: number;
3276
3235
  }
3277
3236
 
3278
- declare interface IStickerData {
3237
+ export declare interface IStickerData {
3279
3238
  id: string;
3280
3239
  emoji: string;
3281
3240
  lottieUrl?: string;
3282
- name?: string;
3241
+ name: string;
3242
+ }
3243
+
3244
+ export declare interface IStickerProps {
3245
+ emoji: string;
3246
+ lottieUrl?: string;
3247
+ size?: number | string;
3248
+ onClick?: () => void;
3249
+ disabled?: boolean;
3283
3250
  }
3284
3251
 
3285
- declare interface IStickerGridProps {
3252
+ export declare interface IStickerSelectorProps {
3286
3253
  stickers: IStickerData[];
3287
3254
  columns?: number;
3288
3255
  gap?: number;
@@ -3290,10 +3257,16 @@ declare interface IStickerGridProps {
3290
3257
  onStickerClick?: (sticker: IStickerData) => void;
3291
3258
  }
3292
3259
 
3260
+ export declare interface IStickersProps {
3261
+ stickers: string[];
3262
+ effect: TStickerEffects;
3263
+ count: number;
3264
+ duration: number;
3265
+ }
3266
+
3293
3267
  declare interface IStreakIconProps extends React.HTMLProps<HTMLDivElement> {
3294
3268
  value: number;
3295
3269
  blink?: boolean;
3296
- isInteractive?: boolean;
3297
3270
  }
3298
3271
 
3299
3272
  export declare interface IStreakLeaderboardDetails extends IBaseLeaderboardDetails {
@@ -3792,10 +3765,6 @@ declare interface IusePointerSyncProps {
3792
3765
  targetUserId?: string;
3793
3766
  }
3794
3767
 
3795
- declare interface IUsePuzzleIntroJourney {
3796
- onJourneyComplete: () => void;
3797
- }
3798
-
3799
3768
  export declare interface IUserChapterData {
3800
3769
  chapter_code: string;
3801
3770
  chapter_id: string;
@@ -3850,6 +3819,12 @@ declare interface IUseTrialSessionMessageBroker {
3850
3819
  };
3851
3820
  }
3852
3821
 
3822
+ declare interface IUseViewportReturn {
3823
+ isCompact: boolean;
3824
+ isMobile: boolean;
3825
+ isDesktop: boolean;
3826
+ }
3827
+
3853
3828
  declare interface IUseWorksheetLayout {
3854
3829
  (options: {
3855
3830
  userType: TUserTypes;
@@ -3996,14 +3971,6 @@ export declare interface IWorksheetBehavior {
3996
3971
  * For teacher we don't show review cta.
3997
3972
  */
3998
3973
  canTeacherValidate: boolean;
3999
- /**
4000
- * * In case of puzzle worksheet for teacher
4001
- * * If true,
4002
- * Teacher validation button will be disabled.
4003
- * * If false,
4004
- * Teacher validation button will be active.
4005
- */
4006
- canTeacherValidateDisabled?: boolean;
4007
3974
  /**
4008
3975
  * If true, questions will be validated and feedback will be shown.
4009
3976
  */
@@ -4055,10 +4022,6 @@ export declare interface IWorksheetBehavior {
4055
4022
  * If true, the user can unassign the sheet.
4056
4023
  */
4057
4024
  canUnAssign?: boolean;
4058
- /**
4059
- * If true, journey will be started.
4060
- */
4061
- canStartJourney?: boolean;
4062
4025
  }
4063
4026
 
4064
4027
  declare interface IWorksheetCallbackProps {
@@ -4219,23 +4182,16 @@ export declare enum JOURNEY_ID_STUDENT {
4219
4182
  CIRCLE_TABLES_INTRO_JOURNEY = "CIRCLE_TABLES_INTRO_JOURNEY",
4220
4183
  CIRCLE_TABLES_INFINTE_JOURNEY = "CIRCLE_TABLES_INFINITE_JOURNEY",
4221
4184
  CIRCLE_LESSONS_K_1_INTRO_JOURNEY = "CIRCLE_LESSONS_K_1_INTRO_JOURNEY",
4185
+ CIRCLE_STREAK_REDUCTION_JOURNEY = "CIRCLE_STREAK_REDUCTION_JOURNEY",
4222
4186
  HOMEPAGE_JOURNEY = "HOMEPAGE_JOURNEY",
4223
4187
  CHAPTER_PAGE_JOURNEY = "CHAPTER_PAGE_JOURNEY",
4224
- PUZZLE_ATTEMPT_JOURNEY = "PUZZLE_ATTEMPT_JOURNEY",
4225
- CHALLENGE_ARENA_JOURNEY = "CHALLENGE_ARENA_JOURNEY",
4226
- PUZZLE_ASSIGNED_JOURNEY = "PUZZLE_ASSIGNED_JOURNEY",
4227
- PUZZLE_DASHBOARD_JOURNEY = "PUZZLE_DASHBOARD_JOURNEY"
4188
+ CHALLENGE_ARENA_JOURNEY = "CHALLENGE_ARENA_JOURNEY"
4228
4189
  }
4229
4190
 
4230
4191
  export declare enum JOURNEY_ID_TEACHER {
4231
4192
  HOMEPAGE_JOURNEY = "HOMEPAGE_JOURNEY",
4232
4193
  CHAPTER_PAGE_JOURNEY = "CHAPTER_PAGE_JOURNEY",
4233
- CHALLENGE_ARENA_JOURNEY = "CHALLENGE_ARENA_JOURNEY",
4234
- PUZZLE_ASSIGN_JOURNEY = "PUZZLE_ASSIGN_JOURNEY",
4235
- PUZZLE_INTRO_JOURNEY = "PUZZLE_INTRO_JOURNEY",
4236
- PUZZLE_REVIEW_JOURNEY = "PUZZLE_REVIEW_JOURNEY",
4237
- PUZZLE_PROGRESS_JOURNEY = "PUZZLE_PROGRESS_JOURNEY",
4238
- PUZZLE_UNASSIGN_JOURNEY = "PUZZLE_UNASSIGN_JOURNEY"
4194
+ CHALLENGE_ARENA_JOURNEY = "CHALLENGE_ARENA_JOURNEY"
4239
4195
  }
4240
4196
 
4241
4197
  export declare const JourneyProvider: FC<IJourneyProviderProps>;
@@ -4350,11 +4306,6 @@ export declare const LOTTIE: {
4350
4306
  PROFICIENT1X: string;
4351
4307
  PROJECT: string;
4352
4308
  PUZZLE: string;
4353
- PUZZLE_BLUE_LOTTIE: string;
4354
- PUZZLE_GREEN_LOTTIE: string;
4355
- PUZZLE_ORANGE_LOTTIE: string;
4356
- PUZZLE_PURPLE_LOTTIE: string;
4357
- PUZZLE_YELLOW_LOTTIE: string;
4358
4309
  RANDOM_MODE_SEGMENT_LOTTIE: string;
4359
4310
  RECAP: string;
4360
4311
  SEQUENCE_MODE_SEGMENT_LOTTIE: string;
@@ -4552,7 +4503,7 @@ export declare enum NODE_TYPES {
4552
4503
  'PUZZLE_CARD' = "PUZZLE_CARD"
4553
4504
  }
4554
4505
 
4555
- export declare const Nudge: React_2.NamedExoticComponent<INudgeProps>;
4506
+ export declare const Nudge: React_2.FC<INudgeProps>;
4556
4507
 
4557
4508
  export declare const NumRangeInput: React.FC<NumRangeInputProps>;
4558
4509
 
@@ -4596,7 +4547,6 @@ export declare enum PLATFORM_EVENTS_STUDENT {
4596
4547
  CUSTOM_TEST_SUBMITTED = "custom_test_submitted",
4597
4548
  HOMEWORK_COMPLETED = "homework_completed",
4598
4549
  ERROR_VIA_AUTO_LOGIN_FROM_CUEMATH_APP = "error_via_auto_login_from_cuemath_app",
4599
- PUZZLE_ATTEMPTED = "puzzle_attempted",
4600
4550
  ACTIVITY_STARTED = "activity_started",
4601
4551
  ACTIVITY_TUTORIAL_SEEN = "activity_tutorial_seen",
4602
4552
  STREAK_ICON_CLICKED = "streak_icon_clicked",
@@ -4613,9 +4563,7 @@ export declare enum PLATFORM_EVENTS_TEACHER {
4613
4563
  LESSON_FEEDBACK_NEGATIVE = "lesson_feedback_negative",
4614
4564
  LESSON_FEEDBACK_BACK_BUTTON = "lesson_feedback_back_button",
4615
4565
  LESSON_FEEDBACK_SUBMIT = "lesson_feedback_submit",
4616
- LESSON_FEEDBACK_NEXT = "lesson_feedback_next",
4617
- PUZZLE_UNASSIGNED = "puzzle_unassigned",
4618
- PUZZLE_REVIEWED = "puzzle_reviewed"
4566
+ LESSON_FEEDBACK_NEXT = "lesson_feedback_next"
4619
4567
  }
4620
4568
 
4621
4569
  export declare const Play2Icon: React_2.FC<React_2.SVGProps<SVGSVGElement>>;
@@ -4688,12 +4636,8 @@ declare const PUZZLE_CARD_STATE: {
4688
4636
 
4689
4637
  declare const PUZZLE_CARDS: "puzzle_cards";
4690
4638
 
4691
- export declare const PuzzleApp: NamedExoticComponent<IPuzzleAppProps>;
4692
-
4693
4639
  export declare const PuzzleCard: FC<IPuzzleCardContainerProps>;
4694
4640
 
4695
- export declare const PuzzleDashboard: FC<IPuzzleDashboardProps>;
4696
-
4697
4641
  export declare const PuzzleFeedbackCelebration: FC;
4698
4642
 
4699
4643
  export declare const PuzzleIcon: React.FC<React.SVGProps<SVGSVGElement>>;
@@ -4755,10 +4699,6 @@ declare const SAT_NODE_TYPE: {
4755
4699
 
4756
4700
  export declare const SATSheetSummary: FC<ISATSheetSummary>;
4757
4701
 
4758
- export declare const ScreenGrabFilledIcon: React.FC<React.SVGProps<SVGSVGElement>>;
4759
-
4760
- export declare const ScreenGrabIcon: React.FC<React.SVGProps<SVGSVGElement>>;
4761
-
4762
4702
  export declare const SearchableSelectInput: <IDType extends string | number>(props: ISearchableSelectInputProps<IDType>) => ReactElement;
4763
4703
 
4764
4704
  export declare const SearchIcon: React.FC<React.SVGProps<SVGSVGElement>>;
@@ -4887,22 +4827,11 @@ declare const STICKER_BADGE: {
4887
4827
  AWESOME: string;
4888
4828
  };
4889
4829
 
4890
- declare type StickerEffect = 'burst_from_edges' | 'pop_expand' | 'float_up' | 'fall_down';
4891
-
4892
- export declare const StickerFilledIcon: React.FC<React.SVGProps<SVGSVGElement>>;
4893
-
4894
- export declare const StickerIcon: React.FC<React.SVGProps<SVGSVGElement>>;
4830
+ export declare const stickerData: IStickerData[];
4895
4831
 
4896
- export declare const Stickers: React_2.NamedExoticComponent<StickersProps>;
4897
-
4898
- declare interface StickersProps {
4899
- stickers: string[];
4900
- effect: StickerEffect;
4901
- count: number;
4902
- duration: number;
4903
- }
4832
+ export declare const StickersEffects: React_2.NamedExoticComponent<IStickersProps>;
4904
4833
 
4905
- export declare const StickersSelector: React_2.NamedExoticComponent<IStickerGridProps>;
4834
+ export declare const StickersSelector: React_2.NamedExoticComponent<IStickerSelectorProps>;
4906
4835
 
4907
4836
  export declare const StreakIcon: React_2.FC<IStreakIconProps>;
4908
4837
 
@@ -5142,6 +5071,8 @@ declare type TCueProgramData = {
5142
5071
 
5143
5072
  declare type TDefaultSection = Record<string, unknown>;
5144
5073
 
5074
+ export declare type TDeviceType = 'mobile' | 'tablet' | 'small-desktop' | 'desktop' | 'large-device' | 'xlarge-device';
5075
+
5145
5076
  declare type TDrawingData = ITile | IStroke | undefined;
5146
5077
 
5147
5078
  declare type TEnglishSectionSummary = {
@@ -5153,7 +5084,7 @@ declare type TEnrollmentTypes = (typeof ENROLLMENT_TYPES)[keyof typeof ENROLLMEN
5153
5084
  export declare const TestsCreation: FC<ITestsCreationProps>;
5154
5085
 
5155
5086
  /**
5156
- * @param $renderAs (fallback for any device), @param $renderOnMobileAs, @param $renderOnTabletAs - The text variant to render as (ah1-ah4, ab1-ab3, ac1-ac4, ub1-ub3), anything else is deprecated
5087
+ * @param $renderAs - The text variant to render as (ah1-ah4, ab1-ab3, ac1-ac4, ub1-ub3), anything else is deprecated
5157
5088
  */
5158
5089
  declare const Text_2: IStyledComponent<"web", Substitute<DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, TextProps>>;
5159
5090
  export { Text_2 as Text }
@@ -5175,8 +5106,6 @@ declare interface TextProps {
5175
5106
  $inline?: boolean;
5176
5107
  $textDecoration?: string;
5177
5108
  $whiteSpace?: 'pre-line' | 'normal' | 'pre-wrap' | 'no-wrap' | 'pre' | 'break-spaces';
5178
- $renderOnMobileAs?: TTextVariants;
5179
- $renderOnTabletAs?: TTextVariants;
5180
5109
  }
5181
5110
 
5182
5111
  export declare type TFontFamilyNames = `${'Athletics'}-${'Light' | 'Regular' | 'Medium' | 'Bold' | 'Black'}` | `${'UntitledSans'}-${'Regular' | 'Medium'}`;
@@ -5431,21 +5360,6 @@ export declare type TInclassMessage = {
5431
5360
  eventPayload: {
5432
5361
  chapterId: string;
5433
5362
  };
5434
- } | {
5435
- eventName: typeof EVENTS.PUZZLE_ASSIGNED;
5436
- eventPayload: {
5437
- puzzleId: string;
5438
- };
5439
- } | {
5440
- eventName: typeof EVENTS.PUZZLE_UNASSIGNED;
5441
- eventPayload: {
5442
- puzzleId?: string;
5443
- };
5444
- } | {
5445
- eventName: typeof EVENTS.PUZZLE_REVIEWED;
5446
- eventPayload: {
5447
- puzzleId: string;
5448
- };
5449
5363
  } | {
5450
5364
  eventName: 'TEACHER_BADGE';
5451
5365
  eventPayload: {
@@ -5835,7 +5749,7 @@ declare type TRenderAs_2 = 'canvas' | 'whiteboard';
5835
5749
  declare type TRewardHomeData = {
5836
5750
  user_badges: TBadgeData[] | [];
5837
5751
  user_rewards: TRewardsData[] | [];
5838
- user_stickers: TStickerData[] | [];
5752
+ user_stickers: TStickerData_2[] | [];
5839
5753
  };
5840
5754
 
5841
5755
  declare type TRewardsData = {
@@ -5963,7 +5877,17 @@ export declare type TSkillStatus = 'pending' | 'completed';
5963
5877
 
5964
5878
  export declare type TSocialAuthProvider = 'google' | 'apple';
5965
5879
 
5966
- declare type TStickerData = {
5880
+ export declare type TStickerData = {
5881
+ id: number;
5882
+ sticker: string;
5883
+ x: number;
5884
+ y: number;
5885
+ size: number;
5886
+ fromX?: string;
5887
+ fromY?: string;
5888
+ };
5889
+
5890
+ declare type TStickerData_2 = {
5967
5891
  actor_id: string;
5968
5892
  badge_id: string;
5969
5893
  badge_type: string;
@@ -5976,6 +5900,8 @@ declare type TStickerData = {
5976
5900
  user_type: string;
5977
5901
  };
5978
5902
 
5903
+ export declare type TStickerEffects = 'burst-from-edges' | 'pop-expand' | 'float-up' | 'fall-down';
5904
+
5979
5905
  export declare type TStreakStatus = 'pending' | 'completed';
5980
5906
 
5981
5907
  declare type TStyleAttrubutes = NonNullable<HTMLAttributes<HTMLDivElement>['style']>;
@@ -6064,10 +5990,6 @@ export declare const Tutorial: ({ src, title, onCross, showProgress, onTutorialP
6064
5990
 
6065
5991
  export declare const TutoringIcon: React_2.FC<React_2.SVGProps<SVGSVGElement>>;
6066
5992
 
6067
- declare type TWorksheetItems = {
6068
- ref: string;
6069
- };
6070
-
6071
5993
  declare type TWORKSHHET_QUESTION_MEDIA_TYPE = 'SIMULATION' | 'VIDEO' | 'AUDIO';
6072
5994
 
6073
5995
  export declare type TZIndexMap = Record<keyof typeof ZINDEX, number>;
@@ -6275,21 +6197,6 @@ export declare const useModalParams: IUseModalParams;
6275
6197
 
6276
6198
  export declare const usePointerSync: ({ userType, targetUserId, }: IusePointerSyncProps) => IusePointerSyncMethods;
6277
6199
 
6278
- export declare const usePuzzleDashboardJourney: () => {
6279
- puzzleProfileRef: RefObject<HTMLDivElement>;
6280
- startJourney: (avatar: IAvatarLayer[]) => void;
6281
- };
6282
-
6283
- export declare const usePuzzleIntroJourney: ({ onJourneyComplete }: IUsePuzzleIntroJourney) => {
6284
- puzzleIconRef: RefObject<HTMLDivElement>;
6285
- startJourney: () => void;
6286
- };
6287
-
6288
- export declare const usePuzzleProgressJourney: () => {
6289
- puzzleProgressRef: RefObject<HTMLDivElement>;
6290
- startJourney: () => void;
6291
- };
6292
-
6293
6200
  export declare const User2Icon: React.FC<React.SVGProps<SVGSVGElement>>;
6294
6201
 
6295
6202
  export declare const UserIcon: React.FC<React.SVGProps<SVGSVGElement>>;
@@ -6300,11 +6207,6 @@ export declare const UsernamePasswordForm: NamedExoticComponent<IUsernamePasswor
6300
6207
 
6301
6208
  export declare const UserTypeSelector: NamedExoticComponent<IUserTypeSelectorProps>;
6302
6209
 
6303
- export declare const useTeacherPuzzleAssignedJourney: () => {
6304
- puzzleHomeTabRef: RefObject<HTMLDivElement>;
6305
- startJourney: () => void;
6306
- };
6307
-
6308
6210
  export declare const useTrackingContext: (commonAnalyticsProps: Record<string, unknown>, overrides?: Record<string, unknown>) => {
6309
6211
  onClick: TTrackCTA;
6310
6212
  onResponse: TTrackInput;
@@ -6315,6 +6217,8 @@ export declare const useTrialSessionMessageBroker: IUseTrialSessionMessageBroker
6315
6217
 
6316
6218
  export declare const useUIContext: () => UIContextProps;
6317
6219
 
6220
+ export declare const useViewport: () => IUseViewportReturn;
6221
+
6318
6222
  export declare const useWorksheetLayout: IUseWorksheetLayout;
6319
6223
 
6320
6224
  export declare const useZoomDisable: () => void;