@cuemath/leap 3.3.4-j3 → 3.3.4

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 (158) hide show
  1. package/dist/assets/illustrations/illustrations.js +1 -3
  2. package/dist/assets/illustrations/illustrations.js.map +1 -1
  3. package/dist/assets/lottie/lottie.js +0 -1
  4. package/dist/assets/lottie/lottie.js.map +1 -1
  5. package/dist/features/auth/comps/otp-input/otp-input.js +18 -19
  6. package/dist/features/auth/comps/otp-input/otp-input.js.map +1 -1
  7. package/dist/features/auth/comps/pill-button/pill-button-styled.js +17 -17
  8. package/dist/features/auth/comps/pill-button/pill-button-styled.js.map +1 -1
  9. package/dist/features/auth/comps/pill-button/pill-button.js +33 -35
  10. package/dist/features/auth/comps/pill-button/pill-button.js.map +1 -1
  11. package/dist/features/auth/comps/user-list/user-item/user-item.js +30 -32
  12. package/dist/features/auth/comps/user-list/user-item/user-item.js.map +1 -1
  13. package/dist/features/auth/comps/user-list/user-list.js +19 -20
  14. package/dist/features/auth/comps/user-list/user-list.js.map +1 -1
  15. package/dist/features/auth/pla-signup/onboarding-guide/onboarding-guide-constants.js +9 -9
  16. package/dist/features/auth/pla-signup/onboarding-guide/onboarding-guide-constants.js.map +1 -1
  17. package/dist/features/auth/pla-signup/onboarding-guide/onboarding-guide-styled.js +29 -58
  18. package/dist/features/auth/pla-signup/onboarding-guide/onboarding-guide-styled.js.map +1 -1
  19. package/dist/features/auth/pla-signup/onboarding-guide/onboarding-guide.js +41 -78
  20. package/dist/features/auth/pla-signup/onboarding-guide/onboarding-guide.js.map +1 -1
  21. package/dist/features/auth/signup/circular-step-wrapper/circular-step-wrapper-styled.js +35 -37
  22. package/dist/features/auth/signup/circular-step-wrapper/circular-step-wrapper-styled.js.map +1 -1
  23. package/dist/features/auth/signup/circular-step-wrapper/circular-step-wrapper.js +71 -76
  24. package/dist/features/auth/signup/circular-step-wrapper/circular-step-wrapper.js.map +1 -1
  25. package/dist/features/auth/signup/custom-input-field/custom-input-field.js +50 -55
  26. package/dist/features/auth/signup/custom-input-field/custom-input-field.js.map +1 -1
  27. package/dist/features/auth/signup/custom-input-field/input-wrapper/input-wrapper.js +25 -47
  28. package/dist/features/auth/signup/custom-input-field/input-wrapper/input-wrapper.js.map +1 -1
  29. package/dist/features/milestone/constants.js +1 -2
  30. package/dist/features/milestone/constants.js.map +1 -1
  31. package/dist/features/milestone/create/comps/goal-completion-date-selector/goal-completion-date-selector.js +6 -6
  32. package/dist/features/milestone/milestone-tests/tests-creation/test-stages/test-preview/test-preview.js +19 -20
  33. package/dist/features/milestone/milestone-tests/tests-creation/test-stages/test-preview/test-preview.js.map +1 -1
  34. package/dist/features/sheets/constants/sheet.js +12 -7
  35. package/dist/features/sheets/constants/sheet.js.map +1 -1
  36. package/dist/features/sheets/utils/is-v3-worksheet.js +17 -0
  37. package/dist/features/sheets/utils/is-v3-worksheet.js.map +1 -1
  38. package/dist/features/student-details/class-details/class-details-utils.js +6 -6
  39. package/dist/features/trial-session/comps/learning-plan/index.js +62 -88
  40. package/dist/features/trial-session/comps/learning-plan/index.js.map +1 -1
  41. package/dist/features/trial-session/comps/session-report/report-information/report-card.js +16 -31
  42. package/dist/features/trial-session/comps/session-report/report-information/report-card.js.map +1 -1
  43. package/dist/features/trial-session/comps/session-report/report-information/report-information-styled.js +13 -21
  44. package/dist/features/trial-session/comps/session-report/report-information/report-information-styled.js.map +1 -1
  45. package/dist/features/trial-session/comps/session-report/report-information/report-information.js +94 -166
  46. package/dist/features/trial-session/comps/session-report/report-information/report-information.js.map +1 -1
  47. package/dist/features/trial-session/comps/student-profile/student-profile-highlights/student-profile-highlights.js +31 -46
  48. package/dist/features/trial-session/comps/student-profile/student-profile-highlights/student-profile-highlights.js.map +1 -1
  49. package/dist/features/trial-session/comps/teacher-intro/teacher-profile/teacher-profile-styled.js +42 -121
  50. package/dist/features/trial-session/comps/teacher-intro/teacher-profile/teacher-profile-styled.js.map +1 -1
  51. package/dist/features/trial-session/comps/teacher-intro/teacher-profile/teacher-profile.js +56 -174
  52. package/dist/features/trial-session/comps/teacher-intro/teacher-profile/teacher-profile.js.map +1 -1
  53. package/dist/features/trial-session/trial-session-types.js.map +1 -1
  54. package/dist/features/ui/modals/modal.js +28 -30
  55. package/dist/features/ui/modals/modal.js.map +1 -1
  56. package/dist/features/worksheet/worksheet/worksheet-action-bar/worksheet-action-bar.js +86 -90
  57. package/dist/features/worksheet/worksheet/worksheet-action-bar/worksheet-action-bar.js.map +1 -1
  58. package/dist/features/worksheet/worksheet/worksheet-behavior-helper.js +147 -0
  59. package/dist/features/worksheet/worksheet/worksheet-behavior-helper.js.map +1 -0
  60. package/dist/features/worksheet/worksheet/worksheet-container.js +62 -42
  61. package/dist/features/worksheet/worksheet/worksheet-container.js.map +1 -1
  62. package/dist/features/worksheet/worksheet/worksheet-question/worksheet-question.js +197 -199
  63. package/dist/features/worksheet/worksheet/worksheet-question/worksheet-question.js.map +1 -1
  64. package/dist/features/worksheet/worksheet/worksheet-questions-controller/worksheet-questions-controller.js +219 -293
  65. package/dist/features/worksheet/worksheet/worksheet-questions-controller/worksheet-questions-controller.js.map +1 -1
  66. package/dist/features/worksheet/worksheet/worksheet-styled.js +34 -34
  67. package/dist/features/worksheet/worksheet/worksheet-styled.js.map +1 -1
  68. package/dist/features/worksheet/worksheet/worksheet-types.js.map +1 -1
  69. package/dist/features/worksheet/worksheet/worksheet.js +206 -215
  70. package/dist/features/worksheet/worksheet/worksheet.js.map +1 -1
  71. package/dist/features/worksheet/worksheet-preview/dynamic-worksheet-preview/dynamic-worksheet-preview.js +31 -32
  72. package/dist/features/worksheet/worksheet-preview/dynamic-worksheet-preview/dynamic-worksheet-preview.js.map +1 -1
  73. package/dist/features/worksheet/worksheet-preview/hooks/use-worksheet-layout.js +30 -28
  74. package/dist/features/worksheet/worksheet-preview/hooks/use-worksheet-layout.js.map +1 -1
  75. package/dist/features/worksheet/worksheet-preview/worksheet-preview-view.js +68 -73
  76. package/dist/features/worksheet/worksheet-preview/worksheet-preview-view.js.map +1 -1
  77. package/dist/features/worksheet/worksheet-preview/worksheet-preview.js +30 -79
  78. package/dist/features/worksheet/worksheet-preview/worksheet-preview.js.map +1 -1
  79. package/dist/index.d.ts +57 -152
  80. package/dist/index.js +400 -416
  81. package/dist/index.js.map +1 -1
  82. package/dist/node_modules/uuid/dist/esm-browser/regex.js +5 -0
  83. package/dist/node_modules/uuid/dist/esm-browser/regex.js.map +1 -0
  84. package/dist/node_modules/uuid/dist/esm-browser/rng.js +2 -3
  85. package/dist/node_modules/uuid/dist/esm-browser/rng.js.map +1 -1
  86. package/dist/node_modules/uuid/dist/esm-browser/stringify.js +10 -6
  87. package/dist/node_modules/uuid/dist/esm-browser/stringify.js.map +1 -1
  88. package/dist/node_modules/uuid/dist/esm-browser/v4.js +9 -12
  89. package/dist/node_modules/uuid/dist/esm-browser/v4.js.map +1 -1
  90. package/dist/node_modules/uuid/dist/esm-browser/validate.js +8 -0
  91. package/dist/node_modules/uuid/dist/esm-browser/validate.js.map +1 -0
  92. package/dist/static/{book-checked-green.0436b91e.svg → book-checked-green.c275dbd9.svg} +1 -1
  93. package/package.json +1 -1
  94. package/dist/constants/config.js +0 -5
  95. package/dist/constants/config.js.map +0 -1
  96. package/dist/features/parent-dashboard/cuemath-app-features/cuemath-app-features-constants.js +0 -25
  97. package/dist/features/parent-dashboard/cuemath-app-features/cuemath-app-features-constants.js.map +0 -1
  98. package/dist/features/parent-dashboard/cuemath-app-features/cuemath-app-features-styled.js +0 -15
  99. package/dist/features/parent-dashboard/cuemath-app-features/cuemath-app-features-styled.js.map +0 -1
  100. package/dist/features/parent-dashboard/cuemath-app-features/cuemath-app-features.js +0 -90
  101. package/dist/features/parent-dashboard/cuemath-app-features/cuemath-app-features.js.map +0 -1
  102. package/dist/features/parent-dashboard/math-practice/math-practice-constants.js +0 -19
  103. package/dist/features/parent-dashboard/math-practice/math-practice-constants.js.map +0 -1
  104. package/dist/features/parent-dashboard/math-practice/math-practice-styled.js +0 -32
  105. package/dist/features/parent-dashboard/math-practice/math-practice-styled.js.map +0 -1
  106. package/dist/features/parent-dashboard/math-practice/math-practice.js +0 -67
  107. package/dist/features/parent-dashboard/math-practice/math-practice.js.map +0 -1
  108. package/dist/features/parent-dashboard/parent-dashboard-faqs/parent-dashboard-faqs-constants.js +0 -42
  109. package/dist/features/parent-dashboard/parent-dashboard-faqs/parent-dashboard-faqs-constants.js.map +0 -1
  110. package/dist/features/parent-dashboard/parent-dashboard-faqs/parent-dashboard-faqs.js +0 -20
  111. package/dist/features/parent-dashboard/parent-dashboard-faqs/parent-dashboard-faqs.js.map +0 -1
  112. package/dist/features/trial-session/comps/pla/next-steps/next-steps-constants.js +0 -25
  113. package/dist/features/trial-session/comps/pla/next-steps/next-steps-constants.js.map +0 -1
  114. package/dist/features/trial-session/comps/pla/next-steps/next-steps-styled.js +0 -43
  115. package/dist/features/trial-session/comps/pla/next-steps/next-steps-styled.js.map +0 -1
  116. package/dist/features/trial-session/comps/pla/next-steps/next-steps.js +0 -49
  117. package/dist/features/trial-session/comps/pla/next-steps/next-steps.js.map +0 -1
  118. package/dist/features/trial-session/comps/pla/session-status/session-status-constants.js +0 -11
  119. package/dist/features/trial-session/comps/pla/session-status/session-status-constants.js.map +0 -1
  120. package/dist/features/trial-session/comps/pla/session-status/session-status-helpers.js +0 -19
  121. package/dist/features/trial-session/comps/pla/session-status/session-status-helpers.js.map +0 -1
  122. package/dist/features/trial-session/comps/pla/session-status/session-status-styled.js +0 -17
  123. package/dist/features/trial-session/comps/pla/session-status/session-status-styled.js.map +0 -1
  124. package/dist/features/trial-session/comps/pla/session-status/session-status.js +0 -243
  125. package/dist/features/trial-session/comps/pla/session-status/session-status.js.map +0 -1
  126. package/dist/features/trial-session/comps/pla/session-summary/session-summary-constants.js +0 -52
  127. package/dist/features/trial-session/comps/pla/session-summary/session-summary-constants.js.map +0 -1
  128. package/dist/features/trial-session/comps/pla/session-summary/session-summary.js +0 -52
  129. package/dist/features/trial-session/comps/pla/session-summary/session-summary.js.map +0 -1
  130. package/dist/features/trial-session/comps/pla/session-summary/summary-card/summary-card-styled.js +0 -17
  131. package/dist/features/trial-session/comps/pla/session-summary/summary-card/summary-card-styled.js.map +0 -1
  132. package/dist/features/trial-session/comps/pla/session-summary/summary-card/summary-card.js +0 -56
  133. package/dist/features/trial-session/comps/pla/session-summary/summary-card/summary-card.js.map +0 -1
  134. package/dist/features/trial-session/comps/pla/upcoming-sessions/upcoming-sessions-constants.js +0 -5
  135. package/dist/features/trial-session/comps/pla/upcoming-sessions/upcoming-sessions-constants.js.map +0 -1
  136. package/dist/features/trial-session/comps/pla/upcoming-sessions/upcoming-sessions-styled.js +0 -17
  137. package/dist/features/trial-session/comps/pla/upcoming-sessions/upcoming-sessions-styled.js.map +0 -1
  138. package/dist/features/trial-session/comps/pla/upcoming-sessions/upcoming-sessions-types.js +0 -5
  139. package/dist/features/trial-session/comps/pla/upcoming-sessions/upcoming-sessions-types.js.map +0 -1
  140. package/dist/features/trial-session/comps/pla/upcoming-sessions/upcoming-sessions.js +0 -96
  141. package/dist/features/trial-session/comps/pla/upcoming-sessions/upcoming-sessions.js.map +0 -1
  142. package/dist/features/trial-session/comps/teacher-intro/teacher-profile/teacher-profile-helpers.js +0 -12
  143. package/dist/features/trial-session/comps/teacher-intro/teacher-profile/teacher-profile-helpers.js.map +0 -1
  144. package/dist/features/worksheet/worksheet/hooks/use-worksheet-journey.js +0 -28
  145. package/dist/features/worksheet/worksheet/hooks/use-worksheet-journey.js.map +0 -1
  146. package/dist/node_modules/date-fns/_lib/getRoundingMethod.js +0 -10
  147. package/dist/node_modules/date-fns/_lib/getRoundingMethod.js.map +0 -1
  148. package/dist/node_modules/date-fns/differenceInMilliseconds.js +0 -9
  149. package/dist/node_modules/date-fns/differenceInMilliseconds.js.map +0 -1
  150. package/dist/node_modules/date-fns/differenceInSeconds.js +0 -11
  151. package/dist/node_modules/date-fns/differenceInSeconds.js.map +0 -1
  152. package/dist/node_modules/date-fns/fromUnixTime.js +0 -9
  153. package/dist/node_modules/date-fns/fromUnixTime.js.map +0 -1
  154. package/dist/node_modules/uuid/dist/esm-browser/native.js +0 -7
  155. package/dist/node_modules/uuid/dist/esm-browser/native.js.map +0 -1
  156. package/dist/static/community-bulb-yellow-2.f89c30f9.svg +0 -1
  157. package/dist/static/learning-puzzle-bot.6fe93cf6.svg +0 -1
  158. package/dist/static/username-responsive.787b5515.json +0 -1
