@cuemath/leap 3.1.46 → 3.1.48-aa0

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 (67) hide show
  1. package/dist/assets/illustrations/illustrations.js +3 -0
  2. package/dist/assets/illustrations/illustrations.js.map +1 -1
  3. package/dist/assets/lottie/lottie.js +19 -1
  4. package/dist/assets/lottie/lottie.js.map +1 -1
  5. package/dist/features/auth/forgot-password/forgot-password-styled.js +12 -12
  6. package/dist/features/auth/forgot-password/forgot-password-styled.js.map +1 -1
  7. package/dist/features/auth/login/identifier-otp-form/identifier-otp-form-styled.js +9 -9
  8. package/dist/features/auth/login/identifier-otp-form/identifier-otp-form-styled.js.map +1 -1
  9. package/dist/features/auth/login/login-styled.js +6 -6
  10. package/dist/features/auth/login/login-styled.js.map +1 -1
  11. package/dist/features/chapters/lpar-chapter/constants/index.js.map +1 -1
  12. package/dist/features/chapters-v2/utils/index.js +23 -11
  13. package/dist/features/chapters-v2/utils/index.js.map +1 -1
  14. package/dist/features/chapters-v2/utils/node-card-utils.js +50 -34
  15. package/dist/features/chapters-v2/utils/node-card-utils.js.map +1 -1
  16. package/dist/features/hooks/use-viewport/use-viewport.js +14 -13
  17. package/dist/features/hooks/use-viewport/use-viewport.js.map +1 -1
  18. package/dist/features/puzzles/puzzle-feedback-celebration/puzzle-feedback-celebration-styled.js +10 -0
  19. package/dist/features/puzzles/puzzle-feedback-celebration/puzzle-feedback-celebration-styled.js.map +1 -0
  20. package/dist/features/puzzles/puzzle-feedback-celebration/puzzle-feedback-celebration.js +44 -0
  21. package/dist/features/puzzles/puzzle-feedback-celebration/puzzle-feedback-celebration.js.map +1 -0
  22. package/dist/features/puzzles/utils/puzzle-feedback-celebration.js +44 -0
  23. package/dist/features/puzzles/utils/puzzle-feedback-celebration.js.map +1 -0
  24. package/dist/features/ui/theme/constants.js +11 -0
  25. package/dist/features/ui/theme/constants.js.map +1 -0
  26. package/dist/features/ui/theme/get-device.js +6 -0
  27. package/dist/features/ui/theme/get-device.js.map +1 -0
  28. package/dist/features/ui/theme/get-theme.js +25 -23
  29. package/dist/features/ui/theme/get-theme.js.map +1 -1
  30. package/dist/features/ui/theme/layout.js +6 -3
  31. package/dist/features/ui/theme/layout.js.map +1 -1
  32. package/dist/features/ui/theme/media-queries.js +11 -0
  33. package/dist/features/ui/theme/media-queries.js.map +1 -0
  34. package/dist/features/worksheet/worksheet/constants.js +12 -13
  35. package/dist/features/worksheet/worksheet/constants.js.map +1 -1
  36. package/dist/features/worksheet/worksheet/worksheet-question/worksheet-question.js +227 -245
  37. package/dist/features/worksheet/worksheet/worksheet-question/worksheet-question.js.map +1 -1
  38. package/dist/features/worksheet/worksheet/worksheet.js +163 -162
  39. package/dist/features/worksheet/worksheet/worksheet.js.map +1 -1
  40. package/dist/index.d.ts +46 -10
  41. package/dist/index.js +90 -90
  42. package/dist/static/activity.ca6afed5.json +417 -0
  43. package/dist/static/cent.3a07ef13.json +5576 -0
  44. package/dist/static/clap.aa0b824b.json +12684 -0
  45. package/dist/static/dart.60f73d0f.json +4207 -0
  46. package/dist/static/diamond.8c91431a.json +6716 -0
  47. package/dist/static/dice.eb192df8.json +16260 -0
  48. package/dist/static/download.475e7e15.json +1038 -0
  49. package/dist/static/golf.55585049.json +2832 -0
  50. package/dist/static/magicwand.75ac8f1b.json +3879 -0
  51. package/dist/static/mechanical-arm.7561628e.json +4428 -0
  52. package/dist/static/medal.782dab23.json +4134 -0
  53. package/dist/static/node-activity-bg.122f7e01.svg +1 -0
  54. package/dist/static/node-download-bg.b8367de7.svg +1 -0
  55. package/dist/static/node-subjective-bg.d6013a16.svg +1 -0
  56. package/dist/static/party-ball.e19caed6.json +11578 -0
  57. package/dist/static/party-popper.9f7992e8.json +6416 -0
  58. package/dist/static/slot-machine.ba8014dd.json +7779 -0
  59. package/dist/static/subjective.bc5f37fb.json +1177 -0
  60. package/dist/static/super.7fad19f6.json +3720 -0
  61. package/dist/static/trophy.a8ea85ef.json +6813 -0
  62. package/dist/static/victory.2ca41d92.json +9959 -0
  63. package/package.json +1 -1
  64. package/dist/features/ui/theme/device.js +0 -5
  65. package/dist/features/ui/theme/device.js.map +0 -1
  66. package/dist/features/utils/media.js +0 -16
  67. package/dist/features/utils/media.js.map +0 -1
