@bigbinary/neeto-custom-domains-frontend 3.1.14 → 3.1.16
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 +9 -4
- package/app/javascript/src/translations/bg.json +9 -4
- package/app/javascript/src/translations/ca.json +9 -4
- package/app/javascript/src/translations/cs.json +9 -4
- package/app/javascript/src/translations/da.json +9 -4
- package/app/javascript/src/translations/de.json +9 -4
- package/app/javascript/src/translations/en.json +1 -1
- package/app/javascript/src/translations/es-MX.json +9 -4
- package/app/javascript/src/translations/es.json +9 -4
- package/app/javascript/src/translations/et.json +9 -4
- package/app/javascript/src/translations/fi.json +9 -4
- package/app/javascript/src/translations/fil.json +9 -4
- package/app/javascript/src/translations/fr.json +9 -4
- package/app/javascript/src/translations/he.json +9 -4
- package/app/javascript/src/translations/hi.json +9 -4
- package/app/javascript/src/translations/hr.json +9 -4
- package/app/javascript/src/translations/id.json +9 -4
- package/app/javascript/src/translations/it.json +9 -4
- package/app/javascript/src/translations/ja.json +9 -4
- package/app/javascript/src/translations/ko.json +9 -4
- package/app/javascript/src/translations/nl.json +9 -4
- package/app/javascript/src/translations/pl.json +9 -4
- package/app/javascript/src/translations/pt-BR.json +9 -4
- package/app/javascript/src/translations/pt.json +9 -4
- package/app/javascript/src/translations/ro.json +9 -4
- package/app/javascript/src/translations/ru.json +9 -4
- package/app/javascript/src/translations/sk.json +9 -4
- package/app/javascript/src/translations/sl.json +9 -4
- package/app/javascript/src/translations/sv.json +9 -4
- package/app/javascript/src/translations/th.json +9 -4
- package/app/javascript/src/translations/tr.json +9 -4
- package/app/javascript/src/translations/uk.json +9 -4
- package/app/javascript/src/translations/vi.json +9 -4
- package/app/javascript/src/translations/zh-CN.json +9 -4
- package/app/javascript/src/translations/zh-TW.json +9 -4
- package/dist/CustomDomain.js +14 -10
- package/dist/CustomDomain.js.map +1 -1
- package/dist/cjs/CustomDomain.js +14 -10
- package/dist/cjs/CustomDomain.js.map +1 -1
- package/dist/cjs/index.js +1 -1
- package/dist/index.js +1 -1
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -21,6 +21,7 @@ import '@bigbinary/neeto-molecules/CardLayout';
|
|
|
21
21
|
import '@bigbinary/neeto-molecules/MoreDropdown';
|
|
22
22
|
import '@bigbinary/neetoui/Button';
|
|
23
23
|
import '@bigbinary/neetoui/Typography';
|
|
24
|
+
import '@bigbinary/neetoui/Tooltip';
|
|
24
25
|
import '@bigbinary/neeto-icons/CheckCircle';
|
|
25
26
|
import '@bigbinary/neeto-icons/Warning2';
|
|
26
27
|
import '@bigbinary/neeto-icons/CloseCircle';
|
|
@@ -33,7 +34,6 @@ import '@bigbinary/neetoui/formik/Form';
|
|
|
33
34
|
import '@bigbinary/neetoui/formik/Radio';
|
|
34
35
|
import 'i18next';
|
|
35
36
|
import '@bigbinary/neetoui/Tag';
|
|
36
|
-
import '@bigbinary/neetoui/Tooltip';
|
|
37
37
|
import 'psl';
|
|
38
38
|
import 'ramda';
|
|
39
39
|
import 'yup';
|
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.16",
|
|
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",
|
|
@@ -65,7 +65,7 @@
|
|
|
65
65
|
"@bigbinary/neeto-filters-frontend": "4.3.28",
|
|
66
66
|
"@bigbinary/neeto-icons": "1.20.71",
|
|
67
67
|
"@bigbinary/neeto-molecules": "4.0.127",
|
|
68
|
-
"@bigbinary/neetoui": "8.3.
|
|
68
|
+
"@bigbinary/neetoui": "8.3.53",
|
|
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",
|
|
@@ -178,7 +178,7 @@
|
|
|
178
178
|
"@bigbinary/neeto-filters-frontend": "4.3.28",
|
|
179
179
|
"@bigbinary/neeto-icons": "1.20.71",
|
|
180
180
|
"@bigbinary/neeto-molecules": "4.0.127",
|
|
181
|
-
"@bigbinary/neetoui": "8.3.
|
|
181
|
+
"@bigbinary/neetoui": "8.3.53",
|
|
182
182
|
"@honeybadger-io/js": "6.10.1",
|
|
183
183
|
"@honeybadger-io/react": "6.1.25",
|
|
184
184
|
"@tanstack/react-query": "5.59.20",
|