@bigbinary/neeto-themes-frontend 2.1.2 → 2.1.4
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/en.json +1 -1
- package/dist/NeetoThemesBuilder.js +98 -66
- package/dist/NeetoThemesBuilder.js.map +1 -1
- package/dist/cjs/NeetoThemesBuilder.js +99 -66
- package/dist/cjs/NeetoThemesBuilder.js.map +1 -1
- package/dist/cjs/index.js +2 -1
- package/dist/cjs/index.js.map +1 -1
- package/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/package.json +14 -14
package/dist/cjs/index.js
CHANGED
|
@@ -15,12 +15,13 @@ require('@tanstack/react-query');
|
|
|
15
15
|
require('axios');
|
|
16
16
|
require('@babel/runtime/helpers/slicedToArray');
|
|
17
17
|
require('classnames');
|
|
18
|
+
require('@bigbinary/neeto-icons/Collapse');
|
|
18
19
|
require('@bigbinary/neetoui/Alert');
|
|
20
|
+
require('@bigbinary/neetoui/Button');
|
|
19
21
|
require('react-i18next');
|
|
20
22
|
require('@babel/runtime/helpers/objectWithoutProperties');
|
|
21
23
|
require('@babel/runtime/helpers/defineProperty');
|
|
22
24
|
require('@bigbinary/neeto-icons/Close');
|
|
23
|
-
require('@bigbinary/neetoui/Button');
|
|
24
25
|
require('@bigbinary/neetoui/Popover');
|
|
25
26
|
require('@bigbinary/neetoui/Typography');
|
|
26
27
|
require('@bigbinary/neetoui/formik/Form');
|
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
|
@@ -11,12 +11,13 @@ import '@tanstack/react-query';
|
|
|
11
11
|
import 'axios';
|
|
12
12
|
import '@babel/runtime/helpers/slicedToArray';
|
|
13
13
|
import 'classnames';
|
|
14
|
+
import '@bigbinary/neeto-icons/Collapse';
|
|
14
15
|
import '@bigbinary/neetoui/Alert';
|
|
16
|
+
import '@bigbinary/neetoui/Button';
|
|
15
17
|
import 'react-i18next';
|
|
16
18
|
import '@babel/runtime/helpers/objectWithoutProperties';
|
|
17
19
|
import '@babel/runtime/helpers/defineProperty';
|
|
18
20
|
import '@bigbinary/neeto-icons/Close';
|
|
19
|
-
import '@bigbinary/neetoui/Button';
|
|
20
21
|
import '@bigbinary/neetoui/Popover';
|
|
21
22
|
import '@bigbinary/neetoui/Typography';
|
|
22
23
|
import '@bigbinary/neetoui/formik/Form';
|
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": "2.1.
|
|
3
|
+
"version": "2.1.4",
|
|
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/runtime": "7.23.2",
|
|
62
62
|
"@bigbinary/babel-preset-neeto": "1.0.6",
|
|
63
63
|
"@bigbinary/eslint-plugin-neeto": "1.5.2",
|
|
64
|
-
"@bigbinary/neeto-audit-frontend": "2.0.
|
|
64
|
+
"@bigbinary/neeto-audit-frontend": "2.0.14",
|
|
65
65
|
"@bigbinary/neeto-cist": "1.0.11",
|
|
66
|
-
"@bigbinary/neeto-commons-frontend": "4.
|
|
67
|
-
"@bigbinary/neeto-filters-frontend": "4.
|
|
68
|
-
"@bigbinary/neeto-icons": "1.20.
|
|
66
|
+
"@bigbinary/neeto-commons-frontend": "4.4.4",
|
|
67
|
+
"@bigbinary/neeto-filters-frontend": "4.3.4",
|
|
68
|
+
"@bigbinary/neeto-icons": "1.20.4",
|
|
69
69
|
"@bigbinary/neeto-image-uploader-frontend": "1.5.24",
|
|
70
|
-
"@bigbinary/neeto-molecules": "3.
|
|
71
|
-
"@bigbinary/neetoui": "8.2.
|
|
70
|
+
"@bigbinary/neeto-molecules": "3.5.2",
|
|
71
|
+
"@bigbinary/neetoui": "8.2.10",
|
|
72
72
|
"@emotion/is-prop-valid": "1.2.0",
|
|
73
73
|
"@faker-js/faker": "8.2.0",
|
|
74
74
|
"@honeybadger-io/js": "6.5.3",
|
|
@@ -84,7 +84,7 @@
|
|
|
84
84
|
"@tanstack/react-query-devtools": "5.40.0",
|
|
85
85
|
"antd": "5.10.2",
|
|
86
86
|
"autoprefixer": "10.4.16",
|
|
87
|
-
"axios": "1.
|
|
87
|
+
"axios": "1.7.4",
|
|
88
88
|
"babel-loader": "9.1.3",
|
|
89
89
|
"babel-plugin-istanbul": "6.1.1",
|
|
90
90
|
"babel-plugin-js-logger": "1.0.17",
|
|
@@ -168,20 +168,20 @@
|
|
|
168
168
|
"peerDependencies": {
|
|
169
169
|
"@babel/runtime": "7.19.0",
|
|
170
170
|
"@bigbinary/neeto-cist": "latest",
|
|
171
|
-
"@bigbinary/neeto-commons-frontend": "4.
|
|
171
|
+
"@bigbinary/neeto-commons-frontend": "4.4.4",
|
|
172
172
|
"@bigbinary/neeto-editor": "^1.26.3",
|
|
173
|
-
"@bigbinary/neeto-filters-frontend": "4.
|
|
174
|
-
"@bigbinary/neeto-icons": "1.20.
|
|
173
|
+
"@bigbinary/neeto-filters-frontend": "4.3.4",
|
|
174
|
+
"@bigbinary/neeto-icons": "1.20.4",
|
|
175
175
|
"@bigbinary/neeto-image-uploader-frontend": "1.5.24",
|
|
176
|
-
"@bigbinary/neeto-molecules": "3.
|
|
177
|
-
"@bigbinary/neetoui": "8.2.
|
|
176
|
+
"@bigbinary/neeto-molecules": "3.5.2",
|
|
177
|
+
"@bigbinary/neetoui": "8.2.10",
|
|
178
178
|
"@honeybadger-io/js": "^6.5.3",
|
|
179
179
|
"@honeybadger-io/react": "^6.1.9",
|
|
180
180
|
"@monaco-editor/react": "4.6.0",
|
|
181
181
|
"@tanstack/react-query": "5.40.0",
|
|
182
182
|
"@tanstack/react-query-devtools": "5.40.0",
|
|
183
183
|
"antd": "5.15.2",
|
|
184
|
-
"axios": "
|
|
184
|
+
"axios": "1.7.4",
|
|
185
185
|
"buffer": "6.0.3",
|
|
186
186
|
"classnames": "^2.3.2",
|
|
187
187
|
"crypto-browserify": "3.12.0",
|