@bigbinary/neeto-themes-frontend 3.1.32 → 3.1.33

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 (42) hide show
  1. package/app/javascript/src/translations/ar.json +2 -1
  2. package/app/javascript/src/translations/bg.json +2 -1
  3. package/app/javascript/src/translations/ca.json +2 -1
  4. package/app/javascript/src/translations/cs.json +2 -1
  5. package/app/javascript/src/translations/da.json +2 -1
  6. package/app/javascript/src/translations/de.json +2 -1
  7. package/app/javascript/src/translations/es-MX.json +2 -1
  8. package/app/javascript/src/translations/es.json +2 -1
  9. package/app/javascript/src/translations/et.json +2 -1
  10. package/app/javascript/src/translations/fi.json +2 -1
  11. package/app/javascript/src/translations/fil.json +2 -1
  12. package/app/javascript/src/translations/fr.json +2 -1
  13. package/app/javascript/src/translations/hi.json +2 -1
  14. package/app/javascript/src/translations/hr.json +2 -1
  15. package/app/javascript/src/translations/id.json +2 -1
  16. package/app/javascript/src/translations/it.json +2 -1
  17. package/app/javascript/src/translations/ja.json +2 -1
  18. package/app/javascript/src/translations/ko.json +2 -1
  19. package/app/javascript/src/translations/nl.json +2 -1
  20. package/app/javascript/src/translations/pl.json +2 -1
  21. package/app/javascript/src/translations/pt-BR.json +2 -1
  22. package/app/javascript/src/translations/pt.json +2 -1
  23. package/app/javascript/src/translations/ro.json +2 -1
  24. package/app/javascript/src/translations/ru.json +2 -1
  25. package/app/javascript/src/translations/sk.json +2 -1
  26. package/app/javascript/src/translations/sl.json +2 -1
  27. package/app/javascript/src/translations/sv.json +2 -1
  28. package/app/javascript/src/translations/th.json +2 -1
  29. package/app/javascript/src/translations/tr.json +2 -1
  30. package/app/javascript/src/translations/uk.json +2 -1
  31. package/app/javascript/src/translations/vi.json +2 -1
  32. package/app/javascript/src/translations/zh-CN.json +2 -1
  33. package/app/javascript/src/translations/zh-TW.json +2 -1
  34. package/dist/NeetoThemesBuilder.js +18 -12
  35. package/dist/NeetoThemesBuilder.js.map +1 -1
  36. package/dist/cjs/NeetoThemesBuilder.js +20 -14
  37. package/dist/cjs/NeetoThemesBuilder.js.map +1 -1
  38. package/dist/cjs/index.js +3 -1
  39. package/dist/cjs/index.js.map +1 -1
  40. package/dist/index.js +3 -1
  41. package/dist/index.js.map +1 -1
  42. package/package.json +9 -9
package/dist/cjs/index.js CHANGED
@@ -31,10 +31,11 @@ require('@bigbinary/neetoui/formik/BlockNavigation');
31
31
  require('ramda');
32
32
  require('formik');
33
33
  require('react/jsx-runtime');
34
+ require('i18next');
34
35
  require('@bigbinary/neeto-icons/Right');
36
+ require('@bigbinary/neeto-icons/Left');
35
37
  require('@bigbinary/neeto-molecules/HelpPopover');
36
38
  require('@bigbinary/neetoui/formik/Radio');
37
- require('i18next');
38
39
  require('@bigbinary/neeto-icons/CenterAlign');
39
40
  require('@bigbinary/neeto-icons/LeftAlign');
40
41
  require('@bigbinary/neetoui/ColorPicker');
@@ -51,6 +52,7 @@ require('@bigbinary/neeto-icons/Rating');
51
52
  require('@bigbinary/neeto-molecules/MoreDropdown');
52
53
  require('@bigbinary/neeto-icons/LeftArrow');
53
54
  require('@bigbinary/neeto-icons/Plus');
55
+ require('@bigbinary/neeto-icons/RightArrow');
54
56
  require('zustand');
55
57
  require('yup');
56
58
 
@@ -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
@@ -29,10 +29,11 @@ import '@bigbinary/neetoui/formik/BlockNavigation';
29
29
  import 'ramda';
30
30
  import 'formik';
31
31
  import 'react/jsx-runtime';
32
+ import 'i18next';
32
33
  import '@bigbinary/neeto-icons/Right';
34
+ import '@bigbinary/neeto-icons/Left';
33
35
  import '@bigbinary/neeto-molecules/HelpPopover';
34
36
  import '@bigbinary/neetoui/formik/Radio';
35
- import 'i18next';
36
37
  import '@bigbinary/neeto-icons/CenterAlign';
37
38
  import '@bigbinary/neeto-icons/LeftAlign';
38
39
  import '@bigbinary/neetoui/ColorPicker';
@@ -49,6 +50,7 @@ import '@bigbinary/neeto-icons/Rating';
49
50
  import '@bigbinary/neeto-molecules/MoreDropdown';
50
51
  import '@bigbinary/neeto-icons/LeftArrow';
51
52
  import '@bigbinary/neeto-icons/Plus';
53
+ import '@bigbinary/neeto-icons/RightArrow';
52
54
  import 'zustand';
53
55
  import 'yup';
54
56
  //# sourceMappingURL=index.js.map
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-themes-frontend",
3
- "version": "3.1.32",
3
+ "version": "3.1.33",
4
4
  "description": "A repo acts as the source of truth for the new nano's structure, configs, data etc.",
5
5
  "license": "UNLICENSED",
6
6
  "homepage": "https://github.com/bigbinary/neeto-themes-nano",
@@ -63,12 +63,12 @@
63
63
  "@bigbinary/babel-preset-neeto": "^1.0.3",
64
64
  "@bigbinary/eslint-plugin-neeto": "1.8.0",
65
65
  "@bigbinary/neeto-cist": "1.0.17",
66
- "@bigbinary/neeto-commons-frontend": "4.13.80",
66
+ "@bigbinary/neeto-commons-frontend": "4.13.83",
67
67
  "@bigbinary/neeto-filters-frontend": "4.3.24",
68
- "@bigbinary/neeto-icons": "1.20.62",
68
+ "@bigbinary/neeto-icons": "1.20.63",
69
69
  "@bigbinary/neeto-image-uploader-frontend": "2.3.30",
70
- "@bigbinary/neeto-molecules": "4.0.90",
71
- "@bigbinary/neetoui": "8.3.42",
70
+ "@bigbinary/neeto-molecules": "4.0.91",
71
+ "@bigbinary/neetoui": "8.3.43",
72
72
  "@emotion/is-prop-valid": "1.2.0",
73
73
  "@faker-js/faker": "8.2.0",
74
74
  "@honeybadger-io/js": "6.10.1",
@@ -174,12 +174,12 @@
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.80",
177
+ "@bigbinary/neeto-commons-frontend": "4.13.83",
178
178
  "@bigbinary/neeto-filters-frontend": "4.3.24",
179
- "@bigbinary/neeto-icons": "1.20.62",
179
+ "@bigbinary/neeto-icons": "1.20.63",
180
180
  "@bigbinary/neeto-image-uploader-frontend": "2.3.30",
181
- "@bigbinary/neeto-molecules": "4.0.90",
182
- "@bigbinary/neetoui": "8.3.42",
181
+ "@bigbinary/neeto-molecules": "4.0.91",
182
+ "@bigbinary/neetoui": "8.3.43",
183
183
  "@honeybadger-io/js": "6.10.1",
184
184
  "@honeybadger-io/react": "6.1.25",
185
185
  "@monaco-editor/react": "4.6.0",