@biggive/components-angular 202511251124.0.0 → 202512031112.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
|
@@ -253,7 +253,7 @@ declare class BiggiveHeadingBanner {
|
|
|
253
253
|
protected el: HTMLBiggiveHeadingBannerElement;
|
|
254
254
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
255
255
|
static ɵfac: i0.ɵɵFactoryDeclaration<BiggiveHeadingBanner, never>;
|
|
256
|
-
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>;
|
|
256
|
+
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; }; "targetUrl": { "alias": "targetUrl"; "required": false; }; "teaser": { "alias": "teaser"; "required": true; }; "teaserColour": { "alias": "teaserColour"; "required": true; }; "textBackgroundColour": { "alias": "textBackgroundColour"; "required": true; }; }, {}, never, ["*"], true, never>;
|
|
257
257
|
}
|
|
258
258
|
declare interface BiggiveHeadingBanner extends Components.BiggiveHeadingBanner {
|
|
259
259
|
}
|
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": "
|
|
5
|
+
"version": "202512031112.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",
|