package/dist/index.js CHANGED
@@ -10,8 +10,8 @@ import { default as S } from "./assets/line-icons/icons/bin2.js";
10
10
  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
- import { default as L } from "./assets/line-icons/icons/bookmark.js";
14
- import { default as k } from "./assets/line-icons/icons/bulb.js";
13
+ import { default as k } from "./assets/line-icons/icons/bookmark.js";
14
+ import { default as M } 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";
@@ -19,7 +19,7 @@ import { default as U } from "./assets/line-icons/icons/check2.js";
19
19
  import { default as B } from "./assets/line-icons/icons/clipboard.js";
20
20
  import { default as w } from "./assets/line-icons/icons/clock.js";
21
21
  import { default as V } from "./assets/line-icons/icons/clock2.js";
22
- import { default as Y } from "./assets/line-icons/icons/code.js";
22
+ import { default as F } from "./assets/line-icons/icons/code.js";
23
23
  import { default as J } from "./assets/line-icons/icons/copy.js";
24
24
  import { default as K } from "./assets/line-icons/icons/cross.js";
25
25
  import { default as Z } from "./assets/line-icons/icons/cue-rocket.js";
@@ -37,8 +37,8 @@ import { default as Se } from "./assets/line-icons/icons/exclamation.js";
37
37
  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
- import { default as Le } from "./assets/line-icons/icons/home.js";
41
- import { default as ke } from "./assets/line-icons/icons/image.js";
40
+ import { default as ke } from "./assets/line-icons/icons/home.js";
41
+ import { default as Me } 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";
@@ -46,7 +46,7 @@ import { default as Ue } from "./assets/line-icons/icons/lock.js";
46
46
  import { default as Be } from "./assets/line-icons/icons/lock2.js";
47
47
  import { default as we } from "./assets/line-icons/icons/lock3.js";
48
48
  import { default as Ve } from "./assets/line-icons/icons/minus.js";
49
- import { default as Ye } from "./assets/line-icons/icons/minus2.js";
49
+ import { default as Fe } from "./assets/line-icons/icons/minus2.js";
50
50
  import { default as Je } from "./assets/line-icons/icons/mistake.js";
51
51
  import { default as Ke } from "./assets/line-icons/icons/mobile.js";
52
52
  import { default as Ze } from "./assets/line-icons/icons/more-vertical.js";
@@ -64,7 +64,7 @@ import { default as Eo } from "./assets/line-icons/icons/puzzle2.js";
64
64
  import { default as Ao } from "./assets/line-icons/icons/question.js";
65
65
  import { default as _o } from "./assets/line-icons/icons/question-letter.js";
66
66
  import { default as Ro } from "./assets/line-icons/icons/redo.js";
67
- import { default as Mo } from "./assets/line-icons/icons/right.js";
67
+ import { default as Lo } from "./assets/line-icons/icons/right.js";
68
68
  import { default as No } from "./assets/line-icons/icons/ruler.js";
69
69
  import { default as Ho } from "./assets/line-icons/icons/search.js";
70
70
  import { default as Go } from "./assets/line-icons/icons/sheet.js";
@@ -72,8 +72,8 @@ import { default as yo } from "./assets/line-icons/icons/star.js";
72
72
  import { default as vo } from "./assets/line-icons/icons/skip-colored.js";
73
73
  import { default as bo } from "./assets/line-icons/icons/skip.js";
74
74
  import { default as Wo } from "./assets/line-icons/icons/skip2.js";
75
- import { default as Fo } from "./assets/line-icons/icons/star2.js";
76
- import { default as zo } from "./assets/line-icons/icons/status.js";
75
+ import { default as zo } from "./assets/line-icons/icons/star2.js";
76
+ import { default as Yo } from "./assets/line-icons/icons/status.js";
77
77
  import { default as Qo } from "./assets/line-icons/icons/striked-eye.js";
78
78
  import { default as jo } from "./assets/line-icons/icons/switch-icon.js";
79
79
  import { default as qo } from "./assets/line-icons/icons/tick.js";
@@ -90,8 +90,8 @@ import { default as Sr } from "./assets/line-icons/icons/chevron-right.js";
90
90
  import { default as Cr } from "./assets/line-icons/icons/chevron-left.js";
91
91
  import { default as Pr } from "./assets/line-icons/icons/chevron-down.js";
92
92
  import { default as hr } from "./assets/line-icons/icons/game.js";
93
- import { default as Lr } from "./assets/line-icons/icons/tutoring.js";
94
- import { default as kr } from "./assets/line-icons/icons/chat.js";
93
+ import { default as kr } from "./assets/line-icons/icons/tutoring.js";
94
+ import { default as Mr } from "./assets/line-icons/icons/chat.js";
95
95
  import { default as Or } from "./assets/line-icons/icons/cuemath-logo.js";
96
96
  import { default as Dr } from "./assets/line-icons/icons/next2.js";
