@atlaskit/reactions 21.0.0 → 21.0.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/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @atlaskit/reactions
2
2
 
3
+ ## 21.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [`b44aa6749c0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b44aa6749c0) - [ux] Changed the token usage for emoji name to make it visible in the reaction tooltip.
8
+
3
9
  ## 21.0.0
4
10
 
5
11
  ### Major Changes
@@ -46,11 +46,11 @@ var tooltipStyle = (0, _typestyle.style)({
46
46
  });
47
47
  var emojiNameStyle = (0, _typestyle.style)({
48
48
  textTransform: 'capitalize',
49
- color: (0, _tokens.token)('color.text.mediumEmphasis', _colors.N90),
49
+ color: (0, _tokens.token)('color.text.onBold', _colors.N90),
50
50
  fontWeight: 600
51
51
  });
52
52
  var footerStyle = (0, _typestyle.style)({
53
- color: (0, _tokens.token)('color.text.mediumEmphasis', _colors.N90),
53
+ color: (0, _tokens.token)('color.text.onBold', _colors.N90),
54
54
  fontWeight: 300
55
55
  });
56
56
  var TOOLTIP_USERS_LIMIT = 5;
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "name": "@atlaskit/reactions",
3
- "version": "21.0.0"
3
+ "version": "21.0.1"
4
4
  }
@@ -29,11 +29,11 @@ const tooltipStyle = style({
29
29
  });
30
30
  const emojiNameStyle = style({
31
31
  textTransform: 'capitalize',
32
- color: token('color.text.mediumEmphasis', N90),
32
+ color: token('color.text.onBold', N90),
33
33
  fontWeight: 600
34
34
  });
35
35
  const footerStyle = style({
36
- color: token('color.text.mediumEmphasis', N90),
36
+ color: token('color.text.onBold', N90),
37
37
  fontWeight: 300
38
38
  });
39
39
  const TOOLTIP_USERS_LIMIT = 5;
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "name": "@atlaskit/reactions",
3
- "version": "21.0.0"
3
+ "version": "21.0.1"
4
4
  }
@@ -29,11 +29,11 @@ var tooltipStyle = style({
29
29
  });
30
30
  var emojiNameStyle = style({
31
31
  textTransform: 'capitalize',
32
- color: token('color.text.mediumEmphasis', N90),
32
+ color: token('color.text.onBold', N90),
33
33
  fontWeight: 600
34
34
  });
35
35
  var footerStyle = style({
36
- color: token('color.text.mediumEmphasis', N90),
36
+ color: token('color.text.onBold', N90),
37
37
  fontWeight: 300
38
38
  });
39
39
  var TOOLTIP_USERS_LIMIT = 5;
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "name": "@atlaskit/reactions",
3
- "version": "21.0.0"
3
+ "version": "21.0.1"
4
4
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/reactions",
3
- "version": "21.0.0",
3
+ "version": "21.0.1",
4
4
  "description": "Reactions component",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -30,9 +30,9 @@
30
30
  "@atlaskit/analytics-next": "^8.2.0",
31
31
  "@atlaskit/button": "^16.0.0",
32
32
  "@atlaskit/emoji": "^64.0.0",
33
- "@atlaskit/icon": "^21.9.0",
33
+ "@atlaskit/icon": "^21.10.0",
34
34
  "@atlaskit/popper": "^5.0.0",
35
- "@atlaskit/theme": "^12.0.0",
35
+ "@atlaskit/theme": "^12.1.0",
36
36
  "@atlaskit/tokens": "^0.4.0",
37
37
  "@atlaskit/tooltip": "^17.5.0",
38
38
  "@atlaskit/util-service-support": "^6.0.0",
@@ -52,7 +52,7 @@
52
52
  "@atlaskit/editor-test-helpers": "^16.0.0",
53
53
  "@atlaskit/elements-test-helpers": "^0.7.0",
54
54
  "@atlaskit/tooltip": "^17.5.0",
55
- "@atlaskit/util-data-test": "^17.0.0",
55
+ "@atlaskit/util-data-test": "^17.1.0",
56
56
  "@atlassian/atlassian-frontend-prettier-config-1.0.1": "npm:@atlassian/atlassian-frontend-prettier-config@1.0.1",
57
57
  "enzyme": "^3.10.0",
58
58
  "enzyme-adapter-react-16": "^1.15.1",