@cuemath/leap 3.2.33 → 3.2.34-mb

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 (106) hide show
  1. package/dist/assets/gif/gif.js +1 -4
  2. package/dist/assets/gif/gif.js.map +1 -1
  3. package/dist/assets/illustrations/illustrations.js +0 -17
  4. package/dist/assets/illustrations/illustrations.js.map +1 -1
  5. package/dist/assets/lottie/lottie.js +0 -3
  6. package/dist/assets/lottie/lottie.js.map +1 -1
  7. package/dist/features/auth/comps/animated-avatar-message/animated-avatar-message-styled.js +1 -1
  8. package/dist/features/auth/comps/animated-avatar-message/animated-avatar-message-styled.js.map +1 -1
  9. package/dist/features/auth/comps/animated-avatar-message/animated-avatar-message.js +22 -22
  10. package/dist/features/auth/comps/animated-avatar-message/animated-avatar-message.js.map +1 -1
  11. package/dist/features/auth/comps/pill-button/pill-button-styled.js +11 -12
  12. package/dist/features/auth/comps/pill-button/pill-button-styled.js.map +1 -1
  13. package/dist/features/auth/pla-signup/onboarding-guide/onboarding-guide-styled.js +4 -11
  14. package/dist/features/auth/pla-signup/onboarding-guide/onboarding-guide-styled.js.map +1 -1
  15. package/dist/features/auth/pla-signup/onboarding-guide/onboarding-guide.js +17 -17
  16. package/dist/features/auth/pla-signup/onboarding-guide/onboarding-guide.js.map +1 -1
  17. package/dist/features/auth/pla-signup/signup-options/signup-options.js +1 -1
  18. package/dist/features/auth/pla-signup/signup-options/signup-options.js.map +1 -1
  19. package/dist/features/stickers/sticker-data.js +234 -0
  20. package/dist/features/stickers/sticker-data.js.map +1 -0
  21. package/dist/features/stickers/sticker-selector/sticker-selector-grid.js +39 -0
  22. package/dist/features/stickers/sticker-selector/sticker-selector-grid.js.map +1 -0
  23. package/dist/features/{ui/sticker-grid/sticker-grid-styles.js → stickers/sticker-selector/sticker-selector-styles.js} +23 -31
  24. package/dist/features/stickers/sticker-selector/sticker-selector-styles.js.map +1 -0
  25. package/dist/features/stickers/sticker-selector/sticker-selector.js +88 -0
  26. package/dist/features/stickers/sticker-selector/sticker-selector.js.map +1 -0
  27. package/dist/features/stickers/sticker-selector/sticker.js +60 -0
  28. package/dist/features/stickers/sticker-selector/sticker.js.map +1 -0
  29. package/dist/features/stickers/stickers-effects/effects.js +82 -0
  30. package/dist/features/stickers/stickers-effects/effects.js.map +1 -0
  31. package/dist/features/stickers/stickers-effects/stickers-cache.js +19 -0
  32. package/dist/features/stickers/stickers-effects/stickers-cache.js.map +1 -0
  33. package/dist/features/stickers/stickers-effects/stickers-effects-helper.js +105 -0
  34. package/dist/features/stickers/stickers-effects/stickers-effects-helper.js.map +1 -0
  35. package/dist/features/stickers/stickers-effects/stickers-effects-styled.js +37 -0
  36. package/dist/features/stickers/stickers-effects/stickers-effects-styled.js.map +1 -0
  37. package/dist/features/stickers/stickers-effects/stickers-effects.js +67 -0
  38. package/dist/features/stickers/stickers-effects/stickers-effects.js.map +1 -0
  39. package/dist/features/ui/arrow-tooltip/arrow-tooltip-styled.js +8 -3
  40. package/dist/features/ui/arrow-tooltip/arrow-tooltip-styled.js.map +1 -1
  41. package/dist/features/ui/arrow-tooltip/arrow-tooltip.js +40 -40
  42. package/dist/features/ui/arrow-tooltip/arrow-tooltip.js.map +1 -1
  43. package/dist/features/ui/dot-lottie-animations/dot-lottie-animation.js +88 -75
  44. package/dist/features/ui/dot-lottie-animations/dot-lottie-animation.js.map +1 -1
  45. package/dist/features/ui/drawer/drawer-styled.js +2 -4
  46. package/dist/features/ui/drawer/drawer-styled.js.map +1 -1
  47. package/dist/features/ui/lottie-animation/lottie-animation.js +36 -31
  48. package/dist/features/ui/lottie-animation/lottie-animation.js.map +1 -1
  49. package/dist/features/ui/modals/modal-styled.js +48 -15
  50. package/dist/features/ui/modals/modal-styled.js.map +1 -1
  51. package/dist/features/ui/modals/modal.js +43 -35
  52. package/dist/features/ui/modals/modal.js.map +1 -1
  53. package/dist/index.d.ts +85 -57
  54. package/dist/index.js +343 -341
  55. package/dist/index.js.map +1 -1
  56. package/dist/node_modules/uuid/dist/esm-browser/regex.js +5 -0
  57. package/dist/node_modules/uuid/dist/esm-browser/regex.js.map +1 -0
  58. package/dist/node_modules/uuid/dist/esm-browser/rng.js +2 -3
  59. package/dist/node_modules/uuid/dist/esm-browser/rng.js.map +1 -1
  60. package/dist/node_modules/uuid/dist/esm-browser/stringify.js +10 -6
  61. package/dist/node_modules/uuid/dist/esm-browser/stringify.js.map +1 -1
  62. package/dist/node_modules/uuid/dist/esm-browser/v4.js +9 -12
  63. package/dist/node_modules/uuid/dist/esm-browser/v4.js.map +1 -1
  64. package/dist/node_modules/uuid/dist/esm-browser/validate.js +8 -0
  65. package/dist/node_modules/uuid/dist/esm-browser/validate.js.map +1 -0
  66. package/package.json +1 -1
  67. package/dist/features/ui/sticker-grid/sticker-grid-styles.js.map +0 -1
  68. package/dist/features/ui/sticker-grid/sticker-grid.js +0 -24
  69. package/dist/features/ui/sticker-grid/sticker-grid.js.map +0 -1
  70. package/dist/features/ui/sticker-grid/sticker.js +0 -57
  71. package/dist/features/ui/sticker-grid/sticker.js.map +0 -1
  72. package/dist/features/ui/stickers/constants.js +0 -6
  73. package/dist/features/ui/stickers/constants.js.map +0 -1
  74. package/dist/features/ui/stickers/stickers-effects.js +0 -64
  75. package/dist/features/ui/stickers/stickers-effects.js.map +0 -1
  76. package/dist/features/ui/stickers/stickers-styled.js +0 -29
  77. package/dist/features/ui/stickers/stickers-styled.js.map +0 -1
  78. package/dist/features/ui/stickers/stickers-utils.js +0 -91
  79. package/dist/features/ui/stickers/stickers-utils.js.map +0 -1
  80. package/dist/features/ui/stickers/stickers.js +0 -40
  81. package/dist/features/ui/stickers/stickers.js.map +0 -1
  82. package/dist/node_modules/uuid/dist/esm-browser/native.js +0 -7
  83. package/dist/node_modules/uuid/dist/esm-browser/native.js.map +0 -1
  84. package/dist/static/arrow-board-green.11e75bca.svg +0 -1
  85. package/dist/static/book-checked-green.c275dbd9.svg +0 -1
  86. package/dist/static/book-checked-orange.53ea6880.svg +0 -1
  87. package/dist/static/book-checked-purple.df628f3e.svg +0 -1
  88. package/dist/static/calendar-check-green.ab0e24d2.svg +0 -1
  89. package/dist/static/calendar-cross-orange.8e7a23bd.svg +0 -1
  90. package/dist/static/calendar-hour-glass-orange.e99f8ffd.json +0 -1
  91. package/dist/static/equal-outlined.b705bf5d.svg +0 -1
  92. package/dist/static/handshake-green.f8d24216.svg +0 -1
  93. package/dist/static/heart-outlined.5b5415fe.svg +0 -1
  94. package/dist/static/knowledge-blue.ead536f1.svg +0 -1
  95. package/dist/static/learning-session-grid-bg.fb60e64b.gif +0 -0
  96. package/dist/static/platform-green.eb853207.svg +0 -1
  97. package/dist/static/platform-purple.ecf6fa46.svg +0 -1
  98. package/dist/static/radial-gradient-bg-2.6657c758.svg +0 -1
  99. package/dist/static/radial-gradient-bg.5ae0cde5.svg +0 -1
  100. package/dist/static/star-outlined.bde83c7c.svg +0 -1
  101. package/dist/static/student-avatar.24bc2875.svg +0 -1
  102. package/dist/static/teacher-found.0ba07d4a.json +0 -1
  103. package/dist/static/teacher-search.552c8ba2.json +0 -1
  104. package/dist/static/trophy-outlined.f946b362.svg +0 -1
  105. package/dist/static/way-forward-grid-bg.ab5d2dc6.gif +0 -0
  106. package/dist/static/your-goals-grid-bg.87fa9c60.gif +0 -0