97
97
  import { AutoPlayPermissionProvider as gr } from "./features/hooks/use-auto-play-permission/use-auto-play-permission-context-provider.js";
@@ -99,7 +99,7 @@ import { default as Ur } from "./features/hooks/use-zoom-disable.js";
99
99
  import { default as Br } from "./features/hooks/use-force-reload.js";
100
100
  import { default as wr } from "./features/ui/accordion-section/accordion-section.js";
101
101
  import { default as Vr } from "./features/ui/arrow-tooltip/arrow-tooltip.js";
102
- import { default as Yr } from "./features/ui/context-menu/context-menu.js";
102
+ import { default as Fr } from "./features/ui/context-menu/context-menu.js";
103
103
  import { default as Jr } from "./features/ui/timers/countdown-timer/countdown-timer.js";
104
104
  import { default as Kr } from "./features/ui/nudge/nudge.js";
105
105
  import { default as Zr } from "./features/ui/buttons/button/button.js";
@@ -117,8 +117,8 @@ import { default as St } from "./features/ui/inputs/google-places-search-input/g
117
117
  import { default as Ct } from "./features/ui/inputs/text-input/text-input.js";
118
118
  import { default as Pt } from "./features/ui/inputs/cascading-select-input/cascading-select-input.js";
119
119
  import { default as ht } from "./features/ui/inputs/num-range-input/num-range-input.js";
120
- import { default as Lt } from "./features/ui/inputs/percentile-input/percentile-input.js";
121
- import { default as kt } from "./features/ui/selection-cards/selection-cards.js";
120
+ import { default as kt } from "./features/ui/inputs/percentile-input/percentile-input.js";
121
+ import { default as Mt } from "./features/ui/selection-cards/selection-cards.js";
122
122
  import { default as Ot } from "./features/ui/layout/flex-view.js";
123
123
  import { default as Dt } from "./features/ui/loader/app-loader/app-loader.js";
124
124
  import { CircularLoader as gt } from "./features/ui/loader/circular-loader/circular-loader.js";
@@ -126,7 +126,7 @@ import { default as Ut } from "./features/ui/modals/modal-provider.js";
126
126
  import { default as Bt } from "./features/ui/modals/use-modal-actions.js";
127
127
  import { default as wt } from "./features/ui/modals/use-modal-params.js";
128
128
  import { default as Vt } from "./features/ui/radio-cards/radio-cards.js";
129
- import { default as Yt } from "./features/ui/section-list/section-list.js";
129
+ import { default as Ft } from "./features/ui/section-list/section-list.js";
130
130
  import { default as Jt } from "./features/ui/text/text.js";
131
131
  import { default as Kt } from "./features/ui/tag/tag.js";
132
132
  import { default as Zt } from "./features/ui/callout/callout.js";
@@ -144,7 +144,7 @@ import { default as Ea } from "./features/ui/perfect-hits/perfect-hits.js";
144
144
  import { default as Aa } from "./features/ui/image/image.js";
145
145
  import { default as _a } from "./features/ui/animated-arc/animated-arc.js";
146
146
  import { default as Ra } from "./features/auth/comps/auth-static-panel/auth-static-panel.js";
147
- import { default as Ma } from "./features/auth/comps/auth-page-layout/auth-page-layout.js";
147
+ import { default as La } from "./features/auth/comps/auth-page-layout/auth-page-layout.js";
148
148
  import { default as Na } from "./features/auth/comps/overlay-loader/overlay-loader.js";
149
149
  import { default as Ha } from "./features/auth/comps/tabs/tabs.js";
150
150
  import { default as Ga } from "./features/auth/comps/input-status-icon/input-status-icon.js";
@@ -152,8 +152,8 @@ import { default as ya } from "./features/auth/comps/resend-otp/resend-otp.js";
152
152
  import { default as va } from "./features/auth/signup/user-type-selector/user-type-selector.js";
153
153
  import { default as ba } from "./features/auth/signup/claim-user-account/claim-user-account.js";
154
154
  import { default as Wa } from "./features/auth/signup/custom-input-field/grade-input/grade-input.js";
155
- import { default as Fa } from "./features/auth/signup/custom-input-field/date-picker-input/date-picker-input.js";
156
- import { default as za } from "./features/auth/signup/custom-input-field/custom-input-field.js";
155
+ import { default as za } from "./features/auth/signup/custom-input-field/date-picker-input/date-picker-input.js";
156
+ import { default as Ya } from "./features/auth/signup/custom-input-field/custom-input-field.js";
157
157
  import { default as Qa } from "./features/auth/signup/circular-step-wrapper/circular-step-wrapper.js";
158
158
  import { default as ja } from "./features/auth/signup/signup-methods/signup-methods.js";
159
159
  import { default as qa } from "./features/auth/account-selector/account-selector.js";
@@ -170,8 +170,8 @@ import { PLATFORM_EVENTS_STUDENT as Sf } from "./features/analytics-events/platf
170
170
  import { PLATFORM_EVENTS_TEACHER as Cf } from "./features/analytics-events/platform-events-teacher.js";
171
171
  import { WHITELIST_EVENTS as Pf } from "./features/analytics-events/whitelist-events.js";
