@jooler/jooler-websites-shared 0.0.162 → 0.0.163

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.
Files changed (148) hide show
  1. package/README.md +24 -24
  2. package/esm2020/jooler-websites-shared.mjs +4 -4
  3. package/esm2020/lib/achievements/achievements.component.mjs +17 -17
  4. package/esm2020/lib/call-to-action-section/call-to-action-section.component.mjs +32 -32
  5. package/esm2020/lib/call-to-action-section-two/call-to-action-section-two.component.mjs +22 -22
  6. package/esm2020/lib/call-to-action-section-two/call-to-action-section-two.model.mjs +3 -3
  7. package/esm2020/lib/call-to-action-section-two/link-text.model.mjs +3 -3
  8. package/esm2020/lib/choose-country-with-flag/choose-country-with-flag.component.mjs +55 -55
  9. package/esm2020/lib/coming-soon/coming-soon.component.mjs +22 -22
  10. package/esm2020/lib/contact-us-page/contact-us-page.component.mjs +129 -129
  11. package/esm2020/lib/cta-section-style-four/cta-section-style-four.component.mjs +37 -37
  12. package/esm2020/lib/cta-section-style-three/cta-section-style-three.component.mjs +25 -25
  13. package/esm2020/lib/custom-tooltip/custom-tooltip.component.mjs +22 -22
  14. package/esm2020/lib/faq-category-listing/faq-category-listing.component.mjs +25 -25
  15. package/esm2020/lib/faq-listing/faq-listing.component.mjs +25 -25
  16. package/esm2020/lib/get-started-cta/get-started-cta.component.mjs +22 -22
  17. package/esm2020/lib/header-section-one/header-section-one.component.mjs +23 -23
  18. package/esm2020/lib/image-gallery-modal/image-gallery-modal.component.mjs +132 -132
  19. package/esm2020/lib/jooler-websites-shared.module.mjs +206 -206
  20. package/esm2020/lib/models/about-us-section.model.mjs +2 -2
  21. package/esm2020/lib/models/account-type.model.mjs +9 -9
  22. package/esm2020/lib/models/account.model.mjs +3 -3
  23. package/esm2020/lib/models/achievement.model.mjs +3 -3
  24. package/esm2020/lib/models/achievements.model.mjs +3 -3
  25. package/esm2020/lib/models/address.model.mjs +3 -3
  26. package/esm2020/lib/models/brand-logo.model.mjs +2 -2
  27. package/esm2020/lib/models/call-to-action-button.model.mjs +3 -3
  28. package/esm2020/lib/models/call-to-action-data.model.mjs +2 -2
  29. package/esm2020/lib/models/city.model.mjs +3 -3
  30. package/esm2020/lib/models/country.model.mjs +3 -3
  31. package/esm2020/lib/models/cta-cards.model.mjs +2 -2
  32. package/esm2020/lib/models/cta-one-type.model.mjs +2 -2
  33. package/esm2020/lib/models/cta-section-style-four.model.mjs +2 -2
  34. package/esm2020/lib/models/faq-category.model.mjs +3 -3
  35. package/esm2020/lib/models/faq-subcategory.model.mjs +3 -3
  36. package/esm2020/lib/models/faq.model.mjs +3 -3
  37. package/esm2020/lib/models/feature-section-nine.model.mjs +2 -2
  38. package/esm2020/lib/models/gallery-items-properties.model.mjs +2 -2
  39. package/esm2020/lib/models/get-started-cta.model.mjs +3 -3
  40. package/esm2020/lib/models/header-section-style-one.model.mjs +2 -2
  41. package/esm2020/lib/models/image-section-action.model.mjs +3 -3
  42. package/esm2020/lib/models/image-section.model.mjs +3 -3
  43. package/esm2020/lib/models/page-section-action.model.mjs +3 -3
  44. package/esm2020/lib/models/page-section-style-thirteen.model.mjs +6 -6
  45. package/esm2020/lib/models/page-section.model.mjs +3 -3
  46. package/esm2020/lib/models/page-style-section-five.model.mjs +3 -3
  47. package/esm2020/lib/models/perks.model.mjs +3 -3
  48. package/esm2020/lib/models/section-title.model.mjs +2 -2
  49. package/esm2020/lib/models/service-plan.model.mjs +3 -3
  50. package/esm2020/lib/models/team-member.model.mjs +3 -3
  51. package/esm2020/lib/models/team-section.model.mjs +3 -3
  52. package/esm2020/lib/models/user-type.model.mjs +8 -8
  53. package/esm2020/lib/models/user.model.mjs +3 -3
  54. package/esm2020/lib/our-client-listing/our-client-listing.component.mjs +17 -17
  55. package/esm2020/lib/our-clients/our-clients.component.mjs +54 -54
  56. package/esm2020/lib/page-section-style-ten/page-section-style-ten.component.mjs +33 -33
  57. package/esm2020/lib/page-section-style-thirteen/page-section-style-thirteen.component.mjs +43 -43
  58. package/esm2020/lib/page-section-style-three/page-section-style-three.component.mjs +25 -25
  59. package/esm2020/lib/page-section-with-multiple-cards/page-section-with-multiple-cards.component.mjs +24 -24
  60. package/esm2020/lib/pricing-plans/pricing-plans.component.mjs +23 -23
  61. package/esm2020/lib/section-title/section-title.component.mjs +14 -14
  62. package/esm2020/lib/social-media-icons/social-media-icons.component.mjs +40 -40
  63. package/esm2020/lib/social-media-icons/social-media-links.model.mjs +3 -3
  64. package/esm2020/lib/success-message-dialog/success-message-dialog.component.mjs +22 -22
  65. package/esm2020/lib/team/team.component.mjs +52 -52
  66. package/esm2020/lib/value-props-section/value-props-section.component.mjs +33 -33
  67. package/esm2020/lib/values/values.component.mjs +43 -39
  68. package/esm2020/lib/vertical-side-tabs/vertical-side-tabs.component.mjs +37 -33
  69. package/esm2020/public-api.mjs +68 -68
  70. package/fesm2015/jooler-websites-shared.mjs +1042 -1034
  71. package/fesm2015/jooler-websites-shared.mjs.map +1 -1
  72. package/fesm2020/jooler-websites-shared.mjs +1042 -1034
  73. package/fesm2020/jooler-websites-shared.mjs.map +1 -1
  74. package/index.d.ts +5 -5
  75. package/lib/achievements/achievements.component.d.ts +10 -10
  76. package/lib/call-to-action-section/call-to-action-section.component.d.ts +14 -14
  77. package/lib/call-to-action-section-two/call-to-action-section-two.component.d.ts +13 -13
  78. package/lib/call-to-action-section-two/call-to-action-section-two.model.d.ts +11 -11
  79. package/lib/call-to-action-section-two/link-text.model.d.ts +4 -4
  80. package/lib/choose-country-with-flag/choose-country-with-flag.component.d.ts +19 -19
  81. package/lib/coming-soon/coming-soon.component.d.ts +8 -8
  82. package/lib/contact-us-page/contact-us-page.component.d.ts +50 -50
  83. package/lib/cta-section-style-four/cta-section-style-four.component.d.ts +15 -15
  84. package/lib/cta-section-style-three/cta-section-style-three.component.d.ts +12 -12
  85. package/lib/custom-tooltip/custom-tooltip.component.d.ts +9 -9
  86. package/lib/faq-category-listing/faq-category-listing.component.d.ts +14 -14
  87. package/lib/faq-listing/faq-listing.component.d.ts +13 -13
  88. package/lib/get-started-cta/get-started-cta.component.d.ts +13 -13
  89. package/lib/header-section-one/header-section-one.component.d.ts +11 -11
  90. package/lib/image-gallery-modal/image-gallery-modal.component.d.ts +27 -27
  91. package/lib/jooler-websites-shared.module.d.ts +43 -43
  92. package/lib/models/about-us-section.model.d.ts +6 -6
  93. package/lib/models/account-type.model.d.ts +7 -7
  94. package/lib/models/account.model.d.ts +16 -16
  95. package/lib/models/achievement.model.d.ts +4 -4
  96. package/lib/models/achievements.model.d.ts +6 -6
  97. package/lib/models/address.model.d.ts +18 -18
  98. package/lib/models/brand-logo.model.d.ts +4 -4
  99. package/lib/models/call-to-action-button.model.d.ts +4 -4
  100. package/lib/models/call-to-action-data.model.d.ts +17 -17
  101. package/lib/models/city.model.d.ts +5 -5
  102. package/lib/models/country.model.d.ts +5 -5
  103. package/lib/models/cta-cards.model.d.ts +7 -7
  104. package/lib/models/cta-one-type.model.d.ts +14 -14
  105. package/lib/models/cta-section-style-four.model.d.ts +8 -8
  106. package/lib/models/faq-category.model.d.ts +9 -9
  107. package/lib/models/faq-subcategory.model.d.ts +8 -8
  108. package/lib/models/faq.model.d.ts +7 -7
  109. package/lib/models/feature-section-nine.model.d.ts +6 -6
  110. package/lib/models/gallery-items-properties.model.d.ts +4 -6
  111. package/lib/models/get-started-cta.model.d.ts +8 -8
  112. package/lib/models/header-section-style-one.model.d.ts +16 -16
  113. package/lib/models/image-section-action.model.d.ts +7 -7
  114. package/lib/models/image-section.model.d.ts +12 -12
  115. package/lib/models/page-section-action.model.d.ts +5 -5
  116. package/lib/models/page-section-style-thirteen.model.d.ts +4 -4
  117. package/lib/models/page-section.model.d.ts +11 -11
  118. package/lib/models/page-style-section-five.model.d.ts +6 -5
  119. package/lib/models/perks.model.d.ts +4 -4
  120. package/lib/models/section-title.model.d.ts +7 -7
  121. package/lib/models/service-plan.model.d.ts +10 -10
  122. package/lib/models/team-member.model.d.ts +6 -6
  123. package/lib/models/team-section.model.d.ts +7 -7
  124. package/lib/models/user-type.model.d.ts +6 -6
  125. package/lib/models/user.model.d.ts +11 -11
  126. package/lib/our-client-listing/our-client-listing.component.d.ts +10 -10
  127. package/lib/our-clients/our-clients.component.d.ts +15 -15
  128. package/lib/page-section-style-ten/page-section-style-ten.component.d.ts +15 -15
  129. package/lib/page-section-style-thirteen/page-section-style-thirteen.component.d.ts +21 -21
  130. package/lib/page-section-style-three/page-section-style-three.component.d.ts +12 -13
  131. package/lib/page-section-with-multiple-cards/page-section-with-multiple-cards.component.d.ts +12 -12
  132. package/lib/pricing-plans/pricing-plans.component.d.ts +12 -12
  133. package/lib/section-title/section-title.component.d.ts +7 -7
  134. package/lib/social-media-icons/social-media-icons.component.d.ts +20 -20
  135. package/lib/social-media-icons/social-media-links.model.d.ts +6 -6
  136. package/lib/success-message-dialog/success-message-dialog.component.d.ts +11 -11
  137. package/lib/team/team.component.d.ts +18 -18
  138. package/lib/value-props-section/value-props-section.component.d.ts +11 -11
  139. package/lib/values/values.component.d.ts +16 -15
  140. package/lib/vertical-side-tabs/vertical-side-tabs.component.d.ts +14 -14
  141. package/package.json +1 -1
  142. package/public-api.d.ts +64 -64
  143. package/esm2020/lib/models/image-with-content.model.mjs +0 -2
  144. package/esm2020/lib/models/page-section-style-three.model.mjs +0 -2
  145. package/esm2020/lib/models/vertical-side-tab.model.mjs +0 -2
  146. package/lib/models/image-with-content.model.d.ts +0 -5
  147. package/lib/models/page-section-style-three.model.d.ts +0 -7
  148. package/lib/models/vertical-side-tab.model.d.ts +0 -6
