@bigbinary/neeto-themes-frontend 3.1.23 → 3.1.25

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 (43) hide show
  1. package/app/javascript/src/translations/ar.json +6 -1
  2. package/app/javascript/src/translations/bg.json +6 -1
  3. package/app/javascript/src/translations/ca.json +6 -1
  4. package/app/javascript/src/translations/cs.json +6 -1
  5. package/app/javascript/src/translations/da.json +6 -1
  6. package/app/javascript/src/translations/de.json +6 -1
  7. package/app/javascript/src/translations/en.json +7 -0
  8. package/app/javascript/src/translations/es-MX.json +6 -1
  9. package/app/javascript/src/translations/es.json +6 -1
  10. package/app/javascript/src/translations/et.json +6 -1
  11. package/app/javascript/src/translations/fi.json +6 -1
  12. package/app/javascript/src/translations/fil.json +6 -1
  13. package/app/javascript/src/translations/fr.json +6 -1
  14. package/app/javascript/src/translations/hi.json +6 -1
  15. package/app/javascript/src/translations/hr.json +6 -1
  16. package/app/javascript/src/translations/id.json +6 -1
  17. package/app/javascript/src/translations/it.json +6 -1
  18. package/app/javascript/src/translations/ja.json +6 -1
  19. package/app/javascript/src/translations/ko.json +6 -1
  20. package/app/javascript/src/translations/nl.json +6 -1
  21. package/app/javascript/src/translations/pl.json +6 -1
  22. package/app/javascript/src/translations/pt-BR.json +6 -1
  23. package/app/javascript/src/translations/pt.json +6 -1
  24. package/app/javascript/src/translations/ro.json +6 -1
  25. package/app/javascript/src/translations/ru.json +6 -1
  26. package/app/javascript/src/translations/sk.json +6 -1
  27. package/app/javascript/src/translations/sl.json +6 -1
  28. package/app/javascript/src/translations/sv.json +6 -1
  29. package/app/javascript/src/translations/th.json +6 -1
  30. package/app/javascript/src/translations/tr.json +6 -1
  31. package/app/javascript/src/translations/uk.json +6 -1
  32. package/app/javascript/src/translations/vi.json +6 -1
  33. package/app/javascript/src/translations/zh-CN.json +6 -1
  34. package/app/javascript/src/translations/zh-TW.json +6 -1
  35. package/dist/NeetoThemesBuilder.js +68 -1
  36. package/dist/NeetoThemesBuilder.js.map +1 -1
  37. package/dist/cjs/NeetoThemesBuilder.js +68 -1
  38. package/dist/cjs/NeetoThemesBuilder.js.map +1 -1
  39. package/dist/cjs/index.js +1 -0
  40. package/dist/cjs/index.js.map +1 -1
  41. package/dist/index.js +1 -0
  42. package/dist/index.js.map +1 -1
  43. package/package.json +12 -12
package/dist/cjs/index.js CHANGED
@@ -33,6 +33,7 @@ require('formik');
33
33
  require('react/jsx-runtime');
34
34
  require('@bigbinary/neeto-icons/Right');
35
35
  require('@bigbinary/neeto-molecules/HelpPopover');
36
+ require('@bigbinary/neetoui/formik/Radio');
36
37
  require('i18next');
37
38
  require('@bigbinary/neeto-icons/CenterAlign');
38
39
  require('@bigbinary/neeto-icons/LeftAlign');
@@ -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
@@ -31,6 +31,7 @@ import 'formik';
31
31
  import 'react/jsx-runtime';
32
32
  import '@bigbinary/neeto-icons/Right';
33
33
  import '@bigbinary/neeto-molecules/HelpPopover';
34
+ import '@bigbinary/neetoui/formik/Radio';
34
35
  import 'i18next';
35
36
  import '@bigbinary/neeto-icons/CenterAlign';
36
37
  import '@bigbinary/neeto-icons/LeftAlign';
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.23",
3
+ "version": "3.1.25",
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",
@@ -61,14 +61,14 @@
61
61
  "@babel/preset-typescript": "7.26.0",
62
62
  "@babel/runtime": "7.26.10",
63
63
  "@bigbinary/babel-preset-neeto": "^1.0.3",
64
- "@bigbinary/eslint-plugin-neeto": "1.7.3",
64
+ "@bigbinary/eslint-plugin-neeto": "1.7.4",
65
65
  "@bigbinary/neeto-cist": "1.0.17",
66
- "@bigbinary/neeto-commons-frontend": "4.13.66",
66
+ "@bigbinary/neeto-commons-frontend": "4.13.67",
67
67
  "@bigbinary/neeto-filters-frontend": "4.3.24",
68
- "@bigbinary/neeto-icons": "1.20.54",
69
- "@bigbinary/neeto-image-uploader-frontend": "2.3.27",
70
- "@bigbinary/neeto-molecules": "4.0.11",
71
- "@bigbinary/neetoui": "8.3.25",
68
+ "@bigbinary/neeto-icons": "1.20.55",
69
+ "@bigbinary/neeto-image-uploader-frontend": "2.3.28",
70
+ "@bigbinary/neeto-molecules": "4.0.48",
71
+ "@bigbinary/neetoui": "8.3.33",
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.66",
177
+ "@bigbinary/neeto-commons-frontend": "4.13.67",
178
178
  "@bigbinary/neeto-filters-frontend": "4.3.24",
179
- "@bigbinary/neeto-icons": "1.20.54",
180
- "@bigbinary/neeto-image-uploader-frontend": "2.3.27",
181
- "@bigbinary/neeto-molecules": "4.0.11",
182
- "@bigbinary/neetoui": "8.3.25",
179
+ "@bigbinary/neeto-icons": "1.20.55",
180
+ "@bigbinary/neeto-image-uploader-frontend": "2.3.28",
181
+ "@bigbinary/neeto-molecules": "4.0.48",
182
+ "@bigbinary/neetoui": "8.3.33",
183
183
  "@honeybadger-io/js": "6.10.1",
184
184
  "@honeybadger-io/react": "6.1.25",
185
185
  "@monaco-editor/react": "4.6.0",