matcha-components 20.106.0 → 20.108.0

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.
package/index.d.ts CHANGED
@@ -2125,6 +2125,7 @@ declare class MatchaMaskCompatibleDirective implements ControlValueAccessor, OnC
2125
2125
  private _isComposing;
2126
2126
  _maskService: MatchaMaskService;
2127
2127
  private readonly document;
2128
+ private readonly elementRef;
2128
2129
  protected _config: MatchaMaskConfig;
2129
2130
  onChange: (_: any) => void;
2130
2131
  onTouch: () => void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "matcha-components",
3
- "version": "20.106.0",
3
+ "version": "20.108.0",
4
4
  "peerDependencies": {},
5
5
  "dependencies": {
6
6
  "tslib": "^2.3.0"