@m4l/layouts 9.3.4-19062025.beta.1 → 9.3.4-24062025.beta.1

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.
@@ -93,7 +93,7 @@ const noAuthModuleLayoutStyles = {
93
93
  containerCompanyLogo: ({ theme }) => ({
94
94
  display: "flex",
95
95
  justifyContent: "center",
96
- height: theme.vars.size.baseSpacings.sp12,
96
+ height: theme.vars.size.baseSpacings.sp14,
97
97
  width: "100%",
98
98
  marginBottom: theme.vars.size.baseSpacings.sp2
99
99
  }),
@@ -127,7 +127,9 @@ const noAuthModuleLayoutStyles = {
127
127
  display: "flex",
128
128
  width: "fit-content",
129
129
  height: "fit-content",
130
+ padding: theme.vars.size.baseSpacings["sp0-5"],
130
131
  gap: theme.vars.size.baseSpacings.sp1,
132
+ backgroundColor: theme.vars.palette.background.base,
131
133
  borderRadius: theme.vars.size.borderRadius.r2,
132
134
  border: theme.vars.size.borderStroke.container,
133
135
  borderColor: theme.vars.palette.border.disabled,
package/package.json CHANGED
@@ -1,16 +1,16 @@
1
1
  {
2
2
  "name": "@m4l/layouts",
3
- "version": "9.3.4-19062025.beta.1",
3
+ "version": "9.3.4-24062025.beta.1",
4
4
  "license": "UNLICENSED",
5
5
  "author": "M4L Team ",
6
6
  "lint-staged": {
7
7
  "*.{js,ts,tsx}": "eslint --fix --max-warnings 0"
8
8
  },
9
9
  "peerDependencies": {
10
- "@m4l/components": "9.2.60-19062025.beta.1",
10
+ "@m4l/components": "9.2.60-24062025.beta.1",
11
11
  "@m4l/core": "^2.0.0",
12
- "@m4l/graphics": "7.1.2-19062025.beta.1",
13
- "@m4l/styles": "7.1.29-19062025.beta.1"
12
+ "@m4l/graphics": "7.1.2-24062025.beta.1",
13
+ "@m4l/styles": "7.1.29-24062025.beta.1"
14
14
  },
15
15
  "resolutions": {
16
16
  "glob": "^10.4.5",