@atlaskit/editor-plugin-insert-block 0.2.25 → 0.2.26

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-insert-block
2
2
 
3
+ ## 0.2.26
4
+
5
+ ### Patch Changes
6
+
7
+ - [#63634](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/63634) [`669b7038b354`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/669b7038b354) - chenged aria-label text
8
+
3
9
  ## 0.2.25
4
10
 
5
11
  ### Patch Changes
@@ -40,7 +40,7 @@ var DropDownButton = exports.DropDownButton = /*#__PURE__*/_react.default.memo(f
40
40
  "aria-expanded": props['aria-expanded'],
41
41
  "aria-haspopup": props['aria-haspopup'],
42
42
  "aria-keyshortcuts": props['aria-keyshortcuts'],
43
- "aria-label": "".concat(props.label, " /"),
43
+ "aria-label": "".concat(props.label),
44
44
  iconBefore: (0, _react2.jsx)(DropDownButtonIcon, {
45
45
  label: ""
46
46
  }),
@@ -28,7 +28,7 @@ export const DropDownButton = /*#__PURE__*/React.memo(props => jsx(ToolbarButton
28
28
  "aria-expanded": props['aria-expanded'],
29
29
  "aria-haspopup": props['aria-haspopup'],
30
30
  "aria-keyshortcuts": props['aria-keyshortcuts'],
31
- "aria-label": `${props.label} /`,
31
+ "aria-label": `${props.label}`,
32
32
  iconBefore: jsx(DropDownButtonIcon, {
33
33
  label: ""
34
34
  }),
@@ -32,7 +32,7 @@ export var DropDownButton = /*#__PURE__*/React.memo(function (props) {
32
32
  "aria-expanded": props['aria-expanded'],
33
33
  "aria-haspopup": props['aria-haspopup'],
34
34
  "aria-keyshortcuts": props['aria-keyshortcuts'],
35
- "aria-label": "".concat(props.label, " /"),
35
+ "aria-label": "".concat(props.label),
36
36
  iconBefore: jsx(DropDownButtonIcon, {
37
37
  label: ""
38
38
  }),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-insert-block",
3
- "version": "0.2.25",
3
+ "version": "0.2.26",
4
4
  "description": "Insert block plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -59,7 +59,7 @@
59
59
  "@atlaskit/editor-shared-styles": "^2.9.0",
60
60
  "@atlaskit/emoji": "^67.6.0",
61
61
  "@atlaskit/icon": "^22.0.0",
62
- "@atlaskit/primitives": "^1.18.0",
62
+ "@atlaskit/primitives": "^1.19.0",
63
63
  "@atlaskit/theme": "^12.6.0",
64
64
  "@atlaskit/tokens": "^1.34.0",
65
65
  "@babel/runtime": "^7.0.0",