@atlaskit/editor-core 185.7.0 → 185.8.2
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 +16 -0
- package/dist/cjs/plugins/media/index.js +9 -1
- package/dist/cjs/ui/Appearance/FullPage/FullPage.js +88 -130
- package/dist/cjs/ui/Appearance/FullPage/FullPageContentArea.js +28 -9
- package/dist/cjs/version-wrapper.js +1 -1
- package/dist/cjs/version.json +1 -1
- package/dist/es2019/plugins/media/index.js +10 -2
- package/dist/es2019/ui/Appearance/FullPage/FullPage.js +75 -115
- package/dist/es2019/ui/Appearance/FullPage/FullPageContentArea.js +62 -46
- package/dist/es2019/version-wrapper.js +1 -1
- package/dist/es2019/version.json +1 -1
- package/dist/esm/plugins/media/index.js +10 -2
- package/dist/esm/ui/Appearance/FullPage/FullPage.js +83 -130
- package/dist/esm/ui/Appearance/FullPage/FullPageContentArea.js +25 -9
- package/dist/esm/version-wrapper.js +1 -1
- package/dist/esm/version.json +1 -1
- package/dist/types/ui/Appearance/FullPage/FullPage.d.ts +1 -23
- package/dist/types/ui/Appearance/FullPage/FullPageContentArea.d.ts +6 -6
- package/dist/types/ui/Appearance/FullPage/FullPageToolbar.d.ts +2 -1
- package/dist/types-ts4.5/ui/Appearance/FullPage/FullPage.d.ts +1 -23
- package/dist/types-ts4.5/ui/Appearance/FullPage/FullPageContentArea.d.ts +6 -6
- package/dist/types-ts4.5/ui/Appearance/FullPage/FullPageToolbar.d.ts +2 -1
- package/package.json +14 -20
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
/** @jsx jsx */
|
|
2
2
|
import React, { ReactElement } from 'react';
|
|
3
|
+
import { jsx } from '@emotion/react';
|
|
3
4
|
import { ProviderFactory } from '@atlaskit/editor-common/provider-factory';
|
|
4
5
|
import { EditorView } from 'prosemirror-view';
|
|
5
6
|
import { WrappedComponentProps } from 'react-intl-next';
|
|
@@ -30,7 +31,7 @@ export interface FullPageToolbarProps {
|
|
|
30
31
|
hasMinWidth?: boolean;
|
|
31
32
|
featureFlags?: FeatureFlags;
|
|
32
33
|
}
|
|
33
|
-
export declare const EditorToolbar: React.
|
|
34
|
+
export declare const EditorToolbar: React.MemoExoticComponent<(props: FullPageToolbarProps & WrappedComponentProps) => jsx.JSX.Element>;
|
|
34
35
|
export declare const FullPageToolbar: React.FC<import("react-intl-next").WithIntlProps<FullPageToolbarProps & WrappedComponentProps<"intl">>> & {
|
|
35
36
|
WrappedComponent: React.ComponentType<FullPageToolbarProps & WrappedComponentProps<"intl">>;
|
|
36
37
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-core",
|
|
3
|
-
"version": "185.
|
|
3
|
+
"version": "185.8.2",
|
|
4
4
|
"description": "A package contains Atlassian editor core functionality",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -34,8 +34,8 @@
|
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
36
|
"@atlaskit/activity-provider": "^2.4.0",
|
|
37
|
-
"@atlaskit/adf-schema": "^
|
|
38
|
-
"@atlaskit/adf-utils": "^
|
|
37
|
+
"@atlaskit/adf-schema": "^26.0.0",
|
|
38
|
+
"@atlaskit/adf-utils": "^19.0.0",
|
|
39
39
|
"@atlaskit/analytics-gas-types": "^5.1.0",
|
|
40
40
|
"@atlaskit/analytics-listeners": "^8.7.0",
|
|
41
41
|
"@atlaskit/analytics-namespaced-context": "^6.7.0",
|
|
@@ -49,12 +49,12 @@
|
|
|
49
49
|
"@atlaskit/code": "^14.6.0",
|
|
50
50
|
"@atlaskit/date": "^0.10.0",
|
|
51
51
|
"@atlaskit/datetime-picker": "^12.7.0",
|
|
52
|
-
"@atlaskit/editor-common": "^74.
|
|
52
|
+
"@atlaskit/editor-common": "^74.15.0",
|
|
53
53
|
"@atlaskit/editor-json-transformer": "^8.9.0",
|
|
54
54
|
"@atlaskit/editor-markdown-transformer": "^5.2.0",
|
|
55
55
|
"@atlaskit/editor-palette": "1.5.1",
|
|
56
|
-
"@atlaskit/editor-plugin-analytics": "^0.0.
|
|
57
|
-
"@atlaskit/editor-plugin-content-insertion": "^0.0.
|
|
56
|
+
"@atlaskit/editor-plugin-analytics": "^0.0.4",
|
|
57
|
+
"@atlaskit/editor-plugin-content-insertion": "^0.0.4",
|
|
58
58
|
"@atlaskit/editor-plugin-context-panel": "^0.1.0",
|
|
59
59
|
"@atlaskit/editor-plugin-decorations": "^0.1.0",
|
|
60
60
|
"@atlaskit/editor-plugin-feature-flags": "^0.1.0",
|
|
@@ -69,7 +69,7 @@
|
|
|
69
69
|
"@atlaskit/form": "^8.11.0",
|
|
70
70
|
"@atlaskit/icon": "^21.12.0",
|
|
71
71
|
"@atlaskit/icon-object": "^6.3.0",
|
|
72
|
-
"@atlaskit/link-analytics": "^8.
|
|
72
|
+
"@atlaskit/link-analytics": "^8.2.0",
|
|
73
73
|
"@atlaskit/link-datasource": "^0.27.0",
|
|
74
74
|
"@atlaskit/link-picker": "^1.25.0",
|
|
75
75
|
"@atlaskit/locale": "^2.5.0",
|
|
@@ -90,14 +90,14 @@
|
|
|
90
90
|
"@atlaskit/radio": "^5.6.0",
|
|
91
91
|
"@atlaskit/section-message": "^6.4.0",
|
|
92
92
|
"@atlaskit/select": "^16.5.0",
|
|
93
|
-
"@atlaskit/smart-card": "^26.
|
|
93
|
+
"@atlaskit/smart-card": "^26.9.0",
|
|
94
94
|
"@atlaskit/smart-user-picker": "^6.1.0",
|
|
95
95
|
"@atlaskit/spinner": "^15.5.0",
|
|
96
96
|
"@atlaskit/status": "^1.3.0",
|
|
97
97
|
"@atlaskit/tabs": "^13.4.0",
|
|
98
98
|
"@atlaskit/task-decision": "^17.6.0",
|
|
99
99
|
"@atlaskit/textarea": "^4.7.0",
|
|
100
|
-
"@atlaskit/textfield": "^5.
|
|
100
|
+
"@atlaskit/textfield": "^5.6.0",
|
|
101
101
|
"@atlaskit/theme": "^12.5.0",
|
|
102
102
|
"@atlaskit/toggle": "^12.6.0",
|
|
103
103
|
"@atlaskit/tokens": "^1.11.0",
|
|
@@ -149,31 +149,22 @@
|
|
|
149
149
|
"devDependencies": {
|
|
150
150
|
"@af/editor-libra": "*",
|
|
151
151
|
"@af/integration-testing": "*",
|
|
152
|
-
"@atlaskit/atlassian-navigation": "^2.6.0",
|
|
153
|
-
"@atlaskit/breadcrumbs": "11.10.4",
|
|
154
152
|
"@atlaskit/code": "^14.6.0",
|
|
155
|
-
"@atlaskit/collab-provider": "9.5.
|
|
156
|
-
"@atlaskit/docs": "*",
|
|
157
|
-
"@atlaskit/drawer": "^7.5.0",
|
|
153
|
+
"@atlaskit/collab-provider": "9.5.1",
|
|
158
154
|
"@atlaskit/dropdown-menu": "^11.10.0",
|
|
159
|
-
"@atlaskit/editor-card-provider": "^3.1.0",
|
|
160
155
|
"@atlaskit/editor-extension-dropbox": "^0.4.0",
|
|
161
156
|
"@atlaskit/editor-plugin-table": "^1.7.0",
|
|
162
|
-
"@atlaskit/editor-test-helpers": "^18.
|
|
157
|
+
"@atlaskit/editor-test-helpers": "^18.8.0",
|
|
163
158
|
"@atlaskit/flag": "^15.2.0",
|
|
164
|
-
"@atlaskit/inline-dialog": "^13.6.0",
|
|
165
159
|
"@atlaskit/link-provider": "^1.6.0",
|
|
166
160
|
"@atlaskit/link-test-helpers": "^4.1.0",
|
|
167
|
-
"@atlaskit/lozenge": "^11.4.0",
|
|
168
161
|
"@atlaskit/media-core": "^34.1.0",
|
|
169
162
|
"@atlaskit/media-integration-test-helpers": "^3.0.0",
|
|
170
163
|
"@atlaskit/media-test-helpers": "^33.0.0",
|
|
171
164
|
"@atlaskit/menu": "^1.9.0",
|
|
172
|
-
"@atlaskit/page-layout": "^1.7.0",
|
|
173
165
|
"@atlaskit/platform-feature-flags": "^0.2.0",
|
|
174
166
|
"@atlaskit/renderer": "^108.6.0",
|
|
175
167
|
"@atlaskit/section-message": "^6.4.0",
|
|
176
|
-
"@atlaskit/share": "*",
|
|
177
168
|
"@atlaskit/smart-user-picker": "^6.1.0",
|
|
178
169
|
"@atlaskit/synchrony-test-helpers": "^2.3.0",
|
|
179
170
|
"@atlaskit/textarea": "^4.7.0",
|
|
@@ -257,6 +248,9 @@
|
|
|
257
248
|
"platform.editor.update-table-cell-width-via-step": {
|
|
258
249
|
"type": "boolean",
|
|
259
250
|
"referenceOnly": "true"
|
|
251
|
+
},
|
|
252
|
+
"platform.editor.media.extended-resize-experience": {
|
|
253
|
+
"type": "boolean"
|
|
260
254
|
}
|
|
261
255
|
},
|
|
262
256
|
"tests": {
|