@m4l/styles 7.1.30-B08072025beta.3 → 7.1.30-B11072025beta.1

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.30-B08072025beta.3",
3
+ "version": "7.1.30-B11072025beta.1",
4
4
  "license": "UNLICENSED",
5
5
  "author": "m4l team",
6
6
  "publishConfig": {
@@ -11,7 +11,7 @@ const l = {
11
11
  scrollBar: "#5663763D",
12
12
  gridHover: "#FCFCFC"
13
13
  }
14
- }, A = (n) => {
14
+ }, x = (n) => {
15
15
  const r = f?.[n], e = g?.[n];
16
16
  return {
17
17
  light: {
@@ -64,7 +64,7 @@ const l = {
64
64
  // Comprobado
65
65
  },
66
66
  contained: {
67
- color: o.marbleLight[30],
67
+ color: r.semanticText,
68
68
  // Comprobado
69
69
  backgroundColor: r.enabledOpacity,
70
70
  // Comprobado
@@ -171,7 +171,7 @@ const l = {
171
171
  // Comprobado
172
172
  },
173
173
  contained: {
174
- color: o.marbleLight[30],
174
+ color: e.semanticText,
175
175
  // Comprobado
176
176
  backgroundColor: e.enabledOpacity,
177
177
  // Comprobado
@@ -232,5 +232,5 @@ const l = {
232
232
  };
233
233
  };
234
234
  export {
235
- A as g
235
+ x as g
236
236
  };