@tap-payments/auth-jsconnect 2.0.55-test → 2.0.56-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 (266) hide show
  1. package/build/api/account.js +1 -1
  2. package/build/api/auth.d.ts +1 -1
  3. package/build/api/auth.js +1 -1
  4. package/build/api/availabilityServices.js +1 -1
  5. package/build/api/axios.js +2 -2
  6. package/build/api/board.js +1 -1
  7. package/build/api/brand.d.ts +1 -1
  8. package/build/api/brand.js +1 -1
  9. package/build/api/country.js +1 -1
  10. package/build/api/data.d.ts +7 -7
  11. package/build/api/data.js +1 -1
  12. package/build/api/entity.js +1 -1
  13. package/build/api/firebase.js +1 -1
  14. package/build/api/index.d.ts +86 -0
  15. package/build/api/individual.js +1 -1
  16. package/build/api/ip.js +1 -1
  17. package/build/api/lead.d.ts +1 -1
  18. package/build/api/lead.js +1 -1
  19. package/build/api/operator.js +1 -1
  20. package/build/api/user.js +1 -1
  21. package/build/app/rootReducer.d.ts +10 -10
  22. package/build/app/rootReducer.js +10 -10
  23. package/build/app/settings.d.ts +2 -2
  24. package/build/app/settings.js +5 -5
  25. package/build/app/store.d.ts +1 -1
  26. package/build/components/AnimationFlow/AnimationFlow.js +1 -1
  27. package/build/components/AnimationFlow/Dialog.js +3 -3
  28. package/build/components/DatePicker/DatePicker.js +3 -3
  29. package/build/components/DatePicker/customStyle.css +86 -0
  30. package/build/components/FileInput/DragAndDrop.js +6 -6
  31. package/build/components/FileInput/UploadInput.js +2 -2
  32. package/build/components/Footer/Footer.js +3 -3
  33. package/build/components/Input/Input.js +2 -2
  34. package/build/components/OTPTimer/OTPTimer.js +1 -1
  35. package/build/components/Providers/ThemeProvider.d.ts +1 -1
  36. package/build/components/SimpleList/SimpleList.js +1 -1
  37. package/build/components/SocialMediaGroup/SocialMediaGroup.d.ts +1 -1
  38. package/build/components/SocialMediaGroup/SocialMediaGroup.js +2 -2
  39. package/build/constants/app.d.ts +1 -1
  40. package/build/constants/app.js +1 -1
  41. package/build/features/app/auth/authStore.d.ts +2 -2
  42. package/build/features/app/auth/authStore.js +2 -2
  43. package/build/features/app/bank/bankStore.d.ts +2 -2
  44. package/build/features/app/bank/bankStore.js +4 -4
  45. package/build/features/app/business/businessStore.d.ts +2 -2
  46. package/build/features/app/business/businessStore.js +5 -5
  47. package/build/features/app/connect/connectStore.d.ts +2 -2
  48. package/build/features/app/connect/connectStore.js +6 -6
  49. package/build/features/app/entity/entityStore.d.ts +2 -2
  50. package/build/features/app/entity/entityStore.js +5 -5
  51. package/build/features/app/individual/individualStore.d.ts +2 -2
  52. package/build/features/app/individual/individualStore.js +4 -4
  53. package/build/features/app/otp/otpStore.d.ts +2 -2
  54. package/build/features/app/otp/otpStore.js +4 -4
  55. package/build/features/app/password/passwordStore.d.ts +2 -2
  56. package/build/features/app/password/passwordStore.js +4 -4
  57. package/build/features/app/signIn/signInStore.d.ts +2 -2
  58. package/build/features/app/signIn/signInStore.js +4 -4
  59. package/build/features/app/tax/taxStore.d.ts +2 -2
  60. package/build/features/app/tax/taxStore.js +5 -5
  61. package/build/features/auth/Auth.d.ts +1 -1
  62. package/build/features/auth/Auth.js +10 -10
  63. package/build/features/auth/screens/OTP/OTP.js +8 -8
  64. package/build/features/auth/screens/OTP/OTPInput.js +3 -3
  65. package/build/features/bank/Bank.d.ts +1 -1
  66. package/build/features/bank/Bank.js +10 -10
  67. package/build/features/bank/screens/BankDetails/BankDetails.js +7 -7
  68. package/build/features/bank/screens/BankDetails/BankName.js +8 -8
  69. package/build/features/bank/screens/BankDetails/BankStatement.js +5 -5
  70. package/build/features/bank/screens/BankDetails/Beneficiary.js +7 -7
  71. package/build/features/bank/screens/BankDetails/ConfirmPolicy.js +5 -5
  72. package/build/features/bank/screens/BankDetails/IBAN.js +8 -8
  73. package/build/features/bank/screens/BankDetails/validation.js +1 -1
  74. package/build/features/bank/screens/ResetPasswordSuccess/ResetPasswordSuccess.js +1 -1
  75. package/build/features/bank/screens/Success/Success.js +3 -3
  76. package/build/features/bank/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.js +9 -9
  77. package/build/features/bank/screens/Verify/OTPInput.js +4 -4
  78. package/build/features/bank/screens/Verify/Verify.js +9 -9
  79. package/build/features/business/Business.d.ts +1 -1
  80. package/build/features/business/Business.js +10 -10
  81. package/build/features/business/screens/Activities/Activities.js +7 -7
  82. package/build/features/business/screens/Activities/ActivitiesList.d.ts +1 -1
  83. package/build/features/business/screens/Activities/ActivitiesList.js +9 -9
  84. package/build/features/business/screens/Activities/LicenseName.js +6 -6
  85. package/build/features/business/screens/Activities/OperationStartDate.js +4 -4
  86. package/build/features/business/screens/Activities/SalesChannels.d.ts +1 -1
  87. package/build/features/business/screens/Activities/SalesChannels.js +7 -7
  88. package/build/features/business/screens/BusinessType/BusinessType.js +8 -8
  89. package/build/features/business/screens/BusinessType/LicenseList.js +10 -10
  90. package/build/features/business/screens/BusinessType/LicenseNumber.js +8 -8
  91. package/build/features/business/screens/BusinessType/SelectType.js +6 -6
  92. package/build/features/business/screens/BusinessType/validation.js +2 -2
  93. package/build/features/business/screens/Customers/CustomerLocations.d.ts +1 -1
  94. package/build/features/business/screens/Customers/CustomerLocations.js +9 -9
  95. package/build/features/business/screens/Customers/Customers.js +8 -8
  96. package/build/features/business/screens/Customers/ExpectedCustomers.js +7 -7
  97. package/build/features/business/screens/Customers/ExpectedSalesRange.js +8 -8
  98. package/build/features/business/screens/Customers/RefundPolicy.d.ts +1 -1
  99. package/build/features/business/screens/Customers/RefundPolicy.js +7 -7
  100. package/build/features/business/screens/Customers/TransactionPolicy.js +5 -5
  101. package/build/features/business/screens/IDBOD/DOB.js +5 -5
  102. package/build/features/business/screens/IDBOD/ID.js +6 -6
  103. package/build/features/business/screens/IDBOD/IDBOD.js +6 -6
  104. package/build/features/business/screens/OTP/OTP.js +9 -9
  105. package/build/features/business/screens/OTP/OTPInput.js +4 -4
  106. package/build/features/business/screens/ResetPasswordSuccess/ResetPasswordSuccess.js +1 -1
  107. package/build/features/business/screens/Success/Success.js +3 -3
  108. package/build/features/business/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.js +9 -9
  109. package/build/features/business/screens/Verify/OTPInput.js +4 -4
  110. package/build/features/business/screens/Verify/Verify.js +9 -9
  111. package/build/features/connect/Connect.d.ts +1 -1
  112. package/build/features/connect/Connect.js +10 -10
  113. package/build/features/connect/screens/CivilID/CivilID.js +8 -8
  114. package/build/features/connect/screens/CivilID/IDNumber.js +7 -7
  115. package/build/features/connect/screens/Individual/Email.js +7 -7
  116. package/build/features/connect/screens/Individual/Individual.js +10 -10
  117. package/build/features/connect/screens/Individual/MobileNumber.d.ts +1 -1
  118. package/build/features/connect/screens/Individual/MobileNumber.js +11 -11
  119. package/build/features/connect/screens/Individual/Name.js +6 -6
  120. package/build/features/connect/screens/Individual/validation.js +1 -1
  121. package/build/features/connect/screens/Merchant/BrandList.d.ts +1 -1
  122. package/build/features/connect/screens/Merchant/BrandList.js +8 -8
  123. package/build/features/connect/screens/Merchant/BrandName.js +10 -10
  124. package/build/features/connect/screens/Merchant/Merchant.js +9 -9
  125. package/build/features/connect/screens/Merchant/SalesChannels.d.ts +1 -1
  126. package/build/features/connect/screens/Merchant/SalesChannels.js +7 -7
  127. package/build/features/connect/screens/Merchant/SocialMedia.js +9 -9
  128. package/build/features/connect/screens/Merchant/TAC.js +7 -7
  129. package/build/features/connect/screens/Merchant/validation.js +1 -1
  130. package/build/features/connect/screens/Mobile/Mobile.js +10 -10
  131. package/build/features/connect/screens/Mobile/MobileNumber.d.ts +1 -1
  132. package/build/features/connect/screens/Mobile/MobileNumber.js +12 -12
  133. package/build/features/connect/screens/Mobile/Title.js +2 -2
  134. package/build/features/connect/screens/NID/DOB.js +5 -5
  135. package/build/features/connect/screens/NID/IDNumber.js +8 -8
  136. package/build/features/connect/screens/NID/NID.js +8 -8
  137. package/build/features/connect/screens/OTP/OTP.js +9 -9
  138. package/build/features/connect/screens/OTP/OTPInput.js +4 -4
  139. package/build/features/connect/screens/ThankYou/ThankYou.js +1 -1
  140. package/build/features/connect/screens/VerifyPACI/VerifyPACI.js +8 -8
  141. package/build/features/connect/screens/VerifyPACI/VerifyPACILoading.js +3 -3
  142. package/build/features/connect/screens/VerifyPACI/VerifyPACISuccess.js +1 -1
  143. package/build/features/entity/Entity.d.ts +1 -1
  144. package/build/features/entity/Entity.js +10 -10
  145. package/build/features/entity/screens/EntityInfoConfirm/ActivitiesList.d.ts +1 -1
  146. package/build/features/entity/screens/EntityInfoConfirm/ActivitiesList.js +9 -9
  147. package/build/features/entity/screens/EntityInfoConfirm/EntityInfo.js +7 -7
  148. package/build/features/entity/screens/EntityInfoConfirm/LicenseName.js +4 -4
  149. package/build/features/entity/screens/EntityInfoConfirm/LicenseNumber.js +5 -5
  150. package/build/features/entity/screens/EntityInfoConfirm/OperationStartDate.js +5 -5
  151. package/build/features/entity/screens/EntityInfoConfirm/SalesChannels.d.ts +1 -1
  152. package/build/features/entity/screens/EntityInfoConfirm/SalesChannels.js +7 -7
  153. package/build/features/entity/screens/ResetPasswordSuccess/ResetPasswordSuccess.js +1 -1
  154. package/build/features/entity/screens/Success/Success.js +3 -3
  155. package/build/features/entity/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.js +9 -9
  156. package/build/features/entity/screens/Verify/OTPInput.js +4 -4
  157. package/build/features/entity/screens/Verify/Verify.js +9 -9
  158. package/build/features/featuresScreens.d.ts +1 -1
  159. package/build/features/featuresScreens.js +49 -49
  160. package/build/features/individual/Individual.d.ts +1 -1
  161. package/build/features/individual/Individual.js +10 -10
  162. package/build/features/individual/screens/AdditionalIndividualInfo/AdditionalIndividualInfo.js +8 -8
  163. package/build/features/individual/screens/AdditionalIndividualInfo/EmployerLocation.d.ts +1 -1
  164. package/build/features/individual/screens/AdditionalIndividualInfo/EmployerLocation.js +8 -8
  165. package/build/features/individual/screens/AdditionalIndividualInfo/EmployerName.js +6 -6
  166. package/build/features/individual/screens/AdditionalIndividualInfo/InfluencerSwitch.js +6 -6
  167. package/build/features/individual/screens/AdditionalIndividualInfo/MonthlyIncome.d.ts +1 -1
  168. package/build/features/individual/screens/AdditionalIndividualInfo/MonthlyIncome.js +10 -10
  169. package/build/features/individual/screens/AdditionalIndividualInfo/Occupation.d.ts +1 -1
  170. package/build/features/individual/screens/AdditionalIndividualInfo/Occupation.js +9 -9
  171. package/build/features/individual/screens/AdditionalIndividualInfo/PEPSwitch.js +6 -6
  172. package/build/features/individual/screens/AdditionalIndividualInfo/SourceOfIncome.d.ts +1 -1
  173. package/build/features/individual/screens/AdditionalIndividualInfo/SourceOfIncome.js +8 -8
  174. package/build/features/individual/screens/AdditionalIndividualInfo/validation.d.ts +1 -1
  175. package/build/features/individual/screens/ResetPasswordSuccess/ResetPasswordSuccess.js +1 -1
  176. package/build/features/individual/screens/ShowIndividualInfo/ShowOwnerInfo.js +6 -6
  177. package/build/features/individual/screens/ShowIndividualInfo/info.js +1 -1
  178. package/build/features/individual/screens/Success/Success.js +3 -3
  179. package/build/features/individual/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.js +9 -9
  180. package/build/features/individual/screens/Verify/OTPInput.js +4 -4
  181. package/build/features/individual/screens/Verify/Verify.js +9 -9
  182. package/build/features/otp/OTP.d.ts +1 -1
  183. package/build/features/otp/OTP.js +9 -9
  184. package/build/features/otp/screens/OTPVerify/OTPInput.js +4 -4
  185. package/build/features/otp/screens/OTPVerify/Verify.js +5 -5
  186. package/build/features/password/Password.d.ts +1 -1
  187. package/build/features/password/Password.js +10 -10
  188. package/build/features/password/screens/CreatePassword/ConditionText.js +1 -1
  189. package/build/features/password/screens/CreatePassword/ConfirmPassword.js +3 -3
  190. package/build/features/password/screens/CreatePassword/CreatePassword.js +8 -8
  191. package/build/features/password/screens/CreatePassword/Password.js +6 -6
  192. package/build/features/password/screens/OTP/OTP.js +9 -9
  193. package/build/features/password/screens/OTP/OTPInput.js +4 -4
  194. package/build/features/password/screens/ResetPasswordSuccess/ResetPasswordSuccess.js +1 -1
  195. package/build/features/password/screens/Success/Success.js +4 -4
  196. package/build/features/password/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.js +9 -9
  197. package/build/features/password/screens/Verify/OTPInput.js +4 -4
  198. package/build/features/password/screens/Verify/Verify.js +9 -9
  199. package/build/features/shared/AcceptancePayouts/AcceptancePayouts.js +4 -4
  200. package/build/features/shared/Background/Background.js +2 -2
  201. package/build/features/shared/Background/LogoBackground.js +3 -3
  202. package/build/features/shared/Button/AbsherButton.d.ts +1 -1
  203. package/build/features/shared/Button/AbsherButton.js +3 -3
  204. package/build/features/shared/Button/Button.d.ts +1 -1
  205. package/build/features/shared/Button/Button.js +7 -7
  206. package/build/features/shared/Button/EmailProvidersButtons.d.ts +1 -1
  207. package/build/features/shared/Button/EmailProvidersButtons.js +2 -2
  208. package/build/features/shared/Button/FlowsButtons.d.ts +2 -2
  209. package/build/features/shared/Button/FlowsButtons.js +6 -6
  210. package/build/features/shared/Button/MobileButton.d.ts +1 -1
  211. package/build/features/shared/Button/MobileButton.js +3 -3
  212. package/build/features/shared/Dialog/CloseDialog.js +2 -2
  213. package/build/features/shared/Dialog/DialogContainer.js +2 -2
  214. package/build/features/shared/Footer/Footer.js +4 -4
  215. package/build/features/shared/Input/Input.d.ts +1 -1
  216. package/build/features/shared/Input/Input.js +2 -2
  217. package/build/features/shared/OTP/OTP.d.ts +1 -1
  218. package/build/features/shared/OTP/OTP.js +3 -3
  219. package/build/features/shared/Search/Search.js +1 -1
  220. package/build/features/shared/SearchIcon/SearchIcon.js +2 -2
  221. package/build/features/shared/SuccessScreen/SuccessScreen.js +5 -5
  222. package/build/features/shared/UploadFile/UploadFile.js +10 -10
  223. package/build/features/signIn/SignIn.d.ts +1 -1
  224. package/build/features/signIn/SignIn.js +10 -10
  225. package/build/features/signIn/screens/Email/Email.js +8 -8
  226. package/build/features/signIn/screens/Email/EmailField.js +5 -5
  227. package/build/features/signIn/screens/Email/validation.js +1 -1
  228. package/build/features/signIn/screens/Mobile/Mobile.js +9 -9
  229. package/build/features/signIn/screens/Mobile/MobileNumber.d.ts +1 -1
  230. package/build/features/signIn/screens/Mobile/MobileNumber.js +12 -12
  231. package/build/features/signIn/screens/OTP/OTP.js +9 -9
  232. package/build/features/signIn/screens/OTP/OTPInput.js +4 -4
  233. package/build/features/signIn/screens/Password/Password.js +7 -7
  234. package/build/features/signIn/screens/Password/PasswordInput.js +3 -3
  235. package/build/features/tax/Tax.d.ts +1 -1
  236. package/build/features/tax/Tax.js +10 -10
  237. package/build/features/tax/screens/ResetPasswordSuccess/ResetPasswordSuccess.js +1 -1
  238. package/build/features/tax/screens/Success/Success.js +3 -3
  239. package/build/features/tax/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.js +9 -9
  240. package/build/features/tax/screens/TaxDetails/ConfirmPolicy.js +5 -5
  241. package/build/features/tax/screens/TaxDetails/TaxDetails.js +6 -6
  242. package/build/features/tax/screens/TaxDetails/VATId.js +5 -5
  243. package/build/features/tax/screens/Verify/OTPInput.js +4 -4
  244. package/build/features/tax/screens/Verify/Verify.js +9 -9
  245. package/build/hooks/useAppConfig.d.ts +1 -1
  246. package/build/hooks/useAppConfig.js +4 -4
  247. package/build/hooks/useAppSelector.d.ts +1 -1
  248. package/build/hooks/useAppTheme.d.ts +1 -1
  249. package/build/hooks/useAppTheme.js +3 -3
  250. package/build/hooks/useErrorListener.js +1 -1
  251. package/build/hooks/useLanguage.js +1 -1
  252. package/build/hooks/useRedirectionListener.js +1 -1
  253. package/build/hooks/useScreen.js +1 -1
  254. package/build/hooks/useStepStartedListener.js +1 -1
  255. package/build/i18n.js +1 -1
  256. package/build/index.css +140 -0
  257. package/build/index.d.ts +10 -10
  258. package/build/index.js +10 -10
  259. package/build/theme/theme.d.ts +1 -1
  260. package/build/utils/array.d.ts +1 -1
  261. package/build/utils/locale.d.ts +1 -1
  262. package/build/utils/locale.js +1 -1
  263. package/build/utils/rsa.js +1 -1
  264. package/build/utils/string.d.ts +1 -1
  265. package/build/utils/string.js +4 -4
  266. package/package.json +1 -1
