@atlaskit/editor-plugins 15.0.19 → 15.0.21

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-plugins
2
2
 
3
+ ## 15.0.21
4
+
5
+ ### Patch Changes
6
+
7
+ - [`e8deaf0aa0506`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/e8deaf0aa0506) -
8
+ Add the block collapse editor plugin package scaffold.
9
+ - Updated dependencies
10
+
11
+ ## 15.0.20
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies
16
+
3
17
  ## 15.0.19
4
18
 
5
19
  ### Patch Changes
@@ -0,0 +1,8 @@
1
+ {
2
+ "name": "@atlaskit/editor-plugins/block-collapse/blockCollapsePlugin",
3
+ "main": "../../dist/cjs/block-collapse/entry-points/blockCollapsePlugin.js",
4
+ "module": "../../dist/esm/block-collapse/entry-points/blockCollapsePlugin.js",
5
+ "module:es2019": "../../dist/es2019/block-collapse/entry-points/blockCollapsePlugin.js",
6
+ "sideEffects": false,
7
+ "types": "../../dist/types/block-collapse/entry-points/blockCollapsePlugin.d.ts"
8
+ }
@@ -0,0 +1,8 @@
1
+ {
2
+ "name": "@atlaskit/editor-plugins/block-collapse/blockCollapsePluginType",
3
+ "main": "../../dist/cjs/block-collapse/entry-points/blockCollapsePluginType.js",
4
+ "module": "../../dist/esm/block-collapse/entry-points/blockCollapsePluginType.js",
5
+ "module:es2019": "../../dist/es2019/block-collapse/entry-points/blockCollapsePluginType.js",
6
+ "sideEffects": false,
7
+ "types": "../../dist/types/block-collapse/entry-points/blockCollapsePluginType.d.ts"
8
+ }
@@ -0,0 +1,12 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ Object.defineProperty(exports, "blockCollapsePlugin", {
7
+ enumerable: true,
8
+ get: function get() {
9
+ return _blockCollapsePlugin.blockCollapsePlugin;
10
+ }
11
+ });
12
+ var _blockCollapsePlugin = require("@atlaskit/editor-plugin-block-collapse/blockCollapsePlugin");
@@ -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 { blockCollapsePlugin } from '@atlaskit/editor-plugin-block-collapse/blockCollapsePlugin';
@@ -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 { blockCollapsePlugin } from '@atlaskit/editor-plugin-block-collapse/blockCollapsePlugin';
@@ -0,0 +1 @@
1
+ export { blockCollapsePlugin } from '@atlaskit/editor-plugin-block-collapse/blockCollapsePlugin';
@@ -0,0 +1 @@
1
+ export type { BlockCollapsePlugin } from '@atlaskit/editor-plugin-block-collapse/blockCollapsePluginType';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugins",
3
- "version": "15.0.19",
3
+ "version": "15.0.21",
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",
@@ -22,105 +22,106 @@
22
22
  "update-editor-plugins": "run-ts scripts/update-editor-plugins.ts"
23
23
  },
