@bigbinary/neeto-themes-frontend 4.0.19 → 4.0.21
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 +4 -1
- package/app/javascript/src/translations/bg.json +4 -1
- package/app/javascript/src/translations/ca.json +4 -1
- package/app/javascript/src/translations/cs.json +4 -1
- package/app/javascript/src/translations/da.json +4 -1
- package/app/javascript/src/translations/de.json +4 -1
- package/app/javascript/src/translations/es-MX.json +4 -1
- package/app/javascript/src/translations/es.json +4 -1
- package/app/javascript/src/translations/et.json +4 -1
- package/app/javascript/src/translations/fi.json +4 -1
- package/app/javascript/src/translations/fil.json +4 -1
- package/app/javascript/src/translations/fr.json +4 -1
- package/app/javascript/src/translations/he.json +4 -1
- package/app/javascript/src/translations/hi.json +4 -1
- package/app/javascript/src/translations/hr.json +4 -1
- package/app/javascript/src/translations/hu.json +4 -1
- package/app/javascript/src/translations/id.json +4 -1
- package/app/javascript/src/translations/it.json +4 -1
- package/app/javascript/src/translations/ja.json +4 -1
- package/app/javascript/src/translations/ko.json +4 -1
- package/app/javascript/src/translations/nl.json +4 -1
- package/app/javascript/src/translations/pl.json +4 -1
- package/app/javascript/src/translations/pt-BR.json +4 -1
- package/app/javascript/src/translations/pt.json +4 -1
- package/app/javascript/src/translations/ro.json +4 -1
- package/app/javascript/src/translations/ru.json +4 -1
- package/app/javascript/src/translations/sk.json +4 -1
- package/app/javascript/src/translations/sl.json +4 -1
- package/app/javascript/src/translations/sv.json +4 -1
- package/app/javascript/src/translations/th.json +4 -1
- package/app/javascript/src/translations/tr.json +4 -1
- package/app/javascript/src/translations/uk.json +4 -1
- package/app/javascript/src/translations/vi.json +4 -1
- package/app/javascript/src/translations/zh-CN.json +4 -1
- package/app/javascript/src/translations/zh-TW.json +4 -1
- package/dist/.ready +1 -1
- package/dist/NeetoThemesBuilder.js +53 -19
- package/dist/NeetoThemesBuilder.js.map +1 -1
- package/dist/cjs/NeetoThemesBuilder.js +52 -18
- package/dist/cjs/NeetoThemesBuilder.js.map +1 -1
- package/dist/cjs/index.js +1 -0
- package/dist/cjs/index.js.map +1 -1
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/package.json +3 -3
package/dist/cjs/index.js
CHANGED
|
@@ -42,6 +42,7 @@ require('@bigbinary/neeto-icons/LeftAlign');
|
|
|
42
42
|
require('@bigbinary/neetoui/ColorPicker');
|
|
43
43
|
require('@bigbinary/neetoui/Select');
|
|
44
44
|
require('antd');
|
|
45
|
+
require('@bigbinary/neetoui/Checkbox');
|
|
45
46
|
require('@bigbinary/neetoui/Input');
|
|
46
47
|
require('@babel/runtime/helpers/asyncToGenerator');
|
|
47
48
|
require('@babel/runtime/regenerator');
|
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
|
@@ -40,6 +40,7 @@ import '@bigbinary/neeto-icons/LeftAlign';
|
|
|
40
40
|
import '@bigbinary/neetoui/ColorPicker';
|
|
41
41
|
import '@bigbinary/neetoui/Select';
|
|
42
42
|
import 'antd';
|
|
43
|
+
import '@bigbinary/neetoui/Checkbox';
|
|
43
44
|
import '@bigbinary/neetoui/Input';
|
|
44
45
|
import '@babel/runtime/helpers/asyncToGenerator';
|
|
45
46
|
import '@babel/runtime/regenerator';
|
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": "4.0.
|
|
3
|
+
"version": "4.0.21",
|
|
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",
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
"@bigbinary/neeto-filters-frontend": "4.3.38",
|
|
68
68
|
"@bigbinary/neeto-icons": "1.20.89",
|
|
69
69
|
"@bigbinary/neeto-image-uploader-frontend": "4.0.6",
|
|
70
|
-
"@bigbinary/neeto-molecules": "5.1.
|
|
70
|
+
"@bigbinary/neeto-molecules": "5.1.12",
|
|
71
71
|
"@bigbinary/neetoui": "8.8.1",
|
|
72
72
|
"@emotion/is-prop-valid": "1.2.0",
|
|
73
73
|
"@faker-js/faker": "8.2.0",
|
|
@@ -178,7 +178,7 @@
|
|
|
178
178
|
"@bigbinary/neeto-filters-frontend": "4.3.38",
|
|
179
179
|
"@bigbinary/neeto-icons": "1.20.89",
|
|
180
180
|
"@bigbinary/neeto-image-uploader-frontend": "4.0.6",
|
|
181
|
-
"@bigbinary/neeto-molecules": "5.1.
|
|
181
|
+
"@bigbinary/neeto-molecules": "5.1.12",
|
|
182
182
|
"@bigbinary/neetoui": "8.8.1",
|
|
183
183
|
"@honeybadger-io/js": "6.10.1",
|
|
184
184
|
"@honeybadger-io/react": "6.1.25",
|