@cuemath/leap 3.2.30-aa0 → 3.2.30-aa11

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 (31) hide show
  1. package/dist/features/milestone/milestone-tests/tests-creation/test-stages/test-preview/test-preview.js +19 -20
  2. package/dist/features/milestone/milestone-tests/tests-creation/test-stages/test-preview/test-preview.js.map +1 -1
  3. package/dist/features/worksheet/worksheet/worksheet-action-bar/worksheet-action-bar.js +92 -96
  4. package/dist/features/worksheet/worksheet/worksheet-action-bar/worksheet-action-bar.js.map +1 -1
  5. package/dist/features/worksheet/worksheet/worksheet-behavior-helper.js +63 -63
  6. package/dist/features/worksheet/worksheet/worksheet-behavior-helper.js.map +1 -1
  7. package/dist/features/worksheet/worksheet/worksheet-container.js +62 -42
  8. package/dist/features/worksheet/worksheet/worksheet-container.js.map +1 -1
  9. package/dist/features/worksheet/worksheet/worksheet-question/worksheet-question.js +197 -199
  10. package/dist/features/worksheet/worksheet/worksheet-question/worksheet-question.js.map +1 -1
  11. package/dist/features/worksheet/worksheet/worksheet-questions-controller/worksheet-questions-controller.js +219 -293
  12. package/dist/features/worksheet/worksheet/worksheet-questions-controller/worksheet-questions-controller.js.map +1 -1
  13. package/dist/features/worksheet/worksheet/worksheet-styled.js +34 -34
  14. package/dist/features/worksheet/worksheet/worksheet-styled.js.map +1 -1
  15. package/dist/features/worksheet/worksheet/worksheet-types.js.map +1 -1
  16. package/dist/features/worksheet/worksheet/worksheet.js +206 -215
  17. package/dist/features/worksheet/worksheet/worksheet.js.map +1 -1
  18. package/dist/features/worksheet/worksheet-preview/dynamic-worksheet-preview/dynamic-worksheet-preview.js +38 -40
  19. package/dist/features/worksheet/worksheet-preview/dynamic-worksheet-preview/dynamic-worksheet-preview.js.map +1 -1
  20. package/dist/features/worksheet/worksheet-preview/hooks/use-worksheet-layout.js +30 -28
  21. package/dist/features/worksheet/worksheet-preview/hooks/use-worksheet-layout.js.map +1 -1
  22. package/dist/features/worksheet/worksheet-preview/worksheet-preview-view.js +68 -73
  23. package/dist/features/worksheet/worksheet-preview/worksheet-preview-view.js.map +1 -1
  24. package/dist/features/worksheet/worksheet-preview/worksheet-preview.js +30 -79
  25. package/dist/features/worksheet/worksheet-preview/worksheet-preview.js.map +1 -1
  26. package/dist/index.d.ts +32 -35
  27. package/dist/index.js +230 -226
  28. package/dist/index.js.map +1 -1
  29. package/package.json +1 -1
  30. package/dist/features/worksheet/worksheet/hooks/use-worksheet-journey.js +0 -28
  31. package/dist/features/worksheet/worksheet/hooks/use-worksheet-journey.js.map +0 -1
package/dist/index.js CHANGED
@@ -11,16 +11,16 @@ import { default as C } from "./assets/line-icons/icons/bin2.js";
11
11
  import { default as P } from "./assets/line-icons/icons/book-closed.js";
12
12
  import { default as h } from "./assets/line-icons/icons/book.js";
13
13
  import { default as L } from "./assets/line-icons/icons/book2.js";
14
- import { default as N } from "./assets/line-icons/icons/bookmark.js";
15
- import { default as R } from "./assets/line-icons/icons/bulb.js";
14
+ import { default as R } from "./assets/line-icons/icons/bookmark.js";
15
+ import { default as O } from "./assets/line-icons/icons/bulb.js";
16
16
  import { default as H } from "./assets/line-icons/icons/bulb2.js";
17
- import { default as G } from "./assets/line-icons/icons/calendar.js";
17
+ import { default as y } from "./assets/line-icons/icons/calendar.js";
18
18
  import { default as v } from "./assets/line-icons/icons/check.js";
19
19
  import { default as b } from "./assets/line-icons/icons/check2.js";
20
20
  import { default as z } from "./assets/line-icons/icons/clipboard.js";
21
- import { default as W } from "./assets/line-icons/icons/clock.js";
21
+ import { default as F } from "./assets/line-icons/icons/clock.js";
22
22
  import { default as V } from "./assets/line-icons/icons/clock2.js";
23
- import { default as J } from "./assets/line-icons/icons/code.js";
23
+ import { default as Y } from "./assets/line-icons/icons/code.js";
24
24
  import { default as K } from "./assets/line-icons/icons/copy.js";
25
25
  import { default as Z } from "./assets/line-icons/icons/cross.js";
26
26
  import { default as X } from "./assets/line-icons/icons/cue-rocket.js";
@@ -38,16 +38,16 @@ import { default as Ce } from "./assets/line-icons/icons/exclamation.js";
38
38
  import { default as Pe } from "./assets/line-icons/icons/hand.js";
39
39
  import { default as he } from "./assets/line-icons/icons/hint-fill.js";
40
40
  import { default as Le } from "./assets/line-icons/icons/help.js";
41
- import { default as Ne } from "./assets/line-icons/icons/highlighter.js";
42
- import { default as Re } from "./assets/line-icons/icons/home.js";
41
+ import { default as Re } from "./assets/line-icons/icons/highlighter.js";
42
+ import { default as Oe } from "./assets/line-icons/icons/home.js";
43
43
  import { default as He } from "./assets/line-icons/icons/image.js";
44
- import { default as Ge } from "./assets/line-icons/icons/info.js";
44
+ import { default as ye } from "./assets/line-icons/icons/info.js";
45
45
  import { default as ve } from "./assets/line-icons/icons/info2.js";
46
46
  import { default as be } from "./assets/line-icons/icons/left.js";
47
47
  import { default as ze } from "./assets/line-icons/icons/lock.js";
48
- import { default as We } from "./assets/line-icons/icons/lock2.js";
48
+ import { default as Fe } from "./assets/line-icons/icons/lock2.js";
49
49
  import { default as Ve } from "./assets/line-icons/icons/lock3.js";
50
- import { default as Je } from "./assets/line-icons/icons/minus.js";
50
+ import { default as Ye } from "./assets/line-icons/icons/minus.js";
51
51
  import { default as Ke } from "./assets/line-icons/icons/minus2.js";
52
52
  import { default as Ze } from "./assets/line-icons/icons/mistake.js";
53
53
  import { default as Xe } from "./assets/line-icons/icons/mobile.js";
@@ -65,15 +65,15 @@ import { default as Ao } from "./assets/line-icons/icons/puzzle-icon.js";
65
65
  import { default as _o } from "./assets/line-icons/icons/puzzle2.js";
66
66
  import { default as ko } from "./assets/line-icons/icons/question.js";
67
67
  import { default as Mo } from "./assets/line-icons/icons/question-letter.js";
