@tap-payments/auth-jsconnect 1.0.90-test → 1.0.91-test

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.
Files changed (191) hide show
  1. package/build/api/account.js +1 -1
  2. package/build/api/auth.js +1 -1
  3. package/build/api/availabilityServices.js +1 -1
  4. package/build/api/axios.js +2 -2
  5. package/build/api/country.js +1 -1
  6. package/build/api/data.js +1 -1
  7. package/build/api/entity.js +1 -1
  8. package/build/api/firebase.js +1 -1
  9. package/build/api/individual.js +1 -1
  10. package/build/api/ip.js +1 -1
  11. package/build/api/lead.js +1 -1
  12. package/build/api/operator.js +1 -1
  13. package/build/app/rootReducer.d.ts +7 -7
  14. package/build/app/rootReducer.js +7 -7
  15. package/build/app/settings.d.ts +3 -3
  16. package/build/app/settings.js +5 -5
  17. package/build/components/AnimationFlow/Dialog.js +2 -2
  18. package/build/components/DatePicker/DatePicker.js +3 -3
  19. package/build/components/DatePicker/customStyle.css +86 -0
  20. package/build/components/Footer/Footer.d.ts +0 -2
  21. package/build/components/Footer/Footer.js +3 -4
  22. package/build/components/Input/Input.js +2 -2
  23. package/build/components/OTPTimer/OTPTimer.js +1 -1
  24. package/build/components/Providers/ThemeProvider.d.ts +1 -1
  25. package/build/components/SimpleList/SimpleList.js +1 -1
  26. package/build/components/SocialMediaGroup/SocialMediaGroup.d.ts +1 -1
  27. package/build/components/SocialMediaGroup/SocialMediaGroup.js +2 -2
  28. package/build/constants/app.d.ts +1 -1
  29. package/build/constants/app.js +1 -1
  30. package/build/features/Landing/Landing.d.ts +1 -1
  31. package/build/features/Landing/Landing.js +8 -8
  32. package/build/features/Landing/screens/VerifyAndRedirect/VerifyAndRedirect.js +6 -6
  33. package/build/features/app/bank/bankStore.d.ts +2 -2
  34. package/build/features/app/bank/bankStore.js +4 -4
  35. package/build/features/app/business/businessStore.d.ts +4 -4
  36. package/build/features/app/business/businessStore.js +5 -5
  37. package/build/features/app/connect/connectStore.d.ts +2 -2
  38. package/build/features/app/connect/connectStore.js +5 -5
  39. package/build/features/app/individual/individualStore.d.ts +2 -2
  40. package/build/features/app/individual/individualStore.js +4 -4
  41. package/build/features/app/landing/landingStore.d.ts +2 -2
  42. package/build/features/app/landing/landingStore.js +1 -1
  43. package/build/features/app/password/passwordStore.d.ts +2 -2
  44. package/build/features/app/password/passwordStore.js +4 -4
  45. package/build/features/app/tax/taxStore.d.ts +2 -2
  46. package/build/features/app/tax/taxStore.js +4 -4
  47. package/build/features/bank/Bank.d.ts +1 -1
  48. package/build/features/bank/Bank.js +10 -10
  49. package/build/features/bank/screens/BankDetails/BankDetails.js +8 -8
  50. package/build/features/bank/screens/BankDetails/BankName.js +8 -8
  51. package/build/features/bank/screens/BankDetails/Beneficiary.js +7 -7
  52. package/build/features/bank/screens/BankDetails/IBAN.js +8 -8
  53. package/build/features/bank/screens/BankDetails/validation.js +1 -1
  54. package/build/features/bank/screens/Success/Success.js +3 -3
  55. package/build/features/bank/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.js +8 -8
  56. package/build/features/bank/screens/Verify/OTPInput.js +2 -2
  57. package/build/features/bank/screens/Verify/Verify.js +9 -9
  58. package/build/features/business/Business.d.ts +1 -1
  59. package/build/features/business/Business.js +10 -10
  60. package/build/features/business/screens/Activities/Activities.js +7 -7
  61. package/build/features/business/screens/Activities/ActivitiesList.d.ts +1 -1
  62. package/build/features/business/screens/Activities/ActivitiesList.js +9 -9
  63. package/build/features/business/screens/Activities/OperationStartDate.js +2 -2
  64. package/build/features/business/screens/Activities/SalesChannels.d.ts +1 -1
  65. package/build/features/business/screens/Activities/SalesChannels.js +7 -7
  66. package/build/features/business/screens/BusinessType/BusinessType.js +8 -8
  67. package/build/features/business/screens/BusinessType/LicenseList.js +10 -10
  68. package/build/features/business/screens/BusinessType/LicenseNumber.js +8 -8
  69. package/build/features/business/screens/BusinessType/SelectType.js +6 -6
  70. package/build/features/business/screens/BusinessType/validation.js +2 -2
  71. package/build/features/business/screens/Customers/CustomerLocations.d.ts +1 -1
  72. package/build/features/business/screens/Customers/CustomerLocations.js +8 -8
  73. package/build/features/business/screens/Customers/Customers.js +8 -8
  74. package/build/features/business/screens/Customers/ExpectedCustomers.js +6 -6
  75. package/build/features/business/screens/Customers/ExpectedSalesRange.js +7 -7
  76. package/build/features/business/screens/Customers/RefundPolicy.d.ts +2 -2
  77. package/build/features/business/screens/Customers/RefundPolicy.js +7 -7
  78. package/build/features/business/screens/Customers/TransactionPolicy.js +5 -5
  79. package/build/features/business/screens/IDBOD/DOB.js +5 -5
  80. package/build/features/business/screens/IDBOD/ID.js +6 -6
  81. package/build/features/business/screens/IDBOD/IDBOD.js +6 -6
  82. package/build/features/business/screens/OTP/OTP.js +9 -9
  83. package/build/features/business/screens/OTP/OTPInput.js +4 -4
  84. package/build/features/business/screens/Success/Success.js +3 -3
  85. package/build/features/business/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.js +8 -8
  86. package/build/features/business/screens/Verify/OTPInput.js +2 -2
  87. package/build/features/business/screens/Verify/Verify.js +9 -9
  88. package/build/features/connect/Connect.d.ts +1 -1
  89. package/build/features/connect/Connect.js +10 -10
  90. package/build/features/connect/screens/Individual/Email.js +7 -7
  91. package/build/features/connect/screens/Individual/Individual.js +9 -9
  92. package/build/features/connect/screens/Individual/MobileNumber.d.ts +1 -1
  93. package/build/features/connect/screens/Individual/MobileNumber.js +11 -11
  94. package/build/features/connect/screens/Individual/Name.js +6 -6
  95. package/build/features/connect/screens/Individual/validation.js +1 -1
  96. package/build/features/connect/screens/Merchant/BrandList.d.ts +1 -1
  97. package/build/features/connect/screens/Merchant/BrandList.js +8 -8
  98. package/build/features/connect/screens/Merchant/BrandName.js +10 -10
  99. package/build/features/connect/screens/Merchant/Merchant.js +7 -7
  100. package/build/features/connect/screens/Merchant/SocialMedia.js +9 -9
  101. package/build/features/connect/screens/Merchant/TAC.js +7 -7
  102. package/build/features/connect/screens/Merchant/validation.js +1 -1
  103. package/build/features/connect/screens/Mobile/Mobile.js +10 -10
  104. package/build/features/connect/screens/Mobile/MobileNumber.d.ts +1 -1
  105. package/build/features/connect/screens/Mobile/MobileNumber.js +12 -12
  106. package/build/features/connect/screens/Mobile/Title.js +2 -2
  107. package/build/features/connect/screens/NID/DOB.js +5 -5
  108. package/build/features/connect/screens/NID/IDNumber.js +8 -8
  109. package/build/features/connect/screens/NID/NID.js +9 -9
  110. package/build/features/connect/screens/OTP/OTP.js +9 -9
  111. package/build/features/connect/screens/OTP/OTPInput.js +4 -4
  112. package/build/features/connect/screens/ThankYou/ThankYou.js +3 -3
  113. package/build/features/featuresScreens.d.ts +1 -1
  114. package/build/features/featuresScreens.js +31 -31
  115. package/build/features/individual/Individual.d.ts +1 -1
  116. package/build/features/individual/Individual.js +10 -10
  117. package/build/features/individual/screens/AdditionalIndividualInfo/AdditionalIndividualInfo.js +8 -8
  118. package/build/features/individual/screens/AdditionalIndividualInfo/EmployerLocation.d.ts +1 -1
  119. package/build/features/individual/screens/AdditionalIndividualInfo/EmployerLocation.js +8 -8
  120. package/build/features/individual/screens/AdditionalIndividualInfo/EmployerName.js +6 -6
  121. package/build/features/individual/screens/AdditionalIndividualInfo/InfluencerSwitch.js +6 -6
  122. package/build/features/individual/screens/AdditionalIndividualInfo/MonthlyIncome.d.ts +1 -1
  123. package/build/features/individual/screens/AdditionalIndividualInfo/MonthlyIncome.js +9 -9
  124. package/build/features/individual/screens/AdditionalIndividualInfo/PEPSwitch.js +6 -6
  125. package/build/features/individual/screens/AdditionalIndividualInfo/SourceOfIncome.d.ts +1 -1
  126. package/build/features/individual/screens/AdditionalIndividualInfo/SourceOfIncome.js +8 -8
  127. package/build/features/individual/screens/AdditionalIndividualInfo/validation.d.ts +1 -1
  128. package/build/features/individual/screens/ShowIndividualInfo/ShowOwnerInfo.js +6 -6
  129. package/build/features/individual/screens/ShowIndividualInfo/info.js +1 -1
  130. package/build/features/individual/screens/Success/Success.js +3 -3
  131. package/build/features/individual/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.js +8 -8
  132. package/build/features/individual/screens/Verify/OTPInput.js +2 -2
  133. package/build/features/individual/screens/Verify/Verify.js +9 -9
  134. package/build/features/password/Password.d.ts +1 -1
  135. package/build/features/password/Password.js +10 -10
  136. package/build/features/password/screens/CreatePassword/ConditionText.js +1 -1
  137. package/build/features/password/screens/CreatePassword/ConfirmPassword.js +3 -3
  138. package/build/features/password/screens/CreatePassword/CreatePassword.js +7 -7
  139. package/build/features/password/screens/CreatePassword/Password.js +6 -6
  140. package/build/features/password/screens/Success/Success.js +3 -3
  141. package/build/features/password/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.js +8 -8
  142. package/build/features/password/screens/Verify/OTPInput.js +2 -2
  143. package/build/features/password/screens/Verify/Verify.js +9 -9
  144. package/build/features/shared/AcceptancePayouts/AcceptancePayouts.js +4 -4
  145. package/build/features/shared/Background/LogoBackground.js +4 -7
  146. package/build/features/shared/Button/AbsherButton.d.ts +2 -3
  147. package/build/features/shared/Button/AbsherButton.js +4 -4
  148. package/build/features/shared/Button/Button.d.ts +1 -1
  149. package/build/features/shared/Button/Button.js +7 -7
  150. package/build/features/shared/Button/EmailProvidersButtons.d.ts +1 -1
  151. package/build/features/shared/Button/EmailProvidersButtons.js +2 -2
  152. package/build/features/shared/Button/FlowsButtons.d.ts +1 -1
  153. package/build/features/shared/Button/FlowsButtons.js +5 -5
  154. package/build/features/shared/Button/MobileButton.d.ts +2 -3
  155. package/build/features/shared/Button/MobileButton.js +4 -4
  156. package/build/features/shared/Button/SuccessButton.js +1 -1
  157. package/build/features/shared/Footer/Footer.js +5 -5
  158. package/build/features/shared/Input/Input.d.ts +1 -1
  159. package/build/features/shared/Input/Input.js +2 -2
  160. package/build/features/shared/OTP/OTP.d.ts +1 -1
  161. package/build/features/shared/OTP/OTP.js +3 -3
  162. package/build/features/shared/Search/Search.js +1 -1
  163. package/build/features/shared/SearchIcon/SearchIcon.js +2 -2
  164. package/build/features/shared/SuccessScreen/SuccessScreen.js +5 -5
  165. package/build/features/tax/Tax.d.ts +1 -1
  166. package/build/features/tax/Tax.js +10 -10
  167. package/build/features/tax/screens/Success/Success.js +3 -3
  168. package/build/features/tax/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.js +8 -8
  169. package/build/features/tax/screens/TaxDetails/TaxDetails.js +6 -6
  170. package/build/features/tax/screens/TaxDetails/VATId.js +6 -6
  171. package/build/features/tax/screens/Verify/OTPInput.js +2 -2
  172. package/build/features/tax/screens/Verify/Verify.js +9 -9
  173. package/build/hooks/useAppConfig.d.ts +1 -1
  174. package/build/hooks/useAppConfig.js +4 -4
  175. package/build/hooks/useAppSelector.d.ts +1 -1
  176. package/build/hooks/useAppTheme.d.ts +1 -1
  177. package/build/hooks/useAppTheme.js +3 -3
  178. package/build/hooks/useErrorListener.js +2 -2
  179. package/build/hooks/useLanguage.js +1 -1
  180. package/build/hooks/useRedirectionListener.js +1 -1
  181. package/build/i18n.js +1 -1
  182. package/build/index.css +135 -0
  183. package/build/index.d.ts +7 -7
  184. package/build/index.js +7 -7
  185. package/build/theme/theme.d.ts +1 -1
  186. package/build/utils/locale.d.ts +1 -1
  187. package/build/utils/locale.js +1 -1
  188. package/build/utils/rsa.js +1 -1
  189. package/build/utils/string.d.ts +1 -1
  190. package/build/utils/string.js +3 -3
  191. package/package.json +1 -1
