@atlaskit/editor-plugins 10.6.52 → 11.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,28 @@
1
1
  # @atlaskit/editor-plugins
2
2
 
3
+ ## 11.0.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 11.0.1
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
15
+ ## 11.0.0
16
+
17
+ ### Major Changes
18
+
19
+ - [`be54c7e850cd3`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/be54c7e850cd3) -
20
+ remove unused deprecated styles used to be consumed in editor content styles
21
+
22
+ ### Patch Changes
23
+
24
+ - Updated dependencies
25
+
3
26
  ## 10.6.52
4
27
 
5
28
  ### Patch Changes
@@ -15,18 +15,6 @@ Object.defineProperty(exports, "darkModeSearchMatchClass", {
15
15
  return _styles.darkModeSearchMatchClass;
16
16
  }
17
17
  });
18
- Object.defineProperty(exports, "findReplaceStyles", {
19
- enumerable: true,
20
- get: function get() {
21
- return _styles.findReplaceStyles;
22
- }
23
- });
24
- Object.defineProperty(exports, "findReplaceStylesNew", {
25
- enumerable: true,
26
- get: function get() {
27
- return _styles.findReplaceStylesNew;
28
- }
29
- });
30
18
  Object.defineProperty(exports, "searchMatchClass", {
31
19
  enumerable: true,
32
20
  get: function get() {
@@ -1,4 +1,4 @@
1
1
  // THIS FILE IS GENERATED via packages/editor/editor-plugins/scripts/update-editor-plugins.ts. DO NOT MODIFY IT MANUALLY.
2
2
  // Disable no-re-export rule for entry point files
3
3
  /* eslint-disable @atlaskit/editor/no-re-export */
4
- export { searchMatchClass, searchMatchTextClass, selectedSearchMatchClass, blockSearchMatchClass, selectedBlockSearchMatchClass, darkModeSearchMatchClass, searchMatchExpandTitleClass, findReplaceStyles, findReplaceStylesNew } from '@atlaskit/editor-plugin-find-replace/styles';
4
+ export { searchMatchClass, searchMatchTextClass, selectedSearchMatchClass, blockSearchMatchClass, selectedBlockSearchMatchClass, darkModeSearchMatchClass, searchMatchExpandTitleClass } from '@atlaskit/editor-plugin-find-replace/styles';
@@ -1,4 +1,4 @@
1
1
  // THIS FILE IS GENERATED via packages/editor/editor-plugins/scripts/update-editor-plugins.ts. DO NOT MODIFY IT MANUALLY.
2
2
  // Disable no-re-export rule for entry point files
3
3
  /* eslint-disable @atlaskit/editor/no-re-export */
4
- export { searchMatchClass, searchMatchTextClass, selectedSearchMatchClass, blockSearchMatchClass, selectedBlockSearchMatchClass, darkModeSearchMatchClass, searchMatchExpandTitleClass, findReplaceStyles, findReplaceStylesNew } from '@atlaskit/editor-plugin-find-replace/styles';
4
+ export { searchMatchClass, searchMatchTextClass, selectedSearchMatchClass, blockSearchMatchClass, selectedBlockSearchMatchClass, darkModeSearchMatchClass, searchMatchExpandTitleClass } from '@atlaskit/editor-plugin-find-replace/styles';
@@ -1 +1 @@
1
- export { searchMatchClass, searchMatchTextClass, selectedSearchMatchClass, blockSearchMatchClass, selectedBlockSearchMatchClass, darkModeSearchMatchClass, searchMatchExpandTitleClass, findReplaceStyles, findReplaceStylesNew, } from '@atlaskit/editor-plugin-find-replace/styles';
1
+ export { searchMatchClass, searchMatchTextClass, selectedSearchMatchClass, blockSearchMatchClass, selectedBlockSearchMatchClass, darkModeSearchMatchClass, searchMatchExpandTitleClass, } from '@atlaskit/editor-plugin-find-replace/styles';
@@ -1 +1 @@
1
- export { searchMatchClass, searchMatchTextClass, selectedSearchMatchClass, blockSearchMatchClass, selectedBlockSearchMatchClass, darkModeSearchMatchClass, searchMatchExpandTitleClass, findReplaceStyles, findReplaceStylesNew, } from '@atlaskit/editor-plugin-find-replace/styles';
1
+ export { searchMatchClass, searchMatchTextClass, selectedSearchMatchClass, blockSearchMatchClass, selectedBlockSearchMatchClass, darkModeSearchMatchClass, searchMatchExpandTitleClass, } from '@atlaskit/editor-plugin-find-replace/styles';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugins",
3
- "version": "10.6.52",
3
+ "version": "11.0.2",
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",
@@ -39,12 +39,12 @@
39
39
  "@atlaskit/editor-plugin-before-primary-toolbar": "6.0.0",
40
40
  "@atlaskit/editor-plugin-better-type-history": "6.0.0",
41
41
  "@atlaskit/editor-plugin-block-controls": "7.2.5",
42
- "@atlaskit/editor-plugin-block-menu": "4.0.19",
43
- "@atlaskit/editor-plugin-block-type": "9.0.8",
42
+ "@atlaskit/editor-plugin-block-menu": "4.0.20",
43
+ "@atlaskit/editor-plugin-block-type": "10.0.0",
44
44
  "@atlaskit/editor-plugin-border": "6.0.0",
45
45
  "@atlaskit/editor-plugin-breakout": "6.0.2",
46
46
  "@atlaskit/editor-plugin-caption": "6.0.0",
47
- "@atlaskit/editor-plugin-card": "11.2.1",
47
+ "@atlaskit/editor-plugin-card": "11.2.2",
48
48
  "@atlaskit/editor-plugin-clear-marks-on-empty-doc": "6.0.0",
49
49
  "@atlaskit/editor-plugin-clipboard": "6.0.0",
50
50
  "@atlaskit/editor-plugin-code-bidi-warning": "6.0.0",
@@ -69,7 +69,7 @@
69
69
  "@atlaskit/editor-plugin-extension": "9.0.1",
70
70
  "@atlaskit/editor-plugin-feature-flags": "5.0.0",
71
71
  "@atlaskit/editor-plugin-feedback-dialog": "6.0.0",
72
- "@atlaskit/editor-plugin-find-replace": "6.0.1",
72
+ "@atlaskit/editor-plugin-find-replace": "6.0.2",
73
73
  "@atlaskit/editor-plugin-floating-toolbar": "8.2.3",
74
74
  "@atlaskit/editor-plugin-focus": "5.0.0",
75
75
  "@atlaskit/editor-plugin-fragment": "6.0.0",
@@ -81,7 +81,7 @@
81
81
  "@atlaskit/editor-plugin-hyperlink": "8.0.7",
82
82
  "@atlaskit/editor-plugin-image-upload": "6.0.0",
83
83
  "@atlaskit/editor-plugin-indentation": "6.0.0",
84
- "@atlaskit/editor-plugin-insert-block": "7.0.8",
84
+ "@atlaskit/editor-plugin-insert-block": "7.0.9",
85
85
  "@atlaskit/editor-plugin-interaction": "8.0.0",
86
86
  "@atlaskit/editor-plugin-layout": "6.0.8",
87
87
  "@atlaskit/editor-plugin-limited-mode": "3.0.2",
@@ -95,10 +95,10 @@
95
95
  "@atlaskit/editor-plugin-metrics": "7.0.1",
96
96
  "@atlaskit/editor-plugin-ncs-step-metrics": "5.0.0",
97
97
  "@atlaskit/editor-plugin-panel": "8.0.9",
98
- "@atlaskit/editor-plugin-paste": "7.1.0",
99
- "@atlaskit/editor-plugin-paste-options-toolbar": "6.0.0",
98
+ "@atlaskit/editor-plugin-paste": "7.2.0",
99
+ "@atlaskit/editor-plugin-paste-options-toolbar": "7.0.0",
100
100
  "@atlaskit/editor-plugin-placeholder": "6.1.1",
101
- "@atlaskit/editor-plugin-placeholder-text": "6.0.0",
101
+ "@atlaskit/editor-plugin-placeholder-text": "7.0.0",
102
102
  "@atlaskit/editor-plugin-primary-toolbar": "7.0.1",
103
103
  "@atlaskit/editor-plugin-quick-insert": "6.0.3",
104
104
  "@atlaskit/editor-plugin-rule": "6.0.0",
@@ -111,14 +111,14 @@
111
111
  "@atlaskit/editor-plugin-show-diff": "3.0.0",
112
112
  "@atlaskit/editor-plugin-status": "7.0.1",
113
113
  "@atlaskit/editor-plugin-submit-editor": "6.0.0",
114
- "@atlaskit/editor-plugin-synced-block": "3.3.2",
114
+ "@atlaskit/editor-plugin-synced-block": "3.3.3",
115
115
  "@atlaskit/editor-plugin-synced-block-prototype": "3.0.0",
116
- "@atlaskit/editor-plugin-table": "15.0.7",
116
+ "@atlaskit/editor-plugin-table": "15.0.8",
117
117
  "@atlaskit/editor-plugin-tasks-and-decisions": "9.0.9",
118
118
  "@atlaskit/editor-plugin-text-color": "6.2.1",
119
119
  "@atlaskit/editor-plugin-text-formatting": "6.0.10",
120
120
  "@atlaskit/editor-plugin-toolbar": "3.1.2",
121
- "@atlaskit/editor-plugin-toolbar-lists-indentation": "7.0.9",
121
+ "@atlaskit/editor-plugin-toolbar-lists-indentation": "7.0.10",
122
122
  "@atlaskit/editor-plugin-track-changes": "5.0.7",
123
123
  "@atlaskit/editor-plugin-type-ahead": "6.3.0",
124
124
  "@atlaskit/editor-plugin-ufo": "6.0.2",
@@ -1,14 +0,0 @@
1
- {
2
- "name": "@atlaskit/editor-plugins/block-type/styles",
3
- "main": "../../dist/cjs/block-type/ui/styles.js",
4
- "module": "../../dist/esm/block-type/ui/styles.js",
5
- "module:es2019": "../../dist/es2019/block-type/ui/styles.js",
6
- "types": "../../dist/types/block-type/ui/styles.d.ts",
7
- "typesVersions": {
8
- ">=4.5 <5.9": {
9
- "*": [
10
- "../../dist/types-ts4.5/block-type/ui/styles.d.ts"
11
- ]
12
- }
13
- }
14
- }
@@ -1,12 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- Object.defineProperty(exports, "blocktypeStyles", {
7
- enumerable: true,
8
- get: function get() {
9
- return _styles.blocktypeStyles;
10
- }
11
- });
12
- var _styles = require("@atlaskit/editor-plugin-block-type/styles");
@@ -1,12 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- Object.defineProperty(exports, "textHighlightStyle", {
7
- enumerable: true,
8
- get: function get() {
9
- return _styles.textHighlightStyle;
10
- }
11
- });
12
- var _styles = require("@atlaskit/editor-plugin-paste-options-toolbar/styles");
@@ -1,12 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- Object.defineProperty(exports, "placeholderTextStyles", {
7
- enumerable: true,
8
- get: function get() {
9
- return _styles.placeholderTextStyles;
10
- }
11
- });
12
- var _styles = require("@atlaskit/editor-plugin-placeholder-text/styles");
@@ -1,4 +0,0 @@
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 { blocktypeStyles } from '@atlaskit/editor-plugin-block-type/styles';
@@ -1,4 +0,0 @@
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 { textHighlightStyle } from '@atlaskit/editor-plugin-paste-options-toolbar/styles';
@@ -1,4 +0,0 @@
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 { placeholderTextStyles } from '@atlaskit/editor-plugin-placeholder-text/styles';
@@ -1,4 +0,0 @@
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 { blocktypeStyles } from '@atlaskit/editor-plugin-block-type/styles';
@@ -1,4 +0,0 @@
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 { textHighlightStyle } from '@atlaskit/editor-plugin-paste-options-toolbar/styles';
@@ -1,4 +0,0 @@
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 { placeholderTextStyles } from '@atlaskit/editor-plugin-placeholder-text/styles';
@@ -1 +0,0 @@
1
- export { blocktypeStyles } from '@atlaskit/editor-plugin-block-type/styles';
@@ -1 +0,0 @@
1
- export { textHighlightStyle } from '@atlaskit/editor-plugin-paste-options-toolbar/styles';
@@ -1 +0,0 @@
1
- export { placeholderTextStyles } from '@atlaskit/editor-plugin-placeholder-text/styles';
@@ -1 +0,0 @@
1
- export { blocktypeStyles } from '@atlaskit/editor-plugin-block-type/styles';
@@ -1 +0,0 @@
1
- export { textHighlightStyle } from '@atlaskit/editor-plugin-paste-options-toolbar/styles';
@@ -1 +0,0 @@
1
- export { placeholderTextStyles } from '@atlaskit/editor-plugin-placeholder-text/styles';
@@ -1,14 +0,0 @@
1
- {
2
- "name": "@atlaskit/editor-plugins/paste-options-toolbar/styles",
3
- "main": "../../dist/cjs/paste-options-toolbar/ui/styles.js",
4
- "module": "../../dist/esm/paste-options-toolbar/ui/styles.js",
5
- "module:es2019": "../../dist/es2019/paste-options-toolbar/ui/styles.js",
6
- "types": "../../dist/types/paste-options-toolbar/ui/styles.d.ts",
7
- "typesVersions": {
8
- ">=4.5 <5.9": {
9
- "*": [
10
- "../../dist/types-ts4.5/paste-options-toolbar/ui/styles.d.ts"
11
- ]
12
- }
13
- }
14
- }
@@ -1,14 +0,0 @@
1
- {
2
- "name": "@atlaskit/editor-plugins/placeholder-text/styles",
3
- "main": "../../dist/cjs/placeholder-text/ui/styles.js",
4
- "module": "../../dist/esm/placeholder-text/ui/styles.js",
5
- "module:es2019": "../../dist/es2019/placeholder-text/ui/styles.js",
6
- "types": "../../dist/types/placeholder-text/ui/styles.d.ts",
7
- "typesVersions": {
8
- ">=4.5 <5.9": {
9
- "*": [
10
- "../../dist/types-ts4.5/placeholder-text/ui/styles.d.ts"
11
- ]
12
- }
13
- }
14
- }