@carefirst/library 1.3.2 → 1.3.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -3,7 +3,7 @@ import type { FormControl } from '@angular/forms';
3
3
  import * as i0 from "@angular/core";
4
4
  export declare class FormInputTextAreaComponent implements OnChanges {
5
5
  label: string;
6
- labelPlacement?: 'fixed' | 'floating' | 'stacked';
6
+ labelPlacement?: 'fixed' | 'floating' | 'stacked' | 'start' | 'end';
7
7
  placeholder?: string | undefined;
8
8
  autoCapitalize?: 'off' | 'none' | 'on' | 'sentences' | 'words' | 'characters';
9
9
  control?: FormControl | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@carefirst/library",
3
- "version": "1.3.2",
3
+ "version": "1.3.3",
4
4
  "author": "Jacques Francois Coetzee",
5
5
  "private": false,
6
6
  "peerDependencies": {