@atlaskit/editor-plugin-media 1.42.11 → 1.42.13
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
|
@@ -55,6 +55,7 @@ function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.
|
|
|
55
55
|
var figureWrapperStyles = (0, _react2.css)({
|
|
56
56
|
margin: 0
|
|
57
57
|
});
|
|
58
|
+
// eslint-disable-next-line @repo/internal/deprecations/deprecation-ticket-required -- Ignored via go/ED-25883
|
|
58
59
|
/*
|
|
59
60
|
* @deprecated Please use the MediaSingleNodeNext
|
|
60
61
|
*/
|
|
@@ -36,6 +36,7 @@ import { MediaSingleNodeSelector } from './styles';
|
|
|
36
36
|
const figureWrapperStyles = css({
|
|
37
37
|
margin: 0
|
|
38
38
|
});
|
|
39
|
+
// eslint-disable-next-line @repo/internal/deprecations/deprecation-ticket-required -- Ignored via go/ED-25883
|
|
39
40
|
/*
|
|
40
41
|
* @deprecated Please use the MediaSingleNodeNext
|
|
41
42
|
*/
|
|
@@ -49,6 +49,7 @@ import { MediaSingleNodeSelector } from './styles';
|
|
|
49
49
|
var figureWrapperStyles = css({
|
|
50
50
|
margin: 0
|
|
51
51
|
});
|
|
52
|
+
// eslint-disable-next-line @repo/internal/deprecations/deprecation-ticket-required -- Ignored via go/ED-25883
|
|
52
53
|
/*
|
|
53
54
|
* @deprecated Please use the MediaSingleNodeNext
|
|
54
55
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugin-media",
|
|
3
|
-
"version": "1.42.
|
|
3
|
+
"version": "1.42.13",
|
|
4
4
|
"description": "Media plugin for @atlaskit/editor-core",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -36,10 +36,10 @@
|
|
|
36
36
|
"@atlaskit/analytics-namespaced-context": "^6.12.0",
|
|
37
37
|
"@atlaskit/analytics-next": "^10.1.0",
|
|
38
38
|
"@atlaskit/button": "^20.3.0",
|
|
39
|
-
"@atlaskit/editor-common": "^96.
|
|
39
|
+
"@atlaskit/editor-common": "^96.1.0",
|
|
40
40
|
"@atlaskit/editor-palette": "1.6.3",
|
|
41
41
|
"@atlaskit/editor-plugin-analytics": "^1.10.0",
|
|
42
|
-
"@atlaskit/editor-plugin-annotation": "1.
|
|
42
|
+
"@atlaskit/editor-plugin-annotation": "1.26.0",
|
|
43
43
|
"@atlaskit/editor-plugin-decorations": "^1.3.0",
|
|
44
44
|
"@atlaskit/editor-plugin-editor-disabled": "^1.3.0",
|
|
45
45
|
"@atlaskit/editor-plugin-editor-viewmode": "^2.1.0",
|