@bigbinary/neeto-rules-frontend 2.5.1 → 2.5.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 (44) hide show
  1. package/dist/NeetoRules.js +3 -3
  2. package/dist/NeetoRulesForm.js +3 -3
  3. package/dist/NeetoRulesForm.js.map +1 -1
  4. package/dist/RulePreview.js +3 -3
  5. package/dist/cjs/CannedResponsesPane.js +21 -36
  6. package/dist/cjs/CannedResponsesPane.js.map +1 -1
  7. package/dist/cjs/NeetoRules.js +59 -83
  8. package/dist/cjs/NeetoRules.js.map +1 -1
  9. package/dist/cjs/NeetoRulesForm.js +393 -436
  10. package/dist/cjs/NeetoRulesForm.js.map +1 -1
  11. package/dist/cjs/RulePreview.js +41 -54
  12. package/dist/cjs/RulePreview.js.map +1 -1
  13. package/dist/cjs/constants.js +1 -3
  14. package/dist/cjs/constants.js.map +1 -1
  15. package/dist/cjs/hooks.js +1 -3
  16. package/dist/cjs/hooks.js.map +1 -1
  17. package/dist/cjs/index.js +5 -7
  18. package/dist/cjs/index.js.map +1 -1
  19. package/dist/{constants-67118957.js → constants-C0OOtVhT.js} +1 -1
  20. package/dist/{constants-67118957.js.map → constants-C0OOtVhT.js.map} +1 -1
  21. package/dist/{constants-7347bfc4.js → constants-CB5HRjxq.js} +1 -1
  22. package/dist/{constants-7347bfc4.js.map → constants-CB5HRjxq.js.map} +1 -1
  23. package/dist/constants.js +1 -1
  24. package/dist/hooks.js +1 -1
  25. package/dist/{constants-12c6ac46.js → index-9h4B7JZZ.js} +1 -1
  26. package/dist/index-9h4B7JZZ.js.map +1 -0
  27. package/dist/{constants-2f1113f8.js → index-DFwPrb81.js} +1 -1
  28. package/dist/index-DFwPrb81.js.map +1 -0
  29. package/dist/index.js +5 -5
  30. package/dist/{useCustomDataStore-51ceac06.js → useCustomDataStore-B1qHMIGJ.js} +1 -1
  31. package/dist/{useCustomDataStore-51ceac06.js.map → useCustomDataStore-B1qHMIGJ.js.map} +1 -1
  32. package/dist/{useCustomDataStore-c57f5581.js → useCustomDataStore-BEG8I__n.js} +1 -1
  33. package/dist/{useCustomDataStore-c57f5581.js.map → useCustomDataStore-BEG8I__n.js.map} +1 -1
  34. package/dist/{useUtilityStore-e4b36ba2.js → useUtilityStore-BGuo9bko.js} +1 -1
  35. package/dist/{useUtilityStore-e4b36ba2.js.map → useUtilityStore-BGuo9bko.js.map} +1 -1
  36. package/dist/{useUtilityStore-ee4f96f8.js → useUtilityStore-KjKihXb0.js} +1 -1
  37. package/dist/{useUtilityStore-ee4f96f8.js.map → useUtilityStore-KjKihXb0.js.map} +1 -1
  38. package/dist/{utils-cd8f199f.js → utils-BngEaPaz.js} +1 -1
  39. package/dist/{utils-cd8f199f.js.map → utils-BngEaPaz.js.map} +1 -1
  40. package/dist/{utils-866e8e3b.js → utils-CvS2p6ZS.js} +1 -1
  41. package/dist/{utils-866e8e3b.js.map → utils-CvS2p6ZS.js.map} +1 -1
  42. package/package.json +3 -3
  43. package/dist/constants-12c6ac46.js.map +0 -1
  44. package/dist/constants-2f1113f8.js.map +0 -1
@@ -8,11 +8,11 @@ import Container from '@bigbinary/neeto-molecules/Container';
8
8
  import { useQuery, keepPreviousData } from '@tanstack/react-query';
9
9
  import _objectWithoutProperties from '@babel/runtime/helpers/objectWithoutProperties';
