@jsonforms/material-renderers 3.2.0 → 3.2.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.
@@ -537,7 +537,7 @@ var variantToInput = {
537
537
  filled: material.FilledInput,
538
538
  outlined: material.OutlinedInput,
539
539
  };
540
- var defaultInputVariant = 'standard';
540
+ var defaultInputVariant = 'outlined';
541
541
  function useInputVariant() {
542
542
  var _a = material.useThemeProps({
543
543
  props: {},