@atlaskit/editor-plugin-insert-block 13.0.32 → 13.0.33
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
|
@@ -5,11 +5,11 @@ import type { ExperienceCheckResult } from '@atlaskit/editor-common/experiences'
|
|
|
5
5
|
* (`{nodeTypeName}View-content-wrap`) or schema `toDOM` attributes.
|
|
6
6
|
*/
|
|
7
7
|
export declare const NODE_INSERT_MARKERS: {
|
|
8
|
-
readonly TABLE:
|
|
9
|
-
readonly LAYOUT:
|
|
10
|
-
readonly LAYOUT_COLUMN:
|
|
11
|
-
readonly TASK_LIST:
|
|
12
|
-
readonly TASK_ITEM:
|
|
8
|
+
readonly TABLE: '.tableView-content-wrap';
|
|
9
|
+
readonly LAYOUT: '.layoutSectionView-content-wrap';
|
|
10
|
+
readonly LAYOUT_COLUMN: '.layoutColumnView-content-wrap';
|
|
11
|
+
readonly TASK_LIST: '[data-node-type="actionList"]';
|
|
12
|
+
readonly TASK_ITEM: '.taskItemView-content-wrap';
|
|
13
13
|
};
|
|
14
14
|
export declare const isToolbarButtonClick: (target: HTMLElement, testId: string) => boolean;
|
|
15
15
|
/**
|
|
@@ -7,6 +7,6 @@ export declare const POPUP_DIMENSIONS: {
|
|
|
7
7
|
};
|
|
8
8
|
};
|
|
9
9
|
export declare const FOCUS_DELAY: {
|
|
10
|
-
readonly ANIMATION_FRAME:
|
|
11
|
-
readonly MICROTASK:
|
|
10
|
+
readonly ANIMATION_FRAME: 'requestAnimationFrame';
|
|
11
|
+
readonly MICROTASK: 'queueMicrotask';
|
|
12
12
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugin-insert-block",
|
|
3
|
-
"version": "13.0.
|
|
3
|
+
"version": "13.0.33",
|
|
4
4
|
"description": "Insert block plugin for @atlaskit/editor-core",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"@atlaskit/editor-plugin-code-block": "^14.2.0",
|
|
28
28
|
"@atlaskit/editor-plugin-connectivity": "^12.0.0",
|
|
29
29
|
"@atlaskit/editor-plugin-date": "^14.0.0",
|
|
30
|
-
"@atlaskit/editor-plugin-emoji": "^13.
|
|
30
|
+
"@atlaskit/editor-plugin-emoji": "^13.2.0",
|
|
31
31
|
"@atlaskit/editor-plugin-expand": "^13.1.0",
|
|
32
32
|
"@atlaskit/editor-plugin-extension": "^15.0.0",
|
|
33
33
|
"@atlaskit/editor-plugin-feature-flags": "^11.0.0",
|
|
@@ -52,11 +52,11 @@
|
|
|
52
52
|
"@atlaskit/editor-shared-styles": "^4.0.0",
|
|
53
53
|
"@atlaskit/editor-toolbar": "^2.3.0",
|
|
54
54
|
"@atlaskit/editor-toolbar-model": "^1.1.0",
|
|
55
|
-
"@atlaskit/emoji": "^71.
|
|
55
|
+
"@atlaskit/emoji": "^71.14.0",
|
|
56
56
|
"@atlaskit/icon": "^37.2.0",
|
|
57
57
|
"@atlaskit/icon-lab": "^7.4.0",
|
|
58
58
|
"@atlaskit/platform-feature-flags": "^2.1.0",
|
|
59
|
-
"@atlaskit/tmp-editor-statsig": "^
|
|
59
|
+
"@atlaskit/tmp-editor-statsig": "^135.0.0",
|
|
60
60
|
"@atlaskit/tokens": "^16.3.0",
|
|
61
61
|
"@babel/runtime": "^7.0.0",
|
|
62
62
|
"@emotion/react": "^11.7.1",
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
"react-virtualized": "^9.22.6"
|
|
67
67
|
},
|
|
68
68
|
"peerDependencies": {
|
|
69
|
-
"@atlaskit/editor-common": "^116.
|
|
69
|
+
"@atlaskit/editor-common": "^116.41.0",
|
|
70
70
|
"react": "^18.2.0",
|
|
71
71
|
"react-dom": "^18.2.0",
|
|
72
72
|
"react-intl": "^5.25.1 || ^6.0.0 || ^7.0.0"
|