@tap-payments/auth-jsconnect 2.5.23-test → 3.0.0-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 (442) hide show
  1. package/build/@types/app.d.ts +4 -0
  2. package/build/@types/app.js +5 -0
  3. package/build/api/country.d.ts +1 -0
  4. package/build/api/country.js +11 -1
  5. package/build/api/index.d.ts +1 -0
  6. package/build/app/settings.d.ts +5 -2
  7. package/build/app/settings.js +13 -3
  8. package/build/assets/locales/ar.json +107 -5
  9. package/build/assets/locales/en.json +108 -7
  10. package/build/components/AnimationFlow/AnimationFlow.d.ts +3 -3
  11. package/build/components/AnimationFlow/AnimationFlow.js +4 -4
  12. package/build/components/AnimationFlow/BottomSheet.d.ts +3 -4
  13. package/build/components/AnimationFlow/BottomSheet.js +33 -27
  14. package/build/components/AnimationFlow/Dialog.d.ts +3 -4
  15. package/build/components/AnimationFlow/Dialog.js +17 -54
  16. package/build/components/ArabicDatePicker/ArabicDatePicker.d.ts +3 -1
  17. package/build/components/ArabicDatePicker/ArabicDatePicker.js +12 -5
  18. package/build/components/ArabicDatePicker/style.css +2 -0
  19. package/build/components/Button/Button.js +21 -10
  20. package/build/components/CheckBox/CheckBox.d.ts +2 -1
  21. package/build/components/CheckBox/CheckBox.js +41 -19
  22. package/build/components/DatePicker/DatePicker.d.ts +3 -1
  23. package/build/components/DatePicker/DatePicker.js +12 -6
  24. package/build/components/DatePicker/customStyle.css +1 -0
  25. package/build/components/ExpandIcon/ExpandIcon.js +8 -5
  26. package/build/components/FileInput/DragAndDrop.js +43 -39
  27. package/build/components/Icon/Icon.js +1 -1
  28. package/build/components/OTPField/OTPField.js +5 -4
  29. package/build/components/OTPTimer/OTPTimer.js +2 -6
  30. package/build/components/Popover/Popover.d.ts +6 -0
  31. package/build/components/Popover/Popover.js +79 -0
  32. package/build/components/Popover/index.d.ts +3 -0
  33. package/build/components/Popover/index.js +2 -0
  34. package/build/components/ProgressBar/CircularProgressBar.js +14 -15
  35. package/build/components/Radio/Radio.js +16 -6
  36. package/build/components/RadioLabel/RadioLabel.js +3 -2
  37. package/build/components/SimpleList/SimpleList.d.ts +15 -1
  38. package/build/components/SimpleList/SimpleList.js +48 -37
  39. package/build/components/SocialMediaGroup/SocialMediaGroup.d.ts +1 -1
  40. package/build/components/SocialMediaGroup/SocialMediaGroup.js +1 -1
  41. package/build/components/TextField/TextField.d.ts +17 -0
  42. package/build/components/TextField/TextField.js +89 -0
  43. package/build/components/TextField/index.d.ts +3 -0
  44. package/build/components/TextField/index.js +2 -0
  45. package/build/components/ToggleButtonGroup/ToggleButtonGroup.js +2 -1
  46. package/build/components/Tooltip/Tooltip.js +38 -7
  47. package/build/components/Warning/Warning.js +4 -4
  48. package/build/constants/app.js +35 -11
  49. package/build/constants/assets.d.ts +72 -0
  50. package/build/constants/assets.js +131 -59
  51. package/build/constants/date.d.ts +1 -0
  52. package/build/constants/date.js +14 -0
  53. package/build/constants/index.d.ts +1 -0
  54. package/build/constants/index.js +1 -0
  55. package/build/features/app/brand/brandStore.d.ts +3 -2
  56. package/build/features/app/brand/brandStore.js +4 -1
  57. package/build/features/app/business/businessStore.d.ts +4 -2
  58. package/build/features/app/business/businessStore.js +10 -4
  59. package/build/features/app/entity/entityStore.d.ts +3 -2
  60. package/build/features/app/entity/entityStore.js +4 -1
  61. package/build/features/app/individual/individualStore.d.ts +3 -2
  62. package/build/features/app/individual/individualStore.js +4 -1
  63. package/build/features/bank/Bank.js +3 -3
  64. package/build/features/bank/screens/BankDetails/BankDetails.js +3 -8
  65. package/build/features/bank/screens/BankDetails/BankName.js +7 -3
  66. package/build/features/bank/screens/BankDetails/BankStatement.js +1 -1
  67. package/build/features/bank/screens/BankDetails/Beneficiary.js +7 -3
  68. package/build/features/bank/screens/BankDetails/ConfirmPolicy.js +7 -16
  69. package/build/features/bank/screens/BankDetails/IBAN.js +7 -2
  70. package/build/features/bank/screens/ResetPasswordSuccess/ResetPasswordSuccess.js +13 -1
  71. package/build/features/bank/screens/Success/Success.js +14 -2
  72. package/build/features/bank/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.js +2 -1
  73. package/build/features/bank/screens/Verify/Verify.js +5 -8
  74. package/build/features/brand/Brand.js +3 -3
  75. package/build/features/brand/screens/BrandActivities/ActivitiesList.d.ts +2 -51
  76. package/build/features/brand/screens/BrandActivities/ActivitiesList.js +17 -55
  77. package/build/features/brand/screens/BrandActivities/BrandActivities.js +9 -7
  78. package/build/features/brand/screens/BrandActivities/CustomerBase.d.ts +2 -31
  79. package/build/features/brand/screens/BrandActivities/CustomerBase.js +14 -32
  80. package/build/features/brand/screens/BrandActivities/ExpectedCustomers.d.ts +2 -1
  81. package/build/features/brand/screens/BrandActivities/ExpectedCustomers.js +12 -13
  82. package/build/features/brand/screens/BrandActivities/ExpectedSaleField.d.ts +8 -0
  83. package/build/features/brand/screens/BrandActivities/ExpectedSaleField.js +55 -0
  84. package/build/features/brand/screens/BrandActivities/RefundPolicy.js +9 -16
  85. package/build/features/brand/screens/BrandActivities/TAC.js +8 -21
  86. package/build/features/brand/screens/BrandActivities/TransactionPolicy.js +4 -2
  87. package/build/features/brand/screens/BrandInfo/BrandInfo.js +2 -2
  88. package/build/features/brand/screens/BrandInfo/BrandLogo.js +1 -1
  89. package/build/features/brand/screens/BrandInfo/BrandName.js +7 -51
  90. package/build/features/brand/screens/BrandSegmentInfo/BrandSegmentInfo.js +8 -4
  91. package/build/features/brand/screens/BrandSegmentInfo/SegmentLocations.d.ts +2 -1
  92. package/build/features/brand/screens/BrandSegmentInfo/SegmentLocations.js +11 -5
  93. package/build/features/brand/screens/BrandSegmentInfo/SegmentProfits.d.ts +2 -1
  94. package/build/features/brand/screens/BrandSegmentInfo/SegmentProfits.js +10 -4
  95. package/build/features/brand/screens/BrandSegmentInfo/SegmentTechs.d.ts +2 -1
  96. package/build/features/brand/screens/BrandSegmentInfo/SegmentTechs.js +10 -4
  97. package/build/features/brand/screens/BrandSegmentInfo/TeamSize.d.ts +2 -1
  98. package/build/features/brand/screens/BrandSegmentInfo/TeamSize.js +10 -4
  99. package/build/features/brand/screens/ExpectedSales/ExpectedSaleList.d.ts +29 -0
  100. package/build/features/brand/screens/ExpectedSales/ExpectedSaleList.js +136 -0
  101. package/build/features/brand/screens/ExpectedSales/ExpectedSales.d.ts +5 -0
  102. package/build/features/brand/screens/ExpectedSales/ExpectedSales.js +91 -0
  103. package/build/features/brand/screens/ExpectedSales/index.d.ts +2 -0
  104. package/build/features/brand/screens/ExpectedSales/index.js +2 -0
  105. package/build/features/brand/screens/ResetPasswordSuccess/ResetPasswordSuccess.js +13 -1
  106. package/build/features/brand/screens/Success/Success.js +13 -1
  107. package/build/features/brand/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.js +2 -1
  108. package/build/features/brand/screens/Verify/Verify.js +5 -8
  109. package/build/features/business/Business.js +3 -3
  110. package/build/features/business/screens/Activities/Activities.js +7 -11
  111. package/build/features/business/screens/Activities/ActivityField.d.ts +22 -0
  112. package/build/features/business/screens/Activities/ActivityField.js +63 -0
  113. package/build/features/business/screens/Activities/LicenseName.js +4 -2
  114. package/build/features/business/screens/Activities/OperationStartDate.js +3 -3
  115. package/build/features/business/screens/BrandDetails/BrandDetails.js +3 -2
  116. package/build/features/business/screens/BrandDetails/BrandName.js +5 -9
  117. package/build/features/business/screens/BrandDetails/Header.js +4 -3
  118. package/build/features/business/screens/BrandDetails/LicenseInfo.js +5 -9
  119. package/build/features/business/screens/BrandDetails/SalesChannel.js +9 -5
  120. package/build/features/business/screens/BusinessActivities/ActivityList.d.ts +30 -0
  121. package/build/features/business/screens/BusinessActivities/ActivityList.js +265 -0
  122. package/build/features/business/screens/BusinessActivities/BusinessActivities.d.ts +5 -0
  123. package/build/features/business/screens/BusinessActivities/BusinessActivities.js +90 -0
  124. package/build/features/business/screens/BusinessActivities/index.d.ts +2 -0
  125. package/build/features/business/screens/BusinessActivities/index.js +2 -0
  126. package/build/features/business/screens/BusinessType/Article.js +1 -1
  127. package/build/features/business/screens/BusinessType/BusinessType.js +6 -4
  128. package/build/features/business/screens/BusinessType/EntityLicenseList.d.ts +2 -1
  129. package/build/features/business/screens/BusinessType/EntityLicenseList.js +9 -11
  130. package/build/features/business/screens/BusinessType/EntityName.js +6 -3
  131. package/build/features/business/screens/BusinessType/LicenseList.d.ts +2 -1
  132. package/build/features/business/screens/BusinessType/LicenseList.js +9 -6
  133. package/build/features/business/screens/BusinessType/LicenseNumber.js +8 -3
  134. package/build/features/business/screens/BusinessType/LicenseType.js +16 -11
  135. package/build/features/business/screens/CivilID/CivilID.js +8 -16
  136. package/build/features/business/screens/CivilID/IDNumber.js +5 -18
  137. package/build/features/business/screens/Customers/CustomerLocations.d.ts +2 -18
  138. package/build/features/business/screens/Customers/CustomerLocations.js +11 -26
  139. package/build/features/business/screens/Customers/Customers.js +12 -10
  140. package/build/features/business/screens/Customers/ExpectedCustomers.d.ts +2 -1
  141. package/build/features/business/screens/Customers/ExpectedCustomers.js +10 -13
  142. package/build/features/business/screens/Customers/ExpectedSaleField.d.ts +6 -0
  143. package/build/features/business/screens/Customers/ExpectedSaleField.js +49 -0
  144. package/build/features/business/screens/Customers/RefundPolicy.js +8 -16
  145. package/build/features/business/screens/Customers/TransactionPolicy.js +4 -2
  146. package/build/features/business/screens/ExpectedSales/ExpectedSaleList.d.ts +29 -0
  147. package/build/features/business/screens/ExpectedSales/ExpectedSaleList.js +136 -0
  148. package/build/features/business/screens/ExpectedSales/ExpectedSales.d.ts +5 -0
  149. package/build/features/business/screens/ExpectedSales/ExpectedSales.js +91 -0
  150. package/build/features/business/screens/ExpectedSales/index.d.ts +2 -0
  151. package/build/features/business/screens/ExpectedSales/index.js +2 -0
  152. package/build/features/business/screens/IDBOD/DOB.js +3 -12
  153. package/build/features/business/screens/IDBOD/ID.js +2 -2
  154. package/build/features/business/screens/IDBOD/IDBOD.js +9 -16
  155. package/build/features/business/screens/OTP/OTP.js +10 -22
  156. package/build/features/business/screens/ResetPasswordSuccess/ResetPasswordSuccess.js +13 -1
  157. package/build/features/business/screens/Success/Success.js +13 -1
  158. package/build/features/business/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.js +2 -1
  159. package/build/features/business/screens/Verify/Verify.js +5 -8
  160. package/build/features/connect/Connect.js +3 -3
  161. package/build/features/connect/screens/BrandSegment/BrandSegment.js +8 -4
  162. package/build/features/connect/screens/BrandSegment/SegmentLocations.d.ts +2 -1
  163. package/build/features/connect/screens/BrandSegment/SegmentLocations.js +9 -5
  164. package/build/features/connect/screens/BrandSegment/SegmentProfits.d.ts +2 -1
  165. package/build/features/connect/screens/BrandSegment/SegmentProfits.js +8 -4
  166. package/build/features/connect/screens/BrandSegment/SegmentTechs.d.ts +2 -1
  167. package/build/features/connect/screens/BrandSegment/SegmentTechs.js +8 -4
  168. package/build/features/connect/screens/BrandSegment/TeamSize.d.ts +2 -1
  169. package/build/features/connect/screens/BrandSegment/TeamSize.js +8 -4
  170. package/build/features/connect/screens/CivilID/CivilID.js +11 -12
  171. package/build/features/connect/screens/CivilID/IDNumber.js +3 -18
  172. package/build/features/connect/screens/Individual/Email.js +6 -2
  173. package/build/features/connect/screens/Individual/Individual.js +11 -9
  174. package/build/features/connect/screens/Individual/MobileNumber.d.ts +1 -0
  175. package/build/features/connect/screens/Individual/MobileNumber.js +29 -22
  176. package/build/features/connect/screens/Individual/Name.js +4 -2
  177. package/build/features/connect/screens/Merchant/BrandList.d.ts +2 -1
  178. package/build/features/connect/screens/Merchant/BrandList.js +8 -4
  179. package/build/features/connect/screens/Merchant/BrandName.d.ts +2 -1
  180. package/build/features/connect/screens/Merchant/BrandName.js +7 -42
  181. package/build/features/connect/screens/Merchant/Merchant.js +8 -4
  182. package/build/features/connect/screens/Merchant/TAC.js +12 -24
  183. package/build/features/connect/screens/Mobile/Mobile.js +19 -21
  184. package/build/features/connect/screens/Mobile/MobileNumber.d.ts +1 -0
  185. package/build/features/connect/screens/Mobile/MobileNumber.js +22 -19
  186. package/build/features/connect/screens/NID/DOB.d.ts +1 -1
  187. package/build/features/connect/screens/NID/DOB.js +5 -26
  188. package/build/features/connect/screens/NID/IDNumber.js +3 -18
  189. package/build/features/connect/screens/NID/NID.js +13 -14
  190. package/build/features/connect/screens/OTP/OTP.js +5 -8
  191. package/build/features/connect/screens/ThankYou/ThankYou.js +13 -1
  192. package/build/features/connect/screens/VerifyPACI/VerifyPACI.js +0 -61
  193. package/build/features/connectExpress/ConnectExpress.js +3 -3
  194. package/build/features/connectExpress/screens/AccountAlreadyCreated/AccountAlreadyCreated.js +13 -1
  195. package/build/features/connectExpress/screens/Brand/Brand.js +4 -2
  196. package/build/features/connectExpress/screens/CivilID/CivilID.js +7 -8
  197. package/build/features/connectExpress/screens/CivilID/IDNumber.js +3 -18
  198. package/build/features/connectExpress/screens/CivilIDMissed/CivilID.js +2 -2
  199. package/build/features/connectExpress/screens/CivilIDMissed/IDNumber.js +3 -18
  200. package/build/features/connectExpress/screens/CollectBusinessInfo/BrandName.js +5 -40
  201. package/build/features/connectExpress/screens/CollectBusinessInfo/CollectBusinessInfo.js +9 -5
  202. package/build/features/connectExpress/screens/CollectBusinessInfo/LicenseList.d.ts +2 -1
  203. package/build/features/connectExpress/screens/CollectBusinessInfo/LicenseList.js +11 -6
  204. package/build/features/connectExpress/screens/CollectBusinessInfo/LicenseNumber.js +8 -3
  205. package/build/features/connectExpress/screens/CollectBusinessInfo/TAC.js +9 -17
  206. package/build/features/connectExpress/screens/CollectIndividualInfo/CollectIndividualInfo.js +6 -4
  207. package/build/features/connectExpress/screens/CollectIndividualInfo/Email.js +6 -2
  208. package/build/features/connectExpress/screens/CollectIndividualInfo/MobileNumber.d.ts +1 -0
  209. package/build/features/connectExpress/screens/CollectIndividualInfo/MobileNumber.js +33 -26
  210. package/build/features/connectExpress/screens/CollectIndividualInfo/Name.js +6 -2
  211. package/build/features/connectExpress/screens/IdentityOTP/OTP.js +5 -8
  212. package/build/features/connectExpress/screens/Mobile/Mobile.js +21 -12
  213. package/build/features/connectExpress/screens/Mobile/MobileNumber.d.ts +1 -0
  214. package/build/features/connectExpress/screens/Mobile/MobileNumber.js +33 -26
  215. package/build/features/connectExpress/screens/Mobile/TAC.js +12 -24
  216. package/build/features/connectExpress/screens/NID/DOB.d.ts +1 -1
  217. package/build/features/connectExpress/screens/NID/DOB.js +4 -24
  218. package/build/features/connectExpress/screens/NID/IDNumber.js +8 -18
  219. package/build/features/connectExpress/screens/NID/NID.js +7 -8
  220. package/build/features/connectExpress/screens/NID/TAC.js +9 -17
  221. package/build/features/connectExpress/screens/NIDMissed/DOB.d.ts +1 -1
  222. package/build/features/connectExpress/screens/NIDMissed/DOB.js +3 -24
  223. package/build/features/connectExpress/screens/NIDMissed/IDNumber.js +5 -18
  224. package/build/features/connectExpress/screens/NIDMissed/NID.js +2 -2
  225. package/build/features/connectExpress/screens/OTP/OTP.js +5 -8
  226. package/build/features/connectExpress/screens/OTP/OTPInput.js +1 -1
  227. package/build/features/connectExpress/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.js +2 -1
  228. package/build/features/entity/Entity.js +3 -3
  229. package/build/features/entity/screens/EntityActivities/ActivityList.d.ts +30 -0
  230. package/build/features/entity/screens/EntityActivities/ActivityList.js +265 -0
  231. package/build/features/entity/screens/EntityActivities/EntityActivities.d.ts +5 -0
  232. package/build/features/entity/screens/EntityActivities/EntityActivities.js +89 -0
  233. package/build/features/entity/screens/EntityActivities/index.d.ts +2 -0
  234. package/build/features/entity/screens/EntityActivities/index.js +2 -0
  235. package/build/features/entity/screens/EntityCapital/ActivityField.d.ts +22 -0
  236. package/build/features/entity/screens/EntityCapital/ActivityField.js +63 -0
  237. package/build/features/entity/screens/EntityCapital/CapitalPaid.js +7 -3
  238. package/build/features/entity/screens/EntityCapital/CapitalShareCount.js +6 -2
  239. package/build/features/entity/screens/EntityCapital/CapitalShareValue.js +7 -3
  240. package/build/features/entity/screens/EntityCapital/EntityCapital.js +10 -11
  241. package/build/features/entity/screens/EntityName/Article.js +1 -1
  242. package/build/features/entity/screens/EntityName/EntityName.js +6 -4
  243. package/build/features/entity/screens/EntityName/EntityTypeList.d.ts +1 -50
  244. package/build/features/entity/screens/EntityName/EntityTypeList.js +19 -50
  245. package/build/features/entity/screens/EntityName/ExpiryDate.d.ts +2 -15
  246. package/build/features/entity/screens/EntityName/ExpiryDate.js +5 -11
  247. package/build/features/entity/screens/EntityName/IssuingDate.d.ts +2 -15
  248. package/build/features/entity/screens/EntityName/IssuingDate.js +5 -11
  249. package/build/features/entity/screens/EntityName/LegalName.js +6 -2
  250. package/build/features/entity/screens/EntityName/LicenseNumber.js +4 -2
  251. package/build/features/entity/screens/EntityName/UnifiedNumber.js +6 -2
  252. package/build/features/entity/screens/ResetPasswordSuccess/ResetPasswordSuccess.js +13 -1
  253. package/build/features/entity/screens/Success/Success.js +13 -1
  254. package/build/features/entity/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.js +2 -1
  255. package/build/features/entity/screens/Verify/Verify.js +5 -8
  256. package/build/features/featuresScreens.js +26 -1
  257. package/build/features/individual/Individual.js +3 -3
  258. package/build/features/individual/screens/AdditionalIndividualInfo/AdditionalIndividualInfo.js +8 -9
  259. package/build/features/individual/screens/AdditionalIndividualInfo/InfluencerSwitch.js +3 -3
  260. package/build/features/individual/screens/AdditionalIndividualInfo/MonthlyIncome.d.ts +1 -0
  261. package/build/features/individual/screens/AdditionalIndividualInfo/MonthlyIncome.js +9 -3
  262. package/build/features/individual/screens/AdditionalIndividualInfo/Occupation.d.ts +1 -3
  263. package/build/features/individual/screens/AdditionalIndividualInfo/Occupation.js +19 -100
  264. package/build/features/individual/screens/AdditionalIndividualInfo/PEPSwitch.js +14 -7
  265. package/build/features/individual/screens/AdditionalIndividualInfo/ShareCount.js +6 -2
  266. package/build/features/individual/screens/AdditionalIndividualInfo/ShareValue.js +7 -3
  267. package/build/features/individual/screens/AdditionalIndividualInfo/SourceOfIncome.d.ts +1 -0
  268. package/build/features/individual/screens/AdditionalIndividualInfo/SourceOfIncome.js +9 -3
  269. package/build/features/individual/screens/IndividualList/CollectPhoneEmail.js +1 -1
  270. package/build/features/individual/screens/IndividualList/Email.js +4 -2
  271. package/build/features/individual/screens/IndividualList/IndividualList.d.ts +1 -27
  272. package/build/features/individual/screens/IndividualList/IndividualList.js +2 -21
  273. package/build/features/individual/screens/IndividualList/MobileNumber.js +30 -24
  274. package/build/features/individual/screens/IndividualList/UserList.js +36 -15
  275. package/build/features/individual/screens/IndividualOccupation/IndividualOccupation.d.ts +5 -0
  276. package/build/features/individual/screens/IndividualOccupation/IndividualOccupation.js +91 -0
  277. package/build/features/individual/screens/IndividualOccupation/OccupationList.d.ts +29 -0
  278. package/build/features/individual/screens/IndividualOccupation/OccupationList.js +136 -0
  279. package/build/features/individual/screens/IndividualOccupation/index.d.ts +2 -0
  280. package/build/features/individual/screens/IndividualOccupation/index.js +2 -0
  281. package/build/features/individual/screens/IndividualPersonalInfo/BirthCity.d.ts +1 -0
  282. package/build/features/individual/screens/IndividualPersonalInfo/BirthCity.js +10 -4
  283. package/build/features/individual/screens/IndividualPersonalInfo/BirthCountry.d.ts +1 -0
  284. package/build/features/individual/screens/IndividualPersonalInfo/BirthCountry.js +10 -4
  285. package/build/features/individual/screens/IndividualPersonalInfo/DOB.d.ts +1 -1
  286. package/build/features/individual/screens/IndividualPersonalInfo/DOB.js +4 -13
  287. package/build/features/individual/screens/IndividualPersonalInfo/Email.js +6 -2
  288. package/build/features/individual/screens/IndividualPersonalInfo/ExpiryDate.d.ts +1 -1
  289. package/build/features/individual/screens/IndividualPersonalInfo/ExpiryDate.js +4 -13
  290. package/build/features/individual/screens/IndividualPersonalInfo/Gender.js +16 -12
  291. package/build/features/individual/screens/IndividualPersonalInfo/ID.js +7 -2
  292. package/build/features/individual/screens/IndividualPersonalInfo/IndividualPersonalInfo.js +7 -4
  293. package/build/features/individual/screens/IndividualPersonalInfo/IssuedCountry.d.ts +1 -0
  294. package/build/features/individual/screens/IndividualPersonalInfo/IssuedCountry.js +10 -4
  295. package/build/features/individual/screens/IndividualPersonalInfo/MobileNumber.d.ts +1 -0
  296. package/build/features/individual/screens/IndividualPersonalInfo/MobileNumber.js +31 -24
  297. package/build/features/individual/screens/IndividualPersonalInfo/Name.js +6 -2
  298. package/build/features/individual/screens/IndividualPersonalInfo/Nationality.d.ts +1 -0
  299. package/build/features/individual/screens/IndividualPersonalInfo/Nationality.js +10 -4
  300. package/build/features/individual/screens/IndividualPhoneInfo/MobileNumber.d.ts +1 -0
  301. package/build/features/individual/screens/IndividualPhoneInfo/MobileNumber.js +34 -30
  302. package/build/features/individual/screens/IndividualPhoneInfo/PhoneInfo.js +10 -2
  303. package/build/features/individual/screens/ResetPasswordSuccess/ResetPasswordSuccess.js +13 -1
  304. package/build/features/individual/screens/Success/Success.js +13 -1
  305. package/build/features/individual/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.js +2 -1
  306. package/build/features/individual/screens/Verify/Verify.js +5 -8
  307. package/build/features/password/Password.js +3 -3
  308. package/build/features/password/screens/CreatePassword/ConditionText.js +2 -1
  309. package/build/features/password/screens/CreatePassword/ConfirmPassword.js +15 -2
  310. package/build/features/password/screens/CreatePassword/CreatePassword.js +3 -3
  311. package/build/features/password/screens/CreatePassword/Password.js +17 -9
  312. package/build/features/password/screens/CreatePassword/PasswordBar.js +4 -4
  313. package/build/features/password/screens/OTP/OTP.js +10 -22
  314. package/build/features/password/screens/ResetPasswordSuccess/ResetPasswordSuccess.js +13 -1
  315. package/build/features/password/screens/Success/Success.js +13 -1
  316. package/build/features/password/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.js +2 -1
  317. package/build/features/password/screens/Verify/Verify.js +5 -8
  318. package/build/features/shared/AcceptancePayouts/AcceptancePayouts.js +16 -11
  319. package/build/features/shared/Background/Background.js +11 -2
  320. package/build/features/shared/Button/AbsherButton.js +12 -2
  321. package/build/features/shared/Button/Button.js +16 -11
  322. package/build/features/shared/Button/EmailProvidersButtons.js +34 -22
  323. package/build/features/shared/Button/FlowsButtons.d.ts +3 -1
  324. package/build/features/shared/Button/FlowsButtons.js +79 -69
  325. package/build/features/shared/Button/IndividualActionButtons.js +39 -40
  326. package/build/features/shared/Button/MobileButton.js +16 -2
  327. package/build/features/shared/Button/SuccessButton.d.ts +1 -1
  328. package/build/features/shared/Button/SuccessButton.js +10 -15
  329. package/build/features/shared/Calender/Calender.d.ts +3 -1
  330. package/build/features/shared/Calender/Calender.js +4 -4
  331. package/build/features/shared/Calender/CustomCalender.d.ts +15 -0
  332. package/build/features/shared/Calender/CustomCalender.js +46 -0
  333. package/build/features/shared/Calender/CustomDatePicker.d.ts +29 -0
  334. package/build/features/shared/Calender/CustomDatePicker.js +252 -0
  335. package/build/features/shared/Calender/CustomHijriDatePicker.d.ts +29 -0
  336. package/build/features/shared/Calender/CustomHijriDatePicker.js +258 -0
  337. package/build/features/shared/Calender/DatePicker.d.ts +29 -0
  338. package/build/features/shared/Calender/DatePicker.js +229 -0
  339. package/build/features/shared/Calender/index.d.ts +2 -0
  340. package/build/features/shared/Calender/index.js +2 -0
  341. package/build/features/shared/CheckIcon/CheckIcon.d.ts +2 -2
  342. package/build/features/shared/CheckIcon/CheckIcon.js +9 -7
  343. package/build/features/shared/Chip/Chip.js +2 -1
  344. package/build/features/shared/ClearIcon/ClearIcon.d.ts +2 -0
  345. package/build/features/shared/ClearIcon/ClearIcon.js +2 -1
  346. package/build/features/shared/Containers/ContainerWithHeader.d.ts +11 -0
  347. package/build/features/shared/Containers/ContainerWithHeader.js +52 -0
  348. package/build/features/shared/Containers/FeatureContainer.d.ts +1 -2
  349. package/build/features/shared/Containers/FeatureContainer.js +6 -4
  350. package/build/features/shared/Containers/index.d.ts +2 -1
  351. package/build/features/shared/Containers/index.js +2 -1
  352. package/build/features/shared/CountryPopup/CountryPopup.d.ts +7 -0
  353. package/build/features/shared/CountryPopup/CountryPopup.js +166 -0
  354. package/build/features/shared/CountryPopup/index.d.ts +2 -0
  355. package/build/features/shared/CountryPopup/index.js +2 -0
  356. package/build/features/shared/CreateAccountLoading/CreateAccountLoading.js +6 -6
  357. package/build/features/shared/DataLoading/DataLoading.js +6 -6
  358. package/build/features/shared/DropDownStyle/DropDownStyle.d.ts +24 -0
  359. package/build/features/shared/DropDownStyle/DropDownStyle.js +61 -0
  360. package/build/features/shared/DropDownStyle/index.d.ts +2 -0
  361. package/build/features/shared/DropDownStyle/index.js +2 -0
  362. package/build/features/shared/EndAdornment/EndAdornmentExpanded.d.ts +2 -1
  363. package/build/features/shared/EndAdornment/EndAdornmentExpanded.js +2 -2
  364. package/build/features/shared/Footer/PoweredByFooter.d.ts +1 -2
  365. package/build/features/shared/Footer/PoweredByFooter.js +3 -3
  366. package/build/features/shared/GenericError/GenericError.js +3 -2
  367. package/build/features/shared/Header/Header.d.ts +8 -0
  368. package/build/features/shared/Header/Header.js +88 -0
  369. package/build/features/shared/Header/index.d.ts +3 -0
  370. package/build/features/shared/Header/index.js +2 -0
  371. package/build/features/shared/InputSelect/InputSelect.js +0 -1
  372. package/build/features/shared/LanguagePopup/LanguagePopup.d.ts +5 -0
  373. package/build/features/shared/LanguagePopup/LanguagePopup.js +178 -0
  374. package/build/features/shared/LanguagePopup/index.d.ts +2 -0
  375. package/build/features/shared/LanguagePopup/index.js +2 -0
  376. package/build/features/shared/Mandatory/Mandatory.js +2 -2
  377. package/build/features/shared/OTP/OTP.js +10 -11
  378. package/build/features/shared/PaciVerification/PaciVerification.js +5 -4
  379. package/build/features/shared/PasswordIcon/PasswordIcon.js +3 -2
  380. package/build/features/shared/SalesChannels/SaleChannelIconsInput.js +47 -22
  381. package/build/features/shared/SalesChannels/SalesChannel.d.ts +13 -0
  382. package/build/features/shared/SalesChannels/SalesChannel.js +11 -24
  383. package/build/features/shared/Search/Search.d.ts +3 -1
  384. package/build/features/shared/Search/Search.js +39 -3
  385. package/build/features/shared/SearchIcon/SearchIcon.d.ts +0 -1
  386. package/build/features/shared/SearchIcon/SearchIcon.js +6 -7
  387. package/build/features/shared/SearchIcon/index.d.ts +2 -0
  388. package/build/features/shared/SearchIcon/index.js +2 -0
  389. package/build/features/shared/SuccessFlowButtons/SuccessFlowButtons.js +23 -8
  390. package/build/features/shared/SuccessScreen/SuccessScreen.js +9 -7
  391. package/build/features/shared/{UploadFile/UploadFile.d.ts → TextField/TextField.d.ts} +14 -24
  392. package/build/features/shared/TextField/TextField.js +63 -0
  393. package/build/features/shared/TextField/index.d.ts +3 -0
  394. package/build/features/shared/TextField/index.js +2 -0
  395. package/build/features/shared/TextFieldSelect/TextFieldSelect.d.ts +4 -0
  396. package/build/features/shared/TextFieldSelect/TextFieldSelect.js +32 -0
  397. package/build/features/shared/TextFieldSelect/index.d.ts +2 -0
  398. package/build/features/shared/TextFieldSelect/index.js +2 -0
  399. package/build/features/shared/TitleDescription/TitleDescription.d.ts +9 -0
  400. package/build/features/shared/TitleDescription/TitleDescription.js +77 -0
  401. package/build/features/shared/TitleDescription/index.d.ts +2 -0
  402. package/build/features/shared/TitleDescription/index.js +2 -0
  403. package/build/features/shared/UploadFile/FileUpload.d.ts +8 -2
  404. package/build/features/shared/UploadFile/FileUpload.js +58 -31
  405. package/build/features/shared/UploadFile/UploadWrapper.js +7 -3
  406. package/build/features/shared/UploadFile/index.d.ts +1 -2
  407. package/build/features/shared/UploadFile/index.js +1 -2
  408. package/build/features/shared/UploadMultipleFile/UploadFile.d.ts +8 -2
  409. package/build/features/shared/UploadMultipleFile/UploadFile.js +58 -31
  410. package/build/features/shared/UploadMultipleFile/UploadMultipleFile.js +14 -9
  411. package/build/features/signIn/SignIn.js +3 -3
  412. package/build/features/signIn/screens/Mobile/MobileNumber.js +7 -4
  413. package/build/features/tax/Tax.js +3 -3
  414. package/build/features/tax/screens/ResetPasswordSuccess/ResetPasswordSuccess.js +13 -1
  415. package/build/features/tax/screens/Success/Success.js +13 -1
  416. package/build/features/tax/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.js +2 -1
  417. package/build/features/tax/screens/TaxDetails/ConfirmPolicy.js +7 -16
  418. package/build/features/tax/screens/TaxDetails/TaxDetails.js +2 -2
  419. package/build/features/tax/screens/TaxDetails/TaxDocument.js +2 -2
  420. package/build/features/tax/screens/TaxDetails/VATId.js +7 -2
  421. package/build/features/tax/screens/Verify/Verify.js +9 -9
  422. package/build/hooks/useAppConfig.js +10 -1
  423. package/build/theme/palette.js +81 -27
  424. package/build/theme/shadows.js +7 -7
  425. package/build/theme/typography.js +3 -3
  426. package/build/utils/array.d.ts +1 -1
  427. package/build/utils/array.js +2 -2
  428. package/build/utils/string.js +14 -16
  429. package/package.json +3 -1
  430. package/build/features/brand/screens/BrandActivities/ExpectedSalesRange.d.ts +0 -10
  431. package/build/features/brand/screens/BrandActivities/ExpectedSalesRange.js +0 -143
  432. package/build/features/business/screens/Activities/ActivitiesList.d.ts +0 -37
  433. package/build/features/business/screens/Activities/ActivitiesList.js +0 -292
  434. package/build/features/business/screens/Customers/ExpectedSalesRange.d.ts +0 -8
  435. package/build/features/business/screens/Customers/ExpectedSalesRange.js +0 -138
  436. package/build/features/connect/screens/Mobile/Title.d.ts +0 -8
  437. package/build/features/connect/screens/Mobile/Title.js +0 -29
  438. package/build/features/connectExpress/screens/Mobile/Title.d.ts +0 -8
  439. package/build/features/connectExpress/screens/Mobile/Title.js +0 -29
  440. package/build/features/entity/screens/EntityCapital/ActivityList.d.ts +0 -38
  441. package/build/features/entity/screens/EntityCapital/ActivityList.js +0 -290
  442. package/build/features/shared/UploadFile/UploadFile.js +0 -91
