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

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,22 @@
1
1
  # @atlaskit/editor-plugin-media-insert
2
2
 
3
+ ## 3.2.2
4
+
5
+ ### Patch Changes
6
+
7
+ - [#152510](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/152510)
8
+ [`dcf9edde7ac7b`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/dcf9edde7ac7b) -
9
+ bump adf-schema to 42.0.1
10
+ - Updated dependencies
11
+
12
+ ## 3.2.1
13
+
14
+ ### Patch Changes
15
+
16
+ - [#151906](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/151906)
17
+ [`3ecb33ebf130a`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/3ecb33ebf130a) -
18
+ [ux] ED-25304 Fix Warning message is overflow on Confluence when opening the popup from toolbar
19
+
3
20
  ## 3.2.0
4
21
 
5
22
  ### Minor Changes
@@ -44,7 +44,8 @@ var PreviewImageStyles = (0, _primitives.xcss)({
44
44
  height: '200px'
45
45
  });
46
46
  var FormStyles = (0, _primitives.xcss)({
47
- flexGrow: 1
47
+ flexGrow: 1,
48
+ whiteSpace: 'normal'
48
49
  });
49
50
  var INITIAL_PREVIEW_STATE = Object.freeze({
50
51
  isLoading: false,
@@ -25,7 +25,8 @@ const PreviewImageStyles = xcss({
25
25
  height: '200px'
26
26
  });
27
27
  const FormStyles = xcss({
28
- flexGrow: 1
28
+ flexGrow: 1,
29
+ whiteSpace: 'normal'
29
30
  });
30
31
  const INITIAL_PREVIEW_STATE = Object.freeze({
31
32
  isLoading: false,
@@ -33,7 +33,8 @@ var PreviewImageStyles = xcss({
33
33
  height: '200px'
34
34
  });
35
35
  var FormStyles = xcss({
36
- flexGrow: 1
36
+ flexGrow: 1,
37
+ whiteSpace: 'normal'
37
38
  });
38
39
  var INITIAL_PREVIEW_STATE = Object.freeze({
39
40
  isLoading: false,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-media-insert",
3
- "version": "3.2.0",
3
+ "version": "3.2.2",
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.3.0",
29
- "@atlaskit/editor-plugin-analytics": "^1.9.0",
30
- "@atlaskit/editor-plugin-media": "^1.35.0",
28
+ "@atlaskit/editor-common": "^93.5.0",
29
+ "@atlaskit/editor-plugin-analytics": "^1.10.0",
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.5.0",
35
+ "@atlaskit/media-card": "^78.6.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",