@mxenabled/mxui 1.0.3 → 1.0.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.
@@ -29,6 +29,7 @@ declare module '@mui/material/styles' {
29
29
  ParagraphSmall?: CSSProperties;
30
30
  Small?: CSSProperties;
31
31
  Tiny?: CSSProperties;
32
+ tiny?: CSSProperties;
32
33
  XSmall?: CSSProperties;
33
34
  }
34
35
  interface TypographyVariants {
@@ -41,6 +42,7 @@ declare module '@mui/material/styles' {
41
42
  ParagraphSmall: CSSProperties;
42
43
  Small: CSSProperties;
43
44
  Tiny: CSSProperties;
45
+ tiny?: CSSProperties;
44
46
  XSmall: CSSProperties;
45
47
  }
46
48
  interface TypeCategory {
@@ -107,6 +109,7 @@ declare module '@mui/material/Typography' {
107
109
  ParagraphSmall: true;
108
110
  Small: true;
109
111
  Tiny: true;
112
+ tiny: true;
110
113
  XSmall: true;
111
114
  }
112
115
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mxenabled/mxui",
3
- "version": "1.0.3",
3
+ "version": "1.0.5",
4
4
  "description": "Package containing MX theme and common controls for MUI",
5
5
  "main": "dist/index.es.js",
6
6
  "types": "dist/index.d.ts",