react-native-timacare 3.3.60-cccd → 3.3.62

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (116) hide show
  1. package/lib/commonjs/AppStore.js +1 -1
  2. package/lib/commonjs/AppStore.js.flow +0 -119
  3. package/lib/commonjs/AppStore.js.map +1 -1
  4. package/lib/commonjs/assets/icons/modal_confirm.svg +18 -8
  5. package/lib/commonjs/assets/icons/modal_notice.svg +42 -41
  6. package/lib/commonjs/assets/icons/modal_success.svg +36 -27
  7. package/lib/commonjs/assets/icons/modal_warning.svg +27 -27
  8. package/lib/commonjs/assets/svgs/upload.svg +8 -2
  9. package/lib/commonjs/components/ItemTimaOne.js +1 -1
  10. package/lib/commonjs/components/ItemTimaOne.js.flow +4 -14
  11. package/lib/commonjs/components/ItemTimaOne.js.map +1 -1
  12. package/lib/commonjs/components/ModalNotification/index.js +1 -1
  13. package/lib/commonjs/components/ModalNotification/index.js.flow +1 -1
  14. package/lib/commonjs/navigation/primary-navigator.js +1 -1
  15. package/lib/commonjs/navigation/primary-navigator.js.flow +0 -3
  16. package/lib/commonjs/navigation/primary-navigator.js.map +1 -1
  17. package/lib/commonjs/screens/camera/CCCDCameraScreen.js +1 -1
  18. package/lib/commonjs/screens/camera/CCCDCameraScreen.js.flow +17 -6
  19. package/lib/commonjs/screens/camera/CCCDCameraScreen.js.map +1 -1
  20. package/lib/commonjs/screens/detail-loan/PaymentInfo.js +1 -1
  21. package/lib/commonjs/screens/detail-loan/PaymentInfo.js.flow +0 -25
  22. package/lib/commonjs/screens/detail-loan/PaymentInfo.js.map +1 -1
  23. package/lib/commonjs/screens/detail-loan/ShowQrCode.js +1 -1
  24. package/lib/commonjs/screens/detail-loan/ShowQrCode.js.flow +0 -26
  25. package/lib/commonjs/screens/detail-loan/ShowQrCode.js.map +1 -1
  26. package/lib/commonjs/screens/home/DigitalTopupItem.js +1 -1
  27. package/lib/commonjs/screens/home/DigitalTopupItem.js.flow +1 -1
  28. package/lib/commonjs/screens/home/DigitalTopupItem.js.map +1 -1
  29. package/lib/commonjs/screens/main/index.js +1 -1
  30. package/lib/commonjs/screens/main/index.js.flow +0 -1
  31. package/lib/commonjs/screens/main/index.js.map +1 -1
  32. package/lib/commonjs/screens/toan-trinh-so/OCR.js +1 -1
  33. package/lib/commonjs/screens/toan-trinh-so/OCR.js.flow +21 -7
  34. package/lib/commonjs/screens/toan-trinh-so/OCR.js.map +1 -1
  35. package/lib/commonjs/screens/toan-trinh-so/VehicleCamera.js +1 -1
  36. package/lib/commonjs/screens/toan-trinh-so/VehicleCamera.js.flow +21 -7
  37. package/lib/commonjs/screens/toan-trinh-so/VehicleCamera.js.map +1 -1
  38. package/lib/module/AppStore.js +1 -1
  39. package/lib/module/AppStore.js.map +1 -1
  40. package/lib/module/assets/icons/modal_confirm.svg +18 -8
  41. package/lib/module/assets/icons/modal_notice.svg +42 -41
  42. package/lib/module/assets/icons/modal_success.svg +36 -27
  43. package/lib/module/assets/icons/modal_warning.svg +27 -27
  44. package/lib/module/assets/svgs/upload.svg +8 -2
  45. package/lib/module/components/ItemTimaOne.js +1 -1
  46. package/lib/module/components/ItemTimaOne.js.map +1 -1
  47. package/lib/module/components/ModalNotification/index.js +1 -1
  48. package/lib/module/navigation/primary-navigator.js +1 -1
  49. package/lib/module/navigation/primary-navigator.js.map +1 -1
  50. package/lib/module/screens/camera/CCCDCameraScreen.js +1 -1
  51. package/lib/module/screens/camera/CCCDCameraScreen.js.map +1 -1
  52. package/lib/module/screens/detail-loan/PaymentInfo.js +1 -1
  53. package/lib/module/screens/detail-loan/PaymentInfo.js.map +1 -1
  54. package/lib/module/screens/detail-loan/ShowQrCode.js +1 -1
  55. package/lib/module/screens/detail-loan/ShowQrCode.js.map +1 -1
  56. package/lib/module/screens/home/DigitalTopupItem.js +1 -1
  57. package/lib/module/screens/home/DigitalTopupItem.js.map +1 -1
  58. package/lib/module/screens/main/index.js +1 -1
  59. package/lib/module/screens/main/index.js.map +1 -1
  60. package/lib/module/screens/toan-trinh-so/OCR.js +1 -1
  61. package/lib/module/screens/toan-trinh-so/OCR.js.map +1 -1
  62. package/lib/module/screens/toan-trinh-so/VehicleCamera.js +1 -1
  63. package/lib/module/screens/toan-trinh-so/VehicleCamera.js.map +1 -1
  64. package/lib/typescript/AppStore.d.ts +0 -5
  65. package/lib/typescript/AppStore.d.ts.map +1 -1
  66. package/lib/typescript/components/ItemTimaOne.d.ts.map +1 -1
  67. package/lib/typescript/navigation/primary-navigator.d.ts +0 -1
  68. package/lib/typescript/navigation/primary-navigator.d.ts.map +1 -1
  69. package/lib/typescript/screens/camera/CCCDCameraScreen.d.ts.map +1 -1
  70. package/lib/typescript/screens/main/index.d.ts.map +1 -1
  71. package/lib/typescript/screens/toan-trinh-so/OCR.d.ts.map +1 -1
  72. package/lib/typescript/screens/toan-trinh-so/VehicleCamera.d.ts.map +1 -1
  73. package/package.json +1 -1
  74. package/src/AppStore.tsx +0 -119
  75. package/src/assets/icons/modal_confirm.svg +18 -8
  76. package/src/assets/icons/modal_notice.svg +42 -41
  77. package/src/assets/icons/modal_success.svg +36 -27
  78. package/src/assets/icons/modal_warning.svg +27 -27
  79. package/src/assets/svgs/upload.svg +8 -2
  80. package/src/components/ItemTimaOne.tsx +4 -14
  81. package/src/components/ModalNotification/index.tsx +1 -1
  82. package/src/navigation/primary-navigator.tsx +0 -3
  83. package/src/screens/camera/CCCDCameraScreen.tsx +17 -6
  84. package/src/screens/detail-loan/PaymentInfo.tsx +0 -25
  85. package/src/screens/detail-loan/ShowQrCode.tsx +0 -26
  86. package/src/screens/home/DigitalTopupItem.tsx +1 -1
  87. package/src/screens/main/index.tsx +0 -1
  88. package/src/screens/toan-trinh-so/OCR.tsx +21 -7
  89. package/src/screens/toan-trinh-so/VehicleCamera.tsx +21 -7
  90. package/lib/commonjs/screens/personal/bg.png +0 -0
  91. package/lib/commonjs/screens/personal/index.js +0 -2
  92. package/lib/commonjs/screens/personal/index.js.flow +0 -112
  93. package/lib/commonjs/screens/personal/index.js.map +0 -1
  94. package/lib/commonjs/screens/qualify/Store.js +0 -2
  95. package/lib/commonjs/screens/qualify/Store.js.flow +0 -49
  96. package/lib/commonjs/screens/qualify/Store.js.map +0 -1
  97. package/lib/commonjs/screens/qualify/index.js +0 -2
  98. package/lib/commonjs/screens/qualify/index.js.flow +0 -220
  99. package/lib/commonjs/screens/qualify/index.js.map +0 -1
  100. package/lib/module/screens/personal/bg.png +0 -0
  101. package/lib/module/screens/personal/index.js +0 -2
  102. package/lib/module/screens/personal/index.js.map +0 -1
  103. package/lib/module/screens/qualify/Store.js +0 -2
  104. package/lib/module/screens/qualify/Store.js.map +0 -1
  105. package/lib/module/screens/qualify/index.js +0 -2
  106. package/lib/module/screens/qualify/index.js.map +0 -1
  107. package/lib/typescript/screens/personal/index.d.ts +0 -2
  108. package/lib/typescript/screens/personal/index.d.ts.map +0 -1
  109. package/lib/typescript/screens/qualify/Store.d.ts +0 -8
  110. package/lib/typescript/screens/qualify/Store.d.ts.map +0 -1
  111. package/lib/typescript/screens/qualify/index.d.ts +0 -2
  112. package/lib/typescript/screens/qualify/index.d.ts.map +0 -1
  113. package/src/screens/personal/bg.png +0 -0
  114. package/src/screens/personal/index.tsx +0 -112
  115. package/src/screens/qualify/Store.tsx +0 -49
  116. package/src/screens/qualify/index.tsx +0 -220
