@cuemath/leap 2.8.51-beta-0.1 → 2.8.51-beta-0.2

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