@atlaskit/editor-plugin-copy-button 6.0.9 → 7.0.1

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,19 @@
1
1
  # @atlaskit/editor-plugin-copy-button
2
2
 
3
+ ## 7.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [`b429c01ce6af9`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/b429c01ce6af9) -
8
+ icon migration entry point update
9
+ - Updated dependencies
10
+
11
+ ## 7.0.0
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies
16
+
3
17
  ## 6.0.9
4
18
 
5
19
  ### Patch Changes
@@ -8,7 +8,7 @@ exports.getCopyButtonConfig = getCopyButtonConfig;
8
8
  exports.processCopyButtonItems = void 0;
9
9
  var _defineProperty2 = _interopRequireDefault(require("@babel/runtime/helpers/defineProperty"));
10
10
  var _messages = _interopRequireDefault(require("@atlaskit/editor-common/messages"));
11
- var _copy = _interopRequireDefault(require("@atlaskit/icon/core/migration/copy"));
11
+ var _copy = _interopRequireDefault(require("@atlaskit/icon/core/copy"));
12
12
  var _commands = require("../pm-plugins/commands");
13
13
  var _pluginKey = require("../pm-plugins/plugin-key");
14
14
  function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
@@ -1,5 +1,5 @@
1
1
  import commonMessages from '@atlaskit/editor-common/messages';
2
- import CopyIcon from '@atlaskit/icon/core/migration/copy';
2
+ import CopyIcon from '@atlaskit/icon/core/copy';
3
3
  import { createToolbarCopyCommandForMark, createToolbarCopyCommandForNode, getProvideMarkVisualFeedbackForCopyButtonCommand, removeMarkVisualFeedbackForCopyButtonCommand, resetCopiedState } from '../pm-plugins/commands';
4
4
  import { copyButtonPluginKey } from '../pm-plugins/plugin-key';
5
5
 
@@ -2,7 +2,7 @@ import _defineProperty from "@babel/runtime/helpers/defineProperty";
2
2
  function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
3
3
  function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
4
4
  import commonMessages from '@atlaskit/editor-common/messages';
5
- import CopyIcon from '@atlaskit/icon/core/migration/copy';
5
+ import CopyIcon from '@atlaskit/icon/core/copy';
6
6
  import { createToolbarCopyCommandForMark, createToolbarCopyCommandForNode, getProvideMarkVisualFeedbackForCopyButtonCommand, removeMarkVisualFeedbackForCopyButtonCommand, resetCopiedState } from '../pm-plugins/commands';
7
7
  import { copyButtonPluginKey } from '../pm-plugins/plugin-key';
8
8
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-copy-button",
3
- "version": "6.0.9",
3
+ "version": "7.0.1",
4
4
  "description": "editor-plugin-copy-button for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -27,16 +27,16 @@
27
27
  "sideEffects": false,
28
28
  "atlaskit:src": "src/index.ts",
29
29
  "dependencies": {
30
- "@atlaskit/editor-plugin-accessibility-utils": "^6.0.0",
31
- "@atlaskit/editor-plugin-analytics": "^6.2.0",
32
- "@atlaskit/editor-plugin-decorations": "^6.1.0",
30
+ "@atlaskit/editor-plugin-accessibility-utils": "^7.0.0",
31
+ "@atlaskit/editor-plugin-analytics": "^7.0.0",
32
+ "@atlaskit/editor-plugin-decorations": "^7.0.0",
33
33
  "@atlaskit/editor-prosemirror": "^7.2.0",
34
34
  "@atlaskit/icon": "^29.3.0",
35
- "@atlaskit/tmp-editor-statsig": "^16.0.0",
35
+ "@atlaskit/tmp-editor-statsig": "^16.3.0",
36
36
  "@babel/runtime": "^7.0.0"
37
37
  },
38
38
  "peerDependencies": {
39
- "@atlaskit/editor-common": "^110.46.0",
39
+ "@atlaskit/editor-common": "^111.0.0",
40
40
  "react": "^18.2.0",
41
41
  "react-dom": "^18.2.0"
42
42
  },