@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.
- package/bundles/seniorsistemas-angular-components.umd.js +1 -1
- package/bundles/seniorsistemas-angular-components.umd.js.map +1 -1
- package/bundles/seniorsistemas-angular-components.umd.min.js +1 -1
- package/bundles/seniorsistemas-angular-components.umd.min.js.map +1 -1
- package/esm2015/components/info-sign/info-sign.component.js +2 -7
- package/esm5/components/info-sign/info-sign.component.js +2 -2
- package/fesm2015/seniorsistemas-angular-components.js +1 -6
- package/fesm2015/seniorsistemas-angular-components.js.map +1 -1
- package/fesm5/seniorsistemas-angular-components.js +1 -1
- package/fesm5/seniorsistemas-angular-components.js.map +1 -1
- package/package.json +1 -1
- package/seniorsistemas-angular-components.metadata.json +1 -1
|
@@ -2840,7 +2840,7 @@ var InfoSignComponent = /** @class */ (function () {
|
|
|
2840
2840
|
InfoSignComponent = __decorate([
|
|
2841
2841
|
Component({
|
|
2842
2842
|
selector: "s-info-sign-component",
|
|
2843
|
-
template: "
|
|
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;
|