@@ -1,22 +1,22 @@
1
- import { Component, Input } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- import * as i1 from "@angular/material/button";
4
- import * as i2 from "@angular/forms";
5
- import * as i3 from "../social-media-icons/social-media-icons.component";
6
- export class ComingSoonComponent {
7
- constructor() {
8
- this.ctaText = "Get notified when this feature is available.";
9
- this.socialMediaLinks = { instagram: "https://www.instagram.com", faceBook: "https://www.facebook.com", youTube: "https://www.youtube.com", linkedIn: "https://www.linkedin.com" };
10
- }
11
- }
12
- ComingSoonComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: ComingSoonComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
13
- ComingSoonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.3.0", type: ComingSoonComponent, selector: "coming-soon", inputs: { ctaText: "ctaText", socialMediaLinks: "socialMediaLinks" }, ngImport: i0, template: "<section class=\"page\">\n <div class=\"coming-soon\">\n <div class=\"title\">\n Coming Soon\n </div>\n <div class=\"subtitle\">\n {{ctaText}}\n </div>\n <form>\n <div class=\"registration-field\">\n <div class=\"email-field\">\n <input type=\"email\" placeholder=\"Email Address\">\n </div>\n <button mat-raised-button class=\"submit\" type=\"submit\">\n Submit\n </button>\n </div>\n </form>\n <div class=\"social-media-icons\">\n <social-media-icons [color]=\"'#4D4D4D'\" [areIconsInFooter]=\"false\" [socialMediaLinks]=\"socialMediaLinks\"></social-media-icons>\n </div>\n </div>\n</section>", styles: ["html{font-size:62.5%;scroll-behavior:smooth}@media only screen and (max-width: 112.5em){html{font-size:56.25%}}@media only screen and (max-width: 75em){html{font-size:56.25%}}@media only screen and (max-width: 56.25em){html{font-size:50%}}@media only screen and (min-width: 112.5em){html{font-size:75%}}@font-face{font-family:maiandra;src:url(./assets/Maiandra.ttf)}app-root{font-size:1.6rem;font-family:maiandra}input{font-size:1.2rem;padding:.5rem}input:focus{outline:none}.page{width:100%;position:relative;padding:20vh 0}.page .coming-soon{background:url(https://i.ibb.co/crKpSTb/box-left-side-design.png) left center no-repeat,url(https://i.ibb.co/pKTGF8D/coming-soon-right-top-bg.png) right top no-repeat,url(https://i.ibb.co/ckht99W/coming-soon-right-bottom-bg.png) right bottom no-repeat;background-size:2rem,13rem,10rem;margin:auto;background-color:#fff;padding:6rem 4rem;width:60rem;border-radius:2.5rem;box-shadow:.2rem .2rem 7.4rem #00000060;display:flex;flex-direction:column;row-gap:1rem}.page .coming-soon .title{color:#155ed4;font-weight:500;font-size:4rem}.page .coming-soon .subtitle{color:#4d4d4d;font-weight:700;font-size:1.3rem}.page .coming-soon .registration-field{display:flex;flex-direction:row;column-gap:1rem}.page .coming-soon .registration-field .email-field{width:60%}.page .coming-soon .registration-field .email-field input{width:100%}.page .coming-soon .registration-field .submit{color:#fff;background-color:#32353b}.page .coming-soon .registration-field .submit:hover{background-color:#494e57}.page .coming-soon .social-media-icons{font-size:2rem}@media only screen and (max-width: 37.5em){.page .coming-soon{width:90%;text-align:center;background-size:2rem,7rem,7rem}.page .coming-soon .registration-field{flex-direction:column;row-gap:1rem}.page .coming-soon .registration-field .email-field,.page .coming-soon .registration-field .email-field input{width:100%}.page .coming-soon .social-media-icons{margin:auto}}\n"], dependencies: [{ kind: "component", type: i1.MatButton, selector: "button[mat-button], button[mat-raised-button], button[mat-icon-button], button[mat-fab], button[mat-mini-fab], button[mat-stroked-button], button[mat-flat-button]", inputs: ["disabled", "disableRipple", "color"], exportAs: ["matButton"] }, { kind: "directive", type: i2.ɵNgNoValidate, selector: "form:not([ngNoForm]):not([ngNativeValidate])" }, { kind: "directive", type: i2.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]" }, { kind: "directive", type: i2.NgForm, selector: "form:not([ngNoForm]):not([formGroup]),ng-form,[ngForm]", inputs: ["ngFormOptions"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { kind: "component", type: i3.SocialMediaIconsComponent, selector: "social-media-icons", inputs: ["color", "areIconsInFooter", "socialMediaLinks"] }] });
14
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: ComingSoonComponent, decorators: [{
15
- type: Component,
16
- args: [{ selector: 'coming-soon', template: "<section class=\"page\">\n <div class=\"coming-soon\">\n <div class=\"title\">\n Coming Soon\n </div>\n <div class=\"subtitle\">\n {{ctaText}}\n </div>\n <form>\n <div class=\"registration-field\">\n <div class=\"email-field\">\n <input type=\"email\" placeholder=\"Email Address\">\n </div>\n <button mat-raised-button class=\"submit\" type=\"submit\">\n Submit\n </button>\n </div>\n </form>\n <div class=\"social-media-icons\">\n <social-media-icons [color]=\"'#4D4D4D'\" [areIconsInFooter]=\"false\" [socialMediaLinks]=\"socialMediaLinks\"></social-media-icons>\n </div>\n </div>\n</section>", styles: ["html{font-size:62.5%;scroll-behavior:smooth}@media only screen and (max-width: 112.5em){html{font-size:56.25%}}@media only screen and (max-width: 75em){html{font-size:56.25%}}@media only screen and (max-width: 56.25em){html{font-size:50%}}@media only screen and (min-width: 112.5em){html{font-size:75%}}@font-face{font-family:maiandra;src:url(./assets/Maiandra.ttf)}app-root{font-size:1.6rem;font-family:maiandra}input{font-size:1.2rem;padding:.5rem}input:focus{outline:none}.page{width:100%;position:relative;padding:20vh 0}.page .coming-soon{background:url(https://i.ibb.co/crKpSTb/box-left-side-design.png) left center no-repeat,url(https://i.ibb.co/pKTGF8D/coming-soon-right-top-bg.png) right top no-repeat,url(https://i.ibb.co/ckht99W/coming-soon-right-bottom-bg.png) right bottom no-repeat;background-size:2rem,13rem,10rem;margin:auto;background-color:#fff;padding:6rem 4rem;width:60rem;border-radius:2.5rem;box-shadow:.2rem .2rem 7.4rem #00000060;display:flex;flex-direction:column;row-gap:1rem}.page .coming-soon .title{color:#155ed4;font-weight:500;font-size:4rem}.page .coming-soon .subtitle{color:#4d4d4d;font-weight:700;font-size:1.3rem}.page .coming-soon .registration-field{display:flex;flex-direction:row;column-gap:1rem}.page .coming-soon .registration-field .email-field{width:60%}.page .coming-soon .registration-field .email-field input{width:100%}.page .coming-soon .registration-field .submit{color:#fff;background-color:#32353b}.page .coming-soon .registration-field .submit:hover{background-color:#494e57}.page .coming-soon .social-media-icons{font-size:2rem}@media only screen and (max-width: 37.5em){.page .coming-soon{width:90%;text-align:center;background-size:2rem,7rem,7rem}.page .coming-soon .registration-field{flex-direction:column;row-gap:1rem}.page .coming-soon .registration-field .email-field,.page .coming-soon .registration-field .email-field input{width:100%}.page .coming-soon .social-media-icons{margin:auto}}\n"] }]
17
- }], propDecorators: { ctaText: [{
18
- type: Input
19
- }], socialMediaLinks: [{
20
- type: Input
21
- }] } });
22
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29taW5nLXNvb24uY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvam9vbGVyLXdlYnNpdGVzLXNoYXJlZC9zcmMvbGliL2NvbWluZy1zb29uL2NvbWluZy1zb29uLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2pvb2xlci13ZWJzaXRlcy1zaGFyZWQvc3JjL2xpYi9jb21pbmctc29vbi9jb21pbmctc29vbi5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLEtBQUssRUFBRSxNQUFNLGVBQWUsQ0FBQzs7Ozs7QUFRakQsTUFBTSxPQUFPLG1CQUFtQjtJQUxoQztRQU1XLFlBQU8sR0FBVyw4Q0FBOEMsQ0FBQztRQUNqRSxxQkFBZ0IsR0FBcUIsRUFBRSxTQUFTLEVBQUUsMkJBQTJCLEVBQUUsUUFBUSxFQUFFLDBCQUEwQixFQUFFLE9BQU8sRUFBRSx5QkFBeUIsRUFBRSxRQUFRLEVBQUUsMEJBQTBCLEVBQUUsQ0FBQztLQUMxTTs7Z0hBSFksbUJBQW1CO29HQUFuQixtQkFBbUIseUhDUmhDLDR5QkFzQlU7MkZEZEcsbUJBQW1CO2tCQUwvQixTQUFTOytCQUNFLGFBQWE7OEJBS2QsT0FBTztzQkFBZixLQUFLO2dCQUNHLGdCQUFnQjtzQkFBeEIsS0FBSyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgSW5wdXQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IHNvY2lhbE1lZGlhTGlua3MgfSBmcm9tICcuLi9zb2NpYWwtbWVkaWEtaWNvbnMvc29jaWFsLW1lZGlhLWxpbmtzLm1vZGVsJztcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnY29taW5nLXNvb24nLFxuICB0ZW1wbGF0ZVVybDogJy4vY29taW5nLXNvb24uY29tcG9uZW50Lmh0bWwnLFxuICBzdHlsZVVybHM6IFsnLi9jb21pbmctc29vbi5jb21wb25lbnQuc2NzcyddXG59KVxuZXhwb3J0IGNsYXNzIENvbWluZ1Nvb25Db21wb25lbnQge1xuICBASW5wdXQoKSBjdGFUZXh0OiBzdHJpbmcgPSBcIkdldCBub3RpZmllZCB3aGVuIHRoaXMgZmVhdHVyZSBpcyBhdmFpbGFibGUuXCI7XG4gIEBJbnB1dCgpIHNvY2lhbE1lZGlhTGlua3M6IHNvY2lhbE1lZGlhTGlua3MgPSB7IGluc3RhZ3JhbTogXCJodHRwczovL3d3dy5pbnN0YWdyYW0uY29tXCIsIGZhY2VCb29rOiBcImh0dHBzOi8vd3d3LmZhY2Vib29rLmNvbVwiLCB5b3VUdWJlOiBcImh0dHBzOi8vd3d3LnlvdXR1YmUuY29tXCIsIGxpbmtlZEluOiBcImh0dHBzOi8vd3d3LmxpbmtlZGluLmNvbVwiIH07XG59XG4iLCI8c2VjdGlvbiBjbGFzcz1cInBhZ2VcIj5cbiAgICA8ZGl2IGNsYXNzPVwiY29taW5nLXNvb25cIj5cbiAgICAgICAgPGRpdiBjbGFzcz1cInRpdGxlXCI+XG4gICAgICAgICAgICBDb21pbmcgU29vblxuICAgICAgICA8L2Rpdj5cbiAgICAgICAgPGRpdiBjbGFzcz1cInN1YnRpdGxlXCI+XG4gICAgICAgICAgICB7e2N0YVRleHR9fVxuICAgICAgICA8L2Rpdj5cbiAgICAgICAgPGZvcm0+XG4gICAgICAgICAgICA8ZGl2IGNsYXNzPVwicmVnaXN0cmF0aW9uLWZpZWxkXCI+XG4gICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImVtYWlsLWZpZWxkXCI+XG4gICAgICAgICAgICAgICAgICAgIDxpbnB1dCB0eXBlPVwiZW1haWxcIiBwbGFjZWhvbGRlcj1cIkVtYWlsIEFkZHJlc3NcIj5cbiAgICAgICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgICAgICA8YnV0dG9uIG1hdC1yYWlzZWQtYnV0dG9uIGNsYXNzPVwic3VibWl0XCIgdHlwZT1cInN1Ym1pdFwiPlxuICAgICAgICAgICAgICAgICAgICBTdWJtaXRcbiAgICAgICAgICAgICAgICA8L2J1dHRvbj5cbiAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICA8L2Zvcm0+XG4gICAgICAgIDxkaXYgY2xhc3M9XCJzb2NpYWwtbWVkaWEtaWNvbnNcIj5cbiAgICAgICAgICAgIDxzb2NpYWwtbWVkaWEtaWNvbnMgW2NvbG9yXT1cIicjNEQ0RDREJ1wiIFthcmVJY29uc0luRm9vdGVyXT1cImZhbHNlXCIgW3NvY2lhbE1lZGlhTGlua3NdPVwic29jaWFsTWVkaWFMaW5rc1wiPjwvc29jaWFsLW1lZGlhLWljb25zPlxuICAgICAgICA8L2Rpdj5cbiAgICA8L2Rpdj5cbjwvc2VjdGlvbj4iXX0=
1
+ import { Component, Input } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ import * as i1 from "@angular/material/button";
4
+ import * as i2 from "@angular/forms";
5
+ import * as i3 from "../social-media-icons/social-media-icons.component";
6
+ export class ComingSoonComponent {
7
+ constructor() {
8
+ this.ctaText = "Get notified when this feature is available.";
9
+ this.socialMediaLinks = { instagram: "https://www.instagram.com", faceBook: "https://www.facebook.com", youTube: "https://www.youtube.com", linkedIn: "https://www.linkedin.com" };
10
+ }
11
+ }
12
+ ComingSoonComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: ComingSoonComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
13
+ ComingSoonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.3.0", type: ComingSoonComponent, selector: "coming-soon", inputs: { ctaText: "ctaText", socialMediaLinks: "socialMediaLinks" }, ngImport: i0, template: "<section class=\"page\">\r\n <div class=\"coming-soon\">\r\n <div class=\"title\">\r\n Coming Soon\r\n </div>\r\n <div class=\"subtitle\">\r\n {{ctaText}}\r\n </div>\r\n <form>\r\n <div class=\"registration-field\">\r\n <div class=\"email-field\">\r\n <input type=\"email\" placeholder=\"Email Address\">\r\n </div>\r\n <button mat-raised-button class=\"submit\" type=\"submit\">\r\n Submit\r\n </button>\r\n </div>\r\n </form>\r\n <div class=\"social-media-icons\">\r\n <social-media-icons [color]=\"'#4D4D4D'\" [areIconsInFooter]=\"false\" [socialMediaLinks]=\"socialMediaLinks\"></social-media-icons>\r\n </div>\r\n </div>\r\n</section>", styles: ["html{font-size:62.5%;scroll-behavior:smooth}@media only screen and (max-width: 112.5em){html{font-size:56.25%}}@media only screen and (max-width: 75em){html{font-size:56.25%}}@media only screen and (max-width: 56.25em){html{font-size:50%}}@media only screen and (min-width: 112.5em){html{font-size:75%}}app-root{font-family:sans-serif;font-size:1.6rem}input{font-size:1.2rem;padding:.5rem}input:focus{outline:none}.page{width:100%;position:relative;padding:20vh 0}.page .coming-soon{background:url(https://i.ibb.co/crKpSTb/box-left-side-design.png) left center no-repeat,url(https://i.ibb.co/pKTGF8D/coming-soon-right-top-bg.png) right top no-repeat,url(https://i.ibb.co/ckht99W/coming-soon-right-bottom-bg.png) right bottom no-repeat;background-size:2rem,13rem,10rem;margin:auto;background-color:#fff;padding:6rem 4rem;width:60rem;border-radius:2.5rem;box-shadow:.2rem .2rem 7.4rem #00000060;display:flex;flex-direction:column;row-gap:1rem}.page .coming-soon .title{color:#155ed4;font-weight:500;font-size:4rem}.page .coming-soon .subtitle{color:#4d4d4d;font-weight:700;font-size:1.3rem}.page .coming-soon .registration-field{display:flex;flex-direction:row;column-gap:1rem}.page .coming-soon .registration-field .email-field{width:60%}.page .coming-soon .registration-field .email-field input{width:100%}.page .coming-soon .registration-field .submit{color:#fff;background-color:#32353b}.page .coming-soon .registration-field .submit:hover{background-color:#494e57}.page .coming-soon .social-media-icons{font-size:2rem}@media only screen and (max-width: 37.5em){.page .coming-soon{width:90%;text-align:center;background-size:2rem,7rem,7rem}.page .coming-soon .registration-field{flex-direction:column;row-gap:1rem}.page .coming-soon .registration-field .email-field,.page .coming-soon .registration-field .email-field input{width:100%}.page .coming-soon .social-media-icons{margin:auto}}\n"], dependencies: [{ kind: "component", type: i1.MatButton, selector: "button[mat-button], button[mat-raised-button], button[mat-icon-button], button[mat-fab], button[mat-mini-fab], button[mat-stroked-button], button[mat-flat-button]", inputs: ["disabled", "disableRipple", "color"], exportAs: ["matButton"] }, { kind: "directive", type: i2.ɵNgNoValidate, selector: "form:not([ngNoForm]):not([ngNativeValidate])" }, { kind: "directive", type: i2.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]" }, { kind: "directive", type: i2.NgForm, selector: "form:not([ngNoForm]):not([formGroup]),ng-form,[ngForm]", inputs: ["ngFormOptions"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { kind: "component", type: i3.SocialMediaIconsComponent, selector: "social-media-icons", inputs: ["color", "areIconsInFooter", "socialMediaLinks"] }] });
14
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: ComingSoonComponent, decorators: [{
15
+ type: Component,
16
+ args: [{ selector: 'coming-soon', template: "<section class=\"page\">\r\n <div class=\"coming-soon\">\r\n <div class=\"title\">\r\n Coming Soon\r\n </div>\r\n <div class=\"subtitle\">\r\n {{ctaText}}\r\n </div>\r\n <form>\r\n <div class=\"registration-field\">\r\n <div class=\"email-field\">\r\n <input type=\"email\" placeholder=\"Email Address\">\r\n </div>\r\n <button mat-raised-button class=\"submit\" type=\"submit\">\r\n Submit\r\n </button>\r\n </div>\r\n </form>\r\n <div class=\"social-media-icons\">\r\n <social-media-icons [color]=\"'#4D4D4D'\" [areIconsInFooter]=\"false\" [socialMediaLinks]=\"socialMediaLinks\"></social-media-icons>\r\n </div>\r\n </div>\r\n</section>", styles: ["html{font-size:62.5%;scroll-behavior:smooth}@media only screen and (max-width: 112.5em){html{font-size:56.25%}}@media only screen and (max-width: 75em){html{font-size:56.25%}}@media only screen and (max-width: 56.25em){html{font-size:50%}}@media only screen and (min-width: 112.5em){html{font-size:75%}}app-root{font-family:sans-serif;font-size:1.6rem}input{font-size:1.2rem;padding:.5rem}input:focus{outline:none}.page{width:100%;position:relative;padding:20vh 0}.page .coming-soon{background:url(https://i.ibb.co/crKpSTb/box-left-side-design.png) left center no-repeat,url(https://i.ibb.co/pKTGF8D/coming-soon-right-top-bg.png) right top no-repeat,url(https://i.ibb.co/ckht99W/coming-soon-right-bottom-bg.png) right bottom no-repeat;background-size:2rem,13rem,10rem;margin:auto;background-color:#fff;padding:6rem 4rem;width:60rem;border-radius:2.5rem;box-shadow:.2rem .2rem 7.4rem #00000060;display:flex;flex-direction:column;row-gap:1rem}.page .coming-soon .title{color:#155ed4;font-weight:500;font-size:4rem}.page .coming-soon .subtitle{color:#4d4d4d;font-weight:700;font-size:1.3rem}.page .coming-soon .registration-field{display:flex;flex-direction:row;column-gap:1rem}.page .coming-soon .registration-field .email-field{width:60%}.page .coming-soon .registration-field .email-field input{width:100%}.page .coming-soon .registration-field .submit{color:#fff;background-color:#32353b}.page .coming-soon .registration-field .submit:hover{background-color:#494e57}.page .coming-soon .social-media-icons{font-size:2rem}@media only screen and (max-width: 37.5em){.page .coming-soon{width:90%;text-align:center;background-size:2rem,7rem,7rem}.page .coming-soon .registration-field{flex-direction:column;row-gap:1rem}.page .coming-soon .registration-field .email-field,.page .coming-soon .registration-field .email-field input{width:100%}.page .coming-soon .social-media-icons{margin:auto}}\n"] }]
17
+ }], propDecorators: { ctaText: [{
18
+ type: Input
19
+ }], socialMediaLinks: [{
20
+ type: Input
21
+ }] } });
22
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29taW5nLXNvb24uY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvam9vbGVyLXdlYnNpdGVzLXNoYXJlZC9zcmMvbGliL2NvbWluZy1zb29uL2NvbWluZy1zb29uLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2pvb2xlci13ZWJzaXRlcy1zaGFyZWQvc3JjL2xpYi9jb21pbmctc29vbi9jb21pbmctc29vbi5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLEtBQUssRUFBRSxNQUFNLGVBQWUsQ0FBQzs7Ozs7QUFRakQsTUFBTSxPQUFPLG1CQUFtQjtJQUxoQztRQU1XLFlBQU8sR0FBVyw4Q0FBOEMsQ0FBQztRQUNqRSxxQkFBZ0IsR0FBcUIsRUFBRSxTQUFTLEVBQUUsMkJBQTJCLEVBQUUsUUFBUSxFQUFFLDBCQUEwQixFQUFFLE9BQU8sRUFBRSx5QkFBeUIsRUFBRSxRQUFRLEVBQUUsMEJBQTBCLEVBQUUsQ0FBQztLQUMxTTs7Z0hBSFksbUJBQW1CO29HQUFuQixtQkFBbUIseUhDUmhDLHcxQkFzQlU7MkZEZEcsbUJBQW1CO2tCQUwvQixTQUFTOytCQUNFLGFBQWE7OEJBS2QsT0FBTztzQkFBZixLQUFLO2dCQUNHLGdCQUFnQjtzQkFBeEIsS0FBSyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgSW5wdXQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcclxuaW1wb3J0IHsgc29jaWFsTWVkaWFMaW5rcyB9IGZyb20gJy4uL3NvY2lhbC1tZWRpYS1pY29ucy9zb2NpYWwtbWVkaWEtbGlua3MubW9kZWwnO1xyXG5cclxuQENvbXBvbmVudCh7XHJcbiAgc2VsZWN0b3I6ICdjb21pbmctc29vbicsXHJcbiAgdGVtcGxhdGVVcmw6ICcuL2NvbWluZy1zb29uLmNvbXBvbmVudC5odG1sJyxcclxuICBzdHlsZVVybHM6IFsnLi9jb21pbmctc29vbi5jb21wb25lbnQuc2NzcyddXHJcbn0pXHJcbmV4cG9ydCBjbGFzcyBDb21pbmdTb29uQ29tcG9uZW50IHtcclxuICBASW5wdXQoKSBjdGFUZXh0OiBzdHJpbmcgPSBcIkdldCBub3RpZmllZCB3aGVuIHRoaXMgZmVhdHVyZSBpcyBhdmFpbGFibGUuXCI7XHJcbiAgQElucHV0KCkgc29jaWFsTWVkaWFMaW5rczogc29jaWFsTWVkaWFMaW5rcyA9IHsgaW5zdGFncmFtOiBcImh0dHBzOi8vd3d3Lmluc3RhZ3JhbS5jb21cIiwgZmFjZUJvb2s6IFwiaHR0cHM6Ly93d3cuZmFjZWJvb2suY29tXCIsIHlvdVR1YmU6IFwiaHR0cHM6Ly93d3cueW91dHViZS5jb21cIiwgbGlua2VkSW46IFwiaHR0cHM6Ly93d3cubGlua2VkaW4uY29tXCIgfTtcclxufVxyXG4iLCI8c2VjdGlvbiBjbGFzcz1cInBhZ2VcIj5cclxuICAgIDxkaXYgY2xhc3M9XCJjb21pbmctc29vblwiPlxyXG4gICAgICAgIDxkaXYgY2xhc3M9XCJ0aXRsZVwiPlxyXG4gICAgICAgICAgICBDb21pbmcgU29vblxyXG4gICAgICAgIDwvZGl2PlxyXG4gICAgICAgIDxkaXYgY2xhc3M9XCJzdWJ0aXRsZVwiPlxyXG4gICAgICAgICAgICB7e2N0YVRleHR9fVxyXG4gICAgICAgIDwvZGl2PlxyXG4gICAgICAgIDxmb3JtPlxyXG4gICAgICAgICAgICA8ZGl2IGNsYXNzPVwicmVnaXN0cmF0aW9uLWZpZWxkXCI+XHJcbiAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiZW1haWwtZmllbGRcIj5cclxuICAgICAgICAgICAgICAgICAgICA8aW5wdXQgdHlwZT1cImVtYWlsXCIgcGxhY2Vob2xkZXI9XCJFbWFpbCBBZGRyZXNzXCI+XHJcbiAgICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgICAgIDxidXR0b24gbWF0LXJhaXNlZC1idXR0b24gY2xhc3M9XCJzdWJtaXRcIiB0eXBlPVwic3VibWl0XCI+XHJcbiAgICAgICAgICAgICAgICAgICAgU3VibWl0XHJcbiAgICAgICAgICAgICAgICA8L2J1dHRvbj5cclxuICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgPC9mb3JtPlxyXG4gICAgICAgIDxkaXYgY2xhc3M9XCJzb2NpYWwtbWVkaWEtaWNvbnNcIj5cclxuICAgICAgICAgICAgPHNvY2lhbC1tZWRpYS1pY29ucyBbY29sb3JdPVwiJyM0RDRENEQnXCIgW2FyZUljb25zSW5Gb290ZXJdPVwiZmFsc2VcIiBbc29jaWFsTWVkaWFMaW5rc109XCJzb2NpYWxNZWRpYUxpbmtzXCI+PC9zb2NpYWwtbWVkaWEtaWNvbnM+XHJcbiAgICAgICAgPC9kaXY+XHJcbiAgICA8L2Rpdj5cclxuPC9zZWN0aW9uPiJdfQ==