@biggive/components-angular 202307271559.0.0 → 202308021605.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.
|
@@ -295,7 +295,7 @@ export declare class BiggiveImageCard {
|
|
|
295
295
|
protected el: HTMLElement;
|
|
296
296
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
297
297
|
static ɵfac: i0.ɵɵFactoryDeclaration<BiggiveImageCard, never>;
|
|
298
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BiggiveImageCard, "biggive-image-card", never, { "
|
|
298
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BiggiveImageCard, "biggive-image-card", never, { "addAnimation": { "alias": "addAnimation"; "required": false; }; "backgroundColour": { "alias": "backgroundColour"; "required": false; }; "backgroundImageUrl": { "alias": "backgroundImageUrl"; "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; }; "cardColour": { "alias": "cardColour"; "required": false; }; "clipBottomLeftCorner": { "alias": "clipBottomLeftCorner"; "required": false; }; "clipTopRightCorner": { "alias": "clipTopRightCorner"; "required": false; }; "headingLevel": { "alias": "headingLevel"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "iconColour": { "alias": "iconColour"; "required": false; }; "mainImageAltText": { "alias": "mainImageAltText"; "required": false; }; "mainImageUrl": { "alias": "mainImageUrl"; "required": false; }; "mainTitle": { "alias": "mainTitle"; "required": false; }; "spaceBelow": { "alias": "spaceBelow"; "required": false; }; "subtitle": { "alias": "subtitle"; "required": false; }; "teaser": { "alias": "teaser"; "required": false; }; "textAlign": { "alias": "textAlign"; "required": false; }; "textColour": { "alias": "textColour"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
299
299
|
}
|
|
300
300
|
export declare interface BiggiveImageCard extends Components.BiggiveImageCard {
|
|
301
301
|
}
|
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": "202308021605.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",
|