@@ -1,55 +1,64 @@
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"/>
1
+ <svg width="59" height="51" viewBox="0 0 59 51" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g clip-path="url(#clip0_13997_70644)">
3
+ <path d="M44.4717 10.8145L33.0961 7.75558C28.9698 6.64602 25.92 8.42461 24.8108 12.5791L21.0538 26.65C19.9264 30.8727 21.696 33.8888 25.8222 34.9984L37.1979 38.0573C41.3906 39.1848 44.358 37.4424 45.4854 33.2198L49.2424 19.1489C50.3516 14.9943 48.6644 11.9419 44.4717 10.8145Z" fill="url(#paint0_linear_13997_70644)"/>
4
+ <g opacity="0.5" filter="url(#filter0_f_13997_70644)">
5
+ <path d="M41.5001 14.6669L33.7498 12.5828C30.9386 11.8269 28.8607 13.0386 28.105 15.8691L25.5453 25.4558C24.7772 28.3327 25.9828 30.3876 28.7941 31.1436L36.5444 33.2277C39.401 33.9958 41.4227 32.8087 42.1908 29.9318L44.7504 20.3452C45.5062 17.5146 44.3567 15.435 41.5001 14.6669Z" fill="#39B93A"/>
5
6
  </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"/>
7
+ <foreignObject x="-15.208" y="-12.2461" width="82.335" height="82.4492"><div xmlns="http://www.w3.org/1999/xhtml" style="backdrop-filter:blur(12px);clip-path:url(#bgblur_1_13997_70644_clip_path);height:100%;width:100%"></div></foreignObject><g data-figma-bg-blur-radius="24">
8
+ <mask id="path-3-outside-1_13997_70644" maskUnits="userSpaceOnUse" x="8.79199" y="11.7539" width="35" height="35" fill="black">
9
+ <rect fill="white" x="8.79199" y="11.7539" width="35" height="35"/>
10
+ <path d="M32.9764 12.7539H18.959C13.4782 12.7539 9.79199 16.6155 9.79199 22.3592V35.6152C9.79199 41.3426 13.4782 45.2042 18.959 45.2042H32.9764C38.4572 45.2042 42.1273 41.3426 42.1273 35.6152V22.3592C42.1273 16.6155 38.4572 12.7539 32.9764 12.7539"/>
10
11
  </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)"/>
