@atlaskit/editor-plugin-loom 6.0.3 → 6.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-loom
2
2
 
3
+ ## 6.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
  ## 6.0.3
4
12
 
5
13
  ### Patch Changes
@@ -86,6 +86,7 @@ var MenuItemComponent = /*#__PURE__*/_react.default.forwardRef(function (_ref4,
86
86
  formatMessage = _useIntl.formatMessage;
87
87
  return /*#__PURE__*/_react.default.createElement(_editorToolbar.ToolbarDropdownItem, {
88
88
  elemBefore: /*#__PURE__*/_react.default.createElement(_editorToolbar.LoomIcon, {
89
+ size: "small",
89
90
  label: ""
90
91
  }),
91
92
  isDisabled: disabled,
@@ -80,6 +80,7 @@ const MenuItemComponent = /*#__PURE__*/React.forwardRef(({
80
80
  } = useIntl();
81
81
  return /*#__PURE__*/React.createElement(ToolbarDropdownItem, {
82
82
  elemBefore: /*#__PURE__*/React.createElement(LoomIcon, {
83
+ size: "small",
83
84
  label: ""
84
85
  }),
85
86
  isDisabled: disabled,
@@ -78,6 +78,7 @@ var MenuItemComponent = /*#__PURE__*/React.forwardRef(function (_ref4, ref) {
78
78
  formatMessage = _useIntl.formatMessage;
79
79
  return /*#__PURE__*/React.createElement(ToolbarDropdownItem, {
80
80
  elemBefore: /*#__PURE__*/React.createElement(LoomIcon, {
81
+ size: "small",
81
82
  label: ""
82
83
  }),
83
84
  isDisabled: disabled,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-loom",
3
- "version": "6.0.3",
3
+ "version": "6.0.4",
4
4
  "description": "Loom plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -50,7 +50,7 @@
50
50
  "@loomhq/record-sdk": "^2.36.18"
51
51
  },
52
52
  "peerDependencies": {
53
- "@atlaskit/editor-common": "^108.3.0",
53
+ "@atlaskit/editor-common": "^108.5.0",
54
54
  "react": "^18.2.0",
55
55
  "react-dom": "^18.2.0",
56
56
  "react-intl-next": "npm:react-intl@^5.18.1"