@comet/admin 8.11.0-canary-20251215080913 → 8.11.0-canary-20251215091042

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.
@@ -1 +1 @@
1
- {"version":3,"file":"MuiDataGrid.d.ts","sourceRoot":"","sources":["../../../src/theme/componentsTheme/MuiDataGrid.tsx"],"names":[],"mappings":"AAuBA,OAAO,EAAE,KAAK,oBAAoB,EAAE,MAAM,sBAAsB,CAAC;AAkBjE,eAAO,MAAM,cAAc,EAAE,oBAAoB,CAAC,aAAa,CAoU7D,CAAC"}
1
+ {"version":3,"file":"MuiDataGrid.d.ts","sourceRoot":"","sources":["../../../src/theme/componentsTheme/MuiDataGrid.tsx"],"names":[],"mappings":"AAuBA,OAAO,EAAE,KAAK,oBAAoB,EAAE,MAAM,sBAAsB,CAAC;AAkBjE,eAAO,MAAM,cAAc,EAAE,oBAAoB,CAAC,aAAa,CAsU7D,CAAC"}
@@ -157,6 +157,12 @@ var getMuiDataGrid = exports.getMuiDataGrid = function getMuiDataGrid(component,
157
157
  minHeight: getDensityHeightValue(ownerState === null || ownerState === void 0 ? void 0 : ownerState.density)
158
158
  });
159
159
  },
160
+ row: function row(_ref9) {
161
+ var ownerState = _ref9.ownerState;
162
+ return {
163
+ cursor: ownerState !== null && ownerState !== void 0 && ownerState.onRowClick ? "pointer" : undefined
164
+ };
165
+ },
160
166
  iconSeparator: {
161
167
  backgroundColor: palette.grey[100],
162
168
  width: "2px",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@comet/admin",
3
- "version": "8.11.0-canary-20251215080913",
3
+ "version": "8.11.0-canary-20251215091042",
4
4
  "description": "Comet Admin package",
5
5
  "repository": {
6
6
  "directory": "packages/admin/admin",
@@ -28,7 +28,7 @@
28
28
  "react-dropzone": "^14.3.8",
29
29
  "use-constant": "^2.0.0",
30
30
  "uuid": "^11.1.0",
31
- "@comet/admin-icons": "8.11.0-canary-20251215080913"
31
+ "@comet/admin-icons": "8.11.0-canary-20251215091042"
32
32
  },
33
33
  "devDependencies": {
34
34
  "@apollo/client": "^3.14.0",
@@ -56,7 +56,7 @@
56
56
  "@types/lodash.debounce": "^4.0.9",
57
57
  "@types/lodash.isequal": "^4.5.8",
58
58
  "@types/node": "^24.9.1",
59
- "@types/react": "^18.3.23",
59
+ "@types/react": "^18.3.27",
60
60
  "@types/react-dom": "^18.3.7",
61
61
  "@types/react-router": "^5.1.20",
62
62
  "@types/react-router-dom": "^5.3.3",
@@ -83,9 +83,9 @@
83
83
  "storybook-addon-tag-badges": "^2.0.1",
84
84
  "ts-jest": "^29.4.0",
85
85
  "typescript": "5.9.3",
86
- "@comet/admin-babel-preset": "8.11.0-canary-20251215080913",
87
- "@comet/eslint-config": "8.11.0-canary-20251215080913",
88
- "@comet/eslint-plugin": "8.11.0-canary-20251215080913"
86
+ "@comet/admin-babel-preset": "8.11.0-canary-20251215091042",
87
+ "@comet/eslint-config": "8.11.0-canary-20251215091042",
88
+ "@comet/eslint-plugin": "8.11.0-canary-20251215091042"
89
89
  },
90
90
  "peerDependencies": {
91
91
  "@apollo/client": "^3.7.0",