ctt-babylon 0.11.6 → 0.11.8

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.
@@ -0,0 +1,8 @@
1
+ import { BabylonButtonI } from '../../../interfaces';
2
+ import * as i0 from "@angular/core";
3
+ export declare class BabylonBreadcrumbV2Component {
4
+ links?: BabylonButtonI[];
5
+ linkClick(e: Event): void;
6
+ static ɵfac: i0.ɵɵFactoryDeclaration<BabylonBreadcrumbV2Component, never>;
7
+ static ɵcmp: i0.ɵɵComponentDeclaration<BabylonBreadcrumbV2Component, "lib-babylon-breadcrumb-v2", never, { "links": { "alias": "links"; "required": false; }; }, {}, never, never, true, never>;
8
+ }
@@ -0,0 +1 @@
1
+ export * from './babylon-breadcrumb-v2.component';
@@ -14,6 +14,7 @@ export * from './babylon-blog-details';
14
14
  export * from './babylon-blog-list';
15
15
  export * from './babylon-booking-widget';
16
16
  export * from './babylon-breadcrumb';
17
+ export * from './babylon-breadcrumb-v2';
17
18
  export * from './babylon-color-picker';
18
19
  export * from './babylon-comingsoon';
19
20
  export * from './babylon-contact-address';
@@ -82,6 +83,7 @@ export * from './babylon-language-modal';
82
83
  export * from './babylon-language-modal-v2';
83
84
  export * from './babylon-language-modal-v3';
84
85
  export * from './babylon-legal';
86
+ export * from './babylon-lis-c2-img-vid';
85
87
  export * from './babylon-lis-c2-txt';
86
88
  export * from './babylon-lis-c4-txt-ico';
87
89
  export * from './babylon-lis-svg-txt-cta';
@@ -144,4 +146,3 @@ export * from './babylon-top-slider-video-v2';
144
146
  export * from './babylon-variant-selector';
145
147
  export * from './babylon-webmap';
146
148
  export * from './babylon-webmap-v2';
147
- export * from './babylon-lis-c2-img-vid';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ctt-babylon",
3
- "version": "0.11.6",
3
+ "version": "0.11.8",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.3.8",
6
6
  "@angular/core": "^17.3.8",