@atlaskit/emoji 71.9.0 → 71.9.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,13 @@
1
1
  # @atlaskit/emoji
2
2
 
3
+ ## 71.9.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [`e34ab4888aee6`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/e34ab4888aee6) -
8
+ Update the emoji picker virtual list scroll container role to presentation.
9
+ - Updated dependencies
10
+
3
11
  ## 71.9.0
4
12
 
5
13
  ### Minor Changes
@@ -284,7 +284,7 @@ var VirtualList = exports.VirtualList = /*#__PURE__*/_react.default.forwardRef(f
284
284
  },
285
285
  "data-testid": virtualListScrollContainerTestId,
286
286
  "aria-labelledby": "emoji-picker-table-description",
287
- role: (0, _platformFeatureFlags.fg)('platform_a11y_fixes_reaction_emoji') ? 'application' : 'grid',
287
+ role: (0, _platformFeatureFlags.fg)('platform_emoji_grid_presentation') ? 'presentation' : 'grid',
288
288
  tabIndex: (0, _platformFeatureFlags.fg)('platform_a11y_fixes_reaction_emoji') ? -1 : undefined,
289
289
  className: (0, _runtime.ax)(["_1reo15vq _18m91wug _n3tdu2gc _nt751r31 _49pcglyw _1hvw1o36"])
290
290
  }, /*#__PURE__*/_react.default.createElement("div", {
@@ -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: "71.8.1"
23
+ packageVersion: "71.9.0"
24
24
  }, attributes)
25
25
  };
26
26
  };
@@ -272,7 +272,7 @@ export const VirtualList = /*#__PURE__*/React.forwardRef((props, ref) => {
272
272
  },
273
273
  "data-testid": virtualListScrollContainerTestId,
274
274
  "aria-labelledby": "emoji-picker-table-description",
275
- role: fg('platform_a11y_fixes_reaction_emoji') ? 'application' : 'grid',
275
+ role: fg('platform_emoji_grid_presentation') ? 'presentation' : 'grid',
276
276
  tabIndex: fg('platform_a11y_fixes_reaction_emoji') ? -1 : undefined,
277
277
  className: ax(["_1reo15vq _18m91wug _n3tdu2gc _nt751r31 _49pcglyw _1hvw1o36"])
278
278
  }, /*#__PURE__*/React.createElement("div", {
@@ -9,7 +9,7 @@ const createEvent = (eventType, action, actionSubject, actionSubjectId, attribut
9
9
  actionSubjectId,
10
10
  attributes: {
11
11
  packageName: "@atlaskit/emoji",
12
- packageVersion: "71.8.1",
12
+ packageVersion: "71.9.0",
13
13
  ...attributes
14
14
  }
15
15
  });
@@ -275,7 +275,7 @@ export var VirtualList = /*#__PURE__*/React.forwardRef(function (props, ref) {
275
275
  },
276
276
  "data-testid": virtualListScrollContainerTestId,
277
277
  "aria-labelledby": "emoji-picker-table-description",
278
- role: fg('platform_a11y_fixes_reaction_emoji') ? 'application' : 'grid',
278
+ role: fg('platform_emoji_grid_presentation') ? 'presentation' : 'grid',
279
279
  tabIndex: fg('platform_a11y_fixes_reaction_emoji') ? -1 : undefined,
280
280
  className: ax(["_1reo15vq _18m91wug _n3tdu2gc _nt751r31 _49pcglyw _1hvw1o36"])
281
281
  }, /*#__PURE__*/React.createElement("div", {
@@ -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: "71.8.1"
17
+ packageVersion: "71.9.0"
18
18
  }, attributes)
19
19
  };
20
20
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/emoji",
3
- "version": "71.9.0",
3
+ "version": "71.9.1",
4
4
  "description": "Fabric emoji React components",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -50,7 +50,7 @@
50
50
  "@atlaskit/spinner": "^20.1.0",
51
51
  "@atlaskit/textfield": "^9.1.0",
52
52
  "@atlaskit/theme": "^26.1.0",
53
- "@atlaskit/tmp-editor-statsig": "^124.9.0",
53
+ "@atlaskit/tmp-editor-statsig": "^125.0.0",
54
54
  "@atlaskit/tokens": "^15.8.0",
55
55
  "@atlaskit/tooltip": "^23.1.0",
56
56
  "@atlaskit/ufo": "^1.0.0",
@@ -131,6 +131,9 @@
131
131
  "platform_change_emoji_button_label": {
132
132
  "type": "boolean"
133
133
  },
134
+ "platform_emoji_grid_presentation": {
135
+ "type": "boolean"
136
+ },
134
137
  "platform_emoji_keep_picker_open_on_upload": {
135
138
  "type": "boolean"
136
139
  },