@cuemath/leap 3.2.17-j1 → 3.2.17-mb
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/assets/illustrations/illustrations.js +0 -5
- package/dist/assets/illustrations/illustrations.js.map +1 -1
- package/dist/assets/lottie/lottie.js +1 -11
- package/dist/assets/lottie/lottie.js.map +1 -1
- package/dist/features/auth/account-selector/account-selector.js +25 -26
- package/dist/features/auth/account-selector/account-selector.js.map +1 -1
- package/dist/features/auth/comps/auth-page-layout/auth-page-layout.js +14 -20
- package/dist/features/auth/comps/auth-page-layout/auth-page-layout.js.map +1 -1
- package/dist/features/auth/comps/resend-otp/resend-otp.js +47 -54
- package/dist/features/auth/comps/resend-otp/resend-otp.js.map +1 -1
- package/dist/features/auth/comps/tabs/tab-tem/tab-item.js +17 -29
- package/dist/features/auth/comps/tabs/tab-tem/tab-item.js.map +1 -1
- package/dist/features/auth/comps/tabs/tabs-styled.js +10 -22
- 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/comps/user-list/user-item/user-item.js +31 -30
- package/dist/features/auth/comps/user-list/user-item/user-item.js.map +1 -1
- package/dist/features/auth/comps/user-list/user-list.js +34 -35
- package/dist/features/auth/comps/user-list/user-list.js.map +1 -1
- package/dist/features/auth/forgot-password/forgot-password-styled.js +15 -14
- package/dist/features/auth/forgot-password/forgot-password-styled.js.map +1 -1
- package/dist/features/auth/login/identifier-otp-form/identifier-otp-form-styled.js +7 -6
- package/dist/features/auth/login/identifier-otp-form/identifier-otp-form-styled.js.map +1 -1
- package/dist/features/auth/login/login-styled.js +9 -8
- package/dist/features/auth/login/login-styled.js.map +1 -1
- package/dist/features/chapters-v2/utils/node-card-utils.js +7 -7
- package/dist/features/chapters-v2/utils/node-card-utils.js.map +1 -1
- package/dist/features/circle-games/game-launcher/comps/tables-card/tables-card-styled.js +4 -4
- package/dist/features/circle-games/game-launcher/comps/tables-card/tables-card-styled.js.map +1 -1
- package/dist/features/circle-games/game-launcher/comps/tables-card/tables-card.js +85 -85
- package/dist/features/circle-games/game-launcher/comps/tables-card/tables-card.js.map +1 -1
- package/dist/features/circle-games/game-launcher/hooks/use-game-launcher-journey/use-game-launcher-journey.js +98 -121
- package/dist/features/circle-games/game-launcher/hooks/use-game-launcher-journey/use-game-launcher-journey.js.map +1 -1
- package/dist/features/circle-games/game-launcher/hooks/use-table-infinite-launcher-journey/use-table-infinite-launcher-journey.js +28 -29
- package/dist/features/circle-games/game-launcher/hooks/use-table-infinite-launcher-journey/use-table-infinite-launcher-journey.js.map +1 -1
- package/dist/features/circle-games/game-launcher/hooks/use-table-launcher-journey/use-table-launcher-journey.js +42 -43
- package/dist/features/circle-games/game-launcher/hooks/use-table-launcher-journey/use-table-launcher-journey.js.map +1 -1
- package/dist/features/circle-games/games/tutorial/tutorial.js +35 -43
- package/dist/features/circle-games/games/tutorial/tutorial.js.map +1 -1
- package/dist/features/circle-games/sign-up/comp/grade-input/grade-input-styled.js +2 -2
- package/dist/features/circle-games/sign-up/comp/grade-input/grade-input-styled.js.map +1 -1
- package/dist/features/circle-games/sign-up/comp/grade-input/grade-input.js +1 -1
- package/dist/features/circle-games/sign-up/comp/grade-input/grade-input.js.map +1 -1
- package/dist/features/circle-games/sign-up/comp/username-input/username-input.js +24 -26
- package/dist/features/circle-games/sign-up/comp/username-input/username-input.js.map +1 -1
- package/dist/features/circle-games/sign-up/constants.js +1 -3
- package/dist/features/circle-games/sign-up/constants.js.map +1 -1
- package/dist/features/cue-canvas/hooks/use-canvas-sync-broker.js +42 -42
- package/dist/features/cue-canvas/hooks/use-canvas-sync-broker.js.map +1 -1
- package/dist/features/hooks/use-viewport/use-viewport.js +22 -0
- package/dist/features/hooks/use-viewport/use-viewport.js.map +1 -0
- package/dist/features/journey/comps/coachmark/coachmark.js +27 -29
- package/dist/features/journey/comps/coachmark/coachmark.js.map +1 -1
- package/dist/features/journey/journey-id/journey-id-student.js +2 -2
- package/dist/features/journey/journey-id/journey-id-student.js.map +1 -1
- package/dist/features/journey/use-journey/journey-context-provider.js +72 -73
- package/dist/features/journey/use-journey/journey-context-provider.js.map +1 -1
- package/dist/features/journey/use-journey/journey-styled.js +4 -6
- package/dist/features/journey/use-journey/journey-styled.js.map +1 -1
- package/dist/features/stickers/sticker-data.js +234 -0
- package/dist/features/stickers/sticker-data.js.map +1 -0
- package/dist/features/{ui/sticker-grid/sticker-grid-styles.js → stickers/sticker-selector/sticker-selector-styles.js} +4 -3
- package/dist/features/stickers/sticker-selector/sticker-selector-styles.js.map +1 -0
- package/dist/features/stickers/sticker-selector/sticker-selector.js +25 -0
- package/dist/features/stickers/sticker-selector/sticker-selector.js.map +1 -0
- package/dist/features/stickers/sticker-selector/sticker.js +57 -0
- package/dist/features/stickers/sticker-selector/sticker.js.map +1 -0
- package/dist/features/{ui/stickers/stickers-effects.js → stickers/stickers-effects/effects.js} +6 -6
- package/dist/features/stickers/stickers-effects/effects.js.map +1 -0
- package/dist/features/{ui/stickers/stickers-styled.js → stickers/stickers-effects/stickers-effects-styled.js} +2 -2
- package/dist/features/stickers/stickers-effects/stickers-effects-styled.js.map +1 -0
- package/dist/features/{ui/stickers/stickers-utils.js → stickers/stickers-effects/stickers-effects-utils.js} +6 -6
- package/dist/features/stickers/stickers-effects/stickers-effects-utils.js.map +1 -0
- package/dist/features/stickers/stickers-effects/stickers-effects.js +39 -0
- package/dist/features/stickers/stickers-effects/stickers-effects.js.map +1 -0
- package/dist/features/ui/arrow-tooltip/arrow-tooltip-styled.js +60 -12
- package/dist/features/ui/arrow-tooltip/arrow-tooltip-styled.js.map +1 -1
- package/dist/features/ui/arrow-tooltip/arrow-tooltip.js +77 -72
- package/dist/features/ui/arrow-tooltip/arrow-tooltip.js.map +1 -1
- package/dist/features/ui/error/error.js +27 -65
- package/dist/features/ui/error/error.js.map +1 -1
- package/dist/features/ui/image/image.js +1 -1
- package/dist/features/ui/image/image.js.map +1 -1
- package/dist/features/ui/lottie-animation/lottie-animation.js +29 -25
- package/dist/features/ui/lottie-animation/lottie-animation.js.map +1 -1
- package/dist/features/ui/modals/modal-styled.js +58 -34
- package/dist/features/ui/modals/modal-styled.js.map +1 -1
- package/dist/features/ui/modals/modal.js +14 -40
- package/dist/features/ui/modals/modal.js.map +1 -1
- package/dist/features/ui/nudge/nudge-styled.js +7 -14
- package/dist/features/ui/nudge/nudge-styled.js.map +1 -1
- package/dist/features/ui/nudge/nudge.js +12 -13
- package/dist/features/ui/nudge/nudge.js.map +1 -1
- package/dist/features/ui/streak-icon/streak-icon-styled.js +13 -13
- package/dist/features/ui/streak-icon/streak-icon-styled.js.map +1 -1
- package/dist/features/ui/streak-icon/streak-icon.js +15 -17
- package/dist/features/ui/streak-icon/streak-icon.js.map +1 -1
- package/dist/features/ui/text/text.js +36 -40
- 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/constants.js +2 -4
- package/dist/features/ui/theme/constants.js.map +1 -1
- package/dist/features/ui/theme/get-device.js +3 -3
- package/dist/features/ui/theme/get-device.js.map +1 -1
- package/dist/features/worksheet/worksheet/constants.js +13 -12
- package/dist/features/worksheet/worksheet/constants.js.map +1 -1
- package/dist/features/worksheet/worksheet/worksheet-question/learnosity-question.js +24 -24
- package/dist/features/worksheet/worksheet/worksheet-question/learnosity-question.js.map +1 -1
- package/dist/features/worksheet/worksheet/worksheet-question/worksheet-question.js +260 -246
- package/dist/features/worksheet/worksheet/worksheet-question/worksheet-question.js.map +1 -1
- package/dist/features/worksheet/worksheet/worksheet-styled.js +28 -37
- package/dist/features/worksheet/worksheet/worksheet-styled.js.map +1 -1
- package/dist/features/worksheet/worksheet/worksheet.js +164 -166
- package/dist/features/worksheet/worksheet/worksheet.js.map +1 -1
- package/dist/index.d.ts +55 -184
- package/dist/index.js +541 -579
- package/dist/index.js.map +1 -1
- package/dist/node_modules/query-string/base.js +1 -1
- package/dist/node_modules/query-string/node_modules/decode-uri-component/index.js.map +1 -0
- package/dist/node_modules/uuid/dist/esm-browser/regex.js +5 -0
- package/dist/node_modules/uuid/dist/esm-browser/regex.js.map +1 -0
- package/dist/node_modules/uuid/dist/esm-browser/rng.js +2 -3
- package/dist/node_modules/uuid/dist/esm-browser/rng.js.map +1 -1
- package/dist/node_modules/uuid/dist/esm-browser/stringify.js +10 -6
- package/dist/node_modules/uuid/dist/esm-browser/stringify.js.map +1 -1
- package/dist/node_modules/uuid/dist/esm-browser/v4.js +9 -12
- package/dist/node_modules/uuid/dist/esm-browser/v4.js.map +1 -1
- package/dist/node_modules/uuid/dist/esm-browser/validate.js +8 -0
- package/dist/node_modules/uuid/dist/esm-browser/validate.js.map +1 -0
- package/dist/static/nudge-tap.5cb30093.json +1057 -0
- package/package.json +1 -1
- package/dist/assets/line-icons/icons/after-noon.js +0 -34
- package/dist/assets/line-icons/icons/after-noon.js.map +0 -1
- package/dist/assets/line-icons/icons/apple-icon-white.js +0 -42
- package/dist/assets/line-icons/icons/apple-icon-white.js.map +0 -1
- package/dist/assets/line-icons/icons/cue-board-filled.js +0 -33
- package/dist/assets/line-icons/icons/cue-board-filled.js.map +0 -1
- package/dist/assets/line-icons/icons/cue-board.js +0 -23
- package/dist/assets/line-icons/icons/cue-board.js.map +0 -1
- package/dist/assets/line-icons/icons/evening.js +0 -35
- package/dist/assets/line-icons/icons/evening.js.map +0 -1
- package/dist/assets/line-icons/icons/hint-fill.js +0 -35
- package/dist/assets/line-icons/icons/hint-fill.js.map +0 -1
- package/dist/assets/line-icons/icons/morning.js +0 -35
- package/dist/assets/line-icons/icons/morning.js.map +0 -1
- package/dist/assets/line-icons/icons/screen-grab-filled.js +0 -35
- package/dist/assets/line-icons/icons/screen-grab-filled.js.map +0 -1
- package/dist/assets/line-icons/icons/screen-grab.js +0 -23
- package/dist/assets/line-icons/icons/screen-grab.js.map +0 -1
- package/dist/assets/line-icons/icons/sticker-filled.js +0 -64
- package/dist/assets/line-icons/icons/sticker-filled.js.map +0 -1
- package/dist/assets/line-icons/icons/sticker.js +0 -46
- package/dist/assets/line-icons/icons/sticker.js.map +0 -1
- package/dist/features/auth/comps/animated-avatar-message/animated-avatar-message-constants.js +0 -9
- package/dist/features/auth/comps/animated-avatar-message/animated-avatar-message-constants.js.map +0 -1
- package/dist/features/auth/comps/animated-avatar-message/animated-avatar-message-styled.js +0 -52
- package/dist/features/auth/comps/animated-avatar-message/animated-avatar-message-styled.js.map +0 -1
- package/dist/features/auth/comps/animated-avatar-message/animated-avatar-message.js +0 -95
- package/dist/features/auth/comps/animated-avatar-message/animated-avatar-message.js.map +0 -1
- package/dist/features/auth/comps/animated-avatar-message/animated-text/animated-text-styled.js +0 -10
- package/dist/features/auth/comps/animated-avatar-message/animated-text/animated-text-styled.js.map +0 -1
- package/dist/features/auth/comps/animated-avatar-message/animated-text/animated-text.js +0 -17
- package/dist/features/auth/comps/animated-avatar-message/animated-text/animated-text.js.map +0 -1
- package/dist/features/auth/comps/linear-progress-bar/linear-progress-bar-styled.js +0 -12
- package/dist/features/auth/comps/linear-progress-bar/linear-progress-bar-styled.js.map +0 -1
- package/dist/features/auth/comps/linear-progress-bar/linear-progress-bar.js +0 -34
- package/dist/features/auth/comps/linear-progress-bar/linear-progress-bar.js.map +0 -1
- package/dist/features/auth/comps/otp-input/otp-input-styled.js +0 -22
- package/dist/features/auth/comps/otp-input/otp-input-styled.js.map +0 -1
- package/dist/features/auth/comps/otp-input/otp-input.js +0 -51
- package/dist/features/auth/comps/otp-input/otp-input.js.map +0 -1
- package/dist/features/auth/comps/pill-button/pill-button-styled.js +0 -44
- package/dist/features/auth/comps/pill-button/pill-button-styled.js.map +0 -1
- package/dist/features/auth/comps/pill-button/pill-button.js +0 -75
- package/dist/features/auth/comps/pill-button/pill-button.js.map +0 -1
- package/dist/features/auth/comps/selectable-info-card/selectable-info-card-styled.js +0 -17
- package/dist/features/auth/comps/selectable-info-card/selectable-info-card-styled.js.map +0 -1
- package/dist/features/auth/comps/selectable-info-card/selectable-info-card.js +0 -67
- package/dist/features/auth/comps/selectable-info-card/selectable-info-card.js.map +0 -1
- package/dist/features/auth/pla-signup/onboarding-guide/onboarding-guide-constants.js +0 -19
- package/dist/features/auth/pla-signup/onboarding-guide/onboarding-guide-constants.js.map +0 -1
- package/dist/features/auth/pla-signup/onboarding-guide/onboarding-guide-styled.js +0 -32
- package/dist/features/auth/pla-signup/onboarding-guide/onboarding-guide-styled.js.map +0 -1
- package/dist/features/auth/pla-signup/onboarding-guide/onboarding-guide.js +0 -44
- package/dist/features/auth/pla-signup/onboarding-guide/onboarding-guide.js.map +0 -1
- package/dist/features/auth/pla-signup/signup-header/signup-header.js +0 -54
- package/dist/features/auth/pla-signup/signup-header/signup-header.js.map +0 -1
- package/dist/features/auth/pla-signup/signup-options/signup-options.js +0 -83
- package/dist/features/auth/pla-signup/signup-options/signup-options.js.map +0 -1
- package/dist/features/puzzles/app/puzzle-app-styled.js +0 -81
- package/dist/features/puzzles/app/puzzle-app-styled.js.map +0 -1
- package/dist/features/puzzles/app/puzzle-app-view.js +0 -120
- package/dist/features/puzzles/app/puzzle-app-view.js.map +0 -1
- package/dist/features/puzzles/app/puzzle-app.js +0 -62
- package/dist/features/puzzles/app/puzzle-app.js.map +0 -1
- package/dist/features/ui/arrow-tooltip/arrow-tooltip-constants.js +0 -6
- package/dist/features/ui/arrow-tooltip/arrow-tooltip-constants.js.map +0 -1
- package/dist/features/ui/arrow-tooltip/comps/tooltip-body-styled.js +0 -63
- package/dist/features/ui/arrow-tooltip/comps/tooltip-body-styled.js.map +0 -1
- package/dist/features/ui/arrow-tooltip/comps/tooltip-body.js +0 -21
- package/dist/features/ui/arrow-tooltip/comps/tooltip-body.js.map +0 -1
- package/dist/features/ui/drawer/drawer-styled.js +0 -34
- package/dist/features/ui/drawer/drawer-styled.js.map +0 -1
- package/dist/features/ui/drawer/drawer.js +0 -42
- package/dist/features/ui/drawer/drawer.js.map +0 -1
- package/dist/features/ui/sticker-grid/sticker-grid-styles.js.map +0 -1
- package/dist/features/ui/sticker-grid/sticker-grid.js +0 -24
- package/dist/features/ui/sticker-grid/sticker-grid.js.map +0 -1
- package/dist/features/ui/sticker-grid/sticker.js +0 -57
- package/dist/features/ui/sticker-grid/sticker.js.map +0 -1
- package/dist/features/ui/stickers/constants.js +0 -6
- package/dist/features/ui/stickers/constants.js.map +0 -1
- package/dist/features/ui/stickers/stickers-effects.js.map +0 -1
- package/dist/features/ui/stickers/stickers-styled.js.map +0 -1
- package/dist/features/ui/stickers/stickers-utils.js.map +0 -1
- package/dist/features/ui/stickers/stickers.js +0 -40
- package/dist/features/ui/stickers/stickers.js.map +0 -1
- package/dist/node_modules/decode-uri-component/index.js.map +0 -1
- package/dist/node_modules/uuid/dist/esm-browser/native.js +0 -7
- package/dist/node_modules/uuid/dist/esm-browser/native.js.map +0 -1
- package/dist/static/animated-avatar.1ad58b1d.json +0 -1
- package/dist/static/animated-avatar.69b07505.json +0 -1
- package/dist/static/animated-avatar.9c560b46.json +0 -1
- package/dist/static/calendar-purple.1a840b41.svg +0 -1
- package/dist/static/flying-disk.c7f6ed39.json +0 -1
- package/dist/static/graduation-cap.3be3340a.json +0 -1
- package/dist/static/handshake.287e7dfb.svg +0 -1
- package/dist/static/light-bulb.c6db0b23.json +0 -1
- package/dist/static/money.332aacf1.svg +0 -1
- package/dist/static/muscle.9bcfb8a7.json +0 -1
- package/dist/static/nudge-tap.0591aef4.json +0 -1
- package/dist/static/parent-avatar.822c7b9b.svg +0 -1
- package/dist/static/pencil.23df9da0.json +0 -1
- package/dist/static/plus-sign.de6af957.json +0 -1
- package/dist/static/racing-car.2cbf864e.json +0 -1
- package/dist/static/rocket.0a3ccab0.json +0 -1
- package/dist/static/shovel.abeec04c.json +0 -1
- package/dist/static/trustpilot.bd3d79e1.svg +0 -1
- /package/dist/node_modules/{decode-uri-component → query-string/node_modules/decode-uri-component}/index.js +0 -0
package/dist/index.d.ts
CHANGED
@@ -52,21 +52,17 @@ 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
|
-
|
57
55
|
export declare const AlertIcon: React_2.FC<React_2.SVGProps<SVGSVGElement>>;
|
58
56
|
|
59
57
|
export declare const AnimatedArc: React_2.FC<IAnimatedArcProps>;
|
60
58
|
|
61
|
-
export declare const AnimatedAvatarMessage: NamedExoticComponent<IAnimatedAvatarMessageProps>;
|
62
|
-
|
63
59
|
export declare const AppLoader: FC<IAppLoaderProps>;
|
64
60
|
|
65
61
|
export declare const ArcButton: NamedExoticComponent<IArcButtonProps & {
|
66
62
|
children?: ReactNode | undefined;
|
67
63
|
} & RefAttributes<HTMLDivElement>>;
|
68
64
|
|
69
|
-
export declare const ArrowTooltip:
|
65
|
+
export declare const ArrowTooltip: FC<IArrowTooltipProps>;
|
70
66
|
|
71
67
|
export declare const AUTH_TABS: IAuthTab[];
|
72
68
|
|
@@ -315,10 +311,6 @@ declare const COURSE_STREAMS: {
|
|
315
311
|
|
316
312
|
export declare const CrossIcon: React.FC<React.SVGProps<SVGSVGElement>>;
|
317
313
|
|
318
|
-
export declare const CueBoardFilledIcon: React.FC<React.SVGProps<SVGSVGElement>>;
|
319
|
-
|
320
|
-
export declare const CueBoardIcon: React.FC<React.SVGProps<SVGSVGElement>>;
|
321
|
-
|
322
314
|
export declare const CueCanvas: React_2.FC<ICueCanvas>;
|
323
315
|
|
324
316
|
export declare const CueCanvasController: React_2.FC<IToolbarProps>;
|
@@ -352,8 +344,6 @@ export declare const DraftIcon: React.FC<React.SVGProps<SVGSVGElement>>;
|
|
352
344
|
|
353
345
|
export declare const DragIcon: React.FC<React.SVGProps<SVGSVGElement>>;
|
354
346
|
|
355
|
-
export declare const Drawer: FC<IDrawerProps>;
|
356
|
-
|
357
347
|
export declare const DynamicPreviewWorksheet: FC<IDynamicWorksheetPreview>;
|
358
348
|
|
359
349
|
export declare enum EClassTimeAlertLevel {
|
@@ -361,15 +351,6 @@ export declare enum EClassTimeAlertLevel {
|
|
361
351
|
FIFTEEN_MIN = "15min"
|
362
352
|
}
|
363
353
|
|
364
|
-
export declare enum EDeviceType {
|
365
|
-
MOBILE = 0,
|
366
|
-
TABLET = 1,
|
367
|
-
SMALL_DESKTOP = 2,
|
368
|
-
DESKTOP = 3,
|
369
|
-
LARGE_DEVICE = 4,
|
370
|
-
XLARGE_DEVICE = 5
|
371
|
-
}
|
372
|
-
|
373
354
|
export declare const Edit2Icon: React.FC<React.SVGProps<SVGSVGElement>>;
|
374
355
|
|
375
356
|
export declare const EditIcon: React.FC<React.SVGProps<SVGSVGElement>>;
|
@@ -426,8 +407,6 @@ declare interface ErrorProps {
|
|
426
407
|
handleClick: () => void;
|
427
408
|
}
|
428
409
|
|
429
|
-
export declare const EveningIcon: React.FC<React.SVGProps<SVGSVGElement>>;
|
430
|
-
|
431
410
|
export declare const EVENTS: {
|
432
411
|
PUZZLE_FEEDBACK_CELEBRATION: "PUZZLE_FEEDBACK_CELEBRATION";
|
433
412
|
HOMEWORK_UNASSIGN: "HOMEWORK_UNASSIGN";
|
@@ -538,7 +517,7 @@ declare const getCheckboxConfig: IGetCheckboxConfig;
|
|
538
517
|
|
539
518
|
declare function getColors(): TColorsMap;
|
540
519
|
|
541
|
-
declare const getDevice: (width: number) =>
|
520
|
+
declare const getDevice: (width: number) => TDeviceType;
|
542
521
|
|
543
522
|
declare const getInputConfig: IGetInputConfig;
|
544
523
|
|
@@ -585,8 +564,6 @@ export declare const HelpIcon: React_2.FC<React_2.SVGProps<SVGSVGElement>>;
|
|
585
564
|
|
586
565
|
export declare const HighlighterIcon: React.FC<React.SVGProps<SVGSVGElement>>;
|
587
566
|
|
588
|
-
export declare const HintFillIcon: React.FC<React.SVGProps<SVGSVGElement>>;
|
589
|
-
|
590
567
|
export declare const HomeIcon: React_2.FC<React_2.SVGProps<SVGSVGElement>>;
|
591
568
|
|
592
569
|
export declare const HomeworkCardList: React_2.NamedExoticComponent<HWCardListProps>;
|
@@ -652,21 +629,6 @@ declare interface IAnimatedArcProps {
|
|
652
629
|
showAnimatedRainbowArc?: boolean;
|
653
630
|
}
|
654
631
|
|
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
|
-
|
670
632
|
declare interface IAppLoaderProps {
|
671
633
|
width?: string | number;
|
672
634
|
height?: string | number;
|
@@ -700,7 +662,6 @@ export declare interface IArrowTooltipProps {
|
|
700
662
|
widthX?: number;
|
701
663
|
zIndex?: number;
|
702
664
|
parentWidth?: number | string;
|
703
|
-
isBlocking?: boolean;
|
704
665
|
}
|
705
666
|
|
706
667
|
declare interface IAttempt {
|
@@ -712,7 +673,6 @@ declare interface IAuthPageLayoutProps {
|
|
712
673
|
leftBlock: ReactElement;
|
713
674
|
rightBlock?: ReactElement;
|
714
675
|
isFullWidth?: boolean;
|
715
|
-
rightBlockBg?: TColorNames;
|
716
676
|
}
|
717
677
|
|
718
678
|
declare interface IAuthStaticPanelProps {
|
@@ -1369,16 +1329,6 @@ declare interface IDigitalMeterProps {
|
|
1369
1329
|
actAsTimer?: boolean;
|
1370
1330
|
}
|
1371
1331
|
|
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
|
-
|
1382
1332
|
declare interface IDynamicWorksheetPreview {
|
1383
1333
|
studentId: string;
|
1384
1334
|
userNodeId: string;
|
@@ -1417,7 +1367,6 @@ declare interface IErrorProps {
|
|
1417
1367
|
theme?: 'light' | 'dark';
|
1418
1368
|
title?: string;
|
1419
1369
|
description?: string;
|
1420
|
-
size?: 'compact' | 'full';
|
1421
1370
|
}
|
1422
1371
|
|
1423
1372
|
declare interface IExpandableHeaderProps {
|
@@ -1638,7 +1587,7 @@ declare interface IIdentifierOtpFormProps {
|
|
1638
1587
|
}
|
1639
1588
|
|
1640
1589
|
declare interface IImageProps extends ImgHTMLAttributes<HTMLImageElement> {
|
1641
|
-
withLoader
|
1590
|
+
withLoader: boolean;
|
1642
1591
|
borderRadius?: number;
|
1643
1592
|
borderColor?: TColorNames;
|
1644
1593
|
}
|
@@ -1720,9 +1669,8 @@ export declare interface IJourneyContext {
|
|
1720
1669
|
* @param scrollableContainerRef - Optional ref to a journey which has a scrollable container, it will make the entire page
|
1721
1670
|
* uninteractable by adding an overlay - Required since we cannot determine the height of the scrollable container because
|
1722
1671
|
* provider is at root level and from there we cannot access the scrollable container's height.
|
1723
|
-
* @param isBlocking - If `true`, the journey will block user interaction with the page until completed. True by default.
|
1724
1672
|
*/
|
1725
|
-
setJourney: (id: TJourneyId, coachmark: TCoachmarkJourneyProps[], scrollableContainerRef?: RefObject<HTMLDivElement | null
|
1673
|
+
setJourney: (id: TJourneyId, coachmark: TCoachmarkJourneyProps[], scrollableContainerRef?: RefObject<HTMLDivElement | null>) => void;
|
1726
1674
|
/**
|
1727
1675
|
* Clears the current journey, removing all coachmarks.
|
1728
1676
|
* Should be called inside useEffect to ensure cleanup.
|
@@ -2012,14 +1960,6 @@ export declare interface ILessonWebGameProps extends IBaseWebGameProps, ISyncabl
|
|
2012
1960
|
targetQuestions: number;
|
2013
1961
|
}
|
2014
1962
|
|
2015
|
-
declare interface ILinearProgressBarProps {
|
2016
|
-
percentage: number;
|
2017
|
-
height?: number;
|
2018
|
-
backgroundColor?: TColorNames;
|
2019
|
-
fillColor?: TColorNames;
|
2020
|
-
borderRadius?: number;
|
2021
|
-
}
|
2022
|
-
|
2023
1963
|
export declare const ILLUSTRATIONS: {
|
2024
1964
|
ALARM_CLOCK_ORANGE: string;
|
2025
1965
|
ALARM_CLOCK_PURPLE: string;
|
@@ -2036,7 +1976,6 @@ export declare const ILLUSTRATIONS: {
|
|
2036
1976
|
CALENDAR_BLUE: string;
|
2037
1977
|
CALENDAR_GRAY: string;
|
2038
1978
|
CALENDAR_GREEN: string;
|
2039
|
-
CALENDAR_PURPLE: string;
|
2040
1979
|
CAUTION: string;
|
2041
1980
|
CHAPTER_10: string;
|
2042
1981
|
CHAPTER_1: string;
|
@@ -2076,7 +2015,6 @@ export declare const ILLUSTRATIONS: {
|
|
2076
2015
|
GRADUATE_PINK_FILLED_BG: string;
|
2077
2016
|
GREEN_BALLOON: string;
|
2078
2017
|
GREEN_FACE: string;
|
2079
|
-
HANDSHAKE: string;
|
2080
2018
|
LEARNED_SHIELD_GRAY: string;
|
2081
2019
|
LEARNED_SHIELD_GREEN: string;
|
2082
2020
|
LEARNT: string;
|
@@ -2095,7 +2033,6 @@ export declare const ILLUSTRATIONS: {
|
|
2095
2033
|
MILESTONE_INTRO_2: string;
|
2096
2034
|
MILESTONE_INTRO_3: string;
|
2097
2035
|
MISTAKE: string;
|
2098
|
-
MONEY: string;
|
2099
2036
|
NODE_ACTIVITY_BG: string;
|
2100
2037
|
NODE_CUSTOM_TEST_BG: string;
|
2101
2038
|
NODE_DOWNLOAD_BG: string;
|
@@ -2113,7 +2050,6 @@ export declare const ILLUSTRATIONS: {
|
|
2113
2050
|
NUMBER_4_ORANGE: string;
|
2114
2051
|
ONE_STAR_FILLED: string;
|
2115
2052
|
ORANGE_FACE: string;
|
2116
|
-
PARENT_AVATAR: string;
|
2117
2053
|
PEOPLE_WITH_ORANGE_FILL: string;
|
2118
2054
|
PLAY: string;
|
2119
2055
|
PLAY_ICON: string;
|
@@ -2150,7 +2086,6 @@ export declare const ILLUSTRATIONS: {
|
|
2150
2086
|
TROPHY_BLUE_FILLED: string;
|
2151
2087
|
TROPHY_CIRCLE: string;
|
2152
2088
|
TROPHY_GREEN: string;
|
2153
|
-
TRUSTPILOT: string;
|
2154
2089
|
TWO_STARS_FILLED: string;
|
2155
2090
|
UP_ARROW: string;
|
2156
2091
|
USER_CROWN_GRID_BACKGROUND: string;
|
@@ -2506,7 +2441,7 @@ export declare interface IModal {
|
|
2506
2441
|
/** Content to display inside the modal */
|
2507
2442
|
element: ReactElement;
|
2508
2443
|
/** Rendering style of the modal */
|
2509
|
-
renderAs?: 'modal' | 'fullscreen' | 'spotlight';
|
2444
|
+
renderAs?: 'modal' | 'fullscreen' | 'spotlight' | 'fullscreen-transparent';
|
2510
2445
|
/** Whether the modal can be dismissed by clicking outside or ESC key (default: true) */
|
2511
2446
|
isDismissable?: boolean;
|
2512
2447
|
/** Whether the modal requires authentication to view (default: true) */
|
@@ -2683,14 +2618,6 @@ declare interface IOpenImageReviewModalProps {
|
|
2683
2618
|
image?: string;
|
2684
2619
|
}
|
2685
2620
|
|
2686
|
-
declare interface IOTPInputProps {
|
2687
|
-
length?: number;
|
2688
|
-
value: string;
|
2689
|
-
onChange: (val: string) => void;
|
2690
|
-
error?: string;
|
2691
|
-
isBusy?: boolean;
|
2692
|
-
}
|
2693
|
-
|
2694
2621
|
declare interface IOTPResendProps {
|
2695
2622
|
onResendOTP: () => void;
|
2696
2623
|
onResendVoiceOTP?: () => void;
|
@@ -2699,8 +2626,6 @@ declare interface IOTPResendProps {
|
|
2699
2626
|
disabled?: boolean;
|
2700
2627
|
renderAs?: 'submit' | 'text';
|
2701
2628
|
width?: number | string;
|
2702
|
-
textButtonColor?: TColorNames;
|
2703
|
-
size?: 'small' | 'xsmall';
|
2704
2629
|
}
|
2705
2630
|
|
2706
2631
|
declare interface IOutcomeConfig {
|
@@ -2738,18 +2663,6 @@ declare interface IPerfectHitsProps {
|
|
2738
2663
|
value: number;
|
2739
2664
|
}
|
2740
2665
|
|
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
|
-
|
2753
2666
|
declare interface IPlaceholder {
|
2754
2667
|
text?: string;
|
2755
2668
|
marks?: string;
|
@@ -2913,14 +2826,6 @@ declare interface IPuzzle extends IBaseProject {
|
|
2913
2826
|
solved: boolean;
|
2914
2827
|
}
|
2915
2828
|
|
2916
|
-
declare interface IPuzzleAppProps {
|
2917
|
-
itemRef: string;
|
2918
|
-
title: string;
|
2919
|
-
imageHue: THueNames;
|
2920
|
-
feedbackComments?: string;
|
2921
|
-
tip?: string;
|
2922
|
-
}
|
2923
|
-
|
2924
2829
|
export declare interface IPuzzleCard {
|
2925
2830
|
sheetData: TLPARSheetData;
|
2926
2831
|
blockStatus?: TPuzzleCardBlockStatus | null;
|
@@ -3090,7 +2995,6 @@ export declare interface IReviewWorksheetModel {
|
|
3090
2995
|
title?: string;
|
3091
2996
|
worksheet_id?: string;
|
3092
2997
|
node_type: TNodeTypes;
|
3093
|
-
items?: TWorksheetItems[];
|
3094
2998
|
}
|
3095
2999
|
|
3096
3000
|
declare interface ISATSheetItemCallbacks {
|
@@ -3137,15 +3041,6 @@ declare interface ISectionOption<Section = TDefaultSection> {
|
|
3137
3041
|
data: Section[];
|
3138
3042
|
}
|
3139
3043
|
|
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
|
-
|
3149
3044
|
declare interface ISelectInputProps<IDType extends string | number> extends Omit<IBaseSelectInputProps<IDType>, 'searchable' | 'searchText' | 'onSearchTextChange'> {
|
3150
3045
|
}
|
3151
3046
|
|
@@ -3280,15 +3175,6 @@ declare interface ISignupMethodsProps {
|
|
3280
3175
|
loadingProvider: TSocialAuthProvider | null;
|
3281
3176
|
}
|
3282
3177
|
|
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
|
-
|
3292
3178
|
export declare interface ISignUpProps {
|
3293
3179
|
circleOnLeapSignedUp: boolean;
|
3294
3180
|
circleOnLeapPremiumEnabled: boolean;
|
@@ -3348,14 +3234,22 @@ declare interface IStepperProps {
|
|
3348
3234
|
currentStep: number;
|
3349
3235
|
}
|
3350
3236
|
|
3351
|
-
declare interface IStickerData {
|
3237
|
+
export declare interface IStickerData {
|
3352
3238
|
id: string;
|
3353
3239
|
emoji: string;
|
3354
3240
|
lottieUrl?: string;
|
3355
|
-
name
|
3241
|
+
name: string;
|
3356
3242
|
}
|
3357
3243
|
|
3358
|
-
declare interface
|
3244
|
+
export declare interface IStickerProps {
|
3245
|
+
emoji: string;
|
3246
|
+
lottieUrl?: string;
|
3247
|
+
size?: number | string;
|
3248
|
+
onClick?: () => void;
|
3249
|
+
disabled?: boolean;
|
3250
|
+
}
|
3251
|
+
|
3252
|
+
export declare interface IStickerSelectorProps {
|
3359
3253
|
stickers: IStickerData[];
|
3360
3254
|
columns?: number;
|
3361
3255
|
gap?: number;
|
@@ -3363,10 +3257,16 @@ declare interface IStickerGridProps {
|
|
3363
3257
|
onStickerClick?: (sticker: IStickerData) => void;
|
3364
3258
|
}
|
3365
3259
|
|
3260
|
+
export declare interface IStickersProps {
|
3261
|
+
stickers: string[];
|
3262
|
+
effect: TStickerEffects;
|
3263
|
+
count: number;
|
3264
|
+
duration: number;
|
3265
|
+
}
|
3266
|
+
|
3366
3267
|
declare interface IStreakIconProps extends React.HTMLProps<HTMLDivElement> {
|
3367
3268
|
value: number;
|
3368
3269
|
blink?: boolean;
|
3369
|
-
isInteractive?: boolean;
|
3370
3270
|
}
|
3371
3271
|
|
3372
3272
|
export declare interface IStreakLeaderboardDetails extends IBaseLeaderboardDetails {
|
@@ -3444,8 +3344,6 @@ declare interface ISyncableWebGameProps {
|
|
3444
3344
|
declare interface ITabItem {
|
3445
3345
|
id: string;
|
3446
3346
|
label: string;
|
3447
|
-
iconPosition?: 'left' | 'right';
|
3448
|
-
Icon?: React.FC<React.SVGProps<SVGSVGElement>>;
|
3449
3347
|
}
|
3450
3348
|
|
3451
3349
|
export declare interface ITable {
|
@@ -3517,7 +3415,6 @@ declare interface ITabsProps {
|
|
3517
3415
|
selectedTab: string;
|
3518
3416
|
onChange: (tab: string) => void;
|
3519
3417
|
tabs: ITabItem[];
|
3520
|
-
background?: TColorNames;
|
3521
3418
|
}
|
3522
3419
|
|
3523
3420
|
export declare interface ITabVariantConfig {
|
@@ -3922,6 +3819,12 @@ declare interface IUseTrialSessionMessageBroker {
|
|
3922
3819
|
};
|
3923
3820
|
}
|
3924
3821
|
|
3822
|
+
declare interface IUseViewportReturn {
|
3823
|
+
isCompact: boolean;
|
3824
|
+
isMobile: boolean;
|
3825
|
+
isDesktop: boolean;
|
3826
|
+
}
|
3827
|
+
|
3925
3828
|
declare interface IUseWorksheetLayout {
|
3926
3829
|
(options: {
|
3927
3830
|
userType: TUserTypes;
|
@@ -4279,6 +4182,7 @@ export declare enum JOURNEY_ID_STUDENT {
|
|
4279
4182
|
CIRCLE_TABLES_INTRO_JOURNEY = "CIRCLE_TABLES_INTRO_JOURNEY",
|
4280
4183
|
CIRCLE_TABLES_INFINTE_JOURNEY = "CIRCLE_TABLES_INFINITE_JOURNEY",
|
4281
4184
|
CIRCLE_LESSONS_K_1_INTRO_JOURNEY = "CIRCLE_LESSONS_K_1_INTRO_JOURNEY",
|
4185
|
+
CIRCLE_STREAK_REDUCTION_JOURNEY = "CIRCLE_STREAK_REDUCTION_JOURNEY",
|
4282
4186
|
HOMEPAGE_JOURNEY = "HOMEPAGE_JOURNEY",
|
4283
4187
|
CHAPTER_PAGE_JOURNEY = "CHAPTER_PAGE_JOURNEY",
|
4284
4188
|
CHALLENGE_ARENA_JOURNEY = "CHALLENGE_ARENA_JOURNEY"
|
@@ -4310,8 +4214,6 @@ declare const LESSON_TAG_TYPE: {
|
|
4310
4214
|
readonly DEFAULT: "DEFAULT";
|
4311
4215
|
};
|
4312
4216
|
|
4313
|
-
export declare const LinearProgressBar: NamedExoticComponent<ILinearProgressBarProps>;
|
4314
|
-
|
4315
4217
|
export declare const loadScript: ILoadScript;
|
4316
4218
|
|
4317
4219
|
export declare const Lock2Icon: React_2.FC<React_2.SVGProps<SVGSVGElement>>;
|
@@ -4326,7 +4228,6 @@ export declare const LOTTIE: {
|
|
4326
4228
|
ACTIVITY: string;
|
4327
4229
|
ADVANCE_MODE_SEGMENT_LOTTIE: string;
|
4328
4230
|
ALL_DONE: string;
|
4329
|
-
ANIMATED_AVATAR: string;
|
4330
4231
|
AVATAR_SELECTED: string;
|
4331
4232
|
BEGINNER1X: string;
|
4332
4233
|
BRONZE_1: string;
|
@@ -4358,14 +4259,12 @@ export declare const LOTTIE: {
|
|
4358
4259
|
FAMILIAR1X: string;
|
4359
4260
|
FIFTEEN_MIN_CLOCK: string;
|
4360
4261
|
FIVE_MIN_CLOCK: string;
|
4361
|
-
FLYING_DISK: string;
|
4362
4262
|
GIFT: string;
|
4363
4263
|
GOLD_1: string;
|
4364
4264
|
GOLD_2: string;
|
4365
4265
|
GOLD_3: string;
|
4366
4266
|
GOLF: string;
|
4367
4267
|
GRADE: string;
|
4368
|
-
GRADUATION_CAP: string;
|
4369
4268
|
HIGH_SCORE_CONFETTI: string;
|
4370
4269
|
HIGH_SCORE_TEXT: string;
|
4371
4270
|
INFINITE_BUTTON_BG: string;
|
@@ -4376,21 +4275,17 @@ export declare const LOTTIE: {
|
|
4376
4275
|
LEVELUP_RINGS: string;
|
4377
4276
|
LEVEL_1_ALLSTAR: string;
|
4378
4277
|
LIGHTNING: string;
|
4379
|
-
LIGHT_BULB: string;
|
4380
4278
|
MAGICWAND: string;
|
4381
4279
|
MAIL: string;
|
4382
4280
|
MECHANICAL_ARM: string;
|
4383
4281
|
MEDAL: string;
|
4384
4282
|
MEDIUM: string;
|
4385
|
-
MUSCLE: string;
|
4386
4283
|
NUDGE_TAP: string;
|
4387
4284
|
OTP: string;
|
4388
4285
|
PARENT_AVATAR: string;
|
4389
4286
|
PARTY_BALL: string;
|
4390
4287
|
PARTY_POPPER: string;
|
4391
|
-
PENCIL: string;
|
4392
4288
|
PHONE_NUMBER: string;
|
4393
|
-
PLUS_SIGN: string;
|
4394
4289
|
POINT100: string;
|
4395
4290
|
POINT10: string;
|
4396
4291
|
POINT15: string;
|
@@ -4411,12 +4306,9 @@ export declare const LOTTIE: {
|
|
4411
4306
|
PROFICIENT1X: string;
|
4412
4307
|
PROJECT: string;
|
4413
4308
|
PUZZLE: string;
|
4414
|
-
RACING_CAR: string;
|
4415
4309
|
RANDOM_MODE_SEGMENT_LOTTIE: string;
|
4416
4310
|
RECAP: string;
|
4417
|
-
ROCKET: string;
|
4418
4311
|
SEQUENCE_MODE_SEGMENT_LOTTIE: string;
|
4419
|
-
SHOVEL: string;
|
4420
4312
|
SILVER_1: string;
|
4421
4313
|
SILVER_2: string;
|
4422
4314
|
SILVER_3: string;
|
@@ -4479,8 +4371,6 @@ export declare const ModalProvider: FC<IModalProviderProps>;
|
|
4479
4371
|
|
4480
4372
|
export declare const MoreVerticalIcon: React.FC<React.SVGProps<SVGSVGElement>>;
|
4481
4373
|
|
4482
|
-
export declare const MorningIcon: React.FC<React.SVGProps<SVGSVGElement>>;
|
4483
|
-
|
4484
4374
|
export declare const MultiTabBlocker: FC<PropsWithChildren<IMultiTabBlockerProps>>;
|
4485
4375
|
|
4486
4376
|
export declare const Next2Icon: React.FC<React.SVGProps<SVGSVGElement>>;
|
@@ -4613,7 +4503,7 @@ export declare enum NODE_TYPES {
|
|
4613
4503
|
'PUZZLE_CARD' = "PUZZLE_CARD"
|
4614
4504
|
}
|
4615
4505
|
|
4616
|
-
export declare const Nudge: React_2.
|
4506
|
+
export declare const Nudge: React_2.FC<INudgeProps>;
|
4617
4507
|
|
4618
4508
|
export declare const NumRangeInput: React.FC<NumRangeInputProps>;
|
4619
4509
|
|
@@ -4634,12 +4524,8 @@ declare interface NumRangeInputProps {
|
|
4634
4524
|
endPlaceholder?: string;
|
4635
4525
|
}
|
4636
4526
|
|
4637
|
-
export declare const OnboardingGuide: () => JSX.Element;
|
4638
|
-
|
4639
4527
|
export declare const OTPForm: MemoExoticComponent<({ onSubmit, onChange, value, error, isProcessing, isValid, helperText, }: ISingleFieldFormProps) => JSX.Element>;
|
4640
4528
|
|
4641
|
-
export declare const OTPInput: NamedExoticComponent<IOTPInputProps>;
|
4642
|
-
|
4643
4529
|
export declare type OutcomeStage = keyof typeof STAGES;
|
4644
4530
|
|
4645
4531
|
export declare const OverlayLoader: MemoExoticComponent<({ isLoading }: {
|
@@ -4652,8 +4538,6 @@ export declare const PercentileInput: React_2.ForwardRefExoticComponent<IPercent
|
|
4652
4538
|
|
4653
4539
|
export declare const PerfectHits: NamedExoticComponent<IPerfectHitsProps>;
|
4654
4540
|
|
4655
|
-
export declare const PillButton: NamedExoticComponent<IPillButtonProps>;
|
4656
|
-
|
4657
4541
|
/**
|
4658
4542
|
** Global/Platform specific events that needs to be tracked goes here
|
4659
4543
|
** Naming convention needs to be snake_case
|
@@ -4752,8 +4636,6 @@ declare const PUZZLE_CARD_STATE: {
|
|
4752
4636
|
|
4753
4637
|
declare const PUZZLE_CARDS: "puzzle_cards";
|
4754
4638
|
|
4755
|
-
export declare const PuzzleApp: NamedExoticComponent<IPuzzleAppProps>;
|
4756
|
-
|
4757
4639
|
export declare const PuzzleCard: FC<IPuzzleCardContainerProps>;
|
4758
4640
|
|
4759
4641
|
export declare const PuzzleFeedbackCelebration: FC;
|
@@ -4817,10 +4699,6 @@ declare const SAT_NODE_TYPE: {
|
|
4817
4699
|
|
4818
4700
|
export declare const SATSheetSummary: FC<ISATSheetSummary>;
|
4819
4701
|
|
4820
|
-
export declare const ScreenGrabFilledIcon: React.FC<React.SVGProps<SVGSVGElement>>;
|
4821
|
-
|
4822
|
-
export declare const ScreenGrabIcon: React.FC<React.SVGProps<SVGSVGElement>>;
|
4823
|
-
|
4824
4702
|
export declare const SearchableSelectInput: <IDType extends string | number>(props: ISearchableSelectInputProps<IDType>) => ReactElement;
|
4825
4703
|
|
4826
4704
|
export declare const SearchIcon: React.FC<React.SVGProps<SVGSVGElement>>;
|
@@ -4839,8 +4717,6 @@ declare enum SECTION_CODE {
|
|
4839
4717
|
|
4840
4718
|
export declare const SectionList: <Section extends string | number | TDefaultSection>(props: ISectionList<Section>) => ReactElement;
|
4841
4719
|
|
4842
|
-
export declare const SelectableInfoCard: MemoExoticComponent<({ id, title, description, icon, selected, onClick, }: ISelectableInfoCardProps) => JSX.Element>;
|
4843
|
-
|
4844
4720
|
export declare const SelectInput: <IDType extends string | number>(props: ISelectInputProps<IDType>) => ReactElement;
|
4845
4721
|
|
4846
4722
|
export declare const SelectionCards: <IDType extends string | number>({ options, value, values, onChange, analyticsLabel, analyticsProps, type, $background, $selectedBackground, $cardWidth, }: ISelectionCardListProps<IDType>) => JSX.Element;
|
@@ -4896,12 +4772,8 @@ export declare const SheetLocked: MemoExoticComponent<({ onHomeClick }: {
|
|
4896
4772
|
|
4897
4773
|
export declare const SignUp: ({ mathGymEnrolledUser, circleEnrolledUser, circleOnLeapPremiumDays, circleUsername, countryCode, grade: defaultGrade, state, circleOnLeapPremiumEnabled, studentId, isSignUpProcessing, onCreateUser, onUpdateUser, onSignupStepsComplete, }: ISignUpProps) => JSX.Element;
|
4898
4774
|
|
4899
|
-
export declare const SignupHeader: () => JSX.Element;
|
4900
|
-
|
4901
4775
|
export declare const SignupMethods: NamedExoticComponent<ISignupMethodsProps>;
|
4902
4776
|
|
4903
|
-
export declare const SignupOptions: NamedExoticComponent<ISignupOptionsProps>;
|
4904
|
-
|
4905
4777
|
declare const SketchIcon: React.FC<React.SVGProps<SVGSVGElement>>;
|
4906
4778
|
export { SketchIcon as ScribbleIcon }
|
4907
4779
|
export { SketchIcon }
|
@@ -4955,22 +4827,11 @@ declare const STICKER_BADGE: {
|
|
4955
4827
|
AWESOME: string;
|
4956
4828
|
};
|
4957
4829
|
|
4958
|
-
declare
|
4959
|
-
|
4960
|
-
export declare const StickerFilledIcon: React.FC<React.SVGProps<SVGSVGElement>>;
|
4830
|
+
export declare const stickerData: IStickerData[];
|
4961
4831
|
|
4962
|
-
export declare const
|
4963
|
-
|
4964
|
-
export declare const Stickers: React_2.NamedExoticComponent<StickersProps>;
|
4965
|
-
|
4966
|
-
declare interface StickersProps {
|
4967
|
-
stickers: string[];
|
4968
|
-
effect: StickerEffect;
|
4969
|
-
count: number;
|
4970
|
-
duration: number;
|
4971
|
-
}
|
4832
|
+
export declare const StickersEffects: React_2.NamedExoticComponent<IStickersProps>;
|
4972
4833
|
|
4973
|
-
export declare const StickersSelector: React_2.NamedExoticComponent<
|
4834
|
+
export declare const StickersSelector: React_2.NamedExoticComponent<IStickerSelectorProps>;
|
4974
4835
|
|
4975
4836
|
export declare const StreakIcon: React_2.FC<IStreakIconProps>;
|
4976
4837
|
|
@@ -5000,7 +4861,7 @@ declare const TAB_CODES: {
|
|
5000
4861
|
|
5001
4862
|
export declare const TabComponent: React_2.FC<ITabProps>;
|
5002
4863
|
|
5003
|
-
export declare const Tabs: MemoExoticComponent<({ selectedTab, onChange, tabs
|
4864
|
+
export declare const Tabs: MemoExoticComponent<({ selectedTab, onChange, tabs }: ITabsProps) => JSX.Element>;
|
5004
4865
|
|
5005
4866
|
export declare type TAction = EventToPayload<TInclassMessage>;
|
5006
4867
|
|
@@ -5089,7 +4950,7 @@ declare type TBlockType = keyof typeof BLOCK_TYPE_2;
|
|
5089
4950
|
|
5090
4951
|
export declare type TButtonSizes = 'xsmall' | 'small' | 'regular' | 'medium' | 'large';
|
5091
4952
|
|
5092
|
-
export declare type TButtonVariants = 'primary' | 'secondary' | 'tertiary' | 'secondary-gray' | 'secondary-dark'
|
4953
|
+
export declare type TButtonVariants = 'primary' | 'secondary' | 'tertiary' | 'secondary-gray' | 'secondary-dark';
|
5093
4954
|
|
5094
4955
|
declare type TCallback = (messages: TInclassMessage[]) => void;
|
5095
4956
|
|
@@ -5210,6 +5071,8 @@ declare type TCueProgramData = {
|
|
5210
5071
|
|
5211
5072
|
declare type TDefaultSection = Record<string, unknown>;
|
5212
5073
|
|
5074
|
+
export declare type TDeviceType = 'mobile' | 'tablet' | 'small-desktop' | 'desktop' | 'large-device' | 'xlarge-device';
|
5075
|
+
|
5213
5076
|
declare type TDrawingData = ITile | IStroke | undefined;
|
5214
5077
|
|
5215
5078
|
declare type TEnglishSectionSummary = {
|
@@ -5221,7 +5084,7 @@ declare type TEnrollmentTypes = (typeof ENROLLMENT_TYPES)[keyof typeof ENROLLMEN
|
|
5221
5084
|
export declare const TestsCreation: FC<ITestsCreationProps>;
|
5222
5085
|
|
5223
5086
|
/**
|
5224
|
-
* @param $renderAs
|
5087
|
+
* @param $renderAs - The text variant to render as (ah1-ah4, ab1-ab3, ac1-ac4, ub1-ub3), anything else is deprecated
|
5225
5088
|
*/
|
5226
5089
|
declare const Text_2: IStyledComponent<"web", Substitute<DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, TextProps>>;
|
5227
5090
|
export { Text_2 as Text }
|
@@ -5243,8 +5106,6 @@ declare interface TextProps {
|
|
5243
5106
|
$inline?: boolean;
|
5244
5107
|
$textDecoration?: string;
|
5245
5108
|
$whiteSpace?: 'pre-line' | 'normal' | 'pre-wrap' | 'no-wrap' | 'pre' | 'break-spaces';
|
5246
|
-
$renderOnMobileAs?: TTextVariants;
|
5247
|
-
$renderOnTabletAs?: TTextVariants;
|
5248
5109
|
}
|
5249
5110
|
|
5250
5111
|
export declare type TFontFamilyNames = `${'Athletics'}-${'Light' | 'Regular' | 'Medium' | 'Bold' | 'Black'}` | `${'UntitledSans'}-${'Regular' | 'Medium'}`;
|
@@ -5888,7 +5749,7 @@ declare type TRenderAs_2 = 'canvas' | 'whiteboard';
|
|
5888
5749
|
declare type TRewardHomeData = {
|
5889
5750
|
user_badges: TBadgeData[] | [];
|
5890
5751
|
user_rewards: TRewardsData[] | [];
|
5891
|
-
user_stickers:
|
5752
|
+
user_stickers: TStickerData_2[] | [];
|
5892
5753
|
};
|
5893
5754
|
|
5894
5755
|
declare type TRewardsData = {
|
@@ -6016,7 +5877,17 @@ export declare type TSkillStatus = 'pending' | 'completed';
|
|
6016
5877
|
|
6017
5878
|
export declare type TSocialAuthProvider = 'google' | 'apple';
|
6018
5879
|
|
6019
|
-
declare type TStickerData = {
|
5880
|
+
export declare type TStickerData = {
|
5881
|
+
id: number;
|
5882
|
+
sticker: string;
|
5883
|
+
x: number;
|
5884
|
+
y: number;
|
5885
|
+
size: number;
|
5886
|
+
fromX?: string;
|
5887
|
+
fromY?: string;
|
5888
|
+
};
|
5889
|
+
|
5890
|
+
declare type TStickerData_2 = {
|
6020
5891
|
actor_id: string;
|
6021
5892
|
badge_id: string;
|
6022
5893
|
badge_type: string;
|
@@ -6029,6 +5900,8 @@ declare type TStickerData = {
|
|
6029
5900
|
user_type: string;
|
6030
5901
|
};
|
6031
5902
|
|
5903
|
+
export declare type TStickerEffects = 'burst-from-edges' | 'pop-expand' | 'float-up' | 'fall-down';
|
5904
|
+
|
6032
5905
|
export declare type TStreakStatus = 'pending' | 'completed';
|
6033
5906
|
|
6034
5907
|
declare type TStyleAttrubutes = NonNullable<HTMLAttributes<HTMLDivElement>['style']>;
|
@@ -6117,10 +5990,6 @@ export declare const Tutorial: ({ src, title, onCross, showProgress, onTutorialP
|
|
6117
5990
|
|
6118
5991
|
export declare const TutoringIcon: React_2.FC<React_2.SVGProps<SVGSVGElement>>;
|
6119
5992
|
|
6120
|
-
declare type TWorksheetItems = {
|
6121
|
-
ref: string;
|
6122
|
-
};
|
6123
|
-
|
6124
5993
|
declare type TWORKSHHET_QUESTION_MEDIA_TYPE = 'SIMULATION' | 'VIDEO' | 'AUDIO';
|
6125
5994
|
|
6126
5995
|
export declare type TZIndexMap = Record<keyof typeof ZINDEX, number>;
|
@@ -6348,6 +6217,8 @@ export declare const useTrialSessionMessageBroker: IUseTrialSessionMessageBroker
|
|
6348
6217
|
|
6349
6218
|
export declare const useUIContext: () => UIContextProps;
|
6350
6219
|
|
6220
|
+
export declare const useViewport: () => IUseViewportReturn;
|
6221
|
+
|
6351
6222
|
export declare const useWorksheetLayout: IUseWorksheetLayout;
|
6352
6223
|
|
6353
6224
|
export declare const useZoomDisable: () => void;
|