@tap-payments/auth-jsconnect 2.0.53-test → 2.0.55-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 (269) hide show
  1. package/build/@types/app.d.ts +24 -10
  2. package/build/api/account.js +1 -1
  3. package/build/api/auth.d.ts +1 -1
  4. package/build/api/auth.js +1 -1
  5. package/build/api/availabilityServices.js +1 -1
  6. package/build/api/axios.js +2 -2
  7. package/build/api/board.js +1 -1
  8. package/build/api/brand.d.ts +1 -1
  9. package/build/api/brand.js +1 -1
  10. package/build/api/country.js +1 -1
  11. package/build/api/data.d.ts +31 -8
  12. package/build/api/data.js +36 -15
  13. package/build/api/entity.js +1 -1
  14. package/build/api/firebase.js +1 -1
  15. package/build/api/individual.d.ts +1 -1
  16. package/build/api/individual.js +1 -1
  17. package/build/api/ip.js +1 -1
  18. package/build/api/lead.d.ts +1 -1
  19. package/build/api/lead.js +1 -1
  20. package/build/api/operator.js +1 -1
  21. package/build/api/user.js +1 -1
  22. package/build/app/rootReducer.d.ts +10 -10
  23. package/build/app/rootReducer.js +10 -10
  24. package/build/app/settings.d.ts +2 -2
  25. package/build/app/settings.js +5 -5
  26. package/build/app/store.d.ts +1 -1
  27. package/build/components/AnimationFlow/AnimationFlow.js +1 -1
  28. package/build/components/AnimationFlow/Dialog.js +3 -3
  29. package/build/components/DatePicker/DatePicker.js +3 -3
  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/api.js +5 -5
  40. package/build/constants/app.d.ts +1 -1
  41. package/build/constants/app.js +1 -1
  42. package/build/features/app/auth/authStore.d.ts +2 -2
  43. package/build/features/app/auth/authStore.js +2 -2
  44. package/build/features/app/bank/bankStore.d.ts +2 -2
  45. package/build/features/app/bank/bankStore.js +4 -4
  46. package/build/features/app/business/businessStore.d.ts +2 -2
  47. package/build/features/app/business/businessStore.js +42 -36
  48. package/build/features/app/connect/connectStore.d.ts +2 -2
  49. package/build/features/app/connect/connectStore.js +6 -6
  50. package/build/features/app/entity/entityStore.d.ts +2 -2
  51. package/build/features/app/entity/entityStore.js +5 -5
  52. package/build/features/app/individual/individualStore.d.ts +2 -2
  53. package/build/features/app/individual/individualStore.js +23 -15
  54. package/build/features/app/otp/otpStore.d.ts +2 -2
  55. package/build/features/app/otp/otpStore.js +4 -4
  56. package/build/features/app/password/passwordStore.d.ts +2 -2
  57. package/build/features/app/password/passwordStore.js +4 -4
  58. package/build/features/app/signIn/signInStore.d.ts +2 -2
  59. package/build/features/app/signIn/signInStore.js +4 -4
  60. package/build/features/app/tax/taxStore.d.ts +2 -2
  61. package/build/features/app/tax/taxStore.js +5 -5
  62. package/build/features/auth/Auth.d.ts +1 -1
  63. package/build/features/auth/Auth.js +10 -10
  64. package/build/features/auth/screens/OTP/OTP.js +8 -8
  65. package/build/features/auth/screens/OTP/OTPInput.js +3 -3
  66. package/build/features/bank/Bank.d.ts +1 -1
  67. package/build/features/bank/Bank.js +10 -10
  68. package/build/features/bank/screens/BankDetails/BankDetails.js +7 -7
  69. package/build/features/bank/screens/BankDetails/BankName.js +8 -8
  70. package/build/features/bank/screens/BankDetails/BankStatement.js +5 -5
  71. package/build/features/bank/screens/BankDetails/Beneficiary.js +7 -7
  72. package/build/features/bank/screens/BankDetails/ConfirmPolicy.js +5 -5
  73. package/build/features/bank/screens/BankDetails/IBAN.js +8 -8
  74. package/build/features/bank/screens/BankDetails/validation.js +1 -1
  75. package/build/features/bank/screens/ResetPasswordSuccess/ResetPasswordSuccess.js +1 -1
  76. package/build/features/bank/screens/Success/Success.js +3 -3
  77. package/build/features/bank/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.js +9 -9
  78. package/build/features/bank/screens/Verify/OTPInput.js +4 -4
  79. package/build/features/bank/screens/Verify/Verify.js +9 -9
  80. package/build/features/business/Business.d.ts +1 -1
  81. package/build/features/business/Business.js +10 -10
  82. package/build/features/business/screens/Activities/Activities.js +7 -7
  83. package/build/features/business/screens/Activities/ActivitiesList.d.ts +1 -1
  84. package/build/features/business/screens/Activities/ActivitiesList.js +9 -9
  85. package/build/features/business/screens/Activities/LicenseName.js +6 -6
  86. package/build/features/business/screens/Activities/OperationStartDate.js +4 -4
  87. package/build/features/business/screens/Activities/SalesChannels.d.ts +1 -1
  88. package/build/features/business/screens/Activities/SalesChannels.js +7 -7
  89. package/build/features/business/screens/BusinessType/BusinessType.js +8 -8
  90. package/build/features/business/screens/BusinessType/LicenseList.js +10 -10
  91. package/build/features/business/screens/BusinessType/LicenseNumber.js +8 -8
  92. package/build/features/business/screens/BusinessType/SelectType.js +6 -6
  93. package/build/features/business/screens/BusinessType/validation.js +2 -2
  94. package/build/features/business/screens/Customers/CustomerLocations.d.ts +1 -1
  95. package/build/features/business/screens/Customers/CustomerLocations.js +33 -15
  96. package/build/features/business/screens/Customers/Customers.js +8 -8
  97. package/build/features/business/screens/Customers/ExpectedCustomers.js +22 -10
  98. package/build/features/business/screens/Customers/ExpectedSalesRange.js +39 -21
  99. package/build/features/business/screens/Customers/RefundPolicy.d.ts +1 -1
  100. package/build/features/business/screens/Customers/RefundPolicy.js +7 -7
  101. package/build/features/business/screens/Customers/TransactionPolicy.js +5 -5
  102. package/build/features/business/screens/IDBOD/DOB.js +5 -5
  103. package/build/features/business/screens/IDBOD/ID.js +6 -6
  104. package/build/features/business/screens/IDBOD/IDBOD.js +6 -6
  105. package/build/features/business/screens/OTP/OTP.js +9 -9
  106. package/build/features/business/screens/OTP/OTPInput.js +4 -4
  107. package/build/features/business/screens/ResetPasswordSuccess/ResetPasswordSuccess.js +1 -1
  108. package/build/features/business/screens/Success/Success.js +3 -3
  109. package/build/features/business/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.js +9 -9
  110. package/build/features/business/screens/Verify/OTPInput.js +4 -4
  111. package/build/features/business/screens/Verify/Verify.js +9 -9
  112. package/build/features/connect/Connect.d.ts +1 -1
  113. package/build/features/connect/Connect.js +10 -10
  114. package/build/features/connect/screens/CivilID/CivilID.js +8 -8
  115. package/build/features/connect/screens/CivilID/IDNumber.js +7 -7
  116. package/build/features/connect/screens/Individual/Email.js +7 -7
  117. package/build/features/connect/screens/Individual/Individual.js +10 -10
  118. package/build/features/connect/screens/Individual/MobileNumber.d.ts +1 -1
  119. package/build/features/connect/screens/Individual/MobileNumber.js +11 -11
  120. package/build/features/connect/screens/Individual/Name.js +6 -6
  121. package/build/features/connect/screens/Individual/validation.js +1 -1
  122. package/build/features/connect/screens/Merchant/BrandList.d.ts +1 -1
  123. package/build/features/connect/screens/Merchant/BrandList.js +8 -8
  124. package/build/features/connect/screens/Merchant/BrandName.js +10 -10
  125. package/build/features/connect/screens/Merchant/Merchant.js +9 -9
  126. package/build/features/connect/screens/Merchant/SalesChannels.d.ts +1 -1
  127. package/build/features/connect/screens/Merchant/SalesChannels.js +7 -7
  128. package/build/features/connect/screens/Merchant/SocialMedia.js +9 -9
  129. package/build/features/connect/screens/Merchant/TAC.js +7 -7
  130. package/build/features/connect/screens/Merchant/validation.js +1 -1
  131. package/build/features/connect/screens/Mobile/Mobile.js +10 -10
  132. package/build/features/connect/screens/Mobile/MobileNumber.d.ts +1 -1
  133. package/build/features/connect/screens/Mobile/MobileNumber.js +12 -12
  134. package/build/features/connect/screens/Mobile/Title.js +2 -2
  135. package/build/features/connect/screens/NID/DOB.js +5 -5
  136. package/build/features/connect/screens/NID/IDNumber.js +8 -8
  137. package/build/features/connect/screens/NID/NID.js +8 -8
  138. package/build/features/connect/screens/OTP/OTP.js +9 -9
  139. package/build/features/connect/screens/OTP/OTPInput.js +4 -4
  140. package/build/features/connect/screens/ThankYou/ThankYou.js +1 -1
  141. package/build/features/connect/screens/VerifyPACI/VerifyPACI.js +8 -8
  142. package/build/features/connect/screens/VerifyPACI/VerifyPACILoading.js +3 -3
  143. package/build/features/connect/screens/VerifyPACI/VerifyPACISuccess.js +1 -1
  144. package/build/features/entity/Entity.d.ts +1 -1
  145. package/build/features/entity/Entity.js +10 -10
  146. package/build/features/entity/screens/EntityInfoConfirm/ActivitiesList.d.ts +1 -1
  147. package/build/features/entity/screens/EntityInfoConfirm/ActivitiesList.js +9 -9
  148. package/build/features/entity/screens/EntityInfoConfirm/EntityInfo.js +7 -7
  149. package/build/features/entity/screens/EntityInfoConfirm/LicenseName.js +4 -4
  150. package/build/features/entity/screens/EntityInfoConfirm/LicenseNumber.js +5 -5
  151. package/build/features/entity/screens/EntityInfoConfirm/OperationStartDate.js +5 -5
  152. package/build/features/entity/screens/EntityInfoConfirm/SalesChannels.d.ts +1 -1
  153. package/build/features/entity/screens/EntityInfoConfirm/SalesChannels.js +7 -7
  154. package/build/features/entity/screens/ResetPasswordSuccess/ResetPasswordSuccess.js +1 -1
  155. package/build/features/entity/screens/Success/Success.js +3 -3
  156. package/build/features/entity/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.js +9 -9
  157. package/build/features/entity/screens/Verify/OTPInput.js +4 -4
  158. package/build/features/entity/screens/Verify/Verify.js +9 -9
  159. package/build/features/featuresScreens.d.ts +1 -1
  160. package/build/features/featuresScreens.js +49 -49
  161. package/build/features/individual/Individual.d.ts +1 -1
  162. package/build/features/individual/Individual.js +10 -10
  163. package/build/features/individual/screens/AdditionalIndividualInfo/AdditionalIndividualInfo.js +9 -9
  164. package/build/features/individual/screens/AdditionalIndividualInfo/EmployerLocation.d.ts +1 -1
  165. package/build/features/individual/screens/AdditionalIndividualInfo/EmployerLocation.js +8 -8
  166. package/build/features/individual/screens/AdditionalIndividualInfo/EmployerName.js +6 -6
  167. package/build/features/individual/screens/AdditionalIndividualInfo/InfluencerSwitch.js +6 -6
  168. package/build/features/individual/screens/AdditionalIndividualInfo/MonthlyIncome.d.ts +1 -1
  169. package/build/features/individual/screens/AdditionalIndividualInfo/MonthlyIncome.js +23 -12
  170. package/build/features/individual/screens/AdditionalIndividualInfo/Occupation.d.ts +1 -1
  171. package/build/features/individual/screens/AdditionalIndividualInfo/Occupation.js +19 -11
  172. package/build/features/individual/screens/AdditionalIndividualInfo/PEPSwitch.js +6 -6
  173. package/build/features/individual/screens/AdditionalIndividualInfo/SourceOfIncome.d.ts +1 -1
  174. package/build/features/individual/screens/AdditionalIndividualInfo/SourceOfIncome.js +10 -10
  175. package/build/features/individual/screens/AdditionalIndividualInfo/validation.d.ts +1 -1
  176. package/build/features/individual/screens/ResetPasswordSuccess/ResetPasswordSuccess.js +1 -1
  177. package/build/features/individual/screens/ShowIndividualInfo/ShowOwnerInfo.js +6 -6
  178. package/build/features/individual/screens/ShowIndividualInfo/info.js +1 -1
  179. package/build/features/individual/screens/Success/Success.js +3 -3
  180. package/build/features/individual/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.js +9 -9
  181. package/build/features/individual/screens/Verify/OTPInput.js +4 -4
  182. package/build/features/individual/screens/Verify/Verify.js +9 -9
  183. package/build/features/otp/OTP.d.ts +1 -1
  184. package/build/features/otp/OTP.js +9 -9
  185. package/build/features/otp/screens/OTPVerify/OTPInput.js +4 -4
  186. package/build/features/otp/screens/OTPVerify/Verify.js +5 -5
  187. package/build/features/password/Password.d.ts +1 -1
  188. package/build/features/password/Password.js +10 -10
  189. package/build/features/password/screens/CreatePassword/ConditionText.js +1 -1
  190. package/build/features/password/screens/CreatePassword/ConfirmPassword.js +3 -3
  191. package/build/features/password/screens/CreatePassword/CreatePassword.js +8 -8
  192. package/build/features/password/screens/CreatePassword/Password.js +6 -6
  193. package/build/features/password/screens/OTP/OTP.js +9 -9
  194. package/build/features/password/screens/OTP/OTPInput.js +4 -4
  195. package/build/features/password/screens/ResetPasswordSuccess/ResetPasswordSuccess.js +1 -1
  196. package/build/features/password/screens/Success/Success.js +4 -4
  197. package/build/features/password/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.js +9 -9
  198. package/build/features/password/screens/Verify/OTPInput.js +4 -4
  199. package/build/features/password/screens/Verify/Verify.js +9 -9
  200. package/build/features/shared/AcceptancePayouts/AcceptancePayouts.js +4 -4
  201. package/build/features/shared/Background/Background.js +2 -2
  202. package/build/features/shared/Background/LogoBackground.js +3 -3
  203. package/build/features/shared/Button/AbsherButton.d.ts +1 -1
  204. package/build/features/shared/Button/AbsherButton.js +3 -3
  205. package/build/features/shared/Button/Button.d.ts +1 -1
  206. package/build/features/shared/Button/Button.js +7 -7
  207. package/build/features/shared/Button/EmailProvidersButtons.d.ts +1 -1
  208. package/build/features/shared/Button/EmailProvidersButtons.js +2 -2
  209. package/build/features/shared/Button/FlowsButtons.d.ts +2 -2
  210. package/build/features/shared/Button/FlowsButtons.js +6 -6
  211. package/build/features/shared/Button/MobileButton.d.ts +1 -1
  212. package/build/features/shared/Button/MobileButton.js +3 -3
  213. package/build/features/shared/Dialog/CloseDialog.js +2 -2
  214. package/build/features/shared/Dialog/DialogContainer.js +2 -2
  215. package/build/features/shared/Footer/Footer.js +4 -4
  216. package/build/features/shared/Input/Input.d.ts +1 -1
  217. package/build/features/shared/Input/Input.js +2 -2
  218. package/build/features/shared/OTP/OTP.d.ts +1 -1
  219. package/build/features/shared/OTP/OTP.js +3 -3
  220. package/build/features/shared/Search/Search.js +1 -1
  221. package/build/features/shared/SearchIcon/SearchIcon.js +2 -2
  222. package/build/features/shared/SuccessScreen/SuccessScreen.js +5 -5
  223. package/build/features/shared/UploadFile/UploadFile.js +10 -10
  224. package/build/features/signIn/SignIn.d.ts +1 -1
  225. package/build/features/signIn/SignIn.js +10 -10
  226. package/build/features/signIn/screens/Email/Email.js +8 -8
  227. package/build/features/signIn/screens/Email/EmailField.js +5 -5
  228. package/build/features/signIn/screens/Email/validation.js +1 -1
  229. package/build/features/signIn/screens/Mobile/Mobile.js +9 -9
  230. package/build/features/signIn/screens/Mobile/MobileNumber.d.ts +1 -1
  231. package/build/features/signIn/screens/Mobile/MobileNumber.js +12 -12
  232. package/build/features/signIn/screens/OTP/OTP.js +9 -9
  233. package/build/features/signIn/screens/OTP/OTPInput.js +4 -4
  234. package/build/features/signIn/screens/Password/Password.js +7 -7
  235. package/build/features/signIn/screens/Password/PasswordInput.js +3 -3
  236. package/build/features/tax/Tax.d.ts +1 -1
  237. package/build/features/tax/Tax.js +10 -10
  238. package/build/features/tax/screens/ResetPasswordSuccess/ResetPasswordSuccess.js +1 -1
  239. package/build/features/tax/screens/Success/Success.js +3 -3
  240. package/build/features/tax/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.js +9 -9
  241. package/build/features/tax/screens/TaxDetails/ConfirmPolicy.js +5 -5
  242. package/build/features/tax/screens/TaxDetails/TaxDetails.js +6 -6
  243. package/build/features/tax/screens/TaxDetails/VATId.js +5 -5
  244. package/build/features/tax/screens/Verify/OTPInput.js +4 -4
  245. package/build/features/tax/screens/Verify/Verify.js +9 -9
  246. package/build/hooks/useAppConfig.d.ts +1 -1
  247. package/build/hooks/useAppConfig.js +4 -4
  248. package/build/hooks/useAppSelector.d.ts +1 -1
  249. package/build/hooks/useAppTheme.d.ts +1 -1
  250. package/build/hooks/useAppTheme.js +3 -3
  251. package/build/hooks/useErrorListener.js +1 -1
  252. package/build/hooks/useLanguage.js +1 -1
  253. package/build/hooks/useRedirectionListener.js +1 -1
  254. package/build/hooks/useScreen.js +1 -1
  255. package/build/hooks/useStepStartedListener.js +1 -1
  256. package/build/i18n.js +1 -1
  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 +129 -129
  267. package/build/api/index.d.ts +0 -87
  268. package/build/components/DatePicker/customStyle.css +0 -86
  269. package/build/index.css +0 -140
