@atlaskit/editor-plugin-track-changes 2.7.1 → 2.7.2

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,11 @@
1
1
  # @atlaskit/editor-plugin-track-changes
2
2
 
3
+ ## 2.7.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 2.7.1
4
10
 
5
11
  ### Patch Changes
@@ -1,6 +1,6 @@
1
1
  import React from 'react';
2
- import { TOOLBAR_RANK, TOOLBARS, TRACK_CHANGES_BUTTON, TRACK_CHANGES_GROUP, TRACK_CHANGES_GROUP_RANK, TRACK_CHANGES_SECTION, TRACK_CHANGES_SECTION_RANK } from "@atlaskit/editor-common/toolbar";
3
- import { TrackChangesButtonNew } from "./TrackChangesButtonNew";
2
+ import { TOOLBAR_RANK, TOOLBARS, TRACK_CHANGES_BUTTON, TRACK_CHANGES_GROUP, TRACK_CHANGES_GROUP_RANK, TRACK_CHANGES_SECTION, TRACK_CHANGES_SECTION_RANK } from '@atlaskit/editor-common/toolbar';
3
+ import { TrackChangesButtonNew } from './TrackChangesButtonNew';
4
4
  export const getToolbarComponents = api => {
5
5
  return [{
6
6
  type: TRACK_CHANGES_SECTION.type,
@@ -1,6 +1,6 @@
1
1
  import React from 'react';
2
- import { TOOLBAR_RANK, TOOLBARS, TRACK_CHANGES_BUTTON, TRACK_CHANGES_GROUP, TRACK_CHANGES_GROUP_RANK, TRACK_CHANGES_SECTION, TRACK_CHANGES_SECTION_RANK } from "@atlaskit/editor-common/toolbar";
3
- import { TrackChangesButtonNew } from "./TrackChangesButtonNew";
2
+ import { TOOLBAR_RANK, TOOLBARS, TRACK_CHANGES_BUTTON, TRACK_CHANGES_GROUP, TRACK_CHANGES_GROUP_RANK, TRACK_CHANGES_SECTION, TRACK_CHANGES_SECTION_RANK } from '@atlaskit/editor-common/toolbar';
3
+ import { TrackChangesButtonNew } from './TrackChangesButtonNew';
4
4
  export var getToolbarComponents = function getToolbarComponents(api) {
5
5
  return [{
6
6
  type: TRACK_CHANGES_SECTION.type,
@@ -1,4 +1,4 @@
1
- import type { ExtractInjectionAPI } from "@atlaskit/editor-common/types";
2
- import type { RegisterComponent } from "@atlaskit/editor-toolbar-model";
3
- import type { TrackChangesPlugin } from "../trackChangesPluginType";
1
+ import type { ExtractInjectionAPI } from '@atlaskit/editor-common/types';
2
+ import type { RegisterComponent } from '@atlaskit/editor-toolbar-model';
3
+ import type { TrackChangesPlugin } from '../trackChangesPluginType';
4
4
  export declare const getToolbarComponents: (api?: ExtractInjectionAPI<TrackChangesPlugin>) => RegisterComponent[];
@@ -1,4 +1,4 @@
1
- import type { ExtractInjectionAPI } from "@atlaskit/editor-common/types";
2
- import type { RegisterComponent } from "@atlaskit/editor-toolbar-model";
3
- import type { TrackChangesPlugin } from "../trackChangesPluginType";
1
+ import type { ExtractInjectionAPI } from '@atlaskit/editor-common/types';
2
+ import type { RegisterComponent } from '@atlaskit/editor-toolbar-model';
3
+ import type { TrackChangesPlugin } from '../trackChangesPluginType';
4
4
  export declare const getToolbarComponents: (api?: ExtractInjectionAPI<TrackChangesPlugin>) => RegisterComponent[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-track-changes",
3
- "version": "2.7.1",
3
+ "version": "2.7.2",
4
4
  "description": "ShowDiff plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -34,7 +34,7 @@
34
34
  "@atlaskit/button": "^23.4.0",
35
35
  "@atlaskit/editor-plugin-history": "3.1.0",
36
36
  "@atlaskit/editor-plugin-primary-toolbar": "^4.1.0",
37
- "@atlaskit/editor-plugin-show-diff": "0.1.3",
37
+ "@atlaskit/editor-plugin-show-diff": "0.1.4",
38
38
  "@atlaskit/editor-plugin-toolbar": "^0.3.0",
39
39
  "@atlaskit/editor-prosemirror": "7.0.0",
40
40
  "@atlaskit/editor-toolbar": "^0.3.0",