@bigbinary/neeto-rules-frontend 2.6.1 → 2.6.3

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 (52) hide show
  1. package/app/javascript/src/translations/ar.json +2 -1
  2. package/app/javascript/src/translations/bg.json +2 -1
  3. package/app/javascript/src/translations/ca.json +2 -1
  4. package/app/javascript/src/translations/cs.json +2 -1
  5. package/app/javascript/src/translations/da.json +2 -1
  6. package/app/javascript/src/translations/de.json +2 -1
  7. package/app/javascript/src/translations/en.json +2 -1
  8. package/app/javascript/src/translations/es-MX.json +2 -1
  9. package/app/javascript/src/translations/es.json +2 -1
  10. package/app/javascript/src/translations/et.json +2 -1
  11. package/app/javascript/src/translations/fi.json +2 -1
  12. package/app/javascript/src/translations/fil.json +2 -1
  13. package/app/javascript/src/translations/fr.json +2 -1
  14. package/app/javascript/src/translations/he.json +2 -1
  15. package/app/javascript/src/translations/hi.json +2 -1
  16. package/app/javascript/src/translations/hr.json +2 -1
  17. package/app/javascript/src/translations/hu.json +2 -1
  18. package/app/javascript/src/translations/id.json +2 -1
  19. package/app/javascript/src/translations/it.json +2 -1
  20. package/app/javascript/src/translations/ja.json +2 -1
  21. package/app/javascript/src/translations/ko.json +2 -1
  22. package/app/javascript/src/translations/nl.json +2 -1
  23. package/app/javascript/src/translations/pl.json +2 -1
  24. package/app/javascript/src/translations/pt-BR.json +2 -1
  25. package/app/javascript/src/translations/pt.json +2 -1
  26. package/app/javascript/src/translations/ro.json +2 -1
  27. package/app/javascript/src/translations/ru.json +2 -1
  28. package/app/javascript/src/translations/sk.json +2 -1
  29. package/app/javascript/src/translations/sl.json +2 -1
  30. package/app/javascript/src/translations/sv.json +2 -1
  31. package/app/javascript/src/translations/th.json +2 -1
  32. package/app/javascript/src/translations/tr.json +2 -1
  33. package/app/javascript/src/translations/uk.json +2 -1
  34. package/app/javascript/src/translations/vi.json +2 -1
  35. package/app/javascript/src/translations/zh-CN.json +2 -1
  36. package/app/javascript/src/translations/zh-TW.json +2 -1
  37. package/dist/.ready +1 -1
  38. package/dist/NeetoRulesBuilder.js +95 -85
  39. package/dist/NeetoRulesBuilder.js.map +1 -1
  40. package/dist/NeetoRulesForm.js +1 -1
  41. package/dist/cjs/NeetoRulesBuilder.js +95 -85
  42. package/dist/cjs/NeetoRulesBuilder.js.map +1 -1
  43. package/dist/cjs/NeetoRulesForm.js +1 -1
  44. package/dist/cjs/index.js +1 -1
  45. package/dist/{index-CkYo0ca_.js → index-B0FTuUOt.js} +20 -3
  46. package/dist/index-B0FTuUOt.js.map +1 -0
  47. package/dist/{index-3f8Yrbst.js → index-C8o4tdnQ.js} +20 -3
  48. package/dist/index-C8o4tdnQ.js.map +1 -0
  49. package/dist/index.js +1 -1
  50. package/package.json +7 -7
  51. package/dist/index-3f8Yrbst.js.map +0 -1
  52. 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.1",
3
+ "version": "2.6.3",
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,7 +61,7 @@
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",
@@ -69,11 +69,11 @@
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",
76
- "@bigbinary/neeto-editor": "1.47.120",
75
+ "@bigbinary/neeto-commons-frontend": "4.13.144",
76
+ "@bigbinary/neeto-editor": "1.47.121",
77
77
  "@bigbinary/neeto-filters-frontend": "4.3.42",
78
78
  "@bigbinary/neeto-hotkeys": "1.0.9",
79
79
  "@bigbinary/neeto-icons": "1.20.89",
@@ -190,8 +190,8 @@
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",
194
- "@bigbinary/neeto-editor": "1.47.120",
193
+ "@bigbinary/neeto-commons-frontend": "4.13.144",
194
+ "@bigbinary/neeto-editor": "1.47.121",
195
195
  "@bigbinary/neeto-filters-frontend": "4.3.42",
196
196
  "@bigbinary/neeto-hotkeys": "1.0.9",
197
197
  "@bigbinary/neeto-icons": "1.20.89",