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

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,21 @@
1
1
  # @atlaskit/editor-plugin-text-color
2
2
 
3
+ ## 6.3.18
4
+
5
+ ### Patch Changes
6
+
7
+ - [`e3779b75fdeca`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/e3779b75fdeca) -
8
+ EDITOR-1643 Promote syncBlock and bodiedSyncBlock to full schema
9
+ - Updated dependencies
10
+
11
+ ## 6.3.17
12
+
13
+ ### Patch Changes
14
+
15
+ - [`55920a92e882a`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/55920a92e882a) -
16
+ tsignores added for help-center local consumpton removed
17
+ - Updated dependencies
18
+
3
19
  ## 6.3.16
4
20
 
5
21
  ### 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.18",
4
4
  "description": "Text color plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -29,7 +29,7 @@
29
29
  ],
30
30
  "atlaskit:src": "src/index.ts",
31
31
  "dependencies": {
32
- "@atlaskit/adf-schema": "^51.4.0",
32
+ "@atlaskit/adf-schema": "^51.5.1",
33
33
  "@atlaskit/button": "^23.6.0",
34
34
  "@atlaskit/css": "^0.17.0",
35
35
  "@atlaskit/editor-palette": "^2.1.0",
@@ -47,13 +47,13 @@
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.5.0",
51
51
  "@atlaskit/tokens": "^8.4.0",
52
52
  "@babel/runtime": "^7.0.0",
53
53
  "@emotion/react": "^11.7.1"
54
54
  },
55
55
  "peerDependencies": {
56
- "@atlaskit/editor-common": "^110.36.0",
56
+ "@atlaskit/editor-common": "^110.38.0",
57
57
  "react": "^18.2.0",
58
58
  "react-dom": "^18.2.0",
59
59
  "react-intl-next": "npm:react-intl@^5.18.1"