@cuemath/leap 3.5.29 → 3.5.30-as10

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 (211) hide show
  1. package/dist/assets/illustrations/illustrations.js +22 -0
  2. package/dist/assets/illustrations/illustrations.js.map +1 -1
  3. package/dist/assets/images/images.js +8 -0
  4. package/dist/assets/images/images.js.map +1 -1
  5. package/dist/assets/line-icons/icons/carat-right.js +26 -0
  6. package/dist/assets/line-icons/icons/carat-right.js.map +1 -0
  7. package/dist/assets/line-icons/icons/dots-icon.js +21 -0
  8. package/dist/assets/line-icons/icons/dots-icon.js.map +1 -0
  9. package/dist/assets/line-icons/icons/pause-icon.js +24 -0
  10. package/dist/assets/line-icons/icons/pause-icon.js.map +1 -0
  11. package/dist/features/chapters/chapters-list/chapter-item/chapter-circular-progress/chapter-circular-progress.js +82 -0
  12. package/dist/features/chapters/chapters-list/chapter-item/chapter-circular-progress/chapter-circular-progress.js.map +1 -0
  13. package/dist/features/chapters/chapters-list/chapter-item/chapter-circular-progress/chapter-circular-progress.styled.js +77 -0
  14. package/dist/features/chapters/chapters-list/chapter-item/chapter-circular-progress/chapter-circular-progress.styled.js.map +1 -0
  15. package/dist/features/chapters/chapters-list/chapter-item/chapter-item-styled.js +18 -91
  16. package/dist/features/chapters/chapters-list/chapter-item/chapter-item-styled.js.map +1 -1
  17. package/dist/features/chapters/chapters-list/chapter-item/chapter-item.js +42 -58
  18. package/dist/features/chapters/chapters-list/chapter-item/chapter-item.js.map +1 -1
  19. package/dist/features/circle-games/game-launcher/comps/carousel/carousel-styled.js +16 -32
  20. package/dist/features/circle-games/game-launcher/comps/carousel/carousel-styled.js.map +1 -1
  21. package/dist/features/circle-games/game-launcher/comps/carousel/carousel.js +88 -87
  22. package/dist/features/circle-games/game-launcher/comps/carousel/carousel.js.map +1 -1
  23. package/dist/features/circle-games/game-launcher/hooks/use-game-launcher-journey/use-game-launcher-journey.js +35 -35
  24. package/dist/features/circle-games/game-launcher/hooks/use-game-launcher-journey/use-game-launcher-journey.js.map +1 -1
  25. package/dist/features/homework/card-title.js +8 -8
  26. package/dist/features/homework/card-title.js.map +1 -1
  27. package/dist/features/parent-dashboard/comps/compact-header/compact-header.js +5 -5
  28. package/dist/features/parent-dashboard/comps/compact-header/compact-header.js.map +1 -1
  29. package/dist/features/timeline/monthly-report/api/use-monthly-report-get.js +13 -0
  30. package/dist/features/timeline/monthly-report/api/use-monthly-report-get.js.map +1 -0
  31. package/dist/features/timeline/monthly-report/comps/achievements/achievements.js +60 -0
  32. package/dist/features/timeline/monthly-report/comps/achievements/achievements.js.map +1 -0
  33. package/dist/features/timeline/monthly-report/comps/achievements/achievements.styled.js +15 -0
  34. package/dist/features/timeline/monthly-report/comps/achievements/achievements.styled.js.map +1 -0
  35. package/dist/features/timeline/monthly-report/comps/activities/activities-card/activities-card.js +128 -0
  36. package/dist/features/timeline/monthly-report/comps/activities/activities-card/activities-card.js.map +1 -0
  37. package/dist/features/timeline/monthly-report/comps/activities/activities-card/activities-card.styled.js +53 -0
  38. package/dist/features/timeline/monthly-report/comps/activities/activities-card/activities-card.styled.js.map +1 -0
  39. package/dist/features/timeline/monthly-report/comps/activities/activities-card-puzzles/activities-card-puzzles.js +120 -0
  40. package/dist/features/timeline/monthly-report/comps/activities/activities-card-puzzles/activities-card-puzzles.js.map +1 -0
  41. package/dist/features/timeline/monthly-report/comps/activities/activities-card-puzzles/activities-card-puzzles.styled.js +58 -0
  42. package/dist/features/timeline/monthly-report/comps/activities/activities-card-puzzles/activities-card-puzzles.styled.js.map +1 -0
  43. package/dist/features/timeline/monthly-report/comps/activities/activities.js +27 -0
  44. package/dist/features/timeline/monthly-report/comps/activities/activities.js.map +1 -0
  45. package/dist/features/timeline/monthly-report/comps/activities/constants.js +95 -0
  46. package/dist/features/timeline/monthly-report/comps/activities/constants.js.map +1 -0
  47. package/dist/features/timeline/monthly-report/comps/activities/utils.js +15 -0
  48. package/dist/features/timeline/monthly-report/comps/activities/utils.js.map +1 -0
  49. package/dist/features/timeline/monthly-report/comps/attendance/attendance-constants.js +29 -0
  50. package/dist/features/timeline/monthly-report/comps/attendance/attendance-constants.js.map +1 -0
  51. package/dist/features/timeline/monthly-report/comps/attendance/attendance-utils.js +94 -0
  52. package/dist/features/timeline/monthly-report/comps/attendance/attendance-utils.js.map +1 -0
  53. package/dist/features/timeline/monthly-report/comps/attendance/attendance.js +44 -0
  54. package/dist/features/timeline/monthly-report/comps/attendance/attendance.js.map +1 -0
  55. package/dist/features/timeline/monthly-report/comps/attendance/attendance.styled.js +39 -0
  56. package/dist/features/timeline/monthly-report/comps/attendance/attendance.styled.js.map +1 -0
  57. package/dist/features/timeline/monthly-report/comps/attendance/attendence-view.js +52 -0
  58. package/dist/features/timeline/monthly-report/comps/attendance/attendence-view.js.map +1 -0
  59. package/dist/features/timeline/monthly-report/comps/feedback/feedback-styled.js +9 -0
  60. package/dist/features/timeline/monthly-report/comps/feedback/feedback-styled.js.map +1 -0
  61. package/dist/features/timeline/monthly-report/comps/feedback/feedback.js +94 -0
  62. package/dist/features/timeline/monthly-report/comps/feedback/feedback.js.map +1 -0
  63. package/dist/features/timeline/monthly-report/comps/goals/goals-card/goal-chapter-card.js +48 -0
  64. package/dist/features/timeline/monthly-report/comps/goals/goals-card/goal-chapter-card.js.map +1 -0
  65. package/dist/features/timeline/monthly-report/comps/goals/goals-card/goals-card-styled.js +28 -0
  66. package/dist/features/timeline/monthly-report/comps/goals/goals-card/goals-card-styled.js.map +1 -0
  67. package/dist/features/timeline/monthly-report/comps/goals/goals-card/goals-card.js +113 -0
  68. package/dist/features/timeline/monthly-report/comps/goals/goals-card/goals-card.js.map +1 -0
  69. package/dist/features/timeline/monthly-report/comps/goals/goals-constants.js +30 -0
  70. package/dist/features/timeline/monthly-report/comps/goals/goals-constants.js.map +1 -0
  71. package/dist/features/timeline/monthly-report/comps/goals/goals.js +22 -0
  72. package/dist/features/timeline/monthly-report/comps/goals/goals.js.map +1 -0
  73. package/dist/features/timeline/monthly-report/monthly-report-styled.js +14 -0
  74. package/dist/features/timeline/monthly-report/monthly-report-styled.js.map +1 -0
  75. package/dist/features/timeline/monthly-report/monthly-report-types.js +5 -0
  76. package/dist/features/timeline/monthly-report/monthly-report-types.js.map +1 -0
  77. package/dist/features/timeline/monthly-report/monthly-report.js +69 -0
  78. package/dist/features/timeline/monthly-report/monthly-report.js.map +1 -0
  79. package/dist/features/timeline/monthly-timeline/api/use-monthly-timeline-get.js +10 -0
  80. package/dist/features/timeline/monthly-timeline/api/use-monthly-timeline-get.js.map +1 -0
  81. package/dist/features/timeline/monthly-timeline/comps/monthly-card/monthly-card.js +87 -0
  82. package/dist/features/timeline/monthly-timeline/comps/monthly-card/monthly-card.js.map +1 -0
  83. package/dist/features/timeline/monthly-timeline/comps/monthly-card/monthly-card.styled.js +9 -0
  84. package/dist/features/timeline/monthly-timeline/comps/monthly-card/monthly-card.styled.js.map +1 -0
  85. package/dist/features/timeline/monthly-timeline/constants.js +41 -0
  86. package/dist/features/timeline/monthly-timeline/constants.js.map +1 -0
  87. package/dist/features/timeline/monthly-timeline/monthly-timeline-styled.js +9 -0
  88. package/dist/features/timeline/monthly-timeline/monthly-timeline-styled.js.map +1 -0
  89. package/dist/features/timeline/monthly-timeline/monthly-timeline-types.js +6 -0
  90. package/dist/features/timeline/monthly-timeline/monthly-timeline-types.js.map +1 -0
  91. package/dist/features/timeline/monthly-timeline/monthly-timeline-view.js +28 -0
  92. package/dist/features/timeline/monthly-timeline/monthly-timeline-view.js.map +1 -0
  93. package/dist/features/timeline/monthly-timeline/monthly-timeline.js +56 -0
  94. package/dist/features/timeline/monthly-timeline/monthly-timeline.js.map +1 -0
  95. package/dist/features/timeline/ptm-report/api/use-ptm-report-get.js +9 -0
  96. package/dist/features/timeline/ptm-report/api/use-ptm-report-get.js.map +1 -0
  97. package/dist/features/timeline/ptm-report/comps/key-need/key-need-styled.js +9 -0
  98. package/dist/features/timeline/ptm-report/comps/key-need/key-need-styled.js.map +1 -0
  99. package/dist/features/timeline/ptm-report/comps/key-need/key-need.js +35 -0
  100. package/dist/features/timeline/ptm-report/comps/key-need/key-need.js.map +1 -0
  101. package/dist/features/timeline/ptm-report/comps/parent-support/parent-support.js +53 -0
  102. package/dist/features/timeline/ptm-report/comps/parent-support/parent-support.js.map +1 -0
  103. package/dist/features/timeline/ptm-report/comps/real-world-projects/real-world-projects-styled.js +19 -0
  104. package/dist/features/timeline/ptm-report/comps/real-world-projects/real-world-projects-styled.js.map +1 -0
  105. package/dist/features/timeline/ptm-report/comps/real-world-projects/real-world-projects.js +50 -0
  106. package/dist/features/timeline/ptm-report/comps/real-world-projects/real-world-projects.js.map +1 -0
  107. package/dist/features/timeline/ptm-report/comps/report-card/report-card-styled.js +9 -0
  108. package/dist/features/timeline/ptm-report/comps/report-card/report-card-styled.js.map +1 -0
  109. package/dist/features/timeline/ptm-report/comps/report-card/report-card.js +22 -0
  110. package/dist/features/timeline/ptm-report/comps/report-card/report-card.js.map +1 -0
  111. package/dist/features/timeline/ptm-report/comps/school-support/school-support-styled.js +9 -0
  112. package/dist/features/timeline/ptm-report/comps/school-support/school-support-styled.js.map +1 -0
  113. package/dist/features/timeline/ptm-report/comps/school-support/school-support.js +84 -0
  114. package/dist/features/timeline/ptm-report/comps/school-support/school-support.js.map +1 -0
  115. package/dist/features/timeline/ptm-report/comps/strategies/strategies-constant.js +11 -0
  116. package/dist/features/timeline/ptm-report/comps/strategies/strategies-constant.js.map +1 -0
  117. package/dist/features/timeline/ptm-report/comps/strategies/strategies.js +36 -0
  118. package/dist/features/timeline/ptm-report/comps/strategies/strategies.js.map +1 -0
  119. package/dist/features/timeline/ptm-report/comps/strategy-card/strategy-card-styled.js +55 -0
  120. package/dist/features/timeline/ptm-report/comps/strategy-card/strategy-card-styled.js.map +1 -0
  121. package/dist/features/timeline/ptm-report/comps/strategy-card/strategy-card.js +35 -0
  122. package/dist/features/timeline/ptm-report/comps/strategy-card/strategy-card.js.map +1 -0
  123. package/dist/features/timeline/ptm-report/comps/student-info/student-info-styled.js +21 -0
  124. package/dist/features/timeline/ptm-report/comps/student-info/student-info-styled.js.map +1 -0
  125. package/dist/features/timeline/ptm-report/comps/student-info/student-info.js +21 -0
  126. package/dist/features/timeline/ptm-report/comps/student-info/student-info.js.map +1 -0
  127. package/dist/features/timeline/ptm-report/comps/support-card/support-card-styled.js +9 -0
  128. package/dist/features/timeline/ptm-report/comps/support-card/support-card-styled.js.map +1 -0
  129. package/dist/features/timeline/ptm-report/comps/support-card/support-card.js +30 -0
  130. package/dist/features/timeline/ptm-report/comps/support-card/support-card.js.map +1 -0
  131. package/dist/features/timeline/ptm-report/comps/teacher-observations/teacher-observations-constant.js +9 -0
  132. package/dist/features/timeline/ptm-report/comps/teacher-observations/teacher-observations-constant.js.map +1 -0
  133. package/dist/features/timeline/ptm-report/comps/teacher-observations/teacher-observations.js +56 -0
  134. package/dist/features/timeline/ptm-report/comps/teacher-observations/teacher-observations.js.map +1 -0
  135. package/dist/features/timeline/ptm-report/comps/upcoming-chapters/upcoming-chapters.js +15 -0
  136. package/dist/features/timeline/ptm-report/comps/upcoming-chapters/upcoming-chapters.js.map +1 -0
  137. package/dist/features/timeline/ptm-report/ptm-report-constants.js +16 -0
  138. package/dist/features/timeline/ptm-report/ptm-report-constants.js.map +1 -0
  139. package/dist/features/timeline/ptm-report/ptm-report-helpers.js +8 -0
  140. package/dist/features/timeline/ptm-report/ptm-report-helpers.js.map +1 -0
  141. package/dist/features/timeline/ptm-report/ptm-report-styled.js +11 -0
  142. package/dist/features/timeline/ptm-report/ptm-report-styled.js.map +1 -0
  143. package/dist/features/timeline/ptm-report/ptm-report-types.js +5 -0
  144. package/dist/features/timeline/ptm-report/ptm-report-types.js.map +1 -0
  145. package/dist/features/timeline/ptm-report/ptm-report.js +113 -0
  146. package/dist/features/timeline/ptm-report/ptm-report.js.map +1 -0
  147. package/dist/features/timeline/timeline-tabs/timeline-tabs-types.js +5 -0
  148. package/dist/features/timeline/timeline-tabs/timeline-tabs-types.js.map +1 -0
  149. package/dist/features/timeline/timeline-tabs/timeline-tabs.js +41 -0
  150. package/dist/features/timeline/timeline-tabs/timeline-tabs.js.map +1 -0
  151. package/dist/features/timeline/timeline-tabs/timeline-tabs.styled.js +37 -0
  152. package/dist/features/timeline/timeline-tabs/timeline-tabs.styled.js.map +1 -0
  153. package/dist/features/ui/animated-arc/animated-arc-styled.js +7 -7
  154. package/dist/features/ui/animated-arc/animated-arc-styled.js.map +1 -1
  155. package/dist/features/ui/animated-arc/animated-arc.js +37 -26
  156. package/dist/features/ui/animated-arc/animated-arc.js.map +1 -1
  157. package/dist/features/ui/linear-progress-bar/linear-progress-bar.js +39 -0
  158. package/dist/features/ui/linear-progress-bar/linear-progress-bar.js.map +1 -0
  159. package/dist/features/ui/linear-progress-bar/linear-progress-bar.styled.js +23 -0
  160. package/dist/features/ui/linear-progress-bar/linear-progress-bar.styled.js.map +1 -0
  161. package/dist/features/ui/swipable-carousel/swipable-carousel-styled.js +57 -0
  162. package/dist/features/ui/swipable-carousel/swipable-carousel-styled.js.map +1 -0
  163. package/dist/features/ui/swipable-carousel/swipable-carousel.js +132 -0
  164. package/dist/features/ui/swipable-carousel/swipable-carousel.js.map +1 -0
  165. package/dist/features/ui/swipeable-component/swipeable-component-styled.js.map +1 -0
  166. package/dist/features/ui/swipeable-component/swipeable-component.js +27 -0
  167. package/dist/features/ui/swipeable-component/swipeable-component.js.map +1 -0
  168. package/dist/features/ui/theme/text.js +14 -0
  169. package/dist/features/ui/theme/text.js.map +1 -1
  170. package/dist/index.d.ts +231 -25
  171. package/dist/index.js +588 -568
  172. package/dist/index.js.map +1 -1
  173. package/dist/static/2021.0683b580.png +0 -0
  174. package/dist/static/2022.d34ad7a5.png +0 -0
  175. package/dist/static/2023.fce87149.png +0 -0
  176. package/dist/static/2024.a275ee85.png +0 -0
  177. package/dist/static/2025.677cc187.png +0 -0
  178. package/dist/static/2026.63763214.png +0 -0
  179. package/dist/static/2027.b82dc039.png +0 -0
  180. package/dist/static/2028.580b8cc0.png +0 -0
  181. package/dist/static/coding-report-icon.91a1e900.svg +1 -0
  182. package/dist/static/elp-icon.d45b457d.svg +1 -0
  183. package/dist/static/english-icon.50c2e005.svg +1 -0
  184. package/dist/static/focus-blue.664be268.svg +1 -0
  185. package/dist/static/full-report.00112c74.svg +1 -0
  186. package/dist/static/key.fa0b4c98.svg +1 -0
  187. package/dist/static/live-session-blue.ec7fa85f.svg +1 -0
  188. package/dist/static/math-fit-grey.c32f37b3.svg +1 -0
  189. package/dist/static/no-report.4158fad3.svg +1 -0
  190. package/dist/static/opened-book-green.faacda34.svg +1 -0
  191. package/dist/static/percentage-pattern-yellow.6a25e820.svg +1 -0
  192. package/dist/static/pi-orange.132b108d.svg +1 -0
  193. package/dist/static/ptm-report-icon.5089218f.svg +1 -0
  194. package/dist/static/puzzle-purple.60ff4884.svg +1 -0
  195. package/dist/static/question-mark-yellow.1925aa04.svg +1 -0
  196. package/dist/static/renewal-blue.1ab3b2d4.svg +1 -0
  197. package/dist/static/sat-report-icon.4331be86.svg +1 -0
  198. package/dist/static/science-report-icon.a0014c40.svg +1 -0
  199. package/dist/static/thumbs-up-green.6a03b9d2.svg +1 -0
  200. package/dist/static/thumps-down.a1192a62.svg +1 -0
  201. package/dist/static/thumps-up.caa35a98.svg +1 -0
  202. package/dist/static/time-purple.ab1a458d.svg +1 -0
  203. package/package.json +3 -2
  204. package/dist/features/auth/comps/linear-progress-bar/linear-progress-bar-styled.js +0 -12
  205. package/dist/features/auth/comps/linear-progress-bar/linear-progress-bar-styled.js.map +0 -1
  206. package/dist/features/auth/comps/linear-progress-bar/linear-progress-bar.js +0 -34
  207. package/dist/features/auth/comps/linear-progress-bar/linear-progress-bar.js.map +0 -1
  208. package/dist/features/circle-games/game-launcher/comps/swipable-component/swipeable-component-styled.js.map +0 -1
  209. package/dist/features/circle-games/game-launcher/comps/swipable-component/swipeable-component.js +0 -26
  210. package/dist/features/circle-games/game-launcher/comps/swipable-component/swipeable-component.js.map +0 -1
  211. /package/dist/features/{circle-games/game-launcher/comps/swipable-component → ui/swipeable-component}/swipeable-component-styled.js +0 -0
