@cuemath/leap 2.8.63-akm-5 → 2.9.0-aa1

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 (24) hide show
  1. package/dist/features/chapters/lpar-chapter/block-section/sheet-item/rewards-n-actions/student-actions/student-actions.js +45 -46
  2. package/dist/features/chapters/lpar-chapter/block-section/sheet-item/rewards-n-actions/student-actions/student-actions.js.map +1 -1
  3. package/dist/features/chapters/lpar-chapter/block-section/sheet-item/rewards-n-actions/teacher-actions/teacher-actions.js +25 -26
  4. package/dist/features/chapters/lpar-chapter/block-section/sheet-item/rewards-n-actions/teacher-actions/teacher-actions.js.map +1 -1
  5. package/dist/features/circle-games/hooks/use-circle-sounds/use-circle-sounds.js +50 -58
  6. package/dist/features/circle-games/hooks/use-circle-sounds/use-circle-sounds.js.map +1 -1
  7. package/dist/features/cue-canvas/cue-canvas-provider.js +9 -8
  8. package/dist/features/cue-canvas/cue-canvas-provider.js.map +1 -1
  9. package/dist/features/sheets/lessons-list/lesson-item/lesson-item-cta-info.js +59 -60
  10. package/dist/features/sheets/lessons-list/lesson-item/lesson-item-cta-info.js.map +1 -1
  11. package/dist/features/sheets/resources-list/resource-item/resource-item.js +89 -90
  12. package/dist/features/sheets/resources-list/resource-item/resource-item.js.map +1 -1
  13. package/dist/features/sheets/sheets-list/sheet-item/reward-n-actions/student-actions/student-actions.js +60 -61
  14. package/dist/features/sheets/sheets-list/sheet-item/reward-n-actions/student-actions/student-actions.js.map +1 -1
  15. package/dist/features/sheets/sheets-list/sheet-item/reward-n-actions/teacher-actions/teacher-actions.js +63 -64
  16. package/dist/features/sheets/sheets-list/sheet-item/reward-n-actions/teacher-actions/teacher-actions.js.map +1 -1
  17. package/dist/features/sheets/utils/is-v3-worksheet.js +4 -14
  18. package/dist/features/sheets/utils/is-v3-worksheet.js.map +1 -1
  19. package/dist/index.d.ts +10 -13
  20. package/dist/index.js +425 -425
  21. package/dist/index.js.map +1 -1
  22. package/dist/library/polypad.js +24965 -0
  23. package/dist/library/polypad.js.map +1 -0
  24. package/package.json +4 -2
package/dist/index.js CHANGED
@@ -1,221 +1,222 @@
1
- import { default as r } from "./features/ui/grade-selector/grade-selector.js";
2
- import { default as a } from "./features/ui/stepper/stepper.js";
3
- import { ILLUSTRATIONS as s } from "./assets/illustrations/illustrations.js";
4
- import { IMAGES as p } from "./assets/images/images.js";
5
- import { LOTTIE as u } from "./assets/lottie/lottie.js";
6
- import { default as d } from "./assets/line-icons/icons/alert.js";
7
- import { default as c } from "./assets/line-icons/icons/back.js";
8
- import { default as i } from "./assets/line-icons/icons/bin.js";
9
- import { default as E } from "./assets/line-icons/icons/bin2.js";
10
- import { default as C } from "./assets/line-icons/icons/book-closed.js";
11
- import { default as _ } from "./assets/line-icons/icons/book.js";
1
+ import "./library/polypad.js";
2
+ import { default as t } from "./features/ui/grade-selector/grade-selector.js";
3
+ import { default as f } from "./features/ui/stepper/stepper.js";
4
+ import { ILLUSTRATIONS as l } from "./assets/illustrations/illustrations.js";
5
+ import { IMAGES as m } from "./assets/images/images.js";
6
+ import { LOTTIE as x } from "./assets/lottie/lottie.js";
7
+ import { default as n } from "./assets/line-icons/icons/alert.js";
8
+ import { default as I } from "./assets/line-icons/icons/back.js";
9
+ import { default as T } from "./assets/line-icons/icons/bin.js";
10
+ import { default as S } from "./assets/line-icons/icons/bin2.js";
11
+ import { default as A } from "./assets/line-icons/icons/book-closed.js";
12
+ import { default as P } from "./assets/line-icons/icons/book.js";
12
13
  import { default as h } from "./assets/line-icons/icons/book2.js";
13
14
  import { default as k } from "./assets/line-icons/icons/bookmark.js";
14
- import { default as N } from "./assets/line-icons/icons/bulb.js";
15
- import { default as R } from "./assets/line-icons/icons/bulb2.js";
16
- import { default as D } from "./assets/line-icons/icons/calendar.js";
17
- import { default as y } from "./assets/line-icons/icons/check.js";
18
- import { default as B } from "./assets/line-icons/icons/check2.js";
19
- import { default as U } from "./assets/line-icons/icons/clipboard.js";
20
- import { default as W } from "./assets/line-icons/icons/clock.js";
21
- import { default as w } from "./assets/line-icons/icons/clock2.js";
22
- import { default as Y } from "./assets/line-icons/icons/code.js";
23
- import { default as F } from "./assets/line-icons/icons/copy.js";
24
- import { default as j } from "./assets/line-icons/icons/cross.js";
25
- import { default as q } from "./assets/line-icons/icons/cue-rocket.js";
26
- import { default as X } from "./assets/line-icons/icons/dash-arrow.js";
27
- import { default as ee } from "./assets/line-icons/icons/down.js";
28
- import { default as re } from "./assets/line-icons/icons/draft.js";
29
- import { default as ae } from "./assets/line-icons/icons/drag.js";
30
- import { default as se } from "./assets/line-icons/icons/edit.js";
31
- import { default as pe } from "./assets/line-icons/icons/edit2.js";
32
- import { default as ue } from "./assets/line-icons/icons/edit-star.js";
33
- import { default as de } from "./assets/line-icons/icons/eraser.js";
34
- import { default as ce } from "./assets/line-icons/icons/eye.js";
35
- import { default as ie } from "./assets/line-icons/icons/eye2.js";
36
- import { default as Ee } from "./assets/line-icons/icons/hand.js";
37
- import { default as Ce } from "./assets/line-icons/icons/help.js";
38
- import { default as _e } from "./assets/line-icons/icons/highlighter.js";
15
+ import { default as O } from "./assets/line-icons/icons/bulb.js";
16
+ import { default as H } from "./assets/line-icons/icons/bulb2.js";
17
+ import { default as G } from "./assets/line-icons/icons/calendar.js";
18
+ import { default as g } from "./assets/line-icons/icons/check.js";
19
+ import { default as b } from "./assets/line-icons/icons/check2.js";
20
+ import { default as v } from "./assets/line-icons/icons/clipboard.js";
21
+ import { default as V } from "./assets/line-icons/icons/clock.js";
22
+ import { default as Q } from "./assets/line-icons/icons/clock2.js";
23
+ import { default as K } from "./assets/line-icons/icons/code.js";
24
+ import { default as J } from "./assets/line-icons/icons/copy.js";
25
+ import { default as Z } from "./assets/line-icons/icons/cross.js";
26
+ import { default as z } from "./assets/line-icons/icons/cue-rocket.js";
27
+ import { default as $ } from "./assets/line-icons/icons/dash-arrow.js";
28
+ import { default as oe } from "./assets/line-icons/icons/down.js";
29
+ import { default as te } from "./assets/line-icons/icons/draft.js";
30
+ import { default as fe } from "./assets/line-icons/icons/drag.js";
31
+ import { default as le } from "./assets/line-icons/icons/edit.js";
32
+ import { default as me } from "./assets/line-icons/icons/edit2.js";
33
+ import { default as xe } from "./assets/line-icons/icons/edit-star.js";
34
+ import { default as ne } from "./assets/line-icons/icons/eraser.js";
35
+ import { default as Ie } from "./assets/line-icons/icons/eye.js";
36
+ import { default as Te } from "./assets/line-icons/icons/eye2.js";
37
+ import { default as Se } from "./assets/line-icons/icons/hand.js";
38
+ import { default as Ae } from "./assets/line-icons/icons/help.js";
39
+ import { default as Pe } from "./assets/line-icons/icons/highlighter.js";
39
40
  import { default as he } from "./assets/line-icons/icons/home.js";
