@m4l/styles 7.1.20 → 7.1.21

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.20",
3
+ "version": "7.1.21",
4
4
  "license": "UNLICENSED",
5
5
  "author": "m4l team",
6
6
  "publishConfig": {
@@ -18,9 +18,9 @@ const a = {
18
18
  // comprobado,
19
19
  activeDark: t.patronusBlue[70],
20
20
  // comprobado,
21
- focusLight: t.patronusBlue[50],
21
+ focusLight: t.patronusBlue[80],
22
22
  // comprobado,
23
- focusDark: t.patronusBlue[50],
23
+ focusDark: t.patronusBlue[80],
24
24
  // comprobado,
25
25
  enabledOpacityLight: e.patronus[20],
26
26
  // comprobado
@@ -90,9 +90,9 @@ const a = {
90
90
  // comprobado,
91
91
  activeDark: t.turquiBlue[70],
92
92
  // comprobado,
93
- focusLight: t.turquiBlue[50],
93
+ focusLight: t.turquiBlue[80],
94
94
  // comprobado,
95
- focusDark: t.turquiBlue[50],
95
+ focusDark: t.turquiBlue[80],
96
96
  // comprobado,
97
97
  enabledOpacityLight: e.turqui[20],
98
98
  // comprobado
@@ -162,9 +162,9 @@ const a = {
162
162
  // comprobado,
163
163
  activeDark: t.brown[70],
164
164
  // comprobado,
165
- focusLight: t.brown[50],
165
+ focusLight: t.brown[80],
166
166
  // comprobado,
167
- focusDark: t.brown[50],
167
+ focusDark: t.brown[80],
168
168
  // comprobado,
169
169
  enabledOpacityLight: e.brown[20],
170
170
  // comprobado
@@ -234,9 +234,9 @@ const a = {
234
234
  // comprobado,
235
235
  activeDark: t.blazeOrange[70],
236
236
  // comprobado,
237
- focusLight: t.blazeOrange[50],
237
+ focusLight: t.blazeOrange[80],
238
238
  // comprobado,
239
- focusDark: t.blazeOrange[50],
239
+ focusDark: t.blazeOrange[80],
240
240
  // comprobado,
241
241
  enabledOpacityLight: e.blaze[20],
242
242
  // comprobado
@@ -306,9 +306,9 @@ const a = {
306
306
  // comprobado,
307
307
  activeDark: t.grassGreen[70],
308
308
  // comprobado,
309
- focusLight: t.grassGreen[50],
309
+ focusLight: t.grassGreen[80],
310
310
  // comprobado,
311
- focusDark: t.grassGreen[50],
311
+ focusDark: t.grassGreen[80],
312
312
  // comprobado,
313
313
  enabledOpacityLight: e.grass[20],
314
314
  // comprobado
@@ -3,6 +3,7 @@ const p = {
3
3
  "sp0-5": "2px",
4
4
  sp1: "4px",
5
5
  sp2: "8px",
6
+ "sp2-5": "10px",
6
7
  sp3: "12px",
7
8
  "sp3-5": "14px",
8
9
  sp4: "16px",
@@ -16,6 +16,7 @@ export interface BaseSpacings {
16
16
  'sp0-5': string;
17
17
  sp1: string;
18
18
  sp2: string;
19
+ 'sp2-5': string;
19
20
  sp3: string;
20
21
  'sp3-5': string;
21
22
  sp4: string;