@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.
@@ -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: '980x490', medium: '980x618', large: '980x710' };
21817
+ _this.sizes = { small: '900x477', medium: '900x603', large: '900x693' };
21818
21818
  _this.selectedKey = '';
21819
21819
  _this.setComponentService(TwoImagesTitleTextService);
21820
21820
  return _this;