@cuemath/leap 3.1.7 → 3.1.8-aa1
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 +1 -1
- package/dist/assets/illustrations/illustrations.js.map +1 -1
- package/dist/constants/country.js +994 -2
- package/dist/constants/country.js.map +1 -1
- package/dist/features/auth/account-selector/account-selector-styled.js +9 -0
- package/dist/features/auth/account-selector/account-selector-styled.js.map +1 -0
- package/dist/features/auth/account-selector/account-selector.js +60 -36
- package/dist/features/auth/account-selector/account-selector.js.map +1 -1
- package/dist/features/auth/comps/auth-page-layout/{auth-page-layout-styles.js → auth-page-layout-styled.js} +1 -1
- package/dist/features/auth/comps/auth-page-layout/{auth-page-layout-styles.js.map → auth-page-layout-styled.js.map} +1 -1
- package/dist/features/auth/comps/auth-page-layout/auth-page-layout.js +20 -9
- package/dist/features/auth/comps/auth-page-layout/auth-page-layout.js.map +1 -1
- package/dist/features/auth/comps/auth-static-panel/auth-static-panel.js +1 -1
- package/dist/features/auth/comps/auth-static-panel/auth-static-panel.js.map +1 -1
- package/dist/features/auth/forgot-password/forgot-password-styled.js +30 -4
- package/dist/features/auth/forgot-password/forgot-password-styled.js.map +1 -1
- package/dist/features/auth/forgot-password/otp-form/otp-form.js +27 -29
- package/dist/features/auth/forgot-password/otp-form/otp-form.js.map +1 -1
- package/dist/features/auth/forgot-password/reset-password-form/reset-password-form.js +22 -27
- package/dist/features/auth/forgot-password/reset-password-form/reset-password-form.js.map +1 -1
- package/dist/features/auth/forgot-password/user-identifier-form/user-identifier-form.js +25 -28
- package/dist/features/auth/forgot-password/user-identifier-form/user-identifier-form.js.map +1 -1
- package/dist/features/auth/login/identifier-otp-form/identifier-otp-form-styled.js +17 -4
- package/dist/features/auth/login/identifier-otp-form/identifier-otp-form-styled.js.map +1 -1
- package/dist/features/auth/login/identifier-otp-form/identifier-otp-form.js +88 -79
- package/dist/features/auth/login/identifier-otp-form/identifier-otp-form.js.map +1 -1
- package/dist/features/auth/login/login-styled.js +26 -0
- package/dist/features/auth/login/login-styled.js.map +1 -0
- package/dist/features/auth/login/social-account-not-found/social-account-not-found.js +27 -21
- package/dist/features/auth/login/social-account-not-found/social-account-not-found.js.map +1 -1
- package/dist/features/auth/login/social-login-methods/social-login-methods-styled.js +9 -0
- package/dist/features/auth/login/social-login-methods/social-login-methods-styled.js.map +1 -0
- package/dist/features/auth/login/social-login-methods/social-login-methods.js +43 -34
- package/dist/features/auth/login/social-login-methods/social-login-methods.js.map +1 -1
- package/dist/features/auth/login/username-password-form/username-password-form.js +68 -71
- package/dist/features/auth/login/username-password-form/username-password-form.js.map +1 -1
- package/dist/features/auth/signup/custom-input-field/country-selector/country-list-menu.js +1 -1
- package/dist/features/auth/signup/custom-input-field/country-selector/country-list-menu.js.map +1 -1
- package/dist/features/auth/signup/signup-constants.js +6 -998
- package/dist/features/auth/signup/signup-constants.js.map +1 -1
- package/dist/features/auth/user-list/user-item/user-item.js +33 -32
- package/dist/features/auth/user-list/user-item/user-item.js.map +1 -1
- package/dist/features/auth/user-list/user-list.js +60 -51
- package/dist/features/auth/user-list/user-list.js.map +1 -1
- package/dist/features/cue-canvas/cue-canvas-provider.js +17 -18
- package/dist/features/cue-canvas/cue-canvas-provider.js.map +1 -1
- package/dist/features/cue-canvas/toolbar/toolbar.js +16 -16
- package/dist/features/cue-canvas/toolbar/toolbar.js.map +1 -1
- package/dist/features/hooks/use-viewport/use-viewport.js +21 -0
- package/dist/features/hooks/use-viewport/use-viewport.js.map +1 -0
- package/dist/features/ui/buttons/button/button-styled.js +29 -29
- package/dist/features/ui/buttons/button/button-styled.js.map +1 -1
- package/dist/features/utils/media.js +16 -0
- package/dist/features/utils/media.js.map +1 -0
- package/dist/features/worksheet/worksheet/worksheet-container.js +32 -32
- package/dist/features/worksheet/worksheet/worksheet-container.js.map +1 -1
- package/dist/features/worksheet/worksheet/worksheet-question/subjective-feedback.js +60 -60
- package/dist/features/worksheet/worksheet/worksheet-question/subjective-feedback.js.map +1 -1
- package/dist/index.d.ts +23 -19
- package/dist/index.js +56 -52
- package/dist/index.js.map +1 -1
- package/dist/static/cuemath-app-qr-code.7205ee79.svg +1 -0
- package/package.json +1 -1
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"country.js","sources":["../../src/constants/country.ts"],"sourcesContent":["const COUNTRY_MAP = [\n { country_code: '91', name: 'India', region_code: 'IN' },\n { country_code: '1', name: 'United States', region_code: 'US' },\n { country_code: '44', name: 'United Kingdom', region_code: 'GB' },\n { country_code: '65', name: 'Singapore', region_code: 'SG' },\n { country_code: '61', name: 'Australia', region_code: 'AU' },\n { country_code: '64', name: 'New Zealand', region_code: 'NZ' },\n {\n country_code: '971',\n name: 'United Ar',\n region_code: 'AE',\n },\n];\n\nexport { COUNTRY_MAP };\n"],"names":["COUNTRY_MAP"],"mappings":"AAAA,MAAMA,IAAc;AAAA,EAClB,EAAE,cAAc,MAAM,MAAM,SAAS,aAAa,KAAK;AAAA,EACvD,EAAE,cAAc,KAAK,MAAM,iBAAiB,aAAa,KAAK;AAAA,EAC9D,EAAE,cAAc,MAAM,MAAM,kBAAkB,aAAa,KAAK;AAAA,EAChE,EAAE,cAAc,MAAM,MAAM,aAAa,aAAa,KAAK;AAAA,EAC3D,EAAE,cAAc,MAAM,MAAM,aAAa,aAAa,KAAK;AAAA,EAC3D,EAAE,cAAc,MAAM,MAAM,eAAe,aAAa,KAAK;AAAA,EAC7D;AAAA,IACE,cAAc;AAAA,IACd,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AACF;"}
|
1
|
+
{"version":3,"file":"country.js","sources":["../../src/constants/country.ts"],"sourcesContent":["const COUNTRY_MAP = [\n { country_code: '91', name: 'India', region_code: 'IN' },\n { country_code: '1', name: 'United States', region_code: 'US' },\n { country_code: '44', name: 'United Kingdom', region_code: 'GB' },\n { country_code: '65', name: 'Singapore', region_code: 'SG' },\n { country_code: '61', name: 'Australia', region_code: 'AU' },\n { country_code: '64', name: 'New Zealand', region_code: 'NZ' },\n {\n country_code: '971',\n name: 'United Ar',\n region_code: 'AE',\n },\n];\n\nconst baseImgUrl = `https://d138zd1ktt9iqe.cloudfront.net/static/website_2_0/images/country-flags`;\n\nexport const COUNTRY_CODE_MAP = [\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 { COUNTRY_MAP };\n"],"names":["COUNTRY_MAP","baseImgUrl","COUNTRY_CODE_MAP"],"mappings":"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"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"account-selector-styled.js","sources":["../../../../src/features/auth/account-selector/account-selector-styled.tsx"],"sourcesContent":["import styled from 'styled-components';\n\nimport Image from '../../ui/image/image';\n\nexport const ImageWrapper = styled(Image)`\n background-color: ${({ theme }) => theme.colors.WHITE};\n`;\n"],"names":["ImageWrapper","styled","Image","theme"],"mappings":";;AAIa,MAAAA,IAAeC,EAAOC,CAAK;AAAA,sBAClB,CAAC,EAAE,OAAAC,EAAA,MAAYA,EAAM,OAAO,KAAK;AAAA;"}
|
@@ -1,43 +1,67 @@
|
|
1
|
-
import { jsxs as
|
2
|
-
import { memo as
|
3
|
-
import { ILLUSTRATIONS as
|
4
|
-
import
|
5
|
-
import
|
6
|
-
import t from "../../ui/
|
7
|
-
import
|
8
|
-
import
|
9
|
-
import
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
/* @__PURE__ */
|
20
|
-
|
21
|
-
/* @__PURE__ */ r(p, { users: a, onSelect: h, showAddButton: !0, onAddNew: l }),
|
22
|
-
/* @__PURE__ */ r(t, { heightX: 5 }),
|
23
|
-
/* @__PURE__ */ o(
|
24
|
-
e,
|
1
|
+
import { jsxs as i, jsx as r } from "react/jsx-runtime";
|
2
|
+
import { memo as l } from "react";
|
3
|
+
import { ILLUSTRATIONS as a } from "../../../assets/illustrations/illustrations.js";
|
4
|
+
import s from "../../hooks/use-viewport/use-viewport.js";
|
5
|
+
import $ from "../../ui/image/image.js";
|
6
|
+
import t from "../../ui/layout/flex-view.js";
|
7
|
+
import o from "../../ui/separator/separator.js";
|
8
|
+
import c from "../../ui/text/text.js";
|
9
|
+
import f from "../comps/overlay-loader/overlay-loader.js";
|
10
|
+
import d from "../user-list/user-list.js";
|
11
|
+
import { ImageWrapper as g } from "./account-selector-styled.js";
|
12
|
+
const u = ({
|
13
|
+
userAccounts: m,
|
14
|
+
onSelect: n,
|
15
|
+
onAddNew: p,
|
16
|
+
isLoading: h
|
17
|
+
}) => {
|
18
|
+
const { isCompact: e } = s();
|
19
|
+
return /* @__PURE__ */ i(
|
20
|
+
t,
|
25
21
|
{
|
26
|
-
$
|
27
|
-
$
|
28
|
-
$
|
29
|
-
$width:
|
30
|
-
$
|
31
|
-
$
|
32
|
-
$flexDirection: "row",
|
22
|
+
$flex: 1,
|
23
|
+
$alignItems: "center",
|
24
|
+
$justifyContent: "center",
|
25
|
+
$width: "100%",
|
26
|
+
$height: "100%",
|
27
|
+
$gapX: 2,
|
33
28
|
children: [
|
34
|
-
/* @__PURE__ */ r(
|
35
|
-
/* @__PURE__ */ r(
|
29
|
+
/* @__PURE__ */ r(f, { isLoading: h }),
|
30
|
+
/* @__PURE__ */ r($, { src: a.CIRCLE_CUEMATH_LOGO_WHITE, alt: "Parent Signup", withLoader: !1 }),
|
31
|
+
/* @__PURE__ */ r(o, { heightX: 1 }),
|
32
|
+
/* @__PURE__ */ r(c, { $renderAs: "ab1", $color: "WHITE_T_60", $align: "center", children: "Switch between accounts" }),
|
33
|
+
/* @__PURE__ */ r(o, { heightX: e ? 1.5 : 5 }),
|
34
|
+
/* @__PURE__ */ r(d, { users: m, onSelect: n, onAddNew: p }),
|
35
|
+
/* @__PURE__ */ r(o, { heightX: e ? 1.5 : 5 }),
|
36
|
+
/* @__PURE__ */ i(
|
37
|
+
t,
|
38
|
+
{
|
39
|
+
$gutterX: 0.5,
|
40
|
+
$gapX: 1,
|
41
|
+
$flexGapX: 0.5,
|
42
|
+
$width: 280,
|
43
|
+
$borderColor: "BLACK_5",
|
44
|
+
$background: "BLACK_3",
|
45
|
+
$flexDirection: "row",
|
46
|
+
children: [
|
47
|
+
/* @__PURE__ */ r(
|
48
|
+
g,
|
49
|
+
{
|
50
|
+
src: a.CUEMATH_APP_QR_CODE,
|
51
|
+
width: 80,
|
52
|
+
height: 80,
|
53
|
+
withLoader: !1
|
54
|
+
}
|
55
|
+
),
|
56
|
+
/* @__PURE__ */ r(t, { $gapX: 0.5, $flex: 1, children: /* @__PURE__ */ r(c, { $color: "WHITE", $renderAs: e ? "ab3" : "ab2", children: "Download the cuemath app to view your children’s report" }) })
|
57
|
+
]
|
58
|
+
}
|
59
|
+
)
|
36
60
|
]
|
37
61
|
}
|
38
|
-
)
|
39
|
-
|
62
|
+
);
|
63
|
+
}, b = l(u);
|
40
64
|
export {
|
41
|
-
|
65
|
+
b as default
|
42
66
|
};
|
43
67
|
//# sourceMappingURL=account-selector.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"account-selector.js","sources":["../../../../src/features/auth/account-selector/account-selector.tsx"],"sourcesContent":["import type { IAccountSelectorViewProps } from './account-selector-types';\n\nimport { memo } from 'react';\n\nimport { ILLUSTRATIONS } from '../../../assets/illustrations/illustrations';\nimport Image from '../../ui/image/image';\nimport FlexView from '../../ui/layout/flex-view';\nimport Separator from '../../ui/separator/separator';\nimport Text from '../../ui/text/text';\nimport OverlayLoader from '../comps/overlay-loader/overlay-loader';\nimport UserList from '../user-list/user-list';\n\nconst AccountSelector = ({\n userAccounts,\n onSelect,\n onAddNew,\n isLoading,\n}: IAccountSelectorViewProps) => {\n return (\n <FlexView
|
1
|
+
{"version":3,"file":"account-selector.js","sources":["../../../../src/features/auth/account-selector/account-selector.tsx"],"sourcesContent":["import type { IAccountSelectorViewProps } from './account-selector-types';\n\nimport { memo } from 'react';\n\nimport { ILLUSTRATIONS } from '../../../assets/illustrations/illustrations';\nimport useViewport from '../../hooks/use-viewport/use-viewport';\nimport Image from '../../ui/image/image';\nimport FlexView from '../../ui/layout/flex-view';\nimport Separator from '../../ui/separator/separator';\nimport Text from '../../ui/text/text';\nimport OverlayLoader from '../comps/overlay-loader/overlay-loader';\nimport UserList from '../user-list/user-list';\nimport * as Styled from './account-selector-styled';\n\nconst AccountSelector = ({\n userAccounts,\n onSelect,\n onAddNew,\n isLoading,\n}: IAccountSelectorViewProps) => {\n const { isCompact } = useViewport();\n\n return (\n <FlexView\n $flex={1}\n $alignItems=\"center\"\n $justifyContent=\"center\"\n $width=\"100%\"\n $height=\"100%\"\n $gapX={2}\n >\n <OverlayLoader isLoading={isLoading} />\n <Image src={ILLUSTRATIONS.CIRCLE_CUEMATH_LOGO_WHITE} alt=\"Parent Signup\" withLoader={false} />\n <Separator heightX={1} />\n <Text $renderAs=\"ab1\" $color=\"WHITE_T_60\" $align=\"center\">\n Switch between accounts\n </Text>\n <Separator heightX={isCompact ? 1.5 : 5} />\n <UserList users={userAccounts} onSelect={onSelect} onAddNew={onAddNew} />\n <Separator heightX={isCompact ? 1.5 : 5} />\n <FlexView\n $gutterX={0.5}\n $gapX={1}\n $flexGapX={0.5}\n $width={280}\n $borderColor=\"BLACK_5\"\n $background=\"BLACK_3\"\n $flexDirection=\"row\"\n >\n <Styled.ImageWrapper\n src={ILLUSTRATIONS.CUEMATH_APP_QR_CODE}\n width={80}\n height={80}\n withLoader={false}\n />\n <FlexView $gapX={0.5} $flex={1}>\n <Text $color=\"WHITE\" $renderAs={isCompact ? 'ab3' : 'ab2'}>\n Download the cuemath app to view your children’s report\n </Text>\n </FlexView>\n </FlexView>\n </FlexView>\n );\n};\n\nexport default memo(AccountSelector);\n"],"names":["AccountSelector","userAccounts","onSelect","onAddNew","isLoading","isCompact","useViewport","jsxs","FlexView","jsx","OverlayLoader","Image","ILLUSTRATIONS","Separator","Text","UserList","Styled.ImageWrapper","accountSelector","memo"],"mappings":";;;;;;;;;;;AAcA,MAAMA,IAAkB,CAAC;AAAA,EACvB,cAAAC;AAAA,EACA,UAAAC;AAAA,EACA,UAAAC;AAAA,EACA,WAAAC;AACF,MAAiC;AACzB,QAAA,EAAE,WAAAC,MAAcC;AAGpB,SAAA,gBAAAC;AAAA,IAACC;AAAA,IAAA;AAAA,MACC,OAAO;AAAA,MACP,aAAY;AAAA,MACZ,iBAAgB;AAAA,MAChB,QAAO;AAAA,MACP,SAAQ;AAAA,MACR,OAAO;AAAA,MAEP,UAAA;AAAA,QAAA,gBAAAC,EAACC,KAAc,WAAAN,GAAsB;AAAA,QACrC,gBAAAK,EAACE,KAAM,KAAKC,EAAc,2BAA2B,KAAI,iBAAgB,YAAY,IAAO;AAAA,QAC5F,gBAAAH,EAACI,GAAU,EAAA,SAAS,EAAG,CAAA;AAAA,QACvB,gBAAAJ,EAACK,KAAK,WAAU,OAAM,QAAO,cAAa,QAAO,UAAS,UAE1D,0BAAA,CAAA;AAAA,QACC,gBAAAL,EAAAI,GAAA,EAAU,SAASR,IAAY,MAAM,GAAG;AAAA,QACxC,gBAAAI,EAAAM,GAAA,EAAS,OAAOd,GAAc,UAAAC,GAAoB,UAAAC,GAAoB;AAAA,QACtE,gBAAAM,EAAAI,GAAA,EAAU,SAASR,IAAY,MAAM,GAAG;AAAA,QACzC,gBAAAE;AAAA,UAACC;AAAA,UAAA;AAAA,YACC,UAAU;AAAA,YACV,OAAO;AAAA,YACP,WAAW;AAAA,YACX,QAAQ;AAAA,YACR,cAAa;AAAA,YACb,aAAY;AAAA,YACZ,gBAAe;AAAA,YAEf,UAAA;AAAA,cAAA,gBAAAC;AAAA,gBAACO;AAAAA,gBAAA;AAAA,kBACC,KAAKJ,EAAc;AAAA,kBACnB,OAAO;AAAA,kBACP,QAAQ;AAAA,kBACR,YAAY;AAAA,gBAAA;AAAA,cACd;AAAA,cACC,gBAAAH,EAAAD,GAAA,EAAS,OAAO,KAAK,OAAO,GAC3B,UAAA,gBAAAC,EAACK,GAAK,EAAA,QAAO,SAAQ,WAAWT,IAAY,QAAQ,OAAO,oEAE3D,CAAA,GACF;AAAA,YAAA;AAAA,UAAA;AAAA,QACF;AAAA,MAAA;AAAA,IAAA;AAAA,EAAA;AAGN,GAEeY,IAAAC,EAAKlB,CAAe;"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"auth-page-layout-
|
1
|
+
{"version":3,"file":"auth-page-layout-styled.js","sources":["../../../../../src/features/auth/comps/auth-page-layout/auth-page-layout-styled.tsx"],"sourcesContent":["import styled from 'styled-components';\n\nimport FlexView from '../../../ui/layout/flex-view';\n\nexport const Container = styled(FlexView)`\n min-height: 100vh;\n`;\n\nexport const ContentWrapper = styled(FlexView)`\n overflow: hidden;\n`;\n"],"names":["Container","styled","FlexView","ContentWrapper"],"mappings":";;AAIa,MAAAA,IAAYC,EAAOC,CAAQ;AAAA;AAAA,GAI3BC,IAAiBF,EAAOC,CAAQ;AAAA;AAAA;"}
|
@@ -1,12 +1,23 @@
|
|
1
|
-
import { jsxs as n, jsx as
|
2
|
-
import { memo as
|
3
|
-
import a from "../../../
|
4
|
-
import
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
1
|
+
import { jsxs as n, jsx as e } from "react/jsx-runtime";
|
2
|
+
import { memo as m } from "react";
|
3
|
+
import a from "../../../hooks/use-viewport/use-viewport.js";
|
4
|
+
import c from "../../../ui/layout/flex-view.js";
|
5
|
+
import { Container as h, ContentWrapper as s } from "./auth-page-layout-styled.js";
|
6
|
+
const p = ({ leftBlock: i, rightBlock: o, isFullWidth: t }) => {
|
7
|
+
const { isCompact: r } = a();
|
8
|
+
return /* @__PURE__ */ n(h, { $width: "100%", $height: "100%", $flexDirection: "row", children: [
|
9
|
+
/* @__PURE__ */ e(
|
10
|
+
s,
|
11
|
+
{
|
12
|
+
$width: t || r ? "100%" : "50%",
|
13
|
+
$background: "BLACK_1",
|
14
|
+
children: i
|
15
|
+
}
|
16
|
+
),
|
17
|
+
!r && o && !t && /* @__PURE__ */ e(c, { $width: "50%", $background: "BLACK_2", children: o })
|
18
|
+
] });
|
19
|
+
}, l = m(p);
|
9
20
|
export {
|
10
|
-
|
21
|
+
l as default
|
11
22
|
};
|
12
23
|
//# sourceMappingURL=auth-page-layout.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"auth-page-layout.js","sources":["../../../../../src/features/auth/comps/auth-page-layout/auth-page-layout.tsx"],"sourcesContent":["import type { IAuthPageLayoutProps } from './auth-page-layout-types';\n\nimport { memo, type FC } from 'react';\n\nimport FlexView from '../../../ui/layout/flex-view';\nimport * as Styled from './auth-page-layout-
|
1
|
+
{"version":3,"file":"auth-page-layout.js","sources":["../../../../../src/features/auth/comps/auth-page-layout/auth-page-layout.tsx"],"sourcesContent":["import type { IAuthPageLayoutProps } from './auth-page-layout-types';\n\nimport { memo, type FC } from 'react';\n\nimport useViewport from '../../../hooks/use-viewport/use-viewport';\nimport FlexView from '../../../ui/layout/flex-view';\nimport * as Styled from './auth-page-layout-styled';\n\nconst AuthPageLayout: FC<IAuthPageLayoutProps> = ({ leftBlock, rightBlock, isFullWidth }) => {\n const { isCompact } = useViewport();\n const showRightBlock = !isCompact && rightBlock && !isFullWidth;\n\n return (\n <Styled.Container $width=\"100%\" $height=\"100%\" $flexDirection=\"row\">\n <Styled.ContentWrapper\n $width={isFullWidth || isCompact ? '100%' : '50%'}\n $background=\"BLACK_1\"\n >\n {leftBlock}\n </Styled.ContentWrapper>\n {showRightBlock && (\n <FlexView $width=\"50%\" $background=\"BLACK_2\">\n {rightBlock}\n </FlexView>\n )}\n </Styled.Container>\n );\n};\n\nexport default memo(AuthPageLayout);\n"],"names":["AuthPageLayout","leftBlock","rightBlock","isFullWidth","isCompact","useViewport","jsxs","Styled.Container","jsx","Styled.ContentWrapper","FlexView","authPageLayout","memo"],"mappings":";;;;;AAQA,MAAMA,IAA2C,CAAC,EAAE,WAAAC,GAAW,YAAAC,GAAY,aAAAC,QAAkB;AACrF,QAAA,EAAE,WAAAC,MAAcC;AAIpB,SAAA,gBAAAC,EAACC,GAAA,EAAiB,QAAO,QAAO,SAAQ,QAAO,gBAAe,OAC5D,UAAA;AAAA,IAAA,gBAAAC;AAAA,MAACC;AAAAA,MAAA;AAAA,QACC,QAAQN,KAAeC,IAAY,SAAS;AAAA,QAC5C,aAAY;AAAA,QAEX,UAAAH;AAAA,MAAA;AAAA,IACH;AAAA,IATmB,CAACG,KAAaF,KAAc,CAACC,KAW7C,gBAAAK,EAAAE,GAAA,EAAS,QAAO,OAAM,aAAY,WAChC,UACHR,GAAA;AAAA,EAEJ,EAAA,CAAA;AAEJ,GAEeS,IAAAC,EAAKZ,CAAc;"}
|
@@ -5,7 +5,7 @@ import l from "../../../ui/image/image.js";
|
|
5
5
|
import c from "../../../ui/layout/flex-view.js";
|
6
6
|
import r from "../../../ui/separator/separator.js";
|
7
7
|
import t from "../../../ui/text/text.js";
|
8
|
-
const h = ({ title: o, description: i }) => /* @__PURE__ */ a(c, { $flex: 1, $alignItems: "center", $justifyContent: "center", $gutterX:
|
8
|
+
const h = ({ title: o, description: i }) => /* @__PURE__ */ a(c, { $flex: 1, $alignItems: "center", $justifyContent: "center", $gutterX: 2, children: [
|
9
9
|
/* @__PURE__ */ e(l, { src: m.CIRCLE_CUEMATH_LOGO_WHITE, alt: "Cuemath Logo", withLoader: !1 }),
|
10
10
|
/* @__PURE__ */ e(r, { heightX: 1.5 }),
|
11
11
|
/* @__PURE__ */ e(t, { $whiteSpace: "pre-line", $renderAs: "ah2", $color: "WHITE", $align: "center", children: o }),
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"auth-static-panel.js","sources":["../../../../../src/features/auth/comps/auth-static-panel/auth-static-panel.tsx"],"sourcesContent":["import type { IAuthStaticPanelProps } from './auth-static-panel-types';\n\nimport { memo, type FC } from 'react';\n\nimport { ILLUSTRATIONS } from '../../../../assets/illustrations/illustrations';\nimport Image from '../../../ui/image/image';\nimport FlexView from '../../../ui/layout/flex-view';\nimport Separator from '../../../ui/separator/separator';\nimport Text from '../../../ui/text/text';\n\nconst AuthStaticPanel: FC<IAuthStaticPanelProps> = ({ title, description }) => {\n return (\n <FlexView $flex={1} $alignItems=\"center\" $justifyContent=\"center\" $gutterX={
|
1
|
+
{"version":3,"file":"auth-static-panel.js","sources":["../../../../../src/features/auth/comps/auth-static-panel/auth-static-panel.tsx"],"sourcesContent":["import type { IAuthStaticPanelProps } from './auth-static-panel-types';\n\nimport { memo, type FC } from 'react';\n\nimport { ILLUSTRATIONS } from '../../../../assets/illustrations/illustrations';\nimport Image from '../../../ui/image/image';\nimport FlexView from '../../../ui/layout/flex-view';\nimport Separator from '../../../ui/separator/separator';\nimport Text from '../../../ui/text/text';\n\nconst AuthStaticPanel: FC<IAuthStaticPanelProps> = ({ title, description }) => {\n return (\n <FlexView $flex={1} $alignItems=\"center\" $justifyContent=\"center\" $gutterX={2}>\n <Image src={ILLUSTRATIONS.CIRCLE_CUEMATH_LOGO_WHITE} alt=\"Cuemath Logo\" withLoader={false} />\n <Separator heightX={1.5} />\n <Text $whiteSpace=\"pre-line\" $renderAs=\"ah2\" $color=\"WHITE\" $align=\"center\">\n {title}\n </Text>\n <Separator heightX={1} />\n <Text $whiteSpace=\"pre-line\" $renderAs=\"ab1\" $color=\"WHITE_T_60\" $align=\"center\">\n {description}\n </Text>\n </FlexView>\n );\n};\n\nexport default memo(AuthStaticPanel);\n"],"names":["AuthStaticPanel","title","description","jsxs","FlexView","jsx","Image","ILLUSTRATIONS","Separator","Text","authStaticPanel","memo"],"mappings":";;;;;;;AAUA,MAAMA,IAA6C,CAAC,EAAE,OAAAC,GAAO,aAAAC,QAEzD,gBAAAC,EAACC,KAAS,OAAO,GAAG,aAAY,UAAS,iBAAgB,UAAS,UAAU,GAC1E,UAAA;AAAA,EAAA,gBAAAC,EAACC,KAAM,KAAKC,EAAc,2BAA2B,KAAI,gBAAe,YAAY,IAAO;AAAA,EAC3F,gBAAAF,EAACG,GAAU,EAAA,SAAS,IAAK,CAAA;AAAA,EACzB,gBAAAH,EAACI,GAAK,EAAA,aAAY,YAAW,WAAU,OAAM,QAAO,SAAQ,QAAO,UAChE,UACHR,EAAA,CAAA;AAAA,EACA,gBAAAI,EAACG,GAAU,EAAA,SAAS,EAAG,CAAA;AAAA,EACvB,gBAAAH,EAACI,GAAK,EAAA,aAAY,YAAW,WAAU,OAAM,QAAO,cAAa,QAAO,UACrE,UACHP,EAAA,CAAA;AACF,EAAA,CAAA,GAIWQ,IAAAC,EAAKX,CAAe;"}
|
@@ -1,12 +1,38 @@
|
|
1
|
-
import { styled as
|
2
|
-
|
1
|
+
import { styled as t } from "styled-components";
|
2
|
+
import i from "../../ui/buttons/button/button.js";
|
3
|
+
import p from "../../ui/layout/flex-view.js";
|
4
|
+
import { media as o } from "../../utils/media.js";
|
5
|
+
const x = t.form`
|
3
6
|
display: flex;
|
4
7
|
flex: 1;
|
5
|
-
margin-top:
|
8
|
+
margin-top: 0;
|
6
9
|
flex-direction: column;
|
7
10
|
justify-content: space-between;
|
11
|
+
max-width: 336px;
|
12
|
+
width: 100%;
|
13
|
+
height: 308px;
|
14
|
+
${o.minDesktop} {
|
15
|
+
margin-top: 8px;
|
16
|
+
}
|
17
|
+
`, a = t(p)`
|
18
|
+
margin-top: 0;
|
19
|
+
max-width: 336px;
|
20
|
+
width: 100%;
|
21
|
+
${o.minDesktop} {
|
22
|
+
margin-top: 8px;
|
23
|
+
}
|
24
|
+
`, h = t(p)`
|
25
|
+
min-height: 300px;
|
26
|
+
${o.minDesktop} {
|
27
|
+
height: 308px;
|
28
|
+
}
|
29
|
+
`, s = t(i)`
|
30
|
+
width: 100%;
|
8
31
|
`;
|
9
32
|
export {
|
10
|
-
|
33
|
+
s as ButtonWrapper,
|
34
|
+
h as Container,
|
35
|
+
x as FormWrapper,
|
36
|
+
a as OtpFormWrapper
|
11
37
|
};
|
12
38
|
//# sourceMappingURL=forgot-password-styled.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"forgot-password-styled.js","sources":["../../../../src/features/auth/forgot-password/forgot-password-styled.tsx"],"sourcesContent":["import { styled } from 'styled-components';\n\nexport const FormWrapper = styled.form`\n display: flex;\n flex: 1;\n margin-top:
|
1
|
+
{"version":3,"file":"forgot-password-styled.js","sources":["../../../../src/features/auth/forgot-password/forgot-password-styled.tsx"],"sourcesContent":["import { styled } from 'styled-components';\n\nimport Button from '../../ui/buttons/button/button';\nimport FlexView from '../../ui/layout/flex-view';\nimport { media } from '../../utils/media';\n\nexport const FormWrapper = styled.form`\n display: flex;\n flex: 1;\n margin-top: 0;\n flex-direction: column;\n justify-content: space-between;\n max-width: 336px;\n width: 100%;\n height: 308px;\n ${media.minDesktop} {\n margin-top: 8px;\n }\n`;\n\nexport const OtpFormWrapper = styled(FlexView)`\n margin-top: 0;\n max-width: 336px;\n width: 100%;\n ${media.minDesktop} {\n margin-top: 8px;\n }\n`;\n\nexport const Container = styled(FlexView)`\n min-height: 300px;\n ${media.minDesktop} {\n height: 308px;\n }\n`;\n\nexport const ButtonWrapper = styled(Button)`\n width: 100%;\n`;\n"],"names":["FormWrapper","styled","media","OtpFormWrapper","FlexView","Container","ButtonWrapper","Button"],"mappings":";;;;AAMO,MAAMA,IAAcC,EAAO;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,IAS9BC,EAAM,UAAU;AAAA;AAAA;AAAA,GAKPC,IAAiBF,EAAOG,CAAQ;AAAA;AAAA;AAAA;AAAA,IAIzCF,EAAM,UAAU;AAAA;AAAA;AAAA,GAKPG,IAAYJ,EAAOG,CAAQ;AAAA;AAAA,IAEpCF,EAAM,UAAU;AAAA;AAAA;AAAA,GAKPI,IAAgBL,EAAOM,CAAM;AAAA;AAAA;"}
|
@@ -1,49 +1,47 @@
|
|
1
|
-
import { jsx as e, jsxs as
|
2
|
-
import { memo as
|
3
|
-
import
|
4
|
-
import
|
5
|
-
import g from "../../comps/input-status-icon/input-status-icon.js";
|
1
|
+
import { jsx as e, jsxs as p } from "react/jsx-runtime";
|
2
|
+
import { memo as d, useCallback as c } from "react";
|
3
|
+
import l from "../../../ui/inputs/text-input/text-input.js";
|
4
|
+
import f from "../../comps/input-status-icon/input-status-icon.js";
|
6
5
|
import b from "../../comps/resend-otp/resend-otp.js";
|
6
|
+
import { Container as g, OtpFormWrapper as $ } from "../forgot-password-styled.js";
|
7
7
|
const h = ({
|
8
|
-
onSubmit:
|
8
|
+
onSubmit: s,
|
9
9
|
onChange: r,
|
10
|
-
value:
|
10
|
+
value: a,
|
11
11
|
error: t,
|
12
|
-
isProcessing:
|
13
|
-
isValid:
|
14
|
-
helperText:
|
12
|
+
isProcessing: o,
|
13
|
+
isValid: n = !1,
|
14
|
+
helperText: i
|
15
15
|
}) => {
|
16
|
-
const
|
17
|
-
(
|
18
|
-
r("otp",
|
16
|
+
const m = c(
|
17
|
+
(u) => {
|
18
|
+
r("otp", u.target.value);
|
19
19
|
},
|
20
20
|
[r]
|
21
21
|
);
|
22
22
|
return /* @__PURE__ */ e(
|
23
|
-
|
23
|
+
g,
|
24
24
|
{
|
25
|
-
$gutterX:
|
25
|
+
$gutterX: 1.5,
|
26
26
|
$gapX: 1.5,
|
27
27
|
$alignItems: "center",
|
28
28
|
$justifyContent: "center",
|
29
29
|
$background: "BLACK_2",
|
30
|
-
$
|
31
|
-
children: /* @__PURE__ */ c(o, { $alignItems: "center", $justifyContent: "space-between", $flex: 1, children: [
|
30
|
+
children: /* @__PURE__ */ p($, { $flex: 1, $justifyContent: "space-between", children: [
|
32
31
|
/* @__PURE__ */ e(
|
33
|
-
|
32
|
+
l,
|
34
33
|
{
|
35
|
-
renderAs: t ? "error-dark" :
|
34
|
+
renderAs: t ? "error-dark" : n ? "success-dark" : "primary-dark",
|
36
35
|
autoFocus: !0,
|
37
36
|
label: "Verification code",
|
38
|
-
value:
|
39
|
-
onChange:
|
40
|
-
width: 330,
|
37
|
+
value: a,
|
38
|
+
onChange: m,
|
41
39
|
required: !0,
|
42
40
|
shape: "borderLess",
|
43
41
|
type: "number",
|
44
42
|
errorMessage: t,
|
45
|
-
siblingElement: /* @__PURE__ */ e(
|
46
|
-
helperText:
|
43
|
+
siblingElement: /* @__PURE__ */ e(f, { isError: !!t, isValid: n, isLoading: o }),
|
44
|
+
helperText: i
|
47
45
|
}
|
48
46
|
),
|
49
47
|
/* @__PURE__ */ e(
|
@@ -51,16 +49,16 @@ const h = ({
|
|
51
49
|
{
|
52
50
|
renderAs: "submit",
|
53
51
|
timerSeconds: 15,
|
54
|
-
onResendOTP:
|
55
|
-
|
56
|
-
|
52
|
+
onResendOTP: s,
|
53
|
+
disabled: o,
|
54
|
+
width: "100%"
|
57
55
|
}
|
58
56
|
)
|
59
57
|
] })
|
60
58
|
}
|
61
59
|
);
|
62
|
-
},
|
60
|
+
}, I = d(h);
|
63
61
|
export {
|
64
|
-
|
62
|
+
I as default
|
65
63
|
};
|
66
64
|
//# sourceMappingURL=otp-form.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"otp-form.js","sources":["../../../../../src/features/auth/forgot-password/otp-form/otp-form.tsx"],"sourcesContent":["import type { ISingleFieldFormProps } from '../forgot-password-types';\n\nimport { type ChangeEvent, memo, useCallback } from 'react';\n\nimport TextInput from '../../../ui/inputs/text-input/text-input';\nimport
|
1
|
+
{"version":3,"file":"otp-form.js","sources":["../../../../../src/features/auth/forgot-password/otp-form/otp-form.tsx"],"sourcesContent":["import type { ISingleFieldFormProps } from '../forgot-password-types';\n\nimport { type ChangeEvent, memo, useCallback } from 'react';\n\nimport TextInput from '../../../ui/inputs/text-input/text-input';\nimport InputStatusIcon from '../../comps/input-status-icon/input-status-icon';\nimport ResendOtp from '../../comps/resend-otp/resend-otp';\nimport * as Styled from '../forgot-password-styled';\n\nconst OTPForm = ({\n onSubmit,\n onChange,\n value,\n error,\n isProcessing,\n isValid = false,\n helperText,\n}: ISingleFieldFormProps) => {\n const handleOTPChange = useCallback(\n (e: ChangeEvent<HTMLInputElement>) => {\n onChange('otp', e.target.value);\n },\n [onChange],\n );\n\n const statusVariant = isValid ? 'success-dark' : 'primary-dark';\n\n return (\n <Styled.Container\n $gutterX={1.5}\n $gapX={1.5}\n $alignItems=\"center\"\n $justifyContent=\"center\"\n $background=\"BLACK_2\"\n >\n <Styled.OtpFormWrapper $flex={1} $justifyContent=\"space-between\">\n <TextInput\n renderAs={error ? 'error-dark' : statusVariant}\n autoFocus\n label=\"Verification code\"\n value={value}\n onChange={handleOTPChange}\n required\n shape=\"borderLess\"\n type=\"number\"\n errorMessage={error}\n siblingElement={\n <InputStatusIcon isError={!!error} isValid={isValid} isLoading={isProcessing} />\n }\n helperText={helperText}\n />\n <ResendOtp\n renderAs=\"submit\"\n timerSeconds={15}\n onResendOTP={onSubmit}\n disabled={isProcessing}\n width=\"100%\"\n />\n </Styled.OtpFormWrapper>\n </Styled.Container>\n );\n};\n\nexport default memo(OTPForm);\n"],"names":["OTPForm","onSubmit","onChange","value","error","isProcessing","isValid","helperText","handleOTPChange","useCallback","e","jsx","Styled.Container","Styled.OtpFormWrapper","TextInput","InputStatusIcon","ResendOtp","otpForm","memo"],"mappings":";;;;;;AASA,MAAMA,IAAU,CAAC;AAAA,EACf,UAAAC;AAAA,EACA,UAAAC;AAAA,EACA,OAAAC;AAAA,EACA,OAAAC;AAAA,EACA,cAAAC;AAAA,EACA,SAAAC,IAAU;AAAA,EACV,YAAAC;AACF,MAA6B;AAC3B,QAAMC,IAAkBC;AAAA,IACtB,CAACC,MAAqC;AAC3B,MAAAR,EAAA,OAAOQ,EAAE,OAAO,KAAK;AAAA,IAChC;AAAA,IACA,CAACR,CAAQ;AAAA,EAAA;AAMT,SAAA,gBAAAS;AAAA,IAACC;AAAAA,IAAA;AAAA,MACC,UAAU;AAAA,MACV,OAAO;AAAA,MACP,aAAY;AAAA,MACZ,iBAAgB;AAAA,MAChB,aAAY;AAAA,MAEZ,4BAACC,GAAA,EAAsB,OAAO,GAAG,iBAAgB,iBAC/C,UAAA;AAAA,QAAA,gBAAAF;AAAA,UAACG;AAAA,UAAA;AAAA,YACC,UAAUV,IAAQ,eAZJE,IAAU,iBAAiB;AAAA,YAazC,WAAS;AAAA,YACT,OAAM;AAAA,YACN,OAAAH;AAAA,YACA,UAAUK;AAAA,YACV,UAAQ;AAAA,YACR,OAAM;AAAA,YACN,MAAK;AAAA,YACL,cAAcJ;AAAA,YACd,kCACGW,GAAgB,EAAA,SAAS,CAAC,CAACX,GAAO,SAAAE,GAAkB,WAAWD,GAAc;AAAA,YAEhF,YAAAE;AAAA,UAAA;AAAA,QACF;AAAA,QACA,gBAAAI;AAAA,UAACK;AAAA,UAAA;AAAA,YACC,UAAS;AAAA,YACT,cAAc;AAAA,YACd,aAAaf;AAAA,YACb,UAAUI;AAAA,YACV,OAAM;AAAA,UAAA;AAAA,QACR;AAAA,MAAA,GACF;AAAA,IAAA;AAAA,EAAA;AAGN,GAEeY,IAAAC,EAAKlB,CAAO;"}
|