@bigbinary/neeto-custom-domains-frontend 3.2.2 → 3.3.0
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/README.md +65 -8
- package/app/javascript/src/translations/en.json +7 -5
- package/dist/.ready +1 -0
- package/dist/CustomDomain.js +77 -46
- package/dist/CustomDomain.js.map +1 -1
- package/dist/cjs/CustomDomain.js +74 -43
- package/dist/cjs/CustomDomain.js.map +1 -1
- package/dist/cjs/index.js +3 -3
- package/dist/index.js +3 -3
- package/package.json +27 -27
package/dist/cjs/index.js
CHANGED
|
@@ -6,12 +6,12 @@ require('@babel/runtime/helpers/slicedToArray');
|
|
|
6
6
|
require('react');
|
|
7
7
|
require('@bigbinary/neeto-cist');
|
|
8
8
|
require('@bigbinary/neeto-commons-frontend/react-utils');
|
|
9
|
-
require('@bigbinary/neeto-molecules/Container');
|
|
10
9
|
require('@bigbinary/neetoui/Spinner');
|
|
11
10
|
require('@babel/runtime/helpers/defineProperty');
|
|
12
11
|
require('@tanstack/react-query');
|
|
13
12
|
require('@bigbinary/neeto-commons-frontend/react-utils/useMutationWithInvalidation');
|
|
14
13
|
require('axios');
|
|
14
|
+
require('@bigbinary/neeto-molecules/Container');
|
|
15
15
|
require('@bigbinary/neetoui/Alert');
|
|
16
16
|
require('react-i18next');
|
|
17
17
|
require('react/jsx-runtime');
|
|
@@ -19,11 +19,11 @@ require('classnames');
|
|
|
19
19
|
require('@bigbinary/neeto-commons-frontend/constants');
|
|
20
20
|
require('@bigbinary/neeto-icons/CustomDomain');
|
|
21
21
|
require('@bigbinary/neeto-icons/ExternalLink');
|
|
22
|
-
require('@bigbinary/neeto-molecules/CardLayout');
|
|
23
|
-
require('@bigbinary/neeto-molecules/MoreDropdown');
|
|
24
22
|
require('@bigbinary/neetoui/Button');
|
|
25
23
|
require('@bigbinary/neetoui/Typography');
|
|
26
24
|
require('@bigbinary/neetoui/Tooltip');
|
|
25
|
+
require('@bigbinary/neeto-molecules/CardLayout');
|
|
26
|
+
require('@bigbinary/neeto-molecules/MoreDropdown');
|
|
27
27
|
require('@bigbinary/neeto-icons/CheckCircle');
|
|
28
28
|
require('@bigbinary/neeto-icons/Warning2');
|
|
29
29
|
require('@bigbinary/neeto-icons/CloseCircle');
|
package/dist/index.js
CHANGED
|
@@ -4,12 +4,12 @@ import '@babel/runtime/helpers/slicedToArray';
|
|
|
4
4
|
import 'react';
|
|
5
5
|
import '@bigbinary/neeto-cist';
|
|
6
6
|
import '@bigbinary/neeto-commons-frontend/react-utils';
|
|
7
|
-
import '@bigbinary/neeto-molecules/Container';
|
|
8
7
|
import '@bigbinary/neetoui/Spinner';
|
|
9
8
|
import '@babel/runtime/helpers/defineProperty';
|
|
10
9
|
import '@tanstack/react-query';
|
|
11
10
|
import '@bigbinary/neeto-commons-frontend/react-utils/useMutationWithInvalidation';
|
|
12
11
|
import 'axios';
|
|
12
|
+
import '@bigbinary/neeto-molecules/Container';
|
|
13
13
|
import '@bigbinary/neetoui/Alert';
|
|
14
14
|
import 'react-i18next';
|
|
15
15
|
import 'react/jsx-runtime';
|
|
@@ -17,11 +17,11 @@ import 'classnames';
|
|
|
17
17
|
import '@bigbinary/neeto-commons-frontend/constants';
|
|
18
18
|
import '@bigbinary/neeto-icons/CustomDomain';
|
|
19
19
|
import '@bigbinary/neeto-icons/ExternalLink';
|
|
20
|
-
import '@bigbinary/neeto-molecules/CardLayout';
|
|
21
|
-
import '@bigbinary/neeto-molecules/MoreDropdown';
|
|
22
20
|
import '@bigbinary/neetoui/Button';
|
|
23
21
|
import '@bigbinary/neetoui/Typography';
|
|
24
22
|
import '@bigbinary/neetoui/Tooltip';
|
|
23
|
+
import '@bigbinary/neeto-molecules/CardLayout';
|
|
24
|
+
import '@bigbinary/neeto-molecules/MoreDropdown';
|
|
25
25
|
import '@bigbinary/neeto-icons/CheckCircle';
|
|
26
26
|
import '@bigbinary/neeto-icons/Warning2';
|
|
27
27
|
import '@bigbinary/neeto-icons/CloseCircle';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bigbinary/neeto-custom-domains-frontend",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.3.0",
|
|
4
4
|
"description": "A repo acts as the source of truth for the new nanos structure, configs, data etc.",
|
|
5
5
|
"license": "UNLICENSED",
|
|
6
6
|
"homepage": "https://github.com/bigbinary/neeto-custom-domains-nano",
|
|
@@ -56,22 +56,22 @@
|
|
|
56
56
|
"@babel/preset-env": "7.26.0",
|
|
57
57
|
"@babel/preset-react": "7.25.9",
|
|
58
58
|
"@babel/preset-typescript": "7.26.0",
|
|
59
|
-
"@babel/runtime": "7.
|
|
59
|
+
"@babel/runtime": "7.29.2",
|
|
60
60
|
"@bigbinary/babel-preset-neeto": "^1.0.3",
|
|
61
|
-
"@bigbinary/eslint-plugin-neeto": "1.
|
|
61
|
+
"@bigbinary/eslint-plugin-neeto": "1.9.0",
|
|
62
62
|
"@bigbinary/neeto-cist": "1.0.17",
|
|
63
|
-
"@bigbinary/neeto-commons-frontend": "4.13.
|
|
64
|
-
"@bigbinary/neeto-filters-frontend": "4.3.
|
|
65
|
-
"@bigbinary/neeto-icons": "1.20.
|
|
66
|
-
"@bigbinary/neeto-molecules": "
|
|
67
|
-
"@bigbinary/neetoui": "8.
|
|
63
|
+
"@bigbinary/neeto-commons-frontend": "4.13.127",
|
|
64
|
+
"@bigbinary/neeto-filters-frontend": "4.3.38",
|
|
65
|
+
"@bigbinary/neeto-icons": "1.20.89",
|
|
66
|
+
"@bigbinary/neeto-molecules": "5.1.12",
|
|
67
|
+
"@bigbinary/neetoui": "8.8.1",
|
|
68
68
|
"@emotion/is-prop-valid": "1.2.0",
|
|
69
69
|
"@faker-js/faker": "8.2.0",
|
|
70
70
|
"@honeybadger-io/js": "6.10.1",
|
|
71
71
|
"@honeybadger-io/react": "6.1.25",
|
|
72
72
|
"@rollup/plugin-alias": "5.1.1",
|
|
73
|
-
"@rollup/plugin-babel": "6.0
|
|
74
|
-
"@rollup/plugin-commonjs": "25.0.
|
|
73
|
+
"@rollup/plugin-babel": "6.1.0",
|
|
74
|
+
"@rollup/plugin-commonjs": "25.0.8",
|
|
75
75
|
"@rollup/plugin-image": "^3.0.3",
|
|
76
76
|
"@rollup/plugin-json": "6.1.0",
|
|
77
77
|
"@rollup/plugin-node-resolve": "15.3.0",
|
|
@@ -82,12 +82,12 @@
|
|
|
82
82
|
"@tanstack/react-query-devtools": "5.59.20",
|
|
83
83
|
"antd": "5.22.1",
|
|
84
84
|
"autoprefixer": "^10.4.5",
|
|
85
|
-
"axios": "1.
|
|
85
|
+
"axios": "1.16.0",
|
|
86
86
|
"babel-loader": "^8.2.5",
|
|
87
87
|
"babel-plugin-istanbul": "^6.1.1",
|
|
88
88
|
"babel-plugin-js-logger": "1.0.17",
|
|
89
89
|
"babel-plugin-macros": "3.1.0",
|
|
90
|
-
"babel-plugin-module-resolver": "
|
|
90
|
+
"babel-plugin-module-resolver": "5.0.3",
|
|
91
91
|
"babel-plugin-preval": "^5.1.0",
|
|
92
92
|
"babel-plugin-transform-react-remove-prop-types": "0.4.24",
|
|
93
93
|
"babel-preset-react": "6.24.1",
|
|
@@ -97,7 +97,7 @@
|
|
|
97
97
|
"classnames": "2.5.1",
|
|
98
98
|
"crypto-browserify": "3.12.1",
|
|
99
99
|
"css-loader": "6.8.1",
|
|
100
|
-
"dompurify": "
|
|
100
|
+
"dompurify": "3.4.1",
|
|
101
101
|
"dotenv-webpack": "^8.0.1",
|
|
102
102
|
"eslint": "^9.25.1",
|
|
103
103
|
"eslint-config-prettier": "^10.1.2",
|
|
@@ -110,7 +110,7 @@
|
|
|
110
110
|
"eslint-plugin-react": "^7.37.5",
|
|
111
111
|
"eslint-plugin-react-hooks": "^5.2.0",
|
|
112
112
|
"eslint-plugin-security": "^3.0.1",
|
|
113
|
-
"eslint-plugin-sonarjs": "^
|
|
113
|
+
"eslint-plugin-sonarjs": "^4.0.2",
|
|
114
114
|
"eslint-plugin-unused-imports": "^4.1.4",
|
|
115
115
|
"eslint-plugin-xss": "^0.1.12",
|
|
116
116
|
"formik": "2.4.6",
|
|
@@ -127,7 +127,7 @@
|
|
|
127
127
|
"mixpanel-browser": "2.47.0",
|
|
128
128
|
"os-browserify": "0.3.0",
|
|
129
129
|
"path-browserify": "^1.0.1",
|
|
130
|
-
"postcss": "8.
|
|
130
|
+
"postcss": "8.5.11",
|
|
131
131
|
"postcss-import": "^15.0.0",
|
|
132
132
|
"postcss-loader": "^7.0.1",
|
|
133
133
|
"postcss-preset-env": "7.8.2",
|
|
@@ -143,13 +143,13 @@
|
|
|
143
143
|
"react-i18next": "12.3.1",
|
|
144
144
|
"react-router-dom": "5.3.3",
|
|
145
145
|
"react-toastify": "8.0.2",
|
|
146
|
-
"rollup": "4.
|
|
146
|
+
"rollup": "4.59.0",
|
|
147
147
|
"rollup-plugin-analyzer": "4.0.0",
|
|
148
148
|
"rollup-plugin-cleaner": "1.0.0",
|
|
149
149
|
"rollup-plugin-copy": "3.5.0",
|
|
150
150
|
"rollup-plugin-peer-deps-external": "2.2.4",
|
|
151
151
|
"rollup-plugin-styles": "4.0.0",
|
|
152
|
-
"sass": "1.
|
|
152
|
+
"sass": "1.98.0",
|
|
153
153
|
"sass-loader": "^13.0.2",
|
|
154
154
|
"source-map-loader": "4.0.1",
|
|
155
155
|
"stream-browserify": "^3.0.0",
|
|
@@ -157,7 +157,7 @@
|
|
|
157
157
|
"style-loader": "^3.3.1",
|
|
158
158
|
"tailwindcss": "3.4.14",
|
|
159
159
|
"tty-browserify": "0.0.1",
|
|
160
|
-
"url": "
|
|
160
|
+
"url": "0.11.4",
|
|
161
161
|
"util": "^0.12.5",
|
|
162
162
|
"vm-browserify": "1.1.2",
|
|
163
163
|
"webpack": "5.94.0",
|
|
@@ -168,23 +168,23 @@
|
|
|
168
168
|
"zustand": "4.4.2"
|
|
169
169
|
},
|
|
170
170
|
"peerDependencies": {
|
|
171
|
-
"@babel/runtime": "7.
|
|
171
|
+
"@babel/runtime": "7.29.2",
|
|
172
172
|
"@bigbinary/neeto-cist": "1.0.17",
|
|
173
|
-
"@bigbinary/neeto-commons-frontend": "4.13.
|
|
174
|
-
"@bigbinary/neeto-filters-frontend": "4.3.
|
|
175
|
-
"@bigbinary/neeto-icons": "1.20.
|
|
176
|
-
"@bigbinary/neeto-molecules": "
|
|
177
|
-
"@bigbinary/neetoui": "8.
|
|
173
|
+
"@bigbinary/neeto-commons-frontend": "4.13.127",
|
|
174
|
+
"@bigbinary/neeto-filters-frontend": "4.3.38",
|
|
175
|
+
"@bigbinary/neeto-icons": "1.20.89",
|
|
176
|
+
"@bigbinary/neeto-molecules": "5.1.12",
|
|
177
|
+
"@bigbinary/neetoui": "8.8.1",
|
|
178
178
|
"@honeybadger-io/js": "6.10.1",
|
|
179
179
|
"@honeybadger-io/react": "6.1.25",
|
|
180
180
|
"@tanstack/react-query": "5.59.20",
|
|
181
181
|
"@tanstack/react-query-devtools": "5.59.20",
|
|
182
182
|
"antd": "5.22.1",
|
|
183
|
-
"axios": "1.
|
|
183
|
+
"axios": "1.16.0",
|
|
184
184
|
"buffer": "^6.0.3",
|
|
185
185
|
"classnames": "2.5.1",
|
|
186
186
|
"crypto-browserify": "3.12.1",
|
|
187
|
-
"dompurify": "
|
|
187
|
+
"dompurify": "3.4.1",
|
|
188
188
|
"formik": "2.4.6",
|
|
189
189
|
"https-browserify": "1.0.0",
|
|
190
190
|
"i18next": "22.5.1",
|
|
@@ -205,7 +205,7 @@
|
|
|
205
205
|
"stream-http": "3.2.0",
|
|
206
206
|
"tailwindcss": "3.4.14",
|
|
207
207
|
"tty-browserify": "0.0.1",
|
|
208
|
-
"url": "
|
|
208
|
+
"url": "0.11.4",
|
|
209
209
|
"util": "^0.12.5",
|
|
210
210
|
"vm-browserify": "1.1.2",
|
|
211
211
|
"yup": "0.32.11",
|