i-tech-shared-components 1.4.30 → 1.4.32

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.
@@ -34,4 +34,5 @@ export interface AppInputInterface {
34
34
  max?: number;
35
35
  emitValueChanges?: boolean;
36
36
  testId?: string;
37
+ hideLabel?: boolean;
37
38
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "i-tech-shared-components",
3
- "version": "1.4.30",
3
+ "version": "1.4.32",
4
4
  "peerDependencies": {
5
5
  "@angular/material": "^19.0.0",
6
6
  "@angular/animations": "^19.0.0",
@@ -108,6 +108,7 @@ body {
108
108
 
109
109
  .mat-mdc-form-field-icon-suffix {
110
110
  display: flex;
111
+ align-items: center;
111
112
  }
112
113
  .mat-mdc-form-field-icon-prefix>.mat-icon {
113
114
  padding: 0 8px !important;