40
41
  import { default as ke } from "./assets/line-icons/icons/image.js";
41
- import { default as Ne } from "./assets/line-icons/icons/info.js";
42
- import { default as Re } from "./assets/line-icons/icons/info2.js";
43
- import { default as De } from "./assets/line-icons/icons/left.js";
44
- import { default as ye } from "./assets/line-icons/icons/lock.js";
45
- import { default as Be } from "./assets/line-icons/icons/lock2.js";
46
- import { default as Ue } from "./assets/line-icons/icons/minus.js";
47
- import { default as We } from "./assets/line-icons/icons/minus2.js";
48
- import { default as we } from "./assets/line-icons/icons/mistake.js";
49
- import { default as Ye } from "./assets/line-icons/icons/mobile.js";
50
- import { default as Fe } from "./assets/line-icons/icons/more-vertical.js";
51
- import { default as je } from "./assets/line-icons/icons/next.js";
52
- import { default as qe } from "./assets/line-icons/icons/pencil.js";
53
- import { default as Xe } from "./assets/line-icons/icons/pointer.js";
54
- import { default as eo } from "./assets/line-icons/icons/play.js";
55
- import { default as ro } from "./assets/line-icons/icons/play2.js";
56
- import { default as ao } from "./assets/line-icons/icons/plus.js";
57
- import { default as so } from "./assets/line-icons/icons/plus2.js";
58
- import { default as po } from "./assets/line-icons/icons/practice.js";
59
- import { default as uo } from "./assets/line-icons/icons/progress.js";
60
- import { default as no } from "./assets/line-icons/icons/question.js";
61
- import { default as Io } from "./assets/line-icons/icons/question-letter.js";
62
- import { default as To } from "./assets/line-icons/icons/redo.js";
63
- import { default as So } from "./assets/line-icons/icons/right.js";
64
- import { default as Ao } from "./assets/line-icons/icons/ruler.js";
65
- import { default as Po } from "./assets/line-icons/icons/search.js";
66
- import { default as Lo } from "./assets/line-icons/icons/sheet.js";
67
- import { default as Mo } from "./assets/line-icons/icons/star.js";
68
- import { default as Oo } from "./assets/line-icons/icons/skip.js";
69
- import { default as Ho } from "./assets/line-icons/icons/skip2.js";
70
- import { default as Go } from "./assets/line-icons/icons/star2.js";
71
- import { default as go } from "./assets/line-icons/icons/striked-eye.js";
72
- import { default as bo } from "./assets/line-icons/icons/switch-icon.js";
73
- import { default as vo } from "./assets/line-icons/icons/tick.js";
74
- import { default as Vo } from "./assets/line-icons/icons/trophy.js";
75
- import { default as Qo } from "./assets/line-icons/icons/undo.js";
76
- import { default as Ko } from "./assets/line-icons/icons/unlock.js";
77
- import { default as Jo } from "./assets/line-icons/icons/up.js";
78
- import { default as Zo } from "./assets/line-icons/icons/user.js";
79
- import { default as zo } from "./assets/line-icons/icons/user2.js";
80
- import { default as $o, default as er } from "./assets/line-icons/icons/sketch.js";
81
- import { default as rr } from "./assets/line-icons/icons/back2.js";
82
- import { default as ar } from "./assets/line-icons/icons/chevron-right.js";
83
- import { default as sr } from "./assets/line-icons/icons/chevron-left.js";
84
- import { default as pr } from "./assets/line-icons/icons/chevron-down.js";
85
- import { default as ur } from "./assets/line-icons/icons/game.js";
86
- import { default as dr } from "./assets/line-icons/icons/tutoring.js";
87
- import { default as cr } from "./assets/line-icons/icons/chat.js";
88
- import { default as ir } from "./assets/line-icons/icons/cuemath-logo.js";
89
- import { default as Er } from "./assets/line-icons/icons/next2.js";
90
- import { AutoPlayPermissionProvider as Cr } from "./features/hooks/use-auto-play-permission/use-auto-play-permission-context-provider.js";
91
- import { default as _r } from "./features/hooks/use-zoom-disable.js";
42
+ import { default as Oe } from "./assets/line-icons/icons/info.js";
43
+ import { default as He } from "./assets/line-icons/icons/info2.js";
44
+ import { default as Ge } from "./assets/line-icons/icons/left.js";
45
+ import { default as ge } from "./assets/line-icons/icons/lock.js";
46
+ import { default as be } from "./assets/line-icons/icons/lock2.js";
47
+ import { default as ve } from "./assets/line-icons/icons/minus.js";
48
+ import { default as Ve } from "./assets/line-icons/icons/minus2.js";
49
+ import { default as Qe } from "./assets/line-icons/icons/mistake.js";
50
+ import { default as Ke } from "./assets/line-icons/icons/mobile.js";
51
+ import { default as Je } from "./assets/line-icons/icons/more-vertical.js";
52
+ import { default as Ze } from "./assets/line-icons/icons/next.js";
53
+ import { default as ze } from "./assets/line-icons/icons/pencil.js";
54
+ import { default as $e } from "./assets/line-icons/icons/pointer.js";
55
+ import { default as oo } from "./assets/line-icons/icons/play.js";
56
+ import { default as to } from "./assets/line-icons/icons/play2.js";
57
+ import { default as fo } from "./assets/line-icons/icons/plus.js";
58
+ import { default as lo } from "./assets/line-icons/icons/plus2.js";
59
+ import { default as mo } from "./assets/line-icons/icons/practice.js";
60
+ import { default as xo } from "./assets/line-icons/icons/progress.js";
61
+ import { default as co } from "./assets/line-icons/icons/question.js";
62
+ import { default as io } from "./assets/line-icons/icons/question-letter.js";
63
+ import { default as Eo } from "./assets/line-icons/icons/redo.js";
64
+ import { default as Co } from "./assets/line-icons/icons/right.js";
65
+ import { default as _o } from "./assets/line-icons/icons/ruler.js";
66
+ import { default as Lo } from "./assets/line-icons/icons/search.js";
67
+ import { default as Mo } from "./assets/line-icons/icons/sheet.js";
68
+ import { default as No } from "./assets/line-icons/icons/star.js";
69
+ import { default as Ro } from "./assets/line-icons/icons/skip.js";
70
+ import { default as Do } from "./assets/line-icons/icons/skip2.js";
71
+ import { default as yo } from "./assets/line-icons/icons/star2.js";
72
+ import { default as Bo } from "./assets/line-icons/icons/striked-eye.js";
73
+ import { default as Uo } from "./assets/line-icons/icons/switch-icon.js";
74
+ import { default as Wo } from "./assets/line-icons/icons/tick.js";
75
+ import { default as wo } from "./assets/line-icons/icons/trophy.js";
76
+ import { default as Yo } from "./assets/line-icons/icons/undo.js";
77
+ import { default as Fo } from "./assets/line-icons/icons/unlock.js";
78
+ import { default as jo } from "./assets/line-icons/icons/up.js";
79
+ import { default as qo } from "./assets/line-icons/icons/user.js";
80
+ import { default as Xo } from "./assets/line-icons/icons/user2.js";
81
+ import { default as er, default as or } from "./assets/line-icons/icons/sketch.js";
82
+ import { default as tr } from "./assets/line-icons/icons/back2.js";
83
+ import { default as fr } from "./assets/line-icons/icons/chevron-right.js";
84
+ import { default as lr } from "./assets/line-icons/icons/chevron-left.js";
85
+ import { default as mr } from "./assets/line-icons/icons/chevron-down.js";
86
+ import { default as xr } from "./assets/line-icons/icons/game.js";
87
+ import { default as nr } from "./assets/line-icons/icons/tutoring.js";
88
+ import { default as Ir } from "./assets/line-icons/icons/chat.js";
89
+ import { default as Tr } from "./assets/line-icons/icons/cuemath-logo.js";
90
+ import { default as Sr } from "./assets/line-icons/icons/next2.js";
91
+ import { AutoPlayPermissionProvider as Ar } from "./features/hooks/use-auto-play-permission/use-auto-play-permission-context-provider.js";
92
+ import { default as Pr } from "./features/hooks/use-zoom-disable.js";
92
93
  import { default as hr } from "./features/hooks/use-force-reload.js";