68
- import { default as Oo } from "./assets/line-icons/icons/redo.js";
68
+ import { default as No } from "./assets/line-icons/icons/redo.js";
69
69
  import { default as Do } from "./assets/line-icons/icons/right.js";
70
70
  import { default as go } from "./assets/line-icons/icons/ruler.js";
71
- import { default as yo } from "./assets/line-icons/icons/search.js";
71
+ import { default as Go } from "./assets/line-icons/icons/search.js";
72
72
  import { default as Bo } from "./assets/line-icons/icons/sheet.js";
73
73
  import { default as Uo } from "./assets/line-icons/icons/star.js";
74
74
  import { default as wo } from "./assets/line-icons/icons/skip-colored.js";
75
- import { default as Fo } from "./assets/line-icons/icons/skip.js";
76
- import { default as Yo } from "./assets/line-icons/icons/skip2.js";
75
+ import { default as Wo } from "./assets/line-icons/icons/skip.js";
76
+ import { default as Jo } from "./assets/line-icons/icons/skip2.js";
77
77
  import { default as Qo } from "./assets/line-icons/icons/star2.js";
78
78
  import { default as jo } from "./assets/line-icons/icons/star3.js";
79
79
  import { default as qo } from "./assets/line-icons/icons/status.js";
@@ -91,16 +91,16 @@ import { default as Er, default as Cr } from "./assets/line-icons/icons/sketch.j
91
91
  import { default as Pr } from "./assets/line-icons/icons/back2.js";
92
92
  import { default as hr } from "./assets/line-icons/icons/chevron-right.js";
93
93
  import { default as Lr } from "./assets/line-icons/icons/chevron-left.js";
94
- import { default as Nr } from "./assets/line-icons/icons/chevron-down.js";
95
- import { default as Rr } from "./assets/line-icons/icons/game.js";
94
+ import { default as Rr } from "./assets/line-icons/icons/chevron-down.js";
95
+ import { default as Or } from "./assets/line-icons/icons/game.js";
96
96
  import { default as Hr } from "./assets/line-icons/icons/tutoring.js";
97
- import { default as Gr } from "./assets/line-icons/icons/chat.js";
97
+ import { default as yr } from "./assets/line-icons/icons/chat.js";
98
98
  import { default as vr } from "./assets/line-icons/icons/cuemath-logo.js";
99
99
  import { default as br } from "./assets/line-icons/icons/next2.js";
100
100
  import { default as zr } from "./assets/line-icons/icons/evening.js";
101
- import { default as Wr } from "./assets/line-icons/icons/after-noon.js";
101
+ import { default as Fr } from "./assets/line-icons/icons/after-noon.js";
102
102
  import { default as Vr } from "./assets/line-icons/icons/morning.js";
103
- import { default as Jr } from "./assets/line-icons/icons/screen-grab-filled.js";
103
+ import { default as Yr } from "./assets/line-icons/icons/screen-grab-filled.js";
104
104
  import { default as Kr } from "./assets/line-icons/icons/sticker-filled.js";
105
105
  import { default as Zr } from "./assets/line-icons/icons/cue-board-filled.js";
106
106
  import { default as Xr } from "./assets/line-icons/icons/cue-board.js";
@@ -118,16 +118,16 @@ import { default as Ct } from "./features/ui/timers/countdown-timer/countdown-ti
118
118
  import { default as Pt } from "./features/ui/nudge/nudge.js";
119
119
  import { default as ht } from "./features/ui/buttons/button/button.js";
120
120
  import { default as Lt } from "./features/ui/buttons/clickable/clickable.js";
121
- import { default as Nt } from "./features/ui/buttons/icon-button/icon-button.js";
122
- import { default as Rt } from "./features/ui/buttons/text-button/text-button.js";
121
+ import { default as Rt } from "./features/ui/buttons/icon-button/icon-button.js";
122
+ import { default as Ot } from "./features/ui/buttons/text-button/text-button.js";
123
123
  import { ArcButton as Ht } from "./features/ui/arc-button/arc-button.js";
124
- import { default as Gt } from "./features/ui/error/error.js";
124
+ import { default as yt } from "./features/ui/error/error.js";
125
125
  import { default as vt } from "./features/ui/inputs/checkbox-input/checkbox-input.js";
126
126
  import { default as bt } from "./features/ui/inputs/checkbox-input-list/checkbox-input-list.js";
127
127
  import { default as zt } from "./features/ui/inputs/radio-input/radio-input.js";
128
- import { default as Wt } from "./features/ui/inputs/select-input/select-input.js";
128
+ import { default as Ft } from "./features/ui/inputs/select-input/select-input.js";
129
129
  import { default as Vt } from "./features/ui/inputs/searchable-select-input/searchable-select-input.js";
130
- import { default as Jt } from "./features/ui/inputs/google-places-search-input/google-places-search-input.js";
130
+ import { default as Yt } from "./features/ui/inputs/google-places-search-input/google-places-search-input.js";
131
131
  import { default as Kt } from "./features/ui/inputs/text-input/text-input.js";
132
132
  import { default as Zt } from "./features/ui/inputs/base-input/base-input.js";
133
133
  import { default as Xt } from "./features/ui/inputs/cascading-select-input/cascading-select-input.js";
@@ -145,15 +145,15 @@ import { default as Ca } from "./features/ui/section-list/section-list.js";
145
145
  import { default as Pa } from "./features/ui/text/text.js";
146
146
  import { default as ha } from "./features/ui/tag/tag.js";
147
147
  import { default as La } from "./features/ui/callout/callout.js";
148
- import { default as Na, useUIContext as Oa } from "./features/ui/context/context.js";
148
+ import { default as Ra, useUIContext as Na } from "./features/ui/context/context.js";
149
149
  import { default as Da } from "./features/ui/context/use-tracking-context.js";
150
150
  import { default as ga } from "./features/ui/hooks/use-context-menu-click-handler.js";
151
- import { EDeviceType as ya } from "./features/ui/theme/constants.js";
151
+ import { EDeviceType as Ga } from "./features/ui/theme/constants.js";
152
152
  import { getTheme as Ba } from "./features/ui/theme/get-theme.js";
153
153
  import { default as Ua } from "./features/ui/avatar/avatar.js";
154
154
  import { default as wa } from "./features/ui/time-left-timeline/time-left-timeline.js";
155
- import { default as Fa } from "./features/ui/tab/tab.js";
156
- import { default as Ya } from "./features/ui/streak-icon/streak-icon.js";
155
+ import { default as Wa } from "./features/ui/tab/tab.js";
156
+ import { default as Ja } from "./features/ui/streak-icon/streak-icon.js";
157
157
  import { default as Qa } from "./features/ui/separator/separator.js";
158
158
  import { default as ja } from "./features/ui/video/index.js";
159
159
  import { default as qa } from "./features/ui/perfect-hits/perfect-hits.js";
@@ -171,16 +171,16 @@ import { default as Cf } from "./features/auth/comps/auth-static-panel/auth-stat
171
171
  import { default as Pf } from "./features/auth/comps/auth-page-layout/auth-page-layout.js";
172
172
  import { default as hf } from "./features/auth/comps/overlay-loader/overlay-loader.js";
173
173
  import { default as Lf } from "./features/auth/comps/tabs/tabs.js";
