@atlaskit/editor-plugins 11.1.191 → 11.2.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,23 @@
1
1
  # @atlaskit/editor-plugins
2
2
 
3
+ ## 11.2.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 11.2.0
10
+
11
+ ### Minor Changes
12
+
13
+ - [`3323827ca91e6`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/3323827ca91e6) -
14
+ [ux] EDITOR-4139 Refactor existing image editing functionality into its own plugin
15
+ editor-plugin-media-editing
16
+
17
+ ### Patch Changes
18
+
19
+ - Updated dependencies
20
+
3
21
  ## 11.1.191
4
22
 
5
23
  ### Patch Changes
@@ -0,0 +1,12 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ Object.defineProperty(exports, "mediaEditingPlugin", {
7
+ enumerable: true,
8
+ get: function get() {
9
+ return _editorPluginMediaEditing.mediaEditingPlugin;
10
+ }
11
+ });
12
+ var _editorPluginMediaEditing = require("@atlaskit/editor-plugin-media-editing");
@@ -0,0 +1,4 @@
1
+ // THIS FILE IS GENERATED via packages/editor/editor-plugins/scripts/update-editor-plugins.ts. DO NOT MODIFY IT MANUALLY.
2
+ // Disable no-re-export rule for entry point files
3
+ /* eslint-disable @atlaskit/editor/no-re-export */
4
+ export { mediaEditingPlugin } from '@atlaskit/editor-plugin-media-editing';
@@ -0,0 +1,4 @@
1
+ // THIS FILE IS GENERATED via packages/editor/editor-plugins/scripts/update-editor-plugins.ts. DO NOT MODIFY IT MANUALLY.
2
+ // Disable no-re-export rule for entry point files
3
+ /* eslint-disable @atlaskit/editor/no-re-export */
4
+ export { mediaEditingPlugin } from '@atlaskit/editor-plugin-media-editing';
@@ -0,0 +1,2 @@
1
+ export { mediaEditingPlugin } from '@atlaskit/editor-plugin-media-editing';
2
+ export type { MediaEditingPlugin } from '@atlaskit/editor-plugin-media-editing';
@@ -0,0 +1,2 @@
1
+ export { mediaEditingPlugin } from '@atlaskit/editor-plugin-media-editing';
2
+ export type { MediaEditingPlugin } from '@atlaskit/editor-plugin-media-editing';
@@ -0,0 +1,14 @@
1
+ {
2
+ "name": "@atlaskit/editor-plugins/media-editing",
3
+ "main": "../dist/cjs/media-editing/index.js",
4
+ "module": "../dist/esm/media-editing/index.js",
5
+ "module:es2019": "../dist/es2019/media-editing/index.js",
6
+ "types": "../dist/types/media-editing/index.d.ts",
7
+ "typesVersions": {
8
+ ">=4.5 <5.9": {
9
+ "*": [
10
+ "../dist/types-ts4.5/media-editing/index.d.ts"
11
+ ]
12
+ }
13
+ }
14
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugins",
3
- "version": "11.1.191",
3
+ "version": "11.2.1",
4
4
  "description": "A convenience facade package that exposes all @atlaskit/editor-plugin-* plugins so that users can add this package without having to manually add all their plugins",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -29,103 +29,104 @@
29
29
  "update-editor-plugins": "run-ts scripts/update-editor-plugins.ts"
30
30
  },
