@bigbinary/neeto-rules-frontend 2.5.7 → 2.5.9
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/NeetoRules.js +5 -9
- package/dist/NeetoRules.js.map +1 -1
- package/dist/NeetoRulesForm.js +20 -17
- package/dist/NeetoRulesForm.js.map +1 -1
- package/dist/cjs/NeetoRules.js +5 -9
- package/dist/cjs/NeetoRules.js.map +1 -1
- package/dist/cjs/NeetoRulesForm.js +20 -17
- package/dist/cjs/NeetoRulesForm.js.map +1 -1
- package/dist/cjs/index.js +0 -1
- package/dist/cjs/index.js.map +1 -1
- package/dist/index.js +0 -1
- package/dist/index.js.map +1 -1
- package/package.json +13 -13
package/dist/cjs/index.js
CHANGED
|
@@ -33,7 +33,6 @@ require('@tanstack/react-query');
|
|
|
33
33
|
require('@babel/runtime/helpers/objectWithoutProperties');
|
|
34
34
|
require('axios');
|
|
35
35
|
require('@bigbinary/neeto-molecules/Header');
|
|
36
|
-
require('@bigbinary/neeto-molecules/HelpPopover');
|
|
37
36
|
require('@bigbinary/neetoui/Button');
|
|
38
37
|
require('../utils-BngEaPaz.js');
|
|
39
38
|
require('@hello-pangea/dnd');
|
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
|
@@ -31,7 +31,6 @@ import '@tanstack/react-query';
|
|
|
31
31
|
import '@babel/runtime/helpers/objectWithoutProperties';
|
|
32
32
|
import 'axios';
|
|
33
33
|
import '@bigbinary/neeto-molecules/Header';
|
|
34
|
-
import '@bigbinary/neeto-molecules/HelpPopover';
|
|
35
34
|
import '@bigbinary/neetoui/Button';
|
|
36
35
|
import './utils-CvS2p6ZS.js';
|
|
37
36
|
import '@hello-pangea/dnd';
|
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.
|
|
3
|
+
"version": "2.5.9",
|
|
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",
|
|
@@ -61,13 +61,13 @@
|
|
|
61
61
|
"@bigbinary/babel-preset-neeto": "^1.0.3",
|
|
62
62
|
"@bigbinary/eslint-plugin-neeto": "1.5.6",
|
|
63
63
|
"@bigbinary/neeto-cist": "1.0.14",
|
|
64
|
-
"@bigbinary/neeto-commons-frontend": "4.13.
|
|
65
|
-
"@bigbinary/neeto-editor": "1.
|
|
66
|
-
"@bigbinary/neeto-filters-frontend": "4.3.
|
|
64
|
+
"@bigbinary/neeto-commons-frontend": "4.13.17",
|
|
65
|
+
"@bigbinary/neeto-editor": "1.45.1",
|
|
66
|
+
"@bigbinary/neeto-filters-frontend": "4.3.13",
|
|
67
67
|
"@bigbinary/neeto-hotkeys": "1.0.9",
|
|
68
|
-
"@bigbinary/neeto-icons": "1.20.
|
|
69
|
-
"@bigbinary/neeto-molecules": "3.14
|
|
70
|
-
"@bigbinary/neetoui": "8.2.
|
|
68
|
+
"@bigbinary/neeto-icons": "1.20.24",
|
|
69
|
+
"@bigbinary/neeto-molecules": "3.15.14",
|
|
70
|
+
"@bigbinary/neetoui": "8.2.56",
|
|
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",
|
|
@@ -174,13 +174,13 @@
|
|
|
174
174
|
"peerDependencies": {
|
|
175
175
|
"@babel/runtime": "7.26.0",
|
|
176
176
|
"@bigbinary/neeto-cist": "1.0.14",
|
|
177
|
-
"@bigbinary/neeto-commons-frontend": "4.13.
|
|
178
|
-
"@bigbinary/neeto-editor": "1.
|
|
179
|
-
"@bigbinary/neeto-filters-frontend": "4.3.
|
|
177
|
+
"@bigbinary/neeto-commons-frontend": "4.13.17",
|
|
178
|
+
"@bigbinary/neeto-editor": "1.45.1",
|
|
179
|
+
"@bigbinary/neeto-filters-frontend": "4.3.13",
|
|
180
180
|
"@bigbinary/neeto-hotkeys": "1.0.9",
|
|
181
|
-
"@bigbinary/neeto-icons": "1.20.
|
|
182
|
-
"@bigbinary/neeto-molecules": "3.14
|
|
183
|
-
"@bigbinary/neetoui": "8.2.
|
|
181
|
+
"@bigbinary/neeto-icons": "1.20.24",
|
|
182
|
+
"@bigbinary/neeto-molecules": "3.15.14",
|
|
183
|
+
"@bigbinary/neetoui": "8.2.56",
|
|
184
184
|
"@hello-pangea/dnd": "16.3.0",
|
|
185
185
|
"@honeybadger-io/js": "6.10.1",
|
|
186
186
|
"@honeybadger-io/react": "6.1.25",
|