12
+ <path d="M32.9764 12.7539H18.959C13.4782 12.7539 9.79199 16.6155 9.79199 22.3592V35.6152C9.79199 41.3426 13.4782 45.2042 18.959 45.2042H32.9764C38.4572 45.2042 42.1273 41.3426 42.1273 35.6152V22.3592C42.1273 16.6155 38.4572 12.7539 32.9764 12.7539" fill="url(#paint1_linear_13997_70644)"/>
13
+ <path d="M32.9764 13.7539C33.5287 13.7539 33.9764 13.3062 33.9764 12.7539C33.9764 12.2016 33.5287 11.7539 32.9764 11.7539V12.7539V13.7539ZM32.9764 11.7539C32.4241 11.7539 31.9764 12.2016 31.9764 12.7539C31.9764 13.3062 32.4241 13.7539 32.9764 13.7539V12.7539V11.7539ZM32.9764 12.7539V11.7539H18.959V12.7539V13.7539H32.9764V12.7539ZM18.959 12.7539V11.7539C15.9747 11.7539 13.4115 12.8109 11.5968 14.7122C9.78595 16.6095 8.79199 19.2716 8.79199 22.3592H9.79199H10.792C10.792 19.7031 11.6411 17.5625 13.0436 16.0931C14.4422 14.6277 16.4625 13.7539 18.959 13.7539V12.7539ZM9.79199 22.3592H8.79199V35.6152H9.79199H10.792V22.3592H9.79199ZM9.79199 35.6152H8.79199C8.79199 38.6954 9.7864 41.3534 11.5972 43.2484C13.4118 45.1473 15.9748 46.2042 18.959 46.2042V45.2042V44.2042C16.4625 44.2042 14.4419 43.3304 13.0432 41.8666C11.6407 40.399 10.792 38.2624 10.792 35.6152H9.79199ZM18.959 45.2042V46.2042H32.9764V45.2042V44.2042H18.959V45.2042ZM32.9764 45.2042V46.2042C35.9609 46.2042 38.5202 45.1472 40.331 43.2475C42.1377 41.352 43.1273 38.6942 43.1273 35.6152H42.1273H41.1273C41.1273 38.2637 40.2819 40.4003 38.8833 41.8675C37.4888 43.3305 35.4727 44.2042 32.9764 44.2042V45.2042ZM42.1273 35.6152H43.1273V22.3592H42.1273H41.1273V35.6152H42.1273ZM42.1273 22.3592H43.1273C43.1273 19.2728 42.1381 16.6109 40.3314 14.7131C38.5205 12.811 35.9609 11.7539 32.9764 11.7539V12.7539V13.7539C35.4727 13.7539 37.4885 14.6276 38.8829 16.0922C40.2814 17.5612 41.1273 19.7019 41.1273 22.3592H42.1273Z" fill="url(#paint2_linear_13997_70644)" mask="url(#path-3-outside-1_13997_70644)"/>
13
14
  </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"/>
15
+ <foreignObject x="3.78809" y="8.71094" width="44.3408" height="40.5391"><div xmlns="http://www.w3.org/1999/xhtml" style="backdrop-filter:blur(7.5px);clip-path:url(#bgblur_2_13997_70644_clip_path);height:100%;width:100%"></div></foreignObject><g filter="url(#filter2_d_13997_70644)" data-figma-bg-blur-radius="15">
16
+ <mask id="path-5-inside-2_13997_70644" fill="white">
17
+ <path d="M24.0401 34.2516C23.678 34.2516 23.3158 34.1137 23.0394 33.8363L19.2028 29.986C18.6499 29.4311 18.6499 28.5322 19.2028 27.979C19.7557 27.4241 20.6498 27.4224 21.2027 27.9773L24.0401 30.8249L30.7142 24.1271C31.2671 23.5722 32.1612 23.5722 32.7141 24.1271C33.267 24.682 33.267 25.5809 32.7141 26.1358L25.0409 33.8363C24.7645 34.1137 24.4023 34.2516 24.0401 34.2516"/>
17
18
  </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)"/>
19
+ <path d="M24.0401 34.2516C23.678 34.2516 23.3158 34.1137 23.0394 33.8363L19.2028 29.986C18.6499 29.4311 18.6499 28.5322 19.2028 27.979C19.7557 27.4241 20.6498 27.4224 21.2027 27.9773L24.0401 30.8249L30.7142 24.1271C31.2671 23.5722 32.1612 23.5722 32.7141 24.1271C33.267 24.682 33.267 25.5809 32.7141 26.1358L25.0409 33.8363C24.7645 34.1137 24.4023 34.2516 24.0401 34.2516" fill="url(#paint3_linear_13997_70644)"/>
20
+ <path d="M19.2028 27.979L19.3443 28.1203L19.3445 28.1201L19.2028 27.979ZM24.0401 30.8249L23.8985 30.966L24.0401 31.1082L24.1818 30.966L24.0401 30.8249ZM32.7141 26.1358L32.5724 25.9946V25.9946L32.7141 26.1358ZM25.0409 33.8363L25.1826 33.9774V33.9774L25.0409 33.8363ZM24.0401 34.2516V34.0516C23.7288 34.0516 23.4184 33.9333 23.181 33.6951L23.0394 33.8363L22.8977 33.9774C23.2133 34.2941 23.6271 34.4516 24.0401 34.4516V34.2516ZM23.0394 33.8363L23.181 33.6951L19.3445 29.8449L19.2028 29.986L19.0611 30.1272L22.8977 33.9774L23.0394 33.8363ZM19.2028 29.986L19.3445 29.8449C18.8692 29.3679 18.8695 28.5954 19.3443 28.1203L19.2028 27.979L19.0613 27.8376C18.4302 28.4691 18.4305 29.4944 19.0611 30.1272L19.2028 29.986ZM19.2028 27.979L19.3445 28.1201C19.8195 27.6434 20.5866 27.6424 21.0611 28.1185L21.2027 27.9773L21.3444 27.8362C20.713 27.2025 19.6919 27.2048 19.0611 27.8378L19.2028 27.979ZM21.2027 27.9773L21.0611 28.1185L23.8985 30.966L24.0401 30.8249L24.1818 30.6837L21.3444 27.8362L21.2027 27.9773ZM24.0401 30.8249L24.1818 30.966L30.8558 24.2683L30.7142 24.1271L30.5725 23.9859L23.8985 30.6837L24.0401 30.8249ZM30.7142 24.1271L30.8558 24.2683C31.3306 23.7918 32.0976 23.7918 32.5724 24.2683L32.7141 24.1271L32.8558 23.9859C32.2247 23.3526 31.2036 23.3526 30.5725 23.9859L30.7142 24.1271ZM32.7141 24.1271L32.5724 24.2683C33.0476 24.7451 33.0476 25.5178 32.5724 25.9946L32.7141 26.1358L32.8558 26.277C33.4865 25.644 33.4865 24.6189 32.8558 23.9859L32.7141 24.1271ZM32.7141 26.1358L32.5724 25.9946L24.8993 33.6951L25.0409 33.8363L25.1826 33.9774L32.8558 26.277L32.7141 26.1358ZM25.0409 33.8363L24.8993 33.6951C24.6619 33.9333 24.3515 34.0516 24.0401 34.0516V34.2516V34.4516C24.4531 34.4516 24.867 34.2941 25.1826 33.9774L25.0409 33.8363Z" fill="url(#paint4_linear_13997_70644)" fill-opacity="0.5" mask="url(#path-5-inside-2_13997_70644)"/>
21
+ </g>
20
22
  </g>
21
23
  <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">
24
+ <filter id="filter0_f_13997_70644" x="11.3184" y="-1.63672" width="47.6582" height="49.0938" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
23
25
  <feFlood flood-opacity="0" result="BackgroundImageFix"/>