31
31
  "dependencies": {
32
- "@atlaskit/editor-plugin-accessibility-utils": "6.0.1",
33
- "@atlaskit/editor-plugin-alignment": "7.1.17",
34
- "@atlaskit/editor-plugin-analytics": "6.2.6",
35
- "@atlaskit/editor-plugin-annotation": "6.4.0",
36
- "@atlaskit/editor-plugin-avatar-group": "7.0.6",
37
- "@atlaskit/editor-plugin-base": "7.2.10",
38
- "@atlaskit/editor-plugin-batch-attribute-updates": "6.1.4",
39
- "@atlaskit/editor-plugin-before-primary-toolbar": "6.0.3",
40
- "@atlaskit/editor-plugin-better-type-history": "6.1.2",
41
- "@atlaskit/editor-plugin-block-controls": "7.19.0",
42
- "@atlaskit/editor-plugin-block-menu": "5.2.28",
43
- "@atlaskit/editor-plugin-block-type": "10.3.5",
44
- "@atlaskit/editor-plugin-border": "6.1.4",
45
- "@atlaskit/editor-plugin-breakout": "6.4.2",
46
- "@atlaskit/editor-plugin-caption": "6.1.4",
47
- "@atlaskit/editor-plugin-card": "11.6.0",
48
- "@atlaskit/editor-plugin-clear-marks-on-empty-doc": "6.0.0",
49
- "@atlaskit/editor-plugin-clipboard": "6.0.2",
50
- "@atlaskit/editor-plugin-code-bidi-warning": "6.1.5",
51
- "@atlaskit/editor-plugin-code-block": "8.1.27",
52
- "@atlaskit/editor-plugin-collab-edit": "7.3.0",
53
- "@atlaskit/editor-plugin-composition": "5.0.2",
54
- "@atlaskit/editor-plugin-connectivity": "6.1.0",
55
- "@atlaskit/editor-plugin-content-insertion": "6.0.0",
56
- "@atlaskit/editor-plugin-context-identifier": "6.0.0",
57
- "@atlaskit/editor-plugin-context-panel": "8.0.3",
58
- "@atlaskit/editor-plugin-copy-button": "6.0.9",
59
- "@atlaskit/editor-plugin-custom-autoformat": "6.1.0",
60
- "@atlaskit/editor-plugin-data-consumer": "6.1.4",
61
- "@atlaskit/editor-plugin-date": "8.1.17",
62
- "@atlaskit/editor-plugin-decorations": "6.1.11",
63
- "@atlaskit/editor-plugin-editor-disabled": "6.1.3",
64
- "@atlaskit/editor-plugin-editor-viewmode": "8.0.3",
65
- "@atlaskit/editor-plugin-editor-viewmode-effects": "6.1.0",
66
- "@atlaskit/editor-plugin-emoji": "7.8.0",
67
- "@atlaskit/editor-plugin-engagement-platform": "7.0.0",
68
- "@atlaskit/editor-plugin-expand": "7.5.4",
69
- "@atlaskit/editor-plugin-extension": "9.3.0",
70
- "@atlaskit/editor-plugin-feature-flags": "5.0.2",
71
- "@atlaskit/editor-plugin-feedback-dialog": "6.0.0",
72
- "@atlaskit/editor-plugin-find-replace": "6.2.3",
73
- "@atlaskit/editor-plugin-floating-toolbar": "8.3.2",
74
- "@atlaskit/editor-plugin-focus": "5.0.2",
75
- "@atlaskit/editor-plugin-fragment": "6.1.6",
76
- "@atlaskit/editor-plugin-grid": "6.0.7",
77
- "@atlaskit/editor-plugin-guideline": "6.0.5",
78
- "@atlaskit/editor-plugin-help-dialog": "6.0.17",
79
- "@atlaskit/editor-plugin-highlight": "6.3.20",
80
- "@atlaskit/editor-plugin-history": "6.1.2",
81
- "@atlaskit/editor-plugin-hyperlink": "8.2.0",
82
- "@atlaskit/editor-plugin-image-upload": "6.0.2",
83
- "@atlaskit/editor-plugin-indentation": "6.1.4",
84
- "@atlaskit/editor-plugin-insert-block": "7.2.0",
85
- "@atlaskit/editor-plugin-interaction": "11.0.0",
86
- "@atlaskit/editor-plugin-layout": "6.2.21",
87
- "@atlaskit/editor-plugin-limited-mode": "3.2.0",
88
- "@atlaskit/editor-plugin-list": "8.2.23",
89
- "@atlaskit/editor-plugin-local-id": "4.3.2",
90
- "@atlaskit/editor-plugin-loom": "8.1.0",
91
- "@atlaskit/editor-plugin-max-content-size": "6.0.2",
92
- "@atlaskit/editor-plugin-media": "8.9.0",
93
- "@atlaskit/editor-plugin-media-insert": "15.0.0",
94
- "@atlaskit/editor-plugin-mentions": "8.2.24",
95
- "@atlaskit/editor-plugin-metrics": "7.1.7",
96
- "@atlaskit/editor-plugin-ncs-step-metrics": "5.0.0",
97
- "@atlaskit/editor-plugin-panel": "8.2.4",
98
- "@atlaskit/editor-plugin-paste": "7.4.16",
99
- "@atlaskit/editor-plugin-paste-options-toolbar": "7.0.7",
100
- "@atlaskit/editor-plugin-placeholder": "6.6.7",
101
- "@atlaskit/editor-plugin-placeholder-text": "7.1.13",
102
- "@atlaskit/editor-plugin-primary-toolbar": "7.0.4",
103
- "@atlaskit/editor-plugin-quick-insert": "6.2.0",
104
- "@atlaskit/editor-plugin-rule": "6.1.4",
105
- "@atlaskit/editor-plugin-save-on-enter": "6.0.0",
106
- "@atlaskit/editor-plugin-scroll-into-view": "6.0.2",
107
- "@atlaskit/editor-plugin-selection": "6.1.13",
108
- "@atlaskit/editor-plugin-selection-extension": "9.0.9",
109
- "@atlaskit/editor-plugin-selection-marker": "6.3.1",
110
- "@atlaskit/editor-plugin-selection-toolbar": "7.2.0",
111
- "@atlaskit/editor-plugin-show-diff": "3.3.3",
112
- "@atlaskit/editor-plugin-status": "7.1.17",
113
- "@atlaskit/editor-plugin-submit-editor": "6.0.0",
114
- "@atlaskit/editor-plugin-synced-block": "4.8.2",
115
- "@atlaskit/editor-plugin-table": "15.6.9",
116
- "@atlaskit/editor-plugin-tasks-and-decisions": "9.1.27",
117
- "@atlaskit/editor-plugin-text-color": "6.3.25",
118
- "@atlaskit/editor-plugin-text-formatting": "6.1.18",
119
- "@atlaskit/editor-plugin-toolbar": "3.5.1",
120
- "@atlaskit/editor-plugin-toolbar-lists-indentation": "7.0.28",
121
- "@atlaskit/editor-plugin-track-changes": "5.1.3",
122
- "@atlaskit/editor-plugin-type-ahead": "6.6.1",
123
- "@atlaskit/editor-plugin-ufo": "6.0.2",
124
- "@atlaskit/editor-plugin-undo-redo": "6.1.11",
125
- "@atlaskit/editor-plugin-unsupported-content": "6.1.4",
126
- "@atlaskit/editor-plugin-user-intent": "4.0.6",
127
- "@atlaskit/editor-plugin-user-preferences": "4.0.6",
128
- "@atlaskit/editor-plugin-width": "7.0.7",
32
+ "@atlaskit/editor-plugin-accessibility-utils": "7.0.0",
33
+ "@atlaskit/editor-plugin-alignment": "8.0.0",
34
+ "@atlaskit/editor-plugin-analytics": "7.0.0",
35
+ "@atlaskit/editor-plugin-annotation": "7.0.0",
36
+ "@atlaskit/editor-plugin-avatar-group": "8.0.0",
37
+ "@atlaskit/editor-plugin-base": "8.0.0",
38
+ "@atlaskit/editor-plugin-batch-attribute-updates": "7.0.0",
39
+ "@atlaskit/editor-plugin-before-primary-toolbar": "7.0.0",
40
+ "@atlaskit/editor-plugin-better-type-history": "7.0.0",
41
+ "@atlaskit/editor-plugin-block-controls": "8.0.0",
42
+ "@atlaskit/editor-plugin-block-menu": "6.0.0",
43
+ "@atlaskit/editor-plugin-block-type": "11.0.0",
44
+ "@atlaskit/editor-plugin-border": "7.0.0",
45
+ "@atlaskit/editor-plugin-breakout": "7.0.0",
46
+ "@atlaskit/editor-plugin-caption": "7.0.0",
47
+ "@atlaskit/editor-plugin-card": "12.0.0",
48
+ "@atlaskit/editor-plugin-clear-marks-on-empty-doc": "7.0.0",
49
+ "@atlaskit/editor-plugin-clipboard": "7.0.0",
50
+ "@atlaskit/editor-plugin-code-bidi-warning": "7.0.0",
51
+ "@atlaskit/editor-plugin-code-block": "9.0.0",
52
+ "@atlaskit/editor-plugin-collab-edit": "8.0.0",
53
+ "@atlaskit/editor-plugin-composition": "6.0.0",
54
+ "@atlaskit/editor-plugin-connectivity": "7.0.0",
55
+ "@atlaskit/editor-plugin-content-insertion": "7.0.0",
56
+ "@atlaskit/editor-plugin-context-identifier": "7.0.0",
57
+ "@atlaskit/editor-plugin-context-panel": "9.0.0",
58
+ "@atlaskit/editor-plugin-copy-button": "7.0.0",
59
+ "@atlaskit/editor-plugin-custom-autoformat": "7.0.0",
60
+ "@atlaskit/editor-plugin-data-consumer": "7.0.0",
61
+ "@atlaskit/editor-plugin-date": "9.0.0",
62
+ "@atlaskit/editor-plugin-decorations": "7.0.0",
63
+ "@atlaskit/editor-plugin-editor-disabled": "7.0.0",
64
+ "@atlaskit/editor-plugin-editor-viewmode": "9.0.0",
65
+ "@atlaskit/editor-plugin-editor-viewmode-effects": "7.0.0",
66
+ "@atlaskit/editor-plugin-emoji": "8.0.0",
67
+ "@atlaskit/editor-plugin-engagement-platform": "8.0.0",
68
+ "@atlaskit/editor-plugin-expand": "8.0.0",
69
+ "@atlaskit/editor-plugin-extension": "10.0.0",
70
+ "@atlaskit/editor-plugin-feature-flags": "6.0.0",
71
+ "@atlaskit/editor-plugin-feedback-dialog": "7.0.0",
72
+ "@atlaskit/editor-plugin-find-replace": "7.0.0",
73
+ "@atlaskit/editor-plugin-floating-toolbar": "9.0.0",
74
+ "@atlaskit/editor-plugin-focus": "6.0.0",
75
+ "@atlaskit/editor-plugin-fragment": "7.0.0",
76
+ "@atlaskit/editor-plugin-grid": "7.0.0",
77
+ "@atlaskit/editor-plugin-guideline": "7.0.0",
78
+ "@atlaskit/editor-plugin-help-dialog": "7.0.0",
79
+ "@atlaskit/editor-plugin-highlight": "7.0.0",
80
+ "@atlaskit/editor-plugin-history": "7.0.0",
81
+ "@atlaskit/editor-plugin-hyperlink": "9.0.0",
82
+ "@atlaskit/editor-plugin-image-upload": "7.0.0",
83
+ "@atlaskit/editor-plugin-indentation": "7.0.0",
84
+ "@atlaskit/editor-plugin-insert-block": "8.0.0",
85
+ "@atlaskit/editor-plugin-interaction": "12.0.0",
86
+ "@atlaskit/editor-plugin-layout": "7.0.0",
87
+ "@atlaskit/editor-plugin-limited-mode": "4.0.0",
88
+ "@atlaskit/editor-plugin-list": "9.0.0",
89
+ "@atlaskit/editor-plugin-local-id": "5.0.0",
90
+ "@atlaskit/editor-plugin-loom": "9.0.0",
91
+ "@atlaskit/editor-plugin-max-content-size": "7.0.0",
92
+ "@atlaskit/editor-plugin-media": "9.0.0",
93
+ "@atlaskit/editor-plugin-media-editing": "1.0.0",
94
+ "@atlaskit/editor-plugin-media-insert": "16.0.0",
95
+ "@atlaskit/editor-plugin-mentions": "9.0.0",
96
+ "@atlaskit/editor-plugin-metrics": "8.0.0",
97
+ "@atlaskit/editor-plugin-ncs-step-metrics": "6.0.0",
98
+ "@atlaskit/editor-plugin-panel": "9.0.0",
99
+ "@atlaskit/editor-plugin-paste": "8.0.0",
100
+ "@atlaskit/editor-plugin-paste-options-toolbar": "8.0.0",
101
+ "@atlaskit/editor-plugin-placeholder": "7.0.0",
102
+ "@atlaskit/editor-plugin-placeholder-text": "8.0.0",
103
+ "@atlaskit/editor-plugin-primary-toolbar": "8.0.0",
104
+ "@atlaskit/editor-plugin-quick-insert": "7.0.0",
105
+ "@atlaskit/editor-plugin-rule": "7.0.0",
106
+ "@atlaskit/editor-plugin-save-on-enter": "7.0.0",
107
+ "@atlaskit/editor-plugin-scroll-into-view": "7.0.0",
108
+ "@atlaskit/editor-plugin-selection": "7.0.0",
109
+ "@atlaskit/editor-plugin-selection-extension": "10.0.0",
110
+ "@atlaskit/editor-plugin-selection-marker": "7.0.0",
111
+ "@atlaskit/editor-plugin-selection-toolbar": "8.0.0",
112
+ "@atlaskit/editor-plugin-show-diff": "4.0.0",
113
+ "@atlaskit/editor-plugin-status": "8.0.0",
114
+ "@atlaskit/editor-plugin-submit-editor": "7.0.0",
115
+ "@atlaskit/editor-plugin-synced-block": "5.0.0",
116
+ "@atlaskit/editor-plugin-table": "16.0.0",
117
+ "@atlaskit/editor-plugin-tasks-and-decisions": "10.0.0",
118
+ "@atlaskit/editor-plugin-text-color": "7.0.0",
119
+ "@atlaskit/editor-plugin-text-formatting": "7.0.0",
120
+ "@atlaskit/editor-plugin-toolbar": "4.0.0",
121
+ "@atlaskit/editor-plugin-toolbar-lists-indentation": "8.0.0",
122
+ "@atlaskit/editor-plugin-track-changes": "6.0.0",
123
+ "@atlaskit/editor-plugin-type-ahead": "7.0.0",
124
+ "@atlaskit/editor-plugin-ufo": "7.0.0",
125
+ "@atlaskit/editor-plugin-undo-redo": "7.0.0",
126
+ "@atlaskit/editor-plugin-unsupported-content": "7.0.0",
127
+ "@atlaskit/editor-plugin-user-intent": "5.0.0",
128
+ "@atlaskit/editor-plugin-user-preferences": "5.0.0",
129
+ "@atlaskit/editor-plugin-width": "8.0.0",
129
130
  "@babel/runtime": "^7.0.0"
130
131
  },
131
132
  "peerDependencies": {