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

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 (208) 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/teacher-intro/teacher-intro-styled.js +7 -50
  76. package/dist/features/trial-session/comps/teacher-intro/teacher-intro-styled.js.map +1 -1
  77. package/dist/features/trial-session/comps/teacher-intro/teacher-intro.js +15 -69
  78. package/dist/features/trial-session/comps/teacher-intro/teacher-intro.js.map +1 -1
  79. package/dist/features/trial-session/comps/teacher-intro/teacher-profile/teacher-profile-styled.js +49 -0
  80. package/dist/features/trial-session/comps/teacher-intro/teacher-profile/teacher-profile-styled.js.map +1 -0
  81. package/dist/features/trial-session/comps/teacher-intro/teacher-profile/teacher-profile.js +64 -0
  82. package/dist/features/trial-session/comps/teacher-intro/teacher-profile/teacher-profile.js.map +1 -0
  83. package/dist/features/ui/accordion/accordion-items/accordion-items-styled.js +28 -0
  84. package/dist/features/ui/accordion/accordion-items/accordion-items-styled.js.map +1 -0
  85. package/dist/features/ui/accordion/accordion-items/accordion-items.js +83 -0
  86. package/dist/features/ui/accordion/accordion-items/accordion-items.js.map +1 -0
  87. package/dist/features/ui/accordion/accordion.js +62 -0
  88. package/dist/features/ui/accordion/accordion.js.map +1 -0
  89. package/dist/features/ui/drawer/drawer-styled.js +34 -0
  90. package/dist/features/ui/drawer/drawer-styled.js.map +1 -0
  91. package/dist/features/ui/drawer/drawer.js +42 -0
  92. package/dist/features/ui/drawer/drawer.js.map +1 -0
  93. package/dist/features/ui/image/image.js +1 -1
  94. package/dist/features/ui/image/image.js.map +1 -1
  95. package/dist/features/ui/inputs/base-input/base-input.js +11 -11
  96. package/dist/features/ui/inputs/base-input/base-input.js.map +1 -1
  97. package/dist/features/ui/inputs/base-select-input/base-select-input.js +55 -57
  98. package/dist/features/ui/inputs/base-select-input/base-select-input.js.map +1 -1
  99. package/dist/features/ui/inputs/checkbox-input/checkbox-input.js +21 -21
  100. package/dist/features/ui/inputs/checkbox-input/checkbox-input.js.map +1 -1
  101. package/dist/features/ui/inputs/checkbox-input-list/checkbox-input-list.js +5 -5
  102. package/dist/features/ui/inputs/checkbox-input-list/checkbox-input-list.js.map +1 -1
  103. package/dist/features/ui/inputs/text-input/text-input.js +19 -18
  104. package/dist/features/ui/inputs/text-input/text-input.js.map +1 -1
  105. package/dist/features/ui/modals/modal-styled.js +43 -8
  106. package/dist/features/ui/modals/modal-styled.js.map +1 -1
  107. package/dist/features/ui/modals/modal.js +37 -27
  108. package/dist/features/ui/modals/modal.js.map +1 -1
  109. package/dist/features/ui/text/text.js +31 -29
  110. package/dist/features/ui/text/text.js.map +1 -1
  111. package/dist/features/ui/theme/button.js +78 -78
  112. package/dist/features/ui/theme/button.js.map +1 -1
  113. package/dist/features/worksheet/worksheet/worksheet-helpers.js +31 -32
  114. package/dist/features/worksheet/worksheet/worksheet-helpers.js.map +1 -1
  115. package/dist/index.d.ts +180 -5
  116. package/dist/index.js +527 -483
  117. package/dist/index.js.map +1 -1
  118. package/dist/static/animated-avatar.1ad58b1d.json +1 -0
  119. package/dist/static/animated-avatar.69b07505.json +1 -0
  120. package/dist/static/animated-avatar.9c560b46.json +1 -0
  121. package/dist/static/calendar-purple.1a840b41.svg +1 -0
  122. package/dist/static/flying-disk.c7f6ed39.json +1 -0
  123. package/dist/static/graduation-cap.3be3340a.json +1 -0
  124. package/dist/static/handshake.287e7dfb.svg +1 -0
  125. package/dist/static/light-bulb.c6db0b23.json +1 -0
  126. package/dist/static/money.332aacf1.svg +1 -0
  127. package/dist/static/muscle.9bcfb8a7.json +1 -0
  128. package/dist/static/parent-avatar.822c7b9b.svg +1 -0
  129. package/dist/static/pencil.23df9da0.json +1 -0
  130. package/dist/static/plus-sign.de6af957.json +1 -0
  131. package/dist/static/racing-car.2cbf864e.json +1 -0
  132. package/dist/static/rocket.0a3ccab0.json +1 -0
  133. package/dist/static/shovel.abeec04c.json +1 -0
  134. package/dist/static/stripe-blurple.6abf422f.svg +1 -0
  135. package/dist/static/trustpilot.bd3d79e1.svg +1 -0
  136. package/package.json +2 -3
  137. package/dist/features/worksheet/worksheet/mocks/activity.js +0 -6
  138. package/dist/features/worksheet/worksheet/mocks/activity.js.map +0 -1
  139. package/dist/features/worksheet/worksheet/mocks/behaviors/assessment.js +0 -38
  140. package/dist/features/worksheet/worksheet/mocks/behaviors/assessment.js.map +0 -1
  141. package/dist/features/worksheet/worksheet/mocks/behaviors/chapter_assessment.js +0 -38
  142. package/dist/features/worksheet/worksheet/mocks/behaviors/chapter_assessment.js.map +0 -1
  143. package/dist/features/worksheet/worksheet/mocks/behaviors/diagnostic.js +0 -38
  144. package/dist/features/worksheet/worksheet/mocks/behaviors/diagnostic.js.map +0 -1
  145. package/dist/features/worksheet/worksheet/mocks/behaviors/dynamic.js +0 -38
  146. package/dist/features/worksheet/worksheet/mocks/behaviors/dynamic.js.map +0 -1
  147. package/dist/features/worksheet/worksheet/mocks/behaviors/extra_practice.js +0 -38
  148. package/dist/features/worksheet/worksheet/mocks/behaviors/extra_practice.js.map +0 -1
  149. package/dist/features/worksheet/worksheet/mocks/behaviors/index.js +0 -95
  150. package/dist/features/worksheet/worksheet/mocks/behaviors/index.js.map +0 -1
  151. package/dist/features/worksheet/worksheet/mocks/behaviors/learning-v3.js +0 -38
  152. package/dist/features/worksheet/worksheet/mocks/behaviors/learning-v3.js.map +0 -1
  153. package/dist/features/worksheet/worksheet/mocks/behaviors/learning.js +0 -38
  154. package/dist/features/worksheet/worksheet/mocks/behaviors/learning.js.map +0 -1
  155. package/dist/features/worksheet/worksheet/mocks/behaviors/legacy.js +0 -38
  156. package/dist/features/worksheet/worksheet/mocks/behaviors/legacy.js.map +0 -1
  157. package/dist/features/worksheet/worksheet/mocks/behaviors/level2.js +0 -38
  158. package/dist/features/worksheet/worksheet/mocks/behaviors/level2.js.map +0 -1
  159. package/dist/features/worksheet/worksheet/mocks/behaviors/level3.js +0 -38
  160. package/dist/features/worksheet/worksheet/mocks/behaviors/level3.js.map +0 -1
  161. package/dist/features/worksheet/worksheet/mocks/behaviors/mastery.js +0 -41
  162. package/dist/features/worksheet/worksheet/mocks/behaviors/mastery.js.map +0 -1
  163. package/dist/features/worksheet/worksheet/mocks/behaviors/practice.js +0 -38
  164. package/dist/features/worksheet/worksheet/mocks/behaviors/practice.js.map +0 -1
  165. package/dist/features/worksheet/worksheet/mocks/behaviors/puzzle-card.js +0 -39
  166. package/dist/features/worksheet/worksheet/mocks/behaviors/puzzle-card.js.map +0 -1
  167. package/dist/features/worksheet/worksheet/mocks/behaviors/puzzle_easy.js +0 -39
  168. package/dist/features/worksheet/worksheet/mocks/behaviors/puzzle_easy.js.map +0 -1
  169. package/dist/features/worksheet/worksheet/mocks/behaviors/puzzle_hard.js +0 -39
  170. package/dist/features/worksheet/worksheet/mocks/behaviors/puzzle_hard.js.map +0 -1
  171. package/dist/features/worksheet/worksheet/mocks/behaviors/puzzle_medium.js +0 -39
  172. package/dist/features/worksheet/worksheet/mocks/behaviors/puzzle_medium.js.map +0 -1
  173. package/dist/features/worksheet/worksheet/mocks/behaviors/recap.js +0 -39
  174. package/dist/features/worksheet/worksheet/mocks/behaviors/recap.js.map +0 -1
  175. package/dist/features/worksheet/worksheet/mocks/behaviors/remedial.js +0 -39
  176. package/dist/features/worksheet/worksheet/mocks/behaviors/remedial.js.map +0 -1
  177. package/dist/features/worksheet/worksheet/mocks/behaviors/revision.js +0 -38
  178. package/dist/features/worksheet/worksheet/mocks/behaviors/revision.js.map +0 -1
  179. package/dist/features/worksheet/worksheet/mocks/behaviors/sat-math-assessment.js +0 -38
  180. package/dist/features/worksheet/worksheet/mocks/behaviors/sat-math-assessment.js.map +0 -1
  181. package/dist/features/worksheet/worksheet/mocks/behaviors/sat_english_learning.js +0 -38
  182. package/dist/features/worksheet/worksheet/mocks/behaviors/sat_english_learning.js.map +0 -1
  183. package/dist/features/worksheet/worksheet/mocks/behaviors/sat_math_learning.js +0 -38
  184. package/dist/features/worksheet/worksheet/mocks/behaviors/sat_math_learning.js.map +0 -1
  185. package/dist/features/worksheet/worksheet/mocks/behaviors/sat_math_recap.js +0 -39
  186. package/dist/features/worksheet/worksheet/mocks/behaviors/sat_math_recap.js.map +0 -1
  187. package/dist/features/worksheet/worksheet/mocks/behaviors/target_practice.js +0 -38
  188. package/dist/features/worksheet/worksheet/mocks/behaviors/target_practice.js.map +0 -1
  189. package/dist/features/worksheet/worksheet/mocks/behaviors/trial-diagnostic-v2.js +0 -38
  190. package/dist/features/worksheet/worksheet/mocks/behaviors/trial-diagnostic-v2.js.map +0 -1
  191. package/dist/features/worksheet/worksheet/mocks/behaviors/trial-diagnostic.js +0 -38
  192. package/dist/features/worksheet/worksheet/mocks/behaviors/trial-diagnostic.js.map +0 -1
  193. package/dist/features/worksheet/worksheet/mocks/behaviors/turing_assessment.js +0 -38
  194. package/dist/features/worksheet/worksheet/mocks/behaviors/turing_assessment.js.map +0 -1
  195. package/dist/features/worksheet/worksheet/mocks/behaviors/turing_practice.js +0 -38
  196. package/dist/features/worksheet/worksheet/mocks/behaviors/turing_practice.js.map +0 -1
  197. package/dist/features/worksheet/worksheet/mocks/signed-requests.js +0 -5
  198. package/dist/features/worksheet/worksheet/mocks/signed-requests.js.map +0 -1
  199. package/dist/features/worksheet/worksheet/stories/use-canvas-sync-broker-story.js +0 -57
  200. package/dist/features/worksheet/worksheet/stories/use-canvas-sync-broker-story.js.map +0 -1
  201. package/dist/features/worksheet/worksheet/stories/worksheet-story-container.js +0 -231
  202. package/dist/features/worksheet/worksheet/stories/worksheet-story-container.js.map +0 -1
  203. package/dist/features/worksheet/worksheet/stories/worksheet-student.js +0 -174
  204. package/dist/features/worksheet/worksheet/stories/worksheet-student.js.map +0 -1
  205. package/dist/features/worksheet/worksheet/stories/worksheet-teacher.js +0 -255
  206. package/dist/features/worksheet/worksheet/stories/worksheet-teacher.js.map +0 -1
  207. package/dist/types/models/worksheet.js +0 -5
  208. package/dist/types/models/worksheet.js.map +0 -1