10
10
  import axios from 'axios';
11
- import { A as AUTOMATION_RULES, S as STALE_TIME } from './constants-12c6ac46.js';
11
+ import { A as AUTOMATION_RULES, S as STALE_TIME } from './index-9h4B7JZZ.js';
12
12
  import NeetoHeader from '@bigbinary/neeto-molecules/Header';
13
13
  import HelpPopover from '@bigbinary/neeto-molecules/HelpPopover';
14
14
  import Button from '@bigbinary/neetoui/Button';
15
- import { c as createRoutes } from './utils-866e8e3b.js';
15
+ import { c as createRoutes } from './utils-CvS2p6ZS.js';
16
16
  import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
17
17
  import { Draggable, DragDropContext, Droppable } from '@hello-pangea/dnd';
18
18
  import Reorder from '@bigbinary/neeto-icons/Reorder';
@@ -28,7 +28,7 @@ import TableWrapper from '@bigbinary/neeto-molecules/TableWrapper';
28
28
  import Alert from '@bigbinary/neetoui/Alert';
29
29
  import Table from '@bigbinary/neetoui/Table';
30
30
  import NoData from '@bigbinary/neetoui/NoData';
31
- import { u as useUtilityStore } from './useUtilityStore-ee4f96f8.js';
31
+ import { u as useUtilityStore } from './useUtilityStore-KjKihXb0.js';
32
32
  import _toConsumableArray from '@babel/runtime/helpers/toConsumableArray';
33
33
  import { t } from 'i18next';
34
34
  import { buildUrl } from '@bigbinary/neeto-commons-frontend/utils';
@@ -27,7 +27,7 @@ import { withT, useStateWithDependency, useDebounce } from '@bigbinary/neeto-com
27
27
  import Label from '@bigbinary/neetoui/Label';
28
28
  import Select from '@bigbinary/neetoui/Select';
29
29
  import DatePicker from '@bigbinary/neetoui/DatePicker';
30
- import { g as getSeparator } from './utils-866e8e3b.js';
30
+ import { g as getSeparator } from './utils-CvS2p6ZS.js';
31
31
  import { t as t$1 } from 'i18next';
32
32
  import FormikEditor from '@bigbinary/neeto-editor/FormikEditor';
33
33
  import MultiEmailInput from '@bigbinary/neetoui/formik/MultiEmailInput';
@@ -42,7 +42,7 @@ import Tag from '@bigbinary/neetoui/Tag';
42
42
  import { components } from 'react-select';
43
43
  import * as yup from 'yup';
44
44
  import { isEditorEmpty } from '@bigbinary/neeto-editor/utils';
45
- import { C as CONDITION_VALUE_TYPES, V as VERB_LABELS, M as MAXIMUM_OPTION_LENGTH$3, I as INPUT_FIELD_TYPES, O as OPERATOR_LABELS, a as OPERATORS$1 } from './constants-7347bfc4.js';
45
+ import { C as CONDITION_VALUE_TYPES, V as VERB_LABELS, M as MAXIMUM_OPTION_LENGTH$3, I as INPUT_FIELD_TYPES, O as OPERATOR_LABELS, a as OPERATORS$1 } from './constants-CB5HRjxq.js';
46
46
  import Eye from '@bigbinary/neeto-icons/Eye';
47
47
  import _asyncToGenerator from '@babel/runtime/helpers/asyncToGenerator';
48
48
  import _regeneratorRuntime from '@babel/runtime/regenerator';
@@ -53,7 +53,7 @@ import Radio from '@bigbinary/neetoui/formik/Radio';
53
53
  import { shallow } from 'zustand/shallow';
54
54
  import Help from '@bigbinary/neeto-icons/Help';
55
55
  import Switch from '@bigbinary/neetoui/Switch';
56
- import { u as useCustomDataStore } from './useCustomDataStore-51ceac06.js';
56
+ import { u as useCustomDataStore } from './useCustomDataStore-B1qHMIGJ.js';
57
57
  import _typeof from '@babel/runtime/helpers/typeof';
58
58
  import 'zustand';
59
59