@cuemath/leap 3.2.17-pzd-0.1 → 3.2.17

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 (209) hide show
  1. package/dist/assets/illustrations/illustrations.js +10 -6
  2. package/dist/assets/illustrations/illustrations.js.map +1 -1
  3. package/dist/assets/line-icons/icons/after-noon.js +34 -0
  4. package/dist/assets/line-icons/icons/after-noon.js.map +1 -0
  5. package/dist/assets/line-icons/icons/apple-icon-white.js +42 -0
  6. package/dist/assets/line-icons/icons/apple-icon-white.js.map +1 -0
  7. package/dist/assets/line-icons/icons/evening.js +35 -0
  8. package/dist/assets/line-icons/icons/evening.js.map +1 -0
  9. package/dist/assets/line-icons/icons/morning.js +35 -0
  10. package/dist/assets/line-icons/icons/morning.js.map +1 -0
  11. package/dist/assets/lottie/lottie.js +10 -5
  12. package/dist/assets/lottie/lottie.js.map +1 -1
  13. package/dist/features/analytics-events/platform-events-student.js +1 -2
  14. package/dist/features/analytics-events/platform-events-student.js.map +1 -1
  15. package/dist/features/analytics-events/platform-events-teacher.js +4 -6
  16. package/dist/features/analytics-events/platform-events-teacher.js.map +1 -1
  17. package/dist/features/analytics-events/whitelist-events.js +8 -10
  18. package/dist/features/analytics-events/whitelist-events.js.map +1 -1
  19. package/dist/features/auth/comps/animated-avatar-message/animated-avatar-message-constants.js +9 -0
  20. package/dist/features/auth/comps/animated-avatar-message/animated-avatar-message-constants.js.map +1 -0
  21. package/dist/features/auth/comps/animated-avatar-message/animated-avatar-message-styled.js +52 -0
  22. package/dist/features/auth/comps/animated-avatar-message/animated-avatar-message-styled.js.map +1 -0
  23. package/dist/features/auth/comps/animated-avatar-message/animated-avatar-message.js +93 -0
  24. package/dist/features/auth/comps/animated-avatar-message/animated-avatar-message.js.map +1 -0
  25. package/dist/features/auth/comps/animated-avatar-message/animated-text/animated-text-styled.js +10 -0
  26. package/dist/features/auth/comps/animated-avatar-message/animated-text/animated-text-styled.js.map +1 -0
  27. package/dist/features/auth/comps/animated-avatar-message/animated-text/animated-text.js +17 -0
  28. package/dist/features/auth/comps/animated-avatar-message/animated-text/animated-text.js.map +1 -0
  29. package/dist/features/auth/comps/auth-page-layout/auth-page-layout.js +18 -13
  30. package/dist/features/auth/comps/auth-page-layout/auth-page-layout.js.map +1 -1
  31. package/dist/features/auth/comps/linear-progress-bar/linear-progress-bar-styled.js +12 -0
  32. package/dist/features/auth/comps/linear-progress-bar/linear-progress-bar-styled.js.map +1 -0
  33. package/dist/features/auth/comps/linear-progress-bar/linear-progress-bar.js +34 -0
  34. package/dist/features/auth/comps/linear-progress-bar/linear-progress-bar.js.map +1 -0
  35. package/dist/features/auth/comps/otp-input/otp-input-styled.js +26 -0
  36. package/dist/features/auth/comps/otp-input/otp-input-styled.js.map +1 -0
  37. package/dist/features/auth/comps/otp-input/otp-input.js +50 -0
  38. package/dist/features/auth/comps/otp-input/otp-input.js.map +1 -0
  39. package/dist/features/auth/comps/pill-button/pill-button-styled.js +44 -0
  40. package/dist/features/auth/comps/pill-button/pill-button-styled.js.map +1 -0
  41. package/dist/features/auth/comps/pill-button/pill-button.js +74 -0
  42. package/dist/features/auth/comps/pill-button/pill-button.js.map +1 -0
  43. package/dist/features/auth/comps/resend-otp/resend-otp.js +54 -47
  44. package/dist/features/auth/comps/resend-otp/resend-otp.js.map +1 -1
  45. package/dist/features/auth/comps/selectable-info-card/selectable-info-card-styled.js +17 -0
  46. package/dist/features/auth/comps/selectable-info-card/selectable-info-card-styled.js.map +1 -0
  47. package/dist/features/auth/comps/selectable-info-card/selectable-info-card.js +67 -0
  48. package/dist/features/auth/comps/selectable-info-card/selectable-info-card.js.map +1 -0
  49. package/dist/features/auth/comps/tabs/tab-tem/tab-item.js +29 -17
  50. package/dist/features/auth/comps/tabs/tab-tem/tab-item.js.map +1 -1
  51. package/dist/features/auth/comps/tabs/tabs-styled.js +22 -10
  52. package/dist/features/auth/comps/tabs/tabs-styled.js.map +1 -1
  53. package/dist/features/auth/comps/tabs/tabs.js +5 -5
  54. package/dist/features/auth/comps/tabs/tabs.js.map +1 -1
  55. package/dist/features/auth/pla-signup/onboarding-guide/onboarding-guide-constants.js +19 -0
  56. package/dist/features/auth/pla-signup/onboarding-guide/onboarding-guide-constants.js.map +1 -0
  57. package/dist/features/auth/pla-signup/onboarding-guide/onboarding-guide-styled.js +32 -0
  58. package/dist/features/auth/pla-signup/onboarding-guide/onboarding-guide-styled.js.map +1 -0
  59. package/dist/features/auth/pla-signup/onboarding-guide/onboarding-guide.js +44 -0
  60. package/dist/features/auth/pla-signup/onboarding-guide/onboarding-guide.js.map +1 -0
  61. package/dist/features/auth/pla-signup/signup-header/signup-header.js +54 -0
  62. package/dist/features/auth/pla-signup/signup-header/signup-header.js.map +1 -0
  63. package/dist/features/auth/pla-signup/signup-options/signup-options.js +83 -0
  64. package/dist/features/auth/pla-signup/signup-options/signup-options.js.map +1 -0
  65. package/dist/features/chapters-v2/utils/node-card-utils.js +2 -2
  66. package/dist/features/chapters-v2/utils/node-card-utils.js.map +1 -1
  67. package/dist/features/communication/pub-sub/constants.js +4 -7
  68. package/dist/features/communication/pub-sub/constants.js.map +1 -1
  69. package/dist/features/homework/homework-card-view.js +97 -85
  70. package/dist/features/homework/homework-card-view.js.map +1 -1
  71. package/dist/features/homework/homework-card.js +42 -44
  72. package/dist/features/homework/homework-card.js.map +1 -1
  73. package/dist/features/homework/hw-card-list/hw-card-list-view.js +29 -31
  74. package/dist/features/homework/hw-card-list/hw-card-list-view.js.map +1 -1
  75. package/dist/features/homework/hw-card-list/hw-card-list.js +48 -54
  76. package/dist/features/homework/hw-card-list/hw-card-list.js.map +1 -1
  77. package/dist/features/homework/utils.js +27 -33
  78. package/dist/features/homework/utils.js.map +1 -1
  79. package/dist/features/journey/hooks/use-home-page-journey/tooltip-item.js +11 -17
  80. package/dist/features/journey/hooks/use-home-page-journey/tooltip-item.js.map +1 -1
  81. package/dist/features/journey/journey-id/journey-id-student.js +1 -1
  82. package/dist/features/journey/journey-id/journey-id-student.js.map +1 -1
  83. package/dist/features/journey/journey-id/journey-id-teacher.js +2 -2
  84. package/dist/features/journey/journey-id/journey-id-teacher.js.map +1 -1
  85. package/dist/features/puzzles/app/puzzle-app-styled.js +6 -10
  86. package/dist/features/puzzles/app/puzzle-app-styled.js.map +1 -1
  87. package/dist/features/puzzles/comps/puzzle-card-styled.js +69 -24
  88. package/dist/features/puzzles/comps/puzzle-card-styled.js.map +1 -1
  89. package/dist/features/puzzles/comps/puzzle-card.js +30 -79
  90. package/dist/features/puzzles/comps/puzzle-card.js.map +1 -1
  91. package/dist/features/puzzles/puzzle-container/puzzle-container-styled.js +25 -55
  92. package/dist/features/puzzles/puzzle-container/puzzle-container-styled.js.map +1 -1
  93. package/dist/features/puzzles/puzzle-container/puzzle-container.js +107 -100
  94. package/dist/features/puzzles/puzzle-container/puzzle-container.js.map +1 -1
  95. package/dist/features/puzzles/puzzle-feedback-celebration/puzzle-feedback-celebration.js +1 -1
  96. package/dist/features/puzzles/puzzle-feedback-celebration/puzzle-feedback-celebration.js.map +1 -1
  97. package/dist/features/puzzles/utils/puzzle-pattern.js +13 -28
  98. package/dist/features/puzzles/utils/puzzle-pattern.js.map +1 -1
  99. package/dist/features/ui/drawer/drawer-styled.js +34 -0
  100. package/dist/features/ui/drawer/drawer-styled.js.map +1 -0
  101. package/dist/features/ui/drawer/drawer.js +42 -0
  102. package/dist/features/ui/drawer/drawer.js.map +1 -0
  103. package/dist/features/ui/image/image.js +1 -1
  104. package/dist/features/ui/image/image.js.map +1 -1
  105. package/dist/features/ui/theme/button.js +78 -78
  106. package/dist/features/ui/theme/button.js.map +1 -1
  107. package/dist/features/worksheet/worksheet/worksheet-helpers.js +19 -20
  108. package/dist/features/worksheet/worksheet/worksheet-helpers.js.map +1 -1
  109. package/dist/features/worksheet/worksheet/worksheet-question/learnosity-question.js +12 -16
  110. package/dist/features/worksheet/worksheet/worksheet-question/learnosity-question.js.map +1 -1
  111. package/dist/features/worksheet/worksheet/worksheet-question/worksheet-question-styled.js +47 -101
  112. package/dist/features/worksheet/worksheet/worksheet-question/worksheet-question-styled.js.map +1 -1
  113. package/dist/features/worksheet/worksheet/worksheet-question/worksheet-question.js +146 -149
  114. package/dist/features/worksheet/worksheet/worksheet-question/worksheet-question.js.map +1 -1
  115. package/dist/features/worksheet/worksheet/worksheet-questions-controller/worksheet-questions-controller.js +207 -242
  116. package/dist/features/worksheet/worksheet/worksheet-questions-controller/worksheet-questions-controller.js.map +1 -1
  117. package/dist/features/worksheet/worksheet/worksheet-styled.js +37 -37
  118. package/dist/features/worksheet/worksheet/worksheet-styled.js.map +1 -1
  119. package/dist/features/worksheet/worksheet/worksheet-types.js.map +1 -1
  120. package/dist/features/worksheet/worksheet/worksheet.js +313 -307
  121. package/dist/features/worksheet/worksheet/worksheet.js.map +1 -1
  122. package/dist/features/worksheet/worksheet-preview/hooks/use-worksheet-layout.js +1 -1
  123. package/dist/features/worksheet/worksheet-preview/hooks/use-worksheet-layout.js.map +1 -1
  124. package/dist/features/worksheet/worksheet-preview/worksheet-preview.js +35 -44
  125. package/dist/features/worksheet/worksheet-preview/worksheet-preview.js.map +1 -1
  126. package/dist/index.d.ts +123 -90
  127. package/dist/index.js +518 -504
  128. package/dist/index.js.map +1 -1
  129. package/dist/node_modules/decode-uri-component/index.js.map +1 -0
  130. package/dist/node_modules/query-string/base.js +1 -1
  131. package/dist/node_modules/uuid/dist/esm-browser/native.js +7 -0
  132. package/dist/node_modules/uuid/dist/esm-browser/native.js.map +1 -0
  133. package/dist/node_modules/uuid/dist/esm-browser/rng.js +3 -2
  134. package/dist/node_modules/uuid/dist/esm-browser/rng.js.map +1 -1
  135. package/dist/node_modules/uuid/dist/esm-browser/stringify.js +6 -10
  136. package/dist/node_modules/uuid/dist/esm-browser/stringify.js.map +1 -1
  137. package/dist/node_modules/uuid/dist/esm-browser/v4.js +12 -9
  138. package/dist/node_modules/uuid/dist/esm-browser/v4.js.map +1 -1
  139. package/dist/static/animated-avatar.1ad58b1d.json +1 -0
  140. package/dist/static/animated-avatar.69b07505.json +1 -0
  141. package/dist/static/animated-avatar.9c560b46.json +1 -0
  142. package/dist/static/calendar-purple.1a840b41.svg +1 -0
  143. package/dist/static/flying-disk.c7f6ed39.json +1 -0
  144. package/dist/static/graduation-cap.3be3340a.json +1 -0
  145. package/dist/static/handshake.287e7dfb.svg +1 -0
  146. package/dist/static/light-bulb.c6db0b23.json +1 -0
  147. package/dist/static/money.332aacf1.svg +1 -0
  148. package/dist/static/muscle.9bcfb8a7.json +1 -0
  149. package/dist/static/parent-avatar.822c7b9b.svg +1 -0
  150. package/dist/static/pencil.23df9da0.json +1 -0
  151. package/dist/static/plus-sign.de6af957.json +1 -0
  152. package/dist/static/puzzle-pattern-blue.f4bea1ee.svg +1 -0
  153. package/dist/static/puzzle-pattern-green.c9f84bbc.svg +1 -0
  154. package/dist/static/puzzle-pattern-orange.3da09665.svg +1 -0
  155. package/dist/static/puzzle-pattern-purple.5fb5a319.svg +1 -0
  156. package/dist/static/puzzle-pattern-yellow.aadbf457.svg +1 -0
  157. package/dist/static/racing-car.2cbf864e.json +1 -0
  158. package/dist/static/rocket.0a3ccab0.json +1 -0
  159. package/dist/static/shovel.abeec04c.json +1 -0
  160. package/dist/static/trustpilot.bd3d79e1.svg +1 -0
  161. package/package.json +1 -1
  162. package/dist/features/journey/hooks/use-puzzles-journey/use-puzzle-assigned.js +0 -72
  163. package/dist/features/journey/hooks/use-puzzles-journey/use-puzzle-assigned.js.map +0 -1
  164. package/dist/features/journey/hooks/use-puzzles-journey/use-puzzle-attempt-journey.js +0 -59
  165. package/dist/features/journey/hooks/use-puzzles-journey/use-puzzle-attempt-journey.js.map +0 -1
  166. package/dist/features/journey/hooks/use-puzzles-journey/use-puzzle-dashboard-journey.js +0 -63
  167. package/dist/features/journey/hooks/use-puzzles-journey/use-puzzle-dashboard-journey.js.map +0 -1
  168. package/dist/features/journey/hooks/use-puzzles-journey/use-puzzle-intro-journey.js +0 -67
  169. package/dist/features/journey/hooks/use-puzzles-journey/use-puzzle-intro-journey.js.map +0 -1
  170. package/dist/features/journey/hooks/use-puzzles-journey/use-puzzle-progress-journey.js +0 -70
  171. package/dist/features/journey/hooks/use-puzzles-journey/use-puzzle-progress-journey.js.map +0 -1
  172. package/dist/features/journey/hooks/use-puzzles-journey/use-puzzle-review-journey.js +0 -59
  173. package/dist/features/journey/hooks/use-puzzles-journey/use-puzzle-review-journey.js.map +0 -1
  174. package/dist/features/journey/hooks/use-puzzles-journey/use-puzzle-unassign-journey.js +0 -59
  175. package/dist/features/journey/hooks/use-puzzles-journey/use-puzzle-unassign-journey.js.map +0 -1
  176. package/dist/features/journey/hooks/use-puzzles-journey/use-teacher-puzzle-assigned-journey.js +0 -70
  177. package/dist/features/journey/hooks/use-puzzles-journey/use-teacher-puzzle-assigned-journey.js.map +0 -1
  178. package/dist/features/puzzles/api/puzzle-dashboard.js +0 -10
  179. package/dist/features/puzzles/api/puzzle-dashboard.js.map +0 -1
  180. package/dist/features/puzzles/constants/puzzle-container.js +0 -8
  181. package/dist/features/puzzles/constants/puzzle-container.js.map +0 -1
  182. package/dist/features/puzzles/puzzle-analytics-events.js +0 -11
  183. package/dist/features/puzzles/puzzle-analytics-events.js.map +0 -1
  184. package/dist/features/puzzles/puzzle-container/puzzle-container-view.js +0 -55
  185. package/dist/features/puzzles/puzzle-container/puzzle-container-view.js.map +0 -1
  186. package/dist/features/puzzles/puzzle-dashboard/puzzle-dashboard-styled.js +0 -37
  187. package/dist/features/puzzles/puzzle-dashboard/puzzle-dashboard-styled.js.map +0 -1
  188. package/dist/features/puzzles/puzzle-dashboard/puzzle-dashboard.js +0 -110
  189. package/dist/features/puzzles/puzzle-dashboard/puzzle-dashboard.js.map +0 -1
  190. package/dist/features/worksheet/worksheet/hooks/use-worksheet-journey.js +0 -28
  191. package/dist/features/worksheet/worksheet/hooks/use-worksheet-journey.js.map +0 -1
  192. package/dist/node_modules/query-string/node_modules/decode-uri-component/index.js.map +0 -1
  193. package/dist/node_modules/uuid/dist/esm-browser/regex.js +0 -5
  194. package/dist/node_modules/uuid/dist/esm-browser/regex.js.map +0 -1
  195. package/dist/node_modules/uuid/dist/esm-browser/validate.js +0 -8
  196. package/dist/node_modules/uuid/dist/esm-browser/validate.js.map +0 -1
  197. package/dist/static/puzzle-blue-lottie.7017e2e8.json +0 -1
  198. package/dist/static/puzzle-blue-lottie.bf64ebc5.json +0 -12760
  199. package/dist/static/puzzle-dashboard-banner.b7956519.svg +0 -1
  200. package/dist/static/puzzle-green-lottie.1da90698.json +0 -1
  201. package/dist/static/puzzle-orange-lottie.cfcf3724.json +0 -1
  202. package/dist/static/puzzle-pattern-blue.abff0164.svg +0 -1
  203. package/dist/static/puzzle-pattern-green.b8ba1840.svg +0 -1
  204. package/dist/static/puzzle-pattern-orange.3f5a17ff.svg +0 -1
  205. package/dist/static/puzzle-pattern-purple.14b09759.svg +0 -1
  206. package/dist/static/puzzle-pattern-yellow.50917fab.svg +0 -1
  207. package/dist/static/puzzle-purple-lottie.e70de110.json +0 -9860
  208. package/dist/static/puzzle-yellow-lottie.275b5cf4.json +0 -1
  209. /package/dist/node_modules/{query-string/node_modules/decode-uri-component → decode-uri-component}/index.js +0 -0
