@cuemath/leap 3.1.6-gg2 → 3.1.6

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 (28) hide show
  1. package/dist/features/cue-canvas/constants/constants.js +2 -2
  2. package/dist/features/cue-canvas/constants/constants.js.map +1 -1
  3. package/dist/features/cue-canvas/cue-canvas-core.js +18 -16
  4. package/dist/features/cue-canvas/cue-canvas-core.js.map +1 -1
  5. package/dist/features/cue-canvas/cue-canvas.js +48 -47
  6. package/dist/features/cue-canvas/cue-canvas.js.map +1 -1
  7. package/dist/features/cue-canvas/hooks/use-config-updater.js +9 -8
  8. package/dist/features/cue-canvas/hooks/use-config-updater.js.map +1 -1
  9. package/dist/features/cue-canvas/hooks/use-height-extender.js +12 -10
  10. package/dist/features/cue-canvas/hooks/use-height-extender.js.map +1 -1
  11. package/dist/index.d.ts +11 -56
  12. package/dist/index.js +333 -339
  13. package/dist/index.js.map +1 -1
  14. package/package.json +1 -1
  15. package/dist/features/ui/modals/modal-context.js +0 -13
  16. package/dist/features/ui/modals/modal-context.js.map +0 -1
  17. package/dist/features/ui/modals/modal-helpers.js +0 -17
  18. package/dist/features/ui/modals/modal-helpers.js.map +0 -1
  19. package/dist/features/ui/modals/modal-provider.js +0 -48
  20. package/dist/features/ui/modals/modal-provider.js.map +0 -1
  21. package/dist/features/ui/modals/modal-styled.js +0 -154
  22. package/dist/features/ui/modals/modal-styled.js.map +0 -1
  23. package/dist/features/ui/modals/modal.js +0 -19
  24. package/dist/features/ui/modals/modal.js.map +0 -1
  25. package/dist/features/ui/modals/use-modal-actions.js +0 -10
  26. package/dist/features/ui/modals/use-modal-actions.js.map +0 -1
  27. package/dist/features/ui/modals/use-modal-params.js +0 -10
  28. package/dist/features/ui/modals/use-modal-params.js.map +0 -1
package/dist/index.js CHANGED
@@ -11,7 +11,7 @@ import { default as C } from "./assets/line-icons/icons/book-closed.js";
11
11
  import { default as P } from "./assets/line-icons/icons/book.js";
12
12
  import { default as h } from "./assets/line-icons/icons/book2.js";
13
13
  import { default as R } from "./assets/line-icons/icons/bookmark.js";
14
- import { default as k } from "./assets/line-icons/icons/bulb.js";
14
+ import { default as N } from "./assets/line-icons/icons/bulb.js";
15
15
  import { default as O } from "./assets/line-icons/icons/bulb2.js";
16
16
  import { default as D } from "./assets/line-icons/icons/calendar.js";
17
17
  import { default as g } from "./assets/line-icons/icons/check.js";
@@ -38,7 +38,7 @@ import { default as Ce } from "./assets/line-icons/icons/hand.js";
38
38
  import { default as Pe } from "./assets/line-icons/icons/help.js";
39
39
  import { default as he } from "./assets/line-icons/icons/highlighter.js";
40
40
  import { default as Re } from "./assets/line-icons/icons/home.js";
41
- import { default as ke } from "./assets/line-icons/icons/image.js";
41
+ import { default as Ne } from "./assets/line-icons/icons/image.js";
42
42
  import { default as Oe } from "./assets/line-icons/icons/info.js";
43
43
  import { default as De } from "./assets/line-icons/icons/info2.js";
44
44
  import { default as ge } from "./assets/line-icons/icons/left.js";
@@ -64,8 +64,8 @@ import { default as Eo } from "./assets/line-icons/icons/question-letter.js";
64
64
  import { default as Ao } from "./assets/line-icons/icons/redo.js";
65
65
  import { default as _o } from "./assets/line-icons/icons/right.js";
66
66
  import { default as Lo } from "./assets/line-icons/icons/ruler.js";
67
- import { default as Mo } from "./assets/line-icons/icons/search.js";
68
- import { default as No } from "./assets/line-icons/icons/sheet.js";
67
+ import { default as ko } from "./assets/line-icons/icons/search.js";
68
+ import { default as Mo } from "./assets/line-icons/icons/sheet.js";
69
69
  import { default as Ho } from "./assets/line-icons/icons/star.js";
70
70
  import { default as Go } from "./assets/line-icons/icons/skip-colored.js";
71
71
  import { default as yo } from "./assets/line-icons/icons/skip.js";
@@ -91,7 +91,7 @@ import { default as Cr } from "./assets/line-icons/icons/game.js";
91
91
  import { default as Pr } from "./assets/line-icons/icons/tutoring.js";
92
92
  import { default as hr } from "./assets/line-icons/icons/chat.js";
93
93
  import { default as Rr } from "./assets/line-icons/icons/cuemath-logo.js";
94
- import { default as kr } from "./assets/line-icons/icons/next2.js";
94
+ import { default as Nr } from "./assets/line-icons/icons/next2.js";
95
95
  import { AutoPlayPermissionProvider as Or } from "./features/hooks/use-auto-play-permission/use-auto-play-permission-context-provider.js";
96
96
  import { default as Dr } from "./features/hooks/use-zoom-disable.js";
97
97
  import { default as gr } from "./features/hooks/use-force-reload.js";
@@ -118,180 +118,177 @@ import { default as Ct } from "./features/ui/inputs/num-range-input/num-range-in
118
118
  import { default as Pt } from "./features/ui/inputs/percentile-input/percentile-input.js";
119
119
  import { default as ht } from "./features/ui/selection-cards/selection-cards.js";
120
120
  import { default as Rt } from "./features/ui/layout/flex-view.js";
121
- import { default as kt } from "./features/ui/loader/app-loader/app-loader.js";
121
+ import { default as Nt } from "./features/ui/loader/app-loader/app-loader.js";
122
122
  import { CircularLoader as Ot } from "./features/ui/loader/circular-loader/circular-loader.js";
