@cuemath/leap 2.8.47 → 2.8.48-rj-1
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.
- package/dist/features/analytics-events/platform-events-student.js +6 -5
- package/dist/features/analytics-events/platform-events-student.js.map +1 -1
- package/dist/features/circle-games/enum/circle-action-ids.js +5 -0
- package/dist/features/circle-games/enum/circle-action-ids.js.map +1 -0
- package/dist/features/circle-games/game-launcher/dal/use-get-circle-home-details-dal/use-get-circle-home-details-dal.js +60 -58
- package/dist/features/circle-games/game-launcher/dal/use-get-circle-home-details-dal/use-get-circle-home-details-dal.js.map +1 -1
- package/dist/features/circle-games/games/web-view/web-view-types.js.map +1 -1
- package/dist/features/circle-games/leaderboard/comps/info-bar/info-bar-styled.js +12 -0
- package/dist/features/circle-games/leaderboard/comps/info-bar/info-bar-styled.js.map +1 -0
- package/dist/features/circle-games/leaderboard/comps/info-bar/info-bar.js +11 -0
- package/dist/features/circle-games/leaderboard/comps/info-bar/info-bar.js.map +1 -0
- package/dist/features/circle-games/leaderboard/comps/leaderboard-item/leaderboard-item.js +6 -6
- package/dist/features/circle-games/leaderboard/comps/leaderboard-item/leaderboard-item.js.map +1 -1
- package/dist/features/circle-games/leaderboard/comps/streak-reduction-infobar/constants.js +5 -0
- package/dist/features/circle-games/leaderboard/comps/streak-reduction-infobar/constants.js.map +1 -0
- package/dist/features/circle-games/leaderboard/comps/streak-reduction-infobar/streak-reduction-infobar.js +50 -0
- package/dist/features/circle-games/leaderboard/comps/streak-reduction-infobar/streak-reduction-infobar.js.map +1 -0
- package/dist/features/circle-games/leaderboard/hooks/{useIntersectionObserver.js → use-intersection-observer/use-intersection-observer.tsx.js} +1 -1
- package/dist/features/circle-games/leaderboard/hooks/use-intersection-observer/use-intersection-observer.tsx.js.map +1 -0
- package/dist/features/circle-games/leaderboard/hooks/{useTimer.js → use-timer/use-timer.js} +1 -1
- package/dist/features/circle-games/leaderboard/hooks/use-timer/use-timer.js.map +1 -0
- package/dist/features/circle-games/leaderboard/leaderboard-styled.js +20 -16
- package/dist/features/circle-games/leaderboard/leaderboard-styled.js.map +1 -1
- package/dist/features/circle-games/leaderboard/leaderboard.js +96 -87
- package/dist/features/circle-games/leaderboard/leaderboard.js.map +1 -1
- package/dist/features/circle-games/utils/streak-reduction-localstorage-util.js +25 -0
- package/dist/features/circle-games/utils/streak-reduction-localstorage-util.js.map +1 -0
- package/dist/features/journey/journey-id/journey-id-student.js +1 -1
- package/dist/features/journey/journey-id/journey-id-student.js.map +1 -1
- package/dist/features/trial-session/comps/trial-circle-game/trial-circle-game.js +61 -60
- package/dist/features/trial-session/comps/trial-circle-game/trial-circle-game.js.map +1 -1
- package/dist/features/trial-session/trial-session-types.js.map +1 -1
- package/dist/features/trial-session/trial-session-view.js +73 -71
- package/dist/features/trial-session/trial-session-view.js.map +1 -1
- package/dist/index.d.ts +38 -4
- package/dist/index.js +231 -225
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/dist/features/circle-games/leaderboard/hooks/useIntersectionObserver.js.map +0 -1
- package/dist/features/circle-games/leaderboard/hooks/useTimer.js.map +0 -1
package/dist/index.js
CHANGED
@@ -8,15 +8,15 @@ import { default as c } from "./assets/line-icons/icons/back.js";
|
|
8
8
|
import { default as i } from "./assets/line-icons/icons/bin.js";
|
9
9
|
import { default as E } from "./assets/line-icons/icons/bin2.js";
|
10
10
|
import { default as C } from "./assets/line-icons/icons/book-closed.js";
|
11
|
-
import { default as
|
11
|
+
import { default as _ } from "./assets/line-icons/icons/book.js";
|
12
12
|
import { default as h } from "./assets/line-icons/icons/book2.js";
|
13
|
-
import { default as
|
13
|
+
import { default as k } from "./assets/line-icons/icons/bookmark.js";
|
14
14
|
import { default as N } from "./assets/line-icons/icons/bulb.js";
|
15
|
-
import { default as
|
15
|
+
import { default as H } from "./assets/line-icons/icons/bulb2.js";
|
16
16
|
import { default as D } from "./assets/line-icons/icons/calendar.js";
|
17
17
|
import { default as y } from "./assets/line-icons/icons/check.js";
|
18
18
|
import { default as g } from "./assets/line-icons/icons/check2.js";
|
19
|
-
import { default as
|
19
|
+
import { default as b } from "./assets/line-icons/icons/clipboard.js";
|
20
20
|
import { default as W } from "./assets/line-icons/icons/clock.js";
|
21
21
|
import { default as w } from "./assets/line-icons/icons/clock2.js";
|
22
22
|
import { default as Y } from "./assets/line-icons/icons/code.js";
|
@@ -35,15 +35,15 @@ import { default as ce } from "./assets/line-icons/icons/eye.js";
|
|
35
35
|
import { default as ie } from "./assets/line-icons/icons/eye2.js";
|
36
36
|
import { default as Ee } from "./assets/line-icons/icons/hand.js";
|
37
37
|
import { default as Ce } from "./assets/line-icons/icons/help.js";
|
38
|
-
import { default as
|
38
|
+
import { default as _e } from "./assets/line-icons/icons/highlighter.js";
|
39
39
|
import { default as he } from "./assets/line-icons/icons/home.js";
|
40
|
-
import { default as
|
40
|
+
import { default as ke } from "./assets/line-icons/icons/image.js";
|
41
41
|
import { default as Ne } from "./assets/line-icons/icons/info.js";
|
42
|
-
import { default as
|
42
|
+
import { default as He } from "./assets/line-icons/icons/info2.js";
|
43
43
|
import { default as De } from "./assets/line-icons/icons/left.js";
|
44
44
|
import { default as ye } from "./assets/line-icons/icons/lock.js";
|
45
45
|
import { default as ge } from "./assets/line-icons/icons/lock2.js";
|
46
|
-
import { default as
|
46
|
+
import { default as be } from "./assets/line-icons/icons/minus.js";
|
47
47
|
import { default as We } from "./assets/line-icons/icons/minus2.js";
|
48
48
|
import { default as we } from "./assets/line-icons/icons/mistake.js";
|
49
49
|
import { default as Ye } from "./assets/line-icons/icons/mobile.js";
|
@@ -62,14 +62,14 @@ import { default as Io } from "./assets/line-icons/icons/question-letter.js";
|
|
62
62
|
import { default as To } from "./assets/line-icons/icons/redo.js";
|
63
63
|
import { default as So } from "./assets/line-icons/icons/right.js";
|
64
64
|
import { default as Ao } from "./assets/line-icons/icons/ruler.js";
|
65
|
-
import { default as
|
66
|
-
import { default as
|
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
67
|
import { default as Mo } from "./assets/line-icons/icons/star.js";
|
68
|
-
import { default as
|
68
|
+
import { default as Oo } from "./assets/line-icons/icons/skip.js";
|
69
69
|
import { default as Ro } from "./assets/line-icons/icons/skip2.js";
|
70
70
|
import { default as Go } from "./assets/line-icons/icons/star2.js";
|
71
71
|
import { default as Bo } from "./assets/line-icons/icons/striked-eye.js";
|
72
|
-
import { default as
|
72
|
+
import { default as Uo } from "./assets/line-icons/icons/switch-icon.js";
|
73
73
|
import { default as vo } from "./assets/line-icons/icons/tick.js";
|
74
74
|
import { default as Vo } from "./assets/line-icons/icons/trophy.js";
|
75
75
|
import { default as Qo } from "./assets/line-icons/icons/undo.js";
|
@@ -88,15 +88,15 @@ import { default as cr } from "./assets/line-icons/icons/chat.js";
|
|
88
88
|
import { default as ir } from "./assets/line-icons/icons/cuemath-logo.js";
|
89
89
|
import { default as Er } from "./assets/line-icons/icons/next2.js";
|
90
90
|
import { AutoPlayPermissionProvider as Cr } from "./features/hooks/use-auto-play-permission/use-auto-play-permission-context-provider.js";
|
91
|
-
import { default as
|
91
|
+
import { default as _r } from "./features/hooks/use-zoom-disable.js";
|
92
92
|
import { default as hr } from "./features/hooks/use-force-reload.js";
|
93
|
-
import { default as
|
93
|
+
import { default as kr } from "./features/ui/accordion-section/accordion-section.js";
|
94
94
|
import { default as Nr } from "./features/ui/arrow-tooltip/arrow-tooltip.js";
|
95
|
-
import { default as
|
95
|
+
import { default as Hr } from "./features/ui/context-menu/context-menu.js";
|
96
96
|
import { default as Dr } from "./features/ui/timers/countdown-timer/countdown-timer.js";
|
97
97
|
import { default as yr } from "./features/ui/nudge/nudge.js";
|
98
98
|
import { default as gr } from "./features/ui/buttons/button/button.js";
|
99
|
-
import { default as
|
99
|
+
import { default as br } from "./features/ui/buttons/clickable/clickable.js";
|
100
100
|
import { default as Wr } from "./features/ui/buttons/icon-button/icon-button.js";
|
101
101
|
import { default as wr } from "./features/ui/buttons/text-button/text-button.js";
|
102
102
|
import { ArcButton as Yr } from "./features/ui/arc-button/arc-button.js";
|
@@ -115,14 +115,14 @@ import { default as ct } from "./features/ui/selection-cards/selection-cards.js"
|
|
115
115
|
import { default as it } from "./features/ui/layout/flex-view.js";
|
116
116
|
import { default as Et } from "./features/ui/loader/app-loader/app-loader.js";
|
117
117
|
import { CircularLoader as Ct } from "./features/ui/loader/circular-loader/circular-loader.js";
|
118
|
-
import { default as
|
118
|
+
import { default as _t } from "./features/ui/radio-cards/radio-cards.js";
|
119
119
|
import { default as ht } from "./features/ui/section-list/section-list.js";
|
120
|
-
import { default as
|
120
|
+
import { default as kt } from "./features/ui/text/text.js";
|
121
121
|
import { default as Nt } from "./features/ui/tag/tag.js";
|
122
|
-
import { default as
|
122
|
+
import { default as Ht } from "./features/ui/callout/callout.js";
|
123
123
|
import { default as Dt, useUIContext as Gt } from "./features/ui/context/context.js";
|
124
124
|
import { default as Bt } from "./features/ui/context/use-tracking-context.js";
|
125
|
-
import { default as
|
125
|
+
import { default as Ut } from "./features/ui/hooks/use-context-menu-click-handler.js";
|
126
126
|
import { getTheme as vt } from "./features/ui/theme/get-theme.js";
|
127
127
|
import { default as Vt } from "./features/ui/avatar/avatar.js";
|
128
128
|
import { default as Qt } from "./features/ui/time-left-timeline/time-left-timeline.js";
|
@@ -142,94 +142,97 @@ import { default as Ia } from "./features/chapters/lpar-chapter/lpar-chapter.js"
|
|
142
142
|
import { default as Ta } from "./features/chapters/lpar-milestone-chapter/lpar-milestone-chapter.js";
|
143
143
|
import { default as Sa } from "./features/chapters/lpar-chapter/block-section/sat-sheet-item/sat-sheet-summary/sat-sheet-summary.js";
|
144
144
|
import { checkIfPPTNodeType as Aa } from "./features/chapters/lpar-chapter/utils/index.js";
|
145
|
-
import { GAME_LAUNCHER_ASSET_PADDING as
|
146
|
-
import { GAME_LAUNCHER_SIZE as
|
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
147
|
import { useCircleSounds as Ma } from "./features/circle-games/hooks/use-circle-sounds/use-circle-sounds.js";
|
148
|
-
import { CircleSoundKey as
|
149
|
-
import {
|
150
|
-
import {
|
151
|
-
import {
|
152
|
-
import {
|
153
|
-
import {
|
154
|
-
import {
|
155
|
-
import {
|
156
|
-
import {
|
157
|
-
import {
|
158
|
-
import {
|
159
|
-
import {
|
160
|
-
import {
|
161
|
-
import {
|
162
|
-
import {
|
163
|
-
import {
|
164
|
-
import {
|
165
|
-
import {
|
166
|
-
import {
|
167
|
-
import {
|
168
|
-
import {
|
169
|
-
import { default as Sf } from "./features/cue-canvas/
|
170
|
-
import { default as Af } from "./features/
|
171
|
-
import { default as
|
172
|
-
import {
|
173
|
-
import {
|
174
|
-
import { default as Of } from "./features/trial-session/trial-session.js";
|
175
|
-
import {
|
176
|
-
import {
|
177
|
-
import { default as gf } from "./features/
|
178
|
-
import {
|
179
|
-
import {
|
180
|
-
import {
|
181
|
-
import {
|
182
|
-
import {
|
183
|
-
import {
|
184
|
-
import {
|
185
|
-
import {
|
186
|
-
import {
|
187
|
-
import {
|
188
|
-
import { default as as } from "./features/milestone/create/
|
189
|
-
import { default as ss } from "./features/milestone/
|
190
|
-
import { default as ps } from "./features/milestone/
|
191
|
-
import { default as us } from "./features/milestone/
|
192
|
-
import { default as ds } from "./features/milestone/
|
193
|
-
import { default as cs } from "./features/milestone/
|
194
|
-
import { default as is } from "./features/milestone/
|
195
|
-
import { default as Es } from "./features/milestone/
|
196
|
-
import { default as Cs } from "./features/milestone/milestone-
|
197
|
-
import { default as
|
198
|
-
import { default as hs } from "./features/milestone/
|
199
|
-
import { default as
|
200
|
-
import { default as Ns } from "./features/milestone/milestone-
|
201
|
-
import {
|
202
|
-
import {
|
203
|
-
import {
|
204
|
-
import {
|
205
|
-
import {
|
206
|
-
import {
|
207
|
-
import {
|
208
|
-
import {
|
209
|
-
import {
|
210
|
-
import {
|
211
|
-
import {
|
212
|
-
import {
|
213
|
-
import { default as al } from "./features/
|
214
|
-
import {
|
215
|
-
import {
|
216
|
-
import { default as
|
217
|
-
import {
|
218
|
-
import {
|
219
|
-
import {
|
220
|
-
import { default as
|
221
|
-
import {
|
222
|
-
import {
|
223
|
-
import { default as vl } from "./features/worksheet/worksheet/worksheet-
|
224
|
-
import { default as Vl } from "./features/worksheet/
|
225
|
-
import { default as Ql } from "./features/worksheet/
|
226
|
-
import { default as Kl } from "./features/worksheet/worksheet
|
227
|
-
import { default as Jl } from "./features/
|
148
|
+
import { CircleSoundKey as Oa } from "./features/circle-games/hooks/use-circle-sounds/use-circle-sounds-enums.js";
|
149
|
+
import { InfoBar as Ra } from "./features/circle-games/leaderboard/comps/info-bar/info-bar.js";
|
150
|
+
import { useGetLeaderboardDal as Ga } from "./features/circle-games/leaderboard/dal/use-get-leaderboard-dal/use-get-leaderboard-dal.js";
|
151
|
+
import { ELeaderboardType as Ba } from "./features/circle-games/leaderboard/enums/leaderboard-type-enum.js";
|
152
|
+
import { StreakReductionLocalStorageUtil as Ua } from "./features/circle-games/utils/streak-reduction-localstorage-util.js";
|
153
|
+
import { Tutorial as va } from "./features/circle-games/games/tutorial/tutorial.js";
|
154
|
+
import { WebView as Va } from "./features/circle-games/games/web-view/web-view.js";
|
155
|
+
import { ProjectOutcome as Qa } from "./features/circle-games/games/web-view/enums/project-outcomes-enum.js";
|
156
|
+
import { WebViewEvent as Ka } from "./features/circle-games/games/web-view/enums/web-view-events-enum.js";
|
157
|
+
import { ProjectType as Ja } from "./features/circle-games/games/web-view/enums/project-type-enum.js";
|
158
|
+
import { PlayerType as Za } from "./features/circle-games/games/web-view/enums/player-type-enum.js";
|
159
|
+
import { IStatsToAwardErrorCode as za } from "./features/circle-games/games/web-view/web-view-types.js";
|
160
|
+
import { CIRCLE_ONBOARDING_ANALYTICS_STEPS as $a } from "./features/circle-games/enum/circle-onboarding-steps.js";
|
161
|
+
import { CIRCLE_ACTION_IDS as of } from "./features/circle-games/enum/circle-action-ids.js";
|
162
|
+
import { GameLauncher as tf } from "./features/circle-games/game-launcher/game-launcher.js";
|
163
|
+
import { useGetCircleHomeDetailsDal as ff } from "./features/circle-games/game-launcher/dal/use-get-circle-home-details-dal/use-get-circle-home-details-dal.js";
|
164
|
+
import { usePostUpdateCircleJourneyDal as lf } from "./features/circle-games/game-launcher/dal/use-post-update-circle-journey-dal/use-post-update-circle-journey-dal.js";
|
165
|
+
import { Leaderboard as mf } from "./features/circle-games/leaderboard/leaderboard.js";
|
166
|
+
import { BackgroundImage as xf, CircularSteps as df } from "./features/circle-games/sign-up/comp/circular-steps/circular-steps.js";
|
167
|
+
import { SplashScreen as cf } from "./features/circle-games/sign-up/comp/splash-screen/splash-screen.js";
|
168
|
+
import { SignUp as Tf } from "./features/circle-games/sign-up/sign-up.js";
|
169
|
+
import { default as Sf } from "./features/cue-canvas/cue-canvas-provider.js";
|
170
|
+
import { default as Af } from "./features/cue-canvas/toolbar/toolbar.js";
|
171
|
+
import { default as Pf } from "./features/cue-canvas/cue-canvas.js";
|
172
|
+
import { default as Lf } from "./features/cue-canvas/hooks/use-canvas-sync-broker.js";
|
173
|
+
import { default as Mf } from "./features/communication/hooks/use-inclass-message-broker/use-inclass-message-broker.js";
|
174
|
+
import { default as Of } from "./features/communication/hooks/use-trial-session-message-broker/use-trial-session-message-broker.js";
|
175
|
+
import { EVENTS as Rf } from "./features/communication/pub-sub/constants.js";
|
176
|
+
import { useInClassActionDispatcher as Gf, useInClassActionListener as yf } from "./features/communication/pub-sub/hooks.js";
|
177
|
+
import { default as gf } from "./features/trial-session/trial-session.js";
|
178
|
+
import { EClassTimeAlertLevel as bf } from "./features/trial-session/trial-session-types.js";
|
179
|
+
import { useClassTimeAlerts as Wf } from "./features/trial-session/hooks/use-class-time-alerts.js";
|
180
|
+
import { default as wf } from "./features/talk-meter/talk-meter.js";
|
181
|
+
import { default as Yf } from "./features/extra-practice/extra-practice.js";
|
182
|
+
import { useAutoPlayPermission as Ff } from "./features/hooks/use-auto-play-permission/use-auto-play-permission.js";
|
183
|
+
import { JOURNEY_ID_STUDENT as jf } from "./features/journey/journey-id/journey-id-student.js";
|
184
|
+
import { useJourney as qf } from "./features/journey/use-journey/use-journey.js";
|
185
|
+
import { JourneyProvider as Xf } from "./features/journey/use-journey/journey-context-provider.js";
|
186
|
+
import { IndicatorType as es } from "./features/journey/use-journey/constants.js";
|
187
|
+
import { Coachmark as rs } from "./features/journey/comps/coachmark/coachmark.js";
|
188
|
+
import { default as as } from "./features/milestone/create/submit-modal/submit-modal.js";
|
189
|
+
import { default as ss } from "./features/milestone/create/comps/confirmation-modals/goal-creation-confirmation.js";
|
190
|
+
import { default as ps } from "./features/milestone/create/comps/confirmation-modals/chapter-clearance-confirmation.js";
|
191
|
+
import { default as us } from "./features/milestone/create/milestone-create-container.js";
|
192
|
+
import { default as ds } from "./features/milestone/edit/goal-drafts/goal-draft-edit-container.js";
|
193
|
+
import { default as cs } 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 Es } from "./features/milestone/outcome/comps/achievement/share-instructions-modal.js";
|
196
|
+
import { default as Cs } from "./features/milestone/edit/comps/edit-milestone-modal/index.js";
|
197
|
+
import { default as _s } from "./features/milestone/edit/goal-edit-container.js";
|
198
|
+
import { default as hs } from "./features/milestone/edit/milestone-edit-container.js";
|
199
|
+
import { default as ks } from "./features/milestone/milestone-list-container/milestone-list-container.js";
|
200
|
+
import { default as Ns } from "./features/milestone/milestone-action-widget/milestone-action-widget.js";
|
201
|
+
import { default as Hs } from "./features/milestone/start/milestone-start.js";
|
202
|
+
import { default as Ds } from "./features/milestone/milestone-tests/tests-creation/tests-creation.js";
|
203
|
+
import { default as ys } from "./features/milestone/milestone-resources/resources-assign/resources-assign.js";
|
204
|
+
import { ACHIEVEMENT_ACTIONS as gs, STAGES as Us } from "./features/milestone/outcome/milestone-outcome-constants.js";
|
205
|
+
import { invalidateMilestonesData as vs, useGetAllMilestonesdata as Ws } from "./features/milestone/milestone-list-container/api/get-milestones.js";
|
206
|
+
import { invalidateTestHelpData as ws, useGetTestHelpData as Qs } from "./features/milestone/milestone-list-container/api/get-tests-list.js";
|
207
|
+
import { invalidateMilestoneResources as Ks, useGetMilestoneResources as Fs } 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 qs } from "./features/pointer-sync/hooks/use-pointer-sync.js";
|
210
|
+
import { DigitalMeter as Xs } from "./features/post-game-stats/digital-meter/digital-meter.js";
|
211
|
+
import { EPostGameStat as el } from "./features/post-game-stats/enums/post-game-stats-enum.js";
|
212
|
+
import { PostGameStats as rl } from "./features/post-game-stats/post-game-stats.js";
|
213
|
+
import { default as al } from "./features/sheet-tools/desmos-calculator/desmos-calculator.js";
|
214
|
+
import { default as sl } from "./features/sheet-tools/tool-header/tool-header.js";
|
215
|
+
import { default as pl } from "./features/sheets/sheets-list/sheets-list.js";
|
216
|
+
import { default as ul } from "./features/sheets/reference-sheet/reference-sheet.js";
|
217
|
+
import { isV3Worksheet as dl, isV3WorksheetAttempt as nl } from "./features/sheets/utils/is-v3-worksheet.js";
|
218
|
+
import { COMPLETED_SHEET_STATE as Il, NODE_LABELS as il, NODE_SUB_GROUP as Tl, NODE_TYPE as El, PYTHON_NODE_TYPES as Sl, REWARDS_LIST as Cl, SHEET_ACTIONS as Al, SHEET_ATTEMPT_LOCATION as _l, SHEET_ATTEMPT_LOCATION_MAP as Pl, SHEET_ATTEMPT_STATE as hl, SHEET_DATA_TYPE as Ll, SHEET_STATE as kl } from "./features/sheets/constants/sheet.js";
|
219
|
+
import { default as Nl } from "./features/student-details/student-details.js";
|
220
|
+
import { default as Hl } from "./features/utils/load-script.js";
|
221
|
+
import { ACTION_BAR_HEIGHT as Dl, QUESTIONS_GAP as Gl, QUESTION_WIDTH as yl, TOP_NAVIGATION_HEIGHT as Bl } from "./features/worksheet/worksheet/constants.js";
|
222
|
+
import { isOkayTypeQuestion as Ul } from "./features/worksheet/worksheet/worksheet-helpers.js";
|
223
|
+
import { default as vl } from "./features/worksheet/worksheet/worksheet-container.js";
|
224
|
+
import { default as Vl } from "./features/worksheet/worksheet-preview/worksheet-preview.js";
|
225
|
+
import { default as Ql } from "./features/worksheet/worksheet/worksheet-permissions/sheet-locked.js";
|
226
|
+
import { default as Kl } from "./features/worksheet/worksheet/worksheet-permissions/error.js";
|
227
|
+
import { default as Jl } from "./features/worksheet/learnosity-preloader/learnosity-preloader.js";
|
228
|
+
import { default as Zl } from "./features/worksheet/learnosity-preloader/use-is-learnosity-loaded.js";
|
229
|
+
import { default as zl } from "./features/worksheet/worksheet-preview/hooks/use-worksheet-layout.js";
|
230
|
+
import { default as $l } from "./features/maintenance/maintenance.js";
|
228
231
|
export {
|
229
|
-
|
230
|
-
|
231
|
-
|
232
|
-
|
232
|
+
gs as ACHIEVEMENT_ACTIONS,
|
233
|
+
kr as AccordionSection,
|
234
|
+
is as AchievementNotShareReasonModal,
|
235
|
+
Es as AchievementShareInstructionModal,
|
233
236
|
d as AlertIcon,
|
234
237
|
Et as AppLoader,
|
235
238
|
Yr as ArcButton,
|
@@ -238,23 +241,24 @@ export {
|
|
238
241
|
Vt as Avatar,
|
239
242
|
rr as Back2Icon,
|
240
243
|
c as BackIcon,
|
241
|
-
|
244
|
+
xf as BackgroundImage,
|
242
245
|
E as Bin2Icon,
|
243
246
|
i as BinIcon,
|
244
247
|
h as Book2Icon,
|
245
248
|
C as BookClosedIcon,
|
246
|
-
|
247
|
-
|
248
|
-
|
249
|
+
_ as BookIcon,
|
250
|
+
k as BookmarkIcon,
|
251
|
+
H as Bulb2Icon,
|
249
252
|
N as BulbIcon,
|
250
253
|
gr as Button,
|
251
|
-
|
252
|
-
|
254
|
+
of as CIRCLE_ACTION_IDS,
|
255
|
+
$a as CIRCLE_ONBOARDING_ANALYTICS_STEPS,
|
256
|
+
Il as COMPLETED_SHEET_STATE,
|
253
257
|
D as CalendarIcon,
|
254
|
-
|
258
|
+
Ht as Callout,
|
255
259
|
pt as CascadingSelectInput,
|
256
260
|
xa as Chapter,
|
257
|
-
|
261
|
+
ps as ChapterClearanceConfirmationModal,
|
258
262
|
na as ChaptersList,
|
259
263
|
cr as ChatIcon,
|
260
264
|
g as Check2Icon,
|
@@ -264,169 +268,171 @@ export {
|
|
264
268
|
pr as ChevronDownIcon,
|
265
269
|
sr as ChevronLeftIcon,
|
266
270
|
ar as ChevronRightIcon,
|
267
|
-
|
271
|
+
Oa as CircleSoundKey,
|
268
272
|
Ct as CircularLoader,
|
269
|
-
|
270
|
-
|
271
|
-
|
273
|
+
df as CircularSteps,
|
274
|
+
br as Clickable,
|
275
|
+
b as ClipboardIcon,
|
272
276
|
w as Clock2Icon,
|
273
277
|
W as ClockIcon,
|
274
|
-
|
278
|
+
rs as Coachmark,
|
275
279
|
Y as CodeIcon,
|
276
|
-
|
280
|
+
Hr as ContextMenu,
|
277
281
|
F as CopyIcon,
|
278
282
|
Dr as CountdownTimer,
|
279
283
|
j as CrossIcon,
|
280
|
-
|
281
|
-
|
282
|
-
|
284
|
+
Pf as CueCanvas,
|
285
|
+
Af as CueCanvasController,
|
286
|
+
Sf as CueCanvasProvider,
|
283
287
|
q as CueRocket,
|
284
288
|
ir as CuemathLogo,
|
285
289
|
X as DashArrowIcon,
|
286
|
-
|
287
|
-
|
290
|
+
al as DesmosCalculator,
|
291
|
+
Xs as DigitalMeter,
|
288
292
|
ee as DownIcon,
|
289
293
|
re as DraftIcon,
|
290
294
|
ae as DragIcon,
|
291
|
-
|
292
|
-
|
293
|
-
|
294
|
-
|
295
|
-
|
295
|
+
bf as EClassTimeAlertLevel,
|
296
|
+
Ba as ELeaderboardType,
|
297
|
+
ys as EPResourceAssign,
|
298
|
+
el as EPostGameStat,
|
299
|
+
Rf as EVENTS,
|
296
300
|
pe as Edit2Icon,
|
297
301
|
se as EditIcon,
|
298
|
-
|
302
|
+
Cs as EditMilestoneModal,
|
299
303
|
ue as EditStarIcon,
|
300
304
|
de as EraserIcon,
|
301
305
|
Fr as Error,
|
302
|
-
|
303
|
-
|
306
|
+
sl as ExpandableHeader,
|
307
|
+
Yf as ExtraPractice,
|
304
308
|
ie as Eye2Icon,
|
305
309
|
ce as EyeIcon,
|
306
310
|
it as FlexView,
|
307
|
-
|
308
|
-
|
311
|
+
Pa as GAME_LAUNCHER_ASSET_PADDING,
|
312
|
+
La as GAME_LAUNCHER_SIZE,
|
309
313
|
ur as GameIcon,
|
310
|
-
|
311
|
-
|
312
|
-
|
313
|
-
|
314
|
+
tf as GameLauncher,
|
315
|
+
ss as GoalCreationConfirmationModal,
|
316
|
+
ds as GoalDraftEdit,
|
317
|
+
_s as GoalEdit,
|
314
318
|
at as GooglePlacesSearchInput,
|
315
319
|
r as GradeSelector,
|
316
320
|
Ee as HandIcon,
|
317
321
|
Ce as HelpIcon,
|
318
|
-
|
322
|
+
_e as HighlighterIcon,
|
319
323
|
he as HomeIcon,
|
320
324
|
s as ILLUSTRATIONS,
|
321
325
|
p as IMAGES,
|
322
|
-
|
326
|
+
za as IStatsToAwardErrorCode,
|
323
327
|
Wr as IconButton,
|
324
|
-
|
325
|
-
|
326
|
-
|
328
|
+
ke as ImageIcon,
|
329
|
+
es as IndicatorType,
|
330
|
+
He as Info2Icon,
|
331
|
+
Ra as InfoBar,
|
327
332
|
Ne as InfoIcon,
|
328
|
-
|
329
|
-
|
333
|
+
jf as JOURNEY_ID_STUDENT,
|
334
|
+
Xf as JourneyProvider,
|
330
335
|
u as LOTTIE,
|
331
336
|
Ia as LPARChapter,
|
332
337
|
Ta as LPARMilestoneChapter,
|
333
|
-
|
334
|
-
|
338
|
+
mf as Leaderboard,
|
339
|
+
Jl as LearnosityPreloader,
|
335
340
|
De as LeftIcon,
|
336
341
|
ge as Lock2Icon,
|
337
342
|
ye as LockIcon,
|
338
|
-
|
339
|
-
|
340
|
-
|
341
|
-
|
342
|
-
|
343
|
-
|
344
|
-
|
343
|
+
$l as Maintenance,
|
344
|
+
Ns as MilestoneActionWidget,
|
345
|
+
us as MilestoneCreate,
|
346
|
+
hs as MilestoneEdit,
|
347
|
+
ks as MilestoneList,
|
348
|
+
cs as MilestoneOutcome,
|
349
|
+
Hs as MilestoneStart,
|
345
350
|
We as Minus2Icon,
|
346
|
-
|
351
|
+
be as MinusIcon,
|
347
352
|
we as MistakeIcon,
|
348
353
|
Ye as Mobile,
|
349
354
|
Fe as MoreVerticalIcon,
|
350
355
|
ma as MultiTabBlocker,
|
351
|
-
|
352
|
-
|
353
|
-
|
356
|
+
il as NODE_LABELS,
|
357
|
+
Tl as NODE_SUB_GROUP,
|
358
|
+
El as NODE_TYPE,
|
354
359
|
Er as Next2Icon,
|
355
360
|
je as NextIcon,
|
356
361
|
yr as Nudge,
|
357
362
|
ut as NumRangeInput,
|
358
363
|
oa as PLATFORM_EVENTS_STUDENT,
|
359
364
|
ta as PLATFORM_EVENTS_TEACHER,
|
360
|
-
|
365
|
+
Sl as PYTHON_NODE_TYPES,
|
361
366
|
qe as PencilIcon,
|
362
367
|
dt as PercentileInput,
|
363
368
|
$t as PerfectHits,
|
364
369
|
ro as Play2Icon,
|
365
370
|
eo as PlayIcon,
|
366
|
-
|
371
|
+
Za as PlayerType,
|
367
372
|
so as Plus2Icon,
|
368
373
|
ao as PlusIcon,
|
369
374
|
Xe as PointerIcon,
|
370
|
-
|
375
|
+
rl as PostGameStats,
|
371
376
|
po as PracticeIcon,
|
372
|
-
|
377
|
+
Vl as PreviewWorksheet,
|
373
378
|
uo as ProgressIcon,
|
374
|
-
|
375
|
-
|
379
|
+
Qa as ProjectOutcome,
|
380
|
+
Ja as ProjectType,
|
376
381
|
no as QuestionIcon,
|
377
382
|
Io as QuestionLetterIcon,
|
378
|
-
|
379
|
-
|
383
|
+
Cl as REWARDS_LIST,
|
384
|
+
_t as RadioCard,
|
380
385
|
Xr as RadioInput,
|
381
386
|
To as RedoIcon,
|
382
|
-
|
383
|
-
|
387
|
+
ul as ReferenceSheet,
|
388
|
+
js as RemotePeerPointer,
|
384
389
|
So as RightIcon,
|
385
390
|
Ao as RulerIcon,
|
386
391
|
Sa as SATSheetSummary,
|
387
|
-
|
388
|
-
|
389
|
-
|
390
|
-
|
391
|
-
|
392
|
-
|
393
|
-
|
392
|
+
Al as SHEET_ACTIONS,
|
393
|
+
_l as SHEET_ATTEMPT_LOCATION,
|
394
|
+
Pl as SHEET_ATTEMPT_LOCATION_MAP,
|
395
|
+
hl as SHEET_ATTEMPT_STATE,
|
396
|
+
Ll as SHEET_DATA_TYPE,
|
397
|
+
kl as SHEET_STATE,
|
398
|
+
Us as STAGES,
|
394
399
|
$o as ScribbleIcon,
|
395
|
-
|
400
|
+
Po as SearchIcon,
|
396
401
|
rt as SearchableSelectInput,
|
397
402
|
ht as SectionList,
|
398
403
|
et as SelectInput,
|
399
404
|
ct as SelectionCards,
|
400
405
|
Zt as Separator,
|
401
|
-
|
402
|
-
|
403
|
-
|
404
|
-
|
405
|
-
|
406
|
+
Kl as SheetError,
|
407
|
+
Lo as SheetIcon,
|
408
|
+
pl as SheetList,
|
409
|
+
Ql as SheetLocked,
|
410
|
+
Tf as SignUp,
|
406
411
|
er as SketchIcon,
|
407
412
|
Ro as Skip2Icon,
|
408
|
-
|
409
|
-
|
413
|
+
Oo as SkipIcon,
|
414
|
+
cf as SplashScreen,
|
410
415
|
Go as Star2Icon,
|
411
416
|
Mo as StarIcon,
|
412
417
|
a as Stepper,
|
413
418
|
Jt as StreakIcon,
|
419
|
+
Ua as StreakReductionLocalStorageUtil,
|
414
420
|
Bo as StrikedEyeIcon,
|
415
|
-
|
416
|
-
|
417
|
-
|
421
|
+
Nl as StudentDetails,
|
422
|
+
as as SubmitMilestoneModal,
|
423
|
+
Uo as SwitchIcon,
|
418
424
|
Kt as TabComponent,
|
419
425
|
Nt as Tag,
|
420
|
-
|
421
|
-
|
422
|
-
|
426
|
+
wf as TalkMeter,
|
427
|
+
Ds as TestsCreation,
|
428
|
+
kt as Text,
|
423
429
|
wr as TextButton,
|
424
430
|
st as TextInput,
|
425
431
|
vo as TickIcon,
|
426
432
|
Qt as TimeLeftTimeline,
|
427
|
-
|
433
|
+
gf as TrialSession,
|
428
434
|
Vo as TrophyIcon,
|
429
|
-
|
435
|
+
va as Tutorial,
|
430
436
|
dr as TutoringIcon,
|
431
437
|
Dt as UIContext,
|
432
438
|
Qo as UndoIcon,
|
@@ -436,45 +442,45 @@ export {
|
|
436
442
|
Zo as UserIcon,
|
437
443
|
zt as Video,
|
438
444
|
fa as WHITELIST_EVENTS,
|
439
|
-
|
440
|
-
|
441
|
-
|
442
|
-
|
443
|
-
|
444
|
-
|
445
|
-
|
445
|
+
Dl as WORKSHEET_ACTION_BAR_HEIGHT,
|
446
|
+
Gl as WORKSHEET_QUESTIONS_GAP,
|
447
|
+
yl as WORKSHEET_QUESTION_WIDTH,
|
448
|
+
Bl as WORKSHEET_TOP_NAVIGATION_HEIGHT,
|
449
|
+
Va as WebView,
|
450
|
+
Ka as WebViewEvent,
|
451
|
+
vl as Worksheet,
|
446
452
|
Aa as checkIfPPTNodeType,
|
447
453
|
vt as getTheme,
|
448
|
-
|
449
|
-
|
450
|
-
|
451
|
-
|
452
|
-
|
453
|
-
|
454
|
-
|
455
|
-
|
456
|
-
|
454
|
+
Ks as invalidateMilestoneResources,
|
455
|
+
vs as invalidateMilestonesData,
|
456
|
+
ws as invalidateTestHelpData,
|
457
|
+
Ul as isOkayTypeQuestion,
|
458
|
+
dl as isV3Worksheet,
|
459
|
+
nl as isV3WorksheetAttempt,
|
460
|
+
Hl as loadScript,
|
461
|
+
Ff as useAutoPlayPermission,
|
462
|
+
Lf as useCanvasSyncBroker,
|
457
463
|
Ma as useCircleSounds,
|
458
|
-
|
459
|
-
|
464
|
+
Wf as useClassTimeAlerts,
|
465
|
+
Ut as useContextMenuClickHandler,
|
460
466
|
hr as useForceReload,
|
461
|
-
|
462
|
-
|
463
|
-
|
464
|
-
|
465
|
-
|
466
|
-
|
467
|
-
|
468
|
-
|
469
|
-
|
467
|
+
Ws as useGetAllMilestonesdata,
|
468
|
+
ff as useGetCircleHomeDetailsDal,
|
469
|
+
Ga as useGetLeaderboardDal,
|
470
|
+
Fs as useGetMilestoneResources,
|
471
|
+
Qs as useGetTestHelpData,
|
472
|
+
Gf as useInClassActionDispatcher,
|
473
|
+
yf as useInClassActionListener,
|
474
|
+
Mf as useInClassMessageBroker,
|
475
|
+
Zl as useIsLearnosityLoaded,
|
470
476
|
la as useIsTabBlocked,
|
471
|
-
|
472
|
-
|
473
|
-
|
477
|
+
qf as useJourney,
|
478
|
+
qs as usePointerSync,
|
479
|
+
lf as usePostUpdateCircleJourneyDal,
|
474
480
|
Bt as useTrackingContext,
|
475
|
-
|
481
|
+
Of as useTrialSessionMessageBroker,
|
476
482
|
Gt as useUIContext,
|
477
|
-
|
478
|
-
|
483
|
+
zl as useWorksheetLayout,
|
484
|
+
_r as useZoomDisable
|
479
485
|
};
|
480
486
|
//# sourceMappingURL=index.js.map
|