172
172
  import { default as hf } from "./features/blockers/multi-tab-blocker/use-is-tab-blocked.js";
173
- import { default as Lf } from "./features/blockers/multi-tab-blocker/multi-tab-blocker.js";
174
- import { default as kf } from "./features/chapters/chapter/chapter.js";
173
+ import { default as kf } from "./features/blockers/multi-tab-blocker/multi-tab-blocker.js";
174
+ import { default as Mf } from "./features/chapters/chapter/chapter.js";
175
175
  import { default as Of } from "./features/chapters/chapters-list/chapters-list.js";
176
176
  import { default as Df } from "./features/chapters/lpar-chapter/lpar-chapter.js";
177
177
  import { default as gf } from "./features/chapters/lpar-milestone-chapter/lpar-milestone-chapter.js";
@@ -179,7 +179,7 @@ import { default as Uf } from "./features/chapters/lpar-chapter/block-section/sa
179
179
  import { checkIfPPTNodeType as Bf } from "./features/chapters/lpar-chapter/utils/index.js";
180
180
  import { default as wf } from "./features/chapters-v2/chapter-details/chapter-details.js";
181
181
  import { invalidateGetChapterDetails as Vf } from "./features/chapters-v2/api/chapter.js";
182
- import { GAME_LAUNCHER_ASSET_PADDING as Yf } from "./features/circle-games/game-launcher/comps/segmented-game-card/constants.js";
182
+ import { GAME_LAUNCHER_ASSET_PADDING as Ff } from "./features/circle-games/game-launcher/comps/segmented-game-card/constants.js";
183
183
  import { GAME_LAUNCHER_SIZE as Jf } from "./features/circle-games/game-launcher/comps/card-container/constants.js";
184
184
  import { useCircleSounds as Kf } from "./features/circle-games/hooks/use-circle-sounds/use-circle-sounds.js";
185
185
  import { CircleSoundKey as Zf } from "./features/circle-games/hooks/use-circle-sounds/use-circle-sounds-enums.js";
@@ -197,16 +197,16 @@ import { CIRCLE_ONBOARDING_ANALYTICS_STEPS as Ss } from "./features/circle-games
197
197
  import { CIRCLE_ACTION_IDS as Cs } from "./features/circle-games/enum/circle-action-ids.js";
198
198
  import { GameLauncher as Ps } from "./features/circle-games/game-launcher/game-launcher.js";
199
199
  import { useGetCircleHomeDetailsDal as hs } from "./features/circle-games/game-launcher/dal/use-get-circle-home-details-dal/use-get-circle-home-details-dal.js";
200
- import { Leaderboard as Ls } from "./features/circle-games/leaderboard/leaderboard.js";
201
- import { BackgroundImage as ks, CircularSteps as Ns } from "./features/circle-games/sign-up/comp/circular-steps/circular-steps.js";
200
+ import { Leaderboard as ks } from "./features/circle-games/leaderboard/leaderboard.js";
201
+ import { BackgroundImage as Ms, CircularSteps as Ns } from "./features/circle-games/sign-up/comp/circular-steps/circular-steps.js";
202
202
  import { SplashScreen as Hs } from "./features/circle-games/sign-up/comp/splash-screen/splash-screen.js";
203
203
  import { SignUp as Gs } from "./features/circle-games/sign-up/sign-up.js";
204
204
  import { default as ys } from "./features/cue-canvas/cue-canvas-provider.js";
205
205
  import { default as vs } from "./features/cue-canvas/toolbar/toolbar.js";
206
206
  import { default as bs } from "./features/cue-canvas/cue-canvas.js";
207
207
  import { default as Ws } from "./features/cue-canvas/hooks/use-canvas-sync-broker.js";
208
- import { default as Fs } from "./features/cue-canvas/sidebar/sidebar.js";
209
- import { default as zs } from "./features/cue-canvas/bottombar/homework-controls.js";
208
+ import { default as zs } from "./features/cue-canvas/sidebar/sidebar.js";
209
+ import { default as Ys } from "./features/cue-canvas/bottombar/homework-controls.js";
210
210
  import { default as Qs } from "./features/communication/hooks/use-inclass-message-broker/use-inclass-message-broker.js";
211
211
  import { default as js } from "./features/communication/hooks/use-trial-session-message-broker/use-trial-session-message-broker.js";
212
212
  import { EVENTS as qs } from "./features/communication/pub-sub/constants.js";
@@ -223,8 +223,8 @@ import { JOURNEY_ID_STUDENT as Sl } from "./features/journey/journey-id/journey-
223
223
  import { JOURNEY_ID_TEACHER as Cl } from "./features/journey/journey-id/journey-id-teacher.js";
224
224
  import { useJourney as Pl } from "./features/journey/use-journey/use-journey.js";
225
225
  import { useGetEligibleJourneysViaRoute as hl } from "./features/journey/hooks/use-get-eligible-journeys-via-route.js";
226
- import { JourneyProvider as Ll } from "./features/journey/use-journey/journey-context-provider.js";
227
- import { IndicatorType as kl } from "./features/journey/use-journey/constants.js";
226
+ import { JourneyProvider as kl } from "./features/journey/use-journey/journey-context-provider.js";
227
+ import { IndicatorType as Ml } from "./features/journey/use-journey/constants.js";
228
228
  import { Coachmark as Ol } from "./features/journey/comps/coachmark/coachmark.js";
