@cuemath/leap 2.8.48 → 2.8.49

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 (41) hide show
  1. package/dist/features/analytics-events/platform-events-student.js +6 -5
  2. package/dist/features/analytics-events/platform-events-student.js.map +1 -1
  3. package/dist/features/circle-games/enum/circle-action-ids.js +5 -0
  4. package/dist/features/circle-games/enum/circle-action-ids.js.map +1 -0
  5. package/dist/features/circle-games/game-launcher/dal/use-get-circle-home-details-dal/use-get-circle-home-details-dal.js +60 -58
  6. package/dist/features/circle-games/game-launcher/dal/use-get-circle-home-details-dal/use-get-circle-home-details-dal.js.map +1 -1
  7. package/dist/features/circle-games/games/web-view/web-view-analytics-events.js.map +1 -1
  8. package/dist/features/circle-games/games/web-view/web-view-types.js.map +1 -1
  9. package/dist/features/circle-games/leaderboard/comps/info-bar/info-bar-styled.js +12 -0
  10. package/dist/features/circle-games/leaderboard/comps/info-bar/info-bar-styled.js.map +1 -0
  11. package/dist/features/circle-games/leaderboard/comps/info-bar/info-bar.js +11 -0
  12. package/dist/features/circle-games/leaderboard/comps/info-bar/info-bar.js.map +1 -0
  13. package/dist/features/circle-games/leaderboard/comps/leaderboard-item/leaderboard-item.js +6 -6
  14. package/dist/features/circle-games/leaderboard/comps/leaderboard-item/leaderboard-item.js.map +1 -1
  15. package/dist/features/circle-games/leaderboard/comps/streak-reduction-infobar/streak-reduction-infobar-constants.js +5 -0
  16. package/dist/features/circle-games/leaderboard/comps/streak-reduction-infobar/streak-reduction-infobar-constants.js.map +1 -0
  17. package/dist/features/circle-games/leaderboard/comps/streak-reduction-infobar/streak-reduction-infobar.js +41 -0
  18. package/dist/features/circle-games/leaderboard/comps/streak-reduction-infobar/streak-reduction-infobar.js.map +1 -0
  19. package/dist/features/circle-games/leaderboard/hooks/{useIntersectionObserver.js → use-intersection-observer/use-intersection-observer.tsx.js} +1 -1
  20. package/dist/features/circle-games/leaderboard/hooks/use-intersection-observer/use-intersection-observer.tsx.js.map +1 -0
  21. package/dist/features/circle-games/leaderboard/hooks/{useTimer.js → use-timer/use-timer.js} +1 -1
  22. package/dist/features/circle-games/leaderboard/hooks/use-timer/use-timer.js.map +1 -0
  23. package/dist/features/circle-games/leaderboard/leaderboard-styled.js +20 -16
  24. package/dist/features/circle-games/leaderboard/leaderboard-styled.js.map +1 -1
  25. package/dist/features/circle-games/leaderboard/leaderboard.js +96 -87
  26. package/dist/features/circle-games/leaderboard/leaderboard.js.map +1 -1
  27. package/dist/features/circle-games/utils/streak-reduction-localstorage-util.js +25 -0
  28. package/dist/features/circle-games/utils/streak-reduction-localstorage-util.js.map +1 -0
  29. package/dist/features/journey/journey-id/journey-id-student.js +1 -1
  30. package/dist/features/journey/journey-id/journey-id-student.js.map +1 -1
  31. package/dist/features/trial-session/comps/trial-circle-game/trial-circle-game.js +61 -60
  32. package/dist/features/trial-session/comps/trial-circle-game/trial-circle-game.js.map +1 -1
  33. package/dist/features/trial-session/trial-session-types.js.map +1 -1
  34. package/dist/features/trial-session/trial-session-view.js +73 -71
  35. package/dist/features/trial-session/trial-session-view.js.map +1 -1
  36. package/dist/index.d.ts +32 -4
  37. package/dist/index.js +235 -231
  38. package/dist/index.js.map +1 -1
  39. package/package.json +3 -2
  40. package/dist/features/circle-games/leaderboard/hooks/useIntersectionObserver.js.map +0 -1
  41. package/dist/features/circle-games/leaderboard/hooks/useTimer.js.map +0 -1
package/dist/index.js CHANGED
@@ -8,15 +8,15 @@ import { default as c } from "./assets/line-icons/icons/back.js";
8
8
  import { default as i } from "./assets/line-icons/icons/bin.js";
9
9
  import { default as E } from "./assets/line-icons/icons/bin2.js";
10
10
  import { default as C } from "./assets/line-icons/icons/book-closed.js";
11
- import { default as P } from "./assets/line-icons/icons/book.js";
11
+ import { default as _ } 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";
13
+ import { default as k } from "./assets/line-icons/icons/bookmark.js";
14
14
  import { default as N } from "./assets/line-icons/icons/bulb.js";
15
- import { default as O } from "./assets/line-icons/icons/bulb2.js";
15
+ import { default as H } 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 y } from "./assets/line-icons/icons/check.js";
18
- import { default as g } from "./assets/line-icons/icons/check2.js";
19
- import { default as U } from "./assets/line-icons/icons/clipboard.js";
18
+ import { default as B } from "./assets/line-icons/icons/check2.js";
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 w } from "./assets/line-icons/icons/clock2.js";
22
22
  import { default as Y } from "./assets/line-icons/icons/code.js";
@@ -35,15 +35,15 @@ import { default as ce } from "./assets/line-icons/icons/eye.js";
35
35
  import { default as ie } from "./assets/line-icons/icons/eye2.js";
36
36
  import { default as Ee } from "./assets/line-icons/icons/hand.js";
37
37
  import { default as Ce } from "./assets/line-icons/icons/help.js";
38
- import { default as Pe } from "./assets/line-icons/icons/highlighter.js";
38
+ import { default as _e } from "./assets/line-icons/icons/highlighter.js";
39
39
  import { default as he } from "./assets/line-icons/icons/home.js";
