@carefirst/library 1.2.15 → 1.2.16

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.
@@ -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": {