@bigbinary/neeto-themes-frontend 3.0.0 → 3.0.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.
- package/dist/NeetoThemesBuilder.js +235 -191
- package/dist/NeetoThemesBuilder.js.map +1 -1
- package/dist/cjs/NeetoThemesBuilder.js +234 -190
- package/dist/cjs/NeetoThemesBuilder.js.map +1 -1
- package/dist/cjs/index.js +6 -6
- package/dist/index.js +6 -6
- package/package.json +9 -9
package/dist/cjs/index.js
CHANGED
|
@@ -30,18 +30,18 @@ require('@monaco-editor/react');
|
|
|
30
30
|
require('formik');
|
|
31
31
|
require('@bigbinary/neeto-icons/Down');
|
|
32
32
|
require('react/jsx-runtime');
|
|
33
|
-
require('@babel/runtime/helpers/asyncToGenerator');
|
|
34
|
-
require('@babel/runtime/regenerator');
|
|
35
|
-
require('@bigbinary/neeto-image-uploader-frontend/ImageUploader');
|
|
36
|
-
require('@bigbinary/neeto-commons-frontend/utils');
|
|
37
|
-
require('@bigbinary/neetoui/Toastr');
|
|
38
33
|
require('ramda');
|
|
39
|
-
require('@bigbinary/
|
|
34
|
+
require('@bigbinary/neeto-commons-frontend/utils');
|
|
40
35
|
require('@bigbinary/neeto-icons/CenterAlign');
|
|
41
36
|
require('@bigbinary/neeto-icons/LeftAlign');
|
|
42
37
|
require('@bigbinary/neetoui/ColorPicker');
|
|
38
|
+
require('@bigbinary/neetoui/Select');
|
|
43
39
|
require('antd');
|
|
44
40
|
require('@bigbinary/neeto-molecules/HelpPopover');
|
|
41
|
+
require('@babel/runtime/helpers/asyncToGenerator');
|
|
42
|
+
require('@babel/runtime/regenerator');
|
|
43
|
+
require('@bigbinary/neeto-image-uploader-frontend/ImageUploader');
|
|
44
|
+
require('@bigbinary/neetoui/Toastr');
|
|
45
45
|
require('@bigbinary/neetoui/formik/Input');
|
|
46
46
|
require('@bigbinary/neeto-molecules/Search');
|
|
47
47
|
require('@bigbinary/neeto-icons/Rating');
|
package/dist/index.js
CHANGED
|
@@ -28,18 +28,18 @@ import '@monaco-editor/react';
|
|
|
28
28
|
import 'formik';
|
|
29
29
|
import '@bigbinary/neeto-icons/Down';
|
|
30
30
|
import 'react/jsx-runtime';
|
|
31
|
-
import '@babel/runtime/helpers/asyncToGenerator';
|
|
32
|
-
import '@babel/runtime/regenerator';
|
|
33
|
-
import '@bigbinary/neeto-image-uploader-frontend/ImageUploader';
|
|
34
|
-
import '@bigbinary/neeto-commons-frontend/utils';
|
|
35
|
-
import '@bigbinary/neetoui/Toastr';
|
|
36
31
|
import 'ramda';
|
|
37
|
-
import '@bigbinary/
|
|
32
|
+
import '@bigbinary/neeto-commons-frontend/utils';
|
|
38
33
|
import '@bigbinary/neeto-icons/CenterAlign';
|
|
39
34
|
import '@bigbinary/neeto-icons/LeftAlign';
|
|
40
35
|
import '@bigbinary/neetoui/ColorPicker';
|
|
36
|
+
import '@bigbinary/neetoui/Select';
|
|
41
37
|
import 'antd';
|
|
42
38
|
import '@bigbinary/neeto-molecules/HelpPopover';
|
|
39
|
+
import '@babel/runtime/helpers/asyncToGenerator';
|
|
40
|
+
import '@babel/runtime/regenerator';
|
|
41
|
+
import '@bigbinary/neeto-image-uploader-frontend/ImageUploader';
|
|
42
|
+
import '@bigbinary/neetoui/Toastr';
|
|
43
43
|
import '@bigbinary/neetoui/formik/Input';
|
|
44
44
|
import '@bigbinary/neeto-molecules/Search';
|
|
45
45
|
import '@bigbinary/neeto-icons/Rating';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bigbinary/neeto-themes-frontend",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.2",
|
|
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",
|
|
@@ -64,10 +64,10 @@
|
|
|
64
64
|
"@bigbinary/neeto-cist": "1.0.13",
|
|
65
65
|
"@bigbinary/neeto-commons-frontend": "4.10.0",
|
|
66
66
|
"@bigbinary/neeto-filters-frontend": "4.3.6",
|
|
67
|
-
"@bigbinary/neeto-icons": "1.20.
|
|
68
|
-
"@bigbinary/neeto-image-uploader-frontend": "2.3.
|
|
69
|
-
"@bigbinary/neeto-molecules": "3.
|
|
70
|
-
"@bigbinary/neetoui": "8.2.
|
|
67
|
+
"@bigbinary/neeto-icons": "1.20.13",
|
|
68
|
+
"@bigbinary/neeto-image-uploader-frontend": "2.3.11",
|
|
69
|
+
"@bigbinary/neeto-molecules": "3.9.4",
|
|
70
|
+
"@bigbinary/neetoui": "8.2.33",
|
|
71
71
|
"@emotion/is-prop-valid": "1.2.0",
|
|
72
72
|
"@faker-js/faker": "8.2.0",
|
|
73
73
|
"@honeybadger-io/js": "^6.4.1",
|
|
@@ -173,10 +173,10 @@
|
|
|
173
173
|
"@bigbinary/neeto-cist": "1.0.13",
|
|
174
174
|
"@bigbinary/neeto-commons-frontend": "4.10.0",
|
|
175
175
|
"@bigbinary/neeto-filters-frontend": "4.3.6",
|
|
176
|
-
"@bigbinary/neeto-icons": "1.20.
|
|
177
|
-
"@bigbinary/neeto-image-uploader-frontend": "2.3.
|
|
178
|
-
"@bigbinary/neeto-molecules": "3.
|
|
179
|
-
"@bigbinary/neetoui": "8.2.
|
|
176
|
+
"@bigbinary/neeto-icons": "1.20.13",
|
|
177
|
+
"@bigbinary/neeto-image-uploader-frontend": "2.3.11",
|
|
178
|
+
"@bigbinary/neeto-molecules": "3.9.4",
|
|
179
|
+
"@bigbinary/neetoui": "8.2.33",
|
|
180
180
|
"@honeybadger-io/js": "^6.4.1",
|
|
181
181
|
"@honeybadger-io/react": "^6.1.3",
|
|
182
182
|
"@monaco-editor/react": "4.6.0",
|