24
26
  <feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
25
- <feGaussianBlur stdDeviation="7" result="effect1_foregroundBlur_13756_69215"/>
27
+ <feGaussianBlur stdDeviation="7" result="effect1_foregroundBlur_13997_70644"/>
26
28
  </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
+ <clipPath id="bgblur_1_13997_70644_clip_path" transform="translate(15.208 12.2461)"><path d="M32.9764 12.7539H18.959C13.4782 12.7539 9.79199 16.6155 9.79199 22.3592V35.6152C9.79199 41.3426 13.4782 45.2042 18.959 45.2042H32.9764C38.4572 45.2042 42.1273 41.3426 42.1273 35.6152V22.3592C42.1273 16.6155 38.4572 12.7539 32.9764 12.7539"/>
30
+ </clipPath><filter id="filter2_d_13997_70644" x="3.78809" y="8.71094" width="44.3408" height="40.5391" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
29
31
  <feFlood flood-opacity="0" result="BackgroundImageFix"/>
30
32
  <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
33
  <feOffset dx="5" dy="5"/>
32
34
  <feGaussianBlur stdDeviation="5"/>
33
35
  <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
+ <feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_13997_70644"/>
37
+ <feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_13997_70644" result="shape"/>
36
38
  </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
+ <clipPath id="bgblur_2_13997_70644_clip_path" transform="translate(-3.78809 -8.71094)"><path d="M24.0401 34.2516C23.678 34.2516 23.3158 34.1137 23.0394 33.8363L19.2028 29.986C18.6499 29.4311 18.6499 28.5322 19.2028 27.979C19.7557 27.4241 20.6498 27.4224 21.2027 27.9773L24.0401 30.8249L30.7142 24.1271C31.2671 23.5722 32.1612 23.5722 32.7141 24.1271C33.267 24.682 33.267 25.5809 32.7141 26.1358L25.0409 33.8363C24.7645 34.1137 24.4023 34.2516 24.0401 34.2516"/>
40
+ </clipPath><linearGradient id="paint0_linear_13997_70644" x1="50.999" y1="12.5697" x2="26.143" y2="27.7283" gradientUnits="userSpaceOnUse">
39
41
  <stop stop-color="#9BF763"/>
40
42
  <stop offset="1" stop-color="#26AB5B"/>
41
43
  </linearGradient>
42
- <linearGradient id="paint1_linear_13756_69215" x1="6.75174" y1="21.3313" x2="27.467" y2="46.8966" gradientUnits="userSpaceOnUse">
44
+ <linearGradient id="paint1_linear_13997_70644" x1="10" y1="45.2042" x2="42" y2="13" gradientUnits="userSpaceOnUse">
45
+ <stop stop-color="#BDECB9"/>
46
+ <stop offset="1" stop-color="#69D366"/>
47
+ </linearGradient>
48
+ <linearGradient id="paint2_linear_13997_70644" x1="14.9392" y1="16.5344" x2="35.6545" y2="42.0998" gradientUnits="userSpaceOnUse">
43
49
  <stop stop-color="white" stop-opacity="0.25"/>
44
50
  <stop offset="1" stop-color="white" stop-opacity="0"/>
45
51
  </linearGradient>
46
- <linearGradient id="paint2_linear_13756_69215" x1="23.9245" y1="30.4112" x2="7.96478" y2="31.1192" gradientUnits="userSpaceOnUse">
52
+ <linearGradient id="paint3_linear_13997_70644" x1="32.112" y1="25.6144" x2="16.1523" y2="26.3223" gradientUnits="userSpaceOnUse">
47
53
  <stop stop-color="white"/>
48
- <stop offset="1" stop-color="white" stop-opacity="0.2"/>
54
+ <stop offset="1" stop-color="white" stop-opacity="0.68"/>
49
55
  </linearGradient>
50
- <linearGradient id="paint3_linear_13756_69215" x1="12.1454" y1="32.0437" x2="24.3223" y2="32.1352" gradientUnits="userSpaceOnUse">
56
+ <linearGradient id="paint4_linear_13997_70644" x1="20.3329" y1="27.2468" x2="32.5098" y2="27.3383" gradientUnits="userSpaceOnUse">
51
57
  <stop stop-color="white"/>
52
58
  <stop offset="1" stop-color="white" stop-opacity="0"/>
53
59
  </linearGradient>
60
+ <clipPath id="clip0_13997_70644">
61
+ <rect width="59" height="51" fill="white"/>
62
+ </clipPath>
54
63
  </defs>
55
64
  </svg>
@@ -1,48 +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"/>
1
+ <svg width="59" height="51" viewBox="0 0 59 51" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g clip-path="url(#clip0_13997_70625)">
3
+ <path d="M39.0977 29.7371L22.7809 13.3387C21.0633 11.58 18.2048 11.5357 16.425 13.2609C15.8047 13.8373 15.3788 14.5883 15.1776 15.38L9.13489 37.9862C8.8118 40.4258 10.5587 42.6669 13.0238 42.9648C13.5135 43.0122 14.0182 42.9918 14.5019 42.8921L36.9782 36.8143C38.1135 36.442 39.0392 35.6522 39.5958 34.588C40.1516 33.5207 40.2556 32.3009 39.8905 31.1737C39.7298 30.6924 39.4972 30.2502 39.0977 29.7371V29.7371Z" fill="url(#paint0_linear_13997_70625)"/>
4
+ <g filter="url(#filter0_f_13997_70625)">
5
+ <path d="M32.7389 31.1744L23.3841 21.7728C22.3994 20.7645 20.7605 20.739 19.7401 21.7281C19.3845 22.0586 19.1403 22.4892 19.0249 22.9431L15.5605 35.9038C15.3753 37.3025 16.3768 38.5874 17.7901 38.7582C18.0709 38.7853 18.3602 38.7736 18.6375 38.7165L31.5238 35.2319C32.1747 35.0185 32.7054 34.5657 33.0245 33.9555C33.3432 33.3436 33.4028 32.6443 33.1935 31.998C33.1013 31.7221 32.968 31.4685 32.7389 31.1744V31.1744Z" fill="#E40010"/>
5
6
  </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"/>
