@cuemath/leap 3.2.12 → 3.2.13-m

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