@atlaskit/editor-plugin-status 3.1.10 → 3.1.11

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,14 @@
1
1
  # @atlaskit/editor-plugin-status
2
2
 
3
+ ## 3.1.11
4
+
5
+ ### Patch Changes
6
+
7
+ - [#146371](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/146371)
8
+ [`9540ed4b36027`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/9540ed4b36027) -
9
+ [A11Y-9995] Add label to Status editor popup
10
+ - Updated dependencies
11
+
3
12
  ## 3.1.10
4
13
 
5
14
  ### Patch Changes
@@ -330,6 +330,7 @@ var StatusPickerWithIntl = /*#__PURE__*/function (_React$Component) {
330
330
  return null;
331
331
  }
332
332
  return target && (0, _react2.jsx)(PopupWithListeners, {
333
+ ariaLabel: (0, _platformFeatureFlags.fg)('editor_a11y_aria_label_removal_popup') ? intl.formatMessage(_messages.statusMessages.statusEditorLabel) : undefined,
333
334
  target: target,
334
335
  offset: [0, 8],
335
336
  handleClickOutside: this.handleClickOutside,
@@ -304,6 +304,7 @@ class StatusPickerWithIntl extends React.Component {
304
304
  return null;
305
305
  }
306
306
  return target && jsx(PopupWithListeners, {
307
+ ariaLabel: fg('editor_a11y_aria_label_removal_popup') ? intl.formatMessage(messages.statusEditorLabel) : undefined,
307
308
  target: target,
308
309
  offset: [0, 8],
309
310
  handleClickOutside: this.handleClickOutside,
@@ -327,6 +327,7 @@ var StatusPickerWithIntl = /*#__PURE__*/function (_React$Component) {
327
327
  return null;
328
328
  }
329
329
  return target && jsx(PopupWithListeners, {
330
+ ariaLabel: fg('editor_a11y_aria_label_removal_popup') ? intl.formatMessage(messages.statusEditorLabel) : undefined,
330
331
  target: target,
331
332
  offset: [0, 8],
332
333
  handleClickOutside: this.handleClickOutside,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-status",
3
- "version": "3.1.10",
3
+ "version": "3.1.11",
4
4
  "description": "Status plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -35,16 +35,16 @@
35
35
  "dependencies": {
36
36
  "@atlaskit/adf-schema": "^47.6.0",
37
37
  "@atlaskit/analytics-next": "^11.0.0",
38
- "@atlaskit/editor-common": "^103.4.0",
38
+ "@atlaskit/editor-common": "^103.18.0",
39
39
  "@atlaskit/editor-plugin-analytics": "^2.2.0",
40
40
  "@atlaskit/editor-prosemirror": "7.0.0",
41
41
  "@atlaskit/editor-shared-styles": "^3.4.0",
42
- "@atlaskit/icon": "^25.5.0",
42
+ "@atlaskit/icon": "^25.6.0",
43
43
  "@atlaskit/platform-feature-flags": "^1.1.0",
44
44
  "@atlaskit/status": "^3.0.0",
45
45
  "@atlaskit/theme": "^18.0.0",
46
- "@atlaskit/tmp-editor-statsig": "^4.6.0",
47
- "@atlaskit/tokens": "^4.7.0",
46
+ "@atlaskit/tmp-editor-statsig": "^4.14.0",
47
+ "@atlaskit/tokens": "^4.8.0",
48
48
  "@atlaskit/visually-hidden": "^3.0.0",
49
49
  "@babel/runtime": "^7.0.0",
50
50
  "@emotion/react": "^11.7.1"
@@ -55,9 +55,9 @@
55
55
  "react-intl-next": "npm:react-intl@^5.18.1"
56
56
  },
57
57
  "devDependencies": {
58
- "@af/visual-regression": "^1.3.0",
59
- "@atlaskit/ssr": "^0.4.0",
60
- "@atlaskit/visual-regression": "^0.10.0",
58
+ "@af/visual-regression": "workspace:^",
59
+ "@atlaskit/ssr": "workspace:^",
60
+ "@atlaskit/visual-regression": "workspace:^",
61
61
  "@testing-library/react": "^13.4.0",
62
62
  "raf-stub": "^2.0.1",
63
63
  "typescript": "~5.4.2"
@@ -111,6 +111,9 @@
111
111
  "visual-refresh_drop_5": {
112
112
  "type": "boolean"
113
113
  },
114
+ "editor_a11y_aria_label_removal_popup": {
115
+ "type": "boolean"
116
+ },
114
117
  "platform-lozenge-custom-letterspacing": {
115
118
  "type": "boolean"
116
119
  }