@atlaskit/emoji 70.10.8 → 70.10.10

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,19 @@
1
1
  # @atlaskit/emoji
2
2
 
3
+ ## 70.10.10
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 70.10.9
10
+
11
+ ### Patch Changes
12
+
13
+ - [`d4f4c5fc7110e`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/d4f4c5fc7110e) -
14
+ Do not announce layout table for screen reader in emoji picker dialog
15
+ - Updated dependencies
16
+
3
17
  ## 70.10.8
4
18
 
5
19
  ### Patch Changes
@@ -354,7 +354,11 @@ var EmojiUploadPicker = function EmojiUploadPicker(props) {
354
354
  cancelChooseFile();
355
355
  }
356
356
  }, [cancelChooseFile, errorOnUpload, onFileLoad]);
357
- var cancelUpload = (0, _react.useCallback)(function () {
357
+ var cancelUpload = (0, _react.useCallback)(function (event) {
358
+ if ((0, _platformFeatureFlags.fg)('platform_emoji_keep_picker_open_on_upload')) {
359
+ event === null || event === void 0 || event.preventDefault();
360
+ event === null || event === void 0 || event.stopPropagation();
361
+ }
358
362
  clearUploadPicker();
359
363
  onUploadCancelled();
360
364
 
@@ -33,7 +33,7 @@ var EmojiPickerCategoryHeading = function EmojiPickerCategoryHeading(_ref) {
33
33
  ,
34
34
  className: className,
35
35
  "data-testid": RENDER_EMOJI_PICKER_CATEGORY_HEADING_TESTID,
36
- role: "rowheader"
36
+ role: (0, _platformFeatureFlags.fg)('platform_a11y_fixes_reaction_emoji') ? 'presentation' : 'rowheader'
37
37
  }, (0, _platformFeatureFlags.fg)('platform_emoji_a11y_category_heading') ? /*#__PURE__*/React.createElement("div", {
38
38
  className: (0, _runtime.ax)(["_11c8fhey _19pkidpf _2hwxidpf _otyridpf _18u0idpf _vchhusvi _syazi7uo _ca0q12x7 _n3td12x7 _19bvu2gc _u5f3u2gc _1p1d1qyh _299mangw"])
39
39
  }, /*#__PURE__*/React.createElement(_heading.default, {
@@ -11,6 +11,8 @@ require("./EmojiPickerEmojiRow.compiled.css");
11
11
  var _react = _interopRequireWildcard(require("react"));
12
12
  var React = _react;
13
13
  var _runtime = require("@compiled/react/runtime");
14
+ var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
15
+ var _platformFeatureFlags = require("@atlaskit/platform-feature-flags");
14
16
  var _reactIntl = require("react-intl");
15
17
  var _CachingEmoji = _interopRequireDefault(require("../common/CachingEmoji"));
16
18
  var _useEmojiPickerListContext = require("../../hooks/useEmojiPickerListContext");
@@ -51,16 +53,17 @@ var EmojiPickerEmojiRow = function EmojiPickerEmojiRow(_ref) {
51
53
  id = emoji.id;
52
54
  var key = id ? "".concat(id, "-").concat(title) : "".concat(shortName, "-").concat(title);
53
55
  var focus = currentEmojisFocus.rowIndex === rowIndex && currentEmojisFocus.columnIndex === index;
54
- return /*#__PURE__*/React.createElement("span", {
56
+ return /*#__PURE__*/React.createElement("span", (0, _extends2.default)({
55
57
  key: key,
56
- role: "gridcell",
57
- "aria-colindex": index + 1 // aria-colindex is 1 based
58
- ,
58
+ role: (0, _platformFeatureFlags.fg)('platform_a11y_fixes_reaction_emoji') ? 'presentation' : 'gridcell'
59
+ }, (0, _platformFeatureFlags.fg)('platform_a11y_fixes_reaction_emoji') ? {} : {
60
+ 'aria-colindex': index + 1
61
+ }, {
59
62
  onMouseLeave: onMouseLeave,
60
63
  onBlur: onMouseLeave,
61
64
  tabIndex: 0,
62
65
  className: (0, _runtime.ax)(["_1e0c1o8l _y3gn1h6o _1bsb1ylp _1wcg1qi0 _1678tlke _7b50u2gc _1rf4u2gc _b4kiu2gc _bm9mu2gc _1lvc1tcg _1cf71tcg _8vlfze3t _1909ze3t _1tcfze3t _n7xcze3t _4ubfu2gc _18x3u2gc _fw9su2gc _29jju2gc _qpkw1tcg _elsp1tcg _vtzrze3t _w2q0ze3t _o5kcze3t _1mc3ze3t _115ch2mm _yrst1ssb _85ft1ssb _5mfndbra _1k8z1tcg _17dz1tcg _zdyf1ule _1mn81tcg _u5ah1tcg"])
63
- }, /*#__PURE__*/React.createElement(_CachingEmoji.default, {
66
+ }), /*#__PURE__*/React.createElement(_CachingEmoji.default, {
64
67
  emoji: emoji,
65
68
  selectOnHover: true,
66
69
  onSelected: onSelected,
@@ -9,9 +9,11 @@ Object.defineProperty(exports, "__esModule", {
9
9
  exports.virtualListScrollContainerTestId = exports.VirtualList = void 0;
10
10
  require("./VirtualList.compiled.css");
11
11
  var _runtime = require("@compiled/react/runtime");
12
+ var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
12
13
  var _defineProperty2 = _interopRequireDefault(require("@babel/runtime/helpers/defineProperty"));
13
14
  var _react = _interopRequireWildcard(require("react"));
14
15
  var _reactVirtual = require("@tanstack/react-virtual");
16
+ var _platformFeatureFlags = require("@atlaskit/platform-feature-flags");
15
17
  var _useEmojiPickerListContext = require("../../hooks/useEmojiPickerListContext");
16
18
  var _constants = require("../../util/constants");
17
19
  function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function _interopRequireWildcard(e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != _typeof(e) && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (var _t in e) "default" !== _t && {}.hasOwnProperty.call(e, _t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, _t)) && (i.get || i.set) ? o(f, _t, i) : f[_t] = e[_t]); return f; })(e, t); }
@@ -274,7 +276,7 @@ var VirtualList = exports.VirtualList = /*#__PURE__*/_react.default.forwardRef(f
274
276
  },
275
277
  "data-testid": virtualListScrollContainerTestId,
276
278
  "aria-labelledby": "emoji-picker-table-description",
277
- role: "grid",
279
+ role: (0, _platformFeatureFlags.fg)('platform_a11y_fixes_reaction_emoji') ? 'application' : 'grid',
278
280
  className: (0, _runtime.ax)(["_1reo15vq _18m91wug _n3tdu2gc _nt751r31 _49pcglyw _1hvw1o36"])
279
281
  }, /*#__PURE__*/_react.default.createElement("div", {
280
282
  style: {
@@ -288,15 +290,17 @@ var VirtualList = exports.VirtualList = /*#__PURE__*/_react.default.forwardRef(f
288
290
  onKeyDown: handleKeyDown,
289
291
  role: "presentation"
290
292
  }, rowVirtualizer.getVirtualItems().map(function (virtualRow, index) {
291
- return /*#__PURE__*/_react.default.createElement("div", {
293
+ return /*#__PURE__*/_react.default.createElement("div", (0, _extends2.default)({
292
294
  key: virtualRow.key,
293
295
  style: {
294
296
  height: "".concat(virtualRow.size, "px"),
295
297
  transform: "translateY(".concat(virtualRow.start, "px)")
296
298
  },
297
- role: "row",
298
- "aria-rowindex": index + 1,
299
+ role: (0, _platformFeatureFlags.fg)('platform_a11y_fixes_reaction_emoji') ? 'presentation' : 'row'
300
+ }, (0, _platformFeatureFlags.fg)('platform_a11y_fixes_reaction_emoji') ? {} : {
301
+ 'aria-rowindex': index + 1
302
+ }, {
299
303
  className: (0, _runtime.ax)(["_kqswstnw _154iidpf _1ltvidpf _1bsb1osq"])
300
- }, rowRenderer(virtualRow));
304
+ }), rowRenderer(virtualRow));
301
305
  })));
302
306
  });
@@ -20,7 +20,7 @@ var createEvent = function createEvent(eventType, action, actionSubject, actionS
20
20
  actionSubjectId: actionSubjectId,
21
21
  attributes: _objectSpread({
22
22
  packageName: "@atlaskit/emoji",
23
- packageVersion: "70.10.7"
23
+ packageVersion: "70.10.9"
24
24
  }, attributes)
25
25
  };
26
26
  };
@@ -310,7 +310,11 @@ const EmojiUploadPicker = props => {
310
310
  cancelChooseFile();
311
311
  }
312
312
  }, [cancelChooseFile, errorOnUpload, onFileLoad]);
313
- const cancelUpload = useCallback(() => {
313
+ const cancelUpload = useCallback(event => {
314
+ if (fg('platform_emoji_keep_picker_open_on_upload')) {
315
+ event === null || event === void 0 ? void 0 : event.preventDefault();
316
+ event === null || event === void 0 ? void 0 : event.stopPropagation();
317
+ }
314
318
  clearUploadPicker();
315
319
  onUploadCancelled();
316
320
 
@@ -24,7 +24,7 @@ const EmojiPickerCategoryHeading = ({
24
24
  ,
25
25
  className: className,
26
26
  "data-testid": RENDER_EMOJI_PICKER_CATEGORY_HEADING_TESTID,
27
- role: "rowheader"
27
+ role: fg('platform_a11y_fixes_reaction_emoji') ? 'presentation' : 'rowheader'
28
28
  }, fg('platform_emoji_a11y_category_heading') ? /*#__PURE__*/React.createElement("div", {
29
29
  className: ax(["_11c8fhey _19pkidpf _2hwxidpf _otyridpf _18u0idpf _vchhusvi _syazi7uo _ca0q12x7 _n3td12x7 _19bvu2gc _u5f3u2gc _1p1d1qyh _299mangw"])
30
30
  }, /*#__PURE__*/React.createElement(Heading, {
@@ -1,8 +1,10 @@
1
1
  /* EmojiPickerEmojiRow.tsx generated by @compiled/babel-plugin v0.39.1 */
2
+ import _extends from "@babel/runtime/helpers/extends";
2
3
  import "./EmojiPickerEmojiRow.compiled.css";
3
4
  import * as React from 'react';
4
5
  import { ax, ix } from "@compiled/react/runtime";
5
6
  import { memo } from 'react';
7
+ import { fg } from '@atlaskit/platform-feature-flags';
6
8
  import { useIntl } from 'react-intl';
7
9
  import CachingEmoji from '../common/CachingEmoji';
8
10
  import { useEmojiPickerListContext } from '../../hooks/useEmojiPickerListContext';
@@ -45,16 +47,17 @@ const EmojiPickerEmojiRow = ({
45
47
  } = emoji;
46
48
  const key = id ? `${id}-${title}` : `${shortName}-${title}`;
47
49
  const focus = currentEmojisFocus.rowIndex === rowIndex && currentEmojisFocus.columnIndex === index;
48
- return /*#__PURE__*/React.createElement("span", {
50
+ return /*#__PURE__*/React.createElement("span", _extends({
49
51
  key: key,
50
- role: "gridcell",
51
- "aria-colindex": index + 1 // aria-colindex is 1 based
52
- ,
52
+ role: fg('platform_a11y_fixes_reaction_emoji') ? 'presentation' : 'gridcell'
53
+ }, fg('platform_a11y_fixes_reaction_emoji') ? {} : {
54
+ 'aria-colindex': index + 1
55
+ }, {
53
56
  onMouseLeave: onMouseLeave,
54
57
  onBlur: onMouseLeave,
55
58
  tabIndex: 0,
56
59
  className: ax(["_1e0c1o8l _y3gn1h6o _1bsb1ylp _1wcg1qi0 _1678tlke _7b50u2gc _1rf4u2gc _b4kiu2gc _bm9mu2gc _1lvc1tcg _1cf71tcg _8vlfze3t _1909ze3t _1tcfze3t _n7xcze3t _4ubfu2gc _18x3u2gc _fw9su2gc _29jju2gc _qpkw1tcg _elsp1tcg _vtzrze3t _w2q0ze3t _o5kcze3t _1mc3ze3t _115ch2mm _yrst1ssb _85ft1ssb _5mfndbra _1k8z1tcg _17dz1tcg _zdyf1ule _1mn81tcg _u5ah1tcg"])
57
- }, /*#__PURE__*/React.createElement(CachingEmoji, {
60
+ }), /*#__PURE__*/React.createElement(CachingEmoji, {
58
61
  emoji: emoji,
59
62
  selectOnHover: true,
60
63
  onSelected: onSelected,
@@ -1,8 +1,10 @@
1
1
  /* VirtualList.tsx generated by @compiled/babel-plugin v0.39.1 */
2
+ import _extends from "@babel/runtime/helpers/extends";
2
3
  import "./VirtualList.compiled.css";
3
4
  import { ax, ix } from "@compiled/react/runtime";
4
5
  import React, { useCallback, useImperativeHandle } from 'react';
5
6
  import { useVirtualizer } from '@tanstack/react-virtual';
7
+ import { fg } from '@atlaskit/platform-feature-flags';
6
8
  import { useEmojiPickerListContext } from '../../hooks/useEmojiPickerListContext';
7
9
  import { EMOJIPICKERLIST_KEYBOARD_KEYS_SUPPORTED, EMOJI_LIST_COLUMNS, EMOJI_LIST_PAGE_COUNT, KeyboardNavigationDirection, KeyboardKeys } from '../../util/constants';
8
10
  const virtualList = null;
@@ -262,7 +264,7 @@ export const VirtualList = /*#__PURE__*/React.forwardRef((props, ref) => {
262
264
  },
263
265
  "data-testid": virtualListScrollContainerTestId,
264
266
  "aria-labelledby": "emoji-picker-table-description",
265
- role: "grid",
267
+ role: fg('platform_a11y_fixes_reaction_emoji') ? 'application' : 'grid',
266
268
  className: ax(["_1reo15vq _18m91wug _n3tdu2gc _nt751r31 _49pcglyw _1hvw1o36"])
267
269
  }, /*#__PURE__*/React.createElement("div", {
268
270
  style: {
@@ -275,14 +277,16 @@ export const VirtualList = /*#__PURE__*/React.forwardRef((props, ref) => {
275
277
  ref: virtualistItemsRef,
276
278
  onKeyDown: handleKeyDown,
277
279
  role: "presentation"
278
- }, rowVirtualizer.getVirtualItems().map((virtualRow, index) => /*#__PURE__*/React.createElement("div", {
280
+ }, rowVirtualizer.getVirtualItems().map((virtualRow, index) => /*#__PURE__*/React.createElement("div", _extends({
279
281
  key: virtualRow.key,
280
282
  style: {
281
283
  height: `${virtualRow.size}px`,
282
284
  transform: `translateY(${virtualRow.start}px)`
283
285
  },
284
- role: "row",
285
- "aria-rowindex": index + 1,
286
+ role: fg('platform_a11y_fixes_reaction_emoji') ? 'presentation' : 'row'
287
+ }, fg('platform_a11y_fixes_reaction_emoji') ? {} : {
288
+ 'aria-rowindex': index + 1
289
+ }, {
286
290
  className: ax(["_kqswstnw _154iidpf _1ltvidpf _1bsb1osq"])
287
- }, rowRenderer(virtualRow)))));
291
+ }), rowRenderer(virtualRow)))));
288
292
  });
@@ -9,7 +9,7 @@ const createEvent = (eventType, action, actionSubject, actionSubjectId, attribut
9
9
  actionSubjectId,
10
10
  attributes: {
11
11
  packageName: "@atlaskit/emoji",
12
- packageVersion: "70.10.7",
12
+ packageVersion: "70.10.9",
13
13
  ...attributes
14
14
  }
15
15
  });
@@ -346,7 +346,11 @@ var EmojiUploadPicker = function EmojiUploadPicker(props) {
346
346
  cancelChooseFile();
347
347
  }
348
348
  }, [cancelChooseFile, errorOnUpload, onFileLoad]);
349
- var cancelUpload = useCallback(function () {
349
+ var cancelUpload = useCallback(function (event) {
350
+ if (fg('platform_emoji_keep_picker_open_on_upload')) {
351
+ event === null || event === void 0 || event.preventDefault();
352
+ event === null || event === void 0 || event.stopPropagation();
353
+ }
350
354
  clearUploadPicker();
351
355
  onUploadCancelled();
352
356
 
@@ -24,7 +24,7 @@ var EmojiPickerCategoryHeading = function EmojiPickerCategoryHeading(_ref) {
24
24
  ,
25
25
  className: className,
26
26
  "data-testid": RENDER_EMOJI_PICKER_CATEGORY_HEADING_TESTID,
27
- role: "rowheader"
27
+ role: fg('platform_a11y_fixes_reaction_emoji') ? 'presentation' : 'rowheader'
28
28
  }, fg('platform_emoji_a11y_category_heading') ? /*#__PURE__*/React.createElement("div", {
29
29
  className: ax(["_11c8fhey _19pkidpf _2hwxidpf _otyridpf _18u0idpf _vchhusvi _syazi7uo _ca0q12x7 _n3td12x7 _19bvu2gc _u5f3u2gc _1p1d1qyh _299mangw"])
30
30
  }, /*#__PURE__*/React.createElement(Heading, {
@@ -1,8 +1,10 @@
1
1
  /* EmojiPickerEmojiRow.tsx generated by @compiled/babel-plugin v0.39.1 */
2
+ import _extends from "@babel/runtime/helpers/extends";
2
3
  import "./EmojiPickerEmojiRow.compiled.css";
3
4
  import * as React from 'react';
4
5
  import { ax, ix } from "@compiled/react/runtime";
5
6
  import { memo } from 'react';
7
+ import { fg } from '@atlaskit/platform-feature-flags';
6
8
  import { useIntl } from 'react-intl';
7
9
  import CachingEmoji from '../common/CachingEmoji';
8
10
  import { useEmojiPickerListContext } from '../../hooks/useEmojiPickerListContext';
@@ -42,16 +44,17 @@ var EmojiPickerEmojiRow = function EmojiPickerEmojiRow(_ref) {
42
44
  id = emoji.id;
43
45
  var key = id ? "".concat(id, "-").concat(title) : "".concat(shortName, "-").concat(title);
44
46
  var focus = currentEmojisFocus.rowIndex === rowIndex && currentEmojisFocus.columnIndex === index;
45
- return /*#__PURE__*/React.createElement("span", {
47
+ return /*#__PURE__*/React.createElement("span", _extends({
46
48
  key: key,
47
- role: "gridcell",
48
- "aria-colindex": index + 1 // aria-colindex is 1 based
49
- ,
49
+ role: fg('platform_a11y_fixes_reaction_emoji') ? 'presentation' : 'gridcell'
50
+ }, fg('platform_a11y_fixes_reaction_emoji') ? {} : {
51
+ 'aria-colindex': index + 1
52
+ }, {
50
53
  onMouseLeave: onMouseLeave,
51
54
  onBlur: onMouseLeave,
52
55
  tabIndex: 0,
53
56
  className: ax(["_1e0c1o8l _y3gn1h6o _1bsb1ylp _1wcg1qi0 _1678tlke _7b50u2gc _1rf4u2gc _b4kiu2gc _bm9mu2gc _1lvc1tcg _1cf71tcg _8vlfze3t _1909ze3t _1tcfze3t _n7xcze3t _4ubfu2gc _18x3u2gc _fw9su2gc _29jju2gc _qpkw1tcg _elsp1tcg _vtzrze3t _w2q0ze3t _o5kcze3t _1mc3ze3t _115ch2mm _yrst1ssb _85ft1ssb _5mfndbra _1k8z1tcg _17dz1tcg _zdyf1ule _1mn81tcg _u5ah1tcg"])
54
- }, /*#__PURE__*/React.createElement(CachingEmoji, {
57
+ }), /*#__PURE__*/React.createElement(CachingEmoji, {
55
58
  emoji: emoji,
56
59
  selectOnHover: true,
57
60
  onSelected: onSelected,
@@ -1,4 +1,5 @@
1
1
  /* VirtualList.tsx generated by @compiled/babel-plugin v0.39.1 */
2
+ import _extends from "@babel/runtime/helpers/extends";
2
3
  import _defineProperty from "@babel/runtime/helpers/defineProperty";
3
4
  import "./VirtualList.compiled.css";
4
5
  import { ax, ix } from "@compiled/react/runtime";
@@ -6,6 +7,7 @@ function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbol
6
7
  function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
7
8
  import React, { useCallback, useImperativeHandle } from 'react';
8
9
  import { useVirtualizer } from '@tanstack/react-virtual';
10
+ import { fg } from '@atlaskit/platform-feature-flags';
9
11
  import { useEmojiPickerListContext } from '../../hooks/useEmojiPickerListContext';
10
12
  import { EMOJIPICKERLIST_KEYBOARD_KEYS_SUPPORTED, EMOJI_LIST_COLUMNS, EMOJI_LIST_PAGE_COUNT, KeyboardNavigationDirection, KeyboardKeys } from '../../util/constants';
11
13
  var virtualList = null;
@@ -265,7 +267,7 @@ export var VirtualList = /*#__PURE__*/React.forwardRef(function (props, ref) {
265
267
  },
266
268
  "data-testid": virtualListScrollContainerTestId,
267
269
  "aria-labelledby": "emoji-picker-table-description",
268
- role: "grid",
270
+ role: fg('platform_a11y_fixes_reaction_emoji') ? 'application' : 'grid',
269
271
  className: ax(["_1reo15vq _18m91wug _n3tdu2gc _nt751r31 _49pcglyw _1hvw1o36"])
270
272
  }, /*#__PURE__*/React.createElement("div", {
271
273
  style: {
@@ -279,15 +281,17 @@ export var VirtualList = /*#__PURE__*/React.forwardRef(function (props, ref) {
279
281
  onKeyDown: handleKeyDown,
280
282
  role: "presentation"
281
283
  }, rowVirtualizer.getVirtualItems().map(function (virtualRow, index) {
282
- return /*#__PURE__*/React.createElement("div", {
284
+ return /*#__PURE__*/React.createElement("div", _extends({
283
285
  key: virtualRow.key,
284
286
  style: {
285
287
  height: "".concat(virtualRow.size, "px"),
286
288
  transform: "translateY(".concat(virtualRow.start, "px)")
287
289
  },
288
- role: "row",
289
- "aria-rowindex": index + 1,
290
+ role: fg('platform_a11y_fixes_reaction_emoji') ? 'presentation' : 'row'
291
+ }, fg('platform_a11y_fixes_reaction_emoji') ? {} : {
292
+ 'aria-rowindex': index + 1
293
+ }, {
290
294
  className: ax(["_kqswstnw _154iidpf _1ltvidpf _1bsb1osq"])
291
- }, rowRenderer(virtualRow));
295
+ }), rowRenderer(virtualRow));
292
296
  })));
293
297
  });
@@ -14,7 +14,7 @@ var createEvent = function createEvent(eventType, action, actionSubject, actionS
14
14
  actionSubjectId: actionSubjectId,
15
15
  attributes: _objectSpread({
16
16
  packageName: "@atlaskit/emoji",
17
- packageVersion: "70.10.7"
17
+ packageVersion: "70.10.9"
18
18
  }, attributes)
19
19
  };
20
20
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/emoji",
3
- "version": "70.10.8",
3
+ "version": "70.10.10",
4
4
  "description": "Fabric emoji React components",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -44,7 +44,7 @@
44
44
  "@atlaskit/css": "^0.19.0",
45
45
  "@atlaskit/form": "^15.5.0",
46
46
  "@atlaskit/heading": "^5.4.0",
47
- "@atlaskit/icon": "^35.1.0",
47
+ "@atlaskit/icon": "^35.3.0",
48
48
  "@atlaskit/media-client": "^36.3.0",
49
49
  "@atlaskit/media-client-react": "^5.1.0",
50
50
  "@atlaskit/platform-feature-flags": "^1.1.0",
@@ -52,7 +52,7 @@
52
52
  "@atlaskit/primitives": "^19.0.0",
53
53
  "@atlaskit/spinner": "^19.1.0",
54
54
  "@atlaskit/textfield": "^8.3.0",
55
- "@atlaskit/tmp-editor-statsig": "^83.0.0",
55
+ "@atlaskit/tmp-editor-statsig": "^84.0.0",
56
56
  "@atlaskit/tokens": "^13.0.0",
57
57
  "@atlaskit/tooltip": "^22.3.0",
58
58
  "@atlaskit/ufo": "^0.5.0",
@@ -155,6 +155,9 @@
155
155
  },
156
156
  "platform_emoji_a11y_category_heading": {
157
157
  "type": "boolean"
158
+ },
159
+ "platform_a11y_fixes_reaction_emoji": {
160
+ "type": "boolean"
158
161
  }
159
162
  },
160
163
  "scripts": {