@seniorsistemas/angular-components 17.26.12 → 17.26.13

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.
@@ -4411,7 +4411,7 @@
4411
4411
  multi: true,
4412
4412
  },
4413
4413
  ],
4414
- styles: [".core-wrapper{height:100%}"]
4414
+ styles: [".core-wrapper{height:100%;border:1px solid #c1c1cc;border-radius:3px}"]
4415
4415
  })
4416
4416
  ], CodeEditorComponent);
4417
4417
  return CodeEditorComponent;
@@ -13985,6 +13985,7 @@
13985
13985
  this._recognizedText = '';
13986
13986
  this.disabled = false;
13987
13987
  this.textToSpeechService.cancel();
13988
+ SpeechRecognitionComponent_1.TOOLBAR_ACTIVE = false;
13988
13989
  };
13989
13990
  SpeechRecognitionComponent.prototype.ngOnDestroy = function () {
13990
13991
  this.onDestroy$.next();