@energycap/components 0.39.31 → 0.39.32-ECAP-26487-data-rollup-icon-garnish.20241023-0808

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,8 @@ export declare class HierarchyItem implements LinkItem {
11
11
  label: string;
12
12
  /** Text to be displayed in the item's tooltip. When not provided, the label will be displayed. */
13
13
  tooltip?: string;
14
+ /** Text to be displayed in the item's icon tooltip. */
15
+ iconTooltip?: string;
14
16
  /** Indicates how many levels deep the item is in the parent structure */
15
17
  level: number;
16
18
  url?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@energycap/components",
3
- "version": "0.39.31",
3
+ "version": "0.39.32-ECAP-26487-data-rollup-icon-garnish.20241023-0808",
4
4
  "dependencies": {
5
5
  "tslib": "^2.0.0"
6
6
  },