@cuemath/leap 3.2.16-link.2 → 3.2.16-mb

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 (243) hide show
  1. package/dist/assets/illustrations/illustrations.js +0 -6
  2. package/dist/assets/illustrations/illustrations.js.map +1 -1
  3. package/dist/assets/lottie/lottie.js +1 -11
  4. package/dist/assets/lottie/lottie.js.map +1 -1
  5. package/dist/features/auth/account-selector/account-selector.js +25 -26
  6. package/dist/features/auth/account-selector/account-selector.js.map +1 -1
  7. package/dist/features/auth/comps/auth-page-layout/auth-page-layout.js +14 -20
  8. package/dist/features/auth/comps/auth-page-layout/auth-page-layout.js.map +1 -1
  9. package/dist/features/auth/comps/resend-otp/resend-otp.js +47 -54
  10. package/dist/features/auth/comps/resend-otp/resend-otp.js.map +1 -1
  11. package/dist/features/auth/comps/tabs/tab-tem/tab-item.js +17 -29
  12. package/dist/features/auth/comps/tabs/tab-tem/tab-item.js.map +1 -1
  13. package/dist/features/auth/comps/tabs/tabs-styled.js +10 -22
  14. package/dist/features/auth/comps/tabs/tabs-styled.js.map +1 -1
  15. package/dist/features/auth/comps/tabs/tabs.js +5 -5
  16. package/dist/features/auth/comps/tabs/tabs.js.map +1 -1
  17. package/dist/features/auth/comps/user-list/user-item/user-item.js +31 -30
  18. package/dist/features/auth/comps/user-list/user-item/user-item.js.map +1 -1
  19. package/dist/features/auth/comps/user-list/user-list.js +34 -35
  20. package/dist/features/auth/comps/user-list/user-list.js.map +1 -1
  21. package/dist/features/auth/forgot-password/forgot-password-styled.js +15 -14
  22. package/dist/features/auth/forgot-password/forgot-password-styled.js.map +1 -1
  23. package/dist/features/auth/login/identifier-otp-form/identifier-otp-form-styled.js +7 -6
  24. package/dist/features/auth/login/identifier-otp-form/identifier-otp-form-styled.js.map +1 -1
  25. package/dist/features/auth/login/login-styled.js +9 -8
  26. package/dist/features/auth/login/login-styled.js.map +1 -1
  27. package/dist/features/chapters-v2/utils/node-card-utils.js +7 -7
  28. package/dist/features/chapters-v2/utils/node-card-utils.js.map +1 -1
  29. package/dist/features/circle-games/game-launcher/hooks/use-game-launcher-journey/use-game-launcher-journey.js +98 -121
  30. package/dist/features/circle-games/game-launcher/hooks/use-game-launcher-journey/use-game-launcher-journey.js.map +1 -1
  31. package/dist/features/circle-games/game-launcher/hooks/use-table-infinite-launcher-journey/use-table-infinite-launcher-journey.js +28 -29
  32. package/dist/features/circle-games/game-launcher/hooks/use-table-infinite-launcher-journey/use-table-infinite-launcher-journey.js.map +1 -1
  33. package/dist/features/circle-games/game-launcher/hooks/use-table-launcher-journey/use-table-launcher-journey.js +42 -43
  34. package/dist/features/circle-games/game-launcher/hooks/use-table-launcher-journey/use-table-launcher-journey.js.map +1 -1
  35. package/dist/features/circle-games/games/tutorial/tutorial.js +35 -43
  36. package/dist/features/circle-games/games/tutorial/tutorial.js.map +1 -1
  37. package/dist/features/circle-games/sign-up/comp/grade-input/grade-input-styled.js +2 -2
  38. package/dist/features/circle-games/sign-up/comp/grade-input/grade-input-styled.js.map +1 -1
  39. package/dist/features/circle-games/sign-up/comp/grade-input/grade-input.js +1 -1
  40. package/dist/features/circle-games/sign-up/comp/grade-input/grade-input.js.map +1 -1
  41. package/dist/features/circle-games/sign-up/comp/username-input/username-input.js +24 -26
  42. package/dist/features/circle-games/sign-up/comp/username-input/username-input.js.map +1 -1
  43. package/dist/features/circle-games/sign-up/constants.js +1 -3
  44. package/dist/features/circle-games/sign-up/constants.js.map +1 -1
  45. package/dist/features/cue-canvas/hooks/use-canvas-sync-broker.js +42 -42
  46. package/dist/features/cue-canvas/hooks/use-canvas-sync-broker.js.map +1 -1
  47. package/dist/features/hooks/use-viewport/use-viewport.js +22 -0
  48. package/dist/features/hooks/use-viewport/use-viewport.js.map +1 -0
  49. package/dist/features/journey/comps/coachmark/coachmark.js +27 -29
  50. package/dist/features/journey/comps/coachmark/coachmark.js.map +1 -1
  51. package/dist/features/journey/journey-id/journey-id-student.js +2 -2
  52. package/dist/features/journey/journey-id/journey-id-student.js.map +1 -1
  53. package/dist/features/journey/use-journey/journey-context-provider.js +72 -73
  54. package/dist/features/journey/use-journey/journey-context-provider.js.map +1 -1
  55. package/dist/features/journey/use-journey/journey-styled.js +4 -6
  56. package/dist/features/journey/use-journey/journey-styled.js.map +1 -1
  57. package/dist/features/stickers/sticker-data.js +234 -0
  58. package/dist/features/stickers/sticker-data.js.map +1 -0
  59. package/dist/features/{ui/sticker-grid/sticker-grid-styles.js → stickers/sticker-selector/sticker-selector-styles.js} +4 -3
  60. package/dist/features/stickers/sticker-selector/sticker-selector-styles.js.map +1 -0
  61. package/dist/features/stickers/sticker-selector/sticker-selector.js +25 -0
  62. package/dist/features/stickers/sticker-selector/sticker-selector.js.map +1 -0
  63. package/dist/features/stickers/sticker-selector/sticker.js +57 -0
  64. package/dist/features/stickers/sticker-selector/sticker.js.map +1 -0
  65. package/dist/features/{ui/stickers/stickers-effects.js → stickers/stickers-effects/effects.js} +6 -6
  66. package/dist/features/stickers/stickers-effects/effects.js.map +1 -0
  67. package/dist/features/{ui/stickers/stickers-styled.js → stickers/stickers-effects/stickers-effects-styled.js} +2 -2
  68. package/dist/features/stickers/stickers-effects/stickers-effects-styled.js.map +1 -0
  69. package/dist/features/{ui/stickers/stickers-utils.js → stickers/stickers-effects/stickers-effects-utils.js} +6 -6
  70. package/dist/features/stickers/stickers-effects/stickers-effects-utils.js.map +1 -0
  71. package/dist/features/stickers/stickers-effects/stickers-effects.js +39 -0
  72. package/dist/features/stickers/stickers-effects/stickers-effects.js.map +1 -0
  73. package/dist/features/trial-session/comps/student-profile/student-profile.js +1 -1
  74. package/dist/features/trial-session/comps/teacher-intro/teacher-intro-styled.js +50 -7
  75. package/dist/features/trial-session/comps/teacher-intro/teacher-intro-styled.js.map +1 -1
  76. package/dist/features/trial-session/comps/teacher-intro/teacher-intro.js +69 -15
  77. package/dist/features/trial-session/comps/teacher-intro/teacher-intro.js.map +1 -1
  78. package/dist/features/ui/arrow-tooltip/arrow-tooltip-styled.js +60 -12
  79. package/dist/features/ui/arrow-tooltip/arrow-tooltip-styled.js.map +1 -1
  80. package/dist/features/ui/arrow-tooltip/arrow-tooltip.js +77 -72
  81. package/dist/features/ui/arrow-tooltip/arrow-tooltip.js.map +1 -1
  82. package/dist/features/ui/error/error.js +27 -65
  83. package/dist/features/ui/error/error.js.map +1 -1
  84. package/dist/features/ui/image/image.js +1 -1
  85. package/dist/features/ui/image/image.js.map +1 -1
  86. package/dist/features/ui/inputs/base-input/base-input.js +11 -11
  87. package/dist/features/ui/inputs/base-input/base-input.js.map +1 -1
  88. package/dist/features/ui/inputs/text-input/text-input.js +18 -19
  89. package/dist/features/ui/inputs/text-input/text-input.js.map +1 -1
  90. package/dist/features/ui/lottie-animation/lottie-animation.js +29 -25
  91. package/dist/features/ui/lottie-animation/lottie-animation.js.map +1 -1
  92. package/dist/features/ui/modals/modal-styled.js +58 -69
  93. package/dist/features/ui/modals/modal-styled.js.map +1 -1
  94. package/dist/features/ui/modals/modal.js +14 -50
  95. package/dist/features/ui/modals/modal.js.map +1 -1
  96. package/dist/features/ui/nudge/nudge-styled.js +7 -14
  97. package/dist/features/ui/nudge/nudge-styled.js.map +1 -1
  98. package/dist/features/ui/nudge/nudge.js +12 -13
  99. package/dist/features/ui/nudge/nudge.js.map +1 -1
  100. package/dist/features/ui/streak-icon/streak-icon-styled.js +13 -13
  101. package/dist/features/ui/streak-icon/streak-icon-styled.js.map +1 -1
  102. package/dist/features/ui/streak-icon/streak-icon.js +15 -17
  103. package/dist/features/ui/streak-icon/streak-icon.js.map +1 -1
  104. package/dist/features/ui/text/text.js +38 -44
  105. package/dist/features/ui/text/text.js.map +1 -1
  106. package/dist/features/ui/theme/button.js +78 -78
  107. package/dist/features/ui/theme/button.js.map +1 -1
  108. package/dist/features/ui/theme/constants.js +2 -4
  109. package/dist/features/ui/theme/constants.js.map +1 -1
  110. package/dist/features/ui/theme/get-device.js +3 -3
  111. package/dist/features/ui/theme/get-device.js.map +1 -1
  112. package/dist/features/worksheet/worksheet/constants.js +13 -12
  113. package/dist/features/worksheet/worksheet/constants.js.map +1 -1
  114. package/dist/features/worksheet/worksheet/worksheet-question/learnosity-question.js +24 -24
  115. package/dist/features/worksheet/worksheet/worksheet-question/learnosity-question.js.map +1 -1
  116. package/dist/features/worksheet/worksheet/worksheet-question/worksheet-question.js +260 -246
  117. package/dist/features/worksheet/worksheet/worksheet-question/worksheet-question.js.map +1 -1
  118. package/dist/features/worksheet/worksheet/worksheet-styled.js +28 -37
  119. package/dist/features/worksheet/worksheet/worksheet-styled.js.map +1 -1
  120. package/dist/features/worksheet/worksheet/worksheet.js +164 -166
  121. package/dist/features/worksheet/worksheet/worksheet.js.map +1 -1
  122. package/dist/index.d.ts +53 -247
  123. package/dist/index.js +585 -633
  124. package/dist/index.js.map +1 -1
  125. package/dist/static/nudge-tap.5cb30093.json +1057 -0
  126. package/package.json +3 -2
  127. package/dist/assets/line-icons/icons/after-noon.js +0 -34
  128. package/dist/assets/line-icons/icons/after-noon.js.map +0 -1
  129. package/dist/assets/line-icons/icons/apple-icon-white.js +0 -42
  130. package/dist/assets/line-icons/icons/apple-icon-white.js.map +0 -1
  131. package/dist/assets/line-icons/icons/cue-board-filled.js +0 -33
  132. package/dist/assets/line-icons/icons/cue-board-filled.js.map +0 -1
  133. package/dist/assets/line-icons/icons/cue-board.js +0 -23
  134. package/dist/assets/line-icons/icons/cue-board.js.map +0 -1
  135. package/dist/assets/line-icons/icons/evening.js +0 -35
  136. package/dist/assets/line-icons/icons/evening.js.map +0 -1
  137. package/dist/assets/line-icons/icons/hint-fill.js +0 -35
  138. package/dist/assets/line-icons/icons/hint-fill.js.map +0 -1
  139. package/dist/assets/line-icons/icons/morning.js +0 -35
  140. package/dist/assets/line-icons/icons/morning.js.map +0 -1
  141. package/dist/assets/line-icons/icons/screen-grab-filled.js +0 -35
  142. package/dist/assets/line-icons/icons/screen-grab-filled.js.map +0 -1
  143. package/dist/assets/line-icons/icons/screen-grab.js +0 -23
  144. package/dist/assets/line-icons/icons/screen-grab.js.map +0 -1
  145. package/dist/assets/line-icons/icons/star3.js +0 -32
  146. package/dist/assets/line-icons/icons/star3.js.map +0 -1
  147. package/dist/assets/line-icons/icons/sticker-filled.js +0 -64
  148. package/dist/assets/line-icons/icons/sticker-filled.js.map +0 -1
  149. package/dist/assets/line-icons/icons/sticker.js +0 -46
  150. package/dist/assets/line-icons/icons/sticker.js.map +0 -1
  151. package/dist/features/auth/comps/animated-avatar-message/animated-avatar-message-constants.js +0 -9
  152. package/dist/features/auth/comps/animated-avatar-message/animated-avatar-message-constants.js.map +0 -1
  153. package/dist/features/auth/comps/animated-avatar-message/animated-avatar-message-styled.js +0 -52
  154. package/dist/features/auth/comps/animated-avatar-message/animated-avatar-message-styled.js.map +0 -1
  155. package/dist/features/auth/comps/animated-avatar-message/animated-avatar-message.js +0 -95
  156. package/dist/features/auth/comps/animated-avatar-message/animated-avatar-message.js.map +0 -1
  157. package/dist/features/auth/comps/animated-avatar-message/animated-text/animated-text-styled.js +0 -10
  158. package/dist/features/auth/comps/animated-avatar-message/animated-text/animated-text-styled.js.map +0 -1
  159. package/dist/features/auth/comps/animated-avatar-message/animated-text/animated-text.js +0 -17
  160. package/dist/features/auth/comps/animated-avatar-message/animated-text/animated-text.js.map +0 -1
  161. package/dist/features/auth/comps/linear-progress-bar/linear-progress-bar-styled.js +0 -12
  162. package/dist/features/auth/comps/linear-progress-bar/linear-progress-bar-styled.js.map +0 -1
  163. package/dist/features/auth/comps/linear-progress-bar/linear-progress-bar.js +0 -34
  164. package/dist/features/auth/comps/linear-progress-bar/linear-progress-bar.js.map +0 -1
  165. package/dist/features/auth/comps/otp-input/otp-input-styled.js +0 -22
  166. package/dist/features/auth/comps/otp-input/otp-input-styled.js.map +0 -1
  167. package/dist/features/auth/comps/otp-input/otp-input.js +0 -51
  168. package/dist/features/auth/comps/otp-input/otp-input.js.map +0 -1
  169. package/dist/features/auth/comps/pill-button/pill-button-styled.js +0 -44
  170. package/dist/features/auth/comps/pill-button/pill-button-styled.js.map +0 -1
  171. package/dist/features/auth/comps/pill-button/pill-button.js +0 -75
  172. package/dist/features/auth/comps/pill-button/pill-button.js.map +0 -1
  173. package/dist/features/auth/comps/selectable-info-card/selectable-info-card-styled.js +0 -17
  174. package/dist/features/auth/comps/selectable-info-card/selectable-info-card-styled.js.map +0 -1
  175. package/dist/features/auth/comps/selectable-info-card/selectable-info-card.js +0 -67
  176. package/dist/features/auth/comps/selectable-info-card/selectable-info-card.js.map +0 -1
  177. package/dist/features/auth/pla-signup/onboarding-guide/onboarding-guide-constants.js +0 -19
  178. package/dist/features/auth/pla-signup/onboarding-guide/onboarding-guide-constants.js.map +0 -1
  179. package/dist/features/auth/pla-signup/onboarding-guide/onboarding-guide-styled.js +0 -32
  180. package/dist/features/auth/pla-signup/onboarding-guide/onboarding-guide-styled.js.map +0 -1
  181. package/dist/features/auth/pla-signup/onboarding-guide/onboarding-guide.js +0 -44
  182. package/dist/features/auth/pla-signup/onboarding-guide/onboarding-guide.js.map +0 -1
  183. package/dist/features/auth/pla-signup/signup-header/signup-header.js +0 -54
  184. package/dist/features/auth/pla-signup/signup-header/signup-header.js.map +0 -1
  185. package/dist/features/auth/pla-signup/signup-options/signup-options.js +0 -83
  186. package/dist/features/auth/pla-signup/signup-options/signup-options.js.map +0 -1
  187. package/dist/features/puzzles/app/puzzle-app-styled.js +0 -81
  188. package/dist/features/puzzles/app/puzzle-app-styled.js.map +0 -1
  189. package/dist/features/puzzles/app/puzzle-app-view.js +0 -120
  190. package/dist/features/puzzles/app/puzzle-app-view.js.map +0 -1
  191. package/dist/features/puzzles/app/puzzle-app.js +0 -62
  192. package/dist/features/puzzles/app/puzzle-app.js.map +0 -1
  193. package/dist/features/trial-session/comps/teacher-intro/teacher-profile/teacher-profile-styled.js +0 -49
  194. package/dist/features/trial-session/comps/teacher-intro/teacher-profile/teacher-profile-styled.js.map +0 -1
  195. package/dist/features/trial-session/comps/teacher-intro/teacher-profile/teacher-profile.js +0 -64
  196. package/dist/features/trial-session/comps/teacher-intro/teacher-profile/teacher-profile.js.map +0 -1
  197. package/dist/features/ui/accordion/accordion-items/accordion-items-styled.js +0 -28
  198. package/dist/features/ui/accordion/accordion-items/accordion-items-styled.js.map +0 -1
  199. package/dist/features/ui/accordion/accordion-items/accordion-items.js +0 -83
  200. package/dist/features/ui/accordion/accordion-items/accordion-items.js.map +0 -1
  201. package/dist/features/ui/accordion/accordion.js +0 -62
  202. package/dist/features/ui/accordion/accordion.js.map +0 -1
  203. package/dist/features/ui/arrow-tooltip/arrow-tooltip-constants.js +0 -6
  204. package/dist/features/ui/arrow-tooltip/arrow-tooltip-constants.js.map +0 -1
  205. package/dist/features/ui/arrow-tooltip/comps/tooltip-body-styled.js +0 -63
  206. package/dist/features/ui/arrow-tooltip/comps/tooltip-body-styled.js.map +0 -1
  207. package/dist/features/ui/arrow-tooltip/comps/tooltip-body.js +0 -21
  208. package/dist/features/ui/arrow-tooltip/comps/tooltip-body.js.map +0 -1
  209. package/dist/features/ui/drawer/drawer-styled.js +0 -34
  210. package/dist/features/ui/drawer/drawer-styled.js.map +0 -1
  211. package/dist/features/ui/drawer/drawer.js +0 -42
  212. package/dist/features/ui/drawer/drawer.js.map +0 -1
  213. package/dist/features/ui/sticker-grid/sticker-grid-styles.js.map +0 -1
  214. package/dist/features/ui/sticker-grid/sticker-grid.js +0 -24
  215. package/dist/features/ui/sticker-grid/sticker-grid.js.map +0 -1
  216. package/dist/features/ui/sticker-grid/sticker.js +0 -57
  217. package/dist/features/ui/sticker-grid/sticker.js.map +0 -1
  218. package/dist/features/ui/stickers/constants.js +0 -6
  219. package/dist/features/ui/stickers/constants.js.map +0 -1
  220. package/dist/features/ui/stickers/stickers-effects.js.map +0 -1
  221. package/dist/features/ui/stickers/stickers-styled.js.map +0 -1
  222. package/dist/features/ui/stickers/stickers-utils.js.map +0 -1
  223. package/dist/features/ui/stickers/stickers.js +0 -40
  224. package/dist/features/ui/stickers/stickers.js.map +0 -1
  225. package/dist/static/animated-avatar.1ad58b1d.json +0 -1
  226. package/dist/static/animated-avatar.69b07505.json +0 -1
  227. package/dist/static/animated-avatar.9c560b46.json +0 -1
  228. package/dist/static/calendar-purple.1a840b41.svg +0 -1
  229. package/dist/static/flying-disk.c7f6ed39.json +0 -1
  230. package/dist/static/graduation-cap.3be3340a.json +0 -1
  231. package/dist/static/handshake.287e7dfb.svg +0 -1
  232. package/dist/static/light-bulb.c6db0b23.json +0 -1
  233. package/dist/static/money.332aacf1.svg +0 -1
  234. package/dist/static/muscle.9bcfb8a7.json +0 -1
  235. package/dist/static/nudge-tap.0591aef4.json +0 -1
  236. package/dist/static/parent-avatar.822c7b9b.svg +0 -1
  237. package/dist/static/pencil.23df9da0.json +0 -1
  238. package/dist/static/plus-sign.de6af957.json +0 -1
  239. package/dist/static/racing-car.2cbf864e.json +0 -1
  240. package/dist/static/rocket.0a3ccab0.json +0 -1
  241. package/dist/static/shovel.abeec04c.json +0 -1
  242. package/dist/static/stripe-blurple.6abf422f.svg +0 -1
  243. package/dist/static/trustpilot.bd3d79e1.svg +0 -1
