@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.
@@ -4266,7 +4266,7 @@ var CodeEditorComponent = /** @class */ (function () {
4266
4266
  multi: true,
4267
4267
  },
4268
4268
  ],
4269
- styles: [".core-wrapper{height:100%}"]
4269
+ styles: [".core-wrapper{height:100%;border:1px solid #c1c1cc;border-radius:3px}"]
4270
4270
  })
4271
4271
  ], CodeEditorComponent);
4272
4272
  return CodeEditorComponent;
@@ -13840,6 +13840,7 @@ var SpeechRecognitionComponent = /** @class */ (function () {
13840
13840
  this._recognizedText = '';
13841
13841
  this.disabled = false;
13842
13842
  this.textToSpeechService.cancel();
13843
+ SpeechRecognitionComponent_1.TOOLBAR_ACTIVE = false;
13843
13844
  };
13844
13845
  SpeechRecognitionComponent.prototype.ngOnDestroy = function () {
13845
13846
  this.onDestroy$.next();