@cfinnestad/react-form-builder 1.0.35 → 1.0.36

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.
@@ -136,6 +136,7 @@ export type ListItem = BaseItem & {
136
136
  minListSize: number;
137
137
  maxListSize: number;
138
138
  baseItem: InListItem;
139
+ errorText?: string;
139
140
  };
140
141
  export type GroupItem = NamedItem & {
141
142
  type: 'Group';
package/dist/index.d.ts CHANGED
@@ -150,6 +150,7 @@ type ListItem = BaseItem & {
150
150
  minListSize: number;
151
151
  maxListSize: number;
152
152
  baseItem: InListItem;
153
+ errorText?: string;
153
154
  };
154
155
  type GroupItem = NamedItem & {
155
156
  type: 'Group';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cfinnestad/react-form-builder",
3
- "version": "1.0.35",
3
+ "version": "1.0.36",
4
4
  "description": "FormBuilder and FormRender Component library for building and gathering custom form data",
5
5
  "scripts": {
6
6
  "rollup": "rollup -c",