@atlaskit/editor-plugin-text-color 6.3.16 → 6.3.17

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-text-color
2
2
 
3
+ ## 6.3.17
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.3.16
4
12
 
5
13
  ### Patch Changes
@@ -45,11 +45,9 @@ function createPlugin(dispatch, pluginConfig) {
45
45
  return new _safePlugin.SafePlugin({
46
46
  key: pluginKey,
47
47
  state: {
48
- // @ts-ignore - Workaround for help-center local consumption
49
48
  init: function init(_config, editorState) {
50
49
  return createInitialPluginState(editorState, pluginConfig);
51
50
  },
52
- // @ts-ignore - Workaround for help-center local consumption
53
51
  apply: function apply(tr, pluginState, _, newState) {
54
52
  var meta = tr.getMeta(pluginKey) || {};
55
53
  var nextState;
@@ -32,13 +32,9 @@ export function createPlugin(dispatch, pluginConfig) {
32
32
  return new SafePlugin({
33
33
  key: pluginKey,
34
34
  state: {
35
- // @ts-ignore - Workaround for help-center local consumption
36
-
37
35
  init(_config, editorState) {
38
36
  return createInitialPluginState(editorState, pluginConfig);
39
37
  },
40
- // @ts-ignore - Workaround for help-center local consumption
41
-
42
38
  apply(tr, pluginState, _, newState) {
43
39
  const meta = tr.getMeta(pluginKey) || {};
44
40
  let nextState;
@@ -36,11 +36,9 @@ export function createPlugin(dispatch, pluginConfig) {
36
36
  return new SafePlugin({
37
37
  key: pluginKey,
38
38
  state: {
39
- // @ts-ignore - Workaround for help-center local consumption
40
39
  init: function init(_config, editorState) {
41
40
  return createInitialPluginState(editorState, pluginConfig);
42
41
  },
43
- // @ts-ignore - Workaround for help-center local consumption
44
42
  apply: function apply(tr, pluginState, _, newState) {
45
43
  var meta = tr.getMeta(pluginKey) || {};
46
44
  var nextState;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-text-color",
3
- "version": "6.3.16",
3
+ "version": "6.3.17",
4
4
  "description": "Text color plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -47,7 +47,7 @@
47
47
  "@atlaskit/platform-feature-flags": "^1.1.0",
48
48
  "@atlaskit/primitives": "^16.4.0",
49
49
  "@atlaskit/theme": "^21.0.0",
50
- "@atlaskit/tmp-editor-statsig": "^14.1.0",
50
+ "@atlaskit/tmp-editor-statsig": "^14.2.0",
51
51
  "@atlaskit/tokens": "^8.4.0",
52
52
  "@babel/runtime": "^7.0.0",
53
53
  "@emotion/react": "^11.7.1"