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