@cuemath/leap 3.0.14 → 3.0.16
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 +12 -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/chapters-v2/chapter-details/chapter-banner/chapter-banner-styled.js +40 -32
- package/dist/features/chapters-v2/chapter-details/chapter-banner/chapter-banner-styled.js.map +1 -1
- package/dist/features/chapters-v2/chapter-details/chapter-banner/chapter-banner.js +66 -56
- package/dist/features/chapters-v2/chapter-details/chapter-banner/chapter-banner.js.map +1 -1
- package/dist/features/chapters-v2/constants/block-constants.js +3 -2
- package/dist/features/chapters-v2/constants/block-constants.js.map +1 -1
- package/dist/features/ui/constants/z-index.js +2 -1
- package/dist/features/ui/constants/z-index.js.map +1 -1
- package/dist/index.d.ts +288 -1
- 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/chapter-completed.1241399b.json +497 -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
|
}>;
|
@@ -107,7 +126,8 @@ declare enum BLOCK_TYPE {
|
|
107
126
|
FLASHCARDS = "FLASHCARDS",
|
108
127
|
SUBJECTIVES = "SUBJECTIVES",
|
109
128
|
PUZZLE_CARDS = "PUZZLE_CARDS",
|
110
|
-
SAT_MOCK_TEST = "SAT_MOCK_TEST"
|
129
|
+
SAT_MOCK_TEST = "SAT_MOCK_TEST",
|
130
|
+
STEP_UP = "STEP_UP"
|
111
131
|
}
|
112
132
|
|
113
133
|
declare const BLOCK_TYPE_2: {
|
@@ -231,6 +251,10 @@ export declare const CircularLoader: () => JSX_2.Element;
|
|
231
251
|
|
232
252
|
export declare const CircularSteps: FC<ICircularStepsProps>;
|
233
253
|
|
254
|
+
export declare const CircularStepWrapper: MemoExoticComponent<ForwardRefExoticComponent<ICircularStepWrapperProps & RefAttributes<ICircularStepRef>>>;
|
255
|
+
|
256
|
+
export declare const ClaimUserAccount: NamedExoticComponent<IClaimUserAccountProps>;
|
257
|
+
|
234
258
|
export declare const Clickable: React_2.FC<IClickableProps>;
|
235
259
|
|
236
260
|
export declare const ClipboardIcon: React.FC<React.SVGProps<SVGSVGElement>>;
|
@@ -279,8 +303,12 @@ export declare const CuemathLogo: React_2.FC<React_2.SVGProps<SVGSVGElement>>;
|
|
279
303
|
|
280
304
|
export declare const CueRocket: React.FC<React.SVGProps<SVGSVGElement>>;
|
281
305
|
|
306
|
+
export declare const CustomInputField: NamedExoticComponent<ICustomInputFieldProps>;
|
307
|
+
|
282
308
|
export declare const DashArrowIcon: React.FC<React.SVGProps<SVGSVGElement>>;
|
283
309
|
|
310
|
+
export declare const DatePickerInput: NamedExoticComponent<IDatePickerInputProps>;
|
311
|
+
|
284
312
|
export declare const DesmosCalculator: FC<IDesmosCalculatorProps>;
|
285
313
|
|
286
314
|
export declare const DigitalMeter: FC<IDigitalMeterProps>;
|
@@ -487,6 +515,8 @@ export declare const GoalEdit: React.FC<IMileStoneEditContainerProps>;
|
|
487
515
|
|
488
516
|
export declare const GooglePlacesSearchInput: ComponentType<Omit_2<IGooglePlacesSearchInputProps, IProvidedProps>>;
|
489
517
|
|
518
|
+
export declare const GradeInput: NamedExoticComponent<ICustomInputFieldProps>;
|
519
|
+
|
490
520
|
export declare function GradeSelector({ selectedValue, onSelect, tabsWidth, width, grades, renderAs, size, layoutAlignment, }: IGradeSelectorProps): JSX.Element;
|
491
521
|
|
492
522
|
export declare const HandIcon: React_2.FC;
|
@@ -523,6 +553,17 @@ declare interface IAccordionSectionProps {
|
|
523
553
|
bodyOverFlow?: TStyleAttrubutes['overflow'];
|
524
554
|
}
|
525
555
|
|
556
|
+
declare interface IAccountSelectorViewProps {
|
557
|
+
userAccounts: {
|
558
|
+
id: string;
|
559
|
+
username: string;
|
560
|
+
user_avatar?: IAvatarLayer[] | null;
|
561
|
+
}[];
|
562
|
+
onSelect: (accountId: string) => void;
|
563
|
+
onAddNew: () => void;
|
564
|
+
isLoading: boolean;
|
565
|
+
}
|
566
|
+
|
526
567
|
declare interface IAchievementConfig {
|
527
568
|
pollingInterval?: number;
|
528
569
|
maxPollingAttempts?: number;
|
@@ -589,6 +630,22 @@ declare interface IAttempt {
|
|
589
630
|
score: ILearnosityQuestionScore;
|
590
631
|
}
|
591
632
|
|
633
|
+
declare interface IAuthPageLayoutProps {
|
634
|
+
leftBlock: JSX.Element;
|
635
|
+
rightBlock?: JSX.Element;
|
636
|
+
isFullWidth?: boolean;
|
637
|
+
}
|
638
|
+
|
639
|
+
declare interface IAuthStaticPanelProps {
|
640
|
+
title?: string;
|
641
|
+
description?: string;
|
642
|
+
}
|
643
|
+
|
644
|
+
declare interface IAuthTab {
|
645
|
+
id: TAuthTabKeys;
|
646
|
+
label: string;
|
647
|
+
}
|
648
|
+
|
592
649
|
declare interface IAutoPlayPermissionContextType {
|
593
650
|
canAutoPlayAudio: boolean;
|
594
651
|
canAutoPlayVideo: boolean;
|
@@ -965,6 +1022,10 @@ export declare interface ICircleHomeDetails {
|
|
965
1022
|
timestamps: ITodaysContentTimeStamps;
|
966
1023
|
}
|
967
1024
|
|
1025
|
+
export declare type ICircularStepRef = {
|
1026
|
+
playOutroAndFadeOut: () => Promise<void>;
|
1027
|
+
};
|
1028
|
+
|
968
1029
|
declare interface ICircularSteps {
|
969
1030
|
id: string;
|
970
1031
|
label?: React.ReactNode;
|
@@ -988,6 +1049,29 @@ declare interface ICircularStepsProps {
|
|
988
1049
|
sizeInPercent?: number;
|
989
1050
|
}
|
990
1051
|
|
1052
|
+
declare interface ICircularStepWrapperProps {
|
1053
|
+
children: JSX.Element;
|
1054
|
+
animation: string;
|
1055
|
+
introFrames: [number, number];
|
1056
|
+
outroFrames: [number, number];
|
1057
|
+
onGoBack?: () => void;
|
1058
|
+
onNext?: () => void;
|
1059
|
+
label?: string;
|
1060
|
+
showNext?: boolean;
|
1061
|
+
showPrevious?: boolean;
|
1062
|
+
isNextLoading?: boolean;
|
1063
|
+
progressAngle?: number;
|
1064
|
+
}
|
1065
|
+
|
1066
|
+
declare interface IClaimUserAccountProps {
|
1067
|
+
email?: string;
|
1068
|
+
onSelectAccount: (userId: string) => void;
|
1069
|
+
onCreateNewAccount: () => void;
|
1070
|
+
userAccounts: TUserAccount[];
|
1071
|
+
isCreatingAccount: boolean;
|
1072
|
+
isLoading: boolean;
|
1073
|
+
}
|
1074
|
+
|
991
1075
|
declare interface IClassStatus {
|
992
1076
|
next_class_time?: number;
|
993
1077
|
class_duration: number;
|
@@ -1071,6 +1155,16 @@ declare interface ICountdownTimer {
|
|
1071
1155
|
theme: 'GREEN_1' | 'ORANGE_1';
|
1072
1156
|
}
|
1073
1157
|
|
1158
|
+
declare interface ICountryOption {
|
1159
|
+
code: string;
|
1160
|
+
id: string;
|
1161
|
+
value: string;
|
1162
|
+
label: string;
|
1163
|
+
icon: string;
|
1164
|
+
url: string;
|
1165
|
+
geoIPCountryCode: string;
|
1166
|
+
}
|
1167
|
+
|
1074
1168
|
export declare interface ICreateUserPayloadDal {
|
1075
1169
|
username: string;
|
1076
1170
|
grade: string;
|
@@ -1129,6 +1223,26 @@ declare interface ICurriculumStandards {
|
|
1129
1223
|
name: string;
|
1130
1224
|
}
|
1131
1225
|
|
1226
|
+
declare interface ICustomInputFieldProps {
|
1227
|
+
value: string;
|
1228
|
+
onChange: (value: string) => void;
|
1229
|
+
onEnter?: () => void;
|
1230
|
+
error?: string;
|
1231
|
+
helperText?: string;
|
1232
|
+
actionElement?: JSX.Element;
|
1233
|
+
isLoading?: boolean;
|
1234
|
+
isValid?: boolean;
|
1235
|
+
type?: 'text' | 'password' | 'number' | 'phone';
|
1236
|
+
placeholder?: string;
|
1237
|
+
maxLength?: number;
|
1238
|
+
width?: number;
|
1239
|
+
textTransform?: string;
|
1240
|
+
textAlign?: string;
|
1241
|
+
onCountryChange?: (option: TSelectedCountry) => void;
|
1242
|
+
selectedCountry?: TSelectedCountry;
|
1243
|
+
autoSize?: boolean;
|
1244
|
+
}
|
1245
|
+
|
1132
1246
|
declare interface ICustomVideoProps extends React_2.DetailedHTMLProps<React_2.VideoHTMLAttributes<HTMLVideoElement>, HTMLVideoElement> {
|
1133
1247
|
isYoutube?: boolean;
|
1134
1248
|
analyticsData?: Record<string, unknown>;
|
@@ -1136,6 +1250,13 @@ declare interface ICustomVideoProps extends React_2.DetailedHTMLProps<React_2.Vi
|
|
1136
1250
|
src: string;
|
1137
1251
|
}
|
1138
1252
|
|
1253
|
+
declare interface IDatePickerInputProps extends Omit<ICustomInputFieldProps, 'value' | 'onChange'> {
|
1254
|
+
value: Date | null;
|
1255
|
+
onChange: (date: Date | null) => void;
|
1256
|
+
}
|
1257
|
+
|
1258
|
+
export declare const IdentifierOtpForm: React_2.NamedExoticComponent<IIdentifierOtpFormProps>;
|
1259
|
+
|
1139
1260
|
declare interface IDesmosCalculatorProps {
|
1140
1261
|
onClose: () => void;
|
1141
1262
|
height?: string | number;
|
@@ -1360,6 +1481,22 @@ declare interface IIconButtonProps extends Omit<IButtonProps, 'label' | 'shape'
|
|
1360
1481
|
renderAs: TButtonVariants;
|
1361
1482
|
}
|
1362
1483
|
|
1484
|
+
declare interface IIdentifierOtpFormProps {
|
1485
|
+
identifier: string;
|
1486
|
+
otp: string;
|
1487
|
+
errors: {
|
1488
|
+
identifier: string;
|
1489
|
+
otp: string;
|
1490
|
+
};
|
1491
|
+
isOtpVerified: boolean;
|
1492
|
+
isLoading: boolean;
|
1493
|
+
isSubmitDisabled: boolean;
|
1494
|
+
showOtpInput: boolean;
|
1495
|
+
onChange: (key: 'identifier' | 'otp', value: string) => void;
|
1496
|
+
onSubmit: (e: FormEvent<HTMLFormElement>) => void;
|
1497
|
+
onSendOtp: () => void;
|
1498
|
+
}
|
1499
|
+
|
1363
1500
|
declare interface IImageProps extends ImgHTMLAttributes<HTMLImageElement> {
|
1364
1501
|
withLoader: boolean;
|
1365
1502
|
borderRadius?: number;
|
@@ -1385,6 +1522,15 @@ export declare interface IInputSizeConfig {
|
|
1385
1522
|
iconPadding: number;
|
1386
1523
|
}
|
1387
1524
|
|
1525
|
+
declare interface IInputStatusIconProps {
|
1526
|
+
isLoading?: boolean;
|
1527
|
+
isValid?: boolean;
|
1528
|
+
isError?: boolean;
|
1529
|
+
size?: number;
|
1530
|
+
successColor?: TColorNames;
|
1531
|
+
errorColor?: TColorNames;
|
1532
|
+
}
|
1533
|
+
|
1388
1534
|
export declare interface IInputVariantConfig {
|
1389
1535
|
valueColorName: {
|
1390
1536
|
inactive: TColorNames;
|
@@ -1744,6 +1890,7 @@ export declare const ILLUSTRATIONS: {
|
|
1744
1890
|
CHAPTER_HEADER_BG: string;
|
1745
1891
|
CHAPTER_HEADER_BG_2: string;
|
1746
1892
|
CIRCLE_CUEMATH_LOGO: string;
|
1893
|
+
CIRCLE_CUEMATH_LOGO_WHITE: string;
|
1747
1894
|
CIRCLE_OUTERCIRCLE_BG: string;
|
1748
1895
|
CLOCK_ORANGE: string;
|
1749
1896
|
COMMUNITY_BULB: string;
|
@@ -1751,6 +1898,7 @@ export declare const ILLUSTRATIONS: {
|
|
1751
1898
|
CROWN: string;
|
1752
1899
|
CROWN_OVERLAY: string;
|
1753
1900
|
CUECOIN_GOLD: string;
|
1901
|
+
CUEMATH_APP_QR_CODE: string;
|
1754
1902
|
DESKTOP_WITH_PURPLE_FILL: string;
|
1755
1903
|
DURATION_30MIN_GRAY: string;
|
1756
1904
|
DURATION_45MIN_GRAY: string;
|
@@ -1835,6 +1983,7 @@ export declare const ILLUSTRATIONS: {
|
|
1835
1983
|
USER_DOWN: string;
|
1836
1984
|
USER_PIN: string;
|
1837
1985
|
USER_PROFILE_BACKGROUND: string;
|
1986
|
+
USER_TYPE_SELECTOR_GRID_BG: string;
|
1838
1987
|
USER_UP: string;
|
1839
1988
|
YELLOW_FACE: string;
|
1840
1989
|
};
|
@@ -2265,6 +2414,8 @@ declare interface INodePermissions {
|
|
2265
2414
|
can_unassign: boolean;
|
2266
2415
|
}
|
2267
2416
|
|
2417
|
+
export declare const InputStatusIcon: NamedExoticComponent<IInputStatusIconProps>;
|
2418
|
+
|
2268
2419
|
export declare interface INudgeProps {
|
2269
2420
|
nudge: 'click';
|
2270
2421
|
content: ReactNode;
|
@@ -2297,6 +2448,16 @@ declare interface IOpenImageReviewModalProps {
|
|
2297
2448
|
image?: string;
|
2298
2449
|
}
|
2299
2450
|
|
2451
|
+
declare interface IOTPResendProps {
|
2452
|
+
onResendOTP: () => void;
|
2453
|
+
onResendVoiceOTP?: () => void;
|
2454
|
+
timerSeconds?: number;
|
2455
|
+
showVoiceOTP?: boolean;
|
2456
|
+
disabled?: boolean;
|
2457
|
+
renderAs?: 'submit' | 'text';
|
2458
|
+
width?: number;
|
2459
|
+
}
|
2460
|
+
|
2300
2461
|
declare interface IOutcomeConfig {
|
2301
2462
|
id: string;
|
2302
2463
|
input_type: string;
|
@@ -2574,6 +2735,16 @@ declare interface IReferenceSheetProps {
|
|
2574
2735
|
};
|
2575
2736
|
}
|
2576
2737
|
|
2738
|
+
declare interface IResetPasswordFormProps {
|
2739
|
+
onSubmit: (e: FormEvent<HTMLFormElement>) => void;
|
2740
|
+
onChange: (key: string, value: string) => void;
|
2741
|
+
formData: Record<string, string>;
|
2742
|
+
errors: Record<string, string>;
|
2743
|
+
isProcessing: boolean;
|
2744
|
+
isSubmitDisabled: boolean;
|
2745
|
+
isValid?: boolean;
|
2746
|
+
}
|
2747
|
+
|
2577
2748
|
export declare interface IResourceItemData {
|
2578
2749
|
boards: string[];
|
2579
2750
|
created_on: string;
|
@@ -2792,6 +2963,14 @@ declare interface ISheetsListProps extends ISheetItemCallbackProps {
|
|
2792
2963
|
section?: TSheetsSection;
|
2793
2964
|
}
|
2794
2965
|
|
2966
|
+
declare interface ISignupMethodsProps {
|
2967
|
+
onEmailSignup: () => void;
|
2968
|
+
onPhoneSignup: () => void;
|
2969
|
+
onGoogleSignup: () => void;
|
2970
|
+
onAppleSignup: () => void;
|
2971
|
+
loadingProvider: TSocialAuthProvider | null;
|
2972
|
+
}
|
2973
|
+
|
2795
2974
|
export declare interface ISignUpProps {
|
2796
2975
|
circleOnLeapSignedUp: boolean;
|
2797
2976
|
circleOnLeapPremiumEnabled: boolean;
|
@@ -2809,6 +2988,29 @@ export declare interface ISignUpProps {
|
|
2809
2988
|
onSignupStepsComplete: (data: IUpdateUserPayloadDal | ICreateUserResponseDal | null) => void;
|
2810
2989
|
}
|
2811
2990
|
|
2991
|
+
declare interface ISingleFieldFormProps {
|
2992
|
+
onSubmit: (e?: FormEvent<HTMLFormElement>) => void;
|
2993
|
+
onChange: (key: string, value: string) => void;
|
2994
|
+
value: string;
|
2995
|
+
error: string;
|
2996
|
+
isProcessing: boolean;
|
2997
|
+
isSubmitDisabled?: boolean;
|
2998
|
+
isValid?: boolean;
|
2999
|
+
label?: string;
|
3000
|
+
helperText?: string;
|
3001
|
+
}
|
3002
|
+
|
3003
|
+
declare interface ISocialAccountNotFoundProps {
|
3004
|
+
onRetryLogin: () => void;
|
3005
|
+
onGoToSignup: () => void;
|
3006
|
+
}
|
3007
|
+
|
3008
|
+
declare interface ISocialLoginMethodsProps {
|
3009
|
+
onGoogleLogin: () => void;
|
3010
|
+
onAppleLogin: () => void;
|
3011
|
+
loadingProvider: TSocialAuthProvider | null;
|
3012
|
+
}
|
3013
|
+
|
2812
3014
|
export declare const isOkayTypeQuestion: IIsOkayTypeQuestion;
|
2813
3015
|
|
2814
3016
|
export declare enum IStatsToAwardErrorCode {
|
@@ -2904,6 +3106,11 @@ declare interface ISyncableWebGameProps {
|
|
2904
3106
|
enableSync?: boolean;
|
2905
3107
|
}
|
2906
3108
|
|
3109
|
+
declare interface ITabItem {
|
3110
|
+
id: string;
|
3111
|
+
label: string;
|
3112
|
+
}
|
3113
|
+
|
2907
3114
|
export declare interface ITable {
|
2908
3115
|
tableList: ITableInfo[];
|
2909
3116
|
infiniteModeHighScore: number;
|
@@ -2969,6 +3176,12 @@ export declare interface ITabSizeConfig {
|
|
2969
3176
|
textVariant: TTextVariants;
|
2970
3177
|
}
|
2971
3178
|
|
3179
|
+
declare interface ITabsProps {
|
3180
|
+
selectedTab: string;
|
3181
|
+
onChange: (tab: string) => void;
|
3182
|
+
tabs: ITabItem[];
|
3183
|
+
}
|
3184
|
+
|
2972
3185
|
export declare interface ITabVariantConfig {
|
2973
3186
|
backgroundColorName: {
|
2974
3187
|
inactive: TColorNames;
|
@@ -3326,6 +3539,25 @@ declare interface IUserChapterProgressProps {
|
|
3326
3539
|
total_core_sheets: number;
|
3327
3540
|
}
|
3328
3541
|
|
3542
|
+
declare interface IUsernamePasswordFormProps {
|
3543
|
+
username: string;
|
3544
|
+
password: string;
|
3545
|
+
errors: {
|
3546
|
+
username: string;
|
3547
|
+
password: string;
|
3548
|
+
};
|
3549
|
+
isLoading: boolean;
|
3550
|
+
onChange: (key: 'username' | 'password', value: string) => void;
|
3551
|
+
onSubmit: (e: FormEvent<HTMLFormElement>) => void;
|
3552
|
+
onForgotPassword: () => void;
|
3553
|
+
}
|
3554
|
+
|
3555
|
+
declare interface IUserTypeSelectorProps {
|
3556
|
+
onNext: () => void;
|
3557
|
+
onUserTypeChange: (id: TAuthUserType) => void;
|
3558
|
+
userType: TAuthUserType;
|
3559
|
+
}
|
3560
|
+
|
3329
3561
|
declare interface IUseTrialSessionMessageBroker {
|
3330
3562
|
(options: {
|
3331
3563
|
teacherClassroomId?: string;
|
@@ -3715,10 +3947,12 @@ export declare const LOTTIE: {
|
|
3715
3947
|
ACCURACY_METER: string;
|
3716
3948
|
ACCURACY_NEEDLE: string;
|
3717
3949
|
ADVANCE_MODE_SEGMENT_LOTTIE: string;
|
3950
|
+
AVATAR_SELECTED: string;
|
3718
3951
|
BEGINNER1X: string;
|
3719
3952
|
BRONZE_1: string;
|
3720
3953
|
BRONZE_2: string;
|
3721
3954
|
BRONZE_3: string;
|
3955
|
+
CHAPTER_COMPLETED: string;
|
3722
3956
|
CIRCULAR_LOADER: string;
|
3723
3957
|
CLOCK_30MIN: string;
|
3724
3958
|
CLOCK_45MIN: string;
|
@@ -3729,8 +3963,10 @@ export declare const LOTTIE: {
|
|
3729
3963
|
COLOR_3: string;
|
3730
3964
|
COMPETITIVE_ARENA: string;
|
3731
3965
|
DIFFICULT: string;
|
3966
|
+
DOB: string;
|
3732
3967
|
EASY: string;
|
3733
3968
|
ELITE_CIRCLE: string;
|
3969
|
+
ERROR: string;
|
3734
3970
|
ERROR_LOTTIE: string;
|
3735
3971
|
FAMILIAR1X: string;
|
3736
3972
|
FIFTEEN_MIN_CLOCK: string;
|
@@ -3738,12 +3974,18 @@ export declare const LOTTIE: {
|
|
3738
3974
|
GOLD_1: string;
|
3739
3975
|
GOLD_2: string;
|
3740
3976
|
GOLD_3: string;
|
3977
|
+
GRADE: string;
|
3741
3978
|
INFINITE_BUTTON_BG: string;
|
3742
3979
|
INFINITE_BUTTON_SYMBOL: string;
|
3980
|
+
KEY: string;
|
3743
3981
|
LEARN: string;
|
3744
3982
|
LEVELUP_RINGS: string;
|
3983
|
+
MAIL: string;
|
3745
3984
|
MEDIUM: string;
|
3746
3985
|
NUDGE_TAP: string;
|
3986
|
+
OTP: string;
|
3987
|
+
PARENT_AVATAR: string;
|
3988
|
+
PHONE_NUMBER: string;
|
3747
3989
|
POINT100: string;
|
3748
3990
|
POINT10: string;
|
3749
3991
|
POINT15: string;
|
@@ -3773,6 +4015,7 @@ export declare const LOTTIE: {
|
|
3773
4015
|
SLEEPY_BOI: string;
|
3774
4016
|
SPINNER_WHITE: string;
|
3775
4017
|
SPLASH_SCREEN: string;
|
4018
|
+
STUDENT_AVATAR: string;
|
3776
4019
|
TABLE_MODE_REVEAL: string;
|
3777
4020
|
TABLE_MODE_STAR: string;
|
3778
4021
|
TABLE_SEGMENT_STAR: string;
|
@@ -3783,6 +4026,7 @@ export declare const LOTTIE: {
|
|
3783
4026
|
TOTAL_TIME: string;
|
3784
4027
|
TOTAL_TIME_SPENT: string;
|
3785
4028
|
TOURNAMENT_RIPPLE: string;
|
4029
|
+
USERNAME: string;
|
3786
4030
|
VIDEO: string;
|
3787
4031
|
};
|
3788
4032
|
|
@@ -3967,8 +4211,14 @@ declare interface NumRangeInputProps {
|
|
3967
4211
|
endPlaceholder?: string;
|
3968
4212
|
}
|
3969
4213
|
|
4214
|
+
export declare const OTPForm: MemoExoticComponent<({ onSubmit, onChange, value, error, isProcessing, isValid, helperText, }: ISingleFieldFormProps) => JSX_2.Element>;
|
4215
|
+
|
3970
4216
|
export declare type OutcomeStage = keyof typeof STAGES;
|
3971
4217
|
|
4218
|
+
export declare const OverlayLoader: MemoExoticComponent<({ isLoading }: {
|
4219
|
+
isLoading?: boolean | undefined;
|
4220
|
+
}) => JSX_2.Element | null>;
|
4221
|
+
|
3972
4222
|
export declare const PencilIcon: React.FC<React.SVGProps<SVGSVGElement>>;
|
3973
4223
|
|
3974
4224
|
export declare const PercentileInput: React_2.ForwardRefExoticComponent<IPercentileProps & React_2.RefAttributes<HTMLInputElement>>;
|
@@ -4107,6 +4357,10 @@ export declare const ReferenceSheet: FC<IReferenceSheetProps>;
|
|
4107
4357
|
|
4108
4358
|
export declare const RemotePeerPointer: MemoExoticComponent<({ containerRef, onPublish, onSubscribe, responseId }: IPointerProps) => JSX_2.Element>;
|
4109
4359
|
|
4360
|
+
export declare const ResendOTP: NamedExoticComponent<IOTPResendProps>;
|
4361
|
+
|
4362
|
+
export declare const ResetPasswordForm: MemoExoticComponent<({ onSubmit, onChange, formData, errors, isSubmitDisabled, isProcessing, isValid, }: IResetPasswordFormProps) => JSX_2.Element>;
|
4363
|
+
|
4110
4364
|
export declare const REWARDS_LIST: string[];
|
4111
4365
|
|
4112
4366
|
export declare const RightIcon: React.FC<React.SVGProps<SVGSVGElement>>;
|
@@ -4196,6 +4450,8 @@ export declare const SheetLocked: MemoExoticComponent<({ onHomeClick }: {
|
|
4196
4450
|
|
4197
4451
|
export declare const SignUp: ({ mathGymEnrolledUser, circleEnrolledUser, circleOnLeapPremiumDays, circleUsername, countryCode, grade: defaultGrade, state, circleOnLeapPremiumEnabled, studentId, isSignUpProcessing, onCreateUser, onUpdateUser, onSignupStepsComplete, }: ISignUpProps) => JSX_2.Element;
|
4198
4452
|
|
4453
|
+
export declare const SignupMethods: NamedExoticComponent<ISignupMethodsProps>;
|
4454
|
+
|
4199
4455
|
declare const SketchIcon: React.FC<React.SVGProps<SVGSVGElement>>;
|
4200
4456
|
export { SketchIcon as ScribbleIcon }
|
4201
4457
|
export { SketchIcon }
|
@@ -4206,6 +4462,10 @@ export declare const SkipColoredIcon: React.FC<React.SVGProps<SVGSVGElement>>;
|
|
4206
4462
|
|
4207
4463
|
export declare const SkipIcon: React.FC<React.SVGProps<SVGSVGElement>>;
|
4208
4464
|
|
4465
|
+
export declare const SocialAccountNotFound: MemoExoticComponent<({ onRetryLogin, onGoToSignup }: ISocialAccountNotFoundProps) => JSX_2.Element>;
|
4466
|
+
|
4467
|
+
export declare const SocialLoginMethods: NamedExoticComponent<ISocialLoginMethodsProps>;
|
4468
|
+
|
4209
4469
|
export declare const SplashScreen: ({ animationCompleted }: {
|
4210
4470
|
animationCompleted: () => void;
|
4211
4471
|
}) => JSX_2.Element;
|
@@ -4273,6 +4533,8 @@ declare const TAB_CODES: {
|
|
4273
4533
|
|
4274
4534
|
export declare const TabComponent: React_2.FC<ITabProps>;
|
4275
4535
|
|
4536
|
+
export declare const Tabs: MemoExoticComponent<({ selectedTab, onChange, tabs }: ITabsProps) => JSX_2.Element>;
|
4537
|
+
|
4276
4538
|
export declare type TAction = EventToPayload<TInclassMessage>;
|
4277
4539
|
|
4278
4540
|
declare type TActionListenerOptions = {
|
@@ -4299,6 +4561,14 @@ export declare type TArrowTooltipConfig = {
|
|
4299
4561
|
|
4300
4562
|
export declare type TArrowTooltipVariants = 'primary' | 'secondary';
|
4301
4563
|
|
4564
|
+
export declare type TAuthApiErrorCode = (typeof AuthApiErrorCode)[keyof typeof AuthApiErrorCode];
|
4565
|
+
|
4566
|
+
export declare type TAuthProvider = 'email' | 'phone' | 'username';
|
4567
|
+
|
4568
|
+
export declare type TAuthTabKeys = 'identifier' | 'username';
|
4569
|
+
|
4570
|
+
export declare type TAuthUserType = 'student' | 'parent';
|
4571
|
+
|
4302
4572
|
declare type TBadgeData = {
|
4303
4573
|
acknowledged_on: number | null;
|
4304
4574
|
animation_url: string;
|
@@ -5134,6 +5404,8 @@ declare type TSectionSummary = {
|
|
5134
5404
|
modules: TSATModule[];
|
5135
5405
|
};
|
5136
5406
|
|
5407
|
+
export declare type TSelectedCountry = Pick<ICountryOption, 'id' | 'code'>;
|
5408
|
+
|
5137
5409
|
declare type TSheetAttemptLocation = keyof typeof SHEET_ATTEMPT_LOCATION;
|
5138
5410
|
|
5139
5411
|
declare type TSheetAttemptLocation_2 = keyof typeof SHEET_ATTEMPT_LOCATION;
|
@@ -5203,6 +5475,8 @@ declare type TSheetStates = keyof typeof NODE_CARD_STATES;
|
|
5203
5475
|
|
5204
5476
|
export declare type TSkillStatus = 'pending' | 'completed';
|
5205
5477
|
|
5478
|
+
export declare type TSocialAuthProvider = 'google' | 'apple';
|
5479
|
+
|
5206
5480
|
declare type TStickerData = {
|
5207
5481
|
actor_id: string;
|
5208
5482
|
badge_id: string;
|
@@ -5277,6 +5551,12 @@ export declare type TTrialSessionMessage = {
|
|
5277
5551
|
|
5278
5552
|
declare type TUpdateHeight = (height: number) => void;
|
5279
5553
|
|
5554
|
+
declare type TUserAccount = {
|
5555
|
+
id: string;
|
5556
|
+
phone: string;
|
5557
|
+
user_avatar?: IAvatarLayer[] | null;
|
5558
|
+
};
|
5559
|
+
|
5280
5560
|
declare type TUserChapterStates = 'MASTERED' | 'PROFICIENT' | 'FAMILIAR' | 'STARTED';
|
5281
5561
|
|
5282
5562
|
declare type TUserProgram = {
|
@@ -5460,6 +5740,12 @@ export declare const User2Icon: React.FC<React.SVGProps<SVGSVGElement>>;
|
|
5460
5740
|
|
5461
5741
|
export declare const UserIcon: React.FC<React.SVGProps<SVGSVGElement>>;
|
5462
5742
|
|
5743
|
+
export declare const UserIdentifierForm: MemoExoticComponent<({ onSubmit, onChange, value, error, isSubmitDisabled, isProcessing, isValid, label, }: ISingleFieldFormProps) => JSX_2.Element>;
|
5744
|
+
|
5745
|
+
export declare const UsernamePasswordForm: NamedExoticComponent<IUsernamePasswordFormProps>;
|
5746
|
+
|
5747
|
+
export declare const UserTypeSelector: NamedExoticComponent<IUserTypeSelectorProps>;
|
5748
|
+
|
5463
5749
|
export declare const useTrackingContext: (commonAnalyticsProps: Record<string, unknown>, overrides?: Record<string, unknown>) => {
|
5464
5750
|
onClick: TTrackCTA;
|
5465
5751
|
onResponse: TTrackInput;
|
@@ -5537,6 +5823,7 @@ declare const ZINDEX: {
|
|
5537
5823
|
readonly DESMOS_CALCULATOR: 2;
|
5538
5824
|
readonly GOAL_CHAPTER_SHEETS_MENU: 4;
|
5539
5825
|
readonly JOURNEY_OVERLAY: 1000;
|
5826
|
+
readonly CHAPTER_COMPLETED_LOTTIE: 5;
|
5540
5827
|
};
|
5541
5828
|
|
5542
5829
|
export { }
|