229
229
  import { useHomePageJourney as Dl } from "./features/journey/hooks/use-home-page-journey/use-home-page-journey.js";
230
230
  import { useChapterPageJourney as gl } from "./features/journey/hooks/use-chapter-journey.js";
@@ -232,7 +232,7 @@ import { default as Ul } from "./features/maintenance/maintenance.js";
232
232
  import { default as Bl } from "./features/milestone/create/submit-modal/submit-modal.js";
233
233
  import { default as wl } from "./features/milestone/create/comps/confirmation-modals/goal-creation-confirmation.js";
234
234
  import { default as Vl } from "./features/milestone/create/comps/confirmation-modals/chapter-clearance-confirmation.js";
235
- import { default as Yl } from "./features/milestone/create/milestone-create-container.js";
235
+ import { default as Fl } from "./features/milestone/create/milestone-create-container.js";
236
236
  import { default as Jl } from "./features/milestone/edit/goal-drafts/goal-draft-edit-container.js";
237
237
  import { default as Kl } from "./features/milestone/outcome/milestone-outcome-container.js";
238
238
  import { default as Zl } from "./features/milestone/outcome/comps/achievement/reason-submit-modal.js";
@@ -248,15 +248,15 @@ import { default as cp } from "./features/milestone/milestone-resources/resource
248
248
  import { ACHIEVEMENT_ACTIONS as Ip, STAGES as Tp } from "./features/milestone/outcome/milestone-outcome-constants.js";
249
249
  import { invalidateMilestonesData as Ep, useGetAllMilestonesdata as Cp } from "./features/milestone/milestone-list-container/api/get-milestones.js";
250
250
  import { invalidatePastMilestoneCount as Pp, useGetPastMilestoneCount as _p } from "./features/milestone/milestone-list-container/api/get-past-milestone-count.js";
251
- import { invalidateTestHelpData as Rp, useGetTestHelpData as Lp } from "./features/milestone/milestone-list-container/api/get-tests-list.js";
252
- import { invalidateMilestoneResources as kp, useGetMilestoneResources as Np } from "./features/milestone/milestone-list-container/api/get-milestone-resources.js";
251
+ import { invalidateTestHelpData as Rp, useGetTestHelpData as kp } from "./features/milestone/milestone-list-container/api/get-tests-list.js";
252
+ import { invalidateMilestoneResources as Mp, useGetMilestoneResources as Np } from "./features/milestone/milestone-list-container/api/get-milestone-resources.js";
253
253
  import { default as Hp } from "./features/pointer-sync/pointer.js";
254
254
  import { default as Gp } from "./features/pointer-sync/hooks/use-pointer-sync.js";
255
255
  import { DigitalMeter as yp } from "./features/post-game-stats/digital-meter/digital-meter.js";
256
256
  import { EPostGameStat as vp } from "./features/post-game-stats/enums/post-game-stats-enum.js";
257
257
  import { PostGameStats as bp } from "./features/post-game-stats/post-game-stats.js";
258
258
  import { default as Wp } from "./features/recent-chapters/recent-chapters.js";
259
- import { SENTRY_DENIED_URLS as Fp, SENTRY_IGNORED_ERRORS as Yp } from "./features/sentry/constants/ignored.js";
259
+ import { SENTRY_DENIED_URLS as zp, SENTRY_IGNORED_ERRORS as Fp } from "./features/sentry/constants/ignored.js";
260
260
  import { default as Jp } from "./features/sheet-tools/desmos-calculator/desmos-calculator.js";
261
261
  import { default as Kp } from "./features/sheet-tools/tool-header/tool-header.js";
262
262
  import { default as Zp } from "./features/sheets/sheets-list/sheets-list.js";
@@ -265,19 +265,19 @@ import { WORKSHEET_V3_NODE_TYPES as eu } from "./features/sheets/utils/is-v3-wor
265
265
  import { COMPLETED_SHEET_STATE as ru, NODE_LABELS as tu, NODE_SUB_GROUP as au, NODE_TYPE as fu, PYTHON_NODE_TYPES as su, REWARDS_LIST as lu, SHEET_ACTIONS as pu, SHEET_ATTEMPT_LOCATION as uu, SHEET_ATTEMPT_LOCATION_MAP as mu, SHEET_ATTEMPT_STATE as du, SHEET_DATA_TYPE as xu, SHEET_STATE as nu } from "./features/sheets/constants/sheet.js";
266
266
  import { default as iu } from "./features/student-details/student-details.js";
267
267
  import { default as Tu } from "./features/utils/load-script.js";
