@cuemath/leap 2.9.5-hg2 → 2.9.5-j10
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 -1
- package/dist/assets/lottie/lottie.js.map +1 -1
- package/dist/features/auth/account-selector/account-selector-styled.js +37 -0
- package/dist/features/auth/account-selector/account-selector-styled.js.map +1 -0
- package/dist/features/auth/account-selector/account-selector.js +90 -0
- package/dist/features/auth/account-selector/account-selector.js.map +1 -0
- package/dist/features/auth/comps/auth-page-layout/auth-page-layout-styles.js +12 -0
- package/dist/features/auth/comps/auth-page-layout/auth-page-layout-styles.js.map +1 -0
- package/dist/features/auth/comps/auth-page-layout/auth-page-layout.js +11 -0
- package/dist/features/auth/comps/auth-page-layout/auth-page-layout.js.map +1 -0
- package/dist/features/auth/comps/auth-static-panel/auth-static-panel.js +17 -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 +20 -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 +8 -0
- package/dist/features/auth/comps/overlay-loader/overlay-loader.js.map +1 -0
- package/dist/features/auth/comps/resend-otp/otp-timer/otp-timer.js +25 -0
- package/dist/features/auth/comps/resend-otp/otp-timer/otp-timer.js.map +1 -0
- package/dist/features/auth/comps/resend-otp/resend-otp.js +38 -0
- package/dist/features/auth/comps/resend-otp/resend-otp.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 +23 -0
- package/dist/features/auth/comps/tabs/tabs.js.map +1 -0
- package/dist/features/auth/login/social-account-not-found/social-account-not-found.js +31 -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 +46 -0
- package/dist/features/auth/login/social-login-methods/social-login-methods.js.map +1 -0
- package/dist/features/auth/signup/circular-step-wrapper/circular-step-wrapper-styled.js +50 -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 +114 -0
- package/dist/features/auth/signup/circular-step-wrapper/circular-step-wrapper.js.map +1 -0
- package/dist/features/auth/signup/claim-user-account/claim-user-account-styled.js +27 -0
- package/dist/features/auth/signup/claim-user-account/claim-user-account-styled.js.map +1 -0
- package/dist/features/auth/signup/claim-user-account/claim-user-account.js +76 -0
- package/dist/features/auth/signup/claim-user-account/claim-user-account.js.map +1 -0
- package/dist/features/auth/signup/custom-input/custom-input-styled.js +38 -0
- package/dist/features/auth/signup/custom-input/custom-input-styled.js.map +1 -0
- package/dist/features/auth/signup/custom-input/date-picker-input/date-picker-input-styled.js +86 -0
- package/dist/features/auth/signup/custom-input/date-picker-input/date-picker-input-styled.js.map +1 -0
- package/dist/features/auth/signup/custom-input/date-picker-input/date-picker-input.js +58 -0
- package/dist/features/auth/signup/custom-input/date-picker-input/date-picker-input.js.map +1 -0
- package/dist/features/auth/signup/custom-input/email-input/email-input.js +30 -0
- package/dist/features/auth/signup/custom-input/email-input/email-input.js.map +1 -0
- package/dist/features/auth/signup/custom-input/grade-input/grade-input-styled.js +31 -0
- package/dist/features/auth/signup/custom-input/grade-input/grade-input-styled.js.map +1 -0
- package/dist/features/auth/signup/custom-input/grade-input/grade-input.js +30 -0
- package/dist/features/auth/signup/custom-input/grade-input/grade-input.js.map +1 -0
- package/dist/features/auth/signup/custom-input/input-wrapper/input-wrapper-styled.js +19 -0
- package/dist/features/auth/signup/custom-input/input-wrapper/input-wrapper-styled.js.map +1 -0
- package/dist/features/auth/signup/custom-input/input-wrapper/input-wrapper.js +33 -0
- package/dist/features/auth/signup/custom-input/input-wrapper/input-wrapper.js.map +1 -0
- package/dist/features/auth/signup/custom-input/otp-input/otp-input.js +41 -0
- package/dist/features/auth/signup/custom-input/otp-input/otp-input.js.map +1 -0
- package/dist/features/auth/signup/custom-input/phone-input/country-selector/country-code-button.js +33 -0
- package/dist/features/auth/signup/custom-input/phone-input/country-selector/country-code-button.js.map +1 -0
- package/dist/features/auth/signup/custom-input/phone-input/country-selector/country-list-menu.js +28 -0
- package/dist/features/auth/signup/custom-input/phone-input/country-selector/country-list-menu.js.map +1 -0
- package/dist/features/auth/signup/custom-input/phone-input/phone-input-styled.js +29 -0
- package/dist/features/auth/signup/custom-input/phone-input/phone-input-styled.js.map +1 -0
- package/dist/features/auth/signup/custom-input/phone-input/phone-input.js +64 -0
- package/dist/features/auth/signup/custom-input/phone-input/phone-input.js.map +1 -0
- package/dist/features/auth/signup/custom-input/student-password/student-password.js +53 -0
- package/dist/features/auth/signup/custom-input/student-password/student-password.js.map +1 -0
- package/dist/features/auth/signup/custom-input/student-username/student-username.js +38 -0
- package/dist/features/auth/signup/custom-input/student-username/student-username.js.map +1 -0
- package/dist/features/auth/signup/signup-constants.js +1022 -0
- package/dist/features/auth/signup/signup-constants.js.map +1 -0
- package/dist/features/auth/signup/signup-methods/signup-methods.js +68 -0
- package/dist/features/auth/signup/signup-methods/signup-methods.js.map +1 -0
- package/dist/features/auth/signup/user-type-selector/user-type-card/user-type-card-styled.js +19 -0
- package/dist/features/auth/signup/user-type-selector/user-type-card/user-type-card-styled.js.map +1 -0
- package/dist/features/auth/signup/user-type-selector/user-type-card/user-type-card.js +61 -0
- package/dist/features/auth/signup/user-type-selector/user-type-card/user-type-card.js.map +1 -0
- package/dist/features/auth/signup/user-type-selector/user-type-selector-styled.js +24 -0
- package/dist/features/auth/signup/user-type-selector/user-type-selector-styled.js.map +1 -0
- package/dist/features/auth/signup/user-type-selector/user-type-selector.js +87 -0
- package/dist/features/auth/signup/user-type-selector/user-type-selector.js.map +1 -0
- package/dist/features/circle-games/game-launcher/comps/card-container/constants.js +1 -1
- package/dist/features/circle-games/game-launcher/comps/card-container/constants.js.map +1 -1
- package/dist/features/ui/context-menu/context-menu.js +20 -18
- package/dist/features/ui/context-menu/context-menu.js.map +1 -1
- package/dist/features/ui/image/image.js +12 -12
- package/dist/features/ui/image/image.js.map +1 -1
- package/dist/features/ui/inputs/base-input/base-input-styled.js +61 -60
- package/dist/features/ui/inputs/base-input/base-input-styled.js.map +1 -1
- package/dist/features/ui/inputs/base-input/base-input.js +38 -35
- package/dist/features/ui/inputs/base-input/base-input.js.map +1 -1
- package/dist/features/ui/inputs/text-input/text-input-styled.js +22 -20
- package/dist/features/ui/inputs/text-input/text-input-styled.js.map +1 -1
- package/dist/features/ui/inputs/text-input/text-input.js +35 -32
- package/dist/features/ui/inputs/text-input/text-input.js.map +1 -1
- package/dist/features/ui/lottie-animation/helper.js +6 -5
- package/dist/features/ui/lottie-animation/helper.js.map +1 -1
- package/dist/features/ui/lottie-animation/lottie-animation.js +37 -28
- package/dist/features/ui/lottie-animation/lottie-animation.js.map +1 -1
- package/dist/features/ui/text/text.js +29 -27
- package/dist/features/ui/text/text.js.map +1 -1
- package/dist/features/ui/theme/input.js +84 -11
- package/dist/features/ui/theme/input.js.map +1 -1
- package/dist/index.d.ts +223 -1
- package/dist/index.js +520 -478
- package/dist/index.js.map +1 -1
- package/dist/node_modules/@floating-ui/core/dist/floating-ui.core.js +332 -0
- package/dist/node_modules/@floating-ui/core/dist/floating-ui.core.js.map +1 -0
- package/dist/node_modules/@floating-ui/dom/dist/floating-ui.dom.js +370 -0
- package/dist/node_modules/@floating-ui/dom/dist/floating-ui.dom.js.map +1 -0
- package/dist/node_modules/@floating-ui/react/dist/floating-ui.react.js +252 -0
- package/dist/node_modules/@floating-ui/react/dist/floating-ui.react.js.map +1 -0
- package/dist/node_modules/@floating-ui/react/dist/floating-ui.react.utils.js +24 -0
- package/dist/node_modules/@floating-ui/react/dist/floating-ui.react.utils.js.map +1 -0
- package/dist/node_modules/@floating-ui/react/node_modules/@floating-ui/react-dom/dist/floating-ui.react-dom.js +192 -0
- package/dist/node_modules/@floating-ui/react/node_modules/@floating-ui/react-dom/dist/floating-ui.react-dom.js.map +1 -0
- package/dist/node_modules/@floating-ui/react/node_modules/@floating-ui/utils/dist/floating-ui.utils.dom.js +19 -0
- package/dist/node_modules/@floating-ui/react/node_modules/@floating-ui/utils/dist/floating-ui.utils.dom.js.map +1 -0
- package/dist/node_modules/@floating-ui/utils/dist/floating-ui.utils.dom.js +129 -0
- package/dist/node_modules/@floating-ui/utils/dist/floating-ui.utils.dom.js.map +1 -0
- package/dist/node_modules/@floating-ui/utils/dist/floating-ui.utils.js +129 -0
- package/dist/node_modules/@floating-ui/utils/dist/floating-ui.utils.js.map +1 -0
- package/dist/node_modules/clsx/dist/clsx.js +18 -0
- package/dist/node_modules/clsx/dist/clsx.js.map +1 -0
- package/dist/node_modules/date-fns/subYears.js +9 -0
- package/dist/node_modules/date-fns/subYears.js.map +1 -0
- package/dist/node_modules/decode-uri-component/index.js.map +1 -0
- package/dist/node_modules/query-string/base.js +1 -1
- package/dist/node_modules/react-datepicker/dist/index.es.js +2700 -0
- package/dist/node_modules/react-datepicker/dist/index.es.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/addLeadingZeros.js +8 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/addLeadingZeros.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/defaultOptions.js +8 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/defaultOptions.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/format/formatters.js +518 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/format/formatters.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/format/lightFormatters.js +60 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/format/lightFormatters.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/format/longFormatters.js +53 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/format/longFormatters.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/getTimezoneOffsetInMilliseconds.js +19 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/getTimezoneOffsetInMilliseconds.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/normalizeDates.js +12 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/normalizeDates.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/protectedTokens.js +21 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/protectedTokens.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/addDays.js +11 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/addDays.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/addHours.js +10 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/addHours.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/addMilliseconds.js +10 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/addMilliseconds.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/addMinutes.js +11 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/addMinutes.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/addMonths.js +21 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/addMonths.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/addQuarters.js +9 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/addQuarters.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/addSeconds.js +9 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/addSeconds.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/addWeeks.js +9 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/addWeeks.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/addYears.js +9 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/addYears.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/constants.js +10 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/constants.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/constructFrom.js +9 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/constructFrom.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/differenceInCalendarDays.js +17 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/differenceInCalendarDays.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/differenceInCalendarMonths.js +14 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/differenceInCalendarMonths.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/differenceInCalendarQuarters.js +15 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/differenceInCalendarQuarters.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/differenceInCalendarYears.js +14 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/differenceInCalendarYears.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/differenceInDays.js +23 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/differenceInDays.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/endOfDay.js +10 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/endOfDay.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/endOfMonth.js +10 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/endOfMonth.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/endOfWeek.js +12 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/endOfWeek.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/endOfYear.js +10 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/endOfYear.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/format.js +60 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/format.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/getDate.js +9 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/getDate.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/getDay.js +9 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/getDay.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/getDayOfYear.js +12 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/getDayOfYear.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/getDaysInMonth.js +11 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/getDaysInMonth.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/getDefaultOptions.js +9 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/getDefaultOptions.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/getHours.js +9 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/getHours.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/getISODay.js +10 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/getISODay.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/getISOWeek.js +13 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/getISOWeek.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/getISOWeekYear.js +16 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/getISOWeekYear.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/getMinutes.js +9 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/getMinutes.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/getMonth.js +9 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/getMonth.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/getQuarter.js +10 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/getQuarter.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/getSeconds.js +9 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/getSeconds.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/getTime.js +9 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/getTime.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/getWeek.js +13 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/getWeek.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/getWeekYear.js +18 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/getWeekYear.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/getYear.js +9 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/getYear.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/isAfter.js +9 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/isAfter.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/isBefore.js +9 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/isBefore.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/isDate.js +8 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/isDate.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/isEqual.js +9 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/isEqual.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/isSameDay.js +15 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/isSameDay.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/isSameMonth.js +14 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/isSameMonth.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/isSameQuarter.js +15 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/isSameQuarter.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/isSameYear.js +14 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/isSameYear.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/isValid.js +10 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/isValid.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/isWithinInterval.js +13 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/isWithinInterval.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/_lib/buildFormatLongFn.js +10 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/_lib/buildFormatLongFn.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/_lib/buildLocalizeFn.js +19 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/_lib/buildLocalizeFn.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/_lib/buildMatchFn.js +32 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/_lib/buildMatchFn.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/_lib/buildMatchPatternFn.js +16 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/_lib/buildMatchPatternFn.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/en-US/_lib/formatDistance.js +71 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/en-US/_lib/formatDistance.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/en-US/_lib/formatLong.js +34 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/en-US/_lib/formatLong.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/en-US/_lib/formatRelative.js +12 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/en-US/_lib/formatRelative.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/en-US/_lib/localize.js +156 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/en-US/_lib/localize.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/en-US/_lib/match.js +111 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/en-US/_lib/match.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/en-US.js +22 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/en-US.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/max.js +15 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/max.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/min.js +15 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/min.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/Parser.js +23 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/Parser.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/Setter.js +42 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/Setter.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/constants.js +50 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/constants.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/AMPMMidnightParser.js +50 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/AMPMMidnightParser.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/AMPMParser.js +50 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/AMPMParser.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/DateParser.js +62 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/DateParser.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/DayOfYearParser.js +52 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/DayOfYearParser.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/DayParser.js +46 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/DayParser.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/DayPeriodParser.js +50 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/DayPeriodParser.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/EraParser.js +31 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/EraParser.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/ExtendedYearParser.js +22 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/ExtendedYearParser.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/FractionOfSecondParser.js +23 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/FractionOfSecondParser.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/Hour0To11Parser.js +33 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/Hour0To11Parser.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/Hour0to23Parser.js +33 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/Hour0to23Parser.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/Hour1To24Parser.js +34 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/Hour1To24Parser.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/Hour1to12Parser.js +34 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/Hour1to12Parser.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/ISODayParser.js +100 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/ISODayParser.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/ISOTimezoneParser.js +49 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/ISOTimezoneParser.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/ISOTimezoneWithZParser.js +49 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/ISOTimezoneWithZParser.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/ISOWeekParser.js +50 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/ISOWeekParser.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/ISOWeekYearParser.js +41 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/ISOWeekYearParser.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/LocalDayParser.js +75 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/LocalDayParser.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/LocalWeekParser.js +49 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/LocalWeekParser.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/LocalWeekYearParser.js +70 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/LocalWeekYearParser.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/MinuteParser.js +33 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/MinuteParser.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/MonthParser.js +72 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/MonthParser.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/QuarterParser.js +71 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/QuarterParser.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/SecondParser.js +33 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/SecondParser.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/StandAloneLocalDayParser.js +75 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/StandAloneLocalDayParser.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/StandAloneMonthParser.js +72 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/StandAloneMonthParser.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/StandAloneQuarterParser.js +71 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/StandAloneQuarterParser.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/TimestampMillisecondsParser.js +23 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/TimestampMillisecondsParser.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/TimestampSecondsParser.js +23 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/TimestampSecondsParser.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/YearParser.js +50 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/YearParser.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers.js +68 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/utils.js +104 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/utils.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse.js +88 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parseISO.js +123 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parseISO.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/setDay.js +13 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/setDay.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/setHours.js +10 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/setHours.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/setISODay.js +12 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/setISODay.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/setISOWeek.js +11 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/setISOWeek.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/setMinutes.js +10 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/setMinutes.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/setMonth.js +14 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/setMonth.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/setQuarter.js +11 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/setQuarter.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/setSeconds.js +10 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/setSeconds.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/setWeek.js +11 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/setWeek.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/setYear.js +11 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/setYear.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfDay.js +10 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfDay.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfISOWeek.js +9 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfISOWeek.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfISOWeekYear.js +12 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfISOWeekYear.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfMonth.js +10 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfMonth.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfQuarter.js +10 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfQuarter.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfWeek.js +12 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfWeek.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfWeekYear.js +14 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfWeekYear.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfYear.js +10 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfYear.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/subDays.js +9 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/subDays.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/subMonths.js +9 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/subMonths.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/subQuarters.js +9 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/subQuarters.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/subWeeks.js +9 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/subWeeks.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/subYears.js +9 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/subYears.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/toDate.js +9 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/toDate.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/transpose.js +19 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/transpose.js.map +1 -0
- package/dist/node_modules/uuid/dist/esm-browser/native.js +7 -0
- package/dist/node_modules/uuid/dist/esm-browser/native.js.map +1 -0
- package/dist/node_modules/uuid/dist/esm-browser/rng.js +3 -2
- package/dist/node_modules/uuid/dist/esm-browser/rng.js.map +1 -1
- package/dist/node_modules/uuid/dist/esm-browser/stringify.js +6 -10
- package/dist/node_modules/uuid/dist/esm-browser/stringify.js.map +1 -1
- package/dist/node_modules/uuid/dist/esm-browser/v4.js +12 -9
- package/dist/node_modules/uuid/dist/esm-browser/v4.js.map +1 -1
- package/dist/static/avatar-selected.860ee923.json +1 -0
- package/dist/static/circle-cuemath-logo-white.e9fafb91.svg +1 -0
- package/dist/static/cuemath-app-qr-code.ba6cc09b.svg +1 -0
- package/dist/static/cuemath-app-qr-code.d0912fc7.png +0 -0
- package/dist/static/dob.9ce3c15b.json +1 -0
- package/dist/static/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 +5 -3
- package/dist/node_modules/query-string/node_modules/decode-uri-component/index.js.map +0 -1
- package/dist/node_modules/uuid/dist/esm-browser/regex.js +0 -5
- package/dist/node_modules/uuid/dist/esm-browser/regex.js.map +0 -1
- package/dist/node_modules/uuid/dist/esm-browser/validate.js +0 -8
- package/dist/node_modules/uuid/dist/esm-browser/validate.js.map +0 -1
- /package/dist/node_modules/{query-string/node_modules/decode-uri-component → decode-uri-component}/index.js +0 -0
package/dist/index.d.ts
CHANGED
@@ -11,6 +11,7 @@ import { ForwardRefExoticComponent } from 'react';
|
|
11
11
|
import { HTMLAttributes } from 'react';
|
12
12
|
import { IChannelMessage } from '@cuemath/cue-message-broker';
|
13
13
|
import type { IframeHTMLAttributes } from 'react';
|
14
|
+
import type { ImgHTMLAttributes } from 'react';
|
14
15
|
import type { InputHTMLAttributes } from 'react';
|
15
16
|
import { IProvidedProps } from 'google-maps-react';
|
16
17
|
import { IStyledComponent } from 'styled-components';
|
@@ -39,6 +40,8 @@ import { Substitute } from 'styled-components/dist/types';
|
|
39
40
|
*/
|
40
41
|
export declare const AccordionSection: FC<IAccordionSectionProps>;
|
41
42
|
|
43
|
+
export declare const AccountSelector: ({ userAccounts, onSelect, onAddNew, isLoading, }: IAccountSelectorViewProps) => JSX_2.Element;
|
44
|
+
|
42
45
|
export declare const ACHIEVEMENT_ACTIONS: {
|
43
46
|
SHARE: string;
|
44
47
|
NOT_SHARE_CHOSEN: string;
|
@@ -58,6 +61,10 @@ export declare const ArcButton: MemoExoticComponent<ForwardRefExoticComponent<IA
|
|
58
61
|
|
59
62
|
export declare const ArrowTooltip: FC<IArrowTooltipProps>;
|
60
63
|
|
64
|
+
export declare const AuthPageLayout: FC<IAuthPageLayoutProps>;
|
65
|
+
|
66
|
+
export declare const AuthStaticPanel: FC<IAuthStaticPanelProps>;
|
67
|
+
|
61
68
|
export declare const AutoPlayPermissionProvider: FC<{
|
62
69
|
children: ReactNode;
|
63
70
|
}>;
|
@@ -211,6 +218,10 @@ export declare const CircularLoader: () => JSX_2.Element;
|
|
211
218
|
|
212
219
|
export declare const CircularSteps: FC<ICircularStepsProps>;
|
213
220
|
|
221
|
+
export declare const CircularStepWrapper: ForwardRefExoticComponent<ICircularStepWrapperProps & RefAttributes<ICircularStepRef>>;
|
222
|
+
|
223
|
+
export declare const ClaimUserAccount: NamedExoticComponent<IClaimUserAccountProps>;
|
224
|
+
|
214
225
|
export declare const Clickable: React_2.FC<IClickableProps>;
|
215
226
|
|
216
227
|
export declare const ClipboardIcon: React.FC<React.SVGProps<SVGSVGElement>>;
|
@@ -261,6 +272,8 @@ export declare const CueRocket: React.FC<React.SVGProps<SVGSVGElement>>;
|
|
261
272
|
|
262
273
|
export declare const DashArrowIcon: React.FC<React.SVGProps<SVGSVGElement>>;
|
263
274
|
|
275
|
+
export declare const DatePickerInput: FC<IDatePickerInputProps>;
|
276
|
+
|
264
277
|
export declare const DesmosCalculator: FC<IDesmosCalculatorProps>;
|
265
278
|
|
266
279
|
export declare const DigitalMeter: FC<IDigitalMeterProps>;
|
@@ -290,6 +303,8 @@ export declare enum ELeaderboardType {
|
|
290
303
|
ALL_TIME_STREAK = "globalStreak"
|
291
304
|
}
|
292
305
|
|
306
|
+
export declare const EmailInput: FC<ICustomInputProps>;
|
307
|
+
|
293
308
|
declare const ENROLLMENT_TYPES: {
|
294
309
|
readonly ONLINE: "ONLINE";
|
295
310
|
readonly PLUS: "PLUS";
|
@@ -459,6 +474,8 @@ export declare const GoalEdit: React.FC<IMileStoneEditContainerProps>;
|
|
459
474
|
|
460
475
|
export declare const GooglePlacesSearchInput: ComponentType<Omit_2<IGooglePlacesSearchInputProps, IProvidedProps>>;
|
461
476
|
|
477
|
+
export declare const GradeInput: FC<ICustomInputProps>;
|
478
|
+
|
462
479
|
export declare function GradeSelector({ selectedValue, onSelect, tabsWidth, width, grades, renderAs, size, layoutAlignment, }: IGradeSelectorProps): JSX.Element;
|
463
480
|
|
464
481
|
export declare const HandIcon: React_2.FC;
|
@@ -481,6 +498,17 @@ declare interface IAccordionSectionProps {
|
|
481
498
|
bodyOverFlow?: TStyleAttrubutes['overflow'];
|
482
499
|
}
|
483
500
|
|
501
|
+
declare interface IAccountSelectorViewProps {
|
502
|
+
userAccounts: {
|
503
|
+
id: string;
|
504
|
+
username: string;
|
505
|
+
user_avatar?: IAvatarLayer[] | null;
|
506
|
+
}[];
|
507
|
+
onSelect: (accountId: string) => void;
|
508
|
+
onAddNew: () => void;
|
509
|
+
isLoading: boolean;
|
510
|
+
}
|
511
|
+
|
484
512
|
declare interface IAchievementConfig {
|
485
513
|
pollingInterval?: number;
|
486
514
|
maxPollingAttempts?: number;
|
@@ -534,6 +562,17 @@ declare interface IAttempt {
|
|
534
562
|
score: ILearnosityQuestionScore;
|
535
563
|
}
|
536
564
|
|
565
|
+
declare interface IAuthPageLayoutProps {
|
566
|
+
leftBlock: ReactNode;
|
567
|
+
rightBlock?: ReactNode;
|
568
|
+
isFullWidth?: boolean;
|
569
|
+
}
|
570
|
+
|
571
|
+
declare interface IAuthStaticPanelProps {
|
572
|
+
title?: string;
|
573
|
+
description?: string;
|
574
|
+
}
|
575
|
+
|
537
576
|
declare interface IAutoPlayPermissionContextType {
|
538
577
|
canAutoPlayAudio: boolean;
|
539
578
|
canAutoPlayVideo: boolean;
|
@@ -568,6 +607,7 @@ declare interface IBaseInputProps {
|
|
568
607
|
mandatory?: boolean;
|
569
608
|
shape?: TInputShapes;
|
570
609
|
isTransparent?: boolean;
|
610
|
+
colorTheme?: 'light' | 'dark';
|
571
611
|
}
|
572
612
|
|
573
613
|
declare interface IBaseLeaderboardDetails {
|
@@ -844,6 +884,10 @@ export declare interface ICircleHomeDetails {
|
|
844
884
|
timestamps: ITodaysContentTimeStamps;
|
845
885
|
}
|
846
886
|
|
887
|
+
export declare type ICircularStepRef = {
|
888
|
+
playOutroAndFadeOut: () => Promise<void>;
|
889
|
+
};
|
890
|
+
|
847
891
|
declare interface ICircularSteps {
|
848
892
|
id: string;
|
849
893
|
label?: React.ReactNode;
|
@@ -867,6 +911,28 @@ declare interface ICircularStepsProps {
|
|
867
911
|
sizeInPercent?: number;
|
868
912
|
}
|
869
913
|
|
914
|
+
declare interface ICircularStepWrapperProps {
|
915
|
+
children: ReactNode;
|
916
|
+
animation: string;
|
917
|
+
introFrames: [number, number];
|
918
|
+
outroFrames: [number, number];
|
919
|
+
onGoBack?: () => void;
|
920
|
+
onNext?: () => void;
|
921
|
+
label?: string;
|
922
|
+
showNext?: boolean;
|
923
|
+
showPrevious?: boolean;
|
924
|
+
isNextLoading?: boolean;
|
925
|
+
}
|
926
|
+
|
927
|
+
declare interface IClaimUserAccountProps {
|
928
|
+
email?: string;
|
929
|
+
onSelectAccount: (userId: string) => void;
|
930
|
+
onCreateNewAccount: () => void;
|
931
|
+
userAccounts: TUserAccount[];
|
932
|
+
isCreatingAccount: boolean;
|
933
|
+
isLoading: boolean;
|
934
|
+
}
|
935
|
+
|
870
936
|
declare interface IClassStatus {
|
871
937
|
next_class_time?: number;
|
872
938
|
class_duration: number;
|
@@ -930,7 +996,9 @@ declare interface IconProps_2 extends React_2.SVGProps<SVGSVGElement> {
|
|
930
996
|
}
|
931
997
|
|
932
998
|
declare interface IContextMenuProps {
|
933
|
-
targetElement:
|
999
|
+
targetElement: React.ReactElement<{
|
1000
|
+
menuVisible?: boolean;
|
1001
|
+
}>;
|
934
1002
|
menuElement: JSX.Element;
|
935
1003
|
menuOffset?: number;
|
936
1004
|
menuZIndex?: number;
|
@@ -946,6 +1014,16 @@ declare interface ICountdownTimer {
|
|
946
1014
|
theme: 'GREEN_1' | 'ORANGE_1';
|
947
1015
|
}
|
948
1016
|
|
1017
|
+
declare interface ICountryOption {
|
1018
|
+
code: string;
|
1019
|
+
id: string;
|
1020
|
+
value: string;
|
1021
|
+
label: string;
|
1022
|
+
icon: string;
|
1023
|
+
url: string;
|
1024
|
+
geoIPCountryCode: string;
|
1025
|
+
}
|
1026
|
+
|
949
1027
|
export declare interface ICreateUserPayloadDal {
|
950
1028
|
username: string;
|
951
1029
|
grade: string;
|
@@ -1004,6 +1082,17 @@ declare interface ICurriculumStandards {
|
|
1004
1082
|
name: string;
|
1005
1083
|
}
|
1006
1084
|
|
1085
|
+
declare interface ICustomInputProps {
|
1086
|
+
value: string;
|
1087
|
+
onChange: (email: string) => void;
|
1088
|
+
onEnter?: () => void;
|
1089
|
+
error?: string;
|
1090
|
+
helperText?: string;
|
1091
|
+
actionElement?: ReactNode;
|
1092
|
+
isLoading?: boolean;
|
1093
|
+
isValid?: boolean;
|
1094
|
+
}
|
1095
|
+
|
1007
1096
|
declare interface ICustomVideoProps extends React_2.DetailedHTMLProps<React_2.VideoHTMLAttributes<HTMLVideoElement>, HTMLVideoElement> {
|
1008
1097
|
isYoutube?: boolean;
|
1009
1098
|
analyticsData?: Record<string, unknown>;
|
@@ -1011,6 +1100,11 @@ declare interface ICustomVideoProps extends React_2.DetailedHTMLProps<React_2.Vi
|
|
1011
1100
|
src: string;
|
1012
1101
|
}
|
1013
1102
|
|
1103
|
+
declare interface IDatePickerInputProps extends Omit<ICustomInputProps, 'value' | 'onChange'> {
|
1104
|
+
value: Date | null;
|
1105
|
+
onChange: (date: Date | null) => void;
|
1106
|
+
}
|
1107
|
+
|
1014
1108
|
declare interface IDesmosCalculatorProps {
|
1015
1109
|
onClose: () => void;
|
1016
1110
|
height?: string | number;
|
@@ -1156,6 +1250,7 @@ declare interface IGetInputConfig {
|
|
1156
1250
|
(gutter: number): {
|
1157
1251
|
sizes: Record<TInputSizes, IInputSizeConfig>;
|
1158
1252
|
variants: Record<TInputVariants, IInputVariantConfig>;
|
1253
|
+
darkVariants: Record<TInputVariants, IInputVariantConfig>;
|
1159
1254
|
};
|
1160
1255
|
}
|
1161
1256
|
|
@@ -1229,6 +1324,12 @@ declare interface IIconButtonProps extends Omit<IButtonProps, 'label' | 'shape'
|
|
1229
1324
|
renderAs: TButtonVariants;
|
1230
1325
|
}
|
1231
1326
|
|
1327
|
+
declare interface IImageProps extends ImgHTMLAttributes<HTMLImageElement> {
|
1328
|
+
withLoader: boolean;
|
1329
|
+
borderRadius?: number;
|
1330
|
+
borderColor?: TColorNames;
|
1331
|
+
}
|
1332
|
+
|
1232
1333
|
export declare interface IInfoMessage {
|
1233
1334
|
message: string;
|
1234
1335
|
position: 'top' | 'bottom';
|
@@ -1248,6 +1349,15 @@ export declare interface IInputSizeConfig {
|
|
1248
1349
|
iconPadding: number;
|
1249
1350
|
}
|
1250
1351
|
|
1352
|
+
declare interface IInputStatusIconProps {
|
1353
|
+
isLoading: boolean;
|
1354
|
+
isValid: boolean;
|
1355
|
+
isError: boolean;
|
1356
|
+
size?: number;
|
1357
|
+
successColor?: TColorNames;
|
1358
|
+
errorColor?: TColorNames;
|
1359
|
+
}
|
1360
|
+
|
1251
1361
|
export declare interface IInputVariantConfig {
|
1252
1362
|
valueColorName: {
|
1253
1363
|
inactive: TColorNames;
|
@@ -1275,6 +1385,7 @@ export declare interface IInputVariantConfig {
|
|
1275
1385
|
};
|
1276
1386
|
backgroundColorName?: TColorNames;
|
1277
1387
|
optionHoverColorName?: TColorNames;
|
1388
|
+
labelBackgroundColorName?: TColorNames;
|
1278
1389
|
}
|
1279
1390
|
|
1280
1391
|
declare interface IIsOkayTypeQuestion {
|
@@ -1604,6 +1715,7 @@ export declare const ILLUSTRATIONS: {
|
|
1604
1715
|
CHAPTER_9: string;
|
1605
1716
|
CHAPTER_HEADER_BG: string;
|
1606
1717
|
CIRCLE_CUEMATH_LOGO: string;
|
1718
|
+
CIRCLE_CUEMATH_LOGO_WHITE: string;
|
1607
1719
|
CIRCLE_OUTERCIRCLE_BG: string;
|
1608
1720
|
CLOCK_ORANGE: string;
|
1609
1721
|
COMMUNITY_BULB: string;
|
@@ -1611,6 +1723,7 @@ export declare const ILLUSTRATIONS: {
|
|
1611
1723
|
CROWN: string;
|
1612
1724
|
CROWN_OVERLAY: string;
|
1613
1725
|
CUECOIN_GOLD: string;
|
1726
|
+
CUEMATH_APP_QR_CODE: string;
|
1614
1727
|
DESKTOP_WITH_PURPLE_FILL: string;
|
1615
1728
|
DURATION_30MIN_GRAY: string;
|
1616
1729
|
DURATION_45MIN_GRAY: string;
|
@@ -1687,6 +1800,7 @@ export declare const ILLUSTRATIONS: {
|
|
1687
1800
|
USER_DOWN: string;
|
1688
1801
|
USER_PIN: string;
|
1689
1802
|
USER_PROFILE_BACKGROUND: string;
|
1803
|
+
USER_TYPE_SELECTOR_GRID_BG: string;
|
1690
1804
|
USER_UP: string;
|
1691
1805
|
YELLOW_FACE: string;
|
1692
1806
|
};
|
@@ -1733,6 +1847,9 @@ declare interface ILPARSheetCallbacks extends ISATSheetItemCallbacks {
|
|
1733
1847
|
onReview?: (sheet: TLPARSheetData) => void;
|
1734
1848
|
}
|
1735
1849
|
|
1850
|
+
declare const Image_2: React.FC<IImageProps>;
|
1851
|
+
export { Image_2 as Image }
|
1852
|
+
|
1736
1853
|
export declare const ImageIcon: React.FC<React.SVGProps<SVGSVGElement>>;
|
1737
1854
|
|
1738
1855
|
export declare const IMAGES: {
|
@@ -2045,6 +2162,8 @@ export declare const Info2Icon: React_2.FC<React_2.SVGProps<SVGSVGElement>>;
|
|
2045
2162
|
|
2046
2163
|
export declare const InfoIcon: React.FC<React.SVGProps<SVGSVGElement>>;
|
2047
2164
|
|
2165
|
+
export declare const InputStatusIcon: React.FC<IInputStatusIconProps>;
|
2166
|
+
|
2048
2167
|
export declare interface INudgeProps {
|
2049
2168
|
nudge: 'click';
|
2050
2169
|
content: ReactNode;
|
@@ -2073,6 +2192,17 @@ declare interface IOpenImageReviewModalProps {
|
|
2073
2192
|
image?: string;
|
2074
2193
|
}
|
2075
2194
|
|
2195
|
+
declare interface IOTPInputProps extends ICustomInputProps {
|
2196
|
+
onResendOTP: () => void;
|
2197
|
+
}
|
2198
|
+
|
2199
|
+
declare interface IOTPResendProps {
|
2200
|
+
onResendOTP: () => void;
|
2201
|
+
onResendVoiceOTP?: () => void;
|
2202
|
+
timerSeconds?: number;
|
2203
|
+
showVoiceOTP?: boolean;
|
2204
|
+
}
|
2205
|
+
|
2076
2206
|
declare interface IOutcomeConfig {
|
2077
2207
|
id: string;
|
2078
2208
|
input_type: string;
|
@@ -2108,6 +2238,11 @@ declare interface IPerfectHitsProps {
|
|
2108
2238
|
value: number;
|
2109
2239
|
}
|
2110
2240
|
|
2241
|
+
declare interface IPhoneInputProps extends ICustomInputProps {
|
2242
|
+
onCountryChange: (option: TSelectedCountry) => void;
|
2243
|
+
selectedCountry: TSelectedCountry;
|
2244
|
+
}
|
2245
|
+
|
2111
2246
|
declare interface IPlaceholder {
|
2112
2247
|
text?: string;
|
2113
2248
|
marks?: string;
|
@@ -2568,6 +2703,14 @@ declare interface ISheetsListProps extends ISheetItemCallbackProps {
|
|
2568
2703
|
section?: TSheetsSection;
|
2569
2704
|
}
|
2570
2705
|
|
2706
|
+
declare interface ISignupMethodsProps {
|
2707
|
+
onEmailSignup: () => void;
|
2708
|
+
onPhoneSignup: () => void;
|
2709
|
+
onGoogleSignup: () => void;
|
2710
|
+
onAppleSignup: () => void;
|
2711
|
+
loadingProvider: TSocialAuthProvider | null;
|
2712
|
+
}
|
2713
|
+
|
2571
2714
|
export declare interface ISignUpProps {
|
2572
2715
|
circleOnLeapSignedUp: boolean;
|
2573
2716
|
circleOnLeapPremiumEnabled: boolean;
|
@@ -2585,6 +2728,17 @@ export declare interface ISignUpProps {
|
|
2585
2728
|
onSignupStepsComplete: (data: IUpdateUserPayloadDal | ICreateUserResponseDal | null) => void;
|
2586
2729
|
}
|
2587
2730
|
|
2731
|
+
declare interface ISocialAccountNotFoundProps {
|
2732
|
+
onRetryLogin: () => void;
|
2733
|
+
onGoToSignup: () => void;
|
2734
|
+
}
|
2735
|
+
|
2736
|
+
declare interface ISocialLoginMethodsProps {
|
2737
|
+
onGoogleLogin: () => void;
|
2738
|
+
onAppleLogin: () => void;
|
2739
|
+
loadingProvider: TSocialAuthProvider | null;
|
2740
|
+
}
|
2741
|
+
|
2588
2742
|
export declare const isOkayTypeQuestion: IIsOkayTypeQuestion;
|
2589
2743
|
|
2590
2744
|
export declare enum IStatsToAwardErrorCode {
|
@@ -2680,6 +2834,13 @@ declare interface ISyncableWebGameProps {
|
|
2680
2834
|
enableSync?: boolean;
|
2681
2835
|
}
|
2682
2836
|
|
2837
|
+
export declare type ITabConfig<T extends string = string> = Record<T, ITabItem>;
|
2838
|
+
|
2839
|
+
declare interface ITabItem {
|
2840
|
+
label: string;
|
2841
|
+
component?: JSX.Element;
|
2842
|
+
}
|
2843
|
+
|
2683
2844
|
export declare interface ITable {
|
2684
2845
|
tableList: ITableInfo[];
|
2685
2846
|
infiniteModeHighScore: number;
|
@@ -2743,6 +2904,12 @@ export declare interface ITabSizeConfig {
|
|
2743
2904
|
textVariant: TTextVariants;
|
2744
2905
|
}
|
2745
2906
|
|
2907
|
+
declare interface ITabsProps<T extends string> {
|
2908
|
+
selectedTab: T;
|
2909
|
+
onChange: (tab: T) => void;
|
2910
|
+
tabs: ITabConfig<T>;
|
2911
|
+
}
|
2912
|
+
|
2746
2913
|
export declare interface ITabVariantConfig {
|
2747
2914
|
backgroundColorName: {
|
2748
2915
|
inactive: TColorNames;
|
@@ -3085,6 +3252,12 @@ declare interface IUserChapterProgressProps {
|
|
3085
3252
|
total_core_sheets: number;
|
3086
3253
|
}
|
3087
3254
|
|
3255
|
+
declare interface IUserTypeSelectorProps {
|
3256
|
+
onNext: () => void;
|
3257
|
+
onUserTypeChange: (id: TAuthUserType) => void;
|
3258
|
+
userType: TAuthUserType;
|
3259
|
+
}
|
3260
|
+
|
3088
3261
|
declare interface IUseTrialSessionMessageBroker {
|
3089
3262
|
(options: {
|
3090
3263
|
teacherClassroomId?: string;
|
@@ -3464,6 +3637,7 @@ export declare const LOTTIE: {
|
|
3464
3637
|
ACCURACY_METER: string;
|
3465
3638
|
ACCURACY_NEEDLE: string;
|
3466
3639
|
ADVANCE_MODE_SEGMENT_LOTTIE: string;
|
3640
|
+
AVATAR_SELECTED: string;
|
3467
3641
|
BEGINNER1X: string;
|
3468
3642
|
BRONZE_1: string;
|
3469
3643
|
BRONZE_2: string;
|
@@ -3477,8 +3651,10 @@ export declare const LOTTIE: {
|
|
3477
3651
|
COLOR_2: string;
|
3478
3652
|
COLOR_3: string;
|
3479
3653
|
DIFFICULT: string;
|
3654
|
+
DOB: string;
|
3480
3655
|
EASY: string;
|
3481
3656
|
ELITE_CIRCLE: string;
|
3657
|
+
ERROR: string;
|
3482
3658
|
ERROR_LOTTIE: string;
|
3483
3659
|
FAMILIAR1X: string;
|
3484
3660
|
FIFTEEN_MIN_CLOCK: string;
|
@@ -3486,11 +3662,17 @@ export declare const LOTTIE: {
|
|
3486
3662
|
GOLD_1: string;
|
3487
3663
|
GOLD_2: string;
|
3488
3664
|
GOLD_3: string;
|
3665
|
+
GRADE: string;
|
3489
3666
|
INFINITE_BUTTON_BG: string;
|
3490
3667
|
INFINITE_BUTTON_SYMBOL: string;
|
3668
|
+
KEY: string;
|
3491
3669
|
LEVELUP_RINGS: string;
|
3670
|
+
MAIL: string;
|
3492
3671
|
MEDIUM: string;
|
3493
3672
|
NUDGE_TAP: string;
|
3673
|
+
OTP: string;
|
3674
|
+
PARENT_AVATAR: string;
|
3675
|
+
PHONE_NUMBER: string;
|
3494
3676
|
POINT100: string;
|
3495
3677
|
POINT10: string;
|
3496
3678
|
POINT15: string;
|
@@ -3516,6 +3698,7 @@ export declare const LOTTIE: {
|
|
3516
3698
|
SLEEPY_BOI: string;
|
3517
3699
|
SPINNER_WHITE: string;
|
3518
3700
|
SPLASH_SCREEN: string;
|
3701
|
+
STUDENT_AVATAR: string;
|
3519
3702
|
TABLE_MODE_REVEAL: string;
|
3520
3703
|
TABLE_MODE_STAR: string;
|
3521
3704
|
TABLE_SEGMENT_STAR: string;
|
@@ -3525,6 +3708,7 @@ export declare const LOTTIE: {
|
|
3525
3708
|
TOTAL_TIME: string;
|
3526
3709
|
TOTAL_TIME_SPENT: string;
|
3527
3710
|
TOURNAMENT_RIPPLE: string;
|
3711
|
+
USERNAME: string;
|
3528
3712
|
};
|
3529
3713
|
|
3530
3714
|
export declare const LPARChapter: FC<ILPARChapterProps>;
|
@@ -3693,14 +3877,22 @@ declare interface NumRangeInputProps {
|
|
3693
3877
|
endPlaceholder?: string;
|
3694
3878
|
}
|
3695
3879
|
|
3880
|
+
export declare const OTPInput: FC<IOTPInputProps>;
|
3881
|
+
|
3696
3882
|
export declare type OutcomeStage = keyof typeof STAGES;
|
3697
3883
|
|
3884
|
+
export declare const OverlayLoader: ({ isLoading }: {
|
3885
|
+
isLoading?: boolean | undefined;
|
3886
|
+
}) => JSX_2.Element | null;
|
3887
|
+
|
3698
3888
|
export declare const PencilIcon: React.FC<React.SVGProps<SVGSVGElement>>;
|
3699
3889
|
|
3700
3890
|
export declare const PercentileInput: React_2.ForwardRefExoticComponent<IPercentileProps & React_2.RefAttributes<HTMLInputElement>>;
|
3701
3891
|
|
3702
3892
|
export declare const PerfectHits: NamedExoticComponent<IPerfectHitsProps>;
|
3703
3893
|
|
3894
|
+
export declare const PhoneInput: FC<IPhoneInputProps>;
|
3895
|
+
|
3704
3896
|
/**
|
3705
3897
|
** Global/Platform specific events that needs to be tracked goes here
|
3706
3898
|
** Naming convention needs to be snake_case
|
@@ -3821,6 +4013,8 @@ export declare const ReferenceSheet: FC<IReferenceSheetProps>;
|
|
3821
4013
|
|
3822
4014
|
export declare const RemotePeerPointer: MemoExoticComponent<({ containerRef, onPublish, onSubscribe, responseId }: IPointerProps) => JSX_2.Element>;
|
3823
4015
|
|
4016
|
+
export declare const ResendOTP: React.FC<IOTPResendProps>;
|
4017
|
+
|
3824
4018
|
export declare const REWARDS_LIST: string[];
|
3825
4019
|
|
3826
4020
|
export declare const RightIcon: React.FC<React.SVGProps<SVGSVGElement>>;
|
@@ -3894,6 +4088,8 @@ export declare const SheetLocked: MemoExoticComponent<({ onHomeClick }: {
|
|
3894
4088
|
|
3895
4089
|
export declare const SignUp: ({ mathGymEnrolledUser, circleEnrolledUser, circleOnLeapPremiumDays, circleUsername, countryCode, grade: defaultGrade, state, circleOnLeapPremiumEnabled, studentId, isSignUpProcessing, onCreateUser, onUpdateUser, onSignupStepsComplete, }: ISignUpProps) => JSX_2.Element;
|
3896
4090
|
|
4091
|
+
export declare const SignupMethods: FC<ISignupMethodsProps>;
|
4092
|
+
|
3897
4093
|
declare const SketchIcon: React.FC<React.SVGProps<SVGSVGElement>>;
|
3898
4094
|
export { SketchIcon as ScribbleIcon }
|
3899
4095
|
export { SketchIcon }
|
@@ -3902,6 +4098,10 @@ export declare const Skip2Icon: React.FC<React.SVGProps<SVGSVGElement>>;
|
|
3902
4098
|
|
3903
4099
|
export declare const SkipIcon: React.FC<React.SVGProps<SVGSVGElement>>;
|
3904
4100
|
|
4101
|
+
export declare const SocialAccountNotFound: ({ onRetryLogin, onGoToSignup }: ISocialAccountNotFoundProps) => JSX_2.Element;
|
4102
|
+
|
4103
|
+
export declare const SocialLoginMethods: FC<ISocialLoginMethodsProps>;
|
4104
|
+
|
3905
4105
|
export declare const SplashScreen: ({ animationCompleted }: {
|
3906
4106
|
animationCompleted: () => void;
|
3907
4107
|
}) => JSX_2.Element;
|
@@ -3956,6 +4156,10 @@ export declare const StrikedEyeIcon: React.FC<React.SVGProps<SVGSVGElement>>;
|
|
3956
4156
|
|
3957
4157
|
export declare const StudentDetails: FC<IStudentDetailsProps>;
|
3958
4158
|
|
4159
|
+
export declare const StudentPasswordInput: FC<ICustomInputProps>;
|
4160
|
+
|
4161
|
+
export declare const StudentUsernameInput: FC<ICustomInputProps>;
|
4162
|
+
|
3959
4163
|
export declare const SubmitMilestoneModal: React.FC<ISubmitModalProps>;
|
3960
4164
|
|
3961
4165
|
export declare const SwitchIcon: React.FC<React.SVGProps<SVGSVGElement>>;
|
@@ -3967,6 +4171,8 @@ declare const TAB_CODES: {
|
|
3967
4171
|
|
3968
4172
|
export declare const TabComponent: React_2.FC<ITabProps>;
|
3969
4173
|
|
4174
|
+
export declare function Tabs<T extends string>({ selectedTab, onChange, tabs }: ITabsProps<T>): JSX_2.Element;
|
4175
|
+
|
3970
4176
|
export declare type TAction = EventToPayload<TInclassMessage>;
|
3971
4177
|
|
3972
4178
|
declare type TActionListenerOptions = {
|
@@ -3993,6 +4199,10 @@ export declare type TArrowTooltipConfig = {
|
|
3993
4199
|
|
3994
4200
|
export declare type TArrowTooltipVariants = 'primary' | 'secondary';
|
3995
4201
|
|
4202
|
+
export declare type TAuthProvider = 'email' | 'phone';
|
4203
|
+
|
4204
|
+
export declare type TAuthUserType = 'student' | 'parent';
|
4205
|
+
|
3996
4206
|
declare type TBadgeData = {
|
3997
4207
|
acknowledged_on: number | null;
|
3998
4208
|
animation_url: string;
|
@@ -4190,6 +4400,7 @@ declare interface TextProps {
|
|
4190
4400
|
$marginBottomX?: number;
|
4191
4401
|
$inline?: boolean;
|
4192
4402
|
$textDecoration?: string;
|
4403
|
+
$whiteSpace?: 'pre-line' | 'normal' | 'pre-wrap' | 'no-wrap' | 'pre' | 'break-spaces';
|
4193
4404
|
}
|
4194
4405
|
|
4195
4406
|
export declare type TFontFamilyNames = `${'Athletics'}-${'Light' | 'Regular' | 'Medium' | 'Bold' | 'Black'}` | `${'UntitledSans'}-${'Regular' | 'Medium'}`;
|
@@ -4790,6 +5001,8 @@ declare type TSectionSummary = {
|
|
4790
5001
|
modules: TSATModule[];
|
4791
5002
|
};
|
4792
5003
|
|
5004
|
+
export declare type TSelectedCountry = Pick<ICountryOption, 'id' | 'code'>;
|
5005
|
+
|
4793
5006
|
declare type TSheetAttemptLocation = keyof typeof SHEET_ATTEMPT_LOCATION;
|
4794
5007
|
|
4795
5008
|
declare type TSheetAttemptStateProps = keyof typeof SHEET_ATTEMPT_STATE;
|
@@ -4855,6 +5068,8 @@ declare type TSheetStateProps = 'LOCKED' | 'NOT_STARTED' | 'IN_PROGRESS' | 'FAMI
|
|
4855
5068
|
|
4856
5069
|
export declare type TSkillStatus = 'pending' | 'completed';
|
4857
5070
|
|
5071
|
+
export declare type TSocialAuthProvider = 'google' | 'apple';
|
5072
|
+
|
4858
5073
|
declare type TStickerData = {
|
4859
5074
|
actor_id: string;
|
4860
5075
|
badge_id: string;
|
@@ -4925,6 +5140,11 @@ export declare type TTrialSessionMessage = {
|
|
4925
5140
|
};
|
4926
5141
|
};
|
4927
5142
|
|
5143
|
+
declare type TUserAccount = {
|
5144
|
+
id: string;
|
5145
|
+
phone: string;
|
5146
|
+
};
|
5147
|
+
|
4928
5148
|
declare type TUserChapterStates = 'MASTERED' | 'PROFICIENT' | 'FAMILIAR' | 'STARTED';
|
4929
5149
|
|
4930
5150
|
declare type TUserProgram = {
|
@@ -5093,6 +5313,8 @@ export declare const User2Icon: React.FC<React.SVGProps<SVGSVGElement>>;
|
|
5093
5313
|
|
5094
5314
|
export declare const UserIcon: React.FC<React.SVGProps<SVGSVGElement>>;
|
5095
5315
|
|
5316
|
+
export declare const UserTypeSelector: NamedExoticComponent<IUserTypeSelectorProps>;
|
5317
|
+
|
5096
5318
|
export declare const useTrackingContext: (commonAnalyticsProps: Record<string, unknown>, overrides?: Record<string, unknown>) => {
|
5097
5319
|
onClick: TTrackCTA;
|
5098
5320
|
onResponse: TTrackInput;
|