@bigbinary/neeto-rules-frontend 2.5.15-beta-4 → 2.5.15-beta-5
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 +9 -4
- package/dist/NeetoRulesForm.js +229 -25
- package/dist/NeetoRulesForm.js.map +1 -1
- package/dist/cjs/NeetoRulesForm.js +228 -24
- package/dist/cjs/NeetoRulesForm.js.map +1 -1
- package/dist/cjs/index.js +3 -0
- package/dist/cjs/index.js.map +1 -1
- package/dist/index.js +3 -0
- package/dist/index.js.map +1 -1
- package/package.json +7 -5
package/dist/cjs/index.js
CHANGED
|
@@ -61,6 +61,9 @@ require('@bigbinary/neeto-icons/Collapse');
|
|
|
61
61
|
require('@bigbinary/neeto-icons/Left');
|
|
62
62
|
require('@bigbinary/neetoui/formik/Textarea');
|
|
63
63
|
require('@bigbinary/neetoui/formik/Input');
|
|
64
|
+
require('@bigbinary/neetoui/formik/Switch');
|
|
65
|
+
require('@monaco-editor/react');
|
|
66
|
+
require('@bigbinary/neeto-molecules/DynamicVariables');
|
|
64
67
|
require('@bigbinary/neetoui/Select');
|
|
65
68
|
require('@bigbinary/neetoui/DatePicker');
|
|
66
69
|
require('@bigbinary/neetoui/formik/MultiEmailInput');
|
package/dist/cjs/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/dist/index.js
CHANGED
|
@@ -59,6 +59,9 @@ import '@bigbinary/neeto-icons/Collapse';
|
|
|
59
59
|
import '@bigbinary/neeto-icons/Left';
|
|
60
60
|
import '@bigbinary/neetoui/formik/Textarea';
|
|
61
61
|
import '@bigbinary/neetoui/formik/Input';
|
|
62
|
+
import '@bigbinary/neetoui/formik/Switch';
|
|
63
|
+
import '@monaco-editor/react';
|
|
64
|
+
import '@bigbinary/neeto-molecules/DynamicVariables';
|
|
62
65
|
import '@bigbinary/neetoui/Select';
|
|
63
66
|
import '@bigbinary/neetoui/DatePicker';
|
|
64
67
|
import '@bigbinary/neetoui/formik/MultiEmailInput';
|
package/dist/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.5.15-beta-
|
|
3
|
+
"version": "2.5.15-beta-5",
|
|
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",
|
|
@@ -62,17 +62,18 @@
|
|
|
62
62
|
"@bigbinary/eslint-plugin-neeto": "1.6.2",
|
|
63
63
|
"@bigbinary/neeto-cist": "1.0.17",
|
|
64
64
|
"@bigbinary/neeto-commons-frontend": "4.13.40",
|
|
65
|
-
"@bigbinary/neeto-editor": "1.47.
|
|
65
|
+
"@bigbinary/neeto-editor": "1.47.14",
|
|
66
66
|
"@bigbinary/neeto-filters-frontend": "4.3.19",
|
|
67
67
|
"@bigbinary/neeto-hotkeys": "1.0.9",
|
|
68
68
|
"@bigbinary/neeto-icons": "1.20.47",
|
|
69
|
-
"@bigbinary/neeto-molecules": "3.16.
|
|
69
|
+
"@bigbinary/neeto-molecules": "3.16.59",
|
|
70
70
|
"@bigbinary/neetoui": "8.3.7",
|
|
71
71
|
"@emotion/is-prop-valid": "1.2.0",
|
|
72
72
|
"@faker-js/faker": "8.2.0",
|
|
73
73
|
"@hello-pangea/dnd": "16.3.0",
|
|
74
74
|
"@honeybadger-io/js": "6.10.1",
|
|
75
75
|
"@honeybadger-io/react": "6.1.25",
|
|
76
|
+
"@monaco-editor/react": "^4.7.0",
|
|
76
77
|
"@rollup/plugin-alias": "5.1.1",
|
|
77
78
|
"@rollup/plugin-babel": "6.0.4",
|
|
78
79
|
"@rollup/plugin-commonjs": "25.0.7",
|
|
@@ -177,15 +178,16 @@
|
|
|
177
178
|
"@babel/runtime": "7.26.10",
|
|
178
179
|
"@bigbinary/neeto-cist": "1.0.17",
|
|
179
180
|
"@bigbinary/neeto-commons-frontend": "4.13.40",
|
|
180
|
-
"@bigbinary/neeto-editor": "1.47.
|
|
181
|
+
"@bigbinary/neeto-editor": "1.47.14",
|
|
181
182
|
"@bigbinary/neeto-filters-frontend": "4.3.19",
|
|
182
183
|
"@bigbinary/neeto-hotkeys": "1.0.9",
|
|
183
184
|
"@bigbinary/neeto-icons": "1.20.47",
|
|
184
|
-
"@bigbinary/neeto-molecules": "3.16.
|
|
185
|
+
"@bigbinary/neeto-molecules": "3.16.59",
|
|
185
186
|
"@bigbinary/neetoui": "8.3.7",
|
|
186
187
|
"@hello-pangea/dnd": "16.3.0",
|
|
187
188
|
"@honeybadger-io/js": "6.10.1",
|
|
188
189
|
"@honeybadger-io/react": "6.1.25",
|
|
190
|
+
"@monaco-editor/react": "^4.7.0",
|
|
189
191
|
"@tailwindcss/container-queries": "^0.1.1",
|
|
190
192
|
"@tanstack/react-query": "5.59.20",
|
|
191
193
|
"@tanstack/react-query-devtools": "5.59.20",
|