@react-typed-forms/schemas 14.0.2 → 14.0.3

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/util.d.ts CHANGED
@@ -41,10 +41,9 @@ export declare function defaultValueForFields(fields: SchemaField[]): any;
41
41
  * Returns the default value for a specific schema field.
42
42
  * @param sf - The schema field to get the default value for.
43
43
  * @param required - Flag indicating if the field is required.
44
- * @param forceNotNull - Flag indicating if the field should not be null.
45
44
  * @returns The default value for the schema field.
46
45
  */
47
- export declare function defaultValueForField(sf: SchemaField, required?: boolean | null, forceNotNull?: boolean): any;
46
+ export declare function defaultValueForField(sf: SchemaField, required?: boolean | null): any;
48
47
  /**
49
48
  * Returns the element value for a specific schema field.
50
49
  * @param sf - The schema field to get the element value for.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-typed-forms/schemas",
3
- "version": "14.0.2",
3
+ "version": "14.0.3",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "main": "lib/index.cjs",