@bigbinary/neeto-custom-domains-frontend 3.1.13 → 3.1.14
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 +8 -3
- package/dist/CustomDomain.js +149 -114
- package/dist/CustomDomain.js.map +1 -1
- package/dist/cjs/CustomDomain.js +149 -114
- package/dist/cjs/CustomDomain.js.map +1 -1
- package/dist/cjs/index.js +8 -5
- package/dist/cjs/index.js.map +1 -1
- package/dist/index.js +8 -5
- package/dist/index.js.map +1 -1
- package/package.json +11 -11
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
|
@@ -13,16 +13,17 @@ import 'axios';
|
|
|
13
13
|
import '@bigbinary/neetoui/Alert';
|
|
14
14
|
import 'react-i18next';
|
|
15
15
|
import 'react/jsx-runtime';
|
|
16
|
+
import 'classnames';
|
|
16
17
|
import '@bigbinary/neeto-commons-frontend/constants';
|
|
17
|
-
import '@bigbinary/neeto-
|
|
18
|
-
import '@bigbinary/neeto-icons/
|
|
18
|
+
import '@bigbinary/neeto-icons/CustomDomain';
|
|
19
|
+
import '@bigbinary/neeto-icons/ExternalLink';
|
|
19
20
|
import '@bigbinary/neeto-molecules/CardLayout';
|
|
20
21
|
import '@bigbinary/neeto-molecules/MoreDropdown';
|
|
21
22
|
import '@bigbinary/neetoui/Button';
|
|
22
23
|
import '@bigbinary/neetoui/Typography';
|
|
23
|
-
import '@bigbinary/
|
|
24
|
-
import '@bigbinary/
|
|
25
|
-
import '@bigbinary/
|
|
24
|
+
import '@bigbinary/neeto-icons/CheckCircle';
|
|
25
|
+
import '@bigbinary/neeto-icons/Warning2';
|
|
26
|
+
import '@bigbinary/neeto-icons/CloseCircle';
|
|
26
27
|
import '@bigbinary/neetoui/Pane';
|
|
27
28
|
import '@bigbinary/neetoui/Stepper';
|
|
28
29
|
import '@bigbinary/neetoui/Callout';
|
|
@@ -31,6 +32,8 @@ import '@bigbinary/neetoui/formik/Input';
|
|
|
31
32
|
import '@bigbinary/neetoui/formik/Form';
|
|
32
33
|
import '@bigbinary/neetoui/formik/Radio';
|
|
33
34
|
import 'i18next';
|
|
35
|
+
import '@bigbinary/neetoui/Tag';
|
|
36
|
+
import '@bigbinary/neetoui/Tooltip';
|
|
34
37
|
import 'psl';
|
|
35
38
|
import 'ramda';
|
|
36
39
|
import 'yup';
|
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.1.
|
|
3
|
+
"version": "3.1.14",
|
|
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",
|
|
@@ -61,11 +61,11 @@
|
|
|
61
61
|
"@bigbinary/eslint-plugin-neeto": "1.8.0",
|
|
62
62
|
"@bigbinary/neeto-audit-frontend": "2.3.1",
|
|
63
63
|
"@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": "4.0.
|
|
68
|
-
"@bigbinary/neetoui": "8.3.
|
|
64
|
+
"@bigbinary/neeto-commons-frontend": "4.13.91",
|
|
65
|
+
"@bigbinary/neeto-filters-frontend": "4.3.28",
|
|
66
|
+
"@bigbinary/neeto-icons": "1.20.71",
|
|
67
|
+
"@bigbinary/neeto-molecules": "4.0.127",
|
|
68
|
+
"@bigbinary/neetoui": "8.3.51",
|
|
69
69
|
"@emotion/is-prop-valid": "1.2.0",
|
|
70
70
|
"@faker-js/faker": "8.2.0",
|
|
71
71
|
"@honeybadger-io/js": "6.10.1",
|
|
@@ -174,11 +174,11 @@
|
|
|
174
174
|
"peerDependencies": {
|
|
175
175
|
"@babel/runtime": "7.26.10",
|
|
176
176
|
"@bigbinary/neeto-cist": "1.0.17",
|
|
177
|
-
"@bigbinary/neeto-commons-frontend": "4.13.
|
|
178
|
-
"@bigbinary/neeto-filters-frontend": "4.3.
|
|
179
|
-
"@bigbinary/neeto-icons": "1.20.
|
|
180
|
-
"@bigbinary/neeto-molecules": "4.0.
|
|
181
|
-
"@bigbinary/neetoui": "8.3.
|
|
177
|
+
"@bigbinary/neeto-commons-frontend": "4.13.91",
|
|
178
|
+
"@bigbinary/neeto-filters-frontend": "4.3.28",
|
|
179
|
+
"@bigbinary/neeto-icons": "1.20.71",
|
|
180
|
+
"@bigbinary/neeto-molecules": "4.0.127",
|
|
181
|
+
"@bigbinary/neetoui": "8.3.51",
|
|
182
182
|
"@honeybadger-io/js": "6.10.1",
|
|
183
183
|
"@honeybadger-io/react": "6.1.25",
|
|
184
184
|
"@tanstack/react-query": "5.59.20",
|