@bigbinary/neeto-custom-domains-frontend 3.2.1 → 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 +704 -9710
- package/dist/CustomDomain.js.map +1 -1
- package/dist/cjs/CustomDomain.js +701 -9707
- package/dist/cjs/CustomDomain.js.map +1 -1
- package/dist/cjs/index.js +3 -5
- package/dist/cjs/index.js.map +1 -1
- package/dist/index.js +3 -5
- package/dist/index.js.map +1 -1
- package/package.json +30 -32
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');
|
|
@@ -36,8 +36,6 @@ require('@bigbinary/neetoui/formik/Form');
|
|
|
36
36
|
require('@bigbinary/neetoui/formik/Radio');
|
|
37
37
|
require('i18next');
|
|
38
38
|
require('@bigbinary/neetoui/Tag');
|
|
39
|
-
require('punycode');
|
|
40
|
-
require('ramda');
|
|
41
39
|
require('yup');
|
|
42
40
|
require('@bigbinary/neetoui/Table');
|
|
43
41
|
require('@bigbinary/neetoui/Toastr');
|
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
|
@@ -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';
|
|
@@ -34,8 +34,6 @@ import '@bigbinary/neetoui/formik/Form';
|
|
|
34
34
|
import '@bigbinary/neetoui/formik/Radio';
|
|
35
35
|
import 'i18next';
|
|
36
36
|
import '@bigbinary/neetoui/Tag';
|
|
37
|
-
import 'punycode';
|
|
38
|
-
import 'ramda';
|
|
39
37
|
import 'yup';
|
|
40
38
|
import '@bigbinary/neetoui/Table';
|
|
41
39
|
import '@bigbinary/neetoui/Toastr';
|
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-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",
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"scripts": {
|
|
33
33
|
"build": "NODE_ENV=production rollup --bundleConfigAsCjs -c --environment production",
|
|
34
34
|
"build-preview": "NODE_ENV=production webpack",
|
|
35
|
-
"prepare": "husky install",
|
|
35
|
+
"prepare": "npx husky install",
|
|
36
36
|
"release": "yarn build && yalc push --sig"
|
|
37
37
|
},
|
|
38
38
|
"lint-staged": {
|
|
@@ -56,23 +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.
|
|
62
|
-
"@bigbinary/neeto-audit-frontend": "2.4.1",
|
|
61
|
+
"@bigbinary/eslint-plugin-neeto": "1.9.0",
|
|
63
62
|
"@bigbinary/neeto-cist": "1.0.17",
|
|
64
|
-
"@bigbinary/neeto-commons-frontend": "4.13.
|
|
65
|
-
"@bigbinary/neeto-filters-frontend": "4.3.
|
|
66
|
-
"@bigbinary/neeto-icons": "1.20.
|
|
67
|
-
"@bigbinary/neeto-molecules": "
|
|
68
|
-
"@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",
|
|
69
68
|
"@emotion/is-prop-valid": "1.2.0",
|
|
70
69
|
"@faker-js/faker": "8.2.0",
|
|
71
70
|
"@honeybadger-io/js": "6.10.1",
|
|
72
71
|
"@honeybadger-io/react": "6.1.25",
|
|
73
72
|
"@rollup/plugin-alias": "5.1.1",
|
|
74
|
-
"@rollup/plugin-babel": "6.0
|
|
75
|
-
"@rollup/plugin-commonjs": "25.0.
|
|
73
|
+
"@rollup/plugin-babel": "6.1.0",
|
|
74
|
+
"@rollup/plugin-commonjs": "25.0.8",
|
|
76
75
|
"@rollup/plugin-image": "^3.0.3",
|
|
77
76
|
"@rollup/plugin-json": "6.1.0",
|
|
78
77
|
"@rollup/plugin-node-resolve": "15.3.0",
|
|
@@ -83,12 +82,12 @@
|
|
|
83
82
|
"@tanstack/react-query-devtools": "5.59.20",
|
|
84
83
|
"antd": "5.22.1",
|
|
85
84
|
"autoprefixer": "^10.4.5",
|
|
86
|
-
"axios": "1.
|
|
85
|
+
"axios": "1.16.0",
|
|
87
86
|
"babel-loader": "^8.2.5",
|
|
88
87
|
"babel-plugin-istanbul": "^6.1.1",
|
|
89
88
|
"babel-plugin-js-logger": "1.0.17",
|
|
90
89
|
"babel-plugin-macros": "3.1.0",
|
|
91
|
-
"babel-plugin-module-resolver": "
|
|
90
|
+
"babel-plugin-module-resolver": "5.0.3",
|
|
92
91
|
"babel-plugin-preval": "^5.1.0",
|
|
93
92
|
"babel-plugin-transform-react-remove-prop-types": "0.4.24",
|
|
94
93
|
"babel-preset-react": "6.24.1",
|
|
@@ -98,7 +97,7 @@
|
|
|
98
97
|
"classnames": "2.5.1",
|
|
99
98
|
"crypto-browserify": "3.12.1",
|
|
100
99
|
"css-loader": "6.8.1",
|
|
101
|
-
"dompurify": "
|
|
100
|
+
"dompurify": "3.4.1",
|
|
102
101
|
"dotenv-webpack": "^8.0.1",
|
|
103
102
|
"eslint": "^9.25.1",
|
|
104
103
|
"eslint-config-prettier": "^10.1.2",
|
|
@@ -111,7 +110,7 @@
|
|
|
111
110
|
"eslint-plugin-react": "^7.37.5",
|
|
112
111
|
"eslint-plugin-react-hooks": "^5.2.0",
|
|
113
112
|
"eslint-plugin-security": "^3.0.1",
|
|
114
|
-
"eslint-plugin-sonarjs": "^
|
|
113
|
+
"eslint-plugin-sonarjs": "^4.0.2",
|
|
115
114
|
"eslint-plugin-unused-imports": "^4.1.4",
|
|
116
115
|
"eslint-plugin-xss": "^0.1.12",
|
|
117
116
|
"formik": "2.4.6",
|
|
@@ -128,14 +127,13 @@
|
|
|
128
127
|
"mixpanel-browser": "2.47.0",
|
|
129
128
|
"os-browserify": "0.3.0",
|
|
130
129
|
"path-browserify": "^1.0.1",
|
|
131
|
-
"postcss": "8.
|
|
130
|
+
"postcss": "8.5.11",
|
|
132
131
|
"postcss-import": "^15.0.0",
|
|
133
132
|
"postcss-loader": "^7.0.1",
|
|
134
133
|
"postcss-preset-env": "7.8.2",
|
|
135
134
|
"prettier": "3",
|
|
136
135
|
"prettier-plugin-tailwindcss": "0.6.14",
|
|
137
136
|
"process": "0.11.10",
|
|
138
|
-
"psl": "^1.9.0",
|
|
139
137
|
"punycode": "^2.3.1",
|
|
140
138
|
"qs": "6.15.0",
|
|
141
139
|
"ramda": "0.29.0",
|
|
@@ -145,14 +143,13 @@
|
|
|
145
143
|
"react-i18next": "12.3.1",
|
|
146
144
|
"react-router-dom": "5.3.3",
|
|
147
145
|
"react-toastify": "8.0.2",
|
|
148
|
-
"
|
|
149
|
-
"rollup": "4.25.0",
|
|
146
|
+
"rollup": "4.59.0",
|
|
150
147
|
"rollup-plugin-analyzer": "4.0.0",
|
|
151
148
|
"rollup-plugin-cleaner": "1.0.0",
|
|
152
149
|
"rollup-plugin-copy": "3.5.0",
|
|
153
150
|
"rollup-plugin-peer-deps-external": "2.2.4",
|
|
154
151
|
"rollup-plugin-styles": "4.0.0",
|
|
155
|
-
"sass": "1.
|
|
152
|
+
"sass": "1.98.0",
|
|
156
153
|
"sass-loader": "^13.0.2",
|
|
157
154
|
"source-map-loader": "4.0.1",
|
|
158
155
|
"stream-browserify": "^3.0.0",
|
|
@@ -160,7 +157,7 @@
|
|
|
160
157
|
"style-loader": "^3.3.1",
|
|
161
158
|
"tailwindcss": "3.4.14",
|
|
162
159
|
"tty-browserify": "0.0.1",
|
|
163
|
-
"url": "
|
|
160
|
+
"url": "0.11.4",
|
|
164
161
|
"util": "^0.12.5",
|
|
165
162
|
"vm-browserify": "1.1.2",
|
|
166
163
|
"webpack": "5.94.0",
|
|
@@ -171,23 +168,23 @@
|
|
|
171
168
|
"zustand": "4.4.2"
|
|
172
169
|
},
|
|
173
170
|
"peerDependencies": {
|
|
174
|
-
"@babel/runtime": "7.
|
|
171
|
+
"@babel/runtime": "7.29.2",
|
|
175
172
|
"@bigbinary/neeto-cist": "1.0.17",
|
|
176
|
-
"@bigbinary/neeto-commons-frontend": "4.13.
|
|
177
|
-
"@bigbinary/neeto-filters-frontend": "4.3.
|
|
178
|
-
"@bigbinary/neeto-icons": "1.20.
|
|
179
|
-
"@bigbinary/neeto-molecules": "
|
|
180
|
-
"@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",
|
|
181
178
|
"@honeybadger-io/js": "6.10.1",
|
|
182
179
|
"@honeybadger-io/react": "6.1.25",
|
|
183
180
|
"@tanstack/react-query": "5.59.20",
|
|
184
181
|
"@tanstack/react-query-devtools": "5.59.20",
|
|
185
182
|
"antd": "5.22.1",
|
|
186
|
-
"axios": "1.
|
|
183
|
+
"axios": "1.16.0",
|
|
187
184
|
"buffer": "^6.0.3",
|
|
188
185
|
"classnames": "2.5.1",
|
|
189
186
|
"crypto-browserify": "3.12.1",
|
|
190
|
-
"dompurify": "
|
|
187
|
+
"dompurify": "3.4.1",
|
|
191
188
|
"formik": "2.4.6",
|
|
192
189
|
"https-browserify": "1.0.0",
|
|
193
190
|
"i18next": "22.5.1",
|
|
@@ -208,7 +205,7 @@
|
|
|
208
205
|
"stream-http": "3.2.0",
|
|
209
206
|
"tailwindcss": "3.4.14",
|
|
210
207
|
"tty-browserify": "0.0.1",
|
|
211
|
-
"url": "
|
|
208
|
+
"url": "0.11.4",
|
|
212
209
|
"util": "^0.12.5",
|
|
213
210
|
"vm-browserify": "1.1.2",
|
|
214
211
|
"yup": "0.32.11",
|
|
@@ -229,6 +226,7 @@
|
|
|
229
226
|
"dependencies": {
|
|
230
227
|
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
|
|
231
228
|
"babel-plugin-transform-imports": "^2.0.0",
|
|
232
|
-
"react-router-nav-prompt": "0.4.1"
|
|
229
|
+
"react-router-nav-prompt": "0.4.1",
|
|
230
|
+
"tldts": "^7.0.25"
|
|
233
231
|
}
|
|
234
232
|
}
|