@biggive/components-angular 202508261642.0.0 → 202509221119.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
|
@@ -71,7 +71,7 @@ declare class BiggiveBrandedImage {
|
|
|
71
71
|
protected el: HTMLBiggiveBrandedImageElement;
|
|
72
72
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
73
73
|
static ɵfac: i0.ɵɵFactoryDeclaration<BiggiveBrandedImage, never>;
|
|
74
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BiggiveBrandedImage, "biggive-branded-image", never, { "charityLocation": { "alias": "charityLocation"; "required": false; }; "charityName": { "alias": "charityName"; "required": false; }; "charityUrl": { "alias": "charityUrl"; "required": false; }; "imageUrl": { "alias": "imageUrl"; "required": false; }; "logoUrl": { "alias": "logoUrl"; "required": false; }; "slug": { "alias": "slug"; "required": false; }; "spaceBelow": { "alias": "spaceBelow"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
74
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BiggiveBrandedImage, "biggive-branded-image", never, { "charityLocation": { "alias": "charityLocation"; "required": false; }; "charityName": { "alias": "charityName"; "required": false; }; "charityUrl": { "alias": "charityUrl"; "required": false; }; "imageAlt": { "alias": "imageAlt"; "required": true; }; "imageUrl": { "alias": "imageUrl"; "required": false; }; "logoUrl": { "alias": "logoUrl"; "required": false; }; "slug": { "alias": "slug"; "required": false; }; "spaceBelow": { "alias": "spaceBelow"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
75
75
|
}
|
|
76
76
|
declare interface BiggiveBrandedImage extends Components.BiggiveBrandedImage {
|
|
77
77
|
}
|
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": "202509221119.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",
|