@atlaskit/editor-core 204.1.0 → 204.1.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,13 @@
1
1
  # @atlaskit/editor-core
2
2
 
3
+ ## 204.1.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [#117869](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/117869)
8
+ [`1668bcd621203`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/1668bcd621203) -
9
+ COMPHUB-2622 Added data attributes for editor elements
10
+
3
11
  ## 204.1.0
4
12
 
5
13
  ### Minor Changes
@@ -34,6 +34,7 @@ var ClickAreaBlock = exports.ClickAreaBlock = function ClickAreaBlock(_ref) {
34
34
  return (
35
35
  // eslint-disable-next-line jsx-a11y/no-static-element-interactions
36
36
  (0, _react2.jsx)("div", {
37
+ "data-editor-click-wrapper": true,
37
38
  "data-testid": "click-wrapper",
38
39
  css: clickWrapper,
39
40
  onMouseDown: handleMouseDown
@@ -5,4 +5,4 @@ Object.defineProperty(exports, "__esModule", {
5
5
  });
6
6
  exports.version = exports.name = void 0;
7
7
  var name = exports.name = "@atlaskit/editor-core";
8
- var version = exports.version = "204.1.0";
8
+ var version = exports.version = "204.1.1";
@@ -27,6 +27,7 @@ export const ClickAreaBlock = ({
27
27
  return (
28
28
  // eslint-disable-next-line jsx-a11y/no-static-element-interactions
29
29
  jsx("div", {
30
+ "data-editor-click-wrapper": true,
30
31
  "data-testid": "click-wrapper",
31
32
  css: clickWrapper,
32
33
  onMouseDown: handleMouseDown
@@ -1,2 +1,2 @@
1
1
  export const name = "@atlaskit/editor-core";
2
- export const version = "204.1.0";
2
+ export const version = "204.1.1";
@@ -26,6 +26,7 @@ export var ClickAreaBlock = function ClickAreaBlock(_ref) {
26
26
  return (
27
27
  // eslint-disable-next-line jsx-a11y/no-static-element-interactions
28
28
  jsx("div", {
29
+ "data-editor-click-wrapper": true,
29
30
  "data-testid": "click-wrapper",
30
31
  css: clickWrapper,
31
32
  onMouseDown: handleMouseDown
@@ -1,2 +1,2 @@
1
1
  export var name = "@atlaskit/editor-core";
2
- export var version = "204.1.0";
2
+ export var version = "204.1.1";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-core",
3
- "version": "204.1.0",
3
+ "version": "204.1.1",
4
4
  "description": "A package contains Atlassian editor core functionality",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -86,7 +86,7 @@
86
86
  "@atlaskit/adf-utils": "^19.18.0",
87
87
  "@atlaskit/analytics-listeners": "^9.0.0",
88
88
  "@atlaskit/collab-provider": "10.7.3",
89
- "@atlaskit/editor-plugin-annotation": "2.0.1",
89
+ "@atlaskit/editor-plugin-annotation": "2.0.2",
90
90
  "@atlaskit/editor-plugin-card": "^5.0.0",
91
91
  "@atlaskit/editor-plugin-list": "^4.0.0",
92
92
  "@atlaskit/editor-plugin-paste": "^3.0.0",
@@ -98,7 +98,7 @@
98
98
  "@atlaskit/modal-dialog": "^13.0.0",
99
99
  "@atlaskit/primitives": "^14.1.0",
100
100
  "@atlaskit/renderer": "^113.0.0",
101
- "@atlaskit/smart-card": "^35.0.0",
101
+ "@atlaskit/smart-card": "^35.1.0",
102
102
  "@atlaskit/synchrony-test-helpers": "^3.1.0",
103
103
  "@atlaskit/toggle": "^15.0.0",
104
104
  "@atlaskit/util-data-test": "^18.0.0",