@cuemath/leap 3.2.12 → 3.2.14

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 (92) hide show
  1. package/dist/assets/line-icons/icons/hint-fill.js +35 -0
  2. package/dist/assets/line-icons/icons/hint-fill.js.map +1 -0
  3. package/dist/features/chapters-v2/utils/node-card-utils.js +7 -7
  4. package/dist/features/chapters-v2/utils/node-card-utils.js.map +1 -1
  5. package/dist/features/puzzles/app/puzzle-app-styled.js +81 -0
  6. package/dist/features/puzzles/app/puzzle-app-styled.js.map +1 -0
  7. package/dist/features/puzzles/app/puzzle-app-view.js +120 -0
  8. package/dist/features/puzzles/app/puzzle-app-view.js.map +1 -0
  9. package/dist/features/puzzles/app/puzzle-app.js +82 -0
  10. package/dist/features/puzzles/app/puzzle-app.js.map +1 -0
  11. package/dist/features/ui/inputs/checkbox-input/checkbox-input.js +21 -21
  12. package/dist/features/ui/inputs/checkbox-input/checkbox-input.js.map +1 -1
  13. package/dist/features/ui/inputs/checkbox-input-list/checkbox-input-list.js +5 -5
  14. package/dist/features/ui/inputs/checkbox-input-list/checkbox-input-list.js.map +1 -1
  15. package/dist/features/worksheet/worksheet/mocks/activity.js +6 -0
  16. package/dist/features/worksheet/worksheet/mocks/activity.js.map +1 -0
  17. package/dist/features/worksheet/worksheet/mocks/behaviors/assessment.js +38 -0
  18. package/dist/features/worksheet/worksheet/mocks/behaviors/assessment.js.map +1 -0
  19. package/dist/features/worksheet/worksheet/mocks/behaviors/chapter_assessment.js +38 -0
  20. package/dist/features/worksheet/worksheet/mocks/behaviors/chapter_assessment.js.map +1 -0
  21. package/dist/features/worksheet/worksheet/mocks/behaviors/diagnostic.js +38 -0
  22. package/dist/features/worksheet/worksheet/mocks/behaviors/diagnostic.js.map +1 -0
  23. package/dist/features/worksheet/worksheet/mocks/behaviors/dynamic.js +38 -0
  24. package/dist/features/worksheet/worksheet/mocks/behaviors/dynamic.js.map +1 -0
  25. package/dist/features/worksheet/worksheet/mocks/behaviors/extra_practice.js +38 -0
  26. package/dist/features/worksheet/worksheet/mocks/behaviors/extra_practice.js.map +1 -0
  27. package/dist/features/worksheet/worksheet/mocks/behaviors/index.js +95 -0
  28. package/dist/features/worksheet/worksheet/mocks/behaviors/index.js.map +1 -0
  29. package/dist/features/worksheet/worksheet/mocks/behaviors/learning-v3.js +38 -0
  30. package/dist/features/worksheet/worksheet/mocks/behaviors/learning-v3.js.map +1 -0
  31. package/dist/features/worksheet/worksheet/mocks/behaviors/learning.js +38 -0
  32. package/dist/features/worksheet/worksheet/mocks/behaviors/learning.js.map +1 -0
  33. package/dist/features/worksheet/worksheet/mocks/behaviors/legacy.js +38 -0
  34. package/dist/features/worksheet/worksheet/mocks/behaviors/legacy.js.map +1 -0
  35. package/dist/features/worksheet/worksheet/mocks/behaviors/level2.js +38 -0
  36. package/dist/features/worksheet/worksheet/mocks/behaviors/level2.js.map +1 -0
  37. package/dist/features/worksheet/worksheet/mocks/behaviors/level3.js +38 -0
  38. package/dist/features/worksheet/worksheet/mocks/behaviors/level3.js.map +1 -0
  39. package/dist/features/worksheet/worksheet/mocks/behaviors/mastery.js +41 -0
  40. package/dist/features/worksheet/worksheet/mocks/behaviors/mastery.js.map +1 -0
  41. package/dist/features/worksheet/worksheet/mocks/behaviors/practice.js +38 -0
  42. package/dist/features/worksheet/worksheet/mocks/behaviors/practice.js.map +1 -0
  43. package/dist/features/worksheet/worksheet/mocks/behaviors/puzzle-card.js +39 -0
  44. package/dist/features/worksheet/worksheet/mocks/behaviors/puzzle-card.js.map +1 -0
  45. package/dist/features/worksheet/worksheet/mocks/behaviors/puzzle_easy.js +39 -0
  46. package/dist/features/worksheet/worksheet/mocks/behaviors/puzzle_easy.js.map +1 -0
  47. package/dist/features/worksheet/worksheet/mocks/behaviors/puzzle_hard.js +39 -0
  48. package/dist/features/worksheet/worksheet/mocks/behaviors/puzzle_hard.js.map +1 -0
  49. package/dist/features/worksheet/worksheet/mocks/behaviors/puzzle_medium.js +39 -0
  50. package/dist/features/worksheet/worksheet/mocks/behaviors/puzzle_medium.js.map +1 -0
  51. package/dist/features/worksheet/worksheet/mocks/behaviors/recap.js +39 -0
  52. package/dist/features/worksheet/worksheet/mocks/behaviors/recap.js.map +1 -0
  53. package/dist/features/worksheet/worksheet/mocks/behaviors/remedial.js +39 -0
  54. package/dist/features/worksheet/worksheet/mocks/behaviors/remedial.js.map +1 -0
  55. package/dist/features/worksheet/worksheet/mocks/behaviors/revision.js +38 -0
  56. package/dist/features/worksheet/worksheet/mocks/behaviors/revision.js.map +1 -0
  57. package/dist/features/worksheet/worksheet/mocks/behaviors/sat-math-assessment.js +38 -0
  58. package/dist/features/worksheet/worksheet/mocks/behaviors/sat-math-assessment.js.map +1 -0
  59. package/dist/features/worksheet/worksheet/mocks/behaviors/sat_english_learning.js +38 -0
  60. package/dist/features/worksheet/worksheet/mocks/behaviors/sat_english_learning.js.map +1 -0
  61. package/dist/features/worksheet/worksheet/mocks/behaviors/sat_math_learning.js +38 -0
  62. package/dist/features/worksheet/worksheet/mocks/behaviors/sat_math_learning.js.map +1 -0
  63. package/dist/features/worksheet/worksheet/mocks/behaviors/sat_math_recap.js +39 -0
  64. package/dist/features/worksheet/worksheet/mocks/behaviors/sat_math_recap.js.map +1 -0
  65. package/dist/features/worksheet/worksheet/mocks/behaviors/target_practice.js +38 -0
  66. package/dist/features/worksheet/worksheet/mocks/behaviors/target_practice.js.map +1 -0
  67. package/dist/features/worksheet/worksheet/mocks/behaviors/trial-diagnostic-v2.js +38 -0
  68. package/dist/features/worksheet/worksheet/mocks/behaviors/trial-diagnostic-v2.js.map +1 -0
  69. package/dist/features/worksheet/worksheet/mocks/behaviors/trial-diagnostic.js +38 -0
  70. package/dist/features/worksheet/worksheet/mocks/behaviors/trial-diagnostic.js.map +1 -0
  71. package/dist/features/worksheet/worksheet/mocks/behaviors/turing_assessment.js +38 -0
  72. package/dist/features/worksheet/worksheet/mocks/behaviors/turing_assessment.js.map +1 -0
  73. package/dist/features/worksheet/worksheet/mocks/behaviors/turing_practice.js +38 -0
  74. package/dist/features/worksheet/worksheet/mocks/behaviors/turing_practice.js.map +1 -0
  75. package/dist/features/worksheet/worksheet/mocks/signed-requests.js +5 -0
  76. package/dist/features/worksheet/worksheet/mocks/signed-requests.js.map +1 -0
  77. package/dist/features/worksheet/worksheet/stories/use-canvas-sync-broker-story.js +57 -0
  78. package/dist/features/worksheet/worksheet/stories/use-canvas-sync-broker-story.js.map +1 -0
  79. package/dist/features/worksheet/worksheet/stories/worksheet-story-container.js +231 -0
  80. package/dist/features/worksheet/worksheet/stories/worksheet-story-container.js.map +1 -0
  81. package/dist/features/worksheet/worksheet/stories/worksheet-student.js +174 -0
  82. package/dist/features/worksheet/worksheet/stories/worksheet-student.js.map +1 -0
  83. package/dist/features/worksheet/worksheet/stories/worksheet-teacher.js +255 -0
  84. package/dist/features/worksheet/worksheet/stories/worksheet-teacher.js.map +1 -0
  85. package/dist/features/worksheet/worksheet/worksheet-helpers.js +32 -31
  86. package/dist/features/worksheet/worksheet/worksheet-helpers.js.map +1 -1
  87. package/dist/index.d.ts +9 -0
  88. package/dist/index.js +527 -523
  89. package/dist/index.js.map +1 -1
  90. package/dist/types/models/worksheet.js +5 -0
  91. package/dist/types/models/worksheet.js.map +1 -0
  92. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -13,7 +13,7 @@ import { default as h } from "./assets/line-icons/icons/book2.js";
13
13
  import { default as R } from "./assets/line-icons/icons/bookmark.js";
14
14
  import { default as M } from "./assets/line-icons/icons/bulb.js";
15
15
  import { default as O } from "./assets/line-icons/icons/bulb2.js";
16
- import { default as H } from "./assets/line-icons/icons/calendar.js";
16
+ import { default as D } from "./assets/line-icons/icons/calendar.js";
17
17
  import { default as g } from "./assets/line-icons/icons/check.js";
18
18
  import { default as v } from "./assets/line-icons/icons/check2.js";
19
19
  import { default as B } from "./assets/line-icons/icons/clipboard.js";
@@ -35,275 +35,277 @@ 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 Se } from "./assets/line-icons/icons/exclamation.js";
37
37
  import { default as Ce } from "./assets/line-icons/icons/hand.js";
