@schneideress/dashboardframework 0.0.97 → 0.0.98

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.
@@ -827,13 +827,13 @@
827
827
  minRows: 2,
828
828
  maxRows: 100,
829
829
  maxItemCols: 10,
830
- minItemCols: 2,
830
+ minItemCols: 3,
831
831
  maxItemRows: 1000,
832
- minItemRows: 2,
832
+ minItemRows: 3,
833
833
  maxItemArea: 1000,
834
- minItemArea: 4,
835
- defaultItemCols: 2,
836
- defaultItemRows: 2,
834
+ minItemArea: 3,
835
+ defaultItemCols: 3,
836
+ defaultItemRows: 3,
837
837
  // fixedColWidth: 105,
838
838
  // fixedRowHeight: 105,
839
839
  keepFixedHeightInMobile: false,