@cuemath/leap 2.9.12-j2 → 3.0.1-rj-0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/assets/illustrations/illustrations.js +9 -3
- package/dist/assets/illustrations/illustrations.js.map +1 -1
- package/dist/assets/line-icons/icons/bin2.js +7 -8
- package/dist/assets/line-icons/icons/bin2.js.map +1 -1
- package/dist/assets/line-icons/icons/chevron-left.js.map +1 -1
- package/dist/assets/line-icons/icons/exclamation.js +26 -0
- package/dist/assets/line-icons/icons/exclamation.js.map +1 -0
- package/dist/assets/line-icons/icons/home2.js +25 -0
- package/dist/assets/line-icons/icons/home2.js.map +1 -0
- package/dist/assets/line-icons/icons/important.js +23 -0
- package/dist/assets/line-icons/icons/important.js.map +1 -0
- package/dist/assets/line-icons/icons/skip-colored.js +43 -0
- package/dist/assets/line-icons/icons/skip-colored.js.map +1 -0
- package/dist/assets/line-icons/icons/status.js +41 -0
- package/dist/assets/line-icons/icons/status.js.map +1 -0
- package/dist/assets/lottie/lottie.js +8 -11
- package/dist/assets/lottie/lottie.js.map +1 -1
- package/dist/constants/api.js +3 -2
- package/dist/constants/api.js.map +1 -1
- package/dist/features/analytics-events/platform-events-student.js +3 -3
- package/dist/features/analytics-events/platform-events-student.js.map +1 -1
- package/dist/features/analytics-events/whitelist-events.js +13 -11
- package/dist/features/analytics-events/whitelist-events.js.map +1 -1
- package/dist/features/chapters/chapters-list/chapter-item/chapter-item-styled.js +99 -33
- package/dist/features/chapters/chapters-list/chapter-item/chapter-item-styled.js.map +1 -1
- package/dist/features/chapters/chapters-list/chapter-item/chapter-item.js +92 -49
- package/dist/features/chapters/chapters-list/chapter-item/chapter-item.js.map +1 -1
- package/dist/features/chapters/chapters-list/chapters-list-styled.js +5 -5
- package/dist/features/chapters/chapters-list/chapters-list-styled.js.map +1 -1
- package/dist/features/chapters/chapters-list/chapters-list.js +64 -70
- package/dist/features/chapters/chapters-list/chapters-list.js.map +1 -1
- package/dist/features/chapters-v2/api/chapter.js +10 -0
- package/dist/features/chapters-v2/api/chapter.js.map +1 -0
- package/dist/features/chapters-v2/chapter-details/block-sections/block-section-view.js +112 -0
- package/dist/features/chapters-v2/chapter-details/block-sections/block-section-view.js.map +1 -0
- package/dist/features/chapters-v2/chapter-details/block-sections/block-sections-styled.js +35 -0
- package/dist/features/chapters-v2/chapter-details/block-sections/block-sections-styled.js.map +1 -0
- package/dist/features/chapters-v2/chapter-details/block-sections/block-sections.js +83 -0
- package/dist/features/chapters-v2/chapter-details/block-sections/block-sections.js.map +1 -0
- package/dist/features/chapters-v2/chapter-details/chapter-banner/chapter-banner-styled.js +90 -0
- package/dist/features/chapters-v2/chapter-details/chapter-banner/chapter-banner-styled.js.map +1 -0
- package/dist/features/chapters-v2/chapter-details/chapter-banner/chapter-banner.js +98 -0
- package/dist/features/chapters-v2/chapter-details/chapter-banner/chapter-banner.js.map +1 -0
- package/dist/features/chapters-v2/chapter-details/chapter-details-styled.js +51 -0
- package/dist/features/chapters-v2/chapter-details/chapter-details-styled.js.map +1 -0
- package/dist/features/chapters-v2/chapter-details/chapter-details.js +129 -0
- package/dist/features/chapters-v2/chapter-details/chapter-details.js.map +1 -0
- package/dist/features/chapters-v2/comps/node-card/node-card-styled.js +159 -0
- package/dist/features/chapters-v2/comps/node-card/node-card-styled.js.map +1 -0
- package/dist/features/chapters-v2/comps/node-card/node-card-tags.js +16 -0
- package/dist/features/chapters-v2/comps/node-card/node-card-tags.js.map +1 -0
- package/dist/features/chapters-v2/comps/node-card/node-card.js +12 -0
- package/dist/features/chapters-v2/comps/node-card/node-card.js.map +1 -0
- package/dist/features/chapters-v2/comps/node-card/node-menu-options/node-menu-option.js +30 -0
- package/dist/features/chapters-v2/comps/node-card/node-menu-options/node-menu-option.js.map +1 -0
- package/dist/features/chapters-v2/comps/node-card/node-menu-options/node-menu-options-styled.js +32 -0
- package/dist/features/chapters-v2/comps/node-card/node-menu-options/node-menu-options-styled.js.map +1 -0
- package/dist/features/chapters-v2/comps/node-card/node-menu-options/node-menu-options.js +9 -0
- package/dist/features/chapters-v2/comps/node-card/node-menu-options/node-menu-options.js.map +1 -0
- package/dist/features/chapters-v2/comps/node-card/student-actions/student-actions.js +187 -0
- package/dist/features/chapters-v2/comps/node-card/student-actions/student-actions.js.map +1 -0
- package/dist/features/chapters-v2/comps/node-card/teacher-actions/teacher-actions.js +192 -0
- package/dist/features/chapters-v2/comps/node-card/teacher-actions/teacher-actions.js.map +1 -0
- package/dist/features/chapters-v2/comps/tag/tag-styled.js +13 -0
- package/dist/features/chapters-v2/comps/tag/tag-styled.js.map +1 -0
- package/dist/features/chapters-v2/comps/tag/tag.js +28 -0
- package/dist/features/chapters-v2/comps/tag/tag.js.map +1 -0
- package/dist/features/chapters-v2/constants/block-constants.js +20 -0
- package/dist/features/chapters-v2/constants/block-constants.js.map +1 -0
- package/dist/features/chapters-v2/constants/node-constants.js +14 -0
- package/dist/features/chapters-v2/constants/node-constants.js.map +1 -0
- package/dist/features/chapters-v2/utils/index.js +45 -0
- package/dist/features/chapters-v2/utils/index.js.map +1 -0
- package/dist/features/chapters-v2/utils/node-card-utils.js +169 -0
- package/dist/features/chapters-v2/utils/node-card-utils.js.map +1 -0
- package/dist/features/circle-games/game-launcher/hooks/use-game-launcher-journey/use-game-launcher-journey.js +107 -100
- 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-launcher-journey/use-table-launcher-journey.js +96 -93
- 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-styled.js +1 -1
- package/dist/features/circle-games/games/tutorial/tutorial-styled.js.map +1 -1
- package/dist/features/communication/pub-sub/constants.js +12 -6
- package/dist/features/communication/pub-sub/constants.js.map +1 -1
- package/dist/features/homework/card-menu-option.js +28 -0
- package/dist/features/homework/card-menu-option.js.map +1 -0
- package/dist/features/homework/card-menu-options.js +22 -0
- package/dist/features/homework/card-menu-options.js.map +1 -0
- package/dist/features/homework/card-title.js +16 -0
- package/dist/features/homework/card-title.js.map +1 -0
- package/dist/features/homework/homework-analytics-events.js +10 -0
- package/dist/features/homework/homework-analytics-events.js.map +1 -0
- package/dist/features/homework/homework-card-view.js +143 -0
- package/dist/features/homework/homework-card-view.js.map +1 -0
- package/dist/features/homework/homework-card.js +245 -0
- package/dist/features/homework/homework-card.js.map +1 -0
- package/dist/features/homework/hw-card-list/api/get-homeworks.js +10 -0
- package/dist/features/homework/hw-card-list/api/get-homeworks.js.map +1 -0
- package/dist/features/homework/hw-card-list/hw-card-list-styled.js +63 -0
- package/dist/features/homework/hw-card-list/hw-card-list-styled.js.map +1 -0
- package/dist/features/homework/hw-card-list/hw-card-list-view.js +157 -0
- package/dist/features/homework/hw-card-list/hw-card-list-view.js.map +1 -0
- package/dist/features/homework/hw-card-list/hw-card-list.js +67 -0
- package/dist/features/homework/hw-card-list/hw-card-list.js.map +1 -0
- package/dist/features/homework/node-progress.js +29 -0
- package/dist/features/homework/node-progress.js.map +1 -0
- package/dist/features/homework/styles.js +130 -0
- package/dist/features/homework/styles.js.map +1 -0
- package/dist/features/homework/utils.js +48 -0
- package/dist/features/homework/utils.js.map +1 -0
- package/dist/features/journey/comps/coachmark/coachmark.js +29 -28
- package/dist/features/journey/comps/coachmark/coachmark.js.map +1 -1
- package/dist/features/journey/hooks/use-chapter-journey.js +173 -0
- package/dist/features/journey/hooks/use-chapter-journey.js.map +1 -0
- package/dist/features/journey/hooks/use-home-page-journey/home-page-homeworks-mock.js +268 -0
- package/dist/features/journey/hooks/use-home-page-journey/home-page-homeworks-mock.js.map +1 -0
- package/dist/features/journey/hooks/use-home-page-journey/recent-chapters-mock.js +513 -0
- package/dist/features/journey/hooks/use-home-page-journey/recent-chapters-mock.js.map +1 -0
- package/dist/features/journey/hooks/use-home-page-journey/styles.js +23 -0
- package/dist/features/journey/hooks/use-home-page-journey/styles.js.map +1 -0
- package/dist/features/journey/hooks/use-home-page-journey/tooltip-item.js +22 -0
- package/dist/features/journey/hooks/use-home-page-journey/tooltip-item.js.map +1 -0
- package/dist/features/journey/hooks/use-home-page-journey/use-home-page-journey.js +270 -0
- package/dist/features/journey/hooks/use-home-page-journey/use-home-page-journey.js.map +1 -0
- package/dist/features/journey/journey-id/journey-id-student.js +1 -1
- package/dist/features/journey/journey-id/journey-id-student.js.map +1 -1
- package/dist/features/journey/journey-id/journey-id-teacher.js +5 -0
- package/dist/features/journey/journey-id/journey-id-teacher.js.map +1 -0
- package/dist/features/journey/mocks/chapter-page-journey-mock-data.js +584 -0
- package/dist/features/journey/mocks/chapter-page-journey-mock-data.js.map +1 -0
- package/dist/features/journey/use-journey/constants.js +2 -4
- package/dist/features/journey/use-journey/constants.js.map +1 -1
- package/dist/features/journey/use-journey/journey-context-provider.js +36 -28
- package/dist/features/journey/use-journey/journey-context-provider.js.map +1 -1
- package/dist/features/journey/use-journey/journey-styled.js +9 -5
- package/dist/features/journey/use-journey/journey-styled.js.map +1 -1
- package/dist/features/milestone/create/api/goal-submit.js +1 -1
- package/dist/features/milestone/create/api/goal-submit.js.map +1 -1
- package/dist/features/milestone/create/comps/chapter-item/chapter-item.js +42 -49
- package/dist/features/milestone/create/comps/chapter-item/chapter-item.js.map +1 -1
- package/dist/features/milestone/create/comps/chapters-selection-step/chapters-selection-step-styled.js +12 -4
- package/dist/features/milestone/create/comps/chapters-selection-step/chapters-selection-step-styled.js.map +1 -1
- package/dist/features/milestone/create/comps/chapters-selection-step/chapters-selection-step.js +128 -105
- package/dist/features/milestone/create/comps/chapters-selection-step/chapters-selection-step.js.map +1 -1
- package/dist/features/milestone/create/comps/sheets-list/sheets-list-styled.js +14 -20
- package/dist/features/milestone/create/comps/sheets-list/sheets-list-styled.js.map +1 -1
- package/dist/features/milestone/create/comps/sheets-list/sheets-list.js +26 -50
- package/dist/features/milestone/create/comps/sheets-list/sheets-list.js.map +1 -1
- package/dist/features/milestone/create/milestone-create.js +49 -43
- package/dist/features/milestone/create/milestone-create.js.map +1 -1
- package/dist/features/milestone/create/utils/index.js +33 -38
- package/dist/features/milestone/create/utils/index.js.map +1 -1
- package/dist/features/milestone/edit/comps/edit-milestone-modal/api/get-milestone.js +1 -1
- package/dist/features/milestone/edit/comps/edit-milestone-modal/api/get-milestone.js.map +1 -1
- package/dist/features/milestone/edit/comps/edit-milestone-modal/api/patch-goal-plan.js +1 -1
- package/dist/features/milestone/edit/comps/edit-milestone-modal/api/patch-goal-plan.js.map +1 -1
- package/dist/features/milestone/edit/comps/edit-milestone-modal/index.js +51 -53
- package/dist/features/milestone/edit/comps/edit-milestone-modal/index.js.map +1 -1
- package/dist/features/milestone/edit/goal-drafts/goal-draft-edit-container.js +42 -40
- package/dist/features/milestone/edit/goal-drafts/goal-draft-edit-container.js.map +1 -1
- package/dist/features/milestone/edit/goal-edit-container.js +64 -62
- package/dist/features/milestone/edit/goal-edit-container.js.map +1 -1
- package/dist/features/milestone/edit/goal-edit-helpers.js +50 -53
- package/dist/features/milestone/edit/goal-edit-helpers.js.map +1 -1
- package/dist/features/milestone/edit/milestone-edit-container.js +54 -52
- package/dist/features/milestone/edit/milestone-edit-container.js.map +1 -1
- package/dist/features/milestone/milestone-list-container/api/get-milestone-resources.js +1 -1
- package/dist/features/milestone/milestone-list-container/api/get-milestone-resources.js.map +1 -1
- package/dist/features/milestone/milestone-list-container/api/get-milestones.js +9 -17
- package/dist/features/milestone/milestone-list-container/api/get-milestones.js.map +1 -1
- package/dist/features/milestone/milestone-list-container/api/get-tests-list.js +1 -1
- package/dist/features/milestone/milestone-list-container/api/get-tests-list.js.map +1 -1
- package/dist/features/milestone/milestone-list-container/milestone-list/milestone-list.js +138 -105
- package/dist/features/milestone/milestone-list-container/milestone-list/milestone-list.js.map +1 -1
- package/dist/features/milestone/milestone-list-container/milestone-list/milestone-widget/goals/goal-action-ctas.js +107 -123
- package/dist/features/milestone/milestone-list-container/milestone-list/milestone-widget/goals/goal-action-ctas.js.map +1 -1
- package/dist/features/milestone/milestone-list-container/milestone-list/milestone-widget/milestone-info.js +157 -176
- package/dist/features/milestone/milestone-list-container/milestone-list/milestone-widget/milestone-info.js.map +1 -1
- package/dist/features/milestone/milestone-list-container/milestone-list/milestone-widget/milestone-tabs/milestone-tabs-styled.js +24 -10
- package/dist/features/milestone/milestone-list-container/milestone-list/milestone-widget/milestone-tabs/milestone-tabs-styled.js.map +1 -1
- package/dist/features/milestone/milestone-list-container/milestone-list/milestone-widget/milestone-tabs/milestone-tabs.js +80 -86
- package/dist/features/milestone/milestone-list-container/milestone-list/milestone-widget/milestone-tabs/milestone-tabs.js.map +1 -1
- package/dist/features/milestone/milestone-list-container/milestone-list/milestone-widget/milestone-utils.js +10 -22
- package/dist/features/milestone/milestone-list-container/milestone-list/milestone-widget/milestone-utils.js.map +1 -1
- package/dist/features/milestone/milestone-list-container/milestone-list/milestone-widget/milestone-widget-styled.js +70 -37
- package/dist/features/milestone/milestone-list-container/milestone-list/milestone-widget/milestone-widget-styled.js.map +1 -1
- package/dist/features/milestone/milestone-list-container/milestone-list/milestone-widget/milestone-widget.js +114 -176
- package/dist/features/milestone/milestone-list-container/milestone-list/milestone-widget/milestone-widget.js.map +1 -1
- package/dist/features/milestone/milestone-list-container/milestone-list/milestone-widget/outcome/outcome-rank.js +29 -16
- package/dist/features/milestone/milestone-list-container/milestone-list/milestone-widget/outcome/outcome-rank.js.map +1 -1
- package/dist/features/milestone/milestone-list-container/milestone-list/milestone-widget/outcome/outcome-styled.js +17 -25
- package/dist/features/milestone/milestone-list-container/milestone-list/milestone-widget/outcome/outcome-styled.js.map +1 -1
- package/dist/features/milestone/milestone-list-container/milestone-list/milestone-widget/outcome/outcome.js +23 -35
- package/dist/features/milestone/milestone-list-container/milestone-list/milestone-widget/outcome/outcome.js.map +1 -1
- package/dist/features/milestone/milestone-list-container/milestone-list-container.js +110 -113
- package/dist/features/milestone/milestone-list-container/milestone-list-container.js.map +1 -1
- package/dist/features/milestone/milestone-resources/resources-assign/api/goal-resource-assign.js +1 -1
- package/dist/features/milestone/milestone-resources/resources-assign/api/goal-resource-assign.js.map +1 -1
- package/dist/features/milestone/milestone-resources/resources-assign/resources-assign.js +8 -8
- package/dist/features/milestone/milestone-resources/resources-assign/resources-assign.js.map +1 -1
- package/dist/features/milestone/milestone-resources/resources-list/resources-list-styled.js +1 -1
- package/dist/features/milestone/milestone-resources/resources-list/resources-list-styled.js.map +1 -1
- package/dist/features/milestone/milestone-resources/resources-list/resources-list.js +116 -113
- package/dist/features/milestone/milestone-resources/resources-list/resources-list.js.map +1 -1
- package/dist/features/milestone/milestone-tests/test-list-v2/test-list-container.js +165 -0
- package/dist/features/milestone/milestone-tests/test-list-v2/test-list-container.js.map +1 -0
- package/dist/features/milestone/milestone-tests/test-list-v2/test-list-view-styled.js +25 -0
- package/dist/features/milestone/milestone-tests/test-list-v2/test-list-view-styled.js.map +1 -0
- package/dist/features/milestone/milestone-tests/test-list-v2/test-list-view.js +87 -0
- package/dist/features/milestone/milestone-tests/test-list-v2/test-list-view.js.map +1 -0
- package/dist/features/milestone/milestone-tests/tests-creation/api/test-sheet-assign.js +5 -5
- package/dist/features/milestone/milestone-tests/tests-creation/api/test-sheet-assign.js.map +1 -1
- package/dist/features/milestone/milestone-tests/tests-creation/test-stages/chapter-selection/chapter-item/chapter-item.js.map +1 -1
- package/dist/features/milestone/milestone-tests/tests-creation/tests-creation.js +46 -50
- package/dist/features/milestone/milestone-tests/tests-creation/tests-creation.js.map +1 -1
- package/dist/features/recent-chapters/api/get-recent-chapters.js +9 -0
- package/dist/features/recent-chapters/api/get-recent-chapters.js.map +1 -0
- package/dist/features/recent-chapters/recent-chapters-styled.js +16 -0
- package/dist/features/recent-chapters/recent-chapters-styled.js.map +1 -0
- package/dist/features/recent-chapters/recent-chapters.js +39 -0
- package/dist/features/recent-chapters/recent-chapters.js.map +1 -0
- package/dist/features/sheet-v2/resource-list/resource-list.js +45 -0
- package/dist/features/sheet-v2/resource-list/resource-list.js.map +1 -0
- package/dist/features/sheets/resources-list/resource-item/styled.js +1 -1
- package/dist/features/sheets/resources-list/resource-item/styled.js.map +1 -1
- package/dist/features/sheets/sheets-list/sheet-item/reward-n-actions/teacher-actions/teacher-actions-constant.js +4 -3
- package/dist/features/sheets/sheets-list/sheet-item/reward-n-actions/teacher-actions/teacher-actions-constant.js.map +1 -1
- package/dist/features/trial-session/comps/learning-plan/index.js.map +1 -1
- package/dist/features/ui/animated-arc/animated-arc.js +7 -7
- package/dist/features/ui/animated-arc/animated-arc.js.map +1 -1
- package/dist/features/ui/arrow-tooltip/arrow-tooltip.js +30 -29
- package/dist/features/ui/arrow-tooltip/arrow-tooltip.js.map +1 -1
- package/dist/features/ui/constants/z-index.js +3 -2
- package/dist/features/ui/constants/z-index.js.map +1 -1
- package/dist/features/ui/context-menu/context-menu-styled.js +28 -14
- package/dist/features/ui/context-menu/context-menu-styled.js.map +1 -1
- package/dist/features/ui/context-menu/context-menu.js +25 -17
- package/dist/features/ui/context-menu/context-menu.js.map +1 -1
- package/dist/features/ui/lottie-animation/lottie-animation.js +32 -24
- package/dist/features/ui/lottie-animation/lottie-animation.js.map +1 -1
- package/dist/features/ui/theme/button.js +24 -7
- package/dist/features/ui/theme/button.js.map +1 -1
- package/dist/features/ui/theme/device.js +5 -0
- package/dist/features/ui/theme/device.js.map +1 -0
- package/dist/features/ui/theme/get-theme.js +21 -19
- package/dist/features/ui/theme/get-theme.js.map +1 -1
- package/dist/index.d.ts +346 -269
- package/dist/index.js +451 -471
- package/dist/index.js.map +1 -1
- package/dist/node_modules/date-fns/differenceInDays.js +17 -0
- package/dist/node_modules/date-fns/differenceInDays.js.map +1 -0
- package/dist/static/chapter-header-bg-2.c8d96894.svg +1 -0
- package/dist/static/competitive-arena.b9c40801.json +1 -0
- package/dist/static/learn.71b13323.json +1 -0
- package/dist/static/node-custom-test-bg.d3b757be.svg +1 -0
- package/dist/static/node-learn-bg.b61f815c.svg +1 -0
- package/dist/static/node-practice-bg.16cbaf2a.svg +1 -0
- package/dist/static/node-project-bg.e6a33e28.svg +1 -0
- package/dist/static/node-puzzle-bg.3422135c.svg +1 -0
- package/dist/static/node-recap-bg.546154e4.svg +1 -0
- package/dist/static/node-test-prep-bg.42c0b9c4.svg +1 -0
- package/dist/static/node-video-bg.3df3f73a.svg +1 -0
- package/dist/static/practice.158dd488.json +1 -0
- package/dist/static/project.eb665827.json +1 -0
- package/dist/static/puzzle.b298c7e4.json +1 -0
- package/dist/static/recap.0dd2c1e2.json +1 -0
- package/dist/static/test.803d6036.json +1 -0
- package/dist/static/video.b41451e2.json +1 -0
- package/package.json +2 -3
- package/dist/assets/illustrations/loader-1.svg.js +0 -6
- package/dist/assets/illustrations/loader-1.svg.js.map +0 -1
- package/dist/assets/line-icons/icons/apple-icon.js +0 -48
- package/dist/assets/line-icons/icons/apple-icon.js.map +0 -1
- package/dist/assets/line-icons/icons/google-icon.js +0 -42
- package/dist/assets/line-icons/icons/google-icon.js.map +0 -1
- package/dist/features/auth/account-selector/account-selector-styled.js +0 -37
- package/dist/features/auth/account-selector/account-selector-styled.js.map +0 -1
- package/dist/features/auth/account-selector/account-selector.js +0 -90
- package/dist/features/auth/account-selector/account-selector.js.map +0 -1
- package/dist/features/auth/comps/auth-page-layout/auth-page-layout-styles.js +0 -12
- package/dist/features/auth/comps/auth-page-layout/auth-page-layout-styles.js.map +0 -1
- package/dist/features/auth/comps/auth-page-layout/auth-page-layout.js +0 -11
- package/dist/features/auth/comps/auth-page-layout/auth-page-layout.js.map +0 -1
- package/dist/features/auth/comps/auth-static-panel/auth-static-panel.js +0 -17
- package/dist/features/auth/comps/auth-static-panel/auth-static-panel.js.map +0 -1
- package/dist/features/auth/comps/input-status-icon/input-status-icon.js +0 -20
- package/dist/features/auth/comps/input-status-icon/input-status-icon.js.map +0 -1
- package/dist/features/auth/comps/overlay-loader/overlay-loader-styled.js +0 -29
- package/dist/features/auth/comps/overlay-loader/overlay-loader-styled.js.map +0 -1
- package/dist/features/auth/comps/overlay-loader/overlay-loader.js +0 -8
- package/dist/features/auth/comps/overlay-loader/overlay-loader.js.map +0 -1
- package/dist/features/auth/comps/resend-otp/otp-timer/otp-timer.js +0 -25
- package/dist/features/auth/comps/resend-otp/otp-timer/otp-timer.js.map +0 -1
- package/dist/features/auth/comps/resend-otp/resend-otp.js +0 -38
- package/dist/features/auth/comps/resend-otp/resend-otp.js.map +0 -1
- package/dist/features/auth/comps/tabs/tabs-styled.js +0 -23
- package/dist/features/auth/comps/tabs/tabs-styled.js.map +0 -1
- package/dist/features/auth/comps/tabs/tabs.js +0 -23
- package/dist/features/auth/comps/tabs/tabs.js.map +0 -1
- package/dist/features/auth/forgot-password/forgot-password-styled.js +0 -12
- package/dist/features/auth/forgot-password/forgot-password-styled.js.map +0 -1
- package/dist/features/auth/forgot-password/otp-form/otp-form.js +0 -67
- package/dist/features/auth/forgot-password/otp-form/otp-form.js.map +0 -1
- package/dist/features/auth/forgot-password/reset-password-form/reset-password-form.js +0 -89
- package/dist/features/auth/forgot-password/reset-password-form/reset-password-form.js.map +0 -1
- package/dist/features/auth/forgot-password/user-identifier-form/user-identifier-form.js +0 -60
- package/dist/features/auth/forgot-password/user-identifier-form/user-identifier-form.js.map +0 -1
- package/dist/features/auth/login/login-constants.js +0 -12
- package/dist/features/auth/login/login-constants.js.map +0 -1
- package/dist/features/auth/login/social-account-not-found/social-account-not-found.js +0 -31
- package/dist/features/auth/login/social-account-not-found/social-account-not-found.js.map +0 -1
- package/dist/features/auth/login/social-login-methods/social-login-methods.js +0 -46
- package/dist/features/auth/login/social-login-methods/social-login-methods.js.map +0 -1
- package/dist/features/auth/signup/circular-step-wrapper/circular-step-wrapper-styled.js +0 -50
- package/dist/features/auth/signup/circular-step-wrapper/circular-step-wrapper-styled.js.map +0 -1
- package/dist/features/auth/signup/circular-step-wrapper/circular-step-wrapper.js +0 -129
- package/dist/features/auth/signup/circular-step-wrapper/circular-step-wrapper.js.map +0 -1
- package/dist/features/auth/signup/claim-user-account/claim-user-account-styled.js +0 -27
- package/dist/features/auth/signup/claim-user-account/claim-user-account-styled.js.map +0 -1
- package/dist/features/auth/signup/claim-user-account/claim-user-account.js +0 -76
- package/dist/features/auth/signup/claim-user-account/claim-user-account.js.map +0 -1
- package/dist/features/auth/signup/custom-input-field/custom-input-field-styled.js +0 -38
- package/dist/features/auth/signup/custom-input-field/custom-input-field-styled.js.map +0 -1
- package/dist/features/auth/signup/custom-input-field/custom-input-field.js +0 -85
- package/dist/features/auth/signup/custom-input-field/custom-input-field.js.map +0 -1
- package/dist/features/auth/signup/custom-input-field/date-picker-input/date-picker-input-styled.js +0 -86
- package/dist/features/auth/signup/custom-input-field/date-picker-input/date-picker-input-styled.js.map +0 -1
- package/dist/features/auth/signup/custom-input-field/date-picker-input/date-picker-input.js +0 -58
- package/dist/features/auth/signup/custom-input-field/date-picker-input/date-picker-input.js.map +0 -1
- package/dist/features/auth/signup/custom-input-field/grade-input/grade-input-styled.js +0 -31
- package/dist/features/auth/signup/custom-input-field/grade-input/grade-input-styled.js.map +0 -1
- package/dist/features/auth/signup/custom-input-field/grade-input/grade-input.js +0 -30
- package/dist/features/auth/signup/custom-input-field/grade-input/grade-input.js.map +0 -1
- package/dist/features/auth/signup/custom-input-field/input-wrapper/input-wrapper-styled.js +0 -11
- package/dist/features/auth/signup/custom-input-field/input-wrapper/input-wrapper-styled.js.map +0 -1
- package/dist/features/auth/signup/custom-input-field/input-wrapper/input-wrapper.js +0 -33
- package/dist/features/auth/signup/custom-input-field/input-wrapper/input-wrapper.js.map +0 -1
- package/dist/features/auth/signup/custom-input-field/phone-input/country-selector/country-code-button.js +0 -33
- package/dist/features/auth/signup/custom-input-field/phone-input/country-selector/country-code-button.js.map +0 -1
- package/dist/features/auth/signup/custom-input-field/phone-input/country-selector/country-list-menu.js +0 -28
- package/dist/features/auth/signup/custom-input-field/phone-input/country-selector/country-list-menu.js.map +0 -1
- package/dist/features/auth/signup/custom-input-field/phone-input/phone-input-styled.js +0 -29
- package/dist/features/auth/signup/custom-input-field/phone-input/phone-input-styled.js.map +0 -1
- package/dist/features/auth/signup/custom-input-field/phone-input/phone-input.js +0 -67
- package/dist/features/auth/signup/custom-input-field/phone-input/phone-input.js.map +0 -1
- package/dist/features/auth/signup/signup-constants.js +0 -1022
- package/dist/features/auth/signup/signup-constants.js.map +0 -1
- package/dist/features/auth/signup/signup-methods/signup-methods.js +0 -68
- package/dist/features/auth/signup/signup-methods/signup-methods.js.map +0 -1
- package/dist/features/auth/signup/user-type-selector/user-type-card/user-type-card-styled.js +0 -19
- package/dist/features/auth/signup/user-type-selector/user-type-card/user-type-card-styled.js.map +0 -1
- package/dist/features/auth/signup/user-type-selector/user-type-card/user-type-card.js +0 -62
- package/dist/features/auth/signup/user-type-selector/user-type-card/user-type-card.js.map +0 -1
- package/dist/features/auth/signup/user-type-selector/user-type-selector-styled.js +0 -24
- package/dist/features/auth/signup/user-type-selector/user-type-selector-styled.js.map +0 -1
- package/dist/features/auth/signup/user-type-selector/user-type-selector.js +0 -87
- package/dist/features/auth/signup/user-type-selector/user-type-selector.js.map +0 -1
- package/dist/features/milestone/create/comps/milestone-progress-v2/milestone-progress-v2.js +0 -92
- package/dist/features/milestone/create/comps/milestone-progress-v2/milestone-progress-v2.js.map +0 -1
- package/dist/features/milestone/create/comps/milestone-progress-v2/styled.js +0 -25
- package/dist/features/milestone/create/comps/milestone-progress-v2/styled.js.map +0 -1
- package/dist/features/milestone/milestone-list-container/milestone-list/milestone-widget/context-menu-helper/menu-element-styled.js +0 -13
- package/dist/features/milestone/milestone-list-container/milestone-list/milestone-widget/context-menu-helper/menu-element-styled.js.map +0 -1
- package/dist/features/milestone/milestone-list-container/milestone-list/milestone-widget/context-menu-helper/menu-element.js +0 -38
- package/dist/features/milestone/milestone-list-container/milestone-list/milestone-widget/context-menu-helper/menu-element.js.map +0 -1
- package/dist/features/milestone/milestone-list-container/milestone-list/milestone-widget/milestone-widget-status.js +0 -53
- package/dist/features/milestone/milestone-list-container/milestone-list/milestone-widget/milestone-widget-status.js.map +0 -1
- package/dist/features/milestone/milestone-list-container/milestone-list/milestone-widget/outcome/outcome-info.js +0 -25
- package/dist/features/milestone/milestone-list-container/milestone-list/milestone-widget/outcome/outcome-info.js.map +0 -1
- package/dist/features/milestone/milestone-tests/tests-list/test-sheets-list/test-sheet-item/test-sheet-item-cta.js +0 -71
- package/dist/features/milestone/milestone-tests/tests-list/test-sheets-list/test-sheet-item/test-sheet-item-cta.js.map +0 -1
- package/dist/features/milestone/milestone-tests/tests-list/test-sheets-list/test-sheet-item/test-sheet-item-styled.js +0 -31
- package/dist/features/milestone/milestone-tests/tests-list/test-sheets-list/test-sheet-item/test-sheet-item-styled.js.map +0 -1
- package/dist/features/milestone/milestone-tests/tests-list/test-sheets-list/test-sheet-item/test-sheet-item-utils.js +0 -38
- package/dist/features/milestone/milestone-tests/tests-list/test-sheets-list/test-sheet-item/test-sheet-item-utils.js.map +0 -1
- package/dist/features/milestone/milestone-tests/tests-list/test-sheets-list/test-sheet-item/test-sheet-item.js +0 -79
- package/dist/features/milestone/milestone-tests/tests-list/test-sheets-list/test-sheet-item/test-sheet-item.js.map +0 -1
- package/dist/features/milestone/milestone-tests/tests-list/test-sheets-list/test-sheets-list-styled.js +0 -18
- package/dist/features/milestone/milestone-tests/tests-list/test-sheets-list/test-sheets-list-styled.js.map +0 -1
- package/dist/features/milestone/milestone-tests/tests-list/test-sheets-list/test-sheets-list.js +0 -51
- package/dist/features/milestone/milestone-tests/tests-list/test-sheets-list/test-sheets-list.js.map +0 -1
- package/dist/features/milestone/milestone-tests/tests-list/tests-list-styled.js +0 -11
- package/dist/features/milestone/milestone-tests/tests-list/tests-list-styled.js.map +0 -1
- package/dist/features/milestone/milestone-tests/tests-list/tests-list.js +0 -135
- package/dist/features/milestone/milestone-tests/tests-list/tests-list.js.map +0 -1
- package/dist/node_modules/@floating-ui/core/dist/floating-ui.core.js +0 -332
- package/dist/node_modules/@floating-ui/core/dist/floating-ui.core.js.map +0 -1
- package/dist/node_modules/@floating-ui/dom/dist/floating-ui.dom.js +0 -370
- package/dist/node_modules/@floating-ui/dom/dist/floating-ui.dom.js.map +0 -1
- package/dist/node_modules/@floating-ui/react/dist/floating-ui.react.js +0 -252
- package/dist/node_modules/@floating-ui/react/dist/floating-ui.react.js.map +0 -1
- package/dist/node_modules/@floating-ui/react/dist/floating-ui.react.utils.js +0 -24
- package/dist/node_modules/@floating-ui/react/dist/floating-ui.react.utils.js.map +0 -1
- package/dist/node_modules/@floating-ui/react/node_modules/@floating-ui/react-dom/dist/floating-ui.react-dom.js +0 -192
- package/dist/node_modules/@floating-ui/react/node_modules/@floating-ui/react-dom/dist/floating-ui.react-dom.js.map +0 -1
- package/dist/node_modules/@floating-ui/react/node_modules/@floating-ui/utils/dist/floating-ui.utils.dom.js +0 -19
- package/dist/node_modules/@floating-ui/react/node_modules/@floating-ui/utils/dist/floating-ui.utils.dom.js.map +0 -1
- package/dist/node_modules/@floating-ui/utils/dist/floating-ui.utils.dom.js +0 -129
- package/dist/node_modules/@floating-ui/utils/dist/floating-ui.utils.dom.js.map +0 -1
- package/dist/node_modules/@floating-ui/utils/dist/floating-ui.utils.js +0 -129
- package/dist/node_modules/@floating-ui/utils/dist/floating-ui.utils.js.map +0 -1
- package/dist/node_modules/clsx/dist/clsx.js +0 -18
- package/dist/node_modules/clsx/dist/clsx.js.map +0 -1
- package/dist/node_modules/date-fns/subYears.js +0 -9
- package/dist/node_modules/date-fns/subYears.js.map +0 -1
- package/dist/node_modules/react-datepicker/dist/index.es.js +0 -2700
- package/dist/node_modules/react-datepicker/dist/index.es.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/addLeadingZeros.js +0 -8
- package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/addLeadingZeros.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/defaultOptions.js +0 -8
- package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/defaultOptions.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/format/formatters.js +0 -518
- package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/format/formatters.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/format/lightFormatters.js +0 -60
- package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/format/lightFormatters.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/format/longFormatters.js +0 -53
- package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/format/longFormatters.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/getTimezoneOffsetInMilliseconds.js +0 -19
- package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/getTimezoneOffsetInMilliseconds.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/normalizeDates.js +0 -12
- package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/normalizeDates.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/protectedTokens.js +0 -21
- package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/protectedTokens.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/addDays.js +0 -11
- package/dist/node_modules/react-datepicker/node_modules/date-fns/addDays.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/addHours.js +0 -10
- package/dist/node_modules/react-datepicker/node_modules/date-fns/addHours.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/addMilliseconds.js +0 -10
- package/dist/node_modules/react-datepicker/node_modules/date-fns/addMilliseconds.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/addMinutes.js +0 -11
- package/dist/node_modules/react-datepicker/node_modules/date-fns/addMinutes.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/addMonths.js +0 -21
- package/dist/node_modules/react-datepicker/node_modules/date-fns/addMonths.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/addQuarters.js +0 -9
- package/dist/node_modules/react-datepicker/node_modules/date-fns/addQuarters.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/addSeconds.js +0 -9
- package/dist/node_modules/react-datepicker/node_modules/date-fns/addSeconds.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/addWeeks.js +0 -9
- package/dist/node_modules/react-datepicker/node_modules/date-fns/addWeeks.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/addYears.js +0 -9
- package/dist/node_modules/react-datepicker/node_modules/date-fns/addYears.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/constants.js +0 -10
- package/dist/node_modules/react-datepicker/node_modules/date-fns/constants.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/constructFrom.js +0 -9
- package/dist/node_modules/react-datepicker/node_modules/date-fns/constructFrom.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/differenceInCalendarDays.js +0 -17
- package/dist/node_modules/react-datepicker/node_modules/date-fns/differenceInCalendarDays.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/differenceInCalendarMonths.js +0 -14
- package/dist/node_modules/react-datepicker/node_modules/date-fns/differenceInCalendarMonths.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/differenceInCalendarQuarters.js +0 -15
- package/dist/node_modules/react-datepicker/node_modules/date-fns/differenceInCalendarQuarters.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/differenceInCalendarYears.js +0 -14
- package/dist/node_modules/react-datepicker/node_modules/date-fns/differenceInCalendarYears.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/differenceInDays.js +0 -23
- package/dist/node_modules/react-datepicker/node_modules/date-fns/differenceInDays.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/endOfDay.js +0 -10
- package/dist/node_modules/react-datepicker/node_modules/date-fns/endOfDay.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/endOfMonth.js +0 -10
- package/dist/node_modules/react-datepicker/node_modules/date-fns/endOfMonth.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/endOfWeek.js +0 -12
- package/dist/node_modules/react-datepicker/node_modules/date-fns/endOfWeek.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/endOfYear.js +0 -10
- package/dist/node_modules/react-datepicker/node_modules/date-fns/endOfYear.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/format.js +0 -60
- package/dist/node_modules/react-datepicker/node_modules/date-fns/format.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/getDate.js +0 -9
- package/dist/node_modules/react-datepicker/node_modules/date-fns/getDate.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/getDay.js +0 -9
- package/dist/node_modules/react-datepicker/node_modules/date-fns/getDay.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/getDayOfYear.js +0 -12
- package/dist/node_modules/react-datepicker/node_modules/date-fns/getDayOfYear.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/getDaysInMonth.js +0 -11
- package/dist/node_modules/react-datepicker/node_modules/date-fns/getDaysInMonth.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/getDefaultOptions.js +0 -9
- package/dist/node_modules/react-datepicker/node_modules/date-fns/getDefaultOptions.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/getHours.js +0 -9
- package/dist/node_modules/react-datepicker/node_modules/date-fns/getHours.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/getISODay.js +0 -10
- package/dist/node_modules/react-datepicker/node_modules/date-fns/getISODay.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/getISOWeek.js +0 -13
- package/dist/node_modules/react-datepicker/node_modules/date-fns/getISOWeek.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/getISOWeekYear.js +0 -16
- package/dist/node_modules/react-datepicker/node_modules/date-fns/getISOWeekYear.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/getMinutes.js +0 -9
- package/dist/node_modules/react-datepicker/node_modules/date-fns/getMinutes.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/getMonth.js +0 -9
- package/dist/node_modules/react-datepicker/node_modules/date-fns/getMonth.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/getQuarter.js +0 -10
- package/dist/node_modules/react-datepicker/node_modules/date-fns/getQuarter.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/getSeconds.js +0 -9
- package/dist/node_modules/react-datepicker/node_modules/date-fns/getSeconds.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/getTime.js +0 -9
- package/dist/node_modules/react-datepicker/node_modules/date-fns/getTime.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/getWeek.js +0 -13
- package/dist/node_modules/react-datepicker/node_modules/date-fns/getWeek.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/getWeekYear.js +0 -18
- package/dist/node_modules/react-datepicker/node_modules/date-fns/getWeekYear.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/getYear.js +0 -9
- package/dist/node_modules/react-datepicker/node_modules/date-fns/getYear.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/isAfter.js +0 -9
- package/dist/node_modules/react-datepicker/node_modules/date-fns/isAfter.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/isBefore.js +0 -9
- package/dist/node_modules/react-datepicker/node_modules/date-fns/isBefore.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/isDate.js +0 -8
- package/dist/node_modules/react-datepicker/node_modules/date-fns/isDate.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/isEqual.js +0 -9
- package/dist/node_modules/react-datepicker/node_modules/date-fns/isEqual.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/isSameDay.js +0 -15
- package/dist/node_modules/react-datepicker/node_modules/date-fns/isSameDay.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/isSameMonth.js +0 -14
- package/dist/node_modules/react-datepicker/node_modules/date-fns/isSameMonth.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/isSameQuarter.js +0 -15
- package/dist/node_modules/react-datepicker/node_modules/date-fns/isSameQuarter.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/isSameYear.js +0 -14
- package/dist/node_modules/react-datepicker/node_modules/date-fns/isSameYear.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/isValid.js +0 -10
- package/dist/node_modules/react-datepicker/node_modules/date-fns/isValid.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/isWithinInterval.js +0 -13
- package/dist/node_modules/react-datepicker/node_modules/date-fns/isWithinInterval.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/_lib/buildFormatLongFn.js +0 -10
- package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/_lib/buildFormatLongFn.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/_lib/buildLocalizeFn.js +0 -19
- package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/_lib/buildLocalizeFn.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/_lib/buildMatchFn.js +0 -32
- package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/_lib/buildMatchFn.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/_lib/buildMatchPatternFn.js +0 -16
- package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/_lib/buildMatchPatternFn.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/en-US/_lib/formatDistance.js +0 -71
- package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/en-US/_lib/formatDistance.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/en-US/_lib/formatLong.js +0 -34
- package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/en-US/_lib/formatLong.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/en-US/_lib/formatRelative.js +0 -12
- package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/en-US/_lib/formatRelative.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/en-US/_lib/localize.js +0 -156
- package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/en-US/_lib/localize.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/en-US/_lib/match.js +0 -111
- package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/en-US/_lib/match.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/en-US.js +0 -22
- package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/en-US.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/max.js +0 -15
- package/dist/node_modules/react-datepicker/node_modules/date-fns/max.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/min.js +0 -15
- package/dist/node_modules/react-datepicker/node_modules/date-fns/min.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/Parser.js +0 -23
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/Parser.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/Setter.js +0 -42
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/Setter.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/constants.js +0 -50
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/constants.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/AMPMMidnightParser.js +0 -50
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/AMPMMidnightParser.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/AMPMParser.js +0 -50
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/AMPMParser.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/DateParser.js +0 -62
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/DateParser.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/DayOfYearParser.js +0 -52
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/DayOfYearParser.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/DayParser.js +0 -46
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/DayParser.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/DayPeriodParser.js +0 -50
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/DayPeriodParser.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/EraParser.js +0 -31
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/EraParser.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/ExtendedYearParser.js +0 -22
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/ExtendedYearParser.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/FractionOfSecondParser.js +0 -23
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/FractionOfSecondParser.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/Hour0To11Parser.js +0 -33
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/Hour0To11Parser.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/Hour0to23Parser.js +0 -33
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/Hour0to23Parser.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/Hour1To24Parser.js +0 -34
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/Hour1To24Parser.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/Hour1to12Parser.js +0 -34
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/Hour1to12Parser.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/ISODayParser.js +0 -100
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/ISODayParser.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/ISOTimezoneParser.js +0 -49
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/ISOTimezoneParser.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/ISOTimezoneWithZParser.js +0 -49
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/ISOTimezoneWithZParser.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/ISOWeekParser.js +0 -50
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/ISOWeekParser.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/ISOWeekYearParser.js +0 -41
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/ISOWeekYearParser.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/LocalDayParser.js +0 -75
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/LocalDayParser.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/LocalWeekParser.js +0 -49
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/LocalWeekParser.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/LocalWeekYearParser.js +0 -70
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/LocalWeekYearParser.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/MinuteParser.js +0 -33
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/MinuteParser.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/MonthParser.js +0 -72
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/MonthParser.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/QuarterParser.js +0 -71
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/QuarterParser.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/SecondParser.js +0 -33
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/SecondParser.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/StandAloneLocalDayParser.js +0 -75
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/StandAloneLocalDayParser.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/StandAloneMonthParser.js +0 -72
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/StandAloneMonthParser.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/StandAloneQuarterParser.js +0 -71
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/StandAloneQuarterParser.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/TimestampMillisecondsParser.js +0 -23
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/TimestampMillisecondsParser.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/TimestampSecondsParser.js +0 -23
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/TimestampSecondsParser.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/YearParser.js +0 -50
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/YearParser.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers.js +0 -68
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/utils.js +0 -104
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/utils.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse.js +0 -88
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parseISO.js +0 -123
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parseISO.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/setDay.js +0 -13
- package/dist/node_modules/react-datepicker/node_modules/date-fns/setDay.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/setHours.js +0 -10
- package/dist/node_modules/react-datepicker/node_modules/date-fns/setHours.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/setISODay.js +0 -12
- package/dist/node_modules/react-datepicker/node_modules/date-fns/setISODay.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/setISOWeek.js +0 -11
- package/dist/node_modules/react-datepicker/node_modules/date-fns/setISOWeek.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/setMinutes.js +0 -10
- package/dist/node_modules/react-datepicker/node_modules/date-fns/setMinutes.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/setMonth.js +0 -14
- package/dist/node_modules/react-datepicker/node_modules/date-fns/setMonth.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/setQuarter.js +0 -11
- package/dist/node_modules/react-datepicker/node_modules/date-fns/setQuarter.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/setSeconds.js +0 -10
- package/dist/node_modules/react-datepicker/node_modules/date-fns/setSeconds.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/setWeek.js +0 -11
- package/dist/node_modules/react-datepicker/node_modules/date-fns/setWeek.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/setYear.js +0 -11
- package/dist/node_modules/react-datepicker/node_modules/date-fns/setYear.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfDay.js +0 -10
- package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfDay.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfISOWeek.js +0 -9
- package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfISOWeek.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfISOWeekYear.js +0 -12
- package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfISOWeekYear.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfMonth.js +0 -10
- package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfMonth.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfQuarter.js +0 -10
- package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfQuarter.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfWeek.js +0 -12
- package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfWeek.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfWeekYear.js +0 -14
- package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfWeekYear.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfYear.js +0 -10
- package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfYear.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/subDays.js +0 -9
- package/dist/node_modules/react-datepicker/node_modules/date-fns/subDays.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/subMonths.js +0 -9
- package/dist/node_modules/react-datepicker/node_modules/date-fns/subMonths.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/subQuarters.js +0 -9
- package/dist/node_modules/react-datepicker/node_modules/date-fns/subQuarters.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/subWeeks.js +0 -9
- package/dist/node_modules/react-datepicker/node_modules/date-fns/subWeeks.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/subYears.js +0 -9
- package/dist/node_modules/react-datepicker/node_modules/date-fns/subYears.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/toDate.js +0 -9
- package/dist/node_modules/react-datepicker/node_modules/date-fns/toDate.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/transpose.js +0 -19
- package/dist/node_modules/react-datepicker/node_modules/date-fns/transpose.js.map +0 -1
- package/dist/static/avatar-selected.860ee923.json +0 -1
- package/dist/static/circle-cuemath-logo-white.e9fafb91.svg +0 -1
- package/dist/static/cuemath-app-qr-code.ba6cc09b.svg +0 -1
- package/dist/static/cuemath-app-qr-code.d0912fc7.png +0 -0
- package/dist/static/dob.9ce3c15b.json +0 -1
- package/dist/static/error.cbe1ddde.json +0 -1
- package/dist/static/grade.b3730524.json +0 -1
- package/dist/static/key.d6846476.json +0 -1
- package/dist/static/mail.c30e8708.json +0 -1
- package/dist/static/otp.2d08f874.json +0 -1
- package/dist/static/otp.a3029760.json +0 -1
- package/dist/static/parent-avatar.772d53e0.json +0 -1
- package/dist/static/phone-number.0be312ea.json +0 -1
- package/dist/static/phone-number.84f55562.json +0 -1
- package/dist/static/student-avatar.524226bd.json +0 -1
- package/dist/static/user-type-selector-grid-bg.3c9c8ad6.svg +0 -1
- package/dist/static/user-type-selector-grid-bg.3ce8142d.svg +0 -1
- package/dist/static/user-type-selector-grid-bg.aad0b059.svg +0 -1
- package/dist/static/username.9e034d51.json +0 -1
package/dist/index.d.ts
CHANGED
@@ -7,7 +7,6 @@ import type { DefaultTheme } from 'styled-components';
|
|
7
7
|
import { DetailedHTMLProps } from 'react';
|
8
8
|
import type { Dispatch } from 'react';
|
9
9
|
import { FC } from 'react';
|
10
|
-
import type { FormEvent } from 'react';
|
11
10
|
import { ForwardRefExoticComponent } from 'react';
|
12
11
|
import { HTMLAttributes } from 'react';
|
13
12
|
import { IChannelMessage } from '@cuemath/cue-message-broker';
|
@@ -28,7 +27,7 @@ import * as React_3 from 'react';
|
|
28
27
|
import type { ReactElement } from 'react';
|
29
28
|
import { ReactNode } from 'react';
|
30
29
|
import { RefAttributes } from 'react';
|
31
|
-
import
|
30
|
+
import { RefObject } from 'react';
|
32
31
|
import { ResourceModel } from '@cuemath/rest-api';
|
33
32
|
import type { SetStateAction } from 'react';
|
34
33
|
import { Substitute } from 'styled-components/dist/types';
|
@@ -41,8 +40,6 @@ import { Substitute } from 'styled-components/dist/types';
|
|
41
40
|
*/
|
42
41
|
export declare const AccordionSection: FC<IAccordionSectionProps>;
|
43
42
|
|
44
|
-
export declare const AccountSelector: ({ userAccounts, onSelect, onAddNew, isLoading, }: IAccountSelectorViewProps) => JSX_2.Element;
|
45
|
-
|
46
43
|
export declare const ACHIEVEMENT_ACTIONS: {
|
47
44
|
SHARE: string;
|
48
45
|
NOT_SHARE_CHOSEN: string;
|
@@ -64,12 +61,6 @@ export declare const ArcButton: MemoExoticComponent<ForwardRefExoticComponent<IA
|
|
64
61
|
|
65
62
|
export declare const ArrowTooltip: FC<IArrowTooltipProps>;
|
66
63
|
|
67
|
-
export declare const AUTH_TABS: ITabConfig<TAuthTabKeys>;
|
68
|
-
|
69
|
-
export declare const AuthPageLayout: FC<IAuthPageLayoutProps>;
|
70
|
-
|
71
|
-
export declare const AuthStaticPanel: FC<IAuthStaticPanelProps>;
|
72
|
-
|
73
64
|
export declare const AutoPlayPermissionProvider: FC<{
|
74
65
|
children: ReactNode;
|
75
66
|
}>;
|
@@ -104,7 +95,22 @@ declare const BLOCK_STATUS: {
|
|
104
95
|
readonly LOCKED: "LOCKED";
|
105
96
|
};
|
106
97
|
|
107
|
-
declare
|
98
|
+
declare enum BLOCK_TYPE {
|
99
|
+
DEFAULT = "DEFAULT",
|
100
|
+
PREREQ = "PREREQ",
|
101
|
+
RECAP = "RECAP",
|
102
|
+
GOAL = "GOAL",
|
103
|
+
TESTS = "TESTS",
|
104
|
+
PLAYLIST = "PLAYLIST",
|
105
|
+
SOLUTIONS = "SOLUTIONS",
|
106
|
+
NOTES = "NOTES",
|
107
|
+
FLASHCARDS = "FLASHCARDS",
|
108
|
+
SUBJECTIVES = "SUBJECTIVES",
|
109
|
+
PUZZLE_CARDS = "PUZZLE_CARDS",
|
110
|
+
SAT_MOCK_TEST = "SAT_MOCK_TEST"
|
111
|
+
}
|
112
|
+
|
113
|
+
declare const BLOCK_TYPE_2: {
|
108
114
|
readonly DEFAULT: "DEFAULT";
|
109
115
|
readonly PREREQ: "PREREQ";
|
110
116
|
readonly RECAP: "RECAP";
|
@@ -158,6 +164,8 @@ declare const CHAPTER_PERMISSION_CODES: {
|
|
158
164
|
|
159
165
|
export declare const ChapterClearanceConfirmationModal: FC<IChapterClearanceConfirmationModal>;
|
160
166
|
|
167
|
+
export declare const ChapterDetails: FC<IChapterDetails>;
|
168
|
+
|
161
169
|
export declare const ChaptersList: FC<IChaptersListProps>;
|
162
170
|
|
163
171
|
export declare const ChatIcon: React.FC<React.SVGProps<SVGSVGElement>>;
|
@@ -223,10 +231,6 @@ export declare const CircularLoader: () => JSX_2.Element;
|
|
223
231
|
|
224
232
|
export declare const CircularSteps: FC<ICircularStepsProps>;
|
225
233
|
|
226
|
-
export declare const CircularStepWrapper: ForwardRefExoticComponent<ICircularStepWrapperProps & RefAttributes<ICircularStepRef>>;
|
227
|
-
|
228
|
-
export declare const ClaimUserAccount: NamedExoticComponent<IClaimUserAccountProps>;
|
229
|
-
|
230
234
|
export declare const Clickable: React_2.FC<IClickableProps>;
|
231
235
|
|
232
236
|
export declare const ClipboardIcon: React.FC<React.SVGProps<SVGSVGElement>>;
|
@@ -275,12 +279,8 @@ export declare const CuemathLogo: React_2.FC<React_2.SVGProps<SVGSVGElement>>;
|
|
275
279
|
|
276
280
|
export declare const CueRocket: React.FC<React.SVGProps<SVGSVGElement>>;
|
277
281
|
|
278
|
-
export declare const CustomInputField: FC<ICustomInputFieldProps>;
|
279
|
-
|
280
282
|
export declare const DashArrowIcon: React.FC<React.SVGProps<SVGSVGElement>>;
|
281
283
|
|
282
|
-
export declare const DatePickerInput: FC<IDatePickerInputProps>;
|
283
|
-
|
284
284
|
export declare const DesmosCalculator: FC<IDesmosCalculatorProps>;
|
285
285
|
|
286
286
|
export declare const DigitalMeter: FC<IDigitalMeterProps>;
|
@@ -351,6 +351,8 @@ declare interface ErrorProps {
|
|
351
351
|
}
|
352
352
|
|
353
353
|
export declare const EVENTS: {
|
354
|
+
HOMEWORK_UNASSIGN: "HOMEWORK_UNASSIGN";
|
355
|
+
INVALIDATE_HOMEWORK: "INVALIDATE_HOMEWORK";
|
354
356
|
GOAL_CREATED: "GOAL_CREATED";
|
355
357
|
GOAL_EDITED: "GOAL_EDITED";
|
356
358
|
GOAL_DELETED: "GOAL_DELETED";
|
@@ -373,6 +375,8 @@ export declare const EVENTS: {
|
|
373
375
|
CHANGE_LOCATION: "CHANGE_LOCATION";
|
374
376
|
SHEET_STARTED: "SHEET_STARTED";
|
375
377
|
SHEET_UNASSIGNED: "SHEET_UNASSIGNED";
|
378
|
+
SHEET_REATTEMPTED: "SHEET_REATTEMPTED";
|
379
|
+
INVALIDATE_CHAPTER_ON_CHANGE_ATTEMPT_LOCATION: "INVALIDATE_CHAPTER_ON_CHANGE_ATTEMPT_LOCATION";
|
376
380
|
};
|
377
381
|
|
378
382
|
declare type EventToPayload<T> = T extends {
|
@@ -380,6 +384,8 @@ declare type EventToPayload<T> = T extends {
|
|
380
384
|
eventPayload: infer P;
|
381
385
|
} ? [E] | [E, Partial<P>] : never;
|
382
386
|
|
387
|
+
export declare const ExclamationIcon: React.FC<React.SVGProps<SVGSVGElement>>;
|
388
|
+
|
383
389
|
export declare const ExpandableHeader: FC<IExpandableHeaderProps>;
|
384
390
|
|
385
391
|
declare const EXTRA_PRACTICE: "extra_practice";
|
@@ -451,6 +457,8 @@ declare const getCheckboxConfig: IGetCheckboxConfig;
|
|
451
457
|
|
452
458
|
declare function getColors(): TColorsMap;
|
453
459
|
|
460
|
+
declare const getDeviceConfig: () => TSupportedDevices;
|
461
|
+
|
454
462
|
declare const getInputConfig: IGetInputConfig;
|
455
463
|
|
456
464
|
declare function getLayout(multiplier?: number): ILayout;
|
@@ -479,8 +487,6 @@ export declare const GoalEdit: React.FC<IMileStoneEditContainerProps>;
|
|
479
487
|
|
480
488
|
export declare const GooglePlacesSearchInput: ComponentType<Omit_2<IGooglePlacesSearchInputProps, IProvidedProps>>;
|
481
489
|
|
482
|
-
export declare const GradeInput: FC<ICustomInputFieldProps>;
|
483
|
-
|
484
490
|
export declare function GradeSelector({ selectedValue, onSelect, tabsWidth, width, grades, renderAs, size, layoutAlignment, }: IGradeSelectorProps): JSX.Element;
|
485
491
|
|
486
492
|
export declare const HandIcon: React_2.FC;
|
@@ -491,8 +497,22 @@ export declare const HighlighterIcon: React.FC<React.SVGProps<SVGSVGElement>>;
|
|
491
497
|
|
492
498
|
export declare const HomeIcon: React_2.FC<React_2.SVGProps<SVGSVGElement>>;
|
493
499
|
|
500
|
+
export declare const HomeworkCardList: React_2.NamedExoticComponent<HWCardListProps>;
|
501
|
+
|
494
502
|
declare const hues: readonly ["YELLOW", "ORANGE", "PURPLE", "GREEN", "BLUE"];
|
495
503
|
|
504
|
+
declare interface HWCardListProps extends INodeCardCallbacks {
|
505
|
+
userType: TUserTypes;
|
506
|
+
studentId: string;
|
507
|
+
stream: string;
|
508
|
+
onTestPreview?: (sheetData: INodeDataProps, milestoneId?: string) => void;
|
509
|
+
onTestStart?: (sheetData: INodeDataProps, homeworkId?: string) => void;
|
510
|
+
onTestReview?: (sheetData: INodeDataProps, milestoneId?: string) => void;
|
511
|
+
homeworkRef?: React_2.RefObject<HTMLDivElement>;
|
512
|
+
startHomePageJourney?: ({ studentId, stream, userType }: IHomepageStartJourneyProps) => void;
|
513
|
+
canStartJourney?: boolean;
|
514
|
+
}
|
515
|
+
|
496
516
|
declare interface IAccordionSectionProps {
|
497
517
|
headerElement: React.ReactElement;
|
498
518
|
bodyElement: React.ReactElement;
|
@@ -503,17 +523,6 @@ declare interface IAccordionSectionProps {
|
|
503
523
|
bodyOverFlow?: TStyleAttrubutes['overflow'];
|
504
524
|
}
|
505
525
|
|
506
|
-
declare interface IAccountSelectorViewProps {
|
507
|
-
userAccounts: {
|
508
|
-
id: string;
|
509
|
-
username: string;
|
510
|
-
user_avatar?: IAvatarLayer[] | null;
|
511
|
-
}[];
|
512
|
-
onSelect: (accountId: string) => void;
|
513
|
-
onAddNew: () => void;
|
514
|
-
isLoading: boolean;
|
515
|
-
}
|
516
|
-
|
517
526
|
declare interface IAchievementConfig {
|
518
527
|
pollingInterval?: number;
|
519
528
|
maxPollingAttempts?: number;
|
@@ -572,6 +581,7 @@ export declare interface IArrowTooltipProps {
|
|
572
581
|
width?: number;
|
573
582
|
widthX?: number;
|
574
583
|
zIndex?: number;
|
584
|
+
parentWidth?: number | string;
|
575
585
|
}
|
576
586
|
|
577
587
|
declare interface IAttempt {
|
@@ -579,17 +589,6 @@ declare interface IAttempt {
|
|
579
589
|
score: ILearnosityQuestionScore;
|
580
590
|
}
|
581
591
|
|
582
|
-
declare interface IAuthPageLayoutProps {
|
583
|
-
leftBlock: ReactNode;
|
584
|
-
rightBlock?: ReactNode;
|
585
|
-
isFullWidth?: boolean;
|
586
|
-
}
|
587
|
-
|
588
|
-
declare interface IAuthStaticPanelProps {
|
589
|
-
title?: string;
|
590
|
-
description?: string;
|
591
|
-
}
|
592
|
-
|
593
592
|
declare interface IAutoPlayPermissionContextType {
|
594
593
|
canAutoPlayAudio: boolean;
|
595
594
|
canAutoPlayVideo: boolean;
|
@@ -684,6 +683,10 @@ declare interface IBaseWorksheetProps {
|
|
684
683
|
canShowActionBar?: boolean;
|
685
684
|
}
|
686
685
|
|
686
|
+
declare interface IBlockSectionsCallbacks extends INodeCardCallbacks {
|
687
|
+
onBlockSkipUnskip?: (blockData: IChapterBlockData, skipBlock?: boolean) => void;
|
688
|
+
}
|
689
|
+
|
687
690
|
declare interface IButtonProps extends ButtonHTMLAttributes<HTMLButtonElement>, IClickableAnalyticsProps {
|
688
691
|
label: string;
|
689
692
|
renderAs: TButtonVariants;
|
@@ -754,10 +757,27 @@ declare interface ICascadingSelectInputProps {
|
|
754
757
|
|
755
758
|
declare interface IChapter extends IChapterState, Pick<IChapterModel, 'code' | 'id' | 'chapter_code' | 'image_url' | 'name' | 'chapter_tags' | 'state' | 'recommended' | 'is_puzzle_chapter' | 'program_id'> {
|
756
759
|
search_and_added?: boolean;
|
757
|
-
total_supplementary_sheets: number;
|
758
760
|
learning_sheet_data: ILearningSheetData[];
|
759
761
|
}
|
760
762
|
|
763
|
+
export declare interface IChapterBlockData {
|
764
|
+
block_type: keyof typeof BLOCK_TYPE;
|
765
|
+
chapter_code: string;
|
766
|
+
code: string;
|
767
|
+
block_id: string;
|
768
|
+
name: string;
|
769
|
+
permissions: IChapterBlockPermission;
|
770
|
+
program_id: string;
|
771
|
+
section_code: keyof typeof SECTION_CODE;
|
772
|
+
sheets: INodeDataProps[];
|
773
|
+
user_block_id: string | null;
|
774
|
+
}
|
775
|
+
|
776
|
+
declare interface IChapterBlockPermission {
|
777
|
+
can_skip: boolean;
|
778
|
+
can_un_skip: boolean;
|
779
|
+
}
|
780
|
+
|
761
781
|
export declare interface IChapterBlockV3 {
|
762
782
|
completed_on: number | null;
|
763
783
|
sheets: IWorksheetModelV3[];
|
@@ -787,11 +807,29 @@ export declare interface IChapterDataProps {
|
|
787
807
|
user_chapter_progress: IUserChapterProgressProps;
|
788
808
|
state: TUserChapterStates | null;
|
789
809
|
program_id: string;
|
810
|
+
progress_stat: {
|
811
|
+
classwork: IMilestoneData['progress_stat'];
|
812
|
+
mandatory: IMilestoneData['progress_stat'];
|
813
|
+
optional: IMilestoneData['progress_stat'];
|
814
|
+
};
|
790
815
|
sheets_data: {
|
791
816
|
lessons: ILessonsListProps['lessons'];
|
792
817
|
supplementary_sheets_group_sort_order: string[];
|
793
818
|
supplementary_sheets_grouped: Record<string, ISheetsListProps['sheets']>;
|
794
819
|
};
|
820
|
+
blocks: IUserChapterData['blocks'];
|
821
|
+
}
|
822
|
+
|
823
|
+
declare interface IChapterDetails extends IBlockSectionsCallbacks {
|
824
|
+
userType: TUserTypes;
|
825
|
+
userChapterId: string;
|
826
|
+
studentId: string;
|
827
|
+
onExit?: () => void;
|
828
|
+
startChapterPageJourney?: ({ chapterDetails, userChapterId, studentId, userType, }: IChapterPageStartJourneyProps) => void;
|
829
|
+
chapterPageRef?: React.RefObject<HTMLDivElement>;
|
830
|
+
bannerRef?: React.RefObject<HTMLDivElement>;
|
831
|
+
coreBlocksRef?: React.RefObject<HTMLDivElement>;
|
832
|
+
canStartJourney?: boolean;
|
795
833
|
}
|
796
834
|
|
797
835
|
declare interface IChapterModel {
|
@@ -816,6 +854,25 @@ declare interface IChapterModel {
|
|
816
854
|
mastery_time: number;
|
817
855
|
chapter_time_unit: TTimeUnit;
|
818
856
|
is_puzzle_chapter?: boolean;
|
857
|
+
blocks: IUserChapterData['blocks'];
|
858
|
+
}
|
859
|
+
|
860
|
+
declare interface IChapterPageStartJourneyProps {
|
861
|
+
chapterDetails: IUserChapterData;
|
862
|
+
userChapterId: string;
|
863
|
+
studentId: string;
|
864
|
+
userType: TUserTypes;
|
865
|
+
}
|
866
|
+
|
867
|
+
declare interface IChapterProgressInfo {
|
868
|
+
completed: number;
|
869
|
+
total: number;
|
870
|
+
}
|
871
|
+
|
872
|
+
declare interface IChapterProgressStats {
|
873
|
+
mandatory: IChapterProgressInfo;
|
874
|
+
classwork: IChapterProgressInfo;
|
875
|
+
optional: IChapterProgressInfo;
|
819
876
|
}
|
820
877
|
|
821
878
|
declare interface IChapterProps extends IChapterDataProps, IChapterCallbackProps {
|
@@ -843,6 +900,13 @@ declare interface IChaptersListProps {
|
|
843
900
|
isGoalCreation: boolean;
|
844
901
|
}
|
845
902
|
|
903
|
+
declare interface IChapterStartJourneyProps {
|
904
|
+
chapterDetails: IUserChapterData;
|
905
|
+
userChapterId: string;
|
906
|
+
studentId: string;
|
907
|
+
userType: TUserTypes;
|
908
|
+
}
|
909
|
+
|
846
910
|
declare interface IChapterState {
|
847
911
|
added?: boolean;
|
848
912
|
expanded?: boolean;
|
@@ -901,10 +965,6 @@ export declare interface ICircleHomeDetails {
|
|
901
965
|
timestamps: ITodaysContentTimeStamps;
|
902
966
|
}
|
903
967
|
|
904
|
-
export declare type ICircularStepRef = {
|
905
|
-
playOutroAndFadeOut: () => Promise<void>;
|
906
|
-
};
|
907
|
-
|
908
968
|
declare interface ICircularSteps {
|
909
969
|
id: string;
|
910
970
|
label?: React.ReactNode;
|
@@ -928,29 +988,6 @@ declare interface ICircularStepsProps {
|
|
928
988
|
sizeInPercent?: number;
|
929
989
|
}
|
930
990
|
|
931
|
-
declare interface ICircularStepWrapperProps {
|
932
|
-
children: ReactNode;
|
933
|
-
animation: string;
|
934
|
-
introFrames: [number, number];
|
935
|
-
outroFrames: [number, number];
|
936
|
-
onGoBack?: () => void;
|
937
|
-
onNext?: () => void;
|
938
|
-
label?: string;
|
939
|
-
showNext?: boolean;
|
940
|
-
showPrevious?: boolean;
|
941
|
-
isNextLoading?: boolean;
|
942
|
-
progressAngle?: number;
|
943
|
-
}
|
944
|
-
|
945
|
-
declare interface IClaimUserAccountProps {
|
946
|
-
email?: string;
|
947
|
-
onSelectAccount: (userId: string) => void;
|
948
|
-
onCreateNewAccount: () => void;
|
949
|
-
userAccounts: TUserAccount[];
|
950
|
-
isCreatingAccount: boolean;
|
951
|
-
isLoading: boolean;
|
952
|
-
}
|
953
|
-
|
954
991
|
declare interface IClassStatus {
|
955
992
|
next_class_time?: number;
|
956
993
|
class_duration: number;
|
@@ -1020,6 +1057,9 @@ declare interface IContextMenuProps {
|
|
1020
1057
|
menuZIndex?: number;
|
1021
1058
|
startLeft?: boolean;
|
1022
1059
|
placeTop?: boolean;
|
1060
|
+
menuWidth?: number | string;
|
1061
|
+
menuWidthX?: number;
|
1062
|
+
handleOnMenuClick?: () => void;
|
1023
1063
|
onMenuVisibilityChange?: (visible: boolean) => void;
|
1024
1064
|
}
|
1025
1065
|
|
@@ -1031,16 +1071,6 @@ declare interface ICountdownTimer {
|
|
1031
1071
|
theme: 'GREEN_1' | 'ORANGE_1';
|
1032
1072
|
}
|
1033
1073
|
|
1034
|
-
declare interface ICountryOption {
|
1035
|
-
code: string;
|
1036
|
-
id: string;
|
1037
|
-
value: string;
|
1038
|
-
label: string;
|
1039
|
-
icon: string;
|
1040
|
-
url: string;
|
1041
|
-
geoIPCountryCode: string;
|
1042
|
-
}
|
1043
|
-
|
1044
1074
|
export declare interface ICreateUserPayloadDal {
|
1045
1075
|
username: string;
|
1046
1076
|
grade: string;
|
@@ -1099,23 +1129,6 @@ declare interface ICurriculumStandards {
|
|
1099
1129
|
name: string;
|
1100
1130
|
}
|
1101
1131
|
|
1102
|
-
declare interface ICustomInputFieldProps {
|
1103
|
-
value: string;
|
1104
|
-
onChange: (value: string) => void;
|
1105
|
-
onEnter?: () => void;
|
1106
|
-
error?: string;
|
1107
|
-
helperText?: string;
|
1108
|
-
actionElement?: ReactNode;
|
1109
|
-
isLoading?: boolean;
|
1110
|
-
isValid?: boolean;
|
1111
|
-
type?: 'text' | 'password' | 'number';
|
1112
|
-
placeholder?: string;
|
1113
|
-
maxLength?: number;
|
1114
|
-
width?: number;
|
1115
|
-
textTransform?: string;
|
1116
|
-
textAlign?: string;
|
1117
|
-
}
|
1118
|
-
|
1119
1132
|
declare interface ICustomVideoProps extends React_2.DetailedHTMLProps<React_2.VideoHTMLAttributes<HTMLVideoElement>, HTMLVideoElement> {
|
1120
1133
|
isYoutube?: boolean;
|
1121
1134
|
analyticsData?: Record<string, unknown>;
|
@@ -1123,11 +1136,6 @@ declare interface ICustomVideoProps extends React_2.DetailedHTMLProps<React_2.Vi
|
|
1123
1136
|
src: string;
|
1124
1137
|
}
|
1125
1138
|
|
1126
|
-
declare interface IDatePickerInputProps extends Omit<ICustomInputFieldProps, 'value' | 'onChange'> {
|
1127
|
-
value: Date | null;
|
1128
|
-
onChange: (date: Date | null) => void;
|
1129
|
-
}
|
1130
|
-
|
1131
1139
|
declare interface IDesmosCalculatorProps {
|
1132
1140
|
onClose: () => void;
|
1133
1141
|
height?: string | number;
|
@@ -1311,7 +1319,7 @@ declare interface IGoalCurriculumMap {
|
|
1311
1319
|
blocked_enrollment_types: TEnrollmentTypes[];
|
1312
1320
|
blocked_countries: string[];
|
1313
1321
|
course_stream: TCourseStream;
|
1314
|
-
goal_category:
|
1322
|
+
goal_category: TGoalCategory_2;
|
1315
1323
|
goal_curriculum_standard?: string;
|
1316
1324
|
goal_code: string;
|
1317
1325
|
goal_description: string | null;
|
@@ -1340,6 +1348,12 @@ declare interface IGradeSelectorProps {
|
|
1340
1348
|
layoutAlignment?: 'center' | 'auto';
|
1341
1349
|
}
|
1342
1350
|
|
1351
|
+
export declare interface IHomepageStartJourneyProps {
|
1352
|
+
studentId: string;
|
1353
|
+
stream: string;
|
1354
|
+
userType: TUserTypes;
|
1355
|
+
}
|
1356
|
+
|
1343
1357
|
declare interface IIconButtonProps extends Omit<IButtonProps, 'label' | 'shape' | 'widthX' | 'width' | 'iconPosition' | 'alignSelf' | 'analyticsLabel' | 'renderAs'>, Required<Pick<IClickableAnalyticsProps, 'analyticsLabel'>> {
|
1344
1358
|
Icon: React.FC<React.SVGProps<SVGSVGElement>>;
|
1345
1359
|
customBgColor?: TColorNames;
|
@@ -1371,15 +1385,6 @@ export declare interface IInputSizeConfig {
|
|
1371
1385
|
iconPadding: number;
|
1372
1386
|
}
|
1373
1387
|
|
1374
|
-
declare interface IInputStatusIconProps {
|
1375
|
-
isLoading?: boolean;
|
1376
|
-
isValid?: boolean;
|
1377
|
-
isError?: boolean;
|
1378
|
-
size?: number;
|
1379
|
-
successColor?: TColorNames;
|
1380
|
-
errorColor?: TColorNames;
|
1381
|
-
}
|
1382
|
-
|
1383
1388
|
export declare interface IInputVariantConfig {
|
1384
1389
|
valueColorName: {
|
1385
1390
|
inactive: TColorNames;
|
@@ -1450,8 +1455,9 @@ export declare interface IJourneyContext {
|
|
1450
1455
|
* @param id - The journey identifier.
|
1451
1456
|
* @param keepPrevActive - If `true`, the previous coachmark remains active while transitioning to the next one.
|
1452
1457
|
* @param delayInMs - Optional delay (in milliseconds) before rendering the current coachmark.
|
1458
|
+
* @param shouldBlurNextJourney - If `true`, blurs the next journey.
|
1453
1459
|
*/
|
1454
|
-
nextCoachmark: (id: TJourneyId, keepPrevActive?: boolean, delayInMs?: number) => void;
|
1460
|
+
nextCoachmark: (id: TJourneyId, keepPrevActive?: boolean, delayInMs?: number, shouldBlurNextJourney?: boolean) => void;
|
1455
1461
|
/**
|
1456
1462
|
* Must be called to end journey and update the journey status on server.
|
1457
1463
|
* @param id - The journey id.
|
@@ -1531,8 +1537,7 @@ declare interface ILeaderboardProps {
|
|
1531
1537
|
}
|
1532
1538
|
|
1533
1539
|
declare interface ILearningSheetData {
|
1534
|
-
|
1535
|
-
learnosityRef: string;
|
1540
|
+
name: string;
|
1536
1541
|
}
|
1537
1542
|
|
1538
1543
|
declare interface ILearnosity {
|
@@ -1737,8 +1742,8 @@ export declare const ILLUSTRATIONS: {
|
|
1737
1742
|
CHAPTER_8: string;
|
1738
1743
|
CHAPTER_9: string;
|
1739
1744
|
CHAPTER_HEADER_BG: string;
|
1745
|
+
CHAPTER_HEADER_BG_2: string;
|
1740
1746
|
CIRCLE_CUEMATH_LOGO: string;
|
1741
|
-
CIRCLE_CUEMATH_LOGO_WHITE: string;
|
1742
1747
|
CIRCLE_OUTERCIRCLE_BG: string;
|
1743
1748
|
CLOCK_ORANGE: string;
|
1744
1749
|
COMMUNITY_BULB: string;
|
@@ -1746,7 +1751,6 @@ export declare const ILLUSTRATIONS: {
|
|
1746
1751
|
CROWN: string;
|
1747
1752
|
CROWN_OVERLAY: string;
|
1748
1753
|
CUECOIN_GOLD: string;
|
1749
|
-
CUEMATH_APP_QR_CODE: string;
|
1750
1754
|
DESKTOP_WITH_PURPLE_FILL: string;
|
1751
1755
|
DURATION_30MIN_GRAY: string;
|
1752
1756
|
DURATION_45MIN_GRAY: string;
|
@@ -1780,6 +1784,14 @@ export declare const ILLUSTRATIONS: {
|
|
1780
1784
|
MILESTONE_INTRO_2: string;
|
1781
1785
|
MILESTONE_INTRO_3: string;
|
1782
1786
|
MISTAKE: string;
|
1787
|
+
NODE_CUSTOM_TEST_BG: string;
|
1788
|
+
NODE_LEARN_BG: string;
|
1789
|
+
NODE_PRACTICE_BG: string;
|
1790
|
+
NODE_PROJECT_BG: string;
|
1791
|
+
NODE_PUZZLE_BG: string;
|
1792
|
+
NODE_RECAP_BG: string;
|
1793
|
+
NODE_TEST_PREP_BG: string;
|
1794
|
+
NODE_VIDEO_BG: string;
|
1783
1795
|
NUMBER_1_ORANGE: string;
|
1784
1796
|
NUMBER_2_ORANGE: string;
|
1785
1797
|
NUMBER_3_ORANGE: string;
|
@@ -1823,7 +1835,6 @@ export declare const ILLUSTRATIONS: {
|
|
1823
1835
|
USER_DOWN: string;
|
1824
1836
|
USER_PIN: string;
|
1825
1837
|
USER_PROFILE_BACKGROUND: string;
|
1826
|
-
USER_TYPE_SELECTOR_GRID_BG: string;
|
1827
1838
|
USER_UP: string;
|
1828
1839
|
YELLOW_FACE: string;
|
1829
1840
|
};
|
@@ -1964,7 +1975,7 @@ declare interface IMilestoneContainerProps extends Omit<IMilestoneWidgetResource
|
|
1964
1975
|
parentName?: string;
|
1965
1976
|
teacherName?: string;
|
1966
1977
|
onEdit?: (editProps: IMilestoneEditProps) => void;
|
1967
|
-
onAddOutcome?: (milestoneId
|
1978
|
+
onAddOutcome?: (milestoneId?: string) => void;
|
1968
1979
|
onChapterClick: IChaptersListProps['onChapterClick'];
|
1969
1980
|
isClassOngoing?: boolean;
|
1970
1981
|
isStudentPresent?: boolean;
|
@@ -2003,6 +2014,8 @@ declare interface IMileStoneCreateProps {
|
|
2003
2014
|
milestoneId?: string;
|
2004
2015
|
currentCountryCode?: string;
|
2005
2016
|
courseStream: TCourseStream;
|
2017
|
+
canDeleteGoal?: boolean;
|
2018
|
+
onDeleteGoal?: () => void;
|
2006
2019
|
onChapterExitWarning?: (chapterExitProps: IOnChapterExitWarningProps) => void;
|
2007
2020
|
onFormDataChange?: (formData: IMilestoneFormData) => void;
|
2008
2021
|
onExit?: () => void;
|
@@ -2016,7 +2029,7 @@ export declare interface IMilestoneData {
|
|
2016
2029
|
course_stream: TCourseStream;
|
2017
2030
|
grade: string;
|
2018
2031
|
board: string;
|
2019
|
-
goal_category:
|
2032
|
+
goal_category: TGoalCategory;
|
2020
2033
|
goal_code: string | null;
|
2021
2034
|
created_on_ts: number;
|
2022
2035
|
milestone_date_ts: number;
|
@@ -2031,6 +2044,10 @@ export declare interface IMilestoneData {
|
|
2031
2044
|
user_milestone_progress: IUserChapterProgressProps | null;
|
2032
2045
|
permissions: IMilestoneCardPermissions;
|
2033
2046
|
recommended_chapter_filters: TRecommendedChaptersFilter | null;
|
2047
|
+
progress_stat: {
|
2048
|
+
total: number;
|
2049
|
+
completed: number;
|
2050
|
+
} | null;
|
2034
2051
|
}
|
2035
2052
|
|
2036
2053
|
declare interface IMileStoneEditContainerProps extends IMileStoneCreateContainerProps {
|
@@ -2108,7 +2125,7 @@ declare interface IMilestoneStartProps {
|
|
2108
2125
|
handleOnClick?: () => void;
|
2109
2126
|
}
|
2110
2127
|
|
2111
|
-
declare interface IMilestoneTabsProps extends Pick<IChaptersListProps, 'chapters' | 'onAddChapter' | 'onChapterClick' | 'isGoalCreation'>, Pick<IMilestoneWidgetResourcesProps, 'onAssignResources' | 'isDraftMilestone'>, ITestsListProps,
|
2128
|
+
declare interface IMilestoneTabsProps extends Pick<IChaptersListProps, 'chapters' | 'onAddChapter' | 'onChapterClick' | 'isGoalCreation'>, Pick<IMilestoneWidgetResourcesProps, 'onAssignResources' | 'isDraftMilestone'>, ITestsListProps, INodeCardCallbacks {
|
2112
2129
|
isPlanAvailable: boolean;
|
2113
2130
|
isMilestoneActive: boolean;
|
2114
2131
|
goalCategory: IMilestoneData['goal_category'];
|
@@ -2143,7 +2160,7 @@ declare interface IMilestoneWidgetProps extends Omit<IMilestoneWidgetResourcesPr
|
|
2143
2160
|
courseStream: TCourseStream;
|
2144
2161
|
}
|
2145
2162
|
|
2146
|
-
declare interface IMilestoneWidgetResourcesProps extends
|
2163
|
+
declare interface IMilestoneWidgetResourcesProps extends INodeCardCallbacks {
|
2147
2164
|
userType: TUserTypes;
|
2148
2165
|
studentId: string;
|
2149
2166
|
userMilestoneId?: string;
|
@@ -2185,7 +2202,66 @@ export declare const Info2Icon: React_2.FC<React_2.SVGProps<SVGSVGElement>>;
|
|
2185
2202
|
|
2186
2203
|
export declare const InfoIcon: React.FC<React.SVGProps<SVGSVGElement>>;
|
2187
2204
|
|
2188
|
-
|
2205
|
+
declare interface INodeCardCallbacks {
|
2206
|
+
onNodeAttempt?: (nodeData: INodeDataProps, homeworkId?: string) => void;
|
2207
|
+
onNodeView?: (nodeData: INodeDataProps, milestoneId?: string) => void;
|
2208
|
+
onNodeReview?: (nodeData: INodeDataProps, milestoneId?: string, homeworkId?: string) => void;
|
2209
|
+
onNodeReattempt?: (nodeData: INodeDataProps, milestoneId?: string) => void;
|
2210
|
+
onNodeAttemptLocationChange?: (nodeData: INodeDataProps) => void;
|
2211
|
+
onNodeMarkAsDone?: (nodeData: INodeDataProps) => void;
|
2212
|
+
onNodeReset?: (nodeData: INodeDataProps, milestoneId?: string) => void;
|
2213
|
+
onNodeUnassign?: (nodeData: INodeDataProps, milestoneId?: string) => void;
|
2214
|
+
}
|
2215
|
+
|
2216
|
+
export declare interface INodeDataProps {
|
2217
|
+
accuracy: number | null;
|
2218
|
+
attempt_location: TSheetAttemptLocation_2;
|
2219
|
+
block_id: string;
|
2220
|
+
card_header: string;
|
2221
|
+
chapter_id: string;
|
2222
|
+
complete_status: boolean;
|
2223
|
+
course_type: TCourseType;
|
2224
|
+
desmos_calculator_enabled: boolean;
|
2225
|
+
due_date_ts: number | null;
|
2226
|
+
is_lesson_v3_enabled: boolean;
|
2227
|
+
is_optional: boolean;
|
2228
|
+
is_timed: boolean;
|
2229
|
+
is_worksheet_v3: boolean | null;
|
2230
|
+
learnosity_activity_ref: string;
|
2231
|
+
marked_as_completed: boolean;
|
2232
|
+
node_id: string;
|
2233
|
+
node_type: TNodeTypes_2;
|
2234
|
+
sheet_statement: string;
|
2235
|
+
permissions: INodePermissions;
|
2236
|
+
sheet_time: number | null;
|
2237
|
+
state: TSheetStates;
|
2238
|
+
title: string;
|
2239
|
+
user_chapter_id: string | null;
|
2240
|
+
user_node_id: string | null;
|
2241
|
+
worksheet_id: string;
|
2242
|
+
image_url: string;
|
2243
|
+
image_hue: THueNames;
|
2244
|
+
total_questions: number | null;
|
2245
|
+
unlocked_on_ts: number | null;
|
2246
|
+
items?: TNodeDataTestItemsDataProps[];
|
2247
|
+
user_milestone_id?: string;
|
2248
|
+
user_attempt_id: string | null;
|
2249
|
+
subtext: string | null;
|
2250
|
+
homework_id?: string;
|
2251
|
+
chapter_name?: string;
|
2252
|
+
}
|
2253
|
+
|
2254
|
+
declare interface INodePermissions {
|
2255
|
+
can_change_attempt_location: boolean;
|
2256
|
+
can_mark_familiar: boolean;
|
2257
|
+
can_reattempt: boolean;
|
2258
|
+
can_reset: boolean;
|
2259
|
+
can_resume: boolean;
|
2260
|
+
can_review: boolean;
|
2261
|
+
can_start: boolean;
|
2262
|
+
can_teacher_review: boolean;
|
2263
|
+
can_unassign: boolean;
|
2264
|
+
}
|
2189
2265
|
|
2190
2266
|
export declare interface INudgeProps {
|
2191
2267
|
nudge: 'click';
|
@@ -2195,6 +2271,10 @@ export declare interface INudgeProps {
|
|
2195
2271
|
zIndex?: number;
|
2196
2272
|
}
|
2197
2273
|
|
2274
|
+
export declare const invalidateGetChapterDetails: (id: string, query?: void | undefined, allIdsInvalid?: boolean) => void;
|
2275
|
+
|
2276
|
+
export declare const invalidateHomeworks: (id: string, query?: void | undefined, allIdsInvalid?: boolean) => void;
|
2277
|
+
|
2198
2278
|
export declare const invalidateMilestoneResources: (id: string, query?: void | undefined, allIdsInvalid?: boolean) => void;
|
2199
2279
|
|
2200
2280
|
export declare const invalidateMilestonesData: (query?: TQuery | undefined) => void;
|
@@ -2215,13 +2295,6 @@ declare interface IOpenImageReviewModalProps {
|
|
2215
2295
|
image?: string;
|
2216
2296
|
}
|
2217
2297
|
|
2218
|
-
declare interface IOTPResendProps {
|
2219
|
-
onResendOTP: () => void;
|
2220
|
-
onResendVoiceOTP?: () => void;
|
2221
|
-
timerSeconds?: number;
|
2222
|
-
showVoiceOTP?: boolean;
|
2223
|
-
}
|
2224
|
-
|
2225
2298
|
declare interface IOutcomeConfig {
|
2226
2299
|
id: string;
|
2227
2300
|
input_type: string;
|
@@ -2257,11 +2330,6 @@ declare interface IPerfectHitsProps {
|
|
2257
2330
|
value: number;
|
2258
2331
|
}
|
2259
2332
|
|
2260
|
-
declare interface IPhoneInputProps extends ICustomInputFieldProps {
|
2261
|
-
onCountryChange: (option: TSelectedCountry) => void;
|
2262
|
-
selectedCountry: TSelectedCountry;
|
2263
|
-
}
|
2264
|
-
|
2265
2333
|
declare interface IPlaceholder {
|
2266
2334
|
text?: string;
|
2267
2335
|
marks?: string;
|
@@ -2504,16 +2572,6 @@ declare interface IReferenceSheetProps {
|
|
2504
2572
|
};
|
2505
2573
|
}
|
2506
2574
|
|
2507
|
-
declare interface IResetPasswordFormProps {
|
2508
|
-
onSubmit: (e: FormEvent<HTMLFormElement>) => void;
|
2509
|
-
onChange: (key: string, value: string) => void;
|
2510
|
-
formData: Record<string, string>;
|
2511
|
-
errors: Record<string, string>;
|
2512
|
-
isProcessing: boolean;
|
2513
|
-
isSubmitDisabled: boolean;
|
2514
|
-
isValid?: boolean;
|
2515
|
-
}
|
2516
|
-
|
2517
2575
|
export declare interface IResourceItemData {
|
2518
2576
|
boards: string[];
|
2519
2577
|
created_on: string;
|
@@ -2732,14 +2790,6 @@ declare interface ISheetsListProps extends ISheetItemCallbackProps {
|
|
2732
2790
|
section?: TSheetsSection;
|
2733
2791
|
}
|
2734
2792
|
|
2735
|
-
declare interface ISignupMethodsProps {
|
2736
|
-
onEmailSignup: () => void;
|
2737
|
-
onPhoneSignup: () => void;
|
2738
|
-
onGoogleSignup: () => void;
|
2739
|
-
onAppleSignup: () => void;
|
2740
|
-
loadingProvider: TSocialAuthProvider | null;
|
2741
|
-
}
|
2742
|
-
|
2743
2793
|
export declare interface ISignUpProps {
|
2744
2794
|
circleOnLeapSignedUp: boolean;
|
2745
2795
|
circleOnLeapPremiumEnabled: boolean;
|
@@ -2757,29 +2807,6 @@ export declare interface ISignUpProps {
|
|
2757
2807
|
onSignupStepsComplete: (data: IUpdateUserPayloadDal | ICreateUserResponseDal | null) => void;
|
2758
2808
|
}
|
2759
2809
|
|
2760
|
-
declare interface ISingleFieldFormProps {
|
2761
|
-
onSubmit: (e?: FormEvent<HTMLFormElement>) => void;
|
2762
|
-
onChange: (key: string, value: string) => void;
|
2763
|
-
value: string;
|
2764
|
-
error: string;
|
2765
|
-
isProcessing: boolean;
|
2766
|
-
isSubmitDisabled?: boolean;
|
2767
|
-
isValid?: boolean;
|
2768
|
-
field?: string;
|
2769
|
-
label?: string;
|
2770
|
-
}
|
2771
|
-
|
2772
|
-
declare interface ISocialAccountNotFoundProps {
|
2773
|
-
onRetryLogin: () => void;
|
2774
|
-
onGoToSignup: () => void;
|
2775
|
-
}
|
2776
|
-
|
2777
|
-
declare interface ISocialLoginMethodsProps {
|
2778
|
-
onGoogleLogin: () => void;
|
2779
|
-
onAppleLogin: () => void;
|
2780
|
-
loadingProvider: TSocialAuthProvider | null;
|
2781
|
-
}
|
2782
|
-
|
2783
2810
|
export declare const isOkayTypeQuestion: IIsOkayTypeQuestion;
|
2784
2811
|
|
2785
2812
|
export declare enum IStatsToAwardErrorCode {
|
@@ -2875,13 +2902,6 @@ declare interface ISyncableWebGameProps {
|
|
2875
2902
|
enableSync?: boolean;
|
2876
2903
|
}
|
2877
2904
|
|
2878
|
-
export declare type ITabConfig<T extends string = string> = Record<T, ITabItem>;
|
2879
|
-
|
2880
|
-
declare interface ITabItem {
|
2881
|
-
label: string;
|
2882
|
-
component?: JSX.Element;
|
2883
|
-
}
|
2884
|
-
|
2885
2905
|
export declare interface ITable {
|
2886
2906
|
tableList: ITableInfo[];
|
2887
2907
|
infiniteModeHighScore: number;
|
@@ -2945,12 +2965,6 @@ export declare interface ITabSizeConfig {
|
|
2945
2965
|
textVariant: TTextVariants;
|
2946
2966
|
}
|
2947
2967
|
|
2948
|
-
declare interface ITabsProps<T extends string> {
|
2949
|
-
selectedTab: T;
|
2950
|
-
onChange: (tab: T) => void;
|
2951
|
-
tabs: ITabConfig<T>;
|
2952
|
-
}
|
2953
|
-
|
2954
2968
|
export declare interface ITabVariantConfig {
|
2955
2969
|
backgroundColorName: {
|
2956
2970
|
inactive: TColorNames;
|
@@ -3027,13 +3041,7 @@ declare interface ITestsCreationProps {
|
|
3027
3041
|
onError: (errorMessage?: string) => void;
|
3028
3042
|
}
|
3029
3043
|
|
3030
|
-
declare interface
|
3031
|
-
onTestPreview?: (milestoneId: string, sheetData: ISheetDataProps) => void;
|
3032
|
-
onTestStart?: (sheetData: ISheetDataProps) => void;
|
3033
|
-
onTestReview?: (sheetData: ISheetDataProps, milestoneId: string) => void;
|
3034
|
-
}
|
3035
|
-
|
3036
|
-
declare interface ITestsListProps extends ITestSheetItemCallbackProps {
|
3044
|
+
declare interface ITestsListProps {
|
3037
3045
|
userType: TUserTypes;
|
3038
3046
|
studentId: string;
|
3039
3047
|
userMilestoneId: string;
|
@@ -3042,6 +3050,10 @@ declare interface ITestsListProps extends ITestSheetItemCallbackProps {
|
|
3042
3050
|
isDraftMilestone?: boolean;
|
3043
3051
|
isChaptersAvailable?: boolean;
|
3044
3052
|
canUpdatePlan?: boolean;
|
3053
|
+
onNodeReattempt?: (sheetData: INodeDataProps, milestoneId?: string) => void;
|
3054
|
+
onTestPreview?: (sheetData: INodeDataProps, milestoneId: string) => void;
|
3055
|
+
onTestStart?: (sheetData: INodeDataProps) => void;
|
3056
|
+
onTestReview?: (sheetData: INodeDataProps, milestoneId: string) => void;
|
3045
3057
|
}
|
3046
3058
|
|
3047
3059
|
declare interface ITextButtonProps extends IClickableAnalyticsProps {
|
@@ -3080,6 +3092,7 @@ export declare interface ITheme {
|
|
3080
3092
|
textButton: ReturnType<typeof getTextButtonConfig>;
|
3081
3093
|
zIndex: ReturnType<typeof getZIndexConfig>;
|
3082
3094
|
checkbox: ReturnType<typeof getCheckboxConfig>;
|
3095
|
+
device: ReturnType<typeof getDeviceConfig>;
|
3083
3096
|
}
|
3084
3097
|
|
3085
3098
|
declare interface ITile {
|
@@ -3286,6 +3299,20 @@ declare interface IusePointerSyncProps {
|
|
3286
3299
|
targetUserId?: string;
|
3287
3300
|
}
|
3288
3301
|
|
3302
|
+
export declare interface IUserChapterData {
|
3303
|
+
chapter_code: string;
|
3304
|
+
chapter_id: string;
|
3305
|
+
chapter_tags: string[];
|
3306
|
+
id: string;
|
3307
|
+
image_hue: THueNames;
|
3308
|
+
image_url: string;
|
3309
|
+
item_bank_enabled: boolean;
|
3310
|
+
name: string;
|
3311
|
+
program_id: string;
|
3312
|
+
progress_stat: IChapterProgressStats | null;
|
3313
|
+
blocks: IChapterBlockData[];
|
3314
|
+
}
|
3315
|
+
|
3289
3316
|
declare interface IUserChapterProgressProps {
|
3290
3317
|
familiar_sheets: number;
|
3291
3318
|
mastered_sheets: number;
|
@@ -3293,12 +3320,6 @@ declare interface IUserChapterProgressProps {
|
|
3293
3320
|
total_core_sheets: number;
|
3294
3321
|
}
|
3295
3322
|
|
3296
|
-
declare interface IUserTypeSelectorProps {
|
3297
|
-
onNext: () => void;
|
3298
|
-
onUserTypeChange: (id: TAuthUserType) => void;
|
3299
|
-
userType: TAuthUserType;
|
3300
|
-
}
|
3301
|
-
|
3302
3323
|
declare interface IUseTrialSessionMessageBroker {
|
3303
3324
|
(options: {
|
3304
3325
|
teacherClassroomId?: string;
|
@@ -3648,7 +3669,14 @@ export declare enum JOURNEY_ID_STUDENT {
|
|
3648
3669
|
CIRCLE_STREAK_UPDATE_JOURNEY = "CIRCLE_STREAK_UPDATE_JOURNEY",
|
3649
3670
|
CIRCLE_TUTORIAL_JOURNEY = "CIRCLE_TUTORIAL_JOURNEY",
|
3650
3671
|
CIRCLE_TABLES_INTRO_JOURNEY = "CIRCLE_TABLES_INTRO_JOURNEY",
|
3651
|
-
CIRCLE_STREAK_REDUCTION_JOURNEY = "CIRCLE_STREAK_REDUCTION_JOURNEY"
|
3672
|
+
CIRCLE_STREAK_REDUCTION_JOURNEY = "CIRCLE_STREAK_REDUCTION_JOURNEY",
|
3673
|
+
HOMEPAGE_JOURNEY = "HOMEPAGE_JOURNEY",
|
3674
|
+
CHAPTER_PAGE_JOURNEY = "CHAPTER_PAGE_JOURNEY"
|
3675
|
+
}
|
3676
|
+
|
3677
|
+
export declare enum JOURNEY_ID_TEACHER {
|
3678
|
+
HOMEPAGE_JOURNEY = "HOMEPAGE_JOURNEY",
|
3679
|
+
CHAPTER_PAGE_JOURNEY = "CHAPTER_PAGE_JOURNEY"
|
3652
3680
|
}
|
3653
3681
|
|
3654
3682
|
export declare const JourneyProvider: FC<IJourneyProviderProps>;
|
@@ -3681,7 +3709,6 @@ export declare const LOTTIE: {
|
|
3681
3709
|
ACCURACY_METER: string;
|
3682
3710
|
ACCURACY_NEEDLE: string;
|
3683
3711
|
ADVANCE_MODE_SEGMENT_LOTTIE: string;
|
3684
|
-
AVATAR_SELECTED: string;
|
3685
3712
|
BEGINNER1X: string;
|
3686
3713
|
BRONZE_1: string;
|
3687
3714
|
BRONZE_2: string;
|
@@ -3694,11 +3721,10 @@ export declare const LOTTIE: {
|
|
3694
3721
|
COLOR_1: string;
|
3695
3722
|
COLOR_2: string;
|
3696
3723
|
COLOR_3: string;
|
3724
|
+
COMPETITIVE_ARENA: string;
|
3697
3725
|
DIFFICULT: string;
|
3698
|
-
DOB: string;
|
3699
3726
|
EASY: string;
|
3700
3727
|
ELITE_CIRCLE: string;
|
3701
|
-
ERROR: string;
|
3702
3728
|
ERROR_LOTTIE: string;
|
3703
3729
|
FAMILIAR1X: string;
|
3704
3730
|
FIFTEEN_MIN_CLOCK: string;
|
@@ -3706,17 +3732,12 @@ export declare const LOTTIE: {
|
|
3706
3732
|
GOLD_1: string;
|
3707
3733
|
GOLD_2: string;
|
3708
3734
|
GOLD_3: string;
|
3709
|
-
GRADE: string;
|
3710
3735
|
INFINITE_BUTTON_BG: string;
|
3711
3736
|
INFINITE_BUTTON_SYMBOL: string;
|
3712
|
-
|
3737
|
+
LEARN: string;
|
3713
3738
|
LEVELUP_RINGS: string;
|
3714
|
-
MAIL: string;
|
3715
3739
|
MEDIUM: string;
|
3716
3740
|
NUDGE_TAP: string;
|
3717
|
-
OTP: string;
|
3718
|
-
PARENT_AVATAR: string;
|
3719
|
-
PHONE_NUMBER: string;
|
3720
3741
|
POINT100: string;
|
3721
3742
|
POINT10: string;
|
3722
3743
|
POINT15: string;
|
@@ -3733,8 +3754,12 @@ export declare const LOTTIE: {
|
|
3733
3754
|
POINT50: string;
|
3734
3755
|
POINT5: string;
|
3735
3756
|
POINT60: string;
|
3757
|
+
PRACTICE: string;
|
3736
3758
|
PROFICIENT1X: string;
|
3759
|
+
PROJECT: string;
|
3760
|
+
PUZZLE: string;
|
3737
3761
|
RANDOM_MODE_SEGMENT_LOTTIE: string;
|
3762
|
+
RECAP: string;
|
3738
3763
|
SEQUENCE_MODE_SEGMENT_LOTTIE: string;
|
3739
3764
|
SILVER_1: string;
|
3740
3765
|
SILVER_2: string;
|
@@ -3742,17 +3767,17 @@ export declare const LOTTIE: {
|
|
3742
3767
|
SLEEPY_BOI: string;
|
3743
3768
|
SPINNER_WHITE: string;
|
3744
3769
|
SPLASH_SCREEN: string;
|
3745
|
-
STUDENT_AVATAR: string;
|
3746
3770
|
TABLE_MODE_REVEAL: string;
|
3747
3771
|
TABLE_MODE_STAR: string;
|
3748
3772
|
TABLE_SEGMENT_STAR: string;
|
3749
3773
|
TARGET_ACHIEVED_TEXT: string;
|
3750
3774
|
TEACHER_VALIDATION: string;
|
3775
|
+
TEST: string;
|
3751
3776
|
TOTAL_STREAK: string;
|
3752
3777
|
TOTAL_TIME: string;
|
3753
3778
|
TOTAL_TIME_SPENT: string;
|
3754
3779
|
TOURNAMENT_RIPPLE: string;
|
3755
|
-
|
3780
|
+
VIDEO: string;
|
3756
3781
|
};
|
3757
3782
|
|
3758
3783
|
export declare const LPARChapter: FC<ILPARChapterProps>;
|
@@ -3791,6 +3816,21 @@ export declare const Next2Icon: React.FC<React.SVGProps<SVGSVGElement>>;
|
|
3791
3816
|
|
3792
3817
|
export declare const NextIcon: React.FC<React.SVGProps<SVGSVGElement>>;
|
3793
3818
|
|
3819
|
+
declare enum NODE_CARD_COURSE_TYPES {
|
3820
|
+
PROGRAM = "PROGRAM",
|
3821
|
+
REMEDIAL = "REMEDIAL",
|
3822
|
+
TEST_SERIES = "TEST_SERIES",
|
3823
|
+
EXAM = "EXAM"
|
3824
|
+
}
|
3825
|
+
|
3826
|
+
declare enum NODE_CARD_STATES {
|
3827
|
+
LOCKED = "LOCKED",
|
3828
|
+
NOT_STARTED = "NOT_STARTED",
|
3829
|
+
WAIT_FOR_REVIEW = "WAIT_FOR_REVIEW",
|
3830
|
+
IN_PROGRESS = "IN_PROGRESS",
|
3831
|
+
COMPLETED = "COMPLETED"
|
3832
|
+
}
|
3833
|
+
|
3794
3834
|
export declare const NODE_LABELS: {
|
3795
3835
|
readonly ASSESSMENT: "ASSESSMENT";
|
3796
3836
|
readonly CHAPTER_ASSESSMENT: "ASSESSMENT";
|
@@ -3921,22 +3961,14 @@ declare interface NumRangeInputProps {
|
|
3921
3961
|
endPlaceholder?: string;
|
3922
3962
|
}
|
3923
3963
|
|
3924
|
-
export declare const OTPForm: ({ onSubmit, onChange, value, error, isProcessing, isValid, }: ISingleFieldFormProps) => JSX_2.Element;
|
3925
|
-
|
3926
3964
|
export declare type OutcomeStage = keyof typeof STAGES;
|
3927
3965
|
|
3928
|
-
export declare const OverlayLoader: ({ isLoading }: {
|
3929
|
-
isLoading?: boolean | undefined;
|
3930
|
-
}) => JSX_2.Element | null;
|
3931
|
-
|
3932
3966
|
export declare const PencilIcon: React.FC<React.SVGProps<SVGSVGElement>>;
|
3933
3967
|
|
3934
3968
|
export declare const PercentileInput: React_2.ForwardRefExoticComponent<IPercentileProps & React_2.RefAttributes<HTMLInputElement>>;
|
3935
3969
|
|
3936
3970
|
export declare const PerfectHits: NamedExoticComponent<IPerfectHitsProps>;
|
3937
3971
|
|
3938
|
-
export declare const PhoneInput: FC<IPhoneInputProps>;
|
3939
|
-
|
3940
3972
|
/**
|
3941
3973
|
** Global/Platform specific events that needs to be tracked goes here
|
3942
3974
|
** Naming convention needs to be snake_case
|
@@ -3944,6 +3976,7 @@ export declare const PhoneInput: FC<IPhoneInputProps>;
|
|
3944
3976
|
export declare enum PLATFORM_EVENTS_STUDENT {
|
3945
3977
|
PAGE_VIEWED = "page_viewed",
|
3946
3978
|
CUSTOM_TEST_SUBMITTED = "custom_test_submitted",
|
3979
|
+
HOMEWORK_COMPLETED = "homework_completed",
|
3947
3980
|
ACTIVITY_STARTED = "activity_started",
|
3948
3981
|
ACTIVITY_TUTORIAL_SEEN = "activity_tutorial_seen",
|
3949
3982
|
STREAK_ICON_CLICKED = "streak_icon_clicked",
|
@@ -4051,16 +4084,22 @@ export declare const RadioCard: <IDType extends string | number>({ options, valu
|
|
4051
4084
|
|
4052
4085
|
export declare const RadioInput: <IDType extends string | number>({ options, value, onChange, numColumns, }: IRadioInputProps<IDType>) => JSX.Element;
|
4053
4086
|
|
4087
|
+
export declare const RecentChapters: FC<RecentChaptersProps>;
|
4088
|
+
|
4089
|
+
declare interface RecentChaptersProps {
|
4090
|
+
studentId: string;
|
4091
|
+
courseStream: TCourseStream;
|
4092
|
+
userType: TUserTypes;
|
4093
|
+
onChapterClick: IChaptersListProps['onChapterClick'];
|
4094
|
+
recentChaptersRef?: React.RefObject<HTMLDivElement>;
|
4095
|
+
}
|
4096
|
+
|
4054
4097
|
export declare const RedoIcon: React_2.FC<React_2.SVGProps<SVGSVGElement>>;
|
4055
4098
|
|
4056
4099
|
export declare const ReferenceSheet: FC<IReferenceSheetProps>;
|
4057
4100
|
|
4058
4101
|
export declare const RemotePeerPointer: MemoExoticComponent<({ containerRef, onPublish, onSubscribe, responseId }: IPointerProps) => JSX_2.Element>;
|
4059
4102
|
|
4060
|
-
export declare const ResendOTP: React.FC<IOTPResendProps>;
|
4061
|
-
|
4062
|
-
export declare const ResetPasswordForm: ({ onSubmit, onChange, formData, errors, isSubmitDisabled, isProcessing, isValid, }: IResetPasswordFormProps) => JSX_2.Element;
|
4063
|
-
|
4064
4103
|
export declare const REWARDS_LIST: string[];
|
4065
4104
|
|
4066
4105
|
export declare const RightIcon: React.FC<React.SVGProps<SVGSVGElement>>;
|
@@ -4081,6 +4120,18 @@ export declare const SearchableSelectInput: <IDType extends string | number>(pro
|
|
4081
4120
|
|
4082
4121
|
export declare const SearchIcon: React.FC<React.SVGProps<SVGSVGElement>>;
|
4083
4122
|
|
4123
|
+
declare enum SECTION_CODE {
|
4124
|
+
READINESS = "READINESS",
|
4125
|
+
GOALS = "GOALS",
|
4126
|
+
TESTS = "TESTS",
|
4127
|
+
ENRICHMENT = "ENRICHMENT",
|
4128
|
+
SUBJECTIVE = "SUBJECTIVE",
|
4129
|
+
VIDEOS = "VIDEOS",
|
4130
|
+
NOTES = "NOTES",
|
4131
|
+
FLASHCARDS = "FLASHCARDS",
|
4132
|
+
PUZZLE_CARDS = "PUZZLE_CARDS"
|
4133
|
+
}
|
4134
|
+
|
4084
4135
|
export declare const SectionList: <Section extends string | number | TDefaultSection>(props: ISectionList<Section>) => JSX.Element;
|
4085
4136
|
|
4086
4137
|
export declare const SelectInput: <IDType extends string | number>(props: ISelectInputProps<IDType>) => JSX.Element;
|
@@ -4138,19 +4189,15 @@ export declare const SheetLocked: MemoExoticComponent<({ onHomeClick }: {
|
|
4138
4189
|
|
4139
4190
|
export declare const SignUp: ({ mathGymEnrolledUser, circleEnrolledUser, circleOnLeapPremiumDays, circleUsername, countryCode, grade: defaultGrade, state, circleOnLeapPremiumEnabled, studentId, isSignUpProcessing, onCreateUser, onUpdateUser, onSignupStepsComplete, }: ISignUpProps) => JSX_2.Element;
|
4140
4191
|
|
4141
|
-
export declare const SignupMethods: FC<ISignupMethodsProps>;
|
4142
|
-
|
4143
4192
|
declare const SketchIcon: React.FC<React.SVGProps<SVGSVGElement>>;
|
4144
4193
|
export { SketchIcon as ScribbleIcon }
|
4145
4194
|
export { SketchIcon }
|
4146
4195
|
|
4147
4196
|
export declare const Skip2Icon: React.FC<React.SVGProps<SVGSVGElement>>;
|
4148
4197
|
|
4149
|
-
export declare const
|
4150
|
-
|
4151
|
-
export declare const SocialAccountNotFound: ({ onRetryLogin, onGoToSignup }: ISocialAccountNotFoundProps) => JSX_2.Element;
|
4198
|
+
export declare const SkipColoredIcon: React.FC<React.SVGProps<SVGSVGElement>>;
|
4152
4199
|
|
4153
|
-
export declare const
|
4200
|
+
export declare const SkipIcon: React.FC<React.SVGProps<SVGSVGElement>>;
|
4154
4201
|
|
4155
4202
|
export declare const SplashScreen: ({ animationCompleted }: {
|
4156
4203
|
animationCompleted: () => void;
|
@@ -4178,6 +4225,8 @@ export declare enum State {
|
|
4178
4225
|
HOLD = "HOLD"
|
4179
4226
|
}
|
4180
4227
|
|
4228
|
+
export declare const StatusIcon: React.FC<React.SVGProps<SVGSVGElement>>;
|
4229
|
+
|
4181
4230
|
export declare function Stepper({ stepsInfo, currentStep }: IStepperProps): JSX_2.Element;
|
4182
4231
|
|
4183
4232
|
declare const STICKER_BADGE: {
|
@@ -4217,8 +4266,6 @@ declare const TAB_CODES: {
|
|
4217
4266
|
|
4218
4267
|
export declare const TabComponent: React_2.FC<ITabProps>;
|
4219
4268
|
|
4220
|
-
export declare function Tabs<T extends string>({ selectedTab, onChange, tabs }: ITabsProps<T>): JSX_2.Element;
|
4221
|
-
|
4222
4269
|
export declare type TAction = EventToPayload<TInclassMessage>;
|
4223
4270
|
|
4224
4271
|
declare type TActionListenerOptions = {
|
@@ -4245,12 +4292,6 @@ export declare type TArrowTooltipConfig = {
|
|
4245
4292
|
|
4246
4293
|
export declare type TArrowTooltipVariants = 'primary' | 'secondary';
|
4247
4294
|
|
4248
|
-
export declare type TAuthProvider = 'email' | 'phone';
|
4249
|
-
|
4250
|
-
export declare type TAuthTabKeys = 'identifier' | 'username';
|
4251
|
-
|
4252
|
-
export declare type TAuthUserType = 'student' | 'parent';
|
4253
|
-
|
4254
4295
|
declare type TBadgeData = {
|
4255
4296
|
acknowledged_on: number | null;
|
4256
4297
|
animation_url: string;
|
@@ -4300,11 +4341,11 @@ declare type TBlockStatsData = {
|
|
4300
4341
|
|
4301
4342
|
declare type TBlockStatus = keyof typeof BLOCK_STATUS;
|
4302
4343
|
|
4303
|
-
declare type TBlockType = keyof typeof
|
4344
|
+
declare type TBlockType = keyof typeof BLOCK_TYPE_2;
|
4304
4345
|
|
4305
4346
|
export declare type TButtonSizes = 'xsmall' | 'small' | 'regular' | 'medium' | 'large';
|
4306
4347
|
|
4307
|
-
export declare type TButtonVariants = 'primary' | 'secondary' | 'tertiary' | 'secondary-dark';
|
4348
|
+
export declare type TButtonVariants = 'primary' | 'secondary' | 'tertiary' | 'secondary-gray' | 'secondary-dark';
|
4308
4349
|
|
4309
4350
|
declare type TCallback = (messages: TInclassMessage[]) => void;
|
4310
4351
|
|
@@ -4397,6 +4438,8 @@ declare type TCourseProgramPermissions = {
|
|
4397
4438
|
|
4398
4439
|
declare type TCourseStream = (typeof COURSE_STREAMS)[keyof typeof COURSE_STREAMS];
|
4399
4440
|
|
4441
|
+
declare type TCourseType = keyof typeof NODE_CARD_COURSE_TYPES;
|
4442
|
+
|
4400
4443
|
declare type TCreateOnPresubmit = (options: TOnPreSubmitOptions) => void;
|
4401
4444
|
|
4402
4445
|
declare type TCueCanvasChangeDataObject = Record<string, TDrawingData[]>;
|
@@ -4453,9 +4496,9 @@ declare interface TextProps {
|
|
4453
4496
|
|
4454
4497
|
export declare type TFontFamilyNames = `${'Athletics'}-${'Light' | 'Regular' | 'Medium' | 'Bold' | 'Black'}` | `${'UntitledSans'}-${'Regular' | 'Medium'}`;
|
4455
4498
|
|
4456
|
-
declare type TGoalCategory =
|
4499
|
+
declare type TGoalCategory = keyof typeof GOAL_CATEGORY | null;
|
4457
4500
|
|
4458
|
-
declare type TGoalCategory_2 = keyof typeof GOAL_CATEGORY
|
4501
|
+
declare type TGoalCategory_2 = (typeof GOAL_CATEGORY)[keyof typeof GOAL_CATEGORY];
|
4459
4502
|
|
4460
4503
|
declare interface TGoals {
|
4461
4504
|
goal_code?: string;
|
@@ -4551,11 +4594,32 @@ export declare type TInclassMessage = {
|
|
4551
4594
|
eventPayload: {
|
4552
4595
|
worksheetId: string;
|
4553
4596
|
};
|
4597
|
+
} | {
|
4598
|
+
eventName: typeof EVENTS.HOMEWORK_UNASSIGN;
|
4599
|
+
eventPayload: {
|
4600
|
+
studentId: string;
|
4601
|
+
};
|
4602
|
+
} | {
|
4603
|
+
eventName: typeof EVENTS.INVALIDATE_HOMEWORK;
|
4604
|
+
eventPayload: {
|
4605
|
+
studentId: string;
|
4606
|
+
};
|
4554
4607
|
} | {
|
4555
4608
|
eventName: typeof EVENTS.CHAPTER_UPDATED;
|
4556
4609
|
eventPayload: {
|
4557
4610
|
chapterId: string;
|
4558
4611
|
};
|
4612
|
+
} | {
|
4613
|
+
eventName: typeof EVENTS.INVALIDATE_CHAPTER_ON_CHANGE_ATTEMPT_LOCATION;
|
4614
|
+
eventPayload: {
|
4615
|
+
chapterId: string;
|
4616
|
+
};
|
4617
|
+
} | {
|
4618
|
+
eventName: typeof EVENTS.SHEET_REATTEMPTED;
|
4619
|
+
eventPayload: {
|
4620
|
+
milestoneId: string;
|
4621
|
+
chapterId: string;
|
4622
|
+
};
|
4559
4623
|
} | {
|
4560
4624
|
eventName: typeof EVENTS.LESSONS_MARKED_AS_FAMILIAR;
|
4561
4625
|
eventPayload: {
|
@@ -4680,7 +4744,7 @@ declare type TInstructorStimulus = 'SystemIntro' | 'Intro' | 'Concept-Intro' | '
|
|
4680
4744
|
|
4681
4745
|
declare type TItemType = 'overview' | 'learning-we-do' | 'learning-your-turn' | 'learning-explore' | 'practice-basic' | 'practice-basic-optional' | 'practice-regular' | 'practice-regular-optional' | 'exit-ticket' | 'advanced-we-do' | 'advanced-your-turn' | 'advanced-explore' | 'advanced-practice';
|
4682
4746
|
|
4683
|
-
export declare type TJourneyId = JOURNEY_ID_STUDENT;
|
4747
|
+
export declare type TJourneyId = JOURNEY_ID_STUDENT | JOURNEY_ID_TEACHER;
|
4684
4748
|
|
4685
4749
|
declare type TLayerKey = 'layer-1' | 'layer-2' | 'layer-3' | 'layer-4';
|
4686
4750
|
|
@@ -4927,11 +4991,19 @@ declare type TMilestoneStates = 'ACTIVE' | 'OUTCOME_PENDING' | 'OUTCOME_ADDED' |
|
|
4927
4991
|
|
4928
4992
|
declare type TMilestoneType = 'ACTIVE' | 'INACTIVE' | 'DRAFT';
|
4929
4993
|
|
4994
|
+
declare interface TNodeDataTestItemsDataProps {
|
4995
|
+
chapter_name: string;
|
4996
|
+
goal_name: string;
|
4997
|
+
ref: string;
|
4998
|
+
}
|
4999
|
+
|
4930
5000
|
declare type TNodeSubGroupProps = keyof typeof NODE_SUB_GROUP;
|
4931
5001
|
|
4932
5002
|
declare type TNodeTypeProps = keyof typeof NODE_TYPE | keyof typeof PYTHON_NODE_TYPES | keyof typeof SAT_NODE_TYPE;
|
4933
5003
|
|
4934
|
-
export declare type TNodeTypes = 'LEGACY' | 'LEARNING' | 'REMEDIAL' | 'GENERAL' | 'SAT_MATH_RECAP' | 'SAT_MATH_LEARNING' | 'SAT_MATH_ASSESSMENT' | 'SAT_ENGLISH_RECAP' | 'SAT_ENGLISH_LEARNING' | 'SAT_ENGLISH_ASSESSMENT' | 'LEVEL3' | 'RECAP' | 'REVISION' | 'LEVEL2' | 'TARGET_PRACTICE' | 'PRACTICE' | 'EXTRA_PRACTICE' | 'PUZZLE_EASY' | 'PUZZLE_MEDIUM' | 'PUZZLE_HARD' | 'CHAPTER_ASSESSMENT' | 'ASSESSMENT' | 'TRIAL_DIAGNOSTIC' | 'TRIAL_BASIC' | 'TRIAL_INTERMEDIATE' | 'TRIAL_ADVANCED' | 'MASTERY' | 'DYNAMIC' | 'TURING_ASSESSMENT' | 'TURING_SUBJECTIVE' | 'TURING_PRACTICE' | 'DIAGNOSTIC' | 'SUBJECTIVE';
|
5004
|
+
export declare type TNodeTypes = 'LEGACY' | 'LEARNING' | 'REMEDIAL' | 'GENERAL' | 'SAT_MATH_RECAP' | 'SAT_MATH_LEARNING' | 'SAT_MATH_ASSESSMENT' | 'SAT_ENGLISH_RECAP' | 'SAT_ENGLISH_LEARNING' | 'SAT_ENGLISH_ASSESSMENT' | 'LEVEL3' | 'RECAP' | 'REVISION' | 'LEVEL2' | 'TARGET_PRACTICE' | 'PRACTICE' | 'EXTRA_PRACTICE' | 'PUZZLE_EASY' | 'PUZZLE_MEDIUM' | 'PUZZLE_HARD' | 'CHAPTER_ASSESSMENT' | 'ASSESSMENT' | 'TRIAL_DIAGNOSTIC' | 'TRIAL_BASIC' | 'TRIAL_INTERMEDIATE' | 'TRIAL_ADVANCED' | 'MASTERY' | 'DYNAMIC' | 'TURING_ASSESSMENT' | 'TURING_SUBJECTIVE' | 'TURING_PRACTICE' | 'DIAGNOSTIC' | 'SUBJECTIVE' | 'VIDEO';
|
5005
|
+
|
5006
|
+
declare type TNodeTypes_2 = keyof typeof NODE_TYPE | keyof typeof PYTHON_NODE_TYPES | keyof typeof SAT_NODE_TYPE;
|
4935
5007
|
|
4936
5008
|
export declare type TOnPreSubmitOptions = {
|
4937
5009
|
isDraftPlan: boolean;
|
@@ -4971,10 +5043,8 @@ declare type TPuzzleCardBlockStatus = keyof typeof PUZZLE_CARD_STATE | '';
|
|
4971
5043
|
|
4972
5044
|
declare type TQuery = {
|
4973
5045
|
milestone_state_group: 'ALL' | 'DRAFT' | 'STUDENT_ALL' | 'LIVE' | 'STUDENT_LIVE' | 'INACTIVE';
|
4974
|
-
with_plan: boolean;
|
4975
|
-
course_stream: TCourseStream;
|
4976
5046
|
student_id: string;
|
4977
|
-
|
5047
|
+
course_stream: TCourseStream;
|
4978
5048
|
};
|
4979
5049
|
|
4980
5050
|
declare type TQuestionByQuestionOverviewList = {
|
@@ -5057,10 +5127,10 @@ declare type TSectionSummary = {
|
|
5057
5127
|
modules: TSATModule[];
|
5058
5128
|
};
|
5059
5129
|
|
5060
|
-
export declare type TSelectedCountry = Pick<ICountryOption, 'id' | 'code'>;
|
5061
|
-
|
5062
5130
|
declare type TSheetAttemptLocation = keyof typeof SHEET_ATTEMPT_LOCATION;
|
5063
5131
|
|
5132
|
+
declare type TSheetAttemptLocation_2 = keyof typeof SHEET_ATTEMPT_LOCATION;
|
5133
|
+
|
5064
5134
|
declare type TSheetAttemptStateProps = keyof typeof SHEET_ATTEMPT_STATE;
|
5065
5135
|
|
5066
5136
|
declare type TSheetBlockData = {
|
@@ -5122,9 +5192,9 @@ export declare type TSheetsSection = 'core_lessons' | 'supplementary_sheets' | '
|
|
5122
5192
|
|
5123
5193
|
declare type TSheetStateProps = 'LOCKED' | 'NOT_STARTED' | 'IN_PROGRESS' | 'FAMILIAR' | 'PROFICIENT' | 'MASTERED' | 'COMPLETED' | 'RE_ATTEMPT';
|
5124
5194
|
|
5125
|
-
|
5195
|
+
declare type TSheetStates = keyof typeof NODE_CARD_STATES;
|
5126
5196
|
|
5127
|
-
export declare type
|
5197
|
+
export declare type TSkillStatus = 'pending' | 'completed';
|
5128
5198
|
|
5129
5199
|
declare type TStickerData = {
|
5130
5200
|
actor_id: string;
|
@@ -5149,6 +5219,8 @@ declare type TSubscribe = (id: string, cb: (data: IActionData | IActionData[]) =
|
|
5149
5219
|
|
5150
5220
|
declare type TSubscribeMouseMove = (id: string, callback: (data: IPointerData) => void) => void;
|
5151
5221
|
|
5222
|
+
export declare type TSupportedDevices = 'mobile' | 'desktop';
|
5223
|
+
|
5152
5224
|
export declare type TTableMode = 'random' | 'sequence' | 'advance' | 'infinite';
|
5153
5225
|
|
5154
5226
|
export declare type TTabSizes = 'xsmall' | 'small' | 'regular' | 'medium';
|
@@ -5196,11 +5268,6 @@ export declare type TTrialSessionMessage = {
|
|
5196
5268
|
};
|
5197
5269
|
};
|
5198
5270
|
|
5199
|
-
declare type TUserAccount = {
|
5200
|
-
id: string;
|
5201
|
-
phone: string;
|
5202
|
-
};
|
5203
|
-
|
5204
5271
|
declare type TUserChapterStates = 'MASTERED' | 'PROFICIENT' | 'FAMILIAR' | 'STARTED';
|
5205
5272
|
|
5206
5273
|
declare type TUserProgram = {
|
@@ -5250,6 +5317,13 @@ export declare const useCanvasSyncBroker: (channelId: string, logEvent: (type: s
|
|
5250
5317
|
registerCallback: (qrId: string, cb: (data: IActionData) => void) => void;
|
5251
5318
|
};
|
5252
5319
|
|
5320
|
+
export declare const useChapterPageJourney: () => {
|
5321
|
+
chapterPageRef: RefObject<HTMLDivElement>;
|
5322
|
+
bannerRef: RefObject<HTMLDivElement>;
|
5323
|
+
coreBlocksRef: RefObject<HTMLDivElement>;
|
5324
|
+
startJourney: ({ chapterDetails, userChapterId, studentId, userType }: IChapterStartJourneyProps) => void;
|
5325
|
+
};
|
5326
|
+
|
5253
5327
|
export declare const useCircleSounds: () => {
|
5254
5328
|
playSwipSound: () => void;
|
5255
5329
|
play: (key: CircleSoundKey, immediately?: boolean, loop?: boolean) => HTMLAudioElement | undefined;
|
@@ -5299,7 +5373,7 @@ export declare const useGetCircleHomeDetailsDal: (userId: string, grade: string,
|
|
5299
5373
|
invalidateCircleHomeDetails: () => void;
|
5300
5374
|
};
|
5301
5375
|
|
5302
|
-
export declare const useGetEligibleJourneysViaRoute: (routeJourneyIds: TJourneyId[]) =>
|
5376
|
+
export declare const useGetEligibleJourneysViaRoute: (routeJourneyIds: TJourneyId[]) => TJourneyId[];
|
5303
5377
|
|
5304
5378
|
declare const useGetLeaderboard: (initialId?: string, initialQuery?: IGetLeaderboardPayloadModel | undefined) => {
|
5305
5379
|
get: (id: string, query: IGetLeaderboardPayloadModel, meta: void) => Promise<void>;
|
@@ -5321,8 +5395,8 @@ export declare const useGetLeaderboardDal: (userId: string) => Omit<ReturnType<t
|
|
5321
5395
|
|
5322
5396
|
export declare const useGetMilestoneResources: (initialId?: string, initialQuery?: void | undefined) => {
|
5323
5397
|
get: (id: string, query: void, meta: IGetMilestoneResourcesAPIMetaData) => Promise<void>;
|
5324
|
-
resource: ResourceModel<
|
5325
|
-
data:
|
5398
|
+
resource: ResourceModel<INodeDataProps[]> | undefined;
|
5399
|
+
data: INodeDataProps[] | undefined;
|
5326
5400
|
permissions: Record<string, unknown> | undefined;
|
5327
5401
|
isProcessing: boolean;
|
5328
5402
|
isProcessed: boolean;
|
@@ -5337,8 +5411,8 @@ export declare const useGetTestHelpData: (initialId?: string, initialQuery?: voi
|
|
5337
5411
|
get: (id: string, query: void, meta: {
|
5338
5412
|
studentId: string;
|
5339
5413
|
}) => Promise<void>;
|
5340
|
-
resource: ResourceModel<
|
5341
|
-
data:
|
5414
|
+
resource: ResourceModel<INodeDataProps[]> | undefined;
|
5415
|
+
data: INodeDataProps[] | undefined;
|
5342
5416
|
permissions: Record<string, unknown> | undefined;
|
5343
5417
|
isProcessing: boolean;
|
5344
5418
|
isProcessed: boolean;
|
@@ -5349,6 +5423,12 @@ export declare const useGetTestHelpData: (initialId?: string, initialQuery?: voi
|
|
5349
5423
|
} & Record<string, unknown>) | undefined;
|
5350
5424
|
};
|
5351
5425
|
|
5426
|
+
export declare const useHomePageJourney: () => {
|
5427
|
+
homepageRef: RefObject<HTMLDivElement>;
|
5428
|
+
homeworkRef: RefObject<HTMLDivElement>;
|
5429
|
+
startJourney: ({ studentId, stream, userType }: IHomepageStartJourneyProps) => void;
|
5430
|
+
};
|
5431
|
+
|
5352
5432
|
export declare const useInClassActionDispatcher: ({ studentClassroomId, }: {
|
5353
5433
|
studentClassroomId: string | undefined;
|
5354
5434
|
}) => {
|
@@ -5371,10 +5451,6 @@ export declare const User2Icon: React.FC<React.SVGProps<SVGSVGElement>>;
|
|
5371
5451
|
|
5372
5452
|
export declare const UserIcon: React.FC<React.SVGProps<SVGSVGElement>>;
|
5373
5453
|
|
5374
|
-
export declare const UserIdentifierForm: ({ onSubmit, onChange, value, error, isSubmitDisabled, isProcessing, isValid, label, field, }: ISingleFieldFormProps) => JSX_2.Element;
|
5375
|
-
|
5376
|
-
export declare const UserTypeSelector: NamedExoticComponent<IUserTypeSelectorProps>;
|
5377
|
-
|
5378
5454
|
export declare const useTrackingContext: (commonAnalyticsProps: Record<string, unknown>, overrides?: Record<string, unknown>) => {
|
5379
5455
|
onClick: TTrackCTA;
|
5380
5456
|
onResponse: TTrackInput;
|
@@ -5441,7 +5517,7 @@ export declare const WORKSHEET_V3_NODE_TYPES: TNodeTypeProps[];
|
|
5441
5517
|
declare const ZINDEX: {
|
5442
5518
|
readonly CHAPTER_CROWN_ICON: 4;
|
5443
5519
|
readonly CHAPTER_PLUS_ICON: 2;
|
5444
|
-
readonly CHAPTER_PROGRESS_SVG:
|
5520
|
+
readonly CHAPTER_PROGRESS_SVG: 2;
|
5445
5521
|
readonly LPAR_SHEET_ITEM_BOTTOM_DASH_BOX: 1;
|
5446
5522
|
readonly LPAR_SHEET_ITEM_TOP_VERTICAL_ICON: 2;
|
5447
5523
|
readonly MODAL: 20;
|
@@ -5451,6 +5527,7 @@ declare const ZINDEX: {
|
|
5451
5527
|
readonly QUESTION_TIPS: -1;
|
5452
5528
|
readonly DESMOS_CALCULATOR: 2;
|
5453
5529
|
readonly GOAL_CHAPTER_SHEETS_MENU: 4;
|
5530
|
+
readonly JOURNEY_OVERLAY: 1000;
|
5454
5531
|
};
|
5455
5532
|
|
5456
5533
|
export { }
|