i-tech-shared-components 1.4.34 → 1.4.36

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.
@@ -8,6 +8,7 @@ export declare class PhoneNumberInputComponent implements OnInit {
8
8
  label: string;
9
9
  placeholder: string;
10
10
  required?: boolean;
11
+ testId?: string;
11
12
  };
12
13
  submit: boolean;
13
14
  countries: number[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "i-tech-shared-components",
3
- "version": "1.4.34",
3
+ "version": "1.4.36",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": "^19.0.0",
6
6
  "@angular/cdk": "^19.0.0",
@@ -120,7 +120,7 @@ body {
120
120
  pointer-events: none;
121
121
  z-index: 1; // Ensure it's above the form field background
122
122
 
123
- &.custom-value {
123
+ &.custom-value:not(.readonly-color) {
124
124
  font-weight: 500;
125
125
  color: #{mat.get-theme-color(color-themes.$m3-light-theme, tertiary, 30)} !important;
126
126
  width: 80%;