dfh-ui-library 1.9.95 → 1.9.97

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/dist/index.d.ts CHANGED
@@ -318,7 +318,10 @@ interface VersionDropDownProps {
318
318
  }[];
319
319
  additionalClasses?: string;
320
320
  onClick?: () => void;
321
- selectedValues?: string;
321
+ selectedValues?: {
322
+ displayText: string;
323
+ value: string;
324
+ };
322
325
  handleSelectedValuesChange?: (selectedValue: {
323
326
  displayText: string;
324
327
  value: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dfh-ui-library",
3
- "version": "1.9.95",
3
+ "version": "1.9.97",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "rollup": "rollup -c --bundleConfigAsCjs --environment NODE_ENV:production",