ctt-babylon 0.21.61 → 0.21.62
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.
|
@@ -5,11 +5,11 @@ import * as i0 from "@angular/core";
|
|
|
5
5
|
import * as i1 from "@angular/common";
|
|
6
6
|
export class C1TxtComponent {
|
|
7
7
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: C1TxtComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
8
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.3.12", type: C1TxtComponent, isStandalone: true, selector: "c1-txt", inputs: { texts: "texts", activeView: "activeView", image: "image", buttons: "buttons" }, ngImport: i0, template: "<section\n class=\"mdl-C1Txt\"\n [ngClass]=\"{\n primary: activeView === 0 || activeView === 1,\n secundary: activeView === 2,\n tertiary: activeView === 3,\n }\"\n>\n @if (image?.src) {\n <div class=\"mdl-imagen\">\n <img\n [src]=\"image?.src\"\n loading=\"lazy\"\n [alt]=\"image?.alt ?? 'image'\"\n />\n </div>\n }\n @if (texts) {\n <div class=\"mdl-container\">\n @if (texts.pretitle) {\n <div class=\"m-pretitulo\" [innerHTML]=\"texts.pretitle\"></div>\n }\n @if (texts.title) {\n <div class=\"m-titulo\" [innerHTML]=\"texts.title\"></div>\n }\n @if (texts.description) {\n <div class=\"m-texto\" [innerHTML]=\"texts.description\"></div>\n }\n @if (texts.text) {\n <div class=\"m-especial\" [innerHTML]=\"texts.text\"></div>\n }\n </div>\n }\n @if (buttons?.length) {\n <div class=\"m-buttons-row\">\n @if (buttons?.[0]?.url) {\n <a\n class=\"m-buttonD\"\n [href]=\"buttons?.[0]?.url\"\n [linkType]=\"buttons?.[0]?.linkType\"\n [attr.target]=\"buttons?.[0]?.target || '_self'\"\n [attr.rel]=\"(buttons?.[0]?.target || '_self') === '_blank' ? 'noopener noreferrer' : null\"\n [attr.aria-label]=\"buttons?.[0]?.label\"\n >\n {{ buttons?.[0]?.label }}\n </a>\n }\n @if (buttons?.[1]?.url) {\n <a\n class=\"m-buttonD\"\n [href]=\"buttons?.[1]?.url\"\n [linkType]=\"buttons?.[1]?.linkType\"\n [attr.target]=\"buttons?.[1]?.target || '_self'\"\n [attr.rel]=\"(buttons?.[1]?.target || '_self') === '_blank' ? 'noopener noreferrer' : null\"\n [attr.aria-label]=\"buttons?.[1]?.label\"\n >\n {{ buttons?.[1]?.label }}\n </a>\n }\n </div>\n\n }\n\n\n</section>\n", styles: [".mdl-C1Txt .m-buttons-row{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:2rem;margin-top:2rem}.mdl-C1Txt .mdl-imagen{display:flex;justify-content:center;align-items:center}.mdl-C1Txt{padding-left:0!important;padding-right:0!important}.mdl-C1Txt .mdl-container{width:100%;max-width:144.5rem;margin:0 auto;padding:8rem 4rem;text-align:center;box-sizing:border-box;display:flex;flex-direction:column;gap:4rem;align-items:center;color:#393637}.mdl-C1Txt .mdl-container .m-pretitulo{font-family:var(--font-pretitle);font-size:1.7rem;font-weight:400;letter-spacing:10%;line-height:100%;text-transform:uppercase}.mdl-C1Txt .mdl-container .m-titulo{font-family:var(--font-title);font-size:7rem;font-style:normal;font-weight:700;line-height:8rem}.mdl-C1Txt .mdl-container .m-texto{font-family:var(--font-text);font-size:1.6rem;font-weight:400;line-height:2.8rem;max-width:76rem}.mdl-C1Txt .mdl-container .m-especial{font-family:var(--font-claim);font-size:6rem;font-weight:400;line-height:100%;color:#fcdd3f}@media (max-width: 1200px){.mdl-C1Txt .mdl-container .m-titulo{font-size:5rem;line-height:5rem}}@media (max-width: 600px){.mdl-C1Txt .mdl-container{padding:8rem 2rem}.mdl-C1Txt .mdl-container .m-titulo{font-size:4rem;line-height:4rem}.mdl-C1Txt .mdl-container .m-especial{font-size:4rem}}.mdl-C1Txt.secundary .mdl-container{background-color:var(--cl_background_dark);max-width:100%}.mdl-C1Txt.secundary .mdl-container .m-titulo{order:2}.mdl-C1Txt.tertiary .mdl-container{padding:2rem 4rem}.m-buttonD{font-family:new-atten,sans-serif;font-size:1.4rem;font-weight:500;letter-spacing:.2rem;line-height:100%;text-transform:uppercase;border-radius:8rem;border:1px solid #393637;padding:2rem 5rem;transition:.5s;min-width:26rem}.m-buttonD span{color:#393637}.m-buttonD:hover{background-color:#fcdd3f;transition:.5s;border:0}.m-buttonD{margin-top:3.5rem}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: BabylonLinkTypeDirective, selector: "[linkType]", inputs: ["linkType", "href", "modalClick", "clickPopup", "disablePointerNone"], outputs: ["anchorClicked"] }] }); }
|
|
8
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.3.12", type: C1TxtComponent, isStandalone: true, selector: "c1-txt", inputs: { texts: "texts", activeView: "activeView", image: "image", buttons: "buttons" }, ngImport: i0, template: "<section\n class=\"mdl-C1Txt\"\n [ngClass]=\"{\n primary: activeView === 0 || activeView === 1,\n secundary: activeView === 2,\n tertiary: activeView === 3,\n }\"\n>\n @if (image?.src) {\n <div class=\"mdl-imagen\">\n <img\n [src]=\"image?.src\"\n loading=\"lazy\"\n [alt]=\"image?.alt ?? 'image'\"\n />\n </div>\n }\n @if (texts) {\n <div class=\"mdl-container\">\n @if (texts.pretitle) {\n <div class=\"m-pretitulo\" [innerHTML]=\"texts.pretitle\"></div>\n }\n @if (texts.title) {\n <div class=\"m-titulo\" [innerHTML]=\"texts.title\"></div>\n }\n @if (texts.description) {\n <div class=\"m-texto\" [innerHTML]=\"texts.description\"></div>\n }\n @if (texts.text) {\n <div class=\"m-especial\" [innerHTML]=\"texts.text\"></div>\n }\n </div>\n }\n @if (buttons?.length) {\n <div class=\"m-buttons-row\">\n @if (buttons?.[0]?.url) {\n <a\n class=\"m-buttonD\"\n [href]=\"buttons?.[0]?.url\"\n [linkType]=\"buttons?.[0]?.linkType\"\n [attr.target]=\"buttons?.[0]?.target || '_self'\"\n [attr.rel]=\"(buttons?.[0]?.target || '_self') === '_blank' ? 'noopener noreferrer' : null\"\n [attr.aria-label]=\"buttons?.[0]?.label\"\n >\n {{ buttons?.[0]?.label }}\n </a>\n }\n @if (buttons?.[1]?.url) {\n <a\n class=\"m-buttonD\"\n [href]=\"buttons?.[1]?.url\"\n [linkType]=\"buttons?.[1]?.linkType\"\n [attr.target]=\"buttons?.[1]?.target || '_self'\"\n [attr.rel]=\"(buttons?.[1]?.target || '_self') === '_blank' ? 'noopener noreferrer' : null\"\n [attr.aria-label]=\"buttons?.[1]?.label\"\n >\n {{ buttons?.[1]?.label }}\n </a>\n }\n </div>\n\n }\n\n\n</section>\n", styles: [".mdl-C1Txt .m-buttons-row{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:2rem;margin-top:2rem}.mdl-C1Txt .mdl-imagen{display:flex;justify-content:center;align-items:center}.mdl-C1Txt{padding-left:0!important;padding-right:0!important}.mdl-C1Txt .mdl-container{width:100%;max-width:144.5rem;margin:0 auto;padding:8rem 4rem;text-align:center;box-sizing:border-box;display:flex;flex-direction:column;gap:4rem;align-items:center;color:#393637}.mdl-C1Txt .mdl-container .m-pretitulo{font-family:var(--font-pretitle);font-size:1.7rem;font-weight:400;letter-spacing:10%;line-height:100%;text-transform:uppercase}.mdl-C1Txt .mdl-container .m-titulo{font-family:var(--font-title);font-size:7rem;font-style:normal;font-weight:700;line-height:8rem}.mdl-C1Txt .mdl-container .m-texto{font-family:var(--font-text);font-size:1.6rem;font-weight:400;line-height:2.8rem;max-width:76rem}.mdl-C1Txt .mdl-container .m-especial{font-family:var(--font-claim);font-size:6rem;font-weight:400;line-height:100%;color:#fcdd3f}@media (max-width: 1200px){.mdl-C1Txt .mdl-container .m-titulo{font-size:5rem;line-height:5rem}}@media (max-width: 600px){.mdl-C1Txt .mdl-container{padding:8rem 2rem}.mdl-C1Txt .mdl-container .m-titulo{font-size:4rem;line-height:4rem}.mdl-C1Txt .mdl-container .m-especial{font-size:4rem}}.mdl-C1Txt.secundary .mdl-container{background-color:var(--cl_background_dark);max-width:100%}.mdl-C1Txt.secundary .mdl-container .m-titulo{order:2}.mdl-C1Txt.tertiary .mdl-container{padding:2rem 4rem}.m-buttonD{margin-bottom:4rem;font-family:new-atten,sans-serif;font-size:1.4rem;font-weight:500;letter-spacing:.2rem;line-height:100%;text-transform:uppercase;border-radius:8rem;border:1px solid #393637;padding:2rem 5rem;transition:.5s;min-width:26rem}.m-buttonD span{color:#393637}.m-buttonD:hover{background-color:#fcdd3f;transition:.5s;border:0}.m-buttonD{margin-top:3.5rem}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: BabylonLinkTypeDirective, selector: "[linkType]", inputs: ["linkType", "href", "modalClick", "clickPopup", "disablePointerNone"], outputs: ["anchorClicked"] }] }); }
|
|
9
9
|
}
|
|
10
10
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: C1TxtComponent, decorators: [{
|
|
11
11
|
type: Component,
|
|
12
|
-
args: [{ selector: 'c1-txt', standalone: true, imports: [CommonModule, BabylonLinkTypeDirective], template: "<section\n class=\"mdl-C1Txt\"\n [ngClass]=\"{\n primary: activeView === 0 || activeView === 1,\n secundary: activeView === 2,\n tertiary: activeView === 3,\n }\"\n>\n @if (image?.src) {\n <div class=\"mdl-imagen\">\n <img\n [src]=\"image?.src\"\n loading=\"lazy\"\n [alt]=\"image?.alt ?? 'image'\"\n />\n </div>\n }\n @if (texts) {\n <div class=\"mdl-container\">\n @if (texts.pretitle) {\n <div class=\"m-pretitulo\" [innerHTML]=\"texts.pretitle\"></div>\n }\n @if (texts.title) {\n <div class=\"m-titulo\" [innerHTML]=\"texts.title\"></div>\n }\n @if (texts.description) {\n <div class=\"m-texto\" [innerHTML]=\"texts.description\"></div>\n }\n @if (texts.text) {\n <div class=\"m-especial\" [innerHTML]=\"texts.text\"></div>\n }\n </div>\n }\n @if (buttons?.length) {\n <div class=\"m-buttons-row\">\n @if (buttons?.[0]?.url) {\n <a\n class=\"m-buttonD\"\n [href]=\"buttons?.[0]?.url\"\n [linkType]=\"buttons?.[0]?.linkType\"\n [attr.target]=\"buttons?.[0]?.target || '_self'\"\n [attr.rel]=\"(buttons?.[0]?.target || '_self') === '_blank' ? 'noopener noreferrer' : null\"\n [attr.aria-label]=\"buttons?.[0]?.label\"\n >\n {{ buttons?.[0]?.label }}\n </a>\n }\n @if (buttons?.[1]?.url) {\n <a\n class=\"m-buttonD\"\n [href]=\"buttons?.[1]?.url\"\n [linkType]=\"buttons?.[1]?.linkType\"\n [attr.target]=\"buttons?.[1]?.target || '_self'\"\n [attr.rel]=\"(buttons?.[1]?.target || '_self') === '_blank' ? 'noopener noreferrer' : null\"\n [attr.aria-label]=\"buttons?.[1]?.label\"\n >\n {{ buttons?.[1]?.label }}\n </a>\n }\n </div>\n\n }\n\n\n</section>\n", styles: [".mdl-C1Txt .m-buttons-row{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:2rem;margin-top:2rem}.mdl-C1Txt .mdl-imagen{display:flex;justify-content:center;align-items:center}.mdl-C1Txt{padding-left:0!important;padding-right:0!important}.mdl-C1Txt .mdl-container{width:100%;max-width:144.5rem;margin:0 auto;padding:8rem 4rem;text-align:center;box-sizing:border-box;display:flex;flex-direction:column;gap:4rem;align-items:center;color:#393637}.mdl-C1Txt .mdl-container .m-pretitulo{font-family:var(--font-pretitle);font-size:1.7rem;font-weight:400;letter-spacing:10%;line-height:100%;text-transform:uppercase}.mdl-C1Txt .mdl-container .m-titulo{font-family:var(--font-title);font-size:7rem;font-style:normal;font-weight:700;line-height:8rem}.mdl-C1Txt .mdl-container .m-texto{font-family:var(--font-text);font-size:1.6rem;font-weight:400;line-height:2.8rem;max-width:76rem}.mdl-C1Txt .mdl-container .m-especial{font-family:var(--font-claim);font-size:6rem;font-weight:400;line-height:100%;color:#fcdd3f}@media (max-width: 1200px){.mdl-C1Txt .mdl-container .m-titulo{font-size:5rem;line-height:5rem}}@media (max-width: 600px){.mdl-C1Txt .mdl-container{padding:8rem 2rem}.mdl-C1Txt .mdl-container .m-titulo{font-size:4rem;line-height:4rem}.mdl-C1Txt .mdl-container .m-especial{font-size:4rem}}.mdl-C1Txt.secundary .mdl-container{background-color:var(--cl_background_dark);max-width:100%}.mdl-C1Txt.secundary .mdl-container .m-titulo{order:2}.mdl-C1Txt.tertiary .mdl-container{padding:2rem 4rem}.m-buttonD{font-family:new-atten,sans-serif;font-size:1.4rem;font-weight:500;letter-spacing:.2rem;line-height:100%;text-transform:uppercase;border-radius:8rem;border:1px solid #393637;padding:2rem 5rem;transition:.5s;min-width:26rem}.m-buttonD span{color:#393637}.m-buttonD:hover{background-color:#fcdd3f;transition:.5s;border:0}.m-buttonD{margin-top:3.5rem}\n"] }]
|
|
12
|
+
args: [{ selector: 'c1-txt', standalone: true, imports: [CommonModule, BabylonLinkTypeDirective], template: "<section\n class=\"mdl-C1Txt\"\n [ngClass]=\"{\n primary: activeView === 0 || activeView === 1,\n secundary: activeView === 2,\n tertiary: activeView === 3,\n }\"\n>\n @if (image?.src) {\n <div class=\"mdl-imagen\">\n <img\n [src]=\"image?.src\"\n loading=\"lazy\"\n [alt]=\"image?.alt ?? 'image'\"\n />\n </div>\n }\n @if (texts) {\n <div class=\"mdl-container\">\n @if (texts.pretitle) {\n <div class=\"m-pretitulo\" [innerHTML]=\"texts.pretitle\"></div>\n }\n @if (texts.title) {\n <div class=\"m-titulo\" [innerHTML]=\"texts.title\"></div>\n }\n @if (texts.description) {\n <div class=\"m-texto\" [innerHTML]=\"texts.description\"></div>\n }\n @if (texts.text) {\n <div class=\"m-especial\" [innerHTML]=\"texts.text\"></div>\n }\n </div>\n }\n @if (buttons?.length) {\n <div class=\"m-buttons-row\">\n @if (buttons?.[0]?.url) {\n <a\n class=\"m-buttonD\"\n [href]=\"buttons?.[0]?.url\"\n [linkType]=\"buttons?.[0]?.linkType\"\n [attr.target]=\"buttons?.[0]?.target || '_self'\"\n [attr.rel]=\"(buttons?.[0]?.target || '_self') === '_blank' ? 'noopener noreferrer' : null\"\n [attr.aria-label]=\"buttons?.[0]?.label\"\n >\n {{ buttons?.[0]?.label }}\n </a>\n }\n @if (buttons?.[1]?.url) {\n <a\n class=\"m-buttonD\"\n [href]=\"buttons?.[1]?.url\"\n [linkType]=\"buttons?.[1]?.linkType\"\n [attr.target]=\"buttons?.[1]?.target || '_self'\"\n [attr.rel]=\"(buttons?.[1]?.target || '_self') === '_blank' ? 'noopener noreferrer' : null\"\n [attr.aria-label]=\"buttons?.[1]?.label\"\n >\n {{ buttons?.[1]?.label }}\n </a>\n }\n </div>\n\n }\n\n\n</section>\n", styles: [".mdl-C1Txt .m-buttons-row{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:2rem;margin-top:2rem}.mdl-C1Txt .mdl-imagen{display:flex;justify-content:center;align-items:center}.mdl-C1Txt{padding-left:0!important;padding-right:0!important}.mdl-C1Txt .mdl-container{width:100%;max-width:144.5rem;margin:0 auto;padding:8rem 4rem;text-align:center;box-sizing:border-box;display:flex;flex-direction:column;gap:4rem;align-items:center;color:#393637}.mdl-C1Txt .mdl-container .m-pretitulo{font-family:var(--font-pretitle);font-size:1.7rem;font-weight:400;letter-spacing:10%;line-height:100%;text-transform:uppercase}.mdl-C1Txt .mdl-container .m-titulo{font-family:var(--font-title);font-size:7rem;font-style:normal;font-weight:700;line-height:8rem}.mdl-C1Txt .mdl-container .m-texto{font-family:var(--font-text);font-size:1.6rem;font-weight:400;line-height:2.8rem;max-width:76rem}.mdl-C1Txt .mdl-container .m-especial{font-family:var(--font-claim);font-size:6rem;font-weight:400;line-height:100%;color:#fcdd3f}@media (max-width: 1200px){.mdl-C1Txt .mdl-container .m-titulo{font-size:5rem;line-height:5rem}}@media (max-width: 600px){.mdl-C1Txt .mdl-container{padding:8rem 2rem}.mdl-C1Txt .mdl-container .m-titulo{font-size:4rem;line-height:4rem}.mdl-C1Txt .mdl-container .m-especial{font-size:4rem}}.mdl-C1Txt.secundary .mdl-container{background-color:var(--cl_background_dark);max-width:100%}.mdl-C1Txt.secundary .mdl-container .m-titulo{order:2}.mdl-C1Txt.tertiary .mdl-container{padding:2rem 4rem}.m-buttonD{margin-bottom:4rem;font-family:new-atten,sans-serif;font-size:1.4rem;font-weight:500;letter-spacing:.2rem;line-height:100%;text-transform:uppercase;border-radius:8rem;border:1px solid #393637;padding:2rem 5rem;transition:.5s;min-width:26rem}.m-buttonD span{color:#393637}.m-buttonD:hover{background-color:#fcdd3f;transition:.5s;border:0}.m-buttonD{margin-top:3.5rem}\n"] }]
|
|
13
13
|
}], propDecorators: { texts: [{
|
|
14
14
|
type: Input
|
|
15
15
|
}], activeView: [{
|
|
@@ -19,4 +19,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
19
19
|
}], buttons: [{
|
|
20
20
|
type: Input
|
|
21
21
|
}] } });
|
|
22
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
22
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYzEtdHh0LmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2JhYnlsb24vc3JjL2xpYi9jb21wb25lbnRzL2V4dGVybmFsL2NvcmUvYzEtdHh0L2MxLXR4dC5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9iYWJ5bG9uL3NyYy9saWIvY29tcG9uZW50cy9leHRlcm5hbC9jb3JlL2MxLXR4dC9jMS10eHQuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQy9DLE9BQU8sRUFBRSxTQUFTLEVBQUUsS0FBSyxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBRWpELE9BQU8sRUFBRSx3QkFBd0IsRUFBRSxNQUFNLHNEQUFzRCxDQUFDOzs7QUFTaEcsTUFBTSxPQUFPLGNBQWM7K0dBQWQsY0FBYzttR0FBZCxjQUFjLDRKQ1ozQixtbEVBaUVBLG02RER6RGMsWUFBWSw2SEFBRSx3QkFBd0I7OzRGQUl2QyxjQUFjO2tCQVAxQixTQUFTOytCQUNJLFFBQVEsY0FDTixJQUFJLFdBQ1AsQ0FBQyxZQUFZLEVBQUUsd0JBQXdCLENBQUM7OEJBS3hDLEtBQUs7c0JBQWIsS0FBSztnQkFDRyxVQUFVO3NCQUFsQixLQUFLO2dCQUVHLEtBQUs7c0JBQWIsS0FBSztnQkFDRyxPQUFPO3NCQUFmLEtBQUsiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xuaW1wb3J0IHsgQ29tcG9uZW50LCBJbnB1dCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgQmFieWxvbkJ1dHRvbkksIEJhYnlsb25JbWFnZUksIEJhYnlsb25UZXh0SW5mb0kgfSBmcm9tICcuLi8uLi8uLi8uLi9pbnRlcmZhY2VzJztcbmltcG9ydCB7IEJhYnlsb25MaW5rVHlwZURpcmVjdGl2ZSB9IGZyb20gJy4uLy4uLy4uLy4uL2RpcmVjdGl2ZXMvbGluay10eXBlL2xpbmstdHlwZS5kaXJlY3RpdmUnO1xuXG5AQ29tcG9uZW50KHtcbiAgICBzZWxlY3RvcjogJ2MxLXR4dCcsXG4gICAgc3RhbmRhbG9uZTogdHJ1ZSxcbiAgICBpbXBvcnRzOiBbQ29tbW9uTW9kdWxlLCBCYWJ5bG9uTGlua1R5cGVEaXJlY3RpdmVdLFxuICAgIHRlbXBsYXRlVXJsOiAnLi9jMS10eHQuY29tcG9uZW50Lmh0bWwnLFxuICAgIHN0eWxlVXJsOiAnLi9jMS10eHQuY29tcG9uZW50LnNjc3MnLFxufSlcbmV4cG9ydCBjbGFzcyBDMVR4dENvbXBvbmVudCB7XG4gICAgQElucHV0KCkgdGV4dHM/OiBCYWJ5bG9uVGV4dEluZm9JO1xuICAgIEBJbnB1dCgpIGFjdGl2ZVZpZXc/OiBudW1iZXI7XG4gICAgLy8gYXNzaWduIHZpc3RhIDMgaW4gY29tcG9uZW50IHRvIGhhdmUgbGVzcyBwYWRkaW5nIHdoZW4gc2hvd2luZyB0aGUgaW1hZ2UgYW5kIGJ1dHRvbnNcbiAgICBASW5wdXQoKSBpbWFnZT86IEJhYnlsb25JbWFnZUk7XG4gICAgQElucHV0KCkgYnV0dG9ucz86IEJhYnlsb25CdXR0b25JW107XG59XG4iLCI8c2VjdGlvblxuICAgIGNsYXNzPVwibWRsLUMxVHh0XCJcbiAgICBbbmdDbGFzc109XCJ7XG4gICAgICAgIHByaW1hcnk6IGFjdGl2ZVZpZXcgPT09IDAgfHwgYWN0aXZlVmlldyA9PT0gMSxcbiAgICAgICAgc2VjdW5kYXJ5OiBhY3RpdmVWaWV3ID09PSAyLFxuICAgICAgICB0ZXJ0aWFyeTogYWN0aXZlVmlldyA9PT0gMyxcbiAgICB9XCJcbj5cbiAgICBAaWYgKGltYWdlPy5zcmMpIHtcbiAgICAgICAgPGRpdiBjbGFzcz1cIm1kbC1pbWFnZW5cIj5cbiAgICAgICAgICAgIDxpbWdcbiAgICAgICAgICAgICAgICBbc3JjXT1cImltYWdlPy5zcmNcIlxuICAgICAgICAgICAgICAgIGxvYWRpbmc9XCJsYXp5XCJcbiAgICAgICAgICAgICAgICBbYWx0XT1cImltYWdlPy5hbHQgPz8gJ2ltYWdlJ1wiXG4gICAgICAgICAgICAvPlxuICAgICAgICA8L2Rpdj5cbiAgICB9XG4gICAgQGlmICh0ZXh0cykge1xuICAgICAgICA8ZGl2IGNsYXNzPVwibWRsLWNvbnRhaW5lclwiPlxuICAgICAgICAgICAgQGlmICh0ZXh0cy5wcmV0aXRsZSkge1xuICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJtLXByZXRpdHVsb1wiIFtpbm5lckhUTUxdPVwidGV4dHMucHJldGl0bGVcIj48L2Rpdj5cbiAgICAgICAgICAgIH1cbiAgICAgICAgICAgIEBpZiAodGV4dHMudGl0bGUpIHtcbiAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwibS10aXR1bG9cIiBbaW5uZXJIVE1MXT1cInRleHRzLnRpdGxlXCI+PC9kaXY+XG4gICAgICAgICAgICB9XG4gICAgICAgICAgICBAaWYgKHRleHRzLmRlc2NyaXB0aW9uKSB7XG4gICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cIm0tdGV4dG9cIiBbaW5uZXJIVE1MXT1cInRleHRzLmRlc2NyaXB0aW9uXCI+PC9kaXY+XG4gICAgICAgICAgICB9XG4gICAgICAgICAgICBAaWYgKHRleHRzLnRleHQpIHtcbiAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwibS1lc3BlY2lhbFwiIFtpbm5lckhUTUxdPVwidGV4dHMudGV4dFwiPjwvZGl2PlxuICAgICAgICAgICAgfVxuICAgICAgICA8L2Rpdj5cbiAgICB9XG4gICAgQGlmIChidXR0b25zPy5sZW5ndGgpIHtcbiAgICAgIDxkaXYgY2xhc3M9XCJtLWJ1dHRvbnMtcm93XCI+XG4gICAgICAgIEBpZiAoYnV0dG9ucz8uWzBdPy51cmwpIHtcbiAgICAgICAgICA8YVxuICAgICAgICAgICAgICBjbGFzcz1cIm0tYnV0dG9uRFwiXG4gICAgICAgICAgICAgIFtocmVmXT1cImJ1dHRvbnM/LlswXT8udXJsXCJcbiAgICAgICAgICAgICAgW2xpbmtUeXBlXT1cImJ1dHRvbnM/LlswXT8ubGlua1R5cGVcIlxuICAgICAgICAgICAgICBbYXR0ci50YXJnZXRdPVwiYnV0dG9ucz8uWzBdPy50YXJnZXQgfHwgJ19zZWxmJ1wiXG4gICAgICAgICAgICAgIFthdHRyLnJlbF09XCIoYnV0dG9ucz8uWzBdPy50YXJnZXQgfHwgJ19zZWxmJykgPT09ICdfYmxhbmsnID8gJ25vb3BlbmVyIG5vcmVmZXJyZXInIDogbnVsbFwiXG4gICAgICAgICAgICAgIFthdHRyLmFyaWEtbGFiZWxdPVwiYnV0dG9ucz8uWzBdPy5sYWJlbFwiXG4gICAgICAgICAgPlxuICAgICAgICAgICAgICB7eyBidXR0b25zPy5bMF0/LmxhYmVsIH19XG4gICAgICAgICAgPC9hPlxuICAgICAgICB9XG4gICAgICAgIEBpZiAoYnV0dG9ucz8uWzFdPy51cmwpIHtcbiAgICAgICAgICA8YVxuICAgICAgICAgICAgICBjbGFzcz1cIm0tYnV0dG9uRFwiXG4gICAgICAgICAgICAgIFtocmVmXT1cImJ1dHRvbnM/LlsxXT8udXJsXCJcbiAgICAgICAgICAgICAgW2xpbmtUeXBlXT1cImJ1dHRvbnM/LlsxXT8ubGlua1R5cGVcIlxuICAgICAgICAgICAgICBbYXR0ci50YXJnZXRdPVwiYnV0dG9ucz8uWzFdPy50YXJnZXQgfHwgJ19zZWxmJ1wiXG4gICAgICAgICAgICAgIFthdHRyLnJlbF09XCIoYnV0dG9ucz8uWzFdPy50YXJnZXQgfHwgJ19zZWxmJykgPT09ICdfYmxhbmsnID8gJ25vb3BlbmVyIG5vcmVmZXJyZXInIDogbnVsbFwiXG4gICAgICAgICAgICAgIFthdHRyLmFyaWEtbGFiZWxdPVwiYnV0dG9ucz8uWzFdPy5sYWJlbFwiXG4gICAgICAgICAgPlxuICAgICAgICAgICAgICB7eyBidXR0b25zPy5bMV0/LmxhYmVsIH19XG4gICAgICAgICAgPC9hPlxuICAgICAgICB9XG4gICAgICA8L2Rpdj5cblxuICAgICAgICAgICAgfVxuXG5cbjwvc2VjdGlvbj5cbiJdfQ==
|
package/fesm2022/ctt-babylon.mjs
CHANGED
|
@@ -25578,11 +25578,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
25578
25578
|
|
|
25579
25579
|
class C1TxtComponent {
|
|
25580
25580
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: C1TxtComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
25581
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.3.12", type: C1TxtComponent, isStandalone: true, selector: "c1-txt", inputs: { texts: "texts", activeView: "activeView", image: "image", buttons: "buttons" }, ngImport: i0, template: "<section\n class=\"mdl-C1Txt\"\n [ngClass]=\"{\n primary: activeView === 0 || activeView === 1,\n secundary: activeView === 2,\n tertiary: activeView === 3,\n }\"\n>\n @if (image?.src) {\n <div class=\"mdl-imagen\">\n <img\n [src]=\"image?.src\"\n loading=\"lazy\"\n [alt]=\"image?.alt ?? 'image'\"\n />\n </div>\n }\n @if (texts) {\n <div class=\"mdl-container\">\n @if (texts.pretitle) {\n <div class=\"m-pretitulo\" [innerHTML]=\"texts.pretitle\"></div>\n }\n @if (texts.title) {\n <div class=\"m-titulo\" [innerHTML]=\"texts.title\"></div>\n }\n @if (texts.description) {\n <div class=\"m-texto\" [innerHTML]=\"texts.description\"></div>\n }\n @if (texts.text) {\n <div class=\"m-especial\" [innerHTML]=\"texts.text\"></div>\n }\n </div>\n }\n @if (buttons?.length) {\n <div class=\"m-buttons-row\">\n @if (buttons?.[0]?.url) {\n <a\n class=\"m-buttonD\"\n [href]=\"buttons?.[0]?.url\"\n [linkType]=\"buttons?.[0]?.linkType\"\n [attr.target]=\"buttons?.[0]?.target || '_self'\"\n [attr.rel]=\"(buttons?.[0]?.target || '_self') === '_blank' ? 'noopener noreferrer' : null\"\n [attr.aria-label]=\"buttons?.[0]?.label\"\n >\n {{ buttons?.[0]?.label }}\n </a>\n }\n @if (buttons?.[1]?.url) {\n <a\n class=\"m-buttonD\"\n [href]=\"buttons?.[1]?.url\"\n [linkType]=\"buttons?.[1]?.linkType\"\n [attr.target]=\"buttons?.[1]?.target || '_self'\"\n [attr.rel]=\"(buttons?.[1]?.target || '_self') === '_blank' ? 'noopener noreferrer' : null\"\n [attr.aria-label]=\"buttons?.[1]?.label\"\n >\n {{ buttons?.[1]?.label }}\n </a>\n }\n </div>\n\n }\n\n\n</section>\n", styles: [".mdl-C1Txt .m-buttons-row{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:2rem;margin-top:2rem}.mdl-C1Txt .mdl-imagen{display:flex;justify-content:center;align-items:center}.mdl-C1Txt{padding-left:0!important;padding-right:0!important}.mdl-C1Txt .mdl-container{width:100%;max-width:144.5rem;margin:0 auto;padding:8rem 4rem;text-align:center;box-sizing:border-box;display:flex;flex-direction:column;gap:4rem;align-items:center;color:#393637}.mdl-C1Txt .mdl-container .m-pretitulo{font-family:var(--font-pretitle);font-size:1.7rem;font-weight:400;letter-spacing:10%;line-height:100%;text-transform:uppercase}.mdl-C1Txt .mdl-container .m-titulo{font-family:var(--font-title);font-size:7rem;font-style:normal;font-weight:700;line-height:8rem}.mdl-C1Txt .mdl-container .m-texto{font-family:var(--font-text);font-size:1.6rem;font-weight:400;line-height:2.8rem;max-width:76rem}.mdl-C1Txt .mdl-container .m-especial{font-family:var(--font-claim);font-size:6rem;font-weight:400;line-height:100%;color:#fcdd3f}@media (max-width: 1200px){.mdl-C1Txt .mdl-container .m-titulo{font-size:5rem;line-height:5rem}}@media (max-width: 600px){.mdl-C1Txt .mdl-container{padding:8rem 2rem}.mdl-C1Txt .mdl-container .m-titulo{font-size:4rem;line-height:4rem}.mdl-C1Txt .mdl-container .m-especial{font-size:4rem}}.mdl-C1Txt.secundary .mdl-container{background-color:var(--cl_background_dark);max-width:100%}.mdl-C1Txt.secundary .mdl-container .m-titulo{order:2}.mdl-C1Txt.tertiary .mdl-container{padding:2rem 4rem}.m-buttonD{font-family:new-atten,sans-serif;font-size:1.4rem;font-weight:500;letter-spacing:.2rem;line-height:100%;text-transform:uppercase;border-radius:8rem;border:1px solid #393637;padding:2rem 5rem;transition:.5s;min-width:26rem}.m-buttonD span{color:#393637}.m-buttonD:hover{background-color:#fcdd3f;transition:.5s;border:0}.m-buttonD{margin-top:3.5rem}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1$1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: BabylonLinkTypeDirective, selector: "[linkType]", inputs: ["linkType", "href", "modalClick", "clickPopup", "disablePointerNone"], outputs: ["anchorClicked"] }] }); }
|
|
25581
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.3.12", type: C1TxtComponent, isStandalone: true, selector: "c1-txt", inputs: { texts: "texts", activeView: "activeView", image: "image", buttons: "buttons" }, ngImport: i0, template: "<section\n class=\"mdl-C1Txt\"\n [ngClass]=\"{\n primary: activeView === 0 || activeView === 1,\n secundary: activeView === 2,\n tertiary: activeView === 3,\n }\"\n>\n @if (image?.src) {\n <div class=\"mdl-imagen\">\n <img\n [src]=\"image?.src\"\n loading=\"lazy\"\n [alt]=\"image?.alt ?? 'image'\"\n />\n </div>\n }\n @if (texts) {\n <div class=\"mdl-container\">\n @if (texts.pretitle) {\n <div class=\"m-pretitulo\" [innerHTML]=\"texts.pretitle\"></div>\n }\n @if (texts.title) {\n <div class=\"m-titulo\" [innerHTML]=\"texts.title\"></div>\n }\n @if (texts.description) {\n <div class=\"m-texto\" [innerHTML]=\"texts.description\"></div>\n }\n @if (texts.text) {\n <div class=\"m-especial\" [innerHTML]=\"texts.text\"></div>\n }\n </div>\n }\n @if (buttons?.length) {\n <div class=\"m-buttons-row\">\n @if (buttons?.[0]?.url) {\n <a\n class=\"m-buttonD\"\n [href]=\"buttons?.[0]?.url\"\n [linkType]=\"buttons?.[0]?.linkType\"\n [attr.target]=\"buttons?.[0]?.target || '_self'\"\n [attr.rel]=\"(buttons?.[0]?.target || '_self') === '_blank' ? 'noopener noreferrer' : null\"\n [attr.aria-label]=\"buttons?.[0]?.label\"\n >\n {{ buttons?.[0]?.label }}\n </a>\n }\n @if (buttons?.[1]?.url) {\n <a\n class=\"m-buttonD\"\n [href]=\"buttons?.[1]?.url\"\n [linkType]=\"buttons?.[1]?.linkType\"\n [attr.target]=\"buttons?.[1]?.target || '_self'\"\n [attr.rel]=\"(buttons?.[1]?.target || '_self') === '_blank' ? 'noopener noreferrer' : null\"\n [attr.aria-label]=\"buttons?.[1]?.label\"\n >\n {{ buttons?.[1]?.label }}\n </a>\n }\n </div>\n\n }\n\n\n</section>\n", styles: [".mdl-C1Txt .m-buttons-row{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:2rem;margin-top:2rem}.mdl-C1Txt .mdl-imagen{display:flex;justify-content:center;align-items:center}.mdl-C1Txt{padding-left:0!important;padding-right:0!important}.mdl-C1Txt .mdl-container{width:100%;max-width:144.5rem;margin:0 auto;padding:8rem 4rem;text-align:center;box-sizing:border-box;display:flex;flex-direction:column;gap:4rem;align-items:center;color:#393637}.mdl-C1Txt .mdl-container .m-pretitulo{font-family:var(--font-pretitle);font-size:1.7rem;font-weight:400;letter-spacing:10%;line-height:100%;text-transform:uppercase}.mdl-C1Txt .mdl-container .m-titulo{font-family:var(--font-title);font-size:7rem;font-style:normal;font-weight:700;line-height:8rem}.mdl-C1Txt .mdl-container .m-texto{font-family:var(--font-text);font-size:1.6rem;font-weight:400;line-height:2.8rem;max-width:76rem}.mdl-C1Txt .mdl-container .m-especial{font-family:var(--font-claim);font-size:6rem;font-weight:400;line-height:100%;color:#fcdd3f}@media (max-width: 1200px){.mdl-C1Txt .mdl-container .m-titulo{font-size:5rem;line-height:5rem}}@media (max-width: 600px){.mdl-C1Txt .mdl-container{padding:8rem 2rem}.mdl-C1Txt .mdl-container .m-titulo{font-size:4rem;line-height:4rem}.mdl-C1Txt .mdl-container .m-especial{font-size:4rem}}.mdl-C1Txt.secundary .mdl-container{background-color:var(--cl_background_dark);max-width:100%}.mdl-C1Txt.secundary .mdl-container .m-titulo{order:2}.mdl-C1Txt.tertiary .mdl-container{padding:2rem 4rem}.m-buttonD{margin-bottom:4rem;font-family:new-atten,sans-serif;font-size:1.4rem;font-weight:500;letter-spacing:.2rem;line-height:100%;text-transform:uppercase;border-radius:8rem;border:1px solid #393637;padding:2rem 5rem;transition:.5s;min-width:26rem}.m-buttonD span{color:#393637}.m-buttonD:hover{background-color:#fcdd3f;transition:.5s;border:0}.m-buttonD{margin-top:3.5rem}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1$1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: BabylonLinkTypeDirective, selector: "[linkType]", inputs: ["linkType", "href", "modalClick", "clickPopup", "disablePointerNone"], outputs: ["anchorClicked"] }] }); }
|
|
25582
25582
|
}
|
|
25583
25583
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: C1TxtComponent, decorators: [{
|
|
25584
25584
|
type: Component,
|
|
25585
|
-
args: [{ selector: 'c1-txt', standalone: true, imports: [CommonModule, BabylonLinkTypeDirective], template: "<section\n class=\"mdl-C1Txt\"\n [ngClass]=\"{\n primary: activeView === 0 || activeView === 1,\n secundary: activeView === 2,\n tertiary: activeView === 3,\n }\"\n>\n @if (image?.src) {\n <div class=\"mdl-imagen\">\n <img\n [src]=\"image?.src\"\n loading=\"lazy\"\n [alt]=\"image?.alt ?? 'image'\"\n />\n </div>\n }\n @if (texts) {\n <div class=\"mdl-container\">\n @if (texts.pretitle) {\n <div class=\"m-pretitulo\" [innerHTML]=\"texts.pretitle\"></div>\n }\n @if (texts.title) {\n <div class=\"m-titulo\" [innerHTML]=\"texts.title\"></div>\n }\n @if (texts.description) {\n <div class=\"m-texto\" [innerHTML]=\"texts.description\"></div>\n }\n @if (texts.text) {\n <div class=\"m-especial\" [innerHTML]=\"texts.text\"></div>\n }\n </div>\n }\n @if (buttons?.length) {\n <div class=\"m-buttons-row\">\n @if (buttons?.[0]?.url) {\n <a\n class=\"m-buttonD\"\n [href]=\"buttons?.[0]?.url\"\n [linkType]=\"buttons?.[0]?.linkType\"\n [attr.target]=\"buttons?.[0]?.target || '_self'\"\n [attr.rel]=\"(buttons?.[0]?.target || '_self') === '_blank' ? 'noopener noreferrer' : null\"\n [attr.aria-label]=\"buttons?.[0]?.label\"\n >\n {{ buttons?.[0]?.label }}\n </a>\n }\n @if (buttons?.[1]?.url) {\n <a\n class=\"m-buttonD\"\n [href]=\"buttons?.[1]?.url\"\n [linkType]=\"buttons?.[1]?.linkType\"\n [attr.target]=\"buttons?.[1]?.target || '_self'\"\n [attr.rel]=\"(buttons?.[1]?.target || '_self') === '_blank' ? 'noopener noreferrer' : null\"\n [attr.aria-label]=\"buttons?.[1]?.label\"\n >\n {{ buttons?.[1]?.label }}\n </a>\n }\n </div>\n\n }\n\n\n</section>\n", styles: [".mdl-C1Txt .m-buttons-row{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:2rem;margin-top:2rem}.mdl-C1Txt .mdl-imagen{display:flex;justify-content:center;align-items:center}.mdl-C1Txt{padding-left:0!important;padding-right:0!important}.mdl-C1Txt .mdl-container{width:100%;max-width:144.5rem;margin:0 auto;padding:8rem 4rem;text-align:center;box-sizing:border-box;display:flex;flex-direction:column;gap:4rem;align-items:center;color:#393637}.mdl-C1Txt .mdl-container .m-pretitulo{font-family:var(--font-pretitle);font-size:1.7rem;font-weight:400;letter-spacing:10%;line-height:100%;text-transform:uppercase}.mdl-C1Txt .mdl-container .m-titulo{font-family:var(--font-title);font-size:7rem;font-style:normal;font-weight:700;line-height:8rem}.mdl-C1Txt .mdl-container .m-texto{font-family:var(--font-text);font-size:1.6rem;font-weight:400;line-height:2.8rem;max-width:76rem}.mdl-C1Txt .mdl-container .m-especial{font-family:var(--font-claim);font-size:6rem;font-weight:400;line-height:100%;color:#fcdd3f}@media (max-width: 1200px){.mdl-C1Txt .mdl-container .m-titulo{font-size:5rem;line-height:5rem}}@media (max-width: 600px){.mdl-C1Txt .mdl-container{padding:8rem 2rem}.mdl-C1Txt .mdl-container .m-titulo{font-size:4rem;line-height:4rem}.mdl-C1Txt .mdl-container .m-especial{font-size:4rem}}.mdl-C1Txt.secundary .mdl-container{background-color:var(--cl_background_dark);max-width:100%}.mdl-C1Txt.secundary .mdl-container .m-titulo{order:2}.mdl-C1Txt.tertiary .mdl-container{padding:2rem 4rem}.m-buttonD{font-family:new-atten,sans-serif;font-size:1.4rem;font-weight:500;letter-spacing:.2rem;line-height:100%;text-transform:uppercase;border-radius:8rem;border:1px solid #393637;padding:2rem 5rem;transition:.5s;min-width:26rem}.m-buttonD span{color:#393637}.m-buttonD:hover{background-color:#fcdd3f;transition:.5s;border:0}.m-buttonD{margin-top:3.5rem}\n"] }]
|
|
25585
|
+
args: [{ selector: 'c1-txt', standalone: true, imports: [CommonModule, BabylonLinkTypeDirective], template: "<section\n class=\"mdl-C1Txt\"\n [ngClass]=\"{\n primary: activeView === 0 || activeView === 1,\n secundary: activeView === 2,\n tertiary: activeView === 3,\n }\"\n>\n @if (image?.src) {\n <div class=\"mdl-imagen\">\n <img\n [src]=\"image?.src\"\n loading=\"lazy\"\n [alt]=\"image?.alt ?? 'image'\"\n />\n </div>\n }\n @if (texts) {\n <div class=\"mdl-container\">\n @if (texts.pretitle) {\n <div class=\"m-pretitulo\" [innerHTML]=\"texts.pretitle\"></div>\n }\n @if (texts.title) {\n <div class=\"m-titulo\" [innerHTML]=\"texts.title\"></div>\n }\n @if (texts.description) {\n <div class=\"m-texto\" [innerHTML]=\"texts.description\"></div>\n }\n @if (texts.text) {\n <div class=\"m-especial\" [innerHTML]=\"texts.text\"></div>\n }\n </div>\n }\n @if (buttons?.length) {\n <div class=\"m-buttons-row\">\n @if (buttons?.[0]?.url) {\n <a\n class=\"m-buttonD\"\n [href]=\"buttons?.[0]?.url\"\n [linkType]=\"buttons?.[0]?.linkType\"\n [attr.target]=\"buttons?.[0]?.target || '_self'\"\n [attr.rel]=\"(buttons?.[0]?.target || '_self') === '_blank' ? 'noopener noreferrer' : null\"\n [attr.aria-label]=\"buttons?.[0]?.label\"\n >\n {{ buttons?.[0]?.label }}\n </a>\n }\n @if (buttons?.[1]?.url) {\n <a\n class=\"m-buttonD\"\n [href]=\"buttons?.[1]?.url\"\n [linkType]=\"buttons?.[1]?.linkType\"\n [attr.target]=\"buttons?.[1]?.target || '_self'\"\n [attr.rel]=\"(buttons?.[1]?.target || '_self') === '_blank' ? 'noopener noreferrer' : null\"\n [attr.aria-label]=\"buttons?.[1]?.label\"\n >\n {{ buttons?.[1]?.label }}\n </a>\n }\n </div>\n\n }\n\n\n</section>\n", styles: [".mdl-C1Txt .m-buttons-row{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:2rem;margin-top:2rem}.mdl-C1Txt .mdl-imagen{display:flex;justify-content:center;align-items:center}.mdl-C1Txt{padding-left:0!important;padding-right:0!important}.mdl-C1Txt .mdl-container{width:100%;max-width:144.5rem;margin:0 auto;padding:8rem 4rem;text-align:center;box-sizing:border-box;display:flex;flex-direction:column;gap:4rem;align-items:center;color:#393637}.mdl-C1Txt .mdl-container .m-pretitulo{font-family:var(--font-pretitle);font-size:1.7rem;font-weight:400;letter-spacing:10%;line-height:100%;text-transform:uppercase}.mdl-C1Txt .mdl-container .m-titulo{font-family:var(--font-title);font-size:7rem;font-style:normal;font-weight:700;line-height:8rem}.mdl-C1Txt .mdl-container .m-texto{font-family:var(--font-text);font-size:1.6rem;font-weight:400;line-height:2.8rem;max-width:76rem}.mdl-C1Txt .mdl-container .m-especial{font-family:var(--font-claim);font-size:6rem;font-weight:400;line-height:100%;color:#fcdd3f}@media (max-width: 1200px){.mdl-C1Txt .mdl-container .m-titulo{font-size:5rem;line-height:5rem}}@media (max-width: 600px){.mdl-C1Txt .mdl-container{padding:8rem 2rem}.mdl-C1Txt .mdl-container .m-titulo{font-size:4rem;line-height:4rem}.mdl-C1Txt .mdl-container .m-especial{font-size:4rem}}.mdl-C1Txt.secundary .mdl-container{background-color:var(--cl_background_dark);max-width:100%}.mdl-C1Txt.secundary .mdl-container .m-titulo{order:2}.mdl-C1Txt.tertiary .mdl-container{padding:2rem 4rem}.m-buttonD{margin-bottom:4rem;font-family:new-atten,sans-serif;font-size:1.4rem;font-weight:500;letter-spacing:.2rem;line-height:100%;text-transform:uppercase;border-radius:8rem;border:1px solid #393637;padding:2rem 5rem;transition:.5s;min-width:26rem}.m-buttonD span{color:#393637}.m-buttonD:hover{background-color:#fcdd3f;transition:.5s;border:0}.m-buttonD{margin-top:3.5rem}\n"] }]
|
|
25586
25586
|
}], propDecorators: { texts: [{
|
|
25587
25587
|
type: Input
|
|
25588
25588
|
}], activeView: [{
|