@cuemath/leap 2.9.5-j8 → 2.9.6-as1
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/alarm.js +41 -0
- package/dist/assets/line-icons/icons/alarm.js.map +1 -0
- 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/dart.js +23 -0
- package/dist/assets/line-icons/icons/dart.js.map +1 -0
- 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/puzzle.js +25 -0
- package/dist/assets/line-icons/icons/puzzle.js.map +1 -0
- package/dist/assets/line-icons/icons/recap.js +32 -0
- package/dist/assets/line-icons/icons/recap.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/line-icons/icons/testtube.js +33 -0
- package/dist/assets/line-icons/icons/testtube.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/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 +26 -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 +89 -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 +97 -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 +103 -0
- package/dist/features/chapters-v2/chapter-details/chapter-details.js.map +1 -0
- package/dist/features/chapters-v2/comps/node-card/border-path-animation.js +13 -0
- package/dist/features/chapters-v2/comps/node-card/border-path-animation.js.map +1 -0
- package/dist/features/chapters-v2/comps/node-card/node-card-styled.js +153 -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-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 +31 -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 +180 -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 +41 -0
- package/dist/features/chapters-v2/utils/index.js.map +1 -0
- package/dist/features/chapters-v2/utils/node-card-utils.js +175 -0
- package/dist/features/chapters-v2/utils/node-card-utils.js.map +1 -0
- package/dist/features/circle-games/game-launcher/comps/card-container/constants.js +1 -1
- package/dist/features/circle-games/game-launcher/comps/card-container/constants.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-options.js +38 -0
- package/dist/features/homework/card-menu-options.js.map +1 -0
- package/dist/features/homework/card-title.js +15 -0
- package/dist/features/homework/card-title.js.map +1 -0
- package/dist/features/homework/homework-card-view.js +141 -0
- package/dist/features/homework/homework-card-view.js.map +1 -0
- package/dist/features/homework/homework-card.js +206 -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.js +185 -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/journey/comps/coachmark/coachmark-styled.js +12 -5
- package/dist/features/journey/comps/coachmark/coachmark-styled.js.map +1 -1
- package/dist/features/journey/comps/coachmark/coachmark.js +24 -24
- package/dist/features/journey/comps/coachmark/coachmark.js.map +1 -1
- package/dist/features/journey/hooks/use-home-page-journey.js +188 -0
- package/dist/features/journey/hooks/use-home-page-journey.js.map +1 -0
- package/dist/features/journey/journey-id/journey-id-student.js +3 -2
- package/dist/features/journey/journey-id/journey-id-student.js.map +1 -1
- package/dist/features/journey/use-journey/journey-context-provider.js +65 -57
- package/dist/features/journey/use-journey/journey-context-provider.js.map +1 -1
- package/dist/features/journey/use-journey/journey-styled.js +10 -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 +137 -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 +155 -175
- 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 +19 -23
- 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 +114 -112
- 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 +85 -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/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/sentry/constants/ignored.js +33 -0
- package/dist/features/sentry/constants/ignored.js.map +1 -0
- package/dist/features/sheet-v2/resource-list/resource-list.js +39 -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/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 +1 -1
- 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 +32 -19
- package/dist/features/ui/context-menu/context-menu.js.map +1 -1
- package/dist/features/ui/image/image.js +12 -12
- package/dist/features/ui/image/image.js.map +1 -1
- package/dist/features/ui/inputs/base-input/base-input-styled.js +60 -61
- package/dist/features/ui/inputs/base-input/base-input-styled.js.map +1 -1
- package/dist/features/ui/inputs/base-input/base-input.js +35 -38
- package/dist/features/ui/inputs/base-input/base-input.js.map +1 -1
- package/dist/features/ui/inputs/text-input/text-input-styled.js +20 -22
- package/dist/features/ui/inputs/text-input/text-input-styled.js.map +1 -1
- package/dist/features/ui/inputs/text-input/text-input.js +32 -35
- package/dist/features/ui/inputs/text-input/text-input.js.map +1 -1
- package/dist/features/ui/lottie-animation/helper.js +5 -6
- package/dist/features/ui/lottie-animation/helper.js.map +1 -1
- package/dist/features/ui/lottie-animation/lottie-animation.js +28 -37
- package/dist/features/ui/lottie-animation/lottie-animation.js.map +1 -1
- package/dist/features/ui/text/text.js +27 -29
- package/dist/features/ui/text/text.js.map +1 -1
- package/dist/features/ui/theme/button.js +22 -107
- package/dist/features/ui/theme/button.js.map +1 -1
- package/dist/features/ui/theme/input.js +11 -84
- package/dist/features/ui/theme/input.js.map +1 -1
- package/dist/index.d.ts +337 -232
- package/dist/index.js +506 -512
- 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/node_modules/query-string/base.js +1 -1
- package/dist/node_modules/query-string/node_modules/decode-uri-component/index.js.map +1 -0
- package/dist/node_modules/uuid/dist/esm-browser/regex.js +5 -0
- package/dist/node_modules/uuid/dist/esm-browser/regex.js.map +1 -0
- package/dist/node_modules/uuid/dist/esm-browser/rng.js +2 -3
- package/dist/node_modules/uuid/dist/esm-browser/rng.js.map +1 -1
- package/dist/node_modules/uuid/dist/esm-browser/stringify.js +10 -6
- package/dist/node_modules/uuid/dist/esm-browser/stringify.js.map +1 -1
- package/dist/node_modules/uuid/dist/esm-browser/v4.js +9 -12
- package/dist/node_modules/uuid/dist/esm-browser/v4.js.map +1 -1
- package/dist/node_modules/uuid/dist/esm-browser/validate.js +8 -0
- package/dist/node_modules/uuid/dist/esm-browser/validate.js.map +1 -0
- package/dist/static/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/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/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/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 -114
- 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/custom-input-styled.js +0 -38
- package/dist/features/auth/signup/custom-input/custom-input-styled.js.map +0 -1
- package/dist/features/auth/signup/custom-input/date-picker-input/date-picker-input-styled.js +0 -86
- package/dist/features/auth/signup/custom-input/date-picker-input/date-picker-input-styled.js.map +0 -1
- package/dist/features/auth/signup/custom-input/date-picker-input/date-picker-input.js +0 -58
- package/dist/features/auth/signup/custom-input/date-picker-input/date-picker-input.js.map +0 -1
- package/dist/features/auth/signup/custom-input/email-input/email-input.js +0 -30
- package/dist/features/auth/signup/custom-input/email-input/email-input.js.map +0 -1
- package/dist/features/auth/signup/custom-input/grade-input/grade-input-styled.js +0 -31
- package/dist/features/auth/signup/custom-input/grade-input/grade-input-styled.js.map +0 -1
- package/dist/features/auth/signup/custom-input/grade-input/grade-input.js +0 -30
- package/dist/features/auth/signup/custom-input/grade-input/grade-input.js.map +0 -1
- package/dist/features/auth/signup/custom-input/input-wrapper/input-wrapper-styled.js +0 -19
- package/dist/features/auth/signup/custom-input/input-wrapper/input-wrapper-styled.js.map +0 -1
- package/dist/features/auth/signup/custom-input/input-wrapper/input-wrapper.js +0 -33
- package/dist/features/auth/signup/custom-input/input-wrapper/input-wrapper.js.map +0 -1
- package/dist/features/auth/signup/custom-input/otp-input/otp-input.js +0 -41
- package/dist/features/auth/signup/custom-input/otp-input/otp-input.js.map +0 -1
- package/dist/features/auth/signup/custom-input/phone-input/country-selector/country-code-button.js +0 -33
- package/dist/features/auth/signup/custom-input/phone-input/country-selector/country-code-button.js.map +0 -1
- package/dist/features/auth/signup/custom-input/phone-input/country-selector/country-list-menu.js +0 -28
- package/dist/features/auth/signup/custom-input/phone-input/country-selector/country-list-menu.js.map +0 -1
- package/dist/features/auth/signup/custom-input/phone-input/phone-input-styled.js +0 -29
- package/dist/features/auth/signup/custom-input/phone-input/phone-input-styled.js.map +0 -1
- package/dist/features/auth/signup/custom-input/phone-input/phone-input.js +0 -64
- package/dist/features/auth/signup/custom-input/phone-input/phone-input.js.map +0 -1
- package/dist/features/auth/signup/custom-input/student-password/student-password.js +0 -53
- package/dist/features/auth/signup/custom-input/student-password/student-password.js.map +0 -1
- package/dist/features/auth/signup/custom-input/student-username/student-username.js +0 -38
- package/dist/features/auth/signup/custom-input/student-username/student-username.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 -61
- 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/decode-uri-component/index.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/node_modules/uuid/dist/esm-browser/native.js +0 -7
- package/dist/node_modules/uuid/dist/esm-browser/native.js.map +0 -1
- package/dist/static/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/node_modules/{decode-uri-component → query-string/node_modules/decode-uri-component}/index.js +0 -0
package/dist/index.d.ts
CHANGED
@@ -11,7 +11,6 @@ import { ForwardRefExoticComponent } from 'react';
|
|
11
11
|
import { HTMLAttributes } from 'react';
|
12
12
|
import { IChannelMessage } from '@cuemath/cue-message-broker';
|
13
13
|
import type { IframeHTMLAttributes } from 'react';
|
14
|
-
import type { ImgHTMLAttributes } from 'react';
|
15
14
|
import type { InputHTMLAttributes } from 'react';
|
16
15
|
import { IProvidedProps } from 'google-maps-react';
|
17
16
|
import { IStyledComponent } from 'styled-components';
|
@@ -27,7 +26,7 @@ import * as React_3 from 'react';
|
|
27
26
|
import type { ReactElement } from 'react';
|
28
27
|
import { ReactNode } from 'react';
|
29
28
|
import { RefAttributes } from 'react';
|
30
|
-
import
|
29
|
+
import { RefObject } from 'react';
|
31
30
|
import { ResourceModel } from '@cuemath/rest-api';
|
32
31
|
import type { SetStateAction } from 'react';
|
33
32
|
import { Substitute } from 'styled-components/dist/types';
|
@@ -40,8 +39,6 @@ import { Substitute } from 'styled-components/dist/types';
|
|
40
39
|
*/
|
41
40
|
export declare const AccordionSection: FC<IAccordionSectionProps>;
|
42
41
|
|
43
|
-
export declare const AccountSelector: ({ userAccounts, onSelect, onAddNew, isLoading, }: IAccountSelectorViewProps) => JSX_2.Element;
|
44
|
-
|
45
42
|
export declare const ACHIEVEMENT_ACTIONS: {
|
46
43
|
SHARE: string;
|
47
44
|
NOT_SHARE_CHOSEN: string;
|
@@ -51,6 +48,8 @@ export declare const AchievementNotShareReasonModal: React_2.FC<IShareInstructio
|
|
51
48
|
|
52
49
|
export declare const AchievementShareInstructionModal: React_2.FC<IShareInstructionModalProps>;
|
53
50
|
|
51
|
+
export declare const AlarmIcon: React.FC<React.SVGProps<SVGSVGElement>>;
|
52
|
+
|
54
53
|
export declare const AlertIcon: React_2.FC<React_2.SVGProps<SVGSVGElement>>;
|
55
54
|
|
56
55
|
export declare const AppLoader: FC<IAppLoaderProps>;
|
@@ -61,10 +60,6 @@ export declare const ArcButton: MemoExoticComponent<ForwardRefExoticComponent<IA
|
|
61
60
|
|
62
61
|
export declare const ArrowTooltip: FC<IArrowTooltipProps>;
|
63
62
|
|
64
|
-
export declare const AuthPageLayout: FC<IAuthPageLayoutProps>;
|
65
|
-
|
66
|
-
export declare const AuthStaticPanel: FC<IAuthStaticPanelProps>;
|
67
|
-
|
68
63
|
export declare const AutoPlayPermissionProvider: FC<{
|
69
64
|
children: ReactNode;
|
70
65
|
}>;
|
@@ -99,7 +94,22 @@ declare const BLOCK_STATUS: {
|
|
99
94
|
readonly LOCKED: "LOCKED";
|
100
95
|
};
|
101
96
|
|
102
|
-
declare
|
97
|
+
declare enum BLOCK_TYPE {
|
98
|
+
DEFAULT = "DEFAULT",
|
99
|
+
PREREQ = "PREREQ",
|
100
|
+
RECAP = "RECAP",
|
101
|
+
GOAL = "GOAL",
|
102
|
+
TESTS = "TESTS",
|
103
|
+
PLAYLIST = "PLAYLIST",
|
104
|
+
SOLUTIONS = "SOLUTIONS",
|
105
|
+
NOTES = "NOTES",
|
106
|
+
FLASHCARDS = "FLASHCARDS",
|
107
|
+
SUBJECTIVES = "SUBJECTIVES",
|
108
|
+
PUZZLE_CARDS = "PUZZLE_CARDS",
|
109
|
+
SAT_MOCK_TEST = "SAT_MOCK_TEST"
|
110
|
+
}
|
111
|
+
|
112
|
+
declare const BLOCK_TYPE_2: {
|
103
113
|
readonly DEFAULT: "DEFAULT";
|
104
114
|
readonly PREREQ: "PREREQ";
|
105
115
|
readonly RECAP: "RECAP";
|
@@ -153,6 +163,8 @@ declare const CHAPTER_PERMISSION_CODES: {
|
|
153
163
|
|
154
164
|
export declare const ChapterClearanceConfirmationModal: FC<IChapterClearanceConfirmationModal>;
|
155
165
|
|
166
|
+
export declare const ChapterDetails: FC<IChapterDetails>;
|
167
|
+
|
156
168
|
export declare const ChaptersList: FC<IChaptersListProps>;
|
157
169
|
|
158
170
|
export declare const ChatIcon: React.FC<React.SVGProps<SVGSVGElement>>;
|
@@ -218,10 +230,6 @@ export declare const CircularLoader: () => JSX_2.Element;
|
|
218
230
|
|
219
231
|
export declare const CircularSteps: FC<ICircularStepsProps>;
|
220
232
|
|
221
|
-
export declare const CircularStepWrapper: ForwardRefExoticComponent<ICircularStepWrapperProps & RefAttributes<ICircularStepRef>>;
|
222
|
-
|
223
|
-
export declare const ClaimUserAccount: NamedExoticComponent<IClaimUserAccountProps>;
|
224
|
-
|
225
233
|
export declare const Clickable: React_2.FC<IClickableProps>;
|
226
234
|
|
227
235
|
export declare const ClipboardIcon: React.FC<React.SVGProps<SVGSVGElement>>;
|
@@ -270,9 +278,9 @@ export declare const CuemathLogo: React_2.FC<React_2.SVGProps<SVGSVGElement>>;
|
|
270
278
|
|
271
279
|
export declare const CueRocket: React.FC<React.SVGProps<SVGSVGElement>>;
|
272
280
|
|
273
|
-
export declare const
|
281
|
+
export declare const DartIcon: React.FC<React.SVGProps<SVGSVGElement>>;
|
274
282
|
|
275
|
-
export declare const
|
283
|
+
export declare const DashArrowIcon: React.FC<React.SVGProps<SVGSVGElement>>;
|
276
284
|
|
277
285
|
export declare const DesmosCalculator: FC<IDesmosCalculatorProps>;
|
278
286
|
|
@@ -303,8 +311,6 @@ export declare enum ELeaderboardType {
|
|
303
311
|
ALL_TIME_STREAK = "globalStreak"
|
304
312
|
}
|
305
313
|
|
306
|
-
export declare const EmailInput: FC<ICustomInputProps>;
|
307
|
-
|
308
314
|
declare const ENROLLMENT_TYPES: {
|
309
315
|
readonly ONLINE: "ONLINE";
|
310
316
|
readonly PLUS: "PLUS";
|
@@ -346,6 +352,8 @@ declare interface ErrorProps {
|
|
346
352
|
}
|
347
353
|
|
348
354
|
export declare const EVENTS: {
|
355
|
+
HOMEWORK_UNASSIGN: "HOMEWORK_UNASSIGN";
|
356
|
+
INVALIDATE_HOMEWORK: "INVALIDATE_HOMEWORK";
|
349
357
|
GOAL_CREATED: "GOAL_CREATED";
|
350
358
|
GOAL_EDITED: "GOAL_EDITED";
|
351
359
|
GOAL_DELETED: "GOAL_DELETED";
|
@@ -368,6 +376,8 @@ export declare const EVENTS: {
|
|
368
376
|
CHANGE_LOCATION: "CHANGE_LOCATION";
|
369
377
|
SHEET_STARTED: "SHEET_STARTED";
|
370
378
|
SHEET_UNASSIGNED: "SHEET_UNASSIGNED";
|
379
|
+
SHEET_REATTEMPTED: "SHEET_REATTEMPTED";
|
380
|
+
INVALIDATE_CHAPTER_ON_CHANGE_ATTEMPT_LOCATION: "INVALIDATE_CHAPTER_ON_CHANGE_ATTEMPT_LOCATION";
|
371
381
|
};
|
372
382
|
|
373
383
|
declare type EventToPayload<T> = T extends {
|
@@ -375,6 +385,8 @@ declare type EventToPayload<T> = T extends {
|
|
375
385
|
eventPayload: infer P;
|
376
386
|
} ? [E] | [E, Partial<P>] : never;
|
377
387
|
|
388
|
+
export declare const ExclamationIcon: React.FC<React.SVGProps<SVGSVGElement>>;
|
389
|
+
|
378
390
|
export declare const ExpandableHeader: FC<IExpandableHeaderProps>;
|
379
391
|
|
380
392
|
declare const EXTRA_PRACTICE: "extra_practice";
|
@@ -474,8 +486,6 @@ export declare const GoalEdit: React.FC<IMileStoneEditContainerProps>;
|
|
474
486
|
|
475
487
|
export declare const GooglePlacesSearchInput: ComponentType<Omit_2<IGooglePlacesSearchInputProps, IProvidedProps>>;
|
476
488
|
|
477
|
-
export declare const GradeInput: FC<ICustomInputProps>;
|
478
|
-
|
479
489
|
export declare function GradeSelector({ selectedValue, onSelect, tabsWidth, width, grades, renderAs, size, layoutAlignment, }: IGradeSelectorProps): JSX.Element;
|
480
490
|
|
481
491
|
export declare const HandIcon: React_2.FC;
|
@@ -486,8 +496,23 @@ export declare const HighlighterIcon: React.FC<React.SVGProps<SVGSVGElement>>;
|
|
486
496
|
|
487
497
|
export declare const HomeIcon: React_2.FC<React_2.SVGProps<SVGSVGElement>>;
|
488
498
|
|
499
|
+
export declare const HomeworkCardList: React_2.FC<HWCardListProps>;
|
500
|
+
|
489
501
|
declare const hues: readonly ["YELLOW", "ORANGE", "PURPLE", "GREEN", "BLUE"];
|
490
502
|
|
503
|
+
declare interface HWCardListProps extends INodeCardCallbacks {
|
504
|
+
userType: TUserTypes;
|
505
|
+
studentId: string;
|
506
|
+
stream: string;
|
507
|
+
onTestPreview?: (sheetData: INodeDataProps, milestoneId?: string) => void;
|
508
|
+
onTestStart?: (sheetData: INodeDataProps) => void;
|
509
|
+
onTestReview?: (sheetData: INodeDataProps, milestoneId?: string) => void;
|
510
|
+
homeworkRef?: React_2.RefObject<HTMLDivElement>;
|
511
|
+
individualHomeworkRef?: React_2.RefObject<HTMLDivElement>;
|
512
|
+
startHomePageJourney?: ({ hwDetails, studentId, stream, userType, }: IHomepageStartJourneyProps) => void;
|
513
|
+
canStartJourney?: boolean;
|
514
|
+
}
|
515
|
+
|
491
516
|
declare interface IAccordionSectionProps {
|
492
517
|
headerElement: React.ReactElement;
|
493
518
|
bodyElement: React.ReactElement;
|
@@ -498,17 +523,6 @@ declare interface IAccordionSectionProps {
|
|
498
523
|
bodyOverFlow?: TStyleAttrubutes['overflow'];
|
499
524
|
}
|
500
525
|
|
501
|
-
declare interface IAccountSelectorViewProps {
|
502
|
-
userAccounts: {
|
503
|
-
id: string;
|
504
|
-
username: string;
|
505
|
-
user_avatar?: IAvatarLayer[] | null;
|
506
|
-
}[];
|
507
|
-
onSelect: (accountId: string) => void;
|
508
|
-
onAddNew: () => void;
|
509
|
-
isLoading: boolean;
|
510
|
-
}
|
511
|
-
|
512
526
|
declare interface IAchievementConfig {
|
513
527
|
pollingInterval?: number;
|
514
528
|
maxPollingAttempts?: number;
|
@@ -555,6 +569,7 @@ export declare interface IArrowTooltipProps {
|
|
555
569
|
width?: number;
|
556
570
|
widthX?: number;
|
557
571
|
zIndex?: number;
|
572
|
+
parentWidth?: number | string;
|
558
573
|
}
|
559
574
|
|
560
575
|
declare interface IAttempt {
|
@@ -562,17 +577,6 @@ declare interface IAttempt {
|
|
562
577
|
score: ILearnosityQuestionScore;
|
563
578
|
}
|
564
579
|
|
565
|
-
declare interface IAuthPageLayoutProps {
|
566
|
-
leftBlock: ReactNode;
|
567
|
-
rightBlock?: ReactNode;
|
568
|
-
isFullWidth?: boolean;
|
569
|
-
}
|
570
|
-
|
571
|
-
declare interface IAuthStaticPanelProps {
|
572
|
-
title?: string;
|
573
|
-
description?: string;
|
574
|
-
}
|
575
|
-
|
576
580
|
declare interface IAutoPlayPermissionContextType {
|
577
581
|
canAutoPlayAudio: boolean;
|
578
582
|
canAutoPlayVideo: boolean;
|
@@ -607,7 +611,6 @@ declare interface IBaseInputProps {
|
|
607
611
|
mandatory?: boolean;
|
608
612
|
shape?: TInputShapes;
|
609
613
|
isTransparent?: boolean;
|
610
|
-
colorTheme?: 'light' | 'dark';
|
611
614
|
}
|
612
615
|
|
613
616
|
declare interface IBaseLeaderboardDetails {
|
@@ -667,6 +670,10 @@ declare interface IBaseWorksheetProps {
|
|
667
670
|
canShowActionBar?: boolean;
|
668
671
|
}
|
669
672
|
|
673
|
+
declare interface IBlockSectionsCallbacks extends INodeCardCallbacks {
|
674
|
+
onBlockSkipUnskip?: (blockData: IChapterBlockData, skipBlock?: boolean) => void;
|
675
|
+
}
|
676
|
+
|
670
677
|
declare interface IButtonProps extends ButtonHTMLAttributes<HTMLButtonElement>, IClickableAnalyticsProps {
|
671
678
|
label: string;
|
672
679
|
renderAs: TButtonVariants;
|
@@ -737,10 +744,28 @@ declare interface ICascadingSelectInputProps {
|
|
737
744
|
|
738
745
|
declare interface IChapter extends IChapterState, Pick<IChapterModel, 'code' | 'id' | 'chapter_code' | 'image_url' | 'name' | 'chapter_tags' | 'state' | 'recommended' | 'is_puzzle_chapter' | 'program_id'> {
|
739
746
|
search_and_added?: boolean;
|
740
|
-
total_supplementary_sheets: number;
|
741
747
|
learning_sheet_data: ILearningSheetData[];
|
742
748
|
}
|
743
749
|
|
750
|
+
export declare interface IChapterBlockData {
|
751
|
+
block_type: keyof typeof BLOCK_TYPE;
|
752
|
+
chapter_code: string;
|
753
|
+
code: string;
|
754
|
+
block_id: string;
|
755
|
+
is_skipped: boolean;
|
756
|
+
name: string;
|
757
|
+
permissions: IChapterBlockPermission;
|
758
|
+
program_id: string;
|
759
|
+
section_code: keyof typeof SECTION_CODE;
|
760
|
+
sheets: INodeDataProps[];
|
761
|
+
user_block_id: string | null;
|
762
|
+
}
|
763
|
+
|
764
|
+
declare interface IChapterBlockPermission {
|
765
|
+
can_skip: boolean;
|
766
|
+
can_un_skip: boolean;
|
767
|
+
}
|
768
|
+
|
744
769
|
export declare interface IChapterBlockV3 {
|
745
770
|
completed_on: number | null;
|
746
771
|
sheets: IWorksheetModelV3[];
|
@@ -770,11 +795,24 @@ export declare interface IChapterDataProps {
|
|
770
795
|
user_chapter_progress: IUserChapterProgressProps;
|
771
796
|
state: TUserChapterStates | null;
|
772
797
|
program_id: string;
|
798
|
+
progress_stat: {
|
799
|
+
classwork: IMilestoneData['progress_stat'];
|
800
|
+
mandatory: IMilestoneData['progress_stat'];
|
801
|
+
optional: IMilestoneData['progress_stat'];
|
802
|
+
};
|
773
803
|
sheets_data: {
|
774
804
|
lessons: ILessonsListProps['lessons'];
|
775
805
|
supplementary_sheets_group_sort_order: string[];
|
776
806
|
supplementary_sheets_grouped: Record<string, ISheetsListProps['sheets']>;
|
777
807
|
};
|
808
|
+
blocks: IUserChapterData['blocks'];
|
809
|
+
}
|
810
|
+
|
811
|
+
declare interface IChapterDetails extends IBlockSectionsCallbacks {
|
812
|
+
userType: TUserTypes;
|
813
|
+
userChapterId: string;
|
814
|
+
studentId: string;
|
815
|
+
onExit?: () => void;
|
778
816
|
}
|
779
817
|
|
780
818
|
declare interface IChapterModel {
|
@@ -799,6 +837,18 @@ declare interface IChapterModel {
|
|
799
837
|
mastery_time: number;
|
800
838
|
chapter_time_unit: TTimeUnit;
|
801
839
|
is_puzzle_chapter?: boolean;
|
840
|
+
blocks: IUserChapterData['blocks'];
|
841
|
+
}
|
842
|
+
|
843
|
+
declare interface IChapterProgressInfo {
|
844
|
+
completed: number;
|
845
|
+
total: number;
|
846
|
+
}
|
847
|
+
|
848
|
+
declare interface IChapterProgressStats {
|
849
|
+
mandatory: IChapterProgressInfo;
|
850
|
+
classwork: IChapterProgressInfo;
|
851
|
+
optional: IChapterProgressInfo;
|
802
852
|
}
|
803
853
|
|
804
854
|
declare interface IChapterProps extends IChapterDataProps, IChapterCallbackProps {
|
@@ -884,10 +934,6 @@ export declare interface ICircleHomeDetails {
|
|
884
934
|
timestamps: ITodaysContentTimeStamps;
|
885
935
|
}
|
886
936
|
|
887
|
-
export declare type ICircularStepRef = {
|
888
|
-
playOutroAndFadeOut: () => Promise<void>;
|
889
|
-
};
|
890
|
-
|
891
937
|
declare interface ICircularSteps {
|
892
938
|
id: string;
|
893
939
|
label?: React.ReactNode;
|
@@ -911,28 +957,6 @@ declare interface ICircularStepsProps {
|
|
911
957
|
sizeInPercent?: number;
|
912
958
|
}
|
913
959
|
|
914
|
-
declare interface ICircularStepWrapperProps {
|
915
|
-
children: ReactNode;
|
916
|
-
animation: string;
|
917
|
-
introFrames: [number, number];
|
918
|
-
outroFrames: [number, number];
|
919
|
-
onGoBack?: () => void;
|
920
|
-
onNext?: () => void;
|
921
|
-
label?: string;
|
922
|
-
showNext?: boolean;
|
923
|
-
showPrevious?: boolean;
|
924
|
-
isNextLoading?: boolean;
|
925
|
-
}
|
926
|
-
|
927
|
-
declare interface IClaimUserAccountProps {
|
928
|
-
email?: string;
|
929
|
-
onSelectAccount: (userId: string) => void;
|
930
|
-
onCreateNewAccount: () => void;
|
931
|
-
userAccounts: TUserAccount[];
|
932
|
-
isCreatingAccount: boolean;
|
933
|
-
isLoading: boolean;
|
934
|
-
}
|
935
|
-
|
936
960
|
declare interface IClassStatus {
|
937
961
|
next_class_time?: number;
|
938
962
|
class_duration: number;
|
@@ -996,14 +1020,15 @@ declare interface IconProps_2 extends React_2.SVGProps<SVGSVGElement> {
|
|
996
1020
|
}
|
997
1021
|
|
998
1022
|
declare interface IContextMenuProps {
|
999
|
-
targetElement:
|
1000
|
-
menuVisible?: boolean;
|
1001
|
-
}>;
|
1023
|
+
targetElement: JSX.Element;
|
1002
1024
|
menuElement: JSX.Element;
|
1003
1025
|
menuOffset?: number;
|
1004
1026
|
menuZIndex?: number;
|
1005
1027
|
startLeft?: boolean;
|
1006
1028
|
placeTop?: boolean;
|
1029
|
+
menuWidth?: number | string;
|
1030
|
+
menuWidthX?: number;
|
1031
|
+
handleOnMenuClick?: () => void;
|
1007
1032
|
}
|
1008
1033
|
|
1009
1034
|
declare interface ICountdownTimer {
|
@@ -1014,16 +1039,6 @@ declare interface ICountdownTimer {
|
|
1014
1039
|
theme: 'GREEN_1' | 'ORANGE_1';
|
1015
1040
|
}
|
1016
1041
|
|
1017
|
-
declare interface ICountryOption {
|
1018
|
-
code: string;
|
1019
|
-
id: string;
|
1020
|
-
value: string;
|
1021
|
-
label: string;
|
1022
|
-
icon: string;
|
1023
|
-
url: string;
|
1024
|
-
geoIPCountryCode: string;
|
1025
|
-
}
|
1026
|
-
|
1027
1042
|
export declare interface ICreateUserPayloadDal {
|
1028
1043
|
username: string;
|
1029
1044
|
grade: string;
|
@@ -1082,17 +1097,6 @@ declare interface ICurriculumStandards {
|
|
1082
1097
|
name: string;
|
1083
1098
|
}
|
1084
1099
|
|
1085
|
-
declare interface ICustomInputProps {
|
1086
|
-
value: string;
|
1087
|
-
onChange: (email: string) => void;
|
1088
|
-
onEnter?: () => void;
|
1089
|
-
error?: string;
|
1090
|
-
helperText?: string;
|
1091
|
-
actionElement?: ReactNode;
|
1092
|
-
isLoading?: boolean;
|
1093
|
-
isValid?: boolean;
|
1094
|
-
}
|
1095
|
-
|
1096
1100
|
declare interface ICustomVideoProps extends React_2.DetailedHTMLProps<React_2.VideoHTMLAttributes<HTMLVideoElement>, HTMLVideoElement> {
|
1097
1101
|
isYoutube?: boolean;
|
1098
1102
|
analyticsData?: Record<string, unknown>;
|
@@ -1100,11 +1104,6 @@ declare interface ICustomVideoProps extends React_2.DetailedHTMLProps<React_2.Vi
|
|
1100
1104
|
src: string;
|
1101
1105
|
}
|
1102
1106
|
|
1103
|
-
declare interface IDatePickerInputProps extends Omit<ICustomInputProps, 'value' | 'onChange'> {
|
1104
|
-
value: Date | null;
|
1105
|
-
onChange: (date: Date | null) => void;
|
1106
|
-
}
|
1107
|
-
|
1108
1107
|
declare interface IDesmosCalculatorProps {
|
1109
1108
|
onClose: () => void;
|
1110
1109
|
height?: string | number;
|
@@ -1250,7 +1249,6 @@ declare interface IGetInputConfig {
|
|
1250
1249
|
(gutter: number): {
|
1251
1250
|
sizes: Record<TInputSizes, IInputSizeConfig>;
|
1252
1251
|
variants: Record<TInputVariants, IInputVariantConfig>;
|
1253
|
-
darkVariants: Record<TInputVariants, IInputVariantConfig>;
|
1254
1252
|
};
|
1255
1253
|
}
|
1256
1254
|
|
@@ -1289,7 +1287,7 @@ declare interface IGoalCurriculumMap {
|
|
1289
1287
|
blocked_enrollment_types: TEnrollmentTypes[];
|
1290
1288
|
blocked_countries: string[];
|
1291
1289
|
course_stream: TCourseStream;
|
1292
|
-
goal_category:
|
1290
|
+
goal_category: TGoalCategory_2;
|
1293
1291
|
goal_curriculum_standard?: string;
|
1294
1292
|
goal_code: string;
|
1295
1293
|
goal_description: string | null;
|
@@ -1318,18 +1316,24 @@ declare interface IGradeSelectorProps {
|
|
1318
1316
|
layoutAlignment?: 'center' | 'auto';
|
1319
1317
|
}
|
1320
1318
|
|
1319
|
+
export declare interface IHomepageStartJourneyProps {
|
1320
|
+
hwDetails: IHomeworkData[];
|
1321
|
+
studentId: string;
|
1322
|
+
stream: string;
|
1323
|
+
userType: TUserTypes;
|
1324
|
+
}
|
1325
|
+
|
1326
|
+
export declare interface IHomeworkData extends INodeDataProps {
|
1327
|
+
homework_id: string;
|
1328
|
+
chapter_name: string;
|
1329
|
+
}
|
1330
|
+
|
1321
1331
|
declare interface IIconButtonProps extends Omit<IButtonProps, 'label' | 'shape' | 'widthX' | 'width' | 'iconPosition' | 'alignSelf' | 'analyticsLabel' | 'renderAs'>, Required<Pick<IClickableAnalyticsProps, 'analyticsLabel'>> {
|
1322
1332
|
Icon: React.FC<React.SVGProps<SVGSVGElement>>;
|
1323
1333
|
customBgColor?: TColorNames;
|
1324
1334
|
renderAs: TButtonVariants;
|
1325
1335
|
}
|
1326
1336
|
|
1327
|
-
declare interface IImageProps extends ImgHTMLAttributes<HTMLImageElement> {
|
1328
|
-
withLoader: boolean;
|
1329
|
-
borderRadius?: number;
|
1330
|
-
borderColor?: TColorNames;
|
1331
|
-
}
|
1332
|
-
|
1333
1337
|
export declare interface IInfoMessage {
|
1334
1338
|
message: string;
|
1335
1339
|
position: 'top' | 'bottom';
|
@@ -1376,7 +1380,6 @@ export declare interface IInputVariantConfig {
|
|
1376
1380
|
};
|
1377
1381
|
backgroundColorName?: TColorNames;
|
1378
1382
|
optionHoverColorName?: TColorNames;
|
1379
|
-
labelBackgroundColorName?: TColorNames;
|
1380
1383
|
}
|
1381
1384
|
|
1382
1385
|
declare interface IIsOkayTypeQuestion {
|
@@ -1394,8 +1397,9 @@ export declare interface IJourneyContext {
|
|
1394
1397
|
* Sets a journey with a list of coachmarks.
|
1395
1398
|
* @param id - The journey identifier.
|
1396
1399
|
* @param coachmark - The array of coachmarks to be used in this journey.
|
1400
|
+
* @param shouldBlueInitialJourney - If `true`, It will blur the 1st step overlay.
|
1397
1401
|
*/
|
1398
|
-
setJourney: (id: TJourneyId, coachmark: ICoachmarkProps[]) => void;
|
1402
|
+
setJourney: (id: TJourneyId, coachmark: ICoachmarkProps[], shouldBlueInitialJourney?: boolean) => void;
|
1399
1403
|
/**
|
1400
1404
|
* Clears the current journey, removing all coachmarks.
|
1401
1405
|
* Should be called inside useEffect to ensure cleanup.
|
@@ -1418,8 +1422,9 @@ export declare interface IJourneyContext {
|
|
1418
1422
|
* @param id - The journey identifier.
|
1419
1423
|
* @param keepPrevActive - If `true`, the previous coachmark remains active while transitioning to the next one.
|
1420
1424
|
* @param delayInMs - Optional delay (in milliseconds) before rendering the current coachmark.
|
1425
|
+
* @param shouldBlurNextJourney - If `true`, blurs the next journey.
|
1421
1426
|
*/
|
1422
|
-
nextCoachmark: (id: TJourneyId, keepPrevActive?: boolean, delayInMs?: number) => void;
|
1427
|
+
nextCoachmark: (id: TJourneyId, keepPrevActive?: boolean, delayInMs?: number, shouldBlurNextJourney?: boolean) => void;
|
1423
1428
|
/**
|
1424
1429
|
* Must be called to end journey and update the journey status on server.
|
1425
1430
|
* @param id - The journey id.
|
@@ -1499,8 +1504,7 @@ declare interface ILeaderboardProps {
|
|
1499
1504
|
}
|
1500
1505
|
|
1501
1506
|
declare interface ILearningSheetData {
|
1502
|
-
|
1503
|
-
learnosityRef: string;
|
1507
|
+
name: string;
|
1504
1508
|
}
|
1505
1509
|
|
1506
1510
|
declare interface ILearnosity {
|
@@ -1705,8 +1709,8 @@ export declare const ILLUSTRATIONS: {
|
|
1705
1709
|
CHAPTER_8: string;
|
1706
1710
|
CHAPTER_9: string;
|
1707
1711
|
CHAPTER_HEADER_BG: string;
|
1712
|
+
CHAPTER_HEADER_BG_2: string;
|
1708
1713
|
CIRCLE_CUEMATH_LOGO: string;
|
1709
|
-
CIRCLE_CUEMATH_LOGO_WHITE: string;
|
1710
1714
|
CIRCLE_OUTERCIRCLE_BG: string;
|
1711
1715
|
CLOCK_ORANGE: string;
|
1712
1716
|
COMMUNITY_BULB: string;
|
@@ -1714,7 +1718,6 @@ export declare const ILLUSTRATIONS: {
|
|
1714
1718
|
CROWN: string;
|
1715
1719
|
CROWN_OVERLAY: string;
|
1716
1720
|
CUECOIN_GOLD: string;
|
1717
|
-
CUEMATH_APP_QR_CODE: string;
|
1718
1721
|
DESKTOP_WITH_PURPLE_FILL: string;
|
1719
1722
|
DURATION_30MIN_GRAY: string;
|
1720
1723
|
DURATION_45MIN_GRAY: string;
|
@@ -1748,6 +1751,14 @@ export declare const ILLUSTRATIONS: {
|
|
1748
1751
|
MILESTONE_INTRO_2: string;
|
1749
1752
|
MILESTONE_INTRO_3: string;
|
1750
1753
|
MISTAKE: string;
|
1754
|
+
NODE_CUSTOM_TEST_BG: string;
|
1755
|
+
NODE_LEARN_BG: string;
|
1756
|
+
NODE_PRACTICE_BG: string;
|
1757
|
+
NODE_PROJECT_BG: string;
|
1758
|
+
NODE_PUZZLE_BG: string;
|
1759
|
+
NODE_RECAP_BG: string;
|
1760
|
+
NODE_TEST_PREP_BG: string;
|
1761
|
+
NODE_VIDEO_BG: string;
|
1751
1762
|
NUMBER_1_ORANGE: string;
|
1752
1763
|
NUMBER_2_ORANGE: string;
|
1753
1764
|
NUMBER_3_ORANGE: string;
|
@@ -1791,7 +1802,6 @@ export declare const ILLUSTRATIONS: {
|
|
1791
1802
|
USER_DOWN: string;
|
1792
1803
|
USER_PIN: string;
|
1793
1804
|
USER_PROFILE_BACKGROUND: string;
|
1794
|
-
USER_TYPE_SELECTOR_GRID_BG: string;
|
1795
1805
|
USER_UP: string;
|
1796
1806
|
YELLOW_FACE: string;
|
1797
1807
|
};
|
@@ -1838,9 +1848,6 @@ declare interface ILPARSheetCallbacks extends ISATSheetItemCallbacks {
|
|
1838
1848
|
onReview?: (sheet: TLPARSheetData) => void;
|
1839
1849
|
}
|
1840
1850
|
|
1841
|
-
declare const Image_2: React.FC<IImageProps>;
|
1842
|
-
export { Image_2 as Image }
|
1843
|
-
|
1844
1851
|
export declare const ImageIcon: React.FC<React.SVGProps<SVGSVGElement>>;
|
1845
1852
|
|
1846
1853
|
export declare const IMAGES: {
|
@@ -1932,7 +1939,7 @@ declare interface IMilestoneContainerProps extends Omit<IMilestoneWidgetResource
|
|
1932
1939
|
parentName?: string;
|
1933
1940
|
teacherName?: string;
|
1934
1941
|
onEdit?: (editProps: IMilestoneEditProps) => void;
|
1935
|
-
onAddOutcome?: (milestoneId
|
1942
|
+
onAddOutcome?: (milestoneId?: string) => void;
|
1936
1943
|
onChapterClick: IChaptersListProps['onChapterClick'];
|
1937
1944
|
isClassOngoing?: boolean;
|
1938
1945
|
isStudentPresent?: boolean;
|
@@ -1971,6 +1978,8 @@ declare interface IMileStoneCreateProps {
|
|
1971
1978
|
milestoneId?: string;
|
1972
1979
|
currentCountryCode?: string;
|
1973
1980
|
courseStream: TCourseStream;
|
1981
|
+
canDeleteGoal?: boolean;
|
1982
|
+
onDeleteGoal?: () => void;
|
1974
1983
|
onChapterExitWarning?: (chapterExitProps: IOnChapterExitWarningProps) => void;
|
1975
1984
|
onFormDataChange?: (formData: IMilestoneFormData) => void;
|
1976
1985
|
onExit?: () => void;
|
@@ -1984,7 +1993,7 @@ export declare interface IMilestoneData {
|
|
1984
1993
|
course_stream: TCourseStream;
|
1985
1994
|
grade: string;
|
1986
1995
|
board: string;
|
1987
|
-
goal_category:
|
1996
|
+
goal_category: TGoalCategory;
|
1988
1997
|
goal_code: string | null;
|
1989
1998
|
created_on_ts: number;
|
1990
1999
|
milestone_date_ts: number;
|
@@ -1999,6 +2008,10 @@ export declare interface IMilestoneData {
|
|
1999
2008
|
user_milestone_progress: IUserChapterProgressProps | null;
|
2000
2009
|
permissions: IMilestoneCardPermissions;
|
2001
2010
|
recommended_chapter_filters: TRecommendedChaptersFilter | null;
|
2011
|
+
progress_stat: {
|
2012
|
+
total: number;
|
2013
|
+
completed: number;
|
2014
|
+
} | null;
|
2002
2015
|
}
|
2003
2016
|
|
2004
2017
|
declare interface IMileStoneEditContainerProps extends IMileStoneCreateContainerProps {
|
@@ -2076,7 +2089,7 @@ declare interface IMilestoneStartProps {
|
|
2076
2089
|
handleOnClick?: () => void;
|
2077
2090
|
}
|
2078
2091
|
|
2079
|
-
declare interface IMilestoneTabsProps extends Pick<IChaptersListProps, 'chapters' | 'onAddChapter' | 'onChapterClick' | 'isGoalCreation'>, Pick<IMilestoneWidgetResourcesProps, 'onAssignResources' | 'isDraftMilestone'>, ITestsListProps,
|
2092
|
+
declare interface IMilestoneTabsProps extends Pick<IChaptersListProps, 'chapters' | 'onAddChapter' | 'onChapterClick' | 'isGoalCreation'>, Pick<IMilestoneWidgetResourcesProps, 'onAssignResources' | 'isDraftMilestone'>, ITestsListProps, INodeCardCallbacks {
|
2080
2093
|
isPlanAvailable: boolean;
|
2081
2094
|
isMilestoneActive: boolean;
|
2082
2095
|
goalCategory: IMilestoneData['goal_category'];
|
@@ -2111,7 +2124,7 @@ declare interface IMilestoneWidgetProps extends Omit<IMilestoneWidgetResourcesPr
|
|
2111
2124
|
courseStream: TCourseStream;
|
2112
2125
|
}
|
2113
2126
|
|
2114
|
-
declare interface IMilestoneWidgetResourcesProps extends
|
2127
|
+
declare interface IMilestoneWidgetResourcesProps extends INodeCardCallbacks {
|
2115
2128
|
userType: TUserTypes;
|
2116
2129
|
studentId: string;
|
2117
2130
|
userMilestoneId?: string;
|
@@ -2153,6 +2166,65 @@ export declare const Info2Icon: React_2.FC<React_2.SVGProps<SVGSVGElement>>;
|
|
2153
2166
|
|
2154
2167
|
export declare const InfoIcon: React.FC<React.SVGProps<SVGSVGElement>>;
|
2155
2168
|
|
2169
|
+
declare interface INodeCardCallbacks {
|
2170
|
+
onNodeAttempt?: (nodeData: INodeDataProps) => void;
|
2171
|
+
onNodeView?: (nodeData: INodeDataProps, milestoneId?: string) => void;
|
2172
|
+
onNodeReview?: (nodeData: INodeDataProps, milestoneId?: string) => void;
|
2173
|
+
onNodeReattempt?: (nodeData: INodeDataProps, milestoneId?: string) => void;
|
2174
|
+
onNodeAttemptLocationChange?: (nodeData: INodeDataProps) => void;
|
2175
|
+
onNodeMarkAsDone?: (nodeData: INodeDataProps) => void;
|
2176
|
+
onNodeReset?: (nodeData: INodeDataProps, milestoneId?: string) => void;
|
2177
|
+
onNodeUnassign?: (nodeData: INodeDataProps | IHomeworkData, milestoneId?: string) => void;
|
2178
|
+
}
|
2179
|
+
|
2180
|
+
export declare interface INodeDataProps {
|
2181
|
+
accuracy: number | null;
|
2182
|
+
attempt_location: TSheetAttemptLocation_2;
|
2183
|
+
block_id: string;
|
2184
|
+
card_header: string;
|
2185
|
+
chapter_id: string;
|
2186
|
+
complete_status: boolean;
|
2187
|
+
course_type: TCourseType;
|
2188
|
+
desmos_calculator_enabled: boolean;
|
2189
|
+
due_date_ts: number | null;
|
2190
|
+
is_lesson_v3_enabled: boolean;
|
2191
|
+
is_optional: boolean;
|
2192
|
+
is_timed: boolean;
|
2193
|
+
is_worksheet_v3: boolean | null;
|
2194
|
+
learnosity_activity_ref: string;
|
2195
|
+
marked_as_completed: boolean;
|
2196
|
+
node_id: string;
|
2197
|
+
node_type: TNodeTypes_2;
|
2198
|
+
sheet_statement: string;
|
2199
|
+
permissions: INodePermissions;
|
2200
|
+
sheet_time: number | null;
|
2201
|
+
state: TSheetStates;
|
2202
|
+
title: string;
|
2203
|
+
user_chapter_id: string | null;
|
2204
|
+
user_node_id: string | null;
|
2205
|
+
worksheet_id: string;
|
2206
|
+
image_url: string;
|
2207
|
+
image_hue: THueNames;
|
2208
|
+
total_questions: number | null;
|
2209
|
+
unlocked_on_ts: number | null;
|
2210
|
+
items?: TNodeDataTestItemsDataProps[];
|
2211
|
+
user_milestone_id?: string;
|
2212
|
+
user_attempt_id: string | null;
|
2213
|
+
subtext: string | null;
|
2214
|
+
}
|
2215
|
+
|
2216
|
+
declare interface INodePermissions {
|
2217
|
+
can_change_attempt_location: boolean;
|
2218
|
+
can_mark_familiar: boolean;
|
2219
|
+
can_reattempt: boolean;
|
2220
|
+
can_reset: boolean;
|
2221
|
+
can_resume: boolean;
|
2222
|
+
can_review: boolean;
|
2223
|
+
can_start: boolean;
|
2224
|
+
can_teacher_review: boolean;
|
2225
|
+
can_unassign: boolean;
|
2226
|
+
}
|
2227
|
+
|
2156
2228
|
export declare interface INudgeProps {
|
2157
2229
|
nudge: 'click';
|
2158
2230
|
content: ReactNode;
|
@@ -2161,6 +2233,10 @@ export declare interface INudgeProps {
|
|
2161
2233
|
zIndex?: number;
|
2162
2234
|
}
|
2163
2235
|
|
2236
|
+
export declare const invalidateGetChapterDetails: (id: string, query?: void | undefined, allIdsInvalid?: boolean) => void;
|
2237
|
+
|
2238
|
+
export declare const invalidateHomeworks: (id: string, query?: void | undefined, allIdsInvalid?: boolean) => void;
|
2239
|
+
|
2164
2240
|
export declare const invalidateMilestoneResources: (id: string, query?: void | undefined, allIdsInvalid?: boolean) => void;
|
2165
2241
|
|
2166
2242
|
export declare const invalidateMilestonesData: (query?: TQuery | undefined) => void;
|
@@ -2181,17 +2257,6 @@ declare interface IOpenImageReviewModalProps {
|
|
2181
2257
|
image?: string;
|
2182
2258
|
}
|
2183
2259
|
|
2184
|
-
declare interface IOTPInputProps extends ICustomInputProps {
|
2185
|
-
onResendOTP: () => void;
|
2186
|
-
}
|
2187
|
-
|
2188
|
-
declare interface IOTPResendProps {
|
2189
|
-
onResendOTP: () => void;
|
2190
|
-
onResendVoiceOTP?: () => void;
|
2191
|
-
timerSeconds?: number;
|
2192
|
-
showVoiceOTP?: boolean;
|
2193
|
-
}
|
2194
|
-
|
2195
2260
|
declare interface IOutcomeConfig {
|
2196
2261
|
id: string;
|
2197
2262
|
input_type: string;
|
@@ -2227,11 +2292,6 @@ declare interface IPerfectHitsProps {
|
|
2227
2292
|
value: number;
|
2228
2293
|
}
|
2229
2294
|
|
2230
|
-
declare interface IPhoneInputProps extends ICustomInputProps {
|
2231
|
-
onCountryChange: (option: TSelectedCountry) => void;
|
2232
|
-
selectedCountry: TSelectedCountry;
|
2233
|
-
}
|
2234
|
-
|
2235
2295
|
declare interface IPlaceholder {
|
2236
2296
|
text?: string;
|
2237
2297
|
marks?: string;
|
@@ -2692,14 +2752,6 @@ declare interface ISheetsListProps extends ISheetItemCallbackProps {
|
|
2692
2752
|
section?: TSheetsSection;
|
2693
2753
|
}
|
2694
2754
|
|
2695
|
-
declare interface ISignupMethodsProps {
|
2696
|
-
onEmailSignup: () => void;
|
2697
|
-
onPhoneSignup: () => void;
|
2698
|
-
onGoogleSignup: () => void;
|
2699
|
-
onAppleSignup: () => void;
|
2700
|
-
loadingProvider: TSocialAuthProvider | null;
|
2701
|
-
}
|
2702
|
-
|
2703
2755
|
export declare interface ISignUpProps {
|
2704
2756
|
circleOnLeapSignedUp: boolean;
|
2705
2757
|
circleOnLeapPremiumEnabled: boolean;
|
@@ -2717,17 +2769,6 @@ export declare interface ISignUpProps {
|
|
2717
2769
|
onSignupStepsComplete: (data: IUpdateUserPayloadDal | ICreateUserResponseDal | null) => void;
|
2718
2770
|
}
|
2719
2771
|
|
2720
|
-
declare interface ISocialAccountNotFoundProps {
|
2721
|
-
onRetryLogin: () => void;
|
2722
|
-
onGoToSignup: () => void;
|
2723
|
-
}
|
2724
|
-
|
2725
|
-
declare interface ISocialLoginMethodsProps {
|
2726
|
-
onGoogleLogin: () => void;
|
2727
|
-
onAppleLogin: () => void;
|
2728
|
-
loadingProvider: TSocialAuthProvider | null;
|
2729
|
-
}
|
2730
|
-
|
2731
2772
|
export declare const isOkayTypeQuestion: IIsOkayTypeQuestion;
|
2732
2773
|
|
2733
2774
|
export declare enum IStatsToAwardErrorCode {
|
@@ -2962,13 +3003,7 @@ declare interface ITestsCreationProps {
|
|
2962
3003
|
onError: (errorMessage?: string) => void;
|
2963
3004
|
}
|
2964
3005
|
|
2965
|
-
declare interface
|
2966
|
-
onTestPreview?: (milestoneId: string, sheetData: ISheetDataProps) => void;
|
2967
|
-
onTestStart?: (sheetData: ISheetDataProps) => void;
|
2968
|
-
onTestReview?: (sheetData: ISheetDataProps, milestoneId: string) => void;
|
2969
|
-
}
|
2970
|
-
|
2971
|
-
declare interface ITestsListProps extends ITestSheetItemCallbackProps {
|
3006
|
+
declare interface ITestsListProps {
|
2972
3007
|
userType: TUserTypes;
|
2973
3008
|
studentId: string;
|
2974
3009
|
userMilestoneId: string;
|
@@ -2977,6 +3012,10 @@ declare interface ITestsListProps extends ITestSheetItemCallbackProps {
|
|
2977
3012
|
isDraftMilestone?: boolean;
|
2978
3013
|
isChaptersAvailable?: boolean;
|
2979
3014
|
canUpdatePlan?: boolean;
|
3015
|
+
onNodeReattempt?: (sheetData: INodeDataProps, milestoneId?: string) => void;
|
3016
|
+
onTestPreview?: (sheetData: INodeDataProps, milestoneId: string) => void;
|
3017
|
+
onTestStart?: (sheetData: INodeDataProps) => void;
|
3018
|
+
onTestReview?: (sheetData: INodeDataProps, milestoneId: string) => void;
|
2980
3019
|
}
|
2981
3020
|
|
2982
3021
|
declare interface ITextButtonProps extends IClickableAnalyticsProps {
|
@@ -3221,6 +3260,20 @@ declare interface IusePointerSyncProps {
|
|
3221
3260
|
targetUserId?: string;
|
3222
3261
|
}
|
3223
3262
|
|
3263
|
+
export declare interface IUserChapterData {
|
3264
|
+
chapter_code: string;
|
3265
|
+
chapter_id: string;
|
3266
|
+
chapter_tags: string[];
|
3267
|
+
id: string;
|
3268
|
+
image_hue: THueNames;
|
3269
|
+
image_url: string;
|
3270
|
+
item_bank_enabled: boolean;
|
3271
|
+
name: string;
|
3272
|
+
program_id: string;
|
3273
|
+
progress_stat: IChapterProgressStats | null;
|
3274
|
+
blocks: IChapterBlockData[];
|
3275
|
+
}
|
3276
|
+
|
3224
3277
|
declare interface IUserChapterProgressProps {
|
3225
3278
|
familiar_sheets: number;
|
3226
3279
|
mastered_sheets: number;
|
@@ -3228,12 +3281,6 @@ declare interface IUserChapterProgressProps {
|
|
3228
3281
|
total_core_sheets: number;
|
3229
3282
|
}
|
3230
3283
|
|
3231
|
-
declare interface IUserTypeSelectorProps {
|
3232
|
-
onNext: () => void;
|
3233
|
-
onUserTypeChange: (id: TAuthUserType) => void;
|
3234
|
-
userType: TAuthUserType;
|
3235
|
-
}
|
3236
|
-
|
3237
3284
|
declare interface IUseTrialSessionMessageBroker {
|
3238
3285
|
(options: {
|
3239
3286
|
teacherClassroomId?: string;
|
@@ -3580,7 +3627,12 @@ export declare enum JOURNEY_ID_STUDENT {
|
|
3580
3627
|
CIRCLE_STREAK_UPDATE_JOURNEY = "CIRCLE_STREAK_UPDATE_JOURNEY",
|
3581
3628
|
CIRCLE_TUTORIAL_JOURNEY = "CIRCLE_TUTORIAL_JOURNEY",
|
3582
3629
|
CIRCLE_TABLES_INTRO_JOURNEY = "CIRCLE_TABLES_INTRO_JOURNEY",
|
3583
|
-
CIRCLE_STREAK_REDUCTION_JOURNEY = "CIRCLE_STREAK_REDUCTION_JOURNEY"
|
3630
|
+
CIRCLE_STREAK_REDUCTION_JOURNEY = "CIRCLE_STREAK_REDUCTION_JOURNEY",
|
3631
|
+
HOMEPAGE_JOURNEY = "HOMEPAGE_JOURNEY"
|
3632
|
+
}
|
3633
|
+
|
3634
|
+
export declare enum JOURNEY_ID_TEACHER {
|
3635
|
+
HOMEPAGE_JOURNEY = "HOMEPAGE_JOURNEY"
|
3584
3636
|
}
|
3585
3637
|
|
3586
3638
|
export declare const JourneyProvider: FC<IJourneyProviderProps>;
|
@@ -3613,7 +3665,6 @@ export declare const LOTTIE: {
|
|
3613
3665
|
ACCURACY_METER: string;
|
3614
3666
|
ACCURACY_NEEDLE: string;
|
3615
3667
|
ADVANCE_MODE_SEGMENT_LOTTIE: string;
|
3616
|
-
AVATAR_SELECTED: string;
|
3617
3668
|
BEGINNER1X: string;
|
3618
3669
|
BRONZE_1: string;
|
3619
3670
|
BRONZE_2: string;
|
@@ -3626,11 +3677,10 @@ export declare const LOTTIE: {
|
|
3626
3677
|
COLOR_1: string;
|
3627
3678
|
COLOR_2: string;
|
3628
3679
|
COLOR_3: string;
|
3680
|
+
COMPETITIVE_ARENA: string;
|
3629
3681
|
DIFFICULT: string;
|
3630
|
-
DOB: string;
|
3631
3682
|
EASY: string;
|
3632
3683
|
ELITE_CIRCLE: string;
|
3633
|
-
ERROR: string;
|
3634
3684
|
ERROR_LOTTIE: string;
|
3635
3685
|
FAMILIAR1X: string;
|
3636
3686
|
FIFTEEN_MIN_CLOCK: string;
|
@@ -3638,17 +3688,12 @@ export declare const LOTTIE: {
|
|
3638
3688
|
GOLD_1: string;
|
3639
3689
|
GOLD_2: string;
|
3640
3690
|
GOLD_3: string;
|
3641
|
-
GRADE: string;
|
3642
3691
|
INFINITE_BUTTON_BG: string;
|
3643
3692
|
INFINITE_BUTTON_SYMBOL: string;
|
3644
|
-
|
3693
|
+
LEARN: string;
|
3645
3694
|
LEVELUP_RINGS: string;
|
3646
|
-
MAIL: string;
|
3647
3695
|
MEDIUM: string;
|
3648
3696
|
NUDGE_TAP: string;
|
3649
|
-
OTP: string;
|
3650
|
-
PARENT_AVATAR: string;
|
3651
|
-
PHONE_NUMBER: string;
|
3652
3697
|
POINT100: string;
|
3653
3698
|
POINT10: string;
|
3654
3699
|
POINT15: string;
|
@@ -3665,8 +3710,12 @@ export declare const LOTTIE: {
|
|
3665
3710
|
POINT50: string;
|
3666
3711
|
POINT5: string;
|
3667
3712
|
POINT60: string;
|
3713
|
+
PRACTICE: string;
|
3668
3714
|
PROFICIENT1X: string;
|
3715
|
+
PROJECT: string;
|
3716
|
+
PUZZLE: string;
|
3669
3717
|
RANDOM_MODE_SEGMENT_LOTTIE: string;
|
3718
|
+
RECAP: string;
|
3670
3719
|
SEQUENCE_MODE_SEGMENT_LOTTIE: string;
|
3671
3720
|
SILVER_1: string;
|
3672
3721
|
SILVER_2: string;
|
@@ -3674,17 +3723,17 @@ export declare const LOTTIE: {
|
|
3674
3723
|
SLEEPY_BOI: string;
|
3675
3724
|
SPINNER_WHITE: string;
|
3676
3725
|
SPLASH_SCREEN: string;
|
3677
|
-
STUDENT_AVATAR: string;
|
3678
3726
|
TABLE_MODE_REVEAL: string;
|
3679
3727
|
TABLE_MODE_STAR: string;
|
3680
3728
|
TABLE_SEGMENT_STAR: string;
|
3681
3729
|
TARGET_ACHIEVED_TEXT: string;
|
3682
3730
|
TEACHER_VALIDATION: string;
|
3731
|
+
TEST: string;
|
3683
3732
|
TOTAL_STREAK: string;
|
3684
3733
|
TOTAL_TIME: string;
|
3685
3734
|
TOTAL_TIME_SPENT: string;
|
3686
3735
|
TOURNAMENT_RIPPLE: string;
|
3687
|
-
|
3736
|
+
VIDEO: string;
|
3688
3737
|
};
|
3689
3738
|
|
3690
3739
|
export declare const LPARChapter: FC<ILPARChapterProps>;
|
@@ -3723,6 +3772,21 @@ export declare const Next2Icon: React.FC<React.SVGProps<SVGSVGElement>>;
|
|
3723
3772
|
|
3724
3773
|
export declare const NextIcon: React.FC<React.SVGProps<SVGSVGElement>>;
|
3725
3774
|
|
3775
|
+
declare enum NODE_CARD_COURSE_TYPES {
|
3776
|
+
PROGRAM = "PROGRAM",
|
3777
|
+
REMEDIAL = "REMEDIAL",
|
3778
|
+
TEST_SERIES = "TEST_SERIES",
|
3779
|
+
EXAM = "EXAM"
|
3780
|
+
}
|
3781
|
+
|
3782
|
+
declare enum NODE_CARD_STATES {
|
3783
|
+
LOCKED = "LOCKED",
|
3784
|
+
NOT_STARTED = "NOT_STARTED",
|
3785
|
+
WAIT_FOR_REVIEW = "WAIT_FOR_REVIEW",
|
3786
|
+
IN_PROGRESS = "IN_PROGRESS",
|
3787
|
+
COMPLETED = "COMPLETED"
|
3788
|
+
}
|
3789
|
+
|
3726
3790
|
export declare const NODE_LABELS: {
|
3727
3791
|
readonly ASSESSMENT: "ASSESSMENT";
|
3728
3792
|
readonly CHAPTER_ASSESSMENT: "ASSESSMENT";
|
@@ -3853,22 +3917,14 @@ declare interface NumRangeInputProps {
|
|
3853
3917
|
endPlaceholder?: string;
|
3854
3918
|
}
|
3855
3919
|
|
3856
|
-
export declare const OTPInput: FC<IOTPInputProps>;
|
3857
|
-
|
3858
3920
|
export declare type OutcomeStage = keyof typeof STAGES;
|
3859
3921
|
|
3860
|
-
export declare const OverlayLoader: ({ isLoading }: {
|
3861
|
-
isLoading?: boolean | undefined;
|
3862
|
-
}) => JSX_2.Element | null;
|
3863
|
-
|
3864
3922
|
export declare const PencilIcon: React.FC<React.SVGProps<SVGSVGElement>>;
|
3865
3923
|
|
3866
3924
|
export declare const PercentileInput: React_2.ForwardRefExoticComponent<IPercentileProps & React_2.RefAttributes<HTMLInputElement>>;
|
3867
3925
|
|
3868
3926
|
export declare const PerfectHits: NamedExoticComponent<IPerfectHitsProps>;
|
3869
3927
|
|
3870
|
-
export declare const PhoneInput: FC<IPhoneInputProps>;
|
3871
|
-
|
3872
3928
|
/**
|
3873
3929
|
** Global/Platform specific events that needs to be tracked goes here
|
3874
3930
|
** Naming convention needs to be snake_case
|
@@ -3963,6 +4019,8 @@ declare const PUZZLE_CARD_STATE: {
|
|
3963
4019
|
|
3964
4020
|
declare const PUZZLE_CARDS: "puzzle_cards";
|
3965
4021
|
|
4022
|
+
export declare const PuzzleIcon: React.FC<React.SVGProps<SVGSVGElement>>;
|
4023
|
+
|
3966
4024
|
export declare const PYTHON_NODE_TYPES: {
|
3967
4025
|
readonly PPT_BASIC: "PPT_BASIC";
|
3968
4026
|
readonly PPT_CONTENT: "PPT_CONTENT";
|
@@ -3983,14 +4041,24 @@ export declare const RadioCard: <IDType extends string | number>({ options, valu
|
|
3983
4041
|
|
3984
4042
|
export declare const RadioInput: <IDType extends string | number>({ options, value, onChange, numColumns, }: IRadioInputProps<IDType>) => JSX.Element;
|
3985
4043
|
|
4044
|
+
export declare const RecapIcon: React.FC<React.SVGProps<SVGSVGElement>>;
|
4045
|
+
|
4046
|
+
export declare const RecentChapters: FC<RecentChaptersProps>;
|
4047
|
+
|
4048
|
+
declare interface RecentChaptersProps {
|
4049
|
+
studentId: string;
|
4050
|
+
courseStream: TCourseStream;
|
4051
|
+
userType: TUserTypes;
|
4052
|
+
onChapterClick: IChaptersListProps['onChapterClick'];
|
4053
|
+
recentChaptersRef?: React.RefObject<HTMLDivElement>;
|
4054
|
+
}
|
4055
|
+
|
3986
4056
|
export declare const RedoIcon: React_2.FC<React_2.SVGProps<SVGSVGElement>>;
|
3987
4057
|
|
3988
4058
|
export declare const ReferenceSheet: FC<IReferenceSheetProps>;
|
3989
4059
|
|
3990
4060
|
export declare const RemotePeerPointer: MemoExoticComponent<({ containerRef, onPublish, onSubscribe, responseId }: IPointerProps) => JSX_2.Element>;
|
3991
4061
|
|
3992
|
-
export declare const ResendOTP: React.FC<IOTPResendProps>;
|
3993
|
-
|
3994
4062
|
export declare const REWARDS_LIST: string[];
|
3995
4063
|
|
3996
4064
|
export declare const RightIcon: React.FC<React.SVGProps<SVGSVGElement>>;
|
@@ -4011,12 +4079,28 @@ export declare const SearchableSelectInput: <IDType extends string | number>(pro
|
|
4011
4079
|
|
4012
4080
|
export declare const SearchIcon: React.FC<React.SVGProps<SVGSVGElement>>;
|
4013
4081
|
|
4082
|
+
declare enum SECTION_CODE {
|
4083
|
+
READINESS = "READINESS",
|
4084
|
+
GOALS = "GOALS",
|
4085
|
+
TESTS = "TESTS",
|
4086
|
+
ENRICHMENT = "ENRICHMENT",
|
4087
|
+
SUBJECTIVE = "SUBJECTIVE",
|
4088
|
+
VIDEOS = "VIDEOS",
|
4089
|
+
NOTES = "NOTES",
|
4090
|
+
FLASHCARDS = "FLASHCARDS",
|
4091
|
+
PUZZLE_CARDS = "PUZZLE_CARDS"
|
4092
|
+
}
|
4093
|
+
|
4014
4094
|
export declare const SectionList: <Section extends string | number | TDefaultSection>(props: ISectionList<Section>) => JSX.Element;
|
4015
4095
|
|
4016
4096
|
export declare const SelectInput: <IDType extends string | number>(props: ISelectInputProps<IDType>) => JSX.Element;
|
4017
4097
|
|
4018
4098
|
export declare const SelectionCards: <IDType extends string | number>({ options, value, values, onChange, analyticsLabel, analyticsProps, type, $background, $selectedBackground, $cardWidth, }: ISelectionCardListProps<IDType>) => JSX_2.Element;
|
4019
4099
|
|
4100
|
+
export declare const SENTRY_DENIED_URLS: Array<string | RegExp>;
|
4101
|
+
|
4102
|
+
export declare const SENTRY_IGNORED_ERRORS: Array<string | RegExp>;
|
4103
|
+
|
4020
4104
|
export declare const Separator: React_2.FC<ISeparatorProps>;
|
4021
4105
|
|
4022
4106
|
export declare const SHEET_ACTIONS: {
|
@@ -4064,19 +4148,15 @@ export declare const SheetLocked: MemoExoticComponent<({ onHomeClick }: {
|
|
4064
4148
|
|
4065
4149
|
export declare const SignUp: ({ mathGymEnrolledUser, circleEnrolledUser, circleOnLeapPremiumDays, circleUsername, countryCode, grade: defaultGrade, state, circleOnLeapPremiumEnabled, studentId, isSignUpProcessing, onCreateUser, onUpdateUser, onSignupStepsComplete, }: ISignUpProps) => JSX_2.Element;
|
4066
4150
|
|
4067
|
-
export declare const SignupMethods: FC<ISignupMethodsProps>;
|
4068
|
-
|
4069
4151
|
declare const SketchIcon: React.FC<React.SVGProps<SVGSVGElement>>;
|
4070
4152
|
export { SketchIcon as ScribbleIcon }
|
4071
4153
|
export { SketchIcon }
|
4072
4154
|
|
4073
4155
|
export declare const Skip2Icon: React.FC<React.SVGProps<SVGSVGElement>>;
|
4074
4156
|
|
4075
|
-
export declare const
|
4157
|
+
export declare const SkipColoredIcon: React.FC<React.SVGProps<SVGSVGElement>>;
|
4076
4158
|
|
4077
|
-
export declare const
|
4078
|
-
|
4079
|
-
export declare const SocialLoginMethods: FC<ISocialLoginMethodsProps>;
|
4159
|
+
export declare const SkipIcon: React.FC<React.SVGProps<SVGSVGElement>>;
|
4080
4160
|
|
4081
4161
|
export declare const SplashScreen: ({ animationCompleted }: {
|
4082
4162
|
animationCompleted: () => void;
|
@@ -4104,6 +4184,8 @@ export declare enum State {
|
|
4104
4184
|
HOLD = "HOLD"
|
4105
4185
|
}
|
4106
4186
|
|
4187
|
+
export declare const StatusIcon: React.FC<React.SVGProps<SVGSVGElement>>;
|
4188
|
+
|
4107
4189
|
export declare function Stepper({ stepsInfo, currentStep }: IStepperProps): JSX_2.Element;
|
4108
4190
|
|
4109
4191
|
declare const STICKER_BADGE: {
|
@@ -4132,10 +4214,6 @@ export declare const StrikedEyeIcon: React.FC<React.SVGProps<SVGSVGElement>>;
|
|
4132
4214
|
|
4133
4215
|
export declare const StudentDetails: FC<IStudentDetailsProps>;
|
4134
4216
|
|
4135
|
-
export declare const StudentPasswordInput: FC<ICustomInputProps>;
|
4136
|
-
|
4137
|
-
export declare const StudentUsernameInput: FC<ICustomInputProps>;
|
4138
|
-
|
4139
4217
|
export declare const SubmitMilestoneModal: React.FC<ISubmitModalProps>;
|
4140
4218
|
|
4141
4219
|
export declare const SwitchIcon: React.FC<React.SVGProps<SVGSVGElement>>;
|
@@ -4173,10 +4251,6 @@ export declare type TArrowTooltipConfig = {
|
|
4173
4251
|
|
4174
4252
|
export declare type TArrowTooltipVariants = 'primary' | 'secondary';
|
4175
4253
|
|
4176
|
-
export declare type TAuthProvider = 'email' | 'phone';
|
4177
|
-
|
4178
|
-
export declare type TAuthUserType = 'student' | 'parent';
|
4179
|
-
|
4180
4254
|
declare type TBadgeData = {
|
4181
4255
|
acknowledged_on: number | null;
|
4182
4256
|
animation_url: string;
|
@@ -4226,11 +4300,11 @@ declare type TBlockStatsData = {
|
|
4226
4300
|
|
4227
4301
|
declare type TBlockStatus = keyof typeof BLOCK_STATUS;
|
4228
4302
|
|
4229
|
-
declare type TBlockType = keyof typeof
|
4303
|
+
declare type TBlockType = keyof typeof BLOCK_TYPE_2;
|
4230
4304
|
|
4231
4305
|
export declare type TButtonSizes = 'xsmall' | 'small' | 'regular' | 'medium' | 'large';
|
4232
4306
|
|
4233
|
-
export declare type TButtonVariants = 'primary' | 'secondary' | 'tertiary';
|
4307
|
+
export declare type TButtonVariants = 'primary' | 'secondary' | 'tertiary' | 'secondary-gray';
|
4234
4308
|
|
4235
4309
|
declare type TCallback = (messages: TInclassMessage[]) => void;
|
4236
4310
|
|
@@ -4323,6 +4397,8 @@ declare type TCourseProgramPermissions = {
|
|
4323
4397
|
|
4324
4398
|
declare type TCourseStream = (typeof COURSE_STREAMS)[keyof typeof COURSE_STREAMS];
|
4325
4399
|
|
4400
|
+
declare type TCourseType = keyof typeof NODE_CARD_COURSE_TYPES;
|
4401
|
+
|
4326
4402
|
declare type TCreateOnPresubmit = (options: TOnPreSubmitOptions) => void;
|
4327
4403
|
|
4328
4404
|
declare type TCueCanvasChangeDataObject = Record<string, TDrawingData[]>;
|
@@ -4352,6 +4428,8 @@ declare type TEnrollmentTypes = (typeof ENROLLMENT_TYPES)[keyof typeof ENROLLMEN
|
|
4352
4428
|
|
4353
4429
|
export declare const TestsCreation: FC<ITestsCreationProps>;
|
4354
4430
|
|
4431
|
+
export declare const TestTubeIcon: React.FC<React.SVGProps<SVGSVGElement>>;
|
4432
|
+
|
4355
4433
|
/**
|
4356
4434
|
* @param $renderAs - The text variant to render as (ah1-ah4, ab1-ab3, ac1-ac4, ub1-ub3), anything else is deprecated
|
4357
4435
|
*/
|
@@ -4374,14 +4452,13 @@ declare interface TextProps {
|
|
4374
4452
|
$marginBottomX?: number;
|
4375
4453
|
$inline?: boolean;
|
4376
4454
|
$textDecoration?: string;
|
4377
|
-
$whiteSpace?: 'pre-line' | 'normal' | 'pre-wrap' | 'no-wrap' | 'pre' | 'break-spaces';
|
4378
4455
|
}
|
4379
4456
|
|
4380
4457
|
export declare type TFontFamilyNames = `${'Athletics'}-${'Light' | 'Regular' | 'Medium' | 'Bold' | 'Black'}` | `${'UntitledSans'}-${'Regular' | 'Medium'}`;
|
4381
4458
|
|
4382
|
-
declare type TGoalCategory =
|
4459
|
+
declare type TGoalCategory = keyof typeof GOAL_CATEGORY | null;
|
4383
4460
|
|
4384
|
-
declare type TGoalCategory_2 = keyof typeof GOAL_CATEGORY
|
4461
|
+
declare type TGoalCategory_2 = (typeof GOAL_CATEGORY)[keyof typeof GOAL_CATEGORY];
|
4385
4462
|
|
4386
4463
|
declare interface TGoals {
|
4387
4464
|
goal_code?: string;
|
@@ -4469,11 +4546,32 @@ export declare type TInclassMessage = {
|
|
4469
4546
|
eventPayload: {
|
4470
4547
|
worksheetId: string;
|
4471
4548
|
};
|
4549
|
+
} | {
|
4550
|
+
eventName: typeof EVENTS.HOMEWORK_UNASSIGN;
|
4551
|
+
eventPayload: {
|
4552
|
+
studentId: string;
|
4553
|
+
};
|
4554
|
+
} | {
|
4555
|
+
eventName: typeof EVENTS.INVALIDATE_HOMEWORK;
|
4556
|
+
eventPayload: {
|
4557
|
+
studentId: string;
|
4558
|
+
};
|
4472
4559
|
} | {
|
4473
4560
|
eventName: typeof EVENTS.CHAPTER_UPDATED;
|
4474
4561
|
eventPayload: {
|
4475
4562
|
chapterId: string;
|
4476
4563
|
};
|
4564
|
+
} | {
|
4565
|
+
eventName: typeof EVENTS.INVALIDATE_CHAPTER_ON_CHANGE_ATTEMPT_LOCATION;
|
4566
|
+
eventPayload: {
|
4567
|
+
chapterId: string;
|
4568
|
+
};
|
4569
|
+
} | {
|
4570
|
+
eventName: typeof EVENTS.SHEET_REATTEMPTED;
|
4571
|
+
eventPayload: {
|
4572
|
+
milestoneId: string;
|
4573
|
+
chapterId: string;
|
4574
|
+
};
|
4477
4575
|
} | {
|
4478
4576
|
eventName: typeof EVENTS.LESSONS_MARKED_AS_FAMILIAR;
|
4479
4577
|
eventPayload: {
|
@@ -4598,7 +4696,7 @@ declare type TInstructorStimulus = 'SystemIntro' | 'Intro' | 'Concept-Intro' | '
|
|
4598
4696
|
|
4599
4697
|
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';
|
4600
4698
|
|
4601
|
-
export declare type TJourneyId = JOURNEY_ID_STUDENT;
|
4699
|
+
export declare type TJourneyId = JOURNEY_ID_STUDENT | JOURNEY_ID_TEACHER;
|
4602
4700
|
|
4603
4701
|
declare type TLayerKey = 'layer-1' | 'layer-2' | 'layer-3' | 'layer-4';
|
4604
4702
|
|
@@ -4845,11 +4943,19 @@ declare type TMilestoneStates = 'ACTIVE' | 'OUTCOME_PENDING' | 'OUTCOME_ADDED' |
|
|
4845
4943
|
|
4846
4944
|
declare type TMilestoneType = 'ACTIVE' | 'INACTIVE' | 'DRAFT';
|
4847
4945
|
|
4946
|
+
declare interface TNodeDataTestItemsDataProps {
|
4947
|
+
chapter_name: string;
|
4948
|
+
goal_name: string;
|
4949
|
+
ref: string;
|
4950
|
+
}
|
4951
|
+
|
4848
4952
|
declare type TNodeSubGroupProps = keyof typeof NODE_SUB_GROUP;
|
4849
4953
|
|
4850
4954
|
declare type TNodeTypeProps = keyof typeof NODE_TYPE | keyof typeof PYTHON_NODE_TYPES | keyof typeof SAT_NODE_TYPE;
|
4851
4955
|
|
4852
|
-
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';
|
4956
|
+
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';
|
4957
|
+
|
4958
|
+
declare type TNodeTypes_2 = keyof typeof NODE_TYPE | keyof typeof PYTHON_NODE_TYPES | keyof typeof SAT_NODE_TYPE;
|
4853
4959
|
|
4854
4960
|
export declare type TOnPreSubmitOptions = {
|
4855
4961
|
isDraftPlan: boolean;
|
@@ -4889,10 +4995,8 @@ declare type TPuzzleCardBlockStatus = keyof typeof PUZZLE_CARD_STATE | '';
|
|
4889
4995
|
|
4890
4996
|
declare type TQuery = {
|
4891
4997
|
milestone_state_group: 'ALL' | 'DRAFT' | 'STUDENT_ALL' | 'LIVE' | 'STUDENT_LIVE' | 'INACTIVE';
|
4892
|
-
with_plan: boolean;
|
4893
|
-
course_stream: TCourseStream;
|
4894
4998
|
student_id: string;
|
4895
|
-
|
4999
|
+
course_stream: TCourseStream;
|
4896
5000
|
};
|
4897
5001
|
|
4898
5002
|
declare type TQuestionByQuestionOverviewList = {
|
@@ -4975,10 +5079,10 @@ declare type TSectionSummary = {
|
|
4975
5079
|
modules: TSATModule[];
|
4976
5080
|
};
|
4977
5081
|
|
4978
|
-
export declare type TSelectedCountry = Pick<ICountryOption, 'id' | 'code'>;
|
4979
|
-
|
4980
5082
|
declare type TSheetAttemptLocation = keyof typeof SHEET_ATTEMPT_LOCATION;
|
4981
5083
|
|
5084
|
+
declare type TSheetAttemptLocation_2 = keyof typeof SHEET_ATTEMPT_LOCATION;
|
5085
|
+
|
4982
5086
|
declare type TSheetAttemptStateProps = keyof typeof SHEET_ATTEMPT_STATE;
|
4983
5087
|
|
4984
5088
|
declare type TSheetBlockData = {
|
@@ -5040,9 +5144,9 @@ export declare type TSheetsSection = 'core_lessons' | 'supplementary_sheets' | '
|
|
5040
5144
|
|
5041
5145
|
declare type TSheetStateProps = 'LOCKED' | 'NOT_STARTED' | 'IN_PROGRESS' | 'FAMILIAR' | 'PROFICIENT' | 'MASTERED' | 'COMPLETED' | 'RE_ATTEMPT';
|
5042
5146
|
|
5043
|
-
|
5147
|
+
declare type TSheetStates = keyof typeof NODE_CARD_STATES;
|
5044
5148
|
|
5045
|
-
export declare type
|
5149
|
+
export declare type TSkillStatus = 'pending' | 'completed';
|
5046
5150
|
|
5047
5151
|
declare type TStickerData = {
|
5048
5152
|
actor_id: string;
|
@@ -5114,11 +5218,6 @@ export declare type TTrialSessionMessage = {
|
|
5114
5218
|
};
|
5115
5219
|
};
|
5116
5220
|
|
5117
|
-
declare type TUserAccount = {
|
5118
|
-
id: string;
|
5119
|
-
phone: string;
|
5120
|
-
};
|
5121
|
-
|
5122
5221
|
declare type TUserChapterStates = 'MASTERED' | 'PROFICIENT' | 'FAMILIAR' | 'STARTED';
|
5123
5222
|
|
5124
5223
|
declare type TUserProgram = {
|
@@ -5215,7 +5314,7 @@ export declare const useGetCircleHomeDetailsDal: (userId: string, grade: string,
|
|
5215
5314
|
invalidateCircleHomeDetails: () => void;
|
5216
5315
|
};
|
5217
5316
|
|
5218
|
-
export declare const useGetEligibleJourneysViaRoute: (routeJourneyIds: TJourneyId[]) =>
|
5317
|
+
export declare const useGetEligibleJourneysViaRoute: (routeJourneyIds: TJourneyId[]) => TJourneyId[];
|
5219
5318
|
|
5220
5319
|
declare const useGetLeaderboard: (initialId?: string, initialQuery?: IGetLeaderboardPayloadModel | undefined) => {
|
5221
5320
|
get: (id: string, query: IGetLeaderboardPayloadModel, meta: void) => Promise<void>;
|
@@ -5237,8 +5336,8 @@ export declare const useGetLeaderboardDal: (userId: string) => Omit<ReturnType<t
|
|
5237
5336
|
|
5238
5337
|
export declare const useGetMilestoneResources: (initialId?: string, initialQuery?: void | undefined) => {
|
5239
5338
|
get: (id: string, query: void, meta: IGetMilestoneResourcesAPIMetaData) => Promise<void>;
|
5240
|
-
resource: ResourceModel<
|
5241
|
-
data:
|
5339
|
+
resource: ResourceModel<INodeDataProps[]> | undefined;
|
5340
|
+
data: INodeDataProps[] | undefined;
|
5242
5341
|
permissions: Record<string, unknown> | undefined;
|
5243
5342
|
isProcessing: boolean;
|
5244
5343
|
isProcessed: boolean;
|
@@ -5253,8 +5352,8 @@ export declare const useGetTestHelpData: (initialId?: string, initialQuery?: voi
|
|
5253
5352
|
get: (id: string, query: void, meta: {
|
5254
5353
|
studentId: string;
|
5255
5354
|
}) => Promise<void>;
|
5256
|
-
resource: ResourceModel<
|
5257
|
-
data:
|
5355
|
+
resource: ResourceModel<INodeDataProps[]> | undefined;
|
5356
|
+
data: INodeDataProps[] | undefined;
|
5258
5357
|
permissions: Record<string, unknown> | undefined;
|
5259
5358
|
isProcessing: boolean;
|
5260
5359
|
isProcessed: boolean;
|
@@ -5265,6 +5364,14 @@ export declare const useGetTestHelpData: (initialId?: string, initialQuery?: voi
|
|
5265
5364
|
} & Record<string, unknown>) | undefined;
|
5266
5365
|
};
|
5267
5366
|
|
5367
|
+
export declare const useHomePageJourney: () => {
|
5368
|
+
homepageRef: RefObject<HTMLDivElement>;
|
5369
|
+
homeworkRef: RefObject<HTMLDivElement>;
|
5370
|
+
individualHomeworkRef: RefObject<HTMLDivElement>;
|
5371
|
+
recentChaptersRef: RefObject<HTMLDivElement>;
|
5372
|
+
startJourney: ({ hwDetails, studentId, stream, userType }: IHomepageStartJourneyProps) => void;
|
5373
|
+
};
|
5374
|
+
|
5268
5375
|
export declare const useInClassActionDispatcher: ({ studentClassroomId, }: {
|
5269
5376
|
studentClassroomId: string | undefined;
|
5270
5377
|
}) => {
|
@@ -5287,8 +5394,6 @@ export declare const User2Icon: React.FC<React.SVGProps<SVGSVGElement>>;
|
|
5287
5394
|
|
5288
5395
|
export declare const UserIcon: React.FC<React.SVGProps<SVGSVGElement>>;
|
5289
5396
|
|
5290
|
-
export declare const UserTypeSelector: NamedExoticComponent<IUserTypeSelectorProps>;
|
5291
|
-
|
5292
5397
|
export declare const useTrackingContext: (commonAnalyticsProps: Record<string, unknown>, overrides?: Record<string, unknown>) => {
|
5293
5398
|
onClick: TTrackCTA;
|
5294
5399
|
onResponse: TTrackInput;
|
@@ -5355,7 +5460,7 @@ export declare const WORKSHEET_V3_NODE_TYPES: TNodeTypeProps[];
|
|
5355
5460
|
declare const ZINDEX: {
|
5356
5461
|
readonly CHAPTER_CROWN_ICON: 4;
|
5357
5462
|
readonly CHAPTER_PLUS_ICON: 2;
|
5358
|
-
readonly CHAPTER_PROGRESS_SVG:
|
5463
|
+
readonly CHAPTER_PROGRESS_SVG: 2;
|
5359
5464
|
readonly LPAR_SHEET_ITEM_BOTTOM_DASH_BOX: 1;
|
5360
5465
|
readonly LPAR_SHEET_ITEM_TOP_VERTICAL_ICON: 2;
|
5361
5466
|
readonly MODAL: 20;
|