monkey-style-guide-v2 0.0.49 → 0.0.51

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.
@@ -106,6 +106,7 @@ $mecx-lh: (
106
106
  $mecx-weight: (
107
107
  regular: 400,
108
108
  medium: 500,
109
+ semibold: 600,
109
110
  bold: 700
110
111
  );
111
112
  $mecx-spaces: (
@@ -3,3 +3,12 @@
3
3
  -webkit-font-smoothing: auto;
4
4
  -moz-osx-font-smoothing: auto;
5
5
  }
6
+
7
+ .mecx-link {
8
+ color: var(--mecx-color-gray-900) !important;
9
+ text-decoration: underline !important;
10
+
11
+ &:hover {
12
+ color: var(--mecx-color-theme-main) !important;
13
+ }
14
+ }
@@ -5685,6 +5685,9 @@ class MonkeyInputPhoneComponent {
5685
5685
  phoneAllowed: example?.nationalNumber
5686
5686
  });
5687
5687
  }
5688
+ else {
5689
+ this.ngControl?.control?.setErrors(null);
5690
+ }
5688
5691
  }
5689
5692
  formatValue(value, changedCountry = false) {
5690
5693
  if (!value) {