@atlaskit/editor-plugin-selection-toolbar 11.3.4 → 11.3.6
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 +12 -0
- package/editor-plugin-selection-toolbar.docs.tsx +28 -26
- package/package.json +9 -7
package/CHANGELOG.md
CHANGED
|
@@ -5,37 +5,39 @@
|
|
|
5
5
|
|
|
6
6
|
import path from 'path';
|
|
7
7
|
|
|
8
|
-
import type {
|
|
8
|
+
import type { StructuredContentSource } from '@atlassian/structured-docs-types/types';
|
|
9
9
|
|
|
10
10
|
import packageJson from './package.json';
|
|
11
11
|
|
|
12
12
|
const packagePath = path.resolve(__dirname);
|
|
13
13
|
|
|
14
|
-
const documentation:
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
usageGuidelines: [],
|
|
27
|
-
contentGuidelines: [],
|
|
28
|
-
accessibilityGuidelines: [],
|
|
29
|
-
keywords: ['editor', 'editor-plugin-selection-toolbar', 'atlaskit'],
|
|
30
|
-
categories: ['editor'],
|
|
31
|
-
examples: [
|
|
32
|
-
{
|
|
33
|
-
name: 'Basic',
|
|
34
|
-
description: 'Selection toolbar plugin in editor.',
|
|
35
|
-
source: path.resolve(packagePath, './examples/1-basic.tsx'),
|
|
14
|
+
const documentation: StructuredContentSource = {
|
|
15
|
+
components: [
|
|
16
|
+
{
|
|
17
|
+
name: 'Editor Plugin Selection Toolbar',
|
|
18
|
+
description: '@atlaskit/editor-plugin-selection-toolbar for @atlaskit/editor-core',
|
|
19
|
+
status: 'general-availability',
|
|
20
|
+
import: {
|
|
21
|
+
name: 'selectionToolbarPlugin',
|
|
22
|
+
package: '@atlaskit/editor-plugin-selection-toolbar',
|
|
23
|
+
type: 'named',
|
|
24
|
+
packagePath,
|
|
25
|
+
packageJson,
|
|
36
26
|
},
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
]
|
|
27
|
+
usageGuidelines: [],
|
|
28
|
+
contentGuidelines: [],
|
|
29
|
+
accessibilityGuidelines: [],
|
|
30
|
+
keywords: ['editor', 'editor-plugin-selection-toolbar', 'atlaskit'],
|
|
31
|
+
categories: ['editor'],
|
|
32
|
+
examples: [
|
|
33
|
+
{
|
|
34
|
+
name: 'Basic',
|
|
35
|
+
description: 'Selection toolbar plugin in editor.',
|
|
36
|
+
source: path.resolve(packagePath, './examples/1-basic.tsx'),
|
|
37
|
+
},
|
|
38
|
+
],
|
|
39
|
+
},
|
|
40
|
+
],
|
|
41
|
+
};
|
|
40
42
|
|
|
41
43
|
export default documentation;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugin-selection-toolbar",
|
|
3
|
-
"version": "11.3.
|
|
3
|
+
"version": "11.3.6",
|
|
4
4
|
"description": "@atlaskit/editor-plugin-selection-toolbar for @atlaskit/editor-core",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"dependencies": {
|
|
32
32
|
"@atlaskit/css": "^0.19.0",
|
|
33
33
|
"@atlaskit/editor-plugin-analytics": "^10.1.0",
|
|
34
|
-
"@atlaskit/editor-plugin-block-controls": "^11.
|
|
34
|
+
"@atlaskit/editor-plugin-block-controls": "^11.5.0",
|
|
35
35
|
"@atlaskit/editor-plugin-connectivity": "^10.1.0",
|
|
36
36
|
"@atlaskit/editor-plugin-editor-viewmode": "^12.1.0",
|
|
37
37
|
"@atlaskit/editor-plugin-primary-toolbar": "^11.1.0",
|
|
@@ -39,19 +39,19 @@
|
|
|
39
39
|
"@atlaskit/editor-plugin-user-intent": "^8.2.0",
|
|
40
40
|
"@atlaskit/editor-plugin-user-preferences": "^8.2.0",
|
|
41
41
|
"@atlaskit/editor-prosemirror": "^7.3.0",
|
|
42
|
-
"@atlaskit/editor-toolbar": "^1.
|
|
42
|
+
"@atlaskit/editor-toolbar": "^1.7.0",
|
|
43
43
|
"@atlaskit/editor-toolbar-model": "^0.5.0",
|
|
44
|
-
"@atlaskit/icon": "^35.
|
|
45
|
-
"@atlaskit/icon-lab": "^6.
|
|
44
|
+
"@atlaskit/icon": "^35.3.0",
|
|
45
|
+
"@atlaskit/icon-lab": "^6.12.0",
|
|
46
46
|
"@atlaskit/menu": "^8.5.0",
|
|
47
47
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
48
|
-
"@atlaskit/tmp-editor-statsig": "^
|
|
48
|
+
"@atlaskit/tmp-editor-statsig": "^84.0.0",
|
|
49
49
|
"@atlaskit/tokens": "^13.0.0",
|
|
50
50
|
"@babel/runtime": "^7.0.0",
|
|
51
51
|
"bind-event-listener": "^3.0.0"
|
|
52
52
|
},
|
|
53
53
|
"peerDependencies": {
|
|
54
|
-
"@atlaskit/editor-common": "^114.
|
|
54
|
+
"@atlaskit/editor-common": "^114.47.0",
|
|
55
55
|
"react": "^18.2.0",
|
|
56
56
|
"react-dom": "^18.2.0",
|
|
57
57
|
"react-intl": "^5.25.1 || ^6.0.0 || ^7.0.0"
|
|
@@ -59,6 +59,8 @@
|
|
|
59
59
|
"devDependencies": {
|
|
60
60
|
"@atlassian/structured-docs-types": "workspace:^",
|
|
61
61
|
"@testing-library/react": "^16.3.0",
|
|
62
|
+
"react": "^18.2.0",
|
|
63
|
+
"react-dom": "^18.2.0",
|
|
62
64
|
"react-intl": "^6.6.2",
|
|
63
65
|
"wait-for-expect": "^1.2.0"
|
|
64
66
|
},
|