simpo-component-library 2.1.692 → 2.1.694

Sign up to get free protection for your applications and to get access to all the features.
@@ -3,7 +3,7 @@ import { EventsService } from '../../services/events.service';
3
3
  import BaseSection from '../BaseSection';
4
4
  import { RecentBlogPostSectionModel, RecentBlogPostContentModel, BannerGridStylesModel } from './recent-blog-post-section.model';
5
5
  import { SPACING } from '../../styles/index';
6
- import { BackgroundModel, ButtonModel } from '../../styles/style.model';
6
+ import { BackgroundModel, ButtonModel, LayOutModel } from '../../styles/style.model';
7
7
  import * as i0 from "@angular/core";
8
8
  export declare class RecentBlogPostSectionComponent extends BaseSection implements OnInit {
9
9
  private _eventService;
@@ -20,6 +20,7 @@ export declare class RecentBlogPostSectionComponent extends BaseSection implemen
20
20
  constructor(_eventService: EventsService);
21
21
  ngOnInit(): void;
22
22
  get headingSpace(): SPACING;
23
+ get stylesLayout(): LayOutModel;
23
24
  getSliceParameters(): number[];
24
25
  getBlogById(blogId: any): void;
25
26
  openBlogList(): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "simpo-component-library",
3
- "version": "2.1.692",
3
+ "version": "2.1.694",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.2.0",
6
6
  "@angular/core": "^17.2.0",
Binary file