@carefirst/library 1.2.12 → 1.2.14

Sign up to get free protection for your applications and to get access to all the features.
@@ -3,7 +3,7 @@ import { FormControl } from '@angular/forms';
3
3
  import * as i0 from "@angular/core";
4
4
  declare const inputsC: {
5
5
  readonly labelPlacement: readonly ["fixed", "floating", "stacked"];
6
- readonly inputMode: readonly ["email", "numeric", "tel", "decimal", "url", "search", "none"];
6
+ readonly inputMode: readonly ["text", "email", "numeric", "tel", "decimal", "url", "search"];
7
7
  readonly autoCapitalize: readonly ["off", "none", "on", "sentences", "words", "characters"];
8
8
  readonly type: readonly ["number", "date", "text", "password"];
9
9
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@carefirst/library",
3
- "version": "1.2.12",
3
+ "version": "1.2.14",
4
4
  "author": "Jacques Francois Coetzee",
5
5
  "private": false,
6
6
  "peerDependencies": {