93
94
  import { default as kr } from "./features/ui/accordion-section/accordion-section.js";
94
- import { default as Nr } from "./features/ui/arrow-tooltip/arrow-tooltip.js";
95
- import { default as Rr } from "./features/ui/context-menu/context-menu.js";
96
- import { default as Dr } from "./features/ui/timers/countdown-timer/countdown-timer.js";
97
- import { default as yr } from "./features/ui/nudge/nudge.js";
98
- import { default as Br } from "./features/ui/buttons/button/button.js";
99
- import { default as Ur } from "./features/ui/buttons/clickable/clickable.js";
100
- import { default as Wr } from "./features/ui/buttons/icon-button/icon-button.js";
101
- import { default as wr } from "./features/ui/buttons/text-button/text-button.js";
102
- import { ArcButton as Yr } from "./features/ui/arc-button/arc-button.js";
103
- import { default as Fr } from "./features/ui/error/error.js";
104
- import { default as jr } from "./features/ui/inputs/checkbox-input/checkbox-input.js";
105
- import { default as qr } from "./features/ui/inputs/checkbox-input-list/checkbox-input-list.js";
106
- import { default as Xr } from "./features/ui/inputs/radio-input/radio-input.js";
107
- import { default as et } from "./features/ui/inputs/select-input/select-input.js";
108
- import { default as rt } from "./features/ui/inputs/searchable-select-input/searchable-select-input.js";
109
- import { default as at } from "./features/ui/inputs/google-places-search-input/google-places-search-input.js";
110
- import { default as st } from "./features/ui/inputs/text-input/text-input.js";
111
- import { default as pt } from "./features/ui/inputs/cascading-select-input/cascading-select-input.js";
112
- import { default as ut } from "./features/ui/inputs/num-range-input/num-range-input.js";
113
- import { default as dt } from "./features/ui/inputs/percentile-input/percentile-input.js";
114
- import { default as ct } from "./features/ui/selection-cards/selection-cards.js";
115
- import { default as it } from "./features/ui/layout/flex-view.js";
116
- import { default as Et } from "./features/ui/loader/app-loader/app-loader.js";
117
- import { CircularLoader as Ct } from "./features/ui/loader/circular-loader/circular-loader.js";
118
- import { default as _t } from "./features/ui/radio-cards/radio-cards.js";
95
+ import { default as Or } from "./features/ui/arrow-tooltip/arrow-tooltip.js";
96
+ import { default as Hr } from "./features/ui/context-menu/context-menu.js";
97
+ import { default as Gr } from "./features/ui/timers/countdown-timer/countdown-timer.js";
98
+ import { default as gr } from "./features/ui/nudge/nudge.js";
99
+ import { default as br } from "./features/ui/buttons/button/button.js";
100
+ import { default as vr } from "./features/ui/buttons/clickable/clickable.js";
101
+ import { default as Vr } from "./features/ui/buttons/icon-button/icon-button.js";
102
+ import { default as Qr } from "./features/ui/buttons/text-button/text-button.js";
103
+ import { ArcButton as Kr } from "./features/ui/arc-button/arc-button.js";
104
+ import { default as Jr } from "./features/ui/error/error.js";
105
+ import { default as Zr } from "./features/ui/inputs/checkbox-input/checkbox-input.js";
106
+ import { default as zr } from "./features/ui/inputs/checkbox-input-list/checkbox-input-list.js";
107
+ import { default as $r } from "./features/ui/inputs/radio-input/radio-input.js";
108
+ import { default as ot } from "./features/ui/inputs/select-input/select-input.js";
109
+ import { default as tt } from "./features/ui/inputs/searchable-select-input/searchable-select-input.js";
110
+ import { default as ft } from "./features/ui/inputs/google-places-search-input/google-places-search-input.js";
111
+ import { default as lt } from "./features/ui/inputs/text-input/text-input.js";
112
+ import { default as mt } from "./features/ui/inputs/cascading-select-input/cascading-select-input.js";
113
+ import { default as xt } from "./features/ui/inputs/num-range-input/num-range-input.js";
114
+ import { default as nt } from "./features/ui/inputs/percentile-input/percentile-input.js";
115
+ import { default as It } from "./features/ui/selection-cards/selection-cards.js";
116
+ import { default as Tt } from "./features/ui/layout/flex-view.js";
117
+ import { default as St } from "./features/ui/loader/app-loader/app-loader.js";
118
+ import { CircularLoader as At } from "./features/ui/loader/circular-loader/circular-loader.js";
119
+ import { default as Pt } from "./features/ui/radio-cards/radio-cards.js";
119
120
  import { default as ht } from "./features/ui/section-list/section-list.js";
120
121
  import { default as kt } from "./features/ui/text/text.js";
