monkey-style-guide-v2 0.0.54 → 0.0.55

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.
@@ -5749,8 +5749,8 @@ class MonkeyInputPhoneComponent {
5749
5749
  this.value = value;
5750
5750
  }
5751
5751
  onInputChange(event) {
5752
- console.log(event);
5753
5752
  const { value } = event.target;
5753
+ console.log('=======', value);
5754
5754
  this.formatValue(value);
5755
5755
  }
5756
5756
  onCountryChange() {