24
24
  "dependencies": {
25
- "@atlaskit/editor-plugin-accessibility-utils": "14.0.0",
26
- "@atlaskit/editor-plugin-alignment": "15.0.0",
27
- "@atlaskit/editor-plugin-analytics": "14.0.0",
28
- "@atlaskit/editor-plugin-annotation": "14.0.0",
25
+ "@atlaskit/editor-plugin-accessibility-utils": "14.0.1",
26
+ "@atlaskit/editor-plugin-alignment": "15.0.1",
27
+ "@atlaskit/editor-plugin-analytics": "14.0.1",
28
+ "@atlaskit/editor-plugin-annotation": "14.0.1",
29
29
  "@atlaskit/editor-plugin-autocomplete": "6.0.0",
30
- "@atlaskit/editor-plugin-avatar-group": "15.0.0",
31
- "@atlaskit/editor-plugin-base": "15.0.0",
30
+ "@atlaskit/editor-plugin-avatar-group": "15.0.1",
31
+ "@atlaskit/editor-plugin-base": "15.0.1",
32
32
  "@atlaskit/editor-plugin-batch-attribute-updates": "14.0.0",
33
33
  "@atlaskit/editor-plugin-before-primary-toolbar": "14.0.0",
34
34
  "@atlaskit/editor-plugin-better-type-history": "14.0.0",
35
- "@atlaskit/editor-plugin-block-controls": "15.0.0",
36
- "@atlaskit/editor-plugin-block-menu": "13.0.0",
37
- "@atlaskit/editor-plugin-block-type": "18.0.0",
35
+ "@atlaskit/editor-plugin-block-collapse": "0.1.0",
36
+ "@atlaskit/editor-plugin-block-controls": "15.0.2",
37
+ "@atlaskit/editor-plugin-block-menu": "13.0.1",
38
+ "@atlaskit/editor-plugin-block-type": "18.0.1",
38
39
  "@atlaskit/editor-plugin-border": "14.0.0",
39
- "@atlaskit/editor-plugin-breakout": "14.0.0",
40
+ "@atlaskit/editor-plugin-breakout": "14.0.2",
40
41
  "@atlaskit/editor-plugin-caption": "14.0.0",
41
- "@atlaskit/editor-plugin-card": "20.0.0",
42
+ "@atlaskit/editor-plugin-card": "20.0.1",
42
43
  "@atlaskit/editor-plugin-clear-marks-on-empty-doc": "14.0.0",
43
44
  "@atlaskit/editor-plugin-clipboard": "14.0.0",
44
- "@atlaskit/editor-plugin-code-bidi-warning": "14.0.0",
45
- "@atlaskit/editor-plugin-code-block": "16.0.0",
46
- "@atlaskit/editor-plugin-collab-edit": "15.0.0",
45
+ "@atlaskit/editor-plugin-code-bidi-warning": "14.0.1",
46
+ "@atlaskit/editor-plugin-code-block": "16.0.1",
47
+ "@atlaskit/editor-plugin-collab-edit": "15.0.1",
47
48
  "@atlaskit/editor-plugin-composition": "13.0.0",
48
49
  "@atlaskit/editor-plugin-connectivity": "14.0.0",
49
50
  "@atlaskit/editor-plugin-content-format": "8.0.0",
50
51
  "@atlaskit/editor-plugin-content-insertion": "14.0.0",
51
52
  "@atlaskit/editor-plugin-context-identifier": "14.0.0",
52
53
  "@atlaskit/editor-plugin-context-panel": "16.0.0",
53
- "@atlaskit/editor-plugin-copy-button": "14.0.0",
54
+ "@atlaskit/editor-plugin-copy-button": "14.0.1",
54
55
  "@atlaskit/editor-plugin-custom-autoformat": "14.0.0",
55
56
  "@atlaskit/editor-plugin-data-consumer": "14.0.0",
56
- "@atlaskit/editor-plugin-date": "16.0.0",
57
- "@atlaskit/editor-plugin-decorations": "14.0.0",
57
+ "@atlaskit/editor-plugin-date": "16.0.1",
58
+ "@atlaskit/editor-plugin-decorations": "14.0.1",
58
59
  "@atlaskit/editor-plugin-editor-disabled": "14.0.0",
59
60
  "@atlaskit/editor-plugin-editor-viewmode": "16.0.0",
60
- "@atlaskit/editor-plugin-editor-viewmode-effects": "14.0.0",
61
- "@atlaskit/editor-plugin-emoji": "15.0.0",
61
+ "@atlaskit/editor-plugin-editor-viewmode-effects": "14.0.1",
62
+ "@atlaskit/editor-plugin-emoji": "15.0.1",
62
63
  "@atlaskit/editor-plugin-engagement-platform": "15.0.0",
63
- "@atlaskit/editor-plugin-expand": "15.0.0",
64
- "@atlaskit/editor-plugin-extension": "17.0.0",
64
+ "@atlaskit/editor-plugin-expand": "15.0.1",
65
+ "@atlaskit/editor-plugin-extension": "17.0.1",
65
66
  "@atlaskit/editor-plugin-feature-flags": "13.0.0",
66
67
  "@atlaskit/editor-plugin-feedback-dialog": "14.0.0",
67
- "@atlaskit/editor-plugin-find-replace": "14.0.0",
68
- "@atlaskit/editor-plugin-floating-toolbar": "16.0.0",
68
+ "@atlaskit/editor-plugin-find-replace": "14.0.1",
69
+ "@atlaskit/editor-plugin-floating-toolbar": "16.0.1",
69
70
  "@atlaskit/editor-plugin-focus": "13.0.0",
70
71
  "@atlaskit/editor-plugin-fragment": "14.0.0",
71
- "@atlaskit/editor-plugin-grid": "14.0.0",
72
+ "@atlaskit/editor-plugin-grid": "14.0.1",
72
73
  "@atlaskit/editor-plugin-guideline": "14.0.0",
73
- "@atlaskit/editor-plugin-help-dialog": "14.0.0",
74
- "@atlaskit/editor-plugin-highlight": "14.0.0",
74
+ "@atlaskit/editor-plugin-help-dialog": "14.0.1",
75
+ "@atlaskit/editor-plugin-highlight": "14.0.1",
75
76
  "@atlaskit/editor-plugin-history": "14.0.0",
76
- "@atlaskit/editor-plugin-hyperlink": "16.0.0",
77
+ "@atlaskit/editor-plugin-hyperlink": "16.0.1",
77
78
  "@atlaskit/editor-plugin-image-upload": "14.0.0",
78
79
  "@atlaskit/editor-plugin-indentation": "14.0.0",
79
- "@atlaskit/editor-plugin-insert-block": "15.0.0",
80
+ "@atlaskit/editor-plugin-insert-block": "15.0.1",
80
81
  "@atlaskit/editor-plugin-interaction": "25.0.0",
81
- "@atlaskit/editor-plugin-layout": "15.0.0",
82
- "@atlaskit/editor-plugin-limited-mode": "11.0.0",
83
- "@atlaskit/editor-plugin-list": "16.0.0",
84
- "@atlaskit/editor-plugin-local-id": "12.0.0",
82
+ "@atlaskit/editor-plugin-layout": "15.0.1",
83
+ "@atlaskit/editor-plugin-limited-mode": "11.0.1",
84
+ "@atlaskit/editor-plugin-list": "16.0.1",
85
+ "@atlaskit/editor-plugin-local-id": "12.0.1",
85
86
  "@atlaskit/editor-plugin-loom": "16.0.0",
86
87
  "@atlaskit/editor-plugin-max-content-size": "14.0.0",
87
- "@atlaskit/editor-plugin-media": "16.0.0",
88
+ "@atlaskit/editor-plugin-media": "16.0.1",
88
89
  "@atlaskit/editor-plugin-media-editing": "8.0.0",
89
- "@atlaskit/editor-plugin-media-insert": "29.0.0",
90
- "@atlaskit/editor-plugin-mentions": "16.0.0",
91
- "@atlaskit/editor-plugin-metrics": "15.0.0",
92
- "@atlaskit/editor-plugin-panel": "16.0.0",
93
- "@atlaskit/editor-plugin-paste": "15.0.0",
94
- "@atlaskit/editor-plugin-paste-options-toolbar": "15.0.0",
95
- "@atlaskit/editor-plugin-placeholder": "14.0.0",
90
+ "@atlaskit/editor-plugin-media-insert": "29.0.1",
91
+ "@atlaskit/editor-plugin-mentions": "16.0.2",
92
+ "@atlaskit/editor-plugin-metrics": "15.0.1",
93
+ "@atlaskit/editor-plugin-panel": "16.0.1",
94
+ "@atlaskit/editor-plugin-paste": "15.0.1",
95
+ "@atlaskit/editor-plugin-paste-options-toolbar": "15.0.1",
96
+ "@atlaskit/editor-plugin-placeholder": "14.0.1",
96
97
  "@atlaskit/editor-plugin-placeholder-text": "15.0.0",
97
- "@atlaskit/editor-plugin-primary-toolbar": "15.0.0",
98
- "@atlaskit/editor-plugin-quick-insert": "14.0.0",
98
+ "@atlaskit/editor-plugin-primary-toolbar": "15.0.1",
99
+ "@atlaskit/editor-plugin-quick-insert": "14.0.1",
99
100
  "@atlaskit/editor-plugin-rule": "14.0.0",
100
101
  "@atlaskit/editor-plugin-save-on-enter": "14.0.0",
101
102
  "@atlaskit/editor-plugin-scroll-into-view": "14.0.0",
102
- "@atlaskit/editor-plugin-selection": "14.0.0",
103
- "@atlaskit/editor-plugin-selection-extension": "17.0.0",
104
- "@atlaskit/editor-plugin-selection-marker": "14.0.0",
105
- "@atlaskit/editor-plugin-selection-toolbar": "15.0.0",
106
- "@atlaskit/editor-plugin-show-diff": "12.0.0",
107
- "@atlaskit/editor-plugin-status": "15.0.0",
103
+ "@atlaskit/editor-plugin-selection": "14.0.1",
104
+ "@atlaskit/editor-plugin-selection-extension": "17.0.1",
105
+ "@atlaskit/editor-plugin-selection-marker": "14.0.2",
106
+ "@atlaskit/editor-plugin-selection-toolbar": "15.0.1",
107
+ "@atlaskit/editor-plugin-show-diff": "12.0.1",
108
+ "@atlaskit/editor-plugin-status": "15.0.1",
108
109
  "@atlaskit/editor-plugin-submit-editor": "14.0.0",
109
- "@atlaskit/editor-plugin-synced-block": "12.0.0",
110
- "@atlaskit/editor-plugin-table": "26.0.0",
111
- "@atlaskit/editor-plugin-tasks-and-decisions": "17.0.0",
112
- "@atlaskit/editor-plugin-text-color": "14.0.0",
113
- "@atlaskit/editor-plugin-text-formatting": "14.0.0",
114
- "@atlaskit/editor-plugin-toolbar": "11.0.0",
115
- "@atlaskit/editor-plugin-toolbar-lists-indentation": "15.0.0",
116
- "@atlaskit/editor-plugin-track-changes": "13.0.0",
117
- "@atlaskit/editor-plugin-type-ahead": "15.0.0",
118
- "@atlaskit/editor-plugin-ufo": "14.0.0",
110
+ "@atlaskit/editor-plugin-synced-block": "12.0.2",
111
+ "@atlaskit/editor-plugin-table": "26.0.1",
112
+ "@atlaskit/editor-plugin-tasks-and-decisions": "17.0.1",
113
+ "@atlaskit/editor-plugin-text-color": "14.0.1",
114
+ "@atlaskit/editor-plugin-text-formatting": "14.0.1",
115
+ "@atlaskit/editor-plugin-toolbar": "11.0.1",
116
+ "@atlaskit/editor-plugin-toolbar-lists-indentation": "15.0.1",
117
+ "@atlaskit/editor-plugin-track-changes": "13.0.1",
118
+ "@atlaskit/editor-plugin-type-ahead": "15.0.1",
119
+ "@atlaskit/editor-plugin-ufo": "14.0.1",
119
120
  "@atlaskit/editor-plugin-ui-control-registry": "8.0.0",
120
- "@atlaskit/editor-plugin-undo-redo": "14.0.0",
121
+ "@atlaskit/editor-plugin-undo-redo": "14.0.1",
121
122
  "@atlaskit/editor-plugin-unsupported-content": "14.0.0",
122
123
  "@atlaskit/editor-plugin-user-intent": "12.0.0",
123
- "@atlaskit/editor-plugin-user-preferences": "12.0.0",
124
+ "@atlaskit/editor-plugin-user-preferences": "12.0.1",
124
125
  "@atlaskit/editor-plugin-width": "15.0.0",
125
126
  "@babel/runtime": "^7.0.0"
126
127
  },