@bigbinary/neeto-payments-frontend 3.0.24 → 3.0.25
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 +10 -1
- package/dist/SplitTransfersDashboard.js +96 -19
- package/dist/SplitTransfersDashboard.js.map +1 -1
- package/dist/cjs/SplitTransfersDashboard.js +115 -19
- package/dist/cjs/SplitTransfersDashboard.js.map +1 -1
- package/dist/cjs/index.js +4 -3
- package/dist/cjs/index.js.map +1 -1
- package/dist/index.js +4 -3
- package/dist/index.js.map +1 -1
- package/package.json +12 -12
package/dist/cjs/index.js
CHANGED
|
@@ -63,6 +63,10 @@ require('react-router-dom/cjs/react-router-dom');
|
|
|
63
63
|
require('@babel/runtime/helpers/asyncToGenerator');
|
|
64
64
|
require('@babel/runtime/regenerator');
|
|
65
65
|
require('./usePaymentApi-lZYye4u0.js');
|
|
66
|
+
require('@bigbinary/neetoui/formik/Form');
|
|
67
|
+
require('@bigbinary/neetoui/formik/Textarea');
|
|
68
|
+
require('@bigbinary/neetoui/formik/ActionBlock');
|
|
69
|
+
require('yup');
|
|
66
70
|
require('@bigbinary/neeto-molecules/HelpPopover');
|
|
67
71
|
require('@bigbinary/neetoui/Pane');
|
|
68
72
|
require('@bigbinary/neetoui/Dropdown');
|
|
@@ -70,9 +74,6 @@ require('neetointegrations/Demo');
|
|
|
70
74
|
require('neetointegrations/Modal');
|
|
71
75
|
require('@bigbinary/neetoui/Label');
|
|
72
76
|
require('@bigbinary/neetoui/formik/Select');
|
|
73
|
-
require('@bigbinary/neetoui/formik/Form');
|
|
74
|
-
require('@bigbinary/neetoui/formik/ActionBlock');
|
|
75
|
-
require('yup');
|
|
76
77
|
require('dompurify');
|
|
77
78
|
require('@bigbinary/neetoui/Radio');
|
|
78
79
|
require('neetointegrations/Finish');
|
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
|
@@ -61,6 +61,10 @@ import 'react-router-dom/cjs/react-router-dom';
|
|
|
61
61
|
import '@babel/runtime/helpers/asyncToGenerator';
|
|
62
62
|
import '@babel/runtime/regenerator';
|
|
63
63
|
import './usePaymentApi-4b6Udgmj.js';
|
|
64
|
+
import '@bigbinary/neetoui/formik/Form';
|
|
65
|
+
import '@bigbinary/neetoui/formik/Textarea';
|
|
66
|
+
import '@bigbinary/neetoui/formik/ActionBlock';
|
|
67
|
+
import 'yup';
|
|
64
68
|
import '@bigbinary/neeto-molecules/HelpPopover';
|
|
65
69
|
import '@bigbinary/neetoui/Pane';
|
|
66
70
|
import '@bigbinary/neetoui/Dropdown';
|
|
@@ -68,9 +72,6 @@ import 'neetointegrations/Demo';
|
|
|
68
72
|
import 'neetointegrations/Modal';
|
|
69
73
|
import '@bigbinary/neetoui/Label';
|
|
70
74
|
import '@bigbinary/neetoui/formik/Select';
|
|
71
|
-
import '@bigbinary/neetoui/formik/Form';
|
|
72
|
-
import '@bigbinary/neetoui/formik/ActionBlock';
|
|
73
|
-
import 'yup';
|
|
74
75
|
import 'dompurify';
|
|
75
76
|
import '@bigbinary/neetoui/Radio';
|
|
76
77
|
import 'neetointegrations/Finish';
|
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-payments-frontend",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.25",
|
|
4
4
|
"description": "To manage payments across the neeto products.",
|
|
5
5
|
"license": "UNLICENSED",
|
|
6
6
|
"homepage": "https://github.com/bigbinary/neeto-payments-nano",
|
|
@@ -59,12 +59,12 @@
|
|
|
59
59
|
"@bigbinary/babel-preset-neeto": "^1.0.3",
|
|
60
60
|
"@bigbinary/eslint-plugin-neeto": "1.5.5",
|
|
61
61
|
"@bigbinary/neeto-cist": "1.0.13",
|
|
62
|
-
"@bigbinary/neeto-commons-frontend": "4.
|
|
63
|
-
"@bigbinary/neeto-editor": "1.43.
|
|
64
|
-
"@bigbinary/neeto-filters-frontend": "4.3.
|
|
62
|
+
"@bigbinary/neeto-commons-frontend": "4.12.0",
|
|
63
|
+
"@bigbinary/neeto-editor": "1.43.20",
|
|
64
|
+
"@bigbinary/neeto-filters-frontend": "4.3.7",
|
|
65
65
|
"@bigbinary/neeto-icons": "1.20.13",
|
|
66
|
-
"@bigbinary/neeto-molecules": "3.9.
|
|
67
|
-
"@bigbinary/neetoui": "8.2.
|
|
66
|
+
"@bigbinary/neeto-molecules": "3.9.7",
|
|
67
|
+
"@bigbinary/neetoui": "8.2.35",
|
|
68
68
|
"@emotion/is-prop-valid": "1.2.0",
|
|
69
69
|
"@faker-js/faker": "8.2.0",
|
|
70
70
|
"@honeybadger-io/js": "^6.4.1",
|
|
@@ -143,7 +143,7 @@
|
|
|
143
143
|
"rollup": "^4.24.0",
|
|
144
144
|
"rollup-plugin-analyzer": "4.0.0",
|
|
145
145
|
"rollup-plugin-cleaner": "1.0.0",
|
|
146
|
-
"rollup-plugin-copy": "
|
|
146
|
+
"rollup-plugin-copy": "3.5.0",
|
|
147
147
|
"rollup-plugin-peer-deps-external": "2.2.4",
|
|
148
148
|
"rollup-plugin-styles": "4.0.0",
|
|
149
149
|
"sass": "^1.54.9",
|
|
@@ -168,12 +168,12 @@
|
|
|
168
168
|
"peerDependencies": {
|
|
169
169
|
"@babel/runtime": "7.19.0",
|
|
170
170
|
"@bigbinary/neeto-cist": "1.0.13",
|
|
171
|
-
"@bigbinary/neeto-commons-frontend": "4.
|
|
172
|
-
"@bigbinary/neeto-editor": "1.43.
|
|
173
|
-
"@bigbinary/neeto-filters-frontend": "4.3.
|
|
171
|
+
"@bigbinary/neeto-commons-frontend": "4.12.0",
|
|
172
|
+
"@bigbinary/neeto-editor": "1.43.20",
|
|
173
|
+
"@bigbinary/neeto-filters-frontend": "4.3.7",
|
|
174
174
|
"@bigbinary/neeto-icons": "1.20.13",
|
|
175
|
-
"@bigbinary/neeto-molecules": "3.9.
|
|
176
|
-
"@bigbinary/neetoui": "8.2.
|
|
175
|
+
"@bigbinary/neeto-molecules": "3.9.7",
|
|
176
|
+
"@bigbinary/neetoui": "8.2.35",
|
|
177
177
|
"@honeybadger-io/js": "^6.4.1",
|
|
178
178
|
"@honeybadger-io/react": "^6.1.3",
|
|
179
179
|
"@tanstack/react-query": "5.40.0",
|