@gridsuite/commons-ui 0.60.0 → 0.60.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.
@@ -10,7 +10,9 @@ const styles = {
10
10
  "--ag-row-hover-color": theme.aggrid.highlightColor
11
11
  },
12
12
  "& .ag-checkbox-input": {
13
- cursor: "pointer"
13
+ cursor: "pointer",
14
+ //Enlarge checkbox area to be more permissive when selecting it
15
+ scale: "2.5"
14
16
  },
15
17
  //overrides the default computed max height for ag grid default selector editor to make it more usable
16
18
  //can be removed if a custom selector editor is implemented
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gridsuite/commons-ui",
3
- "version": "0.60.0",
3
+ "version": "0.60.1",
4
4
  "description": "common react components for gridsuite applications",
5
5
  "engines": {
6
6
  "npm": ">=9",