react-native-timacare 3.3.55 → 3.3.57-cccd
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/lib/commonjs/AppStore.js +1 -1
- package/lib/commonjs/AppStore.js.flow +7 -2
- package/lib/commonjs/AppStore.js.map +1 -1
- package/lib/commonjs/RNTimacare.js +1 -1
- package/lib/commonjs/RNTimacare.js.flow +7 -1
- package/lib/commonjs/RNTimacare.js.map +1 -1
- package/lib/commonjs/assets/icons/index.js +1 -1
- package/lib/commonjs/assets/icons/index.js.flow +10 -0
- package/lib/commonjs/assets/icons/index.js.map +1 -1
- package/lib/commonjs/assets/icons/modal_confirm.svg +15 -0
- package/lib/commonjs/assets/icons/modal_notice.svg +74 -0
- package/lib/commonjs/assets/icons/modal_success.svg +55 -0
- package/lib/commonjs/assets/icons/modal_warning.svg +48 -0
- package/lib/commonjs/assets/icons/user_security.svg +10 -0
- package/lib/commonjs/assets/tts/Frame1000011947.png +0 -0
- package/lib/commonjs/components/AppModal.js +2 -0
- package/lib/commonjs/components/AppModal.js.flow +34 -0
- package/lib/commonjs/components/AppModal.js.map +1 -0
- package/lib/commonjs/components/ItemTimaOne.js +2 -0
- package/lib/commonjs/components/{ItemTimaOneV3.js.flow → ItemTimaOne.js.flow} +1 -1
- package/lib/commonjs/components/ItemTimaOne.js.map +1 -0
- package/lib/commonjs/components/ModalNotification/AlertGlobal.js +2 -0
- package/lib/commonjs/components/ModalNotification/AlertGlobal.js.flow +100 -0
- package/lib/commonjs/components/ModalNotification/AlertGlobal.js.map +1 -0
- package/lib/commonjs/components/ModalNotification/index.js +2 -0
- package/lib/commonjs/components/ModalNotification/index.js.flow +224 -0
- package/lib/commonjs/components/ModalNotification/index.js.map +1 -0
- package/lib/commonjs/components/ModalOptionLoan.js +1 -1
- package/lib/commonjs/components/ModalOptionLoan.js.flow +15 -7
- package/lib/commonjs/components/ModalOptionLoan.js.map +1 -1
- package/lib/commonjs/components/ModalOptionLoanDigital.js +1 -1
- package/lib/commonjs/components/ModalOptionLoanDigital.js.flow +15 -7
- package/lib/commonjs/components/ModalOptionLoanDigital.js.map +1 -1
- package/lib/commonjs/navigation/primary-navigator.js +1 -1
- package/lib/commonjs/navigation/primary-navigator.js.flow +7 -0
- package/lib/commonjs/navigation/primary-navigator.js.map +1 -1
- package/lib/commonjs/screens/NFC/OcrStart.js +2 -0
- package/lib/commonjs/screens/NFC/OcrStart.js.flow +171 -0
- package/lib/commonjs/screens/NFC/OcrStart.js.map +1 -0
- package/lib/commonjs/screens/NFC/ScanMRZ.js +2 -0
- package/lib/commonjs/screens/NFC/ScanMRZ.js.flow +563 -0
- package/lib/commonjs/screens/NFC/ScanMRZ.js.map +1 -0
- package/lib/commonjs/screens/SelectorStore.js +1 -1
- package/lib/commonjs/screens/SelectorStore.js.flow +7 -2
- package/lib/commonjs/screens/SelectorStore.js.map +1 -1
- package/lib/commonjs/screens/camera/CCCDCameraScreen.js +1 -1
- package/lib/commonjs/screens/camera/CCCDCameraScreen.js.flow +253 -187
- package/lib/commonjs/screens/camera/CCCDCameraScreen.js.map +1 -1
- package/lib/commonjs/screens/camera/index.js +1 -1
- package/lib/commonjs/screens/camera/index.js.flow +50 -54
- package/lib/commonjs/screens/camera/index.js.map +1 -1
- package/lib/commonjs/screens/cimb-sign/index.js +1 -1
- package/lib/commonjs/screens/cimb-sign/index.js.flow +10 -14
- package/lib/commonjs/screens/cimb-sign/index.js.map +1 -1
- package/lib/commonjs/screens/detail-loan/PaymentInfo.js +1 -1
- package/lib/commonjs/screens/detail-loan/PaymentInfo.js.flow +75 -54
- package/lib/commonjs/screens/detail-loan/PaymentInfo.js.map +1 -1
- package/lib/commonjs/screens/detail-loan/ShowQrCode.js +1 -1
- package/lib/commonjs/screens/detail-loan/ShowQrCode.js.flow +77 -54
- package/lib/commonjs/screens/detail-loan/ShowQrCode.js.map +1 -1
- package/lib/commonjs/screens/detail-loan/store.js +1 -1
- package/lib/commonjs/screens/detail-loan/store.js.flow +39 -7
- package/lib/commonjs/screens/detail-loan/store.js.map +1 -1
- package/lib/commonjs/screens/detail-loan-tima/InforLoan.js +1 -1
- package/lib/commonjs/screens/detail-loan-tima/InforLoan.js.flow +20 -4
- package/lib/commonjs/screens/detail-loan-tima/InforLoan.js.map +1 -1
- package/lib/commonjs/screens/detail-loan-tima/PaymentSchedule.js +1 -1
- package/lib/commonjs/screens/detail-loan-tima/PaymentSchedule.js.flow +19 -4
- package/lib/commonjs/screens/detail-loan-tima/PaymentSchedule.js.map +1 -1
- package/lib/commonjs/screens/digital-lending/Step6.js +1 -1
- package/lib/commonjs/screens/digital-lending/Step6.js.flow +24 -29
- package/lib/commonjs/screens/digital-lending/Step6.js.map +1 -1
- package/lib/commonjs/screens/digital-lending/store.js +1 -1
- package/lib/commonjs/screens/digital-lending/store.js.flow +113 -20
- package/lib/commonjs/screens/digital-lending/store.js.map +1 -1
- package/lib/commonjs/screens/eSign/Store.js +1 -1
- package/lib/commonjs/screens/eSign/Store.js.flow +69 -34
- package/lib/commonjs/screens/eSign/Store.js.map +1 -1
- package/lib/commonjs/screens/eSign/index.js +1 -1
- package/lib/commonjs/screens/eSign/index.js.flow +33 -34
- package/lib/commonjs/screens/eSign/index.js.map +1 -1
- package/lib/commonjs/screens/full-submit/accept_policy.js +1 -1
- package/lib/commonjs/screens/full-submit/accept_policy.js.flow +101 -85
- package/lib/commonjs/screens/full-submit/accept_policy.js.map +1 -1
- package/lib/commonjs/screens/full-submit/store.js +1 -1
- package/lib/commonjs/screens/full-submit/store.js.flow +157 -27
- package/lib/commonjs/screens/full-submit/store.js.map +1 -1
- package/lib/commonjs/screens/full-submit/update-info.js +1 -1
- package/lib/commonjs/screens/full-submit/update-info.js.flow +0 -1
- package/lib/commonjs/screens/full-submit/update-info.js.map +1 -1
- package/lib/commonjs/screens/home/DigitalTopupItem.js +1 -1
- package/lib/commonjs/screens/home/DigitalTopupItem.js.flow +15 -7
- package/lib/commonjs/screens/home/DigitalTopupItem.js.map +1 -1
- package/lib/commonjs/screens/home/ItemMotoBikeLoan.js +1 -1
- package/lib/commonjs/screens/home/ItemMotoBikeLoan.js.flow +16 -7
- package/lib/commonjs/screens/home/ItemMotoBikeLoan.js.map +1 -1
- package/lib/commonjs/screens/home/Store.js +1 -1
- package/lib/commonjs/screens/home/Store.js.flow +44 -23
- package/lib/commonjs/screens/home/Store.js.map +1 -1
- package/lib/commonjs/screens/home/index.js +1 -1
- package/lib/commonjs/screens/home/index.js.flow +306 -298
- package/lib/commonjs/screens/home/index.js.map +1 -1
- package/lib/commonjs/screens/liveness/LivenessStore.js +1 -1
- package/lib/commonjs/screens/liveness/LivenessStore.js.flow +111 -89
- package/lib/commonjs/screens/liveness/LivenessStore.js.map +1 -1
- package/lib/commonjs/screens/liveness/index.js +1 -1
- package/lib/commonjs/screens/liveness/index.js.flow +67 -68
- package/lib/commonjs/screens/liveness/index.js.map +1 -1
- package/lib/commonjs/screens/liveness-v2/index.js +1 -1
- package/lib/commonjs/screens/liveness-v2/index.js.flow +52 -52
- package/lib/commonjs/screens/liveness-v2/index.js.map +1 -1
- package/lib/commonjs/screens/loan/PreviewSchedulePaymentTopup.js +1 -1
- package/lib/commonjs/screens/loan/PreviewSchedulePaymentTopup.js.flow +20 -10
- package/lib/commonjs/screens/loan/PreviewSchedulePaymentTopup.js.map +1 -1
- package/lib/commonjs/screens/loan/UpdateLoan.js +1 -1
- package/lib/commonjs/screens/loan/UpdateLoan.js.flow +56 -23
- package/lib/commonjs/screens/loan/UpdateLoan.js.map +1 -1
- package/lib/commonjs/screens/motobike/InfoLoanMotobike.js +1 -1
- package/lib/commonjs/screens/motobike/InfoLoanMotobike.js.flow +43 -29
- package/lib/commonjs/screens/motobike/InfoLoanMotobike.js.map +1 -1
- package/lib/commonjs/screens/motobike/PolicyF88.js +1 -1
- package/lib/commonjs/screens/motobike/PolicyF88.js.flow +15 -6
- package/lib/commonjs/screens/motobike/PolicyF88.js.map +1 -1
- package/lib/commonjs/screens/motobike/ReviewLoanMotobike.js +1 -1
- package/lib/commonjs/screens/motobike/ReviewLoanMotobike.js.flow +13 -3
- package/lib/commonjs/screens/motobike/ReviewLoanMotobike.js.map +1 -1
- package/lib/commonjs/screens/mrz-scanner/index.js +1 -1
- package/lib/commonjs/screens/mrz-scanner/index.js.flow +56 -55
- package/lib/commonjs/screens/mrz-scanner/index.js.map +1 -1
- package/lib/commonjs/screens/mrz-scanner/store.js +1 -1
- package/lib/commonjs/screens/mrz-scanner/store.js.flow +13 -3
- package/lib/commonjs/screens/mrz-scanner/store.js.map +1 -1
- package/lib/commonjs/screens/nationalID/Store.js +1 -1
- package/lib/commonjs/screens/nationalID/Store.js.flow +50 -29
- package/lib/commonjs/screens/nationalID/Store.js.map +1 -1
- package/lib/commonjs/screens/nationalID/index.js +1 -1
- package/lib/commonjs/screens/nationalID/index.js.flow +123 -219
- package/lib/commonjs/screens/nationalID/index.js.map +1 -1
- package/lib/commonjs/screens/nationalIDBack/Store.js +1 -1
- package/lib/commonjs/screens/nationalIDBack/Store.js.flow +44 -26
- package/lib/commonjs/screens/nationalIDBack/Store.js.map +1 -1
- package/lib/commonjs/screens/nationalIDBack/index.js +1 -1
- package/lib/commonjs/screens/nationalIDBack/index.js.flow +129 -210
- package/lib/commonjs/screens/nationalIDBack/index.js.map +1 -1
- package/lib/commonjs/screens/notification/ListLoanStore.js +1 -1
- package/lib/commonjs/screens/notification/ListLoanStore.js.flow +19 -4
- package/lib/commonjs/screens/notification/ListLoanStore.js.map +1 -1
- package/lib/commonjs/screens/notification/index.js +1 -1
- package/lib/commonjs/screens/notification/index.js.flow +0 -1
- package/lib/commonjs/screens/notification/index.js.map +1 -1
- package/lib/commonjs/screens/notification/store.js +1 -1
- package/lib/commonjs/screens/notification/store.js.flow +7 -2
- package/lib/commonjs/screens/notification/store.js.map +1 -1
- package/lib/commonjs/screens/personal/index.js +1 -1
- package/lib/commonjs/screens/personal/index.js.flow +21 -19
- package/lib/commonjs/screens/personal/index.js.map +1 -1
- package/lib/commonjs/screens/qualify/Store.js.flow +0 -1
- package/lib/commonjs/screens/qualify/Store.js.map +1 -1
- package/lib/commonjs/screens/quick-submit/store.js +1 -1
- package/lib/commonjs/screens/quick-submit/store.js.flow +85 -15
- package/lib/commonjs/screens/quick-submit/store.js.map +1 -1
- package/lib/commonjs/screens/schedule-payment/DigitalSchedulePayment.js +1 -1
- package/lib/commonjs/screens/schedule-payment/DigitalSchedulePayment.js.flow +20 -4
- package/lib/commonjs/screens/schedule-payment/DigitalSchedulePayment.js.map +1 -1
- package/lib/commonjs/screens/schedule-payment/store.js +1 -1
- package/lib/commonjs/screens/schedule-payment/store.js.flow +13 -5
- package/lib/commonjs/screens/schedule-payment/store.js.map +1 -1
- package/lib/commonjs/screens/selfie/SelfieStore.js +1 -1
- package/lib/commonjs/screens/selfie/SelfieStore.js.flow +25 -9
- package/lib/commonjs/screens/selfie/SelfieStore.js.map +1 -1
- package/lib/commonjs/screens/selfie/index.js +1 -1
- package/lib/commonjs/screens/selfie/index.js.flow +0 -1
- package/lib/commonjs/screens/selfie/index.js.map +1 -1
- package/lib/commonjs/screens/sign-tima/ViewContract.js +1 -1
- package/lib/commonjs/screens/sign-tima/ViewContract.js.flow +17 -18
- package/lib/commonjs/screens/sign-tima/ViewContract.js.map +1 -1
- package/lib/commonjs/screens/sign-tima/store.js +1 -1
- package/lib/commonjs/screens/sign-tima/store.js.flow +37 -7
- package/lib/commonjs/screens/sign-tima/store.js.map +1 -1
- package/lib/commonjs/screens/toan-trinh-so/LoanInterestRate.js +1 -1
- package/lib/commonjs/screens/toan-trinh-so/LoanInterestRate.js.flow +36 -10
- package/lib/commonjs/screens/toan-trinh-so/LoanInterestRate.js.map +1 -1
- package/lib/commonjs/screens/toan-trinh-so/OCR.js +1 -1
- package/lib/commonjs/screens/toan-trinh-so/OCR.js.flow +321 -609
- package/lib/commonjs/screens/toan-trinh-so/OCR.js.map +1 -1
- package/lib/commonjs/screens/toan-trinh-so/RegisterBack.js +1 -1
- package/lib/commonjs/screens/toan-trinh-so/RegisterBack.js.flow +21 -4
- package/lib/commonjs/screens/toan-trinh-so/RegisterBack.js.map +1 -1
- package/lib/commonjs/screens/toan-trinh-so/RegisterCamera.js +1 -1
- package/lib/commonjs/screens/toan-trinh-so/RegisterCamera.js.flow +50 -54
- package/lib/commonjs/screens/toan-trinh-so/RegisterCamera.js.map +1 -1
- package/lib/commonjs/screens/toan-trinh-so/ReviewInformation.js +1 -1
- package/lib/commonjs/screens/toan-trinh-so/ReviewInformation.js.flow +31 -25
- package/lib/commonjs/screens/toan-trinh-so/ReviewInformation.js.map +1 -1
- package/lib/commonjs/screens/toan-trinh-so/ReviewInformationOther.js +1 -1
- package/lib/commonjs/screens/toan-trinh-so/ReviewInformationOther.js.flow +88 -82
- package/lib/commonjs/screens/toan-trinh-so/ReviewInformationOther.js.map +1 -1
- package/lib/commonjs/screens/toan-trinh-so/ReviewLoan.js +1 -1
- package/lib/commonjs/screens/toan-trinh-so/ReviewLoan.js.flow +25 -5
- package/lib/commonjs/screens/toan-trinh-so/ReviewLoan.js.map +1 -1
- package/lib/commonjs/screens/toan-trinh-so/TTSNationalIDBack.js +1 -1
- package/lib/commonjs/screens/toan-trinh-so/TTSNationalIDBack.js.flow +19 -4
- package/lib/commonjs/screens/toan-trinh-so/TTSNationalIDBack.js.map +1 -1
- package/lib/commonjs/screens/toan-trinh-so/TTSNationalIDFront.js +1 -1
- package/lib/commonjs/screens/toan-trinh-so/TTSNationalIDFront.js.flow +19 -4
- package/lib/commonjs/screens/toan-trinh-so/TTSNationalIDFront.js.map +1 -1
- package/lib/commonjs/screens/toan-trinh-so/TTSOTP.js +1 -1
- package/lib/commonjs/screens/toan-trinh-so/TTSOTP.js.flow +42 -25
- package/lib/commonjs/screens/toan-trinh-so/TTSOTP.js.map +1 -1
- package/lib/commonjs/screens/toan-trinh-so/TTSSelfie.js +1 -1
- package/lib/commonjs/screens/toan-trinh-so/TTSSelfie.js.flow +63 -56
- package/lib/commonjs/screens/toan-trinh-so/TTSSelfie.js.map +1 -1
- package/lib/commonjs/screens/toan-trinh-so/TTSSignLoan.js +1 -1
- package/lib/commonjs/screens/toan-trinh-so/TTSSignLoan.js.flow +63 -55
- package/lib/commonjs/screens/toan-trinh-so/TTSSignLoan.js.map +1 -1
- package/lib/commonjs/screens/toan-trinh-so/TopupLoanInfo.js +1 -1
- package/lib/commonjs/screens/toan-trinh-so/TopupLoanInfo.js.flow +50 -43
- package/lib/commonjs/screens/toan-trinh-so/TopupLoanInfo.js.map +1 -1
- package/lib/commonjs/screens/toan-trinh-so/VehicleCamera.js +1 -1
- package/lib/commonjs/screens/toan-trinh-so/VehicleCamera.js.flow +275 -341
- package/lib/commonjs/screens/toan-trinh-so/VehicleCamera.js.map +1 -1
- package/lib/commonjs/screens/toan-trinh-so/VehicleRegistration.js +1 -1
- package/lib/commonjs/screens/toan-trinh-so/VehicleRegistration.js.flow +19 -4
- package/lib/commonjs/screens/toan-trinh-so/VehicleRegistration.js.map +1 -1
- package/lib/commonjs/screens/toan-trinh-so/VehicleRegistrationBack.js +1 -1
- package/lib/commonjs/screens/toan-trinh-so/VehicleRegistrationBack.js.flow +19 -4
- package/lib/commonjs/screens/toan-trinh-so/VehicleRegistrationBack.js.map +1 -1
- package/lib/commonjs/screens/toan-trinh-so/VehicleRegistrationFront.js +1 -1
- package/lib/commonjs/screens/toan-trinh-so/VehicleRegistrationFront.js.flow +19 -4
- package/lib/commonjs/screens/toan-trinh-so/VehicleRegistrationFront.js.map +1 -1
- package/lib/commonjs/screens/toan-trinh-so/store.js +1 -1
- package/lib/commonjs/screens/toan-trinh-so/store.js.flow +82 -37
- package/lib/commonjs/screens/toan-trinh-so/store.js.map +1 -1
- package/lib/commonjs/screens/uploadVideo/index.js +1 -1
- package/lib/commonjs/screens/uploadVideo/index.js.flow +26 -21
- package/lib/commonjs/screens/uploadVideo/index.js.map +1 -1
- package/lib/commonjs/screens/uploadVideo/videoStore.js +1 -1
- package/lib/commonjs/screens/uploadVideo/videoStore.js.flow +19 -4
- package/lib/commonjs/screens/uploadVideo/videoStore.js.map +1 -1
- package/lib/commonjs/screens/v3/AssetInformation.js +1 -1
- package/lib/commonjs/screens/v3/AssetInformation.js.flow +35 -16
- package/lib/commonjs/screens/v3/AssetInformation.js.map +1 -1
- package/lib/commonjs/screens/v3/LoanBuyCar.js +1 -1
- package/lib/commonjs/screens/v3/LoanBuyCar.js.flow +35 -16
- package/lib/commonjs/screens/v3/LoanBuyCar.js.map +1 -1
- package/lib/commonjs/services/api/api.js +1 -1
- package/lib/commonjs/services/api/api.js.flow +23 -26
- package/lib/commonjs/services/api/api.js.map +1 -1
- package/lib/commonjs/utils/cameraCrop.js +2 -0
- package/lib/commonjs/utils/cameraCrop.js.flow +96 -0
- package/lib/commonjs/utils/cameraCrop.js.map +1 -0
- package/lib/module/AppStore.js +1 -1
- package/lib/module/AppStore.js.map +1 -1
- package/lib/module/RNTimacare.js +1 -1
- package/lib/module/RNTimacare.js.map +1 -1
- package/lib/module/assets/icons/index.js +1 -1
- package/lib/module/assets/icons/index.js.map +1 -1
- package/lib/module/assets/icons/modal_confirm.svg +15 -0
- package/lib/module/assets/icons/modal_notice.svg +74 -0
- package/lib/module/assets/icons/modal_success.svg +55 -0
- package/lib/module/assets/icons/modal_warning.svg +48 -0
- package/lib/module/assets/icons/user_security.svg +10 -0
- package/lib/module/assets/tts/Frame1000011947.png +0 -0
- package/lib/module/components/AppModal.js +2 -0
- package/lib/module/components/AppModal.js.map +1 -0
- package/lib/module/components/ItemTimaOne.js +2 -0
- package/lib/module/components/ItemTimaOne.js.map +1 -0
- package/lib/module/components/ModalNotification/AlertGlobal.js +2 -0
- package/lib/module/components/ModalNotification/AlertGlobal.js.map +1 -0
- package/lib/module/components/ModalNotification/index.js +2 -0
- package/lib/module/components/ModalNotification/index.js.map +1 -0
- package/lib/module/components/ModalOptionLoan.js +1 -1
- package/lib/module/components/ModalOptionLoan.js.map +1 -1
- package/lib/module/components/ModalOptionLoanDigital.js +1 -1
- package/lib/module/components/ModalOptionLoanDigital.js.map +1 -1
- package/lib/module/navigation/primary-navigator.js +1 -1
- package/lib/module/navigation/primary-navigator.js.map +1 -1
- package/lib/module/screens/NFC/OcrStart.js +2 -0
- package/lib/module/screens/NFC/OcrStart.js.map +1 -0
- package/lib/module/screens/NFC/ScanMRZ.js +2 -0
- package/lib/module/screens/NFC/ScanMRZ.js.map +1 -0
- package/lib/module/screens/SelectorStore.js +1 -1
- package/lib/module/screens/SelectorStore.js.map +1 -1
- package/lib/module/screens/camera/CCCDCameraScreen.js +1 -1
- package/lib/module/screens/camera/CCCDCameraScreen.js.map +1 -1
- package/lib/module/screens/camera/index.js +1 -1
- package/lib/module/screens/camera/index.js.map +1 -1
- package/lib/module/screens/cimb-sign/index.js +1 -1
- package/lib/module/screens/cimb-sign/index.js.map +1 -1
- package/lib/module/screens/detail-loan/PaymentInfo.js +1 -1
- package/lib/module/screens/detail-loan/PaymentInfo.js.map +1 -1
- package/lib/module/screens/detail-loan/ShowQrCode.js +1 -1
- package/lib/module/screens/detail-loan/ShowQrCode.js.map +1 -1
- package/lib/module/screens/detail-loan/store.js +1 -1
- package/lib/module/screens/detail-loan/store.js.map +1 -1
- package/lib/module/screens/detail-loan-tima/InforLoan.js +1 -1
- package/lib/module/screens/detail-loan-tima/InforLoan.js.map +1 -1
- package/lib/module/screens/detail-loan-tima/PaymentSchedule.js +1 -1
- package/lib/module/screens/detail-loan-tima/PaymentSchedule.js.map +1 -1
- package/lib/module/screens/digital-lending/Step6.js +1 -1
- package/lib/module/screens/digital-lending/Step6.js.map +1 -1
- package/lib/module/screens/digital-lending/store.js +1 -1
- package/lib/module/screens/digital-lending/store.js.map +1 -1
- package/lib/module/screens/eSign/Store.js +1 -1
- package/lib/module/screens/eSign/Store.js.map +1 -1
- package/lib/module/screens/eSign/index.js +1 -1
- package/lib/module/screens/eSign/index.js.map +1 -1
- package/lib/module/screens/full-submit/accept_policy.js +1 -1
- package/lib/module/screens/full-submit/accept_policy.js.map +1 -1
- package/lib/module/screens/full-submit/store.js +1 -1
- package/lib/module/screens/full-submit/store.js.map +1 -1
- package/lib/module/screens/full-submit/update-info.js +1 -1
- package/lib/module/screens/full-submit/update-info.js.map +1 -1
- package/lib/module/screens/home/DigitalTopupItem.js +1 -1
- package/lib/module/screens/home/DigitalTopupItem.js.map +1 -1
- package/lib/module/screens/home/ItemMotoBikeLoan.js +1 -1
- package/lib/module/screens/home/ItemMotoBikeLoan.js.map +1 -1
- package/lib/module/screens/home/Store.js +1 -1
- package/lib/module/screens/home/Store.js.map +1 -1
- package/lib/module/screens/home/index.js +1 -1
- package/lib/module/screens/home/index.js.map +1 -1
- package/lib/module/screens/liveness/LivenessStore.js +1 -1
- package/lib/module/screens/liveness/LivenessStore.js.map +1 -1
- package/lib/module/screens/liveness/index.js +1 -1
- package/lib/module/screens/liveness/index.js.map +1 -1
- package/lib/module/screens/liveness-v2/index.js +1 -1
- package/lib/module/screens/liveness-v2/index.js.map +1 -1
- package/lib/module/screens/loan/PreviewSchedulePaymentTopup.js +1 -1
- package/lib/module/screens/loan/PreviewSchedulePaymentTopup.js.map +1 -1
- package/lib/module/screens/loan/UpdateLoan.js +1 -1
- package/lib/module/screens/loan/UpdateLoan.js.map +1 -1
- package/lib/module/screens/motobike/InfoLoanMotobike.js +1 -1
- package/lib/module/screens/motobike/InfoLoanMotobike.js.map +1 -1
- package/lib/module/screens/motobike/PolicyF88.js +1 -1
- package/lib/module/screens/motobike/PolicyF88.js.map +1 -1
- package/lib/module/screens/motobike/ReviewLoanMotobike.js +1 -1
- package/lib/module/screens/motobike/ReviewLoanMotobike.js.map +1 -1
- package/lib/module/screens/mrz-scanner/index.js +1 -1
- package/lib/module/screens/mrz-scanner/index.js.map +1 -1
- package/lib/module/screens/mrz-scanner/store.js +1 -1
- package/lib/module/screens/mrz-scanner/store.js.map +1 -1
- package/lib/module/screens/nationalID/Store.js +1 -1
- package/lib/module/screens/nationalID/Store.js.map +1 -1
- package/lib/module/screens/nationalID/index.js +1 -1
- package/lib/module/screens/nationalID/index.js.map +1 -1
- package/lib/module/screens/nationalIDBack/Store.js +1 -1
- package/lib/module/screens/nationalIDBack/Store.js.map +1 -1
- package/lib/module/screens/nationalIDBack/index.js +1 -1
- package/lib/module/screens/nationalIDBack/index.js.map +1 -1
- package/lib/module/screens/notification/ListLoanStore.js +1 -1
- package/lib/module/screens/notification/ListLoanStore.js.map +1 -1
- package/lib/module/screens/notification/index.js +1 -1
- package/lib/module/screens/notification/index.js.map +1 -1
- package/lib/module/screens/notification/store.js +1 -1
- package/lib/module/screens/notification/store.js.map +1 -1
- package/lib/module/screens/personal/index.js +1 -1
- package/lib/module/screens/personal/index.js.map +1 -1
- package/lib/module/screens/qualify/Store.js.map +1 -1
- package/lib/module/screens/quick-submit/store.js +1 -1
- package/lib/module/screens/quick-submit/store.js.map +1 -1
- package/lib/module/screens/schedule-payment/DigitalSchedulePayment.js +1 -1
- package/lib/module/screens/schedule-payment/DigitalSchedulePayment.js.map +1 -1
- package/lib/module/screens/schedule-payment/store.js +1 -1
- package/lib/module/screens/schedule-payment/store.js.map +1 -1
- package/lib/module/screens/selfie/SelfieStore.js +1 -1
- package/lib/module/screens/selfie/SelfieStore.js.map +1 -1
- package/lib/module/screens/selfie/index.js +1 -1
- package/lib/module/screens/selfie/index.js.map +1 -1
- package/lib/module/screens/sign-tima/ViewContract.js +1 -1
- package/lib/module/screens/sign-tima/ViewContract.js.map +1 -1
- package/lib/module/screens/sign-tima/store.js +1 -1
- package/lib/module/screens/sign-tima/store.js.map +1 -1
- package/lib/module/screens/toan-trinh-so/LoanInterestRate.js +1 -1
- package/lib/module/screens/toan-trinh-so/LoanInterestRate.js.map +1 -1
- package/lib/module/screens/toan-trinh-so/OCR.js +1 -1
- package/lib/module/screens/toan-trinh-so/OCR.js.map +1 -1
- package/lib/module/screens/toan-trinh-so/RegisterBack.js +1 -1
- package/lib/module/screens/toan-trinh-so/RegisterBack.js.map +1 -1
- package/lib/module/screens/toan-trinh-so/RegisterCamera.js +1 -1
- package/lib/module/screens/toan-trinh-so/RegisterCamera.js.map +1 -1
- package/lib/module/screens/toan-trinh-so/ReviewInformation.js +1 -1
- package/lib/module/screens/toan-trinh-so/ReviewInformation.js.map +1 -1
- package/lib/module/screens/toan-trinh-so/ReviewInformationOther.js +1 -1
- package/lib/module/screens/toan-trinh-so/ReviewInformationOther.js.map +1 -1
- package/lib/module/screens/toan-trinh-so/ReviewLoan.js +1 -1
- package/lib/module/screens/toan-trinh-so/ReviewLoan.js.map +1 -1
- package/lib/module/screens/toan-trinh-so/TTSNationalIDBack.js +1 -1
- package/lib/module/screens/toan-trinh-so/TTSNationalIDBack.js.map +1 -1
- package/lib/module/screens/toan-trinh-so/TTSNationalIDFront.js +1 -1
- package/lib/module/screens/toan-trinh-so/TTSNationalIDFront.js.map +1 -1
- package/lib/module/screens/toan-trinh-so/TTSOTP.js +1 -1
- package/lib/module/screens/toan-trinh-so/TTSOTP.js.map +1 -1
- package/lib/module/screens/toan-trinh-so/TTSSelfie.js +1 -1
- package/lib/module/screens/toan-trinh-so/TTSSelfie.js.map +1 -1
- package/lib/module/screens/toan-trinh-so/TTSSignLoan.js +1 -1
- package/lib/module/screens/toan-trinh-so/TTSSignLoan.js.map +1 -1
- package/lib/module/screens/toan-trinh-so/TopupLoanInfo.js +1 -1
- package/lib/module/screens/toan-trinh-so/TopupLoanInfo.js.map +1 -1
- package/lib/module/screens/toan-trinh-so/VehicleCamera.js +1 -1
- package/lib/module/screens/toan-trinh-so/VehicleCamera.js.map +1 -1
- package/lib/module/screens/toan-trinh-so/VehicleRegistration.js +1 -1
- package/lib/module/screens/toan-trinh-so/VehicleRegistration.js.map +1 -1
- package/lib/module/screens/toan-trinh-so/VehicleRegistrationBack.js +1 -1
- package/lib/module/screens/toan-trinh-so/VehicleRegistrationBack.js.map +1 -1
- package/lib/module/screens/toan-trinh-so/VehicleRegistrationFront.js +1 -1
- package/lib/module/screens/toan-trinh-so/VehicleRegistrationFront.js.map +1 -1
- package/lib/module/screens/toan-trinh-so/store.js +1 -1
- package/lib/module/screens/toan-trinh-so/store.js.map +1 -1
- package/lib/module/screens/uploadVideo/index.js +1 -1
- package/lib/module/screens/uploadVideo/index.js.map +1 -1
- package/lib/module/screens/uploadVideo/videoStore.js +1 -1
- package/lib/module/screens/uploadVideo/videoStore.js.map +1 -1
- package/lib/module/screens/v3/AssetInformation.js +1 -1
- package/lib/module/screens/v3/AssetInformation.js.map +1 -1
- package/lib/module/screens/v3/LoanBuyCar.js +1 -1
- package/lib/module/screens/v3/LoanBuyCar.js.map +1 -1
- package/lib/module/services/api/api.js +1 -1
- package/lib/module/services/api/api.js.map +1 -1
- package/lib/module/utils/cameraCrop.js +2 -0
- package/lib/module/utils/cameraCrop.js.map +1 -0
- package/lib/typescript/AppStore.d.ts.map +1 -1
- package/lib/typescript/RNTimacare.d.ts.map +1 -1
- package/lib/typescript/assets/icons/index.d.ts +6 -1
- package/lib/typescript/assets/icons/index.d.ts.map +1 -1
- package/lib/typescript/components/AppModal.d.ts +18 -0
- package/lib/typescript/components/AppModal.d.ts.map +1 -0
- package/lib/typescript/components/ItemTimaOne.d.ts +7 -0
- package/lib/typescript/components/ItemTimaOne.d.ts.map +1 -0
- package/lib/typescript/components/ModalNotification/AlertGlobal.d.ts +30 -0
- package/lib/typescript/components/ModalNotification/AlertGlobal.d.ts.map +1 -0
- package/lib/typescript/components/ModalNotification/index.d.ts +35 -0
- package/lib/typescript/components/ModalNotification/index.d.ts.map +1 -0
- package/lib/typescript/components/ModalOptionLoan.d.ts.map +1 -1
- package/lib/typescript/components/ModalOptionLoanDigital.d.ts.map +1 -1
- package/lib/typescript/navigation/primary-navigator.d.ts +3 -0
- package/lib/typescript/navigation/primary-navigator.d.ts.map +1 -1
- package/lib/typescript/screens/NFC/OcrStart.d.ts +2 -0
- package/lib/typescript/screens/NFC/OcrStart.d.ts.map +1 -0
- package/lib/typescript/screens/NFC/ScanMRZ.d.ts +15 -0
- package/lib/typescript/screens/NFC/ScanMRZ.d.ts.map +1 -0
- package/lib/typescript/screens/SelectorStore.d.ts.map +1 -1
- package/lib/typescript/screens/camera/CCCDCameraScreen.d.ts.map +1 -1
- package/lib/typescript/screens/camera/index.d.ts.map +1 -1
- package/lib/typescript/screens/cimb-sign/index.d.ts.map +1 -1
- package/lib/typescript/screens/detail-loan/ShowQrCode.d.ts.map +1 -1
- package/lib/typescript/screens/detail-loan/store.d.ts.map +1 -1
- package/lib/typescript/screens/detail-loan-tima/InforLoan.d.ts.map +1 -1
- package/lib/typescript/screens/detail-loan-tima/PaymentSchedule.d.ts.map +1 -1
- package/lib/typescript/screens/digital-lending/Step6.d.ts.map +1 -1
- package/lib/typescript/screens/digital-lending/store.d.ts.map +1 -1
- package/lib/typescript/screens/eSign/Store.d.ts.map +1 -1
- package/lib/typescript/screens/eSign/index.d.ts.map +1 -1
- package/lib/typescript/screens/full-submit/accept_policy.d.ts.map +1 -1
- package/lib/typescript/screens/full-submit/store.d.ts.map +1 -1
- package/lib/typescript/screens/full-submit/update-info.d.ts.map +1 -1
- package/lib/typescript/screens/home/DigitalTopupItem.d.ts.map +1 -1
- package/lib/typescript/screens/home/ItemMotoBikeLoan.d.ts.map +1 -1
- package/lib/typescript/screens/home/Store.d.ts.map +1 -1
- package/lib/typescript/screens/home/index.d.ts.map +1 -1
- package/lib/typescript/screens/liveness/LivenessStore.d.ts.map +1 -1
- package/lib/typescript/screens/liveness/index.d.ts.map +1 -1
- package/lib/typescript/screens/loan/PreviewSchedulePaymentTopup.d.ts.map +1 -1
- package/lib/typescript/screens/loan/UpdateLoan.d.ts.map +1 -1
- package/lib/typescript/screens/motobike/InfoLoanMotobike.d.ts.map +1 -1
- package/lib/typescript/screens/motobike/PolicyF88.d.ts.map +1 -1
- package/lib/typescript/screens/motobike/ReviewLoanMotobike.d.ts.map +1 -1
- package/lib/typescript/screens/mrz-scanner/index.d.ts.map +1 -1
- package/lib/typescript/screens/mrz-scanner/store.d.ts.map +1 -1
- package/lib/typescript/screens/nationalID/Store.d.ts.map +1 -1
- package/lib/typescript/screens/nationalID/index.d.ts.map +1 -1
- package/lib/typescript/screens/nationalIDBack/Store.d.ts.map +1 -1
- package/lib/typescript/screens/nationalIDBack/index.d.ts.map +1 -1
- package/lib/typescript/screens/notification/ListLoanStore.d.ts.map +1 -1
- package/lib/typescript/screens/notification/index.d.ts.map +1 -1
- package/lib/typescript/screens/notification/store.d.ts.map +1 -1
- package/lib/typescript/screens/personal/index.d.ts.map +1 -1
- package/lib/typescript/screens/qualify/Store.d.ts.map +1 -1
- package/lib/typescript/screens/quick-submit/store.d.ts.map +1 -1
- package/lib/typescript/screens/schedule-payment/DigitalSchedulePayment.d.ts.map +1 -1
- package/lib/typescript/screens/schedule-payment/store.d.ts.map +1 -1
- package/lib/typescript/screens/selfie/SelfieStore.d.ts.map +1 -1
- package/lib/typescript/screens/selfie/index.d.ts.map +1 -1
- package/lib/typescript/screens/sign-tima/ViewContract.d.ts.map +1 -1
- package/lib/typescript/screens/sign-tima/store.d.ts.map +1 -1
- package/lib/typescript/screens/toan-trinh-so/LoanInterestRate.d.ts.map +1 -1
- package/lib/typescript/screens/toan-trinh-so/OCR.d.ts.map +1 -1
- package/lib/typescript/screens/toan-trinh-so/RegisterBack.d.ts.map +1 -1
- package/lib/typescript/screens/toan-trinh-so/RegisterCamera.d.ts.map +1 -1
- package/lib/typescript/screens/toan-trinh-so/ReviewInformation.d.ts.map +1 -1
- package/lib/typescript/screens/toan-trinh-so/ReviewInformationOther.d.ts.map +1 -1
- package/lib/typescript/screens/toan-trinh-so/ReviewLoan.d.ts.map +1 -1
- package/lib/typescript/screens/toan-trinh-so/TTSNationalIDBack.d.ts.map +1 -1
- package/lib/typescript/screens/toan-trinh-so/TTSNationalIDFront.d.ts.map +1 -1
- package/lib/typescript/screens/toan-trinh-so/TTSOTP.d.ts.map +1 -1
- package/lib/typescript/screens/toan-trinh-so/TTSSelfie.d.ts.map +1 -1
- package/lib/typescript/screens/toan-trinh-so/TTSSignLoan.d.ts.map +1 -1
- package/lib/typescript/screens/toan-trinh-so/TopupLoanInfo.d.ts.map +1 -1
- package/lib/typescript/screens/toan-trinh-so/VehicleCamera.d.ts.map +1 -1
- package/lib/typescript/screens/toan-trinh-so/VehicleRegistration.d.ts.map +1 -1
- package/lib/typescript/screens/toan-trinh-so/VehicleRegistrationBack.d.ts.map +1 -1
- package/lib/typescript/screens/toan-trinh-so/VehicleRegistrationFront.d.ts.map +1 -1
- package/lib/typescript/screens/toan-trinh-so/store.d.ts.map +1 -1
- package/lib/typescript/screens/uploadVideo/index.d.ts.map +1 -1
- package/lib/typescript/screens/uploadVideo/videoStore.d.ts.map +1 -1
- package/lib/typescript/screens/v3/AssetInformation.d.ts.map +1 -1
- package/lib/typescript/screens/v3/LoanBuyCar.d.ts.map +1 -1
- package/lib/typescript/services/api/api.d.ts.map +1 -1
- package/lib/typescript/utils/cameraCrop.d.ts +43 -0
- package/lib/typescript/utils/cameraCrop.d.ts.map +1 -0
- package/package.json +2 -1
- package/src/AppStore.tsx +7 -2
- package/src/RNTimacare.tsx +7 -1
- package/src/assets/icons/index.tsx +10 -0
- package/src/assets/icons/modal_confirm.svg +15 -0
- package/src/assets/icons/modal_notice.svg +74 -0
- package/src/assets/icons/modal_success.svg +55 -0
- package/src/assets/icons/modal_warning.svg +48 -0
- package/src/assets/icons/user_security.svg +10 -0
- package/src/assets/tts/Frame1000011947.png +0 -0
- package/src/components/AppModal.tsx +34 -0
- package/src/components/{ItemTimaOneV3.tsx → ItemTimaOne.tsx} +1 -1
- package/src/components/ModalNotification/AlertGlobal.tsx +100 -0
- package/src/components/ModalNotification/index.tsx +224 -0
- package/src/components/ModalOptionLoan.tsx +15 -7
- package/src/components/ModalOptionLoanDigital.tsx +15 -7
- package/src/navigation/primary-navigator.tsx +7 -0
- package/src/screens/NFC/OcrStart.tsx +171 -0
- package/src/screens/NFC/ScanMRZ.tsx +563 -0
- package/src/screens/SelectorStore.tsx +7 -2
- package/src/screens/camera/CCCDCameraScreen.tsx +253 -187
- package/src/screens/camera/index.tsx +50 -54
- package/src/screens/cimb-sign/index.tsx +10 -14
- package/src/screens/detail-loan/PaymentInfo.tsx +75 -54
- package/src/screens/detail-loan/ShowQrCode.tsx +77 -54
- package/src/screens/detail-loan/store.tsx +39 -7
- package/src/screens/detail-loan-tima/InforLoan.tsx +20 -4
- package/src/screens/detail-loan-tima/PaymentSchedule.tsx +19 -4
- package/src/screens/digital-lending/Step6.tsx +24 -29
- package/src/screens/digital-lending/store.tsx +113 -20
- package/src/screens/eSign/Store.tsx +69 -34
- package/src/screens/eSign/index.tsx +33 -34
- package/src/screens/full-submit/accept_policy.tsx +101 -85
- package/src/screens/full-submit/store.tsx +157 -27
- package/src/screens/full-submit/update-info.tsx +0 -1
- package/src/screens/home/DigitalTopupItem.tsx +15 -7
- package/src/screens/home/ItemMotoBikeLoan.tsx +16 -7
- package/src/screens/home/Store.tsx +44 -23
- package/src/screens/home/index.tsx +306 -298
- package/src/screens/liveness/LivenessStore.tsx +111 -89
- package/src/screens/liveness/index.tsx +67 -68
- package/src/screens/liveness-v2/index.tsx +52 -52
- package/src/screens/loan/PreviewSchedulePaymentTopup.tsx +20 -10
- package/src/screens/loan/UpdateLoan.tsx +56 -23
- package/src/screens/motobike/InfoLoanMotobike.tsx +43 -29
- package/src/screens/motobike/PolicyF88.tsx +15 -6
- package/src/screens/motobike/ReviewLoanMotobike.tsx +13 -3
- package/src/screens/mrz-scanner/index.tsx +56 -55
- package/src/screens/mrz-scanner/store.ts +13 -3
- package/src/screens/nationalID/Store.tsx +50 -29
- package/src/screens/nationalID/index.tsx +123 -219
- package/src/screens/nationalIDBack/Store.tsx +44 -26
- package/src/screens/nationalIDBack/index.tsx +129 -210
- package/src/screens/notification/ListLoanStore.tsx +19 -4
- package/src/screens/notification/index.tsx +0 -1
- package/src/screens/notification/store.tsx +7 -2
- package/src/screens/personal/index.tsx +21 -19
- package/src/screens/qualify/Store.tsx +0 -1
- package/src/screens/quick-submit/store.tsx +85 -15
- package/src/screens/schedule-payment/DigitalSchedulePayment.tsx +20 -4
- package/src/screens/schedule-payment/store.tsx +13 -5
- package/src/screens/selfie/SelfieStore.tsx +25 -9
- package/src/screens/selfie/index.tsx +0 -1
- package/src/screens/sign-tima/ViewContract.tsx +17 -18
- package/src/screens/sign-tima/store.tsx +37 -7
- package/src/screens/toan-trinh-so/LoanInterestRate.tsx +36 -10
- package/src/screens/toan-trinh-so/OCR.tsx +321 -609
- package/src/screens/toan-trinh-so/RegisterBack.tsx +21 -4
- package/src/screens/toan-trinh-so/RegisterCamera.tsx +50 -54
- package/src/screens/toan-trinh-so/ReviewInformation.tsx +31 -25
- package/src/screens/toan-trinh-so/ReviewInformationOther.tsx +88 -82
- package/src/screens/toan-trinh-so/ReviewLoan.tsx +25 -5
- package/src/screens/toan-trinh-so/TTSNationalIDBack.tsx +19 -4
- package/src/screens/toan-trinh-so/TTSNationalIDFront.tsx +19 -4
- package/src/screens/toan-trinh-so/TTSOTP.tsx +42 -25
- package/src/screens/toan-trinh-so/TTSSelfie.tsx +63 -56
- package/src/screens/toan-trinh-so/TTSSignLoan.tsx +63 -55
- package/src/screens/toan-trinh-so/TopupLoanInfo.tsx +50 -43
- package/src/screens/toan-trinh-so/VehicleCamera.tsx +275 -341
- package/src/screens/toan-trinh-so/VehicleRegistration.tsx +19 -4
- package/src/screens/toan-trinh-so/VehicleRegistrationBack.tsx +19 -4
- package/src/screens/toan-trinh-so/VehicleRegistrationFront.tsx +19 -4
- package/src/screens/toan-trinh-so/store.ts +82 -37
- package/src/screens/uploadVideo/index.tsx +26 -21
- package/src/screens/uploadVideo/videoStore.tsx +19 -4
- package/src/screens/v3/AssetInformation.tsx +35 -16
- package/src/screens/v3/LoanBuyCar.tsx +35 -16
- package/src/services/api/api.ts +23 -26
- package/src/utils/cameraCrop.ts +96 -0
- package/lib/commonjs/components/ItemTimaOneV2.js +0 -2
- package/lib/commonjs/components/ItemTimaOneV2.js.flow +0 -617
- package/lib/commonjs/components/ItemTimaOneV2.js.map +0 -1
- package/lib/commonjs/components/ItemTimaOneV3.js +0 -2
- package/lib/commonjs/components/ItemTimaOneV3.js.map +0 -1
- package/lib/module/components/ItemTimaOneV2.js +0 -2
- package/lib/module/components/ItemTimaOneV2.js.map +0 -1
- package/lib/module/components/ItemTimaOneV3.js +0 -2
- package/lib/module/components/ItemTimaOneV3.js.map +0 -1
- package/lib/typescript/components/ItemTimaOneV2.d.ts +0 -7
- package/lib/typescript/components/ItemTimaOneV2.d.ts.map +0 -1
- package/lib/typescript/components/ItemTimaOneV3.d.ts +0 -7
- package/lib/typescript/components/ItemTimaOneV3.d.ts.map +0 -1
- package/src/components/ItemTimaOneV2.tsx +0 -617
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TTSNationalIDFront.d.ts","sourceRoot":"","sources":["../../../../src/screens/toan-trinh-so/TTSNationalIDFront.tsx"],"names":[],"mappings":"AA4CA,eAAO,MAAM,kBAAkB,
|
|
1
|
+
{"version":3,"file":"TTSNationalIDFront.d.ts","sourceRoot":"","sources":["../../../../src/screens/toan-trinh-so/TTSNationalIDFront.tsx"],"names":[],"mappings":"AA4CA,eAAO,MAAM,kBAAkB,KAuO7B,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TTSOTP.d.ts","sourceRoot":"","sources":["../../../../src/screens/toan-trinh-so/TTSOTP.tsx"],"names":[],"mappings":"AAmCA,MAAM,CAAC,OAAO,UAAU,MAAM,CAAC,EAAE,KAAK,EAAE,EAAE,GAAG,
|
|
1
|
+
{"version":3,"file":"TTSOTP.d.ts","sourceRoot":"","sources":["../../../../src/screens/toan-trinh-so/TTSOTP.tsx"],"names":[],"mappings":"AAmCA,MAAM,CAAC,OAAO,UAAU,MAAM,CAAC,EAAE,KAAK,EAAE,EAAE,GAAG,eA+T5C"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TTSSelfie.d.ts","sourceRoot":"","sources":["../../../../src/screens/toan-trinh-so/TTSSelfie.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"TTSSelfie.d.ts","sourceRoot":"","sources":["../../../../src/screens/toan-trinh-so/TTSSelfie.tsx"],"names":[],"mappings":"AA2BA,MAAM,CAAC,OAAO,UAAU,SAAS,CAAC,KAAK,EAAE,GAAG,eA2R3C"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TTSSignLoan.d.ts","sourceRoot":"","sources":["../../../../src/screens/toan-trinh-so/TTSSignLoan.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"TTSSignLoan.d.ts","sourceRoot":"","sources":["../../../../src/screens/toan-trinh-so/TTSSignLoan.tsx"],"names":[],"mappings":"AAgBA,MAAM,CAAC,OAAO,UAAU,WAAW,CAAC,KAAK,KAAA,eA+WxC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TopupLoanInfo.d.ts","sourceRoot":"","sources":["../../../../src/screens/toan-trinh-so/TopupLoanInfo.tsx"],"names":[],"mappings":"AAiCA,MAAM,CAAC,OAAO,UAAU,aAAa,CAAC,KAAK,KAAA,
|
|
1
|
+
{"version":3,"file":"TopupLoanInfo.d.ts","sourceRoot":"","sources":["../../../../src/screens/toan-trinh-so/TopupLoanInfo.tsx"],"names":[],"mappings":"AAiCA,MAAM,CAAC,OAAO,UAAU,aAAa,CAAC,KAAK,KAAA,eAsc1C"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"VehicleCamera.d.ts","sourceRoot":"","sources":["../../../../src/screens/toan-trinh-so/VehicleCamera.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"VehicleCamera.d.ts","sourceRoot":"","sources":["../../../../src/screens/toan-trinh-so/VehicleCamera.tsx"],"names":[],"mappings":"AA8CA,MAAM,CAAC,OAAO,UAAU,aAAa,CAAC,KAAK,EAAE,GAAG,eAia/C"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"VehicleRegistration.d.ts","sourceRoot":"","sources":["../../../../src/screens/toan-trinh-so/VehicleRegistration.tsx"],"names":[],"mappings":"AAoCA,MAAM,CAAC,OAAO,UAAU,mBAAmB,CAAC,KAAK,KAAA,
|
|
1
|
+
{"version":3,"file":"VehicleRegistration.d.ts","sourceRoot":"","sources":["../../../../src/screens/toan-trinh-so/VehicleRegistration.tsx"],"names":[],"mappings":"AAoCA,MAAM,CAAC,OAAO,UAAU,mBAAmB,CAAC,KAAK,KAAA,eAgMhD"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"VehicleRegistrationBack.d.ts","sourceRoot":"","sources":["../../../../src/screens/toan-trinh-so/VehicleRegistrationBack.tsx"],"names":[],"mappings":"AAuCA,MAAM,CAAC,OAAO,UAAU,uBAAuB,CAAC,KAAK,EAAE,GAAG,
|
|
1
|
+
{"version":3,"file":"VehicleRegistrationBack.d.ts","sourceRoot":"","sources":["../../../../src/screens/toan-trinh-so/VehicleRegistrationBack.tsx"],"names":[],"mappings":"AAuCA,MAAM,CAAC,OAAO,UAAU,uBAAuB,CAAC,KAAK,EAAE,GAAG,eAqPzD"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"VehicleRegistrationFront.d.ts","sourceRoot":"","sources":["../../../../src/screens/toan-trinh-so/VehicleRegistrationFront.tsx"],"names":[],"mappings":"AAqCA,MAAM,CAAC,OAAO,UAAU,wBAAwB,CAAC,KAAK,EAAE,GAAG,
|
|
1
|
+
{"version":3,"file":"VehicleRegistrationFront.d.ts","sourceRoot":"","sources":["../../../../src/screens/toan-trinh-so/VehicleRegistrationFront.tsx"],"names":[],"mappings":"AAqCA,MAAM,CAAC,OAAO,UAAU,wBAAwB,CAAC,KAAK,EAAE,GAAG,eAsO1D"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"store.d.ts","sourceRoot":"","sources":["../../../../src/screens/toan-trinh-so/store.ts"],"names":[],"mappings":"AAKA,cAAM,KAAK;IACT,YAAY,UAAM;IAClB,YAAY,UAAM;IAClB,QAAQ,UAAM;IAEd,aAAa,UAAM;IACnB,SAAS,UAAM;IACf,QAAQ,UAAM;IACd,OAAO,UAAM;IACb,QAAQ,UAAM;IACd,SAAS,UAAM;IAEf,gBAAgB,UAAM;IACtB,OAAO,UAAM;IAEb,gBAAgB,UAAM;;IAMhB,YAAY;IAmBZ,WAAW,CAAC,EAAE,KAAA,EAAE,SAAS,CAAC,KAAA;
|
|
1
|
+
{"version":3,"file":"store.d.ts","sourceRoot":"","sources":["../../../../src/screens/toan-trinh-so/store.ts"],"names":[],"mappings":"AAKA,cAAM,KAAK;IACT,YAAY,UAAM;IAClB,YAAY,UAAM;IAClB,QAAQ,UAAM;IAEd,aAAa,UAAM;IACnB,SAAS,UAAM;IACf,QAAQ,UAAM;IACd,OAAO,UAAM;IACb,QAAQ,UAAM;IACd,SAAS,UAAM;IAEf,gBAAgB,UAAM;IACtB,OAAO,UAAM;IAEb,gBAAgB,UAAM;;IAMhB,YAAY;IAmBZ,WAAW,CAAC,EAAE,KAAA,EAAE,SAAS,CAAC,KAAA;IAqC1B,OAAO,CAAC,EAAE,KAAA,EAAE,SAAS,CAAC,KAAA;IAqCtB,YAAY,CAAC,EAAE,KAAA,EAAE,SAAS,CAAC,KAAA;IAqC3B,QAAQ,CAAC,EAAE,KAAA,EAAE,SAAS,CAAC,KAAA;IAqCvB,WAAW;IAoBX,YAAY;IAiBZ,cAAc,CAAC,IAAI,KAAA;IAiBnB,UAAU,CAAC,IAAI,KAAA,EAAE,IAAI,KAAA;IAiBrB,eAAe;IAef,MAAM;IAsBN,eAAe,CAAC,EAAE,KAAA;IA2BlB,WAAW,CAAC,EAAE,KAAA,EAAE,SAAS,CAAC,KAAA;CAkCjC;AAED,QAAA,MAAM,QAAQ,OAAc,CAAC;AAC7B,eAAe,QAAQ,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/screens/uploadVideo/index.tsx"],"names":[],"mappings":"AAsCA,eAAO,MAAM,KAAK,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/screens/uploadVideo/index.tsx"],"names":[],"mappings":"AAsCA,eAAO,MAAM,KAAK,KA6NhB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"videoStore.d.ts","sourceRoot":"","sources":["../../../../src/screens/uploadVideo/videoStore.tsx"],"names":[],"mappings":"AAKA,cAAM,KAAK;IACG,SAAS,UAAS;IAGxB,WAAW,CAAC,MAAM,KAAA,EAAE,IAAI,KAAA,EAAE,SAAS,CAAC,KAAA,EAAE,OAAO,KAAA;
|
|
1
|
+
{"version":3,"file":"videoStore.d.ts","sourceRoot":"","sources":["../../../../src/screens/uploadVideo/videoStore.tsx"],"names":[],"mappings":"AAKA,cAAM,KAAK;IACG,SAAS,UAAS;IAGxB,WAAW,CAAC,MAAM,KAAA,EAAE,IAAI,KAAA,EAAE,SAAS,CAAC,KAAA,EAAE,OAAO,KAAA;CAsCpD;AAED,QAAA,MAAM,UAAU,OAAc,CAAC;AAC/B,eAAe,UAAU,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AssetInformation.d.ts","sourceRoot":"","sources":["../../../../src/screens/v3/AssetInformation.tsx"],"names":[],"mappings":"AA2BA,eAAO,MAAM,gBAAgB,
|
|
1
|
+
{"version":3,"file":"AssetInformation.d.ts","sourceRoot":"","sources":["../../../../src/screens/v3/AssetInformation.tsx"],"names":[],"mappings":"AA2BA,eAAO,MAAM,gBAAgB,KA2lB3B,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LoanBuyCar.d.ts","sourceRoot":"","sources":["../../../../src/screens/v3/LoanBuyCar.tsx"],"names":[],"mappings":"AA0EA,MAAM,CAAC,OAAO,UAAU,UAAU,CAAC,KAAK,KAAA,
|
|
1
|
+
{"version":3,"file":"LoanBuyCar.d.ts","sourceRoot":"","sources":["../../../../src/screens/v3/LoanBuyCar.tsx"],"names":[],"mappings":"AA0EA,MAAM,CAAC,OAAO,UAAU,UAAU,CAAC,KAAK,KAAA,eA6XvC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"api.d.ts","sourceRoot":"","sources":["../../../../src/services/api/api.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,gBAAgB,EAAuB,MAAM,UAAU,CAAC;AAOjE,OAAO,EAAgB,SAAS,EAAE,MAAM,iBAAiB,CAAC;AAuC1D;;GAEG;AACH,qBAAa,GAAG;IACd,OAAO,CAAC,MAAM,CAAC,QAAQ,CAAM;IAC7B,QAAQ,EAAE,gBAAgB,CAAC;IAC3B,gBAAgB,EAAE,gBAAgB,CAAC;IACnC,MAAM,EAAE,SAAS,CAAC;IAElB;;;;OAIG;IACH,OAAO,CAAC,YAAY,CAAkB;IAEtC;;;;OAIG;IACH,OAAO,CAAC,WAAW,CAAiB;IAEpC,wEAAwE;IACxE,OAAO,CAAC,kBAAkB,CAAC,CAAa;IAExC;;OAEG;IAEH;;;;OAIG;gBACS,MAAM,GAAE,SAA0B;WAKhC,WAAW,IAAI,GAAG;IAiBhC;;;;OAIG;IACH,OAAO,CAAC,kBAAkB,
|
|
1
|
+
{"version":3,"file":"api.d.ts","sourceRoot":"","sources":["../../../../src/services/api/api.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Kích thước hiển thị (upright) của ảnh chụp từ VisionCamera.
|
|
3
|
+
*
|
|
4
|
+
* photo.width/height là kích thước buffer gốc của cảm biến (luôn landscape).
|
|
5
|
+
* photo.orientation cho biết ảnh cần xoay bao nhiêu để hiển thị đúng chiều:
|
|
6
|
+
* khi là 'landscape-left'/'landscape-right' (điện thoại cầm dọc) thì ảnh hiển
|
|
7
|
+
* thị bị xoay 90° so với buffer -> phải hoán đổi W/H.
|
|
8
|
+
*/
|
|
9
|
+
export declare const getDisplaySize: (photo: any) => {
|
|
10
|
+
width: any;
|
|
11
|
+
height: any;
|
|
12
|
+
};
|
|
13
|
+
/**
|
|
14
|
+
* Vùng cắt chính giữa theo đúng tỉ lệ khung (aspect = W/H), tính trong hệ toạ
|
|
15
|
+
* độ ảnh đã dựng đứng (upright). VisionCamera fill khung kiểu "cover" nên vùng
|
|
16
|
+
* nhìn thấy là hình chữ nhật cùng tỉ lệ với khung, nằm chính giữa ảnh.
|
|
17
|
+
*/
|
|
18
|
+
export declare const computeCenterCrop: (dispW: any, dispH: any, aspect: any) => {
|
|
19
|
+
originX: number;
|
|
20
|
+
originY: number;
|
|
21
|
+
width: any;
|
|
22
|
+
height: any;
|
|
23
|
+
};
|
|
24
|
+
/**
|
|
25
|
+
* Cắt ảnh chụp cho vừa đúng khung preview (theo tỉ lệ `aspect`). Làm việc hoàn
|
|
26
|
+
* toàn trong hệ toạ độ ảnh đã dựng đứng (upright):
|
|
27
|
+
* - Lấy kích thước hiển thị từ photo.orientation (không dùng Image.getSize vì
|
|
28
|
+
* trả về khác nhau giữa iOS/Android tuỳ EXIF).
|
|
29
|
+
* - Chèn action `resize` để "bung" EXIF orientation về upright: bắt buộc cho
|
|
30
|
+
* iOS (thư viện crop trên buffer gốc chưa xoay), là no-op trên Android
|
|
31
|
+
* (Fresco đã tự xoay khi decode). Sau đó crop trong cùng hệ toạ độ upright.
|
|
32
|
+
* Trả về uri ảnh đã cắt; nếu lỗi thì trả ảnh gốc để vẫn dùng được.
|
|
33
|
+
*/
|
|
34
|
+
export declare const cropPhotoToAspect: (photo: any, aspect: any) => Promise<any>;
|
|
35
|
+
/**
|
|
36
|
+
* Chọn ống kính (ở `position`, mặc định 'back') lấy nét gần nhất để chụp cận
|
|
37
|
+
* (macro): minFocusDistance nhỏ nhất. Ống wide mặc định thường min ~10cm nên
|
|
38
|
+
* đưa giấy tờ lại gần sẽ mất nét; ống ultra-wide/macro lấy nét được ở vài cm.
|
|
39
|
+
* Khi bằng nhau thì ưu tiên device gộp nhiều ống (đa cam ảo) để chất lượng tốt
|
|
40
|
+
* hơn và tự chuyển sang macro khi lại gần.
|
|
41
|
+
*/
|
|
42
|
+
export declare const pickClosestFocusDevice: (devices: any, position?: string) => any;
|
|
43
|
+
//# sourceMappingURL=cameraCrop.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"cameraCrop.d.ts","sourceRoot":"","sources":["../../../src/utils/cameraCrop.ts"],"names":[],"mappings":"AAGA;;;;;;;GAOG;AACH,eAAO,MAAM,cAAc;;;CAO1B,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,iBAAiB;;;;;CAkB7B,CAAC;AAEF;;;;;;;;;GASG;AACH,eAAO,MAAM,iBAAiB,2CAgB7B,CAAC;AAEF;;;;;;GAMG;AACH,eAAO,MAAM,sBAAsB,0CAelC,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-native-timacare",
|
|
3
|
-
"version": "3.3.
|
|
3
|
+
"version": "3.3.57-cccd",
|
|
4
4
|
"description": "SDK Tima Care",
|
|
5
5
|
"main": "lib/commonjs/index",
|
|
6
6
|
"module": "lib/module/index",
|
|
@@ -87,6 +87,7 @@
|
|
|
87
87
|
"react-native-linear-gradient": "*",
|
|
88
88
|
"react-native-masked-text": "*",
|
|
89
89
|
"react-native-modal": "*",
|
|
90
|
+
"react-native-mrz-scanner": "*",
|
|
90
91
|
"react-native-pager-view": "*",
|
|
91
92
|
"react-native-pdf": "*",
|
|
92
93
|
"react-native-permissions": "*",
|
package/src/AppStore.tsx
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
//@ts-nocheck
|
|
2
2
|
import axios from 'axios';
|
|
3
3
|
import { action, observable } from 'mobx';
|
|
4
|
-
import {
|
|
4
|
+
import { AlertGlobal } from './components/ModalNotification/AlertGlobal';
|
|
5
5
|
import {
|
|
6
6
|
getUniqueId,
|
|
7
7
|
getBundleId,
|
|
@@ -70,7 +70,12 @@ class AppStore {
|
|
|
70
70
|
this.isLoading = false;
|
|
71
71
|
|
|
72
72
|
console.log(error);
|
|
73
|
-
|
|
73
|
+
AlertGlobal.show({
|
|
74
|
+
type: 'warning',
|
|
75
|
+
title: 'Thông báo',
|
|
76
|
+
message: 'Có lỗi xảy ra. Vui lòng thử lại sau!',
|
|
77
|
+
primaryText: 'Đóng',
|
|
78
|
+
});
|
|
74
79
|
}
|
|
75
80
|
}
|
|
76
81
|
|
package/src/RNTimacare.tsx
CHANGED
|
@@ -4,7 +4,13 @@ import { PrimaryNavigator } from './navigation';
|
|
|
4
4
|
import { Platform } from 'react-native';
|
|
5
5
|
import appStore from './AppStore';
|
|
6
6
|
import { Settings } from 'react-native-fbsdk-next';
|
|
7
|
+
import { AlertGlobalHost } from './components/ModalNotification/AlertGlobal';
|
|
7
8
|
|
|
8
9
|
export function RNTimacare() {
|
|
9
|
-
return
|
|
10
|
+
return (
|
|
11
|
+
<>
|
|
12
|
+
<PrimaryNavigator />
|
|
13
|
+
<AlertGlobalHost />
|
|
14
|
+
</>
|
|
15
|
+
);
|
|
10
16
|
}
|
|
@@ -141,8 +141,18 @@ import ChipSvg from './chip.svg';
|
|
|
141
141
|
import NotFoundSvg from './not_found.svg';
|
|
142
142
|
import GuiSvg from './gui.svg';
|
|
143
143
|
import Layer1Svg from './layer1.svg';
|
|
144
|
+
import IconModalConfirm from './modal_confirm.svg';
|
|
145
|
+
import IconModalNotice from './modal_notice.svg';
|
|
146
|
+
import IconModalSuccess from './modal_success.svg';
|
|
147
|
+
import IconModalWarning from './modal_warning.svg';
|
|
148
|
+
import IconUserSecurity from './user_security.svg';
|
|
144
149
|
|
|
145
150
|
export {
|
|
151
|
+
IconUserSecurity,
|
|
152
|
+
IconModalConfirm,
|
|
153
|
+
IconModalNotice,
|
|
154
|
+
IconModalSuccess,
|
|
155
|
+
IconModalWarning,
|
|
146
156
|
Layer1Svg,
|
|
147
157
|
GuiSvg,
|
|
148
158
|
NotFoundSvg,
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
<svg width="39" height="40" viewBox="0 0 39 40" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M17.6322 29.9357C16.8873 30.2379 16.0384 29.879 15.7362 29.1341C15.2277 27.8807 15.0501 26.6993 15.2033 25.5899C15.3565 24.4806 15.6821 23.444 16.1802 22.4804C16.6672 21.4895 17.1571 20.5449 17.6501 19.6468C18.1702 18.7377 18.5511 17.8374 18.7928 16.946C19.0234 16.0274 18.9507 15.1049 18.5749 14.1784C18.0553 12.8977 17.1692 12.0831 15.9165 11.7345C14.68 11.3476 13.421 11.4141 12.1396 11.934C11.2945 12.2769 10.5676 12.7939 9.95896 13.4851C9.36655 14.1379 8.99337 14.9399 8.83942 15.8909C8.81538 16.0394 8.79915 16.1909 8.79072 16.3455C8.70516 17.9153 8.15715 19.5949 6.70036 20.1859C5.24356 20.7769 3.53151 20.0792 3.25485 18.5316C3.036 17.3074 3.03875 16.1499 3.2631 15.0592C3.66384 13.1513 4.51115 11.5223 5.80501 10.1723C7.08782 8.79507 8.60167 7.7525 10.3465 7.04461C12.1732 6.30354 13.9991 5.99116 15.8244 6.10746C17.6658 6.18546 19.3209 6.70402 20.7895 7.66313C22.2471 8.59499 23.3462 9.97375 24.0869 11.7994C24.6507 13.1891 24.8589 14.485 24.7116 15.6872C24.5805 16.851 24.2825 17.9557 23.8176 19.0011C23.3417 20.0192 22.83 20.9884 22.2825 21.9087C21.7624 22.8178 21.3704 23.6908 21.1066 24.5277C20.8318 25.3373 20.8547 26.1373 21.1753 26.9275C21.4775 27.6724 21.1186 28.5213 20.3737 28.8235L17.6322 29.9357ZM22.6217 38.2407C21.722 38.6057 20.8643 38.6046 20.0486 38.2374C19.2328 37.8702 18.6536 37.2643 18.3109 36.4196C17.9682 35.5749 17.9671 34.7503 18.3075 33.9458C18.6368 33.114 19.2513 32.5156 20.151 32.1506C21.0234 31.7967 21.8675 31.8033 22.6833 32.1705C23.5152 32.4994 24.1025 33.0862 24.4452 33.9309C24.7879 34.7756 24.781 35.6194 24.4244 36.4622C24.095 37.2939 23.4942 37.8867 22.6217 38.2407Z" fill="url(#paint0_linear_13756_69186)"/>
|
|
3
|
+
<foreignObject x="-1.44629" y="-14.7305" width="55.3555" height="67.9141"><div xmlns="http://www.w3.org/1999/xhtml" style="backdrop-filter:blur(7.5px);clip-path:url(#bgblur_0_13756_69186_clip_path);height:100%;width:100%"></div></foreignObject><path data-figma-bg-blur-radius="15" d="M23.6927 29.6326C24.7562 29.7538 25.6326 30.2062 26.2891 30.9891L26.5298 31.2918C27.1433 32.1023 27.3918 33.0404 27.2736 34.0786C27.1478 35.1816 26.6422 36.0924 25.7736 36.7864C24.9232 37.4952 23.9126 37.7812 22.7783 37.6519C21.6176 37.5195 20.6788 37.0155 20.0071 36.1299C19.3461 35.2584 19.0774 34.2579 19.2028 33.1583C19.3283 32.0586 19.8151 31.1561 20.6596 30.4849C21.5116 29.7789 22.5362 29.5008 23.6927 29.6326ZM27.3553 0.864235C29.5274 1.1119 31.4833 1.77788 33.214 2.86702C34.9851 3.93178 36.3467 5.3374 37.2852 7.08097C38.2393 8.81485 38.5804 10.7901 38.3302 12.9844C38.14 14.6522 37.6467 16.0699 36.8287 17.2136C36.1716 18.1509 35.4122 18.9773 34.5509 19.6913L34.1672 19.9964C33.1829 20.721 32.1882 21.3796 31.1846 21.975L31.1855 21.9761C30.2508 22.5519 29.4605 23.1534 28.8106 23.7792L28.8028 23.7871C28.2144 24.3295 27.8807 24.987 27.7904 25.779C27.6609 26.9126 26.6369 27.7263 25.5033 27.597L22.3402 27.2364C21.2067 27.107 20.392 26.0837 20.5211 24.9501C20.6938 23.4351 21.1599 22.1397 21.9376 21.0867C22.6862 20.0733 23.5684 19.221 24.5837 18.5341C25.5567 17.8469 26.5093 17.2045 27.4415 16.6072L27.4489 16.6021C28.3747 16.0318 29.1615 15.4046 29.8147 14.7233C30.4284 14.057 30.7936 13.2499 30.904 12.2812C31.0562 10.9465 30.6837 9.87745 29.7988 9.01875L29.7935 9.01323L29.7872 9.00761C28.9044 8.09468 27.7907 7.55726 26.4193 7.40086C25.5221 7.29857 24.6472 7.40287 23.7885 7.71618L23.7813 7.71929L23.7814 7.71832C22.9854 7.99538 22.2972 8.49905 21.7157 9.24905C21.6277 9.36262 21.5446 9.4837 21.4661 9.61079C20.557 11.0823 19.0214 12.6237 17.0311 12.3968C15.1177 12.1784 13.5499 10.3851 14.2103 8.40505C14.6516 7.08257 15.2796 5.93288 16.0986 4.96401L16.0998 4.96218C17.5171 3.29982 19.232 2.14296 21.2396 1.50363L21.6129 1.38403C23.4846 0.814455 25.4002 0.641369 27.3553 0.864235Z" fill="#FF8E62" fill-opacity="0.4" stroke="url(#paint1_linear_13756_69186)"/>
|
|
4
|
+
<defs>
|
|
5
|
+
<clipPath id="bgblur_0_13756_69186_clip_path" transform="translate(1.44629 14.7305)"><path d="M23.6927 29.6326C24.7562 29.7538 25.6326 30.2062 26.2891 30.9891L26.5298 31.2918C27.1433 32.1023 27.3918 33.0404 27.2736 34.0786C27.1478 35.1816 26.6422 36.0924 25.7736 36.7864C24.9232 37.4952 23.9126 37.7812 22.7783 37.6519C21.6176 37.5195 20.6788 37.0155 20.0071 36.1299C19.3461 35.2584 19.0774 34.2579 19.2028 33.1583C19.3283 32.0586 19.8151 31.1561 20.6596 30.4849C21.5116 29.7789 22.5362 29.5008 23.6927 29.6326ZM27.3553 0.864235C29.5274 1.1119 31.4833 1.77788 33.214 2.86702C34.9851 3.93178 36.3467 5.3374 37.2852 7.08097C38.2393 8.81485 38.5804 10.7901 38.3302 12.9844C38.14 14.6522 37.6467 16.0699 36.8287 17.2136C36.1716 18.1509 35.4122 18.9773 34.5509 19.6913L34.1672 19.9964C33.1829 20.721 32.1882 21.3796 31.1846 21.975L31.1855 21.9761C30.2508 22.5519 29.4605 23.1534 28.8106 23.7792L28.8028 23.7871C28.2144 24.3295 27.8807 24.987 27.7904 25.779C27.6609 26.9126 26.6369 27.7263 25.5033 27.597L22.3402 27.2364C21.2067 27.107 20.392 26.0837 20.5211 24.9501C20.6938 23.4351 21.1599 22.1397 21.9376 21.0867C22.6862 20.0733 23.5684 19.221 24.5837 18.5341C25.5567 17.8469 26.5093 17.2045 27.4415 16.6072L27.4489 16.6021C28.3747 16.0318 29.1615 15.4046 29.8147 14.7233C30.4284 14.057 30.7936 13.2499 30.904 12.2812C31.0562 10.9465 30.6837 9.87745 29.7988 9.01875L29.7935 9.01323L29.7872 9.00761C28.9044 8.09468 27.7907 7.55726 26.4193 7.40086C25.5221 7.29857 24.6472 7.40287 23.7885 7.71618L23.7813 7.71929L23.7814 7.71832C22.9854 7.99538 22.2972 8.49905 21.7157 9.24905C21.6277 9.36262 21.5446 9.4837 21.4661 9.61079C20.557 11.0823 19.0214 12.6237 17.0311 12.3968C15.1177 12.1784 13.5499 10.3851 14.2103 8.40505C14.6516 7.08257 15.2796 5.93288 16.0986 4.96401L16.0998 4.96218C17.5171 3.29982 19.232 2.14296 21.2396 1.50363L21.6129 1.38403C23.4846 0.814455 25.4002 0.641369 27.3553 0.864235Z"/>
|
|
6
|
+
</clipPath><linearGradient id="paint0_linear_13756_69186" x1="23.7428" y1="10.3172" x2="4.01204" y2="22.2064" gradientUnits="userSpaceOnUse">
|
|
7
|
+
<stop stop-color="#FFC194"/>
|
|
8
|
+
<stop offset="1" stop-color="#FF6A33"/>
|
|
9
|
+
</linearGradient>
|
|
10
|
+
<linearGradient id="paint1_linear_13756_69186" x1="18.649" y1="4.60416" x2="39.4299" y2="25.9366" gradientUnits="userSpaceOnUse">
|
|
11
|
+
<stop stop-color="white" stop-opacity="0.25"/>
|
|
12
|
+
<stop offset="1" stop-color="white" stop-opacity="0"/>
|
|
13
|
+
</linearGradient>
|
|
14
|
+
</defs>
|
|
15
|
+
</svg>
|
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
<svg width="59" height="51" viewBox="0 0 59 51" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M32.4631 29.4975C31.8489 28.2114 31.6843 27.1961 32.0933 25.6573L32.2323 25.134C32.7652 23.1288 32.6487 21.7125 31.9921 20.1503C30.9841 17.7275 28.711 15.8172 26.1711 15.131L26.063 15.1018C23.5765 14.4301 20.7566 14.9049 18.6772 16.4064C17.2723 17.4394 16.4009 18.6483 15.8532 20.7091L15.7142 21.2323C15.3052 22.7711 14.6859 23.5746 13.4894 24.3717C12.6089 24.9591 12.1298 25.8904 11.8452 26.9615C11.5602 28.0339 11.641 29.1442 12.1255 30.1599C12.7811 31.3978 13.9104 32.3801 15.2064 32.8479C17.0667 33.5859 18.9633 34.1869 20.9098 34.7128C22.8551 35.2383 24.8104 35.6184 26.7739 35.973C28.127 36.2208 29.5922 35.9395 30.7739 35.198C31.6959 34.5622 32.3177 33.6417 32.6027 32.5693C32.8874 31.4982 32.9344 30.4502 32.4631 29.4975" fill="url(#paint0_linear_13756_69197)"/>
|
|
3
|
+
<path d="M22.9227 36.9868C22.3473 36.6913 18.6293 35.6871 17.9844 35.653C17.4307 35.633 16.7919 35.7618 16.628 36.3784C16.5019 36.9749 16.7072 37.5868 17.0952 38.0445L17.0936 38.0454C17.5808 38.6925 18.2213 39.1933 18.9478 39.5072C19.3358 39.6714 19.7465 39.7797 20.1779 39.8394C20.9615 39.9334 21.7646 39.8225 22.5075 39.5077L22.5066 39.5061C23.0696 39.3053 23.5509 38.8788 23.7376 38.2987C23.9015 37.6821 23.4122 37.2486 22.9227 36.9868" fill="url(#paint1_linear_13756_69197)"/>
|
|
4
|
+
<g opacity="0.5" filter="url(#filter0_f_13756_69197)">
|
|
5
|
+
<path d="M28.2173 27.5268C27.9865 26.7231 27.9574 26.0728 28.228 25.0544L28.32 24.7082C28.6727 23.3811 28.6861 22.4683 28.4485 21.4877C28.0849 19.9663 27.0914 18.8402 25.9106 18.5212L25.8604 18.5076C24.7045 18.1953 23.3332 18.6433 22.2657 19.7203C21.5436 20.46 21.068 21.2873 20.7055 22.6511L20.6135 22.9974C20.3429 24.0157 20.0075 24.5676 19.3967 25.1439C18.947 25.5686 18.6725 26.1964 18.4841 26.9052C18.2955 27.6149 18.2799 28.331 18.4619 28.9658C18.715 29.7361 19.2069 30.3171 19.8037 30.5562C20.657 30.9426 21.5344 31.2382 22.4393 31.4827C23.3436 31.727 24.2599 31.8765 25.1813 32.009C25.8161 32.1026 26.5303 31.8474 27.1314 31.3078C27.6033 30.8497 27.9455 30.2218 28.1341 29.5122C28.3225 28.8033 28.3961 28.1213 28.2173 27.5268Z" fill="url(#paint2_linear_13756_69197)"/>
|
|
6
|
+
</g>
|
|
7
|
+
<foreignObject x="6.40137" y="-7.81641" width="62.4404" height="62.1445"><div xmlns="http://www.w3.org/1999/xhtml" style="backdrop-filter:blur(7.5px);clip-path:url(#bgblur_0_13756_69197_clip_path);height:100%;width:100%"></div></foreignObject><g data-figma-bg-blur-radius="15">
|
|
8
|
+
<mask id="path-4-outside-1_13756_69197" maskUnits="userSpaceOnUse" x="16.9611" y="4.04252" width="38.8487" height="38.1615" fill="black">
|
|
9
|
+
<rect fill="white" x="16.9611" y="4.04252" width="38.8487" height="38.1615"/>
|
|
10
|
+
<path d="M50.5366 22.7174C48.9256 21.4734 48.0623 20.2825 47.5938 18.0476L47.4345 17.2877C46.8239 14.3753 45.7639 12.6402 43.9212 11.0709C41.0764 8.63025 36.9476 7.67095 33.2661 8.45123L33.1096 8.48441C29.5055 9.24829 26.214 11.6961 24.5276 14.9736C23.4004 17.2117 23.0666 19.3265 23.6941 22.3195L23.8534 23.0794C24.3219 25.3143 24.0489 26.7461 23.0357 28.5463C22.2904 29.8723 22.2786 31.376 22.6047 32.9316C22.9312 34.4891 23.7488 35.8563 25.0203 36.8391C26.6532 37.9942 28.7259 38.5133 30.6801 38.2657C33.5278 37.9953 36.3339 37.526 39.1552 36.928C41.9748 36.3304 44.7136 35.5402 47.4462 34.7121C49.3318 34.1459 51.0197 32.8297 52.0499 31.1102C52.817 29.6953 53.0179 28.1122 52.6914 26.5548C52.3652 24.9991 51.7508 23.6281 50.5366 22.7174"/>
|
|
11
|
+
</mask>
|
|
12
|
+
<path d="M50.5366 22.7174C48.9256 21.4734 48.0623 20.2825 47.5938 18.0476L47.4345 17.2877C46.8239 14.3753 45.7639 12.6402 43.9212 11.0709C41.0764 8.63025 36.9476 7.67095 33.2661 8.45123L33.1096 8.48441C29.5055 9.24829 26.214 11.6961 24.5276 14.9736C23.4004 17.2117 23.0666 19.3265 23.6941 22.3195L23.8534 23.0794C24.3219 25.3143 24.0489 26.7461 23.0357 28.5463C22.2904 29.8723 22.2786 31.376 22.6047 32.9316C22.9312 34.4891 23.7488 35.8563 25.0203 36.8391C26.6532 37.9942 28.7259 38.5133 30.6801 38.2657C33.5278 37.9953 36.3339 37.526 39.1552 36.928C41.9748 36.3304 44.7136 35.5402 47.4462 34.7121C49.3318 34.1459 51.0197 32.8297 52.0499 31.1102C52.817 29.6953 53.0179 28.1122 52.6914 26.5548C52.3652 24.9991 51.7508 23.6281 50.5366 22.7174" fill="#F6723E" fill-opacity="0.35"/>
|
|
13
|
+
<path d="M49.9251 23.51C50.3617 23.8472 50.9895 23.7657 51.3273 23.3279C51.665 22.8902 51.5848 22.262 51.1482 21.9249L50.5366 22.7174L49.9251 23.51ZM43.9212 11.0709L43.2697 11.8311L43.2725 11.8334L43.9212 11.0709ZM24.5276 14.9736L23.6392 14.517L23.6353 14.5247L24.5276 14.9736ZM23.0357 28.5463L22.165 28.0566L22.1647 28.0571L23.0357 28.5463ZM25.0203 36.8391L24.4084 37.6314C24.4195 37.64 24.4308 37.6483 24.4423 37.6564L25.0203 36.8391ZM30.6801 38.2657L30.5877 37.2697C30.5773 37.2707 30.5669 37.2719 30.5565 37.2732L30.6801 38.2657ZM47.4462 34.7121L47.1608 33.7539L47.1584 33.7546L47.4462 34.7121ZM52.0499 31.1102L52.9069 31.6234C52.9143 31.611 52.9214 31.5986 52.9282 31.5859L52.0499 31.1102ZM51.1371 21.9164C50.6957 21.5854 50.0691 21.6757 49.7375 22.1181C49.4059 22.5605 49.4948 23.1875 49.9362 23.5185L50.5366 22.7174L51.1371 21.9164ZM50.5366 22.7174L51.1482 21.9249C50.3964 21.3444 49.8694 20.8148 49.4752 20.2077C49.0823 19.6027 48.7877 18.8689 48.572 17.8402L47.5938 18.0476L46.6155 18.2549C46.8684 19.4612 47.2397 20.4403 47.7984 21.3005C48.3556 22.1586 49.0658 22.8465 49.9251 23.51L50.5366 22.7174ZM47.5938 18.0476L48.572 17.8402L48.4127 17.0803L47.4345 17.2877L46.4562 17.495L46.6155 18.2549L47.5938 18.0476ZM47.4345 17.2877L48.4127 17.0803C47.7609 13.9709 46.5954 12.0334 44.5698 10.3084L43.9212 11.0709L43.2725 11.8334C44.9324 13.247 45.887 14.7797 46.4562 17.495L47.4345 17.2877ZM43.9212 11.0709L44.5726 10.3108C41.4783 7.65608 37.0285 6.63158 33.0609 7.47251L33.2661 8.45123L33.4713 9.42995C36.8667 8.71031 40.6745 9.60443 43.2698 11.8311L43.9212 11.0709ZM33.2661 8.45123L33.0609 7.47251L32.9044 7.50569L33.1096 8.48441L33.3147 9.46313L33.4713 9.42995L33.2661 8.45123ZM33.1096 8.48441L32.9044 7.50569C29.0165 8.32973 25.4683 10.9621 23.6392 14.517L24.5276 14.9736L25.4161 15.4302C26.9598 12.4301 29.9945 10.1669 33.3147 9.46313L33.1096 8.48441ZM24.5276 14.9736L23.6353 14.5247C22.4012 16.9748 22.044 19.3221 22.7158 22.5268L23.6941 22.3195L24.6724 22.1121C24.0893 19.3308 24.3996 17.4485 25.42 15.4225L24.5276 14.9736ZM23.6941 22.3195L22.7158 22.5268L22.8751 23.2867L23.8534 23.0794L24.8317 22.872L24.6724 22.1121L23.6941 22.3195ZM23.8534 23.0794L22.8751 23.2867C23.0923 24.3228 23.1251 25.1121 23.0129 25.8214C22.9009 26.5302 22.634 27.2233 22.165 28.0566L23.0357 28.5463L23.9063 29.036C24.4506 28.069 24.8268 27.1461 24.9875 26.1302C25.148 25.1148 25.083 24.0709 24.8317 22.872L23.8534 23.0794ZM23.0357 28.5463L22.1647 28.0571C21.2517 29.6815 21.2757 31.4659 21.6265 33.139L22.6047 32.9316L23.583 32.7243C23.2815 31.2861 23.329 30.063 23.9066 29.0354L23.0357 28.5463ZM22.6047 32.9316L21.6265 33.139C21.9989 34.9153 22.9385 36.4953 24.4084 37.6314L25.0203 36.8391L25.6323 36.0468C24.5591 35.2174 23.8636 34.0628 23.583 32.7243L22.6047 32.9316ZM25.0203 36.8391L24.4423 37.6564C26.2766 38.9541 28.5991 39.5375 30.8036 39.2582L30.6801 38.2657L30.5565 37.2732C28.8526 37.4891 27.0298 37.0343 25.5984 36.0217L25.0203 36.8391ZM30.6801 38.2657L30.7725 39.2617C33.6669 38.9868 36.5116 38.5105 39.3604 37.9067L39.1552 36.928L38.95 35.9493C36.1561 36.5414 33.3887 37.0038 30.5877 37.2697L30.6801 38.2657ZM39.1552 36.928L39.3604 37.9067C42.2235 37.2999 44.9959 36.4994 47.7341 35.6696L47.4462 34.7121L47.1584 33.7546C44.4313 34.5811 41.726 35.3609 38.95 35.9493L39.1552 36.928ZM47.4462 34.7121L47.7317 35.6703C49.8591 35.0315 51.7497 33.555 52.9069 31.6234L52.0499 31.1102L51.1929 30.5969C50.2898 32.1044 48.8045 33.2603 47.1608 33.7539L47.4462 34.7121ZM52.0499 31.1102L52.9282 31.5859C53.8145 29.9513 54.0422 28.1245 53.6696 26.3474L52.6914 26.5548L51.7131 26.7621C51.9935 28.0999 51.8195 29.4393 51.1716 30.6344L52.0499 31.1102ZM52.6914 26.5548L53.6696 26.3474C53.3189 24.6743 52.6245 23.0321 51.1371 21.9164L50.5366 22.7174L49.9362 23.5185C50.8771 24.2242 51.4116 25.3239 51.7131 26.7621L52.6914 26.5548Z" fill="url(#paint3_linear_13756_69197)" mask="url(#path-4-outside-1_13756_69197)"/>
|
|
14
|
+
</g>
|
|
15
|
+
<foreignObject x="18.7412" y="22.4922" width="42.3682" height="37.8359"><div xmlns="http://www.w3.org/1999/xhtml" style="backdrop-filter:blur(7.5px);clip-path:url(#bgblur_1_13756_69197_clip_path);height:100%;width:100%"></div></foreignObject><g data-figma-bg-blur-radius="15">
|
|
16
|
+
<mask id="path-6-outside-2_13756_69197" maskUnits="userSpaceOnUse" x="33.2472" y="36.7363" width="14.3589" height="10.5253" fill="black">
|
|
17
|
+
<rect fill="white" x="33.2472" y="36.7363" width="14.3589" height="10.5253"/>
|
|
18
|
+
<path d="M43.1954 38.4942C42.2708 38.4918 36.8797 39.6344 36.0348 40.0119C35.3153 40.3479 34.583 40.9299 34.7709 41.826C34.9941 42.6715 35.65 43.3206 36.4399 43.6529L36.4385 43.6551C37.4768 44.1651 38.6165 44.3877 39.7458 44.315C40.3467 44.2718 40.9404 44.1422 41.5294 43.9369C42.59 43.5455 43.5434 42.8792 44.2886 41.9913L44.2865 41.9898C44.8757 41.3652 45.2153 40.5052 45.08 39.641C44.8921 38.7448 43.9886 38.5096 43.1954 38.4942"/>
|
|
19
|
+
</mask>
|
|
20
|
+
<path d="M43.1954 38.4942C42.2708 38.4918 36.8797 39.6344 36.0348 40.0119C35.3153 40.3479 34.583 40.9299 34.7709 41.826C34.9941 42.6715 35.65 43.3206 36.4399 43.6529L36.4385 43.6551C37.4768 44.1651 38.6165 44.3877 39.7458 44.315C40.3467 44.2718 40.9404 44.1422 41.5294 43.9369C42.59 43.5455 43.5434 42.8792 44.2886 41.9913L44.2865 41.9898C44.8757 41.3652 45.2153 40.5052 45.08 39.641C44.8921 38.7448 43.9886 38.5096 43.1954 38.4942" fill="#F6723E" fill-opacity="0.35"/>
|
|
21
|
+
<path d="M43.1907 39.4947C43.7428 39.4962 44.1924 39.0494 44.195 38.4969C44.1975 37.9444 43.7521 37.4953 43.2001 37.4938L43.1954 38.4942L43.1907 39.4947ZM36.0348 40.0119L35.6289 39.0985C35.6238 39.1008 35.6188 39.1031 35.6137 39.1054L36.0348 40.0119ZM34.7709 41.826L33.7926 42.0333C33.7961 42.0501 33.8001 42.0668 33.8045 42.0833L34.7709 41.826ZM36.4399 43.6529L37.2816 44.1907C37.4405 43.9421 37.4818 43.6361 37.3945 43.3546C37.3073 43.0732 37.1003 42.8448 36.8289 42.7306L36.4399 43.6529ZM36.4385 43.6551L35.5967 43.1173C35.4433 43.3574 35.3992 43.6514 35.4756 43.9256C35.5519 44.1997 35.7415 44.4281 35.9967 44.5534L36.4385 43.6551ZM39.7458 44.315L39.808 45.3134L39.8153 45.3128L39.7458 44.315ZM41.5294 43.9369L41.8564 44.8816C41.8621 44.8796 41.8678 44.8776 41.8735 44.8755L41.5294 43.9369ZM44.2886 41.9913L45.0534 42.6338C45.2366 42.4156 45.3183 42.1297 45.2781 41.8478C45.2379 41.566 45.0795 41.3149 44.8427 41.1575L44.2886 41.9913ZM44.2865 41.9898L43.5603 41.3038C43.3578 41.5185 43.2601 41.8115 43.2933 42.1045C43.3264 42.3975 43.4871 42.6606 43.7324 42.8236L44.2865 41.9898ZM45.08 39.641L46.0675 39.4842C46.0649 39.4672 46.0618 39.4504 46.0583 39.4336L45.08 39.641ZM43.2167 37.494C42.6648 37.4833 42.2079 37.9225 42.1961 38.4749C42.1843 39.0274 42.6222 39.4838 43.1741 39.4945L43.1954 38.4942L43.2167 37.494ZM43.1954 38.4942L43.2001 37.4938C42.8641 37.4929 42.2614 37.583 41.6363 37.6916C40.9724 37.8069 40.1729 37.9638 39.38 38.1319C38.5872 38.2999 37.7927 38.4808 37.139 38.6448C36.5235 38.7991 35.9359 38.9613 35.6289 39.0985L36.0348 40.0119L36.4407 40.9254C36.5561 40.8738 36.9593 40.7516 37.6212 40.5856C38.2448 40.4292 39.0143 40.2538 39.7904 40.0893C40.5665 39.9248 41.341 39.773 41.9743 39.663C42.6465 39.5462 43.0645 39.4944 43.1907 39.4947L43.1954 38.4942ZM36.0348 40.0119L35.6137 39.1054C35.1893 39.3036 34.6782 39.6096 34.2954 40.0691C33.8852 40.5615 33.6253 41.2354 33.7926 42.0333L34.7709 41.826L35.7491 41.6186C35.7348 41.5501 35.7413 41.5114 35.7484 41.4868C35.7568 41.4576 35.7773 41.4116 35.8297 41.3487C35.946 41.2092 36.1607 41.0562 36.4558 40.9184L36.0348 40.0119ZM34.7709 41.826L33.8045 42.0833C34.1208 43.2819 35.0311 44.1461 36.0509 44.5753L36.4399 43.6529L36.8289 42.7306C36.269 42.495 35.8673 42.0612 35.7373 41.5686L34.7709 41.826ZM36.4399 43.6529L35.5981 43.1151L35.5967 43.1173L36.4385 43.6551L37.2802 44.1929L37.2816 44.1907L36.4399 43.6529ZM36.4385 43.6551L35.9967 44.5534C37.1914 45.1402 38.5049 45.3973 39.808 45.3133L39.7458 44.315L39.6836 43.3166C38.7281 43.3781 37.7621 43.1899 36.8803 42.7568L36.4385 43.6551ZM39.7458 44.315L39.8153 45.3128C40.5128 45.2628 41.1932 45.1129 41.8564 44.8816L41.5294 43.9369L41.2023 42.9922C40.6877 43.1716 40.1805 43.2809 39.6763 43.3171L39.7458 44.315ZM41.5294 43.9369L41.8735 44.8755C43.0975 44.4238 44.196 43.6555 45.0534 42.6338L44.2886 41.9913L43.5238 41.3487C42.8907 42.103 42.0824 42.6673 41.1852 42.9983L41.5294 43.9369ZM44.2886 41.9913L44.8427 41.1575L44.8406 41.1561L44.2865 41.9898L43.7324 42.8236L43.7345 42.825L44.2886 41.9913ZM44.2865 41.9898L45.0127 42.6758C45.7734 41.8693 46.2592 40.7091 46.0675 39.4842L45.08 39.641L44.0925 39.7977C44.1713 40.3012 43.9779 40.8611 43.5603 41.3038L44.2865 41.9898ZM45.08 39.641L46.0583 39.4336C45.891 38.6357 45.3827 38.1246 44.8097 37.8406C44.2751 37.5756 43.6846 37.503 43.2167 37.494L43.1954 38.4942L43.1741 39.4945C43.4994 39.5008 43.7573 39.5535 43.9197 39.634C43.9929 39.6703 44.0301 39.7041 44.0495 39.7274C44.0659 39.747 44.0874 39.7797 44.1017 39.8483L45.08 39.641Z" fill="url(#paint4_linear_13756_69197)" mask="url(#path-6-outside-2_13756_69197)"/>
|
|
22
|
+
</g>
|
|
23
|
+
<foreignObject x="22.6543" y="-1.83594" width="35.4629" height="35.9609"><div xmlns="http://www.w3.org/1999/xhtml" style="backdrop-filter:blur(7.5px);clip-path:url(#bgblur_2_13756_69197_clip_path);height:100%;width:100%"></div></foreignObject><g filter="url(#filter3_d_13756_69197)" data-figma-bg-blur-radius="15">
|
|
24
|
+
<path d="M39.1709 13.1939C38.5295 13.0492 37.8818 13.4258 37.6816 14.0358C37.6144 14.3752 37.6679 14.7348 37.8587 15.0214C38.0495 15.308 38.3483 15.5111 38.6984 15.5858L38.7446 15.5998C39.7873 15.9148 40.5362 16.8427 40.6069 17.9123C40.6409 18.6093 41.2284 19.1466 41.9177 19.126C42.6114 19.0903 43.1428 18.515 43.1162 17.8365C42.964 15.6793 41.4517 13.834 39.3484 13.2475L39.1709 13.1939Z" fill="url(#paint5_linear_13756_69197)"/>
|
|
25
|
+
<path d="M41.9153 19.0268C42.5148 18.9945 42.9796 18.5257 43.0153 17.9554L43.016 17.8403C42.8656 15.7273 41.3836 13.9192 39.3216 13.3442L39.1421 13.29C38.556 13.1615 37.9656 13.5054 37.7795 14.0606C37.7181 14.3764 37.769 14.7057 37.9421 14.9657C38.1181 15.23 38.3937 15.4186 38.7186 15.488L38.7189 15.4871L38.7731 15.5035C39.8546 15.8302 40.6326 16.7933 40.7063 17.9055L40.7067 17.9077L40.7181 18.0264C40.8057 18.6098 41.3193 19.0434 41.9147 19.0256L41.9153 19.0268Z" stroke="url(#paint6_linear_13756_69197)" stroke-opacity="0.5" stroke-width="0.2"/>
|
|
26
|
+
</g>
|
|
27
|
+
<defs>
|
|
28
|
+
<filter id="filter0_f_13756_69197" x="3.33398" y="3.41016" width="40.2744" height="43.6172" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
29
|
+
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
30
|
+
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
|
|
31
|
+
<feGaussianBlur stdDeviation="7.5" result="effect1_foregroundBlur_13756_69197"/>
|
|
32
|
+
</filter>
|
|
33
|
+
<clipPath id="bgblur_0_13756_69197_clip_path" transform="translate(-6.40137 7.81641)"><path d="M50.5366 22.7174C48.9256 21.4734 48.0623 20.2825 47.5938 18.0476L47.4345 17.2877C46.8239 14.3753 45.7639 12.6402 43.9212 11.0709C41.0764 8.63025 36.9476 7.67095 33.2661 8.45123L33.1096 8.48441C29.5055 9.24829 26.214 11.6961 24.5276 14.9736C23.4004 17.2117 23.0666 19.3265 23.6941 22.3195L23.8534 23.0794C24.3219 25.3143 24.0489 26.7461 23.0357 28.5463C22.2904 29.8723 22.2786 31.376 22.6047 32.9316C22.9312 34.4891 23.7488 35.8563 25.0203 36.8391C26.6532 37.9942 28.7259 38.5133 30.6801 38.2657C33.5278 37.9953 36.3339 37.526 39.1552 36.928C41.9748 36.3304 44.7136 35.5402 47.4462 34.7121C49.3318 34.1459 51.0197 32.8297 52.0499 31.1102C52.817 29.6953 53.0179 28.1122 52.6914 26.5548C52.3652 24.9991 51.7508 23.6281 50.5366 22.7174"/>
|
|
34
|
+
</clipPath><clipPath id="bgblur_1_13756_69197_clip_path" transform="translate(-18.7412 -22.4922)"><path d="M43.1954 38.4942C42.2708 38.4918 36.8797 39.6344 36.0348 40.0119C35.3153 40.3479 34.583 40.9299 34.7709 41.826C34.9941 42.6715 35.65 43.3206 36.4399 43.6529L36.4385 43.6551C37.4768 44.1651 38.6165 44.3877 39.7458 44.315C40.3467 44.2718 40.9404 44.1422 41.5294 43.9369C42.59 43.5455 43.5434 42.8792 44.2886 41.9913L44.2865 41.9898C44.8757 41.3652 45.2153 40.5052 45.08 39.641C44.8921 38.7448 43.9886 38.5096 43.1954 38.4942"/>
|
|
35
|
+
</clipPath><filter id="filter3_d_13756_69197" x="22.6543" y="-1.83594" width="35.4629" height="35.9609" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
36
|
+
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
37
|
+
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
|
|
38
|
+
<feOffset dx="5" dy="5"/>
|
|
39
|
+
<feGaussianBlur stdDeviation="5"/>
|
|
40
|
+
<feColorMatrix type="matrix" values="0 0 0 0 0.15375 0 0 0 0 0.522433 0 0 0 0 0.9 0 0 0 0.5 0"/>
|
|
41
|
+
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_13756_69197"/>
|
|
42
|
+
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_13756_69197" result="shape"/>
|
|
43
|
+
</filter>
|
|
44
|
+
<clipPath id="bgblur_2_13756_69197_clip_path" transform="translate(-22.6543 1.83594)"><path d="M39.1709 13.1939C38.5295 13.0492 37.8818 13.4258 37.6816 14.0358C37.6144 14.3752 37.6679 14.7348 37.8587 15.0214C38.0495 15.308 38.3483 15.5111 38.6984 15.5858L38.7446 15.5998C39.7873 15.9148 40.5362 16.8427 40.6069 17.9123C40.6409 18.6093 41.2284 19.1466 41.9177 19.126C42.6114 19.0903 43.1428 18.515 43.1162 17.8365C42.964 15.6793 41.4517 13.834 39.3484 13.2475L39.1709 13.1939Z"/>
|
|
45
|
+
</clipPath><linearGradient id="paint0_linear_13756_69197" x1="31.288" y1="37.5165" x2="8.86016" y2="27.0474" gradientUnits="userSpaceOnUse">
|
|
46
|
+
<stop stop-color="#FF8E4F"/>
|
|
47
|
+
<stop offset="1" stop-color="#EF592E"/>
|
|
48
|
+
</linearGradient>
|
|
49
|
+
<linearGradient id="paint1_linear_13756_69197" x1="23.1063" y1="40.674" x2="16.3401" y2="36.1329" gradientUnits="userSpaceOnUse">
|
|
50
|
+
<stop stop-color="#FF8E4F"/>
|
|
51
|
+
<stop offset="1" stop-color="#EF592E"/>
|
|
52
|
+
</linearGradient>
|
|
53
|
+
<linearGradient id="paint2_linear_13756_69197" x1="27.264" y1="32.7861" x2="16.5162" y2="28.4344" gradientUnits="userSpaceOnUse">
|
|
54
|
+
<stop stop-color="#FF8E4F"/>
|
|
55
|
+
<stop offset="1" stop-color="#EF592E"/>
|
|
56
|
+
</linearGradient>
|
|
57
|
+
<linearGradient id="paint3_linear_13756_69197" x1="23.6289" y1="13.9568" x2="46.4666" y2="33.6151" gradientUnits="userSpaceOnUse">
|
|
58
|
+
<stop stop-color="white" stop-opacity="0.25"/>
|
|
59
|
+
<stop offset="1" stop-color="white" stop-opacity="0"/>
|
|
60
|
+
</linearGradient>
|
|
61
|
+
<linearGradient id="paint4_linear_13756_69197" x1="36.1957" y1="40.4465" x2="39.6746" y2="45.6797" gradientUnits="userSpaceOnUse">
|
|
62
|
+
<stop stop-color="white" stop-opacity="0.25"/>
|
|
63
|
+
<stop offset="1" stop-color="white" stop-opacity="0"/>
|
|
64
|
+
</linearGradient>
|
|
65
|
+
<linearGradient id="paint5_linear_13756_69197" x1="42.9256" y1="14.6939" x2="41.1959" y2="19.9345" gradientUnits="userSpaceOnUse">
|
|
66
|
+
<stop stop-color="white"/>
|
|
67
|
+
<stop offset="1" stop-color="white" stop-opacity="0.2"/>
|
|
68
|
+
</linearGradient>
|
|
69
|
+
<linearGradient id="paint6_linear_13756_69197" x1="40.8179" y1="18.3053" x2="42.0167" y2="14.2755" gradientUnits="userSpaceOnUse">
|
|
70
|
+
<stop stop-color="white"/>
|
|
71
|
+
<stop offset="1" stop-color="white" stop-opacity="0"/>
|
|
72
|
+
</linearGradient>
|
|
73
|
+
</defs>
|
|
74
|
+
</svg>
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
<svg width="54" height="56" viewBox="0 0 54 56" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M36.2852 15.6114L24.9095 12.5525C20.7833 11.4429 17.7335 13.2215 16.6242 17.376L12.8673 31.4469C11.7399 35.6696 13.5095 38.6857 17.6357 39.7953L29.0113 42.8542C33.2041 43.9816 36.1715 42.2393 37.2989 38.0166L41.0558 23.9457C42.1651 19.7912 40.4779 16.7388 36.2852 15.6114Z" fill="url(#paint0_linear_13756_69215)"/>
|
|
3
|
+
<g opacity="0.5" filter="url(#filter0_f_13756_69215)">
|
|
4
|
+
<path d="M33.3126 19.4638L25.5623 17.3797C22.7511 16.6237 20.6732 17.8355 19.9175 20.666L17.3578 30.2527C16.5897 33.1296 17.7953 35.1845 20.6066 35.9405L28.3569 38.0245C31.2135 38.7927 33.2352 37.6056 34.0033 34.7287L36.5629 25.142C37.3187 22.3115 36.1692 20.2319 33.3126 19.4638Z" fill="#39B93A"/>
|
|
5
|
+
</g>
|
|
6
|
+
<foreignObject x="-23.3955" y="-7.44922" width="82.335" height="82.4492"><div xmlns="http://www.w3.org/1999/xhtml" style="backdrop-filter:blur(12px);clip-path:url(#bgblur_0_13756_69215_clip_path);height:100%;width:100%"></div></foreignObject><g data-figma-bg-blur-radius="24">
|
|
7
|
+
<mask id="path-3-outside-1_13756_69215" maskUnits="userSpaceOnUse" x="0.604492" y="16.5508" width="35" height="35" fill="black">
|
|
8
|
+
<rect fill="white" x="0.604492" y="16.5508" width="35" height="35"/>
|
|
9
|
+
<path d="M24.7889 17.5508H10.7715C5.29072 17.5508 1.60449 21.4124 1.60449 27.1561V40.412C1.60449 46.1395 5.29072 50.0011 10.7715 50.0011H24.7889C30.2697 50.0011 33.9398 46.1395 33.9398 40.412V27.1561C33.9398 21.4124 30.2697 17.5508 24.7889 17.5508"/>
|
|
10
|
+
</mask>
|
|
11
|
+
<path d="M24.7889 17.5508H10.7715C5.29072 17.5508 1.60449 21.4124 1.60449 27.1561V40.412C1.60449 46.1395 5.29072 50.0011 10.7715 50.0011H24.7889C30.2697 50.0011 33.9398 46.1395 33.9398 40.412V27.1561C33.9398 21.4124 30.2697 17.5508 24.7889 17.5508" fill="#72DC60" fill-opacity="0.35"/>
|
|
12
|
+
<path d="M24.7889 18.5508C25.3412 18.5508 25.7889 18.1031 25.7889 17.5508C25.7889 16.9985 25.3412 16.5508 24.7889 16.5508V17.5508V18.5508ZM24.7889 16.5508C24.2366 16.5508 23.7889 16.9985 23.7889 17.5508C23.7889 18.1031 24.2366 18.5508 24.7889 18.5508V17.5508V16.5508ZM24.7889 17.5508V16.5508H10.7715V17.5508V18.5508H24.7889V17.5508ZM10.7715 17.5508V16.5508C7.78722 16.5508 5.22404 17.6077 3.40931 19.5091C1.59845 21.4064 0.604492 24.0685 0.604492 27.1561H1.60449H2.60449C2.60449 24.5 3.45365 22.3594 4.8561 20.89C6.25469 19.4246 8.27504 18.5508 10.7715 18.5508V17.5508ZM1.60449 27.1561H0.604492V40.412H1.60449H2.60449V27.1561H1.60449ZM1.60449 40.412H0.604492C0.604492 43.4923 1.5989 46.1503 3.40973 48.0453C5.22434 49.9442 7.78726 51.0011 10.7715 51.0011V50.0011V49.0011C8.275 49.0011 6.25439 48.1272 4.85569 46.6635C3.4532 45.1958 2.60449 43.0593 2.60449 40.412H1.60449ZM10.7715 50.0011V51.0011H24.7889V50.0011V49.0011H10.7715V50.0011ZM24.7889 50.0011V51.0011C27.7734 51.0011 30.3327 49.944 32.1435 48.0443C33.9502 46.1489 34.9398 43.491 34.9398 40.412H33.9398H32.9398C32.9398 43.0605 32.0944 45.1972 30.6958 46.6644C29.3013 48.1274 27.2852 49.0011 24.7889 49.0011V50.0011ZM33.9398 40.412H34.9398V27.1561H33.9398H32.9398V40.412H33.9398ZM33.9398 27.1561H34.9398C34.9398 24.0697 33.9506 21.4078 32.1439 19.51C30.333 17.6079 27.7734 16.5508 24.7889 16.5508V17.5508V18.5508C27.2852 18.5508 29.301 19.4244 30.6954 20.8891C32.0939 22.358 32.9398 24.4988 32.9398 27.1561H33.9398Z" fill="url(#paint1_linear_13756_69215)" mask="url(#path-3-outside-1_13756_69215)"/>
|
|
13
|
+
</g>
|
|
14
|
+
<foreignObject x="-4.39941" y="13.5078" width="44.3408" height="40.5391"><div xmlns="http://www.w3.org/1999/xhtml" style="backdrop-filter:blur(7.5px);clip-path:url(#bgblur_1_13756_69215_clip_path);height:100%;width:100%"></div></foreignObject><g filter="url(#filter2_d_13756_69215)" data-figma-bg-blur-radius="15">
|
|
15
|
+
<mask id="path-5-inside-2_13756_69215" fill="white">
|
|
16
|
+
<path d="M15.8526 39.0485C15.4905 39.0485 15.1283 38.9106 14.8519 38.6331L11.0153 34.7829C10.4624 34.228 10.4624 33.3291 11.0153 32.7758C11.5682 32.2209 12.4623 32.2193 13.0152 32.7742L15.8526 35.6217L22.5267 28.924C23.0796 28.3691 23.9737 28.3691 24.5266 28.924C25.0795 29.4789 25.0795 30.3778 24.5266 30.9327L16.8534 38.6331C16.577 38.9106 16.2148 39.0485 15.8526 39.0485"/>
|
|
17
|
+
</mask>
|
|
18
|
+
<path d="M15.8526 39.0485C15.4905 39.0485 15.1283 38.9106 14.8519 38.6331L11.0153 34.7829C10.4624 34.228 10.4624 33.3291 11.0153 32.7758C11.5682 32.2209 12.4623 32.2193 13.0152 32.7742L15.8526 35.6217L22.5267 28.924C23.0796 28.3691 23.9737 28.3691 24.5266 28.924C25.0795 29.4789 25.0795 30.3778 24.5266 30.9327L16.8534 38.6331C16.577 38.9106 16.2148 39.0485 15.8526 39.0485" fill="url(#paint2_linear_13756_69215)"/>
|
|
19
|
+
<path d="M11.0153 32.7758L11.1568 32.9172L11.157 32.917L11.0153 32.7758ZM15.8526 35.6217L15.711 35.7629L15.8526 35.9051L15.9943 35.7629L15.8526 35.6217ZM24.5266 30.9327L24.3849 30.7915V30.7915L24.5266 30.9327ZM16.8534 38.6331L16.9951 38.7743V38.7743L16.8534 38.6331ZM15.8526 39.0485V38.8485C15.5413 38.8485 15.2309 38.7301 14.9935 38.492L14.8519 38.6331L14.7102 38.7743C15.0258 39.091 15.4396 39.2485 15.8526 39.2485V39.0485ZM14.8519 38.6331L14.9935 38.492L11.157 34.6417L11.0153 34.7829L10.8736 34.9241L14.7102 38.7743L14.8519 38.6331ZM11.0153 34.7829L11.157 34.6417C10.6817 34.1648 10.682 33.3923 11.1568 32.9172L11.0153 32.7758L10.8738 32.6345C10.2427 33.266 10.243 34.2912 10.8736 34.9241L11.0153 34.7829ZM11.0153 32.7758L11.157 32.917C11.632 32.4403 12.3991 32.4392 12.8736 32.9154L13.0152 32.7742L13.1569 32.633C12.5255 31.9994 11.5044 32.0016 10.8736 32.6347L11.0153 32.7758ZM13.0152 32.7742L12.8736 32.9154L15.711 35.7629L15.8526 35.6217L15.9943 35.4806L13.1569 32.633L13.0152 32.7742ZM15.8526 35.6217L15.9943 35.7629L22.6683 29.0652L22.5267 28.924L22.385 28.7828L15.711 35.4806L15.8526 35.6217ZM22.5267 28.924L22.6683 29.0652C23.1431 28.5887 23.9101 28.5887 24.3849 29.0652L24.5266 28.924L24.6683 28.7828C24.0372 28.1495 23.0161 28.1495 22.385 28.7828L22.5267 28.924ZM24.5266 28.924L24.3849 29.0652C24.8601 29.542 24.8601 30.3146 24.3849 30.7915L24.5266 30.9327L24.6683 31.0738C25.299 30.4409 25.299 29.4158 24.6683 28.7828L24.5266 28.924ZM24.5266 30.9327L24.3849 30.7915L16.7118 38.492L16.8534 38.6331L16.9951 38.7743L24.6683 31.0738L24.5266 30.9327ZM16.8534 38.6331L16.7118 38.492C16.4744 38.7301 16.164 38.8485 15.8526 38.8485V39.0485V39.2485C16.2656 39.2485 16.6795 39.091 16.9951 38.7743L16.8534 38.6331Z" fill="url(#paint3_linear_13756_69215)" fill-opacity="0.5" mask="url(#path-5-inside-2_13756_69215)"/>
|
|
20
|
+
</g>
|
|
21
|
+
<defs>
|
|
22
|
+
<filter id="filter0_f_13756_69215" x="3.13086" y="3.16016" width="47.6582" height="49.0938" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
23
|
+
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
24
|
+
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
|
|
25
|
+
<feGaussianBlur stdDeviation="7" result="effect1_foregroundBlur_13756_69215"/>
|
|
26
|
+
</filter>
|
|
27
|
+
<clipPath id="bgblur_0_13756_69215_clip_path" transform="translate(23.3955 7.44922)"><path d="M24.7889 17.5508H10.7715C5.29072 17.5508 1.60449 21.4124 1.60449 27.1561V40.412C1.60449 46.1395 5.29072 50.0011 10.7715 50.0011H24.7889C30.2697 50.0011 33.9398 46.1395 33.9398 40.412V27.1561C33.9398 21.4124 30.2697 17.5508 24.7889 17.5508"/>
|
|
28
|
+
</clipPath><filter id="filter2_d_13756_69215" x="-4.39941" y="13.5078" width="44.3408" height="40.5391" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
29
|
+
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
30
|
+
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
|
|
31
|
+
<feOffset dx="5" dy="5"/>
|
|
32
|
+
<feGaussianBlur stdDeviation="5"/>
|
|
33
|
+
<feColorMatrix type="matrix" values="0 0 0 0 0.454902 0 0 0 0 0.870588 0 0 0 0 0.376471 0 0 0 0.5 0"/>
|
|
34
|
+
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_13756_69215"/>
|
|
35
|
+
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_13756_69215" result="shape"/>
|
|
36
|
+
</filter>
|
|
37
|
+
<clipPath id="bgblur_1_13756_69215_clip_path" transform="translate(4.39941 -13.5078)"><path d="M15.8526 39.0485C15.4905 39.0485 15.1283 38.9106 14.8519 38.6331L11.0153 34.7829C10.4624 34.228 10.4624 33.3291 11.0153 32.7758C11.5682 32.2209 12.4623 32.2193 13.0152 32.7742L15.8526 35.6217L22.5267 28.924C23.0796 28.3691 23.9737 28.3691 24.5266 28.924C25.0795 29.4789 25.0795 30.3778 24.5266 30.9327L16.8534 38.6331C16.577 38.9106 16.2148 39.0485 15.8526 39.0485"/>
|
|
38
|
+
</clipPath><linearGradient id="paint0_linear_13756_69215" x1="42.8125" y1="17.3666" x2="17.9565" y2="32.5252" gradientUnits="userSpaceOnUse">
|
|
39
|
+
<stop stop-color="#9BF763"/>
|
|
40
|
+
<stop offset="1" stop-color="#26AB5B"/>
|
|
41
|
+
</linearGradient>
|
|
42
|
+
<linearGradient id="paint1_linear_13756_69215" x1="6.75174" y1="21.3313" x2="27.467" y2="46.8966" gradientUnits="userSpaceOnUse">
|
|
43
|
+
<stop stop-color="white" stop-opacity="0.25"/>
|
|
44
|
+
<stop offset="1" stop-color="white" stop-opacity="0"/>
|
|
45
|
+
</linearGradient>
|
|
46
|
+
<linearGradient id="paint2_linear_13756_69215" x1="23.9245" y1="30.4112" x2="7.96478" y2="31.1192" gradientUnits="userSpaceOnUse">
|
|
47
|
+
<stop stop-color="white"/>
|
|
48
|
+
<stop offset="1" stop-color="white" stop-opacity="0.2"/>
|
|
49
|
+
</linearGradient>
|
|
50
|
+
<linearGradient id="paint3_linear_13756_69215" x1="12.1454" y1="32.0437" x2="24.3223" y2="32.1352" gradientUnits="userSpaceOnUse">
|
|
51
|
+
<stop stop-color="white"/>
|
|
52
|
+
<stop offset="1" stop-color="white" stop-opacity="0"/>
|
|
53
|
+
</linearGradient>
|
|
54
|
+
</defs>
|
|
55
|
+
</svg>
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
<svg width="70" height="66" viewBox="0 0 70 66" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M48.102 32.5404L30.8716 15.2239C29.0578 13.3667 26.0393 13.3199 24.1598 15.1417C23.5047 15.7504 23.055 16.5434 22.8426 17.3794L16.4615 41.2515C16.1203 43.8277 17.965 46.1943 20.5681 46.5089C21.0853 46.5589 21.6183 46.5374 22.129 46.432L45.8639 40.014C47.0628 39.6208 48.0403 38.7868 48.6281 37.663C49.215 36.5359 49.3248 35.2478 48.9393 34.0575C48.7696 33.5493 48.5239 33.0823 48.102 32.5404V32.5404Z" fill="url(#paint0_linear_13756_68495)"/>
|
|
3
|
+
<g filter="url(#filter0_f_13756_68495)">
|
|
4
|
+
<path d="M41.3883 34.059L31.5096 24.1309C30.4697 23.0662 28.7391 23.0393 27.6616 24.0838C27.286 24.4328 27.0282 24.8875 26.9063 25.3667L23.2479 39.0533C23.0523 40.5303 24.1099 41.8871 25.6023 42.0674C25.8989 42.0961 26.2044 42.0838 26.4972 42.0234L40.1051 38.3438C40.7924 38.1183 41.3529 37.6402 41.6899 36.9958C42.0264 36.3497 42.0893 35.6112 41.8683 34.9287C41.771 34.6373 41.6301 34.3696 41.3883 34.059V34.059Z" fill="#E40010"/>
|
|
5
|
+
</g>
|
|
6
|
+
<foreignObject x="0.582031" y="-14.7109" width="91.1807" height="87.2539"><div xmlns="http://www.w3.org/1999/xhtml" style="backdrop-filter:blur(12px);clip-path:url(#bgblur_0_13756_68495_clip_path);height:100%;width:100%"></div></foreignObject><path data-figma-bg-blur-radius="24" d="M43.1133 10.5781C46.1531 8.89006 50.0094 10.0038 51.707 13.0254L66.6729 39.1348L66.2393 39.3838L66.7002 39.1895C67.0493 40.0156 67.2079 40.7043 67.2529 41.4238V41.4287C67.3424 43.1016 66.7595 44.7269 65.6201 45.9756V45.9766C64.4829 47.2184 62.9401 47.9548 61.2637 48.0439H31.0986C31.0885 48.0439 31.0784 48.0436 31.0684 48.043C30.3758 48.0007 29.6884 47.8433 29.0488 47.6016L29.0371 47.5977C25.7985 46.2846 24.2305 42.5884 25.5518 39.3779C25.5599 39.3581 25.5694 39.3389 25.5801 39.3203L40.6494 13.0068C41.1734 12.0673 41.9526 11.2465 42.918 10.6865L43.1133 10.5781Z" fill="#FF9A9C" fill-opacity="0.35" stroke="url(#paint1_linear_13756_68495)" stroke-linecap="round" stroke-linejoin="round"/>
|
|
7
|
+
<foreignObject x="29.3574" y="7.89453" width="33.6025" height="46.4062"><div xmlns="http://www.w3.org/1999/xhtml" style="backdrop-filter:blur(7.5px);clip-path:url(#bgblur_1_13756_68495_clip_path);height:100%;width:100%"></div></foreignObject><g filter="url(#filter2_d_13756_68495)" data-figma-bg-blur-radius="15">
|
|
8
|
+
<mask id="path-4-inside-1_13756_68495" fill="white">
|
|
9
|
+
<path d="M46.1689 35.6895C47.1571 35.6895 47.96 36.4913 47.96 37.4736C47.9598 38.4785 47.157 39.3008 46.1689 39.3008C45.1809 39.3008 44.3575 38.4784 44.3574 37.4961C44.3574 36.5096 45.1808 35.6895 46.1689 35.6895ZM46.1689 22.8945C47.157 22.8945 47.9599 23.6923 47.96 24.6787V30.4805C47.96 31.4649 47.1571 32.2881 46.1689 32.2881C45.1808 32.2881 44.3574 31.4649 44.3574 30.4805V24.6787C44.3575 23.6923 45.1809 22.8946 46.1689 22.8945Z"/>
|
|
10
|
+
</mask>
|
|
11
|
+
<path d="M46.1689 35.6895C47.1571 35.6895 47.96 36.4913 47.96 37.4736C47.9598 38.4785 47.157 39.3008 46.1689 39.3008C45.1809 39.3008 44.3575 38.4784 44.3574 37.4961C44.3574 36.5096 45.1808 35.6895 46.1689 35.6895ZM46.1689 22.8945C47.157 22.8945 47.9599 23.6923 47.96 24.6787V30.4805C47.96 31.4649 47.1571 32.2881 46.1689 32.2881C45.1808 32.2881 44.3574 31.4649 44.3574 30.4805V24.6787C44.3575 23.6923 45.1809 22.8946 46.1689 22.8945Z" fill="url(#paint2_linear_13756_68495)"/>
|
|
12
|
+
<path d="M46.1689 35.6895V35.2895H46.1689L46.1689 35.6895ZM47.96 37.4736L48.36 37.4737V37.4736H47.96ZM46.1689 39.3008L46.1689 39.7008H46.1689V39.3008ZM44.3574 37.4961H43.9574V37.4961L44.3574 37.4961ZM46.1689 22.8945V22.4945H46.1689L46.1689 22.8945ZM47.96 24.6787H48.36V24.6787L47.96 24.6787ZM46.1689 32.2881L46.1689 32.6881H46.1689V32.2881ZM44.3574 24.6787L43.9574 24.6787V24.6787H44.3574ZM46.1689 35.6895V36.0895C46.9373 36.0895 47.56 36.7133 47.56 37.4736H47.96H48.36C48.36 36.2692 47.3768 35.2895 46.1689 35.2895V35.6895ZM47.96 37.4736L47.56 37.4736C47.5599 38.2656 46.9281 38.9008 46.1689 38.9008V39.3008V39.7008C47.3859 39.7008 48.3598 38.6913 48.36 37.4737L47.96 37.4736ZM46.1689 39.3008L46.169 38.9008C45.4007 38.9008 44.7575 38.2564 44.7574 37.4961L44.3574 37.4961L43.9574 37.4961C43.9575 38.7004 44.9611 39.7008 46.1689 39.7008L46.1689 39.3008ZM44.3574 37.4961H44.7574C44.7574 36.7317 45.4006 36.0895 46.169 36.0895L46.1689 35.6895L46.1689 35.2895C44.9611 35.2895 43.9574 36.2875 43.9574 37.4961H44.3574ZM46.1689 22.8945V23.2945C46.9379 23.2945 47.5599 23.9149 47.56 24.6787L47.96 24.6787L48.36 24.6787C48.3599 23.4696 47.3762 22.4945 46.1689 22.4945V22.8945ZM47.96 24.6787H47.56V30.4805H47.96H48.36V24.6787H47.96ZM47.96 30.4805H47.56C47.56 31.2493 46.9309 31.8881 46.1689 31.8881V32.2881V32.6881C47.3833 32.6881 48.36 31.6805 48.36 30.4805H47.96ZM46.1689 32.2881L46.169 31.8881C45.4012 31.8881 44.7574 31.2434 44.7574 30.4805H44.3574H43.9574C43.9574 31.6864 44.9605 32.688 46.1689 32.6881L46.1689 32.2881ZM44.3574 30.4805H44.7574V24.6787H44.3574H43.9574V30.4805H44.3574ZM44.3574 24.6787L44.7574 24.6787C44.7575 23.9208 45.3941 23.2946 46.169 23.2945L46.1689 22.8945L46.1689 22.4945C44.9676 22.4946 43.9575 23.4638 43.9574 24.6787L44.3574 24.6787Z" fill="url(#paint3_linear_13756_68495)" mask="url(#path-4-inside-1_13756_68495)"/>
|
|
13
|
+
</g>
|
|
14
|
+
<defs>
|
|
15
|
+
<filter id="filter0_f_13756_68495" x="4.22461" y="4.31641" width="56.7734" height="56.7656" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
16
|
+
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
17
|
+
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
|
|
18
|
+
<feGaussianBlur stdDeviation="9.5" result="effect1_foregroundBlur_13756_68495"/>
|
|
19
|
+
</filter>
|
|
20
|
+
<clipPath id="bgblur_0_13756_68495_clip_path" transform="translate(-0.582031 14.7109)"><path d="M43.1133 10.5781C46.1531 8.89006 50.0094 10.0038 51.707 13.0254L66.6729 39.1348L66.2393 39.3838L66.7002 39.1895C67.0493 40.0156 67.2079 40.7043 67.2529 41.4238V41.4287C67.3424 43.1016 66.7595 44.7269 65.6201 45.9756V45.9766C64.4829 47.2184 62.9401 47.9548 61.2637 48.0439H31.0986C31.0885 48.0439 31.0784 48.0436 31.0684 48.043C30.3758 48.0007 29.6884 47.8433 29.0488 47.6016L29.0371 47.5977C25.7985 46.2846 24.2305 42.5884 25.5518 39.3779C25.5599 39.3581 25.5694 39.3389 25.5801 39.3203L40.6494 13.0068C41.1734 12.0673 41.9526 11.2465 42.918 10.6865L43.1133 10.5781Z"/>
|
|
21
|
+
</clipPath><filter id="filter2_d_13756_68495" x="29.3574" y="7.89453" width="33.6025" height="46.4062" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
22
|
+
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
23
|
+
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
|
|
24
|
+
<feOffset dx="5" dy="5"/>
|
|
25
|
+
<feGaussianBlur stdDeviation="5"/>
|
|
26
|
+
<feColorMatrix type="matrix" values="0 0 0 0 1 0 0 0 0 0.216346 0 0 0 0 0.229407 0 0 0 1 0"/>
|
|
27
|
+
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_13756_68495"/>
|
|
28
|
+
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_13756_68495" result="shape"/>
|
|
29
|
+
</filter>
|
|
30
|
+
<clipPath id="bgblur_1_13756_68495_clip_path" transform="translate(-29.3574 -7.89453)"><path d="M46.1689 35.6895C47.1571 35.6895 47.96 36.4913 47.96 37.4736C47.9598 38.4785 47.157 39.3008 46.1689 39.3008C45.1809 39.3008 44.3575 38.4784 44.3574 37.4961C44.3574 36.5096 45.1808 35.6895 46.1689 35.6895ZM46.1689 22.8945C47.157 22.8945 47.9599 23.6923 47.96 24.6787V30.4805C47.96 31.4649 47.1571 32.2881 46.1689 32.2881C45.1808 32.2881 44.3574 31.4649 44.3574 30.4805V24.6787C44.3575 23.6923 45.1809 22.8946 46.1689 22.8945Z"/>
|
|
31
|
+
</clipPath><linearGradient id="paint0_linear_13756_68495" x1="33.0221" y1="29.9113" x2="9.60295" y2="51.9716" gradientUnits="userSpaceOnUse">
|
|
32
|
+
<stop stop-color="#FF9191"/>
|
|
33
|
+
<stop offset="1" stop-color="#EB5757"/>
|
|
34
|
+
</linearGradient>
|
|
35
|
+
<linearGradient id="paint1_linear_13756_68495" x1="32.1381" y1="14.6293" x2="55.2972" y2="46.3337" gradientUnits="userSpaceOnUse">
|
|
36
|
+
<stop stop-color="white" stop-opacity="0.25"/>
|
|
37
|
+
<stop offset="1" stop-color="white" stop-opacity="0"/>
|
|
38
|
+
</linearGradient>
|
|
39
|
+
<linearGradient id="paint2_linear_13756_68495" x1="46.1591" y1="23.82" x2="42.8511" y2="23.5152" gradientUnits="userSpaceOnUse">
|
|
40
|
+
<stop stop-color="white" stop-opacity="0.75"/>
|
|
41
|
+
<stop offset="1" stop-color="white" stop-opacity="0.2"/>
|
|
42
|
+
</linearGradient>
|
|
43
|
+
<linearGradient id="paint3_linear_13756_68495" x1="44.9309" y1="24.8059" x2="50.3529" y2="26.2805" gradientUnits="userSpaceOnUse">
|
|
44
|
+
<stop stop-color="white" stop-opacity="0.25"/>
|
|
45
|
+
<stop offset="1" stop-color="white" stop-opacity="0"/>
|
|
46
|
+
</linearGradient>
|
|
47
|
+
</defs>
|
|
48
|
+
</svg>
|