@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 CHANGED
@@ -1,5 +1,17 @@
1
1
  # @atlaskit/editor-plugin-copy-button
2
2
 
3
+ ## 2.0.4
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 2.0.3
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
3
15
  ## 2.0.2
4
16
 
5
17
  ### Patch Changes
@@ -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
 
@@ -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.2",
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": "^102.0.0",
35
- "@atlaskit/editor-plugin-analytics": "^2.1.0",
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": "^24.1.0",
38
+ "@atlaskit/icon": "^25.5.0",
39
39
  "@babel/runtime": "^7.0.0"
40
40
  },
41
41
  "peerDependencies": {