@atlaskit/editor-plugin-selection-extension 9.0.9 → 10.0.1
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,19 @@
|
|
|
1
1
|
# @atlaskit/editor-plugin-selection-extension
|
|
2
2
|
|
|
3
|
+
## 10.0.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`b429c01ce6af9`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/b429c01ce6af9) -
|
|
8
|
+
icon migration entry point update
|
|
9
|
+
- Updated dependencies
|
|
10
|
+
|
|
11
|
+
## 10.0.0
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- Updated dependencies
|
|
16
|
+
|
|
3
17
|
## 9.0.9
|
|
4
18
|
|
|
5
19
|
### Patch Changes
|
|
@@ -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/core/
|
|
13
|
+
var _chevronDown = _interopRequireDefault(require("@atlaskit/icon/core/chevron-down"));
|
|
14
14
|
var SelectionExtensionDropdownMenuButtonComponent = function SelectionExtensionDropdownMenuButtonComponent(_ref) {
|
|
15
15
|
var onClick = _ref.onClick,
|
|
16
16
|
selected = _ref.selected,
|
|
@@ -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/core/
|
|
6
|
+
import ChevronDownIcon from '@atlaskit/icon/core/chevron-down';
|
|
7
7
|
const SelectionExtensionDropdownMenuButtonComponent = ({
|
|
8
8
|
onClick,
|
|
9
9
|
selected,
|
|
@@ -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/core/
|
|
6
|
+
import ChevronDownIcon from '@atlaskit/icon/core/chevron-down';
|
|
7
7
|
var SelectionExtensionDropdownMenuButtonComponent = function SelectionExtensionDropdownMenuButtonComponent(_ref) {
|
|
8
8
|
var onClick = _ref.onClick,
|
|
9
9
|
selected = _ref.selected,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugin-selection-extension",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "10.0.1",
|
|
4
4
|
"description": "editor-plugin-selection-extension plugin for @atlaskit/editor-core",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -34,15 +34,15 @@
|
|
|
34
34
|
"dependencies": {
|
|
35
35
|
"@atlaskit/adf-utils": "^19.26.0",
|
|
36
36
|
"@atlaskit/editor-json-transformer": "^8.31.0",
|
|
37
|
-
"@atlaskit/editor-plugin-analytics": "^
|
|
38
|
-
"@atlaskit/editor-plugin-block-controls": "^
|
|
39
|
-
"@atlaskit/editor-plugin-block-menu": "^
|
|
40
|
-
"@atlaskit/editor-plugin-editor-viewmode": "^
|
|
41
|
-
"@atlaskit/editor-plugin-editor-viewmode-effects": "^
|
|
42
|
-
"@atlaskit/editor-plugin-primary-toolbar": "^
|
|
43
|
-
"@atlaskit/editor-plugin-selection-toolbar": "^
|
|
44
|
-
"@atlaskit/editor-plugin-toolbar": "^
|
|
45
|
-
"@atlaskit/editor-plugin-user-preferences": "^
|
|
37
|
+
"@atlaskit/editor-plugin-analytics": "^7.0.0",
|
|
38
|
+
"@atlaskit/editor-plugin-block-controls": "^8.0.0",
|
|
39
|
+
"@atlaskit/editor-plugin-block-menu": "^6.0.0",
|
|
40
|
+
"@atlaskit/editor-plugin-editor-viewmode": "^9.0.0",
|
|
41
|
+
"@atlaskit/editor-plugin-editor-viewmode-effects": "^7.0.0",
|
|
42
|
+
"@atlaskit/editor-plugin-primary-toolbar": "^8.0.0",
|
|
43
|
+
"@atlaskit/editor-plugin-selection-toolbar": "^8.0.0",
|
|
44
|
+
"@atlaskit/editor-plugin-toolbar": "^4.0.0",
|
|
45
|
+
"@atlaskit/editor-plugin-user-preferences": "^5.0.0",
|
|
46
46
|
"@atlaskit/editor-prosemirror": "^7.2.0",
|
|
47
47
|
"@atlaskit/editor-shared-styles": "^3.10.0",
|
|
48
48
|
"@atlaskit/editor-tables": "^2.9.0",
|
|
@@ -52,14 +52,14 @@
|
|
|
52
52
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
53
53
|
"@atlaskit/platform-feature-flags-react": "^0.4.0",
|
|
54
54
|
"@atlaskit/primitives": "^17.0.0",
|
|
55
|
-
"@atlaskit/tmp-editor-statsig": "^16.
|
|
55
|
+
"@atlaskit/tmp-editor-statsig": "^16.3.0",
|
|
56
56
|
"@babel/runtime": "^7.0.0",
|
|
57
57
|
"lodash": "^4.17.21",
|
|
58
58
|
"react-intl-next": "npm:react-intl@^5.18.1",
|
|
59
59
|
"uuid": "^3.1.0"
|
|
60
60
|
},
|
|
61
61
|
"peerDependencies": {
|
|
62
|
-
"@atlaskit/editor-common": "^
|
|
62
|
+
"@atlaskit/editor-common": "^111.0.0",
|
|
63
63
|
"react": "^18.2.0"
|
|
64
64
|
},
|
|
65
65
|
"devDependencies": {
|