package/dist/index.d.ts CHANGED
@@ -33,18 +33,6 @@ 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
-
48
36
  /**
49
37
  * AccordionSection component.
50
38
  *
@@ -53,8 +41,6 @@ declare interface AccordionProps {
53
41
  */
54
42
  export declare const AccordionSection: FC<IAccordionSectionProps>;
55
43
 
56
- declare type AccordionTheme = 'light' | 'dark';
57
-
58
44
  export declare const AccountSelector: MemoExoticComponent<({ userAccounts, onSelect, onAddNew, isLoading, }: IAccountSelectorViewProps) => JSX.Element>;
59
45
 
60
46
  export declare const ACHIEVEMENT_ACTIONS: {
@@ -66,21 +52,17 @@ export declare const AchievementNotShareReasonModal: React_2.FC<IShareInstructio
66
52
 
67
53
  export declare const AchievementShareInstructionModal: React_2.FC<IShareInstructionModalProps>;
68
54
 
69
- export declare const AfternoonIcon: React.FC<React.SVGProps<SVGSVGElement>>;
70
-
71
55
  export declare const AlertIcon: React_2.FC<React_2.SVGProps<SVGSVGElement>>;
72
56
 
73
57
  export declare const AnimatedArc: React_2.FC<IAnimatedArcProps>;
74
58
 
75
- export declare const AnimatedAvatarMessage: NamedExoticComponent<IAnimatedAvatarMessageProps>;
76
-
77
59
  export declare const AppLoader: FC<IAppLoaderProps>;
78
60
 
79
61
  export declare const ArcButton: NamedExoticComponent<IArcButtonProps & {
80
62
  children?: ReactNode | undefined;
81
63
  } & RefAttributes<HTMLDivElement>>;
82
64
 
83
- export declare const ArrowTooltip: NamedExoticComponent<IArrowTooltipProps>;
65
+ export declare const ArrowTooltip: FC<IArrowTooltipProps>;
84
66
 
85
67
  export declare const AUTH_TABS: IAuthTab[];
86
68
 
@@ -114,8 +96,6 @@ export declare const BackgroundImage: ({ img }: {
114
96
 
115
97
  export declare const BackIcon: React.FC<React.SVGProps<SVGSVGElement>>;
116
98
 
117
- export declare const BaseInput: React_2.FC<IBaseInputProps>;
118
-
119
99
  declare interface BaseProject {
120
100
  id: string;
121
101
  name: string;
@@ -331,10 +311,6 @@ declare const COURSE_STREAMS: {
331
311
 
332
312
  export declare const CrossIcon: React.FC<React.SVGProps<SVGSVGElement>>;
333
313
 
334
- export declare const CueBoardFilledIcon: React.FC<React.SVGProps<SVGSVGElement>>;
335
-
336
- export declare const CueBoardIcon: React.FC<React.SVGProps<SVGSVGElement>>;
337
-
338
314
  export declare const CueCanvas: React_2.FC<ICueCanvas>;
339
315
 
340
316
  export declare const CueCanvasController: React_2.FC<IToolbarProps>;
@@ -368,8 +344,6 @@ export declare const DraftIcon: React.FC<React.SVGProps<SVGSVGElement>>;
368
344
 
369
345
  export declare const DragIcon: React.FC<React.SVGProps<SVGSVGElement>>;
370
346
 
371
- export declare const Drawer: FC<IDrawerProps>;
372
-
373
347
  export declare const DynamicPreviewWorksheet: FC<IDynamicWorksheetPreview>;
374
348
 
375
349
  export declare enum EClassTimeAlertLevel {
@@ -377,15 +351,6 @@ export declare enum EClassTimeAlertLevel {
377
351
  FIFTEEN_MIN = "15min"
378
352
  }
379
353
 
380
- export declare enum EDeviceType {
381
- MOBILE = 0,
382
- TABLET = 1,
383
- SMALL_DESKTOP = 2,
384
- DESKTOP = 3,
385
- LARGE_DEVICE = 4,
386
- XLARGE_DEVICE = 5
387
- }
388
-
389
354
  export declare const Edit2Icon: React.FC<React.SVGProps<SVGSVGElement>>;
390
355
 
391
356
  export declare const EditIcon: React.FC<React.SVGProps<SVGSVGElement>>;
@@ -442,8 +407,6 @@ declare interface ErrorProps {
442
407
  handleClick: () => void;
443
408
  }
444
409
 
445
- export declare const EveningIcon: React.FC<React.SVGProps<SVGSVGElement>>;
446
-
447
410
  export declare const EVENTS: {
448
411
  PUZZLE_FEEDBACK_CELEBRATION: "PUZZLE_FEEDBACK_CELEBRATION";
449
412
  HOMEWORK_UNASSIGN: "HOMEWORK_UNASSIGN";
@@ -554,7 +517,7 @@ declare const getCheckboxConfig: IGetCheckboxConfig;
554
517
 
555
518
  declare function getColors(): TColorsMap;
556
519
 
557
- declare const getDevice: (width: number) => EDeviceType;
520
+ declare const getDevice: (width: number) => TDeviceType;
558
521
 
559
522
  declare const getInputConfig: IGetInputConfig;
560
523
 
@@ -577,30 +540,6 @@ export declare const getTheme: () => DefaultTheme;
577
540
 
578
541
  declare function getZIndexConfig(): TZIndexMap;
579
542
 
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
-
604
543
  declare const GOAL_CATEGORY: {
605
544
  readonly SCHOOL_SUCCESS: "SCHOOL_SUCCESS";
606
545
  readonly TEST_PREP: "TEST_PREP";
@@ -625,8 +564,6 @@ export declare const HelpIcon: React_2.FC<React_2.SVGProps<SVGSVGElement>>;
625
564
 
626
565
  export declare const HighlighterIcon: React.FC<React.SVGProps<SVGSVGElement>>;
627
566
 
628
- export declare const HintFillIcon: React.FC<React.SVGProps<SVGSVGElement>>;
629
-
630
567
  export declare const HomeIcon: React_2.FC<React_2.SVGProps<SVGSVGElement>>;
631
568
 
632
569
  export declare const HomeworkCardList: React_2.NamedExoticComponent<HWCardListProps>;
@@ -692,21 +629,6 @@ declare interface IAnimatedArcProps {
692
629
  showAnimatedRainbowArc?: boolean;
693
630
  }
694
631
 
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
- height?: string | number;
703
- }
704
-
705
- export declare type IAnimatedAvatarMessageRef = {
706
- fadeOutMessage: () => Promise<void>;
707
- playConfirmationFrames: () => Promise<void>;
708
- };
709
-
710
632
  declare interface IAppLoaderProps {
711
633
  width?: string | number;
712
634
  height?: string | number;
@@ -740,7 +662,6 @@ export declare interface IArrowTooltipProps {
740
662
  widthX?: number;
741
663
  zIndex?: number;
742
664
  parentWidth?: number | string;
743
- isBlocking?: boolean;
744
665
  }
745
666
 
746
667
  declare interface IAttempt {
@@ -752,7 +673,6 @@ declare interface IAuthPageLayoutProps {
752
673
  leftBlock: ReactElement;
753
674
  rightBlock?: ReactElement;
754
675
  isFullWidth?: boolean;
755
- rightBlockBg?: TColorNames;
756
676
  }
757
677
 
758
678
  declare interface IAuthStaticPanelProps {
@@ -1409,16 +1329,6 @@ declare interface IDigitalMeterProps {
1409
1329
  actAsTimer?: boolean;
1410
1330
  }
1411
1331
 
1412
- declare interface IDrawerProps {
1413
- isOpen: boolean;
1414
- onClose?: () => void;
1415
- children: ReactNode;
1416
- drawerWidth?: number | string;
1417
- position?: 'left' | 'right';
1418
- zIndex?: number;
1419
- theme: 'light' | 'dark';
1420
- }
1421
-
1422
1332
  declare interface IDynamicWorksheetPreview {
1423
1333
  studentId: string;
1424
1334
  userNodeId: string;
@@ -1457,7 +1367,6 @@ declare interface IErrorProps {
1457
1367
  theme?: 'light' | 'dark';
1458
1368
  title?: string;
1459
1369
  description?: string;
1460
- size?: 'compact' | 'full';
1461
1370
  }
1462
1371
 
1463
1372
  declare interface IExpandableHeaderProps {
@@ -1678,7 +1587,7 @@ declare interface IIdentifierOtpFormProps {
1678
1587
  }
1679
1588
 
1680
1589
  declare interface IImageProps extends ImgHTMLAttributes<HTMLImageElement> {
1681
- withLoader?: boolean;
1590
+ withLoader: boolean;
1682
1591
  borderRadius?: number;
1683
1592
  borderColor?: TColorNames;
1684
1593
  }
@@ -1760,9 +1669,8 @@ export declare interface IJourneyContext {
1760
1669
  * @param scrollableContainerRef - Optional ref to a journey which has a scrollable container, it will make the entire page
1761
1670
  * uninteractable by adding an overlay - Required since we cannot determine the height of the scrollable container because
1762
1671
  * provider is at root level and from there we cannot access the scrollable container's height.
1763
- * @param isBlocking - If `true`, the journey will block user interaction with the page until completed. True by default.
1764
1672
  */
1765
- setJourney: (id: TJourneyId, coachmark: TCoachmarkJourneyProps[], scrollableContainerRef?: RefObject<HTMLDivElement | null>, isBlocking?: boolean) => void;
1673
+ setJourney: (id: TJourneyId, coachmark: TCoachmarkJourneyProps[], scrollableContainerRef?: RefObject<HTMLDivElement | null>) => void;
1766
1674
  /**
1767
1675
  * Clears the current journey, removing all coachmarks.
1768
1676
  * Should be called inside useEffect to ensure cleanup.
@@ -2052,14 +1960,6 @@ export declare interface ILessonWebGameProps extends IBaseWebGameProps, ISyncabl
2052
1960
  targetQuestions: number;
2053
1961
  }
2054
1962
 
2055
- declare interface ILinearProgressBarProps {
2056
- percentage: number;
2057
- height?: number;
2058
- backgroundColor?: TColorNames;
2059
- fillColor?: TColorNames;
2060
- borderRadius?: number;
2061
- }
2062
-
2063
1963
  export declare const ILLUSTRATIONS: {
2064
1964
  ALARM_CLOCK_ORANGE: string;
2065
1965
  ALARM_CLOCK_PURPLE: string;
@@ -2076,7 +1976,6 @@ export declare const ILLUSTRATIONS: {
2076
1976
  CALENDAR_BLUE: string;
2077
1977
  CALENDAR_GRAY: string;
2078
1978
  CALENDAR_GREEN: string;
2079
- CALENDAR_PURPLE: string;
2080
1979
  CAUTION: string;
2081
1980
  CHAPTER_10: string;
2082
1981
  CHAPTER_1: string;
@@ -2116,7 +2015,6 @@ export declare const ILLUSTRATIONS: {
2116
2015
  GRADUATE_PINK_FILLED_BG: string;
2117
2016
  GREEN_BALLOON: string;
2118
2017
  GREEN_FACE: string;
2119
- HANDSHAKE: string;
2120
2018
  LEARNED_SHIELD_GRAY: string;
2121
2019
  LEARNED_SHIELD_GREEN: string;
2122
2020
  LEARNT: string;
@@ -2135,7 +2033,6 @@ export declare const ILLUSTRATIONS: {
2135
2033
  MILESTONE_INTRO_2: string;
2136
2034
  MILESTONE_INTRO_3: string;
2137
2035
  MISTAKE: string;
2138
- MONEY: string;
2139
2036
  NODE_ACTIVITY_BG: string;
2140
2037
  NODE_CUSTOM_TEST_BG: string;
2141
2038
  NODE_DOWNLOAD_BG: string;
@@ -2153,7 +2050,6 @@ export declare const ILLUSTRATIONS: {
2153
2050
  NUMBER_4_ORANGE: string;
2154
2051
  ONE_STAR_FILLED: string;
2155
2052
  ORANGE_FACE: string;
2156
- PARENT_AVATAR: string;
2157
2053
  PEOPLE_WITH_ORANGE_FILL: string;
2158
2054
  PLAY: string;
2159
2055
  PLAY_ICON: string;
@@ -2181,7 +2077,6 @@ export declare const ILLUSTRATIONS: {
2181
2077
  STAR_WITH_GREEN_FILL: string;
2182
2078
  STREAK_GREEN: string;
2183
2079
  STREAK_WHITE: string;
2184
- STRIPE_BLURPLE: string;
2185
2080
  TEST_DIFFICULTY_EASY: string;
2186
2081
  TEST_DIFFICULTY_HARD: string;
2187
2082
  TEST_DIFFICULTY_MEDIUM: string;
@@ -2191,7 +2086,6 @@ export declare const ILLUSTRATIONS: {
2191
2086
  TROPHY_BLUE_FILLED: string;
2192
2087
  TROPHY_CIRCLE: string;
2193
2088
  TROPHY_GREEN: string;
2194
- TRUSTPILOT: string;
2195
2089
  TWO_STARS_FILLED: string;
2196
2090
  UP_ARROW: string;
2197
2091
  USER_CROWN_GRID_BACKGROUND: string;
@@ -2547,7 +2441,7 @@ export declare interface IModal {
2547
2441
  /** Content to display inside the modal */
2548
2442
  element: ReactElement;
2549
2443
  /** Rendering style of the modal */
2550
- renderAs?: 'modal' | 'fullscreen' | 'spotlight' | 'bottom-sheet';
2444
+ renderAs?: 'modal' | 'fullscreen' | 'spotlight' | 'fullscreen-transparent';
2551
2445
  /** Whether the modal can be dismissed by clicking outside or ESC key (default: true) */
2552
2446
  isDismissable?: boolean;
2553
2447
  /** Whether the modal requires authentication to view (default: true) */
@@ -2724,14 +2618,6 @@ declare interface IOpenImageReviewModalProps {
2724
2618
  image?: string;
2725
2619
  }
2726
2620
 
2727
- declare interface IOTPInputProps {
2728
- length?: number;
2729
- value: string;
2730
- onChange: (val: string) => void;
2731
- error?: string;
2732
- isBusy?: boolean;
2733
- }
2734
-
2735
2621
  declare interface IOTPResendProps {
2736
2622
  onResendOTP: () => void;
2737
2623
  onResendVoiceOTP?: () => void;
@@ -2740,8 +2626,6 @@ declare interface IOTPResendProps {
2740
2626
  disabled?: boolean;
2741
2627
  renderAs?: 'submit' | 'text';
2742
2628
  width?: number | string;
2743
- textButtonColor?: TColorNames;
2744
- size?: 'small' | 'xsmall';
2745
2629
  }
2746
2630
 
2747
2631
  declare interface IOutcomeConfig {
@@ -2779,18 +2663,6 @@ declare interface IPerfectHitsProps {
2779
2663
  value: number;
2780
2664
  }
2781
2665
 
2782
- declare interface IPillButtonProps {
2783
- id: string;
2784
- label: string;
2785
- selected?: boolean;
2786
- disabled?: boolean;
2787
- animatedLabel?: string;
2788
- icon?: string;
2789
- onClick: (val: string) => void;
2790
- tooltip?: string;
2791
- width?: number | string;
2792
- }
2793
-
2794
2666
  declare interface IPlaceholder {
2795
2667
  text?: string;
2796
2668
  marks?: string;
@@ -2954,14 +2826,6 @@ declare interface IPuzzle extends IBaseProject {
2954
2826
  solved: boolean;
2955
2827
  }
2956
2828
 
2957
- declare interface IPuzzleAppProps {
2958
- itemRef: string;
2959
- title: string;
2960
- imageHue: THueNames;
2961
- feedbackComments?: string;
2962
- tip?: string;
2963
- }
2964
-
2965
2829
  export declare interface IPuzzleCard {
2966
2830
  sheetData: TLPARSheetData;
2967
2831
  blockStatus?: TPuzzleCardBlockStatus | null;
@@ -3131,7 +2995,6 @@ export declare interface IReviewWorksheetModel {
3131
2995
  title?: string;
3132
2996
  worksheet_id?: string;
3133
2997
  node_type: TNodeTypes;
3134
- items?: TWorksheetItems[];
3135
2998
  }
3136
2999
 
3137
3000
  declare interface ISATSheetItemCallbacks {
@@ -3178,15 +3041,6 @@ declare interface ISectionOption<Section = TDefaultSection> {
3178
3041
  data: Section[];
3179
3042
  }
3180
3043
 
3181
- declare interface ISelectableInfoCardProps {
3182
- id: string;
3183
- title: string;
3184
- description: string;
3185
- icon: string;
3186
- selected: boolean;
3187
- onClick: (val: string) => void;
3188
- }
3189
-
3190
3044
  declare interface ISelectInputProps<IDType extends string | number> extends Omit<IBaseSelectInputProps<IDType>, 'searchable' | 'searchText' | 'onSearchTextChange'> {
3191
3045
  }
3192
3046
 
@@ -3321,15 +3175,6 @@ declare interface ISignupMethodsProps {
3321
3175
  loadingProvider: TSocialAuthProvider | null;
3322
3176
  }
3323
3177
 
3324
- declare interface ISignupOptionsProps {
3325
- onEmailSignup: () => void;
3326
- onGoogleSignup: () => void;
3327
- onAppleSignup: () => void;
3328
- onGoToLogin: () => void;
3329
- loadingProvider: TSocialAuthProvider | null;
3330
- title?: string;
3331
- }
3332
-
3333
3178
  export declare interface ISignUpProps {
3334
3179
  circleOnLeapSignedUp: boolean;
3335
3180
  circleOnLeapPremiumEnabled: boolean;
@@ -3389,14 +3234,14 @@ declare interface IStepperProps {
3389
3234
  currentStep: number;
3390
3235
  }
3391
3236
 
3392
- declare interface IStickerData {
3237
+ export declare interface IStickerData {
3393
3238
  id: string;
3394
3239
  emoji: string;
3395
3240
  lottieUrl?: string;
3396
- name?: string;
3241
+ name: string;
3397
3242
  }
3398
3243
 
3399
- declare interface IStickerGridProps {
3244
+ export declare interface IStickerGridProps {
3400
3245
  stickers: IStickerData[];
3401
3246
  columns?: number;
3402
3247
  gap?: number;
@@ -3404,10 +3249,24 @@ declare interface IStickerGridProps {
3404
3249
  onStickerClick?: (sticker: IStickerData) => void;
3405
3250
  }
3406
3251
 
3252
+ export declare interface IStickerProps {
3253
+ emoji: string;
3254
+ lottieUrl?: string;
3255
+ size?: number | string;
3256
+ onClick?: () => void;
3257
+ disabled?: boolean;
3258
+ }
3259
+
3260
+ export declare interface IStickersProps {
3261
+ stickers: string[];
3262
+ effect: TStickerEffect;
3263
+ count: number;
3264
+ duration: number;
3265
+ }
3266
+
3407
3267
  declare interface IStreakIconProps extends React.HTMLProps<HTMLDivElement> {
3408
3268
  value: number;
3409
3269
  blink?: boolean;
3410
- isInteractive?: boolean;
3411
3270
  }
3412
3271
 
3413
3272
  export declare interface IStreakLeaderboardDetails extends IBaseLeaderboardDetails {
@@ -3485,8 +3344,6 @@ declare interface ISyncableWebGameProps {
3485
3344
  declare interface ITabItem {
3486
3345
  id: string;
3487
3346
  label: string;
3488
- iconPosition?: 'left' | 'right';
3489
- Icon?: React.FC<React.SVGProps<SVGSVGElement>>;
3490
3347
  }
3491
3348
 
3492
3349
  export declare interface ITable {
@@ -3558,7 +3415,6 @@ declare interface ITabsProps {
3558
3415
  selectedTab: string;
3559
3416
  onChange: (tab: string) => void;
3560
3417
  tabs: ITabItem[];
3561
- background?: TColorNames;
3562
3418
  }
3563
3419
 
3564
3420
  export declare interface ITabVariantConfig {
@@ -3617,20 +3473,6 @@ declare interface ITalkMeterProps extends ITalkMeter {
3617
3473
  animated?: boolean;
3618
3474
  }
3619
3475
 
3620
- declare interface ITeacherProfileDetails {
3621
- lower_grade: string;
3622
- higher_grade: string;
3623
- header_image: string;
3624
- years_of_experience: number;
3625
- number_of_students_taught: number;
3626
- countries: string[];
3627
- degree: TDegreeInformation;
3628
- }
3629
-
3630
- declare interface ITeacherProfileProps {
3631
- teacherProfile?: ITeacherProfileDetails;
3632
- }
3633
-
3634
3476
  declare interface ITeacherReview {
3635
3477
  reviewComment?: string;
3636
3478
  images?: string[];
@@ -3977,6 +3819,12 @@ declare interface IUseTrialSessionMessageBroker {
3977
3819
  };
3978
3820
  }
3979
3821
 
3822
+ declare interface IUseViewportReturn {
3823
+ isCompact: boolean;
3824
+ isMobile: boolean;
3825
+ isDesktop: boolean;
3826
+ }
3827
+
3980
3828
  declare interface IUseWorksheetLayout {
3981
3829
  (options: {
3982
3830
  userType: TUserTypes;
@@ -4334,6 +4182,7 @@ export declare enum JOURNEY_ID_STUDENT {
4334
4182
  CIRCLE_TABLES_INTRO_JOURNEY = "CIRCLE_TABLES_INTRO_JOURNEY",
4335
4183
  CIRCLE_TABLES_INFINTE_JOURNEY = "CIRCLE_TABLES_INFINITE_JOURNEY",
4336
4184
  CIRCLE_LESSONS_K_1_INTRO_JOURNEY = "CIRCLE_LESSONS_K_1_INTRO_JOURNEY",
4185
+ CIRCLE_STREAK_REDUCTION_JOURNEY = "CIRCLE_STREAK_REDUCTION_JOURNEY",
4337
4186
  HOMEPAGE_JOURNEY = "HOMEPAGE_JOURNEY",
4338
4187
  CHAPTER_PAGE_JOURNEY = "CHAPTER_PAGE_JOURNEY",
4339
4188
  CHALLENGE_ARENA_JOURNEY = "CHALLENGE_ARENA_JOURNEY"
@@ -4365,8 +4214,6 @@ declare const LESSON_TAG_TYPE: {
4365
4214
  readonly DEFAULT: "DEFAULT";
4366
4215
  };
4367
4216
 
4368
- export declare const LinearProgressBar: NamedExoticComponent<ILinearProgressBarProps>;
4369
-
4370
4217
  export declare const loadScript: ILoadScript;
4371
4218
 
4372
4219
  export declare const Lock2Icon: React_2.FC<React_2.SVGProps<SVGSVGElement>>;
@@ -4381,7 +4228,6 @@ export declare const LOTTIE: {
4381
4228
  ACTIVITY: string;
4382
4229
  ADVANCE_MODE_SEGMENT_LOTTIE: string;
4383
4230
  ALL_DONE: string;
4384
- ANIMATED_AVATAR: string;
4385
4231
  AVATAR_SELECTED: string;
4386
4232
  BEGINNER1X: string;
4387
4233
  BRONZE_1: string;
@@ -4413,14 +4259,12 @@ export declare const LOTTIE: {
4413
4259
  FAMILIAR1X: string;
4414
4260
  FIFTEEN_MIN_CLOCK: string;
4415
4261
  FIVE_MIN_CLOCK: string;
4416
- FLYING_DISK: string;
4417
4262
  GIFT: string;
4418
4263
  GOLD_1: string;
4419
4264
  GOLD_2: string;
4420
4265
  GOLD_3: string;
4421
4266
  GOLF: string;
4422
4267
  GRADE: string;
4423
- GRADUATION_CAP: string;
4424
4268
  HIGH_SCORE_CONFETTI: string;
4425
4269
  HIGH_SCORE_TEXT: string;
4426
4270
  INFINITE_BUTTON_BG: string;
@@ -4431,21 +4275,17 @@ export declare const LOTTIE: {
4431
4275
  LEVELUP_RINGS: string;
4432
4276
  LEVEL_1_ALLSTAR: string;
4433
4277
  LIGHTNING: string;
4434
- LIGHT_BULB: string;
4435
4278
  MAGICWAND: string;
4436
4279
  MAIL: string;
4437
4280
  MECHANICAL_ARM: string;
4438
4281
  MEDAL: string;
4439
4282
  MEDIUM: string;
4440
- MUSCLE: string;
4441
4283
  NUDGE_TAP: string;
4442
4284
  OTP: string;
4443
4285
  PARENT_AVATAR: string;
4444
4286
  PARTY_BALL: string;
4445
4287
  PARTY_POPPER: string;
4446
- PENCIL: string;
4447
4288
  PHONE_NUMBER: string;
4448
- PLUS_SIGN: string;
4449
4289
  POINT100: string;
4450
4290
  POINT10: string;
4451
4291
  POINT15: string;
@@ -4466,12 +4306,9 @@ export declare const LOTTIE: {
4466
4306
  PROFICIENT1X: string;
4467
4307
  PROJECT: string;
4468
4308
  PUZZLE: string;
4469
- RACING_CAR: string;
4470
4309
  RANDOM_MODE_SEGMENT_LOTTIE: string;
4471
4310
  RECAP: string;
4472
- ROCKET: string;
4473
4311
  SEQUENCE_MODE_SEGMENT_LOTTIE: string;
4474
- SHOVEL: string;
4475
4312
  SILVER_1: string;
4476
4313
  SILVER_2: string;
4477
4314
  SILVER_3: string;
@@ -4534,8 +4371,6 @@ export declare const ModalProvider: FC<IModalProviderProps>;
4534
4371
 
4535
4372
  export declare const MoreVerticalIcon: React.FC<React.SVGProps<SVGSVGElement>>;
4536
4373
 
4537
- export declare const MorningIcon: React.FC<React.SVGProps<SVGSVGElement>>;
4538
-
4539
4374
  export declare const MultiTabBlocker: FC<PropsWithChildren<IMultiTabBlockerProps>>;
4540
4375
 
4541
4376
  export declare const Next2Icon: React.FC<React.SVGProps<SVGSVGElement>>;
@@ -4668,7 +4503,7 @@ export declare enum NODE_TYPES {
4668
4503
  'PUZZLE_CARD' = "PUZZLE_CARD"
4669
4504
  }
4670
4505
 
4671
- export declare const Nudge: React_2.NamedExoticComponent<INudgeProps>;
4506
+ export declare const Nudge: React_2.FC<INudgeProps>;
4672
4507
 
4673
4508
  export declare const NumRangeInput: React.FC<NumRangeInputProps>;
4674
4509
 
@@ -4689,12 +4524,8 @@ declare interface NumRangeInputProps {
4689
4524
  endPlaceholder?: string;
4690
4525
  }
4691
4526
 
4692
- export declare const OnboardingGuide: () => JSX.Element;
4693
-
4694
4527
  export declare const OTPForm: MemoExoticComponent<({ onSubmit, onChange, value, error, isProcessing, isValid, helperText, }: ISingleFieldFormProps) => JSX.Element>;
4695
4528
 
4696
- export declare const OTPInput: NamedExoticComponent<IOTPInputProps>;
4697
-
4698
4529
  export declare type OutcomeStage = keyof typeof STAGES;
4699
4530
 
4700
4531
  export declare const OverlayLoader: MemoExoticComponent<({ isLoading }: {
@@ -4707,8 +4538,6 @@ export declare const PercentileInput: React_2.ForwardRefExoticComponent<IPercent
4707
4538
 
4708
4539
  export declare const PerfectHits: NamedExoticComponent<IPerfectHitsProps>;
4709
4540
 
4710
- export declare const PillButton: NamedExoticComponent<IPillButtonProps>;
4711
-
4712
4541
  /**
4713
4542
  ** Global/Platform specific events that needs to be tracked goes here
4714
4543
  ** Naming convention needs to be snake_case
@@ -4807,8 +4636,6 @@ declare const PUZZLE_CARD_STATE: {
4807
4636
 
4808
4637
  declare const PUZZLE_CARDS: "puzzle_cards";
4809
4638
 
4810
- export declare const PuzzleApp: NamedExoticComponent<IPuzzleAppProps>;
4811
-
4812
4639
  export declare const PuzzleCard: FC<IPuzzleCardContainerProps>;
4813
4640
 
4814
4641
  export declare const PuzzleFeedbackCelebration: FC;
@@ -4872,10 +4699,6 @@ declare const SAT_NODE_TYPE: {
4872
4699
 
4873
4700
  export declare const SATSheetSummary: FC<ISATSheetSummary>;
4874
4701
 
4875
- export declare const ScreenGrabFilledIcon: React.FC<React.SVGProps<SVGSVGElement>>;
4876
-
4877
- export declare const ScreenGrabIcon: React.FC<React.SVGProps<SVGSVGElement>>;
4878
-
4879
4702
  export declare const SearchableSelectInput: <IDType extends string | number>(props: ISearchableSelectInputProps<IDType>) => ReactElement;
4880
4703
 
4881
4704
  export declare const SearchIcon: React.FC<React.SVGProps<SVGSVGElement>>;
@@ -4894,8 +4717,6 @@ declare enum SECTION_CODE {
4894
4717
 
4895
4718
  export declare const SectionList: <Section extends string | number | TDefaultSection>(props: ISectionList<Section>) => ReactElement;
4896
4719
 
4897
- export declare const SelectableInfoCard: MemoExoticComponent<({ id, title, description, icon, selected, onClick, }: ISelectableInfoCardProps) => JSX.Element>;
4898
-
4899
4720
  export declare const SelectInput: <IDType extends string | number>(props: ISelectInputProps<IDType>) => ReactElement;
4900
4721
 
4901
4722
  export declare const SelectionCards: <IDType extends string | number>({ options, value, values, onChange, analyticsLabel, analyticsProps, type, $background, $selectedBackground, $cardWidth, }: ISelectionCardListProps<IDType>) => JSX.Element;
@@ -4951,12 +4772,8 @@ export declare const SheetLocked: MemoExoticComponent<({ onHomeClick }: {
4951
4772
 
4952
4773
  export declare const SignUp: ({ mathGymEnrolledUser, circleEnrolledUser, circleOnLeapPremiumDays, circleUsername, countryCode, grade: defaultGrade, state, circleOnLeapPremiumEnabled, studentId, isSignUpProcessing, onCreateUser, onUpdateUser, onSignupStepsComplete, }: ISignUpProps) => JSX.Element;
4953
4774
 
4954
- export declare const SignupHeader: () => JSX.Element;
4955
-
4956
4775
  export declare const SignupMethods: NamedExoticComponent<ISignupMethodsProps>;
4957
4776
 
4958
- export declare const SignupOptions: NamedExoticComponent<ISignupOptionsProps>;
4959
-
4960
4777
  declare const SketchIcon: React.FC<React.SVGProps<SVGSVGElement>>;
4961
4778
  export { SketchIcon as ScribbleIcon }
4962
4779
  export { SketchIcon }
@@ -4983,8 +4800,6 @@ export declare const STAGES: {
4983
4800
 
4984
4801
  export declare const Star2Icon: React.FC<React.SVGProps<SVGSVGElement>>;
4985
4802
 
4986
- export declare const Star3Icon: React.FC<React.SVGProps<SVGSVGElement>>;
4987
-
4988
4803
  export declare const StarIcon: React.FC<React.SVGProps<SVGSVGElement>>;
4989
4804
 
4990
4805
  export declare enum State {
@@ -5012,20 +4827,9 @@ declare const STICKER_BADGE: {
5012
4827
  AWESOME: string;
5013
4828
  };
5014
4829
 
5015
- declare type StickerEffect = 'burst_from_edges' | 'pop_expand' | 'float_up' | 'fall_down';
5016
-
5017
- export declare const StickerFilledIcon: React.FC<React.SVGProps<SVGSVGElement>>;
5018
-
5019
- export declare const StickerIcon: React.FC<React.SVGProps<SVGSVGElement>>;
5020
-
5021
- export declare const Stickers: React_2.NamedExoticComponent<StickersProps>;
4830
+ export declare const stickerData: IStickerData[];
5022
4831
 
5023
- declare interface StickersProps {
5024
- stickers: string[];
5025
- effect: StickerEffect;
5026
- count: number;
5027
- duration: number;
5028
- }
4832
+ export declare const StickersEffects: React_2.NamedExoticComponent<IStickersProps>;
5029
4833
 
5030
4834
  export declare const StickersSelector: React_2.NamedExoticComponent<IStickerGridProps>;
5031
4835
 
@@ -5057,7 +4861,7 @@ declare const TAB_CODES: {
5057
4861
 
5058
4862
  export declare const TabComponent: React_2.FC<ITabProps>;
5059
4863
 
5060
- export declare const Tabs: MemoExoticComponent<({ selectedTab, onChange, tabs, background }: ITabsProps) => JSX.Element>;
4864
+ export declare const Tabs: MemoExoticComponent<({ selectedTab, onChange, tabs }: ITabsProps) => JSX.Element>;
5061
4865
 
5062
4866
  export declare type TAction = EventToPayload<TInclassMessage>;
5063
4867
 
@@ -5146,7 +4950,7 @@ declare type TBlockType = keyof typeof BLOCK_TYPE_2;
5146
4950
 
5147
4951
  export declare type TButtonSizes = 'xsmall' | 'small' | 'regular' | 'medium' | 'large';
5148
4952
 
5149
- export declare type TButtonVariants = 'primary' | 'secondary' | 'tertiary' | 'secondary-gray' | 'secondary-dark' | 'black' | 'black-dark' | 'yellow-dark';
4953
+ export declare type TButtonVariants = 'primary' | 'secondary' | 'tertiary' | 'secondary-gray' | 'secondary-dark';
5150
4954
 
5151
4955
  declare type TCallback = (messages: TInclassMessage[]) => void;
5152
4956
 
@@ -5267,15 +5071,10 @@ declare type TCueProgramData = {
5267
5071
 
5268
5072
  declare type TDefaultSection = Record<string, unknown>;
5269
5073
 
5270
- declare type TDegreeInformation = {
5271
- degree_name?: string;
5272
- field_of_study?: string;
5273
- };
5074
+ export declare type TDeviceType = 'mobile' | 'tablet' | 'small-desktop' | 'desktop' | 'large-device' | 'xlarge-device';
5274
5075
 
5275
5076
  declare type TDrawingData = ITile | IStroke | undefined;
5276
5077
 
5277
- export declare const TeacherProfile: FC<ITeacherProfileProps>;
5278
-
5279
5078
  declare type TEnglishSectionSummary = {
5280
5079
  section_code: 'READING & WRITING';
5281
5080
  } & TSectionSummary;
@@ -5285,7 +5084,7 @@ declare type TEnrollmentTypes = (typeof ENROLLMENT_TYPES)[keyof typeof ENROLLMEN
5285
5084
  export declare const TestsCreation: FC<ITestsCreationProps>;
5286
5085
 
5287
5086
  /**
5288
- * @param $renderAs (fallback for any device), @param $renderOnMobileAs, @param $renderOnTabletAs - The text variant to render as (ah1-ah4, ab1-ab3, ac1-ac4, ub1-ub3), anything else is deprecated
5087
+ * @param $renderAs - The text variant to render as (ah1-ah4, ab1-ab3, ac1-ac4, ub1-ub3), anything else is deprecated
5289
5088
  */
5290
5089
  declare const Text_2: IStyledComponent<"web", Substitute<DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, TextProps>>;
5291
5090
  export { Text_2 as Text }
@@ -5307,9 +5106,6 @@ declare interface TextProps {
5307
5106
  $inline?: boolean;
5308
5107
  $textDecoration?: string;
5309
5108
  $whiteSpace?: 'pre-line' | 'normal' | 'pre-wrap' | 'no-wrap' | 'pre' | 'break-spaces';
5310
- $renderOnMobileAs?: TTextVariants;
5311
- $renderOnTabletAs?: TTextVariants;
5312
- $cursor?: 'pointer' | 'default' | 'text' | 'not-allowed' | 'move' | 'help';
5313
5109
  }
5314
5110
 
5315
5111
  export declare type TFontFamilyNames = `${'Athletics'}-${'Light' | 'Regular' | 'Medium' | 'Bold' | 'Black'}` | `${'UntitledSans'}-${'Regular' | 'Medium'}`;
@@ -5953,7 +5749,7 @@ declare type TRenderAs_2 = 'canvas' | 'whiteboard';
5953
5749
  declare type TRewardHomeData = {
5954
5750
  user_badges: TBadgeData[] | [];
5955
5751
  user_rewards: TRewardsData[] | [];
5956
- user_stickers: TStickerData[] | [];
5752
+ user_stickers: TStickerData_2[] | [];
5957
5753
  };
5958
5754
 
5959
5755
  declare type TRewardsData = {
@@ -6081,7 +5877,17 @@ export declare type TSkillStatus = 'pending' | 'completed';
6081
5877
 
6082
5878
  export declare type TSocialAuthProvider = 'google' | 'apple';
6083
5879
 
6084
- declare type TStickerData = {
5880
+ export declare type TStickerData = {
5881
+ id: number;
5882
+ sticker: string;
5883
+ x: number;
5884
+ y: number;
5885
+ size: number;
5886
+ fromX?: string;
5887
+ fromY?: string;
5888
+ };
5889
+
5890
+ declare type TStickerData_2 = {
6085
5891
  actor_id: string;
6086
5892
  badge_id: string;
6087
5893
  badge_type: string;
@@ -6094,6 +5900,8 @@ declare type TStickerData = {
6094
5900
  user_type: string;
6095
5901
  };
6096
5902
 
5903
+ export declare type TStickerEffect = 'burst-from-edges' | 'pop-expand' | 'float-up' | 'fall-down';
5904
+
6097
5905
  export declare type TStreakStatus = 'pending' | 'completed';
6098
5906
 
6099
5907
  declare type TStyleAttrubutes = NonNullable<HTMLAttributes<HTMLDivElement>['style']>;
@@ -6182,10 +5990,6 @@ export declare const Tutorial: ({ src, title, onCross, showProgress, onTutorialP
6182
5990
 
6183
5991
  export declare const TutoringIcon: React_2.FC<React_2.SVGProps<SVGSVGElement>>;
6184
5992
 
6185
- declare type TWorksheetItems = {
6186
- ref: string;
6187
- };
6188
-
6189
5993
  declare type TWORKSHHET_QUESTION_MEDIA_TYPE = 'SIMULATION' | 'VIDEO' | 'AUDIO';
6190
5994
 
6191
5995
  export declare type TZIndexMap = Record<keyof typeof ZINDEX, number>;
@@ -6413,6 +6217,8 @@ export declare const useTrialSessionMessageBroker: IUseTrialSessionMessageBroker
6413
6217
 
6414
6218
  export declare const useUIContext: () => UIContextProps;
6415
6219
 
6220
+ export declare const useViewport: () => IUseViewportReturn;
6221
+
6416
6222
  export declare const useWorksheetLayout: IUseWorksheetLayout;
6417
6223
 
6418
6224
  export declare const useZoomDisable: () => void;