@atlaskit/editor-plugin-media 7.3.0 → 8.0.1
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 +12 -0
- package/dist/cjs/nodeviews/mediaSingleNext.js +1 -1
- package/dist/cjs/ui/ImageBorder/index.js +1 -0
- package/dist/es2019/nodeviews/mediaSingleNext.js +1 -1
- package/dist/es2019/ui/ImageBorder/index.js +1 -0
- package/dist/esm/nodeviews/mediaSingleNext.js +1 -1
- package/dist/esm/ui/ImageBorder/index.js +1 -0
- package/package.json +22 -22
package/CHANGELOG.md
CHANGED
|
@@ -466,7 +466,7 @@ var MediaSingleNodeNext = exports.MediaSingleNodeNext = function MediaSingleNode
|
|
|
466
466
|
};
|
|
467
467
|
}, [widthType, mediaSingleWidthAttribute]);
|
|
468
468
|
var MediaChildren =
|
|
469
|
-
// eslint-disable-next-line jsx-a11y/click-events-have-key-events, jsx-a11y/no-noninteractive-element-interactions
|
|
469
|
+
// eslint-disable-next-line jsx-a11y/click-events-have-key-events, jsx-a11y/no-noninteractive-element-interactions, @atlassian/a11y/no-noninteractive-element-interactions
|
|
470
470
|
(0, _react2.jsx)("figure", {
|
|
471
471
|
ref: mediaSingleWrapperRef,
|
|
472
472
|
css: figureWrapperStyles
|
|
@@ -353,6 +353,7 @@ var ImageBorder = function ImageBorder(_ref) {
|
|
|
353
353
|
forcePlacement: true,
|
|
354
354
|
stick: true
|
|
355
355
|
}, (0, _react2.jsx)("div", {
|
|
356
|
+
// eslint-disable-next-line @atlassian/a11y/mouse-events-have-key-events
|
|
356
357
|
onMouseLeave: function onMouseLeave() {
|
|
357
358
|
setIsColorSubmenuOpen(false);
|
|
358
359
|
setIsSizeSubmenuOpen(false);
|
|
@@ -428,7 +428,7 @@ export const MediaSingleNodeNext = mediaSingleNodeNextProps => {
|
|
|
428
428
|
};
|
|
429
429
|
}, [widthType, mediaSingleWidthAttribute]);
|
|
430
430
|
const MediaChildren =
|
|
431
|
-
// eslint-disable-next-line jsx-a11y/click-events-have-key-events, jsx-a11y/no-noninteractive-element-interactions
|
|
431
|
+
// eslint-disable-next-line jsx-a11y/click-events-have-key-events, jsx-a11y/no-noninteractive-element-interactions, @atlassian/a11y/no-noninteractive-element-interactions
|
|
432
432
|
jsx("figure", {
|
|
433
433
|
ref: mediaSingleWrapperRef,
|
|
434
434
|
css: figureWrapperStyles
|
|
@@ -322,6 +322,7 @@ const ImageBorder = ({
|
|
|
322
322
|
forcePlacement: true,
|
|
323
323
|
stick: true
|
|
324
324
|
}, jsx("div", {
|
|
325
|
+
// eslint-disable-next-line @atlassian/a11y/mouse-events-have-key-events
|
|
325
326
|
onMouseLeave: () => {
|
|
326
327
|
setIsColorSubmenuOpen(false);
|
|
327
328
|
setIsSizeSubmenuOpen(false);
|
|
@@ -460,7 +460,7 @@ export var MediaSingleNodeNext = function MediaSingleNodeNext(mediaSingleNodeNex
|
|
|
460
460
|
};
|
|
461
461
|
}, [widthType, mediaSingleWidthAttribute]);
|
|
462
462
|
var MediaChildren =
|
|
463
|
-
// eslint-disable-next-line jsx-a11y/click-events-have-key-events, jsx-a11y/no-noninteractive-element-interactions
|
|
463
|
+
// eslint-disable-next-line jsx-a11y/click-events-have-key-events, jsx-a11y/no-noninteractive-element-interactions, @atlassian/a11y/no-noninteractive-element-interactions
|
|
464
464
|
jsx("figure", {
|
|
465
465
|
ref: mediaSingleWrapperRef,
|
|
466
466
|
css: figureWrapperStyles
|
|
@@ -345,6 +345,7 @@ var ImageBorder = function ImageBorder(_ref) {
|
|
|
345
345
|
forcePlacement: true,
|
|
346
346
|
stick: true
|
|
347
347
|
}, jsx("div", {
|
|
348
|
+
// eslint-disable-next-line @atlassian/a11y/mouse-events-have-key-events
|
|
348
349
|
onMouseLeave: function onMouseLeave() {
|
|
349
350
|
setIsColorSubmenuOpen(false);
|
|
350
351
|
setIsSizeSubmenuOpen(false);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugin-media",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "8.0.1",
|
|
4
4
|
"description": "Media plugin for @atlaskit/editor-core",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -30,30 +30,30 @@
|
|
|
30
30
|
"atlaskit:src": "src/index.ts",
|
|
31
31
|
"dependencies": {
|
|
32
32
|
"@atlaskit/adf-schema": "^51.2.0",
|
|
33
|
-
"@atlaskit/analytics-namespaced-context": "^7.
|
|
33
|
+
"@atlaskit/analytics-namespaced-context": "^7.1.0",
|
|
34
34
|
"@atlaskit/analytics-next": "^11.1.0",
|
|
35
35
|
"@atlaskit/button": "^23.4.0",
|
|
36
36
|
"@atlaskit/editor-palette": "^2.1.0",
|
|
37
|
-
"@atlaskit/editor-plugin-analytics": "^
|
|
38
|
-
"@atlaskit/editor-plugin-annotation": "^
|
|
39
|
-
"@atlaskit/editor-plugin-connectivity": "^
|
|
40
|
-
"@atlaskit/editor-plugin-decorations": "^
|
|
41
|
-
"@atlaskit/editor-plugin-editor-disabled": "^
|
|
42
|
-
"@atlaskit/editor-plugin-editor-viewmode": "^
|
|
43
|
-
"@atlaskit/editor-plugin-floating-toolbar": "^
|
|
44
|
-
"@atlaskit/editor-plugin-focus": "^
|
|
45
|
-
"@atlaskit/editor-plugin-grid": "^
|
|
46
|
-
"@atlaskit/editor-plugin-guideline": "^
|
|
47
|
-
"@atlaskit/editor-plugin-interaction": "^
|
|
48
|
-
"@atlaskit/editor-plugin-selection": "^
|
|
49
|
-
"@atlaskit/editor-plugin-toolbar": "^
|
|
50
|
-
"@atlaskit/editor-plugin-width": "^
|
|
37
|
+
"@atlaskit/editor-plugin-analytics": "^6.1.0",
|
|
38
|
+
"@atlaskit/editor-plugin-annotation": "^6.1.0",
|
|
39
|
+
"@atlaskit/editor-plugin-connectivity": "^6.0.0",
|
|
40
|
+
"@atlaskit/editor-plugin-decorations": "^6.1.0",
|
|
41
|
+
"@atlaskit/editor-plugin-editor-disabled": "^6.0.0",
|
|
42
|
+
"@atlaskit/editor-plugin-editor-viewmode": "^8.0.0",
|
|
43
|
+
"@atlaskit/editor-plugin-floating-toolbar": "^8.1.0",
|
|
44
|
+
"@atlaskit/editor-plugin-focus": "^5.0.0",
|
|
45
|
+
"@atlaskit/editor-plugin-grid": "^6.0.0",
|
|
46
|
+
"@atlaskit/editor-plugin-guideline": "^6.0.0",
|
|
47
|
+
"@atlaskit/editor-plugin-interaction": "^8.0.0",
|
|
48
|
+
"@atlaskit/editor-plugin-selection": "^6.0.0",
|
|
49
|
+
"@atlaskit/editor-plugin-toolbar": "^3.0.0",
|
|
50
|
+
"@atlaskit/editor-plugin-width": "^7.0.0",
|
|
51
51
|
"@atlaskit/editor-prosemirror": "7.0.0",
|
|
52
52
|
"@atlaskit/editor-shared-styles": "^3.6.0",
|
|
53
53
|
"@atlaskit/editor-tables": "^2.9.0",
|
|
54
|
-
"@atlaskit/form": "^14.
|
|
54
|
+
"@atlaskit/form": "^14.2.0",
|
|
55
55
|
"@atlaskit/icon": "^28.3.0",
|
|
56
|
-
"@atlaskit/icon-lab": "^5.
|
|
56
|
+
"@atlaskit/icon-lab": "^5.8.0",
|
|
57
57
|
"@atlaskit/media-card": "^79.5.0",
|
|
58
58
|
"@atlaskit/media-client": "^35.3.0",
|
|
59
59
|
"@atlaskit/media-client-react": "^4.1.0",
|
|
@@ -66,9 +66,9 @@
|
|
|
66
66
|
"@atlaskit/primitives": "^14.15.0",
|
|
67
67
|
"@atlaskit/textfield": "^8.0.0",
|
|
68
68
|
"@atlaskit/theme": "^21.0.0",
|
|
69
|
-
"@atlaskit/tmp-editor-statsig": "^
|
|
70
|
-
"@atlaskit/tokens": "^6.
|
|
71
|
-
"@atlaskit/tooltip": "^20.
|
|
69
|
+
"@atlaskit/tmp-editor-statsig": "^13.0.0",
|
|
70
|
+
"@atlaskit/tokens": "^6.4.0",
|
|
71
|
+
"@atlaskit/tooltip": "^20.5.0",
|
|
72
72
|
"@babel/runtime": "^7.0.0",
|
|
73
73
|
"@emotion/react": "^11.7.1",
|
|
74
74
|
"bind-event-listener": "^3.0.0",
|
|
@@ -78,7 +78,7 @@
|
|
|
78
78
|
"uuid": "^3.1.0"
|
|
79
79
|
},
|
|
80
80
|
"peerDependencies": {
|
|
81
|
-
"@atlaskit/editor-common": "^
|
|
81
|
+
"@atlaskit/editor-common": "^110.4.0",
|
|
82
82
|
"@atlaskit/media-core": "^37.0.0",
|
|
83
83
|
"react": "^18.2.0",
|
|
84
84
|
"react-dom": "^18.2.0",
|