121
- import { default as Nt } from "./features/ui/tag/tag.js";
122
- import { default as Rt } from "./features/ui/callout/callout.js";
123
- import { default as Dt, useUIContext as Gt } from "./features/ui/context/context.js";
124
- import { default as gt } from "./features/ui/context/use-tracking-context.js";
125
- import { default as bt } from "./features/ui/hooks/use-context-menu-click-handler.js";
126
- import { getTheme as vt } from "./features/ui/theme/get-theme.js";
127
- import { default as Vt } from "./features/ui/avatar/avatar.js";
128
- import { default as Qt } from "./features/ui/time-left-timeline/time-left-timeline.js";
129
- import { default as Kt } from "./features/ui/tab/tab.js";
130
- import { default as Jt } from "./features/ui/streak-icon/streak-icon.js";
131
- import { default as Zt } from "./features/ui/separator/separator.js";
132
- import { default as zt } from "./features/ui/video/index.js";
133
- import { default as $t } from "./features/ui/perfect-hits/perfect-hits.js";
134
- import { PLATFORM_EVENTS_STUDENT as oa } from "./features/analytics-events/platform-events-student.js";
135
- import { PLATFORM_EVENTS_TEACHER as ta } from "./features/analytics-events/platform-events-teacher.js";
136
- import { WHITELIST_EVENTS as fa } from "./features/analytics-events/whitelist-events.js";
137
- import { default as la } from "./features/blockers/multi-tab-blocker/use-is-tab-blocked.js";
138
- import { default as ma } from "./features/blockers/multi-tab-blocker/multi-tab-blocker.js";
139
- import { default as xa } from "./features/chapters/chapter/chapter.js";
140
- import { default as na } from "./features/chapters/chapters-list/chapters-list.js";
141
- import { default as Ia } from "./features/chapters/lpar-chapter/lpar-chapter.js";
142
- import { default as Ta } from "./features/chapters/lpar-milestone-chapter/lpar-milestone-chapter.js";
143
- import { default as Sa } from "./features/chapters/lpar-chapter/block-section/sat-sheet-item/sat-sheet-summary/sat-sheet-summary.js";
144
- import { checkIfPPTNodeType as Aa } from "./features/chapters/lpar-chapter/utils/index.js";
145
- import { GAME_LAUNCHER_ASSET_PADDING as Pa } from "./features/circle-games/game-launcher/comps/segmented-game-card/constants.js";
146
- import { GAME_LAUNCHER_SIZE as La } from "./features/circle-games/game-launcher/comps/card-container/constants.js";
147
- import { useCircleSounds as Ma } from "./features/circle-games/hooks/use-circle-sounds/use-circle-sounds.js";
148
- import { CircleSoundKey as Oa } from "./features/circle-games/hooks/use-circle-sounds/use-circle-sounds-enums.js";
149
- import { useGetLeaderboardDal as Ha } from "./features/circle-games/leaderboard/dal/use-get-leaderboard-dal/use-get-leaderboard-dal.js";
150
- import { ELeaderboardType as Ga } from "./features/circle-games/leaderboard/enums/leaderboard-type-enum.js";
151
- import { StreakReductionLocalStorageUtil as ga } from "./features/circle-games/utils/streak-reduction-localstorage-util.js";
152
- import { Tutorial as ba } from "./features/circle-games/games/tutorial/tutorial.js";
153
- import { WebView as va } from "./features/circle-games/games/web-view/web-view.js";
154
- import { ProjectOutcome as Va } from "./features/circle-games/games/web-view/enums/project-outcomes-enum.js";
155
- import { WebViewEvent as Qa } from "./features/circle-games/games/web-view/enums/web-view-events-enum.js";
156
- import { ProjectType as Ka } from "./features/circle-games/games/web-view/enums/project-type-enum.js";
157
- import { PlayerType as Ja } from "./features/circle-games/games/web-view/enums/player-type-enum.js";
158
- import { IStatsToAwardErrorCode as Za } from "./features/circle-games/games/web-view/web-view-types.js";
159
- import { CIRCLE_ONBOARDING_ANALYTICS_STEPS as za } from "./features/circle-games/enum/circle-onboarding-steps.js";
160
- import { CIRCLE_ACTION_IDS as $a } from "./features/circle-games/enum/circle-action-ids.js";
161
- import { GameLauncher as of } from "./features/circle-games/game-launcher/game-launcher.js";
162
- import { useGetCircleHomeDetailsDal as tf } from "./features/circle-games/game-launcher/dal/use-get-circle-home-details-dal/use-get-circle-home-details-dal.js";
163
- import { Leaderboard as ff } from "./features/circle-games/leaderboard/leaderboard.js";
164
- import { BackgroundImage as lf, CircularSteps as pf } from "./features/circle-games/sign-up/comp/circular-steps/circular-steps.js";
165
- import { SplashScreen as uf } from "./features/circle-games/sign-up/comp/splash-screen/splash-screen.js";
166
- import { SignUp as df } from "./features/circle-games/sign-up/sign-up.js";
167
- import { default as cf } from "./features/cue-canvas/cue-canvas-provider.js";
168
- import { default as Tf } from "./features/cue-canvas/toolbar/toolbar.js";
169
- import { default as Sf } from "./features/cue-canvas/cue-canvas.js";
170
- import { default as Af } from "./features/cue-canvas/hooks/use-canvas-sync-broker.js";
171
- import { default as Pf } from "./features/communication/hooks/use-inclass-message-broker/use-inclass-message-broker.js";
172
- import { default as Lf } from "./features/communication/hooks/use-trial-session-message-broker/use-trial-session-message-broker.js";
173
- import { EVENTS as Mf } from "./features/communication/pub-sub/constants.js";
174
- import { useInClassActionDispatcher as Of, useInClassActionListener as Rf } from "./features/communication/pub-sub/hooks.js";
175
- import { default as Df } from "./features/trial-session/trial-session.js";
176
- import { EClassTimeAlertLevel as yf } from "./features/trial-session/trial-session-types.js";
177
- import { useClassTimeAlerts as Bf } from "./features/trial-session/hooks/use-class-time-alerts.js";
178
- import { default as Uf } from "./features/talk-meter/talk-meter.js";
179
- import { default as Wf } from "./features/extra-practice/extra-practice.js";
180
- import { useAutoPlayPermission as wf } from "./features/hooks/use-auto-play-permission/use-auto-play-permission.js";
181
- import { JOURNEY_ID_STUDENT as Yf } from "./features/journey/journey-id/journey-id-student.js";
182
- import { useJourney as Ff } from "./features/journey/use-journey/use-journey.js";
183
- import { useGetEligibleJourneysViaRoute as jf } from "./features/journey/hooks/use-get-eligible-journeys-via-route.js";
184
- import { JourneyProvider as qf } from "./features/journey/use-journey/journey-context-provider.js";
185
- import { IndicatorType as Xf } from "./features/journey/use-journey/constants.js";
186
- import { Coachmark as es } from "./features/journey/comps/coachmark/coachmark.js";
187
- import { default as rs } from "./features/milestone/create/submit-modal/submit-modal.js";
188
- import { default as as } from "./features/milestone/create/comps/confirmation-modals/goal-creation-confirmation.js";
189
- import { default as ss } from "./features/milestone/create/comps/confirmation-modals/chapter-clearance-confirmation.js";
190
- import { default as ps } from "./features/milestone/create/milestone-create-container.js";
191
- import { default as us } from "./features/milestone/edit/goal-drafts/goal-draft-edit-container.js";
192
- import { default as ds } from "./features/milestone/outcome/milestone-outcome-container.js";
193
- import { default as cs } from "./features/milestone/outcome/comps/achievement/reason-submit-modal.js";
194
- import { default as is } from "./features/milestone/outcome/comps/achievement/share-instructions-modal.js";
195
- import { default as Es } from "./features/milestone/edit/comps/edit-milestone-modal/index.js";
196
- import { default as Cs } from "./features/milestone/edit/goal-edit-container.js";
197
- import { default as _s } from "./features/milestone/edit/milestone-edit-container.js";
122
+ import { default as Ot } from "./features/ui/tag/tag.js";
123
+ import { default as Ht } from "./features/ui/callout/callout.js";
124
+ import { default as Gt, useUIContext as yt } from "./features/ui/context/context.js";
125
+ import { default as Bt } from "./features/ui/context/use-tracking-context.js";
126
+ import { default as Ut } from "./features/ui/hooks/use-context-menu-click-handler.js";
127
+ import { getTheme as Wt } from "./features/ui/theme/get-theme.js";
128
+ import { default as wt } from "./features/ui/avatar/avatar.js";
129
+ import { default as Yt } from "./features/ui/time-left-timeline/time-left-timeline.js";
130
+ import { default as Ft } from "./features/ui/tab/tab.js";
131
+ import { default as jt } from "./features/ui/streak-icon/streak-icon.js";
132
+ import { default as qt } from "./features/ui/separator/separator.js";
133
+ import { default as Xt } from "./features/ui/video/index.js";
134
+ import { default as ea } from "./features/ui/perfect-hits/perfect-hits.js";
135
+ import { PLATFORM_EVENTS_STUDENT as ra } from "./features/analytics-events/platform-events-student.js";
136
+ import { PLATFORM_EVENTS_TEACHER as aa } from "./features/analytics-events/platform-events-teacher.js";
137
+ import { WHITELIST_EVENTS as sa } from "./features/analytics-events/whitelist-events.js";
138
+ import { default as pa } from "./features/blockers/multi-tab-blocker/use-is-tab-blocked.js";
139
+ import { default as ua } from "./features/blockers/multi-tab-blocker/multi-tab-blocker.js";
140
+ import { default as da } from "./features/chapters/chapter/chapter.js";
141
+ import { default as ca } from "./features/chapters/chapters-list/chapters-list.js";
142
+ import { default as ia } from "./features/chapters/lpar-chapter/lpar-chapter.js";
143
+ import { default as Ea } from "./features/chapters/lpar-milestone-chapter/lpar-milestone-chapter.js";
144
+ import { default as Ca } from "./features/chapters/lpar-chapter/block-section/sat-sheet-item/sat-sheet-summary/sat-sheet-summary.js";
145
+ import { checkIfPPTNodeType as _a } from "./features/chapters/lpar-chapter/utils/index.js";
146
+ import { GAME_LAUNCHER_ASSET_PADDING as La } from "./features/circle-games/game-launcher/comps/segmented-game-card/constants.js";
147
+ import { GAME_LAUNCHER_SIZE as Ma } from "./features/circle-games/game-launcher/comps/card-container/constants.js";
148
+ import { useCircleSounds as Na } from "./features/circle-games/hooks/use-circle-sounds/use-circle-sounds.js";
149
+ import { CircleSoundKey as Ra } from "./features/circle-games/hooks/use-circle-sounds/use-circle-sounds-enums.js";
150
+ import { useGetLeaderboardDal as Da } from "./features/circle-games/leaderboard/dal/use-get-leaderboard-dal/use-get-leaderboard-dal.js";
151
+ import { ELeaderboardType as ya } from "./features/circle-games/leaderboard/enums/leaderboard-type-enum.js";
152
+ import { StreakReductionLocalStorageUtil as Ba } from "./features/circle-games/utils/streak-reduction-localstorage-util.js";
153
+ import { Tutorial as Ua } from "./features/circle-games/games/tutorial/tutorial.js";
154
+ import { WebView as Wa } from "./features/circle-games/games/web-view/web-view.js";
155
+ import { ProjectOutcome as wa } from "./features/circle-games/games/web-view/enums/project-outcomes-enum.js";
156
+ import { WebViewEvent as Ya } from "./features/circle-games/games/web-view/enums/web-view-events-enum.js";
157
+ import { ProjectType as Fa } from "./features/circle-games/games/web-view/enums/project-type-enum.js";
158
+ import { PlayerType as ja } from "./features/circle-games/games/web-view/enums/player-type-enum.js";
159
+ import { IStatsToAwardErrorCode as qa } from "./features/circle-games/games/web-view/web-view-types.js";
160
+ import { CIRCLE_ONBOARDING_ANALYTICS_STEPS as Xa } from "./features/circle-games/enum/circle-onboarding-steps.js";
161
+ import { CIRCLE_ACTION_IDS as ef } from "./features/circle-games/enum/circle-action-ids.js";
162
+ import { GameLauncher as rf } from "./features/circle-games/game-launcher/game-launcher.js";
163
+ import { useGetCircleHomeDetailsDal as af } from "./features/circle-games/game-launcher/dal/use-get-circle-home-details-dal/use-get-circle-home-details-dal.js";
164
+ import { Leaderboard as sf } from "./features/circle-games/leaderboard/leaderboard.js";
165
+ import { BackgroundImage as pf, CircularSteps as mf } from "./features/circle-games/sign-up/comp/circular-steps/circular-steps.js";
166
+ import { SplashScreen as xf } from "./features/circle-games/sign-up/comp/splash-screen/splash-screen.js";
167
+ import { SignUp as nf } from "./features/circle-games/sign-up/sign-up.js";
168
+ import { default as If } from "./features/cue-canvas/cue-canvas-provider.js";
169
+ import { default as Ef } from "./features/cue-canvas/toolbar/toolbar.js";
170
+ import { default as Cf } from "./features/cue-canvas/cue-canvas.js";
171
+ import { default as _f } from "./features/cue-canvas/hooks/use-canvas-sync-broker.js";
172
+ import { default as Lf } from "./features/communication/hooks/use-inclass-message-broker/use-inclass-message-broker.js";
173
+ import { default as Mf } from "./features/communication/hooks/use-trial-session-message-broker/use-trial-session-message-broker.js";
174
+ import { EVENTS as Nf } from "./features/communication/pub-sub/constants.js";
175
+ import { useInClassActionDispatcher as Rf, useInClassActionListener as Hf } from "./features/communication/pub-sub/hooks.js";
176
+ import { default as Gf } from "./features/trial-session/trial-session.js";
177
+ import { EClassTimeAlertLevel as gf } from "./features/trial-session/trial-session-types.js";
178
+ import { useClassTimeAlerts as bf } from "./features/trial-session/hooks/use-class-time-alerts.js";
179
+ import { default as vf } from "./features/talk-meter/talk-meter.js";
180
+ import { default as Vf } from "./features/extra-practice/extra-practice.js";
181
+ import { useAutoPlayPermission as Qf } from "./features/hooks/use-auto-play-permission/use-auto-play-permission.js";
182
+ import { JOURNEY_ID_STUDENT as Kf } from "./features/journey/journey-id/journey-id-student.js";
183
+ import { useJourney as Jf } from "./features/journey/use-journey/use-journey.js";
184
+ import { useGetEligibleJourneysViaRoute as Zf } from "./features/journey/hooks/use-get-eligible-journeys-via-route.js";
185
+ import { JourneyProvider as zf } from "./features/journey/use-journey/journey-context-provider.js";
186
+ import { IndicatorType as $f } from "./features/journey/use-journey/constants.js";
187
+ import { Coachmark as os } from "./features/journey/comps/coachmark/coachmark.js";
188
+ import { default as ts } from "./features/milestone/create/submit-modal/submit-modal.js";
189
+ import { default as fs } from "./features/milestone/create/comps/confirmation-modals/goal-creation-confirmation.js";
190
+ import { default as ls } from "./features/milestone/create/comps/confirmation-modals/chapter-clearance-confirmation.js";
191
+ import { default as ms } from "./features/milestone/create/milestone-create-container.js";
192
+ import { default as xs } from "./features/milestone/edit/goal-drafts/goal-draft-edit-container.js";
193
+ import { default as ns } from "./features/milestone/outcome/milestone-outcome-container.js";
194
+ import { default as Is } from "./features/milestone/outcome/comps/achievement/reason-submit-modal.js";
195
+ import { default as Ts } from "./features/milestone/outcome/comps/achievement/share-instructions-modal.js";
196
+ import { default as Ss } from "./features/milestone/edit/comps/edit-milestone-modal/index.js";
197
+ import { default as As } from "./features/milestone/edit/goal-edit-container.js";
198
+ import { default as Ps } from "./features/milestone/edit/milestone-edit-container.js";
198
199
  import { default as hs } from "./features/milestone/milestone-list-container/milestone-list-container.js";
