@bigbinary/neeto-rules-frontend 2.7.22 → 2.7.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 (35) hide show
  1. package/app/javascript/src/translations/en.json +2 -0
  2. package/dist/.ready +1 -1
  3. package/dist/NeetoRulesBuilder.js +2 -2
  4. package/dist/NeetoRulesForm.js +2 -2
  5. package/dist/cjs/NeetoRulesBuilder.js +2 -2
  6. package/dist/cjs/NeetoRulesForm.js +2 -2
  7. package/dist/cjs/index.js +2 -2
  8. package/dist/cjs/v2/NeetoRulesBuilder.js +723 -311
  9. package/dist/cjs/v2/NeetoRulesBuilder.js.map +1 -1
  10. package/dist/cjs/v2/NeetoRulesForm.js +2 -2
  11. package/dist/cjs/v2/index.js +3 -2
  12. package/dist/cjs/v2/index.js.map +1 -1
  13. package/dist/{index-49edM85x.js → index-25TjDISc.js} +2 -2
  14. package/dist/{index-49edM85x.js.map → index-25TjDISc.js.map} +1 -1
  15. package/dist/{index-CcbW7H2S.js → index-Br0dDuGK.js} +4 -4
  16. package/dist/index-Br0dDuGK.js.map +1 -0
  17. package/dist/{index-Fukq1VSN.js → index-D1PW24Zw.js} +4 -3
  18. package/dist/index-D1PW24Zw.js.map +1 -0
  19. package/dist/{index-BZYwFjcS.js → index-D76EZ1AZ.js} +2 -2
  20. package/dist/{index-BZYwFjcS.js.map → index-D76EZ1AZ.js.map} +1 -1
  21. package/dist/index.js +2 -2
  22. package/dist/keyboardShortcuts-CRInJJOU.js +96 -0
  23. package/dist/{keyboardShortcuts-DtnjcivY.js.map → keyboardShortcuts-CRInJJOU.js.map} +1 -1
  24. package/dist/keyboardShortcuts-DwgF8Mcu.js +92 -0
  25. package/dist/{keyboardShortcuts-_OrtgF0A.js.map → keyboardShortcuts-DwgF8Mcu.js.map} +1 -1
  26. package/dist/v2/NeetoRulesBuilder.js +730 -318
  27. package/dist/v2/NeetoRulesBuilder.js.map +1 -1
  28. package/dist/v2/NeetoRulesForm.js +2 -2
  29. package/dist/v2/index.js +3 -2
  30. package/dist/v2/index.js.map +1 -1
  31. package/package.json +3 -3
  32. package/dist/index-CcbW7H2S.js.map +0 -1
  33. package/dist/index-Fukq1VSN.js.map +0 -1
  34. package/dist/keyboardShortcuts-DtnjcivY.js +0 -96
  35. package/dist/keyboardShortcuts-_OrtgF0A.js +0 -92
@@ -1,6 +1,6 @@
1
1
  import _defineProperty from '@babel/runtime/helpers/defineProperty';
2
2
  import _objectDestructuringEmpty from '@babel/runtime/helpers/objectDestructuringEmpty';
3
- import '../keyboardShortcuts-_OrtgF0A.js';
3
+ import '../keyboardShortcuts-DwgF8Mcu.js';
4
4
  import _toConsumableArray from '@babel/runtime/helpers/toConsumableArray';
5
5
  import _slicedToArray from '@babel/runtime/helpers/slicedToArray';
6
6
  import { useShallow } from 'zustand/shallow';
@@ -13,7 +13,7 @@ import { useTranslation } from 'react-i18next';
13
13
  import { u as useUtilityStore } from '../useUtilityStore-BVCulMEC.js';
14
14
  import classNames from 'classnames';
15
15
  import { isNotNil, isEmpty, pluck } from 'ramda';
