@hexure/ui 1.13.95 → 1.13.97

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.
@@ -11,6 +11,7 @@ export interface MenuItemType extends AccessibleProps {
11
11
  is_active?: boolean;
12
12
  }[];
13
13
  title?: string;
14
+ dataItemid?: string;
14
15
  }
15
16
  export interface AppMenuProps extends AccessibleProps {
16
17
  menu: MenuItemType[];
package/dist/index.d.ts CHANGED
@@ -152,6 +152,7 @@ interface MenuItemType extends AccessibleProps {
152
152
  is_active?: boolean;
153
153
  }[];
154
154
  title?: string;
155
+ dataItemid?: string;
155
156
  }
156
157
  interface AppMenuProps extends AccessibleProps {
157
158
  menu: MenuItemType[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hexure/ui",
3
- "version": "1.13.95",
3
+ "version": "1.13.97",
4
4
  "description": "A library of shared UI components used within Hexure products.",
5
5
  "scripts": {
6
6
  "rollup": "rollup -c rollup.config.mjs",