@cuemath/leap 3.0.12-ays7 → 3.0.12-j
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 -0
- package/dist/assets/illustrations/illustrations.js.map +1 -1
- package/dist/assets/illustrations/loader-1.svg.js +6 -0
- package/dist/assets/illustrations/loader-1.svg.js.map +1 -0
- 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/google-icon.js +42 -0
- package/dist/assets/line-icons/icons/google-icon.js.map +1 -0
- package/dist/assets/lottie/lottie.js +11 -0
- package/dist/assets/lottie/lottie.js.map +1 -1
- package/dist/features/auth/account-selector/account-selector.js +43 -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 +12 -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 +18 -0
- package/dist/features/auth/comps/auth-static-panel/auth-static-panel.js.map +1 -0
- package/dist/features/auth/comps/input-status-icon/input-status-icon.js +21 -0
- package/dist/features/auth/comps/input-status-icon/input-status-icon.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 +9 -0
- package/dist/features/auth/comps/overlay-loader/overlay-loader.js.map +1 -0
- package/dist/features/auth/comps/resend-otp/hooks/use-resend-timer.js +24 -0
- package/dist/features/auth/comps/resend-otp/hooks/use-resend-timer.js.map +1 -0
- package/dist/features/auth/comps/resend-otp/resend-otp.js +65 -0
- package/dist/features/auth/comps/resend-otp/resend-otp.js.map +1 -0
- package/dist/features/auth/comps/tabs/tab-tem/tab-item.js +23 -0
- package/dist/features/auth/comps/tabs/tab-tem/tab-item.js.map +1 -0
- package/dist/features/auth/comps/tabs/tabs-styled.js +23 -0
- package/dist/features/auth/comps/tabs/tabs-styled.js.map +1 -0
- package/dist/features/auth/comps/tabs/tabs.js +9 -0
- package/dist/features/auth/comps/tabs/tabs.js.map +1 -0
- package/dist/features/auth/forgot-password/forgot-password-styled.js +12 -0
- package/dist/features/auth/forgot-password/forgot-password-styled.js.map +1 -0
- package/dist/features/auth/forgot-password/otp-form/otp-form.js +66 -0
- package/dist/features/auth/forgot-password/otp-form/otp-form.js.map +1 -0
- package/dist/features/auth/forgot-password/reset-password-form/reset-password-form.js +101 -0
- package/dist/features/auth/forgot-password/reset-password-form/reset-password-form.js.map +1 -0
- package/dist/features/auth/forgot-password/user-identifier-form/user-identifier-form.js +68 -0
- package/dist/features/auth/forgot-password/user-identifier-form/user-identifier-form.js.map +1 -0
- package/dist/features/auth/login/identifier-otp-form/identifier-otp-form-styled.js +12 -0
- package/dist/features/auth/login/identifier-otp-form/identifier-otp-form-styled.js.map +1 -0
- package/dist/features/auth/login/identifier-otp-form/identifier-otp-form.js +100 -0
- package/dist/features/auth/login/identifier-otp-form/identifier-otp-form.js.map +1 -0
- package/dist/features/auth/login/login-constants.js +14 -0
- package/dist/features/auth/login/login-constants.js.map +1 -0
- package/dist/features/auth/login/social-account-not-found/social-account-not-found.js +32 -0
- package/dist/features/auth/login/social-account-not-found/social-account-not-found.js.map +1 -0
- package/dist/features/auth/login/social-login-methods/social-login-methods.js +47 -0
- package/dist/features/auth/login/social-login-methods/social-login-methods.js.map +1 -0
- package/dist/features/auth/login/username-password-form/username-password-form.js +98 -0
- package/dist/features/auth/login/username-password-form/username-password-form.js.map +1 -0
- package/dist/features/auth/signup/circular-step-wrapper/circular-step-wrapper-styled.js +56 -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 +131 -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.js +53 -0
- package/dist/features/auth/signup/claim-user-account/claim-user-account.js.map +1 -0
- package/dist/features/auth/signup/custom-input-field/country-selector/country-code-button.js +34 -0
- package/dist/features/auth/signup/custom-input-field/country-selector/country-code-button.js.map +1 -0
- package/dist/features/auth/signup/custom-input-field/country-selector/country-list-menu.js +98 -0
- package/dist/features/auth/signup/custom-input-field/country-selector/country-list-menu.js.map +1 -0
- package/dist/features/auth/signup/custom-input-field/country-selector/country-selector-styled.js +57 -0
- package/dist/features/auth/signup/custom-input-field/country-selector/country-selector-styled.js.map +1 -0
- package/dist/features/auth/signup/custom-input-field/country-selector/country-selector.js +26 -0
- package/dist/features/auth/signup/custom-input-field/country-selector/country-selector.js.map +1 -0
- package/dist/features/auth/signup/custom-input-field/custom-input-field-styled.js +30 -0
- package/dist/features/auth/signup/custom-input-field/custom-input-field-styled.js.map +1 -0
- package/dist/features/auth/signup/custom-input-field/custom-input-field.js +100 -0
- package/dist/features/auth/signup/custom-input-field/custom-input-field.js.map +1 -0
- package/dist/features/auth/signup/custom-input-field/date-picker-input/date-picker-input-styled.js +88 -0
- package/dist/features/auth/signup/custom-input-field/date-picker-input/date-picker-input-styled.js.map +1 -0
- package/dist/features/auth/signup/custom-input-field/date-picker-input/date-picker-input.js +43 -0
- package/dist/features/auth/signup/custom-input-field/date-picker-input/date-picker-input.js.map +1 -0
- package/dist/features/auth/signup/custom-input-field/grade-input/grade-input-styled.js +31 -0
- package/dist/features/auth/signup/custom-input-field/grade-input/grade-input-styled.js.map +1 -0
- package/dist/features/auth/signup/custom-input-field/grade-input/grade-input.js +31 -0
- package/dist/features/auth/signup/custom-input-field/grade-input/grade-input.js.map +1 -0
- package/dist/features/auth/signup/custom-input-field/input-wrapper/input-wrapper-styled.js +11 -0
- package/dist/features/auth/signup/custom-input-field/input-wrapper/input-wrapper-styled.js.map +1 -0
- package/dist/features/auth/signup/custom-input-field/input-wrapper/input-wrapper.js +29 -0
- package/dist/features/auth/signup/custom-input-field/input-wrapper/input-wrapper.js.map +1 -0
- package/dist/features/auth/signup/custom-input-field/password-toggle/password-toggle.js +9 -0
- package/dist/features/auth/signup/custom-input-field/password-toggle/password-toggle.js.map +1 -0
- package/dist/features/auth/signup/signup-constants.js +1031 -0
- package/dist/features/auth/signup/signup-constants.js.map +1 -0
- package/dist/features/auth/signup/signup-methods/signup-methods.js +69 -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 +62 -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 +85 -0
- package/dist/features/auth/signup/user-type-selector/user-type-selector.js.map +1 -0
- package/dist/features/auth/user-list/user-item/user-item-styled.js +21 -0
- package/dist/features/auth/user-list/user-item/user-item-styled.js.map +1 -0
- package/dist/features/auth/user-list/user-item/user-item.js +48 -0
- package/dist/features/auth/user-list/user-item/user-item.js.map +1 -0
- package/dist/features/auth/user-list/user-list-styled.js +19 -0
- package/dist/features/auth/user-list/user-list-styled.js.map +1 -0
- package/dist/features/auth/user-list/user-list.js +56 -0
- package/dist/features/auth/user-list/user-list.js.map +1 -0
- package/dist/features/communication/pub-sub/constants.js +0 -1
- package/dist/features/communication/pub-sub/constants.js.map +1 -1
- package/dist/features/cue-canvas/cue-canvas-context.js +5 -8
- package/dist/features/cue-canvas/cue-canvas-context.js.map +1 -1
- package/dist/features/cue-canvas/cue-canvas-core.js +75 -50
- package/dist/features/cue-canvas/cue-canvas-core.js.map +1 -1
- package/dist/features/cue-canvas/cue-canvas-provider.js +14 -16
- package/dist/features/cue-canvas/cue-canvas-provider.js.map +1 -1
- package/dist/features/cue-canvas/cue-canvas.js +13 -13
- package/dist/features/cue-canvas/cue-canvas.js.map +1 -1
- package/dist/features/cue-canvas/cue-cavas-styled.js +9 -8
- package/dist/features/cue-canvas/cue-cavas-styled.js.map +1 -1
- package/dist/features/cue-canvas/hooks/use-cue-canvas-actions.js +10 -14
- package/dist/features/cue-canvas/hooks/use-cue-canvas-actions.js.map +1 -1
- package/dist/features/homework/homework-card.js +143 -135
- package/dist/features/homework/homework-card.js.map +1 -1
- package/dist/features/milestone/milestone-list-container/milestone-list-container.js +64 -65
- package/dist/features/milestone/milestone-list-container/milestone-list-container.js.map +1 -1
- package/dist/features/milestone/milestone-tests/test-list-v2/test-list-container.js +25 -25
- package/dist/features/milestone/milestone-tests/test-list-v2/test-list-container.js.map +1 -1
- package/dist/features/ui/theme/tab.js +26 -0
- package/dist/features/ui/theme/tab.js.map +1 -1
- package/dist/features/worksheet/worksheet/worksheet-question/worksheet-question.js +34 -34
- package/dist/features/worksheet/worksheet/worksheet-question/worksheet-question.js.map +1 -1
- package/dist/index.d.ts +295 -17
- package/dist/index.js +367 -321
- 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/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/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.4beefe48.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/error.cbe1ddde.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/index.d.ts
CHANGED
@@ -7,6 +7,7 @@ import type { DefaultTheme } from 'styled-components';
|
|
7
7
|
import { DetailedHTMLProps } from 'react';
|
8
8
|
import type { Dispatch } from 'react';
|
9
9
|
import { FC } from 'react';
|
10
|
+
import type { FormEvent } from 'react';
|
10
11
|
import { ForwardRefExoticComponent } from 'react';
|
11
12
|
import { HTMLAttributes } from 'react';
|
12
13
|
import { IChannelMessage } from '@cuemath/cue-message-broker';
|
@@ -40,6 +41,8 @@ import { Substitute } from 'styled-components/dist/types';
|
|
40
41
|
*/
|
41
42
|
export declare const AccordionSection: FC<IAccordionSectionProps>;
|
42
43
|
|
44
|
+
export declare const AccountSelector: MemoExoticComponent<({ userAccounts, onSelect, onAddNew, isLoading, }: IAccountSelectorViewProps) => JSX_2.Element>;
|
45
|
+
|
43
46
|
export declare const ACHIEVEMENT_ACTIONS: {
|
44
47
|
SHARE: string;
|
45
48
|
NOT_SHARE_CHOSEN: string;
|
@@ -61,6 +64,22 @@ export declare const ArcButton: MemoExoticComponent<ForwardRefExoticComponent<IA
|
|
61
64
|
|
62
65
|
export declare const ArrowTooltip: FC<IArrowTooltipProps>;
|
63
66
|
|
67
|
+
export declare const AUTH_TABS: IAuthTab[];
|
68
|
+
|
69
|
+
export declare const AuthApiErrorCode: {
|
70
|
+
readonly USER_NOT_FOUND: 8000;
|
71
|
+
readonly INVALID_PASSWORD: 8001;
|
72
|
+
readonly MULTIPLE_USERS_FOUND: 8002;
|
73
|
+
readonly ACCESS_TOKEN_FAILURE: 8003;
|
74
|
+
readonly INVALID_ACCESS_TOKEN: 8004;
|
75
|
+
readonly INVALID_USERNAME_OR_USER_ALREADY_EXIST: 8005;
|
76
|
+
readonly SOCIAL_SIGNUP_EMAIL_MISSING: 8006;
|
77
|
+
};
|
78
|
+
|
79
|
+
export declare const AuthPageLayout: NamedExoticComponent<IAuthPageLayoutProps>;
|
80
|
+
|
81
|
+
export declare const AuthStaticPanel: NamedExoticComponent<IAuthStaticPanelProps>;
|
82
|
+
|
64
83
|
export declare const AutoPlayPermissionProvider: FC<{
|
65
84
|
children: ReactNode;
|
66
85
|
}>;
|
@@ -231,6 +250,10 @@ export declare const CircularLoader: () => JSX_2.Element;
|
|
231
250
|
|
232
251
|
export declare const CircularSteps: FC<ICircularStepsProps>;
|
233
252
|
|
253
|
+
export declare const CircularStepWrapper: MemoExoticComponent<ForwardRefExoticComponent<ICircularStepWrapperProps & RefAttributes<ICircularStepRef>>>;
|
254
|
+
|
255
|
+
export declare const ClaimUserAccount: NamedExoticComponent<IClaimUserAccountProps>;
|
256
|
+
|
234
257
|
export declare const Clickable: React_2.FC<IClickableProps>;
|
235
258
|
|
236
259
|
export declare const ClipboardIcon: React.FC<React.SVGProps<SVGSVGElement>>;
|
@@ -279,8 +302,12 @@ export declare const CuemathLogo: React_2.FC<React_2.SVGProps<SVGSVGElement>>;
|
|
279
302
|
|
280
303
|
export declare const CueRocket: React.FC<React.SVGProps<SVGSVGElement>>;
|
281
304
|
|
305
|
+
export declare const CustomInputField: NamedExoticComponent<ICustomInputFieldProps>;
|
306
|
+
|
282
307
|
export declare const DashArrowIcon: React.FC<React.SVGProps<SVGSVGElement>>;
|
283
308
|
|
309
|
+
export declare const DatePickerInput: NamedExoticComponent<IDatePickerInputProps>;
|
310
|
+
|
284
311
|
export declare const DesmosCalculator: FC<IDesmosCalculatorProps>;
|
285
312
|
|
286
313
|
export declare const DigitalMeter: FC<IDigitalMeterProps>;
|
@@ -373,7 +400,6 @@ export declare const EVENTS: {
|
|
373
400
|
UNLOCK_SHEETS: "UNLOCK_SHEETS";
|
374
401
|
EXTRA_PRACTICE_ASSIGNED: "EXTRA_PRACTICE_ASSIGNED";
|
375
402
|
CHANGE_LOCATION: "CHANGE_LOCATION";
|
376
|
-
SHEET_MARKED_AS_REVIEWED: "SHEET_MARKED_AS_REVIEWED";
|
377
403
|
SHEET_STARTED: "SHEET_STARTED";
|
378
404
|
SHEET_UNASSIGNED: "SHEET_UNASSIGNED";
|
379
405
|
SHEET_REATTEMPTED: "SHEET_REATTEMPTED";
|
@@ -488,6 +514,8 @@ export declare const GoalEdit: React.FC<IMileStoneEditContainerProps>;
|
|
488
514
|
|
489
515
|
export declare const GooglePlacesSearchInput: ComponentType<Omit_2<IGooglePlacesSearchInputProps, IProvidedProps>>;
|
490
516
|
|
517
|
+
export declare const GradeInput: NamedExoticComponent<ICustomInputFieldProps>;
|
518
|
+
|
491
519
|
export declare function GradeSelector({ selectedValue, onSelect, tabsWidth, width, grades, renderAs, size, layoutAlignment, }: IGradeSelectorProps): JSX.Element;
|
492
520
|
|
493
521
|
export declare const HandIcon: React_2.FC;
|
@@ -524,6 +552,17 @@ declare interface IAccordionSectionProps {
|
|
524
552
|
bodyOverFlow?: TStyleAttrubutes['overflow'];
|
525
553
|
}
|
526
554
|
|
555
|
+
declare interface IAccountSelectorViewProps {
|
556
|
+
userAccounts: {
|
557
|
+
id: string;
|
558
|
+
username: string;
|
559
|
+
user_avatar?: IAvatarLayer[] | null;
|
560
|
+
}[];
|
561
|
+
onSelect: (accountId: string) => void;
|
562
|
+
onAddNew: () => void;
|
563
|
+
isLoading: boolean;
|
564
|
+
}
|
565
|
+
|
527
566
|
declare interface IAchievementConfig {
|
528
567
|
pollingInterval?: number;
|
529
568
|
maxPollingAttempts?: number;
|
@@ -590,6 +629,22 @@ declare interface IAttempt {
|
|
590
629
|
score: ILearnosityQuestionScore;
|
591
630
|
}
|
592
631
|
|
632
|
+
declare interface IAuthPageLayoutProps {
|
633
|
+
leftBlock: JSX.Element;
|
634
|
+
rightBlock?: JSX.Element;
|
635
|
+
isFullWidth?: boolean;
|
636
|
+
}
|
637
|
+
|
638
|
+
declare interface IAuthStaticPanelProps {
|
639
|
+
title?: string;
|
640
|
+
description?: string;
|
641
|
+
}
|
642
|
+
|
643
|
+
declare interface IAuthTab {
|
644
|
+
id: TAuthTabKeys;
|
645
|
+
label: string;
|
646
|
+
}
|
647
|
+
|
593
648
|
declare interface IAutoPlayPermissionContextType {
|
594
649
|
canAutoPlayAudio: boolean;
|
595
650
|
canAutoPlayVideo: boolean;
|
@@ -966,6 +1021,10 @@ export declare interface ICircleHomeDetails {
|
|
966
1021
|
timestamps: ITodaysContentTimeStamps;
|
967
1022
|
}
|
968
1023
|
|
1024
|
+
export declare type ICircularStepRef = {
|
1025
|
+
playOutroAndFadeOut: () => Promise<void>;
|
1026
|
+
};
|
1027
|
+
|
969
1028
|
declare interface ICircularSteps {
|
970
1029
|
id: string;
|
971
1030
|
label?: React.ReactNode;
|
@@ -989,6 +1048,29 @@ declare interface ICircularStepsProps {
|
|
989
1048
|
sizeInPercent?: number;
|
990
1049
|
}
|
991
1050
|
|
1051
|
+
declare interface ICircularStepWrapperProps {
|
1052
|
+
children: JSX.Element;
|
1053
|
+
animation: string;
|
1054
|
+
introFrames: [number, number];
|
1055
|
+
outroFrames: [number, number];
|
1056
|
+
onGoBack?: () => void;
|
1057
|
+
onNext?: () => void;
|
1058
|
+
label?: string;
|
1059
|
+
showNext?: boolean;
|
1060
|
+
showPrevious?: boolean;
|
1061
|
+
isNextLoading?: boolean;
|
1062
|
+
progressAngle?: number;
|
1063
|
+
}
|
1064
|
+
|
1065
|
+
declare interface IClaimUserAccountProps {
|
1066
|
+
email?: string;
|
1067
|
+
onSelectAccount: (userId: string) => void;
|
1068
|
+
onCreateNewAccount: () => void;
|
1069
|
+
userAccounts: TUserAccount[];
|
1070
|
+
isCreatingAccount: boolean;
|
1071
|
+
isLoading: boolean;
|
1072
|
+
}
|
1073
|
+
|
992
1074
|
declare interface IClassStatus {
|
993
1075
|
next_class_time?: number;
|
994
1076
|
class_duration: number;
|
@@ -1072,6 +1154,16 @@ declare interface ICountdownTimer {
|
|
1072
1154
|
theme: 'GREEN_1' | 'ORANGE_1';
|
1073
1155
|
}
|
1074
1156
|
|
1157
|
+
declare interface ICountryOption {
|
1158
|
+
code: string;
|
1159
|
+
id: string;
|
1160
|
+
value: string;
|
1161
|
+
label: string;
|
1162
|
+
icon: string;
|
1163
|
+
url: string;
|
1164
|
+
geoIPCountryCode: string;
|
1165
|
+
}
|
1166
|
+
|
1075
1167
|
export declare interface ICreateUserPayloadDal {
|
1076
1168
|
username: string;
|
1077
1169
|
grade: string;
|
@@ -1095,19 +1187,19 @@ export declare interface ICreateUserResponseDal {
|
|
1095
1187
|
}
|
1096
1188
|
|
1097
1189
|
declare interface ICueCanvas {
|
1098
|
-
|
1190
|
+
canvasId: string;
|
1099
1191
|
width: number;
|
1100
1192
|
height: number;
|
1101
|
-
|
1193
|
+
userId: string;
|
1102
1194
|
canRender: boolean;
|
1103
1195
|
appended: boolean;
|
1104
1196
|
canScribble: boolean;
|
1105
|
-
initialData?: IActionData[];
|
1106
|
-
onPublish: TPublish;
|
1107
|
-
onSubscribe: TSubscribe;
|
1108
|
-
userId: string;
|
1109
1197
|
userType: TUserTypes;
|
1110
1198
|
renderAs?: TRenderAs_2;
|
1199
|
+
initialData?: IActionData[];
|
1200
|
+
onUpdateHeight?: TUpdateHeight;
|
1201
|
+
onPublish?: TPublish;
|
1202
|
+
onSubscribe?: TSubscribe;
|
1111
1203
|
}
|
1112
1204
|
|
1113
1205
|
declare interface ICueCanvasCallbackProps {
|
@@ -1130,6 +1222,26 @@ declare interface ICurriculumStandards {
|
|
1130
1222
|
name: string;
|
1131
1223
|
}
|
1132
1224
|
|
1225
|
+
declare interface ICustomInputFieldProps {
|
1226
|
+
value: string;
|
1227
|
+
onChange: (value: string) => void;
|
1228
|
+
onEnter?: () => void;
|
1229
|
+
error?: string;
|
1230
|
+
helperText?: string;
|
1231
|
+
actionElement?: JSX.Element;
|
1232
|
+
isLoading?: boolean;
|
1233
|
+
isValid?: boolean;
|
1234
|
+
type?: 'text' | 'password' | 'number' | 'phone';
|
1235
|
+
placeholder?: string;
|
1236
|
+
maxLength?: number;
|
1237
|
+
width?: number;
|
1238
|
+
textTransform?: string;
|
1239
|
+
textAlign?: string;
|
1240
|
+
onCountryChange?: (option: TSelectedCountry) => void;
|
1241
|
+
selectedCountry?: TSelectedCountry;
|
1242
|
+
autoSize?: boolean;
|
1243
|
+
}
|
1244
|
+
|
1133
1245
|
declare interface ICustomVideoProps extends React_2.DetailedHTMLProps<React_2.VideoHTMLAttributes<HTMLVideoElement>, HTMLVideoElement> {
|
1134
1246
|
isYoutube?: boolean;
|
1135
1247
|
analyticsData?: Record<string, unknown>;
|
@@ -1137,6 +1249,13 @@ declare interface ICustomVideoProps extends React_2.DetailedHTMLProps<React_2.Vi
|
|
1137
1249
|
src: string;
|
1138
1250
|
}
|
1139
1251
|
|
1252
|
+
declare interface IDatePickerInputProps extends Omit<ICustomInputFieldProps, 'value' | 'onChange'> {
|
1253
|
+
value: Date | null;
|
1254
|
+
onChange: (date: Date | null) => void;
|
1255
|
+
}
|
1256
|
+
|
1257
|
+
export declare const IdentifierOtpForm: React_2.NamedExoticComponent<IIdentifierOtpFormProps>;
|
1258
|
+
|
1140
1259
|
declare interface IDesmosCalculatorProps {
|
1141
1260
|
onClose: () => void;
|
1142
1261
|
height?: string | number;
|
@@ -1361,6 +1480,22 @@ declare interface IIconButtonProps extends Omit<IButtonProps, 'label' | 'shape'
|
|
1361
1480
|
renderAs: TButtonVariants;
|
1362
1481
|
}
|
1363
1482
|
|
1483
|
+
declare interface IIdentifierOtpFormProps {
|
1484
|
+
identifier: string;
|
1485
|
+
otp: string;
|
1486
|
+
errors: {
|
1487
|
+
identifier: string;
|
1488
|
+
otp: string;
|
1489
|
+
};
|
1490
|
+
isOtpVerified: boolean;
|
1491
|
+
isLoading: boolean;
|
1492
|
+
isSubmitDisabled: boolean;
|
1493
|
+
showOtpInput: boolean;
|
1494
|
+
onChange: (key: 'identifier' | 'otp', value: string) => void;
|
1495
|
+
onSubmit: (e: FormEvent<HTMLFormElement>) => void;
|
1496
|
+
onSendOtp: () => void;
|
1497
|
+
}
|
1498
|
+
|
1364
1499
|
declare interface IImageProps extends ImgHTMLAttributes<HTMLImageElement> {
|
1365
1500
|
withLoader: boolean;
|
1366
1501
|
borderRadius?: number;
|
@@ -1386,6 +1521,15 @@ export declare interface IInputSizeConfig {
|
|
1386
1521
|
iconPadding: number;
|
1387
1522
|
}
|
1388
1523
|
|
1524
|
+
declare interface IInputStatusIconProps {
|
1525
|
+
isLoading?: boolean;
|
1526
|
+
isValid?: boolean;
|
1527
|
+
isError?: boolean;
|
1528
|
+
size?: number;
|
1529
|
+
successColor?: TColorNames;
|
1530
|
+
errorColor?: TColorNames;
|
1531
|
+
}
|
1532
|
+
|
1389
1533
|
export declare interface IInputVariantConfig {
|
1390
1534
|
valueColorName: {
|
1391
1535
|
inactive: TColorNames;
|
@@ -1745,6 +1889,7 @@ export declare const ILLUSTRATIONS: {
|
|
1745
1889
|
CHAPTER_HEADER_BG: string;
|
1746
1890
|
CHAPTER_HEADER_BG_2: string;
|
1747
1891
|
CIRCLE_CUEMATH_LOGO: string;
|
1892
|
+
CIRCLE_CUEMATH_LOGO_WHITE: string;
|
1748
1893
|
CIRCLE_OUTERCIRCLE_BG: string;
|
1749
1894
|
CLOCK_ORANGE: string;
|
1750
1895
|
COMMUNITY_BULB: string;
|
@@ -1752,6 +1897,7 @@ export declare const ILLUSTRATIONS: {
|
|
1752
1897
|
CROWN: string;
|
1753
1898
|
CROWN_OVERLAY: string;
|
1754
1899
|
CUECOIN_GOLD: string;
|
1900
|
+
CUEMATH_APP_QR_CODE: string;
|
1755
1901
|
DESKTOP_WITH_PURPLE_FILL: string;
|
1756
1902
|
DURATION_30MIN_GRAY: string;
|
1757
1903
|
DURATION_45MIN_GRAY: string;
|
@@ -1836,6 +1982,7 @@ export declare const ILLUSTRATIONS: {
|
|
1836
1982
|
USER_DOWN: string;
|
1837
1983
|
USER_PIN: string;
|
1838
1984
|
USER_PROFILE_BACKGROUND: string;
|
1985
|
+
USER_TYPE_SELECTOR_GRID_BG: string;
|
1839
1986
|
USER_UP: string;
|
1840
1987
|
YELLOW_FACE: string;
|
1841
1988
|
};
|
@@ -2204,7 +2351,7 @@ export declare const Info2Icon: React_2.FC<React_2.SVGProps<SVGSVGElement>>;
|
|
2204
2351
|
export declare const InfoIcon: React.FC<React.SVGProps<SVGSVGElement>>;
|
2205
2352
|
|
2206
2353
|
declare interface INodeCardCallbacks {
|
2207
|
-
onNodeAttempt?: (nodeData: INodeDataProps,
|
2354
|
+
onNodeAttempt?: (nodeData: INodeDataProps, homeworkId?: string) => void;
|
2208
2355
|
onNodeView?: (nodeData: INodeDataProps, milestoneId?: string) => void;
|
2209
2356
|
onNodeReview?: (nodeData: INodeDataProps, milestoneId?: string, homeworkId?: string) => void;
|
2210
2357
|
onNodeReattempt?: (nodeData: INodeDataProps, milestoneId?: string) => void;
|
@@ -2266,6 +2413,8 @@ declare interface INodePermissions {
|
|
2266
2413
|
can_unassign: boolean;
|
2267
2414
|
}
|
2268
2415
|
|
2416
|
+
export declare const InputStatusIcon: NamedExoticComponent<IInputStatusIconProps>;
|
2417
|
+
|
2269
2418
|
export declare interface INudgeProps {
|
2270
2419
|
nudge: 'click';
|
2271
2420
|
content: ReactNode;
|
@@ -2298,6 +2447,16 @@ declare interface IOpenImageReviewModalProps {
|
|
2298
2447
|
image?: string;
|
2299
2448
|
}
|
2300
2449
|
|
2450
|
+
declare interface IOTPResendProps {
|
2451
|
+
onResendOTP: () => void;
|
2452
|
+
onResendVoiceOTP?: () => void;
|
2453
|
+
timerSeconds?: number;
|
2454
|
+
showVoiceOTP?: boolean;
|
2455
|
+
disabled?: boolean;
|
2456
|
+
renderAs?: 'submit' | 'text';
|
2457
|
+
width?: number;
|
2458
|
+
}
|
2459
|
+
|
2301
2460
|
declare interface IOutcomeConfig {
|
2302
2461
|
id: string;
|
2303
2462
|
input_type: string;
|
@@ -2575,6 +2734,16 @@ declare interface IReferenceSheetProps {
|
|
2575
2734
|
};
|
2576
2735
|
}
|
2577
2736
|
|
2737
|
+
declare interface IResetPasswordFormProps {
|
2738
|
+
onSubmit: (e: FormEvent<HTMLFormElement>) => void;
|
2739
|
+
onChange: (key: string, value: string) => void;
|
2740
|
+
formData: Record<string, string>;
|
2741
|
+
errors: Record<string, string>;
|
2742
|
+
isProcessing: boolean;
|
2743
|
+
isSubmitDisabled: boolean;
|
2744
|
+
isValid?: boolean;
|
2745
|
+
}
|
2746
|
+
|
2578
2747
|
export declare interface IResourceItemData {
|
2579
2748
|
boards: string[];
|
2580
2749
|
created_on: string;
|
@@ -2793,6 +2962,14 @@ declare interface ISheetsListProps extends ISheetItemCallbackProps {
|
|
2793
2962
|
section?: TSheetsSection;
|
2794
2963
|
}
|
2795
2964
|
|
2965
|
+
declare interface ISignupMethodsProps {
|
2966
|
+
onEmailSignup: () => void;
|
2967
|
+
onPhoneSignup: () => void;
|
2968
|
+
onGoogleSignup: () => void;
|
2969
|
+
onAppleSignup: () => void;
|
2970
|
+
loadingProvider: TSocialAuthProvider | null;
|
2971
|
+
}
|
2972
|
+
|
2796
2973
|
export declare interface ISignUpProps {
|
2797
2974
|
circleOnLeapSignedUp: boolean;
|
2798
2975
|
circleOnLeapPremiumEnabled: boolean;
|
@@ -2810,6 +2987,29 @@ export declare interface ISignUpProps {
|
|
2810
2987
|
onSignupStepsComplete: (data: IUpdateUserPayloadDal | ICreateUserResponseDal | null) => void;
|
2811
2988
|
}
|
2812
2989
|
|
2990
|
+
declare interface ISingleFieldFormProps {
|
2991
|
+
onSubmit: (e?: FormEvent<HTMLFormElement>) => void;
|
2992
|
+
onChange: (key: string, value: string) => void;
|
2993
|
+
value: string;
|
2994
|
+
error: string;
|
2995
|
+
isProcessing: boolean;
|
2996
|
+
isSubmitDisabled?: boolean;
|
2997
|
+
isValid?: boolean;
|
2998
|
+
label?: string;
|
2999
|
+
helperText?: string;
|
3000
|
+
}
|
3001
|
+
|
3002
|
+
declare interface ISocialAccountNotFoundProps {
|
3003
|
+
onRetryLogin: () => void;
|
3004
|
+
onGoToSignup: () => void;
|
3005
|
+
}
|
3006
|
+
|
3007
|
+
declare interface ISocialLoginMethodsProps {
|
3008
|
+
onGoogleLogin: () => void;
|
3009
|
+
onAppleLogin: () => void;
|
3010
|
+
loadingProvider: TSocialAuthProvider | null;
|
3011
|
+
}
|
3012
|
+
|
2813
3013
|
export declare const isOkayTypeQuestion: IIsOkayTypeQuestion;
|
2814
3014
|
|
2815
3015
|
export declare enum IStatsToAwardErrorCode {
|
@@ -2905,6 +3105,11 @@ declare interface ISyncableWebGameProps {
|
|
2905
3105
|
enableSync?: boolean;
|
2906
3106
|
}
|
2907
3107
|
|
3108
|
+
declare interface ITabItem {
|
3109
|
+
id: string;
|
3110
|
+
label: string;
|
3111
|
+
}
|
3112
|
+
|
2908
3113
|
export declare interface ITable {
|
2909
3114
|
tableList: ITableInfo[];
|
2910
3115
|
infiniteModeHighScore: number;
|
@@ -2970,6 +3175,12 @@ export declare interface ITabSizeConfig {
|
|
2970
3175
|
textVariant: TTextVariants;
|
2971
3176
|
}
|
2972
3177
|
|
3178
|
+
declare interface ITabsProps {
|
3179
|
+
selectedTab: string;
|
3180
|
+
onChange: (tab: string) => void;
|
3181
|
+
tabs: ITabItem[];
|
3182
|
+
}
|
3183
|
+
|
2973
3184
|
export declare interface ITabVariantConfig {
|
2974
3185
|
backgroundColorName: {
|
2975
3186
|
inactive: TColorNames;
|
@@ -3058,7 +3269,7 @@ declare interface ITestsListProps {
|
|
3058
3269
|
onNodeReattempt?: (sheetData: INodeDataProps, milestoneId?: string) => void;
|
3059
3270
|
onNodeAssignAsHomework?: (sheetData: INodeDataProps, milestoneId?: string) => void;
|
3060
3271
|
onTestPreview?: (sheetData: INodeDataProps, milestoneId: string) => void;
|
3061
|
-
onTestStart?: (sheetData: INodeDataProps
|
3272
|
+
onTestStart?: (sheetData: INodeDataProps) => void;
|
3062
3273
|
onTestReview?: (sheetData: INodeDataProps, milestoneId: string) => void;
|
3063
3274
|
}
|
3064
3275
|
|
@@ -3327,6 +3538,25 @@ declare interface IUserChapterProgressProps {
|
|
3327
3538
|
total_core_sheets: number;
|
3328
3539
|
}
|
3329
3540
|
|
3541
|
+
declare interface IUsernamePasswordFormProps {
|
3542
|
+
username: string;
|
3543
|
+
password: string;
|
3544
|
+
errors: {
|
3545
|
+
username: string;
|
3546
|
+
password: string;
|
3547
|
+
};
|
3548
|
+
isLoading: boolean;
|
3549
|
+
onChange: (key: 'username' | 'password', value: string) => void;
|
3550
|
+
onSubmit: (e: FormEvent<HTMLFormElement>) => void;
|
3551
|
+
onForgotPassword: () => void;
|
3552
|
+
}
|
3553
|
+
|
3554
|
+
declare interface IUserTypeSelectorProps {
|
3555
|
+
onNext: () => void;
|
3556
|
+
onUserTypeChange: (id: TAuthUserType) => void;
|
3557
|
+
userType: TAuthUserType;
|
3558
|
+
}
|
3559
|
+
|
3330
3560
|
declare interface IUseTrialSessionMessageBroker {
|
3331
3561
|
(options: {
|
3332
3562
|
teacherClassroomId?: string;
|
@@ -3716,6 +3946,7 @@ export declare const LOTTIE: {
|
|
3716
3946
|
ACCURACY_METER: string;
|
3717
3947
|
ACCURACY_NEEDLE: string;
|
3718
3948
|
ADVANCE_MODE_SEGMENT_LOTTIE: string;
|
3949
|
+
AVATAR_SELECTED: string;
|
3719
3950
|
BEGINNER1X: string;
|
3720
3951
|
BRONZE_1: string;
|
3721
3952
|
BRONZE_2: string;
|
@@ -3730,8 +3961,10 @@ export declare const LOTTIE: {
|
|
3730
3961
|
COLOR_3: string;
|
3731
3962
|
COMPETITIVE_ARENA: string;
|
3732
3963
|
DIFFICULT: string;
|
3964
|
+
DOB: string;
|
3733
3965
|
EASY: string;
|
3734
3966
|
ELITE_CIRCLE: string;
|
3967
|
+
ERROR: string;
|
3735
3968
|
ERROR_LOTTIE: string;
|
3736
3969
|
FAMILIAR1X: string;
|
3737
3970
|
FIFTEEN_MIN_CLOCK: string;
|
@@ -3739,12 +3972,18 @@ export declare const LOTTIE: {
|
|
3739
3972
|
GOLD_1: string;
|
3740
3973
|
GOLD_2: string;
|
3741
3974
|
GOLD_3: string;
|
3975
|
+
GRADE: string;
|
3742
3976
|
INFINITE_BUTTON_BG: string;
|
3743
3977
|
INFINITE_BUTTON_SYMBOL: string;
|
3978
|
+
KEY: string;
|
3744
3979
|
LEARN: string;
|
3745
3980
|
LEVELUP_RINGS: string;
|
3981
|
+
MAIL: string;
|
3746
3982
|
MEDIUM: string;
|
3747
3983
|
NUDGE_TAP: string;
|
3984
|
+
OTP: string;
|
3985
|
+
PARENT_AVATAR: string;
|
3986
|
+
PHONE_NUMBER: string;
|
3748
3987
|
POINT100: string;
|
3749
3988
|
POINT10: string;
|
3750
3989
|
POINT15: string;
|
@@ -3774,6 +4013,7 @@ export declare const LOTTIE: {
|
|
3774
4013
|
SLEEPY_BOI: string;
|
3775
4014
|
SPINNER_WHITE: string;
|
3776
4015
|
SPLASH_SCREEN: string;
|
4016
|
+
STUDENT_AVATAR: string;
|
3777
4017
|
TABLE_MODE_REVEAL: string;
|
3778
4018
|
TABLE_MODE_STAR: string;
|
3779
4019
|
TABLE_SEGMENT_STAR: string;
|
@@ -3784,6 +4024,7 @@ export declare const LOTTIE: {
|
|
3784
4024
|
TOTAL_TIME: string;
|
3785
4025
|
TOTAL_TIME_SPENT: string;
|
3786
4026
|
TOURNAMENT_RIPPLE: string;
|
4027
|
+
USERNAME: string;
|
3787
4028
|
VIDEO: string;
|
3788
4029
|
};
|
3789
4030
|
|
@@ -3968,8 +4209,14 @@ declare interface NumRangeInputProps {
|
|
3968
4209
|
endPlaceholder?: string;
|
3969
4210
|
}
|
3970
4211
|
|
4212
|
+
export declare const OTPForm: MemoExoticComponent<({ onSubmit, onChange, value, error, isProcessing, isValid, helperText, }: ISingleFieldFormProps) => JSX_2.Element>;
|
4213
|
+
|
3971
4214
|
export declare type OutcomeStage = keyof typeof STAGES;
|
3972
4215
|
|
4216
|
+
export declare const OverlayLoader: MemoExoticComponent<({ isLoading }: {
|
4217
|
+
isLoading?: boolean | undefined;
|
4218
|
+
}) => JSX_2.Element | null>;
|
4219
|
+
|
3973
4220
|
export declare const PencilIcon: React.FC<React.SVGProps<SVGSVGElement>>;
|
3974
4221
|
|
3975
4222
|
export declare const PercentileInput: React_2.ForwardRefExoticComponent<IPercentileProps & React_2.RefAttributes<HTMLInputElement>>;
|
@@ -4108,6 +4355,10 @@ export declare const ReferenceSheet: FC<IReferenceSheetProps>;
|
|
4108
4355
|
|
4109
4356
|
export declare const RemotePeerPointer: MemoExoticComponent<({ containerRef, onPublish, onSubscribe, responseId }: IPointerProps) => JSX_2.Element>;
|
4110
4357
|
|
4358
|
+
export declare const ResendOTP: NamedExoticComponent<IOTPResendProps>;
|
4359
|
+
|
4360
|
+
export declare const ResetPasswordForm: MemoExoticComponent<({ onSubmit, onChange, formData, errors, isSubmitDisabled, isProcessing, isValid, }: IResetPasswordFormProps) => JSX_2.Element>;
|
4361
|
+
|
4111
4362
|
export declare const REWARDS_LIST: string[];
|
4112
4363
|
|
4113
4364
|
export declare const RightIcon: React.FC<React.SVGProps<SVGSVGElement>>;
|
@@ -4197,6 +4448,8 @@ export declare const SheetLocked: MemoExoticComponent<({ onHomeClick }: {
|
|
4197
4448
|
|
4198
4449
|
export declare const SignUp: ({ mathGymEnrolledUser, circleEnrolledUser, circleOnLeapPremiumDays, circleUsername, countryCode, grade: defaultGrade, state, circleOnLeapPremiumEnabled, studentId, isSignUpProcessing, onCreateUser, onUpdateUser, onSignupStepsComplete, }: ISignUpProps) => JSX_2.Element;
|
4199
4450
|
|
4451
|
+
export declare const SignupMethods: NamedExoticComponent<ISignupMethodsProps>;
|
4452
|
+
|
4200
4453
|
declare const SketchIcon: React.FC<React.SVGProps<SVGSVGElement>>;
|
4201
4454
|
export { SketchIcon as ScribbleIcon }
|
4202
4455
|
export { SketchIcon }
|
@@ -4207,6 +4460,10 @@ export declare const SkipColoredIcon: React.FC<React.SVGProps<SVGSVGElement>>;
|
|
4207
4460
|
|
4208
4461
|
export declare const SkipIcon: React.FC<React.SVGProps<SVGSVGElement>>;
|
4209
4462
|
|
4463
|
+
export declare const SocialAccountNotFound: MemoExoticComponent<({ onRetryLogin, onGoToSignup }: ISocialAccountNotFoundProps) => JSX_2.Element>;
|
4464
|
+
|
4465
|
+
export declare const SocialLoginMethods: NamedExoticComponent<ISocialLoginMethodsProps>;
|
4466
|
+
|
4210
4467
|
export declare const SplashScreen: ({ animationCompleted }: {
|
4211
4468
|
animationCompleted: () => void;
|
4212
4469
|
}) => JSX_2.Element;
|
@@ -4274,6 +4531,8 @@ declare const TAB_CODES: {
|
|
4274
4531
|
|
4275
4532
|
export declare const TabComponent: React_2.FC<ITabProps>;
|
4276
4533
|
|
4534
|
+
export declare const Tabs: MemoExoticComponent<({ selectedTab, onChange, tabs }: ITabsProps) => JSX_2.Element>;
|
4535
|
+
|
4277
4536
|
export declare type TAction = EventToPayload<TInclassMessage>;
|
4278
4537
|
|
4279
4538
|
declare type TActionListenerOptions = {
|
@@ -4300,6 +4559,14 @@ export declare type TArrowTooltipConfig = {
|
|
4300
4559
|
|
4301
4560
|
export declare type TArrowTooltipVariants = 'primary' | 'secondary';
|
4302
4561
|
|
4562
|
+
export declare type TAuthApiErrorCode = (typeof AuthApiErrorCode)[keyof typeof AuthApiErrorCode];
|
4563
|
+
|
4564
|
+
export declare type TAuthProvider = 'email' | 'phone' | 'username';
|
4565
|
+
|
4566
|
+
export declare type TAuthTabKeys = 'identifier' | 'username';
|
4567
|
+
|
4568
|
+
export declare type TAuthUserType = 'student' | 'parent';
|
4569
|
+
|
4303
4570
|
declare type TBadgeData = {
|
4304
4571
|
acknowledged_on: number | null;
|
4305
4572
|
animation_url: string;
|
@@ -4602,12 +4869,6 @@ export declare type TInclassMessage = {
|
|
4602
4869
|
eventPayload: {
|
4603
4870
|
worksheetId: string;
|
4604
4871
|
};
|
4605
|
-
} | {
|
4606
|
-
eventName: typeof EVENTS.SHEET_MARKED_AS_REVIEWED;
|
4607
|
-
eventPayload: {
|
4608
|
-
studentId: string;
|
4609
|
-
milestoneId?: string;
|
4610
|
-
};
|
4611
4872
|
} | {
|
4612
4873
|
eventName: typeof EVENTS.HOMEWORK_UNASSIGN;
|
4613
4874
|
eventPayload: {
|
@@ -4674,7 +4935,6 @@ export declare type TInclassMessage = {
|
|
4674
4935
|
eventName: typeof EVENTS.SHEET_STARTED;
|
4675
4936
|
eventPayload: {
|
4676
4937
|
sheetIds: string[];
|
4677
|
-
milestoneId?: string;
|
4678
4938
|
};
|
4679
4939
|
} | {
|
4680
4940
|
eventName: typeof EVENTS.MILESTONE_NAME_UPDATED;
|
@@ -5142,6 +5402,8 @@ declare type TSectionSummary = {
|
|
5142
5402
|
modules: TSATModule[];
|
5143
5403
|
};
|
5144
5404
|
|
5405
|
+
export declare type TSelectedCountry = Pick<ICountryOption, 'id' | 'code'>;
|
5406
|
+
|
5145
5407
|
declare type TSheetAttemptLocation = keyof typeof SHEET_ATTEMPT_LOCATION;
|
5146
5408
|
|
5147
5409
|
declare type TSheetAttemptLocation_2 = keyof typeof SHEET_ATTEMPT_LOCATION;
|
@@ -5211,6 +5473,8 @@ declare type TSheetStates = keyof typeof NODE_CARD_STATES;
|
|
5211
5473
|
|
5212
5474
|
export declare type TSkillStatus = 'pending' | 'completed';
|
5213
5475
|
|
5476
|
+
export declare type TSocialAuthProvider = 'google' | 'apple';
|
5477
|
+
|
5214
5478
|
declare type TStickerData = {
|
5215
5479
|
actor_id: string;
|
5216
5480
|
badge_id: string;
|
@@ -5240,7 +5504,7 @@ export declare type TTableMode = 'random' | 'sequence' | 'advance' | 'infinite';
|
|
5240
5504
|
|
5241
5505
|
export declare type TTabSizes = 'xsmall' | 'small' | 'regular' | 'medium';
|
5242
5506
|
|
5243
|
-
export declare type TTabVariants = 'primary';
|
5507
|
+
export declare type TTabVariants = 'primary' | 'secondary';
|
5244
5508
|
|
5245
5509
|
declare type TTestDifficultyLevel = 'EASY' | 'MODERATE' | 'DIFFICULT';
|
5246
5510
|
|
@@ -5283,6 +5547,14 @@ export declare type TTrialSessionMessage = {
|
|
5283
5547
|
};
|
5284
5548
|
};
|
5285
5549
|
|
5550
|
+
declare type TUpdateHeight = (height: number) => void;
|
5551
|
+
|
5552
|
+
declare type TUserAccount = {
|
5553
|
+
id: string;
|
5554
|
+
phone: string;
|
5555
|
+
user_avatar?: IAvatarLayer[] | null;
|
5556
|
+
};
|
5557
|
+
|
5286
5558
|
declare type TUserChapterStates = 'MASTERED' | 'PROFICIENT' | 'FAMILIAR' | 'STARTED';
|
5287
5559
|
|
5288
5560
|
declare type TUserProgram = {
|
@@ -5466,6 +5738,12 @@ export declare const User2Icon: React.FC<React.SVGProps<SVGSVGElement>>;
|
|
5466
5738
|
|
5467
5739
|
export declare const UserIcon: React.FC<React.SVGProps<SVGSVGElement>>;
|
5468
5740
|
|
5741
|
+
export declare const UserIdentifierForm: MemoExoticComponent<({ onSubmit, onChange, value, error, isSubmitDisabled, isProcessing, isValid, label, }: ISingleFieldFormProps) => JSX_2.Element>;
|
5742
|
+
|
5743
|
+
export declare const UsernamePasswordForm: NamedExoticComponent<IUsernamePasswordFormProps>;
|
5744
|
+
|
5745
|
+
export declare const UserTypeSelector: NamedExoticComponent<IUserTypeSelectorProps>;
|
5746
|
+
|
5469
5747
|
export declare const useTrackingContext: (commonAnalyticsProps: Record<string, unknown>, overrides?: Record<string, unknown>) => {
|
5470
5748
|
onClick: TTrackCTA;
|
5471
5749
|
onResponse: TTrackInput;
|