@bigbinary/neeto-themes-frontend 3.1.6 → 3.1.8
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/README.md +3 -0
- package/dist/NeetoThemesBuilder.js +32 -10
- package/dist/NeetoThemesBuilder.js.map +1 -1
- package/dist/cjs/NeetoThemesBuilder.js +31 -9
- package/dist/cjs/NeetoThemesBuilder.js.map +1 -1
- package/dist/cjs/index.js +2 -2
- package/dist/index.js +2 -2
- package/package.json +13 -13
- package/types.d.ts +1 -0
package/dist/cjs/index.js
CHANGED
|
@@ -5,10 +5,10 @@ var useThemeUtils = require('../useThemeUtils-B_bPCE4d.js');
|
|
|
5
5
|
var utils = require('../index-BCC98npS.js');
|
|
6
6
|
require('zustand/shallow');
|
|
7
7
|
require('react');
|
|
8
|
-
require('i18next');
|
|
9
8
|
require('@bigbinary/neeto-cist');
|
|
10
9
|
require('@bigbinary/neeto-commons-frontend/react-utils');
|
|
11
10
|
require('@bigbinary/neetoui/Spinner');
|
|
11
|
+
require('react-i18next');
|
|
12
12
|
require('@tanstack/react-query');
|
|
13
13
|
require('axios');
|
|
14
14
|
require('@babel/runtime/helpers/slicedToArray');
|
|
@@ -17,7 +17,6 @@ require('@bigbinary/neeto-commons-frontend/utils');
|
|
|
17
17
|
require('@bigbinary/neeto-icons/Collapse');
|
|
18
18
|
require('@bigbinary/neetoui/Alert');
|
|
19
19
|
require('@bigbinary/neetoui/Button');
|
|
20
|
-
require('react-i18next');
|
|
21
20
|
require('react-router-dom');
|
|
22
21
|
require('@babel/runtime/helpers/defineProperty');
|
|
23
22
|
require('@babel/runtime/helpers/objectWithoutProperties');
|
|
@@ -35,6 +34,7 @@ require('@monaco-editor/react');
|
|
|
35
34
|
require('formik');
|
|
36
35
|
require('@bigbinary/neeto-icons/Down');
|
|
37
36
|
require('react/jsx-runtime');
|
|
37
|
+
require('i18next');
|
|
38
38
|
require('@bigbinary/neeto-icons/CenterAlign');
|
|
39
39
|
require('@bigbinary/neeto-icons/LeftAlign');
|
|
40
40
|
require('@bigbinary/neetoui/ColorPicker');
|
package/dist/index.js
CHANGED
|
@@ -3,10 +3,10 @@ export { u as useThemeUtils } from './useThemeUtils-CMF6rI88.js';
|
|
|
3
3
|
export { s as setTheme } from './index-i8lxlWVz.js';
|
|
4
4
|
import 'zustand/shallow';
|
|
5
5
|
import 'react';
|
|
6
|
-
import 'i18next';
|
|
7
6
|
import '@bigbinary/neeto-cist';
|
|
8
7
|
import '@bigbinary/neeto-commons-frontend/react-utils';
|
|
9
8
|
import '@bigbinary/neetoui/Spinner';
|
|
9
|
+
import 'react-i18next';
|
|
10
10
|
import '@tanstack/react-query';
|
|
11
11
|
import 'axios';
|
|
12
12
|
import '@babel/runtime/helpers/slicedToArray';
|
|
@@ -15,7 +15,6 @@ import '@bigbinary/neeto-commons-frontend/utils';
|
|
|
15
15
|
import '@bigbinary/neeto-icons/Collapse';
|
|
16
16
|
import '@bigbinary/neetoui/Alert';
|
|
17
17
|
import '@bigbinary/neetoui/Button';
|
|
18
|
-
import 'react-i18next';
|
|
19
18
|
import 'react-router-dom';
|
|
20
19
|
import '@babel/runtime/helpers/defineProperty';
|
|
21
20
|
import '@babel/runtime/helpers/objectWithoutProperties';
|
|
@@ -33,6 +32,7 @@ import '@monaco-editor/react';
|
|
|
33
32
|
import 'formik';
|
|
34
33
|
import '@bigbinary/neeto-icons/Down';
|
|
35
34
|
import 'react/jsx-runtime';
|
|
35
|
+
import 'i18next';
|
|
36
36
|
import '@bigbinary/neeto-icons/CenterAlign';
|
|
37
37
|
import '@bigbinary/neeto-icons/LeftAlign';
|
|
38
38
|
import '@bigbinary/neetoui/ColorPicker';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bigbinary/neeto-themes-frontend",
|
|
3
|
-
"version": "3.1.
|
|
3
|
+
"version": "3.1.8",
|
|
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.5.6",
|
|
65
65
|
"@bigbinary/neeto-cist": "1.0.14",
|
|
66
|
-
"@bigbinary/neeto-commons-frontend": "4.
|
|
67
|
-
"@bigbinary/neeto-filters-frontend": "4.3.
|
|
68
|
-
"@bigbinary/neeto-icons": "1.20.
|
|
69
|
-
"@bigbinary/neeto-image-uploader-frontend": "2.3.
|
|
70
|
-
"@bigbinary/neeto-molecules": "3.
|
|
71
|
-
"@bigbinary/neetoui": "8.2.
|
|
66
|
+
"@bigbinary/neeto-commons-frontend": "4.13.14",
|
|
67
|
+
"@bigbinary/neeto-filters-frontend": "4.3.11",
|
|
68
|
+
"@bigbinary/neeto-icons": "1.20.22",
|
|
69
|
+
"@bigbinary/neeto-image-uploader-frontend": "2.3.15",
|
|
70
|
+
"@bigbinary/neeto-molecules": "3.14.4",
|
|
71
|
+
"@bigbinary/neetoui": "8.2.48",
|
|
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",
|
|
@@ -173,12 +173,12 @@
|
|
|
173
173
|
"peerDependencies": {
|
|
174
174
|
"@babel/runtime": "7.26.0",
|
|
175
175
|
"@bigbinary/neeto-cist": "1.0.14",
|
|
176
|
-
"@bigbinary/neeto-commons-frontend": "4.
|
|
177
|
-
"@bigbinary/neeto-filters-frontend": "4.3.
|
|
178
|
-
"@bigbinary/neeto-icons": "1.20.
|
|
179
|
-
"@bigbinary/neeto-image-uploader-frontend": "2.3.
|
|
180
|
-
"@bigbinary/neeto-molecules": "3.
|
|
181
|
-
"@bigbinary/neetoui": "8.2.
|
|
176
|
+
"@bigbinary/neeto-commons-frontend": "4.13.14",
|
|
177
|
+
"@bigbinary/neeto-filters-frontend": "4.3.11",
|
|
178
|
+
"@bigbinary/neeto-icons": "1.20.22",
|
|
179
|
+
"@bigbinary/neeto-image-uploader-frontend": "2.3.15",
|
|
180
|
+
"@bigbinary/neeto-molecules": "3.14.4",
|
|
181
|
+
"@bigbinary/neetoui": "8.2.48",
|
|
182
182
|
"@honeybadger-io/js": "6.10.1",
|
|
183
183
|
"@honeybadger-io/react": "6.1.25",
|
|
184
184
|
"@monaco-editor/react": "4.6.0",
|
package/types.d.ts
CHANGED
|
@@ -16,6 +16,7 @@ export interface NeetoThemesBuilderProps {
|
|
|
16
16
|
thumbnail: ReactElement;
|
|
17
17
|
helpDocUrl?: string;
|
|
18
18
|
isTemplateThemesEnabled?: boolean;
|
|
19
|
+
pageTitle?: string;
|
|
19
20
|
onPropertiesChange?: () => void;
|
|
20
21
|
onApplyThemeSuccess?: (theme: Theme) => void;
|
|
21
22
|
onUpdateThemeSuccess?: (theme: Theme) => void;
|