simpo-component-library 1.5.50 → 1.5.51

Sign up to get free protection for your applications and to get access to all the features.
@@ -7,6 +7,7 @@ import { MatDialog } from '@angular/material/dialog';
7
7
  import { CookieService } from 'ngx-cookie-service';
8
8
  import { StorageServiceService } from '../../services/storage.service';
9
9
  import { MatBottomSheet } from '@angular/material/bottom-sheet';
10
+ import { ProductCardTheme } from '../../styles/index';
10
11
  import * as i0 from "@angular/core";
11
12
  export declare class NavbarSectionComponent implements OnInit {
12
13
  private readonly _eventService;
@@ -27,6 +28,7 @@ export declare class NavbarSectionComponent implements OnInit {
27
28
  action?: ActionModel;
28
29
  color: string;
29
30
  searchText: string;
31
+ theme: typeof ProductCardTheme;
30
32
  constructor(_eventService: EventsService, router: Router, activatedRoute: ActivatedRoute, matDialog: MatDialog, bottomSheet: MatBottomSheet, cookieService: CookieService, storageService: StorageServiceService);
31
33
  searchProducts(): void;
32
34
  goToFav(): void;
@@ -1,4 +1,4 @@
1
- import { HeaderButtonStyle } from "./../../styles/index";
1
+ import { HeaderButtonStyle, ProductCardTheme } from "./../../styles/index";
2
2
  import { BackgroundModel, HeaderButtonStyleModel, InputTextModel, NavbarButton } from "../../styles/style.model";
3
3
  import { FooterLayoutModel, FooterLogoModel, FooterSocialLinkModel } from "../footer-section/footer-section.modal";
4
4
  import { ActionModel } from "../../styles/style.model";
@@ -26,4 +26,5 @@ export interface HeaderStyleModel {
26
26
  sticky?: boolean;
27
27
  navigationStyle: HeaderButtonStyle;
28
28
  navbarButtonStyle: HeaderButtonStyleModel;
29
+ theme: ProductCardTheme;
29
30
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "simpo-component-library",
3
- "version": "1.5.50",
3
+ "version": "1.5.51",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.2.0",
6
6
  "@angular/core": "^17.2.0",
Binary file
Binary file