@cuemath/leap 3.2.17-as3 → 3.2.17-j2
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 +95 -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 +22 -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 +51 -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/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 +119 -57
- package/dist/index.js +474 -454
- 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/assets/line-icons/icons/cross2.js +0 -26
- package/dist/assets/line-icons/icons/cross2.js.map +0 -1
- package/dist/features/notification/notification.js +0 -118
- package/dist/features/notification/notification.js.map +0 -1
- package/dist/features/ui/carousal/carousal-styles.js +0 -45
- package/dist/features/ui/carousal/carousal-styles.js.map +0 -1
- package/dist/features/ui/carousal/carousal.js +0 -76
- package/dist/features/ui/carousal/carousal.js.map +0 -1
- package/dist/node_modules/query-string/node_modules/decode-uri-component/index.js.map +0 -1
- package/dist/node_modules/uuid/dist/esm-browser/regex.js +0 -5
- package/dist/node_modules/uuid/dist/esm-browser/regex.js.map +0 -1
- package/dist/node_modules/uuid/dist/esm-browser/validate.js +0 -8
- package/dist/node_modules/uuid/dist/esm-browser/validate.js.map +0 -1
- /package/dist/node_modules/{query-string/node_modules/decode-uri-component → decode-uri-component}/index.js +0 -0
package/dist/index.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 & {
|
@@ -166,36 +170,6 @@ export declare const CalendarIcon: React.FC<React.SVGProps<SVGSVGElement>>;
|
|
166
170
|
|
167
171
|
export declare const Callout: React.FC<ICalloutProps>;
|
168
172
|
|
169
|
-
export declare const Carousel: React_2.FC<CarouselProps>;
|
170
|
-
|
171
|
-
declare interface CarouselProps {
|
172
|
-
children: React_2.ReactNode[] | React_2.ReactNode;
|
173
|
-
initialPosition?: number;
|
174
|
-
infinite?: boolean;
|
175
|
-
slideDuration?: number;
|
176
|
-
dotColor?: string;
|
177
|
-
changeColor?: (position: number) => void;
|
178
|
-
slideAlign?: string | null;
|
179
|
-
inactiveDotColor?: string;
|
180
|
-
activeIndicatorSize?: string;
|
181
|
-
flexCenterIndicators?: boolean;
|
182
|
-
isTestimonial?: boolean;
|
183
|
-
setColor?: (position: number) => void;
|
184
|
-
setPosition?: (position: number) => void;
|
185
|
-
carouselSlotPadding?: string;
|
186
|
-
wrapperMargin?: string;
|
187
|
-
hideIndicators?: boolean;
|
188
|
-
autoScroll?: boolean;
|
189
|
-
nodeRef?: {
|
190
|
-
current?: {
|
191
|
-
next?: () => void;
|
192
|
-
prev?: () => void;
|
193
|
-
position?: number;
|
194
|
-
};
|
195
|
-
} | null;
|
196
|
-
onChange?: () => void;
|
197
|
-
}
|
198
|
-
|
199
173
|
export declare const CascadingSelectInput: React_2.FC<ICascadingSelectInputProps>;
|
200
174
|
|
201
175
|
export declare const Chapter: FC<IChapterProps>;
|
@@ -378,6 +352,8 @@ export declare const DraftIcon: React.FC<React.SVGProps<SVGSVGElement>>;
|
|
378
352
|
|
379
353
|
export declare const DragIcon: React.FC<React.SVGProps<SVGSVGElement>>;
|
380
354
|
|
355
|
+
export declare const Drawer: FC<IDrawerProps>;
|
356
|
+
|
381
357
|
export declare const DynamicPreviewWorksheet: FC<IDynamicWorksheetPreview>;
|
382
358
|
|
383
359
|
export declare enum EClassTimeAlertLevel {
|
@@ -450,6 +426,8 @@ declare interface ErrorProps {
|
|
450
426
|
handleClick: () => void;
|
451
427
|
}
|
452
428
|
|
429
|
+
export declare const EveningIcon: React.FC<React.SVGProps<SVGSVGElement>>;
|
430
|
+
|
453
431
|
export declare const EVENTS: {
|
454
432
|
PUZZLE_FEEDBACK_CELEBRATION: "PUZZLE_FEEDBACK_CELEBRATION";
|
455
433
|
HOMEWORK_UNASSIGN: "HOMEWORK_UNASSIGN";
|
@@ -674,6 +652,21 @@ declare interface IAnimatedArcProps {
|
|
674
652
|
showAnimatedRainbowArc?: boolean;
|
675
653
|
}
|
676
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
|
+
|
677
670
|
declare interface IAppLoaderProps {
|
678
671
|
width?: string | number;
|
679
672
|
height?: string | number;
|
@@ -719,6 +712,7 @@ declare interface IAuthPageLayoutProps {
|
|
719
712
|
leftBlock: ReactElement;
|
720
713
|
rightBlock?: ReactElement;
|
721
714
|
isFullWidth?: boolean;
|
715
|
+
rightBlockBg?: TColorNames;
|
722
716
|
}
|
723
717
|
|
724
718
|
declare interface IAuthStaticPanelProps {
|
@@ -1375,6 +1369,16 @@ declare interface IDigitalMeterProps {
|
|
1375
1369
|
actAsTimer?: boolean;
|
1376
1370
|
}
|
1377
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
|
+
|
1378
1382
|
declare interface IDynamicWorksheetPreview {
|
1379
1383
|
studentId: string;
|
1380
1384
|
userNodeId: string;
|
@@ -1634,7 +1638,7 @@ declare interface IIdentifierOtpFormProps {
|
|
1634
1638
|
}
|
1635
1639
|
|
1636
1640
|
declare interface IImageProps extends ImgHTMLAttributes<HTMLImageElement> {
|
1637
|
-
withLoader
|
1641
|
+
withLoader?: boolean;
|
1638
1642
|
borderRadius?: number;
|
1639
1643
|
borderColor?: TColorNames;
|
1640
1644
|
}
|
@@ -2008,6 +2012,14 @@ export declare interface ILessonWebGameProps extends IBaseWebGameProps, ISyncabl
|
|
2008
2012
|
targetQuestions: number;
|
2009
2013
|
}
|
2010
2014
|
|
2015
|
+
declare interface ILinearProgressBarProps {
|
2016
|
+
percentage: number;
|
2017
|
+
height?: number;
|
2018
|
+
backgroundColor?: TColorNames;
|
2019
|
+
fillColor?: TColorNames;
|
2020
|
+
borderRadius?: number;
|
2021
|
+
}
|
2022
|
+
|
2011
2023
|
export declare const ILLUSTRATIONS: {
|
2012
2024
|
ALARM_CLOCK_ORANGE: string;
|
2013
2025
|
ALARM_CLOCK_PURPLE: string;
|
@@ -2024,6 +2036,7 @@ export declare const ILLUSTRATIONS: {
|
|
2024
2036
|
CALENDAR_BLUE: string;
|
2025
2037
|
CALENDAR_GRAY: string;
|
2026
2038
|
CALENDAR_GREEN: string;
|
2039
|
+
CALENDAR_PURPLE: string;
|
2027
2040
|
CAUTION: string;
|
2028
2041
|
CHAPTER_10: string;
|
2029
2042
|
CHAPTER_1: string;
|
@@ -2063,6 +2076,7 @@ export declare const ILLUSTRATIONS: {
|
|
2063
2076
|
GRADUATE_PINK_FILLED_BG: string;
|
2064
2077
|
GREEN_BALLOON: string;
|
2065
2078
|
GREEN_FACE: string;
|
2079
|
+
HANDSHAKE: string;
|
2066
2080
|
LEARNED_SHIELD_GRAY: string;
|
2067
2081
|
LEARNED_SHIELD_GREEN: string;
|
2068
2082
|
LEARNT: string;
|
@@ -2081,6 +2095,7 @@ export declare const ILLUSTRATIONS: {
|
|
2081
2095
|
MILESTONE_INTRO_2: string;
|
2082
2096
|
MILESTONE_INTRO_3: string;
|
2083
2097
|
MISTAKE: string;
|
2098
|
+
MONEY: string;
|
2084
2099
|
NODE_ACTIVITY_BG: string;
|
2085
2100
|
NODE_CUSTOM_TEST_BG: string;
|
2086
2101
|
NODE_DOWNLOAD_BG: string;
|
@@ -2098,6 +2113,7 @@ export declare const ILLUSTRATIONS: {
|
|
2098
2113
|
NUMBER_4_ORANGE: string;
|
2099
2114
|
ONE_STAR_FILLED: string;
|
2100
2115
|
ORANGE_FACE: string;
|
2116
|
+
PARENT_AVATAR: string;
|
2101
2117
|
PEOPLE_WITH_ORANGE_FILL: string;
|
2102
2118
|
PLAY: string;
|
2103
2119
|
PLAY_ICON: string;
|
@@ -2134,6 +2150,7 @@ export declare const ILLUSTRATIONS: {
|
|
2134
2150
|
TROPHY_BLUE_FILLED: string;
|
2135
2151
|
TROPHY_CIRCLE: string;
|
2136
2152
|
TROPHY_GREEN: string;
|
2153
|
+
TRUSTPILOT: string;
|
2137
2154
|
TWO_STARS_FILLED: string;
|
2138
2155
|
UP_ARROW: string;
|
2139
2156
|
USER_CROWN_GRID_BACKGROUND: string;
|
@@ -2666,6 +2683,14 @@ declare interface IOpenImageReviewModalProps {
|
|
2666
2683
|
image?: string;
|
2667
2684
|
}
|
2668
2685
|
|
2686
|
+
declare interface IOTPInputProps {
|
2687
|
+
length?: number;
|
2688
|
+
value: string;
|
2689
|
+
onChange: (val: string) => void;
|
2690
|
+
error?: string;
|
2691
|
+
isBusy?: boolean;
|
2692
|
+
}
|
2693
|
+
|
2669
2694
|
declare interface IOTPResendProps {
|
2670
2695
|
onResendOTP: () => void;
|
2671
2696
|
onResendVoiceOTP?: () => void;
|
@@ -2674,6 +2699,8 @@ declare interface IOTPResendProps {
|
|
2674
2699
|
disabled?: boolean;
|
2675
2700
|
renderAs?: 'submit' | 'text';
|
2676
2701
|
width?: number | string;
|
2702
|
+
textButtonColor?: TColorNames;
|
2703
|
+
size?: 'small' | 'xsmall';
|
2677
2704
|
}
|
2678
2705
|
|
2679
2706
|
declare interface IOutcomeConfig {
|
@@ -2711,6 +2738,18 @@ declare interface IPerfectHitsProps {
|
|
2711
2738
|
value: number;
|
2712
2739
|
}
|
2713
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
|
+
|
2714
2753
|
declare interface IPlaceholder {
|
2715
2754
|
text?: string;
|
2716
2755
|
marks?: string;
|
@@ -3098,6 +3137,15 @@ declare interface ISectionOption<Section = TDefaultSection> {
|
|
3098
3137
|
data: Section[];
|
3099
3138
|
}
|
3100
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
|
+
|
3101
3149
|
declare interface ISelectInputProps<IDType extends string | number> extends Omit<IBaseSelectInputProps<IDType>, 'searchable' | 'searchText' | 'onSearchTextChange'> {
|
3102
3150
|
}
|
3103
3151
|
|
@@ -3232,6 +3280,15 @@ declare interface ISignupMethodsProps {
|
|
3232
3280
|
loadingProvider: TSocialAuthProvider | null;
|
3233
3281
|
}
|
3234
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
|
+
|
3235
3292
|
export declare interface ISignUpProps {
|
3236
3293
|
circleOnLeapSignedUp: boolean;
|
3237
3294
|
circleOnLeapPremiumEnabled: boolean;
|
@@ -3387,6 +3444,8 @@ declare interface ISyncableWebGameProps {
|
|
3387
3444
|
declare interface ITabItem {
|
3388
3445
|
id: string;
|
3389
3446
|
label: string;
|
3447
|
+
iconPosition?: 'left' | 'right';
|
3448
|
+
Icon?: React.FC<React.SVGProps<SVGSVGElement>>;
|
3390
3449
|
}
|
3391
3450
|
|
3392
3451
|
export declare interface ITable {
|
@@ -3458,6 +3517,7 @@ declare interface ITabsProps {
|
|
3458
3517
|
selectedTab: string;
|
3459
3518
|
onChange: (tab: string) => void;
|
3460
3519
|
tabs: ITabItem[];
|
3520
|
+
background?: TColorNames;
|
3461
3521
|
}
|
3462
3522
|
|
3463
3523
|
export declare interface ITabVariantConfig {
|
@@ -4250,6 +4310,8 @@ declare const LESSON_TAG_TYPE: {
|
|
4250
4310
|
readonly DEFAULT: "DEFAULT";
|
4251
4311
|
};
|
4252
4312
|
|
4313
|
+
export declare const LinearProgressBar: NamedExoticComponent<ILinearProgressBarProps>;
|
4314
|
+
|
4253
4315
|
export declare const loadScript: ILoadScript;
|
4254
4316
|
|
4255
4317
|
export declare const Lock2Icon: React_2.FC<React_2.SVGProps<SVGSVGElement>>;
|
@@ -4264,6 +4326,7 @@ export declare const LOTTIE: {
|
|
4264
4326
|
ACTIVITY: string;
|
4265
4327
|
ADVANCE_MODE_SEGMENT_LOTTIE: string;
|
4266
4328
|
ALL_DONE: string;
|
4329
|
+
ANIMATED_AVATAR: string;
|
4267
4330
|
AVATAR_SELECTED: string;
|
4268
4331
|
BEGINNER1X: string;
|
4269
4332
|
BRONZE_1: string;
|
@@ -4295,12 +4358,14 @@ export declare const LOTTIE: {
|
|
4295
4358
|
FAMILIAR1X: string;
|
4296
4359
|
FIFTEEN_MIN_CLOCK: string;
|
4297
4360
|
FIVE_MIN_CLOCK: string;
|
4361
|
+
FLYING_DISK: string;
|
4298
4362
|
GIFT: string;
|
4299
4363
|
GOLD_1: string;
|
4300
4364
|
GOLD_2: string;
|
4301
4365
|
GOLD_3: string;
|
4302
4366
|
GOLF: string;
|
4303
4367
|
GRADE: string;
|
4368
|
+
GRADUATION_CAP: string;
|
4304
4369
|
HIGH_SCORE_CONFETTI: string;
|
4305
4370
|
HIGH_SCORE_TEXT: string;
|
4306
4371
|
INFINITE_BUTTON_BG: string;
|
@@ -4311,17 +4376,21 @@ export declare const LOTTIE: {
|
|
4311
4376
|
LEVELUP_RINGS: string;
|
4312
4377
|
LEVEL_1_ALLSTAR: string;
|
4313
4378
|
LIGHTNING: string;
|
4379
|
+
LIGHT_BULB: string;
|
4314
4380
|
MAGICWAND: string;
|
4315
4381
|
MAIL: string;
|
4316
4382
|
MECHANICAL_ARM: string;
|
4317
4383
|
MEDAL: string;
|
4318
4384
|
MEDIUM: string;
|
4385
|
+
MUSCLE: string;
|
4319
4386
|
NUDGE_TAP: string;
|
4320
4387
|
OTP: string;
|
4321
4388
|
PARENT_AVATAR: string;
|
4322
4389
|
PARTY_BALL: string;
|
4323
4390
|
PARTY_POPPER: string;
|
4391
|
+
PENCIL: string;
|
4324
4392
|
PHONE_NUMBER: string;
|
4393
|
+
PLUS_SIGN: string;
|
4325
4394
|
POINT100: string;
|
4326
4395
|
POINT10: string;
|
4327
4396
|
POINT15: string;
|
@@ -4342,9 +4411,12 @@ export declare const LOTTIE: {
|
|
4342
4411
|
PROFICIENT1X: string;
|
4343
4412
|
PROJECT: string;
|
4344
4413
|
PUZZLE: string;
|
4414
|
+
RACING_CAR: string;
|
4345
4415
|
RANDOM_MODE_SEGMENT_LOTTIE: string;
|
4346
4416
|
RECAP: string;
|
4417
|
+
ROCKET: string;
|
4347
4418
|
SEQUENCE_MODE_SEGMENT_LOTTIE: string;
|
4419
|
+
SHOVEL: string;
|
4348
4420
|
SILVER_1: string;
|
4349
4421
|
SILVER_2: string;
|
4350
4422
|
SILVER_3: string;
|
@@ -4407,6 +4479,8 @@ export declare const ModalProvider: FC<IModalProviderProps>;
|
|
4407
4479
|
|
4408
4480
|
export declare const MoreVerticalIcon: React.FC<React.SVGProps<SVGSVGElement>>;
|
4409
4481
|
|
4482
|
+
export declare const MorningIcon: React.FC<React.SVGProps<SVGSVGElement>>;
|
4483
|
+
|
4410
4484
|
export declare const MultiTabBlocker: FC<PropsWithChildren<IMultiTabBlockerProps>>;
|
4411
4485
|
|
4412
4486
|
export declare const Next2Icon: React.FC<React.SVGProps<SVGSVGElement>>;
|
@@ -4539,28 +4613,6 @@ export declare enum NODE_TYPES {
|
|
4539
4613
|
'PUZZLE_CARD' = "PUZZLE_CARD"
|
4540
4614
|
}
|
4541
4615
|
|
4542
|
-
declare const Notification_2: React.FC<NotificationProps>;
|
4543
|
-
export { Notification_2 as Notification }
|
4544
|
-
|
4545
|
-
declare interface NotificationProps {
|
4546
|
-
avatarUrl?: string | null;
|
4547
|
-
Component?: React.ComponentType<Record<string, unknown>> | null;
|
4548
|
-
componentProps?: Record<string, unknown>;
|
4549
|
-
duration?: number | null;
|
4550
|
-
gap?: number;
|
4551
|
-
gutter?: number;
|
4552
|
-
hideNotification?: () => void;
|
4553
|
-
horizontalDist?: number;
|
4554
|
-
notificationTheme?: NotificationTheme;
|
4555
|
-
position?: Position;
|
4556
|
-
showCloseIcon?: boolean;
|
4557
|
-
text?: string | null;
|
4558
|
-
verticalDist?: number;
|
4559
|
-
visible?: boolean;
|
4560
|
-
}
|
4561
|
-
|
4562
|
-
declare type NotificationTheme = 'white' | 'black';
|
4563
|
-
|
4564
4616
|
export declare const Nudge: React_2.NamedExoticComponent<INudgeProps>;
|
4565
4617
|
|
4566
4618
|
export declare const NumRangeInput: React.FC<NumRangeInputProps>;
|
@@ -4582,8 +4634,12 @@ declare interface NumRangeInputProps {
|
|
4582
4634
|
endPlaceholder?: string;
|
4583
4635
|
}
|
4584
4636
|
|
4637
|
+
export declare const OnboardingGuide: () => JSX.Element;
|
4638
|
+
|
4585
4639
|
export declare const OTPForm: MemoExoticComponent<({ onSubmit, onChange, value, error, isProcessing, isValid, helperText, }: ISingleFieldFormProps) => JSX.Element>;
|
4586
4640
|
|
4641
|
+
export declare const OTPInput: NamedExoticComponent<IOTPInputProps>;
|
4642
|
+
|
4587
4643
|
export declare type OutcomeStage = keyof typeof STAGES;
|
4588
4644
|
|
4589
4645
|
export declare const OverlayLoader: MemoExoticComponent<({ isLoading }: {
|
@@ -4596,6 +4652,8 @@ export declare const PercentileInput: React_2.ForwardRefExoticComponent<IPercent
|
|
4596
4652
|
|
4597
4653
|
export declare const PerfectHits: NamedExoticComponent<IPerfectHitsProps>;
|
4598
4654
|
|
4655
|
+
export declare const PillButton: NamedExoticComponent<IPillButtonProps>;
|
4656
|
+
|
4599
4657
|
/**
|
4600
4658
|
** Global/Platform specific events that needs to be tracked goes here
|
4601
4659
|
** Naming convention needs to be snake_case
|
@@ -4639,8 +4697,6 @@ export declare const PlusIcon: React.FC<React.SVGProps<SVGSVGElement>>;
|
|
4639
4697
|
|
4640
4698
|
export declare const PointerIcon: React.FC<React.SVGProps<SVGSVGElement>>;
|
4641
4699
|
|
4642
|
-
declare type Position = 'top-right' | 'top-left' | 'bottom-left' | 'bottom-right';
|
4643
|
-
|
4644
4700
|
export declare const PostGameStats: NamedExoticComponent<IPostGameStatsProps & RefAttributes<IPostGameStatsRef>>;
|
4645
4701
|
|
4646
4702
|
export declare const PracticeIcon: React.FC<React.SVGProps<SVGSVGElement>>;
|
@@ -4783,6 +4839,8 @@ declare enum SECTION_CODE {
|
|
4783
4839
|
|
4784
4840
|
export declare const SectionList: <Section extends string | number | TDefaultSection>(props: ISectionList<Section>) => ReactElement;
|
4785
4841
|
|
4842
|
+
export declare const SelectableInfoCard: MemoExoticComponent<({ id, title, description, icon, selected, onClick, }: ISelectableInfoCardProps) => JSX.Element>;
|
4843
|
+
|
4786
4844
|
export declare const SelectInput: <IDType extends string | number>(props: ISelectInputProps<IDType>) => ReactElement;
|
4787
4845
|
|
4788
4846
|
export declare const SelectionCards: <IDType extends string | number>({ options, value, values, onChange, analyticsLabel, analyticsProps, type, $background, $selectedBackground, $cardWidth, }: ISelectionCardListProps<IDType>) => JSX.Element;
|
@@ -4838,8 +4896,12 @@ export declare const SheetLocked: MemoExoticComponent<({ onHomeClick }: {
|
|
4838
4896
|
|
4839
4897
|
export declare const SignUp: ({ mathGymEnrolledUser, circleEnrolledUser, circleOnLeapPremiumDays, circleUsername, countryCode, grade: defaultGrade, state, circleOnLeapPremiumEnabled, studentId, isSignUpProcessing, onCreateUser, onUpdateUser, onSignupStepsComplete, }: ISignUpProps) => JSX.Element;
|
4840
4898
|
|
4899
|
+
export declare const SignupHeader: () => JSX.Element;
|
4900
|
+
|
4841
4901
|
export declare const SignupMethods: NamedExoticComponent<ISignupMethodsProps>;
|
4842
4902
|
|
4903
|
+
export declare const SignupOptions: NamedExoticComponent<ISignupOptionsProps>;
|
4904
|
+
|
4843
4905
|
declare const SketchIcon: React.FC<React.SVGProps<SVGSVGElement>>;
|
4844
4906
|
export { SketchIcon as ScribbleIcon }
|
4845
4907
|
export { SketchIcon }
|
@@ -4938,7 +5000,7 @@ declare const TAB_CODES: {
|
|
4938
5000
|
|
4939
5001
|
export declare const TabComponent: React_2.FC<ITabProps>;
|
4940
5002
|
|
4941
|
-
export declare const Tabs: MemoExoticComponent<({ selectedTab, onChange, tabs }: ITabsProps) => JSX.Element>;
|
5003
|
+
export declare const Tabs: MemoExoticComponent<({ selectedTab, onChange, tabs, background }: ITabsProps) => JSX.Element>;
|
4942
5004
|
|
4943
5005
|
export declare type TAction = EventToPayload<TInclassMessage>;
|
4944
5006
|
|
@@ -5027,7 +5089,7 @@ declare type TBlockType = keyof typeof BLOCK_TYPE_2;
|
|
5027
5089
|
|
5028
5090
|
export declare type TButtonSizes = 'xsmall' | 'small' | 'regular' | 'medium' | 'large';
|
5029
5091
|
|
5030
|
-
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';
|
5031
5093
|
|
5032
5094
|
declare type TCallback = (messages: TInclassMessage[]) => void;
|
5033
5095
|
|