@bigbinary/neeto-form-frontend 1.0.25 → 1.0.26

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/index.d.ts CHANGED
@@ -107,8 +107,7 @@ interface FormHookOptions extends UseQueryOptions {
107
107
  interface Item {
108
108
  label: string;
109
109
  isRequired: boolean;
110
- optionsAttributes: KeyValuePair;
111
- required: boolean;
110
+ optionsAttributes: KeyValuePair[];
112
111
  kind: string;
113
112
  nodeId: string;
114
113
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bigbinary/neeto-form-frontend",
3
- "version": "1.0.25",
3
+ "version": "1.0.26",
4
4
  "description": "Neeto Form Engine Frontend",
5
5
  "author": "BigBinary",
6
6
  "license": "MIT",