@atlaskit/editor-plugin-block-controls 1.10.6 → 1.11.0
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 +30 -0
- package/dist/cjs/pm-plugins/decorations.js +52 -33
- package/dist/cjs/pm-plugins/main.js +62 -128
- package/dist/cjs/ui/drag-handle.js +6 -15
- package/dist/cjs/ui/drop-target.js +0 -4
- package/dist/cjs/utils/drag-target-debug.js +1 -1
- package/dist/es2019/pm-plugins/decorations.js +50 -33
- package/dist/es2019/pm-plugins/main.js +57 -122
- package/dist/es2019/ui/drag-handle.js +6 -15
- package/dist/es2019/ui/drop-target.js +0 -4
- package/dist/es2019/utils/drag-target-debug.js +1 -1
- package/dist/esm/pm-plugins/decorations.js +52 -33
- package/dist/esm/pm-plugins/main.js +62 -128
- package/dist/esm/ui/drag-handle.js +7 -16
- package/dist/esm/ui/drop-target.js +0 -4
- package/dist/esm/utils/drag-target-debug.js +1 -1
- package/dist/types/ui/drop-target.d.ts +6 -9
- package/dist/types-ts4.5/ui/drop-target.d.ts +6 -9
- package/package.json +7 -32
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugin-block-controls",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.11.0",
|
|
4
4
|
"description": "Block controls plugin for @atlaskit/editor-core",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -31,17 +31,16 @@
|
|
|
31
31
|
".": "./src/index.ts"
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@atlaskit/
|
|
35
|
-
"@atlaskit/editor-common": "^87.5.0",
|
|
34
|
+
"@atlaskit/editor-common": "^87.6.0",
|
|
36
35
|
"@atlaskit/editor-plugin-accessibility-utils": "^1.2.0",
|
|
37
|
-
"@atlaskit/editor-plugin-analytics": "^1.
|
|
36
|
+
"@atlaskit/editor-plugin-analytics": "^1.7.0",
|
|
38
37
|
"@atlaskit/editor-plugin-editor-disabled": "^1.2.0",
|
|
39
38
|
"@atlaskit/editor-plugin-feature-flags": "^1.2.0",
|
|
40
39
|
"@atlaskit/editor-plugin-width": "^1.2.0",
|
|
41
40
|
"@atlaskit/editor-prosemirror": "5.0.1",
|
|
42
41
|
"@atlaskit/editor-shared-styles": "^2.13.0",
|
|
43
42
|
"@atlaskit/editor-tables": "^2.8.0",
|
|
44
|
-
"@atlaskit/icon": "^22.
|
|
43
|
+
"@atlaskit/icon": "^22.11.0",
|
|
45
44
|
"@atlaskit/platform-feature-flags": "^0.3.0",
|
|
46
45
|
"@atlaskit/pragmatic-drag-and-drop": "^1.2.0",
|
|
47
46
|
"@atlaskit/pragmatic-drag-and-drop-auto-scroll": "^1.4.0",
|
|
@@ -95,19 +94,10 @@
|
|
|
95
94
|
}
|
|
96
95
|
},
|
|
97
96
|
"platform-feature-flags": {
|
|
98
|
-
"platform.editor.elements.drag-and-drop-long-node-scroll": {
|
|
99
|
-
"type": "boolean"
|
|
100
|
-
},
|
|
101
97
|
"platform.editor.media.extended-resize-experience": {
|
|
102
98
|
"type": "boolean",
|
|
103
99
|
"referenceOnly": true
|
|
104
100
|
},
|
|
105
|
-
"platform_editor_elements_drag_and_drop_ed_24000": {
|
|
106
|
-
"type": "boolean"
|
|
107
|
-
},
|
|
108
|
-
"platform.editor.elements.drag-and-drop-ed-23816": {
|
|
109
|
-
"type": "boolean"
|
|
110
|
-
},
|
|
111
101
|
"platform_editor_elements_drag_and_drop_ed_23189": {
|
|
112
102
|
"type": "boolean"
|
|
113
103
|
},
|
|
@@ -120,38 +110,23 @@
|
|
|
120
110
|
"platform_editor_elements_drag_and_drop_ed_23394": {
|
|
121
111
|
"type": "boolean"
|
|
122
112
|
},
|
|
123
|
-
"platform_editor_element_drag_and_drop_ed_24049": {
|
|
124
|
-
"type": "boolean"
|
|
125
|
-
},
|
|
126
|
-
"platform_editor_element_drag_and_drop_ed_23896": {
|
|
127
|
-
"type": "boolean"
|
|
128
|
-
},
|
|
129
113
|
"platform_editor_element_controls_chrome_input_fix": {
|
|
130
114
|
"type": "boolean"
|
|
131
115
|
},
|
|
132
|
-
"platform_editor_drag_and_drop_target_gap_fix": {
|
|
133
|
-
"type": "boolean"
|
|
134
|
-
},
|
|
135
|
-
"platform_editor_element_drag_and_drop_ed_24150": {
|
|
136
|
-
"type": "boolean"
|
|
137
|
-
},
|
|
138
116
|
"platform_editor_element_drag_and_drop_ed_24321": {
|
|
139
117
|
"type": "boolean"
|
|
140
118
|
},
|
|
141
|
-
"platform_editor_element_drag_and_drop_ed_24330": {
|
|
142
|
-
"type": "boolean"
|
|
143
|
-
},
|
|
144
119
|
"platform_editor_element_drag_and_drop_ed_24227": {
|
|
145
120
|
"type": "boolean"
|
|
146
121
|
},
|
|
147
|
-
"platform_editor_element_drag_and_drop_ed_24372": {
|
|
148
|
-
"type": "boolean"
|
|
149
|
-
},
|
|
150
122
|
"platform_editor_elements_dnd_nested": {
|
|
151
123
|
"type": "boolean"
|
|
152
124
|
},
|
|
153
125
|
"platform_editor_element_drag_and_drop_ed_24304": {
|
|
154
126
|
"type": "boolean"
|
|
127
|
+
},
|
|
128
|
+
"platform_editor_element_drag_and_drop_debug": {
|
|
129
|
+
"type": "boolean"
|
|
155
130
|
}
|
|
156
131
|
}
|
|
157
132
|
}
|