7
+ <foreignObject x="-7.76367" y="-16.3398" width="88.9971" height="85.2812"><div xmlns="http://www.w3.org/1999/xhtml" style="backdrop-filter:blur(12px);clip-path:url(#bgblur_1_13997_70625_clip_path);height:100%;width:100%"></div></foreignObject><path data-figma-bg-blur-radius="24" d="M33.8164 8.91504C36.7092 7.30256 40.3827 8.36164 41.999 11.2383L56.1719 35.9639L55.7383 36.2119L56.1982 36.0176C56.4885 36.7045 56.641 37.2918 56.7031 37.8867L56.7246 38.1426V38.1465C56.8098 39.7378 56.2555 41.285 55.1719 42.4727L55.1709 42.4736C54.0894 43.6546 52.6218 44.3547 51.0273 44.4395H22.4297C21.7711 44.3992 21.1176 44.2492 20.5098 44.0195L20.499 44.0146C17.4185 42.7659 15.9257 39.2504 17.1826 36.1963L17.2119 36.1387L31.4814 11.2207C32.0115 10.2705 32.8161 9.44756 33.8164 8.91504Z" fill="url(#paint1_linear_13997_70625)" stroke="url(#paint2_linear_13997_70625)" stroke-linecap="round" stroke-linejoin="round"/>
8
+ <foreignObject x="20.0156" y="5.59766" width="33.4121" height="45.5352"><div xmlns="http://www.w3.org/1999/xhtml" style="backdrop-filter:blur(7.5px);clip-path:url(#bgblur_2_13997_70625_clip_path);height:100%;width:100%"></div></foreignObject><g data-figma-bg-blur-radius="15">
9
+ <mask id="path-4-inside-1_13997_70625" fill="white">
10
+ <path d="M36.7314 32.7119C37.6671 32.7119 38.4275 33.4712 38.4277 34.4014C38.4277 35.353 37.6672 36.1318 36.7314 36.1318C35.7957 36.1318 35.0156 35.3531 35.0156 34.4229C35.0158 33.4888 35.7958 32.712 36.7314 32.7119ZM36.7314 20.5977C37.6672 20.5977 38.4277 21.3529 38.4277 22.2871V27.7812C38.4277 28.7135 37.6672 29.4922 36.7314 29.4922C35.7957 29.4921 35.0156 28.7135 35.0156 27.7812V22.2871C35.0156 21.353 35.7957 20.5977 36.7314 20.5977Z"/>
10
11
  </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)"/>
12
+ <path d="M36.7314 32.7119C37.6671 32.7119 38.4275 33.4712 38.4277 34.4014C38.4277 35.353 37.6672 36.1318 36.7314 36.1318C35.7957 36.1318 35.0156 35.3531 35.0156 34.4229C35.0158 33.4888 35.7958 32.712 36.7314 32.7119ZM36.7314 20.5977C37.6672 20.5977 38.4277 21.3529 38.4277 22.2871V27.7812C38.4277 28.7135 37.6672 29.4922 36.7314 29.4922C35.7957 29.4921 35.0156 28.7135 35.0156 27.7812V22.2871C35.0156 21.353 35.7957 20.5977 36.7314 20.5977Z" fill="url(#paint3_linear_13997_70625)"/>
13
+ <path d="M36.7314 32.7119V32.3119H36.7314L36.7314 32.7119ZM38.4277 34.4014H38.8277V34.4013L38.4277 34.4014ZM36.7314 36.1318L36.7314 36.5318H36.7314V36.1318ZM35.0156 34.4229L34.6156 34.4228V34.4229H35.0156ZM36.7314 20.5977V20.1977H36.7314L36.7314 20.5977ZM38.4277 22.2871H38.8277V22.2871L38.4277 22.2871ZM36.7314 29.4922L36.7314 29.8922H36.7314V29.4922ZM35.0156 22.2871L34.6156 22.2871V22.2871H35.0156ZM36.7314 32.7119V33.1119C37.4473 33.1119 38.0276 33.6934 38.0277 34.4014L38.4277 34.4014L38.8277 34.4013C38.8275 33.2491 37.8868 32.3119 36.7314 32.3119V32.7119ZM38.4277 34.4014H38.0277C38.0277 35.1401 37.4383 35.7318 36.7314 35.7318V36.1318V36.5318C37.896 36.5318 38.8277 35.5659 38.8277 34.4014H38.4277ZM36.7314 36.1318L36.7315 35.7318C36.0154 35.7318 35.4156 35.1309 35.4156 34.4229H35.0156H34.6156C34.6156 35.5753 35.5761 36.5318 36.7314 36.5318L36.7314 36.1318ZM35.0156 34.4229L35.4156 34.4229C35.4157 33.7109 36.0155 33.112 36.7315 33.1119L36.7314 32.7119L36.7314 32.3119C35.5761 32.312 34.6158 33.2667 34.6156 34.4228L35.0156 34.4229ZM36.7314 20.5977V20.9977C37.4481 20.9977 38.0277 21.5757 38.0277 22.2871L38.4277 22.2871L38.8277 22.2871C38.8277 21.1302 37.8862 20.1977 36.7314 20.1977V20.5977ZM38.4277 22.2871H38.0277V27.7812H38.4277H38.8277V22.2871H38.4277ZM38.4277 27.7812H38.0277C38.0277 28.4976 37.4413 29.0922 36.7314 29.0922V29.4922V29.8922C37.8931 29.8922 38.8277 28.9294 38.8277 27.7812H38.4277ZM36.7314 29.4922L36.7315 29.0922C36.0157 29.0921 35.4156 28.4916 35.4156 27.7812H35.0156H34.6156C34.6156 28.9353 35.5758 29.8921 36.7314 29.8922L36.7314 29.4922ZM35.0156 27.7812H35.4156V22.2871H35.0156H34.6156V27.7812H35.0156ZM35.0156 22.2871L35.4156 22.2871C35.4156 21.5817 36.0088 20.9977 36.7315 20.9977L36.7314 20.5977L36.7314 20.1977C35.5827 20.1977 34.6156 21.1243 34.6156 22.2871L35.0156 22.2871Z" fill="url(#paint4_linear_13997_70625)" mask="url(#path-4-inside-1_13997_70625)"/>
14
+ </g>
13
15
  </g>
14
16
  <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">
17
+ <filter id="filter0_f_13997_70625" x="-3.46191" y="2" width="55.7783" height="55.7734" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
16
18
  <feFlood flood-opacity="0" result="BackgroundImageFix"/>
17
19
  <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"/>
