@colijnit/corecomponents_v12 12.0.83 → 12.0.85

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.
@@ -7713,6 +7713,7 @@
7713
7713
  _this.excludePlusMinus = true;
7714
7714
  _this.showClearButton = undefined;
7715
7715
  _this.showPlaceholderOnFocus = true;
7716
+ _this.noStyle = false;
7716
7717
  _this.hasOwnLabel = true;
7717
7718
  _this.hideArrowButtons = false;
7718
7719
  _this.isSmall = false;
@@ -7797,6 +7798,7 @@
7797
7798
  showPlaceholderOnFocus: [{ type: i0.Input }],
7798
7799
  leftIcon: [{ type: i0.Input }],
7799
7800
  rightIcon: [{ type: i0.Input }],
7801
+ noStyle: [{ type: i0.HostBinding, args: ['class.no-style',] }, { type: i0.Input }],
7800
7802
  showClass: [{ type: i0.HostBinding, args: ["class.co-input-text",] }],
7801
7803
  hasLeftIcon: [{ type: i0.HostBinding, args: ['class.has-left-icon',] }],
7802
7804
  hasRightIcon: [{ type: i0.HostBinding, args: ['class.has-right-icon',] }],