@biggive/components-angular 202308101705.0.0 → 202308111427.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.
|
@@ -304,7 +304,7 @@ export declare class BiggiveImageCard {
|
|
|
304
304
|
protected el: HTMLElement;
|
|
305
305
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
306
306
|
static ɵfac: i0.ɵɵFactoryDeclaration<BiggiveImageCard, never>;
|
|
307
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BiggiveImageCard, "biggive-image-card", never, { "addAnimation": { "alias": "addAnimation"; "required": false; }; "backgroundColour": { "alias": "backgroundColour"; "required": false; }; "
|
|
307
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BiggiveImageCard, "biggive-image-card", never, { "addAnimation": { "alias": "addAnimation"; "required": false; }; "backgroundColour": { "alias": "backgroundColour"; "required": false; }; "buttonAlign": { "alias": "buttonAlign"; "required": false; }; "buttonColourScheme": { "alias": "buttonColourScheme"; "required": false; }; "buttonLabel": { "alias": "buttonLabel"; "required": false; }; "buttonStyle": { "alias": "buttonStyle"; "required": false; }; "buttonUrl": { "alias": "buttonUrl"; "required": false; }; "clipBottomLeftCorner": { "alias": "clipBottomLeftCorner"; "required": false; }; "clipTopRightCorner": { "alias": "clipTopRightCorner"; "required": false; }; "mainImageAltText": { "alias": "mainImageAltText"; "required": false; }; "mainImageUrl": { "alias": "mainImageUrl"; "required": false; }; "spaceBelow": { "alias": "spaceBelow"; "required": false; }; "teaser": { "alias": "teaser"; "required": false; }; "teaserColour": { "alias": "teaserColour"; "required": false; }; "textAlign": { "alias": "textAlign"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
308
308
|
}
|
|
309
309
|
export declare interface BiggiveImageCard extends Components.BiggiveImageCard {
|
|
310
310
|
}
|
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": "202308111427.0.0",
|
|
6
6
|
"peerDependencies": {
|
|
7
7
|
"@angular/common": "^15.2.9||^16.1.0",
|
|
8
8
|
"@angular/core": "^15.2.9||^16.1.0",
|