20
+ <feGaussianBlur stdDeviation="9.5" result="effect1_foregroundBlur_13997_70625"/>
29
21
  </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">
22
+ <clipPath id="bgblur_1_13997_70625_clip_path" transform="translate(7.76367 16.3398)"><path d="M33.8164 8.91504C36.7092 7.30256 40.3827 8.36164 41.999 11.2383L56.1719 35.9639L55.7383 36.2119L56.1982 36.0176C56.4885 36.7045 56.641 37.2918 56.7031 37.8867L56.7246 38.1426V38.1465C56.8098 39.7378 56.2555 41.285 55.1719 42.4727L55.1709 42.4736C54.0894 43.6546 52.6218 44.3547 51.0273 44.4395H22.4297C21.7711 44.3992 21.1176 44.2492 20.5098 44.0195L20.499 44.0146C17.4185 42.7659 15.9257 39.2504 17.1826 36.1963L17.2119 36.1387L31.4814 11.2207C32.0115 10.2705 32.8161 9.44756 33.8164 8.91504Z"/>
23
+ </clipPath><clipPath id="bgblur_2_13997_70625_clip_path" transform="translate(-20.0156 -5.59766)"><path d="M36.7314 32.7119C37.6671 32.7119 38.4275 33.4712 38.4277 34.4014C38.4277 35.353 37.6672 36.1318 36.7314 36.1318C35.7957 36.1318 35.0156 35.3531 35.0156 34.4229C35.0158 33.4888 35.7958 32.712 36.7314 32.7119ZM36.7314 20.5977C37.6672 20.5977 38.4277 21.3529 38.4277 22.2871V27.7812C38.4277 28.7135 37.6672 29.4922 36.7314 29.4922C35.7957 29.4921 35.0156 28.7135 35.0156 27.7812V22.2871C35.0156 21.353 35.7957 20.5977 36.7314 20.5977Z"/>
24
+ </clipPath><linearGradient id="paint0_linear_13997_70625" x1="24.8174" y1="27.2473" x2="2.64005" y2="48.1379" gradientUnits="userSpaceOnUse">
32
25
  <stop stop-color="#FF9191"/>
33
26
  <stop offset="1" stop-color="#EB5757"/>
34
27
  </linearGradient>
35
- <linearGradient id="paint1_linear_13756_68495" x1="32.1381" y1="14.6293" x2="55.2972" y2="46.3337" gradientUnits="userSpaceOnUse">
28
+ <linearGradient id="paint1_linear_13997_70625" x1="17.2373" y1="28.8277" x2="56.0632" y2="28.8277" gradientUnits="userSpaceOnUse">
29
+ <stop stop-color="#FA8D90"/>
30
+ <stop offset="1" stop-color="#FFD9DA"/>
31
+ </linearGradient>
32
+ <linearGradient id="paint2_linear_13997_70625" x1="23.4448" y1="12.7703" x2="45.3759" y2="42.7935" gradientUnits="userSpaceOnUse">
36
33
  <stop stop-color="white" stop-opacity="0.25"/>
37
34
  <stop offset="1" stop-color="white" stop-opacity="0"/>
38
35
  </linearGradient>
39
- <linearGradient id="paint2_linear_13756_68495" x1="46.1591" y1="23.82" x2="42.8511" y2="23.5152" gradientUnits="userSpaceOnUse">
36
+ <linearGradient id="paint3_linear_13997_70625" x1="36.7221" y1="21.4739" x2="33.5889" y2="21.1852" gradientUnits="userSpaceOnUse">
40
37
  <stop stop-color="white" stop-opacity="0.75"/>
41
38
  <stop offset="1" stop-color="white" stop-opacity="0.2"/>
42
39
  </linearGradient>
43
- <linearGradient id="paint3_linear_13756_68495" x1="44.9309" y1="24.8059" x2="50.3529" y2="26.2805" gradientUnits="userSpaceOnUse">
40
+ <linearGradient id="paint4_linear_13997_70625" x1="35.5588" y1="22.4074" x2="40.694" y2="23.8044" gradientUnits="userSpaceOnUse">
44
41
  <stop stop-color="white" stop-opacity="0.25"/>
45
42
  <stop offset="1" stop-color="white" stop-opacity="0"/>
46
43
  </linearGradient>
44
+ <clipPath id="clip0_13997_70625">
45
+ <rect width="59" height="51" fill="white"/>
46
+ </clipPath>
47
47
  </defs>
48
48
  </svg>
