@atlaskit/editor-plugin-block-controls 2.15.0 → 2.15.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-plugin-block-controls
2
2
 
3
+ ## 2.15.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [#177040](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/177040)
8
+ [`53996b8399acf`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/53996b8399acf) -
9
+ hot-113791 fix firefox layout selection issue
10
+
3
11
  ## 2.15.0
4
12
 
5
13
  ### Minor Changes
@@ -139,8 +139,7 @@ var globalDnDStyle = (0, _react.css)({
139
139
  '.ProseMirror': {
140
140
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors, @atlaskit/ui-styling-standard/no-unsafe-selectors, @atlaskit/ui-styling-standard/no-unsafe-values
141
141
  '[data-layout-content]': {
142
- userDrag: 'none',
143
- userSelect: 'none'
142
+ userDrag: 'none'
144
143
  }
145
144
  }
146
145
  });
@@ -165,8 +165,7 @@ const globalDnDStyle = css({
165
165
  '.ProseMirror': {
166
166
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors, @atlaskit/ui-styling-standard/no-unsafe-selectors, @atlaskit/ui-styling-standard/no-unsafe-values
167
167
  '[data-layout-content]': {
168
- userDrag: 'none',
169
- userSelect: 'none'
168
+ userDrag: 'none'
170
169
  }
171
170
  }
172
171
  });
@@ -132,8 +132,7 @@ var globalDnDStyle = css({
132
132
  '.ProseMirror': {
133
133
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors, @atlaskit/ui-styling-standard/no-unsafe-selectors, @atlaskit/ui-styling-standard/no-unsafe-values
134
134
  '[data-layout-content]': {
135
- userDrag: 'none',
136
- userSelect: 'none'
135
+ userDrag: 'none'
137
136
  }
138
137
  }
139
138
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-block-controls",
3
- "version": "2.15.0",
3
+ "version": "2.15.1",
4
4
  "description": "Block controls plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -48,7 +48,7 @@
48
48
  "@atlaskit/pragmatic-drag-and-drop-react-drop-indicator": "^1.1.0",
49
49
  "@atlaskit/primitives": "^13.3.0",
50
50
  "@atlaskit/theme": "^14.0.0",
51
- "@atlaskit/tmp-editor-statsig": "^2.23.0",
51
+ "@atlaskit/tmp-editor-statsig": "^2.24.0",
52
52
  "@atlaskit/tokens": "^2.4.0",
53
53
  "@atlaskit/tooltip": "^18.9.0",
54
54
  "@babel/runtime": "^7.0.0",