@biggive/components-angular 202507281131.0.0 → 202508010940.0.0

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.
package/index.d.ts CHANGED
@@ -232,7 +232,7 @@ declare class BiggiveHeadingBanner {
232
232
  protected el: HTMLBiggiveHeadingBannerElement;
233
233
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
234
234
  static ɵfac: i0.ɵɵFactoryDeclaration<BiggiveHeadingBanner, never>;
235
- static ɵcmp: i0.ɵɵComponentDeclaration<BiggiveHeadingBanner, "biggive-heading-banner", never, { "backgroundColour": { "alias": "backgroundColour"; "required": true; }; "focalPoint": { "alias": "focalPoint"; "required": true; }; "height": { "alias": "height"; "required": false; }; "logo": { "alias": "logo"; "required": false; }; "mainImageUrl": { "alias": "mainImageUrl"; "required": true; }; "mainTitle": { "alias": "mainTitle"; "required": true; }; "slug": { "alias": "slug"; "required": false; }; "teaser": { "alias": "teaser"; "required": true; }; "textBackgroundColour": { "alias": "textBackgroundColour"; "required": true; }; "textColour": { "alias": "textColour"; "required": true; }; }, {}, never, ["*"], true, never>;
235
+ static ɵcmp: i0.ɵɵComponentDeclaration<BiggiveHeadingBanner, "biggive-heading-banner", never, { "backgroundColour": { "alias": "backgroundColour"; "required": true; }; "focalPoint": { "alias": "focalPoint"; "required": true; }; "height": { "alias": "height"; "required": false; }; "logo": { "alias": "logo"; "required": false; }; "mainImageUrl": { "alias": "mainImageUrl"; "required": true; }; "mainTitle": { "alias": "mainTitle"; "required": true; }; "mainTitleColour": { "alias": "mainTitleColour"; "required": true; }; "slug": { "alias": "slug"; "required": false; }; "slugColour": { "alias": "slugColour"; "required": true; }; "teaser": { "alias": "teaser"; "required": true; }; "teaserColour": { "alias": "teaserColour"; "required": true; }; "textBackgroundColour": { "alias": "textBackgroundColour"; "required": true; }; }, {}, never, ["*"], true, never>;
236
236
  }
237
237
  declare interface BiggiveHeadingBanner extends Components.BiggiveHeadingBanner {
238
238
  }
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@biggive/components-angular",
3
3
  "description": "Angular-packaged components for @biggive apps",
4
4
  "_comment": "Version number below is automatically replaced during CircleCI build.",
5
- "version": "202507281131.0.0",
5
+ "version": "202508010940.0.0",
6
6
  "peerDependencies": {
7
7
  "@angular/common": "^19.0.0||^20.0.0",
8
8
  "@angular/core": "^19.0.0||^20.0.0",