@redneckz/wildless-cms-uni-blocks 0.14.151 → 0.14.152
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/bundle/bundle.umd.js +1 -1
- package/bundle/bundle.umd.min.js +1 -1
- package/mobile/bundle/bundle.umd.js +1 -1
- package/mobile/bundle/bundle.umd.min.js +1 -1
- package/mobile/src/components/UnitBlock/UnitBlock.example.json +7 -1
- package/mobile/src/components/UnitBlock/UnitBlock.ui.json +1 -1
- package/package.json +1 -1
- package/src/components/UnitBlock/UnitBlock.example.json +7 -1
- package/src/components/UnitBlock/UnitBlock.ui.json +1 -1
|
@@ -5794,7 +5794,7 @@
|
|
|
5794
5794
|
|
|
5795
5795
|
const joinList = (sep) => (list) => list.reduce((acc, el, i) => (acc.length ? acc.concat({ ...sep, key: `sep-${i}` }, el) : [el]), []);
|
|
5796
5796
|
|
|
5797
|
-
const packageVersion = "0.14.
|
|
5797
|
+
const packageVersion = "0.14.151";
|
|
5798
5798
|
|
|
5799
5799
|
exports.Blocks = Blocks;
|
|
5800
5800
|
exports.ContentPage = ContentPage;
|