@limetech/lime-elements 39.31.1 → 39.32.1

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.
@@ -3,6 +3,7 @@ export declare const stringSchema: FormSchema;
3
3
  export declare const numberSchema: FormSchema;
4
4
  export declare const booleanSchema: FormSchema;
5
5
  export declare const enumSchema: FormSchema;
6
+ export declare const optionalOneOfSchema: FormSchema;
6
7
  export declare const requiredFieldSchema: FormSchema;
7
8
  export declare const twoRequiredFieldsSchema: FormSchema;
8
9
  export declare const emailFormatSchema: FormSchema;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@limetech/lime-elements",
3
- "version": "39.31.1",
3
+ "version": "39.32.1",
4
4
  "description": "Lime Elements",
5
5
  "author": "Lime Technologies",
6
6
  "license": "Apache-2.0",