package/dist/index.js CHANGED
@@ -159,189 +159,190 @@ import { default as ja } from "./features/ui/video/index.js";
159
159
  import { default as qa } from "./features/ui/perfect-hits/perfect-hits.js";
160
160
  import { default as $a } from "./features/ui/image/image.js";
161
161
  import { default as of } from "./features/ui/animated-arc/animated-arc.js";
162
- import { default as tf } from "./features/ui/stickers/stickers.js";
163
- import { default as ff } from "./features/ui/sticker-grid/sticker-grid.js";
164
- import { default as lf } from "./features/ui/carousal/carousal.js";
165
- import { default as pf } from "./features/ui/drawer/drawer.js";
166
- import { default as df } from "./features/ui/dot-lottie-animations/dot-lottie-animation.js";
167
- import { PLATFORM_EVENTS_STUDENT as nf } from "./features/analytics-events/platform-events-student.js";
168
- import { PLATFORM_EVENTS_TEACHER as If } from "./features/analytics-events/platform-events-teacher.js";
169
- import { WHITELIST_EVENTS as Sf } from "./features/analytics-events/whitelist-events.js";
170
- import { default as Cf } from "./features/auth/comps/auth-static-panel/auth-static-panel.js";
171
- import { default as Pf } from "./features/auth/comps/auth-page-layout/auth-page-layout.js";
172
- import { default as hf } from "./features/auth/comps/overlay-loader/overlay-loader.js";
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";
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";
178
- import { default as vf } from "./features/auth/comps/linear-progress-bar/linear-progress-bar.js";
179
- import { default as bf } from "./features/auth/comps/selectable-info-card/selectable-info-card.js";
180
- import { default as zf } from "./features/auth/comps/animated-avatar-message/animated-avatar-message.js";
181
- import { default as Ff } from "./features/auth/signup/user-type-selector/user-type-selector.js";
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";
184
- import { default as Kf } from "./features/auth/signup/custom-input-field/date-picker-input/date-picker-input.js";
185
- import { default as Zf } from "./features/auth/signup/custom-input-field/custom-input-field.js";
186
- import { default as Xf } from "./features/auth/signup/circular-step-wrapper/circular-step-wrapper.js";
187
- import { default as es } from "./features/auth/signup/signup-methods/signup-methods.js";
188
- import { default as rs } from "./features/auth/pla-signup/onboarding-guide/onboarding-guide.js";
189
- import { default as as } from "./features/auth/pla-signup/signup-header/signup-header.js";
190
- import { default as ss } from "./features/auth/pla-signup/signup-options/signup-options.js";
191
- import { default as us } from "./features/auth/account-selector/account-selector.js";
192
- import { default as ms } from "./features/auth/login/social-login-methods/social-login-methods.js";
193
- import { default as xs } from "./features/auth/login/social-account-not-found/social-account-not-found.js";
194
- import { default as cs } from "./features/auth/login/username-password-form/username-password-form.js";
195
- import { default as Is } from "./features/auth/login/identifier-otp-form/identifier-otp-form.js";
196
- import { default as Ss } from "./features/auth/forgot-password/otp-form/otp-form.js";
197
- import { default as Cs } from "./features/auth/forgot-password/reset-password-form/reset-password-form.js";
198
- import { default as Ps } from "./features/auth/forgot-password/user-identifier-form/user-identifier-form.js";
199
- import { AUTH_TABS as hs } from "./features/auth/login/login-constants.js";
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";
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";
205
- import { default as vs } from "./features/chapters/chapter/chapter.js";
206
- import { default as bs } from "./features/chapters/chapters-list/chapters-list.js";
207
- import { default as zs } from "./features/chapters/lpar-chapter/lpar-chapter.js";
208
- import { default as Fs } from "./features/chapters/lpar-milestone-chapter/lpar-milestone-chapter.js";
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";
211
- import { getActiveSATSheet as Ks } from "./features/chapters/lpar-chapter/block-section/sat-sheet-item/sat-sheet-utils.js";
212
- import { default as Zs } from "./features/chapters-v2/chapter-details/chapter-details.js";
213
- import { invalidateGetChapterDetails as Xs } from "./features/chapters-v2/api/chapter.js";
214
- import { GAME_LAUNCHER_ASSET_PADDING as el } from "./features/circle-games/game-launcher/comps/segmented-game-card/constants.js";
215
- import { GAME_LAUNCHER_SIZE as rl } from "./features/circle-games/game-launcher/comps/card-container/constants.js";
216
- import { useCircleSounds as al } from "./features/circle-games/hooks/use-circle-sounds/use-circle-sounds.js";
217
- import { CircleSoundKey as sl } from "./features/circle-games/hooks/use-circle-sounds/use-circle-sounds-enums.js";
218
- import { useGetLeaderboardDal as ul } from "./features/circle-games/leaderboard/dal/use-get-leaderboard-dal/use-get-leaderboard-dal.js";
219
- import { ELeaderboardType as ml } from "./features/circle-games/leaderboard/enums/leaderboard-type-enum.js";
220
- import { StreakReductionLocalStorageUtil as xl } from "./features/circle-games/utils/streak-reduction-localstorage-util.js";
221
- import { Tutorial as cl } from "./features/circle-games/games/tutorial/tutorial.js";
222
- import { WebView as Il } from "./features/circle-games/games/web-view/web-view.js";
223
- import { ProjectOutcome as Sl } from "./features/circle-games/games/web-view/enums/project-outcomes-enum.js";
224
- import { WebViewEvent as Cl } from "./features/circle-games/games/web-view/enums/web-view-events-enum.js";
225
- import { ProjectType as Pl } from "./features/circle-games/games/web-view/enums/project-type-enum.js";
226
- import { PlayerType as hl } from "./features/circle-games/games/web-view/enums/player-type-enum.js";
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";
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";
232
- import { Leaderboard as vl } from "./features/circle-games/leaderboard/leaderboard.js";
233
- import { BackgroundImage as bl, CircularSteps as Ul } from "./features/circle-games/sign-up/comp/circular-steps/circular-steps.js";
234
- import { SplashScreen as wl } from "./features/circle-games/sign-up/comp/splash-screen/splash-screen.js";
235
- import { SignUp as Wl } from "./features/circle-games/sign-up/sign-up.js";
236
- import { default as Yl } from "./features/cue-canvas/cue-canvas-provider.js";
237
- import { default as Ql } from "./features/cue-canvas/toolbar/toolbar.js";
238
- import { default as jl } from "./features/cue-canvas/cue-canvas.js";
239
- import { default as ql } from "./features/cue-canvas/hooks/use-canvas-sync-broker.js";
240
- import { default as $l } from "./features/cue-canvas/sidebar/sidebar.js";
241
- import { default as ou } from "./features/cue-canvas/bottombar/homework-controls.js";
242
- import { default as tu } from "./features/communication/hooks/use-inclass-message-broker/use-inclass-message-broker.js";
243
- import { default as fu } from "./features/communication/hooks/use-trial-session-message-broker/use-trial-session-message-broker.js";
244
- import { EVENTS as lu } from "./features/communication/pub-sub/constants.js";
245
- import { useInClassActionDispatcher as pu, useInClassActionListener as mu } from "./features/communication/pub-sub/hooks.js";
246
- import { default as xu } from "./features/trial-session/trial-session.js";
247
- import { default as cu } from "./features/trial-session/comps/teacher-intro/teacher-profile/teacher-profile.js";
248
- import { EClassTimeAlertLevel as Iu } from "./features/trial-session/trial-session-types.js";
249
- import { useClassTimeAlerts as Su } from "./features/trial-session/hooks/use-class-time-alerts.js";
250
- import { default as Cu } from "./features/talk-meter/talk-meter.js";
251
- import { default as Pu } from "./features/extra-practice/extra-practice.js";
252
- import { default as hu } from "./features/homework/hw-card-list/hw-card-list.js";
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";
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";
258
- import { useGetEligibleJourneysViaRoute as vu } from "./features/journey/hooks/use-get-eligible-journeys-via-route.js";
259
- import { JourneyProvider as bu } from "./features/journey/use-journey/journey-context-provider.js";
260
- import { IndicatorType as zu } from "./features/journey/use-journey/constants.js";
261
- import { Coachmark as Fu } from "./features/journey/comps/coachmark/coachmark.js";
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";
264
- import { usePuzzleDashboardJourney as Ku } from "./features/journey/hooks/use-puzzles-journey/use-puzzle-dashboard-journey.js";
265
- import { usePuzzleIntroJourney as Zu } from "./features/journey/hooks/use-puzzles-journey/use-puzzle-intro-journey.js";
266
- import { usePuzzleProgressJourney as Xu } from "./features/journey/hooks/use-puzzles-journey/use-puzzle-progress-journey.js";
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 Fp, useGetPastMilestoneCount as Wp } 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 Fm } 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 { default as ud } from "./features/puzzles/puzzle-container/puzzle-container.js";
316
- import { default as md } from "./features/puzzles/puzzle-feedback-celebration/puzzle-feedback-celebration.js";
317
- import { default as xd } from "./features/puzzles/puzzle-dashboard/puzzle-dashboard.js";
318
- import { default as cd } from "./features/puzzles/app/puzzle-app.js";
319
- import { invalidatePuzzleToAssign as Id, useGetPuzzleToAssign as Td } from "./features/puzzles/api/puzzle-assign.js";
320
- import { COUNTRY_CODE_MAP as Ed } from "./constants/country.js";
162
+ import { default as tf } from "./features/ui/carousal/carousal.js";
163
+ import { default as ff } from "./features/ui/drawer/drawer.js";
164
+ import { default as lf } from "./features/ui/dot-lottie-animations/dot-lottie-animation.js";
165
+ import { PLATFORM_EVENTS_STUDENT as pf } from "./features/analytics-events/platform-events-student.js";
166
+ import { PLATFORM_EVENTS_TEACHER as df } from "./features/analytics-events/platform-events-teacher.js";
167
+ import { WHITELIST_EVENTS as nf } from "./features/analytics-events/whitelist-events.js";
168
+ import { default as If } from "./features/auth/comps/auth-static-panel/auth-static-panel.js";
169
+ import { default as Sf } from "./features/auth/comps/auth-page-layout/auth-page-layout.js";
170
+ import { default as Cf } from "./features/auth/comps/overlay-loader/overlay-loader.js";
171
+ import { default as Pf } from "./features/auth/comps/tabs/tabs.js";
172
+ import { default as hf } from "./features/auth/comps/input-status-icon/input-status-icon.js";
173
+ import { default as Lf } from "./features/auth/comps/resend-otp/resend-otp.js";
174
+ import { default as Nf } from "./features/auth/comps/otp-input/otp-input.js";
175
+ import { default as Rf } from "./features/auth/comps/pill-button/pill-button.js";
176
+ import { default as Hf } from "./features/auth/comps/linear-progress-bar/linear-progress-bar.js";
177
+ import { default as Gf } from "./features/auth/comps/selectable-info-card/selectable-info-card.js";
178
+ import { default as vf } from "./features/auth/comps/animated-avatar-message/animated-avatar-message.js";
179
+ import { default as bf } from "./features/auth/signup/user-type-selector/user-type-selector.js";
180
+ import { default as zf } from "./features/auth/signup/claim-user-account/claim-user-account.js";
181
+ import { default as Ff } from "./features/auth/signup/custom-input-field/grade-input/grade-input.js";
182
+ import { default as Vf } from "./features/auth/signup/custom-input-field/date-picker-input/date-picker-input.js";
183
+ import { default as Jf } from "./features/auth/signup/custom-input-field/custom-input-field.js";
184
+ import { default as Kf } from "./features/auth/signup/circular-step-wrapper/circular-step-wrapper.js";
185
+ import { default as Zf } from "./features/auth/signup/signup-methods/signup-methods.js";
186
+ import { default as Xf } from "./features/auth/pla-signup/onboarding-guide/onboarding-guide.js";
187
+ import { default as es } from "./features/auth/pla-signup/signup-header/signup-header.js";
188
+ import { default as rs } from "./features/auth/pla-signup/signup-options/signup-options.js";
189
+ import { default as as } from "./features/auth/account-selector/account-selector.js";
190
+ import { default as ss } from "./features/auth/login/social-login-methods/social-login-methods.js";
191
+ import { default as us } from "./features/auth/login/social-account-not-found/social-account-not-found.js";
192
+ import { default as ms } from "./features/auth/login/username-password-form/username-password-form.js";
193
+ import { default as xs } from "./features/auth/login/identifier-otp-form/identifier-otp-form.js";
194
+ import { default as cs } from "./features/auth/forgot-password/otp-form/otp-form.js";
195
+ import { default as Is } from "./features/auth/forgot-password/reset-password-form/reset-password-form.js";
196
+ import { default as Ss } from "./features/auth/forgot-password/user-identifier-form/user-identifier-form.js";
197
+ import { AUTH_TABS as Cs } from "./features/auth/login/login-constants.js";
198
+ import { AuthApiErrorCode as Ps } from "./features/auth/auth-constants.js";
199
+ import { PLA_ANALYTICS_EVENTS as hs } from "./features/auth/pla-signup/pla-analytics-events.js";
200
+ import { default as Ls } from "./features/av/av-preview/av-preview.js";
201
+ import { default as Ns } from "./features/blockers/multi-tab-blocker/use-is-tab-blocked.js";
202
+ import { default as Rs } from "./features/blockers/multi-tab-blocker/multi-tab-blocker.js";
203
+ import { default as Hs } from "./features/chapters/chapter/chapter.js";
204
+ import { default as Gs } from "./features/chapters/chapters-list/chapters-list.js";
205
+ import { default as vs } from "./features/chapters/lpar-chapter/lpar-chapter.js";
206
+ import { default as bs } from "./features/chapters/lpar-milestone-chapter/lpar-milestone-chapter.js";
207
+ import { default as zs } from "./features/chapters/lpar-chapter/block-section/sat-sheet-item/sat-sheet-summary/sat-sheet-summary.js";
208
+ import { checkIfPPTNodeType as Fs } from "./features/chapters/lpar-chapter/utils/index.js";
209
+ import { getActiveSATSheet as Vs } from "./features/chapters/lpar-chapter/block-section/sat-sheet-item/sat-sheet-utils.js";
210
+ import { default as Js } from "./features/chapters-v2/chapter-details/chapter-details.js";
211
+ import { invalidateGetChapterDetails as Ks } from "./features/chapters-v2/api/chapter.js";
212
+ import { GAME_LAUNCHER_ASSET_PADDING as Zs } from "./features/circle-games/game-launcher/comps/segmented-game-card/constants.js";
213
+ import { GAME_LAUNCHER_SIZE as Xs } from "./features/circle-games/game-launcher/comps/card-container/constants.js";
214
+ import { useCircleSounds as el } from "./features/circle-games/hooks/use-circle-sounds/use-circle-sounds.js";
215
+ import { CircleSoundKey as rl } from "./features/circle-games/hooks/use-circle-sounds/use-circle-sounds-enums.js";
216
+ import { useGetLeaderboardDal as al } from "./features/circle-games/leaderboard/dal/use-get-leaderboard-dal/use-get-leaderboard-dal.js";
217
+ import { ELeaderboardType as sl } from "./features/circle-games/leaderboard/enums/leaderboard-type-enum.js";
218
+ import { StreakReductionLocalStorageUtil as ul } from "./features/circle-games/utils/streak-reduction-localstorage-util.js";
219
+ import { Tutorial as ml } from "./features/circle-games/games/tutorial/tutorial.js";
220
+ import { WebView as xl } from "./features/circle-games/games/web-view/web-view.js";
221
+ import { ProjectOutcome as cl } from "./features/circle-games/games/web-view/enums/project-outcomes-enum.js";
222
+ import { WebViewEvent as Il } from "./features/circle-games/games/web-view/enums/web-view-events-enum.js";
223
+ import { ProjectType as Sl } from "./features/circle-games/games/web-view/enums/project-type-enum.js";
224
+ import { PlayerType as Cl } from "./features/circle-games/games/web-view/enums/player-type-enum.js";
225
+ import { IStatsToAwardErrorCode as Pl } from "./features/circle-games/games/web-view/web-view-types.js";
226
+ import { CIRCLE_ONBOARDING_ANALYTICS_STEPS as hl } from "./features/circle-games/enum/circle-onboarding-steps.js";
227
+ import { CIRCLE_ACTION_IDS as Ll } from "./features/circle-games/enum/circle-action-ids.js";
228
+ import { GameLauncher as Nl } from "./features/circle-games/game-launcher/game-launcher.js";
229
+ import { useGetCircleHomeDetailsDal as Rl } from "./features/circle-games/game-launcher/dal/use-get-circle-home-details-dal/use-get-circle-home-details-dal.js";
230
+ import { Leaderboard as Hl } from "./features/circle-games/leaderboard/leaderboard.js";
231
+ import { BackgroundImage as Gl, CircularSteps as yl } from "./features/circle-games/sign-up/comp/circular-steps/circular-steps.js";
232
+ import { SplashScreen as Bl } from "./features/circle-games/sign-up/comp/splash-screen/splash-screen.js";
233
+ import { SignUp as Ul } from "./features/circle-games/sign-up/sign-up.js";
234
+ import { default as wl } from "./features/cue-canvas/cue-canvas-provider.js";
235
+ import { default as Wl } from "./features/cue-canvas/toolbar/toolbar.js";
236
+ import { default as Yl } from "./features/cue-canvas/cue-canvas.js";
237
+ import { default as Ql } from "./features/cue-canvas/hooks/use-canvas-sync-broker.js";
238
+ import { default as jl } from "./features/cue-canvas/sidebar/sidebar.js";
239
+ import { default as ql } from "./features/cue-canvas/bottombar/homework-controls.js";
240
+ import { default as $l } from "./features/communication/hooks/use-inclass-message-broker/use-inclass-message-broker.js";
241
+ import { default as ou } from "./features/communication/hooks/use-trial-session-message-broker/use-trial-session-message-broker.js";
242
+ import { EVENTS as tu } from "./features/communication/pub-sub/constants.js";
243
+ import { useInClassActionDispatcher as fu, useInClassActionListener as su } from "./features/communication/pub-sub/hooks.js";
244
+ import { default as uu } from "./features/trial-session/trial-session.js";
245
+ import { default as mu } from "./features/trial-session/comps/teacher-intro/teacher-profile/teacher-profile.js";
246
+ import { EClassTimeAlertLevel as xu } from "./features/trial-session/trial-session-types.js";
247
+ import { useClassTimeAlerts as cu } from "./features/trial-session/hooks/use-class-time-alerts.js";
248
+ import { default as Iu } from "./features/talk-meter/talk-meter.js";
249
+ import { default as Su } from "./features/extra-practice/extra-practice.js";
250
+ import { default as Cu } from "./features/homework/hw-card-list/hw-card-list.js";
251
+ import { invalidateHomeworks as Pu } from "./features/homework/hw-card-list/api/get-homeworks.js";
252
+ import { useAutoPlayPermission as hu } from "./features/hooks/use-auto-play-permission/use-auto-play-permission.js";
253
+ import { JOURNEY_ID_STUDENT as Lu } from "./features/journey/journey-id/journey-id-student.js";
254
+ import { JOURNEY_ID_TEACHER as Nu } from "./features/journey/journey-id/journey-id-teacher.js";
255
+ import { useJourney as Ru } from "./features/journey/use-journey/use-journey.js";
256
+ import { useGetEligibleJourneysViaRoute as Hu } from "./features/journey/hooks/use-get-eligible-journeys-via-route.js";
257
+ import { JourneyProvider as Gu } from "./features/journey/use-journey/journey-context-provider.js";
258
+ import { IndicatorType as vu } from "./features/journey/use-journey/constants.js";
259
+ import { Coachmark as bu } from "./features/journey/comps/coachmark/coachmark.js";
260
+ import { useHomePageJourney as zu } from "./features/journey/hooks/use-home-page-journey/use-home-page-journey.js";
261
+ import { useChapterPageJourney as Fu } from "./features/journey/hooks/use-chapter-page-journey/use-chapter-journey.js";
262
+ import { usePuzzleDashboardJourney as Vu } from "./features/journey/hooks/use-puzzles-journey/use-puzzle-dashboard-journey.js";
263
+ import { usePuzzleIntroJourney as Ju } from "./features/journey/hooks/use-puzzles-journey/use-puzzle-intro-journey.js";
264
+ import { usePuzzleProgressJourney as Ku } from "./features/journey/hooks/use-puzzles-journey/use-puzzle-progress-journey.js";
265
+ import { useTeacherPuzzleAssignedJourney as Zu } from "./features/journey/hooks/use-puzzles-journey/use-teacher-puzzle-assigned-journey.js";
266
+ import { default as Xu } from "./features/maintenance/maintenance.js";
267
+ import { default as ep } from "./features/milestone/create/submit-modal/submit-modal.js";
268
+ import { default as rp } from "./features/milestone/create/comps/confirmation-modals/goal-creation-confirmation.js";
269
+ import { default as ap } from "./features/milestone/create/comps/confirmation-modals/chapter-clearance-confirmation.js";
270
+ import { default as sp } from "./features/milestone/create/milestone-create-container.js";
271
+ import { default as up } from "./features/milestone/edit/goal-drafts/goal-draft-edit-container.js";
272
+ import { default as mp } from "./features/milestone/outcome/milestone-outcome-container.js";
273
+ import { default as xp } from "./features/milestone/outcome/comps/achievement/reason-submit-modal.js";
274
+ import { default as cp } from "./features/milestone/outcome/comps/achievement/share-instructions-modal.js";
275
+ import { default as Ip } from "./features/milestone/edit/comps/edit-milestone-modal/index.js";
276
+ import { default as Sp } from "./features/milestone/edit/goal-edit-container.js";
277
+ import { default as Cp } from "./features/milestone/edit/milestone-edit-container.js";
278
+ import { default as Pp } from "./features/milestone/milestone-list-container/milestone-list-container.js";
279
+ import { default as hp } from "./features/milestone/milestone-action-widget/milestone-action-widget.js";
280
+ import { default as Lp } from "./features/milestone/start/milestone-start.js";
281
+ import { default as Np } from "./features/milestone/milestone-tests/tests-creation/tests-creation.js";
282
+ import { default as Rp } from "./features/milestone/milestone-resources/resources-assign/resources-assign.js";
283
+ import { ACHIEVEMENT_ACTIONS as Hp, STAGES as gp } from "./features/milestone/outcome/milestone-outcome-constants.js";
284
+ import { invalidateMilestonesData as yp, useGetAllMilestonesdata as vp } from "./features/milestone/milestone-list-container/api/get-milestones.js";
285
+ import { invalidatePastMilestoneCount as bp, useGetPastMilestoneCount as Up } from "./features/milestone/milestone-list-container/api/get-past-milestone-count.js";
286
+ import { invalidateTestHelpData as wp, useGetTestHelpData as Fp } from "./features/milestone/milestone-list-container/api/get-tests-list.js";
287
+ import { invalidateMilestoneResources as Vp, useGetMilestoneResources as Yp } from "./features/milestone/milestone-list-container/api/get-milestone-resources.js";
288
+ import { default as Qp } from "./features/pointer-sync/pointer.js";
289
+ import { default as jp } from "./features/pointer-sync/hooks/use-pointer-sync.js";
290
+ import { DigitalMeter as qp } from "./features/post-game-stats/digital-meter/digital-meter.js";
291
+ import { EPostGameStat as $p } from "./features/post-game-stats/enums/post-game-stats-enum.js";
292
+ import { PostGameStats as om } from "./features/post-game-stats/post-game-stats.js";
293
+ import { default as tm } from "./features/recent-chapters/recent-chapters.js";
294
+ import { SENTRY_DENIED_URLS as fm, SENTRY_IGNORED_ERRORS as sm } from "./features/sentry/constants/ignored.js";
295
+ import { default as um } from "./features/sheet-tools/desmos-calculator/desmos-calculator.js";
296
+ import { default as mm } from "./features/sheet-tools/tool-header/tool-header.js";
297
+ import { default as xm } from "./features/sheets/sheets-list/sheets-list.js";
298
+ import { default as cm } from "./features/sheets/reference-sheet/reference-sheet.js";
299
+ import { WORKSHEET_V3_NODE_TYPES as Im } from "./features/sheets/utils/is-v3-worksheet.js";
300
+ import { COMPLETED_SHEET_STATE as Sm, NODE_LABELS as Em, NODE_SUB_GROUP as Cm, NODE_TYPE as Am, PYTHON_NODE_TYPES as Pm, REWARDS_LIST as _m, SHEET_ACTIONS as hm, SHEET_ATTEMPT_LOCATION as km, SHEET_ATTEMPT_LOCATION_MAP as Lm, SHEET_ATTEMPT_STATE as Mm, SHEET_DATA_TYPE as Nm, SHEET_STATE as Om } from "./features/sheets/constants/sheet.js";
301
+ import { default as Dm } from "./features/stickers/stickers-effects/stickers-effects.js";
302
+ import { default as gm } from "./features/stickers/sticker-selector/sticker-selector.js";
303
+ import { stickerData as ym } from "./features/stickers/sticker-data.js";
304
+ import { default as Bm } from "./features/student-details/student-details.js";
305
+ import { default as Um } from "./features/utils/load-script.js";
306
+ import { ACTION_BAR_HEIGHT as wm, QUESTIONS_GAP as Fm, QUESTION_WIDTH as Wm, TOP_NAVIGATION_HEIGHT as Vm } from "./features/worksheet/worksheet/constants.js";
307
+ import { isOkayTypeQuestion as Jm } from "./features/worksheet/worksheet/worksheet-helpers.js";
308
+ import { default as Km } from "./features/worksheet/worksheet/worksheet-container.js";
309
+ import { default as Zm } from "./features/worksheet/worksheet-preview/worksheet-preview.js";
310
+ import { default as Xm } from "./features/worksheet/worksheet-preview/dynamic-worksheet-preview/dynamic-worksheet-preview.js";
311
+ import { default as ed } from "./features/worksheet/worksheet/worksheet-permissions/sheet-locked.js";
312
+ import { default as rd } from "./features/worksheet/worksheet/worksheet-permissions/error.js";
313
+ import { default as ad } from "./features/worksheet/learnosity-preloader/learnosity-preloader.js";
314
+ import { default as sd } from "./features/worksheet/learnosity-preloader/use-is-learnosity-loaded.js";
315
+ import { default as ud } from "./features/worksheet/worksheet-preview/hooks/use-worksheet-layout.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";
321
322
  export {
322
- vp as ACHIEVEMENT_ACTIONS,
323
- hs as AUTH_TABS,
324
- Rs as AVPreview,
323
+ Hp as ACHIEVEMENT_ACTIONS,
324
+ Cs as AUTH_TABS,
325
+ Ls as AVPreview,
325
326
  xt as Accordion,
326
327
  ct as AccordionSection,
327
- us as AccountSelector,
328
- Ip as AchievementNotShareReasonModal,
329
- Sp as AchievementShareInstructionModal,
328
+ as as AccountSelector,
329
+ xp as AchievementNotShareReasonModal,
330
+ cp as AchievementShareInstructionModal,
330
331
  Fr as AfternoonIcon,
331
332
  c as AlertIcon,
332
333
  of as AnimatedArc,
333
- zf as AnimatedAvatarMessage,
334
+ vf as AnimatedAvatarMessage,
334
335
  ua as AppLoader,
335
336
  Ht as ArcButton,
336
337
  It as ArrowTooltip,
337
- Ls as AuthApiErrorCode,
338
- Pf as AuthPageLayout,
339
- Cf as AuthStaticPanel,
338
+ Ps as AuthApiErrorCode,
339
+ Sf as AuthPageLayout,
340
+ If as AuthStaticPanel,
340
341
  at as AutoPlayPermissionProvider,
341
342
  Ua as Avatar,
342
343
  Pr as Back2Icon,
343
344
  I as BackIcon,
344
- bl as BackgroundImage,
345
+ Gl as BackgroundImage,
345
346
  Zt as BaseInput,
346
347
  C as Bin2Icon,
347
348
  S as BinIcon,
@@ -352,18 +353,18 @@ export {
352
353
  H as Bulb2Icon,
353
354
  R as BulbIcon,
354
355
  ht as Button,
355
- Rl as CIRCLE_ACTION_IDS,
356
- Nl as CIRCLE_ONBOARDING_ANALYTICS_STEPS,
357
- Pm as COMPLETED_SHEET_STATE,
358
- Ed as COUNTRY_CODE_MAP,
356
+ Ll as CIRCLE_ACTION_IDS,
357
+ hl as CIRCLE_ONBOARDING_ANALYTICS_STEPS,
358
+ Sm as COMPLETED_SHEET_STATE,
359
+ Ad as COUNTRY_CODE_MAP,
359
360
  G as CalendarIcon,
360
361
  La as Callout,
361
- lf as Carousel,
362
+ tf as Carousel,
362
363
  Xt as CascadingSelectInput,
363
- vs as Chapter,
364
- up as ChapterClearanceConfirmationModal,
365
- Zs as ChapterDetails,
366
- bs as ChaptersList,
364
+ Hs as Chapter,
365
+ ap as ChapterClearanceConfirmationModal,
366
+ Js as ChapterDetails,
367
+ Gs as ChaptersList,
367
368
  Gr as ChatIcon,
368
369
  b as Check2Icon,
369
370
  v as CheckIcon,
@@ -372,16 +373,16 @@ export {
372
373
  Nr as ChevronDownIcon,
373
374
  Lr as ChevronLeftIcon,
374
375
  hr as ChevronRightIcon,
375
- sl as CircleSoundKey,
376
+ rl as CircleSoundKey,
376
377
  ma as CircularLoader,
377
- Xf as CircularStepWrapper,
378
- Ul as CircularSteps,
379
- Vf as ClaimUserAccount,
378
+ Kf as CircularStepWrapper,
379
+ yl as CircularSteps,
380
+ zf as ClaimUserAccount,
380
381
  Lt as Clickable,
381
382
  z as ClipboardIcon,
382
383
  V as Clock2Icon,
383
384
  F as ClockIcon,
384
- Fu as Coachmark,
385
+ bu as Coachmark,
385
386
  J as CodeIcon,
386
387
  St as ContextMenu,
387
388
  K as CopyIcon,
@@ -389,91 +390,91 @@ export {
389
390
  Z as CrossIcon,
390
391
  Zr as CueBoardFilledIcon,
391
392
  Xr as CueBoardIcon,
392
- jl as CueCanvas,
393
- Ql as CueCanvasController,
394
- ou as CueCanvasHomeworkController,
395
- Yl as CueCanvasProvider,
396
- $l as CueCanvasSideBar,
393
+ Yl as CueCanvas,
394
+ Wl as CueCanvasController,
395
+ ql as CueCanvasHomeworkController,
396
+ wl as CueCanvasProvider,
397
+ jl as CueCanvasSideBar,
397
398
  X as CueRocket,
398
399
  vr as CuemathLogo,
399
- Zf as CustomInputField,
400
+ Jf as CustomInputField,
400
401
  ee as DashArrowIcon,
401
- Kf as DatePickerInput,
402
- xm as DesmosCalculator,
403
- om as DigitalMeter,
404
- df as DotLottieAnimation,
402
+ Vf as DatePickerInput,
403
+ um as DesmosCalculator,
404
+ qp as DigitalMeter,
405
+ lf as DotLottieAnimation,
405
406
  re as DownIcon,
406
407
  ae as DraftIcon,
407
408
  se as DragIcon,
408
- pf as Drawer,
409
- Zm as DynamicPreviewWorksheet,
410
- Iu as EClassTimeAlertLevel,
409
+ ff as Drawer,
410
+ Xm as DynamicPreviewWorksheet,
411
+ xu as EClassTimeAlertLevel,
411
412
  ya as EDeviceType,
412
- ml as ELeaderboardType,
413
- Gp as EPResourceAssign,
414
- tm as EPostGameStat,
415
- lu as EVENTS,
413
+ sl as ELeaderboardType,
414
+ Rp as EPResourceAssign,
415
+ $p as EPostGameStat,
416
+ tu as EVENTS,
416
417
  me as Edit2Icon,
417
418
  ue as EditIcon,
418
- Cp as EditMilestoneModal,
419
+ Ip as EditMilestoneModal,
419
420
  xe as EditStarIcon,
420
421
  ce as EraserIcon,
421
422
  Gt as Error,
422
423
  zr as EveningIcon,
423
424
  Ce as ExclamationIcon,
424
- cm as ExpandableHeader,
425
- Pu as ExtraPractice,
425
+ mm as ExpandableHeader,
426
+ Su as ExtraPractice,
426
427
  Se as Eye2Icon,
427
428
  Ie as EyeIcon,
428
429
  sa as FlexView,
429
- el as GAME_LAUNCHER_ASSET_PADDING,
430
- rl as GAME_LAUNCHER_SIZE,
430
+ Zs as GAME_LAUNCHER_ASSET_PADDING,
431
+ Xs as GAME_LAUNCHER_SIZE,
431
432
  x as GIF,
432
433
  Rr as GameIcon,
433
- Hl as GameLauncher,
434
- sp as GoalCreationConfirmationModal,
435
- xp as GoalDraftEdit,
436
- Pp as GoalEdit,
434
+ Nl as GameLauncher,
435
+ rp as GoalCreationConfirmationModal,
436
+ up as GoalDraftEdit,
437
+ Sp as GoalEdit,
437
438
  Jt as GooglePlacesSearchInput,
438
- Jf as GradeInput,
439
+ Ff as GradeInput,
439
440
  r as GradeSelector,
440
441
  Pe as HandIcon,
441
442
  Le as HelpIcon,
442
443
  Ne as HighlighterIcon,
443
444
  he as HintFillIcon,
444
445
  Re as HomeIcon,
445
- hu as HomeworkCardList,
446
+ Cu as HomeworkCardList,
446
447
  s as ILLUSTRATIONS,
447
448
  u as IMAGES,
448
- Ll as IStatsToAwardErrorCode,
449
+ Pl as IStatsToAwardErrorCode,
449
450
  Nt as IconButton,
450
- Is as IdentifierOtpForm,
451
+ xs as IdentifierOtpForm,
451
452
  $a as Image,
452
453
  He as ImageIcon,
453
- zu as IndicatorType,
454
+ vu as IndicatorType,
454
455
  ve as Info2Icon,
455
456
  Ge as InfoIcon,
456
- Nf as InputStatusIcon,
457
- Ru as JOURNEY_ID_STUDENT,
458
- Hu as JOURNEY_ID_TEACHER,
459
- bu as JourneyProvider,
457
+ hf as InputStatusIcon,
458
+ Lu as JOURNEY_ID_STUDENT,
459
+ Nu as JOURNEY_ID_TEACHER,
460
+ Gu as JourneyProvider,
460
461
  m as LOTTIE,
461
- zs as LPARChapter,
462
- Fs as LPARMilestoneChapter,
463
- vl as Leaderboard,
464
- rd as LearnosityPreloader,
462
+ vs as LPARChapter,
463
+ bs as LPARMilestoneChapter,
464
+ Hl as Leaderboard,
465
+ ad as LearnosityPreloader,
465
466
  be as LeftIcon,
466
- vf as LinearProgressBar,
467
+ Hf as LinearProgressBar,
467
468
  Fe as Lock2Icon,
468
469
  Ve as Lock3Icon,
469
470
  ze as LockIcon,
470
- rp as Maintenance,
471
- Np as MilestoneActionWidget,
472
- mp as MilestoneCreate,
473
- hp as MilestoneEdit,
474
- Lp as MilestoneList,
475
- cp as MilestoneOutcome,
476
- Rp as MilestoneStart,
471
+ Xu as Maintenance,
472
+ hp as MilestoneActionWidget,
473
+ sp as MilestoneCreate,
474
+ Cp as MilestoneEdit,
475
+ Pp as MilestoneList,
476
+ mp as MilestoneOutcome,
477
+ Lp as MilestoneStart,
477
478
  Ke as Minus2Icon,
478
479
  Je as MinusIcon,
479
480
  Ze as MistakeIcon,
@@ -481,68 +482,68 @@ export {
481
482
  xa as ModalProvider,
482
483
  eo as MoreVerticalIcon,
483
484
  Vr as MorningIcon,
484
- Gs as MultiTabBlocker,
485
- _m as NODE_LABELS,
486
- hm as NODE_SUB_GROUP,
487
- km as NODE_TYPE,
485
+ Rs as MultiTabBlocker,
486
+ Em as NODE_LABELS,
487
+ Cm as NODE_SUB_GROUP,
488
+ Am as NODE_TYPE,
488
489
  br as Next2Icon,
489
490
  ro as NextIcon,
490
491
  mt as Notification,
491
492
  Pt as Nudge,
492
493
  ea as NumRangeInput,
493
- Ss as OTPForm,
494
- Hf as OTPInput,
495
- rs as OnboardingGuide,
496
- hf as OverlayLoader,
497
- nf as PLATFORM_EVENTS_STUDENT,
498
- If as PLATFORM_EVENTS_TEACHER,
499
- Ns as PLA_ANALYTICS_EVENTS,
500
- Lm as PYTHON_NODE_TYPES,
494
+ cs as OTPForm,
495
+ Nf as OTPInput,
496
+ Xf as OnboardingGuide,
497
+ Cf as OverlayLoader,
498
+ pf as PLATFORM_EVENTS_STUDENT,
499
+ df as PLATFORM_EVENTS_TEACHER,
500
+ hs as PLA_ANALYTICS_EVENTS,
501
+ Pm as PYTHON_NODE_TYPES,
501
502
  ao as PencilIcon,
502
503
  ra as PercentileInput,
503
504
  qa as PerfectHits,
504
- Gf as PillButton,
505
+ Rf as PillButton,
505
506
  mo as Play2Icon,
506
507
  uo as PlayIcon,
507
- hl as PlayerType,
508
+ Cl as PlayerType,
508
509
  io as Plus2Icon,
509
510
  no as PlusIcon,
510
511
  so as PointerIcon,
511
- fm as PostGameStats,
512
+ om as PostGameStats,
512
513
  To as PracticeIcon,
513
- Km as PreviewWorksheet,
514
+ Zm as PreviewWorksheet,
514
515
  Eo as ProgressIcon,
515
- Sl as ProjectOutcome,
516
- Pl as ProjectType,
516
+ cl as ProjectOutcome,
517
+ Sl as ProjectType,
517
518
  _o as Puzzle2Icon,
518
- cd as PuzzleApp,
519
- ud as PuzzleCard,
520
- xd as PuzzleDashboard,
521
- md as PuzzleFeedbackCelebration,
519
+ Id as PuzzleApp,
520
+ md as PuzzleCard,
521
+ cd as PuzzleDashboard,
522
+ xd as PuzzleFeedbackCelebration,
522
523
  Ao as PuzzleIcon,
523
524
  ko as QuestionIcon,
524
525
  Mo as QuestionLetterIcon,
525
- Mm as REWARDS_LIST,
526
+ _m as REWARDS_LIST,
526
527
  Sa as RadioCard,
527
528
  zt as RadioInput,
528
- lm as RecentChapters,
529
+ tm as RecentChapters,
529
530
  Oo as RedoIcon,
530
- Sm as ReferenceSheet,
531
- qp as RemotePeerPointer,
532
- Rf as ResendOTP,
533
- Cs as ResetPasswordForm,
531
+ cm as ReferenceSheet,
532
+ Qp as RemotePeerPointer,
533
+ Lf as ResendOTP,
534
+ Is as ResetPasswordForm,
534
535
  Do as RightIcon,
535
536
  go as RulerIcon,
536
- Vs as SATSheetSummary,
537
- pm as SENTRY_DENIED_URLS,
538
- mm as SENTRY_IGNORED_ERRORS,
539
- Nm as SHEET_ACTIONS,
540
- Om as SHEET_ATTEMPT_LOCATION,
541
- Rm as SHEET_ATTEMPT_LOCATION_MAP,
542
- Dm as SHEET_ATTEMPT_STATE,
543
- Hm as SHEET_DATA_TYPE,
544
- gm as SHEET_STATE,
545
- Bp as STAGES,
537
+ zs as SATSheetSummary,
538
+ fm as SENTRY_DENIED_URLS,
539
+ sm as SENTRY_IGNORED_ERRORS,
540
+ hm as SHEET_ACTIONS,
541
+ km as SHEET_ATTEMPT_LOCATION,
542
+ Lm as SHEET_ATTEMPT_LOCATION_MAP,
543
+ Mm as SHEET_ATTEMPT_STATE,
544
+ Nm as SHEET_DATA_TYPE,
545
+ Om as SHEET_STATE,
546
+ gp as STAGES,
546
547
  Jr as ScreenGrabFilledIcon,
547
548
  et as ScreenGrabIcon,
548
549
  Er as ScribbleIcon,
@@ -550,24 +551,24 @@ export {
550
551
  Vt as SearchableSelectInput,
551
552
  Ca as SectionList,
552
553
  Ft as SelectInput,
553
- bf as SelectableInfoCard,
554
+ Gf as SelectableInfoCard,
554
555
  aa as SelectionCards,
555
556
  Qa as Separator,
556
- ed as SheetError,
557
+ rd as SheetError,
557
558
  Bo as SheetIcon,
558
- Im as SheetList,
559
- Xm as SheetLocked,
560
- Wl as SignUp,
561
- as as SignupHeader,
562
- es as SignupMethods,
563
- ss as SignupOptions,
559
+ xm as SheetList,
560
+ ed as SheetLocked,
561
+ Ul as SignUp,
562
+ es as SignupHeader,
563
+ Zf as SignupMethods,
564
+ rs as SignupOptions,
564
565
  Cr as SketchIcon,
565
566
  Yo as Skip2Icon,
566
567
  wo as SkipColoredIcon,
567
568
  Wo as SkipIcon,
568
- xs as SocialAccountNotFound,
569
- ms as SocialLoginMethods,
570
- wl as SplashScreen,
569
+ us as SocialAccountNotFound,
570
+ ss as SocialLoginMethods,
571
+ Bl as SplashScreen,
571
572
  Qo as Star2Icon,
572
573
  jo as Star3Icon,
573
574
  Uo as StarIcon,
@@ -575,28 +576,28 @@ export {
575
576
  a as Stepper,
576
577
  Kr as StickerFilledIcon,
577
578
  rt as StickerIcon,
578
- tf as Stickers,
579
- ff as StickersSelector,
579
+ Dm as StickersEffects,
580
+ gm as StickersSelector,
580
581
  Ya as StreakIcon,
581
- xl as StreakReductionLocalStorageUtil,
582
+ ul as StreakReductionLocalStorageUtil,
582
583
  $o as StrikedEyeIcon,
583
- ym as StudentDetails,
584
- ap as SubmitMilestoneModal,
584
+ Bm as StudentDetails,
585
+ ep as SubmitMilestoneModal,
585
586
  or as SwitchIcon,
586
587
  Wa as TabComponent,
587
- Lf as Tabs,
588
+ Pf as Tabs,
588
589
  ha as Tag,
589
- Cu as TalkMeter,
590
- cu as TeacherProfile,
591
- Hp as TestsCreation,
590
+ Iu as TalkMeter,
591
+ mu as TeacherProfile,
592
+ Np as TestsCreation,
592
593
  Pa as Text,
593
594
  Rt as TextButton,
594
595
  Kt as TextInput,
595
596
  tr as TickIcon,
596
597
  wa as TimeLeftTimeline,
597
- xu as TrialSession,
598
+ uu as TrialSession,
598
599
  fr as TrophyIcon,
599
- cl as Tutorial,
600
+ ml as Tutorial,
600
601
  Hr as TutoringIcon,
601
602
  Na as UIContext,
602
603
  lr as UndoIcon,
@@ -605,64 +606,65 @@ export {
605
606
  nr as UpIcon,
606
607
  Tr as User2Icon,
607
608
  ir as UserIcon,
608
- Ps as UserIdentifierForm,
609
- Ff as UserTypeSelector,
610
- cs as UsernamePasswordForm,
609
+ Ss as UserIdentifierForm,
610
+ bf as UserTypeSelector,
611
+ ms as UsernamePasswordForm,
611
612
  ja as Video,
612
- Sf as WHITELIST_EVENTS,
613
- Um as WORKSHEET_ACTION_BAR_HEIGHT,
614
- zm as WORKSHEET_QUESTIONS_GAP,
615
- wm as WORKSHEET_QUESTION_WIDTH,
616
- Fm as WORKSHEET_TOP_NAVIGATION_HEIGHT,
617
- Cm as WORKSHEET_V3_NODE_TYPES,
618
- Il as WebView,
619
- Cl as WebViewEvent,
620
- Jm as Worksheet,
621
- Js as checkIfPPTNodeType,
622
- Ks as getActiveSATSheet,
613
+ nf as WHITELIST_EVENTS,
614
+ wm as WORKSHEET_ACTION_BAR_HEIGHT,
615
+ Fm as WORKSHEET_QUESTIONS_GAP,
616
+ Wm as WORKSHEET_QUESTION_WIDTH,
617
+ Vm as WORKSHEET_TOP_NAVIGATION_HEIGHT,
618
+ Im as WORKSHEET_V3_NODE_TYPES,
619
+ xl as WebView,
620
+ Il as WebViewEvent,
621
+ Km as Worksheet,
622
+ Fs as checkIfPPTNodeType,
623
+ Vs as getActiveSATSheet,
623
624
  Ba as getTheme,
624
- Xs as invalidateGetChapterDetails,
625
- Lu as invalidateHomeworks,
626
- Kp as invalidateMilestoneResources,
627
- Up as invalidateMilestonesData,
628
- Fp as invalidatePastMilestoneCount,
629
- Id as invalidatePuzzleToAssign,
630
- Yp as invalidateTestHelpData,
631
- Vm as isOkayTypeQuestion,
632
- Bm as loadScript,
633
- Nu as useAutoPlayPermission,
634
- ql as useCanvasSyncBroker,
635
- Ju as useChapterPageJourney,
636
- al as useCircleSounds,
637
- Su as useClassTimeAlerts,
625
+ Ks as invalidateGetChapterDetails,
626
+ Pu as invalidateHomeworks,
627
+ Vp as invalidateMilestoneResources,
628
+ yp as invalidateMilestonesData,
629
+ bp as invalidatePastMilestoneCount,
630
+ Sd as invalidatePuzzleToAssign,
631
+ wp as invalidateTestHelpData,
632
+ Jm as isOkayTypeQuestion,
633
+ Um as loadScript,
634
+ ym as stickerData,
635
+ hu as useAutoPlayPermission,
636
+ Ql as useCanvasSyncBroker,
637
+ Fu as useChapterPageJourney,
638
+ el as useCircleSounds,
639
+ cu as useClassTimeAlerts,
638
640
  ga as useContextMenuClickHandler,
639
641
  ut as useForceReload,
640
- zp as useGetAllMilestonesdata,
641
- Gl as useGetCircleHomeDetailsDal,
642
- vu as useGetEligibleJourneysViaRoute,
643
- ul as useGetLeaderboardDal,
644
- jp as useGetMilestoneResources,
645
- Wp as useGetPastMilestoneCount,
646
- Td as useGetPuzzleToAssign,
647
- Jp as useGetTestHelpData,
648
- Vu as useHomePageJourney,
649
- pu as useInClassActionDispatcher,
650
- mu as useInClassActionListener,
651
- tu as useInClassMessageBroker,
652
- ad as useIsLearnosityLoaded,
653
- Hs as useIsTabBlocked,
654
- Gu as useJourney,
642
+ vp as useGetAllMilestonesdata,
643
+ Rl as useGetCircleHomeDetailsDal,
644
+ Hu as useGetEligibleJourneysViaRoute,
645
+ al as useGetLeaderboardDal,
646
+ Yp as useGetMilestoneResources,
647
+ Up as useGetPastMilestoneCount,
648
+ Ed as useGetPuzzleToAssign,
649
+ Fp as useGetTestHelpData,
650
+ zu as useHomePageJourney,
651
+ fu as useInClassActionDispatcher,
652
+ su as useInClassActionListener,
653
+ $l as useInClassMessageBroker,
654
+ sd as useIsLearnosityLoaded,
655
+ Ns as useIsTabBlocked,
656
+ Ru as useJourney,
655
657
  ca as useModalActions,
656
658
  Ia as useModalParams,
657
- $p as usePointerSync,
658
- Ku as usePuzzleDashboardJourney,
659
- Zu as usePuzzleIntroJourney,
660
- Xu as usePuzzleProgressJourney,
661
- ep as useTeacherPuzzleAssignedJourney,
659
+ jp as usePointerSync,
660
+ Vu as usePuzzleDashboardJourney,
661
+ Ju as usePuzzleIntroJourney,
662
+ Ku as usePuzzleProgressJourney,
663
+ Zu as useTeacherPuzzleAssignedJourney,
662
664
  Da as useTrackingContext,
663
- fu as useTrialSessionMessageBroker,
665
+ ou as useTrialSessionMessageBroker,
664
666
  Oa as useUIContext,
665
- sd as useWorksheetLayout,
667
+ ud as useWorksheetLayout,
666
668
  st as useZoomDisable
667
669
  };
668
670
  //# sourceMappingURL=index.js.map