@schneideress/dashboardframework 0.0.54 → 0.0.55

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.
@@ -849,12 +849,12 @@
849
849
  enabled: true,
850
850
  },
851
851
  swap: true,
852
- pushItems: false,
852
+ pushItems: true,
853
853
  disablePushOnDrag: true,
854
854
  disablePushOnResize: false,
855
855
  pushDirections: { north: true, east: true, south: true, west: true },
856
856
  pushResizeItems: true,
857
- displayGrid: DisplayGrid.OnDragAndResize,
857
+ displayGrid: DisplayGrid.None,
858
858
  disableWindowResize: false,
859
859
  disableWarnings: false,
860
860
  scrollToNewItems: true,