simpo-component-library 2.0.6 → 2.0.7
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/esm2022/lib/ecommerce/sections/authenticate-user/authenticate-user.component.mjs +8 -4
- package/esm2022/lib/ecommerce/sections/cart/cart.component.mjs +3 -3
- package/esm2022/lib/ecommerce/sections/category-product/category-product.component.mjs +7 -4
- package/esm2022/lib/ecommerce/sections/checkout/checkout.component.mjs +8 -5
- package/esm2022/lib/ecommerce/sections/customer-review/customer-review.component.mjs +7 -4
- package/esm2022/lib/ecommerce/sections/featured-category/featured-category.component.mjs +9 -5
- package/esm2022/lib/ecommerce/sections/featured-category/featured-collection.component.mjs +8 -5
- package/esm2022/lib/ecommerce/sections/featured-products/featured-products.component.mjs +8 -5
- package/esm2022/lib/ecommerce/sections/product-category-list/product-category-list.component.mjs +7 -4
- package/esm2022/lib/ecommerce/sections/product-category-list/product-category-list.model.mjs +1 -1
- package/esm2022/lib/ecommerce/sections/product-desc/product-desc.component.mjs +8 -4
- package/esm2022/lib/ecommerce/sections/product-desc/product-desc.modal.mjs +1 -1
- package/esm2022/lib/ecommerce/sections/product-list/product-list.component.mjs +5 -3
- package/esm2022/lib/ecommerce/sections/user-profile/user-profile.component.mjs +3 -3
- package/esm2022/lib/elements/index.mjs +6 -5
- package/esm2022/lib/elements/svg-divider/svg-divider.component.mjs +29 -0
- package/esm2022/lib/elements/text/text.component.mjs +3 -3
- package/esm2022/lib/sections/appointment-form/appointment-form.component.mjs +15 -12
- package/esm2022/lib/sections/banner-carousel/banner-carousel.component.mjs +9 -6
- package/esm2022/lib/sections/banner-grid-section/banner-grid-section.component.mjs +7 -4
- package/esm2022/lib/sections/banner-section/banner-section.component.mjs +10 -6
- package/esm2022/lib/sections/blog-list/blog-list.component.mjs +7 -4
- package/esm2022/lib/sections/carousel-banner/carousel-banner.component.mjs +11 -7
- package/esm2022/lib/sections/carousel-banner/carousel-banner.model.mjs +1 -1
- package/esm2022/lib/sections/choose-us-section/choose-us-section.component.mjs +7 -4
- package/esm2022/lib/sections/contact-us/contact-us.component.mjs +10 -7
- package/esm2022/lib/sections/faq-section/faq-section.component.mjs +12 -7
- package/esm2022/lib/sections/features-section/features-section.component.mjs +7 -4
- package/esm2022/lib/sections/footer-section/footer-section.component.mjs +9 -6
- package/esm2022/lib/sections/footer-section/footer-section.modal.mjs +1 -1
- package/esm2022/lib/sections/header-text/header-text.component.mjs +9 -6
- package/esm2022/lib/sections/image-carousel-section/image-carousel-section.component.mjs +9 -6
- package/esm2022/lib/sections/image-grid-section/image-grid-section.component.mjs +9 -6
- package/esm2022/lib/sections/image-section/image-section.component.mjs +9 -6
- package/esm2022/lib/sections/location-section/location-section.component.mjs +9 -6
- package/esm2022/lib/sections/logo-gallery/logo-gallery.component.mjs +7 -4
- package/esm2022/lib/sections/logo-showcase/logo-showcase.component.mjs +9 -6
- package/esm2022/lib/sections/pricing-section/pricing-section.component.mjs +7 -4
- package/esm2022/lib/sections/process-modern/process-modern.component.mjs +9 -6
- package/esm2022/lib/sections/process-section/process-section.component.mjs +9 -6
- package/esm2022/lib/sections/recent-blog-post-section/recent-blog-post-section.component.mjs +7 -4
- package/esm2022/lib/sections/service-section/service-section.component.mjs +9 -6
- package/esm2022/lib/sections/team-member-section/team-member-section.component.mjs +9 -6
- package/esm2022/lib/sections/testimonial-fullwidth/testimonial-fullwidth.component.mjs +9 -6
- package/esm2022/lib/sections/testimonial-section/testimonial-section.component.mjs +9 -6
- package/esm2022/lib/sections/testimonial-video/testimonial-video.component.mjs +9 -6
- package/esm2022/lib/sections/text-image-section/text-image-section.component.mjs +9 -6
- package/esm2022/lib/sections/text-section/text-section.component.mjs +8 -5
- package/esm2022/lib/sections/video-section/video-section.component.mjs +9 -6
- package/esm2022/lib/services/rest.service.mjs +3 -3
- package/esm2022/lib/styles/index.mjs +22 -1
- package/esm2022/lib/styles/style.model.mjs +1 -1
- package/fesm2022/simpo-component-library.mjs +318 -187
- package/fesm2022/simpo-component-library.mjs.map +1 -1
- package/lib/ecommerce/sections/authenticate-user/authenticate-user.component.d.ts +3 -2
- package/lib/ecommerce/sections/category-product/category-product.component.d.ts +3 -2
- package/lib/ecommerce/sections/checkout/checkout.component.d.ts +4 -2
- package/lib/ecommerce/sections/customer-review/customer-review.component.d.ts +3 -1
- package/lib/ecommerce/sections/featured-category/featured-category.component.d.ts +3 -2
- package/lib/ecommerce/sections/featured-category/featured-collection.component.d.ts +3 -2
- package/lib/ecommerce/sections/featured-products/featured-products.component.d.ts +3 -2
- package/lib/ecommerce/sections/product-category-list/product-category-list.component.d.ts +3 -2
- package/lib/ecommerce/sections/product-category-list/product-category-list.model.d.ts +2 -1
- package/lib/ecommerce/sections/product-desc/product-desc.component.d.ts +3 -2
- package/lib/ecommerce/sections/product-desc/product-desc.modal.d.ts +2 -1
- package/lib/ecommerce/sections/product-list/product-list.component.d.ts +3 -2
- package/lib/elements/index.d.ts +2 -1
- package/lib/elements/svg-divider/svg-divider.component.d.ts +54 -0
- package/lib/sections/appointment-form/appointment-form.component.d.ts +3 -2
- package/lib/sections/banner-carousel/banner-carousel.component.d.ts +5 -4
- package/lib/sections/banner-grid-section/banner-grid-section.component.d.ts +3 -1
- package/lib/sections/banner-section/banner-section.component.d.ts +3 -2
- package/lib/sections/blog-list/blog-list.component.d.ts +3 -1
- package/lib/sections/carousel-banner/carousel-banner.component.d.ts +4 -3
- package/lib/sections/carousel-banner/carousel-banner.model.d.ts +2 -1
- package/lib/sections/choose-us-section/choose-us-section.component.d.ts +3 -1
- package/lib/sections/contact-us/contact-us.component.d.ts +3 -2
- package/lib/sections/faq-section/faq-section.component.d.ts +3 -2
- package/lib/sections/features-section/features-section.component.d.ts +3 -1
- package/lib/sections/footer-section/footer-section.component.d.ts +3 -1
- package/lib/sections/footer-section/footer-section.modal.d.ts +2 -1
- package/lib/sections/header-text/header-text.component.d.ts +3 -2
- package/lib/sections/image-carousel-section/image-carousel-section.component.d.ts +5 -3
- package/lib/sections/image-grid-section/image-grid-section.component.d.ts +3 -1
- package/lib/sections/image-section/image-section.component.d.ts +5 -3
- package/lib/sections/location-section/location-section.component.d.ts +3 -1
- package/lib/sections/logo-gallery/logo-gallery.component.d.ts +3 -1
- package/lib/sections/logo-showcase/logo-showcase.component.d.ts +3 -2
- package/lib/sections/pricing-section/pricing-section.component.d.ts +3 -2
- package/lib/sections/process-modern/process-modern.component.d.ts +3 -2
- package/lib/sections/process-section/process-section.component.d.ts +3 -2
- package/lib/sections/recent-blog-post-section/recent-blog-post-section.component.d.ts +3 -2
- package/lib/sections/service-section/service-section.component.d.ts +3 -2
- package/lib/sections/team-member-section/team-member-section.component.d.ts +3 -2
- package/lib/sections/testimonial-fullwidth/testimonial-fullwidth.component.d.ts +3 -1
- package/lib/sections/testimonial-section/testimonial-section.component.d.ts +3 -2
- package/lib/sections/testimonial-video/testimonial-video.component.d.ts +3 -1
- package/lib/sections/text-image-section/text-image-section.component.d.ts +3 -2
- package/lib/sections/text-section/text-section.component.d.ts +3 -2
- package/lib/sections/video-section/video-section.component.d.ts +3 -1
- package/lib/styles/index.d.ts +17 -0
- package/lib/styles/style.model.d.ts +2 -1
- package/package.json +1 -1
- package/simpo-component-library-2.0.7.tgz +0 -0
- package/src/lib/styles/global-styles.css +86 -0
- package/simpo-component-library-2.0.6.tgz +0 -0
@@ -8,17 +8,18 @@ import { HeadingElementComponent } from './heading-element/heading-element.compo
|
|
8
8
|
import { SimpoButtonComponent } from './simpo-button/simpo-button.component';
|
9
9
|
import { SociaIconsComponent } from './socia-icons/socia-icons.component';
|
10
10
|
import { CardSkeletonLoaderComponent } from './card-skeleton-loader/card-skeleton-loader.component';
|
11
|
+
import { SvgDividerComponent } from './svg-divider/svg-divider.component';
|
11
12
|
import * as i0 from "@angular/core";
|
12
13
|
export class SimpoElementsModule {
|
13
14
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.4", ngImport: i0, type: SimpoElementsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
14
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.1.4", ngImport: i0, type: SimpoElementsModule, imports: [ButtonElementComponent, TextElementComponent, BelowImageCardComponent, TopOfImageCardComponent, CoveringImageCardComponent, HeadingElementComponent, SimpoButtonComponent, SociaIconsComponent, CardSkeletonLoaderComponent], exports: [ButtonElementComponent, TextElementComponent, BelowImageCardComponent, TopOfImageCardComponent, CoveringImageCardComponent, HeadingElementComponent, SimpoButtonComponent, SociaIconsComponent, CardSkeletonLoaderComponent] }); }
|
15
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.1.4", ngImport: i0, type: SimpoElementsModule, imports: [ButtonElementComponent, TextElementComponent, BelowImageCardComponent, TopOfImageCardComponent, CoveringImageCardComponent, SociaIconsComponent, CardSkeletonLoaderComponent] }); }
|
15
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.1.4", ngImport: i0, type: SimpoElementsModule, imports: [ButtonElementComponent, TextElementComponent, BelowImageCardComponent, TopOfImageCardComponent, CoveringImageCardComponent, HeadingElementComponent, SimpoButtonComponent, SociaIconsComponent, CardSkeletonLoaderComponent, SvgDividerComponent], exports: [ButtonElementComponent, TextElementComponent, BelowImageCardComponent, TopOfImageCardComponent, CoveringImageCardComponent, HeadingElementComponent, SimpoButtonComponent, SociaIconsComponent, CardSkeletonLoaderComponent, SvgDividerComponent] }); }
|
16
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.1.4", ngImport: i0, type: SimpoElementsModule, imports: [ButtonElementComponent, TextElementComponent, BelowImageCardComponent, TopOfImageCardComponent, CoveringImageCardComponent, SociaIconsComponent, CardSkeletonLoaderComponent, SvgDividerComponent] }); }
|
16
17
|
}
|
17
18
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.4", ngImport: i0, type: SimpoElementsModule, decorators: [{
|
18
19
|
type: NgModule,
|
19
20
|
args: [{
|
20
|
-
imports: [ButtonElementComponent, TextElementComponent, BelowImageCardComponent, TopOfImageCardComponent, CoveringImageCardComponent, HeadingElementComponent, SimpoButtonComponent, SociaIconsComponent, CardSkeletonLoaderComponent],
|
21
|
-
exports: [ButtonElementComponent, TextElementComponent, BelowImageCardComponent, TopOfImageCardComponent, CoveringImageCardComponent, HeadingElementComponent, SimpoButtonComponent, SociaIconsComponent, CardSkeletonLoaderComponent],
|
21
|
+
imports: [ButtonElementComponent, TextElementComponent, BelowImageCardComponent, TopOfImageCardComponent, CoveringImageCardComponent, HeadingElementComponent, SimpoButtonComponent, SociaIconsComponent, CardSkeletonLoaderComponent, SvgDividerComponent],
|
22
|
+
exports: [ButtonElementComponent, TextElementComponent, BelowImageCardComponent, TopOfImageCardComponent, CoveringImageCardComponent, HeadingElementComponent, SimpoButtonComponent, SociaIconsComponent, CardSkeletonLoaderComponent, SvgDividerComponent],
|
22
23
|
}]
|
23
24
|
}] });
|
24
|
-
//# sourceMappingURL=data:application/json;base64,
|
25
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9zaW1wby11aS9zcmMvbGliL2VsZW1lbnRzL2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDekMsT0FBTyxFQUFFLHNCQUFzQixFQUFFLE1BQU0sMkJBQTJCLENBQUM7QUFDbkUsT0FBTyxFQUFFLG9CQUFvQixFQUFFLE1BQU0sdUJBQXVCLENBQUM7QUFDN0QsT0FBTyxFQUFFLHVCQUF1QixFQUFFLE1BQU0sK0NBQStDLENBQUM7QUFDeEYsT0FBTyxFQUFFLHVCQUF1QixFQUFFLE1BQU0saURBQWlELENBQUM7QUFDMUYsT0FBTyxFQUFFLDBCQUEwQixFQUFFLE1BQU0scURBQXFELENBQUM7QUFDakcsT0FBTyxFQUFFLHVCQUF1QixFQUFFLE1BQU0sNkNBQTZDLENBQUM7QUFDdEYsT0FBTyxFQUFFLG9CQUFvQixFQUFFLE1BQU0sdUNBQXVDLENBQUM7QUFDN0UsT0FBTyxFQUFFLG1CQUFtQixFQUFFLE1BQU0scUNBQXFDLENBQUM7QUFDMUUsT0FBTyxFQUFFLDJCQUEyQixFQUFFLE1BQU0sdURBQXVELENBQUM7QUFDcEcsT0FBTyxFQUFFLG1CQUFtQixFQUFFLE1BQU0scUNBQXFDLENBQUM7O0FBTTFFLE1BQU0sT0FBTyxtQkFBbUI7OEdBQW5CLG1CQUFtQjsrR0FBbkIsbUJBQW1CLFlBSHBCLHNCQUFzQixFQUFFLG9CQUFvQixFQUFFLHVCQUF1QixFQUFFLHVCQUF1QixFQUFFLDBCQUEwQixFQUFFLHVCQUF1QixFQUFDLG9CQUFvQixFQUFDLG1CQUFtQixFQUFFLDJCQUEyQixFQUFFLG1CQUFtQixhQUM5TyxzQkFBc0IsRUFBRSxvQkFBb0IsRUFBRSx1QkFBdUIsRUFBRSx1QkFBdUIsRUFBRSwwQkFBMEIsRUFBRSx1QkFBdUIsRUFBQyxvQkFBb0IsRUFBQyxtQkFBbUIsRUFBRSwyQkFBMkIsRUFBRSxtQkFBbUI7K0dBRTdPLG1CQUFtQixZQUhwQixzQkFBc0IsRUFBRSxvQkFBb0IsRUFBRSx1QkFBdUIsRUFBRSx1QkFBdUIsRUFBRSwwQkFBMEIsRUFBK0MsbUJBQW1CLEVBQUUsMkJBQTJCLEVBQUUsbUJBQW1COzsyRkFHN08sbUJBQW1CO2tCQUovQixRQUFRO21CQUFDO29CQUNSLE9BQU8sRUFBRSxDQUFDLHNCQUFzQixFQUFFLG9CQUFvQixFQUFFLHVCQUF1QixFQUFFLHVCQUF1QixFQUFFLDBCQUEwQixFQUFFLHVCQUF1QixFQUFDLG9CQUFvQixFQUFDLG1CQUFtQixFQUFFLDJCQUEyQixFQUFFLG1CQUFtQixDQUFDO29CQUN6UCxPQUFPLEVBQUUsQ0FBQyxzQkFBc0IsRUFBRSxvQkFBb0IsRUFBRSx1QkFBdUIsRUFBRSx1QkFBdUIsRUFBRSwwQkFBMEIsRUFBRSx1QkFBdUIsRUFBQyxvQkFBb0IsRUFBQyxtQkFBbUIsRUFBRSwyQkFBMkIsRUFBRSxtQkFBbUIsQ0FBQztpQkFDMVAiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBOZ01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xyXG5pbXBvcnQgeyBCdXR0b25FbGVtZW50Q29tcG9uZW50IH0gZnJvbSAnLi9idXR0b24vYnV0dG9uLmNvbXBvbmVudCc7XHJcbmltcG9ydCB7IFRleHRFbGVtZW50Q29tcG9uZW50IH0gZnJvbSAnLi90ZXh0L3RleHQuY29tcG9uZW50JztcclxuaW1wb3J0IHsgQmVsb3dJbWFnZUNhcmRDb21wb25lbnQgfSBmcm9tICcuL2JlbG93LWltYWdlLWNhcmQvYmVsb3ctaW1hZ2UtY2FyZC5jb21wb25lbnQnO1xyXG5pbXBvcnQgeyBUb3BPZkltYWdlQ2FyZENvbXBvbmVudCB9IGZyb20gJy4vdG9wLW9mLWltYWdlLWNhcmQvdG9wLW9mLWltYWdlLWNhcmQuY29tcG9uZW50JztcclxuaW1wb3J0IHsgQ292ZXJpbmdJbWFnZUNhcmRDb21wb25lbnQgfSBmcm9tICcuL2NvdmVyaW5nLWltYWdlLWNhcmQvY292ZXJpbmctaW1hZ2UtY2FyZC5jb21wb25lbnQnO1xyXG5pbXBvcnQgeyBIZWFkaW5nRWxlbWVudENvbXBvbmVudCB9IGZyb20gJy4vaGVhZGluZy1lbGVtZW50L2hlYWRpbmctZWxlbWVudC5jb21wb25lbnQnO1xyXG5pbXBvcnQgeyBTaW1wb0J1dHRvbkNvbXBvbmVudCB9IGZyb20gJy4vc2ltcG8tYnV0dG9uL3NpbXBvLWJ1dHRvbi5jb21wb25lbnQnO1xyXG5pbXBvcnQgeyBTb2NpYUljb25zQ29tcG9uZW50IH0gZnJvbSAnLi9zb2NpYS1pY29ucy9zb2NpYS1pY29ucy5jb21wb25lbnQnO1xyXG5pbXBvcnQgeyBDYXJkU2tlbGV0b25Mb2FkZXJDb21wb25lbnQgfSBmcm9tICcuL2NhcmQtc2tlbGV0b24tbG9hZGVyL2NhcmQtc2tlbGV0b24tbG9hZGVyLmNvbXBvbmVudCc7XHJcbmltcG9ydCB7IFN2Z0RpdmlkZXJDb21wb25lbnQgfSBmcm9tICcuL3N2Zy1kaXZpZGVyL3N2Zy1kaXZpZGVyLmNvbXBvbmVudCc7XHJcblxyXG5ATmdNb2R1bGUoe1xyXG4gIGltcG9ydHM6IFtCdXR0b25FbGVtZW50Q29tcG9uZW50LCBUZXh0RWxlbWVudENvbXBvbmVudCwgQmVsb3dJbWFnZUNhcmRDb21wb25lbnQsIFRvcE9mSW1hZ2VDYXJkQ29tcG9uZW50LCBDb3ZlcmluZ0ltYWdlQ2FyZENvbXBvbmVudCwgSGVhZGluZ0VsZW1lbnRDb21wb25lbnQsU2ltcG9CdXR0b25Db21wb25lbnQsU29jaWFJY29uc0NvbXBvbmVudCwgQ2FyZFNrZWxldG9uTG9hZGVyQ29tcG9uZW50LCBTdmdEaXZpZGVyQ29tcG9uZW50XSxcclxuICBleHBvcnRzOiBbQnV0dG9uRWxlbWVudENvbXBvbmVudCwgVGV4dEVsZW1lbnRDb21wb25lbnQsIEJlbG93SW1hZ2VDYXJkQ29tcG9uZW50LCBUb3BPZkltYWdlQ2FyZENvbXBvbmVudCwgQ292ZXJpbmdJbWFnZUNhcmRDb21wb25lbnQsIEhlYWRpbmdFbGVtZW50Q29tcG9uZW50LFNpbXBvQnV0dG9uQ29tcG9uZW50LFNvY2lhSWNvbnNDb21wb25lbnQsIENhcmRTa2VsZXRvbkxvYWRlckNvbXBvbmVudCwgU3ZnRGl2aWRlckNvbXBvbmVudF0sXHJcbn0pXHJcbmV4cG9ydCBjbGFzcyBTaW1wb0VsZW1lbnRzTW9kdWxlIHsgfVxyXG4iXX0=
|
@@ -0,0 +1,29 @@
|
|
1
|
+
import { Component, Input } from '@angular/core';
|
2
|
+
import { DeviderType, svgData } from '../../styles/index';
|
3
|
+
import { CommonModule } from '@angular/common';
|
4
|
+
import * as i0 from "@angular/core";
|
5
|
+
export class SvgDividerComponent {
|
6
|
+
constructor() {
|
7
|
+
this.deviderTypeEnum = DeviderType;
|
8
|
+
this.svgData = svgData;
|
9
|
+
this.dividerType = this.deviderTypeEnum.TILT;
|
10
|
+
this.svgType = svgData.TILT;
|
11
|
+
}
|
12
|
+
ngOnInit() {
|
13
|
+
this.svgType = svgData[this.dividerType || DeviderType.TILT];
|
14
|
+
}
|
15
|
+
ngOnChanges() {
|
16
|
+
this.svgType = svgData[this.dividerType || DeviderType.TILT];
|
17
|
+
}
|
18
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.4", ngImport: i0, type: SvgDividerComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
19
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.1.4", type: SvgDividerComponent, isStandalone: true, selector: "simpo-svg-divider", inputs: { dividerType: "dividerType", color: "color" }, usesOnChanges: true, ngImport: i0, template: "<div class=\"custom-shape-divider-bottom\" [style.transform]=\"svgType.rotate ? 'rotate(180deg)' : ''\">\r\n <svg [attr.fill]=\"color\" [style.transform]=\"svgType.rotateY ? 'rotateY(180deg)' : ''\" data-name=\"Layer 1\"\r\n xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1200 120\" preserveAspectRatio=\"none\">\r\n <path [attr.d]=\"svgType.svg\" class=\"shape-fill\"></path>\r\n </svg>\r\n</div>\r\n", styles: [".custom-shape-divider-bottom{position:absolute;bottom:0;left:0;width:100%;overflow:hidden;line-height:0}.custom-shape-divider-bottom svg{position:relative;display:block;width:calc(100% + 1.3px);height:48px}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }] }); }
|
20
|
+
}
|
21
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.4", ngImport: i0, type: SvgDividerComponent, decorators: [{
|
22
|
+
type: Component,
|
23
|
+
args: [{ selector: 'simpo-svg-divider', standalone: true, imports: [CommonModule], template: "<div class=\"custom-shape-divider-bottom\" [style.transform]=\"svgType.rotate ? 'rotate(180deg)' : ''\">\r\n <svg [attr.fill]=\"color\" [style.transform]=\"svgType.rotateY ? 'rotateY(180deg)' : ''\" data-name=\"Layer 1\"\r\n xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1200 120\" preserveAspectRatio=\"none\">\r\n <path [attr.d]=\"svgType.svg\" class=\"shape-fill\"></path>\r\n </svg>\r\n</div>\r\n", styles: [".custom-shape-divider-bottom{position:absolute;bottom:0;left:0;width:100%;overflow:hidden;line-height:0}.custom-shape-divider-bottom svg{position:relative;display:block;width:calc(100% + 1.3px);height:48px}\n"] }]
|
24
|
+
}], propDecorators: { dividerType: [{
|
25
|
+
type: Input
|
26
|
+
}], color: [{
|
27
|
+
type: Input
|
28
|
+
}] } });
|
29
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic3ZnLWRpdmlkZXIuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvc2ltcG8tdWkvc3JjL2xpYi9lbGVtZW50cy9zdmctZGl2aWRlci9zdmctZGl2aWRlci5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9zaW1wby11aS9zcmMvbGliL2VsZW1lbnRzL3N2Zy1kaXZpZGVyL3N2Zy1kaXZpZGVyLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsS0FBSyxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ2pELE9BQU8sRUFBRSxXQUFXLEVBQUUsT0FBTyxFQUFFLE1BQU0sb0JBQW9CLENBQUM7QUFDMUQsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDOztBQVMvQyxNQUFNLE9BQU8sbUJBQW1CO0lBUGhDO1FBUUUsb0JBQWUsR0FBRyxXQUFXLENBQUM7UUFDOUIsWUFBTyxHQUFHLE9BQU8sQ0FBQTtRQUVSLGdCQUFXLEdBQWlCLElBQUksQ0FBQyxlQUFlLENBQUMsSUFBSSxDQUFDO1FBRy9ELFlBQU8sR0FBUSxPQUFPLENBQUMsSUFBSSxDQUFDO0tBUTdCO0lBUEMsUUFBUTtRQUNOLElBQUksQ0FBQyxPQUFPLEdBQUcsT0FBTyxDQUFDLElBQUksQ0FBQyxXQUFXLElBQUksV0FBVyxDQUFDLElBQUksQ0FBQyxDQUFDO0lBQy9ELENBQUM7SUFFRCxXQUFXO1FBQ1QsSUFBSSxDQUFDLE9BQU8sR0FBRyxPQUFPLENBQUMsSUFBSSxDQUFDLFdBQVcsSUFBSSxXQUFXLENBQUMsSUFBSSxDQUFDLENBQUM7SUFDL0QsQ0FBQzs4R0FkVSxtQkFBbUI7a0dBQW5CLG1CQUFtQiwwSkNYaEMsK1pBTUEseVFEQ1ksWUFBWTs7MkZBSVgsbUJBQW1CO2tCQVAvQixTQUFTOytCQUNFLG1CQUFtQixjQUNqQixJQUFJLFdBQ1AsQ0FBQyxZQUFZLENBQUM7OEJBUWQsV0FBVztzQkFBbkIsS0FBSztnQkFDRyxLQUFLO3NCQUFiLEtBQUsiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIElucHV0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XHJcbmltcG9ydCB7IERldmlkZXJUeXBlLCBzdmdEYXRhIH0gZnJvbSAnLi4vLi4vc3R5bGVzL2luZGV4JztcclxuaW1wb3J0IHsgQ29tbW9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcclxuXHJcbkBDb21wb25lbnQoe1xyXG4gIHNlbGVjdG9yOiAnc2ltcG8tc3ZnLWRpdmlkZXInLFxyXG4gIHN0YW5kYWxvbmU6IHRydWUsXHJcbiAgaW1wb3J0czogW0NvbW1vbk1vZHVsZV0sXHJcbiAgdGVtcGxhdGVVcmw6ICcuL3N2Zy1kaXZpZGVyLmNvbXBvbmVudC5odG1sJyxcclxuICBzdHlsZVVybDogJy4vc3ZnLWRpdmlkZXIuY29tcG9uZW50LmNzcydcclxufSlcclxuZXhwb3J0IGNsYXNzIFN2Z0RpdmlkZXJDb21wb25lbnQge1xyXG4gIGRldmlkZXJUeXBlRW51bSA9IERldmlkZXJUeXBlO1xyXG4gIHN2Z0RhdGEgPSBzdmdEYXRhXHJcblxyXG4gIEBJbnB1dCgpIGRpdmlkZXJUeXBlPzogRGV2aWRlclR5cGUgPSB0aGlzLmRldmlkZXJUeXBlRW51bS5USUxUO1xyXG4gIEBJbnB1dCgpIGNvbG9yPzogc3RyaW5nO1xyXG5cclxuICBzdmdUeXBlOiBhbnkgPSBzdmdEYXRhLlRJTFQ7XHJcbiAgbmdPbkluaXQoKSB7XHJcbiAgICB0aGlzLnN2Z1R5cGUgPSBzdmdEYXRhW3RoaXMuZGl2aWRlclR5cGUgfHwgRGV2aWRlclR5cGUuVElMVF07XHJcbiAgfVxyXG5cclxuICBuZ09uQ2hhbmdlcygpIHtcclxuICAgIHRoaXMuc3ZnVHlwZSA9IHN2Z0RhdGFbdGhpcy5kaXZpZGVyVHlwZSB8fCBEZXZpZGVyVHlwZS5USUxUXTtcclxuICB9XHJcbn1cclxuIiwiPGRpdiBjbGFzcz1cImN1c3RvbS1zaGFwZS1kaXZpZGVyLWJvdHRvbVwiIFtzdHlsZS50cmFuc2Zvcm1dPVwic3ZnVHlwZS5yb3RhdGUgPyAncm90YXRlKDE4MGRlZyknIDogJydcIj5cclxuICA8c3ZnIFthdHRyLmZpbGxdPVwiY29sb3JcIiBbc3R5bGUudHJhbnNmb3JtXT1cInN2Z1R5cGUucm90YXRlWSA/ICdyb3RhdGVZKDE4MGRlZyknIDogJydcIiBkYXRhLW5hbWU9XCJMYXllciAxXCJcclxuICAgIHhtbG5zPVwiaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmdcIiB2aWV3Qm94PVwiMCAwIDEyMDAgMTIwXCIgcHJlc2VydmVBc3BlY3RSYXRpbz1cIm5vbmVcIj5cclxuICAgIDxwYXRoIFthdHRyLmRdPVwic3ZnVHlwZS5zdmdcIiBjbGFzcz1cInNoYXBlLWZpbGxcIj48L3BhdGg+XHJcbiAgPC9zdmc+XHJcbjwvZGl2PlxyXG4iXX0=
|
@@ -8,14 +8,14 @@ export class TextElementComponent {
|
|
8
8
|
this.textLabel = '';
|
9
9
|
}
|
10
10
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.4", ngImport: i0, type: TextElementComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
11
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.1.4", type: TextElementComponent, isStandalone: true, selector: "simpo-text-element", inputs: { textData: "textData", textLabel: "textLabel" }, ngImport: i0, template: "<div [innerHTML]=\"textData\" style=\"text-wrap: balance;\" [ngClass]=\"textLabel === 'Heading' ? '
|
11
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.1.4", type: TextElementComponent, isStandalone: true, selector: "simpo-text-element", inputs: { textData: "textData", textLabel: "textLabel" }, ngImport: i0, template: "<div [innerHTML]=\"textData\" style=\"text-wrap: balance;\" [ngClass]=\"textLabel === 'Heading' ? 'content-side' : 'body-large'\"></div>\r\n", styles: [""], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }] }); }
|
12
12
|
}
|
13
13
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.4", ngImport: i0, type: TextElementComponent, decorators: [{
|
14
14
|
type: Component,
|
15
|
-
args: [{ selector: 'simpo-text-element', standalone: true, imports: [CommonModule], template: "<div [innerHTML]=\"textData\" style=\"text-wrap: balance;\" [ngClass]=\"textLabel === 'Heading' ? '
|
15
|
+
args: [{ selector: 'simpo-text-element', standalone: true, imports: [CommonModule], template: "<div [innerHTML]=\"textData\" style=\"text-wrap: balance;\" [ngClass]=\"textLabel === 'Heading' ? 'content-side' : 'body-large'\"></div>\r\n" }]
|
16
16
|
}], propDecorators: { textData: [{
|
17
17
|
type: Input
|
18
18
|
}], textLabel: [{
|
19
19
|
type: Input
|
20
20
|
}] } });
|
21
|
-
//# sourceMappingURL=data:application/json;base64,
|
21
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGV4dC5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9zaW1wby11aS9zcmMvbGliL2VsZW1lbnRzL3RleHQvdGV4dC5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9zaW1wby11aS9zcmMvbGliL2VsZW1lbnRzL3RleHQvdGV4dC5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDL0MsT0FBTyxFQUFFLFNBQVMsRUFBRSxLQUFLLEVBQUUsTUFBTSxlQUFlLENBQUM7OztBQVNqRCxNQUFNLE9BQU8sb0JBQW9CO0lBUGpDO1FBUVcsYUFBUSxHQUFZLEVBQUUsQ0FBQztRQUN2QixjQUFTLEdBQVksRUFBRSxDQUFBO0tBQ2pDOzhHQUhZLG9CQUFvQjtrR0FBcEIsb0JBQW9CLHdJQ1ZqQyw4SUFDQSx5RERLWSxZQUFZOzsyRkFJWCxvQkFBb0I7a0JBUGhDLFNBQVM7K0JBQ0Usb0JBQW9CLGNBQ2xCLElBQUksV0FDUCxDQUFDLFlBQVksQ0FBQzs4QkFLZCxRQUFRO3NCQUFoQixLQUFLO2dCQUNHLFNBQVM7c0JBQWpCLEtBQUsiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xyXG5pbXBvcnQgeyBDb21wb25lbnQsIElucHV0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XHJcblxyXG5AQ29tcG9uZW50KHtcclxuICBzZWxlY3RvcjogJ3NpbXBvLXRleHQtZWxlbWVudCcsXHJcbiAgc3RhbmRhbG9uZTogdHJ1ZSxcclxuICBpbXBvcnRzOiBbQ29tbW9uTW9kdWxlXSxcclxuICB0ZW1wbGF0ZVVybDogJy4vdGV4dC5jb21wb25lbnQuaHRtbCcsXHJcbiAgc3R5bGVVcmw6ICcuL3RleHQuY29tcG9uZW50LmNzcycsXHJcbn0pXHJcbmV4cG9ydCBjbGFzcyBUZXh0RWxlbWVudENvbXBvbmVudCB7XHJcbiAgQElucHV0KCkgdGV4dERhdGE/OiBzdHJpbmcgPSAnJztcclxuICBASW5wdXQoKSB0ZXh0TGFiZWw/OiBzdHJpbmcgPSAnJ1xyXG59XHJcbiIsIjxkaXYgW2lubmVySFRNTF09XCJ0ZXh0RGF0YVwiIHN0eWxlPVwidGV4dC13cmFwOiBiYWxhbmNlO1wiIFtuZ0NsYXNzXT1cInRleHRMYWJlbCA9PT0gJ0hlYWRpbmcnID8gJ2NvbnRlbnQtc2lkZScgOiAnYm9keS1sYXJnZSdcIj48L2Rpdj5cclxuIl19
|