stentor-models 1.66.50 → 1.67.0

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.
@@ -179,6 +179,10 @@ export interface FormDropdownInput extends FormInput {
179
179
  * List of items available for selection in the dropdown
180
180
  */
181
181
  items: SelectableItem[];
182
+ /**
183
+ * Maximum character length allowed for freeform text input (e.g., "other" option)
184
+ */
185
+ maxLength?: number;
182
186
  }
183
187
  /**
184
188
  * Close/Open style chips selection field.
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
7
- "version": "1.66.50",
7
+ "version": "1.67.0",
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": "a1e5a5a989e154a4e0bdd615c077f2062ffd2d5a"
36
+ "gitHead": "c5ca79c64508ee3c3d135bd6dbab6567a72a366f"
37
37
  }