@bigbinary/neeto-rules-frontend 2.7.1 → 2.7.3
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.
- package/dist/.ready +1 -1
- package/dist/cjs/v2/CannedResponsesPane.js +7 -8
- package/dist/cjs/v2/CannedResponsesPane.js.map +1 -1
- package/dist/cjs/v2/NeetoRules.js +2 -2
- package/dist/cjs/v2/NeetoRules.js.map +1 -1
- package/dist/cjs/v2/NeetoRulesBuilder.js +4581 -0
- package/dist/cjs/v2/NeetoRulesBuilder.js.map +1 -0
- package/dist/cjs/v2/NeetoRulesForm.js +135 -5452
- package/dist/cjs/v2/NeetoRulesForm.js.map +1 -1
- package/dist/cjs/v2/index.js +11 -3
- package/dist/cjs/v2/index.js.map +1 -1
- package/dist/index-BuQR-kg9.js +5339 -0
- package/dist/index-BuQR-kg9.js.map +1 -0
- package/dist/index-CJpBriWC.js +5388 -0
- package/dist/index-CJpBriWC.js.map +1 -0
- package/dist/v2/CannedResponsesPane.js +8 -9
- package/dist/v2/CannedResponsesPane.js.map +1 -1
- package/dist/v2/NeetoRules.js +2 -2
- package/dist/v2/NeetoRules.js.map +1 -1
- package/dist/v2/NeetoRulesBuilder.js +4579 -0
- package/dist/v2/NeetoRulesBuilder.js.map +1 -0
- package/dist/v2/NeetoRulesForm.js +88 -5386
- package/dist/v2/NeetoRulesForm.js.map +1 -1
- package/dist/v2/index.js +10 -3
- package/dist/v2/index.js.map +1 -1
- package/package.json +9 -9
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
|
package/dist/v2/index.js.map
CHANGED
|
@@ -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.
|
|
3
|
+
"version": "2.7.3",
|
|
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",
|
|
@@ -70,14 +70,14 @@
|
|
|
70
70
|
"@babel/runtime": "7.29.7",
|
|
71
71
|
"@bigbinary/babel-preset-neeto": "^1.0.3",
|
|
72
72
|
"@bigbinary/eslint-plugin-neeto": "1.9.1",
|
|
73
|
-
"@bigbinary/neeto-atoms": "1.0.
|
|
73
|
+
"@bigbinary/neeto-atoms": "1.0.99",
|
|
74
74
|
"@bigbinary/neeto-cist": "1.0.17",
|
|
75
|
-
"@bigbinary/neeto-commons-frontend": "4.13.
|
|
76
|
-
"@bigbinary/neeto-editor": "1.47.
|
|
75
|
+
"@bigbinary/neeto-commons-frontend": "4.13.147",
|
|
76
|
+
"@bigbinary/neeto-editor": "1.47.123",
|
|
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.
|
|
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",
|
|
@@ -188,14 +188,14 @@
|
|
|
188
188
|
},
|
|
189
189
|
"peerDependencies": {
|
|
190
190
|
"@babel/runtime": "7.29.7",
|
|
191
|
-
"@bigbinary/neeto-atoms": "1.0.
|
|
191
|
+
"@bigbinary/neeto-atoms": "1.0.99",
|
|
192
192
|
"@bigbinary/neeto-cist": "1.0.17",
|
|
193
|
-
"@bigbinary/neeto-commons-frontend": "4.13.
|
|
194
|
-
"@bigbinary/neeto-editor": "1.47.
|
|
193
|
+
"@bigbinary/neeto-commons-frontend": "4.13.147",
|
|
194
|
+
"@bigbinary/neeto-editor": "1.47.123",
|
|
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.
|
|
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",
|