@financial-times/n-myft-ui 39.0.3 → 39.0.4

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,6 +1,6 @@
1
1
  {
2
2
  "branch": "",
3
3
  "repo": "n-myft-ui",
4
- "version": "55f5603b651627ce914d1f2a8d8e100d926fff94",
5
- "tag": "v39.0.3"
4
+ "version": "8f2131715b9f4190d609bbae9dbe1e4a5b0589a7",
5
+ "tag": "v39.0.4"
6
6
  }
@@ -37,11 +37,19 @@
37
37
  &:not([disabled]):focus {
38
38
  background: transparent;
39
39
  color: var(--o3-color-palette-black-80);
40
+
41
+ @media (max-width: 480px) {
42
+ color: transparent;
43
+ }
40
44
  }
41
45
 
42
46
  &[aria-pressed='true'] {
43
47
  background: transparent;
44
48
  color: var(--o3-color-palette-black-80);
49
+
50
+ @media (max-width: 480px) {
51
+ color: transparent;
52
+ }
45
53
  }
46
54
 
47
55
  &::before {
@@ -68,7 +76,7 @@
68
76
  }
69
77
 
70
78
  // Hide text on mobile screens, show only icon
71
- @media (max-width: 980px) {
79
+ @media (max-width: 480px) {
72
80
  color: transparent;
73
81
  margin-left: -100px;
74
82
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@financial-times/n-myft-ui",
3
- "version": "39.0.3",
3
+ "version": "39.0.4",
4
4
  "description": "Client side component for interaction with myft",
5
5
  "main": "server.js",
6
6
  "scripts": {