@socotra/ec-react-components 2.33.0-next.1 → 2.34.0-next.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/dist/index.d.ts CHANGED
@@ -122,6 +122,8 @@ declare type BaseProps = {
122
122
  getEvaluatedConstraints?: (request: AccountEvaluateConstraintsRequest) => Promise<EvaluateConstraintsResponse | undefined>;
123
123
  };
124
124
 
125
+ export declare function computeMaxMenuHeight(triggerEl: Element | null | undefined, boundarySelector?: string): number;
126
+
125
127
  declare interface CreateProps extends Props_12 {
126
128
  /**
127
129
  * The fnol object to update
@@ -145,6 +147,8 @@ export declare const DataPropertyForm: {
145
147
  displayName: string;
146
148
  };
147
149
 
150
+ export declare const DEFAULT_MAX_MENU_HEIGHT: number;
151
+
148
152
  /**
149
153
  * `DraftTransactionForm` is a form for updating a transaction on an issued policy. It requires a transaction in a `draft` state, a `transactionSnapshot`, `paramsChangeInstruction` (created when the transaction is created), and data types / product model / coverage terms from the tenant data model.
150
154
  */