199
200
  import { default as ks } from "./features/milestone/milestone-action-widget/milestone-action-widget.js";
200
- import { default as Ns } from "./features/milestone/start/milestone-start.js";
201
- import { default as Rs } from "./features/milestone/milestone-tests/tests-creation/tests-creation.js";
202
- import { default as Ds } from "./features/milestone/milestone-resources/resources-assign/resources-assign.js";
203
- import { ACHIEVEMENT_ACTIONS as ys, STAGES as gs } from "./features/milestone/outcome/milestone-outcome-constants.js";
204
- import { invalidateMilestonesData as bs, useGetAllMilestonesdata as Us } from "./features/milestone/milestone-list-container/api/get-milestones.js";
205
- import { invalidateTestHelpData as Ws, useGetTestHelpData as Vs } from "./features/milestone/milestone-list-container/api/get-tests-list.js";
206
- import { invalidateMilestoneResources as Qs, useGetMilestoneResources as Ys } from "./features/milestone/milestone-list-container/api/get-milestone-resources.js";
207
- import { default as Fs } from "./features/pointer-sync/pointer.js";
208
- import { default as js } from "./features/pointer-sync/hooks/use-pointer-sync.js";
209
- import { DigitalMeter as qs } from "./features/post-game-stats/digital-meter/digital-meter.js";
210
- import { EPostGameStat as Xs } from "./features/post-game-stats/enums/post-game-stats-enum.js";
211
- import { PostGameStats as el } from "./features/post-game-stats/post-game-stats.js";
212
- import { default as rl } from "./features/sheet-tools/desmos-calculator/desmos-calculator.js";
213
- import { default as al } from "./features/sheet-tools/tool-header/tool-header.js";
214
- import { default as sl } from "./features/sheets/sheets-list/sheets-list.js";
215
- import { default as pl } from "./features/sheets/reference-sheet/reference-sheet.js";
216
- import { isV3Worksheet as ul, isV3WorksheetAttempt as xl } from "./features/sheets/utils/is-v3-worksheet.js";
217
- import { COMPLETED_SHEET_STATE as nl, NODE_LABELS as cl, NODE_SUB_GROUP as Il, NODE_TYPE as il, PYTHON_NODE_TYPES as Tl, REWARDS_LIST as El, SHEET_ACTIONS as Sl, SHEET_ATTEMPT_LOCATION as Cl, SHEET_ATTEMPT_LOCATION_MAP as Al, SHEET_ATTEMPT_STATE as _l, SHEET_DATA_TYPE as Pl, SHEET_STATE as hl } from "./features/sheets/constants/sheet.js";
218
- import { default as kl } from "./features/student-details/student-details.js";
201
+ import { default as Os } from "./features/milestone/start/milestone-start.js";
202
+ import { default as Hs } from "./features/milestone/milestone-tests/tests-creation/tests-creation.js";
203
+ import { default as Gs } from "./features/milestone/milestone-resources/resources-assign/resources-assign.js";
204
+ import { ACHIEVEMENT_ACTIONS as gs, STAGES as Bs } from "./features/milestone/outcome/milestone-outcome-constants.js";
205
+ import { invalidateMilestonesData as Us, useGetAllMilestonesdata as vs } from "./features/milestone/milestone-list-container/api/get-milestones.js";
206
+ import { invalidateTestHelpData as Vs, useGetTestHelpData as ws } from "./features/milestone/milestone-list-container/api/get-tests-list.js";
207
+ import { invalidateMilestoneResources as Ys, useGetMilestoneResources as Ks } from "./features/milestone/milestone-list-container/api/get-milestone-resources.js";
208
+ import { default as Js } from "./features/pointer-sync/pointer.js";
209
+ import { default as Zs } from "./features/pointer-sync/hooks/use-pointer-sync.js";
210
+ import { DigitalMeter as zs } from "./features/post-game-stats/digital-meter/digital-meter.js";
211
+ import { EPostGameStat as $s } from "./features/post-game-stats/enums/post-game-stats-enum.js";
212
+ import { PostGameStats as ol } from "./features/post-game-stats/post-game-stats.js";
213
+ import { default as tl } from "./features/sheet-tools/desmos-calculator/desmos-calculator.js";
214
+ import { default as fl } from "./features/sheet-tools/tool-header/tool-header.js";
215
+ import { default as ll } from "./features/sheets/sheets-list/sheets-list.js";
216
+ import { default as ml } from "./features/sheets/reference-sheet/reference-sheet.js";
217
+ import { WORKSHEET_V3_NODE_TYPES as xl } from "./features/sheets/utils/is-v3-worksheet.js";
218
+ import { COMPLETED_SHEET_STATE as nl, NODE_LABELS as cl, NODE_SUB_GROUP as Il, NODE_TYPE as il, PYTHON_NODE_TYPES as Tl, REWARDS_LIST as El, SHEET_ACTIONS as Sl, SHEET_ATTEMPT_LOCATION as Cl, SHEET_ATTEMPT_LOCATION_MAP as Al, SHEET_ATTEMPT_STATE as _l, SHEET_DATA_TYPE as Pl, SHEET_STATE as Ll } from "./features/sheets/constants/sheet.js";
219
+ import { default as Ml } from "./features/student-details/student-details.js";
219
220
  import { default as Nl } from "./features/utils/load-script.js";
