@socotra/ec-react-components 2.5.1-next.13 → 2.5.1-next.14

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
@@ -47,7 +47,7 @@ export declare const ElementForm: {
47
47
  * `InitializedTransactionForm` is a form for updating a transaction on an issued policy. It requires a transaction in an `initialized` state, the current `segment`, and data types / product model / coverage terms from the tenant data model.
48
48
  */
49
49
  export declare const InitializedTransactionForm: {
50
- ({ segmentResponse, handleSubmit, paramsChangeInstruction, preventFormResetOnDisabled, disabled, hideSubmitButton, validateOnSubmit, isSubmitting, submitButtonText, id, dataTypes, productModel, coverageTerms, titles, }: Props_5): JSX_2.Element;
50
+ ({ elementResponse, handleSubmit, paramsChangeInstruction, preventFormResetOnDisabled, disabled, hideSubmitButton, validateOnSubmit, isSubmitting, submitButtonText, id, dataTypes, productModel, coverageTerms, titles, }: Props_5): JSX_2.Element;
51
51
  displayName: string;
52
52
  };
53
53
 
@@ -294,7 +294,7 @@ declare type Props_5 = {
294
294
  /**
295
295
  * The transaction snapshot object
296
296
  */
297
- segmentResponse: SegmentResponse;
297
+ elementResponse: ElementResponse;
298
298
  /**
299
299
  * The params change instruction for the transaction, usually created when the transaction is first created
300
300
  */