@@ -1,3 +1,9 @@
1
- <svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path fill-rule="evenodd" clip-rule="evenodd" d="M0.666626 3.16663C0.666626 1.78591 1.78591 0.666626 3.16663 0.666626H14.8333C16.214 0.666626 17.3333 1.78591 17.3333 3.16663V14.8333C17.3333 16.214 16.214 17.3333 14.8333 17.3333H3.16663C1.78591 17.3333 0.666626 16.214 0.666626 14.8333V3.16663ZM14.9026 15.6638C15.3047 15.6307 15.2978 15.1218 15.0254 14.8242L7.8075 6.94152C6.78476 5.82581 5.01301 5.86763 4.04406 7.03037L2.52644 8.85151C2.40164 9.00128 2.33329 9.19005 2.33329 9.385V14.8333C2.33329 15.2935 2.70639 15.6666 3.16663 15.6666H14.8333C14.8566 15.6666 14.8797 15.6657 14.9026 15.6638ZM13.1666 6.49996C14.0871 6.49996 14.8333 5.75377 14.8333 4.83329C14.8333 3.91282 14.0871 3.16663 13.1666 3.16663C12.2462 3.16663 11.5 3.91282 11.5 4.83329C11.5 5.75377 12.2462 6.49996 13.1666 6.49996Z" fill="white"/>
1
+ <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M1.66602 4.16797C1.66602 2.78726 2.7853 1.66797 4.16602 1.66797H15.8327C17.2134 1.66797 18.3327 2.78726 18.3327 4.16797V15.8346C18.3327 17.2153 17.2134 18.3346 15.8327 18.3346H4.16602C2.7853 18.3346 1.66602 17.2153 1.66602 15.8346V4.16797ZM15.9019 16.6651C16.3041 16.632 16.2972 16.1232 16.0248 15.8256L8.80689 7.94286C7.78415 6.82715 6.0124 6.86898 5.04345 8.03171L3.52583 9.85286C3.40103 10.0026 3.33268 10.1914 3.33268 10.3863V15.8346C3.33268 16.2949 3.70578 16.668 4.16602 16.668H15.8327C15.856 16.668 15.8791 16.667 15.9019 16.6651ZM14.166 7.5013C15.0865 7.5013 15.8327 6.75511 15.8327 5.83464C15.8327 4.91416 15.0865 4.16797 14.166 4.16797C13.2455 4.16797 12.4993 4.91416 12.4993 5.83464C12.4993 6.75511 13.2455 7.5013 14.166 7.5013Z" fill="url(#paint0_linear_13297_169969)"/>
3
+ <defs>
4
+ <linearGradient id="paint0_linear_13297_169969" x1="18.3327" y1="18.3346" x2="-0.604963" y2="15.143" gradientUnits="userSpaceOnUse">
5
+ <stop stop-color="#FF8E4F"/>
6
+ <stop offset="1" stop-color="#EF592E"/>
7
+ </linearGradient>
8
+ </defs>
3
9
  </svg>
@@ -80,7 +80,7 @@ export default function ItemTimaOne({ item, navigation }: IProps) {
80
80
  {
81
81
  icon: Icon1,
82
82
  title: 'CẬP NHẬT THÔNG TIN XE',
83
- description: 'Giấy tờ Đăng ký xe, thông tin xe',
83
+ description: 'Thông tin xe',
84
84
  },
85
85
  {
86
86
  icon: Icon5,
@@ -93,7 +93,7 @@ export default function ItemTimaOne({ item, navigation }: IProps) {
93
93
  description: 'Giấy tờ CCCD/CC, ảnh chân dung, thông tin cá nhân',
94
94
  },
95
95
  { icon: Icon14, title: 'CHỜ PHÊ DUYỆT' },
96
- { icon: Icon5, title: 'KÝ HỢP ĐỒNG ĐIỆN TỬ' },
96
+ { icon: Icon5, title: 'EKYC & KÝ HỢP ĐỒNG ĐIỆN TỬ' },
97
97
  { icon: Icon2, title: 'NHẬN TIỀN GIẢI NGÂN' },
98
98
  ]
99
99
  : [
@@ -108,7 +108,7 @@ export default function ItemTimaOne({ item, navigation }: IProps) {
108
108
  description: 'Giấy tờ CCCD/CC, ảnh chân dung, thông tin cá nhân',
109
109
  },
110
110
  { icon: Icon14, title: 'CHỜ PHÊ DUYỆT' },
111
- { icon: Icon5, title: 'KÝ HỢP ĐỒNG ĐIỆN TỬ' },
111
+ { icon: Icon5, title: 'EKYC & KÝ HỢP ĐỒNG ĐIỆN TỬ' },
112
112
  { icon: Icon2, title: 'NHẬN TIỀN GIẢI NGÂN' },
113
113
  ];
114
114
 
@@ -323,17 +323,7 @@ export default function ItemTimaOne({ item, navigation }: IProps) {
323
323
  <View style={$row}>
324
324
  <View style={styles.statusLeft}>
325
325
  <MText style={styles.statusLabel}>Trạng thái</MText>
326
- <MText style={styles.statusValue}>
327
- {step <= 1
328
- ? 'Chờ cập nhật thông tin tài sản'
329
- : step === 3
330
- ? 'Chờ cập nhật thông tin khoản vay'
331
- : isPersonalStep
332
- ? 'Chờ cập nhật thông tin cá nhân'
333
- : step === 9
334
- ? 'Chờ cập nhật eKYC'
335
- : 'Đơn vay đang trong quá trình xử lý'}
336
- </MText>
326
+ <MText style={styles.statusValue}>{item?.statusTima}</MText>
337
327
  </View>
338
328
  {primaryAction && (
339
329
  <UpdateButton
@@ -164,7 +164,7 @@ export default function ModalNotification({
164
164
  const styles = StyleSheet.create({
165
165
  container: {
166
166
  backgroundColor: '#FFFFFF',
167
- borderRadius: 16,
167
+ borderRadius: 24,
168
168
  paddingHorizontal: 16,
169
169
  paddingTop: 24,
170
170
  paddingBottom: 16,
@@ -24,7 +24,6 @@ import { ESign } from '../screens/eSign';
24
24
  import { NationalIDBack } from '../screens/nationalIDBack';
25
25
  import { Contract } from '../screens/contract';
26
26
  import { Video } from '../screens/uploadVideo';
27
- import { Qualify } from '../screens/qualify';
28
27
  import { QuickSubmit } from '../screens/quick-submit';
29
28
  import { CommonSelect } from '../components/select';
30
29
  import { FullSubmit } from '../screens/full-submit';
@@ -100,7 +99,6 @@ export const ScreenNames = {
100
99
  NationalIDBack: 'NationalIDBack',
101
100
  Contract: 'Contract',
102
101
  Video: 'Video',
103
- Qualify: 'Qualify',
104
102
  TopUp: 'TopUp',
105
103
  QuickSubmit: 'QuickSubmit',
106
104
  Introduction: 'Introduction',
@@ -203,7 +201,6 @@ export function PrimaryNavigator(props) {
203
201
  <Stack.Screen name={ScreenNames.DetailLoan} component={DetailLoan} />
204
202
  <Stack.Screen name={ScreenNames.Contract} component={Contract} />
205
203
  <Stack.Screen name={ScreenNames.Video} component={Video} />
206
- <Stack.Screen name={ScreenNames.Qualify} component={Qualify} />
207
204
  <Stack.Screen name={ScreenNames.QuickSubmit} component={QuickSubmit} />
208
205
  <Stack.Screen name={ScreenNames.Introduction} component={Introduction} />
209
206
  <Stack.Screen name={ScreenNames.FullSubmit} component={FullSubmit} />
@@ -51,6 +51,7 @@ export default function CCCDCameraScreen(props) {
51
51
  const [passPermission, setPassPermission] = useState(false);
52
52
  const [shouldRenderCamera, setShouldRenderCamera] = useState(false);
53
53
  const [focusPoint, setFocusPoint] = useState(null);
54
+ const [taking, setTaking] = useState(false); // hiện loading, ẩn nút chụp khi đang xử lý
54
55
 
55
56
  // Chọn ống kính sau lấy nét gần nhất (macro) để chụp cận thẻ mà không mờ
56
57
  const devices = useCameraDevices();
@@ -80,6 +81,7 @@ export default function CCCDCameraScreen(props) {
80
81
  const takePicture = async () => {
81
82
  if (myCamera.current == null || takingRef.current) return;
82
83
  takingRef.current = true;
84
+ setTaking(true);
83
85
  try {
84
86
  // Lấy nét giữa khung trước khi chụp để tài liệu ở gần vẫn nét
85
87
  const { width: fw, height: fh } = frameSize.current;
@@ -100,6 +102,7 @@ export default function CCCDCameraScreen(props) {
100
102
  } catch (err) {
101
103
  console.error(err);
102
104
  takingRef.current = false;
105
+ setTaking(false);
103
106
  }
104
107
  };
105
108
 
@@ -273,12 +276,20 @@ export default function CCCDCameraScreen(props) {
273
276
  Đưa giấy tờ lại gần cho vừa khung, chạm vào màn hình{'\n'}để lấy nét nếu
274
277
  ảnh bị mờ.
275
278
  </MText>
276
- <TouchableOpacity
277
- style={[styles.captureButton, { marginBottom: insets.bottom + 24 }]}
278
- onPress={takePicture}
279
- >
280
- <TakePhotoSvg />
281
- </TouchableOpacity>
279
+ {taking ? (
280
+ <View
281
+ style={[styles.captureButton, { marginBottom: insets.bottom + 24 }]}
282
+ >
283
+ <ActivityIndicator size="large" color={ORANGE} />
284
+ </View>
285
+ ) : (
286
+ <TouchableOpacity
287
+ style={[styles.captureButton, { marginBottom: insets.bottom + 24 }]}
288
+ onPress={takePicture}
289
+ >
290
+ <TakePhotoSvg />
291
+ </TouchableOpacity>
292
+ )}
282
293
  </View>
283
294
  );
284
295
  }
@@ -591,31 +591,6 @@ const PaymentInfoContent = observer(function PaymentInfoContent(props: any) {
591
591
  marginBottom: insets.bottom,
592
592
  }}
593
593
  >
594
- <View
595
- style={{
596
- flexDirection: 'row',
597
- alignItems: 'center',
598
- justifyContent: 'space-between',
599
- padding: 16,
600
- }}
601
- >
602
- <MText>Hướng dẫn chuyển tiền</MText>
603
- <TouchableOpacity
604
- onPress={() => {
605
- if (props?.route.params.isFull) {
606
- setShowGuide(true);
607
- } else {
608
- navigation.push('GuideTransferBank');
609
- }
610
- }}
611
- >
612
- <MText
613
- style={{ color: '#2F80ED', textDecorationLine: 'underline' }}
614
- >
615
- Xem chi tiết
616
- </MText>
617
- </TouchableOpacity>
618
- </View>
619
594
  {props?.route?.params?.isFull && (
620
595
  <TouchableOpacity
621
596
  style={{ marginHorizontal: 16, marginBottom: 16 }}
@@ -609,32 +609,6 @@ const ShowQrCodeContent = observer(function ShowQrCodeContent(props: any) {
609
609
  </MText>
610
610
  </View>
611
611
  </View>
612
- <View
613
- style={{
614
- flexDirection: 'row',
615
- alignItems: 'center',
616
- justifyContent: 'space-between',
617
- padding: 16,
618
- marginBottom: 16,
619
- }}
620
- >
621
- <MText>Hướng dẫn chuyển tiền</MText>
622
- <TouchableOpacity
623
- onPress={() => {
624
- if (props?.route?.params?.isFullPayment) {
625
- setShowGuide(true);
626
- } else {
627
- navigation.push('GuideTransferBank');
628
- }
629
- }}
630
- >
631
- <MText
632
- style={{ color: '#2F80ED', textDecorationLine: 'underline' }}
633
- >
634
- Xem chi tiết
635
- </MText>
636
- </TouchableOpacity>
637
- </View>
638
612
  </ScrollView>
639
613
  {props?.route?.params?.isFullPayment && (
640
614
  <TouchableOpacity
@@ -69,7 +69,7 @@ const GUIDE_STEPS = [
69
69
  description: 'Giấy tờ CCCD/CC, ảnh chân dung, thông tin cá nhân',
70
70
  },
71
71
  { icon: Icon14, title: 'CHỜ PHÊ DUYỆT' },
72
- { icon: Icon5, title: 'KÝ HỢP ĐỒNG ĐIỆN TỬ' },
72
+ { icon: Icon5, title: 'EKYC & KÝ HỢP ĐỒNG ĐIỆN TỬ' },
73
73
  { icon: Icon2, title: 'NHẬN TIỀN GIẢI NGÂN' },
74
74
  ];
75
75
 
@@ -7,7 +7,6 @@ import { commonStyles } from '../CommonStyles';
7
7
  import TabNavigator from '../../components/tabNavigator/TabNavigator';
8
8
  import { IconHome, IconUser } from '../../assets/icons';
9
9
  import { Home } from '../home';
10
- import { Personal } from '../personal';
11
10
  import appStore from '../../AppStore';
12
11
 
13
12
  export const Main = observer(function Main(props) {
@@ -14,6 +14,7 @@ import {
14
14
  ViewStyle,
15
15
  ImageStyle,
16
16
  Image,
17
+ ActivityIndicator,
17
18
  StyleSheet,
18
19
  Platform,
19
20
  } from 'react-native';
@@ -334,13 +335,26 @@ export const OCR = observer(function OCR(props: any) {
334
335
  Đưa giấy tờ lại gần cho vừa khung, chạm vào màn hình{'\n'}để lấy nét
335
336
  nếu ảnh bị mờ.
336
337
  </MText>
337
- <TouchableOpacity
338
- style={[styles.captureButton, { marginBottom: insets.bottom + 24 }]}
339
- onPress={takePhoto}
340
- disabled={taking}
341
- >
342
- <TakePhotoSvg />
343
- </TouchableOpacity>
338
+ {taking ? (
339
+ <View
340
+ style={[
341
+ styles.captureButton,
342
+ { marginBottom: insets.bottom + 24 },
343
+ ]}
344
+ >
345
+ <ActivityIndicator size="large" color={ORANGE} />
346
+ </View>
347
+ ) : (
348
+ <TouchableOpacity
349
+ style={[
350
+ styles.captureButton,
351
+ { marginBottom: insets.bottom + 24 },
352
+ ]}
353
+ onPress={takePhoto}
354
+ >
355
+ <TakePhotoSvg />
356
+ </TouchableOpacity>
357
+ )}
344
358
  </>
345
359
  ) : null}
346
360