@atlaskit/editor-plugin-highlight 1.11.0 → 1.11.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,19 @@
|
|
|
1
1
|
# @atlaskit/editor-plugin-highlight
|
|
2
2
|
|
|
3
|
+
## 1.11.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
|
|
9
|
+
## 1.11.1
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- [#115380](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/115380)
|
|
14
|
+
[`2ca8ba21bdbf1`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/2ca8ba21bdbf1) -
|
|
15
|
+
[ux] [ED-23759] Fixed button sizing for highlight button in floating toolbar
|
|
16
|
+
|
|
3
17
|
## 1.11.0
|
|
4
18
|
|
|
5
19
|
### Minor 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: '
|
|
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: '
|
|
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: '
|
|
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.11.
|
|
3
|
+
"version": "1.11.2",
|
|
4
4
|
"description": "Highlight plugin for @atlaskit/editor-core",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -48,8 +48,8 @@
|
|
|
48
48
|
"@atlaskit/editor-shared-styles": "^2.12.0",
|
|
49
49
|
"@atlaskit/editor-tables": "^2.7.4",
|
|
50
50
|
"@atlaskit/icon": "^22.5.0",
|
|
51
|
-
"@atlaskit/platform-feature-flags": "^0.
|
|
52
|
-
"@atlaskit/primitives": "^
|
|
51
|
+
"@atlaskit/platform-feature-flags": "^0.3.0",
|
|
52
|
+
"@atlaskit/primitives": "^10.0.0",
|
|
53
53
|
"@babel/runtime": "^7.0.0",
|
|
54
54
|
"@emotion/react": "^11.7.1"
|
|
55
55
|
},
|