@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.
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@linzjs/step-ag-grid",
3
3
  "repository": "github:linz/step-ag-grid.git",
4
4
  "license": "MIT",
5
- "version": "32.4.0",
5
+ "version": "32.4.1",
6
6
  "keywords": [
7
7
  "aggrid",
8
8
  "ag-grid",
@@ -172,6 +172,10 @@ export const Grid = <TData extends GridBaseRow = GridBaseRow>({
172
172
  // ─── Spread Remaining Params ──────────────────
173
173
  ...params
174
174
  }: GridProps<TData>): ReactElement => {
175
+ if (isChromatic()) {
176
+ sizeColumns = 'none';
177
+ }
178
+
175
179
  const {
176
180
  setApis,
177
181
  setExternallySelectedItemsAreInSync,