@atlaskit/editor-plugin-table 18.1.18 → 18.1.19

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,11 @@
1
1
  # @atlaskit/editor-plugin-table
2
2
 
3
+ ## 18.1.19
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 18.1.18
4
10
 
5
11
  ### Patch Changes
@@ -787,7 +787,6 @@ var ContextualMenu = exports.ContextualMenu = /*#__PURE__*/function (_Component)
787
787
  }, (0, _react2.jsx)("div", {
788
788
  "data-testid": "table-cell-contextual-menu",
789
789
  onMouseLeave: (0, _expValEquals.expValEquals)('platform_editor_toolbar_submenu_open_click', 'isEnabled', true) ? undefined : this.closeSubmenu,
790
- onBlur: (0, _expValEquals.expValEquals)('platform_editor_table_a11y_eslint_fix', 'isEnabled', true) ? this.closeSubmenu : undefined,
791
790
  ref: this.dropdownMenuRef
792
791
  }, (0, _react2.jsx)(_uiMenu.DropdownMenu
793
792
  //This needs be removed when the a11y is completely handled
@@ -843,7 +843,6 @@ export class ContextualMenu extends Component {
843
843
  }, jsx("div", {
844
844
  "data-testid": "table-cell-contextual-menu",
845
845
  onMouseLeave: expValEquals('platform_editor_toolbar_submenu_open_click', 'isEnabled', true) ? undefined : this.closeSubmenu,
846
- onBlur: expValEquals('platform_editor_table_a11y_eslint_fix', 'isEnabled', true) ? this.closeSubmenu : undefined,
847
846
  ref: this.dropdownMenuRef
848
847
  }, jsx(DropdownMenu
849
848
  //This needs be removed when the a11y is completely handled
@@ -781,7 +781,6 @@ export var ContextualMenu = /*#__PURE__*/function (_Component) {
781
781
  }, jsx("div", {
782
782
  "data-testid": "table-cell-contextual-menu",
783
783
  onMouseLeave: expValEquals('platform_editor_toolbar_submenu_open_click', 'isEnabled', true) ? undefined : this.closeSubmenu,
784
- onBlur: expValEquals('platform_editor_table_a11y_eslint_fix', 'isEnabled', true) ? this.closeSubmenu : undefined,
785
784
  ref: this.dropdownMenuRef
786
785
  }, jsx(DropdownMenu
787
786
  //This needs be removed when the a11y is completely handled
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-table",
3
- "version": "18.1.18",
3
+ "version": "18.1.19",
4
4
  "description": "Table plugin for the @atlaskit/editor",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -37,7 +37,7 @@
37
37
  "@atlaskit/editor-plugin-batch-attribute-updates": "^8.0.0",
38
38
  "@atlaskit/editor-plugin-content-insertion": "^8.0.0",
39
39
  "@atlaskit/editor-plugin-editor-viewmode": "^10.0.0",
40
- "@atlaskit/editor-plugin-extension": "11.0.21",
40
+ "@atlaskit/editor-plugin-extension": "11.0.22",
41
41
  "@atlaskit/editor-plugin-guideline": "^8.0.0",
42
42
  "@atlaskit/editor-plugin-interaction": "^15.0.0",
43
43
  "@atlaskit/editor-plugin-limited-mode": "^5.0.0",
@@ -56,7 +56,7 @@
56
56
  "@atlaskit/pragmatic-drag-and-drop-auto-scroll": "^2.1.0",
57
57
  "@atlaskit/pragmatic-drag-and-drop-hitbox": "^1.1.0",
58
58
  "@atlaskit/primitives": "^18.1.0",
59
- "@atlaskit/tmp-editor-statsig": "^51.0.0",
59
+ "@atlaskit/tmp-editor-statsig": "^52.0.0",
60
60
  "@atlaskit/toggle": "^15.2.0",
61
61
  "@atlaskit/tokens": "^11.4.0",
62
62
  "@atlaskit/tooltip": "^21.0.0",