@bigbinary/neeto-rules-frontend 2.5.56 → 2.5.58

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 (62) hide show
  1. package/dist/.ready +1 -1
  2. package/dist/NeetoRulesForm.js +67 -162
  3. package/dist/NeetoRulesForm.js.map +1 -1
  4. package/dist/cjs/NeetoRulesForm.js +10 -105
  5. package/dist/cjs/NeetoRulesForm.js.map +1 -1
  6. package/dist/cjs/index.js +1 -0
  7. package/dist/cjs/index.js.map +1 -1
  8. package/dist/cjs/v2/CannedResponsesPane.js +396 -0
  9. package/dist/cjs/v2/CannedResponsesPane.js.map +1 -0
  10. package/dist/cjs/v2/NeetoRules.js +486 -0
  11. package/dist/cjs/v2/NeetoRules.js.map +1 -0
  12. package/dist/cjs/v2/NeetoRulesForm.js +6740 -0
  13. package/dist/cjs/v2/NeetoRulesForm.js.map +1 -0
  14. package/dist/cjs/v2/RulePreview.js +513 -0
  15. package/dist/cjs/v2/RulePreview.js.map +1 -0
  16. package/dist/cjs/v2/RulesReorder.js +24 -0
  17. package/dist/cjs/v2/RulesReorder.js.map +1 -0
  18. package/dist/cjs/v2/constants.js +8 -0
  19. package/dist/cjs/v2/constants.js.map +1 -0
  20. package/dist/cjs/v2/hooks.js +15 -0
  21. package/dist/cjs/v2/hooks.js.map +1 -0
  22. package/dist/cjs/v2/index.js +86 -0
  23. package/dist/cjs/v2/index.js.map +1 -0
  24. package/dist/constants-CYdcft3h.js +53 -0
  25. package/dist/constants-CYdcft3h.js.map +1 -0
  26. package/dist/constants-dLBadaIU.js +60 -0
  27. package/dist/constants-dLBadaIU.js.map +1 -0
  28. package/dist/index-BBcadHIi.js +208 -0
  29. package/dist/index-BBcadHIi.js.map +1 -0
  30. package/dist/index-CSnQp41c.js +211 -0
  31. package/dist/index-CSnQp41c.js.map +1 -0
  32. package/dist/index.js +1 -0
  33. package/dist/index.js.map +1 -1
  34. package/dist/useCustomDataStore-D7hl6nev.js +74 -0
  35. package/dist/useCustomDataStore-D7hl6nev.js.map +1 -0
  36. package/dist/useCustomDataStore-DipT25Pg.js +77 -0
  37. package/dist/useCustomDataStore-DipT25Pg.js.map +1 -0
  38. package/dist/useDebouncedUpdate-6Ibug5MF.js +108 -0
  39. package/dist/useDebouncedUpdate-6Ibug5MF.js.map +1 -0
  40. package/dist/useDebouncedUpdate-BcPAGgg7.js +103 -0
  41. package/dist/useDebouncedUpdate-BcPAGgg7.js.map +1 -0
  42. package/dist/useUtilityStore-BBb39TOj.js +53 -0
  43. package/dist/useUtilityStore-BBb39TOj.js.map +1 -0
  44. package/dist/useUtilityStore-DkxAexDw.js +55 -0
  45. package/dist/useUtilityStore-DkxAexDw.js.map +1 -0
  46. package/dist/v2/CannedResponsesPane.js +394 -0
  47. package/dist/v2/CannedResponsesPane.js.map +1 -0
  48. package/dist/v2/NeetoRules.js +484 -0
  49. package/dist/v2/NeetoRules.js.map +1 -0
  50. package/dist/v2/NeetoRulesForm.js +6719 -0
  51. package/dist/v2/NeetoRulesForm.js.map +1 -0
  52. package/dist/v2/RulePreview.js +511 -0
  53. package/dist/v2/RulePreview.js.map +1 -0
  54. package/dist/v2/RulesReorder.js +18 -0
  55. package/dist/v2/RulesReorder.js.map +1 -0
  56. package/dist/v2/constants.js +2 -0
  57. package/dist/v2/constants.js.map +1 -0
  58. package/dist/v2/hooks.js +8 -0
  59. package/dist/v2/hooks.js.map +1 -0
  60. package/dist/v2/index.js +74 -0
  61. package/dist/v2/index.js.map +1 -0
  62. package/package.json +28 -16
