@crystaldesign/grid 24.14.0-rc.4 → 24.14.0-rc.5
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 +4 -1
- package/package.json +5 -5
package/build/esm/index.js
CHANGED
|
@@ -1017,7 +1017,10 @@ function GroupedGallery(_ref4) {
|
|
|
1017
1017
|
}
|
|
1018
1018
|
return /*#__PURE__*/jsx(Grid$1, {
|
|
1019
1019
|
style: {
|
|
1020
|
-
overflow: 'auto'
|
|
1020
|
+
overflow: 'auto',
|
|
1021
|
+
display: 'flex',
|
|
1022
|
+
flexDirection: 'column',
|
|
1023
|
+
flexWrap: 'nowrap'
|
|
1021
1024
|
},
|
|
1022
1025
|
className: className,
|
|
1023
1026
|
container: true,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@crystaldesign/grid",
|
|
3
|
-
"version": "24.14.0-rc.
|
|
3
|
+
"version": "24.14.0-rc.5",
|
|
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-rc.
|
|
16
|
-
"@crystaldesign/rtf-editor": "24.14.0-rc.
|
|
17
|
-
"@crystaldesign/searchfield": "24.14.0-rc.
|
|
15
|
+
"@crystaldesign/content-box": "24.14.0-rc.5",
|
|
16
|
+
"@crystaldesign/rtf-editor": "24.14.0-rc.5",
|
|
17
|
+
"@crystaldesign/searchfield": "24.14.0-rc.5",
|
|
18
18
|
"@mui/icons-material": "^6.1.5",
|
|
19
19
|
"@mui/lab": "^6.0.0-beta.13",
|
|
20
20
|
"@mui/material": "^6.1.5",
|
|
@@ -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": "d63b0d61f023ea13fe1cd4d2e91bf013ce993a19"
|
|
44
44
|
}
|