@linzjs/step-ag-grid 30.4.1 → 30.4.3
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/index.css +1 -1
- package/dist/step-ag-grid.cjs +1 -2
- package/dist/step-ag-grid.cjs.map +1 -1
- package/dist/step-ag-grid.esm.js +1 -2
- package/dist/step-ag-grid.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/components/Grid.tsx +1 -2
- package/src/stories/grid/GridSorting.stories.tsx +5 -13
- package/src/styles/react-menu-customisations.scss +1 -1
package/dist/step-ag-grid.esm.js
CHANGED
|
@@ -61595,8 +61595,7 @@ maxInitialWidth,
|
|
|
61595
61595
|
else {
|
|
61596
61596
|
r = compareNaturalInsensitive(value1, value2);
|
|
61597
61597
|
}
|
|
61598
|
-
|
|
61599
|
-
return r === 0 ? compareNaturalInsensitive(node1.data?.id, node2.data?.id) : r;
|
|
61598
|
+
return r;
|
|
61600
61599
|
};
|
|
61601
61600
|
}
|
|
61602
61601
|
const adjustedColDef = {
|