@@ -0,0 +1,74 @@
1
+ export { A as AUTOMATION_RULES_QUERY_KEY } from '../index-9h4B7JZZ.js';
2
+ export { default as CannedResponsesPane } from './CannedResponsesPane.js';
3
+ export { default as NeetoRules } from './NeetoRules.js';
4
+ export { R as RulesReorder } from '../index-BBcadHIi.js';
5
+ export { default as NeetoRulesForm } from './NeetoRulesForm.js';
6
+ export { u as useCustomDataStore } from '../useCustomDataStore-D7hl6nev.js';
7
+ export { default as RulePreview } from './RulePreview.js';
8
+ import '@babel/runtime/helpers/asyncToGenerator';
9
+ import '@babel/runtime/helpers/slicedToArray';
10
+ import '@babel/runtime/regenerator';
11
+ import 'react';
12
+ import '@bigbinary/neeto-atoms';
13
+ import '@bigbinary/neeto-atoms/formik';
14
+ import 'formik';
15
+ import '@bigbinary/neeto-cist';
16
+ import '@bigbinary/neeto-commons-frontend/v2/constants';
17
+ import 'ramda';
18
+ import 'react-i18next';
19
+ import '@babel/runtime/helpers/defineProperty';
20
+ import 'i18next';
21
+ import '@babel/runtime/helpers/toConsumableArray';
22
+ import '@bigbinary/neeto-editor/Editor';
23
+ import 'react/jsx-runtime';
24
+ import '@bigbinary/neeto-commons-frontend/v2/react-utils';
25
+ import '@bigbinary/neeto-molecules/v2/Container';
26
+ import '../useAutomationRulesApi-C9I3wUZ8.js';
27
+ import '@tanstack/react-query';
28
+ import '@bigbinary/neeto-commons-frontend/react-utils';
29
+ import '@babel/runtime/helpers/objectWithoutProperties';
30
+ import 'axios';
31
+ import '@bigbinary/neeto-molecules/v2/Header';
32
+ import '../utils-CfCq6Ltz.js';
33
+ import '@bigbinary/neeto-commons-frontend/initializers';
34
+ import '@bigbinary/neeto-commons-frontend/utils';
35
+ import 'zustand/shallow';
36
+ import '@bigbinary/neeto-filters-frontend/v2/Bar';
37
+ import '@bigbinary/neeto-molecules/v2/SubHeader';
38
+ import '../useUtilityStore-BBb39TOj.js';
39
+ import 'zustand';
40
+ import '@bigbinary/neeto-commons-frontend/v2/utils';
41
+ import '@bigbinary/neeto-molecules/v2/MoreDropdown';
42
+ import '@hello-pangea/dnd';
43
+ import '@bigbinary/neeto-icons/Drag';
44
+ import 'react-router-dom';
45
+ import '@babel/runtime/helpers/objectDestructuringEmpty';
46
+ import '../useDebouncedUpdate-BcPAGgg7.js';
47
+ import '@bigbinary/neeto-icons/Plus';
48
+ import '@bigbinary/neeto-icons/Delete';
49
+ import 'classnames';
50
+ import 'yup';
51
+ import '@bigbinary/neeto-icons/Search';
52
+ import '@bigbinary/neeto-icons/Collapse';
53
+ import '@bigbinary/neeto-icons/Left';
54
+ import '@monaco-editor/react';
55
+ import '@bigbinary/neeto-icons/Help';
56
+ import '@bigbinary/neeto-molecules/DynamicVariables';
57
+ import '@bigbinary/neeto-editor/FormikEditor';
58
+ import '@bigbinary/neeto-icons/Refresh';
59
+ import '@bigbinary/neeto-hotkeys';
60
+ import '@bigbinary/neeto-icons/Check';
61
+ import '@bigbinary/neeto-icons/Close';
62
+ import 'react-select/creatable';
63
+ import '@babel/runtime/helpers/toArray';
64
+ import '@bigbinary/neeto-molecules/PhoneNumber';
65
+ import 'react-select';
66
+ import '../constants-CYdcft3h.js';
67
+ import '@bigbinary/neeto-commons-frontend/v2/initializers';
68
+ import '@bigbinary/neeto-editor/utils';
69
+ import '@bigbinary/neeto-icons/Eye';
70
+ import '@bigbinary/neeto-icons/Down';
71
+ import '@babel/runtime/helpers/typeof';
72
+ import '@bigbinary/neeto-editor/EditorContent';
73
+ import '@bigbinary/neeto-icons/Up';
74
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
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.5.56",
3
+ "version": "2.5.58",
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",
@@ -27,6 +27,16 @@
27
27
  "import": "./dist/*.js",
28
28
  "require": "./dist/cjs/*.js",
29
29
  "types": "./types.d.ts"
