@atlaskit/editor-plugin-status 7.0.1 → 7.0.2

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
+ ## 7.0.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 7.0.1
4
10
 
5
11
  ### Patch Changes
@@ -197,7 +203,6 @@
197
203
  shared context or singletons.
198
204
 
199
205
  **HOW TO ADJUST:**
200
-
201
206
  - Consumers must now explicitly install `@atlaskit/editor-common` in their own project if they use
202
207
  any of these editor plugins.
203
208
  - Ensure the version you install matches the version required by the plugins.
@@ -296,7 +296,7 @@ var StatusPickerWithIntl = /*#__PURE__*/function (_React$Component) {
296
296
  color = _this$state3.color,
297
297
  text = _this$state3.text;
298
298
  return (
299
- // eslint-disable-next-line jsx-a11y/no-static-element-interactions
299
+ // eslint-disable-next-line @atlassian/a11y/no-static-element-interactions
300
300
  (0, _react2.jsx)("div", {
301
301
  css: pickerContainerStyles,
302
302
  tabIndex: -1,
@@ -271,7 +271,7 @@ class StatusPickerWithIntl extends React.Component {
271
271
  text
272
272
  } = this.state;
273
273
  return (
274
- // eslint-disable-next-line jsx-a11y/no-static-element-interactions
274
+ // eslint-disable-next-line @atlassian/a11y/no-static-element-interactions
275
275
  jsx("div", {
276
276
  css: pickerContainerStyles,
277
277
  tabIndex: -1,
@@ -293,7 +293,7 @@ var StatusPickerWithIntl = /*#__PURE__*/function (_React$Component) {
293
293
  color = _this$state3.color,
294
294
  text = _this$state3.text;
295
295
  return (
296
- // eslint-disable-next-line jsx-a11y/no-static-element-interactions
296
+ // eslint-disable-next-line @atlassian/a11y/no-static-element-interactions
297
297
  jsx("div", {
298
298
  css: pickerContainerStyles,
299
299
  tabIndex: -1,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-status",
3
- "version": "7.0.1",
3
+ "version": "7.0.2",
4
4
  "description": "Status plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -33,19 +33,19 @@
33
33
  "@atlaskit/analytics-next": "^11.1.0",
34
34
  "@atlaskit/editor-plugin-analytics": "^6.1.0",
35
35
  "@atlaskit/editor-prosemirror": "7.0.0",
36
- "@atlaskit/editor-shared-styles": "^3.6.0",
37
- "@atlaskit/icon": "^28.3.0",
36
+ "@atlaskit/editor-shared-styles": "^3.7.0",
37
+ "@atlaskit/icon": "^28.5.0",
38
38
  "@atlaskit/platform-feature-flags": "^1.1.0",
39
39
  "@atlaskit/status": "^3.0.0",
40
40
  "@atlaskit/theme": "^21.0.0",
41
- "@atlaskit/tmp-editor-statsig": "^13.0.0",
42
- "@atlaskit/tokens": "^6.4.0",
41
+ "@atlaskit/tmp-editor-statsig": "^13.13.0",
42
+ "@atlaskit/tokens": "^7.0.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": "^110.4.0",
48
+ "@atlaskit/editor-common": "^110.13.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"