@cuemath/leap 3.2.14-m → 3.2.14-mb
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.
@@ -1,4 +1,4 @@
|
|
1
|
-
const
|
1
|
+
const e = [
|
2
2
|
{
|
3
3
|
id: "cowboy",
|
4
4
|
emoji: "🤠",
|
@@ -221,11 +221,8 @@ const i = [
|
|
221
221
|
name: "Diamond"
|
222
222
|
// lottieUrl: '/lottie/diamond.json',
|
223
223
|
}
|
224
|
-
]
|
225
|
-
i.map((e) => [e.id, e])
|
226
|
-
);
|
224
|
+
];
|
227
225
|
export {
|
228
|
-
|
229
|
-
m as stickerMap
|
226
|
+
e as stickerData
|
230
227
|
};
|
231
228
|
//# sourceMappingURL=sticker-data.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"sticker-data.js","sources":["../../../src/features/stickers/sticker-data.ts"],"sourcesContent":["import type { IStickerData } from './sticker-selector/sticker-selector-types';\n\nexport const stickerData: IStickerData[] = [\n {\n id: 'cowboy',\n emoji: '🤠',\n name: 'Cowboy',\n // lottieUrl: '/lottie/cowboy.json',\n },\n {\n id: 'heart-eyes',\n emoji: '😍',\n name: 'Heart Eyes',\n // lottieUrl: '/lottie/heart-eyes.json',\n },\n {\n id: 'pleading',\n emoji: '🥺',\n name: 'Pleading',\n // lottieUrl: '/lottie/pleading.json',\n },\n {\n id: 'sunglasses',\n emoji: '😎',\n name: 'Sunglasses',\n // lottieUrl: '/lottie/sunglasses.json',\n },\n {\n id: 'angry',\n emoji: '😡',\n name: 'Angry',\n // lottieUrl: '/lottie/angry.json',\n },\n {\n id: 'thinking',\n emoji: '🤔',\n name: 'Thinking',\n // lottieUrl: '/lottie/thinking.json',\n },\n {\n id: 'party',\n emoji: '🥳',\n name: 'Party',\n // lottieUrl: '/lottie/party.json',\n },\n {\n id: 'celebration',\n emoji: '🎉',\n name: 'Celebration',\n // lottieUrl: '/lottie/celebration.json',\n },\n {\n id: 'balloon',\n emoji: '🎈',\n name: 'Balloon',\n // lottieUrl: '/lottie/balloon.json',\n },\n {\n id: 'cake',\n emoji: '🎂',\n name: 'Cake',\n // lottieUrl: '/lottie/cake.json',\n },\n {\n id: 'clapping',\n emoji: '👏',\n name: 'Clapping',\n // lottieUrl: '/lottie/clapping.json',\n },\n {\n id: 'thumbs-up',\n emoji: '👍',\n name: 'Thumbs Up',\n // lottieUrl: '/lottie/thumbs-up.json',\n },\n {\n id: 'peace',\n emoji: '✌️',\n name: 'Peace',\n // lottieUrl: '/lottie/peace.json',\n },\n {\n id: 'ok-hand',\n emoji: '👌',\n name: 'OK Hand',\n // lottieUrl: '/lottie/ok-hand.json',\n },\n {\n id: 'muscle',\n emoji: '💪',\n name: 'Muscle',\n // lottieUrl: '/lottie/muscle.json',\n },\n {\n id: 'rock-on',\n emoji: '🤘',\n name: 'Rock On',\n // lottieUrl: '/lottie/rock-on.json',\n },\n {\n id: 'heart',\n emoji: '❤️',\n name: 'Heart',\n // lottieUrl: '/lottie/heart.json',\n },\n {\n id: 'trophy',\n emoji: '🏆',\n name: 'Trophy',\n // lottieUrl: '/lottie/trophy.json',\n },\n {\n id: 'hundred',\n emoji: '💯',\n name: 'Hundred',\n // lottieUrl: '/lottie/hundred.json',\n },\n {\n id: 'gold-medal',\n emoji: '🥇',\n name: 'Gold Medal',\n // lottieUrl: '/lottie/gold-medal.json',\n },\n {\n id: 'silver-medal',\n emoji: '🥈',\n name: 'Silver Medal',\n // lottieUrl: '/lottie/silver-medal.json',\n },\n {\n id: 'bronze-medal',\n emoji: '🥉',\n name: 'Bronze Medal',\n // lottieUrl: '/lottie/bronze-medal.json',\n },\n {\n id: 'target',\n emoji: '🎯',\n name: 'Target',\n // lottieUrl: '/lottie/target.json',\n },\n {\n id: 'star',\n emoji: '⭐',\n name: 'Star',\n // lottieUrl: '/lottie/star.json',\n },\n {\n id: 'lightning',\n emoji: '⚡',\n name: 'Lightning',\n // lottieUrl: '/lottie/lightning.json',\n },\n {\n id: 'rocket',\n emoji: '🚀',\n name: 'Rocket',\n // lottieUrl: '/lottie/rocket.json',\n },\n {\n id: 'explosion',\n emoji: '💥',\n name: 'Explosion',\n // lottieUrl: '/lottie/explosion.json',\n },\n {\n id: 'graduation',\n emoji: '🎓',\n name: 'Graduation',\n // lottieUrl: '/lottie/graduation.json',\n },\n {\n id: 'clock',\n emoji: '⏰',\n name: 'Clock',\n // lottieUrl: '/lottie/clock.json',\n },\n {\n id: 'bulb',\n emoji: '💡',\n name: 'Bulb',\n // lottieUrl: '/lottie/bulb.json',\n },\n {\n id: 'rainbow',\n emoji: '🌈',\n name: 'Rainbow',\n // lottieUrl: '/lottie/rainbow.json',\n },\n {\n id: 'clown',\n emoji: '🤡',\n name: 'Clown',\n // lottieUrl: '/lottie/clown.json',\n },\n {\n id: 'dancer',\n emoji: '💃',\n name: 'Dancer',\n // lottieUrl: '/lottie/dancer.json',\n },\n {\n id: 'flowers',\n emoji: '💐',\n name: 'Flowers',\n // lottieUrl: '/lottie/flowers.json',\n },\n {\n id: 'unicorn',\n emoji: '🦄',\n name: 'Unicorn',\n // lottieUrl: '/lottie/unicorn.json',\n },\n {\n id: 'drum',\n emoji: '🥁',\n name: 'Drum',\n // lottieUrl: '/lottie/drum.json',\n },\n {\n id: 'diamond',\n emoji: '💎',\n name: 'Diamond',\n // lottieUrl: '/lottie/diamond.json',\n },\n];\n
|
1
|
+
{"version":3,"file":"sticker-data.js","sources":["../../../src/features/stickers/sticker-data.ts"],"sourcesContent":["import type { IStickerData } from './sticker-selector/sticker-selector-types';\n\nexport const stickerData: IStickerData[] = [\n {\n id: 'cowboy',\n emoji: '🤠',\n name: 'Cowboy',\n // lottieUrl: '/lottie/cowboy.json',\n },\n {\n id: 'heart-eyes',\n emoji: '😍',\n name: 'Heart Eyes',\n // lottieUrl: '/lottie/heart-eyes.json',\n },\n {\n id: 'pleading',\n emoji: '🥺',\n name: 'Pleading',\n // lottieUrl: '/lottie/pleading.json',\n },\n {\n id: 'sunglasses',\n emoji: '😎',\n name: 'Sunglasses',\n // lottieUrl: '/lottie/sunglasses.json',\n },\n {\n id: 'angry',\n emoji: '😡',\n name: 'Angry',\n // lottieUrl: '/lottie/angry.json',\n },\n {\n id: 'thinking',\n emoji: '🤔',\n name: 'Thinking',\n // lottieUrl: '/lottie/thinking.json',\n },\n {\n id: 'party',\n emoji: '🥳',\n name: 'Party',\n // lottieUrl: '/lottie/party.json',\n },\n {\n id: 'celebration',\n emoji: '🎉',\n name: 'Celebration',\n // lottieUrl: '/lottie/celebration.json',\n },\n {\n id: 'balloon',\n emoji: '🎈',\n name: 'Balloon',\n // lottieUrl: '/lottie/balloon.json',\n },\n {\n id: 'cake',\n emoji: '🎂',\n name: 'Cake',\n // lottieUrl: '/lottie/cake.json',\n },\n {\n id: 'clapping',\n emoji: '👏',\n name: 'Clapping',\n // lottieUrl: '/lottie/clapping.json',\n },\n {\n id: 'thumbs-up',\n emoji: '👍',\n name: 'Thumbs Up',\n // lottieUrl: '/lottie/thumbs-up.json',\n },\n {\n id: 'peace',\n emoji: '✌️',\n name: 'Peace',\n // lottieUrl: '/lottie/peace.json',\n },\n {\n id: 'ok-hand',\n emoji: '👌',\n name: 'OK Hand',\n // lottieUrl: '/lottie/ok-hand.json',\n },\n {\n id: 'muscle',\n emoji: '💪',\n name: 'Muscle',\n // lottieUrl: '/lottie/muscle.json',\n },\n {\n id: 'rock-on',\n emoji: '🤘',\n name: 'Rock On',\n // lottieUrl: '/lottie/rock-on.json',\n },\n {\n id: 'heart',\n emoji: '❤️',\n name: 'Heart',\n // lottieUrl: '/lottie/heart.json',\n },\n {\n id: 'trophy',\n emoji: '🏆',\n name: 'Trophy',\n // lottieUrl: '/lottie/trophy.json',\n },\n {\n id: 'hundred',\n emoji: '💯',\n name: 'Hundred',\n // lottieUrl: '/lottie/hundred.json',\n },\n {\n id: 'gold-medal',\n emoji: '🥇',\n name: 'Gold Medal',\n // lottieUrl: '/lottie/gold-medal.json',\n },\n {\n id: 'silver-medal',\n emoji: '🥈',\n name: 'Silver Medal',\n // lottieUrl: '/lottie/silver-medal.json',\n },\n {\n id: 'bronze-medal',\n emoji: '🥉',\n name: 'Bronze Medal',\n // lottieUrl: '/lottie/bronze-medal.json',\n },\n {\n id: 'target',\n emoji: '🎯',\n name: 'Target',\n // lottieUrl: '/lottie/target.json',\n },\n {\n id: 'star',\n emoji: '⭐',\n name: 'Star',\n // lottieUrl: '/lottie/star.json',\n },\n {\n id: 'lightning',\n emoji: '⚡',\n name: 'Lightning',\n // lottieUrl: '/lottie/lightning.json',\n },\n {\n id: 'rocket',\n emoji: '🚀',\n name: 'Rocket',\n // lottieUrl: '/lottie/rocket.json',\n },\n {\n id: 'explosion',\n emoji: '💥',\n name: 'Explosion',\n // lottieUrl: '/lottie/explosion.json',\n },\n {\n id: 'graduation',\n emoji: '🎓',\n name: 'Graduation',\n // lottieUrl: '/lottie/graduation.json',\n },\n {\n id: 'clock',\n emoji: '⏰',\n name: 'Clock',\n // lottieUrl: '/lottie/clock.json',\n },\n {\n id: 'bulb',\n emoji: '💡',\n name: 'Bulb',\n // lottieUrl: '/lottie/bulb.json',\n },\n {\n id: 'rainbow',\n emoji: '🌈',\n name: 'Rainbow',\n // lottieUrl: '/lottie/rainbow.json',\n },\n {\n id: 'clown',\n emoji: '🤡',\n name: 'Clown',\n // lottieUrl: '/lottie/clown.json',\n },\n {\n id: 'dancer',\n emoji: '💃',\n name: 'Dancer',\n // lottieUrl: '/lottie/dancer.json',\n },\n {\n id: 'flowers',\n emoji: '💐',\n name: 'Flowers',\n // lottieUrl: '/lottie/flowers.json',\n },\n {\n id: 'unicorn',\n emoji: '🦄',\n name: 'Unicorn',\n // lottieUrl: '/lottie/unicorn.json',\n },\n {\n id: 'drum',\n emoji: '🥁',\n name: 'Drum',\n // lottieUrl: '/lottie/drum.json',\n },\n {\n id: 'diamond',\n emoji: '💎',\n name: 'Diamond',\n // lottieUrl: '/lottie/diamond.json',\n },\n];\n"],"names":["stickerData"],"mappings":"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"}
|
package/dist/index.d.ts
CHANGED
@@ -4829,8 +4829,6 @@ declare const STICKER_BADGE: {
|
|
4829
4829
|
|
4830
4830
|
export declare const stickerData: IStickerData[];
|
4831
4831
|
|
4832
|
-
export declare const stickerMap: Record<string, IStickerData>;
|
4833
|
-
|
4834
4832
|
export declare const StickersEffects: React_2.NamedExoticComponent<IStickersProps>;
|
4835
4833
|
|
4836
4834
|
export declare const StickersSelector: React_2.NamedExoticComponent<IStickerGridProps>;
|
package/dist/index.js
CHANGED
@@ -9,9 +9,9 @@ import { default as I } from "./assets/line-icons/icons/bin.js";
|
|
9
9
|
import { default as S } 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 P } from "./assets/line-icons/icons/book.js";
|
12
|
-
import { default as
|
13
|
-
import { default as
|
14
|
-
import { default as
|
12
|
+
import { default as h } from "./assets/line-icons/icons/book2.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
15
|
import { default as O } from "./assets/line-icons/icons/bulb2.js";
|
16
16
|
import { default as H } from "./assets/line-icons/icons/calendar.js";
|
17
17
|
import { default as g } from "./assets/line-icons/icons/check.js";
|
@@ -36,9 +36,9 @@ import { default as Ie } from "./assets/line-icons/icons/eye2.js";
|
|
36
36
|
import { default as Se } from "./assets/line-icons/icons/exclamation.js";
|
37
37
|
import { default as Ce } from "./assets/line-icons/icons/hand.js";
|
38
38
|
import { default as Pe } from "./assets/line-icons/icons/help.js";
|
39
|
-
import { default as
|
40
|
-
import { default as
|
41
|
-
import { default as
|
39
|
+
import { default as he } from "./assets/line-icons/icons/highlighter.js";
|
40
|
+
import { default as Re } from "./assets/line-icons/icons/home.js";
|
41
|
+
import { default as Me } from "./assets/line-icons/icons/image.js";
|
42
42
|
import { default as Oe } from "./assets/line-icons/icons/info.js";
|
43
43
|
import { default as He } from "./assets/line-icons/icons/info2.js";
|
44
44
|
import { default as ge } from "./assets/line-icons/icons/left.js";
|
@@ -63,8 +63,8 @@ import { default as To } from "./assets/line-icons/icons/puzzle-icon.js";
|
|
63
63
|
import { default as Eo } from "./assets/line-icons/icons/puzzle2.js";
|
64
64
|
import { default as Ao } from "./assets/line-icons/icons/question.js";
|
65
65
|
import { default as _o } from "./assets/line-icons/icons/question-letter.js";
|
66
|
-
import { default as
|
67
|
-
import { default as
|
66
|
+
import { default as ko } from "./assets/line-icons/icons/redo.js";
|
67
|
+
import { default as Lo } from "./assets/line-icons/icons/right.js";
|
68
68
|
import { default as No } from "./assets/line-icons/icons/ruler.js";
|
69
69
|
import { default as Do } from "./assets/line-icons/icons/search.js";
|
70
70
|
import { default as Go } from "./assets/line-icons/icons/sheet.js";
|
@@ -89,9 +89,9 @@ import { default as Ir } from "./assets/line-icons/icons/back2.js";
|
|
89
89
|
import { default as Sr } from "./assets/line-icons/icons/chevron-right.js";
|
90
90
|
import { default as Cr } from "./assets/line-icons/icons/chevron-left.js";
|
91
91
|
import { default as Pr } from "./assets/line-icons/icons/chevron-down.js";
|
92
|
-
import { default as
|
93
|
-
import { default as
|
94
|
-
import { default as
|
92
|
+
import { default as hr } from "./assets/line-icons/icons/game.js";
|
93
|
+
import { default as Rr } from "./assets/line-icons/icons/tutoring.js";
|
94
|
+
import { default as Mr } from "./assets/line-icons/icons/chat.js";
|
95
95
|
import { default as Or } from "./assets/line-icons/icons/cuemath-logo.js";
|
96
96
|
import { default as Hr } from "./assets/line-icons/icons/next2.js";
|
97
97
|
import { AutoPlayPermissionProvider as gr } from "./features/hooks/use-auto-play-permission/use-auto-play-permission-context-provider.js";
|
@@ -116,9 +116,9 @@ import { default as It } from "./features/ui/inputs/searchable-select-input/sear
|
|
116
116
|
import { default as St } from "./features/ui/inputs/google-places-search-input/google-places-search-input.js";
|
117
117
|
import { default as Ct } from "./features/ui/inputs/text-input/text-input.js";
|
118
118
|
import { default as Pt } from "./features/ui/inputs/cascading-select-input/cascading-select-input.js";
|
119
|
-
import { default as
|
120
|
-
import { default as
|
121
|
-
import { default as
|
119
|
+
import { default as ht } from "./features/ui/inputs/num-range-input/num-range-input.js";
|
120
|
+
import { default as Rt } from "./features/ui/inputs/percentile-input/percentile-input.js";
|
121
|
+
import { default as Mt } from "./features/ui/selection-cards/selection-cards.js";
|
122
122
|
import { default as Ot } from "./features/ui/layout/flex-view.js";
|
123
123
|
import { default as Ht } from "./features/ui/loader/app-loader/app-loader.js";
|
124
124
|
import { CircularLoader as gt } from "./features/ui/loader/circular-loader/circular-loader.js";
|
@@ -143,8 +143,8 @@ import { default as Ta } from "./features/ui/video/index.js";
|
|
143
143
|
import { default as Ea } from "./features/ui/perfect-hits/perfect-hits.js";
|
144
144
|
import { default as Aa } from "./features/ui/image/image.js";
|
145
145
|
import { default as _a } from "./features/ui/animated-arc/animated-arc.js";
|
146
|
-
import { PLATFORM_EVENTS_STUDENT as
|
147
|
-
import { PLATFORM_EVENTS_TEACHER as
|
146
|
+
import { PLATFORM_EVENTS_STUDENT as ka } from "./features/analytics-events/platform-events-student.js";
|
147
|
+
import { PLATFORM_EVENTS_TEACHER as La } from "./features/analytics-events/platform-events-teacher.js";
|
148
148
|
import { WHITELIST_EVENTS as Na } from "./features/analytics-events/whitelist-events.js";
|
149
149
|
import { default as Da } from "./features/auth/comps/auth-static-panel/auth-static-panel.js";
|
150
150
|
import { default as Ga } from "./features/auth/comps/auth-page-layout/auth-page-layout.js";
|
@@ -169,9 +169,9 @@ import { default as If } from "./features/auth/forgot-password/reset-password-fo
|
|
169
169
|
import { default as Sf } from "./features/auth/forgot-password/user-identifier-form/user-identifier-form.js";
|
170
170
|
import { AUTH_TABS as Cf } from "./features/auth/login/login-constants.js";
|
171
171
|
import { AuthApiErrorCode as Pf } from "./features/auth/auth-constants.js";
|
172
|
-
import { default as
|
173
|
-
import { default as
|
174
|
-
import { default as
|
172
|
+
import { default as hf } from "./features/av/av-preview/av-preview.js";
|
173
|
+
import { default as Rf } from "./features/blockers/multi-tab-blocker/use-is-tab-blocked.js";
|
174
|
+
import { default as Mf } from "./features/blockers/multi-tab-blocker/multi-tab-blocker.js";
|
175
175
|
import { default as Of } from "./features/chapters/chapter/chapter.js";
|
176
176
|
import { default as Hf } from "./features/chapters/chapters-list/chapters-list.js";
|
177
177
|
import { default as gf } from "./features/chapters/lpar-chapter/lpar-chapter.js";
|
@@ -196,9 +196,9 @@ import { PlayerType as Is } from "./features/circle-games/games/web-view/enums/p
|
|
196
196
|
import { IStatsToAwardErrorCode as Ss } from "./features/circle-games/games/web-view/web-view-types.js";
|
197
197
|
import { CIRCLE_ONBOARDING_ANALYTICS_STEPS as Cs } from "./features/circle-games/enum/circle-onboarding-steps.js";
|
198
198
|
import { CIRCLE_ACTION_IDS as Ps } from "./features/circle-games/enum/circle-action-ids.js";
|
199
|
-
import { GameLauncher as
|
200
|
-
import { useGetCircleHomeDetailsDal as
|
201
|
-
import { Leaderboard as
|
199
|
+
import { GameLauncher as hs } from "./features/circle-games/game-launcher/game-launcher.js";
|
200
|
+
import { useGetCircleHomeDetailsDal as Rs } from "./features/circle-games/game-launcher/dal/use-get-circle-home-details-dal/use-get-circle-home-details-dal.js";
|
201
|
+
import { Leaderboard as Ms } from "./features/circle-games/leaderboard/leaderboard.js";
|
202
202
|
import { BackgroundImage as Os, CircularSteps as Ds } from "./features/circle-games/sign-up/comp/circular-steps/circular-steps.js";
|
203
203
|
import { SplashScreen as Gs } from "./features/circle-games/sign-up/comp/splash-screen/splash-screen.js";
|
204
204
|
import { SignUp as ys } from "./features/circle-games/sign-up/sign-up.js";
|
@@ -222,9 +222,9 @@ import { invalidateHomeworks as Il } from "./features/homework/hw-card-list/api/
|
|
222
222
|
import { useAutoPlayPermission as Sl } from "./features/hooks/use-auto-play-permission/use-auto-play-permission.js";
|
223
223
|
import { JOURNEY_ID_STUDENT as Cl } from "./features/journey/journey-id/journey-id-student.js";
|
224
224
|
import { JOURNEY_ID_TEACHER as Pl } from "./features/journey/journey-id/journey-id-teacher.js";
|
225
|
-
import { useJourney as
|
226
|
-
import { useGetEligibleJourneysViaRoute as
|
227
|
-
import { JourneyProvider as
|
225
|
+
import { useJourney as hl } from "./features/journey/use-journey/use-journey.js";
|
226
|
+
import { useGetEligibleJourneysViaRoute as Rl } from "./features/journey/hooks/use-get-eligible-journeys-via-route.js";
|
227
|
+
import { JourneyProvider as Ml } from "./features/journey/use-journey/journey-context-provider.js";
|
228
228
|
import { IndicatorType as Ol } from "./features/journey/use-journey/constants.js";
|
229
229
|
import { Coachmark as Hl } from "./features/journey/comps/coachmark/coachmark.js";
|
230
230
|
import { useHomePageJourney as gl } from "./features/journey/hooks/use-home-page-journey/use-home-page-journey.js";
|
@@ -248,8 +248,8 @@ import { default as cp } from "./features/milestone/milestone-tests/tests-creati
|
|
248
248
|
import { default as Ip } from "./features/milestone/milestone-resources/resources-assign/resources-assign.js";
|
249
249
|
import { ACHIEVEMENT_ACTIONS as Sp, STAGES as Ep } from "./features/milestone/outcome/milestone-outcome-constants.js";
|
250
250
|
import { invalidateMilestonesData as Ap, useGetAllMilestonesdata as Pp } from "./features/milestone/milestone-list-container/api/get-milestones.js";
|
251
|
-
import { invalidatePastMilestoneCount as
|
252
|
-
import { invalidateTestHelpData as
|
251
|
+
import { invalidatePastMilestoneCount as hp, useGetPastMilestoneCount as kp } from "./features/milestone/milestone-list-container/api/get-past-milestone-count.js";
|
252
|
+
import { invalidateTestHelpData as Lp, useGetTestHelpData as Mp } from "./features/milestone/milestone-list-container/api/get-tests-list.js";
|
253
253
|
import { invalidateMilestoneResources as Op, useGetMilestoneResources as Dp } from "./features/milestone/milestone-list-container/api/get-milestone-resources.js";
|
254
254
|
import { default as Gp } from "./features/pointer-sync/pointer.js";
|
255
255
|
import { default as yp } from "./features/pointer-sync/hooks/use-pointer-sync.js";
|
@@ -266,28 +266,28 @@ import { WORKSHEET_V3_NODE_TYPES as ru } from "./features/sheets/utils/is-v3-wor
|
|
266
266
|
import { COMPLETED_SHEET_STATE as au, NODE_LABELS as fu, NODE_SUB_GROUP as su, NODE_TYPE as lu, PYTHON_NODE_TYPES as pu, REWARDS_LIST as uu, SHEET_ACTIONS as mu, SHEET_ATTEMPT_LOCATION as du, SHEET_ATTEMPT_LOCATION_MAP as xu, SHEET_ATTEMPT_STATE as nu, SHEET_DATA_TYPE as cu, SHEET_STATE as iu } from "./features/sheets/constants/sheet.js";
|
267
267
|
import { default as Tu } from "./features/stickers/stickers-effects/stickers-effects.js";
|
268
268
|
import { default as Eu } from "./features/stickers/sticker-selector/sticker-selector.js";
|
269
|
-
import { stickerData as Au
|
270
|
-
import { default as
|
271
|
-
import { default as
|
272
|
-
import { ACTION_BAR_HEIGHT as Lu, QUESTIONS_GAP as
|
273
|
-
import { isOkayTypeQuestion as
|
274
|
-
import { default as
|
275
|
-
import { default as
|
276
|
-
import { default as
|
277
|
-
import { default as
|
278
|
-
import { default as
|
279
|
-
import { default as
|
280
|
-
import { default as
|
281
|
-
import { default as
|
282
|
-
import { default as
|
283
|
-
import { default as
|
284
|
-
import { default as
|
285
|
-
import { invalidatePuzzleToAssign as
|
286
|
-
import { COUNTRY_CODE_MAP as
|
269
|
+
import { stickerData as Au } from "./features/stickers/sticker-data.js";
|
270
|
+
import { default as _u } from "./features/student-details/student-details.js";
|
271
|
+
import { default as ku } from "./features/utils/load-script.js";
|
272
|
+
import { ACTION_BAR_HEIGHT as Lu, QUESTIONS_GAP as Mu, QUESTION_WIDTH as Nu, TOP_NAVIGATION_HEIGHT as Ou } from "./features/worksheet/worksheet/constants.js";
|
273
|
+
import { isOkayTypeQuestion as Hu } from "./features/worksheet/worksheet/worksheet-helpers.js";
|
274
|
+
import { default as gu } from "./features/worksheet/worksheet/worksheet-container.js";
|
275
|
+
import { default as Uu } from "./features/worksheet/worksheet-preview/worksheet-preview.js";
|
276
|
+
import { default as Bu } from "./features/worksheet/worksheet-preview/dynamic-worksheet-preview/dynamic-worksheet-preview.js";
|
277
|
+
import { default as wu } from "./features/worksheet/worksheet/worksheet-permissions/sheet-locked.js";
|
278
|
+
import { default as Vu } from "./features/worksheet/worksheet/worksheet-permissions/error.js";
|
279
|
+
import { default as Fu } from "./features/worksheet/learnosity-preloader/learnosity-preloader.js";
|
280
|
+
import { default as Ju } from "./features/worksheet/learnosity-preloader/use-is-learnosity-loaded.js";
|
281
|
+
import { default as Ku } from "./features/worksheet/worksheet-preview/hooks/use-worksheet-layout.js";
|
282
|
+
import { default as Zu } from "./features/hooks/use-viewport/use-viewport.js";
|
283
|
+
import { default as Xu } from "./features/puzzles/puzzle-container/puzzle-container.js";
|
284
|
+
import { default as em } from "./features/puzzles/puzzle-feedback-celebration/puzzle-feedback-celebration.js";
|
285
|
+
import { invalidatePuzzleToAssign as rm, useGetPuzzleToAssign as tm } from "./features/puzzles/api/puzzle-assign.js";
|
286
|
+
import { COUNTRY_CODE_MAP as fm } from "./constants/country.js";
|
287
287
|
export {
|
288
288
|
Sp as ACHIEVEMENT_ACTIONS,
|
289
289
|
Cf as AUTH_TABS,
|
290
|
-
|
290
|
+
hf as AVPreview,
|
291
291
|
wr as AccordionSection,
|
292
292
|
tf as AccountSelector,
|
293
293
|
Xl as AchievementNotShareReasonModal,
|
@@ -307,17 +307,17 @@ export {
|
|
307
307
|
Os as BackgroundImage,
|
308
308
|
S as Bin2Icon,
|
309
309
|
I as BinIcon,
|
310
|
-
|
310
|
+
h as Book2Icon,
|
311
311
|
C as BookClosedIcon,
|
312
312
|
P as BookIcon,
|
313
|
-
|
313
|
+
R as BookmarkIcon,
|
314
314
|
O as Bulb2Icon,
|
315
|
-
|
315
|
+
M as BulbIcon,
|
316
316
|
Zr as Button,
|
317
317
|
Ps as CIRCLE_ACTION_IDS,
|
318
318
|
Cs as CIRCLE_ONBOARDING_ANALYTICS_STEPS,
|
319
319
|
au as COMPLETED_SHEET_STATE,
|
320
|
-
|
320
|
+
fm as COUNTRY_CODE_MAP,
|
321
321
|
H as CalendarIcon,
|
322
322
|
Zt as Callout,
|
323
323
|
Pt as CascadingSelectInput,
|
@@ -325,7 +325,7 @@ export {
|
|
325
325
|
Fl as ChapterClearanceConfirmationModal,
|
326
326
|
Vf as ChapterDetails,
|
327
327
|
Hf as ChaptersList,
|
328
|
-
|
328
|
+
Mr as ChatIcon,
|
329
329
|
U as Check2Icon,
|
330
330
|
g as CheckIcon,
|
331
331
|
pt as CheckboxInput,
|
@@ -363,7 +363,7 @@ export {
|
|
363
363
|
ee as DownIcon,
|
364
364
|
re as DraftIcon,
|
365
365
|
ae as DragIcon,
|
366
|
-
|
366
|
+
Bu as DynamicPreviewWorksheet,
|
367
367
|
sl as EClassTimeAlertLevel,
|
368
368
|
rs as ELeaderboardType,
|
369
369
|
Ip as EPResourceAssign,
|
@@ -383,8 +383,8 @@ export {
|
|
383
383
|
Ot as FlexView,
|
384
384
|
Jf as GAME_LAUNCHER_ASSET_PADDING,
|
385
385
|
Kf as GAME_LAUNCHER_SIZE,
|
386
|
-
|
387
|
-
|
386
|
+
hr as GameIcon,
|
387
|
+
hs as GameLauncher,
|
388
388
|
Vl as GoalCreationConfirmationModal,
|
389
389
|
Kl as GoalDraftEdit,
|
390
390
|
ap as GoalEdit,
|
@@ -393,8 +393,8 @@ export {
|
|
393
393
|
r as GradeSelector,
|
394
394
|
Ce as HandIcon,
|
395
395
|
Pe as HelpIcon,
|
396
|
-
|
397
|
-
|
396
|
+
he as HighlighterIcon,
|
397
|
+
Re as HomeIcon,
|
398
398
|
cl as HomeworkCardList,
|
399
399
|
s as ILLUSTRATIONS,
|
400
400
|
p as IMAGES,
|
@@ -402,19 +402,19 @@ export {
|
|
402
402
|
et as IconButton,
|
403
403
|
df as IdentifierOtpForm,
|
404
404
|
Aa as Image,
|
405
|
-
|
405
|
+
Me as ImageIcon,
|
406
406
|
Ol as IndicatorType,
|
407
407
|
He as Info2Icon,
|
408
408
|
Oe as InfoIcon,
|
409
409
|
ba as InputStatusIcon,
|
410
410
|
Cl as JOURNEY_ID_STUDENT,
|
411
411
|
Pl as JOURNEY_ID_TEACHER,
|
412
|
-
|
412
|
+
Ml as JourneyProvider,
|
413
413
|
m as LOTTIE,
|
414
414
|
gf as LPARChapter,
|
415
415
|
Uf as LPARMilestoneChapter,
|
416
|
-
|
417
|
-
|
416
|
+
Ms as Leaderboard,
|
417
|
+
Fu as LearnosityPreloader,
|
418
418
|
ge as LeftIcon,
|
419
419
|
Be as Lock2Icon,
|
420
420
|
we as Lock3Icon,
|
@@ -432,21 +432,21 @@ export {
|
|
432
432
|
Ke as Mobile,
|
433
433
|
Ut as ModalProvider,
|
434
434
|
Ze as MoreVerticalIcon,
|
435
|
-
|
435
|
+
Mf as MultiTabBlocker,
|
436
436
|
fu as NODE_LABELS,
|
437
437
|
su as NODE_SUB_GROUP,
|
438
438
|
lu as NODE_TYPE,
|
439
439
|
Hr as Next2Icon,
|
440
440
|
Xe as NextIcon,
|
441
441
|
Kr as Nudge,
|
442
|
-
|
442
|
+
ht as NumRangeInput,
|
443
443
|
nf as OTPForm,
|
444
444
|
ya as OverlayLoader,
|
445
|
-
|
446
|
-
|
445
|
+
ka as PLATFORM_EVENTS_STUDENT,
|
446
|
+
La as PLATFORM_EVENTS_TEACHER,
|
447
447
|
pu as PYTHON_NODE_TYPES,
|
448
448
|
eo as PencilIcon,
|
449
|
-
|
449
|
+
Rt as PercentileInput,
|
450
450
|
Ea as PerfectHits,
|
451
451
|
so as Play2Icon,
|
452
452
|
ao as PlayIcon,
|
@@ -456,13 +456,13 @@ export {
|
|
456
456
|
ro as PointerIcon,
|
457
457
|
Wp as PostGameStats,
|
458
458
|
no as PracticeIcon,
|
459
|
-
|
459
|
+
Uu as PreviewWorksheet,
|
460
460
|
io as ProgressIcon,
|
461
461
|
ms as ProjectOutcome,
|
462
462
|
cs as ProjectType,
|
463
463
|
Eo as Puzzle2Icon,
|
464
|
-
|
465
|
-
|
464
|
+
Xu as PuzzleCard,
|
465
|
+
em as PuzzleFeedbackCelebration,
|
466
466
|
To as PuzzleIcon,
|
467
467
|
Ao as QuestionIcon,
|
468
468
|
_o as QuestionLetterIcon,
|
@@ -470,12 +470,12 @@ export {
|
|
470
470
|
Vt as RadioCard,
|
471
471
|
xt as RadioInput,
|
472
472
|
zp as RecentChapters,
|
473
|
-
|
473
|
+
ko as RedoIcon,
|
474
474
|
eu as ReferenceSheet,
|
475
475
|
Gp as RemotePeerPointer,
|
476
476
|
Wa as ResendOTP,
|
477
477
|
If as ResetPasswordForm,
|
478
|
-
|
478
|
+
Lo as RightIcon,
|
479
479
|
No as RulerIcon,
|
480
480
|
Bf as SATSheetSummary,
|
481
481
|
Yp as SENTRY_DENIED_URLS,
|
@@ -492,12 +492,12 @@ export {
|
|
492
492
|
It as SearchableSelectInput,
|
493
493
|
Ft as SectionList,
|
494
494
|
ct as SelectInput,
|
495
|
-
|
495
|
+
Mt as SelectionCards,
|
496
496
|
ia as Separator,
|
497
|
-
|
497
|
+
Vu as SheetError,
|
498
498
|
Go as SheetIcon,
|
499
499
|
Xp as SheetList,
|
500
|
-
|
500
|
+
wu as SheetLocked,
|
501
501
|
ys as SignUp,
|
502
502
|
of as SignupMethods,
|
503
503
|
cr as SketchIcon,
|
@@ -516,7 +516,7 @@ export {
|
|
516
516
|
na as StreakIcon,
|
517
517
|
as as StreakReductionLocalStorageUtil,
|
518
518
|
Qo as StrikedEyeIcon,
|
519
|
-
|
519
|
+
_u as StudentDetails,
|
520
520
|
wl as SubmitMilestoneModal,
|
521
521
|
jo as SwitchIcon,
|
522
522
|
da as TabComponent,
|
@@ -532,7 +532,7 @@ export {
|
|
532
532
|
al as TrialSession,
|
533
533
|
$o as TrophyIcon,
|
534
534
|
ss as Tutorial,
|
535
|
-
|
535
|
+
Rr as TutoringIcon,
|
536
536
|
Xt as UIContext,
|
537
537
|
or as UndoIcon,
|
538
538
|
fr as Unlock2Icon,
|
@@ -546,26 +546,25 @@ export {
|
|
546
546
|
Ta as Video,
|
547
547
|
Na as WHITELIST_EVENTS,
|
548
548
|
Lu as WORKSHEET_ACTION_BAR_HEIGHT,
|
549
|
-
|
550
|
-
|
551
|
-
|
549
|
+
Mu as WORKSHEET_QUESTIONS_GAP,
|
550
|
+
Nu as WORKSHEET_QUESTION_WIDTH,
|
551
|
+
Ou as WORKSHEET_TOP_NAVIGATION_HEIGHT,
|
552
552
|
ru as WORKSHEET_V3_NODE_TYPES,
|
553
553
|
ps as WebView,
|
554
554
|
xs as WebViewEvent,
|
555
|
-
|
555
|
+
gu as Worksheet,
|
556
556
|
wf as checkIfPPTNodeType,
|
557
557
|
fa as getTheme,
|
558
558
|
Ff as invalidateGetChapterDetails,
|
559
559
|
Il as invalidateHomeworks,
|
560
560
|
Op as invalidateMilestoneResources,
|
561
561
|
Ap as invalidateMilestonesData,
|
562
|
-
|
563
|
-
|
564
|
-
|
565
|
-
|
566
|
-
|
562
|
+
hp as invalidatePastMilestoneCount,
|
563
|
+
rm as invalidatePuzzleToAssign,
|
564
|
+
Lp as invalidateTestHelpData,
|
565
|
+
Hu as isOkayTypeQuestion,
|
566
|
+
ku as loadScript,
|
567
567
|
Au as stickerData,
|
568
|
-
Pu as stickerMap,
|
569
568
|
Sl as useAutoPlayPermission,
|
570
569
|
zs as useCanvasSyncBroker,
|
571
570
|
Ul as useChapterPageJourney,
|
@@ -574,28 +573,28 @@ export {
|
|
574
573
|
ta as useContextMenuClickHandler,
|
575
574
|
Br as useForceReload,
|
576
575
|
Pp as useGetAllMilestonesdata,
|
577
|
-
|
578
|
-
|
576
|
+
Rs as useGetCircleHomeDetailsDal,
|
577
|
+
Rl as useGetEligibleJourneysViaRoute,
|
579
578
|
es as useGetLeaderboardDal,
|
580
579
|
Dp as useGetMilestoneResources,
|
581
|
-
|
582
|
-
|
583
|
-
|
580
|
+
kp as useGetPastMilestoneCount,
|
581
|
+
tm as useGetPuzzleToAssign,
|
582
|
+
Mp as useGetTestHelpData,
|
584
583
|
gl as useHomePageJourney,
|
585
584
|
ol as useInClassActionDispatcher,
|
586
585
|
rl as useInClassActionListener,
|
587
586
|
js as useInClassMessageBroker,
|
588
|
-
|
589
|
-
|
590
|
-
|
587
|
+
Ju as useIsLearnosityLoaded,
|
588
|
+
Rf as useIsTabBlocked,
|
589
|
+
hl as useJourney,
|
591
590
|
Bt as useModalActions,
|
592
591
|
wt as useModalParams,
|
593
592
|
yp as usePointerSync,
|
594
593
|
oa as useTrackingContext,
|
595
594
|
qs as useTrialSessionMessageBroker,
|
596
595
|
$t as useUIContext,
|
597
|
-
|
598
|
-
|
596
|
+
Zu as useViewport,
|
597
|
+
Ku as useWorksheetLayout,
|
599
598
|
Ur as useZoomDisable
|
600
599
|
};
|
601
600
|
//# sourceMappingURL=index.js.map
|