@cuemath/leap 2.8.61-as17 → 2.8.61-as2

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 (59) hide show
  1. package/dist/assets/line-icons/icons/chevron-left.js.map +1 -1
  2. package/dist/assets/line-icons/icons/recap.js +3 -3
  3. package/dist/assets/line-icons/icons/recap.js.map +1 -1
  4. package/dist/assets/lottie/lottie.js +1 -9
  5. package/dist/assets/lottie/lottie.js.map +1 -1
  6. package/dist/features/chapters/chapters-list/chapter-item/chapter-item-styled.js +19 -20
  7. package/dist/features/chapters/chapters-list/chapter-item/chapter-item-styled.js.map +1 -1
  8. package/dist/features/chapters-v2/chapter-details/block-sections/block-section-view.js +25 -25
  9. package/dist/features/chapters-v2/chapter-details/block-sections/block-section-view.js.map +1 -1
  10. package/dist/features/chapters-v2/chapter-details/block-sections/block-sections.js +28 -32
  11. package/dist/features/chapters-v2/chapter-details/block-sections/block-sections.js.map +1 -1
  12. package/dist/features/chapters-v2/comps/node-card/student-actions/student-actions.js +78 -85
  13. package/dist/features/chapters-v2/comps/node-card/student-actions/student-actions.js.map +1 -1
  14. package/dist/features/chapters-v2/comps/node-card/teacher-actions/teacher-actions.js +90 -98
  15. package/dist/features/chapters-v2/comps/node-card/teacher-actions/teacher-actions.js.map +1 -1
  16. package/dist/features/chapters-v2/constants/node-constants.js +1 -0
  17. package/dist/features/chapters-v2/constants/node-constants.js.map +1 -1
  18. package/dist/features/chapters-v2/utils/node-card-utils.js +39 -77
  19. package/dist/features/chapters-v2/utils/node-card-utils.js.map +1 -1
  20. package/dist/features/communication/pub-sub/constants.js +2 -5
  21. package/dist/features/communication/pub-sub/constants.js.map +1 -1
  22. package/dist/features/homework/card-menu-options.js +44 -34
  23. package/dist/features/homework/card-menu-options.js.map +1 -1
  24. package/dist/features/homework/homework-card.js +227 -157
  25. package/dist/features/homework/homework-card.js.map +1 -1
  26. package/dist/features/homework/hw-card-list/api/get-homeworks.js +1 -1
  27. package/dist/features/homework/hw-card-list/api/get-homeworks.js.map +1 -1
  28. package/dist/features/homework/hw-card-list/hw-card-list.js +99 -176
  29. package/dist/features/homework/hw-card-list/hw-card-list.js.map +1 -1
  30. package/dist/features/homework/styles.js +31 -36
  31. package/dist/features/homework/styles.js.map +1 -1
  32. package/dist/features/milestone/milestone-list-container/milestone-list/milestone-widget/milestone-info.js +49 -48
  33. package/dist/features/milestone/milestone-list-container/milestone-list/milestone-widget/milestone-info.js.map +1 -1
  34. package/dist/features/milestone/milestone-list-container/milestone-list/milestone-widget/milestone-tabs/milestone-tabs.js +35 -36
  35. package/dist/features/milestone/milestone-list-container/milestone-list/milestone-widget/milestone-tabs/milestone-tabs.js.map +1 -1
  36. package/dist/features/milestone/milestone-tests/test-list-v2/test-list-view.js +38 -40
  37. package/dist/features/milestone/milestone-tests/test-list-v2/test-list-view.js.map +1 -1
  38. package/dist/features/sheet-v2/resource-list/resource-list.js +36 -25
  39. package/dist/features/sheet-v2/resource-list/resource-list.js.map +1 -1
  40. package/dist/index.d.ts +2 -40
  41. package/dist/index.js +379 -381
  42. package/dist/index.js.map +1 -1
  43. package/package.json +1 -1
  44. package/dist/assets/line-icons/icons/closed-eye.js +0 -23
  45. package/dist/assets/line-icons/icons/closed-eye.js.map +0 -1
  46. package/dist/features/homework/card-title.js +0 -21
  47. package/dist/features/homework/card-title.js.map +0 -1
  48. package/dist/features/homework/homework-card-view.js +0 -133
  49. package/dist/features/homework/homework-card-view.js.map +0 -1
  50. package/dist/features/homework/hw-card-list/hw-card-list-styled.js +0 -71
  51. package/dist/features/homework/hw-card-list/hw-card-list-styled.js.map +0 -1
  52. package/dist/static/competitive-arena.b9c40801.json +0 -1
  53. package/dist/static/learn.71b13323.json +0 -1
  54. package/dist/static/practice.158dd488.json +0 -1
  55. package/dist/static/project.eb665827.json +0 -1
  56. package/dist/static/puzzle.b298c7e4.json +0 -1
  57. package/dist/static/recap.0dd2c1e2.json +0 -1
  58. package/dist/static/test.803d6036.json +0 -1
  59. package/dist/static/video.b41451e2.json +0 -1
package/dist/index.js CHANGED
@@ -12,7 +12,7 @@ import { default as P } from "./assets/line-icons/icons/book-closed.js";
12
12
  import { default as h } from "./assets/line-icons/icons/book.js";
13
13
  import { default as L } from "./assets/line-icons/icons/book2.js";
14
14
  import { default as N } from "./assets/line-icons/icons/bookmark.js";
15
- import { default as R } from "./assets/line-icons/icons/bulb.js";
15
+ import { default as O } from "./assets/line-icons/icons/bulb.js";
16
16
  import { default as D } from "./assets/line-icons/icons/bulb2.js";
17
17
  import { default as y } from "./assets/line-icons/icons/calendar.js";
18
18
  import { default as B } from "./assets/line-icons/icons/check.js";
@@ -39,7 +39,7 @@ import { default as Pe } from "./assets/line-icons/icons/exclamation.js";
39
39
  import { default as he } from "./assets/line-icons/icons/hand.js";
40
40
  import { default as Le } from "./assets/line-icons/icons/help.js";
41
41
  import { default as Ne } from "./assets/line-icons/icons/highlighter.js";
42
- import { default as Re } from "./assets/line-icons/icons/home.js";
42
+ import { default as Oe } from "./assets/line-icons/icons/home.js";
43
43
  import { default as De } from "./assets/line-icons/icons/image.js";
44
44
  import { default as ye } from "./assets/line-icons/icons/info.js";
45
45
  import { default as Be } from "./assets/line-icons/icons/info2.js";
@@ -63,198 +63,197 @@ import { default as To } from "./assets/line-icons/icons/progress.js";
63
63
  import { default as Eo } from "./assets/line-icons/icons/puzzle.js";
64
64
  import { default as Ao } from "./assets/line-icons/icons/question.js";
65
65
  import { default as _o } from "./assets/line-icons/icons/question-letter.js";
