@m4l/styles 3.1.1 → 3.1.3

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": "@m4l/styles",
3
- "version": "3.1.1",
3
+ "version": "3.1.3",
4
4
  "license": "UNLICENSED",
5
5
  "author": "m4l team",
6
6
  "dependencies": {
@@ -90,7 +90,7 @@ declare module '@mui/material/styles' {
90
90
  breakpoints: Breakpoints;
91
91
  generalSettings: {
92
92
  isMobile: boolean;
93
- }
93
+ };
94
94
  }
95
95
 
96
96
  interface ThemeVars {
@@ -99,6 +99,9 @@ declare module '@mui/material/styles' {
99
99
 
100
100
  interface ColorSystem {
101
101
  typography: TypographyVariants;
102
+ generalSettings: {
103
+ isMobile: boolean;
104
+ };
102
105
  }
103
106
 
104
107
  interface TypeBackground {