@bigbinary/neeto-themes-frontend 3.2.0-beta1 → 4.0.0
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 +18 -12
- package/dist/NeetoThemesBuilder.js.map +1 -1
- package/dist/cjs/NeetoThemesBuilder.js +20 -14
- package/dist/cjs/NeetoThemesBuilder.js.map +1 -1
- package/dist/cjs/index.js +3 -1
- package/dist/cjs/index.js.map +1 -1
- package/dist/index.js +3 -1
- package/dist/index.js.map +1 -1
- package/package.json +7 -7
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
|
|
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
|
@@ -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
|
+
"version": "4.0.0",
|
|
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.
|
|
66
|
+
"@bigbinary/neeto-commons-frontend": "4.13.83",
|
|
67
67
|
"@bigbinary/neeto-filters-frontend": "4.3.24",
|
|
68
68
|
"@bigbinary/neeto-icons": "1.20.63",
|
|
69
69
|
"@bigbinary/neeto-image-uploader-frontend": "2.3.30",
|
|
70
|
-
"@bigbinary/neeto-molecules": "4.0.
|
|
71
|
-
"@bigbinary/neetoui": "8.3.
|
|
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.
|
|
177
|
+
"@bigbinary/neeto-commons-frontend": "4.13.83",
|
|
178
178
|
"@bigbinary/neeto-filters-frontend": "4.3.24",
|
|
179
179
|
"@bigbinary/neeto-icons": "1.20.63",
|
|
180
180
|
"@bigbinary/neeto-image-uploader-frontend": "2.3.30",
|
|
181
|
-
"@bigbinary/neeto-molecules": "4.0.
|
|
182
|
-
"@bigbinary/neetoui": "8.3.
|
|
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",
|