matcha-components 20.243.0 → 20.244.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
@@ -2785,6 +2785,7 @@ declare class MatchaTextEditorComponent implements ControlValueAccessor, AfterVi
2785
2785
  contentChange: EventEmitter<string>;
2786
2786
  get disabledAttr(): string | null;
2787
2787
  private _editor;
2788
+ private _editorReady;
2788
2789
  private _pendingValue;
2789
2790
  private _isSettingValue;
2790
2791
  private _disabled;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "matcha-components",
3
- "version": "20.243.0",
3
+ "version": "20.244.0",
4
4
  "peerDependencies": {},
5
5
  "dependencies": {
6
6
  "tslib": "^2.3.0"