40
- import { default as Le } from "./assets/line-icons/icons/image.js";
40
+ import { default as ke } from "./assets/line-icons/icons/image.js";
41
41
  import { default as Ne } from "./assets/line-icons/icons/info.js";
42
- import { default as Oe } from "./assets/line-icons/icons/info2.js";
42
+ import { default as He } from "./assets/line-icons/icons/info2.js";
43
43
  import { default as De } from "./assets/line-icons/icons/left.js";
44
44
  import { default as ye } from "./assets/line-icons/icons/lock.js";
45
- import { default as ge } from "./assets/line-icons/icons/lock2.js";
46
- import { default as Ue } from "./assets/line-icons/icons/minus.js";
45
+ import { default as Be } from "./assets/line-icons/icons/lock2.js";
46
+ import { default as be } from "./assets/line-icons/icons/minus.js";
47
47
  import { default as We } from "./assets/line-icons/icons/minus2.js";
48
48
  import { default as we } from "./assets/line-icons/icons/mistake.js";
49
49
  import { default as Ye } from "./assets/line-icons/icons/mobile.js";
@@ -62,14 +62,14 @@ import { default as Io } from "./assets/line-icons/icons/question-letter.js";
62
62
  import { default as To } from "./assets/line-icons/icons/redo.js";
63
63
  import { default as So } from "./assets/line-icons/icons/right.js";
64
64
  import { default as Ao } from "./assets/line-icons/icons/ruler.js";
65
- import { default as _o } from "./assets/line-icons/icons/search.js";
66
- import { default as ko } from "./assets/line-icons/icons/sheet.js";
65
+ import { default as Po } from "./assets/line-icons/icons/search.js";
66
+ import { default as Lo } from "./assets/line-icons/icons/sheet.js";
67
67
  import { default as Mo } from "./assets/line-icons/icons/star.js";
68
- import { default as Ho } from "./assets/line-icons/icons/skip.js";
68
+ import { default as Oo } from "./assets/line-icons/icons/skip.js";
69
69
  import { default as Ro } from "./assets/line-icons/icons/skip2.js";
70
70
  import { default as Go } from "./assets/line-icons/icons/star2.js";
71
- import { default as Bo } from "./assets/line-icons/icons/striked-eye.js";
72
- import { default as bo } from "./assets/line-icons/icons/switch-icon.js";
71
+ import { default as go } from "./assets/line-icons/icons/striked-eye.js";
72
+ import { default as Uo } from "./assets/line-icons/icons/switch-icon.js";
73
73
  import { default as vo } from "./assets/line-icons/icons/tick.js";
74
74
  import { default as Vo } from "./assets/line-icons/icons/trophy.js";
75
75
  import { default as Qo } from "./assets/line-icons/icons/undo.js";
@@ -88,15 +88,15 @@ import { default as cr } from "./assets/line-icons/icons/chat.js";
88
88
  import { default as ir } from "./assets/line-icons/icons/cuemath-logo.js";
89
89
  import { default as Er } from "./assets/line-icons/icons/next2.js";
90
90
  import { AutoPlayPermissionProvider as Cr } from "./features/hooks/use-auto-play-permission/use-auto-play-permission-context-provider.js";
91
- import { default as Pr } from "./features/hooks/use-zoom-disable.js";
91
+ import { default as _r } from "./features/hooks/use-zoom-disable.js";
92
92
  import { default as hr } from "./features/hooks/use-force-reload.js";
93
- import { default as Lr } from "./features/ui/accordion-section/accordion-section.js";
93
+ import { default as kr } from "./features/ui/accordion-section/accordion-section.js";
94
94
  import { default as Nr } from "./features/ui/arrow-tooltip/arrow-tooltip.js";
95
- import { default as Or } from "./features/ui/context-menu/context-menu.js";
95
+ import { default as Hr } from "./features/ui/context-menu/context-menu.js";
96
96
  import { default as Dr } from "./features/ui/timers/countdown-timer/countdown-timer.js";
97
97
  import { default as yr } from "./features/ui/nudge/nudge.js";
98
- import { default as gr } from "./features/ui/buttons/button/button.js";
99
- import { default as Ur } from "./features/ui/buttons/clickable/clickable.js";
98
+ import { default as Br } from "./features/ui/buttons/button/button.js";
99
+ import { default as br } from "./features/ui/buttons/clickable/clickable.js";
100
100
  import { default as Wr } from "./features/ui/buttons/icon-button/icon-button.js";
101
101
  import { default as wr } from "./features/ui/buttons/text-button/text-button.js";
102
102
  import { ArcButton as Yr } from "./features/ui/arc-button/arc-button.js";
@@ -115,14 +115,14 @@ import { default as ct } from "./features/ui/selection-cards/selection-cards.js"
115
115
  import { default as it } from "./features/ui/layout/flex-view.js";
116
116
  import { default as Et } from "./features/ui/loader/app-loader/app-loader.js";
117
117
  import { CircularLoader as Ct } from "./features/ui/loader/circular-loader/circular-loader.js";
118
- import { default as Pt } from "./features/ui/radio-cards/radio-cards.js";
118
+ import { default as _t } from "./features/ui/radio-cards/radio-cards.js";
119
119
  import { default as ht } from "./features/ui/section-list/section-list.js";
120
- import { default as Lt } from "./features/ui/text/text.js";
120
+ import { default as kt } from "./features/ui/text/text.js";
121
121
  import { default as Nt } from "./features/ui/tag/tag.js";
122
- import { default as Ot } from "./features/ui/callout/callout.js";
122
+ import { default as Ht } from "./features/ui/callout/callout.js";
123
123
  import { default as Dt, useUIContext as Gt } from "./features/ui/context/context.js";
124
- import { default as Bt } from "./features/ui/context/use-tracking-context.js";
125
- import { default as bt } from "./features/ui/hooks/use-context-menu-click-handler.js";
124
+ import { default as gt } from "./features/ui/context/use-tracking-context.js";
125
+ import { default as Ut } from "./features/ui/hooks/use-context-menu-click-handler.js";
126
126
  import { getTheme as vt } from "./features/ui/theme/get-theme.js";
