@atlaskit/editor-plugin-media 5.2.2 → 5.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,15 @@
1
1
  # @atlaskit/editor-plugin-media
2
2
 
3
+ ## 5.2.3
4
+
5
+ ### Patch Changes
6
+
7
+ - [#190588](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/190588)
8
+ [`b22e308cfd320`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/b22e308cfd320) -
9
+ Replace experiment key platform_editor_useSharedPluginStateSelector with
10
+ platform_editor_useSharedPluginStateWithSelector
11
+ - Updated dependencies
12
+
3
13
  ## 5.2.2
4
14
 
5
15
  ### Patch Changes
@@ -57,7 +57,7 @@ var MediaNodeWithProviders = function MediaNodeWithProviders(_ref) {
57
57
  var interactionState = (0, _useSharedPluginStateSelector.useSharedPluginStateSelector)(pluginInjectionApi, 'interaction.interactionState');
58
58
  return innerComponent({
59
59
  width: widthState,
60
- // Remove when platform_editor_usesharedpluginstateselector is cleaned up
60
+ // Remove when platform_editor_usesharedpluginstatewithselector is cleaned up
61
61
  mediaProvider: mediaProvider ? Promise.resolve(mediaProvider) : undefined,
62
62
  interactionState: interactionState
63
63
  });
@@ -41,7 +41,7 @@ const MediaNodeWithProviders = ({
41
41
  const interactionState = useSharedPluginStateSelector(pluginInjectionApi, 'interaction.interactionState');
42
42
  return innerComponent({
43
43
  width: widthState,
44
- // Remove when platform_editor_usesharedpluginstateselector is cleaned up
44
+ // Remove when platform_editor_usesharedpluginstatewithselector is cleaned up
45
45
  mediaProvider: mediaProvider ? Promise.resolve(mediaProvider) : undefined,
46
46
  interactionState
47
47
  });
@@ -51,7 +51,7 @@ var MediaNodeWithProviders = function MediaNodeWithProviders(_ref) {
51
51
  var interactionState = useSharedPluginStateSelector(pluginInjectionApi, 'interaction.interactionState');
52
52
  return innerComponent({
53
53
  width: widthState,
54
- // Remove when platform_editor_usesharedpluginstateselector is cleaned up
54
+ // Remove when platform_editor_usesharedpluginstatewithselector is cleaned up
55
55
  mediaProvider: mediaProvider ? Promise.resolve(mediaProvider) : undefined,
56
56
  interactionState: interactionState
57
57
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-media",
3
- "version": "5.2.2",
3
+ "version": "5.2.3",
4
4
  "description": "Media plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -55,10 +55,10 @@
55
55
  "@atlaskit/editor-shared-styles": "^3.5.0",
56
56
  "@atlaskit/editor-tables": "^2.9.0",
57
57
  "@atlaskit/form": "^12.0.0",
58
- "@atlaskit/icon": "^27.6.0",
58
+ "@atlaskit/icon": "^27.7.0",
59
59
  "@atlaskit/icon-lab": "^5.2.0",
60
60
  "@atlaskit/media-card": "^79.4.0",
61
- "@atlaskit/media-client": "^35.1.0",
61
+ "@atlaskit/media-client": "^35.2.0",
62
62
  "@atlaskit/media-client-react": "^4.1.0",
63
63
  "@atlaskit/media-common": "^12.3.0",
64
64
  "@atlaskit/media-filmstrip": "^51.0.0",
@@ -69,7 +69,7 @@
69
69
  "@atlaskit/primitives": "^14.10.0",
70
70
  "@atlaskit/textfield": "^8.0.0",
71
71
  "@atlaskit/theme": "^19.0.0",
72
- "@atlaskit/tmp-editor-statsig": "^9.10.0",
72
+ "@atlaskit/tmp-editor-statsig": "^9.14.0",
73
73
  "@atlaskit/tokens": "^5.6.0",
74
74
  "@atlaskit/tooltip": "^20.3.0",
75
75
  "@babel/runtime": "^7.0.0",