@clxmedia/types 1.0.173 → 1.0.174
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.
|
@@ -158,6 +158,7 @@ export type CLXFieldMasks = "phone" | "email" | "name" | "number" | "none" | "ur
|
|
|
158
158
|
export type CLXPlainFormFieldBase = CLXFormField & {
|
|
159
159
|
type: "text";
|
|
160
160
|
mask: CLXFieldMasks;
|
|
161
|
+
character_limit?: number;
|
|
161
162
|
};
|
|
162
163
|
export declare enum CLXFormFieldFileTypes {
|
|
163
164
|
"bmp" = "bmp",
|