@atlaskit/editor-plugin-block-menu 5.0.1 → 5.0.2

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,11 @@
1
1
  # @atlaskit/editor-plugin-block-menu
2
2
 
3
+ ## 5.0.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 5.0.1
4
10
 
5
11
  ### Patch Changes
@@ -0,0 +1,75 @@
1
+ {
2
+ "extends": "../../../../tsconfig.entry-points.products.json",
3
+ "compilerOptions": {
4
+ "target": "es5",
5
+ "outDir": "../../../../../tsDist/@atlaskit__editor-plugin-block-menu/app",
6
+ "rootDir": "../",
7
+ "composite": true
8
+ },
9
+ "include": [
10
+ "../src/**/*.ts",
11
+ "../src/**/*.tsx"
12
+ ],
13
+ "exclude": [
14
+ "../src/**/__tests__/*",
15
+ "../src/**/*.test.*",
16
+ "../src/**/test.*",
17
+ "../src/**/examples.*"
18
+ ],
19
+ "references": [
20
+ {
21
+ "path": "../../../design-system/css/afm-products/tsconfig.json"
22
+ },
23
+ {
24
+ "path": "../../../design-system/dropdown-menu/afm-products/tsconfig.json"
25
+ },
26
+ {
27
+ "path": "../../editor-plugin-analytics/afm-products/tsconfig.json"
28
+ },
29
+ {
30
+ "path": "../../editor-plugin-block-controls/afm-products/tsconfig.json"
31
+ },
32
+ {
33
+ "path": "../../editor-plugin-decorations/afm-products/tsconfig.json"
34
+ },
35
+ {
36
+ "path": "../../editor-plugin-selection/afm-products/tsconfig.json"
37
+ },
38
+ {
39
+ "path": "../../editor-plugin-user-intent/afm-products/tsconfig.json"
40
+ },
41
+ {
42
+ "path": "../../editor-shared-styles/afm-products/tsconfig.json"
43
+ },
44
+ {
45
+ "path": "../../editor-tables/afm-products/tsconfig.json"
46
+ },
47
+ {
48
+ "path": "../../editor-toolbar/afm-products/tsconfig.json"
49
+ },
50
+ {
51
+ "path": "../../../design-system/icon/afm-products/tsconfig.json"
52
+ },
53
+ {
54
+ "path": "../../../design-system/icon-lab/afm-products/tsconfig.json"
55
+ },
56
+ {
57
+ "path": "../../../platform/feature-flags/afm-products/tsconfig.json"
58
+ },
59
+ {
60
+ "path": "../../../platform/feature-flags-react/afm-products/tsconfig.json"
61
+ },
62
+ {
63
+ "path": "../../../design-system/primitives/afm-products/tsconfig.json"
64
+ },
65
+ {
66
+ "path": "../../tmp-editor-statsig/afm-products/tsconfig.json"
67
+ },
68
+ {
69
+ "path": "../../../design-system/tokens/afm-products/tsconfig.json"
70
+ },
71
+ {
72
+ "path": "../../editor-common/afm-products/tsconfig.json"
73
+ }
74
+ ]
75
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-block-menu",
3
- "version": "5.0.1",
3
+ "version": "5.0.2",
4
4
  "description": "BlockMenu plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -31,7 +31,7 @@
31
31
  "@atlaskit/css": "^0.15.0",
32
32
  "@atlaskit/dropdown-menu": "^16.3.0",
33
33
  "@atlaskit/editor-plugin-analytics": "^6.2.0",
34
- "@atlaskit/editor-plugin-block-controls": "^7.4.0",
34
+ "@atlaskit/editor-plugin-block-controls": "^7.5.0",
35
35
  "@atlaskit/editor-plugin-decorations": "^6.1.0",
36
36
  "@atlaskit/editor-plugin-selection": "^6.1.0",
37
37
  "@atlaskit/editor-plugin-user-intent": "^4.0.0",
@@ -42,14 +42,14 @@
42
42
  "@atlaskit/icon": "^28.5.0",
43
43
  "@atlaskit/icon-lab": "^5.10.0",
44
44
  "@atlaskit/platform-feature-flags": "^1.1.0",
45
- "@atlaskit/platform-feature-flags-react": "^0.3.0",
45
+ "@atlaskit/platform-feature-flags-react": "^0.4.0",
46
46
  "@atlaskit/primitives": "^16.0.0",
47
- "@atlaskit/tmp-editor-statsig": "^13.18.0",
47
+ "@atlaskit/tmp-editor-statsig": "^13.19.0",
48
48
  "@atlaskit/tokens": "^7.0.0",
49
49
  "@babel/runtime": "^7.0.0"
50
50
  },
51
51
  "peerDependencies": {
52
- "@atlaskit/editor-common": "^110.16.0",
52
+ "@atlaskit/editor-common": "^110.18.0",
53
53
  "react": "^18.2.0",
54
54
  "react-intl-next": "npm:react-intl@^5.18.1"
55
55
  },