30
+ },
31
+ "./v2": {
32
+ "import": "./dist/v2/index.js",
33
+ "require": "./dist/cjs/v2/index.js",
34
+ "types": "./types.d.ts"
35
+ },
36
+ "./v2/*": {
37
+ "import": "./dist/v2/*.js",
38
+ "require": "./dist/cjs/v2/*.js",
39
+ "types": "./types.d.ts"
30
40
  }
31
41
  },
32
42
  "scripts": {
@@ -60,14 +70,15 @@
60
70
  "@babel/runtime": "7.29.2",
61
71
  "@bigbinary/babel-preset-neeto": "^1.0.3",
62
72
  "@bigbinary/eslint-plugin-neeto": "1.9.0",
73
+ "@bigbinary/neeto-atoms": "^1.0.59",
63
74
  "@bigbinary/neeto-cist": "1.0.17",
64
- "@bigbinary/neeto-commons-frontend": "4.13.123",
65
- "@bigbinary/neeto-editor": "1.47.111",
66
- "@bigbinary/neeto-filters-frontend": "4.3.35",
75
+ "@bigbinary/neeto-commons-frontend": "4.13.127",
76
+ "@bigbinary/neeto-editor": "1.47.112",
77
+ "@bigbinary/neeto-filters-frontend": "4.3.38",
67
78
  "@bigbinary/neeto-hotkeys": "1.0.9",
68
- "@bigbinary/neeto-icons": "1.20.87",
69
- "@bigbinary/neeto-molecules": "4.1.70",
70
- "@bigbinary/neetoui": "8.6.0",
79
+ "@bigbinary/neeto-icons": "1.20.88",
80
+ "@bigbinary/neeto-molecules": "4.3.1",
81
+ "@bigbinary/neetoui": "8.8.0",
71
82
  "@emotion/is-prop-valid": "1.2.0",
72
83
  "@faker-js/faker": "8.2.0",
73
84
  "@hello-pangea/dnd": "16.3.0",
@@ -87,7 +98,7 @@
87
98
  "@tanstack/react-query-devtools": "5.59.20",
88
99
  "antd": "5.22.1",
89
100
  "autoprefixer": "^10.4.5",
90
- "axios": "1.15.0",
101
+ "axios": "1.16.0",
91
102
  "babel-loader": "^8.2.5",
92
103
  "babel-plugin-istanbul": "^6.1.1",
93
104
  "babel-plugin-js-logger": "1.0.17",
@@ -134,7 +145,7 @@
134
145
  "mixpanel-browser": "2.47.0",
135
146
  "os-browserify": "0.3.0",
136
147
  "path-browserify": "^1.0.1",
137
- "postcss": "8.5.10",
148
+ "postcss": "8.5.11",
138
149
  "postcss-import": "^15.0.0",
139
150
  "postcss-loader": "^7.0.1",
140
151
  "postcss-preset-env": "7.8.2",
@@ -176,14 +187,15 @@
176
187
  },
177
188
  "peerDependencies": {
178
189
  "@babel/runtime": "7.29.2",
190
+ "@bigbinary/neeto-atoms": "^1.0.59",
179
191
  "@bigbinary/neeto-cist": "1.0.17",
180
- "@bigbinary/neeto-commons-frontend": "4.13.123",
181
- "@bigbinary/neeto-editor": "1.47.111",
182
- "@bigbinary/neeto-filters-frontend": "4.3.35",
192
+ "@bigbinary/neeto-commons-frontend": "4.13.127",
193
+ "@bigbinary/neeto-editor": "1.47.112",
194
+ "@bigbinary/neeto-filters-frontend": "4.3.38",
183
195
  "@bigbinary/neeto-hotkeys": "1.0.9",
184
- "@bigbinary/neeto-icons": "1.20.87",
185
- "@bigbinary/neeto-molecules": "4.1.70",
186
- "@bigbinary/neetoui": "8.6.0",
196
+ "@bigbinary/neeto-icons": "1.20.88",
197
+ "@bigbinary/neeto-molecules": "4.3.1",
198
+ "@bigbinary/neetoui": "8.8.0",
187
199
  "@hello-pangea/dnd": "16.3.0",
188
200
  "@honeybadger-io/js": "6.10.1",
189
201
  "@honeybadger-io/react": "6.1.25",
@@ -192,7 +204,7 @@
192
204
  "@tanstack/react-query": "5.59.20",
193
205
  "@tanstack/react-query-devtools": "5.59.20",
194
206
  "antd": "5.22.1",
195
- "axios": "1.15.0",
207
+ "axios": "1.16.0",
196
208
  "buffer": "^6.0.3",
197
209
  "classnames": "2.5.1",
198
210
  "crypto-browserify": "3.12.1",