@socotra/ec-react-components 2.13.0-demo.0 → 2.13.0-demo.1
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 +4 -0
- package/dist/index.es.js +11073 -10933
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +32 -32
- package/dist/index.umd.js.map +1 -1
- package/package.json +4 -4
package/dist/index.d.ts
CHANGED
|
@@ -409,6 +409,10 @@ declare type Props_3 = {
|
|
|
409
409
|
* The element object from the quote
|
|
410
410
|
*/
|
|
411
411
|
element: ElementResponse;
|
|
412
|
+
/**
|
|
413
|
+
* The quote object, used to logically render fields based on other quote elements
|
|
414
|
+
*/
|
|
415
|
+
quote: QuoteResponse;
|
|
412
416
|
/**
|
|
413
417
|
* Hides the submit button
|
|
414
418
|
*/
|