@atlaskit/editor-core 187.48.2 → 187.48.4

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.
@@ -21,6 +21,7 @@ var _picker = require("@atlaskit/emoji/picker");
21
21
  var _ui = require("@atlaskit/editor-common/ui");
22
22
  var _ToolbarButton = _interopRequireDefault(require("../../../../ui/ToolbarButton"));
23
23
  var _styles = require("@atlaskit/editor-common/styles");
24
+ var _editorSharedStyles = require("@atlaskit/editor-shared-styles");
24
25
  var _actions = require("../../../date/actions");
25
26
  var _actions2 = require("../../../placeholder-text/actions");
26
27
  var _actions3 = require("../../../layout/actions");
@@ -438,7 +439,8 @@ var ToolbarInsertBlock = /*#__PURE__*/function (_React$PureComponent) {
438
439
  mountTo: popupsMountPoint,
439
440
  boundariesElement: popupsBoundariesElement,
440
441
  scrollableElement: popupsScrollableElement,
441
- focusTrap: true
442
+ focusTrap: true,
443
+ zIndex: _editorSharedStyles.akEditorMenuZIndex
442
444
  }, (0, _react2.jsx)(EmojiPickerWithListeners, {
443
445
  emojiProvider: emojiProvider,
444
446
  onSelection: this.handleSelectedEmoji,
@@ -6,7 +6,7 @@ Object.defineProperty(exports, "__esModule", {
6
6
  exports.version = exports.nextMajorVersion = exports.name = void 0;
7
7
  var name = "@atlaskit/editor-core";
8
8
  exports.name = name;
9
- var version = "187.48.2";
9
+ var version = "187.48.4";
10
10
  exports.version = version;
11
11
  var nextMajorVersion = function nextMajorVersion() {
12
12
  return [Number(version.split('.')[0]) + 1, 0, 0].join('.');
@@ -8,6 +8,7 @@ import { EmojiPicker as AkEmojiPicker } from '@atlaskit/emoji/picker';
8
8
  import { Popup } from '@atlaskit/editor-common/ui';
9
9
  import ToolbarButton from '../../../../ui/ToolbarButton';
10
10
  import { separatorStyles, buttonGroupStyle, wrapperStyle } from '@atlaskit/editor-common/styles';
11
+ import { akEditorMenuZIndex } from '@atlaskit/editor-shared-styles';
11
12
  import { insertDate } from '../../../date/actions';
12
13
  import { showPlaceholderFloatingToolbar } from '../../../placeholder-text/actions';
13
14
  import { insertLayoutColumnsWithAnalytics } from '../../../layout/actions';
@@ -481,7 +482,8 @@ export class ToolbarInsertBlock extends React.PureComponent {
481
482
  mountTo: popupsMountPoint,
482
483
  boundariesElement: popupsBoundariesElement,
483
484
  scrollableElement: popupsScrollableElement,
484
- focusTrap: true
485
+ focusTrap: true,
486
+ zIndex: akEditorMenuZIndex
485
487
  }, jsx(EmojiPickerWithListeners, {
486
488
  emojiProvider: emojiProvider,
487
489
  onSelection: this.handleSelectedEmoji,
@@ -1,5 +1,5 @@
1
1
  export const name = "@atlaskit/editor-core";
2
- export const version = "187.48.2";
2
+ export const version = "187.48.4";
3
3
  export const nextMajorVersion = () => {
4
4
  return [Number(version.split('.')[0]) + 1, 0, 0].join('.');
5
5
  };
@@ -19,6 +19,7 @@ import { EmojiPicker as AkEmojiPicker } from '@atlaskit/emoji/picker';
19
19
  import { Popup } from '@atlaskit/editor-common/ui';
20
20
  import ToolbarButton from '../../../../ui/ToolbarButton';
21
21
  import { separatorStyles, buttonGroupStyle, wrapperStyle } from '@atlaskit/editor-common/styles';
22
+ import { akEditorMenuZIndex } from '@atlaskit/editor-shared-styles';
22
23
  import { insertDate } from '../../../date/actions';
23
24
  import { showPlaceholderFloatingToolbar } from '../../../placeholder-text/actions';
24
25
  import { insertLayoutColumnsWithAnalytics } from '../../../layout/actions';
@@ -433,7 +434,8 @@ export var ToolbarInsertBlock = /*#__PURE__*/function (_React$PureComponent) {
433
434
  mountTo: popupsMountPoint,
434
435
  boundariesElement: popupsBoundariesElement,
435
436
  scrollableElement: popupsScrollableElement,
436
- focusTrap: true
437
+ focusTrap: true,
438
+ zIndex: akEditorMenuZIndex
437
439
  }, jsx(EmojiPickerWithListeners, {
438
440
  emojiProvider: emojiProvider,
439
441
  onSelection: this.handleSelectedEmoji,
@@ -1,5 +1,5 @@
1
1
  export var name = "@atlaskit/editor-core";
2
- export var version = "187.48.2";
2
+ export var version = "187.48.4";
3
3
  export var nextMajorVersion = function nextMajorVersion() {
4
4
  return [Number(version.split('.')[0]) + 1, 0, 0].join('.');
5
5
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-core",
3
- "version": "187.48.2",
3
+ "version": "187.48.4",
4
4
  "description": "A package contains Atlassian editor core functionality",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"