simpo-component-library 2.1.695 → 2.1.697

Sign up to get free protection for your applications and to get access to all the features.
Files changed (23) hide show
  1. package/esm2022/lib/directive/spacing-horizontal.directive.mjs +9 -4
  2. package/esm2022/lib/ecommerce/sections/category-product/category-product.component.mjs +2 -2
  3. package/esm2022/lib/ecommerce/sections/featured-category/featured-category.component.mjs +2 -2
  4. package/esm2022/lib/ecommerce/sections/featured-category/featured-collection.component.mjs +2 -2
  5. package/esm2022/lib/ecommerce/sections/featured-products/featured-products.component.mjs +2 -2
  6. package/esm2022/lib/ecommerce/sections/user-profile/user-profile.component.mjs +2 -2
  7. package/esm2022/lib/sections/banner-section/banner-section.component.mjs +2 -2
  8. package/esm2022/lib/sections/blog-list/blog-list.component.mjs +1 -1
  9. package/esm2022/lib/sections/choose-us-section/choose-us-section.component.mjs +1 -1
  10. package/esm2022/lib/sections/faq-section/faq-section.component.mjs +1 -1
  11. package/esm2022/lib/sections/footer-section/footer-section.component.mjs +1 -1
  12. package/esm2022/lib/sections/navbar-section/navbar-section.component.mjs +3 -3
  13. package/esm2022/lib/sections/property-list/property-list.component.mjs +1 -1
  14. package/esm2022/lib/sections/recent-blog-post-section/recent-blog-post-section.component.mjs +1 -1
  15. package/esm2022/lib/sections/service-section/service-section.component.mjs +2 -2
  16. package/esm2022/lib/sections/text-section/text-section.component.mjs +1 -1
  17. package/esm2022/lib/sections/usp-video-section/usp-video-section.component.mjs +10 -4
  18. package/fesm2022/simpo-component-library.mjs +30 -22
  19. package/fesm2022/simpo-component-library.mjs.map +1 -1
  20. package/lib/directive/spacing-horizontal.directive.d.ts +2 -1
  21. package/package.json +1 -1
  22. package/simpo-component-library-2.1.697.tgz +0 -0
  23. package/simpo-component-library-2.1.695.tgz +0 -0
@@ -7,6 +7,7 @@ export declare class SpacingHorizontalDirective {
7
7
  private el;
8
8
  private eventService;
9
9
  layout?: LayOutModel;
10
+ isHeader?: boolean;
10
11
  constructor(el: ElementRef, eventService: EventsService);
11
12
  ngOnChanges(): void;
12
13
  ngOnDestroy(): void;
@@ -14,5 +15,5 @@ export declare class SpacingHorizontalDirective {
14
15
  positionLayoutSubscription?: Subscription;
15
16
  positionLayoutChangeCheck(): void;
16
17
  static ɵfac: i0.ɵɵFactoryDeclaration<SpacingHorizontalDirective, never>;
17
- static ɵdir: i0.ɵɵDirectiveDeclaration<SpacingHorizontalDirective, "[spacingHorizontal]", never, { "layout": { "alias": "spacingHorizontal"; "required": false; }; }, {}, never, never, true, never>;
18
+ static ɵdir: i0.ɵɵDirectiveDeclaration<SpacingHorizontalDirective, "[spacingHorizontal]", never, { "layout": { "alias": "spacingHorizontal"; "required": false; }; "isHeader": { "alias": "isHeader"; "required": false; }; }, {}, never, never, true, never>;
18
19
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "simpo-component-library",
3
- "version": "2.1.695",
3
+ "version": "2.1.697",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.2.0",
6
6
  "@angular/core": "^17.2.0",
Binary file