@agility/plenum-ui 2.1.4 → 2.1.6

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
@@ -998,6 +998,7 @@ declare module '@agility/plenum-ui/stories/organisms/DropdownComponent/DropdownC
998
998
  disabled?: boolean;
999
999
  onFocus?: () => void;
1000
1000
  onBlur?: () => void;
1001
+ showOnHover?: boolean;
1001
1002
  showFloatingArrow?: boolean;
1002
1003
  }
1003
1004
  export const defaultClassNames: {