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