stentor-models 1.66.24 → 1.66.25

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.
@@ -99,7 +99,7 @@ export interface FormFieldTextAddressInput extends FormTextInput {
99
99
  */
100
100
  export interface FormTextInput extends FormInput {
101
101
  multiline?: boolean;
102
- format?: "PHONE" | "EMAIL" | "ADDRESS";
102
+ format?: "PHONE" | "EMAIL" | "ADDRESS" | "ZIP_CODE";
103
103
  placeholder?: string;
104
104
  label?: string;
105
105
  rows?: number;
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
7
- "version": "1.66.24",
7
+ "version": "1.66.25",
8
8
  "description": "Models for 📣 stentor",
9
9
  "types": "lib/index",
10
10
  "typings": "lib/index",
@@ -33,5 +33,5 @@
33
33
  "dependencies": {
34
34
  "@xapp/patterns": "2.0.2"
35
35
  },
36
- "gitHead": "40614bf882c1225363f10b23211319f79572594a"
36
+ "gitHead": "ee4c0f628ec85c137b00c70925ff8c81e7c2a6bc"
37
37
  }