127
127
  import { default as Vt } from "./features/ui/avatar/avatar.js";
128
128
  import { default as Qt } from "./features/ui/time-left-timeline/time-left-timeline.js";
@@ -142,94 +142,96 @@ import { default as Ia } from "./features/chapters/lpar-chapter/lpar-chapter.js"
142
142
  import { default as Ta } from "./features/chapters/lpar-milestone-chapter/lpar-milestone-chapter.js";
143
143
  import { default as Sa } from "./features/chapters/lpar-chapter/block-section/sat-sheet-item/sat-sheet-summary/sat-sheet-summary.js";
144
144
  import { checkIfPPTNodeType as Aa } from "./features/chapters/lpar-chapter/utils/index.js";
145
- import { GAME_LAUNCHER_ASSET_PADDING as _a } from "./features/circle-games/game-launcher/comps/segmented-game-card/constants.js";
146
- import { GAME_LAUNCHER_SIZE as ka } from "./features/circle-games/game-launcher/comps/card-container/constants.js";
145
+ import { GAME_LAUNCHER_ASSET_PADDING as Pa } from "./features/circle-games/game-launcher/comps/segmented-game-card/constants.js";
146
+ import { GAME_LAUNCHER_SIZE as La } from "./features/circle-games/game-launcher/comps/card-container/constants.js";
147
147
  import { useCircleSounds as Ma } from "./features/circle-games/hooks/use-circle-sounds/use-circle-sounds.js";
148
- import { CircleSoundKey as Ha } from "./features/circle-games/hooks/use-circle-sounds/use-circle-sounds-enums.js";
148
+ import { CircleSoundKey as Oa } from "./features/circle-games/hooks/use-circle-sounds/use-circle-sounds-enums.js";
149
149
  import { useGetLeaderboardDal as Ra } from "./features/circle-games/leaderboard/dal/use-get-leaderboard-dal/use-get-leaderboard-dal.js";
150
150
  import { ELeaderboardType as Ga } from "./features/circle-games/leaderboard/enums/leaderboard-type-enum.js";
