react-input-material 0.0.418 → 0.0.424

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-input-material",
3
- "version": "0.0.418",
3
+ "version": "0.0.424",
4
4
  "description": "Reusable material design based input field with support for (richt-)text, code, selections, numbers, dates and so on.",
5
5
  "keywords": [
6
6
  "form-field",
package/type.d.ts CHANGED
@@ -283,7 +283,7 @@ export interface InputProperties<T = unknown> extends InputModelState, Propertie
283
283
  });
284
284
  inputProperties: Partial<CodeEditorProps | RichTextEditorProps | SelectProps | TextFieldProps>;
285
285
  invertedPatternText: string;
286
- labels: Array<string> | Mapping;
286
+ labels: Array<[string, string]> | Array<string> | Mapping;
287
287
  maximumLengthText: string;
288
288
  maximumText: string;
289
289
  minimumLengthText: string;