mayak-common-library 0.0.650 → 0.0.651

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/theme.ts +2 -10
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mayak-common-library",
3
- "version": "0.0.650",
3
+ "version": "0.0.651",
4
4
  "private": false,
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",
package/theme.ts CHANGED
@@ -10,7 +10,7 @@ const _theme = {
10
10
  fontFamily: 'RockStar, sans-serif',
11
11
  body1: {
12
12
  fontSize: 14,
13
- lineHeight: '22px',
13
+ lineHeight: '20px',
14
14
  },
15
15
  },
16
16
  body: {
@@ -20,6 +20,7 @@ const _theme = {
20
20
  values: {
21
21
  xs: 0,
22
22
  sm: 650,
23
+ tab: 799,
23
24
  md: 900,
24
25
  lg: 1200,
25
26
  xl: 1536,
@@ -32,15 +33,6 @@ const _theme = {
32
33
  },
33
34
  },
34
35
  components: {
35
- // MuiTypography: {
36
- // styleOverrides: {
37
- // // Here you can target specific styles, e.g., remove specific styles
38
- // root: {
39
- // fontFamily: 'inherit', // Inherits from _theme’s global fontFamily or other components
40
- // fontSize: 'inherit',
41
- // },
42
- // },
43
- // },
44
36
  MuiButton: {
45
37
  styleOverrides: {
46
38
  root: {