package/dist/index.d.ts CHANGED
@@ -52,10 +52,14 @@ export declare const AchievementNotShareReasonModal: React_2.FC<IShareInstructio
52
52
 
53
53
  export declare const AchievementShareInstructionModal: React_2.FC<IShareInstructionModalProps>;
54
54
 
55
+ export declare const AfternoonIcon: React.FC<React.SVGProps<SVGSVGElement>>;
56
+
55
57
  export declare const AlertIcon: React_2.FC<React_2.SVGProps<SVGSVGElement>>;
56
58
 
57
59
  export declare const AnimatedArc: React_2.FC<IAnimatedArcProps>;
58
60
 
61
+ export declare const AnimatedAvatarMessage: NamedExoticComponent<IAnimatedAvatarMessageProps>;
62
+
59
63
  export declare const AppLoader: FC<IAppLoaderProps>;
60
64
 
61
65
  export declare const ArcButton: NamedExoticComponent<IArcButtonProps & {
@@ -348,6 +352,8 @@ export declare const DraftIcon: React.FC<React.SVGProps<SVGSVGElement>>;
348
352
 
349
353
  export declare const DragIcon: React.FC<React.SVGProps<SVGSVGElement>>;
350
354
 
355
+ export declare const Drawer: FC<IDrawerProps>;
356
+
351
357
  export declare const DynamicPreviewWorksheet: FC<IDynamicWorksheetPreview>;
352
358
 
353
359
  export declare enum EClassTimeAlertLevel {
@@ -420,10 +426,9 @@ declare interface ErrorProps {
420
426
  handleClick: () => void;
421
427
  }
422
428
 
429
+ export declare const EveningIcon: React.FC<React.SVGProps<SVGSVGElement>>;
430
+
423
431
  export declare const EVENTS: {
424
- PUZZLE_ASSIGNED: "PUZZLE_ASSIGNED";
425
- PUZZLE_UNASSIGNED: "PUZZLE_UNASSIGNED";
426
- PUZZLE_REVIEWED: "PUZZLE_REVIEWED";
427
432
  PUZZLE_FEEDBACK_CELEBRATION: "PUZZLE_FEEDBACK_CELEBRATION";
428
433
  HOMEWORK_UNASSIGN: "HOMEWORK_UNASSIGN";
429
434
  INVALIDATE_HOMEWORK: "INVALIDATE_HOMEWORK";
@@ -598,7 +603,6 @@ declare interface HWCardListProps extends INodeCardCallbacks {
598
603
  homeworkRef?: React_2.RefObject<HTMLDivElement>;
599
604
  startHomePageJourney?: ({ studentId, stream, userType }: IHomepageStartJourneyProps) => void;
600
605
  canStartJourney?: boolean;
601
- canStartPuzzleAssignedJourney?: boolean;
602
606
  }
603
607
 
604
608
  declare interface IAccordionSectionProps {
@@ -648,6 +652,21 @@ declare interface IAnimatedArcProps {
648
652
  showAnimatedRainbowArc?: boolean;
649
653
  }
650
654
 
655
+ declare interface IAnimatedAvatarMessageProps {
656
+ message: string;
657
+ onShowContent: (show: boolean) => void;
658
+ confirmationFrames: [number, number];
659
+ confirmationMessage?: string;
660
+ isConfirmationVisible?: boolean;
661
+ ref: React.Ref<IAnimatedAvatarMessageRef>;
662
+ height?: string | number;
663
+ }
664
+
665
+ export declare type IAnimatedAvatarMessageRef = {
666
+ fadeOutMessage: () => Promise<void>;
667
+ playConfirmationFrames: () => Promise<void>;
668
+ };
669
+
651
670
  declare interface IAppLoaderProps {
652
671
  width?: string | number;
653
672
  height?: string | number;
@@ -693,6 +712,7 @@ declare interface IAuthPageLayoutProps {
693
712
  leftBlock: ReactElement;
694
713
  rightBlock?: ReactElement;
695
714
  isFullWidth?: boolean;
715
+ rightBlockBg?: TColorNames;
696
716
  }
697
717
 
698
718
  declare interface IAuthStaticPanelProps {
@@ -1349,6 +1369,16 @@ declare interface IDigitalMeterProps {
1349
1369
  actAsTimer?: boolean;
1350
1370
  }
1351
1371
 
1372
+ declare interface IDrawerProps {
1373
+ isOpen: boolean;
1374
+ onClose?: () => void;
1375
+ children: ReactNode;
1376
+ drawerWidth?: number | string;
1377
+ position?: 'left' | 'right';
1378
+ zIndex?: number;
1379
+ theme: 'light' | 'dark';
1380
+ }
1381
+
1352
1382
  declare interface IDynamicWorksheetPreview {
1353
1383
  studentId: string;
1354
1384
  userNodeId: string;
@@ -1608,7 +1638,7 @@ declare interface IIdentifierOtpFormProps {
1608
1638
  }
1609
1639
 
1610
1640
  declare interface IImageProps extends ImgHTMLAttributes<HTMLImageElement> {
1611
- withLoader: boolean;
1641
+ withLoader?: boolean;
1612
1642
  borderRadius?: number;
1613
1643
  borderColor?: TColorNames;
1614
1644
  }
@@ -1982,6 +2012,14 @@ export declare interface ILessonWebGameProps extends IBaseWebGameProps, ISyncabl
1982
2012
  targetQuestions: number;
1983
2013
  }
1984
2014
 
2015
+ declare interface ILinearProgressBarProps {
2016
+ percentage: number;
2017
+ height?: number;
2018
+ backgroundColor?: TColorNames;
2019
+ fillColor?: TColorNames;
2020
+ borderRadius?: number;
2021
+ }
2022
+
1985
2023
  export declare const ILLUSTRATIONS: {
1986
2024
  ALARM_CLOCK_ORANGE: string;
1987
2025
  ALARM_CLOCK_PURPLE: string;
@@ -1998,6 +2036,7 @@ export declare const ILLUSTRATIONS: {
1998
2036
  CALENDAR_BLUE: string;
1999
2037
  CALENDAR_GRAY: string;
2000
2038
  CALENDAR_GREEN: string;
2039
+ CALENDAR_PURPLE: string;
2001
2040
  CAUTION: string;
2002
2041
  CHAPTER_10: string;
2003
2042
  CHAPTER_1: string;
@@ -2037,6 +2076,7 @@ export declare const ILLUSTRATIONS: {
2037
2076
  GRADUATE_PINK_FILLED_BG: string;
2038
2077
  GREEN_BALLOON: string;
2039
2078
  GREEN_FACE: string;
2079
+ HANDSHAKE: string;
2040
2080
  LEARNED_SHIELD_GRAY: string;
2041
2081
  LEARNED_SHIELD_GREEN: string;
2042
2082
  LEARNT: string;
@@ -2055,6 +2095,7 @@ export declare const ILLUSTRATIONS: {
2055
2095
  MILESTONE_INTRO_2: string;
2056
2096
  MILESTONE_INTRO_3: string;
2057
2097
  MISTAKE: string;
2098
+ MONEY: string;
2058
2099
  NODE_ACTIVITY_BG: string;
2059
2100
  NODE_CUSTOM_TEST_BG: string;
2060
2101
  NODE_DOWNLOAD_BG: string;
@@ -2072,6 +2113,7 @@ export declare const ILLUSTRATIONS: {
2072
2113
  NUMBER_4_ORANGE: string;
2073
2114
  ONE_STAR_FILLED: string;
2074
2115
  ORANGE_FACE: string;
2116
+ PARENT_AVATAR: string;
2075
2117
  PEOPLE_WITH_ORANGE_FILL: string;
2076
2118
  PLAY: string;
2077
2119
  PLAY_ICON: string;
@@ -2081,7 +2123,6 @@ export declare const ILLUSTRATIONS: {
2081
2123
  PROFICIENT_BADGE: string;
2082
2124
  PROFILE_BOARD: string;
2083
2125
  PUZZLE: string;
2084
- PUZZLE_DASHBOARD_BANNER: string;
2085
2126
  PUZZLE_PATTERN_BLUE: string;
2086
2127
  PUZZLE_PATTERN_GREEN: string;
2087
2128
  PUZZLE_PATTERN_ORANGE: string;
@@ -2109,6 +2150,7 @@ export declare const ILLUSTRATIONS: {
2109
2150
  TROPHY_BLUE_FILLED: string;
2110
2151
  TROPHY_CIRCLE: string;
2111
2152
  TROPHY_GREEN: string;
2153
+ TRUSTPILOT: string;
2112
2154
  TWO_STARS_FILLED: string;
2113
2155
  UP_ARROW: string;
2114
2156
  USER_CROWN_GRID_BACKGROUND: string;
@@ -2641,6 +2683,14 @@ declare interface IOpenImageReviewModalProps {
2641
2683
  image?: string;
2642
2684
  }
2643
2685
 
2686
+ declare interface IOTPInputProps {
2687
+ length?: number;
2688
+ value: string;
2689
+ onChange: (val: string) => void;
2690
+ error?: string;
2691
+ isBusy?: boolean;
2692
+ }
2693
+
2644
2694
  declare interface IOTPResendProps {
2645
2695
  onResendOTP: () => void;
2646
2696
  onResendVoiceOTP?: () => void;
@@ -2649,6 +2699,8 @@ declare interface IOTPResendProps {
2649
2699
  disabled?: boolean;
2650
2700
  renderAs?: 'submit' | 'text';
2651
2701
  width?: number | string;
2702
+ textButtonColor?: TColorNames;
2703
+ size?: 'small' | 'xsmall';
2652
2704
  }
2653
2705
 
2654
2706
  declare interface IOutcomeConfig {
@@ -2686,6 +2738,18 @@ declare interface IPerfectHitsProps {
2686
2738
  value: number;
2687
2739
  }
2688
2740
 
2741
+ declare interface IPillButtonProps {
2742
+ id: string;
2743
+ label: string;
2744
+ selected?: boolean;
2745
+ disabled?: boolean;
2746
+ animatedLabel?: string;
2747
+ icon?: string;
2748
+ onClick: (val: string) => void;
2749
+ tooltip?: string;
2750
+ width?: number | string;
2751
+ }
2752
+
2689
2753
  declare interface IPlaceholder {
2690
2754
  text?: string;
2691
2755
  marks?: string;
@@ -2799,7 +2863,6 @@ declare interface IPreviewWorksheetProps {
2799
2863
  items?: string[];
2800
2864
  onWorksheetLoaded?: (loaded: boolean) => void;
2801
2865
  onUnassign?: () => void;
2802
- canStartUnassignJourney?: boolean;
2803
2866
  }
2804
2867
 
2805
2868
  export declare interface IProject<T> {
@@ -2899,9 +2962,6 @@ export declare interface IPuzzleCardAssignData {
2899
2962
  node_type: TNodeTypes;
2900
2963
  node_id: string;
2901
2964
  user_node_id: string | null;
2902
- rewards?: TPuzzleRewards[];
2903
- student_elo_rating: number | null;
2904
- current_elo_rating: number | null;
2905
2965
  }
2906
2966
 
2907
2967
  declare interface IPuzzleCardContainerProps {
@@ -2912,12 +2972,7 @@ declare interface IPuzzleCardContainerProps {
2912
2972
  studentId: string;
2913
2973
  onFullyHidden?: () => void;
2914
2974
  onPuzzleClick: () => void;
2915
- }
2916
-
2917
- declare interface IPuzzleDashboardProps {
2918
- studentId: string;
2919
- onBackCLick?: () => void;
2920
- onCardClick: (userNodeId: string) => void;
2975
+ onPuzzleAssign?: () => void;
2921
2976
  }
2922
2977
 
2923
2978
  export declare interface IPuzzleWebGameProps extends IBaseWebGameProps, ISyncableWebGameProps {
@@ -3082,6 +3137,15 @@ declare interface ISectionOption<Section = TDefaultSection> {
3082
3137
  data: Section[];
3083
3138
  }
3084
3139
 
3140
+ declare interface ISelectableInfoCardProps {
3141
+ id: string;
3142
+ title: string;
3143
+ description: string;
3144
+ icon: string;
3145
+ selected: boolean;
3146
+ onClick: (val: string) => void;
3147
+ }
3148
+
3085
3149
  declare interface ISelectInputProps<IDType extends string | number> extends Omit<IBaseSelectInputProps<IDType>, 'searchable' | 'searchText' | 'onSearchTextChange'> {
3086
3150
  }
3087
3151
 
@@ -3216,6 +3280,15 @@ declare interface ISignupMethodsProps {
3216
3280
  loadingProvider: TSocialAuthProvider | null;
3217
3281
  }
3218
3282
 
3283
+ declare interface ISignupOptionsProps {
3284
+ onEmailSignup: () => void;
3285
+ onGoogleSignup: () => void;
3286
+ onAppleSignup: () => void;
3287
+ onGoToLogin: () => void;
3288
+ loadingProvider: TSocialAuthProvider | null;
3289
+ title?: string;
3290
+ }
3291
+
3219
3292
  export declare interface ISignUpProps {
3220
3293
  circleOnLeapSignedUp: boolean;
3221
3294
  circleOnLeapPremiumEnabled: boolean;
@@ -3371,6 +3444,8 @@ declare interface ISyncableWebGameProps {
3371
3444
  declare interface ITabItem {
3372
3445
  id: string;
3373
3446
  label: string;
3447
+ iconPosition?: 'left' | 'right';
3448
+ Icon?: React.FC<React.SVGProps<SVGSVGElement>>;
3374
3449
  }
3375
3450
 
3376
3451
  export declare interface ITable {
@@ -3442,6 +3517,7 @@ declare interface ITabsProps {
3442
3517
  selectedTab: string;
3443
3518
  onChange: (tab: string) => void;
3444
3519
  tabs: ITabItem[];
3520
+ background?: TColorNames;
3445
3521
  }
3446
3522
 
3447
3523
  export declare interface ITabVariantConfig {
@@ -3792,10 +3868,6 @@ declare interface IusePointerSyncProps {
3792
3868
  targetUserId?: string;
3793
3869
  }
3794
3870
 
3795
- declare interface IUsePuzzleIntroJourney {
3796
- onJourneyComplete: () => void;
3797
- }
3798
-
3799
3871
  export declare interface IUserChapterData {
3800
3872
  chapter_code: string;
3801
3873
  chapter_id: string;
@@ -3996,14 +4068,6 @@ export declare interface IWorksheetBehavior {
3996
4068
  * For teacher we don't show review cta.
3997
4069
  */
3998
4070
  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
4071
  /**
4008
4072
  * If true, questions will be validated and feedback will be shown.
4009
4073
  */
@@ -4055,10 +4119,6 @@ export declare interface IWorksheetBehavior {
4055
4119
  * If true, the user can unassign the sheet.
4056
4120
  */
4057
4121
  canUnAssign?: boolean;
4058
- /**
4059
- * If true, journey will be started.
4060
- */
4061
- canStartJourney?: boolean;
4062
4122
  }
4063
4123
 
4064
4124
  declare interface IWorksheetCallbackProps {
@@ -4221,21 +4281,13 @@ export declare enum JOURNEY_ID_STUDENT {
4221
4281
  CIRCLE_LESSONS_K_1_INTRO_JOURNEY = "CIRCLE_LESSONS_K_1_INTRO_JOURNEY",
4222
4282
  HOMEPAGE_JOURNEY = "HOMEPAGE_JOURNEY",
4223
4283
  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"
4284
+ CHALLENGE_ARENA_JOURNEY = "CHALLENGE_ARENA_JOURNEY"
4228
4285
  }
4229
4286
 
4230
4287
  export declare enum JOURNEY_ID_TEACHER {
4231
4288
  HOMEPAGE_JOURNEY = "HOMEPAGE_JOURNEY",
4232
4289
  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"
4290
+ CHALLENGE_ARENA_JOURNEY = "CHALLENGE_ARENA_JOURNEY"
4239
4291
  }
4240
4292
 
4241
4293
  export declare const JourneyProvider: FC<IJourneyProviderProps>;
@@ -4258,6 +4310,8 @@ declare const LESSON_TAG_TYPE: {
4258
4310
  readonly DEFAULT: "DEFAULT";
4259
4311
  };
4260
4312
 
4313
+ export declare const LinearProgressBar: NamedExoticComponent<ILinearProgressBarProps>;
4314
+
4261
4315
  export declare const loadScript: ILoadScript;
4262
4316
 
4263
4317
  export declare const Lock2Icon: React_2.FC<React_2.SVGProps<SVGSVGElement>>;
@@ -4272,6 +4326,7 @@ export declare const LOTTIE: {
4272
4326
  ACTIVITY: string;
4273
4327
  ADVANCE_MODE_SEGMENT_LOTTIE: string;
4274
4328
  ALL_DONE: string;
4329
+ ANIMATED_AVATAR: string;
4275
4330
  AVATAR_SELECTED: string;
4276
4331
  BEGINNER1X: string;
4277
4332
  BRONZE_1: string;
@@ -4303,12 +4358,14 @@ export declare const LOTTIE: {
4303
4358
  FAMILIAR1X: string;
4304
4359
  FIFTEEN_MIN_CLOCK: string;
4305
4360
  FIVE_MIN_CLOCK: string;
4361
+ FLYING_DISK: string;
4306
4362
  GIFT: string;
4307
4363
  GOLD_1: string;
4308
4364
  GOLD_2: string;
4309
4365
  GOLD_3: string;
4310
4366
  GOLF: string;
4311
4367
  GRADE: string;
4368
+ GRADUATION_CAP: string;
4312
4369
  HIGH_SCORE_CONFETTI: string;
4313
4370
  HIGH_SCORE_TEXT: string;
4314
4371
  INFINITE_BUTTON_BG: string;
@@ -4319,17 +4376,21 @@ export declare const LOTTIE: {
4319
4376
  LEVELUP_RINGS: string;
4320
4377
  LEVEL_1_ALLSTAR: string;
4321
4378
  LIGHTNING: string;
4379
+ LIGHT_BULB: string;
4322
4380
  MAGICWAND: string;
4323
4381
  MAIL: string;
4324
4382
  MECHANICAL_ARM: string;
4325
4383
  MEDAL: string;
4326
4384
  MEDIUM: string;
4385
+ MUSCLE: string;
4327
4386
  NUDGE_TAP: string;
4328
4387
  OTP: string;
4329
4388
  PARENT_AVATAR: string;
4330
4389
  PARTY_BALL: string;
4331
4390
  PARTY_POPPER: string;
4391
+ PENCIL: string;
4332
4392
  PHONE_NUMBER: string;
4393
+ PLUS_SIGN: string;
4333
4394
  POINT100: string;
4334
4395
  POINT10: string;
4335
4396
  POINT15: string;
@@ -4350,14 +4411,12 @@ export declare const LOTTIE: {
4350
4411
  PROFICIENT1X: string;
4351
4412
  PROJECT: string;
4352
4413
  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;
4414
+ RACING_CAR: string;
4358
4415
  RANDOM_MODE_SEGMENT_LOTTIE: string;
4359
4416
  RECAP: string;
4417
+ ROCKET: string;
4360
4418
  SEQUENCE_MODE_SEGMENT_LOTTIE: string;
4419
+ SHOVEL: string;
4361
4420
  SILVER_1: string;
4362
4421
  SILVER_2: string;
4363
4422
  SILVER_3: string;
@@ -4420,6 +4479,8 @@ export declare const ModalProvider: FC<IModalProviderProps>;
4420
4479
 
4421
4480
  export declare const MoreVerticalIcon: React.FC<React.SVGProps<SVGSVGElement>>;
4422
4481
 
4482
+ export declare const MorningIcon: React.FC<React.SVGProps<SVGSVGElement>>;
4483
+
4423
4484
  export declare const MultiTabBlocker: FC<PropsWithChildren<IMultiTabBlockerProps>>;
4424
4485
 
4425
4486
  export declare const Next2Icon: React.FC<React.SVGProps<SVGSVGElement>>;
@@ -4573,8 +4634,12 @@ declare interface NumRangeInputProps {
4573
4634
  endPlaceholder?: string;
4574
4635
  }
4575
4636
 
4637
+ export declare const OnboardingGuide: () => JSX.Element;
4638
+
4576
4639
  export declare const OTPForm: MemoExoticComponent<({ onSubmit, onChange, value, error, isProcessing, isValid, helperText, }: ISingleFieldFormProps) => JSX.Element>;
4577
4640
 
4641
+ export declare const OTPInput: NamedExoticComponent<IOTPInputProps>;
4642
+
4578
4643
  export declare type OutcomeStage = keyof typeof STAGES;
4579
4644
 
4580
4645
  export declare const OverlayLoader: MemoExoticComponent<({ isLoading }: {
@@ -4587,6 +4652,8 @@ export declare const PercentileInput: React_2.ForwardRefExoticComponent<IPercent
4587
4652
 
4588
4653
  export declare const PerfectHits: NamedExoticComponent<IPerfectHitsProps>;
4589
4654
 
4655
+ export declare const PillButton: NamedExoticComponent<IPillButtonProps>;
4656
+
4590
4657
  /**
4591
4658
  ** Global/Platform specific events that needs to be tracked goes here
4592
4659
  ** Naming convention needs to be snake_case
@@ -4596,7 +4663,6 @@ export declare enum PLATFORM_EVENTS_STUDENT {
4596
4663
  CUSTOM_TEST_SUBMITTED = "custom_test_submitted",
4597
4664
  HOMEWORK_COMPLETED = "homework_completed",
4598
4665
  ERROR_VIA_AUTO_LOGIN_FROM_CUEMATH_APP = "error_via_auto_login_from_cuemath_app",
4599
- PUZZLE_ATTEMPTED = "puzzle_attempted",
4600
4666
  ACTIVITY_STARTED = "activity_started",
4601
4667
  ACTIVITY_TUTORIAL_SEEN = "activity_tutorial_seen",
4602
4668
  STREAK_ICON_CLICKED = "streak_icon_clicked",
@@ -4613,9 +4679,7 @@ export declare enum PLATFORM_EVENTS_TEACHER {
4613
4679
  LESSON_FEEDBACK_NEGATIVE = "lesson_feedback_negative",
4614
4680
  LESSON_FEEDBACK_BACK_BUTTON = "lesson_feedback_back_button",
4615
4681
  LESSON_FEEDBACK_SUBMIT = "lesson_feedback_submit",
4616
- LESSON_FEEDBACK_NEXT = "lesson_feedback_next",
4617
- PUZZLE_UNASSIGNED = "puzzle_unassigned",
4618
- PUZZLE_REVIEWED = "puzzle_reviewed"
4682
+ LESSON_FEEDBACK_NEXT = "lesson_feedback_next"
4619
4683
  }
4620
4684
 
4621
4685
  export declare const Play2Icon: React_2.FC<React_2.SVGProps<SVGSVGElement>>;
@@ -4692,8 +4756,6 @@ export declare const PuzzleApp: NamedExoticComponent<IPuzzleAppProps>;
4692
4756
 
4693
4757
  export declare const PuzzleCard: FC<IPuzzleCardContainerProps>;
4694
4758
 
4695
- export declare const PuzzleDashboard: FC<IPuzzleDashboardProps>;
4696
-
4697
4759
  export declare const PuzzleFeedbackCelebration: FC;
4698
4760
 
4699
4761
  export declare const PuzzleIcon: React.FC<React.SVGProps<SVGSVGElement>>;
@@ -4777,6 +4839,8 @@ declare enum SECTION_CODE {
4777
4839
 
4778
4840
  export declare const SectionList: <Section extends string | number | TDefaultSection>(props: ISectionList<Section>) => ReactElement;
4779
4841
 
4842
+ export declare const SelectableInfoCard: MemoExoticComponent<({ id, title, description, icon, selected, onClick, }: ISelectableInfoCardProps) => JSX.Element>;
4843
+
4780
4844
  export declare const SelectInput: <IDType extends string | number>(props: ISelectInputProps<IDType>) => ReactElement;
4781
4845
 
4782
4846
  export declare const SelectionCards: <IDType extends string | number>({ options, value, values, onChange, analyticsLabel, analyticsProps, type, $background, $selectedBackground, $cardWidth, }: ISelectionCardListProps<IDType>) => JSX.Element;
@@ -4832,8 +4896,12 @@ export declare const SheetLocked: MemoExoticComponent<({ onHomeClick }: {
4832
4896
 
4833
4897
  export declare const SignUp: ({ mathGymEnrolledUser, circleEnrolledUser, circleOnLeapPremiumDays, circleUsername, countryCode, grade: defaultGrade, state, circleOnLeapPremiumEnabled, studentId, isSignUpProcessing, onCreateUser, onUpdateUser, onSignupStepsComplete, }: ISignUpProps) => JSX.Element;
4834
4898
 
4899
+ export declare const SignupHeader: () => JSX.Element;
4900
+
4835
4901
  export declare const SignupMethods: NamedExoticComponent<ISignupMethodsProps>;
4836
4902
 
4903
+ export declare const SignupOptions: NamedExoticComponent<ISignupOptionsProps>;
4904
+
4837
4905
  declare const SketchIcon: React.FC<React.SVGProps<SVGSVGElement>>;
4838
4906
  export { SketchIcon as ScribbleIcon }
4839
4907
  export { SketchIcon }
@@ -4932,7 +5000,7 @@ declare const TAB_CODES: {
4932
5000
 
4933
5001
  export declare const TabComponent: React_2.FC<ITabProps>;
4934
5002
 
4935
- export declare const Tabs: MemoExoticComponent<({ selectedTab, onChange, tabs }: ITabsProps) => JSX.Element>;
5003
+ export declare const Tabs: MemoExoticComponent<({ selectedTab, onChange, tabs, background }: ITabsProps) => JSX.Element>;
4936
5004
 
4937
5005
  export declare type TAction = EventToPayload<TInclassMessage>;
4938
5006
 
@@ -5021,7 +5089,7 @@ declare type TBlockType = keyof typeof BLOCK_TYPE_2;
5021
5089
 
5022
5090
  export declare type TButtonSizes = 'xsmall' | 'small' | 'regular' | 'medium' | 'large';
5023
5091
 
5024
- export declare type TButtonVariants = 'primary' | 'secondary' | 'tertiary' | 'secondary-gray' | 'secondary-dark';
5092
+ export declare type TButtonVariants = 'primary' | 'secondary' | 'tertiary' | 'secondary-gray' | 'secondary-dark' | 'black' | 'black-dark' | 'yellow-dark';
5025
5093
 
5026
5094
  declare type TCallback = (messages: TInclassMessage[]) => void;
5027
5095
 
@@ -5431,21 +5499,6 @@ export declare type TInclassMessage = {
5431
5499
  eventPayload: {
5432
5500
  chapterId: string;
5433
5501
  };
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
5502
  } | {
5450
5503
  eventName: 'TEACHER_BADGE';
5451
5504
  eventPayload: {
@@ -6275,21 +6328,6 @@ export declare const useModalParams: IUseModalParams;
6275
6328
 
6276
6329
  export declare const usePointerSync: ({ userType, targetUserId, }: IusePointerSyncProps) => IusePointerSyncMethods;
6277
6330
 
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
6331
  export declare const User2Icon: React.FC<React.SVGProps<SVGSVGElement>>;
6294
6332
 
6295
6333
  export declare const UserIcon: React.FC<React.SVGProps<SVGSVGElement>>;
@@ -6300,11 +6338,6 @@ export declare const UsernamePasswordForm: NamedExoticComponent<IUsernamePasswor
6300
6338
 
6301
6339
  export declare const UserTypeSelector: NamedExoticComponent<IUserTypeSelectorProps>;
6302
6340
 
6303
- export declare const useTeacherPuzzleAssignedJourney: () => {
6304
- puzzleHomeTabRef: RefObject<HTMLDivElement>;
6305
- startJourney: () => void;
6306
- };
6307
-
6308
6341
  export declare const useTrackingContext: (commonAnalyticsProps: Record<string, unknown>, overrides?: Record<string, unknown>) => {
6309
6342
  onClick: TTrackCTA;
6310
6343
  onResponse: TTrackInput;