@@ -1,75 +0,0 @@
1
- {
2
- "extends": "../../../../tsconfig.entry-points.dev-agents.json",
3
- "compilerOptions": {
4
- "target": "es5",
5
- "outDir": "../../../../../dev-agents/tsDist/@atlaskit__editor-plugin-block-menu/app",
6
- "rootDir": "../",
7
- "composite": true
8
- },
9
- "include": [
10
- "../src/**/*.ts",
11
- "../src/**/*.tsx"
12
- ],
13
- "exclude": [
14
- "../src/**/__tests__/*",
15
- "../src/**/*.test.*",
16
- "../src/**/test.*",
17
- "../src/**/examples.*"
18
- ],
19
- "references": [
20
- {
21
- "path": "../../../design-system/css/afm-dev-agents/tsconfig.json"
22
- },
23
- {
24
- "path": "../../../design-system/dropdown-menu/afm-dev-agents/tsconfig.json"
25
- },
26
- {
27
- "path": "../../editor-plugin-analytics/afm-dev-agents/tsconfig.json"
28
- },
29
- {
30
- "path": "../../editor-plugin-block-controls/afm-dev-agents/tsconfig.json"
31
- },
32
- {
33
- "path": "../../editor-plugin-decorations/afm-dev-agents/tsconfig.json"
34
- },
35
- {
36
- "path": "../../editor-plugin-selection/afm-dev-agents/tsconfig.json"
37
- },
38
- {
39
- "path": "../../editor-plugin-user-intent/afm-dev-agents/tsconfig.json"
40
- },
41
- {
42
- "path": "../../editor-shared-styles/afm-dev-agents/tsconfig.json"
43
- },
44
- {
45
- "path": "../../editor-tables/afm-dev-agents/tsconfig.json"
46
- },
47
- {
48
- "path": "../../editor-toolbar/afm-dev-agents/tsconfig.json"
49
- },
50
- {
51
- "path": "../../../design-system/icon/afm-dev-agents/tsconfig.json"
52
- },
53
- {
54
- "path": "../../../design-system/icon-lab/afm-dev-agents/tsconfig.json"
55
- },
56
- {
57
- "path": "../../../platform/feature-flags/afm-dev-agents/tsconfig.json"
58
- },
59
- {
60
- "path": "../../../platform/feature-flags-react/afm-dev-agents/tsconfig.json"
61
- },
62
- {
63
- "path": "../../../design-system/primitives/afm-dev-agents/tsconfig.json"
64
- },
65
- {
66
- "path": "../../tmp-editor-statsig/afm-dev-agents/tsconfig.json"
67
- },
68
- {
69
- "path": "../../../design-system/tokens/afm-dev-agents/tsconfig.json"
70
- },
71
- {
72
- "path": "../../editor-common/afm-dev-agents/tsconfig.json"
73
- }
74
- ]
75
- }
@@ -1,75 +0,0 @@
1
- {
2
- "extends": "../../../../tsconfig.entry-points.passionfruit.json",
3
- "compilerOptions": {
4
- "target": "es5",
5
- "outDir": "../../../../../passionfruit/tsDist/@atlaskit__editor-plugin-block-menu/app",
6
- "rootDir": "../",
7
- "composite": true
8
- },
9
- "include": [
10
- "../src/**/*.ts",
11
- "../src/**/*.tsx"
12
- ],
13
- "exclude": [
14
- "../src/**/__tests__/*",
15
- "../src/**/*.test.*",
16
- "../src/**/test.*",
17
- "../src/**/examples.*"
18
- ],
19
- "references": [
20
- {
21
- "path": "../../../design-system/css/afm-passionfruit/tsconfig.json"
22
- },
23
- {
24
- "path": "../../../design-system/dropdown-menu/afm-passionfruit/tsconfig.json"
25
- },
26
- {
27
- "path": "../../editor-plugin-analytics/afm-passionfruit/tsconfig.json"
28
- },
29
- {
30
- "path": "../../editor-plugin-block-controls/afm-passionfruit/tsconfig.json"
31
- },
32
- {
33
- "path": "../../editor-plugin-decorations/afm-passionfruit/tsconfig.json"
34
- },
35
- {
36
- "path": "../../editor-plugin-selection/afm-passionfruit/tsconfig.json"
37
- },
38
- {
39
- "path": "../../editor-plugin-user-intent/afm-passionfruit/tsconfig.json"
40
- },
41
- {
42
- "path": "../../editor-shared-styles/afm-passionfruit/tsconfig.json"
43
- },
44
- {
45
- "path": "../../editor-tables/afm-passionfruit/tsconfig.json"
46
- },
47
- {
48
- "path": "../../editor-toolbar/afm-passionfruit/tsconfig.json"
49
- },
50
- {
51
- "path": "../../../design-system/icon/afm-passionfruit/tsconfig.json"
52
- },
53
- {
54
- "path": "../../../design-system/icon-lab/afm-passionfruit/tsconfig.json"
55
- },
56
- {
57
- "path": "../../../platform/feature-flags/afm-passionfruit/tsconfig.json"
58
- },
59
- {
60
- "path": "../../../platform/feature-flags-react/afm-passionfruit/tsconfig.json"
61
- },
62
- {
63
- "path": "../../../design-system/primitives/afm-passionfruit/tsconfig.json"
64
- },
65
- {
66
- "path": "../../tmp-editor-statsig/afm-passionfruit/tsconfig.json"
67
- },
68
- {
69
- "path": "../../../design-system/tokens/afm-passionfruit/tsconfig.json"
70
- },
71
- {
72
- "path": "../../editor-common/afm-passionfruit/tsconfig.json"
73
- }
74
- ]
75
- }
@@ -1,75 +0,0 @@
1
- {
2
- "extends": "../../../../tsconfig.entry-points.rovo-extension.json",
3
- "compilerOptions": {
4
- "target": "es5",
5
- "outDir": "../../../../../rovo-extension/tsDist/@atlaskit__editor-plugin-block-menu/app",
6
- "rootDir": "../",
7
- "composite": true
8
- },
9
- "include": [
10
- "../src/**/*.ts",
11
- "../src/**/*.tsx"
12
- ],
13
- "exclude": [
14
- "../src/**/__tests__/*",
15
- "../src/**/*.test.*",
16
- "../src/**/test.*",
17
- "../src/**/examples.*"
18
- ],
19
- "references": [
20
- {
21
- "path": "../../../design-system/css/afm-rovo-extension/tsconfig.json"
22
- },
23
- {
24
- "path": "../../../design-system/dropdown-menu/afm-rovo-extension/tsconfig.json"
25
- },
26
- {
27
- "path": "../../editor-plugin-analytics/afm-rovo-extension/tsconfig.json"
28
- },
29
- {
30
- "path": "../../editor-plugin-block-controls/afm-rovo-extension/tsconfig.json"
31
- },
32
- {
33
- "path": "../../editor-plugin-decorations/afm-rovo-extension/tsconfig.json"
34
- },
35
- {
36
- "path": "../../editor-plugin-selection/afm-rovo-extension/tsconfig.json"
37
- },
38
- {
39
- "path": "../../editor-plugin-user-intent/afm-rovo-extension/tsconfig.json"
40
- },
41
- {
42
- "path": "../../editor-shared-styles/afm-rovo-extension/tsconfig.json"
43
- },
44
- {
45
- "path": "../../editor-tables/afm-rovo-extension/tsconfig.json"
46
- },
47
- {
48
- "path": "../../editor-toolbar/afm-rovo-extension/tsconfig.json"
49
- },
50
- {
51
- "path": "../../../design-system/icon/afm-rovo-extension/tsconfig.json"
52
- },
53
- {
54
- "path": "../../../design-system/icon-lab/afm-rovo-extension/tsconfig.json"
55
- },
56
- {
57
- "path": "../../../platform/feature-flags/afm-rovo-extension/tsconfig.json"
58
- },
59
- {
60
- "path": "../../../platform/feature-flags-react/afm-rovo-extension/tsconfig.json"
61
- },
62
- {
63
- "path": "../../../design-system/primitives/afm-rovo-extension/tsconfig.json"
64
- },
65
- {
66
- "path": "../../tmp-editor-statsig/afm-rovo-extension/tsconfig.json"
67
- },
68
- {
69
- "path": "../../../design-system/tokens/afm-rovo-extension/tsconfig.json"
70
- },
71
- {
72
- "path": "../../editor-common/afm-rovo-extension/tsconfig.json"
73
- }
74
- ]
75
- }
@@ -1,51 +0,0 @@
1
- {
2
- "extends": "../../../../tsconfig.entry-points.volt.json",
3
- "compilerOptions": {
4
- "target": "es5",
5
- "outDir": "../../../../../volt/tsDist/@atlaskit__editor-plugin-block-menu/app",
6
- "rootDir": "../",
7
- "composite": true
8
- },
9
- "include": [
10
- "../src/**/*.ts",
11
- "../src/**/*.tsx"
12
- ],
13
- "exclude": [
14
- "../src/**/__tests__/*",
15
- "../src/**/*.test.*",
16
- "../src/**/test.*",
17
- "../src/**/examples.*"
18
- ],
19
- "references": [
20
- {
21
- "path": "../../../design-system/css/afm-volt/tsconfig.json"
22
- },
23
- {
24
- "path": "../../../design-system/dropdown-menu/afm-volt/tsconfig.json"
25
- },
26
- {
27
- "path": "../../editor-plugin-block-controls/afm-volt/tsconfig.json"
28
- },
29
- {
30
- "path": "../../editor-plugin-user-intent/afm-volt/tsconfig.json"
31
- },
32
- {
33
- "path": "../../editor-shared-styles/afm-volt/tsconfig.json"
34
- },
35
- {
36
- "path": "../../../design-system/icon/afm-volt/tsconfig.json"
37
- },
38
- {
39
- "path": "../../../design-system/icon-lab/afm-volt/tsconfig.json"
40
- },
41
- {
42
- "path": "../../../design-system/primitives/afm-volt/tsconfig.json"
43
- },
44
- {
45
- "path": "../../../design-system/tokens/afm-volt/tsconfig.json"
46
- },
47
- {
48
- "path": "../../editor-common/afm-volt/tsconfig.json"
49
- }
50
- ]
51
- }