@atlaskit/editor-plugin-highlight 1.10.1 → 1.11.1

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-highlight
2
2
 
3
+ ## 1.11.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [#115380](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/115380)
8
+ [`2ca8ba21bdbf1`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/2ca8ba21bdbf1) -
9
+ [ux] [ED-23759] Fixed button sizing for highlight button in floating toolbar
10
+
11
+ ## 1.11.0
12
+
13
+ ### Minor Changes
14
+
15
+ - [`955949c077d4f`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/955949c077d4f) -
16
+ [ux] [ED-23627] Text highlighting UI review
17
+
18
+ ### Patch Changes
19
+
20
+ - Updated dependencies
21
+
3
22
  ## 1.10.1
4
23
 
5
24
  ### Patch Changes
@@ -62,7 +62,7 @@ var FloatingToolbarHighlightColor = function FloatingToolbarHighlightColor(_ref)
62
62
  activeColor: highlightState.activeColor,
63
63
  trigger: (0, _react2.jsx)(_uiMenu.ToolbarButton, {
64
64
  buttonId: _uiMenu.TOOLBAR_BUTTON.BACKGROUND_COLOR,
65
- spacing: 'default',
65
+ spacing: 'compact',
66
66
  disabled: highlightState.disabled,
67
67
  selected: isDropdownOpen,
68
68
  "aria-label": toolbarButtonLabel,
@@ -55,7 +55,7 @@ const FloatingToolbarHighlightColor = ({
55
55
  activeColor: highlightState.activeColor,
56
56
  trigger: jsx(ToolbarButton, {
57
57
  buttonId: TOOLBAR_BUTTON.BACKGROUND_COLOR,
58
- spacing: 'default',
58
+ spacing: 'compact',
59
59
  disabled: highlightState.disabled,
60
60
  selected: isDropdownOpen,
61
61
  "aria-label": toolbarButtonLabel,
@@ -54,7 +54,7 @@ var FloatingToolbarHighlightColor = function FloatingToolbarHighlightColor(_ref)
54
54
  activeColor: highlightState.activeColor,
55
55
  trigger: jsx(ToolbarButton, {
56
56
  buttonId: TOOLBAR_BUTTON.BACKGROUND_COLOR,
57
- spacing: 'default',
57
+ spacing: 'compact',
58
58
  disabled: highlightState.disabled,
59
59
  selected: isDropdownOpen,
60
60
  "aria-label": toolbarButtonLabel,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-highlight",
3
- "version": "1.10.1",
3
+ "version": "1.11.1",
4
4
  "description": "Highlight plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -38,12 +38,12 @@
38
38
  ".": "./src/index.ts"
39
39
  },
40
40
  "dependencies": {
41
- "@atlaskit/editor-common": "^83.0.0",
41
+ "@atlaskit/editor-common": "^83.4.0",
42
42
  "@atlaskit/editor-palette": "1.6.0",
43
- "@atlaskit/editor-plugin-analytics": "^1.3.0",
44
- "@atlaskit/editor-plugin-background-color": "^1.2.0",
43
+ "@atlaskit/editor-plugin-analytics": "^1.4.0",
44
+ "@atlaskit/editor-plugin-background-color": "^1.3.0",
45
45
  "@atlaskit/editor-plugin-primary-toolbar": "^1.1.0",
46
- "@atlaskit/editor-plugin-text-formatting": "^1.8.0",
46
+ "@atlaskit/editor-plugin-text-formatting": "^1.9.0",
47
47
  "@atlaskit/editor-prosemirror": "4.0.1",
48
48
  "@atlaskit/editor-shared-styles": "^2.12.0",
49
49
  "@atlaskit/editor-tables": "^2.7.4",
@@ -113,6 +113,14 @@
113
113
  },
114
114
  "platform.editor.enable-selection-toolbar_ucdwd": {
115
115
  "type": "boolean"
116
+ },
117
+ "platform.editor.allow-inline-comments-for-inline-nodes-round-2_ctuxz": {
118
+ "type": "boolean",
119
+ "referenceOnly": "true"
120
+ },
121
+ "platform.editor.review-text-highlighting-styling": {
122
+ "type": "boolean",
123
+ "referenceOnly": "true"
116
124
  }
117
125
  }
118
126
  }