@sequencing/design-system 1.0.32 → 1.0.33

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.
@@ -31,7 +31,7 @@ export interface DropdownProps {
31
31
  * Callback to be called when toggling the dropdown content.
32
32
  * It receives a boolean for the current state and the HTML event.
33
33
  */
34
- onToggle?: (isOpen: boolean, event: React.MouseEvent<HTMLButtonElement>) => void;
34
+ onToggle?: (isOpen: boolean, event?: React.MouseEvent<HTMLButtonElement>) => void;
35
35
  }
36
36
  /**
37
37
  * The Dropdown component renders its children as a floating container below its toggle button.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sequencing/design-system",
3
- "version": "1.0.32",
3
+ "version": "1.0.33",
4
4
  "description": "Sequencing Design System",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\"",