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

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,24 @@
1
1
  # @atlaskit/editor-plugin-track-changes
2
2
 
3
+ ## 2.7.4
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 2.7.3
10
+
11
+ ### Patch Changes
12
+
13
+ - [`286abb4d35eba`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/286abb4d35eba) -
14
+ [ux] [ED-28960] Finish full page primary toolbar migration
15
+
16
+ - Align with design update (separator, gap, height, icon size)
17
+ - Add keyboard shortcut to focus toolbar and arrow key navigation
18
+ - Address accessibility
19
+
20
+ - Updated dependencies
21
+
3
22
  ## 2.7.2
4
23
 
5
24
  ### Patch Changes
@@ -36,7 +36,8 @@ var TrackChangesButtonNew = exports.TrackChangesButtonNew = function TrackChange
36
36
  content: formatMessage(_messages.trackChangesMessages.toolbarIconLabel)
37
37
  }, /*#__PURE__*/_react.default.createElement(_editorToolbar.ToolbarButton, {
38
38
  iconBefore: /*#__PURE__*/_react.default.createElement(_editorToolbar.HistoryIcon, {
39
- label: formatMessage(_messages.trackChangesMessages.toolbarIconLabel)
39
+ label: formatMessage(_messages.trackChangesMessages.toolbarIconLabel),
40
+ size: "small"
40
41
  }),
41
42
  onClick: handleClick,
42
43
  isDisabled: !isShowDiffAvailable,
@@ -32,7 +32,8 @@ export const TrackChangesButtonNew = ({
32
32
  content: formatMessage(trackChangesMessages.toolbarIconLabel)
33
33
  }, /*#__PURE__*/React.createElement(ToolbarButton, {
34
34
  iconBefore: /*#__PURE__*/React.createElement(HistoryIcon, {
35
- label: formatMessage(trackChangesMessages.toolbarIconLabel)
35
+ label: formatMessage(trackChangesMessages.toolbarIconLabel),
36
+ size: "small"
36
37
  }),
37
38
  onClick: handleClick,
38
39
  isDisabled: !isShowDiffAvailable,
@@ -29,7 +29,8 @@ export var TrackChangesButtonNew = function TrackChangesButtonNew(_ref) {
29
29
  content: formatMessage(trackChangesMessages.toolbarIconLabel)
30
30
  }, /*#__PURE__*/React.createElement(ToolbarButton, {
31
31
  iconBefore: /*#__PURE__*/React.createElement(HistoryIcon, {
32
- label: formatMessage(trackChangesMessages.toolbarIconLabel)
32
+ label: formatMessage(trackChangesMessages.toolbarIconLabel),
33
+ size: "small"
33
34
  }),
34
35
  onClick: handleClick,
35
36
  isDisabled: !isShowDiffAvailable,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-track-changes",
3
- "version": "2.7.2",
3
+ "version": "2.7.4",
4
4
  "description": "ShowDiff plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -35,17 +35,17 @@
35
35
  "@atlaskit/editor-plugin-history": "3.1.0",
36
36
  "@atlaskit/editor-plugin-primary-toolbar": "^4.1.0",
37
37
  "@atlaskit/editor-plugin-show-diff": "0.1.4",
38
- "@atlaskit/editor-plugin-toolbar": "^0.3.0",
38
+ "@atlaskit/editor-plugin-toolbar": "^0.4.0",
39
39
  "@atlaskit/editor-prosemirror": "7.0.0",
40
40
  "@atlaskit/editor-toolbar": "^0.3.0",
41
41
  "@atlaskit/editor-toolbar-model": "^0.1.0",
42
42
  "@atlaskit/icon-lab": "^5.6.0",
43
- "@atlaskit/tmp-editor-statsig": "^11.3.0",
43
+ "@atlaskit/tmp-editor-statsig": "^11.5.0",
44
44
  "@babel/runtime": "^7.0.0",
45
45
  "react-intl-next": "npm:react-intl@^5.18.1"
46
46
  },
47
47
  "peerDependencies": {
48
- "@atlaskit/editor-common": "^107.26.0",
48
+ "@atlaskit/editor-common": "^107.28.0",
49
49
  "react": "^18.2.0"
50
50
  },
51
51
  "techstack": {