@bigbinary/neeto-rules-frontend 2.7.17 → 2.7.18
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/app/javascript/src/translations/en.json +1 -1
- package/dist/.ready +1 -1
- package/dist/NeetoRulesBuilder.js +4 -2
- package/dist/NeetoRulesBuilder.js.map +1 -1
- package/dist/NeetoRulesForm.js +1 -1
- package/dist/cjs/NeetoRulesBuilder.js +4 -2
- package/dist/cjs/NeetoRulesBuilder.js.map +1 -1
- package/dist/cjs/NeetoRulesForm.js +1 -1
- package/dist/cjs/index.js +1 -1
- package/dist/cjs/v2/NeetoRulesBuilder.js +4 -2
- package/dist/cjs/v2/NeetoRulesBuilder.js.map +1 -1
- package/dist/cjs/v2/NeetoRulesForm.js +1 -1
- package/dist/cjs/v2/index.js +1 -1
- package/dist/{index-C0gKo-ED.js → index-DwGEK-_1.js} +2 -2
- package/dist/index-DwGEK-_1.js.map +1 -0
- package/dist/{index-CZuNDvAW.js → index-Vt6GY_o0.js} +2 -2
- package/dist/index-Vt6GY_o0.js.map +1 -0
- package/dist/{index-CCO7dWzy.js → index-k-eGkX-R.js} +2 -2
- package/dist/index-k-eGkX-R.js.map +1 -0
- package/dist/{index-Bfe1tRHq.js → index-ogJeZ752.js} +2 -2
- package/dist/index-ogJeZ752.js.map +1 -0
- package/dist/index.js +1 -1
- package/dist/v2/NeetoRulesBuilder.js +4 -2
- package/dist/v2/NeetoRulesBuilder.js.map +1 -1
- package/dist/v2/NeetoRulesForm.js +1 -1
- package/dist/v2/index.js +1 -1
- package/package.json +7 -7
- package/dist/index-Bfe1tRHq.js.map +0 -1
- package/dist/index-C0gKo-ED.js.map +0 -1
- package/dist/index-CCO7dWzy.js.map +0 -1
- package/dist/index-CZuNDvAW.js.map +0 -1
|
@@ -13,7 +13,7 @@ import { useTranslation } from 'react-i18next';
|
|
|
13
13
|
import { u as useUtilityStore } from '../useUtilityStore-BBb39TOj.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, A as ActionSubItem, F as FIELDS_WITH_OPTIONS, P as PANEL_TYPES, D as DEFAULT_RULE_ACTION, c as getLogicalOperatorOptions, d as getFieldDetails$1, e as getVerbOptions, R as RadioField$1, S as SelectField$1, V as ValueField, f as DEFAULT_DELAY, h as getAllEvents, O as OPERATORS$1, i as STATUS_KEYS, j as formatData, u as usePollRuleName, T as TouchErrors, k as buildPayload, l as ScrollToErrorField, m as Panel, n as getValidationSchema, o as DEFAULT_INITIAL_VALUE } from '../index-
|
|
16
|
+
import { g as getActionOptions, a as getFieldDetails, b as getSlackChannelErrors, A as ActionSubItem, F as FIELDS_WITH_OPTIONS, P as PANEL_TYPES, D as DEFAULT_RULE_ACTION, c as getLogicalOperatorOptions, d as getFieldDetails$1, e as getVerbOptions, R as RadioField$1, S as SelectField$1, V as ValueField, f as DEFAULT_DELAY, h as getAllEvents, O as OPERATORS$1, i as STATUS_KEYS, j as formatData, u as usePollRuleName, T as TouchErrors, k as buildPayload, l as ScrollToErrorField, m as Panel, n as getValidationSchema, o as DEFAULT_INITIAL_VALUE } from '../index-k-eGkX-R.js';
|
|
17
17
|
import { a as useActiveField, u as useCustomDataStore } from '../useCustomDataStore-CU3KpyD4.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
|
@@ -43,7 +43,7 @@ import '@bigbinary/neeto-molecules/v2/MoreDropdown';
|
|
|
43
43
|
import '@babel/runtime/helpers/objectDestructuringEmpty';
|
|
44
44
|
import '../keyboardShortcuts-DNOhEY8h.js';
|
|
45
45
|
import 'classnames';
|
|
46
|
-
import '../index-
|
|
46
|
+
import '../index-k-eGkX-R.js';
|
|
47
47
|
import '@babel/runtime/helpers/typeof';
|
|
48
48
|
import 'yup';
|
|
49
49
|
import '@monaco-editor/react';
|
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.18",
|
|
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.117",
|
|
74
74
|
"@bigbinary/neeto-cist": "1.0.17",
|
|
75
75
|
"@bigbinary/neeto-commons-frontend": "4.13.152",
|
|
76
|
-
"@bigbinary/neeto-editor": "1.47.
|
|
76
|
+
"@bigbinary/neeto-editor": "1.47.135",
|
|
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.
|
|
80
|
+
"@bigbinary/neeto-molecules": "5.3.7",
|
|
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.117",
|
|
192
192
|
"@bigbinary/neeto-cist": "1.0.17",
|
|
193
193
|
"@bigbinary/neeto-commons-frontend": "4.13.152",
|
|
194
|
-
"@bigbinary/neeto-editor": "1.47.
|
|
194
|
+
"@bigbinary/neeto-editor": "1.47.135",
|
|
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.
|
|
198
|
+
"@bigbinary/neeto-molecules": "5.3.7",
|
|
199
199
|
"@bigbinary/neetoui": "8.8.3",
|
|
200
200
|
"@hello-pangea/dnd": "16.3.0",
|
|
201
201
|
"@honeybadger-io/js": "6.10.1",
|