@tap-payments/auth-jsconnect 2.4.29-test → 2.4.30-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 (427) 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.js +1 -1
  11. package/build/api/document.js +1 -1
  12. package/build/api/entity.js +1 -1
  13. package/build/api/file.js +1 -1
  14. package/build/api/firebase.js +1 -1
  15. package/build/api/individual.js +1 -1
  16. package/build/api/init.js +1 -1
  17. package/build/api/lead.d.ts +1 -1
  18. package/build/api/lead.js +1 -1
  19. package/build/api/location.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/components/AnimationFlow/AnimationFlow.d.ts +1 -1
  27. package/build/components/AnimationFlow/AnimationFlow.js +1 -1
  28. package/build/components/AnimationFlow/BottomSheet.d.ts +1 -1
  29. package/build/components/AnimationFlow/BottomSheet.js +3 -3
  30. package/build/components/AnimationFlow/Dialog.d.ts +1 -1
  31. package/build/components/AnimationFlow/Dialog.js +4 -4
  32. package/build/components/ArabicDatePicker/ArabicDatePicker.js +2 -2
  33. package/build/components/ArabicDatePicker/style.css +24 -0
  34. package/build/components/DatePicker/DatePicker.js +3 -3
  35. package/build/components/DatePicker/customStyle.css +86 -0
  36. package/build/components/FileInput/DragAndDrop.js +6 -6
  37. package/build/components/FileInput/UploadInput.js +2 -2
  38. package/build/components/Footer/Footer.js +3 -3
  39. package/build/components/Input/Input.js +2 -2
  40. package/build/components/OTPTimer/OTPTimer.js +1 -1
  41. package/build/components/Providers/ThemeProvider.d.ts +1 -1
  42. package/build/components/SimpleList/SimpleList.js +2 -2
  43. package/build/components/Tooltip/Tooltip.js +2 -2
  44. package/build/constants/app.d.ts +1 -1
  45. package/build/constants/app.js +1 -1
  46. package/build/features/app/bank/bankStore.d.ts +2 -2
  47. package/build/features/app/bank/bankStore.js +5 -5
  48. package/build/features/app/brand/brandStore.d.ts +2 -2
  49. package/build/features/app/brand/brandStore.js +5 -5
  50. package/build/features/app/business/businessStore.d.ts +2 -2
  51. package/build/features/app/business/businessStore.js +5 -5
  52. package/build/features/app/connect/connectStore.d.ts +2 -2
  53. package/build/features/app/connect/connectStore.js +5 -5
  54. package/build/features/app/connectExpress/connectExpressStore.d.ts +2 -2
  55. package/build/features/app/connectExpress/connectExpressStore.js +6 -6
  56. package/build/features/app/entity/entityStore.d.ts +2 -2
  57. package/build/features/app/entity/entityStore.js +5 -5
  58. package/build/features/app/individual/individualStore.d.ts +147 -0
  59. package/build/features/app/individual/individualStore.js +13 -14
  60. package/build/features/app/password/passwordStore.d.ts +2 -2
  61. package/build/features/app/password/passwordStore.js +4 -4
  62. package/build/features/app/signIn/signInStore.d.ts +2 -2
  63. package/build/features/app/signIn/signInStore.js +3 -3
  64. package/build/features/app/tax/taxStore.d.ts +2 -2
  65. package/build/features/app/tax/taxStore.js +5 -5
  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 +9 -9
  69. package/build/features/bank/screens/BankDetails/BankName.js +8 -8
  70. package/build/features/bank/screens/BankDetails/BankStatement.d.ts +1 -1
  71. package/build/features/bank/screens/BankDetails/BankStatement.js +6 -6
  72. package/build/features/bank/screens/BankDetails/Beneficiary.js +6 -6
  73. package/build/features/bank/screens/BankDetails/ConfirmPolicy.js +5 -5
  74. package/build/features/bank/screens/BankDetails/IBAN.js +10 -10
  75. package/build/features/bank/screens/BankDetails/validation.js +1 -1
  76. package/build/features/bank/screens/PrepareDataLoading/PrepareDataLoading.js +3 -3
  77. package/build/features/bank/screens/ResetPasswordSuccess/ResetPasswordSuccess.js +5 -5
  78. package/build/features/bank/screens/Success/Success.js +3 -3
  79. package/build/features/bank/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.js +3 -3
  80. package/build/features/bank/screens/Verify/OTPInput.js +5 -5
  81. package/build/features/bank/screens/Verify/Verify.js +8 -8
  82. package/build/features/brand/Brand.d.ts +1 -1
  83. package/build/features/brand/Brand.js +10 -10
  84. package/build/features/brand/screens/BrandActivities/ActivitiesList.js +12 -12
  85. package/build/features/brand/screens/BrandActivities/BrandActivities.js +7 -7
  86. package/build/features/brand/screens/BrandActivities/CustomerBase.js +11 -11
  87. package/build/features/brand/screens/BrandActivities/ExpectedCustomers.js +8 -8
  88. package/build/features/brand/screens/BrandActivities/ExpectedSalesRange.js +12 -12
  89. package/build/features/brand/screens/BrandActivities/RefundPolicy.d.ts +1 -1
  90. package/build/features/brand/screens/BrandActivities/RefundPolicy.js +10 -10
  91. package/build/features/brand/screens/BrandActivities/TAC.js +10 -10
  92. package/build/features/brand/screens/BrandActivities/TransactionPolicy.js +8 -8
  93. package/build/features/brand/screens/BrandInfo/BrandInfo.js +9 -9
  94. package/build/features/brand/screens/BrandInfo/BrandLogo.d.ts +1 -1
  95. package/build/features/brand/screens/BrandInfo/BrandLogo.js +7 -7
  96. package/build/features/brand/screens/BrandInfo/BrandName.js +9 -9
  97. package/build/features/brand/screens/BrandInfo/SalesChannels.js +4 -4
  98. package/build/features/brand/screens/BrandInfo/Segments.js +9 -9
  99. package/build/features/brand/screens/BrandInfo/TeamSize.js +9 -9
  100. package/build/features/brand/screens/BrandInfo/validation.js +1 -1
  101. package/build/features/brand/screens/PrepareDataLoading/PrepareDataLoading.js +3 -3
  102. package/build/features/brand/screens/ResetPasswordSuccess/ResetPasswordSuccess.js +5 -5
  103. package/build/features/brand/screens/Success/Success.js +3 -3
  104. package/build/features/brand/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.js +3 -3
  105. package/build/features/brand/screens/Verify/OTPInput.js +5 -5
  106. package/build/features/brand/screens/Verify/Verify.js +8 -8
  107. package/build/features/business/Business.d.ts +1 -1
  108. package/build/features/business/Business.js +10 -10
  109. package/build/features/business/screens/Activities/Activities.js +7 -7
  110. package/build/features/business/screens/Activities/ActivitiesList.js +12 -12
  111. package/build/features/business/screens/Activities/LicenseName.js +6 -6
  112. package/build/features/business/screens/Activities/OperationStartDate.js +5 -5
  113. package/build/features/business/screens/BrandDetails/BrandDetails.js +7 -7
  114. package/build/features/business/screens/BrandDetails/BrandName.js +4 -4
  115. package/build/features/business/screens/BrandDetails/Header.js +5 -5
  116. package/build/features/business/screens/BrandDetails/LicenseInfo.js +4 -4
  117. package/build/features/business/screens/BrandDetails/SalesChannel.js +5 -5
  118. package/build/features/business/screens/BusinessType/Article.d.ts +1 -1
  119. package/build/features/business/screens/BusinessType/Article.js +7 -7
  120. package/build/features/business/screens/BusinessType/BusinessType.js +10 -10
  121. package/build/features/business/screens/BusinessType/EntityLicenseList.js +13 -13
  122. package/build/features/business/screens/BusinessType/EntityName.js +6 -6
  123. package/build/features/business/screens/BusinessType/LicenseCertificate.js +7 -7
  124. package/build/features/business/screens/BusinessType/LicenseList.js +13 -13
  125. package/build/features/business/screens/BusinessType/LicenseNumber.js +10 -10
  126. package/build/features/business/screens/BusinessType/LicenseType.js +14 -14
  127. package/build/features/business/screens/BusinessType/SelectType.js +6 -6
  128. package/build/features/business/screens/BusinessType/validation.js +2 -2
  129. package/build/features/business/screens/CivilID/CivilID.js +6 -6
  130. package/build/features/business/screens/CivilID/IDNumber.js +6 -6
  131. package/build/features/business/screens/Customers/CustomerLocations.js +11 -11
  132. package/build/features/business/screens/Customers/Customers.js +8 -8
  133. package/build/features/business/screens/Customers/ExpectedCustomers.js +9 -9
  134. package/build/features/business/screens/Customers/ExpectedSalesRange.js +11 -11
  135. package/build/features/business/screens/Customers/RefundPolicy.d.ts +1 -1
  136. package/build/features/business/screens/Customers/RefundPolicy.js +10 -10
  137. package/build/features/business/screens/Customers/TransactionPolicy.js +7 -7
  138. package/build/features/business/screens/IDBOD/DOB.js +5 -5
  139. package/build/features/business/screens/IDBOD/ID.js +5 -5
  140. package/build/features/business/screens/IDBOD/IDBOD.js +6 -6
  141. package/build/features/business/screens/OTP/OTP.js +9 -9
  142. package/build/features/business/screens/OTP/OTPInput.js +4 -4
  143. package/build/features/business/screens/ResetPasswordSuccess/ResetPasswordSuccess.js +5 -5
  144. package/build/features/business/screens/Success/Success.js +3 -3
  145. package/build/features/business/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.js +3 -3
  146. package/build/features/business/screens/Verify/OTPInput.js +5 -5
  147. package/build/features/business/screens/Verify/Verify.js +9 -9
  148. package/build/features/business/screens/VerifyPACI/VerifyPACI.js +4 -4
  149. package/build/features/connect/Connect.d.ts +1 -1
  150. package/build/features/connect/Connect.js +10 -10
  151. package/build/features/connect/screens/CivilID/CivilID.js +8 -8
  152. package/build/features/connect/screens/CivilID/IDNumber.js +6 -6
  153. package/build/features/connect/screens/Individual/Email.js +6 -6
  154. package/build/features/connect/screens/Individual/Individual.js +11 -11
  155. package/build/features/connect/screens/Individual/MobileNumber.d.ts +1 -1
  156. package/build/features/connect/screens/Individual/MobileNumber.js +12 -12
  157. package/build/features/connect/screens/Individual/Name.js +5 -5
  158. package/build/features/connect/screens/Individual/validation.js +1 -1
  159. package/build/features/connect/screens/Merchant/BrandList.d.ts +1 -1
  160. package/build/features/connect/screens/Merchant/BrandList.js +10 -10
  161. package/build/features/connect/screens/Merchant/BrandName.js +8 -8
  162. package/build/features/connect/screens/Merchant/Merchant.js +8 -8
  163. package/build/features/connect/screens/Merchant/SalesChannels.js +4 -4
  164. package/build/features/connect/screens/Merchant/Segments.js +9 -9
  165. package/build/features/connect/screens/Merchant/TAC.js +9 -9
  166. package/build/features/connect/screens/Merchant/TeamSize.js +9 -9
  167. package/build/features/connect/screens/Merchant/validation.js +1 -1
  168. package/build/features/connect/screens/Mobile/Mobile.js +11 -11
  169. package/build/features/connect/screens/Mobile/MobileNumber.d.ts +1 -1
  170. package/build/features/connect/screens/Mobile/MobileNumber.js +12 -12
  171. package/build/features/connect/screens/Mobile/Title.js +2 -2
  172. package/build/features/connect/screens/NID/DOB.js +5 -5
  173. package/build/features/connect/screens/NID/IDNumber.js +7 -7
  174. package/build/features/connect/screens/NID/NID.js +8 -8
  175. package/build/features/connect/screens/OTP/OTP.js +10 -10
  176. package/build/features/connect/screens/OTP/OTPInput.js +5 -5
  177. package/build/features/connect/screens/ThankYou/ThankYou.js +4 -4
  178. package/build/features/connect/screens/VerifyPACI/VerifyPACI.js +5 -5
  179. package/build/features/connectExpress/ConnectExpress.d.ts +1 -1
  180. package/build/features/connectExpress/ConnectExpress.js +10 -10
  181. package/build/features/connectExpress/screens/AccountAlreadyCreated/AccountAlreadyCreated.js +3 -3
  182. package/build/features/connectExpress/screens/Brand/Brand.js +9 -9
  183. package/build/features/connectExpress/screens/CivilID/CivilID.js +8 -8
  184. package/build/features/connectExpress/screens/CivilID/IDNumber.js +6 -6
  185. package/build/features/connectExpress/screens/CivilIDMissed/CivilID.js +6 -6
  186. package/build/features/connectExpress/screens/CivilIDMissed/IDNumber.js +6 -6
  187. package/build/features/connectExpress/screens/CollectBusinessInfo/BrandName.js +8 -8
  188. package/build/features/connectExpress/screens/CollectBusinessInfo/CollectBusinessInfo.js +8 -8
  189. package/build/features/connectExpress/screens/CollectBusinessInfo/LicenseList.js +13 -13
  190. package/build/features/connectExpress/screens/CollectBusinessInfo/LicenseNumber.js +10 -10
  191. package/build/features/connectExpress/screens/CollectBusinessInfo/LicenseType.js +12 -12
  192. package/build/features/connectExpress/screens/CollectBusinessInfo/TAC.js +8 -8
  193. package/build/features/connectExpress/screens/CollectBusinessInfo/validation.js +2 -2
  194. package/build/features/connectExpress/screens/CollectIndividualInfo/CollectIndividualInfo.js +11 -11
  195. package/build/features/connectExpress/screens/CollectIndividualInfo/Email.js +6 -6
  196. package/build/features/connectExpress/screens/CollectIndividualInfo/MobileNumber.d.ts +1 -1
  197. package/build/features/connectExpress/screens/CollectIndividualInfo/MobileNumber.js +11 -11
  198. package/build/features/connectExpress/screens/CollectIndividualInfo/Name.js +5 -5
  199. package/build/features/connectExpress/screens/CollectIndividualInfo/validation.js +1 -1
  200. package/build/features/connectExpress/screens/CreateAccountLoader/CreateAccountLoader.js +5 -5
  201. package/build/features/connectExpress/screens/IdentityOTP/OTP.js +10 -10
  202. package/build/features/connectExpress/screens/IdentityOTP/OTPInput.js +5 -5
  203. package/build/features/connectExpress/screens/IdentityVerifyPACI/VerifyPACI.js +4 -4
  204. package/build/features/connectExpress/screens/Mobile/Mobile.js +10 -10
  205. package/build/features/connectExpress/screens/Mobile/MobileNumber.d.ts +1 -1
  206. package/build/features/connectExpress/screens/Mobile/MobileNumber.js +12 -12
  207. package/build/features/connectExpress/screens/Mobile/TAC.js +8 -8
  208. package/build/features/connectExpress/screens/Mobile/Title.js +2 -2
  209. package/build/features/connectExpress/screens/NID/DOB.js +5 -5
  210. package/build/features/connectExpress/screens/NID/IDNumber.js +9 -9
  211. package/build/features/connectExpress/screens/NID/NID.js +8 -8
  212. package/build/features/connectExpress/screens/NID/TAC.js +8 -8
  213. package/build/features/connectExpress/screens/NIDMissed/DOB.js +5 -5
  214. package/build/features/connectExpress/screens/NIDMissed/IDNumber.js +7 -7
  215. package/build/features/connectExpress/screens/NIDMissed/NID.js +7 -7
  216. package/build/features/connectExpress/screens/OTP/OTP.js +10 -10
  217. package/build/features/connectExpress/screens/OTP/OTPInput.js +5 -5
  218. package/build/features/connectExpress/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.js +4 -4
  219. package/build/features/connectExpress/screens/VerifyPACI/VerifyPACI.js +4 -4
  220. package/build/features/entity/Entity.d.ts +1 -1
  221. package/build/features/entity/Entity.js +10 -10
  222. package/build/features/entity/screens/EntityCapital/ActivityList.js +12 -12
  223. package/build/features/entity/screens/EntityCapital/CapitalPaid.js +7 -7
  224. package/build/features/entity/screens/EntityCapital/CapitalShareCount.js +6 -6
  225. package/build/features/entity/screens/EntityCapital/CapitalShareValue.js +7 -7
  226. package/build/features/entity/screens/EntityCapital/EntityCapital.js +7 -7
  227. package/build/features/entity/screens/EntityName/Article.d.ts +1 -1
  228. package/build/features/entity/screens/EntityName/Article.js +7 -7
  229. package/build/features/entity/screens/EntityName/EntityName.js +9 -9
  230. package/build/features/entity/screens/EntityName/EntityTypeList.js +12 -12
  231. package/build/features/entity/screens/EntityName/ExpiryDate.js +6 -6
  232. package/build/features/entity/screens/EntityName/IssuingDate.js +5 -5
  233. package/build/features/entity/screens/EntityName/LegalName.js +6 -6
  234. package/build/features/entity/screens/EntityName/LicenseCertificate.d.ts +1 -1
  235. package/build/features/entity/screens/EntityName/LicenseCertificate.js +8 -8
  236. package/build/features/entity/screens/EntityName/LicenseNumber.js +10 -10
  237. package/build/features/entity/screens/EntityName/UnifiedNumber.js +7 -7
  238. package/build/features/entity/screens/EntityName/validation.js +2 -2
  239. package/build/features/entity/screens/PrepareDataLoading/PrepareDataLoading.js +3 -3
  240. package/build/features/entity/screens/ResetPasswordSuccess/ResetPasswordSuccess.js +5 -5
  241. package/build/features/entity/screens/Success/Success.js +3 -3
  242. package/build/features/entity/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.js +3 -3
  243. package/build/features/entity/screens/Verify/OTPInput.js +5 -5
  244. package/build/features/entity/screens/Verify/Verify.js +8 -8
  245. package/build/features/featuresScreens.d.ts +1 -1
  246. package/build/features/featuresScreens.js +79 -79
  247. package/build/features/individual/Individual.d.ts +1 -1
  248. package/build/features/individual/Individual.js +10 -10
  249. package/build/features/individual/screens/AdditionalIndividualInfo/AdditionalIndividualInfo.js +11 -11
  250. package/build/features/individual/screens/AdditionalIndividualInfo/CivilIDFile.d.ts +1 -1
  251. package/build/features/individual/screens/AdditionalIndividualInfo/CivilIDFile.js +8 -8
  252. package/build/features/individual/screens/AdditionalIndividualInfo/InfluencerSwitch.js +10 -10
  253. package/build/features/individual/screens/AdditionalIndividualInfo/MonthlyIncome.d.ts +1 -1
  254. package/build/features/individual/screens/AdditionalIndividualInfo/MonthlyIncome.js +11 -11
  255. package/build/features/individual/screens/AdditionalIndividualInfo/Occupation.d.ts +1 -1
  256. package/build/features/individual/screens/AdditionalIndividualInfo/Occupation.js +9 -9
  257. package/build/features/individual/screens/AdditionalIndividualInfo/PEPSwitch.js +10 -10
  258. package/build/features/individual/screens/AdditionalIndividualInfo/ShareCount.js +6 -6
  259. package/build/features/individual/screens/AdditionalIndividualInfo/ShareValue.js +7 -7
  260. package/build/features/individual/screens/AdditionalIndividualInfo/SignatureFile.d.ts +1 -1
  261. package/build/features/individual/screens/AdditionalIndividualInfo/SignatureFile.js +8 -8
  262. package/build/features/individual/screens/AdditionalIndividualInfo/SourceOfIncome.d.ts +1 -1
  263. package/build/features/individual/screens/AdditionalIndividualInfo/SourceOfIncome.js +10 -10
  264. package/build/features/individual/screens/AdditionalIndividualInfo/validation.d.ts +1 -1
  265. package/build/features/individual/screens/AdditionalIndividualInfo/validation.js +1 -1
  266. package/build/features/individual/screens/IndividualList/CollectPhoneEmail.d.ts +1 -1
  267. package/build/features/individual/screens/IndividualList/CollectPhoneEmail.js +3 -3
  268. package/build/features/individual/screens/IndividualList/Email.d.ts +1 -1
  269. package/build/features/individual/screens/IndividualList/Email.js +8 -8
  270. package/build/features/individual/screens/IndividualList/IndividualList.js +8 -8
  271. package/build/features/individual/screens/IndividualList/MobileNumber.d.ts +1 -1
  272. package/build/features/individual/screens/IndividualList/MobileNumber.js +11 -11
  273. package/build/features/individual/screens/IndividualList/UserList.js +11 -11
  274. package/build/features/individual/screens/IndividualList/validation.d.ts +1 -1
  275. package/build/features/individual/screens/IndividualList/validation.js +1 -1
  276. package/build/features/individual/screens/IndividualPersonalInfo/BirthCity.js +9 -9
  277. package/build/features/individual/screens/IndividualPersonalInfo/BirthCountry.d.ts +1 -1
  278. package/build/features/individual/screens/IndividualPersonalInfo/BirthCountry.js +8 -8
  279. package/build/features/individual/screens/IndividualPersonalInfo/DOB.js +6 -6
  280. package/build/features/individual/screens/IndividualPersonalInfo/Email.js +4 -4
  281. package/build/features/individual/screens/IndividualPersonalInfo/ExpiryDate.js +7 -7
  282. package/build/features/individual/screens/IndividualPersonalInfo/Gender.js +8 -8
  283. package/build/features/individual/screens/IndividualPersonalInfo/ID.js +6 -6
  284. package/build/features/individual/screens/IndividualPersonalInfo/IndividualPersonalInfo.js +9 -9
  285. package/build/features/individual/screens/IndividualPersonalInfo/IssuedCountry.d.ts +1 -1
  286. package/build/features/individual/screens/IndividualPersonalInfo/IssuedCountry.js +8 -8
  287. package/build/features/individual/screens/IndividualPersonalInfo/MobileNumber.d.ts +1 -1
  288. package/build/features/individual/screens/IndividualPersonalInfo/MobileNumber.js +10 -10
  289. package/build/features/individual/screens/IndividualPersonalInfo/Name.js +5 -5
  290. package/build/features/individual/screens/IndividualPersonalInfo/Nationality.d.ts +1 -1
  291. package/build/features/individual/screens/IndividualPersonalInfo/Nationality.js +8 -8
  292. package/build/features/individual/screens/IndividualPersonalInfo/validation.js +1 -1
  293. package/build/features/individual/screens/IndividualPhoneInfo/MobileNumber.d.ts +1 -1
  294. package/build/features/individual/screens/IndividualPhoneInfo/MobileNumber.js +11 -11
  295. package/build/features/individual/screens/IndividualPhoneInfo/PhoneInfo.js +8 -8
  296. package/build/features/individual/screens/PrepareDataLoading/PrepareDataLoading.js +3 -3
  297. package/build/features/individual/screens/ResetPasswordSuccess/ResetPasswordSuccess.js +5 -5
  298. package/build/features/individual/screens/Success/Success.js +3 -3
  299. package/build/features/individual/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.js +3 -3
  300. package/build/features/individual/screens/Verify/OTPInput.js +5 -5
  301. package/build/features/individual/screens/Verify/Verify.js +8 -8
  302. package/build/features/password/Password.d.ts +1 -1
  303. package/build/features/password/Password.js +10 -10
  304. package/build/features/password/screens/CreatePassword/ConditionText.js +1 -1
  305. package/build/features/password/screens/CreatePassword/ConfirmPassword.js +3 -3
  306. package/build/features/password/screens/CreatePassword/CreatePassword.js +8 -8
  307. package/build/features/password/screens/CreatePassword/Password.js +6 -6
  308. package/build/features/password/screens/OTP/OTP.js +9 -9
  309. package/build/features/password/screens/OTP/OTPInput.js +4 -4
  310. package/build/features/password/screens/ResetPasswordSuccess/ResetPasswordSuccess.js +5 -5
  311. package/build/features/password/screens/Success/Success.js +4 -4
  312. package/build/features/password/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.js +3 -3
  313. package/build/features/password/screens/Verify/OTPInput.js +5 -5
  314. package/build/features/password/screens/Verify/Verify.js +8 -8
  315. package/build/features/shared/AcceptancePayouts/AcceptancePayouts.js +4 -4
  316. package/build/features/shared/Address/Address.d.ts +1 -1
  317. package/build/features/shared/Address/Address.js +2 -2
  318. package/build/features/shared/Address/CountryList.d.ts +2 -2
  319. package/build/features/shared/Address/CountryList.js +7 -7
  320. package/build/features/shared/Address/InputSelect.d.ts +1 -1
  321. package/build/features/shared/Address/InputSelect.js +7 -7
  322. package/build/features/shared/Background/Background.js +2 -2
  323. package/build/features/shared/Background/LogoBackground.js +3 -3
  324. package/build/features/shared/Button/AbsherButton.d.ts +1 -1
  325. package/build/features/shared/Button/AbsherButton.js +3 -3
  326. package/build/features/shared/Button/Button.d.ts +1 -1
  327. package/build/features/shared/Button/Button.js +7 -7
  328. package/build/features/shared/Button/EmailProvidersButtons.d.ts +1 -1
  329. package/build/features/shared/Button/EmailProvidersButtons.js +3 -3
  330. package/build/features/shared/Button/FlowsButtons.d.ts +2 -2
  331. package/build/features/shared/Button/FlowsButtons.js +7 -7
  332. package/build/features/shared/Button/IndividualActionButtons.d.ts +1 -1
  333. package/build/features/shared/Button/IndividualActionButtons.js +5 -5
  334. package/build/features/shared/Button/MobileButton.d.ts +1 -1
  335. package/build/features/shared/Button/MobileButton.js +3 -3
  336. package/build/features/shared/CreateAccountLoading/CreateAccountLoading.js +4 -4
  337. package/build/features/shared/DataLoading/DataLoading.js +4 -4
  338. package/build/features/shared/Dialog/CloseDialog.js +2 -2
  339. package/build/features/shared/Dialog/DialogContainer.js +2 -2
  340. package/build/features/shared/EndAdornment/EndAdornment.js +2 -2
  341. package/build/features/shared/EndAdornment/EndAdornmentExpanded.js +2 -2
  342. package/build/features/shared/Footer/Footer.js +4 -4
  343. package/build/features/shared/Footer/PoweredByFooter.js +3 -3
  344. package/build/features/shared/GenericError/GenericError.js +4 -4
  345. package/build/features/shared/Input/Input.d.ts +1 -1
  346. package/build/features/shared/Input/Input.js +2 -2
  347. package/build/features/shared/OTP/OTP.d.ts +1 -1
  348. package/build/features/shared/OTP/OTP.js +3 -3
  349. package/build/features/shared/PaciVerification/PaciVerification.js +5 -5
  350. package/build/features/shared/PaciVerification/VerifyPACILoading.js +3 -3
  351. package/build/features/shared/PaciVerification/VerifyPACISuccess.js +1 -1
  352. package/build/features/shared/SalesChannels/SaleChannelIconsInput.d.ts +1 -1
  353. package/build/features/shared/SalesChannels/SaleChannelIconsInput.js +9 -9
  354. package/build/features/shared/SalesChannels/SalesChannel.d.ts +1 -1
  355. package/build/features/shared/SalesChannels/SalesChannel.js +6 -6
  356. package/build/features/shared/Search/Search.js +1 -1
  357. package/build/features/shared/SearchIcon/SearchIcon.js +2 -2
  358. package/build/features/shared/SuccessFlowButtons/SuccessFlowButtons.d.ts +1 -1
  359. package/build/features/shared/SuccessFlowButtons/SuccessFlowButtons.js +6 -6
  360. package/build/features/shared/SuccessScreen/SuccessScreen.js +6 -6
  361. package/build/features/shared/UploadFile/FileUpload.d.ts +1 -1
  362. package/build/features/shared/UploadFile/FileUpload.js +8 -8
  363. package/build/features/shared/UploadFile/UploadFile.js +10 -10
  364. package/build/features/shared/UploadFile/UploadWrapper.d.ts +2 -2
  365. package/build/features/shared/UploadFile/UploadWrapper.js +7 -7
  366. package/build/features/shared/UploadMultipleFile/UploadFile.d.ts +1 -1
  367. package/build/features/shared/UploadMultipleFile/UploadFile.js +8 -8
  368. package/build/features/shared/UploadMultipleFile/UploadMultipleFile.d.ts +2 -2
  369. package/build/features/shared/UploadMultipleFile/UploadMultipleFile.js +7 -7
  370. package/build/features/signIn/SignIn.d.ts +1 -1
  371. package/build/features/signIn/SignIn.js +10 -10
  372. package/build/features/signIn/screens/Email/Email.js +8 -8
  373. package/build/features/signIn/screens/Email/EmailField.js +5 -5
  374. package/build/features/signIn/screens/Email/validation.js +1 -1
  375. package/build/features/signIn/screens/Mobile/Mobile.js +9 -9
  376. package/build/features/signIn/screens/Mobile/MobileNumber.d.ts +1 -1
  377. package/build/features/signIn/screens/Mobile/MobileNumber.js +12 -12
  378. package/build/features/signIn/screens/OTP/OTP.js +9 -9
  379. package/build/features/signIn/screens/OTP/OTPInput.js +4 -4
  380. package/build/features/signIn/screens/Password/Password.js +7 -7
  381. package/build/features/signIn/screens/Password/PasswordInput.js +3 -3
  382. package/build/features/tax/Tax.d.ts +1 -1
  383. package/build/features/tax/Tax.js +10 -10
  384. package/build/features/tax/screens/PrepareDataLoading/PrepareDataLoading.js +3 -3
  385. package/build/features/tax/screens/ResetPasswordSuccess/ResetPasswordSuccess.js +5 -5
  386. package/build/features/tax/screens/Success/Success.js +3 -3
  387. package/build/features/tax/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.js +3 -3
  388. package/build/features/tax/screens/TaxDetails/ConfirmPolicy.js +5 -5
  389. package/build/features/tax/screens/TaxDetails/TaxDetails.js +8 -8
  390. package/build/features/tax/screens/TaxDetails/TaxDocument.d.ts +1 -1
  391. package/build/features/tax/screens/TaxDetails/TaxDocument.js +8 -8
  392. package/build/features/tax/screens/TaxDetails/VATId.js +6 -6
  393. package/build/features/tax/screens/Verify/OTPInput.js +5 -5
  394. package/build/features/tax/screens/Verify/Verify.js +8 -8
  395. package/build/hooks/useAppConfig.d.ts +1 -1
  396. package/build/hooks/useAppConfig.js +4 -4
  397. package/build/hooks/useAppSelector.d.ts +1 -1
  398. package/build/hooks/useAppTheme.d.ts +1 -1
  399. package/build/hooks/useAppTheme.js +3 -3
  400. package/build/hooks/useCountry.js +1 -1
  401. package/build/hooks/useDataNoneEditable.d.ts +1 -1
  402. package/build/hooks/useDataNoneEditable.js +1 -1
  403. package/build/hooks/useDataVerified.d.ts +1 -1
  404. package/build/hooks/useDataVerified.js +1 -1
  405. package/build/hooks/useErrorListener.js +1 -1
  406. package/build/hooks/useExcludeReadOnlyFelids.js +1 -1
  407. package/build/hooks/useFormReadOnly.js +1 -1
  408. package/build/hooks/useLanguage.js +1 -1
  409. package/build/hooks/useRedirectionListener.js +1 -1
  410. package/build/hooks/useScreen.js +1 -1
  411. package/build/hooks/useStepStartedListener.js +1 -1
  412. package/build/hooks/useVerifyToken.d.ts +1 -1
  413. package/build/hooks/useVerifyToken.js +2 -2
  414. package/build/i18n.js +1 -1
  415. package/build/index.css +140 -0
  416. package/build/index.d.ts +10 -10
  417. package/build/index.js +10 -10
  418. package/build/theme/theme.d.ts +1 -1
  419. package/build/utils/array.d.ts +3 -3
  420. package/build/utils/array.js +1 -1
  421. package/build/utils/locale.d.ts +1 -1
  422. package/build/utils/locale.js +1 -1
  423. package/build/utils/object.js +1 -1
  424. package/build/utils/rsa.js +1 -1
  425. package/build/utils/string.d.ts +1 -1
  426. package/build/utils/string.js +4 -4
  427. package/package.json +1 -1
