@schneideress/dashboardframework 0.0.174 → 0.0.175

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.
@@ -424,16 +424,16 @@ var GridsterConfigDefaultSettings = {
424
424
  mobileBreakpoint: 640,
425
425
  minCols: 10,
426
426
  maxCols: 10,
427
- minRows: 2,
427
+ minRows: 1,
428
428
  maxRows: 100,
429
429
  maxItemCols: 10,
430
- minItemCols: 2,
430
+ minItemCols: 1,
431
431
  maxItemRows: 1000,
432
- minItemRows: 2,
432
+ minItemRows: 1,
433
433
  maxItemArea: 1000,
434
- minItemArea: 4,
435
- defaultItemCols: 2,
436
- defaultItemRows: 2,
434
+ minItemArea: 2,
435
+ defaultItemCols: 1,
436
+ defaultItemRows: 1,
437
437
  keepFixedHeightInMobile: false,
438
438
  keepFixedWidthInMobile: false,
439
439
  scrollSensitivity: 10,