@@ -16,16 +16,16 @@ import { useForm, FormProvider } from 'react-hook-form';
16
16
  import { yupResolver } from '@hookform/resolvers/yup';
17
17
  import { useTranslation } from 'react-i18next';
18
18
  import { styled, alpha } from '@mui/material/styles';
19
- import Collapse from '../../../../components/Collapse';
20
- import Form from '../../../../components/Form';
21
- import Button, { MobileButton } from '../../../shared/Button';
22
- import { useAppDispatch, useAppSelector } from '../../../../hooks';
23
- import { handlePrevScreenStep, settingsSelector } from '../../../../app/settings';
24
- import ScreenContainer from '../../../shared/Containers/ScreenContainer';
25
- import { clearError, createMobileAuth, signInSelector } from '../../../app/signIn/signInStore';
26
- import { useLanguage } from '../../../../hooks';
19
+ import Collapse from '@components/Collapse';
20
+ import Form from '@components/Form';
21
+ import Button, { MobileButton } from '@features/shared/Button';
22
+ import { useAppDispatch, useAppSelector } from '@hooks';
23
+ import { handlePrevScreenStep, settingsSelector } from '@app/settings';
24
+ import ScreenContainer from '@features/shared/Containers/ScreenContainer';
25
+ import { clearError, createMobileAuth, signInSelector } from '@features/app/signIn/signInStore';
26
+ import { useLanguage } from '@hooks';
27
27
  import Divider from '@mui/material/Divider';