@@ -23,16 +23,16 @@ var __rest = (this && this.__rest) || function (s, e) {
23
23
  import { jsx as _jsx } from "react/jsx-runtime";
24
24
  import React, { memo } from 'react';
25
25
  import { createRoot } from 'react-dom/client';
26
- import { FeatureContainer } from '@features/shared/Containers';
27
- import { useAppTheme, useAppSelector, useAppConfig, useErrorListener, useStepStartedListener, useAppDispatch } from '@hooks';
28
- import { handleCurrentActiveScreen, settingsSelector } from '@app/settings';
29
- import AnimationFlow from '@components/AnimationFlow';
30
- import { store } from '@app/store';
31
- import { connectExpressSelector, setIsLeadIdPassed, setPostUrl, setLeadId, retrieveLeadIdentityByIdAsync, setShowBoard } from '@features/app/connectExpress/connectExpressStore';
32
- import { ReduxProvider, ThemeProvider } from '@components/Providers';
33
- import Collapse from '@components/Collapse';
34
- import { isKW, findOrCreateElementAndInject } from '@utils';
35
- import { CONNECT_EXPRESS_SCREENS_NAVIGATION } from '@constants';
26
+ import { FeatureContainer } from '../shared/Containers';
27
+ import { useAppTheme, useAppSelector, useAppConfig, useErrorListener, useStepStartedListener, useAppDispatch } from '../../hooks';
28
+ import { handleCurrentActiveScreen, settingsSelector } from '../../app/settings';
29
+ import AnimationFlow from '../../components/AnimationFlow';
30
+ import { store } from '../../app/store';
31
+ import { connectExpressSelector, setIsLeadIdPassed, setPostUrl, setLeadId, retrieveLeadIdentityByIdAsync, setShowBoard } from '../app/connectExpress/connectExpressStore';
32
+ import { ReduxProvider, ThemeProvider } from '../../components/Providers';
33
+ import Collapse from '../../components/Collapse';
34
+ import { isKW, findOrCreateElementAndInject } from '../../utils';
35
+ import { CONNECT_EXPRESS_SCREENS_NAVIGATION } from '../../constants';
36
36
  import { connectExpressFeatureScreens } from '../featuresScreens';
37
37
  import Background from '../shared/Background';
38
38
  var ConnectExpress = memo(function (_a) {
@@ -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 } from '@hooks';
5
- import SuccessScreen from '@features/shared/SuccessScreen';
6
- import { handleOpen } from '@src/app/settings';
4
+ import { useAppDispatch } from '../../../../hooks';
5
+ import SuccessScreen from '../../../shared/SuccessScreen';
6
+ import { handleOpen } from '../../../../app/settings';
7
7
  var AccountAlreadyCreated = function (_a) {
8
8
  var t = useTranslation().t;
9
9
  var dispatch = useAppDispatch();
@@ -10,20 +10,20 @@ var __assign = (this && this.__assign) || function () {
10
10
  return __assign.apply(this, arguments);
11
11
  };
12
12
  import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
13
- import { connectSelector } from '@features/app/connect/connectStore';
13
+ import { connectSelector } from '../../../app/connect/connectStore';
14
14
  import * as React from 'react';
15
15
  import { useTranslation } from 'react-i18next';
16
16
  import { useFormContext, useController } from 'react-hook-form';
17
17
  import Box from '@mui/material/Box';
18
18
  import { styled } from '@mui/material/styles';
19
- import { useAppSelector, useLanguage } from '@hooks';
20
- import ScreenContainer from '@features/shared/Containers/ScreenContainer';
21
- import Input from '@features/shared/Input';
22
- import CheckIcon from '@features/shared/CheckIcon';
23
- import SimpleList from '@components/SimpleList';
24
- import Text from '@components/Text';
25
- import ExpandIcon from '@components/ExpandIcon';
26
- import Collapse from '@components/Collapse';
19
+ import { useAppSelector, useLanguage } from '../../../../hooks';
20
+ import ScreenContainer from '../../../shared/Containers/ScreenContainer';
21
+ import Input from '../../../shared/Input';
22
+ import CheckIcon from '../../../shared/CheckIcon';
23
+ import SimpleList from '../../../../components/SimpleList';
24
+ import Text from '../../../../components/Text';
25
+ import ExpandIcon from '../../../../components/ExpandIcon';
26
+ import Collapse from '../../../../components/Collapse';
27
27
  var InputStyled = styled(Input)(function () { return ({
28
28
  '& .MuiInputBase-input': {
29
29
  cursor: 'pointer'
@@ -16,16 +16,16 @@ import { alpha, styled } from '@mui/material/styles';
16
16
  import { useForm, FormProvider } from 'react-hook-form';
17
17
  import { yupResolver } from '@hookform/resolvers/yup';
18
18
  import { civilIDValidationSchema } from './validation';
19
- import { useAppDispatch, useLanguage, useAppSelector } from '@hooks';
20
- import { handlePrevScreenStep } from '@app/settings';
21
- import { clearError, connectExpressSelector, createCivilIdAuthAsync, resetStore } from '@features/app/connectExpress/connectExpressStore';
22
- import Form from '@components/Form';
23
- import Button, { MobileButton } from '@features/shared/Button';
24
- import { ScreenContainer } from '@features/shared/Containers';
25
- import Collapse from '@components/Collapse';
19
+ import { useAppDispatch, useLanguage, useAppSelector } from '../../../../hooks';
20
+ import { handlePrevScreenStep } from '../../../../app/settings';
21
+ import { clearError, connectExpressSelector, createCivilIdAuthAsync, resetStore } from '../../../app/connectExpress/connectExpressStore';
22
+ import Form from '../../../../components/Form';
23
+ import Button, { MobileButton } from '../../../shared/Button';
24
+ import { ScreenContainer } from '../../../shared/Containers';
25
+ import Collapse from '../../../../components/Collapse';
26
26
  import Box from '@mui/material/Box';
27
27
  import Divider from '@mui/material/Divider';
28
- import Text from '@components/Text';
28
+ import Text from '../../../../components/Text';
29
29
  import IDNumber from './IDNumber';
30
30
  var FormStyled = styled(Form)(function () { return ({
31
31
  display: 'flex',
@@ -15,12 +15,12 @@ import { useTranslation } from 'react-i18next';
15
15
  import { useController, useFormContext } from 'react-hook-form';
16
16
  import Box from '@mui/material/Box';
17
17
  import { styled, alpha } from '@mui/material/styles';
18
- import Text from '@components/Text';
19
- import { removeAllOtherThanCharsAndNumber } from '@utils';
20
- import { CIVIL_ID_NUMBER_LENGTH } from '@constants';
21
- import Input from '@features/shared/Input';
22
- import ScreenContainer from '@features/shared/Containers/ScreenContainer';
23
- import { EndAdornment } from '@features/shared/EndAdornment';
18
+ import Text from '../../../../components/Text';
19
+ import { removeAllOtherThanCharsAndNumber } from '../../../../utils';
20
+ import { CIVIL_ID_NUMBER_LENGTH } from '../../../../constants';
21
+ import Input from '../../../shared/Input';
22
+ import ScreenContainer from '../../../shared/Containers/ScreenContainer';
23
+ import { EndAdornment } from '../../../shared/EndAdornment';
24
24
  var LabelContainerStyled = styled(Box)(function (_a) {
25
25
  var theme = _a.theme;
26
26
  return ({
@@ -16,12 +16,12 @@ import { styled } from '@mui/material/styles';
16
16
  import { useForm, FormProvider } from 'react-hook-form';
17
17
  import { yupResolver } from '@hookform/resolvers/yup';
18
18
  import { civilIDValidationSchema } from './validation';
19
- import { useAppDispatch, useLanguage, useAppSelector } from '@hooks';
20
- import { handlePrevScreenStep } from '@app/settings';
21
- import { clearError, connectExpressSelector, createCivilIDAuthIdentityAsync } from '@features/app/connectExpress/connectExpressStore';
22
- import Form from '@components/Form';
23
- import Button from '@features/shared/Button';
24
- import { ScreenContainer } from '@features/shared/Containers';
19
+ import { useAppDispatch, useLanguage, useAppSelector } from '../../../../hooks';
20
+ import { handlePrevScreenStep } from '../../../../app/settings';
21
+ import { clearError, connectExpressSelector, createCivilIDAuthIdentityAsync } from '../../../app/connectExpress/connectExpressStore';
22
+ import Form from '../../../../components/Form';
23
+ import Button from '../../../shared/Button';
24
+ import { ScreenContainer } from '../../../shared/Containers';
25
25
  import IDNumber from './IDNumber';
26
26
  var FormStyled = styled(Form)(function () { return ({
27
27
  display: 'flex',
@@ -15,12 +15,12 @@ import { useTranslation } from 'react-i18next';
15
15
  import { useController, useFormContext } from 'react-hook-form';
16
16
  import Box from '@mui/material/Box';
17
17
  import { styled, alpha } from '@mui/material/styles';
18
- import Text from '@components/Text';
19
- import { removeAllOtherThanCharsAndNumber } from '@utils';
20
- import { CIVIL_ID_NUMBER_LENGTH } from '@constants';
21
- import Input from '@features/shared/Input';
22
- import ScreenContainer from '@features/shared/Containers/ScreenContainer';
23
- import { EndAdornment } from '@features/shared/EndAdornment';
18
+ import Text from '../../../../components/Text';
19
+ import { removeAllOtherThanCharsAndNumber } from '../../../../utils';
20
+ import { CIVIL_ID_NUMBER_LENGTH } from '../../../../constants';
21
+ import Input from '../../../shared/Input';
22
+ import ScreenContainer from '../../../shared/Containers/ScreenContainer';
23
+ import { EndAdornment } from '../../../shared/EndAdornment';
24
24
  var LabelContainerStyled = styled(Box)(function (_a) {
25
25
  var theme = _a.theme;
26
26
  return ({
@@ -55,14 +55,14 @@ import Box from '@mui/material/Box';
55
55
  import { styled, alpha } from '@mui/material/styles';
56
56
  import InfoIcon from '@mui/icons-material/Info';
57
57
  import InfoOutlinedIcon from '@mui/icons-material/InfoOutlined';
58
- import { useAppDispatch, useAppSelector } from '@hooks';
59
- import Text from '@components/Text';
60
- import Tooltip from '@components/Tooltip';
61
- import Collapse from '@components/Collapse';
62
- import Input from '@features/shared/Input';
63
- import { EndAdornment } from '@features/shared/EndAdornment';
64
- import { ScreenContainer } from '@features/shared/Containers';
65
- import { checkBrandNameAvailabilityAsync, connectExpressSelector } from '@features/app/connectExpress/connectExpressStore';
58
+ import { useAppDispatch, useAppSelector } from '../../../../hooks';
59
+ import Text from '../../../../components/Text';
60
+ import Tooltip from '../../../../components/Tooltip';
61
+ import Collapse from '../../../../components/Collapse';
62
+ import Input from '../../../shared/Input';
63
+ import { EndAdornment } from '../../../shared/EndAdornment';
64
+ import { ScreenContainer } from '../../../shared/Containers';
65
+ import { checkBrandNameAvailabilityAsync, connectExpressSelector } from '../../../app/connectExpress/connectExpressStore';
66
66
  var LabelContainerStyled = styled(Box)(function (_a) {
67
67
  var theme = _a.theme;
68
68
  return ({
@@ -14,14 +14,14 @@ import * as React from 'react';
14
14
  import { useForm, FormProvider } from 'react-hook-form';
15
15
  import { useTranslation } from 'react-i18next';
16
16
  import { yupResolver } from '@hookform/resolvers/yup';
17
- import { useAppDispatch, useAppSelector, useSetFromDefaultValues, useLanguage, useFormReadOnly, useFormErrorAndUpdateReadOnly, useExcludeReadOnlyFelids } from '@hooks';
18
- import { isSA } from '@utils';
19
- import { handlePrevScreenStep, settingsSelector } from '@app/settings';
20
- import Form from '@components/Form';
21
- import Collapse from '@components/Collapse';
22
- import ScreenContainer from '@features/shared/Containers/ScreenContainer';
23
- import { connectExpressSelector, clearError, updateLeadBusinessDataAsync } from '@features/app/connectExpress/connectExpressStore';
24
- import Button from '@features/shared/Button';
17
+ import { useAppDispatch, useAppSelector, useSetFromDefaultValues, useLanguage, useFormReadOnly, useFormErrorAndUpdateReadOnly, useExcludeReadOnlyFelids } from '../../../../hooks';
18
+ import { isSA } from '../../../../utils';
19
+ import { handlePrevScreenStep, settingsSelector } from '../../../../app/settings';
20
+ import Form from '../../../../components/Form';
21
+ import Collapse from '../../../../components/Collapse';
22
+ import ScreenContainer from '../../../shared/Containers/ScreenContainer';
23
+ import { connectExpressSelector, clearError, updateLeadBusinessDataAsync } from '../../../app/connectExpress/connectExpressStore';
24
+ import Button from '../../../shared/Button';
25
25
  import { KWBusinessDataSchema, BusinessDataSchema } from './validation';
26
26
  import LicenseList from './LicenseList';
27
27
  import BrandName from './BrandName';
@@ -26,19 +26,19 @@ import { useTranslation } from 'react-i18next';
26
26
  import { useController, useFormContext } from 'react-hook-form';
27
27
  import Box from '@mui/material/Box';
28
28
  import { styled } from '@mui/material/styles';
29
- import { useAppDispatch, useLanguage, useAppSelector } from '@hooks';
30
- import { BusinessType } from '@types';
31
- import { isOtherLicense, isSA } from '@utils';
32
- import { settingsSelector } from '@app/settings';
33
- import { OTHER_CR_LICENSE, OTHER_FL_LICENSE } from '@constants';
34
- import SimpleList from '@components/SimpleList';
35
- import Text from '@components/Text';
36
- import ExpandIcon from '@components/ExpandIcon';
37
- import Collapse from '@components/Collapse';
38
- import ScreenContainer from '@features/shared/Containers/ScreenContainer';
39
- import Input from '@features/shared/Input';
40
- import CheckIcon from '@features/shared/CheckIcon';
41
- import { connectExpressSelector, clearError } from '@features/app/connectExpress/connectExpressStore';
29
+ import { useAppDispatch, useLanguage, useAppSelector } from '../../../../hooks';
30
+ import { BusinessType } from '../../../../@types';
31
+ import { isOtherLicense, isSA } from '../../../../utils';
32
+ import { settingsSelector } from '../../../../app/settings';
33
+ import { OTHER_CR_LICENSE, OTHER_FL_LICENSE } from '../../../../constants';
34
+ import SimpleList from '../../../../components/SimpleList';
35
+ import Text from '../../../../components/Text';
36
+ import ExpandIcon from '../../../../components/ExpandIcon';
37
+ import Collapse from '../../../../components/Collapse';
38
+ import ScreenContainer from '../../../shared/Containers/ScreenContainer';
39
+ import Input from '../../../shared/Input';
40
+ import CheckIcon from '../../../shared/CheckIcon';
41
+ import { connectExpressSelector, clearError } from '../../../app/connectExpress/connectExpressStore';
42
42
  import LicenseNumber from './LicenseNumber';
43
43
  import LicenseType from './LicenseType';
44
44
  var InputStyled = styled(Input)(function (_a) {
@@ -13,16 +13,16 @@ import { jsx as _jsx } from "react/jsx-runtime";
13
13
  import * as React from 'react';
14
14
  import { useTranslation } from 'react-i18next';
15
15
  import { useController, useFormContext } from 'react-hook-form';
16
- import { CR_NUMBER_LENGTH, FL_NUMBER_LENGTH, KW_MAX_LICENSE_LENGTH, KW_MIN_LICENSE_LENGTH } from '@constants';
17
- import { removeAllOtherThanCharsAndNumber, isSA } from '@utils';
18
- import ScreenContainer from '@features/shared/Containers/ScreenContainer';
19
- import ClearIcon from '@features/shared/ClearIcon';
20
- import CheckIcon from '@features/shared/CheckIcon';
21
- import Input from '@features/shared/Input';
22
- import Collapse from '@components/Collapse';
23
- import { BusinessType } from '@types';
24
- import { useAppSelector } from '@hooks';
25
- import { settingsSelector } from '@app/settings';
16
+ import { CR_NUMBER_LENGTH, FL_NUMBER_LENGTH, KW_MAX_LICENSE_LENGTH, KW_MIN_LICENSE_LENGTH } from '../../../../constants';
17
+ import { removeAllOtherThanCharsAndNumber, isSA } from '../../../../utils';
18
+ import ScreenContainer from '../../../shared/Containers/ScreenContainer';
19
+ import ClearIcon from '../../../shared/ClearIcon';
20
+ import CheckIcon from '../../../shared/CheckIcon';
21
+ import Input from '../../../shared/Input';
22
+ import Collapse from '../../../../components/Collapse';
23
+ import { BusinessType } from '../../../../@types';
24
+ import { useAppSelector } from '../../../../hooks';
25
+ import { settingsSelector } from '../../../../app/settings';
26
26
  var LicenseNumber = function (_a) {
27
27
  var _b;
28
28
  var show = _a.show, readOnly = _a.readOnly;
@@ -14,20 +14,20 @@ import * as React from 'react';
14
14
  import { styled, alpha } from '@mui/material/styles';
15
15
  import InfoIcon from '@mui/icons-material/Info';
16
16
  import InfoOutlinedIcon from '@mui/icons-material/InfoOutlined';
17
- import Collapse from '@components/Collapse';
17
+ import Collapse from '../../../../components/Collapse';
18
18
  import { useTranslation } from 'react-i18next';
19
19
  import { useController, useFormContext } from 'react-hook-form';
20
- import { useAppDispatch, useAppSelector } from '@hooks';
21
- import { BusinessType } from '@types';
22
- import { OTHER_CR_LICENSE, OTHER_FL_LICENSE } from '@constants';
23
- import Text from '@components/Text';
24
- import RadioGroup from '@components/RadioGroup';
25
- import RadioLabel from '@components/RadioLabel';
26
- import Tooltip from '@components/Tooltip';
27
- import Radio from '@components/Radio';
28
- import { ScreenContainer } from '@features/shared/Containers';
29
- import Mandatory from '@features/shared/Mandatory';
30
- import { connectExpressSelector, clearError } from '@features/app/connectExpress/connectExpressStore';
20
+ import { useAppDispatch, useAppSelector } from '../../../../hooks';
21
+ import { BusinessType } from '../../../../@types';
22
+ import { OTHER_CR_LICENSE, OTHER_FL_LICENSE } from '../../../../constants';
23
+ import Text from '../../../../components/Text';
24
+ import RadioGroup from '../../../../components/RadioGroup';
25
+ import RadioLabel from '../../../../components/RadioLabel';
26
+ import Tooltip from '../../../../components/Tooltip';
27
+ import Radio from '../../../../components/Radio';
28
+ import { ScreenContainer } from '../../../shared/Containers';
29
+ import Mandatory from '../../../shared/Mandatory';
30
+ import { connectExpressSelector, clearError } from '../../../app/connectExpress/connectExpressStore';
31
31
  var LabelTextStyled = styled(Text)(function (_a) {
32
32
  var theme = _a.theme;
33
33
  return (__assign(__assign({}, theme.typography.caption), { color: alpha(theme.palette.text.primary, 0.6), marginBlockEnd: theme.spacing(0.625) }));
@@ -16,14 +16,14 @@ import { useController, useFormContext } from 'react-hook-form';
16
16
  import Box from '@mui/material/Box';
17
17
  import { styled, alpha } from '@mui/material/styles';
18
18
  import Link from '@mui/material/Link';
19
- import { settingsSelector } from '@app/settings';
20
- import { EXTERNAL_LINKS, TAP_WEBSITE } from '@constants';
21
- import { useLanguage, useAppSelector } from '@hooks';
22
- import CheckBox from '@components/CheckBox';
23
- import Text from '@components/Text';
24
- import Warning from '@components/Warning';
25
- import Collapse from '@components/Collapse';
26
- import { ScreenContainer } from '@features/shared/Containers';
19
+ import { settingsSelector } from '../../../../app/settings';
20
+ import { EXTERNAL_LINKS, TAP_WEBSITE } from '../../../../constants';
21
+ import { useLanguage, useAppSelector } from '../../../../hooks';
22
+ import CheckBox from '../../../../components/CheckBox';
23
+ import Text from '../../../../components/Text';
24
+ import Warning from '../../../../components/Warning';
25
+ import Collapse from '../../../../components/Collapse';
26
+ import { ScreenContainer } from '../../../shared/Containers';
27
27
  export var TACContainerStyled = styled(Box, { shouldForwardProp: function (prop) { return prop !== 'readOnly'; } })(function (_a) {
28
28
  var theme = _a.theme, readOnly = _a.readOnly;
29
29
  return (__assign({ display: 'flex', flexDirection: 'row', alignItems: 'center', paddingInlineStart: theme.spacing(2.5) }, (readOnly && {
@@ -1,6 +1,6 @@
1
1
  import * as yup from 'yup';
2
- import { KW_MIN_LICENSE_LENGTH, FL_MIN_LICENSE_LENGTH, CR_MIN_LICENSE_LENGTH } from '@constants';
3
- import { BusinessType } from '@src/@types';
2
+ import { KW_MIN_LICENSE_LENGTH, FL_MIN_LICENSE_LENGTH, CR_MIN_LICENSE_LENGTH } from '../../../../constants';
3
+ import { BusinessType } from '../../../../@types';
4
4
  var objectElements = {
5
5
  legal_name: yup.object().shape({
6
6
  ar: yup.string(),
@@ -15,17 +15,17 @@ import { useTranslation } from 'react-i18next';
15
15
  import { useForm, FormProvider } from 'react-hook-form';
16
16
  import { yupResolver } from '@hookform/resolvers/yup';
17
17
  import { styled } from '@mui/material/styles';
18
- import { useAppDispatch, useAppSelector, useExcludeReadOnlyFelids, useFormErrorAndUpdateReadOnly, useFormReadOnly, useSetFromDefaultValues } from '@hooks';
19
- import { AuthForType } from '@types';
20
- import { useLanguage } from '@hooks';
21
- import { isKW } from '@utils';
22
- import { countriesCode } from '@constants';
23
- import { handlePrevScreenStep, settingsSelector } from '@app/settings';
24
- import Form from '@components/Form';
25
- import Collapse from '@components/Collapse';
26
- import Button from '@features/shared/Button';
27
- import { ScreenContainer } from '@features/shared/Containers';
28
- import { clearError, connectExpressSelector, resetIndividualScreen, updateLeadIndividualAsync } from '@features/app/connectExpress/connectExpressStore';
18
+ import { useAppDispatch, useAppSelector, useExcludeReadOnlyFelids, useFormErrorAndUpdateReadOnly, useFormReadOnly, useSetFromDefaultValues } from '../../../../hooks';
19
+ import { AuthForType } from '../../../../@types';
20
+ import { useLanguage } from '../../../../hooks';
21
+ import { isKW } from '../../../../utils';
22
+ import { countriesCode } from '../../../../constants';
23
+ import { handlePrevScreenStep, settingsSelector } from '../../../../app/settings';
24
+ import Form from '../../../../components/Form';
25
+ import Collapse from '../../../../components/Collapse';
26
+ import Button from '../../../shared/Button';
27
+ import { ScreenContainer } from '../../../shared/Containers';
28
+ import { clearError, connectExpressSelector, resetIndividualScreen, updateLeadIndividualAsync } from '../../../app/connectExpress/connectExpressStore';
29
29
  import MobileNumber from './MobileNumber';
30
30
  import Email from './Email';
31
31
  import Name from './Name';
@@ -52,12 +52,12 @@ import { debounce } from 'lodash-es';
52
52
  import { useController, useFormContext } from 'react-hook-form';
53
53
  import axios from 'axios';
54
54
  import { styled } from '@mui/material/styles';
55
- import { useAppDispatch, useAppSelector } from '@hooks';
56
- import Collapse from '@components/Collapse';
57
- import { ScreenContainer } from '@features/shared/Containers';
58
- import Input from '@features/shared/Input';
59
- import { EndAdornment } from '@features/shared/EndAdornment';
60
- import { checkEmailAvailabilityAsync, connectExpressSelector } from '@features/app/connectExpress/connectExpressStore';
55
+ import { useAppDispatch, useAppSelector } from '../../../../hooks';
56
+ import Collapse from '../../../../components/Collapse';
57
+ import { ScreenContainer } from '../../../shared/Containers';
58
+ import Input from '../../../shared/Input';
59
+ import { EndAdornment } from '../../../shared/EndAdornment';
60
+ import { checkEmailAvailabilityAsync, connectExpressSelector } from '../../../app/connectExpress/connectExpressStore';
61
61
  var InputStyled = styled(Input)(function () { return ({
62
62
  input: {
63
63
  textTransform: 'lowercase'
@@ -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
  show: boolean;
@@ -26,17 +26,17 @@ import { useTranslation } from 'react-i18next';
26
26
  import { useController, useFormContext } from 'react-hook-form';
27
27
  import Box from '@mui/material/Box';
28
28
  import { styled, alpha } from '@mui/material/styles';
29
- import { removeAllCharsFromNumber } from '@utils';
30
- import { useLanguage } from '@hooks';
31
- import Text from '@components/Text';
32
- import Collapse from '@components/Collapse';
33
- import SimpleList from '@components/SimpleList';
34
- import ExpandIcon from '@components/ExpandIcon';
35
- import ClearIcon from '@features/shared/ClearIcon';
36
- import CheckIcon from '@features/shared/CheckIcon';
37
- import ScreenContainer from '@features/shared/Containers/ScreenContainer';
38
- import Input from '@features/shared/Input';
39
- import Search from '@features/shared/Search';
29
+ import { removeAllCharsFromNumber } from '../../../../utils';
30
+ import { useLanguage } from '../../../../hooks';
31
+ import Text from '../../../../components/Text';
32
+ import Collapse from '../../../../components/Collapse';
33
+ import SimpleList from '../../../../components/SimpleList';
34
+ import ExpandIcon from '../../../../components/ExpandIcon';
35
+ import ClearIcon from '../../../shared/ClearIcon';
36
+ import CheckIcon from '../../../shared/CheckIcon';
37
+ import ScreenContainer from '../../../shared/Containers/ScreenContainer';
38
+ import Input from '../../../shared/Input';
39
+ import Search from '../../../shared/Search';
40
40
  var LabelContainerStyled = styled(Box)(function (_a) {
41
41
  var theme = _a.theme;
42
42
  return ({
@@ -14,11 +14,11 @@ import * as React from 'react';
14
14
  import { useTranslation } from 'react-i18next';
15
15
  import { useController, useFormContext } from 'react-hook-form';
16
16
  import { styled } from '@mui/material/styles';
17
- import { removeAllOtherThanAlphabetAndSpace } from '@utils';
18
- import Collapse from '@components/Collapse';
19
- import { ScreenContainer } from '@features/shared/Containers';
20
- import Input from '@features/shared/Input';
21
- import { EndAdornment } from '@features/shared/EndAdornment';
17
+ import { removeAllOtherThanAlphabetAndSpace } from '../../../../utils';
18
+ import Collapse from '../../../../components/Collapse';
19
+ import { ScreenContainer } from '../../../shared/Containers';
20
+ import Input from '../../../shared/Input';
21
+ import { EndAdornment } from '../../../shared/EndAdornment';
22
22
  var InputStyled = styled(Input)(function () { return ({
23
23
  input: {
24
24
  textTransform: 'capitalize'
@@ -1,4 +1,4 @@
1
- import { REGEX_FULL_NAME } from '@constants';
1
+ import { REGEX_FULL_NAME } from '../../../../constants';
2
2
  import * as yup from 'yup';
3
3
  export var CollectIndividualInfoValidation = yup.object().shape({
4
4
  name: yup.string().matches(REGEX_FULL_NAME, 'please write your first and last name').required('please write your first and last name'),
@@ -12,11 +12,11 @@ var __assign = (this && this.__assign) || function () {
12
12
  import { jsx as _jsx } from "react/jsx-runtime";
13
13
  import * as React from 'react';
14
14
  import { useTranslation } from 'react-i18next';
15
- import { isNetworkError } from '@utils';
16
- import { useAppDispatch, useAppSelector, useLanguage } from '@hooks';
17
- import { connectExpressSelector, createAccountAsync } from '@features/app/connectExpress/connectExpressStore';
18
- import CreateAccountLoading from '@features/shared/CreateAccountLoading';
19
- import Button from '@features/shared/Button';
15
+ import { isNetworkError } from '../../../../utils';
16
+ import { useAppDispatch, useAppSelector, useLanguage } from '../../../../hooks';
17
+ import { connectExpressSelector, createAccountAsync } from '../../../app/connectExpress/connectExpressStore';
18
+ import CreateAccountLoading from '../../../shared/CreateAccountLoading';
19
+ import Button from '../../../shared/Button';
20
20
  var CreateAccountLoader = function (_a) {
21
21
  var dispatch = useAppDispatch();
22
22
  var isAr = useLanguage().isAr;
@@ -14,18 +14,18 @@ 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, connectExpressSelector, verifyMobileOtpAsync, resetOTPValue, verifyNIDOtpLeadIdentityAsync } from '@features/app/connectExpress/connectExpressStore';
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
- import { AuthForType } from '@types';
17
+ import Text from '../../../../components/Text';
18
+ import { clearError, connectExpressSelector, verifyMobileOtpAsync, resetOTPValue, verifyNIDOtpLeadIdentityAsync } from '../../../app/connectExpress/connectExpressStore';
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';
24
+ import { AuthForType } from '../../../../@types';
25
25
  import { useForm, FormProvider } from 'react-hook-form';
26
26
  import { yupResolver } from '@hookform/resolvers/yup';
27
- import Form from '@components/Form';
28
- import { maskPhone, maskID } from '@utils';
27
+ import Form from '../../../../components/Form';
28
+ import { maskPhone, maskID } from '../../../../utils';
29
29
  import { OTPValidation } from './validation';
30
30
  import OTPInput from './OTPInput';
31
31
  var OTPTitleContainerStyled = styled(Box)(function (_a) {
@@ -15,11 +15,11 @@ 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 { AuthForType } from '@types';
21
- import { resendNIDAuthIdentityOTP, connectExpressSelector } from '@features/app/connectExpress/connectExpressStore';
22
- import { useAppDispatch, useAppSelector } from '@hooks';
18
+ import OTPField from '../../../shared/OTP';
19
+ import { DEFAULT_TIMER_VALUE } from '../../../../constants';
20
+ import { AuthForType } from '../../../../@types';
21
+ import { resendNIDAuthIdentityOTP, connectExpressSelector } from '../../../app/connectExpress/connectExpressStore';
22
+ import { useAppDispatch, useAppSelector } from '../../../../hooks';
23
23
  var BoxStyled = styled(Box)(function (_a) {
24
24
  var theme = _a.theme;
25
25
  return ({
@@ -1,9 +1,9 @@
1
1
  import { jsx as _jsx } from "react/jsx-runtime";
2
2
  import * as React from 'react';
3
- import { connectExpressSelector, verifyPACIAsync } from '@features/app/connectExpress/connectExpressStore';
4
- import PaciVerification from '@features/shared/PaciVerification';
5
- import { handlePrevScreenStep } from '@app/settings';
6
- import { useAppDispatch, useAppSelector } from '@hooks';
3
+ import { connectExpressSelector, verifyPACIAsync } from '../../../app/connectExpress/connectExpressStore';
4
+ import PaciVerification from '../../../shared/PaciVerification';
5
+ import { handlePrevScreenStep } from '../../../../app/settings';
6
+ import { useAppDispatch, useAppSelector } from '../../../../hooks';
7
7
  var VerifyPACI = function () {
8
8
  var _a = React.useState(false), success = _a[0], setSuccess = _a[1];
9
9
  var _b = React.useState(false), isReady = _b[0], setIsReady = _b[1];
@@ -16,19 +16,19 @@ 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, { AbsherButton, MobileButton } from '@features/shared/Button';
22
- import { useAppDispatch, useAppSelector, useCountry, useFormErrorAndUpdateReadOnly, useFormReadOnly } from '@hooks';
23
- import { handlePrevScreenStep, settingsSelector } from '@app/settings';
24
- import ScreenContainer from '@features/shared/Containers/ScreenContainer';
25
- import { clearError, resetStore, connectExpressSelector, createMobileAuthAsync } from '@features/app/connectExpress/connectExpressStore';
26
- import { useLanguage } from '@hooks';
19
+ import Collapse from '../../../../components/Collapse';
20
+ import Form from '../../../../components/Form';
21
+ import Button, { AbsherButton, MobileButton } from '../../../shared/Button';
22
+ import { useAppDispatch, useAppSelector, useCountry, useFormErrorAndUpdateReadOnly, useFormReadOnly } from '../../../../hooks';
23
+ import { handlePrevScreenStep, settingsSelector } from '../../../../app/settings';
24
+ import ScreenContainer from '../../../shared/Containers/ScreenContainer';
25
+ import { clearError, resetStore, connectExpressSelector, createMobileAuthAsync } from '../../../app/connectExpress/connectExpressStore';
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
- import { ICONS_NAMES } from '@src/constants';
31
+ import { ICONS_NAMES } from '../../../../constants';
32
32
  import TAC from './TAC';
33
33
  var FormStyled = styled(Form)(function () { return ({
34
34
  display: 'flex',
@@ -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
  show: boolean;