@bigbinary/neeto-rules-frontend 2.7.2 → 2.7.4

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 (57) hide show
  1. package/app/javascript/src/translations/ar.json +7 -3
  2. package/app/javascript/src/translations/bg.json +7 -3
  3. package/app/javascript/src/translations/ca.json +7 -3
  4. package/app/javascript/src/translations/cs.json +7 -3
  5. package/app/javascript/src/translations/da.json +7 -3
  6. package/app/javascript/src/translations/de.json +7 -3
  7. package/app/javascript/src/translations/es-MX.json +7 -3
  8. package/app/javascript/src/translations/es.json +7 -3
  9. package/app/javascript/src/translations/et.json +7 -3
  10. package/app/javascript/src/translations/fi.json +7 -3
  11. package/app/javascript/src/translations/fil.json +7 -3
  12. package/app/javascript/src/translations/fr.json +7 -3
  13. package/app/javascript/src/translations/he.json +7 -3
  14. package/app/javascript/src/translations/hi.json +7 -3
  15. package/app/javascript/src/translations/hr.json +7 -3
  16. package/app/javascript/src/translations/hu.json +7 -3
  17. package/app/javascript/src/translations/id.json +7 -3
  18. package/app/javascript/src/translations/it.json +7 -3
  19. package/app/javascript/src/translations/ja.json +7 -3
  20. package/app/javascript/src/translations/ko.json +7 -3
  21. package/app/javascript/src/translations/nl.json +7 -3
  22. package/app/javascript/src/translations/pl.json +7 -3
  23. package/app/javascript/src/translations/pt-BR.json +7 -3
  24. package/app/javascript/src/translations/pt.json +7 -3
  25. package/app/javascript/src/translations/ro.json +7 -3
  26. package/app/javascript/src/translations/ru.json +7 -3
  27. package/app/javascript/src/translations/sk.json +7 -3
  28. package/app/javascript/src/translations/sl.json +7 -3
  29. package/app/javascript/src/translations/sv.json +7 -3
  30. package/app/javascript/src/translations/th.json +7 -3
  31. package/app/javascript/src/translations/tr.json +7 -3
  32. package/app/javascript/src/translations/uk.json +7 -3
  33. package/app/javascript/src/translations/vi.json +7 -3
  34. package/app/javascript/src/translations/zh-CN.json +7 -3
  35. package/app/javascript/src/translations/zh-TW.json +7 -3
  36. package/dist/.ready +1 -1
  37. package/dist/cjs/v2/NeetoRules.js +2 -2
  38. package/dist/cjs/v2/NeetoRules.js.map +1 -1
  39. package/dist/cjs/v2/NeetoRulesBuilder.js +4581 -0
  40. package/dist/cjs/v2/NeetoRulesBuilder.js.map +1 -0
  41. package/dist/cjs/v2/NeetoRulesForm.js +135 -5452
  42. package/dist/cjs/v2/NeetoRulesForm.js.map +1 -1
  43. package/dist/cjs/v2/index.js +11 -3
  44. package/dist/cjs/v2/index.js.map +1 -1
  45. package/dist/index-BuQR-kg9.js +5339 -0
  46. package/dist/index-BuQR-kg9.js.map +1 -0
  47. package/dist/index-CJpBriWC.js +5388 -0
  48. package/dist/index-CJpBriWC.js.map +1 -0
  49. package/dist/v2/NeetoRules.js +2 -2
  50. package/dist/v2/NeetoRules.js.map +1 -1
  51. package/dist/v2/NeetoRulesBuilder.js +4579 -0
  52. package/dist/v2/NeetoRulesBuilder.js.map +1 -0
  53. package/dist/v2/NeetoRulesForm.js +88 -5386
  54. package/dist/v2/NeetoRulesForm.js.map +1 -1
  55. package/dist/v2/index.js +10 -3
  56. package/dist/v2/index.js.map +1 -1
  57. package/package.json +3 -3
package/dist/v2/index.js CHANGED
@@ -1,6 +1,7 @@
1
1
  export { A as AUTOMATION_RULES_QUERY_KEY } from '../index-9h4B7JZZ.js';
2
2
  export { default as CannedResponsesPane } from './CannedResponsesPane.js';
3
3
  export { default as NeetoRules } from './NeetoRules.js';
4
+ export { default as NeetoRulesBuilder } from './NeetoRulesBuilder.js';
4
5
  export { R as RulesReorder } from '../index-DS9tZpYh.js';
5
6
  export { default as NeetoRulesForm } from './NeetoRulesForm.js';
6
7
  export { u as useCustomDataStore } from '../useCustomDataStore-CU3KpyD4.js';
@@ -39,11 +40,11 @@ import '../useUtilityStore-BBb39TOj.js';
39
40
  import 'zustand';
40
41
  import '@bigbinary/neeto-commons-frontend/v2/utils';
41
42
  import '@bigbinary/neeto-molecules/v2/MoreDropdown';
42
- import '@hello-pangea/dnd';
43
- import 'react-router-dom';
44
43
  import '@babel/runtime/helpers/objectDestructuringEmpty';
45
44
  import '../keyboardShortcuts-BvIE6AHg.js';
46
45
  import 'classnames';
46
+ import '../index-BuQR-kg9.js';
47
+ import '@babel/runtime/helpers/typeof';
47
48
  import 'yup';
48
49
  import '@monaco-editor/react';
49
50
  import '@bigbinary/neeto-molecules/v2/DynamicVariables';
@@ -56,7 +57,13 @@ import 'react-select';
56
57
  import '../constants-CYdcft3h.js';
57
58
  import '@bigbinary/neeto-commons-frontend/v2/initializers';
58
59
  import '@bigbinary/neeto-editor/v2/utils';
60
+ import '@bigbinary/neeto-icons/Plus';
61
+ import '@bigbinary/neeto-icons/Delete';
62
+ import '@bigbinary/neeto-icons/Search';
63
+ import '@bigbinary/neeto-icons/Up';
64
+ import '@bigbinary/neeto-icons/Down';
65
+ import '@hello-pangea/dnd';
66
+ import 'react-router-dom';
59
67
  import '../useDebouncedUpdate-CroNcSyb.js';
60
- import '@babel/runtime/helpers/typeof';
61
68
  import '@bigbinary/neeto-editor/v2/EditorContent';
62
69
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bigbinary/neeto-rules-frontend",
3
- "version": "2.7.2",
3
+ "version": "2.7.4",
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",
@@ -77,7 +77,7 @@
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",
80
- "@bigbinary/neeto-molecules": "5.2.17",
80
+ "@bigbinary/neeto-molecules": "5.2.22",
81
81
  "@bigbinary/neetoui": "8.8.3",
82
82
  "@emotion/is-prop-valid": "1.2.0",
83
83
  "@faker-js/faker": "8.2.0",
@@ -195,7 +195,7 @@
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",
198
- "@bigbinary/neeto-molecules": "5.2.17",
198
+ "@bigbinary/neeto-molecules": "5.2.22",
199
199
  "@bigbinary/neetoui": "8.8.3",
200
200
  "@hello-pangea/dnd": "16.3.0",
201
201
  "@honeybadger-io/js": "6.10.1",