@atlaskit/editor-plugins 12.3.7 → 13.0.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 +17 -0
- package/package.json +100 -101
- package/scripts/entrypoint-data.ts +4 -1
- package/dist/cjs/ncs-step-metrics/index.js +0 -12
- package/dist/es2019/ncs-step-metrics/index.js +0 -4
- package/dist/esm/ncs-step-metrics/index.js +0 -4
- package/dist/types/ncs-step-metrics/index.d.ts +0 -2
- package/dist/types-ts4.5/ncs-step-metrics/index.d.ts +0 -2
- package/ncs-step-metrics/package.json +0 -15
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,22 @@
|
|
|
1
1
|
# @atlaskit/editor-plugins
|
|
2
2
|
|
|
3
|
+
## 13.0.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
|
|
9
|
+
## 13.0.0
|
|
10
|
+
|
|
11
|
+
### Major Changes
|
|
12
|
+
|
|
13
|
+
- [`71de71e52182e`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/71de71e52182e) -
|
|
14
|
+
Remove @atlaskit/editor-plugin-ncs-metrics
|
|
15
|
+
|
|
16
|
+
### Patch Changes
|
|
17
|
+
|
|
18
|
+
- Updated dependencies
|
|
19
|
+
|
|
3
20
|
## 12.3.7
|
|
4
21
|
|
|
5
22
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugins",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "13.0.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",
|
|
@@ -30,106 +30,105 @@
|
|
|
30
30
|
"update-editor-plugins": "run-ts scripts/update-editor-plugins.ts"
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"@atlaskit/editor-plugin-accessibility-utils": "
|
|
34
|
-
"@atlaskit/editor-plugin-alignment": "
|
|
35
|
-
"@atlaskit/editor-plugin-analytics": "
|
|
36
|
-
"@atlaskit/editor-plugin-annotation": "
|
|
37
|
-
"@atlaskit/editor-plugin-avatar-group": "
|
|
38
|
-
"@atlaskit/editor-plugin-base": "
|
|
39
|
-
"@atlaskit/editor-plugin-batch-attribute-updates": "
|
|
40
|
-
"@atlaskit/editor-plugin-before-primary-toolbar": "
|
|
41
|
-
"@atlaskit/editor-plugin-better-type-history": "
|
|
42
|
-
"@atlaskit/editor-plugin-block-controls": "
|
|
43
|
-
"@atlaskit/editor-plugin-block-menu": "
|
|
44
|
-
"@atlaskit/editor-plugin-block-type": "
|
|
45
|
-
"@atlaskit/editor-plugin-border": "
|
|
46
|
-
"@atlaskit/editor-plugin-breakout": "
|
|
47
|
-
"@atlaskit/editor-plugin-caption": "
|
|
48
|
-
"@atlaskit/editor-plugin-card": "
|
|
49
|
-
"@atlaskit/editor-plugin-clear-marks-on-empty-doc": "
|
|
50
|
-
"@atlaskit/editor-plugin-clipboard": "
|
|
51
|
-
"@atlaskit/editor-plugin-code-bidi-warning": "
|
|
52
|
-
"@atlaskit/editor-plugin-code-block": "
|
|
53
|
-
"@atlaskit/editor-plugin-collab-edit": "
|
|
54
|
-
"@atlaskit/editor-plugin-composition": "
|
|
55
|
-
"@atlaskit/editor-plugin-connectivity": "
|
|
56
|
-
"@atlaskit/editor-plugin-content-format": "
|
|
57
|
-
"@atlaskit/editor-plugin-content-insertion": "
|
|
58
|
-
"@atlaskit/editor-plugin-context-identifier": "
|
|
59
|
-
"@atlaskit/editor-plugin-context-panel": "
|
|
60
|
-
"@atlaskit/editor-plugin-copy-button": "
|
|
61
|
-
"@atlaskit/editor-plugin-custom-autoformat": "
|
|
62
|
-
"@atlaskit/editor-plugin-data-consumer": "
|
|
63
|
-
"@atlaskit/editor-plugin-date": "
|
|
64
|
-
"@atlaskit/editor-plugin-decorations": "
|
|
65
|
-
"@atlaskit/editor-plugin-editor-disabled": "
|
|
66
|
-
"@atlaskit/editor-plugin-editor-viewmode": "
|
|
67
|
-
"@atlaskit/editor-plugin-editor-viewmode-effects": "
|
|
68
|
-
"@atlaskit/editor-plugin-emoji": "
|
|
69
|
-
"@atlaskit/editor-plugin-engagement-platform": "
|
|
70
|
-
"@atlaskit/editor-plugin-expand": "
|
|
71
|
-
"@atlaskit/editor-plugin-extension": "
|
|
72
|
-
"@atlaskit/editor-plugin-feature-flags": "
|
|
73
|
-
"@atlaskit/editor-plugin-feedback-dialog": "
|
|
74
|
-
"@atlaskit/editor-plugin-find-replace": "
|
|
75
|
-
"@atlaskit/editor-plugin-floating-toolbar": "
|
|
76
|
-
"@atlaskit/editor-plugin-focus": "
|
|
77
|
-
"@atlaskit/editor-plugin-fragment": "
|
|
78
|
-
"@atlaskit/editor-plugin-grid": "
|
|
79
|
-
"@atlaskit/editor-plugin-guideline": "
|
|
80
|
-
"@atlaskit/editor-plugin-help-dialog": "
|
|
81
|
-
"@atlaskit/editor-plugin-highlight": "
|
|
82
|
-
"@atlaskit/editor-plugin-history": "
|
|
83
|
-
"@atlaskit/editor-plugin-hyperlink": "
|
|
84
|
-
"@atlaskit/editor-plugin-image-upload": "
|
|
85
|
-
"@atlaskit/editor-plugin-indentation": "
|
|
86
|
-
"@atlaskit/editor-plugin-insert-block": "
|
|
87
|
-
"@atlaskit/editor-plugin-interaction": "
|
|
88
|
-
"@atlaskit/editor-plugin-layout": "
|
|
89
|
-
"@atlaskit/editor-plugin-limited-mode": "
|
|
90
|
-
"@atlaskit/editor-plugin-list": "
|
|
91
|
-
"@atlaskit/editor-plugin-local-id": "
|
|
92
|
-
"@atlaskit/editor-plugin-loom": "
|
|
93
|
-
"@atlaskit/editor-plugin-max-content-size": "
|
|
94
|
-
"@atlaskit/editor-plugin-media": "
|
|
95
|
-
"@atlaskit/editor-plugin-media-editing": "
|
|
96
|
-
"@atlaskit/editor-plugin-media-insert": "
|
|
97
|
-
"@atlaskit/editor-plugin-mentions": "
|
|
98
|
-
"@atlaskit/editor-plugin-metrics": "
|
|
99
|
-
"@atlaskit/editor-plugin-
|
|
100
|
-
"@atlaskit/editor-plugin-
|
|
101
|
-
"@atlaskit/editor-plugin-paste": "
|
|
102
|
-
"@atlaskit/editor-plugin-
|
|
103
|
-
"@atlaskit/editor-plugin-placeholder": "
|
|
104
|
-
"@atlaskit/editor-plugin-
|
|
105
|
-
"@atlaskit/editor-plugin-
|
|
106
|
-
"@atlaskit/editor-plugin-
|
|
107
|
-
"@atlaskit/editor-plugin-
|
|
108
|
-
"@atlaskit/editor-plugin-
|
|
109
|
-
"@atlaskit/editor-plugin-
|
|
110
|
-
"@atlaskit/editor-plugin-selection": "
|
|
111
|
-
"@atlaskit/editor-plugin-selection-
|
|
112
|
-
"@atlaskit/editor-plugin-selection-
|
|
113
|
-
"@atlaskit/editor-plugin-
|
|
114
|
-
"@atlaskit/editor-plugin-
|
|
115
|
-
"@atlaskit/editor-plugin-
|
|
116
|
-
"@atlaskit/editor-plugin-
|
|
117
|
-
"@atlaskit/editor-plugin-
|
|
118
|
-
"@atlaskit/editor-plugin-
|
|
119
|
-
"@atlaskit/editor-plugin-
|
|
120
|
-
"@atlaskit/editor-plugin-text-
|
|
121
|
-
"@atlaskit/editor-plugin-
|
|
122
|
-
"@atlaskit/editor-plugin-toolbar": "
|
|
123
|
-
"@atlaskit/editor-plugin-
|
|
124
|
-
"@atlaskit/editor-plugin-
|
|
125
|
-
"@atlaskit/editor-plugin-
|
|
126
|
-
"@atlaskit/editor-plugin-
|
|
127
|
-
"@atlaskit/editor-plugin-
|
|
128
|
-
"@atlaskit/editor-plugin-
|
|
129
|
-
"@atlaskit/editor-plugin-
|
|
130
|
-
"@atlaskit/editor-plugin-user-
|
|
131
|
-
"@atlaskit/editor-plugin-
|
|
132
|
-
"@atlaskit/editor-plugin-width": "8.1.0",
|
|
33
|
+
"@atlaskit/editor-plugin-accessibility-utils": "8.0.0",
|
|
34
|
+
"@atlaskit/editor-plugin-alignment": "9.0.0",
|
|
35
|
+
"@atlaskit/editor-plugin-analytics": "8.0.0",
|
|
36
|
+
"@atlaskit/editor-plugin-annotation": "8.0.0",
|
|
37
|
+
"@atlaskit/editor-plugin-avatar-group": "9.0.0",
|
|
38
|
+
"@atlaskit/editor-plugin-base": "9.0.0",
|
|
39
|
+
"@atlaskit/editor-plugin-batch-attribute-updates": "8.0.0",
|
|
40
|
+
"@atlaskit/editor-plugin-before-primary-toolbar": "8.0.0",
|
|
41
|
+
"@atlaskit/editor-plugin-better-type-history": "8.0.0",
|
|
42
|
+
"@atlaskit/editor-plugin-block-controls": "9.0.0",
|
|
43
|
+
"@atlaskit/editor-plugin-block-menu": "7.0.0",
|
|
44
|
+
"@atlaskit/editor-plugin-block-type": "12.0.0",
|
|
45
|
+
"@atlaskit/editor-plugin-border": "8.0.0",
|
|
46
|
+
"@atlaskit/editor-plugin-breakout": "8.0.0",
|
|
47
|
+
"@atlaskit/editor-plugin-caption": "8.0.0",
|
|
48
|
+
"@atlaskit/editor-plugin-card": "13.0.0",
|
|
49
|
+
"@atlaskit/editor-plugin-clear-marks-on-empty-doc": "8.0.0",
|
|
50
|
+
"@atlaskit/editor-plugin-clipboard": "8.0.0",
|
|
51
|
+
"@atlaskit/editor-plugin-code-bidi-warning": "8.0.0",
|
|
52
|
+
"@atlaskit/editor-plugin-code-block": "10.0.0",
|
|
53
|
+
"@atlaskit/editor-plugin-collab-edit": "9.0.0",
|
|
54
|
+
"@atlaskit/editor-plugin-composition": "7.0.0",
|
|
55
|
+
"@atlaskit/editor-plugin-connectivity": "8.0.0",
|
|
56
|
+
"@atlaskit/editor-plugin-content-format": "2.0.0",
|
|
57
|
+
"@atlaskit/editor-plugin-content-insertion": "8.0.0",
|
|
58
|
+
"@atlaskit/editor-plugin-context-identifier": "8.0.0",
|
|
59
|
+
"@atlaskit/editor-plugin-context-panel": "10.0.0",
|
|
60
|
+
"@atlaskit/editor-plugin-copy-button": "8.0.0",
|
|
61
|
+
"@atlaskit/editor-plugin-custom-autoformat": "8.0.0",
|
|
62
|
+
"@atlaskit/editor-plugin-data-consumer": "8.0.0",
|
|
63
|
+
"@atlaskit/editor-plugin-date": "10.0.0",
|
|
64
|
+
"@atlaskit/editor-plugin-decorations": "8.0.0",
|
|
65
|
+
"@atlaskit/editor-plugin-editor-disabled": "8.0.0",
|
|
66
|
+
"@atlaskit/editor-plugin-editor-viewmode": "10.0.0",
|
|
67
|
+
"@atlaskit/editor-plugin-editor-viewmode-effects": "8.0.0",
|
|
68
|
+
"@atlaskit/editor-plugin-emoji": "9.0.0",
|
|
69
|
+
"@atlaskit/editor-plugin-engagement-platform": "9.0.0",
|
|
70
|
+
"@atlaskit/editor-plugin-expand": "9.0.0",
|
|
71
|
+
"@atlaskit/editor-plugin-extension": "11.0.0",
|
|
72
|
+
"@atlaskit/editor-plugin-feature-flags": "7.0.0",
|
|
73
|
+
"@atlaskit/editor-plugin-feedback-dialog": "8.0.0",
|
|
74
|
+
"@atlaskit/editor-plugin-find-replace": "8.0.0",
|
|
75
|
+
"@atlaskit/editor-plugin-floating-toolbar": "10.0.0",
|
|
76
|
+
"@atlaskit/editor-plugin-focus": "7.0.0",
|
|
77
|
+
"@atlaskit/editor-plugin-fragment": "8.0.0",
|
|
78
|
+
"@atlaskit/editor-plugin-grid": "8.0.0",
|
|
79
|
+
"@atlaskit/editor-plugin-guideline": "8.0.0",
|
|
80
|
+
"@atlaskit/editor-plugin-help-dialog": "8.0.0",
|
|
81
|
+
"@atlaskit/editor-plugin-highlight": "8.0.0",
|
|
82
|
+
"@atlaskit/editor-plugin-history": "8.0.0",
|
|
83
|
+
"@atlaskit/editor-plugin-hyperlink": "10.0.0",
|
|
84
|
+
"@atlaskit/editor-plugin-image-upload": "8.0.0",
|
|
85
|
+
"@atlaskit/editor-plugin-indentation": "8.0.0",
|
|
86
|
+
"@atlaskit/editor-plugin-insert-block": "9.0.0",
|
|
87
|
+
"@atlaskit/editor-plugin-interaction": "15.0.0",
|
|
88
|
+
"@atlaskit/editor-plugin-layout": "8.0.0",
|
|
89
|
+
"@atlaskit/editor-plugin-limited-mode": "5.0.0",
|
|
90
|
+
"@atlaskit/editor-plugin-list": "10.0.0",
|
|
91
|
+
"@atlaskit/editor-plugin-local-id": "6.0.0",
|
|
92
|
+
"@atlaskit/editor-plugin-loom": "10.0.0",
|
|
93
|
+
"@atlaskit/editor-plugin-max-content-size": "8.0.0",
|
|
94
|
+
"@atlaskit/editor-plugin-media": "10.0.0",
|
|
95
|
+
"@atlaskit/editor-plugin-media-editing": "2.0.0",
|
|
96
|
+
"@atlaskit/editor-plugin-media-insert": "19.0.0",
|
|
97
|
+
"@atlaskit/editor-plugin-mentions": "10.0.0",
|
|
98
|
+
"@atlaskit/editor-plugin-metrics": "9.0.0",
|
|
99
|
+
"@atlaskit/editor-plugin-panel": "10.0.0",
|
|
100
|
+
"@atlaskit/editor-plugin-paste": "9.0.0",
|
|
101
|
+
"@atlaskit/editor-plugin-paste-options-toolbar": "9.0.1",
|
|
102
|
+
"@atlaskit/editor-plugin-placeholder": "8.0.0",
|
|
103
|
+
"@atlaskit/editor-plugin-placeholder-text": "9.0.0",
|
|
104
|
+
"@atlaskit/editor-plugin-primary-toolbar": "9.0.0",
|
|
105
|
+
"@atlaskit/editor-plugin-quick-insert": "8.0.0",
|
|
106
|
+
"@atlaskit/editor-plugin-rule": "8.0.0",
|
|
107
|
+
"@atlaskit/editor-plugin-save-on-enter": "8.0.0",
|
|
108
|
+
"@atlaskit/editor-plugin-scroll-into-view": "8.0.0",
|
|
109
|
+
"@atlaskit/editor-plugin-selection": "8.0.0",
|
|
110
|
+
"@atlaskit/editor-plugin-selection-extension": "11.0.0",
|
|
111
|
+
"@atlaskit/editor-plugin-selection-marker": "8.0.0",
|
|
112
|
+
"@atlaskit/editor-plugin-selection-toolbar": "9.0.0",
|
|
113
|
+
"@atlaskit/editor-plugin-show-diff": "6.0.0",
|
|
114
|
+
"@atlaskit/editor-plugin-status": "9.0.0",
|
|
115
|
+
"@atlaskit/editor-plugin-submit-editor": "8.0.0",
|
|
116
|
+
"@atlaskit/editor-plugin-synced-block": "6.0.0",
|
|
117
|
+
"@atlaskit/editor-plugin-table": "18.0.0",
|
|
118
|
+
"@atlaskit/editor-plugin-tasks-and-decisions": "11.0.0",
|
|
119
|
+
"@atlaskit/editor-plugin-text-color": "8.0.0",
|
|
120
|
+
"@atlaskit/editor-plugin-text-formatting": "8.0.0",
|
|
121
|
+
"@atlaskit/editor-plugin-toolbar": "5.0.0",
|
|
122
|
+
"@atlaskit/editor-plugin-toolbar-lists-indentation": "9.0.0",
|
|
123
|
+
"@atlaskit/editor-plugin-track-changes": "7.0.0",
|
|
124
|
+
"@atlaskit/editor-plugin-type-ahead": "8.0.0",
|
|
125
|
+
"@atlaskit/editor-plugin-ufo": "8.0.0",
|
|
126
|
+
"@atlaskit/editor-plugin-ui-control-registry": "2.0.0",
|
|
127
|
+
"@atlaskit/editor-plugin-undo-redo": "8.0.0",
|
|
128
|
+
"@atlaskit/editor-plugin-unsupported-content": "8.0.0",
|
|
129
|
+
"@atlaskit/editor-plugin-user-intent": "6.0.0",
|
|
130
|
+
"@atlaskit/editor-plugin-user-preferences": "6.0.0",
|
|
131
|
+
"@atlaskit/editor-plugin-width": "9.0.0",
|
|
133
132
|
"@babel/runtime": "^7.0.0"
|
|
134
133
|
},
|
|
135
134
|
"peerDependencies": {
|
|
@@ -123,7 +123,10 @@ function createExportStatementsForExport(importName: string, filePath: string) {
|
|
|
123
123
|
return exportStatements.join('\n');
|
|
124
124
|
}
|
|
125
125
|
|
|
126
|
-
export function findExportedVariablesAndTypes(fileName: string) {
|
|
126
|
+
export function findExportedVariablesAndTypes(fileName: string): {
|
|
127
|
+
variableExports: string[];
|
|
128
|
+
typeExports: string[];
|
|
129
|
+
} {
|
|
127
130
|
const exportNames = getFileExportNames(fileName);
|
|
128
131
|
const statements = getFileTopLevelStatements(fileName);
|
|
129
132
|
const variableExports: string[] = [];
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
Object.defineProperty(exports, "ncsStepMetricsPlugin", {
|
|
7
|
-
enumerable: true,
|
|
8
|
-
get: function get() {
|
|
9
|
-
return _editorPluginNcsStepMetrics.ncsStepMetricsPlugin;
|
|
10
|
-
}
|
|
11
|
-
});
|
|
12
|
-
var _editorPluginNcsStepMetrics = require("@atlaskit/editor-plugin-ncs-step-metrics");
|
|
@@ -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 { ncsStepMetricsPlugin } from '@atlaskit/editor-plugin-ncs-step-metrics';
|
|
@@ -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 { ncsStepMetricsPlugin } from '@atlaskit/editor-plugin-ncs-step-metrics';
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@atlaskit/editor-plugins/ncs-step-metrics",
|
|
3
|
-
"main": "../dist/cjs/ncs-step-metrics/index.js",
|
|
4
|
-
"module": "../dist/esm/ncs-step-metrics/index.js",
|
|
5
|
-
"module:es2019": "../dist/es2019/ncs-step-metrics/index.js",
|
|
6
|
-
"sideEffects": false,
|
|
7
|
-
"types": "../dist/types/ncs-step-metrics/index.d.ts",
|
|
8
|
-
"typesVersions": {
|
|
9
|
-
">=4.5 <5.9": {
|
|
10
|
-
"*": [
|
|
11
|
-
"../dist/types-ts4.5/ncs-step-metrics/index.d.ts"
|
|
12
|
-
]
|
|
13
|
-
}
|
|
14
|
-
}
|
|
15
|
-
}
|