@hexure/ui 1.8.1 → 1.8.2

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,6 +7,7 @@ export interface ButtonMenuProps {
7
7
  menuItems: Array<MenuItemProps>;
8
8
  maxHeight?: string | number;
9
9
  position?: 'left' | 'right';
10
+ format?: 'primary' | 'secondary';
10
11
  }
11
12
  declare const ButtonMenu: FC<ButtonMenuProps>;
12
13
  export default ButtonMenu;
package/dist/index.d.ts CHANGED
@@ -118,6 +118,7 @@ interface ButtonMenuProps {
118
118
  menuItems: Array<MenuItemProps>;
119
119
  maxHeight?: string | number;
120
120
  position?: 'left' | 'right';
121
+ format?: 'primary' | 'secondary';
121
122
  }
122
123
  declare const ButtonMenu: FC<ButtonMenuProps>;
123
124
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hexure/ui",
3
- "version": "1.8.1",
3
+ "version": "1.8.2",
4
4
  "description": "A library of shared UI components used within Hexure products.",
5
5
  "scripts": {
6
6
  "rollup": "rollup -c rollup.config.mjs",