simpo-component-library 3.6.732 → 3.6.734

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.
@@ -35,6 +35,7 @@ export interface HeaderStyleModel {
35
35
  navbarButtonStyle: HeaderButtonStyleModel;
36
36
  styling: Header_Type;
37
37
  theme: ProductCardTheme;
38
+ showSearchBar: boolean;
38
39
  headline: {
39
40
  display: boolean;
40
41
  color: string;
@@ -20,6 +20,7 @@ export interface ImageGridStylesModel extends StylesModel {
20
20
  size: CARD_SIZE;
21
21
  gridStyle: GRID_STYLE;
22
22
  direction: "ROW" | "COLUMN";
23
+ mobileColumn: number;
23
24
  }
24
25
  export interface ImageGridItemModel {
25
26
  image: Image;
@@ -11,6 +11,7 @@ export declare class StorageServiceService {
11
11
  private readonly restService;
12
12
  private router;
13
13
  private platformId;
14
+ private dbReady;
14
15
  constructor(eventService: EventsService, cookieService: CookieService, restService: RestService, router: Router, platformId: Object);
15
16
  private totalCartItems;
16
17
  getCartTotalAmount: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "simpo-component-library",
3
- "version": "3.6.732",
3
+ "version": "3.6.734",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.2.0",
6
6
  "@angular/core": "^17.2.0",
Binary file