@atlaskit/editor-plugin-floating-toolbar 0.7.2 → 0.7.3

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,12 @@
1
1
  # @atlaskit/editor-plugin-floating-toolbar
2
2
 
3
+ ## 0.7.3
4
+
5
+ ### Patch Changes
6
+
7
+ - [#43032](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/43032) [`c85584cce3e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c85584cce3e) - [ED-20835] Add aria label to emoji button inside panel floating toolbar
8
+ - Updated dependencies
9
+
3
10
  ## 0.7.2
4
11
 
5
12
  ### Patch Changes
@@ -115,6 +115,7 @@ var EmojiPickerButton = exports.EmojiPickerButton = function EmojiPickerButton(p
115
115
  onClick: togglePopup,
116
116
  ref: buttonRef,
117
117
  isSelected: props.isSelected,
118
+ "aria-label": title,
118
119
  iconBefore: (0, _react2.jsx)(_EditorEmojiAddIcon.default, null)
119
120
  })), renderPopup());
120
121
  };
@@ -103,6 +103,7 @@ export const EmojiPickerButton = props => {
103
103
  onClick: togglePopup,
104
104
  ref: buttonRef,
105
105
  isSelected: props.isSelected,
106
+ "aria-label": title,
106
107
  iconBefore: jsx(EditorEmojiAddIcon, null)
107
108
  })), renderPopup());
108
109
  };
@@ -109,6 +109,7 @@ export var EmojiPickerButton = function EmojiPickerButton(props) {
109
109
  onClick: togglePopup,
110
110
  ref: buttonRef,
111
111
  isSelected: props.isSelected,
112
+ "aria-label": title,
112
113
  iconBefore: jsx(EditorEmojiAddIcon, null)
113
114
  })), renderPopup());
114
115
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-floating-toolbar",
3
- "version": "0.7.2",
3
+ "version": "0.7.3",
4
4
  "description": "Floating toolbar plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -25,7 +25,7 @@
25
25
  "dependencies": {
26
26
  "@atlaskit/adf-schema": "^32.0.0",
27
27
  "@atlaskit/adf-utils": "^19.0.0",
28
- "@atlaskit/button": "^16.14.0",
28
+ "@atlaskit/button": "^16.15.0",
29
29
  "@atlaskit/checkbox": "^13.0.0",
30
30
  "@atlaskit/editor-common": "^76.18.0",
31
31
  "@atlaskit/editor-palette": "1.5.2",
@@ -33,7 +33,7 @@
33
33
  "@atlaskit/editor-plugin-copy-button": "^1.0.0",
34
34
  "@atlaskit/editor-plugin-decorations": "^0.2.0",
35
35
  "@atlaskit/editor-plugin-editor-disabled": "^0.2.0",
36
- "@atlaskit/editor-plugin-extension": "^0.2.0",
36
+ "@atlaskit/editor-plugin-extension": "^0.3.0",
37
37
  "@atlaskit/editor-plugin-feature-flags": "^1.0.0",
38
38
  "@atlaskit/editor-plugin-table": "^5.3.0",
39
39
  "@atlaskit/editor-prosemirror": "1.1.0",