@jooler/jooler-websites-shared 0.0.167 → 0.0.168
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/README.md +24 -24
- package/esm2020/jooler-websites-shared.mjs +4 -4
- package/esm2020/lib/achievements/achievements.component.mjs +17 -17
- package/esm2020/lib/call-to-action-section/call-to-action-section.component.mjs +32 -32
- package/esm2020/lib/call-to-action-section-two/call-to-action-section-two.component.mjs +22 -22
- package/esm2020/lib/call-to-action-section-two/call-to-action-section-two.model.mjs +3 -3
- package/esm2020/lib/call-to-action-section-two/link-text.model.mjs +3 -3
- package/esm2020/lib/choose-country-with-flag/choose-country-with-flag.component.mjs +55 -55
- package/esm2020/lib/coming-soon/coming-soon.component.mjs +22 -22
- package/esm2020/lib/contact-us-page/contact-us-page.component.mjs +129 -129
- package/esm2020/lib/cta-section-style-four/cta-section-style-four.component.mjs +37 -37
- package/esm2020/lib/cta-section-style-three/cta-section-style-three.component.mjs +25 -25
- package/esm2020/lib/custom-tooltip/custom-tooltip.component.mjs +22 -22
- package/esm2020/lib/faq-category-listing/faq-category-listing.component.mjs +25 -25
- package/esm2020/lib/faq-listing/faq-listing.component.mjs +25 -25
- package/esm2020/lib/get-started-cta/get-started-cta.component.mjs +22 -22
- package/esm2020/lib/header-section-one/header-section-one.component.mjs +23 -23
- package/esm2020/lib/image-gallery-modal/image-gallery-modal.component.mjs +132 -132
- package/esm2020/lib/jooler-websites-shared.module.mjs +211 -211
- package/esm2020/lib/models/about-us-section.model.mjs +2 -2
- package/esm2020/lib/models/account-type.model.mjs +9 -9
- package/esm2020/lib/models/account.model.mjs +3 -3
- package/esm2020/lib/models/achievement.model.mjs +3 -3
- package/esm2020/lib/models/achievements.model.mjs +3 -3
- package/esm2020/lib/models/address.model.mjs +3 -3
- package/esm2020/lib/models/brand-logo.model.mjs +2 -2
- package/esm2020/lib/models/call-to-action-button.model.mjs +3 -3
- package/esm2020/lib/models/call-to-action-data.model.mjs +2 -2
- package/esm2020/lib/models/city.model.mjs +3 -3
- package/esm2020/lib/models/country.model.mjs +3 -3
- package/esm2020/lib/models/cta-cards.model.mjs +2 -2
- package/esm2020/lib/models/cta-one-type.model.mjs +2 -2
- package/esm2020/lib/models/cta-section-style-four.model.mjs +2 -2
- package/esm2020/lib/models/faq-category.model.mjs +3 -3
- package/esm2020/lib/models/faq-subcategory.model.mjs +3 -3
- package/esm2020/lib/models/faq.model.mjs +3 -3
- package/esm2020/lib/models/feature-section-nine.model.mjs +2 -2
- package/esm2020/lib/models/gallery-items-properties.model.mjs +2 -2
- package/esm2020/lib/models/get-started-cta.model.mjs +3 -3
- package/esm2020/lib/models/header-section-style-one.model.mjs +2 -2
- package/esm2020/lib/models/image-section-action.model.mjs +3 -3
- package/esm2020/lib/models/image-section.model.mjs +3 -3
- package/esm2020/lib/models/image-with-content.model.mjs +2 -2
- package/esm2020/lib/models/library-product-type.model.mjs +7 -7
- package/esm2020/lib/models/page-section-action.model.mjs +3 -3
- package/esm2020/lib/models/page-section-style-thirteen.model.mjs +6 -6
- package/esm2020/lib/models/page-section-style-three.model.mjs +2 -2
- package/esm2020/lib/models/page-section.model.mjs +3 -3
- package/esm2020/lib/models/page-style-section-five.model.mjs +2 -3
- package/esm2020/lib/models/perks.model.mjs +3 -3
- package/esm2020/lib/models/section-title.model.mjs +2 -2
- package/esm2020/lib/models/service-plan.model.mjs +3 -3
- package/esm2020/lib/models/team-member.model.mjs +3 -3
- package/esm2020/lib/models/team-section.model.mjs +3 -3
- package/esm2020/lib/models/user-type.model.mjs +8 -8
- package/esm2020/lib/models/user.model.mjs +3 -3
- package/esm2020/lib/models/value-prop-properties.model.mjs +2 -2
- package/esm2020/lib/models/vertical-side-tab.model.mjs +2 -2
- package/esm2020/lib/our-client-listing/our-client-listing.component.mjs +17 -17
- package/esm2020/lib/our-clients/our-clients.component.mjs +54 -54
- package/esm2020/lib/page-section-style-ten/page-section-style-ten.component.mjs +33 -33
- package/esm2020/lib/page-section-style-thirteen/page-section-style-thirteen.component.mjs +43 -43
- package/esm2020/lib/page-section-style-three/page-section-style-three.component.mjs +25 -25
- package/esm2020/lib/page-section-with-multiple-cards/page-section-with-multiple-cards.component.mjs +24 -24
- package/esm2020/lib/pricing-plans/pricing-plans.component.mjs +30 -30
- package/esm2020/lib/section-title/section-title.component.mjs +14 -14
- package/esm2020/lib/social-media-icons/social-media-icons.component.mjs +40 -40
- package/esm2020/lib/social-media-icons/social-media-links.model.mjs +3 -3
- package/esm2020/lib/success-message-dialog/success-message-dialog.component.mjs +22 -22
- package/esm2020/lib/team/team.component.mjs +52 -52
- package/esm2020/lib/value-prop-card/value-prop-card.component.mjs +20 -20
- package/esm2020/lib/value-props-section/value-props-section.component.mjs +33 -33
- package/esm2020/lib/values/values.component.mjs +43 -43
- package/esm2020/lib/vertical-side-tabs/vertical-side-tabs.component.mjs +33 -33
- package/esm2020/public-api.mjs +70 -70
- package/fesm2015/jooler-websites-shared.mjs +1066 -1069
- package/fesm2015/jooler-websites-shared.mjs.map +1 -1
- package/fesm2020/jooler-websites-shared.mjs +1066 -1069
- package/fesm2020/jooler-websites-shared.mjs.map +1 -1
- package/index.d.ts +5 -5
- package/lib/achievements/achievements.component.d.ts +10 -10
- package/lib/call-to-action-section/call-to-action-section.component.d.ts +14 -14
- package/lib/call-to-action-section-two/call-to-action-section-two.component.d.ts +13 -13
- package/lib/call-to-action-section-two/call-to-action-section-two.model.d.ts +11 -11
- package/lib/call-to-action-section-two/link-text.model.d.ts +4 -4
- package/lib/choose-country-with-flag/choose-country-with-flag.component.d.ts +19 -19
- package/lib/coming-soon/coming-soon.component.d.ts +8 -8
- package/lib/contact-us-page/contact-us-page.component.d.ts +50 -50
- package/lib/cta-section-style-four/cta-section-style-four.component.d.ts +15 -15
- package/lib/cta-section-style-three/cta-section-style-three.component.d.ts +12 -12
- package/lib/custom-tooltip/custom-tooltip.component.d.ts +9 -9
- package/lib/faq-category-listing/faq-category-listing.component.d.ts +14 -14
- package/lib/faq-listing/faq-listing.component.d.ts +13 -13
- package/lib/get-started-cta/get-started-cta.component.d.ts +13 -13
- package/lib/header-section-one/header-section-one.component.d.ts +11 -11
- package/lib/image-gallery-modal/image-gallery-modal.component.d.ts +27 -27
- package/lib/jooler-websites-shared.module.d.ts +44 -44
- package/lib/models/about-us-section.model.d.ts +6 -6
- package/lib/models/account-type.model.d.ts +7 -7
- package/lib/models/account.model.d.ts +16 -16
- package/lib/models/achievement.model.d.ts +4 -4
- package/lib/models/achievements.model.d.ts +6 -6
- package/lib/models/address.model.d.ts +18 -18
- package/lib/models/brand-logo.model.d.ts +4 -4
- package/lib/models/call-to-action-button.model.d.ts +4 -4
- package/lib/models/call-to-action-data.model.d.ts +17 -17
- package/lib/models/city.model.d.ts +5 -5
- package/lib/models/country.model.d.ts +5 -5
- package/lib/models/cta-cards.model.d.ts +7 -7
- package/lib/models/cta-one-type.model.d.ts +14 -14
- package/lib/models/cta-section-style-four.model.d.ts +8 -8
- package/lib/models/faq-category.model.d.ts +9 -9
- package/lib/models/faq-subcategory.model.d.ts +8 -8
- package/lib/models/faq.model.d.ts +7 -7
- package/lib/models/feature-section-nine.model.d.ts +6 -6
- package/lib/models/gallery-items-properties.model.d.ts +6 -6
- package/lib/models/get-started-cta.model.d.ts +8 -8
- package/lib/models/header-section-style-one.model.d.ts +16 -16
- package/lib/models/image-section-action.model.d.ts +7 -7
- package/lib/models/image-section.model.d.ts +12 -12
- package/lib/models/image-with-content.model.d.ts +5 -5
- package/lib/models/library-product-type.model.d.ts +5 -5
- package/lib/models/page-section-action.model.d.ts +5 -5
- package/lib/models/page-section-style-thirteen.model.d.ts +4 -4
- package/lib/models/page-section-style-three.model.d.ts +7 -7
- package/lib/models/page-section.model.d.ts +11 -11
- package/lib/models/page-style-section-five.model.d.ts +11 -6
- package/lib/models/perks.model.d.ts +4 -4
- package/lib/models/section-title.model.d.ts +7 -7
- package/lib/models/service-plan.model.d.ts +10 -10
- package/lib/models/team-member.model.d.ts +6 -6
- package/lib/models/team-section.model.d.ts +7 -7
- package/lib/models/user-type.model.d.ts +6 -6
- package/lib/models/user.model.d.ts +11 -11
- package/lib/models/value-prop-properties.model.d.ts +6 -6
- package/lib/models/vertical-side-tab.model.d.ts +6 -6
- package/lib/our-client-listing/our-client-listing.component.d.ts +10 -10
- package/lib/our-clients/our-clients.component.d.ts +15 -15
- package/lib/page-section-style-ten/page-section-style-ten.component.d.ts +15 -15
- package/lib/page-section-style-thirteen/page-section-style-thirteen.component.d.ts +21 -21
- package/lib/page-section-style-three/page-section-style-three.component.d.ts +13 -13
- package/lib/page-section-with-multiple-cards/page-section-with-multiple-cards.component.d.ts +12 -12
- package/lib/pricing-plans/pricing-plans.component.d.ts +15 -15
- package/lib/section-title/section-title.component.d.ts +7 -7
- package/lib/social-media-icons/social-media-icons.component.d.ts +20 -20
- package/lib/social-media-icons/social-media-links.model.d.ts +6 -6
- package/lib/success-message-dialog/success-message-dialog.component.d.ts +11 -11
- package/lib/team/team.component.d.ts +18 -18
- package/lib/value-prop-card/value-prop-card.component.d.ts +11 -11
- package/lib/value-props-section/value-props-section.component.d.ts +11 -11
- package/lib/values/values.component.d.ts +16 -16
- package/lib/vertical-side-tabs/vertical-side-tabs.component.d.ts +14 -14
- package/package.json +1 -1
- package/public-api.d.ts +66 -66
package/public-api.d.ts
CHANGED
|
@@ -1,66 +1,66 @@
|
|
|
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/vertical-side-tabs/vertical-side-tabs.component';
|
|
64
|
-
export * from './lib/models/feature-section-nine.model';
|
|
65
|
-
export * from './lib/models/value-prop-properties.model';
|
|
66
|
-
export * from './lib/value-prop-card/value-prop-card.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/vertical-side-tabs/vertical-side-tabs.component';
|
|
64
|
+
export * from './lib/models/feature-section-nine.model';
|
|
65
|
+
export * from './lib/models/value-prop-properties.model';
|
|
66
|
+
export * from './lib/value-prop-card/value-prop-card.component';
|