@biggive/components-angular 1.0.157 → 1.0.159

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.
@@ -26,7 +26,7 @@ export declare class BiggiveBasicCard {
26
26
  protected el: HTMLElement;
27
27
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
28
28
  static ɵfac: i0.ɵɵFactoryDeclaration<BiggiveBasicCard, never>;
29
- static ɵcmp: i0.ɵɵComponentDeclaration<BiggiveBasicCard, "biggive-basic-card", never, { "backgroundColour": "backgroundColour"; "backgroundImageUrl": "backgroundImageUrl"; "buttonColourScheme": "buttonColourScheme"; "buttonLabel": "buttonLabel"; "buttonUrl": "buttonUrl"; "cardColour": "cardColour"; "iconColour": "iconColour"; "mainTitle": "mainTitle"; "spaceBelow": "spaceBelow"; "subtitle": "subtitle"; "teaser": "teaser"; "textColour": "textColour"; }, {}, never, ["*"], false>;
29
+ static ɵcmp: i0.ɵɵComponentDeclaration<BiggiveBasicCard, "biggive-basic-card", never, { "backgroundColour": "backgroundColour"; "backgroundImageUrl": "backgroundImageUrl"; "buttonColourScheme": "buttonColourScheme"; "buttonLabel": "buttonLabel"; "buttonUrl": "buttonUrl"; "cardColour": "cardColour"; "clipBottomLeftCorner": "clipBottomLeftCorner"; "clipTopRightCorner": "clipTopRightCorner"; "icon": "icon"; "iconColour": "iconColour"; "mainTitle": "mainTitle"; "spaceBelow": "spaceBelow"; "subtitle": "subtitle"; "teaser": "teaser"; "textColour": "textColour"; }, {}, never, ["*"], false>;
30
30
  }
31
31
  export declare interface BiggiveBeneficiaryIcon extends Components.BiggiveBeneficiaryIcon {
32
32
  }
@@ -78,7 +78,7 @@ export declare class BiggiveButton {
78
78
  protected el: HTMLElement;
79
79
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
80
80
  static ɵfac: i0.ɵɵFactoryDeclaration<BiggiveButton, never>;
81
- static ɵcmp: i0.ɵɵComponentDeclaration<BiggiveButton, "biggive-button", never, { "colourScheme": "colourScheme"; "datetime": "datetime"; "fullWidth": "fullWidth"; "isFutureCampaign": "isFutureCampaign"; "isPastCampaign": "isPastCampaign"; "label": "label"; "rounded": "rounded"; "size": "size"; "spaceBelow": "spaceBelow"; "url": "url"; }, {}, never, ["*"], false>;
81
+ static ɵcmp: i0.ɵɵComponentDeclaration<BiggiveButton, "biggive-button", never, { "centered": "centered"; "colourScheme": "colourScheme"; "datetime": "datetime"; "fullWidth": "fullWidth"; "isFutureCampaign": "isFutureCampaign"; "isPastCampaign": "isPastCampaign"; "label": "label"; "openInNewTab": "openInNewTab"; "rounded": "rounded"; "size": "size"; "spaceBelow": "spaceBelow"; "url": "url"; }, {}, never, ["*"], false>;
82
82
  }
83
83
  export declare interface BiggiveCallToAction extends Components.BiggiveCallToAction {
84
84
  }
@@ -202,7 +202,7 @@ export declare class BiggiveFormattedText {
202
202
  protected el: HTMLElement;
203
203
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
204
204
  static ɵfac: i0.ɵɵFactoryDeclaration<BiggiveFormattedText, never>;
205
- static ɵcmp: i0.ɵɵComponentDeclaration<BiggiveFormattedText, "biggive-formatted-text", never, { "defaultTextColour": "defaultTextColour"; "spaceBelow": "spaceBelow"; }, {}, never, ["*"], false>;
205
+ static ɵcmp: i0.ɵɵComponentDeclaration<BiggiveFormattedText, "biggive-formatted-text", never, { "defaultTextColour": "defaultTextColour"; "maxWidth": "maxWidth"; "spaceBelow": "spaceBelow"; }, {}, never, ["*"], false>;
206
206
  }
207
207
  export declare interface BiggiveGrid extends Components.BiggiveGrid {
208
208
  }
@@ -229,7 +229,7 @@ export declare class BiggiveHeading {
229
229
  protected el: HTMLElement;
230
230
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
231
231
  static ɵfac: i0.ɵɵFactoryDeclaration<BiggiveHeading, never>;
232
- static ɵcmp: i0.ɵɵComponentDeclaration<BiggiveHeading, "biggive-heading", never, { "align": "align"; "colour": "colour"; "htmlElement": "htmlElement"; "size": "size"; "spaceAbove": "spaceAbove"; "spaceBelow": "spaceBelow"; "text": "text"; }, {}, never, ["*"], false>;
232
+ static ɵcmp: i0.ɵɵComponentDeclaration<BiggiveHeading, "biggive-heading", never, { "align": "align"; "colour": "colour"; "htmlElement": "htmlElement"; "icon": "icon"; "iconColour": "iconColour"; "size": "size"; "spaceAbove": "spaceAbove"; "spaceBelow": "spaceBelow"; "text": "text"; }, {}, never, ["*"], false>;
233
233
  }
234
234
  export declare interface BiggiveHeroImage extends Components.BiggiveHeroImage {
235
235
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@biggive/components-angular",
3
3
  "description": "Angular-packaged components for @biggive apps",
4
- "version": "1.0.157",
4
+ "version": "1.0.159",
5
5
  "peerDependencies": {
6
6
  "@angular/common": "^14.1.0",
7
7
  "@angular/core": "^14.1.0",