@nyris/nyris-webapp 0.3.33 → 0.3.34
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/asset-manifest.json +28 -14
- package/build/index.html +1 -1
- package/build/js/settings.example.js +13 -25
- package/build/{precache-manifest.4cff5b8aafe3d00d59bc2c9725eb6ade.js → precache-manifest.b85c7807a93875355f9f0f6490e6dc8c.js} +70 -14
- package/build/service-worker.js +1 -1
- package/build/static/css/main.f2aa67fc.chunk.css +2 -0
- package/build/static/css/main.f2aa67fc.chunk.css.map +1 -0
- package/build/static/js/2.d1f7e826.chunk.js +3 -0
- package/build/static/js/2.d1f7e826.chunk.js.map +1 -0
- package/build/static/js/main.e9aec8a9.chunk.js +3 -0
- package/build/static/js/main.e9aec8a9.chunk.js.map +1 -0
- package/build/static/media/filter.bc412f08.svg +3 -0
- package/build/static/media/icon_search_image2.fab34be4.svg +3 -0
- package/build/static/media/img-1-1.6144e5f9.png +0 -0
- package/build/static/media/img-1-2.ad943f0f.png +0 -0
- package/build/static/media/img2-1.a87c79c7.png +0 -0
- package/build/static/media/img2-2.39c5b73f.png +0 -0
- package/build/static/media/img3-1.443b0c3a.png +0 -0
- package/build/static/media/img3-2.37db7999.png +0 -0
- package/build/static/media/img4-1.9c34c158.png +0 -0
- package/build/static/media/img4-2.9d280a04.png +0 -0
- package/build/static/media/img5-1.b61dbd4d.png +0 -0
- package/build/static/media/img5-2.1c77c093.png +0 -0
- package/build/static/media/img6-1.8b03dd21.png +0 -0
- package/build/static/media/img6-2.1e3e7fed.png +0 -0
- package/build/static/media/{info-tooltip.5feeef22.svg → info-tooltip.b98e8a9c.svg} +2 -2
- package/build/static/media/take_photo.76423216.svg +5 -0
- package/package.json +3 -3
- package/public/js/settings.example.js +13 -25
- package/src/Store/constants.ts +0 -1
- package/src/Store/search/Search.ts +32 -17
- package/src/Store/search/search.initialState.ts +17 -16
- package/src/Store/search/types.ts +15 -14
- package/src/common/assets/icons/expand.svg +3 -27
- package/src/common/assets/icons/filter.svg +3 -0
- package/src/common/assets/icons/icon_search_image2.svg +2 -25
- package/src/common/assets/icons/info-tooltip.svg +2 -2
- package/src/common/assets/icons/take_photo.svg +5 -0
- package/src/common/assets/images/imageCaptureHelp/img-1-1.png +0 -0
- package/src/common/assets/images/imageCaptureHelp/img-1-2.png +0 -0
- package/src/common/assets/images/imageCaptureHelp/img2-1.png +0 -0
- package/src/common/assets/images/imageCaptureHelp/img2-2.png +0 -0
- package/src/common/assets/images/imageCaptureHelp/img3-1.png +0 -0
- package/src/common/assets/images/imageCaptureHelp/img3-2.png +0 -0
- package/src/common/assets/images/imageCaptureHelp/img4-1.png +0 -0
- package/src/common/assets/images/imageCaptureHelp/img4-2.png +0 -0
- package/src/common/assets/images/imageCaptureHelp/img5-1.png +0 -0
- package/src/common/assets/images/imageCaptureHelp/img5-2.png +0 -0
- package/src/common/assets/images/imageCaptureHelp/img6-1.png +0 -0
- package/src/common/assets/images/imageCaptureHelp/img6-2.png +0 -0
- package/src/components/DetailItem.tsx +54 -73
- package/src/components/FooterMobile.tsx +80 -41
- package/src/components/HeaderMobile.tsx +225 -227
- package/src/components/ImageCaptureHelpModal.tsx +90 -0
- package/src/components/Layout.tsx +39 -9
- package/src/components/MobilePostFilter.tsx +20 -0
- package/src/components/PanelResult/expandable-panel.tsx +21 -21
- package/src/components/PanelResult/index.tsx +52 -19
- package/src/components/ProductList/index.tsx +5 -3
- package/src/components/appMobile.scss +64 -32
- package/src/components/carousel/ImagePreviewCarousel.tsx +1 -1
- package/src/components/drawer/cameraCustom.tsx +8 -33
- package/src/components/input/inputSearch.tsx +68 -80
- package/src/components/pre-filter/index.tsx +31 -22
- package/src/components/results/ItemResult.tsx +79 -84
- package/src/constants.ts +56 -0
- package/src/page/landingPage/AppMobile.tsx +34 -104
- package/src/page/landingPage/common.scss +164 -36
- package/src/page/result/index.tsx +70 -56
- package/src/services/Feedback.ts +20 -2
- package/src/services/types.ts +0 -1
- package/src/translations.ts +4 -0
- package/src/types.ts +3 -2
- package/build/static/css/main.d0b21fa5.chunk.css +0 -2
- package/build/static/css/main.d0b21fa5.chunk.css.map +0 -1
- package/build/static/js/2.69ce0823.chunk.js +0 -3
- package/build/static/js/2.69ce0823.chunk.js.map +0 -1
- package/build/static/js/main.6122377b.chunk.js +0 -3
- package/build/static/js/main.6122377b.chunk.js.map +0 -1
- package/build/static/media/icon_search_image2.e46fdfc5.svg +0 -26
- /package/build/static/js/{2.69ce0823.chunk.js.LICENSE.txt → 2.d1f7e826.chunk.js.LICENSE.txt} +0 -0
- /package/build/static/js/{main.6122377b.chunk.js.LICENSE.txt → main.e9aec8a9.chunk.js.LICENSE.txt} +0 -0
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M9.33333 16H6.66667C6.31305 16 5.97391 15.8595 5.72386 15.6095C5.47381 15.3594 5.33333 15.0203 5.33333 14.6667V9.60667L0.393333 4.66667C0.142942 4.41777 0.00148853 4.07972 0 3.72667V1.33333C0 0.979711 0.140476 0.640573 0.390524 0.390524C0.640573 0.140476 0.979711 0 1.33333 0H14.6667C15.0203 0 15.3594 0.140476 15.6095 0.390524C15.8595 0.640573 16 0.979711 16 1.33333V3.72667C15.9985 4.07972 15.8571 4.41777 15.6067 4.66667L10.6667 9.60667V14.6667C10.6667 15.0203 10.5262 15.3594 10.2761 15.6095C10.0261 15.8595 9.68696 16 9.33333 16ZM1.33333 1.33333V3.72667L6.66667 9.06V14.6667H9.33333V9.06L14.6667 3.72667V1.33333H1.33333Z" fill="currentColor"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M1.42028 4.82804C1.42028 5.22014 1.10221 5.53825 0.710142 5.53825C0.318078 5.53825 0 5.22014 0 4.82804V2.69216C0 1.20767 1.20757 0 2.69193 0H4.87323C5.26529 0 5.58337 0.318104 5.58337 0.710201C5.58337 1.1023 5.26529 1.4204 4.87323 1.4204H2.69193C1.99071 1.4204 1.42028 1.99087 1.42028 2.69216V4.82804ZM13.3081 0H11.1268C10.7347 0 10.4167 0.318104 10.4167 0.710201C10.4167 1.1023 10.7347 1.4204 11.1268 1.4204H13.3081C14.0093 1.4204 14.5798 1.99087 14.5798 2.69216V4.82804C14.5798 5.22014 14.8978 5.53825 15.2899 5.53825C15.682 5.53825 16 5.22014 16 4.82804V2.69216C16 1.20767 14.7925 0 13.3081 0ZM15.2899 10.4614C14.8978 10.4614 14.5798 10.7795 14.5798 11.1716V13.3078C14.5798 14.0091 14.0093 14.5796 13.3081 14.5796H11.1268C10.7347 14.5796 10.4167 14.8977 10.4167 15.2898C10.4167 15.6819 10.7347 16 11.1268 16H13.3081C14.7925 16 16 14.7923 16 13.3078V11.1716C16 10.7795 15.682 10.4614 15.2899 10.4614ZM4.87323 14.5796H2.69193C1.99071 14.5796 1.42028 14.0091 1.42028 13.3078V11.1716C1.42028 10.7795 1.10221 10.4614 0.710142 10.4614C0.318078 10.4614 0 10.7792 0 11.1716V13.3078C0 14.7923 1.20757 16 2.69193 16H4.87323C5.26529 16 5.58337 15.6819 5.58337 15.2898C5.58337 14.8977 5.26529 14.5796 4.87323 14.5796ZM12.6019 12.6029C12.4476 12.7572 12.2425 12.8421 12.0242 12.8421L12.0245 12.8418C11.8062 12.8418 11.6011 12.7569 11.4468 12.6026L10.2604 11.4161C9.59218 11.8613 8.81663 12.0952 8.00047 12.0952C6.90685 12.0952 5.87863 11.6694 5.1054 10.8961C4.33217 10.1228 3.90641 9.09453 3.90641 8.00082C3.90641 6.90711 4.33217 5.87881 5.1054 5.10552C5.87863 4.33222 6.90685 3.90643 8.00047 3.90643C9.09408 3.90643 10.1223 4.33222 10.8955 5.10552C11.6688 5.87881 12.0945 6.90711 12.0945 8.00082C12.0945 8.81706 11.8607 9.59266 11.4154 10.2612L12.6019 11.4478C12.9203 11.7662 12.9203 12.2845 12.6019 12.6029ZM9.73685 9.73702C9.75171 9.72248 9.76723 9.70795 9.78342 9.69407C10.2201 9.23426 10.4605 8.63373 10.4605 8.00082C10.4605 6.64418 9.35667 5.54023 8.00014 5.54023C6.6436 5.54023 5.53974 6.64418 5.53974 8.00082C5.53974 9.35747 6.64327 10.4614 8.00014 10.4614C8.63299 10.4614 9.23347 10.2213 9.69325 9.78425C9.70745 9.76774 9.72198 9.75188 9.73685 9.73702Z" fill="#AAABB5"/>
|
|
3
|
+
</svg>
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
<svg width="12" height="12" viewBox="0 0 12 12" fill="
|
|
2
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M2.66658 10.9888C3.65328 11.6481 4.81331 12 6 12C7.5913 12 9.11742 11.3679 10.2426 10.2426C11.3679 9.11742 12 7.5913 12 6C12 4.81331 11.6481 3.65328 10.9888 2.66658C10.3295 1.67989 9.39246 0.910851 8.2961 0.456725C7.19975 0.0025997 5.99335 -0.11622 4.82946 0.115291C3.66557 0.346802 2.59648 0.918247 1.75736 1.75736C0.918247 2.59648 0.346802 3.66557 0.115291 4.82946C-0.11622 5.99335 0.0025997 7.19975 0.456725 8.2961C0.910851 9.39246 1.67989 10.3295 2.66658 10.9888ZM3.14278 1.72387C3.98852 1.15877 4.98284 0.857145 6 0.857145C7.36397 0.857145 8.67208 1.39898 9.63655 2.36345C10.601 3.32793 11.1429 4.63603 11.1429 6C11.1429 7.01716 10.8412 8.01148 10.2761 8.85722C9.71103 9.70296 8.90782 10.3621 7.96809 10.7514C7.02835 11.1406 5.9943 11.2425 4.99668 11.044C3.99906 10.8456 3.08269 10.3558 2.36345 9.63655C1.64421 8.91731 1.1544 8.00094 0.955964 7.00332C0.757526 6.00571 0.859372 4.97165 1.24862 4.03192C1.63787 3.09218 2.29705 2.28898 3.14278 1.72387ZM6 2.57143C5.87285 2.57143 5.74857 2.60913 5.64285 2.67977C5.53713 2.75041 5.45473 2.85081 5.40608 2.96827C5.35742 3.08574 5.34469 3.215 5.36949 3.3397C5.3943 3.4644 5.45553 3.57895 5.54543 3.66885C5.63534 3.75876 5.74988 3.81999 5.87458 3.84479C5.99929 3.8696 6.12854 3.85686 6.24601 3.80821C6.36348 3.75955 6.46388 3.67715 6.53452 3.57144C6.60515 3.46572 6.64286 3.34143 6.64286 3.21429C6.64286 3.04379 6.57513 2.88028 6.45457 2.75972C6.33401 2.63916 6.1705 2.57143 6 2.57143ZM6.42857 8.57143V5.14286H4.71428V6H5.57143V8.57143H4.28571V9.42857H7.71428V8.57143H6.42857Z" fill="
|
|
1
|
+
<svg width="12" height="12" viewBox="0 0 12 12" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M2.66658 10.9888C3.65328 11.6481 4.81331 12 6 12C7.5913 12 9.11742 11.3679 10.2426 10.2426C11.3679 9.11742 12 7.5913 12 6C12 4.81331 11.6481 3.65328 10.9888 2.66658C10.3295 1.67989 9.39246 0.910851 8.2961 0.456725C7.19975 0.0025997 5.99335 -0.11622 4.82946 0.115291C3.66557 0.346802 2.59648 0.918247 1.75736 1.75736C0.918247 2.59648 0.346802 3.66557 0.115291 4.82946C-0.11622 5.99335 0.0025997 7.19975 0.456725 8.2961C0.910851 9.39246 1.67989 10.3295 2.66658 10.9888ZM3.14278 1.72387C3.98852 1.15877 4.98284 0.857145 6 0.857145C7.36397 0.857145 8.67208 1.39898 9.63655 2.36345C10.601 3.32793 11.1429 4.63603 11.1429 6C11.1429 7.01716 10.8412 8.01148 10.2761 8.85722C9.71103 9.70296 8.90782 10.3621 7.96809 10.7514C7.02835 11.1406 5.9943 11.2425 4.99668 11.044C3.99906 10.8456 3.08269 10.3558 2.36345 9.63655C1.64421 8.91731 1.1544 8.00094 0.955964 7.00332C0.757526 6.00571 0.859372 4.97165 1.24862 4.03192C1.63787 3.09218 2.29705 2.28898 3.14278 1.72387ZM6 2.57143C5.87285 2.57143 5.74857 2.60913 5.64285 2.67977C5.53713 2.75041 5.45473 2.85081 5.40608 2.96827C5.35742 3.08574 5.34469 3.215 5.36949 3.3397C5.3943 3.4644 5.45553 3.57895 5.54543 3.66885C5.63534 3.75876 5.74988 3.81999 5.87458 3.84479C5.99929 3.8696 6.12854 3.85686 6.24601 3.80821C6.36348 3.75955 6.46388 3.67715 6.53452 3.57144C6.60515 3.46572 6.64286 3.34143 6.64286 3.21429C6.64286 3.04379 6.57513 2.88028 6.45457 2.75972C6.33401 2.63916 6.1705 2.57143 6 2.57143ZM6.42857 8.57143V5.14286H4.71428V6H5.57143V8.57143H4.28571V9.42857H7.71428V8.57143H6.42857Z" fill="currentColor"/>
|
|
3
3
|
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="121" height="96" viewBox="0 0 121 96" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g style="mix-blend-mode:multiply">
|
|
3
|
+
<path d="M81.7314 54.5169C81.7314 66.4489 71.985 76.1561 60.0049 76.1561C48.0248 76.1561 38.2785 66.4489 38.2785 54.5169C38.2785 42.5849 48.0248 32.8777 60.0049 32.8777C71.985 32.8777 81.7314 42.5849 81.7314 54.5169ZM120.005 24.1972V84.8366C120.005 90.4872 115.363 95.1111 109.689 95.1111H10.3215C4.64805 95.1111 0.00549316 90.4878 0.00549316 84.8366V24.1972C0.00549316 18.5466 4.64748 13.9227 10.3215 13.9227H34.2641L37.8838 5.57484C39.3502 2.1909 42.6961 0 46.3964 0H73.6134C77.3137 0 80.6602 2.1909 82.1272 5.57484L85.7469 13.9227H109.69C115.363 13.9227 120.005 18.546 120.005 24.1972H120.005ZM21.6286 26.4758C21.6286 25.1029 20.5011 23.98 19.1227 23.98H12.2151C10.8366 23.98 9.7092 25.1029 9.7092 26.4758V29.8484C9.7092 31.2214 10.8366 32.3443 12.2151 32.3443H19.1227C20.5011 32.3443 21.6286 31.2214 21.6286 29.8484V26.4758ZM92.258 54.5169C92.258 50.1826 91.4044 45.975 89.7215 42.0118C88.0965 38.1861 85.7719 34.7512 82.8116 31.8029C79.8514 28.8545 76.4027 26.5392 72.5615 24.9207C68.5818 23.2441 64.3578 22.3944 60.0061 22.3944C55.6543 22.3944 51.4298 23.2446 47.4506 24.9207C43.6094 26.5392 40.1607 28.8545 37.2005 31.8029C34.2403 34.7512 31.9156 38.1861 30.2906 42.0118C28.6072 45.9756 27.7541 50.1826 27.7541 54.5169C27.7541 58.8512 28.6077 63.0588 30.2906 67.022C31.9156 70.8477 34.2403 74.2825 37.2005 77.2309C40.1607 80.1793 43.6094 82.4946 47.4506 84.113C51.4303 85.7897 55.6543 86.6394 60.0061 86.6394C64.3578 86.6394 68.5824 85.7892 72.5615 84.113C76.4027 82.4946 79.8514 80.1793 82.8116 77.2309C85.7719 74.2825 88.0965 70.8477 89.7215 67.022C91.405 63.0582 92.258 58.8512 92.258 54.5169Z" fill="currentColor"/>
|
|
4
|
+
</g>
|
|
5
|
+
</svg>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nyris/nyris-webapp",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.34",
|
|
4
4
|
"homepage": "./",
|
|
5
5
|
"dependencies": {
|
|
6
6
|
"@algolia/autocomplete-js": "^1.7.1",
|
|
@@ -12,8 +12,8 @@
|
|
|
12
12
|
"@material-ui/data-grid": "^4.0.0-alpha.37",
|
|
13
13
|
"@material-ui/icons": "^4.4.1",
|
|
14
14
|
"@material-ui/lab": "^4.0.0-alpha.60",
|
|
15
|
-
"@nyris/nyris-api": "^0.3.
|
|
16
|
-
"@nyris/nyris-react-components": "^0.3.
|
|
15
|
+
"@nyris/nyris-api": "^0.3.34",
|
|
16
|
+
"@nyris/nyris-react-components": "^0.3.34",
|
|
17
17
|
"@reduxjs/toolkit": "^1.6.1",
|
|
18
18
|
"@splidejs/react-splide": "^0.7.12",
|
|
19
19
|
"@types/blueimp-load-image": "^2.23.4",
|
|
@@ -1,31 +1,19 @@
|
|
|
1
|
-
|
|
2
1
|
var settings = {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
"https://img.nyris.io/demo/everybag/kissen.jpg",
|
|
13
|
-
"https://img.nyris.io/demo/everybag/aspirin.jpg",
|
|
14
|
-
"https://img.nyris.io/demo/everybag/lego.jpg",
|
|
15
|
-
"https://img.nyris.io/demo/everybag/wdr_add_2.jpg",
|
|
16
|
-
"https://img.nyris.io/demo/everybag/mb-dle-4.jpg",
|
|
17
|
-
"https://img.nyris.io/demo/everybag/1.jpg",
|
|
18
|
-
"https://img.nyris.io/demo/everybag/5.jpg",
|
|
19
|
-
"https://img.nyris.io/demo/everybag/6.jpg"
|
|
20
|
-
],
|
|
21
|
-
"instantRedirectPatterns": [
|
|
2
|
+
apiKey: 'xxx',
|
|
3
|
+
maxWidth: 500,
|
|
4
|
+
maxHeight: 500,
|
|
5
|
+
jpegQuality: 0.9,
|
|
6
|
+
regions: true,
|
|
7
|
+
preview: true,
|
|
8
|
+
baseUrl: 'https://api.nyris.io',
|
|
9
|
+
xOptions: '',
|
|
10
|
+
instantRedirectPatterns: [
|
|
22
11
|
'^https?://(www.)?youtube.com/',
|
|
23
12
|
'^https?://(www.)?youtu.be/',
|
|
24
13
|
'^https?://(www.)?vimeo.com/',
|
|
25
14
|
'^https?://(www.)?dailymotion.com/',
|
|
26
|
-
'^https?://(www.)?dai.ly/'
|
|
27
|
-
]
|
|
15
|
+
'^https?://(www.)?dai.ly/',
|
|
16
|
+
],
|
|
28
17
|
};
|
|
29
|
-
settings[
|
|
30
|
-
settings[
|
|
31
|
-
|
|
18
|
+
settings['customSearchRequest'] = null;
|
|
19
|
+
settings['responseHook'] = null;
|
package/src/Store/constants.ts
CHANGED
|
@@ -151,6 +151,7 @@ export const searchSlice = createSlice({
|
|
|
151
151
|
isShowModalDetailItemMobile: false,
|
|
152
152
|
keyFilter: state.keyFilter || '',
|
|
153
153
|
preFilterDropdown: false,
|
|
154
|
+
imageCaptureHelpModal: false,
|
|
154
155
|
};
|
|
155
156
|
},
|
|
156
157
|
|
|
@@ -241,33 +242,47 @@ export const searchSlice = createSlice({
|
|
|
241
242
|
preFilterDropdown: data.payload,
|
|
242
243
|
};
|
|
243
244
|
},
|
|
245
|
+
setImageCaptureHelpModal: (state, data: PayloadAction<boolean>) => {
|
|
246
|
+
return {
|
|
247
|
+
...state,
|
|
248
|
+
imageCaptureHelpModal: data.payload,
|
|
249
|
+
};
|
|
250
|
+
},
|
|
251
|
+
setFilter: (state, data: PayloadAction<any>) => {
|
|
252
|
+
return {
|
|
253
|
+
...state,
|
|
254
|
+
filter: data.payload,
|
|
255
|
+
};
|
|
256
|
+
},
|
|
244
257
|
},
|
|
245
258
|
});
|
|
246
259
|
|
|
247
260
|
export const {
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
setRequestImage,
|
|
261
|
+
changeValueTextSearch,
|
|
262
|
+
configureFilter,
|
|
251
263
|
loadFileSelectRegion,
|
|
252
|
-
setRegions,
|
|
253
|
-
setSelectedRegion,
|
|
254
|
-
loadingActionResults,
|
|
255
264
|
loadingActionRegions,
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
updateResults,
|
|
265
|
+
loadingActionResults,
|
|
266
|
+
onResetRequestImage,
|
|
267
|
+
onToggleModalItemDetail,
|
|
260
268
|
reset,
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
269
|
+
resultSearchText,
|
|
270
|
+
searchFileImageNonRegion,
|
|
271
|
+
selectionChanged,
|
|
264
272
|
setError,
|
|
273
|
+
setImageCaptureHelpModal,
|
|
265
274
|
setImageSearchInput,
|
|
275
|
+
setPreFilterDropdown,
|
|
276
|
+
setRegions,
|
|
277
|
+
setRequestImage,
|
|
278
|
+
setSearchResults,
|
|
279
|
+
setSelectedRegion,
|
|
280
|
+
setUpdateKeyFilterDesktop,
|
|
281
|
+
setUpdateSession,
|
|
282
|
+
updateResultChangePosition,
|
|
283
|
+
updateResults,
|
|
266
284
|
updateStatusLoading,
|
|
267
285
|
updateValueTextSearchMobile,
|
|
268
|
-
|
|
269
|
-
onResetRequestImage,
|
|
270
|
-
setUpdateKeyFilterDesktop,
|
|
271
|
-
setPreFilterDropdown,
|
|
286
|
+
setFilter,
|
|
272
287
|
} = searchSlice.actions;
|
|
273
288
|
export default searchSlice.reducer;
|
|
@@ -1,28 +1,29 @@
|
|
|
1
1
|
import { SearchState } from './types';
|
|
2
2
|
|
|
3
3
|
export const initialState: SearchState = {
|
|
4
|
-
results: [],
|
|
5
|
-
regions: [],
|
|
6
|
-
selectedRegion: undefined,
|
|
7
|
-
requestImage: undefined,
|
|
8
|
-
fetchingResults: false,
|
|
9
|
-
fetchingRegions: false,
|
|
10
|
-
filterOptions: [],
|
|
11
4
|
categoryPredictions: [],
|
|
12
5
|
codes: [],
|
|
6
|
+
configureFilter: {},
|
|
13
7
|
errorMessage: '',
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
refinementList: '',
|
|
18
|
-
},
|
|
19
|
-
resultSearchText: [],
|
|
8
|
+
fetchingRegions: false,
|
|
9
|
+
fetchingResults: false,
|
|
10
|
+
filterOptions: [],
|
|
20
11
|
filters: [],
|
|
21
|
-
configureFilter: {},
|
|
22
|
-
loadingSearchAlgolia: false,
|
|
23
12
|
imageThumbSearchInput: '',
|
|
24
|
-
textSearchInputMobile: '',
|
|
25
13
|
isShowModalDetailItemMobile: false,
|
|
26
14
|
keyFilter: '',
|
|
15
|
+
loadingSearchAlgolia: false,
|
|
27
16
|
preFilterDropdown: false,
|
|
17
|
+
imageCaptureHelpModal: false,
|
|
18
|
+
regions: [],
|
|
19
|
+
requestImage: undefined,
|
|
20
|
+
results: [],
|
|
21
|
+
resultSearchText: [],
|
|
22
|
+
selectedRegion: undefined,
|
|
23
|
+
textSearchInputMobile: '',
|
|
24
|
+
valueTextSearch: {
|
|
25
|
+
configure: { filters: '' },
|
|
26
|
+
page: 1,
|
|
27
|
+
refinementList: '',
|
|
28
|
+
},
|
|
28
29
|
};
|
|
@@ -7,28 +7,29 @@ export interface CategoryPrediction {
|
|
|
7
7
|
}
|
|
8
8
|
|
|
9
9
|
export interface SearchState {
|
|
10
|
-
|
|
10
|
+
categoryPredictions: CategoryPrediction[];
|
|
11
|
+
codes: Code[];
|
|
12
|
+
configureFilter?: any;
|
|
11
13
|
duration?: number;
|
|
12
|
-
|
|
13
|
-
sessionId?: string;
|
|
14
|
-
regions: Region[];
|
|
15
|
-
selectedRegion?: RectCoords;
|
|
14
|
+
errorMessage: string;
|
|
16
15
|
fetchingRegions: boolean;
|
|
17
16
|
fetchingResults: boolean;
|
|
18
17
|
filterOptions: string[];
|
|
19
|
-
requestImage?: CanvasWithId | undefined;
|
|
20
|
-
categoryPredictions: CategoryPrediction[];
|
|
21
|
-
codes: Code[];
|
|
22
|
-
errorMessage: string;
|
|
23
|
-
valueTextSearch: any;
|
|
24
|
-
resultSearchText: any[];
|
|
25
18
|
filters: any[];
|
|
26
|
-
configureFilter?: any;
|
|
27
|
-
loadingSearchAlgolia: boolean;
|
|
28
19
|
imageThumbSearchInput?: any;
|
|
29
|
-
textSearchInputMobile?: string;
|
|
30
20
|
isShowModalDetailItemMobile?: boolean;
|
|
31
21
|
keyFilter?: string;
|
|
22
|
+
loadingSearchAlgolia: boolean;
|
|
32
23
|
preFilterDropdown?: boolean;
|
|
24
|
+
imageCaptureHelpModal?: boolean;
|
|
25
|
+
regions: Region[];
|
|
26
|
+
requestId?: string;
|
|
27
|
+
requestImage?: CanvasWithId | undefined;
|
|
28
|
+
results: any[];
|
|
29
|
+
resultSearchText: any[];
|
|
30
|
+
selectedRegion?: RectCoords;
|
|
31
|
+
sessionId?: string;
|
|
33
32
|
setPreFilterDropdown?: any;
|
|
33
|
+
textSearchInputMobile?: string;
|
|
34
|
+
valueTextSearch: any;
|
|
34
35
|
}
|
|
@@ -1,27 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
viewBox="0 0 33 32"
|
|
5
|
-
fill="none"
|
|
6
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
7
|
-
>
|
|
8
|
-
<ellipse
|
|
9
|
-
cx="16.1684"
|
|
10
|
-
cy="16"
|
|
11
|
-
rx="16.1684"
|
|
12
|
-
ry="16"
|
|
13
|
-
fill="#F3F3F5"
|
|
14
|
-
/>
|
|
15
|
-
<path
|
|
16
|
-
fillRule="evenodd"
|
|
17
|
-
clipRule="evenodd"
|
|
18
|
-
d="M19.0497 9.14286C18.7341 9.14286 18.4783 8.88702 18.4783 8.57143C18.4783 8.25584 18.7341 8 19.0497 8H23.6527C23.9841 8 24.2527 8.26863 24.2527 8.6V13.1368C24.2527 13.4558 23.9942 13.7143 23.6753 13.7143C23.3564 13.7143 23.0979 13.4558 23.0979 13.1368V11.3887C23.0979 10.8557 22.4547 10.5873 22.0758 10.9622L18.545 14.4563C18.3207 14.6783 17.9594 14.678 17.7354 14.4557C17.5085 14.2305 17.5088 13.8635 17.7361 13.6387L21.2435 10.1694C21.6246 9.79241 21.3577 9.14286 20.8215 9.14286H19.0497ZM13.7959 17.5429C14.0199 17.3215 14.3806 17.322 14.6038 17.5442C14.8296 17.7689 14.8291 18.1345 14.6026 18.3585L11.0932 21.8306C10.7121 22.2076 10.9791 22.8571 11.5152 22.8571H13.2872C13.6028 22.8571 13.8587 23.113 13.8587 23.4286C13.8587 23.7441 13.6028 24 13.2872 24H8.68423C8.35286 24 8.08423 23.7313 8.08423 23.4V18.8631C8.08423 18.5442 8.34276 18.2857 8.66167 18.2857C8.98059 18.2857 9.23912 18.5442 9.23912 18.8631V20.612C9.23912 21.1449 9.88207 21.4133 10.261 21.0386L13.7959 17.5429Z"
|
|
19
|
-
fill="currentColor"
|
|
20
|
-
/>
|
|
21
|
-
<path
|
|
22
|
-
fillRule="evenodd"
|
|
23
|
-
clipRule="evenodd"
|
|
24
|
-
d="M9.23911 13.1368C9.23911 13.4557 8.98058 13.7142 8.66167 13.7142C8.34276 13.7142 8.08423 13.4557 8.08423 13.1368L8.08423 8.59991C8.08423 8.26854 8.35286 7.99991 8.68423 7.99991L13.2872 7.99991C13.6028 7.99991 13.8587 8.25575 13.8587 8.57134C13.8587 8.88693 13.6028 9.14277 13.2872 9.14277L11.5149 9.14277C10.9789 9.14277 10.7119 9.79219 11.0929 10.1693L14.5999 13.6397C14.8276 13.865 14.8273 14.2329 14.5993 14.4578C14.3751 14.6791 14.0146 14.6788 13.7908 14.4571L10.2613 10.9627C9.88241 10.5877 9.23911 10.856 9.23911 11.3891L9.23911 13.1368ZM17.7362 18.3563C17.509 18.1313 17.5096 17.7641 17.7375 17.5399C17.9612 17.3198 18.3202 17.3203 18.5433 17.5411L22.0757 21.0375C22.4545 21.4125 23.0977 21.1441 23.0977 20.611L23.0977 18.8632C23.0977 18.5442 23.3563 18.2857 23.6752 18.2857C23.9941 18.2857 24.2526 18.5442 24.2526 18.8632L24.2526 23.4C24.2526 23.7314 23.984 24 23.6526 24L19.0496 24C18.734 24 18.4782 23.7442 18.4782 23.4286C18.4782 23.113 18.734 22.8571 19.0496 22.8571L20.8226 22.8571C21.3586 22.8571 21.6257 22.2079 21.2448 21.8308L17.7362 18.3563Z"
|
|
25
|
-
fill="currentColor"
|
|
26
|
-
/>
|
|
27
|
-
</svg>
|
|
1
|
+
<svg width="16" height="17" viewBox="0 0 16 17" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.8572 1.99051C10.5416 1.99051 10.2858 1.73468 10.2858 1.41908C10.2858 1.10349 10.5416 0.847656 10.8572 0.847656H15.4001C15.7315 0.847656 16.0001 1.11629 16.0001 1.44766V5.99051C16.0001 6.3061 15.7442 6.56194 15.4287 6.56194C15.1131 6.56194 14.8572 6.3061 14.8572 5.99051V4.24704C14.8572 3.7125 14.2109 3.4448 13.833 3.82278L10.356 7.2997C10.1324 7.52334 9.76974 7.52308 9.54642 7.29913C9.32351 7.07559 9.32381 6.71373 9.54709 6.49056L13.0244 3.01488C13.4025 2.63694 13.1348 1.99051 12.6002 1.99051H10.8572ZM5.64795 10.3948C5.87125 10.1717 6.23331 10.1723 6.4559 10.3961C6.67768 10.6192 6.67715 10.9796 6.45471 11.202L2.97541 14.6805C2.59736 15.0584 2.86505 15.7048 3.39962 15.7048H5.14286C5.45845 15.7048 5.71428 15.9606 5.71428 16.2762C5.71428 16.5918 5.45845 16.8476 5.14286 16.8476H0.6C0.268629 16.8476 0 16.579 0 16.2476V11.7048C0 11.3892 0.255837 11.1334 0.571428 11.1334C0.88702 11.1334 1.14286 11.3892 1.14286 11.7048V13.449C1.14286 13.9834 1.78893 14.2512 2.16697 13.8734L5.64795 10.3948Z" fill="currentColor"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M9.33333 16H6.66667C6.31305 16 5.97391 15.8595 5.72386 15.6095C5.47381 15.3594 5.33333 15.0203 5.33333 14.6667V9.60667L0.393333 4.66667C0.142942 4.41777 0.00148853 4.07972 0 3.72667V1.33333C0 0.979711 0.140476 0.640573 0.390524 0.390524C0.640573 0.140476 0.979711 0 1.33333 0H14.6667C15.0203 0 15.3594 0.140476 15.6095 0.390524C15.8595 0.640573 16 0.979711 16 1.33333V3.72667C15.9985 4.07972 15.8571 4.41777 15.6067 4.66667L10.6667 9.60667V14.6667C10.6667 15.0203 10.5262 15.3594 10.2761 15.6095C10.0261 15.8595 9.68696 16 9.33333 16ZM1.33333 1.33333V3.72667L6.66667 9.06V14.6667H9.33333V9.06L14.6667 3.72667V1.33333H1.33333Z" fill="currentColor"/>
|
|
3
|
+
</svg>
|
|
@@ -1,26 +1,3 @@
|
|
|
1
|
-
<svg width="
|
|
2
|
-
<
|
|
3
|
-
<circle cx="20" cy="20" r="16" fill="url(#paint0_linear_573_4241)"/>
|
|
4
|
-
<mask id="path-2-outside-1_573_4241" maskUnits="userSpaceOnUse" x="11" y="11" width="18" height="18" fill="black">
|
|
5
|
-
<rect fill="white" x="11" y="11" width="18" height="18"/>
|
|
6
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M12.5013 12C12.2249 12 12 12.2249 12 12.5013V16.0246C12 16.301 12.2249 16.5259 12.5013 16.5259H12.5528C12.8292 16.5259 13.0541 16.301 13.0541 16.0246V13.2203C13.0541 13.1003 13.1518 13.0026 13.2718 13.0026H16.0967C16.3731 13.0026 16.598 12.7777 16.598 12.5013C16.598 12.2249 16.3731 12 16.0967 12H12.5013ZM28 16.0246C28 16.301 27.7751 16.5259 27.4987 16.5259H27.4472C27.1708 16.5259 26.9459 16.301 26.9459 16.0246V13.2203C26.9459 13.1003 26.8482 13.0026 26.7282 13.0026H23.9033C23.6269 13.0026 23.402 12.7777 23.402 12.5013C23.402 12.2249 23.6269 12 23.9033 12H27.4987C27.7751 12 28 12.2249 28 12.5013V16.0246ZM28 27.4987C28 27.7751 27.7751 28 27.4987 28H23.9033C23.6269 28 23.402 27.7751 23.402 27.4987C23.402 27.2223 23.6269 26.9974 23.9033 26.9974H26.7282C26.8482 26.9974 26.9459 26.8997 26.9459 26.7797V23.9757C26.9459 23.6993 27.1708 23.4744 27.4472 23.4744H27.4987C27.7751 23.4744 28 23.6993 28 23.9757V27.4987ZM16.0967 28H12.5013C12.2249 28 12 27.7751 12 27.4987V23.9757C12 23.6993 12.2249 23.4744 12.5013 23.4744H12.5528C12.8292 23.4744 13.0541 23.6993 13.0541 23.9757V26.7797C13.0541 26.8997 13.1518 26.9974 13.2718 26.9974H16.0967C16.3731 26.9974 16.598 27.2223 16.598 27.4987C16.598 27.7751 16.3731 28 16.0967 28ZM23.2482 22.3423L24.5784 23.6725C24.8282 23.9223 24.8282 24.3285 24.5784 24.5784C24.4574 24.6993 24.2961 24.7662 24.1253 24.7662C23.9544 24.7662 23.7935 24.6993 23.6725 24.5784L22.342 23.2482L22.2079 23.3374C21.5564 23.7711 20.7931 24.0007 20 24.0007C18.9315 24.0007 17.9272 23.5843 17.1715 22.8289C16.4161 22.0734 15.9997 21.0692 15.9997 20.0003C15.9997 18.9315 16.4161 17.9272 17.1715 17.1715C17.9272 16.4161 18.9315 16 20 16C21.0685 16 22.0731 16.4161 22.8289 17.1715C23.5843 17.9272 24.0003 18.9315 24.0003 20.0003C24.0003 20.7931 23.7712 21.5564 23.3374 22.2079L23.2482 22.3423ZM21.9639 21.879L21.9708 21.8715C22.4535 21.3636 22.719 20.699 22.719 20.0003C22.719 18.501 21.499 17.2813 20 17.2813C18.501 17.2813 17.281 18.5013 17.281 20.0003C17.281 21.4993 18.501 22.7193 20 22.7193C20.699 22.7193 21.3636 22.4534 21.8715 21.9708L21.8787 21.9639L21.8853 21.9561C21.8964 21.9433 21.9079 21.9308 21.9194 21.9193C21.9312 21.9075 21.9433 21.8964 21.9561 21.8856L21.9639 21.879Z"/>
|
|
7
|
-
</mask>
|
|
8
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M12.5013 12C12.2249 12 12 12.2249 12 12.5013V16.0246C12 16.301 12.2249 16.5259 12.5013 16.5259H12.5528C12.8292 16.5259 13.0541 16.301 13.0541 16.0246V13.2203C13.0541 13.1003 13.1518 13.0026 13.2718 13.0026H16.0967C16.3731 13.0026 16.598 12.7777 16.598 12.5013C16.598 12.2249 16.3731 12 16.0967 12H12.5013ZM28 16.0246C28 16.301 27.7751 16.5259 27.4987 16.5259H27.4472C27.1708 16.5259 26.9459 16.301 26.9459 16.0246V13.2203C26.9459 13.1003 26.8482 13.0026 26.7282 13.0026H23.9033C23.6269 13.0026 23.402 12.7777 23.402 12.5013C23.402 12.2249 23.6269 12 23.9033 12H27.4987C27.7751 12 28 12.2249 28 12.5013V16.0246ZM28 27.4987C28 27.7751 27.7751 28 27.4987 28H23.9033C23.6269 28 23.402 27.7751 23.402 27.4987C23.402 27.2223 23.6269 26.9974 23.9033 26.9974H26.7282C26.8482 26.9974 26.9459 26.8997 26.9459 26.7797V23.9757C26.9459 23.6993 27.1708 23.4744 27.4472 23.4744H27.4987C27.7751 23.4744 28 23.6993 28 23.9757V27.4987ZM16.0967 28H12.5013C12.2249 28 12 27.7751 12 27.4987V23.9757C12 23.6993 12.2249 23.4744 12.5013 23.4744H12.5528C12.8292 23.4744 13.0541 23.6993 13.0541 23.9757V26.7797C13.0541 26.8997 13.1518 26.9974 13.2718 26.9974H16.0967C16.3731 26.9974 16.598 27.2223 16.598 27.4987C16.598 27.7751 16.3731 28 16.0967 28ZM23.2482 22.3423L24.5784 23.6725C24.8282 23.9223 24.8282 24.3285 24.5784 24.5784C24.4574 24.6993 24.2961 24.7662 24.1253 24.7662C23.9544 24.7662 23.7935 24.6993 23.6725 24.5784L22.342 23.2482L22.2079 23.3374C21.5564 23.7711 20.7931 24.0007 20 24.0007C18.9315 24.0007 17.9272 23.5843 17.1715 22.8289C16.4161 22.0734 15.9997 21.0692 15.9997 20.0003C15.9997 18.9315 16.4161 17.9272 17.1715 17.1715C17.9272 16.4161 18.9315 16 20 16C21.0685 16 22.0731 16.4161 22.8289 17.1715C23.5843 17.9272 24.0003 18.9315 24.0003 20.0003C24.0003 20.7931 23.7712 21.5564 23.3374 22.2079L23.2482 22.3423ZM21.9639 21.879L21.9708 21.8715C22.4535 21.3636 22.719 20.699 22.719 20.0003C22.719 18.501 21.499 17.2813 20 17.2813C18.501 17.2813 17.281 18.5013 17.281 20.0003C17.281 21.4993 18.501 22.7193 20 22.7193C20.699 22.7193 21.3636 22.4534 21.8715 21.9708L21.8787 21.9639L21.8853 21.9561C21.8964 21.9433 21.9079 21.9308 21.9194 21.9193C21.9312 21.9075 21.9433 21.8964 21.9561 21.8856L21.9639 21.879Z" fill="currentColor"/>
|
|
9
|
-
<path d="M24.5784 23.6725L24.7198 23.531L24.5784 23.6725ZM23.2482 22.3423L23.0815 22.2317L22.9911 22.368L23.1068 22.4837L23.2482 22.3423ZM23.6725 24.5784L23.8139 24.4369L23.8139 24.4369L23.6725 24.5784ZM22.342 23.2482L22.4834 23.1068L22.3676 22.991L22.2312 23.0817L22.342 23.2482ZM22.2079 23.3374L22.0971 23.1708L22.097 23.1709L22.2079 23.3374ZM17.1715 22.8289L17.0301 22.9703L17.0301 22.9703L17.1715 22.8289ZM17.1715 17.1715L17.0301 17.03L17.03 17.0301L17.1715 17.1715ZM22.8289 17.1715L22.9703 17.0301L22.9703 17.03L22.8289 17.1715ZM23.3374 22.2079L23.1709 22.097L23.1707 22.0973L23.3374 22.2079ZM21.9708 21.8715L21.8258 21.7337L21.8231 21.7366L21.9708 21.8715ZM21.9639 21.879L22.092 22.0327L22.1025 22.0239L22.1117 22.0139L21.9639 21.879ZM21.8715 21.9708L22.0093 22.1158L22.0096 22.1155L21.8715 21.9708ZM21.8787 21.9639L22.0168 22.1086L22.025 22.1007L22.0323 22.092L21.8787 21.9639ZM21.8853 21.9561L21.7345 21.8246L21.7316 21.828L21.8853 21.9561ZM21.9194 21.9193L21.7779 21.7779L21.7779 21.7779L21.9194 21.9193ZM21.9561 21.8856L21.828 21.7319L21.8269 21.7329L21.9561 21.8856ZM12.2 12.5013C12.2 12.3354 12.3354 12.2 12.5013 12.2V11.8C12.1145 11.8 11.8 12.1145 11.8 12.5013H12.2ZM12.2 16.0246V12.5013H11.8V16.0246H12.2ZM12.5013 16.3259C12.3354 16.3259 12.2 16.1905 12.2 16.0246H11.8C11.8 16.4114 12.1145 16.7259 12.5013 16.7259V16.3259ZM12.5528 16.3259H12.5013V16.7259H12.5528V16.3259ZM12.8541 16.0246C12.8541 16.1905 12.7187 16.3259 12.5528 16.3259V16.7259C12.9396 16.7259 13.2541 16.4114 13.2541 16.0246H12.8541ZM12.8541 13.2203V16.0246H13.2541V13.2203H12.8541ZM13.2718 12.8026C13.0413 12.8026 12.8541 12.9899 12.8541 13.2203H13.2541C13.2541 13.2108 13.2623 13.2026 13.2718 13.2026V12.8026ZM16.0967 12.8026H13.2718V13.2026H16.0967V12.8026ZM16.398 12.5013C16.398 12.6672 16.2627 12.8026 16.0967 12.8026V13.2026C16.4836 13.2026 16.798 12.8882 16.798 12.5013H16.398ZM16.0967 12.2C16.2627 12.2 16.398 12.3354 16.398 12.5013H16.798C16.798 12.1145 16.4836 11.8 16.0967 11.8V12.2ZM12.5013 12.2H16.0967V11.8H12.5013V12.2ZM27.4987 16.7259C27.8855 16.7259 28.2 16.4114 28.2 16.0246H27.8C27.8 16.1905 27.6646 16.3259 27.4987 16.3259V16.7259ZM27.4472 16.7259H27.4987V16.3259H27.4472V16.7259ZM26.7459 16.0246C26.7459 16.4114 27.0604 16.7259 27.4472 16.7259V16.3259C27.2813 16.3259 27.1459 16.1905 27.1459 16.0246H26.7459ZM26.7459 13.2203V16.0246H27.1459V13.2203H26.7459ZM26.7282 13.2026C26.7377 13.2026 26.7459 13.2108 26.7459 13.2203H27.1459C27.1459 12.9899 26.9586 12.8026 26.7282 12.8026V13.2026ZM23.9033 13.2026H26.7282V12.8026H23.9033V13.2026ZM23.202 12.5013C23.202 12.8882 23.5164 13.2026 23.9033 13.2026V12.8026C23.7373 12.8026 23.602 12.6672 23.602 12.5013H23.202ZM23.9033 11.8C23.5164 11.8 23.202 12.1145 23.202 12.5013H23.602C23.602 12.3354 23.7373 12.2 23.9033 12.2V11.8ZM27.4987 11.8H23.9033V12.2H27.4987V11.8ZM28.2 12.5013C28.2 12.1145 27.8855 11.8 27.4987 11.8V12.2C27.6646 12.2 27.8 12.3354 27.8 12.5013H28.2ZM28.2 16.0246V12.5013H27.8V16.0246H28.2ZM27.4987 28.2C27.8855 28.2 28.2 27.8855 28.2 27.4987H27.8C27.8 27.6646 27.6646 27.8 27.4987 27.8V28.2ZM23.9033 28.2H27.4987V27.8H23.9033V28.2ZM23.202 27.4987C23.202 27.8855 23.5164 28.2 23.9033 28.2V27.8C23.7373 27.8 23.602 27.6646 23.602 27.4987H23.202ZM23.9033 26.7974C23.5164 26.7974 23.202 27.1118 23.202 27.4987H23.602C23.602 27.3328 23.7373 27.1974 23.9033 27.1974V26.7974ZM26.7282 26.7974H23.9033V27.1974H26.7282V26.7974ZM26.7459 26.7797C26.7459 26.7892 26.7377 26.7974 26.7282 26.7974V27.1974C26.9586 27.1974 27.1459 27.0101 27.1459 26.7797H26.7459ZM26.7459 23.9757V26.7797H27.1459V23.9757H26.7459ZM27.4472 23.2744C27.0604 23.2744 26.7459 23.5889 26.7459 23.9757H27.1459C27.1459 23.8098 27.2813 23.6744 27.4472 23.6744V23.2744ZM27.4987 23.2744H27.4472V23.6744H27.4987V23.2744ZM28.2 23.9757C28.2 23.5889 27.8855 23.2744 27.4987 23.2744V23.6744C27.6646 23.6744 27.8 23.8098 27.8 23.9757H28.2ZM28.2 27.4987V23.9757H27.8V27.4987H28.2ZM12.5013 28.2H16.0967V27.8H12.5013V28.2ZM11.8 27.4987C11.8 27.8855 12.1145 28.2 12.5013 28.2V27.8C12.3354 27.8 12.2 27.6646 12.2 27.4987H11.8ZM11.8 23.9757V27.4987H12.2V23.9757H11.8ZM12.5013 23.2744C12.1145 23.2744 11.8 23.5889 11.8 23.9757H12.2C12.2 23.8098 12.3354 23.6744 12.5013 23.6744V23.2744ZM12.5528 23.2744H12.5013V23.6744H12.5528V23.2744ZM13.2541 23.9757C13.2541 23.5889 12.9396 23.2744 12.5528 23.2744V23.6744C12.7187 23.6744 12.8541 23.8098 12.8541 23.9757H13.2541ZM13.2541 26.7797V23.9757H12.8541V26.7797H13.2541ZM13.2718 26.7974C13.2623 26.7974 13.2541 26.7892 13.2541 26.7797H12.8541C12.8541 27.0101 13.0413 27.1974 13.2718 27.1974V26.7974ZM16.0967 26.7974H13.2718V27.1974H16.0967V26.7974ZM16.798 27.4987C16.798 27.1118 16.4836 26.7974 16.0967 26.7974V27.1974C16.2627 27.1974 16.398 27.3328 16.398 27.4987H16.798ZM16.0967 28.2C16.4836 28.2 16.798 27.8855 16.798 27.4987H16.398C16.398 27.6646 16.2627 27.8 16.0967 27.8V28.2ZM24.7198 23.531L23.3896 22.2009L23.1068 22.4837L24.4369 23.8139L24.7198 23.531ZM24.7198 24.7198C25.0477 24.3918 25.0477 23.859 24.7198 23.531L24.4369 23.8139C24.6087 23.9856 24.6087 24.2652 24.4369 24.4369L24.7198 24.7198ZM24.1253 24.9662C24.3492 24.9662 24.5614 24.8782 24.7198 24.7198L24.4369 24.4369C24.3534 24.5205 24.2429 24.5662 24.1253 24.5662V24.9662ZM23.531 24.7198C23.6894 24.8781 23.9012 24.9662 24.1253 24.9662V24.5662C24.0077 24.5662 23.8975 24.5206 23.8139 24.4369L23.531 24.7198ZM22.2006 23.3896L23.5311 24.7198L23.8139 24.4369L22.4834 23.1068L22.2006 23.3896ZM22.3186 23.5039L22.4527 23.4147L22.2312 23.0817L22.0971 23.1708L22.3186 23.5039ZM20 24.2007C20.8321 24.2007 21.634 23.9598 22.3187 23.5039L22.097 23.1709C21.4788 23.5825 20.7542 23.8007 20 23.8007V24.2007ZM17.0301 22.9703C17.8233 23.7632 18.8784 24.2007 20 24.2007V23.8007C18.9846 23.8007 18.0312 23.4054 17.3129 22.6874L17.0301 22.9703ZM15.7997 20.0003C15.7997 21.1223 16.2372 22.1774 17.0301 22.9703L17.3129 22.6874C16.595 21.9695 16.1997 21.0161 16.1997 20.0003H15.7997ZM17.03 17.0301C16.2372 17.8233 15.7997 18.8784 15.7997 20.0003H16.1997C16.1997 18.9846 16.595 18.0311 17.3129 17.3129L17.03 17.0301ZM20 15.8C18.8784 15.8 17.8233 16.2371 17.0301 17.03L17.3129 17.3129C18.0311 16.595 18.9845 16.2 20 16.2V15.8ZM22.9703 17.03C22.177 16.2371 21.1216 15.8 20 15.8V16.2C21.0155 16.2 21.9692 16.595 22.6875 17.3129L22.9703 17.03ZM24.2003 20.0003C24.2003 18.8784 23.7632 17.8233 22.9703 17.0301L22.6874 17.3129C23.4053 18.0311 23.8003 18.9845 23.8003 20.0003H24.2003ZM23.5039 22.3187C23.9598 21.6339 24.2003 20.832 24.2003 20.0003H23.8003C23.8003 20.7542 23.5825 21.4788 23.1709 22.097L23.5039 22.3187ZM23.4149 22.4529L23.504 22.3184L23.1707 22.0973L23.0815 22.2317L23.4149 22.4529ZM21.8231 21.7366L21.8162 21.7442L22.1117 22.0139L22.1185 22.0063L21.8231 21.7366ZM22.519 20.0003C22.519 20.6476 22.2732 21.2629 21.8258 21.7337L22.1158 22.0092C22.6337 21.4643 22.919 20.7504 22.919 20.0003H22.519ZM20 17.4813C21.3886 17.4813 22.519 18.6115 22.519 20.0003H22.919C22.919 18.3905 21.6095 17.0813 20 17.0813V17.4813ZM17.481 20.0003C17.481 18.6118 18.6114 17.4813 20 17.4813V17.0813C18.3905 17.0813 17.081 18.3909 17.081 20.0003H17.481ZM20 22.5193C18.6114 22.5193 17.481 21.3889 17.481 20.0003H17.081C17.081 21.6098 18.3905 22.9193 20 22.9193V22.5193ZM21.7337 21.8258C21.2629 22.2732 20.6476 22.5193 20 22.5193V22.9193C20.7505 22.9193 21.4643 22.6336 22.0093 22.1158L21.7337 21.8258ZM21.7406 21.8193L21.7334 21.8261L22.0096 22.1155L22.0168 22.1086L21.7406 21.8193ZM21.7316 21.828L21.7251 21.8359L22.0323 22.092L22.0389 22.0841L21.7316 21.828ZM21.7779 21.7779C21.7625 21.7933 21.7479 21.8092 21.7345 21.8246L22.036 22.0875C22.0449 22.0773 22.0532 22.0683 22.0608 22.0608L21.7779 21.7779ZM21.8269 21.7329C21.8099 21.7472 21.7937 21.7621 21.7779 21.7779L22.0608 22.0608C22.0686 22.0529 22.0766 22.0456 22.0853 22.0383L21.8269 21.7329ZM21.8359 21.7254L21.828 21.7319L22.0841 22.0392L22.092 22.0327L21.8359 21.7254Z" fill="currentColor" mask="url(#path-2-outside-1_573_4241)"/>
|
|
10
|
-
</g>
|
|
11
|
-
<defs>
|
|
12
|
-
<filter id="filter0_d_573_4241" x="0" y="0" width="40" height="40" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
13
|
-
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
14
|
-
<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"/>
|
|
15
|
-
<feOffset/>
|
|
16
|
-
<feGaussianBlur stdDeviation="2"/>
|
|
17
|
-
<feColorMatrix type="matrix" values="0 0 0 0 0.333333 0 0 0 0 0.337255 0 0 0 0 0.419608 0 0 0 0.502974 0"/>
|
|
18
|
-
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_573_4241"/>
|
|
19
|
-
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_573_4241" result="shape"/>
|
|
20
|
-
</filter>
|
|
21
|
-
<linearGradient id="paint0_linear_573_4241" x1="20" y1="4" x2="20" y2="36" gradientUnits="userSpaceOnUse">
|
|
22
|
-
<stop stop-color="white"/>
|
|
23
|
-
<stop offset="1" stop-color="#F4F4F6"/>
|
|
24
|
-
</linearGradient>
|
|
25
|
-
</defs>
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M1.42028 4.82804C1.42028 5.22014 1.10221 5.53825 0.710142 5.53825C0.318078 5.53825 0 5.22014 0 4.82804V2.69216C0 1.20767 1.20757 0 2.69193 0H4.87323C5.26529 0 5.58337 0.318104 5.58337 0.710201C5.58337 1.1023 5.26529 1.4204 4.87323 1.4204H2.69193C1.99071 1.4204 1.42028 1.99087 1.42028 2.69216V4.82804ZM13.3081 0H11.1268C10.7347 0 10.4167 0.318104 10.4167 0.710201C10.4167 1.1023 10.7347 1.4204 11.1268 1.4204H13.3081C14.0093 1.4204 14.5798 1.99087 14.5798 2.69216V4.82804C14.5798 5.22014 14.8978 5.53825 15.2899 5.53825C15.682 5.53825 16 5.22014 16 4.82804V2.69216C16 1.20767 14.7925 0 13.3081 0ZM15.2899 10.4614C14.8978 10.4614 14.5798 10.7795 14.5798 11.1716V13.3078C14.5798 14.0091 14.0093 14.5796 13.3081 14.5796H11.1268C10.7347 14.5796 10.4167 14.8977 10.4167 15.2898C10.4167 15.6819 10.7347 16 11.1268 16H13.3081C14.7925 16 16 14.7923 16 13.3078V11.1716C16 10.7795 15.682 10.4614 15.2899 10.4614ZM4.87323 14.5796H2.69193C1.99071 14.5796 1.42028 14.0091 1.42028 13.3078V11.1716C1.42028 10.7795 1.10221 10.4614 0.710142 10.4614C0.318078 10.4614 0 10.7792 0 11.1716V13.3078C0 14.7923 1.20757 16 2.69193 16H4.87323C5.26529 16 5.58337 15.6819 5.58337 15.2898C5.58337 14.8977 5.26529 14.5796 4.87323 14.5796ZM12.6019 12.6029C12.4476 12.7572 12.2425 12.8421 12.0242 12.8421L12.0245 12.8418C11.8062 12.8418 11.6011 12.7569 11.4468 12.6026L10.2604 11.4161C9.59218 11.8613 8.81663 12.0952 8.00047 12.0952C6.90685 12.0952 5.87863 11.6694 5.1054 10.8961C4.33217 10.1228 3.90641 9.09453 3.90641 8.00082C3.90641 6.90711 4.33217 5.87881 5.1054 5.10552C5.87863 4.33222 6.90685 3.90643 8.00047 3.90643C9.09408 3.90643 10.1223 4.33222 10.8955 5.10552C11.6688 5.87881 12.0945 6.90711 12.0945 8.00082C12.0945 8.81706 11.8607 9.59266 11.4154 10.2612L12.6019 11.4478C12.9203 11.7662 12.9203 12.2845 12.6019 12.6029ZM9.73685 9.73702C9.75171 9.72248 9.76723 9.70795 9.78342 9.69407C10.2201 9.23426 10.4605 8.63373 10.4605 8.00082C10.4605 6.64418 9.35667 5.54023 8.00014 5.54023C6.6436 5.54023 5.53974 6.64418 5.53974 8.00082C5.53974 9.35747 6.64327 10.4614 8.00014 10.4614C8.63299 10.4614 9.23347 10.2213 9.69325 9.78425C9.70745 9.76774 9.72198 9.75188 9.73685 9.73702Z" fill="#AAABB5"/>
|
|
26
3
|
</svg>
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
<svg width="12" height="12" viewBox="0 0 12 12" fill="
|
|
2
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M2.66658 10.9888C3.65328 11.6481 4.81331 12 6 12C7.5913 12 9.11742 11.3679 10.2426 10.2426C11.3679 9.11742 12 7.5913 12 6C12 4.81331 11.6481 3.65328 10.9888 2.66658C10.3295 1.67989 9.39246 0.910851 8.2961 0.456725C7.19975 0.0025997 5.99335 -0.11622 4.82946 0.115291C3.66557 0.346802 2.59648 0.918247 1.75736 1.75736C0.918247 2.59648 0.346802 3.66557 0.115291 4.82946C-0.11622 5.99335 0.0025997 7.19975 0.456725 8.2961C0.910851 9.39246 1.67989 10.3295 2.66658 10.9888ZM3.14278 1.72387C3.98852 1.15877 4.98284 0.857145 6 0.857145C7.36397 0.857145 8.67208 1.39898 9.63655 2.36345C10.601 3.32793 11.1429 4.63603 11.1429 6C11.1429 7.01716 10.8412 8.01148 10.2761 8.85722C9.71103 9.70296 8.90782 10.3621 7.96809 10.7514C7.02835 11.1406 5.9943 11.2425 4.99668 11.044C3.99906 10.8456 3.08269 10.3558 2.36345 9.63655C1.64421 8.91731 1.1544 8.00094 0.955964 7.00332C0.757526 6.00571 0.859372 4.97165 1.24862 4.03192C1.63787 3.09218 2.29705 2.28898 3.14278 1.72387ZM6 2.57143C5.87285 2.57143 5.74857 2.60913 5.64285 2.67977C5.53713 2.75041 5.45473 2.85081 5.40608 2.96827C5.35742 3.08574 5.34469 3.215 5.36949 3.3397C5.3943 3.4644 5.45553 3.57895 5.54543 3.66885C5.63534 3.75876 5.74988 3.81999 5.87458 3.84479C5.99929 3.8696 6.12854 3.85686 6.24601 3.80821C6.36348 3.75955 6.46388 3.67715 6.53452 3.57144C6.60515 3.46572 6.64286 3.34143 6.64286 3.21429C6.64286 3.04379 6.57513 2.88028 6.45457 2.75972C6.33401 2.63916 6.1705 2.57143 6 2.57143ZM6.42857 8.57143V5.14286H4.71428V6H5.57143V8.57143H4.28571V9.42857H7.71428V8.57143H6.42857Z" fill="
|
|
1
|
+
<svg width="12" height="12" viewBox="0 0 12 12" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M2.66658 10.9888C3.65328 11.6481 4.81331 12 6 12C7.5913 12 9.11742 11.3679 10.2426 10.2426C11.3679 9.11742 12 7.5913 12 6C12 4.81331 11.6481 3.65328 10.9888 2.66658C10.3295 1.67989 9.39246 0.910851 8.2961 0.456725C7.19975 0.0025997 5.99335 -0.11622 4.82946 0.115291C3.66557 0.346802 2.59648 0.918247 1.75736 1.75736C0.918247 2.59648 0.346802 3.66557 0.115291 4.82946C-0.11622 5.99335 0.0025997 7.19975 0.456725 8.2961C0.910851 9.39246 1.67989 10.3295 2.66658 10.9888ZM3.14278 1.72387C3.98852 1.15877 4.98284 0.857145 6 0.857145C7.36397 0.857145 8.67208 1.39898 9.63655 2.36345C10.601 3.32793 11.1429 4.63603 11.1429 6C11.1429 7.01716 10.8412 8.01148 10.2761 8.85722C9.71103 9.70296 8.90782 10.3621 7.96809 10.7514C7.02835 11.1406 5.9943 11.2425 4.99668 11.044C3.99906 10.8456 3.08269 10.3558 2.36345 9.63655C1.64421 8.91731 1.1544 8.00094 0.955964 7.00332C0.757526 6.00571 0.859372 4.97165 1.24862 4.03192C1.63787 3.09218 2.29705 2.28898 3.14278 1.72387ZM6 2.57143C5.87285 2.57143 5.74857 2.60913 5.64285 2.67977C5.53713 2.75041 5.45473 2.85081 5.40608 2.96827C5.35742 3.08574 5.34469 3.215 5.36949 3.3397C5.3943 3.4644 5.45553 3.57895 5.54543 3.66885C5.63534 3.75876 5.74988 3.81999 5.87458 3.84479C5.99929 3.8696 6.12854 3.85686 6.24601 3.80821C6.36348 3.75955 6.46388 3.67715 6.53452 3.57144C6.60515 3.46572 6.64286 3.34143 6.64286 3.21429C6.64286 3.04379 6.57513 2.88028 6.45457 2.75972C6.33401 2.63916 6.1705 2.57143 6 2.57143ZM6.42857 8.57143V5.14286H4.71428V6H5.57143V8.57143H4.28571V9.42857H7.71428V8.57143H6.42857Z" fill="currentColor"/>
|
|
3
3
|
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="121" height="96" viewBox="0 0 121 96" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g style="mix-blend-mode:multiply">
|
|
3
|
+
<path d="M81.7314 54.5169C81.7314 66.4489 71.985 76.1561 60.0049 76.1561C48.0248 76.1561 38.2785 66.4489 38.2785 54.5169C38.2785 42.5849 48.0248 32.8777 60.0049 32.8777C71.985 32.8777 81.7314 42.5849 81.7314 54.5169ZM120.005 24.1972V84.8366C120.005 90.4872 115.363 95.1111 109.689 95.1111H10.3215C4.64805 95.1111 0.00549316 90.4878 0.00549316 84.8366V24.1972C0.00549316 18.5466 4.64748 13.9227 10.3215 13.9227H34.2641L37.8838 5.57484C39.3502 2.1909 42.6961 0 46.3964 0H73.6134C77.3137 0 80.6602 2.1909 82.1272 5.57484L85.7469 13.9227H109.69C115.363 13.9227 120.005 18.546 120.005 24.1972H120.005ZM21.6286 26.4758C21.6286 25.1029 20.5011 23.98 19.1227 23.98H12.2151C10.8366 23.98 9.7092 25.1029 9.7092 26.4758V29.8484C9.7092 31.2214 10.8366 32.3443 12.2151 32.3443H19.1227C20.5011 32.3443 21.6286 31.2214 21.6286 29.8484V26.4758ZM92.258 54.5169C92.258 50.1826 91.4044 45.975 89.7215 42.0118C88.0965 38.1861 85.7719 34.7512 82.8116 31.8029C79.8514 28.8545 76.4027 26.5392 72.5615 24.9207C68.5818 23.2441 64.3578 22.3944 60.0061 22.3944C55.6543 22.3944 51.4298 23.2446 47.4506 24.9207C43.6094 26.5392 40.1607 28.8545 37.2005 31.8029C34.2403 34.7512 31.9156 38.1861 30.2906 42.0118C28.6072 45.9756 27.7541 50.1826 27.7541 54.5169C27.7541 58.8512 28.6077 63.0588 30.2906 67.022C31.9156 70.8477 34.2403 74.2825 37.2005 77.2309C40.1607 80.1793 43.6094 82.4946 47.4506 84.113C51.4303 85.7897 55.6543 86.6394 60.0061 86.6394C64.3578 86.6394 68.5824 85.7892 72.5615 84.113C76.4027 82.4946 79.8514 80.1793 82.8116 77.2309C85.7719 74.2825 88.0965 70.8477 89.7215 67.022C91.405 63.0582 92.258 58.8512 92.258 54.5169Z" fill="currentColor"/>
|
|
4
|
+
</g>
|
|
5
|
+
</svg>
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|