@@ -645,4 +645,8 @@ export declare enum MerchantStatus {
645
645
  DISABLED = "disabled",
646
646
  ENABLED = "enabled"
647
647
  }
648
+ export declare enum DropDownMode {
649
+ popup = "popup",
650
+ full = "full"
651
+ }
648
652
  export {};
@@ -85,3 +85,8 @@ export var MerchantStatus;
85
85
  MerchantStatus["DISABLED"] = "disabled";
86
86
  MerchantStatus["ENABLED"] = "enabled";
87
87
  })(MerchantStatus || (MerchantStatus = {}));
88
+ export var DropDownMode;
89
+ (function (DropDownMode) {
90
+ DropDownMode["popup"] = "popup";
91
+ DropDownMode["full"] = "full";
92
+ })(DropDownMode || (DropDownMode = {}));
@@ -6,5 +6,6 @@ declare const countryService: {
6
6
  list: never[];
7
7
  };
8
8
  getCities: (data: GetCitiesBody) => Promise<any>;
9
+ getTapCountries: () => Promise<any>;
9
10
  };
10
11
  export { countryService };
@@ -8,6 +8,15 @@ var getCountries = function (disableCountries) {
8
8
  url: ENDPOINT_PATHS.COUNTRIES
9
9
  });
10
10
  };
