@atlaskit/editor-plugin-quick-insert 3.0.3 → 3.0.5
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
|
@@ -3,4 +3,4 @@ import type { QuickInsertItem } from '@atlaskit/editor-common/provider-factory';
|
|
|
3
3
|
import type { Command, EditorCommand } from '@atlaskit/editor-common/types';
|
|
4
4
|
export declare const openElementBrowserModal: EditorCommand;
|
|
5
5
|
export declare const closeElementBrowserModal: () => Command;
|
|
6
|
-
export declare const createInsertItem: (onInsert?: (
|
|
6
|
+
export declare const createInsertItem: (onInsert?: (item: QuickInsertItem) => void) => (item: QuickInsertItem, source?: INPUT_METHOD.QUICK_INSERT | INPUT_METHOD.TOOLBAR) => Command;
|
|
@@ -3,4 +3,4 @@ import type { QuickInsertItem } from '@atlaskit/editor-common/provider-factory';
|
|
|
3
3
|
import type { Command, EditorCommand } from '@atlaskit/editor-common/types';
|
|
4
4
|
export declare const openElementBrowserModal: EditorCommand;
|
|
5
5
|
export declare const closeElementBrowserModal: () => Command;
|
|
6
|
-
export declare const createInsertItem: (onInsert?: (
|
|
6
|
+
export declare const createInsertItem: (onInsert?: (item: QuickInsertItem) => void) => (item: QuickInsertItem, source?: INPUT_METHOD.QUICK_INSERT | INPUT_METHOD.TOOLBAR) => Command;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugin-quick-insert",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.5",
|
|
4
4
|
"description": "Quick insert plugin for @atlaskit/editor-core",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -32,22 +32,22 @@
|
|
|
32
32
|
".": "./src/index.ts"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@atlaskit/button": "^23.
|
|
36
|
-
"@atlaskit/editor-plugin-connectivity": "^3.
|
|
35
|
+
"@atlaskit/button": "^23.4.0",
|
|
36
|
+
"@atlaskit/editor-plugin-connectivity": "^3.1.0",
|
|
37
37
|
"@atlaskit/editor-plugin-metrics": "^4.0.0",
|
|
38
|
-
"@atlaskit/editor-plugin-type-ahead": "^3.
|
|
38
|
+
"@atlaskit/editor-plugin-type-ahead": "^3.1.0",
|
|
39
39
|
"@atlaskit/editor-prosemirror": "7.0.0",
|
|
40
|
-
"@atlaskit/icon": "^27.
|
|
41
|
-
"@atlaskit/modal-dialog": "^14.
|
|
40
|
+
"@atlaskit/icon": "^27.12.0",
|
|
41
|
+
"@atlaskit/modal-dialog": "^14.3.0",
|
|
42
42
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
43
43
|
"@atlaskit/theme": "^19.0.0",
|
|
44
|
-
"@atlaskit/tmp-editor-statsig": "^
|
|
45
|
-
"@atlaskit/tokens": "^
|
|
44
|
+
"@atlaskit/tmp-editor-statsig": "^10.0.0",
|
|
45
|
+
"@atlaskit/tokens": "^6.0.0",
|
|
46
46
|
"@babel/runtime": "^7.0.0",
|
|
47
47
|
"@emotion/react": "^11.7.1"
|
|
48
48
|
},
|
|
49
49
|
"peerDependencies": {
|
|
50
|
-
"@atlaskit/editor-common": "^107.
|
|
50
|
+
"@atlaskit/editor-common": "^107.25.0",
|
|
51
51
|
"react": "^18.2.0",
|
|
52
52
|
"react-dom": "^18.2.0",
|
|
53
53
|
"react-intl-next": "npm:react-intl@^5.18.1"
|
|
@@ -57,7 +57,6 @@
|
|
|
57
57
|
"@atlaskit/ssr": "workspace:^",
|
|
58
58
|
"@atlaskit/visual-regression": "workspace:^",
|
|
59
59
|
"@testing-library/react": "^13.4.0",
|
|
60
|
-
"typescript": "~5.4.2",
|
|
61
60
|
"wait-for-expect": "^1.2.0"
|
|
62
61
|
},
|
|
63
62
|
"techstack": {
|