16
- import { g as getActionOptions, a as getFieldDetails, b as getSlackChannelErrors, c as getOptionsKey, d as getActionLabel, A as ActionSubItem, F as FIELDS_WITH_OPTIONS, P as PANEL_TYPES, D as DEFAULT_RULE_ACTION, e as getLogicalOperatorOptions, f as getFieldDetails$1, h as getVerbOptions, R as RadioField$1, S as SelectField$1, V as ValueField, i as DEFAULT_DELAY, j as getAllEvents, O as OPERATORS$1, k as STATUS_KEYS, l as formatData, u as usePollRuleName, T as TouchErrors, m as buildPayload, n as ScrollToErrorField, o as Panel, p as getValidationSchema, q as DEFAULT_INITIAL_VALUE } from '../index-CcbW7H2S.js';
16
+ import { g as getActionOptions, a as getFieldDetails, b as getSlackChannelErrors, c as getOptionsKey, d as getActionLabel, A as ActionSubItem, F as FIELDS_WITH_OPTIONS, P as PANEL_TYPES, D as DEFAULT_RULE_ACTION, e as getLogicalOperatorOptions, f as getFieldDetails$1, h as getVerbOptions, R as RadioField$1, S as SelectField$1, V as ValueField, i as DEFAULT_DELAY, j as getAllEvents, O as OPERATORS$1, k as STATUS_KEYS, l as formatData, u as usePollRuleName, T as TouchErrors, m as buildPayload, n as ScrollToErrorField, o as Panel, p as getValidationSchema, q as DEFAULT_INITIAL_VALUE } from '../index-Br0dDuGK.js';
17
17
  import { a as useActiveField, u as useCustomDataStore } from '../useCustomDataStore-CEbhXugO.js';
18
18
  import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
19
19
  import { joinHyphenCase } from '@bigbinary/neeto-commons-frontend/v2/utils';
package/dist/v2/index.js CHANGED
@@ -41,9 +41,9 @@ import 'zustand';
41
41
  import '@bigbinary/neeto-commons-frontend/v2/utils';
42
42
  import '@bigbinary/neeto-molecules/v2/MoreDropdown';
43
43
  import '@babel/runtime/helpers/objectDestructuringEmpty';
44
- import '../keyboardShortcuts-_OrtgF0A.js';
44
+ import '../keyboardShortcuts-DwgF8Mcu.js';
45
45
  import 'classnames';
46
- import '../index-CcbW7H2S.js';
46
+ import '../index-Br0dDuGK.js';
47
47
  import '@babel/runtime/helpers/typeof';
48
48
  import 'yup';
49
49
  import '@monaco-editor/react';
@@ -62,6 +62,7 @@ import '@bigbinary/neeto-icons/Delete';
62
62
  import '@bigbinary/neeto-icons/Search';
63
63
  import '@bigbinary/neeto-icons/Up';
64
64
  import '@bigbinary/neeto-icons/Down';
65
+ import '@bigbinary/neeto-icons/Info';
65
66
  import '@hello-pangea/dnd';
66
67
  import 'react-router-dom';
67
68
  import '../useDebouncedUpdate-CroNcSyb.js';
@@ -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.22",
3
+ "version": "2.7.24",
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.43",
78
78
  "@bigbinary/neeto-hotkeys": "1.0.9",
79
79
  "@bigbinary/neeto-icons": "1.20.89",
80
- "@bigbinary/neeto-molecules": "5.3.10",
80
+ "@bigbinary/neeto-molecules": "5.3.16",
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.43",
196
196
  "@bigbinary/neeto-hotkeys": "1.0.9",
197
197
  "@bigbinary/neeto-icons": "1.20.89",
198
- "@bigbinary/neeto-molecules": "5.3.10",
198
+ "@bigbinary/neeto-molecules": "5.3.16",
199
199
  "@bigbinary/neetoui": "8.8.3",
200
200
  "@hello-pangea/dnd": "16.3.0",
201
201
  "@honeybadger-io/js": "6.10.1",