package/dist/index.d.ts CHANGED
@@ -33,6 +33,17 @@ 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
+ accordionData: Array<{
42
+ accordionQuestion: string;
43
+ accordionAnswer: React.ReactNode | string;
44
+ }>;
45
+ }
46
+
36
47
  /**
37
48
  * AccordionSection component.
38
49
  *
@@ -41,6 +52,8 @@ import { Substitute } from 'styled-components/dist/types';
41
52
  */
42
53
  export declare const AccordionSection: FC<IAccordionSectionProps>;
43
54
 
55
+ declare type AccordionTheme = 'light' | 'dark';
56
+
44
57
  export declare const AccountSelector: MemoExoticComponent<({ userAccounts, onSelect, onAddNew, isLoading, }: IAccountSelectorViewProps) => JSX.Element>;
45
58
 
46
59
  export declare const ACHIEVEMENT_ACTIONS: {
@@ -52,10 +65,14 @@ export declare const AchievementNotShareReasonModal: React_2.FC<IShareInstructio
52
65
 
53
66
  export declare const AchievementShareInstructionModal: React_2.FC<IShareInstructionModalProps>;
54
67
 
68
+ export declare const AfternoonIcon: React.FC<React.SVGProps<SVGSVGElement>>;
69
+
55
70
  export declare const AlertIcon: React_2.FC<React_2.SVGProps<SVGSVGElement>>;
56
71
 
57
72
  export declare const AnimatedArc: React_2.FC<IAnimatedArcProps>;
58
73
 
74
+ export declare const AnimatedAvatarMessage: NamedExoticComponent<IAnimatedAvatarMessageProps>;
75
+
59
76
  export declare const AppLoader: FC<IAppLoaderProps>;
60
77
 
61
78
  export declare const ArcButton: NamedExoticComponent<IArcButtonProps & {
@@ -96,6 +113,8 @@ export declare const BackgroundImage: ({ img }: {
96
113
 
97
114
  export declare const BackIcon: React.FC<React.SVGProps<SVGSVGElement>>;
98
115
 
116
+ export declare const BaseInput: React_2.FC<IBaseInputProps>;
117
+
99
118
  declare interface BaseProject {
100
119
  id: string;
101
120
  name: string;
@@ -311,6 +330,10 @@ declare const COURSE_STREAMS: {
311
330
 
312
331
  export declare const CrossIcon: React.FC<React.SVGProps<SVGSVGElement>>;
313
332
 
333
+ export declare const CueBoardFilledIcon: React.FC<React.SVGProps<SVGSVGElement>>;
334
+
335
+ export declare const CueBoardIcon: React.FC<React.SVGProps<SVGSVGElement>>;
336
+
314
337
  export declare const CueCanvas: React_2.FC<ICueCanvas>;
315
338
 
316
339
  export declare const CueCanvasController: React_2.FC<IToolbarProps>;
@@ -344,6 +367,8 @@ export declare const DraftIcon: React.FC<React.SVGProps<SVGSVGElement>>;
344
367
 
345
368
  export declare const DragIcon: React.FC<React.SVGProps<SVGSVGElement>>;
346
369
 
370
+ export declare const Drawer: FC<IDrawerProps>;
371
+
347
372
  export declare const DynamicPreviewWorksheet: FC<IDynamicWorksheetPreview>;
348
373
 
349
374
  export declare enum EClassTimeAlertLevel {
@@ -416,6 +441,8 @@ declare interface ErrorProps {
416
441
  handleClick: () => void;
417
442
  }
418
443
 
444
+ export declare const EveningIcon: React.FC<React.SVGProps<SVGSVGElement>>;
445
+
419
446
  export declare const EVENTS: {
420
447
  PUZZLE_FEEDBACK_CELEBRATION: "PUZZLE_FEEDBACK_CELEBRATION";
421
448
  HOMEWORK_UNASSIGN: "HOMEWORK_UNASSIGN";
@@ -640,6 +667,20 @@ declare interface IAnimatedArcProps {
640
667
  showAnimatedRainbowArc?: boolean;
641
668
  }
642
669
 
670
+ declare interface IAnimatedAvatarMessageProps {
671
+ message: string;
672
+ onShowContent: (show: boolean) => void;
673
+ confirmationFrames: [number, number];
674
+ confirmationMessage?: string;
675
+ isConfirmationVisible?: boolean;
676
+ ref: React.Ref<IAnimatedAvatarMessageRef>;
677
+ }
678
+
679
+ export declare type IAnimatedAvatarMessageRef = {
680
+ fadeOutMessage: () => Promise<void>;
681
+ playConfirmationFrames: () => Promise<void>;
682
+ };
683
+
643
684
  declare interface IAppLoaderProps {
644
685
  width?: string | number;
645
686
  height?: string | number;
@@ -685,6 +726,7 @@ declare interface IAuthPageLayoutProps {
685
726
  leftBlock: ReactElement;
686
727
  rightBlock?: ReactElement;
687
728
  isFullWidth?: boolean;
729
+ rightBlockBg?: TColorNames;
688
730
  }
689
731
 
690
732
  declare interface IAuthStaticPanelProps {
@@ -1341,6 +1383,16 @@ declare interface IDigitalMeterProps {
1341
1383
  actAsTimer?: boolean;
1342
1384
  }
1343
1385
 
1386
+ declare interface IDrawerProps {
1387
+ isOpen: boolean;
1388
+ onClose?: () => void;
1389
+ children: ReactNode;
1390
+ drawerWidth?: number | string;
1391
+ position?: 'left' | 'right';
1392
+ zIndex?: number;
1393
+ theme: 'light' | 'dark';
1394
+ }
1395
+
1344
1396
  declare interface IDynamicWorksheetPreview {
1345
1397
  studentId: string;
1346
1398
  userNodeId: string;
@@ -1600,7 +1652,7 @@ declare interface IIdentifierOtpFormProps {
1600
1652
  }
1601
1653
 
1602
1654
  declare interface IImageProps extends ImgHTMLAttributes<HTMLImageElement> {
1603
- withLoader: boolean;
1655
+ withLoader?: boolean;
1604
1656
  borderRadius?: number;
1605
1657
  borderColor?: TColorNames;
1606
1658
  }
@@ -1974,6 +2026,14 @@ export declare interface ILessonWebGameProps extends IBaseWebGameProps, ISyncabl
1974
2026
  targetQuestions: number;
1975
2027
  }
1976
2028
 
2029
+ declare interface ILinearProgressBarProps {
2030
+ percentage: number;
2031
+ height?: number;
2032
+ backgroundColor?: TColorNames;
2033
+ fillColor?: TColorNames;
2034
+ borderRadius?: number;
2035
+ }
2036
+
1977
2037
  export declare const ILLUSTRATIONS: {
1978
2038
  ALARM_CLOCK_ORANGE: string;
1979
2039
  ALARM_CLOCK_PURPLE: string;
@@ -1990,6 +2050,7 @@ export declare const ILLUSTRATIONS: {
1990
2050
  CALENDAR_BLUE: string;
1991
2051
  CALENDAR_GRAY: string;
1992
2052
  CALENDAR_GREEN: string;
2053
+ CALENDAR_PURPLE: string;
1993
2054
  CAUTION: string;
1994
2055
  CHAPTER_10: string;
1995
2056
  CHAPTER_1: string;
@@ -2029,6 +2090,7 @@ export declare const ILLUSTRATIONS: {
2029
2090
  GRADUATE_PINK_FILLED_BG: string;
2030
2091
  GREEN_BALLOON: string;
2031
2092
  GREEN_FACE: string;
2093
+ HANDSHAKE: string;
2032
2094
  LEARNED_SHIELD_GRAY: string;
2033
2095
  LEARNED_SHIELD_GREEN: string;
2034
2096
  LEARNT: string;
@@ -2047,6 +2109,7 @@ export declare const ILLUSTRATIONS: {
2047
2109
  MILESTONE_INTRO_2: string;
2048
2110
  MILESTONE_INTRO_3: string;
2049
2111
  MISTAKE: string;
2112
+ MONEY: string;
2050
2113
  NODE_ACTIVITY_BG: string;
2051
2114
  NODE_CUSTOM_TEST_BG: string;
2052
2115
  NODE_DOWNLOAD_BG: string;
@@ -2064,6 +2127,7 @@ export declare const ILLUSTRATIONS: {
2064
2127
  NUMBER_4_ORANGE: string;
2065
2128
  ONE_STAR_FILLED: string;
2066
2129
  ORANGE_FACE: string;
2130
+ PARENT_AVATAR: string;
2067
2131
  PEOPLE_WITH_ORANGE_FILL: string;
2068
2132
  PLAY: string;
2069
2133
  PLAY_ICON: string;
@@ -2091,6 +2155,7 @@ export declare const ILLUSTRATIONS: {
2091
2155
  STAR_WITH_GREEN_FILL: string;
2092
2156
  STREAK_GREEN: string;
2093
2157
  STREAK_WHITE: string;
2158
+ STRIPE_BLURPLE: string;
2094
2159
  TEST_DIFFICULTY_EASY: string;
2095
2160
  TEST_DIFFICULTY_HARD: string;
2096
2161
  TEST_DIFFICULTY_MEDIUM: string;
@@ -2100,6 +2165,7 @@ export declare const ILLUSTRATIONS: {
2100
2165
  TROPHY_BLUE_FILLED: string;
2101
2166
  TROPHY_CIRCLE: string;
2102
2167
  TROPHY_GREEN: string;
2168
+ TRUSTPILOT: string;
2103
2169
  TWO_STARS_FILLED: string;
2104
2170
  UP_ARROW: string;
2105
2171
  USER_CROWN_GRID_BACKGROUND: string;
@@ -2455,7 +2521,7 @@ export declare interface IModal {
2455
2521
  /** Content to display inside the modal */
2456
2522
  element: ReactElement;
2457
2523
  /** Rendering style of the modal */
2458
- renderAs?: 'modal' | 'fullscreen' | 'spotlight';
2524
+ renderAs?: 'modal' | 'fullscreen' | 'spotlight' | 'bottom-sheet';
2459
2525
  /** Whether the modal can be dismissed by clicking outside or ESC key (default: true) */
2460
2526
  isDismissable?: boolean;
2461
2527
  /** Whether the modal requires authentication to view (default: true) */
@@ -2632,6 +2698,14 @@ declare interface IOpenImageReviewModalProps {
2632
2698
  image?: string;
2633
2699
  }
2634
2700
 
2701
+ declare interface IOTPInputProps {
2702
+ length?: number;
2703
+ value: string;
2704
+ onChange: (val: string) => void;
2705
+ error?: string;
2706
+ isBusy?: boolean;
2707
+ }
2708
+
2635
2709
  declare interface IOTPResendProps {
2636
2710
  onResendOTP: () => void;
2637
2711
  onResendVoiceOTP?: () => void;
@@ -2640,6 +2714,8 @@ declare interface IOTPResendProps {
2640
2714
  disabled?: boolean;
2641
2715
  renderAs?: 'submit' | 'text';
2642
2716
  width?: number | string;
2717
+ textButtonColor?: TColorNames;
2718
+ size?: 'small' | 'xsmall';
2643
2719
  }
2644
2720
 
2645
2721
  declare interface IOutcomeConfig {
@@ -2677,6 +2753,18 @@ declare interface IPerfectHitsProps {
2677
2753
  value: number;
2678
2754
  }
2679
2755
 
2756
+ declare interface IPillButtonProps {
2757
+ id: string;
2758
+ label: string;
2759
+ selected?: boolean;
2760
+ disabled?: boolean;
2761
+ animatedLabel?: string;
2762
+ icon?: string;
2763
+ onClick: (val: string) => void;
2764
+ tooltip?: string;
2765
+ width?: number | string;
2766
+ }
2767
+
2680
2768
  declare interface IPlaceholder {
2681
2769
  text?: string;
2682
2770
  marks?: string;
@@ -2840,6 +2928,14 @@ declare interface IPuzzle extends IBaseProject {
2840
2928
  solved: boolean;
2841
2929
  }
2842
2930
 
2931
+ declare interface IPuzzleAppProps {
2932
+ itemRef: string;
2933
+ title: string;
2934
+ imageHue: THueNames;
2935
+ feedbackComments?: string;
2936
+ tip?: string;
2937
+ }
2938
+
2843
2939
  export declare interface IPuzzleCard {
2844
2940
  sheetData: TLPARSheetData;
2845
2941
  blockStatus?: TPuzzleCardBlockStatus | null;
@@ -3056,6 +3152,15 @@ declare interface ISectionOption<Section = TDefaultSection> {
3056
3152
  data: Section[];
3057
3153
  }
3058
3154
 
3155
+ declare interface ISelectableInfoCardProps {
3156
+ id: string;
3157
+ title: string;
3158
+ description: string;
3159
+ icon: string;
3160
+ selected: boolean;
3161
+ onClick: (val: string) => void;
3162
+ }
3163
+
3059
3164
  declare interface ISelectInputProps<IDType extends string | number> extends Omit<IBaseSelectInputProps<IDType>, 'searchable' | 'searchText' | 'onSearchTextChange'> {
3060
3165
  }
3061
3166
 
@@ -3190,6 +3295,15 @@ declare interface ISignupMethodsProps {
3190
3295
  loadingProvider: TSocialAuthProvider | null;
3191
3296
  }
3192
3297
 
3298
+ declare interface ISignupOptionsProps {
3299
+ onEmailSignup: () => void;
3300
+ onGoogleSignup: () => void;
3301
+ onAppleSignup: () => void;
3302
+ onGoToLogin: () => void;
3303
+ loadingProvider: TSocialAuthProvider | null;
3304
+ title?: string;
3305
+ }
3306
+
3193
3307
  export declare interface ISignUpProps {
3194
3308
  circleOnLeapSignedUp: boolean;
3195
3309
  circleOnLeapPremiumEnabled: boolean;
@@ -3345,6 +3459,8 @@ declare interface ISyncableWebGameProps {
3345
3459
  declare interface ITabItem {
3346
3460
  id: string;
3347
3461
  label: string;
3462
+ iconPosition?: 'left' | 'right';
3463
+ Icon?: React.FC<React.SVGProps<SVGSVGElement>>;
3348
3464
  }
3349
3465
 
3350
3466
  export declare interface ITable {
@@ -3416,6 +3532,7 @@ declare interface ITabsProps {
3416
3532
  selectedTab: string;
3417
3533
  onChange: (tab: string) => void;
3418
3534
  tabs: ITabItem[];
3535
+ background?: TColorNames;
3419
3536
  }
3420
3537
 
3421
3538
  export declare interface ITabVariantConfig {
@@ -3474,6 +3591,20 @@ declare interface ITalkMeterProps extends ITalkMeter {
3474
3591
  animated?: boolean;
3475
3592
  }
3476
3593
 
3594
+ declare interface ITeacherProfileDetails {
3595
+ lower_grade: string;
3596
+ higher_grade: string;
3597
+ header_image: string;
3598
+ years_of_experience: number;
3599
+ number_of_students_taught: number;
3600
+ countries: string[];
3601
+ degree: TDegreeInformation;
3602
+ }
3603
+
3604
+ declare interface ITeacherProfileProps {
3605
+ teacherProfile?: ITeacherProfileDetails;
3606
+ }
3607
+
3477
3608
  declare interface ITeacherReview {
3478
3609
  reviewComment?: string;
3479
3610
  images?: string[];
@@ -4208,6 +4339,8 @@ declare const LESSON_TAG_TYPE: {
4208
4339
  readonly DEFAULT: "DEFAULT";
4209
4340
  };
4210
4341
 
4342
+ export declare const LinearProgressBar: NamedExoticComponent<ILinearProgressBarProps>;
4343
+
4211
4344
  export declare const loadScript: ILoadScript;
4212
4345
 
4213
4346
  export declare const Lock2Icon: React_2.FC<React_2.SVGProps<SVGSVGElement>>;
@@ -4222,6 +4355,7 @@ export declare const LOTTIE: {
4222
4355
  ACTIVITY: string;
4223
4356
  ADVANCE_MODE_SEGMENT_LOTTIE: string;
4224
4357
  ALL_DONE: string;
4358
+ ANIMATED_AVATAR: string;
4225
4359
  AVATAR_SELECTED: string;
4226
4360
  BEGINNER1X: string;
4227
4361
  BRONZE_1: string;
@@ -4253,12 +4387,14 @@ export declare const LOTTIE: {
4253
4387
  FAMILIAR1X: string;
4254
4388
  FIFTEEN_MIN_CLOCK: string;
4255
4389
  FIVE_MIN_CLOCK: string;
4390
+ FLYING_DISK: string;
4256
4391
  GIFT: string;
4257
4392
  GOLD_1: string;
4258
4393
  GOLD_2: string;
4259
4394
  GOLD_3: string;
4260
4395
  GOLF: string;
4261
4396
  GRADE: string;
4397
+ GRADUATION_CAP: string;
4262
4398
  HIGH_SCORE_CONFETTI: string;
4263
4399
  HIGH_SCORE_TEXT: string;
4264
4400
  INFINITE_BUTTON_BG: string;
@@ -4269,17 +4405,21 @@ export declare const LOTTIE: {
4269
4405
  LEVELUP_RINGS: string;
4270
4406
  LEVEL_1_ALLSTAR: string;
4271
4407
  LIGHTNING: string;
4408
+ LIGHT_BULB: string;
4272
4409
  MAGICWAND: string;
4273
4410
  MAIL: string;
4274
4411
  MECHANICAL_ARM: string;
4275
4412
  MEDAL: string;
4276
4413
  MEDIUM: string;
4414
+ MUSCLE: string;
4277
4415
  NUDGE_TAP: string;
4278
4416
  OTP: string;
4279
4417
  PARENT_AVATAR: string;
4280
4418
  PARTY_BALL: string;
4281
4419
  PARTY_POPPER: string;
4420
+ PENCIL: string;
4282
4421
  PHONE_NUMBER: string;
4422
+ PLUS_SIGN: string;
4283
4423
  POINT100: string;
4284
4424
  POINT10: string;
4285
4425
  POINT15: string;
@@ -4300,9 +4440,12 @@ export declare const LOTTIE: {
4300
4440
  PROFICIENT1X: string;
4301
4441
  PROJECT: string;
4302
4442
  PUZZLE: string;
4443
+ RACING_CAR: string;
4303
4444
  RANDOM_MODE_SEGMENT_LOTTIE: string;
4304
4445
  RECAP: string;
4446
+ ROCKET: string;
4305
4447
  SEQUENCE_MODE_SEGMENT_LOTTIE: string;
4448
+ SHOVEL: string;
4306
4449
  SILVER_1: string;
4307
4450
  SILVER_2: string;
4308
4451
  SILVER_3: string;
@@ -4365,6 +4508,8 @@ export declare const ModalProvider: FC<IModalProviderProps>;
4365
4508
 
4366
4509
  export declare const MoreVerticalIcon: React.FC<React.SVGProps<SVGSVGElement>>;
4367
4510
 
4511
+ export declare const MorningIcon: React.FC<React.SVGProps<SVGSVGElement>>;
4512
+
4368
4513
  export declare const MultiTabBlocker: FC<PropsWithChildren<IMultiTabBlockerProps>>;
4369
4514
 
4370
4515
  export declare const Next2Icon: React.FC<React.SVGProps<SVGSVGElement>>;
@@ -4518,8 +4663,12 @@ declare interface NumRangeInputProps {
4518
4663
  endPlaceholder?: string;
4519
4664
  }
4520
4665
 
4666
+ export declare const OnboardingGuide: () => JSX.Element;
4667
+
4521
4668
  export declare const OTPForm: MemoExoticComponent<({ onSubmit, onChange, value, error, isProcessing, isValid, helperText, }: ISingleFieldFormProps) => JSX.Element>;
4522
4669
 
4670
+ export declare const OTPInput: NamedExoticComponent<IOTPInputProps>;
4671
+
4523
4672
  export declare type OutcomeStage = keyof typeof STAGES;
4524
4673
 
4525
4674
  export declare const OverlayLoader: MemoExoticComponent<({ isLoading }: {
@@ -4532,6 +4681,8 @@ export declare const PercentileInput: React_2.ForwardRefExoticComponent<IPercent
4532
4681
 
4533
4682
  export declare const PerfectHits: NamedExoticComponent<IPerfectHitsProps>;
4534
4683
 
4684
+ export declare const PillButton: NamedExoticComponent<IPillButtonProps>;
4685
+
4535
4686
  /**
4536
4687
  ** Global/Platform specific events that needs to be tracked goes here
4537
4688
  ** Naming convention needs to be snake_case
@@ -4630,7 +4781,7 @@ declare const PUZZLE_CARD_STATE: {
4630
4781
 
4631
4782
  declare const PUZZLE_CARDS: "puzzle_cards";
4632
4783
 
4633
- export declare const PuzzleApp: NamedExoticComponent<{}>;
4784
+ export declare const PuzzleApp: NamedExoticComponent<IPuzzleAppProps>;
4634
4785
 
4635
4786
  export declare const PuzzleCard: FC<IPuzzleCardContainerProps>;
4636
4787
 
@@ -4695,6 +4846,10 @@ declare const SAT_NODE_TYPE: {
4695
4846
 
4696
4847
  export declare const SATSheetSummary: FC<ISATSheetSummary>;
4697
4848
 
4849
+ export declare const ScreenGrabFilledIcon: React.FC<React.SVGProps<SVGSVGElement>>;
4850
+
4851
+ export declare const ScreenGrabIcon: React.FC<React.SVGProps<SVGSVGElement>>;
4852
+
4698
4853
  export declare const SearchableSelectInput: <IDType extends string | number>(props: ISearchableSelectInputProps<IDType>) => ReactElement;
4699
4854
 
4700
4855
  export declare const SearchIcon: React.FC<React.SVGProps<SVGSVGElement>>;
@@ -4713,6 +4868,8 @@ declare enum SECTION_CODE {
4713
4868
 
4714
4869
  export declare const SectionList: <Section extends string | number | TDefaultSection>(props: ISectionList<Section>) => ReactElement;
4715
4870
 
4871
+ export declare const SelectableInfoCard: MemoExoticComponent<({ id, title, description, icon, selected, onClick, }: ISelectableInfoCardProps) => JSX.Element>;
4872
+
4716
4873
  export declare const SelectInput: <IDType extends string | number>(props: ISelectInputProps<IDType>) => ReactElement;
4717
4874
 
4718
4875
  export declare const SelectionCards: <IDType extends string | number>({ options, value, values, onChange, analyticsLabel, analyticsProps, type, $background, $selectedBackground, $cardWidth, }: ISelectionCardListProps<IDType>) => JSX.Element;
@@ -4768,8 +4925,12 @@ export declare const SheetLocked: MemoExoticComponent<({ onHomeClick }: {
4768
4925
 
4769
4926
  export declare const SignUp: ({ mathGymEnrolledUser, circleEnrolledUser, circleOnLeapPremiumDays, circleUsername, countryCode, grade: defaultGrade, state, circleOnLeapPremiumEnabled, studentId, isSignUpProcessing, onCreateUser, onUpdateUser, onSignupStepsComplete, }: ISignUpProps) => JSX.Element;
4770
4927
 
4928
+ export declare const SignupHeader: () => JSX.Element;
4929
+
4771
4930
  export declare const SignupMethods: NamedExoticComponent<ISignupMethodsProps>;
4772
4931
 
4932
+ export declare const SignupOptions: NamedExoticComponent<ISignupOptionsProps>;
4933
+
4773
4934
  declare const SketchIcon: React.FC<React.SVGProps<SVGSVGElement>>;
4774
4935
  export { SketchIcon as ScribbleIcon }
4775
4936
  export { SketchIcon }
@@ -4796,6 +4957,8 @@ export declare const STAGES: {
4796
4957
 
4797
4958
  export declare const Star2Icon: React.FC<React.SVGProps<SVGSVGElement>>;
4798
4959
 
4960
+ export declare const Star3Icon: React.FC<React.SVGProps<SVGSVGElement>>;
4961
+
4799
4962
  export declare const StarIcon: React.FC<React.SVGProps<SVGSVGElement>>;
4800
4963
 
4801
4964
  export declare enum State {
@@ -4825,6 +4988,10 @@ declare const STICKER_BADGE: {
4825
4988
 
4826
4989
  declare type StickerEffect = 'burst_from_edges' | 'pop_expand' | 'float_up' | 'fall_down';
4827
4990
 
4991
+ export declare const StickerFilledIcon: React.FC<React.SVGProps<SVGSVGElement>>;
4992
+
4993
+ export declare const StickerIcon: React.FC<React.SVGProps<SVGSVGElement>>;
4994
+
4828
4995
  export declare const Stickers: React_2.NamedExoticComponent<StickersProps>;
4829
4996
 
4830
4997
  declare interface StickersProps {
@@ -4864,7 +5031,7 @@ declare const TAB_CODES: {
4864
5031
 
4865
5032
  export declare const TabComponent: React_2.FC<ITabProps>;
4866
5033
 
4867
- export declare const Tabs: MemoExoticComponent<({ selectedTab, onChange, tabs }: ITabsProps) => JSX.Element>;
5034
+ export declare const Tabs: MemoExoticComponent<({ selectedTab, onChange, tabs, background }: ITabsProps) => JSX.Element>;
4868
5035
 
4869
5036
  export declare type TAction = EventToPayload<TInclassMessage>;
4870
5037
 
@@ -4953,7 +5120,7 @@ declare type TBlockType = keyof typeof BLOCK_TYPE_2;
4953
5120
 
4954
5121
  export declare type TButtonSizes = 'xsmall' | 'small' | 'regular' | 'medium' | 'large';
4955
5122
 
4956
- export declare type TButtonVariants = 'primary' | 'secondary' | 'tertiary' | 'secondary-gray' | 'secondary-dark';
5123
+ export declare type TButtonVariants = 'primary' | 'secondary' | 'tertiary' | 'secondary-gray' | 'secondary-dark' | 'black' | 'black-dark' | 'yellow-dark';
4957
5124
 
4958
5125
  declare type TCallback = (messages: TInclassMessage[]) => void;
4959
5126
 
@@ -5074,8 +5241,15 @@ declare type TCueProgramData = {
5074
5241
 
5075
5242
  declare type TDefaultSection = Record<string, unknown>;
5076
5243
 
5244
+ declare type TDegreeInformation = {
5245
+ degree_name?: string;
5246
+ field_of_study?: string;
5247
+ };
5248
+
5077
5249
  declare type TDrawingData = ITile | IStroke | undefined;
5078
5250
 
5251
+ export declare const TeacherProfile: FC<ITeacherProfileProps>;
5252
+
5079
5253
  declare type TEnglishSectionSummary = {
5080
5254
  section_code: 'READING & WRITING';
5081
5255
  } & TSectionSummary;
@@ -5109,6 +5283,7 @@ declare interface TextProps {
5109
5283
  $whiteSpace?: 'pre-line' | 'normal' | 'pre-wrap' | 'no-wrap' | 'pre' | 'break-spaces';
5110
5284
  $renderOnMobileAs?: TTextVariants;
5111
5285
  $renderOnTabletAs?: TTextVariants;
5286
+ $cursor?: 'pointer' | 'default' | 'text' | 'not-allowed' | 'move' | 'help';
5112
5287
  }
5113
5288
 
5114
5289
  export declare type TFontFamilyNames = `${'Athletics'}-${'Light' | 'Regular' | 'Medium' | 'Bold' | 'Black'}` | `${'UntitledSans'}-${'Regular' | 'Medium'}`;