ngx-mimic 0.0.6 → 0.0.9
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/esm2020/lib/circle-button/circle-button.component.mjs +22 -0
- package/esm2020/lib/description-box/description-box.component.mjs +14 -0
- package/esm2020/lib/feature-card/feature-card.component.mjs +3 -3
- package/esm2020/lib/mobile-bar/mobile-bar.component.mjs +14 -0
- package/esm2020/lib/ngx-mimic.module.mjs +33 -8
- package/esm2020/lib/state-menu/state-menu.component.mjs +25 -0
- package/esm2020/lib/tag/tag.component.mjs +21 -0
- package/esm2020/public-api.mjs +6 -2
- package/fesm2015/ngx-mimic.mjs +109 -15
- package/fesm2015/ngx-mimic.mjs.map +1 -1
- package/fesm2020/ngx-mimic.mjs +109 -15
- package/fesm2020/ngx-mimic.mjs.map +1 -1
- package/lib/circle-button/circle-button.component.d.ts +10 -0
- package/lib/description-box/description-box.component.d.ts +8 -0
- package/lib/mobile-bar/mobile-bar.component.d.ts +8 -0
- package/lib/ngx-mimic.module.d.ts +7 -2
- package/lib/state-menu/state-menu.component.d.ts +11 -0
- package/lib/tag/tag.component.d.ts +10 -0
- package/package.json +1 -1
- package/public-api.d.ts +5 -1
- package/src/assets/icon/Read Me.txt +7 -0
- package/src/assets/icon/demo-files/demo.css +152 -0
- package/src/assets/icon/demo-files/demo.js +30 -0
- package/src/assets/icon/demo.html +262 -0
- package/src/assets/icon/fonts/icomoon.eot +0 -0
- package/src/assets/icon/fonts/icomoon.svg +26 -0
- package/src/assets/icon/fonts/icomoon.ttf +0 -0
- package/src/assets/icon/fonts/icomoon.woff +0 -0
- package/src/assets/icon/selection.json +1 -0
- package/src/assets/icon/style.css +76 -0
- package/src/assets/styles/_icon.scss +78 -0
- package/src/assets/styles/_tokens.scss +18 -0
- package/src/assets/styles/_typography.scss +64 -0
- package/src/assets/styles/_utilities.scss +9 -0
- package/src/assets/styles.scss +4 -0
- package/esm2020/lib/button/button.component.mjs +0 -14
- package/lib/button/button.component.d.ts +0 -8
@@ -0,0 +1,22 @@
|
|
1
|
+
import { Component, Input } from '@angular/core';
|
2
|
+
import * as i0 from "@angular/core";
|
3
|
+
import * as i1 from "@angular/common";
|
4
|
+
export class CircleButtonComponent {
|
5
|
+
constructor() {
|
6
|
+
this.active = false;
|
7
|
+
this.icon = '';
|
8
|
+
}
|
9
|
+
ngOnInit() {
|
10
|
+
}
|
11
|
+
}
|
12
|
+
CircleButtonComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.5", ngImport: i0, type: CircleButtonComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
13
|
+
CircleButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.5", type: CircleButtonComponent, selector: "circle-button", inputs: { active: "active", icon: "icon" }, ngImport: i0, template: "<div class=\"flex circle-button\" [ngClass]=\"active ? 'active' : 'notActive'\">\n <span class=\"circle-button-icon {{ icon }}\"></span>\n</div>", styles: ["@import\"https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap\";.text{font-family:Rubik,sans-serif;font-size:16px;color:#1e2022;letter-spacing:0em;text-overflow:ellipsis}.text--headline-1{font-size:34px;font-weight:800;line-height:40px}.text--headline-2{font-size:29px;font-weight:800;line-height:34px;letter-spacing:-.01em}.text--headline-3{font-size:21px;font-weight:700;line-height:26px}.text--headline-4{font-size:17px;font-weight:700;line-height:24px}.text--headline-5{font-size:16px;font-weight:700;line-height:20px}.text--headline-6{font-size:14px;font-weight:600;line-height:20px}.text--paragraph{font-size:16px;font-weight:400;line-height:22px;background:black}.text--button{font-size:14px;font-weight:700;line-height:17px}.flex{display:flex;justify-content:center;align-items:center}.flex--between{justify-content:space-between}@font-face{font-family:icomoon;src:url(../icon/fonts/icomoon.eot?a7s3t1);src:url(../icon/fonts/icomoon.eot?a7s3t1#iefix) format(\"embedded-opentype\"),url(../icon/fonts/icomoon.ttf?a7s3t1) format(\"truetype\"),url(../icon/fonts/icomoon.woff?a7s3t1) format(\"woff\"),url(../icon/fonts/icomoon.svg?a7s3t1#icomoon) format(\"svg\");font-weight:400;font-style:normal;font-display:block}[class^=icon-],[class*=\" icon-\"]{font-size:26px;font-weight:700;font-family:icomoon!important;speak:never;font-style:normal;font-weight:400;font-feature-settings:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-location:before{content:\"\\e902\"}.icon-chat:before{content:\"\\e903\"}.icon-messenger:before{content:\"\\e904\"}.icon-home:before{content:\"\\e905\"}.icon-building:before{content:\"\\e906\"}.icon-farm:before{content:\"\\e907\"}.icon-land:before{content:\"\\e908\"}.icon-bedroom:before{content:\"\\e909\"}.icon-shower:before{content:\"\\e90a\"}.icon-garage:before{content:\"\\e90b\"}.icon-area:before{content:\"\\e90c\"}.icon-furnitured:before{content:\"\\e90d\"}.icon-grill:before{content:\"\\e90e\"}.icon-find-house:before{content:\"\\e901\"}.icon-heart:before{content:\"\\e9da\"}.icon-share:before{content:\"\\ea7d\"}.circle-button{height:42px;width:42px;background-color:#fff;border-radius:50%}.circle-button .circle-button-icon{display:flex;margin-top:3px;font-size:26px}.notActive{color:#d3dbe2}.active{color:#ff8d3a}\n"], directives: [{ type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }] });
|
14
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.5", ngImport: i0, type: CircleButtonComponent, decorators: [{
|
15
|
+
type: Component,
|
16
|
+
args: [{ selector: 'circle-button', template: "<div class=\"flex circle-button\" [ngClass]=\"active ? 'active' : 'notActive'\">\n <span class=\"circle-button-icon {{ icon }}\"></span>\n</div>", styles: ["@import\"https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap\";.text{font-family:Rubik,sans-serif;font-size:16px;color:#1e2022;letter-spacing:0em;text-overflow:ellipsis}.text--headline-1{font-size:34px;font-weight:800;line-height:40px}.text--headline-2{font-size:29px;font-weight:800;line-height:34px;letter-spacing:-.01em}.text--headline-3{font-size:21px;font-weight:700;line-height:26px}.text--headline-4{font-size:17px;font-weight:700;line-height:24px}.text--headline-5{font-size:16px;font-weight:700;line-height:20px}.text--headline-6{font-size:14px;font-weight:600;line-height:20px}.text--paragraph{font-size:16px;font-weight:400;line-height:22px;background:black}.text--button{font-size:14px;font-weight:700;line-height:17px}.flex{display:flex;justify-content:center;align-items:center}.flex--between{justify-content:space-between}@font-face{font-family:icomoon;src:url(../icon/fonts/icomoon.eot?a7s3t1);src:url(../icon/fonts/icomoon.eot?a7s3t1#iefix) format(\"embedded-opentype\"),url(../icon/fonts/icomoon.ttf?a7s3t1) format(\"truetype\"),url(../icon/fonts/icomoon.woff?a7s3t1) format(\"woff\"),url(../icon/fonts/icomoon.svg?a7s3t1#icomoon) format(\"svg\");font-weight:400;font-style:normal;font-display:block}[class^=icon-],[class*=\" icon-\"]{font-size:26px;font-weight:700;font-family:icomoon!important;speak:never;font-style:normal;font-weight:400;font-feature-settings:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-location:before{content:\"\\e902\"}.icon-chat:before{content:\"\\e903\"}.icon-messenger:before{content:\"\\e904\"}.icon-home:before{content:\"\\e905\"}.icon-building:before{content:\"\\e906\"}.icon-farm:before{content:\"\\e907\"}.icon-land:before{content:\"\\e908\"}.icon-bedroom:before{content:\"\\e909\"}.icon-shower:before{content:\"\\e90a\"}.icon-garage:before{content:\"\\e90b\"}.icon-area:before{content:\"\\e90c\"}.icon-furnitured:before{content:\"\\e90d\"}.icon-grill:before{content:\"\\e90e\"}.icon-find-house:before{content:\"\\e901\"}.icon-heart:before{content:\"\\e9da\"}.icon-share:before{content:\"\\ea7d\"}.circle-button{height:42px;width:42px;background-color:#fff;border-radius:50%}.circle-button .circle-button-icon{display:flex;margin-top:3px;font-size:26px}.notActive{color:#d3dbe2}.active{color:#ff8d3a}\n"] }]
|
17
|
+
}], ctorParameters: function () { return []; }, propDecorators: { active: [{
|
18
|
+
type: Input
|
19
|
+
}], icon: [{
|
20
|
+
type: Input
|
21
|
+
}] } });
|
22
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2lyY2xlLWJ1dHRvbi5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9uZ3gtbWltaWMvc3JjL2xpYi9jaXJjbGUtYnV0dG9uL2NpcmNsZS1idXR0b24uY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvbmd4LW1pbWljL3NyYy9saWIvY2lyY2xlLWJ1dHRvbi9jaXJjbGUtYnV0dG9uLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQWdCLEtBQUssRUFBa0IsTUFBTSxlQUFlLENBQUM7OztBQU8vRSxNQUFNLE9BQU8scUJBQXFCO0lBSWhDO1FBSFMsV0FBTSxHQUFZLEtBQUssQ0FBQztRQUN4QixTQUFJLEdBQVcsRUFBRSxDQUFDO0lBRVgsQ0FBQztJQUVqQixRQUFRO0lBQ1IsQ0FBQzs7a0hBUFUscUJBQXFCO3NHQUFyQixxQkFBcUIsaUdDUGxDLG1KQUVNOzJGREtPLHFCQUFxQjtrQkFMakMsU0FBUzsrQkFDRSxlQUFlOzBFQUtoQixNQUFNO3NCQUFkLEtBQUs7Z0JBQ0csSUFBSTtzQkFBWixLQUFLIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50LCBFdmVudEVtaXR0ZXIsIElucHV0LCBPbkluaXQsIE91dHB1dCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdjaXJjbGUtYnV0dG9uJyxcbiAgdGVtcGxhdGVVcmw6ICcuL2NpcmNsZS1idXR0b24uY29tcG9uZW50Lmh0bWwnLFxuICBzdHlsZVVybHM6IFsnLi9jaXJjbGUtYnV0dG9uLmNvbXBvbmVudC5zY3NzJ11cbn0pXG5leHBvcnQgY2xhc3MgQ2lyY2xlQnV0dG9uQ29tcG9uZW50IGltcGxlbWVudHMgT25Jbml0IHtcbiAgQElucHV0KCkgYWN0aXZlOiBib29sZWFuID0gZmFsc2U7XG4gIEBJbnB1dCgpIGljb246IHN0cmluZyA9ICcnO1xuXG4gIGNvbnN0cnVjdG9yKCkgeyB9XG5cbiAgbmdPbkluaXQoKSB7XG4gIH1cbn1cbiIsIjxkaXYgY2xhc3M9XCJmbGV4IGNpcmNsZS1idXR0b25cIiBbbmdDbGFzc109XCJhY3RpdmUgPyAnYWN0aXZlJyA6ICdub3RBY3RpdmUnXCI+XG4gIDxzcGFuIGNsYXNzPVwiY2lyY2xlLWJ1dHRvbi1pY29uIHt7IGljb24gfX1cIj48L3NwYW4+XG48L2Rpdj4iXX0=
|
@@ -0,0 +1,14 @@
|
|
1
|
+
import { Component } from '@angular/core';
|
2
|
+
import * as i0 from "@angular/core";
|
3
|
+
export class DescriptionBoxComponent {
|
4
|
+
constructor() { }
|
5
|
+
ngOnInit() {
|
6
|
+
}
|
7
|
+
}
|
8
|
+
DescriptionBoxComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.5", ngImport: i0, type: DescriptionBoxComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
9
|
+
DescriptionBoxComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.5", type: DescriptionBoxComponent, selector: "description-box", ngImport: i0, template: "<div class=\"description-box-body\">\n <div class=\"description-box-itens\">\n <ng-content></ng-content>\n </div>\n</div>\n\n", styles: ["@import\"https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap\";.text{font-family:Rubik,sans-serif;font-size:16px;color:#1e2022;letter-spacing:0em;text-overflow:ellipsis}.text--headline-1{font-size:34px;font-weight:800;line-height:40px}.text--headline-2{font-size:29px;font-weight:800;line-height:34px;letter-spacing:-.01em}.text--headline-3{font-size:21px;font-weight:700;line-height:26px}.text--headline-4{font-size:17px;font-weight:700;line-height:24px}.text--headline-5{font-size:16px;font-weight:700;line-height:20px}.text--headline-6{font-size:14px;font-weight:600;line-height:20px}.text--paragraph{font-size:16px;font-weight:400;line-height:22px;background:black}.text--button{font-size:14px;font-weight:700;line-height:17px}.flex{display:flex;justify-content:center;align-items:center}.flex--between{justify-content:space-between}@font-face{font-family:icomoon;src:url(../icon/fonts/icomoon.eot?a7s3t1);src:url(../icon/fonts/icomoon.eot?a7s3t1#iefix) format(\"embedded-opentype\"),url(../icon/fonts/icomoon.ttf?a7s3t1) format(\"truetype\"),url(../icon/fonts/icomoon.woff?a7s3t1) format(\"woff\"),url(../icon/fonts/icomoon.svg?a7s3t1#icomoon) format(\"svg\");font-weight:400;font-style:normal;font-display:block}[class^=icon-],[class*=\" icon-\"]{font-size:26px;font-weight:700;font-family:icomoon!important;speak:never;font-style:normal;font-weight:400;font-feature-settings:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-location:before{content:\"\\e902\"}.icon-chat:before{content:\"\\e903\"}.icon-messenger:before{content:\"\\e904\"}.icon-home:before{content:\"\\e905\"}.icon-building:before{content:\"\\e906\"}.icon-farm:before{content:\"\\e907\"}.icon-land:before{content:\"\\e908\"}.icon-bedroom:before{content:\"\\e909\"}.icon-shower:before{content:\"\\e90a\"}.icon-garage:before{content:\"\\e90b\"}.icon-area:before{content:\"\\e90c\"}.icon-furnitured:before{content:\"\\e90d\"}.icon-grill:before{content:\"\\e90e\"}.icon-find-house:before{content:\"\\e901\"}.icon-heart:before{content:\"\\e9da\"}.icon-share:before{content:\"\\ea7d\"}.description-box-body{display:flex;width:100%;min-height:504px;background-color:#fff;border-radius:32px 32px 20px 19px;text-align:justify;font-size:18px;color:#000000b3}.description-box-body .description-box-itens{width:100%;margin:39px 24px}\n"] });
|
10
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.5", ngImport: i0, type: DescriptionBoxComponent, decorators: [{
|
11
|
+
type: Component,
|
12
|
+
args: [{ selector: 'description-box', template: "<div class=\"description-box-body\">\n <div class=\"description-box-itens\">\n <ng-content></ng-content>\n </div>\n</div>\n\n", styles: ["@import\"https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap\";.text{font-family:Rubik,sans-serif;font-size:16px;color:#1e2022;letter-spacing:0em;text-overflow:ellipsis}.text--headline-1{font-size:34px;font-weight:800;line-height:40px}.text--headline-2{font-size:29px;font-weight:800;line-height:34px;letter-spacing:-.01em}.text--headline-3{font-size:21px;font-weight:700;line-height:26px}.text--headline-4{font-size:17px;font-weight:700;line-height:24px}.text--headline-5{font-size:16px;font-weight:700;line-height:20px}.text--headline-6{font-size:14px;font-weight:600;line-height:20px}.text--paragraph{font-size:16px;font-weight:400;line-height:22px;background:black}.text--button{font-size:14px;font-weight:700;line-height:17px}.flex{display:flex;justify-content:center;align-items:center}.flex--between{justify-content:space-between}@font-face{font-family:icomoon;src:url(../icon/fonts/icomoon.eot?a7s3t1);src:url(../icon/fonts/icomoon.eot?a7s3t1#iefix) format(\"embedded-opentype\"),url(../icon/fonts/icomoon.ttf?a7s3t1) format(\"truetype\"),url(../icon/fonts/icomoon.woff?a7s3t1) format(\"woff\"),url(../icon/fonts/icomoon.svg?a7s3t1#icomoon) format(\"svg\");font-weight:400;font-style:normal;font-display:block}[class^=icon-],[class*=\" icon-\"]{font-size:26px;font-weight:700;font-family:icomoon!important;speak:never;font-style:normal;font-weight:400;font-feature-settings:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-location:before{content:\"\\e902\"}.icon-chat:before{content:\"\\e903\"}.icon-messenger:before{content:\"\\e904\"}.icon-home:before{content:\"\\e905\"}.icon-building:before{content:\"\\e906\"}.icon-farm:before{content:\"\\e907\"}.icon-land:before{content:\"\\e908\"}.icon-bedroom:before{content:\"\\e909\"}.icon-shower:before{content:\"\\e90a\"}.icon-garage:before{content:\"\\e90b\"}.icon-area:before{content:\"\\e90c\"}.icon-furnitured:before{content:\"\\e90d\"}.icon-grill:before{content:\"\\e90e\"}.icon-find-house:before{content:\"\\e901\"}.icon-heart:before{content:\"\\e9da\"}.icon-share:before{content:\"\\ea7d\"}.description-box-body{display:flex;width:100%;min-height:504px;background-color:#fff;border-radius:32px 32px 20px 19px;text-align:justify;font-size:18px;color:#000000b3}.description-box-body .description-box-itens{width:100%;margin:39px 24px}\n"] }]
|
13
|
+
}], ctorParameters: function () { return []; } });
|
14
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGVzY3JpcHRpb24tYm94LmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL25neC1taW1pYy9zcmMvbGliL2Rlc2NyaXB0aW9uLWJveC9kZXNjcmlwdGlvbi1ib3guY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvbmd4LW1pbWljL3NyYy9saWIvZGVzY3JpcHRpb24tYm94L2Rlc2NyaXB0aW9uLWJveC5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFVLE1BQU0sZUFBZSxDQUFDOztBQU9sRCxNQUFNLE9BQU8sdUJBQXVCO0lBRWxDLGdCQUFnQixDQUFDO0lBRWpCLFFBQVE7SUFDUixDQUFDOztvSEFMVSx1QkFBdUI7d0dBQXZCLHVCQUF1Qix1RENQcEMsb0lBTUE7MkZEQ2EsdUJBQXVCO2tCQUxuQyxTQUFTOytCQUNFLGlCQUFpQiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgT25Jbml0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ2Rlc2NyaXB0aW9uLWJveCcsXG4gIHRlbXBsYXRlVXJsOiAnLi9kZXNjcmlwdGlvbi1ib3guY29tcG9uZW50Lmh0bWwnLFxuICBzdHlsZVVybHM6IFsnLi9kZXNjcmlwdGlvbi1ib3guY29tcG9uZW50LnNjc3MnXVxufSlcbmV4cG9ydCBjbGFzcyBEZXNjcmlwdGlvbkJveENvbXBvbmVudCBpbXBsZW1lbnRzIE9uSW5pdCB7XG5cbiAgY29uc3RydWN0b3IoKSB7IH1cblxuICBuZ09uSW5pdCgpOiB2b2lkIHtcbiAgfVxuXG59XG4iLCI8ZGl2IGNsYXNzPVwiZGVzY3JpcHRpb24tYm94LWJvZHlcIj5cbiAgPGRpdiBjbGFzcz1cImRlc2NyaXB0aW9uLWJveC1pdGVuc1wiPlxuICAgIDxuZy1jb250ZW50PjwvbmctY29udGVudD5cbiAgPC9kaXY+XG48L2Rpdj5cblxuIl19
|
@@ -6,9 +6,9 @@ export class FeatureCardComponent {
|
|
6
6
|
}
|
7
7
|
}
|
8
8
|
FeatureCardComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.5", ngImport: i0, type: FeatureCardComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
9
|
-
FeatureCardComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.5", type: FeatureCardComponent, selector: "mimic-feature-card", ngImport: i0, template: "<
|
9
|
+
FeatureCardComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.5", type: FeatureCardComponent, selector: "mimic-feature-card", ngImport: i0, template: "\n<footer>\n <div class=\"card-icon flex\">\n\n <div class=\"box-icon-1 flex\">\n <div class=\"icon-1\"></div>\n </div>\n\n <div class=\"box-icon-2 flex\">\n <div class=\"icon-2\"></div>\n </div>\n\n <div class=\"box-icon-3 flex\">\n <div class=\"icon-3\"></div>\n </div>\n\n <div class=\"box-icon-4 flex\">\n <div class=\"icon-4\"></div>\n </div>\n\n </div>\n</footer>\n", styles: ["@import\"https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap\";.text{font-family:Rubik,sans-serif;font-size:16px;color:#1e2022;letter-spacing:0em;text-overflow:ellipsis}.text--headline-1{font-size:34px;font-weight:800;line-height:40px}.text--headline-2{font-size:29px;font-weight:800;line-height:34px;letter-spacing:-.01em}.text--headline-3{font-size:21px;font-weight:700;line-height:26px}.text--headline-4{font-size:17px;font-weight:700;line-height:24px}.text--headline-5{font-size:16px;font-weight:700;line-height:20px}.text--headline-6{font-size:14px;font-weight:600;line-height:20px}.text--paragraph{font-size:16px;font-weight:400;line-height:22px;background:black}.text--button{font-size:14px;font-weight:700;line-height:17px}.flex{display:flex;justify-content:center;align-items:center}.flex--between{justify-content:space-between}@font-face{font-family:icomoon;src:url(../icon/fonts/icomoon.eot?a7s3t1);src:url(../icon/fonts/icomoon.eot?a7s3t1#iefix) format(\"embedded-opentype\"),url(../icon/fonts/icomoon.ttf?a7s3t1) format(\"truetype\"),url(../icon/fonts/icomoon.woff?a7s3t1) format(\"woff\"),url(../icon/fonts/icomoon.svg?a7s3t1#icomoon) format(\"svg\");font-weight:400;font-style:normal;font-display:block}[class^=icon-],[class*=\" icon-\"]{font-size:26px;font-weight:700;font-family:icomoon!important;speak:never;font-style:normal;font-weight:400;font-feature-settings:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-location:before{content:\"\\e902\"}.icon-chat:before{content:\"\\e903\"}.icon-messenger:before{content:\"\\e904\"}.icon-home:before{content:\"\\e905\"}.icon-building:before{content:\"\\e906\"}.icon-farm:before{content:\"\\e907\"}.icon-land:before{content:\"\\e908\"}.icon-bedroom:before{content:\"\\e909\"}.icon-shower:before{content:\"\\e90a\"}.icon-garage:before{content:\"\\e90b\"}.icon-area:before{content:\"\\e90c\"}.icon-furnitured:before{content:\"\\e90d\"}.icon-grill:before{content:\"\\e90e\"}.icon-find-house:before{content:\"\\e901\"}.icon-heart:before{content:\"\\e9da\"}.icon-share:before{content:\"\\ea7d\"}.feature-card-body{background-color:#f8f8f8;border-radius:10px;box-shadow:.1rem .3rem .5rem .1rem #80808033;height:6.5rem;width:90%;max-width:500px;margin:auto;padding:.5rem 1rem .5rem .5rem}.card-image{background-image:url(https://imobiliariagaribaldi.com.br/imagens/imoveis/20220311143040658720.jpeg);background-repeat:no-repeat;background-size:cover;border-radius:10px;width:41%;height:99%}.card-icon{display:flex;background-color:#fff;flex-direction:row;border-radius:1.25rem;width:64%;position:fixed;bottom:0%;justify-content:space-between;padding:5% 18%;box-shadow:0 -5px 50px #0f1a420d;margin:0% 0% 0% -16px}.icon-1{background-image:url(https://imobiliariagaribaldi.com.br/imagens/imoveis/20220311143040658720.jpeg);background-size:cover;border-radius:4px;width:20px;height:25px}.icon-2{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAABmJLR0QA/wD/AP+gvaeTAAAB5UlEQVRIie3WS0tVYRQG4EezBFHLY0F0UorCv9CkhjUulH6DBWG/Qaim9UN0UuCgBkGmUVB2ocsgs/TMug0KFIrdYK/N2dg+V8+hBr6w+GCtd73v/vblW5td/GP0YArzqGATa1jARfTluH2RWwjOZvTMYTK0msIYHiGpEw9wBGUsNuAuh2ZD00o0rGE6cntjvYovUX8bkeAzZrZxL+Fj1Cv1zHtyO72L4Rq8g3iY29EiRmtwh3EveEtq3Pap3E5rmWYYwuOIwQbcYdWdTxYR5qM43UCoHVwO7bmi4kYUx7tgfCy0N4qKW1Hc1wXj/tDeyhK9ueL3WA93wTjT/FZk/DzWs10wzjRXiooz0tvxQgunTRPoxcvQvlJEKOFnEM530PhCaP7ASC3S9SC9w0AHTAdCK8G1esQhrAbxZgeMb4XWamjXxRn8jtjJi3YuNH7hdLNNN6RX+hUTbZhORG8ifXxNYw/uqE6hUgu9JdWpdTu0WsKg9LtL8EztCZTHAengSPAK+1s1zVDG+xB62sB8NDhJ9JTbNc0wjg8huCKdx9sxgifB+YTjOzXNcFI6pxPp0ZrfTVl62iVxgSc6ZZphTPWlWcepiPXIvcHRTptmKOG+v3/olnCoW6YZ+jGL1xGzkdvF/4k//ySPl+IWrEwAAAAASUVORK5CYII=);object-fit:contain;width:20px;height:25px}.icon-3{background-image:url(https://imobiliariagaribaldi.com.br/imagens/imoveis/20220311143040658720.jpeg);background-size:cover;border-radius:4px;width:20px;height:25px}.icon-4{background-image:url(https://imobiliariagaribaldi.com.br/imagens/imoveis/20220311143040658720.jpeg);background-size:cover;border-radius:4px;width:20px;height:25px}p{font-family:Impact,Haettenschweiler,Arial Narrow Bold,sans-serif;margin:0%}\n"] });
|
10
10
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.5", ngImport: i0, type: FeatureCardComponent, decorators: [{
|
11
11
|
type: Component,
|
12
|
-
args: [{ selector: 'mimic-feature-card', template: "<
|
12
|
+
args: [{ selector: 'mimic-feature-card', template: "\n<footer>\n <div class=\"card-icon flex\">\n\n <div class=\"box-icon-1 flex\">\n <div class=\"icon-1\"></div>\n </div>\n\n <div class=\"box-icon-2 flex\">\n <div class=\"icon-2\"></div>\n </div>\n\n <div class=\"box-icon-3 flex\">\n <div class=\"icon-3\"></div>\n </div>\n\n <div class=\"box-icon-4 flex\">\n <div class=\"icon-4\"></div>\n </div>\n\n </div>\n</footer>\n", styles: ["@import\"https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap\";.text{font-family:Rubik,sans-serif;font-size:16px;color:#1e2022;letter-spacing:0em;text-overflow:ellipsis}.text--headline-1{font-size:34px;font-weight:800;line-height:40px}.text--headline-2{font-size:29px;font-weight:800;line-height:34px;letter-spacing:-.01em}.text--headline-3{font-size:21px;font-weight:700;line-height:26px}.text--headline-4{font-size:17px;font-weight:700;line-height:24px}.text--headline-5{font-size:16px;font-weight:700;line-height:20px}.text--headline-6{font-size:14px;font-weight:600;line-height:20px}.text--paragraph{font-size:16px;font-weight:400;line-height:22px;background:black}.text--button{font-size:14px;font-weight:700;line-height:17px}.flex{display:flex;justify-content:center;align-items:center}.flex--between{justify-content:space-between}@font-face{font-family:icomoon;src:url(../icon/fonts/icomoon.eot?a7s3t1);src:url(../icon/fonts/icomoon.eot?a7s3t1#iefix) format(\"embedded-opentype\"),url(../icon/fonts/icomoon.ttf?a7s3t1) format(\"truetype\"),url(../icon/fonts/icomoon.woff?a7s3t1) format(\"woff\"),url(../icon/fonts/icomoon.svg?a7s3t1#icomoon) format(\"svg\");font-weight:400;font-style:normal;font-display:block}[class^=icon-],[class*=\" icon-\"]{font-size:26px;font-weight:700;font-family:icomoon!important;speak:never;font-style:normal;font-weight:400;font-feature-settings:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-location:before{content:\"\\e902\"}.icon-chat:before{content:\"\\e903\"}.icon-messenger:before{content:\"\\e904\"}.icon-home:before{content:\"\\e905\"}.icon-building:before{content:\"\\e906\"}.icon-farm:before{content:\"\\e907\"}.icon-land:before{content:\"\\e908\"}.icon-bedroom:before{content:\"\\e909\"}.icon-shower:before{content:\"\\e90a\"}.icon-garage:before{content:\"\\e90b\"}.icon-area:before{content:\"\\e90c\"}.icon-furnitured:before{content:\"\\e90d\"}.icon-grill:before{content:\"\\e90e\"}.icon-find-house:before{content:\"\\e901\"}.icon-heart:before{content:\"\\e9da\"}.icon-share:before{content:\"\\ea7d\"}.feature-card-body{background-color:#f8f8f8;border-radius:10px;box-shadow:.1rem .3rem .5rem .1rem #80808033;height:6.5rem;width:90%;max-width:500px;margin:auto;padding:.5rem 1rem .5rem .5rem}.card-image{background-image:url(https://imobiliariagaribaldi.com.br/imagens/imoveis/20220311143040658720.jpeg);background-repeat:no-repeat;background-size:cover;border-radius:10px;width:41%;height:99%}.card-icon{display:flex;background-color:#fff;flex-direction:row;border-radius:1.25rem;width:64%;position:fixed;bottom:0%;justify-content:space-between;padding:5% 18%;box-shadow:0 -5px 50px #0f1a420d;margin:0% 0% 0% -16px}.icon-1{background-image:url(https://imobiliariagaribaldi.com.br/imagens/imoveis/20220311143040658720.jpeg);background-size:cover;border-radius:4px;width:20px;height:25px}.icon-2{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAABmJLR0QA/wD/AP+gvaeTAAAB5UlEQVRIie3WS0tVYRQG4EezBFHLY0F0UorCv9CkhjUulH6DBWG/Qaim9UN0UuCgBkGmUVB2ocsgs/TMug0KFIrdYK/N2dg+V8+hBr6w+GCtd73v/vblW5td/GP0YArzqGATa1jARfTluH2RWwjOZvTMYTK0msIYHiGpEw9wBGUsNuAuh2ZD00o0rGE6cntjvYovUX8bkeAzZrZxL+Fj1Cv1zHtyO72L4Rq8g3iY29EiRmtwh3EveEtq3Pap3E5rmWYYwuOIwQbcYdWdTxYR5qM43UCoHVwO7bmi4kYUx7tgfCy0N4qKW1Hc1wXj/tDeyhK9ueL3WA93wTjT/FZk/DzWs10wzjRXiooz0tvxQgunTRPoxcvQvlJEKOFnEM530PhCaP7ASC3S9SC9w0AHTAdCK8G1esQhrAbxZgeMb4XWamjXxRn8jtjJi3YuNH7hdLNNN6RX+hUTbZhORG8ifXxNYw/uqE6hUgu9JdWpdTu0WsKg9LtL8EztCZTHAengSPAK+1s1zVDG+xB62sB8NDhJ9JTbNc0wjg8huCKdx9sxgifB+YTjOzXNcFI6pxPp0ZrfTVl62iVxgSc6ZZphTPWlWcepiPXIvcHRTptmKOG+v3/olnCoW6YZ+jGL1xGzkdvF/4k//ySPl+IWrEwAAAAASUVORK5CYII=);object-fit:contain;width:20px;height:25px}.icon-3{background-image:url(https://imobiliariagaribaldi.com.br/imagens/imoveis/20220311143040658720.jpeg);background-size:cover;border-radius:4px;width:20px;height:25px}.icon-4{background-image:url(https://imobiliariagaribaldi.com.br/imagens/imoveis/20220311143040658720.jpeg);background-size:cover;border-radius:4px;width:20px;height:25px}p{font-family:Impact,Haettenschweiler,Arial Narrow Bold,sans-serif;margin:0%}\n"] }]
|
13
13
|
}], ctorParameters: function () { return []; } });
|
14
|
-
//# sourceMappingURL=data:application/json;base64,
|
14
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZmVhdHVyZS1jYXJkLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL25neC1taW1pYy9zcmMvbGliL2ZlYXR1cmUtY2FyZC9mZWF0dXJlLWNhcmQuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvbmd4LW1pbWljL3NyYy9saWIvZmVhdHVyZS1jYXJkL2ZlYXR1cmUtY2FyZC5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFVLE1BQU0sZUFBZSxDQUFDOztBQU9sRCxNQUFNLE9BQU8sb0JBQW9CO0lBRS9CLGdCQUFnQixDQUFDO0lBRWpCLFFBQVE7SUFDUixDQUFDOztpSEFMVSxvQkFBb0I7cUdBQXBCLG9CQUFvQiwwRENQakMsbWFBc0JBOzJGRGZhLG9CQUFvQjtrQkFMaEMsU0FBUzsrQkFDRSxvQkFBb0IiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIE9uSW5pdCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdtaW1pYy1mZWF0dXJlLWNhcmQnLFxuICB0ZW1wbGF0ZVVybDogJy4vZmVhdHVyZS1jYXJkLmNvbXBvbmVudC5odG1sJyxcbiAgc3R5bGVVcmxzOiBbJy4vZmVhdHVyZS1jYXJkLmNvbXBvbmVudC5zY3NzJ11cbn0pXG5leHBvcnQgY2xhc3MgRmVhdHVyZUNhcmRDb21wb25lbnQgaW1wbGVtZW50cyBPbkluaXQge1xuXG4gIGNvbnN0cnVjdG9yKCkgeyB9XG5cbiAgbmdPbkluaXQoKSB7XG4gIH1cblxufVxuIiwiXG48Zm9vdGVyPlxuICA8ZGl2IGNsYXNzPVwiY2FyZC1pY29uIGZsZXhcIj5cblxuICAgIDxkaXYgY2xhc3M9XCJib3gtaWNvbi0xIGZsZXhcIj5cbiAgICAgIDxkaXYgY2xhc3M9XCJpY29uLTFcIj48L2Rpdj5cbiAgICA8L2Rpdj5cblxuICAgIDxkaXYgY2xhc3M9XCJib3gtaWNvbi0yIGZsZXhcIj5cbiAgICAgIDxkaXYgY2xhc3M9XCJpY29uLTJcIj48L2Rpdj5cbiAgICA8L2Rpdj5cblxuICAgIDxkaXYgY2xhc3M9XCJib3gtaWNvbi0zIGZsZXhcIj5cbiAgICAgIDxkaXYgY2xhc3M9XCJpY29uLTNcIj48L2Rpdj5cbiAgICA8L2Rpdj5cblxuICAgIDxkaXYgY2xhc3M9XCJib3gtaWNvbi00IGZsZXhcIj5cbiAgICAgIDxkaXYgY2xhc3M9XCJpY29uLTRcIj48L2Rpdj5cbiAgICA8L2Rpdj5cblxuICA8L2Rpdj5cbjwvZm9vdGVyPlxuIl19
|
@@ -0,0 +1,14 @@
|
|
1
|
+
import { Component } from '@angular/core';
|
2
|
+
import * as i0 from "@angular/core";
|
3
|
+
export class MobileBarComponent {
|
4
|
+
constructor() { }
|
5
|
+
ngOnInit() {
|
6
|
+
}
|
7
|
+
}
|
8
|
+
MobileBarComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.5", ngImport: i0, type: MobileBarComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
9
|
+
MobileBarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.5", type: MobileBarComponent, selector: "mobile-bar", ngImport: i0, template: "<div class=\"mobile-bar-body flex\">\n <div class=\"mobile-bar-itens flex\">\n <ng-content></ng-content>\n </div>\n</div>\n", styles: ["@import\"https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap\";.text{font-family:Rubik,sans-serif;font-size:16px;color:#1e2022;letter-spacing:0em;text-overflow:ellipsis}.text--headline-1{font-size:34px;font-weight:800;line-height:40px}.text--headline-2{font-size:29px;font-weight:800;line-height:34px;letter-spacing:-.01em}.text--headline-3{font-size:21px;font-weight:700;line-height:26px}.text--headline-4{font-size:17px;font-weight:700;line-height:24px}.text--headline-5{font-size:16px;font-weight:700;line-height:20px}.text--headline-6{font-size:14px;font-weight:600;line-height:20px}.text--paragraph{font-size:16px;font-weight:400;line-height:22px;background:black}.text--button{font-size:14px;font-weight:700;line-height:17px}.flex{display:flex;justify-content:center;align-items:center}.flex--between{justify-content:space-between}@font-face{font-family:icomoon;src:url(../icon/fonts/icomoon.eot?a7s3t1);src:url(../icon/fonts/icomoon.eot?a7s3t1#iefix) format(\"embedded-opentype\"),url(../icon/fonts/icomoon.ttf?a7s3t1) format(\"truetype\"),url(../icon/fonts/icomoon.woff?a7s3t1) format(\"woff\"),url(../icon/fonts/icomoon.svg?a7s3t1#icomoon) format(\"svg\");font-weight:400;font-style:normal;font-display:block}[class^=icon-],[class*=\" icon-\"]{font-size:26px;font-weight:700;font-family:icomoon!important;speak:never;font-style:normal;font-weight:400;font-feature-settings:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-location:before{content:\"\\e902\"}.icon-chat:before{content:\"\\e903\"}.icon-messenger:before{content:\"\\e904\"}.icon-home:before{content:\"\\e905\"}.icon-building:before{content:\"\\e906\"}.icon-farm:before{content:\"\\e907\"}.icon-land:before{content:\"\\e908\"}.icon-bedroom:before{content:\"\\e909\"}.icon-shower:before{content:\"\\e90a\"}.icon-garage:before{content:\"\\e90b\"}.icon-area:before{content:\"\\e90c\"}.icon-furnitured:before{content:\"\\e90d\"}.icon-grill:before{content:\"\\e90e\"}.icon-find-house:before{content:\"\\e901\"}.icon-heart:before{content:\"\\e9da\"}.icon-share:before{content:\"\\ea7d\"}.mobile-bar-body{width:100%;height:61px;background-color:#fff;border-radius:20px}.mobile-bar-body .mobile-bar-itens{width:80%;justify-content:space-between}\n"] });
|
10
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.5", ngImport: i0, type: MobileBarComponent, decorators: [{
|
11
|
+
type: Component,
|
12
|
+
args: [{ selector: 'mobile-bar', template: "<div class=\"mobile-bar-body flex\">\n <div class=\"mobile-bar-itens flex\">\n <ng-content></ng-content>\n </div>\n</div>\n", styles: ["@import\"https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap\";.text{font-family:Rubik,sans-serif;font-size:16px;color:#1e2022;letter-spacing:0em;text-overflow:ellipsis}.text--headline-1{font-size:34px;font-weight:800;line-height:40px}.text--headline-2{font-size:29px;font-weight:800;line-height:34px;letter-spacing:-.01em}.text--headline-3{font-size:21px;font-weight:700;line-height:26px}.text--headline-4{font-size:17px;font-weight:700;line-height:24px}.text--headline-5{font-size:16px;font-weight:700;line-height:20px}.text--headline-6{font-size:14px;font-weight:600;line-height:20px}.text--paragraph{font-size:16px;font-weight:400;line-height:22px;background:black}.text--button{font-size:14px;font-weight:700;line-height:17px}.flex{display:flex;justify-content:center;align-items:center}.flex--between{justify-content:space-between}@font-face{font-family:icomoon;src:url(../icon/fonts/icomoon.eot?a7s3t1);src:url(../icon/fonts/icomoon.eot?a7s3t1#iefix) format(\"embedded-opentype\"),url(../icon/fonts/icomoon.ttf?a7s3t1) format(\"truetype\"),url(../icon/fonts/icomoon.woff?a7s3t1) format(\"woff\"),url(../icon/fonts/icomoon.svg?a7s3t1#icomoon) format(\"svg\");font-weight:400;font-style:normal;font-display:block}[class^=icon-],[class*=\" icon-\"]{font-size:26px;font-weight:700;font-family:icomoon!important;speak:never;font-style:normal;font-weight:400;font-feature-settings:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-location:before{content:\"\\e902\"}.icon-chat:before{content:\"\\e903\"}.icon-messenger:before{content:\"\\e904\"}.icon-home:before{content:\"\\e905\"}.icon-building:before{content:\"\\e906\"}.icon-farm:before{content:\"\\e907\"}.icon-land:before{content:\"\\e908\"}.icon-bedroom:before{content:\"\\e909\"}.icon-shower:before{content:\"\\e90a\"}.icon-garage:before{content:\"\\e90b\"}.icon-area:before{content:\"\\e90c\"}.icon-furnitured:before{content:\"\\e90d\"}.icon-grill:before{content:\"\\e90e\"}.icon-find-house:before{content:\"\\e901\"}.icon-heart:before{content:\"\\e9da\"}.icon-share:before{content:\"\\ea7d\"}.mobile-bar-body{width:100%;height:61px;background-color:#fff;border-radius:20px}.mobile-bar-body .mobile-bar-itens{width:80%;justify-content:space-between}\n"] }]
|
13
|
+
}], ctorParameters: function () { return []; } });
|
14
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibW9iaWxlLWJhci5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9uZ3gtbWltaWMvc3JjL2xpYi9tb2JpbGUtYmFyL21vYmlsZS1iYXIuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvbmd4LW1pbWljL3NyYy9saWIvbW9iaWxlLWJhci9tb2JpbGUtYmFyLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQVUsTUFBTSxlQUFlLENBQUM7O0FBT2xELE1BQU0sT0FBTyxrQkFBa0I7SUFFN0IsZ0JBQWdCLENBQUM7SUFFakIsUUFBUTtJQUNSLENBQUM7OytHQUxVLGtCQUFrQjttR0FBbEIsa0JBQWtCLGtEQ1AvQixrSUFLQTsyRkRFYSxrQkFBa0I7a0JBTDlCLFNBQVM7K0JBQ0UsWUFBWSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgT25Jbml0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ21vYmlsZS1iYXInLFxuICB0ZW1wbGF0ZVVybDogJy4vbW9iaWxlLWJhci5jb21wb25lbnQuaHRtbCcsXG4gIHN0eWxlVXJsczogWycuL21vYmlsZS1iYXIuY29tcG9uZW50LnNjc3MnXVxufSlcbmV4cG9ydCBjbGFzcyBNb2JpbGVCYXJDb21wb25lbnQgaW1wbGVtZW50cyBPbkluaXQge1xuXG4gIGNvbnN0cnVjdG9yKCkgeyB9XG5cbiAgbmdPbkluaXQoKSB7XG4gIH1cblxufVxuIiwiPGRpdiBjbGFzcz1cIm1vYmlsZS1iYXItYm9keSBmbGV4XCI+XG4gIDxkaXYgY2xhc3M9XCJtb2JpbGUtYmFyLWl0ZW5zIGZsZXhcIj5cbiAgICA8bmctY29udGVudD48L25nLWNvbnRlbnQ+XG4gIDwvZGl2PlxuPC9kaXY+XG4iXX0=
|
@@ -1,7 +1,12 @@
|
|
1
1
|
import { CUSTOM_ELEMENTS_SCHEMA, NgModule } from '@angular/core';
|
2
2
|
import { FeatureCardComponent } from './feature-card/feature-card.component';
|
3
3
|
import { NgxMimicComponent } from './ngx-mimic.component';
|
4
|
-
import {
|
4
|
+
import { MobileBarComponent } from './mobile-bar/mobile-bar.component';
|
5
|
+
import { StateMenuComponent } from './state-menu/state-menu.component';
|
6
|
+
import { DescriptionBoxComponent } from './description-box/description-box.component';
|
7
|
+
import { CircleButtonComponent } from './circle-button/circle-button.component';
|
8
|
+
import { TagComponent } from './tag/tag.component';
|
9
|
+
import { CommonModule } from '@angular/common';
|
5
10
|
import * as i0 from "@angular/core";
|
6
11
|
export class NgxMimicModule {
|
7
12
|
static forRoot() {
|
@@ -13,25 +18,45 @@ export class NgxMimicModule {
|
|
13
18
|
NgxMimicModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.5", ngImport: i0, type: NgxMimicModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
14
19
|
NgxMimicModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.5", ngImport: i0, type: NgxMimicModule, declarations: [NgxMimicComponent,
|
15
20
|
FeatureCardComponent,
|
16
|
-
|
21
|
+
MobileBarComponent,
|
22
|
+
TagComponent,
|
23
|
+
CircleButtonComponent,
|
24
|
+
StateMenuComponent,
|
25
|
+
DescriptionBoxComponent], imports: [CommonModule], exports: [NgxMimicComponent,
|
17
26
|
FeatureCardComponent,
|
18
|
-
|
19
|
-
|
27
|
+
MobileBarComponent,
|
28
|
+
TagComponent,
|
29
|
+
CircleButtonComponent,
|
30
|
+
StateMenuComponent,
|
31
|
+
DescriptionBoxComponent] });
|
32
|
+
NgxMimicModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.5", ngImport: i0, type: NgxMimicModule, imports: [[
|
33
|
+
CommonModule
|
34
|
+
]] });
|
20
35
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.5", ngImport: i0, type: NgxMimicModule, decorators: [{
|
21
36
|
type: NgModule,
|
22
37
|
args: [{
|
23
38
|
declarations: [
|
24
39
|
NgxMimicComponent,
|
25
40
|
FeatureCardComponent,
|
26
|
-
|
41
|
+
MobileBarComponent,
|
42
|
+
TagComponent,
|
43
|
+
CircleButtonComponent,
|
44
|
+
StateMenuComponent,
|
45
|
+
DescriptionBoxComponent
|
46
|
+
],
|
47
|
+
imports: [
|
48
|
+
CommonModule
|
27
49
|
],
|
28
|
-
imports: [],
|
29
50
|
exports: [
|
30
51
|
NgxMimicComponent,
|
31
52
|
FeatureCardComponent,
|
32
|
-
|
53
|
+
MobileBarComponent,
|
54
|
+
TagComponent,
|
55
|
+
CircleButtonComponent,
|
56
|
+
StateMenuComponent,
|
57
|
+
DescriptionBoxComponent
|
33
58
|
],
|
34
59
|
schemas: [CUSTOM_ELEMENTS_SCHEMA]
|
35
60
|
}]
|
36
61
|
}] });
|
37
|
-
//# sourceMappingURL=data:application/json;base64,
|
62
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibmd4LW1pbWljLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3Byb2plY3RzL25neC1taW1pYy9zcmMvbGliL25neC1taW1pYy5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLHNCQUFzQixFQUF1QixRQUFRLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDdEYsT0FBTyxFQUFFLG9CQUFvQixFQUFFLE1BQU0sdUNBQXVDLENBQUM7QUFDN0UsT0FBTyxFQUFFLGlCQUFpQixFQUFFLE1BQU0sdUJBQXVCLENBQUM7QUFDMUQsT0FBTyxFQUFFLGtCQUFrQixFQUFFLE1BQU0sbUNBQW1DLENBQUM7QUFDdkUsT0FBTyxFQUFFLGtCQUFrQixFQUFFLE1BQU0sbUNBQW1DLENBQUM7QUFDdkUsT0FBTyxFQUFFLHVCQUF1QixFQUFFLE1BQU0sNkNBQTZDLENBQUM7QUFDdEYsT0FBTyxFQUFFLHFCQUFxQixFQUFFLE1BQU0seUNBQXlDLENBQUM7QUFDaEYsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLHFCQUFxQixDQUFDO0FBQ25ELE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQzs7QUEwQi9DLE1BQU0sT0FBTyxjQUFjO0lBQ3pCLE1BQU0sQ0FBQyxPQUFPO1FBQ1osT0FBTztZQUNMLFFBQVEsRUFBRSxjQUFjO1NBQ3pCLENBQUE7SUFDSCxDQUFDOzsyR0FMVSxjQUFjOzRHQUFkLGNBQWMsaUJBdEJ2QixpQkFBaUI7UUFDakIsb0JBQW9CO1FBQ3BCLGtCQUFrQjtRQUNsQixZQUFZO1FBQ1oscUJBQXFCO1FBQ3JCLGtCQUFrQjtRQUNsQix1QkFBdUIsYUFHdkIsWUFBWSxhQUdaLGlCQUFpQjtRQUNqQixvQkFBb0I7UUFDcEIsa0JBQWtCO1FBQ2xCLFlBQVk7UUFDWixxQkFBcUI7UUFDckIsa0JBQWtCO1FBQ2xCLHVCQUF1Qjs0R0FJZCxjQUFjLFlBZGhCO1lBQ1AsWUFBWTtTQUNiOzJGQVlVLGNBQWM7a0JBeEIxQixRQUFRO21CQUFDO29CQUNSLFlBQVksRUFBRTt3QkFDWixpQkFBaUI7d0JBQ2pCLG9CQUFvQjt3QkFDcEIsa0JBQWtCO3dCQUNsQixZQUFZO3dCQUNaLHFCQUFxQjt3QkFDckIsa0JBQWtCO3dCQUNsQix1QkFBdUI7cUJBQ3hCO29CQUNELE9BQU8sRUFBRTt3QkFDUCxZQUFZO3FCQUNiO29CQUNELE9BQU8sRUFBRTt3QkFDUCxpQkFBaUI7d0JBQ2pCLG9CQUFvQjt3QkFDcEIsa0JBQWtCO3dCQUNsQixZQUFZO3dCQUNaLHFCQUFxQjt3QkFDckIsa0JBQWtCO3dCQUNsQix1QkFBdUI7cUJBQ3hCO29CQUNELE9BQU8sRUFBRSxDQUFFLHNCQUFzQixDQUFFO2lCQUNwQyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENVU1RPTV9FTEVNRU5UU19TQ0hFTUEsIE1vZHVsZVdpdGhQcm92aWRlcnMsIE5nTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBGZWF0dXJlQ2FyZENvbXBvbmVudCB9IGZyb20gJy4vZmVhdHVyZS1jYXJkL2ZlYXR1cmUtY2FyZC5jb21wb25lbnQnO1xuaW1wb3J0IHsgTmd4TWltaWNDb21wb25lbnQgfSBmcm9tICcuL25neC1taW1pYy5jb21wb25lbnQnO1xuaW1wb3J0IHsgTW9iaWxlQmFyQ29tcG9uZW50IH0gZnJvbSAnLi9tb2JpbGUtYmFyL21vYmlsZS1iYXIuY29tcG9uZW50JztcbmltcG9ydCB7IFN0YXRlTWVudUNvbXBvbmVudCB9IGZyb20gJy4vc3RhdGUtbWVudS9zdGF0ZS1tZW51LmNvbXBvbmVudCc7XG5pbXBvcnQgeyBEZXNjcmlwdGlvbkJveENvbXBvbmVudCB9IGZyb20gJy4vZGVzY3JpcHRpb24tYm94L2Rlc2NyaXB0aW9uLWJveC5jb21wb25lbnQnO1xuaW1wb3J0IHsgQ2lyY2xlQnV0dG9uQ29tcG9uZW50IH0gZnJvbSAnLi9jaXJjbGUtYnV0dG9uL2NpcmNsZS1idXR0b24uY29tcG9uZW50JztcbmltcG9ydCB7IFRhZ0NvbXBvbmVudCB9IGZyb20gJy4vdGFnL3RhZy5jb21wb25lbnQnO1xuaW1wb3J0IHsgQ29tbW9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcblxuQE5nTW9kdWxlKHtcbiAgZGVjbGFyYXRpb25zOiBbXG4gICAgTmd4TWltaWNDb21wb25lbnQsXG4gICAgRmVhdHVyZUNhcmRDb21wb25lbnQsXG4gICAgTW9iaWxlQmFyQ29tcG9uZW50LFxuICAgIFRhZ0NvbXBvbmVudCxcbiAgICBDaXJjbGVCdXR0b25Db21wb25lbnQsXG4gICAgU3RhdGVNZW51Q29tcG9uZW50LFxuICAgIERlc2NyaXB0aW9uQm94Q29tcG9uZW50XG4gIF0sXG4gIGltcG9ydHM6IFtcbiAgICBDb21tb25Nb2R1bGVcbiAgXSxcbiAgZXhwb3J0czogW1xuICAgIE5neE1pbWljQ29tcG9uZW50LFxuICAgIEZlYXR1cmVDYXJkQ29tcG9uZW50LFxuICAgIE1vYmlsZUJhckNvbXBvbmVudCxcbiAgICBUYWdDb21wb25lbnQsXG4gICAgQ2lyY2xlQnV0dG9uQ29tcG9uZW50LFxuICAgIFN0YXRlTWVudUNvbXBvbmVudCxcbiAgICBEZXNjcmlwdGlvbkJveENvbXBvbmVudFxuICBdLFxuICBzY2hlbWFzOiBbIENVU1RPTV9FTEVNRU5UU19TQ0hFTUEgXVxufSlcbmV4cG9ydCBjbGFzcyBOZ3hNaW1pY01vZHVsZSB7XG4gIHN0YXRpYyBmb3JSb290KCk6IE1vZHVsZVdpdGhQcm92aWRlcnM8Tmd4TWltaWNNb2R1bGU+IHtcbiAgICByZXR1cm4ge1xuICAgICAgbmdNb2R1bGU6IE5neE1pbWljTW9kdWxlXG4gICAgfVxuICB9XG59XG4iXX0=
|
@@ -0,0 +1,25 @@
|
|
1
|
+
import { Component, Input } from '@angular/core';
|
2
|
+
import * as i0 from "@angular/core";
|
3
|
+
import * as i1 from "@angular/common";
|
4
|
+
export class StateMenuComponent {
|
5
|
+
constructor() {
|
6
|
+
this.active = false;
|
7
|
+
this.icon = '';
|
8
|
+
this.text = '';
|
9
|
+
}
|
10
|
+
ngOnInit() {
|
11
|
+
}
|
12
|
+
}
|
13
|
+
StateMenuComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.5", ngImport: i0, type: StateMenuComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
14
|
+
StateMenuComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.5", type: StateMenuComponent, selector: "state-menu", inputs: { active: "active", icon: "icon", text: "text" }, ngImport: i0, template: "<div class=\"state-menu-body flex\" [ngClass]=\"active ? 'active' : 'notActive'\">\n <span class=\"state-menu-label {{icon}}\"></span>\n <span *ngIf=\"active\" class=\"state-menu-label state-menu-label-text\">{{ text }}</span>\n</div>", styles: ["@import\"https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap\";.text{font-family:Rubik,sans-serif;font-size:16px;color:#1e2022;letter-spacing:0em;text-overflow:ellipsis}.text--headline-1{font-size:34px;font-weight:800;line-height:40px}.text--headline-2{font-size:29px;font-weight:800;line-height:34px;letter-spacing:-.01em}.text--headline-3{font-size:21px;font-weight:700;line-height:26px}.text--headline-4{font-size:17px;font-weight:700;line-height:24px}.text--headline-5{font-size:16px;font-weight:700;line-height:20px}.text--headline-6{font-size:14px;font-weight:600;line-height:20px}.text--paragraph{font-size:16px;font-weight:400;line-height:22px;background:black}.text--button{font-size:14px;font-weight:700;line-height:17px}.flex{display:flex;justify-content:center;align-items:center}.flex--between{justify-content:space-between}@font-face{font-family:icomoon;src:url(../icon/fonts/icomoon.eot?a7s3t1);src:url(../icon/fonts/icomoon.eot?a7s3t1#iefix) format(\"embedded-opentype\"),url(../icon/fonts/icomoon.ttf?a7s3t1) format(\"truetype\"),url(../icon/fonts/icomoon.woff?a7s3t1) format(\"woff\"),url(../icon/fonts/icomoon.svg?a7s3t1#icomoon) format(\"svg\");font-weight:400;font-style:normal;font-display:block}[class^=icon-],[class*=\" icon-\"]{font-size:26px;font-weight:700;font-family:icomoon!important;speak:never;font-style:normal;font-weight:400;font-feature-settings:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-location:before{content:\"\\e902\"}.icon-chat:before{content:\"\\e903\"}.icon-messenger:before{content:\"\\e904\"}.icon-home:before{content:\"\\e905\"}.icon-building:before{content:\"\\e906\"}.icon-farm:before{content:\"\\e907\"}.icon-land:before{content:\"\\e908\"}.icon-bedroom:before{content:\"\\e909\"}.icon-shower:before{content:\"\\e90a\"}.icon-garage:before{content:\"\\e90b\"}.icon-area:before{content:\"\\e90c\"}.icon-furnitured:before{content:\"\\e90d\"}.icon-grill:before{content:\"\\e90e\"}.icon-find-house:before{content:\"\\e901\"}.icon-heart:before{content:\"\\e9da\"}.icon-share:before{content:\"\\ea7d\"}.state-menu-body{flex-direction:column;border-radius:10px;width:75px}.state-menu-body .state-menu-label{font-family:Rubik-Bold,Rubik;font-weight:500;font-size:36px}.state-menu-body .state-menu-label-text{font-size:16px;margin-top:10px}.notActive{height:74px;background-color:#fff;color:#d3dbe2}.active{height:110px;background-color:#ffb885;color:#fff}\n"], directives: [{ type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
|
15
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.5", ngImport: i0, type: StateMenuComponent, decorators: [{
|
16
|
+
type: Component,
|
17
|
+
args: [{ selector: 'state-menu', template: "<div class=\"state-menu-body flex\" [ngClass]=\"active ? 'active' : 'notActive'\">\n <span class=\"state-menu-label {{icon}}\"></span>\n <span *ngIf=\"active\" class=\"state-menu-label state-menu-label-text\">{{ text }}</span>\n</div>", styles: ["@import\"https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap\";.text{font-family:Rubik,sans-serif;font-size:16px;color:#1e2022;letter-spacing:0em;text-overflow:ellipsis}.text--headline-1{font-size:34px;font-weight:800;line-height:40px}.text--headline-2{font-size:29px;font-weight:800;line-height:34px;letter-spacing:-.01em}.text--headline-3{font-size:21px;font-weight:700;line-height:26px}.text--headline-4{font-size:17px;font-weight:700;line-height:24px}.text--headline-5{font-size:16px;font-weight:700;line-height:20px}.text--headline-6{font-size:14px;font-weight:600;line-height:20px}.text--paragraph{font-size:16px;font-weight:400;line-height:22px;background:black}.text--button{font-size:14px;font-weight:700;line-height:17px}.flex{display:flex;justify-content:center;align-items:center}.flex--between{justify-content:space-between}@font-face{font-family:icomoon;src:url(../icon/fonts/icomoon.eot?a7s3t1);src:url(../icon/fonts/icomoon.eot?a7s3t1#iefix) format(\"embedded-opentype\"),url(../icon/fonts/icomoon.ttf?a7s3t1) format(\"truetype\"),url(../icon/fonts/icomoon.woff?a7s3t1) format(\"woff\"),url(../icon/fonts/icomoon.svg?a7s3t1#icomoon) format(\"svg\");font-weight:400;font-style:normal;font-display:block}[class^=icon-],[class*=\" icon-\"]{font-size:26px;font-weight:700;font-family:icomoon!important;speak:never;font-style:normal;font-weight:400;font-feature-settings:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-location:before{content:\"\\e902\"}.icon-chat:before{content:\"\\e903\"}.icon-messenger:before{content:\"\\e904\"}.icon-home:before{content:\"\\e905\"}.icon-building:before{content:\"\\e906\"}.icon-farm:before{content:\"\\e907\"}.icon-land:before{content:\"\\e908\"}.icon-bedroom:before{content:\"\\e909\"}.icon-shower:before{content:\"\\e90a\"}.icon-garage:before{content:\"\\e90b\"}.icon-area:before{content:\"\\e90c\"}.icon-furnitured:before{content:\"\\e90d\"}.icon-grill:before{content:\"\\e90e\"}.icon-find-house:before{content:\"\\e901\"}.icon-heart:before{content:\"\\e9da\"}.icon-share:before{content:\"\\ea7d\"}.state-menu-body{flex-direction:column;border-radius:10px;width:75px}.state-menu-body .state-menu-label{font-family:Rubik-Bold,Rubik;font-weight:500;font-size:36px}.state-menu-body .state-menu-label-text{font-size:16px;margin-top:10px}.notActive{height:74px;background-color:#fff;color:#d3dbe2}.active{height:110px;background-color:#ffb885;color:#fff}\n"] }]
|
18
|
+
}], ctorParameters: function () { return []; }, propDecorators: { active: [{
|
19
|
+
type: Input
|
20
|
+
}], icon: [{
|
21
|
+
type: Input
|
22
|
+
}], text: [{
|
23
|
+
type: Input
|
24
|
+
}] } });
|
25
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic3RhdGUtbWVudS5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9uZ3gtbWltaWMvc3JjL2xpYi9zdGF0ZS1tZW51L3N0YXRlLW1lbnUuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvbmd4LW1pbWljL3NyYy9saWIvc3RhdGUtbWVudS9zdGF0ZS1tZW51LmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsS0FBSyxFQUFVLE1BQU0sZUFBZSxDQUFDOzs7QUFPekQsTUFBTSxPQUFPLGtCQUFrQjtJQUs3QjtRQUpTLFdBQU0sR0FBWSxLQUFLLENBQUM7UUFDeEIsU0FBSSxHQUFXLEVBQUUsQ0FBQztRQUNsQixTQUFJLEdBQVcsRUFBRSxDQUFDO0lBRVosQ0FBQztJQUVoQixRQUFRO0lBRVIsQ0FBQzs7K0dBVFUsa0JBQWtCO21HQUFsQixrQkFBa0IsNEdDUC9CLGtQQUdNOzJGRElPLGtCQUFrQjtrQkFMOUIsU0FBUzsrQkFDRSxZQUFZOzBFQUtiLE1BQU07c0JBQWQsS0FBSztnQkFDRyxJQUFJO3NCQUFaLEtBQUs7Z0JBQ0csSUFBSTtzQkFBWixLQUFLIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50LCBJbnB1dCwgT25Jbml0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ3N0YXRlLW1lbnUnLFxuICB0ZW1wbGF0ZVVybDogJy4vc3RhdGUtbWVudS5jb21wb25lbnQuaHRtbCcsXG4gIHN0eWxlVXJsczogWycuL3N0YXRlLW1lbnUuY29tcG9uZW50LnNjc3MnXVxufSlcbmV4cG9ydCBjbGFzcyBTdGF0ZU1lbnVDb21wb25lbnQgaW1wbGVtZW50cyBPbkluaXQge1xuICBASW5wdXQoKSBhY3RpdmU6IGJvb2xlYW4gPSBmYWxzZTtcbiAgQElucHV0KCkgaWNvbjogc3RyaW5nID0gJyc7XG4gIEBJbnB1dCgpIHRleHQ6IHN0cmluZyA9ICcnO1xuXG4gIGNvbnN0cnVjdG9yKCkge31cblxuICBuZ09uSW5pdCgpIHtcbiAgICBcbiAgfVxufVxuIiwiPGRpdiBjbGFzcz1cInN0YXRlLW1lbnUtYm9keSBmbGV4XCIgW25nQ2xhc3NdPVwiYWN0aXZlID8gJ2FjdGl2ZScgOiAnbm90QWN0aXZlJ1wiPlxuICAgIDxzcGFuIGNsYXNzPVwic3RhdGUtbWVudS1sYWJlbCB7e2ljb259fVwiPjwvc3Bhbj5cbiAgICA8c3BhbiAqbmdJZj1cImFjdGl2ZVwiIGNsYXNzPVwic3RhdGUtbWVudS1sYWJlbCBzdGF0ZS1tZW51LWxhYmVsLXRleHRcIj57eyB0ZXh0IH19PC9zcGFuPlxuPC9kaXY+Il19
|
@@ -0,0 +1,21 @@
|
|
1
|
+
import { Component, Input } from '@angular/core';
|
2
|
+
import * as i0 from "@angular/core";
|
3
|
+
export class TagComponent {
|
4
|
+
constructor() {
|
5
|
+
this.color = '#46D0D9';
|
6
|
+
this.text = '';
|
7
|
+
}
|
8
|
+
ngOnInit() {
|
9
|
+
}
|
10
|
+
}
|
11
|
+
TagComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.5", ngImport: i0, type: TagComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
12
|
+
TagComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.5", type: TagComponent, selector: "app-tag", inputs: { color: "color", text: "text" }, ngImport: i0, template: "<span class=\"flex tag text\" style=\"background-color: {{ color }};\">{{ text }}</span>\n\n<div class=\"body\">\n\n<div class=\"flex login\">\n <p>LOGIN</p>\n</div>\n\n<div class=\"flex option\">\n <p>Tenho interesse!</p>\n</div>\n\n<div class=\"flex campo-text\">\n <p class=\"text\">Email</p>\n</div>\n\n\n<div class=\"flex campo\">\n <h1>1</h1>\n</div>\n\n", styles: ["@import\"https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap\";.text{font-family:Rubik,sans-serif;font-size:16px;color:#1e2022;letter-spacing:0em;text-overflow:ellipsis}.text--headline-1{font-size:34px;font-weight:800;line-height:40px}.text--headline-2{font-size:29px;font-weight:800;line-height:34px;letter-spacing:-.01em}.text--headline-3{font-size:21px;font-weight:700;line-height:26px}.text--headline-4{font-size:17px;font-weight:700;line-height:24px}.text--headline-5{font-size:16px;font-weight:700;line-height:20px}.text--headline-6{font-size:14px;font-weight:600;line-height:20px}.text--paragraph{font-size:16px;font-weight:400;line-height:22px;background:black}.text--button{font-size:14px;font-weight:700;line-height:17px}.flex{display:flex;justify-content:center;align-items:center}.flex--between{justify-content:space-between}@font-face{font-family:icomoon;src:url(../icon/fonts/icomoon.eot?a7s3t1);src:url(../icon/fonts/icomoon.eot?a7s3t1#iefix) format(\"embedded-opentype\"),url(../icon/fonts/icomoon.ttf?a7s3t1) format(\"truetype\"),url(../icon/fonts/icomoon.woff?a7s3t1) format(\"woff\"),url(../icon/fonts/icomoon.svg?a7s3t1#icomoon) format(\"svg\");font-weight:400;font-style:normal;font-display:block}[class^=icon-],[class*=\" icon-\"]{font-size:26px;font-weight:700;font-family:icomoon!important;speak:never;font-style:normal;font-weight:400;font-feature-settings:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-location:before{content:\"\\e902\"}.icon-chat:before{content:\"\\e903\"}.icon-messenger:before{content:\"\\e904\"}.icon-home:before{content:\"\\e905\"}.icon-building:before{content:\"\\e906\"}.icon-farm:before{content:\"\\e907\"}.icon-land:before{content:\"\\e908\"}.icon-bedroom:before{content:\"\\e909\"}.icon-shower:before{content:\"\\e90a\"}.icon-garage:before{content:\"\\e90b\"}.icon-area:before{content:\"\\e90c\"}.icon-furnitured:before{content:\"\\e90d\"}.icon-grill:before{content:\"\\e90e\"}.icon-find-house:before{content:\"\\e901\"}.icon-heart:before{content:\"\\e9da\"}.icon-share:before{content:\"\\ea7d\"}.tag{max-width:300px;width:-moz-fit-content;width:fit-content;font-size:13px;font-weight:500;color:#fff;padding:9px 15px 8px;border-radius:50px}.login{margin-top:30%;width:357px;height:55px;font-size:14px;font-weight:500;font-family:rubik;background-color:#ff8d3a;border-radius:10px;margin-left:3%;box-shadow:0 0 20px #1d288e0d;line-height:17px}p{color:#fff}.option{margin-top:30%;width:178px;height:40px;font-size:15px;font-weight:400;font-family:rubik;background-color:#ffb885;border-radius:10px;margin-left:7%;box-shadow:0 0 20px #1d288e0d;line-height:19px;letter-spacing:-.3px}.campo{flex-direction:column;align-items:flex-end;width:357px;height:46px;background-color:#fff;border-radius:10px;margin-left:3%;box-shadow:0 0 20px #1d288e12}h1{margin-right:7%}.body{background-color:#f8fbff;height:500px}.campo-text{margin-top:30%;margin-left:3%;width:20%}.text{color:#ff8d3a}\n"] });
|
13
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.5", ngImport: i0, type: TagComponent, decorators: [{
|
14
|
+
type: Component,
|
15
|
+
args: [{ selector: 'app-tag', template: "<span class=\"flex tag text\" style=\"background-color: {{ color }};\">{{ text }}</span>\n\n<div class=\"body\">\n\n<div class=\"flex login\">\n <p>LOGIN</p>\n</div>\n\n<div class=\"flex option\">\n <p>Tenho interesse!</p>\n</div>\n\n<div class=\"flex campo-text\">\n <p class=\"text\">Email</p>\n</div>\n\n\n<div class=\"flex campo\">\n <h1>1</h1>\n</div>\n\n", styles: ["@import\"https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap\";.text{font-family:Rubik,sans-serif;font-size:16px;color:#1e2022;letter-spacing:0em;text-overflow:ellipsis}.text--headline-1{font-size:34px;font-weight:800;line-height:40px}.text--headline-2{font-size:29px;font-weight:800;line-height:34px;letter-spacing:-.01em}.text--headline-3{font-size:21px;font-weight:700;line-height:26px}.text--headline-4{font-size:17px;font-weight:700;line-height:24px}.text--headline-5{font-size:16px;font-weight:700;line-height:20px}.text--headline-6{font-size:14px;font-weight:600;line-height:20px}.text--paragraph{font-size:16px;font-weight:400;line-height:22px;background:black}.text--button{font-size:14px;font-weight:700;line-height:17px}.flex{display:flex;justify-content:center;align-items:center}.flex--between{justify-content:space-between}@font-face{font-family:icomoon;src:url(../icon/fonts/icomoon.eot?a7s3t1);src:url(../icon/fonts/icomoon.eot?a7s3t1#iefix) format(\"embedded-opentype\"),url(../icon/fonts/icomoon.ttf?a7s3t1) format(\"truetype\"),url(../icon/fonts/icomoon.woff?a7s3t1) format(\"woff\"),url(../icon/fonts/icomoon.svg?a7s3t1#icomoon) format(\"svg\");font-weight:400;font-style:normal;font-display:block}[class^=icon-],[class*=\" icon-\"]{font-size:26px;font-weight:700;font-family:icomoon!important;speak:never;font-style:normal;font-weight:400;font-feature-settings:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-location:before{content:\"\\e902\"}.icon-chat:before{content:\"\\e903\"}.icon-messenger:before{content:\"\\e904\"}.icon-home:before{content:\"\\e905\"}.icon-building:before{content:\"\\e906\"}.icon-farm:before{content:\"\\e907\"}.icon-land:before{content:\"\\e908\"}.icon-bedroom:before{content:\"\\e909\"}.icon-shower:before{content:\"\\e90a\"}.icon-garage:before{content:\"\\e90b\"}.icon-area:before{content:\"\\e90c\"}.icon-furnitured:before{content:\"\\e90d\"}.icon-grill:before{content:\"\\e90e\"}.icon-find-house:before{content:\"\\e901\"}.icon-heart:before{content:\"\\e9da\"}.icon-share:before{content:\"\\ea7d\"}.tag{max-width:300px;width:-moz-fit-content;width:fit-content;font-size:13px;font-weight:500;color:#fff;padding:9px 15px 8px;border-radius:50px}.login{margin-top:30%;width:357px;height:55px;font-size:14px;font-weight:500;font-family:rubik;background-color:#ff8d3a;border-radius:10px;margin-left:3%;box-shadow:0 0 20px #1d288e0d;line-height:17px}p{color:#fff}.option{margin-top:30%;width:178px;height:40px;font-size:15px;font-weight:400;font-family:rubik;background-color:#ffb885;border-radius:10px;margin-left:7%;box-shadow:0 0 20px #1d288e0d;line-height:19px;letter-spacing:-.3px}.campo{flex-direction:column;align-items:flex-end;width:357px;height:46px;background-color:#fff;border-radius:10px;margin-left:3%;box-shadow:0 0 20px #1d288e12}h1{margin-right:7%}.body{background-color:#f8fbff;height:500px}.campo-text{margin-top:30%;margin-left:3%;width:20%}.text{color:#ff8d3a}\n"] }]
|
16
|
+
}], ctorParameters: function () { return []; }, propDecorators: { color: [{
|
17
|
+
type: Input
|
18
|
+
}], text: [{
|
19
|
+
type: Input
|
20
|
+
}] } });
|
21
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGFnLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL25neC1taW1pYy9zcmMvbGliL3RhZy90YWcuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvbmd4LW1pbWljL3NyYy9saWIvdGFnL3RhZy5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLEtBQUssRUFBVSxNQUFNLGVBQWUsQ0FBQzs7QUFPekQsTUFBTSxPQUFPLFlBQVk7SUFJdkI7UUFIUyxVQUFLLEdBQVcsU0FBUyxDQUFDO1FBQzFCLFNBQUksR0FBVyxFQUFFLENBQUM7SUFFWCxDQUFDO0lBRWpCLFFBQVE7SUFDUixDQUFDOzt5R0FQVSxZQUFZOzZGQUFaLFlBQVkseUZDUHpCLDhXQXFCQTsyRkRkYSxZQUFZO2tCQUx4QixTQUFTOytCQUNFLFNBQVM7MEVBS1YsS0FBSztzQkFBYixLQUFLO2dCQUNHLElBQUk7c0JBQVosS0FBSyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgSW5wdXQsIE9uSW5pdCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdhcHAtdGFnJyxcbiAgdGVtcGxhdGVVcmw6ICcuL3RhZy5jb21wb25lbnQuaHRtbCcsXG4gIHN0eWxlVXJsczogWycuL3RhZy5jb21wb25lbnQuc2NzcyddXG59KVxuZXhwb3J0IGNsYXNzIFRhZ0NvbXBvbmVudCBpbXBsZW1lbnRzIE9uSW5pdCB7XG4gIEBJbnB1dCgpIGNvbG9yOiBzdHJpbmcgPSAnIzQ2RDBEOSc7XG4gIEBJbnB1dCgpIHRleHQ6IHN0cmluZyA9ICcnO1xuXG4gIGNvbnN0cnVjdG9yKCkgeyB9XG5cbiAgbmdPbkluaXQoKSB7XG4gIH1cblxufVxuIiwiPHNwYW4gY2xhc3M9XCJmbGV4IHRhZyB0ZXh0XCIgc3R5bGU9XCJiYWNrZ3JvdW5kLWNvbG9yOiB7eyBjb2xvciB9fTtcIj57eyB0ZXh0IH19PC9zcGFuPlxuXG48ZGl2IGNsYXNzPVwiYm9keVwiPlxuXG48ZGl2IGNsYXNzPVwiZmxleCBsb2dpblwiPlxuICA8cD5MT0dJTjwvcD5cbjwvZGl2PlxuXG48ZGl2IGNsYXNzPVwiZmxleCBvcHRpb25cIj5cbiAgPHA+VGVuaG8gaW50ZXJlc3NlITwvcD5cbjwvZGl2PlxuXG48ZGl2IGNsYXNzPVwiZmxleCBjYW1wby10ZXh0XCI+XG4gIDxwIGNsYXNzPVwidGV4dFwiPkVtYWlsPC9wPlxuPC9kaXY+XG5cblxuPGRpdiBjbGFzcz1cImZsZXggY2FtcG9cIj5cbiAgPGgxPjE8L2gxPlxuPC9kaXY+XG5cbiJdfQ==
|
package/esm2020/public-api.mjs
CHANGED
@@ -5,5 +5,9 @@ export * from './lib/ngx-mimic.service';
|
|
5
5
|
export * from './lib/ngx-mimic.component';
|
6
6
|
export * from './lib/ngx-mimic.module';
|
7
7
|
export * from './lib/feature-card/feature-card.component';
|
8
|
-
export * from './lib/
|
9
|
-
|
8
|
+
export * from './lib/mobile-bar/mobile-bar.component';
|
9
|
+
export * from './lib/state-menu/state-menu.component';
|
10
|
+
export * from './lib/circle-button/circle-button.component';
|
11
|
+
export * from './lib/tag/tag.component';
|
12
|
+
export * from './lib/description-box/description-box.component';
|
13
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3Byb2plY3RzL25neC1taW1pYy9zcmMvcHVibGljLWFwaS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7R0FFRztBQUVILGNBQWMseUJBQXlCLENBQUM7QUFDeEMsY0FBYywyQkFBMkIsQ0FBQztBQUMxQyxjQUFjLHdCQUF3QixDQUFDO0FBRXZDLGNBQWMsMkNBQTJDLENBQUM7QUFDMUQsY0FBYyx1Q0FBdUMsQ0FBQztBQUN0RCxjQUFjLHVDQUF1QyxDQUFDO0FBQ3RELGNBQWMsNkNBQTZDLENBQUM7QUFDNUQsY0FBYyx5QkFBeUIsQ0FBQztBQUN4QyxjQUFjLGlEQUFpRCxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiLypcbiAqIFB1YmxpYyBBUEkgU3VyZmFjZSBvZiBuZ3gtbWltaWNcbiAqL1xuXG5leHBvcnQgKiBmcm9tICcuL2xpYi9uZ3gtbWltaWMuc2VydmljZSc7XG5leHBvcnQgKiBmcm9tICcuL2xpYi9uZ3gtbWltaWMuY29tcG9uZW50JztcbmV4cG9ydCAqIGZyb20gJy4vbGliL25neC1taW1pYy5tb2R1bGUnO1xuXG5leHBvcnQgKiBmcm9tICcuL2xpYi9mZWF0dXJlLWNhcmQvZmVhdHVyZS1jYXJkLmNvbXBvbmVudCc7XG5leHBvcnQgKiBmcm9tICcuL2xpYi9tb2JpbGUtYmFyL21vYmlsZS1iYXIuY29tcG9uZW50JztcbmV4cG9ydCAqIGZyb20gJy4vbGliL3N0YXRlLW1lbnUvc3RhdGUtbWVudS5jb21wb25lbnQnO1xuZXhwb3J0ICogZnJvbSAnLi9saWIvY2lyY2xlLWJ1dHRvbi9jaXJjbGUtYnV0dG9uLmNvbXBvbmVudCc7XG5leHBvcnQgKiBmcm9tICcuL2xpYi90YWcvdGFnLmNvbXBvbmVudCc7XG5leHBvcnQgKiBmcm9tICcuL2xpYi9kZXNjcmlwdGlvbi1ib3gvZGVzY3JpcHRpb24tYm94LmNvbXBvbmVudCc7XG4iXX0=
|
package/fesm2015/ngx-mimic.mjs
CHANGED
@@ -1,5 +1,7 @@
|
|
1
1
|
import * as i0 from '@angular/core';
|
2
|
-
import { Injectable, Component, NgModule, CUSTOM_ELEMENTS_SCHEMA } from '@angular/core';
|
2
|
+
import { Injectable, Component, Input, NgModule, CUSTOM_ELEMENTS_SCHEMA } from '@angular/core';
|
3
|
+
import * as i1 from '@angular/common';
|
4
|
+
import { CommonModule } from '@angular/common';
|
3
5
|
|
4
6
|
class NgxMimicService {
|
5
7
|
constructor() { }
|
@@ -50,24 +52,96 @@ class FeatureCardComponent {
|
|
50
52
|
}
|
51
53
|
}
|
52
54
|
FeatureCardComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.5", ngImport: i0, type: FeatureCardComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
53
|
-
FeatureCardComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.5", type: FeatureCardComponent, selector: "mimic-feature-card", ngImport: i0, template: "<
|
55
|
+
FeatureCardComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.5", type: FeatureCardComponent, selector: "mimic-feature-card", ngImport: i0, template: "\n<footer>\n <div class=\"card-icon flex\">\n\n <div class=\"box-icon-1 flex\">\n <div class=\"icon-1\"></div>\n </div>\n\n <div class=\"box-icon-2 flex\">\n <div class=\"icon-2\"></div>\n </div>\n\n <div class=\"box-icon-3 flex\">\n <div class=\"icon-3\"></div>\n </div>\n\n <div class=\"box-icon-4 flex\">\n <div class=\"icon-4\"></div>\n </div>\n\n </div>\n</footer>\n", styles: ["@import\"https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap\";.text{font-family:Rubik,sans-serif;font-size:16px;color:#1e2022;letter-spacing:0em;text-overflow:ellipsis}.text--headline-1{font-size:34px;font-weight:800;line-height:40px}.text--headline-2{font-size:29px;font-weight:800;line-height:34px;letter-spacing:-.01em}.text--headline-3{font-size:21px;font-weight:700;line-height:26px}.text--headline-4{font-size:17px;font-weight:700;line-height:24px}.text--headline-5{font-size:16px;font-weight:700;line-height:20px}.text--headline-6{font-size:14px;font-weight:600;line-height:20px}.text--paragraph{font-size:16px;font-weight:400;line-height:22px;background:black}.text--button{font-size:14px;font-weight:700;line-height:17px}.flex{display:flex;justify-content:center;align-items:center}.flex--between{justify-content:space-between}@font-face{font-family:icomoon;src:url(../icon/fonts/icomoon.eot?a7s3t1);src:url(../icon/fonts/icomoon.eot?a7s3t1#iefix) format(\"embedded-opentype\"),url(../icon/fonts/icomoon.ttf?a7s3t1) format(\"truetype\"),url(../icon/fonts/icomoon.woff?a7s3t1) format(\"woff\"),url(../icon/fonts/icomoon.svg?a7s3t1#icomoon) format(\"svg\");font-weight:400;font-style:normal;font-display:block}[class^=icon-],[class*=\" icon-\"]{font-size:26px;font-weight:700;font-family:icomoon!important;speak:never;font-style:normal;font-weight:400;font-feature-settings:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-location:before{content:\"\\e902\"}.icon-chat:before{content:\"\\e903\"}.icon-messenger:before{content:\"\\e904\"}.icon-home:before{content:\"\\e905\"}.icon-building:before{content:\"\\e906\"}.icon-farm:before{content:\"\\e907\"}.icon-land:before{content:\"\\e908\"}.icon-bedroom:before{content:\"\\e909\"}.icon-shower:before{content:\"\\e90a\"}.icon-garage:before{content:\"\\e90b\"}.icon-area:before{content:\"\\e90c\"}.icon-furnitured:before{content:\"\\e90d\"}.icon-grill:before{content:\"\\e90e\"}.icon-find-house:before{content:\"\\e901\"}.icon-heart:before{content:\"\\e9da\"}.icon-share:before{content:\"\\ea7d\"}.feature-card-body{background-color:#f8f8f8;border-radius:10px;box-shadow:.1rem .3rem .5rem .1rem #80808033;height:6.5rem;width:90%;max-width:500px;margin:auto;padding:.5rem 1rem .5rem .5rem}.card-image{background-image:url(https://imobiliariagaribaldi.com.br/imagens/imoveis/20220311143040658720.jpeg);background-repeat:no-repeat;background-size:cover;border-radius:10px;width:41%;height:99%}.card-icon{display:flex;background-color:#fff;flex-direction:row;border-radius:1.25rem;width:64%;position:fixed;bottom:0%;justify-content:space-between;padding:5% 18%;box-shadow:0 -5px 50px #0f1a420d;margin:0% 0% 0% -16px}.icon-1{background-image:url(https://imobiliariagaribaldi.com.br/imagens/imoveis/20220311143040658720.jpeg);background-size:cover;border-radius:4px;width:20px;height:25px}.icon-2{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAABmJLR0QA/wD/AP+gvaeTAAAB5UlEQVRIie3WS0tVYRQG4EezBFHLY0F0UorCv9CkhjUulH6DBWG/Qaim9UN0UuCgBkGmUVB2ocsgs/TMug0KFIrdYK/N2dg+V8+hBr6w+GCtd73v/vblW5td/GP0YArzqGATa1jARfTluH2RWwjOZvTMYTK0msIYHiGpEw9wBGUsNuAuh2ZD00o0rGE6cntjvYovUX8bkeAzZrZxL+Fj1Cv1zHtyO72L4Rq8g3iY29EiRmtwh3EveEtq3Pap3E5rmWYYwuOIwQbcYdWdTxYR5qM43UCoHVwO7bmi4kYUx7tgfCy0N4qKW1Hc1wXj/tDeyhK9ueL3WA93wTjT/FZk/DzWs10wzjRXiooz0tvxQgunTRPoxcvQvlJEKOFnEM530PhCaP7ASC3S9SC9w0AHTAdCK8G1esQhrAbxZgeMb4XWamjXxRn8jtjJi3YuNH7hdLNNN6RX+hUTbZhORG8ifXxNYw/uqE6hUgu9JdWpdTu0WsKg9LtL8EztCZTHAengSPAK+1s1zVDG+xB62sB8NDhJ9JTbNc0wjg8huCKdx9sxgifB+YTjOzXNcFI6pxPp0ZrfTVl62iVxgSc6ZZphTPWlWcepiPXIvcHRTptmKOG+v3/olnCoW6YZ+jGL1xGzkdvF/4k//ySPl+IWrEwAAAAASUVORK5CYII=);object-fit:contain;width:20px;height:25px}.icon-3{background-image:url(https://imobiliariagaribaldi.com.br/imagens/imoveis/20220311143040658720.jpeg);background-size:cover;border-radius:4px;width:20px;height:25px}.icon-4{background-image:url(https://imobiliariagaribaldi.com.br/imagens/imoveis/20220311143040658720.jpeg);background-size:cover;border-radius:4px;width:20px;height:25px}p{font-family:Impact,Haettenschweiler,Arial Narrow Bold,sans-serif;margin:0%}\n"] });
|
54
56
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.5", ngImport: i0, type: FeatureCardComponent, decorators: [{
|
55
57
|
type: Component,
|
56
|
-
args: [{ selector: 'mimic-feature-card', template: "<
|
58
|
+
args: [{ selector: 'mimic-feature-card', template: "\n<footer>\n <div class=\"card-icon flex\">\n\n <div class=\"box-icon-1 flex\">\n <div class=\"icon-1\"></div>\n </div>\n\n <div class=\"box-icon-2 flex\">\n <div class=\"icon-2\"></div>\n </div>\n\n <div class=\"box-icon-3 flex\">\n <div class=\"icon-3\"></div>\n </div>\n\n <div class=\"box-icon-4 flex\">\n <div class=\"icon-4\"></div>\n </div>\n\n </div>\n</footer>\n", styles: ["@import\"https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap\";.text{font-family:Rubik,sans-serif;font-size:16px;color:#1e2022;letter-spacing:0em;text-overflow:ellipsis}.text--headline-1{font-size:34px;font-weight:800;line-height:40px}.text--headline-2{font-size:29px;font-weight:800;line-height:34px;letter-spacing:-.01em}.text--headline-3{font-size:21px;font-weight:700;line-height:26px}.text--headline-4{font-size:17px;font-weight:700;line-height:24px}.text--headline-5{font-size:16px;font-weight:700;line-height:20px}.text--headline-6{font-size:14px;font-weight:600;line-height:20px}.text--paragraph{font-size:16px;font-weight:400;line-height:22px;background:black}.text--button{font-size:14px;font-weight:700;line-height:17px}.flex{display:flex;justify-content:center;align-items:center}.flex--between{justify-content:space-between}@font-face{font-family:icomoon;src:url(../icon/fonts/icomoon.eot?a7s3t1);src:url(../icon/fonts/icomoon.eot?a7s3t1#iefix) format(\"embedded-opentype\"),url(../icon/fonts/icomoon.ttf?a7s3t1) format(\"truetype\"),url(../icon/fonts/icomoon.woff?a7s3t1) format(\"woff\"),url(../icon/fonts/icomoon.svg?a7s3t1#icomoon) format(\"svg\");font-weight:400;font-style:normal;font-display:block}[class^=icon-],[class*=\" icon-\"]{font-size:26px;font-weight:700;font-family:icomoon!important;speak:never;font-style:normal;font-weight:400;font-feature-settings:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-location:before{content:\"\\e902\"}.icon-chat:before{content:\"\\e903\"}.icon-messenger:before{content:\"\\e904\"}.icon-home:before{content:\"\\e905\"}.icon-building:before{content:\"\\e906\"}.icon-farm:before{content:\"\\e907\"}.icon-land:before{content:\"\\e908\"}.icon-bedroom:before{content:\"\\e909\"}.icon-shower:before{content:\"\\e90a\"}.icon-garage:before{content:\"\\e90b\"}.icon-area:before{content:\"\\e90c\"}.icon-furnitured:before{content:\"\\e90d\"}.icon-grill:before{content:\"\\e90e\"}.icon-find-house:before{content:\"\\e901\"}.icon-heart:before{content:\"\\e9da\"}.icon-share:before{content:\"\\ea7d\"}.feature-card-body{background-color:#f8f8f8;border-radius:10px;box-shadow:.1rem .3rem .5rem .1rem #80808033;height:6.5rem;width:90%;max-width:500px;margin:auto;padding:.5rem 1rem .5rem .5rem}.card-image{background-image:url(https://imobiliariagaribaldi.com.br/imagens/imoveis/20220311143040658720.jpeg);background-repeat:no-repeat;background-size:cover;border-radius:10px;width:41%;height:99%}.card-icon{display:flex;background-color:#fff;flex-direction:row;border-radius:1.25rem;width:64%;position:fixed;bottom:0%;justify-content:space-between;padding:5% 18%;box-shadow:0 -5px 50px #0f1a420d;margin:0% 0% 0% -16px}.icon-1{background-image:url(https://imobiliariagaribaldi.com.br/imagens/imoveis/20220311143040658720.jpeg);background-size:cover;border-radius:4px;width:20px;height:25px}.icon-2{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAABmJLR0QA/wD/AP+gvaeTAAAB5UlEQVRIie3WS0tVYRQG4EezBFHLY0F0UorCv9CkhjUulH6DBWG/Qaim9UN0UuCgBkGmUVB2ocsgs/TMug0KFIrdYK/N2dg+V8+hBr6w+GCtd73v/vblW5td/GP0YArzqGATa1jARfTluH2RWwjOZvTMYTK0msIYHiGpEw9wBGUsNuAuh2ZD00o0rGE6cntjvYovUX8bkeAzZrZxL+Fj1Cv1zHtyO72L4Rq8g3iY29EiRmtwh3EveEtq3Pap3E5rmWYYwuOIwQbcYdWdTxYR5qM43UCoHVwO7bmi4kYUx7tgfCy0N4qKW1Hc1wXj/tDeyhK9ueL3WA93wTjT/FZk/DzWs10wzjRXiooz0tvxQgunTRPoxcvQvlJEKOFnEM530PhCaP7ASC3S9SC9w0AHTAdCK8G1esQhrAbxZgeMb4XWamjXxRn8jtjJi3YuNH7hdLNNN6RX+hUTbZhORG8ifXxNYw/uqE6hUgu9JdWpdTu0WsKg9LtL8EztCZTHAengSPAK+1s1zVDG+xB62sB8NDhJ9JTbNc0wjg8huCKdx9sxgifB+YTjOzXNcFI6pxPp0ZrfTVl62iVxgSc6ZZphTPWlWcepiPXIvcHRTptmKOG+v3/olnCoW6YZ+jGL1xGzkdvF/4k//ySPl+IWrEwAAAAASUVORK5CYII=);object-fit:contain;width:20px;height:25px}.icon-3{background-image:url(https://imobiliariagaribaldi.com.br/imagens/imoveis/20220311143040658720.jpeg);background-size:cover;border-radius:4px;width:20px;height:25px}.icon-4{background-image:url(https://imobiliariagaribaldi.com.br/imagens/imoveis/20220311143040658720.jpeg);background-size:cover;border-radius:4px;width:20px;height:25px}p{font-family:Impact,Haettenschweiler,Arial Narrow Bold,sans-serif;margin:0%}\n"] }]
|
57
59
|
}], ctorParameters: function () { return []; } });
|
58
60
|
|
59
|
-
class
|
61
|
+
class MobileBarComponent {
|
60
62
|
constructor() { }
|
61
63
|
ngOnInit() {
|
62
64
|
}
|
63
65
|
}
|
64
|
-
|
65
|
-
|
66
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.5", ngImport: i0, type:
|
66
|
+
MobileBarComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.5", ngImport: i0, type: MobileBarComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
67
|
+
MobileBarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.5", type: MobileBarComponent, selector: "mobile-bar", ngImport: i0, template: "<div class=\"mobile-bar-body flex\">\n <div class=\"mobile-bar-itens flex\">\n <ng-content></ng-content>\n </div>\n</div>\n", styles: ["@import\"https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap\";.text{font-family:Rubik,sans-serif;font-size:16px;color:#1e2022;letter-spacing:0em;text-overflow:ellipsis}.text--headline-1{font-size:34px;font-weight:800;line-height:40px}.text--headline-2{font-size:29px;font-weight:800;line-height:34px;letter-spacing:-.01em}.text--headline-3{font-size:21px;font-weight:700;line-height:26px}.text--headline-4{font-size:17px;font-weight:700;line-height:24px}.text--headline-5{font-size:16px;font-weight:700;line-height:20px}.text--headline-6{font-size:14px;font-weight:600;line-height:20px}.text--paragraph{font-size:16px;font-weight:400;line-height:22px;background:black}.text--button{font-size:14px;font-weight:700;line-height:17px}.flex{display:flex;justify-content:center;align-items:center}.flex--between{justify-content:space-between}@font-face{font-family:icomoon;src:url(../icon/fonts/icomoon.eot?a7s3t1);src:url(../icon/fonts/icomoon.eot?a7s3t1#iefix) format(\"embedded-opentype\"),url(../icon/fonts/icomoon.ttf?a7s3t1) format(\"truetype\"),url(../icon/fonts/icomoon.woff?a7s3t1) format(\"woff\"),url(../icon/fonts/icomoon.svg?a7s3t1#icomoon) format(\"svg\");font-weight:400;font-style:normal;font-display:block}[class^=icon-],[class*=\" icon-\"]{font-size:26px;font-weight:700;font-family:icomoon!important;speak:never;font-style:normal;font-weight:400;font-feature-settings:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-location:before{content:\"\\e902\"}.icon-chat:before{content:\"\\e903\"}.icon-messenger:before{content:\"\\e904\"}.icon-home:before{content:\"\\e905\"}.icon-building:before{content:\"\\e906\"}.icon-farm:before{content:\"\\e907\"}.icon-land:before{content:\"\\e908\"}.icon-bedroom:before{content:\"\\e909\"}.icon-shower:before{content:\"\\e90a\"}.icon-garage:before{content:\"\\e90b\"}.icon-area:before{content:\"\\e90c\"}.icon-furnitured:before{content:\"\\e90d\"}.icon-grill:before{content:\"\\e90e\"}.icon-find-house:before{content:\"\\e901\"}.icon-heart:before{content:\"\\e9da\"}.icon-share:before{content:\"\\ea7d\"}.mobile-bar-body{width:100%;height:61px;background-color:#fff;border-radius:20px}.mobile-bar-body .mobile-bar-itens{width:80%;justify-content:space-between}\n"] });
|
68
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.5", ngImport: i0, type: MobileBarComponent, decorators: [{
|
67
69
|
type: Component,
|
68
|
-
args: [{ selector: '
|
70
|
+
args: [{ selector: 'mobile-bar', template: "<div class=\"mobile-bar-body flex\">\n <div class=\"mobile-bar-itens flex\">\n <ng-content></ng-content>\n </div>\n</div>\n", styles: ["@import\"https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap\";.text{font-family:Rubik,sans-serif;font-size:16px;color:#1e2022;letter-spacing:0em;text-overflow:ellipsis}.text--headline-1{font-size:34px;font-weight:800;line-height:40px}.text--headline-2{font-size:29px;font-weight:800;line-height:34px;letter-spacing:-.01em}.text--headline-3{font-size:21px;font-weight:700;line-height:26px}.text--headline-4{font-size:17px;font-weight:700;line-height:24px}.text--headline-5{font-size:16px;font-weight:700;line-height:20px}.text--headline-6{font-size:14px;font-weight:600;line-height:20px}.text--paragraph{font-size:16px;font-weight:400;line-height:22px;background:black}.text--button{font-size:14px;font-weight:700;line-height:17px}.flex{display:flex;justify-content:center;align-items:center}.flex--between{justify-content:space-between}@font-face{font-family:icomoon;src:url(../icon/fonts/icomoon.eot?a7s3t1);src:url(../icon/fonts/icomoon.eot?a7s3t1#iefix) format(\"embedded-opentype\"),url(../icon/fonts/icomoon.ttf?a7s3t1) format(\"truetype\"),url(../icon/fonts/icomoon.woff?a7s3t1) format(\"woff\"),url(../icon/fonts/icomoon.svg?a7s3t1#icomoon) format(\"svg\");font-weight:400;font-style:normal;font-display:block}[class^=icon-],[class*=\" icon-\"]{font-size:26px;font-weight:700;font-family:icomoon!important;speak:never;font-style:normal;font-weight:400;font-feature-settings:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-location:before{content:\"\\e902\"}.icon-chat:before{content:\"\\e903\"}.icon-messenger:before{content:\"\\e904\"}.icon-home:before{content:\"\\e905\"}.icon-building:before{content:\"\\e906\"}.icon-farm:before{content:\"\\e907\"}.icon-land:before{content:\"\\e908\"}.icon-bedroom:before{content:\"\\e909\"}.icon-shower:before{content:\"\\e90a\"}.icon-garage:before{content:\"\\e90b\"}.icon-area:before{content:\"\\e90c\"}.icon-furnitured:before{content:\"\\e90d\"}.icon-grill:before{content:\"\\e90e\"}.icon-find-house:before{content:\"\\e901\"}.icon-heart:before{content:\"\\e9da\"}.icon-share:before{content:\"\\ea7d\"}.mobile-bar-body{width:100%;height:61px;background-color:#fff;border-radius:20px}.mobile-bar-body .mobile-bar-itens{width:80%;justify-content:space-between}\n"] }]
|
69
71
|
}], ctorParameters: function () { return []; } });
|
70
72
|
|
73
|
+
class StateMenuComponent {
|
74
|
+
constructor() {
|
75
|
+
this.active = false;
|
76
|
+
this.icon = '';
|
77
|
+
this.text = '';
|
78
|
+
}
|
79
|
+
ngOnInit() {
|
80
|
+
}
|
81
|
+
}
|
82
|
+
StateMenuComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.5", ngImport: i0, type: StateMenuComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
83
|
+
StateMenuComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.5", type: StateMenuComponent, selector: "state-menu", inputs: { active: "active", icon: "icon", text: "text" }, ngImport: i0, template: "<div class=\"state-menu-body flex\" [ngClass]=\"active ? 'active' : 'notActive'\">\n <span class=\"state-menu-label {{icon}}\"></span>\n <span *ngIf=\"active\" class=\"state-menu-label state-menu-label-text\">{{ text }}</span>\n</div>", styles: ["@import\"https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap\";.text{font-family:Rubik,sans-serif;font-size:16px;color:#1e2022;letter-spacing:0em;text-overflow:ellipsis}.text--headline-1{font-size:34px;font-weight:800;line-height:40px}.text--headline-2{font-size:29px;font-weight:800;line-height:34px;letter-spacing:-.01em}.text--headline-3{font-size:21px;font-weight:700;line-height:26px}.text--headline-4{font-size:17px;font-weight:700;line-height:24px}.text--headline-5{font-size:16px;font-weight:700;line-height:20px}.text--headline-6{font-size:14px;font-weight:600;line-height:20px}.text--paragraph{font-size:16px;font-weight:400;line-height:22px;background:black}.text--button{font-size:14px;font-weight:700;line-height:17px}.flex{display:flex;justify-content:center;align-items:center}.flex--between{justify-content:space-between}@font-face{font-family:icomoon;src:url(../icon/fonts/icomoon.eot?a7s3t1);src:url(../icon/fonts/icomoon.eot?a7s3t1#iefix) format(\"embedded-opentype\"),url(../icon/fonts/icomoon.ttf?a7s3t1) format(\"truetype\"),url(../icon/fonts/icomoon.woff?a7s3t1) format(\"woff\"),url(../icon/fonts/icomoon.svg?a7s3t1#icomoon) format(\"svg\");font-weight:400;font-style:normal;font-display:block}[class^=icon-],[class*=\" icon-\"]{font-size:26px;font-weight:700;font-family:icomoon!important;speak:never;font-style:normal;font-weight:400;font-feature-settings:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-location:before{content:\"\\e902\"}.icon-chat:before{content:\"\\e903\"}.icon-messenger:before{content:\"\\e904\"}.icon-home:before{content:\"\\e905\"}.icon-building:before{content:\"\\e906\"}.icon-farm:before{content:\"\\e907\"}.icon-land:before{content:\"\\e908\"}.icon-bedroom:before{content:\"\\e909\"}.icon-shower:before{content:\"\\e90a\"}.icon-garage:before{content:\"\\e90b\"}.icon-area:before{content:\"\\e90c\"}.icon-furnitured:before{content:\"\\e90d\"}.icon-grill:before{content:\"\\e90e\"}.icon-find-house:before{content:\"\\e901\"}.icon-heart:before{content:\"\\e9da\"}.icon-share:before{content:\"\\ea7d\"}.state-menu-body{flex-direction:column;border-radius:10px;width:75px}.state-menu-body .state-menu-label{font-family:Rubik-Bold,Rubik;font-weight:500;font-size:36px}.state-menu-body .state-menu-label-text{font-size:16px;margin-top:10px}.notActive{height:74px;background-color:#fff;color:#d3dbe2}.active{height:110px;background-color:#ffb885;color:#fff}\n"], directives: [{ type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
|
84
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.5", ngImport: i0, type: StateMenuComponent, decorators: [{
|
85
|
+
type: Component,
|
86
|
+
args: [{ selector: 'state-menu', template: "<div class=\"state-menu-body flex\" [ngClass]=\"active ? 'active' : 'notActive'\">\n <span class=\"state-menu-label {{icon}}\"></span>\n <span *ngIf=\"active\" class=\"state-menu-label state-menu-label-text\">{{ text }}</span>\n</div>", styles: ["@import\"https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap\";.text{font-family:Rubik,sans-serif;font-size:16px;color:#1e2022;letter-spacing:0em;text-overflow:ellipsis}.text--headline-1{font-size:34px;font-weight:800;line-height:40px}.text--headline-2{font-size:29px;font-weight:800;line-height:34px;letter-spacing:-.01em}.text--headline-3{font-size:21px;font-weight:700;line-height:26px}.text--headline-4{font-size:17px;font-weight:700;line-height:24px}.text--headline-5{font-size:16px;font-weight:700;line-height:20px}.text--headline-6{font-size:14px;font-weight:600;line-height:20px}.text--paragraph{font-size:16px;font-weight:400;line-height:22px;background:black}.text--button{font-size:14px;font-weight:700;line-height:17px}.flex{display:flex;justify-content:center;align-items:center}.flex--between{justify-content:space-between}@font-face{font-family:icomoon;src:url(../icon/fonts/icomoon.eot?a7s3t1);src:url(../icon/fonts/icomoon.eot?a7s3t1#iefix) format(\"embedded-opentype\"),url(../icon/fonts/icomoon.ttf?a7s3t1) format(\"truetype\"),url(../icon/fonts/icomoon.woff?a7s3t1) format(\"woff\"),url(../icon/fonts/icomoon.svg?a7s3t1#icomoon) format(\"svg\");font-weight:400;font-style:normal;font-display:block}[class^=icon-],[class*=\" icon-\"]{font-size:26px;font-weight:700;font-family:icomoon!important;speak:never;font-style:normal;font-weight:400;font-feature-settings:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-location:before{content:\"\\e902\"}.icon-chat:before{content:\"\\e903\"}.icon-messenger:before{content:\"\\e904\"}.icon-home:before{content:\"\\e905\"}.icon-building:before{content:\"\\e906\"}.icon-farm:before{content:\"\\e907\"}.icon-land:before{content:\"\\e908\"}.icon-bedroom:before{content:\"\\e909\"}.icon-shower:before{content:\"\\e90a\"}.icon-garage:before{content:\"\\e90b\"}.icon-area:before{content:\"\\e90c\"}.icon-furnitured:before{content:\"\\e90d\"}.icon-grill:before{content:\"\\e90e\"}.icon-find-house:before{content:\"\\e901\"}.icon-heart:before{content:\"\\e9da\"}.icon-share:before{content:\"\\ea7d\"}.state-menu-body{flex-direction:column;border-radius:10px;width:75px}.state-menu-body .state-menu-label{font-family:Rubik-Bold,Rubik;font-weight:500;font-size:36px}.state-menu-body .state-menu-label-text{font-size:16px;margin-top:10px}.notActive{height:74px;background-color:#fff;color:#d3dbe2}.active{height:110px;background-color:#ffb885;color:#fff}\n"] }]
|
87
|
+
}], ctorParameters: function () { return []; }, propDecorators: { active: [{
|
88
|
+
type: Input
|
89
|
+
}], icon: [{
|
90
|
+
type: Input
|
91
|
+
}], text: [{
|
92
|
+
type: Input
|
93
|
+
}] } });
|
94
|
+
|
95
|
+
class DescriptionBoxComponent {
|
96
|
+
constructor() { }
|
97
|
+
ngOnInit() {
|
98
|
+
}
|
99
|
+
}
|
100
|
+
DescriptionBoxComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.5", ngImport: i0, type: DescriptionBoxComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
101
|
+
DescriptionBoxComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.5", type: DescriptionBoxComponent, selector: "description-box", ngImport: i0, template: "<div class=\"description-box-body\">\n <div class=\"description-box-itens\">\n <ng-content></ng-content>\n </div>\n</div>\n\n", styles: ["@import\"https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap\";.text{font-family:Rubik,sans-serif;font-size:16px;color:#1e2022;letter-spacing:0em;text-overflow:ellipsis}.text--headline-1{font-size:34px;font-weight:800;line-height:40px}.text--headline-2{font-size:29px;font-weight:800;line-height:34px;letter-spacing:-.01em}.text--headline-3{font-size:21px;font-weight:700;line-height:26px}.text--headline-4{font-size:17px;font-weight:700;line-height:24px}.text--headline-5{font-size:16px;font-weight:700;line-height:20px}.text--headline-6{font-size:14px;font-weight:600;line-height:20px}.text--paragraph{font-size:16px;font-weight:400;line-height:22px;background:black}.text--button{font-size:14px;font-weight:700;line-height:17px}.flex{display:flex;justify-content:center;align-items:center}.flex--between{justify-content:space-between}@font-face{font-family:icomoon;src:url(../icon/fonts/icomoon.eot?a7s3t1);src:url(../icon/fonts/icomoon.eot?a7s3t1#iefix) format(\"embedded-opentype\"),url(../icon/fonts/icomoon.ttf?a7s3t1) format(\"truetype\"),url(../icon/fonts/icomoon.woff?a7s3t1) format(\"woff\"),url(../icon/fonts/icomoon.svg?a7s3t1#icomoon) format(\"svg\");font-weight:400;font-style:normal;font-display:block}[class^=icon-],[class*=\" icon-\"]{font-size:26px;font-weight:700;font-family:icomoon!important;speak:never;font-style:normal;font-weight:400;font-feature-settings:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-location:before{content:\"\\e902\"}.icon-chat:before{content:\"\\e903\"}.icon-messenger:before{content:\"\\e904\"}.icon-home:before{content:\"\\e905\"}.icon-building:before{content:\"\\e906\"}.icon-farm:before{content:\"\\e907\"}.icon-land:before{content:\"\\e908\"}.icon-bedroom:before{content:\"\\e909\"}.icon-shower:before{content:\"\\e90a\"}.icon-garage:before{content:\"\\e90b\"}.icon-area:before{content:\"\\e90c\"}.icon-furnitured:before{content:\"\\e90d\"}.icon-grill:before{content:\"\\e90e\"}.icon-find-house:before{content:\"\\e901\"}.icon-heart:before{content:\"\\e9da\"}.icon-share:before{content:\"\\ea7d\"}.description-box-body{display:flex;width:100%;min-height:504px;background-color:#fff;border-radius:32px 32px 20px 19px;text-align:justify;font-size:18px;color:#000000b3}.description-box-body .description-box-itens{width:100%;margin:39px 24px}\n"] });
|
102
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.5", ngImport: i0, type: DescriptionBoxComponent, decorators: [{
|
103
|
+
type: Component,
|
104
|
+
args: [{ selector: 'description-box', template: "<div class=\"description-box-body\">\n <div class=\"description-box-itens\">\n <ng-content></ng-content>\n </div>\n</div>\n\n", styles: ["@import\"https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap\";.text{font-family:Rubik,sans-serif;font-size:16px;color:#1e2022;letter-spacing:0em;text-overflow:ellipsis}.text--headline-1{font-size:34px;font-weight:800;line-height:40px}.text--headline-2{font-size:29px;font-weight:800;line-height:34px;letter-spacing:-.01em}.text--headline-3{font-size:21px;font-weight:700;line-height:26px}.text--headline-4{font-size:17px;font-weight:700;line-height:24px}.text--headline-5{font-size:16px;font-weight:700;line-height:20px}.text--headline-6{font-size:14px;font-weight:600;line-height:20px}.text--paragraph{font-size:16px;font-weight:400;line-height:22px;background:black}.text--button{font-size:14px;font-weight:700;line-height:17px}.flex{display:flex;justify-content:center;align-items:center}.flex--between{justify-content:space-between}@font-face{font-family:icomoon;src:url(../icon/fonts/icomoon.eot?a7s3t1);src:url(../icon/fonts/icomoon.eot?a7s3t1#iefix) format(\"embedded-opentype\"),url(../icon/fonts/icomoon.ttf?a7s3t1) format(\"truetype\"),url(../icon/fonts/icomoon.woff?a7s3t1) format(\"woff\"),url(../icon/fonts/icomoon.svg?a7s3t1#icomoon) format(\"svg\");font-weight:400;font-style:normal;font-display:block}[class^=icon-],[class*=\" icon-\"]{font-size:26px;font-weight:700;font-family:icomoon!important;speak:never;font-style:normal;font-weight:400;font-feature-settings:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-location:before{content:\"\\e902\"}.icon-chat:before{content:\"\\e903\"}.icon-messenger:before{content:\"\\e904\"}.icon-home:before{content:\"\\e905\"}.icon-building:before{content:\"\\e906\"}.icon-farm:before{content:\"\\e907\"}.icon-land:before{content:\"\\e908\"}.icon-bedroom:before{content:\"\\e909\"}.icon-shower:before{content:\"\\e90a\"}.icon-garage:before{content:\"\\e90b\"}.icon-area:before{content:\"\\e90c\"}.icon-furnitured:before{content:\"\\e90d\"}.icon-grill:before{content:\"\\e90e\"}.icon-find-house:before{content:\"\\e901\"}.icon-heart:before{content:\"\\e9da\"}.icon-share:before{content:\"\\ea7d\"}.description-box-body{display:flex;width:100%;min-height:504px;background-color:#fff;border-radius:32px 32px 20px 19px;text-align:justify;font-size:18px;color:#000000b3}.description-box-body .description-box-itens{width:100%;margin:39px 24px}\n"] }]
|
105
|
+
}], ctorParameters: function () { return []; } });
|
106
|
+
|
107
|
+
class CircleButtonComponent {
|
108
|
+
constructor() {
|
109
|
+
this.active = false;
|
110
|
+
this.icon = '';
|
111
|
+
}
|
112
|
+
ngOnInit() {
|
113
|
+
}
|
114
|
+
}
|
115
|
+
CircleButtonComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.5", ngImport: i0, type: CircleButtonComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
116
|
+
CircleButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.5", type: CircleButtonComponent, selector: "circle-button", inputs: { active: "active", icon: "icon" }, ngImport: i0, template: "<div class=\"flex circle-button\" [ngClass]=\"active ? 'active' : 'notActive'\">\n <span class=\"circle-button-icon {{ icon }}\"></span>\n</div>", styles: ["@import\"https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap\";.text{font-family:Rubik,sans-serif;font-size:16px;color:#1e2022;letter-spacing:0em;text-overflow:ellipsis}.text--headline-1{font-size:34px;font-weight:800;line-height:40px}.text--headline-2{font-size:29px;font-weight:800;line-height:34px;letter-spacing:-.01em}.text--headline-3{font-size:21px;font-weight:700;line-height:26px}.text--headline-4{font-size:17px;font-weight:700;line-height:24px}.text--headline-5{font-size:16px;font-weight:700;line-height:20px}.text--headline-6{font-size:14px;font-weight:600;line-height:20px}.text--paragraph{font-size:16px;font-weight:400;line-height:22px;background:black}.text--button{font-size:14px;font-weight:700;line-height:17px}.flex{display:flex;justify-content:center;align-items:center}.flex--between{justify-content:space-between}@font-face{font-family:icomoon;src:url(../icon/fonts/icomoon.eot?a7s3t1);src:url(../icon/fonts/icomoon.eot?a7s3t1#iefix) format(\"embedded-opentype\"),url(../icon/fonts/icomoon.ttf?a7s3t1) format(\"truetype\"),url(../icon/fonts/icomoon.woff?a7s3t1) format(\"woff\"),url(../icon/fonts/icomoon.svg?a7s3t1#icomoon) format(\"svg\");font-weight:400;font-style:normal;font-display:block}[class^=icon-],[class*=\" icon-\"]{font-size:26px;font-weight:700;font-family:icomoon!important;speak:never;font-style:normal;font-weight:400;font-feature-settings:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-location:before{content:\"\\e902\"}.icon-chat:before{content:\"\\e903\"}.icon-messenger:before{content:\"\\e904\"}.icon-home:before{content:\"\\e905\"}.icon-building:before{content:\"\\e906\"}.icon-farm:before{content:\"\\e907\"}.icon-land:before{content:\"\\e908\"}.icon-bedroom:before{content:\"\\e909\"}.icon-shower:before{content:\"\\e90a\"}.icon-garage:before{content:\"\\e90b\"}.icon-area:before{content:\"\\e90c\"}.icon-furnitured:before{content:\"\\e90d\"}.icon-grill:before{content:\"\\e90e\"}.icon-find-house:before{content:\"\\e901\"}.icon-heart:before{content:\"\\e9da\"}.icon-share:before{content:\"\\ea7d\"}.circle-button{height:42px;width:42px;background-color:#fff;border-radius:50%}.circle-button .circle-button-icon{display:flex;margin-top:3px;font-size:26px}.notActive{color:#d3dbe2}.active{color:#ff8d3a}\n"], directives: [{ type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }] });
|
117
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.5", ngImport: i0, type: CircleButtonComponent, decorators: [{
|
118
|
+
type: Component,
|
119
|
+
args: [{ selector: 'circle-button', template: "<div class=\"flex circle-button\" [ngClass]=\"active ? 'active' : 'notActive'\">\n <span class=\"circle-button-icon {{ icon }}\"></span>\n</div>", styles: ["@import\"https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap\";.text{font-family:Rubik,sans-serif;font-size:16px;color:#1e2022;letter-spacing:0em;text-overflow:ellipsis}.text--headline-1{font-size:34px;font-weight:800;line-height:40px}.text--headline-2{font-size:29px;font-weight:800;line-height:34px;letter-spacing:-.01em}.text--headline-3{font-size:21px;font-weight:700;line-height:26px}.text--headline-4{font-size:17px;font-weight:700;line-height:24px}.text--headline-5{font-size:16px;font-weight:700;line-height:20px}.text--headline-6{font-size:14px;font-weight:600;line-height:20px}.text--paragraph{font-size:16px;font-weight:400;line-height:22px;background:black}.text--button{font-size:14px;font-weight:700;line-height:17px}.flex{display:flex;justify-content:center;align-items:center}.flex--between{justify-content:space-between}@font-face{font-family:icomoon;src:url(../icon/fonts/icomoon.eot?a7s3t1);src:url(../icon/fonts/icomoon.eot?a7s3t1#iefix) format(\"embedded-opentype\"),url(../icon/fonts/icomoon.ttf?a7s3t1) format(\"truetype\"),url(../icon/fonts/icomoon.woff?a7s3t1) format(\"woff\"),url(../icon/fonts/icomoon.svg?a7s3t1#icomoon) format(\"svg\");font-weight:400;font-style:normal;font-display:block}[class^=icon-],[class*=\" icon-\"]{font-size:26px;font-weight:700;font-family:icomoon!important;speak:never;font-style:normal;font-weight:400;font-feature-settings:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-location:before{content:\"\\e902\"}.icon-chat:before{content:\"\\e903\"}.icon-messenger:before{content:\"\\e904\"}.icon-home:before{content:\"\\e905\"}.icon-building:before{content:\"\\e906\"}.icon-farm:before{content:\"\\e907\"}.icon-land:before{content:\"\\e908\"}.icon-bedroom:before{content:\"\\e909\"}.icon-shower:before{content:\"\\e90a\"}.icon-garage:before{content:\"\\e90b\"}.icon-area:before{content:\"\\e90c\"}.icon-furnitured:before{content:\"\\e90d\"}.icon-grill:before{content:\"\\e90e\"}.icon-find-house:before{content:\"\\e901\"}.icon-heart:before{content:\"\\e9da\"}.icon-share:before{content:\"\\ea7d\"}.circle-button{height:42px;width:42px;background-color:#fff;border-radius:50%}.circle-button .circle-button-icon{display:flex;margin-top:3px;font-size:26px}.notActive{color:#d3dbe2}.active{color:#ff8d3a}\n"] }]
|
120
|
+
}], ctorParameters: function () { return []; }, propDecorators: { active: [{
|
121
|
+
type: Input
|
122
|
+
}], icon: [{
|
123
|
+
type: Input
|
124
|
+
}] } });
|
125
|
+
|
126
|
+
class TagComponent {
|
127
|
+
constructor() {
|
128
|
+
this.color = '#46D0D9';
|
129
|
+
this.text = '';
|
130
|
+
}
|
131
|
+
ngOnInit() {
|
132
|
+
}
|
133
|
+
}
|
134
|
+
TagComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.5", ngImport: i0, type: TagComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
135
|
+
TagComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.5", type: TagComponent, selector: "app-tag", inputs: { color: "color", text: "text" }, ngImport: i0, template: "<span class=\"flex tag text\" style=\"background-color: {{ color }};\">{{ text }}</span>\n\n<div class=\"body\">\n\n<div class=\"flex login\">\n <p>LOGIN</p>\n</div>\n\n<div class=\"flex option\">\n <p>Tenho interesse!</p>\n</div>\n\n<div class=\"flex campo-text\">\n <p class=\"text\">Email</p>\n</div>\n\n\n<div class=\"flex campo\">\n <h1>1</h1>\n</div>\n\n", styles: ["@import\"https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap\";.text{font-family:Rubik,sans-serif;font-size:16px;color:#1e2022;letter-spacing:0em;text-overflow:ellipsis}.text--headline-1{font-size:34px;font-weight:800;line-height:40px}.text--headline-2{font-size:29px;font-weight:800;line-height:34px;letter-spacing:-.01em}.text--headline-3{font-size:21px;font-weight:700;line-height:26px}.text--headline-4{font-size:17px;font-weight:700;line-height:24px}.text--headline-5{font-size:16px;font-weight:700;line-height:20px}.text--headline-6{font-size:14px;font-weight:600;line-height:20px}.text--paragraph{font-size:16px;font-weight:400;line-height:22px;background:black}.text--button{font-size:14px;font-weight:700;line-height:17px}.flex{display:flex;justify-content:center;align-items:center}.flex--between{justify-content:space-between}@font-face{font-family:icomoon;src:url(../icon/fonts/icomoon.eot?a7s3t1);src:url(../icon/fonts/icomoon.eot?a7s3t1#iefix) format(\"embedded-opentype\"),url(../icon/fonts/icomoon.ttf?a7s3t1) format(\"truetype\"),url(../icon/fonts/icomoon.woff?a7s3t1) format(\"woff\"),url(../icon/fonts/icomoon.svg?a7s3t1#icomoon) format(\"svg\");font-weight:400;font-style:normal;font-display:block}[class^=icon-],[class*=\" icon-\"]{font-size:26px;font-weight:700;font-family:icomoon!important;speak:never;font-style:normal;font-weight:400;font-feature-settings:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-location:before{content:\"\\e902\"}.icon-chat:before{content:\"\\e903\"}.icon-messenger:before{content:\"\\e904\"}.icon-home:before{content:\"\\e905\"}.icon-building:before{content:\"\\e906\"}.icon-farm:before{content:\"\\e907\"}.icon-land:before{content:\"\\e908\"}.icon-bedroom:before{content:\"\\e909\"}.icon-shower:before{content:\"\\e90a\"}.icon-garage:before{content:\"\\e90b\"}.icon-area:before{content:\"\\e90c\"}.icon-furnitured:before{content:\"\\e90d\"}.icon-grill:before{content:\"\\e90e\"}.icon-find-house:before{content:\"\\e901\"}.icon-heart:before{content:\"\\e9da\"}.icon-share:before{content:\"\\ea7d\"}.tag{max-width:300px;width:-moz-fit-content;width:fit-content;font-size:13px;font-weight:500;color:#fff;padding:9px 15px 8px;border-radius:50px}.login{margin-top:30%;width:357px;height:55px;font-size:14px;font-weight:500;font-family:rubik;background-color:#ff8d3a;border-radius:10px;margin-left:3%;box-shadow:0 0 20px #1d288e0d;line-height:17px}p{color:#fff}.option{margin-top:30%;width:178px;height:40px;font-size:15px;font-weight:400;font-family:rubik;background-color:#ffb885;border-radius:10px;margin-left:7%;box-shadow:0 0 20px #1d288e0d;line-height:19px;letter-spacing:-.3px}.campo{flex-direction:column;align-items:flex-end;width:357px;height:46px;background-color:#fff;border-radius:10px;margin-left:3%;box-shadow:0 0 20px #1d288e12}h1{margin-right:7%}.body{background-color:#f8fbff;height:500px}.campo-text{margin-top:30%;margin-left:3%;width:20%}.text{color:#ff8d3a}\n"] });
|
136
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.5", ngImport: i0, type: TagComponent, decorators: [{
|
137
|
+
type: Component,
|
138
|
+
args: [{ selector: 'app-tag', template: "<span class=\"flex tag text\" style=\"background-color: {{ color }};\">{{ text }}</span>\n\n<div class=\"body\">\n\n<div class=\"flex login\">\n <p>LOGIN</p>\n</div>\n\n<div class=\"flex option\">\n <p>Tenho interesse!</p>\n</div>\n\n<div class=\"flex campo-text\">\n <p class=\"text\">Email</p>\n</div>\n\n\n<div class=\"flex campo\">\n <h1>1</h1>\n</div>\n\n", styles: ["@import\"https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap\";.text{font-family:Rubik,sans-serif;font-size:16px;color:#1e2022;letter-spacing:0em;text-overflow:ellipsis}.text--headline-1{font-size:34px;font-weight:800;line-height:40px}.text--headline-2{font-size:29px;font-weight:800;line-height:34px;letter-spacing:-.01em}.text--headline-3{font-size:21px;font-weight:700;line-height:26px}.text--headline-4{font-size:17px;font-weight:700;line-height:24px}.text--headline-5{font-size:16px;font-weight:700;line-height:20px}.text--headline-6{font-size:14px;font-weight:600;line-height:20px}.text--paragraph{font-size:16px;font-weight:400;line-height:22px;background:black}.text--button{font-size:14px;font-weight:700;line-height:17px}.flex{display:flex;justify-content:center;align-items:center}.flex--between{justify-content:space-between}@font-face{font-family:icomoon;src:url(../icon/fonts/icomoon.eot?a7s3t1);src:url(../icon/fonts/icomoon.eot?a7s3t1#iefix) format(\"embedded-opentype\"),url(../icon/fonts/icomoon.ttf?a7s3t1) format(\"truetype\"),url(../icon/fonts/icomoon.woff?a7s3t1) format(\"woff\"),url(../icon/fonts/icomoon.svg?a7s3t1#icomoon) format(\"svg\");font-weight:400;font-style:normal;font-display:block}[class^=icon-],[class*=\" icon-\"]{font-size:26px;font-weight:700;font-family:icomoon!important;speak:never;font-style:normal;font-weight:400;font-feature-settings:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-location:before{content:\"\\e902\"}.icon-chat:before{content:\"\\e903\"}.icon-messenger:before{content:\"\\e904\"}.icon-home:before{content:\"\\e905\"}.icon-building:before{content:\"\\e906\"}.icon-farm:before{content:\"\\e907\"}.icon-land:before{content:\"\\e908\"}.icon-bedroom:before{content:\"\\e909\"}.icon-shower:before{content:\"\\e90a\"}.icon-garage:before{content:\"\\e90b\"}.icon-area:before{content:\"\\e90c\"}.icon-furnitured:before{content:\"\\e90d\"}.icon-grill:before{content:\"\\e90e\"}.icon-find-house:before{content:\"\\e901\"}.icon-heart:before{content:\"\\e9da\"}.icon-share:before{content:\"\\ea7d\"}.tag{max-width:300px;width:-moz-fit-content;width:fit-content;font-size:13px;font-weight:500;color:#fff;padding:9px 15px 8px;border-radius:50px}.login{margin-top:30%;width:357px;height:55px;font-size:14px;font-weight:500;font-family:rubik;background-color:#ff8d3a;border-radius:10px;margin-left:3%;box-shadow:0 0 20px #1d288e0d;line-height:17px}p{color:#fff}.option{margin-top:30%;width:178px;height:40px;font-size:15px;font-weight:400;font-family:rubik;background-color:#ffb885;border-radius:10px;margin-left:7%;box-shadow:0 0 20px #1d288e0d;line-height:19px;letter-spacing:-.3px}.campo{flex-direction:column;align-items:flex-end;width:357px;height:46px;background-color:#fff;border-radius:10px;margin-left:3%;box-shadow:0 0 20px #1d288e12}h1{margin-right:7%}.body{background-color:#f8fbff;height:500px}.campo-text{margin-top:30%;margin-left:3%;width:20%}.text{color:#ff8d3a}\n"] }]
|
139
|
+
}], ctorParameters: function () { return []; }, propDecorators: { color: [{
|
140
|
+
type: Input
|
141
|
+
}], text: [{
|
142
|
+
type: Input
|
143
|
+
}] } });
|
144
|
+
|
71
145
|
class NgxMimicModule {
|
72
146
|
static forRoot() {
|
73
147
|
return {
|
@@ -78,23 +152,43 @@ class NgxMimicModule {
|
|
78
152
|
NgxMimicModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.5", ngImport: i0, type: NgxMimicModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
79
153
|
NgxMimicModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.5", ngImport: i0, type: NgxMimicModule, declarations: [NgxMimicComponent,
|
80
154
|
FeatureCardComponent,
|
81
|
-
|
155
|
+
MobileBarComponent,
|
156
|
+
TagComponent,
|
157
|
+
CircleButtonComponent,
|
158
|
+
StateMenuComponent,
|
159
|
+
DescriptionBoxComponent], imports: [CommonModule], exports: [NgxMimicComponent,
|
82
160
|
FeatureCardComponent,
|
83
|
-
|
84
|
-
|
161
|
+
MobileBarComponent,
|
162
|
+
TagComponent,
|
163
|
+
CircleButtonComponent,
|
164
|
+
StateMenuComponent,
|
165
|
+
DescriptionBoxComponent] });
|
166
|
+
NgxMimicModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.5", ngImport: i0, type: NgxMimicModule, imports: [[
|
167
|
+
CommonModule
|
168
|
+
]] });
|
85
169
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.5", ngImport: i0, type: NgxMimicModule, decorators: [{
|
86
170
|
type: NgModule,
|
87
171
|
args: [{
|
88
172
|
declarations: [
|
89
173
|
NgxMimicComponent,
|
90
174
|
FeatureCardComponent,
|
91
|
-
|
175
|
+
MobileBarComponent,
|
176
|
+
TagComponent,
|
177
|
+
CircleButtonComponent,
|
178
|
+
StateMenuComponent,
|
179
|
+
DescriptionBoxComponent
|
180
|
+
],
|
181
|
+
imports: [
|
182
|
+
CommonModule
|
92
183
|
],
|
93
|
-
imports: [],
|
94
184
|
exports: [
|
95
185
|
NgxMimicComponent,
|
96
186
|
FeatureCardComponent,
|
97
|
-
|
187
|
+
MobileBarComponent,
|
188
|
+
TagComponent,
|
189
|
+
CircleButtonComponent,
|
190
|
+
StateMenuComponent,
|
191
|
+
DescriptionBoxComponent
|
98
192
|
],
|
99
193
|
schemas: [CUSTOM_ELEMENTS_SCHEMA]
|
100
194
|
}]
|
@@ -108,5 +202,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.5", ngImpor
|
|
108
202
|
* Generated bundle index. Do not edit.
|
109
203
|
*/
|
110
204
|
|
111
|
-
export {
|
205
|
+
export { CircleButtonComponent, DescriptionBoxComponent, FeatureCardComponent, MobileBarComponent, NgxMimicComponent, NgxMimicModule, NgxMimicService, StateMenuComponent, TagComponent, VisualIdentity };
|
112
206
|
//# sourceMappingURL=ngx-mimic.mjs.map
|