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