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