package/dist/index.d.ts CHANGED
@@ -384,8 +384,6 @@ export declare const CueCanvasProvider: FC<PropsWithChildren<{
384
384
 
385
385
  export declare const CueCanvasSideBar: NamedExoticComponent<ISidebar>;
386
386
 
387
- export declare const CuemathAppFeatures: NamedExoticComponent<{}>;
388
-
389
387
  export declare const CuemathLogo: React_2.FC<React_2.SVGProps<SVGSVGElement>>;
390
388
 
391
389
  export declare const CueRocket: React.FC<React.SVGProps<SVGSVGElement>>;
@@ -482,11 +480,6 @@ declare interface ErrorProps {
482
480
  handleClick: () => void;
483
481
  }
484
482
 
485
- export declare enum ESessionStatus {
486
- COMPLETED = "COMPLETED",
487
- IN_FUTURE = "IN FUTURE"
488
- }
489
-
490
483
  export declare const EveningIcon: React.FC<React.SVGProps<SVGSVGElement>>;
491
484
 
492
485
  export declare const EVENTS: {
@@ -617,8 +610,6 @@ declare const getMediaQueries: () => {
617
610
  minWidthLargeDevice: string;
618
611
  };
619
612
 
620
- export declare const getPreferencesFromConfig: IGetPreferencesFromConfig;
621
-
622
613
  declare const getTabConfig: IGetTabConfig;
623
614
 
624
615
  declare const getTextButtonConfig: IGetTextButtonConfig;
@@ -914,7 +905,6 @@ declare interface IBaseWorksheetProps {
914
905
  studentId: string;
915
906
  studentName?: string;
916
907
  worksheetName: string;
917
- background?: 'none' | 'paper';
918
908
  layout: IWorksheetLayout;
919
909
  behavior: IWorksheetBehavior;
920
910
  initialResponseId?: string;
@@ -928,6 +918,7 @@ declare interface IBaseWorksheetProps {
928
918
  canResolveDoubt?: boolean;
929
919
  onSkip?: (itemIndex: number, widgetIndex: number) => void;
930
920
  canShowActionBar?: boolean;
921
+ actionBarRightElement?: ReactElement;
931
922
  }
932
923
 
933
924
  declare interface IBlockSectionsCallbacks extends INodeCardCallbacks {
@@ -1257,12 +1248,10 @@ declare interface ICircularStepWrapperProps {
1257
1248
  onNext?: () => void;
1258
1249
  label?: string;
1259
1250
  showNext?: boolean;
1260
- isNextDisabled?: boolean;
1261
1251
  showPrevious?: boolean;
1262
1252
  isNextLoading?: boolean;
1263
1253
  progressAngle?: number;
1264
1254
  footerElement?: ReactElement;
1265
- animationSrcMobile?: string;
1266
1255
  }
1267
1256
 
1268
1257
  declare interface IClaimUserAccountProps {
@@ -1405,8 +1394,6 @@ declare interface ICueCanvasCallbackProps {
1405
1394
 
1406
1395
  declare interface ICueCanvasProps {
1407
1396
  initialStrokesData?: Record<string, IActionData[]>;
1408
- isCanvasEnabled: boolean;
1409
- canToggleScribbling?: boolean;
1410
1397
  }
1411
1398
 
1412
1399
  declare interface ICurriculumStandards {
@@ -1491,7 +1478,8 @@ declare interface IDynamicWorksheetPreview {
1491
1478
  userNodeId: string;
1492
1479
  studentName: string;
1493
1480
  onBackIconClick: () => void;
1494
- onUnassign?: (sheetData: INodeDataProps) => void;
1481
+ actionBarRightElement?: ReactElement;
1482
+ onOpenQuestionFeedbackModal?: (itemRef: string) => void;
1495
1483
  }
1496
1484
 
1497
1485
  declare interface IEditMilestoneModalProps extends IMilestoneEditProps {
@@ -1636,14 +1624,6 @@ declare interface IGetMilestoneResourcesAPIMetaData {
1636
1624
  studentId: string;
1637
1625
  }
1638
1626
 
1639
- declare interface IGetPreferencesFromConfig {
1640
- (config: IMilestoneConfig, options: {
1641
- grade: string;
1642
- preferenceCategory: TLearningPreferenceCategory;
1643
- courseStream: TCourseStream;
1644
- }): TOptions[];
1645
- }
1646
-
1647
1627
  declare interface IGetTabConfig {
1648
1628
  (gutter: number): {
1649
1629
  sizes: Record<TTabSizes, ITabSizeConfig>;
@@ -2178,7 +2158,6 @@ export declare const ILLUSTRATIONS: {
2178
2158
  CIRCLE_OUTERCIRCLE_BG: string;
2179
2159
  CLOCK_ORANGE: string;
2180
2160
  COMMUNITY_BULB: string;
2181
- COMMUNITY_BULB_YELLOW_2: string;
2182
2161
  CROSSHAIR_CIRCLE: string;
2183
2162
  CROWN: string;
2184
2163
  CROWN_OVERLAY: string;
@@ -2207,7 +2186,6 @@ export declare const ILLUSTRATIONS: {
2207
2186
  KNOWLEDGE_BLUE: string;
2208
2187
  LEARNED_SHIELD_GRAY: string;
2209
2188
  LEARNED_SHIELD_GREEN: string;
2210
- LEARNING_PUZZLE_BOT: string;
2211
2189
  LEARNT: string;
2212
2190
  LIKE: string;
2213
2191
  LIVE_SESSION: string;
@@ -2411,10 +2389,6 @@ declare interface IMaintenanceProps {
2411
2389
  userType: TUserTypes;
2412
2390
  }
2413
2391
 
2414
- declare interface IMathPracticeProps {
2415
- onSwitchUser: () => void;
2416
- }
2417
-
2418
2392
  export declare interface IMessageProps {
2419
2393
  event: `${WebViewEvent}`;
2420
2394
  payload: IVibrationPattern | IPlayerStats | IInfoMessage | ITrackEvent | null;
@@ -2435,7 +2409,7 @@ declare interface IMilestoneCardPermissions {
2435
2409
  visible_tabs: string[];
2436
2410
  }
2437
2411
 
2438
- export declare interface IMilestoneConfig {
2412
+ declare interface IMilestoneConfig {
2439
2413
  action_plan: Record<'green' | 'red' | 'yellow', {
2440
2414
  share_message_template: string;
2441
2415
  }>;
@@ -2675,7 +2649,6 @@ export declare interface IModal {
2675
2649
  isPrivate?: boolean;
2676
2650
  /** Width of the modal in CSS units (e.g., '500px', '80vw') */
2677
2651
  modalWidth: string;
2678
- renderOnMobileAs?: 'bottom-sheet';
2679
2652
  }
2680
2653
 
2681
2654
  declare interface IModalCallbacks {
@@ -2832,10 +2805,6 @@ export declare const invalidatePuzzleToAssign: (id: string, query?: void | undef
2832
2805
 
2833
2806
  export declare const invalidateTestHelpData: (id: string, query?: void | undefined, allIdsInvalid?: boolean) => void;
2834
2807
 
2835
- declare interface IOnboardingGuideProps {
2836
- orientation?: 'vertical' | 'horizontal';
2837
- }
2838
-
2839
2808
  declare interface IOnChapterExitWarningProps {
2840
2809
  description: string;
2841
2810
  onSuccess?: () => void;
@@ -2915,7 +2884,6 @@ declare interface IPillButtonProps extends IClickableAnalyticsProps {
2915
2884
  onClick: (val: string) => void;
2916
2885
  tooltip?: string;
2917
2886
  width?: number | string;
2918
- isTransparent?: boolean;
2919
2887
  }
2920
2888
 
2921
2889
  declare interface IPlaceholder {
@@ -2999,7 +2967,7 @@ export declare interface IPostGameStatsRef {
2999
2967
  declare interface IPreferencesCurriculumMap {
3000
2968
  course_stream: TCourseStream;
3001
2969
  is_live: boolean;
3002
- preference_category: TLearningPreferenceCategory;
2970
+ preference_category: TPreferenceCategory;
3003
2971
  preference_code: string;
3004
2972
  preference_grades: string[];
3005
2973
  preference_name: string;
@@ -3010,7 +2978,6 @@ declare interface IPreferencesCurriculumMap {
3010
2978
  export declare interface IPreviewWorksheetModel {
3011
2979
  signed_request: string;
3012
2980
  questions_signed_request: string;
3013
- player_config: IWorksheetBehavior;
3014
2981
  worksheet_name: string;
3015
2982
  }
3016
2983
 
@@ -3019,8 +2986,7 @@ declare interface IPreviewWorksheetProps {
3019
2986
  worksheetName?: string;
3020
2987
  nodeType: IResumeWorksheetModel['node_type'];
3021
2988
  isLessonV3Enabled: boolean;
3022
- scribblingEnabled: boolean;
3023
- action: string;
2989
+ mode: 'resume' | 'review' | 'preview';
3024
2990
  studentId: string;
3025
2991
  userType: TUserTypes;
3026
2992
  showNudgeBanner?: boolean;
@@ -3030,8 +2996,9 @@ declare interface IPreviewWorksheetProps {
3030
2996
  onBackIconClick?: () => void;
3031
2997
  items?: string[];
3032
2998
  onWorksheetLoaded?: (loaded: boolean) => void;
3033
- onUnassign?: () => void;
3034
2999
  canStartUnassignJourney?: boolean;
3000
+ actionBarRightElement?: ReactElement;
3001
+ canShowActionBar?: boolean;
3035
3002
  }
3036
3003
 
3037
3004
  export declare interface IProject<T> {
@@ -3245,7 +3212,10 @@ export declare interface IResumeWorksheetModel extends IWorksheetAttemptModel {
3245
3212
  worksheet_name: string;
3246
3213
  signed_request: string;
3247
3214
  questions_signed_request: string;
3248
- player_config: IWorksheetBehavior;
3215
+ player_config: {
3216
+ minimumAccuracy: number;
3217
+ validation: boolean;
3218
+ };
3249
3219
  user_attempt_id: string;
3250
3220
  permissions: {
3251
3221
  can_access: IWorksheetPermissionV2;
@@ -3257,7 +3227,6 @@ export declare interface IResumeWorksheetModel extends IWorksheetAttemptModel {
3257
3227
  export declare interface IReviewWorksheetModel {
3258
3228
  signed_request: string;
3259
3229
  questions_signed_request: string;
3260
- player_config: IWorksheetBehavior;
3261
3230
  attempt: IWorksheetAttemptModel;
3262
3231
  worksheet: IWorksheetModel;
3263
3232
  chapter_name?: string;
@@ -3368,22 +3337,6 @@ declare interface ISessionInsightsQuery {
3368
3337
  student_name: string;
3369
3338
  }
3370
3339
 
3371
- declare interface ISessionStatusProps {
3372
- completedSessions: number;
3373
- nextSessionStartTime: number;
3374
- status?: 'T_NO_SHOW' | 'S_NO_SHOW' | null;
3375
- studentName: string;
3376
- teacherName?: string;
3377
- nextSessionEndTime: number;
3378
- onRescheduleClick?: () => void;
3379
- }
3380
-
3381
- declare interface ISessionSummaryProps {
3382
- isDemoDone: boolean;
3383
- studentName: string;
3384
- onViewSummary: (key: string) => void;
3385
- }
3386
-
3387
3340
  declare interface IShareInstructionModalProps {
3388
3341
  milestoneAchievementId: string;
3389
3342
  studentName: string;
@@ -3793,9 +3746,6 @@ declare interface ITeacherProfileDetails {
3793
3746
  number_of_students_taught: number;
3794
3747
  countries: string[];
3795
3748
  degree: TDegreeInformation;
3796
- first_name: string;
3797
- last_name: string;
3798
- teacher_profile_url?: string;
3799
3749
  }
3800
3750
 
3801
3751
  declare interface ITeacherProfileProps {
@@ -4006,10 +3956,6 @@ export declare interface ITutorialProps {
4006
3956
  isJourneyActive?: boolean;
4007
3957
  }
4008
3958
 
4009
- declare interface IUpcomingSessionsProps {
4010
- sessions: TSession[];
4011
- }
4012
-
4013
3959
  declare interface IUpdateImages {
4014
3960
  filteredImages: string[];
4015
3961
  newImages: IFile[];
@@ -4105,14 +4051,6 @@ declare interface IUsePuzzleIntroJourney {
4105
4051
  onJourneyComplete: () => void;
4106
4052
  }
4107
4053
 
4108
- declare interface IUser {
4109
- id: string;
4110
- username?: string;
4111
- user_avatar?: IAvatarLayer[] | null;
4112
- phone?: string;
4113
- iconSrc?: string;
4114
- }
4115
-
4116
4054
  export declare interface IUserChapterData {
4117
4055
  chapter_code: string;
4118
4056
  chapter_id: string;
@@ -4134,16 +4072,6 @@ declare interface IUserChapterProgressProps {
4134
4072
  total_core_sheets: number;
4135
4073
  }
4136
4074
 
4137
- declare interface IUserListProps {
4138
- users: IUser[];
4139
- onSelect: (id: string) => void;
4140
- showAddButton?: boolean;
4141
- onAddNew?: () => void;
4142
- maxColumns?: number;
4143
- cardSize?: number;
4144
- avatarSize?: number;
4145
- }
4146
-
4147
4075
  declare interface IUsernamePasswordFormProps {
4148
4076
  username: string;
4149
4077
  password: string;
@@ -4315,33 +4243,20 @@ export declare interface IWorksheetBehavior {
4315
4243
  teacherValidationEnabled: boolean;
4316
4244
  /**
4317
4245
  * If worksheet is attempting outside the class setting
4318
- * * In case of puzzle worksheet.
4319
- * * If true,
4320
- * For student we show tooltip with 'Discuss with tutor in class'.
4321
- * For teacher we show review cta.
4322
- * * If false,
4323
- * For student we show tooltip with 'Already solved'.
4324
- * For teacher we don't show review cta.
4246
+ * This needs teacherValidationEnabled to be true
4247
+ * TODO-ANTIL: Accept only validation which can be 'system' or 'teacher' or undefined
4325
4248
  */
4326
4249
  canTeacherValidate: boolean;
4327
- /**
4328
- * * In case of puzzle worksheet for teacher
4329
- * * If true,
4330
- * Teacher validation button will be disabled.
4331
- * * If false,
4332
- * Teacher validation button will be active.
4333
- */
4334
- canTeacherValidateDisabled?: boolean;
4335
4250
  /**
4336
4251
  * If true, questions will be validated and feedback will be shown.
4337
4252
  */
4338
4253
  validation: boolean;
4339
4254
  /**
4340
- * If true, questions will be validated and feedback will be shown along with the correct answer.
4255
+ * If true, solution wont be shown to the user.
4341
4256
  */
4342
4257
  solutionHidden?: boolean;
4343
4258
  /**
4344
- * If true, solution will be hidden.
4259
+ * If true, questions will be validated and feedback will be shown along with the correct answer.
4345
4260
  */
4346
4261
  review: boolean;
4347
4262
  /**
@@ -4379,14 +4294,8 @@ export declare interface IWorksheetBehavior {
4379
4294
  * If true show demos calculator https://www.desmos.com/calculator
4380
4295
  */
4381
4296
  canShowDesmosCalc: boolean;
4382
- /**
4383
- * If true, the user can unassign the sheet.
4384
- */
4385
- canUnAssign?: boolean;
4386
- /**
4387
- * If true, journey will be started.
4388
- */
4389
- canStartJourney?: boolean;
4297
+ canvasEnabled?: boolean;
4298
+ canScribble?: boolean;
4390
4299
  }
4391
4300
 
4392
4301
  declare interface IWorksheetCallbackProps {
@@ -4410,12 +4319,10 @@ declare interface IWorksheetCallbackProps {
4410
4319
  onExitTicketStart?: () => void;
4411
4320
  onExitTicketSubmit?: () => void;
4412
4321
  onSubmit?: (responses: Record<string, IWorksheetResponse>) => void;
4413
- onUnassign?: () => void;
4414
- onReview?: () => void;
4415
4322
  loggerRef: MutableRefObject<(eventName: string, data?: Record<string, unknown>) => void>;
4416
4323
  }
4417
4324
 
4418
- declare interface IWorksheetContainerProps extends IBaseWorksheetProps, IWorksheetCallbackProps, ICueCanvasProps, ICueCanvasCallbackProps, IPointerSyncCallbackProps {
4325
+ declare interface IWorksheetContainerProps extends Omit<IBaseWorksheetProps, 'behavior'>, IWorksheetCallbackProps, ICueCanvasProps, ICueCanvasCallbackProps, IPointerSyncCallbackProps {
4419
4326
  studentId: string;
4420
4327
  attemptId?: string;
4421
4328
  itemsSignedRequest: string;
@@ -4430,6 +4337,11 @@ declare interface IWorksheetContainerProps extends IBaseWorksheetProps, IWorkshe
4430
4337
  summaryDescription?: ReactElement | null;
4431
4338
  canSubmitWorksheet?: boolean;
4432
4339
  subjectiveProps?: ISubjectiveSheetProps;
4340
+ inClass?: boolean;
4341
+ isLessonV3Enabled?: boolean;
4342
+ isDesmosEnabled?: boolean;
4343
+ nodeType: TNodeTypes;
4344
+ mode: 'resume' | 'review' | 'preview';
4433
4345
  }
4434
4346
 
4435
4347
  declare interface IWorksheetLayout {
@@ -4445,6 +4357,8 @@ declare interface IWorksheetLayout {
4445
4357
  showUserPointer?: boolean;
4446
4358
  renderQuestionHeader?: boolean;
4447
4359
  imageHue?: THueNames;
4360
+ background?: 'none' | 'paper';
4361
+ questionPadding: number;
4448
4362
  }
4449
4363
 
4450
4364
  export declare interface IWorksheetModel {
@@ -4570,15 +4484,6 @@ export declare const JourneyProvider: FC<IJourneyProviderProps>;
4570
4484
 
4571
4485
  export declare const Leaderboard: ({ leaderboardData, type, userId, onClose, isLoading, streakInfo, }: ILeaderboardProps) => JSX.Element;
4572
4486
 
4573
- export declare const LEARNING_PREFERENCE_CATEGORY: {
4574
- readonly LEVEL: "Level";
4575
- readonly FOCUS: "Focus";
4576
- readonly BEHAVIOR: "Behaviors";
4577
- readonly OBJECTIVES: "Objectives";
4578
- readonly POSITION: "Position";
4579
- readonly COURSE: "Course";
4580
- };
4581
-
4582
4487
  export declare const LearnosityPreloader: FC<PropsWithChildren<ILearnosityPreloaderProps>>;
4583
4488
 
4584
4489
  export declare const LeftIcon: React_2.FC<React_2.SVGProps<SVGSVGElement>>;
@@ -4733,7 +4638,6 @@ export declare const LOTTIE: {
4733
4638
  TOURNAMENT_RIPPLE: string;
4734
4639
  TROPHY: string;
4735
4640
  USERNAME: string;
4736
- USERNAME_RESPONSIVE: string;
4737
4641
  VICTORY: string;
4738
4642
  VIDEO: string;
4739
4643
  };
@@ -4748,8 +4652,6 @@ export declare const Maintenance: React_2.FC<IMaintenanceProps>;
4748
4652
 
4749
4653
  declare const MASTERY: "mastery";
4750
4654
 
4751
- export declare const MathPractice: FC<IMathPracticeProps>;
4752
-
4753
4655
  export declare const MilestoneActionWidget: React_2.FC<IMilestoneActionWidgetProps>;
4754
4656
 
4755
4657
  export declare const MilestoneCreate: React.FC<IMileStoneCreateContainerProps>;
@@ -4785,8 +4687,6 @@ export declare const Next2Icon: React.FC<React.SVGProps<SVGSVGElement>>;
4785
4687
 
4786
4688
  export declare const NextIcon: React.FC<React.SVGProps<SVGSVGElement>>;
4787
4689
 
4788
- export declare const NextSteps: NamedExoticComponent<{}>;
4789
-
4790
4690
  declare enum NODE_CARD_COURSE_TYPES {
4791
4691
  PROGRAM = "PROGRAM",
4792
4692
  REMEDIAL = "REMEDIAL",
@@ -4881,6 +4781,11 @@ export declare const NODE_TYPE: {
4881
4781
  readonly MASTERY: "MASTERY";
4882
4782
  readonly TRIAL_DIAGNOSTIC: "TRIAL_DIAGNOSTIC";
4883
4783
  readonly PDF: "PDF";
4784
+ readonly TRIAL_BASIC: "TRIAL_BASIC";
4785
+ readonly TRIAL_INTERMEDIATE: "TRIAL_INTERMEDIATE";
4786
+ readonly TRIAL_ADVANCED: "TRIAL_ADVANCED";
4787
+ readonly SAT_ENGLISH_ASSESSMENT: "SAT_ENGLISH_ASSESSMENT";
4788
+ readonly SAT_MATH_ASSESSMENT: "SAT_MATH_ASSESSMENT";
4884
4789
  };
4885
4790
 
4886
4791
  export declare enum NODE_TYPES {
@@ -4957,7 +4862,7 @@ declare interface NumRangeInputProps {
4957
4862
  endPlaceholder?: string;
4958
4863
  }
4959
4864
 
4960
- export declare const OnboardingGuide: MemoExoticComponent<({ orientation }: IOnboardingGuideProps) => JSX.Element>;
4865
+ export declare const OnboardingGuide: () => JSX.Element;
4961
4866
 
4962
4867
  export declare const OTPForm: MemoExoticComponent<({ onSubmit, onChange, value, error, isProcessing, isValid, helperText, }: ISingleFieldFormProps) => JSX.Element>;
4963
4868
 
@@ -4969,8 +4874,6 @@ export declare const OverlayLoader: MemoExoticComponent<({ isLoading }: {
4969
4874
  isLoading?: boolean | undefined;
4970
4875
  }) => JSX.Element | null>;
4971
4876
 
4972
- export declare const ParentDashboardFaqs: () => JSX.Element;
4973
-
4974
4877
  export declare const PencilIcon: React.FC<React.SVGProps<SVGSVGElement>>;
4975
4878
 
4976
4879
  export declare const PercentileInput: React_2.ForwardRefExoticComponent<IPercentileProps & React_2.RefAttributes<HTMLInputElement>>;
@@ -5048,6 +4951,14 @@ export declare const PostGameStats: NamedExoticComponent<IPostGameStatsProps & R
5048
4951
 
5049
4952
  export declare const PracticeIcon: React.FC<React.SVGProps<SVGSVGElement>>;
5050
4953
 
4954
+ declare const PREFERENCE_CATEGORY: {
4955
+ readonly LEVEL: "Level";
4956
+ readonly FOCUS: "Focus";
4957
+ readonly BEHAVIOR: "Behaviors";
4958
+ readonly OBJECTIVES: "Objectives";
4959
+ readonly POSITION: "Position";
4960
+ };
4961
+
5051
4962
  export declare const PreviewWorksheet: FC<IPreviewWorksheetProps>;
5052
4963
 
5053
4964
  export declare const ProgressIcon: React.FC<React.SVGProps<SVGSVGElement>>;
@@ -5196,10 +5107,6 @@ export declare const SENTRY_IGNORED_ERRORS: Array<string | RegExp>;
5196
5107
 
5197
5108
  export declare const Separator: React_2.FC<ISeparatorProps>;
5198
5109
 
5199
- export declare const SessionStatus: MemoExoticComponent<({ completedSessions, nextSessionStartTime, status, teacherName, studentName, onRescheduleClick, }: ISessionStatusProps) => JSX.Element>;
5200
-
5201
- export declare const SessionSummary: MemoExoticComponent<({ isDemoDone, studentName, onViewSummary }: ISessionSummaryProps) => JSX.Element>;
5202
-
5203
5110
  export declare const SHEET_ACTIONS: {
5204
5111
  readonly START: "START";
5205
5112
  readonly RESUME: "RESUME";
@@ -5566,7 +5473,6 @@ declare type TDefaultSection = Record<string, unknown>;
5566
5473
  declare type TDegreeInformation = {
5567
5474
  degree_name?: string;
5568
5475
  field_of_study?: string;
5569
- degree_code?: string;
5570
5476
  };
5571
5477
 
5572
5478
  declare type TDrawingData = ITile | IStroke | undefined;
@@ -5926,8 +5832,6 @@ export declare type TJourneyId = JOURNEY_ID_STUDENT | JOURNEY_ID_TEACHER;
5926
5832
 
5927
5833
  declare type TLayerKey = 'layer-1' | 'layer-2' | 'layer-3' | 'layer-4';
5928
5834
 
5929
- export declare type TLearningPreferenceCategory = (typeof LEARNING_PREFERENCE_CATEGORY)[keyof typeof LEARNING_PREFERENCE_CATEGORY];
5930
-
5931
5835
  declare type TLearnosityPreloaderContextValue = {
5932
5836
  scriptStatus: Omit<TScriptStatus, 'loaded'>;
5933
5837
  defaultAPIURL: string;
@@ -6191,12 +6095,6 @@ export declare type TOnPreSubmitOptions = {
6191
6095
  submitBaseMessage?: string;
6192
6096
  };
6193
6097
 
6194
- declare type TOptions = {
6195
- id: string;
6196
- label: string;
6197
- description?: string;
6198
- };
6199
-
6200
6098
  declare type TOutcome = {
6201
6099
  max: string | number | null;
6202
6100
  min: string | number | null;
@@ -6219,6 +6117,8 @@ declare type TPreference = {
6219
6117
  selectedTime: string;
6220
6118
  };
6221
6119
 
6120
+ declare type TPreferenceCategory = (typeof PREFERENCE_CATEGORY)[keyof typeof PREFERENCE_CATEGORY];
6121
+
6222
6122
  declare type TProfileHighlight = {
6223
6123
  illustration: string;
6224
6124
  background: TColorNames;
@@ -6335,12 +6235,6 @@ export declare type TSelectedCountry = {
6335
6235
  code: string;
6336
6236
  };
6337
6237
 
6338
- declare type TSession = {
6339
- session_start: number;
6340
- session_end: number;
6341
- session_status: ESessionStatus;
6342
- };
6343
-
6344
6238
  export declare type TSessionReport = {
6345
6239
  problems_attempted: number;
6346
6240
  new_concepts_learnt?: number;
@@ -6553,8 +6447,6 @@ export declare const Unlock2Icon: React.FC<React.SVGProps<SVGSVGElement>>;
6553
6447
 
6554
6448
  export declare const UnlockIcon: React.FC<React.SVGProps<SVGSVGElement>>;
6555
6449
 
6556
- export declare const UpcomingSessions: React_2.NamedExoticComponent<IUpcomingSessionsProps>;
6557
-
6558
6450
  export declare const UpIcon: React.FC<React.SVGProps<SVGSVGElement>>;
6559
6451
 
6560
6452
  export declare const useAutoPlayPermission: () => IAutoPlayPermissionContextType;
@@ -6758,6 +6650,11 @@ export declare const useModalParams: IUseModalParams;
6758
6650
 
6759
6651
  export declare const usePointerSync: ({ userType, targetUserId, }: IusePointerSyncProps) => IusePointerSyncMethods;
6760
6652
 
6653
+ export declare const usePuzzleAttemptJourney: () => {
6654
+ puzzleAttemptCtaRef: RefObject<HTMLDivElement>;
6655
+ startJourney: () => void;
6656
+ };
6657
+
6761
6658
  export declare const usePuzzleDashboardJourney: () => {
6762
6659
  puzzleProfileRef: RefObject<HTMLDivElement>;
6763
6660
  startJourney: (avatar: IAvatarLayer[]) => void;
@@ -6773,14 +6670,22 @@ export declare const usePuzzleProgressJourney: () => {
6773
6670
  startJourney: () => void;
6774
6671
  };
6775
6672
 
6673
+ export declare const usePuzzleReviewJourney: () => {
6674
+ puzzleReviewCtaRef: RefObject<HTMLDivElement>;
6675
+ startJourney: () => void;
6676
+ };
6677
+
6678
+ export declare const usePuzzleUnassignJourney: () => {
6679
+ puzzleUnassignRef: RefObject<HTMLDivElement>;
6680
+ startJourney: () => void;
6681
+ };
6682
+
6776
6683
  export declare const User2Icon: React.FC<React.SVGProps<SVGSVGElement>>;
6777
6684
 
6778
6685
  export declare const UserIcon: React.FC<React.SVGProps<SVGSVGElement>>;
6779
6686
 
6780
6687
  export declare const UserIdentifierForm: MemoExoticComponent<({ onSubmit, onChange, value, error, isSubmitDisabled, isProcessing, isValid, label, }: ISingleFieldFormProps) => JSX.Element>;
6781
6688
 
6782
- export declare const UserList: NamedExoticComponent<IUserListProps>;
6783
-
6784
6689
  export declare const UsernamePasswordForm: NamedExoticComponent<IUsernamePasswordFormProps>;
6785
6690
 
6786
6691
  export declare const UserTypeSelector: NamedExoticComponent<IUserTypeSelectorProps>;