@m4l/components 9.3.31 → 9.3.32

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.
@@ -8,7 +8,7 @@ const appBarStyles = {
8
8
  display: "flex",
9
9
  flexDirection: "row",
10
10
  flexWrap: "nowrap",
11
- alignItems: theme.generalSettings.isMobile ? "center" : "initial",
11
+ alignItems: "center",
12
12
  height: theme.vars.size.baseSpacings.sp12,
13
13
  minHeight: theme.vars.size.baseSpacings.sp12,
14
14
  padding: `0 ${theme.generalSettings.isMobile ? theme.vars.size.baseSpacings.sp2 : theme.vars.size.baseSpacings.sp4}`,
@@ -17,7 +17,7 @@ const cardStyles = {
17
17
  width: "100%",
18
18
  outline: "unset!important",
19
19
  borderRadius: theme.vars.size.borderRadius.r2,
20
- backgroundColor: theme.palette.background.paper,
20
+ backgroundColor: theme.vars.palette.background.default,
21
21
  height: ownerState?.height ?? "auto",
22
22
  minHeight: ownerState?.height ?? "auto",
23
23
  maxHeight: ownerState?.height ?? "auto",
@@ -134,7 +134,7 @@ const AreasAdmin = (props) => {
134
134
  }
135
135
  ),
136
136
  maximizedId && windowsLayouts.length > 1 && /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsxs(ContainerAdminWindowsStyled, { size: currentSize, ownerState, children: [
137
- /* @__PURE__ */ jsx(Typography, { size: currentSize, children: getLabel(getAreasDictionary(AREAS_DICCTIONARY.label_window)) }),
137
+ /* @__PURE__ */ jsx(Typography, { size: currentSize, skeletonWidth: "80px", children: getLabel(getAreasDictionary(AREAS_DICCTIONARY.label_window)) }),
138
138
  /* @__PURE__ */ jsx(
139
139
  MenuActions,
140
140
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@m4l/components",
3
- "version": "9.3.31",
3
+ "version": "9.3.32",
4
4
  "license": "UNLICENSED",
5
5
  "description": "M4L Components",
6
6
  "lint-staged": {