@jooler/jooler-websites-shared 0.0.146 → 0.0.148

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 (154) 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 -24
  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 +19 -19
  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/feature-section-eight/feature-section-eight.component.mjs +17 -0
  17. package/esm2020/lib/feature-section-five/feature-section-five.component.mjs +23 -0
  18. package/esm2020/lib/feature-section-four/feature-section-four.component.mjs +31 -0
  19. package/esm2020/lib/feature-section-one/feature-section-one.component.mjs +23 -0
  20. package/esm2020/lib/feature-section-seven/feature-section-seven.component.mjs +33 -0
  21. package/esm2020/lib/feature-section-three/feature-section-three.component.mjs +16 -0
  22. package/esm2020/lib/feature-section-two/feature-section-two.component.mjs +21 -0
  23. package/esm2020/lib/get-started-cta/get-started-cta.component.mjs +22 -22
  24. package/esm2020/lib/header-section-one/header-section-one.component.mjs +23 -23
  25. package/esm2020/lib/image-gallery-modal/image-gallery-modal.component.mjs +132 -132
  26. package/esm2020/lib/jooler-websites-shared.module.mjs +241 -201
  27. package/esm2020/lib/models/about-us-section.model.mjs +2 -2
  28. package/esm2020/lib/models/account-type.model.mjs +9 -9
  29. package/esm2020/lib/models/account.model.mjs +3 -3
  30. package/esm2020/lib/models/achievement.model.mjs +3 -3
  31. package/esm2020/lib/models/achievements.model.mjs +3 -3
  32. package/esm2020/lib/models/address.model.mjs +3 -3
  33. package/esm2020/lib/models/brand-logo.model.mjs +2 -2
  34. package/esm2020/lib/models/call-to-action-button.model.mjs +3 -3
  35. package/esm2020/lib/models/call-to-action-data.model.mjs +2 -3
  36. package/esm2020/lib/models/city.model.mjs +3 -3
  37. package/esm2020/lib/models/country.model.mjs +3 -3
  38. package/esm2020/lib/models/cta-cards.model.mjs +2 -0
  39. package/esm2020/lib/models/cta-one-type.model.mjs +2 -2
  40. package/esm2020/lib/models/cta-section-style-four.model.mjs +2 -2
  41. package/esm2020/lib/models/faq-category.model.mjs +3 -3
  42. package/esm2020/lib/models/faq-subcategory.model.mjs +3 -3
  43. package/esm2020/lib/models/faq.model.mjs +3 -3
  44. package/esm2020/lib/models/gallery-items-properties.model.mjs +2 -2
  45. package/esm2020/lib/models/get-started-cta.model.mjs +3 -3
  46. package/esm2020/lib/models/header-section-style-one.model.mjs +2 -2
  47. package/esm2020/lib/models/image-section-action.model.mjs +3 -3
  48. package/esm2020/lib/models/image-section.model.mjs +3 -3
  49. package/esm2020/lib/models/page-section-action.model.mjs +3 -3
  50. package/esm2020/lib/models/page-section-style-thirteen.model.mjs +6 -6
  51. package/esm2020/lib/models/page-section.model.mjs +3 -3
  52. package/esm2020/lib/models/page-style-section-five.model.mjs +3 -3
  53. package/esm2020/lib/models/perks.model.mjs +3 -3
  54. package/esm2020/lib/models/section-title.model.mjs +2 -2
  55. package/esm2020/lib/models/service-plan.model.mjs +3 -3
  56. package/esm2020/lib/models/team-member.model.mjs +3 -3
  57. package/esm2020/lib/models/team-section.model.mjs +3 -3
  58. package/esm2020/lib/models/user-type.model.mjs +8 -8
  59. package/esm2020/lib/models/user.model.mjs +3 -3
  60. package/esm2020/lib/our-client-listing/our-client-listing.component.mjs +17 -17
  61. package/esm2020/lib/our-clients/our-clients.component.mjs +54 -54
  62. package/esm2020/lib/page-section-style-ten/page-section-style-ten.component.mjs +33 -33
  63. package/esm2020/lib/page-section-style-thirteen/page-section-style-thirteen.component.mjs +43 -43
  64. package/esm2020/lib/page-section-style-three/page-section-style-three.component.mjs +25 -25
  65. package/esm2020/lib/page-section-with-multiple-cards/page-section-with-multiple-cards.component.mjs +24 -24
  66. package/esm2020/lib/pricing-plans/pricing-plans.component.mjs +23 -23
  67. package/esm2020/lib/section-title/section-title.component.mjs +14 -14
  68. package/esm2020/lib/social-media-icons/social-media-icons.component.mjs +40 -40
  69. package/esm2020/lib/social-media-icons/social-media-links.model.mjs +3 -3
  70. package/esm2020/lib/success-message-dialog/success-message-dialog.component.mjs +22 -22
  71. package/esm2020/lib/team/team.component.mjs +52 -52
  72. package/esm2020/lib/value-props-section/value-props-section.component.mjs +33 -33
  73. package/esm2020/lib/values/values.component.mjs +39 -39
  74. package/esm2020/lib/vertical-side-tabs/vertical-side-tabs.component.mjs +37 -0
  75. package/esm2020/public-api.mjs +74 -67
  76. package/fesm2015/jooler-websites-shared.mjs +1202 -1005
  77. package/fesm2015/jooler-websites-shared.mjs.map +1 -1
  78. package/fesm2020/jooler-websites-shared.mjs +1202 -1005
  79. package/fesm2020/jooler-websites-shared.mjs.map +1 -1
  80. package/index.d.ts +5 -5
  81. package/lib/achievements/achievements.component.d.ts +10 -10
  82. package/lib/call-to-action-section/call-to-action-section.component.d.ts +14 -13
  83. package/lib/call-to-action-section-two/call-to-action-section-two.component.d.ts +13 -13
  84. package/lib/call-to-action-section-two/call-to-action-section-two.model.d.ts +11 -11
  85. package/lib/call-to-action-section-two/link-text.model.d.ts +4 -4
  86. package/lib/choose-country-with-flag/choose-country-with-flag.component.d.ts +19 -19
  87. package/lib/coming-soon/coming-soon.component.d.ts +8 -8
  88. package/lib/contact-us-page/contact-us-page.component.d.ts +50 -50
  89. package/lib/cta-section-style-four/cta-section-style-four.component.d.ts +15 -15
  90. package/lib/cta-section-style-three/cta-section-style-three.component.d.ts +12 -12
  91. package/lib/custom-tooltip/custom-tooltip.component.d.ts +8 -8
  92. package/lib/faq-category-listing/faq-category-listing.component.d.ts +14 -14
  93. package/lib/faq-listing/faq-listing.component.d.ts +13 -13
  94. package/lib/feature-section-eight/feature-section-eight.component.d.ts +6 -0
  95. package/lib/feature-section-five/feature-section-five.component.d.ts +10 -0
  96. package/lib/feature-section-four/feature-section-four.component.d.ts +10 -0
  97. package/lib/feature-section-one/feature-section-one.component.d.ts +11 -0
  98. package/lib/feature-section-seven/feature-section-seven.component.d.ts +11 -0
  99. package/lib/feature-section-three/feature-section-three.component.d.ts +6 -0
  100. package/lib/feature-section-two/feature-section-two.component.d.ts +9 -0
  101. package/lib/get-started-cta/get-started-cta.component.d.ts +13 -13
  102. package/lib/header-section-one/header-section-one.component.d.ts +11 -11
  103. package/lib/image-gallery-modal/image-gallery-modal.component.d.ts +27 -27
  104. package/lib/jooler-websites-shared.module.d.ts +50 -42
  105. package/lib/models/about-us-section.model.d.ts +6 -6
  106. package/lib/models/account-type.model.d.ts +7 -7
  107. package/lib/models/account.model.d.ts +16 -16
  108. package/lib/models/achievement.model.d.ts +4 -4
  109. package/lib/models/achievements.model.d.ts +6 -6
  110. package/lib/models/address.model.d.ts +18 -18
  111. package/lib/models/brand-logo.model.d.ts +4 -4
  112. package/lib/models/call-to-action-button.model.d.ts +4 -4
  113. package/lib/models/call-to-action-data.model.d.ts +17 -7
  114. package/lib/models/city.model.d.ts +5 -5
  115. package/lib/models/country.model.d.ts +5 -5
  116. package/lib/models/cta-cards.model.d.ts +7 -0
  117. package/lib/models/cta-one-type.model.d.ts +14 -14
  118. package/lib/models/cta-section-style-four.model.d.ts +8 -8
  119. package/lib/models/faq-category.model.d.ts +9 -9
  120. package/lib/models/faq-subcategory.model.d.ts +8 -8
  121. package/lib/models/faq.model.d.ts +7 -7
  122. package/lib/models/gallery-items-properties.model.d.ts +4 -4
  123. package/lib/models/get-started-cta.model.d.ts +8 -8
  124. package/lib/models/header-section-style-one.model.d.ts +16 -16
  125. package/lib/models/image-section-action.model.d.ts +7 -7
  126. package/lib/models/image-section.model.d.ts +12 -12
  127. package/lib/models/page-section-action.model.d.ts +5 -5
  128. package/lib/models/page-section-style-thirteen.model.d.ts +4 -4
  129. package/lib/models/page-section.model.d.ts +11 -11
  130. package/lib/models/page-style-section-five.model.d.ts +5 -5
  131. package/lib/models/perks.model.d.ts +4 -4
  132. package/lib/models/section-title.model.d.ts +7 -7
  133. package/lib/models/service-plan.model.d.ts +10 -10
  134. package/lib/models/team-member.model.d.ts +6 -6
  135. package/lib/models/team-section.model.d.ts +7 -7
  136. package/lib/models/user-type.model.d.ts +6 -6
  137. package/lib/models/user.model.d.ts +11 -11
  138. package/lib/our-client-listing/our-client-listing.component.d.ts +10 -10
  139. package/lib/our-clients/our-clients.component.d.ts +15 -15
  140. package/lib/page-section-style-ten/page-section-style-ten.component.d.ts +15 -15
  141. package/lib/page-section-style-thirteen/page-section-style-thirteen.component.d.ts +21 -21
  142. package/lib/page-section-style-three/page-section-style-three.component.d.ts +12 -12
  143. package/lib/page-section-with-multiple-cards/page-section-with-multiple-cards.component.d.ts +12 -12
  144. package/lib/pricing-plans/pricing-plans.component.d.ts +12 -12
  145. package/lib/section-title/section-title.component.d.ts +7 -7
  146. package/lib/social-media-icons/social-media-icons.component.d.ts +20 -20
  147. package/lib/social-media-icons/social-media-links.model.d.ts +6 -6
  148. package/lib/success-message-dialog/success-message-dialog.component.d.ts +11 -11
  149. package/lib/team/team.component.d.ts +18 -18
  150. package/lib/value-props-section/value-props-section.component.d.ts +11 -11
  151. package/lib/values/values.component.d.ts +15 -15
  152. package/lib/vertical-side-tabs/vertical-side-tabs.component.d.ts +14 -0
  153. package/package.json +5 -2
  154. package/public-api.d.ts +70 -63
