@atlaskit/editor-plugin-accessibility-utils 1.2.15 → 1.2.17

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,17 @@
1
1
  # @atlaskit/editor-plugin-accessibility-utils
2
2
 
3
+ ## 1.2.17
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 1.2.16
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
3
15
  ## 1.2.15
4
16
 
5
17
  ### Patch Changes
@@ -91,6 +91,8 @@ function ContentComponent(_ref2) {
91
91
  return /*#__PURE__*/_react.default.createElement(_visuallyHidden.default, (0, _extends2.default)({
92
92
  testId: 'accessibility-message-wrapper',
93
93
  role: role
94
+ // Ignored via go/ees005
95
+ // eslint-disable-next-line react/jsx-props-no-spreading
94
96
  }, role === 'alert' && {
95
97
  key: key
96
98
  }), accessibilityUtilsState === null || accessibilityUtilsState === void 0 ? void 0 : accessibilityUtilsState.message);
@@ -85,6 +85,8 @@ function ContentComponent({
85
85
  return /*#__PURE__*/React.createElement(VisuallyHidden, _extends({
86
86
  testId: 'accessibility-message-wrapper',
87
87
  role: role
88
+ // Ignored via go/ees005
89
+ // eslint-disable-next-line react/jsx-props-no-spreading
88
90
  }, role === 'alert' && {
89
91
  key
90
92
  }), accessibilityUtilsState === null || accessibilityUtilsState === void 0 ? void 0 : accessibilityUtilsState.message);
@@ -84,6 +84,8 @@ function ContentComponent(_ref2) {
84
84
  return /*#__PURE__*/React.createElement(VisuallyHidden, _extends({
85
85
  testId: 'accessibility-message-wrapper',
86
86
  role: role
87
+ // Ignored via go/ees005
88
+ // eslint-disable-next-line react/jsx-props-no-spreading
87
89
  }, role === 'alert' && {
88
90
  key: key
89
91
  }), accessibilityUtilsState === null || accessibilityUtilsState === void 0 ? void 0 : accessibilityUtilsState.message);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-accessibility-utils",
3
- "version": "1.2.15",
3
+ "version": "1.2.17",
4
4
  "description": "Accessibility utils for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -31,7 +31,7 @@
31
31
  ".": "./src/index.ts"
32
32
  },
33
33
  "dependencies": {
34
- "@atlaskit/editor-common": "^97.0.0",
34
+ "@atlaskit/editor-common": "^99.0.0",
35
35
  "@atlaskit/editor-prosemirror": "6.2.1",
36
36
  "@atlaskit/visually-hidden": "^1.5.0",
37
37
  "@babel/runtime": "^7.0.0"