@cuemath/leap 2.9.2-as2 → 2.9.2-j2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/assets/illustrations/illustrations.js +3 -9
- package/dist/assets/illustrations/illustrations.js.map +1 -1
- package/dist/assets/line-icons/icons/apple-icon.js +48 -0
- package/dist/assets/line-icons/icons/apple-icon.js.map +1 -0
- package/dist/assets/line-icons/icons/bin2.js +8 -7
- 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/chevron-right.js.map +1 -1
- package/dist/assets/line-icons/icons/google-icon.js +42 -0
- package/dist/assets/line-icons/icons/google-icon.js.map +1 -0
- package/dist/assets/lottie/lottie.js +10 -8
- package/dist/assets/lottie/lottie.js.map +1 -1
- package/dist/constants/api.js +2 -3
- package/dist/constants/api.js.map +1 -1
- package/dist/features/auth/account-selector/account-selector-styled.js +26 -0
- package/dist/features/auth/account-selector/account-selector-styled.js.map +1 -0
- package/dist/features/auth/account-selector/account-selector.js +75 -0
- package/dist/features/auth/account-selector/account-selector.js.map +1 -0
- package/dist/features/auth/comps/auth-page-layout/auth-page-layout-styles.js +12 -0
- package/dist/features/auth/comps/auth-page-layout/auth-page-layout-styles.js.map +1 -0
- package/dist/features/auth/comps/auth-page-layout/auth-page-layout.js +11 -0
- package/dist/features/auth/comps/auth-page-layout/auth-page-layout.js.map +1 -0
- package/dist/features/auth/comps/auth-static-panel/auth-static-panel.js +24 -0
- package/dist/features/auth/comps/auth-static-panel/auth-static-panel.js.map +1 -0
- package/dist/features/auth/comps/overlay-loader/overlay-loader-styled.js +29 -0
- package/dist/features/auth/comps/overlay-loader/overlay-loader-styled.js.map +1 -0
- package/dist/features/auth/comps/overlay-loader/overlay-loader.js +8 -0
- package/dist/features/auth/comps/overlay-loader/overlay-loader.js.map +1 -0
- package/dist/features/auth/comps/resend-otp/otp-timer/otp-timer.js +26 -0
- package/dist/features/auth/comps/resend-otp/otp-timer/otp-timer.js.map +1 -0
- package/dist/features/auth/comps/resend-otp/resend-otp.js +41 -0
- package/dist/features/auth/comps/resend-otp/resend-otp.js.map +1 -0
- package/dist/features/auth/signup/circular-step-wrapper/circular-step-wrapper-styled.js +48 -0
- package/dist/features/auth/signup/circular-step-wrapper/circular-step-wrapper-styled.js.map +1 -0
- package/dist/features/auth/signup/circular-step-wrapper/circular-step-wrapper.js +115 -0
- package/dist/features/auth/signup/circular-step-wrapper/circular-step-wrapper.js.map +1 -0
- package/dist/features/auth/signup/claim-user-account/claim-user-account-styled.js +16 -0
- package/dist/features/auth/signup/claim-user-account/claim-user-account-styled.js.map +1 -0
- package/dist/features/auth/signup/claim-user-account/claim-user-account.js +71 -0
- package/dist/features/auth/signup/claim-user-account/claim-user-account.js.map +1 -0
- package/dist/features/auth/signup/custom-input/custom-input-styled.js +38 -0
- package/dist/features/auth/signup/custom-input/custom-input-styled.js.map +1 -0
- package/dist/features/auth/signup/custom-input/date-picker-input/date-picker-input-styled.js +79 -0
- package/dist/features/auth/signup/custom-input/date-picker-input/date-picker-input-styled.js.map +1 -0
- package/dist/features/auth/signup/custom-input/date-picker-input/date-picker-input.js +54 -0
- package/dist/features/auth/signup/custom-input/date-picker-input/date-picker-input.js.map +1 -0
- package/dist/features/auth/signup/custom-input/email-input/email-input.js +30 -0
- package/dist/features/auth/signup/custom-input/email-input/email-input.js.map +1 -0
- package/dist/features/auth/signup/custom-input/grade-input/grade-input-styled.js +31 -0
- package/dist/features/auth/signup/custom-input/grade-input/grade-input-styled.js.map +1 -0
- package/dist/features/auth/signup/custom-input/grade-input/grade-input.js +30 -0
- package/dist/features/auth/signup/custom-input/grade-input/grade-input.js.map +1 -0
- package/dist/features/auth/signup/custom-input/input-wrapper/input-wrapper-styled.js +19 -0
- package/dist/features/auth/signup/custom-input/input-wrapper/input-wrapper-styled.js.map +1 -0
- package/dist/features/auth/signup/custom-input/input-wrapper/input-wrapper.js +33 -0
- package/dist/features/auth/signup/custom-input/input-wrapper/input-wrapper.js.map +1 -0
- package/dist/features/auth/signup/custom-input/otp-input/otp-input.js +41 -0
- package/dist/features/auth/signup/custom-input/otp-input/otp-input.js.map +1 -0
- package/dist/features/auth/signup/custom-input/phone-input/country-selector/country-code-button.js +33 -0
- package/dist/features/auth/signup/custom-input/phone-input/country-selector/country-code-button.js.map +1 -0
- package/dist/features/auth/signup/custom-input/phone-input/country-selector/country-list-menu.js +28 -0
- package/dist/features/auth/signup/custom-input/phone-input/country-selector/country-list-menu.js.map +1 -0
- package/dist/features/auth/signup/custom-input/phone-input/phone-input-styled.js +29 -0
- package/dist/features/auth/signup/custom-input/phone-input/phone-input-styled.js.map +1 -0
- package/dist/features/auth/signup/custom-input/phone-input/phone-input.js +64 -0
- package/dist/features/auth/signup/custom-input/phone-input/phone-input.js.map +1 -0
- package/dist/features/auth/signup/custom-input/student-password/student-password.js +53 -0
- package/dist/features/auth/signup/custom-input/student-password/student-password.js.map +1 -0
- package/dist/features/auth/signup/custom-input/student-username/student-username.js +38 -0
- package/dist/features/auth/signup/custom-input/student-username/student-username.js.map +1 -0
- package/dist/features/auth/signup/signup-constants.js +1022 -0
- package/dist/features/auth/signup/signup-constants.js.map +1 -0
- package/dist/features/auth/signup/signup-methods/signup-methods.js +63 -0
- package/dist/features/auth/signup/signup-methods/signup-methods.js.map +1 -0
- package/dist/features/auth/signup/user-type-selector/user-type-card/user-type-card-styled.js +19 -0
- package/dist/features/auth/signup/user-type-selector/user-type-card/user-type-card-styled.js.map +1 -0
- package/dist/features/auth/signup/user-type-selector/user-type-card/user-type-card.js +61 -0
- package/dist/features/auth/signup/user-type-selector/user-type-card/user-type-card.js.map +1 -0
- package/dist/features/auth/signup/user-type-selector/user-type-selector-styled.js +24 -0
- package/dist/features/auth/signup/user-type-selector/user-type-selector-styled.js.map +1 -0
- package/dist/features/auth/signup/user-type-selector/user-type-selector.js +87 -0
- package/dist/features/auth/signup/user-type-selector/user-type-selector.js.map +1 -0
- package/dist/features/chapters/chapters-list/chapter-item/chapter-item-styled.js +33 -99
- 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 +49 -92
- 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 +70 -64
- package/dist/features/chapters/chapters-list/chapters-list.js.map +1 -1
- package/dist/features/communication/pub-sub/constants.js +2 -5
- package/dist/features/communication/pub-sub/constants.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 +49 -42
- 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 +4 -12
- 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 +105 -128
- package/dist/features/milestone/create/comps/chapters-selection-step/chapters-selection-step.js.map +1 -1
- package/dist/features/milestone/create/comps/milestone-progress-v2/milestone-progress-v2.js +92 -0
- package/dist/features/milestone/create/comps/milestone-progress-v2/milestone-progress-v2.js.map +1 -0
- package/dist/features/milestone/create/comps/milestone-progress-v2/styled.js +25 -0
- package/dist/features/milestone/create/comps/milestone-progress-v2/styled.js.map +1 -0
- package/dist/features/milestone/create/comps/sheets-list/sheets-list-styled.js +20 -14
- 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 +50 -26
- package/dist/features/milestone/create/comps/sheets-list/sheets-list.js.map +1 -1
- package/dist/features/milestone/create/milestone-create.js +43 -49
- package/dist/features/milestone/create/milestone-create.js.map +1 -1
- package/dist/features/milestone/create/utils/index.js +38 -33
- 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 +53 -51
- 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 +40 -42
- package/dist/features/milestone/edit/goal-drafts/goal-draft-edit-container.js.map +1 -1
- package/dist/features/milestone/edit/goal-edit-container.js +62 -64
- package/dist/features/milestone/edit/goal-edit-container.js.map +1 -1
- package/dist/features/milestone/edit/goal-edit-helpers.js +53 -50
- package/dist/features/milestone/edit/goal-edit-helpers.js.map +1 -1
- package/dist/features/milestone/edit/milestone-edit-container.js +52 -54
- 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 +17 -9
- 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 +104 -136
- 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/context-menu-helper/menu-element-styled.js +13 -0
- package/dist/features/milestone/milestone-list-container/milestone-list/milestone-widget/context-menu-helper/menu-element-styled.js.map +1 -0
- package/dist/features/milestone/milestone-list-container/milestone-list/milestone-widget/context-menu-helper/menu-element.js +38 -0
- package/dist/features/milestone/milestone-list-container/milestone-list/milestone-widget/context-menu-helper/menu-element.js.map +1 -0
- package/dist/features/milestone/milestone-list-container/milestone-list/milestone-widget/goals/goal-action-ctas.js +123 -107
- 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 +175 -155
- 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 +10 -24
- 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 +86 -80
- 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 +22 -10
- 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-status.js +53 -0
- package/dist/features/milestone/milestone-list-container/milestone-list/milestone-widget/milestone-widget-status.js.map +1 -0
- package/dist/features/milestone/milestone-list-container/milestone-list/milestone-widget/milestone-widget-styled.js +37 -70
- 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 +176 -114
- 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-info.js +25 -0
- package/dist/features/milestone/milestone-list-container/milestone-list/milestone-widget/outcome/outcome-info.js.map +1 -0
- package/dist/features/milestone/milestone-list-container/milestone-list/milestone-widget/outcome/outcome-rank.js +16 -29
- 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 +23 -19
- 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 +35 -23
- 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 +100 -96
- package/dist/features/milestone/milestone-list-container/milestone-list-container.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 +112 -114
- package/dist/features/milestone/milestone-resources/resources-list/resources-list.js.map +1 -1
- package/dist/features/milestone/milestone-tests/tests-creation/tests-creation.js +18 -16
- package/dist/features/milestone/milestone-tests/tests-creation/tests-creation.js.map +1 -1
- package/dist/features/milestone/milestone-tests/tests-list/test-sheets-list/test-sheet-item/test-sheet-item-cta.js +71 -0
- package/dist/features/milestone/milestone-tests/tests-list/test-sheets-list/test-sheet-item/test-sheet-item-cta.js.map +1 -0
- package/dist/features/milestone/milestone-tests/tests-list/test-sheets-list/test-sheet-item/test-sheet-item-styled.js +31 -0
- package/dist/features/milestone/milestone-tests/tests-list/test-sheets-list/test-sheet-item/test-sheet-item-styled.js.map +1 -0
- package/dist/features/milestone/milestone-tests/tests-list/test-sheets-list/test-sheet-item/test-sheet-item-utils.js +34 -6
- package/dist/features/milestone/milestone-tests/tests-list/test-sheets-list/test-sheet-item/test-sheet-item-utils.js.map +1 -1
- package/dist/features/milestone/milestone-tests/tests-list/test-sheets-list/test-sheet-item/test-sheet-item.js +79 -0
- package/dist/features/milestone/milestone-tests/tests-list/test-sheets-list/test-sheet-item/test-sheet-item.js.map +1 -0
- package/dist/features/milestone/milestone-tests/tests-list/test-sheets-list/test-sheets-list-styled.js +18 -0
- package/dist/features/milestone/milestone-tests/tests-list/test-sheets-list/test-sheets-list-styled.js.map +1 -0
- package/dist/features/milestone/milestone-tests/tests-list/test-sheets-list/test-sheets-list.js +51 -0
- package/dist/features/milestone/milestone-tests/tests-list/test-sheets-list/test-sheets-list.js.map +1 -0
- package/dist/features/milestone/milestone-tests/tests-list/tests-list-styled.js +11 -0
- package/dist/features/milestone/milestone-tests/tests-list/tests-list-styled.js.map +1 -0
- package/dist/features/milestone/milestone-tests/tests-list/tests-list.js +135 -0
- package/dist/features/milestone/milestone-tests/tests-list/tests-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 +3 -4
- 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 +29 -30
- 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 +14 -28
- package/dist/features/ui/context-menu/context-menu-styled.js.map +1 -1
- package/dist/features/ui/context-menu/context-menu.js +19 -32
- 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/lottie-animation/helper.js +6 -5
- package/dist/features/ui/lottie-animation/helper.js.map +1 -1
- package/dist/features/ui/lottie-animation/lottie-animation.js +37 -28
- package/dist/features/ui/lottie-animation/lottie-animation.js.map +1 -1
- package/dist/features/ui/text/text.js +29 -27
- package/dist/features/ui/text/text.js.map +1 -1
- package/dist/features/ui/theme/button.js +107 -22
- package/dist/features/ui/theme/button.js.map +1 -1
- package/dist/index.d.ts +206 -280
- package/dist/index.js +506 -498
- package/dist/index.js.map +1 -1
- package/dist/node_modules/@floating-ui/core/dist/floating-ui.core.js +332 -0
- package/dist/node_modules/@floating-ui/core/dist/floating-ui.core.js.map +1 -0
- package/dist/node_modules/@floating-ui/dom/dist/floating-ui.dom.js +370 -0
- package/dist/node_modules/@floating-ui/dom/dist/floating-ui.dom.js.map +1 -0
- package/dist/node_modules/@floating-ui/react/dist/floating-ui.react.js +252 -0
- package/dist/node_modules/@floating-ui/react/dist/floating-ui.react.js.map +1 -0
- package/dist/node_modules/@floating-ui/react/dist/floating-ui.react.utils.js +24 -0
- package/dist/node_modules/@floating-ui/react/dist/floating-ui.react.utils.js.map +1 -0
- package/dist/node_modules/@floating-ui/react/node_modules/@floating-ui/react-dom/dist/floating-ui.react-dom.js +192 -0
- package/dist/node_modules/@floating-ui/react/node_modules/@floating-ui/react-dom/dist/floating-ui.react-dom.js.map +1 -0
- package/dist/node_modules/@floating-ui/react/node_modules/@floating-ui/utils/dist/floating-ui.utils.dom.js +19 -0
- package/dist/node_modules/@floating-ui/react/node_modules/@floating-ui/utils/dist/floating-ui.utils.dom.js.map +1 -0
- package/dist/node_modules/@floating-ui/utils/dist/floating-ui.utils.dom.js +129 -0
- package/dist/node_modules/@floating-ui/utils/dist/floating-ui.utils.dom.js.map +1 -0
- package/dist/node_modules/@floating-ui/utils/dist/floating-ui.utils.js +129 -0
- package/dist/node_modules/@floating-ui/utils/dist/floating-ui.utils.js.map +1 -0
- package/dist/node_modules/clsx/dist/clsx.js +18 -0
- package/dist/node_modules/clsx/dist/clsx.js.map +1 -0
- package/dist/node_modules/date-fns/subYears.js +9 -0
- package/dist/node_modules/date-fns/subYears.js.map +1 -0
- package/dist/node_modules/decode-uri-component/index.js.map +1 -0
- package/dist/node_modules/query-string/base.js +1 -1
- package/dist/node_modules/react-datepicker/dist/index.es.js +2700 -0
- package/dist/node_modules/react-datepicker/dist/index.es.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/addLeadingZeros.js +8 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/addLeadingZeros.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/defaultOptions.js +8 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/defaultOptions.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/format/formatters.js +518 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/format/formatters.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/format/lightFormatters.js +60 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/format/lightFormatters.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/format/longFormatters.js +53 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/format/longFormatters.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/getTimezoneOffsetInMilliseconds.js +19 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/getTimezoneOffsetInMilliseconds.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/normalizeDates.js +12 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/normalizeDates.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/protectedTokens.js +21 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/protectedTokens.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/addDays.js +11 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/addDays.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/addHours.js +10 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/addHours.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/addMilliseconds.js +10 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/addMilliseconds.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/addMinutes.js +11 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/addMinutes.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/addMonths.js +21 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/addMonths.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/addQuarters.js +9 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/addQuarters.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/addSeconds.js +9 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/addSeconds.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/addWeeks.js +9 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/addWeeks.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/addYears.js +9 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/addYears.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/constants.js +10 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/constants.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/constructFrom.js +9 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/constructFrom.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/differenceInCalendarDays.js +17 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/differenceInCalendarDays.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/differenceInCalendarMonths.js +14 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/differenceInCalendarMonths.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/differenceInCalendarQuarters.js +15 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/differenceInCalendarQuarters.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/differenceInCalendarYears.js +14 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/differenceInCalendarYears.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/differenceInDays.js +23 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/differenceInDays.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/endOfDay.js +10 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/endOfDay.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/endOfMonth.js +10 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/endOfMonth.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/endOfWeek.js +12 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/endOfWeek.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/endOfYear.js +10 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/endOfYear.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/format.js +60 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/format.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/getDate.js +9 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/getDate.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/getDay.js +9 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/getDay.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/getDayOfYear.js +12 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/getDayOfYear.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/getDaysInMonth.js +11 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/getDaysInMonth.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/getDefaultOptions.js +9 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/getDefaultOptions.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/getHours.js +9 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/getHours.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/getISODay.js +10 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/getISODay.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/getISOWeek.js +13 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/getISOWeek.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/getISOWeekYear.js +16 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/getISOWeekYear.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/getMinutes.js +9 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/getMinutes.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/getMonth.js +9 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/getMonth.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/getQuarter.js +10 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/getQuarter.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/getSeconds.js +9 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/getSeconds.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/getTime.js +9 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/getTime.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/getWeek.js +13 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/getWeek.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/getWeekYear.js +18 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/getWeekYear.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/getYear.js +9 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/getYear.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/isAfter.js +9 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/isAfter.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/isBefore.js +9 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/isBefore.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/isDate.js +8 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/isDate.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/isEqual.js +9 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/isEqual.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/isSameDay.js +15 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/isSameDay.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/isSameMonth.js +14 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/isSameMonth.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/isSameQuarter.js +15 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/isSameQuarter.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/isSameYear.js +14 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/isSameYear.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/isValid.js +10 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/isValid.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/isWithinInterval.js +13 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/isWithinInterval.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/_lib/buildFormatLongFn.js +10 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/_lib/buildFormatLongFn.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/_lib/buildLocalizeFn.js +19 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/_lib/buildLocalizeFn.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/_lib/buildMatchFn.js +32 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/_lib/buildMatchFn.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/_lib/buildMatchPatternFn.js +16 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/_lib/buildMatchPatternFn.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/en-US/_lib/formatDistance.js +71 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/en-US/_lib/formatDistance.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/en-US/_lib/formatLong.js +34 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/en-US/_lib/formatLong.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/en-US/_lib/formatRelative.js +12 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/en-US/_lib/formatRelative.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/en-US/_lib/localize.js +156 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/en-US/_lib/localize.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/en-US/_lib/match.js +111 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/en-US/_lib/match.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/en-US.js +22 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/en-US.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/max.js +15 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/max.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/min.js +15 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/min.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/Parser.js +23 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/Parser.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/Setter.js +42 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/Setter.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/constants.js +50 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/constants.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/AMPMMidnightParser.js +50 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/AMPMMidnightParser.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/AMPMParser.js +50 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/AMPMParser.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/DateParser.js +62 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/DateParser.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/DayOfYearParser.js +52 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/DayOfYearParser.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/DayParser.js +46 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/DayParser.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/DayPeriodParser.js +50 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/DayPeriodParser.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/EraParser.js +31 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/EraParser.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/ExtendedYearParser.js +22 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/ExtendedYearParser.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/FractionOfSecondParser.js +23 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/FractionOfSecondParser.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/Hour0To11Parser.js +33 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/Hour0To11Parser.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/Hour0to23Parser.js +33 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/Hour0to23Parser.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/Hour1To24Parser.js +34 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/Hour1To24Parser.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/Hour1to12Parser.js +34 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/Hour1to12Parser.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/ISODayParser.js +100 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/ISODayParser.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/ISOTimezoneParser.js +49 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/ISOTimezoneParser.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/ISOTimezoneWithZParser.js +49 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/ISOTimezoneWithZParser.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/ISOWeekParser.js +50 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/ISOWeekParser.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/ISOWeekYearParser.js +41 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/ISOWeekYearParser.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/LocalDayParser.js +75 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/LocalDayParser.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/LocalWeekParser.js +49 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/LocalWeekParser.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/LocalWeekYearParser.js +70 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/LocalWeekYearParser.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/MinuteParser.js +33 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/MinuteParser.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/MonthParser.js +72 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/MonthParser.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/QuarterParser.js +71 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/QuarterParser.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/SecondParser.js +33 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/SecondParser.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/StandAloneLocalDayParser.js +75 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/StandAloneLocalDayParser.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/StandAloneMonthParser.js +72 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/StandAloneMonthParser.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/StandAloneQuarterParser.js +71 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/StandAloneQuarterParser.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/TimestampMillisecondsParser.js +23 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/TimestampMillisecondsParser.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/TimestampSecondsParser.js +23 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/TimestampSecondsParser.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/YearParser.js +50 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/YearParser.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers.js +68 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/utils.js +104 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/utils.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse.js +88 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parseISO.js +123 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parseISO.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/setDay.js +13 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/setDay.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/setHours.js +10 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/setHours.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/setISODay.js +12 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/setISODay.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/setISOWeek.js +11 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/setISOWeek.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/setMinutes.js +10 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/setMinutes.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/setMonth.js +14 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/setMonth.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/setQuarter.js +11 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/setQuarter.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/setSeconds.js +10 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/setSeconds.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/setWeek.js +11 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/setWeek.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/setYear.js +11 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/setYear.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfDay.js +10 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfDay.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfISOWeek.js +9 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfISOWeek.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfISOWeekYear.js +12 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfISOWeekYear.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfMonth.js +10 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfMonth.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfQuarter.js +10 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfQuarter.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfWeek.js +12 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfWeek.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfWeekYear.js +14 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfWeekYear.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfYear.js +10 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfYear.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/subDays.js +9 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/subDays.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/subMonths.js +9 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/subMonths.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/subQuarters.js +9 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/subQuarters.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/subWeeks.js +9 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/subWeeks.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/subYears.js +9 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/subYears.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/toDate.js +9 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/toDate.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/transpose.js +19 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/transpose.js.map +1 -0
- package/dist/node_modules/uuid/dist/esm-browser/native.js +7 -0
- package/dist/node_modules/uuid/dist/esm-browser/native.js.map +1 -0
- package/dist/node_modules/uuid/dist/esm-browser/rng.js +3 -2
- package/dist/node_modules/uuid/dist/esm-browser/rng.js.map +1 -1
- package/dist/node_modules/uuid/dist/esm-browser/stringify.js +6 -10
- package/dist/node_modules/uuid/dist/esm-browser/stringify.js.map +1 -1
- package/dist/node_modules/uuid/dist/esm-browser/v4.js +12 -9
- package/dist/node_modules/uuid/dist/esm-browser/v4.js.map +1 -1
- package/dist/static/avatar-selected.860ee923.json +1 -0
- package/dist/static/circle-cuemath-logo-white.e9fafb91.svg +1 -0
- package/dist/static/cuemath-app-qr-code.ba6cc09b.svg +1 -0
- package/dist/static/cuemath-app-qr-code.d0912fc7.png +0 -0
- package/dist/static/dob.9ce3c15b.json +1 -0
- package/dist/static/grade.b3730524.json +1 -0
- package/dist/static/key.d6846476.json +1 -0
- package/dist/static/mail.c30e8708.json +1 -0
- package/dist/static/otp.2d08f874.json +1 -0
- package/dist/static/otp.a3029760.json +1 -0
- package/dist/static/parent-avatar.772d53e0.json +1 -0
- package/dist/static/phone-number.0be312ea.json +1 -0
- package/dist/static/phone-number.84f55562.json +1 -0
- package/dist/static/student-avatar.524226bd.json +1 -0
- package/dist/static/user-type-selector-grid-bg.3c9c8ad6.svg +1 -0
- package/dist/static/user-type-selector-grid-bg.3ce8142d.svg +1 -0
- package/dist/static/user-type-selector-grid-bg.aad0b059.svg +1 -0
- package/dist/static/username.9e034d51.json +1 -0
- package/package.json +3 -2
- package/dist/assets/line-icons/icons/alarm.js +0 -41
- package/dist/assets/line-icons/icons/alarm.js.map +0 -1
- package/dist/assets/line-icons/icons/dart.js +0 -23
- package/dist/assets/line-icons/icons/dart.js.map +0 -1
- package/dist/assets/line-icons/icons/exclamation.js +0 -26
- package/dist/assets/line-icons/icons/exclamation.js.map +0 -1
- package/dist/assets/line-icons/icons/home2.js +0 -25
- package/dist/assets/line-icons/icons/home2.js.map +0 -1
- package/dist/assets/line-icons/icons/important.js +0 -23
- package/dist/assets/line-icons/icons/important.js.map +0 -1
- package/dist/assets/line-icons/icons/puzzle.js +0 -25
- package/dist/assets/line-icons/icons/puzzle.js.map +0 -1
- package/dist/assets/line-icons/icons/recap.js +0 -32
- package/dist/assets/line-icons/icons/recap.js.map +0 -1
- package/dist/assets/line-icons/icons/skip-colored.js +0 -43
- package/dist/assets/line-icons/icons/skip-colored.js.map +0 -1
- package/dist/assets/line-icons/icons/status.js +0 -41
- package/dist/assets/line-icons/icons/status.js.map +0 -1
- package/dist/assets/line-icons/icons/testtube.js +0 -33
- package/dist/assets/line-icons/icons/testtube.js.map +0 -1
- package/dist/features/chapters-v2/api/chapter.js +0 -10
- package/dist/features/chapters-v2/api/chapter.js.map +0 -1
- package/dist/features/chapters-v2/chapter-details/block-sections/block-section-view.js +0 -112
- package/dist/features/chapters-v2/chapter-details/block-sections/block-section-view.js.map +0 -1
- package/dist/features/chapters-v2/chapter-details/block-sections/block-sections-styled.js +0 -26
- package/dist/features/chapters-v2/chapter-details/block-sections/block-sections-styled.js.map +0 -1
- package/dist/features/chapters-v2/chapter-details/block-sections/block-sections.js +0 -73
- package/dist/features/chapters-v2/chapter-details/block-sections/block-sections.js.map +0 -1
- package/dist/features/chapters-v2/chapter-details/chapter-banner/chapter-banner-styled.js +0 -90
- package/dist/features/chapters-v2/chapter-details/chapter-banner/chapter-banner-styled.js.map +0 -1
- package/dist/features/chapters-v2/chapter-details/chapter-banner/chapter-banner.js +0 -97
- package/dist/features/chapters-v2/chapter-details/chapter-banner/chapter-banner.js.map +0 -1
- package/dist/features/chapters-v2/chapter-details/chapter-details-styled.js +0 -52
- package/dist/features/chapters-v2/chapter-details/chapter-details-styled.js.map +0 -1
- package/dist/features/chapters-v2/chapter-details/chapter-details.js +0 -103
- package/dist/features/chapters-v2/chapter-details/chapter-details.js.map +0 -1
- package/dist/features/chapters-v2/comps/node-card/border-path-animation.js +0 -13
- package/dist/features/chapters-v2/comps/node-card/border-path-animation.js.map +0 -1
- package/dist/features/chapters-v2/comps/node-card/node-card-styled.js +0 -153
- package/dist/features/chapters-v2/comps/node-card/node-card-styled.js.map +0 -1
- package/dist/features/chapters-v2/comps/node-card/node-card-tags.js +0 -16
- package/dist/features/chapters-v2/comps/node-card/node-card-tags.js.map +0 -1
- package/dist/features/chapters-v2/comps/node-card/node-card.js +0 -12
- package/dist/features/chapters-v2/comps/node-card/node-card.js.map +0 -1
- package/dist/features/chapters-v2/comps/node-card/node-menu-options/node-menu-options-styled.js +0 -32
- package/dist/features/chapters-v2/comps/node-card/node-menu-options/node-menu-options-styled.js.map +0 -1
- package/dist/features/chapters-v2/comps/node-card/node-menu-options/node-menu-options.js +0 -31
- package/dist/features/chapters-v2/comps/node-card/node-menu-options/node-menu-options.js.map +0 -1
- package/dist/features/chapters-v2/comps/node-card/student-actions/student-actions.js +0 -171
- package/dist/features/chapters-v2/comps/node-card/student-actions/student-actions.js.map +0 -1
- package/dist/features/chapters-v2/comps/node-card/teacher-actions/teacher-actions.js +0 -192
- package/dist/features/chapters-v2/comps/node-card/teacher-actions/teacher-actions.js.map +0 -1
- package/dist/features/chapters-v2/comps/tag/tag-styled.js +0 -13
- package/dist/features/chapters-v2/comps/tag/tag-styled.js.map +0 -1
- package/dist/features/chapters-v2/comps/tag/tag.js +0 -28
- package/dist/features/chapters-v2/comps/tag/tag.js.map +0 -1
- package/dist/features/chapters-v2/constants/block-constants.js +0 -20
- package/dist/features/chapters-v2/constants/block-constants.js.map +0 -1
- package/dist/features/chapters-v2/constants/node-constants.js +0 -14
- package/dist/features/chapters-v2/constants/node-constants.js.map +0 -1
- package/dist/features/chapters-v2/utils/index.js +0 -41
- package/dist/features/chapters-v2/utils/index.js.map +0 -1
- package/dist/features/chapters-v2/utils/node-card-utils.js +0 -144
- package/dist/features/chapters-v2/utils/node-card-utils.js.map +0 -1
- package/dist/features/homework/card-menu-options.js +0 -38
- package/dist/features/homework/card-menu-options.js.map +0 -1
- package/dist/features/homework/card-title.js +0 -15
- package/dist/features/homework/card-title.js.map +0 -1
- package/dist/features/homework/homework-card-view.js +0 -131
- package/dist/features/homework/homework-card-view.js.map +0 -1
- package/dist/features/homework/homework-card.js +0 -206
- package/dist/features/homework/homework-card.js.map +0 -1
- package/dist/features/homework/hw-card-list/api/get-homeworks.js +0 -10
- package/dist/features/homework/hw-card-list/api/get-homeworks.js.map +0 -1
- package/dist/features/homework/hw-card-list/hw-card-list-styled.js +0 -71
- package/dist/features/homework/hw-card-list/hw-card-list-styled.js.map +0 -1
- package/dist/features/homework/hw-card-list/hw-card-list.js +0 -182
- package/dist/features/homework/hw-card-list/hw-card-list.js.map +0 -1
- package/dist/features/homework/node-progress.js +0 -29
- package/dist/features/homework/node-progress.js.map +0 -1
- package/dist/features/homework/styles.js +0 -130
- package/dist/features/homework/styles.js.map +0 -1
- package/dist/features/milestone/milestone-tests/test-list-v2/test-list-container.js +0 -165
- package/dist/features/milestone/milestone-tests/test-list-v2/test-list-container.js.map +0 -1
- package/dist/features/milestone/milestone-tests/test-list-v2/test-list-view-styled.js +0 -25
- package/dist/features/milestone/milestone-tests/test-list-v2/test-list-view-styled.js.map +0 -1
- package/dist/features/milestone/milestone-tests/test-list-v2/test-list-view.js +0 -85
- package/dist/features/milestone/milestone-tests/test-list-v2/test-list-view.js.map +0 -1
- package/dist/features/recent-chapters/api/get-recent-chapters.js +0 -9
- package/dist/features/recent-chapters/api/get-recent-chapters.js.map +0 -1
- package/dist/features/recent-chapters/recent-chapters-styled.js +0 -16
- package/dist/features/recent-chapters/recent-chapters-styled.js.map +0 -1
- package/dist/features/recent-chapters/recent-chapters.js +0 -34
- package/dist/features/recent-chapters/recent-chapters.js.map +0 -1
- package/dist/features/sheet-v2/resource-list/resource-list.js +0 -39
- package/dist/features/sheet-v2/resource-list/resource-list.js.map +0 -1
- package/dist/node_modules/date-fns/differenceInDays.js +0 -17
- package/dist/node_modules/date-fns/differenceInDays.js.map +0 -1
- package/dist/node_modules/query-string/node_modules/decode-uri-component/index.js.map +0 -1
- package/dist/node_modules/uuid/dist/esm-browser/regex.js +0 -5
- package/dist/node_modules/uuid/dist/esm-browser/regex.js.map +0 -1
- package/dist/node_modules/uuid/dist/esm-browser/validate.js +0 -8
- package/dist/node_modules/uuid/dist/esm-browser/validate.js.map +0 -1
- package/dist/static/chapter-header-bg-2.c8d96894.svg +0 -1
- package/dist/static/competitive-arena.b9c40801.json +0 -1
- package/dist/static/learn.71b13323.json +0 -1
- package/dist/static/node-custom-test-bg.d3b757be.svg +0 -1
- package/dist/static/node-learn-bg.b61f815c.svg +0 -1
- package/dist/static/node-practice-bg.16cbaf2a.svg +0 -1
- package/dist/static/node-project-bg.e6a33e28.svg +0 -1
- package/dist/static/node-puzzle-bg.3422135c.svg +0 -1
- package/dist/static/node-recap-bg.546154e4.svg +0 -1
- package/dist/static/node-test-prep-bg.42c0b9c4.svg +0 -1
- package/dist/static/node-video-bg.3df3f73a.svg +0 -1
- package/dist/static/practice.158dd488.json +0 -1
- package/dist/static/project.eb665827.json +0 -1
- package/dist/static/puzzle.b298c7e4.json +0 -1
- package/dist/static/recap.0dd2c1e2.json +0 -1
- package/dist/static/test.803d6036.json +0 -1
- package/dist/static/video.b41451e2.json +0 -1
- /package/dist/node_modules/{query-string/node_modules/decode-uri-component → decode-uri-component}/index.js +0 -0
package/dist/index.d.ts
CHANGED
@@ -11,6 +11,7 @@ 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';
|
14
15
|
import type { InputHTMLAttributes } from 'react';
|
15
16
|
import { IProvidedProps } from 'google-maps-react';
|
16
17
|
import { IStyledComponent } from 'styled-components';
|
@@ -39,6 +40,8 @@ import { Substitute } from 'styled-components/dist/types';
|
|
39
40
|
*/
|
40
41
|
export declare const AccordionSection: FC<IAccordionSectionProps>;
|
41
42
|
|
43
|
+
export declare const AccountSelector: ({ userAccounts, onSelect, onAddNew, isLoading, }: IAccountSelectorViewProps) => JSX_2.Element;
|
44
|
+
|
42
45
|
export declare const ACHIEVEMENT_ACTIONS: {
|
43
46
|
SHARE: string;
|
44
47
|
NOT_SHARE_CHOSEN: string;
|
@@ -48,8 +51,6 @@ export declare const AchievementNotShareReasonModal: React_2.FC<IShareInstructio
|
|
48
51
|
|
49
52
|
export declare const AchievementShareInstructionModal: React_2.FC<IShareInstructionModalProps>;
|
50
53
|
|
51
|
-
export declare const AlarmIcon: React.FC<React.SVGProps<SVGSVGElement>>;
|
52
|
-
|
53
54
|
export declare const AlertIcon: React_2.FC<React_2.SVGProps<SVGSVGElement>>;
|
54
55
|
|
55
56
|
export declare const AppLoader: FC<IAppLoaderProps>;
|
@@ -60,6 +61,10 @@ export declare const ArcButton: MemoExoticComponent<ForwardRefExoticComponent<IA
|
|
60
61
|
|
61
62
|
export declare const ArrowTooltip: FC<IArrowTooltipProps>;
|
62
63
|
|
64
|
+
export declare const AuthPageLayout: FC<IAuthPageLayoutProps>;
|
65
|
+
|
66
|
+
export declare const AuthStaticPanel: FC<IAuthStaticPanelProps>;
|
67
|
+
|
63
68
|
export declare const AutoPlayPermissionProvider: FC<{
|
64
69
|
children: ReactNode;
|
65
70
|
}>;
|
@@ -94,22 +99,7 @@ declare const BLOCK_STATUS: {
|
|
94
99
|
readonly LOCKED: "LOCKED";
|
95
100
|
};
|
96
101
|
|
97
|
-
declare
|
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: {
|
102
|
+
declare const BLOCK_TYPE: {
|
113
103
|
readonly DEFAULT: "DEFAULT";
|
114
104
|
readonly PREREQ: "PREREQ";
|
115
105
|
readonly RECAP: "RECAP";
|
@@ -163,8 +153,6 @@ declare const CHAPTER_PERMISSION_CODES: {
|
|
163
153
|
|
164
154
|
export declare const ChapterClearanceConfirmationModal: FC<IChapterClearanceConfirmationModal>;
|
165
155
|
|
166
|
-
export declare const ChapterDetails: FC<IChapterDetails>;
|
167
|
-
|
168
156
|
export declare const ChaptersList: FC<IChaptersListProps>;
|
169
157
|
|
170
158
|
export declare const ChatIcon: React.FC<React.SVGProps<SVGSVGElement>>;
|
@@ -230,6 +218,10 @@ export declare const CircularLoader: () => JSX_2.Element;
|
|
230
218
|
|
231
219
|
export declare const CircularSteps: FC<ICircularStepsProps>;
|
232
220
|
|
221
|
+
export declare const CircularStepWrapper: ForwardRefExoticComponent<ICircularStepWrapperProps & RefAttributes<ICircularStepRef>>;
|
222
|
+
|
223
|
+
export declare const ClaimUserAccount: NamedExoticComponent<IClaimUserAccountProps>;
|
224
|
+
|
233
225
|
export declare const Clickable: React_2.FC<IClickableProps>;
|
234
226
|
|
235
227
|
export declare const ClipboardIcon: React.FC<React.SVGProps<SVGSVGElement>>;
|
@@ -278,10 +270,10 @@ export declare const CuemathLogo: React_2.FC<React_2.SVGProps<SVGSVGElement>>;
|
|
278
270
|
|
279
271
|
export declare const CueRocket: React.FC<React.SVGProps<SVGSVGElement>>;
|
280
272
|
|
281
|
-
export declare const DartIcon: React.FC<React.SVGProps<SVGSVGElement>>;
|
282
|
-
|
283
273
|
export declare const DashArrowIcon: React.FC<React.SVGProps<SVGSVGElement>>;
|
284
274
|
|
275
|
+
export declare const DatePickerInput: FC<IDatePickerInputProps>;
|
276
|
+
|
285
277
|
export declare const DesmosCalculator: FC<IDesmosCalculatorProps>;
|
286
278
|
|
287
279
|
export declare const DigitalMeter: FC<IDigitalMeterProps>;
|
@@ -311,6 +303,8 @@ export declare enum ELeaderboardType {
|
|
311
303
|
ALL_TIME_STREAK = "globalStreak"
|
312
304
|
}
|
313
305
|
|
306
|
+
export declare const EmailInput: FC<ICustomInputProps>;
|
307
|
+
|
314
308
|
declare const ENROLLMENT_TYPES: {
|
315
309
|
readonly ONLINE: "ONLINE";
|
316
310
|
readonly PLUS: "PLUS";
|
@@ -352,7 +346,6 @@ declare interface ErrorProps {
|
|
352
346
|
}
|
353
347
|
|
354
348
|
export declare const EVENTS: {
|
355
|
-
HOMEWORK_UNASSIGN: "HOMEWORK_UNASSIGN";
|
356
349
|
GOAL_CREATED: "GOAL_CREATED";
|
357
350
|
GOAL_EDITED: "GOAL_EDITED";
|
358
351
|
GOAL_DELETED: "GOAL_DELETED";
|
@@ -382,8 +375,6 @@ declare type EventToPayload<T> = T extends {
|
|
382
375
|
eventPayload: infer P;
|
383
376
|
} ? [E] | [E, Partial<P>] : never;
|
384
377
|
|
385
|
-
export declare const ExclamationIcon: React.FC<React.SVGProps<SVGSVGElement>>;
|
386
|
-
|
387
378
|
export declare const ExpandableHeader: FC<IExpandableHeaderProps>;
|
388
379
|
|
389
380
|
declare const EXTRA_PRACTICE: "extra_practice";
|
@@ -483,6 +474,8 @@ export declare const GoalEdit: React.FC<IMileStoneEditContainerProps>;
|
|
483
474
|
|
484
475
|
export declare const GooglePlacesSearchInput: ComponentType<Omit_2<IGooglePlacesSearchInputProps, IProvidedProps>>;
|
485
476
|
|
477
|
+
export declare const GradeInput: FC<ICustomInputProps>;
|
478
|
+
|
486
479
|
export declare function GradeSelector({ selectedValue, onSelect, tabsWidth, width, grades, renderAs, size, layoutAlignment, }: IGradeSelectorProps): JSX.Element;
|
487
480
|
|
488
481
|
export declare const HandIcon: React_2.FC;
|
@@ -493,19 +486,8 @@ export declare const HighlighterIcon: React.FC<React.SVGProps<SVGSVGElement>>;
|
|
493
486
|
|
494
487
|
export declare const HomeIcon: React_2.FC<React_2.SVGProps<SVGSVGElement>>;
|
495
488
|
|
496
|
-
export declare const HomeworkCardList: React_2.FC<HWCardListProps>;
|
497
|
-
|
498
489
|
declare const hues: readonly ["YELLOW", "ORANGE", "PURPLE", "GREEN", "BLUE"];
|
499
490
|
|
500
|
-
declare interface HWCardListProps extends INodeCardCallbacks {
|
501
|
-
userType: TUserTypes;
|
502
|
-
studentId: string;
|
503
|
-
stream: string;
|
504
|
-
onTestPreview?: (sheetData: INodeDataProps, milestoneId?: string) => void;
|
505
|
-
onTestStart?: (sheetData: INodeDataProps) => void;
|
506
|
-
onTestReview?: (sheetData: INodeDataProps, milestoneId?: string) => void;
|
507
|
-
}
|
508
|
-
|
509
491
|
declare interface IAccordionSectionProps {
|
510
492
|
headerElement: React.ReactElement;
|
511
493
|
bodyElement: React.ReactElement;
|
@@ -516,6 +498,17 @@ declare interface IAccordionSectionProps {
|
|
516
498
|
bodyOverFlow?: TStyleAttrubutes['overflow'];
|
517
499
|
}
|
518
500
|
|
501
|
+
declare interface IAccountSelectorViewProps {
|
502
|
+
userAccounts: {
|
503
|
+
id: string;
|
504
|
+
username: string;
|
505
|
+
user_avatar?: IAvatarLayer[];
|
506
|
+
}[];
|
507
|
+
onSelect: (accountId: string) => void;
|
508
|
+
onAddNew: () => void;
|
509
|
+
isLoading: boolean;
|
510
|
+
}
|
511
|
+
|
519
512
|
declare interface IAchievementConfig {
|
520
513
|
pollingInterval?: number;
|
521
514
|
maxPollingAttempts?: number;
|
@@ -562,7 +555,6 @@ export declare interface IArrowTooltipProps {
|
|
562
555
|
width?: number;
|
563
556
|
widthX?: number;
|
564
557
|
zIndex?: number;
|
565
|
-
parentWidth?: number | string;
|
566
558
|
}
|
567
559
|
|
568
560
|
declare interface IAttempt {
|
@@ -570,6 +562,17 @@ declare interface IAttempt {
|
|
570
562
|
score: ILearnosityQuestionScore;
|
571
563
|
}
|
572
564
|
|
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
|
+
|
573
576
|
declare interface IAutoPlayPermissionContextType {
|
574
577
|
canAutoPlayAudio: boolean;
|
575
578
|
canAutoPlayVideo: boolean;
|
@@ -663,10 +666,6 @@ declare interface IBaseWorksheetProps {
|
|
663
666
|
canShowActionBar?: boolean;
|
664
667
|
}
|
665
668
|
|
666
|
-
declare interface IBlockSectionsCallbacks extends INodeCardCallbacks {
|
667
|
-
onBlockSkipUnskip?: (blockData: IChapterBlockData, skipBlock?: boolean) => void;
|
668
|
-
}
|
669
|
-
|
670
669
|
declare interface IButtonProps extends ButtonHTMLAttributes<HTMLButtonElement>, IClickableAnalyticsProps {
|
671
670
|
label: string;
|
672
671
|
renderAs: TButtonVariants;
|
@@ -737,28 +736,10 @@ declare interface ICascadingSelectInputProps {
|
|
737
736
|
|
738
737
|
declare interface IChapter extends IChapterState, Pick<IChapterModel, 'code' | 'id' | 'chapter_code' | 'image_url' | 'name' | 'chapter_tags' | 'state' | 'recommended' | 'is_puzzle_chapter' | 'program_id'> {
|
739
738
|
search_and_added?: boolean;
|
739
|
+
total_supplementary_sheets: number;
|
740
740
|
learning_sheet_data: ILearningSheetData[];
|
741
741
|
}
|
742
742
|
|
743
|
-
export declare interface IChapterBlockData {
|
744
|
-
block_type: keyof typeof BLOCK_TYPE;
|
745
|
-
chapter_code: string;
|
746
|
-
code: string;
|
747
|
-
block_id: string;
|
748
|
-
is_skipped: boolean;
|
749
|
-
name: string;
|
750
|
-
permissions: IChapterBlockPermission;
|
751
|
-
program_id: string;
|
752
|
-
section_code: keyof typeof SECTION_CODE;
|
753
|
-
sheets: INodeDataProps[];
|
754
|
-
user_block_id: string | null;
|
755
|
-
}
|
756
|
-
|
757
|
-
declare interface IChapterBlockPermission {
|
758
|
-
can_skip: boolean;
|
759
|
-
can_un_skip: boolean;
|
760
|
-
}
|
761
|
-
|
762
743
|
export declare interface IChapterBlockV3 {
|
763
744
|
completed_on: number | null;
|
764
745
|
sheets: IWorksheetModelV3[];
|
@@ -788,24 +769,11 @@ export declare interface IChapterDataProps {
|
|
788
769
|
user_chapter_progress: IUserChapterProgressProps;
|
789
770
|
state: TUserChapterStates | null;
|
790
771
|
program_id: string;
|
791
|
-
progress_stat: {
|
792
|
-
classwork: IMilestoneData['progress_stat'];
|
793
|
-
mandatory: IMilestoneData['progress_stat'];
|
794
|
-
optional: IMilestoneData['progress_stat'];
|
795
|
-
};
|
796
772
|
sheets_data: {
|
797
773
|
lessons: ILessonsListProps['lessons'];
|
798
774
|
supplementary_sheets_group_sort_order: string[];
|
799
775
|
supplementary_sheets_grouped: Record<string, ISheetsListProps['sheets']>;
|
800
776
|
};
|
801
|
-
blocks: IUserChapterData['blocks'];
|
802
|
-
}
|
803
|
-
|
804
|
-
declare interface IChapterDetails extends IBlockSectionsCallbacks {
|
805
|
-
userType: TUserTypes;
|
806
|
-
userChapterId: string;
|
807
|
-
studentId: string;
|
808
|
-
onExit?: () => void;
|
809
777
|
}
|
810
778
|
|
811
779
|
declare interface IChapterModel {
|
@@ -830,18 +798,6 @@ declare interface IChapterModel {
|
|
830
798
|
mastery_time: number;
|
831
799
|
chapter_time_unit: TTimeUnit;
|
832
800
|
is_puzzle_chapter?: boolean;
|
833
|
-
blocks: IUserChapterData['blocks'];
|
834
|
-
}
|
835
|
-
|
836
|
-
declare interface IChapterProgressInfo {
|
837
|
-
completed: number;
|
838
|
-
total: number;
|
839
|
-
}
|
840
|
-
|
841
|
-
declare interface IChapterProgressStats {
|
842
|
-
mandatory: IChapterProgressInfo;
|
843
|
-
class_work: IChapterProgressInfo;
|
844
|
-
optional: IChapterProgressInfo;
|
845
801
|
}
|
846
802
|
|
847
803
|
declare interface IChapterProps extends IChapterDataProps, IChapterCallbackProps {
|
@@ -927,6 +883,10 @@ export declare interface ICircleHomeDetails {
|
|
927
883
|
timestamps: ITodaysContentTimeStamps;
|
928
884
|
}
|
929
885
|
|
886
|
+
export declare type ICircularStepRef = {
|
887
|
+
playOutroAndFadeOut: () => Promise<void>;
|
888
|
+
};
|
889
|
+
|
930
890
|
declare interface ICircularSteps {
|
931
891
|
id: string;
|
932
892
|
label?: React.ReactNode;
|
@@ -950,6 +910,28 @@ declare interface ICircularStepsProps {
|
|
950
910
|
sizeInPercent?: number;
|
951
911
|
}
|
952
912
|
|
913
|
+
declare interface ICircularStepWrapperProps {
|
914
|
+
children: ReactNode;
|
915
|
+
onGoBack?: () => void;
|
916
|
+
onNext?: () => void;
|
917
|
+
label?: string;
|
918
|
+
showNext: boolean;
|
919
|
+
showPrevious: boolean;
|
920
|
+
animation: string;
|
921
|
+
introFrames: [number, number];
|
922
|
+
outroFrames: [number, number];
|
923
|
+
isNextLoading: boolean;
|
924
|
+
}
|
925
|
+
|
926
|
+
declare interface IClaimUserAccountProps {
|
927
|
+
email: string;
|
928
|
+
onSelectAccount: (userId: string) => void;
|
929
|
+
onCreateNewAccount: () => void;
|
930
|
+
userAccounts: TUserAccount[];
|
931
|
+
isCreatingAccount: boolean;
|
932
|
+
isLoading: boolean;
|
933
|
+
}
|
934
|
+
|
953
935
|
declare interface IClassStatus {
|
954
936
|
next_class_time?: number;
|
955
937
|
class_duration: number;
|
@@ -1013,15 +995,14 @@ declare interface IconProps_2 extends React_2.SVGProps<SVGSVGElement> {
|
|
1013
995
|
}
|
1014
996
|
|
1015
997
|
declare interface IContextMenuProps {
|
1016
|
-
targetElement:
|
998
|
+
targetElement: React.ReactElement<{
|
999
|
+
menuVisible?: boolean;
|
1000
|
+
}>;
|
1017
1001
|
menuElement: JSX.Element;
|
1018
1002
|
menuOffset?: number;
|
1019
1003
|
menuZIndex?: number;
|
1020
1004
|
startLeft?: boolean;
|
1021
1005
|
placeTop?: boolean;
|
1022
|
-
menuWidth?: number | string;
|
1023
|
-
menuWidthX?: number;
|
1024
|
-
handleOnMenuClick?: () => void;
|
1025
1006
|
}
|
1026
1007
|
|
1027
1008
|
declare interface ICountdownTimer {
|
@@ -1032,6 +1013,16 @@ declare interface ICountdownTimer {
|
|
1032
1013
|
theme: 'GREEN_1' | 'ORANGE_1';
|
1033
1014
|
}
|
1034
1015
|
|
1016
|
+
declare interface ICountryOption {
|
1017
|
+
code: string;
|
1018
|
+
id: string;
|
1019
|
+
value: string;
|
1020
|
+
label: string;
|
1021
|
+
icon: string;
|
1022
|
+
url: string;
|
1023
|
+
geoIPCountryCode: string;
|
1024
|
+
}
|
1025
|
+
|
1035
1026
|
export declare interface ICreateUserPayloadDal {
|
1036
1027
|
username: string;
|
1037
1028
|
grade: string;
|
@@ -1090,6 +1081,16 @@ declare interface ICurriculumStandards {
|
|
1090
1081
|
name: string;
|
1091
1082
|
}
|
1092
1083
|
|
1084
|
+
declare interface ICustomInputProps {
|
1085
|
+
value: string;
|
1086
|
+
onChange: (email: string) => void;
|
1087
|
+
onEnter?: () => void;
|
1088
|
+
error?: string;
|
1089
|
+
helperText?: string;
|
1090
|
+
actionElement?: ReactNode;
|
1091
|
+
showLoading?: boolean;
|
1092
|
+
}
|
1093
|
+
|
1093
1094
|
declare interface ICustomVideoProps extends React_2.DetailedHTMLProps<React_2.VideoHTMLAttributes<HTMLVideoElement>, HTMLVideoElement> {
|
1094
1095
|
isYoutube?: boolean;
|
1095
1096
|
analyticsData?: Record<string, unknown>;
|
@@ -1097,6 +1098,11 @@ declare interface ICustomVideoProps extends React_2.DetailedHTMLProps<React_2.Vi
|
|
1097
1098
|
src: string;
|
1098
1099
|
}
|
1099
1100
|
|
1101
|
+
declare interface IDatePickerInputProps extends Omit<ICustomInputProps, 'value' | 'onChange'> {
|
1102
|
+
value: Date | null;
|
1103
|
+
onChange: (date: Date | null) => void;
|
1104
|
+
}
|
1105
|
+
|
1100
1106
|
declare interface IDesmosCalculatorProps {
|
1101
1107
|
onClose: () => void;
|
1102
1108
|
height?: string | number;
|
@@ -1280,7 +1286,7 @@ declare interface IGoalCurriculumMap {
|
|
1280
1286
|
blocked_enrollment_types: TEnrollmentTypes[];
|
1281
1287
|
blocked_countries: string[];
|
1282
1288
|
course_stream: TCourseStream;
|
1283
|
-
goal_category:
|
1289
|
+
goal_category: TGoalCategory;
|
1284
1290
|
goal_curriculum_standard?: string;
|
1285
1291
|
goal_code: string;
|
1286
1292
|
goal_description: string | null;
|
@@ -1309,17 +1315,18 @@ declare interface IGradeSelectorProps {
|
|
1309
1315
|
layoutAlignment?: 'center' | 'auto';
|
1310
1316
|
}
|
1311
1317
|
|
1312
|
-
export declare interface IHomeworkData extends INodeDataProps {
|
1313
|
-
homework_id: string;
|
1314
|
-
chapter_name: string;
|
1315
|
-
}
|
1316
|
-
|
1317
1318
|
declare interface IIconButtonProps extends Omit<IButtonProps, 'label' | 'shape' | 'widthX' | 'width' | 'iconPosition' | 'alignSelf' | 'analyticsLabel' | 'renderAs'>, Required<Pick<IClickableAnalyticsProps, 'analyticsLabel'>> {
|
1318
1319
|
Icon: React.FC<React.SVGProps<SVGSVGElement>>;
|
1319
1320
|
customBgColor?: TColorNames;
|
1320
1321
|
renderAs: TButtonVariants;
|
1321
1322
|
}
|
1322
1323
|
|
1324
|
+
declare interface IImageProps extends ImgHTMLAttributes<HTMLImageElement> {
|
1325
|
+
withLoader: boolean;
|
1326
|
+
borderRadius?: number;
|
1327
|
+
borderColor?: TColorNames;
|
1328
|
+
}
|
1329
|
+
|
1323
1330
|
export declare interface IInfoMessage {
|
1324
1331
|
message: string;
|
1325
1332
|
position: 'top' | 'bottom';
|
@@ -1488,7 +1495,8 @@ declare interface ILeaderboardProps {
|
|
1488
1495
|
}
|
1489
1496
|
|
1490
1497
|
declare interface ILearningSheetData {
|
1491
|
-
|
1498
|
+
title: string;
|
1499
|
+
learnosityRef: string;
|
1492
1500
|
}
|
1493
1501
|
|
1494
1502
|
declare interface ILearnosity {
|
@@ -1693,8 +1701,8 @@ export declare const ILLUSTRATIONS: {
|
|
1693
1701
|
CHAPTER_8: string;
|
1694
1702
|
CHAPTER_9: string;
|
1695
1703
|
CHAPTER_HEADER_BG: string;
|
1696
|
-
CHAPTER_HEADER_BG_2: string;
|
1697
1704
|
CIRCLE_CUEMATH_LOGO: string;
|
1705
|
+
CIRCLE_CUEMATH_LOGO_WHITE: string;
|
1698
1706
|
CIRCLE_OUTERCIRCLE_BG: string;
|
1699
1707
|
CLOCK_ORANGE: string;
|
1700
1708
|
COMMUNITY_BULB: string;
|
@@ -1702,6 +1710,7 @@ export declare const ILLUSTRATIONS: {
|
|
1702
1710
|
CROWN: string;
|
1703
1711
|
CROWN_OVERLAY: string;
|
1704
1712
|
CUECOIN_GOLD: string;
|
1713
|
+
CUEMATH_APP_QR_CODE: string;
|
1705
1714
|
DESKTOP_WITH_PURPLE_FILL: string;
|
1706
1715
|
DURATION_30MIN_GRAY: string;
|
1707
1716
|
DURATION_45MIN_GRAY: string;
|
@@ -1735,14 +1744,6 @@ export declare const ILLUSTRATIONS: {
|
|
1735
1744
|
MILESTONE_INTRO_2: string;
|
1736
1745
|
MILESTONE_INTRO_3: string;
|
1737
1746
|
MISTAKE: string;
|
1738
|
-
NODE_CUSTOM_TEST_BG: string;
|
1739
|
-
NODE_LEARN_BG: string;
|
1740
|
-
NODE_PRACTICE_BG: string;
|
1741
|
-
NODE_PROJECT_BG: string;
|
1742
|
-
NODE_PUZZLE_BG: string;
|
1743
|
-
NODE_RECAP_BG: string;
|
1744
|
-
NODE_TEST_PREP_BG: string;
|
1745
|
-
NODE_VIDEO_BG: string;
|
1746
1747
|
NUMBER_1_ORANGE: string;
|
1747
1748
|
NUMBER_2_ORANGE: string;
|
1748
1749
|
NUMBER_3_ORANGE: string;
|
@@ -1786,6 +1787,7 @@ export declare const ILLUSTRATIONS: {
|
|
1786
1787
|
USER_DOWN: string;
|
1787
1788
|
USER_PIN: string;
|
1788
1789
|
USER_PROFILE_BACKGROUND: string;
|
1790
|
+
USER_TYPE_SELECTOR_GRID_BG: string;
|
1789
1791
|
USER_UP: string;
|
1790
1792
|
YELLOW_FACE: string;
|
1791
1793
|
};
|
@@ -1832,6 +1834,9 @@ declare interface ILPARSheetCallbacks extends ISATSheetItemCallbacks {
|
|
1832
1834
|
onReview?: (sheet: TLPARSheetData) => void;
|
1833
1835
|
}
|
1834
1836
|
|
1837
|
+
declare const Image_2: React.FC<IImageProps>;
|
1838
|
+
export { Image_2 as Image }
|
1839
|
+
|
1835
1840
|
export declare const ImageIcon: React.FC<React.SVGProps<SVGSVGElement>>;
|
1836
1841
|
|
1837
1842
|
export declare const IMAGES: {
|
@@ -1923,7 +1928,7 @@ declare interface IMilestoneContainerProps extends Omit<IMilestoneWidgetResource
|
|
1923
1928
|
parentName?: string;
|
1924
1929
|
teacherName?: string;
|
1925
1930
|
onEdit?: (editProps: IMilestoneEditProps) => void;
|
1926
|
-
onAddOutcome?: (milestoneId
|
1931
|
+
onAddOutcome?: (milestoneId: string) => void;
|
1927
1932
|
onChapterClick: IChaptersListProps['onChapterClick'];
|
1928
1933
|
isClassOngoing?: boolean;
|
1929
1934
|
isStudentPresent?: boolean;
|
@@ -1962,8 +1967,6 @@ declare interface IMileStoneCreateProps {
|
|
1962
1967
|
milestoneId?: string;
|
1963
1968
|
currentCountryCode?: string;
|
1964
1969
|
courseStream: TCourseStream;
|
1965
|
-
canDeleteGoal?: boolean;
|
1966
|
-
onDeleteGoal?: () => void;
|
1967
1970
|
onChapterExitWarning?: (chapterExitProps: IOnChapterExitWarningProps) => void;
|
1968
1971
|
onFormDataChange?: (formData: IMilestoneFormData) => void;
|
1969
1972
|
onExit?: () => void;
|
@@ -1977,7 +1980,7 @@ export declare interface IMilestoneData {
|
|
1977
1980
|
course_stream: TCourseStream;
|
1978
1981
|
grade: string;
|
1979
1982
|
board: string;
|
1980
|
-
goal_category:
|
1983
|
+
goal_category: TGoalCategory_2;
|
1981
1984
|
goal_code: string | null;
|
1982
1985
|
created_on_ts: number;
|
1983
1986
|
milestone_date_ts: number;
|
@@ -1992,10 +1995,6 @@ export declare interface IMilestoneData {
|
|
1992
1995
|
user_milestone_progress: IUserChapterProgressProps | null;
|
1993
1996
|
permissions: IMilestoneCardPermissions;
|
1994
1997
|
recommended_chapter_filters: TRecommendedChaptersFilter | null;
|
1995
|
-
progress_stat: {
|
1996
|
-
total: number;
|
1997
|
-
completed: number;
|
1998
|
-
} | null;
|
1999
1998
|
}
|
2000
1999
|
|
2001
2000
|
declare interface IMileStoneEditContainerProps extends IMileStoneCreateContainerProps {
|
@@ -2073,7 +2072,7 @@ declare interface IMilestoneStartProps {
|
|
2073
2072
|
handleOnClick?: () => void;
|
2074
2073
|
}
|
2075
2074
|
|
2076
|
-
declare interface IMilestoneTabsProps extends Pick<IChaptersListProps, 'chapters' | 'onAddChapter' | 'onChapterClick' | 'isGoalCreation'>, Pick<IMilestoneWidgetResourcesProps, 'onAssignResources' | 'isDraftMilestone'>, ITestsListProps,
|
2075
|
+
declare interface IMilestoneTabsProps extends Pick<IChaptersListProps, 'chapters' | 'onAddChapter' | 'onChapterClick' | 'isGoalCreation'>, Pick<IMilestoneWidgetResourcesProps, 'onAssignResources' | 'isDraftMilestone'>, ITestsListProps, ISheetItemCallbackProps {
|
2077
2076
|
isPlanAvailable: boolean;
|
2078
2077
|
isMilestoneActive: boolean;
|
2079
2078
|
goalCategory: IMilestoneData['goal_category'];
|
@@ -2108,7 +2107,7 @@ declare interface IMilestoneWidgetProps extends Omit<IMilestoneWidgetResourcesPr
|
|
2108
2107
|
courseStream: TCourseStream;
|
2109
2108
|
}
|
2110
2109
|
|
2111
|
-
declare interface IMilestoneWidgetResourcesProps extends
|
2110
|
+
declare interface IMilestoneWidgetResourcesProps extends ISheetItemCallbackProps {
|
2112
2111
|
userType: TUserTypes;
|
2113
2112
|
studentId: string;
|
2114
2113
|
userMilestoneId?: string;
|
@@ -2150,65 +2149,6 @@ export declare const Info2Icon: React_2.FC<React_2.SVGProps<SVGSVGElement>>;
|
|
2150
2149
|
|
2151
2150
|
export declare const InfoIcon: React.FC<React.SVGProps<SVGSVGElement>>;
|
2152
2151
|
|
2153
|
-
declare interface INodeCardCallbacks {
|
2154
|
-
onNodeAttempt?: (nodeData: INodeDataProps) => void;
|
2155
|
-
onNodeView?: (nodeData: INodeDataProps, milestoneId?: string) => void;
|
2156
|
-
onNodeReview?: (nodeData: INodeDataProps, milestoneId?: string) => void;
|
2157
|
-
onNodeReattempt?: (nodeData: INodeDataProps, milestoneId?: string) => void;
|
2158
|
-
onNodeAttemptLocationChange?: (nodeData: INodeDataProps) => void;
|
2159
|
-
onNodeMarkAsDone?: (nodeData: INodeDataProps) => void;
|
2160
|
-
onNodeReset?: (nodeData: INodeDataProps, milestoneId?: string) => void;
|
2161
|
-
onNodeUnassign?: (nodeData: INodeDataProps | IHomeworkData, milestoneId?: string) => void;
|
2162
|
-
}
|
2163
|
-
|
2164
|
-
export declare interface INodeDataProps {
|
2165
|
-
accuracy: number | null;
|
2166
|
-
attempt_location: TSheetAttemptLocation_2;
|
2167
|
-
block_id: string;
|
2168
|
-
card_header: string;
|
2169
|
-
chapter_id: string;
|
2170
|
-
complete_status: boolean;
|
2171
|
-
course_type: TCourseType;
|
2172
|
-
desmos_calculator_enabled: boolean;
|
2173
|
-
due_date_ts: number | null;
|
2174
|
-
is_lesson_v3_enabled: boolean;
|
2175
|
-
is_optional: boolean;
|
2176
|
-
is_timed: boolean;
|
2177
|
-
is_worksheet_v3: boolean | null;
|
2178
|
-
learnosity_activity_ref: string;
|
2179
|
-
marked_as_completed: boolean;
|
2180
|
-
node_id: string;
|
2181
|
-
node_type: TNodeTypes_2;
|
2182
|
-
sheet_statement: string;
|
2183
|
-
permissions: INodePermissions;
|
2184
|
-
sheet_time: number | null;
|
2185
|
-
state: TSheetStates;
|
2186
|
-
title: string;
|
2187
|
-
user_chapter_id: string | null;
|
2188
|
-
user_node_id: string | null;
|
2189
|
-
worksheet_id: string;
|
2190
|
-
image_url: string;
|
2191
|
-
image_hue: THueNames;
|
2192
|
-
total_questions: number | null;
|
2193
|
-
unlocked_on_ts: number | null;
|
2194
|
-
items?: TNodeDataTestItemsDataProps[];
|
2195
|
-
user_milestone_id?: string;
|
2196
|
-
user_attempt_id: string | null;
|
2197
|
-
subtext: string | null;
|
2198
|
-
}
|
2199
|
-
|
2200
|
-
declare interface INodePermissions {
|
2201
|
-
can_change_attempt_location: boolean;
|
2202
|
-
can_mark_familiar: boolean;
|
2203
|
-
can_reattempt: boolean;
|
2204
|
-
can_reset: boolean;
|
2205
|
-
can_resume: boolean;
|
2206
|
-
can_review: boolean;
|
2207
|
-
can_start: boolean;
|
2208
|
-
can_teacher_review: boolean;
|
2209
|
-
can_unassign: boolean;
|
2210
|
-
}
|
2211
|
-
|
2212
2152
|
export declare interface INudgeProps {
|
2213
2153
|
nudge: 'click';
|
2214
2154
|
content: ReactNode;
|
@@ -2217,10 +2157,6 @@ export declare interface INudgeProps {
|
|
2217
2157
|
zIndex?: number;
|
2218
2158
|
}
|
2219
2159
|
|
2220
|
-
export declare const invalidateGetChapterDetails: (id: string, query?: void | undefined, allIdsInvalid?: boolean) => void;
|
2221
|
-
|
2222
|
-
export declare const invalidateHomeworks: (id: string, query?: void | undefined, allIdsInvalid?: boolean) => void;
|
2223
|
-
|
2224
2160
|
export declare const invalidateMilestoneResources: (id: string, query?: void | undefined, allIdsInvalid?: boolean) => void;
|
2225
2161
|
|
2226
2162
|
export declare const invalidateMilestonesData: (query?: TQuery | undefined) => void;
|
@@ -2241,6 +2177,17 @@ declare interface IOpenImageReviewModalProps {
|
|
2241
2177
|
image?: string;
|
2242
2178
|
}
|
2243
2179
|
|
2180
|
+
declare interface IOTPInputProps extends ICustomInputProps {
|
2181
|
+
onResendOTP: () => void;
|
2182
|
+
}
|
2183
|
+
|
2184
|
+
declare interface IOTPResendProps {
|
2185
|
+
onResendOTP: () => void;
|
2186
|
+
onResendVoiceOTP?: () => void;
|
2187
|
+
timerSeconds?: number;
|
2188
|
+
showVoiceOTP?: number;
|
2189
|
+
}
|
2190
|
+
|
2244
2191
|
declare interface IOutcomeConfig {
|
2245
2192
|
id: string;
|
2246
2193
|
input_type: string;
|
@@ -2276,6 +2223,11 @@ declare interface IPerfectHitsProps {
|
|
2276
2223
|
value: number;
|
2277
2224
|
}
|
2278
2225
|
|
2226
|
+
declare interface IPhoneInputProps extends ICustomInputProps {
|
2227
|
+
onCountryChange: (option: TSelectedCountry) => void;
|
2228
|
+
selectedCountry: TSelectedCountry;
|
2229
|
+
}
|
2230
|
+
|
2279
2231
|
declare interface IPlaceholder {
|
2280
2232
|
text?: string;
|
2281
2233
|
marks?: string;
|
@@ -2736,6 +2688,14 @@ declare interface ISheetsListProps extends ISheetItemCallbackProps {
|
|
2736
2688
|
section?: TSheetsSection;
|
2737
2689
|
}
|
2738
2690
|
|
2691
|
+
declare interface ISignupMethodsProps {
|
2692
|
+
onEmailSignup: () => void;
|
2693
|
+
onPhoneSignup: () => void;
|
2694
|
+
onGoogleSignup: () => void;
|
2695
|
+
onAppleSignup: () => void;
|
2696
|
+
loadingProvider: TSocialAuthProvider | null;
|
2697
|
+
}
|
2698
|
+
|
2739
2699
|
export declare interface ISignUpProps {
|
2740
2700
|
circleOnLeapSignedUp: boolean;
|
2741
2701
|
circleOnLeapPremiumEnabled: boolean;
|
@@ -2987,7 +2947,13 @@ declare interface ITestsCreationProps {
|
|
2987
2947
|
onError: (errorMessage?: string) => void;
|
2988
2948
|
}
|
2989
2949
|
|
2990
|
-
declare interface
|
2950
|
+
declare interface ITestSheetItemCallbackProps {
|
2951
|
+
onTestPreview?: (milestoneId: string, sheetData: ISheetDataProps) => void;
|
2952
|
+
onTestStart?: (sheetData: ISheetDataProps) => void;
|
2953
|
+
onTestReview?: (sheetData: ISheetDataProps, milestoneId: string) => void;
|
2954
|
+
}
|
2955
|
+
|
2956
|
+
declare interface ITestsListProps extends ITestSheetItemCallbackProps {
|
2991
2957
|
userType: TUserTypes;
|
2992
2958
|
studentId: string;
|
2993
2959
|
userMilestoneId: string;
|
@@ -2996,10 +2962,6 @@ declare interface ITestsListProps {
|
|
2996
2962
|
isDraftMilestone?: boolean;
|
2997
2963
|
isChaptersAvailable?: boolean;
|
2998
2964
|
canUpdatePlan?: boolean;
|
2999
|
-
onNodeReattempt?: (sheetData: INodeDataProps, milestoneId?: string) => void;
|
3000
|
-
onTestPreview?: (sheetData: INodeDataProps, milestoneId: string) => void;
|
3001
|
-
onTestStart?: (sheetData: INodeDataProps) => void;
|
3002
|
-
onTestReview?: (sheetData: INodeDataProps, milestoneId: string) => void;
|
3003
2965
|
}
|
3004
2966
|
|
3005
2967
|
declare interface ITextButtonProps extends IClickableAnalyticsProps {
|
@@ -3244,20 +3206,6 @@ declare interface IusePointerSyncProps {
|
|
3244
3206
|
targetUserId?: string;
|
3245
3207
|
}
|
3246
3208
|
|
3247
|
-
export declare interface IUserChapterData {
|
3248
|
-
chapter_code: string;
|
3249
|
-
chapter_id: string;
|
3250
|
-
chapter_tags: string[];
|
3251
|
-
id: string;
|
3252
|
-
image_hue: THueNames;
|
3253
|
-
image_url: string;
|
3254
|
-
item_bank_enabled: boolean;
|
3255
|
-
name: string;
|
3256
|
-
program_id: string;
|
3257
|
-
progress_stat: IChapterProgressStats | null;
|
3258
|
-
blocks: IChapterBlockData[];
|
3259
|
-
}
|
3260
|
-
|
3261
3209
|
declare interface IUserChapterProgressProps {
|
3262
3210
|
familiar_sheets: number;
|
3263
3211
|
mastered_sheets: number;
|
@@ -3265,6 +3213,12 @@ declare interface IUserChapterProgressProps {
|
|
3265
3213
|
total_core_sheets: number;
|
3266
3214
|
}
|
3267
3215
|
|
3216
|
+
declare interface IUserTypeSelectorProps {
|
3217
|
+
onNext: () => void;
|
3218
|
+
onUserTypeChange: (id: TSignupUserType) => void;
|
3219
|
+
userType: TSignupUserType;
|
3220
|
+
}
|
3221
|
+
|
3268
3222
|
declare interface IUseTrialSessionMessageBroker {
|
3269
3223
|
(options: {
|
3270
3224
|
teacherClassroomId?: string;
|
@@ -3644,6 +3598,7 @@ export declare const LOTTIE: {
|
|
3644
3598
|
ACCURACY_METER: string;
|
3645
3599
|
ACCURACY_NEEDLE: string;
|
3646
3600
|
ADVANCE_MODE_SEGMENT_LOTTIE: string;
|
3601
|
+
AVATAR_SELECTED: string;
|
3647
3602
|
BEGINNER1X: string;
|
3648
3603
|
BRONZE_1: string;
|
3649
3604
|
BRONZE_2: string;
|
@@ -3656,8 +3611,8 @@ export declare const LOTTIE: {
|
|
3656
3611
|
COLOR_1: string;
|
3657
3612
|
COLOR_2: string;
|
3658
3613
|
COLOR_3: string;
|
3659
|
-
COMPETITIVE_ARENA: string;
|
3660
3614
|
DIFFICULT: string;
|
3615
|
+
DOB: string;
|
3661
3616
|
EASY: string;
|
3662
3617
|
ELITE_CIRCLE: string;
|
3663
3618
|
ERROR_LOTTIE: string;
|
@@ -3667,12 +3622,17 @@ export declare const LOTTIE: {
|
|
3667
3622
|
GOLD_1: string;
|
3668
3623
|
GOLD_2: string;
|
3669
3624
|
GOLD_3: string;
|
3625
|
+
GRADE: string;
|
3670
3626
|
INFINITE_BUTTON_BG: string;
|
3671
3627
|
INFINITE_BUTTON_SYMBOL: string;
|
3672
|
-
|
3628
|
+
KEY: string;
|
3673
3629
|
LEVELUP_RINGS: string;
|
3630
|
+
MAIL: string;
|
3674
3631
|
MEDIUM: string;
|
3675
3632
|
NUDGE_TAP: string;
|
3633
|
+
OTP: string;
|
3634
|
+
PARENT_AVATAR: string;
|
3635
|
+
PHONE_NUMBER: string;
|
3676
3636
|
POINT100: string;
|
3677
3637
|
POINT10: string;
|
3678
3638
|
POINT15: string;
|
@@ -3689,12 +3649,8 @@ export declare const LOTTIE: {
|
|
3689
3649
|
POINT50: string;
|
3690
3650
|
POINT5: string;
|
3691
3651
|
POINT60: string;
|
3692
|
-
PRACTICE: string;
|
3693
3652
|
PROFICIENT1X: string;
|
3694
|
-
PROJECT: string;
|
3695
|
-
PUZZLE: string;
|
3696
3653
|
RANDOM_MODE_SEGMENT_LOTTIE: string;
|
3697
|
-
RECAP: string;
|
3698
3654
|
SEQUENCE_MODE_SEGMENT_LOTTIE: string;
|
3699
3655
|
SILVER_1: string;
|
3700
3656
|
SILVER_2: string;
|
@@ -3702,17 +3658,17 @@ export declare const LOTTIE: {
|
|
3702
3658
|
SLEEPY_BOI: string;
|
3703
3659
|
SPINNER_WHITE: string;
|
3704
3660
|
SPLASH_SCREEN: string;
|
3661
|
+
STUDENT_AVATAR: string;
|
3705
3662
|
TABLE_MODE_REVEAL: string;
|
3706
3663
|
TABLE_MODE_STAR: string;
|
3707
3664
|
TABLE_SEGMENT_STAR: string;
|
3708
3665
|
TARGET_ACHIEVED_TEXT: string;
|
3709
3666
|
TEACHER_VALIDATION: string;
|
3710
|
-
TEST: string;
|
3711
3667
|
TOTAL_STREAK: string;
|
3712
3668
|
TOTAL_TIME: string;
|
3713
3669
|
TOTAL_TIME_SPENT: string;
|
3714
3670
|
TOURNAMENT_RIPPLE: string;
|
3715
|
-
|
3671
|
+
USERNAME: string;
|
3716
3672
|
};
|
3717
3673
|
|
3718
3674
|
export declare const LPARChapter: FC<ILPARChapterProps>;
|
@@ -3751,21 +3707,6 @@ export declare const Next2Icon: React.FC<React.SVGProps<SVGSVGElement>>;
|
|
3751
3707
|
|
3752
3708
|
export declare const NextIcon: React.FC<React.SVGProps<SVGSVGElement>>;
|
3753
3709
|
|
3754
|
-
declare enum NODE_CARD_COURSE_TYPES {
|
3755
|
-
PROGRAM = "PROGRAM",
|
3756
|
-
REMEDIAL = "REMEDIAL",
|
3757
|
-
TEST_SERIES = "TEST_SERIES",
|
3758
|
-
EXAM = "EXAM"
|
3759
|
-
}
|
3760
|
-
|
3761
|
-
declare enum NODE_CARD_STATES {
|
3762
|
-
LOCKED = "LOCKED",
|
3763
|
-
NOT_STARTED = "NOT_STARTED",
|
3764
|
-
WAIT_FOR_REVIEW = "WAIT_FOR_REVIEW",
|
3765
|
-
IN_PROGRESS = "IN_PROGRESS",
|
3766
|
-
COMPLETED = "COMPLETED"
|
3767
|
-
}
|
3768
|
-
|
3769
3710
|
export declare const NODE_LABELS: {
|
3770
3711
|
readonly ASSESSMENT: "ASSESSMENT";
|
3771
3712
|
readonly CHAPTER_ASSESSMENT: "ASSESSMENT";
|
@@ -3896,14 +3837,22 @@ declare interface NumRangeInputProps {
|
|
3896
3837
|
endPlaceholder?: string;
|
3897
3838
|
}
|
3898
3839
|
|
3840
|
+
export declare const OTPInput: FC<IOTPInputProps>;
|
3841
|
+
|
3899
3842
|
export declare type OutcomeStage = keyof typeof STAGES;
|
3900
3843
|
|
3844
|
+
export declare const OverlayLoader: ({ isLoading }: {
|
3845
|
+
isLoading?: boolean | undefined;
|
3846
|
+
}) => JSX_2.Element | null;
|
3847
|
+
|
3901
3848
|
export declare const PencilIcon: React.FC<React.SVGProps<SVGSVGElement>>;
|
3902
3849
|
|
3903
3850
|
export declare const PercentileInput: React_2.ForwardRefExoticComponent<IPercentileProps & React_2.RefAttributes<HTMLInputElement>>;
|
3904
3851
|
|
3905
3852
|
export declare const PerfectHits: NamedExoticComponent<IPerfectHitsProps>;
|
3906
3853
|
|
3854
|
+
export declare const PhoneInput: FC<IPhoneInputProps>;
|
3855
|
+
|
3907
3856
|
/**
|
3908
3857
|
** Global/Platform specific events that needs to be tracked goes here
|
3909
3858
|
** Naming convention needs to be snake_case
|
@@ -3998,8 +3947,6 @@ declare const PUZZLE_CARD_STATE: {
|
|
3998
3947
|
|
3999
3948
|
declare const PUZZLE_CARDS: "puzzle_cards";
|
4000
3949
|
|
4001
|
-
export declare const PuzzleIcon: React.FC<React.SVGProps<SVGSVGElement>>;
|
4002
|
-
|
4003
3950
|
export declare const PYTHON_NODE_TYPES: {
|
4004
3951
|
readonly PPT_BASIC: "PPT_BASIC";
|
4005
3952
|
readonly PPT_CONTENT: "PPT_CONTENT";
|
@@ -4020,23 +3967,14 @@ export declare const RadioCard: <IDType extends string | number>({ options, valu
|
|
4020
3967
|
|
4021
3968
|
export declare const RadioInput: <IDType extends string | number>({ options, value, onChange, numColumns, }: IRadioInputProps<IDType>) => JSX.Element;
|
4022
3969
|
|
4023
|
-
export declare const RecapIcon: React.FC<React.SVGProps<SVGSVGElement>>;
|
4024
|
-
|
4025
|
-
export declare const RecentChapters: FC<RecentChaptersProps>;
|
4026
|
-
|
4027
|
-
declare interface RecentChaptersProps {
|
4028
|
-
studentId: string;
|
4029
|
-
courseStream: TCourseStream;
|
4030
|
-
userType: TUserTypes;
|
4031
|
-
onChapterClick: IChaptersListProps['onChapterClick'];
|
4032
|
-
}
|
4033
|
-
|
4034
3970
|
export declare const RedoIcon: React_2.FC<React_2.SVGProps<SVGSVGElement>>;
|
4035
3971
|
|
4036
3972
|
export declare const ReferenceSheet: FC<IReferenceSheetProps>;
|
4037
3973
|
|
4038
3974
|
export declare const RemotePeerPointer: MemoExoticComponent<({ containerRef, onPublish, onSubscribe, responseId }: IPointerProps) => JSX_2.Element>;
|
4039
3975
|
|
3976
|
+
export declare const ResendOTP: React.FC<IOTPResendProps>;
|
3977
|
+
|
4040
3978
|
export declare const REWARDS_LIST: string[];
|
4041
3979
|
|
4042
3980
|
export declare const RightIcon: React.FC<React.SVGProps<SVGSVGElement>>;
|
@@ -4057,18 +3995,6 @@ export declare const SearchableSelectInput: <IDType extends string | number>(pro
|
|
4057
3995
|
|
4058
3996
|
export declare const SearchIcon: React.FC<React.SVGProps<SVGSVGElement>>;
|
4059
3997
|
|
4060
|
-
declare enum SECTION_CODE {
|
4061
|
-
READINESS = "READINESS",
|
4062
|
-
GOALS = "GOALS",
|
4063
|
-
TESTS = "TESTS",
|
4064
|
-
ENRICHMENT = "ENRICHMENT",
|
4065
|
-
SUBJECTIVE = "SUBJECTIVE",
|
4066
|
-
VIDEOS = "VIDEOS",
|
4067
|
-
NOTES = "NOTES",
|
4068
|
-
FLASHCARDS = "FLASHCARDS",
|
4069
|
-
PUZZLE_CARDS = "PUZZLE_CARDS"
|
4070
|
-
}
|
4071
|
-
|
4072
3998
|
export declare const SectionList: <Section extends string | number | TDefaultSection>(props: ISectionList<Section>) => JSX.Element;
|
4073
3999
|
|
4074
4000
|
export declare const SelectInput: <IDType extends string | number>(props: ISelectInputProps<IDType>) => JSX.Element;
|
@@ -4122,14 +4048,14 @@ export declare const SheetLocked: MemoExoticComponent<({ onHomeClick }: {
|
|
4122
4048
|
|
4123
4049
|
export declare const SignUp: ({ mathGymEnrolledUser, circleEnrolledUser, circleOnLeapPremiumDays, circleUsername, countryCode, grade: defaultGrade, state, circleOnLeapPremiumEnabled, studentId, isSignUpProcessing, onCreateUser, onUpdateUser, onSignupStepsComplete, }: ISignUpProps) => JSX_2.Element;
|
4124
4050
|
|
4051
|
+
export declare const SignupMethods: FC<ISignupMethodsProps>;
|
4052
|
+
|
4125
4053
|
declare const SketchIcon: React.FC<React.SVGProps<SVGSVGElement>>;
|
4126
4054
|
export { SketchIcon as ScribbleIcon }
|
4127
4055
|
export { SketchIcon }
|
4128
4056
|
|
4129
4057
|
export declare const Skip2Icon: React.FC<React.SVGProps<SVGSVGElement>>;
|
4130
4058
|
|
4131
|
-
export declare const SkipColoredIcon: React.FC<React.SVGProps<SVGSVGElement>>;
|
4132
|
-
|
4133
4059
|
export declare const SkipIcon: React.FC<React.SVGProps<SVGSVGElement>>;
|
4134
4060
|
|
4135
4061
|
export declare const SplashScreen: ({ animationCompleted }: {
|
@@ -4158,8 +4084,6 @@ export declare enum State {
|
|
4158
4084
|
HOLD = "HOLD"
|
4159
4085
|
}
|
4160
4086
|
|
4161
|
-
export declare const StatusIcon: React.FC<React.SVGProps<SVGSVGElement>>;
|
4162
|
-
|
4163
4087
|
export declare function Stepper({ stepsInfo, currentStep }: IStepperProps): JSX_2.Element;
|
4164
4088
|
|
4165
4089
|
declare const STICKER_BADGE: {
|
@@ -4188,6 +4112,10 @@ export declare const StrikedEyeIcon: React.FC<React.SVGProps<SVGSVGElement>>;
|
|
4188
4112
|
|
4189
4113
|
export declare const StudentDetails: FC<IStudentDetailsProps>;
|
4190
4114
|
|
4115
|
+
export declare const StudentPasswordInput: FC<ICustomInputProps>;
|
4116
|
+
|
4117
|
+
export declare const StudentUsernameInput: FC<ICustomInputProps>;
|
4118
|
+
|
4191
4119
|
export declare const SubmitMilestoneModal: React.FC<ISubmitModalProps>;
|
4192
4120
|
|
4193
4121
|
export declare const SwitchIcon: React.FC<React.SVGProps<SVGSVGElement>>;
|
@@ -4225,6 +4153,8 @@ export declare type TArrowTooltipConfig = {
|
|
4225
4153
|
|
4226
4154
|
export declare type TArrowTooltipVariants = 'primary' | 'secondary';
|
4227
4155
|
|
4156
|
+
export declare type TAuthProvider = 'email' | 'phone';
|
4157
|
+
|
4228
4158
|
declare type TBadgeData = {
|
4229
4159
|
acknowledged_on: number | null;
|
4230
4160
|
animation_url: string;
|
@@ -4274,11 +4204,11 @@ declare type TBlockStatsData = {
|
|
4274
4204
|
|
4275
4205
|
declare type TBlockStatus = keyof typeof BLOCK_STATUS;
|
4276
4206
|
|
4277
|
-
declare type TBlockType = keyof typeof
|
4207
|
+
declare type TBlockType = keyof typeof BLOCK_TYPE;
|
4278
4208
|
|
4279
4209
|
export declare type TButtonSizes = 'xsmall' | 'small' | 'regular' | 'medium' | 'large';
|
4280
4210
|
|
4281
|
-
export declare type TButtonVariants = 'primary' | 'secondary' | 'tertiary'
|
4211
|
+
export declare type TButtonVariants = 'primary' | 'secondary' | 'tertiary';
|
4282
4212
|
|
4283
4213
|
declare type TCallback = (messages: TInclassMessage[]) => void;
|
4284
4214
|
|
@@ -4371,8 +4301,6 @@ declare type TCourseProgramPermissions = {
|
|
4371
4301
|
|
4372
4302
|
declare type TCourseStream = (typeof COURSE_STREAMS)[keyof typeof COURSE_STREAMS];
|
4373
4303
|
|
4374
|
-
declare type TCourseType = keyof typeof NODE_CARD_COURSE_TYPES;
|
4375
|
-
|
4376
4304
|
declare type TCreateOnPresubmit = (options: TOnPreSubmitOptions) => void;
|
4377
4305
|
|
4378
4306
|
declare type TCueCanvasChangeDataObject = Record<string, TDrawingData[]>;
|
@@ -4402,8 +4330,6 @@ declare type TEnrollmentTypes = (typeof ENROLLMENT_TYPES)[keyof typeof ENROLLMEN
|
|
4402
4330
|
|
4403
4331
|
export declare const TestsCreation: FC<ITestsCreationProps>;
|
4404
4332
|
|
4405
|
-
export declare const TestTubeIcon: React.FC<React.SVGProps<SVGSVGElement>>;
|
4406
|
-
|
4407
4333
|
/**
|
4408
4334
|
* @param $renderAs - The text variant to render as (ah1-ah4, ab1-ab3, ac1-ac4, ub1-ub3), anything else is deprecated
|
4409
4335
|
*/
|
@@ -4426,13 +4352,14 @@ declare interface TextProps {
|
|
4426
4352
|
$marginBottomX?: number;
|
4427
4353
|
$inline?: boolean;
|
4428
4354
|
$textDecoration?: string;
|
4355
|
+
$whiteSpace?: 'pre-line' | 'normal' | 'pre-wrap' | 'no-wrap' | 'pre' | 'break-spaces';
|
4429
4356
|
}
|
4430
4357
|
|
4431
4358
|
export declare type TFontFamilyNames = `${'Athletics'}-${'Light' | 'Regular' | 'Medium' | 'Bold' | 'Black'}` | `${'UntitledSans'}-${'Regular' | 'Medium'}`;
|
4432
4359
|
|
4433
|
-
declare type TGoalCategory = keyof typeof GOAL_CATEGORY
|
4360
|
+
declare type TGoalCategory = (typeof GOAL_CATEGORY)[keyof typeof GOAL_CATEGORY];
|
4434
4361
|
|
4435
|
-
declare type TGoalCategory_2 =
|
4362
|
+
declare type TGoalCategory_2 = keyof typeof GOAL_CATEGORY | null;
|
4436
4363
|
|
4437
4364
|
declare interface TGoals {
|
4438
4365
|
goal_code?: string;
|
@@ -4520,11 +4447,6 @@ export declare type TInclassMessage = {
|
|
4520
4447
|
eventPayload: {
|
4521
4448
|
worksheetId: string;
|
4522
4449
|
};
|
4523
|
-
} | {
|
4524
|
-
eventName: typeof EVENTS.HOMEWORK_UNASSIGN;
|
4525
|
-
eventPayload: {
|
4526
|
-
studentId: string;
|
4527
|
-
};
|
4528
4450
|
} | {
|
4529
4451
|
eventName: typeof EVENTS.CHAPTER_UPDATED;
|
4530
4452
|
eventPayload: {
|
@@ -4901,19 +4823,11 @@ declare type TMilestoneStates = 'ACTIVE' | 'OUTCOME_PENDING' | 'OUTCOME_ADDED' |
|
|
4901
4823
|
|
4902
4824
|
declare type TMilestoneType = 'ACTIVE' | 'INACTIVE' | 'DRAFT';
|
4903
4825
|
|
4904
|
-
declare interface TNodeDataTestItemsDataProps {
|
4905
|
-
chapter_name: string;
|
4906
|
-
goal_name: string;
|
4907
|
-
ref: string;
|
4908
|
-
}
|
4909
|
-
|
4910
4826
|
declare type TNodeSubGroupProps = keyof typeof NODE_SUB_GROUP;
|
4911
4827
|
|
4912
4828
|
declare type TNodeTypeProps = keyof typeof NODE_TYPE | keyof typeof PYTHON_NODE_TYPES | keyof typeof SAT_NODE_TYPE;
|
4913
4829
|
|
4914
|
-
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'
|
4915
|
-
|
4916
|
-
declare type TNodeTypes_2 = keyof typeof NODE_TYPE | keyof typeof PYTHON_NODE_TYPES | keyof typeof SAT_NODE_TYPE;
|
4830
|
+
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';
|
4917
4831
|
|
4918
4832
|
export declare type TOnPreSubmitOptions = {
|
4919
4833
|
isDraftPlan: boolean;
|
@@ -4953,8 +4867,10 @@ declare type TPuzzleCardBlockStatus = keyof typeof PUZZLE_CARD_STATE | '';
|
|
4953
4867
|
|
4954
4868
|
declare type TQuery = {
|
4955
4869
|
milestone_state_group: 'ALL' | 'DRAFT' | 'STUDENT_ALL' | 'LIVE' | 'STUDENT_LIVE' | 'INACTIVE';
|
4956
|
-
|
4870
|
+
with_plan: boolean;
|
4957
4871
|
course_stream: TCourseStream;
|
4872
|
+
student_id: string;
|
4873
|
+
in_class?: boolean;
|
4958
4874
|
};
|
4959
4875
|
|
4960
4876
|
declare type TQuestionByQuestionOverviewList = {
|
@@ -5037,9 +4953,9 @@ declare type TSectionSummary = {
|
|
5037
4953
|
modules: TSATModule[];
|
5038
4954
|
};
|
5039
4955
|
|
5040
|
-
declare type
|
4956
|
+
export declare type TSelectedCountry = Pick<ICountryOption, 'id' | 'code'>;
|
5041
4957
|
|
5042
|
-
declare type
|
4958
|
+
declare type TSheetAttemptLocation = keyof typeof SHEET_ATTEMPT_LOCATION;
|
5043
4959
|
|
5044
4960
|
declare type TSheetAttemptStateProps = keyof typeof SHEET_ATTEMPT_STATE;
|
5045
4961
|
|
@@ -5102,10 +5018,12 @@ export declare type TSheetsSection = 'core_lessons' | 'supplementary_sheets' | '
|
|
5102
5018
|
|
5103
5019
|
declare type TSheetStateProps = 'LOCKED' | 'NOT_STARTED' | 'IN_PROGRESS' | 'FAMILIAR' | 'PROFICIENT' | 'MASTERED' | 'COMPLETED' | 'RE_ATTEMPT';
|
5104
5020
|
|
5105
|
-
declare type
|
5021
|
+
export declare type TSignupUserType = 'student' | 'parent';
|
5106
5022
|
|
5107
5023
|
export declare type TSkillStatus = 'pending' | 'completed';
|
5108
5024
|
|
5025
|
+
export declare type TSocialAuthProvider = 'google' | 'apple';
|
5026
|
+
|
5109
5027
|
declare type TStickerData = {
|
5110
5028
|
actor_id: string;
|
5111
5029
|
badge_id: string;
|
@@ -5176,6 +5094,12 @@ export declare type TTrialSessionMessage = {
|
|
5176
5094
|
};
|
5177
5095
|
};
|
5178
5096
|
|
5097
|
+
declare type TUserAccount = {
|
5098
|
+
id: string;
|
5099
|
+
phone: string;
|
5100
|
+
email: string;
|
5101
|
+
};
|
5102
|
+
|
5179
5103
|
declare type TUserChapterStates = 'MASTERED' | 'PROFICIENT' | 'FAMILIAR' | 'STARTED';
|
5180
5104
|
|
5181
5105
|
declare type TUserProgram = {
|
@@ -5294,8 +5218,8 @@ export declare const useGetLeaderboardDal: (userId: string) => Omit<ReturnType<t
|
|
5294
5218
|
|
5295
5219
|
export declare const useGetMilestoneResources: (initialId?: string, initialQuery?: void | undefined) => {
|
5296
5220
|
get: (id: string, query: void, meta: IGetMilestoneResourcesAPIMetaData) => Promise<void>;
|
5297
|
-
resource: ResourceModel<
|
5298
|
-
data:
|
5221
|
+
resource: ResourceModel<ISheetDataProps[]> | undefined;
|
5222
|
+
data: ISheetDataProps[] | undefined;
|
5299
5223
|
permissions: Record<string, unknown> | undefined;
|
5300
5224
|
isProcessing: boolean;
|
5301
5225
|
isProcessed: boolean;
|
@@ -5310,8 +5234,8 @@ export declare const useGetTestHelpData: (initialId?: string, initialQuery?: voi
|
|
5310
5234
|
get: (id: string, query: void, meta: {
|
5311
5235
|
studentId: string;
|
5312
5236
|
}) => Promise<void>;
|
5313
|
-
resource: ResourceModel<
|
5314
|
-
data:
|
5237
|
+
resource: ResourceModel<ISheetDataProps[]> | undefined;
|
5238
|
+
data: ISheetDataProps[] | undefined;
|
5315
5239
|
permissions: Record<string, unknown> | undefined;
|
5316
5240
|
isProcessing: boolean;
|
5317
5241
|
isProcessed: boolean;
|
@@ -5344,6 +5268,8 @@ export declare const User2Icon: React.FC<React.SVGProps<SVGSVGElement>>;
|
|
5344
5268
|
|
5345
5269
|
export declare const UserIcon: React.FC<React.SVGProps<SVGSVGElement>>;
|
5346
5270
|
|
5271
|
+
export declare const UserTypeSelector: NamedExoticComponent<IUserTypeSelectorProps>;
|
5272
|
+
|
5347
5273
|
export declare const useTrackingContext: (commonAnalyticsProps: Record<string, unknown>, overrides?: Record<string, unknown>) => {
|
5348
5274
|
onClick: TTrackCTA;
|
5349
5275
|
onResponse: TTrackInput;
|
@@ -5410,7 +5336,7 @@ export declare const WORKSHEET_V3_NODE_TYPES: TNodeTypeProps[];
|
|
5410
5336
|
declare const ZINDEX: {
|
5411
5337
|
readonly CHAPTER_CROWN_ICON: 4;
|
5412
5338
|
readonly CHAPTER_PLUS_ICON: 2;
|
5413
|
-
readonly CHAPTER_PROGRESS_SVG:
|
5339
|
+
readonly CHAPTER_PROGRESS_SVG: 1;
|
5414
5340
|
readonly LPAR_SHEET_ITEM_BOTTOM_DASH_BOX: 1;
|
5415
5341
|
readonly LPAR_SHEET_ITEM_TOP_VERTICAL_ICON: 2;
|
5416
5342
|
readonly MODAL: 20;
|