@atlaskit/editor-plugin-insert-block 7.0.23 → 7.0.25

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,19 @@
1
1
  # @atlaskit/editor-plugin-insert-block
2
2
 
3
+ ## 7.0.25
4
+
5
+ ### Patch Changes
6
+
7
+ - [`55920a92e882a`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/55920a92e882a) -
8
+ tsignores added for help-center local consumpton removed
9
+ - Updated dependencies
10
+
11
+ ## 7.0.24
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies
16
+
3
17
  ## 7.0.23
4
18
 
5
19
  ### Patch Changes
@@ -11,13 +11,11 @@ var toggleInsertBlockPmPlugin = exports.toggleInsertBlockPmPlugin = function tog
11
11
  return new _safePlugin.SafePlugin({
12
12
  key: toggleInsertBlockPmKey,
13
13
  state: {
14
- // @ts-ignore - Workaround for help-center local consumption
15
14
  init: function init() {
16
15
  return {
17
16
  showElementBrowser: false
18
17
  };
19
18
  },
20
- // @ts-ignore - Workaround for help-center local consumption
21
19
  apply: function apply(tr, pluginState) {
22
20
  var meta = tr.getMeta(toggleInsertBlockPmKey);
23
21
  if (!meta) {
@@ -4,15 +4,11 @@ export const toggleInsertBlockPmKey = new PluginKey('toggleInsertBlockPmKey');
4
4
  export const toggleInsertBlockPmPlugin = () => new SafePlugin({
5
5
  key: toggleInsertBlockPmKey,
6
6
  state: {
7
- // @ts-ignore - Workaround for help-center local consumption
8
-
9
7
  init() {
10
8
  return {
11
9
  showElementBrowser: false
12
10
  };
13
11
  },
14
- // @ts-ignore - Workaround for help-center local consumption
15
-
16
12
  apply(tr, pluginState) {
17
13
  const meta = tr.getMeta(toggleInsertBlockPmKey);
18
14
  if (!meta) {
@@ -5,13 +5,11 @@ export var toggleInsertBlockPmPlugin = function toggleInsertBlockPmPlugin() {
5
5
  return new SafePlugin({
6
6
  key: toggleInsertBlockPmKey,
7
7
  state: {
8
- // @ts-ignore - Workaround for help-center local consumption
9
8
  init: function init() {
10
9
  return {
11
10
  showElementBrowser: false
12
11
  };
13
12
  },
14
- // @ts-ignore - Workaround for help-center local consumption
15
13
  apply: function apply(tr, pluginState) {
16
14
  var meta = tr.getMeta(toggleInsertBlockPmKey);
17
15
  if (!meta) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-insert-block",
3
- "version": "7.0.23",
3
+ "version": "7.0.25",
4
4
  "description": "Insert block plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -57,14 +57,14 @@
57
57
  "@atlaskit/editor-plugin-type-ahead": "^6.5.0",
58
58
  "@atlaskit/editor-prosemirror": "7.0.0",
59
59
  "@atlaskit/editor-shared-styles": "^3.10.0",
60
- "@atlaskit/editor-toolbar": "^0.17.0",
60
+ "@atlaskit/editor-toolbar": "^0.18.0",
61
61
  "@atlaskit/editor-toolbar-model": "^0.2.0",
62
62
  "@atlaskit/emoji": "^69.8.0",
63
63
  "@atlaskit/icon": "^29.0.0",
64
64
  "@atlaskit/icon-lab": "^5.12.0",
65
65
  "@atlaskit/platform-feature-flags": "^1.1.0",
66
66
  "@atlaskit/theme": "^21.0.0",
67
- "@atlaskit/tmp-editor-statsig": "^14.0.0",
67
+ "@atlaskit/tmp-editor-statsig": "^14.2.0",
68
68
  "@atlaskit/tokens": "^8.4.0",
69
69
  "@babel/runtime": "^7.0.0",
70
70
  "@emotion/react": "^11.7.1",