@griddo/ax 11.2.4 → 11.2.5-rc.0

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,7 +1,7 @@
1
1
  {
2
2
  "name": "@griddo/ax",
3
3
  "description": "Griddo Author Experience",
4
- "version": "11.2.4",
4
+ "version": "11.2.5-rc.0",
5
5
  "authors": [
6
6
  "Álvaro Sánchez' <alvaro.sanches@secuoyas.com>",
7
7
  "Carlos Torres <carlos.torres@secuoyas.com>",
@@ -225,5 +225,5 @@
225
225
  "publishConfig": {
226
226
  "access": "public"
227
227
  },
228
- "gitHead": "2e9f58f7f0ef82f9dfe46960132b879b4819332e"
228
+ "gitHead": "eea946b75afff0f2d3477a3e3f5467cc25351223"
229
229
  }
@@ -54,8 +54,8 @@ const Text = styled.div<{ active: boolean; disabled: boolean }>`
54
54
  p.disabled
55
55
  ? p.theme.color.interactiveDisabled
56
56
  : p.active
57
- ? p.theme.color.textHighEmphasis
58
- : p.theme.color.textMediumEmphasis};
57
+ ? p.theme.color.textHighEmphasis
58
+ : p.theme.color.textMediumEmphasis};
59
59
  `;
60
60
 
61
61
  export { Item, NavLink, Title, Arrow, Dropdown, Link, Icon, Text };