151
- import { Tutorial as Ba } from "./features/circle-games/games/tutorial/tutorial.js";
152
- import { WebView as ba } from "./features/circle-games/games/web-view/web-view.js";
153
- import { ProjectOutcome as va } from "./features/circle-games/games/web-view/enums/project-outcomes-enum.js";
154
- import { WebViewEvent as Va } from "./features/circle-games/games/web-view/enums/web-view-events-enum.js";
155
- import { ProjectType as Qa } from "./features/circle-games/games/web-view/enums/project-type-enum.js";
156
- import { PlayerType as Ka } from "./features/circle-games/games/web-view/enums/player-type-enum.js";
157
- import { IStatsToAwardErrorCode as Ja } from "./features/circle-games/games/web-view/web-view-types.js";
158
- import { CIRCLE_ONBOARDING_ANALYTICS_STEPS as Za } from "./features/circle-games/enum/circle-onboarding-steps.js";
159
- import { GameLauncher as za } from "./features/circle-games/game-launcher/game-launcher.js";
160
- import { useGetCircleHomeDetailsDal as $a } from "./features/circle-games/game-launcher/dal/use-get-circle-home-details-dal/use-get-circle-home-details-dal.js";
161
- import { usePostUpdateCircleJourneyDal as of } from "./features/circle-games/game-launcher/dal/use-post-update-circle-journey-dal/use-post-update-circle-journey-dal.js";
162
- import { Leaderboard as tf } from "./features/circle-games/leaderboard/leaderboard.js";
163
- import { BackgroundImage as ff, CircularSteps as sf } from "./features/circle-games/sign-up/comp/circular-steps/circular-steps.js";
164
- import { SplashScreen as pf } from "./features/circle-games/sign-up/comp/splash-screen/splash-screen.js";
165
- import { SignUp as uf } from "./features/circle-games/sign-up/sign-up.js";
166
- import { default as df } from "./features/cue-canvas/cue-canvas-provider.js";
167
- import { default as cf } from "./features/cue-canvas/toolbar/toolbar.js";
168
- import { default as Tf } from "./features/cue-canvas/cue-canvas.js";
169
- import { default as Sf } from "./features/cue-canvas/hooks/use-canvas-sync-broker.js";
170
- import { default as Af } from "./features/communication/hooks/use-inclass-message-broker/use-inclass-message-broker.js";
171
- import { default as _f } from "./features/communication/hooks/use-trial-session-message-broker/use-trial-session-message-broker.js";
172
- import { EVENTS as kf } from "./features/communication/pub-sub/constants.js";
173
- import { useInClassActionDispatcher as Mf, useInClassActionListener as Nf } from "./features/communication/pub-sub/hooks.js";
174
- import { default as Of } from "./features/trial-session/trial-session.js";
175
- import { EClassTimeAlertLevel as Df } from "./features/trial-session/trial-session-types.js";
176
- import { useClassTimeAlerts as yf } from "./features/trial-session/hooks/use-class-time-alerts.js";
177
- import { default as gf } from "./features/talk-meter/talk-meter.js";
178
- import { default as Uf } from "./features/extra-practice/extra-practice.js";
179
- import { useAutoPlayPermission as Wf } from "./features/hooks/use-auto-play-permission/use-auto-play-permission.js";
180
- import { JOURNEY_ID_STUDENT as wf } from "./features/journey/journey-id/journey-id-student.js";
181
- import { useJourney as Yf } from "./features/journey/use-journey/use-journey.js";
182
- import { JourneyProvider as Ff } from "./features/journey/use-journey/journey-context-provider.js";
183
- import { IndicatorType as jf } from "./features/journey/use-journey/constants.js";
184
- import { Coachmark as qf } from "./features/journey/comps/coachmark/coachmark.js";
185
- import { default as Xf } from "./features/milestone/create/submit-modal/submit-modal.js";
186
- import { default as es } from "./features/milestone/create/comps/confirmation-modals/goal-creation-confirmation.js";
187
- import { default as rs } from "./features/milestone/create/comps/confirmation-modals/chapter-clearance-confirmation.js";
188
- import { default as as } from "./features/milestone/create/milestone-create-container.js";
189
- import { default as ss } from "./features/milestone/edit/goal-drafts/goal-draft-edit-container.js";
190
- import { default as ps } from "./features/milestone/outcome/milestone-outcome-container.js";
191
- import { default as us } from "./features/milestone/outcome/comps/achievement/reason-submit-modal.js";
192
- import { default as ds } from "./features/milestone/outcome/comps/achievement/share-instructions-modal.js";
193
- import { default as cs } from "./features/milestone/edit/comps/edit-milestone-modal/index.js";
194
- import { default as is } from "./features/milestone/edit/goal-edit-container.js";
195
- import { default as Es } from "./features/milestone/edit/milestone-edit-container.js";
196
- import { default as Cs } from "./features/milestone/milestone-list-container/milestone-list-container.js";
197
- import { default as Ps } from "./features/milestone/milestone-action-widget/milestone-action-widget.js";
198
- import { default as hs } from "./features/milestone/start/milestone-start.js";
199
- import { default as Ls } from "./features/milestone/milestone-tests/tests-creation/tests-creation.js";
200
- import { default as Ns } from "./features/milestone/milestone-resources/resources-assign/resources-assign.js";
201
- import { ACHIEVEMENT_ACTIONS as Os, STAGES as Rs } from "./features/milestone/outcome/milestone-outcome-constants.js";
202
- import { invalidateMilestonesData as Gs, useGetAllMilestonesdata as ys } from "./features/milestone/milestone-list-container/api/get-milestones.js";
203
- import { invalidateTestHelpData as gs, useGetTestHelpData as bs } from "./features/milestone/milestone-list-container/api/get-tests-list.js";
204
- import { invalidateMilestoneResources as vs, useGetMilestoneResources as Ws } from "./features/milestone/milestone-list-container/api/get-milestone-resources.js";
205
- import { default as ws } from "./features/pointer-sync/pointer.js";
206
- import { default as Ys } from "./features/pointer-sync/hooks/use-pointer-sync.js";
207
- import { DigitalMeter as Fs } from "./features/post-game-stats/digital-meter/digital-meter.js";
208
- import { EPostGameStat as js } from "./features/post-game-stats/enums/post-game-stats-enum.js";
209
- import { PostGameStats as qs } from "./features/post-game-stats/post-game-stats.js";
210
- import { default as Xs } from "./features/sheet-tools/desmos-calculator/desmos-calculator.js";
211
- import { default as el } from "./features/sheet-tools/tool-header/tool-header.js";
212
- import { default as rl } from "./features/sheets/sheets-list/sheets-list.js";
213
- import { default as al } from "./features/sheets/reference-sheet/reference-sheet.js";
214
- import { isV3Worksheet as sl, isV3WorksheetAttempt as ll } from "./features/sheets/utils/is-v3-worksheet.js";
215
- import { COMPLETED_SHEET_STATE as ml, NODE_LABELS as ul, NODE_SUB_GROUP as xl, NODE_TYPE as dl, PYTHON_NODE_TYPES as nl, REWARDS_LIST as cl, SHEET_ACTIONS as Il, SHEET_ATTEMPT_LOCATION as il, SHEET_ATTEMPT_LOCATION_MAP as Tl, SHEET_ATTEMPT_STATE as El, SHEET_DATA_TYPE as Sl, SHEET_STATE as Cl } from "./features/sheets/constants/sheet.js";
216
- import { default as Pl } from "./features/student-details/student-details.js";
217
- import { default as hl } from "./features/utils/load-script.js";
218
- import { ACTION_BAR_HEIGHT as Ll, QUESTIONS_GAP as Ml, QUESTION_WIDTH as Nl, TOP_NAVIGATION_HEIGHT as Hl } from "./features/worksheet/worksheet/constants.js";
219
- import { isOkayTypeQuestion as Rl } from "./features/worksheet/worksheet/worksheet-helpers.js";
220
- import { default as Gl } from "./features/worksheet/worksheet/worksheet-container.js";
221
- import { default as Bl } from "./features/worksheet/worksheet-preview/worksheet-preview.js";
222
- import { default as bl } from "./features/worksheet/worksheet/worksheet-permissions/sheet-locked.js";
223
- import { default as vl } from "./features/worksheet/worksheet/worksheet-permissions/error.js";
224
- import { default as Vl } from "./features/worksheet/learnosity-preloader/learnosity-preloader.js";
225
- import { default as Ql } from "./features/worksheet/learnosity-preloader/use-is-learnosity-loaded.js";
226
- import { default as Kl } from "./features/worksheet/worksheet-preview/hooks/use-worksheet-layout.js";
227
- import { default as Jl } from "./features/maintenance/maintenance.js";
151
+ import { StreakReductionLocalStorageUtil as ga } from "./features/circle-games/utils/streak-reduction-localstorage-util.js";
152
+ import { Tutorial as Ua } from "./features/circle-games/games/tutorial/tutorial.js";
153
+ import { WebView as va } from "./features/circle-games/games/web-view/web-view.js";
154
+ import { ProjectOutcome as Va } from "./features/circle-games/games/web-view/enums/project-outcomes-enum.js";
155
+ import { WebViewEvent as Qa } from "./features/circle-games/games/web-view/enums/web-view-events-enum.js";
156
+ import { ProjectType as Ka } from "./features/circle-games/games/web-view/enums/project-type-enum.js";
157
+ import { PlayerType as Ja } from "./features/circle-games/games/web-view/enums/player-type-enum.js";
158
+ import { IStatsToAwardErrorCode as Za } from "./features/circle-games/games/web-view/web-view-types.js";
159
+ import { CIRCLE_ONBOARDING_ANALYTICS_STEPS as za } from "./features/circle-games/enum/circle-onboarding-steps.js";
160
+ import { CIRCLE_ACTION_IDS as $a } from "./features/circle-games/enum/circle-action-ids.js";
161
+ import { GameLauncher as of } from "./features/circle-games/game-launcher/game-launcher.js";
162
+ import { useGetCircleHomeDetailsDal as tf } from "./features/circle-games/game-launcher/dal/use-get-circle-home-details-dal/use-get-circle-home-details-dal.js";
163
+ import { usePostUpdateCircleJourneyDal as ff } from "./features/circle-games/game-launcher/dal/use-post-update-circle-journey-dal/use-post-update-circle-journey-dal.js";
164
+ import { Leaderboard as lf } from "./features/circle-games/leaderboard/leaderboard.js";
165
+ import { BackgroundImage as mf, CircularSteps as uf } from "./features/circle-games/sign-up/comp/circular-steps/circular-steps.js";
166
+ import { SplashScreen as df } from "./features/circle-games/sign-up/comp/splash-screen/splash-screen.js";
167
+ import { SignUp as cf } from "./features/circle-games/sign-up/sign-up.js";
168
+ import { default as Tf } from "./features/cue-canvas/cue-canvas-provider.js";
169
+ import { default as Sf } from "./features/cue-canvas/toolbar/toolbar.js";
170
+ import { default as Af } from "./features/cue-canvas/cue-canvas.js";
171
+ import { default as Pf } from "./features/cue-canvas/hooks/use-canvas-sync-broker.js";
172
+ import { default as Lf } from "./features/communication/hooks/use-inclass-message-broker/use-inclass-message-broker.js";
173
+ import { default as Mf } from "./features/communication/hooks/use-trial-session-message-broker/use-trial-session-message-broker.js";
174
+ import { EVENTS as Of } from "./features/communication/pub-sub/constants.js";
175
+ import { useInClassActionDispatcher as Rf, useInClassActionListener as Df } from "./features/communication/pub-sub/hooks.js";
176
+ import { default as yf } from "./features/trial-session/trial-session.js";
177
+ import { EClassTimeAlertLevel as Bf } from "./features/trial-session/trial-session-types.js";
178
+ import { useClassTimeAlerts as bf } from "./features/trial-session/hooks/use-class-time-alerts.js";
179
+ import { default as Wf } from "./features/talk-meter/talk-meter.js";
180
+ import { default as wf } from "./features/extra-practice/extra-practice.js";
181
+ import { useAutoPlayPermission as Yf } from "./features/hooks/use-auto-play-permission/use-auto-play-permission.js";
182
+ import { JOURNEY_ID_STUDENT as Ff } from "./features/journey/journey-id/journey-id-student.js";
183
+ import { useJourney as jf } from "./features/journey/use-journey/use-journey.js";
184
+ import { JourneyProvider as qf } from "./features/journey/use-journey/journey-context-provider.js";
185
+ import { IndicatorType as Xf } from "./features/journey/use-journey/constants.js";
186
+ import { Coachmark as es } from "./features/journey/comps/coachmark/coachmark.js";
187
+ import { default as rs } from "./features/milestone/create/submit-modal/submit-modal.js";
188
+ import { default as as } from "./features/milestone/create/comps/confirmation-modals/goal-creation-confirmation.js";
189
+ import { default as ss } from "./features/milestone/create/comps/confirmation-modals/chapter-clearance-confirmation.js";
190
+ import { default as ps } from "./features/milestone/create/milestone-create-container.js";
191
+ import { default as us } from "./features/milestone/edit/goal-drafts/goal-draft-edit-container.js";
192
+ import { default as ds } from "./features/milestone/outcome/milestone-outcome-container.js";
193
+ import { default as cs } from "./features/milestone/outcome/comps/achievement/reason-submit-modal.js";
194
+ import { default as is } from "./features/milestone/outcome/comps/achievement/share-instructions-modal.js";
195
+ import { default as Es } from "./features/milestone/edit/comps/edit-milestone-modal/index.js";
196
+ import { default as Cs } from "./features/milestone/edit/goal-edit-container.js";
197
+ import { default as _s } from "./features/milestone/edit/milestone-edit-container.js";
198
+ import { default as hs } from "./features/milestone/milestone-list-container/milestone-list-container.js";
199
+ import { default as ks } from "./features/milestone/milestone-action-widget/milestone-action-widget.js";
200
+ import { default as Ns } from "./features/milestone/start/milestone-start.js";
201
+ import { default as Hs } from "./features/milestone/milestone-tests/tests-creation/tests-creation.js";
202
+ import { default as Ds } from "./features/milestone/milestone-resources/resources-assign/resources-assign.js";
203
+ import { ACHIEVEMENT_ACTIONS as ys, STAGES as gs } from "./features/milestone/outcome/milestone-outcome-constants.js";
204
+ import { invalidateMilestonesData as Us, useGetAllMilestonesdata as bs } from "./features/milestone/milestone-list-container/api/get-milestones.js";
205
+ import { invalidateTestHelpData as Ws, useGetTestHelpData as Vs } from "./features/milestone/milestone-list-container/api/get-tests-list.js";
206
+ import { invalidateMilestoneResources as Qs, useGetMilestoneResources as Ys } from "./features/milestone/milestone-list-container/api/get-milestone-resources.js";
207
+ import { default as Fs } from "./features/pointer-sync/pointer.js";
208
+ import { default as js } from "./features/pointer-sync/hooks/use-pointer-sync.js";
209
+ import { DigitalMeter as qs } from "./features/post-game-stats/digital-meter/digital-meter.js";
210
+ import { EPostGameStat as Xs } from "./features/post-game-stats/enums/post-game-stats-enum.js";
211
+ import { PostGameStats as el } from "./features/post-game-stats/post-game-stats.js";
212
+ import { default as rl } from "./features/sheet-tools/desmos-calculator/desmos-calculator.js";
213
+ import { default as al } from "./features/sheet-tools/tool-header/tool-header.js";
214
+ import { default as sl } from "./features/sheets/sheets-list/sheets-list.js";
215
+ import { default as pl } from "./features/sheets/reference-sheet/reference-sheet.js";
216
+ import { isV3Worksheet as ul, isV3WorksheetAttempt as xl } from "./features/sheets/utils/is-v3-worksheet.js";
217
+ import { COMPLETED_SHEET_STATE as nl, NODE_LABELS as cl, NODE_SUB_GROUP as Il, NODE_TYPE as il, PYTHON_NODE_TYPES as Tl, REWARDS_LIST as El, SHEET_ACTIONS as Sl, SHEET_ATTEMPT_LOCATION as Cl, SHEET_ATTEMPT_LOCATION_MAP as Al, SHEET_ATTEMPT_STATE as _l, SHEET_DATA_TYPE as Pl, SHEET_STATE as hl } from "./features/sheets/constants/sheet.js";
218
+ import { default as kl } from "./features/student-details/student-details.js";
219
+ import { default as Nl } from "./features/utils/load-script.js";
220
+ import { ACTION_BAR_HEIGHT as Hl, QUESTIONS_GAP as Rl, QUESTION_WIDTH as Dl, TOP_NAVIGATION_HEIGHT as Gl } from "./features/worksheet/worksheet/constants.js";
221
+ import { isOkayTypeQuestion as gl } from "./features/worksheet/worksheet/worksheet-helpers.js";
222
+ import { default as Ul } from "./features/worksheet/worksheet/worksheet-container.js";
223
+ import { default as vl } from "./features/worksheet/worksheet-preview/worksheet-preview.js";
224
+ import { default as Vl } from "./features/worksheet/worksheet/worksheet-permissions/sheet-locked.js";
225
+ import { default as Ql } from "./features/worksheet/worksheet/worksheet-permissions/error.js";
226
+ import { default as Kl } from "./features/worksheet/learnosity-preloader/learnosity-preloader.js";
227
+ import { default as Jl } from "./features/worksheet/learnosity-preloader/use-is-learnosity-loaded.js";
228
+ import { default as Zl } from "./features/worksheet/worksheet-preview/hooks/use-worksheet-layout.js";
229
+ import { default as zl } from "./features/maintenance/maintenance.js";
228
230
  export {
229
- Os as ACHIEVEMENT_ACTIONS,
230
- Lr as AccordionSection,
231
- us as AchievementNotShareReasonModal,
232
- ds as AchievementShareInstructionModal,
231
+ ys as ACHIEVEMENT_ACTIONS,
232
+ kr as AccordionSection,
233
+ cs as AchievementNotShareReasonModal,
234
+ is as AchievementShareInstructionModal,
233
235
  d as AlertIcon,
234
236
  Et as AppLoader,
235
237
  Yr as ArcButton,
@@ -238,195 +240,197 @@ export {
238
240
  Vt as Avatar,
239
241
  rr as Back2Icon,
240
242
  c as BackIcon,
241
- ff as BackgroundImage,
243
+ mf as BackgroundImage,
242
244
  E as Bin2Icon,
243
245
  i as BinIcon,
244
246
  h as Book2Icon,
245
247
  C as BookClosedIcon,
246
- P as BookIcon,
247
- L as BookmarkIcon,
248
- O as Bulb2Icon,
248
+ _ as BookIcon,
249
+ k as BookmarkIcon,
250
+ H as Bulb2Icon,
249
251
  N as BulbIcon,
250
- gr as Button,
251
- Za as CIRCLE_ONBOARDING_ANALYTICS_STEPS,
252
- ml as COMPLETED_SHEET_STATE,
252
+ Br as Button,
253
+ $a as CIRCLE_ACTION_IDS,
254
+ za as CIRCLE_ONBOARDING_ANALYTICS_STEPS,
255
+ nl as COMPLETED_SHEET_STATE,
253
256
  D as CalendarIcon,
254
- Ot as Callout,
257
+ Ht as Callout,
255
258
  pt as CascadingSelectInput,
256
259
  xa as Chapter,
257
- rs as ChapterClearanceConfirmationModal,
260
+ ss as ChapterClearanceConfirmationModal,
258
261
  na as ChaptersList,
259
262
  cr as ChatIcon,
260
- g as Check2Icon,
263
+ B as Check2Icon,
261
264
  y as CheckIcon,
262
265
  jr as CheckboxInput,
263
266
  qr as CheckboxInputList,
264
267
  pr as ChevronDownIcon,
265
268
  sr as ChevronLeftIcon,
266
269
  ar as ChevronRightIcon,
267
- Ha as CircleSoundKey,
270
+ Oa as CircleSoundKey,
268
271
  Ct as CircularLoader,
269
- sf as CircularSteps,
270
- Ur as Clickable,
271
- U as ClipboardIcon,
272
+ uf as CircularSteps,
273
+ br as Clickable,
274
+ b as ClipboardIcon,
272
275
  w as Clock2Icon,
273
276
  W as ClockIcon,
274
- qf as Coachmark,
277
+ es as Coachmark,
275
278
  Y as CodeIcon,
276
- Or as ContextMenu,
279
+ Hr as ContextMenu,
277
280
  F as CopyIcon,
278
281
  Dr as CountdownTimer,
279
282
  j as CrossIcon,
280
- Tf as CueCanvas,
281
- cf as CueCanvasController,
282
- df as CueCanvasProvider,
283
+ Af as CueCanvas,
284
+ Sf as CueCanvasController,
285
+ Tf as CueCanvasProvider,
283
286
  q as CueRocket,
284
287
  ir as CuemathLogo,
285
288
  X as DashArrowIcon,
286
- Xs as DesmosCalculator,
287
- Fs as DigitalMeter,
289
+ rl as DesmosCalculator,
290
+ qs as DigitalMeter,
288
291
  ee as DownIcon,
289
292
  re as DraftIcon,
290
293
  ae as DragIcon,
291
- Df as EClassTimeAlertLevel,
294
+ Bf as EClassTimeAlertLevel,
292
295
  Ga as ELeaderboardType,
293
- Ns as EPResourceAssign,
294
- js as EPostGameStat,
295
- kf as EVENTS,
296
+ Ds as EPResourceAssign,
297
+ Xs as EPostGameStat,
298
+ Of as EVENTS,
296
299
  pe as Edit2Icon,
297
300
  se as EditIcon,
298
- cs as EditMilestoneModal,
301
+ Es as EditMilestoneModal,
299
302
  ue as EditStarIcon,
300
303
  de as EraserIcon,
301
304
  Fr as Error,
302
- el as ExpandableHeader,
303
- Uf as ExtraPractice,
305
+ al as ExpandableHeader,
306
+ wf as ExtraPractice,
304
307
  ie as Eye2Icon,
305
308
  ce as EyeIcon,
306
309
  it as FlexView,
307
- _a as GAME_LAUNCHER_ASSET_PADDING,
308
- ka as GAME_LAUNCHER_SIZE,
310
+ Pa as GAME_LAUNCHER_ASSET_PADDING,
311
+ La as GAME_LAUNCHER_SIZE,
309
312
  ur as GameIcon,
310
- za as GameLauncher,
311
- es as GoalCreationConfirmationModal,
312
- ss as GoalDraftEdit,
313
- is as GoalEdit,
313
+ of as GameLauncher,
314
+ as as GoalCreationConfirmationModal,
315
+ us as GoalDraftEdit,
316
+ Cs as GoalEdit,
314
317
  at as GooglePlacesSearchInput,
315
318
  r as GradeSelector,
316
319
  Ee as HandIcon,
317
320
  Ce as HelpIcon,
318
- Pe as HighlighterIcon,
321
+ _e as HighlighterIcon,
319
322
  he as HomeIcon,
320
323
  s as ILLUSTRATIONS,
321
324
  p as IMAGES,
322
- Ja as IStatsToAwardErrorCode,
325
+ Za as IStatsToAwardErrorCode,
323
326
  Wr as IconButton,
324
- Le as ImageIcon,
325
- jf as IndicatorType,
326
- Oe as Info2Icon,
327
+ ke as ImageIcon,
328
+ Xf as IndicatorType,
329
+ He as Info2Icon,
327
330
  Ne as InfoIcon,
328
- wf as JOURNEY_ID_STUDENT,
329
- Ff as JourneyProvider,
331
+ Ff as JOURNEY_ID_STUDENT,
332
+ qf as JourneyProvider,
330
333
  u as LOTTIE,
331
334
  Ia as LPARChapter,
332
335
  Ta as LPARMilestoneChapter,
333
- tf as Leaderboard,
334
- Vl as LearnosityPreloader,
336
+ lf as Leaderboard,
337
+ Kl as LearnosityPreloader,
335
338
  De as LeftIcon,
336
- ge as Lock2Icon,
339
+ Be as Lock2Icon,
337
340
  ye as LockIcon,
338
- Jl as Maintenance,
339
- Ps as MilestoneActionWidget,
340
- as as MilestoneCreate,
341
- Es as MilestoneEdit,
342
- Cs as MilestoneList,
343
- ps as MilestoneOutcome,
344
- hs as MilestoneStart,
341
+ zl as Maintenance,
342
+ ks as MilestoneActionWidget,
343
+ ps as MilestoneCreate,
344
+ _s as MilestoneEdit,
345
+ hs as MilestoneList,
346
+ ds as MilestoneOutcome,
347
+ Ns as MilestoneStart,
345
348
  We as Minus2Icon,
346
- Ue as MinusIcon,
349
+ be as MinusIcon,
347
350
  we as MistakeIcon,
348
351
  Ye as Mobile,
349
352
  Fe as MoreVerticalIcon,
350
353
  ma as MultiTabBlocker,
351
- ul as NODE_LABELS,
352
- xl as NODE_SUB_GROUP,
353
- dl as NODE_TYPE,
354
+ cl as NODE_LABELS,
355
+ Il as NODE_SUB_GROUP,
356
+ il as NODE_TYPE,
354
357
  Er as Next2Icon,
355
358
  je as NextIcon,
356
359
  yr as Nudge,
357
360
  ut as NumRangeInput,
358
361
  oa as PLATFORM_EVENTS_STUDENT,
359
362
  ta as PLATFORM_EVENTS_TEACHER,
360
- nl as PYTHON_NODE_TYPES,
363
+ Tl as PYTHON_NODE_TYPES,
361
364
  qe as PencilIcon,
362
365
  dt as PercentileInput,
363
366
  $t as PerfectHits,
364
367
  ro as Play2Icon,
365
368
  eo as PlayIcon,
366
- Ka as PlayerType,
369
+ Ja as PlayerType,
367
370
  so as Plus2Icon,
368
371
  ao as PlusIcon,
369
372
  Xe as PointerIcon,
370
- qs as PostGameStats,
373
+ el as PostGameStats,
371
374
  po as PracticeIcon,
372
- Bl as PreviewWorksheet,
375
+ vl as PreviewWorksheet,
373
376
  uo as ProgressIcon,
374
- va as ProjectOutcome,
375
- Qa as ProjectType,
377
+ Va as ProjectOutcome,
378
+ Ka as ProjectType,
376
379
  no as QuestionIcon,
377
380
  Io as QuestionLetterIcon,
378
- cl as REWARDS_LIST,
379
- Pt as RadioCard,
381
+ El as REWARDS_LIST,
382
+ _t as RadioCard,
380
383
  Xr as RadioInput,
381
384
  To as RedoIcon,
382
- al as ReferenceSheet,
383
- ws as RemotePeerPointer,
385
+ pl as ReferenceSheet,
386
+ Fs as RemotePeerPointer,
384
387
  So as RightIcon,
385
388
  Ao as RulerIcon,
386
389
  Sa as SATSheetSummary,
387
- Il as SHEET_ACTIONS,
388
- il as SHEET_ATTEMPT_LOCATION,
389
- Tl as SHEET_ATTEMPT_LOCATION_MAP,
390
- El as SHEET_ATTEMPT_STATE,
391
- Sl as SHEET_DATA_TYPE,
392
- Cl as SHEET_STATE,
393
- Rs as STAGES,
390
+ Sl as SHEET_ACTIONS,
391
+ Cl as SHEET_ATTEMPT_LOCATION,
392
+ Al as SHEET_ATTEMPT_LOCATION_MAP,
393
+ _l as SHEET_ATTEMPT_STATE,
394
+ Pl as SHEET_DATA_TYPE,
395
+ hl as SHEET_STATE,
396
+ gs as STAGES,
394
397
  $o as ScribbleIcon,
395
- _o as SearchIcon,
398
+ Po as SearchIcon,
396
399
  rt as SearchableSelectInput,
397
400
  ht as SectionList,
398
401
  et as SelectInput,
399
402
  ct as SelectionCards,
400
403
  Zt as Separator,
401
- vl as SheetError,
402
- ko as SheetIcon,
403
- rl as SheetList,
404
- bl as SheetLocked,
405
- uf as SignUp,
404
+ Ql as SheetError,
405
+ Lo as SheetIcon,
406
+ sl as SheetList,
407
+ Vl as SheetLocked,
408
+ cf as SignUp,
406
409
  er as SketchIcon,
407
410
  Ro as Skip2Icon,
408
- Ho as SkipIcon,
409
- pf as SplashScreen,
411
+ Oo as SkipIcon,
412
+ df as SplashScreen,
410
413
  Go as Star2Icon,
411
414
  Mo as StarIcon,
412
415
  a as Stepper,
413
416
  Jt as StreakIcon,
414
- Bo as StrikedEyeIcon,
415
- Pl as StudentDetails,
416
- Xf as SubmitMilestoneModal,
417
- bo as SwitchIcon,
417
+ ga as StreakReductionLocalStorageUtil,
418
+ go as StrikedEyeIcon,
419
+ kl as StudentDetails,
420
+ rs as SubmitMilestoneModal,
421
+ Uo as SwitchIcon,
418
422
  Kt as TabComponent,
419
423
  Nt as Tag,
420
- gf as TalkMeter,
421
- Ls as TestsCreation,
422
- Lt as Text,
424
+ Wf as TalkMeter,
425
+ Hs as TestsCreation,
426
+ kt as Text,
423
427
  wr as TextButton,
424
428
  st as TextInput,
425
429
  vo as TickIcon,
426
430
  Qt as TimeLeftTimeline,
427
- Of as TrialSession,
431
+ yf as TrialSession,
428
432
  Vo as TrophyIcon,
429
- Ba as Tutorial,
433
+ Ua as Tutorial,
430
434
  dr as TutoringIcon,
431
435
  Dt as UIContext,
432
436
  Qo as UndoIcon,
@@ -436,45 +440,45 @@ export {
436
440
  Zo as UserIcon,
437
441
  zt as Video,
438
442
  fa as WHITELIST_EVENTS,
439
- Ll as WORKSHEET_ACTION_BAR_HEIGHT,
440
- Ml as WORKSHEET_QUESTIONS_GAP,
441
- Nl as WORKSHEET_QUESTION_WIDTH,
442
- Hl as WORKSHEET_TOP_NAVIGATION_HEIGHT,
443
- ba as WebView,
444
- Va as WebViewEvent,
445
- Gl as Worksheet,
443
+ Hl as WORKSHEET_ACTION_BAR_HEIGHT,
444
+ Rl as WORKSHEET_QUESTIONS_GAP,
445
+ Dl as WORKSHEET_QUESTION_WIDTH,
446
+ Gl as WORKSHEET_TOP_NAVIGATION_HEIGHT,
447
+ va as WebView,
448
+ Qa as WebViewEvent,
449
+ Ul as Worksheet,
446
450
  Aa as checkIfPPTNodeType,
447
451
  vt as getTheme,
448
- vs as invalidateMilestoneResources,
449
- Gs as invalidateMilestonesData,
450
- gs as invalidateTestHelpData,
451
- Rl as isOkayTypeQuestion,
452
- sl as isV3Worksheet,
453
- ll as isV3WorksheetAttempt,
454
- hl as loadScript,
455
- Wf as useAutoPlayPermission,
456
- Sf as useCanvasSyncBroker,
452
+ Qs as invalidateMilestoneResources,
453
+ Us as invalidateMilestonesData,
454
+ Ws as invalidateTestHelpData,
455
+ gl as isOkayTypeQuestion,
456
+ ul as isV3Worksheet,
457
+ xl as isV3WorksheetAttempt,
458
+ Nl as loadScript,
459
+ Yf as useAutoPlayPermission,
460
+ Pf as useCanvasSyncBroker,
457
461
  Ma as useCircleSounds,
458
- yf as useClassTimeAlerts,
459
- bt as useContextMenuClickHandler,
462
+ bf as useClassTimeAlerts,
463
+ Ut as useContextMenuClickHandler,
460
464
  hr as useForceReload,
461
- ys as useGetAllMilestonesdata,
462
- $a as useGetCircleHomeDetailsDal,
465
+ bs as useGetAllMilestonesdata,
466
+ tf as useGetCircleHomeDetailsDal,
463
467
  Ra as useGetLeaderboardDal,
464
- Ws as useGetMilestoneResources,
465
- bs as useGetTestHelpData,
466
- Mf as useInClassActionDispatcher,
467
- Nf as useInClassActionListener,
468
- Af as useInClassMessageBroker,
469
- Ql as useIsLearnosityLoaded,
468
+ Ys as useGetMilestoneResources,
469
+ Vs as useGetTestHelpData,
470
+ Rf as useInClassActionDispatcher,
471
+ Df as useInClassActionListener,
472
+ Lf as useInClassMessageBroker,
473
+ Jl as useIsLearnosityLoaded,
470
474
  la as useIsTabBlocked,
471
- Yf as useJourney,
472
- Ys as usePointerSync,
473
- of as usePostUpdateCircleJourneyDal,
474
- Bt as useTrackingContext,
475
- _f as useTrialSessionMessageBroker,
475
+ jf as useJourney,
476
+ js as usePointerSync,
477
+ ff as usePostUpdateCircleJourneyDal,
478
+ gt as useTrackingContext,
479
+ Mf as useTrialSessionMessageBroker,
476
480
  Gt as useUIContext,
477
- Kl as useWorksheetLayout,
478
- Pr as useZoomDisable
481
+ Zl as useWorksheetLayout,
482
+ _r as useZoomDisable
479
483
  };
480
484
  //# sourceMappingURL=index.js.map