package/dist/index.d.ts CHANGED
@@ -1,40 +1,40 @@
1
- import type { ButtonHTMLAttributes } from 'react';
2
- import type { Channel } from '@cuemath/cue-message-broker';
1
+ import { ButtonHTMLAttributes } from 'react';
2
+ import { Channel } from '@cuemath/cue-message-broker';
3
3
  import { ChannelStatus } from '@cuemath/cue-message-broker';
4
4
  import { ComponentProps } from 'react';
5
5
  import { ComponentType } from 'react';
6
- import type { Config } from '@lottiefiles/dotlottie-web';
6
+ import { Config } from '@lottiefiles/dotlottie-web';
7
7
  import { Context } from 'react';
8
- import type { Data } from '@lottiefiles/dotlottie-web';
9
- import type { DefaultTheme } from 'styled-components';
8
+ import { Data } from '@lottiefiles/dotlottie-web';
9
+ import { DefaultTheme } from 'styled-components';
10
10
  import { DetailedHTMLProps } from 'react';
11
- import type { Dispatch } from 'react';
12
- import type { EventListener as EventListener_2 } from '@lottiefiles/dotlottie-web';
13
- import type { EventType } from '@lottiefiles/dotlottie-web';
11
+ import { Dispatch } from 'react';
12
+ import { EventListener as EventListener_2 } from '@lottiefiles/dotlottie-web';
13
+ import { EventType } from '@lottiefiles/dotlottie-web';
14
14
  import { FC } from 'react';
