@biggive/components-angular 202503271017.0.0 → 202503281313.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.
|
@@ -78,7 +78,7 @@ export declare class BiggiveButton {
|
|
|
78
78
|
protected el: HTMLBiggiveButtonElement;
|
|
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, { "buttonId": { "alias": "buttonId"; "required": false; }; "centered": { "alias": "centered"; "required": false; }; "colourScheme": { "alias": "colourScheme"; "required": false; }; "fullWidth": { "alias": "fullWidth"; "required": false; }; "label": { "alias": "label"; "required": false; }; "openInNewTab": { "alias": "openInNewTab"; "required": false; }; "rounded": { "alias": "rounded"; "required": false; }; "size": { "alias": "size"; "required": false; }; "spaceBelow": { "alias": "spaceBelow"; "required": false; }; "url": { "alias": "url"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
81
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BiggiveButton, "biggive-button", never, { "buttonId": { "alias": "buttonId"; "required": false; }; "centered": { "alias": "centered"; "required": false; }; "colourScheme": { "alias": "colourScheme"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "fullWidth": { "alias": "fullWidth"; "required": false; }; "label": { "alias": "label"; "required": false; }; "openInNewTab": { "alias": "openInNewTab"; "required": false; }; "rounded": { "alias": "rounded"; "required": false; }; "siteDesign": { "alias": "siteDesign"; "required": false; }; "size": { "alias": "size"; "required": false; }; "spaceBelow": { "alias": "spaceBelow"; "required": false; }; "url": { "alias": "url"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
82
82
|
}
|
|
83
83
|
export declare interface BiggiveButton extends Components.BiggiveButton {
|
|
84
84
|
doButtonClick: EventEmitter<CustomEvent<{
|
|
@@ -383,7 +383,7 @@ export declare class BiggiveQuote {
|
|
|
383
383
|
protected el: HTMLBiggiveQuoteElement;
|
|
384
384
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
385
385
|
static ɵfac: i0.ɵɵFactoryDeclaration<BiggiveQuote, never>;
|
|
386
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BiggiveQuote, "biggive-quote", never, { "attribution": { "alias": "attribution"; "required": false; }; "defaultTextColour": { "alias": "defaultTextColour"; "required": false; }; "quote": { "alias": "quote"; "required": false; }; "quoteIconColour": { "alias": "quoteIconColour"; "required": false; }; "spaceBelow": { "alias": "spaceBelow"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
386
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BiggiveQuote, "biggive-quote", never, { "attribution": { "alias": "attribution"; "required": false; }; "defaultTextColour": { "alias": "defaultTextColour"; "required": false; }; "quote": { "alias": "quote"; "required": false; }; "quoteIconColour": { "alias": "quoteIconColour"; "required": false; }; "siteDesign": { "alias": "siteDesign"; "required": false; }; "spaceBelow": { "alias": "spaceBelow"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
387
387
|
}
|
|
388
388
|
export declare interface BiggiveQuote extends Components.BiggiveQuote {
|
|
389
389
|
}
|
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": "202503281313.0.0",
|
|
6
6
|
"peerDependencies": {
|
|
7
7
|
"@angular/common": "^18.0.0||^19.0.0",
|
|
8
8
|
"@angular/core": "^18.0.0||^19.0.0",
|