@bigbinary/neeto-themes-frontend 3.1.25 → 3.1.26

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 (54) hide show
  1. package/app/javascript/src/translations/ar.json +3 -1
  2. package/app/javascript/src/translations/bg.json +3 -1
  3. package/app/javascript/src/translations/ca.json +3 -1
  4. package/app/javascript/src/translations/cs.json +3 -1
  5. package/app/javascript/src/translations/da.json +3 -1
  6. package/app/javascript/src/translations/de.json +3 -1
  7. package/app/javascript/src/translations/es-MX.json +3 -1
  8. package/app/javascript/src/translations/es.json +3 -1
  9. package/app/javascript/src/translations/et.json +3 -1
  10. package/app/javascript/src/translations/fi.json +3 -1
  11. package/app/javascript/src/translations/fil.json +3 -1
  12. package/app/javascript/src/translations/fr.json +3 -1
  13. package/app/javascript/src/translations/hi.json +3 -1
  14. package/app/javascript/src/translations/hr.json +3 -1
  15. package/app/javascript/src/translations/id.json +3 -1
  16. package/app/javascript/src/translations/it.json +3 -1
  17. package/app/javascript/src/translations/ja.json +3 -1
  18. package/app/javascript/src/translations/ko.json +3 -1
  19. package/app/javascript/src/translations/nl.json +3 -1
  20. package/app/javascript/src/translations/pl.json +3 -1
  21. package/app/javascript/src/translations/pt-BR.json +3 -1
  22. package/app/javascript/src/translations/pt.json +3 -1
  23. package/app/javascript/src/translations/ro.json +3 -1
  24. package/app/javascript/src/translations/ru.json +3 -1
  25. package/app/javascript/src/translations/sk.json +3 -1
  26. package/app/javascript/src/translations/sl.json +3 -1
  27. package/app/javascript/src/translations/sv.json +3 -1
  28. package/app/javascript/src/translations/th.json +3 -1
  29. package/app/javascript/src/translations/tr.json +3 -1
  30. package/app/javascript/src/translations/uk.json +3 -1
  31. package/app/javascript/src/translations/vi.json +3 -1
  32. package/app/javascript/src/translations/zh-CN.json +3 -1
  33. package/app/javascript/src/translations/zh-TW.json +3 -1
  34. package/dist/NeetoThemesBuilder.js +4 -4
  35. package/dist/NeetoThemesBuilder.js.map +1 -1
  36. package/dist/cjs/NeetoThemesBuilder.js +4 -4
  37. package/dist/cjs/NeetoThemesBuilder.js.map +1 -1
  38. package/dist/cjs/hooks.js +2 -2
  39. package/dist/cjs/index.js +2 -2
  40. package/dist/cjs/utils.js +1 -1
  41. package/dist/hooks.js +2 -2
  42. package/dist/{index-CFGmwZqT.js → index-BTTf3ejM.js} +2 -2
  43. package/dist/index-BTTf3ejM.js.map +1 -0
  44. package/dist/{index-Yv0AE3Ax.js → index-qMUciLPW.js} +2 -2
  45. package/dist/index-qMUciLPW.js.map +1 -0
  46. package/dist/index.js +2 -2
  47. package/dist/{useThemeUtils-BKRToQhH.js → useThemeUtils-B0Tbg01J.js} +2 -2
  48. package/dist/{useThemeUtils-BKRToQhH.js.map → useThemeUtils-B0Tbg01J.js.map} +1 -1
  49. package/dist/{useThemeUtils-CUKQqXSo.js → useThemeUtils-C9AHecqZ.js} +2 -2
  50. package/dist/{useThemeUtils-CUKQqXSo.js.map → useThemeUtils-C9AHecqZ.js.map} +1 -1
  51. package/dist/utils.js +1 -1
  52. package/package.json +14 -13
  53. package/dist/index-CFGmwZqT.js.map +0 -1
  54. package/dist/index-Yv0AE3Ax.js.map +0 -1
@@ -6,10 +6,10 @@ var neetoCist = require('@bigbinary/neeto-cist');
6
6
  var reactUtils = require('@bigbinary/neeto-commons-frontend/react-utils');
7
7
  var Spinner = require('@bigbinary/neetoui/Spinner');
8
8
  var reactI18next = require('react-i18next');
9
- var utils = require('../index-Yv0AE3Ax.js');
9
+ var utils = require('../index-qMUciLPW.js');
10
10
  var reactQuery = require('@tanstack/react-query');
11
11
  var axios = require('axios');
12
- var useThemeUtils = require('../useThemeUtils-CUKQqXSo.js');
12
+ var useThemeUtils = require('../useThemeUtils-C9AHecqZ.js');
13
13
  var _slicedToArray = require('@babel/runtime/helpers/slicedToArray');
14
14
  var classnames = require('classnames');
15
15
  var utils$1 = require('@bigbinary/neeto-commons-frontend/utils');
@@ -2331,10 +2331,10 @@ var NeetoThemesBuilder = function NeetoThemesBuilder(_ref) {
2331
2331
  window.addEventListener("orientationchange", setViewportHeight);
2332
2332
  window.addEventListener("scroll", setViewportHeight);
2333
2333
  return function () {
2334
- window.addEventListener("load", setViewportHeight);
2334
+ window.removeEventListener("load", setViewportHeight);
2335
2335
  window.removeEventListener("resize", setViewportHeight);
2336
2336
  window.removeEventListener("orientationchange", setViewportHeight);
2337
- window.addEventListener("scroll", setViewportHeight);
2337
+ window.removeEventListener("scroll", setViewportHeight);
2338
2338
  };
2339
2339
  }, []);
2340
2340
  return /*#__PURE__*/jsxRuntime.jsxs("div", {