@colijnit/corecomponents_v12 12.0.59 → 12.0.60

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.
@@ -7685,6 +7685,7 @@
7685
7685
  _this.useLeftIcon = false;
7686
7686
  _this.useRightIcon = false;
7687
7687
  _this.noIcon = false;
7688
+ _this.isSmall = false;
7688
7689
  return _this;
7689
7690
  }
7690
7691
  InputSearchComponent.prototype.showClass = function () {
@@ -7714,6 +7715,7 @@
7714
7715
  useLeftIcon: [{ type: core.Input }],
7715
7716
  useRightIcon: [{ type: core.Input }],
7716
7717
  noIcon: [{ type: core.HostBinding, args: ['class.no-icon',] }, { type: core.Input }],
7718
+ isSmall: [{ type: core.HostBinding, args: ['class.is-small',] }, { type: core.Input }],
7717
7719
  showClass: [{ type: core.HostBinding, args: ['class.co-input-search',] }]
7718
7720
  };
7719
7721
  __decorate([