@atlaskit/editor-plugin-text-color 7.1.1 → 7.2.0

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,16 @@
1
1
  # @atlaskit/editor-plugin-text-color
2
2
 
3
+ ## 7.2.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`87b12e64ff750`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/87b12e64ff750) -
8
+ Removed usages of LEGACY icon props
9
+
10
+ ### Patch Changes
11
+
12
+ - Updated dependencies
13
+
3
14
  ## 7.1.1
4
15
 
5
16
  ### Patch Changes
@@ -217,7 +217,6 @@ var ToolbarTextColor = exports.ToolbarTextColor = /*#__PURE__*/function (_React$
217
217
  }, (0, _react2.jsx)(_chevronDown.default, {
218
218
  label: "",
219
219
  color: "currentColor",
220
- LEGACY_margin: "0 0 0 -8px",
221
220
  size: "small"
222
221
  })))
223
222
  })
@@ -197,7 +197,6 @@ export class ToolbarTextColor extends React.Component {
197
197
  }, jsx(ChevronDownIcon, {
198
198
  label: "",
199
199
  color: "currentColor",
200
- LEGACY_margin: "0 0 0 -8px",
201
200
  size: "small"
202
201
  })))
203
202
  })
@@ -213,7 +213,6 @@ export var ToolbarTextColor = /*#__PURE__*/function (_React$Component) {
213
213
  }, jsx(ChevronDownIcon, {
214
214
  label: "",
215
215
  color: "currentColor",
216
- LEGACY_margin: "0 0 0 -8px",
217
216
  size: "small"
218
217
  })))
219
218
  })
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-text-color",
3
- "version": "7.1.1",
3
+ "version": "7.2.0",
4
4
  "description": "Text color plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -34,26 +34,26 @@
34
34
  "@atlaskit/css": "^0.19.0",
35
35
  "@atlaskit/editor-palette": "^2.1.0",
36
36
  "@atlaskit/editor-plugin-analytics": "^7.0.0",
37
- "@atlaskit/editor-plugin-highlight": "^7.1.0",
37
+ "@atlaskit/editor-plugin-highlight": "^7.2.0",
38
38
  "@atlaskit/editor-plugin-primary-toolbar": "^8.0.0",
39
39
  "@atlaskit/editor-plugin-selection-toolbar": "^8.0.0",
40
40
  "@atlaskit/editor-plugin-toolbar": "^4.0.0",
41
41
  "@atlaskit/editor-prosemirror": "^7.2.0",
42
42
  "@atlaskit/editor-shared-styles": "^3.10.0",
43
- "@atlaskit/editor-toolbar": "^0.18.0",
43
+ "@atlaskit/editor-toolbar": "^0.19.0",
44
44
  "@atlaskit/editor-toolbar-model": "^0.2.0",
45
45
  "@atlaskit/heading": "^5.2.0",
46
46
  "@atlaskit/icon": "^29.4.0",
47
47
  "@atlaskit/platform-feature-flags": "^1.1.0",
48
48
  "@atlaskit/primitives": "^17.0.0",
49
49
  "@atlaskit/theme": "^21.0.0",
50
- "@atlaskit/tmp-editor-statsig": "^16.8.0",
50
+ "@atlaskit/tmp-editor-statsig": "^16.11.0",
51
51
  "@atlaskit/tokens": "^9.1.0",
52
52
  "@babel/runtime": "^7.0.0",
53
53
  "@emotion/react": "^11.7.1"
54
54
  },
55
55
  "peerDependencies": {
56
- "@atlaskit/editor-common": "^111.6.0",
56
+ "@atlaskit/editor-common": "^111.7.0",
57
57
  "react": "^18.2.0",
58
58
  "react-dom": "^18.2.0",
59
59
  "react-intl-next": "npm:react-intl@^5.18.1"