@atlaskit/editor-plugin-decorations 10.0.0 → 10.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
CHANGED
|
@@ -6,7 +6,7 @@ export type HoverDecorationProps = {
|
|
|
6
6
|
className?: string;
|
|
7
7
|
selection?: Selection;
|
|
8
8
|
};
|
|
9
|
-
export type HoverDecorationCommand = ({ add, className, selection }: HoverDecorationProps) => EditorCommand;
|
|
9
|
+
export type HoverDecorationCommand = ({ add, className, selection, }: HoverDecorationProps) => EditorCommand;
|
|
10
10
|
export type DecorationsPlugin = NextEditorPlugin<'decorations', {
|
|
11
11
|
actions: {
|
|
12
12
|
hoverDecoration: HoverDecorationHandler;
|
|
@@ -6,7 +6,7 @@ export type HoverDecorationProps = {
|
|
|
6
6
|
className?: string;
|
|
7
7
|
selection?: Selection;
|
|
8
8
|
};
|
|
9
|
-
export type HoverDecorationCommand = ({ add, className, selection }: HoverDecorationProps) => EditorCommand;
|
|
9
|
+
export type HoverDecorationCommand = ({ add, className, selection, }: HoverDecorationProps) => EditorCommand;
|
|
10
10
|
export type DecorationsPlugin = NextEditorPlugin<'decorations', {
|
|
11
11
|
actions: {
|
|
12
12
|
hoverDecoration: HoverDecorationHandler;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugin-decorations",
|
|
3
|
-
"version": "10.0.
|
|
3
|
+
"version": "10.0.1",
|
|
4
4
|
"description": "Decorations plugin for @atlaskit/editor-core",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -22,11 +22,11 @@
|
|
|
22
22
|
"@atlaskit/editor-prosemirror": "^7.3.0",
|
|
23
23
|
"@atlaskit/editor-tables": "^2.9.0",
|
|
24
24
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
25
|
-
"@atlaskit/tmp-editor-statsig": "^
|
|
25
|
+
"@atlaskit/tmp-editor-statsig": "^63.0.0",
|
|
26
26
|
"@babel/runtime": "^7.0.0"
|
|
27
27
|
},
|
|
28
28
|
"peerDependencies": {
|
|
29
|
-
"@atlaskit/editor-common": "^114.
|
|
29
|
+
"@atlaskit/editor-common": "^114.2.0",
|
|
30
30
|
"react": "^18.2.0",
|
|
31
31
|
"react-dom": "^18.2.0"
|
|
32
32
|
},
|