package/public-api.d.ts CHANGED
@@ -1,63 +1,70 @@
1
- export * from './lib/jooler-websites-shared.module';
2
- export * from './lib/section-title/section-title.component';
3
- export * from './lib/page-section-style-ten/page-section-style-ten.component';
4
- export * from './lib/models/page-section.model';
5
- export * from './lib/models/page-section-action.model';
6
- export * from './lib/get-started-cta/get-started-cta.component';
7
- export * from './lib/achievements/achievements.component';
8
- export * from './lib/models/achievements.model';
9
- export * from './lib/models/achievement.model';
10
- export * from './lib/models/service-plan.model';
11
- export * from './lib/pricing-plans/pricing-plans.component';
12
- export * from './lib/page-section-style-thirteen/page-section-style-thirteen.component';
13
- export * from './lib/models/page-section-style-thirteen.model';
14
- export * from './lib/image-gallery-modal/image-gallery-modal.component';
15
- export * from './lib/models/gallery-items-properties.model';
16
- export * from './lib/success-message-dialog/success-message-dialog.component';
17
- export * from './lib/models/call-to-action-data.model';
18
- export * from './lib/call-to-action-section/call-to-action-section.component';
19
- export * from './lib/models/image-section-action.model';
20
- export * from './lib/models/image-section.model';
21
- export * from './lib/models/page-section-action.model';
22
- export * from './lib/models/team-member.model';
23
- export * from './lib/team/team.component';
24
- export * from './lib/models/team-section.model';
25
- export * from './lib/models/page-style-section-five.model';
26
- export * from './lib/models/about-us-section.model';
27
- export * from './lib/values/values.component';
28
- export * from './lib/models/account-type.model';
29
- export * from './lib/models/account.model';
30
- export * from './lib/models/address.model';
31
- export * from './lib/models/city.model';
32
- export * from './lib/models/country.model';
33
- export * from './lib/models/user-type.model';
34
- export * from './lib/models/user.model';
35
- export * from './lib/our-client-listing/our-client-listing.component';
36
- export * from './lib/our-clients/our-clients.component';
37
- export * from './lib/page-section-with-multiple-cards/page-section-with-multiple-cards.component';
38
- export * from './lib/call-to-action-section-two/call-to-action-section-two.component';
39
- export * from './lib/call-to-action-section-two/call-to-action-section-two.model';
40
- export * from './lib/call-to-action-section-two/link-text.model';
41
- export * from './lib/value-props-section/value-props-section.component';
42
- export * from './lib/contact-us-page/contact-us-page.component';
43
- export * from './lib/choose-country-with-flag/choose-country-with-flag.component';
44
- export * from './lib/page-section-style-three/page-section-style-three.component';
45
- export * from './lib/coming-soon/coming-soon.component';
46
- export * from './lib/social-media-icons/social-media-icons.component';
47
- export * from './lib/social-media-icons/social-media-links.model';
48
- export * from './lib/models/perks.model';
49
- export * from './lib/models/faq-category.model';
50
- export * from './lib/models/faq-subcategory.model';
51
- export * from './lib/models/faq.model';
52
- export * from './lib/faq-category-listing/faq-category-listing.component';
53
- export * from './lib/faq-listing/faq-listing.component';
54
- export * from './lib/models/brand-logo.model';
55
- export * from './lib/models/call-to-action-button.model';
56
- export * from './lib/models/section-title.model';
57
- export * from './lib/cta-section-style-four/cta-section-style-four.component';
58
- export * from './lib/cta-section-style-three/cta-section-style-three.component';
59
- export * from './lib/models/cta-section-style-four.model';
60
- export * from './lib/models/cta-one-type.model';
61
- export * from './lib/models/header-section-style-one.model';
62
- export * from './lib/header-section-one/header-section-one.component';
63
- export * from './lib/custom-tooltip/custom-tooltip.component';
1
+ export * from './lib/jooler-websites-shared.module';
2
+ export * from './lib/section-title/section-title.component';
3
+ export * from './lib/page-section-style-ten/page-section-style-ten.component';
4
+ export * from './lib/models/page-section.model';
5
+ export * from './lib/models/page-section-action.model';
6
+ export * from './lib/get-started-cta/get-started-cta.component';
7
+ export * from './lib/achievements/achievements.component';
8
+ export * from './lib/models/achievements.model';
9
+ export * from './lib/models/achievement.model';
10
+ export * from './lib/models/service-plan.model';
11
+ export * from './lib/pricing-plans/pricing-plans.component';
12
+ export * from './lib/page-section-style-thirteen/page-section-style-thirteen.component';
13
+ export * from './lib/models/page-section-style-thirteen.model';
14
+ export * from './lib/image-gallery-modal/image-gallery-modal.component';
15
+ export * from './lib/models/gallery-items-properties.model';
16
+ export * from './lib/success-message-dialog/success-message-dialog.component';
17
+ export * from './lib/models/call-to-action-data.model';
18
+ export * from './lib/call-to-action-section/call-to-action-section.component';
19
+ export * from './lib/models/image-section-action.model';
20
+ export * from './lib/models/image-section.model';
21
+ export * from './lib/models/team-member.model';
22
+ export * from './lib/team/team.component';
23
+ export * from './lib/models/team-section.model';
24
+ export * from './lib/models/page-style-section-five.model';
25
+ export * from './lib/models/about-us-section.model';
26
+ export * from './lib/values/values.component';
27
+ export * from './lib/models/account-type.model';
28
+ export * from './lib/models/account.model';
29
+ export * from './lib/models/address.model';
30
+ export * from './lib/models/city.model';
31
+ export * from './lib/models/country.model';
32
+ export * from './lib/models/user-type.model';
33
+ export * from './lib/models/user.model';
34
+ export * from './lib/our-client-listing/our-client-listing.component';
35
+ export * from './lib/our-clients/our-clients.component';
36
+ export * from './lib/page-section-with-multiple-cards/page-section-with-multiple-cards.component';
37
+ export * from './lib/call-to-action-section-two/call-to-action-section-two.component';
38
+ export * from './lib/call-to-action-section-two/call-to-action-section-two.model';
39
+ export * from './lib/call-to-action-section-two/link-text.model';
40
+ export * from './lib/value-props-section/value-props-section.component';
41
+ export * from './lib/contact-us-page/contact-us-page.component';
42
+ export * from './lib/choose-country-with-flag/choose-country-with-flag.component';
43
+ export * from './lib/page-section-style-three/page-section-style-three.component';
44
+ export * from './lib/coming-soon/coming-soon.component';
45
+ export * from './lib/social-media-icons/social-media-icons.component';
46
+ export * from './lib/social-media-icons/social-media-links.model';
47
+ export * from './lib/models/perks.model';
48
+ export * from './lib/models/faq-category.model';
49
+ export * from './lib/models/faq-subcategory.model';
50
+ export * from './lib/models/faq.model';
51
+ export * from './lib/faq-category-listing/faq-category-listing.component';
52
+ export * from './lib/faq-listing/faq-listing.component';
53
+ export * from './lib/models/brand-logo.model';
54
+ export * from './lib/models/call-to-action-button.model';
55
+ export * from './lib/models/section-title.model';
56
+ export * from './lib/cta-section-style-four/cta-section-style-four.component';
57
+ export * from './lib/cta-section-style-three/cta-section-style-three.component';
58
+ export * from './lib/models/cta-section-style-four.model';
59
+ export * from './lib/models/cta-one-type.model';
60
+ export * from './lib/models/header-section-style-one.model';
61
+ export * from './lib/header-section-one/header-section-one.component';
62
+ export * from './lib/custom-tooltip/custom-tooltip.component';
63
+ export * from './lib/feature-section-one/feature-section-one.component';
64
+ export * from './lib/feature-section-two/feature-section-two.component';
65
+ export * from './lib/feature-section-three/feature-section-three.component';
66
+ export * from './lib/feature-section-four/feature-section-four.component';
67
+ export * from './lib/vertical-side-tabs/vertical-side-tabs.component';
68
+ export * from './lib/feature-section-five/feature-section-five.component';
69
+ export * from './lib/feature-section-seven/feature-section-seven.component';
70
+ export * from './lib/feature-section-eight/feature-section-eight.component';