@cuemath/leap 3.2.16-pzd-beta-0.5 → 3.2.17-as1

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 (122) 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 +0 -5
  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/chapters-v2/utils/node-card-utils.js +2 -2
  12. package/dist/features/chapters-v2/utils/node-card-utils.js.map +1 -1
  13. package/dist/features/circle-games/game-launcher/comps/tables-card/tables-card-styled.js +4 -4
  14. package/dist/features/circle-games/game-launcher/comps/tables-card/tables-card-styled.js.map +1 -1
  15. package/dist/features/circle-games/game-launcher/comps/tables-card/tables-card.js +85 -85
  16. package/dist/features/circle-games/game-launcher/comps/tables-card/tables-card.js.map +1 -1
  17. package/dist/features/communication/pub-sub/constants.js +4 -7
  18. package/dist/features/communication/pub-sub/constants.js.map +1 -1
  19. package/dist/features/homework/homework-card-view.js +97 -85
  20. package/dist/features/homework/homework-card-view.js.map +1 -1
  21. package/dist/features/homework/homework-card.js +42 -44
  22. package/dist/features/homework/homework-card.js.map +1 -1
  23. package/dist/features/homework/hw-card-list/hw-card-list-view.js +29 -31
  24. package/dist/features/homework/hw-card-list/hw-card-list-view.js.map +1 -1
  25. package/dist/features/homework/hw-card-list/hw-card-list.js +48 -54
  26. package/dist/features/homework/hw-card-list/hw-card-list.js.map +1 -1
  27. package/dist/features/homework/utils.js +27 -33
  28. package/dist/features/homework/utils.js.map +1 -1
  29. package/dist/features/journey/hooks/use-home-page-journey/tooltip-item.js +11 -17
  30. package/dist/features/journey/hooks/use-home-page-journey/tooltip-item.js.map +1 -1
  31. package/dist/features/journey/journey-id/journey-id-student.js +1 -1
  32. package/dist/features/journey/journey-id/journey-id-student.js.map +1 -1
  33. package/dist/features/journey/journey-id/journey-id-teacher.js +2 -2
  34. package/dist/features/journey/journey-id/journey-id-teacher.js.map +1 -1
  35. package/dist/features/puzzles/app/puzzle-app-styled.js +10 -14
  36. package/dist/features/puzzles/app/puzzle-app-styled.js.map +1 -1
  37. package/dist/features/puzzles/app/puzzle-app-view.js +20 -21
  38. package/dist/features/puzzles/app/puzzle-app-view.js.map +1 -1
  39. package/dist/features/puzzles/comps/puzzle-card-styled.js +69 -24
  40. package/dist/features/puzzles/comps/puzzle-card-styled.js.map +1 -1
  41. package/dist/features/puzzles/comps/puzzle-card.js +30 -79
  42. package/dist/features/puzzles/comps/puzzle-card.js.map +1 -1
  43. package/dist/features/puzzles/puzzle-container/puzzle-container-styled.js +25 -55
  44. package/dist/features/puzzles/puzzle-container/puzzle-container-styled.js.map +1 -1
  45. package/dist/features/puzzles/puzzle-container/puzzle-container.js +107 -100
  46. package/dist/features/puzzles/puzzle-container/puzzle-container.js.map +1 -1
  47. package/dist/features/puzzles/utils/puzzle-pattern.js +13 -28
  48. package/dist/features/puzzles/utils/puzzle-pattern.js.map +1 -1
  49. package/dist/features/ui/carousal/carousal-styles.js +45 -0
  50. package/dist/features/ui/carousal/carousal-styles.js.map +1 -0
  51. package/dist/features/ui/carousal/carousal.js +76 -0
  52. package/dist/features/ui/carousal/carousal.js.map +1 -0
  53. package/dist/features/worksheet/worksheet/worksheet-helpers.js +19 -20
  54. package/dist/features/worksheet/worksheet/worksheet-helpers.js.map +1 -1
  55. package/dist/features/worksheet/worksheet/worksheet-question/learnosity-question.js +12 -16
  56. package/dist/features/worksheet/worksheet/worksheet-question/learnosity-question.js.map +1 -1
  57. package/dist/features/worksheet/worksheet/worksheet-question/worksheet-question-styled.js +47 -101
  58. package/dist/features/worksheet/worksheet/worksheet-question/worksheet-question-styled.js.map +1 -1
  59. package/dist/features/worksheet/worksheet/worksheet-question/worksheet-question.js +146 -149
  60. package/dist/features/worksheet/worksheet/worksheet-question/worksheet-question.js.map +1 -1
  61. package/dist/features/worksheet/worksheet/worksheet-questions-controller/worksheet-questions-controller.js +207 -242
  62. package/dist/features/worksheet/worksheet/worksheet-questions-controller/worksheet-questions-controller.js.map +1 -1
  63. package/dist/features/worksheet/worksheet/worksheet-styled.js +37 -37
  64. package/dist/features/worksheet/worksheet/worksheet-styled.js.map +1 -1
  65. package/dist/features/worksheet/worksheet/worksheet-types.js.map +1 -1
  66. package/dist/features/worksheet/worksheet/worksheet.js +313 -307
  67. package/dist/features/worksheet/worksheet/worksheet.js.map +1 -1
  68. package/dist/features/worksheet/worksheet-preview/hooks/use-worksheet-layout.js +1 -1
  69. package/dist/features/worksheet/worksheet-preview/hooks/use-worksheet-layout.js.map +1 -1
  70. package/dist/features/worksheet/worksheet-preview/worksheet-preview.js +35 -44
  71. package/dist/features/worksheet/worksheet-preview/worksheet-preview.js.map +1 -1
  72. package/dist/index.d.ts +34 -87
  73. package/dist/index.js +407 -415
  74. package/dist/index.js.map +1 -1
  75. package/dist/static/puzzle-pattern-blue.f4bea1ee.svg +1 -0
  76. package/dist/static/puzzle-pattern-green.c9f84bbc.svg +1 -0
  77. package/dist/static/puzzle-pattern-orange.3da09665.svg +1 -0
  78. package/dist/static/puzzle-pattern-purple.5fb5a319.svg +1 -0
  79. package/dist/static/puzzle-pattern-yellow.aadbf457.svg +1 -0
  80. package/package.json +1 -1
  81. package/dist/features/journey/hooks/use-puzzles-journey/use-puzzle-assigned.js +0 -72
  82. package/dist/features/journey/hooks/use-puzzles-journey/use-puzzle-assigned.js.map +0 -1
  83. package/dist/features/journey/hooks/use-puzzles-journey/use-puzzle-attempt-journey.js +0 -59
  84. package/dist/features/journey/hooks/use-puzzles-journey/use-puzzle-attempt-journey.js.map +0 -1
  85. package/dist/features/journey/hooks/use-puzzles-journey/use-puzzle-dashboard-journey.js +0 -63
  86. package/dist/features/journey/hooks/use-puzzles-journey/use-puzzle-dashboard-journey.js.map +0 -1
  87. package/dist/features/journey/hooks/use-puzzles-journey/use-puzzle-intro-journey.js +0 -67
  88. package/dist/features/journey/hooks/use-puzzles-journey/use-puzzle-intro-journey.js.map +0 -1
  89. package/dist/features/journey/hooks/use-puzzles-journey/use-puzzle-progress-journey.js +0 -70
  90. package/dist/features/journey/hooks/use-puzzles-journey/use-puzzle-progress-journey.js.map +0 -1
  91. package/dist/features/journey/hooks/use-puzzles-journey/use-puzzle-review-journey.js +0 -59
  92. package/dist/features/journey/hooks/use-puzzles-journey/use-puzzle-review-journey.js.map +0 -1
  93. package/dist/features/journey/hooks/use-puzzles-journey/use-puzzle-unassign-journey.js +0 -59
  94. package/dist/features/journey/hooks/use-puzzles-journey/use-puzzle-unassign-journey.js.map +0 -1
  95. package/dist/features/journey/hooks/use-puzzles-journey/use-teacher-puzzle-assigned-journey.js +0 -70
  96. package/dist/features/journey/hooks/use-puzzles-journey/use-teacher-puzzle-assigned-journey.js.map +0 -1
  97. package/dist/features/puzzles/api/puzzle-dashboard.js +0 -10
  98. package/dist/features/puzzles/api/puzzle-dashboard.js.map +0 -1
  99. package/dist/features/puzzles/constants/puzzle-container.js +0 -8
  100. package/dist/features/puzzles/constants/puzzle-container.js.map +0 -1
  101. package/dist/features/puzzles/puzzle-analytics-events.js +0 -11
  102. package/dist/features/puzzles/puzzle-analytics-events.js.map +0 -1
  103. package/dist/features/puzzles/puzzle-container/puzzle-container-view.js +0 -55
  104. package/dist/features/puzzles/puzzle-container/puzzle-container-view.js.map +0 -1
  105. package/dist/features/puzzles/puzzle-dashboard/puzzle-dashboard-styled.js +0 -37
  106. package/dist/features/puzzles/puzzle-dashboard/puzzle-dashboard-styled.js.map +0 -1
  107. package/dist/features/puzzles/puzzle-dashboard/puzzle-dashboard.js +0 -110
  108. package/dist/features/puzzles/puzzle-dashboard/puzzle-dashboard.js.map +0 -1
  109. package/dist/features/worksheet/worksheet/hooks/use-worksheet-journey.js +0 -28
  110. package/dist/features/worksheet/worksheet/hooks/use-worksheet-journey.js.map +0 -1
  111. package/dist/static/puzzle-blue-lottie.7017e2e8.json +0 -1
  112. package/dist/static/puzzle-blue-lottie.bf64ebc5.json +0 -12760
  113. package/dist/static/puzzle-dashboard-banner.b7956519.svg +0 -1
  114. package/dist/static/puzzle-green-lottie.1da90698.json +0 -1
  115. package/dist/static/puzzle-orange-lottie.cfcf3724.json +0 -1
  116. package/dist/static/puzzle-pattern-blue.abff0164.svg +0 -1
  117. package/dist/static/puzzle-pattern-green.b8ba1840.svg +0 -1
  118. package/dist/static/puzzle-pattern-orange.3f5a17ff.svg +0 -1
  119. package/dist/static/puzzle-pattern-purple.14b09759.svg +0 -1
  120. package/dist/static/puzzle-pattern-yellow.50917fab.svg +0 -1
  121. package/dist/static/puzzle-purple-lottie.e70de110.json +0 -9860
  122. package/dist/static/puzzle-yellow-lottie.275b5cf4.json +0 -1
