@etsoo/materialui 1.1.23 → 1.1.24

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@etsoo/materialui",
3
- "version": "1.1.23",
3
+ "version": "1.1.24",
4
4
  "description": "TypeScript Material-UI Implementation",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",
@@ -50,9 +50,9 @@
50
50
  "@emotion/css": "^11.10.5",
51
51
  "@emotion/react": "^11.10.5",
52
52
  "@emotion/styled": "^11.10.5",
53
- "@etsoo/appscript": "^1.3.59",
53
+ "@etsoo/appscript": "^1.3.60",
54
54
  "@etsoo/notificationbase": "^1.1.23",
55
- "@etsoo/react": "^1.6.43",
55
+ "@etsoo/react": "^1.6.44",
56
56
  "@etsoo/shared": "^1.1.88",
57
57
  "@mui/icons-material": "^5.11.0",
58
58
  "@mui/material": "^5.11.6",
@@ -279,7 +279,7 @@ export function OptionGroup<
279
279
  <FormControl
280
280
  component="fieldset"
281
281
  fullWidth={fullWidth}
282
- sx={{ height: "56px" }}
282
+ sx={{ height: "56px" }} // absolute layout inside relative layout needed
283
283
  {...rest}
284
284
  >
285
285
  {label && (