@cuemath/leap 3.3.30-beta.1 → 3.3.30
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/features/auth/pla-signup/pla-analytics-events.js +3 -9
- package/dist/features/auth/pla-signup/pla-analytics-events.js.map +1 -1
- package/dist/features/auth/signup/circular-step-wrapper/circular-step-wrapper.js.map +1 -1
- package/dist/features/auth/signup/custom-input-field/custom-input-field.js +8 -8
- package/dist/features/auth/signup/custom-input-field/custom-input-field.js.map +1 -1
- package/dist/features/milestone/create/milestone-create-helpers.js +7 -13
- package/dist/features/milestone/create/milestone-create-helpers.js.map +1 -1
- package/dist/features/parent-dashboard/hooks/use-parent-home-data.js +30 -32
- package/dist/features/parent-dashboard/hooks/use-parent-home-data.js.map +1 -1
- package/dist/features/parent-dashboard/modals/student-profile-summary/student-profile-summary.js +16 -17
- package/dist/features/parent-dashboard/modals/student-profile-summary/student-profile-summary.js.map +1 -1
- package/dist/features/parent-dashboard/modals/trial-report/trial-report-styled.js +4 -8
- package/dist/features/parent-dashboard/modals/trial-report/trial-report-styled.js.map +1 -1
- package/dist/features/parent-dashboard/modals/tutor-change/tutor-change-styled.js +3 -3
- package/dist/features/parent-dashboard/modals/tutor-change/tutor-change-styled.js.map +1 -1
- package/dist/features/parent-dashboard/parent-dashboard-constants.js +4 -5
- package/dist/features/parent-dashboard/parent-dashboard-constants.js.map +1 -1
- package/dist/features/parent-dashboard/parent-dashboard-types.js.map +1 -1
- package/dist/features/parent-dashboard/parent-dashboard-view.js +145 -170
- package/dist/features/parent-dashboard/parent-dashboard-view.js.map +1 -1
- package/dist/features/trial-session/comps/class-preference/class-preference.js +49 -61
- package/dist/features/trial-session/comps/class-preference/class-preference.js.map +1 -1
- package/dist/features/trial-session/comps/navigation-bar/index.js +25 -25
- package/dist/features/trial-session/comps/navigation-bar/index.js.map +1 -1
- package/dist/features/trial-session/comps/school-goals/school-goals.js +53 -55
- package/dist/features/trial-session/comps/school-goals/school-goals.js.map +1 -1
- package/dist/features/trial-session/comps/session-report/session-report.js +15 -15
- package/dist/features/trial-session/comps/session-report/session-report.js.map +1 -1
- package/dist/features/trial-session/comps/student-enrichment/student-enrichment.js +43 -44
- package/dist/features/trial-session/comps/student-enrichment/student-enrichment.js.map +1 -1
- package/dist/features/trial-session/comps/student-feedback/student-feedback-constants.js +0 -5
- package/dist/features/trial-session/comps/student-feedback/student-feedback-constants.js.map +1 -1
- package/dist/features/trial-session/comps/student-feedback/student-feedback.js +51 -96
- package/dist/features/trial-session/comps/student-feedback/student-feedback.js.map +1 -1
- package/dist/features/trial-session/comps/student-profile/student-profile.js +63 -70
- package/dist/features/trial-session/comps/student-profile/student-profile.js.map +1 -1
- package/dist/features/trial-session/comps/test-prep/test-prep.js +39 -40
- package/dist/features/trial-session/comps/test-prep/test-prep.js.map +1 -1
- package/dist/features/trial-session/helper.js +53 -69
- package/dist/features/trial-session/helper.js.map +1 -1
- package/dist/features/trial-session/hooks/use-trial-session-navigation.js +130 -150
- package/dist/features/trial-session/hooks/use-trial-session-navigation.js.map +1 -1
- package/dist/features/trial-session/trial-session-types.js.map +1 -1
- package/dist/features/trial-session/trial-session-view.js +112 -103
- package/dist/features/trial-session/trial-session-view.js.map +1 -1
- package/dist/features/utils/utils.js +1 -1
- package/dist/features/utils/utils.js.map +1 -1
- package/dist/index.d.ts +5 -45
- package/dist/index.js +106 -116
- package/dist/index.js.map +1 -1
- package/dist/node_modules/decode-uri-component/index.js.map +1 -0
- package/dist/node_modules/query-string/base.js +1 -1
- package/dist/node_modules/uuid/dist/esm-browser/native.js +7 -0
- package/dist/node_modules/uuid/dist/esm-browser/native.js.map +1 -0
- package/dist/node_modules/uuid/dist/esm-browser/rng.js +3 -2
- package/dist/node_modules/uuid/dist/esm-browser/rng.js.map +1 -1
- package/dist/node_modules/uuid/dist/esm-browser/stringify.js +6 -10
- package/dist/node_modules/uuid/dist/esm-browser/stringify.js.map +1 -1
- package/dist/node_modules/uuid/dist/esm-browser/v4.js +12 -9
- package/dist/node_modules/uuid/dist/esm-browser/v4.js.map +1 -1
- package/package.json +3 -2
- package/dist/features/parent-dashboard/api/cancel-subscription.js +0 -9
- package/dist/features/parent-dashboard/api/cancel-subscription.js.map +0 -1
- package/dist/features/parent-dashboard/comps/billing-information/billing-information-styled.js +0 -20
- package/dist/features/parent-dashboard/comps/billing-information/billing-information-styled.js.map +0 -1
- package/dist/features/parent-dashboard/comps/billing-information/billing-information.js +0 -96
- package/dist/features/parent-dashboard/comps/billing-information/billing-information.js.map +0 -1
- package/dist/features/parent-dashboard/modals/cancel-subscription/cancel-subscription-constants.js +0 -21
- package/dist/features/parent-dashboard/modals/cancel-subscription/cancel-subscription-constants.js.map +0 -1
- package/dist/features/parent-dashboard/modals/cancel-subscription/cancel-subscription.js +0 -85
- package/dist/features/parent-dashboard/modals/cancel-subscription/cancel-subscription.js.map +0 -1
- package/dist/features/parent-dashboard/modals/cancellation-confirmation/cancellation-confirmation.js +0 -23
- package/dist/features/parent-dashboard/modals/cancellation-confirmation/cancellation-confirmation.js.map +0 -1
- package/dist/features/parent-dashboard/modals/cancellation-reason/cancellation-reason-constant.js +0 -55
- package/dist/features/parent-dashboard/modals/cancellation-reason/cancellation-reason-constant.js.map +0 -1
- package/dist/features/parent-dashboard/modals/cancellation-reason/cancellation-reason-styled.js +0 -59
- package/dist/features/parent-dashboard/modals/cancellation-reason/cancellation-reason-styled.js.map +0 -1
- package/dist/features/parent-dashboard/modals/cancellation-reason/cancellation-reason.js +0 -93
- package/dist/features/parent-dashboard/modals/cancellation-reason/cancellation-reason.js.map +0 -1
- package/dist/features/parent-dashboard/modals/hooks/use-pla-model-handlers.js +0 -66
- package/dist/features/parent-dashboard/modals/hooks/use-pla-model-handlers.js.map +0 -1
- package/dist/features/parent-dashboard/modals/student-profile-summary/student-profile-summary-styled.js +0 -12
- package/dist/features/parent-dashboard/modals/student-profile-summary/student-profile-summary-styled.js.map +0 -1
- package/dist/features/parent-dashboard/modals/view-payment-method/view-payment-method.js +0 -76
- package/dist/features/parent-dashboard/modals/view-payment-method/view-payment-method.js.map +0 -1
- package/dist/features/student-username/add/add-student-username-constants.js +0 -6
- package/dist/features/student-username/add/add-student-username-constants.js.map +0 -1
- package/dist/features/student-username/add/add-student-username-helpers.js +0 -6
- package/dist/features/student-username/add/add-student-username-helpers.js.map +0 -1
- package/dist/features/student-username/add/add-student-username-styled.js +0 -10
- package/dist/features/student-username/add/add-student-username-styled.js.map +0 -1
- package/dist/features/student-username/add/add-student-username.js +0 -78
- package/dist/features/student-username/add/add-student-username.js.map +0 -1
- package/dist/features/student-username/add/api/update-username.js +0 -9
- package/dist/features/student-username/add/api/update-username.js.map +0 -1
- package/dist/features/student-username/add/api/username-availability.js +0 -10
- package/dist/features/student-username/add/api/username-availability.js.map +0 -1
- package/dist/features/student-username/add/hooks/use-check-username-availability.js +0 -41
- package/dist/features/student-username/add/hooks/use-check-username-availability.js.map +0 -1
- package/dist/features/trial-session/api/teacher-availability.js +0 -9
- package/dist/features/trial-session/api/teacher-availability.js.map +0 -1
- package/dist/features/trial-session/comps/class-preference/helpers.js +0 -28
- package/dist/features/trial-session/comps/class-preference/helpers.js.map +0 -1
- package/dist/features/trial-session/hooks/use-slide-config-update.js +0 -49
- package/dist/features/trial-session/hooks/use-slide-config-update.js.map +0 -1
- package/dist/node_modules/query-string/node_modules/decode-uri-component/index.js.map +0 -1
- package/dist/node_modules/uuid/dist/esm-browser/regex.js +0 -5
- package/dist/node_modules/uuid/dist/esm-browser/regex.js.map +0 -1
- package/dist/node_modules/uuid/dist/esm-browser/validate.js +0 -8
- package/dist/node_modules/uuid/dist/esm-browser/validate.js.map +0 -1
- /package/dist/node_modules/{query-string/node_modules/decode-uri-component → decode-uri-component}/index.js +0 -0
package/dist/index.js
CHANGED
|
@@ -4,14 +4,14 @@ import { ILLUSTRATIONS as s } from "./assets/illustrations/illustrations.js";
|
|
|
4
4
|
import { IMAGES as u } from "./assets/images/images.js";
|
|
5
5
|
import { LOTTIE as m } from "./assets/lottie/lottie.js";
|
|
6
6
|
import { GIF as x } from "./assets/gif/gif.js";
|
|
7
|
-
import { default as
|
|
7
|
+
import { default as c } from "./assets/line-icons/icons/alert.js";
|
|
8
8
|
import { default as I } from "./assets/line-icons/icons/back.js";
|
|
9
9
|
import { default as T } from "./assets/line-icons/icons/bin.js";
|
|
10
10
|
import { default as C } from "./assets/line-icons/icons/bin2.js";
|
|
11
11
|
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
|
-
import { default as
|
|
14
|
-
import { default as
|
|
13
|
+
import { default as M } from "./assets/line-icons/icons/book2.js";
|
|
14
|
+
import { default as D } from "./assets/line-icons/icons/bookmark.js";
|
|
15
15
|
import { default as N } from "./assets/line-icons/icons/bulb.js";
|
|
16
16
|
import { default as O } from "./assets/line-icons/icons/bulb2.js";
|
|
17
17
|
import { default as y } from "./assets/line-icons/icons/calendar.js";
|
|
@@ -31,14 +31,14 @@ import { default as se } from "./assets/line-icons/icons/draft.js";
|
|
|
31
31
|
import { default as ue } from "./assets/line-icons/icons/drag.js";
|
|
32
32
|
import { default as me } from "./assets/line-icons/icons/edit.js";
|
|
33
33
|
import { default as xe } from "./assets/line-icons/icons/edit2.js";
|
|
34
|
-
import { default as
|
|
34
|
+
import { default as ce } from "./assets/line-icons/icons/edit-star.js";
|
|
35
35
|
import { default as Ie } from "./assets/line-icons/icons/eraser.js";
|
|
36
36
|
import { default as Te } from "./assets/line-icons/icons/eye.js";
|
|
37
37
|
import { default as Ce } from "./assets/line-icons/icons/eye2.js";
|
|
38
38
|
import { default as Pe } from "./assets/line-icons/icons/exclamation.js";
|
|
39
39
|
import { default as he } from "./assets/line-icons/icons/hand.js";
|
|
40
|
-
import { default as
|
|
41
|
-
import { default as
|
|
40
|
+
import { default as Me } from "./assets/line-icons/icons/hint-fill.js";
|
|
41
|
+
import { default as De } from "./assets/line-icons/icons/help.js";
|
|
42
42
|
import { default as Ne } from "./assets/line-icons/icons/highlighter.js";
|
|
43
43
|
import { default as Oe } from "./assets/line-icons/icons/home.js";
|
|
44
44
|
import { default as ye } from "./assets/line-icons/icons/image.js";
|
|
@@ -58,14 +58,14 @@ import { default as so } from "./assets/line-icons/icons/pencil.js";
|
|
|
58
58
|
import { default as uo } from "./assets/line-icons/icons/pointer.js";
|
|
59
59
|
import { default as mo } from "./assets/line-icons/icons/play.js";
|
|
60
60
|
import { default as no } from "./assets/line-icons/icons/play2.js";
|
|
61
|
-
import { default as
|
|
61
|
+
import { default as io } from "./assets/line-icons/icons/plus.js";
|
|
62
62
|
import { default as So } from "./assets/line-icons/icons/plus2.js";
|
|
63
63
|
import { default as Eo } from "./assets/line-icons/icons/practice.js";
|
|
64
64
|
import { default as Ao } from "./assets/line-icons/icons/progress.js";
|
|
65
65
|
import { default as _o } from "./assets/line-icons/icons/puzzle-icon.js";
|
|
66
|
-
import { default as
|
|
67
|
-
import { default as
|
|
68
|
-
import { default as
|
|
66
|
+
import { default as Lo } from "./assets/line-icons/icons/puzzle2.js";
|
|
67
|
+
import { default as ko } from "./assets/line-icons/icons/question.js";
|
|
68
|
+
import { default as Ro } from "./assets/line-icons/icons/question-letter.js";
|
|
69
69
|
import { default as Ho } from "./assets/line-icons/icons/redo.js";
|
|
70
70
|
import { default as go } from "./assets/line-icons/icons/right.js";
|
|
71
71
|
import { default as Go } from "./assets/line-icons/icons/ruler.js";
|
|
@@ -85,13 +85,13 @@ import { default as lr } from "./assets/line-icons/icons/trophy.js";
|
|
|
85
85
|
import { default as pr } from "./assets/line-icons/icons/undo.js";
|
|
86
86
|
import { default as dr } from "./assets/line-icons/icons/unlock.js";
|
|
87
87
|
import { default as nr } from "./assets/line-icons/icons/unlock2.js";
|
|
88
|
-
import { default as
|
|
88
|
+
import { default as ir } from "./assets/line-icons/icons/up.js";
|
|
89
89
|
import { default as Sr } from "./assets/line-icons/icons/user.js";
|
|
90
90
|
import { default as Er } from "./assets/line-icons/icons/user2.js";
|
|
91
91
|
import { default as Ar } from "./assets/line-icons/icons/wins-common-icon.js";
|
|
92
92
|
import { default as _r, default as hr } from "./assets/line-icons/icons/sketch.js";
|
|
93
|
-
import { default as
|
|
94
|
-
import { default as
|
|
93
|
+
import { default as Mr } from "./assets/line-icons/icons/back2.js";
|
|
94
|
+
import { default as Dr } from "./assets/line-icons/icons/chevron-right.js";
|
|
95
95
|
import { default as Nr } from "./assets/line-icons/icons/chevron-left.js";
|
|
96
96
|
import { default as Or } from "./assets/line-icons/icons/chevron-down.js";
|
|
97
97
|
import { default as yr } from "./assets/line-icons/icons/game.js";
|
|
@@ -111,14 +111,14 @@ import { default as st } from "./assets/line-icons/icons/sticker.js";
|
|
|
111
111
|
import { AutoPlayPermissionProvider as ut } from "./features/hooks/use-auto-play-permission/use-auto-play-permission-context-provider.js";
|
|
112
112
|
import { default as mt } from "./features/hooks/use-zoom-disable.js";
|
|
113
113
|
import { default as xt } from "./features/hooks/use-force-reload.js";
|
|
114
|
-
import { default as
|
|
114
|
+
import { default as ct } from "./features/notification/notification.js";
|
|
115
115
|
import { default as It } from "./features/ui/accordion/accordion.js";
|
|
116
116
|
import { default as Tt } from "./features/ui/accordion-section/accordion-section.js";
|
|
117
117
|
import { default as Ct } from "./features/ui/arrow-tooltip/arrow-tooltip.js";
|
|
118
118
|
import { default as Pt } from "./features/ui/context-menu/context-menu.js";
|
|
119
119
|
import { default as ht } from "./features/ui/timers/countdown-timer/countdown-timer.js";
|
|
120
|
-
import { default as
|
|
121
|
-
import { default as
|
|
120
|
+
import { default as Mt } from "./features/ui/nudge/nudge.js";
|
|
121
|
+
import { default as Dt } from "./features/ui/buttons/button/button.js";
|
|
122
122
|
import { default as Nt } from "./features/ui/buttons/clickable/clickable.js";
|
|
123
123
|
import { default as Ot } from "./features/ui/buttons/icon-button/icon-button.js";
|
|
124
124
|
import { default as yt } from "./features/ui/buttons/text-button/text-button.js";
|
|
@@ -138,14 +138,14 @@ import { default as sa } from "./features/ui/inputs/percentile-input/percentile-
|
|
|
138
138
|
import { default as ua } from "./features/ui/selection-cards/selection-cards.js";
|
|
139
139
|
import { default as ma } from "./features/ui/layout/flex-view.js";
|
|
140
140
|
import { default as xa } from "./features/ui/loader/app-loader/app-loader.js";
|
|
141
|
-
import { CircularLoader as
|
|
141
|
+
import { CircularLoader as ca } from "./features/ui/loader/circular-loader/circular-loader.js";
|
|
142
142
|
import { default as Ia } from "./features/ui/modals/modal-provider.js";
|
|
143
143
|
import { default as Ta } from "./features/ui/modals/use-modal-actions.js";
|
|
144
144
|
import { default as Ca } from "./features/ui/modals/use-modal-params.js";
|
|
145
145
|
import { default as Pa } from "./features/ui/radio-cards/radio-cards.js";
|
|
146
146
|
import { default as ha } from "./features/ui/section-list/section-list.js";
|
|
147
|
-
import { default as
|
|
148
|
-
import { default as
|
|
147
|
+
import { default as Ma } from "./features/ui/text/text.js";
|
|
148
|
+
import { default as Da } from "./features/ui/tag/tag.js";
|
|
149
149
|
import { default as Na } from "./features/ui/callout/callout.js";
|
|
150
150
|
import { default as Oa, useUIContext as ga } from "./features/ui/context/context.js";
|
|
151
151
|
import { default as Ga } from "./features/ui/context/use-tracking-context.js";
|
|
@@ -170,8 +170,8 @@ import { WHITELIST_EVENTS as Tf } from "./features/analytics-events/whitelist-ev
|
|
|
170
170
|
import { default as Cf } from "./features/auth/comps/auth-static-panel/auth-static-panel.js";
|
|
171
171
|
import { default as Pf } from "./features/auth/comps/auth-page-layout/auth-page-layout.js";
|
|
172
172
|
import { default as hf } from "./features/auth/comps/overlay-loader/overlay-loader.js";
|
|
173
|
-
import { default as
|
|
174
|
-
import { default as
|
|
173
|
+
import { default as Mf } from "./features/auth/comps/tabs/tabs.js";
|
|
174
|
+
import { default as Df } from "./features/auth/comps/input-status-icon/input-status-icon.js";
|
|
175
175
|
import { default as Nf } from "./features/auth/comps/resend-otp/resend-otp.js";
|
|
176
176
|
import { default as Of } from "./features/auth/comps/otp-input/otp-input.js";
|
|
177
177
|
import { default as yf } from "./features/auth/comps/pill-button/pill-button.js";
|
|
@@ -191,14 +191,14 @@ import { default as ss } from "./features/auth/pla-signup/signup-header/signup-h
|
|
|
191
191
|
import { default as us } from "./features/auth/pla-signup/signup-options/signup-options.js";
|
|
192
192
|
import { default as ms } from "./features/auth/signup-unavailable/signup-unavailable.js";
|
|
193
193
|
import { default as xs } from "./features/auth/account-selector/account-selector.js";
|
|
194
|
-
import { default as
|
|
194
|
+
import { default as cs } from "./features/auth/login/social-login-methods/social-login-methods.js";
|
|
195
195
|
import { default as Is } from "./features/auth/login/social-account-not-found/social-account-not-found.js";
|
|
196
196
|
import { default as Ts } from "./features/auth/login/username-password-form/username-password-form.js";
|
|
197
197
|
import { default as Cs } from "./features/auth/login/identifier-otp-form/identifier-otp-form.js";
|
|
198
198
|
import { default as Ps } from "./features/auth/forgot-password/otp-form/otp-form.js";
|
|
199
199
|
import { default as hs } from "./features/auth/forgot-password/reset-password-form/reset-password-form.js";
|
|
200
|
-
import { default as
|
|
201
|
-
import { AUTH_TABS as
|
|
200
|
+
import { default as Ms } from "./features/auth/forgot-password/user-identifier-form/user-identifier-form.js";
|
|
201
|
+
import { AUTH_TABS as Ds } from "./features/auth/login/login-constants.js";
|
|
202
202
|
import { AuthApiErrorCode as Ns } from "./features/auth/auth-constants.js";
|
|
203
203
|
import { PLA_ANALYTICS_EVENTS as Os } from "./features/auth/pla-signup/pla-analytics-events.js";
|
|
204
204
|
import { default as ys } from "./features/av/av-preview/av-preview.js";
|
|
@@ -218,14 +218,14 @@ import { GAME_LAUNCHER_SIZE as sl } from "./features/circle-games/game-launcher/
|
|
|
218
218
|
import { useCircleSounds as ul } from "./features/circle-games/hooks/use-circle-sounds/use-circle-sounds.js";
|
|
219
219
|
import { CircleSoundKey as ml } from "./features/circle-games/hooks/use-circle-sounds/use-circle-sounds-enums.js";
|
|
220
220
|
import { useGetLeaderboardDal as xl } from "./features/circle-games/leaderboard/dal/use-get-leaderboard-dal/use-get-leaderboard-dal.js";
|
|
221
|
-
import { ELeaderboardType as
|
|
221
|
+
import { ELeaderboardType as cl } from "./features/circle-games/leaderboard/enums/leaderboard-type-enum.js";
|
|
222
222
|
import { StreakReductionLocalStorageUtil as Il } from "./features/circle-games/utils/streak-reduction-localstorage-util.js";
|
|
223
223
|
import { Tutorial as Tl } from "./features/circle-games/games/tutorial/tutorial.js";
|
|
224
224
|
import { WebView as Cl } from "./features/circle-games/games/web-view/web-view.js";
|
|
225
225
|
import { ProjectOutcome as Pl } from "./features/circle-games/games/web-view/enums/project-outcomes-enum.js";
|
|
226
226
|
import { WebViewEvent as hl } from "./features/circle-games/games/web-view/enums/web-view-events-enum.js";
|
|
227
|
-
import { ProjectType as
|
|
228
|
-
import { PlayerType as
|
|
227
|
+
import { ProjectType as Ml } from "./features/circle-games/games/web-view/enums/project-type-enum.js";
|
|
228
|
+
import { PlayerType as Dl } from "./features/circle-games/games/web-view/enums/player-type-enum.js";
|
|
229
229
|
import { IStatsToAwardErrorCode as Nl } from "./features/circle-games/games/web-view/web-view-types.js";
|
|
230
230
|
import { CIRCLE_ONBOARDING_ANALYTICS_STEPS as Ol } from "./features/circle-games/enum/circle-onboarding-steps.js";
|
|
231
231
|
import { CIRCLE_ACTION_IDS as yl } from "./features/circle-games/enum/circle-action-ids.js";
|
|
@@ -244,14 +244,14 @@ import { default as fu } from "./features/cue-canvas/bottombar/homework-controls
|
|
|
244
244
|
import { default as lu } from "./features/communication/hooks/use-inclass-message-broker/use-inclass-message-broker.js";
|
|
245
245
|
import { default as pu } from "./features/communication/hooks/use-trial-session-message-broker/use-trial-session-message-broker.js";
|
|
246
246
|
import { EVENTS as du } from "./features/communication/pub-sub/constants.js";
|
|
247
|
-
import { useInClassActionDispatcher as nu, useInClassActionListener as
|
|
247
|
+
import { useInClassActionDispatcher as nu, useInClassActionListener as cu } from "./features/communication/pub-sub/hooks.js";
|
|
248
248
|
import { default as Iu } from "./features/trial-session/trial-session.js";
|
|
249
249
|
import { default as Tu } from "./features/trial-session/comps/session-report/report-information/report-information.js";
|
|
250
250
|
import { default as Cu } from "./features/trial-session/comps/student-profile/student-profile-highlights/student-profile-highlights.js";
|
|
251
251
|
import { EClassTimeAlertLevel as Pu } from "./features/trial-session/trial-session-types.js";
|
|
252
252
|
import { ESessionStatus as hu } from "./features/parent-dashboard/comps/upcoming-sessions/upcoming-sessions-types.js";
|
|
253
|
-
import { useGetSessionReports as
|
|
254
|
-
import { useClassTimeAlerts as
|
|
253
|
+
import { useGetSessionReports as Mu } from "./features/trial-session/api/trial-home.js";
|
|
254
|
+
import { useClassTimeAlerts as Du } from "./features/trial-session/hooks/use-class-time-alerts.js";
|
|
255
255
|
import { default as Nu } from "./features/talk-meter/talk-meter.js";
|
|
256
256
|
import { default as Ou } from "./features/extra-practice/extra-practice.js";
|
|
257
257
|
import { default as yu } from "./features/homework/hw-card-list/hw-card-list.js";
|
|
@@ -271,14 +271,14 @@ import { usePuzzleIntroJourney as sp } from "./features/journey/hooks/use-puzzle
|
|
|
271
271
|
import { usePuzzleProgressJourney as up } from "./features/journey/hooks/use-puzzles-journey/use-puzzle-progress-journey.js";
|
|
272
272
|
import { useTeacherPuzzleAssignedJourney as mp } from "./features/journey/hooks/use-puzzles-journey/use-teacher-puzzle-assigned-journey.js";
|
|
273
273
|
import { usePuzzleAttemptJourney as xp } from "./features/journey/hooks/use-puzzles-journey/use-puzzle-attempt-journey.js";
|
|
274
|
-
import { usePuzzleReviewJourney as
|
|
274
|
+
import { usePuzzleReviewJourney as cp } from "./features/journey/hooks/use-puzzles-journey/use-puzzle-review-journey.js";
|
|
275
275
|
import { usePuzzleUnassignJourney as Ip } from "./features/journey/hooks/use-puzzles-journey/use-puzzle-unassign-journey.js";
|
|
276
276
|
import { default as Tp } from "./features/maintenance/maintenance.js";
|
|
277
277
|
import { default as Cp } from "./features/milestone/create/submit-modal/submit-modal.js";
|
|
278
278
|
import { default as Pp } from "./features/milestone/create/comps/confirmation-modals/goal-creation-confirmation.js";
|
|
279
279
|
import { default as hp } from "./features/milestone/create/comps/confirmation-modals/chapter-clearance-confirmation.js";
|
|
280
|
-
import { default as
|
|
281
|
-
import { default as
|
|
280
|
+
import { default as Mp } from "./features/milestone/create/milestone-create-container.js";
|
|
281
|
+
import { default as Dp } from "./features/milestone/edit/goal-drafts/goal-draft-edit-container.js";
|
|
282
282
|
import { default as Np } from "./features/milestone/outcome/milestone-outcome-container.js";
|
|
283
283
|
import { default as Op } from "./features/milestone/outcome/comps/achievement/reason-submit-modal.js";
|
|
284
284
|
import { default as yp } from "./features/milestone/outcome/comps/achievement/share-instructions-modal.js";
|
|
@@ -296,14 +296,14 @@ import { invalidatePastMilestoneCount as am, useGetPastMilestoneCount as fm } fr
|
|
|
296
296
|
import { invalidateTestHelpData as lm, useGetTestHelpData as um } from "./features/milestone/milestone-list-container/api/get-tests-list.js";
|
|
297
297
|
import { invalidateMilestoneResources as mm, useGetMilestoneResources as dm } from "./features/milestone/milestone-list-container/api/get-milestone-resources.js";
|
|
298
298
|
import { default as nm } from "./features/pointer-sync/pointer.js";
|
|
299
|
-
import { default as
|
|
299
|
+
import { default as im } from "./features/pointer-sync/hooks/use-pointer-sync.js";
|
|
300
300
|
import { DigitalMeter as Sm } from "./features/post-game-stats/digital-meter/digital-meter.js";
|
|
301
301
|
import { EPostGameStat as Em } from "./features/post-game-stats/enums/post-game-stats-enum.js";
|
|
302
302
|
import { PostGameStats as Am } from "./features/post-game-stats/post-game-stats.js";
|
|
303
303
|
import { default as _m } from "./features/puzzles/puzzle-container/puzzle-container.js";
|
|
304
|
-
import { default as
|
|
305
|
-
import { default as
|
|
306
|
-
import { default as
|
|
304
|
+
import { default as Lm } from "./features/puzzles/puzzle-feedback-celebration/puzzle-feedback-celebration.js";
|
|
305
|
+
import { default as km } from "./features/puzzles/puzzle-dashboard/puzzle-dashboard.js";
|
|
306
|
+
import { default as Rm } from "./features/puzzles/app/puzzle-app.js";
|
|
307
307
|
import { invalidatePuzzleToAssign as Hm, useGetPuzzleToAssign as Om } from "./features/puzzles/api/puzzle-assign.js";
|
|
308
308
|
import { default as ym } from "./features/recent-chapters/recent-chapters.js";
|
|
309
309
|
import { SENTRY_DENIED_URLS as Um, SENTRY_IGNORED_ERRORS as vm } from "./features/sentry/constants/ignored.js";
|
|
@@ -316,12 +316,12 @@ import { COMPLETED_SHEET_STATE as jm, NODE_LABELS as Zm, NODE_SUB_GROUP as qm, N
|
|
|
316
316
|
import { default as pd } from "./features/stickers/stickers-effects/stickers-effects.js";
|
|
317
317
|
import { default as dd } from "./features/stickers/sticker-selector/sticker-selector.js";
|
|
318
318
|
import { default as nd } from "./features/student-details/student-details.js";
|
|
319
|
-
import { default as
|
|
319
|
+
import { default as id } from "./features/utils/load-script.js";
|
|
320
320
|
import { default as Sd } from "./features/wins-dashboard/belts-elements-stickers/belts-elements-stickers.js";
|
|
321
321
|
import { default as Ed } from "./features/wins-dashboard/student-badges/student-badges-lists.js";
|
|
322
322
|
import { default as Ad } from "./features/wins-dashboard/header/wins-header.js";
|
|
323
323
|
import { STUDENT_BADGE_STATUS as _d, STUDENT_BADGE_TYPE as hd } from "./features/wins-dashboard/constants.js";
|
|
324
|
-
import { ACTION_BAR_HEIGHT as
|
|
324
|
+
import { ACTION_BAR_HEIGHT as Md, QUESTIONS_GAP as kd, QUESTION_WIDTH as Dd, TOP_NAVIGATION_HEIGHT as Rd } from "./features/worksheet/worksheet/constants.js";
|
|
325
325
|
import { isOkayTypeQuestion as Hd } from "./features/worksheet/worksheet/worksheet-helpers.js";
|
|
326
326
|
import { default as gd } from "./features/worksheet/worksheet/worksheet-container.js";
|
|
327
327
|
import { default as Gd } from "./features/worksheet/worksheet-preview/worksheet-preview.js";
|
|
@@ -336,35 +336,29 @@ import { default as qd } from "./features/parent-dashboard/comps/math-practice/m
|
|
|
336
336
|
import { default as $d } from "./features/parent-dashboard/comps/parent-dashboard-faqs/parent-dashboard-faqs.js";
|
|
337
337
|
import { default as ox } from "./features/parent-dashboard/comps/compact-header/compact-header.js";
|
|
338
338
|
import { default as tx } from "./features/parent-dashboard/comps/pla-first-session-introduction/pla-first-session-introduction.js";
|
|
339
|
-
import { default as fx } from "./features/parent-dashboard/modals/
|
|
340
|
-
import { default as lx } from "./features/parent-dashboard/modals/
|
|
341
|
-
import { default as px } from "./features/parent-dashboard/modals/
|
|
342
|
-
import { default as dx } from "./features/parent-dashboard/modals/student-
|
|
343
|
-
import { default as nx } from "./features/parent-dashboard/modals/
|
|
344
|
-
import { default as
|
|
345
|
-
import {
|
|
346
|
-
import { default as Ex } from "./features/parent-dashboard/
|
|
347
|
-
import { default as Ax } from "./features/parent-dashboard/
|
|
348
|
-
import {
|
|
349
|
-
import {
|
|
350
|
-
import {
|
|
351
|
-
import { default as Dx } from "./features/parent-dashboard/hooks/use-parent-home-data.js";
|
|
352
|
-
import { invalidateParentHome as Hx } from "./features/parent-dashboard/api/parent-home.js";
|
|
353
|
-
import { EPLAState as gx, ESummaryType as yx } from "./features/parent-dashboard/parent-dashboard-types.js";
|
|
354
|
-
import { default as Ux } from "./features/student-username/add/add-student-username.js";
|
|
355
|
-
import { COUNTRY_CODE_MAP as Bx } from "./constants/country.js";
|
|
339
|
+
import { default as fx } from "./features/parent-dashboard/modals/student-profile-summary/student-profile-summary.js";
|
|
340
|
+
import { default as lx } from "./features/parent-dashboard/modals/trial-report/trial-report.js";
|
|
341
|
+
import { default as px } from "./features/parent-dashboard/modals/help-and-support/help-and-support.js";
|
|
342
|
+
import { default as dx } from "./features/parent-dashboard/modals/student-login-info/student-login-info.js";
|
|
343
|
+
import { default as nx } from "./features/parent-dashboard/modals/tutor-change/tutor-change.js";
|
|
344
|
+
import { default as ix } from "./features/parent-dashboard/parent-dashboard.js";
|
|
345
|
+
import { usePLASwitchUserJourney as Sx } from "./features/parent-dashboard/hooks/use-switch-user-journey.js";
|
|
346
|
+
import { default as Ex } from "./features/parent-dashboard/hooks/use-fetch-parent-home.js";
|
|
347
|
+
import { default as Ax } from "./features/parent-dashboard/hooks/use-parent-home-data.js";
|
|
348
|
+
import { invalidateParentHome as _x } from "./features/parent-dashboard/api/parent-home.js";
|
|
349
|
+
import { EPLAState as Lx, ESummaryType as Mx } from "./features/parent-dashboard/parent-dashboard-types.js";
|
|
350
|
+
import { COUNTRY_CODE_MAP as Dx } from "./constants/country.js";
|
|
356
351
|
export {
|
|
357
352
|
Xp as ACHIEVEMENT_ACTIONS,
|
|
358
|
-
|
|
353
|
+
Ds as AUTH_TABS,
|
|
359
354
|
ys as AVPreview,
|
|
360
355
|
It as Accordion,
|
|
361
356
|
Tt as AccordionSection,
|
|
362
357
|
xs as AccountSelector,
|
|
363
358
|
Op as AchievementNotShareReasonModal,
|
|
364
359
|
yp as AchievementShareInstructionModal,
|
|
365
|
-
Ux as AddStudentUsername,
|
|
366
360
|
Yr as AfternoonIcon,
|
|
367
|
-
|
|
361
|
+
c as AlertIcon,
|
|
368
362
|
ff as AnimatedArc,
|
|
369
363
|
zf as AnimatedAvatarMessage,
|
|
370
364
|
xa as AppLoader,
|
|
@@ -375,29 +369,26 @@ export {
|
|
|
375
369
|
Cf as AuthStaticPanel,
|
|
376
370
|
ut as AutoPlayPermissionProvider,
|
|
377
371
|
Wa as Avatar,
|
|
378
|
-
|
|
372
|
+
Mr as Back2Icon,
|
|
379
373
|
I as BackIcon,
|
|
380
374
|
Fl as BackgroundImage,
|
|
381
375
|
ea as BaseInput,
|
|
382
376
|
Sd as BeltsElementsStickers,
|
|
383
377
|
C as Bin2Icon,
|
|
384
378
|
T as BinIcon,
|
|
385
|
-
|
|
379
|
+
M as Book2Icon,
|
|
386
380
|
P as BookClosedIcon,
|
|
387
381
|
h as BookIcon,
|
|
388
|
-
|
|
382
|
+
D as BookmarkIcon,
|
|
389
383
|
O as Bulb2Icon,
|
|
390
384
|
N as BulbIcon,
|
|
391
|
-
|
|
385
|
+
Dt as Button,
|
|
392
386
|
yl as CIRCLE_ACTION_IDS,
|
|
393
387
|
Ol as CIRCLE_ONBOARDING_ANALYTICS_STEPS,
|
|
394
388
|
jm as COMPLETED_SHEET_STATE,
|
|
395
|
-
|
|
389
|
+
Dx as COUNTRY_CODE_MAP,
|
|
396
390
|
y as CalendarIcon,
|
|
397
391
|
Na as Callout,
|
|
398
|
-
px as CancelSubscriptionModal,
|
|
399
|
-
fx as CancellationConfirmationModal,
|
|
400
|
-
lx as CancellationReasonModal,
|
|
401
392
|
lf as Carousel,
|
|
402
393
|
ra as CascadingSelectInput,
|
|
403
394
|
zs as Chapter,
|
|
@@ -411,9 +402,9 @@ export {
|
|
|
411
402
|
Ft as CheckboxInputList,
|
|
412
403
|
Or as ChevronDownIcon,
|
|
413
404
|
Nr as ChevronLeftIcon,
|
|
414
|
-
|
|
405
|
+
Dr as ChevronRightIcon,
|
|
415
406
|
ml as CircleSoundKey,
|
|
416
|
-
|
|
407
|
+
ca as CircularLoader,
|
|
417
408
|
es as CircularStepWrapper,
|
|
418
409
|
Wl as CircularSteps,
|
|
419
410
|
Yf as ClaimUserAccount,
|
|
@@ -452,17 +443,17 @@ export {
|
|
|
452
443
|
vd as DynamicPreviewWorksheet,
|
|
453
444
|
Pu as EClassTimeAlertLevel,
|
|
454
445
|
ba as EDeviceType,
|
|
455
|
-
|
|
456
|
-
|
|
446
|
+
cl as ELeaderboardType,
|
|
447
|
+
Lx as EPLAState,
|
|
457
448
|
Zp as EPResourceAssign,
|
|
458
449
|
Em as EPostGameStat,
|
|
459
450
|
hu as ESessionStatus,
|
|
460
|
-
|
|
451
|
+
Mx as ESummaryType,
|
|
461
452
|
du as EVENTS,
|
|
462
453
|
xe as Edit2Icon,
|
|
463
454
|
me as EditIcon,
|
|
464
455
|
Up as EditMilestoneModal,
|
|
465
|
-
|
|
456
|
+
ce as EditStarIcon,
|
|
466
457
|
Ie as EraserIcon,
|
|
467
458
|
Bt as Error,
|
|
468
459
|
Vr as EveningIcon,
|
|
@@ -478,15 +469,15 @@ export {
|
|
|
478
469
|
yr as GameIcon,
|
|
479
470
|
Ul as GameLauncher,
|
|
480
471
|
Pp as GoalCreationConfirmationModal,
|
|
481
|
-
|
|
472
|
+
Dp as GoalDraftEdit,
|
|
482
473
|
Bp as GoalEdit,
|
|
483
474
|
Zt as GooglePlacesSearchInput,
|
|
484
475
|
Kf as GradeInput,
|
|
485
476
|
r as GradeSelector,
|
|
486
477
|
he as HandIcon,
|
|
487
|
-
|
|
478
|
+
De as HelpIcon,
|
|
488
479
|
Ne as HighlighterIcon,
|
|
489
|
-
|
|
480
|
+
Me as HintFillIcon,
|
|
490
481
|
Oe as HomeIcon,
|
|
491
482
|
yu as HomeworkCardList,
|
|
492
483
|
s as ILLUSTRATIONS,
|
|
@@ -499,7 +490,7 @@ export {
|
|
|
499
490
|
Zu as IndicatorType,
|
|
500
491
|
Be as Info2Icon,
|
|
501
492
|
Ue as InfoIcon,
|
|
502
|
-
|
|
493
|
+
Df as InputStatusIcon,
|
|
503
494
|
zu as JOURNEY_ID_STUDENT,
|
|
504
495
|
Fu as JOURNEY_ID_TEACHER,
|
|
505
496
|
Ku as JourneyProvider,
|
|
@@ -516,7 +507,7 @@ export {
|
|
|
516
507
|
Tp as Maintenance,
|
|
517
508
|
qd as MathPractice,
|
|
518
509
|
Vp as MilestoneActionWidget,
|
|
519
|
-
|
|
510
|
+
Mp as MilestoneCreate,
|
|
520
511
|
zp as MilestoneEdit,
|
|
521
512
|
Fp as MilestoneList,
|
|
522
513
|
Np as MilestoneOutcome,
|
|
@@ -534,19 +525,19 @@ export {
|
|
|
534
525
|
Xm as NODE_TYPE,
|
|
535
526
|
Fr as Next2Icon,
|
|
536
527
|
ao as NextIcon,
|
|
537
|
-
|
|
538
|
-
|
|
528
|
+
ct as Notification,
|
|
529
|
+
Mt as Nudge,
|
|
539
530
|
aa as NumRangeInput,
|
|
540
531
|
Ps as OTPForm,
|
|
541
532
|
Of as OTPInput,
|
|
542
533
|
as as OnboardingGuide,
|
|
543
534
|
hf as OverlayLoader,
|
|
544
|
-
|
|
535
|
+
px as PLAHelpAndSupportModal,
|
|
545
536
|
nf as PLATFORM_EVENTS_STUDENT,
|
|
546
537
|
If as PLATFORM_EVENTS_TEACHER,
|
|
547
538
|
Os as PLA_ANALYTICS_EVENTS,
|
|
548
539
|
$m as PYTHON_NODE_TYPES,
|
|
549
|
-
|
|
540
|
+
ix as ParentDashboard,
|
|
550
541
|
$d as ParentDashboardFaqs,
|
|
551
542
|
so as PencilIcon,
|
|
552
543
|
sa as PercentileInput,
|
|
@@ -555,24 +546,24 @@ export {
|
|
|
555
546
|
tx as PlaFirstSessionIntroduction,
|
|
556
547
|
no as Play2Icon,
|
|
557
548
|
mo as PlayIcon,
|
|
558
|
-
|
|
549
|
+
Dl as PlayerType,
|
|
559
550
|
So as Plus2Icon,
|
|
560
|
-
|
|
551
|
+
io as PlusIcon,
|
|
561
552
|
uo as PointerIcon,
|
|
562
553
|
Am as PostGameStats,
|
|
563
554
|
Eo as PracticeIcon,
|
|
564
555
|
Gd as PreviewWorksheet,
|
|
565
556
|
Ao as ProgressIcon,
|
|
566
557
|
Pl as ProjectOutcome,
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
558
|
+
Ml as ProjectType,
|
|
559
|
+
Lo as Puzzle2Icon,
|
|
560
|
+
Rm as PuzzleApp,
|
|
570
561
|
_m as PuzzleCard,
|
|
571
|
-
|
|
572
|
-
|
|
562
|
+
km as PuzzleDashboard,
|
|
563
|
+
Lm as PuzzleFeedbackCelebration,
|
|
573
564
|
_o as PuzzleIcon,
|
|
574
|
-
|
|
575
|
-
|
|
565
|
+
ko as QuestionIcon,
|
|
566
|
+
Ro as QuestionLetterIcon,
|
|
576
567
|
ed as REWARDS_LIST,
|
|
577
568
|
Pa as RadioCard,
|
|
578
569
|
Vt as RadioInput,
|
|
@@ -622,7 +613,7 @@ export {
|
|
|
622
613
|
Wo as SkipColoredIcon,
|
|
623
614
|
Jo as SkipIcon,
|
|
624
615
|
Is as SocialAccountNotFound,
|
|
625
|
-
|
|
616
|
+
cs as SocialLoginMethods,
|
|
626
617
|
Jl as SplashScreen,
|
|
627
618
|
jo as Star2Icon,
|
|
628
619
|
qo as Star3Icon,
|
|
@@ -638,45 +629,44 @@ export {
|
|
|
638
629
|
or as StrikedEyeIcon,
|
|
639
630
|
Ed as StudentBadgeList,
|
|
640
631
|
nd as StudentDetails,
|
|
641
|
-
|
|
632
|
+
dx as StudentLoginInfoModal,
|
|
642
633
|
Cu as StudentProfileHighlights,
|
|
643
|
-
|
|
644
|
-
|
|
634
|
+
fx as StudentProfileSummaryModal,
|
|
635
|
+
lx as StudentTrialReportModal,
|
|
645
636
|
Cp as SubmitMilestoneModal,
|
|
646
637
|
tr as SwitchIcon,
|
|
647
638
|
Qa as TabComponent,
|
|
648
|
-
|
|
649
|
-
|
|
639
|
+
Mf as Tabs,
|
|
640
|
+
Da as Tag,
|
|
650
641
|
Nu as TalkMeter,
|
|
651
642
|
Kp as TestsCreation,
|
|
652
|
-
|
|
643
|
+
Ma as Text,
|
|
653
644
|
yt as TextButton,
|
|
654
645
|
Xt as TextInput,
|
|
655
646
|
fr as TickIcon,
|
|
656
647
|
Ja as TimeLeftTimeline,
|
|
657
648
|
Iu as TrialSession,
|
|
658
649
|
lr as TrophyIcon,
|
|
659
|
-
|
|
650
|
+
nx as TutorChangeModal,
|
|
660
651
|
Tl as Tutorial,
|
|
661
652
|
Ur as TutoringIcon,
|
|
662
653
|
Oa as UIContext,
|
|
663
654
|
pr as UndoIcon,
|
|
664
655
|
nr as Unlock2Icon,
|
|
665
656
|
dr as UnlockIcon,
|
|
666
|
-
|
|
657
|
+
ir as UpIcon,
|
|
667
658
|
Er as User2Icon,
|
|
668
659
|
Sr as UserIcon,
|
|
669
|
-
|
|
660
|
+
Ms as UserIdentifierForm,
|
|
670
661
|
Ff as UserList,
|
|
671
662
|
Vf as UserTypeSelector,
|
|
672
663
|
Ts as UsernamePasswordForm,
|
|
673
664
|
$a as Video,
|
|
674
|
-
Ax as ViewPaymentMethodModal,
|
|
675
665
|
Tf as WHITELIST_EVENTS,
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
666
|
+
Md as WORKSHEET_ACTION_BAR_HEIGHT,
|
|
667
|
+
kd as WORKSHEET_QUESTIONS_GAP,
|
|
668
|
+
Dd as WORKSHEET_QUESTION_WIDTH,
|
|
669
|
+
Rd as WORKSHEET_TOP_NAVIGATION_HEIGHT,
|
|
680
670
|
Qm as WORKSHEET_V3_NODE_TYPES,
|
|
681
671
|
Cl as WebView,
|
|
682
672
|
hl as WebViewEvent,
|
|
@@ -690,19 +680,19 @@ export {
|
|
|
690
680
|
Uu as invalidateHomeworks,
|
|
691
681
|
mm as invalidateMilestoneResources,
|
|
692
682
|
om as invalidateMilestonesData,
|
|
693
|
-
|
|
683
|
+
_x as invalidateParentHome,
|
|
694
684
|
am as invalidatePastMilestoneCount,
|
|
695
685
|
Hm as invalidatePuzzleToAssign,
|
|
696
686
|
lm as invalidateTestHelpData,
|
|
697
687
|
Hd as isOkayTypeQuestion,
|
|
698
|
-
|
|
688
|
+
id as loadScript,
|
|
699
689
|
Bu as useAutoPlayPermission,
|
|
700
690
|
ou as useCanvasSyncBroker,
|
|
701
691
|
rp as useChapterPageJourney,
|
|
702
692
|
ul as useCircleSounds,
|
|
703
|
-
|
|
693
|
+
Du as useClassTimeAlerts,
|
|
704
694
|
va as useContextMenuClickHandler,
|
|
705
|
-
|
|
695
|
+
Ex as useFetchParentHome,
|
|
706
696
|
xt as useForceReload,
|
|
707
697
|
rm as useGetAllMilestonesdata,
|
|
708
698
|
Bl as useGetCircleHomeDetailsDal,
|
|
@@ -711,25 +701,25 @@ export {
|
|
|
711
701
|
dm as useGetMilestoneResources,
|
|
712
702
|
fm as useGetPastMilestoneCount,
|
|
713
703
|
Om as useGetPuzzleToAssign,
|
|
714
|
-
|
|
704
|
+
Mu as useGetSessionReports,
|
|
715
705
|
um as useGetTestHelpData,
|
|
716
706
|
ep as useHomePageJourney,
|
|
717
707
|
nu as useInClassActionDispatcher,
|
|
718
|
-
|
|
708
|
+
cu as useInClassActionListener,
|
|
719
709
|
lu as useInClassMessageBroker,
|
|
720
710
|
Jd as useIsLearnosityLoaded,
|
|
721
711
|
Us as useIsTabBlocked,
|
|
722
712
|
Vu as useJourney,
|
|
723
713
|
Ta as useModalActions,
|
|
724
714
|
Ca as useModalParams,
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
715
|
+
Sx as usePLASwitchUserJourney,
|
|
716
|
+
Ax as useParentHomeData,
|
|
717
|
+
im as usePointerSync,
|
|
728
718
|
xp as usePuzzleAttemptJourney,
|
|
729
719
|
ap as usePuzzleDashboardJourney,
|
|
730
720
|
sp as usePuzzleIntroJourney,
|
|
731
721
|
up as usePuzzleProgressJourney,
|
|
732
|
-
|
|
722
|
+
cp as usePuzzleReviewJourney,
|
|
733
723
|
Ip as usePuzzleUnassignJourney,
|
|
734
724
|
mp as useTeacherPuzzleAssignedJourney,
|
|
735
725
|
Ga as useTrackingContext,
|
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":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sources":["../../../node_modules/decode-uri-component/index.js"],"sourcesContent":["const token = '%[a-f0-9]{2}';\nconst singleMatcher = new RegExp('(' + token + ')|([^%]+?)', 'gi');\nconst multiMatcher = new RegExp('(' + token + ')+', 'gi');\n\nfunction decodeComponents(components, split) {\n\ttry {\n\t\t// Try to decode the entire string first\n\t\treturn [decodeURIComponent(components.join(''))];\n\t} catch {\n\t\t// Do nothing\n\t}\n\n\tif (components.length === 1) {\n\t\treturn components;\n\t}\n\n\tsplit = split || 1;\n\n\t// Split the array in 2 parts\n\tconst left = components.slice(0, split);\n\tconst right = components.slice(split);\n\n\treturn Array.prototype.concat.call([], decodeComponents(left), decodeComponents(right));\n}\n\nfunction decode(input) {\n\ttry {\n\t\treturn decodeURIComponent(input);\n\t} catch {\n\t\tlet tokens = input.match(singleMatcher) || [];\n\n\t\tfor (let i = 1; i < tokens.length; i++) {\n\t\t\tinput = decodeComponents(tokens, i).join('');\n\n\t\t\ttokens = input.match(singleMatcher) || [];\n\t\t}\n\n\t\treturn input;\n\t}\n}\n\nfunction customDecodeURIComponent(input) {\n\t// Keep track of all the replacements and prefill the map with the `BOM`\n\tconst replaceMap = {\n\t\t'%FE%FF': '\\uFFFD\\uFFFD',\n\t\t'%FF%FE': '\\uFFFD\\uFFFD',\n\t};\n\n\tlet match = multiMatcher.exec(input);\n\twhile (match) {\n\t\ttry {\n\t\t\t// Decode as big chunks as possible\n\t\t\treplaceMap[match[0]] = decodeURIComponent(match[0]);\n\t\t} catch {\n\t\t\tconst result = decode(match[0]);\n\n\t\t\tif (result !== match[0]) {\n\t\t\t\treplaceMap[match[0]] = result;\n\t\t\t}\n\t\t}\n\n\t\tmatch = multiMatcher.exec(input);\n\t}\n\n\t// Add `%C2` at the end of the map to make sure it does not replace the combinator before everything else\n\treplaceMap['%C2'] = '\\uFFFD';\n\n\tconst entries = Object.keys(replaceMap);\n\n\tfor (const key of entries) {\n\t\t// Replace all decoded components\n\t\tinput = input.replace(new RegExp(key, 'g'), replaceMap[key]);\n\t}\n\n\treturn input;\n}\n\nexport default function decodeUriComponent(encodedURI) {\n\tif (typeof encodedURI !== 'string') {\n\t\tthrow new TypeError('Expected `encodedURI` to be of type `string`, got `' + typeof encodedURI + '`');\n\t}\n\n\ttry {\n\t\t// Try the built in decoder first\n\t\treturn decodeURIComponent(encodedURI);\n\t} catch {\n\t\t// Fallback to a more advanced decoder\n\t\treturn customDecodeURIComponent(encodedURI);\n\t}\n}\n"],"names":["token","singleMatcher","multiMatcher","decodeComponents","components","split","left","right","decode","input","tokens","i","customDecodeURIComponent","replaceMap","match","result","entries","key","decodeUriComponent","encodedURI"],"mappings":"AAAA,MAAMA,IAAQ,gBACRC,IAAgB,IAAI,OAAO,MAAMD,IAAQ,cAAc,IAAI,GAC3DE,IAAe,IAAI,OAAO,MAAMF,IAAQ,MAAM,IAAI;AAExD,SAASG,EAAiBC,GAAYC,GAAO;AAC5C,MAAI;AAEH,WAAO,CAAC,mBAAmBD,EAAW,KAAK,EAAE,CAAC,CAAC;AAAA,EACjD,QAAS;AAAA,EAEP;AAED,MAAIA,EAAW,WAAW;AACzB,WAAOA;AAGR,EAAAC,IAAQA,KAAS;AAGjB,QAAMC,IAAOF,EAAW,MAAM,GAAGC,CAAK,GAChCE,IAAQH,EAAW,MAAMC,CAAK;AAEpC,SAAO,MAAM,UAAU,OAAO,KAAK,CAAA,GAAIF,EAAiBG,CAAI,GAAGH,EAAiBI,CAAK,CAAC;AACvF;AAEA,SAASC,EAAOC,GAAO;AACtB,MAAI;AACH,WAAO,mBAAmBA,CAAK;AAAA,EACjC,QAAS;AACP,QAAIC,IAASD,EAAM,MAAMR,CAAa,KAAK,CAAA;AAE3C,aAASU,IAAI,GAAGA,IAAID,EAAO,QAAQC;AAClC,MAAAF,IAAQN,EAAiBO,GAAQC,CAAC,EAAE,KAAK,EAAE,GAE3CD,IAASD,EAAM,MAAMR,CAAa,KAAK,CAAA;AAGxC,WAAOQ;AAAA,EACP;AACF;AAEA,SAASG,EAAyBH,GAAO;AAExC,QAAMI,IAAa;AAAA,IAClB,UAAU;AAAA,IACV,UAAU;AAAA,EACZ;AAEC,MAAIC,IAAQZ,EAAa,KAAKO,CAAK;AACnC,SAAOK,KAAO;AACb,QAAI;AAEH,MAAAD,EAAWC,EAAM,CAAC,CAAC,IAAI,mBAAmBA,EAAM,CAAC,CAAC;AAAA,IACrD,QAAU;AACP,YAAMC,IAASP,EAAOM,EAAM,CAAC,CAAC;AAE9B,MAAIC,MAAWD,EAAM,CAAC,MACrBD,EAAWC,EAAM,CAAC,CAAC,IAAIC;AAAA,IAExB;AAED,IAAAD,IAAQZ,EAAa,KAAKO,CAAK;AAAA,EAC/B;AAGD,EAAAI,EAAW,KAAK,IAAI;AAEpB,QAAMG,IAAU,OAAO,KAAKH,CAAU;AAEtC,aAAWI,KAAOD;AAEjB,IAAAP,IAAQA,EAAM,QAAQ,IAAI,OAAOQ,GAAK,GAAG,GAAGJ,EAAWI,CAAG,CAAC;AAG5D,SAAOR;AACR;AAEe,SAASS,EAAmBC,GAAY;AACtD,MAAI,OAAOA,KAAe;AACzB,UAAM,IAAI,UAAU,wDAAwD,OAAOA,IAAa,GAAG;AAGpG,MAAI;AAEH,WAAO,mBAAmBA,CAAU;AAAA,EACtC,QAAS;AAEP,WAAOP,EAAyBO,CAAU;AAAA,EAC1C;AACF;","x_google_ignoreList":[0]}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import b from "
|
|
1
|
+
import b from "../decode-uri-component/index.js";
|
|
2
2
|
import l from "../split-on-first/index.js";
|
|
3
3
|
import { includeKeys as N } from "../filter-obj/index.js";
|
|
4
4
|
const j = (r) => r == null, A = (r) => encodeURIComponent(r).replace(/[!'()*]/g, (e) => `%${e.charCodeAt(0).toString(16).toUpperCase()}`), u = Symbol("encodeFragmentIdentifier");
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"native.js","sources":["../../../../../node_modules/uuid/dist/esm-browser/native.js"],"sourcesContent":["const randomUUID = typeof crypto !== 'undefined' && crypto.randomUUID && crypto.randomUUID.bind(crypto);\nexport default {\n randomUUID\n};"],"names":["randomUUID","native"],"mappings":"AAAA,MAAMA,IAAa,OAAO,SAAW,OAAe,OAAO,cAAc,OAAO,WAAW,KAAK,MAAM,GACvFC,IAAA;AAAA,EACb,YAAAD;AACF;","x_google_ignoreList":[0]}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
|
|
1
|
+
let t;
|
|
2
|
+
const e = new Uint8Array(16);
|
|
2
3
|
function o() {
|
|
3
|
-
if (!t && (t = typeof crypto < "u" && crypto.getRandomValues && crypto.getRandomValues.bind(crypto)
|
|
4
|
+
if (!t && (t = typeof crypto < "u" && crypto.getRandomValues && crypto.getRandomValues.bind(crypto), !t))
|
|
4
5
|
throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");
|
|
5
6
|
return t(e);
|
|
6
7
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"rng.js","sources":["../../../../../node_modules/uuid/dist/esm-browser/rng.js"],"sourcesContent":["// Unique ID creation requires a high quality random # generator. In the browser we therefore\n// require the crypto API and do not support built-in fallback to lower quality random number\n// generators (like Math.random()).\
|
|
1
|
+
{"version":3,"file":"rng.js","sources":["../../../../../node_modules/uuid/dist/esm-browser/rng.js"],"sourcesContent":["// Unique ID creation requires a high quality random # generator. In the browser we therefore\n// require the crypto API and do not support built-in fallback to lower quality random number\n// generators (like Math.random()).\nlet getRandomValues;\nconst rnds8 = new Uint8Array(16);\nexport default function rng() {\n // lazy load so that environments that need to polyfill have a chance to do so\n if (!getRandomValues) {\n // getRandomValues needs to be invoked in a context where \"this\" is a Crypto implementation.\n getRandomValues = typeof crypto !== 'undefined' && crypto.getRandomValues && crypto.getRandomValues.bind(crypto);\n\n if (!getRandomValues) {\n throw new Error('crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported');\n }\n }\n\n return getRandomValues(rnds8);\n}"],"names":["getRandomValues","rnds8","rng"],"mappings":"AAGA,IAAIA;AACJ,MAAMC,IAAQ,IAAI,WAAW,EAAE;AAChB,SAASC,IAAM;AAE5B,MAAI,CAACF,MAEHA,IAAkB,OAAO,SAAW,OAAe,OAAO,mBAAmB,OAAO,gBAAgB,KAAK,MAAM,GAE3G,CAACA;AACH,UAAM,IAAI,MAAM,0GAA0G;AAI9H,SAAOA,EAAgBC,CAAK;AAC9B;","x_google_ignoreList":[0]}
|