@cuemath/leap 3.2.16-as1 → 3.2.16-link.1

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 +6 -0
  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/cue-board-filled.js +33 -0
  8. package/dist/assets/line-icons/icons/cue-board-filled.js.map +1 -0
  9. package/dist/assets/line-icons/icons/cue-board.js +23 -0
  10. package/dist/assets/line-icons/icons/cue-board.js.map +1 -0
  11. package/dist/assets/line-icons/icons/evening.js +35 -0
  12. package/dist/assets/line-icons/icons/evening.js.map +1 -0
  13. package/dist/assets/line-icons/icons/morning.js +35 -0
  14. package/dist/assets/line-icons/icons/morning.js.map +1 -0
  15. package/dist/assets/line-icons/icons/screen-grab-filled.js +35 -0
  16. package/dist/assets/line-icons/icons/screen-grab-filled.js.map +1 -0
  17. package/dist/assets/line-icons/icons/screen-grab.js +23 -0
  18. package/dist/assets/line-icons/icons/screen-grab.js.map +1 -0
  19. package/dist/assets/line-icons/icons/star3.js +32 -0
  20. package/dist/assets/line-icons/icons/star3.js.map +1 -0
  21. package/dist/assets/line-icons/icons/sticker-filled.js +64 -0
  22. package/dist/assets/line-icons/icons/sticker-filled.js.map +1 -0
  23. package/dist/assets/line-icons/icons/sticker.js +46 -0
  24. package/dist/assets/line-icons/icons/sticker.js.map +1 -0
  25. package/dist/assets/lottie/lottie.js +10 -0
  26. package/dist/assets/lottie/lottie.js.map +1 -1
  27. package/dist/features/auth/comps/animated-avatar-message/animated-avatar-message-constants.js +9 -0
  28. package/dist/features/auth/comps/animated-avatar-message/animated-avatar-message-constants.js.map +1 -0
  29. package/dist/features/auth/comps/animated-avatar-message/animated-avatar-message-styled.js +52 -0
  30. package/dist/features/auth/comps/animated-avatar-message/animated-avatar-message-styled.js.map +1 -0
  31. package/dist/features/auth/comps/animated-avatar-message/animated-avatar-message.js +93 -0
  32. package/dist/features/auth/comps/animated-avatar-message/animated-avatar-message.js.map +1 -0
  33. package/dist/features/auth/comps/animated-avatar-message/animated-text/animated-text-styled.js +10 -0
  34. package/dist/features/auth/comps/animated-avatar-message/animated-text/animated-text-styled.js.map +1 -0
  35. package/dist/features/auth/comps/animated-avatar-message/animated-text/animated-text.js +17 -0
  36. package/dist/features/auth/comps/animated-avatar-message/animated-text/animated-text.js.map +1 -0
  37. package/dist/features/auth/comps/auth-page-layout/auth-page-layout.js +18 -13
  38. package/dist/features/auth/comps/auth-page-layout/auth-page-layout.js.map +1 -1
  39. package/dist/features/auth/comps/linear-progress-bar/linear-progress-bar-styled.js +12 -0
  40. package/dist/features/auth/comps/linear-progress-bar/linear-progress-bar-styled.js.map +1 -0
  41. package/dist/features/auth/comps/linear-progress-bar/linear-progress-bar.js +34 -0
  42. package/dist/features/auth/comps/linear-progress-bar/linear-progress-bar.js.map +1 -0
  43. package/dist/features/auth/comps/otp-input/otp-input-styled.js +22 -0
  44. package/dist/features/auth/comps/otp-input/otp-input-styled.js.map +1 -0
  45. package/dist/features/auth/comps/otp-input/otp-input.js +51 -0
  46. package/dist/features/auth/comps/otp-input/otp-input.js.map +1 -0
  47. package/dist/features/auth/comps/pill-button/pill-button-styled.js +44 -0
  48. package/dist/features/auth/comps/pill-button/pill-button-styled.js.map +1 -0
  49. package/dist/features/auth/comps/pill-button/pill-button.js +75 -0
  50. package/dist/features/auth/comps/pill-button/pill-button.js.map +1 -0
  51. package/dist/features/auth/comps/resend-otp/resend-otp.js +54 -47
  52. package/dist/features/auth/comps/resend-otp/resend-otp.js.map +1 -1
  53. package/dist/features/auth/comps/selectable-info-card/selectable-info-card-styled.js +17 -0
  54. package/dist/features/auth/comps/selectable-info-card/selectable-info-card-styled.js.map +1 -0
  55. package/dist/features/auth/comps/selectable-info-card/selectable-info-card.js +67 -0
  56. package/dist/features/auth/comps/selectable-info-card/selectable-info-card.js.map +1 -0
  57. package/dist/features/auth/comps/tabs/tab-tem/tab-item.js +29 -17
  58. package/dist/features/auth/comps/tabs/tab-tem/tab-item.js.map +1 -1
  59. package/dist/features/auth/comps/tabs/tabs-styled.js +22 -10
  60. package/dist/features/auth/comps/tabs/tabs-styled.js.map +1 -1
  61. package/dist/features/auth/comps/tabs/tabs.js +5 -5
  62. package/dist/features/auth/comps/tabs/tabs.js.map +1 -1
  63. package/dist/features/auth/signup-v2/onboarding-guide/onboarding-guide-constants.js +19 -0
  64. package/dist/features/auth/signup-v2/onboarding-guide/onboarding-guide-constants.js.map +1 -0
  65. package/dist/features/auth/signup-v2/onboarding-guide/onboarding-guide-styled.js +32 -0
  66. package/dist/features/auth/signup-v2/onboarding-guide/onboarding-guide-styled.js.map +1 -0
  67. package/dist/features/auth/signup-v2/onboarding-guide/onboarding-guide.js +44 -0
  68. package/dist/features/auth/signup-v2/onboarding-guide/onboarding-guide.js.map +1 -0
  69. package/dist/features/auth/signup-v2/signup-header/signup-header.js +54 -0
  70. package/dist/features/auth/signup-v2/signup-header/signup-header.js.map +1 -0
  71. package/dist/features/auth/signup-v2/signup-options/signup-options.js +83 -0
  72. package/dist/features/auth/signup-v2/signup-options/signup-options.js.map +1 -0
  73. package/dist/features/puzzles/app/puzzle-app.js +53 -73
  74. package/dist/features/puzzles/app/puzzle-app.js.map +1 -1
  75. package/dist/features/trial-session/comps/student-profile/student-profile.js +1 -1
  76. package/dist/features/trial-session/comps/teacher-intro/teacher-intro-styled.js +7 -50
  77. package/dist/features/trial-session/comps/teacher-intro/teacher-intro-styled.js.map +1 -1
  78. package/dist/features/trial-session/comps/teacher-intro/teacher-intro.js +15 -69
  79. package/dist/features/trial-session/comps/teacher-intro/teacher-intro.js.map +1 -1
  80. package/dist/features/trial-session/comps/teacher-intro/teacher-profile/teacher-profile-styled.js +49 -0
  81. package/dist/features/trial-session/comps/teacher-intro/teacher-profile/teacher-profile-styled.js.map +1 -0
  82. package/dist/features/trial-session/comps/teacher-intro/teacher-profile/teacher-profile.js +64 -0
  83. package/dist/features/trial-session/comps/teacher-intro/teacher-profile/teacher-profile.js.map +1 -0
  84. package/dist/features/ui/accordion/accordion-items/accordion-items-styled.js +28 -0
  85. package/dist/features/ui/accordion/accordion-items/accordion-items-styled.js.map +1 -0
  86. package/dist/features/ui/accordion/accordion-items/accordion-items.js +83 -0
  87. package/dist/features/ui/accordion/accordion-items/accordion-items.js.map +1 -0
  88. package/dist/features/ui/accordion/accordion.js +62 -0
  89. package/dist/features/ui/accordion/accordion.js.map +1 -0
  90. package/dist/features/ui/drawer/drawer-styled.js +34 -0
  91. package/dist/features/ui/drawer/drawer-styled.js.map +1 -0
  92. package/dist/features/ui/drawer/drawer.js +42 -0
  93. package/dist/features/ui/drawer/drawer.js.map +1 -0
  94. package/dist/features/ui/image/image.js +1 -1
  95. package/dist/features/ui/image/image.js.map +1 -1
  96. package/dist/features/ui/inputs/base-input/base-input.js +11 -11
  97. package/dist/features/ui/inputs/base-input/base-input.js.map +1 -1
  98. package/dist/features/ui/inputs/base-select-input/base-select-input.js +55 -57
  99. package/dist/features/ui/inputs/base-select-input/base-select-input.js.map +1 -1
  100. package/dist/features/ui/inputs/checkbox-input/checkbox-input.js +21 -21
  101. package/dist/features/ui/inputs/checkbox-input/checkbox-input.js.map +1 -1
  102. package/dist/features/ui/inputs/checkbox-input-list/checkbox-input-list.js +5 -5
  103. package/dist/features/ui/inputs/checkbox-input-list/checkbox-input-list.js.map +1 -1
  104. package/dist/features/ui/inputs/text-input/text-input.js +19 -18
  105. package/dist/features/ui/inputs/text-input/text-input.js.map +1 -1
  106. package/dist/features/ui/modals/modal-styled.js +43 -8
  107. package/dist/features/ui/modals/modal-styled.js.map +1 -1
  108. package/dist/features/ui/modals/modal.js +37 -27
  109. package/dist/features/ui/modals/modal.js.map +1 -1
  110. package/dist/features/ui/text/text.js +31 -29
  111. package/dist/features/ui/text/text.js.map +1 -1
  112. package/dist/features/ui/theme/button.js +78 -78
  113. package/dist/features/ui/theme/button.js.map +1 -1
  114. package/dist/features/worksheet/worksheet/worksheet-helpers.js +31 -32
  115. package/dist/features/worksheet/worksheet/worksheet-helpers.js.map +1 -1
  116. package/dist/index.d.ts +205 -5
  117. package/dist/index.js +635 -589
  118. package/dist/index.js.map +1 -1
  119. package/dist/static/animated-avatar.1ad58b1d.json +1 -0
  120. package/dist/static/animated-avatar.69b07505.json +1 -0
  121. package/dist/static/animated-avatar.9c560b46.json +1 -0
  122. package/dist/static/calendar-purple.1a840b41.svg +1 -0
  123. package/dist/static/flying-disk.c7f6ed39.json +1 -0
  124. package/dist/static/graduation-cap.3be3340a.json +1 -0
  125. package/dist/static/handshake.287e7dfb.svg +1 -0
  126. package/dist/static/light-bulb.c6db0b23.json +1 -0
  127. package/dist/static/money.332aacf1.svg +1 -0
  128. package/dist/static/muscle.9bcfb8a7.json +1 -0
  129. package/dist/static/parent-avatar.822c7b9b.svg +1 -0
  130. package/dist/static/pencil.23df9da0.json +1 -0
  131. package/dist/static/plus-sign.de6af957.json +1 -0
  132. package/dist/static/racing-car.2cbf864e.json +1 -0
  133. package/dist/static/rocket.0a3ccab0.json +1 -0
  134. package/dist/static/shovel.abeec04c.json +1 -0
  135. package/dist/static/stripe-blurple.6abf422f.svg +1 -0
  136. package/dist/static/trustpilot.bd3d79e1.svg +1 -0
  137. package/package.json +2 -3
  138. package/dist/features/worksheet/worksheet/mocks/activity.js +0 -6
  139. package/dist/features/worksheet/worksheet/mocks/activity.js.map +0 -1
  140. package/dist/features/worksheet/worksheet/mocks/behaviors/assessment.js +0 -38
  141. package/dist/features/worksheet/worksheet/mocks/behaviors/assessment.js.map +0 -1
  142. package/dist/features/worksheet/worksheet/mocks/behaviors/chapter_assessment.js +0 -38
  143. package/dist/features/worksheet/worksheet/mocks/behaviors/chapter_assessment.js.map +0 -1
  144. package/dist/features/worksheet/worksheet/mocks/behaviors/diagnostic.js +0 -38
  145. package/dist/features/worksheet/worksheet/mocks/behaviors/diagnostic.js.map +0 -1
  146. package/dist/features/worksheet/worksheet/mocks/behaviors/dynamic.js +0 -38
  147. package/dist/features/worksheet/worksheet/mocks/behaviors/dynamic.js.map +0 -1
  148. package/dist/features/worksheet/worksheet/mocks/behaviors/extra_practice.js +0 -38
  149. package/dist/features/worksheet/worksheet/mocks/behaviors/extra_practice.js.map +0 -1
  150. package/dist/features/worksheet/worksheet/mocks/behaviors/index.js +0 -95
  151. package/dist/features/worksheet/worksheet/mocks/behaviors/index.js.map +0 -1
  152. package/dist/features/worksheet/worksheet/mocks/behaviors/learning-v3.js +0 -38
  153. package/dist/features/worksheet/worksheet/mocks/behaviors/learning-v3.js.map +0 -1
  154. package/dist/features/worksheet/worksheet/mocks/behaviors/learning.js +0 -38
  155. package/dist/features/worksheet/worksheet/mocks/behaviors/learning.js.map +0 -1
  156. package/dist/features/worksheet/worksheet/mocks/behaviors/legacy.js +0 -38
  157. package/dist/features/worksheet/worksheet/mocks/behaviors/legacy.js.map +0 -1
  158. package/dist/features/worksheet/worksheet/mocks/behaviors/level2.js +0 -38
  159. package/dist/features/worksheet/worksheet/mocks/behaviors/level2.js.map +0 -1
  160. package/dist/features/worksheet/worksheet/mocks/behaviors/level3.js +0 -38
  161. package/dist/features/worksheet/worksheet/mocks/behaviors/level3.js.map +0 -1
  162. package/dist/features/worksheet/worksheet/mocks/behaviors/mastery.js +0 -41
  163. package/dist/features/worksheet/worksheet/mocks/behaviors/mastery.js.map +0 -1
  164. package/dist/features/worksheet/worksheet/mocks/behaviors/practice.js +0 -38
  165. package/dist/features/worksheet/worksheet/mocks/behaviors/practice.js.map +0 -1
  166. package/dist/features/worksheet/worksheet/mocks/behaviors/puzzle-card.js +0 -39
  167. package/dist/features/worksheet/worksheet/mocks/behaviors/puzzle-card.js.map +0 -1
  168. package/dist/features/worksheet/worksheet/mocks/behaviors/puzzle_easy.js +0 -39
  169. package/dist/features/worksheet/worksheet/mocks/behaviors/puzzle_easy.js.map +0 -1
  170. package/dist/features/worksheet/worksheet/mocks/behaviors/puzzle_hard.js +0 -39
  171. package/dist/features/worksheet/worksheet/mocks/behaviors/puzzle_hard.js.map +0 -1
  172. package/dist/features/worksheet/worksheet/mocks/behaviors/puzzle_medium.js +0 -39
  173. package/dist/features/worksheet/worksheet/mocks/behaviors/puzzle_medium.js.map +0 -1
  174. package/dist/features/worksheet/worksheet/mocks/behaviors/recap.js +0 -39
  175. package/dist/features/worksheet/worksheet/mocks/behaviors/recap.js.map +0 -1
  176. package/dist/features/worksheet/worksheet/mocks/behaviors/remedial.js +0 -39
  177. package/dist/features/worksheet/worksheet/mocks/behaviors/remedial.js.map +0 -1
  178. package/dist/features/worksheet/worksheet/mocks/behaviors/revision.js +0 -38
  179. package/dist/features/worksheet/worksheet/mocks/behaviors/revision.js.map +0 -1
  180. package/dist/features/worksheet/worksheet/mocks/behaviors/sat-math-assessment.js +0 -38
  181. package/dist/features/worksheet/worksheet/mocks/behaviors/sat-math-assessment.js.map +0 -1
  182. package/dist/features/worksheet/worksheet/mocks/behaviors/sat_english_learning.js +0 -38
  183. package/dist/features/worksheet/worksheet/mocks/behaviors/sat_english_learning.js.map +0 -1
  184. package/dist/features/worksheet/worksheet/mocks/behaviors/sat_math_learning.js +0 -38
  185. package/dist/features/worksheet/worksheet/mocks/behaviors/sat_math_learning.js.map +0 -1
  186. package/dist/features/worksheet/worksheet/mocks/behaviors/sat_math_recap.js +0 -39
  187. package/dist/features/worksheet/worksheet/mocks/behaviors/sat_math_recap.js.map +0 -1
  188. package/dist/features/worksheet/worksheet/mocks/behaviors/target_practice.js +0 -38
  189. package/dist/features/worksheet/worksheet/mocks/behaviors/target_practice.js.map +0 -1
  190. package/dist/features/worksheet/worksheet/mocks/behaviors/trial-diagnostic-v2.js +0 -38
  191. package/dist/features/worksheet/worksheet/mocks/behaviors/trial-diagnostic-v2.js.map +0 -1
  192. package/dist/features/worksheet/worksheet/mocks/behaviors/trial-diagnostic.js +0 -38
  193. package/dist/features/worksheet/worksheet/mocks/behaviors/trial-diagnostic.js.map +0 -1
  194. package/dist/features/worksheet/worksheet/mocks/behaviors/turing_assessment.js +0 -38
  195. package/dist/features/worksheet/worksheet/mocks/behaviors/turing_assessment.js.map +0 -1
  196. package/dist/features/worksheet/worksheet/mocks/behaviors/turing_practice.js +0 -38
  197. package/dist/features/worksheet/worksheet/mocks/behaviors/turing_practice.js.map +0 -1
  198. package/dist/features/worksheet/worksheet/mocks/signed-requests.js +0 -5
  199. package/dist/features/worksheet/worksheet/mocks/signed-requests.js.map +0 -1
  200. package/dist/features/worksheet/worksheet/stories/use-canvas-sync-broker-story.js +0 -57
  201. package/dist/features/worksheet/worksheet/stories/use-canvas-sync-broker-story.js.map +0 -1
  202. package/dist/features/worksheet/worksheet/stories/worksheet-story-container.js +0 -231
  203. package/dist/features/worksheet/worksheet/stories/worksheet-story-container.js.map +0 -1
  204. package/dist/features/worksheet/worksheet/stories/worksheet-student.js +0 -174
  205. package/dist/features/worksheet/worksheet/stories/worksheet-student.js.map +0 -1
  206. package/dist/features/worksheet/worksheet/stories/worksheet-teacher.js +0 -255
  207. package/dist/features/worksheet/worksheet/stories/worksheet-teacher.js.map +0 -1
  208. package/dist/types/models/worksheet.js +0 -5
  209. package/dist/types/models/worksheet.js.map +0 -1
