@bigbinary/neeto-rules-frontend 2.7.26 → 2.7.28

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 (36) hide show
  1. package/dist/.ready +1 -1
  2. package/dist/NeetoRules.js +1 -1
  3. package/dist/NeetoRulesBuilder.js +3 -3
  4. package/dist/NeetoRulesForm.js +3 -3
  5. package/dist/RulePreview.js +1 -1
  6. package/dist/cjs/NeetoRulesBuilder.js +2 -2
  7. package/dist/cjs/NeetoRulesForm.js +2 -2
  8. package/dist/cjs/index.js +2 -2
  9. package/dist/cjs/v2/NeetoRulesBuilder.js +621 -346
  10. package/dist/cjs/v2/NeetoRulesBuilder.js.map +1 -1
  11. package/dist/cjs/v2/NeetoRulesForm.js +2 -2
  12. package/dist/cjs/v2/index.js +2 -2
  13. package/dist/{index-Br0dDuGK.js → index-B4YtTKJ-.js} +4 -4
  14. package/dist/{index-Br0dDuGK.js.map → index-B4YtTKJ-.js.map} +1 -1
  15. package/dist/{index-D76EZ1AZ.js → index-DuotbpzE.js} +3 -3
  16. package/dist/{index-D76EZ1AZ.js.map → index-DuotbpzE.js.map} +1 -1
  17. package/dist/{index-D1PW24Zw.js → index-DvquzIBi.js} +8 -2
  18. package/dist/{index-D1PW24Zw.js.map → index-DvquzIBi.js.map} +1 -1
  19. package/dist/{index-25TjDISc.js → index-Omo1J36W.js} +2 -2
  20. package/dist/{index-25TjDISc.js.map → index-Omo1J36W.js.map} +1 -1
  21. package/dist/index.js +3 -3
  22. package/dist/keyboardShortcuts-CnEwhJom.js +96 -0
  23. package/dist/{keyboardShortcuts-CRInJJOU.js.map → keyboardShortcuts-CnEwhJom.js.map} +1 -1
  24. package/dist/keyboardShortcuts-CsMwT9YF.js +92 -0
  25. package/dist/{keyboardShortcuts-DwgF8Mcu.js.map → keyboardShortcuts-CsMwT9YF.js.map} +1 -1
  26. package/dist/{utils-DeqHhpwQ.js → utils-Cp7CD4kh.js} +2 -2
  27. package/dist/{utils-DeqHhpwQ.js.map → utils-Cp7CD4kh.js.map} +1 -1
  28. package/dist/v2/NeetoRules.js +1 -1
  29. package/dist/v2/NeetoRulesBuilder.js +645 -370
  30. package/dist/v2/NeetoRulesBuilder.js.map +1 -1
  31. package/dist/v2/NeetoRulesForm.js +3 -3
  32. package/dist/v2/RulePreview.js +1 -1
  33. package/dist/v2/index.js +3 -3
  34. package/package.json +7 -7
  35. package/dist/keyboardShortcuts-CRInJJOU.js +0 -96
  36. package/dist/keyboardShortcuts-DwgF8Mcu.js +0 -92
