@linzjs/step-ag-grid 32.4.0 → 32.4.1

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.
@@ -61094,6 +61094,9 @@ const Grid = ({
61094
61094
  // ─── Spread Remaining Params ──────────────────
61095
61095
  ...params
61096
61096
  }) => {
61097
+ if (isChromatic()) {
61098
+ sizeColumns = "none";
61099
+ }
61097
61100
  const {
61098
61101
  setApis,
61099
61102
  setExternallySelectedItemsAreInSync,