package/dist/index.d.ts CHANGED
@@ -33,6 +33,18 @@ import { ResourceModel } from '@cuemath/rest-api';
33
33
  import type { SetStateAction } from 'react';
34
34
  import { Substitute } from 'styled-components/dist/types';
35
35
 
36
+ export declare const Accordion: NamedExoticComponent<AccordionProps>;
37
+
38
+ declare interface AccordionProps {
39
+ theme?: AccordionTheme;
40
+ visibleBuffer: number;
41
+ defaultOpenElement?: number;
42
+ accordionData: Array<{
43
+ accordionQuestion: string;
44
+ accordionAnswer: React.ReactNode | string;
45
+ }>;
46
+ }
47
+
36
48
  /**
37
49
  * AccordionSection component.
38
50
  *
@@ -41,6 +53,8 @@ import { Substitute } from 'styled-components/dist/types';
41
53
  */
42
54
  export declare const AccordionSection: FC<IAccordionSectionProps>;
43
55
 
56
+ declare type AccordionTheme = 'light' | 'dark';
57
+
44
58
  export declare const AccountSelector: MemoExoticComponent<({ userAccounts, onSelect, onAddNew, isLoading, }: IAccountSelectorViewProps) => JSX.Element>;
45
59
 
46
60
  export declare const ACHIEVEMENT_ACTIONS: {
@@ -52,10 +66,14 @@ export declare const AchievementNotShareReasonModal: React_2.FC<IShareInstructio
52
66
 
53
67
  export declare const AchievementShareInstructionModal: React_2.FC<IShareInstructionModalProps>;
54
68
 
69
+ export declare const AfternoonIcon: React.FC<React.SVGProps<SVGSVGElement>>;
70
+
55
71
  export declare const AlertIcon: React_2.FC<React_2.SVGProps<SVGSVGElement>>;
56
72
 
57
73
  export declare const AnimatedArc: React_2.FC<IAnimatedArcProps>;
58
74
 
75
+ export declare const AnimatedAvatarMessage: NamedExoticComponent<IAnimatedAvatarMessageProps>;
76
+
59
77
  export declare const AppLoader: FC<IAppLoaderProps>;
60
78
 
61
79
  export declare const ArcButton: NamedExoticComponent<IArcButtonProps & {
@@ -96,6 +114,8 @@ export declare const BackgroundImage: ({ img }: {
96
114
 
97
115
  export declare const BackIcon: React.FC<React.SVGProps<SVGSVGElement>>;
98
116
 
117
+ export declare const BaseInput: React_2.FC<IBaseInputProps>;
118
+
99
119
  declare interface BaseProject {
100
120
  id: string;
101
121
  name: string;
@@ -311,6 +331,10 @@ declare const COURSE_STREAMS: {
311
331
 
312
332
  export declare const CrossIcon: React.FC<React.SVGProps<SVGSVGElement>>;
313
333
 
334
+ export declare const CueBoardFilledIcon: React.FC<React.SVGProps<SVGSVGElement>>;
335
+
336
+ export declare const CueBoardIcon: React.FC<React.SVGProps<SVGSVGElement>>;
337
+
314
338
  export declare const CueCanvas: React_2.FC<ICueCanvas>;
315
339
 
316
340
  export declare const CueCanvasController: React_2.FC<IToolbarProps>;
@@ -344,6 +368,8 @@ export declare const DraftIcon: React.FC<React.SVGProps<SVGSVGElement>>;
344
368
 
345
369
  export declare const DragIcon: React.FC<React.SVGProps<SVGSVGElement>>;
346
370
 
371
+ export declare const Drawer: FC<IDrawerProps>;
372
+
347
373
  export declare const DynamicPreviewWorksheet: FC<IDynamicWorksheetPreview>;
348
374
 
349
375
  export declare enum EClassTimeAlertLevel {
@@ -416,6 +442,8 @@ declare interface ErrorProps {
416
442
  handleClick: () => void;
417
443
  }
418
444
 
445
+ export declare const EveningIcon: React.FC<React.SVGProps<SVGSVGElement>>;
446
+
419
447
  export declare const EVENTS: {
420
448
  PUZZLE_FEEDBACK_CELEBRATION: "PUZZLE_FEEDBACK_CELEBRATION";
421
449
  HOMEWORK_UNASSIGN: "HOMEWORK_UNASSIGN";
@@ -549,6 +577,30 @@ export declare const getTheme: () => DefaultTheme;
549
577
 
550
578
  declare function getZIndexConfig(): TZIndexMap;
551
579
 
580
+ export declare const GIF: {
581
+ BOBWAVE: string;
582
+ EASY_RESCHEDULING: string;
583
+ ENRICHMENT: string;
584
+ ENRICHMENT_MINI: string;
585
+ GAMES: string;
586
+ JIGII_WAVE: string;
587
+ LEARNING_SESSION: string;
588
+ MAX_WAVE: string;
589
+ PUZZLES: string;
590
+ SCHOOL_SUCCESS: string;
591
+ SCHOOL_SUCCESS_MINI: string;
592
+ SKILLS: string;
593
+ SPECKIE_WAVE: string;
594
+ STAY_CONNECTED: string;
595
+ TERA_WAVE: string;
596
+ TEST_PREP: string;
597
+ TEST_PREP_MINI: string;
598
+ TRACK_PROGRESS: string;
599
+ VINNIE_WAVE: string;
600
+ WAY_FORWARD: string;
601
+ YOUR_GOALS: string;
602
+ };
603
+
552
604
  declare const GOAL_CATEGORY: {
553
605
  readonly SCHOOL_SUCCESS: "SCHOOL_SUCCESS";
554
606
  readonly TEST_PREP: "TEST_PREP";
@@ -640,6 +692,20 @@ declare interface IAnimatedArcProps {
640
692
  showAnimatedRainbowArc?: boolean;
641
693
  }
642
694
 
695
+ declare interface IAnimatedAvatarMessageProps {
696
+ message: string;
697
+ onShowContent: (show: boolean) => void;
698
+ confirmationFrames: [number, number];
699
+ confirmationMessage?: string;
700
+ isConfirmationVisible?: boolean;
701
+ ref: React.Ref<IAnimatedAvatarMessageRef>;
702
+ }
703
+
704
+ export declare type IAnimatedAvatarMessageRef = {
705
+ fadeOutMessage: () => Promise<void>;
706
+ playConfirmationFrames: () => Promise<void>;
707
+ };
708
+
643
709
  declare interface IAppLoaderProps {
644
710
  width?: string | number;
645
711
  height?: string | number;
@@ -685,6 +751,7 @@ declare interface IAuthPageLayoutProps {
685
751
  leftBlock: ReactElement;
686
752
  rightBlock?: ReactElement;
687
753
  isFullWidth?: boolean;
754
+ rightBlockBg?: TColorNames;
688
755
  }
689
756
 
690
757
  declare interface IAuthStaticPanelProps {
@@ -1341,6 +1408,16 @@ declare interface IDigitalMeterProps {
1341
1408
  actAsTimer?: boolean;
1342
1409
  }
1343
1410
 
1411
+ declare interface IDrawerProps {
1412
+ isOpen: boolean;
1413
+ onClose?: () => void;
1414
+ children: ReactNode;
1415
+ drawerWidth?: number | string;
1416
+ position?: 'left' | 'right';
1417
+ zIndex?: number;
1418
+ theme: 'light' | 'dark';
1419
+ }
1420
+
1344
1421
  declare interface IDynamicWorksheetPreview {
1345
1422
  studentId: string;
1346
1423
  userNodeId: string;
@@ -1600,7 +1677,7 @@ declare interface IIdentifierOtpFormProps {
1600
1677
  }
1601
1678
 
1602
1679
  declare interface IImageProps extends ImgHTMLAttributes<HTMLImageElement> {
1603
- withLoader: boolean;
1680
+ withLoader?: boolean;
1604
1681
  borderRadius?: number;
1605
1682
  borderColor?: TColorNames;
1606
1683
  }
@@ -1974,6 +2051,14 @@ export declare interface ILessonWebGameProps extends IBaseWebGameProps, ISyncabl
1974
2051
  targetQuestions: number;
1975
2052
  }
1976
2053
 
2054
+ declare interface ILinearProgressBarProps {
2055
+ percentage: number;
2056
+ height?: number;
2057
+ backgroundColor?: TColorNames;
2058
+ fillColor?: TColorNames;
2059
+ borderRadius?: number;
2060
+ }
2061
+
1977
2062
  export declare const ILLUSTRATIONS: {
1978
2063
  ALARM_CLOCK_ORANGE: string;
1979
2064
  ALARM_CLOCK_PURPLE: string;
@@ -1990,6 +2075,7 @@ export declare const ILLUSTRATIONS: {
1990
2075
  CALENDAR_BLUE: string;
1991
2076
  CALENDAR_GRAY: string;
1992
2077
  CALENDAR_GREEN: string;
2078
+ CALENDAR_PURPLE: string;
1993
2079
  CAUTION: string;
1994
2080
  CHAPTER_10: string;
1995
2081
  CHAPTER_1: string;
@@ -2029,6 +2115,7 @@ export declare const ILLUSTRATIONS: {
2029
2115
  GRADUATE_PINK_FILLED_BG: string;
2030
2116
  GREEN_BALLOON: string;
2031
2117
  GREEN_FACE: string;
2118
+ HANDSHAKE: string;
2032
2119
  LEARNED_SHIELD_GRAY: string;
2033
2120
  LEARNED_SHIELD_GREEN: string;
2034
2121
  LEARNT: string;
@@ -2047,6 +2134,7 @@ export declare const ILLUSTRATIONS: {
2047
2134
  MILESTONE_INTRO_2: string;
2048
2135
  MILESTONE_INTRO_3: string;
2049
2136
  MISTAKE: string;
2137
+ MONEY: string;
2050
2138
  NODE_ACTIVITY_BG: string;
2051
2139
  NODE_CUSTOM_TEST_BG: string;
2052
2140
  NODE_DOWNLOAD_BG: string;
@@ -2064,6 +2152,7 @@ export declare const ILLUSTRATIONS: {
2064
2152
  NUMBER_4_ORANGE: string;
2065
2153
  ONE_STAR_FILLED: string;
2066
2154
  ORANGE_FACE: string;
2155
+ PARENT_AVATAR: string;
2067
2156
  PEOPLE_WITH_ORANGE_FILL: string;
2068
2157
  PLAY: string;
2069
2158
  PLAY_ICON: string;
@@ -2091,6 +2180,7 @@ export declare const ILLUSTRATIONS: {
2091
2180
  STAR_WITH_GREEN_FILL: string;
2092
2181
  STREAK_GREEN: string;
2093
2182
  STREAK_WHITE: string;
2183
+ STRIPE_BLURPLE: string;
2094
2184
  TEST_DIFFICULTY_EASY: string;
2095
2185
  TEST_DIFFICULTY_HARD: string;
2096
2186
  TEST_DIFFICULTY_MEDIUM: string;
@@ -2100,6 +2190,7 @@ export declare const ILLUSTRATIONS: {
2100
2190
  TROPHY_BLUE_FILLED: string;
2101
2191
  TROPHY_CIRCLE: string;
2102
2192
  TROPHY_GREEN: string;
2193
+ TRUSTPILOT: string;
2103
2194
  TWO_STARS_FILLED: string;
2104
2195
  UP_ARROW: string;
2105
2196
  USER_CROWN_GRID_BACKGROUND: string;
@@ -2455,7 +2546,7 @@ export declare interface IModal {
2455
2546
  /** Content to display inside the modal */
2456
2547
  element: ReactElement;
2457
2548
  /** Rendering style of the modal */
2458
- renderAs?: 'modal' | 'fullscreen' | 'spotlight';
2549
+ renderAs?: 'modal' | 'fullscreen' | 'spotlight' | 'bottom-sheet';
2459
2550
  /** Whether the modal can be dismissed by clicking outside or ESC key (default: true) */
2460
2551
  isDismissable?: boolean;
2461
2552
  /** Whether the modal requires authentication to view (default: true) */
@@ -2632,6 +2723,14 @@ declare interface IOpenImageReviewModalProps {
2632
2723
  image?: string;
2633
2724
  }
2634
2725
 
2726
+ declare interface IOTPInputProps {
2727
+ length?: number;
2728
+ value: string;
2729
+ onChange: (val: string) => void;
2730
+ error?: string;
2731
+ isBusy?: boolean;
2732
+ }
2733
+
2635
2734
  declare interface IOTPResendProps {
2636
2735
  onResendOTP: () => void;
2637
2736
  onResendVoiceOTP?: () => void;
@@ -2640,6 +2739,8 @@ declare interface IOTPResendProps {
2640
2739
  disabled?: boolean;
2641
2740
  renderAs?: 'submit' | 'text';
2642
2741
  width?: number | string;
2742
+ textButtonColor?: TColorNames;
2743
+ size?: 'small' | 'xsmall';
2643
2744
  }
2644
2745
 
2645
2746
  declare interface IOutcomeConfig {
@@ -2677,6 +2778,18 @@ declare interface IPerfectHitsProps {
2677
2778
  value: number;
2678
2779
  }
2679
2780
 
2781
+ declare interface IPillButtonProps {
2782
+ id: string;
2783
+ label: string;
2784
+ selected?: boolean;
2785
+ disabled?: boolean;
2786
+ animatedLabel?: string;
2787
+ icon?: string;
2788
+ onClick: (val: string) => void;
2789
+ tooltip?: string;
2790
+ width?: number | string;
2791
+ }
2792
+
2680
2793
  declare interface IPlaceholder {
2681
2794
  text?: string;
2682
2795
  marks?: string;
@@ -2840,6 +2953,14 @@ declare interface IPuzzle extends IBaseProject {
2840
2953
  solved: boolean;
2841
2954
  }
2842
2955
 
2956
+ declare interface IPuzzleAppProps {
2957
+ itemRef: string;
2958
+ title: string;
2959
+ imageHue: THueNames;
2960
+ feedbackComments?: string;
2961
+ tip?: string;
2962
+ }
2963
+
2843
2964
  export declare interface IPuzzleCard {
2844
2965
  sheetData: TLPARSheetData;
2845
2966
  blockStatus?: TPuzzleCardBlockStatus | null;
@@ -3056,6 +3177,15 @@ declare interface ISectionOption<Section = TDefaultSection> {
3056
3177
  data: Section[];
3057
3178
  }
3058
3179
 
3180
+ declare interface ISelectableInfoCardProps {
3181
+ id: string;
3182
+ title: string;
3183
+ description: string;
3184
+ icon: string;
3185
+ selected: boolean;
3186
+ onClick: (val: string) => void;
3187
+ }
3188
+
3059
3189
  declare interface ISelectInputProps<IDType extends string | number> extends Omit<IBaseSelectInputProps<IDType>, 'searchable' | 'searchText' | 'onSearchTextChange'> {
3060
3190
  }
3061
3191
 
@@ -3190,6 +3320,15 @@ declare interface ISignupMethodsProps {
3190
3320
  loadingProvider: TSocialAuthProvider | null;
3191
3321
  }
3192
3322
 
3323
+ declare interface ISignupOptionsProps {
3324
+ onEmailSignup: () => void;
3325
+ onGoogleSignup: () => void;
3326
+ onAppleSignup: () => void;
3327
+ onGoToLogin: () => void;
3328
+ loadingProvider: TSocialAuthProvider | null;
3329
+ title?: string;
3330
+ }
3331
+
3193
3332
  export declare interface ISignUpProps {
3194
3333
  circleOnLeapSignedUp: boolean;
3195
3334
  circleOnLeapPremiumEnabled: boolean;
@@ -3345,6 +3484,8 @@ declare interface ISyncableWebGameProps {
3345
3484
  declare interface ITabItem {
3346
3485
  id: string;
3347
3486
  label: string;
3487
+ iconPosition?: 'left' | 'right';
3488
+ Icon?: React.FC<React.SVGProps<SVGSVGElement>>;
3348
3489
  }
3349
3490
 
3350
3491
  export declare interface ITable {
@@ -3416,6 +3557,7 @@ declare interface ITabsProps {
3416
3557
  selectedTab: string;
3417
3558
  onChange: (tab: string) => void;
3418
3559
  tabs: ITabItem[];
3560
+ background?: TColorNames;
3419
3561
  }
3420
3562
 
3421
3563
  export declare interface ITabVariantConfig {
@@ -3474,6 +3616,20 @@ declare interface ITalkMeterProps extends ITalkMeter {
3474
3616
  animated?: boolean;
3475
3617
  }
3476
3618
 
3619
+ declare interface ITeacherProfileDetails {
3620
+ lower_grade: string;
3621
+ higher_grade: string;
3622
+ header_image: string;
3623
+ years_of_experience: number;
3624
+ number_of_students_taught: number;
3625
+ countries: string[];
3626
+ degree: TDegreeInformation;
3627
+ }
3628
+
3629
+ declare interface ITeacherProfileProps {
3630
+ teacherProfile?: ITeacherProfileDetails;
3631
+ }
3632
+
3477
3633
  declare interface ITeacherReview {
3478
3634
  reviewComment?: string;
3479
3635
  images?: string[];
@@ -4208,6 +4364,8 @@ declare const LESSON_TAG_TYPE: {
4208
4364
  readonly DEFAULT: "DEFAULT";
4209
4365
  };
4210
4366
 
4367
+ export declare const LinearProgressBar: NamedExoticComponent<ILinearProgressBarProps>;
4368
+
4211
4369
  export declare const loadScript: ILoadScript;
4212
4370
 
4213
4371
  export declare const Lock2Icon: React_2.FC<React_2.SVGProps<SVGSVGElement>>;
@@ -4222,6 +4380,7 @@ export declare const LOTTIE: {
4222
4380
  ACTIVITY: string;
4223
4381
  ADVANCE_MODE_SEGMENT_LOTTIE: string;
4224
4382
  ALL_DONE: string;
4383
+ ANIMATED_AVATAR: string;
4225
4384
  AVATAR_SELECTED: string;
4226
4385
  BEGINNER1X: string;
4227
4386
  BRONZE_1: string;
@@ -4253,12 +4412,14 @@ export declare const LOTTIE: {
4253
4412
  FAMILIAR1X: string;
4254
4413
  FIFTEEN_MIN_CLOCK: string;
4255
4414
  FIVE_MIN_CLOCK: string;
4415
+ FLYING_DISK: string;
4256
4416
  GIFT: string;
4257
4417
  GOLD_1: string;
4258
4418
  GOLD_2: string;
4259
4419
  GOLD_3: string;
4260
4420
  GOLF: string;
4261
4421
  GRADE: string;
4422
+ GRADUATION_CAP: string;
4262
4423
  HIGH_SCORE_CONFETTI: string;
4263
4424
  HIGH_SCORE_TEXT: string;
4264
4425
  INFINITE_BUTTON_BG: string;
@@ -4269,17 +4430,21 @@ export declare const LOTTIE: {
4269
4430
  LEVELUP_RINGS: string;
4270
4431
  LEVEL_1_ALLSTAR: string;
4271
4432
  LIGHTNING: string;
4433
+ LIGHT_BULB: string;
4272
4434
  MAGICWAND: string;
4273
4435
  MAIL: string;
4274
4436
  MECHANICAL_ARM: string;
4275
4437
  MEDAL: string;
4276
4438
  MEDIUM: string;
4439
+ MUSCLE: string;
4277
4440
  NUDGE_TAP: string;
4278
4441
  OTP: string;
4279
4442
  PARENT_AVATAR: string;
4280
4443
  PARTY_BALL: string;
4281
4444
  PARTY_POPPER: string;
4445
+ PENCIL: string;
4282
4446
  PHONE_NUMBER: string;
4447
+ PLUS_SIGN: string;
4283
4448
  POINT100: string;
4284
4449
  POINT10: string;
4285
4450
  POINT15: string;
@@ -4300,9 +4465,12 @@ export declare const LOTTIE: {
4300
4465
  PROFICIENT1X: string;
4301
4466
  PROJECT: string;
4302
4467
  PUZZLE: string;
4468
+ RACING_CAR: string;
4303
4469
  RANDOM_MODE_SEGMENT_LOTTIE: string;
4304
4470
  RECAP: string;
4471
+ ROCKET: string;
4305
4472
  SEQUENCE_MODE_SEGMENT_LOTTIE: string;
4473
+ SHOVEL: string;
4306
4474
  SILVER_1: string;
4307
4475
  SILVER_2: string;
4308
4476
  SILVER_3: string;
@@ -4365,6 +4533,8 @@ export declare const ModalProvider: FC<IModalProviderProps>;
4365
4533
 
4366
4534
  export declare const MoreVerticalIcon: React.FC<React.SVGProps<SVGSVGElement>>;
4367
4535
 
4536
+ export declare const MorningIcon: React.FC<React.SVGProps<SVGSVGElement>>;
4537
+
4368
4538
  export declare const MultiTabBlocker: FC<PropsWithChildren<IMultiTabBlockerProps>>;
4369
4539
 
4370
4540
  export declare const Next2Icon: React.FC<React.SVGProps<SVGSVGElement>>;
@@ -4518,8 +4688,12 @@ declare interface NumRangeInputProps {
4518
4688
  endPlaceholder?: string;
4519
4689
  }
4520
4690
 
4691
+ export declare const OnboardingGuide: () => JSX.Element;
4692
+
4521
4693
  export declare const OTPForm: MemoExoticComponent<({ onSubmit, onChange, value, error, isProcessing, isValid, helperText, }: ISingleFieldFormProps) => JSX.Element>;
4522
4694
 
4695
+ export declare const OTPInput: NamedExoticComponent<IOTPInputProps>;
4696
+
4523
4697
  export declare type OutcomeStage = keyof typeof STAGES;
4524
4698
 
4525
4699
  export declare const OverlayLoader: MemoExoticComponent<({ isLoading }: {
@@ -4532,6 +4706,8 @@ export declare const PercentileInput: React_2.ForwardRefExoticComponent<IPercent
4532
4706
 
4533
4707
  export declare const PerfectHits: NamedExoticComponent<IPerfectHitsProps>;
4534
4708
 
4709
+ export declare const PillButton: NamedExoticComponent<IPillButtonProps>;
4710
+
4535
4711
  /**
4536
4712
  ** Global/Platform specific events that needs to be tracked goes here
4537
4713
  ** Naming convention needs to be snake_case
@@ -4630,7 +4806,7 @@ declare const PUZZLE_CARD_STATE: {
4630
4806
 
4631
4807
  declare const PUZZLE_CARDS: "puzzle_cards";
4632
4808
 
4633
- export declare const PuzzleApp: NamedExoticComponent<{}>;
4809
+ export declare const PuzzleApp: NamedExoticComponent<IPuzzleAppProps>;
4634
4810
 
4635
4811
  export declare const PuzzleCard: FC<IPuzzleCardContainerProps>;
4636
4812
 
@@ -4695,6 +4871,10 @@ declare const SAT_NODE_TYPE: {
4695
4871
 
4696
4872
  export declare const SATSheetSummary: FC<ISATSheetSummary>;
4697
4873
 
4874
+ export declare const ScreenGrabFilledIcon: React.FC<React.SVGProps<SVGSVGElement>>;
4875
+
4876
+ export declare const ScreenGrabIcon: React.FC<React.SVGProps<SVGSVGElement>>;
4877
+
4698
4878
  export declare const SearchableSelectInput: <IDType extends string | number>(props: ISearchableSelectInputProps<IDType>) => ReactElement;
4699
4879
 
4700
4880
  export declare const SearchIcon: React.FC<React.SVGProps<SVGSVGElement>>;
@@ -4713,6 +4893,8 @@ declare enum SECTION_CODE {
4713
4893
 
4714
4894
  export declare const SectionList: <Section extends string | number | TDefaultSection>(props: ISectionList<Section>) => ReactElement;
4715
4895
 
4896
+ export declare const SelectableInfoCard: MemoExoticComponent<({ id, title, description, icon, selected, onClick, }: ISelectableInfoCardProps) => JSX.Element>;
4897
+
4716
4898
  export declare const SelectInput: <IDType extends string | number>(props: ISelectInputProps<IDType>) => ReactElement;
4717
4899
 
4718
4900
  export declare const SelectionCards: <IDType extends string | number>({ options, value, values, onChange, analyticsLabel, analyticsProps, type, $background, $selectedBackground, $cardWidth, }: ISelectionCardListProps<IDType>) => JSX.Element;
@@ -4768,8 +4950,12 @@ export declare const SheetLocked: MemoExoticComponent<({ onHomeClick }: {
4768
4950
 
4769
4951
  export declare const SignUp: ({ mathGymEnrolledUser, circleEnrolledUser, circleOnLeapPremiumDays, circleUsername, countryCode, grade: defaultGrade, state, circleOnLeapPremiumEnabled, studentId, isSignUpProcessing, onCreateUser, onUpdateUser, onSignupStepsComplete, }: ISignUpProps) => JSX.Element;
4770
4952
 
4953
+ export declare const SignupHeader: () => JSX.Element;
4954
+
4771
4955
  export declare const SignupMethods: NamedExoticComponent<ISignupMethodsProps>;
4772
4956
 
4957
+ export declare const SignupOptions: NamedExoticComponent<ISignupOptionsProps>;
4958
+
4773
4959
  declare const SketchIcon: React.FC<React.SVGProps<SVGSVGElement>>;
4774
4960
  export { SketchIcon as ScribbleIcon }
4775
4961
  export { SketchIcon }
@@ -4796,6 +4982,8 @@ export declare const STAGES: {
4796
4982
 
4797
4983
  export declare const Star2Icon: React.FC<React.SVGProps<SVGSVGElement>>;
4798
4984
 
4985
+ export declare const Star3Icon: React.FC<React.SVGProps<SVGSVGElement>>;
4986
+
4799
4987
  export declare const StarIcon: React.FC<React.SVGProps<SVGSVGElement>>;
4800
4988
 
4801
4989
  export declare enum State {
@@ -4825,6 +5013,10 @@ declare const STICKER_BADGE: {
4825
5013
 
4826
5014
  declare type StickerEffect = 'burst_from_edges' | 'pop_expand' | 'float_up' | 'fall_down';
4827
5015
 
5016
+ export declare const StickerFilledIcon: React.FC<React.SVGProps<SVGSVGElement>>;
5017
+
5018
+ export declare const StickerIcon: React.FC<React.SVGProps<SVGSVGElement>>;
5019
+
4828
5020
  export declare const Stickers: React_2.NamedExoticComponent<StickersProps>;
4829
5021
 
4830
5022
  declare interface StickersProps {
@@ -4864,7 +5056,7 @@ declare const TAB_CODES: {
4864
5056
 
4865
5057
  export declare const TabComponent: React_2.FC<ITabProps>;
4866
5058
 
4867
- export declare const Tabs: MemoExoticComponent<({ selectedTab, onChange, tabs }: ITabsProps) => JSX.Element>;
5059
+ export declare const Tabs: MemoExoticComponent<({ selectedTab, onChange, tabs, background }: ITabsProps) => JSX.Element>;
4868
5060
 
4869
5061
  export declare type TAction = EventToPayload<TInclassMessage>;
4870
5062
 
@@ -4953,7 +5145,7 @@ declare type TBlockType = keyof typeof BLOCK_TYPE_2;
4953
5145
 
4954
5146
  export declare type TButtonSizes = 'xsmall' | 'small' | 'regular' | 'medium' | 'large';
4955
5147
 
4956
- export declare type TButtonVariants = 'primary' | 'secondary' | 'tertiary' | 'secondary-gray' | 'secondary-dark';
5148
+ export declare type TButtonVariants = 'primary' | 'secondary' | 'tertiary' | 'secondary-gray' | 'secondary-dark' | 'black' | 'black-dark' | 'yellow-dark';
4957
5149
 
4958
5150
  declare type TCallback = (messages: TInclassMessage[]) => void;
4959
5151
 
@@ -5074,8 +5266,15 @@ declare type TCueProgramData = {
5074
5266
 
5075
5267
  declare type TDefaultSection = Record<string, unknown>;
5076
5268
 
5269
+ declare type TDegreeInformation = {
5270
+ degree_name?: string;
5271
+ field_of_study?: string;
5272
+ };
5273
+
5077
5274
  declare type TDrawingData = ITile | IStroke | undefined;
5078
5275
 
5276
+ export declare const TeacherProfile: FC<ITeacherProfileProps>;
5277
+
5079
5278
  declare type TEnglishSectionSummary = {
5080
5279
  section_code: 'READING & WRITING';
5081
5280
  } & TSectionSummary;
@@ -5109,6 +5308,7 @@ declare interface TextProps {
5109
5308
  $whiteSpace?: 'pre-line' | 'normal' | 'pre-wrap' | 'no-wrap' | 'pre' | 'break-spaces';
5110
5309
  $renderOnMobileAs?: TTextVariants;
5111
5310
  $renderOnTabletAs?: TTextVariants;
5311
+ $cursor?: 'pointer' | 'default' | 'text' | 'not-allowed' | 'move' | 'help';
5112
5312
  }
5113
5313
 
5114
5314
  export declare type TFontFamilyNames = `${'Athletics'}-${'Light' | 'Regular' | 'Medium' | 'Bold' | 'Black'}` | `${'UntitledSans'}-${'Regular' | 'Medium'}`;