@hexure/ui 1.6.9 → 1.6.10

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.
@@ -7,7 +7,7 @@ interface MenuItemProps extends AccessibleProps {
7
7
  }
8
8
  export interface MoreMenuProps extends AccessibleProps {
9
9
  menuItems: MenuItemProps[];
10
- maxHeight: string | number;
10
+ maxHeight?: string | number;
11
11
  }
12
12
  declare const MoreMenu: FC<MoreMenuProps>;
13
13
  export default MoreMenu;
package/dist/index.d.ts CHANGED
@@ -323,7 +323,7 @@ interface MenuItemProps extends AccessibleProps {
323
323
  }
324
324
  interface MoreMenuProps extends AccessibleProps {
325
325
  menuItems: MenuItemProps[];
326
- maxHeight: string | number;
326
+ maxHeight?: string | number;
327
327
  }
328
328
  declare const MoreMenu: FC<MoreMenuProps>;
329
329
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hexure/ui",
3
- "version": "1.6.9",
3
+ "version": "1.6.10",
4
4
  "description": "A library of shared UI components used within Hexure products.",
5
5
  "scripts": {
6
6
  "rollup": "rollup -c rollup.config.mjs",