@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.
@@ -3023,7 +3023,7 @@
3023
3023
  InfoSignComponent = __decorate([
3024
3024
  core.Component({
3025
3025
  selector: "s-info-sign-component",
3026
- 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 "
3026
+ 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>"
3027
3027
  })
3028
3028
  ], InfoSignComponent);
3029
3029
  return InfoSignComponent;