monkey-style-guide-v2 0.0.73 → 0.0.74

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.
@@ -5792,7 +5792,7 @@ class MonkeyInputPhoneComponent {
5792
5792
  type="tel"
5793
5793
  class="mecx-input"
5794
5794
  [disabled]="disabled"
5795
- placeholder="Enter phone number"
5795
+ [placeholder]="placeholder"
5796
5796
  (input)="onInputChange($event)"
5797
5797
  [ngModel]="phoneFormatted"
5798
5798
  [maxlength]="getMaxLength()"
@@ -5832,7 +5832,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.14", ngImpo
5832
5832
  type="tel"
5833
5833
  class="mecx-input"
5834
5834
  [disabled]="disabled"
5835
- placeholder="Enter phone number"
5835
+ [placeholder]="placeholder"
5836
5836
  (input)="onInputChange($event)"
5837
5837
  [ngModel]="phoneFormatted"
5838
5838
  [maxlength]="getMaxLength()"