@nyris/nyris-webapp 0.3.23 → 0.3.24

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 (92) hide show
  1. package/README.md +1 -1
  2. package/build/asset-manifest.json +12 -18
  3. package/build/index.html +1 -1
  4. package/build/{precache-manifest.550e76235499efc131a68c80392f6bfc.js → precache-manifest.982b135daeb2c083ccf4eeeddf132bf3.js} +11 -35
  5. package/build/service-worker.js +1 -1
  6. package/build/static/css/{main.c956b74c.chunk.css → main.1e43a778.chunk.css} +2 -2
  7. package/build/static/css/main.1e43a778.chunk.css.map +1 -0
  8. package/build/static/js/2.fe9108d5.chunk.js +3 -0
  9. package/build/static/js/{2.f0507df9.chunk.js.LICENSE.txt → 2.fe9108d5.chunk.js.LICENSE.txt} +0 -15
  10. package/build/static/js/2.fe9108d5.chunk.js.map +1 -0
  11. package/build/static/js/main.83cb88a3.chunk.js +3 -0
  12. package/build/static/js/main.83cb88a3.chunk.js.map +1 -0
  13. package/package.json +3 -3
  14. package/src/App.tsx +6 -14
  15. package/src/Router.tsx +6 -41
  16. package/src/Store/Store.ts +14 -23
  17. package/src/components/DetailItem.tsx +9 -15
  18. package/src/components/FooterMobile.tsx +3 -51
  19. package/src/components/FooterResult.tsx +1 -1
  20. package/src/components/HeaderMobile.tsx +13 -20
  21. package/src/components/HeaderNewVersion.tsx +5 -83
  22. package/src/components/Layout.tsx +3 -19
  23. package/src/components/PanelResult/index.tsx +1 -1
  24. package/src/components/clear-refinements/clear-refinements.tsx +1 -1
  25. package/src/components/drawer/cameraCustom.tsx +6 -12
  26. package/src/components/input/inputSearch.tsx +3 -3
  27. package/src/components/pre-filter/desktop/index.tsx +2 -2
  28. package/src/components/results/ItemResult.tsx +7 -7
  29. package/src/defaults.ts +19 -35
  30. package/src/index.css +13 -0
  31. package/src/index.tsx +0 -20
  32. package/src/modules/LandingPage/AppMD.tsx +59 -386
  33. package/src/modules/LandingPage/AppMobile.tsx +1 -1
  34. package/src/modules/LandingPage/propsType.ts +35 -37
  35. package/src/services/Feedback.ts +48 -71
  36. package/src/services/filter.tsx +1 -1
  37. package/src/services/types.ts +30 -39
  38. package/src/types.ts +8 -63
  39. package/build/js/test.js +0 -84
  40. package/build/static/css/main.c956b74c.chunk.css.map +0 -1
  41. package/build/static/js/2.f0507df9.chunk.js +0 -3
  42. package/build/static/js/2.f0507df9.chunk.js.map +0 -1
  43. package/build/static/js/main.247c7b7e.chunk.js +0 -3
  44. package/build/static/js/main.247c7b7e.chunk.js.map +0 -1
  45. package/build/static/media/Rectangle.4dd8b747.png +0 -0
  46. package/build/static/media/icon_company.2b2a0a61.svg +0 -3
  47. package/build/static/media/icon_email.132d632b.svg +0 -3
  48. package/build/static/media/icon_phone.09335da9.svg +0 -3
  49. package/build/static/media/icon_textArea.f6d78b61.svg +0 -3
  50. package/build/static/media/icon_users.2013c76e.svg +0 -3
  51. package/public/js/test.js +0 -84
  52. package/src/App.css +0 -65
  53. package/src/components/AppContainer.tsx +0 -126
  54. package/src/components/CategoryFilter.tsx +0 -17
  55. package/src/components/Codes.tsx +0 -20
  56. package/src/components/CustomHits/index.tsx +0 -47
  57. package/src/components/Footer.tsx +0 -96
  58. package/src/components/FooterMD.tsx +0 -54
  59. package/src/components/HeaderMd.tsx +0 -38
  60. package/src/components/Navigation.tsx +0 -34
  61. package/src/components/PredictedCategories.tsx +0 -14
  62. package/src/components/Refine.tsx +0 -28
  63. package/src/components/RelevantSort.tsx +0 -12
  64. package/src/components/Result.tsx +0 -210
  65. package/src/components/Saved/AllItem.tsx +0 -32
  66. package/src/components/Saved/Category.tsx +0 -16
  67. package/src/components/auto-complete/basic.tsx +0 -153
  68. package/src/components/autocomplete/plugins/popular-searches/popular-searches.css +0 -3
  69. package/src/components/autocomplete/plugins/popular-searches/popular-searches.tsx +0 -75
  70. package/src/components/button/clear-fillter.tsx +0 -30
  71. package/src/components/camera/screenshot.tsx +0 -33
  72. package/src/components/count/count.tsx +0 -20
  73. package/src/components/hitItem/hits.tsx +0 -50
  74. package/src/components/hitItem/infinitiHits.tsx +0 -33
  75. package/src/components/icon/icon.tsx +0 -13
  76. package/src/components/icon_textArea.svg +0 -3
  77. package/src/components/refinement-list/index.tsx +0 -42
  78. package/src/components/results/pagination.tsx +0 -34
  79. package/src/components/search/ListSearch.tsx +0 -209
  80. package/src/modules/LandingPage/App.tsx +0 -318
  81. package/src/modules/LandingPage/index.tsx +0 -186
  82. package/src/modules/LandingPage/indexNewVersion.tsx +0 -72
  83. package/src/page/Auth/login.tsx +0 -7
  84. package/src/page/Exception/404.tsx +0 -11
  85. package/src/page/History/index.tsx +0 -76
  86. package/src/page/Profile/index.tsx +0 -140
  87. package/src/page/ResultMobile/index.tsx +0 -12
  88. package/src/page/Saved/MockData.ts +0 -223
  89. package/src/page/Saved/index.tsx +0 -166
  90. package/src/page/Support/MockData.ts +0 -45
  91. package/src/page/Support/index.tsx +0 -492
  92. /package/build/static/js/{main.247c7b7e.chunk.js.LICENSE.txt → main.83cb88a3.chunk.js.LICENSE.txt} +0 -0

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.