@atlaskit/editor-plugin-media-insert 3.2.2 → 3.2.4

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,24 @@
1
1
  # @atlaskit/editor-plugin-media-insert
2
2
 
3
+ ## 3.2.4
4
+
5
+ ### Patch Changes
6
+
7
+ - [#154186](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/154186)
8
+ [`5c316170d29dd`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/5c316170d29dd) -
9
+ Bump @atlaskit/adf-schema to 42.3.1
10
+ - Updated dependencies
11
+
12
+ ## 3.2.3
13
+
14
+ ### Patch Changes
15
+
16
+ - [#152851](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/152851)
17
+ [`caba4b5434f99`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/caba4b5434f99) -
18
+ Injects a custom interaction name to CardLoading component. This will individualise the experience
19
+ in Performance Portal
20
+ - Updated dependencies
21
+
3
22
  ## 3.2.2
4
23
 
5
24
  ### Patch Changes
@@ -33,7 +33,8 @@ var MediaCard = exports.MediaCard = function MediaCard(_ref) {
33
33
  }, [attrs.collection, attrs.id]);
34
34
  if (!mediaProvider) {
35
35
  return /*#__PURE__*/_react.default.createElement(_mediaCard.CardLoading, {
36
- dimensions: dimensions
36
+ dimensions: dimensions,
37
+ interactionName: "editor-media-insert-card-loading"
37
38
  });
38
39
  }
39
40
  return /*#__PURE__*/_react.default.createElement(_mediaCard.Card, {
@@ -25,7 +25,8 @@ export const MediaCard = ({
25
25
  }), [attrs.collection, attrs.id]);
26
26
  if (!mediaProvider) {
27
27
  return /*#__PURE__*/React.createElement(CardLoading, {
28
- dimensions: dimensions
28
+ dimensions: dimensions,
29
+ interactionName: "editor-media-insert-card-loading"
29
30
  });
30
31
  }
31
32
  return /*#__PURE__*/React.createElement(Card, {
@@ -26,7 +26,8 @@ export var MediaCard = function MediaCard(_ref) {
26
26
  }, [attrs.collection, attrs.id]);
27
27
  if (!mediaProvider) {
28
28
  return /*#__PURE__*/React.createElement(CardLoading, {
29
- dimensions: dimensions
29
+ dimensions: dimensions,
30
+ interactionName: "editor-media-insert-card-loading"
30
31
  });
31
32
  }
32
33
  return /*#__PURE__*/React.createElement(Card, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-media-insert",
3
- "version": "3.2.2",
3
+ "version": "3.2.4",
4
4
  "description": "Media Insert plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -23,16 +23,16 @@
23
23
  ".": "./src/index.ts"
24
24
  },
25
25
  "dependencies": {
26
- "@atlaskit/adf-schema": "^42.0.2",
26
+ "@atlaskit/adf-schema": "^42.3.1",
27
27
  "@atlaskit/button": "^20.2.0",
28
- "@atlaskit/editor-common": "^93.5.0",
28
+ "@atlaskit/editor-common": "^94.0.0",
29
29
  "@atlaskit/editor-plugin-analytics": "^1.10.0",
30
- "@atlaskit/editor-plugin-media": "^1.36.0",
30
+ "@atlaskit/editor-plugin-media": "^1.37.0",
31
31
  "@atlaskit/editor-prosemirror": "6.0.0",
32
32
  "@atlaskit/editor-shared-styles": "^3.0.0",
33
33
  "@atlaskit/form": "^10.5.3",
34
- "@atlaskit/icon": "^22.22.0",
35
- "@atlaskit/media-card": "^78.6.0",
34
+ "@atlaskit/icon": "^22.23.0",
35
+ "@atlaskit/media-card": "^78.7.0",
36
36
  "@atlaskit/media-client": "^28.0.0",
37
37
  "@atlaskit/media-client-react": "^2.2.0",
38
38
  "@atlaskit/media-picker": "^66.7.0",