@biggive/components-angular 202305241149.0.0 → 202305301947.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/esm2020/lib/stencil-generated/components.mjs +4 -4
- package/fesm2015/biggive-components-angular.mjs +3 -3
- package/fesm2015/biggive-components-angular.mjs.map +1 -1
- package/fesm2020/biggive-components-angular.mjs +3 -3
- package/fesm2020/biggive-components-angular.mjs.map +1 -1
- package/lib/stencil-generated/components.d.ts +1 -1
- package/package.json +1 -1
|
@@ -426,7 +426,7 @@ export declare class BiggiveSocialIcon {
|
|
|
426
426
|
protected el: HTMLElement;
|
|
427
427
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
428
428
|
static ɵfac: i0.ɵɵFactoryDeclaration<BiggiveSocialIcon, never>;
|
|
429
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BiggiveSocialIcon, "biggive-social-icon", never, { "backgroundColour": "backgroundColour"; "iconColour": "iconColour"; "service": "service"; "url": "url"; "wide": "wide"; }, {}, never, ["*"], false, never>;
|
|
429
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BiggiveSocialIcon, "biggive-social-icon", never, { "backgroundColour": "backgroundColour"; "iconColour": "iconColour"; "labelPrefix": "labelPrefix"; "service": "service"; "url": "url"; "wide": "wide"; }, {}, never, ["*"], false, never>;
|
|
430
430
|
}
|
|
431
431
|
export declare interface BiggiveTab extends Components.BiggiveTab {
|
|
432
432
|
}
|
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": "202305301947.0.0",
|
|
6
6
|
"peerDependencies": {
|
|
7
7
|
"@angular/common": "^14.1.0||^15.0.4",
|
|
8
8
|
"@angular/core": "^14.1.0||^15.0.4",
|