package/dist/.ready CHANGED
@@ -1 +1 @@
1
- Built at 2026-09-07T17:07:10.442Z
1
+ Built at 2026-09-11T11:12:10.240Z
@@ -9,7 +9,7 @@ import { b as useUpdateAutomationRule, c as useCloneAutomationRule, d as useDele
9
9
  import { I as INITIAL_RULES_DATA, R as RulesReorder } from './index-CfUbVR_5.js';
10
10
  import Header$2 from '@bigbinary/neeto-molecules/Header';
11
11
  import Button from '@bigbinary/neetoui/Button';
12
- import { c as createRoutes } from './utils-DeqHhpwQ.js';
12
+ import { c as createRoutes } from './utils-Cp7CD4kh.js';
13
13
  import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
14
14
  import { useShallow } from 'zustand/shallow';
15
15
  import FilterBar from '@bigbinary/neeto-filters-frontend/Bar';
@@ -1,6 +1,6 @@
1
1
  import _defineProperty from '@babel/runtime/helpers/defineProperty';
2
2
  import _objectDestructuringEmpty from '@babel/runtime/helpers/objectDestructuringEmpty';
3
- import { f as flatten, S as SHORTCUTS } from './keyboardShortcuts-DwgF8Mcu.js';
3
+ import { f as flatten, S as SHORTCUTS } from './keyboardShortcuts-CsMwT9YF.js';
4
4
  import { useShallow } from 'zustand/shallow';
5
5
  import { useState, useRef, useEffect, createElement, Fragment as Fragment$1, useCallback, useMemo } from 'react';
6
6
  import classNames from 'classnames';
@@ -11,7 +11,7 @@ import Header from '@bigbinary/neeto-molecules/Header';
11
11
  import Spinner from '@bigbinary/neetoui/Spinner';
12
12
  import ActionBlock from '@bigbinary/neetoui/formik/ActionBlock';
13
13
  import { useTranslation } from 'react-i18next';
14
- import { E as EditorAction, o as Panel, r as ErrorCallout, s as SmsFields, M as MIN_DELAY_VALUE, t as MAX_DELAY_VALUE, v as PhoneNumberField, l as formatData, u as usePollRuleName, T as TouchErrors, n as ScrollToErrorField, p as getValidationSchema, q as DEFAULT_INITIAL_VALUE, m as buildPayload } from './index-D76EZ1AZ.js';
14
+ import { E as EditorAction, o as Panel, r as ErrorCallout, s as SmsFields, M as MIN_DELAY_VALUE, t as MAX_DELAY_VALUE, v as PhoneNumberField, l as formatData, u as usePollRuleName, T as TouchErrors, n as ScrollToErrorField, p as getValidationSchema, q as DEFAULT_INITIAL_VALUE, m as buildPayload } from './index-DuotbpzE.js';
15
15
  import { u as useCustomDataStore } from './useCustomDataStore-BtKYtLVc.js';
16
16
  import { u as useUtilityStore } from './useUtilityStore-CCUYS1mS.js';
17
17
  import _toConsumableArray from '@babel/runtime/helpers/toConsumableArray';
@@ -34,7 +34,7 @@ import Checkbox from '@bigbinary/neetoui/Checkbox';
34
34
  import DatePicker from '@bigbinary/neetoui/DatePicker';
35
35
  import Radio from '@bigbinary/neetoui/Radio';
36
36
  import Textarea from '@bigbinary/neetoui/Textarea';
37
- import { D as DATE_FORMAT } from './utils-DeqHhpwQ.js';
37
+ import { D as DATE_FORMAT } from './utils-Cp7CD4kh.js';
38
38
  import Input$1 from '@bigbinary/neetoui/formik/Input';
39
39
  import Select from '@bigbinary/neetoui/formik/Select';
40
40
  import Select$1 from '@bigbinary/neetoui/Select';
@@ -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-DwgF8Mcu.js';
3
+ import './keyboardShortcuts-CsMwT9YF.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';
@@ -15,7 +15,7 @@ import { u as useUtilityStore } from './useUtilityStore-CCUYS1mS.js';
15
15
  import classNames from 'classnames';
16
16
  import Typography from '@bigbinary/neetoui/Typography';
17
17
  import { isNotNil, isEmpty, pluck } from 'ramda';
18
- 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-D76EZ1AZ.js';
18
+ 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-DuotbpzE.js';
19
19
  import { a as useActiveField, u as useCustomDataStore } from './useCustomDataStore-BtKYtLVc.js';
20
20
  import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
21
21
  import { joinHyphenCase } from '@bigbinary/neeto-commons-frontend/utils';
@@ -58,7 +58,7 @@ import '@monaco-editor/react';
58
58
  import '@bigbinary/neeto-molecules/DynamicVariables';
59
59
  import '@bigbinary/neetoui/Select';
60
60
  import '@bigbinary/neetoui/DatePicker';
61
- import './utils-DeqHhpwQ.js';
61
+ import './utils-Cp7CD4kh.js';
62
62
  import '@bigbinary/neeto-commons-frontend/initializers';
63
63
  import '@bigbinary/neetoui/formik/MultiEmailInput';
64
64
  import '@bigbinary/neeto-editor/FormikEditor';
@@ -13,7 +13,7 @@ import Down from '@bigbinary/neeto-icons/Down';
13
13
  import Up from '@bigbinary/neeto-icons/Up';
14
14
  import Button from '@bigbinary/neetoui/Button';
15
15
  import { pluck } from 'ramda';
16
- import { g as getSeparator, a as getDateTimeFormattedValue } from './utils-DeqHhpwQ.js';
16
+ import { g as getSeparator, a as getDateTimeFormattedValue } from './utils-Cp7CD4kh.js';
17
17
  import { jsxs, Fragment, jsx } from 'react/jsx-runtime';
18
18
  import _defineProperty from '@babel/runtime/helpers/defineProperty';
19
19
  import Tooltip from '@bigbinary/neetoui/Tooltip';
@@ -2,7 +2,7 @@
2
2
 
3
3
  var _defineProperty = require('@babel/runtime/helpers/defineProperty');
4
4
  var _objectDestructuringEmpty = require('@babel/runtime/helpers/objectDestructuringEmpty');
5
- var keyboardShortcuts = require('../keyboardShortcuts-CRInJJOU.js');
5
+ var keyboardShortcuts = require('../keyboardShortcuts-CnEwhJom.js');
6
6
  var shallow = require('zustand/shallow');
7
7
  var react = require('react');
8
8
  var classNames = require('classnames');
@@ -13,7 +13,7 @@ var Header = require('@bigbinary/neeto-molecules/Header');
13
13
  var Spinner = require('@bigbinary/neetoui/Spinner');
14
14
  var ActionBlock = require('@bigbinary/neetoui/formik/ActionBlock');
15
15
  var reactI18next = require('react-i18next');
16
- var index = require('../index-25TjDISc.js');
16
+ var index = require('../index-Omo1J36W.js');
17
17
  var useCustomDataStore = require('../useCustomDataStore-DxFx8aCf.js');
18
18
  var useUtilityStore = require('../useUtilityStore-C_U20IMX.js');
19
19
  var _toConsumableArray = require('@babel/runtime/helpers/toConsumableArray');
@@ -2,7 +2,7 @@
2
2
 
3
3
  var _defineProperty = require('@babel/runtime/helpers/defineProperty');
4
4
  var _objectDestructuringEmpty = require('@babel/runtime/helpers/objectDestructuringEmpty');
5
- require('../keyboardShortcuts-CRInJJOU.js');
5
+ require('../keyboardShortcuts-CnEwhJom.js');
6
6
  var _toConsumableArray = require('@babel/runtime/helpers/toConsumableArray');
7
7
  var _slicedToArray = require('@babel/runtime/helpers/slicedToArray');
8
8
  var shallow = require('zustand/shallow');
@@ -17,7 +17,7 @@ var useUtilityStore = require('../useUtilityStore-C_U20IMX.js');
17
17
  var classNames = require('classnames');
18
18
  var Typography = require('@bigbinary/neetoui/Typography');
19
19
  var ramda = require('ramda');
20
- var index = require('../index-25TjDISc.js');
20
+ var index = require('../index-Omo1J36W.js');
21
21
  var useCustomDataStore = require('../useCustomDataStore-DxFx8aCf.js');
22
22
  var jsxRuntime = require('react/jsx-runtime');
23
23
  var utils = require('@bigbinary/neeto-commons-frontend/utils');
package/dist/cjs/index.js CHANGED
@@ -54,9 +54,9 @@ require('@hello-pangea/dnd');
54
54
  require('@bigbinary/neeto-icons/Drag');
55
55
  require('react-router-dom');
56
56
  require('@babel/runtime/helpers/objectDestructuringEmpty');
57
- require('../keyboardShortcuts-CRInJJOU.js');
57
+ require('../keyboardShortcuts-CnEwhJom.js');
58
58
  require('classnames');
59
- require('../index-25TjDISc.js');
59
+ require('../index-Omo1J36W.js');
60
60
  require('@babel/runtime/helpers/typeof');
61
61
  require('yup');
62
62
  require('@bigbinary/neeto-icons/Search');