@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
@@ -0,0 +1,88 @@
1
+ var __assign = (this && this.__assign) || function () {
2
+ __assign = Object.assign || function(t) {
3
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
4
+ s = arguments[i];
5
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
+ t[p] = s[p];
7
+ }
8
+ return t;
9
+ };
10
+ return __assign.apply(this, arguments);
11
+ };
12
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
13
+ import { memo } from 'react';
14
+ import { useTranslation } from 'react-i18next';
15
+ import { alpha, styled } from '@mui/material/styles';
16
+ import Box from '@mui/material/Box';
17
+ import Button from '@mui/material/Button';
18
+ import { settingsSelector } from '../../../app/settings';
19
+ import { ThemeMode } from '../../../@types';
20
+ import Icon from '../../../components/Icon';
21
+ import { useAppSelector } from '../../../hooks';
22
+ import { ICONS_NAMES } from '../../../constants';
23
+ import { PoweredByFooter } from '../Footer';
24
+ var IconStyled = styled(Icon)(function (_a) {
25
+ var theme = _a.theme;
26
+ return ({
27
+ width: theme.spacing(1.25),
28
+ height: theme.spacing(1.25),
29
+ transform: theme.direction === 'rtl' ? 'scaleX(-1)' : 'scaleX(1)',
30
+ marginInlineEnd: theme.spacing(0.625)
31
+ });
32
+ });
33
+ var HeaderStyled = styled(Box)(function (_a) {
34
+ var _b;
35
+ var theme = _a.theme;
36
+ return (_b = {
37
+ padding: theme.spacing(1.125, 3, 1.75, 3),
38
+ paddingInlineEnd: theme.spacing(2.25),
39
+ paddingInlineStart: theme.spacing(2.25),
40
+ display: 'flex',
41
+ flexDirection: 'row',
42
+ alignItems: 'center',
43
+ justifyContent: 'space-between',
44
+ background: theme.palette.mode === ThemeMode.DARK ? alpha(theme.palette.common.black, 0.32) : alpha(theme.palette.common.black, 0.06),
45
+ backdropFilter: 'blur(14px)',
46
+ borderRadius: theme.spacing(1.5, 1.5, 0, 0),
47
+ position: 'absolute',
48
+ width: '100%',
49
+ top: theme.spacing(-1),
50
+ left: 0,
51
+ right: 0
52
+ },
53
+ _b[theme.breakpoints.down('sm')] = {
54
+ top: theme.spacing(0.25),
55
+ height: theme.spacing(8.75)
56
+ },
57
+ _b);
58
+ });
59
+ var LeftContainerStyled = styled(Box)(function () { return ({
60
+ display: 'flex',
61
+ flexDirection: 'row',
62
+ alignItems: 'start',
63
+ justifyContent: 'start'
64
+ }); });
65
+ var RightContainerStyled = styled(Box)(function () { return ({
66
+ display: 'flex'
67
+ }); });
68
+ var ButtonStyled = styled(Button, { shouldForwardProp: function (prop) { return prop !== 'enableBack'; } })(function (_a) {
69
+ var theme = _a.theme, enableBack = _a.enableBack;
70
+ return ({
71
+ color: theme.palette.common.white,
72
+ fontWeight: 600,
73
+ cursor: enableBack ? 'pointer' : 'default',
74
+ textTransform: 'capitalize',
75
+ minWidth: 'unset',
76
+ visibility: enableBack ? 'visible' : 'hidden',
77
+ '& .MuiButton-startIcon': {
78
+ margin: 0
79
+ }
80
+ });
81
+ });
82
+ var Header = function (_a) {
83
+ var onBack = _a.onBack, headerSx = _a.headerSx;
84
+ var t = useTranslation().t;
85
+ var data = useAppSelector(settingsSelector).data;
86
+ return (_jsxs(HeaderStyled, __assign({ sx: headerSx, id: 'main-feature-container-header' }, { children: [_jsx(LeftContainerStyled, { children: _jsx(ButtonStyled, __assign({ startIcon: _jsx(IconStyled, { src: ICONS_NAMES.back_white }), enableBack: !!onBack, variant: 'text', onClick: onBack }, { children: t('back') })) }), _jsx(RightContainerStyled, { children: !data.isTapOrigin && _jsx(PoweredByFooter, {}) })] })));
87
+ };
88
+ export default memo(Header);
@@ -0,0 +1,3 @@
1
+ import Header, { HeaderProps } from './Header';
2
+ export type { HeaderProps };
3
+ export default Header;
@@ -0,0 +1,2 @@
1
+ import Header from './Header';
2
+ export default Header;
@@ -12,7 +12,6 @@ var __assign = (this && this.__assign) || function () {
12
12
  import { jsx as _jsx } from "react/jsx-runtime";
13
13
  import { styled } from '@mui/material/styles';
14
14
  import Input from '../Input';
15
- 2;
16
15
  export var InputStyled = styled(Input)(function (_a) {
17
16
  var readOnly = _a.readOnly;
18
17
  return ({
@@ -0,0 +1,5 @@
1
+ /// <reference types="react" />
2
+ export declare type LanguagePopupProps = {
3
+ isSmallDevice?: boolean;
4
+ };
5
+ export default function LanguagePopup({ isSmallDevice }: LanguagePopupProps): JSX.Element;
@@ -0,0 +1,178 @@
1
+ var __assign = (this && this.__assign) || function () {
2
+ __assign = Object.assign || function(t) {
3
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
4
+ s = arguments[i];
5
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
+ t[p] = s[p];
7
+ }
8
+ return t;
9
+ };
10
+ return __assign.apply(this, arguments);
11
+ };
12
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
13
+ import * as React from 'react';
14
+ import { useTranslation } from 'react-i18next';
15
+ import Popover from '@mui/material/Popover';
16
+ import Button from '@mui/material/Button';
17
+ import { alpha, styled, useTheme } from '@mui/material/styles';
18
+ import Box from '@mui/material/Box';
19
+ import { useAppDispatch, useLanguage } from '../../../hooks';
20
+ import { sendCustomEventToGTM } from '../../../utils';
21
+ import { LanguageMode, ThemeMode } from '../../../@types';
22
+ import { handleLanguage } from '../../../app/settings';
23
+ import ExpandIcon from '../../../components/ExpandIcon';
24
+ var ButtonStyled = styled(Button)(function (_a) {
25
+ var theme = _a.theme;
26
+ return ({
27
+ backgroundColor: alpha(theme.palette.common.black, 0.06),
28
+ backdropFilter: theme.spacing(1.75),
29
+ borderRadius: theme.spacing(2),
30
+ '&:hover': {
31
+ backgroundColor: alpha(theme.palette.common.black, 0.06)
32
+ }
33
+ });
34
+ });
35
+ var IconStyled = styled('span')(function (_a) {
36
+ var _b;
37
+ var theme = _a.theme;
38
+ return (_b = {
39
+ content: '""',
40
+ position: 'absolute',
41
+ width: 0,
42
+ height: 0,
43
+ borderBottom: "8px solid ".concat(theme.palette.mode === ThemeMode.DARK ? alpha(theme.palette.common.black, 0.87) : alpha(theme.palette.common.white, 0.73)),
44
+ borderLeft: '5px solid transparent',
45
+ borderRight: '5px solid transparent',
46
+ bottom: '0px',
47
+ top: 'unset',
48
+ left: theme.direction === 'ltr' ? 'calc(50% - -7px)' : 'unset',
49
+ right: theme.direction === 'rtl' ? 'calc(50% - 17px)' : 'unset',
50
+ transform: 'rotate(180deg)'
51
+ },
52
+ _b[theme.breakpoints.down('sm')] = {
53
+ top: '0px',
54
+ bottom: 'unset',
55
+ transform: 'rotate(0deg)',
56
+ left: theme.direction === 'ltr' ? 'calc(50% - -7px)' : 'unset',
57
+ right: theme.direction === 'rtl' ? 'calc(50% - 17px)' : 'unset'
58
+ },
59
+ _b);
60
+ });
61
+ var ExpandIconStyled = styled(ExpandIcon, { shouldForwardProp: function (prop) { return prop !== 'open'; } })(function (_a) {
62
+ var _b;
63
+ var theme = _a.theme, open = _a.open;
64
+ return (_b = {
65
+ width: theme.spacing(1),
66
+ height: theme.spacing(1),
67
+ filter: 'brightness(0) invert(1)',
68
+ transition: 'all 0.3s',
69
+ transform: open ? 'rotate(180deg)' : 'rotate(0deg)'
70
+ },
71
+ _b[theme.breakpoints.down('sm')] = {
72
+ transform: 'rotate(0deg)'
73
+ },
74
+ _b);
75
+ });
76
+ var PopoverStyled = styled(Popover)(function (_a) {
77
+ var theme = _a.theme;
78
+ return ({
79
+ zIndex: 99999,
80
+ '& .MuiPopover-paper': {
81
+ borderRadius: theme.spacing(0),
82
+ background: 'transparent',
83
+ boxShadow: 'none'
84
+ }
85
+ });
86
+ });
87
+ var ContainerStyled = styled(Box)(function (_a) {
88
+ var theme = _a.theme;
89
+ return ({
90
+ background: theme.palette.mode === ThemeMode.DARK ? alpha(theme.palette.common.black, 0.87) : alpha(theme.palette.common.white, 0.73),
91
+ borderRadius: theme.spacing(1),
92
+ margin: theme.spacing(1),
93
+ boxShadow: theme.shadows[8],
94
+ backdropFilter: 'blur(12px)'
95
+ });
96
+ });
97
+ var LanguageStyled = styled(Box)(function (_a) {
98
+ var theme = _a.theme;
99
+ return (__assign(__assign({ background: theme.palette.mode === ThemeMode.DARK ? alpha(theme.palette.common.white, 0.13) : alpha(theme.palette.common.black, 0.13), border: theme.palette.mode === ThemeMode.DARK ? alpha(theme.palette.common.white, 0.05) : alpha(theme.palette.common.black, 0.05), borderRadius: theme.spacing(0.25), color: theme.palette.common.white, fontWeight: 600, width: theme.spacing(2.25), height: theme.spacing(1.625) }, theme.typography.overline), { marginInlineEnd: theme.spacing(0.75) }));
100
+ });
101
+ var TextBoxStyled = styled(Box)(function (_a) {
102
+ var theme = _a.theme;
103
+ return ({
104
+ borderRadius: theme.spacing(1),
105
+ padding: theme.spacing(1),
106
+ alignItems: 'center',
107
+ width: theme.spacing(19),
108
+ display: 'flex',
109
+ '&:hover': {
110
+ backgroundColor: theme.palette.info.dark,
111
+ cursor: 'pointer'
112
+ }
113
+ });
114
+ });
115
+ var LangIconStyled = styled(LanguageStyled)(function (_a) {
116
+ var theme = _a.theme;
117
+ return ({
118
+ color: theme.palette.mode === ThemeMode.DARK ? theme.palette.common.white : theme.palette.primary.contrastText,
119
+ marginInlineEnd: theme.spacing(1),
120
+ display: 'flex',
121
+ justifyContent: 'center',
122
+ alignItems: 'center'
123
+ });
124
+ });
125
+ var LangTextStyled = styled('span')(function (_a) {
126
+ var theme = _a.theme;
127
+ return (__assign({ color: theme.palette.mode === ThemeMode.DARK ? theme.palette.common.white : theme.palette.primary.contrastText, fontWeight: 400 }, theme.typography.button));
128
+ });
129
+ export default function LanguagePopup(_a) {
130
+ var isSmallDevice = _a.isSmallDevice;
131
+ var _b = React.useState(null), anchorEl = _b[0], setAnchorEl = _b[1];
132
+ var isEn = useLanguage().isEn;
133
+ var t = useTranslation().t;
134
+ var dispatch = useAppDispatch();
135
+ var theme = useTheme();
136
+ var handleChangeLanguage = function (language) {
137
+ var prevLanguage = isEn ? LanguageMode.EN : LanguageMode.AR;
138
+ if (prevLanguage !== language) {
139
+ sendCustomEventToGTM({
140
+ event: 'Send Event',
141
+ event_category: 'User Registration Flow',
142
+ event_action: 'switch language clicked',
143
+ event_label: "From ".concat(prevLanguage, " to ").concat(language)
144
+ });
145
+ dispatch(handleLanguage(language));
146
+ }
147
+ handleClose();
148
+ };
149
+ var handleClick = function (event) {
150
+ if (anchorEl) {
151
+ handleClose();
152
+ return;
153
+ }
154
+ setAnchorEl(event.currentTarget);
155
+ };
156
+ var handleClose = function () {
157
+ setAnchorEl(null);
158
+ };
159
+ var open = Boolean(anchorEl);
160
+ var id = open ? 'language-popup' : undefined;
161
+ return (_jsxs(Box, { children: [_jsxs(ButtonStyled, __assign({ disableElevation: true, disableFocusRipple: true, disableRipple: true, disableTouchRipple: true, sx: { minWidth: 'unset' }, "aria-describedby": id, variant: 'text', onClick: handleClick }, { children: [_jsx(LanguageStyled, { children: _jsx("span", __assign({ style: { position: 'relative', top: theme.spacing(isEn ? 0.125 : -0.25) } }, { children: t(isEn ? LanguageMode.EN : LanguageMode.AR) })) }), _jsx(ExpandIconStyled, { open: open })] })), _jsxs(PopoverStyled, __assign({ id: id, open: open, anchorEl: anchorEl, onClose: handleClose, anchorOrigin: isSmallDevice
162
+ ? {
163
+ vertical: 'bottom',
164
+ horizontal: 'center'
165
+ }
166
+ : {
167
+ vertical: 'top',
168
+ horizontal: 'center'
169
+ }, transformOrigin: isSmallDevice
170
+ ? {
171
+ vertical: 'top',
172
+ horizontal: 'center'
173
+ }
174
+ : {
175
+ vertical: 'bottom',
176
+ horizontal: 'center'
177
+ } }, { children: [_jsx(IconStyled, {}), _jsxs(ContainerStyled, { children: [_jsx(Box, __assign({ sx: { p: 1, pb: 0 } }, { children: _jsxs(TextBoxStyled, __assign({ onClick: function () { return handleChangeLanguage(LanguageMode.EN); } }, { children: [_jsx(LangIconStyled, { children: t(LanguageMode.EN) }), _jsx(LangTextStyled, { children: t('english') })] })) })), _jsx(Box, __assign({ sx: { p: 1, pt: 0 } }, { children: _jsxs(TextBoxStyled, __assign({ onClick: function () { return handleChangeLanguage(LanguageMode.AR); } }, { children: [_jsx(LangIconStyled, { children: _jsx("span", __assign({ style: { marginTop: theme.spacing(-0.5) } }, { children: t(LanguageMode.AR) })) }), _jsx(LangTextStyled, { children: t('arabic') })] })) }))] })] }))] }));
178
+ }
@@ -0,0 +1,2 @@
1
+ import LanguagePopup from './LanguagePopup';
2
+ export default LanguagePopup;
@@ -0,0 +1,2 @@
1
+ import LanguagePopup from './LanguagePopup';
2
+ export default LanguagePopup;
@@ -10,10 +10,10 @@ var __assign = (this && this.__assign) || function () {
10
10
  return __assign.apply(this, arguments);
11
11
  };
12
12
  import { jsx as _jsx } from "react/jsx-runtime";
13
- import { styled, alpha } from '@mui/material/styles';
13
+ import { styled } from '@mui/material/styles';
14
14
  var SpanStyled = styled('span')(function (_a) {
15
15
  var theme = _a.theme;
16
- return (__assign(__assign({}, theme.typography.h6), { fontWeight: theme.typography.fontWeightLight, color: alpha(theme.palette.error.light, 0.4), lineHeight: theme.spacing(2.5), verticalAlign: 'sub' }));
16
+ return (__assign(__assign({}, theme.typography.h6), { fontWeight: theme.typography.fontWeightRegular, color: theme.palette.error.light, lineHeight: theme.spacing(2.5), verticalAlign: 'sub' }));
17
17
  });
18
18
  export default function Mandatory() {
19
19
  return _jsx(SpanStyled, { children: "*" });
@@ -56,29 +56,28 @@ var BoxStyled = styled(Box)(function (_a) {
56
56
  return ({
57
57
  display: 'flex',
58
58
  flexDirection: 'column',
59
- padding: theme.spacing(2.5, 0, 6.5, 0)
59
+ padding: theme.spacing(2.5, 0, 5, 0)
60
60
  });
61
61
  });
62
62
  var OTPBox = styled(Box)(function (_a) {
63
63
  var _b;
64
64
  var theme = _a.theme;
65
65
  return (_b = {
66
- marginInlineStart: '18px',
67
- marginInlineEnd: '18px'
66
+ display: 'flex',
67
+ justifyContent: 'center',
68
+ marginInlineStart: '24px',
69
+ marginInlineEnd: '24px'
68
70
  },
69
71
  _b[theme.breakpoints.down('sm')] = {
70
- marginInlineStart: '10px',
72
+ marginInlineStart: 'unset',
71
73
  marginInlineEnd: '15px'
72
74
  },
73
75
  _b);
74
76
  });
75
- var LoaderBoxStyled = styled(OTPBox)(function (_a) {
76
- var theme = _a.theme;
77
- return ({
78
- display: 'flex',
79
- justifyContent: 'end'
80
- });
81
- });
77
+ var LoaderBoxStyled = styled(OTPBox)(function () { return ({
78
+ display: 'flex',
79
+ justifyContent: 'end'
80
+ }); });
82
81
  var OTPInput = function (_a) {
83
82
  var timeEndLabel = _a.timeEndLabel, loading = _a.loading, timerInSeconds = _a.timerInSeconds, onResetClick = _a.onResetClick, hasError = _a.hasError, props = __rest(_a, ["timeEndLabel", "loading", "timerInSeconds", "onResetClick", "hasError"]);
84
83
  var otpRef = React.useRef(null);
@@ -14,8 +14,9 @@ import * as React from 'react';
14
14
  import Box from '@mui/material/Box/Box';
15
15
  import { styled } from '@mui/material/styles';
16
16
  import { useTranslation } from 'react-i18next';
17
+ import { ThemeMode } from '../../../@types';
17
18
  import Text from '../../../components/Text';
18
- import { ScreenContainer } from '../../shared/Containers';
19
+ import { ContainerWithHeader } from '../../shared/Containers';
19
20
  import { MobileButton } from '../../shared/Button';
20
21
  import { mobileOS } from '../../../utils';
21
22
  import { useCountUp } from '../../../hooks';
@@ -33,11 +34,11 @@ var VerifyPACITitleContainerStyled = styled(Box)(function (_a) {
33
34
  });
34
35
  var VerifyPACITitleStyled = styled(Text)(function (_a) {
35
36
  var theme = _a.theme;
36
- return (__assign(__assign({}, theme.typography.body1), { color: theme.palette.text.primary, fontWeight: theme.typography.fontWeightBold, marginBottom: theme.spacing(2.4), lineHeight: '19.2px' }));
37
+ return (__assign(__assign({}, theme.typography.body1), { color: theme.palette.mode === ThemeMode.DARK ? theme.palette.common.white : theme.palette.common.black, fontWeight: theme.typography.fontWeightBold, marginBottom: theme.spacing(2.4), lineHeight: '19.2px' }));
37
38
  });
38
39
  var VerifyPACISubTitleStyled = styled(Text)(function (_a) {
39
40
  var theme = _a.theme;
40
- return (__assign(__assign({}, theme.typography.body2), { color: theme.palette.text.primary, fontWeight: theme.typography.fontWeightMedium, lineHeight: '16.8px' }));
41
+ return (__assign(__assign({}, theme.typography.body2), { color: theme.palette.mode === ThemeMode.DARK ? theme.palette.common.white : theme.palette.common.black, fontWeight: theme.typography.fontWeightMedium, lineHeight: '16.8px' }));
41
42
  });
42
43
  var Container = styled(Box)(function (_a) {
43
44
  var theme = _a.theme;
@@ -86,6 +87,6 @@ var VerifyPACI = function (_a) {
86
87
  return 'paci_verification_description_check';
87
88
  }, [phaseNumber]);
88
89
  var isErrorPhase = endPhaseStarted && !success;
89
- return (_jsxs(ScreenContainer, __assign({ sx: { mb: 2.5 } }, { children: [_jsxs(VerifyPACITitleContainerStyled, { children: [_jsx(Container, { children: success ? _jsx(VerifyPACISuccess, {}) : _jsx(VerifyPACILoading, { type: isErrorPhase ? 3 : phaseNumber }) }), isErrorPhase ? (_jsxs(_Fragment, { children: [_jsx(VerifyPACITitleStyled, { children: t('paci_verification_title_error') }), _jsx(VerifyPACISubTitleStyled, __assign({ sx: { pb: 1 } }, { children: t('paci_verification_description_error') })), _jsx(VerifyPACISubTitleStyled, { children: t('paci_verification_redirection_message') })] })) : (_jsxs(_Fragment, { children: [_jsx(VerifyPACITitleStyled, { children: t(title) }), _jsx(VerifyPACISubTitleStyled, { children: t(description) })] }))] }), (isAndroid || isIOS) && (_jsx(MobileButton, __assign({ onClick: onRedirect, hideIcon: true }, { children: t('Open Kuwait Mobile ID') })))] })));
90
+ return (_jsxs(ContainerWithHeader, __assign({ title: 'paci_verify_loading', description: 'paci_verify_loading_desc' }, { children: [_jsxs(VerifyPACITitleContainerStyled, __assign({ sx: { mb: 2.5 } }, { children: [_jsx(Container, { children: success ? _jsx(VerifyPACISuccess, {}) : _jsx(VerifyPACILoading, { type: isErrorPhase ? 3 : phaseNumber }) }), isErrorPhase ? (_jsxs(_Fragment, { children: [_jsx(VerifyPACITitleStyled, { children: t('paci_verification_title_error') }), _jsx(VerifyPACISubTitleStyled, __assign({ sx: { pb: 1 } }, { children: t('paci_verification_description_error') })), _jsx(VerifyPACISubTitleStyled, { children: t('paci_verification_redirection_message') })] })) : (_jsxs(_Fragment, { children: [_jsx(VerifyPACITitleStyled, { children: t(title) }), _jsx(VerifyPACISubTitleStyled, { children: t(description) })] }))] })), (isAndroid || isIOS) && (_jsx(MobileButton, __assign({ onClick: onRedirect, hideIcon: true }, { children: t('Open Kuwait Mobile ID') })))] })));
90
91
  };
91
92
  export default React.memo(VerifyPACI);
@@ -13,13 +13,14 @@ import { jsx as _jsx } from "react/jsx-runtime";
13
13
  import { styled, alpha } from '@mui/material/styles';
14
14
  import VisibilityIcon from '@mui/icons-material/Visibility';
15
15
  import VisibilityOffIcon from '@mui/icons-material/VisibilityOff';
16
+ import { ThemeMode } from '../../../@types';
16
17
  var PasswordHideIconStyled = styled(VisibilityOffIcon)(function (_a) {
17
18
  var theme = _a.theme;
18
19
  return ({
19
20
  width: theme.spacing(2.5),
20
21
  height: theme.spacing(2.5),
21
22
  cursor: 'pointer',
22
- color: alpha(theme.palette.text.primary, 0.4)
23
+ color: theme.palette.mode === ThemeMode.DARK ? theme.palette.text.secondary : alpha(theme.palette.text.secondary, 0.5)
23
24
  });
24
25
  });
25
26
  var PasswordShowIconStyled = styled(VisibilityIcon)(function (_a) {
@@ -28,7 +29,7 @@ var PasswordShowIconStyled = styled(VisibilityIcon)(function (_a) {
28
29
  width: theme.spacing(2.5),
29
30
  height: theme.spacing(2.5),
30
31
  cursor: 'pointer',
31
- color: alpha(theme.palette.text.primary, 0.4)
32
+ color: theme.palette.mode === ThemeMode.DARK ? theme.palette.text.secondary : alpha(theme.palette.text.secondary, 0.5)
32
33
  });
33
34
  });
34
35
  export default function PasswordIcon(_a) {
@@ -11,10 +11,10 @@ var __assign = (this && this.__assign) || function () {
11
11
  };
12
12
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
13
13
  import { useTranslation } from 'react-i18next';
14
- import { styled, alpha } from '@mui/material/styles';
14
+ import { styled, useTheme } from '@mui/material/styles';
15
15
  import Box from '@mui/material/Box';
16
- import Input from '../../../components/Input';
17
- import Warning from '../../../components/Warning';
16
+ import { ThemeMode } from '../../../@types';
17
+ import Input from '../../shared/TextField';
18
18
  import Text from '../../../components/Text';
19
19
  import Collapse from '../../../components/Collapse';
20
20
  import SocialMediaGroup from '../../../components/SocialMediaGroup';
@@ -22,40 +22,50 @@ import ToggleButton from '../../../components/ToggleButton';
22
22
  import Icon from '../../../components/Icon';
23
23
  import { useLanguage } from '../../../hooks';
24
24
  import { isWebsite, isTwitter } from '../../../utils';
25
+ import Warning from '../../../components/Warning';
26
+ import { ICONS_NAMES } from '../../../constants';
27
+ import Mandatory from '../../shared/Mandatory';
28
+ import { InputLabelStyled } from './SalesChannel';
25
29
  import CheckIcon from '../CheckIcon';
26
30
  var SocialMediaGroupStyled = styled(SocialMediaGroup)(function (_a) {
27
31
  var theme = _a.theme, defaultValue = _a.defaultValue;
28
32
  return ({
29
- borderTop: "1px solid ".concat(alpha(theme.palette.divider, 0.8)),
30
- borderBottom: !defaultValue ? "1px solid ".concat(alpha(theme.palette.divider, 0.8)) : '',
33
+ borderBottom: !defaultValue ? "1px solid ".concat(theme.palette.divider) : '',
34
+ backgroundColor: 'transparent',
31
35
  width: '100%'
32
36
  });
33
37
  });
34
38
  var InputStyled = styled(Input)(function (_a) {
35
- var theme = _a.theme, readOnly = _a.readOnly;
39
+ var theme = _a.theme, inputProps = _a.inputProps;
36
40
  return ({
37
- padding: theme.spacing(0, 2, 0, 0),
38
- paddingInlineEnd: theme.spacing(2),
39
- opacity: readOnly ? 0.6 : 1,
41
+ direction: 'ltr',
42
+ opacity: (inputProps === null || inputProps === void 0 ? void 0 : inputProps.readOnly) ? 0.6 : 1,
43
+ marginTop: theme.spacing(2),
44
+ width: '100%',
40
45
  input: {
41
46
  paddingInlineStart: theme.spacing(0)
47
+ },
48
+ label: {
49
+ transformOrigin: 'top left'
42
50
  }
43
51
  });
44
52
  });
45
53
  var TextStyled = styled(Text)(function (_a) {
46
54
  var theme = _a.theme;
47
55
  return ({
48
- padding: theme.spacing(0, 0, 0, 1.5)
56
+ color: theme.palette.mode === ThemeMode.DARK ? theme.palette.common.white : theme.palette.text.primary,
57
+ padding: theme.spacing(0, 0, 0, 0),
58
+ position: 'relative',
59
+ bottom: theme.spacing(-1.125)
49
60
  });
50
61
  });
51
62
  var ToggleIconStyled = styled(Icon, {
52
63
  shouldForwardProp: function (prop) { return prop !== 'isActive'; }
53
64
  })(function (_a) {
54
- var theme = _a.theme, isActive = _a.isActive;
65
+ var theme = _a.theme;
55
66
  return ({
56
67
  width: theme.spacing(3),
57
- height: theme.spacing(3),
58
- filter: isActive ? 'invert(1) sepia(1) saturate(5) hue-rotate(175deg)' : ''
68
+ height: theme.spacing(3)
59
69
  });
60
70
  });
61
71
  var SocialMediaButtonStyled = styled(ToggleButton, {
@@ -63,40 +73,55 @@ var SocialMediaButtonStyled = styled(ToggleButton, {
63
73
  })(function (_a) {
64
74
  var theme = _a.theme, isActive = _a.isActive, isShow = _a.isShow;
65
75
  return ({
66
- borderBottom: isActive ? "".concat(theme.spacing(0.1875), " solid #3478F6") : 'none',
76
+ borderBottom: isActive ? "".concat(theme.spacing(0.1875), " solid ").concat(theme.palette.primary.main) : 'none',
67
77
  display: isShow ? 'inherit' : 'none',
68
- transition: 'display 0.3s'
78
+ transition: 'display 0.3s',
79
+ width: theme.spacing(3)
69
80
  });
70
81
  });
71
82
  export default function SaleChannelIconsInput(_a) {
72
83
  var selectedChannels = _a.selectedChannels, onSelectIcon = _a.onSelectIcon, selectedIconId = _a.selectedIconId, onChangeValue = _a.onChangeValue, error = _a.error, readOnly = _a.readOnly, isVerified = _a.isVerified;
73
84
  var isAr = useLanguage().isAr;
74
85
  var t = useTranslation().t;
86
+ var theme = useTheme();
87
+ var images = ICONS_NAMES;
75
88
  var getPlaceHolder = function (item) {
76
89
  var _a, _b;
77
90
  if (isAr)
78
91
  return ((_a = item.name) === null || _a === void 0 ? void 0 : _a.ar) || '';
79
92
  return ((_b = item.name) === null || _b === void 0 ? void 0 : _b.en) || '';
80
93
  };
81
- return (_jsx(Collapse, __assign({ in: selectedChannels.length > 0 }, { children: _jsxs(Box, __assign({ sx: { mb: 3, direction: 'ltr' } }, { children: [_jsx(SocialMediaGroupStyled, __assign({ exclusive: true, onChange: function (e, value) {
94
+ return (_jsx(Collapse, __assign({ in: selectedChannels.length > 0 }, { children: _jsxs(Box, __assign({ sx: { direction: 'ltr', ml: 3, mr: 3, mt: 2.5 } }, { children: [_jsxs(InputLabelStyled, __assign({ dir: theme.direction, sx: { mt: 0 } }, { children: [t('sales_channel_title'), " ", _jsx(Mandatory, {})] })), _jsx(SocialMediaGroupStyled, __assign({ exclusive: true, onChange: function (e, value) {
82
95
  onSelectIcon(value);
83
96
  } }, { children: selectedChannels.map(function (channel, index) {
84
97
  var _a;
85
98
  var isActive = selectedIconId === channel.id;
99
+ var channelLightLogo = isActive ? images["".concat(channel.code, "_active")] : images[channel.code];
100
+ var channelDarkLogo = isActive ? images["".concat(channel.code, "_active_dark")] : images["".concat(channel.code, "_dark")];
101
+ var logo = theme.palette.mode === ThemeMode.DARK ? channelDarkLogo : channelLightLogo;
86
102
  return ((_a = channel.sub) === null || _a === void 0 ? void 0 : _a.length) ? (channel.sub.map(function (sub, subIndex) {
87
103
  var isSubActive = selectedIconId === sub.id;
88
- return (_jsx(SocialMediaButtonStyled, __assign({ isShow: true, isActive: isSubActive, value: sub.id }, { children: _jsx(ToggleIconStyled, { isActive: isSubActive, src: (sub === null || sub === void 0 ? void 0 : sub.logo) || '' }) }), "sub_".concat(subIndex)));
89
- })) : (_jsx(SocialMediaButtonStyled, __assign({ isShow: true, isActive: isActive, value: channel.id || '' }, { children: _jsx(ToggleIconStyled, { isActive: isActive, src: (channel === null || channel === void 0 ? void 0 : channel.logo) || '' }) }), index));
104
+ var subLightLogo = isSubActive ? images["".concat(sub.code, "_active")] : images[sub.code];
105
+ var subDarkLogo = isSubActive ? images["".concat(sub.code, "_active_dark")] : images["".concat(sub.code, "_dark")];
106
+ var subLogo = theme.palette.mode === ThemeMode.DARK ? subDarkLogo : subLightLogo;
107
+ return (_jsx(SocialMediaButtonStyled, __assign({ sx: { marginInlineEnd: 2.5 }, isShow: true, isActive: isSubActive, value: sub.id }, { children: _jsx(ToggleIconStyled, { isActive: isSubActive, src: subLogo || '' }) }), "sub_".concat(subIndex)));
108
+ })) : (_jsx(SocialMediaButtonStyled, __assign({ sx: { marginInlineEnd: 2.5 }, isShow: true, isActive: isActive, value: channel.id || '' }, { children: _jsx(ToggleIconStyled, { isActive: isActive, src: logo || '' }) }), index));
90
109
  }) })), selectedChannels.map(function (channel, index) {
91
110
  var _a;
92
111
  var isActive = selectedIconId === channel.id;
93
112
  return ((_a = channel.sub) === null || _a === void 0 ? void 0 : _a.length) ? (channel.sub.map(function (sub, subIndex) {
94
113
  var isSubActive = selectedIconId === sub.id;
95
- return (_jsx(Collapse, __assign({ in: isSubActive, timeout: 300 }, { children: _jsx(InputStyled, { readOnly: readOnly, onChange: function (e) {
114
+ return (_jsx(Collapse, __assign({ in: isSubActive, timeout: 300 }, { children: _jsx(InputStyled, { boxSx: { padding: 0 }, inputProps: { readOnly: readOnly }, InputProps: {
115
+ endAdornment: isVerified && !error && _jsx(CheckIcon, { isVerified: true }),
116
+ startAdornment: (_jsx(TextStyled, __assign({ sx: __assign({}, (isTwitter(sub.code) && { fontSize: '20px' })) }, { children: isWebsite(sub.code) ? "https://www." : isTwitter(sub.code) ? "@" : '' })))
117
+ }, onChange: function (e) {
96
118
  onChangeValue(e.target.value, sub.id);
97
- }, value: sub.address || '', startAdornment: _jsx(TextStyled, __assign({ sx: __assign({}, (isTwitter(sub.code) && { fontSize: '20px' })) }, { children: isWebsite(sub.code) ? "https://www." : isTwitter(sub.code) ? "@" : '' })), endAdornment: isVerified && !error && _jsx(CheckIcon, { isVerified: true }), placeholder: t(getPlaceHolder(sub)) }) }), "sub_".concat(subIndex)));
98
- })) : (_jsx(Collapse, __assign({ in: isActive, timeout: 300 }, { children: _jsx(InputStyled, { readOnly: readOnly, onChange: function (e) {
119
+ }, value: sub.address || '', label: t(getPlaceHolder(sub)) }) }), "sub_".concat(subIndex)));
120
+ })) : (_jsx(Collapse, __assign({ in: isActive, timeout: 300 }, { children: _jsx(InputStyled, { boxSx: { padding: 0 }, inputProps: { readOnly: readOnly }, InputProps: {
121
+ startAdornment: (_jsx(TextStyled, __assign({ sx: __assign({}, (isTwitter(channel.code) && { fontSize: '20px' })) }, { children: isWebsite(channel.code) ? "https://www." : isTwitter(channel.code) ? "@" : '' }))),
122
+ endAdornment: isVerified && !error && _jsx(CheckIcon, { isVerified: true })
123
+ }, onChange: function (e) {
99
124
  onChangeValue(e.target.value, channel.id);
100
- }, value: channel.address || '', startAdornment: _jsx(TextStyled, __assign({ sx: __assign({}, (isTwitter(channel.code) && { fontSize: '20px' })) }, { children: isWebsite(channel.code) ? "https://www." : isTwitter(channel.code) ? "@" : '' })), placeholder: t(getPlaceHolder(channel)), endAdornment: isVerified && !error && _jsx(CheckIcon, { isVerified: true }) }) }), index));
125
+ }, label: t(channel.code), value: channel.address || '', placeholder: t(getPlaceHolder(channel)) }) }), index));
101
126
  }), _jsx(Collapse, __assign({ in: !!(error && error !== 'choose_atleast_one_channel') }, { children: _jsx(Warning, __assign({ warningType: 'alert' }, { children: t(error) })) }))] })) })));
102
127
  }
@@ -1,5 +1,18 @@
1
1
  import React from 'react';
2
2
  import { SaleChannel } from '../../../@types';
3
+ export declare const InputLabelStyled: import("@emotion/styled").StyledComponent<import("@mui/system").SystemProps<import("@mui/material/styles").Theme> & {
4
+ align?: "right" | "left" | "inherit" | "center" | "justify" | undefined;
5
+ children?: React.ReactNode;
6
+ classes?: Partial<import("@mui/material").TypographyClasses> | undefined;
7
+ gutterBottom?: boolean | undefined;
8
+ noWrap?: boolean | undefined;
9
+ paragraph?: boolean | undefined;
10
+ sx?: import("@mui/material/styles").SxProps<import("@mui/material/styles").Theme> | undefined;
11
+ variant?: "button" | "caption" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "inherit" | "subtitle1" | "subtitle2" | "body1" | "body2" | "overline" | undefined;
12
+ variantMapping?: Partial<Record<"button" | "caption" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "inherit" | "subtitle1" | "subtitle2" | "body1" | "body2" | "overline", string>> | undefined;
13
+ } & import("@mui/material/OverridableComponent").CommonProps & Omit<Pick<React.DetailedHTMLProps<React.HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "key" | keyof React.HTMLAttributes<HTMLSpanElement>> & {
14
+ ref?: ((instance: HTMLSpanElement | null) => void) | React.RefObject<HTMLSpanElement> | null | undefined;
15
+ }, keyof import("@mui/material/OverridableComponent").CommonProps | ("border" | "borderTop" | "borderRight" | "borderBottom" | "borderLeft" | "borderColor" | "borderRadius" | "display" | "displayPrint" | "overflow" | "textOverflow" | "visibility" | "whiteSpace" | "flexBasis" | "flexDirection" | "flexWrap" | "justifyContent" | "alignItems" | "alignContent" | "order" | "flex" | "flexGrow" | "flexShrink" | "alignSelf" | "justifyItems" | "justifySelf" | "gap" | "columnGap" | "rowGap" | "gridColumn" | "gridRow" | "gridAutoFlow" | "gridAutoColumns" | "gridAutoRows" | "gridTemplateColumns" | "gridTemplateRows" | "gridTemplateAreas" | "gridArea" | "bgcolor" | "color" | "zIndex" | "position" | "top" | "right" | "bottom" | "left" | "boxShadow" | "width" | "maxWidth" | "minWidth" | "height" | "maxHeight" | "minHeight" | "boxSizing" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "my" | "p" | "pt" | "pr" | "pb" | "pl" | "px" | "py" | "margin" | "marginTop" | "marginRight" | "marginBottom" | "marginLeft" | "marginX" | "marginY" | "padding" | "paddingTop" | "paddingRight" | "paddingBottom" | "paddingLeft" | "paddingX" | "paddingY" | "typography" | "fontFamily" | "fontSize" | "fontStyle" | "fontWeight" | "letterSpacing" | "lineHeight" | "textAlign" | "textTransform") | "children" | "sx" | "variant" | "align" | "gutterBottom" | "noWrap" | "paragraph" | "variantMapping"> & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {}>;
3
16
  interface SalesChannelProps {
4
17
  list: SaleChannel[];
5
18
  error: string | undefined;