@@ -1,5 +1,5 @@
1
1
  import instance from './axios';
2
- import { ENDPOINT_PATHS } from '@constants';
2
+ import { ENDPOINT_PATHS } from '../constants';
3
3
  var createAccount = function (data, config) {
4
4
  return instance.post("".concat(ENDPOINT_PATHS.CREATE_ACCOUNT, "/").concat(data.lead_id), data, config);
5
5
  };
package/build/api/auth.js CHANGED
@@ -1,5 +1,5 @@
1
1
  import instance from './axios';
2
- import { ENDPOINT_PATHS } from '@constants';
2
+ import { ENDPOINT_PATHS } from '../constants';
3
3
  var createAuth = function (data, config) {
4
4
  return instance.post("".concat(ENDPOINT_PATHS.AUTH), data, config);
5
5
  };
@@ -1,5 +1,5 @@
1
1
  import instance from './axios';
2
- import { ENDPOINT_PATHS } from '@constants';
2
+ import { ENDPOINT_PATHS } from '../constants';
3
3
  var checkEmail = function (data, config) {
4
4
  return instance.post("".concat(ENDPOINT_PATHS.CHECK_EMAIL), data, config);
5
5
  };
@@ -1,7 +1,7 @@
1
1
  import axios from 'axios';
2
2
  import { get, set } from 'lodash-es';
