@bigbinary/neeto-custom-domains-frontend 3.3.0 → 3.3.2

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.
Files changed (44) hide show
  1. package/app/javascript/src/translations/ar.json +14 -7
  2. package/app/javascript/src/translations/bg.json +14 -7
  3. package/app/javascript/src/translations/ca.json +14 -7
  4. package/app/javascript/src/translations/cs.json +14 -7
  5. package/app/javascript/src/translations/da.json +14 -7
  6. package/app/javascript/src/translations/de.json +14 -7
  7. package/app/javascript/src/translations/en.json +4 -0
  8. package/app/javascript/src/translations/es-MX.json +14 -7
  9. package/app/javascript/src/translations/es.json +14 -7
  10. package/app/javascript/src/translations/et.json +14 -7
  11. package/app/javascript/src/translations/fi.json +14 -7
  12. package/app/javascript/src/translations/fil.json +14 -7
  13. package/app/javascript/src/translations/fr.json +14 -7
  14. package/app/javascript/src/translations/he.json +14 -7
  15. package/app/javascript/src/translations/hi.json +14 -7
  16. package/app/javascript/src/translations/hr.json +14 -7
  17. package/app/javascript/src/translations/hu.json +13 -6
  18. package/app/javascript/src/translations/id.json +14 -7
  19. package/app/javascript/src/translations/it.json +14 -7
  20. package/app/javascript/src/translations/ja.json +14 -7
  21. package/app/javascript/src/translations/ko.json +14 -7
  22. package/app/javascript/src/translations/nl.json +14 -7
  23. package/app/javascript/src/translations/pl.json +14 -7
  24. package/app/javascript/src/translations/pt-BR.json +14 -7
  25. package/app/javascript/src/translations/pt.json +14 -7
  26. package/app/javascript/src/translations/ro.json +14 -7
  27. package/app/javascript/src/translations/ru.json +14 -7
  28. package/app/javascript/src/translations/sk.json +14 -7
  29. package/app/javascript/src/translations/sl.json +14 -7
  30. package/app/javascript/src/translations/sv.json +14 -7
  31. package/app/javascript/src/translations/th.json +14 -7
  32. package/app/javascript/src/translations/tr.json +14 -7
  33. package/app/javascript/src/translations/uk.json +14 -7
  34. package/app/javascript/src/translations/vi.json +14 -7
  35. package/app/javascript/src/translations/zh-CN.json +14 -7
  36. package/app/javascript/src/translations/zh-TW.json +14 -7
  37. package/dist/.ready +1 -1
  38. package/dist/CustomDomain.js +53 -26
  39. package/dist/CustomDomain.js.map +1 -1
  40. package/dist/cjs/CustomDomain.js +53 -26
  41. package/dist/cjs/CustomDomain.js.map +1 -1
  42. package/dist/cjs/index.js +5 -5
  43. package/dist/index.js +5 -5
  44. package/package.json +1 -1
package/dist/cjs/index.js CHANGED
@@ -6,14 +6,18 @@ 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/neetoui/Callout');
9
10
  require('@bigbinary/neetoui/Spinner');
11
+ require('react-i18next');
10
12
  require('@babel/runtime/helpers/defineProperty');
11
13
  require('@tanstack/react-query');
12
14
  require('@bigbinary/neeto-commons-frontend/react-utils/useMutationWithInvalidation');
13
15
  require('axios');
14
16
  require('@bigbinary/neeto-molecules/Container');
17
+ require('@bigbinary/neeto-icons/CheckCircle');
18
+ require('@bigbinary/neeto-icons/Warning2');
19
+ require('@bigbinary/neeto-icons/CloseCircle');
15
20
  require('@bigbinary/neetoui/Alert');
16
- require('react-i18next');
17
21
  require('react/jsx-runtime');
18
22
  require('classnames');
19
23
  require('@bigbinary/neeto-commons-frontend/constants');
@@ -24,12 +28,8 @@ require('@bigbinary/neetoui/Typography');
24
28
  require('@bigbinary/neetoui/Tooltip');
25
29
  require('@bigbinary/neeto-molecules/CardLayout');
26
30
  require('@bigbinary/neeto-molecules/MoreDropdown');
27
- require('@bigbinary/neeto-icons/CheckCircle');
28
- require('@bigbinary/neeto-icons/Warning2');
29
- require('@bigbinary/neeto-icons/CloseCircle');
30
31
  require('@bigbinary/neetoui/Pane');
31
32
  require('@bigbinary/neetoui/Stepper');
32
- require('@bigbinary/neetoui/Callout');
33
33
  require('@bigbinary/neetoui/formik/ActionBlock');
34
34
  require('@bigbinary/neetoui/formik/Input');
35
35
  require('@bigbinary/neetoui/formik/Form');
package/dist/index.js CHANGED
@@ -4,14 +4,18 @@ 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/neetoui/Callout';
7
8
  import '@bigbinary/neetoui/Spinner';
9
+ import 'react-i18next';
8
10
  import '@babel/runtime/helpers/defineProperty';
9
11
  import '@tanstack/react-query';
10
12
  import '@bigbinary/neeto-commons-frontend/react-utils/useMutationWithInvalidation';
11
13
  import 'axios';
12
14
  import '@bigbinary/neeto-molecules/Container';
15
+ import '@bigbinary/neeto-icons/CheckCircle';
16
+ import '@bigbinary/neeto-icons/Warning2';
17
+ import '@bigbinary/neeto-icons/CloseCircle';
13
18
  import '@bigbinary/neetoui/Alert';
14
- import 'react-i18next';
15
19
  import 'react/jsx-runtime';
16
20
  import 'classnames';
17
21
  import '@bigbinary/neeto-commons-frontend/constants';
@@ -22,12 +26,8 @@ import '@bigbinary/neetoui/Typography';
22
26
  import '@bigbinary/neetoui/Tooltip';
23
27
  import '@bigbinary/neeto-molecules/CardLayout';
24
28
  import '@bigbinary/neeto-molecules/MoreDropdown';
25
- import '@bigbinary/neeto-icons/CheckCircle';
26
- import '@bigbinary/neeto-icons/Warning2';
27
- import '@bigbinary/neeto-icons/CloseCircle';
28
29
  import '@bigbinary/neetoui/Pane';
29
30
  import '@bigbinary/neetoui/Stepper';
30
- import '@bigbinary/neetoui/Callout';
31
31
  import '@bigbinary/neetoui/formik/ActionBlock';
32
32
  import '@bigbinary/neetoui/formik/Input';
33
33
  import '@bigbinary/neetoui/formik/Form';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bigbinary/neeto-custom-domains-frontend",
3
- "version": "3.3.0",
3
+ "version": "3.3.2",
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",