@atlaskit/editor-plugin-text-formatting 7.1.0 → 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-formatting
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.0
4
15
 
5
16
  ### Minor Changes
@@ -9,7 +9,7 @@ var _react = _interopRequireDefault(require("react"));
9
9
  var _react2 = require("@emotion/react");
10
10
  var _styles = require("@atlaskit/editor-common/styles");
11
11
  var _uiMenu = require("@atlaskit/editor-common/ui-menu");
12
- var _chevronDown = _interopRequireDefault(require("@atlaskit/icon/core/migration/chevron-down"));
12
+ var _chevronDown = _interopRequireDefault(require("@atlaskit/icon/core/chevron-down"));
13
13
  var _textItalic = _interopRequireDefault(require("@atlaskit/icon/core/text-italic"));
14
14
  var _types = require("./types");
15
15
  /**
@@ -59,7 +59,6 @@ var DropdownToolbarButton = exports.DropdownToolbarButton = function DropdownToo
59
59
  }, (0, _react2.jsx)(_chevronDown.default, {
60
60
  label: "",
61
61
  color: "currentColor",
62
- LEGACY_margin: "0 0 0 -8px",
63
62
  size: "small"
64
63
  })))
65
64
  });
@@ -8,7 +8,7 @@ import React from 'react';
8
8
  import { jsx } from '@emotion/react';
9
9
  import { expandIconContainerStyle, triggerWrapperStylesWithPadding, disableBlueBorderStyles } from '@atlaskit/editor-common/styles';
10
10
  import { ToolbarButton } from '@atlaskit/editor-common/ui-menu';
11
- import ChevronDownIcon from '@atlaskit/icon/core/migration/chevron-down';
11
+ import ChevronDownIcon from '@atlaskit/icon/core/chevron-down';
12
12
  import ItalicIcon from '@atlaskit/icon/core/text-italic';
13
13
  import { ToolbarType } from './types';
14
14
  export const DropdownToolbarButton = ({
@@ -52,7 +52,6 @@ export const DropdownToolbarButton = ({
52
52
  }, jsx(ChevronDownIcon, {
53
53
  label: "",
54
54
  color: "currentColor",
55
- LEGACY_margin: "0 0 0 -8px",
56
55
  size: "small"
57
56
  })))
58
57
  });
@@ -8,7 +8,7 @@ import React from 'react';
8
8
  import { jsx } from '@emotion/react';
9
9
  import { expandIconContainerStyle, triggerWrapperStylesWithPadding, disableBlueBorderStyles } from '@atlaskit/editor-common/styles';
10
10
  import { ToolbarButton } from '@atlaskit/editor-common/ui-menu';
11
- import ChevronDownIcon from '@atlaskit/icon/core/migration/chevron-down';
11
+ import ChevronDownIcon from '@atlaskit/icon/core/chevron-down';
12
12
  import ItalicIcon from '@atlaskit/icon/core/text-italic';
13
13
  import { ToolbarType } from './types';
14
14
  export var DropdownToolbarButton = function DropdownToolbarButton(_ref) {
@@ -51,7 +51,6 @@ export var DropdownToolbarButton = function DropdownToolbarButton(_ref) {
51
51
  }, jsx(ChevronDownIcon, {
52
52
  label: "",
53
53
  color: "currentColor",
54
- LEGACY_margin: "0 0 0 -8px",
55
54
  size: "small"
56
55
  })))
57
56
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-text-formatting",
3
- "version": "7.1.0",
3
+ "version": "7.2.0",
4
4
  "description": "Text-formatting plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -38,19 +38,19 @@
38
38
  "@atlaskit/editor-prosemirror": "^7.2.0",
39
39
  "@atlaskit/editor-shared-styles": "^3.10.0",
40
40
  "@atlaskit/editor-tables": "^2.9.0",
41
- "@atlaskit/editor-toolbar": "^0.18.0",
41
+ "@atlaskit/editor-toolbar": "^0.19.0",
42
42
  "@atlaskit/editor-toolbar-model": "^0.2.0",
43
- "@atlaskit/icon": "^29.3.0",
43
+ "@atlaskit/icon": "^29.4.0",
44
44
  "@atlaskit/platform-feature-flags": "^1.1.0",
45
45
  "@atlaskit/prosemirror-input-rules": "^3.6.0",
46
- "@atlaskit/tmp-editor-statsig": "^16.3.0",
47
- "@atlaskit/tokens": "^9.0.0",
46
+ "@atlaskit/tmp-editor-statsig": "^16.11.0",
47
+ "@atlaskit/tokens": "^9.1.0",
48
48
  "@babel/runtime": "^7.0.0",
49
49
  "@emotion/react": "^11.7.1",
50
50
  "react-intl-next": "npm:react-intl@^5.18.1"
51
51
  },
52
52
  "peerDependencies": {
53
- "@atlaskit/editor-common": "^111.1.0",
53
+ "@atlaskit/editor-common": "^111.7.0",
54
54
  "react": "^18.2.0"
55
55
  },
56
56
  "devDependencies": {