@atlaskit/reactions 22.2.1 → 22.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,18 @@
1
1
  # @atlaskit/reactions
2
2
 
3
+ ## 22.2.3
4
+
5
+ ### Patch Changes
6
+
7
+ - [`3592739fb5b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3592739fb5b) - [ux] hide tooltip of add reaction when reaction picker is opened
8
+ - Updated dependencies
9
+
10
+ ## 22.2.2
11
+
12
+ ### Patch Changes
13
+
14
+ - [`d16c7d57428`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d16c7d57428) - Update teams.json to reflect current team
15
+
3
16
  ## 22.2.1
4
17
 
5
18
  ### Patch Changes
@@ -200,7 +200,7 @@ var ReactionPicker = /*#__PURE__*/_react.default.memo(function (props) {
200
200
  onClick: onTriggerClick,
201
201
  miniMode: miniMode,
202
202
  disabled: disabled,
203
- tooltipContent: tooltipContent
203
+ tooltipContent: settings.isOpen ? null : tooltipContent
204
204
  })
205
205
  );
206
206
  }), (0, _react2.jsx)(_popper.Popper, {
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "name": "@atlaskit/reactions",
3
- "version": "22.2.1"
3
+ "version": "22.2.3"
4
4
  }
@@ -182,7 +182,7 @@ export const ReactionPicker = /*#__PURE__*/React.memo(props => {
182
182
  onClick: onTriggerClick,
183
183
  miniMode: miniMode,
184
184
  disabled: disabled,
185
- tooltipContent: tooltipContent
185
+ tooltipContent: settings.isOpen ? null : tooltipContent
186
186
  })), jsx(Popper, {
187
187
  placement: "bottom-start",
188
188
  modifiers: popperModifiers
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "name": "@atlaskit/reactions",
3
- "version": "22.2.1"
3
+ "version": "22.2.3"
4
4
  }
@@ -191,7 +191,7 @@ export var ReactionPicker = /*#__PURE__*/React.memo(function (props) {
191
191
  onClick: onTriggerClick,
192
192
  miniMode: miniMode,
193
193
  disabled: disabled,
194
- tooltipContent: tooltipContent
194
+ tooltipContent: settings.isOpen ? null : tooltipContent
195
195
  })
196
196
  );
197
197
  }), jsx(Popper, {
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "name": "@atlaskit/reactions",
3
- "version": "22.2.1"
3
+ "version": "22.2.3"
4
4
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/reactions",
3
- "version": "22.2.1",
3
+ "version": "22.2.3",
4
4
  "description": "Reactions component",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -14,7 +14,7 @@
14
14
  "types": "dist/types/index.d.ts",
15
15
  "atlaskit:src": "src/index.ts",
16
16
  "atlassian": {
17
- "team": "TWP Collaboration Platform",
17
+ "team": "Foundational Elements",
18
18
  "deprecatedAutoEntryPoints": true,
19
19
  "releaseModel": "scheduled",
20
20
  "website": {
@@ -27,7 +27,7 @@
27
27
  "dependencies": {
28
28
  "@atlaskit/analytics-gas-types": "^5.0.0",
29
29
  "@atlaskit/analytics-namespaced-context": "^6.6.0",
30
- "@atlaskit/analytics-next": "^8.2.0",
30
+ "@atlaskit/analytics-next": "^9.0.0",
31
31
  "@atlaskit/avatar": "^21.0.0",
32
32
  "@atlaskit/button": "^16.5.0",
33
33
  "@atlaskit/ds-lib": "^2.1.0",
@@ -39,7 +39,7 @@
39
39
  "@atlaskit/spinner": "^15.3.0",
40
40
  "@atlaskit/tabs": "^13.2.12",
41
41
  "@atlaskit/theme": "^12.2.0",
42
- "@atlaskit/tokens": "^1.0.0",
42
+ "@atlaskit/tokens": "^1.2.0",
43
43
  "@atlaskit/tooltip": "^17.6.0",
44
44
  "@atlaskit/ufo": "^0.1.0",
45
45
  "@atlaskit/util-service-support": "^6.1.0",
@@ -82,7 +82,9 @@
82
82
  ],
83
83
  "techstack": {
84
84
  "@repo/internal": {
85
- "theming": "tokens"
85
+ "design-tokens": [
86
+ "color"
87
+ ]
86
88
  },
87
89
  "@atlassian/frontend": {
88
90
  "tree-shaking": []