220
221
  import { ACTION_BAR_HEIGHT as Rl, QUESTIONS_GAP as Hl, QUESTION_WIDTH as Dl, TOP_NAVIGATION_HEIGHT as Gl } from "./features/worksheet/worksheet/constants.js";
221
222
  import { isOkayTypeQuestion as gl } from "./features/worksheet/worksheet/worksheet-helpers.js";
@@ -228,257 +229,256 @@ import { default as Jl } from "./features/worksheet/learnosity-preloader/use-is-
228
229
  import { default as Zl } from "./features/worksheet/worksheet-preview/hooks/use-worksheet-layout.js";
229
230
  import { default as zl } from "./features/maintenance/maintenance.js";
230
231
  export {
231
- ys as ACHIEVEMENT_ACTIONS,
232
+ gs as ACHIEVEMENT_ACTIONS,
232
233
  kr as AccordionSection,
233
- cs as AchievementNotShareReasonModal,
234
- is as AchievementShareInstructionModal,
235
- d as AlertIcon,
236
- Et as AppLoader,
237
- Yr as ArcButton,
238
- Nr as ArrowTooltip,
239
- Cr as AutoPlayPermissionProvider,
240
- Vt as Avatar,
241
- rr as Back2Icon,
242
- c as BackIcon,
243
- lf as BackgroundImage,
244
- E as Bin2Icon,
245
- i as BinIcon,
234
+ Is as AchievementNotShareReasonModal,
235
+ Ts as AchievementShareInstructionModal,
236
+ n as AlertIcon,
237
+ St as AppLoader,
238
+ Kr as ArcButton,
239
+ Or as ArrowTooltip,
240
+ Ar as AutoPlayPermissionProvider,
241
+ wt as Avatar,
242
+ tr as Back2Icon,
243
+ I as BackIcon,
244
+ pf as BackgroundImage,
245
+ S as Bin2Icon,
246
+ T as BinIcon,
246
247
  h as Book2Icon,
247
- C as BookClosedIcon,
248
- _ as BookIcon,
248
+ A as BookClosedIcon,
249
+ P as BookIcon,
249
250
  k as BookmarkIcon,
250
- R as Bulb2Icon,
251
- N as BulbIcon,
252
- Br as Button,
253
- $a as CIRCLE_ACTION_IDS,
254
- za as CIRCLE_ONBOARDING_ANALYTICS_STEPS,
251
+ H as Bulb2Icon,
252
+ O as BulbIcon,
253
+ br as Button,
254
+ ef as CIRCLE_ACTION_IDS,
255
+ Xa as CIRCLE_ONBOARDING_ANALYTICS_STEPS,
255
256
  nl as COMPLETED_SHEET_STATE,
256
- D as CalendarIcon,
257
- Rt as Callout,
258
- pt as CascadingSelectInput,
259
- xa as Chapter,
260
- ss as ChapterClearanceConfirmationModal,
261
- na as ChaptersList,
262
- cr as ChatIcon,
263
- B as Check2Icon,
264
- y as CheckIcon,
265
- jr as CheckboxInput,
266
- qr as CheckboxInputList,
267
- pr as ChevronDownIcon,
268
- sr as ChevronLeftIcon,
269
- ar as ChevronRightIcon,
270
- Oa as CircleSoundKey,
271
- Ct as CircularLoader,
272
- pf as CircularSteps,
273
- Ur as Clickable,
274
- U as ClipboardIcon,
275
- w as Clock2Icon,
276
- W as ClockIcon,
277
- es as Coachmark,
278
- Y as CodeIcon,
279
- Rr as ContextMenu,
280
- F as CopyIcon,
281
- Dr as CountdownTimer,
282
- j as CrossIcon,
283
- Sf as CueCanvas,
284
- Tf as CueCanvasController,
285
- cf as CueCanvasProvider,
286
- q as CueRocket,
287
- ir as CuemathLogo,
288
- X as DashArrowIcon,
289
- rl as DesmosCalculator,
290
- qs as DigitalMeter,
291
- ee as DownIcon,
292
- re as DraftIcon,
293
- ae as DragIcon,
294
- yf as EClassTimeAlertLevel,
295
- Ga as ELeaderboardType,
296
- Ds as EPResourceAssign,
297
- Xs as EPostGameStat,
298
- Mf as EVENTS,
299
- pe as Edit2Icon,
300
- se as EditIcon,
301
- Es as EditMilestoneModal,
302
- ue as EditStarIcon,
303
- de as EraserIcon,
304
- Fr as Error,
305
- al as ExpandableHeader,
306
- Wf as ExtraPractice,
307
- ie as Eye2Icon,
308
- ce as EyeIcon,
309
- it as FlexView,
310
- Pa as GAME_LAUNCHER_ASSET_PADDING,
311
- La as GAME_LAUNCHER_SIZE,
312
- ur as GameIcon,
313
- of as GameLauncher,
314
- as as GoalCreationConfirmationModal,
315
- us as GoalDraftEdit,
316
- Cs as GoalEdit,
317
- at as GooglePlacesSearchInput,
318
- r as GradeSelector,
319
- Ee as HandIcon,
320
- Ce as HelpIcon,
321
- _e as HighlighterIcon,
257
+ G as CalendarIcon,
258
+ Ht as Callout,
259
+ mt as CascadingSelectInput,
260
+ da as Chapter,
261
+ ls as ChapterClearanceConfirmationModal,
262
+ ca as ChaptersList,
263
+ Ir as ChatIcon,
264
+ b as Check2Icon,
265
+ g as CheckIcon,
266
+ Zr as CheckboxInput,
267
+ zr as CheckboxInputList,
268
+ mr as ChevronDownIcon,
269
+ lr as ChevronLeftIcon,
270
+ fr as ChevronRightIcon,
271
+ Ra as CircleSoundKey,
272
+ At as CircularLoader,
273
+ mf as CircularSteps,
274
+ vr as Clickable,
275
+ v as ClipboardIcon,
276
+ Q as Clock2Icon,
277
+ V as ClockIcon,
278
+ os as Coachmark,
279
+ K as CodeIcon,
280
+ Hr as ContextMenu,
281
+ J as CopyIcon,
282
+ Gr as CountdownTimer,
283
+ Z as CrossIcon,
284
+ Cf as CueCanvas,
285
+ Ef as CueCanvasController,
286
+ If as CueCanvasProvider,
287
+ z as CueRocket,
288
+ Tr as CuemathLogo,
289
+ $ as DashArrowIcon,
290
+ tl as DesmosCalculator,
291
+ zs as DigitalMeter,
292
+ oe as DownIcon,
293
+ te as DraftIcon,
294
+ fe as DragIcon,
295
+ gf as EClassTimeAlertLevel,
296
+ ya as ELeaderboardType,
297
+ Gs as EPResourceAssign,
298
+ $s as EPostGameStat,
299
+ Nf as EVENTS,
300
+ me as Edit2Icon,
301
+ le as EditIcon,
302
+ Ss as EditMilestoneModal,
303
+ xe as EditStarIcon,
304
+ ne as EraserIcon,
305
+ Jr as Error,
306
+ fl as ExpandableHeader,
307
+ Vf as ExtraPractice,
308
+ Te as Eye2Icon,
309
+ Ie as EyeIcon,
310
+ Tt as FlexView,
311
+ La as GAME_LAUNCHER_ASSET_PADDING,
312
+ Ma as GAME_LAUNCHER_SIZE,
313
+ xr as GameIcon,
314
+ rf as GameLauncher,
315
+ fs as GoalCreationConfirmationModal,
316
+ xs as GoalDraftEdit,
317
+ As as GoalEdit,
318
+ ft as GooglePlacesSearchInput,
319
+ t as GradeSelector,
320
+ Se as HandIcon,
321
+ Ae as HelpIcon,
322
+ Pe as HighlighterIcon,
322
323
  he as HomeIcon,
323
- s as ILLUSTRATIONS,
324
- p as IMAGES,
325
- Za as IStatsToAwardErrorCode,
326
- Wr as IconButton,
324
+ l as ILLUSTRATIONS,
325
+ m as IMAGES,
326
+ qa as IStatsToAwardErrorCode,
327
+ Vr as IconButton,
327
328
  ke as ImageIcon,
328
- Xf as IndicatorType,
329
- Re as Info2Icon,
330
- Ne as InfoIcon,
331
- Yf as JOURNEY_ID_STUDENT,
332
- qf as JourneyProvider,
333
- u as LOTTIE,
334
- Ia as LPARChapter,
335
- Ta as LPARMilestoneChapter,
336
- ff as Leaderboard,
329
+ $f as IndicatorType,
330
+ He as Info2Icon,
331
+ Oe as InfoIcon,
332
+ Kf as JOURNEY_ID_STUDENT,
333
+ zf as JourneyProvider,
334
+ x as LOTTIE,
335
+ ia as LPARChapter,
336
+ Ea as LPARMilestoneChapter,
337
+ sf as Leaderboard,
337
338
  Kl as LearnosityPreloader,
338
- De as LeftIcon,
339
- Be as Lock2Icon,
340
- ye as LockIcon,
339
+ Ge as LeftIcon,
340
+ be as Lock2Icon,
341
+ ge as LockIcon,
341
342
  zl as Maintenance,
342
343
  ks as MilestoneActionWidget,
343
- ps as MilestoneCreate,
344
- _s as MilestoneEdit,
344
+ ms as MilestoneCreate,
345
+ Ps as MilestoneEdit,
345
346
  hs as MilestoneList,
346
- ds as MilestoneOutcome,
347
- Ns as MilestoneStart,
348
- We as Minus2Icon,
349
- Ue as MinusIcon,
350
- we as MistakeIcon,
351
- Ye as Mobile,
352
- Fe as MoreVerticalIcon,
353
- ma as MultiTabBlocker,
347
+ ns as MilestoneOutcome,
348
+ Os as MilestoneStart,
349
+ Ve as Minus2Icon,
350
+ ve as MinusIcon,
351
+ Qe as MistakeIcon,
352
+ Ke as Mobile,
353
+ Je as MoreVerticalIcon,
354
+ ua as MultiTabBlocker,
354
355
  cl as NODE_LABELS,
355
356
  Il as NODE_SUB_GROUP,
356
357
  il as NODE_TYPE,
357
- Er as Next2Icon,
358
- je as NextIcon,
359
- yr as Nudge,
360
- ut as NumRangeInput,
361
- oa as PLATFORM_EVENTS_STUDENT,
362
- ta as PLATFORM_EVENTS_TEACHER,
358
+ Sr as Next2Icon,
359
+ Ze as NextIcon,
360
+ gr as Nudge,
361
+ xt as NumRangeInput,
362
+ ra as PLATFORM_EVENTS_STUDENT,
363
+ aa as PLATFORM_EVENTS_TEACHER,
363
364
  Tl as PYTHON_NODE_TYPES,
364
- qe as PencilIcon,
365
- dt as PercentileInput,
366
- $t as PerfectHits,
367
- ro as Play2Icon,
368
- eo as PlayIcon,
369
- Ja as PlayerType,
370
- so as Plus2Icon,
371
- ao as PlusIcon,
372
- Xe as PointerIcon,
373
- el as PostGameStats,
374
- po as PracticeIcon,
365
+ ze as PencilIcon,
366
+ nt as PercentileInput,
367
+ ea as PerfectHits,
368
+ to as Play2Icon,
369
+ oo as PlayIcon,
370
+ ja as PlayerType,
371
+ lo as Plus2Icon,
372
+ fo as PlusIcon,
373
+ $e as PointerIcon,
374
+ ol as PostGameStats,
375
+ mo as PracticeIcon,
375
376
  vl as PreviewWorksheet,
376
- uo as ProgressIcon,
377
- Va as ProjectOutcome,
378
- Ka as ProjectType,
379
- no as QuestionIcon,
380
- Io as QuestionLetterIcon,
377
+ xo as ProgressIcon,
378
+ wa as ProjectOutcome,
379
+ Fa as ProjectType,
380
+ co as QuestionIcon,
381
+ io as QuestionLetterIcon,
381
382
  El as REWARDS_LIST,
382
- _t as RadioCard,
383
- Xr as RadioInput,
384
- To as RedoIcon,
385
- pl as ReferenceSheet,
386
- Fs as RemotePeerPointer,
387
- So as RightIcon,
388
- Ao as RulerIcon,
389
- Sa as SATSheetSummary,
383
+ Pt as RadioCard,
384
+ $r as RadioInput,
385
+ Eo as RedoIcon,
386
+ ml as ReferenceSheet,
387
+ Js as RemotePeerPointer,
388
+ Co as RightIcon,
389
+ _o as RulerIcon,
390
+ Ca as SATSheetSummary,
390
391
  Sl as SHEET_ACTIONS,
391
392
  Cl as SHEET_ATTEMPT_LOCATION,
392
393
  Al as SHEET_ATTEMPT_LOCATION_MAP,
393
394
  _l as SHEET_ATTEMPT_STATE,
394
395
  Pl as SHEET_DATA_TYPE,
395
- hl as SHEET_STATE,
396
- gs as STAGES,
397
- $o as ScribbleIcon,
398
- Po as SearchIcon,
399
- rt as SearchableSelectInput,
396
+ Ll as SHEET_STATE,
397
+ Bs as STAGES,
398
+ er as ScribbleIcon,
399
+ Lo as SearchIcon,
400
+ tt as SearchableSelectInput,
400
401
  ht as SectionList,
401
- et as SelectInput,
402
- ct as SelectionCards,
403
- Zt as Separator,
402
+ ot as SelectInput,
403
+ It as SelectionCards,
404
+ qt as Separator,
404
405
  Ql as SheetError,
405
- Lo as SheetIcon,
406
- sl as SheetList,
406
+ Mo as SheetIcon,
407
+ ll as SheetList,
407
408
  Vl as SheetLocked,
408
- df as SignUp,
409
- er as SketchIcon,
410
- Ho as Skip2Icon,
411
- Oo as SkipIcon,
412
- uf as SplashScreen,
413
- Go as Star2Icon,
414
- Mo as StarIcon,
415
- a as Stepper,
416
- Jt as StreakIcon,
417
- ga as StreakReductionLocalStorageUtil,
418
- go as StrikedEyeIcon,
419
- kl as StudentDetails,
420
- rs as SubmitMilestoneModal,
421
- bo as SwitchIcon,
422
- Kt as TabComponent,
423
- Nt as Tag,
424
- Uf as TalkMeter,
425
- Rs as TestsCreation,
409
+ nf as SignUp,
410
+ or as SketchIcon,
411
+ Do as Skip2Icon,
412
+ Ro as SkipIcon,
413
+ xf as SplashScreen,
414
+ yo as Star2Icon,
415
+ No as StarIcon,
416
+ f as Stepper,
417
+ jt as StreakIcon,
418
+ Ba as StreakReductionLocalStorageUtil,
419
+ Bo as StrikedEyeIcon,
420
+ Ml as StudentDetails,
421
+ ts as SubmitMilestoneModal,
422
+ Uo as SwitchIcon,
423
+ Ft as TabComponent,
424
+ Ot as Tag,
425
+ vf as TalkMeter,
426
+ Hs as TestsCreation,
426
427
  kt as Text,
427
- wr as TextButton,
428
- st as TextInput,
429
- vo as TickIcon,
430
- Qt as TimeLeftTimeline,
431
- Df as TrialSession,
432
- Vo as TrophyIcon,
433
- ba as Tutorial,
434
- dr as TutoringIcon,
435
- Dt as UIContext,
436
- Qo as UndoIcon,
437
- Ko as UnlockIcon,
438
- Jo as UpIcon,
439
- zo as User2Icon,
440
- Zo as UserIcon,
441
- zt as Video,
442
- fa as WHITELIST_EVENTS,
428
+ Qr as TextButton,
429
+ lt as TextInput,
430
+ Wo as TickIcon,
431
+ Yt as TimeLeftTimeline,
432
+ Gf as TrialSession,
433
+ wo as TrophyIcon,
434
+ Ua as Tutorial,
435
+ nr as TutoringIcon,
436
+ Gt as UIContext,
437
+ Yo as UndoIcon,
438
+ Fo as UnlockIcon,
439
+ jo as UpIcon,
440
+ Xo as User2Icon,
441
+ qo as UserIcon,
442
+ Xt as Video,
443
+ sa as WHITELIST_EVENTS,
443
444
  Rl as WORKSHEET_ACTION_BAR_HEIGHT,
444
445
  Hl as WORKSHEET_QUESTIONS_GAP,
445
446
  Dl as WORKSHEET_QUESTION_WIDTH,
446
447
  Gl as WORKSHEET_TOP_NAVIGATION_HEIGHT,
447
- va as WebView,
448
- Qa as WebViewEvent,
448
+ xl as WORKSHEET_V3_NODE_TYPES,
449
+ Wa as WebView,
450
+ Ya as WebViewEvent,
449
451
  bl as Worksheet,
450
- Aa as checkIfPPTNodeType,
451
- vt as getTheme,
452
- Qs as invalidateMilestoneResources,
453
- bs as invalidateMilestonesData,
454
- Ws as invalidateTestHelpData,
452
+ _a as checkIfPPTNodeType,
453
+ Wt as getTheme,
454
+ Ys as invalidateMilestoneResources,
455
+ Us as invalidateMilestonesData,
456
+ Vs as invalidateTestHelpData,
455
457
  gl as isOkayTypeQuestion,
456
- ul as isV3Worksheet,
457
- xl as isV3WorksheetAttempt,
458
458
  Nl as loadScript,
459
- wf as useAutoPlayPermission,
460
- Af as useCanvasSyncBroker,
461
- Ma as useCircleSounds,
462
- Bf as useClassTimeAlerts,
463
- bt as useContextMenuClickHandler,
459
+ Qf as useAutoPlayPermission,
460
+ _f as useCanvasSyncBroker,
461
+ Na as useCircleSounds,
462
+ bf as useClassTimeAlerts,
463
+ Ut as useContextMenuClickHandler,
464
464
  hr as useForceReload,
465
- Us as useGetAllMilestonesdata,
466
- tf as useGetCircleHomeDetailsDal,
467
- jf as useGetEligibleJourneysViaRoute,
468
- Ha as useGetLeaderboardDal,
469
- Ys as useGetMilestoneResources,
470
- Vs as useGetTestHelpData,
471
- Of as useInClassActionDispatcher,
472
- Rf as useInClassActionListener,
473
- Pf as useInClassMessageBroker,
465
+ vs as useGetAllMilestonesdata,
466
+ af as useGetCircleHomeDetailsDal,
467
+ Zf as useGetEligibleJourneysViaRoute,
468
+ Da as useGetLeaderboardDal,
469
+ Ks as useGetMilestoneResources,
470
+ ws as useGetTestHelpData,
471
+ Rf as useInClassActionDispatcher,
472
+ Hf as useInClassActionListener,
473
+ Lf as useInClassMessageBroker,
474
474
  Jl as useIsLearnosityLoaded,
475
- la as useIsTabBlocked,
476
- Ff as useJourney,
477
- js as usePointerSync,
478
- gt as useTrackingContext,
479
- Lf as useTrialSessionMessageBroker,
480
- Gt as useUIContext,
475
+ pa as useIsTabBlocked,
476
+ Jf as useJourney,
477
+ Zs as usePointerSync,
478
+ Bt as useTrackingContext,
479
+ Mf as useTrialSessionMessageBroker,
480
+ yt as useUIContext,
481
481
  Zl as useWorksheetLayout,
482
- _r as useZoomDisable
482
+ Pr as useZoomDisable
483
483
  };
484
484
  //# sourceMappingURL=index.js.map