268
- import { media as Eu } from "./features/utils/media.js";
269
- import { ACTION_BAR_HEIGHT as Au, QUESTIONS_GAP as Pu, QUESTION_WIDTH as _u, TOP_NAVIGATION_HEIGHT as hu } from "./features/worksheet/worksheet/constants.js";
270
- import { isOkayTypeQuestion as Lu } from "./features/worksheet/worksheet/worksheet-helpers.js";
268
+ import { ACTION_BAR_HEIGHT as Eu, QUESTIONS_GAP as Cu, QUESTION_WIDTH as Au, TOP_NAVIGATION_HEIGHT as Pu } from "./features/worksheet/worksheet/constants.js";
269
+ import { isOkayTypeQuestion as hu } from "./features/worksheet/worksheet/worksheet-helpers.js";
271
270
  import { default as ku } from "./features/worksheet/worksheet/worksheet-container.js";
272
- import { default as Ou } from "./features/worksheet/worksheet-preview/worksheet-preview.js";
273
- import { default as Du } from "./features/worksheet/worksheet-preview/dynamic-worksheet-preview/dynamic-worksheet-preview.js";
274
- import { default as gu } from "./features/worksheet/worksheet/worksheet-permissions/sheet-locked.js";
275
- import { default as Uu } from "./features/worksheet/worksheet/worksheet-permissions/error.js";
276
- import { default as Bu } from "./features/worksheet/learnosity-preloader/learnosity-preloader.js";
277
- import { default as wu } from "./features/worksheet/learnosity-preloader/use-is-learnosity-loaded.js";
278
- import { default as Vu } from "./features/worksheet/worksheet-preview/hooks/use-worksheet-layout.js";
279
- import { default as Yu } from "./features/hooks/use-viewport/use-viewport.js";
280
- import { default as Ju } from "./features/puzzles/puzzle-container/puzzle-container.js";
271
+ import { default as Mu } from "./features/worksheet/worksheet-preview/worksheet-preview.js";
272
+ import { default as Ou } from "./features/worksheet/worksheet-preview/dynamic-worksheet-preview/dynamic-worksheet-preview.js";
273
+ import { default as Du } from "./features/worksheet/worksheet/worksheet-permissions/sheet-locked.js";
274
+ import { default as gu } from "./features/worksheet/worksheet/worksheet-permissions/error.js";
275
+ import { default as Uu } from "./features/worksheet/learnosity-preloader/learnosity-preloader.js";
276
+ import { default as Bu } from "./features/worksheet/learnosity-preloader/use-is-learnosity-loaded.js";
277
+ import { default as wu } from "./features/worksheet/worksheet-preview/hooks/use-worksheet-layout.js";
278
+ import { default as Vu } from "./features/hooks/use-viewport/use-viewport.js";
279
+ import { default as Fu } from "./features/puzzles/puzzle-container/puzzle-container.js";
280
+ import { default as Ju } from "./features/puzzles/puzzle-feedback-celebration/puzzle-feedback-celebration.js";
281
281
  import { invalidatePuzzleToAssign as Ku, useGetPuzzleToAssign as ju } from "./features/puzzles/api/puzzle-assign.js";
282
282
  import { COUNTRY_CODE_MAP as qu } from "./constants/country.js";
