@m4l/styles 7.1.32 → 7.1.33

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": "7.1.32",
3
+ "version": "7.1.33",
4
4
  "license": "UNLICENSED",
5
5
  "author": "m4l team",
6
6
  "publishConfig": {
@@ -215,7 +215,7 @@ const e = {
215
215
  // comprobado,,
216
216
  contrastText: a.marbleLight[30],
217
217
  // comprobado,
218
- semanticTextLight: a.flameRed[70],
218
+ semanticTextLight: a.flameRed[50],
219
219
  // comprobado,
220
220
  semanticTextDark: a.flameRed[40],
221
221
  // comprobado,
@@ -21,8 +21,8 @@ const m = {
21
21
  large: s.sp8
22
22
  },
23
23
  case: {
24
- small: s["sp5-5"],
25
- medium: s.sp4,
24
+ small: s["sp4-5"],
25
+ medium: s["sp5-5"],
26
26
  large: s.sp6
27
27
  }
28
28
  }, p = {
@@ -47,7 +47,7 @@ const m = {
47
47
  large: s.sp8
48
48
  },
49
49
  case: {
50
- small: s["sp4-5"],
50
+ small: s.sp4,
51
51
  medium: s.sp5,
52
52
  large: s.sp6
53
53
  }