@wizishop/wizi-block 3.3.64 → 3.3.65
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/bundles/wizishop-wizi-block.umd.js +1 -1
- package/bundles/wizishop-wizi-block.umd.js.map +1 -1
- package/bundles/wizishop-wizi-block.umd.min.js +1 -1
- package/bundles/wizishop-wizi-block.umd.min.js.map +1 -1
- package/esm2015/lib/structures/images/two-images-title-text/two-images-title-text.component.js +2 -2
- package/fesm2015/wizishop-wizi-block.js +1 -1
- package/fesm2015/wizishop-wizi-block.js.map +1 -1
- package/package.json +1 -1
|
@@ -21814,7 +21814,7 @@
|
|
|
21814
21814
|
__extends(TwoImagesTitleTextComponent, _super);
|
|
21815
21815
|
function TwoImagesTitleTextComponent() {
|
|
21816
21816
|
var _this = _super.call(this) || this;
|
|
21817
|
-
_this.sizes = { small: '
|
|
21817
|
+
_this.sizes = { small: '900x477', medium: '900x603', large: '900x693' };
|
|
21818
21818
|
_this.selectedKey = '';
|
|
21819
21819
|
_this.setComponentService(TwoImagesTitleTextService);
|
|
21820
21820
|
return _this;
|