3
- import { ENCRYPTION_FLAG } from '@constants';
4
- import { encryptString } from '@utils';
3
+ import { ENCRYPTION_FLAG } from '../constants';
4
+ import { encryptString } from '../utils';
5
5
  var instance = axios.create({
6
6
  headers: {
7
7
  'Content-Type': 'application/json',
@@ -1,5 +1,5 @@
1
1
  import axios from 'axios';
2
- import { ENDPOINT_PATHS } from '@constants';
2
+ import { ENDPOINT_PATHS } from '../constants';
3
3
  var getBusinessCountries = function () {
4
4
  return axios.get(ENDPOINT_PATHS.BUSINESS_COUNTRIES);
5
5
  };
package/build/api/data.js CHANGED
@@ -1,5 +1,5 @@
1
1
  import instance from './axios';
2
- import { ENDPOINT_PATHS } from '@constants';
2
+ import { ENDPOINT_PATHS } from '../constants';
3
3
  var getChannelsOfServices = function () {
4
4
  return instance.get("".concat(ENDPOINT_PATHS.CHANNEL));
5
5
  };
@@ -9,7 +9,7 @@ var __rest = (this && this.__rest) || function (s, e) {
9
9
  }
10
10
  return t;
11
11
  };
12
- import { ENDPOINT_PATHS } from '@constants';
12
+ import { ENDPOINT_PATHS } from '../constants';
13
13
  import instance from './axios';
14
14
  var retrieveEntityInfo = function (entity_id, config) {
15
15
  return instance.get("".concat(ENDPOINT_PATHS.ENTITY, "/").concat(entity_id), config);
@@ -1,5 +1,5 @@
1
1
  import axios from 'axios';
2
- import { ENDPOINT_PATHS } from '@constants';
2
+ import { ENDPOINT_PATHS } from '../constants';
3
3
  var getLocale = function () {
4
4
  return axios.get(ENDPOINT_PATHS.FIREBASE_URL);
5
5
  };
@@ -1,4 +1,4 @@
1
- import { ENDPOINT_PATHS } from '@constants';
1
+ import { ENDPOINT_PATHS } from '../constants';
2
2
  import instance from './axios';
3
3
  var getBrandList = function (data, config) {
4
4
  return instance.post("".concat(ENDPOINT_PATHS.BRAND_LIST), data, config);
package/build/api/ip.js CHANGED
@@ -1,4 +1,4 @@
1
- import { ENDPOINT_PATHS } from '@constants';
1
+ import { ENDPOINT_PATHS } from '../constants';
2
2
  import instance from './axios';
3
3
  var getIP = function () {
4
4
  return instance.get(ENDPOINT_PATHS.IP);
package/build/api/lead.js CHANGED
@@ -1,5 +1,5 @@
1
1
  import instance from './axios';
2
- import { ENDPOINT_PATHS } from '@constants';
2
+ import { ENDPOINT_PATHS } from '../constants';
3
3
  var createLead = function (data, config) {
4
4
  return instance.post("".concat(ENDPOINT_PATHS.LEAD), data, config);
5
5
  };
@@ -1,4 +1,4 @@
1
- import { ENDPOINT_PATHS } from '@constants';
1
+ import { ENDPOINT_PATHS } from '../constants';
2
2
  import instance from './axios';
3
3
  var validateOperator = function (body) {
4
4
  return instance.post(ENDPOINT_PATHS.OPERATOR, body);
@@ -1,11 +1,11 @@
1
1
  declare const rootReducer: {
2
2
  settings: import("redux").Reducer<import("./settings").SettingsState, import("redux").AnyAction>;
3
- connect: import("redux").Reducer<import("@features/app/connect/connectStore").ConnectState, import("redux").AnyAction>;
4
- business: import("redux").Reducer<import("@features/app/business/businessStore").BusinessState, import("redux").AnyAction>;
5
- bank: import("redux").Reducer<import("@features/app/bank/bankStore").BankState, import("redux").AnyAction>;
6
- tax: import("redux").Reducer<import("@features/app/tax/taxStore").TaxState, import("redux").AnyAction>;
7
- individual: import("redux").Reducer<import("@features/app/individual/individualStore").IndividualState, import("redux").AnyAction>;
8
- password: import("redux").Reducer<import("@features/app/password/passwordStore").PasswordState, import("redux").AnyAction>;
9
- landing: import("redux").Reducer<import("@features/app/landing/landingStore").LandingState, import("redux").AnyAction>;
3
+ connect: import("redux").Reducer<import("../features/app/connect/connectStore").ConnectState, import("redux").AnyAction>;
4
+ business: import("redux").Reducer<import("../features/app/business/businessStore").BusinessState, import("redux").AnyAction>;
5
+ bank: import("redux").Reducer<import("../features/app/bank/bankStore").BankState, import("redux").AnyAction>;
6
+ tax: import("redux").Reducer<import("../features/app/tax/taxStore").TaxState, import("redux").AnyAction>;
7
+ individual: import("redux").Reducer<import("../features/app/individual/individualStore").IndividualState, import("redux").AnyAction>;
8
+ password: import("redux").Reducer<import("../features/app/password/passwordStore").PasswordState, import("redux").AnyAction>;
9
+ landing: import("redux").Reducer<import("../features/app/landing/landingStore").LandingState, import("redux").AnyAction>;
10
10
  };
11
11
  export default rootReducer;
@@ -1,11 +1,11 @@
1
1
  import settings from './settings';
2
- import connect from '@features/app/connect/connectStore';
3
- import business from '@features/app/business/businessStore';
4
- import bank from '@features/app/bank/bankStore';
5
- import tax from '@features/app/tax/taxStore';
6
- import individual from '@features/app/individual/individualStore';
7
- import password from '@features/app/password/passwordStore';
8
- import landing from '@features/app/landing/landingStore';
2
+ import connect from '../features/app/connect/connectStore';
3
+ import business from '../features/app/business/businessStore';
4
+ import bank from '../features/app/bank/bankStore';
5
+ import tax from '../features/app/tax/taxStore';
6
+ import individual from '../features/app/individual/individualStore';
7
+ import password from '../features/app/password/passwordStore';
8
+ import landing from '../features/app/landing/landingStore';
9
9
  var rootReducer = {
10
10
  settings: settings,
11
11
  connect: connect,
@@ -1,6 +1,6 @@
1
- import { RootState } from '@app/store';
2
- import { ActionState, LanguageMode, SharedState, ThemeMode, ScreenStepNavigation, DeviceInfo, AppInfo, LibConfig } from '@types';
3
- import { ValidateOperatorBody } from '@api';
1
+ import { RootState } from './store';
2
+ import { ActionState, LanguageMode, SharedState, ThemeMode, ScreenStepNavigation, DeviceInfo, AppInfo, LibConfig } from '../@types';
3
+ import { ValidateOperatorBody } from '../api';
4
4
  export declare const getClientIp: import("@reduxjs/toolkit").AsyncThunk<any, void, {}>;
5
5
  export declare const getBrowserFingerPrint: import("@reduxjs/toolkit").AsyncThunk<{
6
6
  fingerPrint: import("@fingerprintjs/fingerprintjs").GetResult;
@@ -36,11 +36,11 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
36
36
  };
37
37
  var _a;
38
38
  import { createAsyncThunk, createSlice } from '@reduxjs/toolkit';
39
- import { getStoredData, storeData, isArray, findItem, getBrowserInfo, getFingerPrint } from '@utils';
40
- import { DefaultDeviceInfo, LOCAL_STORAGE_KEYS } from '@constants';
41
- import i18n from '@src/i18n';
42
- import { updateLocale } from '@utils/locale';
43
- import API from '@api';
39
+ import { getStoredData, storeData, isArray, findItem, getBrowserInfo, getFingerPrint } from '../utils';
40
+ import { DefaultDeviceInfo, LOCAL_STORAGE_KEYS } from '../constants';
41
+ import i18n from '../i18n';
42
+ import { updateLocale } from '../utils/locale';
43
+ import API from '../api';
44
44
  export var getClientIp = createAsyncThunk('getClientIp', function () { return __awaiter(void 0, void 0, void 0, function () {
45
45
  var data;
46
46
  return __generator(this, function (_a) {
@@ -27,8 +27,8 @@ import DialogContent from '@mui/material/DialogContent';
27
27
  import Paper from '@mui/material/Paper';
28
28
  import Box from '@mui/material/Box';
29
29
  import { styled } from '@mui/material/styles';
30
- import { ICONS_NAMES } from '@constants';
31
- import { useLanguage } from '@hooks';
30
+ import { ICONS_NAMES } from '../../constants';
31
+ import { useLanguage } from '../../hooks';
32
32
  import Slide from '../Slide';
33
33
  import LogoBadge from '../LogoBadge';
34
34
  import Icon from '../Icon';
@@ -27,10 +27,10 @@ import 'react-calendar/dist/Calendar.css';
27
27
  import Box from '@mui/material/Box';
28
28
  import { styled } from '@mui/material/styles';
29
29
  import Divider from '@mui/material/Divider';
30
- import Collapse from '@components/Collapse';
31
- import ExpandIcon from '@components/ExpandIcon';
30
+ import Collapse from '../Collapse';
31
+ import ExpandIcon from '../ExpandIcon';
32
32
  import CalendarTodayOutlined from '@mui/icons-material/CalendarTodayOutlined';
33
- import { scrollDown, scrollUp } from '@utils';
33
+ import { scrollDown, scrollUp } from '../../utils';
34
34
  import Input from '../Input';
35
35
  import Text from '../Text';
36
36
  import './customStyle.css';
@@ -0,0 +1,86 @@
1
+ .date_picker_input {
2
+ cursor: pointer;
3
+ }
4
+
5
+ .react-calendar {
6
+ width: 100%;
7
+ border: none;
8
+ padding: 15px 0px 15px 0px;
9
+ }
10
+
11
+ .react-calendar__navigation {
12
+ display: flex;
13
+ position: relative;
14
+ }
15
+ .react-calendar__navigation__label__labelText {
16
+ font-family: 'Lato', 'Roboto';
17
+ }
18
+ .react-calendar__navigation button:enabled:hover,
19
+ .react-calendar__navigation button:enabled:focus {
20
+ background-color: #ffffff;
21
+ }
22
+ .react-calendar__navigation__prev-button {
23
+ top: 20px;
24
+ left: 86px;
25
+ }
26
+
27
+ .react-calendar__navigation__next-button {
28
+ top: 0px;
29
+ left: 86px;
30
+ }
31
+
32
+ .react-calendar__navigation__prev2-button {
33
+ top: 20px;
34
+ right: 13px;
35
+ }
36
+
37
+ .react-calendar__navigation__next2-button {
38
+ top: 0px;
39
+ right: 13px;
40
+ }
41
+
42
+ .react-calendar__navigation__arrow {
43
+ background-color: transparent !important;
44
+ }
45
+
46
+ abbr[title] {
47
+ text-decoration: none;
48
+ font-weight: 400;
49
+ color: #abaeb6;
50
+ }
51
+
52
+ .react-calendar__tile {
53
+ transition: all 0.5s ease;
54
+ }
55
+
56
+ .react-calendar__tile:enabled:hover,
57
+ .react-calendar__tile:enabled:focus {
58
+ background-color: transparent;
59
+ }
60
+
61
+ .react-calendar__tile:enabled:hover {
62
+ background: radial-gradient(circle closest-side, #fafafa 0%, #fafafa 98%, rgba(0, 0, 0, 0) 100%);
63
+ }
64
+
65
+ .react-calendar__month-view__days__day--weekend,
66
+ .react-calendar__tile {
67
+ color: #3a4154;
68
+ }
69
+ .react-calendar__tile--hasActive {
70
+ background: radial-gradient(circle closest-side, #fafafa 0%, #fafafa 98%, rgba(0, 0, 0, 0) 100%);
71
+ }
72
+
73
+ .react-calendar__tile--active,
74
+ .react-calendar__tile--active:enabled:hover,
75
+ .react-calendar__tile--active:enabled:focus {
76
+ background-color: transparent;
77
+ background: radial-gradient(circle closest-side, #3a4154 0%, #3a4154 98%, rgba(0, 0, 0, 0) 100%);
78
+ color: #ffffff;
79
+ }
80
+ .react-calendar__tile--now {
81
+ background-color: transparent;
82
+ }
83
+ .react-calendar__navigation button:disabled {
84
+ background-color: #ffffff;
85
+ color: #3a4154;
86
+ }
@@ -2,7 +2,6 @@ import * as React from 'react';
2
2
  import { BoxProps } from '@mui/material/Box';
3
3
  export interface FooterProps extends BoxProps {
4
4
  onSwitchLanguage: () => void;
5
- followUsTitle?: string;
6
5
  language?: string;
7
6
  countryName: string;
8
7
  countryFlag: string;
@@ -10,7 +9,6 @@ export interface FooterProps extends BoxProps {
10
9
  declare const _default: React.MemoExoticComponent<{
11
10
  ({ language, countryName, countryFlag, onSwitchLanguage, ...rest }: FooterProps): JSX.Element;
12
11
  defaultProps: {
13
- followUsTitle: string;
14
12
  language: string;
15
13
  };
16
14
  }>;
@@ -23,10 +23,10 @@ var __rest = (this && this.__rest) || function (s, e) {
23
23
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
24
24
  import * as React from 'react';
25
25
  import { styled } from '@mui/material/styles';
26
- import Text from '@components/Text';
26
+ import Text from '../Text';
27
27
  import Box from '@mui/material/Box';
28
- import Icon from '@components/Icon';
29
- import { useLanguage } from '@hooks';
28
+ import Icon from '../Icon';
29
+ import { useLanguage } from '../../hooks';
30
30
  var FooterStyled = styled(Box)(function (_a) {
31
31
  var theme = _a.theme;
32
32
  return (__assign(__assign({ direction: theme.direction, display: 'flex', margin: theme.spacing(1.5), color: theme.palette.background.paper }, theme.typography.caption), { alignItems: 'center', justifyContent: 'center', position: 'relative', bottom: 0, marginBottom: theme.spacing(-3.75) }));
@@ -57,7 +57,6 @@ var FooterComponent = function (_a) {
57
57
  return (_jsxs(FooterStyled, __assign({}, rest, { children: [_jsx(IconStyled, { src: countryFlag }), _jsxs(TextStyled, { children: [" ", countryName, " "] }), _jsx(TextStyled, { children: " | " }), _jsx(LanguageTextStyled, __assign({ isAr: isAr, onClick: onSwitchLanguage }, { children: language }))] })));
58
58
  };
59
59
  FooterComponent.defaultProps = {
60
- followUsTitle: 'follow_us',
61
60
  language: 'language'
62
61
  };
63
62
  export default React.memo(FooterComponent);
@@ -23,8 +23,8 @@ var __rest = (this && this.__rest) || function (s, e) {
23
23
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
24
24
  import React, { memo } from 'react';
25
25
  import Input from '@mui/material/Input';
26
- import Collapse from '@components/Collapse';
27
- import Warning from '@components/Warning';
26
+ import Collapse from '../Collapse';
27
+ import Warning from '../Warning';
28
28
  import { alpha, styled } from '@mui/material/styles';
29
29
  var InputStyled = styled(Input)(function (_a) {
30
30
  var theme = _a.theme;
@@ -23,7 +23,7 @@ var __rest = (this && this.__rest) || function (s, e) {
23
23
  import { jsx as _jsx } from "react/jsx-runtime";
24
24
  import * as React from 'react';
25
25
  import { styled } from '@mui/material/styles';
26
- import Text from '@components/Text';
26
+ import Text from '../Text';
27
27
  import Box from '@mui/material/Box';
28
28
  var OTPTimerStyled = styled(Box)(function (_a) {
29
29
  var theme = _a.theme;
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
- import { ThemContext } from '@types';
2
+ import { ThemContext } from '../../@types';
3
3
  interface ThemeProviderProps {
4
4
  children: React.ReactNode;
5
5
  theme?: ThemContext;
@@ -27,7 +27,7 @@ import List from '@mui/material/List';
27
27
  import ListItem from '@mui/material/ListItem';
28
28
  import { styled } from '@mui/material/styles';
29
29
  import get from 'lodash-es/get';
30
- import { useEventListener } from '@hooks';
30
+ import { useEventListener } from '../../hooks';
31
31
  var ListStyled = styled(List)(function (_a) {
32
32
  var _b;
33
33
  var theme = _a.theme;
@@ -1,5 +1,5 @@
1
1
  import * as React from 'react';
2
- import { SocialMediaTypes } from '@types';
2
+ import { SocialMediaTypes } from '../../@types';
3
3
  import { ToggleButtonGroupProps } from '../ToggleButtonGroup';
4
4
  import { ToggleButtonProps } from '../ToggleButton';
5
5
  export interface SocialMediaGroupProps extends ToggleButtonGroupProps {
@@ -23,8 +23,8 @@ var __rest = (this && this.__rest) || function (s, e) {
23
23
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
24
24
  import * as React from 'react';
25
25
  import { styled } from '@mui/material/styles';
26
- import { ICONS_NAMES } from '@constants';
27
- import { SocialMediaTypes } from '@types';
26
+ import { ICONS_NAMES } from '../../constants';
27
+ import { SocialMediaTypes } from '../../@types';
28
28
  import ToggleButtonGroup from '../ToggleButtonGroup';
29
29
  import ToggleButton from '../ToggleButton';
30
30
  import Icon from '../Icon';
@@ -1,4 +1,4 @@
1
- import { ScreenStepNavigation, BusinessType } from '@types';
1
+ import { ScreenStepNavigation, BusinessType } from '../@types';
2
2
  export declare const CLIENT_ORIGIN: string;
3
3
  export declare const LOCAL_STORAGE_KEYS: {
4
4
  themeMode: string;
@@ -1,4 +1,4 @@
1
- import { BusinessType } from '@types';
1
+ import { BusinessType } from '../@types';
2
2
  export var CLIENT_ORIGIN = window.location.origin;
3
3
  export var LOCAL_STORAGE_KEYS = {
4
4
  themeMode: 'themeMode',
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- import { LibConfig } from '@src/@types';
2
+ import { LibConfig } from '../../@types';
3
3
  export interface LandingProps extends LibConfig {
4
4
  }
5
5
  export declare function LandingLib(props: LandingProps): JSX.Element;
@@ -11,15 +11,15 @@ var __assign = (this && this.__assign) || function () {
11
11
  };
12
12
  import { jsx as _jsx } from "react/jsx-runtime";
13
13
  import React, { memo, useEffect } from 'react';
14
- import { useAppTheme, useAppDispatch, useAppSelector, useErrorListener, useAppConfig } from '@hooks';
15
- import { settingsSelector } from '@app/settings';
16
- import { store } from '@app/store';
17
- import { ReduxProvider, ThemeProvider } from '@components/Providers';
18
- import Collapse from '@components/Collapse';
19
- import { getParameterByName, reactElement } from '@utils';
20
- import { LANDING_SCREENS_NAVIGATION } from '@constants';
14
+ import { useAppTheme, useAppDispatch, useAppSelector, useErrorListener, useAppConfig } from '../../hooks';
15
+ import { settingsSelector } from '../../app/settings';
16
+ import { store } from '../../app/store';
17
+ import { ReduxProvider, ThemeProvider } from '../../components/Providers';
18
+ import Collapse from '../../components/Collapse';
19
+ import { getParameterByName, reactElement } from '../../utils';
20
+ import { LANDING_SCREENS_NAVIGATION } from '../../constants';
21
21
  import { landingFeatureScreens } from '../featuresScreens';
22
- import { verifyAuthToken } from '@features/app/landing/landingStore';
22
+ import { verifyAuthToken } from '../app/landing/landingStore';
23
23
  var Landing = memo(function (props) {
24
24
  var open = React.useState(true)[0];
25
25
  var theme = useAppTheme().theme;
@@ -2,12 +2,12 @@ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
2
  import * as React from 'react';
3
3
  import Box from '@mui/material/Box/Box';
4
4
  import { styled } from '@mui/material/styles';
5
- import { settingsSelector } from '@app/settings';
6
- import { landingSelector } from '@features/app/landing/landingStore';
7
- import { useAppSelector } from '@hooks';
8
- import Loader from '@components/AnimationFlow/Loader';
9
- import Error from '@components/AnimationFlow/Error';
10
- import { getParameterByName } from '@utils';
5
+ import { settingsSelector } from '../../../../app/settings';
6
+ import { landingSelector } from '../../../app/landing/landingStore';
7
+ import { useAppSelector } from '../../../../hooks';
8
+ import Loader from '../../../../components/AnimationFlow/Loader';
9
+ import Error from '../../../../components/AnimationFlow/Error';
10
+ import { getParameterByName } from '../../../../utils';
11
11
  var ScreenContainerStyled = styled(Box)(function (_a) {
12
12
  var theme = _a.theme;
13
13
  return ({
@@ -1,5 +1,5 @@
1
- import { RootState } from '@store';
2
- import { BankFormValues, OTPFormValues, ResponseData, SharedState } from '@types';
1
+ import { RootState } from '../../../app/store';
2
+ import { BankFormValues, OTPFormValues, ResponseData, SharedState } from '../../../@types';
3
3
  import { CancelToken } from 'axios';
4
4
  export declare const verifyLeadToken: import("@reduxjs/toolkit").AsyncThunk<{
5
5
  data: any;
@@ -47,10 +47,10 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
47
47
  };
48
48
  var _a;
49
49
  import { createAsyncThunk, createSlice } from '@reduxjs/toolkit';
50
- import API from '@api';
51
- import { hasKey, removeRequestHeaders } from '@utils';
52
- import { handleNextScreenStep } from '@app/settings';
53
- import { BANK_STEP_NAMES } from '@src/constants';
50
+ import API from '../../../api';
51
+ import { hasKey, removeRequestHeaders } from '../../../utils';
52
+ import { handleNextScreenStep } from '../../../app/settings';
53
+ import { BANK_STEP_NAMES } from '../../../constants';
54
54
  export var verifyLeadToken = createAsyncThunk('verifyLeadToken', function (token, thunkApi) { return __awaiter(void 0, void 0, void 0, function () {
55
55
  var payload, data, leadResponse, _a, steps, entity, hasCompleted;
56
56
  return __generator(this, function (_b) {
@@ -1,5 +1,5 @@
1
- import { RootState } from '@store';
2
- import { ActivitiesFormValues, CustomersFormValues, BusinessTypeFormValues, CountryCode, NIDFormValues, OTPFormValues, ResponseData, SharedState } from '@types';
1
+ import { RootState } from '../../../app/store';
2
+ import { ActivitiesFormValues, CustomersFormValues, BusinessTypeFormValues, CountryCode, NIDFormValues, OTPFormValues, ResponseData, SharedState } from '../../../@types';
3
3
  export declare const getCountries: import("@reduxjs/toolkit").AsyncThunk<{
4
4
  businessCountry: any;
5
5
  countries: any;
@@ -44,8 +44,8 @@ export declare const createAccount: import("@reduxjs/toolkit").AsyncThunk<{
44
44
  export declare const updateActivitiesInfo: import("@reduxjs/toolkit").AsyncThunk<{
45
45
  data: any;
46
46
  formData: {
47
- activities: import("@types").Activity[] | undefined;
48
- salesChannels: import("@types").SalesChannel[];
47
+ activities: import("../../../@types").Activity[] | undefined;
48
+ salesChannels: import("../../../@types").SalesChannel[];
49
49
  operationStartDate: string;
50
50
  };
51
51
  }, ActivitiesFormValues, {}>;
@@ -57,11 +57,11 @@ var __spreadArray = (this && this.__spreadArray) || function (to, from, pack) {
57
57
  var _a;
58
58
  import { createAsyncThunk, createSlice } from '@reduxjs/toolkit';
59
59
  import moment from 'moment';
60
- import API from '@api';
61
- import { BusinessType } from '@types';
62
- import { BUSINESS_STEP_NAMES, defaultCountry, IDENTIFICATION_TYPE, OTHER_CR_LICENSE, OTHER_FL_LICENSE } from '@constants';
63
- import { convertNumbers2English, getFlowUrl, hasKey, removeRequestHeaders } from '@utils';
64
- import { handleNextScreenStep } from '@app/settings';
60
+ import API from '../../../api';
61
+ import { BusinessType } from '../../../@types';
62
+ import { BUSINESS_STEP_NAMES, defaultCountry, IDENTIFICATION_TYPE, OTHER_CR_LICENSE, OTHER_FL_LICENSE } from '../../../constants';
63
+ import { convertNumbers2English, getFlowUrl, hasKey, removeRequestHeaders } from '../../../utils';
64
+ import { handleNextScreenStep } from '../../../app/settings';
65
65
  export var getCountries = createAsyncThunk('getCountries', function (_, thunkApi) { return __awaiter(void 0, void 0, void 0, function () {
66
66
  var settings, countriesBody, businessCountry;
67
67
  return __generator(this, function (_a) {
@@ -1,5 +1,5 @@
1
- import { RootState } from '@app/store';
2
- import { ResponseData, CountryCode, MobileFormValues, NIDFormValues, OTPFormValues, IndividualFormValues, SharedState, BrandFormValues } from '@types';
1
+ import { RootState } from '../../../app/store';
2
+ import { ResponseData, CountryCode, MobileFormValues, NIDFormValues, OTPFormValues, IndividualFormValues, SharedState, BrandFormValues } from '../../../@types';
3
3
  import { CancelToken } from 'axios';
4
4
  export declare const getCountries: import("@reduxjs/toolkit").AsyncThunk<{
5
5
  businessCountry: any;
@@ -56,11 +56,11 @@ var __spreadArray = (this && this.__spreadArray) || function (to, from, pack) {
56
56
  };
57
57
  var _a;
58
58
  import { createAsyncThunk, createSlice } from '@reduxjs/toolkit';
59
- import { handleNextScreenStep } from '@app/settings';
60
- import API from '@api';
61
- import { CONNECT_STEP_NAMES, IDENTIFICATION_TYPE, INSTAGRAM_URL, OTHER_BRAND, TWITTER_URL } from '@constants';
62
- import { defaultCountry } from '@constants';
63
- import { getIndividualName, getFlowUrl, capitalizeTheFirstLetterOfEachWord, removeRequestHeaders } from '@utils';
59
+ import { handleNextScreenStep } from '../../../app/settings';
60
+ import API from '../../../api';
61
+ import { CONNECT_STEP_NAMES, IDENTIFICATION_TYPE, INSTAGRAM_URL, OTHER_BRAND, TWITTER_URL } from '../../../constants';
62
+ import { defaultCountry } from '../../../constants';
63
+ import { getIndividualName, getFlowUrl, capitalizeTheFirstLetterOfEachWord, removeRequestHeaders } from '../../../utils';
64
64
  export var getCountries = createAsyncThunk('getCountries', function (_, thunkApi) { return __awaiter(void 0, void 0, void 0, function () {
65
65
  var settings, countriesBody, businessCountry;
66
66
  return __generator(this, function (_a) {
@@ -1,5 +1,5 @@
1
- import { RootState } from '@store';
2
- import { CountryCode, IndividualExtraFormValues, OTPFormValues, ResponseData, SharedState } from '@types';
1
+ import { RootState } from '../../../app/store';
2
+ import { CountryCode, IndividualExtraFormValues, OTPFormValues, ResponseData, SharedState } from '../../../@types';
3
3
  export declare const getCountries: import("@reduxjs/toolkit").AsyncThunk<{
4
4
  businessCountry: any;
5
5
  countries: any;
@@ -47,10 +47,10 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
47
47
  };
48
48
  var _a;
49
49
  import { createAsyncThunk, createSlice } from '@reduxjs/toolkit';
50
- import API from '@api';
51
- import { hasKey, removeRequestHeaders } from '@utils';
52
- import { handleNextScreenStep } from '@app/settings';
53
- import { defaultCountry, INDIVIDUAl_STEP_NAMES } from '@constants';
50
+ import API from '../../../api';
51
+ import { hasKey, removeRequestHeaders } from '../../../utils';
52
+ import { handleNextScreenStep } from '../../../app/settings';
53
+ import { defaultCountry, INDIVIDUAl_STEP_NAMES } from '../../../constants';
54
54
  export var getCountries = createAsyncThunk('getCountries', function (_, thunkApi) { return __awaiter(void 0, void 0, void 0, function () {
55
55
  var settings, countriesBody, businessCountry;
56
56
  return __generator(this, function (_a) {
@@ -1,5 +1,5 @@
1
- import { RootState } from '@store';
2
- import { ResponseData, SharedState } from '@types';
1
+ import { RootState } from '../../../app/store';
2
+ import { ResponseData, SharedState } from '../../../@types';
3
3
  export declare const verifyAuthToken: import("@reduxjs/toolkit").AsyncThunk<{
4
4
  data: any;
5
5
  token: string;
@@ -36,7 +36,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
36
36
  };
37
37
  var _a;
38
38
  import { createAsyncThunk, createSlice } from '@reduxjs/toolkit';
39
- import API from '@api';
39
+ import API from '../../../api';
40
40
  export var verifyAuthToken = createAsyncThunk('verifyAuthToken', function (token, thunkApi) { return __awaiter(void 0, void 0, void 0, function () {
41
41
  var payload, data;
42
42
  return __generator(this, function (_a) {
@@ -1,5 +1,5 @@
1
- import { RootState } from '@store';
2
- import { OTPFormValues, PasswordCreateFormValues, ResponseData, SharedState } from '@types';
1
+ import { RootState } from '../../../app/store';
2
+ import { OTPFormValues, PasswordCreateFormValues, ResponseData, SharedState } from '../../../@types';
3
3
  export declare const verifyLeadToken: import("@reduxjs/toolkit").AsyncThunk<{
4
4
  data: any;
5
5
  leadData: any;
@@ -47,10 +47,10 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
47
47
  };
48
48
  var _a;
49
49
  import { createAsyncThunk, createSlice } from '@reduxjs/toolkit';
50
- import API from '@api';
51
- import { hasKey, removeRequestHeaders } from '@utils';
52
- import { handleNextScreenStep } from '@app/settings';
53
- import { PASSWORD_STEP_NAMES } from '@constants';
50
+ import API from '../../../api';
51
+ import { hasKey, removeRequestHeaders } from '../../../utils';
52
+ import { handleNextScreenStep } from '../../../app/settings';
53
+ import { PASSWORD_STEP_NAMES } from '../../../constants';
54
54
  export var verifyLeadToken = createAsyncThunk('verifyLeadToken', function (token, thunkApi) { return __awaiter(void 0, void 0, void 0, function () {
55
55
  var payload, data, leadResponse, _a, steps, entity, hasCompleted;
56
56
  return __generator(this, function (_b) {