@carefirst/library 1.2.15 → 1.2.16

Sign up to get free protection for your applications and to get access to all the features.
@@ -5,7 +5,7 @@ declare const inputsC: {
5
5
  readonly labelPlacement: readonly ["fixed", "floating", "stacked"];
6
6
  readonly inputMode: readonly ["text", "email", "numeric", "tel", "decimal", "url", "search"];
7
7
  readonly autoCapitalize: readonly ["off", "none", "on", "sentences", "words", "characters"];
8
- readonly type: readonly ["number", "date", "text", "password"];
8
+ readonly type: readonly ["date", "datetime-local", "email", "month", "number", "password", "search", "tel", "text", "time", "url", "week"];
9
9
  };
10
10
  export declare class FormInputComponent implements OnChanges {
11
11
  label: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@carefirst/library",
3
- "version": "1.2.15",
3
+ "version": "1.2.16",
4
4
  "author": "Jacques Francois Coetzee",
5
5
  "private": false,
6
6
  "peerDependencies": {