@cuemath/leap 2.9.5 → 2.9.6

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.
@@ -0,0 +1,33 @@
1
+ const e = [
2
+ "getSettings",
3
+ "ResizeObserver loop limit exceeded",
4
+ "Non-Error promise rejection captured",
5
+ "NotFoundError: Failed to execute 'removeChild' on 'Node': The node to be removed is not a child of this node.",
6
+ "Cannot read property 'getReadModeRender' of undefined",
7
+ "Cannot read property 'getReadModeExtract' of undefined",
8
+ "TypeError: Failed to fetch",
9
+ "privateSpecialRepair is not defined",
10
+ "Failed to execute 'send' on 'XMLHttpRequest'",
11
+ "Cannot read properties of null (reading 'appendChild')",
12
+ "SecurityError: Failed to execute 'replaceState' on 'History'",
13
+ "Cannot read properties of null (reading 'postMessage')",
14
+ "OT_HARDWARE_UNAVAILABLE",
15
+ "OT_UNABLE_TO_CAPTURE_SCREEN",
16
+ "OT_USER_MEDIA_ACCESS_DENIED",
17
+ "OT_UNEXPECTED_SERVER_RESPONSE",
18
+ "null is not an object (evaluating 'Te.subscribeToVideo')",
19
+ "Cannot read property 'socketId' of null",
20
+ "NotAllowedError: The request is not allowed by the user agent or the platform in the current context, possibly because the user denied permission.",
21
+ /PubNub call failed, check status for details/
22
+ ], o = [
23
+ /static\.mathigon\.org/i,
24
+ // /questions-ie\.learnosity\.com/i,
25
+ // /assess-ie\.learnosity\.com/i,
26
+ /static\.mathigon\.org\/api\/polypad-v1\.10\.js/i,
27
+ /static\.opentok\.com\/v2\/js\/opentok\.min\.js/i
28
+ ];
29
+ export {
30
+ o as SENTRY_DENIED_URLS,
31
+ e as SENTRY_IGNORED_ERRORS
32
+ };
33
+ //# sourceMappingURL=ignored.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ignored.js","sources":["../../../../src/features/sentry/constants/ignored.ts"],"sourcesContent":["const SENTRY_IGNORED_ERRORS: Array<string | RegExp> = [\n 'getSettings',\n 'ResizeObserver loop limit exceeded',\n 'Non-Error promise rejection captured',\n \"NotFoundError: Failed to execute 'removeChild' on 'Node': The node to be removed is not a child of this node.\",\n \"Cannot read property 'getReadModeRender' of undefined\",\n \"Cannot read property 'getReadModeExtract' of undefined\",\n 'TypeError: Failed to fetch',\n 'privateSpecialRepair is not defined',\n \"Failed to execute 'send' on 'XMLHttpRequest'\",\n \"Cannot read properties of null (reading 'appendChild')\",\n \"SecurityError: Failed to execute 'replaceState' on 'History'\",\n \"Cannot read properties of null (reading 'postMessage')\",\n 'OT_HARDWARE_UNAVAILABLE',\n 'OT_UNABLE_TO_CAPTURE_SCREEN',\n 'OT_USER_MEDIA_ACCESS_DENIED',\n 'OT_UNEXPECTED_SERVER_RESPONSE',\n \"null is not an object (evaluating 'Te.subscribeToVideo')\",\n \"Cannot read property 'socketId' of null\",\n 'NotAllowedError: The request is not allowed by the user agent or the platform in the current context, possibly because the user denied permission.',\n /PubNub call failed, check status for details/,\n];\n\nconst SENTRY_DENIED_URLS: Array<string | RegExp> = [\n /static\\.mathigon\\.org/i,\n // /questions-ie\\.learnosity\\.com/i,\n // /assess-ie\\.learnosity\\.com/i,\n /static\\.mathigon\\.org\\/api\\/polypad-v1\\.10\\.js/i,\n /static\\.opentok\\.com\\/v2\\/js\\/opentok\\.min\\.js/i,\n];\n\nexport { SENTRY_IGNORED_ERRORS, SENTRY_DENIED_URLS };\n"],"names":["SENTRY_IGNORED_ERRORS","SENTRY_DENIED_URLS"],"mappings":"AAAA,MAAMA,IAAgD;AAAA,EACpD;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AACF,GAEMC,IAA6C;AAAA,EACjD;AAAA;AAAA;AAAA,EAGA;AAAA,EACA;AACF;"}
package/dist/index.d.ts CHANGED
@@ -3847,6 +3847,10 @@ export declare const SelectInput: <IDType extends string | number>(props: ISelec
3847
3847
 
3848
3848
  export declare const SelectionCards: <IDType extends string | number>({ options, value, values, onChange, analyticsLabel, analyticsProps, type, $background, $selectedBackground, $cardWidth, }: ISelectionCardListProps<IDType>) => JSX_2.Element;
3849
3849
 
3850
+ export declare const SENTRY_DENIED_URLS: Array<string | RegExp>;
3851
+
3852
+ export declare const SENTRY_IGNORED_ERRORS: Array<string | RegExp>;
3853
+
3850
3854
  export declare const Separator: React_2.FC<ISeparatorProps>;
3851
3855
 
3852
3856
  export declare const SHEET_ACTIONS: {
package/dist/index.js CHANGED
@@ -10,16 +10,16 @@ import { default as E } from "./assets/line-icons/icons/bin2.js";
10
10
  import { default as C } from "./assets/line-icons/icons/book-closed.js";
11
11
  import { default as _ } from "./assets/line-icons/icons/book.js";
12
12
  import { default as L } from "./assets/line-icons/icons/book2.js";
13
- import { default as M } from "./assets/line-icons/icons/bookmark.js";
14
- import { default as N } from "./assets/line-icons/icons/bulb.js";
15
- import { default as R } from "./assets/line-icons/icons/bulb2.js";
13
+ import { default as R } from "./assets/line-icons/icons/bookmark.js";
14
+ import { default as M } from "./assets/line-icons/icons/bulb.js";
15
+ import { default as O } from "./assets/line-icons/icons/bulb2.js";
16
16
  import { default as D } from "./assets/line-icons/icons/calendar.js";
17
17
  import { default as y } from "./assets/line-icons/icons/check.js";
18
18
  import { default as B } from "./assets/line-icons/icons/check2.js";
19
19
  import { default as U } from "./assets/line-icons/icons/clipboard.js";
20
20
  import { default as W } from "./assets/line-icons/icons/clock.js";
21
21
  import { default as w } from "./assets/line-icons/icons/clock2.js";
22
- import { default as Y } from "./assets/line-icons/icons/code.js";
22
+ import { default as Q } from "./assets/line-icons/icons/code.js";
23
23
  import { default as F } from "./assets/line-icons/icons/copy.js";
24
24
  import { default as j } from "./assets/line-icons/icons/cross.js";
25
25
  import { default as q } from "./assets/line-icons/icons/cue-rocket.js";
@@ -37,16 +37,16 @@ import { default as Ee } from "./assets/line-icons/icons/hand.js";
37
37
  import { default as Ce } from "./assets/line-icons/icons/help.js";
38
38
  import { default as _e } from "./assets/line-icons/icons/highlighter.js";
39
39
  import { default as Le } from "./assets/line-icons/icons/home.js";
40
- import { default as Me } from "./assets/line-icons/icons/image.js";
41
- import { default as Ne } from "./assets/line-icons/icons/info.js";
42
- import { default as Re } from "./assets/line-icons/icons/info2.js";
40
+ import { default as Re } from "./assets/line-icons/icons/image.js";
41
+ import { default as Me } from "./assets/line-icons/icons/info.js";
42
+ import { default as Oe } from "./assets/line-icons/icons/info2.js";
43
43
  import { default as De } from "./assets/line-icons/icons/left.js";
44
44
  import { default as ye } from "./assets/line-icons/icons/lock.js";
45
45
  import { default as Be } from "./assets/line-icons/icons/lock2.js";
46
46
  import { default as Ue } from "./assets/line-icons/icons/minus.js";
47
47
  import { default as We } from "./assets/line-icons/icons/minus2.js";
48
48
  import { default as we } from "./assets/line-icons/icons/mistake.js";
49
- import { default as Ye } from "./assets/line-icons/icons/mobile.js";
49
+ import { default as Qe } from "./assets/line-icons/icons/mobile.js";
50
50
  import { default as Fe } from "./assets/line-icons/icons/more-vertical.js";
51
51
  import { default as je } from "./assets/line-icons/icons/next.js";
52
52
  import { default as qe } from "./assets/line-icons/icons/pencil.js";
@@ -63,16 +63,16 @@ import { default as To } from "./assets/line-icons/icons/redo.js";
63
63
  import { default as So } from "./assets/line-icons/icons/right.js";
64
64
  import { default as Ao } from "./assets/line-icons/icons/ruler.js";
65
65
  import { default as Po } from "./assets/line-icons/icons/search.js";
66
- import { default as ho } from "./assets/line-icons/icons/sheet.js";
67
- import { default as ko } from "./assets/line-icons/icons/star.js";
68
- import { default as Oo } from "./assets/line-icons/icons/skip.js";
66
+ import { default as No } from "./assets/line-icons/icons/sheet.js";
67
+ import { default as ho } from "./assets/line-icons/icons/star.js";
68
+ import { default as ko } from "./assets/line-icons/icons/skip.js";
69
69
  import { default as Ho } from "./assets/line-icons/icons/skip2.js";
70
70
  import { default as Go } from "./assets/line-icons/icons/star2.js";
71
71
  import { default as go } from "./assets/line-icons/icons/striked-eye.js";
72
72
  import { default as bo } from "./assets/line-icons/icons/switch-icon.js";
73
73
  import { default as vo } from "./assets/line-icons/icons/tick.js";
74
74
  import { default as Vo } from "./assets/line-icons/icons/trophy.js";
75
- import { default as Qo } from "./assets/line-icons/icons/undo.js";
75
+ import { default as Yo } from "./assets/line-icons/icons/undo.js";
76
76
  import { default as Ko } from "./assets/line-icons/icons/unlock.js";
77
77
  import { default as Jo } from "./assets/line-icons/icons/up.js";
78
78
  import { default as Zo } from "./assets/line-icons/icons/user.js";
@@ -90,16 +90,16 @@ import { default as Er } from "./assets/line-icons/icons/next2.js";
90
90
  import { AutoPlayPermissionProvider as Cr } from "./features/hooks/use-auto-play-permission/use-auto-play-permission-context-provider.js";
91
91
  import { default as _r } from "./features/hooks/use-zoom-disable.js";
92
92
  import { default as Lr } from "./features/hooks/use-force-reload.js";
93
- import { default as Mr } from "./features/ui/accordion-section/accordion-section.js";
94
- import { default as Nr } from "./features/ui/arrow-tooltip/arrow-tooltip.js";
95
- import { default as Rr } from "./features/ui/context-menu/context-menu.js";
93
+ import { default as Rr } from "./features/ui/accordion-section/accordion-section.js";
94
+ import { default as Mr } from "./features/ui/arrow-tooltip/arrow-tooltip.js";
95
+ import { default as Or } from "./features/ui/context-menu/context-menu.js";
96
96
  import { default as Dr } from "./features/ui/timers/countdown-timer/countdown-timer.js";
97
97
  import { default as yr } from "./features/ui/nudge/nudge.js";
98
98
  import { default as Br } from "./features/ui/buttons/button/button.js";
99
99
  import { default as Ur } from "./features/ui/buttons/clickable/clickable.js";
100
100
  import { default as Wr } from "./features/ui/buttons/icon-button/icon-button.js";
101
101
  import { default as wr } from "./features/ui/buttons/text-button/text-button.js";
102
- import { ArcButton as Yr } from "./features/ui/arc-button/arc-button.js";
102
+ import { ArcButton as Qr } from "./features/ui/arc-button/arc-button.js";
103
103
  import { default as Fr } from "./features/ui/error/error.js";
104
104
  import { default as jr } from "./features/ui/inputs/checkbox-input/checkbox-input.js";
105
105
  import { default as qr } from "./features/ui/inputs/checkbox-input-list/checkbox-input-list.js";
@@ -117,15 +117,15 @@ import { default as Et } from "./features/ui/loader/app-loader/app-loader.js";
117
117
  import { CircularLoader as Ct } from "./features/ui/loader/circular-loader/circular-loader.js";
118
118
  import { default as _t } from "./features/ui/radio-cards/radio-cards.js";
119
119
  import { default as Lt } from "./features/ui/section-list/section-list.js";
120
- import { default as Mt } from "./features/ui/text/text.js";
121
- import { default as Nt } from "./features/ui/tag/tag.js";
122
- import { default as Rt } from "./features/ui/callout/callout.js";
120
+ import { default as Rt } from "./features/ui/text/text.js";
121
+ import { default as Mt } from "./features/ui/tag/tag.js";
122
+ import { default as Ot } from "./features/ui/callout/callout.js";
123
123
  import { default as Dt, useUIContext as Gt } from "./features/ui/context/context.js";
124
124
  import { default as gt } from "./features/ui/context/use-tracking-context.js";
125
125
  import { default as bt } from "./features/ui/hooks/use-context-menu-click-handler.js";
126
126
  import { getTheme as vt } from "./features/ui/theme/get-theme.js";
127
127
  import { default as Vt } from "./features/ui/avatar/avatar.js";
128
- import { default as Qt } from "./features/ui/time-left-timeline/time-left-timeline.js";
128
+ import { default as Yt } from "./features/ui/time-left-timeline/time-left-timeline.js";
129
129
  import { default as Kt } from "./features/ui/tab/tab.js";
130
130
  import { default as Jt } from "./features/ui/streak-icon/streak-icon.js";
131
131
  import { default as Zt } from "./features/ui/separator/separator.js";
@@ -143,16 +143,16 @@ import { default as Ta } from "./features/chapters/lpar-milestone-chapter/lpar-m
143
143
  import { default as Sa } from "./features/chapters/lpar-chapter/block-section/sat-sheet-item/sat-sheet-summary/sat-sheet-summary.js";
144
144
  import { checkIfPPTNodeType as Aa } from "./features/chapters/lpar-chapter/utils/index.js";
145
145
  import { GAME_LAUNCHER_ASSET_PADDING as Pa } from "./features/circle-games/game-launcher/comps/segmented-game-card/constants.js";
146
- import { GAME_LAUNCHER_SIZE as ha } from "./features/circle-games/game-launcher/comps/card-container/constants.js";
147
- import { useCircleSounds as ka } from "./features/circle-games/hooks/use-circle-sounds/use-circle-sounds.js";
148
- import { CircleSoundKey as Oa } from "./features/circle-games/hooks/use-circle-sounds/use-circle-sounds-enums.js";
146
+ import { GAME_LAUNCHER_SIZE as Na } from "./features/circle-games/game-launcher/comps/card-container/constants.js";
147
+ import { useCircleSounds as ha } from "./features/circle-games/hooks/use-circle-sounds/use-circle-sounds.js";
148
+ import { CircleSoundKey as ka } from "./features/circle-games/hooks/use-circle-sounds/use-circle-sounds-enums.js";
149
149
  import { useGetLeaderboardDal as Ha } from "./features/circle-games/leaderboard/dal/use-get-leaderboard-dal/use-get-leaderboard-dal.js";
150
150
  import { ELeaderboardType as Ga } from "./features/circle-games/leaderboard/enums/leaderboard-type-enum.js";
151
151
  import { StreakReductionLocalStorageUtil as ga } from "./features/circle-games/utils/streak-reduction-localstorage-util.js";
152
152
  import { Tutorial as ba } from "./features/circle-games/games/tutorial/tutorial.js";
153
153
  import { WebView as va } from "./features/circle-games/games/web-view/web-view.js";
154
154
  import { ProjectOutcome as Va } from "./features/circle-games/games/web-view/enums/project-outcomes-enum.js";
155
- import { WebViewEvent as Qa } from "./features/circle-games/games/web-view/enums/web-view-events-enum.js";
155
+ import { WebViewEvent as Ya } from "./features/circle-games/games/web-view/enums/web-view-events-enum.js";
156
156
  import { ProjectType as Ka } from "./features/circle-games/games/web-view/enums/project-type-enum.js";
157
157
  import { PlayerType as Ja } from "./features/circle-games/games/web-view/enums/player-type-enum.js";
158
158
  import { IStatsToAwardErrorCode as Za } from "./features/circle-games/games/web-view/web-view-types.js";
@@ -169,73 +169,74 @@ import { default as Tf } from "./features/cue-canvas/toolbar/toolbar.js";
169
169
  import { default as Sf } from "./features/cue-canvas/cue-canvas.js";
170
170
  import { default as Af } from "./features/cue-canvas/hooks/use-canvas-sync-broker.js";
171
171
  import { default as Pf } from "./features/communication/hooks/use-inclass-message-broker/use-inclass-message-broker.js";
172
- import { default as hf } from "./features/communication/hooks/use-trial-session-message-broker/use-trial-session-message-broker.js";
173
- import { EVENTS as kf } from "./features/communication/pub-sub/constants.js";
174
- import { useInClassActionDispatcher as Of, useInClassActionListener as Rf } from "./features/communication/pub-sub/hooks.js";
172
+ import { default as Nf } from "./features/communication/hooks/use-trial-session-message-broker/use-trial-session-message-broker.js";
173
+ import { EVENTS as hf } from "./features/communication/pub-sub/constants.js";
174
+ import { useInClassActionDispatcher as kf, useInClassActionListener as Of } from "./features/communication/pub-sub/hooks.js";
175
175
  import { default as Df } from "./features/trial-session/trial-session.js";
176
176
  import { EClassTimeAlertLevel as yf } from "./features/trial-session/trial-session-types.js";
177
177
  import { useClassTimeAlerts as Bf } from "./features/trial-session/hooks/use-class-time-alerts.js";
178
178
  import { default as Uf } from "./features/talk-meter/talk-meter.js";
179
179
  import { default as Wf } from "./features/extra-practice/extra-practice.js";
180
180
  import { useAutoPlayPermission as wf } from "./features/hooks/use-auto-play-permission/use-auto-play-permission.js";
181
- import { JOURNEY_ID_STUDENT as Yf } from "./features/journey/journey-id/journey-id-student.js";
181
+ import { JOURNEY_ID_STUDENT as Qf } from "./features/journey/journey-id/journey-id-student.js";
182
182
  import { useJourney as Ff } from "./features/journey/use-journey/use-journey.js";
183
183
  import { useGetEligibleJourneysViaRoute as jf } from "./features/journey/hooks/use-get-eligible-journeys-via-route.js";
184
184
  import { JourneyProvider as qf } from "./features/journey/use-journey/journey-context-provider.js";
185
185
  import { IndicatorType as Xf } from "./features/journey/use-journey/constants.js";
186
186
  import { Coachmark as es } from "./features/journey/comps/coachmark/coachmark.js";
187
- import { default as rs } from "./features/milestone/create/submit-modal/submit-modal.js";
188
- import { default as as } from "./features/milestone/create/comps/confirmation-modals/goal-creation-confirmation.js";
189
- import { default as ss } from "./features/milestone/create/comps/confirmation-modals/chapter-clearance-confirmation.js";
190
- import { default as ps } from "./features/milestone/create/milestone-create-container.js";
191
- import { default as us } from "./features/milestone/edit/goal-drafts/goal-draft-edit-container.js";
192
- import { default as ds } from "./features/milestone/outcome/milestone-outcome-container.js";
193
- import { default as cs } from "./features/milestone/outcome/comps/achievement/reason-submit-modal.js";
194
- import { default as is } from "./features/milestone/outcome/comps/achievement/share-instructions-modal.js";
195
- import { default as Es } from "./features/milestone/edit/comps/edit-milestone-modal/index.js";
196
- import { default as Cs } from "./features/milestone/edit/goal-edit-container.js";
197
- import { default as _s } from "./features/milestone/edit/milestone-edit-container.js";
198
- import { default as Ls } from "./features/milestone/milestone-list-container/milestone-list-container.js";
187
+ import { default as rs } from "./features/maintenance/maintenance.js";
188
+ import { default as as } from "./features/milestone/create/submit-modal/submit-modal.js";
189
+ import { default as ss } from "./features/milestone/create/comps/confirmation-modals/goal-creation-confirmation.js";
190
+ import { default as ps } from "./features/milestone/create/comps/confirmation-modals/chapter-clearance-confirmation.js";
191
+ import { default as us } from "./features/milestone/create/milestone-create-container.js";
192
+ import { default as ds } from "./features/milestone/edit/goal-drafts/goal-draft-edit-container.js";
193
+ import { default as cs } from "./features/milestone/outcome/milestone-outcome-container.js";
194
+ import { default as is } from "./features/milestone/outcome/comps/achievement/reason-submit-modal.js";
195
+ import { default as Es } from "./features/milestone/outcome/comps/achievement/share-instructions-modal.js";
196
+ import { default as Cs } from "./features/milestone/edit/comps/edit-milestone-modal/index.js";
197
+ import { default as _s } from "./features/milestone/edit/goal-edit-container.js";
198
+ import { default as Ls } from "./features/milestone/edit/milestone-edit-container.js";
199
+ import { default as Rs } from "./features/milestone/milestone-list-container/milestone-list-container.js";
199
200
  import { default as Ms } from "./features/milestone/milestone-action-widget/milestone-action-widget.js";
200
- import { default as Ns } from "./features/milestone/start/milestone-start.js";
201
- import { default as Rs } from "./features/milestone/milestone-tests/tests-creation/tests-creation.js";
202
- import { default as Ds } from "./features/milestone/milestone-resources/resources-assign/resources-assign.js";
203
- import { ACHIEVEMENT_ACTIONS as ys, STAGES as gs } from "./features/milestone/outcome/milestone-outcome-constants.js";
204
- import { invalidateMilestonesData as bs, useGetAllMilestonesdata as Us } from "./features/milestone/milestone-list-container/api/get-milestones.js";
205
- import { invalidateTestHelpData as Ws, useGetTestHelpData as Vs } from "./features/milestone/milestone-list-container/api/get-tests-list.js";
206
- import { invalidateMilestoneResources as Qs, useGetMilestoneResources as Ys } from "./features/milestone/milestone-list-container/api/get-milestone-resources.js";
207
- import { default as Fs } from "./features/pointer-sync/pointer.js";
208
- import { default as js } from "./features/pointer-sync/hooks/use-pointer-sync.js";
209
- import { DigitalMeter as qs } from "./features/post-game-stats/digital-meter/digital-meter.js";
210
- import { EPostGameStat as Xs } from "./features/post-game-stats/enums/post-game-stats-enum.js";
211
- import { PostGameStats as el } from "./features/post-game-stats/post-game-stats.js";
212
- import { default as rl } from "./features/sheet-tools/desmos-calculator/desmos-calculator.js";
213
- import { default as al } from "./features/sheet-tools/tool-header/tool-header.js";
214
- import { default as sl } from "./features/sheets/sheets-list/sheets-list.js";
215
- import { default as pl } from "./features/sheets/reference-sheet/reference-sheet.js";
216
- import { WORKSHEET_V3_NODE_TYPES as ul } from "./features/sheets/utils/is-v3-worksheet.js";
217
- import { COMPLETED_SHEET_STATE as dl, NODE_LABELS as nl, NODE_SUB_GROUP as cl, NODE_TYPE as Il, PYTHON_NODE_TYPES as il, REWARDS_LIST as Tl, SHEET_ACTIONS as El, SHEET_ATTEMPT_LOCATION as Sl, SHEET_ATTEMPT_LOCATION_MAP as Cl, SHEET_ATTEMPT_STATE as Al, SHEET_DATA_TYPE as _l, SHEET_STATE as Pl } from "./features/sheets/constants/sheet.js";
218
- import { default as hl } from "./features/student-details/student-details.js";
219
- import { default as kl } from "./features/utils/load-script.js";
220
- import { ACTION_BAR_HEIGHT as Ol, QUESTIONS_GAP as Rl, QUESTION_WIDTH as Hl, TOP_NAVIGATION_HEIGHT as Dl } from "./features/worksheet/worksheet/constants.js";
221
- import { isOkayTypeQuestion as yl } from "./features/worksheet/worksheet/worksheet-helpers.js";
222
- import { default as Bl } from "./features/worksheet/worksheet/worksheet-container.js";
223
- import { default as Ul } from "./features/worksheet/worksheet-preview/worksheet-preview.js";
224
- import { default as Wl } from "./features/worksheet/worksheet/worksheet-permissions/sheet-locked.js";
225
- import { default as wl } from "./features/worksheet/worksheet/worksheet-permissions/error.js";
226
- import { default as Yl } from "./features/worksheet/learnosity-preloader/learnosity-preloader.js";
227
- import { default as Fl } from "./features/worksheet/learnosity-preloader/use-is-learnosity-loaded.js";
228
- import { default as jl } from "./features/worksheet/worksheet-preview/hooks/use-worksheet-layout.js";
229
- import { default as ql } from "./features/maintenance/maintenance.js";
201
+ import { default as Os } from "./features/milestone/start/milestone-start.js";
202
+ import { default as Ds } from "./features/milestone/milestone-tests/tests-creation/tests-creation.js";
203
+ import { default as ys } from "./features/milestone/milestone-resources/resources-assign/resources-assign.js";
204
+ import { ACHIEVEMENT_ACTIONS as Bs, STAGES as bs } from "./features/milestone/outcome/milestone-outcome-constants.js";
205
+ import { invalidateMilestonesData as vs, useGetAllMilestonesdata as Ws } from "./features/milestone/milestone-list-container/api/get-milestones.js";
206
+ import { invalidateTestHelpData as ws, useGetTestHelpData as Ys } from "./features/milestone/milestone-list-container/api/get-tests-list.js";
207
+ import { invalidateMilestoneResources as Ks, useGetMilestoneResources as Fs } from "./features/milestone/milestone-list-container/api/get-milestone-resources.js";
208
+ import { default as js } from "./features/pointer-sync/pointer.js";
209
+ import { default as qs } from "./features/pointer-sync/hooks/use-pointer-sync.js";
210
+ import { DigitalMeter as Xs } from "./features/post-game-stats/digital-meter/digital-meter.js";
211
+ import { EPostGameStat as el } from "./features/post-game-stats/enums/post-game-stats-enum.js";
212
+ import { PostGameStats as rl } from "./features/post-game-stats/post-game-stats.js";
213
+ import { SENTRY_DENIED_URLS as al, SENTRY_IGNORED_ERRORS as fl } from "./features/sentry/constants/ignored.js";
214
+ import { default as ll } from "./features/sheet-tools/desmos-calculator/desmos-calculator.js";
215
+ import { default as ml } from "./features/sheet-tools/tool-header/tool-header.js";
216
+ import { default as xl } from "./features/sheets/sheets-list/sheets-list.js";
217
+ import { default as nl } from "./features/sheets/reference-sheet/reference-sheet.js";
218
+ import { WORKSHEET_V3_NODE_TYPES as Il } from "./features/sheets/utils/is-v3-worksheet.js";
219
+ import { COMPLETED_SHEET_STATE as Tl, NODE_LABELS as El, NODE_SUB_GROUP as Sl, NODE_TYPE as Cl, PYTHON_NODE_TYPES as Al, REWARDS_LIST as _l, SHEET_ACTIONS as Pl, SHEET_ATTEMPT_LOCATION as Ll, SHEET_ATTEMPT_LOCATION_MAP as Nl, SHEET_ATTEMPT_STATE as Rl, SHEET_DATA_TYPE as hl, SHEET_STATE as Ml } from "./features/sheets/constants/sheet.js";
220
+ import { default as Ol } from "./features/student-details/student-details.js";
221
+ import { default as Dl } from "./features/utils/load-script.js";
222
+ import { ACTION_BAR_HEIGHT as yl, QUESTIONS_GAP as gl, QUESTION_WIDTH as Bl, TOP_NAVIGATION_HEIGHT as bl } from "./features/worksheet/worksheet/constants.js";
223
+ import { isOkayTypeQuestion as vl } from "./features/worksheet/worksheet/worksheet-helpers.js";
224
+ import { default as Vl } from "./features/worksheet/worksheet/worksheet-container.js";
225
+ import { default as Yl } from "./features/worksheet/worksheet-preview/worksheet-preview.js";
226
+ import { default as Kl } from "./features/worksheet/worksheet/worksheet-permissions/sheet-locked.js";
227
+ import { default as Jl } from "./features/worksheet/worksheet/worksheet-permissions/error.js";
228
+ import { default as Zl } from "./features/worksheet/learnosity-preloader/learnosity-preloader.js";
229
+ import { default as zl } from "./features/worksheet/learnosity-preloader/use-is-learnosity-loaded.js";
230
+ import { default as $l } from "./features/worksheet/worksheet-preview/hooks/use-worksheet-layout.js";
230
231
  export {
231
- ys as ACHIEVEMENT_ACTIONS,
232
- Mr as AccordionSection,
233
- cs as AchievementNotShareReasonModal,
234
- is as AchievementShareInstructionModal,
232
+ Bs as ACHIEVEMENT_ACTIONS,
233
+ Rr as AccordionSection,
234
+ is as AchievementNotShareReasonModal,
235
+ Es as AchievementShareInstructionModal,
235
236
  d as AlertIcon,
236
237
  Et as AppLoader,
237
- Yr as ArcButton,
238
- Nr as ArrowTooltip,
238
+ Qr as ArcButton,
239
+ Mr as ArrowTooltip,
239
240
  Cr as AutoPlayPermissionProvider,
240
241
  Vt as Avatar,
241
242
  rr as Back2Icon,
@@ -246,18 +247,18 @@ export {
246
247
  L as Book2Icon,
247
248
  C as BookClosedIcon,
248
249
  _ as BookIcon,
249
- M as BookmarkIcon,
250
- R as Bulb2Icon,
251
- N as BulbIcon,
250
+ R as BookmarkIcon,
251
+ O as Bulb2Icon,
252
+ M as BulbIcon,
252
253
  Br as Button,
253
254
  $a as CIRCLE_ACTION_IDS,
254
255
  za as CIRCLE_ONBOARDING_ANALYTICS_STEPS,
255
- dl as COMPLETED_SHEET_STATE,
256
+ Tl as COMPLETED_SHEET_STATE,
256
257
  D as CalendarIcon,
257
- Rt as Callout,
258
+ Ot as Callout,
258
259
  pt as CascadingSelectInput,
259
260
  xa as Chapter,
260
- ss as ChapterClearanceConfirmationModal,
261
+ ps as ChapterClearanceConfirmationModal,
261
262
  na as ChaptersList,
262
263
  cr as ChatIcon,
263
264
  B as Check2Icon,
@@ -267,7 +268,7 @@ export {
267
268
  pr as ChevronDownIcon,
268
269
  sr as ChevronLeftIcon,
269
270
  ar as ChevronRightIcon,
270
- Oa as CircleSoundKey,
271
+ ka as CircleSoundKey,
271
272
  Ct as CircularLoader,
272
273
  pf as CircularSteps,
273
274
  Ur as Clickable,
@@ -275,8 +276,8 @@ export {
275
276
  w as Clock2Icon,
276
277
  W as ClockIcon,
277
278
  es as Coachmark,
278
- Y as CodeIcon,
279
- Rr as ContextMenu,
279
+ Q as CodeIcon,
280
+ Or as ContextMenu,
280
281
  F as CopyIcon,
281
282
  Dr as CountdownTimer,
282
283
  j as CrossIcon,
@@ -286,34 +287,34 @@ export {
286
287
  q as CueRocket,
287
288
  ir as CuemathLogo,
288
289
  X as DashArrowIcon,
289
- rl as DesmosCalculator,
290
- qs as DigitalMeter,
290
+ ll as DesmosCalculator,
291
+ Xs as DigitalMeter,
291
292
  ee as DownIcon,
292
293
  re as DraftIcon,
293
294
  ae as DragIcon,
294
295
  yf as EClassTimeAlertLevel,
295
296
  Ga as ELeaderboardType,
296
- Ds as EPResourceAssign,
297
- Xs as EPostGameStat,
298
- kf as EVENTS,
297
+ ys as EPResourceAssign,
298
+ el as EPostGameStat,
299
+ hf as EVENTS,
299
300
  pe as Edit2Icon,
300
301
  se as EditIcon,
301
- Es as EditMilestoneModal,
302
+ Cs as EditMilestoneModal,
302
303
  ue as EditStarIcon,
303
304
  de as EraserIcon,
304
305
  Fr as Error,
305
- al as ExpandableHeader,
306
+ ml as ExpandableHeader,
306
307
  Wf as ExtraPractice,
307
308
  ie as Eye2Icon,
308
309
  ce as EyeIcon,
309
310
  it as FlexView,
310
311
  Pa as GAME_LAUNCHER_ASSET_PADDING,
311
- ha as GAME_LAUNCHER_SIZE,
312
+ Na as GAME_LAUNCHER_SIZE,
312
313
  ur as GameIcon,
313
314
  of as GameLauncher,
314
- as as GoalCreationConfirmationModal,
315
- us as GoalDraftEdit,
316
- Cs as GoalEdit,
315
+ ss as GoalCreationConfirmationModal,
316
+ ds as GoalDraftEdit,
317
+ _s as GoalEdit,
317
318
  at as GooglePlacesSearchInput,
318
319
  r as GradeSelector,
319
320
  Ee as HandIcon,
@@ -324,43 +325,43 @@ export {
324
325
  p as IMAGES,
325
326
  Za as IStatsToAwardErrorCode,
326
327
  Wr as IconButton,
327
- Me as ImageIcon,
328
+ Re as ImageIcon,
328
329
  Xf as IndicatorType,
329
- Re as Info2Icon,
330
- Ne as InfoIcon,
331
- Yf as JOURNEY_ID_STUDENT,
330
+ Oe as Info2Icon,
331
+ Me as InfoIcon,
332
+ Qf as JOURNEY_ID_STUDENT,
332
333
  qf as JourneyProvider,
333
334
  u as LOTTIE,
334
335
  Ia as LPARChapter,
335
336
  Ta as LPARMilestoneChapter,
336
337
  ff as Leaderboard,
337
- Yl as LearnosityPreloader,
338
+ Zl as LearnosityPreloader,
338
339
  De as LeftIcon,
339
340
  Be as Lock2Icon,
340
341
  ye as LockIcon,
341
- ql as Maintenance,
342
+ rs as Maintenance,
342
343
  Ms as MilestoneActionWidget,
343
- ps as MilestoneCreate,
344
- _s as MilestoneEdit,
345
- Ls as MilestoneList,
346
- ds as MilestoneOutcome,
347
- Ns as MilestoneStart,
344
+ us as MilestoneCreate,
345
+ Ls as MilestoneEdit,
346
+ Rs as MilestoneList,
347
+ cs as MilestoneOutcome,
348
+ Os as MilestoneStart,
348
349
  We as Minus2Icon,
349
350
  Ue as MinusIcon,
350
351
  we as MistakeIcon,
351
- Ye as Mobile,
352
+ Qe as Mobile,
352
353
  Fe as MoreVerticalIcon,
353
354
  ma as MultiTabBlocker,
354
- nl as NODE_LABELS,
355
- cl as NODE_SUB_GROUP,
356
- Il as NODE_TYPE,
355
+ El as NODE_LABELS,
356
+ Sl as NODE_SUB_GROUP,
357
+ Cl as NODE_TYPE,
357
358
  Er as Next2Icon,
358
359
  je as NextIcon,
359
360
  yr as Nudge,
360
361
  ut as NumRangeInput,
361
362
  oa as PLATFORM_EVENTS_STUDENT,
362
363
  ta as PLATFORM_EVENTS_TEACHER,
363
- il as PYTHON_NODE_TYPES,
364
+ Al as PYTHON_NODE_TYPES,
364
365
  qe as PencilIcon,
365
366
  dt as PercentileInput,
366
367
  $t as PerfectHits,
@@ -370,30 +371,32 @@ export {
370
371
  so as Plus2Icon,
371
372
  ao as PlusIcon,
372
373
  Xe as PointerIcon,
373
- el as PostGameStats,
374
+ rl as PostGameStats,
374
375
  po as PracticeIcon,
375
- Ul as PreviewWorksheet,
376
+ Yl as PreviewWorksheet,
376
377
  uo as ProgressIcon,
377
378
  Va as ProjectOutcome,
378
379
  Ka as ProjectType,
379
380
  no as QuestionIcon,
380
381
  Io as QuestionLetterIcon,
381
- Tl as REWARDS_LIST,
382
+ _l as REWARDS_LIST,
382
383
  _t as RadioCard,
383
384
  Xr as RadioInput,
384
385
  To as RedoIcon,
385
- pl as ReferenceSheet,
386
- Fs as RemotePeerPointer,
386
+ nl as ReferenceSheet,
387
+ js as RemotePeerPointer,
387
388
  So as RightIcon,
388
389
  Ao as RulerIcon,
389
390
  Sa as SATSheetSummary,
390
- El as SHEET_ACTIONS,
391
- Sl as SHEET_ATTEMPT_LOCATION,
392
- Cl as SHEET_ATTEMPT_LOCATION_MAP,
393
- Al as SHEET_ATTEMPT_STATE,
394
- _l as SHEET_DATA_TYPE,
395
- Pl as SHEET_STATE,
396
- gs as STAGES,
391
+ al as SENTRY_DENIED_URLS,
392
+ fl as SENTRY_IGNORED_ERRORS,
393
+ Pl as SHEET_ACTIONS,
394
+ Ll as SHEET_ATTEMPT_LOCATION,
395
+ Nl as SHEET_ATTEMPT_LOCATION_MAP,
396
+ Rl as SHEET_ATTEMPT_STATE,
397
+ hl as SHEET_DATA_TYPE,
398
+ Ml as SHEET_STATE,
399
+ bs as STAGES,
397
400
  $o as ScribbleIcon,
398
401
  Po as SearchIcon,
399
402
  rt as SearchableSelectInput,
@@ -401,83 +404,83 @@ export {
401
404
  et as SelectInput,
402
405
  ct as SelectionCards,
403
406
  Zt as Separator,
404
- wl as SheetError,
405
- ho as SheetIcon,
406
- sl as SheetList,
407
- Wl as SheetLocked,
407
+ Jl as SheetError,
408
+ No as SheetIcon,
409
+ xl as SheetList,
410
+ Kl as SheetLocked,
408
411
  df as SignUp,
409
412
  er as SketchIcon,
410
413
  Ho as Skip2Icon,
411
- Oo as SkipIcon,
414
+ ko as SkipIcon,
412
415
  uf as SplashScreen,
413
416
  Go as Star2Icon,
414
- ko as StarIcon,
417
+ ho as StarIcon,
415
418
  a as Stepper,
416
419
  Jt as StreakIcon,
417
420
  ga as StreakReductionLocalStorageUtil,
418
421
  go as StrikedEyeIcon,
419
- hl as StudentDetails,
420
- rs as SubmitMilestoneModal,
422
+ Ol as StudentDetails,
423
+ as as SubmitMilestoneModal,
421
424
  bo as SwitchIcon,
422
425
  Kt as TabComponent,
423
- Nt as Tag,
426
+ Mt as Tag,
424
427
  Uf as TalkMeter,
425
- Rs as TestsCreation,
426
- Mt as Text,
428
+ Ds as TestsCreation,
429
+ Rt as Text,
427
430
  wr as TextButton,
428
431
  st as TextInput,
429
432
  vo as TickIcon,
430
- Qt as TimeLeftTimeline,
433
+ Yt as TimeLeftTimeline,
431
434
  Df as TrialSession,
432
435
  Vo as TrophyIcon,
433
436
  ba as Tutorial,
434
437
  dr as TutoringIcon,
435
438
  Dt as UIContext,
436
- Qo as UndoIcon,
439
+ Yo as UndoIcon,
437
440
  Ko as UnlockIcon,
438
441
  Jo as UpIcon,
439
442
  zo as User2Icon,
440
443
  Zo as UserIcon,
441
444
  zt as Video,
442
445
  fa as WHITELIST_EVENTS,
443
- Ol as WORKSHEET_ACTION_BAR_HEIGHT,
444
- Rl as WORKSHEET_QUESTIONS_GAP,
445
- Hl as WORKSHEET_QUESTION_WIDTH,
446
- Dl as WORKSHEET_TOP_NAVIGATION_HEIGHT,
447
- ul as WORKSHEET_V3_NODE_TYPES,
446
+ yl as WORKSHEET_ACTION_BAR_HEIGHT,
447
+ gl as WORKSHEET_QUESTIONS_GAP,
448
+ Bl as WORKSHEET_QUESTION_WIDTH,
449
+ bl as WORKSHEET_TOP_NAVIGATION_HEIGHT,
450
+ Il as WORKSHEET_V3_NODE_TYPES,
448
451
  va as WebView,
449
- Qa as WebViewEvent,
450
- Bl as Worksheet,
452
+ Ya as WebViewEvent,
453
+ Vl as Worksheet,
451
454
  Aa as checkIfPPTNodeType,
452
455
  vt as getTheme,
453
- Qs as invalidateMilestoneResources,
454
- bs as invalidateMilestonesData,
455
- Ws as invalidateTestHelpData,
456
- yl as isOkayTypeQuestion,
457
- kl as loadScript,
456
+ Ks as invalidateMilestoneResources,
457
+ vs as invalidateMilestonesData,
458
+ ws as invalidateTestHelpData,
459
+ vl as isOkayTypeQuestion,
460
+ Dl as loadScript,
458
461
  wf as useAutoPlayPermission,
459
462
  Af as useCanvasSyncBroker,
460
- ka as useCircleSounds,
463
+ ha as useCircleSounds,
461
464
  Bf as useClassTimeAlerts,
462
465
  bt as useContextMenuClickHandler,
463
466
  Lr as useForceReload,
464
- Us as useGetAllMilestonesdata,
467
+ Ws as useGetAllMilestonesdata,
465
468
  tf as useGetCircleHomeDetailsDal,
466
469
  jf as useGetEligibleJourneysViaRoute,
467
470
  Ha as useGetLeaderboardDal,
468
- Ys as useGetMilestoneResources,
469
- Vs as useGetTestHelpData,
470
- Of as useInClassActionDispatcher,
471
- Rf as useInClassActionListener,
471
+ Fs as useGetMilestoneResources,
472
+ Ys as useGetTestHelpData,
473
+ kf as useInClassActionDispatcher,
474
+ Of as useInClassActionListener,
472
475
  Pf as useInClassMessageBroker,
473
- Fl as useIsLearnosityLoaded,
476
+ zl as useIsLearnosityLoaded,
474
477
  la as useIsTabBlocked,
475
478
  Ff as useJourney,
476
- js as usePointerSync,
479
+ qs as usePointerSync,
477
480
  gt as useTrackingContext,
478
- hf as useTrialSessionMessageBroker,
481
+ Nf as useTrialSessionMessageBroker,
479
482
  Gt as useUIContext,
480
- jl as useWorksheetLayout,
483
+ $l as useWorksheetLayout,
481
484
  _r as useZoomDisable
482
485
  };
483
486
  //# 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": "2.9.5",
3
+ "version": "2.9.6",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist"