@atlaskit/editor-plugins 15.0.20 → 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,13 @@
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
+
3
11
  ## 15.0.20
4
12
 
5
13
  ### 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.20",
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",
@@ -27,16 +27,17 @@
27
27
  "@atlaskit/editor-plugin-analytics": "14.0.1",
28
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",
30
+ "@atlaskit/editor-plugin-avatar-group": "15.0.1",
31
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.1",
35
+ "@atlaskit/editor-plugin-block-collapse": "0.1.0",
36
+ "@atlaskit/editor-plugin-block-controls": "15.0.2",
36
37
  "@atlaskit/editor-plugin-block-menu": "13.0.1",
37
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.1",
40
+ "@atlaskit/editor-plugin-breakout": "14.0.2",
40
41
  "@atlaskit/editor-plugin-caption": "14.0.0",
41
42
  "@atlaskit/editor-plugin-card": "20.0.1",
42
43
  "@atlaskit/editor-plugin-clear-marks-on-empty-doc": "14.0.0",
@@ -87,7 +88,7 @@
87
88
  "@atlaskit/editor-plugin-media": "16.0.1",
88
89
  "@atlaskit/editor-plugin-media-editing": "8.0.0",
89
90
  "@atlaskit/editor-plugin-media-insert": "29.0.1",
90
- "@atlaskit/editor-plugin-mentions": "16.0.1",
91
+ "@atlaskit/editor-plugin-mentions": "16.0.2",
91
92
  "@atlaskit/editor-plugin-metrics": "15.0.1",
92
93
  "@atlaskit/editor-plugin-panel": "16.0.1",
93
94
  "@atlaskit/editor-plugin-paste": "15.0.1",
@@ -101,12 +102,12 @@
101
102
  "@atlaskit/editor-plugin-scroll-into-view": "14.0.0",
102
103
  "@atlaskit/editor-plugin-selection": "14.0.1",
103
104
  "@atlaskit/editor-plugin-selection-extension": "17.0.1",
104
- "@atlaskit/editor-plugin-selection-marker": "14.0.1",
105
+ "@atlaskit/editor-plugin-selection-marker": "14.0.2",
105
106
  "@atlaskit/editor-plugin-selection-toolbar": "15.0.1",
106
107
  "@atlaskit/editor-plugin-show-diff": "12.0.1",
107
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.1",
110
+ "@atlaskit/editor-plugin-synced-block": "12.0.2",
110
111
  "@atlaskit/editor-plugin-table": "26.0.1",
111
112
  "@atlaskit/editor-plugin-tasks-and-decisions": "17.0.1",
112
113
  "@atlaskit/editor-plugin-text-color": "14.0.1",