@blaze-cms/react-page-builder 0.124.1-alpha.5 → 0.125.0-alpha.1
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/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,22 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [0.125.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.125.0-alpha.0...v0.125.0-alpha.1) (2022-09-15)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @blaze-cms/react-page-builder
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
## [0.124.1](https://github.com/thebyte9/blaze/compare/v0.124.1-alpha.5...v0.124.1) (2022-09-06)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @blaze-cms/react-page-builder
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
6
22
|
## [0.124.1-alpha.5](https://github.com/thebyte9/blaze/compare/v0.124.1-alpha.4...v0.124.1-alpha.5) (2022-09-05)
|
|
7
23
|
|
|
8
24
|
|
|
@@ -2,11 +2,15 @@
|
|
|
2
2
|
|
|
3
3
|
require("core-js/modules/es.object.define-property.js");
|
|
4
4
|
|
|
5
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
6
|
+
|
|
5
7
|
Object.defineProperty(exports, "__esModule", {
|
|
6
8
|
value: true
|
|
7
9
|
});
|
|
8
10
|
exports["default"] = void 0;
|
|
9
11
|
|
|
12
|
+
var _toConsumableArray2 = _interopRequireDefault(require("@babel/runtime/helpers/toConsumableArray"));
|
|
13
|
+
|
|
10
14
|
require("core-js/modules/es.object.values.js");
|
|
11
15
|
|
|
12
16
|
require("core-js/modules/es.array.join.js");
|
|
@@ -19,7 +23,7 @@ require("core-js/modules/es.array.concat.js");
|
|
|
19
23
|
|
|
20
24
|
var useDynamicSizeKey = function useDynamicSizeKey(key, options) {
|
|
21
25
|
var valuesToParse = Object.values(options);
|
|
22
|
-
return [key].concat(valuesToParse).filter(Boolean).join(':');
|
|
26
|
+
return [key].concat((0, _toConsumableArray2["default"])(valuesToParse)).filter(Boolean).join(':');
|
|
23
27
|
};
|
|
24
28
|
|
|
25
29
|
var _default = useDynamicSizeKey;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"use-dynamic-size-key.js","names":["useDynamicSizeKey","key","options","valuesToParse","Object","values","filter","Boolean","join"],"sources":["../../../../src/components/Card/helpers/use-dynamic-size-key.js"],"sourcesContent":["const useDynamicSizeKey = (key, options) => {\n const valuesToParse = Object.values(options);\n return [key, ...valuesToParse].filter(Boolean).join(':');\n};\n\nexport default useDynamicSizeKey;\n"],"mappings":"
|
|
1
|
+
{"version":3,"file":"use-dynamic-size-key.js","names":["useDynamicSizeKey","key","options","valuesToParse","Object","values","filter","Boolean","join"],"sources":["../../../../src/components/Card/helpers/use-dynamic-size-key.js"],"sourcesContent":["const useDynamicSizeKey = (key, options) => {\n const valuesToParse = Object.values(options);\n return [key, ...valuesToParse].filter(Boolean).join(':');\n};\n\nexport default useDynamicSizeKey;\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;AAAA,IAAMA,iBAAiB,GAAG,SAApBA,iBAAoB,CAACC,GAAD,EAAMC,OAAN,EAAkB;EAC1C,IAAMC,aAAa,GAAGC,MAAM,CAACC,MAAP,CAAcH,OAAd,CAAtB;EACA,OAAO,CAACD,GAAD,6CAASE,aAAT,GAAwBG,MAAxB,CAA+BC,OAA/B,EAAwCC,IAAxC,CAA6C,GAA7C,CAAP;AACD,CAHD;;eAKeR,iB"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@blaze-cms/react-page-builder",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.125.0-alpha.1",
|
|
4
4
|
"description": "Blaze react page builder",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"module": "lib-es/index.js",
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"@blaze-cms/core-errors": "^0.118.0",
|
|
32
32
|
"@blaze-cms/image-cdn-react": "0.3.0-alpha.3",
|
|
33
33
|
"@blaze-cms/nextjs-components": "^0.124.0",
|
|
34
|
-
"@blaze-cms/plugin-search-ui": "^0.
|
|
34
|
+
"@blaze-cms/plugin-search-ui": "^0.125.0-alpha.1",
|
|
35
35
|
"@blaze-cms/setup-ui": "^0.92.0",
|
|
36
36
|
"@blaze-cms/utils": "^0.118.0",
|
|
37
37
|
"@blaze-react/breadcrumb": "0.8.0-alpha.60",
|
|
@@ -85,5 +85,5 @@
|
|
|
85
85
|
"lib/*",
|
|
86
86
|
"lib-es/*"
|
|
87
87
|
],
|
|
88
|
-
"gitHead": "
|
|
88
|
+
"gitHead": "f6c0fe99043bee13dbdf0847af793c118614e7c0"
|
|
89
89
|
}
|