@socotra/ec-react-components 2.24.1-next.4 → 2.25.0-next.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 CHANGED
@@ -425,6 +425,9 @@ declare interface Props_12 {
425
425
  * Titles for the form and boolean labels
426
426
  */
427
427
  titles?: {
428
+ formTitle?: string;
429
+ defaultFieldsTitle?: string;
430
+ dataFieldsTitle?: string;
428
431
  type?: string;
429
432
  incidentTime?: string;
430
433
  truthyLabel?: string;