@schneideress/dashboardframework 0.0.56 → 0.0.57

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.
@@ -617,12 +617,12 @@ if (false) {
617
617
  var GridsterConfigDefaultSettings = {
618
618
  gridType: GridType.ScrollVertical,
619
619
  compactType: CompactType.None,
620
- margin: 4,
620
+ margin: 20,
621
621
  outerMargin: true,
622
- // outerMarginTop: 10,
623
- // outerMarginRight: 10,
624
- // outerMarginBottom: 30,
625
- // outerMarginLeft: 10,
622
+ outerMarginTop: 10,
623
+ outerMarginRight: 10,
624
+ outerMarginBottom: 30,
625
+ outerMarginLeft: 10,
626
626
  useTransformPositioning: true,
627
627
  mobileBreakpoint: 640,
628
628
  minCols: 10,
@@ -664,7 +664,7 @@ var GridsterConfigDefaultSettings = {
664
664
  disablePushOnResize: false,
665
665
  pushDirections: { north: true, east: true, south: true, west: true },
666
666
  pushResizeItems: true,
667
- displayGrid: DisplayGrid.OnDragAndResize,
667
+ displayGrid: DisplayGrid.None,
668
668
  disableWindowResize: false,
669
669
  disableWarnings: false,
670
670
  scrollToNewItems: true,