@atlaskit/editor-plugin-selection-extension 2.4.1 → 2.4.3
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
|
@@ -10,7 +10,7 @@ var _reactIntlNext = require("react-intl-next");
|
|
|
10
10
|
var _messages = require("@atlaskit/editor-common/messages");
|
|
11
11
|
var _uiMenu = require("@atlaskit/editor-common/ui-menu");
|
|
12
12
|
var _apps = _interopRequireDefault(require("@atlaskit/icon/core/apps"));
|
|
13
|
-
var _chevronDown = _interopRequireDefault(require("@atlaskit/icon/
|
|
13
|
+
var _chevronDown = _interopRequireDefault(require("@atlaskit/icon/core/migration/chevron-down"));
|
|
14
14
|
var SelectionExtensionDropdownMenuButtonComponent = function SelectionExtensionDropdownMenuButtonComponent(_ref) {
|
|
15
15
|
var onClick = _ref.onClick,
|
|
16
16
|
selected = _ref.selected,
|
|
@@ -27,7 +27,8 @@ var SelectionExtensionDropdownMenuButtonComponent = function SelectionExtensionD
|
|
|
27
27
|
selected: selected,
|
|
28
28
|
iconAfter: /*#__PURE__*/_react.default.createElement(_chevronDown.default, {
|
|
29
29
|
spacing: "none",
|
|
30
|
-
label: intl.formatMessage(_messages.selectionExtensionMessages.selectionExtensionDropdownButtonLabel)
|
|
30
|
+
label: intl.formatMessage(_messages.selectionExtensionMessages.selectionExtensionDropdownButtonLabel),
|
|
31
|
+
size: "small"
|
|
31
32
|
})
|
|
32
33
|
}, /*#__PURE__*/_react.default.createElement(_apps.default, {
|
|
33
34
|
label: intl.formatMessage(_messages.selectionExtensionMessages.selectionExtensionDropdownButtonLabel),
|
|
@@ -3,7 +3,7 @@ import { injectIntl } from 'react-intl-next';
|
|
|
3
3
|
import { selectionExtensionMessages } from '@atlaskit/editor-common/messages';
|
|
4
4
|
import { ToolbarButton } from '@atlaskit/editor-common/ui-menu';
|
|
5
5
|
import AppsIcon from '@atlaskit/icon/core/apps';
|
|
6
|
-
import ChevronDownIcon from '@atlaskit/icon/
|
|
6
|
+
import ChevronDownIcon from '@atlaskit/icon/core/migration/chevron-down';
|
|
7
7
|
const SelectionExtensionDropdownMenuButtonComponent = ({
|
|
8
8
|
onClick,
|
|
9
9
|
selected,
|
|
@@ -21,7 +21,8 @@ const SelectionExtensionDropdownMenuButtonComponent = ({
|
|
|
21
21
|
selected: selected,
|
|
22
22
|
iconAfter: /*#__PURE__*/React.createElement(ChevronDownIcon, {
|
|
23
23
|
spacing: "none",
|
|
24
|
-
label: intl.formatMessage(selectionExtensionMessages.selectionExtensionDropdownButtonLabel)
|
|
24
|
+
label: intl.formatMessage(selectionExtensionMessages.selectionExtensionDropdownButtonLabel),
|
|
25
|
+
size: "small"
|
|
25
26
|
})
|
|
26
27
|
}, /*#__PURE__*/React.createElement(AppsIcon, {
|
|
27
28
|
label: intl.formatMessage(selectionExtensionMessages.selectionExtensionDropdownButtonLabel),
|
|
@@ -3,7 +3,7 @@ import { injectIntl } from 'react-intl-next';
|
|
|
3
3
|
import { selectionExtensionMessages } from '@atlaskit/editor-common/messages';
|
|
4
4
|
import { ToolbarButton } from '@atlaskit/editor-common/ui-menu';
|
|
5
5
|
import AppsIcon from '@atlaskit/icon/core/apps';
|
|
6
|
-
import ChevronDownIcon from '@atlaskit/icon/
|
|
6
|
+
import ChevronDownIcon from '@atlaskit/icon/core/migration/chevron-down';
|
|
7
7
|
var SelectionExtensionDropdownMenuButtonComponent = function SelectionExtensionDropdownMenuButtonComponent(_ref) {
|
|
8
8
|
var onClick = _ref.onClick,
|
|
9
9
|
selected = _ref.selected,
|
|
@@ -20,7 +20,8 @@ var SelectionExtensionDropdownMenuButtonComponent = function SelectionExtensionD
|
|
|
20
20
|
selected: selected,
|
|
21
21
|
iconAfter: /*#__PURE__*/React.createElement(ChevronDownIcon, {
|
|
22
22
|
spacing: "none",
|
|
23
|
-
label: intl.formatMessage(selectionExtensionMessages.selectionExtensionDropdownButtonLabel)
|
|
23
|
+
label: intl.formatMessage(selectionExtensionMessages.selectionExtensionDropdownButtonLabel),
|
|
24
|
+
size: "small"
|
|
24
25
|
})
|
|
25
26
|
}, /*#__PURE__*/React.createElement(AppsIcon, {
|
|
26
27
|
label: intl.formatMessage(selectionExtensionMessages.selectionExtensionDropdownButtonLabel),
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugin-selection-extension",
|
|
3
|
-
"version": "2.4.
|
|
3
|
+
"version": "2.4.3",
|
|
4
4
|
"description": "editor-plugin-selection-extension plugin for @atlaskit/editor-core",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -36,15 +36,15 @@
|
|
|
36
36
|
".": "./src/index.ts"
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@atlaskit/editor-common": "^106.
|
|
39
|
+
"@atlaskit/editor-common": "^106.9.0",
|
|
40
40
|
"@atlaskit/editor-plugin-analytics": "^2.3.0",
|
|
41
41
|
"@atlaskit/editor-plugin-editor-viewmode": "^4.0.0",
|
|
42
|
-
"@atlaskit/editor-plugin-selection-toolbar": "^3.
|
|
42
|
+
"@atlaskit/editor-plugin-selection-toolbar": "^3.7.0",
|
|
43
43
|
"@atlaskit/editor-prosemirror": "7.0.0",
|
|
44
|
-
"@atlaskit/icon": "^
|
|
44
|
+
"@atlaskit/icon": "^27.0.0",
|
|
45
45
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
46
46
|
"@atlaskit/primitives": "^14.8.0",
|
|
47
|
-
"@atlaskit/tmp-editor-statsig": "^
|
|
47
|
+
"@atlaskit/tmp-editor-statsig": "^7.1.0",
|
|
48
48
|
"@babel/runtime": "^7.0.0",
|
|
49
49
|
"react-intl-next": "npm:react-intl@^5.18.1",
|
|
50
50
|
"uuid": "^3.1.0"
|