@bigbinary/neeto-rules-frontend 2.6.0 → 2.6.2

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 (50) hide show
  1. package/app/javascript/src/translations/ar.json +107 -3
  2. package/app/javascript/src/translations/bg.json +107 -3
  3. package/app/javascript/src/translations/ca.json +107 -3
  4. package/app/javascript/src/translations/cs.json +107 -3
  5. package/app/javascript/src/translations/da.json +107 -3
  6. package/app/javascript/src/translations/de.json +107 -3
  7. package/app/javascript/src/translations/en.json +2 -1
  8. package/app/javascript/src/translations/es-MX.json +107 -3
  9. package/app/javascript/src/translations/es.json +107 -3
  10. package/app/javascript/src/translations/et.json +107 -3
  11. package/app/javascript/src/translations/fi.json +107 -3
  12. package/app/javascript/src/translations/fil.json +107 -3
  13. package/app/javascript/src/translations/fr.json +107 -3
  14. package/app/javascript/src/translations/he.json +107 -3
  15. package/app/javascript/src/translations/hi.json +107 -3
  16. package/app/javascript/src/translations/hr.json +107 -3
  17. package/app/javascript/src/translations/hu.json +107 -3
  18. package/app/javascript/src/translations/id.json +107 -3
  19. package/app/javascript/src/translations/it.json +107 -3
  20. package/app/javascript/src/translations/ja.json +107 -3
  21. package/app/javascript/src/translations/ko.json +107 -3
  22. package/app/javascript/src/translations/nl.json +107 -3
  23. package/app/javascript/src/translations/pl.json +107 -3
  24. package/app/javascript/src/translations/pt-BR.json +107 -3
  25. package/app/javascript/src/translations/pt.json +107 -3
  26. package/app/javascript/src/translations/ro.json +107 -3
  27. package/app/javascript/src/translations/ru.json +107 -3
  28. package/app/javascript/src/translations/sk.json +107 -3
  29. package/app/javascript/src/translations/sl.json +107 -3
  30. package/app/javascript/src/translations/sv.json +107 -3
  31. package/app/javascript/src/translations/th.json +107 -3
  32. package/app/javascript/src/translations/tr.json +107 -3
  33. package/app/javascript/src/translations/uk.json +107 -3
  34. package/app/javascript/src/translations/vi.json +107 -3
  35. package/app/javascript/src/translations/zh-CN.json +107 -3
  36. package/app/javascript/src/translations/zh-TW.json +107 -3
  37. package/dist/.ready +1 -1
  38. package/dist/NeetoRulesBuilder.js +1 -1
  39. package/dist/NeetoRulesForm.js +1 -1
  40. package/dist/cjs/NeetoRulesBuilder.js +1 -1
  41. package/dist/cjs/NeetoRulesForm.js +1 -1
  42. package/dist/cjs/index.js +1 -1
  43. package/dist/{index-CkYo0ca_.js → index-B0FTuUOt.js} +20 -3
  44. package/dist/index-B0FTuUOt.js.map +1 -0
  45. package/dist/{index-3f8Yrbst.js → index-C8o4tdnQ.js} +20 -3
  46. package/dist/index-C8o4tdnQ.js.map +1 -0
  47. package/dist/index.js +1 -1
  48. package/package.json +6 -6
  49. package/dist/index-3f8Yrbst.js.map +0 -1
  50. package/dist/index-CkYo0ca_.js.map +0 -1
package/dist/index.js CHANGED
@@ -54,7 +54,7 @@ import 'react-router-dom';
54
54
  import '@babel/runtime/helpers/objectDestructuringEmpty';
55
55
  import './keyboardShortcuts-BvIE6AHg.js';
56
56
  import 'classnames';
57
- import './index-CkYo0ca_.js';
57
+ import './index-B0FTuUOt.js';
58
58
  import '@babel/runtime/helpers/typeof';
59
59
  import 'yup';
60
60
  import '@bigbinary/neeto-icons/Search';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bigbinary/neeto-rules-frontend",
3
- "version": "2.6.0",
3
+ "version": "2.6.2",
4
4
  "description": "A repo acts as the source of truth for the new nano's structure, configs, data etc.",
5
5
  "license": "UNLICENSED",
6
6
  "homepage": "https://github.com/bigbinary/neeto-rules-nano",
@@ -61,18 +61,18 @@
61
61
  ]
62
62
  },
63
63
  "devDependencies": {
64
- "@babel/core": "7.26.0",
64
+ "@babel/core": "7.29.7",
65
65
  "@babel/eslint-parser": "7.25.9",
66
66
  "@babel/plugin-transform-runtime": "7.25.9",
67
67
  "@babel/preset-env": "7.26.0",
68
- "@babel/preset-react": "7",
68
+ "@babel/preset-react": "7.25.9",
69
69
  "@babel/preset-typescript": "7.26.0",
70
70
  "@babel/runtime": "7.29.7",
71
71
  "@bigbinary/babel-preset-neeto": "^1.0.3",
72
- "@bigbinary/eslint-plugin-neeto": "1.9.0",
72
+ "@bigbinary/eslint-plugin-neeto": "1.9.1",
73
73
  "@bigbinary/neeto-atoms": "1.0.90",
74
74
  "@bigbinary/neeto-cist": "1.0.17",
75
- "@bigbinary/neeto-commons-frontend": "4.13.141",
75
+ "@bigbinary/neeto-commons-frontend": "4.13.144",
76
76
  "@bigbinary/neeto-editor": "1.47.120",
77
77
  "@bigbinary/neeto-filters-frontend": "4.3.42",
78
78
  "@bigbinary/neeto-hotkeys": "1.0.9",
@@ -190,7 +190,7 @@
190
190
  "@babel/runtime": "7.29.7",
191
191
  "@bigbinary/neeto-atoms": "1.0.90",
192
192
  "@bigbinary/neeto-cist": "1.0.17",
193
- "@bigbinary/neeto-commons-frontend": "4.13.141",
193
+ "@bigbinary/neeto-commons-frontend": "4.13.144",
194
194
  "@bigbinary/neeto-editor": "1.47.120",
195
195
  "@bigbinary/neeto-filters-frontend": "4.3.42",
196
196
  "@bigbinary/neeto-hotkeys": "1.0.9",