@cuemath/leap 3.1.47 → 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 (46) 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/chapters/lpar-chapter/constants/index.js.map +1 -1
  6. package/dist/features/chapters-v2/utils/index.js +23 -11
  7. package/dist/features/chapters-v2/utils/index.js.map +1 -1
  8. package/dist/features/chapters-v2/utils/node-card-utils.js +50 -34
  9. package/dist/features/chapters-v2/utils/node-card-utils.js.map +1 -1
  10. package/dist/features/puzzles/puzzle-feedback-celebration/puzzle-feedback-celebration-styled.js +10 -0
  11. package/dist/features/puzzles/puzzle-feedback-celebration/puzzle-feedback-celebration-styled.js.map +1 -0
  12. package/dist/features/puzzles/puzzle-feedback-celebration/puzzle-feedback-celebration.js +44 -0
  13. package/dist/features/puzzles/puzzle-feedback-celebration/puzzle-feedback-celebration.js.map +1 -0
  14. package/dist/features/puzzles/utils/puzzle-feedback-celebration.js +44 -0
  15. package/dist/features/puzzles/utils/puzzle-feedback-celebration.js.map +1 -0
  16. package/dist/features/worksheet/worksheet/constants.js +12 -13
  17. package/dist/features/worksheet/worksheet/constants.js.map +1 -1
  18. package/dist/features/worksheet/worksheet/worksheet-question/worksheet-question.js +227 -245
  19. package/dist/features/worksheet/worksheet/worksheet-question/worksheet-question.js.map +1 -1
  20. package/dist/features/worksheet/worksheet/worksheet.js +163 -162
  21. package/dist/features/worksheet/worksheet/worksheet.js.map +1 -1
  22. package/dist/index.d.ts +32 -1
  23. package/dist/index.js +76 -74
  24. package/dist/index.js.map +1 -1
  25. package/dist/static/activity.ca6afed5.json +417 -0
  26. package/dist/static/cent.3a07ef13.json +5576 -0
  27. package/dist/static/clap.aa0b824b.json +12684 -0
  28. package/dist/static/dart.60f73d0f.json +4207 -0
  29. package/dist/static/diamond.8c91431a.json +6716 -0
  30. package/dist/static/dice.eb192df8.json +16260 -0
  31. package/dist/static/download.475e7e15.json +1038 -0
  32. package/dist/static/golf.55585049.json +2832 -0
  33. package/dist/static/magicwand.75ac8f1b.json +3879 -0
  34. package/dist/static/mechanical-arm.7561628e.json +4428 -0
  35. package/dist/static/medal.782dab23.json +4134 -0
  36. package/dist/static/node-activity-bg.122f7e01.svg +1 -0
  37. package/dist/static/node-download-bg.b8367de7.svg +1 -0
  38. package/dist/static/node-subjective-bg.d6013a16.svg +1 -0
  39. package/dist/static/party-ball.e19caed6.json +11578 -0
  40. package/dist/static/party-popper.9f7992e8.json +6416 -0
  41. package/dist/static/slot-machine.ba8014dd.json +7779 -0
  42. package/dist/static/subjective.bc5f37fb.json +1177 -0
  43. package/dist/static/super.7fad19f6.json +3720 -0
  44. package/dist/static/trophy.a8ea85ef.json +6813 -0
  45. package/dist/static/victory.2ca41d92.json +9959 -0
  46. package/package.json +1 -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";
@@ -267,8 +267,8 @@ import { default as iu } from "./features/student-details/student-details.js";
267
267
  import { default as Tu } from "./features/utils/load-script.js";
268
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
269
  import { isOkayTypeQuestion as hu } from "./features/worksheet/worksheet/worksheet-helpers.js";
270
- import { default as Lu } from "./features/worksheet/worksheet/worksheet-container.js";
271
- import { default as ku } from "./features/worksheet/worksheet-preview/worksheet-preview.js";
270
+ import { default as ku } from "./features/worksheet/worksheet/worksheet-container.js";
271
+ import { default as Mu } from "./features/worksheet/worksheet-preview/worksheet-preview.js";
272
272
  import { default as Ou } from "./features/worksheet/worksheet-preview/dynamic-worksheet-preview/dynamic-worksheet-preview.js";