174
- import { default as Nf } from "./features/auth/comps/input-status-icon/input-status-icon.js";
175
- import { default as Rf } from "./features/auth/comps/resend-otp/resend-otp.js";
174
+ import { default as Rf } from "./features/auth/comps/input-status-icon/input-status-icon.js";
175
+ import { default as Of } from "./features/auth/comps/resend-otp/resend-otp.js";
176
176
  import { default as Hf } from "./features/auth/comps/otp-input/otp-input.js";
177
- import { default as Gf } from "./features/auth/comps/pill-button/pill-button.js";
177
+ import { default as yf } from "./features/auth/comps/pill-button/pill-button.js";
178
178
  import { default as vf } from "./features/auth/comps/linear-progress-bar/linear-progress-bar.js";
179
179
  import { default as bf } from "./features/auth/comps/selectable-info-card/selectable-info-card.js";
180
180
  import { default as zf } from "./features/auth/comps/animated-avatar-message/animated-avatar-message.js";
181
- import { default as Wf } from "./features/auth/signup/user-type-selector/user-type-selector.js";
181
+ import { default as Ff } from "./features/auth/signup/user-type-selector/user-type-selector.js";
182
182
  import { default as Vf } from "./features/auth/signup/claim-user-account/claim-user-account.js";
183
- import { default as Jf } from "./features/auth/signup/custom-input-field/grade-input/grade-input.js";
183
+ import { default as Yf } from "./features/auth/signup/custom-input-field/grade-input/grade-input.js";
184
184
  import { default as Kf } from "./features/auth/signup/custom-input-field/date-picker-input/date-picker-input.js";
185
185
  import { default as Zf } from "./features/auth/signup/custom-input-field/custom-input-field.js";
186
186
  import { default as Xf } from "./features/auth/signup/circular-step-wrapper/circular-step-wrapper.js";
@@ -198,16 +198,16 @@ import { default as Cs } from "./features/auth/forgot-password/reset-password-fo
198
198
  import { default as Ps } from "./features/auth/forgot-password/user-identifier-form/user-identifier-form.js";
199
199
  import { AUTH_TABS as hs } from "./features/auth/login/login-constants.js";
200
200
  import { AuthApiErrorCode as Ls } from "./features/auth/auth-constants.js";
201
- import { PLA_ANALYTICS_EVENTS as Ns } from "./features/auth/pla-signup/pla-analytics-events.js";
202
- import { default as Rs } from "./features/av/av-preview/av-preview.js";
201
+ import { PLA_ANALYTICS_EVENTS as Rs } from "./features/auth/pla-signup/pla-analytics-events.js";
202
+ import { default as Os } from "./features/av/av-preview/av-preview.js";
203
203
  import { default as Hs } from "./features/blockers/multi-tab-blocker/use-is-tab-blocked.js";
204
- import { default as Gs } from "./features/blockers/multi-tab-blocker/multi-tab-blocker.js";
204
+ import { default as ys } from "./features/blockers/multi-tab-blocker/multi-tab-blocker.js";
205
205
  import { default as vs } from "./features/chapters/chapter/chapter.js";
206
206
  import { default as bs } from "./features/chapters/chapters-list/chapters-list.js";
207
207
  import { default as zs } from "./features/chapters/lpar-chapter/lpar-chapter.js";
208
- import { default as Ws } from "./features/chapters/lpar-milestone-chapter/lpar-milestone-chapter.js";
208
+ import { default as Fs } from "./features/chapters/lpar-milestone-chapter/lpar-milestone-chapter.js";
209
209
  import { default as Vs } from "./features/chapters/lpar-chapter/block-section/sat-sheet-item/sat-sheet-summary/sat-sheet-summary.js";
210
- import { checkIfPPTNodeType as Js } from "./features/chapters/lpar-chapter/utils/index.js";
210
+ import { checkIfPPTNodeType as Ys } from "./features/chapters/lpar-chapter/utils/index.js";
211
211
  import { getActiveSATSheet as Ks } from "./features/chapters/lpar-chapter/block-section/sat-sheet-item/sat-sheet-utils.js";
212
212
  import { default as Zs } from "./features/chapters-v2/chapter-details/chapter-details.js";
213
213
  import { invalidateGetChapterDetails as Xs } from "./features/chapters-v2/api/chapter.js";
@@ -225,15 +225,15 @@ import { WebViewEvent as Cl } from "./features/circle-games/games/web-view/enums
225
225
  import { ProjectType as Pl } from "./features/circle-games/games/web-view/enums/project-type-enum.js";
226
226
  import { PlayerType as hl } from "./features/circle-games/games/web-view/enums/player-type-enum.js";
227
227
  import { IStatsToAwardErrorCode as Ll } from "./features/circle-games/games/web-view/web-view-types.js";
228
- import { CIRCLE_ONBOARDING_ANALYTICS_STEPS as Nl } from "./features/circle-games/enum/circle-onboarding-steps.js";
229
- import { CIRCLE_ACTION_IDS as Rl } from "./features/circle-games/enum/circle-action-ids.js";
228
+ import { CIRCLE_ONBOARDING_ANALYTICS_STEPS as Rl } from "./features/circle-games/enum/circle-onboarding-steps.js";
229
+ import { CIRCLE_ACTION_IDS as Ol } from "./features/circle-games/enum/circle-action-ids.js";
230
230
  import { GameLauncher as Hl } from "./features/circle-games/game-launcher/game-launcher.js";
231
- import { useGetCircleHomeDetailsDal as Gl } from "./features/circle-games/game-launcher/dal/use-get-circle-home-details-dal/use-get-circle-home-details-dal.js";
231
+ import { useGetCircleHomeDetailsDal as yl } from "./features/circle-games/game-launcher/dal/use-get-circle-home-details-dal/use-get-circle-home-details-dal.js";
232
232
  import { Leaderboard as vl } from "./features/circle-games/leaderboard/leaderboard.js";
233
233
  import { BackgroundImage as bl, CircularSteps as Ul } from "./features/circle-games/sign-up/comp/circular-steps/circular-steps.js";
234
234
  import { SplashScreen as wl } from "./features/circle-games/sign-up/comp/splash-screen/splash-screen.js";
235
- import { SignUp as Fl } from "./features/circle-games/sign-up/sign-up.js";
236
- import { default as Yl } from "./features/cue-canvas/cue-canvas-provider.js";
235
+ import { SignUp as Wl } from "./features/circle-games/sign-up/sign-up.js";
236
+ import { default as Jl } from "./features/cue-canvas/cue-canvas-provider.js";
237
237
  import { default as Ql } from "./features/cue-canvas/toolbar/toolbar.js";
238
238
  import { default as jl } from "./features/cue-canvas/cue-canvas.js";
239
239
  import { default as ql } from "./features/cue-canvas/hooks/use-canvas-sync-broker.js";
@@ -251,84 +251,86 @@ import { default as Cu } from "./features/talk-meter/talk-meter.js";
251
251
  import { default as Pu } from "./features/extra-practice/extra-practice.js";
252
252
  import { default as hu } from "./features/homework/hw-card-list/hw-card-list.js";