66
- import { default as ko } from "./assets/line-icons/icons/recap.js";
67
- import { default as Mo } from "./assets/line-icons/icons/redo.js";
68
- import { default as Ho } from "./assets/line-icons/icons/right.js";
69
- import { default as Oo } from "./assets/line-icons/icons/ruler.js";
70
- import { default as Go } from "./assets/line-icons/icons/search.js";
71
- import { default as go } from "./assets/line-icons/icons/sheet.js";
72
- import { default as bo } from "./assets/line-icons/icons/star.js";
73
- import { default as vo } from "./assets/line-icons/icons/skip-colored.js";
74
- import { default as Vo } from "./assets/line-icons/icons/skip.js";
75
- import { default as Qo } from "./assets/line-icons/icons/skip2.js";
76
- import { default as Ko } from "./assets/line-icons/icons/star2.js";
77
- import { default as Jo } from "./assets/line-icons/icons/status.js";
78
- import { default as zo } from "./assets/line-icons/icons/striked-eye.js";
79
- import { default as qo } from "./assets/line-icons/icons/switch-icon.js";
80
- import { default as $o } from "./assets/line-icons/icons/testtube.js";
81
- import { default as or } from "./assets/line-icons/icons/tick.js";
82
- import { default as tr } from "./assets/line-icons/icons/trophy.js";
83
- import { default as fr } from "./assets/line-icons/icons/undo.js";
84
- import { default as lr } from "./assets/line-icons/icons/unlock.js";
85
- import { default as mr } from "./assets/line-icons/icons/up.js";
86
- import { default as xr } from "./assets/line-icons/icons/user.js";
87
- import { default as nr } from "./assets/line-icons/icons/user2.js";
88
- import { default as Ir, default as ir } from "./assets/line-icons/icons/sketch.js";
89
- import { default as Sr } from "./assets/line-icons/icons/back2.js";
90
- import { default as Cr } from "./assets/line-icons/icons/chevron-right.js";
91
- import { default as Pr } from "./assets/line-icons/icons/chevron-left.js";
92
- import { default as hr } from "./assets/line-icons/icons/chevron-down.js";
93
- import { default as Lr } from "./assets/line-icons/icons/game.js";
94
- import { default as Nr } from "./assets/line-icons/icons/tutoring.js";
95
- import { default as Rr } from "./assets/line-icons/icons/chat.js";
96
- import { default as Dr } from "./assets/line-icons/icons/cuemath-logo.js";
97
- import { default as yr } from "./assets/line-icons/icons/next2.js";
98
- import { AutoPlayPermissionProvider as Br } from "./features/hooks/use-auto-play-permission/use-auto-play-permission-context-provider.js";
99
- import { default as Ur } from "./features/hooks/use-zoom-disable.js";
100
- import { default as Wr } from "./features/hooks/use-force-reload.js";
101
- import { default as wr } from "./features/ui/accordion-section/accordion-section.js";
102
- import { default as Yr } from "./features/ui/arrow-tooltip/arrow-tooltip.js";
103
- import { default as Fr } from "./features/ui/context-menu/context-menu.js";
104
- import { default as jr } from "./features/ui/timers/countdown-timer/countdown-timer.js";
105
- import { default as Zr } from "./features/ui/nudge/nudge.js";
106
- import { default as Xr } from "./features/ui/buttons/button/button.js";
107
- import { default as et } from "./features/ui/buttons/clickable/clickable.js";
108
- import { default as rt } from "./features/ui/buttons/icon-button/icon-button.js";
109
- import { default as at } from "./features/ui/buttons/text-button/text-button.js";
110
- import { ArcButton as st } from "./features/ui/arc-button/arc-button.js";
111
- import { default as pt } from "./features/ui/error/error.js";
112
- import { default as ut } from "./features/ui/inputs/checkbox-input/checkbox-input.js";
113
- import { default as dt } from "./features/ui/inputs/checkbox-input-list/checkbox-input-list.js";
114
- import { default as ct } from "./features/ui/inputs/radio-input/radio-input.js";
115
- import { default as it } from "./features/ui/inputs/select-input/select-input.js";
116
- import { default as St } from "./features/ui/inputs/searchable-select-input/searchable-select-input.js";
117
- import { default as Ct } from "./features/ui/inputs/google-places-search-input/google-places-search-input.js";
118
- import { default as Pt } from "./features/ui/inputs/text-input/text-input.js";
119
- import { default as ht } from "./features/ui/inputs/cascading-select-input/cascading-select-input.js";
120
- import { default as Lt } from "./features/ui/inputs/num-range-input/num-range-input.js";
121
- import { default as Nt } from "./features/ui/inputs/percentile-input/percentile-input.js";
122
- import { default as Rt } from "./features/ui/selection-cards/selection-cards.js";
123
- import { default as Dt } from "./features/ui/layout/flex-view.js";
124
- import { default as yt } from "./features/ui/loader/app-loader/app-loader.js";
125
- import { CircularLoader as Bt } from "./features/ui/loader/circular-loader/circular-loader.js";
126
- import { default as Ut } from "./features/ui/radio-cards/radio-cards.js";
127
- import { default as Wt } from "./features/ui/section-list/section-list.js";
128
- import { default as wt } from "./features/ui/text/text.js";
129
- import { default as Yt } from "./features/ui/tag/tag.js";
130
- import { default as Ft } from "./features/ui/callout/callout.js";
131
- import { default as jt, useUIContext as zt } from "./features/ui/context/context.js";
132
- import { default as qt } from "./features/ui/context/use-tracking-context.js";
133
- import { default as $t } from "./features/ui/hooks/use-context-menu-click-handler.js";
134
- import { getTheme as oa } from "./features/ui/theme/get-theme.js";
135
- import { default as ta } from "./features/ui/avatar/avatar.js";
136
- import { default as fa } from "./features/ui/time-left-timeline/time-left-timeline.js";
137
- import { default as la } from "./features/ui/tab/tab.js";
138
- import { default as ma } from "./features/ui/streak-icon/streak-icon.js";
139
- import { default as xa } from "./features/ui/separator/separator.js";
140
- import { default as na } from "./features/ui/video/index.js";
141
- import { default as Ia } from "./features/ui/perfect-hits/perfect-hits.js";
142
- import { PLATFORM_EVENTS_STUDENT as Ta } from "./features/analytics-events/platform-events-student.js";
143
- import { PLATFORM_EVENTS_TEACHER as Ea } from "./features/analytics-events/platform-events-teacher.js";
144
- import { WHITELIST_EVENTS as Aa } from "./features/analytics-events/whitelist-events.js";
145
- import { default as _a } from "./features/blockers/multi-tab-blocker/use-is-tab-blocked.js";
146
- import { default as ka } from "./features/blockers/multi-tab-blocker/multi-tab-blocker.js";
147
- import { default as Ma } from "./features/chapters/chapter/chapter.js";
148
- import { default as Ha } from "./features/chapters/chapters-list/chapters-list.js";
149
- import { default as Oa } from "./features/chapters/lpar-chapter/lpar-chapter.js";
150
- import { default as Ga } from "./features/chapters/lpar-milestone-chapter/lpar-milestone-chapter.js";
151
- import { default as ga } from "./features/chapters/lpar-chapter/block-section/sat-sheet-item/sat-sheet-summary/sat-sheet-summary.js";
152
- import { checkIfPPTNodeType as ba } from "./features/chapters/lpar-chapter/utils/index.js";
153
- import { default as va } from "./features/chapters-v2/chapter-details/chapter-details.js";
154
- import { invalidateGetChapterDetails as Va } from "./features/chapters-v2/api/chapter.js";
155
- import { GAME_LAUNCHER_ASSET_PADDING as Qa } from "./features/circle-games/game-launcher/comps/segmented-game-card/constants.js";
156
- import { GAME_LAUNCHER_SIZE as Ka } from "./features/circle-games/game-launcher/comps/card-container/constants.js";
157
- import { useCircleSounds as Ja } from "./features/circle-games/hooks/use-circle-sounds/use-circle-sounds.js";
158
- import { CircleSoundKey as za } from "./features/circle-games/hooks/use-circle-sounds/use-circle-sounds-enums.js";
159
- import { useGetLeaderboardDal as qa } from "./features/circle-games/leaderboard/dal/use-get-leaderboard-dal/use-get-leaderboard-dal.js";
160
- import { ELeaderboardType as $a } from "./features/circle-games/leaderboard/enums/leaderboard-type-enum.js";
161
- import { StreakReductionLocalStorageUtil as of } from "./features/circle-games/utils/streak-reduction-localstorage-util.js";
162
- import { Tutorial as tf } from "./features/circle-games/games/tutorial/tutorial.js";
163
- import { WebView as ff } from "./features/circle-games/games/web-view/web-view.js";
164
- import { ProjectOutcome as lf } from "./features/circle-games/games/web-view/enums/project-outcomes-enum.js";
165
- import { WebViewEvent as mf } from "./features/circle-games/games/web-view/enums/web-view-events-enum.js";
166
- import { ProjectType as xf } from "./features/circle-games/games/web-view/enums/project-type-enum.js";
167
- import { PlayerType as nf } from "./features/circle-games/games/web-view/enums/player-type-enum.js";
168
- import { IStatsToAwardErrorCode as If } from "./features/circle-games/games/web-view/web-view-types.js";
169
- import { CIRCLE_ONBOARDING_ANALYTICS_STEPS as Sf } from "./features/circle-games/enum/circle-onboarding-steps.js";
170
- import { CIRCLE_ACTION_IDS as Cf } from "./features/circle-games/enum/circle-action-ids.js";
171
- import { GameLauncher as Pf } from "./features/circle-games/game-launcher/game-launcher.js";
172
- import { useGetCircleHomeDetailsDal as hf } from "./features/circle-games/game-launcher/dal/use-get-circle-home-details-dal/use-get-circle-home-details-dal.js";
173
- import { usePostUpdateCircleJourneyDal as Lf } from "./features/circle-games/game-launcher/dal/use-post-update-circle-journey-dal/use-post-update-circle-journey-dal.js";
174
- import { Leaderboard as Nf } from "./features/circle-games/leaderboard/leaderboard.js";
175
- import { BackgroundImage as Rf, CircularSteps as Of } from "./features/circle-games/sign-up/comp/circular-steps/circular-steps.js";
176
- import { SplashScreen as Gf } from "./features/circle-games/sign-up/comp/splash-screen/splash-screen.js";
177
- import { SignUp as gf } from "./features/circle-games/sign-up/sign-up.js";
178
- import { default as bf } from "./features/cue-canvas/cue-canvas-provider.js";
179
- import { default as vf } from "./features/cue-canvas/toolbar/toolbar.js";
180
- import { default as Vf } from "./features/cue-canvas/cue-canvas.js";
181
- import { default as Qf } from "./features/cue-canvas/hooks/use-canvas-sync-broker.js";
182
- import { default as Kf } from "./features/communication/hooks/use-inclass-message-broker/use-inclass-message-broker.js";
183
- import { default as Jf } from "./features/communication/hooks/use-trial-session-message-broker/use-trial-session-message-broker.js";
184
- import { EVENTS as zf } from "./features/communication/pub-sub/constants.js";
185
- import { useInClassActionDispatcher as qf, useInClassActionListener as Xf } from "./features/communication/pub-sub/hooks.js";
186
- import { default as es } from "./features/trial-session/trial-session.js";
187
- import { EClassTimeAlertLevel as rs } from "./features/trial-session/trial-session-types.js";
188
- import { useClassTimeAlerts as as } from "./features/trial-session/hooks/use-class-time-alerts.js";
189
- import { default as ss } from "./features/talk-meter/talk-meter.js";
190
- import { default as ps } from "./features/extra-practice/extra-practice.js";
191
- import { useAutoPlayPermission as us } from "./features/hooks/use-auto-play-permission/use-auto-play-permission.js";
192
- import { JOURNEY_ID_STUDENT as ds } from "./features/journey/journey-id/journey-id-student.js";
193
- import { useJourney as cs } from "./features/journey/use-journey/use-journey.js";
194
- import { JourneyProvider as is } from "./features/journey/use-journey/journey-context-provider.js";
195
- import { IndicatorType as Ss } from "./features/journey/use-journey/constants.js";
196
- import { Coachmark as Cs } from "./features/journey/comps/coachmark/coachmark.js";
197
- import { default as Ps } from "./features/milestone/create/submit-modal/submit-modal.js";
198
- import { default as hs } from "./features/milestone/create/comps/confirmation-modals/goal-creation-confirmation.js";
199
- import { default as Ls } from "./features/milestone/create/comps/confirmation-modals/chapter-clearance-confirmation.js";
200
- import { default as Ns } from "./features/milestone/create/milestone-create-container.js";
201
- import { default as Rs } from "./features/milestone/edit/goal-drafts/goal-draft-edit-container.js";
202
- import { default as Ds } from "./features/milestone/outcome/milestone-outcome-container.js";
203
- import { default as ys } from "./features/milestone/outcome/comps/achievement/reason-submit-modal.js";
204
- import { default as Bs } from "./features/milestone/outcome/comps/achievement/share-instructions-modal.js";
205
- import { default as Us } from "./features/milestone/edit/comps/edit-milestone-modal/index.js";
206
- import { default as Ws } from "./features/milestone/edit/goal-edit-container.js";
207
- import { default as ws } from "./features/milestone/edit/milestone-edit-container.js";
208
- import { default as Ys } from "./features/milestone/milestone-list-container/milestone-list-container.js";
209
- import { default as Fs } from "./features/milestone/milestone-action-widget/milestone-action-widget.js";
210
- import { default as js } from "./features/milestone/start/milestone-start.js";
211
- import { default as Zs } from "./features/milestone/milestone-tests/tests-creation/tests-creation.js";
212
- import { default as Xs } from "./features/milestone/milestone-resources/resources-assign/resources-assign.js";
213
- import { ACHIEVEMENT_ACTIONS as el, STAGES as ol } from "./features/milestone/outcome/milestone-outcome-constants.js";
214
- import { invalidateMilestonesData as tl, useGetAllMilestonesdata as al } from "./features/milestone/milestone-list-container/api/get-milestones.js";
215
- import { invalidateTestHelpData as sl, useGetTestHelpData as ll } from "./features/milestone/milestone-list-container/api/get-tests-list.js";
216
- import { invalidateMilestoneResources as ml, useGetMilestoneResources as ul } from "./features/milestone/milestone-list-container/api/get-milestone-resources.js";
217
- import { default as dl } from "./features/pointer-sync/pointer.js";
218
- import { default as cl } from "./features/pointer-sync/hooks/use-pointer-sync.js";
219
- import { DigitalMeter as il } from "./features/post-game-stats/digital-meter/digital-meter.js";
220
- import { EPostGameStat as Sl } from "./features/post-game-stats/enums/post-game-stats-enum.js";
221
- import { PostGameStats as Cl } from "./features/post-game-stats/post-game-stats.js";
222
- import { default as Pl } from "./features/sheet-tools/desmos-calculator/desmos-calculator.js";
223
- import { default as hl } from "./features/sheet-tools/tool-header/tool-header.js";
224
- import { default as Ll } from "./features/sheets/sheets-list/sheets-list.js";
225
- import { default as Nl } from "./features/sheets/reference-sheet/reference-sheet.js";
226
- import { isV3Worksheet as Rl, isV3WorksheetAttempt as Ol } from "./features/sheets/utils/is-v3-worksheet.js";
227
- import { COMPLETED_SHEET_STATE as Gl, NODE_LABELS as yl, NODE_SUB_GROUP as gl, NODE_TYPE as Bl, PYTHON_NODE_TYPES as bl, REWARDS_LIST as Ul, SHEET_ACTIONS as vl, SHEET_ATTEMPT_LOCATION as Wl, SHEET_ATTEMPT_LOCATION_MAP as Vl, SHEET_ATTEMPT_STATE as wl, SHEET_DATA_TYPE as Ql, SHEET_STATE as Yl } from "./features/sheets/constants/sheet.js";
228
- import { default as Fl } from "./features/student-details/student-details.js";
229
- import { default as jl } from "./features/utils/load-script.js";
230
- import { ACTION_BAR_HEIGHT as Zl, QUESTIONS_GAP as ql, QUESTION_WIDTH as Xl, TOP_NAVIGATION_HEIGHT as $l } from "./features/worksheet/worksheet/constants.js";
231
- import { isOkayTypeQuestion as op } from "./features/worksheet/worksheet/worksheet-helpers.js";
232
- import { default as tp } from "./features/worksheet/worksheet/worksheet-container.js";
233
- import { default as fp } from "./features/worksheet/worksheet-preview/worksheet-preview.js";
234
- import { default as lp } from "./features/worksheet/worksheet/worksheet-permissions/sheet-locked.js";
235
- import { default as mp } from "./features/worksheet/worksheet/worksheet-permissions/error.js";
236
- import { default as xp } from "./features/worksheet/learnosity-preloader/learnosity-preloader.js";
237
- import { default as np } from "./features/worksheet/learnosity-preloader/use-is-learnosity-loaded.js";
238
- import { default as Ip } from "./features/worksheet/worksheet-preview/hooks/use-worksheet-layout.js";
239
- import { default as Tp } from "./features/maintenance/maintenance.js";
240
- import { default as Ep } from "./features/recent-chapters/recent-chapters.js";
241
- import { default as Ap } from "./features/homework/hw-card-list/hw-card-list.js";
242
- import { invalidateHomeworks as _p } from "./features/homework/hw-card-list/api/get-homeworks.js";
66
+ import { default as ko } from "./assets/line-icons/icons/redo.js";
67
+ import { default as Mo } from "./assets/line-icons/icons/right.js";
68
+ import { default as Ho } from "./assets/line-icons/icons/ruler.js";
69
+ import { default as Ro } from "./assets/line-icons/icons/search.js";
70
+ import { default as Go } from "./assets/line-icons/icons/sheet.js";
71
+ import { default as go } from "./assets/line-icons/icons/star.js";
72
+ import { default as bo } from "./assets/line-icons/icons/skip-colored.js";
73
+ import { default as vo } from "./assets/line-icons/icons/skip.js";
74
+ import { default as Vo } from "./assets/line-icons/icons/skip2.js";
75
+ import { default as Qo } from "./assets/line-icons/icons/star2.js";
76
+ import { default as Ko } from "./assets/line-icons/icons/status.js";
77
+ import { default as Jo } from "./assets/line-icons/icons/striked-eye.js";
78
+ import { default as zo } from "./assets/line-icons/icons/switch-icon.js";
79
+ import { default as qo } from "./assets/line-icons/icons/testtube.js";
80
+ import { default as $o } from "./assets/line-icons/icons/tick.js";
81
+ import { default as or } from "./assets/line-icons/icons/trophy.js";
82
+ import { default as tr } from "./assets/line-icons/icons/undo.js";
83
+ import { default as fr } from "./assets/line-icons/icons/unlock.js";
84
+ import { default as lr } from "./assets/line-icons/icons/up.js";
85
+ import { default as mr } from "./assets/line-icons/icons/user.js";
86
+ import { default as xr } from "./assets/line-icons/icons/user2.js";
87
+ import { default as nr, default as cr } from "./assets/line-icons/icons/sketch.js";
88
+ import { default as ir } from "./assets/line-icons/icons/back2.js";
89
+ import { default as Sr } from "./assets/line-icons/icons/chevron-right.js";
90
+ import { default as Cr } from "./assets/line-icons/icons/chevron-left.js";
91
+ import { default as Pr } from "./assets/line-icons/icons/chevron-down.js";
92
+ import { default as hr } from "./assets/line-icons/icons/game.js";
93
+ import { default as Lr } from "./assets/line-icons/icons/tutoring.js";
94
+ import { default as Nr } from "./assets/line-icons/icons/chat.js";
95
+ import { default as Or } from "./assets/line-icons/icons/cuemath-logo.js";
96
+ import { default as Dr } from "./assets/line-icons/icons/next2.js";
97
+ import { AutoPlayPermissionProvider as yr } from "./features/hooks/use-auto-play-permission/use-auto-play-permission-context-provider.js";
98
+ import { default as Br } from "./features/hooks/use-zoom-disable.js";
99
+ import { default as Ur } from "./features/hooks/use-force-reload.js";
100
+ import { default as Wr } from "./features/ui/accordion-section/accordion-section.js";
101
+ import { default as wr } from "./features/ui/arrow-tooltip/arrow-tooltip.js";
102
+ import { default as Yr } from "./features/ui/context-menu/context-menu.js";
103
+ import { default as Fr } from "./features/ui/timers/countdown-timer/countdown-timer.js";
104
+ import { default as jr } from "./features/ui/nudge/nudge.js";
105
+ import { default as Zr } from "./features/ui/buttons/button/button.js";
106
+ import { default as Xr } from "./features/ui/buttons/clickable/clickable.js";
107
+ import { default as et } from "./features/ui/buttons/icon-button/icon-button.js";
108
+ import { default as rt } from "./features/ui/buttons/text-button/text-button.js";
109
+ import { ArcButton as at } from "./features/ui/arc-button/arc-button.js";
110
+ import { default as st } from "./features/ui/error/error.js";
111
+ import { default as pt } from "./features/ui/inputs/checkbox-input/checkbox-input.js";
112
+ import { default as ut } from "./features/ui/inputs/checkbox-input-list/checkbox-input-list.js";
113
+ import { default as dt } from "./features/ui/inputs/radio-input/radio-input.js";
114
+ import { default as ct } from "./features/ui/inputs/select-input/select-input.js";
115
+ import { default as it } from "./features/ui/inputs/searchable-select-input/searchable-select-input.js";
116
+ import { default as St } from "./features/ui/inputs/google-places-search-input/google-places-search-input.js";
117
+ import { default as Ct } from "./features/ui/inputs/text-input/text-input.js";
118
+ import { default as Pt } from "./features/ui/inputs/cascading-select-input/cascading-select-input.js";
119
+ import { default as ht } from "./features/ui/inputs/num-range-input/num-range-input.js";
120
+ import { default as Lt } from "./features/ui/inputs/percentile-input/percentile-input.js";
121
+ import { default as Nt } from "./features/ui/selection-cards/selection-cards.js";
122
+ import { default as Ot } from "./features/ui/layout/flex-view.js";
123
+ import { default as Dt } from "./features/ui/loader/app-loader/app-loader.js";
124
+ import { CircularLoader as yt } from "./features/ui/loader/circular-loader/circular-loader.js";
125
+ import { default as Bt } from "./features/ui/radio-cards/radio-cards.js";
126
+ import { default as Ut } from "./features/ui/section-list/section-list.js";
127
+ import { default as Wt } from "./features/ui/text/text.js";
128
+ import { default as wt } from "./features/ui/tag/tag.js";
129
+ import { default as Yt } from "./features/ui/callout/callout.js";
130
+ import { default as Ft, useUIContext as Jt } from "./features/ui/context/context.js";
131
+ import { default as zt } from "./features/ui/context/use-tracking-context.js";
132
+ import { default as qt } from "./features/ui/hooks/use-context-menu-click-handler.js";
133
+ import { getTheme as $t } from "./features/ui/theme/get-theme.js";
134
+ import { default as oa } from "./features/ui/avatar/avatar.js";
135
+ import { default as ta } from "./features/ui/time-left-timeline/time-left-timeline.js";
136
+ import { default as fa } from "./features/ui/tab/tab.js";
137
+ import { default as la } from "./features/ui/streak-icon/streak-icon.js";
138
+ import { default as ma } from "./features/ui/separator/separator.js";
139
+ import { default as xa } from "./features/ui/video/index.js";
140
+ import { default as na } from "./features/ui/perfect-hits/perfect-hits.js";
141
+ import { PLATFORM_EVENTS_STUDENT as Ia } from "./features/analytics-events/platform-events-student.js";
142
+ import { PLATFORM_EVENTS_TEACHER as Ta } from "./features/analytics-events/platform-events-teacher.js";
143
+ import { WHITELIST_EVENTS as Ea } from "./features/analytics-events/whitelist-events.js";
144
+ import { default as Aa } from "./features/blockers/multi-tab-blocker/use-is-tab-blocked.js";
145
+ import { default as _a } from "./features/blockers/multi-tab-blocker/multi-tab-blocker.js";
146
+ import { default as ka } from "./features/chapters/chapter/chapter.js";
147
+ import { default as Ma } from "./features/chapters/chapters-list/chapters-list.js";
148
+ import { default as Ha } from "./features/chapters/lpar-chapter/lpar-chapter.js";
149
+ import { default as Ra } from "./features/chapters/lpar-milestone-chapter/lpar-milestone-chapter.js";
150
+ import { default as Ga } from "./features/chapters/lpar-chapter/block-section/sat-sheet-item/sat-sheet-summary/sat-sheet-summary.js";
151
+ import { checkIfPPTNodeType as ga } from "./features/chapters/lpar-chapter/utils/index.js";
152
+ import { default as ba } from "./features/chapters-v2/chapter-details/chapter-details.js";
153
+ import { invalidateGetChapterDetails as va } from "./features/chapters-v2/api/chapter.js";
154
+ import { GAME_LAUNCHER_ASSET_PADDING as Va } from "./features/circle-games/game-launcher/comps/segmented-game-card/constants.js";
155
+ import { GAME_LAUNCHER_SIZE as Qa } from "./features/circle-games/game-launcher/comps/card-container/constants.js";
156
+ import { useCircleSounds as Ka } from "./features/circle-games/hooks/use-circle-sounds/use-circle-sounds.js";
157
+ import { CircleSoundKey as Ja } from "./features/circle-games/hooks/use-circle-sounds/use-circle-sounds-enums.js";
158
+ import { useGetLeaderboardDal as za } from "./features/circle-games/leaderboard/dal/use-get-leaderboard-dal/use-get-leaderboard-dal.js";
159
+ import { ELeaderboardType as qa } from "./features/circle-games/leaderboard/enums/leaderboard-type-enum.js";
160
+ import { StreakReductionLocalStorageUtil as $a } from "./features/circle-games/utils/streak-reduction-localstorage-util.js";
161
+ import { Tutorial as of } from "./features/circle-games/games/tutorial/tutorial.js";
162
+ import { WebView as tf } from "./features/circle-games/games/web-view/web-view.js";
163
+ import { ProjectOutcome as ff } from "./features/circle-games/games/web-view/enums/project-outcomes-enum.js";
164
+ import { WebViewEvent as lf } from "./features/circle-games/games/web-view/enums/web-view-events-enum.js";
165
+ import { ProjectType as mf } from "./features/circle-games/games/web-view/enums/project-type-enum.js";
166
+ import { PlayerType as xf } from "./features/circle-games/games/web-view/enums/player-type-enum.js";
167
+ import { IStatsToAwardErrorCode as nf } from "./features/circle-games/games/web-view/web-view-types.js";
168
+ import { CIRCLE_ONBOARDING_ANALYTICS_STEPS as If } from "./features/circle-games/enum/circle-onboarding-steps.js";
169
+ import { CIRCLE_ACTION_IDS as Sf } from "./features/circle-games/enum/circle-action-ids.js";
170
+ import { GameLauncher as Cf } from "./features/circle-games/game-launcher/game-launcher.js";
171
+ import { useGetCircleHomeDetailsDal as Pf } from "./features/circle-games/game-launcher/dal/use-get-circle-home-details-dal/use-get-circle-home-details-dal.js";
172
+ import { usePostUpdateCircleJourneyDal as hf } from "./features/circle-games/game-launcher/dal/use-post-update-circle-journey-dal/use-post-update-circle-journey-dal.js";
173
+ import { Leaderboard as Lf } from "./features/circle-games/leaderboard/leaderboard.js";
174
+ import { BackgroundImage as Nf, CircularSteps as Hf } from "./features/circle-games/sign-up/comp/circular-steps/circular-steps.js";
175
+ import { SplashScreen as Rf } from "./features/circle-games/sign-up/comp/splash-screen/splash-screen.js";
176
+ import { SignUp as Gf } from "./features/circle-games/sign-up/sign-up.js";
177
+ import { default as gf } from "./features/cue-canvas/cue-canvas-provider.js";
178
+ import { default as bf } from "./features/cue-canvas/toolbar/toolbar.js";
179
+ import { default as vf } from "./features/cue-canvas/cue-canvas.js";
180
+ import { default as Vf } from "./features/cue-canvas/hooks/use-canvas-sync-broker.js";
181
+ import { default as Qf } from "./features/communication/hooks/use-inclass-message-broker/use-inclass-message-broker.js";
182
+ import { default as Kf } from "./features/communication/hooks/use-trial-session-message-broker/use-trial-session-message-broker.js";
183
+ import { EVENTS as Jf } from "./features/communication/pub-sub/constants.js";
184
+ import { useInClassActionDispatcher as zf, useInClassActionListener as Zf } from "./features/communication/pub-sub/hooks.js";
185
+ import { default as Xf } from "./features/trial-session/trial-session.js";
186
+ import { EClassTimeAlertLevel as es } from "./features/trial-session/trial-session-types.js";
187
+ import { useClassTimeAlerts as rs } from "./features/trial-session/hooks/use-class-time-alerts.js";
188
+ import { default as as } from "./features/talk-meter/talk-meter.js";
189
+ import { default as ss } from "./features/extra-practice/extra-practice.js";
190
+ import { useAutoPlayPermission as ps } from "./features/hooks/use-auto-play-permission/use-auto-play-permission.js";
191
+ import { JOURNEY_ID_STUDENT as us } from "./features/journey/journey-id/journey-id-student.js";
192
+ import { useJourney as ds } from "./features/journey/use-journey/use-journey.js";
193
+ import { JourneyProvider as cs } from "./features/journey/use-journey/journey-context-provider.js";
194
+ import { IndicatorType as is } from "./features/journey/use-journey/constants.js";
195
+ import { Coachmark as Ss } from "./features/journey/comps/coachmark/coachmark.js";
196
+ import { default as Cs } from "./features/milestone/create/submit-modal/submit-modal.js";
197
+ import { default as Ps } from "./features/milestone/create/comps/confirmation-modals/goal-creation-confirmation.js";
198
+ import { default as hs } from "./features/milestone/create/comps/confirmation-modals/chapter-clearance-confirmation.js";
199
+ import { default as Ls } from "./features/milestone/create/milestone-create-container.js";
200
+ import { default as Ns } from "./features/milestone/edit/goal-drafts/goal-draft-edit-container.js";
201
+ import { default as Os } from "./features/milestone/outcome/milestone-outcome-container.js";
202
+ import { default as Ds } from "./features/milestone/outcome/comps/achievement/reason-submit-modal.js";
203
+ import { default as ys } from "./features/milestone/outcome/comps/achievement/share-instructions-modal.js";
204
+ import { default as Bs } from "./features/milestone/edit/comps/edit-milestone-modal/index.js";
205
+ import { default as Us } from "./features/milestone/edit/goal-edit-container.js";
206
+ import { default as Ws } from "./features/milestone/edit/milestone-edit-container.js";
207
+ import { default as ws } from "./features/milestone/milestone-list-container/milestone-list-container.js";
208
+ import { default as Ys } from "./features/milestone/milestone-action-widget/milestone-action-widget.js";
209
+ import { default as Fs } from "./features/milestone/start/milestone-start.js";
210
+ import { default as js } from "./features/milestone/milestone-tests/tests-creation/tests-creation.js";
211
+ import { default as Zs } from "./features/milestone/milestone-resources/resources-assign/resources-assign.js";
212
+ import { ACHIEVEMENT_ACTIONS as Xs, STAGES as $s } from "./features/milestone/outcome/milestone-outcome-constants.js";
213
+ import { invalidateMilestonesData as ol, useGetAllMilestonesdata as rl } from "./features/milestone/milestone-list-container/api/get-milestones.js";
214
+ import { invalidateTestHelpData as al, useGetTestHelpData as fl } from "./features/milestone/milestone-list-container/api/get-tests-list.js";
215
+ import { invalidateMilestoneResources as ll, useGetMilestoneResources as pl } from "./features/milestone/milestone-list-container/api/get-milestone-resources.js";
216
+ import { default as ul } from "./features/pointer-sync/pointer.js";
217
+ import { default as dl } from "./features/pointer-sync/hooks/use-pointer-sync.js";
218
+ import { DigitalMeter as cl } from "./features/post-game-stats/digital-meter/digital-meter.js";
219
+ import { EPostGameStat as il } from "./features/post-game-stats/enums/post-game-stats-enum.js";
220
+ import { PostGameStats as Sl } from "./features/post-game-stats/post-game-stats.js";
221
+ import { default as Cl } from "./features/sheet-tools/desmos-calculator/desmos-calculator.js";
222
+ import { default as Pl } from "./features/sheet-tools/tool-header/tool-header.js";
223
+ import { default as hl } from "./features/sheets/sheets-list/sheets-list.js";
224
+ import { default as Ll } from "./features/sheets/reference-sheet/reference-sheet.js";
225
+ import { isV3Worksheet as Nl, isV3WorksheetAttempt as Hl } from "./features/sheets/utils/is-v3-worksheet.js";
226
+ import { COMPLETED_SHEET_STATE as Rl, NODE_LABELS as Dl, NODE_SUB_GROUP as Gl, NODE_TYPE as yl, PYTHON_NODE_TYPES as gl, REWARDS_LIST as Bl, SHEET_ACTIONS as bl, SHEET_ATTEMPT_LOCATION as Ul, SHEET_ATTEMPT_LOCATION_MAP as vl, SHEET_ATTEMPT_STATE as Wl, SHEET_DATA_TYPE as Vl, SHEET_STATE as wl } from "./features/sheets/constants/sheet.js";
227
+ import { default as Yl } from "./features/student-details/student-details.js";
228
+ import { default as Fl } from "./features/utils/load-script.js";
229
+ import { ACTION_BAR_HEIGHT as jl, QUESTIONS_GAP as zl, QUESTION_WIDTH as Zl, TOP_NAVIGATION_HEIGHT as ql } from "./features/worksheet/worksheet/constants.js";
230
+ import { isOkayTypeQuestion as $l } from "./features/worksheet/worksheet/worksheet-helpers.js";
231
+ import { default as op } from "./features/worksheet/worksheet/worksheet-container.js";
232
+ import { default as tp } from "./features/worksheet/worksheet-preview/worksheet-preview.js";
233
+ import { default as fp } from "./features/worksheet/worksheet/worksheet-permissions/sheet-locked.js";
234
+ import { default as lp } from "./features/worksheet/worksheet/worksheet-permissions/error.js";
235
+ import { default as mp } from "./features/worksheet/learnosity-preloader/learnosity-preloader.js";
236
+ import { default as xp } from "./features/worksheet/learnosity-preloader/use-is-learnosity-loaded.js";
237
+ import { default as np } from "./features/worksheet/worksheet-preview/hooks/use-worksheet-layout.js";
238
+ import { default as Ip } from "./features/maintenance/maintenance.js";
239
+ import { default as Tp } from "./features/recent-chapters/recent-chapters.js";
240
+ import { default as Ep } from "./features/homework/hw-card-list/hw-card-list.js";
241
+ import { invalidateHomeworks as Ap } from "./features/homework/hw-card-list/api/get-homeworks.js";
243
242
  export {
244
- el as ACHIEVEMENT_ACTIONS,
245
- wr as AccordionSection,
246
- ys as AchievementNotShareReasonModal,
247
- Bs as AchievementShareInstructionModal,
243
+ Xs as ACHIEVEMENT_ACTIONS,
244
+ Wr as AccordionSection,
245
+ Ds as AchievementNotShareReasonModal,
246
+ ys as AchievementShareInstructionModal,
248
247
  d as AlarmIcon,
249
248
  c as AlertIcon,
250
- yt as AppLoader,
251
- st as ArcButton,
252
- Yr as ArrowTooltip,
253
- Br as AutoPlayPermissionProvider,
254
- ta as Avatar,
255
- Sr as Back2Icon,
249
+ Dt as AppLoader,
250
+ at as ArcButton,
251
+ wr as ArrowTooltip,
252
+ yr as AutoPlayPermissionProvider,
253
+ oa as Avatar,
254
+ ir as Back2Icon,
256
255
  i as BackIcon,
257
- Rf as BackgroundImage,
256
+ Nf as BackgroundImage,
258
257
  C as Bin2Icon,
259
258
  S as BinIcon,
260
259
  L as Book2Icon,
@@ -262,249 +261,248 @@ export {
262
261
  h as BookIcon,
263
262
  N as BookmarkIcon,
264
263
  D as Bulb2Icon,
265
- R as BulbIcon,
266
- Xr as Button,
267
- Cf as CIRCLE_ACTION_IDS,
268
- Sf as CIRCLE_ONBOARDING_ANALYTICS_STEPS,
269
- Gl as COMPLETED_SHEET_STATE,
264
+ O as BulbIcon,
265
+ Zr as Button,
266
+ Sf as CIRCLE_ACTION_IDS,
267
+ If as CIRCLE_ONBOARDING_ANALYTICS_STEPS,
268
+ Rl as COMPLETED_SHEET_STATE,
270
269
  y as CalendarIcon,
271
- Ft as Callout,
272
- ht as CascadingSelectInput,
273
- Ma as Chapter,
274
- Ls as ChapterClearanceConfirmationModal,
275
- va as ChapterDetails,
276
- Ha as ChaptersList,
277
- Rr as ChatIcon,
270
+ Yt as Callout,
271
+ Pt as CascadingSelectInput,
272
+ ka as Chapter,
273
+ hs as ChapterClearanceConfirmationModal,
274
+ ba as ChapterDetails,
275
+ Ma as ChaptersList,
276
+ Nr as ChatIcon,
278
277
  U as Check2Icon,
279
278
  B as CheckIcon,
280
- ut as CheckboxInput,
281
- dt as CheckboxInputList,
282
- hr as ChevronDownIcon,
283
- Pr as ChevronLeftIcon,
284
- Cr as ChevronRightIcon,
285
- za as CircleSoundKey,
286
- Bt as CircularLoader,
287
- Of as CircularSteps,
288
- et as Clickable,
279
+ pt as CheckboxInput,
280
+ ut as CheckboxInputList,
281
+ Pr as ChevronDownIcon,
282
+ Cr as ChevronLeftIcon,
283
+ Sr as ChevronRightIcon,
284
+ Ja as CircleSoundKey,
285
+ yt as CircularLoader,
286
+ Hf as CircularSteps,
287
+ Xr as Clickable,
289
288
  W as ClipboardIcon,
290
289
  Y as Clock2Icon,
291
290
  w as ClockIcon,
292
- Cs as Coachmark,
291
+ Ss as Coachmark,
293
292
  F as CodeIcon,
294
- Fr as ContextMenu,
293
+ Yr as ContextMenu,
295
294
  j as CopyIcon,
296
- jr as CountdownTimer,
295
+ Fr as CountdownTimer,
297
296
  Z as CrossIcon,
298
- Vf as CueCanvas,
299
- vf as CueCanvasController,
300
- bf as CueCanvasProvider,
297
+ vf as CueCanvas,
298
+ bf as CueCanvasController,
299
+ gf as CueCanvasProvider,
301
300
  X as CueRocket,
302
- Dr as CuemathLogo,
301
+ Or as CuemathLogo,
303
302
  ee as DartIcon,
304
303
  re as DashArrowIcon,
305
- Pl as DesmosCalculator,
306
- il as DigitalMeter,
304
+ Cl as DesmosCalculator,
305
+ cl as DigitalMeter,
307
306
  ae as DownIcon,
308
307
  se as DraftIcon,
309
308
  pe as DragIcon,
310
- rs as EClassTimeAlertLevel,
311
- $a as ELeaderboardType,
312
- Xs as EPResourceAssign,
313
- Sl as EPostGameStat,
314
- zf as EVENTS,
309
+ es as EClassTimeAlertLevel,
310
+ qa as ELeaderboardType,
311
+ Zs as EPResourceAssign,
312
+ il as EPostGameStat,
313
+ Jf as EVENTS,
315
314
  de as Edit2Icon,
316
315
  ue as EditIcon,
317
- Us as EditMilestoneModal,
316
+ Bs as EditMilestoneModal,
318
317
  ce as EditStarIcon,
319
318
  ie as EraserIcon,
320
- pt as Error,
319
+ st as Error,
321
320
  Pe as ExclamationIcon,
322
- hl as ExpandableHeader,
323
- ps as ExtraPractice,
321
+ Pl as ExpandableHeader,
322
+ ss as ExtraPractice,
324
323
  Ce as Eye2Icon,
325
324
  Se as EyeIcon,
326
- Dt as FlexView,
327
- Qa as GAME_LAUNCHER_ASSET_PADDING,
328
- Ka as GAME_LAUNCHER_SIZE,
329
- Lr as GameIcon,
330
- Pf as GameLauncher,
331
- hs as GoalCreationConfirmationModal,
332
- Rs as GoalDraftEdit,
333
- Ws as GoalEdit,
334
- Ct as GooglePlacesSearchInput,
325
+ Ot as FlexView,
326
+ Va as GAME_LAUNCHER_ASSET_PADDING,
327
+ Qa as GAME_LAUNCHER_SIZE,
328
+ hr as GameIcon,
329
+ Cf as GameLauncher,
330
+ Ps as GoalCreationConfirmationModal,
331
+ Ns as GoalDraftEdit,
332
+ Us as GoalEdit,
333
+ St as GooglePlacesSearchInput,
335
334
  r as GradeSelector,
336
335
  he as HandIcon,
337
336
  Le as HelpIcon,
338
337
  Ne as HighlighterIcon,
339
- Re as HomeIcon,
340
- Ap as HomeworkCardList,
338
+ Oe as HomeIcon,
339
+ Ep as HomeworkCardList,
341
340
  s as ILLUSTRATIONS,
342
341
  p as IMAGES,
343
- If as IStatsToAwardErrorCode,
344
- rt as IconButton,
342
+ nf as IStatsToAwardErrorCode,
343
+ et as IconButton,
345
344
  De as ImageIcon,
346
- Ss as IndicatorType,
345
+ is as IndicatorType,
347
346
  Be as Info2Icon,
348
347
  ye as InfoIcon,
349
- ds as JOURNEY_ID_STUDENT,
350
- is as JourneyProvider,
348
+ us as JOURNEY_ID_STUDENT,
349
+ cs as JourneyProvider,
351
350
  u as LOTTIE,
352
- Oa as LPARChapter,
353
- Ga as LPARMilestoneChapter,
354
- Nf as Leaderboard,
355
- xp as LearnosityPreloader,
351
+ Ha as LPARChapter,
352
+ Ra as LPARMilestoneChapter,
353
+ Lf as Leaderboard,
354
+ mp as LearnosityPreloader,
356
355
  Ue as LeftIcon,
357
356
  we as Lock2Icon,
358
357
  We as LockIcon,
359
- Tp as Maintenance,
360
- Fs as MilestoneActionWidget,
361
- Ns as MilestoneCreate,
362
- ws as MilestoneEdit,
363
- Ys as MilestoneList,
364
- Ds as MilestoneOutcome,
365
- js as MilestoneStart,
358
+ Ip as Maintenance,
359
+ Ys as MilestoneActionWidget,
360
+ Ls as MilestoneCreate,
361
+ Ws as MilestoneEdit,
362
+ ws as MilestoneList,
363
+ Os as MilestoneOutcome,
364
+ Fs as MilestoneStart,
366
365
  Fe as Minus2Icon,
367
366
  Ye as MinusIcon,
368
367
  je as MistakeIcon,
369
368
  Ze as Mobile,
370
369
  Xe as MoreVerticalIcon,
371
- ka as MultiTabBlocker,
372
- yl as NODE_LABELS,
373
- gl as NODE_SUB_GROUP,
374
- Bl as NODE_TYPE,
375
- yr as Next2Icon,
370
+ _a as MultiTabBlocker,
371
+ Dl as NODE_LABELS,
372
+ Gl as NODE_SUB_GROUP,
373
+ yl as NODE_TYPE,
374
+ Dr as Next2Icon,
376
375
  eo as NextIcon,
377
- Zr as Nudge,
378
- Lt as NumRangeInput,
379
- Ta as PLATFORM_EVENTS_STUDENT,
380
- Ea as PLATFORM_EVENTS_TEACHER,
381
- bl as PYTHON_NODE_TYPES,
376
+ jr as Nudge,
377
+ ht as NumRangeInput,
378
+ Ia as PLATFORM_EVENTS_STUDENT,
379
+ Ta as PLATFORM_EVENTS_TEACHER,
380
+ gl as PYTHON_NODE_TYPES,
382
381
  ro as PencilIcon,
383
- Nt as PercentileInput,
384
- Ia as PerfectHits,
382
+ Lt as PercentileInput,
383
+ na as PerfectHits,
385
384
  po as Play2Icon,
386
385
  so as PlayIcon,
387
- nf as PlayerType,
386
+ xf as PlayerType,
388
387
  no as Plus2Icon,
389
388
  uo as PlusIcon,
390
389
  ao as PointerIcon,
391
- Cl as PostGameStats,
390
+ Sl as PostGameStats,
392
391
  Io as PracticeIcon,
393
- fp as PreviewWorksheet,
392
+ tp as PreviewWorksheet,
394
393
  To as ProgressIcon,
395
- lf as ProjectOutcome,
396
- xf as ProjectType,
394
+ ff as ProjectOutcome,
395
+ mf as ProjectType,
397
396
  Eo as PuzzleIcon,
398
397
  Ao as QuestionIcon,
399
398
  _o as QuestionLetterIcon,
400
- Ul as REWARDS_LIST,
401
- Ut as RadioCard,
402
- ct as RadioInput,
403
- ko as RecapIcon,
404
- Ep as RecentChapters,
405
- Mo as RedoIcon,
406
- Nl as ReferenceSheet,
407
- dl as RemotePeerPointer,
408
- Ho as RightIcon,
409
- Oo as RulerIcon,
410
- ga as SATSheetSummary,
411
- vl as SHEET_ACTIONS,
412
- Wl as SHEET_ATTEMPT_LOCATION,
413
- Vl as SHEET_ATTEMPT_LOCATION_MAP,
414
- wl as SHEET_ATTEMPT_STATE,
415
- Ql as SHEET_DATA_TYPE,
416
- Yl as SHEET_STATE,
417
- ol as STAGES,
418
- Ir as ScribbleIcon,
419
- Go as SearchIcon,
420
- St as SearchableSelectInput,
421
- Wt as SectionList,
422
- it as SelectInput,
423
- Rt as SelectionCards,
424
- xa as Separator,
425
- mp as SheetError,
426
- go as SheetIcon,
427
- Ll as SheetList,
428
- lp as SheetLocked,
429
- gf as SignUp,
430
- ir as SketchIcon,
431
- Qo as Skip2Icon,
432
- vo as SkipColoredIcon,
433
- Vo as SkipIcon,
434
- Gf as SplashScreen,
435
- Ko as Star2Icon,
436
- bo as StarIcon,
437
- Jo as StatusIcon,
399
+ Bl as REWARDS_LIST,
400
+ Bt as RadioCard,
401
+ dt as RadioInput,
402
+ Tp as RecentChapters,
403
+ ko as RedoIcon,
404
+ Ll as ReferenceSheet,
405
+ ul as RemotePeerPointer,
406
+ Mo as RightIcon,
407
+ Ho as RulerIcon,
408
+ Ga as SATSheetSummary,
409
+ bl as SHEET_ACTIONS,
410
+ Ul as SHEET_ATTEMPT_LOCATION,
411
+ vl as SHEET_ATTEMPT_LOCATION_MAP,
412
+ Wl as SHEET_ATTEMPT_STATE,
413
+ Vl as SHEET_DATA_TYPE,
414
+ wl as SHEET_STATE,
415
+ $s as STAGES,
416
+ nr as ScribbleIcon,
417
+ Ro as SearchIcon,
418
+ it as SearchableSelectInput,
419
+ Ut as SectionList,
420
+ ct as SelectInput,
421
+ Nt as SelectionCards,
422
+ ma as Separator,
423
+ lp as SheetError,
424
+ Go as SheetIcon,
425
+ hl as SheetList,
426
+ fp as SheetLocked,
427
+ Gf as SignUp,
428
+ cr as SketchIcon,
429
+ Vo as Skip2Icon,
430
+ bo as SkipColoredIcon,
431
+ vo as SkipIcon,
432
+ Rf as SplashScreen,
433
+ Qo as Star2Icon,
434
+ go as StarIcon,
435
+ Ko as StatusIcon,
438
436
  a as Stepper,
439
- ma as StreakIcon,
440
- of as StreakReductionLocalStorageUtil,
441
- zo as StrikedEyeIcon,
442
- Fl as StudentDetails,
443
- Ps as SubmitMilestoneModal,
444
- qo as SwitchIcon,
445
- la as TabComponent,
446
- Yt as Tag,
447
- ss as TalkMeter,
448
- $o as TestTubeIcon,
449
- Zs as TestsCreation,
450
- wt as Text,
451
- at as TextButton,
452
- Pt as TextInput,
453
- or as TickIcon,
454
- fa as TimeLeftTimeline,
455
- es as TrialSession,
456
- tr as TrophyIcon,
457
- tf as Tutorial,
458
- Nr as TutoringIcon,
459
- jt as UIContext,
460
- fr as UndoIcon,
461
- lr as UnlockIcon,
462
- mr as UpIcon,
463
- nr as User2Icon,
464
- xr as UserIcon,
465
- na as Video,
466
- Aa as WHITELIST_EVENTS,
467
- Zl as WORKSHEET_ACTION_BAR_HEIGHT,
468
- ql as WORKSHEET_QUESTIONS_GAP,
469
- Xl as WORKSHEET_QUESTION_WIDTH,
470
- $l as WORKSHEET_TOP_NAVIGATION_HEIGHT,
471
- ff as WebView,
472
- mf as WebViewEvent,
473
- tp as Worksheet,
474
- ba as checkIfPPTNodeType,
475
- oa as getTheme,
476
- Va as invalidateGetChapterDetails,
477
- _p as invalidateHomeworks,
478
- ml as invalidateMilestoneResources,
479
- tl as invalidateMilestonesData,
480
- sl as invalidateTestHelpData,
481
- op as isOkayTypeQuestion,
482
- Rl as isV3Worksheet,
483
- Ol as isV3WorksheetAttempt,
484
- jl as loadScript,
485
- us as useAutoPlayPermission,
486
- Qf as useCanvasSyncBroker,
487
- Ja as useCircleSounds,
488
- as as useClassTimeAlerts,
489
- $t as useContextMenuClickHandler,
490
- Wr as useForceReload,
491
- al as useGetAllMilestonesdata,
492
- hf as useGetCircleHomeDetailsDal,
493
- qa as useGetLeaderboardDal,
494
- ul as useGetMilestoneResources,
495
- ll as useGetTestHelpData,
496
- qf as useInClassActionDispatcher,
497
- Xf as useInClassActionListener,
498
- Kf as useInClassMessageBroker,
499
- np as useIsLearnosityLoaded,
500
- _a as useIsTabBlocked,
501
- cs as useJourney,
502
- cl as usePointerSync,
503
- Lf as usePostUpdateCircleJourneyDal,
504
- qt as useTrackingContext,
505
- Jf as useTrialSessionMessageBroker,
506
- zt as useUIContext,
507
- Ip as useWorksheetLayout,
508
- Ur as useZoomDisable
437
+ la as StreakIcon,
438
+ $a as StreakReductionLocalStorageUtil,
439
+ Jo as StrikedEyeIcon,
440
+ Yl as StudentDetails,
441
+ Cs as SubmitMilestoneModal,
442
+ zo as SwitchIcon,
443
+ fa as TabComponent,
444
+ wt as Tag,
445
+ as as TalkMeter,
446
+ qo as TestTubeIcon,
447
+ js as TestsCreation,
448
+ Wt as Text,
449
+ rt as TextButton,
450
+ Ct as TextInput,
451
+ $o as TickIcon,
452
+ ta as TimeLeftTimeline,
453
+ Xf as TrialSession,
454
+ or as TrophyIcon,
455
+ of as Tutorial,
456
+ Lr as TutoringIcon,
457
+ Ft as UIContext,
458
+ tr as UndoIcon,
459
+ fr as UnlockIcon,
460
+ lr as UpIcon,
461
+ xr as User2Icon,
462
+ mr as UserIcon,
463
+ xa as Video,
464
+ Ea as WHITELIST_EVENTS,
465
+ jl as WORKSHEET_ACTION_BAR_HEIGHT,
466
+ zl as WORKSHEET_QUESTIONS_GAP,
467
+ Zl as WORKSHEET_QUESTION_WIDTH,
468
+ ql as WORKSHEET_TOP_NAVIGATION_HEIGHT,
469
+ tf as WebView,
470
+ lf as WebViewEvent,
471
+ op as Worksheet,
472
+ ga as checkIfPPTNodeType,
473
+ $t as getTheme,
474
+ va as invalidateGetChapterDetails,
475
+ Ap as invalidateHomeworks,
476
+ ll as invalidateMilestoneResources,
477
+ ol as invalidateMilestonesData,
478
+ al as invalidateTestHelpData,
479
+ $l as isOkayTypeQuestion,
480
+ Nl as isV3Worksheet,
481
+ Hl as isV3WorksheetAttempt,
482
+ Fl as loadScript,
483
+ ps as useAutoPlayPermission,
484
+ Vf as useCanvasSyncBroker,
485
+ Ka as useCircleSounds,
486
+ rs as useClassTimeAlerts,
487
+ qt as useContextMenuClickHandler,
488
+ Ur as useForceReload,
489
+ rl as useGetAllMilestonesdata,
490
+ Pf as useGetCircleHomeDetailsDal,
491
+ za as useGetLeaderboardDal,
492
+ pl as useGetMilestoneResources,
493
+ fl as useGetTestHelpData,
494
+ zf as useInClassActionDispatcher,
495
+ Zf as useInClassActionListener,
496
+ Qf as useInClassMessageBroker,
497
+ xp as useIsLearnosityLoaded,
498
+ Aa as useIsTabBlocked,
499
+ ds as useJourney,
500
+ dl as usePointerSync,
501
+ hf as usePostUpdateCircleJourneyDal,
502
+ zt as useTrackingContext,
503
+ Kf as useTrialSessionMessageBroker,
504
+ Jt as useUIContext,
505
+ np as useWorksheetLayout,
506
+ Br as useZoomDisable
509
507
  };
510
508
  //# sourceMappingURL=index.js.map