@tap-payments/auth-jsconnect 2.4.29-test → 2.4.31-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.
- package/build/api/account.js +1 -1
- package/build/api/auth.d.ts +1 -1
- package/build/api/auth.js +1 -1
- package/build/api/availabilityServices.js +1 -1
- package/build/api/axios.js +2 -2
- package/build/api/board.js +1 -1
- package/build/api/brand.d.ts +1 -1
- package/build/api/brand.js +1 -1
- package/build/api/country.js +1 -1
- package/build/api/data.js +1 -1
- package/build/api/document.js +1 -1
- package/build/api/entity.js +1 -1
- package/build/api/file.js +1 -1
- package/build/api/firebase.js +1 -1
- package/build/api/individual.js +1 -1
- package/build/api/init.js +1 -1
- package/build/api/lead.d.ts +1 -1
- package/build/api/lead.js +1 -1
- package/build/api/location.js +1 -1
- package/build/api/operator.js +1 -1
- package/build/api/user.js +1 -1
- package/build/app/rootReducer.d.ts +10 -10
- package/build/app/rootReducer.js +10 -10
- package/build/app/settings.d.ts +2 -2
- package/build/app/settings.js +5 -5
- package/build/components/AnimationFlow/AnimationFlow.d.ts +1 -1
- package/build/components/AnimationFlow/AnimationFlow.js +1 -1
- package/build/components/AnimationFlow/BottomSheet.d.ts +1 -1
- package/build/components/AnimationFlow/BottomSheet.js +3 -3
- package/build/components/AnimationFlow/Dialog.d.ts +1 -1
- package/build/components/AnimationFlow/Dialog.js +4 -4
- package/build/components/ArabicDatePicker/ArabicDatePicker.js +2 -2
- package/build/components/ArabicDatePicker/style.css +24 -0
- package/build/components/DatePicker/DatePicker.js +3 -3
- package/build/components/DatePicker/customStyle.css +86 -0
- package/build/components/FileInput/DragAndDrop.js +6 -6
- package/build/components/FileInput/UploadInput.js +2 -2
- package/build/components/Footer/Footer.js +3 -3
- package/build/components/Input/Input.js +2 -2
- package/build/components/OTPTimer/OTPTimer.js +1 -1
- package/build/components/Providers/ThemeProvider.d.ts +1 -1
- package/build/components/SimpleList/SimpleList.js +2 -2
- package/build/components/Tooltip/Tooltip.js +2 -2
- package/build/constants/app.d.ts +1 -1
- package/build/constants/app.js +1 -1
- package/build/features/app/bank/bankStore.d.ts +3 -2
- package/build/features/app/bank/bankStore.js +35 -23
- package/build/features/app/brand/brandStore.d.ts +4 -2
- package/build/features/app/brand/brandStore.js +71 -51
- package/build/features/app/business/businessStore.d.ts +2 -2
- package/build/features/app/business/businessStore.js +5 -5
- package/build/features/app/connect/connectStore.d.ts +2 -2
- package/build/features/app/connect/connectStore.js +5 -5
- package/build/features/app/connectExpress/connectExpressStore.d.ts +2 -2
- package/build/features/app/connectExpress/connectExpressStore.js +6 -6
- package/build/features/app/entity/entityStore.d.ts +6 -2
- package/build/features/app/entity/entityStore.js +92 -58
- package/build/features/app/individual/individualStore.d.ts +147 -0
- package/build/features/app/individual/individualStore.js +22 -22
- package/build/features/app/password/passwordStore.d.ts +4 -2
- package/build/features/app/password/passwordStore.js +74 -38
- package/build/features/app/signIn/signInStore.d.ts +2 -2
- package/build/features/app/signIn/signInStore.js +3 -3
- package/build/features/app/tax/taxStore.d.ts +3 -2
- package/build/features/app/tax/taxStore.js +34 -23
- package/build/features/bank/Bank.d.ts +1 -1
- package/build/features/bank/Bank.js +10 -10
- package/build/features/bank/screens/BankDetails/BankDetails.js +9 -9
- package/build/features/bank/screens/BankDetails/BankName.js +8 -8
- package/build/features/bank/screens/BankDetails/BankStatement.d.ts +1 -1
- package/build/features/bank/screens/BankDetails/BankStatement.js +6 -6
- package/build/features/bank/screens/BankDetails/Beneficiary.js +6 -6
- package/build/features/bank/screens/BankDetails/ConfirmPolicy.js +5 -5
- package/build/features/bank/screens/BankDetails/IBAN.js +10 -10
- package/build/features/bank/screens/BankDetails/validation.js +1 -1
- package/build/features/bank/screens/PrepareDataLoading/PrepareDataLoading.js +3 -3
- package/build/features/bank/screens/ResetPasswordSuccess/ResetPasswordSuccess.js +5 -5
- package/build/features/bank/screens/Success/Success.js +3 -3
- package/build/features/bank/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.js +3 -3
- package/build/features/bank/screens/Verify/OTPInput.js +5 -5
- package/build/features/bank/screens/Verify/Verify.js +8 -8
- package/build/features/brand/Brand.d.ts +1 -1
- package/build/features/brand/Brand.js +10 -10
- package/build/features/brand/screens/BrandActivities/ActivitiesList.js +12 -12
- package/build/features/brand/screens/BrandActivities/BrandActivities.js +7 -7
- package/build/features/brand/screens/BrandActivities/CustomerBase.js +11 -11
- package/build/features/brand/screens/BrandActivities/ExpectedCustomers.js +8 -8
- package/build/features/brand/screens/BrandActivities/ExpectedSalesRange.js +12 -12
- package/build/features/brand/screens/BrandActivities/RefundPolicy.d.ts +1 -1
- package/build/features/brand/screens/BrandActivities/RefundPolicy.js +10 -10
- package/build/features/brand/screens/BrandActivities/TAC.js +10 -10
- package/build/features/brand/screens/BrandActivities/TransactionPolicy.js +8 -8
- package/build/features/brand/screens/BrandInfo/BrandInfo.js +9 -9
- package/build/features/brand/screens/BrandInfo/BrandLogo.d.ts +1 -1
- package/build/features/brand/screens/BrandInfo/BrandLogo.js +7 -7
- package/build/features/brand/screens/BrandInfo/BrandName.js +9 -9
- package/build/features/brand/screens/BrandInfo/SalesChannels.js +4 -4
- package/build/features/brand/screens/BrandInfo/Segments.js +9 -9
- package/build/features/brand/screens/BrandInfo/TeamSize.js +9 -9
- package/build/features/brand/screens/BrandInfo/validation.js +1 -1
- package/build/features/brand/screens/PrepareDataLoading/PrepareDataLoading.js +3 -3
- package/build/features/brand/screens/ResetPasswordSuccess/ResetPasswordSuccess.js +5 -5
- package/build/features/brand/screens/Success/Success.js +3 -3
- package/build/features/brand/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.js +3 -3
- package/build/features/brand/screens/Verify/OTPInput.js +5 -5
- package/build/features/brand/screens/Verify/Verify.js +8 -8
- package/build/features/business/Business.d.ts +1 -1
- package/build/features/business/Business.js +10 -10
- package/build/features/business/screens/Activities/Activities.js +7 -7
- package/build/features/business/screens/Activities/ActivitiesList.js +12 -12
- package/build/features/business/screens/Activities/LicenseName.js +6 -6
- package/build/features/business/screens/Activities/OperationStartDate.js +5 -5
- package/build/features/business/screens/BrandDetails/BrandDetails.js +7 -7
- package/build/features/business/screens/BrandDetails/BrandName.js +4 -4
- package/build/features/business/screens/BrandDetails/Header.js +5 -5
- package/build/features/business/screens/BrandDetails/LicenseInfo.js +4 -4
- package/build/features/business/screens/BrandDetails/SalesChannel.js +5 -5
- package/build/features/business/screens/BusinessType/Article.d.ts +1 -1
- package/build/features/business/screens/BusinessType/Article.js +7 -7
- package/build/features/business/screens/BusinessType/BusinessType.js +10 -10
- package/build/features/business/screens/BusinessType/EntityLicenseList.js +13 -13
- package/build/features/business/screens/BusinessType/EntityName.js +6 -6
- package/build/features/business/screens/BusinessType/LicenseCertificate.js +7 -7
- package/build/features/business/screens/BusinessType/LicenseList.js +13 -13
- package/build/features/business/screens/BusinessType/LicenseNumber.js +10 -10
- package/build/features/business/screens/BusinessType/LicenseType.js +14 -14
- package/build/features/business/screens/BusinessType/SelectType.js +6 -6
- package/build/features/business/screens/BusinessType/validation.js +2 -2
- package/build/features/business/screens/CivilID/CivilID.js +6 -6
- package/build/features/business/screens/CivilID/IDNumber.js +6 -6
- package/build/features/business/screens/Customers/CustomerLocations.js +11 -11
- package/build/features/business/screens/Customers/Customers.js +8 -8
- package/build/features/business/screens/Customers/ExpectedCustomers.js +9 -9
- package/build/features/business/screens/Customers/ExpectedSalesRange.js +11 -11
- package/build/features/business/screens/Customers/RefundPolicy.d.ts +1 -1
- package/build/features/business/screens/Customers/RefundPolicy.js +10 -10
- package/build/features/business/screens/Customers/TransactionPolicy.js +7 -7
- package/build/features/business/screens/IDBOD/DOB.js +5 -5
- package/build/features/business/screens/IDBOD/ID.js +5 -5
- package/build/features/business/screens/IDBOD/IDBOD.js +6 -6
- package/build/features/business/screens/OTP/OTP.js +9 -9
- package/build/features/business/screens/OTP/OTPInput.js +4 -4
- package/build/features/business/screens/ResetPasswordSuccess/ResetPasswordSuccess.js +5 -5
- package/build/features/business/screens/Success/Success.js +3 -3
- package/build/features/business/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.js +3 -3
- package/build/features/business/screens/Verify/OTPInput.js +5 -5
- package/build/features/business/screens/Verify/Verify.js +9 -9
- package/build/features/business/screens/VerifyPACI/VerifyPACI.js +4 -4
- package/build/features/connect/Connect.d.ts +1 -1
- package/build/features/connect/Connect.js +10 -10
- package/build/features/connect/screens/CivilID/CivilID.js +8 -8
- package/build/features/connect/screens/CivilID/IDNumber.js +6 -6
- package/build/features/connect/screens/Individual/Email.js +6 -6
- package/build/features/connect/screens/Individual/Individual.js +11 -11
- package/build/features/connect/screens/Individual/MobileNumber.d.ts +1 -1
- package/build/features/connect/screens/Individual/MobileNumber.js +12 -12
- package/build/features/connect/screens/Individual/Name.js +5 -5
- package/build/features/connect/screens/Individual/validation.js +1 -1
- package/build/features/connect/screens/Merchant/BrandList.d.ts +1 -1
- package/build/features/connect/screens/Merchant/BrandList.js +10 -10
- package/build/features/connect/screens/Merchant/BrandName.js +8 -8
- package/build/features/connect/screens/Merchant/Merchant.js +8 -8
- package/build/features/connect/screens/Merchant/SalesChannels.js +4 -4
- package/build/features/connect/screens/Merchant/Segments.js +9 -9
- package/build/features/connect/screens/Merchant/TAC.js +9 -9
- package/build/features/connect/screens/Merchant/TeamSize.js +9 -9
- package/build/features/connect/screens/Merchant/validation.js +1 -1
- package/build/features/connect/screens/Mobile/Mobile.js +11 -11
- package/build/features/connect/screens/Mobile/MobileNumber.d.ts +1 -1
- package/build/features/connect/screens/Mobile/MobileNumber.js +12 -12
- package/build/features/connect/screens/Mobile/Title.js +2 -2
- package/build/features/connect/screens/NID/DOB.js +5 -5
- package/build/features/connect/screens/NID/IDNumber.js +7 -7
- package/build/features/connect/screens/NID/NID.js +8 -8
- package/build/features/connect/screens/OTP/OTP.js +10 -10
- package/build/features/connect/screens/OTP/OTPInput.js +5 -5
- package/build/features/connect/screens/ThankYou/ThankYou.js +4 -4
- package/build/features/connect/screens/VerifyPACI/VerifyPACI.js +5 -5
- package/build/features/connectExpress/ConnectExpress.d.ts +1 -1
- package/build/features/connectExpress/ConnectExpress.js +10 -10
- package/build/features/connectExpress/screens/AccountAlreadyCreated/AccountAlreadyCreated.js +3 -3
- package/build/features/connectExpress/screens/Brand/Brand.js +9 -9
- package/build/features/connectExpress/screens/CivilID/CivilID.js +8 -8
- package/build/features/connectExpress/screens/CivilID/IDNumber.js +6 -6
- package/build/features/connectExpress/screens/CivilIDMissed/CivilID.js +6 -6
- package/build/features/connectExpress/screens/CivilIDMissed/IDNumber.js +6 -6
- package/build/features/connectExpress/screens/CollectBusinessInfo/BrandName.js +8 -8
- package/build/features/connectExpress/screens/CollectBusinessInfo/CollectBusinessInfo.js +8 -8
- package/build/features/connectExpress/screens/CollectBusinessInfo/LicenseList.js +13 -13
- package/build/features/connectExpress/screens/CollectBusinessInfo/LicenseNumber.js +10 -10
- package/build/features/connectExpress/screens/CollectBusinessInfo/LicenseType.js +12 -12
- package/build/features/connectExpress/screens/CollectBusinessInfo/TAC.js +8 -8
- package/build/features/connectExpress/screens/CollectBusinessInfo/validation.js +2 -2
- package/build/features/connectExpress/screens/CollectIndividualInfo/CollectIndividualInfo.js +11 -11
- package/build/features/connectExpress/screens/CollectIndividualInfo/Email.js +6 -6
- package/build/features/connectExpress/screens/CollectIndividualInfo/MobileNumber.d.ts +1 -1
- package/build/features/connectExpress/screens/CollectIndividualInfo/MobileNumber.js +11 -11
- package/build/features/connectExpress/screens/CollectIndividualInfo/Name.js +5 -5
- package/build/features/connectExpress/screens/CollectIndividualInfo/validation.js +1 -1
- package/build/features/connectExpress/screens/CreateAccountLoader/CreateAccountLoader.js +5 -5
- package/build/features/connectExpress/screens/IdentityOTP/OTP.js +10 -10
- package/build/features/connectExpress/screens/IdentityOTP/OTPInput.js +5 -5
- package/build/features/connectExpress/screens/IdentityVerifyPACI/VerifyPACI.js +4 -4
- package/build/features/connectExpress/screens/Mobile/Mobile.js +10 -10
- package/build/features/connectExpress/screens/Mobile/MobileNumber.d.ts +1 -1
- package/build/features/connectExpress/screens/Mobile/MobileNumber.js +12 -12
- package/build/features/connectExpress/screens/Mobile/TAC.js +8 -8
- package/build/features/connectExpress/screens/Mobile/Title.js +2 -2
- package/build/features/connectExpress/screens/NID/DOB.js +5 -5
- package/build/features/connectExpress/screens/NID/IDNumber.js +9 -9
- package/build/features/connectExpress/screens/NID/NID.js +8 -8
- package/build/features/connectExpress/screens/NID/TAC.js +8 -8
- package/build/features/connectExpress/screens/NIDMissed/DOB.js +5 -5
- package/build/features/connectExpress/screens/NIDMissed/IDNumber.js +7 -7
- package/build/features/connectExpress/screens/NIDMissed/NID.js +7 -7
- package/build/features/connectExpress/screens/OTP/OTP.js +10 -10
- package/build/features/connectExpress/screens/OTP/OTPInput.js +5 -5
- package/build/features/connectExpress/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.js +4 -4
- package/build/features/connectExpress/screens/VerifyPACI/VerifyPACI.js +4 -4
- package/build/features/entity/Entity.d.ts +1 -1
- package/build/features/entity/Entity.js +10 -10
- package/build/features/entity/screens/EntityCapital/ActivityList.js +12 -12
- package/build/features/entity/screens/EntityCapital/CapitalPaid.js +7 -7
- package/build/features/entity/screens/EntityCapital/CapitalShareCount.js +6 -6
- package/build/features/entity/screens/EntityCapital/CapitalShareValue.js +7 -7
- package/build/features/entity/screens/EntityCapital/EntityCapital.js +7 -7
- package/build/features/entity/screens/EntityName/Article.d.ts +1 -1
- package/build/features/entity/screens/EntityName/Article.js +7 -7
- package/build/features/entity/screens/EntityName/EntityName.js +9 -9
- package/build/features/entity/screens/EntityName/EntityTypeList.js +12 -12
- package/build/features/entity/screens/EntityName/ExpiryDate.js +6 -6
- package/build/features/entity/screens/EntityName/IssuingDate.js +5 -5
- package/build/features/entity/screens/EntityName/LegalName.js +6 -6
- package/build/features/entity/screens/EntityName/LicenseCertificate.d.ts +1 -1
- package/build/features/entity/screens/EntityName/LicenseCertificate.js +8 -8
- package/build/features/entity/screens/EntityName/LicenseNumber.js +10 -10
- package/build/features/entity/screens/EntityName/UnifiedNumber.js +7 -7
- package/build/features/entity/screens/EntityName/validation.js +2 -2
- package/build/features/entity/screens/PrepareDataLoading/PrepareDataLoading.js +3 -3
- package/build/features/entity/screens/ResetPasswordSuccess/ResetPasswordSuccess.js +5 -5
- package/build/features/entity/screens/Success/Success.js +3 -3
- package/build/features/entity/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.js +3 -3
- package/build/features/entity/screens/Verify/OTPInput.js +5 -5
- package/build/features/entity/screens/Verify/Verify.js +8 -8
- package/build/features/featuresScreens.d.ts +1 -1
- package/build/features/featuresScreens.js +79 -79
- package/build/features/individual/Individual.d.ts +1 -1
- package/build/features/individual/Individual.js +10 -10
- package/build/features/individual/screens/AdditionalIndividualInfo/AdditionalIndividualInfo.js +11 -11
- package/build/features/individual/screens/AdditionalIndividualInfo/CivilIDFile.d.ts +1 -1
- package/build/features/individual/screens/AdditionalIndividualInfo/CivilIDFile.js +8 -8
- package/build/features/individual/screens/AdditionalIndividualInfo/InfluencerSwitch.js +10 -10
- package/build/features/individual/screens/AdditionalIndividualInfo/MonthlyIncome.d.ts +1 -1
- package/build/features/individual/screens/AdditionalIndividualInfo/MonthlyIncome.js +11 -11
- package/build/features/individual/screens/AdditionalIndividualInfo/Occupation.d.ts +1 -1
- package/build/features/individual/screens/AdditionalIndividualInfo/Occupation.js +9 -9
- package/build/features/individual/screens/AdditionalIndividualInfo/PEPSwitch.js +10 -10
- package/build/features/individual/screens/AdditionalIndividualInfo/ShareCount.js +6 -6
- package/build/features/individual/screens/AdditionalIndividualInfo/ShareValue.js +7 -7
- package/build/features/individual/screens/AdditionalIndividualInfo/SignatureFile.d.ts +1 -1
- package/build/features/individual/screens/AdditionalIndividualInfo/SignatureFile.js +8 -8
- package/build/features/individual/screens/AdditionalIndividualInfo/SourceOfIncome.d.ts +1 -1
- package/build/features/individual/screens/AdditionalIndividualInfo/SourceOfIncome.js +10 -10
- package/build/features/individual/screens/AdditionalIndividualInfo/validation.d.ts +1 -1
- package/build/features/individual/screens/AdditionalIndividualInfo/validation.js +1 -1
- package/build/features/individual/screens/IndividualList/CollectPhoneEmail.d.ts +1 -1
- package/build/features/individual/screens/IndividualList/CollectPhoneEmail.js +3 -3
- package/build/features/individual/screens/IndividualList/Email.d.ts +1 -1
- package/build/features/individual/screens/IndividualList/Email.js +8 -8
- package/build/features/individual/screens/IndividualList/IndividualList.js +8 -8
- package/build/features/individual/screens/IndividualList/MobileNumber.d.ts +1 -1
- package/build/features/individual/screens/IndividualList/MobileNumber.js +11 -11
- package/build/features/individual/screens/IndividualList/UserList.js +11 -11
- package/build/features/individual/screens/IndividualList/validation.d.ts +1 -1
- package/build/features/individual/screens/IndividualList/validation.js +1 -1
- package/build/features/individual/screens/IndividualPersonalInfo/BirthCity.js +9 -9
- package/build/features/individual/screens/IndividualPersonalInfo/BirthCountry.d.ts +1 -1
- package/build/features/individual/screens/IndividualPersonalInfo/BirthCountry.js +8 -8
- package/build/features/individual/screens/IndividualPersonalInfo/DOB.js +6 -6
- package/build/features/individual/screens/IndividualPersonalInfo/Email.js +4 -4
- package/build/features/individual/screens/IndividualPersonalInfo/ExpiryDate.js +7 -7
- package/build/features/individual/screens/IndividualPersonalInfo/Gender.js +8 -8
- package/build/features/individual/screens/IndividualPersonalInfo/ID.js +6 -6
- package/build/features/individual/screens/IndividualPersonalInfo/IndividualPersonalInfo.js +9 -9
- package/build/features/individual/screens/IndividualPersonalInfo/IssuedCountry.d.ts +1 -1
- package/build/features/individual/screens/IndividualPersonalInfo/IssuedCountry.js +8 -8
- package/build/features/individual/screens/IndividualPersonalInfo/MobileNumber.d.ts +1 -1
- package/build/features/individual/screens/IndividualPersonalInfo/MobileNumber.js +10 -10
- package/build/features/individual/screens/IndividualPersonalInfo/Name.js +5 -5
- package/build/features/individual/screens/IndividualPersonalInfo/Nationality.d.ts +1 -1
- package/build/features/individual/screens/IndividualPersonalInfo/Nationality.js +8 -8
- package/build/features/individual/screens/IndividualPersonalInfo/validation.js +1 -1
- package/build/features/individual/screens/IndividualPhoneInfo/MobileNumber.d.ts +1 -1
- package/build/features/individual/screens/IndividualPhoneInfo/MobileNumber.js +11 -11
- package/build/features/individual/screens/IndividualPhoneInfo/PhoneInfo.js +8 -8
- package/build/features/individual/screens/PrepareDataLoading/PrepareDataLoading.js +3 -3
- package/build/features/individual/screens/ResetPasswordSuccess/ResetPasswordSuccess.js +5 -5
- package/build/features/individual/screens/Success/Success.js +3 -3
- package/build/features/individual/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.js +3 -3
- package/build/features/individual/screens/Verify/OTPInput.js +5 -5
- package/build/features/individual/screens/Verify/Verify.js +8 -8
- package/build/features/password/Password.d.ts +1 -1
- package/build/features/password/Password.js +10 -10
- package/build/features/password/screens/CreatePassword/ConditionText.js +1 -1
- package/build/features/password/screens/CreatePassword/ConfirmPassword.js +3 -3
- package/build/features/password/screens/CreatePassword/CreatePassword.js +8 -8
- package/build/features/password/screens/CreatePassword/Password.js +6 -6
- package/build/features/password/screens/OTP/OTP.js +9 -9
- package/build/features/password/screens/OTP/OTPInput.js +4 -4
- package/build/features/password/screens/ResetPasswordSuccess/ResetPasswordSuccess.js +5 -5
- package/build/features/password/screens/Success/Success.js +4 -4
- package/build/features/password/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.js +3 -3
- package/build/features/password/screens/Verify/OTPInput.js +5 -5
- package/build/features/password/screens/Verify/Verify.js +8 -8
- package/build/features/shared/AcceptancePayouts/AcceptancePayouts.js +4 -4
- package/build/features/shared/Address/Address.d.ts +1 -1
- package/build/features/shared/Address/Address.js +2 -2
- package/build/features/shared/Address/CountryList.d.ts +2 -2
- package/build/features/shared/Address/CountryList.js +7 -7
- package/build/features/shared/Address/InputSelect.d.ts +1 -1
- package/build/features/shared/Address/InputSelect.js +7 -7
- package/build/features/shared/Background/Background.js +2 -2
- package/build/features/shared/Background/LogoBackground.js +3 -3
- package/build/features/shared/Button/AbsherButton.d.ts +1 -1
- package/build/features/shared/Button/AbsherButton.js +3 -3
- package/build/features/shared/Button/Button.d.ts +1 -1
- package/build/features/shared/Button/Button.js +7 -7
- package/build/features/shared/Button/EmailProvidersButtons.d.ts +1 -1
- package/build/features/shared/Button/EmailProvidersButtons.js +3 -3
- package/build/features/shared/Button/FlowsButtons.d.ts +2 -2
- package/build/features/shared/Button/FlowsButtons.js +7 -7
- package/build/features/shared/Button/IndividualActionButtons.d.ts +1 -1
- package/build/features/shared/Button/IndividualActionButtons.js +5 -5
- package/build/features/shared/Button/MobileButton.d.ts +1 -1
- package/build/features/shared/Button/MobileButton.js +3 -3
- package/build/features/shared/CreateAccountLoading/CreateAccountLoading.js +4 -4
- package/build/features/shared/DataLoading/DataLoading.js +4 -4
- package/build/features/shared/Dialog/CloseDialog.js +2 -2
- package/build/features/shared/Dialog/DialogContainer.js +2 -2
- package/build/features/shared/EndAdornment/EndAdornment.js +2 -2
- package/build/features/shared/EndAdornment/EndAdornmentExpanded.js +2 -2
- package/build/features/shared/Footer/Footer.js +4 -4
- package/build/features/shared/Footer/PoweredByFooter.js +3 -3
- package/build/features/shared/GenericError/GenericError.js +4 -4
- package/build/features/shared/Input/Input.d.ts +1 -1
- package/build/features/shared/Input/Input.js +2 -2
- package/build/features/shared/OTP/OTP.d.ts +1 -1
- package/build/features/shared/OTP/OTP.js +3 -3
- package/build/features/shared/PaciVerification/PaciVerification.js +5 -5
- package/build/features/shared/PaciVerification/VerifyPACILoading.js +3 -3
- package/build/features/shared/PaciVerification/VerifyPACISuccess.js +1 -1
- package/build/features/shared/SalesChannels/SaleChannelIconsInput.d.ts +1 -1
- package/build/features/shared/SalesChannels/SaleChannelIconsInput.js +9 -9
- package/build/features/shared/SalesChannels/SalesChannel.d.ts +1 -1
- package/build/features/shared/SalesChannels/SalesChannel.js +6 -6
- package/build/features/shared/Search/Search.js +1 -1
- package/build/features/shared/SearchIcon/SearchIcon.js +2 -2
- package/build/features/shared/SuccessFlowButtons/SuccessFlowButtons.d.ts +1 -1
- package/build/features/shared/SuccessFlowButtons/SuccessFlowButtons.js +6 -6
- package/build/features/shared/SuccessScreen/SuccessScreen.js +6 -6
- package/build/features/shared/UploadFile/FileUpload.d.ts +1 -1
- package/build/features/shared/UploadFile/FileUpload.js +8 -8
- package/build/features/shared/UploadFile/UploadFile.js +10 -10
- package/build/features/shared/UploadFile/UploadWrapper.d.ts +2 -2
- package/build/features/shared/UploadFile/UploadWrapper.js +7 -7
- package/build/features/shared/UploadMultipleFile/UploadFile.d.ts +1 -1
- package/build/features/shared/UploadMultipleFile/UploadFile.js +8 -8
- package/build/features/shared/UploadMultipleFile/UploadMultipleFile.d.ts +2 -2
- package/build/features/shared/UploadMultipleFile/UploadMultipleFile.js +7 -7
- package/build/features/signIn/SignIn.d.ts +1 -1
- package/build/features/signIn/SignIn.js +10 -10
- package/build/features/signIn/screens/Email/Email.js +8 -8
- package/build/features/signIn/screens/Email/EmailField.js +5 -5
- package/build/features/signIn/screens/Email/validation.js +1 -1
- package/build/features/signIn/screens/Mobile/Mobile.js +9 -9
- package/build/features/signIn/screens/Mobile/MobileNumber.d.ts +1 -1
- package/build/features/signIn/screens/Mobile/MobileNumber.js +12 -12
- package/build/features/signIn/screens/OTP/OTP.js +9 -9
- package/build/features/signIn/screens/OTP/OTPInput.js +4 -4
- package/build/features/signIn/screens/Password/Password.js +7 -7
- package/build/features/signIn/screens/Password/PasswordInput.js +3 -3
- package/build/features/tax/Tax.d.ts +1 -1
- package/build/features/tax/Tax.js +10 -10
- package/build/features/tax/screens/PrepareDataLoading/PrepareDataLoading.js +3 -3
- package/build/features/tax/screens/ResetPasswordSuccess/ResetPasswordSuccess.js +5 -5
- package/build/features/tax/screens/Success/Success.js +3 -3
- package/build/features/tax/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.js +3 -3
- package/build/features/tax/screens/TaxDetails/ConfirmPolicy.js +5 -5
- package/build/features/tax/screens/TaxDetails/TaxDetails.js +8 -8
- package/build/features/tax/screens/TaxDetails/TaxDocument.d.ts +1 -1
- package/build/features/tax/screens/TaxDetails/TaxDocument.js +8 -8
- package/build/features/tax/screens/TaxDetails/VATId.js +6 -6
- package/build/features/tax/screens/Verify/OTPInput.js +5 -5
- package/build/features/tax/screens/Verify/Verify.js +8 -8
- package/build/hooks/useAppConfig.d.ts +1 -1
- package/build/hooks/useAppConfig.js +4 -4
- package/build/hooks/useAppSelector.d.ts +1 -1
- package/build/hooks/useAppTheme.d.ts +1 -1
- package/build/hooks/useAppTheme.js +3 -3
- package/build/hooks/useCountry.js +1 -1
- package/build/hooks/useDataNoneEditable.d.ts +1 -1
- package/build/hooks/useDataNoneEditable.js +1 -1
- package/build/hooks/useDataVerified.d.ts +1 -1
- package/build/hooks/useDataVerified.js +1 -1
- package/build/hooks/useErrorListener.js +1 -1
- package/build/hooks/useExcludeReadOnlyFelids.js +1 -1
- package/build/hooks/useFormReadOnly.js +1 -1
- package/build/hooks/useLanguage.js +1 -1
- package/build/hooks/useRedirectionListener.js +1 -1
- package/build/hooks/useScreen.js +1 -1
- package/build/hooks/useStepStartedListener.js +1 -1
- package/build/hooks/useVerifyToken.d.ts +1 -1
- package/build/hooks/useVerifyToken.js +2 -2
- package/build/i18n.js +1 -1
- package/build/index.css +140 -0
- package/build/index.d.ts +10 -10
- package/build/index.js +10 -10
- package/build/theme/theme.d.ts +1 -1
- package/build/utils/array.d.ts +4 -3
- package/build/utils/array.js +67 -1
- package/build/utils/locale.d.ts +1 -1
- package/build/utils/locale.js +1 -1
- package/build/utils/object.js +1 -1
- package/build/utils/rsa.js +1 -1
- package/build/utils/string.d.ts +1 -1
- package/build/utils/string.js +4 -4
- package/package.json +1 -1
package/build/api/account.js
CHANGED
package/build/api/auth.d.ts
CHANGED
package/build/api/auth.js
CHANGED
|
@@ -10,7 +10,7 @@ var __assign = (this && this.__assign) || function () {
|
|
|
10
10
|
return __assign.apply(this, arguments);
|
|
11
11
|
};
|
|
12
12
|
import instance, { httpClient } from './axios';
|
|
13
|
-
import { ENDPOINT_PATHS } from '
|
|
13
|
+
import { ENDPOINT_PATHS } from '../constants';
|
|
14
14
|
var createAuth = function (data, config) {
|
|
15
15
|
return httpClient(__assign({ method: 'post', url: "".concat(ENDPOINT_PATHS.AUTH), data: data }, config));
|
|
16
16
|
};
|
package/build/api/axios.js
CHANGED
|
@@ -36,8 +36,8 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
36
36
|
};
|
|
37
37
|
import axios from 'axios';
|
|
38
38
|
import { get, set } from 'lodash-es';
|
|
39
|
-
import { ENCRYPTION_FLAG } from '
|
|
40
|
-
import { encryptString } from '
|
|
39
|
+
import { ENCRYPTION_FLAG } from '../constants';
|
|
40
|
+
import { encryptString } from '../utils';
|
|
41
41
|
var instance = axios.create({
|
|
42
42
|
headers: {
|
|
43
43
|
'Content-Type': 'application/json',
|
package/build/api/board.js
CHANGED
|
@@ -9,7 +9,7 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
|
9
9
|
}
|
|
10
10
|
return t;
|
|
11
11
|
};
|
|
12
|
-
import { ENDPOINT_PATHS } from '
|
|
12
|
+
import { ENDPOINT_PATHS } from '../constants';
|
|
13
13
|
import { httpClient } from './axios';
|
|
14
14
|
var retrieveBoardInfo = function (_a) {
|
|
15
15
|
var id = _a.id, infoId = _a.infoId;
|
package/build/api/brand.d.ts
CHANGED
package/build/api/brand.js
CHANGED
|
@@ -10,7 +10,7 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
|
10
10
|
return t;
|
|
11
11
|
};
|
|
12
12
|
import { httpClient } from './axios';
|
|
13
|
-
import { ENDPOINT_PATHS } from '
|
|
13
|
+
import { ENDPOINT_PATHS } from '../constants';
|
|
14
14
|
var retrieveBrand = function (id) {
|
|
15
15
|
return httpClient({
|
|
16
16
|
method: 'get',
|
package/build/api/country.js
CHANGED
package/build/api/data.js
CHANGED
|
@@ -10,7 +10,7 @@ var __assign = (this && this.__assign) || function () {
|
|
|
10
10
|
return __assign.apply(this, arguments);
|
|
11
11
|
};
|
|
12
12
|
import { httpClient } from './axios';
|
|
13
|
-
import { ENDPOINT_PATHS } from '
|
|
13
|
+
import { ENDPOINT_PATHS } from '../constants';
|
|
14
14
|
var getChannelsOfServices = function (data) {
|
|
15
15
|
return httpClient({
|
|
16
16
|
method: 'post',
|
package/build/api/document.js
CHANGED
|
@@ -9,7 +9,7 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
|
9
9
|
}
|
|
10
10
|
return t;
|
|
11
11
|
};
|
|
12
|
-
import { ENDPOINT_PATHS } from '
|
|
12
|
+
import { ENDPOINT_PATHS } from '../constants';
|
|
13
13
|
import instance, { httpClient } from './axios';
|
|
14
14
|
var updateDocumentInfo = function (data) {
|
|
15
15
|
return httpClient({
|
package/build/api/entity.js
CHANGED
|
@@ -9,7 +9,7 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
|
9
9
|
}
|
|
10
10
|
return t;
|
|
11
11
|
};
|
|
12
|
-
import { ENDPOINT_PATHS } from '
|
|
12
|
+
import { ENDPOINT_PATHS } from '../constants';
|
|
13
13
|
import instance, { httpClient } from './axios';
|
|
14
14
|
var retrieveEntityInfo = function (entity_id, config) {
|
|
15
15
|
return instance.get("".concat(ENDPOINT_PATHS.ENTITY, "/").concat(entity_id), config);
|
package/build/api/file.js
CHANGED
|
@@ -9,7 +9,7 @@ var __assign = (this && this.__assign) || function () {
|
|
|
9
9
|
};
|
|
10
10
|
return __assign.apply(this, arguments);
|
|
11
11
|
};
|
|
12
|
-
import { ENDPOINT_PATHS } from '
|
|
12
|
+
import { ENDPOINT_PATHS } from '../constants';
|
|
13
13
|
import instance, { httpClient } from './axios';
|
|
14
14
|
var uploadFileInfo = function (data, config) {
|
|
15
15
|
return httpClient(__assign({ method: 'post', url: "".concat(ENDPOINT_PATHS.FILES_PATH), data: data, headers: { 'Content-Type': 'multipart/form-data' } }, config));
|
package/build/api/firebase.js
CHANGED
package/build/api/individual.js
CHANGED
|
@@ -9,7 +9,7 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
|
9
9
|
}
|
|
10
10
|
return t;
|
|
11
11
|
};
|
|
12
|
-
import { ENDPOINT_PATHS } from '
|
|
12
|
+
import { ENDPOINT_PATHS } from '../constants';
|
|
13
13
|
import { httpClient } from './axios';
|
|
14
14
|
var retrieveIndividualInfo = function (id) {
|
|
15
15
|
return httpClient({
|
package/build/api/init.js
CHANGED
package/build/api/lead.d.ts
CHANGED
package/build/api/lead.js
CHANGED
|
@@ -10,7 +10,7 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
|
10
10
|
return t;
|
|
11
11
|
};
|
|
12
12
|
import instance, { httpClient } from './axios';
|
|
13
|
-
import { ENDPOINT_PATHS } from '
|
|
13
|
+
import { ENDPOINT_PATHS } from '../constants';
|
|
14
14
|
var createLead = function (data, config) {
|
|
15
15
|
return instance.post("".concat(ENDPOINT_PATHS.LEAD), data, config);
|
|
16
16
|
};
|
package/build/api/location.js
CHANGED
package/build/api/operator.js
CHANGED
|
@@ -34,7 +34,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
34
34
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
35
35
|
}
|
|
36
36
|
};
|
|
37
|
-
import { ENDPOINT_PATHS } from '
|
|
37
|
+
import { ENDPOINT_PATHS } from '../constants';
|
|
38
38
|
import { httpClient } from './axios';
|
|
39
39
|
var validateOperator = function (body) { return __awaiter(void 0, void 0, void 0, function () {
|
|
40
40
|
var data, error_1;
|
package/build/api/user.js
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
declare const rootReducer: {
|
|
2
2
|
settings: import("redux").Reducer<import("./settings").SettingsState, import("redux").AnyAction>;
|
|
3
|
-
connect: import("redux").Reducer<import("
|
|
4
|
-
business: import("redux").Reducer<import("
|
|
5
|
-
bank: import("redux").Reducer<import("
|
|
6
|
-
tax: import("redux").Reducer<import("
|
|
7
|
-
individual: import("redux").Reducer<import("
|
|
8
|
-
password: import("redux").Reducer<import("
|
|
9
|
-
signIn: import("redux").Reducer<import("
|
|
10
|
-
entity: import("redux").Reducer<import("
|
|
11
|
-
brand: import("redux").Reducer<import("
|
|
12
|
-
connectExpress: import("redux").Reducer<import("
|
|
3
|
+
connect: import("redux").Reducer<import("../features/app/connect/connectStore").ConnectState, import("redux").AnyAction>;
|
|
4
|
+
business: import("redux").Reducer<import("../features/app/business/businessStore").BusinessState, import("redux").AnyAction>;
|
|
5
|
+
bank: import("redux").Reducer<import("../features/app/bank/bankStore").BankState, import("redux").AnyAction>;
|
|
6
|
+
tax: import("redux").Reducer<import("../features/app/tax/taxStore").TaxState, import("redux").AnyAction>;
|
|
7
|
+
individual: import("redux").Reducer<import("../features/app/individual/individualStore").IndividualState, import("redux").AnyAction>;
|
|
8
|
+
password: import("redux").Reducer<import("../features/app/password/passwordStore").PasswordState, import("redux").AnyAction>;
|
|
9
|
+
signIn: import("redux").Reducer<import("../features/app/signIn/signInStore").SignInState, import("redux").AnyAction>;
|
|
10
|
+
entity: import("redux").Reducer<import("../features/app/entity/entityStore").EntityState, import("redux").AnyAction>;
|
|
11
|
+
brand: import("redux").Reducer<import("../features/app/brand/brandStore").BrandState, import("redux").AnyAction>;
|
|
12
|
+
connectExpress: import("redux").Reducer<import("../features/app/connectExpress/connectExpressStore").ConnectExpressState, import("redux").AnyAction>;
|
|
13
13
|
};
|
|
14
14
|
export default rootReducer;
|
package/build/app/rootReducer.js
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import settings from './settings';
|
|
2
|
-
import connect from '
|
|
3
|
-
import business from '
|
|
4
|
-
import bank from '
|
|
5
|
-
import tax from '
|
|
6
|
-
import individual from '
|
|
7
|
-
import password from '
|
|
8
|
-
import signIn from '
|
|
9
|
-
import entity from '
|
|
10
|
-
import brand from '
|
|
11
|
-
import connectExpress from '
|
|
2
|
+
import connect from '../features/app/connect/connectStore';
|
|
3
|
+
import business from '../features/app/business/businessStore';
|
|
4
|
+
import bank from '../features/app/bank/bankStore';
|
|
5
|
+
import tax from '../features/app/tax/taxStore';
|
|
6
|
+
import individual from '../features/app/individual/individualStore';
|
|
7
|
+
import password from '../features/app/password/passwordStore';
|
|
8
|
+
import signIn from '../features/app/signIn/signInStore';
|
|
9
|
+
import entity from '../features/app/entity/entityStore';
|
|
10
|
+
import brand from '../features/app/brand/brandStore';
|
|
11
|
+
import connectExpress from '../features/app/connectExpress/connectExpressStore';
|
|
12
12
|
var rootReducer = {
|
|
13
13
|
settings: settings,
|
|
14
14
|
connect: connect,
|
package/build/app/settings.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { RootState } from '
|
|
2
|
-
import { ActionState, LanguageMode, SharedState, ThemeMode, ScreenStepNavigation, DeviceInfo, LibConfig, CountryCode, MerchantInfo } from '
|
|
1
|
+
import { RootState } from './store';
|
|
2
|
+
import { ActionState, LanguageMode, SharedState, ThemeMode, ScreenStepNavigation, DeviceInfo, LibConfig, CountryCode, MerchantInfo } from '../@types';
|
|
3
3
|
interface SettingParams {
|
|
4
4
|
disableCountries?: boolean;
|
|
5
5
|
disableLocale?: boolean;
|
package/build/app/settings.js
CHANGED
|
@@ -47,11 +47,11 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
47
47
|
};
|
|
48
48
|
var _a;
|
|
49
49
|
import { createAsyncThunk, createSlice } from '@reduxjs/toolkit';
|
|
50
|
-
import { getStoredData, storeData, isArray, findItem, getBrowserInfo, getFingerPrint, sortCountries, findCountryByIso2, getRequestHeaders, encryptString, dangerousMessage, isKW, isSA } from '
|
|
51
|
-
import { DefaultDeviceInfo, LOCAL_STORAGE_KEYS } from '
|
|
52
|
-
import i18n from '
|
|
53
|
-
import { updateLocale } from '
|
|
54
|
-
import API, { setAxiosGlobalHeaders } from '
|
|
50
|
+
import { getStoredData, storeData, isArray, findItem, getBrowserInfo, getFingerPrint, sortCountries, findCountryByIso2, getRequestHeaders, encryptString, dangerousMessage, isKW, isSA } from '../utils';
|
|
51
|
+
import { DefaultDeviceInfo, LOCAL_STORAGE_KEYS } from '../constants';
|
|
52
|
+
import i18n from '../i18n';
|
|
53
|
+
import { updateLocale } from '../utils/locale';
|
|
54
|
+
import API, { setAxiosGlobalHeaders } from '../api';
|
|
55
55
|
export var fetchAppSettingsSync = createAsyncThunk('fetchAppSettingsSync', function (params, thunkApi) { return __awaiter(void 0, void 0, void 0, function () {
|
|
56
56
|
var settings, _a, appConfig, language, _b, client, device, os, disableLocale, maturity, disableCountries, _c, visitorId, locale, initPayload, _d, country_list, ip_info, merchant, operator, list, _e, ip, latitude, longitude, deviceInfo, isValidOperator, countries, countryCode, isKWOrSA, businessCountry;
|
|
57
57
|
return __generator(this, function (_f) {
|
|
@@ -10,7 +10,7 @@ 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 { useScreen } from '
|
|
13
|
+
import { useScreen } from '../../hooks';
|
|
14
14
|
import Dialog from './Dialog';
|
|
15
15
|
import BottomSheet from './BottomSheet';
|
|
16
16
|
import Loader from './Loader';
|
|
@@ -1,7 +1,7 @@
|
|
|
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 '
|
|
4
|
+
import { MerchantInfo } from '../../@types';
|
|
5
5
|
export interface BottomSheetProps extends MainBottomSheetProps {
|
|
6
6
|
children: React.ReactNode;
|
|
7
7
|
open: boolean;
|
|
@@ -26,9 +26,9 @@ import { BottomSheet } from 'react-spring-bottom-sheet';
|
|
|
26
26
|
import { styled } from '@mui/material/styles';
|
|
27
27
|
import Box from '@mui/material/Box';
|
|
28
28
|
import 'react-spring-bottom-sheet/dist/style.css';
|
|
29
|
-
import { ICONS_NAMES } from '
|
|
30
|
-
import { useLanguage } from '
|
|
31
|
-
import { PoweredByFooter } from '
|
|
29
|
+
import { ICONS_NAMES } from '../../constants';
|
|
30
|
+
import { useLanguage } from '../../hooks';
|
|
31
|
+
import { PoweredByFooter } from '../../features/shared/Footer';
|
|
32
32
|
import LogoBadge from '../LogoBadge';
|
|
33
33
|
var BottomSheetStyled = styled(BottomSheet, { shouldForwardProp: function (prop) { return prop !== 'isMaturityExpress'; } })(function (_a) {
|
|
34
34
|
var theme = _a.theme, isMaturityExpress = _a.isMaturityExpress;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
2
|
import { DialogProps as MUIDialogProps } from '@mui/material/Dialog';
|
|
3
|
-
import { MerchantInfo } from '
|
|
3
|
+
import { MerchantInfo } from '../../@types';
|
|
4
4
|
export interface DialogProps extends MUIDialogProps {
|
|
5
5
|
open: boolean;
|
|
6
6
|
isTapOrigin?: boolean;
|
|
@@ -27,10 +27,10 @@ import DialogContent from '@mui/material/DialogContent';
|
|
|
27
27
|
import Paper from '@mui/material/Paper';
|
|
28
28
|
import Box from '@mui/material/Box';
|
|
29
29
|
import { styled } from '@mui/material/styles';
|
|
30
|
-
import { DIALOG_ID, ICONS_NAMES } from '
|
|
31
|
-
import { useLanguage } from '
|
|
32
|
-
import DialogContainer from '
|
|
33
|
-
import { CustomFooter, PoweredByFooter } from '
|
|
30
|
+
import { DIALOG_ID, ICONS_NAMES } from '../../constants';
|
|
31
|
+
import { useLanguage } from '../../hooks';
|
|
32
|
+
import DialogContainer from '../../features/shared/Dialog';
|
|
33
|
+
import { CustomFooter, PoweredByFooter } from '../../features/shared/Footer';
|
|
34
34
|
import Slide from '../Slide';
|
|
35
35
|
import LogoBadge from '../LogoBadge';
|
|
36
36
|
import Icon from '../Icon';
|
|
@@ -28,8 +28,8 @@ import arabic_ar from 'react-date-object/locales/arabic_ar';
|
|
|
28
28
|
import Box from '@mui/material/Box';
|
|
29
29
|
import { styled } from '@mui/material/styles';
|
|
30
30
|
import Divider from '@mui/material/Divider';
|
|
31
|
-
import Collapse from '
|
|
32
|
-
import ExpandIcon from '
|
|
31
|
+
import Collapse from '../Collapse';
|
|
32
|
+
import ExpandIcon from '../ExpandIcon';
|
|
33
33
|
import CalendarTodayOutlined from '@mui/icons-material/CalendarTodayOutlined';
|
|
34
34
|
import Input from '../Input';
|
|
35
35
|
import Text from '../Text';
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
.rmdp-wrapper {
|
|
2
|
+
box-shadow: none !important;
|
|
3
|
+
width: 100% !important;
|
|
4
|
+
z-index: 0 !important;
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
.rmdp-day-picker > div {
|
|
8
|
+
width: 100%;
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
.rmdp-calendar {
|
|
12
|
+
width: 100%;
|
|
13
|
+
}
|
|
14
|
+
/* .rmdp-day:not(.rmdp-disabled):not(.rmdp-day-hidden) span:hover {
|
|
15
|
+
background: radial-gradient(circle closest-side, #fafafa 0%, #fafafa 98%, rgba(0, 0, 0, 0) 100%);
|
|
16
|
+
color: black !important;
|
|
17
|
+
background-color: unset !important;
|
|
18
|
+
} */
|
|
19
|
+
|
|
20
|
+
.rmdp-day.rmdp-selected span:not(.highlight) {
|
|
21
|
+
/* background: radial-gradient(circle closest-side, #3a4154 0%, #3a4154 98%, rgba(0, 0, 0, 0) 100%) !important; */
|
|
22
|
+
color: #ffffff !important;
|
|
23
|
+
background-color: black !important;
|
|
24
|
+
}
|
|
@@ -27,10 +27,10 @@ import 'react-calendar/dist/Calendar.css';
|
|
|
27
27
|
import Box from '@mui/material/Box';
|
|
28
28
|
import { styled } from '@mui/material/styles';
|
|
29
29
|
import Divider from '@mui/material/Divider';
|
|
30
|
-
import Collapse from '
|
|
30
|
+
import Collapse from '../Collapse';
|
|
31
31
|
import CalendarTodayOutlined from '@mui/icons-material/CalendarTodayOutlined';
|
|
32
|
-
import { convertToEnglishDateFormat, getEighteenYearsAgo, scrollDown, scrollUp } from '
|
|
33
|
-
import { EndAdornmentExpanded } from '
|
|
32
|
+
import { convertToEnglishDateFormat, getEighteenYearsAgo, scrollDown, scrollUp } from '../../utils';
|
|
33
|
+
import { EndAdornmentExpanded } from '../../features/shared/EndAdornment';
|
|
34
34
|
import Input from '../Input';
|
|
35
35
|
import Text from '../Text';
|
|
36
36
|
import './customStyle.css';
|
|
@@ -0,0 +1,86 @@
|
|
|
1
|
+
.date_picker_input {
|
|
2
|
+
cursor: pointer;
|
|
3
|
+
}
|
|
4
|
+
|
|
5
|
+
.react-calendar {
|
|
6
|
+
width: 100%;
|
|
7
|
+
border: none;
|
|
8
|
+
padding: 15px 0px 15px 0px;
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
.react-calendar__navigation {
|
|
12
|
+
display: flex;
|
|
13
|
+
position: relative;
|
|
14
|
+
}
|
|
15
|
+
.react-calendar__navigation__label__labelText {
|
|
16
|
+
font-family: 'Lato', 'Roboto';
|
|
17
|
+
}
|
|
18
|
+
.react-calendar__navigation button:enabled:hover,
|
|
19
|
+
.react-calendar__navigation button:enabled:focus {
|
|
20
|
+
background-color: #ffffff;
|
|
21
|
+
}
|
|
22
|
+
.react-calendar__navigation__prev-button {
|
|
23
|
+
top: 20px;
|
|
24
|
+
left: 86px;
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
.react-calendar__navigation__next-button {
|
|
28
|
+
top: 0px;
|
|
29
|
+
left: 86px;
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
.react-calendar__navigation__prev2-button {
|
|
33
|
+
top: 20px;
|
|
34
|
+
right: 13px;
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
.react-calendar__navigation__next2-button {
|
|
38
|
+
top: 0px;
|
|
39
|
+
right: 13px;
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
.react-calendar__navigation__arrow {
|
|
43
|
+
background-color: transparent !important;
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
abbr[title] {
|
|
47
|
+
text-decoration: none;
|
|
48
|
+
font-weight: 400;
|
|
49
|
+
color: #abaeb6;
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
.react-calendar__tile {
|
|
53
|
+
transition: all 0.5s ease;
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
.react-calendar__tile:enabled:hover,
|
|
57
|
+
.react-calendar__tile:enabled:focus {
|
|
58
|
+
background-color: transparent;
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
.react-calendar__tile:enabled:hover {
|
|
62
|
+
background: radial-gradient(circle closest-side, #fafafa 0%, #fafafa 98%, rgba(0, 0, 0, 0) 100%);
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
.react-calendar__month-view__days__day--weekend,
|
|
66
|
+
.react-calendar__tile {
|
|
67
|
+
color: #3a4154;
|
|
68
|
+
}
|
|
69
|
+
.react-calendar__tile--hasActive {
|
|
70
|
+
background: radial-gradient(circle closest-side, #fafafa 0%, #fafafa 98%, rgba(0, 0, 0, 0) 100%);
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
.react-calendar__tile--active,
|
|
74
|
+
.react-calendar__tile--active:enabled:hover,
|
|
75
|
+
.react-calendar__tile--active:enabled:focus {
|
|
76
|
+
background-color: transparent;
|
|
77
|
+
background: radial-gradient(circle closest-side, #3a4154 0%, #3a4154 98%, rgba(0, 0, 0, 0) 100%);
|
|
78
|
+
color: #ffffff;
|
|
79
|
+
}
|
|
80
|
+
.react-calendar__tile--now {
|
|
81
|
+
background-color: transparent;
|
|
82
|
+
}
|
|
83
|
+
.react-calendar__navigation button:disabled {
|
|
84
|
+
background-color: #ffffff;
|
|
85
|
+
color: #3a4154;
|
|
86
|
+
}
|
|
@@ -13,13 +13,13 @@ import { jsx as _jsx, jsxs as _jsxs, Fragment as _Fragment } from "react/jsx-run
|
|
|
13
13
|
import React from 'react';
|
|
14
14
|
import Box from '@mui/material/Box';
|
|
15
15
|
import { alpha, styled } from '@mui/material/styles';
|
|
16
|
-
import Input from '
|
|
17
|
-
import Text from '
|
|
16
|
+
import Input from '../Input';
|
|
17
|
+
import Text from '../Text';
|
|
18
18
|
import { useDropzone } from 'react-dropzone';
|
|
19
|
-
import Icon from '
|
|
20
|
-
import { ICONS_NAMES } from '
|
|
21
|
-
import { CircularProgress } from '
|
|
22
|
-
import Collapse from '
|
|
19
|
+
import Icon from '../../components/Icon';
|
|
20
|
+
import { ICONS_NAMES } from '../../constants';
|
|
21
|
+
import { CircularProgress } from '../../components/ProgressBar';
|
|
22
|
+
import Collapse from '../../components/Collapse';
|
|
23
23
|
import Fade from '@mui/material/Fade';
|
|
24
24
|
var BoxStyled = styled(Box, { shouldForwardProp: function (prop) { return prop !== 'active'; } })(function (_a) {
|
|
25
25
|
var theme = _a.theme, active = _a.active;
|
|
@@ -13,8 +13,8 @@ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
|
13
13
|
import { styled } from '@mui/material/styles';
|
|
14
14
|
import React from 'react';
|
|
15
15
|
import Box from '@mui/material/Box';
|
|
16
|
-
import Input from '
|
|
17
|
-
import Text from '
|
|
16
|
+
import Input from '../../components/Input';
|
|
17
|
+
import Text from '../Text';
|
|
18
18
|
var UploadInputStyled = styled(Input)(function () { return ({
|
|
19
19
|
display: 'none'
|
|
20
20
|
}); });
|
|
@@ -23,10 +23,10 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
|
23
23
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
24
24
|
import * as React from 'react';
|
|
25
25
|
import { styled } from '@mui/material/styles';
|
|
26
|
-
import Text from '
|
|
26
|
+
import Text from '../Text';
|
|
27
27
|
import Box from '@mui/material/Box';
|
|
28
|
-
import Icon from '
|
|
29
|
-
import { useLanguage } from '
|
|
28
|
+
import Icon from '../Icon';
|
|
29
|
+
import { useLanguage } from '../../hooks';
|
|
30
30
|
var FooterStyled = styled(Box)(function (_a) {
|
|
31
31
|
var theme = _a.theme;
|
|
32
32
|
return (__assign(__assign({ direction: theme.direction, display: 'flex', margin: theme.spacing(1.5), color: theme.palette.background.paper }, theme.typography.caption), { alignItems: 'center', justifyContent: 'center', position: 'relative', bottom: 0, marginBottom: theme.spacing(-3.75) }));
|
|
@@ -23,8 +23,8 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
|
23
23
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
24
24
|
import React, { memo } from 'react';
|
|
25
25
|
import Input from '@mui/material/Input';
|
|
26
|
-
import Collapse from '
|
|
27
|
-
import Warning from '
|
|
26
|
+
import Collapse from '../Collapse';
|
|
27
|
+
import Warning from '../Warning';
|
|
28
28
|
import { alpha, styled } from '@mui/material/styles';
|
|
29
29
|
var InputStyled = styled(Input)(function (_a) {
|
|
30
30
|
var theme = _a.theme;
|
|
@@ -23,7 +23,7 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
|
23
23
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
24
24
|
import * as React from 'react';
|
|
25
25
|
import { styled } from '@mui/material/styles';
|
|
26
|
-
import Text from '
|
|
26
|
+
import Text from '../Text';
|
|
27
27
|
import Box from '@mui/material/Box';
|
|
28
28
|
var OTPTimerStyled = styled(Box)(function (_a) {
|
|
29
29
|
var theme = _a.theme;
|
|
@@ -36,8 +36,8 @@ import List from '@mui/material/List';
|
|
|
36
36
|
import ListItem from '@mui/material/ListItem';
|
|
37
37
|
import { styled } from '@mui/material/styles';
|
|
38
38
|
import get from 'lodash-es/get';
|
|
39
|
-
import { useEventListener } from '
|
|
40
|
-
import Search from '
|
|
39
|
+
import { useEventListener } from '../../hooks';
|
|
40
|
+
import Search from '../../features/shared/Search';
|
|
41
41
|
var ListStyled = styled(List)(function (_a) {
|
|
42
42
|
var _b;
|
|
43
43
|
var theme = _a.theme;
|
|
@@ -24,8 +24,8 @@ import { jsx as _jsx } from "react/jsx-runtime";
|
|
|
24
24
|
import * as React from 'react';
|
|
25
25
|
import { styled, alpha } from '@mui/material/styles';
|
|
26
26
|
import Tooltip, { tooltipClasses } from '@mui/material/Tooltip';
|
|
27
|
-
import Text from '
|
|
28
|
-
import { useLanguage } from '
|
|
27
|
+
import Text from '../Text';
|
|
28
|
+
import { useLanguage } from '../../hooks';
|
|
29
29
|
var StyledTooltip = styled(function (_a) {
|
|
30
30
|
var className = _a.className, props = __rest(_a, ["className"]);
|
|
31
31
|
return _jsx(Tooltip, __assign({}, props, { classes: { popper: className } }));
|
package/build/constants/app.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ScreenStepNavigation, BusinessType } from '
|
|
1
|
+
import { ScreenStepNavigation, BusinessType } from '../@types';
|
|
2
2
|
export declare const CLIENT_ORIGIN: string;
|
|
3
3
|
export declare const TAP_WEBSITE = "https://www.tap.company/";
|
|
4
4
|
export declare const BUSINESS_WEBSITE = "https://businesses.tap.company/";
|
package/build/constants/app.js
CHANGED
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
import { CancelToken } from 'axios';
|
|
2
|
-
import { RootState } from '
|
|
3
|
-
import { ActionState, BankFormValues, FlowsTypes, OTPFormValues, ResponseData, SharedState, AsyncThunkParams } from '
|
|
2
|
+
import { RootState } from '../../../app/store';
|
|
3
|
+
import { ActionState, BankFormValues, FlowsTypes, OTPFormValues, ResponseData, SharedState, AsyncThunkParams } from '../../../@types';
|
|
4
4
|
interface VerifyLeadTokenProps {
|
|
5
5
|
token: string;
|
|
6
6
|
isInternally?: boolean;
|
|
7
7
|
}
|
|
8
8
|
export declare const verifyLeadToken: import("@reduxjs/toolkit").AsyncThunk<{
|
|
9
9
|
data: any;
|
|
10
|
+
individualData: any;
|
|
10
11
|
boardResponse: {
|
|
11
12
|
user: any;
|
|
12
13
|
brand: any;
|