@7shifts/sous-chef 3.90.1 → 3.91.1

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.
@@ -16,6 +16,7 @@ type Props = {
16
16
  /** If an `href` is passed `reloadDocument` will control whether the link reloads the page or not. */
17
17
  reloadDocument?: boolean;
18
18
  submenu?: React.ReactNode;
19
+ onSubmenuOpen?: () => void;
19
20
  };
20
- declare const DropdownListItem: ({ onClick, prefix, suffix, caption, selected, disabled, testId, children, href, target, reloadDocument, submenu, isSelectable }: Props) => React.JSX.Element;
21
+ declare const DropdownListItem: ({ onClick, prefix, suffix, caption, selected, disabled, testId, children, href, target, reloadDocument, submenu, onSubmenuOpen: onSubmenuOpenCallback, isSelectable }: Props) => React.JSX.Element;
21
22
  export default DropdownListItem;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@7shifts/sous-chef",
3
- "version": "3.90.1",
3
+ "version": "3.91.1",
4
4
  "description": "7shifts component library",
5
5
  "author": "7shifts",
6
6
  "license": "MIT",