@umbraco-cms/backoffice 14.0.0--preview005-0aa73f4a → 14.0.0--preview005-367f492b

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.
@@ -2,6 +2,6 @@ import { UmbModalToken } from '../index.js';
2
2
  export const UMB_DATA_TYPE_PICKER_FLOW_MODAL = new UmbModalToken('Umb.Modal.DataTypePickerFlow', {
3
3
  modal: {
4
4
  type: 'sidebar',
5
- size: 'small',
5
+ size: 'medium',
6
6
  },
7
7
  });