@data-c/ui 0.0.148-alpha.0 → 0.0.149-alpha.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
@@ -275,6 +275,7 @@ interface EditableProps {
275
275
  onChange: (value?: string) => void;
276
276
  value?: string;
277
277
  typographyProps?: TypographyProps;
278
+ textFieldProps?: TextFieldProps;
278
279
  displayEditButton?: boolean;
279
280
  displaySaveButton?: boolean;
280
281
  }