ctt-babylon 0.12.29 → 0.12.30

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.
@@ -1,4 +1,5 @@
1
1
  import { BabylonImageI, BabylonItemI } from '../../../../interfaces';
2
+ import { BabylonStyleGlobalItem } from '../../../../interfaces/babylon-style.interface';
2
3
  import * as i0 from "@angular/core";
3
4
  export interface LisC2ImgTxtCv4Button {
4
5
  label: string;
@@ -18,9 +19,10 @@ export interface LisC2ImgTxtCv4Content {
18
19
  }
19
20
  export declare class LisC2ImgTxtCv4Component {
20
21
  items?: BabylonItemI[];
22
+ styles?: BabylonStyleGlobalItem;
21
23
  tagName: string;
22
24
  trackByCard(index: number, card: LisC2ImgTxtCv4Card): string;
23
25
  getFirstImageByTag(tagName: string, images: BabylonImageI[]): BabylonImageI | undefined;
24
26
  static ɵfac: i0.ɵɵFactoryDeclaration<LisC2ImgTxtCv4Component, never>;
25
- static ɵcmp: i0.ɵɵComponentDeclaration<LisC2ImgTxtCv4Component, "lis-c2-img-txt-cv4", never, { "items": { "alias": "items"; "required": false; }; }, {}, never, never, true, never>;
27
+ static ɵcmp: i0.ɵɵComponentDeclaration<LisC2ImgTxtCv4Component, "lis-c2-img-txt-cv4", never, { "items": { "alias": "items"; "required": false; }; "styles": { "alias": "styles"; "required": false; }; }, {}, never, never, true, never>;
26
28
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ctt-babylon",
3
- "version": "0.12.29",
3
+ "version": "0.12.30",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.3.8",
6
6
  "@angular/core": "^17.3.8",