@eui/base 23.0.0-alpha.1 → 23.0.0-alpha.2

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.
@@ -121,7 +121,7 @@
121
121
  </ol>
122
122
  <ul class="properties-list">
123
123
  <li>
124
- <b>Version</b> : 23.0.0-alpha.1</li>
124
+ <b>Version</b> : 23.0.0-alpha.2</li>
125
125
  </ul>
126
126
 
127
127
 
@@ -119,6 +119,7 @@ class UxErrorOutput {
119
119
  return true;
120
120
  }
121
121
  }
122
+ return null;
122
123
  })
123
124
  .map((err) => ({
124
125
  msgId: err.msgId,