253
253
  import { invalidateHomeworks as Lu } from "./features/homework/hw-card-list/api/get-homeworks.js";
254
- import { useAutoPlayPermission as Nu } from "./features/hooks/use-auto-play-permission/use-auto-play-permission.js";
255
- import { JOURNEY_ID_STUDENT as Ru } from "./features/journey/journey-id/journey-id-student.js";
254
+ import { useAutoPlayPermission as Ru } from "./features/hooks/use-auto-play-permission/use-auto-play-permission.js";
255
+ import { JOURNEY_ID_STUDENT as Ou } from "./features/journey/journey-id/journey-id-student.js";
256
256
  import { JOURNEY_ID_TEACHER as Hu } from "./features/journey/journey-id/journey-id-teacher.js";
257
- import { useJourney as Gu } from "./features/journey/use-journey/use-journey.js";
257
+ import { useJourney as yu } from "./features/journey/use-journey/use-journey.js";
258
258
  import { useGetEligibleJourneysViaRoute as vu } from "./features/journey/hooks/use-get-eligible-journeys-via-route.js";
259
259
  import { JourneyProvider as bu } from "./features/journey/use-journey/journey-context-provider.js";
260
260
  import { IndicatorType as zu } from "./features/journey/use-journey/constants.js";
261
- import { Coachmark as Wu } from "./features/journey/comps/coachmark/coachmark.js";
261
+ import { Coachmark as Fu } from "./features/journey/comps/coachmark/coachmark.js";
262
262
  import { useHomePageJourney as Vu } from "./features/journey/hooks/use-home-page-journey/use-home-page-journey.js";
263
- import { useChapterPageJourney as Ju } from "./features/journey/hooks/use-chapter-page-journey/use-chapter-journey.js";
263
+ import { useChapterPageJourney as Yu } from "./features/journey/hooks/use-chapter-page-journey/use-chapter-journey.js";
264
264
  import { usePuzzleDashboardJourney as Ku } from "./features/journey/hooks/use-puzzles-journey/use-puzzle-dashboard-journey.js";
265
265
  import { usePuzzleIntroJourney as Zu } from "./features/journey/hooks/use-puzzles-journey/use-puzzle-intro-journey.js";
266
266
  import { usePuzzleProgressJourney as Xu } from "./features/journey/hooks/use-puzzles-journey/use-puzzle-progress-journey.js";
267
267
  import { useTeacherPuzzleAssignedJourney as ep } from "./features/journey/hooks/use-puzzles-journey/use-teacher-puzzle-assigned-journey.js";
