@tap-payments/auth-jsconnect 2.4.28-test → 2.4.30-test
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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 +2 -2
- package/build/features/app/bank/bankStore.js +5 -5
- package/build/features/app/brand/brandStore.d.ts +2 -2
- package/build/features/app/brand/brandStore.js +5 -5
- 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 +2 -2
- package/build/features/app/entity/entityStore.js +5 -5
- package/build/features/app/individual/individualStore.d.ts +147 -0
- package/build/features/app/individual/individualStore.js +13 -14
- package/build/features/app/password/passwordStore.d.ts +2 -2
- package/build/features/app/password/passwordStore.js +4 -4
- 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 +2 -2
- package/build/features/app/tax/taxStore.js +5 -5
- 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 +8 -8
- 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/Dot/Dot.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 +3 -3
- package/build/utils/array.js +1 -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
|
@@ -13,15 +13,15 @@ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
|
13
13
|
import { useTranslation } from 'react-i18next';
|
|
14
14
|
import { styled, alpha } from '@mui/material/styles';
|
|
15
15
|
import Box from '@mui/material/Box';
|
|
16
|
-
import Input from '
|
|
17
|
-
import Warning from '
|
|
18
|
-
import Text from '
|
|
19
|
-
import Collapse from '
|
|
20
|
-
import SocialMediaGroup from '
|
|
21
|
-
import ToggleButton from '
|
|
22
|
-
import Icon from '
|
|
23
|
-
import { useLanguage } from '
|
|
24
|
-
import { isWebsite, isTwitter } from '
|
|
16
|
+
import Input from '../../../components/Input';
|
|
17
|
+
import Warning from '../../../components/Warning';
|
|
18
|
+
import Text from '../../../components/Text';
|
|
19
|
+
import Collapse from '../../../components/Collapse';
|
|
20
|
+
import SocialMediaGroup from '../../../components/SocialMediaGroup';
|
|
21
|
+
import ToggleButton from '../../../components/ToggleButton';
|
|
22
|
+
import Icon from '../../../components/Icon';
|
|
23
|
+
import { useLanguage } from '../../../hooks';
|
|
24
|
+
import { isWebsite, isTwitter } from '../../../utils';
|
|
25
25
|
import CheckIcon from '../CheckIcon';
|
|
26
26
|
var SocialMediaGroupStyled = styled(SocialMediaGroup)(function (_a) {
|
|
27
27
|
var theme = _a.theme, defaultValue = _a.defaultValue;
|
|
@@ -23,12 +23,12 @@ import React from 'react';
|
|
|
23
23
|
import Box from '@mui/material/Box';
|
|
24
24
|
import { alpha, styled } from '@mui/material/styles';
|
|
25
25
|
import { useTranslation } from 'react-i18next';
|
|
26
|
-
import { useLanguage } from '
|
|
27
|
-
import Text from '
|
|
28
|
-
import CheckBox from '
|
|
29
|
-
import Warning from '
|
|
30
|
-
import Collapse from '
|
|
31
|
-
import { findFirstId } from '
|
|
26
|
+
import { useLanguage } from '../../../hooks';
|
|
27
|
+
import Text from '../../../components/Text';
|
|
28
|
+
import CheckBox from '../../../components/CheckBox';
|
|
29
|
+
import Warning from '../../../components/Warning';
|
|
30
|
+
import Collapse from '../../../components/Collapse';
|
|
31
|
+
import { findFirstId } from '../../../utils';
|
|
32
32
|
import SaleChannelIconsInput from './SaleChannelIconsInput';
|
|
33
33
|
var InputLabelStyled = styled(Text)(function (_a) {
|
|
34
34
|
var theme = _a.theme;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
2
|
import * as React from 'react';
|
|
3
3
|
import { useTranslation } from 'react-i18next';
|
|
4
|
-
import Input from '
|
|
4
|
+
import Input from '../../shared/Input';
|
|
5
5
|
var Search = function (_a) {
|
|
6
6
|
var onSearchValue = _a.onSearchValue, placeholder = _a.placeholder;
|
|
7
7
|
var t = useTranslation().t;
|
|
@@ -10,9 +10,9 @@ 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 Icon from '
|
|
13
|
+
import Icon from '../../../components/Icon';
|
|
14
14
|
import { styled } from '@mui/material/styles';
|
|
15
|
-
import { ICONS_NAMES } from '
|
|
15
|
+
import { ICONS_NAMES } from '../../../constants';
|
|
16
16
|
var SearchIcon = styled(Icon)(function (_a) {
|
|
17
17
|
var theme = _a.theme;
|
|
18
18
|
return ({
|
|
@@ -13,13 +13,13 @@ import { jsxs as _jsxs, jsx as _jsx } from "react/jsx-runtime";
|
|
|
13
13
|
import { memo, useEffect, useState } from 'react';
|
|
14
14
|
import { useTranslation } from 'react-i18next';
|
|
15
15
|
import { styled } from '@mui/material/styles';
|
|
16
|
-
import { FlowsButtons } from '
|
|
17
|
-
import { ICONS_NAMES, PASSWORD_OPERATION_TYPE } from '
|
|
18
|
-
import { useAppSelector, useLanguage } from '
|
|
19
|
-
import { getResetFlowUrl, showLastFour, concatenateObjectValues, shortenString, shortenBrand } from '
|
|
20
|
-
import { settingsSelector } from '
|
|
16
|
+
import { FlowsButtons } from '../../shared/Button';
|
|
17
|
+
import { ICONS_NAMES, PASSWORD_OPERATION_TYPE } from '../../../constants';
|
|
18
|
+
import { useAppSelector, useLanguage } from '../../../hooks';
|
|
19
|
+
import { getResetFlowUrl, showLastFour, concatenateObjectValues, shortenString, shortenBrand } from '../../../utils';
|
|
20
|
+
import { settingsSelector } from '../../../app/settings';
|
|
21
21
|
import Box from '@mui/material/Box';
|
|
22
|
-
import Text from '
|
|
22
|
+
import Text from '../../../components/Text';
|
|
23
23
|
import Container from '../Containers/ScreenContainer';
|
|
24
24
|
import AcceptancePayouts from '../AcceptancePayouts';
|
|
25
25
|
var TitleStyled = styled(Text)(function (_a) {
|
|
@@ -14,13 +14,13 @@ import Box from '@mui/material/Box/Box';
|
|
|
14
14
|
import { styled } from '@mui/material/styles';
|
|
15
15
|
import * as React from 'react';
|
|
16
16
|
import { useTranslation } from 'react-i18next';
|
|
17
|
-
import Text from '
|
|
18
|
-
import Button from '
|
|
17
|
+
import Text from '../../../components/Text';
|
|
18
|
+
import Button from '../../../components/Button';
|
|
19
19
|
import Container from '../Containers/ScreenContainer';
|
|
20
|
-
import { EmailProvidersButton, SuccessButton } from '
|
|
21
|
-
import Icon from '
|
|
22
|
-
import { ICONS_NAMES } from '
|
|
23
|
-
import { useLanguage } from '
|
|
20
|
+
import { EmailProvidersButton, SuccessButton } from '../../shared/Button';
|
|
21
|
+
import Icon from '../../../components/Icon';
|
|
22
|
+
import { ICONS_NAMES } from '../../../constants';
|
|
23
|
+
import { useLanguage } from '../../../hooks';
|
|
24
24
|
var MailBoxStyled = styled(Box)(function () { return ({
|
|
25
25
|
width: '100%'
|
|
26
26
|
}); });
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { SxProps, Theme } from '@mui/material/styles';
|
|
3
|
-
import { FileInfo, FileRemoveType } from '
|
|
3
|
+
import { FileInfo, FileRemoveType } from '../../../constants';
|
|
4
4
|
export declare const InputContainerStyled: import("@emotion/styled").StyledComponent<import("@mui/system").SystemProps<Theme> & {
|
|
5
5
|
children?: React.ReactNode;
|
|
6
6
|
component?: React.ElementType<any> | undefined;
|
|
@@ -52,14 +52,14 @@ import { alpha, styled, useTheme } from '@mui/material/styles';
|
|
|
52
52
|
import Box from '@mui/material/Box';
|
|
53
53
|
import ClearIcon from '@mui/icons-material/Clear';
|
|
54
54
|
import { CircularProgress as MUICircularProgress } from '@mui/material';
|
|
55
|
-
import Collapse from '
|
|
56
|
-
import { CircularProgress } from '
|
|
57
|
-
import Text from '
|
|
58
|
-
import Icon from '
|
|
59
|
-
import { maskFileName } from '
|
|
60
|
-
import API from '
|
|
61
|
-
import { DeleteFileStatus, FileStatus, ICONS_NAMES, MAX_FILE_SIZE_FOUR_MB, VALID_FILE_FORMATS, FileRemoveType } from '
|
|
62
|
-
import CheckIcon from '
|
|
55
|
+
import Collapse from '../../../components/Collapse';
|
|
56
|
+
import { CircularProgress } from '../../../components/ProgressBar';
|
|
57
|
+
import Text from '../../../components/Text';
|
|
58
|
+
import Icon from '../../../components/Icon';
|
|
59
|
+
import { maskFileName } from '../../../utils';
|
|
60
|
+
import API from '../../../api';
|
|
61
|
+
import { DeleteFileStatus, FileStatus, ICONS_NAMES, MAX_FILE_SIZE_FOUR_MB, VALID_FILE_FORMATS, FileRemoveType } from '../../../constants';
|
|
62
|
+
import CheckIcon from '../../shared/CheckIcon';
|
|
63
63
|
var BoxStyled = styled(Box, { shouldForwardProp: function (prop) { return prop !== 'readOnly'; } })(function (_a) {
|
|
64
64
|
var theme = _a.theme, readOnly = _a.readOnly;
|
|
65
65
|
return (__assign(__assign(__assign({ direction: theme.direction }, theme.typography.subtitle2), { color: theme.palette.primary.main, fontWeight: theme.typography.fontWeightBold, background: theme.palette.background.default, padding: theme.spacing(0, 2.5, 0), width: '88%', wordBreak: 'break-all', display: 'flex', justifyContent: 'space-between' }), (readOnly && { opacity: '0.6' })));
|
|
@@ -12,18 +12,18 @@ var __assign = (this && this.__assign) || function () {
|
|
|
12
12
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
13
13
|
import React from 'react';
|
|
14
14
|
import { styled, alpha } from '@mui/material/styles';
|
|
15
|
-
import { ScreenContainer } from '
|
|
15
|
+
import { ScreenContainer } from '../../shared/Containers';
|
|
16
16
|
import Box from '@mui/material/Box';
|
|
17
|
-
import { InputLabelStyled } from '
|
|
18
|
-
import Mandatory from '
|
|
19
|
-
import { DragAndDrop } from '
|
|
20
|
-
import Collapse from '
|
|
17
|
+
import { InputLabelStyled } from '../../shared/Input/Input';
|
|
18
|
+
import Mandatory from '../../shared/Mandatory';
|
|
19
|
+
import { DragAndDrop } from '../../../components/FileInput';
|
|
20
|
+
import Collapse from '../../../components/Collapse';
|
|
21
21
|
import ClearIcon from '@mui/icons-material/Clear';
|
|
22
|
-
import CheckIcon from '
|
|
23
|
-
import { maskFileName } from '
|
|
24
|
-
import Icon from '
|
|
25
|
-
import { ICONS_NAMES } from '
|
|
26
|
-
import Text from '
|
|
22
|
+
import CheckIcon from '../../../features/shared/CheckIcon';
|
|
23
|
+
import { maskFileName } from '../../../utils';
|
|
24
|
+
import Icon from '../../../components/Icon';
|
|
25
|
+
import { ICONS_NAMES } from '../../../constants';
|
|
26
|
+
import Text from '../../../components/Text';
|
|
27
27
|
var FeatureStyled = styled(ScreenContainer)(function (_a) {
|
|
28
28
|
var theme = _a.theme;
|
|
29
29
|
return ({
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { Control, FieldValues } from 'react-hook-form';
|
|
3
|
-
import { FileDetails } from '
|
|
4
|
-
import { FileRemoveType } from '
|
|
3
|
+
import { FileDetails } from '../../../@types';
|
|
4
|
+
import { FileRemoveType } from '../../../constants';
|
|
5
5
|
export declare const InputContainerStyled: import("@emotion/styled").StyledComponent<import("@mui/system").SystemProps<import("@mui/material/styles").Theme> & {
|
|
6
6
|
children?: React.ReactNode;
|
|
7
7
|
component?: React.ElementType<any> | undefined;
|
|
@@ -15,13 +15,13 @@ import { useTranslation } from 'react-i18next';
|
|
|
15
15
|
import { useController } from 'react-hook-form';
|
|
16
16
|
import { styled } from '@mui/material/styles';
|
|
17
17
|
import Box from '@mui/material/Box';
|
|
18
|
-
import { DragAndDrop } from '
|
|
19
|
-
import Collapse from '
|
|
20
|
-
import { getFileType } from '
|
|
21
|
-
import { DeleteFileStatus, FileStatus } from '
|
|
22
|
-
import { InputLabelStyled } from '
|
|
23
|
-
import { ScreenContainer } from '
|
|
24
|
-
import Mandatory from '
|
|
18
|
+
import { DragAndDrop } from '../../../components/FileInput';
|
|
19
|
+
import Collapse from '../../../components/Collapse';
|
|
20
|
+
import { getFileType } from '../../../utils';
|
|
21
|
+
import { DeleteFileStatus, FileStatus } from '../../../constants';
|
|
22
|
+
import { InputLabelStyled } from '../../shared/Input/Input';
|
|
23
|
+
import { ScreenContainer } from '../../shared/Containers';
|
|
24
|
+
import Mandatory from '../../shared/Mandatory';
|
|
25
25
|
import FileUpload from './FileUpload';
|
|
26
26
|
var FeatureStyled = styled(ScreenContainer)(function (_a) {
|
|
27
27
|
var theme = _a.theme;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { SxProps, Theme } from '@mui/material/styles';
|
|
3
|
-
import { FileInfo, FileType } from '
|
|
3
|
+
import { FileInfo, FileType } from '../../../constants';
|
|
4
4
|
export declare const InputContainerStyled: import("@emotion/styled").StyledComponent<import("@mui/system").SystemProps<Theme> & {
|
|
5
5
|
children?: React.ReactNode;
|
|
6
6
|
component?: React.ElementType<any> | undefined;
|
|
@@ -52,14 +52,14 @@ import { alpha, styled, useTheme } from '@mui/material/styles';
|
|
|
52
52
|
import Box from '@mui/material/Box';
|
|
53
53
|
import ClearIcon from '@mui/icons-material/Clear';
|
|
54
54
|
import { CircularProgress as MUICircularProgress } from '@mui/material';
|
|
55
|
-
import Collapse from '
|
|
56
|
-
import { CircularProgress } from '
|
|
57
|
-
import Text from '
|
|
58
|
-
import Icon from '
|
|
59
|
-
import { maskFileName } from '
|
|
60
|
-
import API from '
|
|
61
|
-
import { DeleteFileStatus, FileStatus, ICONS_NAMES, MAX_FILE_SIZE_FOUR_MB, VALID_FILE_FORMATS } from '
|
|
62
|
-
import CheckIcon from '
|
|
55
|
+
import Collapse from '../../../components/Collapse';
|
|
56
|
+
import { CircularProgress } from '../../../components/ProgressBar';
|
|
57
|
+
import Text from '../../../components/Text';
|
|
58
|
+
import Icon from '../../../components/Icon';
|
|
59
|
+
import { maskFileName } from '../../../utils';
|
|
60
|
+
import API from '../../../api';
|
|
61
|
+
import { DeleteFileStatus, FileStatus, ICONS_NAMES, MAX_FILE_SIZE_FOUR_MB, VALID_FILE_FORMATS } from '../../../constants';
|
|
62
|
+
import CheckIcon from '../../shared/CheckIcon';
|
|
63
63
|
var BoxStyled = styled(Box, { shouldForwardProp: function (prop) { return prop !== 'readOnly'; } })(function (_a) {
|
|
64
64
|
var theme = _a.theme, readOnly = _a.readOnly;
|
|
65
65
|
return (__assign(__assign(__assign({ direction: theme.direction }, theme.typography.subtitle2), { color: theme.palette.primary.main, fontWeight: theme.typography.fontWeightBold, background: theme.palette.background.default, padding: theme.spacing(0, 2.5, 0), width: '88%', wordBreak: 'break-all', display: 'flex', justifyContent: 'space-between' }), (readOnly && { opacity: '0.6' })));
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { Control, FieldValues } from 'react-hook-form';
|
|
3
|
-
import { FileDetails } from '
|
|
4
|
-
import { FileType } from '
|
|
3
|
+
import { FileDetails } from '../../../@types';
|
|
4
|
+
import { FileType } from '../../../constants';
|
|
5
5
|
export declare const InputContainerStyled: import("@emotion/styled").StyledComponent<import("@mui/system").SystemProps<import("@mui/material/styles").Theme> & {
|
|
6
6
|
children?: React.ReactNode;
|
|
7
7
|
component?: React.ElementType<any> | undefined;
|
|
@@ -24,13 +24,13 @@ import { useTranslation } from 'react-i18next';
|
|
|
24
24
|
import { useController } from 'react-hook-form';
|
|
25
25
|
import { alpha, styled, useTheme } from '@mui/material/styles';
|
|
26
26
|
import Box from '@mui/material/Box';
|
|
27
|
-
import { DragAndDrop } from '
|
|
28
|
-
import Collapse from '
|
|
29
|
-
import { getFileType } from '
|
|
30
|
-
import { DeleteFileStatus, FileStatus } from '
|
|
31
|
-
import { InputLabelStyled } from '
|
|
32
|
-
import { ScreenContainer } from '
|
|
33
|
-
import Mandatory from '
|
|
27
|
+
import { DragAndDrop } from '../../../components/FileInput';
|
|
28
|
+
import Collapse from '../../../components/Collapse';
|
|
29
|
+
import { getFileType } from '../../../utils';
|
|
30
|
+
import { DeleteFileStatus, FileStatus } from '../../../constants';
|
|
31
|
+
import { InputLabelStyled } from '../../shared/Input/Input';
|
|
32
|
+
import { ScreenContainer } from '../../shared/Containers';
|
|
33
|
+
import Mandatory from '../../shared/Mandatory';
|
|
34
34
|
import UploadFile from './UploadFile';
|
|
35
35
|
var FeatureStyled = styled(ScreenContainer)(function (_a) {
|
|
36
36
|
var theme = _a.theme;
|
|
@@ -12,17 +12,17 @@ var __assign = (this && this.__assign) || function () {
|
|
|
12
12
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
13
13
|
import { memo } from 'react';
|
|
14
14
|
import { createRoot } from 'react-dom/client';
|
|
15
|
-
import { useAppTheme, useAppSelector, useAppConfig, useErrorListener, useStepStartedListener } from '
|
|
16
|
-
import { settingsSelector } from '
|
|
17
|
-
import AnimationFlow from '
|
|
18
|
-
import { store } from '
|
|
19
|
-
import { ReduxProvider, ThemeProvider } from '
|
|
20
|
-
import Collapse from '
|
|
21
|
-
import { findOrCreateElementAndInject } from '
|
|
22
|
-
import { FeatureContainer } from '
|
|
23
|
-
import { SigIn_SCREENS_NAVIGATION } from '
|
|
15
|
+
import { useAppTheme, useAppSelector, useAppConfig, useErrorListener, useStepStartedListener } from '../../hooks';
|
|
16
|
+
import { settingsSelector } from '../../app/settings';
|
|
17
|
+
import AnimationFlow from '../../components/AnimationFlow';
|
|
18
|
+
import { store } from '../../app/store';
|
|
19
|
+
import { ReduxProvider, ThemeProvider } from '../../components/Providers';
|
|
20
|
+
import Collapse from '../../components/Collapse';
|
|
21
|
+
import { findOrCreateElementAndInject } from '../../utils';
|
|
22
|
+
import { FeatureContainer } from '../shared/Containers';
|
|
23
|
+
import { SigIn_SCREENS_NAVIGATION } from '../../constants';
|
|
24
24
|
import { signInFeatureScreens } from '../featuresScreens';
|
|
25
|
-
import { signInSelector } from '
|
|
25
|
+
import { signInSelector } from '../app/signIn/signInStore';
|
|
26
26
|
import Background from '../shared/Background';
|
|
27
27
|
var SignIn = memo(function (props) {
|
|
28
28
|
var theme = useAppTheme().theme;
|
|
@@ -15,16 +15,16 @@ import { useTranslation } from 'react-i18next';
|
|
|
15
15
|
import { alpha, styled } from '@mui/material/styles';
|
|
16
16
|
import { useForm, FormProvider } from 'react-hook-form';
|
|
17
17
|
import { yupResolver } from '@hookform/resolvers/yup';
|
|
18
|
-
import { useAppDispatch, useLanguage, useAppSelector, useSetFromDefaultValues } from '
|
|
19
|
-
import { handlePrevScreenStep, settingsSelector } from '
|
|
20
|
-
import { clearError, signInSelector, createEmailAuth } from '
|
|
21
|
-
import Form from '
|
|
22
|
-
import Button, { MobileButton } from '
|
|
23
|
-
import { ScreenContainer } from '
|
|
24
|
-
import Collapse from '
|
|
18
|
+
import { useAppDispatch, useLanguage, useAppSelector, useSetFromDefaultValues } from '../../../../hooks';
|
|
19
|
+
import { handlePrevScreenStep, settingsSelector } from '../../../../app/settings';
|
|
20
|
+
import { clearError, signInSelector, createEmailAuth } from '../../../app/signIn/signInStore';
|
|
21
|
+
import Form from '../../../../components/Form';
|
|
22
|
+
import Button, { MobileButton } from '../../../shared/Button';
|
|
23
|
+
import { ScreenContainer } from '../../../shared/Containers';
|
|
24
|
+
import Collapse from '../../../../components/Collapse';
|
|
25
25
|
import Box from '@mui/material/Box';
|
|
26
26
|
import Divider from '@mui/material/Divider';
|
|
27
|
-
import Text from '
|
|
27
|
+
import Text from '../../../../components/Text';
|
|
28
28
|
import EmailField from './EmailField';
|
|
29
29
|
import { EmailValidationSchema } from './validation';
|
|
30
30
|
var FormStyled = styled(Form)(function () { return ({
|
|
@@ -15,11 +15,11 @@ import Box from '@mui/material/Box';
|
|
|
15
15
|
import { useTranslation } from 'react-i18next';
|
|
16
16
|
import { useController, useFormContext } from 'react-hook-form';
|
|
17
17
|
import { styled, alpha } from '@mui/material/styles';
|
|
18
|
-
import Text from '
|
|
19
|
-
import Input from '
|
|
20
|
-
import ClearIcon from '
|
|
21
|
-
import CheckIcon from '
|
|
22
|
-
import ScreenContainer from '
|
|
18
|
+
import Text from '../../../../components/Text';
|
|
19
|
+
import Input from '../../../shared/Input';
|
|
20
|
+
import ClearIcon from '../../../shared/ClearIcon';
|
|
21
|
+
import CheckIcon from '../../../shared/CheckIcon';
|
|
22
|
+
import ScreenContainer from '../../../shared/Containers/ScreenContainer';
|
|
23
23
|
var LabelContainerStyled = styled(Box)(function (_a) {
|
|
24
24
|
var theme = _a.theme;
|
|
25
25
|
return ({
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as yup from 'yup';
|
|
2
|
-
import { EMAIL_MAX_LENGTH } from '
|
|
2
|
+
import { EMAIL_MAX_LENGTH } from '../../../../constants';
|
|
3
3
|
export var EmailValidationSchema = yup.object().shape({
|
|
4
4
|
email: yup.string().max(EMAIL_MAX_LENGTH).email('email_not_valid').required('email_not_valid')
|
|
5
5
|
});
|
|
@@ -16,16 +16,16 @@ import { useForm, FormProvider } from 'react-hook-form';
|
|
|
16
16
|
import { yupResolver } from '@hookform/resolvers/yup';
|
|
17
17
|
import { useTranslation } from 'react-i18next';
|
|
18
18
|
import { styled, alpha } from '@mui/material/styles';
|
|
19
|
-
import Collapse from '
|
|
20
|
-
import Form from '
|
|
21
|
-
import Button, { MobileButton } from '
|
|
22
|
-
import { useAppDispatch, useAppSelector, useSetFromDefaultValues } from '
|
|
23
|
-
import { handlePrevScreenStep, settingsSelector } from '
|
|
24
|
-
import ScreenContainer from '
|
|
25
|
-
import { clearError, createMobileAuth, signInSelector } from '
|
|
26
|
-
import { useLanguage } from '
|
|
19
|
+
import Collapse from '../../../../components/Collapse';
|
|
20
|
+
import Form from '../../../../components/Form';
|
|
21
|
+
import Button, { MobileButton } from '../../../shared/Button';
|
|
22
|
+
import { useAppDispatch, useAppSelector, useSetFromDefaultValues } from '../../../../hooks';
|
|
23
|
+
import { handlePrevScreenStep, settingsSelector } from '../../../../app/settings';
|
|
24
|
+
import ScreenContainer from '../../../shared/Containers/ScreenContainer';
|
|
25
|
+
import { clearError, createMobileAuth, signInSelector } from '../../../app/signIn/signInStore';
|
|
26
|
+
import { useLanguage } from '../../../../hooks';
|
|
27
27
|
import Divider from '@mui/material/Divider';
|
|
28
|
-
import Text from '
|
|
28
|
+
import Text from '../../../../components/Text';
|
|
29
29
|
import MobileNumber from './MobileNumber';
|
|
30
30
|
import { PhoneValidationSchema } from './validation';
|
|
31
31
|
var FormStyled = styled(Form)(function () { return ({
|
|
@@ -26,18 +26,18 @@ import Box from '@mui/material/Box';
|
|
|
26
26
|
import { useTranslation } from 'react-i18next';
|
|
27
27
|
import { useController, useFormContext } from 'react-hook-form';
|
|
28
28
|
import { styled, alpha } from '@mui/material/styles';
|
|
29
|
-
import Text from '
|
|
30
|
-
import Collapse from '
|
|
31
|
-
import ClearIcon from '
|
|
32
|
-
import CheckIcon from '
|
|
33
|
-
import ScreenContainer from '
|
|
34
|
-
import { signInSelector } from '
|
|
35
|
-
import ExpandIcon from '
|
|
36
|
-
import Input from '
|
|
37
|
-
import SimpleList from '
|
|
38
|
-
import { removeAllCharsFromNumber } from '
|
|
39
|
-
import { useLanguage, useAppSelector } from '
|
|
40
|
-
import Search from '
|
|
29
|
+
import Text from '../../../../components/Text';
|
|
30
|
+
import Collapse from '../../../../components/Collapse';
|
|
31
|
+
import ClearIcon from '../../../shared/ClearIcon';
|
|
32
|
+
import CheckIcon from '../../../shared/CheckIcon';
|
|
33
|
+
import ScreenContainer from '../../../shared/Containers/ScreenContainer';
|
|
34
|
+
import { signInSelector } from '../../../app/signIn/signInStore';
|
|
35
|
+
import ExpandIcon from '../../../../components/ExpandIcon';
|
|
36
|
+
import Input from '../../../shared/Input';
|
|
37
|
+
import SimpleList from '../../../../components/SimpleList';
|
|
38
|
+
import { removeAllCharsFromNumber } from '../../../../utils';
|
|
39
|
+
import { useLanguage, useAppSelector } from '../../../../hooks';
|
|
40
|
+
import Search from '../../../shared/Search';
|
|
41
41
|
var LabelContainerStyled = styled(Box)(function (_a) {
|
|
42
42
|
var theme = _a.theme;
|
|
43
43
|
return ({
|
|
@@ -25,17 +25,17 @@ import Box from '@mui/material/Box/Box';
|
|
|
25
25
|
import { styled } from '@mui/material/styles';
|
|
26
26
|
import * as React from 'react';
|
|
27
27
|
import { useTranslation } from 'react-i18next';
|
|
28
|
-
import Text from '
|
|
29
|
-
import { clearError, signInSelector, resetOTPScreen, verifyAuthOTP } from '
|
|
30
|
-
import Button from '
|
|
31
|
-
import { ScreenContainer } from '
|
|
32
|
-
import { useAppDispatch, useAppSelector, useSetFromDefaultValues } from '
|
|
33
|
-
import { handlePrevScreenStep } from '
|
|
34
|
-
import { useLanguage } from '
|
|
28
|
+
import Text from '../../../../components/Text';
|
|
29
|
+
import { clearError, signInSelector, resetOTPScreen, verifyAuthOTP } from '../../../app/signIn/signInStore';
|
|
30
|
+
import Button from '../../../shared/Button';
|
|
31
|
+
import { ScreenContainer } from '../../../shared/Containers';
|
|
32
|
+
import { useAppDispatch, useAppSelector, useSetFromDefaultValues } from '../../../../hooks';
|
|
33
|
+
import { handlePrevScreenStep } from '../../../../app/settings';
|
|
34
|
+
import { useLanguage } from '../../../../hooks';
|
|
35
35
|
import { useForm, FormProvider } from 'react-hook-form';
|
|
36
36
|
import { yupResolver } from '@hookform/resolvers/yup';
|
|
37
|
-
import Form from '
|
|
38
|
-
import { maskPhone, maskEmail } from '
|
|
37
|
+
import Form from '../../../../components/Form';
|
|
38
|
+
import { maskPhone, maskEmail } from '../../../../utils';
|
|
39
39
|
import { OTPValidation } from './validation';
|
|
40
40
|
import OTPInput from './OTPInput';
|
|
41
41
|
var OTPTitleContainerStyled = styled(Box)(function (_a) {
|
|
@@ -15,10 +15,10 @@ import { useController, useFormContext } from 'react-hook-form';
|
|
|
15
15
|
import { useTranslation } from 'react-i18next';
|
|
16
16
|
import Box from '@mui/material/Box/Box';
|
|
17
17
|
import { styled } from '@mui/material/styles';
|
|
18
|
-
import OTPField from '
|
|
19
|
-
import { DEFAULT_TIMER_VALUE } from '
|
|
20
|
-
import { signInSelector, resendOTPMobile, resendOTPEmail } from '
|
|
21
|
-
import { useAppDispatch, useAppSelector } from '
|
|
18
|
+
import OTPField from '../../../shared/OTP';
|
|
19
|
+
import { DEFAULT_TIMER_VALUE } from '../../../../constants';
|
|
20
|
+
import { signInSelector, resendOTPMobile, resendOTPEmail } from '../../../app/signIn/signInStore';
|
|
21
|
+
import { useAppDispatch, useAppSelector } from '../../../../hooks';
|
|
22
22
|
var BoxStyled = styled(Box)(function (_a) {
|
|
23
23
|
var theme = _a.theme;
|
|
24
24
|
return ({
|
|
@@ -28,13 +28,13 @@ import { useSelector } from 'react-redux';
|
|
|
28
28
|
import { yupResolver } from '@hookform/resolvers/yup';
|
|
29
29
|
import Box from '@mui/material/Box';
|
|
30
30
|
import { styled } from '@mui/material/styles';
|
|
31
|
-
import { useAppDispatch, useSetFromDefaultValues } from '
|
|
32
|
-
import { handlePrevScreenStep } from '
|
|
33
|
-
import Form from '
|
|
34
|
-
import { useLanguage } from '
|
|
35
|
-
import ScreenContainer from '
|
|
36
|
-
import Button from '
|
|
37
|
-
import { signInSelector, verifyAuthPassword } from '
|
|
31
|
+
import { useAppDispatch, useSetFromDefaultValues } from '../../../../hooks';
|
|
32
|
+
import { handlePrevScreenStep } from '../../../../app/settings';
|
|
33
|
+
import Form from '../../../../components/Form';
|
|
34
|
+
import { useLanguage } from '../../../../hooks';
|
|
35
|
+
import ScreenContainer from '../../../shared/Containers/ScreenContainer';
|
|
36
|
+
import Button from '../../../shared/Button';
|
|
37
|
+
import { signInSelector, verifyAuthPassword } from '../../../app/signIn/signInStore';
|
|
38
38
|
import PasswordInput from './PasswordInput';
|
|
39
39
|
import { PasswordValidation } from './validation';
|
|
40
40
|
var InputsContainerStyled = styled(Box)(function (_a) {
|
|
@@ -2,9 +2,9 @@ import { jsx as _jsx } from "react/jsx-runtime";
|
|
|
2
2
|
import * as React from 'react';
|
|
3
3
|
import { useTranslation } from 'react-i18next';
|
|
4
4
|
import { useController, useFormContext } from 'react-hook-form';
|
|
5
|
-
import ScreenContainer from '
|
|
6
|
-
import PasswordIcon from '
|
|
7
|
-
import Input from '
|
|
5
|
+
import ScreenContainer from '../../../shared/Containers/ScreenContainer';
|
|
6
|
+
import PasswordIcon from '../../../shared/PasswordIcon';
|
|
7
|
+
import Input from '../../../shared/Input';
|
|
8
8
|
var PasswordInput = function (_a) {
|
|
9
9
|
var _b;
|
|
10
10
|
var t = useTranslation().t;
|
|
@@ -23,17 +23,17 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
|
23
23
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
24
24
|
import { memo } from 'react';
|
|
25
25
|
import { createRoot } from 'react-dom/client';
|
|
26
|
-
import { useAppTheme, useAppSelector, useAppConfig, useErrorListener, useStepStartedListener, useVerifyToken } from '
|
|
27
|
-
import { settingsSelector } from '
|
|
28
|
-
import AnimationFlow from '
|
|
29
|
-
import { store } from '
|
|
30
|
-
import { ReduxProvider, ThemeProvider } from '
|
|
31
|
-
import Collapse from '
|
|
32
|
-
import { findOrCreateElementAndInject } from '
|
|
33
|
-
import { FeatureContainer } from '
|
|
34
|
-
import { TAX_SCREENS_NAVIGATION } from '
|
|
26
|
+
import { useAppTheme, useAppSelector, useAppConfig, useErrorListener, useStepStartedListener, useVerifyToken } from '../../hooks';
|
|
27
|
+
import { settingsSelector } from '../../app/settings';
|
|
28
|
+
import AnimationFlow from '../../components/AnimationFlow';
|
|
29
|
+
import { store } from '../../app/store';
|
|
30
|
+
import { ReduxProvider, ThemeProvider } from '../../components/Providers';
|
|
31
|
+
import Collapse from '../../components/Collapse';
|
|
32
|
+
import { findOrCreateElementAndInject } from '../../utils';
|
|
33
|
+
import { FeatureContainer } from '../shared/Containers';
|
|
34
|
+
import { TAX_SCREENS_NAVIGATION } from '../../constants';
|
|
35
35
|
import { taxFeatureScreens } from '../featuresScreens';
|
|
36
|
-
import { taxSelector, verifyLeadToken } from '
|
|
36
|
+
import { taxSelector, verifyLeadToken } from '../app/tax/taxStore';
|
|
37
37
|
import Background from '../shared/Background';
|
|
38
38
|
var Tax = memo(function (_a) {
|
|
39
39
|
var verifyToken = _a.verifyToken, props = __rest(_a, ["verifyToken"]);
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
2
|
import { memo } from 'react';
|
|
3
|
-
import { useAppSelector } from '
|
|
4
|
-
import DataLoading from '
|
|
5
|
-
import { taxSelector } from '
|
|
3
|
+
import { useAppSelector } from '../../../../hooks';
|
|
4
|
+
import DataLoading from '../../../shared/DataLoading';
|
|
5
|
+
import { taxSelector } from '../../../app/tax/taxStore';
|
|
6
6
|
export var PrepareDataLoading = function () {
|
|
7
7
|
var error = useAppSelector(taxSelector).error;
|
|
8
8
|
return _jsx(DataLoading, { error: error });
|