@atlaskit/editor-plugin-extension 9.0.0 → 9.0.1

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-extension
2
2
 
3
+ ## 9.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 9.0.0
4
10
 
5
11
  ### Patch Changes
@@ -458,7 +458,7 @@ var ConfigPanel = /*#__PURE__*/function (_React$Component) {
458
458
  _this2.onFieldChange = onFieldChange;
459
459
  return (
460
460
  /*#__PURE__*/
461
- // eslint-disable-next-line jsx-a11y/no-noninteractive-element-interactions
461
+ // eslint-disable-next-line jsx-a11y/no-noninteractive-element-interactions, @atlassian/a11y/no-noninteractive-element-interactions
462
462
  _react.default.createElement("form", (0, _extends2.default)({}, formProps, {
463
463
  noValidate: true,
464
464
  onKeyDown: handleKeyDown,
@@ -397,7 +397,7 @@ class ConfigPanel extends React.Component {
397
397
  this.onFieldChange = onFieldChange;
398
398
  return (
399
399
  /*#__PURE__*/
400
- // eslint-disable-next-line jsx-a11y/no-noninteractive-element-interactions
400
+ // eslint-disable-next-line jsx-a11y/no-noninteractive-element-interactions, @atlassian/a11y/no-noninteractive-element-interactions
401
401
  React.createElement("form", _extends({}, formProps, {
402
402
  noValidate: true,
403
403
  onKeyDown: handleKeyDown,
@@ -449,7 +449,7 @@ var ConfigPanel = /*#__PURE__*/function (_React$Component) {
449
449
  _this2.onFieldChange = onFieldChange;
450
450
  return (
451
451
  /*#__PURE__*/
452
- // eslint-disable-next-line jsx-a11y/no-noninteractive-element-interactions
452
+ // eslint-disable-next-line jsx-a11y/no-noninteractive-element-interactions, @atlassian/a11y/no-noninteractive-element-interactions
453
453
  React.createElement("form", _extends({}, formProps, {
454
454
  noValidate: true,
455
455
  onKeyDown: handleKeyDown,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-extension",
3
- "version": "9.0.0",
3
+ "version": "9.0.1",
4
4
  "description": "editor-plugin-extension plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -29,11 +29,11 @@
29
29
  "@atlaskit/checkbox": "^17.1.0",
30
30
  "@atlaskit/datetime-picker": "^17.0.0",
31
31
  "@atlaskit/editor-json-transformer": "^8.30.0",
32
- "@atlaskit/editor-plugin-analytics": "^6.0.0",
32
+ "@atlaskit/editor-plugin-analytics": "^6.1.0",
33
33
  "@atlaskit/editor-plugin-connectivity": "^6.0.0",
34
34
  "@atlaskit/editor-plugin-context-identifier": "^6.0.0",
35
35
  "@atlaskit/editor-plugin-context-panel": "^8.0.0",
36
- "@atlaskit/editor-plugin-decorations": "^6.0.0",
36
+ "@atlaskit/editor-plugin-decorations": "^6.1.0",
37
37
  "@atlaskit/editor-plugin-feature-flags": "^5.0.0",
38
38
  "@atlaskit/editor-plugin-width": "^7.0.0",
39
39
  "@atlaskit/editor-prosemirror": "7.0.0",
@@ -51,14 +51,14 @@
51
51
  "@atlaskit/select": "^21.3.0",
52
52
  "@atlaskit/smart-user-picker": "^8.3.0",
53
53
  "@atlaskit/spinner": "^19.0.0",
54
- "@atlaskit/tabs": "^18.1.0",
54
+ "@atlaskit/tabs": "^18.2.0",
55
55
  "@atlaskit/textarea": "^8.0.0",
56
56
  "@atlaskit/textfield": "^8.0.0",
57
57
  "@atlaskit/theme": "^21.0.0",
58
- "@atlaskit/tmp-editor-statsig": "^12.31.0",
58
+ "@atlaskit/tmp-editor-statsig": "^13.0.0",
59
59
  "@atlaskit/toggle": "^15.1.0",
60
- "@atlaskit/tokens": "^6.3.0",
61
- "@atlaskit/tooltip": "^20.4.0",
60
+ "@atlaskit/tokens": "^6.4.0",
61
+ "@atlaskit/tooltip": "^20.5.0",
62
62
  "@babel/runtime": "^7.0.0",
63
63
  "@emotion/react": "^11.7.1",
64
64
  "bind-event-listener": "^3.0.0",
@@ -69,7 +69,7 @@
69
69
  "uuid": "^3.1.0"
70
70
  },
71
71
  "peerDependencies": {
72
- "@atlaskit/editor-common": "^110.0.0",
72
+ "@atlaskit/editor-common": "^110.4.0",
73
73
  "react": "^18.2.0",
74
74
  "react-intl-next": "npm:react-intl@^5.18.1"
75
75
  },