chrv-components 1.10.16 → 1.10.17

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.
Binary file
@@ -125,8 +125,8 @@ class ChrButtonComponent {
125
125
  };
126
126
  this.getShadow = () => {
127
127
  if (this.flat)
128
- return 'button-shadow';
129
- return '';
128
+ return '';
129
+ return 'button-shadow';
130
130
  };
131
131
  }
132
132
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: ChrButtonComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }