@cuemath/leap 2.8.25-rj-9 → 2.8.25-rj-11
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/features/circle-games/leaderboard/comps/info-bar/info-bar-styled.js +12 -0
- package/dist/features/circle-games/leaderboard/comps/info-bar/info-bar-styled.js.map +1 -0
- package/dist/features/circle-games/leaderboard/comps/info-bar/info-bar.js +11 -0
- package/dist/features/circle-games/leaderboard/comps/info-bar/info-bar.js.map +1 -0
- package/dist/features/circle-games/leaderboard/comps/leaderboard-item/leaderboard-item.js +6 -6
- package/dist/features/circle-games/leaderboard/comps/leaderboard-item/leaderboard-item.js.map +1 -1
- package/dist/features/circle-games/leaderboard/comps/streak-reduction-infobar/constants.js +5 -0
- package/dist/features/circle-games/leaderboard/comps/streak-reduction-infobar/constants.js.map +1 -0
- package/dist/features/circle-games/leaderboard/comps/streak-reduction-infobar/streak-reduction-infobar.js +41 -0
- package/dist/features/circle-games/leaderboard/comps/streak-reduction-infobar/streak-reduction-infobar.js.map +1 -0
- package/dist/features/circle-games/leaderboard/hooks/{useIntersectionObserver.js → use-intersection-observer/use-intersection-observer.tsx.js} +1 -1
- package/dist/features/circle-games/leaderboard/hooks/use-intersection-observer/use-intersection-observer.tsx.js.map +1 -0
- package/dist/features/circle-games/leaderboard/hooks/{useTimer.js → use-timer/use-timer.js} +1 -1
- package/dist/features/circle-games/leaderboard/hooks/use-timer/use-timer.js.map +1 -0
- package/dist/features/circle-games/leaderboard/leaderboard.js +77 -75
- package/dist/features/circle-games/leaderboard/leaderboard.js.map +1 -1
- package/dist/features/circle-games/utils/streak-reduction-localstorage-util.js +25 -0
- package/dist/features/circle-games/utils/streak-reduction-localstorage-util.js.map +1 -0
- package/dist/index.d.ts +23 -3
- package/dist/index.js +211 -207
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/dist/features/circle-games/leaderboard/hooks/useIntersectionObserver.js.map +0 -1
- package/dist/features/circle-games/leaderboard/hooks/useTimer.js.map +0 -1
package/dist/index.js
CHANGED
@@ -6,7 +6,7 @@ import { default as u } from "./assets/line-icons/icons/alert.js";
|
|
6
6
|
import { default as x } from "./assets/line-icons/icons/back.js";
|
7
7
|
import { default as c } from "./assets/line-icons/icons/bin.js";
|
8
8
|
import { default as i } from "./assets/line-icons/icons/bin2.js";
|
9
|
-
import { default as
|
9
|
+
import { default as S } from "./assets/line-icons/icons/book-closed.js";
|
10
10
|
import { default as C } from "./assets/line-icons/icons/book.js";
|
11
11
|
import { default as P } from "./assets/line-icons/icons/book2.js";
|
12
12
|
import { default as h } from "./assets/line-icons/icons/bookmark.js";
|
@@ -16,7 +16,7 @@ import { default as O } from "./assets/line-icons/icons/calendar.js";
|
|
16
16
|
import { default as D } from "./assets/line-icons/icons/check.js";
|
17
17
|
import { default as y } from "./assets/line-icons/icons/check2.js";
|
18
18
|
import { default as g } from "./assets/line-icons/icons/clipboard.js";
|
19
|
-
import { default as
|
19
|
+
import { default as b } from "./assets/line-icons/icons/clock.js";
|
20
20
|
import { default as W } from "./assets/line-icons/icons/clock2.js";
|
21
21
|
import { default as w } from "./assets/line-icons/icons/code.js";
|
22
22
|
import { default as Y } from "./assets/line-icons/icons/copy.js";
|
@@ -33,7 +33,7 @@ import { default as ue } from "./assets/line-icons/icons/eraser.js";
|
|
33
33
|
import { default as xe } from "./assets/line-icons/icons/eye.js";
|
34
34
|
import { default as ce } from "./assets/line-icons/icons/eye2.js";
|
35
35
|
import { default as ie } from "./assets/line-icons/icons/hand.js";
|
36
|
-
import { default as
|
36
|
+
import { default as Se } from "./assets/line-icons/icons/help.js";
|
37
37
|
import { default as Ce } from "./assets/line-icons/icons/highlighter.js";
|
38
38
|
import { default as Pe } from "./assets/line-icons/icons/home.js";
|
39
39
|
import { default as he } from "./assets/line-icons/icons/image.js";
|
@@ -43,7 +43,7 @@ import { default as Oe } from "./assets/line-icons/icons/left.js";
|
|
43
43
|
import { default as De } from "./assets/line-icons/icons/lock.js";
|
44
44
|
import { default as ye } from "./assets/line-icons/icons/lock2.js";
|
45
45
|
import { default as ge } from "./assets/line-icons/icons/minus.js";
|
46
|
-
import { default as
|
46
|
+
import { default as be } from "./assets/line-icons/icons/minus2.js";
|
47
47
|
import { default as We } from "./assets/line-icons/icons/mistake.js";
|
48
48
|
import { default as we } from "./assets/line-icons/icons/mobile.js";
|
49
49
|
import { default as Ye } from "./assets/line-icons/icons/more-vertical.js";
|
@@ -60,7 +60,7 @@ import { default as uo } from "./assets/line-icons/icons/question.js";
|
|
60
60
|
import { default as no } from "./assets/line-icons/icons/question-letter.js";
|
61
61
|
import { default as Io } from "./assets/line-icons/icons/redo.js";
|
62
62
|
import { default as To } from "./assets/line-icons/icons/right.js";
|
63
|
-
import { default as
|
63
|
+
import { default as Eo } from "./assets/line-icons/icons/ruler.js";
|
64
64
|
import { default as Ao } from "./assets/line-icons/icons/search.js";
|
65
65
|
import { default as _o } from "./assets/line-icons/icons/star.js";
|
66
66
|
import { default as Lo } from "./assets/line-icons/icons/skip.js";
|
@@ -69,7 +69,7 @@ import { default as Ho } from "./assets/line-icons/icons/star2.js";
|
|
69
69
|
import { default as Ro } from "./assets/line-icons/icons/striked-eye.js";
|
70
70
|
import { default as Go } from "./assets/line-icons/icons/switch-icon.js";
|
71
71
|
import { default as Bo } from "./assets/line-icons/icons/tick.js";
|
72
|
-
import { default as
|
72
|
+
import { default as Uo } from "./assets/line-icons/icons/trophy.js";
|
73
73
|
import { default as vo } from "./assets/line-icons/icons/undo.js";
|
74
74
|
import { default as Vo } from "./assets/line-icons/icons/unlock.js";
|
75
75
|
import { default as Qo } from "./assets/line-icons/icons/up.js";
|
@@ -86,7 +86,7 @@ import { default as ur } from "./assets/line-icons/icons/chat.js";
|
|
86
86
|
import { default as xr } from "./assets/line-icons/icons/cuemath-logo.js";
|
87
87
|
import { default as cr } from "./assets/line-icons/icons/next2.js";
|
88
88
|
import { AutoPlayPermissionProvider as ir } from "./features/hooks/use-auto-play-permission/use-auto-play-permission-context-provider.js";
|
89
|
-
import { default as
|
89
|
+
import { default as Sr } from "./features/hooks/use-zoom-disable.js";
|
90
90
|
import { default as Cr } from "./features/hooks/use-force-reload.js";
|
91
91
|
import { default as Pr } from "./features/ui/accordion-section/accordion-section.js";
|
92
92
|
import { default as hr } from "./features/ui/arrow-tooltip/arrow-tooltip.js";
|
@@ -96,7 +96,7 @@ import { default as Or } from "./features/ui/nudge/nudge.js";
|
|
96
96
|
import { default as Dr } from "./features/ui/buttons/button/button.js";
|
97
97
|
import { default as yr } from "./features/ui/buttons/clickable/clickable.js";
|
98
98
|
import { default as gr } from "./features/ui/buttons/icon-button/icon-button.js";
|
99
|
-
import { default as
|
99
|
+
import { default as br } from "./features/ui/buttons/text-button/text-button.js";
|
100
100
|
import { ArcButton as Wr } from "./features/ui/arc-button/arc-button.js";
|
101
101
|
import { default as wr } from "./features/ui/error/error.js";
|
102
102
|
import { default as Yr } from "./features/ui/inputs/checkbox-input/checkbox-input.js";
|
@@ -113,7 +113,7 @@ import { default as ut } from "./features/ui/selection-cards/selection-cards.js"
|
|
113
113
|
import { default as xt } from "./features/ui/layout/flex-view.js";
|
114
114
|
import { default as ct } from "./features/ui/loader/app-loader/app-loader.js";
|
115
115
|
import { CircularLoader as it } from "./features/ui/loader/circular-loader/circular-loader.js";
|
116
|
-
import { default as
|
116
|
+
import { default as St } from "./features/ui/radio-cards/radio-cards.js";
|
117
117
|
import { default as Ct } from "./features/ui/section-list/section-list.js";
|
118
118
|
import { default as Pt } from "./features/ui/text/text.js";
|
119
119
|
import { default as ht } from "./features/ui/tag/tag.js";
|
@@ -122,7 +122,7 @@ import { default as Nt, useUIContext as Ht } from "./features/ui/context/context
|
|
122
122
|
import { default as Rt } from "./features/ui/context/use-tracking-context.js";
|
123
123
|
import { default as Gt } from "./features/ui/hooks/use-context-menu-click-handler.js";
|
124
124
|
import { getTheme as Bt } from "./features/ui/theme/get-theme.js";
|
125
|
-
import { default as
|
125
|
+
import { default as Ut } from "./features/ui/avatar/avatar.js";
|
126
126
|
import { default as vt } from "./features/ui/time-left-timeline/time-left-timeline.js";
|
127
127
|
import { default as Vt } from "./features/ui/tab/tab.js";
|
128
128
|
import { default as Qt } from "./features/ui/streak-icon/streak-icon.js";
|
@@ -140,118 +140,120 @@ import { default as da } from "./features/chapters/lpar-chapter/lpar-chapter.js"
|
|
140
140
|
import { default as na } from "./features/chapters/lpar-milestone-chapter/lpar-milestone-chapter.js";
|
141
141
|
import { default as Ia } from "./features/chapters/lpar-chapter/block-section/sat-sheet-item/sat-sheet-summary/sat-sheet-summary.js";
|
142
142
|
import { checkIfPPTNodeType as Ta } from "./features/chapters/lpar-chapter/utils/index.js";
|
143
|
-
import { GAME_LAUNCHER_ASSET_PADDING as
|
144
|
-
import {
|
145
|
-
import {
|
146
|
-
import {
|
147
|
-
import {
|
148
|
-
import {
|
149
|
-
import {
|
150
|
-
import {
|
151
|
-
import {
|
152
|
-
import {
|
153
|
-
import {
|
154
|
-
import {
|
155
|
-
import {
|
156
|
-
import {
|
157
|
-
import {
|
158
|
-
import {
|
159
|
-
import {
|
160
|
-
import {
|
161
|
-
import {
|
162
|
-
import {
|
163
|
-
import {
|
164
|
-
import {
|
165
|
-
import {
|
166
|
-
import {
|
167
|
-
import { default as Cf } from "./features/cue-canvas/cue-canvas.js";
|
168
|
-
import { default as Pf } from "./features/cue-canvas/
|
169
|
-
import { default as hf } from "./features/
|
170
|
-
import { default as kf } from "./features/
|
171
|
-
import {
|
172
|
-
import {
|
173
|
-
import {
|
174
|
-
import {
|
175
|
-
import {
|
176
|
-
import {
|
177
|
-
import {
|
178
|
-
import {
|
179
|
-
import {
|
180
|
-
import {
|
181
|
-
import {
|
182
|
-
import {
|
183
|
-
import {
|
184
|
-
import {
|
185
|
-
import { default as ts } from "./features/milestone/create/
|
186
|
-
import { default as fs } from "./features/milestone/create/
|
187
|
-
import { default as ls } from "./features/milestone/
|
188
|
-
import { default as ms } from "./features/milestone/
|
189
|
-
import { default as ds } from "./features/milestone/
|
190
|
-
import { default as ns } from "./features/milestone/outcome/
|
191
|
-
import { default as Is } from "./features/milestone/
|
192
|
-
import { default as Ts } from "./features/milestone/
|
193
|
-
import { default as
|
194
|
-
import { default as As } from "./features/milestone/
|
195
|
-
import { default as _s } from "./features/milestone/
|
196
|
-
import { default as Ls } from "./features/milestone/
|
197
|
-
import { default as Ms } from "./features/milestone/milestone-
|
198
|
-
import {
|
199
|
-
import {
|
200
|
-
import {
|
201
|
-
import {
|
202
|
-
import {
|
203
|
-
import {
|
204
|
-
import {
|
205
|
-
import {
|
206
|
-
import {
|
207
|
-
import {
|
208
|
-
import { default as $s } from "./features/
|
209
|
-
import { default as ol } from "./features/
|
210
|
-
import {
|
211
|
-
import {
|
212
|
-
import {
|
213
|
-
import {
|
214
|
-
import {
|
215
|
-
import {
|
216
|
-
import {
|
217
|
-
import {
|
218
|
-
import { default as yl } from "./features/worksheet/worksheet/worksheet-
|
219
|
-
import { default as gl } from "./features/worksheet/worksheet/worksheet-
|
220
|
-
import { default as
|
221
|
-
import { default as Wl } from "./features/worksheet/
|
222
|
-
import { default as wl } from "./features/worksheet/
|
223
|
-
import { default as Yl } from "./features/
|
143
|
+
import { GAME_LAUNCHER_ASSET_PADDING as Ea, GAME_LAUNCHER_SIZE as Ca } from "./features/circle-games/game-launcher/comps/segmented-game-card/constants.js";
|
144
|
+
import { InfoBar as Pa } from "./features/circle-games/leaderboard/comps/info-bar/info-bar.js";
|
145
|
+
import { useGetLeaderboardDal as ha } from "./features/circle-games/leaderboard/dal/use-get-leaderboard-dal/use-get-leaderboard-dal.js";
|
146
|
+
import { ELeaderboardType as ka } from "./features/circle-games/leaderboard/enums/leaderboard-type-enum.js";
|
147
|
+
import { useCircleSounds as Na } from "./features/circle-games/hooks/use-circle-sounds/use-circle-sounds.js";
|
148
|
+
import { CircleSoundKey as Oa } from "./features/circle-games/hooks/use-circle-sounds/use-circle-sounds-enums.js";
|
149
|
+
import { StreakReductionLocalStorageUtil as Da } from "./features/circle-games/utils/streak-reduction-localstorage-util.js";
|
150
|
+
import { Tutorial as ya } from "./features/circle-games/games/tutorial/tutorial.js";
|
151
|
+
import { WebView as ga } from "./features/circle-games/games/web-view/web-view.js";
|
152
|
+
import { GameId as ba, LessonId as va, MiniGameId as Wa, ProjectId as Va, PuzzleId as wa } from "./features/circle-games/games/web-view/enums/project-ids-enum.js";
|
153
|
+
import { ProjectOutcome as Ya } from "./features/circle-games/games/web-view/enums/project-outcomes-enum.js";
|
154
|
+
import { WebViewEvent as Fa } from "./features/circle-games/games/web-view/enums/web-view-events-enum.js";
|
155
|
+
import { ProjectType as ja } from "./features/circle-games/games/web-view/enums/project-type-enum.js";
|
156
|
+
import { PlayerType as Za } from "./features/circle-games/games/web-view/enums/player-type-enum.js";
|
157
|
+
import { IStatsToAwardErrorCode as Xa } from "./features/circle-games/games/web-view/web-view-types.js";
|
158
|
+
import { CIRCLE_ONBOARDING_ANALYTICS_STEPS as ef } from "./features/circle-games/enum/circle-onboarding-steps.js";
|
159
|
+
import { CIRCLE_ACTION_IDS as rf } from "./features/circle-games/enum/circle-action-ids.js";
|
160
|
+
import { GameLauncher as af } from "./features/circle-games/game-launcher/game-launcher.js";
|
161
|
+
import { useGetCircleHomeDetailsDal as sf } from "./features/circle-games/game-launcher/dal/use-get-circle-home-details-dal/use-get-circle-home-details-dal.js";
|
162
|
+
import { usePostUpdateCircleJourneyDal as pf } from "./features/circle-games/game-launcher/dal/use-post-update-circle-journey-dal/use-post-update-circle-journey-dal.js";
|
163
|
+
import { Leaderboard as uf } from "./features/circle-games/leaderboard/leaderboard.js";
|
164
|
+
import { BackgroundImage as xf, CircularSteps as nf } from "./features/circle-games/sign-up/comp/circular-steps/circular-steps.js";
|
165
|
+
import { SplashScreen as If } from "./features/circle-games/sign-up/comp/splash-screen/splash-screen.js";
|
166
|
+
import { SignUp as Sf } from "./features/circle-games/sign-up/sign-up.js";
|
167
|
+
import { default as Cf } from "./features/cue-canvas/cue-canvas-provider.js";
|
168
|
+
import { default as Pf } from "./features/cue-canvas/toolbar/toolbar.js";
|
169
|
+
import { default as hf } from "./features/cue-canvas/cue-canvas.js";
|
170
|
+
import { default as kf } from "./features/cue-canvas/hooks/use-canvas-sync-broker.js";
|
171
|
+
import { default as Nf } from "./features/communication/hooks/use-inclass-message-broker/use-inclass-message-broker.js";
|
172
|
+
import { default as Of } from "./features/communication/hooks/use-trial-session-message-broker/use-trial-session-message-broker.js";
|
173
|
+
import { EVENTS as Df } from "./features/communication/pub-sub/constants.js";
|
174
|
+
import { useInClassActionDispatcher as yf, useInClassActionListener as Bf } from "./features/communication/pub-sub/hooks.js";
|
175
|
+
import { default as Uf } from "./features/trial-session/trial-session.js";
|
176
|
+
import { EClassTimeAlertLevel as vf } from "./features/trial-session/trial-session-types.js";
|
177
|
+
import { useClassTimeAlerts as Vf } from "./features/trial-session/hooks/use-class-time-alerts.js";
|
178
|
+
import { default as Qf } from "./features/extra-practice/extra-practice.js";
|
179
|
+
import { useAutoPlayPermission as Kf } from "./features/hooks/use-auto-play-permission/use-auto-play-permission.js";
|
180
|
+
import { JOURNEY_ID_STUDENT as Jf } from "./features/journey/journey-id/journey-id-student.js";
|
181
|
+
import { useJourney as zf } from "./features/journey/use-journey/use-journey.js";
|
182
|
+
import { JourneyProvider as qf } from "./features/journey/use-journey/journey-context-provider.js";
|
183
|
+
import { IndicatorType as $f } from "./features/journey/use-journey/constants.js";
|
184
|
+
import { Coachmark as os } from "./features/journey/comps/coachmark/coachmark.js";
|
185
|
+
import { default as ts } from "./features/milestone/create/submit-modal/submit-modal.js";
|
186
|
+
import { default as fs } from "./features/milestone/create/comps/confirmation-modals/goal-creation-confirmation.js";
|
187
|
+
import { default as ls } from "./features/milestone/create/comps/confirmation-modals/chapter-clearance-confirmation.js";
|
188
|
+
import { default as ms } from "./features/milestone/create/milestone-create-container.js";
|
189
|
+
import { default as ds } from "./features/milestone/edit/goal-drafts/goal-draft-edit-container.js";
|
190
|
+
import { default as ns } from "./features/milestone/outcome/milestone-outcome-container.js";
|
191
|
+
import { default as Is } from "./features/milestone/outcome/comps/achievement/reason-submit-modal.js";
|
192
|
+
import { default as Ts } from "./features/milestone/outcome/comps/achievement/share-instructions-modal.js";
|
193
|
+
import { default as Es } from "./features/milestone/edit/comps/edit-milestone-modal/index.js";
|
194
|
+
import { default as As } from "./features/milestone/edit/goal-edit-container.js";
|
195
|
+
import { default as _s } from "./features/milestone/edit/milestone-edit-container.js";
|
196
|
+
import { default as Ls } from "./features/milestone/milestone-list-container/milestone-list-container.js";
|
197
|
+
import { default as Ms } from "./features/milestone/milestone-action-widget/milestone-action-widget.js";
|
198
|
+
import { default as Hs } from "./features/milestone/start/milestone-start.js";
|
199
|
+
import { default as Rs } from "./features/milestone/milestone-tests/tests-creation/tests-creation.js";
|
200
|
+
import { ACHIEVEMENT_ACTIONS as Gs, STAGES as ys } from "./features/milestone/outcome/milestone-outcome-constants.js";
|
201
|
+
import { invalidateMilestonesData as gs, useGetAllMilestonesdata as Us } from "./features/milestone/milestone-list-container/api/get-milestones.js";
|
202
|
+
import { invalidateTestHelpData as vs, useGetTestHelpData as Ws } from "./features/milestone/milestone-list-container/api/get-tests-list.js";
|
203
|
+
import { invalidateMilestoneResources as ws, useGetMilestoneResources as Qs } from "./features/milestone/milestone-list-container/api/get-milestone-resources.js";
|
204
|
+
import { default as Ks } from "./features/pointer-sync/pointer.js";
|
205
|
+
import { default as Js } from "./features/pointer-sync/hooks/use-pointer-sync.js";
|
206
|
+
import { PostGameStats as zs } from "./features/post-game-stats/post-game-stats.js";
|
207
|
+
import { EPostGameStat as qs } from "./features/post-game-stats/enums/post-game-stats-enum.js";
|
208
|
+
import { default as $s } from "./features/sheet-tools/desmos-calculator/desmos-calculator.js";
|
209
|
+
import { default as ol } from "./features/sheet-tools/tool-header/tool-header.js";
|
210
|
+
import { default as tl } from "./features/sheets/sheets-list/sheets-list.js";
|
211
|
+
import { default as fl } from "./features/sheets/reference-sheet/reference-sheet.js";
|
212
|
+
import { isV3Worksheet as ll, isV3WorksheetAttempt as pl } from "./features/sheets/utils/is-v3-worksheet.js";
|
213
|
+
import { COMPLETED_SHEET_STATE as ul, NODE_LABELS as dl, NODE_SUB_GROUP as xl, NODE_TYPE as nl, PYTHON_NODE_TYPES as cl, REWARDS_LIST as Il, SHEET_ACTIONS as il, SHEET_ATTEMPT_LOCATION as Tl, SHEET_ATTEMPT_LOCATION_MAP as Sl, SHEET_ATTEMPT_STATE as El, SHEET_DATA_TYPE as Cl, SHEET_STATE as Al } from "./features/sheets/constants/sheet.js";
|
214
|
+
import { default as _l } from "./features/student-details/student-details.js";
|
215
|
+
import { default as Ll } from "./features/utils/load-script.js";
|
216
|
+
import { ACTION_BAR_HEIGHT as Ml, QUESTIONS_GAP as Nl, QUESTION_WIDTH as Hl, TOP_NAVIGATION_HEIGHT as Ol } from "./features/worksheet/worksheet/constants.js";
|
217
|
+
import { isOkayTypeQuestion as Dl } from "./features/worksheet/worksheet/worksheet-helpers.js";
|
218
|
+
import { default as yl } from "./features/worksheet/worksheet/worksheet-container.js";
|
219
|
+
import { default as gl } from "./features/worksheet/worksheet-preview/worksheet-preview.js";
|
220
|
+
import { default as bl } from "./features/worksheet/worksheet/worksheet-permissions/sheet-locked.js";
|
221
|
+
import { default as Wl } from "./features/worksheet/worksheet/worksheet-permissions/error.js";
|
222
|
+
import { default as wl } from "./features/worksheet/learnosity-preloader/learnosity-preloader.js";
|
223
|
+
import { default as Yl } from "./features/worksheet/learnosity-preloader/use-is-learnosity-loaded.js";
|
224
|
+
import { default as Fl } from "./features/worksheet/worksheet-preview/hooks/use-worksheet-layout.js";
|
225
|
+
import { default as jl } from "./features/maintenance/maintenance.js";
|
224
226
|
export {
|
225
|
-
|
227
|
+
Gs as ACHIEVEMENT_ACTIONS,
|
226
228
|
Pr as AccordionSection,
|
227
|
-
|
228
|
-
|
229
|
+
Is as AchievementNotShareReasonModal,
|
230
|
+
Ts as AchievementShareInstructionModal,
|
229
231
|
u as AlertIcon,
|
230
232
|
ct as AppLoader,
|
231
233
|
Wr as ArcButton,
|
232
234
|
hr as ArrowTooltip,
|
233
235
|
ir as AutoPlayPermissionProvider,
|
234
|
-
|
236
|
+
Ut as Avatar,
|
235
237
|
Xo as Back2Icon,
|
236
238
|
x as BackIcon,
|
237
|
-
|
239
|
+
xf as BackgroundImage,
|
238
240
|
i as Bin2Icon,
|
239
241
|
c as BinIcon,
|
240
242
|
P as Book2Icon,
|
241
|
-
|
243
|
+
S as BookClosedIcon,
|
242
244
|
C as BookIcon,
|
243
245
|
h as BookmarkIcon,
|
244
246
|
N as Bulb2Icon,
|
245
247
|
k as BulbIcon,
|
246
248
|
Dr as Button,
|
247
|
-
|
248
|
-
|
249
|
-
|
249
|
+
rf as CIRCLE_ACTION_IDS,
|
250
|
+
ef as CIRCLE_ONBOARDING_ANALYTICS_STEPS,
|
251
|
+
ul as COMPLETED_SHEET_STATE,
|
250
252
|
O as CalendarIcon,
|
251
253
|
kt as Callout,
|
252
254
|
at as CascadingSelectInput,
|
253
255
|
la as Chapter,
|
254
|
-
|
256
|
+
ls as ChapterClearanceConfirmationModal,
|
255
257
|
ma as ChaptersList,
|
256
258
|
ur as ChatIcon,
|
257
259
|
y as Check2Icon,
|
@@ -261,135 +263,136 @@ export {
|
|
261
263
|
ar as ChevronDownIcon,
|
262
264
|
rr as ChevronLeftIcon,
|
263
265
|
er as ChevronRightIcon,
|
264
|
-
|
266
|
+
Oa as CircleSoundKey,
|
265
267
|
it as CircularLoader,
|
266
|
-
|
268
|
+
nf as CircularSteps,
|
267
269
|
yr as Clickable,
|
268
270
|
g as ClipboardIcon,
|
269
271
|
W as Clock2Icon,
|
270
|
-
|
271
|
-
|
272
|
+
b as ClockIcon,
|
273
|
+
os as Coachmark,
|
272
274
|
w as CodeIcon,
|
273
275
|
kr as ContextMenu,
|
274
276
|
Y as CopyIcon,
|
275
277
|
Nr as CountdownTimer,
|
276
278
|
F as CrossIcon,
|
277
|
-
|
278
|
-
|
279
|
-
|
279
|
+
hf as CueCanvas,
|
280
|
+
Pf as CueCanvasController,
|
281
|
+
Cf as CueCanvasProvider,
|
280
282
|
j as CueRocket,
|
281
283
|
xr as CuemathLogo,
|
282
284
|
Z as DashArrowIcon,
|
283
|
-
|
285
|
+
$s as DesmosCalculator,
|
284
286
|
X as DownIcon,
|
285
287
|
ee as DraftIcon,
|
286
288
|
re as DragIcon,
|
287
|
-
|
288
|
-
|
289
|
-
|
290
|
-
|
289
|
+
vf as EClassTimeAlertLevel,
|
290
|
+
ka as ELeaderboardType,
|
291
|
+
qs as EPostGameStat,
|
292
|
+
Df as EVENTS,
|
291
293
|
se as Edit2Icon,
|
292
294
|
ae as EditIcon,
|
293
|
-
|
295
|
+
Es as EditMilestoneModal,
|
294
296
|
pe as EditStarIcon,
|
295
297
|
ue as EraserIcon,
|
296
298
|
wr as Error,
|
297
|
-
|
298
|
-
|
299
|
+
ol as ExpandableHeader,
|
300
|
+
Qf as ExtraPractice,
|
299
301
|
ce as Eye2Icon,
|
300
302
|
xe as EyeIcon,
|
301
303
|
xt as FlexView,
|
302
|
-
|
304
|
+
Ea as GAME_LAUNCHER_ASSET_PADDING,
|
303
305
|
Ca as GAME_LAUNCHER_SIZE,
|
304
306
|
sr as GameIcon,
|
305
|
-
|
306
|
-
|
307
|
-
|
308
|
-
|
309
|
-
|
307
|
+
ba as GameId,
|
308
|
+
af as GameLauncher,
|
309
|
+
fs as GoalCreationConfirmationModal,
|
310
|
+
ds as GoalDraftEdit,
|
311
|
+
As as GoalEdit,
|
310
312
|
et as GooglePlacesSearchInput,
|
311
313
|
r as GradeSelector,
|
312
314
|
ie as HandIcon,
|
313
|
-
|
315
|
+
Se as HelpIcon,
|
314
316
|
Ce as HighlighterIcon,
|
315
317
|
Pe as HomeIcon,
|
316
318
|
s as ILLUSTRATIONS,
|
317
319
|
p as IMAGES,
|
318
|
-
|
320
|
+
Xa as IStatsToAwardErrorCode,
|
319
321
|
gr as IconButton,
|
320
322
|
he as ImageIcon,
|
321
|
-
|
323
|
+
$f as IndicatorType,
|
322
324
|
Ne as Info2Icon,
|
325
|
+
Pa as InfoBar,
|
323
326
|
ke as InfoIcon,
|
324
|
-
|
325
|
-
|
327
|
+
Jf as JOURNEY_ID_STUDENT,
|
328
|
+
qf as JourneyProvider,
|
326
329
|
da as LPARChapter,
|
327
330
|
na as LPARMilestoneChapter,
|
328
|
-
|
329
|
-
|
331
|
+
uf as Leaderboard,
|
332
|
+
wl as LearnosityPreloader,
|
330
333
|
Oe as LeftIcon,
|
331
|
-
|
334
|
+
va as LessonId,
|
332
335
|
ye as Lock2Icon,
|
333
336
|
De as LockIcon,
|
334
|
-
|
335
|
-
|
336
|
-
|
337
|
-
|
338
|
-
|
339
|
-
|
340
|
-
|
341
|
-
|
342
|
-
|
337
|
+
jl as Maintenance,
|
338
|
+
Ms as MilestoneActionWidget,
|
339
|
+
ms as MilestoneCreate,
|
340
|
+
_s as MilestoneEdit,
|
341
|
+
Ls as MilestoneList,
|
342
|
+
ns as MilestoneOutcome,
|
343
|
+
Hs as MilestoneStart,
|
344
|
+
Wa as MiniGameId,
|
345
|
+
be as Minus2Icon,
|
343
346
|
ge as MinusIcon,
|
344
347
|
We as MistakeIcon,
|
345
348
|
we as Mobile,
|
346
349
|
Ye as MoreVerticalIcon,
|
347
350
|
fa as MultiTabBlocker,
|
348
|
-
|
349
|
-
|
350
|
-
|
351
|
+
dl as NODE_LABELS,
|
352
|
+
xl as NODE_SUB_GROUP,
|
353
|
+
nl as NODE_TYPE,
|
351
354
|
cr as Next2Icon,
|
352
355
|
Fe as NextIcon,
|
353
356
|
Or as Nudge,
|
354
357
|
st as NumRangeInput,
|
355
358
|
qt as PLATFORM_EVENTS_STUDENT,
|
356
359
|
$t as PLATFORM_EVENTS_TEACHER,
|
357
|
-
|
360
|
+
cl as PYTHON_NODE_TYPES,
|
358
361
|
je as PencilIcon,
|
359
362
|
pt as PercentileInput,
|
360
363
|
zt as PerfectHits,
|
361
364
|
eo as Play2Icon,
|
362
365
|
Xe as PlayIcon,
|
363
|
-
|
366
|
+
Za as PlayerType,
|
364
367
|
ao as Plus2Icon,
|
365
368
|
ro as PlusIcon,
|
366
369
|
Ze as PointerIcon,
|
367
|
-
|
370
|
+
zs as PostGameStats,
|
368
371
|
so as PracticeIcon,
|
369
|
-
|
372
|
+
gl as PreviewWorksheet,
|
370
373
|
po as ProgressIcon,
|
371
|
-
|
372
|
-
|
373
|
-
|
374
|
-
|
374
|
+
Va as ProjectId,
|
375
|
+
Ya as ProjectOutcome,
|
376
|
+
ja as ProjectType,
|
377
|
+
wa as PuzzleId,
|
375
378
|
uo as QuestionIcon,
|
376
379
|
no as QuestionLetterIcon,
|
377
|
-
|
378
|
-
|
380
|
+
Il as REWARDS_LIST,
|
381
|
+
St as RadioCard,
|
379
382
|
jr as RadioInput,
|
380
383
|
Io as RedoIcon,
|
381
|
-
|
382
|
-
|
384
|
+
fl as ReferenceSheet,
|
385
|
+
Ks as RemotePeerPointer,
|
383
386
|
To as RightIcon,
|
384
|
-
|
387
|
+
Eo as RulerIcon,
|
385
388
|
Ia as SATSheetSummary,
|
386
|
-
|
387
|
-
|
388
|
-
|
389
|
-
|
390
|
-
|
391
|
-
|
392
|
-
|
389
|
+
il as SHEET_ACTIONS,
|
390
|
+
Tl as SHEET_ATTEMPT_LOCATION,
|
391
|
+
Sl as SHEET_ATTEMPT_LOCATION_MAP,
|
392
|
+
El as SHEET_ATTEMPT_STATE,
|
393
|
+
Cl as SHEET_DATA_TYPE,
|
394
|
+
Al as SHEET_STATE,
|
395
|
+
ys as STAGES,
|
393
396
|
zo as ScribbleIcon,
|
394
397
|
Ao as SearchIcon,
|
395
398
|
Xr as SearchableSelectInput,
|
@@ -397,33 +400,34 @@ export {
|
|
397
400
|
Zr as SelectInput,
|
398
401
|
ut as SelectionCards,
|
399
402
|
Kt as Separator,
|
400
|
-
|
401
|
-
|
402
|
-
|
403
|
-
|
403
|
+
Wl as SheetError,
|
404
|
+
tl as SheetList,
|
405
|
+
bl as SheetLocked,
|
406
|
+
Sf as SignUp,
|
404
407
|
Zo as SketchIcon,
|
405
408
|
Mo as Skip2Icon,
|
406
409
|
Lo as SkipIcon,
|
407
|
-
|
410
|
+
If as SplashScreen,
|
408
411
|
Ho as Star2Icon,
|
409
412
|
_o as StarIcon,
|
410
413
|
a as Stepper,
|
411
414
|
Qt as StreakIcon,
|
415
|
+
Da as StreakReductionLocalStorageUtil,
|
412
416
|
Ro as StrikedEyeIcon,
|
413
|
-
|
414
|
-
|
417
|
+
_l as StudentDetails,
|
418
|
+
ts as SubmitMilestoneModal,
|
415
419
|
Go as SwitchIcon,
|
416
420
|
Vt as TabComponent,
|
417
421
|
ht as Tag,
|
418
|
-
|
422
|
+
Rs as TestsCreation,
|
419
423
|
Pt as Text,
|
420
|
-
|
424
|
+
br as TextButton,
|
421
425
|
rt as TextInput,
|
422
426
|
Bo as TickIcon,
|
423
427
|
vt as TimeLeftTimeline,
|
424
|
-
|
425
|
-
|
426
|
-
|
428
|
+
Uf as TrialSession,
|
429
|
+
Uo as TrophyIcon,
|
430
|
+
ya as Tutorial,
|
427
431
|
pr as TutoringIcon,
|
428
432
|
Nt as UIContext,
|
429
433
|
vo as UndoIcon,
|
@@ -433,45 +437,45 @@ export {
|
|
433
437
|
Ko as UserIcon,
|
434
438
|
Jt as Video,
|
435
439
|
oa as WHITELIST_EVENTS,
|
436
|
-
|
437
|
-
|
438
|
-
|
439
|
-
|
440
|
-
|
441
|
-
|
442
|
-
|
440
|
+
Ml as WORKSHEET_ACTION_BAR_HEIGHT,
|
441
|
+
Nl as WORKSHEET_QUESTIONS_GAP,
|
442
|
+
Hl as WORKSHEET_QUESTION_WIDTH,
|
443
|
+
Ol as WORKSHEET_TOP_NAVIGATION_HEIGHT,
|
444
|
+
ga as WebView,
|
445
|
+
Fa as WebViewEvent,
|
446
|
+
yl as Worksheet,
|
443
447
|
Ta as checkIfPPTNodeType,
|
444
448
|
Bt as getTheme,
|
445
|
-
|
446
|
-
|
447
|
-
|
448
|
-
|
449
|
-
|
450
|
-
|
451
|
-
|
452
|
-
|
453
|
-
|
454
|
-
|
455
|
-
|
449
|
+
ws as invalidateMilestoneResources,
|
450
|
+
gs as invalidateMilestonesData,
|
451
|
+
vs as invalidateTestHelpData,
|
452
|
+
Dl as isOkayTypeQuestion,
|
453
|
+
ll as isV3Worksheet,
|
454
|
+
pl as isV3WorksheetAttempt,
|
455
|
+
Ll as loadScript,
|
456
|
+
Kf as useAutoPlayPermission,
|
457
|
+
kf as useCanvasSyncBroker,
|
458
|
+
Na as useCircleSounds,
|
459
|
+
Vf as useClassTimeAlerts,
|
456
460
|
Gt as useContextMenuClickHandler,
|
457
461
|
Cr as useForceReload,
|
458
|
-
|
459
|
-
|
460
|
-
|
461
|
-
|
462
|
-
|
463
|
-
|
464
|
-
|
465
|
-
|
466
|
-
|
462
|
+
Us as useGetAllMilestonesdata,
|
463
|
+
sf as useGetCircleHomeDetailsDal,
|
464
|
+
ha as useGetLeaderboardDal,
|
465
|
+
Qs as useGetMilestoneResources,
|
466
|
+
Ws as useGetTestHelpData,
|
467
|
+
yf as useInClassActionDispatcher,
|
468
|
+
Bf as useInClassActionListener,
|
469
|
+
Nf as useInClassMessageBroker,
|
470
|
+
Yl as useIsLearnosityLoaded,
|
467
471
|
ta as useIsTabBlocked,
|
468
|
-
|
469
|
-
|
470
|
-
|
472
|
+
zf as useJourney,
|
473
|
+
Js as usePointerSync,
|
474
|
+
pf as usePostUpdateCircleJourneyDal,
|
471
475
|
Rt as useTrackingContext,
|
472
|
-
|
476
|
+
Of as useTrialSessionMessageBroker,
|
473
477
|
Ht as useUIContext,
|
474
|
-
|
475
|
-
|
478
|
+
Fl as useWorksheetLayout,
|
479
|
+
Sr as useZoomDisable
|
476
480
|
};
|
477
481
|
//# sourceMappingURL=index.js.map
|