28
- import Text from '../../../../components/Text';
28
+ import Text from '@components/Text';
29
29
  import MobileNumber from './MobileNumber';
30
30
  import { PhoneValidationSchema } from './validation';
31
31
  var FormStyled = styled(Form)(function () { return ({
@@ -1,5 +1,5 @@
1
1
  import * as React from 'react';
2
- import { CountryCode } from '../../../../@types';
2
+ import { CountryCode } from '@types';
3
3
  interface MobileNumberProps {
4
4
  countries: Array<CountryCode>;
5
5
  setMobileLength?: (length: number) => void;
@@ -26,18 +26,18 @@ import Box from '@mui/material/Box';
26
26
  import { useTranslation } from 'react-i18next';
27
27
  import { useController, useFormContext } from 'react-hook-form';
28
28
  import { styled, alpha } from '@mui/material/styles';
29
- import Text from '../../../../components/Text';
30
- import Collapse from '../../../../components/Collapse';
31
- import ClearIcon from '../../../shared/ClearIcon';
32
- import CheckIcon from '../../../shared/CheckIcon';
33
- import ScreenContainer from '../../../shared/Containers/ScreenContainer';
34
- import { signInSelector } from '../../../app/signIn/signInStore';
35
- import ExpandIcon from '../../../../components/ExpandIcon';
36
- import Input from '../../../shared/Input';
37
- import SimpleList from '../../../../components/SimpleList';
38
- import { removeAllCharsFromNumber } from '../../../../utils';
39
- import { useLanguage, useAppSelector } from '../../../../hooks';
40
- import Search from '../../../shared/Search';
29
+ import Text from '@components/Text';
30
+ import Collapse from '@components/Collapse';
31
+ import ClearIcon from '@features/shared/ClearIcon';
32
+ import CheckIcon from '@features/shared/CheckIcon';
33
+ import ScreenContainer from '@features/shared/Containers/ScreenContainer';
34
+ import { signInSelector } from '@features/app/signIn/signInStore';
35
+ import ExpandIcon from '@components/ExpandIcon';
36
+ import Input from '@features/shared/Input';
37
+ import SimpleList from '@components/SimpleList';
38
+ import { removeAllCharsFromNumber } from '@utils';
39
+ import { useLanguage, useAppSelector } from '@hooks';
40
+ import Search from '@features/shared/Search';
41
41
  var LabelContainerStyled = styled(Box)(function (_a) {
42
42
  var theme = _a.theme;
43
43
  return ({
@@ -14,17 +14,17 @@ 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, signInSelector, resetOTPScreen, verifyAuthOTP } from '../../../app/signIn/signInStore';
19
- import Button from '../../../shared/Button';
20
- import { ScreenContainer } from '../../../shared/Containers';
21
- import { useAppDispatch, useAppSelector } from '../../../../hooks';
22
- import { handlePrevScreenStep } from '../../../../app/settings';
23
- import { useLanguage } from '../../../../hooks';
17
+ import Text from '@components/Text';
18
+ import { clearError, signInSelector, resetOTPScreen, verifyAuthOTP } from '@features/app/signIn/signInStore';
19
+ import Button from '@features/shared/Button';
20
+ import { ScreenContainer } from '@features/shared/Containers';
21
+ import { useAppDispatch, useAppSelector } from '@hooks';
22
+ import { handlePrevScreenStep } from '@app/settings';
23
+ import { useLanguage } from '@hooks';
24
24
  import { useForm, FormProvider } from 'react-hook-form';
25
25
  import { yupResolver } from '@hookform/resolvers/yup';
26
- import Form from '../../../../components/Form';
27
- import { maskPhone, maskEmail } from '../../../../utils';
26
+ import Form from '@components/Form';
27
+ import { maskPhone, maskEmail } from '@utils';
28
28
  import { OTPValidation } from './validation';
29
29
  import OTPInput from './OTPInput';
30
30
  var OTPTitleContainerStyled = styled(Box)(function (_a) {
@@ -15,10 +15,10 @@ 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 '../../../shared/OTP';
19
- import { DEFAULT_TIMER_VALUE } from '../../../../constants';
20
- import { signInSelector, resendOTPMobile, resendOTPEmail } from '../../../app/signIn/signInStore';
21
- import { useAppDispatch, useAppSelector } from '../../../../hooks';
18
+ import OTPField from '@features/shared/OTP';
19
+ import { DEFAULT_TIMER_VALUE } from '@constants';
20
+ import { signInSelector, resendOTPMobile, resendOTPEmail } from '@features/app/signIn/signInStore';
21
+ import { useAppDispatch, useAppSelector } from '@hooks';
22
22
  var BoxStyled = styled(Box)(function (_a) {
23
23
  var theme = _a.theme;
24
24
  return ({
@@ -17,13 +17,13 @@ import { useSelector } from 'react-redux';
17
17
  import { yupResolver } from '@hookform/resolvers/yup';
18
18
  import Box from '@mui/material/Box';
19
19
  import { styled } from '@mui/material/styles';
20
- import { useAppDispatch } from '../../../../hooks';
21
- import { handlePrevScreenStep } from '../../../../app/settings';
22
- import Form from '../../../../components/Form';
23
- import { useLanguage } from '../../../../hooks';
24
- import ScreenContainer from '../../../shared/Containers/ScreenContainer';
25
- import Button from '../../../shared/Button';
26
- import { signInSelector, verifyAuthPassword } from '../../../app/signIn/signInStore';
20
+ import { useAppDispatch } from '@hooks';
21
+ import { handlePrevScreenStep } from '@app/settings';
22
+ import Form from '@components/Form';
23
+ import { useLanguage } from '@hooks';
24
+ import ScreenContainer from '@features/shared/Containers/ScreenContainer';
25
+ import Button from '@features/shared/Button';
26
+ import { signInSelector, verifyAuthPassword } from '@features/app/signIn/signInStore';
27
27
  import PasswordInput from './PasswordInput';
28
28
  import { PasswordValidation } from './validation';
29
29
  var InputsContainerStyled = styled(Box)(function (_a) {
@@ -2,9 +2,9 @@ import { jsx as _jsx } from "react/jsx-runtime";
2
2
  import * as React from 'react';
3
3
  import { useTranslation } from 'react-i18next';
4
4
  import { useController, useFormContext } from 'react-hook-form';
5
- import ScreenContainer from '../../../shared/Containers/ScreenContainer';
6
- import PasswordIcon from '../../../shared/PasswordIcon';
7
- import Input from '../../../shared/Input';
5
+ import ScreenContainer from '@features/shared/Containers/ScreenContainer';
6
+ import PasswordIcon from '@features/shared/PasswordIcon';
7
+ import Input from '@features/shared/Input';
8
8
  var PasswordInput = function (_a) {
9
9
  var _b;
10
10
  var t = useTranslation().t;
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- import { LibConfig } from '../../@types';
2
+ import { LibConfig } from '@types';
3
3
  export interface TaxLibProps extends LibConfig {
4
4
  }
5
5
  export declare function TaxLib(props: TaxLibProps): 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, useAppConfig, useErrorListener, 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 } from '../../utils';
21
- import { FeatureContainer } from '../shared/Containers';
22
- import { DIALOG_ID, TAX_SCREENS_NAVIGATION } from '../../constants';
14
+ import { useAppTheme, useAppDispatch, useAppSelector, useAppConfig, useErrorListener, 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 } from '@utils';
21
+ import { FeatureContainer } from '@features/shared/Containers';
22
+ import { DIALOG_ID, TAX_SCREENS_NAVIGATION } from '@constants';
23
23
  import { taxFeatureScreens } from '../featuresScreens';
24
24
  import CustomFooter from '../shared/Footer';
25
- import { taxSelector, verifyLeadToken } from '../app/tax/taxStore';
25
+ import { taxSelector, verifyLeadToken } from '@features/app/tax/taxStore';
26
26
  import Background from '../shared/Background';
27
27
  var Tax = memo(function (props) {
28
28
  var theme = useAppTheme().theme;
@@ -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 '../../../shared/SuccessScreen';
4
+ import SuccessScreen from '@features/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 { useAppDispatch, useAppSelector } from '../../../../hooks';
5
- import { updateLeadSuccess, taxSelector } from '../../../app/tax/taxStore';
6
- import SuccessScreen from '../../../shared/SuccessScreen';
4
+ import { useAppDispatch, useAppSelector } from '@hooks';
5
+ import { updateLeadSuccess, taxSelector } from '@features/app/tax/taxStore';
6
+ import SuccessScreen from '@features/shared/SuccessScreen';
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 '../../../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 { taxSelector } from '../../../app/tax/taxStore';
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 { taxSelector } from '@features/app/tax/taxStore';
21
21
  import Box from '@mui/material/Box';
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';
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';
26
26
  var TitleStyled = styled(Text)(function (_a) {
27
27
  var _b;
28
28
  var theme = _a.theme;
@@ -13,12 +13,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
15
  import { styled, alpha } from '@mui/material/styles';
16
- import { ScreenContainer } from '../../../shared/Containers';
16
+ import { ScreenContainer } from '@features/shared/Containers';
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 ({
@@ -10,17 +10,17 @@ var __assign = (this && this.__assign) || function () {
10
10
  return __assign.apply(this, arguments);
11
11
  };
12
12
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
13
- import { ScreenContainer } from '../../../shared/Containers';
14
- import Button from '../../../shared/Button';
15
- import { useAppDispatch, useLanguage, useAppSelector } from '../../../../hooks';
13
+ import { ScreenContainer } from '@features/shared/Containers';
14
+ import Button from '@features/shared/Button';
15
+ import { useAppDispatch, useLanguage, useAppSelector } from '@hooks';
16
16
  import { useTranslation } from 'react-i18next';
17
17
  import { styled } from '@mui/material/styles';
18
18
  import { useForm, FormProvider } from 'react-hook-form';
19
- import Form from '../../../../components/Form';
19
+ import Form from '@components/Form';
20
20
  import { Validation } from './validation';
21
21
  import { yupResolver } from '@hookform/resolvers/yup';
22
- import { taxSelector, updateTaxInfo } from '../../../app/tax/taxStore';
23
- import { handleCurrentActiveScreen } from '../../../../app/settings';
22
+ import { taxSelector, updateTaxInfo } from '@features/app/tax/taxStore';
23
+ import { handleCurrentActiveScreen } from '@app/settings';
24
24
  import VATId from './VATId';
25
25
  import ConfirmPolicy from './ConfirmPolicy';
26
26
  var FormStyled = styled(Form)(function () { return ({
@@ -11,13 +11,13 @@ var __assign = (this && this.__assign) || function () {
11
11
  };
12
12
  import { jsx as _jsx } from "react/jsx-runtime";
13
13
  import Box from '@mui/material/Box';
14
- import Input from '../../../shared/Input';
14
+ import Input from '@features/shared/Input';
15
15
  import { useTranslation } from 'react-i18next';
16
16
  import { useController, useFormContext } from 'react-hook-form';
17
- import { VAT_ID_LENGTH } from '../../../../constants';
18
- import ClearIcon from '../../../shared/ClearIcon';
19
- import CheckIcon from '../../../shared/CheckIcon';
20
- import { removeAllCharsFromNumber } from '../../../../utils';
17
+ import { VAT_ID_LENGTH } from '@constants';
18
+ import ClearIcon from '@features/shared/ClearIcon';
19
+ import CheckIcon from '@features/shared/CheckIcon';
20
+ import { removeAllCharsFromNumber } from '@utils';
21
21
  var VATId = function () {
22
22
  var _a;
23
23
  var t = useTranslation().t;
@@ -11,14 +11,14 @@ 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 { useAppDispatch } from '../../../../hooks';
14
+ import { useAppDispatch } from '@hooks';
15
15
  import Box from '@mui/material/Box/Box';
16
16
  import { styled } from '@mui/material/styles';
17
- import OTPField from '../../../shared/OTP';
17
+ import OTPField from '@features/shared/OTP';
18
18
  import { useController, useFormContext } from 'react-hook-form';
19
19
  import { useTranslation } from 'react-i18next';
20
- import { DEFAULT_TIMER_VALUE } from '../../../../constants';
21
- import { resendOTP } from '../../../app/tax/taxStore';
20
+ import { DEFAULT_TIMER_VALUE } from '@constants';
21
+ import { resendOTP } from '@features/app/tax/taxStore';
22
22
  var BoxStyled = styled(Box)(function (_a) {
23
23
  var theme = _a.theme;
24
24
  return ({
@@ -11,20 +11,20 @@ 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 { useAppDispatch } from '../../../../hooks';
14
+ import { useAppDispatch } from '@hooks';
15
15
  import { useTranslation } from 'react-i18next';
16
16
  import { useForm, FormProvider } from 'react-hook-form';
17
17
  import { yupResolver } from '@hookform/resolvers/yup';
18
18
  import Box from '@mui/material/Box/Box';
19
19
  import { styled } from '@mui/material/styles';
20
- import { handlePrevScreenStep } from '../../../../app/settings';
21
- import { useLanguage, useAppSelector } from '../../../../hooks';
22
- import { maskPhone } from '../../../../utils';
23
- import Form from '../../../../components/Form';
24
- import Text from '../../../../components/Text';
25
- import { ScreenContainer } from '../../../shared/Containers';
26
- import { taxSelector, clearError, resetOTPScreen, verifyTaxLeadOTP } from '../../../app/tax/taxStore';
27
- import Button from '../../../shared/Button';
20
+ import { handlePrevScreenStep } from '@app/settings';
21
+ import { useLanguage, useAppSelector } from '@hooks';
22
+ import { maskPhone } from '@utils';
23
+ import Form from '@components/Form';
24
+ import Text from '@components/Text';
25
+ import { ScreenContainer } from '@features/shared/Containers';
26
+ import { taxSelector, clearError, resetOTPScreen, verifyTaxLeadOTP } from '@features/app/tax/taxStore';
27
+ import Button from '@features/shared/Button';
28
28
  import { OTPValidation } from './validation';
29
29
  import OTPInput from './OTPInput';
30
30
  var OTPTitleContainerStyled = styled(Box)(function (_a) {
@@ -1,4 +1,4 @@
1
- import { LibConfig, ScreenStepNavigation } from '../@types';
1
+ import { LibConfig, ScreenStepNavigation } from '@types';
2
2
  interface AppConfigProps extends LibConfig {
3
3
  navigation: ScreenStepNavigation[];
4
4
  }
@@ -21,11 +21,11 @@ var __rest = (this && this.__rest) || function (s, e) {
21
21
  return t;
22
22
  };
23
23
  import { useEffect } from 'react';
24
- import { handleActiveFlowScreens, handleSetAppConfig, handleLanguage, handleOpen, handleIsTapOrigin, fetchAppSettingsSync } from '../app/settings';
24
+ import { handleActiveFlowScreens, handleSetAppConfig, handleLanguage, handleOpen, handleIsTapOrigin, fetchAppSettingsSync } from '@app/settings';
25
25
  import { useAppDispatch } from './useAppDispatch';
26
- import { axiosInstance } from '../api';
27
- import { isTapDomain, removeRequestHeaders } from '../utils';
28
- import { ENDPOINT_PATHS } from '../constants';
26
+ import { axiosInstance } from '@api';
27
+ import { isTapDomain, removeRequestHeaders } from '@utils';
28
+ import { ENDPOINT_PATHS } from '@constants';
29
29
  export var useAppConfig = function (_a) {
30
30
  var appInfo = _a.appInfo, navigation = _a.navigation, publicKey = _a.publicKey, rest = __rest(_a, ["appInfo", "navigation", "publicKey"]);
31
31
  var dispatch = useAppDispatch();
@@ -1,3 +1,3 @@
1
1
  import { TypedUseSelectorHook } from 'react-redux';
2
- import { RootState } from '../app/store';
2
+ import { RootState } from '@app/store';
3
3
  export declare const useAppSelector: TypedUseSelectorHook<RootState>;
@@ -1,4 +1,4 @@
1
- import { ThemContext } from '../@types';
1
+ import { ThemContext } from '@types';
2
2
  export declare const useAppTheme: () => {
3
3
  theme: ThemContext | undefined;
4
4
  };
@@ -1,9 +1,9 @@
1
1
  import { useEffect, useState } from 'react';
2
- import { LanguageMode, DirectionMode } from '../@types';
3
- import { settingsSelector } from '../app/settings';
2
+ import { LanguageMode, DirectionMode } from '@types';
3
+ import { settingsSelector } from '@app/settings';
4
4
  import { isMobile } from 'react-device-detect';
5
5
  import { useAppSelector } from './useAppSelector';
6
- import { appTheme } from '../theme';
6
+ import { appTheme } from '@theme';
7
7
  export var useAppTheme = function () {
8
8
  var _a = useState(), theme = _a[0], setTheme = _a[1];
9
9
  var data = useAppSelector(settingsSelector).data;
@@ -1,5 +1,5 @@
1
1
  import { useEffect } from 'react';
2
- import { settingsSelector } from '../app/settings';
2
+ import { settingsSelector } from '@app/settings';
3
3
  import { useAppSelector } from './useAppSelector';
4
4
  export var useErrorListener = function (error) {
5
5
  var settings = useAppSelector(settingsSelector);
@@ -1,5 +1,5 @@
1
1
  import { useTranslation } from 'react-i18next';
2
- import { LanguageMode } from '../@types';
2
+ import { LanguageMode } from '@types';
3
3
  export function useLanguage() {
4
4
  var i18n = useTranslation().i18n;
5
5
  var isAr = i18n.language === LanguageMode.AR;
@@ -1,4 +1,4 @@
1
- import { decodeObjectBase64, getParameterByName } from '../utils';
1
+ import { decodeObjectBase64, getParameterByName } from '@utils';
2
2
  export var useRedirectionData = function (dataKey) {
3
3
  if (dataKey === void 0) { dataKey = 'data'; }
4
4
  var dataToken = getParameterByName(dataKey);
@@ -1,5 +1,5 @@
1
1
  import { useEffect, useState } from 'react';
2
- import { useWindowSize } from '.';
2
+ import { useWindowSize } from '@hooks';
3
3
  import { useTheme } from '@mui/material/styles';
4
4
  export var useScreen = function (breakpoint) {
5
5
  if (breakpoint === void 0) { breakpoint = 'sm'; }
@@ -1,5 +1,5 @@
1
1
  import { useEffect } from 'react';
2
- import { settingsSelector } from '../app/settings';
2
+ import { settingsSelector } from '@app/settings';
3
3
  import { useAppSelector } from './useAppSelector';
4
4
  export var useStepStartedListener = function () {
5
5
  var settings = useAppSelector(settingsSelector);
package/build/i18n.js CHANGED
@@ -2,7 +2,7 @@ import i18n from 'i18next';
2
2
  import { initReactI18next } from 'react-i18next';
3
3
  import Backend from 'i18next-http-backend';
4
4
  import LanguageDetector from 'i18next-browser-languagedetector';
5
- import { LOCAL_STORAGE_KEYS } from './constants';
5
+ import { LOCAL_STORAGE_KEYS } from '@constants';
6
6
  import translationEN from './assets/locales/en.json';
7
7
  import translationAR from './assets/locales/ar.json';
8
8
  var resources = {
package/build/index.d.ts CHANGED
@@ -1,14 +1,14 @@
1
1
  import './index.css';
2
2
  import './i18n';
3
- import { ConnectLib, renderConnectLib, ConnectLibProps, unmountConnectLib } from './features/connect';
4
- import { BusinessLib, renderBusinessLib, BusinessLibProps, unmountBusinessLib } from './features/business';
5
- import { PasswordLib, renderPasswordLib, PasswordLibProps, unmountPasswordLib } from './features/password';
6
- import { IndividualLib, renderIndividualLib, IndividualLibProps, unmountIndividualLib } from './features/individual';
7
- import { BankLib, renderBankLib, BankLibProps, unmountBankLib } from './features/bank';
8
- import { TaxLib, renderTaxLib, TaxLibProps, unmountTaxLib } from './features/tax';
9
- import { SignInLib, renderSignInLib, SignInLibProps, unmountSignInLib } from './features/signIn';
10
- import { EntityLib, EntityLibProps, renderEntityLib, unmountEntityLib } from './features/entity';
11
- import { OTPLib, OTPLibProps, renderOTPLib, unmountOTPLib } from './features/otp/OTP';
12
- import { AuthLib, AuthLibProps, renderAuthLib, unmountAuthLib } from './features/auth';
3
+ import { ConnectLib, renderConnectLib, ConnectLibProps, unmountConnectLib } from '@features/connect';
4
+ import { BusinessLib, renderBusinessLib, BusinessLibProps, unmountBusinessLib } from '@features/business';
5
+ import { PasswordLib, renderPasswordLib, PasswordLibProps, unmountPasswordLib } from '@features/password';
6
+ import { IndividualLib, renderIndividualLib, IndividualLibProps, unmountIndividualLib } from '@features/individual';
7
+ import { BankLib, renderBankLib, BankLibProps, unmountBankLib } from '@features/bank';
8
+ import { TaxLib, renderTaxLib, TaxLibProps, unmountTaxLib } from '@features/tax';
9
+ import { SignInLib, renderSignInLib, SignInLibProps, unmountSignInLib } from '@features/signIn';
10
+ import { EntityLib, EntityLibProps, renderEntityLib, unmountEntityLib } from '@features/entity';
11
+ import { OTPLib, OTPLibProps, renderOTPLib, unmountOTPLib } from '@features/otp/OTP';
12
+ import { AuthLib, AuthLibProps, renderAuthLib, unmountAuthLib } from '@features/auth';
13
13
  export type { ConnectLibProps, BusinessLibProps, PasswordLibProps, IndividualLibProps, BankLibProps, TaxLibProps, EntityLibProps, OTPLibProps, AuthLibProps, SignInLibProps };
14
14
  export { ConnectLib, renderConnectLib, unmountConnectLib, BusinessLib, renderBusinessLib, unmountBusinessLib, PasswordLib, renderPasswordLib, unmountPasswordLib, IndividualLib, renderIndividualLib, unmountIndividualLib, BankLib, renderBankLib, unmountBankLib, TaxLib, renderTaxLib, unmountTaxLib, EntityLib, renderEntityLib, unmountEntityLib, OTPLib, renderOTPLib, unmountOTPLib, SignInLib, renderSignInLib, unmountSignInLib, AuthLib, renderAuthLib, unmountAuthLib };
package/build/index.js CHANGED
@@ -1,15 +1,15 @@
1
1
  import './index.css';
2
2
  import './i18n';
3
- import { ConnectLib, renderConnectLib, unmountConnectLib } from './features/connect';
4
- import { BusinessLib, renderBusinessLib, unmountBusinessLib } from './features/business';
5
- import { PasswordLib, renderPasswordLib, unmountPasswordLib } from './features/password';
6
- import { IndividualLib, renderIndividualLib, unmountIndividualLib } from './features/individual';
7
- import { BankLib, renderBankLib, unmountBankLib } from './features/bank';
8
- import { TaxLib, renderTaxLib, unmountTaxLib } from './features/tax';
9
- import { SignInLib, renderSignInLib, unmountSignInLib } from './features/signIn';
10
- import { EntityLib, renderEntityLib, unmountEntityLib } from './features/entity';
11
- import { OTPLib, renderOTPLib, unmountOTPLib } from './features/otp/OTP';
12
- import { AuthLib, renderAuthLib, unmountAuthLib } from './features/auth';
3
+ import { ConnectLib, renderConnectLib, unmountConnectLib } from '@features/connect';
4
+ import { BusinessLib, renderBusinessLib, unmountBusinessLib } from '@features/business';
5
+ import { PasswordLib, renderPasswordLib, unmountPasswordLib } from '@features/password';
6
+ import { IndividualLib, renderIndividualLib, unmountIndividualLib } from '@features/individual';
7
+ import { BankLib, renderBankLib, unmountBankLib } from '@features/bank';
8
+ import { TaxLib, renderTaxLib, unmountTaxLib } from '@features/tax';
9
+ import { SignInLib, renderSignInLib, unmountSignInLib } from '@features/signIn';
10
+ import { EntityLib, renderEntityLib, unmountEntityLib } from '@features/entity';
11
+ import { OTPLib, renderOTPLib, unmountOTPLib } from '@features/otp/OTP';
12
+ import { AuthLib, renderAuthLib, unmountAuthLib } from '@features/auth';
13
13
  export { ConnectLib, renderConnectLib, unmountConnectLib, BusinessLib, renderBusinessLib, unmountBusinessLib, PasswordLib, renderPasswordLib, unmountPasswordLib, IndividualLib, renderIndividualLib, unmountIndividualLib, BankLib, renderBankLib, unmountBankLib, TaxLib, renderTaxLib, unmountTaxLib, EntityLib, renderEntityLib, unmountEntityLib, OTPLib, renderOTPLib, unmountOTPLib, SignInLib, renderSignInLib, unmountSignInLib, AuthLib, renderAuthLib, unmountAuthLib };
14
14
  window['TapAuth'] = {
15
15
  renderConnectLib: renderConnectLib,
@@ -1,2 +1,2 @@
1
- import { DirectionMode, ThemeMode } from '../@types';
1
+ import { DirectionMode, ThemeMode } from '@types';
2
2
  export declare const appTheme: (mode: ThemeMode, isMobile: boolean, dir: DirectionMode) => import("@mui/material/styles").Theme;
@@ -1,4 +1,4 @@
1
- import { CountryCode } from '../@types';
1
+ import { CountryCode } from '@types';
2
2
  export declare const isArray: (value: any) => value is any[];
3
3
  export declare const joinArray: (items: Array<any>, joiner?: string) => string;
4
4
  export declare const replaceStringArrayItems: (items: Array<string>, include: string, withThis: string) => string[];
@@ -1,2 +1,2 @@
1
- import { LocalProps } from '../@types';
1
+ import { LocalProps } from '@types';
2
2
  export declare const updateLocale: (locale: LocalProps, country: string) => void;
@@ -1,5 +1,5 @@
1
1
  import { initReactI18next } from 'react-i18next';
2
- import i18n from '../i18n';
2
+ import i18n from '@src/i18n';
3
3
  export var updateLocale = function (locale, country) {
4
4
  var data = locale['SA'] || locale[country.toUpperCase()] || locale['default'];
5
5
  if (i18n.isInitialized) {
@@ -1,4 +1,4 @@
1
- import { RSA_FRONTEND_MW_PUBLIC_KEY } from '../constants';
1
+ import { RSA_FRONTEND_MW_PUBLIC_KEY } from '@constants';
2
2
  var JSEncrypt = require('jsencrypt').JSEncrypt;
3
3
  var rsa = new JSEncrypt();
4
4
  rsa.setPublicKey(RSA_FRONTEND_MW_PUBLIC_KEY);
@@ -1,4 +1,4 @@
1
- import { DeviceInfo } from '../@types';
1
+ import { DeviceInfo } from '@types';
2
2
  export declare const maskPhone: (str?: string) => string;
3
3
  export declare const maskID: (str: string) => string;
4
4
  export declare const maskEmail: (str: string) => string;
@@ -1,7 +1,7 @@
1
- import { FlowsTypes } from '../@types';
2
- import { encryptString } from '.';
3
- import { removeAxiosGlobalHeaders } from '../api';
4
- import { ENDPOINT_PATHS } from '../constants';
1
+ import { FlowsTypes } from '@types';
2
+ import { encryptString } from '@utils';
3
+ import { removeAxiosGlobalHeaders } from '@api';
4
+ import { ENDPOINT_PATHS } from '@constants';
5
5
  import moment from 'moment';
6
6
  export var maskPhone = function (str) {
7
7
  if (str === void 0) { str = ''; }