123
- import { default as Dt } from "./features/ui/modals/modal-provider.js";
124
- import { default as gt } from "./features/ui/modals/use-modal-actions.js";
125
- import { default as Ut } from "./features/ui/modals/use-modal-params.js";
126
- import { default as vt } from "./features/ui/radio-cards/radio-cards.js";
127
- import { default as wt } from "./features/ui/section-list/section-list.js";
128
- import { default as Vt } from "./features/ui/text/text.js";
129
- import { default as Yt } from "./features/ui/tag/tag.js";
130
- import { default as Qt } from "./features/ui/callout/callout.js";
131
- import { default as jt, useUIContext as Zt } from "./features/ui/context/context.js";
132
- import { default as zt } from "./features/ui/context/use-tracking-context.js";
133
- import { default as $t } from "./features/ui/hooks/use-context-menu-click-handler.js";
134
- import { getTheme as oa } from "./features/ui/theme/get-theme.js";
135
- import { default as ta } from "./features/ui/avatar/avatar.js";
136
- import { default as fa } from "./features/ui/time-left-timeline/time-left-timeline.js";
137
- import { default as la } from "./features/ui/tab/tab.js";
138
- import { default as ua } from "./features/ui/streak-icon/streak-icon.js";
139
- import { default as da } from "./features/ui/separator/separator.js";
140
- import { default as na } from "./features/ui/video/index.js";
141
- import { default as ia } from "./features/ui/perfect-hits/perfect-hits.js";
142
- import { default as Ta } from "./features/ui/image/image.js";
143
- import { default as Ea } from "./features/ui/animated-arc/animated-arc.js";
144
- import { default as Aa } from "./features/auth/comps/auth-static-panel/auth-static-panel.js";
145
- import { default as _a } from "./features/auth/comps/auth-page-layout/auth-page-layout.js";
146
- import { default as La } from "./features/auth/comps/overlay-loader/overlay-loader.js";
147
- import { default as Ma } from "./features/auth/comps/tabs/tabs.js";
148
- import { default as Na } from "./features/auth/comps/input-status-icon/input-status-icon.js";
149
- import { default as Ha } from "./features/auth/comps/resend-otp/resend-otp.js";
150
- import { default as Ga } from "./features/auth/signup/user-type-selector/user-type-selector.js";
151
- import { default as ya } from "./features/auth/signup/claim-user-account/claim-user-account.js";
152
- import { default as Ba } from "./features/auth/signup/custom-input-field/grade-input/grade-input.js";
153
- import { default as ba } from "./features/auth/signup/custom-input-field/date-picker-input/date-picker-input.js";
154
- import { default as Wa } from "./features/auth/signup/custom-input-field/custom-input-field.js";
155
- import { default as Fa } from "./features/auth/signup/circular-step-wrapper/circular-step-wrapper.js";
156
- import { default as Ja } from "./features/auth/signup/signup-methods/signup-methods.js";
157
- import { default as Ka } from "./features/auth/account-selector/account-selector.js";
158
- import { default as Za } from "./features/auth/login/social-login-methods/social-login-methods.js";
159
- import { default as za } from "./features/auth/login/social-account-not-found/social-account-not-found.js";
160
- import { default as $a } from "./features/auth/login/username-password-form/username-password-form.js";
161
- import { default as of } from "./features/auth/login/identifier-otp-form/identifier-otp-form.js";
162
- import { default as tf } from "./features/auth/forgot-password/otp-form/otp-form.js";
163
- import { default as ff } from "./features/auth/forgot-password/reset-password-form/reset-password-form.js";
164
- import { default as lf } from "./features/auth/forgot-password/user-identifier-form/user-identifier-form.js";
165
- import { AUTH_TABS as uf } from "./features/auth/login/login-constants.js";
166
- import { AuthApiErrorCode as df } from "./features/auth/signup/signup-constants.js";
167
- import { PLATFORM_EVENTS_STUDENT as nf } from "./features/analytics-events/platform-events-student.js";
168
- import { PLATFORM_EVENTS_TEACHER as If } from "./features/analytics-events/platform-events-teacher.js";
169
- import { WHITELIST_EVENTS as Sf } from "./features/analytics-events/whitelist-events.js";
170
- import { default as Cf } from "./features/blockers/multi-tab-blocker/use-is-tab-blocked.js";
171
- import { default as Pf } from "./features/blockers/multi-tab-blocker/multi-tab-blocker.js";
172
- import { default as hf } from "./features/chapters/chapter/chapter.js";
173
- import { default as Rf } from "./features/chapters/chapters-list/chapters-list.js";
174
- import { default as kf } from "./features/chapters/lpar-chapter/lpar-chapter.js";
175
- import { default as Of } from "./features/chapters/lpar-milestone-chapter/lpar-milestone-chapter.js";
176
- import { default as Df } from "./features/chapters/lpar-chapter/block-section/sat-sheet-item/sat-sheet-summary/sat-sheet-summary.js";
177
- import { checkIfPPTNodeType as gf } from "./features/chapters/lpar-chapter/utils/index.js";
178
- import { default as Uf } from "./features/chapters-v2/chapter-details/chapter-details.js";
179
- import { invalidateGetChapterDetails as vf } from "./features/chapters-v2/api/chapter.js";
180
- import { GAME_LAUNCHER_ASSET_PADDING as wf } from "./features/circle-games/game-launcher/comps/segmented-game-card/constants.js";
181
- import { GAME_LAUNCHER_SIZE as Vf } from "./features/circle-games/game-launcher/comps/card-container/constants.js";
182
- import { useCircleSounds as Yf } from "./features/circle-games/hooks/use-circle-sounds/use-circle-sounds.js";
183
- import { CircleSoundKey as Qf } from "./features/circle-games/hooks/use-circle-sounds/use-circle-sounds-enums.js";
184
- import { useGetLeaderboardDal as jf } from "./features/circle-games/leaderboard/dal/use-get-leaderboard-dal/use-get-leaderboard-dal.js";
185
- import { ELeaderboardType as qf } from "./features/circle-games/leaderboard/enums/leaderboard-type-enum.js";
186
- import { StreakReductionLocalStorageUtil as Xf } from "./features/circle-games/utils/streak-reduction-localstorage-util.js";
187
- import { Tutorial as es } from "./features/circle-games/games/tutorial/tutorial.js";
188
- import { WebView as rs } from "./features/circle-games/games/web-view/web-view.js";
189
- import { ProjectOutcome as as } from "./features/circle-games/games/web-view/enums/project-outcomes-enum.js";
190
- import { WebViewEvent as ss } from "./features/circle-games/games/web-view/enums/web-view-events-enum.js";
191
- import { ProjectType as ps } from "./features/circle-games/games/web-view/enums/project-type-enum.js";
192
- import { PlayerType as ms } from "./features/circle-games/games/web-view/enums/player-type-enum.js";
193
- import { IStatsToAwardErrorCode as xs } from "./features/circle-games/games/web-view/web-view-types.js";
194
- import { CIRCLE_ONBOARDING_ANALYTICS_STEPS as cs } from "./features/circle-games/enum/circle-onboarding-steps.js";
195
- import { CIRCLE_ACTION_IDS as Is } from "./features/circle-games/enum/circle-action-ids.js";
196
- import { GameLauncher as Ss } from "./features/circle-games/game-launcher/game-launcher.js";
197
- import { useGetCircleHomeDetailsDal as Cs } from "./features/circle-games/game-launcher/dal/use-get-circle-home-details-dal/use-get-circle-home-details-dal.js";
198
- import { Leaderboard as Ps } from "./features/circle-games/leaderboard/leaderboard.js";
199
- import { BackgroundImage as hs, CircularSteps as Ls } from "./features/circle-games/sign-up/comp/circular-steps/circular-steps.js";
200
- import { SplashScreen as Ms } from "./features/circle-games/sign-up/comp/splash-screen/splash-screen.js";
201
- import { SignUp as Ns } from "./features/circle-games/sign-up/sign-up.js";
202
- import { default as Hs } from "./features/cue-canvas/cue-canvas-provider.js";
203
- import { default as Gs } from "./features/cue-canvas/toolbar/toolbar.js";
204
- import { default as ys } from "./features/cue-canvas/cue-canvas.js";
205
- import { default as Bs } from "./features/cue-canvas/hooks/use-canvas-sync-broker.js";
206
- import { default as bs } from "./features/cue-canvas/sidebar/sidebar.js";
207
- import { default as Ws } from "./features/cue-canvas/bottombar/homework-controls.js";
208
- import { default as Fs } from "./features/communication/hooks/use-inclass-message-broker/use-inclass-message-broker.js";
209
- import { default as Js } from "./features/communication/hooks/use-trial-session-message-broker/use-trial-session-message-broker.js";
210
- import { EVENTS as Ks } from "./features/communication/pub-sub/constants.js";
211
- import { useInClassActionDispatcher as Zs, useInClassActionListener as qs } from "./features/communication/pub-sub/hooks.js";
212
- import { default as Xs } from "./features/trial-session/trial-session.js";
213
- import { EClassTimeAlertLevel as el } from "./features/trial-session/trial-session-types.js";
214
- import { useClassTimeAlerts as rl } from "./features/trial-session/hooks/use-class-time-alerts.js";
215
- import { default as al } from "./features/talk-meter/talk-meter.js";
216
- import { default as sl } from "./features/extra-practice/extra-practice.js";
217
- import { default as pl } from "./features/homework/hw-card-list/hw-card-list.js";
218
- import { invalidateHomeworks as ml } from "./features/homework/hw-card-list/api/get-homeworks.js";
219
- import { useAutoPlayPermission as xl } from "./features/hooks/use-auto-play-permission/use-auto-play-permission.js";
220
- import { JOURNEY_ID_STUDENT as cl } from "./features/journey/journey-id/journey-id-student.js";
221
- import { JOURNEY_ID_TEACHER as Il } from "./features/journey/journey-id/journey-id-teacher.js";
222
- import { useJourney as Sl } from "./features/journey/use-journey/use-journey.js";
223
- import { useGetEligibleJourneysViaRoute as Cl } from "./features/journey/hooks/use-get-eligible-journeys-via-route.js";
224
- import { JourneyProvider as Pl } from "./features/journey/use-journey/journey-context-provider.js";
225
- import { IndicatorType as hl } from "./features/journey/use-journey/constants.js";
226
- import { Coachmark as Rl } from "./features/journey/comps/coachmark/coachmark.js";
227
- import { useHomePageJourney as kl } from "./features/journey/hooks/use-home-page-journey/use-home-page-journey.js";
228
- import { useChapterPageJourney as Ol } from "./features/journey/hooks/use-chapter-journey.js";
229
- import { default as Dl } from "./features/maintenance/maintenance.js";
230
- import { default as gl } from "./features/milestone/create/submit-modal/submit-modal.js";
231
- import { default as Ul } from "./features/milestone/create/comps/confirmation-modals/goal-creation-confirmation.js";
232
- import { default as vl } from "./features/milestone/create/comps/confirmation-modals/chapter-clearance-confirmation.js";
233
- import { default as wl } from "./features/milestone/create/milestone-create-container.js";
234
- import { default as Vl } from "./features/milestone/edit/goal-drafts/goal-draft-edit-container.js";
235
- import { default as Yl } from "./features/milestone/outcome/milestone-outcome-container.js";
236
- import { default as Ql } from "./features/milestone/outcome/comps/achievement/reason-submit-modal.js";
237
- import { default as jl } from "./features/milestone/outcome/comps/achievement/share-instructions-modal.js";
238
- import { default as ql } from "./features/milestone/edit/comps/edit-milestone-modal/index.js";
239
- import { default as Xl } from "./features/milestone/edit/goal-edit-container.js";
240
- import { default as ep } from "./features/milestone/edit/milestone-edit-container.js";
241
- import { default as rp } from "./features/milestone/milestone-list-container/milestone-list-container.js";
242
- import { default as ap } from "./features/milestone/milestone-action-widget/milestone-action-widget.js";
243
- import { default as sp } from "./features/milestone/start/milestone-start.js";
244
- import { default as pp } from "./features/milestone/milestone-tests/tests-creation/tests-creation.js";
245
- import { default as mp } from "./features/milestone/milestone-resources/resources-assign/resources-assign.js";
246
- import { ACHIEVEMENT_ACTIONS as xp, STAGES as np } from "./features/milestone/outcome/milestone-outcome-constants.js";
247
- import { invalidateMilestonesData as ip, useGetAllMilestonesdata as Ip } from "./features/milestone/milestone-list-container/api/get-milestones.js";
248
- import { invalidatePastMilestoneCount as Sp, useGetPastMilestoneCount as Ep } from "./features/milestone/milestone-list-container/api/get-past-milestone-count.js";
249
- import { invalidateTestHelpData as Ap, useGetTestHelpData as Pp } from "./features/milestone/milestone-list-container/api/get-tests-list.js";
250
- import { invalidateMilestoneResources as hp, useGetMilestoneResources as Lp } from "./features/milestone/milestone-list-container/api/get-milestone-resources.js";
251
- import { default as Mp } from "./features/pointer-sync/pointer.js";
252
- import { default as Np } from "./features/pointer-sync/hooks/use-pointer-sync.js";
253
- import { DigitalMeter as Hp } from "./features/post-game-stats/digital-meter/digital-meter.js";
254
- import { EPostGameStat as Gp } from "./features/post-game-stats/enums/post-game-stats-enum.js";
255
- import { PostGameStats as yp } from "./features/post-game-stats/post-game-stats.js";
256
- import { default as Bp } from "./features/recent-chapters/recent-chapters.js";
257
- import { SENTRY_DENIED_URLS as bp, SENTRY_IGNORED_ERRORS as wp } from "./features/sentry/constants/ignored.js";
258
- import { default as Vp } from "./features/sheet-tools/desmos-calculator/desmos-calculator.js";
259
- import { default as Yp } from "./features/sheet-tools/tool-header/tool-header.js";
260
- import { default as Qp } from "./features/sheets/sheets-list/sheets-list.js";
261
- import { default as jp } from "./features/sheets/reference-sheet/reference-sheet.js";
262
- import { WORKSHEET_V3_NODE_TYPES as qp } from "./features/sheets/utils/is-v3-worksheet.js";
263
- import { COMPLETED_SHEET_STATE as Xp, NODE_LABELS as $p, NODE_SUB_GROUP as eu, NODE_TYPE as ou, PYTHON_NODE_TYPES as ru, REWARDS_LIST as tu, SHEET_ACTIONS as au, SHEET_ATTEMPT_LOCATION as fu, SHEET_ATTEMPT_LOCATION_MAP as su, SHEET_ATTEMPT_STATE as lu, SHEET_DATA_TYPE as pu, SHEET_STATE as uu } from "./features/sheets/constants/sheet.js";
264
- import { default as du } from "./features/student-details/student-details.js";
265
- import { default as nu } from "./features/utils/load-script.js";
266
- import { ACTION_BAR_HEIGHT as iu, QUESTIONS_GAP as Iu, QUESTION_WIDTH as Tu, TOP_NAVIGATION_HEIGHT as Su } from "./features/worksheet/worksheet/constants.js";
267
- import { isOkayTypeQuestion as Cu } from "./features/worksheet/worksheet/worksheet-helpers.js";
268
- import { default as Pu } from "./features/worksheet/worksheet/worksheet-container.js";
269
- import { default as hu } from "./features/worksheet/worksheet-preview/worksheet-preview.js";
270
- import { default as Ru } from "./features/worksheet/worksheet/worksheet-permissions/sheet-locked.js";
271
- import { default as ku } from "./features/worksheet/worksheet/worksheet-permissions/error.js";
272
- import { default as Ou } from "./features/worksheet/learnosity-preloader/learnosity-preloader.js";
273
- import { default as Du } from "./features/worksheet/learnosity-preloader/use-is-learnosity-loaded.js";
274
- import { default as gu } from "./features/worksheet/worksheet-preview/hooks/use-worksheet-layout.js";
123
+ import { default as Dt } from "./features/ui/radio-cards/radio-cards.js";
124
+ import { default as gt } from "./features/ui/section-list/section-list.js";
125
+ import { default as Ut } from "./features/ui/text/text.js";
126
+ import { default as vt } from "./features/ui/tag/tag.js";
127
+ import { default as wt } from "./features/ui/callout/callout.js";
128
+ import { default as Vt, useUIContext as Ft } from "./features/ui/context/context.js";
129
+ import { default as Jt } from "./features/ui/context/use-tracking-context.js";
130
+ import { default as Kt } from "./features/ui/hooks/use-context-menu-click-handler.js";
131
+ import { getTheme as Zt } from "./features/ui/theme/get-theme.js";
132
+ import { default as zt } from "./features/ui/avatar/avatar.js";
133
+ import { default as $t } from "./features/ui/time-left-timeline/time-left-timeline.js";
134
+ import { default as oa } from "./features/ui/tab/tab.js";
135
+ import { default as ta } from "./features/ui/streak-icon/streak-icon.js";
136
+ import { default as fa } from "./features/ui/separator/separator.js";
137
+ import { default as la } from "./features/ui/video/index.js";
138
+ import { default as ua } from "./features/ui/perfect-hits/perfect-hits.js";
139
+ import { default as da } from "./features/ui/image/image.js";
140
+ import { default as na } from "./features/ui/animated-arc/animated-arc.js";
141
+ import { default as ia } from "./features/auth/comps/auth-static-panel/auth-static-panel.js";
142
+ import { default as Ta } from "./features/auth/comps/auth-page-layout/auth-page-layout.js";
143
+ import { default as Ea } from "./features/auth/comps/overlay-loader/overlay-loader.js";
144
+ import { default as Aa } from "./features/auth/comps/tabs/tabs.js";
145
+ import { default as _a } from "./features/auth/comps/input-status-icon/input-status-icon.js";
146
+ import { default as La } from "./features/auth/comps/resend-otp/resend-otp.js";
147
+ import { default as ka } from "./features/auth/signup/user-type-selector/user-type-selector.js";
148
+ import { default as Ma } from "./features/auth/signup/claim-user-account/claim-user-account.js";
149
+ import { default as Ha } from "./features/auth/signup/custom-input-field/grade-input/grade-input.js";
150
+ import { default as Ga } from "./features/auth/signup/custom-input-field/date-picker-input/date-picker-input.js";
151
+ import { default as ya } from "./features/auth/signup/custom-input-field/custom-input-field.js";
152
+ import { default as Ba } from "./features/auth/signup/circular-step-wrapper/circular-step-wrapper.js";
153
+ import { default as ba } from "./features/auth/signup/signup-methods/signup-methods.js";
154
+ import { default as Wa } from "./features/auth/account-selector/account-selector.js";
155
+ import { default as Fa } from "./features/auth/login/social-login-methods/social-login-methods.js";
156
+ import { default as Ja } from "./features/auth/login/social-account-not-found/social-account-not-found.js";
157
+ import { default as Ka } from "./features/auth/login/username-password-form/username-password-form.js";
158
+ import { default as Za } from "./features/auth/login/identifier-otp-form/identifier-otp-form.js";
159
+ import { default as za } from "./features/auth/forgot-password/otp-form/otp-form.js";
160
+ import { default as $a } from "./features/auth/forgot-password/reset-password-form/reset-password-form.js";
161
+ import { default as of } from "./features/auth/forgot-password/user-identifier-form/user-identifier-form.js";
162
+ import { AUTH_TABS as tf } from "./features/auth/login/login-constants.js";
163
+ import { AuthApiErrorCode as ff } from "./features/auth/signup/signup-constants.js";
164
+ import { PLATFORM_EVENTS_STUDENT as lf } from "./features/analytics-events/platform-events-student.js";
165
+ import { PLATFORM_EVENTS_TEACHER as uf } from "./features/analytics-events/platform-events-teacher.js";
166
+ import { WHITELIST_EVENTS as df } from "./features/analytics-events/whitelist-events.js";
167
+ import { default as nf } from "./features/blockers/multi-tab-blocker/use-is-tab-blocked.js";
168
+ import { default as If } from "./features/blockers/multi-tab-blocker/multi-tab-blocker.js";
169
+ import { default as Sf } from "./features/chapters/chapter/chapter.js";
170
+ import { default as Cf } from "./features/chapters/chapters-list/chapters-list.js";
171
+ import { default as Pf } from "./features/chapters/lpar-chapter/lpar-chapter.js";
172
+ import { default as hf } from "./features/chapters/lpar-milestone-chapter/lpar-milestone-chapter.js";
173
+ import { default as Rf } from "./features/chapters/lpar-chapter/block-section/sat-sheet-item/sat-sheet-summary/sat-sheet-summary.js";
174
+ import { checkIfPPTNodeType as Nf } from "./features/chapters/lpar-chapter/utils/index.js";
175
+ import { default as Of } from "./features/chapters-v2/chapter-details/chapter-details.js";
176
+ import { invalidateGetChapterDetails as Df } from "./features/chapters-v2/api/chapter.js";
177
+ import { GAME_LAUNCHER_ASSET_PADDING as gf } from "./features/circle-games/game-launcher/comps/segmented-game-card/constants.js";
178
+ import { GAME_LAUNCHER_SIZE as Uf } from "./features/circle-games/game-launcher/comps/card-container/constants.js";
179
+ import { useCircleSounds as vf } from "./features/circle-games/hooks/use-circle-sounds/use-circle-sounds.js";
180
+ import { CircleSoundKey as wf } from "./features/circle-games/hooks/use-circle-sounds/use-circle-sounds-enums.js";
181
+ import { useGetLeaderboardDal as Vf } from "./features/circle-games/leaderboard/dal/use-get-leaderboard-dal/use-get-leaderboard-dal.js";
182
+ import { ELeaderboardType as Yf } from "./features/circle-games/leaderboard/enums/leaderboard-type-enum.js";
183
+ import { StreakReductionLocalStorageUtil as Qf } from "./features/circle-games/utils/streak-reduction-localstorage-util.js";
184
+ import { Tutorial as jf } from "./features/circle-games/games/tutorial/tutorial.js";
185
+ import { WebView as qf } from "./features/circle-games/games/web-view/web-view.js";
186
+ import { ProjectOutcome as Xf } from "./features/circle-games/games/web-view/enums/project-outcomes-enum.js";
187
+ import { WebViewEvent as es } from "./features/circle-games/games/web-view/enums/web-view-events-enum.js";
188
+ import { ProjectType as rs } from "./features/circle-games/games/web-view/enums/project-type-enum.js";
189
+ import { PlayerType as as } from "./features/circle-games/games/web-view/enums/player-type-enum.js";
190
+ import { IStatsToAwardErrorCode as ss } from "./features/circle-games/games/web-view/web-view-types.js";
191
+ import { CIRCLE_ONBOARDING_ANALYTICS_STEPS as ps } from "./features/circle-games/enum/circle-onboarding-steps.js";
192
+ import { CIRCLE_ACTION_IDS as ms } from "./features/circle-games/enum/circle-action-ids.js";
193
+ import { GameLauncher as xs } from "./features/circle-games/game-launcher/game-launcher.js";
194
+ import { useGetCircleHomeDetailsDal as cs } from "./features/circle-games/game-launcher/dal/use-get-circle-home-details-dal/use-get-circle-home-details-dal.js";
195
+ import { Leaderboard as Is } from "./features/circle-games/leaderboard/leaderboard.js";
196
+ import { BackgroundImage as Ss, CircularSteps as Es } from "./features/circle-games/sign-up/comp/circular-steps/circular-steps.js";
197
+ import { SplashScreen as As } from "./features/circle-games/sign-up/comp/splash-screen/splash-screen.js";
198
+ import { SignUp as _s } from "./features/circle-games/sign-up/sign-up.js";
199
+ import { default as Ls } from "./features/cue-canvas/cue-canvas-provider.js";
200
+ import { default as ks } from "./features/cue-canvas/toolbar/toolbar.js";
201
+ import { default as Ms } from "./features/cue-canvas/cue-canvas.js";
202
+ import { default as Hs } from "./features/cue-canvas/hooks/use-canvas-sync-broker.js";
203
+ import { default as Gs } from "./features/cue-canvas/sidebar/sidebar.js";
204
+ import { default as ys } from "./features/cue-canvas/bottombar/homework-controls.js";
205
+ import { default as Bs } from "./features/communication/hooks/use-inclass-message-broker/use-inclass-message-broker.js";
206
+ import { default as bs } from "./features/communication/hooks/use-trial-session-message-broker/use-trial-session-message-broker.js";
207
+ import { EVENTS as Ws } from "./features/communication/pub-sub/constants.js";
208
+ import { useInClassActionDispatcher as Fs, useInClassActionListener as Ys } from "./features/communication/pub-sub/hooks.js";
209
+ import { default as Qs } from "./features/trial-session/trial-session.js";
210
+ import { EClassTimeAlertLevel as js } from "./features/trial-session/trial-session-types.js";
211
+ import { useClassTimeAlerts as qs } from "./features/trial-session/hooks/use-class-time-alerts.js";
212
+ import { default as Xs } from "./features/talk-meter/talk-meter.js";
213
+ import { default as el } from "./features/extra-practice/extra-practice.js";
214
+ import { default as rl } from "./features/homework/hw-card-list/hw-card-list.js";
215
+ import { invalidateHomeworks as al } from "./features/homework/hw-card-list/api/get-homeworks.js";
216
+ import { useAutoPlayPermission as sl } from "./features/hooks/use-auto-play-permission/use-auto-play-permission.js";
217
+ import { JOURNEY_ID_STUDENT as pl } from "./features/journey/journey-id/journey-id-student.js";
218
+ import { JOURNEY_ID_TEACHER as ml } from "./features/journey/journey-id/journey-id-teacher.js";
219
+ import { useJourney as xl } from "./features/journey/use-journey/use-journey.js";
220
+ import { useGetEligibleJourneysViaRoute as cl } from "./features/journey/hooks/use-get-eligible-journeys-via-route.js";
221
+ import { JourneyProvider as Il } from "./features/journey/use-journey/journey-context-provider.js";
222
+ import { IndicatorType as Sl } from "./features/journey/use-journey/constants.js";
223
+ import { Coachmark as Cl } from "./features/journey/comps/coachmark/coachmark.js";
224
+ import { useHomePageJourney as Pl } from "./features/journey/hooks/use-home-page-journey/use-home-page-journey.js";
225
+ import { useChapterPageJourney as hl } from "./features/journey/hooks/use-chapter-journey.js";
226
+ import { default as Rl } from "./features/maintenance/maintenance.js";
227
+ import { default as Nl } from "./features/milestone/create/submit-modal/submit-modal.js";
228
+ import { default as Ol } from "./features/milestone/create/comps/confirmation-modals/goal-creation-confirmation.js";
229
+ import { default as Dl } from "./features/milestone/create/comps/confirmation-modals/chapter-clearance-confirmation.js";
230
+ import { default as gl } from "./features/milestone/create/milestone-create-container.js";
231
+ import { default as Ul } from "./features/milestone/edit/goal-drafts/goal-draft-edit-container.js";
232
+ import { default as vl } from "./features/milestone/outcome/milestone-outcome-container.js";
233
+ import { default as wl } from "./features/milestone/outcome/comps/achievement/reason-submit-modal.js";
234
+ import { default as Vl } from "./features/milestone/outcome/comps/achievement/share-instructions-modal.js";
235
+ import { default as Yl } from "./features/milestone/edit/comps/edit-milestone-modal/index.js";
236
+ import { default as Ql } from "./features/milestone/edit/goal-edit-container.js";
237
+ import { default as jl } from "./features/milestone/edit/milestone-edit-container.js";
238
+ import { default as ql } from "./features/milestone/milestone-list-container/milestone-list-container.js";
239
+ import { default as Xl } from "./features/milestone/milestone-action-widget/milestone-action-widget.js";
240
+ import { default as ep } from "./features/milestone/start/milestone-start.js";
241
+ import { default as rp } from "./features/milestone/milestone-tests/tests-creation/tests-creation.js";
242
+ import { default as ap } from "./features/milestone/milestone-resources/resources-assign/resources-assign.js";
243
+ import { ACHIEVEMENT_ACTIONS as sp, STAGES as lp } from "./features/milestone/outcome/milestone-outcome-constants.js";
244
+ import { invalidateMilestonesData as up, useGetAllMilestonesdata as mp } from "./features/milestone/milestone-list-container/api/get-milestones.js";
245
+ import { invalidatePastMilestoneCount as xp, useGetPastMilestoneCount as np } from "./features/milestone/milestone-list-container/api/get-past-milestone-count.js";
246
+ import { invalidateTestHelpData as ip, useGetTestHelpData as Ip } from "./features/milestone/milestone-list-container/api/get-tests-list.js";
247
+ import { invalidateMilestoneResources as Sp, useGetMilestoneResources as Ep } from "./features/milestone/milestone-list-container/api/get-milestone-resources.js";
248
+ import { default as Ap } from "./features/pointer-sync/pointer.js";
249
+ import { default as _p } from "./features/pointer-sync/hooks/use-pointer-sync.js";
250
+ import { DigitalMeter as Lp } from "./features/post-game-stats/digital-meter/digital-meter.js";
251
+ import { EPostGameStat as kp } from "./features/post-game-stats/enums/post-game-stats-enum.js";
252
+ import { PostGameStats as Mp } from "./features/post-game-stats/post-game-stats.js";
253
+ import { default as Hp } from "./features/recent-chapters/recent-chapters.js";
254
+ import { SENTRY_DENIED_URLS as Gp, SENTRY_IGNORED_ERRORS as gp } from "./features/sentry/constants/ignored.js";
255
+ import { default as Up } from "./features/sheet-tools/desmos-calculator/desmos-calculator.js";
256
+ import { default as vp } from "./features/sheet-tools/tool-header/tool-header.js";
257
+ import { default as wp } from "./features/sheets/sheets-list/sheets-list.js";
258
+ import { default as Vp } from "./features/sheets/reference-sheet/reference-sheet.js";
259
+ import { WORKSHEET_V3_NODE_TYPES as Yp } from "./features/sheets/utils/is-v3-worksheet.js";
260
+ import { COMPLETED_SHEET_STATE as Qp, NODE_LABELS as Kp, NODE_SUB_GROUP as jp, NODE_TYPE as Zp, PYTHON_NODE_TYPES as qp, REWARDS_LIST as zp, SHEET_ACTIONS as Xp, SHEET_ATTEMPT_LOCATION as $p, SHEET_ATTEMPT_LOCATION_MAP as eu, SHEET_ATTEMPT_STATE as ou, SHEET_DATA_TYPE as ru, SHEET_STATE as tu } from "./features/sheets/constants/sheet.js";
261
+ import { default as fu } from "./features/student-details/student-details.js";
262
+ import { default as lu } from "./features/utils/load-script.js";
263
+ import { ACTION_BAR_HEIGHT as uu, QUESTIONS_GAP as mu, QUESTION_WIDTH as du, TOP_NAVIGATION_HEIGHT as xu } from "./features/worksheet/worksheet/constants.js";
264
+ import { isOkayTypeQuestion as cu } from "./features/worksheet/worksheet/worksheet-helpers.js";
265
+ import { default as Iu } from "./features/worksheet/worksheet/worksheet-container.js";
266
+ import { default as Su } from "./features/worksheet/worksheet-preview/worksheet-preview.js";
267
+ import { default as Cu } from "./features/worksheet/worksheet/worksheet-permissions/sheet-locked.js";
268
+ import { default as Pu } from "./features/worksheet/worksheet/worksheet-permissions/error.js";
269
+ import { default as hu } from "./features/worksheet/learnosity-preloader/learnosity-preloader.js";
270
+ import { default as Ru } from "./features/worksheet/learnosity-preloader/use-is-learnosity-loaded.js";
271
+ import { default as Nu } from "./features/worksheet/worksheet-preview/hooks/use-worksheet-layout.js";
275
272
  export {
276
- xp as ACHIEVEMENT_ACTIONS,
277
- uf as AUTH_TABS,
273
+ sp as ACHIEVEMENT_ACTIONS,
274
+ tf as AUTH_TABS,
278
275
  Ur as AccordionSection,
279
- Ka as AccountSelector,
280
- Ql as AchievementNotShareReasonModal,
281
- jl as AchievementShareInstructionModal,
276
+ Wa as AccountSelector,
277
+ wl as AchievementNotShareReasonModal,
278
+ Vl as AchievementShareInstructionModal,
282
279
  x as AlertIcon,
283
- Ea as AnimatedArc,
284
- kt as AppLoader,
280
+ na as AnimatedArc,
281
+ Nt as AppLoader,
285
282
  et as ArcButton,
286
283
  vr as ArrowTooltip,
287
- df as AuthApiErrorCode,
288
- _a as AuthPageLayout,
289
- Aa as AuthStaticPanel,
284
+ ff as AuthApiErrorCode,
285
+ Ta as AuthPageLayout,
286
+ ia as AuthStaticPanel,
290
287
  Or as AutoPlayPermissionProvider,
291
- ta as Avatar,
288
+ zt as Avatar,
292
289
  xr as Back2Icon,
293
290
  c as BackIcon,
294
- hs as BackgroundImage,
291
+ Ss as BackgroundImage,
295
292
  S as Bin2Icon,
296
293
  I as BinIcon,
297
294
  h as Book2Icon,
@@ -299,18 +296,18 @@ export {
299
296
  P as BookIcon,
300
297
  R as BookmarkIcon,
301
298
  O as Bulb2Icon,
302
- k as BulbIcon,
299
+ N as BulbIcon,
303
300
  Qr as Button,
304
- Is as CIRCLE_ACTION_IDS,
305
- cs as CIRCLE_ONBOARDING_ANALYTICS_STEPS,
306
- Xp as COMPLETED_SHEET_STATE,
301
+ ms as CIRCLE_ACTION_IDS,
302
+ ps as CIRCLE_ONBOARDING_ANALYTICS_STEPS,
303
+ Qp as COMPLETED_SHEET_STATE,
307
304
  D as CalendarIcon,
308
- Qt as Callout,
305
+ wt as Callout,
309
306
  St as CascadingSelectInput,
310
- hf as Chapter,
311
- vl as ChapterClearanceConfirmationModal,
312
- Uf as ChapterDetails,
313
- Rf as ChaptersList,
307
+ Sf as Chapter,
308
+ Dl as ChapterClearanceConfirmationModal,
309
+ Of as ChapterDetails,
310
+ Cf as ChaptersList,
314
311
  hr as ChatIcon,
315
312
  U as Check2Icon,
316
313
  g as CheckIcon,
@@ -319,257 +316,254 @@ export {
319
316
  Sr as ChevronDownIcon,
320
317
  Ir as ChevronLeftIcon,
321
318
  cr as ChevronRightIcon,
322
- Qf as CircleSoundKey,
319
+ wf as CircleSoundKey,
323
320
  Ot as CircularLoader,
324
- Fa as CircularStepWrapper,
325
- Ls as CircularSteps,
326
- ya as ClaimUserAccount,
321
+ Ba as CircularStepWrapper,
322
+ Es as CircularSteps,
323
+ Ma as ClaimUserAccount,
327
324
  jr as Clickable,
328
325
  v as ClipboardIcon,
329
326
  V as Clock2Icon,
330
327
  w as ClockIcon,
331
- Rl as Coachmark,
328
+ Cl as Coachmark,
332
329
  Y as CodeIcon,
333
330
  wr as ContextMenu,
334
331
  Q as CopyIcon,
335
332
  Vr as CountdownTimer,
336
333
  j as CrossIcon,
337
- ys as CueCanvas,
338
- Gs as CueCanvasController,
339
- Ws as CueCanvasHomeworkController,
340
- Hs as CueCanvasProvider,
341
- bs as CueCanvasSideBar,
334
+ Ms as CueCanvas,
335
+ ks as CueCanvasController,
336
+ ys as CueCanvasHomeworkController,
337
+ Ls as CueCanvasProvider,
338
+ Gs as CueCanvasSideBar,
342
339
  q as CueRocket,
343
340
  Rr as CuemathLogo,
344
- Wa as CustomInputField,
341
+ ya as CustomInputField,
345
342
  X as DashArrowIcon,
346
- ba as DatePickerInput,
347
- Vp as DesmosCalculator,
348
- Hp as DigitalMeter,
343
+ Ga as DatePickerInput,
344
+ Up as DesmosCalculator,
345
+ Lp as DigitalMeter,
349
346
  ee as DownIcon,
350
347
  re as DraftIcon,
351
348
  ae as DragIcon,
352
- el as EClassTimeAlertLevel,
353
- qf as ELeaderboardType,
354
- mp as EPResourceAssign,
355
- Gp as EPostGameStat,
356
- Ks as EVENTS,
349
+ js as EClassTimeAlertLevel,
350
+ Yf as ELeaderboardType,
351
+ ap as EPResourceAssign,
352
+ kp as EPostGameStat,
353
+ Ws as EVENTS,
357
354
  pe as Edit2Icon,
358
355
  se as EditIcon,
359
- ql as EditMilestoneModal,
356
+ Yl as EditMilestoneModal,
360
357
  me as EditStarIcon,
361
358
  xe as EraserIcon,
362
359
  rt as Error,
363
360
  Se as ExclamationIcon,
364
- Yp as ExpandableHeader,
365
- sl as ExtraPractice,
361
+ vp as ExpandableHeader,
362
+ el as ExtraPractice,
366
363
  Ie as Eye2Icon,
367
364
  ce as EyeIcon,
368
365
  Rt as FlexView,
369
- wf as GAME_LAUNCHER_ASSET_PADDING,
370
- Vf as GAME_LAUNCHER_SIZE,
366
+ gf as GAME_LAUNCHER_ASSET_PADDING,
367
+ Uf as GAME_LAUNCHER_SIZE,
371
368
  Cr as GameIcon,
372
- Ss as GameLauncher,
373
- Ul as GoalCreationConfirmationModal,
374
- Vl as GoalDraftEdit,
375
- Xl as GoalEdit,
369
+ xs as GameLauncher,
370
+ Ol as GoalCreationConfirmationModal,
371
+ Ul as GoalDraftEdit,
372
+ Ql as GoalEdit,
376
373
  ct as GooglePlacesSearchInput,
377
- Ba as GradeInput,
374
+ Ha as GradeInput,
378
375
  r as GradeSelector,
379
376
  Ce as HandIcon,
380
377
  Pe as HelpIcon,
381
378
  he as HighlighterIcon,
382
379
  Re as HomeIcon,
383
- pl as HomeworkCardList,
380
+ rl as HomeworkCardList,
384
381
  s as ILLUSTRATIONS,
385
382
  p as IMAGES,
386
- xs as IStatsToAwardErrorCode,
383
+ ss as IStatsToAwardErrorCode,
387
384
  qr as IconButton,
388
- of as IdentifierOtpForm,
389
- Ta as Image,
390
- ke as ImageIcon,
391
- hl as IndicatorType,
385
+ Za as IdentifierOtpForm,
386
+ da as Image,
387
+ Ne as ImageIcon,
388
+ Sl as IndicatorType,
392
389
  De as Info2Icon,
393
390
  Oe as InfoIcon,
394
- Na as InputStatusIcon,
395
- cl as JOURNEY_ID_STUDENT,
396
- Il as JOURNEY_ID_TEACHER,
397
- Pl as JourneyProvider,
391
+ _a as InputStatusIcon,
392
+ pl as JOURNEY_ID_STUDENT,
393
+ ml as JOURNEY_ID_TEACHER,
394
+ Il as JourneyProvider,
398
395
  m as LOTTIE,
399
- kf as LPARChapter,
400
- Of as LPARMilestoneChapter,
401
- Ps as Leaderboard,
402
- Ou as LearnosityPreloader,
396
+ Pf as LPARChapter,
397
+ hf as LPARMilestoneChapter,
398
+ Is as Leaderboard,
399
+ hu as LearnosityPreloader,
403
400
  ge as LeftIcon,
404
401
  ve as Lock2Icon,
405
402
  we as Lock3Icon,
406
403
  Ue as LockIcon,
407
- Dl as Maintenance,
408
- ap as MilestoneActionWidget,
409
- wl as MilestoneCreate,
410
- ep as MilestoneEdit,
411
- rp as MilestoneList,
412
- Yl as MilestoneOutcome,
413
- sp as MilestoneStart,
404
+ Rl as Maintenance,
405
+ Xl as MilestoneActionWidget,
406
+ gl as MilestoneCreate,
407
+ jl as MilestoneEdit,
408
+ ql as MilestoneList,
409
+ vl as MilestoneOutcome,
410
+ ep as MilestoneStart,
414
411
  Ye as Minus2Icon,
415
412
  Ve as MinusIcon,
416
413
  Qe as MistakeIcon,
417
414
  je as Mobile,
418
- Dt as ModalProvider,
419
415
  qe as MoreVerticalIcon,
420
- Pf as MultiTabBlocker,
421
- $p as NODE_LABELS,
422
- eu as NODE_SUB_GROUP,
423
- ou as NODE_TYPE,
424
- kr as Next2Icon,
416
+ If as MultiTabBlocker,
417
+ Kp as NODE_LABELS,
418
+ jp as NODE_SUB_GROUP,
419
+ Zp as NODE_TYPE,
420
+ Nr as Next2Icon,
425
421
  Xe as NextIcon,
426
422
  Yr as Nudge,
427
423
  Ct as NumRangeInput,
428
- tf as OTPForm,
429
- La as OverlayLoader,
430
- nf as PLATFORM_EVENTS_STUDENT,
431
- If as PLATFORM_EVENTS_TEACHER,
432
- ru as PYTHON_NODE_TYPES,
424
+ za as OTPForm,
425
+ Ea as OverlayLoader,
426
+ lf as PLATFORM_EVENTS_STUDENT,
427
+ uf as PLATFORM_EVENTS_TEACHER,
428
+ qp as PYTHON_NODE_TYPES,
433
429
  eo as PencilIcon,
434
430
  Pt as PercentileInput,
435
- ia as PerfectHits,
431
+ ua as PerfectHits,
436
432
  so as Play2Icon,
437
433
  ao as PlayIcon,
438
- ms as PlayerType,
434
+ as as PlayerType,
439
435
  mo as Plus2Icon,
440
436
  po as PlusIcon,
441
437
  ro as PointerIcon,
442
- yp as PostGameStats,
438
+ Mp as PostGameStats,
443
439
  no as PracticeIcon,
444
- hu as PreviewWorksheet,
440
+ Su as PreviewWorksheet,
445
441
  io as ProgressIcon,
446
- as as ProjectOutcome,
447
- ps as ProjectType,
442
+ Xf as ProjectOutcome,
443
+ rs as ProjectType,
448
444
  To as QuestionIcon,
449
445
  Eo as QuestionLetterIcon,
450
- tu as REWARDS_LIST,
451
- vt as RadioCard,
446
+ zp as REWARDS_LIST,
447
+ Dt as RadioCard,
452
448
  pt as RadioInput,
453
- Bp as RecentChapters,
449
+ Hp as RecentChapters,
454
450
  Ao as RedoIcon,
455
- jp as ReferenceSheet,
456
- Mp as RemotePeerPointer,
457
- Ha as ResendOTP,
458
- ff as ResetPasswordForm,
451
+ Vp as ReferenceSheet,
452
+ Ap as RemotePeerPointer,
453
+ La as ResendOTP,
454
+ $a as ResetPasswordForm,
459
455
  _o as RightIcon,
460
456
  Lo as RulerIcon,
461
- Df as SATSheetSummary,
462
- bp as SENTRY_DENIED_URLS,
463
- wp as SENTRY_IGNORED_ERRORS,
464
- au as SHEET_ACTIONS,
465
- fu as SHEET_ATTEMPT_LOCATION,
466
- su as SHEET_ATTEMPT_LOCATION_MAP,
467
- lu as SHEET_ATTEMPT_STATE,
468
- pu as SHEET_DATA_TYPE,
469
- uu as SHEET_STATE,
470
- np as STAGES,
457
+ Rf as SATSheetSummary,
458
+ Gp as SENTRY_DENIED_URLS,
459
+ gp as SENTRY_IGNORED_ERRORS,
460
+ Xp as SHEET_ACTIONS,
461
+ $p as SHEET_ATTEMPT_LOCATION,
462
+ eu as SHEET_ATTEMPT_LOCATION_MAP,
463
+ ou as SHEET_ATTEMPT_STATE,
464
+ ru as SHEET_DATA_TYPE,
465
+ tu as SHEET_STATE,
466
+ lp as STAGES,
471
467
  ur as ScribbleIcon,
472
- Mo as SearchIcon,
468
+ ko as SearchIcon,
473
469
  xt as SearchableSelectInput,
474
- wt as SectionList,
470
+ gt as SectionList,
475
471
  mt as SelectInput,
476
472
  ht as SelectionCards,
477
- da as Separator,
478
- ku as SheetError,
479
- No as SheetIcon,
480
- Qp as SheetList,
481
- Ru as SheetLocked,
482
- Ns as SignUp,
483
- Ja as SignupMethods,
473
+ fa as Separator,
474
+ Pu as SheetError,
475
+ Mo as SheetIcon,
476
+ wp as SheetList,
477
+ Cu as SheetLocked,
478
+ _s as SignUp,
479
+ ba as SignupMethods,
484
480
  mr as SketchIcon,
485
481
  Bo as Skip2Icon,
486
482
  Go as SkipColoredIcon,
487
483
  yo as SkipIcon,
488
- za as SocialAccountNotFound,
489
- Za as SocialLoginMethods,
490
- Ms as SplashScreen,
484
+ Ja as SocialAccountNotFound,
485
+ Fa as SocialLoginMethods,
486
+ As as SplashScreen,
491
487
  bo as Star2Icon,
492
488
  Ho as StarIcon,
493
489
  Wo as StatusIcon,
494
490
  a as Stepper,
495
- ua as StreakIcon,
496
- Xf as StreakReductionLocalStorageUtil,
491
+ ta as StreakIcon,
492
+ Qf as StreakReductionLocalStorageUtil,
497
493
  Fo as StrikedEyeIcon,
498
- du as StudentDetails,
499
- gl as SubmitMilestoneModal,
494
+ fu as StudentDetails,
495
+ Nl as SubmitMilestoneModal,
500
496
  Jo as SwitchIcon,
501
- la as TabComponent,
502
- Ma as Tabs,
503
- Yt as Tag,
504
- al as TalkMeter,
505
- pp as TestsCreation,
506
- Vt as Text,
497
+ oa as TabComponent,
498
+ Aa as Tabs,
499
+ vt as Tag,
500
+ Xs as TalkMeter,
501
+ rp as TestsCreation,
502
+ Ut as Text,
507
503
  Xr as TextButton,
508
504
  It as TextInput,
509
505
  Ko as TickIcon,
510
- fa as TimeLeftTimeline,
511
- Xs as TrialSession,
506
+ $t as TimeLeftTimeline,
507
+ Qs as TrialSession,
512
508
  Zo as TrophyIcon,
513
- es as Tutorial,
509
+ jf as Tutorial,
514
510
  Pr as TutoringIcon,
515
- jt as UIContext,
511
+ Vt as UIContext,
516
512
  zo as UndoIcon,
517
513
  or as Unlock2Icon,
518
514
  $o as UnlockIcon,
519
515
  tr as UpIcon,
520
516
  lr as User2Icon,
521
517
  fr as UserIcon,
522
- lf as UserIdentifierForm,
523
- Ga as UserTypeSelector,
524
- $a as UsernamePasswordForm,
525
- na as Video,
526
- Sf as WHITELIST_EVENTS,
527
- iu as WORKSHEET_ACTION_BAR_HEIGHT,
528
- Iu as WORKSHEET_QUESTIONS_GAP,
529
- Tu as WORKSHEET_QUESTION_WIDTH,
530
- Su as WORKSHEET_TOP_NAVIGATION_HEIGHT,
531
- qp as WORKSHEET_V3_NODE_TYPES,
532
- rs as WebView,
533
- ss as WebViewEvent,
534
- Pu as Worksheet,
535
- gf as checkIfPPTNodeType,
536
- oa as getTheme,
537
- vf as invalidateGetChapterDetails,
538
- ml as invalidateHomeworks,
539
- hp as invalidateMilestoneResources,
540
- ip as invalidateMilestonesData,
541
- Sp as invalidatePastMilestoneCount,
542
- Ap as invalidateTestHelpData,
543
- Cu as isOkayTypeQuestion,
544
- nu as loadScript,
545
- xl as useAutoPlayPermission,
546
- Bs as useCanvasSyncBroker,
547
- Ol as useChapterPageJourney,
548
- Yf as useCircleSounds,
549
- rl as useClassTimeAlerts,
550
- $t as useContextMenuClickHandler,
518
+ of as UserIdentifierForm,
519
+ ka as UserTypeSelector,
520
+ Ka as UsernamePasswordForm,
521
+ la as Video,
522
+ df as WHITELIST_EVENTS,
523
+ uu as WORKSHEET_ACTION_BAR_HEIGHT,
524
+ mu as WORKSHEET_QUESTIONS_GAP,
525
+ du as WORKSHEET_QUESTION_WIDTH,
526
+ xu as WORKSHEET_TOP_NAVIGATION_HEIGHT,
527
+ Yp as WORKSHEET_V3_NODE_TYPES,
528
+ qf as WebView,
529
+ es as WebViewEvent,
530
+ Iu as Worksheet,
531
+ Nf as checkIfPPTNodeType,
532
+ Zt as getTheme,
533
+ Df as invalidateGetChapterDetails,
534
+ al as invalidateHomeworks,
535
+ Sp as invalidateMilestoneResources,
536
+ up as invalidateMilestonesData,
537
+ xp as invalidatePastMilestoneCount,
538
+ ip as invalidateTestHelpData,
539
+ cu as isOkayTypeQuestion,
540
+ lu as loadScript,
541
+ sl as useAutoPlayPermission,
542
+ Hs as useCanvasSyncBroker,
543
+ hl as useChapterPageJourney,
544
+ vf as useCircleSounds,
545
+ qs as useClassTimeAlerts,
546
+ Kt as useContextMenuClickHandler,
551
547
  gr as useForceReload,
552
- Ip as useGetAllMilestonesdata,
553
- Cs as useGetCircleHomeDetailsDal,
554
- Cl as useGetEligibleJourneysViaRoute,
555
- jf as useGetLeaderboardDal,
556
- Lp as useGetMilestoneResources,
557
- Ep as useGetPastMilestoneCount,
558
- Pp as useGetTestHelpData,
559
- kl as useHomePageJourney,
560
- Zs as useInClassActionDispatcher,
561
- qs as useInClassActionListener,
562
- Fs as useInClassMessageBroker,
563
- Du as useIsLearnosityLoaded,
564
- Cf as useIsTabBlocked,
565
- Sl as useJourney,
566
- gt as useModalActions,
567
- Ut as useModalParams,
568
- Np as usePointerSync,
569
- zt as useTrackingContext,
570
- Js as useTrialSessionMessageBroker,
571
- Zt as useUIContext,
572
- gu as useWorksheetLayout,
548
+ mp as useGetAllMilestonesdata,
549
+ cs as useGetCircleHomeDetailsDal,
550
+ cl as useGetEligibleJourneysViaRoute,
551
+ Vf as useGetLeaderboardDal,
552
+ Ep as useGetMilestoneResources,
553
+ np as useGetPastMilestoneCount,
554
+ Ip as useGetTestHelpData,
555
+ Pl as useHomePageJourney,
556
+ Fs as useInClassActionDispatcher,
557
+ Ys as useInClassActionListener,
558
+ Bs as useInClassMessageBroker,
559
+ Ru as useIsLearnosityLoaded,
560
+ nf as useIsTabBlocked,
561
+ xl as useJourney,
562
+ _p as usePointerSync,
563
+ Jt as useTrackingContext,
564
+ bs as useTrialSessionMessageBroker,
565
+ Ft as useUIContext,
566
+ Nu as useWorksheetLayout,
573
567
  Dr as useZoomDisable
574
568
  };
575
569
  //# sourceMappingURL=index.js.map