11
+ var getTapCountries = function () {
12
+ return httpClient({
13
+ method: 'post',
14
+ url: "".concat(ENDPOINT_PATHS.COUNTRIES, "?supported_by_tap=true"),
15
+ data: {
16
+ supported_by_tap: true
17
+ }
18
+ });
19
+ };
11
20
  var getCities = function (data) {
12
21
  return httpClient({
13
22
  method: 'post',
@@ -17,6 +26,7 @@ var getCities = function (data) {
17
26
  };
18
27
  var countryService = {
19
28
  getCountries: getCountries,
20
- getCities: getCities
29
+ getCities: getCities,
30
+ getTapCountries: getTapCountries
21
31
  };
22
32
  export { countryService };
@@ -26,6 +26,7 @@ declare const API: {
26
26
  list: never[];
27
27
  };
28
28
  getCities: (data: import("./country").GetCitiesBody) => Promise<any>;
29
+ getTapCountries: () => Promise<any>;
29
30
  };
30
31
  authService: {
31
32
  createAuth: (data: CreateAuthBody, config?: import("axios").AxiosRequestConfig<any> | undefined) => Promise<any>;
@@ -1,5 +1,5 @@
1
1
  import { RootState } from './store';
2
- import { ActionState, LanguageMode, SharedState, ThemeMode, ScreenStepNavigation, DeviceInfo, LibConfig, CountryCode, MerchantInfo, ConfigExpressTokenParams } from '../@types';
2
+ import { ActionState, LanguageMode, SharedState, ThemeMode, ScreenStepNavigation, DeviceInfo, LibConfig, CountryCode, MerchantInfo, ConfigExpressTokenParams, DropDownMode } from '../@types';
3
3
  interface SettingParams {
4
4
  disableCountries?: boolean;
5
5
  disableLocale?: boolean;
@@ -20,11 +20,13 @@ export interface SettingsData {
20
20
  isTapOrigin: boolean;
21
21
  businessCountry: CountryCode;
22
22
  countries: Array<CountryCode>;
23
+ tapCountries: Array<CountryCode>;
23
24
  isValidOperator: boolean;
24
25
  boardMaturity: boolean;
25
26
  merchant?: MerchantInfo;
26
27
  isMaturityExpress: boolean;
27
28
  isHijri: boolean;
29
+ dropDownOpenMode: DropDownMode;
28
30
  }
29
31
  export interface SettingsState extends SharedState<SettingsData> {
30
32
  }
@@ -34,6 +36,7 @@ export declare const settingsSlice: import("@reduxjs/toolkit").Slice<SettingsSta
34
36
  handleOpen: (state: import("immer/dist/internal").WritableDraft<SettingsState>, action: ActionState<boolean>) => void;
35
37
  handleSkin: (state: SettingsState, action: ActionState<ThemeMode>) => void;
36
38
  handleLanguage: (state: SettingsState, action: ActionState<LanguageMode>) => void;
39
+ handleBusinessCountry: (state: SettingsState, action: ActionState<CountryCode>) => void;
37
40
  handlePublicKey: (state: SettingsState, action: ActionState<string>) => void;
38
41
  handleSwitchCalender: (state: SettingsState, action: ActionState<boolean>) => void;
39
42
  handleNextScreenStep: (state: SettingsState, action: ActionState<string | undefined>) => void;
@@ -43,7 +46,7 @@ export declare const settingsSlice: import("@reduxjs/toolkit").Slice<SettingsSta
43
46
  handleSetAppConfig: (state: SettingsState, action: ActionState<LibConfig>) => void;
44
47
  handleSetCountryByIso2: (state: SettingsState, action: ActionState<string>) => void;
45
48
  }, "settings">;
46
- export declare const handleSkin: import("@reduxjs/toolkit").ActionCreatorWithPayload<ThemeMode, string>, handleLanguage: import("@reduxjs/toolkit").ActionCreatorWithPayload<LanguageMode, string>, handleActiveFlowScreens: import("@reduxjs/toolkit").ActionCreatorWithPayload<ScreenStepNavigation[], string>, handleNextScreenStep: import("@reduxjs/toolkit").ActionCreatorWithOptionalPayload<string | undefined, string>, handlePrevScreenStep: import("@reduxjs/toolkit").ActionCreatorWithOptionalPayload<string | undefined, string>, handleCurrentActiveScreen: import("@reduxjs/toolkit").ActionCreatorWithPayload<string, string>, handleSetAppConfig: import("@reduxjs/toolkit").ActionCreatorWithPayload<LibConfig, string>, handleOpen: import("@reduxjs/toolkit").ActionCreatorWithPayload<boolean, string>, handleSetCountryByIso2: import("@reduxjs/toolkit").ActionCreatorWithPayload<string, string>, handleIsTapOrigin: import("@reduxjs/toolkit").ActionCreatorWithPayload<boolean, string>, handelBoardMaturity: import("@reduxjs/toolkit").ActionCreatorWithPayload<boolean, string>, handlePublicKey: import("@reduxjs/toolkit").ActionCreatorWithPayload<string, string>, handleSwitchCalender: import("@reduxjs/toolkit").ActionCreatorWithPayload<boolean, string>;
49
+ export declare const handleSkin: import("@reduxjs/toolkit").ActionCreatorWithPayload<ThemeMode, string>, handleLanguage: import("@reduxjs/toolkit").ActionCreatorWithPayload<LanguageMode, string>, handleActiveFlowScreens: import("@reduxjs/toolkit").ActionCreatorWithPayload<ScreenStepNavigation[], string>, handleNextScreenStep: import("@reduxjs/toolkit").ActionCreatorWithOptionalPayload<string | undefined, string>, handlePrevScreenStep: import("@reduxjs/toolkit").ActionCreatorWithOptionalPayload<string | undefined, string>, handleCurrentActiveScreen: import("@reduxjs/toolkit").ActionCreatorWithPayload<string, string>, handleSetAppConfig: import("@reduxjs/toolkit").ActionCreatorWithPayload<LibConfig, string>, handleOpen: import("@reduxjs/toolkit").ActionCreatorWithPayload<boolean, string>, handleSetCountryByIso2: import("@reduxjs/toolkit").ActionCreatorWithPayload<string, string>, handleIsTapOrigin: import("@reduxjs/toolkit").ActionCreatorWithPayload<boolean, string>, handelBoardMaturity: import("@reduxjs/toolkit").ActionCreatorWithPayload<boolean, string>, handlePublicKey: import("@reduxjs/toolkit").ActionCreatorWithPayload<string, string>, handleSwitchCalender: import("@reduxjs/toolkit").ActionCreatorWithPayload<boolean, string>, handleBusinessCountry: import("@reduxjs/toolkit").ActionCreatorWithPayload<CountryCode, string>;
47
50
  declare const _default: import("redux").Reducer<SettingsState, import("redux").AnyAction>;
48
51
  export default _default;
49
52
  export declare const settingsSelector: (state: RootState) => SettingsState;
@@ -47,6 +47,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
47
47
  };
48
48
  var _a;
49
49
  import { createAsyncThunk, createSlice } from '@reduxjs/toolkit';
50
+ import { DropDownMode } from '../@types';
50
51
  import { getStoredData, storeData, isArray, findItem, getBrowserInfo, getFingerPrint, sortCountries, findCountryByIso2, getRequestHeaders, encryptString, dangerousMessage, isKW, isSA, getParameterByName, setBaseUrl } from '../utils';
51
52
  import { DefaultDeviceInfo, LOCAL_STORAGE_KEYS } from '../constants';
52
53
  import i18n from '../i18n';
@@ -161,8 +162,10 @@ var initialState = {
161
162
  appConfig: {},
162
163
  businessCountry: {},
163
164
  countries: [],
165
+ tapCountries: [],
164
166
  isValidOperator: false,
165
- isHijri: false
167
+ isHijri: false,
168
+ dropDownOpenMode: DropDownMode.popup
166
169
  }
167
170
  };
168
171
  export var settingsSlice = createSlice({
@@ -192,6 +195,11 @@ export var settingsSlice = createSlice({
192
195
  i18n.changeLanguage(action.payload);
193
196
  storeData(LOCAL_STORAGE_KEYS.languageMode, action.payload);
194
197
  },
198
+ handleBusinessCountry: function (state, action) {
199
+ if (!action.payload)
200
+ return;
201
+ state.data.businessCountry = action.payload;
202
+ },
195
203
  handlePublicKey: function (state, action) {
196
204
  if (!action.payload)
197
205
  return;
@@ -282,9 +290,11 @@ export var settingsSlice = createSlice({
282
290
  state.error = null;
283
291
  });
284
292
  builder.addCase(fetchAppSettingsSync.fulfilled, function (state, action) {
285
- var _a = action.payload, businessCountry = _a.businessCountry, countries = _a.countries, locale = _a.locale, deviceInfo = _a.deviceInfo, isValidOperator = _a.isValidOperator, merchant = _a.merchant, isMaturityExpress = _a.isMaturityExpress;
293
+ var _a = action.payload, businessCountry = _a.businessCountry, countries = _a.countries, tapCountries = _a.tapCountries, locale = _a.locale, deviceInfo = _a.deviceInfo, isValidOperator = _a.isValidOperator, merchant = _a.merchant, isMaturityExpress = _a.isMaturityExpress;
286
294
  state.data.countries = countries;
287
295
  state.data.businessCountry = businessCountry;
296
+ if (tapCountries === null || tapCountries === void 0 ? void 0 : tapCountries.length)
297
+ state.data.tapCountries = tapCountries;
288
298
  state.data.deviceInfo = deviceInfo;
289
299
  state.data.isValidOperator = isValidOperator;
290
300
  if (merchant)
@@ -302,6 +312,6 @@ export var settingsSlice = createSlice({
302
312
  });
303
313
  }
304
314
  });
305
- export var handleSkin = (_a = settingsSlice.actions, _a.handleSkin), handleLanguage = _a.handleLanguage, handleActiveFlowScreens = _a.handleActiveFlowScreens, handleNextScreenStep = _a.handleNextScreenStep, handlePrevScreenStep = _a.handlePrevScreenStep, handleCurrentActiveScreen = _a.handleCurrentActiveScreen, handleSetAppConfig = _a.handleSetAppConfig, handleOpen = _a.handleOpen, handleSetCountryByIso2 = _a.handleSetCountryByIso2, handleIsTapOrigin = _a.handleIsTapOrigin, handelBoardMaturity = _a.handelBoardMaturity, handlePublicKey = _a.handlePublicKey, handleSwitchCalender = _a.handleSwitchCalender;
315
+ export var handleSkin = (_a = settingsSlice.actions, _a.handleSkin), handleLanguage = _a.handleLanguage, handleActiveFlowScreens = _a.handleActiveFlowScreens, handleNextScreenStep = _a.handleNextScreenStep, handlePrevScreenStep = _a.handlePrevScreenStep, handleCurrentActiveScreen = _a.handleCurrentActiveScreen, handleSetAppConfig = _a.handleSetAppConfig, handleOpen = _a.handleOpen, handleSetCountryByIso2 = _a.handleSetCountryByIso2, handleIsTapOrigin = _a.handleIsTapOrigin, handelBoardMaturity = _a.handelBoardMaturity, handlePublicKey = _a.handlePublicKey, handleSwitchCalender = _a.handleSwitchCalender, handleBusinessCountry = _a.handleBusinessCountry;
306
316
  export default settingsSlice.reducer;
307
317
  export var settingsSelector = function (state) { return state.settings; };
@@ -53,7 +53,7 @@
53
53
  "brand_name_hint": "الرجاء إدخال اسم تجاري مسجل قانونياً بعملك التجاري. سيظهر الاسم التجاري لعملائك عند عملية الدفع.",
54
54
  "brand_success_title": "تم تحديث معلومات علامتك التجارية",
55
55
  "business_completed_button": "الانتهاء من إعداد حسابي",
56
- "business_completed_description": "كان ذلك سهلا! أنت الان جاهز لاستقبال المدفوعات. ولكن نرجو منك، إضافة بيانات البنك لبدء تلقي المدفوعات.",
56
+ "business_completed_description": "أنت مستعد تمامًا لقبول المدفوعات. آخر شيء ، إضافة التفاصيل المصرفية الخاصة بك لبدء تلقي العوائد.",
57
57
  "business_completed_title": "تم تفعيل حسابك",
58
58
  "business_flow_completed": "{{business_type}} {{license_number}}",
59
59
  "business_start_date": "تاريخ بدء العمل",
@@ -123,7 +123,7 @@
123
123
  "enter_iqama_id": "رقم الإقامة",
124
124
  "enter_license_no": "رقم وثيقة العمل الحر",
125
125
  "enter_national_id": "رقم الهوية",
126
- "enter_served_monthly": "كم عدد العملاء الذين تتوقع أن يخدمهم عملك على أساس شهري؟",
126
+ "enter_served_monthly": "عدد العملاء شهريا",
127
127
  "enter_strong_password": "الرجاء إدخال كلمة مرور قوية.",
128
128
  "enter_valid_birth_date": "الرجاء ادخال تاريخ ميلاد صحيح",
129
129
  "enter_valid_brand_name": "الرجاء إدخال اسم تجاري صحيح",
@@ -134,8 +134,9 @@
134
134
  "entity_legal_name_placeholder": "اسم العمل",
135
135
  "entity_legal_name_title": "الاسم الرسمي للمنشأة",
136
136
  "entity_success_title": "تم تحديث المعلومات بنجاح",
137
- "expected_customers_to_serve": "كم عدد العملاء الذين تتوقع أن يخدمهم عملك شهريآً؟",
137
+ "expected_customers_to_serve": "عدد العملاء شهريا",
138
138
  "expected_sales_yearly": "ما هي المبيعات المتوقعة لعملك شهريًا؟",
139
+ "expected_served_monthly": "عدد العملاء شهريا",
139
140
  "expiry_date": "تاريخ الإنتهاء",
140
141
  "file_not_supported_alert": "نوع الملف غير مدعوم",
141
142
  "file_size_alert": "حجم الملف اكبر من المطلوب",
@@ -211,7 +212,7 @@
211
212
  "password_not_match": "كلمة المرور التي أدخلتها غير متطابقة.",
212
213
  "password_required": "يرجى إدخال كلمة المرور المطلوب.",
213
214
  "password_special": "يجب أن يتضمن على الأقل على رمز مميز. (! @ #٪)",
214
- "password_success_title": "تم تعيين كلمة المرور الخاصة بك",
215
+ "password_success_title": "تهانينا ، تم تعيين حسابك بنجاح.",
215
216
  "password_upper": "يجب أن يتضمن حرفًا كبيرًا واحدًا على الأقل.",
216
217
  "payouts_btn_text": "استلام الايداعات",
217
218
  "physical_store": "متجر ثابت (محل)",
@@ -417,5 +418,106 @@
417
418
  "alert_choose_segment_tech": "الرجاء تحديد التقنية",
418
419
  "switch_to_islamic_calendar": "التبديل إلى التقويم الهجرى",
419
420
  "switch_to_gregorian_calendar": "التبديل إلى التقويم الميلادي",
420
- "choose_any_monthly_income": "رجاءا اختر الدخل الشهرى"
421
+ "choose_any_monthly_income": "رجاءا اختر الدخل الشهرى",
422
+ "en": "EN",
423
+ "ar": "ع",
424
+ "english": "English",
425
+ "arabic": "اللغة العربية",
426
+ "get_started": "ابدء",
427
+ "national_id_description": "ابدأ فورًا باستخدام الهوية",
428
+ "mobile_number_description": "ابدأ فورًا باستخدام رقم هاتفك المحمول",
429
+ "civil_id_description": "ابدأ فورًا باستخدام هويتك",
430
+ "individual_info_description": "سررت بلقائك. يرجى التحقق من التفاصيل الخاصة بك:",
431
+ "brand_details_description": "الرجاء إخبارنا عن نشاطك التجاري",
432
+ "one_last_step": "خطوة أخيرة",
433
+ "brand_details_additional_info": "الرجاء إخبارنا بالمعلومات الإضافية عن عملك",
434
+ "flow_description": "أنت جاهز لبدء قبول الدفعات. أكمل الأقسام التالية لتفعيل الدفع .",
435
+ "sales_channel_title": "تفاصيل قنوات المبيعات",
436
+ "business_type_title": "وجدنا عملك",
437
+ "business_type_description": "الرجاء تأكيد التفاصيل",
438
+ "business_customer_description": "الأسئلة القليلة الأخيرة حول نشاطك التجاري",
439
+ "otp_authentication": "المصادقة",
440
+ "otp_authentication_description": "تحقق من OTP لتجربة خالية من المتاعب",
441
+ "connect_success": "حسنًا , كان ذلك سهلاً!",
442
+ "connect_success_description": "لقد اشتركت بنجاح",
443
+ "hi": "مرحبا",
444
+ "business_brand_title": "معلومات العلامة التجارية",
445
+ "business_brand_description": "يُرجى مراجعة تفاصيل العلامة التجارية",
446
+ "civil_id_title": "البطاقة المدنية",
447
+ "national_id_title": "الهوية الوطنية",
448
+ "business_success_title": "اكتمل العمل",
449
+ "business_success_description": "لقد أكملت بنجاح تحديث معلومات العمل",
450
+ "business_flows_title": "ملخص الحساب",
451
+ "business_flows_description": "فيما يلي التدفقات للمضي قدمًا",
452
+ "express_account_already_created_details": "تفاصيل إنشاء الحساب",
453
+ "express_account_already_created_summary": "تم إنشاء الحساب بالفعل",
454
+ "connect_express_flows_title": "ملخص الحساب",
455
+ "connect_express_flows_description": "فيما يلي التدفقات للمضي قدمًا",
456
+ "create_account_loading": "جارٍ التحميل ...",
457
+ "create_account_loading_desc": "يرجى التحلي بالصبر حتى الانتهاء من التحميل",
458
+ "paci_verify_loading": "إحضار التفاصيل",
459
+ "paci_verify_loading_desc": "الرجاء التحلي بالصبر حتى التحقق من التفاصيل",
460
+ "data_loading_title": "تحضير البيانات",
461
+ "data_loading_desc": "الرجاء الانتظار أثناء تحضير البيانات",
462
+ "tax_success_header_title": "اكتملت الضريبة",
463
+ "tax_success_header_description": "لقد أكملت بنجاح تحديث المعلومات الضريبية",
464
+ "tax_flows_title": "ملخص الحساب",
465
+ "tax_flows_description": "فيما يلي التدفقات للمضي قدمًا",
466
+ "tax_info_title": "تفاصيلك الضريبية",
467
+ "tax_info_description": "يُرجى إضافة تفاصيلك الضريبية",
468
+ "bank_flows_title": "ملخص التدفق المصرفي",
469
+ "bank_flows_description": "فيما يلي التدفقات للمضي قدمًا",
470
+ "bank_success_header_title": "البنك مكتمل",
471
+ "bank_success_header_description": "لقد أكملت بنجاح إضافة البيانات المصرفية",
472
+ "bank_info_title": "تفاصيل حسابك المصرفي",
473
+ "bank_info_description": "الرجاء إضافة تفاصيل البنك التجاري الخاص بك",
474
+ "entity_flows_title": "ملخص المؤسسة",
475
+ "entity_flows_description": "فيما يلي الخطوات للمضي قدمًا",
476
+ "entity_success_header_title": "اكتمل المؤسسة",
477
+ "entity_success_header_description": "لقد أكملت بنجاح",
478
+ "entity_info_title": "تفاصيل المؤسسة الخاص بك",
479
+ "entity_info_description": "الرجاء إضافة تفاصيل المؤسسة الخاص بك",
480
+ "entity_activities_title": "أنشطة المؤسسة",
481
+ "entity_activities_description": "الرجاء تحديد أنشطة المؤسسة الخاص بك",
482
+ "reset_password_success_header_title": "إعادة تعيين كلمة المرور",
483
+ "reset_password_success_header_description": "الرجاء التحقق من البريد الإلكتروني",
484
+ "brand_flows_title": "ملخص العلامة التجارية",
485
+ "brand_flows_description": "فيما يلي الخطوات للمضي قدمًا",
486
+ "brand_success_header_title": "العلامة التجارية مكتملة",
487
+ "brand_success_header_description": "لقد أكملت بنجاح",
488
+ "brand_info_title": "تفاصيل علامتك التجارية",
489
+ "brand_info_description": "الرجاء إضافة تفاصيل علامتك التجارية",
490
+ "brand_activities_title": "تفاصيل أنشطة علامتك التجارية",
491
+ "brand_activities_description": "الرجاء إضافة تفاصيل أنشطتك",
492
+ "brand_segment_title": "تفاصيل شريحتك",
493
+ "brand_segment_description": "تفاصيل شريحة علامتك التجارية",
494
+ "password_flows_title": "ملخص العلامة التجارية",
495
+ "password_flows_description": "فيما يلي الخطوات للمضي قدمًا",
496
+ "password_success_header_title": "اكتملت البيانات",
497
+ "password_success_header_description": "لقد قمت بتحديث كلمة المرور الخاصة بك بنجاح",
498
+ "password_info_title": "تعيين كلمة المرور الخاصة بك",
499
+ "password_info_description": "يرجى تعيين كلمة مرور آمنة لحماية حسابك",
500
+ "individual_flows_title": "ملخص الحساب",
501
+ "Individual_success_header_title": "تم تحديث الحساب",
502
+ "Individual_success_header_description": "كان ذلك سهلاً!",
503
+ "individual_phone_title": "الهاتف",
504
+ "individual_phone_description": "ملء معلومات الهاتف",
505
+ "individual_personal_title": "التفاصيل الشخصية",
506
+ "individual_personal_description": "الرجاء تأكيد التفاصيل",
507
+ "Individual_additional_title": "شيء أخير",
508
+ "individual_additional_description": "الرجاء تأكيد التفاصيل",
509
+ "entity_last_step_description": "آخر تفاصيل قليلة حول المؤسسة",
510
+ "cancel": "إلغاء",
511
+ "business_activity_info_title": "معلومات النشاط التجاري",
512
+ "business_activity_info_description": "تفاصيل قليلة حول الأنشطة التجارية",
513
+ "business_activities_title": "الأنشطة التجارية",
514
+ "business_activities_description": "يرجى تحديد الأنشطة التجارية الخاصة بك",
515
+ "business_sales_title": "المبيعات المتوقعة",
516
+ "business_sales_description": "يرجى تحديد المبيعات المتوقعة",
517
+ "individual_occupation_title": "المهنة",
518
+ "Individual_occupation_description": "الرجاء تحديد مهنتك",
519
+ "day": "اليوم",
520
+ "month": "الشهر",
521
+ "year": "السنة",
522
+ "no_results": "لا نتائج"
421
523
  }
@@ -55,7 +55,7 @@
55
55
  "brand_name_hint": "Please enter a brand name for you business. The brand will appear for your customers. (Note - brand names might be taken sometime, therefore please provide a brand name that is legally registered under your business)",
56
56
  "brand_success_title": "Your brand details are updated",
57
57
  "business_completed_button": "Finish setting up my account",
58
- "business_completed_description": "That was easy! Youre all set to accept payments. One last thing, add your bank details to start receiving your payouts.",
58
+ "business_completed_description": "You're all set to accept payments. One last thing, add your bank details to start receiving your payouts.",
59
59
  "business_completed_title": "Your account is active",
60
60
  "business_flow_completed": "{{business_type}} {{license_number}}",
61
61
  "business_start_date": "When did you start your business?",
@@ -120,7 +120,7 @@
120
120
  "enter_at_least_one_website": "Please enter at least one website",
121
121
  "enter_bank_name": "Bank name",
122
122
  "enter_bank_name_placeholder": "bank name",
123
- "enter_birth_date": "Date of birth",
123
+ "enter_birth_date": "Birthday",
124
124
  "enter_brand_name_english_chars_numbers_space": "May you please verify the entered brand name. (Note - Brand names may consist of English letters, numbers and spaces)",
125
125
  "enter_brand_name_english_chars_only": "May you please verify the entered brand name. (Note - Brand names may consist of English letters)",
126
126
  "enter_civil_id": "Please enter your civil ID",
@@ -132,7 +132,7 @@
132
132
  "enter_iqama_id": "Identification number",
133
133
  "enter_license_no": "Freelance registration",
134
134
  "enter_national_id": "Identification number",
135
- "enter_served_monthly": "How many customers do you expect your business to serve per month?",
135
+ "enter_served_monthly": "Customers server per month",
136
136
  "enter_strong_password": "Please enter strong password.",
137
137
  "enter_valid_birth_date": "Please enter a valid birth date.",
138
138
  "enter_valid_brand_name": "Please enter a valid brand name.",
@@ -143,9 +143,9 @@
143
143
  "entity_legal_name_placeholder": "Business name",
144
144
  "entity_legal_name_title": "Business Name",
145
145
  "entity_success_title": "Entity Updated Successfully",
146
- "expected_customers_to_serve": "How many customers do you expect your business to serve per month?",
146
+ "expected_customers_to_serve": "Customers server per month",
147
147
  "expected_sales_yearly": "What is the expected sales for your business per month?",
148
- "expected_served_monthly": "How many customers do you expect your business to serve per month?",
148
+ "expected_served_monthly": "Customers server per month",
149
149
  "expiry_date": "Date of expiry",
150
150
  "file_not_supported_alert": "File not supported, please try again",
151
151
  "file_size_alert": "Your file is too big, please upload another",
@@ -228,7 +228,7 @@
228
228
  "password_not_match": "The password you have entered does not match.",
229
229
  "password_required": "May you please enter the Password required.",
230
230
  "password_special": "Includes at least 1 special character. (!@#%)",
231
- "password_success_title": "Your password is set",
231
+ "password_success_title": "Congrats your account has been set successfully.",
232
232
  "password_upper": "Includes at least 1 uppercase character.",
233
233
  "payouts_btn_text": "Payouts",
234
234
  "physical_store": "Enter your store address or Google Map URL",
@@ -447,5 +447,106 @@
447
447
  "alert_choose_segment_tech": "Please select segment tech",
448
448
  "switch_to_islamic_calendar": "Switch to Islamic Calendar",
449
449
  "switch_to_gregorian_calendar": "Switch to Gregorian Calendar",
450
- "choose_any_monthly_income": "Please choose monthly income"
450
+ "choose_any_monthly_income": "Please choose monthly income",
451
+ "en": "EN",
452
+ "ar": "ع",
453
+ "english": "English",
454
+ "arabic": "اللغة العربية",
455
+ "get_started": "Get Started",
456
+ "national_id_description": "Start instantly with your National ID",
457
+ "mobile_number_description": "Start instantly with your Mobile Number",
458
+ "civil_id_description": "Start instantly with your Civil ID",
459
+ "individual_info_description": "Pleased to meet you. Please verify your details:",
460
+ "brand_details_description": "Please tell us about your business",
461
+ "one_last_step": "One last step",
462
+ "brand_details_additional_info": "Please tell us about additional info of your business",
463
+ "flows_description": "You are ready to start accepting payments. Complete the below sections to enable payouts.",
464
+ "sales_channel_title": "Sales channel details",
465
+ "business_type_title": "We found your business",
466
+ "business_type_description": "Please confirm your details",
467
+ "business_customer_description": "Last few questions about your business",
468
+ "otp_authentication": "Authentication",
469
+ "otp_authentication_description": "Verify with OTP for a Hassle-Free Experience",
470
+ "connect_success": "Well, that was easy!",
471
+ "connect_success_description": "You have successfully signed up",
472
+ "hi": "Hi",
473
+ "business_brand_title": "Brand Info",
474
+ "business_brand_description": "Please review brand details",
475
+ "civil_id_title": "Civil ID",
476
+ "national_id_title": "National ID",
477
+ "business_success_title": "Business Completed",
478
+ "business_success_description": "You have successfully completed with updating business info",
479
+ "business_flows_title": "Account Summary",
480
+ "business_flows_description": "Below are the flows to move forward",
481
+ "express_account_already_created_details": "Account Created Details",
482
+ "express_account_already_created_summary": "Account is already created",
483
+ "connect_express_flows_title": "Account Summary",
484
+ "connect_express_flows_description": "Below are the flows to move forward",
485
+ "create_account_loading": "Loading...",
486
+ "create_account_loading_desc": "Please be patient until finish loading",
487
+ "paci_verify_loading": "Fetching Details",
488
+ "paci_verify_loading_desc": "Please be patient until verify details",
489
+ "data_loading_title": "Preparing data",
490
+ "data_loading_desc": "Please wait as we are preparing data",
491
+ "tax_success_header_title": "Tax completed",
492
+ "tax_success_header_description": "You have successfully completed with updating tax info",
493
+ "tax_flows_title": "Account summary",
494
+ "tax_flows_description": "Below are the flows to move forward",
495
+ "tax_info_title": "Your tax details",
496
+ "tax_info_description": "Please add your tax details",
497
+ "bank_flows_title": "Bank flow summary",
498
+ "bank_flows_description": "Below are the flows to move forward",
499
+ "bank_success_header_title": "Bank completed",
500
+ "bank_success_header_description": "You have successfully completed with adding bank data",
501
+ "bank_info_title": "Your bank details",
502
+ "bank_info_description": "Please add your business bank details",
503
+ "entity_flows_title": "Entity flow summary",
504
+ "entity_flows_description": "Below are the flows to move forward",
505
+ "entity_success_header_title": "Entity completed",
506
+ "entity_success_header_description": "You have successfully completed",
507
+ "entity_info_title": "Your entity details",
508
+ "entity_info_description": "Please add your entity details",
509
+ "entity_activities_title": "Entity Activities",
510
+ "entity_activities_description": "Please select your entity activities",
511
+ "reset_password_success_header_title": "Reset Password",
512
+ "reset_password_success_header_description": "Please verify email",
513
+ "brand_flows_title": "Brand flow summary",
514
+ "brand_flows_description": "Below are the flows to move forward",
515
+ "brand_success_header_title": "Brand completed",
516
+ "brand_success_header_description": "You have successfully completed",
517
+ "brand_info_title": "Your brand details",
518
+ "brand_info_description": "Please add your brand details",
519
+ "brand_activities_title": "Your brand activities details",
520
+ "brand_activities_description": "Please add your activities details",
521
+ "brand_segment_title": "Your segment details",
522
+ "brand_segment_description": "Your brand segment details",
523
+ "password_flows_title": "Brand flow summary",
524
+ "password_flows_description": "Below are the flows to move forward",
525
+ "password_success_header_title": "Flow completed",
526
+ "password_success_header_description": "You have successfully updated your password",
527
+ "password_info_title": "Set your password",
528
+ "password_info_description": "Please set a secure password to protect your account",
529
+ "individual_flows_title": "Account Summary",
530
+ "individual_success_header_title": "Account Updated",
531
+ "individual_success_header_description": "That was easy!",
532
+ "individual_phone_title": "Mobile",
533
+ "individual_phone_description": "Fill mobile information",
534
+ "individual_personal_title": "Personal details",
535
+ "individual_personal_description": "Please confirm the details",
536
+ "individual_additional_title": "One last thing",
537
+ "individual_additional_description": "Please confirm the employment details",
538
+ "entity_last_step_description": "Last few details about your entity",
539
+ "cancel": "Cancel",
540
+ "business_activity_info_title": "Business activity info",
541
+ "business_activity_info_description": "Few details about business activities",
542
+ "business_activities_title": "Business Activities",
543
+ "business_activities_description": "Please select your business activities",
544
+ "business_sales_title": "Business expected sales",
545
+ "business_sales_description": "Please select your business sale",
546
+ "individual_occupation_title": "Individual occupation",
547
+ "individual_occupation_description": "Please select your occupation",
548
+ "day": "Day",
549
+ "month": "Month",
550
+ "year": "Year",
551
+ "no_results": "No results"
451
552
  }
@@ -1,5 +1,5 @@
1
1
  import * as React from 'react';
2
- import { MerchantInfo } from '../../@types';
2
+ import { CountryCode } from '../../@types';
3
3
  export interface AnimationFlowProps {
4
4
  open: boolean;
5
5
  children: React.ReactNode;
@@ -13,7 +13,7 @@ export interface AnimationFlowProps {
13
13
  onClose?: () => void;
14
14
  onConfirm?: () => void;
15
15
  pointerEvents?: 'auto' | 'none';
16
- merchantInfo?: MerchantInfo;
17
16
  isMaturityExpress?: boolean;
17
+ countries: Array<CountryCode>;
18
18
  }
19
- export default function AnimationFlow({ open, children, breakpoint, type, loading, error, isTapOrigin, screenId, animationType, onClose, onConfirm, pointerEvents, merchantInfo, isMaturityExpress }: AnimationFlowProps): JSX.Element;
19
+ export default function AnimationFlow({ open, children, breakpoint, type, loading, error, isTapOrigin, screenId, animationType, onClose, onConfirm, pointerEvents, countries }: AnimationFlowProps): JSX.Element;
@@ -16,7 +16,7 @@ import BottomSheet from './BottomSheet';
16
16
  import Loader from './Loader';
17
17
  import Error from './Error';
18
18
  export default function AnimationFlow(_a) {
19
- var open = _a.open, children = _a.children, breakpoint = _a.breakpoint, type = _a.type, loading = _a.loading, error = _a.error, isTapOrigin = _a.isTapOrigin, screenId = _a.screenId, animationType = _a.animationType, onClose = _a.onClose, onConfirm = _a.onConfirm, _b = _a.pointerEvents, pointerEvents = _b === void 0 ? 'auto' : _b, merchantInfo = _a.merchantInfo, isMaturityExpress = _a.isMaturityExpress;
19
+ var open = _a.open, children = _a.children, breakpoint = _a.breakpoint, type = _a.type, loading = _a.loading, error = _a.error, isTapOrigin = _a.isTapOrigin, screenId = _a.screenId, animationType = _a.animationType, onClose = _a.onClose, onConfirm = _a.onConfirm, _b = _a.pointerEvents, pointerEvents = _b === void 0 ? 'auto' : _b, countries = _a.countries;
20
20
  var small = useScreen(breakpoint).small;
21
21
  if (loading) {
22
22
  return _jsx(Loader, {});
@@ -25,10 +25,10 @@ export default function AnimationFlow(_a) {
25
25
  return _jsx(Error, { error: error });
26
26
  }
27
27
  if (type === 'PUPOP') {
28
- return (_jsx(Dialog, __assign({ pointerEvents: pointerEvents, onClose: onClose, onConfirm: onConfirm, open: open, isTapOrigin: isTapOrigin, animationType: animationType, merchantInfo: merchantInfo, isMaturityExpress: isMaturityExpress }, { children: children })));
28
+ return (_jsx(Dialog, __assign({ countries: countries, pointerEvents: pointerEvents, onClose: onClose, onConfirm: onConfirm, open: open, isTapOrigin: isTapOrigin, animationType: animationType }, { children: children })));
29
29
  }
30
30
  if (type === 'BOTTOMSHEET') {
31
- return (_jsx(BottomSheet, __assign({ pointerEvents: pointerEvents, open: open, isMaturityExpress: isMaturityExpress, merchantInfo: merchantInfo }, { children: children })));
31
+ return (_jsx(BottomSheet, __assign({ countries: countries, pointerEvents: pointerEvents, open: open }, { children: children })));
32
32
  }
33
- return small ? (_jsx(BottomSheet, __assign({ pointerEvents: pointerEvents, open: open, screenId: screenId, isMaturityExpress: isMaturityExpress, merchantInfo: merchantInfo }, { children: children }))) : (_jsx(Dialog, __assign({ pointerEvents: pointerEvents, onClose: onClose, onConfirm: onConfirm, open: open, isTapOrigin: isTapOrigin, animationType: animationType, merchantInfo: merchantInfo, isMaturityExpress: isMaturityExpress }, { children: children })));
33
+ return small ? (_jsx(BottomSheet, __assign({ countries: countries, pointerEvents: pointerEvents, open: open, screenId: screenId }, { children: children }))) : (_jsx(Dialog, __assign({ countries: countries, pointerEvents: pointerEvents, onClose: onClose, onConfirm: onConfirm, open: open, isTapOrigin: isTapOrigin, animationType: animationType }, { children: children })));
34
34
  }
@@ -1,14 +1,13 @@
1
1
  import * as React from 'react';
2
2
  import { BottomSheetProps as MainBottomSheetProps } from 'react-spring-bottom-sheet';
3
3
  import 'react-spring-bottom-sheet/dist/style.css';
4
- import { MerchantInfo } from '../../@types';
4
+ import { CountryCode } from '../../@types';
5
5
  export interface BottomSheetProps extends MainBottomSheetProps {
6
6
  children: React.ReactNode;
7
7
  open: boolean;
8
8
  screenId?: string;
9
9
  pointerEvents?: 'none' | 'auto';
10
- isMaturityExpress?: boolean;
11
- merchantInfo?: MerchantInfo;
10
+ countries: Array<CountryCode>;
12
11
  }
13
- declare const _default: React.MemoExoticComponent<({ open, children, screenId, pointerEvents, isMaturityExpress, merchantInfo, ...rest }: BottomSheetProps) => JSX.Element>;
12
+ declare const _default: React.MemoExoticComponent<({ open, children, screenId, pointerEvents, countries, ...rest }: BottomSheetProps) => JSX.Element>;
14
13
  export default _default;