@atlaskit/editor-plugin-block-controls 1.10.5 → 1.10.6
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,13 @@
|
|
|
1
1
|
# @atlaskit/editor-plugin-block-controls
|
|
2
2
|
|
|
3
|
+
## 1.10.6
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#127749](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/127749)
|
|
8
|
+
[`2709d717d9040`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/2709d717d9040) -
|
|
9
|
+
[ux] Dismiss dnd tooltip when cursor exits handle
|
|
10
|
+
|
|
3
11
|
## 1.10.5
|
|
4
12
|
|
|
5
13
|
### Patch Changes
|
|
@@ -369,6 +369,7 @@ var DragHandleInternal = function DragHandleInternal(_ref) {
|
|
|
369
369
|
content: (0, _react2.jsx)(_keymaps.TooltipContentWithMultipleShortcuts, {
|
|
370
370
|
helpDescriptors: helpDescriptors
|
|
371
371
|
}),
|
|
372
|
+
ignoreTooltipPointerEvents: true,
|
|
372
373
|
onShow: function onShow() {
|
|
373
374
|
var _api$accessibilityUti;
|
|
374
375
|
api === null || api === void 0 || (_api$accessibilityUti = api.accessibilityUtils) === null || _api$accessibilityUti === void 0 || _api$accessibilityUti.actions.ariaNotify(message, {
|
|
@@ -351,6 +351,7 @@ const DragHandleInternal = ({
|
|
|
351
351
|
content: jsx(TooltipContentWithMultipleShortcuts, {
|
|
352
352
|
helpDescriptors: helpDescriptors
|
|
353
353
|
}),
|
|
354
|
+
ignoreTooltipPointerEvents: true,
|
|
354
355
|
onShow: () => {
|
|
355
356
|
var _api$accessibilityUti;
|
|
356
357
|
api === null || api === void 0 ? void 0 : (_api$accessibilityUti = api.accessibilityUtils) === null || _api$accessibilityUti === void 0 ? void 0 : _api$accessibilityUti.actions.ariaNotify(message, {
|
|
@@ -360,6 +360,7 @@ var DragHandleInternal = function DragHandleInternal(_ref) {
|
|
|
360
360
|
content: jsx(TooltipContentWithMultipleShortcuts, {
|
|
361
361
|
helpDescriptors: helpDescriptors
|
|
362
362
|
}),
|
|
363
|
+
ignoreTooltipPointerEvents: true,
|
|
363
364
|
onShow: function onShow() {
|
|
364
365
|
var _api$accessibilityUti;
|
|
365
366
|
api === null || api === void 0 || (_api$accessibilityUti = api.accessibilityUtils) === null || _api$accessibilityUti === void 0 || _api$accessibilityUti.actions.ariaNotify(message, {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugin-block-controls",
|
|
3
|
-
"version": "1.10.
|
|
3
|
+
"version": "1.10.6",
|
|
4
4
|
"description": "Block controls plugin for @atlaskit/editor-core",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"@atlaskit/adf-schema": "^40.3.0",
|
|
35
|
-
"@atlaskit/editor-common": "^87.
|
|
35
|
+
"@atlaskit/editor-common": "^87.5.0",
|
|
36
36
|
"@atlaskit/editor-plugin-accessibility-utils": "^1.2.0",
|
|
37
37
|
"@atlaskit/editor-plugin-analytics": "^1.6.0",
|
|
38
38
|
"@atlaskit/editor-plugin-editor-disabled": "^1.2.0",
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
"@atlaskit/pragmatic-drag-and-drop-react-drop-indicator": "^1.1.0",
|
|
49
49
|
"@atlaskit/theme": "^12.11.0",
|
|
50
50
|
"@atlaskit/tokens": "^1.57.0",
|
|
51
|
-
"@atlaskit/tooltip": "^18.
|
|
51
|
+
"@atlaskit/tooltip": "^18.6.0",
|
|
52
52
|
"@babel/runtime": "^7.0.0",
|
|
53
53
|
"@emotion/react": "^11.7.1",
|
|
54
54
|
"bind-event-listener": "^3.0.0",
|