@jooler/jooler-websites-shared 0.0.200 → 0.0.210
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/jooler-websites-shared.module.mjs +1 -5
- package/esm2020/public-api.mjs +1 -6
- package/fesm2015/jooler-websites-shared.mjs +1 -14
- package/fesm2015/jooler-websites-shared.mjs.map +1 -1
- package/fesm2020/jooler-websites-shared.mjs +1 -14
- package/fesm2020/jooler-websites-shared.mjs.map +1 -1
- package/lib/jooler-websites-shared.module.d.ts +1 -1
- package/package.json +1 -1
- package/public-api.d.ts +0 -5
|
@@ -1069,8 +1069,6 @@ JoolerWebsitesSharedModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.
|
|
|
1069
1069
|
ComingSoonComponent,
|
|
1070
1070
|
SocialMediaIconsComponent,
|
|
1071
1071
|
MatTooltipModule,
|
|
1072
|
-
FaqCategoryListingComponent,
|
|
1073
|
-
FaqListingComponent,
|
|
1074
1072
|
ValuePropsSectionComponent,
|
|
1075
1073
|
CtaSectionStyleFourComponent,
|
|
1076
1074
|
CtaSectionStyleThreeComponent,
|
|
@@ -1163,8 +1161,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImpor
|
|
|
1163
1161
|
ComingSoonComponent,
|
|
1164
1162
|
SocialMediaIconsComponent,
|
|
1165
1163
|
MatTooltipModule,
|
|
1166
|
-
FaqCategoryListingComponent,
|
|
1167
|
-
FaqListingComponent,
|
|
1168
1164
|
ValuePropsSectionComponent,
|
|
1169
1165
|
CtaSectionStyleFourComponent,
|
|
1170
1166
|
CtaSectionStyleThreeComponent,
|
|
@@ -1244,15 +1240,6 @@ class socialMediaLinks {
|
|
|
1244
1240
|
class Perks {
|
|
1245
1241
|
}
|
|
1246
1242
|
|
|
1247
|
-
class FAQCategory {
|
|
1248
|
-
}
|
|
1249
|
-
|
|
1250
|
-
class FAQSubcategory {
|
|
1251
|
-
}
|
|
1252
|
-
|
|
1253
|
-
class FAQ {
|
|
1254
|
-
}
|
|
1255
|
-
|
|
1256
1243
|
var LibraryProductTypeChoice;
|
|
1257
1244
|
(function (LibraryProductTypeChoice) {
|
|
1258
1245
|
LibraryProductTypeChoice[LibraryProductTypeChoice["JEWELRY"] = 0] = "JEWELRY";
|
|
@@ -1268,5 +1255,5 @@ var LibraryProductTypeChoice;
|
|
|
1268
1255
|
* Generated bundle index. Do not edit.
|
|
1269
1256
|
*/
|
|
1270
1257
|
|
|
1271
|
-
export { Account, AccountType, Achievement, Achievements, AchievementsComponent, Address, CallToActionSectionComponent, CallToActionSectionTwo, CallToActionSectionTwoComponent, ChooseCountryWithFlagComponent, City, ComingSoonComponent, ContactUsPageComponent, Country, CtaSectionStyleFourComponent, CtaSectionStyleThreeComponent, CustomTooltipComponent,
|
|
1258
|
+
export { Account, AccountType, Achievement, Achievements, AchievementsComponent, Address, CallToActionSectionComponent, CallToActionSectionTwo, CallToActionSectionTwoComponent, ChooseCountryWithFlagComponent, City, ComingSoonComponent, ContactUsPageComponent, Country, CtaSectionStyleFourComponent, CtaSectionStyleThreeComponent, CustomTooltipComponent, GetStartedCTAComponent, HeaderSectionOneComponent, ImageGalleryModal, ImageSection, ImageSectionAction, JoolerWebsitesSharedModule, LibraryProductTypeChoice, OurClientListingComponent, OurClientsComponent, PageSection, PageSectionAction, PageSectionStyleTenComponent, PageSectionStyleThirteen, PageSectionStyleThirteenComponent, PageSectionStyleThreeComponent, PageSectionWithMultipleCardsComponent, Perks, PricingPlansComponent, SectionTitleComponent, SectionTitleSizes, ServicePlan, SocialMediaIconsComponent, SuccessMessageDialogComponent, TeamComponent, TeamMember, TeamSection, User, UserType, ValuePropCardComponent, ValuePropsSectionComponent, ValuesComponent, VerticalSideTabsComponent, socialMediaLinks };
|
|
1272
1259
|
//# sourceMappingURL=jooler-websites-shared.mjs.map
|