@atlaskit/editor-plugin-loom 2.2.11 → 2.2.13
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
|
@@ -211,7 +211,9 @@ declare const _default: import("react").FC<import("react-intl-next").WithIntlPro
|
|
|
211
211
|
configWithNodeInfo: import("@atlaskit/editor-plugin-floating-toolbar").ConfigWithNodeInfo | undefined;
|
|
212
212
|
floatingToolbarData: import("@atlaskit/editor-plugin-floating-toolbar").FloatingToolbarPluginData | undefined;
|
|
213
213
|
} | undefined;
|
|
214
|
-
}, undefined
|
|
214
|
+
}, undefined>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"editorDisabled", {
|
|
215
|
+
sharedState: import("@atlaskit/editor-plugin-editor-disabled").EditorDisabledPluginState;
|
|
216
|
+
}, undefined>>];
|
|
215
217
|
sharedState: import("@atlaskit/editor-plugin-card").CardPluginState | null;
|
|
216
218
|
actions: import("@atlaskit/editor-common/card").CardPluginActions;
|
|
217
219
|
}, import("@atlaskit/editor-plugin-card").CardPluginOptions>>];
|
|
@@ -443,7 +445,9 @@ declare const _default: import("react").FC<import("react-intl-next").WithIntlPro
|
|
|
443
445
|
configWithNodeInfo: import("@atlaskit/editor-plugin-floating-toolbar").ConfigWithNodeInfo | undefined;
|
|
444
446
|
floatingToolbarData: import("@atlaskit/editor-plugin-floating-toolbar").FloatingToolbarPluginData | undefined;
|
|
445
447
|
} | undefined;
|
|
446
|
-
}, undefined
|
|
448
|
+
}, undefined>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"editorDisabled", {
|
|
449
|
+
sharedState: import("@atlaskit/editor-plugin-editor-disabled").EditorDisabledPluginState;
|
|
450
|
+
}, undefined>>];
|
|
447
451
|
sharedState: import("@atlaskit/editor-plugin-card").CardPluginState | null;
|
|
448
452
|
actions: import("@atlaskit/editor-common/card").CardPluginActions;
|
|
449
453
|
}, import("@atlaskit/editor-plugin-card").CardPluginOptions>>];
|
|
@@ -262,7 +262,10 @@ declare const _default: import("react").FC<import("react-intl-next").WithIntlPro
|
|
|
262
262
|
configWithNodeInfo: import("@atlaskit/editor-plugin-floating-toolbar").ConfigWithNodeInfo | undefined;
|
|
263
263
|
floatingToolbarData: import("@atlaskit/editor-plugin-floating-toolbar").FloatingToolbarPluginData | undefined;
|
|
264
264
|
} | undefined;
|
|
265
|
-
}, undefined
|
|
265
|
+
}, undefined>,
|
|
266
|
+
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"editorDisabled", {
|
|
267
|
+
sharedState: import("@atlaskit/editor-plugin-editor-disabled").EditorDisabledPluginState;
|
|
268
|
+
}, undefined>>
|
|
266
269
|
];
|
|
267
270
|
sharedState: import("@atlaskit/editor-plugin-card").CardPluginState | null;
|
|
268
271
|
actions: import("@atlaskit/editor-common/card").CardPluginActions;
|
|
@@ -548,7 +551,10 @@ declare const _default: import("react").FC<import("react-intl-next").WithIntlPro
|
|
|
548
551
|
configWithNodeInfo: import("@atlaskit/editor-plugin-floating-toolbar").ConfigWithNodeInfo | undefined;
|
|
549
552
|
floatingToolbarData: import("@atlaskit/editor-plugin-floating-toolbar").FloatingToolbarPluginData | undefined;
|
|
550
553
|
} | undefined;
|
|
551
|
-
}, undefined
|
|
554
|
+
}, undefined>,
|
|
555
|
+
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"editorDisabled", {
|
|
556
|
+
sharedState: import("@atlaskit/editor-plugin-editor-disabled").EditorDisabledPluginState;
|
|
557
|
+
}, undefined>>
|
|
552
558
|
];
|
|
553
559
|
sharedState: import("@atlaskit/editor-plugin-card").CardPluginState | null;
|
|
554
560
|
actions: import("@atlaskit/editor-common/card").CardPluginActions;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugin-loom",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.13",
|
|
4
4
|
"description": "Loom plugin for @atlaskit/editor-core",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -36,13 +36,13 @@
|
|
|
36
36
|
".": "./src/index.ts"
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@atlaskit/editor-common": "^83.
|
|
40
|
-
"@atlaskit/editor-plugin-analytics": "^1.
|
|
41
|
-
"@atlaskit/editor-plugin-hyperlink": "^2.
|
|
39
|
+
"@atlaskit/editor-common": "^83.4.0",
|
|
40
|
+
"@atlaskit/editor-plugin-analytics": "^1.4.0",
|
|
41
|
+
"@atlaskit/editor-plugin-hyperlink": "^2.3.0",
|
|
42
42
|
"@atlaskit/editor-plugin-width": "^1.1.0",
|
|
43
43
|
"@atlaskit/editor-prosemirror": "4.0.1",
|
|
44
44
|
"@atlaskit/logo": "^14.1.0",
|
|
45
|
-
"@atlaskit/platform-feature-flags": "0.
|
|
45
|
+
"@atlaskit/platform-feature-flags": "0.3.0",
|
|
46
46
|
"@babel/runtime": "^7.0.0",
|
|
47
47
|
"@emotion/react": "^11.7.1",
|
|
48
48
|
"@loomhq/record-sdk": "^2.36.18"
|
|
@@ -57,8 +57,8 @@
|
|
|
57
57
|
}
|
|
58
58
|
},
|
|
59
59
|
"devDependencies": {
|
|
60
|
-
"@atlaskit/editor-plugin-base": "^1.
|
|
61
|
-
"@atlaskit/editor-plugin-card": "^2.
|
|
60
|
+
"@atlaskit/editor-plugin-base": "^1.7.0",
|
|
61
|
+
"@atlaskit/editor-plugin-card": "^2.3.0",
|
|
62
62
|
"@atlaskit/editor-plugin-copy-button": "^1.1.0",
|
|
63
63
|
"@atlaskit/editor-plugin-decorations": "^1.1.0",
|
|
64
64
|
"@atlaskit/editor-plugin-editor-disabled": "^1.1.0",
|