@seniorsistemas/angular-components 14.9.1 → 14.9.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.
@@ -2840,7 +2840,7 @@ var InfoSignComponent = /** @class */ (function () {
2840
2840
  InfoSignComponent = __decorate([
2841
2841
  Component({
2842
2842
  selector: "s-info-sign-component",
2843
- template: "\n <span style=\"display: inline-flex; justify-content: flex-start; align-items: baseline;\">\n\t\t\t<span *ngTemplateOutlet=\"templateRef\"></span>\n\t\t\t<i class=\"fa fa-info-circle\" aria-hidden=\"true\" style=\"padding-left: 10px\" [pTooltip]=\"tooltip\"></i>\n\t\t</span>\n "
2843
+ template: "<span style=\"display: inline-flex; justify-content: flex-start; align-items: baseline;\">\n <span *ngTemplateOutlet=\"templateRef\"></span>\n <i class=\"fa fa-info-circle\" aria-hidden=\"true\" style=\"padding-left: 10px\" [pTooltip]=\"tooltip\"></i>\n</span>"
2844
2844
  })
2845
2845
  ], InfoSignComponent);
2846
2846
  return InfoSignComponent;