@atlaskit/editor-plugin-block-menu 6.1.10 → 6.1.12
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-block-menu
|
|
2
2
|
|
|
3
|
+
## 6.1.12
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`07a6b579ea15d`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/07a6b579ea15d) -
|
|
8
|
+
remove unused dependencies
|
|
9
|
+
- Updated dependencies
|
|
10
|
+
|
|
11
|
+
## 6.1.11
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- Updated dependencies
|
|
16
|
+
|
|
3
17
|
## 6.1.10
|
|
4
18
|
|
|
5
19
|
### Patch Changes
|
package/afm-cc/tsconfig.json
CHANGED
|
@@ -24,9 +24,6 @@
|
|
|
24
24
|
{
|
|
25
25
|
"path": "../../../design-system/css/afm-cc/tsconfig.json"
|
|
26
26
|
},
|
|
27
|
-
{
|
|
28
|
-
"path": "../../../design-system/dropdown-menu/afm-cc/tsconfig.json"
|
|
29
|
-
},
|
|
30
27
|
{
|
|
31
28
|
"path": "../../editor-plugin-analytics/afm-cc/tsconfig.json"
|
|
32
29
|
},
|
|
@@ -63,9 +60,6 @@
|
|
|
63
60
|
{
|
|
64
61
|
"path": "../../../platform/feature-flags/afm-cc/tsconfig.json"
|
|
65
62
|
},
|
|
66
|
-
{
|
|
67
|
-
"path": "../../../platform/feature-flags-react/afm-cc/tsconfig.json"
|
|
68
|
-
},
|
|
69
63
|
{
|
|
70
64
|
"path": "../../../design-system/primitives/afm-cc/tsconfig.json"
|
|
71
65
|
},
|
package/afm-jira/tsconfig.json
CHANGED
|
@@ -24,9 +24,6 @@
|
|
|
24
24
|
{
|
|
25
25
|
"path": "../../../design-system/css/afm-jira/tsconfig.json"
|
|
26
26
|
},
|
|
27
|
-
{
|
|
28
|
-
"path": "../../../design-system/dropdown-menu/afm-jira/tsconfig.json"
|
|
29
|
-
},
|
|
30
27
|
{
|
|
31
28
|
"path": "../../editor-plugin-analytics/afm-jira/tsconfig.json"
|
|
32
29
|
},
|
|
@@ -63,9 +60,6 @@
|
|
|
63
60
|
{
|
|
64
61
|
"path": "../../../platform/feature-flags/afm-jira/tsconfig.json"
|
|
65
62
|
},
|
|
66
|
-
{
|
|
67
|
-
"path": "../../../platform/feature-flags-react/afm-jira/tsconfig.json"
|
|
68
|
-
},
|
|
69
63
|
{
|
|
70
64
|
"path": "../../../design-system/primitives/afm-jira/tsconfig.json"
|
|
71
65
|
},
|
|
@@ -24,9 +24,6 @@
|
|
|
24
24
|
{
|
|
25
25
|
"path": "../../../design-system/css/afm-products/tsconfig.json"
|
|
26
26
|
},
|
|
27
|
-
{
|
|
28
|
-
"path": "../../../design-system/dropdown-menu/afm-products/tsconfig.json"
|
|
29
|
-
},
|
|
30
27
|
{
|
|
31
28
|
"path": "../../editor-plugin-analytics/afm-products/tsconfig.json"
|
|
32
29
|
},
|
|
@@ -63,9 +60,6 @@
|
|
|
63
60
|
{
|
|
64
61
|
"path": "../../../platform/feature-flags/afm-products/tsconfig.json"
|
|
65
62
|
},
|
|
66
|
-
{
|
|
67
|
-
"path": "../../../platform/feature-flags-react/afm-products/tsconfig.json"
|
|
68
|
-
},
|
|
69
63
|
{
|
|
70
64
|
"path": "../../../design-system/primitives/afm-products/tsconfig.json"
|
|
71
65
|
},
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* block-menu.tsx generated by @compiled/babel-plugin v0.
|
|
1
|
+
/* block-menu.tsx generated by @compiled/babel-plugin v0.39.1 */
|
|
2
2
|
import "./block-menu.compiled.css";
|
|
3
3
|
import { ax, ix } from "@compiled/react/runtime";
|
|
4
4
|
import React, { useContext, useEffect, useRef } from 'react';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* block-menu.tsx generated by @compiled/babel-plugin v0.
|
|
1
|
+
/* block-menu.tsx generated by @compiled/babel-plugin v0.39.1 */
|
|
2
2
|
import _slicedToArray from "@babel/runtime/helpers/slicedToArray";
|
|
3
3
|
import "./block-menu.compiled.css";
|
|
4
4
|
import { ax, ix } from "@compiled/react/runtime";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugin-block-menu",
|
|
3
|
-
"version": "6.1.
|
|
3
|
+
"version": "6.1.12",
|
|
4
4
|
"description": "BlockMenu plugin for @atlaskit/editor-core",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -30,9 +30,8 @@
|
|
|
30
30
|
"dependencies": {
|
|
31
31
|
"@atlaskit/browser-apis": "^0.0.1",
|
|
32
32
|
"@atlaskit/css": "^0.19.0",
|
|
33
|
-
"@atlaskit/dropdown-menu": "^16.5.0",
|
|
34
33
|
"@atlaskit/editor-plugin-analytics": "^7.0.0",
|
|
35
|
-
"@atlaskit/editor-plugin-block-controls": "^8.
|
|
34
|
+
"@atlaskit/editor-plugin-block-controls": "^8.10.0",
|
|
36
35
|
"@atlaskit/editor-plugin-decorations": "^7.0.0",
|
|
37
36
|
"@atlaskit/editor-plugin-selection": "^7.0.0",
|
|
38
37
|
"@atlaskit/editor-plugin-user-intent": "^5.0.0",
|
|
@@ -43,16 +42,15 @@
|
|
|
43
42
|
"@atlaskit/flag": "^17.8.0",
|
|
44
43
|
"@atlaskit/icon": "^32.0.0",
|
|
45
44
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
46
|
-
"@atlaskit/platform-feature-flags-react": "^0.4.0",
|
|
47
45
|
"@atlaskit/primitives": "^18.0.0",
|
|
48
46
|
"@atlaskit/prosemirror-history": "^0.2.0",
|
|
49
|
-
"@atlaskit/tmp-editor-statsig": "^
|
|
47
|
+
"@atlaskit/tmp-editor-statsig": "^35.0.0",
|
|
50
48
|
"@atlaskit/tokens": "^11.0.0",
|
|
51
49
|
"@babel/runtime": "^7.0.0",
|
|
52
50
|
"bind-event-listener": "^3.0.0"
|
|
53
51
|
},
|
|
54
52
|
"peerDependencies": {
|
|
55
|
-
"@atlaskit/editor-common": "^111.
|
|
53
|
+
"@atlaskit/editor-common": "^111.30.0",
|
|
56
54
|
"react": "^18.2.0",
|
|
57
55
|
"react-intl-next": "npm:react-intl@^5.18.1"
|
|
58
56
|
},
|