@digital-realty/ix-generic-tree 2.2.3 → 2.2.4-IXUAT-10996.538660

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,5 +7,5 @@ export declare class IxGenericTreeDemo extends LitElement {
7
7
  private toggleSearch;
8
8
  private toggleCheckboxes;
9
9
  private toggleIcons;
10
- render(): import("lit-html").TemplateResult<1>;
10
+ render(): import("lit").TemplateResult<1>;
11
11
  }
@@ -29,5 +29,5 @@ export declare class IxGenericTreeNode extends LitElement {
29
29
  private loadingCircle;
30
30
  private setSubstringBold;
31
31
  private getBackgroundColor;
32
- render(): import("lit-html").TemplateResult<1>;
32
+ render(): import("lit").TemplateResult<1>;
33
33
  }
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "Webcomponent ix-generic-tree following open-wc recommendations",
4
4
  "license": "MIT",
5
5
  "author": "Digital Realty",
6
- "version": "2.2.3",
6
+ "version": "2.2.4-IXUAT-10996.538660",
7
7
  "type": "module",
8
8
  "main": "dist/index.js",
9
9
  "module": "dist/index.js",
@@ -95,5 +95,5 @@
95
95
  "README.md",
96
96
  "LICENSE"
97
97
  ],
98
- "gitHead": "d0cb71bdc7252d01ad39071b2fdc0abcb33f7721"
98
+ "gitHead": "582ea6922cafb4c8ef22aff8e889f87f9113b007"
99
99
  }