@@ -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
- import { RootState } from '@app/store';
2
- import { ResponseData, OTPFormValues, SharedState, ActionState } from '@types';
1
+ import { RootState } from '../../../app/store';
2
+ import { ResponseData, OTPFormValues, SharedState, ActionState } from '../../../@types';
3
3
  export declare const retrieveLead: import("@reduxjs/toolkit").AsyncThunk<any, string, {}>;
4
4
  export declare const verifyAuthOTP: import("@reduxjs/toolkit").AsyncThunk<{
5
5
  response: any;
@@ -36,8 +36,8 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
36
36
  };
37
37
  var _a;
38
38
  import { createAsyncThunk, createSlice } from '@reduxjs/toolkit';
39
- import { handleOpen } from '@src/app/settings';
40
- import API from '@api';
39
+ import { handleOpen } from '../../../app/settings';
40
+ import API from '../../../api';
41
41
  export var retrieveLead = createAsyncThunk('retrieveLeadAuthKit', function (leadId) { return __awaiter(void 0, void 0, void 0, function () {
42
42
  var data;
43
43
  return __generator(this, function (_a) {
@@ -1,5 +1,5 @@
1
- import { RootState } from '@store';
2
- import { BankFormValues, FlowsTypes, OTPFormValues, ResponseData, SharedState } from '@types';
1
+ import { RootState } from '../../../app/store';
2
+ import { BankFormValues, FlowsTypes, 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 { FlowsTypes } from '@types';
52
- import { handleCurrentActiveScreen, handleNextScreenStep } from '@app/settings';
53
- import { BANK_STEP_NAMES, BUSINESS_FLOW_SUCCESS } from '@constants';
50
+ import API from '../../../api';
51
+ import { FlowsTypes } from '../../../@types';
52
+ import { handleCurrentActiveScreen, handleNextScreenStep } from '../../../app/settings';
53
+ import { BANK_STEP_NAMES, BUSINESS_FLOW_SUCCESS } from '../../../constants';
54
54
  export var verifyLeadToken = createAsyncThunk('bankVerifyLeadToken', function (token, thunkApi) { return __awaiter(void 0, void 0, void 0, function () {
55
55
  var payload, data, boardInfoData, board_id, board_info_id, info, hasBankCompleted;
56
56
  var _a;
@@ -1,5 +1,5 @@
1
- import { RootState } from '@store';
2
- import { ActivitiesFormValues, CustomersFormValues, BusinessTypeFormValues, NIDFormValues, OTPFormValues, ResponseData, SharedState, FlowsTypes, Activity, SalesChannel } from '@types';
1
+ import { RootState } from '../../../app/store';
2
+ import { ActivitiesFormValues, CustomersFormValues, BusinessTypeFormValues, NIDFormValues, OTPFormValues, ResponseData, SharedState, FlowsTypes, Activity, SalesChannel } from '../../../@types';
3
3
  export declare const verifyLeadToken: import("@reduxjs/toolkit").AsyncThunk<{
4
4
  data: any;
5
5
  leadData: any;
@@ -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, FlowsTypes } from '@types';
62
- import { BUSINESS_FLOW_SUCCESS, BUSINESS_STEP_NAMES, IDENTIFICATION_TYPE, OTHER_CR_LICENSE, OTHER_FL_LICENSE } from '@constants';
63
- import { convertNumbers2English, getEighteenYearsAgo, hasKey } from '@utils';
64
- import { handleNextScreenStep } from '@app/settings';
60
+ import API from '../../../api';
61
+ import { BusinessType, FlowsTypes } from '../../../@types';
62
+ import { BUSINESS_FLOW_SUCCESS, BUSINESS_STEP_NAMES, IDENTIFICATION_TYPE, OTHER_CR_LICENSE, OTHER_FL_LICENSE } from '../../../constants';
63
+ import { convertNumbers2English, getEighteenYearsAgo, hasKey } from '../../../utils';
64
+ import { handleNextScreenStep } from '../../../app/settings';
65
65
  export var verifyLeadToken = createAsyncThunk('businessVerifyLeadToken', function (token, thunkApi) { return __awaiter(void 0, void 0, void 0, function () {
66
66
  var payload, data, leadResponse, brandInfo, boardResponse, board_id, board_info_id, steps, brandID, hasBusinessCompleted, hasBusinessCRInfoCompleted, hasBusinessCRActivitiesCompleted, hasBusinessCustomersCompleted;
67
67
  var _a, _b, _c, _d, _e, _f;
@@ -1,5 +1,5 @@
1
- import { RootState } from '@app/store';
2
- import { ResponseData, MobileFormValues, NIDFormValues, CivilFormValues, OTPFormValues, IndividualFormValues, SharedState, BrandFormValues, FlowsTypes } from '@types';
1
+ import { RootState } from '../../../app/store';
2
+ import { ResponseData, MobileFormValues, NIDFormValues, CivilFormValues, OTPFormValues, IndividualFormValues, SharedState, BrandFormValues, FlowsTypes } from '../../../@types';
3
3
  import { CancelToken } from 'axios';
4
4
  export declare const createMobileAuth: import("@reduxjs/toolkit").AsyncThunk<{
5
5
  response: any;
@@ -56,12 +56,12 @@ 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 { FlowsTypes } from '@types';
61
- import API from '@api';
62
- import { CONNECT_STEP_NAMES, IDENTIFICATION_TYPE, INSTAGRAM_URL, OTHER_BRAND, TWITTER_URL } from '@constants';
63
- import { defaultCountry } from '@constants';
64
- import { getIndividualName, capitalizeTheFirstLetterOfEachWord, getEighteenYearsAgo } from '@utils';
59
+ import { handleNextScreenStep } from '../../../app/settings';
60
+ import { FlowsTypes } from '../../../@types';
61
+ import API from '../../../api';
62
+ import { CONNECT_STEP_NAMES, IDENTIFICATION_TYPE, INSTAGRAM_URL, OTHER_BRAND, TWITTER_URL } from '../../../constants';
63
+ import { defaultCountry } from '../../../constants';
64
+ import { getIndividualName, capitalizeTheFirstLetterOfEachWord, getEighteenYearsAgo } from '../../../utils';
65
65
  export var createMobileAuth = createAsyncThunk('createMobileAuth', function (params, thunkApi) { return __awaiter(void 0, void 0, void 0, function () {
66
66
  var settings, requestBody, data;
67
67
  var _a, _b;
@@ -1,5 +1,5 @@
1
- import { RootState } from '@store';
2
- import { EntityFormValues, FlowsTypes, OTPFormValues, ResponseData, SharedState } from '@types';
1
+ import { RootState } from '../../../app/store';
2
+ import { EntityFormValues, FlowsTypes, OTPFormValues, ResponseData, SharedState } from '../../../@types';
3
3
  export declare const verifyLeadToken: import("@reduxjs/toolkit").AsyncThunk<{
4
4
  data: any;
5
5
  boardResponse: {
@@ -47,12 +47,12 @@ 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 { FlowsTypes } from '@types';
52
- import { handleCurrentActiveScreen, handleNextScreenStep } from '@app/settings';
53
- import { ENTITY_STEP_NAMES, BUSINESS_FLOW_SUCCESS } from '@constants';
50
+ import API from '../../../api';
51
+ import { FlowsTypes } from '../../../@types';
52
+ import { handleCurrentActiveScreen, handleNextScreenStep } from '../../../app/settings';
53
+ import { ENTITY_STEP_NAMES, BUSINESS_FLOW_SUCCESS } from '../../../constants';
54
54
  import moment from 'moment';
55
- import { convertNumbers2English } from '@utils';
55
+ import { convertNumbers2English } from '../../../utils';
56
56
  export var verifyLeadToken = createAsyncThunk('entityVerifyLeadToken', function (token, thunkApi) { return __awaiter(void 0, void 0, void 0, function () {
57
57
  var payload, data, boardInfoData, board_id, board_info_id, info, hasEntityCompleted;
58
58
  var _a;
@@ -1,5 +1,5 @@
1
- import { RootState } from '@store';
2
- import { CountryCode, FlowsTypes, IndividualExtraFormValues, OTPFormValues, ResponseData, SharedState } from '@types';
1
+ import { RootState } from '../../../app/store';
2
+ import { CountryCode, FlowsTypes, IndividualExtraFormValues, OTPFormValues, ResponseData, SharedState } from '../../../@types';
3
3
  export declare const verifyLeadToken: import("@reduxjs/toolkit").AsyncThunk<{
4
4
  data: any;
5
5
  boardResponse: {
@@ -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 { FlowsTypes } from '@types';
52
- import { handleCurrentActiveScreen, handleNextScreenStep } from '@app/settings';
53
- import { BUSINESS_FLOW_SUCCESS, INDIVIDUAl_STEP_NAMES } from '@constants';
50
+ import API from '../../../api';
51
+ import { FlowsTypes } from '../../../@types';
52
+ import { handleCurrentActiveScreen, handleNextScreenStep } from '../../../app/settings';
53
+ import { BUSINESS_FLOW_SUCCESS, INDIVIDUAl_STEP_NAMES } from '../../../constants';
54
54
  export var verifyLeadToken = createAsyncThunk('individualVerifyLeadToken', function (token, thunkApi) { return __awaiter(void 0, void 0, void 0, function () {
55
55
  var payload, settings, data, boardData, countryCode, boardInfoData, countries, board_id, board_info_id, entity, info, hasIndividualCompleted;
56
56
  var _a, _b, _c;
@@ -1,5 +1,5 @@
1
- import { RootState } from '@store';
2
- import { FlowsTypes, OTPFormValues, ResponseData, SharedState } from '@types';
1
+ import { RootState } from '../../../app/store';
2
+ import { FlowsTypes, OTPFormValues, ResponseData, SharedState } from '../../../@types';
3
3
  export declare const resendOTP: import("@reduxjs/toolkit").AsyncThunk<{
4
4
  data: any;
5
5
  }, void, {}>;
@@ -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 { FlowsTypes } from '@types';
52
- import { handleNextScreenStep } from '@app/settings';
53
- import { OTP_STEP_NAMES } from '@constants';
50
+ import API from '../../../api';
51
+ import { FlowsTypes } from '../../../@types';
52
+ import { handleNextScreenStep } from '../../../app/settings';
53
+ import { OTP_STEP_NAMES } from '../../../constants';
54
54
  export var resendOTP = createAsyncThunk('otpResendOTP', function (params, thunkApi) { return __awaiter(void 0, void 0, void 0, function () {
55
55
  var otp, payload, data;
56
56
  return __generator(this, function (_a) {
@@ -1,5 +1,5 @@
1
- import { RootState } from '@store';
2
- import { FlowsTypes, OTPFormValues, PasswordCreateFormValues, ResponseData, SharedState } from '@types';
1
+ import { RootState } from '../../../app/store';
2
+ import { FlowsTypes, OTPFormValues, PasswordCreateFormValues, ResponseData, SharedState } from '../../../@types';
3
3
  export declare const verifyLeadToken: import("@reduxjs/toolkit").AsyncThunk<{
4
4
  data: any;
5
5
  boardResponse: {
@@ -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 { FlowsTypes } from '@types';
52
- import { handleCurrentActiveScreen, handleNextScreenStep } from '@app/settings';
53
- import { BUSINESS_FLOW_SUCCESS, PASSWORD_OPERATION_TYPE, PASSWORD_STEP_NAMES } from '@constants';
50
+ import API from '../../../api';
51
+ import { FlowsTypes } from '../../../@types';
52
+ import { handleCurrentActiveScreen, handleNextScreenStep } from '../../../app/settings';
53
+ import { BUSINESS_FLOW_SUCCESS, PASSWORD_OPERATION_TYPE, PASSWORD_STEP_NAMES } from '../../../constants';
54
54
  export var verifyLeadToken = createAsyncThunk('passwordVerifyLeadToken', function (token, thunkApi) { return __awaiter(void 0, void 0, void 0, function () {
55
55
  var payload, data, boardInfoData, board_id, board_info_id, info, hasPasswordCompleted;
56
56
  var _a;
@@ -1,5 +1,5 @@
1
- import { RootState } from '@store';
2
- import { MobileFormValues, SharedState, EmailFormValues, ResponseData, OTPFormValues, PasswordFormValues } from '@types';
1
+ import { RootState } from '../../../app/store';
2
+ import { MobileFormValues, SharedState, EmailFormValues, ResponseData, OTPFormValues, PasswordFormValues } from '../../../@types';
3
3
  export declare const createMobileAuth: import("@reduxjs/toolkit").AsyncThunk<{
4
4
  data: any;
5
5
  formData: MobileFormValues;
@@ -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 { defaultCountry, SignIn_STEP_NAMES } from '@constants';
52
- import { handleNextScreenStep, handleOpen } from '@app/settings';
53
- import { getAxiosHeaders } from '@api';
50
+ import API from '../../../api';
51
+ import { defaultCountry, SignIn_STEP_NAMES } from '../../../constants';
52
+ import { handleNextScreenStep, handleOpen } from '../../../app/settings';
53
+ import { getAxiosHeaders } from '../../../api';
54
54
  var redirection = function (type) {
55
55
  if (type === 1)
56
56
  return handleNextScreenStep('SIGIN_PASSWORD_STEP');
@@ -1,5 +1,5 @@
1
- import { RootState } from '@store';
2
- import { FlowsTypes, OTPFormValues, ResponseData, SharedState, TaxFormValues } from '@types';
1
+ import { RootState } from '../../../app/store';
2
+ import { FlowsTypes, OTPFormValues, ResponseData, SharedState, TaxFormValues } from '../../../@types';
3
3
  export declare const verifyLeadToken: import("@reduxjs/toolkit").AsyncThunk<{
4
4
  data: any;
5
5
  boardResponse: any;
@@ -47,11 +47,11 @@ 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 { FlowsTypes } from '@types';
52
- import { hasKey } from '@utils';
53
- import { handleNextScreenStep, handleCurrentActiveScreen } from '@app/settings';
54
- import { BUSINESS_FLOW_SUCCESS, TAX_STEP_NAMES } from '@constants';
50
+ import API from '../../../api';
51
+ import { FlowsTypes } from '../../../@types';
52
+ import { hasKey } from '../../../utils';
53
+ import { handleNextScreenStep, handleCurrentActiveScreen } from '../../../app/settings';
54
+ import { BUSINESS_FLOW_SUCCESS, TAX_STEP_NAMES } from '../../../constants';
55
55
  export var verifyLeadToken = createAsyncThunk('taxVerifyLeadToken', function (token, thunkApi) { return __awaiter(void 0, void 0, void 0, function () {
56
56
  var payload, data, boardData, boardInfoData, info, hasTaxCompleted;
57
57
  var _a, _b;
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- import { LibConfig } from '@types';
2
+ import { LibConfig } from '../../@types';
3
3
  export interface AuthLibProps extends LibConfig {
4
4
  leadId: string;
5
5
  postURL: string;
@@ -22,16 +22,16 @@ var __rest = (this && this.__rest) || function (s, e) {
22
22
  };
23
23
  import { jsx as _jsx, Fragment as _Fragment } from "react/jsx-runtime";
24
24
  import { memo, useEffect } from 'react';
25
- import { FeatureContainer } from '@features/shared/Containers';
26
- import { useAppTheme, useAppSelector, useAppConfig, useErrorListener, useStepStartedListener, useAppDispatch } from '@hooks';
27
- import { settingsSelector, handleOpen } from '@app/settings';
28
- import AnimationFlow from '@components/AnimationFlow';
29
- import { store } from '@app/store';
30
- import { authSelector, retrieveLead, storeLeadId, storePostUrl } from '@features/app/auth/authStore';
31
- import { ReduxProvider, ThemeProvider } from '@components/Providers';
32
- import Collapse from '@components/Collapse';
33
- import { reactElement, removeElement } from '@utils';
34
- import { AUTH_SCREENS_NAVIGATION, DIALOG_ID } from '@constants';
25
+ import { FeatureContainer } from '../shared/Containers';
26
+ import { useAppTheme, useAppSelector, useAppConfig, useErrorListener, useStepStartedListener, useAppDispatch } from '../../hooks';
27
+ import { settingsSelector, handleOpen } from '../../app/settings';
28
+ import AnimationFlow from '../../components/AnimationFlow';
29
+ import { store } from '../../app/store';
30
+ import { authSelector, retrieveLead, storeLeadId, storePostUrl } from '../app/auth/authStore';
31
+ import { ReduxProvider, ThemeProvider } from '../../components/Providers';
32
+ import Collapse from '../../components/Collapse';
33
+ import { reactElement, removeElement } from '../../utils';
34
+ import { AUTH_SCREENS_NAVIGATION, DIALOG_ID } from '../../constants';
35
35
  import { authFeatureScreens } from '../featuresScreens';
36
36
  import Background from '../shared/Background';
37
37
  var Auth = memo(function (_a) {
@@ -14,16 +14,16 @@ import Box from '@mui/material/Box/Box';
14
14
  import { styled } from '@mui/material/styles';
15
15
  import * as React from 'react';
16
16
  import { useTranslation } from 'react-i18next';
17
- import Text from '@components/Text';
18
- import { clearError, authSelector, resetOTPScreen, verifyAuthOTP } from '@features/app/auth/authStore';
19
- import Button from '@features/shared/Button';
20
- import { ScreenContainer } from '@features/shared/Containers';
21
- import { useAppDispatch, useAppSelector } from '@hooks';
22
- import { useLanguage } from '@hooks';
17
+ import Text from '../../../../components/Text';
18
+ import { clearError, authSelector, resetOTPScreen, verifyAuthOTP } from '../../../app/auth/authStore';
19
+ import Button from '../../../shared/Button';
20
+ import { ScreenContainer } from '../../../shared/Containers';
21
+ import { useAppDispatch, useAppSelector } from '../../../../hooks';
22
+ import { useLanguage } from '../../../../hooks';
23
23
  import { useForm, FormProvider } from 'react-hook-form';
24
24
  import { yupResolver } from '@hookform/resolvers/yup';
25
- import Form from '@components/Form';
26
- import { maskPhone } from '@utils';
25
+ import Form from '../../../../components/Form';
26
+ import { maskPhone } from '../../../../utils';
27
27
  import { OTPValidation } from './validation';
28
28
  import OTPInput from './OTPInput';
29
29
  var OTPTitleContainerStyled = styled(Box)(function (_a) {
@@ -15,9 +15,9 @@ import { useController, useFormContext } from 'react-hook-form';
15
15
  import { useTranslation } from 'react-i18next';
16
16
  import Box from '@mui/material/Box/Box';
17
17
  import { styled } from '@mui/material/styles';
18
- import OTPField from '@features/shared/OTP';
19
- import { DEFAULT_TIMER_VALUE } from '@constants';
20
- import { useAppDispatch } from '@hooks';
18
+ import OTPField from '../../../shared/OTP';
19
+ import { DEFAULT_TIMER_VALUE } from '../../../../constants';
20
+ import { useAppDispatch } from '../../../../hooks';
21
21
  var BoxStyled = styled(Box)(function (_a) {
22
22
  var theme = _a.theme;
23
23
  return ({
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- import { LibConfig } from '@src/@types';
2
+ import { LibConfig } from '../../@types';
3
3
  export interface BankLibProps extends LibConfig {
4
4
  }
5
5
  export declare function BankLib(props: BankLibProps): JSX.Element;
@@ -11,18 +11,18 @@ var __assign = (this && this.__assign) || function () {
11
11
  };
12
12
  import { jsx as _jsx } from "react/jsx-runtime";
13
13
  import { memo, useEffect } from 'react';
14
- import { useAppTheme, useAppDispatch, useAppSelector, useErrorListener, useAppConfig, useStepStartedListener } from '@hooks';
15
- import { handleLanguage, settingsSelector } from '@app/settings';
16
- import AnimationFlow from '@components/AnimationFlow';
17
- import { store } from '@app/store';
18
- import { ReduxProvider, ThemeProvider } from '@components/Providers';
19
- import Collapse from '@components/Collapse';
20
- import { getParameterByName, reactElement, removeElement } from '@utils';
21
- import { FeatureContainer } from '@features/shared/Containers';
22
- import { BANK_SCREENS_NAVIGATION, DIALOG_ID } from '@constants';
14
+ import { useAppTheme, useAppDispatch, useAppSelector, useErrorListener, useAppConfig, useStepStartedListener } from '../../hooks';
15
+ import { handleLanguage, settingsSelector } from '../../app/settings';
16
+ import AnimationFlow from '../../components/AnimationFlow';
17
+ import { store } from '../../app/store';
18
+ import { ReduxProvider, ThemeProvider } from '../../components/Providers';
19
+ import Collapse from '../../components/Collapse';
20
+ import { getParameterByName, reactElement, removeElement } from '../../utils';
21
+ import { FeatureContainer } from '../shared/Containers';
22
+ import { BANK_SCREENS_NAVIGATION, DIALOG_ID } from '../../constants';
23
23
  import { bankFeatureScreens } from '../featuresScreens';
24
24
  import CustomFooter from '../shared/Footer';
25
- import { bankSelector, verifyLeadToken } from '@features/app/bank/bankStore';
25
+ import { bankSelector, verifyLeadToken } from '../app/bank/bankStore';
26
26
  import Background from '../shared/Background';
27
27
  var Bank = memo(function (props) {
28
28
  var theme = useAppTheme().theme;
@@ -11,21 +11,21 @@ var __assign = (this && this.__assign) || function () {
11
11
  };
12
12
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
13
13
  import * as React from 'react';
14
- import { ScreenContainer } from '@features/shared/Containers';
14
+ import { ScreenContainer } from '../../../shared/Containers';
15
15
  import Beneficiary from './Beneficiary';
16
16
  import IBAN from './IBAN';
17
17
  import BankName from './BankName';
18
- import Button from '@features/shared/Button';
19
- import { useAppDispatch, useAppSelector } from '@hooks';
18
+ import Button from '../../../shared/Button';
19
+ import { useAppDispatch, useAppSelector } from '../../../../hooks';
20
20
  import { BankValidation } from './validation';
21
21
  import { useTranslation } from 'react-i18next';
22
22
  import { useForm, FormProvider } from 'react-hook-form';
23
23
  import { yupResolver } from '@hookform/resolvers/yup';
24
- import { useLanguage } from '@hooks';
24
+ import { useLanguage } from '../../../../hooks';
25
25
  import { styled } from '@mui/material/styles';
26
- import { bankSelector, clearError, createBankAccount } from '@features/app/bank/bankStore';
27
- import Form from '@components/Form';
28
- import { handleCurrentActiveScreen } from '@app/settings';
26
+ import { bankSelector, clearError, createBankAccount } from '../../../app/bank/bankStore';
27
+ import Form from '../../../../components/Form';
28
+ import { handleCurrentActiveScreen } from '../../../../app/settings';
29
29
  import ConfirmPolicy from './ConfirmPolicy';
30
30
  import BankStatement from './BankStatement';
31
31
  var FormStyled = styled(Form)(function () { return ({
@@ -11,17 +11,17 @@ var __assign = (this && this.__assign) || function () {
11
11
  };
12
12
  import { jsx as _jsx } from "react/jsx-runtime";
13
13
  import * as React from 'react';
14
- import { ScreenContainer } from '@features/shared/Containers';
15
- import Input from '@features/shared/Input';
14
+ import { ScreenContainer } from '../../../shared/Containers';
15
+ import Input from '../../../shared/Input';
16
16
  import { useTranslation } from 'react-i18next';
17
17
  import { useController, useFormContext } from 'react-hook-form';
18
18
  import { styled } from '@mui/material/styles';
19
- import ClearIcon from '@features/shared/ClearIcon';
20
- import CheckIcon from '@features/shared/CheckIcon';
21
- import { bankSelector } from '@features/app/bank/bankStore';
22
- import { useAppSelector } from '@hooks';
23
- import { removeAllOtherThanAlphabetAndSpace } from '@utils';
24
- import Collapse from '@src/components/Collapse';
19
+ import ClearIcon from '../../../shared/ClearIcon';
20
+ import CheckIcon from '../../../shared/CheckIcon';
21
+ import { bankSelector } from '../../../app/bank/bankStore';
22
+ import { useAppSelector } from '../../../../hooks';
23
+ import { removeAllOtherThanAlphabetAndSpace } from '../../../../utils';
24
+ import Collapse from '../../../../components/Collapse';
25
25
  var FeatureStyled = styled(ScreenContainer)(function (_a) {
26
26
  var theme = _a.theme;
27
27
  return ({
@@ -1,13 +1,13 @@
1
1
  import { jsx as _jsx } from "react/jsx-runtime";
2
2
  import React from 'react';
3
3
  import { styled } from '@mui/material/styles';
4
- import { ScreenContainer } from '@features/shared/Containers';
4
+ import { ScreenContainer } from '../../../shared/Containers';
5
5
  import { useTranslation } from 'react-i18next';
6
6
  import { useController, useFormContext } from 'react-hook-form';
7
- import { useAppDispatch, useAppSelector } from '@hooks';
8
- import { bankSelector, uploadBankStatement } from '@features/app/bank/bankStore';
9
- import UploadFile from '@features/shared/UploadFile';
10
- import { MAX_FILE_SIZE, VALID_FILE_FORMATS } from '@src/constants';
7
+ import { useAppDispatch, useAppSelector } from '../../../../hooks';
8
+ import { bankSelector, uploadBankStatement } from '../../../app/bank/bankStore';
9
+ import UploadFile from '../../../shared/UploadFile';
10
+ import { MAX_FILE_SIZE, VALID_FILE_FORMATS } from '../../../../constants';
11
11
  var FeatureStyled = styled(ScreenContainer)(function (_a) {
12
12
  var theme = _a.theme;
13
13
  return ({
@@ -1,15 +1,15 @@
1
1
  import { jsx as _jsx } from "react/jsx-runtime";
2
2
  import * as React from 'react';
3
- import Input from '@features/shared/Input';
3
+ import Input from '../../../shared/Input';
4
4
  import { useTranslation } from 'react-i18next';
5
5
  import { useController, useFormContext } from 'react-hook-form';
6
6
  import { styled } from '@mui/material';
7
- import { removeOnlyNumbers } from '@utils';
8
- import { ScreenContainer } from '@features/shared/Containers';
9
- import { bankSelector } from '@features/app/bank/bankStore';
10
- import { useAppSelector, useLanguage } from '@hooks';
11
- import ClearIcon from '@features/shared/ClearIcon';
12
- import CheckIcon from '@features/shared/CheckIcon';
7
+ import { removeOnlyNumbers } from '../../../../utils';
8
+ import { ScreenContainer } from '../../../shared/Containers';
9
+ import { bankSelector } from '../../../app/bank/bankStore';
10
+ import { useAppSelector, useLanguage } from '../../../../hooks';
11
+ import ClearIcon from '../../../shared/ClearIcon';
12
+ import CheckIcon from '../../../shared/CheckIcon';
13
13
  var FeatureStyled = styled(ScreenContainer)(function (_a) {
14
14
  var theme = _a.theme;
15
15
  return ({
@@ -12,13 +12,13 @@ var __assign = (this && this.__assign) || function () {
12
12
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
13
13
  import { useTranslation } from 'react-i18next';
14
14
  import { useController, useFormContext } from 'react-hook-form';
15
- import { ScreenContainer } from '@features/shared/Containers';
15
+ import { ScreenContainer } from '../../../shared/Containers';
16
16
  import { styled, alpha } from '@mui/material/styles';
17
17
  import Box from '@mui/material/Box';
18
- import CheckBox from '@components/CheckBox';
19
- import Text from '@components/Text';
20
- import Warning from '@components/Warning';
21
- import Collapse from '@components/Collapse';
18
+ import CheckBox from '../../../../components/CheckBox';
19
+ import Text from '../../../../components/Text';
20
+ import Warning from '../../../../components/Warning';
21
+ import Collapse from '../../../../components/Collapse';
22
22
  var ConfirmContainerStyled = styled(Box)(function (_a) {
23
23
  var theme = _a.theme;
24
24
  return ({
@@ -36,19 +36,19 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
36
36
  };
37
37
  import { jsx as _jsx } from "react/jsx-runtime";
38
38
  import * as React from 'react';
39
- import Input from '@features/shared/Input';
39
+ import Input from '../../../shared/Input';
40
40
  import { useTranslation } from 'react-i18next';
41
41
  import { useController, useFormContext } from 'react-hook-form';
42
- import { removeAllOtherThanCharsAndNumber } from '@utils';
42
+ import { removeAllOtherThanCharsAndNumber } from '../../../../utils';
43
43
  import { styled } from '@mui/material';
44
- import { MAX_IBAN_VALUE } from '@constants';
45
- import { ScreenContainer } from '@features/shared/Containers';
44
+ import { MAX_IBAN_VALUE } from '../../../../constants';
45
+ import { ScreenContainer } from '../../../shared/Containers';
46
46
  import { debounce } from 'lodash-es';
47
- import { checkIbanBank } from '@features/app/bank/bankStore';
48
- import { useAppDispatch } from '@hooks';
47
+ import { checkIbanBank } from '../../../app/bank/bankStore';
48
+ import { useAppDispatch } from '../../../../hooks';
49
49
  import axios from 'axios';
50
- import ClearIcon from '@features/shared/ClearIcon';
51
- import CheckIcon from '@features/shared/CheckIcon';
50
+ import ClearIcon from '../../../shared/ClearIcon';
51
+ import CheckIcon from '../../../shared/CheckIcon';
52
52
  import CircularProgress from '@mui/material/CircularProgress';
53
53
  var InputStyled = styled(Input)(function () { return ({
54
54
  input: {
@@ -1,4 +1,4 @@
1
- import { REGEX_BENEFICIARY_NAME, MAX_FILE_SIZE, VALID_FILE_FORMATS } from '@constants';
1
+ import { REGEX_BENEFICIARY_NAME, MAX_FILE_SIZE, VALID_FILE_FORMATS } from '../../../../constants';
2
2
  import * as yup from 'yup';
3
3
  export var BankValidation = yup.object().shape({
4
4
  iban: yup
@@ -1,7 +1,7 @@
1
1
  import { jsx as _jsx } from "react/jsx-runtime";
2
2
  import * as React from 'react';
3
3
  import { useTranslation } from 'react-i18next';
4
- import SuccessScreen from '@features/shared/SuccessScreen';
4
+ import SuccessScreen from '../../../shared/SuccessScreen';
5
5
  var ResetPasswordSuccess = function (_a) {
6
6
  var t = useTranslation().t;
7
7
  return (_jsx(SuccessScreen, { title: t("reset_password_success_title"), description: t("reset_password_success_description"), showEmailProviders: true }));
@@ -1,9 +1,9 @@
1
1
  import { jsx as _jsx } from "react/jsx-runtime";
2
2
  import * as React from 'react';
3
3
  import { useTranslation } from 'react-i18next';
4
- import SuccessScreen from '@features/shared/SuccessScreen';
5
- import { useAppDispatch, useAppSelector } from '@hooks';
6
- import { bankSelector, updateBoardSuccess } from '@features/app/bank/bankStore';
4
+ import SuccessScreen from '../../../shared/SuccessScreen';
5
+ import { useAppDispatch, useAppSelector } from '../../../../hooks';
6
+ import { bankSelector, updateBoardSuccess } from '../../../app/bank/bankStore';
7
7
  var Success = function (_a) {
8
8
  var t = useTranslation().t;
9
9
  var dispatch = useAppDispatch();
@@ -13,16 +13,16 @@ import { jsxs as _jsxs, jsx as _jsx } from "react/jsx-runtime";
13
13
  import { memo, useEffect, useState } from 'react';
14
14
  import { useTranslation } from 'react-i18next';
15
15
  import { styled } from '@mui/material/styles';
16
- import { FlowsButtons } from '@features/shared/Button';
17
- import { ICONS_NAMES, PASSWORD_OPERATION_TYPE } from '@constants';
18
- import { useAppSelector, useLanguage } from '@hooks';
19
- import { getResetFlowUrl, showLastFour } from '@utils';
20
- import { bankSelector } from '@features/app/bank/bankStore';
16
+ import { FlowsButtons } from '../../../shared/Button';
17
+ import { ICONS_NAMES, PASSWORD_OPERATION_TYPE } from '../../../../constants';
18
+ import { useAppSelector, useLanguage } from '../../../../hooks';
19
+ import { getResetFlowUrl, showLastFour } from '../../../../utils';
20
+ import { bankSelector } from '../../../app/bank/bankStore';
21
21
  import Box from '@mui/material/Box';
22
- import Text from '@components/Text';
23
- import Container from '@features/shared/Containers/ScreenContainer';
24
- import AcceptancePayouts from '@features/shared/AcceptancePayouts';
25
- import { settingsSelector } from '@app/settings';
22
+ import Text from '../../../../components/Text';
23
+ import Container from '../../../shared/Containers/ScreenContainer';
24
+ import AcceptancePayouts from '../../../shared/AcceptancePayouts';
25
+ import { settingsSelector } from '../../../../app/settings';
26
26
  var TitleStyled = styled(Text)(function (_a) {
27
27
  var _b;
28
28
  var theme = _a.theme;