@crystaldesign/grid 25.1.0-beta.20 → 25.1.0-beta.22
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/build/esm/index.js +3 -0
- package/package.json +5 -5
package/build/esm/index.js
CHANGED
|
@@ -3344,6 +3344,9 @@ function BeginActionsCell(_ref) {
|
|
|
3344
3344
|
expander = _ref.expander;
|
|
3345
3345
|
return /*#__PURE__*/jsxs("div", {
|
|
3346
3346
|
className: beginActionsCell,
|
|
3347
|
+
style: !selection ? {
|
|
3348
|
+
justifyContent: 'center'
|
|
3349
|
+
} : {},
|
|
3347
3350
|
onClick: function onClick(e) {
|
|
3348
3351
|
return e.stopPropagation();
|
|
3349
3352
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@crystaldesign/grid",
|
|
3
|
-
"version": "25.1.0-beta.
|
|
3
|
+
"version": "25.1.0-beta.22",
|
|
4
4
|
"license": "COMMERCIAL",
|
|
5
5
|
"devDependencies": {
|
|
6
6
|
"@mui/x-date-pickers": "^7.22.0",
|
|
@@ -12,9 +12,9 @@
|
|
|
12
12
|
"react-dom": "18.3.1"
|
|
13
13
|
},
|
|
14
14
|
"dependencies": {
|
|
15
|
-
"@crystaldesign/content-box": "25.1.0-beta.
|
|
16
|
-
"@crystaldesign/rtf-editor": "25.1.0-beta.
|
|
17
|
-
"@crystaldesign/searchfield": "25.1.0-beta.
|
|
15
|
+
"@crystaldesign/content-box": "25.1.0-beta.22",
|
|
16
|
+
"@crystaldesign/rtf-editor": "25.1.0-beta.22",
|
|
17
|
+
"@crystaldesign/searchfield": "25.1.0-beta.22",
|
|
18
18
|
"@hello-pangea/dnd": "^17.0.0",
|
|
19
19
|
"@mui/icons-material": "^6.1.5",
|
|
20
20
|
"@mui/lab": "^6.0.0-beta.13",
|
|
@@ -40,5 +40,5 @@
|
|
|
40
40
|
},
|
|
41
41
|
"module": "build/esm/index.js",
|
|
42
42
|
"types": "./build/types/grid/src/index.d.ts",
|
|
43
|
-
"gitHead": "
|
|
43
|
+
"gitHead": "de3d159249e617ab1ed0f27e44376aed98d2f4b3"
|
|
44
44
|
}
|