273
273
  import { default as Du } from "./features/worksheet/worksheet/worksheet-permissions/sheet-locked.js";
274
274
  import { default as gu } from "./features/worksheet/worksheet/worksheet-permissions/error.js";
@@ -276,9 +276,10 @@ import { default as Uu } from "./features/worksheet/learnosity-preloader/learnos
276
276
  import { default as Bu } from "./features/worksheet/learnosity-preloader/use-is-learnosity-loaded.js";
277
277
  import { default as wu } from "./features/worksheet/worksheet-preview/hooks/use-worksheet-layout.js";
278
278
  import { default as Vu } from "./features/hooks/use-viewport/use-viewport.js";
279
- import { default as Yu } from "./features/puzzles/puzzle-container/puzzle-container.js";
280
- import { invalidatePuzzleToAssign as Ju, useGetPuzzleToAssign as Qu } from "./features/puzzles/api/puzzle-assign.js";
281
- import { COUNTRY_CODE_MAP as ju } from "./constants/country.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
+ import { invalidatePuzzleToAssign as Ku, useGetPuzzleToAssign as ju } from "./features/puzzles/api/puzzle-assign.js";
282
+ import { COUNTRY_CODE_MAP as qu } from "./constants/country.js";
282
283
  export {
283
284
  Ip as ACHIEVEMENT_ACTIONS,
284
285
  nf as AUTH_TABS,
@@ -292,34 +293,34 @@ export {
292
293
  at as ArcButton,
293
294
  Vr as ArrowTooltip,
294
295
  If as AuthApiErrorCode,
295
- Ma as AuthPageLayout,
296
+ La as AuthPageLayout,
296
297
  Ra as AuthStaticPanel,
297
298
  gr as AutoPlayPermissionProvider,
298
299
  la as Avatar,
299
300
  Ir as Back2Icon,
300
301
  c as BackIcon,
301
- ks as BackgroundImage,
302
+ Ms as BackgroundImage,
302
303
  S as Bin2Icon,
303
304
  I as BinIcon,
304
305
  h as Book2Icon,
305
306
  C as BookClosedIcon,
306
307
  P as BookIcon,
307
- L as BookmarkIcon,
308
+ k as BookmarkIcon,
308
309
  O as Bulb2Icon,
309
- k as BulbIcon,
310
+ M as BulbIcon,
310
311
  Zr as Button,
311
312
  Cs as CIRCLE_ACTION_IDS,
312
313
  Ss as CIRCLE_ONBOARDING_ANALYTICS_STEPS,
313
314
  ru as COMPLETED_SHEET_STATE,
314
- ju as COUNTRY_CODE_MAP,
315
+ qu as COUNTRY_CODE_MAP,
315
316
  D as CalendarIcon,
316
317
  Zt as Callout,
317
318
  Pt as CascadingSelectInput,
318
- kf as Chapter,
319
+ Mf as Chapter,
319
320
  Vl as ChapterClearanceConfirmationModal,
320
321
  wf as ChapterDetails,
321
322
  Of as ChaptersList,
322
- kr as ChatIcon,
323
+ Mr as ChatIcon,
323
324
  U as Check2Icon,
324
325
  g as CheckIcon,
325
326
  pt as CheckboxInput,
@@ -337,21 +338,21 @@ export {
337
338
  V as Clock2Icon,
338
339
  w as ClockIcon,
339
340
  Ol as Coachmark,
340
- Y as CodeIcon,
341
- Yr as ContextMenu,
341
+ F as CodeIcon,
342
+ Fr as ContextMenu,
342
343
  J as CopyIcon,
343
344
  Jr as CountdownTimer,
344
345
  K as CrossIcon,
345
346
  bs as CueCanvas,
346
347
  vs as CueCanvasController,
347
- zs as CueCanvasHomeworkController,
348
+ Ys as CueCanvasHomeworkController,
348
349
  ys as CueCanvasProvider,
349
- Fs as CueCanvasSideBar,
350
+ zs as CueCanvasSideBar,
350
351
  Z as CueRocket,
351
352
  Or as CuemathLogo,
352
- za as CustomInputField,
353
+ Ya as CustomInputField,
353
354
  X as DashArrowIcon,
354
- Fa as DatePickerInput,
355
+ za as DatePickerInput,
355
356
  Jp as DesmosCalculator,
356
357
  yp as DigitalMeter,
357
358
  ee as DownIcon,
@@ -375,7 +376,7 @@ export {
375
376
  Ie as Eye2Icon,
376
377
  ce as EyeIcon,
377
378
  Ot as FlexView,
378
- Yf as GAME_LAUNCHER_ASSET_PADDING,
379
+ Ff as GAME_LAUNCHER_ASSET_PADDING,
379
380
  Jf as GAME_LAUNCHER_SIZE,
380
381
  hr as GameIcon,
381
382
  Ps as GameLauncher,
@@ -388,7 +389,7 @@ export {
388
389
  Ce as HandIcon,
389
390
  Pe as HelpIcon,
390
391
  he as HighlighterIcon,
391
- Le as HomeIcon,
392
+ ke as HomeIcon,
392
393
  xl as HomeworkCardList,
393
394
  s as ILLUSTRATIONS,
394
395
  p as IMAGES,
@@ -396,18 +397,18 @@ export {
396
397
  et as IconButton,
397
398
  ff as IdentifierOtpForm,
398
399
  Aa as Image,
399
- ke as ImageIcon,
400
- kl as IndicatorType,
400
+ Me as ImageIcon,
401
+ Ml as IndicatorType,
401
402
  De as Info2Icon,
402
403
  Oe as InfoIcon,
403
404
  Ga as InputStatusIcon,
404
405
  Sl as JOURNEY_ID_STUDENT,
405
406
  Cl as JOURNEY_ID_TEACHER,
406
- Ll as JourneyProvider,
407
+ kl as JourneyProvider,
407
408
  m as LOTTIE,
408
409
  Df as LPARChapter,
409
410
  gf as LPARMilestoneChapter,
410
- Ls as Leaderboard,
411
+ ks as Leaderboard,
411
412
  Uu as LearnosityPreloader,
412
413
  ge as LeftIcon,
413
414
  Be as Lock2Icon,
@@ -415,18 +416,18 @@ export {
415
416
  Ue as LockIcon,
416
417
  Ul as Maintenance,
417
418
  pp as MilestoneActionWidget,
418
- Yl as MilestoneCreate,
419
+ Fl as MilestoneCreate,
419
420
  ap as MilestoneEdit,
420
421
  sp as MilestoneList,
421
422
  Kl as MilestoneOutcome,
422
423
  mp as MilestoneStart,
423
- Ye as Minus2Icon,
424
+ Fe as Minus2Icon,
424
425
  Ve as MinusIcon,
425
426
  Je as MistakeIcon,
426
427
  Ke as Mobile,
427
428
  Ut as ModalProvider,
428
429
  Ze as MoreVerticalIcon,
429
- Lf as MultiTabBlocker,
430
+ kf as MultiTabBlocker,
430
431
  tu as NODE_LABELS,
431
432
  au as NODE_SUB_GROUP,
432
433
  fu as NODE_TYPE,
@@ -440,7 +441,7 @@ export {
440
441
  Cf as PLATFORM_EVENTS_TEACHER,
441
442
  su as PYTHON_NODE_TYPES,
442
443
  eo as PencilIcon,
443
- Lt as PercentileInput,
444
+ kt as PercentileInput,
444
445
  Ea as PerfectHits,
445
446
  so as Play2Icon,
446
447
  ao as PlayIcon,
@@ -450,12 +451,13 @@ export {
450
451
  ro as PointerIcon,
451
452
  bp as PostGameStats,
452
453
  no as PracticeIcon,
453
- ku as PreviewWorksheet,
454
+ Mu as PreviewWorksheet,
454
455
  io as ProgressIcon,
455
456
  ps as ProjectOutcome,
456
457
  xs as ProjectType,
457
458
  Eo as Puzzle2Icon,
458
- Yu as PuzzleCard,
459
+ Fu as PuzzleCard,
460
+ Ju as PuzzleFeedbackCelebration,
459
461
  To as PuzzleIcon,
460
462
  Ao as QuestionIcon,
461
463
  _o as QuestionLetterIcon,
@@ -468,11 +470,11 @@ export {
468
470
  Hp as RemotePeerPointer,
469
471
  ya as ResendOTP,
470
472
  uf as ResetPasswordForm,
471
- Mo as RightIcon,
473
+ Lo as RightIcon,
472
474
  No as RulerIcon,
473
475
  Uf as SATSheetSummary,
474
- Fp as SENTRY_DENIED_URLS,
475
- Yp as SENTRY_IGNORED_ERRORS,
476
+ zp as SENTRY_DENIED_URLS,
477
+ Fp as SENTRY_IGNORED_ERRORS,
476
478
  pu as SHEET_ACTIONS,
477
479
  uu as SHEET_ATTEMPT_LOCATION,
478
480
  mu as SHEET_ATTEMPT_LOCATION_MAP,
@@ -483,9 +485,9 @@ export {
483
485
  nr as ScribbleIcon,
484
486
  Ho as SearchIcon,
485
487
  It as SearchableSelectInput,
486
- Yt as SectionList,
488
+ Ft as SectionList,
487
489
  ct as SelectInput,
488
- kt as SelectionCards,
490
+ Mt as SelectionCards,
489
491
  ia as Separator,
490
492
  gu as SheetError,
491
493
  Go as SheetIcon,
@@ -500,9 +502,9 @@ export {
500
502
  of as SocialAccountNotFound,
501
503
  $a as SocialLoginMethods,
502
504
  Hs as SplashScreen,
503
- Fo as Star2Icon,
505
+ zo as Star2Icon,
504
506
  yo as StarIcon,
505
- zo as StatusIcon,
507
+ Yo as StatusIcon,
506
508
  a as Stepper,
507
509
  na as StreakIcon,
508
510
  rs as StreakReductionLocalStorageUtil,
@@ -523,7 +525,7 @@ export {
523
525
  rl as TrialSession,
524
526
  $o as TrophyIcon,
525
527
  as as Tutorial,
526
- Lr as TutoringIcon,
528
+ kr as TutoringIcon,
527
529
  Xt as UIContext,
528
530
  or as UndoIcon,
529
531
  fr as Unlock2Icon,
@@ -543,15 +545,15 @@ export {
543
545
  eu as WORKSHEET_V3_NODE_TYPES,
544
546
  ss as WebView,
545
547
  ms as WebViewEvent,
546
- Lu as Worksheet,
548
+ ku as Worksheet,
547
549
  Bf as checkIfPPTNodeType,
548
550
  fa as getTheme,
549
551
  Vf as invalidateGetChapterDetails,
550
552
  cl as invalidateHomeworks,
551
- kp as invalidateMilestoneResources,
553
+ Mp as invalidateMilestoneResources,
552
554
  Ep as invalidateMilestonesData,
553
555
  Pp as invalidatePastMilestoneCount,
554
- Ju as invalidatePuzzleToAssign,
556
+ Ku as invalidatePuzzleToAssign,
555
557
  Rp as invalidateTestHelpData,
556
558
  hu as isOkayTypeQuestion,
557
559
  Tu as loadScript,
@@ -568,8 +570,8 @@ export {
568
570
  Xf as useGetLeaderboardDal,
569
571
  Np as useGetMilestoneResources,
570
572
  _p as useGetPastMilestoneCount,
571
- Qu as useGetPuzzleToAssign,
572
- Lp as useGetTestHelpData,
573
+ ju as useGetPuzzleToAssign,
574
+ kp as useGetTestHelpData,
573
575
  Dl as useHomePageJourney,
574
576
  $s as useInClassActionDispatcher,
575
577
  el as useInClassActionListener,
package/dist/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}