15
- import type { FormEvent } from 'react';
15
+ import { FormEvent } from 'react';
16
16
  import { ForwardRefExoticComponent } from 'react';
17
17
  import { HTMLAttributes } from 'react';
18
- import type { HTMLProps } from 'react';
18
+ import { HTMLProps } from 'react';
19
19
  import { IChannelMessage } from '@cuemath/cue-message-broker';
20
- import type { IframeHTMLAttributes } from 'react';
21
- import type { ImgHTMLAttributes } from 'react';
22
- import type { InputHTMLAttributes } from 'react';
20
+ import { IframeHTMLAttributes } from 'react';
21
+ import { ImgHTMLAttributes } from 'react';
22
+ import { InputHTMLAttributes } from 'react';
23
23
  import { IProvidedProps } from 'google-maps-react';
24
24
  import { IStyledComponent } from 'styled-components';
25
25
  import { JSX } from 'react/jsx-runtime';
26
26
  import { MemoExoticComponent } from 'react';
27
- import type { MutableRefObject } from 'react';
27
+ import { MutableRefObject } from 'react';
28
28
  import { NamedExoticComponent } from 'react';
29
29
  import { Omit as Omit_2 } from 'google-maps-react';
30
- import type { PLUGIN_NAME } from '@cuemath/analytics-v2/dist/constants';
30
+ import { PLUGIN_NAME } from '@cuemath/analytics-v2/dist/constants';
31
31
  import { PropsWithChildren } from 'react';
