@elyx-code/project-logic-tree 0.0.6857 → 0.0.6858

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/dist/index.d.ts CHANGED
@@ -9404,6 +9404,11 @@ export declare enum BaseValueDescriptorIds {
9404
9404
  width: number;
9405
9405
  };
9406
9406
 
9407
+ export declare function calculateNestedConditionCardSize(entity: ConditionState): {
9408
+ height: number;
9409
+ width: number;
9410
+ };
9411
+
9407
9412
  export declare function calculateNewParentBasedOnCallers(self: CallableEntityState): EntityWithLogicScopeState | ProjectState;
9408
9413
 
9409
9414
  /**