package/dist/index.d.ts CHANGED
@@ -166,6 +166,36 @@ export declare const CalendarIcon: React.FC<React.SVGProps<SVGSVGElement>>;
166
166
 
167
167
  export declare const Callout: React.FC<ICalloutProps>;
168
168
 
169
+ export declare const Carousel: React_2.FC<CarouselProps>;
170
+
171
+ declare interface CarouselProps {
172
+ children: React_2.ReactNode[] | React_2.ReactNode;
173
+ initialPosition?: number;
174
+ infinite?: boolean;
175
+ slideDuration?: number;
176
+ dotColor?: string;
177
+ changeColor?: (position: number) => void;
178
+ slideAlign?: string | null;
179
+ inactiveDotColor?: string;
180
+ activeIndicatorSize?: string;
181
+ flexCenterIndicators?: boolean;
182
+ isTestimonial?: boolean;
183
+ setColor?: (position: number) => void;
184
+ setPosition?: (position: number) => void;
185
+ carouselSlotPadding?: string;
186
+ wrapperMargin?: string;
187
+ hideIndicators?: boolean;
188
+ autoScroll?: boolean;
189
+ nodeRef?: {
190
+ current?: {
191
+ next?: () => void;
192
+ prev?: () => void;
193
+ position?: number;
194
+ };
195
+ } | null;
196
+ onChange?: () => void;
197
+ }
198
+
169
199
  export declare const CascadingSelectInput: React_2.FC<ICascadingSelectInputProps>;
