@atlaskit/editor-plugin-status 7.0.1 → 7.1.0

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,22 @@
1
1
  # @atlaskit/editor-plugin-status
2
2
 
3
+ ## 7.1.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`5167552fe1a93`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/5167552fe1a93) -
8
+ [EDITOR-2339] Bump @atlaskit/adf-schema to 51.3.0
9
+
10
+ ### Patch Changes
11
+
12
+ - Updated dependencies
13
+
14
+ ## 7.0.2
15
+
16
+ ### Patch Changes
17
+
18
+ - Updated dependencies
19
+
3
20
  ## 7.0.1
4
21
 
5
22
  ### Patch Changes
@@ -197,7 +214,6 @@
197
214
  shared context or singletons.
198
215
 
199
216
  **HOW TO ADJUST:**
200
-
201
217
  - Consumers must now explicitly install `@atlaskit/editor-common` in their own project if they use
202
218
  any of these editor plugins.
203
219
  - 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.1.0",
4
4
  "description": "Status plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -29,23 +29,23 @@
29
29
  ],
30
30
  "atlaskit:src": "src/index.ts",
31
31
  "dependencies": {
32
- "@atlaskit/adf-schema": "^51.2.0",
32
+ "@atlaskit/adf-schema": "^51.3.0",
33
33
  "@atlaskit/analytics-next": "^11.1.0",
34
- "@atlaskit/editor-plugin-analytics": "^6.1.0",
34
+ "@atlaskit/editor-plugin-analytics": "^6.2.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.14.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"