@bigbinary/neeto-form-frontend 4.2.4 → 4.2.6
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/ar.json +2 -1
- package/app/javascript/src/translations/bg.json +2 -1
- package/app/javascript/src/translations/ca.json +2 -1
- package/app/javascript/src/translations/cs.json +2 -1
- package/app/javascript/src/translations/da.json +2 -1
- package/app/javascript/src/translations/de.json +2 -1
- package/app/javascript/src/translations/es-MX.json +2 -1
- package/app/javascript/src/translations/es.json +2 -1
- package/app/javascript/src/translations/et.json +2 -1
- package/app/javascript/src/translations/fi.json +2 -1
- package/app/javascript/src/translations/fil.json +2 -1
- package/app/javascript/src/translations/fr.json +2 -1
- package/app/javascript/src/translations/he.json +2 -1
- package/app/javascript/src/translations/hi.json +2 -1
- package/app/javascript/src/translations/hr.json +2 -1
- package/app/javascript/src/translations/id.json +2 -1
- package/app/javascript/src/translations/it.json +2 -1
- package/app/javascript/src/translations/ja.json +2 -1
- package/app/javascript/src/translations/ko.json +2 -1
- package/app/javascript/src/translations/nl.json +2 -1
- package/app/javascript/src/translations/pl.json +2 -1
- package/app/javascript/src/translations/pt-BR.json +2 -1
- package/app/javascript/src/translations/pt.json +2 -1
- package/app/javascript/src/translations/ro.json +2 -1
- package/app/javascript/src/translations/ru.json +2 -1
- package/app/javascript/src/translations/sk.json +2 -1
- package/app/javascript/src/translations/sl.json +2 -1
- package/app/javascript/src/translations/sv.json +2 -1
- package/app/javascript/src/translations/th.json +2 -1
- package/app/javascript/src/translations/tr.json +2 -1
- package/app/javascript/src/translations/uk.json +2 -1
- package/app/javascript/src/translations/vi.json +2 -1
- package/app/javascript/src/translations/zh-CN.json +2 -1
- package/app/javascript/src/translations/zh-TW.json +2 -1
- package/dist/BuildForm.js +57 -69
- package/dist/BuildForm.js.map +1 -1
- package/dist/cjs/BuildForm.js +57 -69
- package/dist/cjs/BuildForm.js.map +1 -1
- package/dist/cjs/index.js +1 -1
- package/dist/index.js +1 -1
- package/package.json +13 -13
package/dist/cjs/index.js
CHANGED
|
@@ -53,7 +53,6 @@ require('@bigbinary/neetoui/formik/Input');
|
|
|
53
53
|
require('yup');
|
|
54
54
|
require('@bigbinary/neetoui/formik/Radio');
|
|
55
55
|
require('@bigbinary/neetoui/Label');
|
|
56
|
-
require('@bigbinary/neeto-molecules/HelpPopover');
|
|
57
56
|
require('react-select/creatable');
|
|
58
57
|
require('@babel/runtime/helpers/toArray');
|
|
59
58
|
require('@bigbinary/neeto-icons/Close');
|
|
@@ -65,6 +64,7 @@ require('@bigbinary/neetoui/formik/Checkbox');
|
|
|
65
64
|
require('@bigbinary/neetoui/Checkbox');
|
|
66
65
|
require('@bigbinary/neeto-molecules/OptionFields');
|
|
67
66
|
require('@bigbinary/neetoui/Slider');
|
|
67
|
+
require('@bigbinary/neeto-molecules/HelpPopover');
|
|
68
68
|
require('@bigbinary/neeto-hotkeys');
|
|
69
69
|
require('@bigbinary/neeto-icons/Warning');
|
|
70
70
|
require('@bigbinary/neeto-molecules/PageLoader');
|
package/dist/index.js
CHANGED
|
@@ -51,7 +51,6 @@ import '@bigbinary/neetoui/formik/Input';
|
|
|
51
51
|
import 'yup';
|
|
52
52
|
import '@bigbinary/neetoui/formik/Radio';
|
|
53
53
|
import '@bigbinary/neetoui/Label';
|
|
54
|
-
import '@bigbinary/neeto-molecules/HelpPopover';
|
|
55
54
|
import 'react-select/creatable';
|
|
56
55
|
import '@babel/runtime/helpers/toArray';
|
|
57
56
|
import '@bigbinary/neeto-icons/Close';
|
|
@@ -63,6 +62,7 @@ import '@bigbinary/neetoui/formik/Checkbox';
|
|
|
63
62
|
import '@bigbinary/neetoui/Checkbox';
|
|
64
63
|
import '@bigbinary/neeto-molecules/OptionFields';
|
|
65
64
|
import '@bigbinary/neetoui/Slider';
|
|
65
|
+
import '@bigbinary/neeto-molecules/HelpPopover';
|
|
66
66
|
import '@bigbinary/neeto-hotkeys';
|
|
67
67
|
import '@bigbinary/neeto-icons/Warning';
|
|
68
68
|
import '@bigbinary/neeto-molecules/PageLoader';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bigbinary/neeto-form-frontend",
|
|
3
|
-
"version": "4.2.
|
|
3
|
+
"version": "4.2.6",
|
|
4
4
|
"description": "Neeto Form Engine Frontend",
|
|
5
5
|
"license": "UNLICENSED",
|
|
6
6
|
"homepage": "https://github.com/bigbinary/neeto-form-nano",
|
|
@@ -67,13 +67,13 @@
|
|
|
67
67
|
"@bigbinary/babel-preset-neeto": "^1.0.3",
|
|
68
68
|
"@bigbinary/eslint-plugin-neeto": "1.8.1",
|
|
69
69
|
"@bigbinary/neeto-cist": "1.0.17",
|
|
70
|
-
"@bigbinary/neeto-commons-frontend": "4.13.
|
|
71
|
-
"@bigbinary/neeto-editor": "1.47.
|
|
70
|
+
"@bigbinary/neeto-commons-frontend": "4.13.100",
|
|
71
|
+
"@bigbinary/neeto-editor": "1.47.90",
|
|
72
72
|
"@bigbinary/neeto-filters-frontend": "4.3.30",
|
|
73
73
|
"@bigbinary/neeto-hotkeys": "1.0.9",
|
|
74
74
|
"@bigbinary/neeto-icons": "1.20.80",
|
|
75
|
-
"@bigbinary/neeto-molecules": "4.1.
|
|
76
|
-
"@bigbinary/neetoui": "8.3.
|
|
75
|
+
"@bigbinary/neeto-molecules": "4.1.10",
|
|
76
|
+
"@bigbinary/neetoui": "8.3.74",
|
|
77
77
|
"@emotion/is-prop-valid": "1.2.0",
|
|
78
78
|
"@faker-js/faker": "8.2.0",
|
|
79
79
|
"@hello-pangea/dnd": "16.3.0",
|
|
@@ -93,7 +93,7 @@
|
|
|
93
93
|
"@tanstack/react-query-devtools": "5.59.20",
|
|
94
94
|
"antd": "5.22.1",
|
|
95
95
|
"autoprefixer": "^10.4.5",
|
|
96
|
-
"axios": "1.
|
|
96
|
+
"axios": "1.13.5",
|
|
97
97
|
"babel-loader": "^8.2.5",
|
|
98
98
|
"babel-plugin-istanbul": "^6.1.1",
|
|
99
99
|
"babel-plugin-js-logger": "1.0.17",
|
|
@@ -149,7 +149,7 @@
|
|
|
149
149
|
"prettier-plugin-tailwindcss": "^0.6.14",
|
|
150
150
|
"process": "0.11.10",
|
|
151
151
|
"prop-types": "15.8.1",
|
|
152
|
-
"qs": "6.14.
|
|
152
|
+
"qs": "6.14.2",
|
|
153
153
|
"ramda": "0.29.0",
|
|
154
154
|
"react": "18.3.1",
|
|
155
155
|
"react-dom": "18.3.1",
|
|
@@ -192,13 +192,13 @@
|
|
|
192
192
|
"peerDependencies": {
|
|
193
193
|
"@babel/runtime": "7.26.10",
|
|
194
194
|
"@bigbinary/neeto-cist": "1.0.17",
|
|
195
|
-
"@bigbinary/neeto-commons-frontend": "4.13.
|
|
196
|
-
"@bigbinary/neeto-editor": "1.47.
|
|
195
|
+
"@bigbinary/neeto-commons-frontend": "4.13.100",
|
|
196
|
+
"@bigbinary/neeto-editor": "1.47.90",
|
|
197
197
|
"@bigbinary/neeto-filters-frontend": "4.3.30",
|
|
198
198
|
"@bigbinary/neeto-hotkeys": "1.0.9",
|
|
199
199
|
"@bigbinary/neeto-icons": "1.20.80",
|
|
200
|
-
"@bigbinary/neeto-molecules": "4.1.
|
|
201
|
-
"@bigbinary/neetoui": "8.3.
|
|
200
|
+
"@bigbinary/neeto-molecules": "4.1.10",
|
|
201
|
+
"@bigbinary/neetoui": "8.3.74",
|
|
202
202
|
"@hello-pangea/dnd": "16.3.0",
|
|
203
203
|
"@honeybadger-io/js": "6.10.1",
|
|
204
204
|
"@honeybadger-io/react": "6.1.25",
|
|
@@ -207,7 +207,7 @@
|
|
|
207
207
|
"@tanstack/react-query": "5.59.20",
|
|
208
208
|
"@tanstack/react-query-devtools": "5.59.20",
|
|
209
209
|
"antd": "5.22.1",
|
|
210
|
-
"axios": "1.
|
|
210
|
+
"axios": "1.13.5",
|
|
211
211
|
"buffer": "^6.0.3",
|
|
212
212
|
"classnames": "2.5.1",
|
|
213
213
|
"crypto-browserify": "3.12.1",
|
|
@@ -221,7 +221,7 @@
|
|
|
221
221
|
"mixpanel-browser": "^2.45.0",
|
|
222
222
|
"os-browserify": "0.3.0",
|
|
223
223
|
"path-browserify": "^1.0.1",
|
|
224
|
-
"qs": "6.14.
|
|
224
|
+
"qs": "6.14.2",
|
|
225
225
|
"ramda": "0.29.0",
|
|
226
226
|
"react": "18.3.1",
|
|
227
227
|
"react-dom": "18.3.1",
|