simpo-component-library 2.0.67 → 2.0.81

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 (39) hide show
  1. package/esm2022/lib/ecommerce/sections/authenticate-user/authenticate-user.component.mjs +2 -2
  2. package/esm2022/lib/ecommerce/sections/category-product/category-product.component.mjs +2 -2
  3. package/esm2022/lib/ecommerce/sections/checkout/checkout.component.mjs +2 -2
  4. package/esm2022/lib/ecommerce/sections/customer-review/customer-review.component.mjs +2 -2
  5. package/esm2022/lib/ecommerce/sections/featured-category/featured-category.component.mjs +4 -4
  6. package/esm2022/lib/ecommerce/sections/featured-category/featured-collection.component.mjs +4 -4
  7. package/esm2022/lib/ecommerce/sections/featured-products/featured-products.component.mjs +2 -2
  8. package/esm2022/lib/ecommerce/sections/product-category-list/product-category-list.component.mjs +2 -2
  9. package/esm2022/lib/ecommerce/sections/product-desc/product-desc.component.mjs +2 -2
  10. package/esm2022/lib/elements/svg-divider/svg-divider.component.mjs +2 -2
  11. package/esm2022/lib/elements/text/text.component.mjs +3 -3
  12. package/esm2022/lib/sections/banner-grid-section/banner-grid-section.component.mjs +2 -2
  13. package/esm2022/lib/sections/blog-list/blog-list.component.mjs +2 -2
  14. package/esm2022/lib/sections/carousel-banner/carousel-banner.component.mjs +2 -2
  15. package/esm2022/lib/sections/choose-us-section/choose-us-section.component.mjs +2 -2
  16. package/esm2022/lib/sections/faq-section/faq-section.component.mjs +4 -4
  17. package/esm2022/lib/sections/features-section/features-section.component.mjs +4 -4
  18. package/esm2022/lib/sections/image-carousel-section/image-carousel-section.component.mjs +3 -3
  19. package/esm2022/lib/sections/image-grid-section/image-grid-section.component.mjs +3 -3
  20. package/esm2022/lib/sections/image-section/image-section.component.mjs +3 -3
  21. package/esm2022/lib/sections/location-section/location-section.component.mjs +3 -3
  22. package/esm2022/lib/sections/logo-showcase/logo-showcase.component.mjs +3 -3
  23. package/esm2022/lib/sections/pricing-section/pricing-section.component.mjs +4 -4
  24. package/esm2022/lib/sections/process-modern/process-modern.component.mjs +3 -3
  25. package/esm2022/lib/sections/recent-blog-post-section/recent-blog-post-section.component.mjs +4 -4
  26. package/esm2022/lib/sections/service-section/service-section.component.mjs +3 -3
  27. package/esm2022/lib/sections/team-member-section/team-member-section.component.mjs +3 -3
  28. package/esm2022/lib/sections/testimonial-fullwidth/testimonial-fullwidth.component.mjs +3 -3
  29. package/esm2022/lib/sections/testimonial-video/testimonial-video.component.mjs +3 -3
  30. package/esm2022/lib/sections/text-section/text-section.component.mjs +3 -3
  31. package/esm2022/lib/sections/video-section/video-section.component.mjs +3 -3
  32. package/fesm2022/simpo-component-library.mjs +68 -69
  33. package/fesm2022/simpo-component-library.mjs.map +1 -1
  34. package/lib/sections/banner-carousel/banner-carousel.component.d.ts +3 -3
  35. package/lib/sections/carousel-banner/carousel-banner.component.d.ts +1 -1
  36. package/lib/sections/logo-showcase/logo-showcase.component.d.ts +1 -1
  37. package/package.json +1 -1
  38. package/simpo-component-library-2.0.81.tgz +0 -0
  39. package/simpo-component-library-2.0.67.tgz +0 -0
@@ -23,10 +23,10 @@ export declare class BannerCarouselComponent extends BaseSection implements OnIn
23
23
  constructor(_eventService: EventsService);
24
24
  ngOnInit(): void;
25
25
  get stylesLayout(): LayOutModel;
26
- get getBlurValue(): "LIGHT" | "MODERATE" | "STRONG" | "VERY_STRONG" | "NONE" | undefined;
26
+ get getBlurValue(): "NONE" | "LIGHT" | "MODERATE" | "STRONG" | "VERY_STRONG" | undefined;
27
27
  get getBackgroundColor(): BackgroundModel;
28
- get getBackgroundOpacity(): "0.7" | "0.5" | "0.3" | "0.2" | "0";
29
- opacityValue(value: OverlayValue): "0.7" | "0.5" | "0.3" | "0.2" | "0";
28
+ get getBackgroundOpacity(): "0" | "0.7" | "0.5" | "0.3" | "0.2";
29
+ opacityValue(value: OverlayValue): "0" | "0.7" | "0.5" | "0.3" | "0.2";
30
30
  editSection(): void;
31
31
  static ɵfac: i0.ɵɵFactoryDeclaration<BannerCarouselComponent, never>;
32
32
  static ɵcmp: i0.ɵɵComponentDeclaration<BannerCarouselComponent, "simpo-banner-carousel", never, { "data": { "alias": "data"; "required": false; }; "index": { "alias": "index"; "required": false; }; "edit": { "alias": "edit"; "required": false; }; "delete": { "alias": "delete"; "required": false; }; "customClass": { "alias": "customClass"; "required": false; }; "nextComponentColor": { "alias": "nextComponentColor"; "required": false; }; }, {}, never, never, true, never>;
@@ -25,7 +25,7 @@ export declare class CarouselBannerComponent extends BaseSection implements OnIn
25
25
  get canMergeNavbar(): boolean | undefined;
26
26
  get isBorderlessImage(): boolean | undefined;
27
27
  get getPositionLayout(): PositionLayoutModal;
28
- opacityValue(value: OverlayValue): "0.7" | "0.5" | "0.3" | "0.2" | "0";
28
+ opacityValue(value: OverlayValue): "0" | "0.7" | "0.5" | "0.3" | "0.2";
29
29
  editSection(): void;
30
30
  static ɵfac: i0.ɵɵFactoryDeclaration<CarouselBannerComponent, never>;
31
31
  static ɵcmp: i0.ɵɵComponentDeclaration<CarouselBannerComponent, "simpo-carousel-banner", never, { "data": { "alias": "data"; "required": false; }; "index": { "alias": "index"; "required": false; }; "edit": { "alias": "edit"; "required": false; }; "delete": { "alias": "delete"; "required": false; }; "customClass": { "alias": "customClass"; "required": false; }; "nextComponentColor": { "alias": "nextComponentColor"; "required": false; }; }, {}, never, never, true, never>;
@@ -23,7 +23,7 @@ export declare class LogoShowcaseComponent extends BaseSection implements OnInit
23
23
  constructor(_eventService: EventsService);
24
24
  ngOnInit(): void;
25
25
  get animationDuration(): logoSpeed;
26
- get animationDirection(): "reverse" | "normal" | logoDirection.Left;
26
+ get animationDirection(): logoDirection.Left | "reverse" | "normal";
27
27
  screenWidth: number;
28
28
  getScreenSize(event?: number): void;
29
29
  editSection(): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "simpo-component-library",
3
- "version": "2.0.67",
3
+ "version": "2.0.81",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.2.0",
6
6
  "@angular/core": "^17.2.0",
Binary file