32
32
  import { ReactElement } from 'react';
33
33
  import { ReactNode } from 'react';
34
34
  import { RefAttributes } from 'react';
35
35
  import { RefObject } from 'react';
36
36
  import { ResourceModel } from '@cuemath/rest-api';
37
- import type { SetStateAction } from 'react';
37
+ import { SetStateAction } from 'react';
38
38
  import { Substitute } from 'styled-components/dist/types';
39
39
  import { SVGProps } from 'react';
40
40
  import { VideoHTMLAttributes } from 'react';
@@ -87,7 +87,7 @@ declare type AnimationSegment = [number, number];
87
87
  export declare const AppLoader: FC<IAppLoaderProps>;
88
88
 
89
89
  export declare const ArcButton: NamedExoticComponent<IArcButtonProps & {
90
- children?: ReactNode | undefined;
90
+ children?: ReactNode | undefined;
91
91
  } & RefAttributes<HTMLDivElement>>;
92
92
 
93
93
  export declare const ArrowTooltip: NamedExoticComponent<IArrowTooltipProps>;
@@ -244,6 +244,48 @@ export declare const CancellationReasonModal: NamedExoticComponent<object>;
244
244
 
245
245
  export declare const CancelSubscriptionModal: NamedExoticComponent<object>;
246
246
 
