@hestia-earth/ui-components 0.42.8 → 0.42.9

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.42.8",
3
+ "version": "0.42.9",
4
4
  "description": "HESTIA reusable components",
5
5
  "repository": {
6
6
  "type": "git",
@@ -5015,6 +5015,8 @@ declare class NodeJLogModelsComponent {
5015
5015
  protected readonly onlyRequiredId: string;
5016
5016
  protected readonly term: _angular_core.WritableSignal<ITermJSONLD>;
5017
5017
  protected readonly nodeType: _angular_core.Signal<NodeType>;
5018
+ protected readonly hasContributions: _angular_core.Signal<boolean>;
5019
+ protected readonly showContributionsLogs: _angular_core.WritableSignal<boolean>;
5018
5020
  protected readonly isBlankNodes: _angular_core.Signal<boolean>;
5019
5021
  private readonly failedTermIds;
5020
5022
  private readonly failedTermsResource;