@cuemath/leap 2.8.38-hg4 → 2.8.39
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.
- package/dist/assets/line-icons/icons/sheet.js +54 -0
- package/dist/assets/line-icons/icons/sheet.js.map +1 -0
- package/dist/assets/lottie/lottie.js +0 -6
- package/dist/assets/lottie/lottie.js.map +1 -1
- package/dist/features/analytics-events/whitelist-events.js +15 -13
- package/dist/features/analytics-events/whitelist-events.js.map +1 -1
- package/dist/features/circle-games/game-launcher/comps/tables-card/table-mode/table-mode-styled.js +3 -3
- package/dist/features/circle-games/game-launcher/comps/tables-card/table-mode/table-mode-styled.js.map +1 -1
- package/dist/features/circle-games/game-launcher/comps/tables-card/table-mode/table-mode.js +35 -29
- package/dist/features/circle-games/game-launcher/comps/tables-card/table-mode/table-mode.js.map +1 -1
- package/dist/features/circle-games/game-launcher/comps/tables-card/table-star/table-star-styled.js +11 -0
- package/dist/features/circle-games/game-launcher/comps/tables-card/table-star/table-star-styled.js.map +1 -0
- package/dist/features/circle-games/game-launcher/comps/tables-card/table-star/table-star.js +16 -0
- package/dist/features/circle-games/game-launcher/comps/tables-card/table-star/table-star.js.map +1 -0
- package/dist/features/circle-games/game-launcher/comps/tables-card/tables-card-styled.js +42 -35
- package/dist/features/circle-games/game-launcher/comps/tables-card/tables-card-styled.js.map +1 -1
- package/dist/features/circle-games/game-launcher/comps/tables-card/tables-card.js +212 -223
- package/dist/features/circle-games/game-launcher/comps/tables-card/tables-card.js.map +1 -1
- package/dist/features/circle-games/game-launcher/game-launcher-analytics-events.js +7 -8
- package/dist/features/circle-games/game-launcher/game-launcher-analytics-events.js.map +1 -1
- package/dist/features/circle-games/game-launcher/game-launcher.js +24 -25
- package/dist/features/circle-games/game-launcher/game-launcher.js.map +1 -1
- package/dist/features/circle-games/games/web-view/web-view-types.js.map +1 -1
- package/dist/features/circle-games/hooks/use-circle-sounds/constants.js +3 -8
- package/dist/features/circle-games/hooks/use-circle-sounds/constants.js.map +1 -1
- package/dist/features/circle-games/hooks/use-circle-sounds/use-circle-sounds-enums.js +2 -2
- package/dist/features/circle-games/hooks/use-circle-sounds/use-circle-sounds-enums.js.map +1 -1
- package/dist/features/circle-games/hooks/use-circle-sounds/use-circle-sounds.js +17 -22
- package/dist/features/circle-games/hooks/use-circle-sounds/use-circle-sounds.js.map +1 -1
- package/dist/features/communication/pub-sub/constants.js +2 -1
- package/dist/features/communication/pub-sub/constants.js.map +1 -1
- package/dist/features/milestone/create/milestone-create-styled.js +11 -9
- package/dist/features/milestone/create/milestone-create-styled.js.map +1 -1
- package/dist/features/milestone/edit/comps/milestone-edit-loader/milestone-edit-loader-styled.js +6 -8
- package/dist/features/milestone/edit/comps/milestone-edit-loader/milestone-edit-loader-styled.js.map +1 -1
- package/dist/features/milestone/milestone-list-container/milestone-list-container.js +130 -117
- package/dist/features/milestone/milestone-list-container/milestone-list-container.js.map +1 -1
- package/dist/features/milestone/milestone-resources/resources-assign/added-resource-and-filters.js +205 -0
- package/dist/features/milestone/milestone-resources/resources-assign/added-resource-and-filters.js.map +1 -0
- package/dist/features/milestone/milestone-resources/resources-assign/api/get-resource.js +11 -0
- package/dist/features/milestone/milestone-resources/resources-assign/api/get-resource.js.map +1 -0
- package/dist/features/milestone/milestone-resources/resources-assign/api/goal-resource-assign.js +9 -0
- package/dist/features/milestone/milestone-resources/resources-assign/api/goal-resource-assign.js.map +1 -0
- package/dist/features/milestone/milestone-resources/resources-assign/api/lpar-resource-assign.js +9 -0
- package/dist/features/milestone/milestone-resources/resources-assign/api/lpar-resource-assign.js.map +1 -0
- package/dist/features/milestone/milestone-resources/resources-assign/comps/filter-item/filter-item-styled.js +19 -0
- package/dist/features/milestone/milestone-resources/resources-assign/comps/filter-item/filter-item-styled.js.map +1 -0
- package/dist/features/milestone/milestone-resources/resources-assign/comps/filter-item/filter-item.js +47 -0
- package/dist/features/milestone/milestone-resources/resources-assign/comps/filter-item/filter-item.js.map +1 -0
- package/dist/features/milestone/milestone-resources/resources-assign/comps/resource-item/resource-item-styled.js +22 -0
- package/dist/features/milestone/milestone-resources/resources-assign/comps/resource-item/resource-item-styled.js.map +1 -0
- package/dist/features/milestone/milestone-resources/resources-assign/comps/resource-item/resource-item.js +60 -0
- package/dist/features/milestone/milestone-resources/resources-assign/comps/resource-item/resource-item.js.map +1 -0
- package/dist/features/milestone/milestone-resources/resources-assign/comps/resource-item/utils.js +6 -0
- package/dist/features/milestone/milestone-resources/resources-assign/comps/resource-item/utils.js.map +1 -0
- package/dist/features/milestone/milestone-resources/resources-assign/constant.js +6 -0
- package/dist/features/milestone/milestone-resources/resources-assign/constant.js.map +1 -0
- package/dist/features/milestone/milestone-resources/resources-assign/resource-assign-analytics-events.js +19 -0
- package/dist/features/milestone/milestone-resources/resources-assign/resource-assign-analytics-events.js.map +1 -0
- package/dist/features/milestone/milestone-resources/resources-assign/resource-items/no-resource-screen.js +32 -0
- package/dist/features/milestone/milestone-resources/resources-assign/resource-items/no-resource-screen.js.map +1 -0
- package/dist/features/milestone/milestone-resources/resources-assign/resource-items/resource-items-styled.js +19 -0
- package/dist/features/milestone/milestone-resources/resources-assign/resource-items/resource-items-styled.js.map +1 -0
- package/dist/features/milestone/milestone-resources/resources-assign/resource-items/resource-items.js +85 -0
- package/dist/features/milestone/milestone-resources/resources-assign/resource-items/resource-items.js.map +1 -0
- package/dist/features/milestone/milestone-resources/resources-assign/resources-assign-styled.js +65 -0
- package/dist/features/milestone/milestone-resources/resources-assign/resources-assign-styled.js.map +1 -0
- package/dist/features/milestone/milestone-resources/resources-assign/resources-assign.js +233 -0
- package/dist/features/milestone/milestone-resources/resources-assign/resources-assign.js.map +1 -0
- package/dist/features/milestone/milestone-resources/resources-assign/utils.js +12 -0
- package/dist/features/milestone/milestone-resources/resources-assign/utils.js.map +1 -0
- package/dist/features/post-game-stats/enums/post-game-stats-enum.js +1 -1
- package/dist/features/post-game-stats/enums/post-game-stats-enum.js.map +1 -1
- package/dist/features/post-game-stats/points/points.js +10 -15
- package/dist/features/post-game-stats/points/points.js.map +1 -1
- package/dist/features/post-game-stats/post-game-stats.js +61 -83
- package/dist/features/post-game-stats/post-game-stats.js.map +1 -1
- package/dist/features/trial-session/comps/about-cuemath/about-cuemath-constants.js +1 -1
- package/dist/features/trial-session/comps/about-cuemath/about-cuemath-constants.js.map +1 -1
- package/dist/features/trial-session/comps/class-preference/class-preference.js +10 -10
- package/dist/features/trial-session/comps/class-preference/class-preference.js.map +1 -1
- package/dist/features/trial-session/comps/school-goals/school-goals-view.js +7 -7
- package/dist/features/trial-session/comps/school-goals/school-goals-view.js.map +1 -1
- package/dist/features/trial-session/comps/session-report/session-report.js +23 -21
- package/dist/features/trial-session/comps/session-report/session-report.js.map +1 -1
- package/dist/features/trial-session/comps/student-enrichment/student-enrichment.js +5 -5
- package/dist/features/trial-session/comps/student-enrichment/student-enrichment.js.map +1 -1
- package/dist/features/trial-session/comps/student-profile/student-profile.js +37 -39
- package/dist/features/trial-session/comps/student-profile/student-profile.js.map +1 -1
- package/dist/features/trial-session/comps/test-prep/test-prep.js +11 -11
- package/dist/features/trial-session/comps/test-prep/test-prep.js.map +1 -1
- package/dist/features/trial-session/left-panel/index.js +1 -1
- package/dist/features/trial-session/left-panel/index.js.map +1 -1
- package/dist/features/ui/grade-selector/grade-tab.js +15 -15
- package/dist/features/ui/grade-selector/grade-tab.js.map +1 -1
- package/dist/features/ui/inputs/searchable-input/searchable-input-styled.js +28 -0
- package/dist/features/ui/inputs/searchable-input/searchable-input-styled.js.map +1 -0
- package/dist/features/ui/inputs/searchable-input/searchable-input.js +101 -0
- package/dist/features/ui/inputs/searchable-input/searchable-input.js.map +1 -0
- package/dist/features/ui/tab/tab-styled.js +7 -8
- package/dist/features/ui/tab/tab-styled.js.map +1 -1
- package/dist/features/ui/tab/tab.js +36 -31
- package/dist/features/ui/tab/tab.js.map +1 -1
- package/dist/features/ui/theme/tab.js +3 -3
- package/dist/features/ui/theme/tab.js.map +1 -1
- package/dist/index.d.ts +46 -53
- package/dist/index.js +345 -343
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/dist/features/circle-games/game-launcher/comps/tables-card/table-mode-star/table-mode-star-styled.js +0 -25
- package/dist/features/circle-games/game-launcher/comps/tables-card/table-mode-star/table-mode-star-styled.js.map +0 -1
- package/dist/features/circle-games/game-launcher/comps/tables-card/table-mode-star/table-mode-star.js +0 -57
- package/dist/features/circle-games/game-launcher/comps/tables-card/table-mode-star/table-mode-star.js.map +0 -1
- package/dist/features/circle-games/game-launcher/comps/tables-card/table-segment-star/table-segment-star-styled.js +0 -27
- package/dist/features/circle-games/game-launcher/comps/tables-card/table-segment-star/table-segment-star-styled.js.map +0 -1
- package/dist/features/circle-games/game-launcher/comps/tables-card/table-segment-star/table-segment-star.js +0 -37
- package/dist/features/circle-games/game-launcher/comps/tables-card/table-segment-star/table-segment-star.js.map +0 -1
- package/dist/features/post-game-stats/digital-meter/comp/animated-arc/animated-arc-styled.js +0 -17
- package/dist/features/post-game-stats/digital-meter/comp/animated-arc/animated-arc-styled.js.map +0 -1
- package/dist/features/post-game-stats/digital-meter/comp/animated-arc/animated-arc.js +0 -47
- package/dist/features/post-game-stats/digital-meter/comp/animated-arc/animated-arc.js.map +0 -1
- package/dist/features/post-game-stats/digital-meter/comp/animated-arc/constants.js +0 -6
- package/dist/features/post-game-stats/digital-meter/comp/animated-arc/constants.js.map +0 -1
- package/dist/features/post-game-stats/digital-meter/constants.js +0 -16
- package/dist/features/post-game-stats/digital-meter/constants.js.map +0 -1
- package/dist/features/post-game-stats/digital-meter/digital-meter-styled.js +0 -87
- package/dist/features/post-game-stats/digital-meter/digital-meter-styled.js.map +0 -1
- package/dist/features/post-game-stats/digital-meter/digital-meter.js +0 -188
- package/dist/features/post-game-stats/digital-meter/digital-meter.js.map +0 -1
- package/dist/features/post-game-stats/digital-meter/helper.js +0 -33
- package/dist/features/post-game-stats/digital-meter/helper.js.map +0 -1
- package/dist/features/post-game-stats/number-count-animation/number-count-animation.js +0 -27
- package/dist/features/post-game-stats/number-count-animation/number-count-animation.js.map +0 -1
- package/dist/static/point2.7cec6e24.json +0 -1
- package/dist/static/point3.f96fe7aa.json +0 -1
- package/dist/static/point4.fe04fb83.json +0 -1
- package/dist/static/table-mode-star.b8a1d762.json +0 -1
- package/dist/static/table-segment-star.78e851d6.json +0 -1
- package/dist/static/target-achieved-text.053bd142.json +0 -2830
- package/dist/static/target-achieved-text.10db8475.json +0 -1
package/dist/index.d.ts
CHANGED
@@ -194,12 +194,7 @@ export declare enum CircleSoundKey {
|
|
194
194
|
ACCURACY_IN = "accuracy-in",
|
195
195
|
ACCURACY_OUT = "accuracy-out",
|
196
196
|
STREAK_IN = "streak-in",
|
197
|
-
STREAK_OUT = "streak-out"
|
198
|
-
ACCURACY_INTRO = "accuracy-intro",
|
199
|
-
ACCURACY_TARGET = "accuracy-target",
|
200
|
-
TIME_INTRO = "time-intro",
|
201
|
-
TIME_TARGET = "time-target",
|
202
|
-
METER_FILL = "meter-fill"
|
197
|
+
STREAK_OUT = "streak-out"
|
203
198
|
}
|
204
199
|
|
205
200
|
export declare const CircularLoader: () => JSX_2.Element;
|
@@ -258,8 +253,6 @@ export declare const DashArrowIcon: React.FC<React.SVGProps<SVGSVGElement>>;
|
|
258
253
|
|
259
254
|
export declare const DesmosCalculator: FC<IDesmosCalculatorProps>;
|
260
255
|
|
261
|
-
export declare const DigitalMeter: FC<IDigitalMeterProps>;
|
262
|
-
|
263
256
|
export declare const DownIcon: React.FC<React.SVGProps<SVGSVGElement>>;
|
264
257
|
|
265
258
|
export declare const DraftIcon: React.FC<React.SVGProps<SVGSVGElement>>;
|
@@ -303,10 +296,11 @@ export declare enum EPostGameStat {
|
|
303
296
|
STREAK = "streak",
|
304
297
|
ACCURACY = "accuracy",
|
305
298
|
CLOCK = "clock",
|
306
|
-
POINT = "point"
|
307
|
-
DIGITAL_METER = "digital-meter"
|
299
|
+
POINT = "point"
|
308
300
|
}
|
309
301
|
|
302
|
+
export declare const EPResourceAssign: FC<IEPResourceAssign>;
|
303
|
+
|
310
304
|
export declare const EraserIcon: React.FC<React.SVGProps<SVGSVGElement>>;
|
311
305
|
|
312
306
|
declare const Error_2: React_2.FC<IErrorProps>;
|
@@ -336,6 +330,7 @@ export declare const EVENTS: {
|
|
336
330
|
MILESTONE_RESOURCE_UNASSIGNED: "MILESTONE_RESOURCE_UNASSIGNED";
|
337
331
|
MILESTONE_RESOURCE_RESET: "MILESTONE_RESOURCE_RESET";
|
338
332
|
PAST_MILESTONE_OUTCOME_ADDED: "PAST_MILESTONE_OUTCOME_ADDED";
|
333
|
+
MILESTONE_TEST_ASSIGNED: "MILESTONE_TEST_ASSIGNED";
|
339
334
|
CHAPTER_UPDATED: "CHAPTER_UPDATED";
|
340
335
|
LESSONS_MARKED_AS_FAMILIAR: "LESSONS_MARKED_AS_FAMILIAR";
|
341
336
|
LESSONS_MARKED_AS_IRRELEVANT: "LESSONS_MARKED_AS_IRRELEVANT";
|
@@ -1012,19 +1007,6 @@ declare interface IDesmosCalculatorProps {
|
|
1012
1007
|
};
|
1013
1008
|
}
|
1014
1009
|
|
1015
|
-
declare interface IDigitalMeterProps {
|
1016
|
-
show: boolean;
|
1017
|
-
value: number;
|
1018
|
-
maxValue: number;
|
1019
|
-
targetValue?: number;
|
1020
|
-
displayText: string;
|
1021
|
-
progressType: 'stepper' | 'linear';
|
1022
|
-
helperTextPrimary: string;
|
1023
|
-
helperTextSecondary: string;
|
1024
|
-
onComplete: () => void;
|
1025
|
-
actAsTimer?: boolean;
|
1026
|
-
}
|
1027
|
-
|
1028
1010
|
declare interface IEditMilestoneModalProps extends IMilestoneEditProps {
|
1029
1011
|
studentId: string;
|
1030
1012
|
isUsingAlternateCurriculum: boolean;
|
@@ -1038,6 +1020,17 @@ declare interface IEditMilestoneModalProps extends IMilestoneEditProps {
|
|
1038
1020
|
courseStream: TCourseStream;
|
1039
1021
|
}
|
1040
1022
|
|
1023
|
+
declare interface IEPResourceAssign {
|
1024
|
+
studentId: string;
|
1025
|
+
stream: TCourseStream;
|
1026
|
+
programId?: string;
|
1027
|
+
userMilestoneId?: string;
|
1028
|
+
onError: (errorMessage: string) => void;
|
1029
|
+
onResourceAssign: (toastMessage: string) => void;
|
1030
|
+
onExitResourceAssign: () => void;
|
1031
|
+
onViewResource: (resource: IResourceItemData) => void;
|
1032
|
+
}
|
1033
|
+
|
1041
1034
|
declare interface IErrorProps {
|
1042
1035
|
onTryAgain?: () => void;
|
1043
1036
|
height?: string | number;
|
@@ -1086,7 +1079,7 @@ declare interface IGame extends IBaseProject {
|
|
1086
1079
|
declare interface IGameLauncherProps {
|
1087
1080
|
onSegmentClick: (projectDetail: Game | Puzzle | Lesson | ITableDetails, projectType: ProjectType) => void;
|
1088
1081
|
isLoading?: boolean;
|
1089
|
-
data:
|
1082
|
+
data: IProjects | null;
|
1090
1083
|
defaultIndex?: number;
|
1091
1084
|
journeyId?: TJourneyId;
|
1092
1085
|
onJourneyComplete: (journeyId: TJourneyId) => void;
|
@@ -2064,9 +2057,6 @@ export declare interface IPlayerStats {
|
|
2064
2057
|
errorCode: IStatsToAwardErrorCode;
|
2065
2058
|
outcome: ProjectOutcome;
|
2066
2059
|
value: string;
|
2067
|
-
starEligibleTime?: number;
|
2068
|
-
starEligibleAccuracy?: number;
|
2069
|
-
starRewarded?: boolean;
|
2070
2060
|
}
|
2071
2061
|
|
2072
2062
|
declare interface IPointerData extends Record<string, unknown> {
|
@@ -2103,12 +2093,6 @@ export declare interface IPostGameStat {
|
|
2103
2093
|
onComplete?: () => void;
|
2104
2094
|
helperText?: ReactNode;
|
2105
2095
|
stopAtEnd?: boolean;
|
2106
|
-
targetValue?: number;
|
2107
|
-
maxValue?: number;
|
2108
|
-
helperTextPrimary?: string;
|
2109
|
-
helperTextSecondary?: string;
|
2110
|
-
progressType?: 'linear' | 'stepper';
|
2111
|
-
displayText?: string;
|
2112
2096
|
}
|
2113
2097
|
|
2114
2098
|
export declare interface IPostGameStatsProps {
|
@@ -2163,10 +2147,6 @@ export declare interface IProject<T> {
|
|
2163
2147
|
initialProgressValue?: number;
|
2164
2148
|
}
|
2165
2149
|
|
2166
|
-
export declare interface IProjectData extends IProjects {
|
2167
|
-
tables?: ITablesData;
|
2168
|
-
}
|
2169
|
-
|
2170
2150
|
export declare interface IProjects {
|
2171
2151
|
games: IProject<Game>;
|
2172
2152
|
puzzles: IProject<Puzzle>;
|
@@ -2285,6 +2265,24 @@ declare interface IReferenceSheetProps {
|
|
2285
2265
|
};
|
2286
2266
|
}
|
2287
2267
|
|
2268
|
+
export declare interface IResourceItemData {
|
2269
|
+
boards: string[];
|
2270
|
+
created_on: string;
|
2271
|
+
created_on_ts: number;
|
2272
|
+
grades: string[];
|
2273
|
+
id: string;
|
2274
|
+
is_lesson_v3_enabled: boolean;
|
2275
|
+
is_live: boolean;
|
2276
|
+
learnosity_activity_ref: string;
|
2277
|
+
name: string;
|
2278
|
+
node_id: string;
|
2279
|
+
node_type: string;
|
2280
|
+
stream: TCourseStream;
|
2281
|
+
topics: string[];
|
2282
|
+
updated_on: string;
|
2283
|
+
updated_on_ts: number;
|
2284
|
+
}
|
2285
|
+
|
2288
2286
|
export declare interface IResponseAnalyticsProps extends Omit<IClickableAnalyticsProps, 'label'> {
|
2289
2287
|
}
|
2290
2288
|
|
@@ -2609,7 +2607,6 @@ export declare interface ITableDetails {
|
|
2609
2607
|
mode: TTableMode;
|
2610
2608
|
tableNumber?: number;
|
2611
2609
|
infiniteModeHighScore?: number;
|
2612
|
-
isStarRewarded?: boolean;
|
2613
2610
|
}
|
2614
2611
|
|
2615
2612
|
export declare interface ITableInfo {
|
@@ -2622,7 +2619,7 @@ declare interface ITableInfo_2 {
|
|
2622
2619
|
stars: ('advance' | 'random' | 'sequence')[];
|
2623
2620
|
}
|
2624
2621
|
|
2625
|
-
|
2622
|
+
declare interface ITables {
|
2626
2623
|
type: ProjectType;
|
2627
2624
|
label: string;
|
2628
2625
|
data: ITable;
|
@@ -2633,13 +2630,6 @@ declare interface ITables_2 {
|
|
2633
2630
|
infinite_mode_high_score: number;
|
2634
2631
|
}
|
2635
2632
|
|
2636
|
-
export declare interface ITablesData extends ITables {
|
2637
|
-
openModesOfTable?: {
|
2638
|
-
tableNumber: number;
|
2639
|
-
rewardStars?: TTableMode[];
|
2640
|
-
};
|
2641
|
-
}
|
2642
|
-
|
2643
2633
|
export declare interface ITableWebGameProps extends IBaseWebGameProps {
|
2644
2634
|
tableNumber: number;
|
2645
2635
|
infiniteModeHighScore?: number;
|
@@ -2648,11 +2638,13 @@ export declare interface ITableWebGameProps extends IBaseWebGameProps {
|
|
2648
2638
|
declare interface ITabProps {
|
2649
2639
|
label: number | string;
|
2650
2640
|
$selected: boolean;
|
2651
|
-
$width?: number;
|
2641
|
+
$width?: number | string;
|
2652
2642
|
$renderAs?: TTabVariants;
|
2653
2643
|
$size?: TTabSizes;
|
2654
2644
|
$disabled?: boolean;
|
2655
2645
|
onClick: () => void;
|
2646
|
+
shape?: 'curved' | 'square';
|
2647
|
+
minWidth?: number;
|
2656
2648
|
}
|
2657
2649
|
|
2658
2650
|
export declare interface ITabSizeConfig {
|
@@ -3384,13 +3376,10 @@ export declare const LOTTIE: {
|
|
3384
3376
|
POINT1: string;
|
3385
3377
|
POINT20: string;
|
3386
3378
|
POINT25: string;
|
3387
|
-
POINT2: string;
|
3388
3379
|
POINT30: string;
|
3389
3380
|
POINT35: string;
|
3390
|
-
POINT3: string;
|
3391
3381
|
POINT40: string;
|
3392
3382
|
POINT45: string;
|
3393
|
-
POINT4: string;
|
3394
3383
|
POINT50: string;
|
3395
3384
|
POINT5: string;
|
3396
3385
|
POINT60: string;
|
@@ -3405,9 +3394,6 @@ export declare const LOTTIE: {
|
|
3405
3394
|
SPLASH_SCREEN: string;
|
3406
3395
|
STAY_CONNECTED_LOTTIE: string;
|
3407
3396
|
TABLE_MODE_REVEAL: string;
|
3408
|
-
TABLE_MODE_STAR: string;
|
3409
|
-
TABLE_SEGMENT_STAR: string;
|
3410
|
-
TARGET_ACHIEVED_TEXT: string;
|
3411
3397
|
TEACHER_VALIDATION: string;
|
3412
3398
|
TOTAL_STREAK: string;
|
3413
3399
|
TOTAL_TIME: string;
|
@@ -3767,6 +3753,8 @@ export declare const SHEET_STATE: Record<TSheetStateProps, TSheetStateProps>;
|
|
3767
3753
|
|
3768
3754
|
export declare const SheetError: NamedExoticComponent<ErrorProps>;
|
3769
3755
|
|
3756
|
+
export declare const SheetIcon: React.FC<React.SVGProps<SVGSVGElement>>;
|
3757
|
+
|
3770
3758
|
export declare const SheetList: FC<ISheetsListProps>;
|
3771
3759
|
|
3772
3760
|
export declare const SheetLocked: MemoExoticComponent<({ onHomeClick }: {
|
@@ -4246,6 +4234,11 @@ export declare type TInclassMessage = {
|
|
4246
4234
|
eventPayload: {
|
4247
4235
|
milestoneId: string;
|
4248
4236
|
};
|
4237
|
+
} | {
|
4238
|
+
eventName: typeof EVENTS.MILESTONE_TEST_ASSIGNED;
|
4239
|
+
eventPayload: {
|
4240
|
+
milestoneId: string;
|
4241
|
+
};
|
4249
4242
|
} | {
|
4250
4243
|
eventName: typeof EVENTS.MILESTONE_RESOURCE_RESET;
|
4251
4244
|
eventPayload: {
|