247
+ declare enum CARD_TYPE {
248
+ 'general' = "general",
249
+ 'legacy' = "legacy",
250
+ 'diagnostic' = "diagnostic",
251
+ 'remedial' = "remedial",
252
+ 'recap' = "recap",
253
+ 'learn' = "learn",
254
+ 'extra_practice' = "extra_practice",
255
+ 'practice' = "practice",
256
+ 'test' = "test",
257
+ 'revision' = "revision",
258
+ 'advanced' = "advanced",
259
+ 'challenge' = "challenge",
260
+ 'video' = "video",
261
+ 'simulation' = "simulation",
262
+ 'note' = "note",
263
+ 'subjective' = "subjective",
264
+ 'deck' = "deck",
265
+ 'puzzle' = "puzzle",
266
+ 'test_series' = "test_series",
267
+ 'activity' = "activity",
268
+ 'project' = "project",
269
+ 'certificate' = "certificate",
270
+ 'ppt_viva' = "ppt_viva",
271
+ 'ppt_content' = "ppt_content",
272
+ 'wb_activity' = "wb_activity",
273
+ 'smart_practice' = "smart_practice",
274
+ 'exit_ticket' = "exit_ticket",
275
+ 'monthly_mastery_test' = "monthly_mastery_test",
276
+ 'supplementary_mastery_test' = "supplementary_mastery_test",
277
+ 'trial_diagnostic' = "trial_diagnostic",
278
+ 'trial_basic' = "trial_basic",
279
+ 'trial_intermediate' = "trial_intermediate",
280
+ 'trial_advanced' = "trial_advanced"
281
+ }
282
+
283
+ export declare const CardTitle: MemoExoticComponent<({ cardHeader, nodeType, courseType, }: {
284
+ cardHeader: string;
285
+ nodeType: TNodeTypes_2;
286
+ courseType?: TCourseType;
287
+ }) => JSX.Element>;
288
+
247
289
  export declare const Carousel: FC<CarouselProps>;
248
290
 
