@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.
@@ -420,7 +420,7 @@ const variantToInput = {
420
420
  filled: FilledInput,
421
421
  outlined: OutlinedInput,
422
422
  };
423
- const defaultInputVariant = 'standard';
423
+ const defaultInputVariant = 'outlined';
424
424
  function useInputVariant() {
425
425
  const { variant = defaultInputVariant } = useThemeProps({
426
426
  props: {},