@cuemath/leap 3.2.17-node-beta-0.1 → 3.2.17
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 +5 -0
- 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/lottie/lottie.js +10 -0
- package/dist/assets/lottie/lottie.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/comps/node-card/node-card-tags.js +12 -19
- package/dist/features/chapters-v2/comps/node-card/node-card-tags.js.map +1 -1
- package/dist/features/chapters-v2/constants/block-constants.js +2 -3
- package/dist/features/chapters-v2/constants/block-constants.js.map +1 -1
- package/dist/features/chapters-v2/utils/index.js +4 -6
- package/dist/features/chapters-v2/utils/index.js.map +1 -1
- package/dist/features/chapters-v2/utils/node-card-utils.js +0 -4
- package/dist/features/chapters-v2/utils/node-card-utils.js.map +1 -1
- package/dist/features/sheets/constants/sheet.js +1 -2
- package/dist/features/sheets/constants/sheet.js.map +1 -1
- 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/theme/button.js +78 -78
- package/dist/features/ui/theme/button.js.map +1 -1
- package/dist/index.d.ts +120 -6
- package/dist/index.js +474 -450
- package/dist/index.js.map +1 -1
- package/dist/node_modules/decode-uri-component/index.js.map +1 -0
- package/dist/node_modules/query-string/base.js +1 -1
- package/dist/node_modules/uuid/dist/esm-browser/native.js +7 -0
- package/dist/node_modules/uuid/dist/esm-browser/native.js.map +1 -0
- package/dist/node_modules/uuid/dist/esm-browser/rng.js +3 -2
- package/dist/node_modules/uuid/dist/esm-browser/rng.js.map +1 -1
- package/dist/node_modules/uuid/dist/esm-browser/stringify.js +6 -10
- package/dist/node_modules/uuid/dist/esm-browser/stringify.js.map +1 -1
- package/dist/node_modules/uuid/dist/esm-browser/v4.js +12 -9
- package/dist/node_modules/uuid/dist/esm-browser/v4.js.map +1 -1
- package/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/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/trustpilot.bd3d79e1.svg +1 -0
- package/package.json +1 -1
- package/dist/node_modules/query-string/node_modules/decode-uri-component/index.js.map +0 -1
- package/dist/node_modules/uuid/dist/esm-browser/regex.js +0 -5
- package/dist/node_modules/uuid/dist/esm-browser/regex.js.map +0 -1
- package/dist/node_modules/uuid/dist/esm-browser/validate.js +0 -8
- package/dist/node_modules/uuid/dist/esm-browser/validate.js.map +0 -1
- /package/dist/node_modules/{query-string/node_modules/decode-uri-component → decode-uri-component}/index.js +0 -0
package/dist/index.d.ts
CHANGED
@@ -52,10 +52,14 @@ export declare const AchievementNotShareReasonModal: React_2.FC<IShareInstructio
|
|
52
52
|
|
53
53
|
export declare const AchievementShareInstructionModal: React_2.FC<IShareInstructionModalProps>;
|
54
54
|
|
55
|
+
export declare const AfternoonIcon: React.FC<React.SVGProps<SVGSVGElement>>;
|
56
|
+
|
55
57
|
export declare const AlertIcon: React_2.FC<React_2.SVGProps<SVGSVGElement>>;
|
56
58
|
|
57
59
|
export declare const AnimatedArc: React_2.FC<IAnimatedArcProps>;
|
58
60
|
|
61
|
+
export declare const AnimatedAvatarMessage: NamedExoticComponent<IAnimatedAvatarMessageProps>;
|
62
|
+
|
59
63
|
export declare const AppLoader: FC<IAppLoaderProps>;
|
60
64
|
|
61
65
|
export declare const ArcButton: NamedExoticComponent<IArcButtonProps & {
|
@@ -130,8 +134,7 @@ declare enum BLOCK_TYPE {
|
|
130
134
|
PUZZLE_CARDS = "PUZZLE_CARDS",
|
131
135
|
SAT_MOCK_TEST = "SAT_MOCK_TEST",
|
132
136
|
STEP_UP = "STEP_UP",
|
133
|
-
CHALLENGE_ARENA = "CHALLENGE_ARENA"
|
134
|
-
DOWNLOADS = "DOWNLOADS"
|
137
|
+
CHALLENGE_ARENA = "CHALLENGE_ARENA"
|
135
138
|
}
|
136
139
|
|
137
140
|
declare const BLOCK_TYPE_2: {
|
@@ -349,6 +352,8 @@ export declare const DraftIcon: React.FC<React.SVGProps<SVGSVGElement>>;
|
|
349
352
|
|
350
353
|
export declare const DragIcon: React.FC<React.SVGProps<SVGSVGElement>>;
|
351
354
|
|
355
|
+
export declare const Drawer: FC<IDrawerProps>;
|
356
|
+
|
352
357
|
export declare const DynamicPreviewWorksheet: FC<IDynamicWorksheetPreview>;
|
353
358
|
|
354
359
|
export declare enum EClassTimeAlertLevel {
|
@@ -421,6 +426,8 @@ declare interface ErrorProps {
|
|
421
426
|
handleClick: () => void;
|
422
427
|
}
|
423
428
|
|
429
|
+
export declare const EveningIcon: React.FC<React.SVGProps<SVGSVGElement>>;
|
430
|
+
|
424
431
|
export declare const EVENTS: {
|
425
432
|
PUZZLE_FEEDBACK_CELEBRATION: "PUZZLE_FEEDBACK_CELEBRATION";
|
426
433
|
HOMEWORK_UNASSIGN: "HOMEWORK_UNASSIGN";
|
@@ -645,6 +652,21 @@ declare interface IAnimatedArcProps {
|
|
645
652
|
showAnimatedRainbowArc?: boolean;
|
646
653
|
}
|
647
654
|
|
655
|
+
declare interface IAnimatedAvatarMessageProps {
|
656
|
+
message: string;
|
657
|
+
onShowContent: (show: boolean) => void;
|
658
|
+
confirmationFrames: [number, number];
|
659
|
+
confirmationMessage?: string;
|
660
|
+
isConfirmationVisible?: boolean;
|
661
|
+
ref: React.Ref<IAnimatedAvatarMessageRef>;
|
662
|
+
height?: string | number;
|
663
|
+
}
|
664
|
+
|
665
|
+
export declare type IAnimatedAvatarMessageRef = {
|
666
|
+
fadeOutMessage: () => Promise<void>;
|
667
|
+
playConfirmationFrames: () => Promise<void>;
|
668
|
+
};
|
669
|
+
|
648
670
|
declare interface IAppLoaderProps {
|
649
671
|
width?: string | number;
|
650
672
|
height?: string | number;
|
@@ -690,6 +712,7 @@ declare interface IAuthPageLayoutProps {
|
|
690
712
|
leftBlock: ReactElement;
|
691
713
|
rightBlock?: ReactElement;
|
692
714
|
isFullWidth?: boolean;
|
715
|
+
rightBlockBg?: TColorNames;
|
693
716
|
}
|
694
717
|
|
695
718
|
declare interface IAuthStaticPanelProps {
|
@@ -1346,6 +1369,16 @@ declare interface IDigitalMeterProps {
|
|
1346
1369
|
actAsTimer?: boolean;
|
1347
1370
|
}
|
1348
1371
|
|
1372
|
+
declare interface IDrawerProps {
|
1373
|
+
isOpen: boolean;
|
1374
|
+
onClose?: () => void;
|
1375
|
+
children: ReactNode;
|
1376
|
+
drawerWidth?: number | string;
|
1377
|
+
position?: 'left' | 'right';
|
1378
|
+
zIndex?: number;
|
1379
|
+
theme: 'light' | 'dark';
|
1380
|
+
}
|
1381
|
+
|
1349
1382
|
declare interface IDynamicWorksheetPreview {
|
1350
1383
|
studentId: string;
|
1351
1384
|
userNodeId: string;
|
@@ -1605,7 +1638,7 @@ declare interface IIdentifierOtpFormProps {
|
|
1605
1638
|
}
|
1606
1639
|
|
1607
1640
|
declare interface IImageProps extends ImgHTMLAttributes<HTMLImageElement> {
|
1608
|
-
withLoader
|
1641
|
+
withLoader?: boolean;
|
1609
1642
|
borderRadius?: number;
|
1610
1643
|
borderColor?: TColorNames;
|
1611
1644
|
}
|
@@ -1979,6 +2012,14 @@ export declare interface ILessonWebGameProps extends IBaseWebGameProps, ISyncabl
|
|
1979
2012
|
targetQuestions: number;
|
1980
2013
|
}
|
1981
2014
|
|
2015
|
+
declare interface ILinearProgressBarProps {
|
2016
|
+
percentage: number;
|
2017
|
+
height?: number;
|
2018
|
+
backgroundColor?: TColorNames;
|
2019
|
+
fillColor?: TColorNames;
|
2020
|
+
borderRadius?: number;
|
2021
|
+
}
|
2022
|
+
|
1982
2023
|
export declare const ILLUSTRATIONS: {
|
1983
2024
|
ALARM_CLOCK_ORANGE: string;
|
1984
2025
|
ALARM_CLOCK_PURPLE: string;
|
@@ -1995,6 +2036,7 @@ export declare const ILLUSTRATIONS: {
|
|
1995
2036
|
CALENDAR_BLUE: string;
|
1996
2037
|
CALENDAR_GRAY: string;
|
1997
2038
|
CALENDAR_GREEN: string;
|
2039
|
+
CALENDAR_PURPLE: string;
|
1998
2040
|
CAUTION: string;
|
1999
2041
|
CHAPTER_10: string;
|
2000
2042
|
CHAPTER_1: string;
|
@@ -2034,6 +2076,7 @@ export declare const ILLUSTRATIONS: {
|
|
2034
2076
|
GRADUATE_PINK_FILLED_BG: string;
|
2035
2077
|
GREEN_BALLOON: string;
|
2036
2078
|
GREEN_FACE: string;
|
2079
|
+
HANDSHAKE: string;
|
2037
2080
|
LEARNED_SHIELD_GRAY: string;
|
2038
2081
|
LEARNED_SHIELD_GREEN: string;
|
2039
2082
|
LEARNT: string;
|
@@ -2052,6 +2095,7 @@ export declare const ILLUSTRATIONS: {
|
|
2052
2095
|
MILESTONE_INTRO_2: string;
|
2053
2096
|
MILESTONE_INTRO_3: string;
|
2054
2097
|
MISTAKE: string;
|
2098
|
+
MONEY: string;
|
2055
2099
|
NODE_ACTIVITY_BG: string;
|
2056
2100
|
NODE_CUSTOM_TEST_BG: string;
|
2057
2101
|
NODE_DOWNLOAD_BG: string;
|
@@ -2069,6 +2113,7 @@ export declare const ILLUSTRATIONS: {
|
|
2069
2113
|
NUMBER_4_ORANGE: string;
|
2070
2114
|
ONE_STAR_FILLED: string;
|
2071
2115
|
ORANGE_FACE: string;
|
2116
|
+
PARENT_AVATAR: string;
|
2072
2117
|
PEOPLE_WITH_ORANGE_FILL: string;
|
2073
2118
|
PLAY: string;
|
2074
2119
|
PLAY_ICON: string;
|
@@ -2105,6 +2150,7 @@ export declare const ILLUSTRATIONS: {
|
|
2105
2150
|
TROPHY_BLUE_FILLED: string;
|
2106
2151
|
TROPHY_CIRCLE: string;
|
2107
2152
|
TROPHY_GREEN: string;
|
2153
|
+
TRUSTPILOT: string;
|
2108
2154
|
TWO_STARS_FILLED: string;
|
2109
2155
|
UP_ARROW: string;
|
2110
2156
|
USER_CROWN_GRID_BACKGROUND: string;
|
@@ -2637,6 +2683,14 @@ declare interface IOpenImageReviewModalProps {
|
|
2637
2683
|
image?: string;
|
2638
2684
|
}
|
2639
2685
|
|
2686
|
+
declare interface IOTPInputProps {
|
2687
|
+
length?: number;
|
2688
|
+
value: string;
|
2689
|
+
onChange: (val: string) => void;
|
2690
|
+
error?: string;
|
2691
|
+
isBusy?: boolean;
|
2692
|
+
}
|
2693
|
+
|
2640
2694
|
declare interface IOTPResendProps {
|
2641
2695
|
onResendOTP: () => void;
|
2642
2696
|
onResendVoiceOTP?: () => void;
|
@@ -2645,6 +2699,8 @@ declare interface IOTPResendProps {
|
|
2645
2699
|
disabled?: boolean;
|
2646
2700
|
renderAs?: 'submit' | 'text';
|
2647
2701
|
width?: number | string;
|
2702
|
+
textButtonColor?: TColorNames;
|
2703
|
+
size?: 'small' | 'xsmall';
|
2648
2704
|
}
|
2649
2705
|
|
2650
2706
|
declare interface IOutcomeConfig {
|
@@ -2682,6 +2738,18 @@ declare interface IPerfectHitsProps {
|
|
2682
2738
|
value: number;
|
2683
2739
|
}
|
2684
2740
|
|
2741
|
+
declare interface IPillButtonProps {
|
2742
|
+
id: string;
|
2743
|
+
label: string;
|
2744
|
+
selected?: boolean;
|
2745
|
+
disabled?: boolean;
|
2746
|
+
animatedLabel?: string;
|
2747
|
+
icon?: string;
|
2748
|
+
onClick: (val: string) => void;
|
2749
|
+
tooltip?: string;
|
2750
|
+
width?: number | string;
|
2751
|
+
}
|
2752
|
+
|
2685
2753
|
declare interface IPlaceholder {
|
2686
2754
|
text?: string;
|
2687
2755
|
marks?: string;
|
@@ -3069,6 +3137,15 @@ declare interface ISectionOption<Section = TDefaultSection> {
|
|
3069
3137
|
data: Section[];
|
3070
3138
|
}
|
3071
3139
|
|
3140
|
+
declare interface ISelectableInfoCardProps {
|
3141
|
+
id: string;
|
3142
|
+
title: string;
|
3143
|
+
description: string;
|
3144
|
+
icon: string;
|
3145
|
+
selected: boolean;
|
3146
|
+
onClick: (val: string) => void;
|
3147
|
+
}
|
3148
|
+
|
3072
3149
|
declare interface ISelectInputProps<IDType extends string | number> extends Omit<IBaseSelectInputProps<IDType>, 'searchable' | 'searchText' | 'onSearchTextChange'> {
|
3073
3150
|
}
|
3074
3151
|
|
@@ -3203,6 +3280,15 @@ declare interface ISignupMethodsProps {
|
|
3203
3280
|
loadingProvider: TSocialAuthProvider | null;
|
3204
3281
|
}
|
3205
3282
|
|
3283
|
+
declare interface ISignupOptionsProps {
|
3284
|
+
onEmailSignup: () => void;
|
3285
|
+
onGoogleSignup: () => void;
|
3286
|
+
onAppleSignup: () => void;
|
3287
|
+
onGoToLogin: () => void;
|
3288
|
+
loadingProvider: TSocialAuthProvider | null;
|
3289
|
+
title?: string;
|
3290
|
+
}
|
3291
|
+
|
3206
3292
|
export declare interface ISignUpProps {
|
3207
3293
|
circleOnLeapSignedUp: boolean;
|
3208
3294
|
circleOnLeapPremiumEnabled: boolean;
|
@@ -3358,6 +3444,8 @@ declare interface ISyncableWebGameProps {
|
|
3358
3444
|
declare interface ITabItem {
|
3359
3445
|
id: string;
|
3360
3446
|
label: string;
|
3447
|
+
iconPosition?: 'left' | 'right';
|
3448
|
+
Icon?: React.FC<React.SVGProps<SVGSVGElement>>;
|
3361
3449
|
}
|
3362
3450
|
|
3363
3451
|
export declare interface ITable {
|
@@ -3429,6 +3517,7 @@ declare interface ITabsProps {
|
|
3429
3517
|
selectedTab: string;
|
3430
3518
|
onChange: (tab: string) => void;
|
3431
3519
|
tabs: ITabItem[];
|
3520
|
+
background?: TColorNames;
|
3432
3521
|
}
|
3433
3522
|
|
3434
3523
|
export declare interface ITabVariantConfig {
|
@@ -4221,6 +4310,8 @@ declare const LESSON_TAG_TYPE: {
|
|
4221
4310
|
readonly DEFAULT: "DEFAULT";
|
4222
4311
|
};
|
4223
4312
|
|
4313
|
+
export declare const LinearProgressBar: NamedExoticComponent<ILinearProgressBarProps>;
|
4314
|
+
|
4224
4315
|
export declare const loadScript: ILoadScript;
|
4225
4316
|
|
4226
4317
|
export declare const Lock2Icon: React_2.FC<React_2.SVGProps<SVGSVGElement>>;
|
@@ -4235,6 +4326,7 @@ export declare const LOTTIE: {
|
|
4235
4326
|
ACTIVITY: string;
|
4236
4327
|
ADVANCE_MODE_SEGMENT_LOTTIE: string;
|
4237
4328
|
ALL_DONE: string;
|
4329
|
+
ANIMATED_AVATAR: string;
|
4238
4330
|
AVATAR_SELECTED: string;
|
4239
4331
|
BEGINNER1X: string;
|
4240
4332
|
BRONZE_1: string;
|
@@ -4266,12 +4358,14 @@ export declare const LOTTIE: {
|
|
4266
4358
|
FAMILIAR1X: string;
|
4267
4359
|
FIFTEEN_MIN_CLOCK: string;
|
4268
4360
|
FIVE_MIN_CLOCK: string;
|
4361
|
+
FLYING_DISK: string;
|
4269
4362
|
GIFT: string;
|
4270
4363
|
GOLD_1: string;
|
4271
4364
|
GOLD_2: string;
|
4272
4365
|
GOLD_3: string;
|
4273
4366
|
GOLF: string;
|
4274
4367
|
GRADE: string;
|
4368
|
+
GRADUATION_CAP: string;
|
4275
4369
|
HIGH_SCORE_CONFETTI: string;
|
4276
4370
|
HIGH_SCORE_TEXT: string;
|
4277
4371
|
INFINITE_BUTTON_BG: string;
|
@@ -4282,17 +4376,21 @@ export declare const LOTTIE: {
|
|
4282
4376
|
LEVELUP_RINGS: string;
|
4283
4377
|
LEVEL_1_ALLSTAR: string;
|
4284
4378
|
LIGHTNING: string;
|
4379
|
+
LIGHT_BULB: string;
|
4285
4380
|
MAGICWAND: string;
|
4286
4381
|
MAIL: string;
|
4287
4382
|
MECHANICAL_ARM: string;
|
4288
4383
|
MEDAL: string;
|
4289
4384
|
MEDIUM: string;
|
4385
|
+
MUSCLE: string;
|
4290
4386
|
NUDGE_TAP: string;
|
4291
4387
|
OTP: string;
|
4292
4388
|
PARENT_AVATAR: string;
|
4293
4389
|
PARTY_BALL: string;
|
4294
4390
|
PARTY_POPPER: string;
|
4391
|
+
PENCIL: string;
|
4295
4392
|
PHONE_NUMBER: string;
|
4393
|
+
PLUS_SIGN: string;
|
4296
4394
|
POINT100: string;
|
4297
4395
|
POINT10: string;
|
4298
4396
|
POINT15: string;
|
@@ -4313,9 +4411,12 @@ export declare const LOTTIE: {
|
|
4313
4411
|
PROFICIENT1X: string;
|
4314
4412
|
PROJECT: string;
|
4315
4413
|
PUZZLE: string;
|
4414
|
+
RACING_CAR: string;
|
4316
4415
|
RANDOM_MODE_SEGMENT_LOTTIE: string;
|
4317
4416
|
RECAP: string;
|
4417
|
+
ROCKET: string;
|
4318
4418
|
SEQUENCE_MODE_SEGMENT_LOTTIE: string;
|
4419
|
+
SHOVEL: string;
|
4319
4420
|
SILVER_1: string;
|
4320
4421
|
SILVER_2: string;
|
4321
4422
|
SILVER_3: string;
|
@@ -4378,6 +4479,8 @@ export declare const ModalProvider: FC<IModalProviderProps>;
|
|
4378
4479
|
|
4379
4480
|
export declare const MoreVerticalIcon: React.FC<React.SVGProps<SVGSVGElement>>;
|
4380
4481
|
|
4482
|
+
export declare const MorningIcon: React.FC<React.SVGProps<SVGSVGElement>>;
|
4483
|
+
|
4381
4484
|
export declare const MultiTabBlocker: FC<PropsWithChildren<IMultiTabBlockerProps>>;
|
4382
4485
|
|
4383
4486
|
export declare const Next2Icon: React.FC<React.SVGProps<SVGSVGElement>>;
|
@@ -4477,7 +4580,6 @@ export declare const NODE_TYPE: {
|
|
4477
4580
|
readonly TARGET_PRACTICE: "TARGET_PRACTICE";
|
4478
4581
|
readonly MASTERY: "MASTERY";
|
4479
4582
|
readonly TRIAL_DIAGNOSTIC: "TRIAL_DIAGNOSTIC";
|
4480
|
-
readonly PDF: "PDF";
|
4481
4583
|
};
|
4482
4584
|
|
4483
4585
|
export declare enum NODE_TYPES {
|
@@ -4532,8 +4634,12 @@ declare interface NumRangeInputProps {
|
|
4532
4634
|
endPlaceholder?: string;
|
4533
4635
|
}
|
4534
4636
|
|
4637
|
+
export declare const OnboardingGuide: () => JSX.Element;
|
4638
|
+
|
4535
4639
|
export declare const OTPForm: MemoExoticComponent<({ onSubmit, onChange, value, error, isProcessing, isValid, helperText, }: ISingleFieldFormProps) => JSX.Element>;
|
4536
4640
|
|
4641
|
+
export declare const OTPInput: NamedExoticComponent<IOTPInputProps>;
|
4642
|
+
|
4537
4643
|
export declare type OutcomeStage = keyof typeof STAGES;
|
4538
4644
|
|
4539
4645
|
export declare const OverlayLoader: MemoExoticComponent<({ isLoading }: {
|
@@ -4546,6 +4652,8 @@ export declare const PercentileInput: React_2.ForwardRefExoticComponent<IPercent
|
|
4546
4652
|
|
4547
4653
|
export declare const PerfectHits: NamedExoticComponent<IPerfectHitsProps>;
|
4548
4654
|
|
4655
|
+
export declare const PillButton: NamedExoticComponent<IPillButtonProps>;
|
4656
|
+
|
4549
4657
|
/**
|
4550
4658
|
** Global/Platform specific events that needs to be tracked goes here
|
4551
4659
|
** Naming convention needs to be snake_case
|
@@ -4731,6 +4839,8 @@ declare enum SECTION_CODE {
|
|
4731
4839
|
|
4732
4840
|
export declare const SectionList: <Section extends string | number | TDefaultSection>(props: ISectionList<Section>) => ReactElement;
|
4733
4841
|
|
4842
|
+
export declare const SelectableInfoCard: MemoExoticComponent<({ id, title, description, icon, selected, onClick, }: ISelectableInfoCardProps) => JSX.Element>;
|
4843
|
+
|
4734
4844
|
export declare const SelectInput: <IDType extends string | number>(props: ISelectInputProps<IDType>) => ReactElement;
|
4735
4845
|
|
4736
4846
|
export declare const SelectionCards: <IDType extends string | number>({ options, value, values, onChange, analyticsLabel, analyticsProps, type, $background, $selectedBackground, $cardWidth, }: ISelectionCardListProps<IDType>) => JSX.Element;
|
@@ -4786,8 +4896,12 @@ export declare const SheetLocked: MemoExoticComponent<({ onHomeClick }: {
|
|
4786
4896
|
|
4787
4897
|
export declare const SignUp: ({ mathGymEnrolledUser, circleEnrolledUser, circleOnLeapPremiumDays, circleUsername, countryCode, grade: defaultGrade, state, circleOnLeapPremiumEnabled, studentId, isSignUpProcessing, onCreateUser, onUpdateUser, onSignupStepsComplete, }: ISignUpProps) => JSX.Element;
|
4788
4898
|
|
4899
|
+
export declare const SignupHeader: () => JSX.Element;
|
4900
|
+
|
4789
4901
|
export declare const SignupMethods: NamedExoticComponent<ISignupMethodsProps>;
|
4790
4902
|
|
4903
|
+
export declare const SignupOptions: NamedExoticComponent<ISignupOptionsProps>;
|
4904
|
+
|
4791
4905
|
declare const SketchIcon: React.FC<React.SVGProps<SVGSVGElement>>;
|
4792
4906
|
export { SketchIcon as ScribbleIcon }
|
4793
4907
|
export { SketchIcon }
|
@@ -4886,7 +5000,7 @@ declare const TAB_CODES: {
|
|
4886
5000
|
|
4887
5001
|
export declare const TabComponent: React_2.FC<ITabProps>;
|
4888
5002
|
|
4889
|
-
export declare const Tabs: MemoExoticComponent<({ selectedTab, onChange, tabs }: ITabsProps) => JSX.Element>;
|
5003
|
+
export declare const Tabs: MemoExoticComponent<({ selectedTab, onChange, tabs, background }: ITabsProps) => JSX.Element>;
|
4890
5004
|
|
4891
5005
|
export declare type TAction = EventToPayload<TInclassMessage>;
|
4892
5006
|
|
@@ -4975,7 +5089,7 @@ declare type TBlockType = keyof typeof BLOCK_TYPE_2;
|
|
4975
5089
|
|
4976
5090
|
export declare type TButtonSizes = 'xsmall' | 'small' | 'regular' | 'medium' | 'large';
|
4977
5091
|
|
4978
|
-
export declare type TButtonVariants = 'primary' | 'secondary' | 'tertiary' | 'secondary-gray' | 'secondary-dark';
|
5092
|
+
export declare type TButtonVariants = 'primary' | 'secondary' | 'tertiary' | 'secondary-gray' | 'secondary-dark' | 'black' | 'black-dark' | 'yellow-dark';
|
4979
5093
|
|
4980
5094
|
declare type TCallback = (messages: TInclassMessage[]) => void;
|
4981
5095
|
|