@atlaskit/editor-plugin-selection-toolbar 5.0.3 → 5.0.5

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-selection-toolbar
2
2
 
3
+ ## 5.0.5
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 5.0.4
10
+
11
+ ### Patch Changes
12
+
13
+ - [`555ac8f256674`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/555ac8f256674) -
14
+ Update menu item icon size to small, tweak paddings and font styles
15
+ - Updated dependencies
16
+
3
17
  ## 5.0.3
4
18
 
5
19
  ### 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",
3
+ "version": "5.0.5",
4
4
  "description": "@atlaskit/editor-plugin-selection-toolbar for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -29,7 +29,7 @@
29
29
  ],
30
30
  "atlaskit:src": "src/index.ts",
31
31
  "dependencies": {
32
- "@atlaskit/css": "^0.13.0",
32
+ "@atlaskit/css": "^0.14.0",
33
33
  "@atlaskit/editor-plugin-analytics": "^4.0.0",
34
34
  "@atlaskit/editor-plugin-block-controls": "^5.0.0",
35
35
  "@atlaskit/editor-plugin-connectivity": "^4.0.0",
@@ -45,13 +45,13 @@
45
45
  "@atlaskit/icon-lab": "^5.7.0",
46
46
  "@atlaskit/menu": "^8.4.0",
47
47
  "@atlaskit/platform-feature-flags": "^1.1.0",
48
- "@atlaskit/tmp-editor-statsig": "^12.5.0",
49
- "@atlaskit/tokens": "^6.2.0",
48
+ "@atlaskit/tmp-editor-statsig": "^12.6.0",
49
+ "@atlaskit/tokens": "^6.3.0",
50
50
  "@babel/runtime": "^7.0.0",
51
51
  "bind-event-listener": "^3.0.0"
52
52
  },
53
53
  "peerDependencies": {
54
- "@atlaskit/editor-common": "^108.3.0",
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"