@bigbinary/neeto-form-frontend 3.13.0 → 3.13.1
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/BuildForm.js +2 -2
- package/dist/BuildForm.js.map +1 -1
- package/dist/cjs/BuildForm.js +2 -2
- package/dist/cjs/BuildForm.js.map +1 -1
- package/dist/cjs/index.js +2 -2
- package/dist/index.js +2 -2
- package/package.json +22 -20
package/dist/cjs/index.js
CHANGED
|
@@ -11,7 +11,7 @@ var buildForm = require('../buildForm-miMj_S28.js');
|
|
|
11
11
|
require('@tanstack/react-query');
|
|
12
12
|
require('classnames');
|
|
13
13
|
require('@bigbinary/neeto-cist');
|
|
14
|
-
require('@bigbinary/
|
|
14
|
+
require('@bigbinary/neetoui/Spinner');
|
|
15
15
|
require('ramda');
|
|
16
16
|
require('../constants-Bx5mJ_UK.js');
|
|
17
17
|
require('i18next');
|
|
@@ -66,8 +66,8 @@ require('@bigbinary/neetoui/Checkbox');
|
|
|
66
66
|
require('@bigbinary/neeto-molecules/OptionFields');
|
|
67
67
|
require('@bigbinary/neeto-hotkeys');
|
|
68
68
|
require('@bigbinary/neeto-icons/Warning');
|
|
69
|
+
require('@bigbinary/neeto-molecules/PageLoader');
|
|
69
70
|
require('@bigbinary/neetoui/Toastr');
|
|
70
|
-
require('@bigbinary/neetoui/Spinner');
|
|
71
71
|
require('@bigbinary/neetoui/Callout');
|
|
72
72
|
require('@bigbinary/neeto-icons/Check');
|
|
73
73
|
require('../utils-Dgp-XRJx.js');
|
package/dist/index.js
CHANGED
|
@@ -9,7 +9,7 @@ export { u as useBuildFormState } from './buildForm-DQ2wgwuW.js';
|
|
|
9
9
|
import '@tanstack/react-query';
|
|
10
10
|
import 'classnames';
|
|
11
11
|
import '@bigbinary/neeto-cist';
|
|
12
|
-
import '@bigbinary/
|
|
12
|
+
import '@bigbinary/neetoui/Spinner';
|
|
13
13
|
import 'ramda';
|
|
14
14
|
import './constants-T3w90EO4.js';
|
|
15
15
|
import 'i18next';
|
|
@@ -64,8 +64,8 @@ import '@bigbinary/neetoui/Checkbox';
|
|
|
64
64
|
import '@bigbinary/neeto-molecules/OptionFields';
|
|
65
65
|
import '@bigbinary/neeto-hotkeys';
|
|
66
66
|
import '@bigbinary/neeto-icons/Warning';
|
|
67
|
+
import '@bigbinary/neeto-molecules/PageLoader';
|
|
67
68
|
import '@bigbinary/neetoui/Toastr';
|
|
68
|
-
import '@bigbinary/neetoui/Spinner';
|
|
69
69
|
import '@bigbinary/neetoui/Callout';
|
|
70
70
|
import '@bigbinary/neeto-icons/Check';
|
|
71
71
|
import './utils-CtH5-JaK.js';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bigbinary/neeto-form-frontend",
|
|
3
|
-
"version": "3.13.
|
|
3
|
+
"version": "3.13.1",
|
|
4
4
|
"description": "Neeto Form Engine Frontend",
|
|
5
5
|
"license": "UNLICENSED",
|
|
6
6
|
"homepage": "https://github.com/bigbinary/neeto-form-nano",
|
|
@@ -61,15 +61,15 @@
|
|
|
61
61
|
"@babel/preset-typescript": "7.26.0",
|
|
62
62
|
"@babel/runtime": "7.26.10",
|
|
63
63
|
"@bigbinary/babel-preset-neeto": "^1.0.3",
|
|
64
|
-
"@bigbinary/eslint-plugin-neeto": "1.6.
|
|
64
|
+
"@bigbinary/eslint-plugin-neeto": "1.6.3",
|
|
65
65
|
"@bigbinary/neeto-cist": "1.0.17",
|
|
66
|
-
"@bigbinary/neeto-commons-frontend": "4.13.
|
|
67
|
-
"@bigbinary/neeto-editor": "1.47.
|
|
68
|
-
"@bigbinary/neeto-filters-frontend": "4.3.
|
|
66
|
+
"@bigbinary/neeto-commons-frontend": "4.13.43",
|
|
67
|
+
"@bigbinary/neeto-editor": "1.47.16",
|
|
68
|
+
"@bigbinary/neeto-filters-frontend": "4.3.21",
|
|
69
69
|
"@bigbinary/neeto-hotkeys": "1.0.9",
|
|
70
|
-
"@bigbinary/neeto-icons": "1.20.
|
|
71
|
-
"@bigbinary/neeto-molecules": "3.16.
|
|
72
|
-
"@bigbinary/neetoui": "8.3.
|
|
70
|
+
"@bigbinary/neeto-icons": "1.20.49",
|
|
71
|
+
"@bigbinary/neeto-molecules": "3.16.63",
|
|
72
|
+
"@bigbinary/neetoui": "8.3.9",
|
|
73
73
|
"@emotion/is-prop-valid": "1.2.0",
|
|
74
74
|
"@faker-js/faker": "8.2.0",
|
|
75
75
|
"@hello-pangea/dnd": "16.3.0",
|
|
@@ -145,8 +145,8 @@
|
|
|
145
145
|
"prop-types": "15.8.1",
|
|
146
146
|
"qs": "^6.11.2",
|
|
147
147
|
"ramda": "0.29.0",
|
|
148
|
-
"react": "18.
|
|
149
|
-
"react-dom": "18.
|
|
148
|
+
"react": "18.3.1",
|
|
149
|
+
"react-dom": "18.3.1",
|
|
150
150
|
"react-dropzone": "14.3.8",
|
|
151
151
|
"react-google-recaptcha": "^3.1.0",
|
|
152
152
|
"react-helmet": "^6.1.0",
|
|
@@ -179,20 +179,20 @@
|
|
|
179
179
|
"webpack": "5.94.0",
|
|
180
180
|
"webpack-assets-manifest": "5.1.0",
|
|
181
181
|
"webpack-cli": "5.1.4",
|
|
182
|
-
"webpack-dev-server": "
|
|
182
|
+
"webpack-dev-server": "5.2.1",
|
|
183
183
|
"yup": "0.32.11",
|
|
184
184
|
"zustand": "4.4.2"
|
|
185
185
|
},
|
|
186
186
|
"peerDependencies": {
|
|
187
187
|
"@babel/runtime": "7.26.10",
|
|
188
188
|
"@bigbinary/neeto-cist": "1.0.17",
|
|
189
|
-
"@bigbinary/neeto-commons-frontend": "4.13.
|
|
190
|
-
"@bigbinary/neeto-editor": "1.47.
|
|
191
|
-
"@bigbinary/neeto-filters-frontend": "4.3.
|
|
189
|
+
"@bigbinary/neeto-commons-frontend": "4.13.43",
|
|
190
|
+
"@bigbinary/neeto-editor": "1.47.16",
|
|
191
|
+
"@bigbinary/neeto-filters-frontend": "4.3.21",
|
|
192
192
|
"@bigbinary/neeto-hotkeys": "1.0.9",
|
|
193
|
-
"@bigbinary/neeto-icons": "1.20.
|
|
194
|
-
"@bigbinary/neeto-molecules": "3.16.
|
|
195
|
-
"@bigbinary/neetoui": "8.3.
|
|
193
|
+
"@bigbinary/neeto-icons": "1.20.49",
|
|
194
|
+
"@bigbinary/neeto-molecules": "3.16.63",
|
|
195
|
+
"@bigbinary/neetoui": "8.3.9",
|
|
196
196
|
"@hello-pangea/dnd": "16.3.0",
|
|
197
197
|
"@honeybadger-io/js": "6.10.1",
|
|
198
198
|
"@honeybadger-io/react": "6.1.25",
|
|
@@ -217,8 +217,8 @@
|
|
|
217
217
|
"path-browserify": "^1.0.1",
|
|
218
218
|
"qs": "^6.11.2",
|
|
219
219
|
"ramda": "0.29.0",
|
|
220
|
-
"react": "18.
|
|
221
|
-
"react-dom": "18.
|
|
220
|
+
"react": "18.3.1",
|
|
221
|
+
"react-dom": "18.3.1",
|
|
222
222
|
"react-dropzone": "14.3.8",
|
|
223
223
|
"react-google-recaptcha": "^3.1.0",
|
|
224
224
|
"react-helmet": "^6.1.0",
|
|
@@ -241,7 +241,9 @@
|
|
|
241
241
|
"resolutions": {
|
|
242
242
|
"postcss": "^8",
|
|
243
243
|
"wrap-ansi": "7.0.0",
|
|
244
|
-
"string-width": "4.1.0"
|
|
244
|
+
"string-width": "4.1.0",
|
|
245
|
+
"react": "18.3.1",
|
|
246
|
+
"react-dom": "18.3.1"
|
|
245
247
|
},
|
|
246
248
|
"engines": {
|
|
247
249
|
"node": ">=22.13",
|