@atlaskit/reactions 21.2.2 → 21.2.3

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,12 @@
1
1
  # @atlaskit/reactions
2
2
 
3
+ ## 21.2.3
4
+
5
+ ### Patch Changes
6
+
7
+ - [`d64aafec153`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d64aafec153) - Fixed bug where clicking on tooltip triggered a reaction
8
+ - Updated dependencies
9
+
3
10
  ## 21.2.2
4
11
 
5
12
  ### Patch Changes
@@ -188,14 +188,14 @@ var ReactionWithoutAnalytics = /*#__PURE__*/function (_PureComponent) {
188
188
  id: reaction.emojiId,
189
189
  shortName: ''
190
190
  };
191
- return (0, _core.jsx)("button", {
191
+ return (0, _core.jsx)(_ReactionTooltip.ReactionTooltip, {
192
+ emojiName: emojiName,
193
+ reaction: reaction
194
+ }, (0, _core.jsx)("button", {
192
195
  className: classNameProp,
193
196
  css: [reactionStyle, reaction.reacted && reactedStyle],
194
197
  onMouseUp: this.handleMouseDown,
195
198
  onMouseEnter: this.handleMouseEnter
196
- }, (0, _core.jsx)(_ReactionTooltip.ReactionTooltip, {
197
- emojiName: emojiName,
198
- reaction: reaction
199
199
  }, (0, _core.jsx)(_FlashAnimation.FlashAnimation, {
200
200
  flash: flash,
201
201
  css: flashStyle
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "name": "@atlaskit/reactions",
3
- "version": "21.2.2"
3
+ "version": "21.2.3"
4
4
  }
@@ -142,14 +142,14 @@ class ReactionWithoutAnalytics extends PureComponent {
142
142
  id: reaction.emojiId,
143
143
  shortName: ''
144
144
  };
145
- return jsx("button", {
145
+ return jsx(ReactionTooltip, {
146
+ emojiName: emojiName,
147
+ reaction: reaction
148
+ }, jsx("button", {
146
149
  className: classNameProp,
147
150
  css: [reactionStyle, reaction.reacted && reactedStyle],
148
151
  onMouseUp: this.handleMouseDown,
149
152
  onMouseEnter: this.handleMouseEnter
150
- }, jsx(ReactionTooltip, {
151
- emojiName: emojiName,
152
- reaction: reaction
153
153
  }, jsx(FlashAnimation, {
154
154
  flash: flash,
155
155
  css: flashStyle
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "name": "@atlaskit/reactions",
3
- "version": "21.2.2"
3
+ "version": "21.2.3"
4
4
  }
@@ -164,14 +164,14 @@ var ReactionWithoutAnalytics = /*#__PURE__*/function (_PureComponent) {
164
164
  id: reaction.emojiId,
165
165
  shortName: ''
166
166
  };
167
- return jsx("button", {
167
+ return jsx(ReactionTooltip, {
168
+ emojiName: emojiName,
169
+ reaction: reaction
170
+ }, jsx("button", {
168
171
  className: classNameProp,
169
172
  css: [reactionStyle, reaction.reacted && reactedStyle],
170
173
  onMouseUp: this.handleMouseDown,
171
174
  onMouseEnter: this.handleMouseEnter
172
- }, jsx(ReactionTooltip, {
173
- emojiName: emojiName,
174
- reaction: reaction
175
175
  }, jsx(FlashAnimation, {
176
176
  flash: flash,
177
177
  css: flashStyle
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "name": "@atlaskit/reactions",
3
- "version": "21.2.2"
3
+ "version": "21.2.3"
4
4
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/reactions",
3
- "version": "21.2.2",
3
+ "version": "21.2.3",
4
4
  "description": "Reactions component",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -30,12 +30,12 @@
30
30
  "@atlaskit/analytics-next": "^8.2.0",
31
31
  "@atlaskit/button": "^16.2.0",
32
32
  "@atlaskit/ds-lib": "^1.4.0",
33
- "@atlaskit/emoji": "^64.4.0",
33
+ "@atlaskit/emoji": "^64.5.0",
34
34
  "@atlaskit/icon": "^21.10.0",
35
35
  "@atlaskit/motion": "^1.0.3",
36
36
  "@atlaskit/popper": "^5.0.0",
37
37
  "@atlaskit/theme": "^12.1.0",
38
- "@atlaskit/tokens": "^0.8.0",
38
+ "@atlaskit/tokens": "^0.9.0",
39
39
  "@atlaskit/tooltip": "^17.5.0",
40
40
  "@atlaskit/ufo": "^0.1.0",
41
41
  "@atlaskit/util-service-support": "^6.1.0",