@cuemath/leap 3.2.10 → 3.2.11-j1

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