@atlaskit/editor-plugin-media-insert 3.2.1 → 3.2.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
@@ -1,5 +1,24 @@
1
1
  # @atlaskit/editor-plugin-media-insert
2
2
 
3
+ ## 3.2.3
4
+
5
+ ### Patch Changes
6
+
7
+ - [#152851](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/152851)
8
+ [`caba4b5434f99`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/caba4b5434f99) -
9
+ Injects a custom interaction name to CardLoading component. This will individualise the experience
10
+ in Performance Portal
11
+ - Updated dependencies
12
+
13
+ ## 3.2.2
14
+
15
+ ### Patch Changes
16
+
17
+ - [#152510](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/152510)
18
+ [`dcf9edde7ac7b`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/dcf9edde7ac7b) -
19
+ bump adf-schema to 42.0.1
20
+ - Updated dependencies
21
+
3
22
  ## 3.2.1
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.1",
3
+ "version": "3.2.3",
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": "^40.9.4",
26
+ "@atlaskit/adf-schema": "^42.0.2",
27
27
  "@atlaskit/button": "^20.2.0",
28
- "@atlaskit/editor-common": "^93.4.0",
28
+ "@atlaskit/editor-common": "^93.5.0",
29
29
  "@atlaskit/editor-plugin-analytics": "^1.10.0",
30
30
  "@atlaskit/editor-plugin-media": "^1.36.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
34
  "@atlaskit/icon": "^22.22.0",
35
- "@atlaskit/media-card": "^78.6.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",