@atlaskit/editor-toolbar 0.18.9 → 0.19.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,12 @@
1
1
  # @atlaskit/editor-toolbar
2
2
 
3
+ ## 0.19.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
+
3
10
  ## 0.18.9
4
11
 
5
12
  ### Patch Changes
@@ -69,7 +69,6 @@ var Color = exports.Color = /*#__PURE__*/(0, _react.memo)(function (_ref) {
69
69
  className: (0, _runtime.ax)(["_ca0qidpf _u5f3idpf _n3tdidpf _19bvidpf _2rko12b0 _19it1ps9 _4t3icr4y _1bsbcr4y _bfhki8nm _80omtlke _1e0c1ule _kqswh2mm _y2mvdfik _1bg4v77o"])
70
70
  }, !decorator && isSelected && /*#__PURE__*/_react.default.createElement(_checkMark.default, {
71
71
  color: checkMarkColor,
72
- LEGACY_primaryColor: checkMarkColor,
73
72
  label: ""
74
73
  }), decorator)));
75
74
  });
@@ -60,7 +60,6 @@ export const Color = /*#__PURE__*/memo(({
60
60
  className: ax(["_ca0qidpf _u5f3idpf _n3tdidpf _19bvidpf _2rko12b0 _19it1ps9 _4t3icr4y _1bsbcr4y _bfhki8nm _80omtlke _1e0c1ule _kqswh2mm _y2mvdfik _1bg4v77o"])
61
61
  }, !decorator && isSelected && /*#__PURE__*/React.createElement(EditorDoneIcon, {
62
62
  color: checkMarkColor,
63
- LEGACY_primaryColor: checkMarkColor,
64
63
  label: ""
65
64
  }), decorator)));
66
65
  });
@@ -60,7 +60,6 @@ export var Color = /*#__PURE__*/memo(function (_ref) {
60
60
  className: ax(["_ca0qidpf _u5f3idpf _n3tdidpf _19bvidpf _2rko12b0 _19it1ps9 _4t3icr4y _1bsbcr4y _bfhki8nm _80omtlke _1e0c1ule _kqswh2mm _y2mvdfik _1bg4v77o"])
61
61
  }, !decorator && isSelected && /*#__PURE__*/React.createElement(EditorDoneIcon, {
62
62
  color: checkMarkColor,
63
- LEGACY_primaryColor: checkMarkColor,
64
63
  label: ""
65
64
  }), decorator)));
66
65
  });
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "registry": "https://registry.npmjs.org/"
5
5
  },
6
- "version": "0.18.9",
6
+ "version": "0.19.0",
7
7
  "description": "Common UI for Toolbars across the platform",
8
8
  "atlassian": {
9
9
  "team": "Editor: Jenga",
@@ -30,7 +30,7 @@
30
30
  "@atlaskit/platform-feature-flags": "^1.1.0",
31
31
  "@atlaskit/popup": "^4.13.0",
32
32
  "@atlaskit/primitives": "^17.0.0",
33
- "@atlaskit/tmp-editor-statsig": "^16.10.0",
33
+ "@atlaskit/tmp-editor-statsig": "^16.11.0",
34
34
  "@atlaskit/tokens": "^9.1.0",
35
35
  "@atlaskit/tooltip": "^20.12.0",
36
36
  "@babel/runtime": "^7.0.0",