249
291
  declare interface CarouselProps {
@@ -450,7 +492,7 @@ declare interface CueCoinIconProps extends SVGProps<SVGSVGElement> {
450
492
  variant?: 'gold' | 'silver';
451
493
  }
452
494
 
453
- export declare const CuemathAppFeatures: NamedExoticComponent<{}>;
495
+ export declare const CuemathAppFeatures: NamedExoticComponent< {}>;
454
496
 
455
497
  export declare const CuemathLogo: FC<SVGProps<SVGSVGElement>>;
456
498
 
@@ -485,6 +527,8 @@ export declare const DesmosCalculator: FC<IDesmosCalculatorProps>;
485
527
 
486
528
  export declare const DigitalMeter: FC<IDigitalMeterProps>;
487
529
 
530
+ export declare const DotIcon: FC<SVGProps<SVGSVGElement>>;
531
+
488
532
  export declare const DotLottieAnimation: NamedExoticComponent<IDotLottieAnimationProps & RefAttributes<IDotLottieAnimationRef>>;
489
533
 
490
534
  export declare const DownIcon: FC<SVGProps<SVGSVGElement>>;
@@ -598,6 +642,11 @@ export declare enum ESummaryType {
598
642
  LEARNING_PLAN = "learningPlan"
599
643
  }
600
644
 
645
+ export declare enum ETAB_IDS {
646
+ DAILY = "daily",
647
+ MONTHLY = "monthly"
648
+ }
649
+
601
650
  export declare const EveningIcon: FC<SVGProps<SVGSVGElement>>;
602
651
 
603
652
  export declare const EVENTS: {
@@ -707,7 +756,7 @@ declare enum GENDER {
707
756
  OTHER = "OTHER"
708
757
  }
709
758
 
710
- export declare const getActiveSATSheet: (sheets: TLPARSheetData[]) => TLPARSheetData;
759
+ export declare const getActiveSATSheet: (sheets: TLPARSheetData[]) => TLPARSheetData | undefined;
711
760
 
712
761
  declare const getArrowTooltipConfig: IGetArrowTooltipConfig;
713
762
 
@@ -859,6 +908,7 @@ declare interface IAnimatedArcProps {
859
908
  duration?: number;
860
909
  delay?: number;
861
910
  showAnimatedRainbowArc?: boolean;
911
+ zIndex?: number;
862
912
  }
863
913
 
864
914
  declare interface IAnimatedAvatarMessageProps {
@@ -1618,6 +1668,14 @@ declare interface IDigitalMeterProps {
1618
1668
  actAsTimer?: boolean;
1619
1669
  }
1620
1670
 
1671
+ declare interface IDotConfig {
1672
+ dotColor?: TColorNames;
1673
+ inactiveDotColor?: TColorNames;
1674
+ activeIndicatorSize?: string;
1675
+ inactiveIndicatorSize?: string;
1676
+ spacing?: string;
1677
+ }
1678
+
1621
1679
  declare type IDotLottieAnimationProps = XOR<WithSrc, WithData> & SharedProps;
1622
1680
 
1623
1681
  declare interface IDotLottieAnimationRef {
@@ -2317,6 +2375,8 @@ declare interface ILinearProgressBarProps {
2317
2375
  backgroundColor?: TColorNames;
2318
2376
  fillColor?: TColorNames;
2319
2377
  borderRadius?: number;
2378
+ delta?: number;
2379
+ deltaProgressColor?: TColorNames;
2320
2380
  }
2321
2381
 
2322
2382
  export declare const ILLUSTRATIONS: {
@@ -2362,6 +2422,7 @@ export declare const ILLUSTRATIONS: {
2362
2422
  CIRCLE_OUTERCIRCLE_BG: string;
2363
2423
  CLOCK_BADGE: string;
2364
2424
  CLOCK_ORANGE: string;
2425
+ CODING_REPORT_ICON: string;
2365
2426
  COMMON: string;
2366
2427
  COMMUNITY_BULB: string;
2367
2428
  COMMUNITY_BULB_YELLOW_2: string;
@@ -2379,9 +2440,13 @@ export declare const ILLUSTRATIONS: {
2379
2440
  DURATION_90MIN_GRAY: string;
2380
2441
  EARTH_GREEN: string;
2381
2442
  ELLIPSE_CLIP: string;
2443
+ ELP_ICON: string;
2444
+ ENGLISH_ICON: string;
2382
2445
  EPIC: string;
2383
2446
  EQUAL_OUTLINED: string;
2384
2447
  FEMALE_AVATAR: string;
2448
+ FOCUS_BLUE: string;
2449
+ FULL_REPORT: string;
2385
2450
  GAME_PLAY: string;
2386
2451
  GLOBE_WITH_BLUE_FILL: string;
2387
2452
  GRADE_GRID_BACKGROUND: string;
@@ -2395,6 +2460,7 @@ export declare const ILLUSTRATIONS: {
2395
2460
  HANDSHAKE_GREEN: string;
2396
2461
  HEART_OUTLINED: string;
2397
2462
  HW_ICON: string;
2463
+ KEY: string;
2398
2464
  KNOWLEDGE_BLUE: string;
2399
2465
  LEARNED_SHIELD_GRAY: string;
2400
2466
  LEARNED_SHIELD_GREEN: string;
@@ -2403,6 +2469,7 @@ export declare const ILLUSTRATIONS: {
2403
2469
  LEGENDARY: string;
2404
2470
  LIKE: string;
2405
2471
  LIVE_SESSION: string;
2472
+ LIVE_SESSION_BLUE: string;
2406
2473
  LOADER: string;
2407
2474
  LOADER_1: string;
2408
2475
  LOCKED: string;
@@ -2411,6 +2478,7 @@ export declare const ILLUSTRATIONS: {
2411
2478
  MASTERED_BADGE: string;
2412
2479
  MASTERED_SHIELD_GRAY: string;
2413
2480
  MASTERED_SHIELD_GREEN: string;
2481
+ MATH_FIT_GREY: string;
2414
2482
  MENTAL_MATH: string;
2415
2483
  MILESTONE_INTRO_1: string;
2416
2484
  MILESTONE_INTRO_2: string;
@@ -2431,15 +2499,19 @@ export declare const ILLUSTRATIONS: {
2431
2499
  NODE_TEST_PREP_BG: string;
2432
2500
  NODE_VIDEO_BG: string;
2433
2501
  NO_ACTIVITY: string;
2502
+ NO_REPORT: string;
2434
2503
  NUMBER_1_ORANGE: string;
2435
2504
  NUMBER_2_ORANGE: string;
2436
2505
  NUMBER_3_ORANGE: string;
2437
2506
  NUMBER_4_ORANGE: string;
2438
2507
  ONE_STAR_FILLED: string;
2508
+ OPENED_BOOK_GREEN: string;
2439
2509
  ORANGE_FACE: string;
2440
2510
  PARENT_AVATAR: string;
2441
2511
  PEOPLE_WITH_ORANGE_FILL: string;
2512
+ PERCENTAGE_PATTERN_YELLOW: string;
2442
2513
  PERSONALIZATION: string;
2514
+ PI_ORANGE: string;
2443
2515
  PLATFORM_GREEN: string;
2444
2516
  PLATFORM_PURPLE: string;
2445
2517
  PLAY: string;
@@ -2450,6 +2522,7 @@ export declare const ILLUSTRATIONS: {
2450
2522
  PRACTICED_SHIELD_GREY: string;
2451
2523
  PROFICIENT_BADGE: string;
2452
2524
  PROFILE_BOARD: string;
2525
+ PTM_REPORT_ICON: string;
2453
2526
  PUZZLE: string;
2454
2527
  PUZZLE_DASHBOARD_BANNER: string;
2455
2528
  PUZZLE_PATTERN_BLUE: string;
@@ -2457,15 +2530,20 @@ export declare const ILLUSTRATIONS: {
2457
2530
  PUZZLE_PATTERN_ORANGE: string;
2458
2531
  PUZZLE_PATTERN_PURPLE: string;
2459
2532
  PUZZLE_PATTERN_YELLOW: string;
2533
+ PUZZLE_PURPLE: string;
2460
2534
  PUZZLE_STUDENT: string;
2535
+ QUESTION_MARK_YELLOW: string;
2461
2536
  RADIAL_GRADIENT_BG: string;
2462
2537
  RADIAL_GRADIENT_BG_2: string;
2463
2538
  RARE: string;
2464
2539
  REFUND_POLICY: string;
2465
2540
  REFUND_POLICY_WITH_HEADPHONE: string;
2541
+ RENEWAL_BLUE: string;
2466
2542
  REPORT_404: string;
2467
2543
  ROCKET_BROKEN: string;
2468
2544
  ROCKET_YELLOW: string;
2545
+ SAT_REPORT_ICON: string;
2546
+ SCIENCE_REPORT_ICON: string;
2469
2547
  SCORE: string;
2470
2548
  SMILEY: string;
2471
2549
  STAR_BADGE: string;
@@ -2481,7 +2559,11 @@ export declare const ILLUSTRATIONS: {
2481
2559
  TEST_DIFFICULTY_HARD: string;
2482
2560
  TEST_DIFFICULTY_MEDIUM: string;
2483
2561
  THREE_STARS_FILLED: string;
2562
+ THUMBS_UP_GREEN: string;
2563
+ THUMPS_DOWN: string;
2564
+ THUMPS_UP: string;
2484
2565
  TICK_GREEN: string;
2566
+ TIME_PURPLE: string;
2485
2567
  TROPHY_BLUE: string;
2486
2568
  TROPHY_BLUE_FILLED: string;
2487
2569
  TROPHY_CIRCLE: string;
@@ -2552,6 +2634,14 @@ export { Image_2 as Image }
2552
2634
  export declare const ImageIcon: FC<SVGProps<SVGSVGElement>>;
2553
2635
 
2554
2636
  export declare const IMAGES: {
2637
+ 2021: string;
2638
+ 2022: string;
2639
+ 2023: string;
2640
+ 2024: string;
2641
+ 2025: string;
2642
+ 2026: string;
2643
+ 2027: string;
2644
+ 2028: string;
2555
2645
  ACHIEVEMENT_BG: string;
2556
2646
  APR: string;
2557
2647
  ASHTA: string;
@@ -2910,6 +3000,56 @@ declare interface IModalProviderProps extends PropsWithChildren {
2910
3000
  isUserAuthenticated?: boolean;
2911
3001
  }
2912
3002
 
3003
+ declare interface IMonthlyActivity {
3004
+ id: string;
3005
+ node_type: NODE_TYPES;
3006
+ card_type: CARD_TYPE;
3007
+ card_header: CARD_TYPE | null;
3008
+ feedback_comments: string | null;
3009
+ state: NODE_STATE;
3010
+ title?: string;
3011
+ accuracy?: number | null;
3012
+ subtext?: string | null;
3013
+ is_timed?: boolean;
3014
+ image_hue?: THueNames;
3015
+ image_url?: string;
3016
+ sat_max_score?: number | null;
3017
+ sat_total_score?: number | null;
3018
+ item_ref?: string | null;
3019
+ thumbnail_url?: string;
3020
+ user_attempt_id?: string | null;
3021
+ tip: string | null;
3022
+ user_block_id: string | null;
3023
+ user_chapter_id: string | null;
3024
+ user_node_id: string | null;
3025
+ }
3026
+
3027
+ declare interface IMonthlyReportProps {
3028
+ reportId: string;
3029
+ studentName: string;
3030
+ onPuzzleClick?: (params: {
3031
+ item_ref: IMonthlyActivity['item_ref'];
3032
+ feedback_comments: IMonthlyActivity['feedback_comments'];
3033
+ image_hue: IMonthlyActivity['image_hue'];
3034
+ title: IMonthlyActivity['title'];
3035
+ tip: IMonthlyActivity['tip'];
3036
+ }) => void;
3037
+ showSnackbar?: (params: {
3038
+ type: 'error' | 'info';
3039
+ message: string;
3040
+ bgColor: string;
3041
+ }) => void;
3042
+ onFeedback?: (feedback: TFeedback, studentCourseId: string) => void;
3043
+ }
3044
+
3045
+ declare interface IMonthlyTimelineProps {
3046
+ userType: 'PARENT' | 'TEACHER' | 'STUDENT';
3047
+ studentId: string;
3048
+ courseStreams?: string[];
3049
+ onReportClick?: (reportId: string, reportType: REPORT_TYPE, year: number, month: string) => void;
3050
+ scrollAreaHeight?: string | number;
3051
+ }
3052
+
2913
3053
  export declare interface IMultiplayerWebGameProps extends IBaseWebGameProps, ISyncableWebGameProps {
2914
3054
  enablePlayerTurnIndicators?: boolean;
2915
3055
  }
@@ -2933,6 +3073,13 @@ declare interface IMultiTabBlockerProps {
2933
3073
  onTabBlock?: (source: string) => void;
2934
3074
  }
2935
3075
 
3076
+ declare interface INavigationConfig {
3077
+ buttonVariant?: 'primary' | 'secondary';
3078
+ buttonSize?: 'xsmall' | 'small' | 'medium' | 'large';
3079
+ spacing?: number;
3080
+ hideOnMobile?: boolean;
3081
+ }
3082
+
2936
3083
  export declare enum IndicatorType {
2937
3084
  TOOLTIP = "tooltip",
2938
3085
  NUDGE = "nudge"
@@ -3293,6 +3440,12 @@ declare interface IProgramOption {
3293
3440
  [key: string]: unknown;
3294
3441
  }
3295
3442
 
3443
+ declare interface IProgressTimelineTabs {
3444
+ onTabClick: (tab: ETAB_IDS) => void;
3445
+ activeTab: string;
3446
+ headerHeight: number;
3447
+ }
3448
+
3296
3449
  export declare interface IProject<T> {
3297
3450
  type: ProjectType;
3298
3451
  data: T[];
@@ -3330,6 +3483,10 @@ declare interface IProjects_2 {
3330
3483
  };
3331
3484
  }
3332
3485
 
3486
+ declare interface IPTMReportProps {
3487
+ ptmId: string;
3488
+ }
3489
+
3333
3490
  declare interface IPublishData {
3334
3491
  eventName: string;
3335
3492
  eventPayload: IActionData;
@@ -3933,6 +4090,33 @@ declare interface ISubmitModalProps_2 {
3933
4090
  courseStream: TCourseStream;
3934
4091
  }
3935
4092
 
4093
+ export declare interface ISwipableCarousel {
4094
+ items: ReactNode[];
4095
+ children?: ReactNode;
4096
+ defaultIndex?: number;
4097
+ transitionDuration?: number;
4098
+ onSwipeLeft?: () => void;
4099
+ onSwipeRight?: () => void;
4100
+ onIndexChange?: (index: number) => void;
4101
+ showDots?: boolean;
4102
+ dotsConfig?: IDotConfig;
4103
+ showNavigationButtons?: boolean;
4104
+ navigationConfig?: INavigationConfig;
4105
+ onDotClick?: (index: number) => void;
4106
+ }
4107
+
4108
+ export declare interface ISwipableCarouselRefs {
4109
+ currentIndex: number;
4110
+ goToIndex: (index: number) => void;
4111
+ }
4112
+
4113
+ declare interface ISwipeableComponentProps {
4114
+ onSwipeLeft?: () => void;
4115
+ onSwipeRight?: () => void;
4116
+ minSwipeDistance?: number;
4117
+ children: ReactNode;
4118
+ }
4119
+
3936
4120
  declare interface ISyncableWebGameProps {
3937
4121
  joinByRoomId?: string;
3938
4122
  enableSync?: boolean;
@@ -4964,7 +5148,7 @@ export declare interface LessonFirstAttempt {
4964
5148
  grossTimeTaken: number;
4965
5149
  }
4966
5150
 
4967
- export declare const LinearProgressBar: NamedExoticComponent<ILinearProgressBarProps>;
5151
+ export declare const LinearProgressBar: FC<ILinearProgressBarProps>;
4968
5152
 
4969
5153
  export declare const loadScript: ILoadScript;
4970
5154
 
@@ -5153,6 +5337,10 @@ export declare const Mobile: FC<SVGProps<SVGSVGElement>>;
5153
5337
  */
5154
5338
  export declare const ModalProvider: FC<IModalProviderProps>;
5155
5339
 
5340
+ export declare const MonthlyReport: NamedExoticComponent<IMonthlyReportProps>;
5341
+
5342
+ export declare const MonthlyTimeline: NamedExoticComponent<IMonthlyTimelineProps>;
5343
+
5156
5344
  export declare const MoreVerticalIcon: FC<SVGProps<SVGSVGElement>>;
5157
5345
 
5158
5346
  export declare const MorningIcon: FC<SVGProps<SVGSVGElement>>;
@@ -5354,13 +5542,15 @@ export declare const OTPInput: NamedExoticComponent<IOTPInputProps>;
5354
5542
  export declare type OutcomeStage = keyof typeof STAGES;
5355
5543
 
5356
5544
  export declare const OverlayLoader: MemoExoticComponent<({ isLoading }: {
5357
- isLoading?: boolean | undefined;
5545
+ isLoading?: boolean | undefined;
5358
5546
  }) => JSX.Element | null>;
5359
5547
 
5360
5548
  export declare const ParentDashboard: NamedExoticComponent<IParentDashboardProps>;
5361
5549
 
5362
5550
  export declare const ParentDashboardFaqs: () => JSX.Element;
5363
5551
 
5552
+ export declare const PauseIcon: FC<SVGProps<SVGSVGElement>>;
5553
+
5364
5554
  export declare const PencilIcon: FC<SVGProps<SVGSVGElement>>;
5365
5555
 
5366
5556
  export declare const PercentileInput: ForwardRefExoticComponent<IPercentileProps & RefAttributes<HTMLInputElement>>;
@@ -5492,6 +5682,8 @@ export declare enum ProjectType {
5492
5682
  TABLE = "table"
5493
5683
  }
5494
5684
 
5685
+ export declare const PTMReport: NamedExoticComponent<IPTMReportProps>;
5686
+
5495
5687
  export declare interface Puzzle extends BaseProject {
5496
5688
  question: string;
5497
5689
  isHintSeen: boolean;
@@ -5567,6 +5759,12 @@ export declare const ReferenceSheet: FC<IReferenceSheetProps>;
5567
5759
 
5568
5760
  export declare const RemotePeerPointer: NamedExoticComponent<IPointerProps>;
5569
5761
 
5762
+ export declare enum REPORT_TYPE {
5763
+ MPR_V1 = "MPR_V1",
5764
+ MPR_V2 = "MPR_V2",
5765
+ PTM = "PTM"
5766
+ }
5767
+
5570
5768
  export declare const ReportInformation: FC<IReportInformationProps>;
5571
5769
 
5572
5770
  export declare const ResendOTP: NamedExoticComponent<IOTPResendProps>;
@@ -5690,7 +5888,7 @@ export declare const SheetIcon: FC<SVGProps<SVGSVGElement>>;
5690
5888
  export declare const SheetList: FC<ISheetsListProps>;
5691
5889
 
5692
5890
  export declare const SheetLocked: MemoExoticComponent<({ onHomeClick }: {
5693
- onHomeClick: () => void;
5891
+ onHomeClick: () => void;
5694
5892
  }) => JSX.Element>;
5695
5893
 
5696
5894
  export declare const SignUp: ({ circleOnLeapPremiumDays, circleUsername, countryCode, grade: defaultGrade, state, circleOnLeapPremiumEnabled, studentId, isSignUpProcessing, onCreateUser, onUpdateUser, onSignupStepsComplete, isPLAStudent, }: ISignUpProps) => JSX.Element;
@@ -5836,6 +6034,10 @@ export declare const StudentTrialReportModal: MemoExoticComponent<() => JSX.Elem
5836
6034
 
5837
6035
  export declare const SubmitMilestoneModal: FC<ISubmitModalProps>;
5838
6036
 
6037
+ export declare const SwipableCarousel: NamedExoticComponent<ISwipableCarousel & RefAttributes<ISwipableCarouselRefs>>;
6038
+
6039
+ export declare const SwipeableComponent: React.FC<ISwipeableComponentProps>;
6040
+
5839
6041
  export declare const SwitchIcon: FC<SVGProps<SVGSVGElement>>;
5840
6042
 
5841
6043
  declare const TAB_CODES: {
@@ -6102,6 +6304,8 @@ declare interface TextProps {
6102
6304
  $cursor?: 'pointer' | 'default' | 'text' | 'not-allowed' | 'move' | 'help';
6103
6305
  }
6104
6306
 
6307
+ declare type TFeedback = 'positive' | 'negative';
6308
+
6105
6309
  export declare type TFontFamilyNames = `${'Athletics'}-${'Light' | 'Regular' | 'Medium' | 'Bold' | 'Black'}` | `${'UntitledSans'}-${'Regular' | 'Medium'}`;
6106
6310
 
6107
6311
  declare type TGoalCategory = keyof typeof GOAL_CATEGORY | null;
@@ -6137,6 +6341,8 @@ export declare const TickIcon: FC<SVGProps<SVGSVGElement>>;
6137
6341
  */
6138
6342
  export declare const TimeLeftTimeline: FC<ITimeLeftTimelineProps>;
6139
6343
 
6344
+ export declare const TimelineTabs: MemoExoticComponent<({ onTabClick, activeTab, headerHeight }: IProgressTimelineTabs) => JSX.Element>;
6345
+
6140
6346
  export declare type TInclassChannelMetadata = {
6141
6347
  syncModule?: {
6142
6348
  name: 'MILESTONE_CREATE' | 'MILESTONE_EDIT' | 'MILESTONE_REVIEW';
@@ -6982,7 +7188,7 @@ export declare type TTestType = 'standardized' | 'non-standardized' | 'no-test'
6982
7188
 
6983
7189
  export declare type TTextButtonSizes = 'small' | 'regular' | 'medium';
6984
7190
 
6985
- export declare type TTextVariants = 'h1' | 'h2' | 'h3' | 'h4' | 'h5' | 'h6' | 'quote' | 'body1' | 'body1Medium' | 'body2' | 'body3' | 'eyebrow1' | 'eyebrow2' | 'cta1' | 'cta2' | 'cta3' | `${'ah1' | 'ah2' | 'ah3' | 'ah4' | 'ab1' | 'ab2' | 'ab3' | 'ab4'}${'' | '-bold' | '-black'}` | `${'ac1' | 'ac2' | 'ac3' | 'ac4'}${'' | '-black'}` | `${'ub1' | 'ub2' | 'ub3'}${'' | '-bold'}`;
7191
+ export declare type TTextVariants = 'h1' | 'h2' | 'h3' | 'h4' | 'h5' | 'h6' | 'quote' | 'body1' | 'body1Medium' | 'body2' | 'body3' | 'eyebrow1' | 'eyebrow2' | 'cta1' | 'cta2' | 'cta3' | `${'ah1' | 'ah2' | 'ah3' | 'ah4' | 'ab1' | 'ab2' | 'ab3' | 'ab4'}${'' | '-bold' | '-black'}` | `${'ac1' | 'ac2' | 'ac3' | 'ac4' | 'ac5'}${'' | '-black'}` | `${'ub1' | 'ub2' | 'ub3'}${'' | '-bold'}`;
6986
7192
 
6987
7193
  declare type TTimeUnit = 'hours' | 'minutes' | 'days';
6988
7194
 
@@ -7223,8 +7429,8 @@ export declare const useGetMilestoneResources: (initialId?: string, initialQuery
7223
7429
 
7224
7430
  export declare const useGetPastMilestoneCount: (initialId?: string, initialQuery?: void | undefined) => {
7225
7431
  get: (id: string, query: void, meta: TQuery_2) => Promise<void>;
7226
- resource: ResourceModel<{
7227
- user_milestones_count: number;
7432
+ resource: ResourceModel< {
7433
+ user_milestones_count: number;
7228
7434
  }> | undefined;
7229
7435
  data: {
7230
7436
  user_milestones_count: number;