@m4l/styles 7.1.7 → 7.1.8

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.
@@ -1,49 +1,91 @@
1
- import { B as i } from "./baseOpacityColors.js";
2
- import { B as a } from "./baseColors.js";
3
- const t = {
1
+ import { B as t } from "./baseOpacityColors.js";
2
+ import { B as i } from "./baseColors.js";
3
+ const a = {
4
+ enabledLight: i.oxford[50],
5
+ // Comprobado
6
+ enabledDark: i.oxford[50],
7
+ // Comprobado
8
+ hoverLight: i.oxford[40],
9
+ // Comprobado
10
+ hoverDark: i.oxford[40],
11
+ // Comprobado
12
+ activeLight: i.oxford[60],
13
+ // Comprobado
14
+ activeDark: i.oxford[60],
15
+ // Comprobado
16
+ focusLight: i.oxford[70],
17
+ // Comprobado
18
+ focusDark: i.oxford[70],
19
+ // Comprobado
20
+ enabledOpacityLight: t.oxford[20],
21
+ // Comprobado
22
+ enabledOpacityDark: t.mint[20],
23
+ // Comprobado
24
+ hoverOpacityLight: t.oxford[10],
25
+ // Comprobado
26
+ hoverOpacityDark: t.mint[10],
27
+ // Comprobado
28
+ activeOpacityLight: t.oxford[30],
29
+ // Comprobado
30
+ activeOpacityDark: t.mint[30],
31
+ // Comprobado
32
+ focusOpacityLight: t.oxford[40],
33
+ // Comprobado
34
+ focusOpacityDark: t.mint[40],
35
+ // Comprobado
36
+ opacityLight: t.oxford[10],
37
+ // Comprobado
38
+ opacityDark: t.mint[10],
39
+ // Comprobado
4
40
  mainLight: i.oxford[10],
5
- mainDark: i.mint[20],
6
- lighter: i.oxford[40],
7
- light: i.oxford[20],
8
- dark: i.mint[30],
9
- darker: i.mint[50],
41
+ // Comprobado
42
+ mainDark: t.mint[20],
43
+ // Comprobado
44
+ lighter: t.oxford[40],
45
+ // Comprobado
46
+ light: t.oxford[20],
47
+ // Comprobado
48
+ dark: t.mint[30],
49
+ // Comprobado,
50
+ darker: t.mint[50],
51
+ // Comprobado,
10
52
  // Tone colors
11
- toneOpacityLight: a.oxford.toneOpacity10,
12
- toneOpacityDark: a.oxford.toneOpacity20,
13
- // opacity backgrounds light
14
- opacityHoverLight: i.oxford[10],
15
- opacityFocusLight: i.oxford[20],
16
- opacityActiveLight: i.oxford[30],
17
- // opacity backgrounds Dark
18
- opacityHoverDark: i.marble[10],
19
- opacityFocusDark: i.marble[20],
20
- opacityActiveDark: i.marble[30]
21
- }, r = {
22
- main: t.mainLight,
23
- active: t.lighter,
24
- hover: t.light,
25
- opacity: t.toneOpacityLight,
26
- toneOpacity: t.toneOpacityLight,
27
- hoverOpacity: t.opacityHoverLight,
28
- focusOpacity: t.opacityFocusLight,
29
- activeOpacity: t.opacityActiveLight,
53
+ toneOpacityLight: i.oxford[5],
54
+ // Comprobado
55
+ toneOpacityDark: i.oxford[95]
56
+ // Comprobado
57
+ }, c = {
58
+ enabled: a.enabledLight,
59
+ enabledOpacity: a.enabledOpacityLight,
60
+ hover: a.hoverLight,
61
+ hoverOpacity: a.hoverOpacityLight,
62
+ focus: a.focusLight,
63
+ focusOpacity: a.focusOpacityLight,
64
+ active: a.activeLight,
65
+ activeOpacity: a.activeOpacityLight,
66
+ opacity: a.light,
67
+ toneOpacity: a.toneOpacityLight,
30
68
  //Por compatibilidad con MUI
31
- light: t.light,
32
- dark: t.dark
69
+ main: a.mainLight,
70
+ light: a.light,
71
+ dark: a.dark
33
72
  }, e = {
34
- main: t.mainLight,
35
- active: t.lighter,
36
- hover: t.dark,
37
- opacity: t.toneOpacityDark,
38
- toneOpacity: t.toneOpacityDark,
39
- hoverOpacity: t.opacityHoverDark,
40
- focusOpacity: t.opacityFocusDark,
41
- activeOpacity: t.opacityActiveDark,
73
+ enabled: a.enabledDark,
74
+ enabledOpacity: a.enabledOpacityDark,
75
+ hover: a.hoverDark,
76
+ hoverOpacity: a.hoverOpacityDark,
77
+ focus: a.focusDark,
78
+ focusOpacity: a.focusOpacityDark,
79
+ active: a.activeDark,
80
+ activeOpacity: a.activeOpacityDark,
81
+ opacity: a.dark,
82
+ toneOpacity: a.toneOpacityDark,
42
83
  //Por compatibilidad con MUI
43
- light: t.light,
44
- dark: t.dark
84
+ main: a.mainDark,
85
+ light: a.light,
86
+ dark: a.dark
45
87
  };
46
88
  export {
47
- r as B,
89
+ c as B,
48
90
  e as a
49
91
  };