@crystaldesign/grid 24.14.0-rc.9 → 24.14.0
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 -1
- package/package.json +5 -5
package/build/esm/index.js
CHANGED
|
@@ -652,8 +652,10 @@ function Toolbar(_ref) {
|
|
|
652
652
|
className: "grid-toolbar",
|
|
653
653
|
children: [/*#__PURE__*/jsx(AccordionSummary, {
|
|
654
654
|
id: "grid-summary",
|
|
655
|
+
style: {
|
|
656
|
+
cursor: 'auto'
|
|
657
|
+
},
|
|
655
658
|
sx: {
|
|
656
|
-
cursor: 'initial',
|
|
657
659
|
backgroundColor: 'transparent',
|
|
658
660
|
// Standardhintergrund entfernen
|
|
659
661
|
'&.Mui-focusVisible': {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@crystaldesign/grid",
|
|
3
|
-
"version": "24.14.0
|
|
3
|
+
"version": "24.14.0",
|
|
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": "24.14.0
|
|
16
|
-
"@crystaldesign/rtf-editor": "24.14.0
|
|
17
|
-
"@crystaldesign/searchfield": "24.14.0
|
|
15
|
+
"@crystaldesign/content-box": "24.14.0",
|
|
16
|
+
"@crystaldesign/rtf-editor": "24.14.0",
|
|
17
|
+
"@crystaldesign/searchfield": "24.14.0",
|
|
18
18
|
"@emotion/react": "^11.4.1",
|
|
19
19
|
"@emotion/styled": "^11.3.0",
|
|
20
20
|
"@mui/icons-material": "^6.1.5",
|
|
@@ -42,5 +42,5 @@
|
|
|
42
42
|
},
|
|
43
43
|
"module": "build/esm/index.js",
|
|
44
44
|
"types": "./build/types/grid/src/index.d.ts",
|
|
45
|
-
"gitHead": "
|
|
45
|
+
"gitHead": "9ff35d1f34a8bf3bf87caed56aeae9f886cd2728"
|
|
46
46
|
}
|