@atlaskit/mention 24.3.0 → 24.3.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/mention
2
2
 
3
+ ## 24.3.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 24.3.0
4
10
 
5
11
  ### Minor Changes
@@ -211,8 +211,8 @@ var MentionList = exports.default = /*#__PURE__*/function (_React$PureComponent)
211
211
  key: key,
212
212
  onMouseMove: _this2.selectIndexOnHover
213
213
  /* Cannot use onclick, as onblur will close the element, and prevent
214
- * onClick from firing.
215
- */,
214
+ * onClick from firing.
215
+ */,
216
216
  onSelection: _this2.itemSelected,
217
217
  ref: ref
218
218
  });
@@ -224,8 +224,8 @@ var MentionList = exports.default = /*#__PURE__*/function (_React$PureComponent)
224
224
  key: key,
225
225
  onMouseMove: _this2.selectIndexOnHover
226
226
  /* Cannot use onclick, as onblur will close the element, and prevent
227
- * onClick from firing.
228
- */,
227
+ * onClick from firing.
228
+ */,
229
229
  onSelection: _this2.itemSelected,
230
230
  ref: function ref(_ref) {
231
231
  if (_ref) {
@@ -195,8 +195,8 @@ export default class MentionList extends React.PureComponent {
195
195
  key: key,
196
196
  onMouseMove: this.selectIndexOnHover
197
197
  /* Cannot use onclick, as onblur will close the element, and prevent
198
- * onClick from firing.
199
- */,
198
+ * onClick from firing.
199
+ */,
200
200
  onSelection: this.itemSelected,
201
201
  ref: ref
202
202
  });
@@ -208,8 +208,8 @@ export default class MentionList extends React.PureComponent {
208
208
  key: key,
209
209
  onMouseMove: this.selectIndexOnHover
210
210
  /* Cannot use onclick, as onblur will close the element, and prevent
211
- * onClick from firing.
212
- */,
211
+ * onClick from firing.
212
+ */,
213
213
  onSelection: this.itemSelected,
214
214
  ref: ref => {
215
215
  if (ref) {
@@ -202,8 +202,8 @@ var MentionList = /*#__PURE__*/function (_React$PureComponent) {
202
202
  key: key,
203
203
  onMouseMove: _this2.selectIndexOnHover
204
204
  /* Cannot use onclick, as onblur will close the element, and prevent
205
- * onClick from firing.
206
- */,
205
+ * onClick from firing.
206
+ */,
207
207
  onSelection: _this2.itemSelected,
208
208
  ref: ref
209
209
  });
@@ -215,8 +215,8 @@ var MentionList = /*#__PURE__*/function (_React$PureComponent) {
215
215
  key: key,
216
216
  onMouseMove: _this2.selectIndexOnHover
217
217
  /* Cannot use onclick, as onblur will close the element, and prevent
218
- * onClick from firing.
219
- */,
218
+ * onClick from firing.
219
+ */,
220
220
  onSelection: _this2.itemSelected,
221
221
  ref: function ref(_ref) {
222
222
  if (_ref) {
package/package.json CHANGED
@@ -22,16 +22,16 @@
22
22
  "@atlaskit/afm-i18n-platform-elements-mention": "2.7.0",
23
23
  "@atlaskit/analytics-gas-types": "^5.1.0",
24
24
  "@atlaskit/analytics-next": "^11.1.0",
25
- "@atlaskit/avatar": "^25.3.0",
25
+ "@atlaskit/avatar": "^25.4.0",
26
26
  "@atlaskit/focus-ring": "^3.0.0",
27
27
  "@atlaskit/heading": "^5.2.0",
28
28
  "@atlaskit/icon": "^28.5.0",
29
29
  "@atlaskit/lozenge": "^13.0.0",
30
30
  "@atlaskit/platform-feature-flags": "^1.1.0",
31
- "@atlaskit/primitives": "^14.15.0",
31
+ "@atlaskit/primitives": "^15.0.0",
32
32
  "@atlaskit/teams-avatar": "^2.3.0",
33
33
  "@atlaskit/theme": "^21.0.0",
34
- "@atlaskit/tokens": "^6.4.0",
34
+ "@atlaskit/tokens": "^6.5.0",
35
35
  "@atlaskit/tooltip": "^20.5.0",
36
36
  "@atlaskit/ufo": "^0.4.0",
37
37
  "@atlaskit/util-service-support": "^6.3.0",
@@ -108,5 +108,5 @@
108
108
  ]
109
109
  }
110
110
  },
111
- "version": "24.3.0"
111
+ "version": "24.3.1"
112
112
  }