@atlaskit/editor-plugin-selection-toolbar 5.0.3 → 5.0.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,13 @@
|
|
|
1
1
|
# @atlaskit/editor-plugin-selection-toolbar
|
|
2
2
|
|
|
3
|
+
## 5.0.4
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`555ac8f256674`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/555ac8f256674) -
|
|
8
|
+
Update menu item icon size to small, tweak paddings and font styles
|
|
9
|
+
- Updated dependencies
|
|
10
|
+
|
|
3
11
|
## 5.0.3
|
|
4
12
|
|
|
5
13
|
### Patch Changes
|
|
@@ -41,8 +41,10 @@ var PinMenuItem = exports.PinMenuItem = function PinMenuItem(_ref) {
|
|
|
41
41
|
return /*#__PURE__*/_react.default.createElement(_editorToolbar.ToolbarDropdownItem, {
|
|
42
42
|
onClick: onClick,
|
|
43
43
|
elemBefore: isToolbarDocked ? /*#__PURE__*/_react.default.createElement(_editorToolbar.PinnedIcon, {
|
|
44
|
+
size: "small",
|
|
44
45
|
label: ""
|
|
45
46
|
}) : /*#__PURE__*/_react.default.createElement(_editorToolbar.PinIcon, {
|
|
47
|
+
size: "small",
|
|
46
48
|
label: ""
|
|
47
49
|
})
|
|
48
50
|
}, message);
|
|
@@ -35,8 +35,10 @@ export const PinMenuItem = ({
|
|
|
35
35
|
return /*#__PURE__*/React.createElement(ToolbarDropdownItem, {
|
|
36
36
|
onClick: onClick,
|
|
37
37
|
elemBefore: isToolbarDocked ? /*#__PURE__*/React.createElement(PinnedIcon, {
|
|
38
|
+
size: "small",
|
|
38
39
|
label: ""
|
|
39
40
|
}) : /*#__PURE__*/React.createElement(PinIcon, {
|
|
41
|
+
size: "small",
|
|
40
42
|
label: ""
|
|
41
43
|
})
|
|
42
44
|
}, message);
|
|
@@ -34,8 +34,10 @@ export var PinMenuItem = function PinMenuItem(_ref) {
|
|
|
34
34
|
return /*#__PURE__*/React.createElement(ToolbarDropdownItem, {
|
|
35
35
|
onClick: onClick,
|
|
36
36
|
elemBefore: isToolbarDocked ? /*#__PURE__*/React.createElement(PinnedIcon, {
|
|
37
|
+
size: "small",
|
|
37
38
|
label: ""
|
|
38
39
|
}) : /*#__PURE__*/React.createElement(PinIcon, {
|
|
40
|
+
size: "small",
|
|
39
41
|
label: ""
|
|
40
42
|
})
|
|
41
43
|
}, message);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugin-selection-toolbar",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.4",
|
|
4
4
|
"description": "@atlaskit/editor-plugin-selection-toolbar for @atlaskit/editor-core",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
"bind-event-listener": "^3.0.0"
|
|
52
52
|
},
|
|
53
53
|
"peerDependencies": {
|
|
54
|
-
"@atlaskit/editor-common": "^108.
|
|
54
|
+
"@atlaskit/editor-common": "^108.5.0",
|
|
55
55
|
"react": "^18.2.0",
|
|
56
56
|
"react-dom": "^18.2.0",
|
|
57
57
|
"react-intl-next": "npm:react-intl@^5.18.1"
|