@hestia-earth/ui-components 0.42.11 → 0.42.13

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.11",
3
+ "version": "0.42.13",
4
4
  "description": "HESTIA reusable components",
5
5
  "repository": {
6
6
  "type": "git",
@@ -4712,6 +4712,8 @@ interface IJLogTermGroup {
4712
4712
  rows: IJLogBlankNode[];
4713
4713
  originalValue: propertyValueType;
4714
4714
  recalculatedValue: propertyValueType;
4715
+ isRecalculated: boolean;
4716
+ recalculatedFormula?: string;
4715
4717
  canOpen: boolean;
4716
4718
  isOpen: boolean;
4717
4719
  allSucceeded: boolean;