@hestia-earth/ui-components 0.41.60 → 0.42.0

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hestia-earth/ui-components",
3
- "version": "0.41.60",
3
+ "version": "0.42.0",
4
4
  "description": "HESTIA reusable components",
5
5
  "repository": {
6
6
  "type": "git",
@@ -5510,6 +5510,7 @@ declare class SitesNodesComponent {
5510
5510
  } | {
5511
5511
  '@type': NodeType;
5512
5512
  dataState: DataState;
5513
+ infrastructureId?: string;
5513
5514
  term?: _hestia_earth_schema.Term;
5514
5515
  name: string;
5515
5516
  description?: string;