@cuemath/leap 3.2.17-pzd-0.1 → 3.2.18-link.0
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 +11 -6
- package/dist/assets/illustrations/illustrations.js.map +1 -1
- package/dist/assets/line-icons/icons/after-noon.js +34 -0
- package/dist/assets/line-icons/icons/after-noon.js.map +1 -0
- package/dist/assets/line-icons/icons/apple-icon-white.js +42 -0
- package/dist/assets/line-icons/icons/apple-icon-white.js.map +1 -0
- package/dist/assets/line-icons/icons/evening.js +35 -0
- package/dist/assets/line-icons/icons/evening.js.map +1 -0
- package/dist/assets/line-icons/icons/morning.js +35 -0
- package/dist/assets/line-icons/icons/morning.js.map +1 -0
- package/dist/assets/line-icons/icons/star3.js +32 -0
- package/dist/assets/line-icons/icons/star3.js.map +1 -0
- package/dist/assets/lottie/lottie.js +10 -5
- package/dist/assets/lottie/lottie.js.map +1 -1
- package/dist/features/analytics-events/platform-events-student.js +1 -2
- package/dist/features/analytics-events/platform-events-student.js.map +1 -1
- package/dist/features/analytics-events/platform-events-teacher.js +4 -6
- package/dist/features/analytics-events/platform-events-teacher.js.map +1 -1
- package/dist/features/analytics-events/whitelist-events.js +8 -10
- package/dist/features/analytics-events/whitelist-events.js.map +1 -1
- package/dist/features/auth/comps/animated-avatar-message/animated-avatar-message-constants.js +9 -0
- package/dist/features/auth/comps/animated-avatar-message/animated-avatar-message-constants.js.map +1 -0
- package/dist/features/auth/comps/animated-avatar-message/animated-avatar-message-styled.js +52 -0
- package/dist/features/auth/comps/animated-avatar-message/animated-avatar-message-styled.js.map +1 -0
- package/dist/features/auth/comps/animated-avatar-message/animated-avatar-message.js +93 -0
- package/dist/features/auth/comps/animated-avatar-message/animated-avatar-message.js.map +1 -0
- package/dist/features/auth/comps/animated-avatar-message/animated-text/animated-text-styled.js +10 -0
- package/dist/features/auth/comps/animated-avatar-message/animated-text/animated-text-styled.js.map +1 -0
- package/dist/features/auth/comps/animated-avatar-message/animated-text/animated-text.js +17 -0
- package/dist/features/auth/comps/animated-avatar-message/animated-text/animated-text.js.map +1 -0
- package/dist/features/auth/comps/auth-page-layout/auth-page-layout.js +18 -13
- package/dist/features/auth/comps/auth-page-layout/auth-page-layout.js.map +1 -1
- package/dist/features/auth/comps/linear-progress-bar/linear-progress-bar-styled.js +12 -0
- package/dist/features/auth/comps/linear-progress-bar/linear-progress-bar-styled.js.map +1 -0
- package/dist/features/auth/comps/linear-progress-bar/linear-progress-bar.js +34 -0
- package/dist/features/auth/comps/linear-progress-bar/linear-progress-bar.js.map +1 -0
- package/dist/features/auth/comps/otp-input/otp-input-styled.js +26 -0
- package/dist/features/auth/comps/otp-input/otp-input-styled.js.map +1 -0
- package/dist/features/auth/comps/otp-input/otp-input.js +50 -0
- package/dist/features/auth/comps/otp-input/otp-input.js.map +1 -0
- package/dist/features/auth/comps/pill-button/pill-button-styled.js +44 -0
- package/dist/features/auth/comps/pill-button/pill-button-styled.js.map +1 -0
- package/dist/features/auth/comps/pill-button/pill-button.js +74 -0
- package/dist/features/auth/comps/pill-button/pill-button.js.map +1 -0
- package/dist/features/auth/comps/resend-otp/resend-otp.js +54 -47
- package/dist/features/auth/comps/resend-otp/resend-otp.js.map +1 -1
- package/dist/features/auth/comps/selectable-info-card/selectable-info-card-styled.js +17 -0
- package/dist/features/auth/comps/selectable-info-card/selectable-info-card-styled.js.map +1 -0
- package/dist/features/auth/comps/selectable-info-card/selectable-info-card.js +67 -0
- package/dist/features/auth/comps/selectable-info-card/selectable-info-card.js.map +1 -0
- package/dist/features/auth/comps/tabs/tab-tem/tab-item.js +29 -17
- package/dist/features/auth/comps/tabs/tab-tem/tab-item.js.map +1 -1
- package/dist/features/auth/comps/tabs/tabs-styled.js +22 -10
- package/dist/features/auth/comps/tabs/tabs-styled.js.map +1 -1
- package/dist/features/auth/comps/tabs/tabs.js +5 -5
- package/dist/features/auth/comps/tabs/tabs.js.map +1 -1
- package/dist/features/auth/pla-signup/onboarding-guide/onboarding-guide-constants.js +19 -0
- package/dist/features/auth/pla-signup/onboarding-guide/onboarding-guide-constants.js.map +1 -0
- package/dist/features/auth/pla-signup/onboarding-guide/onboarding-guide-styled.js +32 -0
- package/dist/features/auth/pla-signup/onboarding-guide/onboarding-guide-styled.js.map +1 -0
- package/dist/features/auth/pla-signup/onboarding-guide/onboarding-guide.js +44 -0
- package/dist/features/auth/pla-signup/onboarding-guide/onboarding-guide.js.map +1 -0
- package/dist/features/auth/pla-signup/signup-header/signup-header.js +54 -0
- package/dist/features/auth/pla-signup/signup-header/signup-header.js.map +1 -0
- package/dist/features/auth/pla-signup/signup-options/signup-options.js +83 -0
- package/dist/features/auth/pla-signup/signup-options/signup-options.js.map +1 -0
- package/dist/features/chapters-v2/utils/node-card-utils.js +2 -2
- package/dist/features/chapters-v2/utils/node-card-utils.js.map +1 -1
- package/dist/features/communication/pub-sub/constants.js +4 -7
- package/dist/features/communication/pub-sub/constants.js.map +1 -1
- package/dist/features/homework/homework-card-view.js +97 -85
- package/dist/features/homework/homework-card-view.js.map +1 -1
- package/dist/features/homework/homework-card.js +42 -44
- package/dist/features/homework/homework-card.js.map +1 -1
- package/dist/features/homework/hw-card-list/hw-card-list-view.js +29 -31
- 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 +48 -54
- package/dist/features/homework/hw-card-list/hw-card-list.js.map +1 -1
- package/dist/features/homework/utils.js +27 -33
- package/dist/features/homework/utils.js.map +1 -1
- package/dist/features/journey/hooks/use-home-page-journey/tooltip-item.js +11 -17
- package/dist/features/journey/hooks/use-home-page-journey/tooltip-item.js.map +1 -1
- package/dist/features/journey/journey-id/journey-id-student.js +1 -1
- 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/puzzles/app/puzzle-app-styled.js +6 -10
- package/dist/features/puzzles/app/puzzle-app-styled.js.map +1 -1
- package/dist/features/puzzles/comps/puzzle-card-styled.js +69 -24
- package/dist/features/puzzles/comps/puzzle-card-styled.js.map +1 -1
- package/dist/features/puzzles/comps/puzzle-card.js +30 -79
- package/dist/features/puzzles/comps/puzzle-card.js.map +1 -1
- package/dist/features/puzzles/puzzle-container/puzzle-container-styled.js +25 -55
- package/dist/features/puzzles/puzzle-container/puzzle-container-styled.js.map +1 -1
- package/dist/features/puzzles/puzzle-container/puzzle-container.js +107 -100
- package/dist/features/puzzles/puzzle-container/puzzle-container.js.map +1 -1
- 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 +13 -28
- package/dist/features/puzzles/utils/puzzle-pattern.js.map +1 -1
- package/dist/features/trial-session/comps/student-profile/student-profile.js +1 -1
- package/dist/features/trial-session/comps/teacher-intro/teacher-intro-styled.js +7 -50
- package/dist/features/trial-session/comps/teacher-intro/teacher-intro-styled.js.map +1 -1
- package/dist/features/trial-session/comps/teacher-intro/teacher-intro.js +15 -69
- package/dist/features/trial-session/comps/teacher-intro/teacher-intro.js.map +1 -1
- package/dist/features/trial-session/comps/teacher-intro/teacher-profile/teacher-profile-styled.js +49 -0
- package/dist/features/trial-session/comps/teacher-intro/teacher-profile/teacher-profile-styled.js.map +1 -0
- package/dist/features/trial-session/comps/teacher-intro/teacher-profile/teacher-profile.js +64 -0
- package/dist/features/trial-session/comps/teacher-intro/teacher-profile/teacher-profile.js.map +1 -0
- package/dist/features/ui/accordion/accordion-items/accordion-items-styled.js +28 -0
- package/dist/features/ui/accordion/accordion-items/accordion-items-styled.js.map +1 -0
- package/dist/features/ui/accordion/accordion-items/accordion-items.js +83 -0
- package/dist/features/ui/accordion/accordion-items/accordion-items.js.map +1 -0
- package/dist/features/ui/accordion/accordion.js +62 -0
- package/dist/features/ui/accordion/accordion.js.map +1 -0
- package/dist/features/ui/drawer/drawer-styled.js +34 -0
- package/dist/features/ui/drawer/drawer-styled.js.map +1 -0
- package/dist/features/ui/drawer/drawer.js +42 -0
- package/dist/features/ui/drawer/drawer.js.map +1 -0
- package/dist/features/ui/image/image.js +1 -1
- package/dist/features/ui/image/image.js.map +1 -1
- package/dist/features/ui/inputs/base-input/base-input.js +11 -11
- package/dist/features/ui/inputs/base-input/base-input.js.map +1 -1
- package/dist/features/ui/inputs/text-input/text-input.js +19 -18
- package/dist/features/ui/inputs/text-input/text-input.js.map +1 -1
- package/dist/features/ui/modals/modal-styled.js +43 -8
- package/dist/features/ui/modals/modal-styled.js.map +1 -1
- package/dist/features/ui/modals/modal.js +37 -27
- package/dist/features/ui/modals/modal.js.map +1 -1
- package/dist/features/ui/text/text.js +31 -29
- package/dist/features/ui/text/text.js.map +1 -1
- package/dist/features/ui/theme/button.js +78 -78
- package/dist/features/ui/theme/button.js.map +1 -1
- package/dist/features/ui/theme/clrs.js +2 -0
- package/dist/features/ui/theme/clrs.js.map +1 -1
- package/dist/features/worksheet/worksheet/worksheet-helpers.js +19 -20
- package/dist/features/worksheet/worksheet/worksheet-helpers.js.map +1 -1
- package/dist/features/worksheet/worksheet/worksheet-question/learnosity-question.js +12 -16
- package/dist/features/worksheet/worksheet/worksheet-question/learnosity-question.js.map +1 -1
- package/dist/features/worksheet/worksheet/worksheet-question/worksheet-question-styled.js +47 -101
- package/dist/features/worksheet/worksheet/worksheet-question/worksheet-question-styled.js.map +1 -1
- package/dist/features/worksheet/worksheet/worksheet-question/worksheet-question.js +146 -149
- 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 +207 -242
- package/dist/features/worksheet/worksheet/worksheet-questions-controller/worksheet-questions-controller.js.map +1 -1
- package/dist/features/worksheet/worksheet/worksheet-styled.js +37 -37
- 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 +313 -307
- 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 +35 -44
- package/dist/features/worksheet/worksheet-preview/worksheet-preview.js.map +1 -1
- package/dist/index.d.ts +190 -92
- package/dist/index.js +635 -611
- package/dist/index.js.map +1 -1
- package/dist/static/animated-avatar.1ad58b1d.json +1 -0
- package/dist/static/animated-avatar.69b07505.json +1 -0
- package/dist/static/animated-avatar.9c560b46.json +1 -0
- package/dist/static/calendar-purple.1a840b41.svg +1 -0
- package/dist/static/flying-disk.c7f6ed39.json +1 -0
- package/dist/static/graduation-cap.3be3340a.json +1 -0
- package/dist/static/handshake.287e7dfb.svg +1 -0
- package/dist/static/light-bulb.c6db0b23.json +1 -0
- package/dist/static/money.332aacf1.svg +1 -0
- package/dist/static/muscle.9bcfb8a7.json +1 -0
- package/dist/static/parent-avatar.822c7b9b.svg +1 -0
- package/dist/static/pencil.23df9da0.json +1 -0
- package/dist/static/plus-sign.de6af957.json +1 -0
- package/dist/static/puzzle-pattern-blue.f4bea1ee.svg +1 -0
- package/dist/static/puzzle-pattern-green.c9f84bbc.svg +1 -0
- package/dist/static/puzzle-pattern-orange.3da09665.svg +1 -0
- package/dist/static/puzzle-pattern-purple.5fb5a319.svg +1 -0
- package/dist/static/puzzle-pattern-yellow.aadbf457.svg +1 -0
- package/dist/static/racing-car.2cbf864e.json +1 -0
- package/dist/static/rocket.0a3ccab0.json +1 -0
- package/dist/static/shovel.abeec04c.json +1 -0
- package/dist/static/stripe-blurple.6abf422f.svg +1 -0
- package/dist/static/trustpilot.bd3d79e1.svg +1 -0
- package/package.json +2 -3
- package/dist/features/journey/hooks/use-puzzles-journey/use-puzzle-assigned.js +0 -72
- package/dist/features/journey/hooks/use-puzzles-journey/use-puzzle-assigned.js.map +0 -1
- package/dist/features/journey/hooks/use-puzzles-journey/use-puzzle-attempt-journey.js +0 -59
- package/dist/features/journey/hooks/use-puzzles-journey/use-puzzle-attempt-journey.js.map +0 -1
- package/dist/features/journey/hooks/use-puzzles-journey/use-puzzle-dashboard-journey.js +0 -63
- package/dist/features/journey/hooks/use-puzzles-journey/use-puzzle-dashboard-journey.js.map +0 -1
- package/dist/features/journey/hooks/use-puzzles-journey/use-puzzle-intro-journey.js +0 -67
- package/dist/features/journey/hooks/use-puzzles-journey/use-puzzle-intro-journey.js.map +0 -1
- package/dist/features/journey/hooks/use-puzzles-journey/use-puzzle-progress-journey.js +0 -70
- package/dist/features/journey/hooks/use-puzzles-journey/use-puzzle-progress-journey.js.map +0 -1
- package/dist/features/journey/hooks/use-puzzles-journey/use-puzzle-review-journey.js +0 -59
- package/dist/features/journey/hooks/use-puzzles-journey/use-puzzle-review-journey.js.map +0 -1
- package/dist/features/journey/hooks/use-puzzles-journey/use-puzzle-unassign-journey.js +0 -59
- package/dist/features/journey/hooks/use-puzzles-journey/use-puzzle-unassign-journey.js.map +0 -1
- package/dist/features/journey/hooks/use-puzzles-journey/use-teacher-puzzle-assigned-journey.js +0 -70
- package/dist/features/journey/hooks/use-puzzles-journey/use-teacher-puzzle-assigned-journey.js.map +0 -1
- package/dist/features/puzzles/api/puzzle-dashboard.js +0 -10
- package/dist/features/puzzles/api/puzzle-dashboard.js.map +0 -1
- package/dist/features/puzzles/constants/puzzle-container.js +0 -8
- package/dist/features/puzzles/constants/puzzle-container.js.map +0 -1
- package/dist/features/puzzles/puzzle-analytics-events.js +0 -11
- package/dist/features/puzzles/puzzle-analytics-events.js.map +0 -1
- package/dist/features/puzzles/puzzle-container/puzzle-container-view.js +0 -55
- package/dist/features/puzzles/puzzle-container/puzzle-container-view.js.map +0 -1
- package/dist/features/puzzles/puzzle-dashboard/puzzle-dashboard-styled.js +0 -37
- package/dist/features/puzzles/puzzle-dashboard/puzzle-dashboard-styled.js.map +0 -1
- package/dist/features/puzzles/puzzle-dashboard/puzzle-dashboard.js +0 -110
- package/dist/features/puzzles/puzzle-dashboard/puzzle-dashboard.js.map +0 -1
- package/dist/features/worksheet/worksheet/hooks/use-worksheet-journey.js +0 -28
- package/dist/features/worksheet/worksheet/hooks/use-worksheet-journey.js.map +0 -1
- package/dist/static/puzzle-blue-lottie.7017e2e8.json +0 -1
- package/dist/static/puzzle-blue-lottie.bf64ebc5.json +0 -12760
- package/dist/static/puzzle-dashboard-banner.b7956519.svg +0 -1
- package/dist/static/puzzle-green-lottie.1da90698.json +0 -1
- package/dist/static/puzzle-orange-lottie.cfcf3724.json +0 -1
- package/dist/static/puzzle-pattern-blue.abff0164.svg +0 -1
- package/dist/static/puzzle-pattern-green.b8ba1840.svg +0 -1
- package/dist/static/puzzle-pattern-orange.3f5a17ff.svg +0 -1
- package/dist/static/puzzle-pattern-purple.14b09759.svg +0 -1
- package/dist/static/puzzle-pattern-yellow.50917fab.svg +0 -1
- package/dist/static/puzzle-purple-lottie.e70de110.json +0 -9860
- package/dist/static/puzzle-yellow-lottie.275b5cf4.json +0 -1
package/dist/index.d.ts
CHANGED
@@ -33,6 +33,18 @@ import { ResourceModel } from '@cuemath/rest-api';
|
|
33
33
|
import type { SetStateAction } from 'react';
|
34
34
|
import { Substitute } from 'styled-components/dist/types';
|
35
35
|
|
36
|
+
export declare const Accordion: NamedExoticComponent<AccordionProps>;
|
37
|
+
|
38
|
+
declare interface AccordionProps {
|
39
|
+
theme?: AccordionTheme;
|
40
|
+
visibleBuffer: number;
|
41
|
+
defaultOpenElement?: number;
|
42
|
+
accordionData: Array<{
|
43
|
+
accordionQuestion: string;
|
44
|
+
accordionAnswer: React.ReactNode | string;
|
45
|
+
}>;
|
46
|
+
}
|
47
|
+
|
36
48
|
/**
|
37
49
|
* AccordionSection component.
|
38
50
|
*
|
@@ -41,6 +53,8 @@ import { Substitute } from 'styled-components/dist/types';
|
|
41
53
|
*/
|
42
54
|
export declare const AccordionSection: FC<IAccordionSectionProps>;
|
43
55
|
|
56
|
+
declare type AccordionTheme = 'light' | 'dark';
|
57
|
+
|
44
58
|
export declare const AccountSelector: MemoExoticComponent<({ userAccounts, onSelect, onAddNew, isLoading, }: IAccountSelectorViewProps) => JSX.Element>;
|
45
59
|
|
46
60
|
export declare const ACHIEVEMENT_ACTIONS: {
|
@@ -52,10 +66,14 @@ export declare const AchievementNotShareReasonModal: React_2.FC<IShareInstructio
|
|
52
66
|
|
53
67
|
export declare const AchievementShareInstructionModal: React_2.FC<IShareInstructionModalProps>;
|
54
68
|
|
69
|
+
export declare const AfternoonIcon: React.FC<React.SVGProps<SVGSVGElement>>;
|
70
|
+
|
55
71
|
export declare const AlertIcon: React_2.FC<React_2.SVGProps<SVGSVGElement>>;
|
56
72
|
|
57
73
|
export declare const AnimatedArc: React_2.FC<IAnimatedArcProps>;
|
58
74
|
|
75
|
+
export declare const AnimatedAvatarMessage: NamedExoticComponent<IAnimatedAvatarMessageProps>;
|
76
|
+
|
59
77
|
export declare const AppLoader: FC<IAppLoaderProps>;
|
60
78
|
|
61
79
|
export declare const ArcButton: NamedExoticComponent<IArcButtonProps & {
|
@@ -96,6 +114,8 @@ export declare const BackgroundImage: ({ img }: {
|
|
96
114
|
|
97
115
|
export declare const BackIcon: React.FC<React.SVGProps<SVGSVGElement>>;
|
98
116
|
|
117
|
+
export declare const BaseInput: React_2.FC<IBaseInputProps>;
|
118
|
+
|
99
119
|
declare interface BaseProject {
|
100
120
|
id: string;
|
101
121
|
name: string;
|
@@ -348,6 +368,8 @@ export declare const DraftIcon: React.FC<React.SVGProps<SVGSVGElement>>;
|
|
348
368
|
|
349
369
|
export declare const DragIcon: React.FC<React.SVGProps<SVGSVGElement>>;
|
350
370
|
|
371
|
+
export declare const Drawer: FC<IDrawerProps>;
|
372
|
+
|
351
373
|
export declare const DynamicPreviewWorksheet: FC<IDynamicWorksheetPreview>;
|
352
374
|
|
353
375
|
export declare enum EClassTimeAlertLevel {
|
@@ -420,10 +442,9 @@ declare interface ErrorProps {
|
|
420
442
|
handleClick: () => void;
|
421
443
|
}
|
422
444
|
|
445
|
+
export declare const EveningIcon: React.FC<React.SVGProps<SVGSVGElement>>;
|
446
|
+
|
423
447
|
export declare const EVENTS: {
|
424
|
-
PUZZLE_ASSIGNED: "PUZZLE_ASSIGNED";
|
425
|
-
PUZZLE_UNASSIGNED: "PUZZLE_UNASSIGNED";
|
426
|
-
PUZZLE_REVIEWED: "PUZZLE_REVIEWED";
|
427
448
|
PUZZLE_FEEDBACK_CELEBRATION: "PUZZLE_FEEDBACK_CELEBRATION";
|
428
449
|
HOMEWORK_UNASSIGN: "HOMEWORK_UNASSIGN";
|
429
450
|
INVALIDATE_HOMEWORK: "INVALIDATE_HOMEWORK";
|
@@ -556,6 +577,30 @@ export declare const getTheme: () => DefaultTheme;
|
|
556
577
|
|
557
578
|
declare function getZIndexConfig(): TZIndexMap;
|
558
579
|
|
580
|
+
export declare const GIF: {
|
581
|
+
BOBWAVE: string;
|
582
|
+
EASY_RESCHEDULING: string;
|
583
|
+
ENRICHMENT: string;
|
584
|
+
ENRICHMENT_MINI: string;
|
585
|
+
GAMES: string;
|
586
|
+
JIGII_WAVE: string;
|
587
|
+
LEARNING_SESSION: string;
|
588
|
+
MAX_WAVE: string;
|
589
|
+
PUZZLES: string;
|
590
|
+
SCHOOL_SUCCESS: string;
|
591
|
+
SCHOOL_SUCCESS_MINI: string;
|
592
|
+
SKILLS: string;
|
593
|
+
SPECKIE_WAVE: string;
|
594
|
+
STAY_CONNECTED: string;
|
595
|
+
TERA_WAVE: string;
|
596
|
+
TEST_PREP: string;
|
597
|
+
TEST_PREP_MINI: string;
|
598
|
+
TRACK_PROGRESS: string;
|
599
|
+
VINNIE_WAVE: string;
|
600
|
+
WAY_FORWARD: string;
|
601
|
+
YOUR_GOALS: string;
|
602
|
+
};
|
603
|
+
|
559
604
|
declare const GOAL_CATEGORY: {
|
560
605
|
readonly SCHOOL_SUCCESS: "SCHOOL_SUCCESS";
|
561
606
|
readonly TEST_PREP: "TEST_PREP";
|
@@ -598,7 +643,6 @@ declare interface HWCardListProps extends INodeCardCallbacks {
|
|
598
643
|
homeworkRef?: React_2.RefObject<HTMLDivElement>;
|
599
644
|
startHomePageJourney?: ({ studentId, stream, userType }: IHomepageStartJourneyProps) => void;
|
600
645
|
canStartJourney?: boolean;
|
601
|
-
canStartPuzzleAssignedJourney?: boolean;
|
602
646
|
}
|
603
647
|
|
604
648
|
declare interface IAccordionSectionProps {
|
@@ -648,6 +692,21 @@ declare interface IAnimatedArcProps {
|
|
648
692
|
showAnimatedRainbowArc?: boolean;
|
649
693
|
}
|
650
694
|
|
695
|
+
declare interface IAnimatedAvatarMessageProps {
|
696
|
+
message: string;
|
697
|
+
onShowContent: (show: boolean) => void;
|
698
|
+
confirmationFrames: [number, number];
|
699
|
+
confirmationMessage?: string;
|
700
|
+
isConfirmationVisible?: boolean;
|
701
|
+
ref: React.Ref<IAnimatedAvatarMessageRef>;
|
702
|
+
height?: string | number;
|
703
|
+
}
|
704
|
+
|
705
|
+
export declare type IAnimatedAvatarMessageRef = {
|
706
|
+
fadeOutMessage: () => Promise<void>;
|
707
|
+
playConfirmationFrames: () => Promise<void>;
|
708
|
+
};
|
709
|
+
|
651
710
|
declare interface IAppLoaderProps {
|
652
711
|
width?: string | number;
|
653
712
|
height?: string | number;
|
@@ -693,6 +752,7 @@ declare interface IAuthPageLayoutProps {
|
|
693
752
|
leftBlock: ReactElement;
|
694
753
|
rightBlock?: ReactElement;
|
695
754
|
isFullWidth?: boolean;
|
755
|
+
rightBlockBg?: TColorNames;
|
696
756
|
}
|
697
757
|
|
698
758
|
declare interface IAuthStaticPanelProps {
|
@@ -1349,6 +1409,16 @@ declare interface IDigitalMeterProps {
|
|
1349
1409
|
actAsTimer?: boolean;
|
1350
1410
|
}
|
1351
1411
|
|
1412
|
+
declare interface IDrawerProps {
|
1413
|
+
isOpen: boolean;
|
1414
|
+
onClose?: () => void;
|
1415
|
+
children: ReactNode;
|
1416
|
+
drawerWidth?: number | string;
|
1417
|
+
position?: 'left' | 'right';
|
1418
|
+
zIndex?: number;
|
1419
|
+
theme: 'light' | 'dark';
|
1420
|
+
}
|
1421
|
+
|
1352
1422
|
declare interface IDynamicWorksheetPreview {
|
1353
1423
|
studentId: string;
|
1354
1424
|
userNodeId: string;
|
@@ -1608,7 +1678,7 @@ declare interface IIdentifierOtpFormProps {
|
|
1608
1678
|
}
|
1609
1679
|
|
1610
1680
|
declare interface IImageProps extends ImgHTMLAttributes<HTMLImageElement> {
|
1611
|
-
withLoader
|
1681
|
+
withLoader?: boolean;
|
1612
1682
|
borderRadius?: number;
|
1613
1683
|
borderColor?: TColorNames;
|
1614
1684
|
}
|
@@ -1982,6 +2052,14 @@ export declare interface ILessonWebGameProps extends IBaseWebGameProps, ISyncabl
|
|
1982
2052
|
targetQuestions: number;
|
1983
2053
|
}
|
1984
2054
|
|
2055
|
+
declare interface ILinearProgressBarProps {
|
2056
|
+
percentage: number;
|
2057
|
+
height?: number;
|
2058
|
+
backgroundColor?: TColorNames;
|
2059
|
+
fillColor?: TColorNames;
|
2060
|
+
borderRadius?: number;
|
2061
|
+
}
|
2062
|
+
|
1985
2063
|
export declare const ILLUSTRATIONS: {
|
1986
2064
|
ALARM_CLOCK_ORANGE: string;
|
1987
2065
|
ALARM_CLOCK_PURPLE: string;
|
@@ -1998,6 +2076,7 @@ export declare const ILLUSTRATIONS: {
|
|
1998
2076
|
CALENDAR_BLUE: string;
|
1999
2077
|
CALENDAR_GRAY: string;
|
2000
2078
|
CALENDAR_GREEN: string;
|
2079
|
+
CALENDAR_PURPLE: string;
|
2001
2080
|
CAUTION: string;
|
2002
2081
|
CHAPTER_10: string;
|
2003
2082
|
CHAPTER_1: string;
|
@@ -2037,6 +2116,7 @@ export declare const ILLUSTRATIONS: {
|
|
2037
2116
|
GRADUATE_PINK_FILLED_BG: string;
|
2038
2117
|
GREEN_BALLOON: string;
|
2039
2118
|
GREEN_FACE: string;
|
2119
|
+
HANDSHAKE: string;
|
2040
2120
|
LEARNED_SHIELD_GRAY: string;
|
2041
2121
|
LEARNED_SHIELD_GREEN: string;
|
2042
2122
|
LEARNT: string;
|
@@ -2055,6 +2135,7 @@ export declare const ILLUSTRATIONS: {
|
|
2055
2135
|
MILESTONE_INTRO_2: string;
|
2056
2136
|
MILESTONE_INTRO_3: string;
|
2057
2137
|
MISTAKE: string;
|
2138
|
+
MONEY: string;
|
2058
2139
|
NODE_ACTIVITY_BG: string;
|
2059
2140
|
NODE_CUSTOM_TEST_BG: string;
|
2060
2141
|
NODE_DOWNLOAD_BG: string;
|
@@ -2072,6 +2153,7 @@ export declare const ILLUSTRATIONS: {
|
|
2072
2153
|
NUMBER_4_ORANGE: string;
|
2073
2154
|
ONE_STAR_FILLED: string;
|
2074
2155
|
ORANGE_FACE: string;
|
2156
|
+
PARENT_AVATAR: string;
|
2075
2157
|
PEOPLE_WITH_ORANGE_FILL: string;
|
2076
2158
|
PLAY: string;
|
2077
2159
|
PLAY_ICON: string;
|
@@ -2081,7 +2163,6 @@ export declare const ILLUSTRATIONS: {
|
|
2081
2163
|
PROFICIENT_BADGE: string;
|
2082
2164
|
PROFILE_BOARD: string;
|
2083
2165
|
PUZZLE: string;
|
2084
|
-
PUZZLE_DASHBOARD_BANNER: string;
|
2085
2166
|
PUZZLE_PATTERN_BLUE: string;
|
2086
2167
|
PUZZLE_PATTERN_GREEN: string;
|
2087
2168
|
PUZZLE_PATTERN_ORANGE: string;
|
@@ -2100,6 +2181,7 @@ export declare const ILLUSTRATIONS: {
|
|
2100
2181
|
STAR_WITH_GREEN_FILL: string;
|
2101
2182
|
STREAK_GREEN: string;
|
2102
2183
|
STREAK_WHITE: string;
|
2184
|
+
STRIPE_BLURPLE: string;
|
2103
2185
|
TEST_DIFFICULTY_EASY: string;
|
2104
2186
|
TEST_DIFFICULTY_HARD: string;
|
2105
2187
|
TEST_DIFFICULTY_MEDIUM: string;
|
@@ -2109,6 +2191,7 @@ export declare const ILLUSTRATIONS: {
|
|
2109
2191
|
TROPHY_BLUE_FILLED: string;
|
2110
2192
|
TROPHY_CIRCLE: string;
|
2111
2193
|
TROPHY_GREEN: string;
|
2194
|
+
TRUSTPILOT: string;
|
2112
2195
|
TWO_STARS_FILLED: string;
|
2113
2196
|
UP_ARROW: string;
|
2114
2197
|
USER_CROWN_GRID_BACKGROUND: string;
|
@@ -2464,7 +2547,7 @@ export declare interface IModal {
|
|
2464
2547
|
/** Content to display inside the modal */
|
2465
2548
|
element: ReactElement;
|
2466
2549
|
/** Rendering style of the modal */
|
2467
|
-
renderAs?: 'modal' | 'fullscreen' | 'spotlight';
|
2550
|
+
renderAs?: 'modal' | 'fullscreen' | 'spotlight' | 'bottom-sheet';
|
2468
2551
|
/** Whether the modal can be dismissed by clicking outside or ESC key (default: true) */
|
2469
2552
|
isDismissable?: boolean;
|
2470
2553
|
/** Whether the modal requires authentication to view (default: true) */
|
@@ -2641,6 +2724,14 @@ declare interface IOpenImageReviewModalProps {
|
|
2641
2724
|
image?: string;
|
2642
2725
|
}
|
2643
2726
|
|
2727
|
+
declare interface IOTPInputProps {
|
2728
|
+
length?: number;
|
2729
|
+
value: string;
|
2730
|
+
onChange: (val: string) => void;
|
2731
|
+
error?: string;
|
2732
|
+
isBusy?: boolean;
|
2733
|
+
}
|
2734
|
+
|
2644
2735
|
declare interface IOTPResendProps {
|
2645
2736
|
onResendOTP: () => void;
|
2646
2737
|
onResendVoiceOTP?: () => void;
|
@@ -2649,6 +2740,8 @@ declare interface IOTPResendProps {
|
|
2649
2740
|
disabled?: boolean;
|
2650
2741
|
renderAs?: 'submit' | 'text';
|
2651
2742
|
width?: number | string;
|
2743
|
+
textButtonColor?: TColorNames;
|
2744
|
+
size?: 'small' | 'xsmall';
|
2652
2745
|
}
|
2653
2746
|
|
2654
2747
|
declare interface IOutcomeConfig {
|
@@ -2686,6 +2779,18 @@ declare interface IPerfectHitsProps {
|
|
2686
2779
|
value: number;
|
2687
2780
|
}
|
2688
2781
|
|
2782
|
+
declare interface IPillButtonProps {
|
2783
|
+
id: string;
|
2784
|
+
label: string;
|
2785
|
+
selected?: boolean;
|
2786
|
+
disabled?: boolean;
|
2787
|
+
animatedLabel?: string;
|
2788
|
+
icon?: string;
|
2789
|
+
onClick: (val: string) => void;
|
2790
|
+
tooltip?: string;
|
2791
|
+
width?: number | string;
|
2792
|
+
}
|
2793
|
+
|
2689
2794
|
declare interface IPlaceholder {
|
2690
2795
|
text?: string;
|
2691
2796
|
marks?: string;
|
@@ -2799,7 +2904,6 @@ declare interface IPreviewWorksheetProps {
|
|
2799
2904
|
items?: string[];
|
2800
2905
|
onWorksheetLoaded?: (loaded: boolean) => void;
|
2801
2906
|
onUnassign?: () => void;
|
2802
|
-
canStartUnassignJourney?: boolean;
|
2803
2907
|
}
|
2804
2908
|
|
2805
2909
|
export declare interface IProject<T> {
|
@@ -2899,9 +3003,6 @@ export declare interface IPuzzleCardAssignData {
|
|
2899
3003
|
node_type: TNodeTypes;
|
2900
3004
|
node_id: string;
|
2901
3005
|
user_node_id: string | null;
|
2902
|
-
rewards?: TPuzzleRewards[];
|
2903
|
-
student_elo_rating: number | null;
|
2904
|
-
current_elo_rating: number | null;
|
2905
3006
|
}
|
2906
3007
|
|
2907
3008
|
declare interface IPuzzleCardContainerProps {
|
@@ -2912,12 +3013,7 @@ declare interface IPuzzleCardContainerProps {
|
|
2912
3013
|
studentId: string;
|
2913
3014
|
onFullyHidden?: () => void;
|
2914
3015
|
onPuzzleClick: () => void;
|
2915
|
-
|
2916
|
-
|
2917
|
-
declare interface IPuzzleDashboardProps {
|
2918
|
-
studentId: string;
|
2919
|
-
onBackCLick?: () => void;
|
2920
|
-
onCardClick: (userNodeId: string) => void;
|
3016
|
+
onPuzzleAssign?: () => void;
|
2921
3017
|
}
|
2922
3018
|
|
2923
3019
|
export declare interface IPuzzleWebGameProps extends IBaseWebGameProps, ISyncableWebGameProps {
|
@@ -3082,6 +3178,15 @@ declare interface ISectionOption<Section = TDefaultSection> {
|
|
3082
3178
|
data: Section[];
|
3083
3179
|
}
|
3084
3180
|
|
3181
|
+
declare interface ISelectableInfoCardProps {
|
3182
|
+
id: string;
|
3183
|
+
title: string;
|
3184
|
+
description: string;
|
3185
|
+
icon: string;
|
3186
|
+
selected: boolean;
|
3187
|
+
onClick: (val: string) => void;
|
3188
|
+
}
|
3189
|
+
|
3085
3190
|
declare interface ISelectInputProps<IDType extends string | number> extends Omit<IBaseSelectInputProps<IDType>, 'searchable' | 'searchText' | 'onSearchTextChange'> {
|
3086
3191
|
}
|
3087
3192
|
|
@@ -3216,6 +3321,15 @@ declare interface ISignupMethodsProps {
|
|
3216
3321
|
loadingProvider: TSocialAuthProvider | null;
|
3217
3322
|
}
|
3218
3323
|
|
3324
|
+
declare interface ISignupOptionsProps {
|
3325
|
+
onEmailSignup: () => void;
|
3326
|
+
onGoogleSignup: () => void;
|
3327
|
+
onAppleSignup: () => void;
|
3328
|
+
onGoToLogin: () => void;
|
3329
|
+
loadingProvider: TSocialAuthProvider | null;
|
3330
|
+
title?: string;
|
3331
|
+
}
|
3332
|
+
|
3219
3333
|
export declare interface ISignUpProps {
|
3220
3334
|
circleOnLeapSignedUp: boolean;
|
3221
3335
|
circleOnLeapPremiumEnabled: boolean;
|
@@ -3371,6 +3485,8 @@ declare interface ISyncableWebGameProps {
|
|
3371
3485
|
declare interface ITabItem {
|
3372
3486
|
id: string;
|
3373
3487
|
label: string;
|
3488
|
+
iconPosition?: 'left' | 'right';
|
3489
|
+
Icon?: React.FC<React.SVGProps<SVGSVGElement>>;
|
3374
3490
|
}
|
3375
3491
|
|
3376
3492
|
export declare interface ITable {
|
@@ -3442,6 +3558,7 @@ declare interface ITabsProps {
|
|
3442
3558
|
selectedTab: string;
|
3443
3559
|
onChange: (tab: string) => void;
|
3444
3560
|
tabs: ITabItem[];
|
3561
|
+
background?: TColorNames;
|
3445
3562
|
}
|
3446
3563
|
|
3447
3564
|
export declare interface ITabVariantConfig {
|
@@ -3500,6 +3617,20 @@ declare interface ITalkMeterProps extends ITalkMeter {
|
|
3500
3617
|
animated?: boolean;
|
3501
3618
|
}
|
3502
3619
|
|
3620
|
+
declare interface ITeacherProfileDetails {
|
3621
|
+
lower_grade: string;
|
3622
|
+
higher_grade: string;
|
3623
|
+
header_image: string;
|
3624
|
+
years_of_experience: number;
|
3625
|
+
number_of_students_taught: number;
|
3626
|
+
countries: string[];
|
3627
|
+
degree: TDegreeInformation;
|
3628
|
+
}
|
3629
|
+
|
3630
|
+
declare interface ITeacherProfileProps {
|
3631
|
+
teacherProfile?: ITeacherProfileDetails;
|
3632
|
+
}
|
3633
|
+
|
3503
3634
|
declare interface ITeacherReview {
|
3504
3635
|
reviewComment?: string;
|
3505
3636
|
images?: string[];
|
@@ -3792,10 +3923,6 @@ declare interface IusePointerSyncProps {
|
|
3792
3923
|
targetUserId?: string;
|
3793
3924
|
}
|
3794
3925
|
|
3795
|
-
declare interface IUsePuzzleIntroJourney {
|
3796
|
-
onJourneyComplete: () => void;
|
3797
|
-
}
|
3798
|
-
|
3799
3926
|
export declare interface IUserChapterData {
|
3800
3927
|
chapter_code: string;
|
3801
3928
|
chapter_id: string;
|
@@ -3996,14 +4123,6 @@ export declare interface IWorksheetBehavior {
|
|
3996
4123
|
* For teacher we don't show review cta.
|
3997
4124
|
*/
|
3998
4125
|
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;
|
4007
4126
|
/**
|
4008
4127
|
* If true, questions will be validated and feedback will be shown.
|
4009
4128
|
*/
|
@@ -4055,10 +4174,6 @@ export declare interface IWorksheetBehavior {
|
|
4055
4174
|
* If true, the user can unassign the sheet.
|
4056
4175
|
*/
|
4057
4176
|
canUnAssign?: boolean;
|
4058
|
-
/**
|
4059
|
-
* If true, journey will be started.
|
4060
|
-
*/
|
4061
|
-
canStartJourney?: boolean;
|
4062
4177
|
}
|
4063
4178
|
|
4064
4179
|
declare interface IWorksheetCallbackProps {
|
@@ -4221,21 +4336,13 @@ export declare enum JOURNEY_ID_STUDENT {
|
|
4221
4336
|
CIRCLE_LESSONS_K_1_INTRO_JOURNEY = "CIRCLE_LESSONS_K_1_INTRO_JOURNEY",
|
4222
4337
|
HOMEPAGE_JOURNEY = "HOMEPAGE_JOURNEY",
|
4223
4338
|
CHAPTER_PAGE_JOURNEY = "CHAPTER_PAGE_JOURNEY",
|
4224
|
-
|
4225
|
-
CHALLENGE_ARENA_JOURNEY = "CHALLENGE_ARENA_JOURNEY",
|
4226
|
-
PUZZLE_ASSIGNED_JOURNEY = "PUZZLE_ASSIGNED_JOURNEY",
|
4227
|
-
PUZZLE_DASHBOARD_JOURNEY = "PUZZLE_DASHBOARD_JOURNEY"
|
4339
|
+
CHALLENGE_ARENA_JOURNEY = "CHALLENGE_ARENA_JOURNEY"
|
4228
4340
|
}
|
4229
4341
|
|
4230
4342
|
export declare enum JOURNEY_ID_TEACHER {
|
4231
4343
|
HOMEPAGE_JOURNEY = "HOMEPAGE_JOURNEY",
|
4232
4344
|
CHAPTER_PAGE_JOURNEY = "CHAPTER_PAGE_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"
|
4345
|
+
CHALLENGE_ARENA_JOURNEY = "CHALLENGE_ARENA_JOURNEY"
|
4239
4346
|
}
|
4240
4347
|
|
4241
4348
|
export declare const JourneyProvider: FC<IJourneyProviderProps>;
|
@@ -4258,6 +4365,8 @@ declare const LESSON_TAG_TYPE: {
|
|
4258
4365
|
readonly DEFAULT: "DEFAULT";
|
4259
4366
|
};
|
4260
4367
|
|
4368
|
+
export declare const LinearProgressBar: NamedExoticComponent<ILinearProgressBarProps>;
|
4369
|
+
|
4261
4370
|
export declare const loadScript: ILoadScript;
|
4262
4371
|
|
4263
4372
|
export declare const Lock2Icon: React_2.FC<React_2.SVGProps<SVGSVGElement>>;
|
@@ -4272,6 +4381,7 @@ export declare const LOTTIE: {
|
|
4272
4381
|
ACTIVITY: string;
|
4273
4382
|
ADVANCE_MODE_SEGMENT_LOTTIE: string;
|
4274
4383
|
ALL_DONE: string;
|
4384
|
+
ANIMATED_AVATAR: string;
|
4275
4385
|
AVATAR_SELECTED: string;
|
4276
4386
|
BEGINNER1X: string;
|
4277
4387
|
BRONZE_1: string;
|
@@ -4303,12 +4413,14 @@ export declare const LOTTIE: {
|
|
4303
4413
|
FAMILIAR1X: string;
|
4304
4414
|
FIFTEEN_MIN_CLOCK: string;
|
4305
4415
|
FIVE_MIN_CLOCK: string;
|
4416
|
+
FLYING_DISK: string;
|
4306
4417
|
GIFT: string;
|
4307
4418
|
GOLD_1: string;
|
4308
4419
|
GOLD_2: string;
|
4309
4420
|
GOLD_3: string;
|
4310
4421
|
GOLF: string;
|
4311
4422
|
GRADE: string;
|
4423
|
+
GRADUATION_CAP: string;
|
4312
4424
|
HIGH_SCORE_CONFETTI: string;
|
4313
4425
|
HIGH_SCORE_TEXT: string;
|
4314
4426
|
INFINITE_BUTTON_BG: string;
|
@@ -4319,17 +4431,21 @@ export declare const LOTTIE: {
|
|
4319
4431
|
LEVELUP_RINGS: string;
|
4320
4432
|
LEVEL_1_ALLSTAR: string;
|
4321
4433
|
LIGHTNING: string;
|
4434
|
+
LIGHT_BULB: string;
|
4322
4435
|
MAGICWAND: string;
|
4323
4436
|
MAIL: string;
|
4324
4437
|
MECHANICAL_ARM: string;
|
4325
4438
|
MEDAL: string;
|
4326
4439
|
MEDIUM: string;
|
4440
|
+
MUSCLE: string;
|
4327
4441
|
NUDGE_TAP: string;
|
4328
4442
|
OTP: string;
|
4329
4443
|
PARENT_AVATAR: string;
|
4330
4444
|
PARTY_BALL: string;
|
4331
4445
|
PARTY_POPPER: string;
|
4446
|
+
PENCIL: string;
|
4332
4447
|
PHONE_NUMBER: string;
|
4448
|
+
PLUS_SIGN: string;
|
4333
4449
|
POINT100: string;
|
4334
4450
|
POINT10: string;
|
4335
4451
|
POINT15: string;
|
@@ -4350,14 +4466,12 @@ export declare const LOTTIE: {
|
|
4350
4466
|
PROFICIENT1X: string;
|
4351
4467
|
PROJECT: string;
|
4352
4468
|
PUZZLE: string;
|
4353
|
-
|
4354
|
-
PUZZLE_GREEN_LOTTIE: string;
|
4355
|
-
PUZZLE_ORANGE_LOTTIE: string;
|
4356
|
-
PUZZLE_PURPLE_LOTTIE: string;
|
4357
|
-
PUZZLE_YELLOW_LOTTIE: string;
|
4469
|
+
RACING_CAR: string;
|
4358
4470
|
RANDOM_MODE_SEGMENT_LOTTIE: string;
|
4359
4471
|
RECAP: string;
|
4472
|
+
ROCKET: string;
|
4360
4473
|
SEQUENCE_MODE_SEGMENT_LOTTIE: string;
|
4474
|
+
SHOVEL: string;
|
4361
4475
|
SILVER_1: string;
|
4362
4476
|
SILVER_2: string;
|
4363
4477
|
SILVER_3: string;
|
@@ -4420,6 +4534,8 @@ export declare const ModalProvider: FC<IModalProviderProps>;
|
|
4420
4534
|
|
4421
4535
|
export declare const MoreVerticalIcon: React.FC<React.SVGProps<SVGSVGElement>>;
|
4422
4536
|
|
4537
|
+
export declare const MorningIcon: React.FC<React.SVGProps<SVGSVGElement>>;
|
4538
|
+
|
4423
4539
|
export declare const MultiTabBlocker: FC<PropsWithChildren<IMultiTabBlockerProps>>;
|
4424
4540
|
|
4425
4541
|
export declare const Next2Icon: React.FC<React.SVGProps<SVGSVGElement>>;
|
@@ -4573,8 +4689,12 @@ declare interface NumRangeInputProps {
|
|
4573
4689
|
endPlaceholder?: string;
|
4574
4690
|
}
|
4575
4691
|
|
4692
|
+
export declare const OnboardingGuide: () => JSX.Element;
|
4693
|
+
|
4576
4694
|
export declare const OTPForm: MemoExoticComponent<({ onSubmit, onChange, value, error, isProcessing, isValid, helperText, }: ISingleFieldFormProps) => JSX.Element>;
|
4577
4695
|
|
4696
|
+
export declare const OTPInput: NamedExoticComponent<IOTPInputProps>;
|
4697
|
+
|
4578
4698
|
export declare type OutcomeStage = keyof typeof STAGES;
|
4579
4699
|
|
4580
4700
|
export declare const OverlayLoader: MemoExoticComponent<({ isLoading }: {
|
@@ -4587,6 +4707,8 @@ export declare const PercentileInput: React_2.ForwardRefExoticComponent<IPercent
|
|
4587
4707
|
|
4588
4708
|
export declare const PerfectHits: NamedExoticComponent<IPerfectHitsProps>;
|
4589
4709
|
|
4710
|
+
export declare const PillButton: NamedExoticComponent<IPillButtonProps>;
|
4711
|
+
|
4590
4712
|
/**
|
4591
4713
|
** Global/Platform specific events that needs to be tracked goes here
|
4592
4714
|
** Naming convention needs to be snake_case
|
@@ -4596,7 +4718,6 @@ export declare enum PLATFORM_EVENTS_STUDENT {
|
|
4596
4718
|
CUSTOM_TEST_SUBMITTED = "custom_test_submitted",
|
4597
4719
|
HOMEWORK_COMPLETED = "homework_completed",
|
4598
4720
|
ERROR_VIA_AUTO_LOGIN_FROM_CUEMATH_APP = "error_via_auto_login_from_cuemath_app",
|
4599
|
-
PUZZLE_ATTEMPTED = "puzzle_attempted",
|
4600
4721
|
ACTIVITY_STARTED = "activity_started",
|
4601
4722
|
ACTIVITY_TUTORIAL_SEEN = "activity_tutorial_seen",
|
4602
4723
|
STREAK_ICON_CLICKED = "streak_icon_clicked",
|
@@ -4613,9 +4734,7 @@ export declare enum PLATFORM_EVENTS_TEACHER {
|
|
4613
4734
|
LESSON_FEEDBACK_NEGATIVE = "lesson_feedback_negative",
|
4614
4735
|
LESSON_FEEDBACK_BACK_BUTTON = "lesson_feedback_back_button",
|
4615
4736
|
LESSON_FEEDBACK_SUBMIT = "lesson_feedback_submit",
|
4616
|
-
LESSON_FEEDBACK_NEXT = "lesson_feedback_next"
|
4617
|
-
PUZZLE_UNASSIGNED = "puzzle_unassigned",
|
4618
|
-
PUZZLE_REVIEWED = "puzzle_reviewed"
|
4737
|
+
LESSON_FEEDBACK_NEXT = "lesson_feedback_next"
|
4619
4738
|
}
|
4620
4739
|
|
4621
4740
|
export declare const Play2Icon: React_2.FC<React_2.SVGProps<SVGSVGElement>>;
|
@@ -4692,8 +4811,6 @@ export declare const PuzzleApp: NamedExoticComponent<IPuzzleAppProps>;
|
|
4692
4811
|
|
4693
4812
|
export declare const PuzzleCard: FC<IPuzzleCardContainerProps>;
|
4694
4813
|
|
4695
|
-
export declare const PuzzleDashboard: FC<IPuzzleDashboardProps>;
|
4696
|
-
|
4697
4814
|
export declare const PuzzleFeedbackCelebration: FC;
|
4698
4815
|
|
4699
4816
|
export declare const PuzzleIcon: React.FC<React.SVGProps<SVGSVGElement>>;
|
@@ -4777,6 +4894,8 @@ declare enum SECTION_CODE {
|
|
4777
4894
|
|
4778
4895
|
export declare const SectionList: <Section extends string | number | TDefaultSection>(props: ISectionList<Section>) => ReactElement;
|
4779
4896
|
|
4897
|
+
export declare const SelectableInfoCard: MemoExoticComponent<({ id, title, description, icon, selected, onClick, }: ISelectableInfoCardProps) => JSX.Element>;
|
4898
|
+
|
4780
4899
|
export declare const SelectInput: <IDType extends string | number>(props: ISelectInputProps<IDType>) => ReactElement;
|
4781
4900
|
|
4782
4901
|
export declare const SelectionCards: <IDType extends string | number>({ options, value, values, onChange, analyticsLabel, analyticsProps, type, $background, $selectedBackground, $cardWidth, }: ISelectionCardListProps<IDType>) => JSX.Element;
|
@@ -4832,8 +4951,12 @@ export declare const SheetLocked: MemoExoticComponent<({ onHomeClick }: {
|
|
4832
4951
|
|
4833
4952
|
export declare const SignUp: ({ mathGymEnrolledUser, circleEnrolledUser, circleOnLeapPremiumDays, circleUsername, countryCode, grade: defaultGrade, state, circleOnLeapPremiumEnabled, studentId, isSignUpProcessing, onCreateUser, onUpdateUser, onSignupStepsComplete, }: ISignUpProps) => JSX.Element;
|
4834
4953
|
|
4954
|
+
export declare const SignupHeader: () => JSX.Element;
|
4955
|
+
|
4835
4956
|
export declare const SignupMethods: NamedExoticComponent<ISignupMethodsProps>;
|
4836
4957
|
|
4958
|
+
export declare const SignupOptions: NamedExoticComponent<ISignupOptionsProps>;
|
4959
|
+
|
4837
4960
|
declare const SketchIcon: React.FC<React.SVGProps<SVGSVGElement>>;
|
4838
4961
|
export { SketchIcon as ScribbleIcon }
|
4839
4962
|
export { SketchIcon }
|
@@ -4860,6 +4983,8 @@ export declare const STAGES: {
|
|
4860
4983
|
|
4861
4984
|
export declare const Star2Icon: React.FC<React.SVGProps<SVGSVGElement>>;
|
4862
4985
|
|
4986
|
+
export declare const Star3Icon: React.FC<React.SVGProps<SVGSVGElement>>;
|
4987
|
+
|
4863
4988
|
export declare const StarIcon: React.FC<React.SVGProps<SVGSVGElement>>;
|
4864
4989
|
|
4865
4990
|
export declare enum State {
|
@@ -4932,7 +5057,7 @@ declare const TAB_CODES: {
|
|
4932
5057
|
|
4933
5058
|
export declare const TabComponent: React_2.FC<ITabProps>;
|
4934
5059
|
|
4935
|
-
export declare const Tabs: MemoExoticComponent<({ selectedTab, onChange, tabs }: ITabsProps) => JSX.Element>;
|
5060
|
+
export declare const Tabs: MemoExoticComponent<({ selectedTab, onChange, tabs, background }: ITabsProps) => JSX.Element>;
|
4936
5061
|
|
4937
5062
|
export declare type TAction = EventToPayload<TInclassMessage>;
|
4938
5063
|
|
@@ -5021,7 +5146,7 @@ declare type TBlockType = keyof typeof BLOCK_TYPE_2;
|
|
5021
5146
|
|
5022
5147
|
export declare type TButtonSizes = 'xsmall' | 'small' | 'regular' | 'medium' | 'large';
|
5023
5148
|
|
5024
|
-
export declare type TButtonVariants = 'primary' | 'secondary' | 'tertiary' | 'secondary-gray' | 'secondary-dark';
|
5149
|
+
export declare type TButtonVariants = 'primary' | 'secondary' | 'tertiary' | 'secondary-gray' | 'secondary-dark' | 'black' | 'black-dark' | 'yellow-dark';
|
5025
5150
|
|
5026
5151
|
declare type TCallback = (messages: TInclassMessage[]) => void;
|
5027
5152
|
|
@@ -5083,7 +5208,7 @@ export declare type TCheckboxVariants = 'black' | 'black-dark';
|
|
5083
5208
|
*/
|
5084
5209
|
export declare type TCoachmarkJourneyProps = Omit<ICoachmarkProps, 'isActive'>;
|
5085
5210
|
|
5086
|
-
export declare type TColorNames = `${THueNames}_${'1' | '2' | '3' | '4' | '5' | '6'}` | `${'BLACK' | 'WHITE'}_${'1' | '2' | '3' | '4' | '5'}` | `${'GREY'}_${'1' | '2' | '3' | '4'}` | `${'BLACK_T'}_${'02' | '04' | '08' | '15' | '20' | '38' | '60' | '87'}` | `${'WHITE_T'}_${'03' | '05' | '10' | '15' | '38' | '60' | '87'}` | 'BLACK' | `${'BLACK'}_${'50' | '65' | '75' | '10'}` | 'REAL_BLACK' | `${'REAL_BLACK'}_${'10' | '15' | '30' | '50' | '60'}` | 'WHITE' | `${'WHITE'}_${'10' | '20' | '30' | '70'}` | 'RED' | 'TRANSPARENT' | 'FLOWER'
|
5211
|
+
export declare type TColorNames = `${THueNames}_${'1' | '2' | '3' | '4' | '5' | '6'}` | `${'BLACK' | 'WHITE'}_${'1' | '2' | '3' | '4' | '5'}` | `${'GREY'}_${'1' | '2' | '3' | '4'}` | `${'BLACK_T'}_${'02' | '04' | '08' | '15' | '20' | '38' | '60' | '87'}` | `${'WHITE_T'}_${'03' | '05' | '10' | '15' | '38' | '60' | '87'}` | 'BLACK' | `${'BLACK'}_${'50' | '65' | '75' | '10'}` | 'REAL_BLACK' | `${'REAL_BLACK'}_${'10' | '15' | '30' | '50' | '60'}` | 'WHITE' | `${'WHITE'}_${'10' | '20' | '30' | '70'}` | 'RED' | 'TRANSPARENT' | 'FLOWER' | `${'GREEN' | 'PURPLE'}_20`;
|
5087
5212
|
|
5088
5213
|
export declare type TColorsMap = Record<TColorNames, string>;
|
5089
5214
|
|
@@ -5142,8 +5267,15 @@ declare type TCueProgramData = {
|
|
5142
5267
|
|
5143
5268
|
declare type TDefaultSection = Record<string, unknown>;
|
5144
5269
|
|
5270
|
+
declare type TDegreeInformation = {
|
5271
|
+
degree_name?: string;
|
5272
|
+
field_of_study?: string;
|
5273
|
+
};
|
5274
|
+
|
5145
5275
|
declare type TDrawingData = ITile | IStroke | undefined;
|
5146
5276
|
|
5277
|
+
export declare const TeacherProfile: FC<ITeacherProfileProps>;
|
5278
|
+
|
5147
5279
|
declare type TEnglishSectionSummary = {
|
5148
5280
|
section_code: 'READING & WRITING';
|
5149
5281
|
} & TSectionSummary;
|
@@ -5177,6 +5309,7 @@ declare interface TextProps {
|
|
5177
5309
|
$whiteSpace?: 'pre-line' | 'normal' | 'pre-wrap' | 'no-wrap' | 'pre' | 'break-spaces';
|
5178
5310
|
$renderOnMobileAs?: TTextVariants;
|
5179
5311
|
$renderOnTabletAs?: TTextVariants;
|
5312
|
+
$cursor?: 'pointer' | 'default' | 'text' | 'not-allowed' | 'move' | 'help';
|
5180
5313
|
}
|
5181
5314
|
|
5182
5315
|
export declare type TFontFamilyNames = `${'Athletics'}-${'Light' | 'Regular' | 'Medium' | 'Bold' | 'Black'}` | `${'UntitledSans'}-${'Regular' | 'Medium'}`;
|
@@ -5431,21 +5564,6 @@ export declare type TInclassMessage = {
|
|
5431
5564
|
eventPayload: {
|
5432
5565
|
chapterId: string;
|
5433
5566
|
};
|
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
|
-
};
|
5449
5567
|
} | {
|
5450
5568
|
eventName: 'TEACHER_BADGE';
|
5451
5569
|
eventPayload: {
|
@@ -6275,21 +6393,6 @@ export declare const useModalParams: IUseModalParams;
|
|
6275
6393
|
|
6276
6394
|
export declare const usePointerSync: ({ userType, targetUserId, }: IusePointerSyncProps) => IusePointerSyncMethods;
|
6277
6395
|
|
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
|
-
|
6293
6396
|
export declare const User2Icon: React.FC<React.SVGProps<SVGSVGElement>>;
|
6294
6397
|
|
6295
6398
|
export declare const UserIcon: React.FC<React.SVGProps<SVGSVGElement>>;
|
@@ -6300,11 +6403,6 @@ export declare const UsernamePasswordForm: NamedExoticComponent<IUsernamePasswor
|
|
6300
6403
|
|
6301
6404
|
export declare const UserTypeSelector: NamedExoticComponent<IUserTypeSelectorProps>;
|
6302
6405
|
|
6303
|
-
export declare const useTeacherPuzzleAssignedJourney: () => {
|
6304
|
-
puzzleHomeTabRef: RefObject<HTMLDivElement>;
|
6305
|
-
startJourney: () => void;
|
6306
|
-
};
|
6307
|
-
|
6308
6406
|
export declare const useTrackingContext: (commonAnalyticsProps: Record<string, unknown>, overrides?: Record<string, unknown>) => {
|
6309
6407
|
onClick: TTrackCTA;
|
6310
6408
|
onResponse: TTrackInput;
|