@nyris/nyris-webapp 0.3.27 → 0.3.30
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 +10 -9
- package/build/index.html +1 -1
- package/build/{precache-manifest.404c1d12c1b3cc39e5d57e0aec6a4584.js → precache-manifest.1bafefb0503a5f6e261392890797084b.js} +12 -8
- package/build/service-worker.js +1 -1
- package/build/static/css/{main.0d30f026.chunk.css → main.30e70922.chunk.css} +2 -2
- package/build/static/css/main.30e70922.chunk.css.map +1 -0
- package/build/static/js/main.2e801006.chunk.js +3 -0
- package/build/static/js/main.2e801006.chunk.js.map +1 -0
- package/build/static/media/icon_search.373c3cc4.svg +3 -0
- package/build/static/media/info-tooltip.19eb6e6a.svg +3 -0
- package/package.json +3 -3
- package/src/Store/constants.ts +13 -0
- package/src/common/assets/icons/icon_search.svg +2 -2
- package/src/common/assets/icons/info-tooltip.svg +3 -0
- package/src/components/DetailItem.tsx +28 -23
- package/src/components/drawer/cameraCustom.tsx +41 -8
- package/src/components/input/inputSearch.tsx +11 -8
- package/src/components/results/ItemResult.tsx +181 -180
- package/src/page/landingPage/common.scss +43 -25
- package/src/page/result/index.tsx +123 -53
- package/src/translations.ts +3 -3
- package/src/types.ts +15 -0
- package/build/static/css/main.0d30f026.chunk.css.map +0 -1
- package/build/static/js/main.0e1815bf.chunk.js +0 -3
- package/build/static/js/main.0e1815bf.chunk.js.map +0 -1
- package/build/static/media/icon_search.418decdc.svg +0 -3
- /package/build/static/js/{main.0e1815bf.chunk.js.LICENSE.txt → main.2e801006.chunk.js.LICENSE.txt} +0 -0
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M24 22.7447L17.2958 16.0405C18.9068 14.1064 19.7101 11.6258 19.5387 9.11455C19.3672 6.60331 18.2342 4.25484 16.3754 2.55768C14.5165 0.860522 12.0749 -0.0546567 9.55849 0.00252705C7.04206 0.0597108 4.64455 1.08485 2.8647 2.8647C1.08485 4.64455 0.0597108 7.04206 0.00252705 9.55849C-0.0546567 12.0749 0.860522 14.5165 2.55768 16.3754C4.25484 18.2342 6.60331 19.3672 9.11455 19.5387C11.6258 19.7101 14.1064 18.9068 16.0405 17.2958L22.7447 24L24 22.7447ZM1.80687 9.7964C1.80687 8.21622 2.27545 6.67152 3.15335 5.35765C4.03125 4.04378 5.27904 3.01974 6.73894 2.41504C8.19883 1.81033 9.80526 1.65211 11.3551 1.96039C12.9049 2.26866 14.3285 3.02959 15.4458 4.14695C16.5632 5.2643 17.3241 6.6879 17.6324 8.23772C17.9407 9.78753 17.7825 11.394 17.1778 12.8539C16.573 14.3138 15.549 15.5615 14.2351 16.4394C12.9213 17.3173 11.3766 17.7859 9.7964 17.7859C7.67816 17.7836 5.64736 16.9411 4.14954 15.4433C2.65173 13.9454 1.80922 11.9146 1.80687 9.7964Z" fill="#55566B"/>
|
|
3
|
-
</svg>
|
/package/build/static/js/{main.0e1815bf.chunk.js.LICENSE.txt → main.2e801006.chunk.js.LICENSE.txt}
RENAMED
|
File without changes
|