@atlaskit/editor-plugin-code-bidi-warning 6.1.2 → 6.1.3

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-code-bidi-warning
2
2
 
3
+ ## 6.1.3
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
+
3
11
  ## 6.1.2
4
12
 
5
13
  ### Patch Changes
@@ -56,8 +56,6 @@ var createPlugin = exports.createPlugin = function createPlugin(api, _ref, _ref2
56
56
  };
57
57
  }),
58
58
  props: {
59
- // @ts-ignore - Workaround for help-center local consumption
60
-
61
59
  decorations: function decorations(state) {
62
60
  if ((0, _expValEquals.expValEquals)('platform_editor_remove_bidi_char_warning', 'isEnabled', true)) {
63
61
  return _view.DecorationSet.empty;
@@ -53,8 +53,6 @@ export const createPlugin = (api, {
53
53
  };
54
54
  }),
55
55
  props: {
56
- // @ts-ignore - Workaround for help-center local consumption
57
-
58
56
  decorations: state => {
59
57
  if (expValEquals('platform_editor_remove_bidi_char_warning', 'isEnabled', true)) {
60
58
  return DecorationSet.empty;
@@ -50,8 +50,6 @@ export var createPlugin = function createPlugin(api, _ref, _ref2) {
50
50
  };
51
51
  }),
52
52
  props: {
53
- // @ts-ignore - Workaround for help-center local consumption
54
-
55
53
  decorations: function decorations(state) {
56
54
  if (expValEquals('platform_editor_remove_bidi_char_warning', 'isEnabled', true)) {
57
55
  return DecorationSet.empty;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-code-bidi-warning",
3
- "version": "6.1.2",
3
+ "version": "6.1.3",
4
4
  "description": "Code bidi warning plugin for @atlaskit/editor-core.",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -31,7 +31,7 @@
31
31
  "@atlaskit/editor-plugin-limited-mode": "^3.1.0",
32
32
  "@atlaskit/editor-prosemirror": "7.0.0",
33
33
  "@atlaskit/platform-feature-flags": "^1.1.0",
34
- "@atlaskit/tmp-editor-statsig": "^14.0.0",
34
+ "@atlaskit/tmp-editor-statsig": "^14.2.0",
35
35
  "@babel/runtime": "^7.0.0",
36
36
  "uuid": "^3.1.0"
37
37
  },