38
- import { default as Pe } from "./assets/line-icons/icons/help.js";
39
- import { default as he } from "./assets/line-icons/icons/highlighter.js";
40
- import { default as Re } from "./assets/line-icons/icons/home.js";
41
- import { default as Me } from "./assets/line-icons/icons/image.js";
42
- import { default as Oe } from "./assets/line-icons/icons/info.js";
43
- import { default as He } from "./assets/line-icons/icons/info2.js";
44
- import { default as ge } from "./assets/line-icons/icons/left.js";
45
- import { default as ve } from "./assets/line-icons/icons/lock.js";
46
- import { default as Be } from "./assets/line-icons/icons/lock2.js";
47
- import { default as we } from "./assets/line-icons/icons/lock3.js";
48
- import { default as Ve } from "./assets/line-icons/icons/minus.js";
49
- import { default as Fe } from "./assets/line-icons/icons/minus2.js";
50
- import { default as Je } from "./assets/line-icons/icons/mistake.js";
51
- import { default as Ke } from "./assets/line-icons/icons/mobile.js";
52
- import { default as Ze } from "./assets/line-icons/icons/more-vertical.js";
53
- import { default as Xe } from "./assets/line-icons/icons/next.js";
54
- import { default as eo } from "./assets/line-icons/icons/pencil.js";
55
- import { default as ro } from "./assets/line-icons/icons/pointer.js";
56
- import { default as ao } from "./assets/line-icons/icons/play.js";
57
- import { default as so } from "./assets/line-icons/icons/play2.js";
58
- import { default as po } from "./assets/line-icons/icons/plus.js";
59
- import { default as mo } from "./assets/line-icons/icons/plus2.js";
60
- import { default as no } from "./assets/line-icons/icons/practice.js";
61
- import { default as io } from "./assets/line-icons/icons/progress.js";
62
- import { default as To } from "./assets/line-icons/icons/puzzle-icon.js";
63
- import { default as Eo } from "./assets/line-icons/icons/puzzle2.js";
64
- import { default as Ao } from "./assets/line-icons/icons/question.js";
65
- import { default as _o } from "./assets/line-icons/icons/question-letter.js";
66
- import { default as ko } from "./assets/line-icons/icons/redo.js";
67
- import { default as Lo } from "./assets/line-icons/icons/right.js";
68
- import { default as No } from "./assets/line-icons/icons/ruler.js";
69
- import { default as Do } from "./assets/line-icons/icons/search.js";
70
- import { default as Go } from "./assets/line-icons/icons/sheet.js";
71
- import { default as yo } from "./assets/line-icons/icons/star.js";
72
- import { default as Uo } from "./assets/line-icons/icons/skip-colored.js";
73
- import { default as bo } from "./assets/line-icons/icons/skip.js";
74
- import { default as Wo } from "./assets/line-icons/icons/skip2.js";
75
- import { default as zo } from "./assets/line-icons/icons/star2.js";
76
- import { default as Yo } from "./assets/line-icons/icons/status.js";
77
- import { default as Qo } from "./assets/line-icons/icons/striked-eye.js";
78
- import { default as jo } from "./assets/line-icons/icons/switch-icon.js";
79
- import { default as qo } from "./assets/line-icons/icons/tick.js";
80
- import { default as $o } from "./assets/line-icons/icons/trophy.js";
81
- import { default as or } from "./assets/line-icons/icons/undo.js";
82
- import { default as tr } from "./assets/line-icons/icons/unlock.js";
83
- import { default as fr } from "./assets/line-icons/icons/unlock2.js";
84
- import { default as lr } from "./assets/line-icons/icons/up.js";
85
- import { default as ur } from "./assets/line-icons/icons/user.js";
86
- import { default as dr } 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 Rr } from "./assets/line-icons/icons/tutoring.js";
94
- import { default as Mr } from "./assets/line-icons/icons/chat.js";
95
- import { default as Or } from "./assets/line-icons/icons/cuemath-logo.js";
96
- import { default as Hr } from "./assets/line-icons/icons/next2.js";
97
- import { AutoPlayPermissionProvider as gr } from "./features/hooks/use-auto-play-permission/use-auto-play-permission-context-provider.js";
98
- import { default as vr } from "./features/hooks/use-zoom-disable.js";
99
- import { default as Br } from "./features/hooks/use-force-reload.js";
100
- import { default as wr } from "./features/ui/accordion-section/accordion-section.js";
101
- import { default as Vr } from "./features/ui/arrow-tooltip/arrow-tooltip.js";
102
- import { default as Fr } from "./features/ui/context-menu/context-menu.js";
103
- import { default as Jr } from "./features/ui/timers/countdown-timer/countdown-timer.js";
104
- import { default as Kr } 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 mt } from "./features/ui/inputs/checkbox-input-list/checkbox-input-list.js";
113
- import { default as xt } 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 Rt } from "./features/ui/inputs/percentile-input/percentile-input.js";
121
- import { default as Mt } from "./features/ui/selection-cards/selection-cards.js";
122
- import { default as Ot } from "./features/ui/layout/flex-view.js";
123
- import { default as Ht } from "./features/ui/loader/app-loader/app-loader.js";
124
- import { CircularLoader as gt } from "./features/ui/loader/circular-loader/circular-loader.js";
125
- import { default as vt } from "./features/ui/modals/modal-provider.js";
126
- import { default as Bt } from "./features/ui/modals/use-modal-actions.js";
127
- import { default as wt } from "./features/ui/modals/use-modal-params.js";
128
- import { default as Vt } from "./features/ui/radio-cards/radio-cards.js";
129
- import { default as Ft } from "./features/ui/section-list/section-list.js";
130
- import { default as Jt } from "./features/ui/text/text.js";
131
- import { default as Kt } from "./features/ui/tag/tag.js";
132
- import { default as Zt } from "./features/ui/callout/callout.js";
133
- import { default as Xt, useUIContext as $t } from "./features/ui/context/context.js";
134
- import { default as oa } from "./features/ui/context/use-tracking-context.js";
135
- import { default as ta } from "./features/ui/hooks/use-context-menu-click-handler.js";
136
- import { EDeviceType as fa } from "./features/ui/theme/constants.js";
137
- import { getTheme as la } from "./features/ui/theme/get-theme.js";
138
- import { default as ua } from "./features/ui/avatar/avatar.js";
139
- import { default as da } from "./features/ui/time-left-timeline/time-left-timeline.js";
140
- import { default as na } from "./features/ui/tab/tab.js";
141
- import { default as ia } from "./features/ui/streak-icon/streak-icon.js";
142
- import { default as Ta } from "./features/ui/separator/separator.js";
143
- import { default as Ea } from "./features/ui/video/index.js";
144
- import { default as Aa } from "./features/ui/perfect-hits/perfect-hits.js";
145
- import { default as _a } from "./features/ui/image/image.js";
146
- import { default as ka } from "./features/ui/animated-arc/animated-arc.js";
147
- import { default as La } from "./features/ui/stickers/stickers.js";
148
- import { default as Na } from "./features/ui/sticker-grid/sticker-grid.js";
149
- import { PLATFORM_EVENTS_STUDENT as Da } from "./features/analytics-events/platform-events-student.js";
150
- import { PLATFORM_EVENTS_TEACHER as Ga } from "./features/analytics-events/platform-events-teacher.js";
151
- import { WHITELIST_EVENTS as ya } from "./features/analytics-events/whitelist-events.js";
152
- import { default as Ua } from "./features/auth/comps/auth-static-panel/auth-static-panel.js";
153
- import { default as ba } from "./features/auth/comps/auth-page-layout/auth-page-layout.js";
154
- import { default as Wa } from "./features/auth/comps/overlay-loader/overlay-loader.js";
155
- import { default as za } from "./features/auth/comps/tabs/tabs.js";
156
- import { default as Ya } from "./features/auth/comps/input-status-icon/input-status-icon.js";
157
- import { default as Qa } from "./features/auth/comps/resend-otp/resend-otp.js";
158
- import { default as ja } from "./features/auth/signup/user-type-selector/user-type-selector.js";
159
- import { default as qa } from "./features/auth/signup/claim-user-account/claim-user-account.js";
160
- import { default as $a } from "./features/auth/signup/custom-input-field/grade-input/grade-input.js";
161
- import { default as of } from "./features/auth/signup/custom-input-field/date-picker-input/date-picker-input.js";
162
- import { default as tf } from "./features/auth/signup/custom-input-field/custom-input-field.js";
163
- import { default as ff } from "./features/auth/signup/circular-step-wrapper/circular-step-wrapper.js";
164
- import { default as lf } from "./features/auth/signup/signup-methods/signup-methods.js";
165
- import { default as uf } from "./features/auth/account-selector/account-selector.js";
166
- import { default as df } from "./features/auth/login/social-login-methods/social-login-methods.js";
167
- import { default as nf } from "./features/auth/login/social-account-not-found/social-account-not-found.js";
168
- import { default as If } from "./features/auth/login/username-password-form/username-password-form.js";
169
- import { default as Sf } from "./features/auth/login/identifier-otp-form/identifier-otp-form.js";
170
- import { default as Cf } from "./features/auth/forgot-password/otp-form/otp-form.js";
171
- import { default as Pf } from "./features/auth/forgot-password/reset-password-form/reset-password-form.js";
172
- import { default as hf } from "./features/auth/forgot-password/user-identifier-form/user-identifier-form.js";
173
- import { AUTH_TABS as Rf } from "./features/auth/login/login-constants.js";
174
- import { AuthApiErrorCode as Mf } from "./features/auth/auth-constants.js";
175
- import { default as Of } from "./features/av/av-preview/av-preview.js";
176
- import { default as Hf } from "./features/blockers/multi-tab-blocker/use-is-tab-blocked.js";
177
- import { default as gf } from "./features/blockers/multi-tab-blocker/multi-tab-blocker.js";
178
- import { default as vf } from "./features/chapters/chapter/chapter.js";
179
- import { default as Bf } from "./features/chapters/chapters-list/chapters-list.js";
180
- import { default as wf } from "./features/chapters/lpar-chapter/lpar-chapter.js";
181
- import { default as Vf } from "./features/chapters/lpar-milestone-chapter/lpar-milestone-chapter.js";
182
- import { default as Ff } from "./features/chapters/lpar-chapter/block-section/sat-sheet-item/sat-sheet-summary/sat-sheet-summary.js";
183
- import { checkIfPPTNodeType as Jf } from "./features/chapters/lpar-chapter/utils/index.js";
184
- import { default as Kf } from "./features/chapters-v2/chapter-details/chapter-details.js";
185
- import { invalidateGetChapterDetails as Zf } from "./features/chapters-v2/api/chapter.js";
186
- import { GAME_LAUNCHER_ASSET_PADDING as Xf } from "./features/circle-games/game-launcher/comps/segmented-game-card/constants.js";
187
- import { GAME_LAUNCHER_SIZE as es } from "./features/circle-games/game-launcher/comps/card-container/constants.js";
188
- import { useCircleSounds as rs } from "./features/circle-games/hooks/use-circle-sounds/use-circle-sounds.js";
189
- import { CircleSoundKey as as } from "./features/circle-games/hooks/use-circle-sounds/use-circle-sounds-enums.js";
190
- import { useGetLeaderboardDal as ss } from "./features/circle-games/leaderboard/dal/use-get-leaderboard-dal/use-get-leaderboard-dal.js";
191
- import { ELeaderboardType as ps } from "./features/circle-games/leaderboard/enums/leaderboard-type-enum.js";
192
- import { StreakReductionLocalStorageUtil as ms } from "./features/circle-games/utils/streak-reduction-localstorage-util.js";
193
- import { Tutorial as xs } from "./features/circle-games/games/tutorial/tutorial.js";
194
- import { WebView as cs } from "./features/circle-games/games/web-view/web-view.js";
195
- import { ProjectOutcome as Is } from "./features/circle-games/games/web-view/enums/project-outcomes-enum.js";
196
- import { WebViewEvent as Ss } from "./features/circle-games/games/web-view/enums/web-view-events-enum.js";
197
- import { ProjectType as Cs } from "./features/circle-games/games/web-view/enums/project-type-enum.js";
198
- import { PlayerType as Ps } from "./features/circle-games/games/web-view/enums/player-type-enum.js";
199
- import { IStatsToAwardErrorCode as hs } from "./features/circle-games/games/web-view/web-view-types.js";
200
- import { CIRCLE_ONBOARDING_ANALYTICS_STEPS as Rs } from "./features/circle-games/enum/circle-onboarding-steps.js";
201
- import { CIRCLE_ACTION_IDS as Ms } from "./features/circle-games/enum/circle-action-ids.js";
202
- import { GameLauncher as Os } from "./features/circle-games/game-launcher/game-launcher.js";
203
- import { useGetCircleHomeDetailsDal as Hs } from "./features/circle-games/game-launcher/dal/use-get-circle-home-details-dal/use-get-circle-home-details-dal.js";
204
- import { Leaderboard as gs } from "./features/circle-games/leaderboard/leaderboard.js";
205
- import { BackgroundImage as vs, CircularSteps as Us } from "./features/circle-games/sign-up/comp/circular-steps/circular-steps.js";
206
- import { SplashScreen as bs } from "./features/circle-games/sign-up/comp/splash-screen/splash-screen.js";
207
- import { SignUp as Ws } from "./features/circle-games/sign-up/sign-up.js";
208
- import { default as zs } from "./features/cue-canvas/cue-canvas-provider.js";
209
- import { default as Ys } from "./features/cue-canvas/toolbar/toolbar.js";
210
- import { default as Qs } from "./features/cue-canvas/cue-canvas.js";
211
- import { default as js } from "./features/cue-canvas/hooks/use-canvas-sync-broker.js";
212
- import { default as qs } from "./features/cue-canvas/sidebar/sidebar.js";
213
- import { default as $s } from "./features/cue-canvas/bottombar/homework-controls.js";
214
- import { default as ol } from "./features/communication/hooks/use-inclass-message-broker/use-inclass-message-broker.js";
215
- import { default as tl } from "./features/communication/hooks/use-trial-session-message-broker/use-trial-session-message-broker.js";
216
- import { EVENTS as fl } from "./features/communication/pub-sub/constants.js";
217
- import { useInClassActionDispatcher as ll, useInClassActionListener as pl } from "./features/communication/pub-sub/hooks.js";
218
- import { default as ml } from "./features/trial-session/trial-session.js";
219
- import { EClassTimeAlertLevel as xl } from "./features/trial-session/trial-session-types.js";
220
- import { useClassTimeAlerts as cl } from "./features/trial-session/hooks/use-class-time-alerts.js";
221
- import { default as Il } from "./features/talk-meter/talk-meter.js";
222
- import { default as Sl } from "./features/extra-practice/extra-practice.js";
223
- import { default as Cl } from "./features/homework/hw-card-list/hw-card-list.js";
224
- import { invalidateHomeworks as Pl } from "./features/homework/hw-card-list/api/get-homeworks.js";
225
- import { useAutoPlayPermission as hl } from "./features/hooks/use-auto-play-permission/use-auto-play-permission.js";
226
- import { JOURNEY_ID_STUDENT as Rl } from "./features/journey/journey-id/journey-id-student.js";
227
- import { JOURNEY_ID_TEACHER as Ml } from "./features/journey/journey-id/journey-id-teacher.js";
228
- import { useJourney as Ol } from "./features/journey/use-journey/use-journey.js";
229
- import { useGetEligibleJourneysViaRoute as Hl } from "./features/journey/hooks/use-get-eligible-journeys-via-route.js";
230
- import { JourneyProvider as gl } from "./features/journey/use-journey/journey-context-provider.js";
231
- import { IndicatorType as vl } from "./features/journey/use-journey/constants.js";
232
- import { Coachmark as Bl } from "./features/journey/comps/coachmark/coachmark.js";
233
- import { useHomePageJourney as wl } from "./features/journey/hooks/use-home-page-journey/use-home-page-journey.js";
234
- import { useChapterPageJourney as Vl } from "./features/journey/hooks/use-chapter-page-journey/use-chapter-journey.js";
235
- import { default as Fl } from "./features/maintenance/maintenance.js";
236
- import { default as Jl } from "./features/milestone/create/submit-modal/submit-modal.js";
237
- import { default as Kl } from "./features/milestone/create/comps/confirmation-modals/goal-creation-confirmation.js";
238
- import { default as Zl } from "./features/milestone/create/comps/confirmation-modals/chapter-clearance-confirmation.js";
239
- import { default as Xl } from "./features/milestone/create/milestone-create-container.js";
240
- import { default as ep } from "./features/milestone/edit/goal-drafts/goal-draft-edit-container.js";
241
- import { default as rp } from "./features/milestone/outcome/milestone-outcome-container.js";
242
- import { default as ap } from "./features/milestone/outcome/comps/achievement/reason-submit-modal.js";
243
- import { default as sp } from "./features/milestone/outcome/comps/achievement/share-instructions-modal.js";
244
- import { default as pp } from "./features/milestone/edit/comps/edit-milestone-modal/index.js";
245
- import { default as mp } from "./features/milestone/edit/goal-edit-container.js";
246
- import { default as xp } from "./features/milestone/edit/milestone-edit-container.js";
247
- import { default as cp } from "./features/milestone/milestone-list-container/milestone-list-container.js";
248
- import { default as Ip } from "./features/milestone/milestone-action-widget/milestone-action-widget.js";
249
- import { default as Sp } from "./features/milestone/start/milestone-start.js";
250
- import { default as Cp } from "./features/milestone/milestone-tests/tests-creation/tests-creation.js";
251
- import { default as Pp } from "./features/milestone/milestone-resources/resources-assign/resources-assign.js";
252
- import { ACHIEVEMENT_ACTIONS as hp, STAGES as kp } from "./features/milestone/outcome/milestone-outcome-constants.js";
253
- import { invalidateMilestonesData as Lp, useGetAllMilestonesdata as Mp } from "./features/milestone/milestone-list-container/api/get-milestones.js";
254
- import { invalidatePastMilestoneCount as Op, useGetPastMilestoneCount as Dp } from "./features/milestone/milestone-list-container/api/get-past-milestone-count.js";
255
- import { invalidateTestHelpData as Gp, useGetTestHelpData as gp } from "./features/milestone/milestone-list-container/api/get-tests-list.js";
256
- import { invalidateMilestoneResources as vp, useGetMilestoneResources as Up } from "./features/milestone/milestone-list-container/api/get-milestone-resources.js";
257
- import { default as bp } from "./features/pointer-sync/pointer.js";
258
- import { default as Wp } from "./features/pointer-sync/hooks/use-pointer-sync.js";
259
- import { DigitalMeter as zp } from "./features/post-game-stats/digital-meter/digital-meter.js";
260
- import { EPostGameStat as Yp } from "./features/post-game-stats/enums/post-game-stats-enum.js";
261
- import { PostGameStats as Qp } from "./features/post-game-stats/post-game-stats.js";
262
- import { default as jp } from "./features/recent-chapters/recent-chapters.js";
263
- import { SENTRY_DENIED_URLS as qp, SENTRY_IGNORED_ERRORS as Xp } from "./features/sentry/constants/ignored.js";
264
- import { default as eu } from "./features/sheet-tools/desmos-calculator/desmos-calculator.js";
265
- import { default as ru } from "./features/sheet-tools/tool-header/tool-header.js";
266
- import { default as au } from "./features/sheets/sheets-list/sheets-list.js";
267
- import { default as su } from "./features/sheets/reference-sheet/reference-sheet.js";
268
- import { WORKSHEET_V3_NODE_TYPES as pu } from "./features/sheets/utils/is-v3-worksheet.js";
269
- import { COMPLETED_SHEET_STATE as mu, NODE_LABELS as du, NODE_SUB_GROUP as xu, NODE_TYPE as nu, PYTHON_NODE_TYPES as cu, REWARDS_LIST as iu, SHEET_ACTIONS as Iu, SHEET_ATTEMPT_LOCATION as Tu, SHEET_ATTEMPT_LOCATION_MAP as Su, SHEET_ATTEMPT_STATE as Eu, SHEET_DATA_TYPE as Cu, SHEET_STATE as Au } from "./features/sheets/constants/sheet.js";
270
- import { default as _u } from "./features/student-details/student-details.js";
271
- import { default as ku } from "./features/utils/load-script.js";
272
- import { ACTION_BAR_HEIGHT as Lu, QUESTIONS_GAP as Mu, QUESTION_WIDTH as Nu, TOP_NAVIGATION_HEIGHT as Ou } from "./features/worksheet/worksheet/constants.js";
273
- import { isOkayTypeQuestion as Hu } from "./features/worksheet/worksheet/worksheet-helpers.js";
274
- import { default as gu } from "./features/worksheet/worksheet/worksheet-container.js";
275
- import { default as vu } from "./features/worksheet/worksheet-preview/worksheet-preview.js";
276
- import { default as Bu } from "./features/worksheet/worksheet-preview/dynamic-worksheet-preview/dynamic-worksheet-preview.js";
277
- import { default as wu } from "./features/worksheet/worksheet/worksheet-permissions/sheet-locked.js";
278
- import { default as Vu } from "./features/worksheet/worksheet/worksheet-permissions/error.js";
279
- import { default as Fu } from "./features/worksheet/learnosity-preloader/learnosity-preloader.js";
280
- import { default as Ju } from "./features/worksheet/learnosity-preloader/use-is-learnosity-loaded.js";
281
- import { default as Ku } from "./features/worksheet/worksheet-preview/hooks/use-worksheet-layout.js";
282
- import { default as Zu } from "./features/puzzles/puzzle-container/puzzle-container.js";
283
- import { default as Xu } from "./features/puzzles/puzzle-feedback-celebration/puzzle-feedback-celebration.js";
284
- import { invalidatePuzzleToAssign as em, useGetPuzzleToAssign as om } from "./features/puzzles/api/puzzle-assign.js";
285
- import { COUNTRY_CODE_MAP as tm } from "./constants/country.js";
38
+ import { default as Pe } from "./assets/line-icons/icons/hint-fill.js";
39
+ import { default as he } from "./assets/line-icons/icons/help.js";
40
+ import { default as Re } from "./assets/line-icons/icons/highlighter.js";
41
+ import { default as Me } from "./assets/line-icons/icons/home.js";
42
+ import { default as Oe } from "./assets/line-icons/icons/image.js";
43
+ import { default as De } from "./assets/line-icons/icons/info.js";
44
+ import { default as ge } from "./assets/line-icons/icons/info2.js";
45
+ import { default as ve } from "./assets/line-icons/icons/left.js";
46
+ import { default as Be } from "./assets/line-icons/icons/lock.js";
47
+ import { default as we } from "./assets/line-icons/icons/lock2.js";
48
+ import { default as Ve } from "./assets/line-icons/icons/lock3.js";
49
+ import { default as Fe } from "./assets/line-icons/icons/minus.js";
50
+ import { default as Je } from "./assets/line-icons/icons/minus2.js";
51
+ import { default as Ke } from "./assets/line-icons/icons/mistake.js";
52
+ import { default as Ze } from "./assets/line-icons/icons/mobile.js";
53
+ import { default as Xe } from "./assets/line-icons/icons/more-vertical.js";
54
+ import { default as eo } from "./assets/line-icons/icons/next.js";
55
+ import { default as ro } from "./assets/line-icons/icons/pencil.js";
56
+ import { default as ao } from "./assets/line-icons/icons/pointer.js";
57
+ import { default as so } from "./assets/line-icons/icons/play.js";
58
+ import { default as po } from "./assets/line-icons/icons/play2.js";
59
+ import { default as mo } from "./assets/line-icons/icons/plus.js";
60
+ import { default as no } from "./assets/line-icons/icons/plus2.js";
61
+ import { default as io } from "./assets/line-icons/icons/practice.js";
62
+ import { default as To } from "./assets/line-icons/icons/progress.js";
63
+ import { default as Eo } from "./assets/line-icons/icons/puzzle-icon.js";
64
+ import { default as Ao } from "./assets/line-icons/icons/puzzle2.js";
65
+ import { default as _o } from "./assets/line-icons/icons/question.js";
66
+ import { default as ko } from "./assets/line-icons/icons/question-letter.js";
67
+ import { default as Lo } from "./assets/line-icons/icons/redo.js";
68
+ import { default as No } from "./assets/line-icons/icons/right.js";
69
+ import { default as Ho } from "./assets/line-icons/icons/ruler.js";
70
+ import { default as Go } from "./assets/line-icons/icons/search.js";
71
+ import { default as yo } from "./assets/line-icons/icons/sheet.js";
72
+ import { default as Uo } from "./assets/line-icons/icons/star.js";
73
+ import { default as bo } from "./assets/line-icons/icons/skip-colored.js";
74
+ import { default as Wo } from "./assets/line-icons/icons/skip.js";
75
+ import { default as zo } from "./assets/line-icons/icons/skip2.js";
76
+ import { default as Yo } from "./assets/line-icons/icons/star2.js";
77
+ import { default as Qo } from "./assets/line-icons/icons/status.js";
78
+ import { default as jo } 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/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/unlock2.js";
85
+ import { default as ur } from "./assets/line-icons/icons/up.js";
86
+ import { default as dr } 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 Rr } from "./assets/line-icons/icons/game.js";
94
+ import { default as Mr } from "./assets/line-icons/icons/tutoring.js";
95
+ import { default as Or } from "./assets/line-icons/icons/chat.js";
96
+ import { default as Dr } from "./assets/line-icons/icons/cuemath-logo.js";
97
+ import { default as gr } from "./assets/line-icons/icons/next2.js";
98
+ import { AutoPlayPermissionProvider as vr } from "./features/hooks/use-auto-play-permission/use-auto-play-permission-context-provider.js";
99
+ import { default as Br } from "./features/hooks/use-zoom-disable.js";
100
+ import { default as wr } from "./features/hooks/use-force-reload.js";
101
+ import { default as Vr } from "./features/ui/accordion-section/accordion-section.js";
102
+ import { default as Fr } from "./features/ui/arrow-tooltip/arrow-tooltip.js";
103
+ import { default as Jr } from "./features/ui/context-menu/context-menu.js";
104
+ import { default as Kr } 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 mt } from "./features/ui/inputs/checkbox-input/checkbox-input.js";
113
+ import { default as xt } 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 Rt } from "./features/ui/inputs/num-range-input/num-range-input.js";
121
+ import { default as Mt } from "./features/ui/inputs/percentile-input/percentile-input.js";
122
+ import { default as Ot } from "./features/ui/selection-cards/selection-cards.js";
123
+ import { default as Dt } from "./features/ui/layout/flex-view.js";
124
+ import { default as gt } from "./features/ui/loader/app-loader/app-loader.js";
125
+ import { CircularLoader as vt } from "./features/ui/loader/circular-loader/circular-loader.js";
126
+ import { default as Bt } from "./features/ui/modals/modal-provider.js";
127
+ import { default as wt } from "./features/ui/modals/use-modal-actions.js";
128
+ import { default as Vt } from "./features/ui/modals/use-modal-params.js";
129
+ import { default as Ft } from "./features/ui/radio-cards/radio-cards.js";
130
+ import { default as Jt } from "./features/ui/section-list/section-list.js";
131
+ import { default as Kt } from "./features/ui/text/text.js";
132
+ import { default as Zt } from "./features/ui/tag/tag.js";
133
+ import { default as Xt } from "./features/ui/callout/callout.js";
134
+ import { default as ea, useUIContext as oa } from "./features/ui/context/context.js";
135
+ import { default as ta } from "./features/ui/context/use-tracking-context.js";
136
+ import { default as fa } from "./features/ui/hooks/use-context-menu-click-handler.js";
137
+ import { EDeviceType as la } from "./features/ui/theme/constants.js";
138
+ import { getTheme as ua } from "./features/ui/theme/get-theme.js";
139
+ import { default as da } from "./features/ui/avatar/avatar.js";
140
+ import { default as na } from "./features/ui/time-left-timeline/time-left-timeline.js";
141
+ import { default as ia } from "./features/ui/tab/tab.js";
142
+ import { default as Ta } from "./features/ui/streak-icon/streak-icon.js";
143
+ import { default as Ea } from "./features/ui/separator/separator.js";
144
+ import { default as Aa } from "./features/ui/video/index.js";
145
+ import { default as _a } from "./features/ui/perfect-hits/perfect-hits.js";
146
+ import { default as ka } from "./features/ui/image/image.js";
147
+ import { default as La } from "./features/ui/animated-arc/animated-arc.js";
148
+ import { default as Na } from "./features/ui/stickers/stickers.js";
149
+ import { default as Ha } from "./features/ui/sticker-grid/sticker-grid.js";
150
+ import { PLATFORM_EVENTS_STUDENT as Ga } from "./features/analytics-events/platform-events-student.js";
151
+ import { PLATFORM_EVENTS_TEACHER as ya } from "./features/analytics-events/platform-events-teacher.js";
152
+ import { WHITELIST_EVENTS as Ua } from "./features/analytics-events/whitelist-events.js";
153
+ import { default as ba } from "./features/auth/comps/auth-static-panel/auth-static-panel.js";
154
+ import { default as Wa } from "./features/auth/comps/auth-page-layout/auth-page-layout.js";
155
+ import { default as za } from "./features/auth/comps/overlay-loader/overlay-loader.js";
156
+ import { default as Ya } from "./features/auth/comps/tabs/tabs.js";
157
+ import { default as Qa } from "./features/auth/comps/input-status-icon/input-status-icon.js";
158
+ import { default as ja } from "./features/auth/comps/resend-otp/resend-otp.js";
159
+ import { default as qa } from "./features/auth/signup/user-type-selector/user-type-selector.js";
160
+ import { default as $a } from "./features/auth/signup/claim-user-account/claim-user-account.js";
161
+ import { default as of } from "./features/auth/signup/custom-input-field/grade-input/grade-input.js";
162
+ import { default as tf } from "./features/auth/signup/custom-input-field/date-picker-input/date-picker-input.js";
163
+ import { default as ff } from "./features/auth/signup/custom-input-field/custom-input-field.js";
164
+ import { default as lf } from "./features/auth/signup/circular-step-wrapper/circular-step-wrapper.js";
165
+ import { default as uf } from "./features/auth/signup/signup-methods/signup-methods.js";
166
+ import { default as df } from "./features/auth/account-selector/account-selector.js";
167
+ import { default as nf } from "./features/auth/login/social-login-methods/social-login-methods.js";
168
+ import { default as If } from "./features/auth/login/social-account-not-found/social-account-not-found.js";
169
+ import { default as Sf } from "./features/auth/login/username-password-form/username-password-form.js";
170
+ import { default as Cf } from "./features/auth/login/identifier-otp-form/identifier-otp-form.js";
171
+ import { default as Pf } from "./features/auth/forgot-password/otp-form/otp-form.js";
172
+ import { default as hf } from "./features/auth/forgot-password/reset-password-form/reset-password-form.js";
173
+ import { default as Rf } from "./features/auth/forgot-password/user-identifier-form/user-identifier-form.js";
174
+ import { AUTH_TABS as Mf } from "./features/auth/login/login-constants.js";
175
+ import { AuthApiErrorCode as Of } from "./features/auth/auth-constants.js";
176
+ import { default as Df } from "./features/av/av-preview/av-preview.js";
177
+ import { default as gf } from "./features/blockers/multi-tab-blocker/use-is-tab-blocked.js";
178
+ import { default as vf } from "./features/blockers/multi-tab-blocker/multi-tab-blocker.js";
179
+ import { default as Bf } from "./features/chapters/chapter/chapter.js";
180
+ import { default as wf } from "./features/chapters/chapters-list/chapters-list.js";
181
+ import { default as Vf } from "./features/chapters/lpar-chapter/lpar-chapter.js";
182
+ import { default as Ff } from "./features/chapters/lpar-milestone-chapter/lpar-milestone-chapter.js";
183
+ import { default as Jf } from "./features/chapters/lpar-chapter/block-section/sat-sheet-item/sat-sheet-summary/sat-sheet-summary.js";
184
+ import { checkIfPPTNodeType as Kf } from "./features/chapters/lpar-chapter/utils/index.js";
185
+ import { default as Zf } from "./features/chapters-v2/chapter-details/chapter-details.js";
186
+ import { invalidateGetChapterDetails as Xf } from "./features/chapters-v2/api/chapter.js";
187
+ import { GAME_LAUNCHER_ASSET_PADDING as es } from "./features/circle-games/game-launcher/comps/segmented-game-card/constants.js";
188
+ import { GAME_LAUNCHER_SIZE as rs } from "./features/circle-games/game-launcher/comps/card-container/constants.js";
189
+ import { useCircleSounds as as } from "./features/circle-games/hooks/use-circle-sounds/use-circle-sounds.js";
190
+ import { CircleSoundKey as ss } from "./features/circle-games/hooks/use-circle-sounds/use-circle-sounds-enums.js";
191
+ import { useGetLeaderboardDal as ps } from "./features/circle-games/leaderboard/dal/use-get-leaderboard-dal/use-get-leaderboard-dal.js";
192
+ import { ELeaderboardType as ms } from "./features/circle-games/leaderboard/enums/leaderboard-type-enum.js";
193
+ import { StreakReductionLocalStorageUtil as xs } from "./features/circle-games/utils/streak-reduction-localstorage-util.js";
194
+ import { Tutorial as cs } from "./features/circle-games/games/tutorial/tutorial.js";
195
+ import { WebView as Is } from "./features/circle-games/games/web-view/web-view.js";
196
+ import { ProjectOutcome as Ss } from "./features/circle-games/games/web-view/enums/project-outcomes-enum.js";
197
+ import { WebViewEvent as Cs } from "./features/circle-games/games/web-view/enums/web-view-events-enum.js";
198
+ import { ProjectType as Ps } from "./features/circle-games/games/web-view/enums/project-type-enum.js";
199
+ import { PlayerType as hs } from "./features/circle-games/games/web-view/enums/player-type-enum.js";
200
+ import { IStatsToAwardErrorCode as Rs } from "./features/circle-games/games/web-view/web-view-types.js";
201
+ import { CIRCLE_ONBOARDING_ANALYTICS_STEPS as Ms } from "./features/circle-games/enum/circle-onboarding-steps.js";
202
+ import { CIRCLE_ACTION_IDS as Os } from "./features/circle-games/enum/circle-action-ids.js";
203
+ import { GameLauncher as Ds } from "./features/circle-games/game-launcher/game-launcher.js";
204
+ import { useGetCircleHomeDetailsDal as gs } from "./features/circle-games/game-launcher/dal/use-get-circle-home-details-dal/use-get-circle-home-details-dal.js";
205
+ import { Leaderboard as vs } from "./features/circle-games/leaderboard/leaderboard.js";
206
+ import { BackgroundImage as Bs, CircularSteps as bs } from "./features/circle-games/sign-up/comp/circular-steps/circular-steps.js";
207
+ import { SplashScreen as Ws } from "./features/circle-games/sign-up/comp/splash-screen/splash-screen.js";
208
+ import { SignUp as zs } from "./features/circle-games/sign-up/sign-up.js";
209
+ import { default as Ys } from "./features/cue-canvas/cue-canvas-provider.js";
210
+ import { default as Qs } from "./features/cue-canvas/toolbar/toolbar.js";
211
+ import { default as js } from "./features/cue-canvas/cue-canvas.js";
212
+ import { default as qs } from "./features/cue-canvas/hooks/use-canvas-sync-broker.js";
213
+ import { default as $s } from "./features/cue-canvas/sidebar/sidebar.js";
214
+ import { default as ol } from "./features/cue-canvas/bottombar/homework-controls.js";
215
+ import { default as tl } from "./features/communication/hooks/use-inclass-message-broker/use-inclass-message-broker.js";
216
+ import { default as fl } from "./features/communication/hooks/use-trial-session-message-broker/use-trial-session-message-broker.js";
217
+ import { EVENTS as ll } from "./features/communication/pub-sub/constants.js";
218
+ import { useInClassActionDispatcher as ul, useInClassActionListener as ml } from "./features/communication/pub-sub/hooks.js";
219
+ import { default as xl } from "./features/trial-session/trial-session.js";
220
+ import { EClassTimeAlertLevel as cl } from "./features/trial-session/trial-session-types.js";
221
+ import { useClassTimeAlerts as Il } from "./features/trial-session/hooks/use-class-time-alerts.js";
222
+ import { default as Sl } from "./features/talk-meter/talk-meter.js";
223
+ import { default as Cl } from "./features/extra-practice/extra-practice.js";
224
+ import { default as Pl } from "./features/homework/hw-card-list/hw-card-list.js";
225
+ import { invalidateHomeworks as hl } from "./features/homework/hw-card-list/api/get-homeworks.js";
226
+ import { useAutoPlayPermission as Rl } from "./features/hooks/use-auto-play-permission/use-auto-play-permission.js";
227
+ import { JOURNEY_ID_STUDENT as Ml } from "./features/journey/journey-id/journey-id-student.js";
228
+ import { JOURNEY_ID_TEACHER as Ol } from "./features/journey/journey-id/journey-id-teacher.js";
229
+ import { useJourney as Dl } from "./features/journey/use-journey/use-journey.js";
230
+ import { useGetEligibleJourneysViaRoute as gl } from "./features/journey/hooks/use-get-eligible-journeys-via-route.js";
231
+ import { JourneyProvider as vl } from "./features/journey/use-journey/journey-context-provider.js";
232
+ import { IndicatorType as Bl } from "./features/journey/use-journey/constants.js";
233
+ import { Coachmark as wl } from "./features/journey/comps/coachmark/coachmark.js";
234
+ import { useHomePageJourney as Vl } from "./features/journey/hooks/use-home-page-journey/use-home-page-journey.js";
235
+ import { useChapterPageJourney as Fl } from "./features/journey/hooks/use-chapter-page-journey/use-chapter-journey.js";
236
+ import { default as Jl } from "./features/maintenance/maintenance.js";
237
+ import { default as Kl } from "./features/milestone/create/submit-modal/submit-modal.js";
238
+ import { default as Zl } from "./features/milestone/create/comps/confirmation-modals/goal-creation-confirmation.js";
239
+ import { default as Xl } from "./features/milestone/create/comps/confirmation-modals/chapter-clearance-confirmation.js";
240
+ import { default as ep } from "./features/milestone/create/milestone-create-container.js";
241
+ import { default as rp } from "./features/milestone/edit/goal-drafts/goal-draft-edit-container.js";
242
+ import { default as ap } from "./features/milestone/outcome/milestone-outcome-container.js";
243
+ import { default as sp } from "./features/milestone/outcome/comps/achievement/reason-submit-modal.js";
244
+ import { default as pp } from "./features/milestone/outcome/comps/achievement/share-instructions-modal.js";
245
+ import { default as mp } from "./features/milestone/edit/comps/edit-milestone-modal/index.js";
246
+ import { default as xp } from "./features/milestone/edit/goal-edit-container.js";
247
+ import { default as cp } from "./features/milestone/edit/milestone-edit-container.js";
248
+ import { default as Ip } from "./features/milestone/milestone-list-container/milestone-list-container.js";
249
+ import { default as Sp } from "./features/milestone/milestone-action-widget/milestone-action-widget.js";
250
+ import { default as Cp } from "./features/milestone/start/milestone-start.js";
251
+ import { default as Pp } from "./features/milestone/milestone-tests/tests-creation/tests-creation.js";
252
+ import { default as hp } from "./features/milestone/milestone-resources/resources-assign/resources-assign.js";
253
+ import { ACHIEVEMENT_ACTIONS as Rp, STAGES as Lp } from "./features/milestone/outcome/milestone-outcome-constants.js";
254
+ import { invalidateMilestonesData as Np, useGetAllMilestonesdata as Op } from "./features/milestone/milestone-list-container/api/get-milestones.js";
255
+ import { invalidatePastMilestoneCount as Dp, useGetPastMilestoneCount as Gp } from "./features/milestone/milestone-list-container/api/get-past-milestone-count.js";
256
+ import { invalidateTestHelpData as yp, useGetTestHelpData as vp } from "./features/milestone/milestone-list-container/api/get-tests-list.js";
257
+ import { invalidateMilestoneResources as Bp, useGetMilestoneResources as bp } from "./features/milestone/milestone-list-container/api/get-milestone-resources.js";
258
+ import { default as Wp } from "./features/pointer-sync/pointer.js";
259
+ import { default as zp } from "./features/pointer-sync/hooks/use-pointer-sync.js";
260
+ import { DigitalMeter as Yp } from "./features/post-game-stats/digital-meter/digital-meter.js";
261
+ import { EPostGameStat as Qp } from "./features/post-game-stats/enums/post-game-stats-enum.js";
262
+ import { PostGameStats as jp } from "./features/post-game-stats/post-game-stats.js";
263
+ import { default as qp } from "./features/recent-chapters/recent-chapters.js";
264
+ import { SENTRY_DENIED_URLS as $p, SENTRY_IGNORED_ERRORS as eu } from "./features/sentry/constants/ignored.js";
265
+ import { default as ru } from "./features/sheet-tools/desmos-calculator/desmos-calculator.js";
266
+ import { default as au } from "./features/sheet-tools/tool-header/tool-header.js";
267
+ import { default as su } from "./features/sheets/sheets-list/sheets-list.js";
268
+ import { default as pu } from "./features/sheets/reference-sheet/reference-sheet.js";
269
+ import { WORKSHEET_V3_NODE_TYPES as mu } from "./features/sheets/utils/is-v3-worksheet.js";
270
+ import { COMPLETED_SHEET_STATE as xu, NODE_LABELS as nu, NODE_SUB_GROUP as cu, NODE_TYPE as iu, PYTHON_NODE_TYPES as Iu, REWARDS_LIST as Tu, SHEET_ACTIONS as Su, SHEET_ATTEMPT_LOCATION as Eu, SHEET_ATTEMPT_LOCATION_MAP as Cu, SHEET_ATTEMPT_STATE as Au, SHEET_DATA_TYPE as Pu, SHEET_STATE as _u } from "./features/sheets/constants/sheet.js";
271
+ import { default as ku } from "./features/student-details/student-details.js";
272
+ import { default as Lu } from "./features/utils/load-script.js";
273
+ import { ACTION_BAR_HEIGHT as Nu, QUESTIONS_GAP as Ou, QUESTION_WIDTH as Hu, TOP_NAVIGATION_HEIGHT as Du } from "./features/worksheet/worksheet/constants.js";
274
+ import { isOkayTypeQuestion as gu } from "./features/worksheet/worksheet/worksheet-helpers.js";
275
+ import { default as vu } from "./features/worksheet/worksheet/worksheet-container.js";
276
+ import { default as Bu } from "./features/worksheet/worksheet-preview/worksheet-preview.js";
277
+ import { default as wu } from "./features/worksheet/worksheet-preview/dynamic-worksheet-preview/dynamic-worksheet-preview.js";
278
+ import { default as Vu } from "./features/worksheet/worksheet/worksheet-permissions/sheet-locked.js";
279
+ import { default as Fu } from "./features/worksheet/worksheet/worksheet-permissions/error.js";
280
+ import { default as Ju } from "./features/worksheet/learnosity-preloader/learnosity-preloader.js";
281
+ import { default as Ku } from "./features/worksheet/learnosity-preloader/use-is-learnosity-loaded.js";
282
+ import { default as Zu } from "./features/worksheet/worksheet-preview/hooks/use-worksheet-layout.js";
283
+ import { default as Xu } from "./features/puzzles/puzzle-container/puzzle-container.js";
284
+ import { default as em } from "./features/puzzles/puzzle-feedback-celebration/puzzle-feedback-celebration.js";
285
+ import { default as rm } from "./features/puzzles/app/puzzle-app.js";
286
+ import { invalidatePuzzleToAssign as am, useGetPuzzleToAssign as fm } from "./features/puzzles/api/puzzle-assign.js";
287
+ import { COUNTRY_CODE_MAP as lm } from "./constants/country.js";
286
288
  export {
287
- hp as ACHIEVEMENT_ACTIONS,
288
- Rf as AUTH_TABS,
289
- Of as AVPreview,
290
- wr as AccordionSection,
291
- uf as AccountSelector,
292
- ap as AchievementNotShareReasonModal,
293
- sp as AchievementShareInstructionModal,
289
+ Rp as ACHIEVEMENT_ACTIONS,
290
+ Mf as AUTH_TABS,
291
+ Df as AVPreview,
292
+ Vr as AccordionSection,
293
+ df as AccountSelector,
294
+ sp as AchievementNotShareReasonModal,
295
+ pp as AchievementShareInstructionModal,
294
296
  x as AlertIcon,
295
- ka as AnimatedArc,
296
- Ht as AppLoader,
297
- at as ArcButton,
298
- Vr as ArrowTooltip,
299
- Mf as AuthApiErrorCode,
300
- ba as AuthPageLayout,
301
- Ua as AuthStaticPanel,
302
- gr as AutoPlayPermissionProvider,
303
- ua as Avatar,
304
- Ir as Back2Icon,
297
+ La as AnimatedArc,
298
+ gt as AppLoader,
299
+ st as ArcButton,
300
+ Fr as ArrowTooltip,
301
+ Of as AuthApiErrorCode,
302
+ Wa as AuthPageLayout,
303
+ ba as AuthStaticPanel,
304
+ vr as AutoPlayPermissionProvider,
305
+ da as Avatar,
306
+ Sr as Back2Icon,
305
307
  c as BackIcon,
306
- vs as BackgroundImage,
308
+ Bs as BackgroundImage,
307
309
  S as Bin2Icon,
308
310
  I as BinIcon,
309
311
  h as Book2Icon,
@@ -312,287 +314,289 @@ export {
312
314
  R as BookmarkIcon,
313
315
  O as Bulb2Icon,
314
316
  M as BulbIcon,
315
- Zr as Button,
316
- Ms as CIRCLE_ACTION_IDS,
317
- Rs as CIRCLE_ONBOARDING_ANALYTICS_STEPS,
318
- mu as COMPLETED_SHEET_STATE,
319
- tm as COUNTRY_CODE_MAP,
320
- H as CalendarIcon,
321
- Zt as Callout,
322
- Pt as CascadingSelectInput,
323
- vf as Chapter,
324
- Zl as ChapterClearanceConfirmationModal,
325
- Kf as ChapterDetails,
326
- Bf as ChaptersList,
327
- Mr as ChatIcon,
317
+ Xr as Button,
318
+ Os as CIRCLE_ACTION_IDS,
319
+ Ms as CIRCLE_ONBOARDING_ANALYTICS_STEPS,
320
+ xu as COMPLETED_SHEET_STATE,
321
+ lm as COUNTRY_CODE_MAP,
322
+ D as CalendarIcon,
323
+ Xt as Callout,
324
+ ht as CascadingSelectInput,
325
+ Bf as Chapter,
326
+ Xl as ChapterClearanceConfirmationModal,
327
+ Zf as ChapterDetails,
328
+ wf as ChaptersList,
329
+ Or as ChatIcon,
328
330
  v as Check2Icon,
329
331
  g as CheckIcon,
330
- pt as CheckboxInput,
331
- mt as CheckboxInputList,
332
- Pr as ChevronDownIcon,
333
- Cr as ChevronLeftIcon,
334
- Sr as ChevronRightIcon,
335
- as as CircleSoundKey,
336
- gt as CircularLoader,
337
- ff as CircularStepWrapper,
338
- Us as CircularSteps,
339
- qa as ClaimUserAccount,
340
- Xr as Clickable,
332
+ mt as CheckboxInput,
333
+ xt as CheckboxInputList,
334
+ hr as ChevronDownIcon,
335
+ Pr as ChevronLeftIcon,
336
+ Cr as ChevronRightIcon,
337
+ ss as CircleSoundKey,
338
+ vt as CircularLoader,
339
+ lf as CircularStepWrapper,
340
+ bs as CircularSteps,
341
+ $a as ClaimUserAccount,
342
+ et as Clickable,
341
343
  B as ClipboardIcon,
342
344
  V as Clock2Icon,
343
345
  w as ClockIcon,
344
- Bl as Coachmark,
346
+ wl as Coachmark,
345
347
  F as CodeIcon,
346
- Fr as ContextMenu,
348
+ Jr as ContextMenu,
347
349
  J as CopyIcon,
348
- Jr as CountdownTimer,
350
+ Kr as CountdownTimer,
349
351
  K as CrossIcon,
350
- Qs as CueCanvas,
351
- Ys as CueCanvasController,
352
- $s as CueCanvasHomeworkController,
353
- zs as CueCanvasProvider,
354
- qs as CueCanvasSideBar,
352
+ js as CueCanvas,
353
+ Qs as CueCanvasController,
354
+ ol as CueCanvasHomeworkController,
355
+ Ys as CueCanvasProvider,
356
+ $s as CueCanvasSideBar,
355
357
  Z as CueRocket,
356
- Or as CuemathLogo,
357
- tf as CustomInputField,
358
+ Dr as CuemathLogo,
359
+ ff as CustomInputField,
358
360
  X as DashArrowIcon,
359
- of as DatePickerInput,
360
- eu as DesmosCalculator,
361
- zp as DigitalMeter,
361
+ tf as DatePickerInput,
362
+ ru as DesmosCalculator,
363
+ Yp as DigitalMeter,
362
364
  ee as DownIcon,
363
365
  re as DraftIcon,
364
366
  ae as DragIcon,
365
- Bu as DynamicPreviewWorksheet,
366
- xl as EClassTimeAlertLevel,
367
- fa as EDeviceType,
368
- ps as ELeaderboardType,
369
- Pp as EPResourceAssign,
370
- Yp as EPostGameStat,
371
- fl as EVENTS,
367
+ wu as DynamicPreviewWorksheet,
368
+ cl as EClassTimeAlertLevel,
369
+ la as EDeviceType,
370
+ ms as ELeaderboardType,
371
+ hp as EPResourceAssign,
372
+ Qp as EPostGameStat,
373
+ ll as EVENTS,
372
374
  pe as Edit2Icon,
373
375
  se as EditIcon,
374
- pp as EditMilestoneModal,
376
+ mp as EditMilestoneModal,
375
377
  me as EditStarIcon,
376
378
  xe as EraserIcon,
377
- st as Error,
379
+ pt as Error,
378
380
  Se as ExclamationIcon,
379
- ru as ExpandableHeader,
380
- Sl as ExtraPractice,
381
+ au as ExpandableHeader,
382
+ Cl as ExtraPractice,
381
383
  Ie as Eye2Icon,
382
384
  ce as EyeIcon,
383
- Ot as FlexView,
384
- Xf as GAME_LAUNCHER_ASSET_PADDING,
385
- es as GAME_LAUNCHER_SIZE,
386
- hr as GameIcon,
387
- Os as GameLauncher,
388
- Kl as GoalCreationConfirmationModal,
389
- ep as GoalDraftEdit,
390
- mp as GoalEdit,
391
- St as GooglePlacesSearchInput,
392
- $a as GradeInput,
385
+ Dt as FlexView,
386
+ es as GAME_LAUNCHER_ASSET_PADDING,
387
+ rs as GAME_LAUNCHER_SIZE,
388
+ Rr as GameIcon,
389
+ Ds as GameLauncher,
390
+ Zl as GoalCreationConfirmationModal,
391
+ rp as GoalDraftEdit,
392
+ xp as GoalEdit,
393
+ Ct as GooglePlacesSearchInput,
394
+ of as GradeInput,
393
395
  r as GradeSelector,
394
396
  Ce as HandIcon,
395
- Pe as HelpIcon,
396
- he as HighlighterIcon,
397
- Re as HomeIcon,
398
- Cl as HomeworkCardList,
397
+ he as HelpIcon,
398
+ Re as HighlighterIcon,
399
+ Pe as HintFillIcon,
400
+ Me as HomeIcon,
401
+ Pl as HomeworkCardList,
399
402
  s as ILLUSTRATIONS,
400
403
  p as IMAGES,
401
- hs as IStatsToAwardErrorCode,
402
- et as IconButton,
403
- Sf as IdentifierOtpForm,
404
- _a as Image,
405
- Me as ImageIcon,
406
- vl as IndicatorType,
407
- He as Info2Icon,
408
- Oe as InfoIcon,
409
- Ya as InputStatusIcon,
410
- Rl as JOURNEY_ID_STUDENT,
411
- Ml as JOURNEY_ID_TEACHER,
412
- gl as JourneyProvider,
404
+ Rs as IStatsToAwardErrorCode,
405
+ rt as IconButton,
406
+ Cf as IdentifierOtpForm,
407
+ ka as Image,
408
+ Oe as ImageIcon,
409
+ Bl as IndicatorType,
410
+ ge as Info2Icon,
411
+ De as InfoIcon,
412
+ Qa as InputStatusIcon,
413
+ Ml as JOURNEY_ID_STUDENT,
414
+ Ol as JOURNEY_ID_TEACHER,
415
+ vl as JourneyProvider,
413
416
  m as LOTTIE,
414
- wf as LPARChapter,
415
- Vf as LPARMilestoneChapter,
416
- gs as Leaderboard,
417
- Fu as LearnosityPreloader,
418
- ge as LeftIcon,
419
- Be as Lock2Icon,
420
- we as Lock3Icon,
421
- ve as LockIcon,
422
- Fl as Maintenance,
423
- Ip as MilestoneActionWidget,
424
- Xl as MilestoneCreate,
425
- xp as MilestoneEdit,
426
- cp as MilestoneList,
427
- rp as MilestoneOutcome,
428
- Sp as MilestoneStart,
429
- Fe as Minus2Icon,
430
- Ve as MinusIcon,
431
- Je as MistakeIcon,
432
- Ke as Mobile,
433
- vt as ModalProvider,
434
- Ze as MoreVerticalIcon,
435
- gf as MultiTabBlocker,
436
- du as NODE_LABELS,
437
- xu as NODE_SUB_GROUP,
438
- nu as NODE_TYPE,
439
- Hr as Next2Icon,
440
- Xe as NextIcon,
441
- Kr as Nudge,
442
- ht as NumRangeInput,
443
- Cf as OTPForm,
444
- Wa as OverlayLoader,
445
- Da as PLATFORM_EVENTS_STUDENT,
446
- Ga as PLATFORM_EVENTS_TEACHER,
447
- cu as PYTHON_NODE_TYPES,
448
- eo as PencilIcon,
449
- Rt as PercentileInput,
450
- Aa as PerfectHits,
451
- so as Play2Icon,
452
- ao as PlayIcon,
453
- Ps as PlayerType,
454
- mo as Plus2Icon,
455
- po as PlusIcon,
456
- ro as PointerIcon,
457
- Qp as PostGameStats,
458
- no as PracticeIcon,
459
- vu as PreviewWorksheet,
460
- io as ProgressIcon,
461
- Is as ProjectOutcome,
462
- Cs as ProjectType,
463
- Eo as Puzzle2Icon,
464
- Zu as PuzzleCard,
465
- Xu as PuzzleFeedbackCelebration,
466
- To as PuzzleIcon,
467
- Ao as QuestionIcon,
468
- _o as QuestionLetterIcon,
469
- iu as REWARDS_LIST,
470
- Vt as RadioCard,
471
- xt as RadioInput,
472
- jp as RecentChapters,
473
- ko as RedoIcon,
474
- su as ReferenceSheet,
475
- bp as RemotePeerPointer,
476
- Qa as ResendOTP,
477
- Pf as ResetPasswordForm,
478
- Lo as RightIcon,
479
- No as RulerIcon,
480
- Ff as SATSheetSummary,
481
- qp as SENTRY_DENIED_URLS,
482
- Xp as SENTRY_IGNORED_ERRORS,
483
- Iu as SHEET_ACTIONS,
484
- Tu as SHEET_ATTEMPT_LOCATION,
485
- Su as SHEET_ATTEMPT_LOCATION_MAP,
486
- Eu as SHEET_ATTEMPT_STATE,
487
- Cu as SHEET_DATA_TYPE,
488
- Au as SHEET_STATE,
489
- kp as STAGES,
490
- nr as ScribbleIcon,
491
- Do as SearchIcon,
492
- It as SearchableSelectInput,
493
- Ft as SectionList,
494
- ct as SelectInput,
495
- Mt as SelectionCards,
496
- Ta as Separator,
497
- Vu as SheetError,
498
- Go as SheetIcon,
499
- au as SheetList,
500
- wu as SheetLocked,
501
- Ws as SignUp,
502
- lf as SignupMethods,
503
- cr as SketchIcon,
504
- Wo as Skip2Icon,
505
- Uo as SkipColoredIcon,
506
- bo as SkipIcon,
507
- nf as SocialAccountNotFound,
508
- df as SocialLoginMethods,
509
- bs as SplashScreen,
510
- zo as Star2Icon,
511
- yo as StarIcon,
512
- Yo as StatusIcon,
417
+ Vf as LPARChapter,
418
+ Ff as LPARMilestoneChapter,
419
+ vs as Leaderboard,
420
+ Ju as LearnosityPreloader,
421
+ ve as LeftIcon,
422
+ we as Lock2Icon,
423
+ Ve as Lock3Icon,
424
+ Be as LockIcon,
425
+ Jl as Maintenance,
426
+ Sp as MilestoneActionWidget,
427
+ ep as MilestoneCreate,
428
+ cp as MilestoneEdit,
429
+ Ip as MilestoneList,
430
+ ap as MilestoneOutcome,
431
+ Cp as MilestoneStart,
432
+ Je as Minus2Icon,
433
+ Fe as MinusIcon,
434
+ Ke as MistakeIcon,
435
+ Ze as Mobile,
436
+ Bt as ModalProvider,
437
+ Xe as MoreVerticalIcon,
438
+ vf as MultiTabBlocker,
439
+ nu as NODE_LABELS,
440
+ cu as NODE_SUB_GROUP,
441
+ iu as NODE_TYPE,
442
+ gr as Next2Icon,
443
+ eo as NextIcon,
444
+ Zr as Nudge,
445
+ Rt as NumRangeInput,
446
+ Pf as OTPForm,
447
+ za as OverlayLoader,
448
+ Ga as PLATFORM_EVENTS_STUDENT,
449
+ ya as PLATFORM_EVENTS_TEACHER,
450
+ Iu as PYTHON_NODE_TYPES,
451
+ ro as PencilIcon,
452
+ Mt as PercentileInput,
453
+ _a as PerfectHits,
454
+ po as Play2Icon,
455
+ so as PlayIcon,
456
+ hs as PlayerType,
457
+ no as Plus2Icon,
458
+ mo as PlusIcon,
459
+ ao as PointerIcon,
460
+ jp as PostGameStats,
461
+ io as PracticeIcon,
462
+ Bu as PreviewWorksheet,
463
+ To as ProgressIcon,
464
+ Ss as ProjectOutcome,
465
+ Ps as ProjectType,
466
+ Ao as Puzzle2Icon,
467
+ rm as PuzzleApp,
468
+ Xu as PuzzleCard,
469
+ em as PuzzleFeedbackCelebration,
470
+ Eo as PuzzleIcon,
471
+ _o as QuestionIcon,
472
+ ko as QuestionLetterIcon,
473
+ Tu as REWARDS_LIST,
474
+ Ft as RadioCard,
475
+ ct as RadioInput,
476
+ qp as RecentChapters,
477
+ Lo as RedoIcon,
478
+ pu as ReferenceSheet,
479
+ Wp as RemotePeerPointer,
480
+ ja as ResendOTP,
481
+ hf as ResetPasswordForm,
482
+ No as RightIcon,
483
+ Ho as RulerIcon,
484
+ Jf as SATSheetSummary,
485
+ $p as SENTRY_DENIED_URLS,
486
+ eu as SENTRY_IGNORED_ERRORS,
487
+ Su as SHEET_ACTIONS,
488
+ Eu as SHEET_ATTEMPT_LOCATION,
489
+ Cu as SHEET_ATTEMPT_LOCATION_MAP,
490
+ Au as SHEET_ATTEMPT_STATE,
491
+ Pu as SHEET_DATA_TYPE,
492
+ _u as SHEET_STATE,
493
+ Lp as STAGES,
494
+ ir as ScribbleIcon,
495
+ Go as SearchIcon,
496
+ St as SearchableSelectInput,
497
+ Jt as SectionList,
498
+ It as SelectInput,
499
+ Ot as SelectionCards,
500
+ Ea as Separator,
501
+ Fu as SheetError,
502
+ yo as SheetIcon,
503
+ su as SheetList,
504
+ Vu as SheetLocked,
505
+ zs as SignUp,
506
+ uf as SignupMethods,
507
+ Ir as SketchIcon,
508
+ zo as Skip2Icon,
509
+ bo as SkipColoredIcon,
510
+ Wo as SkipIcon,
511
+ If as SocialAccountNotFound,
512
+ nf as SocialLoginMethods,
513
+ Ws as SplashScreen,
514
+ Yo as Star2Icon,
515
+ Uo as StarIcon,
516
+ Qo as StatusIcon,
513
517
  a as Stepper,
514
- La as Stickers,
515
- Na as StickersSelector,
516
- ia as StreakIcon,
517
- ms as StreakReductionLocalStorageUtil,
518
- Qo as StrikedEyeIcon,
519
- _u as StudentDetails,
520
- Jl as SubmitMilestoneModal,
521
- jo as SwitchIcon,
522
- na as TabComponent,
523
- za as Tabs,
524
- Kt as Tag,
525
- Il as TalkMeter,
526
- Cp as TestsCreation,
527
- Jt as Text,
528
- rt as TextButton,
529
- Ct as TextInput,
530
- qo as TickIcon,
531
- da as TimeLeftTimeline,
532
- ml as TrialSession,
533
- $o as TrophyIcon,
534
- xs as Tutorial,
535
- Rr as TutoringIcon,
536
- Xt as UIContext,
537
- or as UndoIcon,
538
- fr as Unlock2Icon,
539
- tr as UnlockIcon,
540
- lr as UpIcon,
541
- dr as User2Icon,
542
- ur as UserIcon,
543
- hf as UserIdentifierForm,
544
- ja as UserTypeSelector,
545
- If as UsernamePasswordForm,
546
- Ea as Video,
547
- ya as WHITELIST_EVENTS,
548
- Lu as WORKSHEET_ACTION_BAR_HEIGHT,
549
- Mu as WORKSHEET_QUESTIONS_GAP,
550
- Nu as WORKSHEET_QUESTION_WIDTH,
551
- Ou as WORKSHEET_TOP_NAVIGATION_HEIGHT,
552
- pu as WORKSHEET_V3_NODE_TYPES,
553
- cs as WebView,
554
- Ss as WebViewEvent,
555
- gu as Worksheet,
556
- Jf as checkIfPPTNodeType,
557
- la as getTheme,
558
- Zf as invalidateGetChapterDetails,
559
- Pl as invalidateHomeworks,
560
- vp as invalidateMilestoneResources,
561
- Lp as invalidateMilestonesData,
562
- Op as invalidatePastMilestoneCount,
563
- em as invalidatePuzzleToAssign,
564
- Gp as invalidateTestHelpData,
565
- Hu as isOkayTypeQuestion,
566
- ku as loadScript,
567
- hl as useAutoPlayPermission,
568
- js as useCanvasSyncBroker,
569
- Vl as useChapterPageJourney,
570
- rs as useCircleSounds,
571
- cl as useClassTimeAlerts,
572
- ta as useContextMenuClickHandler,
573
- Br as useForceReload,
574
- Mp as useGetAllMilestonesdata,
575
- Hs as useGetCircleHomeDetailsDal,
576
- Hl as useGetEligibleJourneysViaRoute,
577
- ss as useGetLeaderboardDal,
578
- Up as useGetMilestoneResources,
579
- Dp as useGetPastMilestoneCount,
580
- om as useGetPuzzleToAssign,
581
- gp as useGetTestHelpData,
582
- wl as useHomePageJourney,
583
- ll as useInClassActionDispatcher,
584
- pl as useInClassActionListener,
585
- ol as useInClassMessageBroker,
586
- Ju as useIsLearnosityLoaded,
587
- Hf as useIsTabBlocked,
588
- Ol as useJourney,
589
- Bt as useModalActions,
590
- wt as useModalParams,
591
- Wp as usePointerSync,
592
- oa as useTrackingContext,
593
- tl as useTrialSessionMessageBroker,
594
- $t as useUIContext,
595
- Ku as useWorksheetLayout,
596
- vr as useZoomDisable
518
+ Na as Stickers,
519
+ Ha as StickersSelector,
520
+ Ta as StreakIcon,
521
+ xs as StreakReductionLocalStorageUtil,
522
+ jo as StrikedEyeIcon,
523
+ ku as StudentDetails,
524
+ Kl as SubmitMilestoneModal,
525
+ qo as SwitchIcon,
526
+ ia as TabComponent,
527
+ Ya as Tabs,
528
+ Zt as Tag,
529
+ Sl as TalkMeter,
530
+ Pp as TestsCreation,
531
+ Kt as Text,
532
+ at as TextButton,
533
+ Pt as TextInput,
534
+ $o as TickIcon,
535
+ na as TimeLeftTimeline,
536
+ xl as TrialSession,
537
+ or as TrophyIcon,
538
+ cs as Tutorial,
539
+ Mr as TutoringIcon,
540
+ ea as UIContext,
541
+ tr as UndoIcon,
542
+ lr as Unlock2Icon,
543
+ fr as UnlockIcon,
544
+ ur as UpIcon,
545
+ nr as User2Icon,
546
+ dr as UserIcon,
547
+ Rf as UserIdentifierForm,
548
+ qa as UserTypeSelector,
549
+ Sf as UsernamePasswordForm,
550
+ Aa as Video,
551
+ Ua as WHITELIST_EVENTS,
552
+ Nu as WORKSHEET_ACTION_BAR_HEIGHT,
553
+ Ou as WORKSHEET_QUESTIONS_GAP,
554
+ Hu as WORKSHEET_QUESTION_WIDTH,
555
+ Du as WORKSHEET_TOP_NAVIGATION_HEIGHT,
556
+ mu as WORKSHEET_V3_NODE_TYPES,
557
+ Is as WebView,
558
+ Cs as WebViewEvent,
559
+ vu as Worksheet,
560
+ Kf as checkIfPPTNodeType,
561
+ ua as getTheme,
562
+ Xf as invalidateGetChapterDetails,
563
+ hl as invalidateHomeworks,
564
+ Bp as invalidateMilestoneResources,
565
+ Np as invalidateMilestonesData,
566
+ Dp as invalidatePastMilestoneCount,
567
+ am as invalidatePuzzleToAssign,
568
+ yp as invalidateTestHelpData,
569
+ gu as isOkayTypeQuestion,
570
+ Lu as loadScript,
571
+ Rl as useAutoPlayPermission,
572
+ qs as useCanvasSyncBroker,
573
+ Fl as useChapterPageJourney,
574
+ as as useCircleSounds,
575
+ Il as useClassTimeAlerts,
576
+ fa as useContextMenuClickHandler,
577
+ wr as useForceReload,
578
+ Op as useGetAllMilestonesdata,
579
+ gs as useGetCircleHomeDetailsDal,
580
+ gl as useGetEligibleJourneysViaRoute,
581
+ ps as useGetLeaderboardDal,
582
+ bp as useGetMilestoneResources,
583
+ Gp as useGetPastMilestoneCount,
584
+ fm as useGetPuzzleToAssign,
585
+ vp as useGetTestHelpData,
586
+ Vl as useHomePageJourney,
587
+ ul as useInClassActionDispatcher,
588
+ ml as useInClassActionListener,
589
+ tl as useInClassMessageBroker,
590
+ Ku as useIsLearnosityLoaded,
591
+ gf as useIsTabBlocked,
592
+ Dl as useJourney,
593
+ wt as useModalActions,
594
+ Vt as useModalParams,
595
+ zp as usePointerSync,
596
+ ta as useTrackingContext,
597
+ fl as useTrialSessionMessageBroker,
598
+ oa as useUIContext,
599
+ Zu as useWorksheetLayout,
600
+ Br as useZoomDisable
597
601
  };
598
602
  //# sourceMappingURL=index.js.map