@cuemath/leap 3.0.10-j → 3.0.11-akm
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 +0 -3
- package/dist/assets/illustrations/illustrations.js.map +1 -1
- package/dist/assets/lottie/lottie.js +0 -11
- package/dist/assets/lottie/lottie.js.map +1 -1
- package/dist/features/chapters/chapters-list/chapter-item/chapter-item-styled.js +36 -27
- package/dist/features/chapters/chapters-list/chapter-item/chapter-item-styled.js.map +1 -1
- package/dist/features/chapters/chapters-list/chapter-item/chapter-item.js +43 -31
- package/dist/features/chapters/chapters-list/chapter-item/chapter-item.js.map +1 -1
- package/dist/features/chapters/chapters-list/chapters-list.js +16 -15
- package/dist/features/chapters/chapters-list/chapters-list.js.map +1 -1
- package/dist/features/chapters-v2/chapter-details/block-sections/block-section-view.js +2 -2
- package/dist/features/chapters-v2/chapter-details/block-sections/block-section-view.js.map +1 -1
- package/dist/features/chapters-v2/chapter-details/block-sections/block-sections.js +30 -30
- package/dist/features/chapters-v2/chapter-details/block-sections/block-sections.js.map +1 -1
- package/dist/features/chapters-v2/chapter-details/chapter-details.js +35 -35
- package/dist/features/chapters-v2/chapter-details/chapter-details.js.map +1 -1
- package/dist/features/chapters-v2/comps/node-card/teacher-actions/teacher-actions.js +44 -44
- package/dist/features/chapters-v2/comps/node-card/teacher-actions/teacher-actions.js.map +1 -1
- package/dist/features/homework/homework-card.js +146 -131
- package/dist/features/homework/homework-card.js.map +1 -1
- package/dist/features/journey/hooks/use-chapter-journey.js +28 -28
- package/dist/features/journey/hooks/use-chapter-journey.js.map +1 -1
- package/dist/features/milestone/milestone-list-container/milestone-list/milestone-list.js +40 -38
- package/dist/features/milestone/milestone-list-container/milestone-list/milestone-list.js.map +1 -1
- package/dist/features/milestone/milestone-list-container/milestone-list/milestone-widget/milestone-tabs/milestone-tabs.js +53 -50
- package/dist/features/milestone/milestone-list-container/milestone-list/milestone-widget/milestone-tabs/milestone-tabs.js.map +1 -1
- package/dist/features/milestone/milestone-list-container/milestone-list/milestone-widget/milestone-widget.js +64 -62
- package/dist/features/milestone/milestone-list-container/milestone-list/milestone-widget/milestone-widget.js.map +1 -1
- package/dist/features/milestone/milestone-list-container/milestone-list-container.js +44 -42
- package/dist/features/milestone/milestone-list-container/milestone-list-container.js.map +1 -1
- package/dist/features/milestone/milestone-resources/resources-list/resources-list.js +39 -37
- package/dist/features/milestone/milestone-resources/resources-list/resources-list.js.map +1 -1
- package/dist/features/milestone/milestone-tests/test-list-v2/test-list-container.js +38 -31
- package/dist/features/milestone/milestone-tests/test-list-v2/test-list-container.js.map +1 -1
- package/dist/features/post-game-stats/clock/clock.js +45 -45
- package/dist/features/post-game-stats/clock/clock.js.map +1 -1
- package/dist/features/post-game-stats/digital-meter/digital-meter.js +49 -40
- package/dist/features/post-game-stats/digital-meter/digital-meter.js.map +1 -1
- package/dist/features/ui/loader/circular-loader/circular-loader.js +8 -6
- package/dist/features/ui/loader/circular-loader/circular-loader.js.map +1 -1
- package/dist/index.d.ts +9 -283
- package/dist/index.js +505 -551
- package/dist/index.js.map +1 -1
- package/package.json +2 -3
- package/dist/assets/illustrations/loader-1.svg.js +0 -6
- package/dist/assets/illustrations/loader-1.svg.js.map +0 -1
- package/dist/assets/line-icons/icons/apple-icon.js +0 -48
- package/dist/assets/line-icons/icons/apple-icon.js.map +0 -1
- package/dist/assets/line-icons/icons/google-icon.js +0 -42
- package/dist/assets/line-icons/icons/google-icon.js.map +0 -1
- package/dist/features/auth/account-selector/account-selector-styled.js +0 -37
- package/dist/features/auth/account-selector/account-selector-styled.js.map +0 -1
- package/dist/features/auth/account-selector/account-selector.js +0 -90
- package/dist/features/auth/account-selector/account-selector.js.map +0 -1
- package/dist/features/auth/comps/auth-page-layout/auth-page-layout-styles.js +0 -12
- package/dist/features/auth/comps/auth-page-layout/auth-page-layout-styles.js.map +0 -1
- package/dist/features/auth/comps/auth-page-layout/auth-page-layout.js +0 -11
- package/dist/features/auth/comps/auth-page-layout/auth-page-layout.js.map +0 -1
- package/dist/features/auth/comps/auth-static-panel/auth-static-panel.js +0 -17
- package/dist/features/auth/comps/auth-static-panel/auth-static-panel.js.map +0 -1
- package/dist/features/auth/comps/input-status-icon/input-status-icon.js +0 -20
- package/dist/features/auth/comps/input-status-icon/input-status-icon.js.map +0 -1
- package/dist/features/auth/comps/overlay-loader/overlay-loader-styled.js +0 -29
- package/dist/features/auth/comps/overlay-loader/overlay-loader-styled.js.map +0 -1
- package/dist/features/auth/comps/overlay-loader/overlay-loader.js +0 -8
- package/dist/features/auth/comps/overlay-loader/overlay-loader.js.map +0 -1
- package/dist/features/auth/comps/resend-otp/otp-timer/otp-timer.js +0 -25
- package/dist/features/auth/comps/resend-otp/otp-timer/otp-timer.js.map +0 -1
- package/dist/features/auth/comps/resend-otp/resend-otp.js +0 -47
- package/dist/features/auth/comps/resend-otp/resend-otp.js.map +0 -1
- package/dist/features/auth/comps/tabs/tabs-styled.js +0 -23
- package/dist/features/auth/comps/tabs/tabs-styled.js.map +0 -1
- package/dist/features/auth/comps/tabs/tabs.js +0 -23
- package/dist/features/auth/comps/tabs/tabs.js.map +0 -1
- package/dist/features/auth/forgot-password/forgot-password-styled.js +0 -12
- package/dist/features/auth/forgot-password/forgot-password-styled.js.map +0 -1
- package/dist/features/auth/forgot-password/otp-form/otp-form.js +0 -67
- package/dist/features/auth/forgot-password/otp-form/otp-form.js.map +0 -1
- package/dist/features/auth/forgot-password/reset-password-form/reset-password-form.js +0 -89
- package/dist/features/auth/forgot-password/reset-password-form/reset-password-form.js.map +0 -1
- package/dist/features/auth/forgot-password/user-identifier-form/user-identifier-form.js +0 -60
- package/dist/features/auth/forgot-password/user-identifier-form/user-identifier-form.js.map +0 -1
- package/dist/features/auth/login/identifier-otp-form/identifier-otp-form-styled.js +0 -12
- package/dist/features/auth/login/identifier-otp-form/identifier-otp-form-styled.js.map +0 -1
- package/dist/features/auth/login/identifier-otp-form/identifier-otp-form.js +0 -88
- package/dist/features/auth/login/identifier-otp-form/identifier-otp-form.js.map +0 -1
- package/dist/features/auth/login/login-constants.js +0 -12
- package/dist/features/auth/login/login-constants.js.map +0 -1
- package/dist/features/auth/login/social-account-not-found/social-account-not-found.js +0 -31
- package/dist/features/auth/login/social-account-not-found/social-account-not-found.js.map +0 -1
- package/dist/features/auth/login/social-login-methods/social-login-methods.js +0 -46
- package/dist/features/auth/login/social-login-methods/social-login-methods.js.map +0 -1
- package/dist/features/auth/login/username-password-form/username-password-form.js +0 -87
- package/dist/features/auth/login/username-password-form/username-password-form.js.map +0 -1
- package/dist/features/auth/signup/circular-step-wrapper/circular-step-wrapper-styled.js +0 -56
- package/dist/features/auth/signup/circular-step-wrapper/circular-step-wrapper-styled.js.map +0 -1
- package/dist/features/auth/signup/circular-step-wrapper/circular-step-wrapper.js +0 -131
- package/dist/features/auth/signup/circular-step-wrapper/circular-step-wrapper.js.map +0 -1
- package/dist/features/auth/signup/claim-user-account/claim-user-account-styled.js +0 -27
- package/dist/features/auth/signup/claim-user-account/claim-user-account-styled.js.map +0 -1
- package/dist/features/auth/signup/claim-user-account/claim-user-account.js +0 -76
- package/dist/features/auth/signup/claim-user-account/claim-user-account.js.map +0 -1
- package/dist/features/auth/signup/custom-input-field/country-selector/country-code-button.js +0 -33
- package/dist/features/auth/signup/custom-input-field/country-selector/country-code-button.js.map +0 -1
- package/dist/features/auth/signup/custom-input-field/country-selector/country-list-menu.js +0 -98
- package/dist/features/auth/signup/custom-input-field/country-selector/country-list-menu.js.map +0 -1
- package/dist/features/auth/signup/custom-input-field/country-selector/country-selector-styled.js +0 -57
- package/dist/features/auth/signup/custom-input-field/country-selector/country-selector-styled.js.map +0 -1
- package/dist/features/auth/signup/custom-input-field/country-selector/country-selector.js +0 -26
- package/dist/features/auth/signup/custom-input-field/country-selector/country-selector.js.map +0 -1
- package/dist/features/auth/signup/custom-input-field/custom-input-field-styled.js +0 -30
- package/dist/features/auth/signup/custom-input-field/custom-input-field-styled.js.map +0 -1
- package/dist/features/auth/signup/custom-input-field/custom-input-field.js +0 -93
- package/dist/features/auth/signup/custom-input-field/custom-input-field.js.map +0 -1
- package/dist/features/auth/signup/custom-input-field/date-picker-input/date-picker-input-styled.js +0 -88
- package/dist/features/auth/signup/custom-input-field/date-picker-input/date-picker-input-styled.js.map +0 -1
- package/dist/features/auth/signup/custom-input-field/date-picker-input/date-picker-input.js +0 -58
- package/dist/features/auth/signup/custom-input-field/date-picker-input/date-picker-input.js.map +0 -1
- package/dist/features/auth/signup/custom-input-field/grade-input/grade-input-styled.js +0 -31
- package/dist/features/auth/signup/custom-input-field/grade-input/grade-input-styled.js.map +0 -1
- package/dist/features/auth/signup/custom-input-field/grade-input/grade-input.js +0 -30
- package/dist/features/auth/signup/custom-input-field/grade-input/grade-input.js.map +0 -1
- package/dist/features/auth/signup/custom-input-field/input-wrapper/input-wrapper-styled.js +0 -11
- package/dist/features/auth/signup/custom-input-field/input-wrapper/input-wrapper-styled.js.map +0 -1
- package/dist/features/auth/signup/custom-input-field/input-wrapper/input-wrapper.js +0 -33
- package/dist/features/auth/signup/custom-input-field/input-wrapper/input-wrapper.js.map +0 -1
- package/dist/features/auth/signup/custom-input-field/password-toggle/password-toggle.js +0 -9
- package/dist/features/auth/signup/custom-input-field/password-toggle/password-toggle.js.map +0 -1
- package/dist/features/auth/signup/signup-constants.js +0 -1031
- package/dist/features/auth/signup/signup-constants.js.map +0 -1
- package/dist/features/auth/signup/signup-methods/signup-methods.js +0 -68
- package/dist/features/auth/signup/signup-methods/signup-methods.js.map +0 -1
- package/dist/features/auth/signup/user-type-selector/user-type-card/user-type-card-styled.js +0 -19
- package/dist/features/auth/signup/user-type-selector/user-type-card/user-type-card-styled.js.map +0 -1
- package/dist/features/auth/signup/user-type-selector/user-type-card/user-type-card.js +0 -62
- package/dist/features/auth/signup/user-type-selector/user-type-card/user-type-card.js.map +0 -1
- package/dist/features/auth/signup/user-type-selector/user-type-selector-styled.js +0 -24
- package/dist/features/auth/signup/user-type-selector/user-type-selector-styled.js.map +0 -1
- package/dist/features/auth/signup/user-type-selector/user-type-selector.js +0 -87
- package/dist/features/auth/signup/user-type-selector/user-type-selector.js.map +0 -1
- package/dist/node_modules/@floating-ui/core/dist/floating-ui.core.js +0 -332
- package/dist/node_modules/@floating-ui/core/dist/floating-ui.core.js.map +0 -1
- package/dist/node_modules/@floating-ui/dom/dist/floating-ui.dom.js +0 -370
- package/dist/node_modules/@floating-ui/dom/dist/floating-ui.dom.js.map +0 -1
- package/dist/node_modules/@floating-ui/react/dist/floating-ui.react.js +0 -252
- package/dist/node_modules/@floating-ui/react/dist/floating-ui.react.js.map +0 -1
- package/dist/node_modules/@floating-ui/react/dist/floating-ui.react.utils.js +0 -24
- package/dist/node_modules/@floating-ui/react/dist/floating-ui.react.utils.js.map +0 -1
- package/dist/node_modules/@floating-ui/react/node_modules/@floating-ui/react-dom/dist/floating-ui.react-dom.js +0 -192
- package/dist/node_modules/@floating-ui/react/node_modules/@floating-ui/react-dom/dist/floating-ui.react-dom.js.map +0 -1
- package/dist/node_modules/@floating-ui/react/node_modules/@floating-ui/utils/dist/floating-ui.utils.dom.js +0 -19
- package/dist/node_modules/@floating-ui/react/node_modules/@floating-ui/utils/dist/floating-ui.utils.dom.js.map +0 -1
- package/dist/node_modules/@floating-ui/utils/dist/floating-ui.utils.dom.js +0 -129
- package/dist/node_modules/@floating-ui/utils/dist/floating-ui.utils.dom.js.map +0 -1
- package/dist/node_modules/@floating-ui/utils/dist/floating-ui.utils.js +0 -129
- package/dist/node_modules/@floating-ui/utils/dist/floating-ui.utils.js.map +0 -1
- package/dist/node_modules/clsx/dist/clsx.js +0 -18
- package/dist/node_modules/clsx/dist/clsx.js.map +0 -1
- package/dist/node_modules/date-fns/subYears.js +0 -9
- package/dist/node_modules/date-fns/subYears.js.map +0 -1
- package/dist/node_modules/react-datepicker/dist/index.es.js +0 -2700
- package/dist/node_modules/react-datepicker/dist/index.es.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/addLeadingZeros.js +0 -8
- package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/addLeadingZeros.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/defaultOptions.js +0 -8
- package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/defaultOptions.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/format/formatters.js +0 -518
- package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/format/formatters.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/format/lightFormatters.js +0 -60
- package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/format/lightFormatters.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/format/longFormatters.js +0 -53
- package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/format/longFormatters.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/getTimezoneOffsetInMilliseconds.js +0 -19
- package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/getTimezoneOffsetInMilliseconds.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/normalizeDates.js +0 -12
- package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/normalizeDates.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/protectedTokens.js +0 -21
- package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/protectedTokens.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/addDays.js +0 -11
- package/dist/node_modules/react-datepicker/node_modules/date-fns/addDays.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/addHours.js +0 -10
- package/dist/node_modules/react-datepicker/node_modules/date-fns/addHours.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/addMilliseconds.js +0 -10
- package/dist/node_modules/react-datepicker/node_modules/date-fns/addMilliseconds.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/addMinutes.js +0 -11
- package/dist/node_modules/react-datepicker/node_modules/date-fns/addMinutes.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/addMonths.js +0 -21
- package/dist/node_modules/react-datepicker/node_modules/date-fns/addMonths.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/addQuarters.js +0 -9
- package/dist/node_modules/react-datepicker/node_modules/date-fns/addQuarters.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/addSeconds.js +0 -9
- package/dist/node_modules/react-datepicker/node_modules/date-fns/addSeconds.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/addWeeks.js +0 -9
- package/dist/node_modules/react-datepicker/node_modules/date-fns/addWeeks.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/addYears.js +0 -9
- package/dist/node_modules/react-datepicker/node_modules/date-fns/addYears.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/constants.js +0 -10
- package/dist/node_modules/react-datepicker/node_modules/date-fns/constants.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/constructFrom.js +0 -9
- package/dist/node_modules/react-datepicker/node_modules/date-fns/constructFrom.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/differenceInCalendarDays.js +0 -17
- package/dist/node_modules/react-datepicker/node_modules/date-fns/differenceInCalendarDays.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/differenceInCalendarMonths.js +0 -14
- package/dist/node_modules/react-datepicker/node_modules/date-fns/differenceInCalendarMonths.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/differenceInCalendarQuarters.js +0 -15
- package/dist/node_modules/react-datepicker/node_modules/date-fns/differenceInCalendarQuarters.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/differenceInCalendarYears.js +0 -14
- package/dist/node_modules/react-datepicker/node_modules/date-fns/differenceInCalendarYears.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/differenceInDays.js +0 -23
- package/dist/node_modules/react-datepicker/node_modules/date-fns/differenceInDays.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/endOfDay.js +0 -10
- package/dist/node_modules/react-datepicker/node_modules/date-fns/endOfDay.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/endOfMonth.js +0 -10
- package/dist/node_modules/react-datepicker/node_modules/date-fns/endOfMonth.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/endOfWeek.js +0 -12
- package/dist/node_modules/react-datepicker/node_modules/date-fns/endOfWeek.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/endOfYear.js +0 -10
- package/dist/node_modules/react-datepicker/node_modules/date-fns/endOfYear.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/format.js +0 -60
- package/dist/node_modules/react-datepicker/node_modules/date-fns/format.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/getDate.js +0 -9
- package/dist/node_modules/react-datepicker/node_modules/date-fns/getDate.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/getDay.js +0 -9
- package/dist/node_modules/react-datepicker/node_modules/date-fns/getDay.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/getDayOfYear.js +0 -12
- package/dist/node_modules/react-datepicker/node_modules/date-fns/getDayOfYear.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/getDaysInMonth.js +0 -11
- package/dist/node_modules/react-datepicker/node_modules/date-fns/getDaysInMonth.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/getDefaultOptions.js +0 -9
- package/dist/node_modules/react-datepicker/node_modules/date-fns/getDefaultOptions.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/getHours.js +0 -9
- package/dist/node_modules/react-datepicker/node_modules/date-fns/getHours.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/getISODay.js +0 -10
- package/dist/node_modules/react-datepicker/node_modules/date-fns/getISODay.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/getISOWeek.js +0 -13
- package/dist/node_modules/react-datepicker/node_modules/date-fns/getISOWeek.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/getISOWeekYear.js +0 -16
- package/dist/node_modules/react-datepicker/node_modules/date-fns/getISOWeekYear.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/getMinutes.js +0 -9
- package/dist/node_modules/react-datepicker/node_modules/date-fns/getMinutes.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/getMonth.js +0 -9
- package/dist/node_modules/react-datepicker/node_modules/date-fns/getMonth.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/getQuarter.js +0 -10
- package/dist/node_modules/react-datepicker/node_modules/date-fns/getQuarter.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/getSeconds.js +0 -9
- package/dist/node_modules/react-datepicker/node_modules/date-fns/getSeconds.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/getTime.js +0 -9
- package/dist/node_modules/react-datepicker/node_modules/date-fns/getTime.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/getWeek.js +0 -13
- package/dist/node_modules/react-datepicker/node_modules/date-fns/getWeek.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/getWeekYear.js +0 -18
- package/dist/node_modules/react-datepicker/node_modules/date-fns/getWeekYear.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/getYear.js +0 -9
- package/dist/node_modules/react-datepicker/node_modules/date-fns/getYear.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/isAfter.js +0 -9
- package/dist/node_modules/react-datepicker/node_modules/date-fns/isAfter.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/isBefore.js +0 -9
- package/dist/node_modules/react-datepicker/node_modules/date-fns/isBefore.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/isDate.js +0 -8
- package/dist/node_modules/react-datepicker/node_modules/date-fns/isDate.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/isEqual.js +0 -9
- package/dist/node_modules/react-datepicker/node_modules/date-fns/isEqual.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/isSameDay.js +0 -15
- package/dist/node_modules/react-datepicker/node_modules/date-fns/isSameDay.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/isSameMonth.js +0 -14
- package/dist/node_modules/react-datepicker/node_modules/date-fns/isSameMonth.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/isSameQuarter.js +0 -15
- package/dist/node_modules/react-datepicker/node_modules/date-fns/isSameQuarter.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/isSameYear.js +0 -14
- package/dist/node_modules/react-datepicker/node_modules/date-fns/isSameYear.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/isValid.js +0 -10
- package/dist/node_modules/react-datepicker/node_modules/date-fns/isValid.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/isWithinInterval.js +0 -13
- package/dist/node_modules/react-datepicker/node_modules/date-fns/isWithinInterval.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/_lib/buildFormatLongFn.js +0 -10
- package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/_lib/buildFormatLongFn.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/_lib/buildLocalizeFn.js +0 -19
- package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/_lib/buildLocalizeFn.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/_lib/buildMatchFn.js +0 -32
- package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/_lib/buildMatchFn.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/_lib/buildMatchPatternFn.js +0 -16
- package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/_lib/buildMatchPatternFn.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/en-US/_lib/formatDistance.js +0 -71
- package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/en-US/_lib/formatDistance.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/en-US/_lib/formatLong.js +0 -34
- package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/en-US/_lib/formatLong.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/en-US/_lib/formatRelative.js +0 -12
- package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/en-US/_lib/formatRelative.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/en-US/_lib/localize.js +0 -156
- package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/en-US/_lib/localize.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/en-US/_lib/match.js +0 -111
- package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/en-US/_lib/match.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/en-US.js +0 -22
- package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/en-US.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/max.js +0 -15
- package/dist/node_modules/react-datepicker/node_modules/date-fns/max.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/min.js +0 -15
- package/dist/node_modules/react-datepicker/node_modules/date-fns/min.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/Parser.js +0 -23
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/Parser.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/Setter.js +0 -42
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/Setter.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/constants.js +0 -50
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/constants.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/AMPMMidnightParser.js +0 -50
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/AMPMMidnightParser.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/AMPMParser.js +0 -50
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/AMPMParser.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/DateParser.js +0 -62
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/DateParser.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/DayOfYearParser.js +0 -52
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/DayOfYearParser.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/DayParser.js +0 -46
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/DayParser.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/DayPeriodParser.js +0 -50
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/DayPeriodParser.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/EraParser.js +0 -31
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/EraParser.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/ExtendedYearParser.js +0 -22
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/ExtendedYearParser.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/FractionOfSecondParser.js +0 -23
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/FractionOfSecondParser.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/Hour0To11Parser.js +0 -33
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/Hour0To11Parser.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/Hour0to23Parser.js +0 -33
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/Hour0to23Parser.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/Hour1To24Parser.js +0 -34
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/Hour1To24Parser.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/Hour1to12Parser.js +0 -34
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/Hour1to12Parser.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/ISODayParser.js +0 -100
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/ISODayParser.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/ISOTimezoneParser.js +0 -49
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/ISOTimezoneParser.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/ISOTimezoneWithZParser.js +0 -49
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/ISOTimezoneWithZParser.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/ISOWeekParser.js +0 -50
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/ISOWeekParser.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/ISOWeekYearParser.js +0 -41
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/ISOWeekYearParser.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/LocalDayParser.js +0 -75
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/LocalDayParser.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/LocalWeekParser.js +0 -49
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/LocalWeekParser.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/LocalWeekYearParser.js +0 -70
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/LocalWeekYearParser.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/MinuteParser.js +0 -33
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/MinuteParser.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/MonthParser.js +0 -72
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/MonthParser.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/QuarterParser.js +0 -71
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/QuarterParser.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/SecondParser.js +0 -33
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/SecondParser.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/StandAloneLocalDayParser.js +0 -75
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/StandAloneLocalDayParser.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/StandAloneMonthParser.js +0 -72
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/StandAloneMonthParser.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/StandAloneQuarterParser.js +0 -71
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/StandAloneQuarterParser.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/TimestampMillisecondsParser.js +0 -23
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/TimestampMillisecondsParser.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/TimestampSecondsParser.js +0 -23
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/TimestampSecondsParser.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/YearParser.js +0 -50
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/YearParser.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers.js +0 -68
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/utils.js +0 -104
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/utils.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse.js +0 -88
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parseISO.js +0 -123
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parseISO.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/setDay.js +0 -13
- package/dist/node_modules/react-datepicker/node_modules/date-fns/setDay.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/setHours.js +0 -10
- package/dist/node_modules/react-datepicker/node_modules/date-fns/setHours.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/setISODay.js +0 -12
- package/dist/node_modules/react-datepicker/node_modules/date-fns/setISODay.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/setISOWeek.js +0 -11
- package/dist/node_modules/react-datepicker/node_modules/date-fns/setISOWeek.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/setMinutes.js +0 -10
- package/dist/node_modules/react-datepicker/node_modules/date-fns/setMinutes.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/setMonth.js +0 -14
- package/dist/node_modules/react-datepicker/node_modules/date-fns/setMonth.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/setQuarter.js +0 -11
- package/dist/node_modules/react-datepicker/node_modules/date-fns/setQuarter.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/setSeconds.js +0 -10
- package/dist/node_modules/react-datepicker/node_modules/date-fns/setSeconds.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/setWeek.js +0 -11
- package/dist/node_modules/react-datepicker/node_modules/date-fns/setWeek.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/setYear.js +0 -11
- package/dist/node_modules/react-datepicker/node_modules/date-fns/setYear.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfDay.js +0 -10
- package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfDay.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfISOWeek.js +0 -9
- package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfISOWeek.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfISOWeekYear.js +0 -12
- package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfISOWeekYear.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfMonth.js +0 -10
- package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfMonth.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfQuarter.js +0 -10
- package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfQuarter.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfWeek.js +0 -12
- package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfWeek.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfWeekYear.js +0 -14
- package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfWeekYear.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfYear.js +0 -10
- package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfYear.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/subDays.js +0 -9
- package/dist/node_modules/react-datepicker/node_modules/date-fns/subDays.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/subMonths.js +0 -9
- package/dist/node_modules/react-datepicker/node_modules/date-fns/subMonths.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/subQuarters.js +0 -9
- package/dist/node_modules/react-datepicker/node_modules/date-fns/subQuarters.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/subWeeks.js +0 -9
- package/dist/node_modules/react-datepicker/node_modules/date-fns/subWeeks.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/subYears.js +0 -9
- package/dist/node_modules/react-datepicker/node_modules/date-fns/subYears.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/toDate.js +0 -9
- package/dist/node_modules/react-datepicker/node_modules/date-fns/toDate.js.map +0 -1
- package/dist/node_modules/react-datepicker/node_modules/date-fns/transpose.js +0 -19
- package/dist/node_modules/react-datepicker/node_modules/date-fns/transpose.js.map +0 -1
- package/dist/static/avatar-selected.860ee923.json +0 -1
- package/dist/static/circle-cuemath-logo-white.e9fafb91.svg +0 -1
- package/dist/static/cuemath-app-qr-code.ba6cc09b.svg +0 -1
- package/dist/static/cuemath-app-qr-code.d0912fc7.png +0 -0
- package/dist/static/dob.9ce3c15b.json +0 -1
- package/dist/static/error.cbe1ddde.json +0 -1
- package/dist/static/grade.b3730524.json +0 -1
- package/dist/static/key.d6846476.json +0 -1
- package/dist/static/mail.c30e8708.json +0 -1
- package/dist/static/otp.2d08f874.json +0 -1
- package/dist/static/otp.a3029760.json +0 -1
- package/dist/static/parent-avatar.772d53e0.json +0 -1
- package/dist/static/phone-number.0be312ea.json +0 -1
- package/dist/static/phone-number.84f55562.json +0 -1
- package/dist/static/student-avatar.524226bd.json +0 -1
- package/dist/static/user-type-selector-grid-bg.3c9c8ad6.svg +0 -1
- package/dist/static/user-type-selector-grid-bg.3ce8142d.svg +0 -1
- package/dist/static/user-type-selector-grid-bg.aad0b059.svg +0 -1
- package/dist/static/username.9e034d51.json +0 -1
package/dist/index.d.ts
CHANGED
@@ -7,7 +7,6 @@ import type { DefaultTheme } from 'styled-components';
|
|
7
7
|
import { DetailedHTMLProps } from 'react';
|
8
8
|
import type { Dispatch } from 'react';
|
9
9
|
import { FC } from 'react';
|
10
|
-
import type { FormEvent } from 'react';
|
11
10
|
import { ForwardRefExoticComponent } from 'react';
|
12
11
|
import { HTMLAttributes } from 'react';
|
13
12
|
import { IChannelMessage } from '@cuemath/cue-message-broker';
|
@@ -41,8 +40,6 @@ import { Substitute } from 'styled-components/dist/types';
|
|
41
40
|
*/
|
42
41
|
export declare const AccordionSection: FC<IAccordionSectionProps>;
|
43
42
|
|
44
|
-
export declare const AccountSelector: ({ userAccounts, onSelect, onAddNew, isLoading, }: IAccountSelectorViewProps) => JSX_2.Element;
|
45
|
-
|
46
43
|
export declare const ACHIEVEMENT_ACTIONS: {
|
47
44
|
SHARE: string;
|
48
45
|
NOT_SHARE_CHOSEN: string;
|
@@ -64,22 +61,6 @@ export declare const ArcButton: MemoExoticComponent<ForwardRefExoticComponent<IA
|
|
64
61
|
|
65
62
|
export declare const ArrowTooltip: FC<IArrowTooltipProps>;
|
66
63
|
|
67
|
-
export declare const AUTH_TABS: ITabConfig<TAuthTabKeys>;
|
68
|
-
|
69
|
-
export declare const 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: FC<IAuthPageLayoutProps>;
|
80
|
-
|
81
|
-
export declare const AuthStaticPanel: FC<IAuthStaticPanelProps>;
|
82
|
-
|
83
64
|
export declare const AutoPlayPermissionProvider: FC<{
|
84
65
|
children: ReactNode;
|
85
66
|
}>;
|
@@ -250,10 +231,6 @@ export declare const CircularLoader: () => JSX_2.Element;
|
|
250
231
|
|
251
232
|
export declare const CircularSteps: FC<ICircularStepsProps>;
|
252
233
|
|
253
|
-
export declare const CircularStepWrapper: ForwardRefExoticComponent<ICircularStepWrapperProps & RefAttributes<ICircularStepRef>>;
|
254
|
-
|
255
|
-
export declare const ClaimUserAccount: NamedExoticComponent<IClaimUserAccountProps>;
|
256
|
-
|
257
234
|
export declare const Clickable: React_2.FC<IClickableProps>;
|
258
235
|
|
259
236
|
export declare const ClipboardIcon: React.FC<React.SVGProps<SVGSVGElement>>;
|
@@ -302,12 +279,8 @@ export declare const CuemathLogo: React_2.FC<React_2.SVGProps<SVGSVGElement>>;
|
|
302
279
|
|
303
280
|
export declare const CueRocket: React.FC<React.SVGProps<SVGSVGElement>>;
|
304
281
|
|
305
|
-
export declare const CustomInputField: FC<ICustomInputFieldProps>;
|
306
|
-
|
307
282
|
export declare const DashArrowIcon: React.FC<React.SVGProps<SVGSVGElement>>;
|
308
283
|
|
309
|
-
export declare const DatePickerInput: FC<IDatePickerInputProps>;
|
310
|
-
|
311
284
|
export declare const DesmosCalculator: FC<IDesmosCalculatorProps>;
|
312
285
|
|
313
286
|
export declare const DigitalMeter: FC<IDigitalMeterProps>;
|
@@ -514,8 +487,6 @@ export declare const GoalEdit: React.FC<IMileStoneEditContainerProps>;
|
|
514
487
|
|
515
488
|
export declare const GooglePlacesSearchInput: ComponentType<Omit_2<IGooglePlacesSearchInputProps, IProvidedProps>>;
|
516
489
|
|
517
|
-
export declare const GradeInput: FC<ICustomInputFieldProps>;
|
518
|
-
|
519
490
|
export declare function GradeSelector({ selectedValue, onSelect, tabsWidth, width, grades, renderAs, size, layoutAlignment, }: IGradeSelectorProps): JSX.Element;
|
520
491
|
|
521
492
|
export declare const HandIcon: React_2.FC;
|
@@ -552,17 +523,6 @@ declare interface IAccordionSectionProps {
|
|
552
523
|
bodyOverFlow?: TStyleAttrubutes['overflow'];
|
553
524
|
}
|
554
525
|
|
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
|
-
|
566
526
|
declare interface IAchievementConfig {
|
567
527
|
pollingInterval?: number;
|
568
528
|
maxPollingAttempts?: number;
|
@@ -629,17 +589,6 @@ declare interface IAttempt {
|
|
629
589
|
score: ILearnosityQuestionScore;
|
630
590
|
}
|
631
591
|
|
632
|
-
declare interface IAuthPageLayoutProps {
|
633
|
-
leftBlock: ReactNode;
|
634
|
-
rightBlock?: ReactNode;
|
635
|
-
isFullWidth?: boolean;
|
636
|
-
}
|
637
|
-
|
638
|
-
declare interface IAuthStaticPanelProps {
|
639
|
-
title?: string;
|
640
|
-
description?: string;
|
641
|
-
}
|
642
|
-
|
643
592
|
declare interface IAutoPlayPermissionContextType {
|
644
593
|
canAutoPlayAudio: boolean;
|
645
594
|
canAutoPlayVideo: boolean;
|
@@ -1016,10 +965,6 @@ export declare interface ICircleHomeDetails {
|
|
1016
965
|
timestamps: ITodaysContentTimeStamps;
|
1017
966
|
}
|
1018
967
|
|
1019
|
-
export declare type ICircularStepRef = {
|
1020
|
-
playOutroAndFadeOut: () => Promise<void>;
|
1021
|
-
};
|
1022
|
-
|
1023
968
|
declare interface ICircularSteps {
|
1024
969
|
id: string;
|
1025
970
|
label?: React.ReactNode;
|
@@ -1043,29 +988,6 @@ declare interface ICircularStepsProps {
|
|
1043
988
|
sizeInPercent?: number;
|
1044
989
|
}
|
1045
990
|
|
1046
|
-
declare interface ICircularStepWrapperProps {
|
1047
|
-
children: ReactNode;
|
1048
|
-
animation: string;
|
1049
|
-
introFrames: [number, number];
|
1050
|
-
outroFrames: [number, number];
|
1051
|
-
onGoBack?: () => void;
|
1052
|
-
onNext?: () => void;
|
1053
|
-
label?: string;
|
1054
|
-
showNext?: boolean;
|
1055
|
-
showPrevious?: boolean;
|
1056
|
-
isNextLoading?: boolean;
|
1057
|
-
progressAngle?: number;
|
1058
|
-
}
|
1059
|
-
|
1060
|
-
declare interface IClaimUserAccountProps {
|
1061
|
-
email?: string;
|
1062
|
-
onSelectAccount: (userId: string) => void;
|
1063
|
-
onCreateNewAccount: () => void;
|
1064
|
-
userAccounts: TUserAccount[];
|
1065
|
-
isCreatingAccount: boolean;
|
1066
|
-
isLoading: boolean;
|
1067
|
-
}
|
1068
|
-
|
1069
991
|
declare interface IClassStatus {
|
1070
992
|
next_class_time?: number;
|
1071
993
|
class_duration: number;
|
@@ -1149,16 +1071,6 @@ declare interface ICountdownTimer {
|
|
1149
1071
|
theme: 'GREEN_1' | 'ORANGE_1';
|
1150
1072
|
}
|
1151
1073
|
|
1152
|
-
declare interface ICountryOption {
|
1153
|
-
code: string;
|
1154
|
-
id: string;
|
1155
|
-
value: string;
|
1156
|
-
label: string;
|
1157
|
-
icon: string;
|
1158
|
-
url: string;
|
1159
|
-
geoIPCountryCode: string;
|
1160
|
-
}
|
1161
|
-
|
1162
1074
|
export declare interface ICreateUserPayloadDal {
|
1163
1075
|
username: string;
|
1164
1076
|
grade: string;
|
@@ -1217,26 +1129,6 @@ declare interface ICurriculumStandards {
|
|
1217
1129
|
name: string;
|
1218
1130
|
}
|
1219
1131
|
|
1220
|
-
declare interface ICustomInputFieldProps {
|
1221
|
-
value: string;
|
1222
|
-
onChange: (value: string) => void;
|
1223
|
-
onEnter?: () => void;
|
1224
|
-
error?: string;
|
1225
|
-
helperText?: string;
|
1226
|
-
actionElement?: ReactNode;
|
1227
|
-
isLoading?: boolean;
|
1228
|
-
isValid?: boolean;
|
1229
|
-
type?: 'text' | 'password' | 'number' | 'phone';
|
1230
|
-
placeholder?: string;
|
1231
|
-
maxLength?: number;
|
1232
|
-
width?: number;
|
1233
|
-
textTransform?: string;
|
1234
|
-
textAlign?: string;
|
1235
|
-
onCountryChange?: (option: TSelectedCountry) => void;
|
1236
|
-
selectedCountry?: TSelectedCountry;
|
1237
|
-
autoSize?: boolean;
|
1238
|
-
}
|
1239
|
-
|
1240
1132
|
declare interface ICustomVideoProps extends React_2.DetailedHTMLProps<React_2.VideoHTMLAttributes<HTMLVideoElement>, HTMLVideoElement> {
|
1241
1133
|
isYoutube?: boolean;
|
1242
1134
|
analyticsData?: Record<string, unknown>;
|
@@ -1244,13 +1136,6 @@ declare interface ICustomVideoProps extends React_2.DetailedHTMLProps<React_2.Vi
|
|
1244
1136
|
src: string;
|
1245
1137
|
}
|
1246
1138
|
|
1247
|
-
declare interface IDatePickerInputProps extends Omit<ICustomInputFieldProps, 'value' | 'onChange'> {
|
1248
|
-
value: Date | null;
|
1249
|
-
onChange: (date: Date | null) => void;
|
1250
|
-
}
|
1251
|
-
|
1252
|
-
export declare const IdentifierOtpForm: React_2.FC<IIdentifierOtpFormProps>;
|
1253
|
-
|
1254
1139
|
declare interface IDesmosCalculatorProps {
|
1255
1140
|
onClose: () => void;
|
1256
1141
|
height?: string | number;
|
@@ -1475,22 +1360,6 @@ declare interface IIconButtonProps extends Omit<IButtonProps, 'label' | 'shape'
|
|
1475
1360
|
renderAs: TButtonVariants;
|
1476
1361
|
}
|
1477
1362
|
|
1478
|
-
declare interface IIdentifierOtpFormProps {
|
1479
|
-
identifier: string;
|
1480
|
-
otp: string;
|
1481
|
-
errors: {
|
1482
|
-
identifier: string;
|
1483
|
-
otp: string;
|
1484
|
-
};
|
1485
|
-
isOtpVerified: boolean;
|
1486
|
-
isLoading: boolean;
|
1487
|
-
isSubmitDisabled: boolean;
|
1488
|
-
showOtpInput: boolean;
|
1489
|
-
onChange: (key: 'identifier' | 'otp', value: string) => void;
|
1490
|
-
onSubmit: (e: FormEvent<HTMLFormElement>) => void;
|
1491
|
-
onSendOtp: () => void;
|
1492
|
-
}
|
1493
|
-
|
1494
1363
|
declare interface IImageProps extends ImgHTMLAttributes<HTMLImageElement> {
|
1495
1364
|
withLoader: boolean;
|
1496
1365
|
borderRadius?: number;
|
@@ -1516,15 +1385,6 @@ export declare interface IInputSizeConfig {
|
|
1516
1385
|
iconPadding: number;
|
1517
1386
|
}
|
1518
1387
|
|
1519
|
-
declare interface IInputStatusIconProps {
|
1520
|
-
isLoading?: boolean;
|
1521
|
-
isValid?: boolean;
|
1522
|
-
isError?: boolean;
|
1523
|
-
size?: number;
|
1524
|
-
successColor?: TColorNames;
|
1525
|
-
errorColor?: TColorNames;
|
1526
|
-
}
|
1527
|
-
|
1528
1388
|
export declare interface IInputVariantConfig {
|
1529
1389
|
valueColorName: {
|
1530
1390
|
inactive: TColorNames;
|
@@ -1884,7 +1744,6 @@ export declare const ILLUSTRATIONS: {
|
|
1884
1744
|
CHAPTER_HEADER_BG: string;
|
1885
1745
|
CHAPTER_HEADER_BG_2: string;
|
1886
1746
|
CIRCLE_CUEMATH_LOGO: string;
|
1887
|
-
CIRCLE_CUEMATH_LOGO_WHITE: string;
|
1888
1747
|
CIRCLE_OUTERCIRCLE_BG: string;
|
1889
1748
|
CLOCK_ORANGE: string;
|
1890
1749
|
COMMUNITY_BULB: string;
|
@@ -1892,7 +1751,6 @@ export declare const ILLUSTRATIONS: {
|
|
1892
1751
|
CROWN: string;
|
1893
1752
|
CROWN_OVERLAY: string;
|
1894
1753
|
CUECOIN_GOLD: string;
|
1895
|
-
CUEMATH_APP_QR_CODE: string;
|
1896
1754
|
DESKTOP_WITH_PURPLE_FILL: string;
|
1897
1755
|
DURATION_30MIN_GRAY: string;
|
1898
1756
|
DURATION_45MIN_GRAY: string;
|
@@ -1977,7 +1835,6 @@ export declare const ILLUSTRATIONS: {
|
|
1977
1835
|
USER_DOWN: string;
|
1978
1836
|
USER_PIN: string;
|
1979
1837
|
USER_PROFILE_BACKGROUND: string;
|
1980
|
-
USER_TYPE_SELECTOR_GRID_BG: string;
|
1981
1838
|
USER_UP: string;
|
1982
1839
|
YELLOW_FACE: string;
|
1983
1840
|
};
|
@@ -2350,7 +2207,7 @@ declare interface INodeCardCallbacks {
|
|
2350
2207
|
onNodeView?: (nodeData: INodeDataProps, milestoneId?: string) => void;
|
2351
2208
|
onNodeReview?: (nodeData: INodeDataProps, milestoneId?: string, homeworkId?: string) => void;
|
2352
2209
|
onNodeReattempt?: (nodeData: INodeDataProps, milestoneId?: string) => void;
|
2353
|
-
|
2210
|
+
onNodeAssignAsHomework?: (nodeData: INodeDataProps, milestoneId?: string) => void;
|
2354
2211
|
onNodeMarkAsDone?: (nodeData: INodeDataProps) => void;
|
2355
2212
|
onNodeReset?: (nodeData: INodeDataProps, milestoneId?: string) => void;
|
2356
2213
|
onNodeUnassign?: (nodeData: INodeDataProps, milestoneId?: string) => void;
|
@@ -2373,6 +2230,7 @@ export declare interface INodeDataProps {
|
|
2373
2230
|
learnosity_activity_ref: string;
|
2374
2231
|
marked_as_completed: boolean;
|
2375
2232
|
node_id: string;
|
2233
|
+
id: string;
|
2376
2234
|
node_type: TNodeTypes_2;
|
2377
2235
|
sheet_statement: string;
|
2378
2236
|
permissions: INodePermissions;
|
@@ -2407,8 +2265,6 @@ declare interface INodePermissions {
|
|
2407
2265
|
can_unassign: boolean;
|
2408
2266
|
}
|
2409
2267
|
|
2410
|
-
export declare const InputStatusIcon: React.FC<IInputStatusIconProps>;
|
2411
|
-
|
2412
2268
|
export declare interface INudgeProps {
|
2413
2269
|
nudge: 'click';
|
2414
2270
|
content: ReactNode;
|
@@ -2441,14 +2297,6 @@ declare interface IOpenImageReviewModalProps {
|
|
2441
2297
|
image?: string;
|
2442
2298
|
}
|
2443
2299
|
|
2444
|
-
declare interface IOTPResendProps {
|
2445
|
-
onResendOTP: () => void;
|
2446
|
-
onResendVoiceOTP?: () => void;
|
2447
|
-
timerSeconds?: number;
|
2448
|
-
showVoiceOTP?: boolean;
|
2449
|
-
disabled?: boolean;
|
2450
|
-
}
|
2451
|
-
|
2452
2300
|
declare interface IOutcomeConfig {
|
2453
2301
|
id: string;
|
2454
2302
|
input_type: string;
|
@@ -2726,16 +2574,6 @@ declare interface IReferenceSheetProps {
|
|
2726
2574
|
};
|
2727
2575
|
}
|
2728
2576
|
|
2729
|
-
declare interface IResetPasswordFormProps {
|
2730
|
-
onSubmit: (e: FormEvent<HTMLFormElement>) => void;
|
2731
|
-
onChange: (key: string, value: string) => void;
|
2732
|
-
formData: Record<string, string>;
|
2733
|
-
errors: Record<string, string>;
|
2734
|
-
isProcessing: boolean;
|
2735
|
-
isSubmitDisabled: boolean;
|
2736
|
-
isValid?: boolean;
|
2737
|
-
}
|
2738
|
-
|
2739
2577
|
export declare interface IResourceItemData {
|
2740
2578
|
boards: string[];
|
2741
2579
|
created_on: string;
|
@@ -2954,14 +2792,6 @@ declare interface ISheetsListProps extends ISheetItemCallbackProps {
|
|
2954
2792
|
section?: TSheetsSection;
|
2955
2793
|
}
|
2956
2794
|
|
2957
|
-
declare interface ISignupMethodsProps {
|
2958
|
-
onEmailSignup: () => void;
|
2959
|
-
onPhoneSignup: () => void;
|
2960
|
-
onGoogleSignup: () => void;
|
2961
|
-
onAppleSignup: () => void;
|
2962
|
-
loadingProvider: TSocialAuthProvider | null;
|
2963
|
-
}
|
2964
|
-
|
2965
2795
|
export declare interface ISignUpProps {
|
2966
2796
|
circleOnLeapSignedUp: boolean;
|
2967
2797
|
circleOnLeapPremiumEnabled: boolean;
|
@@ -2979,29 +2809,6 @@ export declare interface ISignUpProps {
|
|
2979
2809
|
onSignupStepsComplete: (data: IUpdateUserPayloadDal | ICreateUserResponseDal | null) => void;
|
2980
2810
|
}
|
2981
2811
|
|
2982
|
-
declare interface ISingleFieldFormProps {
|
2983
|
-
onSubmit: (e?: FormEvent<HTMLFormElement>) => void;
|
2984
|
-
onChange: (key: string, value: string) => void;
|
2985
|
-
value: string;
|
2986
|
-
error: string;
|
2987
|
-
isProcessing: boolean;
|
2988
|
-
isSubmitDisabled?: boolean;
|
2989
|
-
isValid?: boolean;
|
2990
|
-
field?: string;
|
2991
|
-
label?: string;
|
2992
|
-
}
|
2993
|
-
|
2994
|
-
declare interface ISocialAccountNotFoundProps {
|
2995
|
-
onRetryLogin: () => void;
|
2996
|
-
onGoToSignup: () => void;
|
2997
|
-
}
|
2998
|
-
|
2999
|
-
declare interface ISocialLoginMethodsProps {
|
3000
|
-
onGoogleLogin: () => void;
|
3001
|
-
onAppleLogin: () => void;
|
3002
|
-
loadingProvider: TSocialAuthProvider | null;
|
3003
|
-
}
|
3004
|
-
|
3005
2812
|
export declare const isOkayTypeQuestion: IIsOkayTypeQuestion;
|
3006
2813
|
|
3007
2814
|
export declare enum IStatsToAwardErrorCode {
|
@@ -3097,13 +2904,6 @@ declare interface ISyncableWebGameProps {
|
|
3097
2904
|
enableSync?: boolean;
|
3098
2905
|
}
|
3099
2906
|
|
3100
|
-
export declare type ITabConfig<T extends string = string> = Record<T, ITabItem>;
|
3101
|
-
|
3102
|
-
declare interface ITabItem {
|
3103
|
-
label: string;
|
3104
|
-
component?: JSX.Element;
|
3105
|
-
}
|
3106
|
-
|
3107
2907
|
export declare interface ITable {
|
3108
2908
|
tableList: ITableInfo[];
|
3109
2909
|
infiniteModeHighScore: number;
|
@@ -3126,6 +2926,11 @@ declare interface ITableInfo_2 {
|
|
3126
2926
|
stars: ('advance' | 'random' | 'sequence')[];
|
3127
2927
|
}
|
3128
2928
|
|
2929
|
+
declare interface ITableModeState {
|
2930
|
+
tableNumber: number;
|
2931
|
+
rewardStar?: TTableMode[];
|
2932
|
+
}
|
2933
|
+
|
3129
2934
|
export declare interface ITables {
|
3130
2935
|
type: ProjectType;
|
3131
2936
|
label: string;
|
@@ -3138,10 +2943,7 @@ declare interface ITables_2 {
|
|
3138
2943
|
}
|
3139
2944
|
|
3140
2945
|
export declare interface ITablesData extends ITables {
|
3141
|
-
openModesOfTable?:
|
3142
|
-
tableNumber: number;
|
3143
|
-
rewardStars?: TTableMode[];
|
3144
|
-
};
|
2946
|
+
openModesOfTable?: ITableModeState;
|
3145
2947
|
}
|
3146
2948
|
|
3147
2949
|
export declare interface ITableWebGameProps extends IBaseWebGameProps {
|
@@ -3167,12 +2969,6 @@ export declare interface ITabSizeConfig {
|
|
3167
2969
|
textVariant: TTextVariants;
|
3168
2970
|
}
|
3169
2971
|
|
3170
|
-
declare interface ITabsProps<T extends string> {
|
3171
|
-
selectedTab: T;
|
3172
|
-
onChange: (tab: T) => void;
|
3173
|
-
tabs: ITabConfig<T>;
|
3174
|
-
}
|
3175
|
-
|
3176
2972
|
export declare interface ITabVariantConfig {
|
3177
2973
|
backgroundColorName: {
|
3178
2974
|
inactive: TColorNames;
|
@@ -3259,6 +3055,7 @@ declare interface ITestsListProps {
|
|
3259
3055
|
isChaptersAvailable?: boolean;
|
3260
3056
|
canUpdatePlan?: boolean;
|
3261
3057
|
onNodeReattempt?: (sheetData: INodeDataProps, milestoneId?: string) => void;
|
3058
|
+
onNodeAssignAsHomework?: (sheetData: INodeDataProps, milestoneId?: string) => void;
|
3262
3059
|
onTestPreview?: (sheetData: INodeDataProps, milestoneId: string) => void;
|
3263
3060
|
onTestStart?: (sheetData: INodeDataProps) => void;
|
3264
3061
|
onTestReview?: (sheetData: INodeDataProps, milestoneId: string) => void;
|
@@ -3529,25 +3326,6 @@ declare interface IUserChapterProgressProps {
|
|
3529
3326
|
total_core_sheets: number;
|
3530
3327
|
}
|
3531
3328
|
|
3532
|
-
declare interface IUsernamePasswordFormProps {
|
3533
|
-
username: string;
|
3534
|
-
password: string;
|
3535
|
-
errors: {
|
3536
|
-
username: string;
|
3537
|
-
password: string;
|
3538
|
-
};
|
3539
|
-
isLoading: boolean;
|
3540
|
-
onChange: (key: 'username' | 'password', value: string) => void;
|
3541
|
-
onSubmit: (e: FormEvent<HTMLFormElement>) => void;
|
3542
|
-
onForgotPassword: () => void;
|
3543
|
-
}
|
3544
|
-
|
3545
|
-
declare interface IUserTypeSelectorProps {
|
3546
|
-
onNext: () => void;
|
3547
|
-
onUserTypeChange: (id: TAuthUserType) => void;
|
3548
|
-
userType: TAuthUserType;
|
3549
|
-
}
|
3550
|
-
|
3551
3329
|
declare interface IUseTrialSessionMessageBroker {
|
3552
3330
|
(options: {
|
3553
3331
|
teacherClassroomId?: string;
|
@@ -3937,7 +3715,6 @@ export declare const LOTTIE: {
|
|
3937
3715
|
ACCURACY_METER: string;
|
3938
3716
|
ACCURACY_NEEDLE: string;
|
3939
3717
|
ADVANCE_MODE_SEGMENT_LOTTIE: string;
|
3940
|
-
AVATAR_SELECTED: string;
|
3941
3718
|
BEGINNER1X: string;
|
3942
3719
|
BRONZE_1: string;
|
3943
3720
|
BRONZE_2: string;
|
@@ -3952,10 +3729,8 @@ export declare const LOTTIE: {
|
|
3952
3729
|
COLOR_3: string;
|
3953
3730
|
COMPETITIVE_ARENA: string;
|
3954
3731
|
DIFFICULT: string;
|
3955
|
-
DOB: string;
|
3956
3732
|
EASY: string;
|
3957
3733
|
ELITE_CIRCLE: string;
|
3958
|
-
ERROR: string;
|
3959
3734
|
ERROR_LOTTIE: string;
|
3960
3735
|
FAMILIAR1X: string;
|
3961
3736
|
FIFTEEN_MIN_CLOCK: string;
|
@@ -3963,18 +3738,12 @@ export declare const LOTTIE: {
|
|
3963
3738
|
GOLD_1: string;
|
3964
3739
|
GOLD_2: string;
|
3965
3740
|
GOLD_3: string;
|
3966
|
-
GRADE: string;
|
3967
3741
|
INFINITE_BUTTON_BG: string;
|
3968
3742
|
INFINITE_BUTTON_SYMBOL: string;
|
3969
|
-
KEY: string;
|
3970
3743
|
LEARN: string;
|
3971
3744
|
LEVELUP_RINGS: string;
|
3972
|
-
MAIL: string;
|
3973
3745
|
MEDIUM: string;
|
3974
3746
|
NUDGE_TAP: string;
|
3975
|
-
OTP: string;
|
3976
|
-
PARENT_AVATAR: string;
|
3977
|
-
PHONE_NUMBER: string;
|
3978
3747
|
POINT100: string;
|
3979
3748
|
POINT10: string;
|
3980
3749
|
POINT15: string;
|
@@ -4004,7 +3773,6 @@ export declare const LOTTIE: {
|
|
4004
3773
|
SLEEPY_BOI: string;
|
4005
3774
|
SPINNER_WHITE: string;
|
4006
3775
|
SPLASH_SCREEN: string;
|
4007
|
-
STUDENT_AVATAR: string;
|
4008
3776
|
TABLE_MODE_REVEAL: string;
|
4009
3777
|
TABLE_MODE_STAR: string;
|
4010
3778
|
TABLE_SEGMENT_STAR: string;
|
@@ -4015,7 +3783,6 @@ export declare const LOTTIE: {
|
|
4015
3783
|
TOTAL_TIME: string;
|
4016
3784
|
TOTAL_TIME_SPENT: string;
|
4017
3785
|
TOURNAMENT_RIPPLE: string;
|
4018
|
-
USERNAME: string;
|
4019
3786
|
VIDEO: string;
|
4020
3787
|
};
|
4021
3788
|
|
@@ -4200,14 +3967,8 @@ declare interface NumRangeInputProps {
|
|
4200
3967
|
endPlaceholder?: string;
|
4201
3968
|
}
|
4202
3969
|
|
4203
|
-
export declare const OTPForm: ({ onSubmit, onChange, value, error, isProcessing, isValid, }: ISingleFieldFormProps) => JSX_2.Element;
|
4204
|
-
|
4205
3970
|
export declare type OutcomeStage = keyof typeof STAGES;
|
4206
3971
|
|
4207
|
-
export declare const OverlayLoader: ({ isLoading }: {
|
4208
|
-
isLoading?: boolean | undefined;
|
4209
|
-
}) => JSX_2.Element | null;
|
4210
|
-
|
4211
3972
|
export declare const PencilIcon: React.FC<React.SVGProps<SVGSVGElement>>;
|
4212
3973
|
|
4213
3974
|
export declare const PercentileInput: React_2.ForwardRefExoticComponent<IPercentileProps & React_2.RefAttributes<HTMLInputElement>>;
|
@@ -4346,10 +4107,6 @@ export declare const ReferenceSheet: FC<IReferenceSheetProps>;
|
|
4346
4107
|
|
4347
4108
|
export declare const RemotePeerPointer: MemoExoticComponent<({ containerRef, onPublish, onSubscribe, responseId }: IPointerProps) => JSX_2.Element>;
|
4348
4109
|
|
4349
|
-
export declare const ResendOTP: React.FC<IOTPResendProps>;
|
4350
|
-
|
4351
|
-
export declare const ResetPasswordForm: ({ onSubmit, onChange, formData, errors, isSubmitDisabled, isProcessing, isValid, }: IResetPasswordFormProps) => JSX_2.Element;
|
4352
|
-
|
4353
4110
|
export declare const REWARDS_LIST: string[];
|
4354
4111
|
|
4355
4112
|
export declare const RightIcon: React.FC<React.SVGProps<SVGSVGElement>>;
|
@@ -4439,8 +4196,6 @@ export declare const SheetLocked: MemoExoticComponent<({ onHomeClick }: {
|
|
4439
4196
|
|
4440
4197
|
export declare const SignUp: ({ mathGymEnrolledUser, circleEnrolledUser, circleOnLeapPremiumDays, circleUsername, countryCode, grade: defaultGrade, state, circleOnLeapPremiumEnabled, studentId, isSignUpProcessing, onCreateUser, onUpdateUser, onSignupStepsComplete, }: ISignUpProps) => JSX_2.Element;
|
4441
4198
|
|
4442
|
-
export declare const SignupMethods: FC<ISignupMethodsProps>;
|
4443
|
-
|
4444
4199
|
declare const SketchIcon: React.FC<React.SVGProps<SVGSVGElement>>;
|
4445
4200
|
export { SketchIcon as ScribbleIcon }
|
4446
4201
|
export { SketchIcon }
|
@@ -4451,10 +4206,6 @@ export declare const SkipColoredIcon: React.FC<React.SVGProps<SVGSVGElement>>;
|
|
4451
4206
|
|
4452
4207
|
export declare const SkipIcon: React.FC<React.SVGProps<SVGSVGElement>>;
|
4453
4208
|
|
4454
|
-
export declare const SocialAccountNotFound: ({ onRetryLogin, onGoToSignup }: ISocialAccountNotFoundProps) => JSX_2.Element;
|
4455
|
-
|
4456
|
-
export declare const SocialLoginMethods: FC<ISocialLoginMethodsProps>;
|
4457
|
-
|
4458
4209
|
export declare const SplashScreen: ({ animationCompleted }: {
|
4459
4210
|
animationCompleted: () => void;
|
4460
4211
|
}) => JSX_2.Element;
|
@@ -4522,8 +4273,6 @@ declare const TAB_CODES: {
|
|
4522
4273
|
|
4523
4274
|
export declare const TabComponent: React_2.FC<ITabProps>;
|
4524
4275
|
|
4525
|
-
export declare function Tabs<T extends string>({ selectedTab, onChange, tabs }: ITabsProps<T>): JSX_2.Element;
|
4526
|
-
|
4527
4276
|
export declare type TAction = EventToPayload<TInclassMessage>;
|
4528
4277
|
|
4529
4278
|
declare type TActionListenerOptions = {
|
@@ -4550,14 +4299,6 @@ export declare type TArrowTooltipConfig = {
|
|
4550
4299
|
|
4551
4300
|
export declare type TArrowTooltipVariants = 'primary' | 'secondary';
|
4552
4301
|
|
4553
|
-
export declare type TAuthApiErrorCode = (typeof AuthApiErrorCode)[keyof typeof AuthApiErrorCode];
|
4554
|
-
|
4555
|
-
export declare type TAuthProvider = 'email' | 'phone';
|
4556
|
-
|
4557
|
-
export declare type TAuthTabKeys = 'identifier' | 'username';
|
4558
|
-
|
4559
|
-
export declare type TAuthUserType = 'student' | 'parent';
|
4560
|
-
|
4561
4302
|
declare type TBadgeData = {
|
4562
4303
|
acknowledged_on: number | null;
|
4563
4304
|
animation_url: string;
|
@@ -5393,8 +5134,6 @@ declare type TSectionSummary = {
|
|
5393
5134
|
modules: TSATModule[];
|
5394
5135
|
};
|
5395
5136
|
|
5396
|
-
export declare type TSelectedCountry = Pick<ICountryOption, 'id' | 'code'>;
|
5397
|
-
|
5398
5137
|
declare type TSheetAttemptLocation = keyof typeof SHEET_ATTEMPT_LOCATION;
|
5399
5138
|
|
5400
5139
|
declare type TSheetAttemptLocation_2 = keyof typeof SHEET_ATTEMPT_LOCATION;
|
@@ -5464,8 +5203,6 @@ declare type TSheetStates = keyof typeof NODE_CARD_STATES;
|
|
5464
5203
|
|
5465
5204
|
export declare type TSkillStatus = 'pending' | 'completed';
|
5466
5205
|
|
5467
|
-
export declare type TSocialAuthProvider = 'google' | 'apple';
|
5468
|
-
|
5469
5206
|
declare type TStickerData = {
|
5470
5207
|
actor_id: string;
|
5471
5208
|
badge_id: string;
|
@@ -5538,11 +5275,6 @@ export declare type TTrialSessionMessage = {
|
|
5538
5275
|
};
|
5539
5276
|
};
|
5540
5277
|
|
5541
|
-
declare type TUserAccount = {
|
5542
|
-
id: string;
|
5543
|
-
phone: string;
|
5544
|
-
};
|
5545
|
-
|
5546
5278
|
declare type TUserChapterStates = 'MASTERED' | 'PROFICIENT' | 'FAMILIAR' | 'STARTED';
|
5547
5279
|
|
5548
5280
|
declare type TUserProgram = {
|
@@ -5726,12 +5458,6 @@ export declare const User2Icon: React.FC<React.SVGProps<SVGSVGElement>>;
|
|
5726
5458
|
|
5727
5459
|
export declare const UserIcon: React.FC<React.SVGProps<SVGSVGElement>>;
|
5728
5460
|
|
5729
|
-
export declare const UserIdentifierForm: ({ onSubmit, onChange, value, error, isSubmitDisabled, isProcessing, isValid, label, field, }: ISingleFieldFormProps) => JSX_2.Element;
|
5730
|
-
|
5731
|
-
export declare const UsernamePasswordForm: FC<IUsernamePasswordFormProps>;
|
5732
|
-
|
5733
|
-
export declare const UserTypeSelector: NamedExoticComponent<IUserTypeSelectorProps>;
|
5734
|
-
|
5735
5461
|
export declare const useTrackingContext: (commonAnalyticsProps: Record<string, unknown>, overrides?: Record<string, unknown>) => {
|
5736
5462
|
onClick: TTrackCTA;
|
5737
5463
|
onResponse: TTrackInput;
|