@hexure/ui 1.13.87 → 1.13.88

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.
@@ -5,6 +5,7 @@ export interface MenuItemProps extends AccessibleProps {
5
5
  label?: string;
6
6
  onClick: (e?: any) => void;
7
7
  disabled?: boolean;
8
+ className?: string;
8
9
  }
9
10
  export interface MoreMenuProps extends AccessibleProps {
10
11
  menuItems: MenuItemProps[];
package/dist/index.d.ts CHANGED
@@ -183,6 +183,7 @@ interface MenuItemProps extends AccessibleProps {
183
183
  label?: string;
184
184
  onClick: (e?: any) => void;
185
185
  disabled?: boolean;
186
+ className?: string;
186
187
  }
187
188
  interface MoreMenuProps extends AccessibleProps {
188
189
  menuItems: MenuItemProps[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hexure/ui",
3
- "version": "1.13.87",
3
+ "version": "1.13.88",
4
4
  "description": "A library of shared UI components used within Hexure products.",
5
5
  "scripts": {
6
6
  "rollup": "rollup -c rollup.config.mjs",