@atlaskit/editor-plugin-highlight 10.0.13 → 10.0.15
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-highlight.docs.tsx +3 -3
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -13,13 +13,13 @@ const packagePath = path.resolve(__dirname);
|
|
|
13
13
|
|
|
14
14
|
const documentation: ComponentStructuredContentSource[] = [
|
|
15
15
|
{
|
|
16
|
-
name: '
|
|
16
|
+
name: 'Editor Plugin Highlight',
|
|
17
17
|
description: 'Highlight plugin for @atlaskit/editor-core',
|
|
18
18
|
status: 'general-availability',
|
|
19
19
|
import: {
|
|
20
|
-
name: '
|
|
20
|
+
name: 'highlightPlugin',
|
|
21
21
|
package: '@atlaskit/editor-plugin-highlight',
|
|
22
|
-
type: '
|
|
22
|
+
type: 'named',
|
|
23
23
|
packagePath,
|
|
24
24
|
packageJson,
|
|
25
25
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugin-highlight",
|
|
3
|
-
"version": "10.0.
|
|
3
|
+
"version": "10.0.15",
|
|
4
4
|
"description": "Highlight plugin for @atlaskit/editor-core",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -46,16 +46,16 @@
|
|
|
46
46
|
"@atlaskit/editor-toolbar": "^1.0.0",
|
|
47
47
|
"@atlaskit/editor-toolbar-model": "^0.4.0",
|
|
48
48
|
"@atlaskit/heading": "^5.4.0",
|
|
49
|
-
"@atlaskit/icon": "^34.
|
|
49
|
+
"@atlaskit/icon": "^34.4.0",
|
|
50
50
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
51
51
|
"@atlaskit/primitives": "^19.0.0",
|
|
52
|
-
"@atlaskit/tmp-editor-statsig": "^
|
|
52
|
+
"@atlaskit/tmp-editor-statsig": "^77.0.0",
|
|
53
53
|
"@atlaskit/tokens": "^13.0.0",
|
|
54
54
|
"@babel/runtime": "^7.0.0",
|
|
55
55
|
"@emotion/react": "^11.7.1"
|
|
56
56
|
},
|
|
57
57
|
"peerDependencies": {
|
|
58
|
-
"@atlaskit/editor-common": "^114.
|
|
58
|
+
"@atlaskit/editor-common": "^114.20.0",
|
|
59
59
|
"react": "^18.2.0",
|
|
60
60
|
"react-intl": "^5.25.1 || ^6.0.0 || ^7.0.0"
|
|
61
61
|
},
|