268
- import { default as rp } from "./features/maintenance/maintenance.js";
269
- import { default as ap } from "./features/milestone/create/submit-modal/submit-modal.js";
270
- import { default as sp } from "./features/milestone/create/comps/confirmation-modals/goal-creation-confirmation.js";
271
- import { default as up } from "./features/milestone/create/comps/confirmation-modals/chapter-clearance-confirmation.js";
272
- import { default as mp } from "./features/milestone/create/milestone-create-container.js";
273
- import { default as xp } from "./features/milestone/edit/goal-drafts/goal-draft-edit-container.js";
274
- import { default as cp } from "./features/milestone/outcome/milestone-outcome-container.js";
275
- import { default as Ip } from "./features/milestone/outcome/comps/achievement/reason-submit-modal.js";
276
- import { default as Sp } from "./features/milestone/outcome/comps/achievement/share-instructions-modal.js";
277
- import { default as Cp } from "./features/milestone/edit/comps/edit-milestone-modal/index.js";
278
- import { default as Pp } from "./features/milestone/edit/goal-edit-container.js";
279
- import { default as hp } from "./features/milestone/edit/milestone-edit-container.js";
280
- import { default as Lp } from "./features/milestone/milestone-list-container/milestone-list-container.js";
281
- import { default as Np } from "./features/milestone/milestone-action-widget/milestone-action-widget.js";
282
- import { default as Rp } from "./features/milestone/start/milestone-start.js";
283
- import { default as Hp } from "./features/milestone/milestone-tests/tests-creation/tests-creation.js";
284
- import { default as Gp } from "./features/milestone/milestone-resources/resources-assign/resources-assign.js";
285
- import { ACHIEVEMENT_ACTIONS as vp, STAGES as Bp } from "./features/milestone/outcome/milestone-outcome-constants.js";
286
- import { invalidateMilestonesData as Up, useGetAllMilestonesdata as zp } from "./features/milestone/milestone-list-container/api/get-milestones.js";
287
- import { invalidatePastMilestoneCount as Wp, useGetPastMilestoneCount as Fp } from "./features/milestone/milestone-list-container/api/get-past-milestone-count.js";
288
- import { invalidateTestHelpData as Yp, useGetTestHelpData as Jp } from "./features/milestone/milestone-list-container/api/get-tests-list.js";
289
- import { invalidateMilestoneResources as Kp, useGetMilestoneResources as jp } from "./features/milestone/milestone-list-container/api/get-milestone-resources.js";
290
- import { default as qp } from "./features/pointer-sync/pointer.js";
291
- import { default as $p } from "./features/pointer-sync/hooks/use-pointer-sync.js";
292
- import { DigitalMeter as om } from "./features/post-game-stats/digital-meter/digital-meter.js";
293
- import { EPostGameStat as tm } from "./features/post-game-stats/enums/post-game-stats-enum.js";
294
- import { PostGameStats as fm } from "./features/post-game-stats/post-game-stats.js";
295
- import { default as lm } from "./features/recent-chapters/recent-chapters.js";
296
- import { SENTRY_DENIED_URLS as pm, SENTRY_IGNORED_ERRORS as mm } from "./features/sentry/constants/ignored.js";
297
- import { default as xm } from "./features/sheet-tools/desmos-calculator/desmos-calculator.js";
298
- import { default as cm } from "./features/sheet-tools/tool-header/tool-header.js";
299
- import { default as Im } from "./features/sheets/sheets-list/sheets-list.js";
300
- import { default as Sm } from "./features/sheets/reference-sheet/reference-sheet.js";
301
- import { WORKSHEET_V3_NODE_TYPES as Cm } from "./features/sheets/utils/is-v3-worksheet.js";
302
- import { COMPLETED_SHEET_STATE as Pm, NODE_LABELS as _m, NODE_SUB_GROUP as hm, NODE_TYPE as km, PYTHON_NODE_TYPES as Lm, REWARDS_LIST as Mm, SHEET_ACTIONS as Nm, SHEET_ATTEMPT_LOCATION as Om, SHEET_ATTEMPT_LOCATION_MAP as Rm, SHEET_ATTEMPT_STATE as Dm, SHEET_DATA_TYPE as Hm, SHEET_STATE as gm } from "./features/sheets/constants/sheet.js";
303
- import { default as ym } from "./features/student-details/student-details.js";
304
- import { default as Bm } from "./features/utils/load-script.js";
305
- import { ACTION_BAR_HEIGHT as Um, QUESTIONS_GAP as zm, QUESTION_WIDTH as wm, TOP_NAVIGATION_HEIGHT as Wm } from "./features/worksheet/worksheet/constants.js";
306
- import { isOkayTypeQuestion as Vm } from "./features/worksheet/worksheet/worksheet-helpers.js";
307
- import { default as Jm } from "./features/worksheet/worksheet/worksheet-container.js";
308
- import { default as Km } from "./features/worksheet/worksheet-preview/worksheet-preview.js";
309
- import { default as Zm } from "./features/worksheet/worksheet-preview/dynamic-worksheet-preview/dynamic-worksheet-preview.js";
310
- import { default as Xm } from "./features/worksheet/worksheet/worksheet-permissions/sheet-locked.js";
311
- import { default as ed } from "./features/worksheet/worksheet/worksheet-permissions/error.js";
312
- import { default as rd } from "./features/worksheet/learnosity-preloader/learnosity-preloader.js";
313
- import { default as ad } from "./features/worksheet/learnosity-preloader/use-is-learnosity-loaded.js";
314
- import { default as sd } from "./features/worksheet/worksheet-preview/hooks/use-worksheet-layout.js";
315
- import { getWorksheetBehaviour as ud } from "./features/worksheet/worksheet/worksheet-behavior-helper.js";
316
- import { default as md } from "./features/puzzles/puzzle-container/puzzle-container.js";
317
- import { default as xd } from "./features/puzzles/puzzle-feedback-celebration/puzzle-feedback-celebration.js";
318
- import { default as cd } from "./features/puzzles/puzzle-dashboard/puzzle-dashboard.js";
319
- import { default as Id } from "./features/puzzles/app/puzzle-app.js";
320
- import { invalidatePuzzleToAssign as Sd, useGetPuzzleToAssign as Ed } from "./features/puzzles/api/puzzle-assign.js";
321
- import { COUNTRY_CODE_MAP as Ad } from "./constants/country.js";
268
+ import { usePuzzleAttemptJourney as rp } from "./features/journey/hooks/use-puzzles-journey/use-puzzle-attempt-journey.js";
269
+ import { usePuzzleReviewJourney as ap } from "./features/journey/hooks/use-puzzles-journey/use-puzzle-review-journey.js";
270
+ import { usePuzzleUnassignJourney as sp } from "./features/journey/hooks/use-puzzles-journey/use-puzzle-unassign-journey.js";
271
+ import { default as up } from "./features/maintenance/maintenance.js";
272
+ import { default as mp } from "./features/milestone/create/submit-modal/submit-modal.js";
273
+ import { default as xp } from "./features/milestone/create/comps/confirmation-modals/goal-creation-confirmation.js";
274
+ import { default as cp } from "./features/milestone/create/comps/confirmation-modals/chapter-clearance-confirmation.js";
275
+ import { default as Ip } from "./features/milestone/create/milestone-create-container.js";
276
+ import { default as Sp } from "./features/milestone/edit/goal-drafts/goal-draft-edit-container.js";
277
+ import { default as Cp } from "./features/milestone/outcome/milestone-outcome-container.js";
278
+ import { default as Pp } from "./features/milestone/outcome/comps/achievement/reason-submit-modal.js";
279
+ import { default as hp } from "./features/milestone/outcome/comps/achievement/share-instructions-modal.js";
280
+ import { default as Lp } from "./features/milestone/edit/comps/edit-milestone-modal/index.js";
281
+ import { default as Rp } from "./features/milestone/edit/goal-edit-container.js";
282
+ import { default as Op } from "./features/milestone/edit/milestone-edit-container.js";
283
+ import { default as Hp } from "./features/milestone/milestone-list-container/milestone-list-container.js";
284
+ import { default as yp } from "./features/milestone/milestone-action-widget/milestone-action-widget.js";
285
+ import { default as vp } from "./features/milestone/start/milestone-start.js";
286
+ import { default as bp } from "./features/milestone/milestone-tests/tests-creation/tests-creation.js";
287
+ import { default as zp } from "./features/milestone/milestone-resources/resources-assign/resources-assign.js";
288
+ import { ACHIEVEMENT_ACTIONS as Fp, STAGES as Wp } from "./features/milestone/outcome/milestone-outcome-constants.js";
289
+ import { invalidateMilestonesData as Jp, useGetAllMilestonesdata as Yp } from "./features/milestone/milestone-list-container/api/get-milestones.js";
290
+ import { invalidatePastMilestoneCount as Kp, useGetPastMilestoneCount as jp } from "./features/milestone/milestone-list-container/api/get-past-milestone-count.js";
291
+ import { invalidateTestHelpData as qp, useGetTestHelpData as Xp } from "./features/milestone/milestone-list-container/api/get-tests-list.js";
292
+ import { invalidateMilestoneResources as em, useGetMilestoneResources as om } from "./features/milestone/milestone-list-container/api/get-milestone-resources.js";
293
+ import { default as tm } from "./features/pointer-sync/pointer.js";
294
+ import { default as fm } from "./features/pointer-sync/hooks/use-pointer-sync.js";
295
+ import { DigitalMeter as lm } from "./features/post-game-stats/digital-meter/digital-meter.js";
296
+ import { EPostGameStat as pm } from "./features/post-game-stats/enums/post-game-stats-enum.js";
297
+ import { PostGameStats as dm } from "./features/post-game-stats/post-game-stats.js";
298
+ import { default as nm } from "./features/recent-chapters/recent-chapters.js";
299
+ import { SENTRY_DENIED_URLS as im, SENTRY_IGNORED_ERRORS as Im } from "./features/sentry/constants/ignored.js";
300
+ import { default as Sm } from "./features/sheet-tools/desmos-calculator/desmos-calculator.js";
301
+ import { default as Cm } from "./features/sheet-tools/tool-header/tool-header.js";
302
+ import { default as Pm } from "./features/sheets/sheets-list/sheets-list.js";
303
+ import { default as hm } from "./features/sheets/reference-sheet/reference-sheet.js";
304
+ import { WORKSHEET_V3_NODE_TYPES as Lm } from "./features/sheets/utils/is-v3-worksheet.js";
305
+ import { COMPLETED_SHEET_STATE as Rm, NODE_LABELS as Nm, NODE_SUB_GROUP as Om, NODE_TYPE as Dm, PYTHON_NODE_TYPES as Hm, REWARDS_LIST as gm, SHEET_ACTIONS as ym, SHEET_ATTEMPT_LOCATION as Gm, SHEET_ATTEMPT_LOCATION_MAP as vm, SHEET_ATTEMPT_STATE as Bm, SHEET_DATA_TYPE as bm, SHEET_STATE as Um } from "./features/sheets/constants/sheet.js";
306
+ import { default as wm } from "./features/student-details/student-details.js";
307
+ import { default as Wm } from "./features/utils/load-script.js";
308
+ import { ACTION_BAR_HEIGHT as Jm, QUESTIONS_GAP as Ym, QUESTION_WIDTH as Qm, TOP_NAVIGATION_HEIGHT as Km } from "./features/worksheet/worksheet/constants.js";
309
+ import { isOkayTypeQuestion as Zm } from "./features/worksheet/worksheet/worksheet-helpers.js";
310
+ import { default as Xm } from "./features/worksheet/worksheet/worksheet-container.js";
311
+ import { default as ed } from "./features/worksheet/worksheet-preview/worksheet-preview.js";
312
+ import { default as rd } from "./features/worksheet/worksheet-preview/dynamic-worksheet-preview/dynamic-worksheet-preview.js";
313
+ import { default as ad } from "./features/worksheet/worksheet/worksheet-permissions/sheet-locked.js";
314
+ import { default as sd } from "./features/worksheet/worksheet/worksheet-permissions/error.js";
315
+ import { default as ud } from "./features/worksheet/learnosity-preloader/learnosity-preloader.js";
316
+ import { default as md } from "./features/worksheet/learnosity-preloader/use-is-learnosity-loaded.js";
317
+ import { default as xd } from "./features/worksheet/worksheet-preview/hooks/use-worksheet-layout.js";
318
+ import { default as cd } from "./features/puzzles/puzzle-container/puzzle-container.js";
319
+ import { default as Id } from "./features/puzzles/puzzle-feedback-celebration/puzzle-feedback-celebration.js";
320
+ import { default as Sd } from "./features/puzzles/puzzle-dashboard/puzzle-dashboard.js";
321
+ import { default as Cd } from "./features/puzzles/app/puzzle-app.js";
322
+ import { invalidatePuzzleToAssign as Pd, useGetPuzzleToAssign as _d } from "./features/puzzles/api/puzzle-assign.js";
323
+ import { COUNTRY_CODE_MAP as kd } from "./constants/country.js";
322
324
  export {
323
- vp as ACHIEVEMENT_ACTIONS,
325
+ Fp as ACHIEVEMENT_ACTIONS,
324
326
  hs as AUTH_TABS,
325
- Rs as AVPreview,
327
+ Os as AVPreview,
326
328
  xt as Accordion,
327
329
  ct as AccordionSection,
328
330
  us as AccountSelector,
329
- Ip as AchievementNotShareReasonModal,
330
- Sp as AchievementShareInstructionModal,
331
- Wr as AfternoonIcon,
331
+ Pp as AchievementNotShareReasonModal,
332
+ hp as AchievementShareInstructionModal,
333
+ Fr as AfternoonIcon,
332
334
  c as AlertIcon,
333
335
  of as AnimatedArc,
334
336
  zf as AnimatedAvatarMessage,
@@ -349,28 +351,28 @@ export {
349
351
  L as Book2Icon,
350
352
  P as BookClosedIcon,
351
353
  h as BookIcon,
352
- N as BookmarkIcon,
354
+ R as BookmarkIcon,
353
355
  H as Bulb2Icon,
354
- R as BulbIcon,
356
+ O as BulbIcon,
355
357
  ht as Button,
356
- Rl as CIRCLE_ACTION_IDS,
357
- Nl as CIRCLE_ONBOARDING_ANALYTICS_STEPS,
358
- Pm as COMPLETED_SHEET_STATE,
359
- Ad as COUNTRY_CODE_MAP,
360
- G as CalendarIcon,
358
+ Ol as CIRCLE_ACTION_IDS,
359
+ Rl as CIRCLE_ONBOARDING_ANALYTICS_STEPS,
360
+ Rm as COMPLETED_SHEET_STATE,
361
+ kd as COUNTRY_CODE_MAP,
362
+ y as CalendarIcon,
361
363
  La as Callout,
362
364
  lf as Carousel,
363
365
  Xt as CascadingSelectInput,
364
366
  vs as Chapter,
365
- up as ChapterClearanceConfirmationModal,
367
+ cp as ChapterClearanceConfirmationModal,
366
368
  Zs as ChapterDetails,
367
369
  bs as ChaptersList,
368
- Gr as ChatIcon,
370
+ yr as ChatIcon,
369
371
  b as Check2Icon,
370
372
  v as CheckIcon,
371
373
  vt as CheckboxInput,
372
374
  bt as CheckboxInputList,
373
- Nr as ChevronDownIcon,
375
+ Rr as ChevronDownIcon,
374
376
  Lr as ChevronLeftIcon,
375
377
  hr as ChevronRightIcon,
376
378
  sl as CircleSoundKey,
@@ -381,9 +383,9 @@ export {
381
383
  Lt as Clickable,
382
384
  z as ClipboardIcon,
383
385
  V as Clock2Icon,
384
- W as ClockIcon,
385
- Wu as Coachmark,
386
- J as CodeIcon,
386
+ F as ClockIcon,
387
+ Fu as Coachmark,
388
+ Y as CodeIcon,
387
389
  St as ContextMenu,
388
390
  K as CopyIcon,
389
391
  Ct as CountdownTimer,
@@ -393,36 +395,36 @@ export {
393
395
  jl as CueCanvas,
394
396
  Ql as CueCanvasController,
395
397
  ou as CueCanvasHomeworkController,
396
- Yl as CueCanvasProvider,
398
+ Jl as CueCanvasProvider,
397
399
  $l as CueCanvasSideBar,
398
400
  X as CueRocket,
399
401
  vr as CuemathLogo,
400
402
  Zf as CustomInputField,
401
403
  ee as DashArrowIcon,
402
404
  Kf as DatePickerInput,
403
- xm as DesmosCalculator,
404
- om as DigitalMeter,
405
+ Sm as DesmosCalculator,
406
+ lm as DigitalMeter,
405
407
  df as DotLottieAnimation,
406
408
  re as DownIcon,
407
409
  ae as DraftIcon,
408
410
  se as DragIcon,
409
411
  pf as Drawer,
410
- Zm as DynamicPreviewWorksheet,
412
+ rd as DynamicPreviewWorksheet,
411
413
  Iu as EClassTimeAlertLevel,
412
- ya as EDeviceType,
414
+ Ga as EDeviceType,
413
415
  ml as ELeaderboardType,
414
- Gp as EPResourceAssign,
415
- tm as EPostGameStat,
416
+ zp as EPResourceAssign,
417
+ pm as EPostGameStat,
416
418
  lu as EVENTS,
417
419
  me as Edit2Icon,
418
420
  ue as EditIcon,
419
- Cp as EditMilestoneModal,
421
+ Lp as EditMilestoneModal,
420
422
  xe as EditStarIcon,
421
423
  ce as EraserIcon,
422
- Gt as Error,
424
+ yt as Error,
423
425
  zr as EveningIcon,
424
426
  Ce as ExclamationIcon,
425
- cm as ExpandableHeader,
427
+ Cm as ExpandableHeader,
426
428
  Pu as ExtraPractice,
427
429
  Se as Eye2Icon,
428
430
  Ie as EyeIcon,
@@ -430,62 +432,62 @@ export {
430
432
  el as GAME_LAUNCHER_ASSET_PADDING,
431
433
  rl as GAME_LAUNCHER_SIZE,
432
434
  x as GIF,
433
- Rr as GameIcon,
435
+ Or as GameIcon,
434
436
  Hl as GameLauncher,
435
- sp as GoalCreationConfirmationModal,
436
- xp as GoalDraftEdit,
437
- Pp as GoalEdit,
438
- Jt as GooglePlacesSearchInput,
439
- Jf as GradeInput,
437
+ xp as GoalCreationConfirmationModal,
438
+ Sp as GoalDraftEdit,
439
+ Rp as GoalEdit,
440
+ Yt as GooglePlacesSearchInput,
441
+ Yf as GradeInput,
440
442
  r as GradeSelector,
441
443
  Pe as HandIcon,
442
444
  Le as HelpIcon,
443
- Ne as HighlighterIcon,
445
+ Re as HighlighterIcon,
444
446
  he as HintFillIcon,
445
- Re as HomeIcon,
447
+ Oe as HomeIcon,
446
448
  hu as HomeworkCardList,
447
449
  s as ILLUSTRATIONS,
448
450
  u as IMAGES,
449
451
  Ll as IStatsToAwardErrorCode,
450
- Nt as IconButton,
452
+ Rt as IconButton,
451
453
  Is as IdentifierOtpForm,
452
454
  $a as Image,
453
455
  He as ImageIcon,
454
456
  zu as IndicatorType,
455
457
  ve as Info2Icon,
456
- Ge as InfoIcon,
457
- Nf as InputStatusIcon,
458
- Ru as JOURNEY_ID_STUDENT,
458
+ ye as InfoIcon,
459
+ Rf as InputStatusIcon,
460
+ Ou as JOURNEY_ID_STUDENT,
459
461
  Hu as JOURNEY_ID_TEACHER,
460
462
  bu as JourneyProvider,
461
463
  m as LOTTIE,
462
464
  zs as LPARChapter,
463
- Ws as LPARMilestoneChapter,
465
+ Fs as LPARMilestoneChapter,
464
466
  vl as Leaderboard,
465
- rd as LearnosityPreloader,
467
+ ud as LearnosityPreloader,
466
468
  be as LeftIcon,
467
469
  vf as LinearProgressBar,
468
- We as Lock2Icon,
470
+ Fe as Lock2Icon,
469
471
  Ve as Lock3Icon,
470
472
  ze as LockIcon,
471
- rp as Maintenance,
472
- Np as MilestoneActionWidget,
473
- mp as MilestoneCreate,
474
- hp as MilestoneEdit,
475
- Lp as MilestoneList,
476
- cp as MilestoneOutcome,
477
- Rp as MilestoneStart,
473
+ up as Maintenance,
474
+ yp as MilestoneActionWidget,
475
+ Ip as MilestoneCreate,
476
+ Op as MilestoneEdit,
477
+ Hp as MilestoneList,
478
+ Cp as MilestoneOutcome,
479
+ vp as MilestoneStart,
478
480
  Ke as Minus2Icon,
479
- Je as MinusIcon,
481
+ Ye as MinusIcon,
480
482
  Ze as MistakeIcon,
481
483
  Xe as Mobile,
482
484
  xa as ModalProvider,
483
485
  eo as MoreVerticalIcon,
484
486
  Vr as MorningIcon,
485
- Gs as MultiTabBlocker,
486
- _m as NODE_LABELS,
487
- hm as NODE_SUB_GROUP,
488
- km as NODE_TYPE,
487
+ ys as MultiTabBlocker,
488
+ Nm as NODE_LABELS,
489
+ Om as NODE_SUB_GROUP,
490
+ Dm as NODE_TYPE,
489
491
  br as Next2Icon,
490
492
  ro as NextIcon,
491
493
  mt as Notification,
@@ -497,75 +499,75 @@ export {
497
499
  hf as OverlayLoader,
498
500
  nf as PLATFORM_EVENTS_STUDENT,
499
501
  If as PLATFORM_EVENTS_TEACHER,
500
- Ns as PLA_ANALYTICS_EVENTS,
501
- Lm as PYTHON_NODE_TYPES,
502
+ Rs as PLA_ANALYTICS_EVENTS,
503
+ Hm as PYTHON_NODE_TYPES,
502
504
  ao as PencilIcon,
503
505
  ra as PercentileInput,
504
506
  qa as PerfectHits,
505
- Gf as PillButton,
507
+ yf as PillButton,
506
508
  mo as Play2Icon,
507
509
  uo as PlayIcon,
508
510
  hl as PlayerType,
509
511
  io as Plus2Icon,
510
512
  no as PlusIcon,
511
513
  so as PointerIcon,
512
- fm as PostGameStats,
514
+ dm as PostGameStats,
513
515
  To as PracticeIcon,
514
- Km as PreviewWorksheet,
516
+ ed as PreviewWorksheet,
515
517
  Eo as ProgressIcon,
516
518
  Sl as ProjectOutcome,
517
519
  Pl as ProjectType,
518
520
  _o as Puzzle2Icon,
519
- Id as PuzzleApp,
520
- md as PuzzleCard,
521
- cd as PuzzleDashboard,
522
- xd as PuzzleFeedbackCelebration,
521
+ Cd as PuzzleApp,
522
+ cd as PuzzleCard,
523
+ Sd as PuzzleDashboard,
524
+ Id as PuzzleFeedbackCelebration,
523
525
  Ao as PuzzleIcon,
524
526
  ko as QuestionIcon,
525
527
  Mo as QuestionLetterIcon,
526
- Mm as REWARDS_LIST,
528
+ gm as REWARDS_LIST,
527
529
  Sa as RadioCard,
528
530
  zt as RadioInput,
529
- lm as RecentChapters,
530
- Oo as RedoIcon,
531
- Sm as ReferenceSheet,
532
- qp as RemotePeerPointer,
533
- Rf as ResendOTP,
531
+ nm as RecentChapters,
532
+ No as RedoIcon,
533
+ hm as ReferenceSheet,
534
+ tm as RemotePeerPointer,
535
+ Of as ResendOTP,
534
536
  Cs as ResetPasswordForm,
535
537
  Do as RightIcon,
536
538
  go as RulerIcon,
537
539
  Vs as SATSheetSummary,
538
- pm as SENTRY_DENIED_URLS,
539
- mm as SENTRY_IGNORED_ERRORS,
540
- Nm as SHEET_ACTIONS,
541
- Om as SHEET_ATTEMPT_LOCATION,
542
- Rm as SHEET_ATTEMPT_LOCATION_MAP,
543
- Dm as SHEET_ATTEMPT_STATE,
544
- Hm as SHEET_DATA_TYPE,
545
- gm as SHEET_STATE,
546
- Bp as STAGES,
547
- Jr as ScreenGrabFilledIcon,
540
+ im as SENTRY_DENIED_URLS,
541
+ Im as SENTRY_IGNORED_ERRORS,
542
+ ym as SHEET_ACTIONS,
543
+ Gm as SHEET_ATTEMPT_LOCATION,
544
+ vm as SHEET_ATTEMPT_LOCATION_MAP,
545
+ Bm as SHEET_ATTEMPT_STATE,
546
+ bm as SHEET_DATA_TYPE,
547
+ Um as SHEET_STATE,
548
+ Wp as STAGES,
549
+ Yr as ScreenGrabFilledIcon,
548
550
  et as ScreenGrabIcon,
549
551
  Er as ScribbleIcon,
550
- yo as SearchIcon,
552
+ Go as SearchIcon,
551
553
  Vt as SearchableSelectInput,
552
554
  Ca as SectionList,
553
- Wt as SelectInput,
555
+ Ft as SelectInput,
554
556
  bf as SelectableInfoCard,
555
557
  aa as SelectionCards,
556
558
  Qa as Separator,
557
- ed as SheetError,
559
+ sd as SheetError,
558
560
  Bo as SheetIcon,
559
- Im as SheetList,
560
- Xm as SheetLocked,
561
- Fl as SignUp,
561
+ Pm as SheetList,
562
+ ad as SheetLocked,
563
+ Wl as SignUp,
562
564
  as as SignupHeader,
563
565
  es as SignupMethods,
564
566
  ss as SignupOptions,
565
567
  Cr as SketchIcon,
566
- Yo as Skip2Icon,
568
+ Jo as Skip2Icon,
567
569
  wo as SkipColoredIcon,
568
- Fo as SkipIcon,
570
+ Wo as SkipIcon,
569
571
  xs as SocialAccountNotFound,
570
572
  ms as SocialLoginMethods,
571
573
  wl as SplashScreen,
@@ -578,20 +580,20 @@ export {
578
580
  rt as StickerIcon,
579
581
  tf as Stickers,
580
582
  ff as StickersSelector,
581
- Ya as StreakIcon,
583
+ Ja as StreakIcon,
582
584
  xl as StreakReductionLocalStorageUtil,
583
585
  $o as StrikedEyeIcon,
584
- ym as StudentDetails,
585
- ap as SubmitMilestoneModal,
586
+ wm as StudentDetails,
587
+ mp as SubmitMilestoneModal,
586
588
  or as SwitchIcon,
587
- Fa as TabComponent,
589
+ Wa as TabComponent,
588
590
  Lf as Tabs,
589
591
  ha as Tag,
590
592
  Cu as TalkMeter,
591
593
  cu as TeacherProfile,
592
- Hp as TestsCreation,
594
+ bp as TestsCreation,
593
595
  Pa as Text,
594
- Rt as TextButton,
596
+ Ot as TextButton,
595
597
  Kt as TextInput,
596
598
  tr as TickIcon,
597
599
  wa as TimeLeftTimeline,
@@ -599,7 +601,7 @@ export {
599
601
  fr as TrophyIcon,
600
602
  cl as Tutorial,
601
603
  Hr as TutoringIcon,
602
- Na as UIContext,
604
+ Ra as UIContext,
603
605
  lr as UndoIcon,
604
606
  dr as Unlock2Icon,
605
607
  pr as UnlockIcon,
@@ -607,64 +609,66 @@ export {
607
609
  Tr as User2Icon,
608
610
  ir as UserIcon,
609
611
  Ps as UserIdentifierForm,
610
- Wf as UserTypeSelector,
612
+ Ff as UserTypeSelector,
611
613
  cs as UsernamePasswordForm,
612
614
  ja as Video,
613
615
  Sf as WHITELIST_EVENTS,
614
- Um as WORKSHEET_ACTION_BAR_HEIGHT,
615
- zm as WORKSHEET_QUESTIONS_GAP,
616
- wm as WORKSHEET_QUESTION_WIDTH,
617
- Wm as WORKSHEET_TOP_NAVIGATION_HEIGHT,
618
- Cm as WORKSHEET_V3_NODE_TYPES,
616
+ Jm as WORKSHEET_ACTION_BAR_HEIGHT,
617
+ Ym as WORKSHEET_QUESTIONS_GAP,
618
+ Qm as WORKSHEET_QUESTION_WIDTH,
619
+ Km as WORKSHEET_TOP_NAVIGATION_HEIGHT,
620
+ Lm as WORKSHEET_V3_NODE_TYPES,
619
621
  Il as WebView,
620
622
  Cl as WebViewEvent,
621
- Jm as Worksheet,
622
- Js as checkIfPPTNodeType,
623
+ Xm as Worksheet,
624
+ Ys as checkIfPPTNodeType,
623
625
  Ks as getActiveSATSheet,
624
626
  Ba as getTheme,
625
- ud as getWorksheetBehaviour,
626
627
  Xs as invalidateGetChapterDetails,
627
628
  Lu as invalidateHomeworks,
628
- Kp as invalidateMilestoneResources,
629
- Up as invalidateMilestonesData,
630
- Wp as invalidatePastMilestoneCount,
631
- Sd as invalidatePuzzleToAssign,
632
- Yp as invalidateTestHelpData,
633
- Vm as isOkayTypeQuestion,
634
- Bm as loadScript,
635
- Nu as useAutoPlayPermission,
629
+ em as invalidateMilestoneResources,
630
+ Jp as invalidateMilestonesData,
631
+ Kp as invalidatePastMilestoneCount,
632
+ Pd as invalidatePuzzleToAssign,
633
+ qp as invalidateTestHelpData,
634
+ Zm as isOkayTypeQuestion,
635
+ Wm as loadScript,
636
+ Ru as useAutoPlayPermission,
636
637
  ql as useCanvasSyncBroker,
637
- Ju as useChapterPageJourney,
638
+ Yu as useChapterPageJourney,
638
639
  al as useCircleSounds,
639
640
  Su as useClassTimeAlerts,
640
641
  ga as useContextMenuClickHandler,
641
642
  ut as useForceReload,
642
- zp as useGetAllMilestonesdata,
643
- Gl as useGetCircleHomeDetailsDal,
643
+ Yp as useGetAllMilestonesdata,
644
+ yl as useGetCircleHomeDetailsDal,
644
645
  vu as useGetEligibleJourneysViaRoute,
645
646
  ul as useGetLeaderboardDal,
646
- jp as useGetMilestoneResources,
647
- Fp as useGetPastMilestoneCount,
648
- Ed as useGetPuzzleToAssign,
649
- Jp as useGetTestHelpData,
647
+ om as useGetMilestoneResources,
648
+ jp as useGetPastMilestoneCount,
649
+ _d as useGetPuzzleToAssign,
650
+ Xp as useGetTestHelpData,
650
651
  Vu as useHomePageJourney,
651
652
  pu as useInClassActionDispatcher,
652
653
  mu as useInClassActionListener,
653
654
  tu as useInClassMessageBroker,
654
- ad as useIsLearnosityLoaded,
655
+ md as useIsLearnosityLoaded,
655
656
  Hs as useIsTabBlocked,
656
- Gu as useJourney,
657
+ yu as useJourney,
657
658
  ca as useModalActions,
658
659
  Ia as useModalParams,
659
- $p as usePointerSync,
660
+ fm as usePointerSync,
661
+ rp as usePuzzleAttemptJourney,
660
662
  Ku as usePuzzleDashboardJourney,
661
663
  Zu as usePuzzleIntroJourney,
662
664
  Xu as usePuzzleProgressJourney,
665
+ ap as usePuzzleReviewJourney,
666
+ sp as usePuzzleUnassignJourney,
663
667
  ep as useTeacherPuzzleAssignedJourney,
664
668
  Da as useTrackingContext,
665
669
  fu as useTrialSessionMessageBroker,
666
- Oa as useUIContext,
667
- sd as useWorksheetLayout,
670
+ Na as useUIContext,
671
+ xd as useWorksheetLayout,
668
672
  st as useZoomDisable
669
673
  };
670
674
  //# sourceMappingURL=index.js.map