@cuemath/leap 3.0.29-aa0 → 3.0.30
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/assets/line-icons/icons/check.js +3 -3
- package/dist/assets/line-icons/icons/check.js.map +1 -1
- package/dist/features/cue-canvas/cue-canvas-context.js +5 -8
- package/dist/features/cue-canvas/cue-canvas-context.js.map +1 -1
- package/dist/features/cue-canvas/cue-canvas-core.js +70 -68
- package/dist/features/cue-canvas/cue-canvas-core.js.map +1 -1
- package/dist/features/cue-canvas/cue-canvas-helpers.js +25 -31
- package/dist/features/cue-canvas/cue-canvas-helpers.js.map +1 -1
- package/dist/features/cue-canvas/cue-canvas-provider.js +12 -14
- package/dist/features/cue-canvas/cue-canvas-provider.js.map +1 -1
- package/dist/features/cue-canvas/cue-canvas.js +66 -85
- package/dist/features/cue-canvas/cue-canvas.js.map +1 -1
- package/dist/features/cue-canvas/cue-cavas-styled.js +42 -45
- package/dist/features/cue-canvas/cue-cavas-styled.js.map +1 -1
- package/dist/features/cue-canvas/hooks/use-canvas-sync-broker.js +54 -61
- package/dist/features/cue-canvas/hooks/use-canvas-sync-broker.js.map +1 -1
- package/dist/features/cue-canvas/hooks/use-cue-canvas-actions.js +14 -18
- package/dist/features/cue-canvas/hooks/use-cue-canvas-actions.js.map +1 -1
- package/dist/features/cue-canvas/toolbar/grid-menu.js +13 -13
- package/dist/features/cue-canvas/toolbar/grid-menu.js.map +1 -1
- package/dist/features/homework/styles.js +5 -4
- package/dist/features/homework/styles.js.map +1 -1
- package/dist/features/ui/stepper/stepper.js +7 -7
- package/dist/features/worksheet/worksheet/hooks/use-s3-helper.js +19 -22
- package/dist/features/worksheet/worksheet/hooks/use-s3-helper.js.map +1 -1
- package/dist/index.d.ts +2 -48
- package/dist/index.js +180 -184
- package/dist/index.js.map +1 -1
- package/package.json +3 -2
- package/dist/assets/line-icons/icons/puzzle-icon.js +0 -51
- package/dist/assets/line-icons/icons/puzzle-icon.js.map +0 -1
- package/dist/assets/line-icons/icons/share.js +0 -48
- package/dist/assets/line-icons/icons/share.js.map +0 -1
- package/dist/assets/line-icons/icons/tile.js +0 -54
- package/dist/assets/line-icons/icons/tile.js.map +0 -1
- package/dist/features/cue-canvas/bottombar/homework-controls.js +0 -73
- package/dist/features/cue-canvas/bottombar/homework-controls.js.map +0 -1
- package/dist/features/cue-canvas/hooks/use-upload-helper.js +0 -23
- package/dist/features/cue-canvas/hooks/use-upload-helper.js.map +0 -1
- package/dist/features/cue-canvas/sidebar/homework/helper.js +0 -20
- package/dist/features/cue-canvas/sidebar/homework/helper.js.map +0 -1
- package/dist/features/cue-canvas/sidebar/homework/homework-menu.js +0 -33
- package/dist/features/cue-canvas/sidebar/homework/homework-menu.js.map +0 -1
- package/dist/features/cue-canvas/sidebar/homework/homework-request.js +0 -68
- package/dist/features/cue-canvas/sidebar/homework/homework-request.js.map +0 -1
- package/dist/features/cue-canvas/sidebar/homework/homework-styled.js +0 -25
- package/dist/features/cue-canvas/sidebar/homework/homework-styled.js.map +0 -1
- package/dist/features/cue-canvas/sidebar/homework/homework.js +0 -39
- package/dist/features/cue-canvas/sidebar/homework/homework.js.map +0 -1
- package/dist/features/cue-canvas/sidebar/puzzles/api/get-puzzles.js +0 -13
- package/dist/features/cue-canvas/sidebar/puzzles/api/get-puzzles.js.map +0 -1
- package/dist/features/cue-canvas/sidebar/puzzles/filter-selection-menu.js +0 -60
- package/dist/features/cue-canvas/sidebar/puzzles/filter-selection-menu.js.map +0 -1
- package/dist/features/cue-canvas/sidebar/puzzles/filters-section.js +0 -44
- package/dist/features/cue-canvas/sidebar/puzzles/filters-section.js.map +0 -1
- package/dist/features/cue-canvas/sidebar/puzzles/filters.js +0 -107
- package/dist/features/cue-canvas/sidebar/puzzles/filters.js.map +0 -1
- package/dist/features/cue-canvas/sidebar/puzzles/hooks/use-fetch-cue-canvas-activity.js +0 -42
- package/dist/features/cue-canvas/sidebar/puzzles/hooks/use-fetch-cue-canvas-activity.js.map +0 -1
- package/dist/features/cue-canvas/sidebar/puzzles/launch-puzzle.js +0 -84
- package/dist/features/cue-canvas/sidebar/puzzles/launch-puzzle.js.map +0 -1
- package/dist/features/cue-canvas/sidebar/puzzles/puzzle-menu-header.js +0 -36
- package/dist/features/cue-canvas/sidebar/puzzles/puzzle-menu-header.js.map +0 -1
- package/dist/features/cue-canvas/sidebar/puzzles/puzzle-menu.js +0 -133
- package/dist/features/cue-canvas/sidebar/puzzles/puzzle-menu.js.map +0 -1
- package/dist/features/cue-canvas/sidebar/puzzles/puzzles-styled.js +0 -96
- package/dist/features/cue-canvas/sidebar/puzzles/puzzles-styled.js.map +0 -1
- package/dist/features/cue-canvas/sidebar/puzzles/puzzles.js +0 -29
- package/dist/features/cue-canvas/sidebar/puzzles/puzzles.js.map +0 -1
- package/dist/features/cue-canvas/sidebar/puzzles/utils.js +0 -120
- package/dist/features/cue-canvas/sidebar/puzzles/utils.js.map +0 -1
- package/dist/features/cue-canvas/sidebar/sidebar-styled.js +0 -32
- package/dist/features/cue-canvas/sidebar/sidebar-styled.js.map +0 -1
- package/dist/features/cue-canvas/sidebar/sidebar.js +0 -29
- package/dist/features/cue-canvas/sidebar/sidebar.js.map +0 -1
- package/dist/features/cue-canvas/sidebar/tiles/tile.js +0 -16
- package/dist/features/cue-canvas/sidebar/tiles/tile.js.map +0 -1
- package/dist/features/hooks/use-debounce.js +0 -16
- package/dist/features/hooks/use-debounce.js.map +0 -1
package/dist/index.js
CHANGED
@@ -16,8 +16,8 @@ import { default as M } 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 g } from "./assets/line-icons/icons/check.js";
|
18
18
|
import { default as U } from "./assets/line-icons/icons/check2.js";
|
19
|
-
import { default as
|
20
|
-
import { default as
|
19
|
+
import { default as b } from "./assets/line-icons/icons/clipboard.js";
|
20
|
+
import { default as W } from "./assets/line-icons/icons/clock.js";
|
21
21
|
import { default as V } from "./assets/line-icons/icons/clock2.js";
|
22
22
|
import { default as Y } from "./assets/line-icons/icons/code.js";
|
23
23
|
import { default as Q } from "./assets/line-icons/icons/copy.js";
|
@@ -43,8 +43,8 @@ import { default as Me } from "./assets/line-icons/icons/info.js";
|
|
43
43
|
import { default as De } from "./assets/line-icons/icons/info2.js";
|
44
44
|
import { default as ge } from "./assets/line-icons/icons/left.js";
|
45
45
|
import { default as Ue } from "./assets/line-icons/icons/lock.js";
|
46
|
-
import { default as
|
47
|
-
import { default as
|
46
|
+
import { default as be } from "./assets/line-icons/icons/lock2.js";
|
47
|
+
import { default as We } from "./assets/line-icons/icons/lock3.js";
|
48
48
|
import { default as Ve } from "./assets/line-icons/icons/minus.js";
|
49
49
|
import { default as Ye } from "./assets/line-icons/icons/minus2.js";
|
50
50
|
import { default as Qe } from "./assets/line-icons/icons/mistake.js";
|
@@ -70,8 +70,8 @@ import { default as Ho } from "./assets/line-icons/icons/star.js";
|
|
70
70
|
import { default as Go } from "./assets/line-icons/icons/skip-colored.js";
|
71
71
|
import { default as yo } from "./assets/line-icons/icons/skip.js";
|
72
72
|
import { default as Bo } from "./assets/line-icons/icons/skip2.js";
|
73
|
-
import { default as
|
74
|
-
import { default as
|
73
|
+
import { default as vo } from "./assets/line-icons/icons/star2.js";
|
74
|
+
import { default as wo } from "./assets/line-icons/icons/status.js";
|
75
75
|
import { default as Fo } from "./assets/line-icons/icons/striked-eye.js";
|
76
76
|
import { default as Jo } from "./assets/line-icons/icons/switch-icon.js";
|
77
77
|
import { default as Ko } from "./assets/line-icons/icons/tick.js";
|
@@ -96,8 +96,8 @@ import { AutoPlayPermissionProvider as Mr } from "./features/hooks/use-auto-play
|
|
96
96
|
import { default as Dr } from "./features/hooks/use-zoom-disable.js";
|
97
97
|
import { default as gr } from "./features/hooks/use-force-reload.js";
|
98
98
|
import { default as Ur } from "./features/ui/accordion-section/accordion-section.js";
|
99
|
-
import { default as
|
100
|
-
import { default as
|
99
|
+
import { default as br } from "./features/ui/arrow-tooltip/arrow-tooltip.js";
|
100
|
+
import { default as Wr } from "./features/ui/context-menu/context-menu.js";
|
101
101
|
import { default as Vr } from "./features/ui/timers/countdown-timer/countdown-timer.js";
|
102
102
|
import { default as Yr } from "./features/ui/nudge/nudge.js";
|
103
103
|
import { default as Qr } from "./features/ui/buttons/button/button.js";
|
@@ -123,8 +123,8 @@ import { CircularLoader as Mt } from "./features/ui/loader/circular-loader/circu
|
|
123
123
|
import { default as Dt } from "./features/ui/radio-cards/radio-cards.js";
|
124
124
|
import { default as gt } from "./features/ui/section-list/section-list.js";
|
125
125
|
import { default as Ut } from "./features/ui/text/text.js";
|
126
|
-
import { default as
|
127
|
-
import { default as
|
126
|
+
import { default as bt } from "./features/ui/tag/tag.js";
|
127
|
+
import { default as Wt } from "./features/ui/callout/callout.js";
|
128
128
|
import { default as Vt, useUIContext as Ft } from "./features/ui/context/context.js";
|
129
129
|
import { default as Jt } from "./features/ui/context/use-tracking-context.js";
|
130
130
|
import { default as Kt } from "./features/ui/hooks/use-context-menu-click-handler.js";
|
@@ -150,8 +150,8 @@ import { default as Ha } from "./features/auth/signup/custom-input-field/grade-i
|
|
150
150
|
import { default as Ga } from "./features/auth/signup/custom-input-field/date-picker-input/date-picker-input.js";
|
151
151
|
import { default as ya } from "./features/auth/signup/custom-input-field/custom-input-field.js";
|
152
152
|
import { default as Ba } from "./features/auth/signup/circular-step-wrapper/circular-step-wrapper.js";
|
153
|
-
import { default as
|
154
|
-
import { default as
|
153
|
+
import { default as va } from "./features/auth/signup/signup-methods/signup-methods.js";
|
154
|
+
import { default as wa } from "./features/auth/account-selector/account-selector.js";
|
155
155
|
import { default as Fa } from "./features/auth/login/social-login-methods/social-login-methods.js";
|
156
156
|
import { default as Ja } from "./features/auth/login/social-account-not-found/social-account-not-found.js";
|
157
157
|
import { default as Ka } from "./features/auth/login/username-password-form/username-password-form.js";
|
@@ -176,8 +176,8 @@ import { default as Mf } from "./features/chapters-v2/chapter-details/chapter-de
|
|
176
176
|
import { invalidateGetChapterDetails as Df } from "./features/chapters-v2/api/chapter.js";
|
177
177
|
import { GAME_LAUNCHER_ASSET_PADDING as gf } from "./features/circle-games/game-launcher/comps/segmented-game-card/constants.js";
|
178
178
|
import { GAME_LAUNCHER_SIZE as Uf } from "./features/circle-games/game-launcher/comps/card-container/constants.js";
|
179
|
-
import { useCircleSounds as
|
180
|
-
import { CircleSoundKey as
|
179
|
+
import { useCircleSounds as bf } from "./features/circle-games/hooks/use-circle-sounds/use-circle-sounds.js";
|
180
|
+
import { CircleSoundKey as Wf } from "./features/circle-games/hooks/use-circle-sounds/use-circle-sounds-enums.js";
|
181
181
|
import { useGetLeaderboardDal as Vf } from "./features/circle-games/leaderboard/dal/use-get-leaderboard-dal/use-get-leaderboard-dal.js";
|
182
182
|
import { ELeaderboardType as Yf } from "./features/circle-games/leaderboard/enums/leaderboard-type-enum.js";
|
183
183
|
import { StreakReductionLocalStorageUtil as Qf } from "./features/circle-games/utils/streak-reduction-localstorage-util.js";
|
@@ -200,86 +200,84 @@ import { default as Ls } from "./features/cue-canvas/cue-canvas-provider.js";
|
|
200
200
|
import { default as ks } from "./features/cue-canvas/toolbar/toolbar.js";
|
201
201
|
import { default as Os } from "./features/cue-canvas/cue-canvas.js";
|
202
202
|
import { default as Hs } from "./features/cue-canvas/hooks/use-canvas-sync-broker.js";
|
203
|
-
import { default as Gs } from "./features/
|
204
|
-
import { default as ys } from "./features/
|
205
|
-
import {
|
206
|
-
import {
|
207
|
-
import {
|
208
|
-
import {
|
209
|
-
import {
|
210
|
-
import {
|
211
|
-
import {
|
212
|
-
import { default as Xs } from "./features/
|
213
|
-
import {
|
214
|
-
import {
|
215
|
-
import {
|
216
|
-
import {
|
217
|
-
import {
|
218
|
-
import {
|
219
|
-
import {
|
220
|
-
import {
|
221
|
-
import {
|
222
|
-
import {
|
223
|
-
import {
|
224
|
-
import {
|
225
|
-
import {
|
226
|
-
import { default as Rl } from "./features/
|
227
|
-
import { default as Nl } from "./features/milestone/create/
|
228
|
-
import { default as Ml } from "./features/milestone/create/
|
229
|
-
import { default as Dl } from "./features/milestone/
|
230
|
-
import { default as gl } from "./features/milestone/
|
231
|
-
import { default as Ul } from "./features/milestone/
|
232
|
-
import { default as
|
233
|
-
import { default as
|
234
|
-
import { default as Vl } from "./features/milestone/
|
235
|
-
import { default as Yl } from "./features/milestone/edit/
|
236
|
-
import { default as Ql } from "./features/milestone/
|
237
|
-
import { default as jl } from "./features/milestone/
|
238
|
-
import { default as ql } from "./features/milestone/
|
239
|
-
import { default as Xl } from "./features/milestone/milestone-
|
240
|
-
import { default as ep } from "./features/milestone/
|
241
|
-
import {
|
242
|
-
import {
|
243
|
-
import {
|
244
|
-
import {
|
245
|
-
import {
|
246
|
-
import {
|
247
|
-
import {
|
248
|
-
import {
|
249
|
-
import {
|
250
|
-
import {
|
251
|
-
import {
|
252
|
-
import { default as
|
253
|
-
import {
|
254
|
-
import { default as Gp } from "./features/
|
255
|
-
import { default as yp } from "./features/
|
256
|
-
import {
|
257
|
-
import {
|
258
|
-
import {
|
259
|
-
import {
|
260
|
-
import {
|
261
|
-
import {
|
262
|
-
import {
|
263
|
-
import {
|
264
|
-
import { default as nm } from "./features/worksheet/worksheet/worksheet-
|
265
|
-
import { default as Im } from "./features/worksheet/worksheet
|
266
|
-
import { default as Tm } from "./features/worksheet/
|
267
|
-
import { default as Em } from "./features/worksheet/
|
268
|
-
import { default as Am } from "./features/worksheet/
|
269
|
-
import { default as Pm } from "./features/worksheet/learnosity-preloader/use-is-learnosity-loaded.js";
|
270
|
-
import { default as Lm } from "./features/worksheet/worksheet-preview/hooks/use-worksheet-layout.js";
|
203
|
+
import { default as Gs } from "./features/communication/hooks/use-inclass-message-broker/use-inclass-message-broker.js";
|
204
|
+
import { default as ys } from "./features/communication/hooks/use-trial-session-message-broker/use-trial-session-message-broker.js";
|
205
|
+
import { EVENTS as Bs } from "./features/communication/pub-sub/constants.js";
|
206
|
+
import { useInClassActionDispatcher as vs, useInClassActionListener as Ws } from "./features/communication/pub-sub/hooks.js";
|
207
|
+
import { default as Vs } from "./features/trial-session/trial-session.js";
|
208
|
+
import { EClassTimeAlertLevel as Ys } from "./features/trial-session/trial-session-types.js";
|
209
|
+
import { useClassTimeAlerts as Qs } from "./features/trial-session/hooks/use-class-time-alerts.js";
|
210
|
+
import { default as js } from "./features/talk-meter/talk-meter.js";
|
211
|
+
import { default as qs } from "./features/extra-practice/extra-practice.js";
|
212
|
+
import { default as Xs } from "./features/homework/hw-card-list/hw-card-list.js";
|
213
|
+
import { invalidateHomeworks as el } from "./features/homework/hw-card-list/api/get-homeworks.js";
|
214
|
+
import { useAutoPlayPermission as rl } from "./features/hooks/use-auto-play-permission/use-auto-play-permission.js";
|
215
|
+
import { JOURNEY_ID_STUDENT as al } from "./features/journey/journey-id/journey-id-student.js";
|
216
|
+
import { JOURNEY_ID_TEACHER as sl } from "./features/journey/journey-id/journey-id-teacher.js";
|
217
|
+
import { useJourney as pl } from "./features/journey/use-journey/use-journey.js";
|
218
|
+
import { useGetEligibleJourneysViaRoute as ul } from "./features/journey/hooks/use-get-eligible-journeys-via-route.js";
|
219
|
+
import { JourneyProvider as xl } from "./features/journey/use-journey/journey-context-provider.js";
|
220
|
+
import { IndicatorType as cl } from "./features/journey/use-journey/constants.js";
|
221
|
+
import { Coachmark as il } from "./features/journey/comps/coachmark/coachmark.js";
|
222
|
+
import { useHomePageJourney as Sl } from "./features/journey/hooks/use-home-page-journey/use-home-page-journey.js";
|
223
|
+
import { useChapterPageJourney as Cl } from "./features/journey/hooks/use-chapter-journey.js";
|
224
|
+
import { default as _l } from "./features/maintenance/maintenance.js";
|
225
|
+
import { default as hl } from "./features/milestone/create/submit-modal/submit-modal.js";
|
226
|
+
import { default as Rl } from "./features/milestone/create/comps/confirmation-modals/goal-creation-confirmation.js";
|
227
|
+
import { default as Nl } from "./features/milestone/create/comps/confirmation-modals/chapter-clearance-confirmation.js";
|
228
|
+
import { default as Ml } from "./features/milestone/create/milestone-create-container.js";
|
229
|
+
import { default as Dl } from "./features/milestone/edit/goal-drafts/goal-draft-edit-container.js";
|
230
|
+
import { default as gl } from "./features/milestone/outcome/milestone-outcome-container.js";
|
231
|
+
import { default as Ul } from "./features/milestone/outcome/comps/achievement/reason-submit-modal.js";
|
232
|
+
import { default as bl } from "./features/milestone/outcome/comps/achievement/share-instructions-modal.js";
|
233
|
+
import { default as Wl } from "./features/milestone/edit/comps/edit-milestone-modal/index.js";
|
234
|
+
import { default as Vl } from "./features/milestone/edit/goal-edit-container.js";
|
235
|
+
import { default as Yl } from "./features/milestone/edit/milestone-edit-container.js";
|
236
|
+
import { default as Ql } from "./features/milestone/milestone-list-container/milestone-list-container.js";
|
237
|
+
import { default as jl } from "./features/milestone/milestone-action-widget/milestone-action-widget.js";
|
238
|
+
import { default as ql } from "./features/milestone/start/milestone-start.js";
|
239
|
+
import { default as Xl } from "./features/milestone/milestone-tests/tests-creation/tests-creation.js";
|
240
|
+
import { default as ep } from "./features/milestone/milestone-resources/resources-assign/resources-assign.js";
|
241
|
+
import { ACHIEVEMENT_ACTIONS as rp, STAGES as tp } from "./features/milestone/outcome/milestone-outcome-constants.js";
|
242
|
+
import { invalidateMilestonesData as fp, useGetAllMilestonesdata as sp } from "./features/milestone/milestone-list-container/api/get-milestones.js";
|
243
|
+
import { invalidateTestHelpData as pp, useGetTestHelpData as mp } from "./features/milestone/milestone-list-container/api/get-tests-list.js";
|
244
|
+
import { invalidateMilestoneResources as dp, useGetMilestoneResources as xp } from "./features/milestone/milestone-list-container/api/get-milestone-resources.js";
|
245
|
+
import { default as cp } from "./features/pointer-sync/pointer.js";
|
246
|
+
import { default as ip } from "./features/pointer-sync/hooks/use-pointer-sync.js";
|
247
|
+
import { DigitalMeter as Sp } from "./features/post-game-stats/digital-meter/digital-meter.js";
|
248
|
+
import { EPostGameStat as Cp } from "./features/post-game-stats/enums/post-game-stats-enum.js";
|
249
|
+
import { PostGameStats as _p } from "./features/post-game-stats/post-game-stats.js";
|
250
|
+
import { default as hp } from "./features/recent-chapters/recent-chapters.js";
|
251
|
+
import { SENTRY_DENIED_URLS as Rp, SENTRY_IGNORED_ERRORS as kp } from "./features/sentry/constants/ignored.js";
|
252
|
+
import { default as Op } from "./features/sheet-tools/desmos-calculator/desmos-calculator.js";
|
253
|
+
import { default as Hp } from "./features/sheet-tools/tool-header/tool-header.js";
|
254
|
+
import { default as Gp } from "./features/sheets/sheets-list/sheets-list.js";
|
255
|
+
import { default as yp } from "./features/sheets/reference-sheet/reference-sheet.js";
|
256
|
+
import { WORKSHEET_V3_NODE_TYPES as Bp } from "./features/sheets/utils/is-v3-worksheet.js";
|
257
|
+
import { COMPLETED_SHEET_STATE as vp, NODE_LABELS as Wp, NODE_SUB_GROUP as wp, NODE_TYPE as Vp, PYTHON_NODE_TYPES as Fp, REWARDS_LIST as Yp, SHEET_ACTIONS as Jp, SHEET_ATTEMPT_LOCATION as Qp, SHEET_ATTEMPT_LOCATION_MAP as Kp, SHEET_ATTEMPT_STATE as jp, SHEET_DATA_TYPE as Zp, SHEET_STATE as qp } from "./features/sheets/constants/sheet.js";
|
258
|
+
import { default as Xp } from "./features/student-details/student-details.js";
|
259
|
+
import { default as em } from "./features/utils/load-script.js";
|
260
|
+
import { ACTION_BAR_HEIGHT as rm, QUESTIONS_GAP as tm, QUESTION_WIDTH as am, TOP_NAVIGATION_HEIGHT as fm } from "./features/worksheet/worksheet/constants.js";
|
261
|
+
import { isOkayTypeQuestion as lm } from "./features/worksheet/worksheet/worksheet-helpers.js";
|
262
|
+
import { default as mm } from "./features/worksheet/worksheet/worksheet-container.js";
|
263
|
+
import { default as dm } from "./features/worksheet/worksheet-preview/worksheet-preview.js";
|
264
|
+
import { default as nm } from "./features/worksheet/worksheet/worksheet-permissions/sheet-locked.js";
|
265
|
+
import { default as Im } from "./features/worksheet/worksheet/worksheet-permissions/error.js";
|
266
|
+
import { default as Tm } from "./features/worksheet/learnosity-preloader/learnosity-preloader.js";
|
267
|
+
import { default as Em } from "./features/worksheet/learnosity-preloader/use-is-learnosity-loaded.js";
|
268
|
+
import { default as Am } from "./features/worksheet/worksheet-preview/hooks/use-worksheet-layout.js";
|
271
269
|
export {
|
272
|
-
|
270
|
+
rp as ACHIEVEMENT_ACTIONS,
|
273
271
|
tf as AUTH_TABS,
|
274
272
|
Ur as AccordionSection,
|
275
|
-
|
276
|
-
|
277
|
-
|
273
|
+
wa as AccountSelector,
|
274
|
+
Ul as AchievementNotShareReasonModal,
|
275
|
+
bl as AchievementShareInstructionModal,
|
278
276
|
x as AlertIcon,
|
279
277
|
na as AnimatedArc,
|
280
278
|
Nt as AppLoader,
|
281
279
|
et as ArcButton,
|
282
|
-
|
280
|
+
br as ArrowTooltip,
|
283
281
|
ff as AuthApiErrorCode,
|
284
282
|
Ta as AuthPageLayout,
|
285
283
|
Ia as AuthStaticPanel,
|
@@ -299,12 +297,12 @@ export {
|
|
299
297
|
Qr as Button,
|
300
298
|
us as CIRCLE_ACTION_IDS,
|
301
299
|
ps as CIRCLE_ONBOARDING_ANALYTICS_STEPS,
|
302
|
-
|
300
|
+
vp as COMPLETED_SHEET_STATE,
|
303
301
|
D as CalendarIcon,
|
304
|
-
|
302
|
+
Wt as Callout,
|
305
303
|
St as CascadingSelectInput,
|
306
304
|
Sf as Chapter,
|
307
|
-
|
305
|
+
Nl as ChapterClearanceConfirmationModal,
|
308
306
|
Mf as ChapterDetails,
|
309
307
|
Cf as ChaptersList,
|
310
308
|
hr as ChatIcon,
|
@@ -315,50 +313,48 @@ export {
|
|
315
313
|
Sr as ChevronDownIcon,
|
316
314
|
ir as ChevronLeftIcon,
|
317
315
|
cr as ChevronRightIcon,
|
318
|
-
|
316
|
+
Wf as CircleSoundKey,
|
319
317
|
Mt as CircularLoader,
|
320
318
|
Ba as CircularStepWrapper,
|
321
319
|
Es as CircularSteps,
|
322
320
|
Oa as ClaimUserAccount,
|
323
321
|
jr as Clickable,
|
324
|
-
|
322
|
+
b as ClipboardIcon,
|
325
323
|
V as Clock2Icon,
|
326
|
-
|
327
|
-
|
324
|
+
W as ClockIcon,
|
325
|
+
il as Coachmark,
|
328
326
|
Y as CodeIcon,
|
329
|
-
|
327
|
+
Wr as ContextMenu,
|
330
328
|
Q as CopyIcon,
|
331
329
|
Vr as CountdownTimer,
|
332
330
|
j as CrossIcon,
|
333
331
|
Os as CueCanvas,
|
334
332
|
ks as CueCanvasController,
|
335
|
-
ys as CueCanvasHomeworkController,
|
336
333
|
Ls as CueCanvasProvider,
|
337
|
-
Gs as CueCanvasSideBar,
|
338
334
|
q as CueRocket,
|
339
335
|
Rr as CuemathLogo,
|
340
336
|
ya as CustomInputField,
|
341
337
|
X as DashArrowIcon,
|
342
338
|
Ga as DatePickerInput,
|
343
|
-
|
344
|
-
|
339
|
+
Op as DesmosCalculator,
|
340
|
+
Sp as DigitalMeter,
|
345
341
|
ee as DownIcon,
|
346
342
|
re as DraftIcon,
|
347
343
|
ae as DragIcon,
|
348
|
-
|
344
|
+
Ys as EClassTimeAlertLevel,
|
349
345
|
Yf as ELeaderboardType,
|
350
|
-
|
351
|
-
|
352
|
-
|
346
|
+
ep as EPResourceAssign,
|
347
|
+
Cp as EPostGameStat,
|
348
|
+
Bs as EVENTS,
|
353
349
|
pe as Edit2Icon,
|
354
350
|
se as EditIcon,
|
355
|
-
|
351
|
+
Wl as EditMilestoneModal,
|
356
352
|
ue as EditStarIcon,
|
357
353
|
xe as EraserIcon,
|
358
354
|
rt as Error,
|
359
355
|
Se as ExclamationIcon,
|
360
|
-
|
361
|
-
|
356
|
+
Hp as ExpandableHeader,
|
357
|
+
qs as ExtraPractice,
|
362
358
|
ie as Eye2Icon,
|
363
359
|
ce as EyeIcon,
|
364
360
|
Rt as FlexView,
|
@@ -366,9 +362,9 @@ export {
|
|
366
362
|
Uf as GAME_LAUNCHER_SIZE,
|
367
363
|
Cr as GameIcon,
|
368
364
|
xs as GameLauncher,
|
369
|
-
|
370
|
-
|
371
|
-
|
365
|
+
Rl as GoalCreationConfirmationModal,
|
366
|
+
Dl as GoalDraftEdit,
|
367
|
+
Vl as GoalEdit,
|
372
368
|
ct as GooglePlacesSearchInput,
|
373
369
|
Ha as GradeInput,
|
374
370
|
r as GradeSelector,
|
@@ -376,7 +372,7 @@ export {
|
|
376
372
|
_e as HelpIcon,
|
377
373
|
he as HighlighterIcon,
|
378
374
|
Re as HomeIcon,
|
379
|
-
|
375
|
+
Xs as HomeworkCardList,
|
380
376
|
s as ILLUSTRATIONS,
|
381
377
|
p as IMAGES,
|
382
378
|
ss as IStatsToAwardErrorCode,
|
@@ -384,38 +380,38 @@ export {
|
|
384
380
|
Za as IdentifierOtpForm,
|
385
381
|
da as Image,
|
386
382
|
Ne as ImageIcon,
|
387
|
-
|
383
|
+
cl as IndicatorType,
|
388
384
|
De as Info2Icon,
|
389
385
|
Me as InfoIcon,
|
390
386
|
Pa as InputStatusIcon,
|
391
|
-
|
392
|
-
|
393
|
-
|
387
|
+
al as JOURNEY_ID_STUDENT,
|
388
|
+
sl as JOURNEY_ID_TEACHER,
|
389
|
+
xl as JourneyProvider,
|
394
390
|
u as LOTTIE,
|
395
391
|
_f as LPARChapter,
|
396
392
|
hf as LPARMilestoneChapter,
|
397
393
|
is as Leaderboard,
|
398
|
-
|
394
|
+
Tm as LearnosityPreloader,
|
399
395
|
ge as LeftIcon,
|
400
|
-
|
401
|
-
|
396
|
+
be as Lock2Icon,
|
397
|
+
We as Lock3Icon,
|
402
398
|
Ue as LockIcon,
|
403
|
-
|
404
|
-
|
405
|
-
|
406
|
-
|
407
|
-
|
408
|
-
|
409
|
-
|
399
|
+
_l as Maintenance,
|
400
|
+
jl as MilestoneActionWidget,
|
401
|
+
Ml as MilestoneCreate,
|
402
|
+
Yl as MilestoneEdit,
|
403
|
+
Ql as MilestoneList,
|
404
|
+
gl as MilestoneOutcome,
|
405
|
+
ql as MilestoneStart,
|
410
406
|
Ye as Minus2Icon,
|
411
407
|
Ve as MinusIcon,
|
412
408
|
Qe as MistakeIcon,
|
413
409
|
je as Mobile,
|
414
410
|
qe as MoreVerticalIcon,
|
415
411
|
If as MultiTabBlocker,
|
416
|
-
|
417
|
-
|
418
|
-
|
412
|
+
Wp as NODE_LABELS,
|
413
|
+
wp as NODE_SUB_GROUP,
|
414
|
+
Vp as NODE_TYPE,
|
419
415
|
Nr as Next2Icon,
|
420
416
|
Xe as NextIcon,
|
421
417
|
Yr as Nudge,
|
@@ -424,7 +420,7 @@ export {
|
|
424
420
|
Ea as OverlayLoader,
|
425
421
|
lf as PLATFORM_EVENTS_STUDENT,
|
426
422
|
mf as PLATFORM_EVENTS_TEACHER,
|
427
|
-
|
423
|
+
Fp as PYTHON_NODE_TYPES,
|
428
424
|
eo as PencilIcon,
|
429
425
|
_t as PercentileInput,
|
430
426
|
ma as PerfectHits,
|
@@ -434,35 +430,35 @@ export {
|
|
434
430
|
uo as Plus2Icon,
|
435
431
|
po as PlusIcon,
|
436
432
|
ro as PointerIcon,
|
437
|
-
|
433
|
+
_p as PostGameStats,
|
438
434
|
no as PracticeIcon,
|
439
|
-
|
435
|
+
dm as PreviewWorksheet,
|
440
436
|
Io as ProgressIcon,
|
441
437
|
Xf as ProjectOutcome,
|
442
438
|
rs as ProjectType,
|
443
439
|
To as QuestionIcon,
|
444
440
|
Eo as QuestionLetterIcon,
|
445
|
-
|
441
|
+
Yp as REWARDS_LIST,
|
446
442
|
Dt as RadioCard,
|
447
443
|
pt as RadioInput,
|
448
|
-
|
444
|
+
hp as RecentChapters,
|
449
445
|
Ao as RedoIcon,
|
450
|
-
|
451
|
-
|
446
|
+
yp as ReferenceSheet,
|
447
|
+
cp as RemotePeerPointer,
|
452
448
|
La as ResendOTP,
|
453
449
|
$a as ResetPasswordForm,
|
454
450
|
Po as RightIcon,
|
455
451
|
Lo as RulerIcon,
|
456
452
|
Rf as SATSheetSummary,
|
457
|
-
|
458
|
-
|
459
|
-
|
460
|
-
|
461
|
-
|
462
|
-
|
463
|
-
|
464
|
-
|
465
|
-
|
453
|
+
Rp as SENTRY_DENIED_URLS,
|
454
|
+
kp as SENTRY_IGNORED_ERRORS,
|
455
|
+
Jp as SHEET_ACTIONS,
|
456
|
+
Qp as SHEET_ATTEMPT_LOCATION,
|
457
|
+
Kp as SHEET_ATTEMPT_LOCATION_MAP,
|
458
|
+
jp as SHEET_ATTEMPT_STATE,
|
459
|
+
Zp as SHEET_DATA_TYPE,
|
460
|
+
qp as SHEET_STATE,
|
461
|
+
tp as STAGES,
|
466
462
|
mr as ScribbleIcon,
|
467
463
|
ko as SearchIcon,
|
468
464
|
xt as SearchableSelectInput,
|
@@ -470,12 +466,12 @@ export {
|
|
470
466
|
ut as SelectInput,
|
471
467
|
ht as SelectionCards,
|
472
468
|
fa as Separator,
|
473
|
-
|
469
|
+
Im as SheetError,
|
474
470
|
Oo as SheetIcon,
|
475
|
-
|
476
|
-
|
471
|
+
Gp as SheetList,
|
472
|
+
nm as SheetLocked,
|
477
473
|
Ps as SignUp,
|
478
|
-
|
474
|
+
va as SignupMethods,
|
479
475
|
ur as SketchIcon,
|
480
476
|
Bo as Skip2Icon,
|
481
477
|
Go as SkipColoredIcon,
|
@@ -483,27 +479,27 @@ export {
|
|
483
479
|
Ja as SocialAccountNotFound,
|
484
480
|
Fa as SocialLoginMethods,
|
485
481
|
As as SplashScreen,
|
486
|
-
|
482
|
+
vo as Star2Icon,
|
487
483
|
Ho as StarIcon,
|
488
|
-
|
484
|
+
wo as StatusIcon,
|
489
485
|
a as Stepper,
|
490
486
|
ta as StreakIcon,
|
491
487
|
Qf as StreakReductionLocalStorageUtil,
|
492
488
|
Fo as StrikedEyeIcon,
|
493
|
-
|
494
|
-
|
489
|
+
Xp as StudentDetails,
|
490
|
+
hl as SubmitMilestoneModal,
|
495
491
|
Jo as SwitchIcon,
|
496
492
|
oa as TabComponent,
|
497
493
|
Aa as Tabs,
|
498
|
-
|
499
|
-
|
500
|
-
|
494
|
+
bt as Tag,
|
495
|
+
js as TalkMeter,
|
496
|
+
Xl as TestsCreation,
|
501
497
|
Ut as Text,
|
502
498
|
Xr as TextButton,
|
503
499
|
it as TextInput,
|
504
500
|
Ko as TickIcon,
|
505
501
|
$t as TimeLeftTimeline,
|
506
|
-
|
502
|
+
Vs as TrialSession,
|
507
503
|
Zo as TrophyIcon,
|
508
504
|
jf as Tutorial,
|
509
505
|
_r as TutoringIcon,
|
@@ -519,48 +515,48 @@ export {
|
|
519
515
|
Ka as UsernamePasswordForm,
|
520
516
|
la as Video,
|
521
517
|
df as WHITELIST_EVENTS,
|
522
|
-
|
523
|
-
|
524
|
-
|
525
|
-
|
526
|
-
|
518
|
+
rm as WORKSHEET_ACTION_BAR_HEIGHT,
|
519
|
+
tm as WORKSHEET_QUESTIONS_GAP,
|
520
|
+
am as WORKSHEET_QUESTION_WIDTH,
|
521
|
+
fm as WORKSHEET_TOP_NAVIGATION_HEIGHT,
|
522
|
+
Bp as WORKSHEET_V3_NODE_TYPES,
|
527
523
|
qf as WebView,
|
528
524
|
es as WebViewEvent,
|
529
|
-
|
525
|
+
mm as Worksheet,
|
530
526
|
Nf as checkIfPPTNodeType,
|
531
527
|
Zt as getTheme,
|
532
528
|
Df as invalidateGetChapterDetails,
|
533
|
-
|
534
|
-
|
535
|
-
|
536
|
-
|
537
|
-
|
538
|
-
|
539
|
-
|
529
|
+
el as invalidateHomeworks,
|
530
|
+
dp as invalidateMilestoneResources,
|
531
|
+
fp as invalidateMilestonesData,
|
532
|
+
pp as invalidateTestHelpData,
|
533
|
+
lm as isOkayTypeQuestion,
|
534
|
+
em as loadScript,
|
535
|
+
rl as useAutoPlayPermission,
|
540
536
|
Hs as useCanvasSyncBroker,
|
541
|
-
|
542
|
-
|
543
|
-
|
537
|
+
Cl as useChapterPageJourney,
|
538
|
+
bf as useCircleSounds,
|
539
|
+
Qs as useClassTimeAlerts,
|
544
540
|
Kt as useContextMenuClickHandler,
|
545
541
|
gr as useForceReload,
|
546
|
-
|
542
|
+
sp as useGetAllMilestonesdata,
|
547
543
|
cs as useGetCircleHomeDetailsDal,
|
548
|
-
|
544
|
+
ul as useGetEligibleJourneysViaRoute,
|
549
545
|
Vf as useGetLeaderboardDal,
|
550
|
-
|
551
|
-
|
552
|
-
|
553
|
-
|
554
|
-
|
555
|
-
|
556
|
-
|
546
|
+
xp as useGetMilestoneResources,
|
547
|
+
mp as useGetTestHelpData,
|
548
|
+
Sl as useHomePageJourney,
|
549
|
+
vs as useInClassActionDispatcher,
|
550
|
+
Ws as useInClassActionListener,
|
551
|
+
Gs as useInClassMessageBroker,
|
552
|
+
Em as useIsLearnosityLoaded,
|
557
553
|
nf as useIsTabBlocked,
|
558
|
-
|
559
|
-
|
554
|
+
pl as useJourney,
|
555
|
+
ip as usePointerSync,
|
560
556
|
Jt as useTrackingContext,
|
561
|
-
|
557
|
+
ys as useTrialSessionMessageBroker,
|
562
558
|
Ft as useUIContext,
|
563
|
-
|
559
|
+
Am as useWorksheetLayout,
|
564
560
|
Dr as useZoomDisable
|
565
561
|
};
|
566
562
|
//# 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":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@cuemath/leap",
|
3
|
-
"version": "3.0.
|
3
|
+
"version": "3.0.30",
|
4
4
|
"type": "module",
|
5
5
|
"files": [
|
6
6
|
"dist"
|
@@ -27,7 +27,8 @@
|
|
27
27
|
"lodash.isequal": "^4.5.0",
|
28
28
|
"lodash.throttle": "^4.1.1",
|
29
29
|
"query-string": "^8.1.0",
|
30
|
-
"react-datepicker": "^8.3.0"
|
30
|
+
"react-datepicker": "^8.3.0",
|
31
|
+
"react-error-boundary": "^6.0.0"
|
31
32
|
},
|
32
33
|
"sideEffects": false,
|
33
34
|
"devDependencies": {
|