283
283
  export {
@@ -293,21 +293,21 @@ export {
293
293
  at as ArcButton,
294
294
  Vr as ArrowTooltip,
295
295
  If as AuthApiErrorCode,
296
- Ma as AuthPageLayout,
296
+ La as AuthPageLayout,
297
297
  Ra as AuthStaticPanel,
298
298
  gr as AutoPlayPermissionProvider,
299
299
  la as Avatar,
300
300
  Ir as Back2Icon,
301
301
  c as BackIcon,
302
- ks as BackgroundImage,
302
+ Ms as BackgroundImage,
303
303
  S as Bin2Icon,
304
304
  I as BinIcon,
305
305
  h as Book2Icon,
306
306
  C as BookClosedIcon,
307
307
  P as BookIcon,
308
- L as BookmarkIcon,
308
+ k as BookmarkIcon,
309
309
  O as Bulb2Icon,
310
- k as BulbIcon,
310
+ M as BulbIcon,
311
311
  Zr as Button,
312
312
  Cs as CIRCLE_ACTION_IDS,
313
313
  Ss as CIRCLE_ONBOARDING_ANALYTICS_STEPS,
@@ -316,11 +316,11 @@ export {
316
316
  D as CalendarIcon,
317
317
  Zt as Callout,
318
318
  Pt as CascadingSelectInput,
319
- kf as Chapter,
319
+ Mf as Chapter,
320
320
  Vl as ChapterClearanceConfirmationModal,
321
321
  wf as ChapterDetails,
322
322
  Of as ChaptersList,
323
- kr as ChatIcon,
323
+ Mr as ChatIcon,
324
324
  U as Check2Icon,
325
325
  g as CheckIcon,
326
326
  pt as CheckboxInput,
@@ -338,27 +338,27 @@ export {
338
338
  V as Clock2Icon,
339
339
  w as ClockIcon,
340
340
  Ol as Coachmark,
341
- Y as CodeIcon,
342
- Yr as ContextMenu,
341
+ F as CodeIcon,
342
+ Fr as ContextMenu,
343
343
  J as CopyIcon,
344
344
  Jr as CountdownTimer,
345
345
  K as CrossIcon,
346
346
  bs as CueCanvas,
347
347
  vs as CueCanvasController,
348
- zs as CueCanvasHomeworkController,
348
+ Ys as CueCanvasHomeworkController,
349
349
  ys as CueCanvasProvider,
350
- Fs as CueCanvasSideBar,
350
+ zs as CueCanvasSideBar,
351
351
  Z as CueRocket,
352
352
  Or as CuemathLogo,
353
- za as CustomInputField,
353
+ Ya as CustomInputField,
354
354
  X as DashArrowIcon,
355
- Fa as DatePickerInput,
355
+ za as DatePickerInput,
356
356
  Jp as DesmosCalculator,
357
357
  yp as DigitalMeter,
358
358
  ee as DownIcon,
359
359
  re as DraftIcon,
360
360
  ae as DragIcon,
361
- Du as DynamicPreviewWorksheet,
361
+ Ou as DynamicPreviewWorksheet,
362
362
  al as EClassTimeAlertLevel,
363
363
  es as ELeaderboardType,
364
364
  cp as EPResourceAssign,
@@ -376,7 +376,7 @@ export {
376
376
  Ie as Eye2Icon,
377
377
  ce as EyeIcon,
378
378
  Ot as FlexView,
379
- Yf as GAME_LAUNCHER_ASSET_PADDING,
379
+ Ff as GAME_LAUNCHER_ASSET_PADDING,
380
380
  Jf as GAME_LAUNCHER_SIZE,
381
381
  hr as GameIcon,
382
382
  Ps as GameLauncher,
@@ -389,7 +389,7 @@ export {
389
389
  Ce as HandIcon,
390
390
  Pe as HelpIcon,
391
391
  he as HighlighterIcon,
392
- Le as HomeIcon,
392
+ ke as HomeIcon,
393
393
  xl as HomeworkCardList,
394
394
  s as ILLUSTRATIONS,
395
395
  p as IMAGES,
@@ -397,37 +397,37 @@ export {
397
397
  et as IconButton,
398
398
  ff as IdentifierOtpForm,
399
399
  Aa as Image,
400
- ke as ImageIcon,
401
- kl as IndicatorType,
400
+ Me as ImageIcon,
401
+ Ml as IndicatorType,
402
402
  De as Info2Icon,
403
403
  Oe as InfoIcon,
404
404
  Ga as InputStatusIcon,
405
405
  Sl as JOURNEY_ID_STUDENT,
406
406
  Cl as JOURNEY_ID_TEACHER,
407
- Ll as JourneyProvider,
407
+ kl as JourneyProvider,
408
408
  m as LOTTIE,
409
409
  Df as LPARChapter,
410
410
  gf as LPARMilestoneChapter,
411
- Ls as Leaderboard,
412
- Bu as LearnosityPreloader,
411
+ ks as Leaderboard,
412
+ Uu as LearnosityPreloader,
413
413
  ge as LeftIcon,
414
414
  Be as Lock2Icon,
415
415
  we as Lock3Icon,
416
416
  Ue as LockIcon,
417
417
  Ul as Maintenance,
418
418
  pp as MilestoneActionWidget,
419
- Yl as MilestoneCreate,
419
+ Fl as MilestoneCreate,
420
420
  ap as MilestoneEdit,
421
421
  sp as MilestoneList,
422
422
  Kl as MilestoneOutcome,
423
423
  mp as MilestoneStart,
424
- Ye as Minus2Icon,
424
+ Fe as Minus2Icon,
425
425
  Ve as MinusIcon,
426
426
  Je as MistakeIcon,
427
427
  Ke as Mobile,
428
428
  Ut as ModalProvider,
429
429
  Ze as MoreVerticalIcon,
430
- Lf as MultiTabBlocker,
430
+ kf as MultiTabBlocker,
431
431
  tu as NODE_LABELS,
432
432
  au as NODE_SUB_GROUP,
433
433
  fu as NODE_TYPE,
@@ -441,7 +441,7 @@ export {
441
441
  Cf as PLATFORM_EVENTS_TEACHER,
442
442
  su as PYTHON_NODE_TYPES,
443
443
  eo as PencilIcon,
444
- Lt as PercentileInput,
444
+ kt as PercentileInput,
445
445
  Ea as PerfectHits,
446
446
  so as Play2Icon,
447
447
  ao as PlayIcon,
@@ -451,12 +451,13 @@ export {
451
451
  ro as PointerIcon,
452
452
  bp as PostGameStats,
453
453
  no as PracticeIcon,
454
- Ou as PreviewWorksheet,
454
+ Mu as PreviewWorksheet,
455
455
  io as ProgressIcon,
456
456
  ps as ProjectOutcome,
457
457
  xs as ProjectType,
458
458
  Eo as Puzzle2Icon,
459
- Ju as PuzzleCard,
459
+ Fu as PuzzleCard,
460
+ Ju as PuzzleFeedbackCelebration,
460
461
  To as PuzzleIcon,
461
462
  Ao as QuestionIcon,
462
463
  _o as QuestionLetterIcon,
@@ -469,11 +470,11 @@ export {
469
470
  Hp as RemotePeerPointer,
470
471
  ya as ResendOTP,
471
472
  uf as ResetPasswordForm,
472
- Mo as RightIcon,
473
+ Lo as RightIcon,
473
474
  No as RulerIcon,
474
475
  Uf as SATSheetSummary,
475
- Fp as SENTRY_DENIED_URLS,
476
- Yp as SENTRY_IGNORED_ERRORS,
476
+ zp as SENTRY_DENIED_URLS,
477
+ Fp as SENTRY_IGNORED_ERRORS,
477
478
  pu as SHEET_ACTIONS,
478
479
  uu as SHEET_ATTEMPT_LOCATION,
479
480
  mu as SHEET_ATTEMPT_LOCATION_MAP,
@@ -484,14 +485,14 @@ export {
484
485
  nr as ScribbleIcon,
485
486
  Ho as SearchIcon,
486
487
  It as SearchableSelectInput,
487
- Yt as SectionList,
488
+ Ft as SectionList,
488
489
  ct as SelectInput,
489
- kt as SelectionCards,
490
+ Mt as SelectionCards,
490
491
  ia as Separator,
491
- Uu as SheetError,
492
+ gu as SheetError,
492
493
  Go as SheetIcon,
493
494
  Zp as SheetList,
494
- gu as SheetLocked,
495
+ Du as SheetLocked,
495
496
  Gs as SignUp,
496
497
  ja as SignupMethods,
497
498
  cr as SketchIcon,
@@ -501,9 +502,9 @@ export {
501
502
  of as SocialAccountNotFound,
502
503
  $a as SocialLoginMethods,
503
504
  Hs as SplashScreen,
504
- Fo as Star2Icon,
505
+ zo as Star2Icon,
505
506
  yo as StarIcon,
506
- zo as StatusIcon,
507
+ Yo as StatusIcon,
507
508
  a as Stepper,
508
509
  na as StreakIcon,
509
510
  rs as StreakReductionLocalStorageUtil,
@@ -524,7 +525,7 @@ export {
524
525
  rl as TrialSession,
525
526
  $o as TrophyIcon,
526
527
  as as Tutorial,
527
- Lr as TutoringIcon,
528
+ kr as TutoringIcon,
528
529
  Xt as UIContext,
529
530
  or as UndoIcon,
530
531
  fr as Unlock2Icon,
@@ -537,10 +538,10 @@ export {
537
538
  tf as UsernamePasswordForm,
538
539
  Ta as Video,
539
540
  Pf as WHITELIST_EVENTS,
540
- Au as WORKSHEET_ACTION_BAR_HEIGHT,
541
- Pu as WORKSHEET_QUESTIONS_GAP,
542
- _u as WORKSHEET_QUESTION_WIDTH,
543
- hu as WORKSHEET_TOP_NAVIGATION_HEIGHT,
541
+ Eu as WORKSHEET_ACTION_BAR_HEIGHT,
542
+ Cu as WORKSHEET_QUESTIONS_GAP,
543
+ Au as WORKSHEET_QUESTION_WIDTH,
544
+ Pu as WORKSHEET_TOP_NAVIGATION_HEIGHT,
544
545
  eu as WORKSHEET_V3_NODE_TYPES,
545
546
  ss as WebView,
546
547
  ms as WebViewEvent,
@@ -549,14 +550,13 @@ export {
549
550
  fa as getTheme,
550
551
  Vf as invalidateGetChapterDetails,
551
552
  cl as invalidateHomeworks,
552
- kp as invalidateMilestoneResources,
553
+ Mp as invalidateMilestoneResources,
553
554
  Ep as invalidateMilestonesData,
554
555
  Pp as invalidatePastMilestoneCount,
555
556
  Ku as invalidatePuzzleToAssign,
556
557
  Rp as invalidateTestHelpData,
557
- Lu as isOkayTypeQuestion,
558
+ hu as isOkayTypeQuestion,
558
559
  Tu as loadScript,
559
- Eu as media,
560
560
  Il as useAutoPlayPermission,
561
561
  Ws as useCanvasSyncBroker,
562
562
  gl as useChapterPageJourney,
@@ -571,12 +571,12 @@ export {
571
571
  Np as useGetMilestoneResources,
572
572
  _p as useGetPastMilestoneCount,
573
573
  ju as useGetPuzzleToAssign,
574
- Lp as useGetTestHelpData,
574
+ kp as useGetTestHelpData,
575
575
  Dl as useHomePageJourney,
576
576
  $s as useInClassActionDispatcher,
577
577
  el as useInClassActionListener,
578
578
  Qs as useInClassMessageBroker,
579
- wu as useIsLearnosityLoaded,
579
+ Bu as useIsLearnosityLoaded,
580
580
  hf as useIsTabBlocked,
581
581
  Pl as useJourney,
582
582
  Bt as useModalActions,
@@ -585,8 +585,8 @@ export {
585
585
  oa as useTrackingContext,
586
586
  js as useTrialSessionMessageBroker,
587
587
  $t as useUIContext,
588
- Yu as useViewport,
589
- Vu as useWorksheetLayout,
588
+ Vu as useViewport,
589
+ wu as useWorksheetLayout,
590
590
  Ur as useZoomDisable
591
591
  };
592
592
  //# sourceMappingURL=index.js.map