@cuemath/leap 2.9.5-j1 → 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/loader-1.svg.js +6 -0
- package/dist/assets/illustrations/loader-1.svg.js.map +1 -0
- package/dist/assets/lottie/lottie.js +1 -0
- package/dist/assets/lottie/lottie.js.map +1 -1
- package/dist/features/auth/account-selector/account-selector-styled.js +27 -16
- package/dist/features/auth/account-selector/account-selector-styled.js.map +1 -1
- package/dist/features/auth/account-selector/account-selector.js +83 -68
- package/dist/features/auth/account-selector/account-selector.js.map +1 -1
- 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/resend-otp/otp-timer/otp-timer.js +19 -22
- package/dist/features/auth/comps/resend-otp/otp-timer/otp-timer.js.map +1 -1
- package/dist/features/auth/comps/resend-otp/resend-otp.js +12 -12
- package/dist/features/auth/comps/resend-otp/resend-otp.js.map +1 -1
- 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 +17 -15
- package/dist/features/auth/signup/circular-step-wrapper/circular-step-wrapper-styled.js.map +1 -1
- package/dist/features/auth/signup/circular-step-wrapper/circular-step-wrapper.js +48 -49
- package/dist/features/auth/signup/circular-step-wrapper/circular-step-wrapper.js.map +1 -1
- package/dist/features/auth/signup/claim-user-account/claim-user-account-styled.js +16 -5
- package/dist/features/auth/signup/claim-user-account/claim-user-account-styled.js.map +1 -1
- package/dist/features/auth/signup/claim-user-account/claim-user-account.js +66 -61
- package/dist/features/auth/signup/claim-user-account/claim-user-account.js.map +1 -1
- package/dist/features/auth/signup/custom-input/date-picker-input/date-picker-input-styled.js +10 -3
- package/dist/features/auth/signup/custom-input/date-picker-input/date-picker-input-styled.js.map +1 -1
- package/dist/features/auth/signup/custom-input/date-picker-input/date-picker-input.js +54 -50
- package/dist/features/auth/signup/custom-input/date-picker-input/date-picker-input.js.map +1 -1
- package/dist/features/auth/signup/custom-input/grade-input/grade-input.js +6 -6
- package/dist/features/auth/signup/custom-input/grade-input/grade-input.js.map +1 -1
- package/dist/features/auth/signup/custom-input/input-wrapper/input-wrapper.js +22 -22
- package/dist/features/auth/signup/custom-input/input-wrapper/input-wrapper.js.map +1 -1
- package/dist/features/auth/signup/custom-input/student-username/student-username.js +23 -23
- package/dist/features/auth/signup/custom-input/student-username/student-username.js.map +1 -1
- package/dist/features/auth/signup/signup-constants.js.map +1 -1
- package/dist/features/auth/signup/user-type-selector/user-type-card/user-type-card.js +14 -14
- package/dist/features/auth/signup/user-type-selector/user-type-card/user-type-card.js.map +1 -1
- package/dist/features/auth/signup/user-type-selector/user-type-selector.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/theme/input.js +84 -11
- package/dist/features/ui/theme/input.js.map +1 -1
- package/dist/index.d.ts +57 -11
- package/dist/index.js +520 -512
- package/dist/index.js.map +1 -1
- package/dist/static/error.cbe1ddde.json +1 -0
- package/package.json +1 -1
@@ -1,54 +1,58 @@
|
|
1
|
-
import { jsx as e, jsxs as
|
2
|
-
import
|
3
|
-
import
|
4
|
-
import
|
5
|
-
import
|
1
|
+
import { jsx as e, jsxs as d } from "react/jsx-runtime";
|
2
|
+
import f from "../../../../../node_modules/react-datepicker/dist/index.es.js";
|
3
|
+
import { useTheme as h } from "styled-components";
|
4
|
+
import I from "../../../../../assets/line-icons/icons/left.js";
|
5
|
+
import T from "../../../../../assets/line-icons/icons/right.js";
|
6
|
+
import l from "../../../../ui/buttons/clickable/clickable.js";
|
6
7
|
import u from "../../../../ui/layout/flex-view.js";
|
7
|
-
import
|
8
|
-
import { InputWrapper as
|
9
|
-
import { StyledDatePickerWrapper as
|
10
|
-
import { subYears as
|
11
|
-
const
|
12
|
-
|
13
|
-
{
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
8
|
+
import k from "../../../../ui/text/text.js";
|
9
|
+
import { InputWrapper as w } from "../input-wrapper/input-wrapper.js";
|
10
|
+
import { StyledDatePickerWrapper as x } from "./date-picker-input-styled.js";
|
11
|
+
import { subYears as c } from "../../../../../node_modules/date-fns/subYears.js";
|
12
|
+
const y = ({ value: a, onChange: m, error: n }) => {
|
13
|
+
const o = h();
|
14
|
+
return /* @__PURE__ */ e(w, { helperText: n, children: /* @__PURE__ */ e(x, { children: /* @__PURE__ */ e(
|
15
|
+
f,
|
16
|
+
{
|
17
|
+
selected: a,
|
18
|
+
showMonthYearPicker: !0,
|
19
|
+
showPopperArrow: !1,
|
20
|
+
dateFormat: "MM/yyyy",
|
21
|
+
placeholderText: "MM / YYYY",
|
22
|
+
onChange: (r) => m(r),
|
23
|
+
minDate: c(/* @__PURE__ */ new Date(), 22),
|
24
|
+
maxDate: c(/* @__PURE__ */ new Date(), 2),
|
25
|
+
renderCustomHeader: ({
|
26
|
+
date: r,
|
27
|
+
decreaseYear: p,
|
28
|
+
increaseYear: s,
|
29
|
+
prevYearButtonDisabled: t,
|
30
|
+
nextYearButtonDisabled: i
|
31
|
+
}) => /* @__PURE__ */ d(u, { $alignItems: "center", $flexDirection: "row", $justifyContent: "space-between", children: [
|
32
|
+
/* @__PURE__ */ e(
|
33
|
+
l,
|
34
|
+
{
|
35
|
+
onClick: p,
|
36
|
+
label: "increase-year",
|
37
|
+
disabled: t,
|
38
|
+
children: /* @__PURE__ */ e(I, { color: o.colors[t ? "WHITE_T_10" : "WHITE"] })
|
39
|
+
}
|
40
|
+
),
|
41
|
+
/* @__PURE__ */ e(k, { $renderAs: "ub2-bold", $color: "WHITE", children: r.getFullYear() }),
|
42
|
+
/* @__PURE__ */ e(
|
43
|
+
l,
|
44
|
+
{
|
45
|
+
onClick: s,
|
46
|
+
label: "decrease-year",
|
47
|
+
disabled: i,
|
48
|
+
children: /* @__PURE__ */ e(T, { color: o.colors[i ? "WHITE_T_10" : "WHITE"] })
|
49
|
+
}
|
50
|
+
)
|
51
|
+
] })
|
52
|
+
}
|
53
|
+
) }) });
|
54
|
+
}, _ = y;
|
51
55
|
export {
|
52
|
-
|
56
|
+
_ as default
|
53
57
|
};
|
54
58
|
//# sourceMappingURL=date-picker-input.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"date-picker-input.js","sources":["../../../../../../src/features/auth/signup/custom-input/date-picker-input/date-picker-input.tsx"],"sourcesContent":["import type { IDatePickerInputProps } from './date-picker-input-types';\n\nimport { subYears } from 'date-fns';\nimport { type FC } from 'react';\nimport DatePicker from 'react-datepicker';\n\nimport LeftIcon from '../../../../../assets/line-icons/icons/left';\nimport RightIcon from '../../../../../assets/line-icons/icons/right';\nimport Clickable from '../../../../ui/buttons/clickable/clickable';\nimport FlexView from '../../../../ui/layout/flex-view';\nimport Text from '../../../../ui/text/text';\nimport { InputWrapper } from '../input-wrapper/input-wrapper';\nimport * as Styled from './date-picker-input-styled';\n\nconst DatePickerInput: FC<IDatePickerInputProps> = ({ value, onChange, error }) => {\n return (\n <InputWrapper helperText={error}>\n <Styled.StyledDatePickerWrapper>\n <DatePicker\n selected={value}\n showMonthYearPicker\n showPopperArrow={false}\n dateFormat=\"MM/yyyy\"\n placeholderText=\"MM / YYYY\"\n onChange={date => onChange(date)}\n minDate={subYears(new Date(), 22)}\n maxDate={subYears(new Date(), 2)}\n renderCustomHeader={({\n date,\n decreaseYear,\n increaseYear,\n prevYearButtonDisabled,\n nextYearButtonDisabled,\n }) => (\n <FlexView $alignItems=\"center\" $flexDirection=\"row\" $justifyContent=\"space-between\">\n <Clickable\n onClick={decreaseYear}\n label=\"increase-year\"\n disabled={prevYearButtonDisabled}\n >\n <LeftIcon color
|
1
|
+
{"version":3,"file":"date-picker-input.js","sources":["../../../../../../src/features/auth/signup/custom-input/date-picker-input/date-picker-input.tsx"],"sourcesContent":["import type { IDatePickerInputProps } from './date-picker-input-types';\n\nimport { subYears } from 'date-fns';\nimport { type FC } from 'react';\nimport DatePicker from 'react-datepicker';\nimport { useTheme } from 'styled-components';\n\nimport LeftIcon from '../../../../../assets/line-icons/icons/left';\nimport RightIcon from '../../../../../assets/line-icons/icons/right';\nimport Clickable from '../../../../ui/buttons/clickable/clickable';\nimport FlexView from '../../../../ui/layout/flex-view';\nimport Text from '../../../../ui/text/text';\nimport { InputWrapper } from '../input-wrapper/input-wrapper';\nimport * as Styled from './date-picker-input-styled';\n\nconst DatePickerInput: FC<IDatePickerInputProps> = ({ value, onChange, error }) => {\n const theme = useTheme();\n\n return (\n <InputWrapper helperText={error}>\n <Styled.StyledDatePickerWrapper>\n <DatePicker\n selected={value}\n showMonthYearPicker\n showPopperArrow={false}\n dateFormat=\"MM/yyyy\"\n placeholderText=\"MM / YYYY\"\n onChange={date => onChange(date)}\n minDate={subYears(new Date(), 22)}\n maxDate={subYears(new Date(), 2)}\n renderCustomHeader={({\n date,\n decreaseYear,\n increaseYear,\n prevYearButtonDisabled,\n nextYearButtonDisabled,\n }) => (\n <FlexView $alignItems=\"center\" $flexDirection=\"row\" $justifyContent=\"space-between\">\n <Clickable\n onClick={decreaseYear}\n label=\"increase-year\"\n disabled={prevYearButtonDisabled}\n >\n <LeftIcon color={theme.colors[prevYearButtonDisabled ? 'WHITE_T_10' : 'WHITE']} />\n </Clickable>\n <Text $renderAs=\"ub2-bold\" $color=\"WHITE\">\n {date.getFullYear()}\n </Text>\n <Clickable\n onClick={increaseYear}\n label=\"decrease-year\"\n disabled={nextYearButtonDisabled}\n >\n <RightIcon color={theme.colors[nextYearButtonDisabled ? 'WHITE_T_10' : 'WHITE']} />\n </Clickable>\n </FlexView>\n )}\n />\n </Styled.StyledDatePickerWrapper>\n </InputWrapper>\n );\n};\n\nexport default DatePickerInput;\n"],"names":["DatePickerInput","value","onChange","error","theme","useTheme","InputWrapper","jsx","Styled.StyledDatePickerWrapper","DatePicker","date","subYears","decreaseYear","increaseYear","prevYearButtonDisabled","nextYearButtonDisabled","FlexView","Clickable","LeftIcon","Text","RightIcon","DatePickerInput$1"],"mappings":";;;;;;;;;;;AAeA,MAAMA,IAA6C,CAAC,EAAE,OAAAC,GAAO,UAAAC,GAAU,OAAAC,QAAY;AACjF,QAAMC,IAAQC;AAEd,2BACGC,GAAa,EAAA,YAAYH,GACxB,UAAC,gBAAAI,EAAAC,GAAA,EACC,UAAA,gBAAAD;AAAA,IAACE;AAAA,IAAA;AAAA,MACC,UAAUR;AAAA,MACV,qBAAmB;AAAA,MACnB,iBAAiB;AAAA,MACjB,YAAW;AAAA,MACX,iBAAgB;AAAA,MAChB,UAAU,CAAQS,MAAAR,EAASQ,CAAI;AAAA,MAC/B,SAASC,EAAa,oBAAA,KAAA,GAAQ,EAAE;AAAA,MAChC,SAASA,EAAa,oBAAA,KAAA,GAAQ,CAAC;AAAA,MAC/B,oBAAoB,CAAC;AAAA,QACnB,MAAAD;AAAA,QACA,cAAAE;AAAA,QACA,cAAAC;AAAA,QACA,wBAAAC;AAAA,QACA,wBAAAC;AAAA,MAAA,wBAECC,GAAS,EAAA,aAAY,UAAS,gBAAe,OAAM,iBAAgB,iBAClE,UAAA;AAAA,QAAA,gBAAAT;AAAA,UAACU;AAAA,UAAA;AAAA,YACC,SAASL;AAAA,YACT,OAAM;AAAA,YACN,UAAUE;AAAA,YAEV,UAAA,gBAAAP,EAACW,KAAS,OAAOd,EAAM,OAAOU,IAAyB,eAAe,OAAO,GAAG;AAAA,UAAA;AAAA,QAClF;AAAA,QACA,gBAAAP,EAACY,KAAK,WAAU,YAAW,QAAO,SAC/B,UAAAT,EAAK,eACR;AAAA,QACA,gBAAAH;AAAA,UAACU;AAAA,UAAA;AAAA,YACC,SAASJ;AAAA,YACT,OAAM;AAAA,YACN,UAAUE;AAAA,YAEV,UAAA,gBAAAR,EAACa,KAAU,OAAOhB,EAAM,OAAOW,IAAyB,eAAe,OAAO,GAAG;AAAA,UAAA;AAAA,QACnF;AAAA,MAAA,GACF;AAAA,IAAA;AAAA,EAAA,EAGN,CAAA,EACF,CAAA;AAEJ,GAEAM,IAAerB;"}
|
@@ -1,9 +1,9 @@
|
|
1
1
|
import { jsx as r } from "react/jsx-runtime";
|
2
|
-
import
|
3
|
-
import { STUDENT_GRADE_OPTIONS as
|
4
|
-
import { InputWrapper as
|
2
|
+
import a from "../../../../ui/text/text.js";
|
3
|
+
import { STUDENT_GRADE_OPTIONS as c } from "../../signup-constants.js";
|
4
|
+
import { InputWrapper as p } from "../input-wrapper/input-wrapper.js";
|
5
5
|
import { GradeListWrapper as $, GradeItem as l } from "./grade-input-styled.js";
|
6
|
-
const m = ({ value: n, onChange: d, error: i }) => /* @__PURE__ */ r(
|
6
|
+
const m = ({ value: n, onChange: d, error: i }) => /* @__PURE__ */ r(p, { helperText: i, children: /* @__PURE__ */ r($, { $flexDirection: "row", $flexWrap: !0, $flexGapX: 1, children: [...c].map(({ label: o, value: e }) => {
|
7
7
|
const t = e === n;
|
8
8
|
return /* @__PURE__ */ r(
|
9
9
|
l,
|
@@ -17,9 +17,9 @@ const m = ({ value: n, onChange: d, error: i }) => /* @__PURE__ */ r(c, { helper
|
|
17
17
|
$justifyContent: "center",
|
18
18
|
$background: t ? "WHITE" : "REAL_BLACK",
|
19
19
|
$borderColor: t ? "WHITE" : "BLACK_5",
|
20
|
-
$width: e === "
|
20
|
+
$width: e === "-1" ? 96 : 40,
|
21
21
|
$height: 40,
|
22
|
-
children: /* @__PURE__ */ r(
|
22
|
+
children: /* @__PURE__ */ r(a, { $align: "center", $renderAs: "ab1", children: o })
|
23
23
|
},
|
24
24
|
e
|
25
25
|
);
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"grade-input.js","sources":["../../../../../../src/features/auth/signup/custom-input/grade-input/grade-input.tsx"],"sourcesContent":["import type { ICustomInputProps } from '../custom-input-types';\nimport type { FC } from 'react';\n\nimport Text from '../../../../ui/text/text';\nimport { STUDENT_GRADE_OPTIONS } from '../../signup-constants';\nimport { InputWrapper } from '../input-wrapper/input-wrapper';\nimport * as Styled from './grade-input-styled';\n\nconst GradeInput: FC<ICustomInputProps> = ({ value, onChange, error }) => {\n return (\n <InputWrapper helperText={error}>\n <Styled.GradeListWrapper $flexDirection=\"row\" $flexWrap $flexGapX={1}>\n {[...STUDENT_GRADE_OPTIONS].map(({ label, value: optionVal }) => {\n const isSelected = optionVal === value;\n\n return (\n <Styled.GradeItem\n key={optionVal}\n selected={isSelected}\n onClick={() => onChange(optionVal)}\n $borderRadius={48}\n $gutter={13}\n $gap={6}\n $alignItems=\"center\"\n $justifyContent=\"center\"\n $background={isSelected ? 'WHITE' : 'REAL_BLACK'}\n $borderColor={isSelected ? 'WHITE' : 'BLACK_5'}\n $width={optionVal === '
|
1
|
+
{"version":3,"file":"grade-input.js","sources":["../../../../../../src/features/auth/signup/custom-input/grade-input/grade-input.tsx"],"sourcesContent":["import type { ICustomInputProps } from '../custom-input-types';\nimport type { FC } from 'react';\n\nimport Text from '../../../../ui/text/text';\nimport { STUDENT_GRADE_OPTIONS } from '../../signup-constants';\nimport { InputWrapper } from '../input-wrapper/input-wrapper';\nimport * as Styled from './grade-input-styled';\n\nconst GradeInput: FC<ICustomInputProps> = ({ value, onChange, error }) => {\n return (\n <InputWrapper helperText={error}>\n <Styled.GradeListWrapper $flexDirection=\"row\" $flexWrap $flexGapX={1}>\n {[...STUDENT_GRADE_OPTIONS].map(({ label, value: optionVal }) => {\n const isSelected = optionVal === value;\n\n return (\n <Styled.GradeItem\n key={optionVal}\n selected={isSelected}\n onClick={() => onChange(optionVal)}\n $borderRadius={48}\n $gutter={13}\n $gap={6}\n $alignItems=\"center\"\n $justifyContent=\"center\"\n $background={isSelected ? 'WHITE' : 'REAL_BLACK'}\n $borderColor={isSelected ? 'WHITE' : 'BLACK_5'}\n $width={optionVal === '-1' ? 96 : 40}\n $height={40}\n >\n <Text $align=\"center\" $renderAs=\"ab1\">\n {label}\n </Text>\n </Styled.GradeItem>\n );\n })}\n </Styled.GradeListWrapper>\n </InputWrapper>\n );\n};\n\nexport default GradeInput;\n"],"names":["GradeInput","value","onChange","error","jsx","InputWrapper","Styled.GradeListWrapper","STUDENT_GRADE_OPTIONS","label","optionVal","isSelected","Styled.GradeItem","Text","GradeInput$1"],"mappings":";;;;;AAQA,MAAMA,IAAoC,CAAC,EAAE,OAAAC,GAAO,UAAAC,GAAU,OAAAC,QAE1D,gBAAAC,EAACC,GAAa,EAAA,YAAYF,GACxB,UAAA,gBAAAC,EAACE,GAAA,EAAwB,gBAAe,OAAM,WAAS,IAAC,WAAW,GAChE,UAAA,CAAC,GAAGC,CAAqB,EAAE,IAAI,CAAC,EAAE,OAAAC,GAAO,OAAOC,EAAA,MAAgB;AAC/D,QAAMC,IAAaD,MAAcR;AAG/B,SAAA,gBAAAG;AAAA,IAACO;AAAAA,IAAA;AAAA,MAEC,UAAUD;AAAA,MACV,SAAS,MAAMR,EAASO,CAAS;AAAA,MACjC,eAAe;AAAA,MACf,SAAS;AAAA,MACT,MAAM;AAAA,MACN,aAAY;AAAA,MACZ,iBAAgB;AAAA,MAChB,aAAaC,IAAa,UAAU;AAAA,MACpC,cAAcA,IAAa,UAAU;AAAA,MACrC,QAAQD,MAAc,OAAO,KAAK;AAAA,MAClC,SAAS;AAAA,MAET,4BAACG,GAAK,EAAA,QAAO,UAAS,WAAU,OAC7B,UACHJ,GAAA;AAAA,IAAA;AAAA,IAfKC;AAAA,EAAA;AAgBP,CAEH,GACH,EACF,CAAA,GAIJI,IAAeb;"}
|
@@ -1,33 +1,33 @@
|
|
1
|
-
import { jsxs as r,
|
2
|
-
import { LOTTIE as
|
3
|
-
import
|
4
|
-
import
|
5
|
-
import
|
6
|
-
import
|
7
|
-
import { InputWrapper as
|
8
|
-
const
|
1
|
+
import { jsxs as r, jsx as e } from "react/jsx-runtime";
|
2
|
+
import { LOTTIE as h } from "../../../../../assets/lottie/lottie.js";
|
3
|
+
import t from "../../../../ui/layout/flex-view.js";
|
4
|
+
import c from "../../../../ui/lottie-animation/lottie-animation.js";
|
5
|
+
import i from "../../../../ui/separator/separator.js";
|
6
|
+
import a from "../../../../ui/text/text.js";
|
7
|
+
import { InputWrapper as s, ContentWrapper as l } from "./input-wrapper-styled.js";
|
8
|
+
const T = ({
|
9
9
|
children: p,
|
10
|
-
helperText:
|
11
|
-
actionElement:
|
10
|
+
helperText: n,
|
11
|
+
actionElement: o,
|
12
12
|
isLoading: m
|
13
|
-
}) => /* @__PURE__ */ r(
|
13
|
+
}) => /* @__PURE__ */ r(s, { children: [
|
14
14
|
p,
|
15
|
-
/* @__PURE__ */ r(
|
16
|
-
|
17
|
-
/* @__PURE__ */ e(
|
18
|
-
/* @__PURE__ */ e(
|
15
|
+
/* @__PURE__ */ r(l, { $alignItems: "center", $justifyContent: "center", children: [
|
16
|
+
n && /* @__PURE__ */ r(t, { $gutterX: 3.5, children: [
|
17
|
+
/* @__PURE__ */ e(a, { $renderAs: "ub3", $color: "WHITE_T_60", $align: "center", $whiteSpace: "pre-line", children: n }),
|
18
|
+
/* @__PURE__ */ e(i, { heightX: 0.5 })
|
19
19
|
] }),
|
20
|
-
|
21
|
-
|
22
|
-
/* @__PURE__ */ e(
|
20
|
+
o && /* @__PURE__ */ r(t, { $justifyContent: "center", $alignItems: "center", children: [
|
21
|
+
o,
|
22
|
+
/* @__PURE__ */ e(i, { heightX: 1 })
|
23
23
|
] }),
|
24
|
-
m && /* @__PURE__ */ r(
|
25
|
-
/* @__PURE__ */ e(
|
26
|
-
/* @__PURE__ */ e(
|
24
|
+
m && /* @__PURE__ */ r(t, { children: [
|
25
|
+
/* @__PURE__ */ e(i, { heightX: 2 }),
|
26
|
+
/* @__PURE__ */ e(c, { src: h.SPINNER_WHITE, height: 20, width: 40 })
|
27
27
|
] })
|
28
28
|
] })
|
29
29
|
] });
|
30
30
|
export {
|
31
|
-
|
31
|
+
T as InputWrapper
|
32
32
|
};
|
33
33
|
//# sourceMappingURL=input-wrapper.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"input-wrapper.js","sources":["../../../../../../src/features/auth/signup/custom-input/input-wrapper/input-wrapper.tsx"],"sourcesContent":["import type { IInputWrapperProps } from './input-wrapper-types';\n\nimport { LOTTIE } from '../../../../../assets/lottie/lottie';\nimport FlexView from '../../../../ui/layout/flex-view';\nimport LottieAnimation from '../../../../ui/lottie-animation/lottie-animation';\nimport Separator from '../../../../ui/separator/separator';\nimport Text from '../../../../ui/text/text';\nimport * as Styled from './input-wrapper-styled';\n\nexport const InputWrapper = ({\n children,\n helperText,\n actionElement,\n isLoading,\n}: IInputWrapperProps) => {\n return (\n <Styled.InputWrapper>\n {children}\n <Styled.ContentWrapper $alignItems=\"center\" $justifyContent=\"center\">\n {helperText && (\n
|
1
|
+
{"version":3,"file":"input-wrapper.js","sources":["../../../../../../src/features/auth/signup/custom-input/input-wrapper/input-wrapper.tsx"],"sourcesContent":["import type { IInputWrapperProps } from './input-wrapper-types';\n\nimport { LOTTIE } from '../../../../../assets/lottie/lottie';\nimport FlexView from '../../../../ui/layout/flex-view';\nimport LottieAnimation from '../../../../ui/lottie-animation/lottie-animation';\nimport Separator from '../../../../ui/separator/separator';\nimport Text from '../../../../ui/text/text';\nimport * as Styled from './input-wrapper-styled';\n\nexport const InputWrapper = ({\n children,\n helperText,\n actionElement,\n isLoading,\n}: IInputWrapperProps) => {\n return (\n <Styled.InputWrapper>\n {children}\n <Styled.ContentWrapper $alignItems=\"center\" $justifyContent=\"center\">\n {helperText && (\n <FlexView $gutterX={3.5}>\n <Text $renderAs=\"ub3\" $color=\"WHITE_T_60\" $align=\"center\" $whiteSpace=\"pre-line\">\n {helperText}\n </Text>\n <Separator heightX={0.5} />\n </FlexView>\n )}\n {actionElement && (\n <FlexView $justifyContent=\"center\" $alignItems=\"center\">\n {actionElement}\n <Separator heightX={1} />\n </FlexView>\n )}\n {isLoading && (\n <FlexView>\n <Separator heightX={2} />\n <LottieAnimation src={LOTTIE.SPINNER_WHITE} height={20} width={40} />\n </FlexView>\n )}\n </Styled.ContentWrapper>\n </Styled.InputWrapper>\n );\n};\n"],"names":["InputWrapper","children","helperText","actionElement","isLoading","jsxs","Styled.InputWrapper","Styled.ContentWrapper","FlexView","jsx","Text","Separator","LottieAnimation","LOTTIE"],"mappings":";;;;;;;AASO,MAAMA,IAAe,CAAC;AAAA,EAC3B,UAAAC;AAAA,EACA,YAAAC;AAAA,EACA,eAAAC;AAAA,EACA,WAAAC;AACF,MAEI,gBAAAC,EAACC,GAAA,EACE,UAAA;AAAA,EAAAL;AAAA,oBACAM,GAAA,EAAsB,aAAY,UAAS,iBAAgB,UACzD,UAAA;AAAA,IACCL,KAAA,gBAAAG,EAACG,GAAS,EAAA,UAAU,KAClB,UAAA;AAAA,MAAC,gBAAAC,EAAAC,GAAA,EAAK,WAAU,OAAM,QAAO,cAAa,QAAO,UAAS,aAAY,YACnE,UACHR,EAAA,CAAA;AAAA,MACA,gBAAAO,EAACE,GAAU,EAAA,SAAS,IAAK,CAAA;AAAA,IAAA,GAC3B;AAAA,IAEDR,KACE,gBAAAE,EAAAG,GAAA,EAAS,iBAAgB,UAAS,aAAY,UAC5C,UAAA;AAAA,MAAAL;AAAA,MACD,gBAAAM,EAACE,GAAU,EAAA,SAAS,EAAG,CAAA;AAAA,IAAA,GACzB;AAAA,IAEDP,uBACEI,GACC,EAAA,UAAA;AAAA,MAAC,gBAAAC,EAAAE,GAAA,EAAU,SAAS,EAAG,CAAA;AAAA,MACvB,gBAAAF,EAACG,KAAgB,KAAKC,EAAO,eAAe,QAAQ,IAAI,OAAO,IAAI;AAAA,IAAA,GACrE;AAAA,EAAA,GAEJ;AACF,EAAA,CAAA;"}
|
@@ -1,38 +1,38 @@
|
|
1
|
-
import { jsx as
|
2
|
-
import { useCallback as
|
3
|
-
import { useTheme as
|
4
|
-
import { CustomInput as
|
5
|
-
import { InputWrapper as
|
6
|
-
const
|
7
|
-
value:
|
8
|
-
onChange:
|
9
|
-
error:
|
1
|
+
import { jsx as r } from "react/jsx-runtime";
|
2
|
+
import { useCallback as i } from "react";
|
3
|
+
import { useTheme as f } from "styled-components";
|
4
|
+
import { CustomInput as h } from "../custom-input-styled.js";
|
5
|
+
import { InputWrapper as d } from "../input-wrapper/input-wrapper.js";
|
6
|
+
const I = ({
|
7
|
+
value: a,
|
8
|
+
onChange: m,
|
9
|
+
error: t,
|
10
10
|
helperText: s,
|
11
|
-
isLoading:
|
12
|
-
onEnter: e
|
11
|
+
isLoading: u,
|
12
|
+
onEnter: e,
|
13
|
+
isValid: n
|
13
14
|
}) => {
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
t.key === "Enter" && (e == null || e());
|
15
|
+
const p = f(), l = i(
|
16
|
+
(o) => {
|
17
|
+
o.key === "Enter" && (e == null || e());
|
18
18
|
},
|
19
19
|
[e]
|
20
|
-
);
|
21
|
-
return /* @__PURE__ */
|
22
|
-
|
20
|
+
), c = n ? "GREEN_4" : "WHITE";
|
21
|
+
return /* @__PURE__ */ r(d, { helperText: t || s, isLoading: u, children: /* @__PURE__ */ r(
|
22
|
+
h,
|
23
23
|
{
|
24
|
-
value:
|
25
|
-
onChange: (
|
24
|
+
value: a,
|
25
|
+
onChange: (o) => m(o.target.value),
|
26
26
|
autoFocus: !0,
|
27
27
|
placeholder: "username_1412",
|
28
|
-
color:
|
28
|
+
color: p.colors[t ? "RED" : c],
|
29
29
|
autoCapitalize: "none",
|
30
30
|
textTransform: "lowercase",
|
31
31
|
onKeyDown: l
|
32
32
|
}
|
33
33
|
) });
|
34
|
-
},
|
34
|
+
}, D = I;
|
35
35
|
export {
|
36
|
-
|
36
|
+
D as default
|
37
37
|
};
|
38
38
|
//# sourceMappingURL=student-username.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"student-username.js","sources":["../../../../../../src/features/auth/signup/custom-input/student-username/student-username.tsx"],"sourcesContent":["import type { ICustomInputProps } from '../custom-input-types';\n\nimport { useCallback, type FC, type KeyboardEvent } from 'react';\nimport { useTheme } from 'styled-components';\n\nimport * as Styled from '../custom-input-styled';\nimport { InputWrapper } from '../input-wrapper/input-wrapper';\n\nconst StudentUsernameInput: FC<ICustomInputProps> = ({\n value,\n onChange,\n error,\n helperText,\n isLoading,\n onEnter,\n}) => {\n const theme = useTheme();\n\n const handleKeyDown = useCallback(\n (event: KeyboardEvent<HTMLInputElement>) => {\n if (event.key === 'Enter') {\n onEnter?.();\n }\n },\n [onEnter],\n );\n\n return (\n <InputWrapper helperText={error || helperText} isLoading={isLoading}>\n <Styled.CustomInput\n value={value}\n onChange={event => onChange(event.target.value)}\n autoFocus\n placeholder=\"username_1412\"\n color={theme.colors
|
1
|
+
{"version":3,"file":"student-username.js","sources":["../../../../../../src/features/auth/signup/custom-input/student-username/student-username.tsx"],"sourcesContent":["import type { ICustomInputProps } from '../custom-input-types';\n\nimport { useCallback, type FC, type KeyboardEvent } from 'react';\nimport { useTheme } from 'styled-components';\n\nimport * as Styled from '../custom-input-styled';\nimport { InputWrapper } from '../input-wrapper/input-wrapper';\n\nconst StudentUsernameInput: FC<ICustomInputProps> = ({\n value,\n onChange,\n error,\n helperText,\n isLoading,\n onEnter,\n isValid,\n}) => {\n const theme = useTheme();\n\n const handleKeyDown = useCallback(\n (event: KeyboardEvent<HTMLInputElement>) => {\n if (event.key === 'Enter') {\n onEnter?.();\n }\n },\n [onEnter],\n );\n\n const colorKey = isValid ? 'GREEN_4' : 'WHITE';\n\n return (\n <InputWrapper helperText={error || helperText} isLoading={isLoading}>\n <Styled.CustomInput\n value={value}\n onChange={event => onChange(event.target.value)}\n autoFocus\n placeholder=\"username_1412\"\n color={theme.colors[error ? 'RED' : colorKey]}\n autoCapitalize=\"none\"\n textTransform=\"lowercase\"\n onKeyDown={handleKeyDown}\n />\n </InputWrapper>\n );\n};\n\nexport default StudentUsernameInput;\n"],"names":["StudentUsernameInput","value","onChange","error","helperText","isLoading","onEnter","isValid","theme","useTheme","handleKeyDown","useCallback","event","colorKey","jsx","InputWrapper","Styled.CustomInput","StudentUsernameInput$1"],"mappings":";;;;;AAQA,MAAMA,IAA8C,CAAC;AAAA,EACnD,OAAAC;AAAA,EACA,UAAAC;AAAA,EACA,OAAAC;AAAA,EACA,YAAAC;AAAA,EACA,WAAAC;AAAA,EACA,SAAAC;AAAA,EACA,SAAAC;AACF,MAAM;AACJ,QAAMC,IAAQC,KAERC,IAAgBC;AAAA,IACpB,CAACC,MAA2C;AACtC,MAAAA,EAAM,QAAQ,YACNN,KAAA,QAAAA;AAAA,IAEd;AAAA,IACA,CAACA,CAAO;AAAA,EAAA,GAGJO,IAAWN,IAAU,YAAY;AAEvC,SACG,gBAAAO,EAAAC,GAAA,EAAa,YAAYZ,KAASC,GAAY,WAAAC,GAC7C,UAAA,gBAAAS;AAAA,IAACE;AAAAA,IAAA;AAAA,MACC,OAAAf;AAAA,MACA,UAAU,CAAAW,MAASV,EAASU,EAAM,OAAO,KAAK;AAAA,MAC9C,WAAS;AAAA,MACT,aAAY;AAAA,MACZ,OAAOJ,EAAM,OAAOL,IAAQ,QAAQU,CAAQ;AAAA,MAC5C,gBAAe;AAAA,MACf,eAAc;AAAA,MACd,WAAWH;AAAA,IAAA;AAAA,EAEf,EAAA,CAAA;AAEJ,GAEAO,IAAejB;"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"signup-constants.js","sources":["../../../../src/features/auth/signup/signup-constants.ts"],"sourcesContent":["import type { ICountryOption, TSignupUserType } from './signup-types';\n\nconst baseImgUrl = `https://d138zd1ktt9iqe.cloudfront.net/static/website_2_0/images/country-flags`;\n\nexport const COUNTRY_CODE_MAP: ICountryOption[] = [\n {\n id: 'india',\n code: '91',\n label: '+91',\n value: 'India',\n icon: `${baseImgUrl}/india.png`,\n url: `${baseImgUrl}/india.png`,\n geoIPCountryCode: 'IN',\n },\n {\n id: 'united-states-of-america',\n code: '1',\n label: '+1',\n value: 'USA',\n icon: `${baseImgUrl}/united-states-of-america.png`,\n url: `${baseImgUrl}/united-states-of-america.png`,\n geoIPCountryCode: 'US',\n },\n {\n id: 'afghanistan',\n code: '93',\n label: '+93',\n value: 'Afghanistan',\n icon: `${baseImgUrl}/afghanistan.png`,\n url: `${baseImgUrl}/afghanistan.png`,\n geoIPCountryCode: 'AF',\n },\n {\n id: 'albania',\n code: '355',\n label: '+355',\n value: 'Albania',\n icon: `${baseImgUrl}/Albania.png`,\n url: `${baseImgUrl}/Albania.png`,\n geoIPCountryCode: 'AL',\n },\n {\n id: 'algeria',\n code: '213',\n label: '+213',\n value: 'Algeria',\n icon: `${baseImgUrl}/Algeria.png`,\n url: `${baseImgUrl}/Algeria.png`,\n geoIPCountryCode: 'DZ',\n },\n {\n id: 'american-samoa',\n code: '685',\n label: '+685',\n value: 'Samoa',\n icon: `${baseImgUrl}/american-samoa.png`,\n url: `${baseImgUrl}/american-samoa.png`,\n geoIPCountryCode: 'AS',\n },\n {\n id: 'anguilla',\n code: '1264',\n label: '+1264',\n value: 'Anguilla',\n icon: `${baseImgUrl}/Anguilla.png`,\n url: `${baseImgUrl}/Anguilla.png`,\n geoIPCountryCode: 'AI',\n },\n {\n id: 'antigua-and-barbuda',\n code: '1268',\n label: '+1268',\n value: 'Antigua and Barbuda',\n icon: `${baseImgUrl}/Antigua-and-Barbuda.png`,\n url: `${baseImgUrl}/Antigua-and-Barbuda.png`,\n geoIPCountryCode: 'AG',\n },\n {\n id: 'argentina',\n code: '54',\n label: '+54',\n value: 'Argentina',\n icon: `${baseImgUrl}/argentina.png`,\n url: `${baseImgUrl}/argentina.png`,\n geoIPCountryCode: 'AR',\n },\n {\n id: 'armenia',\n code: '374',\n label: '+374',\n value: 'Armenia',\n icon: `${baseImgUrl}/Armenia.png`,\n url: `${baseImgUrl}/Armenia.png`,\n geoIPCountryCode: 'AM',\n },\n {\n id: 'australia',\n code: '61',\n label: '+61',\n value: 'Australia',\n icon: `${baseImgUrl}/australia.png`,\n url: `${baseImgUrl}/australia.png`,\n geoIPCountryCode: 'AU',\n },\n {\n id: 'austria',\n code: '43',\n label: '+43',\n value: 'Austria',\n icon: `${baseImgUrl}/austria.png`,\n url: `${baseImgUrl}/austria.png`,\n geoIPCountryCode: 'AT',\n },\n {\n id: 'azerbaijan',\n code: '994',\n label: '+994',\n value: 'Azerbaijan',\n icon: `${baseImgUrl}/Azerbaijan.png`,\n url: `${baseImgUrl}/Azerbaijan.png`,\n geoIPCountryCode: 'AZ',\n },\n {\n id: 'bahrain',\n code: '973',\n label: '+973',\n value: 'Bahrain',\n icon: `${baseImgUrl}/bahrain.png`,\n url: `${baseImgUrl}/bahrain.png`,\n geoIPCountryCode: 'BH',\n },\n {\n id: 'bangladesh',\n code: '880',\n label: '+880',\n value: 'Bangladesh',\n icon: `${baseImgUrl}/bangladesh.png`,\n url: `${baseImgUrl}/bangladesh.png`,\n geoIPCountryCode: 'BD',\n },\n {\n id: 'belarus',\n code: '375',\n label: '+375',\n value: 'Belarus',\n icon: `${baseImgUrl}/Belarus.png`,\n url: `${baseImgUrl}/Belarus.png`,\n geoIPCountryCode: 'BY',\n },\n {\n id: 'belgium',\n code: '32',\n label: '+32',\n value: 'Belgium',\n icon: `${baseImgUrl}/belgium.png`,\n url: `${baseImgUrl}/belgium.png`,\n geoIPCountryCode: 'BE',\n },\n {\n id: 'bermuda',\n code: '1441',\n label: '+1441',\n value: 'Bermuda',\n icon: `${baseImgUrl}/bermuda.png`,\n url: `${baseImgUrl}/bermuda.png`,\n geoIPCountryCode: 'BM',\n },\n {\n id: 'bhutan',\n code: '975',\n label: '+975',\n value: 'Bhutan',\n icon: `${baseImgUrl}/bhutan.png`,\n url: `${baseImgUrl}/bhutan.png`,\n geoIPCountryCode: 'BT',\n },\n {\n id: 'bosnia-and-herzegovina',\n code: '387',\n label: '+387',\n value: 'Bosnia And Herzegovina',\n icon: `${baseImgUrl}/Bosnia-And-Herzegovina.png`,\n url: `${baseImgUrl}/Bosnia-And-Herzegovina.png`,\n geoIPCountryCode: 'BA',\n },\n {\n id: 'brazil',\n code: '55',\n label: '+55',\n value: 'Brazil',\n icon: `${baseImgUrl}/brazil.png`,\n url: `${baseImgUrl}/brazil.png`,\n geoIPCountryCode: 'BR',\n },\n {\n id: 'bulgaria',\n code: '359',\n label: '+359',\n value: 'Bulgaria',\n icon: `${baseImgUrl}/bulgaria.png`,\n url: `${baseImgUrl}/bulgaria.png`,\n geoIPCountryCode: 'BG',\n },\n {\n id: 'cambodia',\n code: '855',\n label: '+855',\n value: 'Cambodia',\n icon: `${baseImgUrl}/cambodia.png`,\n url: `${baseImgUrl}/cambodia.png`,\n geoIPCountryCode: 'KH',\n },\n {\n id: 'cameroon',\n code: '237',\n label: '+237',\n value: 'Cameroon',\n icon: `${baseImgUrl}/Cameroon.png`,\n url: `${baseImgUrl}/Cameroon.png`,\n geoIPCountryCode: 'CM',\n },\n {\n id: 'canada',\n code: '1',\n label: '+1',\n value: 'Canada',\n icon: `${baseImgUrl}/canada.png`,\n url: `${baseImgUrl}/canada.png`,\n geoIPCountryCode: 'CA',\n },\n {\n id: 'chile',\n code: '56',\n label: '+56',\n value: 'Chile',\n icon: `${baseImgUrl}/chile.png`,\n url: `${baseImgUrl}/chile.png`,\n geoIPCountryCode: 'CL',\n },\n {\n id: 'china',\n code: '86',\n label: '+86',\n value: 'China',\n icon: `${baseImgUrl}/china.png`,\n url: `${baseImgUrl}/china.png`,\n geoIPCountryCode: 'CN',\n },\n {\n id: 'colombia',\n code: '57',\n label: '+57',\n value: 'Colombia',\n icon: `${baseImgUrl}/colombia.png`,\n url: `${baseImgUrl}/colombia.png`,\n geoIPCountryCode: 'CO',\n },\n {\n id: 'congo',\n code: '243',\n label: '+243',\n value: 'Congo',\n icon: `${baseImgUrl}/Congo.png`,\n url: `${baseImgUrl}/Congo.png`,\n geoIPCountryCode: 'CD',\n },\n {\n id: 'cuba',\n code: '53',\n label: '+53',\n value: 'Cuba',\n icon: `${baseImgUrl}/cuba.png`,\n url: `${baseImgUrl}/cuba.png`,\n geoIPCountryCode: 'CU',\n },\n {\n id: 'czech-republic',\n code: '420',\n label: '+420',\n value: 'Czech Republic',\n icon: `${baseImgUrl}/czech-republic.png`,\n url: `${baseImgUrl}/czech-republic.png`,\n geoIPCountryCode: 'CZ',\n },\n {\n id: 'denmark',\n code: '45',\n label: '+45',\n value: 'Denmark',\n icon: `${baseImgUrl}/denmark.png`,\n url: `${baseImgUrl}/denmark.png`,\n geoIPCountryCode: 'DK',\n },\n {\n id: 'ecuador',\n code: '593',\n label: '+593',\n value: 'Ecuador',\n icon: `${baseImgUrl}/Ecuador.png`,\n url: `${baseImgUrl}/Ecuador.png`,\n geoIPCountryCode: 'EC',\n },\n {\n id: 'egypt',\n code: '20',\n label: '+20',\n value: 'Egypt',\n icon: `${baseImgUrl}/egypt.png`,\n url: `${baseImgUrl}/egypt.png`,\n geoIPCountryCode: 'EG',\n },\n {\n id: 'ethiopia',\n code: '251',\n label: '+251',\n value: 'Ethiopia',\n icon: `${baseImgUrl}/ethiopia.png`,\n url: `${baseImgUrl}/ethiopia.png`,\n geoIPCountryCode: 'ET',\n },\n {\n id: 'finland',\n code: '358',\n label: '+358',\n value: 'Finland',\n icon: `${baseImgUrl}/finland.png`,\n url: `${baseImgUrl}/finland.png`,\n geoIPCountryCode: 'FI',\n },\n {\n id: 'france',\n code: '33',\n label: '+33',\n value: 'France',\n icon: `${baseImgUrl}/france.png`,\n url: `${baseImgUrl}/france.png`,\n geoIPCountryCode: 'FR',\n },\n {\n id: 'gambia',\n code: '220',\n label: '+220',\n value: 'Gambia',\n icon: `${baseImgUrl}/Gambia.png`,\n url: `${baseImgUrl}/Gambia.png`,\n geoIPCountryCode: 'GM',\n },\n {\n id: 'germany',\n code: '49',\n label: '+49',\n value: 'Germany',\n icon: `${baseImgUrl}/germany.png`,\n url: `${baseImgUrl}/germany.png`,\n geoIPCountryCode: 'DE',\n },\n {\n id: 'ghana',\n code: '233',\n label: '+233',\n value: 'Ghana',\n icon: `${baseImgUrl}/ghana.png`,\n url: `${baseImgUrl}/ghana.png`,\n geoIPCountryCode: 'GH',\n },\n {\n id: 'hong-kong',\n code: '852',\n label: '+852',\n value: 'Hong Kong',\n icon: `${baseImgUrl}/hong-kong.png`,\n url: `${baseImgUrl}/hong-kong.png`,\n geoIPCountryCode: 'HK',\n },\n {\n id: 'hungary',\n code: '36',\n label: '+36',\n value: 'Hungary',\n icon: `${baseImgUrl}/hungary.png`,\n url: `${baseImgUrl}/hungary.png`,\n geoIPCountryCode: 'HU',\n },\n {\n id: 'iceland',\n code: '354',\n label: '+354',\n value: 'Iceland',\n icon: `${baseImgUrl}/iceland.png`,\n url: `${baseImgUrl}/iceland.png`,\n geoIPCountryCode: 'IS',\n },\n\n {\n id: 'indonesia',\n code: '62',\n label: '+62',\n value: 'Indonesia',\n icon: `${baseImgUrl}/indonesia.png`,\n url: `${baseImgUrl}/indonesia.png`,\n geoIPCountryCode: 'ID',\n },\n {\n id: 'iran',\n code: '98',\n label: '+98',\n value: 'Iran',\n icon: `${baseImgUrl}/Iran.png`,\n url: `${baseImgUrl}/Iran.png`,\n geoIPCountryCode: 'IR',\n },\n {\n id: 'iraq',\n code: '964',\n label: '+964',\n value: 'Iraq',\n icon: `${baseImgUrl}/iraq.png`,\n url: `${baseImgUrl}/iraq.png`,\n geoIPCountryCode: 'IQ',\n },\n {\n id: 'ireland',\n code: '353',\n label: '+353',\n value: 'Ireland',\n icon: `${baseImgUrl}/ireland.png`,\n url: `${baseImgUrl}/ireland.png`,\n geoIPCountryCode: 'IE',\n },\n {\n id: 'israel',\n code: '972',\n label: '+972',\n value: 'Israel',\n icon: `${baseImgUrl}/israel.png`,\n url: `${baseImgUrl}/israel.png`,\n geoIPCountryCode: 'IL',\n },\n {\n id: 'italy',\n code: '39',\n label: '+39',\n value: 'Italy',\n icon: `${baseImgUrl}/italy.png`,\n url: `${baseImgUrl}/italy.png`,\n geoIPCountryCode: 'IT',\n },\n {\n id: 'jamaica',\n code: '876',\n label: '+876',\n value: 'Jamaica',\n icon: `${baseImgUrl}/jamaica.png`,\n url: `${baseImgUrl}/jamaica.png`,\n geoIPCountryCode: 'JM',\n },\n {\n id: 'japan',\n code: '81',\n label: '+81',\n value: 'Japan',\n icon: `${baseImgUrl}/japan.png`,\n url: `${baseImgUrl}/japan.png`,\n geoIPCountryCode: 'JP',\n },\n {\n id: 'jordan',\n code: '962',\n label: '+962',\n value: 'Jordan',\n icon: `${baseImgUrl}/jordan.png`,\n url: `${baseImgUrl}/jordan.png`,\n geoIPCountryCode: 'JO',\n },\n {\n id: 'kazakhstan',\n code: '7',\n label: '+7',\n value: 'Kazakhstan',\n icon: `${baseImgUrl}/Kazakhstan.png`,\n url: `${baseImgUrl}/Kazakhstan.png`,\n geoIPCountryCode: 'KZ',\n },\n {\n id: 'kenya',\n code: '254',\n label: '+254',\n value: 'Kenya',\n icon: `${baseImgUrl}/kenya.png`,\n url: `${baseImgUrl}/kenya.png`,\n geoIPCountryCode: 'KE',\n },\n {\n id: 'kuwait',\n code: '965',\n label: '+965',\n value: 'Kuwait',\n icon: `${baseImgUrl}/kuwait.png`,\n url: `${baseImgUrl}/kuwait.png`,\n geoIPCountryCode: 'KW',\n },\n {\n id: 'kyrgyzstan',\n code: '996',\n label: '+996',\n value: 'Kyrgyzstan',\n icon: `${baseImgUrl}/Kyrgyzstan.png`,\n url: `${baseImgUrl}/Kyrgyzstan.png`,\n geoIPCountryCode: 'KG',\n },\n {\n id: 'lebanon',\n code: '961',\n label: '+961',\n value: 'Lebanon',\n icon: `${baseImgUrl}/lebanon.png`,\n url: `${baseImgUrl}/lebanon.png`,\n geoIPCountryCode: 'LB',\n },\n {\n id: 'lesotho',\n code: '266',\n label: '+266',\n value: 'Lesotho',\n icon: `${baseImgUrl}/Lesotho.png`,\n url: `${baseImgUrl}/Lesotho.png`,\n geoIPCountryCode: 'LS',\n },\n {\n id: 'liberia',\n code: '231',\n label: '+231',\n value: 'Liberia',\n icon: `${baseImgUrl}/Liberia.png`,\n url: `${baseImgUrl}/Liberia.png`,\n geoIPCountryCode: 'LR',\n },\n {\n id: 'libya',\n code: '218',\n label: '+218',\n value: 'Libya',\n icon: `${baseImgUrl}/Libya.png`,\n url: `${baseImgUrl}/Libya.png`,\n geoIPCountryCode: 'LY',\n },\n {\n id: 'lithuania',\n code: '370',\n label: '+370',\n value: 'Lithuania',\n icon: `${baseImgUrl}/lithuania.png`,\n url: `${baseImgUrl}/lithuania.png`,\n geoIPCountryCode: 'LT',\n },\n {\n id: 'malawi',\n code: '265',\n label: '+265',\n value: 'Malawi',\n icon: `${baseImgUrl}/Malawi.png`,\n url: `${baseImgUrl}/Malawi.png`,\n geoIPCountryCode: 'MW',\n },\n {\n id: 'malaysia',\n code: '60',\n label: '+60',\n value: 'Malaysia',\n icon: `${baseImgUrl}/malaysia.png`,\n url: `${baseImgUrl}/malaysia.png`,\n geoIPCountryCode: 'MY',\n },\n {\n id: 'mali',\n code: '223',\n label: '+223',\n value: 'Mali',\n icon: `${baseImgUrl}/Mali.png`,\n url: `${baseImgUrl}/Mali.png`,\n geoIPCountryCode: 'ML',\n },\n {\n id: 'mauritius',\n code: '230',\n label: '+230',\n value: 'Mauritius',\n icon: `${baseImgUrl}/Mauritius.png`,\n url: `${baseImgUrl}/Mauritius.png`,\n geoIPCountryCode: 'MU',\n },\n {\n id: 'mexico',\n code: '52',\n label: '+52',\n value: 'Mexico',\n icon: `${baseImgUrl}/mexico.png`,\n url: `${baseImgUrl}/mexico.png`,\n geoIPCountryCode: 'MX',\n },\n {\n id: 'mongolia',\n code: '976',\n label: '+976',\n value: 'Mongolia',\n icon: `${baseImgUrl}/Mongolia.png`,\n url: `${baseImgUrl}/Mongolia.png`,\n geoIPCountryCode: 'MN',\n },\n {\n id: 'morocco',\n code: '212',\n label: '+212',\n value: 'Morocco',\n icon: `${baseImgUrl}/morocco.png`,\n url: `${baseImgUrl}/morocco.png`,\n geoIPCountryCode: 'MA',\n },\n {\n id: 'myanmar',\n code: '95',\n label: '+95',\n value: 'Myanmar',\n icon: `${baseImgUrl}/myanmar.png`,\n url: `${baseImgUrl}/myanmar.png`,\n geoIPCountryCode: 'MM',\n },\n {\n id: 'namibia',\n code: '264',\n label: '+264',\n value: 'Namibia',\n icon: `${baseImgUrl}/Namibia.png`,\n url: `${baseImgUrl}/Namibia.png`,\n geoIPCountryCode: 'NA',\n },\n {\n id: 'nepal',\n code: '977',\n label: '+977',\n value: 'Nepal',\n icon: `${baseImgUrl}/nepal.png`,\n url: `${baseImgUrl}/nepal.png`,\n geoIPCountryCode: 'NP',\n },\n {\n id: 'netherlands',\n code: '31',\n label: '+31',\n value: 'Netherlands',\n icon: `${baseImgUrl}/netherlands.png`,\n url: `${baseImgUrl}/netherlands.png`,\n geoIPCountryCode: 'NL',\n },\n {\n id: 'new-zealand',\n code: '64',\n label: '+64',\n value: 'New Zealand',\n icon: `${baseImgUrl}/new-zealand.png`,\n url: `${baseImgUrl}/new-zealand.png`,\n geoIPCountryCode: 'NZ',\n },\n {\n id: 'niger',\n code: '227',\n label: '+227',\n value: 'Niger',\n icon: `${baseImgUrl}/Niger.png`,\n url: `${baseImgUrl}/Niger.png`,\n geoIPCountryCode: 'NE',\n },\n {\n id: 'nigeria',\n code: '234',\n label: '+234',\n value: 'Nigeria',\n icon: `${baseImgUrl}/nigeria.png`,\n url: `${baseImgUrl}/nigeria.png`,\n geoIPCountryCode: 'NG',\n },\n {\n id: 'northern-marianas-islands',\n code: '1670',\n label: '+1670',\n value: 'Northern Marianas Islands',\n icon: `${baseImgUrl}/northern-marianas-islands.png`,\n url: `${baseImgUrl}/northern-marianas-islands.png`,\n geoIPCountryCode: 'MP',\n },\n {\n id: 'norway',\n code: '47',\n label: '+47',\n value: 'Norway',\n icon: `${baseImgUrl}/norway.png`,\n url: `${baseImgUrl}/norway.png`,\n geoIPCountryCode: 'NO',\n },\n {\n id: 'oman',\n code: '968',\n label: '+968',\n value: 'Oman',\n icon: `${baseImgUrl}/oman.png`,\n url: `${baseImgUrl}/oman.png`,\n geoIPCountryCode: 'OM',\n },\n {\n id: 'papua-new-guinea',\n code: '675',\n label: '+675',\n value: 'Papua New Guinea',\n icon: `${baseImgUrl}/Papua-New-Guinea.png`,\n url: `${baseImgUrl}/Papua-New-Guinea.png`,\n geoIPCountryCode: 'PG',\n },\n {\n id: 'philippines',\n code: '63',\n label: '+63',\n value: 'Philippines',\n icon: `${baseImgUrl}/philippines.png`,\n url: `${baseImgUrl}/philippines.png`,\n geoIPCountryCode: 'PH',\n },\n {\n id: 'poland',\n code: '48',\n label: '+48',\n value: 'Poland',\n icon: `${baseImgUrl}/poland.png`,\n url: `${baseImgUrl}/poland.png`,\n geoIPCountryCode: 'PL',\n },\n {\n id: 'portugal',\n code: '351',\n label: '+351',\n value: 'Portugal',\n icon: `${baseImgUrl}/portugal.png`,\n url: `${baseImgUrl}/portugal.png`,\n geoIPCountryCode: 'PT',\n },\n {\n id: 'puerto-rico',\n code: '1939',\n label: '+1939',\n value: 'Puerto Rico',\n icon: `${baseImgUrl}/puerto-rico.png`,\n url: `${baseImgUrl}/puerto-rico.png`,\n geoIPCountryCode: 'PR',\n },\n {\n id: 'qatar',\n code: '974',\n label: '+974',\n value: 'Qatar',\n icon: `${baseImgUrl}/qatar.png`,\n url: `${baseImgUrl}/qatar.png`,\n geoIPCountryCode: 'QA',\n },\n {\n id: 'romania',\n code: '40',\n label: '+40',\n value: 'Romania',\n icon: `${baseImgUrl}/romania.png`,\n url: `${baseImgUrl}/romania.png`,\n geoIPCountryCode: 'RO',\n },\n {\n id: 'rwanda',\n code: '250',\n label: '+250',\n value: 'Rwanda',\n icon: `${baseImgUrl}/Rwanda.png`,\n url: `${baseImgUrl}/Rwanda.png`,\n geoIPCountryCode: 'RW',\n },\n {\n id: 'saudi-arabia',\n code: '966',\n label: '+966',\n value: 'Saudi Arabia',\n icon: `${baseImgUrl}/saudi-arabia.png`,\n url: `${baseImgUrl}/saudi-arabia.png`,\n geoIPCountryCode: 'SA',\n },\n {\n id: 'senegal',\n code: '221',\n label: '+221',\n value: 'Senegal',\n icon: `${baseImgUrl}/Senegal.png`,\n url: `${baseImgUrl}/Senegal.png`,\n geoIPCountryCode: 'SN',\n },\n {\n id: 'sierra-leone',\n code: '232',\n label: '+232',\n value: 'Sierra Leone',\n icon: `${baseImgUrl}/Sierra-leone.png`,\n url: `${baseImgUrl}/Sierra-leone.png`,\n geoIPCountryCode: 'SL',\n },\n {\n id: 'singapore',\n code: '65',\n label: '+65',\n value: 'Singapore',\n icon: `${baseImgUrl}/singapore.png`,\n url: `${baseImgUrl}/singapore.png`,\n geoIPCountryCode: 'SG',\n },\n {\n id: 'somalia',\n code: '252',\n label: '+252',\n value: 'Somalia',\n icon: `${baseImgUrl}/Somalia.png`,\n url: `${baseImgUrl}/Somalia.png`,\n geoIPCountryCode: 'SO',\n },\n {\n id: 'south Korea',\n code: '82',\n label: '+82',\n value: 'South Korea',\n icon: `${baseImgUrl}/south-korea.png`,\n url: `${baseImgUrl}/south-korea.png`,\n geoIPCountryCode: 'KR',\n },\n {\n id: 'south-africa',\n code: '27',\n label: '+27',\n value: 'South Africa',\n icon: `${baseImgUrl}/south-africa.png`,\n url: `${baseImgUrl}/south-africa.png`,\n geoIPCountryCode: 'ZA',\n },\n {\n id: 'spain',\n code: '34',\n label: '+34',\n value: 'Spain',\n icon: `${baseImgUrl}/spain.png`,\n url: `${baseImgUrl}/spain.png`,\n geoIPCountryCode: 'ES',\n },\n {\n id: 'sri-lanka',\n code: '94',\n label: '+94',\n value: 'Sri Lanka',\n icon: `${baseImgUrl}/sri-lanka.png`,\n url: `${baseImgUrl}/sri-lanka.png`,\n geoIPCountryCode: 'LK',\n },\n {\n id: 'sweden',\n code: '46',\n label: '+46',\n value: 'Sweden',\n icon: `${baseImgUrl}/sweden.png`,\n url: `${baseImgUrl}/sweden.png`,\n geoIPCountryCode: 'SE',\n },\n {\n id: 'switzerland',\n code: '41',\n label: '+41',\n value: 'Switzerland',\n icon: `${baseImgUrl}/Switzerland.png`,\n url: `${baseImgUrl}/Switzerland.png`,\n geoIPCountryCode: 'CH',\n },\n {\n id: 'syria',\n code: '963',\n label: '+963',\n value: 'Syria',\n icon: `${baseImgUrl}/Syria.png`,\n url: `${baseImgUrl}/Syria.png`,\n geoIPCountryCode: 'SY',\n },\n {\n id: 'tanzania',\n code: '255',\n label: '+255',\n value: 'Tanzania',\n icon: `${baseImgUrl}/tanzania.png`,\n url: `${baseImgUrl}/tanzania.png`,\n geoIPCountryCode: 'TZ',\n },\n {\n id: 'thailand',\n code: '66',\n label: '+66',\n value: 'Thailand',\n icon: `${baseImgUrl}/thailand.png`,\n url: `${baseImgUrl}/thailand.png`,\n geoIPCountryCode: 'TH',\n },\n {\n id: 'tunisia',\n code: '216',\n label: '+216',\n value: 'Tunisia',\n icon: `${baseImgUrl}/Tunisia.png`,\n url: `${baseImgUrl}/Tunisia.png`,\n geoIPCountryCode: 'TN',\n },\n {\n id: 'turkey',\n code: '90',\n label: '+90',\n value: 'Turkey',\n icon: `${baseImgUrl}/turkey.png`,\n url: `${baseImgUrl}/turkey.png`,\n geoIPCountryCode: 'TR',\n },\n {\n id: 'uganda',\n code: '256',\n label: '+256',\n value: 'Uganda',\n icon: `${baseImgUrl}/Uganda.png`,\n url: `${baseImgUrl}/Uganda.png`,\n geoIPCountryCode: 'UG',\n },\n {\n id: 'ukraine',\n code: '380',\n label: '+380',\n value: 'Ukraine',\n icon: `${baseImgUrl}/ukraine.png`,\n url: `${baseImgUrl}/ukraine.png`,\n geoIPCountryCode: 'UA',\n },\n {\n id: 'united-arab-emirates',\n code: '971',\n label: '+971',\n value: 'United Arab Emirates',\n icon: `${baseImgUrl}/united-arab-emirates.png`,\n url: `${baseImgUrl}/united-arab-emirates.png`,\n geoIPCountryCode: 'AE',\n },\n {\n id: 'united-kingdom',\n code: '44',\n label: '+44',\n value: 'United Kingdom',\n icon: `${baseImgUrl}/united-kingdom.png`,\n url: `${baseImgUrl}/united-kingdom.png`,\n geoIPCountryCode: 'GB',\n },\n {\n id: 'uzbekistan',\n code: '998',\n label: '+998',\n value: 'Uzbekistan',\n icon: `${baseImgUrl}/uzbekistan.png`,\n url: `${baseImgUrl}/uzbekistan.png`,\n geoIPCountryCode: 'UZ',\n },\n {\n id: 'vietnam',\n code: '84',\n label: '+84',\n value: 'Vietnam',\n icon: `${baseImgUrl}/vietnam.png`,\n url: `${baseImgUrl}/vietnam.png`,\n geoIPCountryCode: 'VN',\n },\n {\n id: 'yemen',\n code: '967',\n label: '+967',\n value: 'Yemen',\n icon: `${baseImgUrl}/Yemen.png`,\n url: `${baseImgUrl}/Yemen.png`,\n geoIPCountryCode: 'YE',\n },\n {\n id: 'zambia',\n code: '260',\n label: '+260',\n value: 'Zambia',\n icon: `${baseImgUrl}/zambia.png`,\n url: `${baseImgUrl}/zambia.png`,\n geoIPCountryCode: 'ZM',\n },\n];\n\nexport const STUDENT_GRADE_OPTIONS = [\n { label: 'Pre K', value: '-1' },\n { label: 'K', value: '0' },\n { label: '1', value: '1' },\n { label: '2', value: '2' },\n { label: '3', value: '3' },\n { label: '4', value: '4' },\n { label: '5', value: '5' },\n { label: '6', value: '6' },\n { label: '7', value: '7' },\n { label: '8', value: '8' },\n { label: '9', value: '9' },\n { label: '10', value: '10' },\n { label: '11', value: '11' },\n { label: '12', value: '12' },\n];\n\nexport const USER_TYPES: { id: TSignupUserType; label: string }[] = [\n {\n id: 'parent',\n label: 'Parent',\n },\n {\n id: 'student',\n label: 'Student',\n },\n];\n"],"names":["baseImgUrl","COUNTRY_CODE_MAP","STUDENT_GRADE_OPTIONS","USER_TYPES"],"mappings":"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"}
|
1
|
+
{"version":3,"file":"signup-constants.js","sources":["../../../../src/features/auth/signup/signup-constants.ts"],"sourcesContent":["import type { ICountryOption, TAuthUserType } from './signup-types';\n\nconst baseImgUrl = `https://d138zd1ktt9iqe.cloudfront.net/static/website_2_0/images/country-flags`;\n\nexport const COUNTRY_CODE_MAP: ICountryOption[] = [\n {\n id: 'india',\n code: '91',\n label: '+91',\n value: 'India',\n icon: `${baseImgUrl}/india.png`,\n url: `${baseImgUrl}/india.png`,\n geoIPCountryCode: 'IN',\n },\n {\n id: 'united-states-of-america',\n code: '1',\n label: '+1',\n value: 'USA',\n icon: `${baseImgUrl}/united-states-of-america.png`,\n url: `${baseImgUrl}/united-states-of-america.png`,\n geoIPCountryCode: 'US',\n },\n {\n id: 'afghanistan',\n code: '93',\n label: '+93',\n value: 'Afghanistan',\n icon: `${baseImgUrl}/afghanistan.png`,\n url: `${baseImgUrl}/afghanistan.png`,\n geoIPCountryCode: 'AF',\n },\n {\n id: 'albania',\n code: '355',\n label: '+355',\n value: 'Albania',\n icon: `${baseImgUrl}/Albania.png`,\n url: `${baseImgUrl}/Albania.png`,\n geoIPCountryCode: 'AL',\n },\n {\n id: 'algeria',\n code: '213',\n label: '+213',\n value: 'Algeria',\n icon: `${baseImgUrl}/Algeria.png`,\n url: `${baseImgUrl}/Algeria.png`,\n geoIPCountryCode: 'DZ',\n },\n {\n id: 'american-samoa',\n code: '685',\n label: '+685',\n value: 'Samoa',\n icon: `${baseImgUrl}/american-samoa.png`,\n url: `${baseImgUrl}/american-samoa.png`,\n geoIPCountryCode: 'AS',\n },\n {\n id: 'anguilla',\n code: '1264',\n label: '+1264',\n value: 'Anguilla',\n icon: `${baseImgUrl}/Anguilla.png`,\n url: `${baseImgUrl}/Anguilla.png`,\n geoIPCountryCode: 'AI',\n },\n {\n id: 'antigua-and-barbuda',\n code: '1268',\n label: '+1268',\n value: 'Antigua and Barbuda',\n icon: `${baseImgUrl}/Antigua-and-Barbuda.png`,\n url: `${baseImgUrl}/Antigua-and-Barbuda.png`,\n geoIPCountryCode: 'AG',\n },\n {\n id: 'argentina',\n code: '54',\n label: '+54',\n value: 'Argentina',\n icon: `${baseImgUrl}/argentina.png`,\n url: `${baseImgUrl}/argentina.png`,\n geoIPCountryCode: 'AR',\n },\n {\n id: 'armenia',\n code: '374',\n label: '+374',\n value: 'Armenia',\n icon: `${baseImgUrl}/Armenia.png`,\n url: `${baseImgUrl}/Armenia.png`,\n geoIPCountryCode: 'AM',\n },\n {\n id: 'australia',\n code: '61',\n label: '+61',\n value: 'Australia',\n icon: `${baseImgUrl}/australia.png`,\n url: `${baseImgUrl}/australia.png`,\n geoIPCountryCode: 'AU',\n },\n {\n id: 'austria',\n code: '43',\n label: '+43',\n value: 'Austria',\n icon: `${baseImgUrl}/austria.png`,\n url: `${baseImgUrl}/austria.png`,\n geoIPCountryCode: 'AT',\n },\n {\n id: 'azerbaijan',\n code: '994',\n label: '+994',\n value: 'Azerbaijan',\n icon: `${baseImgUrl}/Azerbaijan.png`,\n url: `${baseImgUrl}/Azerbaijan.png`,\n geoIPCountryCode: 'AZ',\n },\n {\n id: 'bahrain',\n code: '973',\n label: '+973',\n value: 'Bahrain',\n icon: `${baseImgUrl}/bahrain.png`,\n url: `${baseImgUrl}/bahrain.png`,\n geoIPCountryCode: 'BH',\n },\n {\n id: 'bangladesh',\n code: '880',\n label: '+880',\n value: 'Bangladesh',\n icon: `${baseImgUrl}/bangladesh.png`,\n url: `${baseImgUrl}/bangladesh.png`,\n geoIPCountryCode: 'BD',\n },\n {\n id: 'belarus',\n code: '375',\n label: '+375',\n value: 'Belarus',\n icon: `${baseImgUrl}/Belarus.png`,\n url: `${baseImgUrl}/Belarus.png`,\n geoIPCountryCode: 'BY',\n },\n {\n id: 'belgium',\n code: '32',\n label: '+32',\n value: 'Belgium',\n icon: `${baseImgUrl}/belgium.png`,\n url: `${baseImgUrl}/belgium.png`,\n geoIPCountryCode: 'BE',\n },\n {\n id: 'bermuda',\n code: '1441',\n label: '+1441',\n value: 'Bermuda',\n icon: `${baseImgUrl}/bermuda.png`,\n url: `${baseImgUrl}/bermuda.png`,\n geoIPCountryCode: 'BM',\n },\n {\n id: 'bhutan',\n code: '975',\n label: '+975',\n value: 'Bhutan',\n icon: `${baseImgUrl}/bhutan.png`,\n url: `${baseImgUrl}/bhutan.png`,\n geoIPCountryCode: 'BT',\n },\n {\n id: 'bosnia-and-herzegovina',\n code: '387',\n label: '+387',\n value: 'Bosnia And Herzegovina',\n icon: `${baseImgUrl}/Bosnia-And-Herzegovina.png`,\n url: `${baseImgUrl}/Bosnia-And-Herzegovina.png`,\n geoIPCountryCode: 'BA',\n },\n {\n id: 'brazil',\n code: '55',\n label: '+55',\n value: 'Brazil',\n icon: `${baseImgUrl}/brazil.png`,\n url: `${baseImgUrl}/brazil.png`,\n geoIPCountryCode: 'BR',\n },\n {\n id: 'bulgaria',\n code: '359',\n label: '+359',\n value: 'Bulgaria',\n icon: `${baseImgUrl}/bulgaria.png`,\n url: `${baseImgUrl}/bulgaria.png`,\n geoIPCountryCode: 'BG',\n },\n {\n id: 'cambodia',\n code: '855',\n label: '+855',\n value: 'Cambodia',\n icon: `${baseImgUrl}/cambodia.png`,\n url: `${baseImgUrl}/cambodia.png`,\n geoIPCountryCode: 'KH',\n },\n {\n id: 'cameroon',\n code: '237',\n label: '+237',\n value: 'Cameroon',\n icon: `${baseImgUrl}/Cameroon.png`,\n url: `${baseImgUrl}/Cameroon.png`,\n geoIPCountryCode: 'CM',\n },\n {\n id: 'canada',\n code: '1',\n label: '+1',\n value: 'Canada',\n icon: `${baseImgUrl}/canada.png`,\n url: `${baseImgUrl}/canada.png`,\n geoIPCountryCode: 'CA',\n },\n {\n id: 'chile',\n code: '56',\n label: '+56',\n value: 'Chile',\n icon: `${baseImgUrl}/chile.png`,\n url: `${baseImgUrl}/chile.png`,\n geoIPCountryCode: 'CL',\n },\n {\n id: 'china',\n code: '86',\n label: '+86',\n value: 'China',\n icon: `${baseImgUrl}/china.png`,\n url: `${baseImgUrl}/china.png`,\n geoIPCountryCode: 'CN',\n },\n {\n id: 'colombia',\n code: '57',\n label: '+57',\n value: 'Colombia',\n icon: `${baseImgUrl}/colombia.png`,\n url: `${baseImgUrl}/colombia.png`,\n geoIPCountryCode: 'CO',\n },\n {\n id: 'congo',\n code: '243',\n label: '+243',\n value: 'Congo',\n icon: `${baseImgUrl}/Congo.png`,\n url: `${baseImgUrl}/Congo.png`,\n geoIPCountryCode: 'CD',\n },\n {\n id: 'cuba',\n code: '53',\n label: '+53',\n value: 'Cuba',\n icon: `${baseImgUrl}/cuba.png`,\n url: `${baseImgUrl}/cuba.png`,\n geoIPCountryCode: 'CU',\n },\n {\n id: 'czech-republic',\n code: '420',\n label: '+420',\n value: 'Czech Republic',\n icon: `${baseImgUrl}/czech-republic.png`,\n url: `${baseImgUrl}/czech-republic.png`,\n geoIPCountryCode: 'CZ',\n },\n {\n id: 'denmark',\n code: '45',\n label: '+45',\n value: 'Denmark',\n icon: `${baseImgUrl}/denmark.png`,\n url: `${baseImgUrl}/denmark.png`,\n geoIPCountryCode: 'DK',\n },\n {\n id: 'ecuador',\n code: '593',\n label: '+593',\n value: 'Ecuador',\n icon: `${baseImgUrl}/Ecuador.png`,\n url: `${baseImgUrl}/Ecuador.png`,\n geoIPCountryCode: 'EC',\n },\n {\n id: 'egypt',\n code: '20',\n label: '+20',\n value: 'Egypt',\n icon: `${baseImgUrl}/egypt.png`,\n url: `${baseImgUrl}/egypt.png`,\n geoIPCountryCode: 'EG',\n },\n {\n id: 'ethiopia',\n code: '251',\n label: '+251',\n value: 'Ethiopia',\n icon: `${baseImgUrl}/ethiopia.png`,\n url: `${baseImgUrl}/ethiopia.png`,\n geoIPCountryCode: 'ET',\n },\n {\n id: 'finland',\n code: '358',\n label: '+358',\n value: 'Finland',\n icon: `${baseImgUrl}/finland.png`,\n url: `${baseImgUrl}/finland.png`,\n geoIPCountryCode: 'FI',\n },\n {\n id: 'france',\n code: '33',\n label: '+33',\n value: 'France',\n icon: `${baseImgUrl}/france.png`,\n url: `${baseImgUrl}/france.png`,\n geoIPCountryCode: 'FR',\n },\n {\n id: 'gambia',\n code: '220',\n label: '+220',\n value: 'Gambia',\n icon: `${baseImgUrl}/Gambia.png`,\n url: `${baseImgUrl}/Gambia.png`,\n geoIPCountryCode: 'GM',\n },\n {\n id: 'germany',\n code: '49',\n label: '+49',\n value: 'Germany',\n icon: `${baseImgUrl}/germany.png`,\n url: `${baseImgUrl}/germany.png`,\n geoIPCountryCode: 'DE',\n },\n {\n id: 'ghana',\n code: '233',\n label: '+233',\n value: 'Ghana',\n icon: `${baseImgUrl}/ghana.png`,\n url: `${baseImgUrl}/ghana.png`,\n geoIPCountryCode: 'GH',\n },\n {\n id: 'hong-kong',\n code: '852',\n label: '+852',\n value: 'Hong Kong',\n icon: `${baseImgUrl}/hong-kong.png`,\n url: `${baseImgUrl}/hong-kong.png`,\n geoIPCountryCode: 'HK',\n },\n {\n id: 'hungary',\n code: '36',\n label: '+36',\n value: 'Hungary',\n icon: `${baseImgUrl}/hungary.png`,\n url: `${baseImgUrl}/hungary.png`,\n geoIPCountryCode: 'HU',\n },\n {\n id: 'iceland',\n code: '354',\n label: '+354',\n value: 'Iceland',\n icon: `${baseImgUrl}/iceland.png`,\n url: `${baseImgUrl}/iceland.png`,\n geoIPCountryCode: 'IS',\n },\n\n {\n id: 'indonesia',\n code: '62',\n label: '+62',\n value: 'Indonesia',\n icon: `${baseImgUrl}/indonesia.png`,\n url: `${baseImgUrl}/indonesia.png`,\n geoIPCountryCode: 'ID',\n },\n {\n id: 'iran',\n code: '98',\n label: '+98',\n value: 'Iran',\n icon: `${baseImgUrl}/Iran.png`,\n url: `${baseImgUrl}/Iran.png`,\n geoIPCountryCode: 'IR',\n },\n {\n id: 'iraq',\n code: '964',\n label: '+964',\n value: 'Iraq',\n icon: `${baseImgUrl}/iraq.png`,\n url: `${baseImgUrl}/iraq.png`,\n geoIPCountryCode: 'IQ',\n },\n {\n id: 'ireland',\n code: '353',\n label: '+353',\n value: 'Ireland',\n icon: `${baseImgUrl}/ireland.png`,\n url: `${baseImgUrl}/ireland.png`,\n geoIPCountryCode: 'IE',\n },\n {\n id: 'israel',\n code: '972',\n label: '+972',\n value: 'Israel',\n icon: `${baseImgUrl}/israel.png`,\n url: `${baseImgUrl}/israel.png`,\n geoIPCountryCode: 'IL',\n },\n {\n id: 'italy',\n code: '39',\n label: '+39',\n value: 'Italy',\n icon: `${baseImgUrl}/italy.png`,\n url: `${baseImgUrl}/italy.png`,\n geoIPCountryCode: 'IT',\n },\n {\n id: 'jamaica',\n code: '876',\n label: '+876',\n value: 'Jamaica',\n icon: `${baseImgUrl}/jamaica.png`,\n url: `${baseImgUrl}/jamaica.png`,\n geoIPCountryCode: 'JM',\n },\n {\n id: 'japan',\n code: '81',\n label: '+81',\n value: 'Japan',\n icon: `${baseImgUrl}/japan.png`,\n url: `${baseImgUrl}/japan.png`,\n geoIPCountryCode: 'JP',\n },\n {\n id: 'jordan',\n code: '962',\n label: '+962',\n value: 'Jordan',\n icon: `${baseImgUrl}/jordan.png`,\n url: `${baseImgUrl}/jordan.png`,\n geoIPCountryCode: 'JO',\n },\n {\n id: 'kazakhstan',\n code: '7',\n label: '+7',\n value: 'Kazakhstan',\n icon: `${baseImgUrl}/Kazakhstan.png`,\n url: `${baseImgUrl}/Kazakhstan.png`,\n geoIPCountryCode: 'KZ',\n },\n {\n id: 'kenya',\n code: '254',\n label: '+254',\n value: 'Kenya',\n icon: `${baseImgUrl}/kenya.png`,\n url: `${baseImgUrl}/kenya.png`,\n geoIPCountryCode: 'KE',\n },\n {\n id: 'kuwait',\n code: '965',\n label: '+965',\n value: 'Kuwait',\n icon: `${baseImgUrl}/kuwait.png`,\n url: `${baseImgUrl}/kuwait.png`,\n geoIPCountryCode: 'KW',\n },\n {\n id: 'kyrgyzstan',\n code: '996',\n label: '+996',\n value: 'Kyrgyzstan',\n icon: `${baseImgUrl}/Kyrgyzstan.png`,\n url: `${baseImgUrl}/Kyrgyzstan.png`,\n geoIPCountryCode: 'KG',\n },\n {\n id: 'lebanon',\n code: '961',\n label: '+961',\n value: 'Lebanon',\n icon: `${baseImgUrl}/lebanon.png`,\n url: `${baseImgUrl}/lebanon.png`,\n geoIPCountryCode: 'LB',\n },\n {\n id: 'lesotho',\n code: '266',\n label: '+266',\n value: 'Lesotho',\n icon: `${baseImgUrl}/Lesotho.png`,\n url: `${baseImgUrl}/Lesotho.png`,\n geoIPCountryCode: 'LS',\n },\n {\n id: 'liberia',\n code: '231',\n label: '+231',\n value: 'Liberia',\n icon: `${baseImgUrl}/Liberia.png`,\n url: `${baseImgUrl}/Liberia.png`,\n geoIPCountryCode: 'LR',\n },\n {\n id: 'libya',\n code: '218',\n label: '+218',\n value: 'Libya',\n icon: `${baseImgUrl}/Libya.png`,\n url: `${baseImgUrl}/Libya.png`,\n geoIPCountryCode: 'LY',\n },\n {\n id: 'lithuania',\n code: '370',\n label: '+370',\n value: 'Lithuania',\n icon: `${baseImgUrl}/lithuania.png`,\n url: `${baseImgUrl}/lithuania.png`,\n geoIPCountryCode: 'LT',\n },\n {\n id: 'malawi',\n code: '265',\n label: '+265',\n value: 'Malawi',\n icon: `${baseImgUrl}/Malawi.png`,\n url: `${baseImgUrl}/Malawi.png`,\n geoIPCountryCode: 'MW',\n },\n {\n id: 'malaysia',\n code: '60',\n label: '+60',\n value: 'Malaysia',\n icon: `${baseImgUrl}/malaysia.png`,\n url: `${baseImgUrl}/malaysia.png`,\n geoIPCountryCode: 'MY',\n },\n {\n id: 'mali',\n code: '223',\n label: '+223',\n value: 'Mali',\n icon: `${baseImgUrl}/Mali.png`,\n url: `${baseImgUrl}/Mali.png`,\n geoIPCountryCode: 'ML',\n },\n {\n id: 'mauritius',\n code: '230',\n label: '+230',\n value: 'Mauritius',\n icon: `${baseImgUrl}/Mauritius.png`,\n url: `${baseImgUrl}/Mauritius.png`,\n geoIPCountryCode: 'MU',\n },\n {\n id: 'mexico',\n code: '52',\n label: '+52',\n value: 'Mexico',\n icon: `${baseImgUrl}/mexico.png`,\n url: `${baseImgUrl}/mexico.png`,\n geoIPCountryCode: 'MX',\n },\n {\n id: 'mongolia',\n code: '976',\n label: '+976',\n value: 'Mongolia',\n icon: `${baseImgUrl}/Mongolia.png`,\n url: `${baseImgUrl}/Mongolia.png`,\n geoIPCountryCode: 'MN',\n },\n {\n id: 'morocco',\n code: '212',\n label: '+212',\n value: 'Morocco',\n icon: `${baseImgUrl}/morocco.png`,\n url: `${baseImgUrl}/morocco.png`,\n geoIPCountryCode: 'MA',\n },\n {\n id: 'myanmar',\n code: '95',\n label: '+95',\n value: 'Myanmar',\n icon: `${baseImgUrl}/myanmar.png`,\n url: `${baseImgUrl}/myanmar.png`,\n geoIPCountryCode: 'MM',\n },\n {\n id: 'namibia',\n code: '264',\n label: '+264',\n value: 'Namibia',\n icon: `${baseImgUrl}/Namibia.png`,\n url: `${baseImgUrl}/Namibia.png`,\n geoIPCountryCode: 'NA',\n },\n {\n id: 'nepal',\n code: '977',\n label: '+977',\n value: 'Nepal',\n icon: `${baseImgUrl}/nepal.png`,\n url: `${baseImgUrl}/nepal.png`,\n geoIPCountryCode: 'NP',\n },\n {\n id: 'netherlands',\n code: '31',\n label: '+31',\n value: 'Netherlands',\n icon: `${baseImgUrl}/netherlands.png`,\n url: `${baseImgUrl}/netherlands.png`,\n geoIPCountryCode: 'NL',\n },\n {\n id: 'new-zealand',\n code: '64',\n label: '+64',\n value: 'New Zealand',\n icon: `${baseImgUrl}/new-zealand.png`,\n url: `${baseImgUrl}/new-zealand.png`,\n geoIPCountryCode: 'NZ',\n },\n {\n id: 'niger',\n code: '227',\n label: '+227',\n value: 'Niger',\n icon: `${baseImgUrl}/Niger.png`,\n url: `${baseImgUrl}/Niger.png`,\n geoIPCountryCode: 'NE',\n },\n {\n id: 'nigeria',\n code: '234',\n label: '+234',\n value: 'Nigeria',\n icon: `${baseImgUrl}/nigeria.png`,\n url: `${baseImgUrl}/nigeria.png`,\n geoIPCountryCode: 'NG',\n },\n {\n id: 'northern-marianas-islands',\n code: '1670',\n label: '+1670',\n value: 'Northern Marianas Islands',\n icon: `${baseImgUrl}/northern-marianas-islands.png`,\n url: `${baseImgUrl}/northern-marianas-islands.png`,\n geoIPCountryCode: 'MP',\n },\n {\n id: 'norway',\n code: '47',\n label: '+47',\n value: 'Norway',\n icon: `${baseImgUrl}/norway.png`,\n url: `${baseImgUrl}/norway.png`,\n geoIPCountryCode: 'NO',\n },\n {\n id: 'oman',\n code: '968',\n label: '+968',\n value: 'Oman',\n icon: `${baseImgUrl}/oman.png`,\n url: `${baseImgUrl}/oman.png`,\n geoIPCountryCode: 'OM',\n },\n {\n id: 'papua-new-guinea',\n code: '675',\n label: '+675',\n value: 'Papua New Guinea',\n icon: `${baseImgUrl}/Papua-New-Guinea.png`,\n url: `${baseImgUrl}/Papua-New-Guinea.png`,\n geoIPCountryCode: 'PG',\n },\n {\n id: 'philippines',\n code: '63',\n label: '+63',\n value: 'Philippines',\n icon: `${baseImgUrl}/philippines.png`,\n url: `${baseImgUrl}/philippines.png`,\n geoIPCountryCode: 'PH',\n },\n {\n id: 'poland',\n code: '48',\n label: '+48',\n value: 'Poland',\n icon: `${baseImgUrl}/poland.png`,\n url: `${baseImgUrl}/poland.png`,\n geoIPCountryCode: 'PL',\n },\n {\n id: 'portugal',\n code: '351',\n label: '+351',\n value: 'Portugal',\n icon: `${baseImgUrl}/portugal.png`,\n url: `${baseImgUrl}/portugal.png`,\n geoIPCountryCode: 'PT',\n },\n {\n id: 'puerto-rico',\n code: '1939',\n label: '+1939',\n value: 'Puerto Rico',\n icon: `${baseImgUrl}/puerto-rico.png`,\n url: `${baseImgUrl}/puerto-rico.png`,\n geoIPCountryCode: 'PR',\n },\n {\n id: 'qatar',\n code: '974',\n label: '+974',\n value: 'Qatar',\n icon: `${baseImgUrl}/qatar.png`,\n url: `${baseImgUrl}/qatar.png`,\n geoIPCountryCode: 'QA',\n },\n {\n id: 'romania',\n code: '40',\n label: '+40',\n value: 'Romania',\n icon: `${baseImgUrl}/romania.png`,\n url: `${baseImgUrl}/romania.png`,\n geoIPCountryCode: 'RO',\n },\n {\n id: 'rwanda',\n code: '250',\n label: '+250',\n value: 'Rwanda',\n icon: `${baseImgUrl}/Rwanda.png`,\n url: `${baseImgUrl}/Rwanda.png`,\n geoIPCountryCode: 'RW',\n },\n {\n id: 'saudi-arabia',\n code: '966',\n label: '+966',\n value: 'Saudi Arabia',\n icon: `${baseImgUrl}/saudi-arabia.png`,\n url: `${baseImgUrl}/saudi-arabia.png`,\n geoIPCountryCode: 'SA',\n },\n {\n id: 'senegal',\n code: '221',\n label: '+221',\n value: 'Senegal',\n icon: `${baseImgUrl}/Senegal.png`,\n url: `${baseImgUrl}/Senegal.png`,\n geoIPCountryCode: 'SN',\n },\n {\n id: 'sierra-leone',\n code: '232',\n label: '+232',\n value: 'Sierra Leone',\n icon: `${baseImgUrl}/Sierra-leone.png`,\n url: `${baseImgUrl}/Sierra-leone.png`,\n geoIPCountryCode: 'SL',\n },\n {\n id: 'singapore',\n code: '65',\n label: '+65',\n value: 'Singapore',\n icon: `${baseImgUrl}/singapore.png`,\n url: `${baseImgUrl}/singapore.png`,\n geoIPCountryCode: 'SG',\n },\n {\n id: 'somalia',\n code: '252',\n label: '+252',\n value: 'Somalia',\n icon: `${baseImgUrl}/Somalia.png`,\n url: `${baseImgUrl}/Somalia.png`,\n geoIPCountryCode: 'SO',\n },\n {\n id: 'south Korea',\n code: '82',\n label: '+82',\n value: 'South Korea',\n icon: `${baseImgUrl}/south-korea.png`,\n url: `${baseImgUrl}/south-korea.png`,\n geoIPCountryCode: 'KR',\n },\n {\n id: 'south-africa',\n code: '27',\n label: '+27',\n value: 'South Africa',\n icon: `${baseImgUrl}/south-africa.png`,\n url: `${baseImgUrl}/south-africa.png`,\n geoIPCountryCode: 'ZA',\n },\n {\n id: 'spain',\n code: '34',\n label: '+34',\n value: 'Spain',\n icon: `${baseImgUrl}/spain.png`,\n url: `${baseImgUrl}/spain.png`,\n geoIPCountryCode: 'ES',\n },\n {\n id: 'sri-lanka',\n code: '94',\n label: '+94',\n value: 'Sri Lanka',\n icon: `${baseImgUrl}/sri-lanka.png`,\n url: `${baseImgUrl}/sri-lanka.png`,\n geoIPCountryCode: 'LK',\n },\n {\n id: 'sweden',\n code: '46',\n label: '+46',\n value: 'Sweden',\n icon: `${baseImgUrl}/sweden.png`,\n url: `${baseImgUrl}/sweden.png`,\n geoIPCountryCode: 'SE',\n },\n {\n id: 'switzerland',\n code: '41',\n label: '+41',\n value: 'Switzerland',\n icon: `${baseImgUrl}/Switzerland.png`,\n url: `${baseImgUrl}/Switzerland.png`,\n geoIPCountryCode: 'CH',\n },\n {\n id: 'syria',\n code: '963',\n label: '+963',\n value: 'Syria',\n icon: `${baseImgUrl}/Syria.png`,\n url: `${baseImgUrl}/Syria.png`,\n geoIPCountryCode: 'SY',\n },\n {\n id: 'tanzania',\n code: '255',\n label: '+255',\n value: 'Tanzania',\n icon: `${baseImgUrl}/tanzania.png`,\n url: `${baseImgUrl}/tanzania.png`,\n geoIPCountryCode: 'TZ',\n },\n {\n id: 'thailand',\n code: '66',\n label: '+66',\n value: 'Thailand',\n icon: `${baseImgUrl}/thailand.png`,\n url: `${baseImgUrl}/thailand.png`,\n geoIPCountryCode: 'TH',\n },\n {\n id: 'tunisia',\n code: '216',\n label: '+216',\n value: 'Tunisia',\n icon: `${baseImgUrl}/Tunisia.png`,\n url: `${baseImgUrl}/Tunisia.png`,\n geoIPCountryCode: 'TN',\n },\n {\n id: 'turkey',\n code: '90',\n label: '+90',\n value: 'Turkey',\n icon: `${baseImgUrl}/turkey.png`,\n url: `${baseImgUrl}/turkey.png`,\n geoIPCountryCode: 'TR',\n },\n {\n id: 'uganda',\n code: '256',\n label: '+256',\n value: 'Uganda',\n icon: `${baseImgUrl}/Uganda.png`,\n url: `${baseImgUrl}/Uganda.png`,\n geoIPCountryCode: 'UG',\n },\n {\n id: 'ukraine',\n code: '380',\n label: '+380',\n value: 'Ukraine',\n icon: `${baseImgUrl}/ukraine.png`,\n url: `${baseImgUrl}/ukraine.png`,\n geoIPCountryCode: 'UA',\n },\n {\n id: 'united-arab-emirates',\n code: '971',\n label: '+971',\n value: 'United Arab Emirates',\n icon: `${baseImgUrl}/united-arab-emirates.png`,\n url: `${baseImgUrl}/united-arab-emirates.png`,\n geoIPCountryCode: 'AE',\n },\n {\n id: 'united-kingdom',\n code: '44',\n label: '+44',\n value: 'United Kingdom',\n icon: `${baseImgUrl}/united-kingdom.png`,\n url: `${baseImgUrl}/united-kingdom.png`,\n geoIPCountryCode: 'GB',\n },\n {\n id: 'uzbekistan',\n code: '998',\n label: '+998',\n value: 'Uzbekistan',\n icon: `${baseImgUrl}/uzbekistan.png`,\n url: `${baseImgUrl}/uzbekistan.png`,\n geoIPCountryCode: 'UZ',\n },\n {\n id: 'vietnam',\n code: '84',\n label: '+84',\n value: 'Vietnam',\n icon: `${baseImgUrl}/vietnam.png`,\n url: `${baseImgUrl}/vietnam.png`,\n geoIPCountryCode: 'VN',\n },\n {\n id: 'yemen',\n code: '967',\n label: '+967',\n value: 'Yemen',\n icon: `${baseImgUrl}/Yemen.png`,\n url: `${baseImgUrl}/Yemen.png`,\n geoIPCountryCode: 'YE',\n },\n {\n id: 'zambia',\n code: '260',\n label: '+260',\n value: 'Zambia',\n icon: `${baseImgUrl}/zambia.png`,\n url: `${baseImgUrl}/zambia.png`,\n geoIPCountryCode: 'ZM',\n },\n];\n\nexport const STUDENT_GRADE_OPTIONS = [\n { label: 'Pre K', value: '-1' },\n { label: 'K', value: '0' },\n { label: '1', value: '1' },\n { label: '2', value: '2' },\n { label: '3', value: '3' },\n { label: '4', value: '4' },\n { label: '5', value: '5' },\n { label: '6', value: '6' },\n { label: '7', value: '7' },\n { label: '8', value: '8' },\n { label: '9', value: '9' },\n { label: '10', value: '10' },\n { label: '11', value: '11' },\n { label: '12', value: '12' },\n];\n\nexport const USER_TYPES: { id: TAuthUserType; label: string }[] = [\n {\n id: 'parent',\n label: 'Parent',\n },\n {\n id: 'student',\n label: 'Student',\n },\n];\n"],"names":["baseImgUrl","COUNTRY_CODE_MAP","STUDENT_GRADE_OPTIONS","USER_TYPES"],"mappings":"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"}
|