@atlaskit/editor-plugin-status 9.0.8 → 9.0.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
|
@@ -335,7 +335,9 @@ var StatusPickerWithIntl = /*#__PURE__*/function (_React$Component) {
|
|
|
335
335
|
}
|
|
336
336
|
return target && (0, _react2.jsx)(PopupWithListeners, {
|
|
337
337
|
ariaLabel: (0, _platformFeatureFlags.fg)('_editor_a11y_aria_label_removal_popup') ? intl.formatMessage(_messages.statusMessages.statusEditorLabel) : undefined,
|
|
338
|
-
target: target
|
|
338
|
+
target: target
|
|
339
|
+
// eslint-disable-next-line @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
|
|
340
|
+
,
|
|
339
341
|
offset: [0, 8],
|
|
340
342
|
handleClickOutside: this.handleClickOutside,
|
|
341
343
|
handleEscapeKeydown: this.handleEscapeKeydown,
|
|
@@ -309,7 +309,9 @@ class StatusPickerWithIntl extends React.Component {
|
|
|
309
309
|
}
|
|
310
310
|
return target && jsx(PopupWithListeners, {
|
|
311
311
|
ariaLabel: fg('_editor_a11y_aria_label_removal_popup') ? intl.formatMessage(messages.statusEditorLabel) : undefined,
|
|
312
|
-
target: target
|
|
312
|
+
target: target
|
|
313
|
+
// eslint-disable-next-line @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
|
|
314
|
+
,
|
|
313
315
|
offset: [0, 8],
|
|
314
316
|
handleClickOutside: this.handleClickOutside,
|
|
315
317
|
handleEscapeKeydown: this.handleEscapeKeydown,
|
|
@@ -332,7 +332,9 @@ var StatusPickerWithIntl = /*#__PURE__*/function (_React$Component) {
|
|
|
332
332
|
}
|
|
333
333
|
return target && jsx(PopupWithListeners, {
|
|
334
334
|
ariaLabel: fg('_editor_a11y_aria_label_removal_popup') ? intl.formatMessage(messages.statusEditorLabel) : undefined,
|
|
335
|
-
target: target
|
|
335
|
+
target: target
|
|
336
|
+
// eslint-disable-next-line @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
|
|
337
|
+
,
|
|
336
338
|
offset: [0, 8],
|
|
337
339
|
handleClickOutside: this.handleClickOutside,
|
|
338
340
|
handleEscapeKeydown: this.handleEscapeKeydown,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugin-status",
|
|
3
|
-
"version": "9.0.
|
|
3
|
+
"version": "9.0.10",
|
|
4
4
|
"description": "Status plugin for @atlaskit/editor-core",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
40
40
|
"@atlaskit/status": "^3.1.0",
|
|
41
41
|
"@atlaskit/theme": "^22.0.0",
|
|
42
|
-
"@atlaskit/tmp-editor-statsig": "^
|
|
42
|
+
"@atlaskit/tmp-editor-statsig": "^44.0.0",
|
|
43
43
|
"@atlaskit/tokens": "^11.1.0",
|
|
44
44
|
"@atlaskit/visually-hidden": "^3.0.0",
|
|
45
45
|
"@babel/runtime": "^7.0.0",
|