@atlaskit/editor-plugin-block-controls 3.8.9 → 3.8.10

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,14 @@
1
1
  # @atlaskit/editor-plugin-block-controls
2
2
 
3
+ ## 3.8.10
4
+
5
+ ### Patch Changes
6
+
7
+ - [#140242](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/140242)
8
+ [`cc6e520975373`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/cc6e520975373) -
9
+ [ED-27504] Fix table insert row button being hard to click
10
+ - Updated dependencies
11
+
3
12
  ## 3.8.9
4
13
 
5
14
  ### Patch Changes
@@ -129,8 +129,7 @@ var dragHandleButtonStylesOld = (0, _react2.css)({
129
129
  });
130
130
  var dragHandleContainerStyles = (0, _primitives.xcss)({
131
131
  position: 'absolute',
132
- boxSizing: 'border-box',
133
- zIndex: 'card'
132
+ boxSizing: 'border-box'
134
133
  });
135
134
  var tooltipContainerStyles = (0, _primitives.xcss)({
136
135
  top: '8px',
@@ -121,8 +121,7 @@ const dragHandleButtonStylesOld = css({
121
121
  });
122
122
  const dragHandleContainerStyles = xcss({
123
123
  position: 'absolute',
124
- boxSizing: 'border-box',
125
- zIndex: 'card'
124
+ boxSizing: 'border-box'
126
125
  });
127
126
  const tooltipContainerStyles = xcss({
128
127
  top: '8px',
@@ -126,8 +126,7 @@ var dragHandleButtonStylesOld = css({
126
126
  });
127
127
  var dragHandleContainerStyles = xcss({
128
128
  position: 'absolute',
129
- boxSizing: 'border-box',
130
- zIndex: 'card'
129
+ boxSizing: 'border-box'
131
130
  });
132
131
  var tooltipContainerStyles = xcss({
133
132
  top: '8px',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-block-controls",
3
- "version": "3.8.9",
3
+ "version": "3.8.10",
4
4
  "description": "Block controls plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -33,7 +33,7 @@
33
33
  },
34
34
  "dependencies": {
35
35
  "@atlaskit/adf-schema": "^47.6.0",
36
- "@atlaskit/editor-common": "^103.4.0",
36
+ "@atlaskit/editor-common": "^103.5.0",
37
37
  "@atlaskit/editor-plugin-accessibility-utils": "^2.0.0",
38
38
  "@atlaskit/editor-plugin-analytics": "^2.2.0",
39
39
  "@atlaskit/editor-plugin-editor-disabled": "^2.0.0",
@@ -41,7 +41,7 @@
41
41
  "@atlaskit/editor-plugin-metrics": "^3.4.0",
42
42
  "@atlaskit/editor-plugin-quick-insert": "^2.3.0",
43
43
  "@atlaskit/editor-plugin-selection": "^2.1.0",
44
- "@atlaskit/editor-plugin-type-ahead": "^2.3.0",
44
+ "@atlaskit/editor-plugin-type-ahead": "^2.4.0",
45
45
  "@atlaskit/editor-plugin-width": "^3.0.0",
46
46
  "@atlaskit/editor-prosemirror": "7.0.0",
47
47
  "@atlaskit/editor-shared-styles": "^3.4.0",
@@ -50,7 +50,7 @@
50
50
  "@atlaskit/platform-feature-flags": "^1.1.0",
51
51
  "@atlaskit/pragmatic-drag-and-drop": "^1.5.0",
52
52
  "@atlaskit/pragmatic-drag-and-drop-auto-scroll": "^2.1.0",
53
- "@atlaskit/pragmatic-drag-and-drop-react-drop-indicator": "^3.0.0",
53
+ "@atlaskit/pragmatic-drag-and-drop-react-drop-indicator": "^3.1.0",
54
54
  "@atlaskit/primitives": "^14.4.0",
55
55
  "@atlaskit/theme": "^18.0.0",
56
56
  "@atlaskit/tmp-editor-statsig": "^4.6.0",