@cuemath/leap 3.0.14 → 3.0.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/assets/illustrations/illustrations.js +3 -0
- package/dist/assets/illustrations/illustrations.js.map +1 -1
- package/dist/assets/illustrations/loader-1.svg.js +6 -0
- package/dist/assets/illustrations/loader-1.svg.js.map +1 -0
- package/dist/assets/line-icons/icons/apple-icon.js +48 -0
- package/dist/assets/line-icons/icons/apple-icon.js.map +1 -0
- package/dist/assets/line-icons/icons/google-icon.js +42 -0
- package/dist/assets/line-icons/icons/google-icon.js.map +1 -0
- package/dist/assets/lottie/lottie.js +12 -0
- package/dist/assets/lottie/lottie.js.map +1 -1
- package/dist/features/auth/account-selector/account-selector.js +43 -0
- package/dist/features/auth/account-selector/account-selector.js.map +1 -0
- package/dist/features/auth/comps/auth-page-layout/auth-page-layout-styles.js +12 -0
- package/dist/features/auth/comps/auth-page-layout/auth-page-layout-styles.js.map +1 -0
- package/dist/features/auth/comps/auth-page-layout/auth-page-layout.js +12 -0
- package/dist/features/auth/comps/auth-page-layout/auth-page-layout.js.map +1 -0
- package/dist/features/auth/comps/auth-static-panel/auth-static-panel.js +18 -0
- package/dist/features/auth/comps/auth-static-panel/auth-static-panel.js.map +1 -0
- package/dist/features/auth/comps/input-status-icon/input-status-icon.js +21 -0
- package/dist/features/auth/comps/input-status-icon/input-status-icon.js.map +1 -0
- package/dist/features/auth/comps/overlay-loader/overlay-loader-styled.js +29 -0
- package/dist/features/auth/comps/overlay-loader/overlay-loader-styled.js.map +1 -0
- package/dist/features/auth/comps/overlay-loader/overlay-loader.js +9 -0
- package/dist/features/auth/comps/overlay-loader/overlay-loader.js.map +1 -0
- package/dist/features/auth/comps/resend-otp/hooks/use-resend-timer.js +24 -0
- package/dist/features/auth/comps/resend-otp/hooks/use-resend-timer.js.map +1 -0
- package/dist/features/auth/comps/resend-otp/resend-otp.js +65 -0
- package/dist/features/auth/comps/resend-otp/resend-otp.js.map +1 -0
- package/dist/features/auth/comps/tabs/tab-tem/tab-item.js +23 -0
- package/dist/features/auth/comps/tabs/tab-tem/tab-item.js.map +1 -0
- package/dist/features/auth/comps/tabs/tabs-styled.js +23 -0
- package/dist/features/auth/comps/tabs/tabs-styled.js.map +1 -0
- package/dist/features/auth/comps/tabs/tabs.js +9 -0
- package/dist/features/auth/comps/tabs/tabs.js.map +1 -0
- package/dist/features/auth/forgot-password/forgot-password-styled.js +12 -0
- package/dist/features/auth/forgot-password/forgot-password-styled.js.map +1 -0
- package/dist/features/auth/forgot-password/otp-form/otp-form.js +66 -0
- package/dist/features/auth/forgot-password/otp-form/otp-form.js.map +1 -0
- package/dist/features/auth/forgot-password/reset-password-form/reset-password-form.js +101 -0
- package/dist/features/auth/forgot-password/reset-password-form/reset-password-form.js.map +1 -0
- package/dist/features/auth/forgot-password/user-identifier-form/user-identifier-form.js +68 -0
- package/dist/features/auth/forgot-password/user-identifier-form/user-identifier-form.js.map +1 -0
- package/dist/features/auth/login/identifier-otp-form/identifier-otp-form-styled.js +12 -0
- package/dist/features/auth/login/identifier-otp-form/identifier-otp-form-styled.js.map +1 -0
- package/dist/features/auth/login/identifier-otp-form/identifier-otp-form.js +100 -0
- package/dist/features/auth/login/identifier-otp-form/identifier-otp-form.js.map +1 -0
- package/dist/features/auth/login/login-constants.js +14 -0
- package/dist/features/auth/login/login-constants.js.map +1 -0
- package/dist/features/auth/login/social-account-not-found/social-account-not-found.js +32 -0
- package/dist/features/auth/login/social-account-not-found/social-account-not-found.js.map +1 -0
- package/dist/features/auth/login/social-login-methods/social-login-methods.js +47 -0
- package/dist/features/auth/login/social-login-methods/social-login-methods.js.map +1 -0
- package/dist/features/auth/login/username-password-form/username-password-form.js +98 -0
- package/dist/features/auth/login/username-password-form/username-password-form.js.map +1 -0
- package/dist/features/auth/signup/circular-step-wrapper/circular-step-wrapper-styled.js +56 -0
- package/dist/features/auth/signup/circular-step-wrapper/circular-step-wrapper-styled.js.map +1 -0
- package/dist/features/auth/signup/circular-step-wrapper/circular-step-wrapper.js +131 -0
- package/dist/features/auth/signup/circular-step-wrapper/circular-step-wrapper.js.map +1 -0
- package/dist/features/auth/signup/claim-user-account/claim-user-account.js +53 -0
- package/dist/features/auth/signup/claim-user-account/claim-user-account.js.map +1 -0
- package/dist/features/auth/signup/custom-input-field/country-selector/country-code-button.js +34 -0
- package/dist/features/auth/signup/custom-input-field/country-selector/country-code-button.js.map +1 -0
- package/dist/features/auth/signup/custom-input-field/country-selector/country-list-menu.js +98 -0
- package/dist/features/auth/signup/custom-input-field/country-selector/country-list-menu.js.map +1 -0
- package/dist/features/auth/signup/custom-input-field/country-selector/country-selector-styled.js +57 -0
- package/dist/features/auth/signup/custom-input-field/country-selector/country-selector-styled.js.map +1 -0
- package/dist/features/auth/signup/custom-input-field/country-selector/country-selector.js +26 -0
- package/dist/features/auth/signup/custom-input-field/country-selector/country-selector.js.map +1 -0
- package/dist/features/auth/signup/custom-input-field/custom-input-field-styled.js +30 -0
- package/dist/features/auth/signup/custom-input-field/custom-input-field-styled.js.map +1 -0
- package/dist/features/auth/signup/custom-input-field/custom-input-field.js +100 -0
- package/dist/features/auth/signup/custom-input-field/custom-input-field.js.map +1 -0
- package/dist/features/auth/signup/custom-input-field/date-picker-input/date-picker-input-styled.js +88 -0
- package/dist/features/auth/signup/custom-input-field/date-picker-input/date-picker-input-styled.js.map +1 -0
- package/dist/features/auth/signup/custom-input-field/date-picker-input/date-picker-input.js +43 -0
- package/dist/features/auth/signup/custom-input-field/date-picker-input/date-picker-input.js.map +1 -0
- package/dist/features/auth/signup/custom-input-field/grade-input/grade-input-styled.js +31 -0
- package/dist/features/auth/signup/custom-input-field/grade-input/grade-input-styled.js.map +1 -0
- package/dist/features/auth/signup/custom-input-field/grade-input/grade-input.js +31 -0
- package/dist/features/auth/signup/custom-input-field/grade-input/grade-input.js.map +1 -0
- package/dist/features/auth/signup/custom-input-field/input-wrapper/input-wrapper-styled.js +11 -0
- package/dist/features/auth/signup/custom-input-field/input-wrapper/input-wrapper-styled.js.map +1 -0
- package/dist/features/auth/signup/custom-input-field/input-wrapper/input-wrapper.js +29 -0
- package/dist/features/auth/signup/custom-input-field/input-wrapper/input-wrapper.js.map +1 -0
- package/dist/features/auth/signup/custom-input-field/password-toggle/password-toggle.js +9 -0
- package/dist/features/auth/signup/custom-input-field/password-toggle/password-toggle.js.map +1 -0
- package/dist/features/auth/signup/signup-constants.js +1031 -0
- package/dist/features/auth/signup/signup-constants.js.map +1 -0
- package/dist/features/auth/signup/signup-methods/signup-methods.js +69 -0
- package/dist/features/auth/signup/signup-methods/signup-methods.js.map +1 -0
- package/dist/features/auth/signup/user-type-selector/user-type-card/user-type-card-styled.js +19 -0
- package/dist/features/auth/signup/user-type-selector/user-type-card/user-type-card-styled.js.map +1 -0
- package/dist/features/auth/signup/user-type-selector/user-type-card/user-type-card.js +62 -0
- package/dist/features/auth/signup/user-type-selector/user-type-card/user-type-card.js.map +1 -0
- package/dist/features/auth/signup/user-type-selector/user-type-selector-styled.js +24 -0
- package/dist/features/auth/signup/user-type-selector/user-type-selector-styled.js.map +1 -0
- package/dist/features/auth/signup/user-type-selector/user-type-selector.js +85 -0
- package/dist/features/auth/signup/user-type-selector/user-type-selector.js.map +1 -0
- package/dist/features/auth/user-list/user-item/user-item-styled.js +21 -0
- package/dist/features/auth/user-list/user-item/user-item-styled.js.map +1 -0
- package/dist/features/auth/user-list/user-item/user-item.js +48 -0
- package/dist/features/auth/user-list/user-item/user-item.js.map +1 -0
- package/dist/features/auth/user-list/user-list-styled.js +19 -0
- package/dist/features/auth/user-list/user-list-styled.js.map +1 -0
- package/dist/features/auth/user-list/user-list.js +56 -0
- package/dist/features/auth/user-list/user-list.js.map +1 -0
- package/dist/features/chapters-v2/chapter-details/chapter-banner/chapter-banner-styled.js +40 -32
- package/dist/features/chapters-v2/chapter-details/chapter-banner/chapter-banner-styled.js.map +1 -1
- package/dist/features/chapters-v2/chapter-details/chapter-banner/chapter-banner.js +66 -56
- package/dist/features/chapters-v2/chapter-details/chapter-banner/chapter-banner.js.map +1 -1
- package/dist/features/chapters-v2/constants/block-constants.js +3 -2
- package/dist/features/chapters-v2/constants/block-constants.js.map +1 -1
- package/dist/features/ui/constants/z-index.js +2 -1
- package/dist/features/ui/constants/z-index.js.map +1 -1
- package/dist/index.d.ts +288 -1
- package/dist/index.js +367 -321
- package/dist/index.js.map +1 -1
- package/dist/node_modules/@floating-ui/core/dist/floating-ui.core.js +332 -0
- package/dist/node_modules/@floating-ui/core/dist/floating-ui.core.js.map +1 -0
- package/dist/node_modules/@floating-ui/dom/dist/floating-ui.dom.js +370 -0
- package/dist/node_modules/@floating-ui/dom/dist/floating-ui.dom.js.map +1 -0
- package/dist/node_modules/@floating-ui/react/dist/floating-ui.react.js +252 -0
- package/dist/node_modules/@floating-ui/react/dist/floating-ui.react.js.map +1 -0
- package/dist/node_modules/@floating-ui/react/dist/floating-ui.react.utils.js +24 -0
- package/dist/node_modules/@floating-ui/react/dist/floating-ui.react.utils.js.map +1 -0
- package/dist/node_modules/@floating-ui/react/node_modules/@floating-ui/react-dom/dist/floating-ui.react-dom.js +192 -0
- package/dist/node_modules/@floating-ui/react/node_modules/@floating-ui/react-dom/dist/floating-ui.react-dom.js.map +1 -0
- package/dist/node_modules/@floating-ui/react/node_modules/@floating-ui/utils/dist/floating-ui.utils.dom.js +19 -0
- package/dist/node_modules/@floating-ui/react/node_modules/@floating-ui/utils/dist/floating-ui.utils.dom.js.map +1 -0
- package/dist/node_modules/@floating-ui/utils/dist/floating-ui.utils.dom.js +129 -0
- package/dist/node_modules/@floating-ui/utils/dist/floating-ui.utils.dom.js.map +1 -0
- package/dist/node_modules/@floating-ui/utils/dist/floating-ui.utils.js +129 -0
- package/dist/node_modules/@floating-ui/utils/dist/floating-ui.utils.js.map +1 -0
- package/dist/node_modules/clsx/dist/clsx.js +18 -0
- package/dist/node_modules/clsx/dist/clsx.js.map +1 -0
- package/dist/node_modules/date-fns/subYears.js +9 -0
- package/dist/node_modules/date-fns/subYears.js.map +1 -0
- package/dist/node_modules/react-datepicker/dist/index.es.js +2700 -0
- package/dist/node_modules/react-datepicker/dist/index.es.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/addLeadingZeros.js +8 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/addLeadingZeros.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/defaultOptions.js +8 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/defaultOptions.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/format/formatters.js +518 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/format/formatters.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/format/lightFormatters.js +60 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/format/lightFormatters.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/format/longFormatters.js +53 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/format/longFormatters.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/getTimezoneOffsetInMilliseconds.js +19 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/getTimezoneOffsetInMilliseconds.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/normalizeDates.js +12 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/normalizeDates.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/protectedTokens.js +21 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/protectedTokens.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/addDays.js +11 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/addDays.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/addHours.js +10 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/addHours.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/addMilliseconds.js +10 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/addMilliseconds.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/addMinutes.js +11 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/addMinutes.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/addMonths.js +21 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/addMonths.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/addQuarters.js +9 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/addQuarters.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/addSeconds.js +9 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/addSeconds.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/addWeeks.js +9 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/addWeeks.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/addYears.js +9 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/addYears.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/constants.js +10 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/constants.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/constructFrom.js +9 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/constructFrom.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/differenceInCalendarDays.js +17 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/differenceInCalendarDays.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/differenceInCalendarMonths.js +14 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/differenceInCalendarMonths.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/differenceInCalendarQuarters.js +15 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/differenceInCalendarQuarters.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/differenceInCalendarYears.js +14 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/differenceInCalendarYears.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/differenceInDays.js +23 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/differenceInDays.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/endOfDay.js +10 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/endOfDay.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/endOfMonth.js +10 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/endOfMonth.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/endOfWeek.js +12 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/endOfWeek.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/endOfYear.js +10 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/endOfYear.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/format.js +60 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/format.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/getDate.js +9 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/getDate.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/getDay.js +9 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/getDay.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/getDayOfYear.js +12 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/getDayOfYear.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/getDaysInMonth.js +11 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/getDaysInMonth.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/getDefaultOptions.js +9 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/getDefaultOptions.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/getHours.js +9 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/getHours.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/getISODay.js +10 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/getISODay.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/getISOWeek.js +13 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/getISOWeek.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/getISOWeekYear.js +16 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/getISOWeekYear.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/getMinutes.js +9 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/getMinutes.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/getMonth.js +9 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/getMonth.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/getQuarter.js +10 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/getQuarter.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/getSeconds.js +9 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/getSeconds.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/getTime.js +9 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/getTime.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/getWeek.js +13 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/getWeek.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/getWeekYear.js +18 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/getWeekYear.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/getYear.js +9 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/getYear.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/isAfter.js +9 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/isAfter.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/isBefore.js +9 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/isBefore.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/isDate.js +8 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/isDate.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/isEqual.js +9 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/isEqual.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/isSameDay.js +15 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/isSameDay.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/isSameMonth.js +14 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/isSameMonth.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/isSameQuarter.js +15 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/isSameQuarter.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/isSameYear.js +14 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/isSameYear.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/isValid.js +10 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/isValid.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/isWithinInterval.js +13 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/isWithinInterval.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/_lib/buildFormatLongFn.js +10 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/_lib/buildFormatLongFn.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/_lib/buildLocalizeFn.js +19 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/_lib/buildLocalizeFn.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/_lib/buildMatchFn.js +32 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/_lib/buildMatchFn.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/_lib/buildMatchPatternFn.js +16 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/_lib/buildMatchPatternFn.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/en-US/_lib/formatDistance.js +71 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/en-US/_lib/formatDistance.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/en-US/_lib/formatLong.js +34 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/en-US/_lib/formatLong.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/en-US/_lib/formatRelative.js +12 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/en-US/_lib/formatRelative.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/en-US/_lib/localize.js +156 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/en-US/_lib/localize.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/en-US/_lib/match.js +111 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/en-US/_lib/match.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/en-US.js +22 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/en-US.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/max.js +15 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/max.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/min.js +15 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/min.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/Parser.js +23 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/Parser.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/Setter.js +42 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/Setter.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/constants.js +50 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/constants.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/AMPMMidnightParser.js +50 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/AMPMMidnightParser.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/AMPMParser.js +50 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/AMPMParser.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/DateParser.js +62 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/DateParser.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/DayOfYearParser.js +52 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/DayOfYearParser.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/DayParser.js +46 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/DayParser.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/DayPeriodParser.js +50 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/DayPeriodParser.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/EraParser.js +31 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/EraParser.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/ExtendedYearParser.js +22 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/ExtendedYearParser.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/FractionOfSecondParser.js +23 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/FractionOfSecondParser.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/Hour0To11Parser.js +33 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/Hour0To11Parser.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/Hour0to23Parser.js +33 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/Hour0to23Parser.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/Hour1To24Parser.js +34 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/Hour1To24Parser.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/Hour1to12Parser.js +34 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/Hour1to12Parser.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/ISODayParser.js +100 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/ISODayParser.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/ISOTimezoneParser.js +49 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/ISOTimezoneParser.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/ISOTimezoneWithZParser.js +49 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/ISOTimezoneWithZParser.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/ISOWeekParser.js +50 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/ISOWeekParser.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/ISOWeekYearParser.js +41 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/ISOWeekYearParser.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/LocalDayParser.js +75 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/LocalDayParser.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/LocalWeekParser.js +49 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/LocalWeekParser.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/LocalWeekYearParser.js +70 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/LocalWeekYearParser.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/MinuteParser.js +33 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/MinuteParser.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/MonthParser.js +72 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/MonthParser.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/QuarterParser.js +71 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/QuarterParser.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/SecondParser.js +33 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/SecondParser.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/StandAloneLocalDayParser.js +75 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/StandAloneLocalDayParser.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/StandAloneMonthParser.js +72 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/StandAloneMonthParser.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/StandAloneQuarterParser.js +71 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/StandAloneQuarterParser.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/TimestampMillisecondsParser.js +23 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/TimestampMillisecondsParser.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/TimestampSecondsParser.js +23 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/TimestampSecondsParser.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/YearParser.js +50 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/YearParser.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers.js +68 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/utils.js +104 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/utils.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse.js +88 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parse.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parseISO.js +123 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/parseISO.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/setDay.js +13 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/setDay.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/setHours.js +10 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/setHours.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/setISODay.js +12 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/setISODay.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/setISOWeek.js +11 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/setISOWeek.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/setMinutes.js +10 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/setMinutes.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/setMonth.js +14 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/setMonth.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/setQuarter.js +11 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/setQuarter.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/setSeconds.js +10 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/setSeconds.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/setWeek.js +11 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/setWeek.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/setYear.js +11 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/setYear.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfDay.js +10 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfDay.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfISOWeek.js +9 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfISOWeek.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfISOWeekYear.js +12 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfISOWeekYear.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfMonth.js +10 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfMonth.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfQuarter.js +10 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfQuarter.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfWeek.js +12 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfWeek.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfWeekYear.js +14 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfWeekYear.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfYear.js +10 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfYear.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/subDays.js +9 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/subDays.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/subMonths.js +9 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/subMonths.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/subQuarters.js +9 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/subQuarters.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/subWeeks.js +9 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/subWeeks.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/subYears.js +9 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/subYears.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/toDate.js +9 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/toDate.js.map +1 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/transpose.js +19 -0
- package/dist/node_modules/react-datepicker/node_modules/date-fns/transpose.js.map +1 -0
- package/dist/static/avatar-selected.860ee923.json +1 -0
- package/dist/static/chapter-completed.1241399b.json +497 -0
- package/dist/static/circle-cuemath-logo-white.e9fafb91.svg +1 -0
- package/dist/static/cuemath-app-qr-code.4beefe48.svg +1 -0
- package/dist/static/cuemath-app-qr-code.ba6cc09b.svg +1 -0
- package/dist/static/cuemath-app-qr-code.d0912fc7.png +0 -0
- package/dist/static/dob.9ce3c15b.json +1 -0
- package/dist/static/error.cbe1ddde.json +1 -0
- package/dist/static/grade.b3730524.json +1 -0
- package/dist/static/key.d6846476.json +1 -0
- package/dist/static/mail.c30e8708.json +1 -0
- package/dist/static/otp.2d08f874.json +1 -0
- package/dist/static/otp.a3029760.json +1 -0
- package/dist/static/parent-avatar.772d53e0.json +1 -0
- package/dist/static/phone-number.0be312ea.json +1 -0
- package/dist/static/phone-number.84f55562.json +1 -0
- package/dist/static/student-avatar.524226bd.json +1 -0
- package/dist/static/user-type-selector-grid-bg.3c9c8ad6.svg +1 -0
- package/dist/static/user-type-selector-grid-bg.3ce8142d.svg +1 -0
- package/dist/static/user-type-selector-grid-bg.aad0b059.svg +1 -0
- package/dist/static/username.9e034d51.json +1 -0
- package/package.json +3 -2
@@ -0,0 +1,1031 @@
|
|
1
|
+
const a = "https://d138zd1ktt9iqe.cloudfront.net/static/website_2_0/images/country-flags", e = [
|
2
|
+
{
|
3
|
+
id: "india",
|
4
|
+
code: "91",
|
5
|
+
label: "+91",
|
6
|
+
value: "India",
|
7
|
+
icon: `${a}/india.png`,
|
8
|
+
url: `${a}/india.png`,
|
9
|
+
geoIPCountryCode: "IN"
|
10
|
+
},
|
11
|
+
{
|
12
|
+
id: "united-states-of-america",
|
13
|
+
code: "1",
|
14
|
+
label: "+1",
|
15
|
+
value: "USA",
|
16
|
+
icon: `${a}/united-states-of-america.png`,
|
17
|
+
url: `${a}/united-states-of-america.png`,
|
18
|
+
geoIPCountryCode: "US"
|
19
|
+
},
|
20
|
+
{
|
21
|
+
id: "afghanistan",
|
22
|
+
code: "93",
|
23
|
+
label: "+93",
|
24
|
+
value: "Afghanistan",
|
25
|
+
icon: `${a}/afghanistan.png`,
|
26
|
+
url: `${a}/afghanistan.png`,
|
27
|
+
geoIPCountryCode: "AF"
|
28
|
+
},
|
29
|
+
{
|
30
|
+
id: "albania",
|
31
|
+
code: "355",
|
32
|
+
label: "+355",
|
33
|
+
value: "Albania",
|
34
|
+
icon: `${a}/Albania.png`,
|
35
|
+
url: `${a}/Albania.png`,
|
36
|
+
geoIPCountryCode: "AL"
|
37
|
+
},
|
38
|
+
{
|
39
|
+
id: "algeria",
|
40
|
+
code: "213",
|
41
|
+
label: "+213",
|
42
|
+
value: "Algeria",
|
43
|
+
icon: `${a}/Algeria.png`,
|
44
|
+
url: `${a}/Algeria.png`,
|
45
|
+
geoIPCountryCode: "DZ"
|
46
|
+
},
|
47
|
+
{
|
48
|
+
id: "american-samoa",
|
49
|
+
code: "685",
|
50
|
+
label: "+685",
|
51
|
+
value: "Samoa",
|
52
|
+
icon: `${a}/american-samoa.png`,
|
53
|
+
url: `${a}/american-samoa.png`,
|
54
|
+
geoIPCountryCode: "AS"
|
55
|
+
},
|
56
|
+
{
|
57
|
+
id: "anguilla",
|
58
|
+
code: "1264",
|
59
|
+
label: "+1264",
|
60
|
+
value: "Anguilla",
|
61
|
+
icon: `${a}/Anguilla.png`,
|
62
|
+
url: `${a}/Anguilla.png`,
|
63
|
+
geoIPCountryCode: "AI"
|
64
|
+
},
|
65
|
+
{
|
66
|
+
id: "antigua-and-barbuda",
|
67
|
+
code: "1268",
|
68
|
+
label: "+1268",
|
69
|
+
value: "Antigua and Barbuda",
|
70
|
+
icon: `${a}/Antigua-and-Barbuda.png`,
|
71
|
+
url: `${a}/Antigua-and-Barbuda.png`,
|
72
|
+
geoIPCountryCode: "AG"
|
73
|
+
},
|
74
|
+
{
|
75
|
+
id: "argentina",
|
76
|
+
code: "54",
|
77
|
+
label: "+54",
|
78
|
+
value: "Argentina",
|
79
|
+
icon: `${a}/argentina.png`,
|
80
|
+
url: `${a}/argentina.png`,
|
81
|
+
geoIPCountryCode: "AR"
|
82
|
+
},
|
83
|
+
{
|
84
|
+
id: "armenia",
|
85
|
+
code: "374",
|
86
|
+
label: "+374",
|
87
|
+
value: "Armenia",
|
88
|
+
icon: `${a}/Armenia.png`,
|
89
|
+
url: `${a}/Armenia.png`,
|
90
|
+
geoIPCountryCode: "AM"
|
91
|
+
},
|
92
|
+
{
|
93
|
+
id: "australia",
|
94
|
+
code: "61",
|
95
|
+
label: "+61",
|
96
|
+
value: "Australia",
|
97
|
+
icon: `${a}/australia.png`,
|
98
|
+
url: `${a}/australia.png`,
|
99
|
+
geoIPCountryCode: "AU"
|
100
|
+
},
|
101
|
+
{
|
102
|
+
id: "austria",
|
103
|
+
code: "43",
|
104
|
+
label: "+43",
|
105
|
+
value: "Austria",
|
106
|
+
icon: `${a}/austria.png`,
|
107
|
+
url: `${a}/austria.png`,
|
108
|
+
geoIPCountryCode: "AT"
|
109
|
+
},
|
110
|
+
{
|
111
|
+
id: "azerbaijan",
|
112
|
+
code: "994",
|
113
|
+
label: "+994",
|
114
|
+
value: "Azerbaijan",
|
115
|
+
icon: `${a}/Azerbaijan.png`,
|
116
|
+
url: `${a}/Azerbaijan.png`,
|
117
|
+
geoIPCountryCode: "AZ"
|
118
|
+
},
|
119
|
+
{
|
120
|
+
id: "bahrain",
|
121
|
+
code: "973",
|
122
|
+
label: "+973",
|
123
|
+
value: "Bahrain",
|
124
|
+
icon: `${a}/bahrain.png`,
|
125
|
+
url: `${a}/bahrain.png`,
|
126
|
+
geoIPCountryCode: "BH"
|
127
|
+
},
|
128
|
+
{
|
129
|
+
id: "bangladesh",
|
130
|
+
code: "880",
|
131
|
+
label: "+880",
|
132
|
+
value: "Bangladesh",
|
133
|
+
icon: `${a}/bangladesh.png`,
|
134
|
+
url: `${a}/bangladesh.png`,
|
135
|
+
geoIPCountryCode: "BD"
|
136
|
+
},
|
137
|
+
{
|
138
|
+
id: "belarus",
|
139
|
+
code: "375",
|
140
|
+
label: "+375",
|
141
|
+
value: "Belarus",
|
142
|
+
icon: `${a}/Belarus.png`,
|
143
|
+
url: `${a}/Belarus.png`,
|
144
|
+
geoIPCountryCode: "BY"
|
145
|
+
},
|
146
|
+
{
|
147
|
+
id: "belgium",
|
148
|
+
code: "32",
|
149
|
+
label: "+32",
|
150
|
+
value: "Belgium",
|
151
|
+
icon: `${a}/belgium.png`,
|
152
|
+
url: `${a}/belgium.png`,
|
153
|
+
geoIPCountryCode: "BE"
|
154
|
+
},
|
155
|
+
{
|
156
|
+
id: "bermuda",
|
157
|
+
code: "1441",
|
158
|
+
label: "+1441",
|
159
|
+
value: "Bermuda",
|
160
|
+
icon: `${a}/bermuda.png`,
|
161
|
+
url: `${a}/bermuda.png`,
|
162
|
+
geoIPCountryCode: "BM"
|
163
|
+
},
|
164
|
+
{
|
165
|
+
id: "bhutan",
|
166
|
+
code: "975",
|
167
|
+
label: "+975",
|
168
|
+
value: "Bhutan",
|
169
|
+
icon: `${a}/bhutan.png`,
|
170
|
+
url: `${a}/bhutan.png`,
|
171
|
+
geoIPCountryCode: "BT"
|
172
|
+
},
|
173
|
+
{
|
174
|
+
id: "bosnia-and-herzegovina",
|
175
|
+
code: "387",
|
176
|
+
label: "+387",
|
177
|
+
value: "Bosnia And Herzegovina",
|
178
|
+
icon: `${a}/Bosnia-And-Herzegovina.png`,
|
179
|
+
url: `${a}/Bosnia-And-Herzegovina.png`,
|
180
|
+
geoIPCountryCode: "BA"
|
181
|
+
},
|
182
|
+
{
|
183
|
+
id: "brazil",
|
184
|
+
code: "55",
|
185
|
+
label: "+55",
|
186
|
+
value: "Brazil",
|
187
|
+
icon: `${a}/brazil.png`,
|
188
|
+
url: `${a}/brazil.png`,
|
189
|
+
geoIPCountryCode: "BR"
|
190
|
+
},
|
191
|
+
{
|
192
|
+
id: "bulgaria",
|
193
|
+
code: "359",
|
194
|
+
label: "+359",
|
195
|
+
value: "Bulgaria",
|
196
|
+
icon: `${a}/bulgaria.png`,
|
197
|
+
url: `${a}/bulgaria.png`,
|
198
|
+
geoIPCountryCode: "BG"
|
199
|
+
},
|
200
|
+
{
|
201
|
+
id: "cambodia",
|
202
|
+
code: "855",
|
203
|
+
label: "+855",
|
204
|
+
value: "Cambodia",
|
205
|
+
icon: `${a}/cambodia.png`,
|
206
|
+
url: `${a}/cambodia.png`,
|
207
|
+
geoIPCountryCode: "KH"
|
208
|
+
},
|
209
|
+
{
|
210
|
+
id: "cameroon",
|
211
|
+
code: "237",
|
212
|
+
label: "+237",
|
213
|
+
value: "Cameroon",
|
214
|
+
icon: `${a}/Cameroon.png`,
|
215
|
+
url: `${a}/Cameroon.png`,
|
216
|
+
geoIPCountryCode: "CM"
|
217
|
+
},
|
218
|
+
{
|
219
|
+
id: "canada",
|
220
|
+
code: "1",
|
221
|
+
label: "+1",
|
222
|
+
value: "Canada",
|
223
|
+
icon: `${a}/canada.png`,
|
224
|
+
url: `${a}/canada.png`,
|
225
|
+
geoIPCountryCode: "CA"
|
226
|
+
},
|
227
|
+
{
|
228
|
+
id: "chile",
|
229
|
+
code: "56",
|
230
|
+
label: "+56",
|
231
|
+
value: "Chile",
|
232
|
+
icon: `${a}/chile.png`,
|
233
|
+
url: `${a}/chile.png`,
|
234
|
+
geoIPCountryCode: "CL"
|
235
|
+
},
|
236
|
+
{
|
237
|
+
id: "china",
|
238
|
+
code: "86",
|
239
|
+
label: "+86",
|
240
|
+
value: "China",
|
241
|
+
icon: `${a}/china.png`,
|
242
|
+
url: `${a}/china.png`,
|
243
|
+
geoIPCountryCode: "CN"
|
244
|
+
},
|
245
|
+
{
|
246
|
+
id: "colombia",
|
247
|
+
code: "57",
|
248
|
+
label: "+57",
|
249
|
+
value: "Colombia",
|
250
|
+
icon: `${a}/colombia.png`,
|
251
|
+
url: `${a}/colombia.png`,
|
252
|
+
geoIPCountryCode: "CO"
|
253
|
+
},
|
254
|
+
{
|
255
|
+
id: "congo",
|
256
|
+
code: "243",
|
257
|
+
label: "+243",
|
258
|
+
value: "Congo",
|
259
|
+
icon: `${a}/Congo.png`,
|
260
|
+
url: `${a}/Congo.png`,
|
261
|
+
geoIPCountryCode: "CD"
|
262
|
+
},
|
263
|
+
{
|
264
|
+
id: "cuba",
|
265
|
+
code: "53",
|
266
|
+
label: "+53",
|
267
|
+
value: "Cuba",
|
268
|
+
icon: `${a}/cuba.png`,
|
269
|
+
url: `${a}/cuba.png`,
|
270
|
+
geoIPCountryCode: "CU"
|
271
|
+
},
|
272
|
+
{
|
273
|
+
id: "czech-republic",
|
274
|
+
code: "420",
|
275
|
+
label: "+420",
|
276
|
+
value: "Czech Republic",
|
277
|
+
icon: `${a}/czech-republic.png`,
|
278
|
+
url: `${a}/czech-republic.png`,
|
279
|
+
geoIPCountryCode: "CZ"
|
280
|
+
},
|
281
|
+
{
|
282
|
+
id: "denmark",
|
283
|
+
code: "45",
|
284
|
+
label: "+45",
|
285
|
+
value: "Denmark",
|
286
|
+
icon: `${a}/denmark.png`,
|
287
|
+
url: `${a}/denmark.png`,
|
288
|
+
geoIPCountryCode: "DK"
|
289
|
+
},
|
290
|
+
{
|
291
|
+
id: "ecuador",
|
292
|
+
code: "593",
|
293
|
+
label: "+593",
|
294
|
+
value: "Ecuador",
|
295
|
+
icon: `${a}/Ecuador.png`,
|
296
|
+
url: `${a}/Ecuador.png`,
|
297
|
+
geoIPCountryCode: "EC"
|
298
|
+
},
|
299
|
+
{
|
300
|
+
id: "egypt",
|
301
|
+
code: "20",
|
302
|
+
label: "+20",
|
303
|
+
value: "Egypt",
|
304
|
+
icon: `${a}/egypt.png`,
|
305
|
+
url: `${a}/egypt.png`,
|
306
|
+
geoIPCountryCode: "EG"
|
307
|
+
},
|
308
|
+
{
|
309
|
+
id: "ethiopia",
|
310
|
+
code: "251",
|
311
|
+
label: "+251",
|
312
|
+
value: "Ethiopia",
|
313
|
+
icon: `${a}/ethiopia.png`,
|
314
|
+
url: `${a}/ethiopia.png`,
|
315
|
+
geoIPCountryCode: "ET"
|
316
|
+
},
|
317
|
+
{
|
318
|
+
id: "finland",
|
319
|
+
code: "358",
|
320
|
+
label: "+358",
|
321
|
+
value: "Finland",
|
322
|
+
icon: `${a}/finland.png`,
|
323
|
+
url: `${a}/finland.png`,
|
324
|
+
geoIPCountryCode: "FI"
|
325
|
+
},
|
326
|
+
{
|
327
|
+
id: "france",
|
328
|
+
code: "33",
|
329
|
+
label: "+33",
|
330
|
+
value: "France",
|
331
|
+
icon: `${a}/france.png`,
|
332
|
+
url: `${a}/france.png`,
|
333
|
+
geoIPCountryCode: "FR"
|
334
|
+
},
|
335
|
+
{
|
336
|
+
id: "gambia",
|
337
|
+
code: "220",
|
338
|
+
label: "+220",
|
339
|
+
value: "Gambia",
|
340
|
+
icon: `${a}/Gambia.png`,
|
341
|
+
url: `${a}/Gambia.png`,
|
342
|
+
geoIPCountryCode: "GM"
|
343
|
+
},
|
344
|
+
{
|
345
|
+
id: "germany",
|
346
|
+
code: "49",
|
347
|
+
label: "+49",
|
348
|
+
value: "Germany",
|
349
|
+
icon: `${a}/germany.png`,
|
350
|
+
url: `${a}/germany.png`,
|
351
|
+
geoIPCountryCode: "DE"
|
352
|
+
},
|
353
|
+
{
|
354
|
+
id: "ghana",
|
355
|
+
code: "233",
|
356
|
+
label: "+233",
|
357
|
+
value: "Ghana",
|
358
|
+
icon: `${a}/ghana.png`,
|
359
|
+
url: `${a}/ghana.png`,
|
360
|
+
geoIPCountryCode: "GH"
|
361
|
+
},
|
362
|
+
{
|
363
|
+
id: "hong-kong",
|
364
|
+
code: "852",
|
365
|
+
label: "+852",
|
366
|
+
value: "Hong Kong",
|
367
|
+
icon: `${a}/hong-kong.png`,
|
368
|
+
url: `${a}/hong-kong.png`,
|
369
|
+
geoIPCountryCode: "HK"
|
370
|
+
},
|
371
|
+
{
|
372
|
+
id: "hungary",
|
373
|
+
code: "36",
|
374
|
+
label: "+36",
|
375
|
+
value: "Hungary",
|
376
|
+
icon: `${a}/hungary.png`,
|
377
|
+
url: `${a}/hungary.png`,
|
378
|
+
geoIPCountryCode: "HU"
|
379
|
+
},
|
380
|
+
{
|
381
|
+
id: "iceland",
|
382
|
+
code: "354",
|
383
|
+
label: "+354",
|
384
|
+
value: "Iceland",
|
385
|
+
icon: `${a}/iceland.png`,
|
386
|
+
url: `${a}/iceland.png`,
|
387
|
+
geoIPCountryCode: "IS"
|
388
|
+
},
|
389
|
+
{
|
390
|
+
id: "indonesia",
|
391
|
+
code: "62",
|
392
|
+
label: "+62",
|
393
|
+
value: "Indonesia",
|
394
|
+
icon: `${a}/indonesia.png`,
|
395
|
+
url: `${a}/indonesia.png`,
|
396
|
+
geoIPCountryCode: "ID"
|
397
|
+
},
|
398
|
+
{
|
399
|
+
id: "iran",
|
400
|
+
code: "98",
|
401
|
+
label: "+98",
|
402
|
+
value: "Iran",
|
403
|
+
icon: `${a}/Iran.png`,
|
404
|
+
url: `${a}/Iran.png`,
|
405
|
+
geoIPCountryCode: "IR"
|
406
|
+
},
|
407
|
+
{
|
408
|
+
id: "iraq",
|
409
|
+
code: "964",
|
410
|
+
label: "+964",
|
411
|
+
value: "Iraq",
|
412
|
+
icon: `${a}/iraq.png`,
|
413
|
+
url: `${a}/iraq.png`,
|
414
|
+
geoIPCountryCode: "IQ"
|
415
|
+
},
|
416
|
+
{
|
417
|
+
id: "ireland",
|
418
|
+
code: "353",
|
419
|
+
label: "+353",
|
420
|
+
value: "Ireland",
|
421
|
+
icon: `${a}/ireland.png`,
|
422
|
+
url: `${a}/ireland.png`,
|
423
|
+
geoIPCountryCode: "IE"
|
424
|
+
},
|
425
|
+
{
|
426
|
+
id: "israel",
|
427
|
+
code: "972",
|
428
|
+
label: "+972",
|
429
|
+
value: "Israel",
|
430
|
+
icon: `${a}/israel.png`,
|
431
|
+
url: `${a}/israel.png`,
|
432
|
+
geoIPCountryCode: "IL"
|
433
|
+
},
|
434
|
+
{
|
435
|
+
id: "italy",
|
436
|
+
code: "39",
|
437
|
+
label: "+39",
|
438
|
+
value: "Italy",
|
439
|
+
icon: `${a}/italy.png`,
|
440
|
+
url: `${a}/italy.png`,
|
441
|
+
geoIPCountryCode: "IT"
|
442
|
+
},
|
443
|
+
{
|
444
|
+
id: "jamaica",
|
445
|
+
code: "876",
|
446
|
+
label: "+876",
|
447
|
+
value: "Jamaica",
|
448
|
+
icon: `${a}/jamaica.png`,
|
449
|
+
url: `${a}/jamaica.png`,
|
450
|
+
geoIPCountryCode: "JM"
|
451
|
+
},
|
452
|
+
{
|
453
|
+
id: "japan",
|
454
|
+
code: "81",
|
455
|
+
label: "+81",
|
456
|
+
value: "Japan",
|
457
|
+
icon: `${a}/japan.png`,
|
458
|
+
url: `${a}/japan.png`,
|
459
|
+
geoIPCountryCode: "JP"
|
460
|
+
},
|
461
|
+
{
|
462
|
+
id: "jordan",
|
463
|
+
code: "962",
|
464
|
+
label: "+962",
|
465
|
+
value: "Jordan",
|
466
|
+
icon: `${a}/jordan.png`,
|
467
|
+
url: `${a}/jordan.png`,
|
468
|
+
geoIPCountryCode: "JO"
|
469
|
+
},
|
470
|
+
{
|
471
|
+
id: "kazakhstan",
|
472
|
+
code: "7",
|
473
|
+
label: "+7",
|
474
|
+
value: "Kazakhstan",
|
475
|
+
icon: `${a}/Kazakhstan.png`,
|
476
|
+
url: `${a}/Kazakhstan.png`,
|
477
|
+
geoIPCountryCode: "KZ"
|
478
|
+
},
|
479
|
+
{
|
480
|
+
id: "kenya",
|
481
|
+
code: "254",
|
482
|
+
label: "+254",
|
483
|
+
value: "Kenya",
|
484
|
+
icon: `${a}/kenya.png`,
|
485
|
+
url: `${a}/kenya.png`,
|
486
|
+
geoIPCountryCode: "KE"
|
487
|
+
},
|
488
|
+
{
|
489
|
+
id: "kuwait",
|
490
|
+
code: "965",
|
491
|
+
label: "+965",
|
492
|
+
value: "Kuwait",
|
493
|
+
icon: `${a}/kuwait.png`,
|
494
|
+
url: `${a}/kuwait.png`,
|
495
|
+
geoIPCountryCode: "KW"
|
496
|
+
},
|
497
|
+
{
|
498
|
+
id: "kyrgyzstan",
|
499
|
+
code: "996",
|
500
|
+
label: "+996",
|
501
|
+
value: "Kyrgyzstan",
|
502
|
+
icon: `${a}/Kyrgyzstan.png`,
|
503
|
+
url: `${a}/Kyrgyzstan.png`,
|
504
|
+
geoIPCountryCode: "KG"
|
505
|
+
},
|
506
|
+
{
|
507
|
+
id: "lebanon",
|
508
|
+
code: "961",
|
509
|
+
label: "+961",
|
510
|
+
value: "Lebanon",
|
511
|
+
icon: `${a}/lebanon.png`,
|
512
|
+
url: `${a}/lebanon.png`,
|
513
|
+
geoIPCountryCode: "LB"
|
514
|
+
},
|
515
|
+
{
|
516
|
+
id: "lesotho",
|
517
|
+
code: "266",
|
518
|
+
label: "+266",
|
519
|
+
value: "Lesotho",
|
520
|
+
icon: `${a}/Lesotho.png`,
|
521
|
+
url: `${a}/Lesotho.png`,
|
522
|
+
geoIPCountryCode: "LS"
|
523
|
+
},
|
524
|
+
{
|
525
|
+
id: "liberia",
|
526
|
+
code: "231",
|
527
|
+
label: "+231",
|
528
|
+
value: "Liberia",
|
529
|
+
icon: `${a}/Liberia.png`,
|
530
|
+
url: `${a}/Liberia.png`,
|
531
|
+
geoIPCountryCode: "LR"
|
532
|
+
},
|
533
|
+
{
|
534
|
+
id: "libya",
|
535
|
+
code: "218",
|
536
|
+
label: "+218",
|
537
|
+
value: "Libya",
|
538
|
+
icon: `${a}/Libya.png`,
|
539
|
+
url: `${a}/Libya.png`,
|
540
|
+
geoIPCountryCode: "LY"
|
541
|
+
},
|
542
|
+
{
|
543
|
+
id: "lithuania",
|
544
|
+
code: "370",
|
545
|
+
label: "+370",
|
546
|
+
value: "Lithuania",
|
547
|
+
icon: `${a}/lithuania.png`,
|
548
|
+
url: `${a}/lithuania.png`,
|
549
|
+
geoIPCountryCode: "LT"
|
550
|
+
},
|
551
|
+
{
|
552
|
+
id: "malawi",
|
553
|
+
code: "265",
|
554
|
+
label: "+265",
|
555
|
+
value: "Malawi",
|
556
|
+
icon: `${a}/Malawi.png`,
|
557
|
+
url: `${a}/Malawi.png`,
|
558
|
+
geoIPCountryCode: "MW"
|
559
|
+
},
|
560
|
+
{
|
561
|
+
id: "malaysia",
|
562
|
+
code: "60",
|
563
|
+
label: "+60",
|
564
|
+
value: "Malaysia",
|
565
|
+
icon: `${a}/malaysia.png`,
|
566
|
+
url: `${a}/malaysia.png`,
|
567
|
+
geoIPCountryCode: "MY"
|
568
|
+
},
|
569
|
+
{
|
570
|
+
id: "mali",
|
571
|
+
code: "223",
|
572
|
+
label: "+223",
|
573
|
+
value: "Mali",
|
574
|
+
icon: `${a}/Mali.png`,
|
575
|
+
url: `${a}/Mali.png`,
|
576
|
+
geoIPCountryCode: "ML"
|
577
|
+
},
|
578
|
+
{
|
579
|
+
id: "mauritius",
|
580
|
+
code: "230",
|
581
|
+
label: "+230",
|
582
|
+
value: "Mauritius",
|
583
|
+
icon: `${a}/Mauritius.png`,
|
584
|
+
url: `${a}/Mauritius.png`,
|
585
|
+
geoIPCountryCode: "MU"
|
586
|
+
},
|
587
|
+
{
|
588
|
+
id: "mexico",
|
589
|
+
code: "52",
|
590
|
+
label: "+52",
|
591
|
+
value: "Mexico",
|
592
|
+
icon: `${a}/mexico.png`,
|
593
|
+
url: `${a}/mexico.png`,
|
594
|
+
geoIPCountryCode: "MX"
|
595
|
+
},
|
596
|
+
{
|
597
|
+
id: "mongolia",
|
598
|
+
code: "976",
|
599
|
+
label: "+976",
|
600
|
+
value: "Mongolia",
|
601
|
+
icon: `${a}/Mongolia.png`,
|
602
|
+
url: `${a}/Mongolia.png`,
|
603
|
+
geoIPCountryCode: "MN"
|
604
|
+
},
|
605
|
+
{
|
606
|
+
id: "morocco",
|
607
|
+
code: "212",
|
608
|
+
label: "+212",
|
609
|
+
value: "Morocco",
|
610
|
+
icon: `${a}/morocco.png`,
|
611
|
+
url: `${a}/morocco.png`,
|
612
|
+
geoIPCountryCode: "MA"
|
613
|
+
},
|
614
|
+
{
|
615
|
+
id: "myanmar",
|
616
|
+
code: "95",
|
617
|
+
label: "+95",
|
618
|
+
value: "Myanmar",
|
619
|
+
icon: `${a}/myanmar.png`,
|
620
|
+
url: `${a}/myanmar.png`,
|
621
|
+
geoIPCountryCode: "MM"
|
622
|
+
},
|
623
|
+
{
|
624
|
+
id: "namibia",
|
625
|
+
code: "264",
|
626
|
+
label: "+264",
|
627
|
+
value: "Namibia",
|
628
|
+
icon: `${a}/Namibia.png`,
|
629
|
+
url: `${a}/Namibia.png`,
|
630
|
+
geoIPCountryCode: "NA"
|
631
|
+
},
|
632
|
+
{
|
633
|
+
id: "nepal",
|
634
|
+
code: "977",
|
635
|
+
label: "+977",
|
636
|
+
value: "Nepal",
|
637
|
+
icon: `${a}/nepal.png`,
|
638
|
+
url: `${a}/nepal.png`,
|
639
|
+
geoIPCountryCode: "NP"
|
640
|
+
},
|
641
|
+
{
|
642
|
+
id: "netherlands",
|
643
|
+
code: "31",
|
644
|
+
label: "+31",
|
645
|
+
value: "Netherlands",
|
646
|
+
icon: `${a}/netherlands.png`,
|
647
|
+
url: `${a}/netherlands.png`,
|
648
|
+
geoIPCountryCode: "NL"
|
649
|
+
},
|
650
|
+
{
|
651
|
+
id: "new-zealand",
|
652
|
+
code: "64",
|
653
|
+
label: "+64",
|
654
|
+
value: "New Zealand",
|
655
|
+
icon: `${a}/new-zealand.png`,
|
656
|
+
url: `${a}/new-zealand.png`,
|
657
|
+
geoIPCountryCode: "NZ"
|
658
|
+
},
|
659
|
+
{
|
660
|
+
id: "niger",
|
661
|
+
code: "227",
|
662
|
+
label: "+227",
|
663
|
+
value: "Niger",
|
664
|
+
icon: `${a}/Niger.png`,
|
665
|
+
url: `${a}/Niger.png`,
|
666
|
+
geoIPCountryCode: "NE"
|
667
|
+
},
|
668
|
+
{
|
669
|
+
id: "nigeria",
|
670
|
+
code: "234",
|
671
|
+
label: "+234",
|
672
|
+
value: "Nigeria",
|
673
|
+
icon: `${a}/nigeria.png`,
|
674
|
+
url: `${a}/nigeria.png`,
|
675
|
+
geoIPCountryCode: "NG"
|
676
|
+
},
|
677
|
+
{
|
678
|
+
id: "northern-marianas-islands",
|
679
|
+
code: "1670",
|
680
|
+
label: "+1670",
|
681
|
+
value: "Northern Marianas Islands",
|
682
|
+
icon: `${a}/northern-marianas-islands.png`,
|
683
|
+
url: `${a}/northern-marianas-islands.png`,
|
684
|
+
geoIPCountryCode: "MP"
|
685
|
+
},
|
686
|
+
{
|
687
|
+
id: "norway",
|
688
|
+
code: "47",
|
689
|
+
label: "+47",
|
690
|
+
value: "Norway",
|
691
|
+
icon: `${a}/norway.png`,
|
692
|
+
url: `${a}/norway.png`,
|
693
|
+
geoIPCountryCode: "NO"
|
694
|
+
},
|
695
|
+
{
|
696
|
+
id: "oman",
|
697
|
+
code: "968",
|
698
|
+
label: "+968",
|
699
|
+
value: "Oman",
|
700
|
+
icon: `${a}/oman.png`,
|
701
|
+
url: `${a}/oman.png`,
|
702
|
+
geoIPCountryCode: "OM"
|
703
|
+
},
|
704
|
+
{
|
705
|
+
id: "papua-new-guinea",
|
706
|
+
code: "675",
|
707
|
+
label: "+675",
|
708
|
+
value: "Papua New Guinea",
|
709
|
+
icon: `${a}/Papua-New-Guinea.png`,
|
710
|
+
url: `${a}/Papua-New-Guinea.png`,
|
711
|
+
geoIPCountryCode: "PG"
|
712
|
+
},
|
713
|
+
{
|
714
|
+
id: "philippines",
|
715
|
+
code: "63",
|
716
|
+
label: "+63",
|
717
|
+
value: "Philippines",
|
718
|
+
icon: `${a}/philippines.png`,
|
719
|
+
url: `${a}/philippines.png`,
|
720
|
+
geoIPCountryCode: "PH"
|
721
|
+
},
|
722
|
+
{
|
723
|
+
id: "poland",
|
724
|
+
code: "48",
|
725
|
+
label: "+48",
|
726
|
+
value: "Poland",
|
727
|
+
icon: `${a}/poland.png`,
|
728
|
+
url: `${a}/poland.png`,
|
729
|
+
geoIPCountryCode: "PL"
|
730
|
+
},
|
731
|
+
{
|
732
|
+
id: "portugal",
|
733
|
+
code: "351",
|
734
|
+
label: "+351",
|
735
|
+
value: "Portugal",
|
736
|
+
icon: `${a}/portugal.png`,
|
737
|
+
url: `${a}/portugal.png`,
|
738
|
+
geoIPCountryCode: "PT"
|
739
|
+
},
|
740
|
+
{
|
741
|
+
id: "puerto-rico",
|
742
|
+
code: "1939",
|
743
|
+
label: "+1939",
|
744
|
+
value: "Puerto Rico",
|
745
|
+
icon: `${a}/puerto-rico.png`,
|
746
|
+
url: `${a}/puerto-rico.png`,
|
747
|
+
geoIPCountryCode: "PR"
|
748
|
+
},
|
749
|
+
{
|
750
|
+
id: "qatar",
|
751
|
+
code: "974",
|
752
|
+
label: "+974",
|
753
|
+
value: "Qatar",
|
754
|
+
icon: `${a}/qatar.png`,
|
755
|
+
url: `${a}/qatar.png`,
|
756
|
+
geoIPCountryCode: "QA"
|
757
|
+
},
|
758
|
+
{
|
759
|
+
id: "romania",
|
760
|
+
code: "40",
|
761
|
+
label: "+40",
|
762
|
+
value: "Romania",
|
763
|
+
icon: `${a}/romania.png`,
|
764
|
+
url: `${a}/romania.png`,
|
765
|
+
geoIPCountryCode: "RO"
|
766
|
+
},
|
767
|
+
{
|
768
|
+
id: "rwanda",
|
769
|
+
code: "250",
|
770
|
+
label: "+250",
|
771
|
+
value: "Rwanda",
|
772
|
+
icon: `${a}/Rwanda.png`,
|
773
|
+
url: `${a}/Rwanda.png`,
|
774
|
+
geoIPCountryCode: "RW"
|
775
|
+
},
|
776
|
+
{
|
777
|
+
id: "saudi-arabia",
|
778
|
+
code: "966",
|
779
|
+
label: "+966",
|
780
|
+
value: "Saudi Arabia",
|
781
|
+
icon: `${a}/saudi-arabia.png`,
|
782
|
+
url: `${a}/saudi-arabia.png`,
|
783
|
+
geoIPCountryCode: "SA"
|
784
|
+
},
|
785
|
+
{
|
786
|
+
id: "senegal",
|
787
|
+
code: "221",
|
788
|
+
label: "+221",
|
789
|
+
value: "Senegal",
|
790
|
+
icon: `${a}/Senegal.png`,
|
791
|
+
url: `${a}/Senegal.png`,
|
792
|
+
geoIPCountryCode: "SN"
|
793
|
+
},
|
794
|
+
{
|
795
|
+
id: "sierra-leone",
|
796
|
+
code: "232",
|
797
|
+
label: "+232",
|
798
|
+
value: "Sierra Leone",
|
799
|
+
icon: `${a}/Sierra-leone.png`,
|
800
|
+
url: `${a}/Sierra-leone.png`,
|
801
|
+
geoIPCountryCode: "SL"
|
802
|
+
},
|
803
|
+
{
|
804
|
+
id: "singapore",
|
805
|
+
code: "65",
|
806
|
+
label: "+65",
|
807
|
+
value: "Singapore",
|
808
|
+
icon: `${a}/singapore.png`,
|
809
|
+
url: `${a}/singapore.png`,
|
810
|
+
geoIPCountryCode: "SG"
|
811
|
+
},
|
812
|
+
{
|
813
|
+
id: "somalia",
|
814
|
+
code: "252",
|
815
|
+
label: "+252",
|
816
|
+
value: "Somalia",
|
817
|
+
icon: `${a}/Somalia.png`,
|
818
|
+
url: `${a}/Somalia.png`,
|
819
|
+
geoIPCountryCode: "SO"
|
820
|
+
},
|
821
|
+
{
|
822
|
+
id: "south Korea",
|
823
|
+
code: "82",
|
824
|
+
label: "+82",
|
825
|
+
value: "South Korea",
|
826
|
+
icon: `${a}/south-korea.png`,
|
827
|
+
url: `${a}/south-korea.png`,
|
828
|
+
geoIPCountryCode: "KR"
|
829
|
+
},
|
830
|
+
{
|
831
|
+
id: "south-africa",
|
832
|
+
code: "27",
|
833
|
+
label: "+27",
|
834
|
+
value: "South Africa",
|
835
|
+
icon: `${a}/south-africa.png`,
|
836
|
+
url: `${a}/south-africa.png`,
|
837
|
+
geoIPCountryCode: "ZA"
|
838
|
+
},
|
839
|
+
{
|
840
|
+
id: "spain",
|
841
|
+
code: "34",
|
842
|
+
label: "+34",
|
843
|
+
value: "Spain",
|
844
|
+
icon: `${a}/spain.png`,
|
845
|
+
url: `${a}/spain.png`,
|
846
|
+
geoIPCountryCode: "ES"
|
847
|
+
},
|
848
|
+
{
|
849
|
+
id: "sri-lanka",
|
850
|
+
code: "94",
|
851
|
+
label: "+94",
|
852
|
+
value: "Sri Lanka",
|
853
|
+
icon: `${a}/sri-lanka.png`,
|
854
|
+
url: `${a}/sri-lanka.png`,
|
855
|
+
geoIPCountryCode: "LK"
|
856
|
+
},
|
857
|
+
{
|
858
|
+
id: "sweden",
|
859
|
+
code: "46",
|
860
|
+
label: "+46",
|
861
|
+
value: "Sweden",
|
862
|
+
icon: `${a}/sweden.png`,
|
863
|
+
url: `${a}/sweden.png`,
|
864
|
+
geoIPCountryCode: "SE"
|
865
|
+
},
|
866
|
+
{
|
867
|
+
id: "switzerland",
|
868
|
+
code: "41",
|
869
|
+
label: "+41",
|
870
|
+
value: "Switzerland",
|
871
|
+
icon: `${a}/Switzerland.png`,
|
872
|
+
url: `${a}/Switzerland.png`,
|
873
|
+
geoIPCountryCode: "CH"
|
874
|
+
},
|
875
|
+
{
|
876
|
+
id: "syria",
|
877
|
+
code: "963",
|
878
|
+
label: "+963",
|
879
|
+
value: "Syria",
|
880
|
+
icon: `${a}/Syria.png`,
|
881
|
+
url: `${a}/Syria.png`,
|
882
|
+
geoIPCountryCode: "SY"
|
883
|
+
},
|
884
|
+
{
|
885
|
+
id: "tanzania",
|
886
|
+
code: "255",
|
887
|
+
label: "+255",
|
888
|
+
value: "Tanzania",
|
889
|
+
icon: `${a}/tanzania.png`,
|
890
|
+
url: `${a}/tanzania.png`,
|
891
|
+
geoIPCountryCode: "TZ"
|
892
|
+
},
|
893
|
+
{
|
894
|
+
id: "thailand",
|
895
|
+
code: "66",
|
896
|
+
label: "+66",
|
897
|
+
value: "Thailand",
|
898
|
+
icon: `${a}/thailand.png`,
|
899
|
+
url: `${a}/thailand.png`,
|
900
|
+
geoIPCountryCode: "TH"
|
901
|
+
},
|
902
|
+
{
|
903
|
+
id: "tunisia",
|
904
|
+
code: "216",
|
905
|
+
label: "+216",
|
906
|
+
value: "Tunisia",
|
907
|
+
icon: `${a}/Tunisia.png`,
|
908
|
+
url: `${a}/Tunisia.png`,
|
909
|
+
geoIPCountryCode: "TN"
|
910
|
+
},
|
911
|
+
{
|
912
|
+
id: "turkey",
|
913
|
+
code: "90",
|
914
|
+
label: "+90",
|
915
|
+
value: "Turkey",
|
916
|
+
icon: `${a}/turkey.png`,
|
917
|
+
url: `${a}/turkey.png`,
|
918
|
+
geoIPCountryCode: "TR"
|
919
|
+
},
|
920
|
+
{
|
921
|
+
id: "uganda",
|
922
|
+
code: "256",
|
923
|
+
label: "+256",
|
924
|
+
value: "Uganda",
|
925
|
+
icon: `${a}/Uganda.png`,
|
926
|
+
url: `${a}/Uganda.png`,
|
927
|
+
geoIPCountryCode: "UG"
|
928
|
+
},
|
929
|
+
{
|
930
|
+
id: "ukraine",
|
931
|
+
code: "380",
|
932
|
+
label: "+380",
|
933
|
+
value: "Ukraine",
|
934
|
+
icon: `${a}/ukraine.png`,
|
935
|
+
url: `${a}/ukraine.png`,
|
936
|
+
geoIPCountryCode: "UA"
|
937
|
+
},
|
938
|
+
{
|
939
|
+
id: "united-arab-emirates",
|
940
|
+
code: "971",
|
941
|
+
label: "+971",
|
942
|
+
value: "United Arab Emirates",
|
943
|
+
icon: `${a}/united-arab-emirates.png`,
|
944
|
+
url: `${a}/united-arab-emirates.png`,
|
945
|
+
geoIPCountryCode: "AE"
|
946
|
+
},
|
947
|
+
{
|
948
|
+
id: "united-kingdom",
|
949
|
+
code: "44",
|
950
|
+
label: "+44",
|
951
|
+
value: "United Kingdom",
|
952
|
+
icon: `${a}/united-kingdom.png`,
|
953
|
+
url: `${a}/united-kingdom.png`,
|
954
|
+
geoIPCountryCode: "GB"
|
955
|
+
},
|
956
|
+
{
|
957
|
+
id: "uzbekistan",
|
958
|
+
code: "998",
|
959
|
+
label: "+998",
|
960
|
+
value: "Uzbekistan",
|
961
|
+
icon: `${a}/uzbekistan.png`,
|
962
|
+
url: `${a}/uzbekistan.png`,
|
963
|
+
geoIPCountryCode: "UZ"
|
964
|
+
},
|
965
|
+
{
|
966
|
+
id: "vietnam",
|
967
|
+
code: "84",
|
968
|
+
label: "+84",
|
969
|
+
value: "Vietnam",
|
970
|
+
icon: `${a}/vietnam.png`,
|
971
|
+
url: `${a}/vietnam.png`,
|
972
|
+
geoIPCountryCode: "VN"
|
973
|
+
},
|
974
|
+
{
|
975
|
+
id: "yemen",
|
976
|
+
code: "967",
|
977
|
+
label: "+967",
|
978
|
+
value: "Yemen",
|
979
|
+
icon: `${a}/Yemen.png`,
|
980
|
+
url: `${a}/Yemen.png`,
|
981
|
+
geoIPCountryCode: "YE"
|
982
|
+
},
|
983
|
+
{
|
984
|
+
id: "zambia",
|
985
|
+
code: "260",
|
986
|
+
label: "+260",
|
987
|
+
value: "Zambia",
|
988
|
+
icon: `${a}/zambia.png`,
|
989
|
+
url: `${a}/zambia.png`,
|
990
|
+
geoIPCountryCode: "ZM"
|
991
|
+
}
|
992
|
+
], n = [
|
993
|
+
{ label: "Pre K", value: "-1" },
|
994
|
+
{ label: "K", value: "0" },
|
995
|
+
{ label: "1", value: "1" },
|
996
|
+
{ label: "2", value: "2" },
|
997
|
+
{ label: "3", value: "3" },
|
998
|
+
{ label: "4", value: "4" },
|
999
|
+
{ label: "5", value: "5" },
|
1000
|
+
{ label: "6", value: "6" },
|
1001
|
+
{ label: "7", value: "7" },
|
1002
|
+
{ label: "8", value: "8" },
|
1003
|
+
{ label: "9", value: "9" },
|
1004
|
+
{ label: "10", value: "10" },
|
1005
|
+
{ label: "11", value: "11" },
|
1006
|
+
{ label: "12", value: "12" }
|
1007
|
+
], o = [
|
1008
|
+
{
|
1009
|
+
id: "parent",
|
1010
|
+
label: "Parent"
|
1011
|
+
},
|
1012
|
+
{
|
1013
|
+
id: "student",
|
1014
|
+
label: "Student"
|
1015
|
+
}
|
1016
|
+
], l = {
|
1017
|
+
USER_NOT_FOUND: 8e3,
|
1018
|
+
INVALID_PASSWORD: 8001,
|
1019
|
+
MULTIPLE_USERS_FOUND: 8002,
|
1020
|
+
ACCESS_TOKEN_FAILURE: 8003,
|
1021
|
+
INVALID_ACCESS_TOKEN: 8004,
|
1022
|
+
INVALID_USERNAME_OR_USER_ALREADY_EXIST: 8005,
|
1023
|
+
SOCIAL_SIGNUP_EMAIL_MISSING: 8006
|
1024
|
+
};
|
1025
|
+
export {
|
1026
|
+
l as AuthApiErrorCode,
|
1027
|
+
e as COUNTRY_CODE_MAP,
|
1028
|
+
n as STUDENT_GRADE_OPTIONS,
|
1029
|
+
o as USER_TYPES
|
1030
|
+
};
|
1031
|
+
//# sourceMappingURL=signup-constants.js.map
|