@biggive/components-angular 202307201413.0.0 → 202307271726.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.
@@ -439,7 +439,7 @@ export declare class BiggiveTextInput {
439
439
  protected el: HTMLElement;
440
440
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
441
441
  static ɵfac: i0.ɵɵFactoryDeclaration<BiggiveTextInput, never>;
442
- static ɵcmp: i0.ɵɵComponentDeclaration<BiggiveTextInput, "biggive-text-input", never, { "currency": { "alias": "currency"; "required": false; }; "prompt": { "alias": "prompt"; "required": false; }; "selectStyle": { "alias": "selectStyle"; "required": false; }; "spaceBelow": { "alias": "spaceBelow"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, {}, never, ["*"], false, never>;
442
+ static ɵcmp: i0.ɵɵComponentDeclaration<BiggiveTextInput, "biggive-text-input", never, { "currency": { "alias": "currency"; "required": false; }; "selectStyle": { "alias": "selectStyle"; "required": false; }; "spaceBelow": { "alias": "spaceBelow"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, {}, never, ["*"], false, never>;
443
443
  }
444
444
  export declare interface BiggiveTextInput extends Components.BiggiveTextInput {
445
445
  }
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": "202307201413.0.0",
5
+ "version": "202307271726.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",