@cuemath/leap 2.8.39 → 2.8.40-hg1
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/lottie/lottie.js +6 -0
- package/dist/assets/lottie/lottie.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 +29 -35
- 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-mode-star/table-mode-star-styled.js +25 -0
- package/dist/features/circle-games/game-launcher/comps/tables-card/table-mode-star/table-mode-star-styled.js.map +1 -0
- package/dist/features/circle-games/game-launcher/comps/tables-card/table-mode-star/table-mode-star.js +57 -0
- package/dist/features/circle-games/game-launcher/comps/tables-card/table-mode-star/table-mode-star.js.map +1 -0
- package/dist/features/circle-games/game-launcher/comps/tables-card/table-segment-star/table-segment-star-styled.js +27 -0
- package/dist/features/circle-games/game-launcher/comps/tables-card/table-segment-star/table-segment-star-styled.js.map +1 -0
- package/dist/features/circle-games/game-launcher/comps/tables-card/table-segment-star/table-segment-star.js +37 -0
- package/dist/features/circle-games/game-launcher/comps/tables-card/table-segment-star/table-segment-star.js.map +1 -0
- package/dist/features/circle-games/game-launcher/comps/tables-card/tables-card-styled.js +35 -42
- 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 +223 -212
- 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 +8 -7
- 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 +25 -24
- 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 +8 -3
- 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 +22 -17
- package/dist/features/circle-games/hooks/use-circle-sounds/use-circle-sounds.js.map +1 -1
- package/dist/features/post-game-stats/digital-meter/comp/animated-arc/animated-arc-styled.js +17 -0
- package/dist/features/post-game-stats/digital-meter/comp/animated-arc/animated-arc-styled.js.map +1 -0
- package/dist/features/post-game-stats/digital-meter/comp/animated-arc/animated-arc.js +47 -0
- package/dist/features/post-game-stats/digital-meter/comp/animated-arc/animated-arc.js.map +1 -0
- package/dist/features/post-game-stats/digital-meter/comp/animated-arc/constants.js +6 -0
- package/dist/features/post-game-stats/digital-meter/comp/animated-arc/constants.js.map +1 -0
- package/dist/features/post-game-stats/digital-meter/constants.js +16 -0
- package/dist/features/post-game-stats/digital-meter/constants.js.map +1 -0
- package/dist/features/post-game-stats/digital-meter/digital-meter-styled.js +87 -0
- package/dist/features/post-game-stats/digital-meter/digital-meter-styled.js.map +1 -0
- package/dist/features/post-game-stats/digital-meter/digital-meter.js +191 -0
- package/dist/features/post-game-stats/digital-meter/digital-meter.js.map +1 -0
- package/dist/features/post-game-stats/digital-meter/helper.js +33 -0
- package/dist/features/post-game-stats/digital-meter/helper.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/number-count-animation/number-count-animation.js +27 -0
- package/dist/features/post-game-stats/number-count-animation/number-count-animation.js.map +1 -0
- package/dist/features/post-game-stats/points/points.js +15 -10
- package/dist/features/post-game-stats/points/points.js.map +1 -1
- package/dist/features/post-game-stats/post-game-stats.js +83 -61
- package/dist/features/post-game-stats/post-game-stats.js.map +1 -1
- package/dist/index.d.ts +52 -4
- package/dist/index.js +69 -67
- package/dist/index.js.map +1 -1
- package/dist/static/point2.7cec6e24.json +1 -0
- package/dist/static/point3.f96fe7aa.json +1 -0
- package/dist/static/point4.fe04fb83.json +1 -0
- package/dist/static/table-mode-star.b8a1d762.json +1 -0
- package/dist/static/table-segment-star.78e851d6.json +1 -0
- package/dist/static/target-achieved-text.053bd142.json +2830 -0
- package/dist/static/target-achieved-text.10db8475.json +1 -0
- package/package.json +1 -1
- package/dist/features/circle-games/game-launcher/comps/tables-card/table-star/table-star-styled.js +0 -11
- package/dist/features/circle-games/game-launcher/comps/tables-card/table-star/table-star-styled.js.map +0 -1
- package/dist/features/circle-games/game-launcher/comps/tables-card/table-star/table-star.js +0 -16
- package/dist/features/circle-games/game-launcher/comps/tables-card/table-star/table-star.js.map +0 -1
package/dist/index.d.ts
CHANGED
@@ -194,7 +194,12 @@ 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"
|
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"
|
198
203
|
}
|
199
204
|
|
200
205
|
export declare const CircularLoader: () => JSX_2.Element;
|
@@ -253,6 +258,8 @@ export declare const DashArrowIcon: React.FC<React.SVGProps<SVGSVGElement>>;
|
|
253
258
|
|
254
259
|
export declare const DesmosCalculator: FC<IDesmosCalculatorProps>;
|
255
260
|
|
261
|
+
export declare const DigitalMeter: FC<IDigitalMeterProps>;
|
262
|
+
|
256
263
|
export declare const DownIcon: React.FC<React.SVGProps<SVGSVGElement>>;
|
257
264
|
|
258
265
|
export declare const DraftIcon: React.FC<React.SVGProps<SVGSVGElement>>;
|
@@ -296,7 +303,8 @@ export declare enum EPostGameStat {
|
|
296
303
|
STREAK = "streak",
|
297
304
|
ACCURACY = "accuracy",
|
298
305
|
CLOCK = "clock",
|
299
|
-
POINT = "point"
|
306
|
+
POINT = "point",
|
307
|
+
DIGITAL_METER = "digital-meter"
|
300
308
|
}
|
301
309
|
|
302
310
|
export declare const EPResourceAssign: FC<IEPResourceAssign>;
|
@@ -1007,6 +1015,19 @@ declare interface IDesmosCalculatorProps {
|
|
1007
1015
|
};
|
1008
1016
|
}
|
1009
1017
|
|
1018
|
+
declare interface IDigitalMeterProps {
|
1019
|
+
show: boolean;
|
1020
|
+
value: number;
|
1021
|
+
maxValue: number;
|
1022
|
+
targetValue?: number;
|
1023
|
+
displayText: string;
|
1024
|
+
progressType: 'stepper' | 'linear';
|
1025
|
+
helperTextPrimary: string;
|
1026
|
+
helperTextSecondary: string;
|
1027
|
+
onComplete: () => void;
|
1028
|
+
actAsTimer?: boolean;
|
1029
|
+
}
|
1030
|
+
|
1010
1031
|
declare interface IEditMilestoneModalProps extends IMilestoneEditProps {
|
1011
1032
|
studentId: string;
|
1012
1033
|
isUsingAlternateCurriculum: boolean;
|
@@ -1079,7 +1100,7 @@ declare interface IGame extends IBaseProject {
|
|
1079
1100
|
declare interface IGameLauncherProps {
|
1080
1101
|
onSegmentClick: (projectDetail: Game | Puzzle | Lesson | ITableDetails, projectType: ProjectType) => void;
|
1081
1102
|
isLoading?: boolean;
|
1082
|
-
data:
|
1103
|
+
data: IProjectData | null;
|
1083
1104
|
defaultIndex?: number;
|
1084
1105
|
journeyId?: TJourneyId;
|
1085
1106
|
onJourneyComplete: (journeyId: TJourneyId) => void;
|
@@ -2057,6 +2078,9 @@ export declare interface IPlayerStats {
|
|
2057
2078
|
errorCode: IStatsToAwardErrorCode;
|
2058
2079
|
outcome: ProjectOutcome;
|
2059
2080
|
value: string;
|
2081
|
+
starEligibleTime?: number;
|
2082
|
+
starEligibleAccuracy?: number;
|
2083
|
+
starRewarded?: boolean;
|
2060
2084
|
}
|
2061
2085
|
|
2062
2086
|
declare interface IPointerData extends Record<string, unknown> {
|
@@ -2093,6 +2117,12 @@ export declare interface IPostGameStat {
|
|
2093
2117
|
onComplete?: () => void;
|
2094
2118
|
helperText?: ReactNode;
|
2095
2119
|
stopAtEnd?: boolean;
|
2120
|
+
targetValue?: number;
|
2121
|
+
maxValue?: number;
|
2122
|
+
helperTextPrimary?: string;
|
2123
|
+
helperTextSecondary?: string;
|
2124
|
+
progressType?: 'linear' | 'stepper';
|
2125
|
+
displayText?: string;
|
2096
2126
|
}
|
2097
2127
|
|
2098
2128
|
export declare interface IPostGameStatsProps {
|
@@ -2147,6 +2177,10 @@ export declare interface IProject<T> {
|
|
2147
2177
|
initialProgressValue?: number;
|
2148
2178
|
}
|
2149
2179
|
|
2180
|
+
export declare interface IProjectData extends IProjects {
|
2181
|
+
tables?: ITablesData;
|
2182
|
+
}
|
2183
|
+
|
2150
2184
|
export declare interface IProjects {
|
2151
2185
|
games: IProject<Game>;
|
2152
2186
|
puzzles: IProject<Puzzle>;
|
@@ -2607,6 +2641,7 @@ export declare interface ITableDetails {
|
|
2607
2641
|
mode: TTableMode;
|
2608
2642
|
tableNumber?: number;
|
2609
2643
|
infiniteModeHighScore?: number;
|
2644
|
+
isStarRewarded?: boolean;
|
2610
2645
|
}
|
2611
2646
|
|
2612
2647
|
export declare interface ITableInfo {
|
@@ -2619,7 +2654,7 @@ declare interface ITableInfo_2 {
|
|
2619
2654
|
stars: ('advance' | 'random' | 'sequence')[];
|
2620
2655
|
}
|
2621
2656
|
|
2622
|
-
declare interface ITables {
|
2657
|
+
export declare interface ITables {
|
2623
2658
|
type: ProjectType;
|
2624
2659
|
label: string;
|
2625
2660
|
data: ITable;
|
@@ -2630,6 +2665,13 @@ declare interface ITables_2 {
|
|
2630
2665
|
infinite_mode_high_score: number;
|
2631
2666
|
}
|
2632
2667
|
|
2668
|
+
export declare interface ITablesData extends ITables {
|
2669
|
+
openModesOfTable?: {
|
2670
|
+
tableNumber: number;
|
2671
|
+
rewardStars?: TTableMode[];
|
2672
|
+
};
|
2673
|
+
}
|
2674
|
+
|
2633
2675
|
export declare interface ITableWebGameProps extends IBaseWebGameProps {
|
2634
2676
|
tableNumber: number;
|
2635
2677
|
infiniteModeHighScore?: number;
|
@@ -3376,10 +3418,13 @@ export declare const LOTTIE: {
|
|
3376
3418
|
POINT1: string;
|
3377
3419
|
POINT20: string;
|
3378
3420
|
POINT25: string;
|
3421
|
+
POINT2: string;
|
3379
3422
|
POINT30: string;
|
3380
3423
|
POINT35: string;
|
3424
|
+
POINT3: string;
|
3381
3425
|
POINT40: string;
|
3382
3426
|
POINT45: string;
|
3427
|
+
POINT4: string;
|
3383
3428
|
POINT50: string;
|
3384
3429
|
POINT5: string;
|
3385
3430
|
POINT60: string;
|
@@ -3394,6 +3439,9 @@ export declare const LOTTIE: {
|
|
3394
3439
|
SPLASH_SCREEN: string;
|
3395
3440
|
STAY_CONNECTED_LOTTIE: string;
|
3396
3441
|
TABLE_MODE_REVEAL: string;
|
3442
|
+
TABLE_MODE_STAR: string;
|
3443
|
+
TABLE_SEGMENT_STAR: string;
|
3444
|
+
TARGET_ACHIEVED_TEXT: string;
|
3397
3445
|
TEACHER_VALIDATION: string;
|
3398
3446
|
TOTAL_STREAK: string;
|
3399
3447
|
TOTAL_TIME: string;
|
package/dist/index.js
CHANGED
@@ -3,7 +3,7 @@ import { default as a } from "./features/ui/stepper/stepper.js";
|
|
3
3
|
import { ILLUSTRATIONS as s } from "./assets/illustrations/illustrations.js";
|
4
4
|
import { IMAGES as p } from "./assets/images/images.js";
|
5
5
|
import { LOTTIE as u } from "./assets/lottie/lottie.js";
|
6
|
-
import { default as
|
6
|
+
import { default as d } from "./assets/line-icons/icons/alert.js";
|
7
7
|
import { default as c } from "./assets/line-icons/icons/back.js";
|
8
8
|
import { default as i } from "./assets/line-icons/icons/bin.js";
|
9
9
|
import { default as E } from "./assets/line-icons/icons/bin2.js";
|
@@ -30,7 +30,7 @@ import { default as ae } from "./assets/line-icons/icons/drag.js";
|
|
30
30
|
import { default as se } from "./assets/line-icons/icons/edit.js";
|
31
31
|
import { default as pe } from "./assets/line-icons/icons/edit2.js";
|
32
32
|
import { default as ue } from "./assets/line-icons/icons/edit-star.js";
|
33
|
-
import { default as
|
33
|
+
import { default as de } from "./assets/line-icons/icons/eraser.js";
|
34
34
|
import { default as ce } from "./assets/line-icons/icons/eye.js";
|
35
35
|
import { default as ie } from "./assets/line-icons/icons/eye2.js";
|
36
36
|
import { default as Ee } from "./assets/line-icons/icons/hand.js";
|
@@ -83,7 +83,7 @@ import { default as ar } from "./assets/line-icons/icons/chevron-right.js";
|
|
83
83
|
import { default as sr } from "./assets/line-icons/icons/chevron-left.js";
|
84
84
|
import { default as pr } from "./assets/line-icons/icons/chevron-down.js";
|
85
85
|
import { default as ur } from "./assets/line-icons/icons/game.js";
|
86
|
-
import { default as
|
86
|
+
import { default as dr } from "./assets/line-icons/icons/tutoring.js";
|
87
87
|
import { default as cr } from "./assets/line-icons/icons/chat.js";
|
88
88
|
import { default as ir } from "./assets/line-icons/icons/cuemath-logo.js";
|
89
89
|
import { default as Er } from "./assets/line-icons/icons/next2.js";
|
@@ -110,7 +110,7 @@ import { default as at } from "./features/ui/inputs/google-places-search-input/g
|
|
110
110
|
import { default as st } from "./features/ui/inputs/text-input/text-input.js";
|
111
111
|
import { default as pt } from "./features/ui/inputs/cascading-select-input/cascading-select-input.js";
|
112
112
|
import { default as ut } from "./features/ui/inputs/num-range-input/num-range-input.js";
|
113
|
-
import { default as
|
113
|
+
import { default as dt } from "./features/ui/inputs/percentile-input/percentile-input.js";
|
114
114
|
import { default as ct } from "./features/ui/selection-cards/selection-cards.js";
|
115
115
|
import { default as it } from "./features/ui/layout/flex-view.js";
|
116
116
|
import { default as Et } from "./features/ui/loader/app-loader/app-loader.js";
|
@@ -136,7 +136,7 @@ import { PLATFORM_EVENTS_TEACHER as ta } from "./features/analytics-events/platf
|
|
136
136
|
import { WHITELIST_EVENTS as fa } from "./features/analytics-events/whitelist-events.js";
|
137
137
|
import { default as la } from "./features/blockers/multi-tab-blocker/use-is-tab-blocked.js";
|
138
138
|
import { default as ma } from "./features/blockers/multi-tab-blocker/multi-tab-blocker.js";
|
139
|
-
import { default as
|
139
|
+
import { default as xa } from "./features/chapters/chapter/chapter.js";
|
140
140
|
import { default as na } from "./features/chapters/chapters-list/chapters-list.js";
|
141
141
|
import { default as Ia } from "./features/chapters/lpar-chapter/lpar-chapter.js";
|
142
142
|
import { default as Ta } from "./features/chapters/lpar-milestone-chapter/lpar-milestone-chapter.js";
|
@@ -163,7 +163,7 @@ import { Leaderboard as tf } from "./features/circle-games/leaderboard/leaderboa
|
|
163
163
|
import { BackgroundImage as ff, CircularSteps as sf } from "./features/circle-games/sign-up/comp/circular-steps/circular-steps.js";
|
164
164
|
import { SplashScreen as pf } from "./features/circle-games/sign-up/comp/splash-screen/splash-screen.js";
|
165
165
|
import { SignUp as uf } from "./features/circle-games/sign-up/sign-up.js";
|
166
|
-
import { default as
|
166
|
+
import { default as df } from "./features/cue-canvas/cue-canvas-provider.js";
|
167
167
|
import { default as cf } from "./features/cue-canvas/toolbar/toolbar.js";
|
168
168
|
import { default as Tf } from "./features/cue-canvas/cue-canvas.js";
|
169
169
|
import { default as Sf } from "./features/cue-canvas/hooks/use-canvas-sync-broker.js";
|
@@ -189,7 +189,7 @@ import { default as as } from "./features/milestone/edit/goal-drafts/goal-draft-
|
|
189
189
|
import { default as ss } from "./features/milestone/outcome/milestone-outcome-container.js";
|
190
190
|
import { default as ps } from "./features/milestone/outcome/comps/achievement/reason-submit-modal.js";
|
191
191
|
import { default as us } from "./features/milestone/outcome/comps/achievement/share-instructions-modal.js";
|
192
|
-
import { default as
|
192
|
+
import { default as ds } from "./features/milestone/edit/comps/edit-milestone-modal/index.js";
|
193
193
|
import { default as cs } from "./features/milestone/edit/goal-edit-container.js";
|
194
194
|
import { default as is } from "./features/milestone/edit/milestone-edit-container.js";
|
195
195
|
import { default as Es } from "./features/milestone/milestone-list-container/milestone-list-container.js";
|
@@ -203,32 +203,33 @@ import { invalidateTestHelpData as ys, useGetTestHelpData as Bs } from "./featur
|
|
203
203
|
import { invalidateMilestoneResources as bs, useGetMilestoneResources as Us } from "./features/milestone/milestone-list-container/api/get-milestone-resources.js";
|
204
204
|
import { default as Ws } from "./features/pointer-sync/pointer.js";
|
205
205
|
import { default as ws } from "./features/pointer-sync/hooks/use-pointer-sync.js";
|
206
|
-
import {
|
206
|
+
import { DigitalMeter as Ys } from "./features/post-game-stats/digital-meter/digital-meter.js";
|
207
207
|
import { EPostGameStat as Fs } from "./features/post-game-stats/enums/post-game-stats-enum.js";
|
208
|
-
import {
|
209
|
-
import { default as qs } from "./features/sheet-tools/
|
210
|
-
import { default as Xs } from "./features/
|
211
|
-
import { default as el } from "./features/sheets/
|
212
|
-
import {
|
213
|
-
import {
|
214
|
-
import {
|
215
|
-
import { default as Cl } from "./features/
|
216
|
-
import {
|
217
|
-
import {
|
218
|
-
import {
|
219
|
-
import { default as Rl } from "./features/worksheet/worksheet
|
220
|
-
import { default as Gl } from "./features/worksheet/worksheet/worksheet-
|
221
|
-
import { default as Bl } from "./features/worksheet/worksheet/worksheet-permissions/
|
222
|
-
import { default as bl } from "./features/worksheet/
|
223
|
-
import { default as vl } from "./features/worksheet/learnosity-preloader/
|
224
|
-
import { default as Vl } from "./features/worksheet/
|
225
|
-
import { default as Ql } from "./features/
|
208
|
+
import { PostGameStats as js } from "./features/post-game-stats/post-game-stats.js";
|
209
|
+
import { default as qs } from "./features/sheet-tools/desmos-calculator/desmos-calculator.js";
|
210
|
+
import { default as Xs } from "./features/sheet-tools/tool-header/tool-header.js";
|
211
|
+
import { default as el } from "./features/sheets/sheets-list/sheets-list.js";
|
212
|
+
import { default as rl } from "./features/sheets/reference-sheet/reference-sheet.js";
|
213
|
+
import { isV3Worksheet as al, isV3WorksheetAttempt as fl } from "./features/sheets/utils/is-v3-worksheet.js";
|
214
|
+
import { COMPLETED_SHEET_STATE as ll, NODE_LABELS as pl, NODE_SUB_GROUP as ml, NODE_TYPE as ul, PYTHON_NODE_TYPES as xl, REWARDS_LIST as dl, SHEET_ACTIONS as nl, SHEET_ATTEMPT_LOCATION as cl, SHEET_ATTEMPT_LOCATION_MAP as Il, SHEET_ATTEMPT_STATE as il, SHEET_DATA_TYPE as Tl, SHEET_STATE as El } from "./features/sheets/constants/sheet.js";
|
215
|
+
import { default as Cl } from "./features/student-details/student-details.js";
|
216
|
+
import { default as Pl } from "./features/utils/load-script.js";
|
217
|
+
import { ACTION_BAR_HEIGHT as hl, QUESTIONS_GAP as Ll, QUESTION_WIDTH as kl, TOP_NAVIGATION_HEIGHT as Ml } from "./features/worksheet/worksheet/constants.js";
|
218
|
+
import { isOkayTypeQuestion as Hl } from "./features/worksheet/worksheet/worksheet-helpers.js";
|
219
|
+
import { default as Rl } from "./features/worksheet/worksheet/worksheet-container.js";
|
220
|
+
import { default as Gl } from "./features/worksheet/worksheet-preview/worksheet-preview.js";
|
221
|
+
import { default as Bl } from "./features/worksheet/worksheet/worksheet-permissions/sheet-locked.js";
|
222
|
+
import { default as bl } from "./features/worksheet/worksheet/worksheet-permissions/error.js";
|
223
|
+
import { default as vl } from "./features/worksheet/learnosity-preloader/learnosity-preloader.js";
|
224
|
+
import { default as Vl } from "./features/worksheet/learnosity-preloader/use-is-learnosity-loaded.js";
|
225
|
+
import { default as Ql } from "./features/worksheet/worksheet-preview/hooks/use-worksheet-layout.js";
|
226
|
+
import { default as Kl } from "./features/maintenance/maintenance.js";
|
226
227
|
export {
|
227
228
|
Ns as ACHIEVEMENT_ACTIONS,
|
228
229
|
kr as AccordionSection,
|
229
230
|
ps as AchievementNotShareReasonModal,
|
230
231
|
us as AchievementShareInstructionModal,
|
231
|
-
|
232
|
+
d as AlertIcon,
|
232
233
|
Et as AppLoader,
|
233
234
|
Yr as ArcButton,
|
234
235
|
Nr as ArrowTooltip,
|
@@ -247,11 +248,11 @@ export {
|
|
247
248
|
N as BulbIcon,
|
248
249
|
gr as Button,
|
249
250
|
Za as CIRCLE_ONBOARDING_ANALYTICS_STEPS,
|
250
|
-
|
251
|
+
ll as COMPLETED_SHEET_STATE,
|
251
252
|
D as CalendarIcon,
|
252
253
|
Ot as Callout,
|
253
254
|
pt as CascadingSelectInput,
|
254
|
-
|
255
|
+
xa as Chapter,
|
255
256
|
es as ChapterClearanceConfirmationModal,
|
256
257
|
na as ChaptersList,
|
257
258
|
cr as ChatIcon,
|
@@ -277,11 +278,12 @@ export {
|
|
277
278
|
j as CrossIcon,
|
278
279
|
Tf as CueCanvas,
|
279
280
|
cf as CueCanvasController,
|
280
|
-
|
281
|
+
df as CueCanvasProvider,
|
281
282
|
q as CueRocket,
|
282
283
|
ir as CuemathLogo,
|
283
284
|
X as DashArrowIcon,
|
284
|
-
|
285
|
+
qs as DesmosCalculator,
|
286
|
+
Ys as DigitalMeter,
|
285
287
|
ee as DownIcon,
|
286
288
|
re as DraftIcon,
|
287
289
|
ae as DragIcon,
|
@@ -292,11 +294,11 @@ export {
|
|
292
294
|
Lf as EVENTS,
|
293
295
|
pe as Edit2Icon,
|
294
296
|
se as EditIcon,
|
295
|
-
|
297
|
+
ds as EditMilestoneModal,
|
296
298
|
ue as EditStarIcon,
|
297
|
-
|
299
|
+
de as EraserIcon,
|
298
300
|
Fr as Error,
|
299
|
-
|
301
|
+
Xs as ExpandableHeader,
|
300
302
|
gf as ExtraPractice,
|
301
303
|
ie as Eye2Icon,
|
302
304
|
ce as EyeIcon,
|
@@ -328,11 +330,11 @@ export {
|
|
328
330
|
Ia as LPARChapter,
|
329
331
|
Ta as LPARMilestoneChapter,
|
330
332
|
tf as Leaderboard,
|
331
|
-
|
333
|
+
vl as LearnosityPreloader,
|
332
334
|
De as LeftIcon,
|
333
335
|
ge as Lock2Icon,
|
334
336
|
ye as LockIcon,
|
335
|
-
|
337
|
+
Kl as Maintenance,
|
336
338
|
Cs as MilestoneActionWidget,
|
337
339
|
rs as MilestoneCreate,
|
338
340
|
is as MilestoneEdit,
|
@@ -345,18 +347,18 @@ export {
|
|
345
347
|
Ye as Mobile,
|
346
348
|
Fe as MoreVerticalIcon,
|
347
349
|
ma as MultiTabBlocker,
|
348
|
-
|
349
|
-
|
350
|
-
|
350
|
+
pl as NODE_LABELS,
|
351
|
+
ml as NODE_SUB_GROUP,
|
352
|
+
ul as NODE_TYPE,
|
351
353
|
Er as Next2Icon,
|
352
354
|
je as NextIcon,
|
353
355
|
yr as Nudge,
|
354
356
|
ut as NumRangeInput,
|
355
357
|
oa as PLATFORM_EVENTS_STUDENT,
|
356
358
|
ta as PLATFORM_EVENTS_TEACHER,
|
357
|
-
|
359
|
+
xl as PYTHON_NODE_TYPES,
|
358
360
|
qe as PencilIcon,
|
359
|
-
|
361
|
+
dt as PercentileInput,
|
360
362
|
$t as PerfectHits,
|
361
363
|
ro as Play2Icon,
|
362
364
|
eo as PlayIcon,
|
@@ -364,29 +366,29 @@ export {
|
|
364
366
|
so as Plus2Icon,
|
365
367
|
ao as PlusIcon,
|
366
368
|
Xe as PointerIcon,
|
367
|
-
|
369
|
+
js as PostGameStats,
|
368
370
|
po as PracticeIcon,
|
369
|
-
|
371
|
+
Gl as PreviewWorksheet,
|
370
372
|
uo as ProgressIcon,
|
371
373
|
va as ProjectOutcome,
|
372
374
|
Qa as ProjectType,
|
373
375
|
no as QuestionIcon,
|
374
376
|
Io as QuestionLetterIcon,
|
375
|
-
|
377
|
+
dl as REWARDS_LIST,
|
376
378
|
Pt as RadioCard,
|
377
379
|
Xr as RadioInput,
|
378
380
|
To as RedoIcon,
|
379
|
-
|
381
|
+
rl as ReferenceSheet,
|
380
382
|
Ws as RemotePeerPointer,
|
381
383
|
So as RightIcon,
|
382
384
|
Ao as RulerIcon,
|
383
385
|
Sa as SATSheetSummary,
|
384
|
-
|
385
|
-
|
386
|
-
|
387
|
-
|
388
|
-
|
389
|
-
|
386
|
+
nl as SHEET_ACTIONS,
|
387
|
+
cl as SHEET_ATTEMPT_LOCATION,
|
388
|
+
Il as SHEET_ATTEMPT_LOCATION_MAP,
|
389
|
+
il as SHEET_ATTEMPT_STATE,
|
390
|
+
Tl as SHEET_DATA_TYPE,
|
391
|
+
El as SHEET_STATE,
|
390
392
|
Hs as STAGES,
|
391
393
|
$o as ScribbleIcon,
|
392
394
|
_o as SearchIcon,
|
@@ -395,10 +397,10 @@ export {
|
|
395
397
|
et as SelectInput,
|
396
398
|
ct as SelectionCards,
|
397
399
|
Zt as Separator,
|
398
|
-
|
400
|
+
bl as SheetError,
|
399
401
|
Lo as SheetIcon,
|
400
|
-
|
401
|
-
|
402
|
+
el as SheetList,
|
403
|
+
Bl as SheetLocked,
|
402
404
|
uf as SignUp,
|
403
405
|
er as SketchIcon,
|
404
406
|
Ro as Skip2Icon,
|
@@ -409,7 +411,7 @@ export {
|
|
409
411
|
a as Stepper,
|
410
412
|
Jt as StreakIcon,
|
411
413
|
Bo as StrikedEyeIcon,
|
412
|
-
|
414
|
+
Cl as StudentDetails,
|
413
415
|
qf as SubmitMilestoneModal,
|
414
416
|
bo as SwitchIcon,
|
415
417
|
Kt as TabComponent,
|
@@ -423,7 +425,7 @@ export {
|
|
423
425
|
Of as TrialSession,
|
424
426
|
Vo as TrophyIcon,
|
425
427
|
Ba as Tutorial,
|
426
|
-
|
428
|
+
dr as TutoringIcon,
|
427
429
|
Dt as UIContext,
|
428
430
|
Qo as UndoIcon,
|
429
431
|
Ko as UnlockIcon,
|
@@ -432,22 +434,22 @@ export {
|
|
432
434
|
Zo as UserIcon,
|
433
435
|
zt as Video,
|
434
436
|
fa as WHITELIST_EVENTS,
|
435
|
-
|
436
|
-
|
437
|
-
|
438
|
-
|
437
|
+
hl as WORKSHEET_ACTION_BAR_HEIGHT,
|
438
|
+
Ll as WORKSHEET_QUESTIONS_GAP,
|
439
|
+
kl as WORKSHEET_QUESTION_WIDTH,
|
440
|
+
Ml as WORKSHEET_TOP_NAVIGATION_HEIGHT,
|
439
441
|
ba as WebView,
|
440
442
|
Va as WebViewEvent,
|
441
|
-
|
443
|
+
Rl as Worksheet,
|
442
444
|
Aa as checkIfPPTNodeType,
|
443
445
|
vt as getTheme,
|
444
446
|
bs as invalidateMilestoneResources,
|
445
447
|
Rs as invalidateMilestonesData,
|
446
448
|
ys as invalidateTestHelpData,
|
447
|
-
|
448
|
-
|
449
|
-
|
450
|
-
|
449
|
+
Hl as isOkayTypeQuestion,
|
450
|
+
al as isV3Worksheet,
|
451
|
+
fl as isV3WorksheetAttempt,
|
452
|
+
Pl as loadScript,
|
451
453
|
Uf as useAutoPlayPermission,
|
452
454
|
Sf as useCanvasSyncBroker,
|
453
455
|
Ma as useCircleSounds,
|
@@ -462,7 +464,7 @@ export {
|
|
462
464
|
Mf as useInClassActionDispatcher,
|
463
465
|
Nf as useInClassActionListener,
|
464
466
|
Af as useInClassMessageBroker,
|
465
|
-
|
467
|
+
Vl as useIsLearnosityLoaded,
|
466
468
|
la as useIsTabBlocked,
|
467
469
|
wf as useJourney,
|
468
470
|
ws as usePointerSync,
|
@@ -470,7 +472,7 @@ export {
|
|
470
472
|
Bt as useTrackingContext,
|
471
473
|
_f as useTrialSessionMessageBroker,
|
472
474
|
Gt as useUIContext,
|
473
|
-
|
475
|
+
Ql as useWorksheetLayout,
|
474
476
|
Pr as useZoomDisable
|
475
477
|
};
|
476
478
|
//# sourceMappingURL=index.js.map
|
package/dist/index.js.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
1
|
+
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|