@socotra/ec-react-utils 2.25.0-next.1 → 2.25.0-next.2

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/dist/index.d.ts CHANGED
@@ -121,6 +121,7 @@ declare interface DataModelToJsonSchemaProps {
121
121
  truthyLabel?: string;
122
122
  falsyLabel?: string;
123
123
  hiddenExceptions?: string[];
124
+ readOnly?: boolean;
124
125
  }
125
126
 
126
127
  declare const defaultFieldSchema: z.ZodObject<{