@atlaskit/editor-plugin-extension 5.3.2 → 5.3.3
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
|
@@ -19,7 +19,7 @@ var ConfigPanelErrorMessage = function ConfigPanelErrorMessage(_ref) {
|
|
|
19
19
|
renderImage: function renderImage() {
|
|
20
20
|
return /*#__PURE__*/_react.default.createElement(_ErrorImage.default, null);
|
|
21
21
|
},
|
|
22
|
-
|
|
22
|
+
width: "narrow",
|
|
23
23
|
imageHeight: 80,
|
|
24
24
|
testId: "config-panel-error-message"
|
|
25
25
|
});
|
|
@@ -11,7 +11,7 @@ const ConfigPanelErrorMessage = ({
|
|
|
11
11
|
header: intl.formatMessage(messages.configFailedToLoad),
|
|
12
12
|
description: errorMessage,
|
|
13
13
|
renderImage: () => /*#__PURE__*/React.createElement(ErrorImage, null),
|
|
14
|
-
|
|
14
|
+
width: "narrow",
|
|
15
15
|
imageHeight: 80,
|
|
16
16
|
testId: "config-panel-error-message"
|
|
17
17
|
});
|
|
@@ -12,7 +12,7 @@ var ConfigPanelErrorMessage = function ConfigPanelErrorMessage(_ref) {
|
|
|
12
12
|
renderImage: function renderImage() {
|
|
13
13
|
return /*#__PURE__*/React.createElement(ErrorImage, null);
|
|
14
14
|
},
|
|
15
|
-
|
|
15
|
+
width: "narrow",
|
|
16
16
|
imageHeight: 80,
|
|
17
17
|
testId: "config-panel-error-message"
|
|
18
18
|
});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugin-extension",
|
|
3
|
-
"version": "5.3.
|
|
3
|
+
"version": "5.3.3",
|
|
4
4
|
"description": "editor-plugin-extension plugin for @atlaskit/editor-core",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"@atlaskit/button": "^23.0.0",
|
|
33
33
|
"@atlaskit/checkbox": "^17.1.0",
|
|
34
34
|
"@atlaskit/datetime-picker": "^17.0.0",
|
|
35
|
-
"@atlaskit/editor-common": "^103.
|
|
35
|
+
"@atlaskit/editor-common": "^103.22.0",
|
|
36
36
|
"@atlaskit/editor-json-transformer": "^8.24.0",
|
|
37
37
|
"@atlaskit/editor-plugin-analytics": "^2.2.0",
|
|
38
38
|
"@atlaskit/editor-plugin-connectivity": "^2.0.0",
|
|
@@ -44,12 +44,12 @@
|
|
|
44
44
|
"@atlaskit/editor-prosemirror": "7.0.0",
|
|
45
45
|
"@atlaskit/editor-shared-styles": "^3.4.0",
|
|
46
46
|
"@atlaskit/editor-tables": "^2.9.0",
|
|
47
|
-
"@atlaskit/empty-state": "^
|
|
47
|
+
"@atlaskit/empty-state": "^10.0.0",
|
|
48
48
|
"@atlaskit/form": "^12.0.0",
|
|
49
49
|
"@atlaskit/heading": "^5.2.0",
|
|
50
50
|
"@atlaskit/icon": "^25.6.0",
|
|
51
51
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
52
|
-
"@atlaskit/primitives": "^14.
|
|
52
|
+
"@atlaskit/primitives": "^14.6.0",
|
|
53
53
|
"@atlaskit/radio": "^8.1.0",
|
|
54
54
|
"@atlaskit/section-message": "^8.2.0",
|
|
55
55
|
"@atlaskit/select": "^20.4.0",
|