@atlaskit/editor-plugin-copy-button 2.0.2 → 2.0.4
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 +12 -0
- package/dist/cjs/ui/toolbar.js +0 -2
- package/dist/es2019/ui/toolbar.js +0 -2
- package/dist/esm/ui/toolbar.js +0 -2
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
package/dist/cjs/ui/toolbar.js
CHANGED
|
@@ -59,8 +59,6 @@ function getCopyButtonConfig(options, hoverDecoration, editorAnalyticsApi) {
|
|
|
59
59
|
}, buttonActionHandlers), {}, {
|
|
60
60
|
hideTooltipOnClick: false,
|
|
61
61
|
tabIndex: null
|
|
62
|
-
// TODO select and delete styling needs to be removed when keyboard cursor moves away
|
|
63
|
-
// problem already exist with delete as well
|
|
64
62
|
});
|
|
65
63
|
}
|
|
66
64
|
|
|
@@ -51,8 +51,6 @@ export function getCopyButtonConfig(options, hoverDecoration, editorAnalyticsApi
|
|
|
51
51
|
...buttonActionHandlers,
|
|
52
52
|
hideTooltipOnClick: false,
|
|
53
53
|
tabIndex: null
|
|
54
|
-
// TODO select and delete styling needs to be removed when keyboard cursor moves away
|
|
55
|
-
// problem already exist with delete as well
|
|
56
54
|
};
|
|
57
55
|
}
|
|
58
56
|
|
package/dist/esm/ui/toolbar.js
CHANGED
|
@@ -52,8 +52,6 @@ export function getCopyButtonConfig(options, hoverDecoration, editorAnalyticsApi
|
|
|
52
52
|
}, buttonActionHandlers), {}, {
|
|
53
53
|
hideTooltipOnClick: false,
|
|
54
54
|
tabIndex: null
|
|
55
|
-
// TODO select and delete styling needs to be removed when keyboard cursor moves away
|
|
56
|
-
// problem already exist with delete as well
|
|
57
55
|
});
|
|
58
56
|
}
|
|
59
57
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugin-copy-button",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.4",
|
|
4
4
|
"description": "editor-plugin-copy-button for @atlaskit/editor-core",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -31,11 +31,11 @@
|
|
|
31
31
|
".": "./src/index.ts"
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@atlaskit/editor-common": "^
|
|
35
|
-
"@atlaskit/editor-plugin-analytics": "^2.
|
|
34
|
+
"@atlaskit/editor-common": "^103.0.0",
|
|
35
|
+
"@atlaskit/editor-plugin-analytics": "^2.2.0",
|
|
36
36
|
"@atlaskit/editor-plugin-decorations": "^2.0.0",
|
|
37
37
|
"@atlaskit/editor-prosemirror": "7.0.0",
|
|
38
|
-
"@atlaskit/icon": "^
|
|
38
|
+
"@atlaskit/icon": "^25.5.0",
|
|
39
39
|
"@babel/runtime": "^7.0.0"
|
|
40
40
|
},
|
|
41
41
|
"peerDependencies": {
|