@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",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clxmedia/types",
3
- "version": "1.0.173",
3
+ "version": "1.0.174",
4
4
  "description": "Conversion Logix TypeScript type definitions",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",