170
200
 
171
201
  export declare const Chapter: FC<IChapterProps>;
@@ -421,9 +451,6 @@ declare interface ErrorProps {
421
451
  }
422
452
 
423
453
  export declare const EVENTS: {
424
- PUZZLE_ASSIGNED: "PUZZLE_ASSIGNED";
425
- PUZZLE_UNASSIGNED: "PUZZLE_UNASSIGNED";
426
- PUZZLE_REVIEWED: "PUZZLE_REVIEWED";
427
454
  PUZZLE_FEEDBACK_CELEBRATION: "PUZZLE_FEEDBACK_CELEBRATION";
428
455
  HOMEWORK_UNASSIGN: "HOMEWORK_UNASSIGN";
429
456
  INVALIDATE_HOMEWORK: "INVALIDATE_HOMEWORK";
@@ -598,7 +625,6 @@ declare interface HWCardListProps extends INodeCardCallbacks {
598
625
  homeworkRef?: React_2.RefObject<HTMLDivElement>;
599
626
  startHomePageJourney?: ({ studentId, stream, userType }: IHomepageStartJourneyProps) => void;
600
627
  canStartJourney?: boolean;
601
- canStartPuzzleAssignedJourney?: boolean;
602
628
  }
603
629
 
604
630
  declare interface IAccordionSectionProps {
@@ -2081,7 +2107,6 @@ export declare const ILLUSTRATIONS: {
2081
2107
  PROFICIENT_BADGE: string;
2082
2108
  PROFILE_BOARD: string;
2083
2109
  PUZZLE: string;
2084
- PUZZLE_DASHBOARD_BANNER: string;
2085
2110
  PUZZLE_PATTERN_BLUE: string;
2086
2111
  PUZZLE_PATTERN_GREEN: string;
2087
2112
  PUZZLE_PATTERN_ORANGE: string;
@@ -2799,7 +2824,6 @@ declare interface IPreviewWorksheetProps {
2799
2824
  items?: string[];
2800
2825
  onWorksheetLoaded?: (loaded: boolean) => void;
2801
2826
  onUnassign?: () => void;
2802
- canStartUnassignJourney?: boolean;
2803
2827
  }
2804
2828
 
2805
2829
  export declare interface IProject<T> {
@@ -2899,9 +2923,6 @@ export declare interface IPuzzleCardAssignData {
2899
2923
  node_type: TNodeTypes;
2900
2924
  node_id: string;
2901
2925
  user_node_id: string | null;
2902
- rewards?: TPuzzleRewards[];
2903
- student_elo_rating: number | null;
2904
- current_elo_rating: number | null;
2905
2926
  }
2906
2927
 
2907
2928
  declare interface IPuzzleCardContainerProps {
@@ -2912,12 +2933,7 @@ declare interface IPuzzleCardContainerProps {
2912
2933
  studentId: string;
2913
2934
  onFullyHidden?: () => void;
2914
2935
  onPuzzleClick: () => void;
2915
- }
2916
-
2917
- declare interface IPuzzleDashboardProps {
2918
- studentId: string;
2919
- onBackCLick?: () => void;
2920
- onCardClick: (userNodeId: string) => void;
2936
+ onPuzzleAssign?: () => void;
2921
2937
  }
2922
2938
 
2923
2939
  export declare interface IPuzzleWebGameProps extends IBaseWebGameProps, ISyncableWebGameProps {
@@ -3792,10 +3808,6 @@ declare interface IusePointerSyncProps {
3792
3808
  targetUserId?: string;
3793
3809
  }
3794
3810
 
3795
- declare interface IUsePuzzleIntroJourney {
3796
- onJourneyComplete: () => void;
3797
- }
3798
-
3799
3811
  export declare interface IUserChapterData {
3800
3812
  chapter_code: string;
3801
3813
  chapter_id: string;
@@ -3996,14 +4008,6 @@ export declare interface IWorksheetBehavior {
3996
4008
  * For teacher we don't show review cta.
3997
4009
  */
3998
4010
  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
4011
  /**
4008
4012
  * If true, questions will be validated and feedback will be shown.
4009
4013
  */
@@ -4055,10 +4059,6 @@ export declare interface IWorksheetBehavior {
4055
4059
  * If true, the user can unassign the sheet.
4056
4060
  */
4057
4061
  canUnAssign?: boolean;
4058
- /**
4059
- * If true, journey will be started.
4060
- */
4061
- canStartJourney?: boolean;
4062
4062
  }
4063
4063
 
4064
4064
  declare interface IWorksheetCallbackProps {
@@ -4221,21 +4221,13 @@ export declare enum JOURNEY_ID_STUDENT {
4221
4221
  CIRCLE_LESSONS_K_1_INTRO_JOURNEY = "CIRCLE_LESSONS_K_1_INTRO_JOURNEY",
4222
4222
  HOMEPAGE_JOURNEY = "HOMEPAGE_JOURNEY",
4223
4223
  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"
4224
+ CHALLENGE_ARENA_JOURNEY = "CHALLENGE_ARENA_JOURNEY"
4228
4225
  }
4229
4226
 
4230
4227
  export declare enum JOURNEY_ID_TEACHER {
4231
4228
  HOMEPAGE_JOURNEY = "HOMEPAGE_JOURNEY",
4232
4229
  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"
4230
+ CHALLENGE_ARENA_JOURNEY = "CHALLENGE_ARENA_JOURNEY"
4239
4231
  }
4240
4232
 
4241
4233
  export declare const JourneyProvider: FC<IJourneyProviderProps>;
@@ -4350,11 +4342,6 @@ export declare const LOTTIE: {
4350
4342
  PROFICIENT1X: string;
4351
4343
  PROJECT: string;
4352
4344
  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
4345
  RANDOM_MODE_SEGMENT_LOTTIE: string;
4359
4346
  RECAP: string;
4360
4347
  SEQUENCE_MODE_SEGMENT_LOTTIE: string;
@@ -4596,7 +4583,6 @@ export declare enum PLATFORM_EVENTS_STUDENT {
4596
4583
  CUSTOM_TEST_SUBMITTED = "custom_test_submitted",
4597
4584
  HOMEWORK_COMPLETED = "homework_completed",
4598
4585
  ERROR_VIA_AUTO_LOGIN_FROM_CUEMATH_APP = "error_via_auto_login_from_cuemath_app",
4599
- PUZZLE_ATTEMPTED = "puzzle_attempted",
4600
4586
  ACTIVITY_STARTED = "activity_started",
4601
4587
  ACTIVITY_TUTORIAL_SEEN = "activity_tutorial_seen",
4602
4588
  STREAK_ICON_CLICKED = "streak_icon_clicked",
@@ -4613,9 +4599,7 @@ export declare enum PLATFORM_EVENTS_TEACHER {
4613
4599
  LESSON_FEEDBACK_NEGATIVE = "lesson_feedback_negative",
4614
4600
  LESSON_FEEDBACK_BACK_BUTTON = "lesson_feedback_back_button",
4615
4601
  LESSON_FEEDBACK_SUBMIT = "lesson_feedback_submit",
4616
- LESSON_FEEDBACK_NEXT = "lesson_feedback_next",
4617
- PUZZLE_UNASSIGNED = "puzzle_unassigned",
4618
- PUZZLE_REVIEWED = "puzzle_reviewed"
4602
+ LESSON_FEEDBACK_NEXT = "lesson_feedback_next"
4619
4603
  }
4620
4604
 
4621
4605
  export declare const Play2Icon: React_2.FC<React_2.SVGProps<SVGSVGElement>>;
@@ -4692,8 +4676,6 @@ export declare const PuzzleApp: NamedExoticComponent<IPuzzleAppProps>;
4692
4676
 
4693
4677
  export declare const PuzzleCard: FC<IPuzzleCardContainerProps>;
4694
4678
 
4695
- export declare const PuzzleDashboard: FC<IPuzzleDashboardProps>;
4696
-
4697
4679
  export declare const PuzzleFeedbackCelebration: FC;
4698
4680
 
4699
4681
  export declare const PuzzleIcon: React.FC<React.SVGProps<SVGSVGElement>>;
@@ -5431,21 +5413,6 @@ export declare type TInclassMessage = {
5431
5413
  eventPayload: {
5432
5414
  chapterId: string;
5433
5415
  };
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
5416
  } | {
5450
5417
  eventName: 'TEACHER_BADGE';
5451
5418
  eventPayload: {
@@ -6275,21 +6242,6 @@ export declare const useModalParams: IUseModalParams;
6275
6242
 
6276
6243
  export declare const usePointerSync: ({ userType, targetUserId, }: IusePointerSyncProps) => IusePointerSyncMethods;
6277
6244
 
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
6245
  export declare const User2Icon: React.FC<React.SVGProps<SVGSVGElement>>;
6294
6246
 
6295
6247
  export declare const UserIcon: React.FC<React.SVGProps<SVGSVGElement>>;
@@ -6300,11 +6252,6 @@ export declare const UsernamePasswordForm: NamedExoticComponent<IUsernamePasswor
6300
6252
 
6301
6253
  export declare const UserTypeSelector: NamedExoticComponent<IUserTypeSelectorProps>;
6302
6254
 
6303
- export declare const useTeacherPuzzleAssignedJourney: () => {
6304
- puzzleHomeTabRef: RefObject<HTMLDivElement>;
6305
- startJourney: () => void;
6306
- };
6307
-
6308
6255
  export declare const useTrackingContext: (commonAnalyticsProps: Record<string, unknown>, overrides?: Record<string, unknown>) => {
6309
6256
  onClick: TTrackCTA;
6310
6257
  onResponse: TTrackInput;