@cuemath/leap 3.2.17-mb → 3.2.17-pzd-0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/assets/illustrations/illustrations.js +6 -5
- package/dist/assets/illustrations/illustrations.js.map +1 -1
- package/dist/assets/line-icons/icons/cue-board-filled.js +33 -0
- package/dist/assets/line-icons/icons/cue-board-filled.js.map +1 -0
- package/dist/assets/line-icons/icons/cue-board.js +23 -0
- package/dist/assets/line-icons/icons/cue-board.js.map +1 -0
- package/dist/assets/line-icons/icons/hint-fill.js +35 -0
- package/dist/assets/line-icons/icons/hint-fill.js.map +1 -0
- package/dist/assets/line-icons/icons/screen-grab-filled.js +35 -0
- package/dist/assets/line-icons/icons/screen-grab-filled.js.map +1 -0
- package/dist/assets/line-icons/icons/screen-grab.js +23 -0
- package/dist/assets/line-icons/icons/screen-grab.js.map +1 -0
- package/dist/assets/line-icons/icons/sticker-filled.js +64 -0
- package/dist/assets/line-icons/icons/sticker-filled.js.map +1 -0
- package/dist/assets/line-icons/icons/sticker.js +46 -0
- package/dist/assets/line-icons/icons/sticker.js.map +1 -0
- package/dist/assets/lottie/lottie.js +6 -1
- package/dist/assets/lottie/lottie.js.map +1 -1
- package/dist/features/analytics-events/platform-events-student.js +2 -1
- package/dist/features/analytics-events/platform-events-student.js.map +1 -1
- package/dist/features/analytics-events/platform-events-teacher.js +6 -4
- package/dist/features/analytics-events/platform-events-teacher.js.map +1 -1
- package/dist/features/analytics-events/whitelist-events.js +10 -8
- package/dist/features/analytics-events/whitelist-events.js.map +1 -1
- package/dist/features/auth/account-selector/account-selector.js +26 -25
- package/dist/features/auth/account-selector/account-selector.js.map +1 -1
- package/dist/features/auth/comps/auth-page-layout/auth-page-layout.js +15 -14
- package/dist/features/auth/comps/auth-page-layout/auth-page-layout.js.map +1 -1
- package/dist/features/auth/comps/user-list/user-item/user-item.js +30 -31
- package/dist/features/auth/comps/user-list/user-item/user-item.js.map +1 -1
- package/dist/features/auth/comps/user-list/user-list.js +35 -34
- package/dist/features/auth/comps/user-list/user-list.js.map +1 -1
- package/dist/features/auth/forgot-password/forgot-password-styled.js +14 -15
- package/dist/features/auth/forgot-password/forgot-password-styled.js.map +1 -1
- package/dist/features/auth/login/identifier-otp-form/identifier-otp-form-styled.js +6 -7
- package/dist/features/auth/login/identifier-otp-form/identifier-otp-form-styled.js.map +1 -1
- package/dist/features/auth/login/login-styled.js +8 -9
- package/dist/features/auth/login/login-styled.js.map +1 -1
- package/dist/features/chapters-v2/utils/node-card-utils.js +9 -9
- package/dist/features/chapters-v2/utils/node-card-utils.js.map +1 -1
- package/dist/features/circle-games/game-launcher/comps/tables-card/tables-card-styled.js +4 -4
- package/dist/features/circle-games/game-launcher/comps/tables-card/tables-card-styled.js.map +1 -1
- package/dist/features/circle-games/game-launcher/comps/tables-card/tables-card.js +85 -85
- package/dist/features/circle-games/game-launcher/comps/tables-card/tables-card.js.map +1 -1
- package/dist/features/circle-games/game-launcher/hooks/use-game-launcher-journey/use-game-launcher-journey.js +121 -98
- package/dist/features/circle-games/game-launcher/hooks/use-game-launcher-journey/use-game-launcher-journey.js.map +1 -1
- package/dist/features/circle-games/game-launcher/hooks/use-table-infinite-launcher-journey/use-table-infinite-launcher-journey.js +29 -28
- package/dist/features/circle-games/game-launcher/hooks/use-table-infinite-launcher-journey/use-table-infinite-launcher-journey.js.map +1 -1
- package/dist/features/circle-games/game-launcher/hooks/use-table-launcher-journey/use-table-launcher-journey.js +43 -42
- package/dist/features/circle-games/game-launcher/hooks/use-table-launcher-journey/use-table-launcher-journey.js.map +1 -1
- package/dist/features/circle-games/games/tutorial/tutorial.js +43 -35
- package/dist/features/circle-games/games/tutorial/tutorial.js.map +1 -1
- package/dist/features/circle-games/sign-up/comp/grade-input/grade-input-styled.js +2 -2
- package/dist/features/circle-games/sign-up/comp/grade-input/grade-input-styled.js.map +1 -1
- package/dist/features/circle-games/sign-up/comp/grade-input/grade-input.js +1 -1
- package/dist/features/circle-games/sign-up/comp/grade-input/grade-input.js.map +1 -1
- package/dist/features/circle-games/sign-up/comp/username-input/username-input.js +26 -24
- package/dist/features/circle-games/sign-up/comp/username-input/username-input.js.map +1 -1
- package/dist/features/circle-games/sign-up/constants.js +3 -1
- package/dist/features/circle-games/sign-up/constants.js.map +1 -1
- package/dist/features/communication/pub-sub/constants.js +7 -4
- package/dist/features/communication/pub-sub/constants.js.map +1 -1
- package/dist/features/cue-canvas/hooks/use-canvas-sync-broker.js +42 -42
- package/dist/features/cue-canvas/hooks/use-canvas-sync-broker.js.map +1 -1
- package/dist/features/homework/homework-card-view.js +85 -97
- package/dist/features/homework/homework-card-view.js.map +1 -1
- package/dist/features/homework/homework-card.js +44 -42
- package/dist/features/homework/homework-card.js.map +1 -1
- package/dist/features/homework/hw-card-list/hw-card-list-view.js +31 -29
- package/dist/features/homework/hw-card-list/hw-card-list-view.js.map +1 -1
- package/dist/features/homework/hw-card-list/hw-card-list.js +54 -48
- package/dist/features/homework/hw-card-list/hw-card-list.js.map +1 -1
- package/dist/features/homework/utils.js +33 -27
- package/dist/features/homework/utils.js.map +1 -1
- package/dist/features/journey/comps/coachmark/coachmark.js +29 -27
- package/dist/features/journey/comps/coachmark/coachmark.js.map +1 -1
- package/dist/features/journey/hooks/use-home-page-journey/tooltip-item.js +17 -11
- package/dist/features/journey/hooks/use-home-page-journey/tooltip-item.js.map +1 -1
- package/dist/features/journey/hooks/use-puzzles-journey/use-puzzle-assigned.js +72 -0
- package/dist/features/journey/hooks/use-puzzles-journey/use-puzzle-assigned.js.map +1 -0
- package/dist/features/journey/hooks/use-puzzles-journey/use-puzzle-attempt-journey.js +59 -0
- package/dist/features/journey/hooks/use-puzzles-journey/use-puzzle-attempt-journey.js.map +1 -0
- package/dist/features/journey/hooks/use-puzzles-journey/use-puzzle-dashboard-journey.js +63 -0
- package/dist/features/journey/hooks/use-puzzles-journey/use-puzzle-dashboard-journey.js.map +1 -0
- package/dist/features/journey/hooks/use-puzzles-journey/use-puzzle-intro-journey.js +67 -0
- package/dist/features/journey/hooks/use-puzzles-journey/use-puzzle-intro-journey.js.map +1 -0
- package/dist/features/journey/hooks/use-puzzles-journey/use-puzzle-progress-journey.js +70 -0
- package/dist/features/journey/hooks/use-puzzles-journey/use-puzzle-progress-journey.js.map +1 -0
- package/dist/features/journey/hooks/use-puzzles-journey/use-puzzle-review-journey.js +59 -0
- package/dist/features/journey/hooks/use-puzzles-journey/use-puzzle-review-journey.js.map +1 -0
- package/dist/features/journey/hooks/use-puzzles-journey/use-puzzle-unassign-journey.js +59 -0
- package/dist/features/journey/hooks/use-puzzles-journey/use-puzzle-unassign-journey.js.map +1 -0
- package/dist/features/journey/hooks/use-puzzles-journey/use-teacher-puzzle-assigned-journey.js +70 -0
- package/dist/features/journey/hooks/use-puzzles-journey/use-teacher-puzzle-assigned-journey.js.map +1 -0
- package/dist/features/journey/journey-id/journey-id-student.js +2 -2
- package/dist/features/journey/journey-id/journey-id-student.js.map +1 -1
- package/dist/features/journey/journey-id/journey-id-teacher.js +2 -2
- package/dist/features/journey/journey-id/journey-id-teacher.js.map +1 -1
- package/dist/features/journey/use-journey/journey-context-provider.js +73 -72
- package/dist/features/journey/use-journey/journey-context-provider.js.map +1 -1
- package/dist/features/journey/use-journey/journey-styled.js +6 -4
- package/dist/features/journey/use-journey/journey-styled.js.map +1 -1
- package/dist/features/puzzles/api/puzzle-dashboard.js +10 -0
- package/dist/features/puzzles/api/puzzle-dashboard.js.map +1 -0
- package/dist/features/puzzles/app/puzzle-app-styled.js +85 -0
- package/dist/features/puzzles/app/puzzle-app-styled.js.map +1 -0
- package/dist/features/puzzles/app/puzzle-app-view.js +120 -0
- package/dist/features/puzzles/app/puzzle-app-view.js.map +1 -0
- package/dist/features/puzzles/app/puzzle-app.js +62 -0
- package/dist/features/puzzles/app/puzzle-app.js.map +1 -0
- package/dist/features/puzzles/comps/puzzle-card-styled.js +24 -69
- package/dist/features/puzzles/comps/puzzle-card-styled.js.map +1 -1
- package/dist/features/puzzles/comps/puzzle-card.js +79 -30
- package/dist/features/puzzles/comps/puzzle-card.js.map +1 -1
- package/dist/features/puzzles/constants/puzzle-container.js +8 -0
- package/dist/features/puzzles/constants/puzzle-container.js.map +1 -0
- package/dist/features/puzzles/puzzle-analytics-events.js +11 -0
- package/dist/features/puzzles/puzzle-analytics-events.js.map +1 -0
- package/dist/features/puzzles/puzzle-container/puzzle-container-styled.js +55 -25
- package/dist/features/puzzles/puzzle-container/puzzle-container-styled.js.map +1 -1
- package/dist/features/puzzles/puzzle-container/puzzle-container-view.js +55 -0
- package/dist/features/puzzles/puzzle-container/puzzle-container-view.js.map +1 -0
- package/dist/features/puzzles/puzzle-container/puzzle-container.js +100 -107
- package/dist/features/puzzles/puzzle-container/puzzle-container.js.map +1 -1
- package/dist/features/puzzles/puzzle-dashboard/puzzle-dashboard-styled.js +37 -0
- package/dist/features/puzzles/puzzle-dashboard/puzzle-dashboard-styled.js.map +1 -0
- package/dist/features/puzzles/puzzle-dashboard/puzzle-dashboard.js +110 -0
- package/dist/features/puzzles/puzzle-dashboard/puzzle-dashboard.js.map +1 -0
- package/dist/features/puzzles/puzzle-feedback-celebration/puzzle-feedback-celebration.js +1 -1
- package/dist/features/puzzles/puzzle-feedback-celebration/puzzle-feedback-celebration.js.map +1 -1
- package/dist/features/puzzles/utils/puzzle-pattern.js +28 -13
- package/dist/features/puzzles/utils/puzzle-pattern.js.map +1 -1
- package/dist/features/ui/arrow-tooltip/arrow-tooltip-constants.js +6 -0
- package/dist/features/ui/arrow-tooltip/arrow-tooltip-constants.js.map +1 -0
- package/dist/features/ui/arrow-tooltip/arrow-tooltip-styled.js +12 -60
- package/dist/features/ui/arrow-tooltip/arrow-tooltip-styled.js.map +1 -1
- package/dist/features/ui/arrow-tooltip/arrow-tooltip.js +72 -77
- package/dist/features/ui/arrow-tooltip/arrow-tooltip.js.map +1 -1
- package/dist/features/ui/arrow-tooltip/comps/tooltip-body-styled.js +63 -0
- package/dist/features/ui/arrow-tooltip/comps/tooltip-body-styled.js.map +1 -0
- package/dist/features/ui/arrow-tooltip/comps/tooltip-body.js +21 -0
- package/dist/features/ui/arrow-tooltip/comps/tooltip-body.js.map +1 -0
- package/dist/features/ui/error/error.js +65 -27
- package/dist/features/ui/error/error.js.map +1 -1
- package/dist/features/ui/lottie-animation/lottie-animation.js +25 -29
- package/dist/features/ui/lottie-animation/lottie-animation.js.map +1 -1
- package/dist/features/ui/modals/modal-styled.js +34 -58
- package/dist/features/ui/modals/modal-styled.js.map +1 -1
- package/dist/features/ui/modals/modal.js +40 -14
- package/dist/features/ui/modals/modal.js.map +1 -1
- package/dist/features/ui/nudge/nudge-styled.js +14 -7
- package/dist/features/ui/nudge/nudge-styled.js.map +1 -1
- package/dist/features/ui/nudge/nudge.js +13 -12
- package/dist/features/ui/nudge/nudge.js.map +1 -1
- package/dist/features/{stickers/sticker-selector/sticker-selector-styles.js → ui/sticker-grid/sticker-grid-styles.js} +3 -4
- package/dist/features/ui/sticker-grid/sticker-grid-styles.js.map +1 -0
- package/dist/features/ui/sticker-grid/sticker-grid.js +24 -0
- package/dist/features/ui/sticker-grid/sticker-grid.js.map +1 -0
- package/dist/features/ui/sticker-grid/sticker.js +57 -0
- package/dist/features/ui/sticker-grid/sticker.js.map +1 -0
- package/dist/features/ui/stickers/constants.js +6 -0
- package/dist/features/ui/stickers/constants.js.map +1 -0
- package/dist/features/{stickers/stickers-effects/effects.js → ui/stickers/stickers-effects.js} +6 -6
- package/dist/features/ui/stickers/stickers-effects.js.map +1 -0
- package/dist/features/{stickers/stickers-effects/stickers-effects-styled.js → ui/stickers/stickers-styled.js} +2 -2
- package/dist/features/ui/stickers/stickers-styled.js.map +1 -0
- package/dist/features/{stickers/stickers-effects/stickers-effects-utils.js → ui/stickers/stickers-utils.js} +6 -6
- package/dist/features/ui/stickers/stickers-utils.js.map +1 -0
- package/dist/features/ui/stickers/stickers.js +40 -0
- package/dist/features/ui/stickers/stickers.js.map +1 -0
- package/dist/features/ui/streak-icon/streak-icon-styled.js +13 -13
- package/dist/features/ui/streak-icon/streak-icon-styled.js.map +1 -1
- package/dist/features/ui/streak-icon/streak-icon.js +17 -15
- package/dist/features/ui/streak-icon/streak-icon.js.map +1 -1
- package/dist/features/ui/text/text.js +40 -36
- package/dist/features/ui/text/text.js.map +1 -1
- package/dist/features/ui/theme/constants.js +4 -2
- package/dist/features/ui/theme/constants.js.map +1 -1
- package/dist/features/ui/theme/get-device.js +3 -3
- package/dist/features/ui/theme/get-device.js.map +1 -1
- package/dist/features/worksheet/worksheet/constants.js +12 -13
- package/dist/features/worksheet/worksheet/constants.js.map +1 -1
- package/dist/features/worksheet/worksheet/hooks/use-worksheet-journey.js +28 -0
- package/dist/features/worksheet/worksheet/hooks/use-worksheet-journey.js.map +1 -0
- package/dist/features/worksheet/worksheet/worksheet-helpers.js +20 -19
- package/dist/features/worksheet/worksheet/worksheet-helpers.js.map +1 -1
- package/dist/features/worksheet/worksheet/worksheet-question/learnosity-question.js +29 -25
- package/dist/features/worksheet/worksheet/worksheet-question/learnosity-question.js.map +1 -1
- package/dist/features/worksheet/worksheet/worksheet-question/worksheet-question-styled.js +101 -47
- package/dist/features/worksheet/worksheet/worksheet-question/worksheet-question-styled.js.map +1 -1
- package/dist/features/worksheet/worksheet/worksheet-question/worksheet-question.js +244 -255
- package/dist/features/worksheet/worksheet/worksheet-question/worksheet-question.js.map +1 -1
- package/dist/features/worksheet/worksheet/worksheet-questions-controller/worksheet-questions-controller.js +242 -207
- package/dist/features/worksheet/worksheet/worksheet-questions-controller/worksheet-questions-controller.js.map +1 -1
- package/dist/features/worksheet/worksheet/worksheet-styled.js +45 -36
- package/dist/features/worksheet/worksheet/worksheet-styled.js.map +1 -1
- package/dist/features/worksheet/worksheet/worksheet-types.js.map +1 -1
- package/dist/features/worksheet/worksheet/worksheet.js +321 -325
- package/dist/features/worksheet/worksheet/worksheet.js.map +1 -1
- package/dist/features/worksheet/worksheet-preview/hooks/use-worksheet-layout.js +1 -1
- package/dist/features/worksheet/worksheet-preview/hooks/use-worksheet-layout.js.map +1 -1
- package/dist/features/worksheet/worksheet-preview/worksheet-preview.js +44 -35
- package/dist/features/worksheet/worksheet-preview/worksheet-preview.js.map +1 -1
- package/dist/index.d.ts +152 -56
- package/dist/index.js +563 -539
- package/dist/index.js.map +1 -1
- package/dist/static/nudge-tap.0591aef4.json +1 -0
- package/dist/static/puzzle-blue-lottie.7017e2e8.json +1 -0
- package/dist/static/puzzle-blue-lottie.bf64ebc5.json +12760 -0
- package/dist/static/puzzle-dashboard-banner.b7956519.svg +1 -0
- package/dist/static/puzzle-green-lottie.1da90698.json +1 -0
- package/dist/static/puzzle-orange-lottie.cfcf3724.json +1 -0
- package/dist/static/puzzle-pattern-blue.abff0164.svg +1 -0
- package/dist/static/puzzle-pattern-green.b8ba1840.svg +1 -0
- package/dist/static/puzzle-pattern-orange.3f5a17ff.svg +1 -0
- package/dist/static/puzzle-pattern-purple.14b09759.svg +1 -0
- package/dist/static/puzzle-pattern-yellow.50917fab.svg +1 -0
- package/dist/static/puzzle-purple-lottie.e70de110.json +9860 -0
- package/dist/static/puzzle-yellow-lottie.275b5cf4.json +1 -0
- package/package.json +1 -1
- package/dist/features/hooks/use-viewport/use-viewport.js +0 -22
- package/dist/features/hooks/use-viewport/use-viewport.js.map +0 -1
- package/dist/features/stickers/sticker-data.js +0 -234
- package/dist/features/stickers/sticker-data.js.map +0 -1
- package/dist/features/stickers/sticker-selector/sticker-selector-styles.js.map +0 -1
- package/dist/features/stickers/sticker-selector/sticker-selector.js +0 -25
- package/dist/features/stickers/sticker-selector/sticker-selector.js.map +0 -1
- package/dist/features/stickers/sticker-selector/sticker.js +0 -57
- package/dist/features/stickers/sticker-selector/sticker.js.map +0 -1
- package/dist/features/stickers/stickers-effects/effects.js.map +0 -1
- package/dist/features/stickers/stickers-effects/stickers-effects-styled.js.map +0 -1
- package/dist/features/stickers/stickers-effects/stickers-effects-utils.js.map +0 -1
- package/dist/features/stickers/stickers-effects/stickers-effects.js +0 -39
- package/dist/features/stickers/stickers-effects/stickers-effects.js.map +0 -1
- package/dist/static/nudge-tap.5cb30093.json +0 -1057
- package/dist/static/puzzle-pattern-blue.f4bea1ee.svg +0 -1
- package/dist/static/puzzle-pattern-green.c9f84bbc.svg +0 -1
- package/dist/static/puzzle-pattern-orange.3da09665.svg +0 -1
- package/dist/static/puzzle-pattern-purple.5fb5a319.svg +0 -1
- package/dist/static/puzzle-pattern-yellow.aadbf457.svg +0 -1
package/dist/index.d.ts
CHANGED
@@ -62,7 +62,7 @@ export declare const ArcButton: NamedExoticComponent<IArcButtonProps & {
|
|
62
62
|
children?: ReactNode | undefined;
|
63
63
|
} & RefAttributes<HTMLDivElement>>;
|
64
64
|
|
65
|
-
export declare const ArrowTooltip:
|
65
|
+
export declare const ArrowTooltip: NamedExoticComponent<IArrowTooltipProps>;
|
66
66
|
|
67
67
|
export declare const AUTH_TABS: IAuthTab[];
|
68
68
|
|
@@ -311,6 +311,10 @@ declare const COURSE_STREAMS: {
|
|
311
311
|
|
312
312
|
export declare const CrossIcon: React.FC<React.SVGProps<SVGSVGElement>>;
|
313
313
|
|
314
|
+
export declare const CueBoardFilledIcon: React.FC<React.SVGProps<SVGSVGElement>>;
|
315
|
+
|
316
|
+
export declare const CueBoardIcon: React.FC<React.SVGProps<SVGSVGElement>>;
|
317
|
+
|
314
318
|
export declare const CueCanvas: React_2.FC<ICueCanvas>;
|
315
319
|
|
316
320
|
export declare const CueCanvasController: React_2.FC<IToolbarProps>;
|
@@ -351,6 +355,15 @@ export declare enum EClassTimeAlertLevel {
|
|
351
355
|
FIFTEEN_MIN = "15min"
|
352
356
|
}
|
353
357
|
|
358
|
+
export declare enum EDeviceType {
|
359
|
+
MOBILE = 0,
|
360
|
+
TABLET = 1,
|
361
|
+
SMALL_DESKTOP = 2,
|
362
|
+
DESKTOP = 3,
|
363
|
+
LARGE_DEVICE = 4,
|
364
|
+
XLARGE_DEVICE = 5
|
365
|
+
}
|
366
|
+
|
354
367
|
export declare const Edit2Icon: React.FC<React.SVGProps<SVGSVGElement>>;
|
355
368
|
|
356
369
|
export declare const EditIcon: React.FC<React.SVGProps<SVGSVGElement>>;
|
@@ -408,6 +421,9 @@ declare interface ErrorProps {
|
|
408
421
|
}
|
409
422
|
|
410
423
|
export declare const EVENTS: {
|
424
|
+
PUZZLE_ASSIGNED: "PUZZLE_ASSIGNED";
|
425
|
+
PUZZLE_UNASSIGNED: "PUZZLE_UNASSIGNED";
|
426
|
+
PUZZLE_REVIEWED: "PUZZLE_REVIEWED";
|
411
427
|
PUZZLE_FEEDBACK_CELEBRATION: "PUZZLE_FEEDBACK_CELEBRATION";
|
412
428
|
HOMEWORK_UNASSIGN: "HOMEWORK_UNASSIGN";
|
413
429
|
INVALIDATE_HOMEWORK: "INVALIDATE_HOMEWORK";
|
@@ -517,7 +533,7 @@ declare const getCheckboxConfig: IGetCheckboxConfig;
|
|
517
533
|
|
518
534
|
declare function getColors(): TColorsMap;
|
519
535
|
|
520
|
-
declare const getDevice: (width: number) =>
|
536
|
+
declare const getDevice: (width: number) => EDeviceType;
|
521
537
|
|
522
538
|
declare const getInputConfig: IGetInputConfig;
|
523
539
|
|
@@ -564,6 +580,8 @@ export declare const HelpIcon: React_2.FC<React_2.SVGProps<SVGSVGElement>>;
|
|
564
580
|
|
565
581
|
export declare const HighlighterIcon: React.FC<React.SVGProps<SVGSVGElement>>;
|
566
582
|
|
583
|
+
export declare const HintFillIcon: React.FC<React.SVGProps<SVGSVGElement>>;
|
584
|
+
|
567
585
|
export declare const HomeIcon: React_2.FC<React_2.SVGProps<SVGSVGElement>>;
|
568
586
|
|
569
587
|
export declare const HomeworkCardList: React_2.NamedExoticComponent<HWCardListProps>;
|
@@ -580,6 +598,7 @@ declare interface HWCardListProps extends INodeCardCallbacks {
|
|
580
598
|
homeworkRef?: React_2.RefObject<HTMLDivElement>;
|
581
599
|
startHomePageJourney?: ({ studentId, stream, userType }: IHomepageStartJourneyProps) => void;
|
582
600
|
canStartJourney?: boolean;
|
601
|
+
canStartPuzzleAssignedJourney?: boolean;
|
583
602
|
}
|
584
603
|
|
585
604
|
declare interface IAccordionSectionProps {
|
@@ -662,6 +681,7 @@ export declare interface IArrowTooltipProps {
|
|
662
681
|
widthX?: number;
|
663
682
|
zIndex?: number;
|
664
683
|
parentWidth?: number | string;
|
684
|
+
isBlocking?: boolean;
|
665
685
|
}
|
666
686
|
|
667
687
|
declare interface IAttempt {
|
@@ -1367,6 +1387,7 @@ declare interface IErrorProps {
|
|
1367
1387
|
theme?: 'light' | 'dark';
|
1368
1388
|
title?: string;
|
1369
1389
|
description?: string;
|
1390
|
+
size?: 'compact' | 'full';
|
1370
1391
|
}
|
1371
1392
|
|
1372
1393
|
declare interface IExpandableHeaderProps {
|
@@ -1669,8 +1690,9 @@ export declare interface IJourneyContext {
|
|
1669
1690
|
* @param scrollableContainerRef - Optional ref to a journey which has a scrollable container, it will make the entire page
|
1670
1691
|
* uninteractable by adding an overlay - Required since we cannot determine the height of the scrollable container because
|
1671
1692
|
* provider is at root level and from there we cannot access the scrollable container's height.
|
1693
|
+
* @param isBlocking - If `true`, the journey will block user interaction with the page until completed. True by default.
|
1672
1694
|
*/
|
1673
|
-
setJourney: (id: TJourneyId, coachmark: TCoachmarkJourneyProps[], scrollableContainerRef?: RefObject<HTMLDivElement | null
|
1695
|
+
setJourney: (id: TJourneyId, coachmark: TCoachmarkJourneyProps[], scrollableContainerRef?: RefObject<HTMLDivElement | null>, isBlocking?: boolean) => void;
|
1674
1696
|
/**
|
1675
1697
|
* Clears the current journey, removing all coachmarks.
|
1676
1698
|
* Should be called inside useEffect to ensure cleanup.
|
@@ -2059,6 +2081,7 @@ export declare const ILLUSTRATIONS: {
|
|
2059
2081
|
PROFICIENT_BADGE: string;
|
2060
2082
|
PROFILE_BOARD: string;
|
2061
2083
|
PUZZLE: string;
|
2084
|
+
PUZZLE_DASHBOARD_BANNER: string;
|
2062
2085
|
PUZZLE_PATTERN_BLUE: string;
|
2063
2086
|
PUZZLE_PATTERN_GREEN: string;
|
2064
2087
|
PUZZLE_PATTERN_ORANGE: string;
|
@@ -2441,7 +2464,7 @@ export declare interface IModal {
|
|
2441
2464
|
/** Content to display inside the modal */
|
2442
2465
|
element: ReactElement;
|
2443
2466
|
/** Rendering style of the modal */
|
2444
|
-
renderAs?: 'modal' | 'fullscreen' | 'spotlight'
|
2467
|
+
renderAs?: 'modal' | 'fullscreen' | 'spotlight';
|
2445
2468
|
/** Whether the modal can be dismissed by clicking outside or ESC key (default: true) */
|
2446
2469
|
isDismissable?: boolean;
|
2447
2470
|
/** Whether the modal requires authentication to view (default: true) */
|
@@ -2776,6 +2799,7 @@ declare interface IPreviewWorksheetProps {
|
|
2776
2799
|
items?: string[];
|
2777
2800
|
onWorksheetLoaded?: (loaded: boolean) => void;
|
2778
2801
|
onUnassign?: () => void;
|
2802
|
+
canStartUnassignJourney?: boolean;
|
2779
2803
|
}
|
2780
2804
|
|
2781
2805
|
export declare interface IProject<T> {
|
@@ -2826,6 +2850,14 @@ declare interface IPuzzle extends IBaseProject {
|
|
2826
2850
|
solved: boolean;
|
2827
2851
|
}
|
2828
2852
|
|
2853
|
+
declare interface IPuzzleAppProps {
|
2854
|
+
itemRef: string;
|
2855
|
+
title: string;
|
2856
|
+
imageHue: THueNames;
|
2857
|
+
feedbackComments?: string;
|
2858
|
+
tip?: string;
|
2859
|
+
}
|
2860
|
+
|
2829
2861
|
export declare interface IPuzzleCard {
|
2830
2862
|
sheetData: TLPARSheetData;
|
2831
2863
|
blockStatus?: TPuzzleCardBlockStatus | null;
|
@@ -2867,6 +2899,9 @@ export declare interface IPuzzleCardAssignData {
|
|
2867
2899
|
node_type: TNodeTypes;
|
2868
2900
|
node_id: string;
|
2869
2901
|
user_node_id: string | null;
|
2902
|
+
rewards?: TPuzzleRewards[];
|
2903
|
+
student_elo_rating: number | null;
|
2904
|
+
current_elo_rating: number | null;
|
2870
2905
|
}
|
2871
2906
|
|
2872
2907
|
declare interface IPuzzleCardContainerProps {
|
@@ -2877,7 +2912,12 @@ declare interface IPuzzleCardContainerProps {
|
|
2877
2912
|
studentId: string;
|
2878
2913
|
onFullyHidden?: () => void;
|
2879
2914
|
onPuzzleClick: () => void;
|
2880
|
-
|
2915
|
+
}
|
2916
|
+
|
2917
|
+
declare interface IPuzzleDashboardProps {
|
2918
|
+
studentId: string;
|
2919
|
+
onBackCLick?: () => void;
|
2920
|
+
onCardClick: (userNodeId: string) => void;
|
2881
2921
|
}
|
2882
2922
|
|
2883
2923
|
export declare interface IPuzzleWebGameProps extends IBaseWebGameProps, ISyncableWebGameProps {
|
@@ -2995,6 +3035,7 @@ export declare interface IReviewWorksheetModel {
|
|
2995
3035
|
title?: string;
|
2996
3036
|
worksheet_id?: string;
|
2997
3037
|
node_type: TNodeTypes;
|
3038
|
+
items?: TWorksheetItems[];
|
2998
3039
|
}
|
2999
3040
|
|
3000
3041
|
declare interface ISATSheetItemCallbacks {
|
@@ -3234,22 +3275,14 @@ declare interface IStepperProps {
|
|
3234
3275
|
currentStep: number;
|
3235
3276
|
}
|
3236
3277
|
|
3237
|
-
|
3278
|
+
declare interface IStickerData {
|
3238
3279
|
id: string;
|
3239
3280
|
emoji: string;
|
3240
3281
|
lottieUrl?: string;
|
3241
|
-
name
|
3242
|
-
}
|
3243
|
-
|
3244
|
-
export declare interface IStickerProps {
|
3245
|
-
emoji: string;
|
3246
|
-
lottieUrl?: string;
|
3247
|
-
size?: number | string;
|
3248
|
-
onClick?: () => void;
|
3249
|
-
disabled?: boolean;
|
3282
|
+
name?: string;
|
3250
3283
|
}
|
3251
3284
|
|
3252
|
-
|
3285
|
+
declare interface IStickerGridProps {
|
3253
3286
|
stickers: IStickerData[];
|
3254
3287
|
columns?: number;
|
3255
3288
|
gap?: number;
|
@@ -3257,16 +3290,10 @@ export declare interface IStickerSelectorProps {
|
|
3257
3290
|
onStickerClick?: (sticker: IStickerData) => void;
|
3258
3291
|
}
|
3259
3292
|
|
3260
|
-
export declare interface IStickersProps {
|
3261
|
-
stickers: string[];
|
3262
|
-
effect: TStickerEffects;
|
3263
|
-
count: number;
|
3264
|
-
duration: number;
|
3265
|
-
}
|
3266
|
-
|
3267
3293
|
declare interface IStreakIconProps extends React.HTMLProps<HTMLDivElement> {
|
3268
3294
|
value: number;
|
3269
3295
|
blink?: boolean;
|
3296
|
+
isInteractive?: boolean;
|
3270
3297
|
}
|
3271
3298
|
|
3272
3299
|
export declare interface IStreakLeaderboardDetails extends IBaseLeaderboardDetails {
|
@@ -3765,6 +3792,10 @@ declare interface IusePointerSyncProps {
|
|
3765
3792
|
targetUserId?: string;
|
3766
3793
|
}
|
3767
3794
|
|
3795
|
+
declare interface IUsePuzzleIntroJourney {
|
3796
|
+
onJourneyComplete: () => void;
|
3797
|
+
}
|
3798
|
+
|
3768
3799
|
export declare interface IUserChapterData {
|
3769
3800
|
chapter_code: string;
|
3770
3801
|
chapter_id: string;
|
@@ -3819,12 +3850,6 @@ declare interface IUseTrialSessionMessageBroker {
|
|
3819
3850
|
};
|
3820
3851
|
}
|
3821
3852
|
|
3822
|
-
declare interface IUseViewportReturn {
|
3823
|
-
isCompact: boolean;
|
3824
|
-
isMobile: boolean;
|
3825
|
-
isDesktop: boolean;
|
3826
|
-
}
|
3827
|
-
|
3828
3853
|
declare interface IUseWorksheetLayout {
|
3829
3854
|
(options: {
|
3830
3855
|
userType: TUserTypes;
|
@@ -3971,6 +3996,14 @@ export declare interface IWorksheetBehavior {
|
|
3971
3996
|
* For teacher we don't show review cta.
|
3972
3997
|
*/
|
3973
3998
|
canTeacherValidate: boolean;
|
3999
|
+
/**
|
4000
|
+
* * In case of puzzle worksheet for teacher
|
4001
|
+
* * If true,
|
4002
|
+
* Teacher validation button will be disabled.
|
4003
|
+
* * If false,
|
4004
|
+
* Teacher validation button will be active.
|
4005
|
+
*/
|
4006
|
+
canTeacherValidateDisabled?: boolean;
|
3974
4007
|
/**
|
3975
4008
|
* If true, questions will be validated and feedback will be shown.
|
3976
4009
|
*/
|
@@ -4022,6 +4055,10 @@ export declare interface IWorksheetBehavior {
|
|
4022
4055
|
* If true, the user can unassign the sheet.
|
4023
4056
|
*/
|
4024
4057
|
canUnAssign?: boolean;
|
4058
|
+
/**
|
4059
|
+
* If true, journey will be started.
|
4060
|
+
*/
|
4061
|
+
canStartJourney?: boolean;
|
4025
4062
|
}
|
4026
4063
|
|
4027
4064
|
declare interface IWorksheetCallbackProps {
|
@@ -4182,16 +4219,23 @@ export declare enum JOURNEY_ID_STUDENT {
|
|
4182
4219
|
CIRCLE_TABLES_INTRO_JOURNEY = "CIRCLE_TABLES_INTRO_JOURNEY",
|
4183
4220
|
CIRCLE_TABLES_INFINTE_JOURNEY = "CIRCLE_TABLES_INFINITE_JOURNEY",
|
4184
4221
|
CIRCLE_LESSONS_K_1_INTRO_JOURNEY = "CIRCLE_LESSONS_K_1_INTRO_JOURNEY",
|
4185
|
-
CIRCLE_STREAK_REDUCTION_JOURNEY = "CIRCLE_STREAK_REDUCTION_JOURNEY",
|
4186
4222
|
HOMEPAGE_JOURNEY = "HOMEPAGE_JOURNEY",
|
4187
4223
|
CHAPTER_PAGE_JOURNEY = "CHAPTER_PAGE_JOURNEY",
|
4188
|
-
|
4224
|
+
PUZZLE_ATTEMPT_JOURNEY = "PUZZLE_ATTEMPT_JOURNEY",
|
4225
|
+
CHALLENGE_ARENA_JOURNEY = "CHALLENGE_ARENA_JOURNEY",
|
4226
|
+
PUZZLE_ASSIGNED_JOURNEY = "PUZZLE_ASSIGNED_JOURNEY",
|
4227
|
+
PUZZLE_DASHBOARD_JOURNEY = "PUZZLE_DASHBOARD_JOURNEY"
|
4189
4228
|
}
|
4190
4229
|
|
4191
4230
|
export declare enum JOURNEY_ID_TEACHER {
|
4192
4231
|
HOMEPAGE_JOURNEY = "HOMEPAGE_JOURNEY",
|
4193
4232
|
CHAPTER_PAGE_JOURNEY = "CHAPTER_PAGE_JOURNEY",
|
4194
|
-
CHALLENGE_ARENA_JOURNEY = "CHALLENGE_ARENA_JOURNEY"
|
4233
|
+
CHALLENGE_ARENA_JOURNEY = "CHALLENGE_ARENA_JOURNEY",
|
4234
|
+
PUZZLE_ASSIGN_JOURNEY = "PUZZLE_ASSIGN_JOURNEY",
|
4235
|
+
PUZZLE_INTRO_JOURNEY = "PUZZLE_INTRO_JOURNEY",
|
4236
|
+
PUZZLE_REVIEW_JOURNEY = "PUZZLE_REVIEW_JOURNEY",
|
4237
|
+
PUZZLE_PROGRESS_JOURNEY = "PUZZLE_PROGRESS_JOURNEY",
|
4238
|
+
PUZZLE_UNASSIGN_JOURNEY = "PUZZLE_UNASSIGN_JOURNEY"
|
4195
4239
|
}
|
4196
4240
|
|
4197
4241
|
export declare const JourneyProvider: FC<IJourneyProviderProps>;
|
@@ -4306,6 +4350,11 @@ export declare const LOTTIE: {
|
|
4306
4350
|
PROFICIENT1X: string;
|
4307
4351
|
PROJECT: string;
|
4308
4352
|
PUZZLE: string;
|
4353
|
+
PUZZLE_BLUE_LOTTIE: string;
|
4354
|
+
PUZZLE_GREEN_LOTTIE: string;
|
4355
|
+
PUZZLE_ORANGE_LOTTIE: string;
|
4356
|
+
PUZZLE_PURPLE_LOTTIE: string;
|
4357
|
+
PUZZLE_YELLOW_LOTTIE: string;
|
4309
4358
|
RANDOM_MODE_SEGMENT_LOTTIE: string;
|
4310
4359
|
RECAP: string;
|
4311
4360
|
SEQUENCE_MODE_SEGMENT_LOTTIE: string;
|
@@ -4503,7 +4552,7 @@ export declare enum NODE_TYPES {
|
|
4503
4552
|
'PUZZLE_CARD' = "PUZZLE_CARD"
|
4504
4553
|
}
|
4505
4554
|
|
4506
|
-
export declare const Nudge: React_2.
|
4555
|
+
export declare const Nudge: React_2.NamedExoticComponent<INudgeProps>;
|
4507
4556
|
|
4508
4557
|
export declare const NumRangeInput: React.FC<NumRangeInputProps>;
|
4509
4558
|
|
@@ -4547,6 +4596,7 @@ export declare enum PLATFORM_EVENTS_STUDENT {
|
|
4547
4596
|
CUSTOM_TEST_SUBMITTED = "custom_test_submitted",
|
4548
4597
|
HOMEWORK_COMPLETED = "homework_completed",
|
4549
4598
|
ERROR_VIA_AUTO_LOGIN_FROM_CUEMATH_APP = "error_via_auto_login_from_cuemath_app",
|
4599
|
+
PUZZLE_ATTEMPTED = "puzzle_attempted",
|
4550
4600
|
ACTIVITY_STARTED = "activity_started",
|
4551
4601
|
ACTIVITY_TUTORIAL_SEEN = "activity_tutorial_seen",
|
4552
4602
|
STREAK_ICON_CLICKED = "streak_icon_clicked",
|
@@ -4563,7 +4613,9 @@ export declare enum PLATFORM_EVENTS_TEACHER {
|
|
4563
4613
|
LESSON_FEEDBACK_NEGATIVE = "lesson_feedback_negative",
|
4564
4614
|
LESSON_FEEDBACK_BACK_BUTTON = "lesson_feedback_back_button",
|
4565
4615
|
LESSON_FEEDBACK_SUBMIT = "lesson_feedback_submit",
|
4566
|
-
LESSON_FEEDBACK_NEXT = "lesson_feedback_next"
|
4616
|
+
LESSON_FEEDBACK_NEXT = "lesson_feedback_next",
|
4617
|
+
PUZZLE_UNASSIGNED = "puzzle_unassigned",
|
4618
|
+
PUZZLE_REVIEWED = "puzzle_reviewed"
|
4567
4619
|
}
|
4568
4620
|
|
4569
4621
|
export declare const Play2Icon: React_2.FC<React_2.SVGProps<SVGSVGElement>>;
|
@@ -4636,8 +4688,12 @@ declare const PUZZLE_CARD_STATE: {
|
|
4636
4688
|
|
4637
4689
|
declare const PUZZLE_CARDS: "puzzle_cards";
|
4638
4690
|
|
4691
|
+
export declare const PuzzleApp: NamedExoticComponent<IPuzzleAppProps>;
|
4692
|
+
|
4639
4693
|
export declare const PuzzleCard: FC<IPuzzleCardContainerProps>;
|
4640
4694
|
|
4695
|
+
export declare const PuzzleDashboard: FC<IPuzzleDashboardProps>;
|
4696
|
+
|
4641
4697
|
export declare const PuzzleFeedbackCelebration: FC;
|
4642
4698
|
|
4643
4699
|
export declare const PuzzleIcon: React.FC<React.SVGProps<SVGSVGElement>>;
|
@@ -4699,6 +4755,10 @@ declare const SAT_NODE_TYPE: {
|
|
4699
4755
|
|
4700
4756
|
export declare const SATSheetSummary: FC<ISATSheetSummary>;
|
4701
4757
|
|
4758
|
+
export declare const ScreenGrabFilledIcon: React.FC<React.SVGProps<SVGSVGElement>>;
|
4759
|
+
|
4760
|
+
export declare const ScreenGrabIcon: React.FC<React.SVGProps<SVGSVGElement>>;
|
4761
|
+
|
4702
4762
|
export declare const SearchableSelectInput: <IDType extends string | number>(props: ISearchableSelectInputProps<IDType>) => ReactElement;
|
4703
4763
|
|
4704
4764
|
export declare const SearchIcon: React.FC<React.SVGProps<SVGSVGElement>>;
|
@@ -4827,11 +4887,22 @@ declare const STICKER_BADGE: {
|
|
4827
4887
|
AWESOME: string;
|
4828
4888
|
};
|
4829
4889
|
|
4830
|
-
|
4890
|
+
declare type StickerEffect = 'burst_from_edges' | 'pop_expand' | 'float_up' | 'fall_down';
|
4891
|
+
|
4892
|
+
export declare const StickerFilledIcon: React.FC<React.SVGProps<SVGSVGElement>>;
|
4893
|
+
|
4894
|
+
export declare const StickerIcon: React.FC<React.SVGProps<SVGSVGElement>>;
|
4831
4895
|
|
4832
|
-
export declare const
|
4896
|
+
export declare const Stickers: React_2.NamedExoticComponent<StickersProps>;
|
4897
|
+
|
4898
|
+
declare interface StickersProps {
|
4899
|
+
stickers: string[];
|
4900
|
+
effect: StickerEffect;
|
4901
|
+
count: number;
|
4902
|
+
duration: number;
|
4903
|
+
}
|
4833
4904
|
|
4834
|
-
export declare const StickersSelector: React_2.NamedExoticComponent<
|
4905
|
+
export declare const StickersSelector: React_2.NamedExoticComponent<IStickerGridProps>;
|
4835
4906
|
|
4836
4907
|
export declare const StreakIcon: React_2.FC<IStreakIconProps>;
|
4837
4908
|
|
@@ -5071,8 +5142,6 @@ declare type TCueProgramData = {
|
|
5071
5142
|
|
5072
5143
|
declare type TDefaultSection = Record<string, unknown>;
|
5073
5144
|
|
5074
|
-
export declare type TDeviceType = 'mobile' | 'tablet' | 'small-desktop' | 'desktop' | 'large-device' | 'xlarge-device';
|
5075
|
-
|
5076
5145
|
declare type TDrawingData = ITile | IStroke | undefined;
|
5077
5146
|
|
5078
5147
|
declare type TEnglishSectionSummary = {
|
@@ -5084,7 +5153,7 @@ declare type TEnrollmentTypes = (typeof ENROLLMENT_TYPES)[keyof typeof ENROLLMEN
|
|
5084
5153
|
export declare const TestsCreation: FC<ITestsCreationProps>;
|
5085
5154
|
|
5086
5155
|
/**
|
5087
|
-
* @param $renderAs - The text variant to render as (ah1-ah4, ab1-ab3, ac1-ac4, ub1-ub3), anything else is deprecated
|
5156
|
+
* @param $renderAs (fallback for any device), @param $renderOnMobileAs, @param $renderOnTabletAs - The text variant to render as (ah1-ah4, ab1-ab3, ac1-ac4, ub1-ub3), anything else is deprecated
|
5088
5157
|
*/
|
5089
5158
|
declare const Text_2: IStyledComponent<"web", Substitute<DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, TextProps>>;
|
5090
5159
|
export { Text_2 as Text }
|
@@ -5106,6 +5175,8 @@ declare interface TextProps {
|
|
5106
5175
|
$inline?: boolean;
|
5107
5176
|
$textDecoration?: string;
|
5108
5177
|
$whiteSpace?: 'pre-line' | 'normal' | 'pre-wrap' | 'no-wrap' | 'pre' | 'break-spaces';
|
5178
|
+
$renderOnMobileAs?: TTextVariants;
|
5179
|
+
$renderOnTabletAs?: TTextVariants;
|
5109
5180
|
}
|
5110
5181
|
|
5111
5182
|
export declare type TFontFamilyNames = `${'Athletics'}-${'Light' | 'Regular' | 'Medium' | 'Bold' | 'Black'}` | `${'UntitledSans'}-${'Regular' | 'Medium'}`;
|
@@ -5360,6 +5431,21 @@ export declare type TInclassMessage = {
|
|
5360
5431
|
eventPayload: {
|
5361
5432
|
chapterId: string;
|
5362
5433
|
};
|
5434
|
+
} | {
|
5435
|
+
eventName: typeof EVENTS.PUZZLE_ASSIGNED;
|
5436
|
+
eventPayload: {
|
5437
|
+
puzzleId: string;
|
5438
|
+
};
|
5439
|
+
} | {
|
5440
|
+
eventName: typeof EVENTS.PUZZLE_UNASSIGNED;
|
5441
|
+
eventPayload: {
|
5442
|
+
puzzleId?: string;
|
5443
|
+
};
|
5444
|
+
} | {
|
5445
|
+
eventName: typeof EVENTS.PUZZLE_REVIEWED;
|
5446
|
+
eventPayload: {
|
5447
|
+
puzzleId: string;
|
5448
|
+
};
|
5363
5449
|
} | {
|
5364
5450
|
eventName: 'TEACHER_BADGE';
|
5365
5451
|
eventPayload: {
|
@@ -5749,7 +5835,7 @@ declare type TRenderAs_2 = 'canvas' | 'whiteboard';
|
|
5749
5835
|
declare type TRewardHomeData = {
|
5750
5836
|
user_badges: TBadgeData[] | [];
|
5751
5837
|
user_rewards: TRewardsData[] | [];
|
5752
|
-
user_stickers:
|
5838
|
+
user_stickers: TStickerData[] | [];
|
5753
5839
|
};
|
5754
5840
|
|
5755
5841
|
declare type TRewardsData = {
|
@@ -5877,17 +5963,7 @@ export declare type TSkillStatus = 'pending' | 'completed';
|
|
5877
5963
|
|
5878
5964
|
export declare type TSocialAuthProvider = 'google' | 'apple';
|
5879
5965
|
|
5880
|
-
|
5881
|
-
id: number;
|
5882
|
-
sticker: string;
|
5883
|
-
x: number;
|
5884
|
-
y: number;
|
5885
|
-
size: number;
|
5886
|
-
fromX?: string;
|
5887
|
-
fromY?: string;
|
5888
|
-
};
|
5889
|
-
|
5890
|
-
declare type TStickerData_2 = {
|
5966
|
+
declare type TStickerData = {
|
5891
5967
|
actor_id: string;
|
5892
5968
|
badge_id: string;
|
5893
5969
|
badge_type: string;
|
@@ -5900,8 +5976,6 @@ declare type TStickerData_2 = {
|
|
5900
5976
|
user_type: string;
|
5901
5977
|
};
|
5902
5978
|
|
5903
|
-
export declare type TStickerEffects = 'burst-from-edges' | 'pop-expand' | 'float-up' | 'fall-down';
|
5904
|
-
|
5905
5979
|
export declare type TStreakStatus = 'pending' | 'completed';
|
5906
5980
|
|
5907
5981
|
declare type TStyleAttrubutes = NonNullable<HTMLAttributes<HTMLDivElement>['style']>;
|
@@ -5990,6 +6064,10 @@ export declare const Tutorial: ({ src, title, onCross, showProgress, onTutorialP
|
|
5990
6064
|
|
5991
6065
|
export declare const TutoringIcon: React_2.FC<React_2.SVGProps<SVGSVGElement>>;
|
5992
6066
|
|
6067
|
+
declare type TWorksheetItems = {
|
6068
|
+
ref: string;
|
6069
|
+
};
|
6070
|
+
|
5993
6071
|
declare type TWORKSHHET_QUESTION_MEDIA_TYPE = 'SIMULATION' | 'VIDEO' | 'AUDIO';
|
5994
6072
|
|
5995
6073
|
export declare type TZIndexMap = Record<keyof typeof ZINDEX, number>;
|
@@ -6197,6 +6275,21 @@ export declare const useModalParams: IUseModalParams;
|
|
6197
6275
|
|
6198
6276
|
export declare const usePointerSync: ({ userType, targetUserId, }: IusePointerSyncProps) => IusePointerSyncMethods;
|
6199
6277
|
|
6278
|
+
export declare const usePuzzleDashboardJourney: () => {
|
6279
|
+
puzzleProfileRef: RefObject<HTMLDivElement>;
|
6280
|
+
startJourney: (avatar: IAvatarLayer[]) => void;
|
6281
|
+
};
|
6282
|
+
|
6283
|
+
export declare const usePuzzleIntroJourney: ({ onJourneyComplete }: IUsePuzzleIntroJourney) => {
|
6284
|
+
puzzleIconRef: RefObject<HTMLDivElement>;
|
6285
|
+
startJourney: () => void;
|
6286
|
+
};
|
6287
|
+
|
6288
|
+
export declare const usePuzzleProgressJourney: () => {
|
6289
|
+
puzzleProgressRef: RefObject<HTMLDivElement>;
|
6290
|
+
startJourney: () => void;
|
6291
|
+
};
|
6292
|
+
|
6200
6293
|
export declare const User2Icon: React.FC<React.SVGProps<SVGSVGElement>>;
|
6201
6294
|
|
6202
6295
|
export declare const UserIcon: React.FC<React.SVGProps<SVGSVGElement>>;
|
@@ -6207,6 +6300,11 @@ export declare const UsernamePasswordForm: NamedExoticComponent<IUsernamePasswor
|
|
6207
6300
|
|
6208
6301
|
export declare const UserTypeSelector: NamedExoticComponent<IUserTypeSelectorProps>;
|
6209
6302
|
|
6303
|
+
export declare const useTeacherPuzzleAssignedJourney: () => {
|
6304
|
+
puzzleHomeTabRef: RefObject<HTMLDivElement>;
|
6305
|
+
startJourney: () => void;
|
6306
|
+
};
|
6307
|
+
|
6210
6308
|
export declare const useTrackingContext: (commonAnalyticsProps: Record<string, unknown>, overrides?: Record<string, unknown>) => {
|
6211
6309
|
onClick: TTrackCTA;
|
6212
6310
|
onResponse: TTrackInput;
|
@@ -6217,8 +6315,6 @@ export declare const useTrialSessionMessageBroker: IUseTrialSessionMessageBroker
|
|
6217
6315
|
|
6218
6316
|
export declare const useUIContext: () => UIContextProps;
|
6219
6317
|
|
6220
|
-
export declare const useViewport: () => IUseViewportReturn;
|
6221
|
-
|
6222
6318
|
export declare const useWorksheetLayout: IUseWorksheetLayout;
|
6223
6319
|
|
6224
6320
|
export declare const useZoomDisable: () => void;
|