@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 CHANGED
@@ -1,5 +1,17 @@
1
1
  # @atlaskit/editor-plugin-media
2
2
 
3
+ ## 8.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 8.0.0
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
3
15
  ## 7.3.0
4
16
 
5
17
  ### Minor Changes
@@ -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": "7.3.0",
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.0.0",
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": "^5.3.0",
38
- "@atlaskit/editor-plugin-annotation": "^5.6.0",
39
- "@atlaskit/editor-plugin-connectivity": "^5.0.0",
40
- "@atlaskit/editor-plugin-decorations": "^5.0.0",
41
- "@atlaskit/editor-plugin-editor-disabled": "^5.0.0",
42
- "@atlaskit/editor-plugin-editor-viewmode": "^7.0.0",
43
- "@atlaskit/editor-plugin-floating-toolbar": "^7.0.0",
44
- "@atlaskit/editor-plugin-focus": "^4.0.0",
45
- "@atlaskit/editor-plugin-grid": "^5.0.0",
46
- "@atlaskit/editor-plugin-guideline": "^5.0.0",
47
- "@atlaskit/editor-plugin-interaction": "^7.0.0",
48
- "@atlaskit/editor-plugin-selection": "^5.0.0",
49
- "@atlaskit/editor-plugin-toolbar": "^2.1.0",
50
- "@atlaskit/editor-plugin-width": "^6.0.0",
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.1.0",
54
+ "@atlaskit/form": "^14.2.0",
55
55
  "@atlaskit/icon": "^28.3.0",
56
- "@atlaskit/icon-lab": "^5.7.0",
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": "^12.30.0",
70
- "@atlaskit/tokens": "^6.3.0",
71
- "@atlaskit/tooltip": "^20.4.0",
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": "^109.16.0",
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",