@atlaskit/editor-plugin-status 9.0.11 → 9.0.12

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/editor-plugin-status
2
2
 
3
+ ## 9.0.12
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 9.0.11
4
10
 
5
11
  ### Patch Changes
@@ -335,7 +335,7 @@ var StatusPickerWithIntl = /*#__PURE__*/function (_React$Component) {
335
335
  return target && (0, _react2.jsx)(PopupWithListeners, {
336
336
  ariaLabel: (0, _platformFeatureFlags.fg)('_editor_a11y_aria_label_removal_popup') ? intl.formatMessage(_messages.statusMessages.statusEditorLabel) : undefined,
337
337
  target: target
338
- // eslint-disable-next-line @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
338
+ // eslint-disable-next-line @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
339
339
  ,
340
340
  offset: [0, 8],
341
341
  handleClickOutside: this.handleClickOutside,
@@ -309,7 +309,7 @@ class StatusPickerWithIntl extends React.Component {
309
309
  return target && jsx(PopupWithListeners, {
310
310
  ariaLabel: fg('_editor_a11y_aria_label_removal_popup') ? intl.formatMessage(messages.statusEditorLabel) : undefined,
311
311
  target: target
312
- // eslint-disable-next-line @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
312
+ // eslint-disable-next-line @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
313
313
  ,
314
314
  offset: [0, 8],
315
315
  handleClickOutside: this.handleClickOutside,
@@ -332,7 +332,7 @@ var StatusPickerWithIntl = /*#__PURE__*/function (_React$Component) {
332
332
  return target && jsx(PopupWithListeners, {
333
333
  ariaLabel: fg('_editor_a11y_aria_label_removal_popup') ? intl.formatMessage(messages.statusEditorLabel) : undefined,
334
334
  target: target
335
- // eslint-disable-next-line @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
335
+ // eslint-disable-next-line @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
336
336
  ,
337
337
  offset: [0, 8],
338
338
  handleClickOutside: this.handleClickOutside,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-status",
3
- "version": "9.0.11",
3
+ "version": "9.0.12",
4
4
  "description": "Status plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -38,14 +38,14 @@
38
38
  "@atlaskit/icon": "^33.0.0",
39
39
  "@atlaskit/platform-feature-flags": "^1.1.0",
40
40
  "@atlaskit/status": "^3.1.0",
41
- "@atlaskit/tmp-editor-statsig": "^44.0.0",
41
+ "@atlaskit/tmp-editor-statsig": "^45.0.0",
42
42
  "@atlaskit/tokens": "^11.1.0",
43
43
  "@atlaskit/visually-hidden": "^3.0.0",
44
44
  "@babel/runtime": "^7.0.0",
45
45
  "@emotion/react": "^11.7.1"
46
46
  },
47
47
  "peerDependencies": {
48
- "@atlaskit/editor-common": "^112.7.0",
48
+ "@atlaskit/editor-common": "^112.8.0",
49
49
  "react": "^18.2.0",
50
50
  "react-dom": "^18.2.0",
51
51
  "react-intl-next": "npm:react-intl@^5.18.1"