@atlaskit/editor-plugin-media 2.3.0 → 2.3.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,11 @@
1
1
  # @atlaskit/editor-plugin-media
2
2
 
3
+ ## 2.3.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 2.3.0
4
10
 
5
11
  ### Minor Changes
@@ -249,7 +249,7 @@ var generateMediaSingleFloatingToolbar = function generateMediaSingleFloatingToo
249
249
  // eslint-disable-next-line react/jsx-props-no-spreading
250
250
  }, props));
251
251
  },
252
- width: 156,
252
+ width: 188,
253
253
  height: 32
254
254
  };
255
255
  var trigger = {
@@ -243,7 +243,7 @@ const generateMediaSingleFloatingToolbar = (state, intl, options, pluginState, m
243
243
  // eslint-disable-next-line react/jsx-props-no-spreading
244
244
  }, props));
245
245
  },
246
- width: 156,
246
+ width: 188,
247
247
  height: 32
248
248
  };
249
249
  const trigger = {
@@ -239,7 +239,7 @@ var generateMediaSingleFloatingToolbar = function generateMediaSingleFloatingToo
239
239
  // eslint-disable-next-line react/jsx-props-no-spreading
240
240
  }, props));
241
241
  },
242
- width: 156,
242
+ width: 188,
243
243
  height: 32
244
244
  };
245
245
  var trigger = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-media",
3
- "version": "2.3.0",
3
+ "version": "2.3.1",
4
4
  "description": "Media plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -38,10 +38,10 @@
38
38
  "@atlaskit/analytics-namespaced-context": "^7.0.0",
39
39
  "@atlaskit/analytics-next": "^11.0.0",
40
40
  "@atlaskit/button": "^21.1.0",
41
- "@atlaskit/editor-common": "^100.5.0",
41
+ "@atlaskit/editor-common": "^101.0.0",
42
42
  "@atlaskit/editor-palette": "2.0.0",
43
43
  "@atlaskit/editor-plugin-analytics": "^2.1.0",
44
- "@atlaskit/editor-plugin-annotation": "2.1.0",
44
+ "@atlaskit/editor-plugin-annotation": "2.1.1",
45
45
  "@atlaskit/editor-plugin-connectivity": "^2.0.0",
46
46
  "@atlaskit/editor-plugin-decorations": "^2.0.0",
47
47
  "@atlaskit/editor-plugin-editor-disabled": "^2.0.0",