@atlaskit/editor-plugin-panel 8.1.11 → 8.1.12

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-panel
2
2
 
3
+ ## 8.1.12
4
+
5
+ ### Patch Changes
6
+
7
+ - [`56c0427b2ab20`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/56c0427b2ab20) -
8
+ [ux] Use new IA for block menu items.
9
+ - Updated dependencies
10
+
3
11
  ## 8.1.11
4
12
 
5
13
  ### Patch Changes
@@ -34,11 +34,11 @@ var panelPlugin = function panelPlugin(_ref) {
34
34
  var _api$blockMenu;
35
35
  api === null || api === void 0 || (_api$blockMenu = api.blockMenu) === null || _api$blockMenu === void 0 || _api$blockMenu.actions.registerBlockMenuComponents([{
36
36
  type: 'block-menu-item',
37
- key: _blockMenu.FORMAT_PANEL_MENU_ITEM.key,
37
+ key: _blockMenu.TRANSFORM_STRUCTURE_PANEL_MENU_ITEM.key,
38
38
  parent: {
39
39
  type: 'block-menu-section',
40
- key: _blockMenu.FORMAT_MENU_ITEM.key,
41
- rank: _blockMenu.FORMAT_NESTED_MENU_RANK[_blockMenu.FORMAT_PANEL_MENU_ITEM.key]
40
+ key: _blockMenu.TRANSFORM_STRUCTURE_MENU_SECTION.key,
41
+ rank: _blockMenu.TRANSFORM_STRUCTURE_MENU_SECTION_RANK[_blockMenu.TRANSFORM_STRUCTURE_PANEL_MENU_ITEM.key]
42
42
  },
43
43
  component: (0, _panelBlockMenuItem.createPanelBlockMenuItem)(api)
44
44
  }]);
@@ -1,7 +1,7 @@
1
1
  import React from 'react';
2
2
  import { extendedPanel, extendedPanelWithLocalId, PanelType } from '@atlaskit/adf-schema';
3
3
  import { ACTION, ACTION_SUBJECT, ACTION_SUBJECT_ID, EVENT_TYPE, INPUT_METHOD } from '@atlaskit/editor-common/analytics';
4
- import { FORMAT_MENU_ITEM, FORMAT_PANEL_MENU_ITEM, FORMAT_NESTED_MENU_RANK } from '@atlaskit/editor-common/block-menu';
4
+ import { TRANSFORM_STRUCTURE_PANEL_MENU_ITEM, TRANSFORM_STRUCTURE_MENU_SECTION, TRANSFORM_STRUCTURE_MENU_SECTION_RANK } from '@atlaskit/editor-common/block-menu';
5
5
  import { insertSelectedItem } from '@atlaskit/editor-common/insert';
6
6
  import { blockTypeMessages } from '@atlaskit/editor-common/messages';
7
7
  import { IconCustomPanel, IconPanel, IconPanelError, IconPanelNote, IconPanelSuccess, IconPanelWarning } from '@atlaskit/editor-common/quick-insert';
@@ -24,11 +24,11 @@ const panelPlugin = ({
24
24
  var _api$blockMenu;
25
25
  api === null || api === void 0 ? void 0 : (_api$blockMenu = api.blockMenu) === null || _api$blockMenu === void 0 ? void 0 : _api$blockMenu.actions.registerBlockMenuComponents([{
26
26
  type: 'block-menu-item',
27
- key: FORMAT_PANEL_MENU_ITEM.key,
27
+ key: TRANSFORM_STRUCTURE_PANEL_MENU_ITEM.key,
28
28
  parent: {
29
29
  type: 'block-menu-section',
30
- key: FORMAT_MENU_ITEM.key,
31
- rank: FORMAT_NESTED_MENU_RANK[FORMAT_PANEL_MENU_ITEM.key]
30
+ key: TRANSFORM_STRUCTURE_MENU_SECTION.key,
31
+ rank: TRANSFORM_STRUCTURE_MENU_SECTION_RANK[TRANSFORM_STRUCTURE_PANEL_MENU_ITEM.key]
32
32
  },
33
33
  component: createPanelBlockMenuItem(api)
34
34
  }]);
@@ -4,7 +4,7 @@ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t =
4
4
  import React from 'react';
5
5
  import { extendedPanel, extendedPanelWithLocalId, PanelType } from '@atlaskit/adf-schema';
6
6
  import { ACTION, ACTION_SUBJECT, ACTION_SUBJECT_ID, EVENT_TYPE, INPUT_METHOD } from '@atlaskit/editor-common/analytics';
7
- import { FORMAT_MENU_ITEM, FORMAT_PANEL_MENU_ITEM, FORMAT_NESTED_MENU_RANK } from '@atlaskit/editor-common/block-menu';
7
+ import { TRANSFORM_STRUCTURE_PANEL_MENU_ITEM, TRANSFORM_STRUCTURE_MENU_SECTION, TRANSFORM_STRUCTURE_MENU_SECTION_RANK } from '@atlaskit/editor-common/block-menu';
8
8
  import { insertSelectedItem } from '@atlaskit/editor-common/insert';
9
9
  import { blockTypeMessages } from '@atlaskit/editor-common/messages';
10
10
  import { IconCustomPanel, IconPanel, IconPanelError, IconPanelNote, IconPanelSuccess, IconPanelWarning } from '@atlaskit/editor-common/quick-insert';
@@ -27,11 +27,11 @@ var panelPlugin = function panelPlugin(_ref) {
27
27
  var _api$blockMenu;
28
28
  api === null || api === void 0 || (_api$blockMenu = api.blockMenu) === null || _api$blockMenu === void 0 || _api$blockMenu.actions.registerBlockMenuComponents([{
29
29
  type: 'block-menu-item',
30
- key: FORMAT_PANEL_MENU_ITEM.key,
30
+ key: TRANSFORM_STRUCTURE_PANEL_MENU_ITEM.key,
31
31
  parent: {
32
32
  type: 'block-menu-section',
33
- key: FORMAT_MENU_ITEM.key,
34
- rank: FORMAT_NESTED_MENU_RANK[FORMAT_PANEL_MENU_ITEM.key]
33
+ key: TRANSFORM_STRUCTURE_MENU_SECTION.key,
34
+ rank: TRANSFORM_STRUCTURE_MENU_SECTION_RANK[TRANSFORM_STRUCTURE_PANEL_MENU_ITEM.key]
35
35
  },
36
36
  component: createPanelBlockMenuItem(api)
37
37
  }]);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-panel",
3
- "version": "8.1.11",
3
+ "version": "8.1.12",
4
4
  "description": "Panel plugin for @atlaskit/editor-core.",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -32,7 +32,7 @@
32
32
  "@atlaskit/editor-plugin-analytics": "^6.2.0",
33
33
  "@atlaskit/editor-plugin-block-menu": "^5.0.0",
34
34
  "@atlaskit/editor-plugin-decorations": "^6.1.0",
35
- "@atlaskit/editor-plugin-emoji": "^7.6.0",
35
+ "@atlaskit/editor-plugin-emoji": "^7.7.0",
36
36
  "@atlaskit/editor-plugin-selection": "^6.1.0",
37
37
  "@atlaskit/editor-plugin-toolbar": "^3.4.0",
38
38
  "@atlaskit/editor-prosemirror": "7.0.0",
@@ -42,13 +42,13 @@
42
42
  "@atlaskit/icon": "^29.0.0",
43
43
  "@atlaskit/platform-feature-flags": "^1.1.0",
44
44
  "@atlaskit/theme": "^21.0.0",
45
- "@atlaskit/tmp-editor-statsig": "^13.43.0",
46
- "@atlaskit/tokens": "^8.3.0",
45
+ "@atlaskit/tmp-editor-statsig": "^13.44.0",
46
+ "@atlaskit/tokens": "^8.4.0",
47
47
  "@babel/runtime": "^7.0.0",
48
48
  "uuid": "^3.1.0"
49
49
  },
50
50
  "peerDependencies": {
51
- "@atlaskit/editor-common": "^110.34.0",
51
+ "@atlaskit/editor-common": "^110.35.0",
52
52
  "react": "^18.2.0",
53
53
  "react-dom": "^18.2.0",
54
54
  "react-intl-next": "npm:react-intl@^5.18.1"