@biggive/components-angular 202305111528.0.0 → 202305161606.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.
@@ -210,7 +210,7 @@ export declare class BiggiveFormFieldSelect {
210
210
  protected el: HTMLElement;
211
211
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
212
212
  static ɵfac: i0.ɵɵFactoryDeclaration<BiggiveFormFieldSelect, never>;
213
- static ɵcmp: i0.ɵɵComponentDeclaration<BiggiveFormFieldSelect, "biggive-form-field-select", never, { "placeholder": "placeholder"; "selectStyle": "selectStyle"; "selectedLabel": "selectedLabel"; "selectedValue": "selectedValue"; "spaceBelow": "spaceBelow"; }, {}, never, ["*"], false, never>;
213
+ static ɵcmp: i0.ɵɵComponentDeclaration<BiggiveFormFieldSelect, "biggive-form-field-select", never, { "backgroundColour": "backgroundColour"; "placeholder": "placeholder"; "prompt": "prompt"; "selectStyle": "selectStyle"; "selectedLabel": "selectedLabel"; "selectedValue": "selectedValue"; "spaceBelow": "spaceBelow"; }, {}, never, ["*"], false, never>;
214
214
  }
215
215
  export declare interface BiggiveFormFieldSelectOption extends Components.BiggiveFormFieldSelectOption {
216
216
  /**
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": "202305111528.0.0",
5
+ "version": "202305161606.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",