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.
- package/lib/Form/FormField.d.ts +1 -1
- package/package.json +2 -2
package/lib/Form/FormField.d.ts
CHANGED
|
@@ -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.
|
|
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": "
|
|
36
|
+
"gitHead": "ee4c0f628ec85c137b00c70925ff8c81e7c2a6bc"
|
|
37
37
|
}
|