@atlaskit/editor-plugin-breakout 2.4.0 → 2.4.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,15 @@
1
1
  # @atlaskit/editor-plugin-breakout
2
2
 
3
+ ## 2.4.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [#163125](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/163125)
8
+ [`d0ae2ab52765d`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/d0ae2ab52765d) -
9
+ [ux] ED-28034 fix block controls positioning for new resizing experience behind
10
+ platform_editor_breakout_resizing
11
+ - Updated dependencies
12
+
3
13
  ## 2.4.0
4
14
 
5
15
  ### Minor Changes
@@ -40,7 +40,6 @@ var ResizingMarkView = exports.ResizingMarkView = /*#__PURE__*/function () {
40
40
  dom.style.transform = 'none';
41
41
  dom.style.display = 'grid';
42
42
  dom.style.justifyContent = 'center';
43
- dom.style.position = 'relative';
44
43
 
45
44
  // contentDOM - styles
46
45
  contentDOM.style.gridRow = '1';
@@ -30,7 +30,6 @@ export class ResizingMarkView {
30
30
  dom.style.transform = 'none';
31
31
  dom.style.display = 'grid';
32
32
  dom.style.justifyContent = 'center';
33
- dom.style.position = 'relative';
34
33
 
35
34
  // contentDOM - styles
36
35
  contentDOM.style.gridRow = '1';
@@ -33,7 +33,6 @@ export var ResizingMarkView = /*#__PURE__*/function () {
33
33
  dom.style.transform = 'none';
34
34
  dom.style.display = 'grid';
35
35
  dom.style.justifyContent = 'center';
36
- dom.style.position = 'relative';
37
36
 
38
37
  // contentDOM - styles
39
38
  contentDOM.style.gridRow = '1';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-breakout",
3
- "version": "2.4.0",
3
+ "version": "2.4.1",
4
4
  "description": "Breakout plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -48,7 +48,7 @@
48
48
  "@atlaskit/platform-feature-flags": "^1.1.0",
49
49
  "@atlaskit/pragmatic-drag-and-drop": "^1.7.0",
50
50
  "@atlaskit/theme": "^18.0.0",
51
- "@atlaskit/tmp-editor-statsig": "^5.5.0",
51
+ "@atlaskit/tmp-editor-statsig": "^5.6.0",
52
52
  "@atlaskit/tokens": "^4.9.0",
53
53
  "@babel/runtime": "^7.0.0",
54
54
  "@emotion/react": "^11.7.1"