dfh-ui-library 1.5.67 → 1.5.70

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.
@@ -432,7 +432,7 @@ export interface FormGenButtonGroupProps extends FormGenInputGroupProps {
432
432
  secondaryComponentsVisible?: boolean;
433
433
  }
434
434
  export interface selectedValue {
435
- value: any;
435
+ value?: any;
436
436
  additionalValues?: any;
437
437
  }
438
438
  export {};
@@ -432,7 +432,7 @@ export interface FormGenButtonGroupProps extends FormGenInputGroupProps {
432
432
  secondaryComponentsVisible?: boolean;
433
433
  }
434
434
  export interface selectedValue {
435
- value: any;
435
+ value?: any;
436
436
  additionalValues?: any;
437
437
  }
438
438
  export {};
package/dist/index.d.ts CHANGED
@@ -334,7 +334,7 @@ interface FormGenButtonGroupProps extends FormGenInputGroupProps {
334
334
  secondaryComponentsVisible?: boolean;
335
335
  }
336
336
  interface selectedValue {
337
- value: any;
337
+ value?: any;
338
338
  additionalValues?: any;
339
339
  }
340
340
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dfh-ui-library",
3
- "version": "1.5.67",
3
+ "version": "1.5.70",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "rollup": "rollup -c --bundleConfigAsCjs --environment NODE_ENV:production",